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

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

@media screen and (min-width: 961px) {
  .hidden-pc {
    display: none;
  }
}

.button {
  font-weight: 700;
  letter-spacing: 3px;
  padding: 9px 54px;
  display: inline-block;
  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;
  min-width: 200px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button:hover {
  opacity: 0.8;
}

.button-square {
  color: #2392DB;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 3px 22px;
  border-radius: 2px;
  border: 1px solid #2392DB;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button-square:hover {
  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: #ffffff;
}

@media screen and (min-width: 961px) {
  .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.inner {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 960px) and (min-width: 429px) {
  .inner {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.heading__en {
  font-family: "Montserrat", sans-serif;
  color: #228DDD;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.6px;
}

.heading__ja {
  font-family: "Noto Sans JP", sans-serif;
  color: #228BDE;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.66px;
  margin-top: 2px;
}
@media screen and (min-width: 961px) {
  .heading__ja {
    margin-top: 0;
  }
}

.header {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 961px) {
  .header {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.header__inner {
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  .header__inner {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header__logo {
  width: 160px;
}
@media screen and (min-width: 961px) {
  .header__logo {
    margin-top: -7px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 961px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -9px;
  }
}

.header__link {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__link:hover {
  color: #2F7DC8;
}
@media screen and (min-width: 961px) {
  .header__link {
    color: #333;
    font-weight: 500;
    font-size: 16px;
  }
  .header__link:nth-child(n+2) {
    margin-left: 46px;
  }
  .header__link:nth-child(1) {
    margin-left: 46px;
  }
}

.header__button {
  display: none;
}
@media screen and (min-width: 961px) {
  .header__button {
    display: block;
  }
}

.header__open {
  padding: 6px 0;
}
@media screen and (min-width: 961px) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 40px;
  height: 20px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked {
  width: 35px;
  height: 16px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
  background-color: #fff;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
  background-color: #fff;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background: #228DDD;
  -webkit-transition: linear, top 0.3s linear, -webkit-transform 0.3s;
  transition: linear, top 0.3s linear, -webkit-transform 0.3s;
  transition: transform 0.3s, linear, top 0.3s linear;
  transition: transform 0.3s, linear, top 0.3s linear, -webkit-transform 0.3s;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 0;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.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%);
  padding-top: 130px;
  -webkit-transform: translateX(100%);
          transform: translateX(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: translateX(0);
          transform: translateX(0);
}

.drawer-content__logo {
  text-align: center;
}
.drawer-content__logo img {
  width: 180px;
  height: 35.946px;
}

.drawer-content__menu {
  margin-top: 60.05px;
  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;
  text-align: center;
}

.mv {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media screen and (min-width: 961px) {
  .mv {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.mv__inner {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 961px) {
  .mv__inner {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media screen and (min-width: 961px) {
  .mv__image {
    width: 58.0357142857%;
  }
}

.mv__img-sp {
  width: 398px;
}
.mv__img-sp img {
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  .mv__img-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) and (min-width: 429px) {
  .mv__img-sp {
    display: none;
  }
}
@media screen and (max-width: 428px) {
  .mv__img-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.mv__img-pc img {
  max-width: 100%;
}
@media screen and (max-width: 428px) {
  .mv__img-pc {
    display: none;
  }
}

.mv__logo {
  margin-top: 40px;
}
@media screen and (min-width: 961px) {
  .mv__logo {
    margin-top: 0;
  }
}
.mv__logo img {
  width: 250px;
}

.mv__title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}
.mv__title .mv__nl {
  display: inline-block;
  font-weight: inherit;
}
@media screen and (min-width: 961px) {
  .mv__title {
    margin-top: 24px;
    font-size: 26px;
  }
}

.mv__description {
  margin-top: 20px;
  color: #333;
  line-height: 200%;
}
@media screen and (min-width: 961px) {
  .mv__description {
    line-height: 2;
    padding-left: 3px;
  }
}

.mv__button {
  margin-top: 30px;
}

@media screen and (min-width: 961px) {
  .mv__text {
    text-align: left;
    width: 32.5892857143%;
  }
}

.mv__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  .mv__content {
    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;
    gap: 102px;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
  }
}

.blog {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 961px) {
  .blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.blog__inner {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 960px) and (min-width: 429px) {
  .blog__inner {
    max-width: 800px;
  }
}
@media screen and (min-width: 961px) {
  .blog__inner {
    padding-right: 80px;
    padding-left: 80px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-top: 46px;
  max-width: 1120px;
}
@media screen and (max-width: 960px) and (min-width: 429px) {
  .blog__lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 20px;
    max-width: 740px;
  }
}
@media screen and (min-width: 961px) {
  .blog__lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 20px;
  }
}

.blog__list {
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 5px 7px 34px 0px #F1F1F1;
          box-shadow: 5px 7px 34px 0px #F1F1F1;
  padding: 12px 15px 16px 15px;
  width: 100%;
  max-width: 360px;
  margin-right: 0;
  margin-left: 0;
  cursor: pointer;
}
.blog__list:hover .blog__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog__list:hover .blog__title {
  color: #2F7DC8;
}

.blog__image {
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.blog__image img {
  max-width: 100%;
  width: 330px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog__label {
  position: absolute;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  background: #2392DB;
  padding: 1px 32px;
  top: 0;
  right: 0;
}

.blog__title {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog__text {
  margin-top: 4px;
  font-size: 13px;
}

.blog__button {
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .blog__button {
    margin-top: 60px;
  }
}

.news {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 961px) {
  .news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.news__inner {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 960px) and (min-width: 429px) {
  .news__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 961px) {
  .news__inner {
    padding-right: 80px;
    padding-left: 80px;
    max-width: 1090px;
    margin-right: auto;
    margin-left: auto;
  }
}

.news__title {
  text-align: center;
}

.heading-2__title {
  color: #238FDC;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
}
@media screen and (min-width: 961px) {
  .heading-2__title {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}
.heading-2__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #2BC8C8;
  margin: 2px auto 0 auto;
}
@media screen and (min-width: 961px) {
  .heading-2__title::after {
    margin-top: 2px;
  }
}

.news__lists {
  text-align: left;
  margin-top: 46px;
}
@media screen and (min-width: 961px) {
  .news__lists {
    margin-top: 60px;
  }
}

.news__list:nth-child(n+2) {
  position: relative;
}
.news__list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  position: absolute;
  top: 0;
  left: 0;
}

.news__list-last {
  position: relative;
}
.news__list-last::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.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: 6px;
  padding: 10px 0;
}
@media screen and (max-width: 960px) and (min-width: 429px) {
  .news__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    padding: 12px 0;
  }
}
@media screen and (min-width: 961px) {
  .news__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    padding: 12px 0;
    max-width: 930px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) and (min-width: 429px) {
  .news__link__meta {
    width: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 961px) {
  .news__link__meta {
    width: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.news__link__date {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .news__link__date {
    font-size: 16px;
  }
}

.news__link__title {
  color: #111;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .news__link__title {
    font-size: 16px;
  }
}

.news__pagenation-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .news__pagenation-box {
    -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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news__pagenation {
  text-align: center;
  margin-top: 46px;
}
@media screen and (min-width: 961px) {
  .news__pagenation {
    text-align: left;
    margin-top: 25px;
  }
}
.news__pagenation img {
  width: 372px;
}

.news__button {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 961px) {
  .news__button {
    margin-top: 26px;
  }
}

.concept {
  background: #F4FBFF;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 961px) {
  .concept {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.concept__inner {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 960px) and (min-width: 429px) {
  .concept__inner {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 961px) {
  .concept__inner {
    padding-right: 150px;
    padding-left: 150px;
  }
}

@media screen and (min-width: 961px) {
  .concept__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}

.concept__image {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .concept__image {
    width: 45.9183673469%;
  }
}
.concept__image img {
  width: 310px;
}
@media screen and (min-width: 961px) {
  .concept__image img {
    width: 450px;
  }
}

.concept__text-box {
  margin-top: 30px;
}
@media screen and (min-width: 961px) {
  .concept__text-box {
    width: 45.9183673469%;
    margin-top: 0;
  }
}

.concept__title {
  color: #228DDD;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .concept__title {
    font-size: 26px;
  }
}

.concept__text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 2;
}

.concept__button {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .concept__button {
    margin-top: 36px;
    text-align: left;
  }
}

.seminar {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 961px) {
  .seminar {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.seminar__inner {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 960px) and (min-width: 429px) {
  .seminar__inner {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 961px) {
  .seminar__inner {
    padding-right: 100px;
    padding-left: 100px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.seminar__title {
  padding-left: 15px;
}
@media screen and (min-width: 961px) {
  .seminar__title {
    padding-left: 0px;
  }
}

.seminar__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 46px;
  gap: 38px;
}
@media screen and (min-width: 961px) {
  .seminar__content-wrap {
    margin-top: 38px;
    gap: 40px;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

.seminar__content {
  padding: 24px 12px 30px 12px;
  border-radius: 6px;
  border: 0px solid #707070;
  background: #FFF;
  -webkit-box-shadow: 5px 7px 34px 0px #F1F1F1;
          box-shadow: 5px 7px 34px 0px #F1F1F1;
  gap: 36px;
}
@media screen and (min-width: 961px) {
  .seminar__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 288px;
    padding: 24px 24px;
    gap: 30px;
  }
}

.seminar__image {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .seminar__image {
    width: 31.3953488372%;
  }
}
.seminar__image img {
  width: 324px;
}

@media screen and (min-width: 961px) {
  .seminar__texts {
    width: 65.6976744186%;
  }
}

.seminar__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
@media screen and (min-width: 961px) {
  .seminar__meta {
    margin-top: 0;
  }
}

.seminar__label {
  border-radius: 2px;
  background: #2392DB;
  width: 60px;
  padding: 7px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seminar__time {
  font-weight: 500;
}

.seminar__text-title {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin-top: 9px;
}

.seminar__text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 14px;
}

.seminar-content__button {
  margin-top: 23px;
  text-align: right;
}
.seminar-content__button a {
  font-size: 14px;
  font-weight: 500;
  padding: 7px 41px;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) and (min-width: 429px) {
  .seminar-content__button {
    margin-top: 0px;
  }
}
@media screen and (min-width: 961px) {
  .seminar-content__button {
    margin-top: 20px;
  }
}

.seminar__button {
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .seminar__button {
    margin-top: 40px;
  }
}

.price {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F4FBFF;
}
@media screen and (min-width: 961px) {
  .price {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.price__inner {
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) and (min-width: 429px) {
  .price__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 961px) {
  .price__inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media screen and (max-width: 960px) and (min-width: 429px) {
  .price__title {
    padding-left: 34px;
  }
}
@media screen and (min-width: 961px) {
  .price__title {
    padding-left: 60px;
  }
}

.price__contents {
  padding-right: 34px;
  padding-left: 34px;
  margin-top: 46px;
  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;
  gap: 30px;
}
@media screen and (min-width: 961px) {
  .price__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.price__content {
  border-radius: 10px;
  background: #fff;
  padding: 30px 20px;
}
@media screen and (min-width: 961px) {
  .price__content {
    border-radius: 4px;
  }
}

.price__plan-name {
  margin-top: -3px;
  color: #2392DB;
  font-size: 20px;
  font-weight: 700;
}

.price__plan-price {
  color: #2392DB;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.6px;
}

.price__button {
  margin-top: 30px;
}

.price__table {
  margin-top: 25px;
  overflow-x: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 960px) and (min-width: 429px) {
  .price__table {
    max-width: 350px;
  }
}
.price__table th,
.price__table td {
  height: 39px;
  vertical-align: middle;
}
.price__table th {
  text-align: left;
  padding-left: 12px;
}
.price__table td {
  text-align: right;
  padding-right: 12px;
}
.price__table tr {
  border-bottom: 1px solid #C2C2C2;
  width: 130px;
}

.price_month,
.price_yen {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}

.casestudy {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 961px) {
  .casestudy {
    padding-top: 100px;
  }
}

.casestudy__inner {
  padding-left: 11px;
}
@media screen and (min-width: 961px) {
  .casestudy__inner {
    padding-right: 80px;
    padding-left: 80px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.casestudy__title {
  padding-left: 19px;
}
@media screen and (min-width: 961px) {
  .casestudy__title {
    padding-left: 0;
  }
}

.casestudy__swiper {
  padding-bottom: 42px;
  margin-top: 50px;
  padding-right: 78px;
  padding-left: 10px;
}
@media screen and (min-width: 961px) {
  .casestudy__swiper {
    padding-left: 62px;
    padding-right: 62px;
    padding-bottom: 59px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 961px) {
  .swiper-wrapper {
    max-width: 996px;
  }
}

.casestudy__slide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 320px;
}

.casestudy-card {
  border-radius: 4px;
  background: #fff;
  width: 320px;
  -webkit-filter: drop-shadow(5px 7px 34px #F1F1F1);
          filter: drop-shadow(5px 7px 34px #F1F1F1);
}

.casestudy-card__image img {
  width: 320px;
}

.casestudy-card__text {
  padding-left: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  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;
}

.casestudy-card__text-title {
  color: #228DDD;
  font-size: 15px;
  font-weight: 700;
}

.casestudy-card__text-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.casestudy-card__text-company-name {
  font-size: 12px;
  font-weight: 700;
}

.casestudy-card__text-company-position {
  font-size: 12px;
  font-weight: 700;
}

.casestudy-card__category {
  color: #9D9D9D;
  font-size: 12px;
}

.casestudy__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  bottom: 0 !important;
  left: -7px !important;
}
@media screen and (min-width: 961px) {
  .casestudy__pagination {
    left: 0 !important;
  }
}
.casestudy__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px;
  background: #E1E1E1;
  opacity: 1;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.casestudy__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F7DC8;
}

.casestudy__prev,
.casestudy__next {
  width: 44px;
  height: 44px;
  margin-top: -42px;
}
@media screen and (min-width: 961px) {
  .casestudy__prev,
  .casestudy__next {
    margin-top: -51px;
  }
}
.casestudy__prev::after,
.casestudy__next::after {
  display: none;
}

.casestudy__prev {
  background: url(../img/prev.webp) no-repeat center center/contain;
  left: 0;
}

.casestudy__next {
  background: url(../img/next.webp) no-repeat center center/contain;
  right: 10px;
}
@media screen and (min-width: 961px) {
  .casestudy__next {
    right: 0;
  }
}

.casestudy__button {
  text-align: center;
}
.casestudy__button a {
  padding: 8px 52px;
  margin-top: 30px;
}
@media screen and (min-width: 961px) {
  .casestudy__button a {
    margin-top: 24px;
  }
}

.company {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 961px) {
  .company {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.company__inner {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) and (min-width: 429px) {
  .company__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.company__title {
  padding-left: 15px;
  display: inline-block;
}
@media screen and (max-width: 960px) and (min-width: 429px) {
  .company__title {
    padding-left: 30px;
  }
}

.company__tab-list-name {
  list-style: none;
  width: 122px;
}

.company__tab {
  width: 100%;
  max-width: 700px;
  margin: auto;
  position: relative;
  margin-top: 68px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 961px) {
  .company__tab {
    margin-top: 80px;
    min-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.company__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 366px;
  margin: 0 auto;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  -webkit-box-shadow: 5px 7px 34px 0px #F1F1F1;
          box-shadow: 5px 7px 34px 0px #F1F1F1;
}
@media screen and (min-width: 961px) {
  .company__tab-list {
    width: 600px;
    top: -40px;
  }
}

.company__tab-list-name {
  padding: 10px 29px;
  text-align: center;
  color: #2392DB;
  font-weight: 700;
  cursor: pointer;
  /* widthを同じ比率で分けあう */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.company__tab-list-name:hover {
  background: #f7f7f7;
}
.company__tab-list-name::before {
  content: "";
  position: absolute;
  height: 6px;
  background: url(../img/company_tab.svg) no-repeat center center/contain;
  top: 50%;
  left: 8px;
  width: 13px; /*アイコンの横幅指定*/
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /*この指定で上下中央に*/
}
@media screen and (min-width: 961px) {
  .company__tab-list-name::before {
    left: 56px;
    height: 9px;
  }
}
@media screen and (min-width: 961px) {
  .company__tab-list-name {
    padding: 26px 56px 26px 80px;
    max-width: 200px;
  }
}

@media screen and (min-width: 961px) {
  .company__tab-list-name:nth-child(2)::before {
    left: 70px;
  }
}

/* アクティブなタブはデザインを変えて選択中であることが解るようにする */
.active {
  background: #2392DB;
  color: white;
}
.active:hover {
  background: #2392DB;
}
.active::before {
  content: "";
  position: absolute;
  height: 6px;
  background: url(../img/company_tab_w.svg) no-repeat center center/contain;
  top: 50%;
  left: 8px;
  width: 13px; /*アイコンの横幅指定*/
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /*この指定で上下中央に*/
}
@media screen and (min-width: 961px) {
  .active::before {
    left: 56px;
    height: 9px;
  }
}

/* コンテンツは原則非表示 */
.company__tab-content {
  display: none;
  border: 2px solid #2392DB;
  padding: 56px 39px 48px;
}
@media screen and (min-width: 961px) {
  .company__tab-content {
    padding: 86px 48px 95px;
  }
}
.company__tab-content:nth-child(2) {
  padding: 40px 0 120px 45px;
}
@media screen and (min-width: 961px) {
  .company__tab-content:nth-child(2) {
    padding: 78px 355px 42px 373px;
  }
}
.company__tab-content:nth-child(3) {
  padding: 54px 28px 166px 28px;
}
@media screen and (min-width: 961px) {
  .company__tab-content:nth-child(3) {
    padding: 78px 148px 210px;
  }
}

/* .showがついたコンテンツのみ表示 */
.show {
  display: block;
}

.company__tab-text {
  text-align: center;
}

.company__tab-info {
  font-size: 22px;
  font-weight: 700;
}

.company__tab-description {
  margin-top: 20px;
}
@media screen and (min-width: 961px) {
  .company__tab-description {
    margin-top: 17px;
  }
}

.company__table {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (min-width: 961px) {
  .company__table {
    margin-top: 40px;
  }
}
.company__table tbody th,
.company__table tbody td {
  height: 54px;
  width: 160px;
  border: 1px solid #DBDBDB;
  text-align: center;
  vertical-align: middle;
}
.company__table tbody th {
  font-weight: 700;
  background: #F2F2F2;
}
.company__table tbody td {
  text-align: left;
  padding-left: 10px;
  background: #fff;
}
.company__table tbody tr:nth-child(3) {
  height: 80px;
}
@media screen and (min-width: 961px) {
  .company__table tbody tr:nth-child(3) {
    height: 55px;
    width: 800px;
    grid-column: 1/4;
    grid-row: 3;
  }
}
@media screen and (min-width: 961px) {
  .company__table tbody tr:nth-child(3) td {
    width: 602px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 961px) {
  .company__table tbody {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
  }
  .company__table tbody tr {
    width: 400px;
    height: 54px;
  }
  .company__table tbody th,
  .company__table tbody td {
    height: 54px;
    width: 200px;
    border: 1px solid #DBDBDB;
    text-align: center;
    vertical-align: middle;
  }
  .company__table tbody td {
    text-align: left;
    padding-left: 24px;
  }
}

.company__history-info {
  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-year {
  color: #2392DB;
  font-weight: 700;
  position: relative;
}
.company__history-year::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2BCBC6;
  position: absolute;
  left: -17px;
  top: 9px;
}

.company__history-discription {
  margin-top: 2px;
}

.company__history-text {
  color: #000;
}

.company__confirmation-info {
  color: #2392DB;
  font-weight: 700;
}

.company__confirmation-description {
  margin-top: 14px;
}

.cta {
  padding-top: 60px;
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#2390DC), to(#2BC8C8));
  background: linear-gradient(90deg, #2390DC 0%, #2BC8C8 100%);
}
@media screen and (min-width: 961px) {
  .cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.cta__texts {
  color: #FFF;
  text-align: center;
}

.cta__title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2.6px;
}

.cta__text {
  margin-top: 8px;
  letter-spacing: 1.6px;
}

.cta__button {
  margin-top: 17px;
  text-align: center;
}
.cta__button a {
  color: #F6F7F7;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 7px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  border: 2px solid #FFF;
  -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;
}

.qa {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F4FBFF;
}
@media screen and (min-width: 961px) {
  .qa {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.qa__inner {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) and (min-width: 429px) {
  .qa__inner {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 800px;
  }
}
@media screen and (min-width: 961px) {
  .qa__inner {
    padding-right: 100px;
    padding-left: 100px;
    max-width: 1280px;
  }
}

.qa__title {
  text-align: center;
}
.qa__title .heading-2__title {
  font-size: 36px;
}

.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: 13px;
}

.qa__box.is-open .qa-box__head::after {
  background: url(../img/close.png) no-repeat center center/contain;
}
.qa__box.is-open .qa-box__body {
  display: block;
}

.qa-box__head {
  padding: 10px 42px 10px 60px;
  position: relative;
  border-radius: 10px;
  border: 0px solid #707070;
  background: #FFF;
  display: block;
  width: 100%;
}
.qa-box__head::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/open.png) no-repeat center center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 961px) {
  .qa-box__head::after {
    right: 14px;
  }
}
@media screen and (min-width: 961px) {
  .qa-box__head {
    padding: 12px 55px 12px 85px;
  }
}

.qa-box__head-q {
  border-radius: 10px 0px 0px 10px;
  background: #238FDC;
  display: grid;
  place-items: center;
  height: 100%;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 15px 13px 14px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 961px) {
  .qa-box__head-q {
    padding: 10px 25px 15px 25px;
  }
}

.qa-box__head-text {
  display: block;
  text-align: left;
  font-size: 15px;
}

.qa-box__body {
  margin-top: 13px;
  margin-left: 20px;
  border-radius: 10px;
  background: #fff;
  padding: 10px 10px;
  display: none;
}
@media screen and (min-width: 961px) {
  .qa-box__body {
    padding: 12px 14px;
  }
}

.qa-box__a-text {
  font-size: 14px;
  display: block;
}

.footer {
  padding-top: 46px;
  padding-bottom: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#2390DC), to(#2BC8C8));
  background: linear-gradient(90deg, #2390DC 0%, #2BC8C8 100%);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 11px;
  }
}

@media screen and (min-width: 961px) {
  .footer__inner {
    padding-right: 230px;
    padding-left: 110px;
  }
}

.footer__container {
  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: 961px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding-bottom: 63px;
  }
}

@media screen and (min-width: 961px) {
  .footer__left {
    text-align: left;
    margin-top: 4px;
  }
}

.footer__logo img {
  width: 160px;
}

.footer__info {
  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: 2px;
}
@media screen and (min-width: 961px) {
  .footer__info {
    margin-top: 16px;
    width: 246px;
    gap: 3px;
  }
}

.footer__mid {
  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;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .footer__mid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 77px;
    width: 422px;
    position: relative;
    text-align: left;
    display: inline-block;
  }
}

.footer__mid-text {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer__mid-text:hover {
  color: #333;
}
@media screen and (min-width: 961px) {
  .footer__mid-text {
    position: relative;
  }
  .footer__mid-text:nth-child(n+2)::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #FFF;
    position: absolute;
    top: 4px;
    left: -25px;
  }
  .footer__mid-text:nth-child(1), .footer__mid-text:nth-child(2) {
    padding-right: 47px;
  }
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  text-align: center;
  padding-bottom: 43px;
}
.footer__right img {
  width: 30px;
}
@media screen and (min-width: 961px) {
  .footer__right {
    margin-left: 75px;
    padding-bottom: 0;
  }
}

.footer__copylight {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .footer__copylight {
    padding-left: 120px;
  }
}