@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  max-width: 1536px;
}

.header {
  max-width: 1537px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 96px;
  z-index: 9999;
  width: 100%;
  position: fixed;
  background-color: #FFFFFF;
}

.header__logo {
  margin: 22px 0 22px 20px;
}

.header__img {
  width: 227px;
  height: 52px;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.list__item:not(:first-child) {
  margin-left: 28px;
}

a {
  color: #007FC6;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP";
}

.header__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #007FC6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 43px;
}

.header__mail__img {
  width: 32px;
  height: 32px;
}

.header__mail__p {
  font-family: "Noto Sans JP";
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  margin-left: 7px;
}

.burger-btn {
  display: none;
}

@media screen and (max-width: 376px) {
  /*  base_sp  */
  /* 　デフォルトのbuttonスタイルをリセット*/
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
  }
  .burger-btn {
    display: block;
    width: 64px;
    height: 64px;
    position: relative;
    z-index: 3;
    background-color: #333333;
    border: none;
  }
  .bar {
    width: 32px;
    height: 1px;
    display: block;
    position: absolute;
    left: 16px;
    background-color: #FFFFFF;
  }
  .bar_top {
    top: 14px;
  }
  .bar_mid {
    top: 23px;
  }
  .bar_bottom {
    top: 32px;
  }
  .button__p {
    position: absolute;
    top: 40px;
    left: 12px;
    font-size: 10px;
  }
  .header {
    width: 100%;
    height: 64px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__logo {
    margin: 16px 0 16px 16px;
  }
  .header__img {
    width: 139px;
    height: 32px;
    margin-right: 92px;
  }
  .header__mail {
    padding: 13px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 64px;
  }
  .header__mail__img {
    width: 24px;
    height: 24px;
  }
  .header__mail__p {
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    margin-top: 4px;
    margin-left: 0;
    width: 40px;
  }
  .burger-btn.close .bar_top {
    -webkit-transform: translate(0, 10px) rotate(45deg);
            transform: translate(0, 10px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .burger-btn.close .bar_bottom {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
            transform: translate(0, -8px) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .button__p {
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
  }
  /* 以下、ハンバーガーメニュー */
  .nav-wrapper {
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 64px;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
  }
  .header__nav {
    z-index: 2;
    background-color: #007FC6;
  }
  .nav__list {
    display: block;
    padding-top: 0;
  }
  .list__item:not(:first-child) {
    margin-left: 0;
  }
  .list__item {
    padding: 24px 0 24px 17px;
    border-bottom: solid 1px #FFFFFF;
  }
  a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    width: 100%;
    display: block;
    text-align: left;
  }
  /* メニューオープン時 */
  .nav-wrapper.fade {
    visibility: visible;
    opacity: 1;
  }
}
.fv {
  position: relative;
  max-width: 1536px;
  height: 850px;
  margin-inline: auto;
  background: -webkit-gradient(linear, left top, right bottom, from(#007FC6), to(#02D1FF));
  background: linear-gradient(to bottom right, #007FC6, #02D1FF);
  padding-top: 96px;
}
@media screen and (max-width: 376px) {
  .fv {
    padding-top: 64px;
    height: 1500px;
  }
}

.fv__inner {
  margin-top: 84px;
  max-width: 1200px;
  margin-inline: auto;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 376px) {
  .fv__inner {
    margin-top: 40px;
    padding: 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fv__text__p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (max-width: 376px) {
  .fv__text__p {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
  }
}

.fv__title {
  font-size: 56px;
  line-height: 1.5;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Noto Sans JP";
  margin: 11px 0 15px;
}
@media screen and (max-width: 376px) {
  .fv__title {
    font-size: 24px;
    margin: 18px 24px;
  }
}

.fv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
}
@media screen and (max-width: 376px) {
  .fv__list {
    margin-top: 16px;
  }
}

.fv__list__item {
  width: 164px;
  height: 164px;
  border-radius: 9999px;
  background-color: #FFFFFF;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  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;
}
@media screen and (max-width: 376px) {
  .fv__list__item {
    width: 112px;
    height: 112px;
  }
}

.fv__list__item:not(:first-child) {
  margin-left: 22px;
}
@media screen and (max-width: 376px) {
  .fv__list__item:not(:first-child) {
    margin-left: 4px;
  }
}

.fv__list-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #007FC6;
}
@media screen and (max-width: 376px) {
  .fv__list-title {
    font-size: 16px;
    line-height: 1;
  }
}

.fv__list-text {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #007FC6;
  margin-top: 26px;
}
@media screen and (max-width: 376px) {
  .fv__list-text {
    font-size: 18px;
    margin-top: 18px;
  }
}

.fv__span-text {
  font-size: 24px;
}
@media screen and (max-width: 376px) {
  .fv__span-text {
    font-size: 18px;
  }
}

.fv__list-text:after {
  content: "*1";
  font-size: 12px;
  color: #333333;
  position: absolute;
  top: 91px;
  left: 147px;
}
@media screen and (max-width: 376px) {
  .fv__list-text:after {
    top: 64px;
    left: 93px;
  }
}

/* 2つ目のリスト項目に対して ＊2 を追加 */
.fv__list__item:nth-of-type(2) .fv__list-text::after {
  content: "*2";
}

/* 3つ目のリスト項目に対して ＊3 を追加 */
.fv__list__item:nth-of-type(3) .fv__list-text::after {
  content: "*2";
  position: absolute;
  top: 91px;
  left: 127px;
}
@media screen and (max-width: 376px) {
  .fv__list__item:nth-of-type(3) .fv__list-text::after {
    top: 64px;
    left: 83px;
  }
}

.fv__remarks__p {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 27px;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 376px) {
  .br-sp {
    display: block;
  }
}

.inquiry__area {
  background-color: #FFFFFF;
  max-width: 400px;
  margin-left: 161px;
}
@media screen and (max-width: 376px) {
  .inquiry__area {
    margin-left: 0;
    width: 343px;
    position: absolute;
    top: 743px;
  }
}

.contact {
  padding: 8px 8px 0 8px;
  margin: 0 auto;
}

.contact__form {
  padding: 0 8px;
}
@media screen and (max-width: 376px) {
  .contact__form {
    padding: 0;
  }
}

.contact__text {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  padding: 15px 14px;
  background-color: #007FC6;
  max-width: 384px;
  border-radius: 5px;
}
@media screen and (max-width: 376px) {
  .contact__text {
    font-size: 16px;
    padding: 18px 20px;
  }
}

.triangle {
  background-color: #007FC6;
  height: 16px;
  width: 16px;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  position: relative;
  top: 0;
  left: 184px;
}
@media screen and (max-width: 376px) {
  .triangle {
    left: 155px;
  }
}

.contact__name__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__first__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__last__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 26px;
}
@media screen and (max-width: 376px) {
  .contact__last__area {
    margin-left: 8px;
  }
}

.contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__label-text {
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-top: 15px;
}

.contact__label-text::after {
  content: "*";
  font-size: 14px;
  font-weight: 400;
  color: #F90000;
}

.contact__input {
  border: solid 1px #CED4DA;
  border-radius: 5px;
  background-color: #F5F8FA;
  padding: 16px 0 16px 8px;
  margin-top: 8px;
}

.first-name__input {
  border: solid 1px #CED4DA;
  border-radius: 5px;
  background-color: #F5F8FA;
  padding: 16px 0 16px 8px;
  margin-top: 8px;
  width: 175px;
}
@media screen and (max-width: 376px) {
  .first-name__input {
    width: 159px;
    height: 48px;
  }
}

.last-name__input {
  border: solid 1px #CED4DA;
  border-radius: 5px;
  background-color: #F5F8FA;
  padding: 16px 0 16px 8px;
  margin-top: 8px;
  width: 175px;
}
@media screen and (max-width: 376px) {
  .last-name__input {
    width: 159px;
    height: 48px;
  }
}

.contact__sub__text {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 24px;
}
@media screen and (max-width: 376px) {
  .contact__sub__text {
    font-size: 12px;
  }
}

.contact__button {
  max-width: 320px;
  background-color: #007FC6;
  border-radius: 25px;
  font-family: "Noto Sans JP";
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  padding: 16px 40px;
  margin: 31px auto 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 376px) {
  .contact__button {
    font-size: 16px;
    margin-top: 40px;
    padding: 13px 27px;
  }
}

.end-message {
  display: none;
}

.false-message {
  display: none;
}

.fv__img {
  width: 360px;
  height: 202px;
  position: absolute;
  top: 648px;
  left: 588px;
}
@media screen and (max-width: 376px) {
  .fv__img {
    top: 498px;
    left: 0;
  }
}

.main__swiper {
  max-width: 1536px;
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 376px) {
  .main__swiper {
    padding-top: 40px;
  }
}

.main__swiper__title {
  font-size: 32px;
  font-family: "Noto Sans JP";
  line-height: 1;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 376px) {
  .main__swiper__title {
    font-size: 20px;
  }
}

.main__swiper__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 376px) {
  .main__swiper__img {
    -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;
  }
}

.main__swiper__img1 {
  max-width: 428px;
  height: 146px;
}
@media screen and (max-width: 376px) {
  .main__swiper__img1 {
    max-width: 280px;
    height: 95px;
  }
}

.main__swiper__img2 {
  max-width: 428px;
  height: 146px;
}
@media screen and (max-width: 376px) {
  .main__swiper__img2 {
    max-width: 280px;
    height: 95px;
  }
}

.main__swiper__img2:not(:first-child) {
  margin-left: 84px;
}
@media screen and (max-width: 376px) {
  .main__swiper__img2:not(:first-child) {
    margin-left: 0;
  }
}

.swiper {
  margin-top: 64px;
}

.swiper-slide {
  width: 248px;
}
@media screen and (max-width: 376px) {
  .swiper-slide {
    width: 160px;
  }
}

.swiper__img {
  max-width: 248px;
  height: 99px;
}
@media screen and (max-width: 376px) {
  .swiper__img {
    width: 160px;
    height: 64px;
  }
}

.about {
  margin-inline: auto;
}

.about__title {
  margin-top: 96px;
}
@media screen and (max-width: 376px) {
  .about__title {
    margin-top: 72px;
  }
}

.about__text__area {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-top: 51px;
}
@media screen and (max-width: 376px) {
  .about__text__area {
    font-size: 20px;
    line-height: 1.5;
  }
}

.about__span {
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  color: #007FC6;
}
@media screen and (max-width: 376px) {
  .about__span {
    font-size: 24px;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 376px) {
  .sp {
    display: inline;
  }
}

.about__img__area {
  background-color: #F9F9F9;
  width: 808px;
  height: 276px;
  margin-top: 45px;
  position: relative;
  left: 108px;
}
@media screen and (max-width: 376px) {
  .about__img__area {
    width: 341px;
    height: 648px;
    left: 0;
  }
}

.about__img {
  max-width: 562px;
  height: 316px;
  margin: 0 auto;
  position: absolute;
  top: -20px;
  left: 123px;
}
@media screen and (max-width: 376px) {
  .about__img {
    display: none;
  }
}

.about__img-sp {
  display: none;
}
@media screen and (max-width: 376px) {
  .about__img-sp {
    display: inline;
    width: 315px;
    height: 648px;
    position: absolute;
    left: 13px;
  }
}

.features {
  margin-top: 96px;
}
@media screen and (max-width: 376px) {
  .features {
    margin-top: 72px;
  }
}

.features__title {
  margin-bottom: 51px;
}

.features__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
@media screen and (max-width: 376px) {
  .features__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.features__item {
  border: solid 1px #007FC6;
  padding-top: 14px;
  padding-left: 32px;
  padding-right: 32px;
  height: 325px;
}
@media screen and (max-width: 376px) {
  .features__item {
    padding-top: 14px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 22px;
    height: auto;
  }
}

.features__img {
  width: 116px;
  height: 77px;
  margin-inline: auto;
}

.features__list-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #F47500;
  margin-top: 18px;
}

.features__text {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 18px;
}

.banner__area {
  margin-top: 31px;
  background-image: url(../img/background-4876988_1280\ 1.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1537px;
  height: 240px;
}
@media screen and (max-width: 376px) {
  .banner__area {
    background-image: url(../img/background-4876988_1280\ 1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 257px;
  }
}

.banner__text {
  font-family: "Noto Sans JP";
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  padding-top: 60px;
}
@media screen and (max-width: 376px) {
  .banner__text {
    padding-top: 40px;
  }
}

.banner__button__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 376px) {
  .banner__button__area {
    margin-top: 39px;
  }
}

.banner__button {
  background-color: #FFFFFF;
  width: 320px;
  height: 52px;
  border-radius: 25px;
}

.button__text {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #007FC6;
}

.introduction {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-bottom: 54px;
}

.introduction__title {
  margin-top: 96px;
}
@media screen and (max-width: 376px) {
  .introduction__title {
    margin-top: 72px;
  }
}

.bottom-swiper__container {
  max-width: 920px;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.bottom-swiper__inner {
  max-width: 1024px;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 376px) {
  .bottom-swiper__inner {
    width: 311px;
  }
}

.bottom-swiper {
  width: 900px;
}
@media screen and (max-width: 376px) {
  .bottom-swiper {
    width: 311px;
  }
}

.bottom-swiper-slide {
  width: 407px;
  height: 488px;
  padding: 32px 20px 20px 20px;
  border: solid 1px #ffffff;
  -webkit-box-shadow: 0px 5px 8px 3px rgba(51, 51, 51, 0.2509803922);
          box-shadow: 0px 5px 8px 3px rgba(51, 51, 51, 0.2509803922);
  border-radius: 30px 0 30px 0;
}
@media screen and (max-width: 376px) {
  .bottom-swiper-slide {
    width: 311px;
    height: 471px;
    padding: 31px 10px 20px 10px;
  }
}

.bottom__swiper__title {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 376px) {
  .bottom__swiper__title {
    font-size: 18px;
  }
}

.bottom__span {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  color: #007FC6;
}
@media screen and (max-width: 376px) {
  .bottom__span {
    font-size: 18px;
  }
}

.bottom__swiper__text {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 24px;
}
@media screen and (max-width: 376px) {
  .bottom__swiper__text {
    font-size: 12px;
  }
}

.bottom__swiper__img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin-top: 37px;
}

.bottom-swiper-button-prev {
  left: -20px;
}
@media screen and (max-width: 376px) {
  .bottom-swiper-button-prev {
    left: -26px;
  }
}

.bottom-swiper-button-next {
  right: -20px;
}
@media screen and (max-width: 376px) {
  .bottom-swiper-button-next {
    right: -26px;
  }
}

.bottom-swiper-button-prev::after,
.bottom-swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 34px;
  margin: auto;
  width: 34px;
}
@media screen and (max-width: 376px) {
  .bottom-swiper-button-prev::after,
  .bottom-swiper-button-next::after {
    width: 20px;
  }
}

.bottom-swiper-button-prev::after {
  background-image: url(../img/arrow-01.png);
}

.bottom-swiper-button-next::after {
  background-image: url(../img/arrow-02.png);
}

.price {
  max-width: 1537px;
  margin-inline: auto;
  background-color: #F9F9F9;
  padding: 96px 0 57px;
}
@media screen and (max-width: 376px) {
  .price {
    padding: 72px 0 89px;
  }
}

.price__inner {
  margin-inline: auto;
  text-align: center;
}

.price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 69px;
}
@media screen and (max-width: 376px) {
  .price__list {
    margin-top: 31px;
  }
}

.price__item {
  width: 28.9%;
  height: 277px;
  background-color: #FFFFFF;
  border: solid 1px #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.2509803922);
          box-shadow: 0 4px 4px 0 rgba(51, 51, 51, 0.2509803922);
}
@media screen and (max-width: 376px) {
  .price__item {
    height: 91px;
  }
}

.price__item:not(:first-child) {
  margin-left: 12px;
}

.price__item__line {
  background: #007FC6;
  width: 100%;
  height: 12px;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 376px) {
  .price__item__line {
    height: 6px;
  }
}

.price__item__title {
  font-family: "Noto Sans JP";
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 23px;
}
@media screen and (max-width: 376px) {
  .price__item__title {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 12px;
  }
}

.price__text__span {
  font-size: 92px;
  line-height: 1;
  font-weight: 700;
  color: #007FC6;
}
@media screen and (max-width: 376px) {
  .price__text__span {
    font-size: 32px;
  }
}

.price__item__text {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 376px) {
  .price__item__text {
    font-size: 12px;
  }
}

.price__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Noto Sans JP";
  margin-top: 48px;
  text-align: left;
  margin-left: 56px;
}
@media screen and (max-width: 376px) {
  .price__text {
    font-size: 12px;
    margin-left: 15px;
    line-height: 1.8;
  }
}

.question {
  max-width: 100%;
  padding-top: 96px;
  padding-bottom: 72px;
  background-color: #F9F9F9;
  margin-inline: auto;
}

.accordion-item {
  margin-bottom: 24px;
}

.accordion {
  max-width: 1024px;
  margin-inline: auto;
  margin-top: 70px;
}
@media screen and (max-width: 376px) {
  .accordion {
    max-width: 343px;
    margin-top: 48px;
  }
}

.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  padding-top: 18px;
  padding-left: 36px;
  padding-bottom: 18px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media screen and (max-width: 376px) {
  .accordion-header {
    padding: 16px 39px 16px 10px;
  }
}

.accordion-header.open {
  background-color: #007FC6;
}
.accordion-header.open .accordion__span {
  color: #007FC6;
  background-color: #FFFFFF;
}
.accordion-header.open .accordion-header__p {
  color: #FFFFFF;
}

.accordion__span {
  font-family: "Goldman";
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  padding: 6px 9px;
  background-color: #007FC6;
  border-radius: 9999px;
}
@media screen and (max-width: 376px) {
  .accordion__span {
    font-size: 16px;
  }
}

.accordion-header__p {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  margin-left: 33px;
}
@media screen and (max-width: 376px) {
  .accordion-header__p {
    font-size: 14px;
    margin-left: 10px;
  }
}

.accordion-content {
  max-width: 1024px;
  background-color: #FFFFFF;
  padding: 24px 36px;
  display: none;
}
@media screen and (max-width: 376px) {
  .accordion-content {
    padding: 10px;
  }
}

.content-p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 376px) {
  .content-p {
    font-size: 14px;
  }
}

.accordion-header::before {
  border-top: solid 2px #333333;
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 40px;
  margin: auto;
  width: 32px;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media screen and (max-width: 376px) {
  .accordion-header::before {
    width: 16px;
    top: 33px;
    right: 10px;
  }
}

.accordion-header::after {
  border-top: solid 2px #333333;
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 40px;
  margin: auto;
  width: 32px;
  height: 2px;
}
@media screen and (max-width: 376px) {
  .accordion-header::after {
    width: 16px;
    top: 33px;
    right: 10px;
  }
}

.accordion-header.open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border-top: solid 2px white;
}

.accordion-header.open:after {
  background-color: transparent;
  border-top: solid 2px white;
}

.inner {
  max-width: 1024px;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
@media screen and (max-width: 376px) {
  .inner {
    padding: 0 17px;
  }
}

.section-title {
  font-family: "Noto Sans JP";
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 376px) {
  .section-title {
    font-size: 24px;
  }
}

.inquiry {
  max-width: 1536px;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right bottom, from(#007FC6), to(#02D1FF));
  background: linear-gradient(to bottom right, #007FC6, #02D1FF);
  padding-top: 96px;
  padding-bottom: 57px;
  position: relative;
}
@media screen and (max-width: 376px) {
  .inquiry {
    padding-top: 72px;
    height: 1105px;
  }
}

.inquiry__title {
  color: #FFFFFF;
}

.inquiry__wrapper {
  margin-top: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 376px) {
  .inquiry__wrapper {
    margin-top: 26px;
  }
}

.inquiry__text__area {
  max-width: 413px;
}

.inquiry__text {
  font-size: 16px;
  font-weight: 4000;
  color: #FFFFFF;
  line-height: 1.8;
}
@media screen and (max-width: 376px) {
  .inquiry__text {
    font-size: 12px;
    text-align: center;
  }
}

.inquiry__img {
  max-width: 413px;
  margin-top: 48px;
}
@media screen and (max-width: 376px) {
  .inquiry__img {
    margin-top: 16px;
    width: 240px;
    margin-inline: auto;
  }
}

.inquiry__from-area {
  margin-left: 51px;
}

.inquiry__from-area {
  background-color: #FFFFFF;
  max-width: 400px;
  margin-left: 161px;
}
@media screen and (max-width: 376px) {
  .inquiry__from-area {
    margin-left: 0;
    width: 343px;
    position: absolute;
    top: 441px;
  }
}

.footer {
  max-width: 1536px;
  height: 145px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 376px) {
  .footer {
    height: 121px;
  }
}

.footer__img {
  margin-inline: auto;
  max-width: 227px;
  margin-top: 26px;
}
@media screen and (max-width: 376px) {
  .footer__img {
    margin-top: 24px;
  }
}

.footer__copyright {
  font-family: "Goldman";
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-top: 37px;
}/*# sourceMappingURL=style.css.map */