body {
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaf4f7), to(#fff));
  background: linear-gradient(180deg, #eaf4f7 0%, #fff 100%);
}

.header__inner {
  padding: 24px 15px;
  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;
}
@media screen and (min-width: 801px) {
  .header__inner {
    margin: 0 auto;
    padding: 23px 40px;
  }
}
.header__logo a img {
  width: 160px;
}
.header__nav {
  display: none;
}
@media screen and (min-width: 801px) {
  .header__nav {
    display: block;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}
.header__nav-link {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (min-width: 801px) {
  .header__open {
    display: none;
  }
}
.header .drawer-icon {
  width: 40px;
  height: 20px;
  position: relative;
  z-index: 51;
}
.header .drawer-icon.is-checked .drawer-icon__bar {
  background-color: #fff;
}
.header .drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 10px;
}
.header .drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.header .drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .drawer-icon__bar {
  position: absolute;
  background-color: #2082e0;
  width: 40px;
  height: 3px;
  border-radius: 40px;
  top: 0;
  left: 0;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s linear;
  transition: top 0.3s, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s;
  transition: transform 0.3s linear, top 0.3s, -webkit-transform 0.3s linear;
}
.header .drawer-icon__bar:nth-child(1) {
  top: 0;
}
.header .drawer-icon__bar:nth-child(2) {
  top: 10px;
}
.header .drawer-icon__bar:nth-child(3) {
  top: 20px;
}
.header__button {
  display: none;
}
@media screen and (min-width: 801px) {
  .header__button {
    display: block;
  }
}
.header__button a {
  border-radius: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 142, 221, 0.9)), to(rgba(43, 198, 201, 0.9)));
  background: linear-gradient(180deg, rgba(34, 142, 221, 0.9) 0%, rgba(43, 198, 201, 0.9) 100%);
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
  display: inline-block;
  padding: 9px 54px;
  color: #fff;
}

.drawer-content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 142, 221, 0.9)), to(rgba(43, 198, 201, 0.9)));
  background: linear-gradient(180deg, rgba(34, 142, 221, 0.9) 0%, rgba(43, 198, 201, 0.9) 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 130px 125px 40px 123px;
  z-index: 50;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.drawer-content__menu {
  text-align: center;
}
.drawer-content__menu-list {
  margin-top: 30px;
}
.drawer-content__logo {
  width: 180px;
  text-align: center;
}
.drawer-content__logo img {
  width: 100%;
}
.drawer-content__link {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 170%; /* 34px */
}
.drawer-content__link + .drawer-content__link {
  margin-top: 30px;
}

.fv {
  margin-top: 30px;
  padding-bottom: 80px;
}
@media screen and (min-width: 801px) {
  .fv {
    padding-bottom: 50px;
    max-width: calc(100% - 160px);
    margin: 0 auto;
  }
}
.fv__inner {
  text-align: center;
}
@media screen and (min-width: 801px) {
  .fv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 801px) {
  .fv__image {
    width: 54.1666666667;
  }
}
.fv__image img {
  width: 398px;
}
@media screen and (min-width: 801px) {
  .fv__image img {
    width: 650px;
  }
}
.fv__heading {
  margin-top: 40px;
}
@media screen and (min-width: 801px) {
  .fv__heading {
    margin-top: 0;
  }
}
.fv__logo img {
  width: 250px;
}
.fv__title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  color: #2b2b2b;
}
.fv__text {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #333333;
  font-weight: 400;
}
.fv__button {
  margin-top: 20px;
  text-align: center;
}
.fv__button a {
  border-radius: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 142, 221, 0.9)), to(rgba(43, 198, 201, 0.9)));
  background: linear-gradient(180deg, rgba(34, 142, 221, 0.9) 0%, rgba(43, 198, 201, 0.9) 100%);
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
  display: inline-block;
  padding: 9px 54px;
  color: #fff;
}

.blog {
  padding: 60px 30px;
}
.blog__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .blog__inner {
    max-width: calc(100% - 94px);
  }
}
@media screen and (min-width: 801px) {
  .blog__inner {
    max-width: calc(100% - 160px);
  }
}
.blog__main-title {
  color: #228ddd;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 170%; /* 61.2px */
  letter-spacing: 3.6px;
  display: block;
}
.blog__sub-title {
  color: #228bde;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 2.66px;
}
.blog__content {
  margin-top: 58px;
}
.blog__list {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .blog__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 15px;
  }
}
@media screen and (min-width: 801px) {
  .blog__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 15px;
  }
}
.blog__item {
  background-color: #fff;
  padding: 15px;
  margin: 0 auto;
}
.blog__item + .blog__item {
  margin-top: 28px;
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .blog__item + .blog__item {
    margin-top: 0;
  }
}
@media screen and (min-width: 801px) {
  .blog__item + .blog__item {
    margin-top: 0;
  }
}
.blog__image {
  position: relative;
}
.blog__image .label {
  padding: 3px 32px;
  position: absolute;
  top: 0;
  right: 0;
  background: #2392db;
  color: var(--rgb-255255255, #fff);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.blog__textarea {
  -moz-text-align-last: left;
       text-align-last: left;
  margin-top: 6px;
  color: #333;
  line-height: 170%;
}
.blog__title {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}
.blog__text {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
}
.blog__button {
  text-align: center;
  margin-top: 46px;
}
.blog__button a {
  border-radius: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 142, 221, 0.9)), to(rgba(43, 198, 201, 0.9)));
  background: linear-gradient(180deg, rgba(34, 142, 221, 0.9) 0%, rgba(43, 198, 201, 0.9) 100%);
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
  display: inline-block;
  padding: 9px 54px;
  color: #fff;
}

.news {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 801px) {
  .news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.news__inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 801px) {
  .news__inner {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
}
.news__title {
  color: #238fdc;
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 51px */
  letter-spacing: 3px;
  position: relative;
}
@media screen and (min-width: 801px) {
  .news__title {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}
.news__title::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #2bc8c8;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.news__list {
  margin-top: 55px;
}
@media screen and (min-width: 801px) {
  .news__list {
    margin-top: 65px;
  }
}
.news__item {
  padding-top: 10px;
  padding-bottom: 13px;
  position: relative;
}
.news__item::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  bottom: 0;
}
.news__time {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.news__text {
  margin-top: 8px;
  color: #111;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media screen and (min-width: 801px) {
  .news__number {
    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;
  }
}
.news__number-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  text-align: center;
  margin-top: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__number-item a {
  border: 1px solid var(--828282, #828282);
  background: var(--ffffff, #fff);
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  color: #707070;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.44px;
}
.news__number-item span {
  stroke-width: 1.5px;
  stroke: #828282;
  display: inline-block;
}
.news__button {
  text-align: center;
  margin-top: 46px;
}
.news__button a {
  border-radius: 2px;
  border: 1px solid #2392db;
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
  padding: 5px 24px;
  color: #2392db;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 3px;
}

.about {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f4fbff;
}
@media screen and (min-width: 801px) {
  .about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.about__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 801px) {
  .about__inner {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
  }
}
.about__image {
  text-align: center;
}
.about__image img {
  width: 310px;
}
@media screen and (min-width: 801px) {
  .about__image img {
    width: 450px;
  }
}
.about__contents {
  margin-top: 30px;
}
@media screen and (min-width: 801px) {
  .about__contents {
    margin-top: 37px;
    width: 450px;
  }
}
.about__title {
  color: #228ddd;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%; /* 40.8px */
}
@media screen and (min-width: 801px) {
  .about__title {
    font-size: 26px;
  }
}
.about__text {
  margin-top: 30px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
}
.about__button {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 801px) {
  .about__button {
    text-align: left;
  }
}
.about__button button {
  color: #fff;
  padding: 9px 54px;
  border-radius: 48px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.75%, #2188de), color-stop(97.75%, #2bcbc6));
  background: linear-gradient(90deg, #2188de 1.75%, #2bcbc6 97.75%);
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
}

.seminar {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 801px) {
  .seminar {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.seminar__inner {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 801px) {
  .seminar__inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1050px;
  }
}
.seminar__heading {
  padding-left: 15px;
}
@media screen and (min-width: 801px) {
  .seminar__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.seminar__main-title {
  color: #228ddd;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 170%; /* 61.2px */
  letter-spacing: 3.6px;
  display: block;
}
.seminar__sub-title {
  color: #228bde;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 2.66px;
  display: block;
}
.seminar__boxes {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.seminar__box {
  padding: 20px 12px 24px;
  border-radius: 6px;
  border: 0px solid #707070;
  -webkit-box-shadow: 5px 7px 34px 0px #f1f1f1;
          box-shadow: 5px 7px 34px 0px #f1f1f1;
}
@media screen and (min-width: 801px) {
  .seminar__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
  }
}
.seminar__box-image {
  text-align: center;
}
.seminar__box-image img {
  width: 324px;
}
@media screen and (min-width: 801px) {
  .seminar__box-image {
    width: 30.8571428571%;
  }
}
.seminar__box-content {
  margin-top: 22px;
}
@media screen and (min-width: 801px) {
  .seminar__box-content {
    width: 64.5714285714%;
    margin-top: 0;
  }
}
.seminar__box-label {
  padding: 6px 12px 5px;
  border-radius: 2px;
  background: #2392db;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 100%; /* 12px */
  color: #fff;
}
.seminar__box-time {
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-left: 10px;
}
.seminar__box-body {
  margin-top: 19px;
}
.seminar__box-title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.seminar__box-text {
  margin-top: 14px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
}
.seminar__box-button {
  text-align: right;
  margin-top: 22px;
}
.seminar__box-button button {
  border-radius: 2px;
  border: 1px solid #2392db;
  padding: 8px 44px;
  color: #2392db;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
}
.seminar__button {
  text-align: center;
  margin-top: 46px;
}
.seminar__button a {
  padding: 9px 54px;
  border-radius: 48px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.75%, #2188de), color-stop(97.75%, #2bcbc6));
  background: linear-gradient(90deg, #2188de 1.75%, #2bcbc6 97.75%);
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
  color: #f6f7f7;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 3px;
}

.casestudy {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 801px) {
  .casestudy {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.casestudy__inner {
  padding-left: 20px;
}
@media screen and (min-width: 801px) {
  .casestudy__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.casestudy__heading-main {
  color: #228ddd;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 170%; /* 61.2px */
  letter-spacing: 3.6px;
}
.casestudy__heading-sub {
  color: #228bde;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 2.66px;
}
.casestudy__slider {
  margin-top: 50px;
}
.casestudy__swiper {
  padding-bottom: 42px;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 801px) {
  .casestudy__swiper {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.casestudy__slide {
  width: 320px !important;
}
.casestudy__card {
  border-radius: 4px;
  background: #fff;
}
.casestudy__card-textbox {
  background: #fff;
  padding: 14px;
}
.casestudy__card-title {
  color: #228ddd;
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
}
.casestudy__card-text {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 170%; /* 20.4px */
}
@media screen and (min-width: 801px) {
  .casestudy__card-text {
    margin-top: 10px;
  }
}
.casestudy__card-memo {
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%; /* 20.4px */
}
@media screen and (min-width: 801px) {
  .casestudy__card-memo {
    margin-top: 10px;
  }
}
.casestudy__prev, .casestudy__next {
  width: 44px;
  height: 44px;
  background: red;
}
.casestudy__prev::after, .casestudy__next::after {
  display: none;
}
.casestudy__prev {
  background: url(../img/prev.png) no-repeat center center/contain;
  left: 0;
}
.casestudy__next {
  background: url(../img/next.png) no-repeat center center/contain;
  right: 0;
}
.casestudy__button {
  text-align: center;
  margin-top: 30px;
}
.casestudy__button button {
  color: #2392db;
  text-align: center;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 3px;
  padding: 9px 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid #2392db;
}

.price {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f4fbff;
}
@media screen and (min-width: 801px) {
  .price {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.price__inner {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.price__heading {
  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: 801px) {
  .price__heading {
    -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;
    gap: 30px;
  }
}
.price__heading-main {
  color: #228ddd;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 170%; /* 61.2px */
  letter-spacing: 3.6px;
}
.price__heading-sub {
  color: #228bde;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 2.66px;
}
.price__boxes {
  margin-top: 46px;
  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;
  overflow-x: scroll;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 801px) {
  .price__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.price .box {
  background: #fff;
  max-width: 300px;
  padding: 30px 20px;
  margin: 0 auto;
}
@media screen and (min-width: 801px) {
  .price .box {
    max-width: 800px;
  }
}
.price .box__title {
  text-align: center;
}
.price .box__title-main {
  color: #2392db;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.price .box__title-sub {
  color: #2392db;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px; /* 133.333% */
  letter-spacing: 3.6px;
}
.price .box__title-sub.is-fc span {
  color: var(--rgb-515151, #333);
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.price .box__table {
  margin-top: 30px;
  width: 261px;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
}
.price .box__table tr {
  border-bottom: 1px solid #e3e3e3;
}
.price .box__table th,
.price .box__table td {
  color: #333;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  vertical-align: middle;
}
.price .box__table th {
  text-align: left;
}
.price .box__table td {
  text-align: right;
}
.price .box__button {
  text-align: center;
  margin-top: 39px;
}
.price .box__button a {
  padding: 9px 54px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.75%, #2188de), color-stop(97.75%, #2bcbc6));
  background: linear-gradient(90deg, #2188de 1.75%, #2bcbc6 97.75%);
  -webkit-box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 3px;
  color: #fff;
}

.qa {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f4fbff;
}
@media screen and (min-width: 801px) {
  .qa {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.qa__inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 801px) {
  .qa__inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
.qa__title {
  color: #238fdc;
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 170%; /* 61.2px */
  letter-spacing: 3.6px;
  position: relative;
}
.qa__title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #2bc8c8;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.qa__boxes {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 801px) {
  .qa__boxes {
    gap: 20px;
  }
}
.qa .qa-box.is-open .qa-box__head::before {
  display: none;
}
.qa .qa-box.is-open .qa-box__head::after {
  -webkit-transform: rotate(90deg) translateX(-10px);
          transform: rotate(90deg) translateX(-10px);
}
.qa .qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-transition: rotate 5s;
  transition: rotate 5s;
}
.qa .qa-box__head::before, .qa .qa-box__head::after {
  content: "";
  background: #2392db;
  position: absolute;
  right: 12px;
  top: 50%;
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.qa .qa-box__head::before {
  width: 20px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.qa .qa-box__head::after {
  width: 2px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 21px;
}
.qa .qa-box__head-icon {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-weight: 700;
  line-height: 100%; /* 26px */
  border-radius: 10px 0px 0px 10px;
  background: #238fdc;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 7px 13px 15px 14px;
  display: grid;
  place-items: center;
}
.qa .qa-box__head-text {
  display: block;
  border-radius: 10px;
  border: 0px solid #707070;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  padding: 10px 42px 10px 10px;
}
.qa .qa-box__body {
  margin-top: 12px;
  display: none;
}
@media screen and (min-width: 801px) {
  .qa .qa-box__body {
    max-width: 731px;
    margin-left: auto;
  }
}
.qa .qa-box__body-text {
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}

.company {
  padding-top: 60px;
  padding-bottom: 60px;
}
.company__inner {
  padding-right: 15px;
  padding-left: 15px;
}
.company__heading-main {
  color: #228ddd;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 61.2px */
  letter-spacing: 3.6px;
}
.company__heading-sub {
  color: #228bde;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 2.66px;
}
.company__content {
  margin-top: 46px;
  position: relative;
}
.company__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
}
.company__tab-button {
  border-right: 1px solid #2392db;
  background: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.company__tab-button::before {
  content: "";
  background: url(../img/Vector\ 35.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9px;
  width: 10px;
  height: 5px;
}
.company__tab-button button {
  width: 122px;
  height: 46px;
  color: #2392db;
}
.company__tab-button.is-checked2 {
  background: #2392db;
}
.company__tab-button.is-checked2::before {
  background: url(../img/Vector\ 34.png) no-repeat center center/contain;
}
.company__tab-button.is-checked2 button {
  color: #fff;
}
.company__card {
  display: none;
}
.company .card {
  border: 2px solid #2392db;
  background: #fff;
  padding: 60px 29px 50px 30px;
}
.company .card.is-open {
  display: block;
}
.company .card__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 37.4px */
  text-align: center;
}
.company .card__text {
  margin-top: 20px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  text-align: center;
}
.company .card__table {
  margin-top: 20px;
  table-layout: fixed;
  width: 320px;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
.company .card__table th,
.company .card__table td {
  vertical-align: middle;
}
.company .card__table th {
  border: 1px solid #dbdbdb;
  background: #f2f2f2;
  color: var(--333333, #333);
  text-align: center;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.company .card__table td {
  border: 1px solid #dbdbdb;
  background: #fff;
  padding: 13px 6px 13px 10px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.company .history {
  border: 2px solid #2392db;
  background: #fff;
  padding: 60px 29px 122px 47px;
}
.company .history.is-open {
  display: block;
}
.company .history__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;
}
.company .history__title {
  color: #2392db;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  position: relative;
}
.company .history__title::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  background: #2bcbc6;
}
.company .history__text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.company .certification {
  border: 2px solid #2392db;
  background: #fff;
  padding: 99px 30px 160px 30px;
}
.company .certification.is-open {
  display: block;
}
.company .certification__title {
  color: #2392db;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.company .certification__text {
  color: #333;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}

.footer {
  background: -webkit-gradient(linear, left top, right top, from(#2390dc), to(#2bc8c8));
  background: linear-gradient(90deg, #2390dc 0%, #2bc8c8 100%);
  padding-top: 46px;
  padding-bottom: 11px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 801px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 109px;
  }
}
@media screen and (min-width: 801px) {
  .footer__head {
    text-align: left;
  }
}
.footer__title img {
  width: 160px;
}
.footer__contact {
  margin-top: 24px;
}
@media screen and (min-width: 801px) {
  .footer__contact {
    margin-right: 76px;
  }
}
.footer__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
}
.footer__body {
  margin-top: 36px;
}
@media screen and (min-width: 801px) {
  .footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
.footer__list {
  gap: 10px;
  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: 801px) {
  .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
    margin-right: 76px;
  }
}
.footer__link {
  position: relative;
}
.footer__link a {
  font-size: 14px;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
}
.footer__link:nth-child(2) a::before, .footer__link:nth-child(2) a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  vertical-align: middle;
}
.footer__link:nth-child(2) a::before {
  margin-right: 25px;
}
.footer__link:nth-child(2) a::after {
  margin-left: 25px;
}
.footer__icon {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 801px) {
  .footer__icon {
    margin-top: 0;
  }
}
.footer__icon-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.footer__copyright {
  margin-top: 36px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  display: block;
}