@charset "UTF-8";
html {
  overflow-x: hidden;
  width: 100%;
}

body {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  color: #1a1a1a;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
body.is-fixed {
  overflow: hidden !important;
  height: 100%;
}

.u-fade-up {
  opacity: 0;
  translate: 0 30px;
}

.u-fade-side {
  opacity: 0;
  translate: -50px 0;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .heading {
    gap: 0;
  }
}
.heading.page-heading {
  gap: 9px;
}

.heading__main {
  color: #023E78;
  font-family: "Fira Sans", sans-serif;
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .heading__main {
    font-size: clamp(52px, 8vw, 100px);
  }
}
.heading__main.page-heading {
  font-size: 32px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .heading__main.page-heading {
    font-size: 60px;
  }
}

.heading__sub {
  color: #023E78;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .heading__sub {
    font-size: 24px;
  }
}
.heading__sub.page-heading {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .heading__sub.page-heading {
    font-size: 20px;
  }
}

.page-top {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top.about-top {
  background: url(../img/02_head_sp.webp) no-repeat center left/cover;
}
@media screen and (min-width: 768px) {
  .page-top.about-top {
    background: url(../img/02_head_pc.webp) no-repeat center left/cover;
  }
}
.page-top.service-top {
  background: url(../img/03_head_sp.webp) no-repeat center left/cover;
}
@media screen and (min-width: 768px) {
  .page-top.service-top {
    background: url(../img/03_head_pc.webp) no-repeat center left/cover;
  }
}
.page-top.news-top {
  background: url(../img/04_head_sp.webp) no-repeat center left/cover;
}
@media screen and (min-width: 768px) {
  .page-top.news-top {
    background: url(../img/04_head_pc.webp) no-repeat center left/cover;
  }
}
.page-top.download-top {
  background: url(../img/07_head_sp.webp) no-repeat center left/cover;
}
@media screen and (min-width: 768px) {
  .page-top.download-top {
    background: url(../img/07_head_pc.webp) no-repeat center left/cover;
  }
}
.page-top.contact-top {
  background: url(../img/08_head_sp.webp) no-repeat center left/cover;
}
@media screen and (min-width: 768px) {
  .page-top.contact-top {
    background: url(../img/08_head_pc.webp) no-repeat center left/cover;
  }
}

.page-top__heading {
  margin-left: 50px;
}
.page-top__heading span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .page-top__heading {
    margin-left: 15%;
  }
}

.pan-kuzu {
  color: #888;
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-top: 13px;
  margin-left: 20px;
}

.button-arrow {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1a1a1a;
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .button-arrow {
    font-size: 32px;
  }
}
@media (any-hover: hover) {
  .button-arrow:hover::after {
    width: 100px;
    right: -120px;
  }
}
.button-arrow::before {
  content: "";
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: #FEF251;
  position: absolute;
  right: -110px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: -80px;
  width: 60px;
  height: 10px;
  border: none;
  border-right: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.button-arrow.type2 {
  color: #fff;
}
.button-arrow.type2::before {
  background: none;
  border: 2px solid #FEF251;
}
.button-arrow.type2::after {
  border-color: #fff;
}

.button-head {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 22px;
  width: 176px;
  max-width: 176px;
  background: #023E78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .button-head:hover {
    background: #002a52;
  }
}
.button-head.type2 {
  background: #fff;
  color: #023E78;
  border-color: #023E78;
}
@media (any-hover: hover) {
  .button-head.type2:hover {
    background: #023E78;
    color: #fff;
  }
}

.button-box {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FEF251;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  position: relative;
  width: fit-content;
  padding: 30px 80px;
  border: 2px solid #FEF251;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .button-box:hover::after {
    right: 20px;
  }
  .button-box:hover::before {
    right: 20px;
  }
}
.button-box::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FEF251;
  border-right: 2px solid #FEF251;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 2px;
  background: #FEF251;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-box.type2 {
  color: #023E78;
  border: 1px solid #023E78;
  font-style: normal;
}
.button-box.type2::before {
  border-color: #023E78;
}
.button-box.type2::after {
  background: #023E78;
}
@media (any-hover: hover) {
  .button-box.type2:hover {
    color: #fff;
    background: #023E78;
  }
  .button-box.type2:hover::before {
    border-color: #fff;
  }
  .button-box.type2:hover::after {
    background: #fff;
  }
}

.hidden__sm {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden__sm {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .hidden__md {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .hidden__lg {
    display: none;
  }
}

.header {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1200px) {
  .header {
    height: 100px;
  }
}

.header__inner {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

.header__logo {
  color: #023E78;
  font-family: "Fira Sans", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.14px;
}
@media screen and (min-width: 1200px) {
  .header__logo {
    font-size: 40px;
    letter-spacing: normal;
  }
}

.header-nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header-nav {
    display: block;
  }
}

.header-nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .header-nav__links {
    gap: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .drawer__button {
    display: none;
  }
}

.drawer__icon {
  width: 56px;
  height: 56px;
  position: relative;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(1) {
  top: 30px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  left: calc(50% - 14px);
}
.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(3) {
  top: 30px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  left: calc(50% - 14px);
}

.drawer__icon-bar {
  width: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2.25px;
  border-radius: 6px;
  background: #023E78;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer__icon-bar:nth-of-type(1) {
  top: calc(50% - 9px);
}
.drawer__icon-bar:nth-of-type(2) {
  top: 50%;
}
.drawer__icon-bar:nth-of-type(3) {
  top: calc(50% + 9px);
}

.drawer-nav {
  position: fixed;
  text-align: center;
  top: 90px;
  left: 0;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
  background: #023E78;
}
.drawer-nav.is-checked {
  display: block;
}

.drawer-nav__links {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 40px;
}

.drawer-nav__link {
  color: #FFF;
  font-weight: 500;
  position: relative;
}
.drawer-nav__link.button-head {
  border: 1px solid #fff;
}

.fv__inner {
  position: relative;
}

.swiper-slide {
  position: relative;
}

.swiper-slide {
  padding-left: 40px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .swiper-slide {
    padding-left: 90px;
  }
}
.swiper-slide img {
  width: 100%;
}

.fv-text {
  margin-left: 20px;
  color: #023E78;
  font-family: "Fira Sans";
  font-size: clamp(40px, 10vw, 60px);
  font-style: italic;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv-text {
    font-size: 60px;
    margin-left: 50px;
  }
}

.fv-text__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .fv-text__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: #fff;
  }
}
.fv-text__head span {
  background: #fff;
  padding-right: 5px;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  .fv-text__head span {
    display: inline-block;
  }
}

.fv-text__second {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding-right: 15px;
  font-weight: 700;
}

.fv-text__sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-family: "Noto Sans CJK JP";
  font-size: clamp(16px, 3vw, 20px);
  padding-inline: 10px;
  font-weight: 700;
  line-height: normal;
  background: #023E78;
}
@media screen and (min-width: 768px) {
  .fv-text__sub {
    font-size: 20px;
  }
}

.about {
  margin-top: 60px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 150px;
  }
}
.about::before {
  content: "";
  width: 200%;
  height: 700px;
  background: #EEF3F8;
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(10deg);
          transform: translate(-50%, -50%) rotate(10deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about::before {
    height: 450px;
  }
}

.about__inner {
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding: 0 50px;
    max-width: 1280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .about__inner {
    padding: 0 90px;
  }
}

.about__text {
  margin-top: 58px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .about__text {
    max-width: 380px;
  }
}

.about__imgs {
  margin-right: -20px;
  padding: 40px 0;
  background: url(../img/01_us-bg2_sp.webp) no-repeat center right/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
}
@media screen and (min-width: 768px) {
  .about__imgs {
    background: url(../img/01_us-bg2_pc.webp) no-repeat center right/contain;
    padding: 165px 0px 93px 0px;
    margin-right: -50px;
    gap: 78px;
  }
}

.about__img {
  margin-right: 20px;
  max-width: 680px;
}
.about__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__img {
    margin-right: 90px;
    margin-left: -10px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .about__img {
    margin-top: 150px;
  }
}

@media screen and (min-width: 768px) {
  .about__btn {
    position: absolute;
    top: 0;
    right: 170px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .about__btn {
    margin-top: 200px;
  }
}

.service {
  margin-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .service {
    margin-top: 120px;
  }
}
.service::before {
  content: "";
  width: 200%;
  height: 900px;
  background: #EEF3F8;
  position: absolute;
  left: 50%;
  bottom: 80px;
  -webkit-transform: translateX(-50%) rotate(10deg);
          transform: translateX(-50%) rotate(10deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .service::before {
    height: 450px;
  }
}

.service__inner {
  padding: 0 20px;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service__inner {
    padding: 0 50px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1200px) {
  .service__inner {
    padding: 0 90px;
  }
}

.service__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .service__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(20px, 4vw, 70px);
  }
}
@media screen and (min-width: 1200px) {
  .service__boxes {
    gap: 70px;
  }
}

.service__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .service__box:nth-child(2) {
    margin-top: 40px;
  }
  .service__box:nth-child(3) {
    margin-top: 80px;
  }
}

.service-box__number {
  display: block;
  color: #023E78;
  text-align: right;
  font-family: "Fira Sans", sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 500;
  text-shadow: 2px 2px 0px #fff;
}

.service-box__img {
  margin-top: -50px;
  position: relative;
  z-index: -1;
}
.service-box__img img {
  width: 100%;
}

.service-box__head {
  color: #023E78;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: absolute;
  left: -15px;
  bottom: 40px;
}
.service-box__head span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .service-box__head {
    font-size: clamp(20px, 2vw, 28px);
  }
}

.service-box__text {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.service__btn {
  margin-top: 40px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .service__btn {
    position: absolute;
    top: 0;
    right: 170px;
  }
}

.case {
  padding: 60px 0;
  background: url(../img/01_case-bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .case {
    padding: 120px 0;
  }
}

.case__inner {
  padding: 0 20px;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .case__inner {
    padding: 0 50px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1200px) {
  .case__inner {
    padding: 0 90px;
  }
}

.case__heading .heading__main,
.case__heading .heading__sub {
  color: #fff;
}

.case__boxes {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 52px;
}
@media screen and (min-width: 1200px) {
  .case__boxes {
    margin-top: 80px;
    gap: 70px;
  }
}

.case-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (any-hover: hover) {
  .case-box:hover .case-box__arrow {
    color: #FEF251;
    border-color: #FEF251;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.case-box__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: auto;
  height: 250px;
  padding: 25px 0;
}
.case-box__img img {
  height: 100%;
  width: auto;
}

.case-box__company {
  color: #FFF;
  font-weight: 700;
}

.case-box__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case-box__label {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 16px;
  border: 1px solid #fff;
}

.case-box__arrow {
  color: #fff;
  font-weight: 700;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news {
  margin-top: 60px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news {
    margin-top: 150px;
  }
}
.news::before {
  content: "";
  width: 200%;
  height: 400px;
  background: #EEF3F8;
  position: absolute;
  left: 50%;
  bottom: 120px;
  -webkit-transform: translateX(-50%) rotate(10deg);
          transform: translateX(-50%) rotate(10deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .news::before {
    height: 500px;
  }
}

.news__inner {
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news__inner {
    padding: 0 50px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1200px) {
  .news__inner {
    padding: 0 90px;
  }
}

.news__boxes {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 20px 40px;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .news__boxes {
    margin-top: 80px;
    padding: 18px 40px 40px;
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
  }
}

.news-box {
  padding: 32px 0;
  border-bottom: 1px solid #ddd;
}

.news-box__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-box__category {
  color: #D33365;
  padding: 6px 20px;
  border: 1px solid #D33365;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news-box__category {
    font-size: 14px;
    padding: 8px 24px;
  }
}

.news-box__date {
  color: #888;
  font-size: 14px;
  font-weight: 500;
}

.news-box__title {
  display: block;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .news-box__title {
    font-size: 16px;
  }
}

.news__btn {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .news__btn {
    position: absolute;
    top: 0;
    right: 170px;
  }
}

.footer__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer-box {
  padding: 46px 0 25px;
  width: 100%;
  background: url(../img/footer-download.webp) no-repeat center center/cover;
}
.footer-box:nth-child(2) {
  background: url(../img/footer-contact.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .footer-box {
    padding: 55px 0 49px;
  }
}

.footer-box__en {
  color: #FFF;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer-box__en {
    font-size: 60px;
  }
}

.footer-box__jp {
  margin-top: 6px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
}

.footer-box__btn {
  margin: 40px auto 0;
}

.footer__bottom {
  padding: 70px 0 13px;
  background: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding: 120px 0 17px;
  }
}

.footer-btm__head {
  color: #FFF;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer-btm__head {
    font-size: 52px;
  }
}

.footer-btm__data {
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 22px auto 0;
}
.footer-btm__data span {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.footer__copyright {
  display: block;
  margin-top: 38px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 76px;
  }
}

.about-p-message__inner {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-p-message__inner {
    padding: 0 50px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1200px) {
  .about-p-message__inner {
    padding: 0 90px;
  }
}

.about-p-message__boxes {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .about-p-message__boxes {
    margin-top: 80px;
  }
}

.about-p-message__title {
  width: 100%;
  background: url(../img/02_mission_sp.webp) no-repeat center center/cover;
  padding: 20px 20px 174px;
}
@media screen and (min-width: 768px) {
  .about-p-message__title {
    background: url(../img/02_mission_pc.webp) no-repeat center center/cover;
    margin-right: auto;
    margin-left: auto;
  }
}
.about-p-message__title.type2 {
  margin-top: 60px;
  background: url(../img/02_vision_sp.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .about-p-message__title.type2 {
    margin-top: 120px;
    background: url(../img/02_vision_pc.webp) no-repeat center center/cover;
  }
}
.about-p-message__title .heading__main,
.about-p-message__title .heading__sub {
  color: #fff;
}

.about-p-message__text {
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 600px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .about-p-message__text {
    max-width: 680px;
  }
}
.about-p-message__text p {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.about-p-message__text-head {
  color: #023E78;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.about-p__overview {
  margin-top: 60px;
  padding: 60px 20px;
  background: url(../img/01_us-bg2_pc.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .about-p__overview {
    margin-top: 120px;
    padding: 80px 50px;
  }
}

.about-p-overview__inner {
  margin: 0 20px;
  padding: 40px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .about-p-overview__inner {
    width: 100%;
    padding: 60px 40px;
    max-width: 768px;
  }
}

.about-p-overview__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.about-p-overview__table {
  margin-top: 40px;
  width: 100%;
}
.about-p-overview__table div {
  padding-block: 16px;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #023E78;
}
@media screen and (min-width: 768px) {
  .about-p-overview__table div {
    font-size: 16px;
  }
}
.about-p-overview__table div:nth-last-child {
  border-bottom: 1px solid #023E78;
}
.about-p-overview__table dt {
  width: 100px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .about-p-overview__table dt {
    padding-left: 32px;
    width: 200px;
  }
}
.about-p-overview__table dd {
  height: 100%;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .about-p-overview__table dd {
    padding-left: 36px;
  }
}

.about-p__person {
  margin-top: 60px;
  padding-bottom: 155px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about-p__person {
    margin-top: 120px;
    padding-bottom: 190px;
  }
}
.about-p__person::before {
  content: "";
  width: 200%;
  height: 1200px;
  background: #EEF3F8;
  position: absolute;
  left: 50%;
  bottom: 80px;
  -webkit-transform: translateX(-50%) rotate(10deg);
          transform: translateX(-50%) rotate(10deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about-p__person::before {
    height: 800px;
  }
}

.about-p-person__inner {
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about-p-person__inner {
    padding: 0 50px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1200px) {
  .about-p-person__inner {
    padding: 0 90px;
  }
}

.about-p-person__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.about-p-person__cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .about-p-person__cards {
    margin-top: 60px;
  }
}

.about-p-person__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .about-p-person__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
}

.about-p-person__card-img {
  width: 100%;
  max-width: 240px;
}
.about-p-person__card-img img {
  width: 100%;
}

.about-p-person__card-contents {
  width: 100%;
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .about-p-person__card-contents {
    max-width: 410px;
    gap: 30px;
  }
}

.about-p-person__card-name {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}
.about-p-person__card-name small {
  padding-right: 20px;
}

.about-p-person__card-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.about-p-person__card-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .about-p-person__card-sns {
    gap: 30px;
  }
}
.about-p-person__card-sns i {
  font-size: 24px;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .about-p-person__card-sns i {
    font-size: 32px;
  }
}

.service-p-step {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .service-p-step {
    margin-top: 80px;
  }
}

.service-p-step__head {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 768px) {
  .service-p-step__head {
    font-size: 28px;
  }
}

.service-p-step__boxes {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .service-p-step__boxes {
    margin-top: 200px;
    gap: 220px;
    max-width: 1030px;
    margin-right: auto;
    margin-left: auto;
  }
}

.service-p-step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .service-p-step__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .service-p-step__box:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .service-p-step__box:nth-child(2) .service-p-step__box-contents {
    margin-left: -60px;
    margin-right: auto;
  }
}

.service-p-step__box-img {
  max-width: 50%;
  margin-right: 0;
  margin-left: auto;
}
.service-p-step__box-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service-p-step__box-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 560px;
  }
}

.service-p-step__box-contents {
  margin-top: -150px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-p-step__box-contents {
    margin-top: -65px;
    margin-left: auto;
    margin-right: -60px;
    padding: 80px 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 530px;
  }
}

.service-p-step__box-number {
  color: #023E78;
  font-family: "Fira Sans", sans-serif;
  font-size: 68px;
  font-style: italic;
  font-weight: 500;
  position: absolute;
  top: -40px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .service-p-step__box-number {
    font-size: 100px;
    top: -60px;
    left: 40px;
  }
}

.service-p-step__box-head {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .service-p-step__box-head {
    font-size: 40px;
  }
}

.service-p-step__box-en {
  margin-top: 4px;
  color: #023E78;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .service-p-step__box-en {
    font-size: 16px;
  }
}

.service-p-step__box-text {
  margin-top: 31px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .service-p-step__box-text {
    margin-top: 59px;
    padding-bottom: 58px;
  }
}

.service-p-step__box-end {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 14px;
}
.service-p-step__box-end span {
  font-weight: 500;
}
.service-p-step__box-end b {
  white-space: nowrap;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .service-p-step__box-end {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.service-p-step__box-btn {
  margin-top: 32px;
  font-size: 14px;
  padding: 30px 70px !important;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .service-p-step__box-btn {
    margin-top: 60px;
    font-size: 16px;
  }
}

.service-p-flow {
  margin-top: 60px;
  padding: 60px 20px;
  background: url(../img/01_us-bg2_pc.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .service-p-flow {
    padding: 80px 90px 120px;
    margin-top: 80px;
  }
}

.service-p-flow__inner {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service-p-flow__inner {
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .service-p-flow__inner {
    max-width: 1100px;
  }
}

.service-p-flow__head {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.service-p-flow__boxes {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .service-p-flow__boxes {
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.service-p-flow__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .service-p-flow__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service-p-flow__box-step {
  color: #FFF400;
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (min-width: 1200px) {
  .service-p-flow__box-step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 7px;
  }
}

.service-p-flow__box-step2 {
  font-size: 40px;
}

.service-p-flow__box-contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  padding: 38px 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .service-p-flow__box-contents {
    height: 240px;
    padding: 45px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.service-p-flow__box-contents::after {
  content: "";
  width: 100%;
  height: 22px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .service-p-flow__box-contents::after {
    width: 22px;
    height: 100%;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
.service-p-flow__box-contents.step1 {
  background: #EDF3F8;
  padding: 22px 20px;
}
@media screen and (min-width: 768px) {
  .service-p-flow__box-contents.step1 {
    padding-top: 46px;
  }
}
.service-p-flow__box-contents.step1::after {
  background: #EDF3F8;
  width: 100%;
  height: 22px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .service-p-flow__box-contents.step1::after {
    width: 22px;
    height: 100%;
    left: auto;
    bottom: auto;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
.service-p-flow__box-contents.step2 {
  background: #DDE8F0;
  position: relative;
}
.service-p-flow__box-contents.step2::after {
  background: #DDE8F0;
  width: 100%;
  height: 22px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .service-p-flow__box-contents.step2::after {
    width: 22px;
    height: 100%;
    left: auto;
    bottom: auto;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
.service-p-flow__box-contents.step3 {
  background: #C7DBE9;
  position: relative;
}
.service-p-flow__box-contents.step3::after {
  background: #C7DBE9;
  width: 100%;
  height: 22px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .service-p-flow__box-contents.step3::after {
    width: 22px;
    height: 100%;
    left: auto;
    bottom: auto;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
.service-p-flow__box-contents.step4 {
  background: #B0D0E5;
}

.service-p-flow__box-head {
  color: #023E78;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.faq__inner {
  padding: 60px 20px 120px;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    padding: 120px 50px;
  }
}

.faq__head {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.faq-boxes {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .faq-boxes {
    margin-top: 40px;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}
.faq-boxes summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}
.faq-boxes summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.qa-box {
  border-bottom: 1px solid #ddd;
  padding: 16px 15px 16px 5px;
  overflow: hidden;
}
.qa-box:nth-child(1) {
  border-top: 1px solid #ddd;
}

.qa-box__heading {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.qa-box__heading-inner {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qa-box-contents:last-child {
  margin-left: auto;
}

.qa-box__heading-text {
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .qa-box__heading-text {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.qa-box__heading-button {
  position: relative;
}

.qa-box__heading-button::before,
.qa-box__heading-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  content: "";
  background: #1a1a1a;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .qa-box__heading-button::before,
  .qa-box__heading-button::after {
    width: 25px;
    height: 3px;
  }
}

.qa-box__heading-button::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.qa-box.is-opened .qa-box__heading-button::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #D33365;
}

.qa-box.is-opened .qa-box__heading-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #D33365;
}

.qa-box.is-opened .qa-box__heading-text {
  color: #D33365;
}

/* --------アコーディオンの中身のスタイル-------- */
.qa-box__body {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  /* details直下のタグにpaddingを設定すると挙動がおかしくなるので、ここには指定しない */
}

.qa-box__body-inner {
  padding-top: 20px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .qa-box__body-inner {
    padding-top: 24px;
  }
}

.qa-box__body-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .qa-box__body-text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.news-archive {
  margin-top: 40px;
  margin-bottom: 100px;
}

.news-archive__inner {
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 100px;
}
@media screen and (min-width: 768px) {
  .news-archive__inner {
    grid-template-columns: 1fr 200px;
    padding: 0 30px;
    max-width: 1280px;
    gap: clamp(30px, 5vw, 50px);
  }
}
@media screen and (min-width: 1200px) {
  .news-archive__inner {
    grid-template-columns: 1fr 330px;
    padding: 0 90px;
    gap: 50px;
  }
}

.news-archive__archive-head {
  font-size: 20px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .news-archive__archive-head {
    font-size: 32px;
    line-height: 40px;
  }
}

.news-archive__archive-post {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .news-archive__archive-post {
    gap: 40px;
  }
}
.news-archive__archive-post li {
  width: 100%;
}

.news-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .news-archive__archive .news-post {
    gap: 20px;
  }
}
@media (any-hover: hover) {
  .news-post:hover {
    opacity: 0.7;
  }
}

.news-post__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
  width: 100%;
  height: 100%;
  aspect-ratio: 120/90;
}
@media screen and (min-width: 768px) {
  .news-archive__new .news-post__img {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .news-archive__new .news-post__img {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .news-archive__archive .news-post__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
    aspect-ratio: 250/156;
  }
}
.news-post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news-post__contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .news-archive__archive .news-post__contents {
    gap: 17px;
  }
}

.news-post__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .news-post__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .news-archive__new .news-post__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news-post__category {
  color: #D33365;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border: 1px solid #D33365;
}
@media screen and (min-width: 768px) {
  .news-archive__archive .news-post__category {
    padding: 8px 24px;
    font-size: 14px;
  }
}

.news-post__new {
  color: #D33365;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .news-archive__archive .news-post__new {
    margin-left: 12px;
    font-size: 16px;
  }
}

.news-post__data {
  color: #888;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  margin-left: auto;
  margin-right: 0;
}

.news-post__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
@media screen and (min-width: 768px) {
  .news-archive__archive .news-post__text {
    font-size: 16px;
  }
}

.news-pagination {
  margin-top: 40px;
}
.news-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-pagination .page-numbers {
  padding: 10px 16px;
  border-radius: 6px;
  background: #f0f0f0;
  color: #333;
  font-weight: 500;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.news-pagination .page-numbers:hover {
  background: #023E78;
  color: #fff;
}
.news-pagination .page-numbers.current {
  background: #023E78;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .news-archive__new .news-post__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .news-archive__new .news-post__new {
    display: none;
  }
}

.news-archive__new-head {
  font-size: 20px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.news-archive__new-post {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-archive__new-post li {
  width: 100%;
}

.news-archive__category {
  margin-top: 60px;
}

.news-archive__category-head {
  font-size: 20px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  width: 100%;
}

.news-archive__category-lists {
  border-top: 1px solid #ddd;
}

.news-archive__category-list {
  display: block;
  padding: 16px 40px;
  border-bottom: 1px solid #ddd;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.news-archive__category-list::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #023E78;
  border-bottom: 3px solid #002a52;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media (any-hover: hover) {
  .news-archive__category-list:hover {
    opacity: 0.7;
  }
}

.post-detail {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .post-detail {
    margin-top: 80px;
    margin-bottom: 175px;
  }
}

.post-detail__inner {
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (min-width: 768px) {
  .post-detail__inner {
    padding: 0 40px;
    max-width: 1280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .post-detail__inner {
    padding: 0 90px;
    gap: 50px;
  }
}

.news-post__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post-detail__category {
  color: #D33365;
  font-size: 12px;
  font-weight: 500;
  padding: 9px 12px;
  border: 1px solid #D33365;
}
@media screen and (min-width: 768px) {
  .post-detail__category {
    font-size: 14px;
    padding: 8px 24px;
  }
}

.post-detail__data {
  color: #888;
  font-size: 14px;
  font-weight: 500;
}

.post-detail__text {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 768px) {
  .post-detail__text {
    margin-top: 22px;
    font-size: 24px;
    line-height: 32px;
  }
}

.post-detail__img {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .post-detail__img {
    width: 100%;
    max-width: 760px;
    margin-top: 35px;
  }
}
.post-detail__img img {
  width: 100%;
}

.post-detail__main p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.post-detail__main h2 {
  margin-top: 47px;
  margin-bottom: 21px;
  color: #023E78;
  font-size: 20px;
  font-weight: 700;
  padding-left: 26px;
  position: relative;
}
.post-detail__main h2::before {
  content: "";
  width: 6px;
  height: 46px;
  background: #023E78;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-detail__main h3 {
  margin-top: 32px;
  margin-bottom: 18px;
  color: #023E78;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #023E78;
}
.post-detail__main h4 {
  margin-top: 32px;
  margin-bottom: 10px;
  color: #023E78;
  font-size: 16px;
  font-weight: 700;
}

.post-detail__pager {
  margin-top: 20px;
}

.download {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .download {
    margin-bottom: 80px;
    margin-bottom: 120px;
  }
}

.download__inner {
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 59px;
}
@media screen and (min-width: 768px) {
  .download__inner {
    padding: 0 50px;
    max-width: 1280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .download__inner {
    padding: 0 90px;
  }
}

.download__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .download__texts {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
  }
}

.download__head {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 768px) {
  .download__head {
    font-size: 28px;
    line-height: 40px;
  }
}

.download__book {
  width: 275px;
}
.download__book img {
  width: 100%;
  height: auto;
}

.download__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.download__form {
  border-radius: 12px;
  background: #EDF3F8;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .download__form {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 40px;
  }
}

.download__form-head {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .download__form-head {
    font-size: 32px;
  }
}

.wpcf7-form {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form {
    gap: 32px;
  }
}

.Form-Item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .Form-Item {
    gap: 13px;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.Form-Item-Label {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .Form-Item-Label {
    font-size: 18px;
  }
}

.Form-Item-Label-Required {
  color: #FFF;
  font-size: 12px;
  border-radius: 1px;
  background: #E61264;
  padding: 2px 8px;
  display: inline-block;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  border-radius: 3px;
  border: none;
  border: 1px solid #999;
  background: #fff;
  padding: 7px 10px;
}
@media screen and (min-width: 768px) {
  .wpcf7-text,
  .wpcf7-textarea {
    padding: 10px 18px;
  }
}
.wpcf7-text:hover, .wpcf7-text:focus,
.wpcf7-textarea:hover,
.wpcf7-textarea:focus {
  outline: none;
  border-color: blue;
}
.wpcf7-text.is-error,
.wpcf7-textarea.is-error {
  background-color: pink;
  border-color: red;
}

.wpcf7-textarea {
  height: 200px;
}
@media screen and (min-width: 768px) {
  .wpcf7-textarea {
    height: 240px;
  }
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  margin-top: 10px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .wpcf7-radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wpcf7-radio input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
  border: 0;
}
.wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-radio input:checked + .wpcf7-list-item-label::before {
  border: 1px solid #1a1a1a;
}
.wpcf7-radio .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 14px;
  padding-left: 34px;
  position: relative;
}
.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border: none;
  border: 1px solid #1a1a1a;
  background: #FFF;
  left: 0;
}
.wpcf7-radio .wpcf7-list-item-label::after {
  width: 12px;
  height: 12px;
  background: #1a1a1a;
  left: 6px;
  opacity: 0;
}

.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  margin-top: 10px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .wpcf7-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wpcf7-checkbox input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
  border: 0;
}
.wpcf7-checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-checkbox input:checked + .wpcf7-list-item-label::before {
  border: 1px solid #1a1a1a;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 14px;
  padding-left: 34px;
  position: relative;
}
.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border: none;
  border: 1px solid #1a1a1a;
  background: #FFF;
  left: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  width: 8px;
  height: 16px;
  border: solid blue;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  left: 7px;
  top: calc(50% - 8px);
}

.wpcf7-select,
.wpcf7-date {
  padding: 7px 10px;
  border: 1px solid #999;
  border-radius: 3px;
}
.wpcf7-select:hover, .wpcf7-select:focus,
.wpcf7-date:hover,
.wpcf7-date:focus {
  outline: none;
  border-color: blue;
}

.form-checkbox {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .form-checkbox {
    margin-top: 10px;
  }
}
.form-checkbox input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip-path: inset(50%);
  white-space: nowrap;
  overflow: hidden;
  border: 0;
}
.form-checkbox a {
  color: blue;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.form-checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-checkbox input:checked + .wpcf7-list-item-label::before {
  border: 1px solid #1a1a1a;
}
.form-checkbox .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 14px;
  padding-left: 34px;
  position: relative;
}
.form-checkbox .wpcf7-list-item-label::before,
.form-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border: none;
  border: 1px solid #1a1a1a;
  background: #FFF;
  left: 0;
}
.form-checkbox .wpcf7-list-item-label::after {
  content: "";
  width: 8px;
  height: 16px;
  border: solid #007bff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  left: 7px;
  top: calc(50% - 8px);
}

.button-wrap {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .button-wrap {
    margin-top: 10px;
  }
}

.wpcf7-submit {
  font-size: 14px;
  padding: 25px 50px;
}
@media screen and (min-width: 768px) {
  .wpcf7-submit {
    font-size: 16px;
  }
}

.download-fin__text {
  margin-top: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.download-fin__link {
  display: block;
  margin-top: 12px;
  color: #023E78;
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.contact {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-top: 80px;
    margin-bottom: 120px;
  }
}

.contact__inner {
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    padding: 0 50px;
    max-width: 750px;
  }
}

.contact__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  width: 100%;
  margin: 0 auto;
}

.contact__head {
  margin-top: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contact__head {
    margin-top: 80px;
  }
}

.contact-fin__link {
  margin-top: 14px;
}

.contact-fin__text {
  color: #023E78;
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.case-p {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .case-p {
    margin-top: 80px;
    margin-bottom: 120px;
  }
}

.case-p__inner {
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .case-p__inner {
    padding: 0 50px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1200px) {
  .case-p__inner {
    padding: 0 90px;
  }
}

.case-p__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .case-p__labels {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}

.case-p__label {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  width: 300px;
  padding: 12px;
  border-radius: 4px;
  background: #EEE;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media (any-hover: hover) {
  .case-p__label:hover {
    background: #023E78;
    color: #fff;
  }
}

.case-p__head {
  margin-top: 70px;
  padding-left: 10px;
  border-left: 8px solid #023E78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
}
@media screen and (min-width: 768px) {
  .case-p__head {
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.case-p__head-jp {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .case-p__head-jp {
    font-size: 28px;
  }
}

.case-p__head-en {
  color: #023E78;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  padding-left: 3px;
}
@media screen and (min-width: 768px) {
  .case-p__head-en {
    font-size: 16px;
  }
}

.case-p__boxes {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 55px;
}
@media screen and (min-width: 768px) {
  .case-p__boxes {
    margin-top: 65px;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .case-p__boxes {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}

.case-p__box {
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}

.case-p-box__head {
  background: #023E78;
  border-radius: 8px 8px 0px 0px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .case-p-box__head {
    padding: 20px 40px;
    font-size: 14px;
    gap: 8px;
  }
}
.case-p-box__head h3 {
  font-weight: 700;
}
.case-p-box__head .case-p-box__head-big {
  font-size: 16px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .case-p-box__head .case-p-box__head-big {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .case-p-box__head .case-p-box__head-big {
    font-size: 24px;
  }
}
.case-p-box__head .case-p-box__head-big small {
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .case-p-box__head .case-p-box__head-big small {
    padding-left: 16px;
  }
}

.case-p-box__logo {
  width: 90px;
  height: 70px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 20px;
  top: 50%;
  padding: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .case-p-box__logo {
    width: 120px;
    height: 90px;
  }
}
.case-p-box__logo img {
  width: auto;
  height: 100%;
}

.case-p-box__bottom {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .case-p-box__bottom {
    padding: 40px;
  }
}

.case-p-box__course {
  font-weight: 700;
  margin-bottom: 10px;
}

.case-p-box__lists {
  padding-top: 22px;
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.case-p-box__list-head {
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .case-p-box__list-head {
    padding-left: 30px;
    font-size: 18px;
  }
}
.case-p-box__list-head::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/06_icon-check.webp) no-repeat center center/contain;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .case-p-box__list-head::after {
    width: 20px;
    height: 20px;
  }
}

.case-p-box__list-text {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.case-p-box__btn {
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .case-p-box__btn {
    margin-top: 60px;
  }
}/*# sourceMappingURL=style.css.map */