@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  background: #fff;
}

.heading {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
}
.heading__en {
  display: block;
  color: #228DDD;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.heading__ja {
  margin-top: 2px;
  color: #228BDE;
  font-size: 14px;
  letter-spacing: 2.66px;
}
@media screen and (min-width: 769px) {
  .heading__ja {
    margin-top: 0;
  }
}

.section__title {
  font-family: "Montserrat", sans-serif;
  color: #238FDC;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3.6px;
  position: relative;
}
.section__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #2BC8C8;
}

.button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 9px 54px;
  -webkit-box-shadow: 4px 3px 26px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0 rgba(0, 0, 0, 0.16);
  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%);
  color: #F6F7F7;
  letter-spacing: 3px;
  min-width: 150px;
  text-align: center;
  overflow: hidden;
}
.button-type2 {
  padding: 7px 52px;
  border-radius: 50px;
  border: 2px solid #FFF;
  font-weight: 700;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #2082DF;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 0;
}
.button span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.button:hover::before {
  width: 100%;
}

.header {
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .header {
    padding: 0;
  }
}
.header.is-scrolled {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF4F7), to(#FFF));
  background: linear-gradient(180deg, #EAF4F7 0%, #FFF 100%);
}
.header__inner {
  padding: 0 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;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .header__inner {
    padding-left: clamp(1.875rem, -1.178rem + 5.75vw, 2.5rem);
    padding-right: clamp(1.875rem, -1.178rem + 5.75vw, 2.5rem);
    max-width: 1280px;
    margin: 0 auto;
  }
}
.header__logo img {
  width: 160px;
  display: block;
}
.header__nav-list {
  display: none;
}
@media screen and (min-width: 769px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .header__nav-item {
    padding: 26px clamp(0.625rem, -3.039rem + 6.9vw, 1.375rem);
    position: relative;
    white-space: nowrap;
  }
  .header__nav-item:nth-child(1) {
    padding-right: clamp(0.625rem, -3.649rem + 8.05vw, 1.5rem);
  }
  .header__nav-item:nth-child(5) {
    padding-top: 20px;
    padding-bottom: 14px;
    padding-right: 0;
    padding-left: clamp(0.625rem, -3.039rem + 6.9vw, 1.375rem);
  }
  .header__nav-item:nth-child(5):hover::after {
    display: none;
  }
  .header__nav-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 5px;
    background: #2082DF;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .header__nav-item:hover::after {
    width: 100%;
  }
}
.header__nav-link {
  font-weight: 500;
}
.header__nav-button {
  padding: 9px clamp(1.875rem, -5.453rem + 13.79vw, 3.375rem);
}
@media screen and (min-width: 769px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 40px;
  height: 20px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked {
  width: 34px;
  height: 17px;
}
.drawer-icon.is-checked .drawer-icon__bar {
  background: #fff;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 6px;
  background: #2082E0;
  -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(2) {
  top: 10px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 20px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  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%);
  z-index: 50;
  padding: 130px 40px;
  text-align: center;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0s linear 0.5s, -webkit-transform 0.5s ease;
  transition: opacity 0.4s ease, visibility 0s linear 0.5s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.4s ease, visibility 0s linear 0.5s;
  transition: transform 0.5s ease, opacity 0.4s ease, visibility 0s linear 0.5s, -webkit-transform 0.5s ease;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, visibility 0s linear 0s, -webkit-transform 0.5s ease;
  transition: opacity 0.4s ease, visibility 0s linear 0s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.4s ease, visibility 0s linear 0s;
  transition: transform 0.5s ease, opacity 0.4s ease, visibility 0s linear 0s, -webkit-transform 0.5s ease;
}
.drawer-content__logo img {
  width: 180px;
}
.drawer-content__menu {
  margin-top: 45px;
}
.drawer-content__link {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.48px;
}
.drawer-content__button {
  margin-top: 14px;
  text-align: right;
}

.fv {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF4F7), to(#FFF));
  background: linear-gradient(180deg, #EAF4F7 0%, #FFF 100%);
}
.fv__inner {
  padding: 100px 15px 80px;
}
@media screen and (min-width: 769px) {
  .fv__inner {
    padding-top: 110px;
    padding-bottom: 50px;
    padding-left: clamp(1.875rem, -13.391rem + 28.74vw, 5rem);
    padding-right: clamp(1.875rem, -13.391rem + 28.74vw, 5rem);
    max-width: 1280px;
    margin: 0 auto;
    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: clamp(1.25rem, -23.786rem + 47.13vw, 6.375rem);
  }
}
.fv__picture {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .fv__picture {
    width: 58.0357142857%;
  }
}
.fv__picture img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 398px;
}
@media screen and (min-width: 769px) {
  .fv__picture img {
    max-width: 650px;
  }
}
.fv__contents {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .fv__contents {
    text-align: left;
  }
}
.fv__logo {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .fv__logo {
    margin-top: 0;
  }
}
.fv__logo img {
  width: clamp(12.5rem, -1.522rem + 64.1vw, 15.625rem);
}
.fv__lead {
  margin-top: 20px;
  color: #2B2B2B;
  font-size: clamp(1.125rem, 0.564rem + 2.56vw, 1.25rem);
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .fv__lead {
    margin-top: 24px;
    font-size: 26px;
    white-space: nowrap;
  }
}
.fv__description {
  margin-top: 20px;
  color: #333;
  line-height: 2;
  font-size: clamp(0.75rem, -0.372rem + 5.13vw, 1rem);
}
@media screen and (min-width: 769px) {
  .fv__description {
    white-space: nowrap;
  }
}
.fv__button {
  margin-top: 30px;
}

.news {
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  .news {
    padding: 100px 0;
  }
}
.news__inner {
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .news__inner {
    padding: 0 40px;
  }
}
.news__card {
  margin-top: 54px;
}
@media screen and (min-width: 769px) {
  .news__card {
    padding-top: 65px;
    max-width: 930px;
    margin: 0 auto;
  }
}
.news__list:nth-child(n+2) {
  border-top: 1px solid #E3E3E3;
}
.news__list:nth-child(5) {
  border-bottom: 1px solid #E3E3E3;
}
.news__link {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .news__link {
    margin-top: 0;
  }
}
.news__link a {
  padding: 4px 23px;
  color: #2392DB;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 2px;
  -webkit-box-shadow: 4px 3px 26px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0 rgba(0, 0, 0, 0.16);
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .news__link a {
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
  .news__link a:hover {
    color: #fff;
    background: #2392DB;
  }
}
@media screen and (min-width: 769px) {
  .news__pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 26px;
  }
}
.news__pagination {
  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;
  gap: clamp(0.375rem, -3.551rem + 17.95vw, 1.25rem);
  margin-top: 48px;
}
@media screen and (min-width: 769px) {
  .news__pagination {
    margin-top: 0;
  }
}
.news__pagination a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #828282;
  text-align: center;
  text-decoration: none;
  color: #707070;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.44px;
}
.news__pagination .is-active {
  background: #228DDD;
  color: #fff;
}

.news-link {
  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: 10px 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 769px) {
  .news-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 12px 0;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-link:hover {
    background-color: #FFF9E5;
  }
}
.news-link__date {
  color: #333;
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .news-link__date {
    width: 119px;
    font-size: 16px;
  }
}
.news-link__title {
  color: #111;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .news-link__title {
    font-size: 16px;
  }
}

.concept {
  padding: 60px 0;
  background: #F4FBFF;
}
.concept__inner {
  padding: 0 20px;
}
.concept__contents {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .concept__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(1.25rem, -17.069rem + 34.48vw, 5rem);
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.concept__img {
  text-align: center;
}
.concept__img img {
  width: 310px;
}
@media screen and (min-width: 769px) {
  .concept__img img {
    width: 450px;
  }
}
@media screen and (min-width: 769px) {
  .concept__box {
    max-width: 450px;
  }
}
.concept__lead {
  margin-top: 30px;
  text-align: left;
  color: #228DDD;
  font-size: clamp(1.125rem, -0.558rem + 7.69vw, 1.5rem);
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .concept__lead {
    margin-top: 0;
    font-size: 26px;
  }
}
.concept__description {
  margin-top: 30px;
  text-align: left;
  font-size: 15px;
  line-height: 2;
}
.concept__button {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .concept__button {
    margin-top: 36px;
  }
}

.case-study {
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  .case-study {
    padding-top: 100px;
  }
}
.case-study__inner {
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .case-study__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px;
  }
}
.case-study__heading {
  margin-left: 10px;
}
.case-study__swiper {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .case-study__swiper {
    margin-top: 40px;
    max-width: 996px;
  }
}
.case-study__slide {
  width: 320px;
}
.case-study__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  bottom: 74px !important;
}
@media screen and (min-width: 769px) {
  .case-study__pagination {
    bottom: 68px !important;
  }
}
.case-study__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #E1E1E1;
  opacity: 1;
}
.case-study__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F7DC8;
}
.case-study__prev, .case-study__next {
  width: 44px;
  height: 44px;
  margin-top: -12px !important;
}
@media screen and (min-width: 769px) {
  .case-study__prev, .case-study__next {
    margin-top: -34px !important;
  }
}
.case-study__prev::after, .case-study__next::after {
  display: none;
}
.case-study__prev svg, .case-study__next svg {
  display: none;
}
.case-study__prev {
  left: 12px !important;
  background: url(../img/prev-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .case-study__prev {
    left: 80px !important;
  }
}
.case-study__next {
  right: 10px !important;
  background: url(../img/next-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .case-study__next {
    right: 80px !important;
  }
}
.case-study__link {
  margin-top: 72px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .case-study__link {
    margin-top: 81px;
  }
}
.case-study__link a {
  padding: 8px 53px;
  color: #2392DB;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 2px;
  -webkit-box-shadow: 4px 3px 26px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0 rgba(0, 0, 0, 0.16);
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .case-study__link a {
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
  .case-study__link a:hover {
    color: #fff;
    background: #2392DB;
  }
}

.case-study-card {
  border-radius: 4px;
  -webkit-box-shadow: 5px 7px 34px rgb(241, 241, 241);
          box-shadow: 5px 7px 34px rgb(241, 241, 241);
}
@media screen and (min-width: 769px) {
  .case-study-card {
    width: 100%;
  }
}
.case-study-card__img {
  width: 320px;
}
@media screen and (min-width: 769px) {
  .case-study-card__img {
    width: 100%;
  }
}
.case-study-card__img img {
  width: 100%;
}
.case-study-card__box {
  padding: 14px 10px;
}
.case-study-card__head {
  color: #228DDD;
  font-size: 15px;
  font-weight: 700;
}
.case-study-card__client {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.case-study-card__client p {
  color: #333;
  font-size: 12px;
  font-weight: 700;
}
.case-study-card__text {
  margin-top: 10px;
  color: #9D9D9D;
  font-size: 12px;
}

.price {
  padding: 60px 0;
  background: #F4FBFF;
}
@media screen and (min-width: 769px) {
  .price {
    padding: 100px 0;
  }
}
.price__inner {
  padding: 0 30px;
}
@media screen and (min-width: 769px) {
  .price__inner {
    max-width: 1020px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.price__contents {
  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;
}
@media screen and (min-width: 769px) {
  .price__contents {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: clamp(0.625rem, -5.481rem + 11.49vw, 1.875rem);
  }
}
.price__box {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  padding: 30px 20px;
}
@media screen and (min-width: 769px) {
  .price__box {
    margin: 0;
  }
}

.price-box__head {
  text-align: center;
}
.price-box__plan {
  color: #2392DB;
  font-size: 20px;
  font-weight: 700;
}
.price-box__price {
  margin-top: 10px;
  color: #2392DB;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: 3.6px;
}
.price-box__price span {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
.price-box__table {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
}
.price-box__table tr {
  border-bottom: 1px solid #C2C2C2;
}
.price-box__table th {
  text-align: left;
  padding: 5px 0 5px 12px;
  white-space: nowrap;
}
.price-box__table td {
  text-align: right;
  padding: 5px 12px 5px 0;
  white-space: nowrap;
}
.price-box__button {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .price-box__button a {
    padding: 9px clamp(1.875rem, -5.453rem + 13.79vw, 3.375rem);
  }
}

.company {
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  .company {
    padding: 100px 0;
  }
}
.company__inner {
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .company__inner {
    padding: 0 30px;
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.company__heading {
  margin-left: 15px;
}
@media screen and (min-width: 769px) {
  .company__heading {
    margin-left: 0;
    gap: 22px;
  }
}
.company-tabs {
  margin-top: 68px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .company-tabs {
    margin-top: 80px;
  }
}
.company-tabs__nav {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 5px 7px 34px 0 #F1F1F1;
          box-shadow: 5px 7px 34px 0 #F1F1F1;
  font-size: clamp(0.875rem, 0.314rem + 2.56vw, 1rem);
}
@media screen and (min-width: 769px) {
  .company-tabs__nav {
    top: -40px;
  }
}
.company-tabs__btn {
  width: clamp(5.625rem, -3.349rem + 41.03vw, 7.625rem);
  padding: 10px;
  background: #fff;
  color: #2392DB;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .company-tabs__btn {
    width: 200px;
    padding: 26px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
}
.company-tabs__btn:nth-child(2) {
  border-left: 1px solid #2392DB;
  border-right: 1px solid #2392DB;
}
.company-tabs__btn.is-active {
  background: #2392DB;
  color: #fff;
}
.company-tabs__icon {
  position: absolute;
  left: clamp(0.313rem, -1.09rem + 6.41vw, 0.625rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .company-tabs__icon {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.company-tabs__content {
  display: none;
  border: 2px solid #2392DB;
  background: #FFF;
}
.company-tabs__content.is-active {
  display: block;
}

.tabs-content-1 {
  text-align: center;
  padding: 60px clamp(1.25rem, -4.079rem + 24.36vw, 2.438rem) 50px;
}
@media screen and (min-width: 769px) {
  .tabs-content-1 {
    padding: 90px 50px 97px;
  }
}
.tabs-content-1__head {
  font-size: clamp(1.25rem, 0.689rem + 2.56vw, 1.375rem);
  font-weight: 700;
}
.tabs-content-1__description {
  margin-top: 20px;
  font-size: clamp(0.875rem, 0.314rem + 2.56vw, 1rem);
}
@media screen and (min-width: 769px) {
  .tabs-content-1__description {
    margin-top: 17px;
  }
}
.tabs-content-1__table {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) {
  .tabs-content-1__table {
    margin-top: 40px;
    max-width: 800px;
    width: 100%;
  }
}
.tabs-content-1__table th,
.tabs-content-1__table td {
  font-size: clamp(0.875rem, 0.314rem + 2.56vw, 1rem);
  border: 1px solid #DBDBDB;
}
.tabs-content-1__table th {
  width: 50%;
  padding: 13px 10px;
  background: #F2F2F2;
  font-weight: 700;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .tabs-content-1__table th {
    width: 25%;
  }
}
.tabs-content-1__table td {
  width: 50%;
  text-align: left;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 10px;
  padding-right: 6px;
}
@media screen and (min-width: 769px) {
  .tabs-content-1__table td {
    width: 25%;
    padding-left: 24px;
  }
  .tabs-content-1__table td[colspan] {
    padding-left: 20px;
  }
}

.is-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: table;
  }
}
.tabs-content-2 {
  padding: 44px 11.8% 122px;
}
@media screen and (min-width: 769px) {
  .tabs-content-2 {
    padding: 80px 11.8% 46px;
  }
}
.tabs-content-2__list {
  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: 769px) {
  .tabs-content-2__list {
    margin: 0 auto;
    padding-left: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.tabs-content-2__item {
  position: relative;
}
.tabs-content-2__item::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2BCBC6;
}
.tabs-content-2__date {
  color: #2392DB;
  font-weight: 700;
}
.tabs-content-2__text {
  margin-top: 2px;
  color: #000;
}

.tabs-content-3 {
  padding: 58px 7% 168px;
}
@media screen and (min-width: 769px) {
  .tabs-content-3 {
    padding: 80px 150px 212px;
  }
}
.tabs-content-3__title {
  color: #2392DB;
  font-weight: 700;
}
.tabs-content-3__text {
  margin-top: 12px;
}

.cv {
  background: -webkit-gradient(linear, left top, right top, from(#2390DC), to(#2BC8C8));
  background: linear-gradient(90deg, #2390DC 0%, #2BC8C8 100%);
  text-align: center;
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  .cv {
    padding: 80px 0;
  }
}
.cv__head {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2.6px;
}
.cv__text {
  color: #FFF;
  letter-spacing: 1.6px;
  margin-top: 8px;
}
.cv__button {
  margin-top: 17px;
}

.blog {
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  .blog {
    padding: 100px 0;
  }
}
.blog__inner {
  padding-left: 30px;
  padding-right: 38px;
}
@media screen and (min-width: 769px) {
  .blog__heading {
    margin-left: 50px;
    gap: 22px;
  }
}
.blog__contents {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .blog__contents {
    margin-top: 60px;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 20px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .blog__contents {
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 20px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog__article {
  max-width: 360px;
  margin: 0 auto;
  padding: 12px 15px 16px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 5px 7px 34px 0 #F1F1F1;
          box-shadow: 5px 7px 34px 0 #F1F1F1;
}
@media screen and (min-width: 769px) {
  .blog__article {
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  }
  .blog__article:hover {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px); /* ←上に浮く */
    -webkit-box-shadow: 8px 12px 40px rgba(0, 0, 0, 0.2);
            box-shadow: 8px 12px 40px rgba(0, 0, 0, 0.2); /* ←影強く */
  }
}
.blog__button {
  text-align: center;
  margin-top: 46px;
}
@media screen and (min-width: 769px) {
  .blog__button {
    margin-top: 60px;
  }
}

.blog-card__img {
  text-align: center;
  position: relative;
}
.blog-card__img img {
  width: 330px;
}
.blog-card__label {
  width: clamp(5rem, -0.833rem + 26.67vw, 6.25rem);
  padding: 3px 10px;
  background: #2392DB;
  position: absolute;
  top: 0;
  right: 0;
}
.blog-card__label p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.blog-card__title {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 700;
}
.blog-card__text {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.65;
}

.seminar {
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  .seminar {
    padding: 100px 0;
  }
}
.seminar__inner {
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .seminar__inner {
    padding: 0 30px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
.seminar__heading {
  margin-left: 15px;
}
@media screen and (min-width: 769px) {
  .seminar__heading {
    margin-left: 0;
  }
}
.seminar__contents {
  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;
}
@media screen and (min-width: 769px) {
  .seminar__contents {
    margin-top: 38px;
    gap: 40px;
  }
}
.seminar__article {
  max-width: 398px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 12px 30px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 5px 7px 34px 0 #F1F1F1;
          box-shadow: 5px 7px 34px 0 #F1F1F1;
}
@media screen and (min-width: 769px) {
  .seminar__article {
    max-width: 100%;
    padding: 24px;
  }
}
.seminar__button {
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .seminar__button {
    margin-top: 38px;
  }
}

.seminar-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;
}
@media screen and (min-width: 769px) {
  .seminar-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
.seminar-card__img {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.seminar-card__img img {
  width: 324px;
}
.seminar-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seminar-card__date-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seminar-card__label {
  height: 24px;
  padding: 6px 12px 5px;
  border-radius: 2px;
  background: #2392DB;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.seminar-card__date {
  font-weight: 500;
  line-height: 1;
}
.seminar-card__title {
  margin-top: 14px;
  font-size: clamp(1.125rem, 0.542rem + 2.67vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
}
.seminar-card__text {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.72;
}
.seminar-card__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: inline-block;
  margin-top: 22px;
  padding: 7px 43px;
  border-radius: 2px;
  border: 1px solid #2392DB;
  color: #2392DB;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media screen and (min-width: 769px) {
  .seminar-card__button {
    margin-top: 20px;
  }
  .seminar-card__button:hover {
    background: #2392DB;
    color: #fff;
  }
}

.qa {
  padding: 60px 0;
  background: #F4FBFF;
}
@media screen and (min-width: 769px) {
  .qa {
    padding: 100px 0;
  }
}
.qa__inner {
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .qa__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
}
.qa__boxes {
  margin-top: 51px;
  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: 769px) {
  .qa__boxes {
    margin-top: 48px;
    gap: 20px;
  }
}
.qa-box.is-open .qa-box__head::before {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.qa-box__head {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .qa-box__head {
    gap: 14px;
  }
}
.qa-box__head::after, .qa-box__head::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #2392DB;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .qa-box__head::after, .qa-box__head::before {
    right: 14px;
    margin-top: 2px;
  }
}
.qa-box__head::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.qa-box__head::after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.qa-box__head-icon {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 15px 13px;
  display: grid;
  place-items: center;
  border-radius: 10px 0 0 10px;
  background: #238FDC;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .qa-box__head-icon {
    padding: 10px 25px 15px;
  }
}
.qa-box__head-text {
  padding-top: 10px;
  padding-right: 42px;
  padding-bottom: 10px;
  display: block;
  text-align: left;
  font-size: 15px;
  color: #333;
}
@media screen and (min-width: 769px) {
  .qa-box__head-text {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 55px;
    font-size: 16px;
  }
}
.qa-box__body {
  margin-top: 12px;
  margin-left: 20px;
  padding: 10px;
  display: none;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .qa-box__body {
    margin-top: 6px;
    margin-left: 41px;
    padding: 12px 14px;
  }
}
.qa-box__a-text {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

.footer {
  background: -webkit-gradient(linear, left top, right top, from(#2390DC), to(#2BC8C8));
  background: linear-gradient(90deg, #2390DC 0%, #2BC8C8 100%);
  padding-top: 46px;
}
@media screen and (min-width: 769px) {
  .footer {
    padding-top: 60px;
  }
}
.footer__inner {
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    padding: 0 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__contents {
  text-align: center;
  color: #fff;
  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;
}
@media screen and (min-width: 769px) {
  .footer__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(0.625rem, -20.747rem + 40.23vw, 5rem);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer__logo img {
  width: 160px;
}
.footer__access-box {
  margin-top: 24px;
  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;
}
@media screen and (min-width: 769px) {
  .footer__access-box {
    margin-top: 16px;
  }
}
.footer__address {
  font-size: 14px;
  font-weight: 400;
}
.footer__address span {
  font-weight: 500;
}
.footer__tel, .footer__fax {
  font-size: 14px;
  line-height: 1.5;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
@media screen and (min-width: 769px) {
  .footer__nav-item {
    padding: 0 clamp(0.313rem, -5.794rem + 11.49vw, 1.563rem);
  }
  .footer__nav-item:nth-child(1) {
    padding-left: 0;
  }
  .footer__nav-item:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .footer__nav-item:nth-child(3) {
    padding-right: 0;
  }
}
.footer__nav-item a {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .footer__nav-item a {
    position: relative;
  }
  .footer__nav-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 3px;
    background: #2082DF;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .footer__nav-item a:hover::after {
    width: 100%;
  }
}
.footer__sns {
  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: 769px) {
  .footer__sns {
    gap: clamp(0.625rem, -1.207rem + 3.45vw, 1rem);
  }
}
.footer__sns a {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
}
.footer__sns img {
  width: 20px;
}
.footer__copyright {
  margin-top: 36px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 11px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .footer__copyright {
    margin-top: 58px;
  }
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}