@charset "UTF-8";
a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.button {
  color: #f6f7f7;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 3px;
  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%);
  padding: 9px 54px;
  border-radius: 48px;
  -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;
}
.button.is-white {
  border: 2px solid #fff;
  background: none;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 52px;
  padding-right: 52px;
  border-radius: 50px;
}

.button-white {
  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: 4px 22px;
  display: inline-block;
  text-align: center;
  color: #2392db;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 3px;
}

.inlineblock {
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  display: inline-block;
}

body {
  background: #f4fbff;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 33px;
  }
}

.title__head {
  color: #228ddd;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 170%; /* 61.2px */
  letter-spacing: 3.6px;
  display: block;
}

.title__body {
  color: #228bde;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 2.66px;
  display: inline-block;
}

.title-bar {
  text-align: center;
  color: #238fdc;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  line-height: 170%; /* 51px */
  letter-spacing: 3px;
  position: relative;
}
.title-bar::before {
  content: "";
  width: 60px;
  height: 3px;
  background: #2bc8c8;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .title-bar::before {
    bottom: -6px;
  }
}
@media screen and (min-width: 768px) {
  .title-bar {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}
.title-bar.qa__title-bar {
  font-size: 36px;
}
.title-bar.qa__title-bar::before {
  bottom: -5px;
}

.pc-hidden {
  display: none;
}

.header {
  padding-top: 24px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 0px;
    padding-right: 38px;
    padding-left: 40px;
  }
}

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

@media screen and (min-width: 768px) {
  .header__logo {
    margin-top: 23px;
    padding-right: 70px;
  }
}
.header__logo img {
  width: 160px;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 830px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .header__nav {
    display: none;
  }
}

.header__nav-link {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media screen and (min-width: 768px) {
  .header__nav-link {
    padding-top: 26px;
    padding-left: 19px;
    padding-right: 21px;
    padding-bottom: 26px;
    display: inline-block;
    -webkit-transition: border 0.5s ease-out, padding 0.5s ease-out;
    transition: border 0.5s ease-out, padding 0.5s ease-out;
  }
  .header__nav-link:hover {
    border-top: 5px solid #2082df;
    padding-top: 21px;
  }
}
.header__nav-link:first-child {
  padding-right: 2px;
}
@media screen and (min-width: 768px) {
  .header__nav-link:first-child {
    padding-right: 25px;
  }
}

.header__nav-button {
  margin-top: 20px;
  margin-bottom: 14px;
}

.header__icon {
  margin-top: 4px;
  width: 40px;
  height: 26px;
  position: relative;
  z-index: 55;
}
.header__icon.is-open .header__icon-bar {
  background: #fff;
}
.header__icon.is-open .header__icon-bar:nth-of-type(1) {
  top: 14px;
  right: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__icon.is-open .header__icon-bar:nth-of-type(2) {
  display: none;
}
.header__icon.is-open .header__icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
  right: -5px;
}
@media screen and (min-width: 768px) {
  .header__icon {
    display: none;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .header__icon {
    display: block;
    margin-top: 30px;
  }
}

.header__icon-bar {
  width: 40px;
  height: 3px;
  background: #2082e0;
  border-radius: 6px;
  position: absolute;
  -webkit-transition: background 0.5s, top 0.5s, right 0.5s, display 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, top 0.5s, right 0.5s, display 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, transform 0.5s, top 0.5s, right 0.5s, display 0.5s;
  transition: background 0.5s, transform 0.5s, top 0.5s, right 0.5s, display 0.5s, -webkit-transform 0.5s;
}
.header__icon-bar:nth-of-type(2) {
  top: 10px;
}
.header__icon-bar:nth-of-type(3) {
  top: 20px;
}

.drawer {
  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-top: 130px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  z-index: 50;
  -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.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer__logo img {
  width: 180px;
}

.drawer__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: 30px;
  margin-top: 60px;
}

.drawer__link-item {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 170%; /* 34px */
}

.blog {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 38px;
  padding-left: 30px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .blog {
    padding: 100px 80px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .blog {
    padding: 100px 47px;
  }
}

.blog__container {
  margin-top: 46px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .blog__container {
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 34px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .blog__container {
    margin-top: 60px;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 34px;
  }
}

.blog__contents {
  padding-top: 12px;
  padding-bottom: 16px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 4px;
  background: var(--rgb-255255255, #fff);
  -webkit-box-shadow: 5px 7px 34px 0px #f1f1f1;
          box-shadow: 5px 7px 34px 0px #f1f1f1;
  position: relative;
  max-width: 360px;
  margin: auto;
}

.blog__contents-img {
  text-align: center;
}
.blog__contents-img img {
  width: 330px;
}

.blog__contents-label {
  width: 100px;
  height: 24px;
  background: #2392db;
  position: absolute;
  right: 15px;
  top: 12px;
  color: var(--rgb-255255255, #fff);
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  padding-top: 3px;
  padding-bottom: 3px;
}

.blog__contents-text {
  margin-top: 6px;
}

.blog-text__head {
  color: #333;
  font-family: Noto Sans JP;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px; /* 25.5px */
}

.blog-text__body {
  color: #333;
  font-family: Noto Sans JP;
  font-size: 13px;
  font-weight: 400;
  line-height: 22.1px; /* 22.1px */
  margin-top: 4px;
}

.blog__button {
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .blog__button {
    margin-top: 60px;
    margin-left: 20px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .blog__button {
    margin-top: 60px;
  }
}

.news {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.news__container {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .news__container {
    max-width: 990px;
    margin: 65px auto 0;
  }
}

.news__contents {
  border-bottom: 1px solid #e3e3e3;
}

.news__contents-link + .news__contents-link {
  border-top: 1px solid #e3e3e3;
}

.news-link {
  padding-top: 10px;
  padding-bottom: 12px;
  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;
}
.news-link:nth-of-type(n + 2) {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .news-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 12px;
    padding-bottom: 11px;
  }
  .news-link:nth-of-type(n + 2) {
    padding-bottom: 11px;
  }
}

.news-link__time {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
}
@media screen and (min-width: 768px) {
  .news-link__time {
    font-size: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 120px;
  }
}

.news-link__text {
  color: #111;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
}
@media screen and (min-width: 768px) {
  .news-link__text {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .news__page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 28px;
  }
}

.list-group {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .list-group {
    margin-top: 0px;
  }
}

.list-group-item {
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  border: 1px solid var(--828282, #828282);
  background: var(--ffffff, #fff);
  padding-top: 9px;
  padding-bottom: 9px;
  color: #707070;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: 1.44px;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.list-group-item:hover {
  background: #228ddd;
  color: #fff;
}

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

.mv {
  padding-top: 44px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .mv {
    padding-top: 31px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 50px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .mv {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .mv__wrapper {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1180px;
    margin: 0 auto;
  }
}

.mv__img {
  max-width: 398px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mv__img {
    max-width: 650px;
    width: 58.0357142857%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .mv__img img {
    width: 650px;
  }
}

.mv__contents {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__contents {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

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

.mv-text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .mv-text {
    margin-top: 24px;
  }
}

.mv-text__head {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 700;
  line-height: 170%; /* 34px */
}
@media screen and (min-width: 768px) {
  .mv-text__head {
    font-size: 26px;
  }
}

.mv-text__body {
  margin-top: 20px;
  padding-left: 3px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
}

.mv__contentes-button {
  margin-top: 30px;
}

.concept {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .concept {
    padding: 100px 0;
  }
}

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

@media screen and (min-width: 768px) {
  .concept__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    -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: 768px) {
  .concept__img img {
    width: 450px;
  }
}

.concept__text {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .concept__text {
    padding-top: 0;
  }
}

.concept__text-main {
  color: #228ddd;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .concept__text-main {
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.7; /* 44.2px */
  }
}

.concept__text-sub {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 2; /* 30px */
  padding-top: 30px;
}

.concept__text-button {
  text-align: center;
  margin-top: 30px;
  margin-right: 28px;
}
@media screen and (min-width: 768px) {
  .concept__text-button {
    margin-top: 36px;
    text-align: left;
  }
}

.seminar {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .seminar {
    padding: 100px;
  }
}

.title-seminar {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .title-seminar {
    margin-left: 0;
  }
}

.seminar__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;
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .seminar__container {
    margin-top: 38px;
    gap: 40px;
  }
}

.seminar__contents {
  border-radius: 6px;
  border: 0px solid #707070;
  background: var(--rgb-255255255, #fff);
  -webkit-box-shadow: 5px 7px 34px 0px #f1f1f1;
          box-shadow: 5px 7px 34px 0px #f1f1f1;
  padding-top: 24px;
  padding-bottom: 30px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 768px) {
  .seminar__contents {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.seminar__contents-img {
  text-align: center;
}
.seminar__contents-img img {
  width: 324px;
}
@media screen and (min-width: 768px) {
  .seminar__contents-item {
    width: 680px;
  }
}

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

.seminar-head__label {
  border-radius: 2px;
  background: #2392db;
  color: var(--rgb-255255255, #fff);
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%; /* 12px */
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
}

.seminar-head__time {
  color: var(--rgb-515151, #333);
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 500;
}

.seminar-body__title {
  color: var(--rgb-515151, #333);
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 700;
  margin-top: 14px;
  display: inline-block;
}

.seminar-body__text {
  color: #333;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .seminar-body__text {
    margin-top: 18px;
  }
}

.seminar__button-mini {
  margin-top: 26px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .seminar__button-mini {
    margin-top: 20px;
  }
}
.seminar__button-mini a {
  border-radius: 2px;
  border: 1px solid #2392db;
  color: #2392db;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
  padding: 7px 43px;
  display: inline-block;
}

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

.price {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 64px;
  padding-right: 64px;
}
@media screen and (min-width: 768px) {
  .price {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 768px) {
  .price__inner {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}

.title-price {
  margin-left: -34px;
}
@media screen and (min-width: 768px) {
  .title-price {
    margin-left: 0px;
  }
}

.price__container {
  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: 31px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .price__container {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 29px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
  }
}

.price__contents {
  border-radius: 10px;
  border: 0px solid #707070;
  background: var(--rgb-255255255, #fff);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .price__contents {
    width: 100%;
  }
}

.price__head {
  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;
}

.price__head-text {
  color: #2392db;
  font-size: 20px;
  font-family: Noto Sans JP;
  font-weight: 700;
}

.price-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.price-title__month {
  color: var(--rgb-515151, #333);
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.price-title__month is-hidden {
  display: none;
}

.price-title__price {
  color: #2392db;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px; /* 133.333% */
  letter-spacing: 3.6px;
}

.price-title__yen {
  color: var(--rgb-515151, #333);
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
.price-title__yen is-hidden {
  display: none;
}

.price__body {
  margin-top: 30px;
}

.price-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #c2c2c2;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
  height: 39px;
}

.price-line__title {
  color: #333;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}

.price-line__text {
  color: #333;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}

.price__button {
  margin-top: 30px;
  margin-left: 6px;
  text-align: center;
}

.company {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .company {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.company__title {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .company__title {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*タブ切り替え全体のスタイル*/
.company__tabs {
  margin-top: 68px;
  height: 510px;
  border: 2px solid #2392db;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company__tabs {
    margin-top: 80px;
    height: 470px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

.company__tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -25px;
  left: 13px;
  width: calc(100% - 28px);
  -webkit-box-shadow: 5px 7px 34px 0px #f1f1f1;
          box-shadow: 5px 7px 34px 0px #f1f1f1;
}
@media screen and (min-width: 768px) {
  .company__tab-item {
    max-width: 600px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -44px;
  }
}

/*タブのスタイル*/
.tab_item {
  width: 33.3333333333%;
  height: 46px;
  background: #fff;
  text-align: center;
  display: block;
  float: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px 0;
  color: #2392db;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  position: relative;
}
@media screen and (min-width: 768px) {
  .tab_item {
    height: 80px;
    padding: 27px 0;
    padding-left: 24px;
  }
}
.tab_item:nth-of-type(2) {
  border-right: 1px solid #2392db;
}
.tab_item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  border-bottom: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  color: inherit;
  top: 22px;
  left: 11px;
}
@media screen and (min-width: 768px) {
  .tab_item::before {
    top: 50%;
    left: 56px;
  }
}
@media screen and (min-width: 768px) {
  .tab_item:nth-of-type(2)::before {
    left: 72px;
  }
}

.tab_item:hover {
  background: #95cff7;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding-left: 30px;
  padding-right: 30px;
  clear: both;
  overflow: hidden;
}

.is-income {
  padding-left: 28px;
  padding-right: 28px;
}

summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/*選択されているタブのコンテンツのみを表示*/
#summary:checked ~ #summary_content,
#history:checked ~ #history_content,
#income:checked ~ #income_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.company__tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

.summary-txtsp {
  text-align: center;
}

.summary__title {
  margin-top: 58px;
  color: #333;
  font-family: Noto Sans JP;
  font-size: 22px;
  font-weight: 700;
  line-height: 170%; /* 37.4px */
}
@media screen and (min-width: 768px) {
  .summary__title {
    margin-top: 87px;
  }
}

.summary__text {
  display: inline-block;
  margin-top: 20px;
  color: #333;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
@media screen and (min-width: 768px) {
  .summary__text {
    margin-top: 16px;
  }
}

table,
table th,
table td {
  border-spacing: 0;
}

.summary__box {
  margin-top: 20px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 40px;
}
.summary__box table {
  margin: auto;
}
.summary__box table.is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .summary__box table {
    display: none;
  }
  .summary__box table.is-pc {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .summary-box__tr {
    height: 54px;
  }
}

.summary-box__th {
  width: 160px;
  border: 1px solid #dbdbdb;
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 39px;
  padding-right: 39px;
  white-space: nowrap;
  color: var(--333333, #333);
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  background: #f2f2f2;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .summary-box__th {
    width: 200px;
  }
}

.summary-box__td {
  min-width: 160px;
  border: 1px solid #dbdbdb;
  text-align: left;
  color: #333;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .summary-box__td {
    width: 200px;
    padding-left: 24px;
  }
  .summary-box__td.is-long {
    padding-left: 19px;
  }
}

.history-list {
  margin-top: 42px;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .history-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 76px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 17px;
  }
}

.history-list_item {
  position: relative;
}
.history-list_item + .history-list_item {
  margin-top: 16px;
}
.history-list_item::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #2bcbc6;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: -17px;
}

.history-list_head {
  color: #2392db;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}

.history-list_text {
  margin-top: 2px;
  color: #000;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}

.income__txtsp {
  max-width: 600px;
  margin: 0 auto;
}

.income__text {
  margin-top: 14px;
  color: #333;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
@media screen and (min-width: 768px) {
  .income__text {
    margin-top: 16px;
  }
}

.income__title {
  margin-top: 58px;
  color: #2392db;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}
@media screen and (min-width: 768px) {
  .income__title {
    margin-top: 76px;
  }
}

.cv {
  background: -webkit-gradient(linear, left top, right top, from(#2390dc), to(#2bc8c8));
  background: linear-gradient(90deg, #2390dc 0%, #2bc8c8 100%);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cv {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.cv__title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 170%; /* 44.2px */
  letter-spacing: 2.6px;
}

.cv__txt {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  letter-spacing: 1.6px;
}

.cv__button {
  margin-top: 17px;
}

.qa {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-top: 100px;
    padding-bottom: 121px;
  }
}

summary {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  border: none;
  min-height: 46px;
  display: grid;
  grid-template-columns: 50px calc(100% - 50px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  summary {
    grid-template-columns: 71px calc(100% - 71px);
    min-height: 51px;
  }
}
summary::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #2392db;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  summary::before {
    right: 14px;
  }
}
summary::after {
  content: "";
  width: 2px;
  height: 20px;
  background: #2392db;
  border-radius: 2px;
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  summary::after {
    right: 24px;
  }
}

details[open] summary::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #2392db;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  details[open] summary::after {
    right: 14px;
  }
}
details[open] summary::before {
  content: "";
  display: none;
}

@media screen and (min-width: 768px) {
  .qa__inner {
    max-width: 800px;
    margin: auto;
  }
}

.qa__container {
  margin-top: 51px;
}
@media screen and (min-width: 768px) {
  .qa__container {
    margin-top: 48px;
  }
}

.qa__contents + .qa__contents {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .qa__contents + .qa__contents {
    margin-top: 20px;
  }
}

.pa__summary-icon {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  border-radius: 10px 0px 0px 10px;
  background: #238fdc;
  display: inline-block;
  text-align: center;
  padding: 7px 0;
  line-height: 100%; /* 26px */
  height: 100%;
}

.qa__summary-title {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
  padding: 10px;
  padding-right: 42px;
}
@media screen and (min-width: 768px) {
  .qa__summary-title {
    padding: 12px 54px 12px 14px;
    font-size: 16px;
  }
}

.qa__summary-text {
  padding: 10px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  border-radius: 10px;
  background: #fff;
  margin-left: 20px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .qa__summary-text {
    font-size: 16px;
    margin-top: 6px;
    margin-left: 41px;
    padding: 12px 14px;
  }
}

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

.casestudy__title {
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .casestudy__title {
    margin-left: 80px;
  }
}

.casestudy__slider {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .casestudy__slider {
    margin-top: 40px;
    max-width: 1156px;
    margin-left: auto;
    margin-right: auto;
  }
}

.casestudy__swiper {
  padding-bottom: 42px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .casestudy__swiper {
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 57px;
  }
}

.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;
}
.casestudy__pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #E1E1E1;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin: 0 !important;
}
.casestudy__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2f7dc8;
}
.casestudy__prev,
.casestudy__next {
  width: 44px;
  height: 44px;
  top: 165px;
}
@media screen and (min-width: 768px) {
  .casestudy__prev,
  .casestudy__next {
    display: block;
  }
}
.casestudy__prev::after,
.casestudy__next::after {
  display: none;
}

.casestudy__prev {
  left: 12px;
  background: url(../img/prev.png) no-repeat no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .casestudy__prev {
    left: 18px;
  }
}

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

.casestudy-card {
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 5px 7px 34px #f1f1f1;
          box-shadow: 5px 7px 34px #f1f1f1;
}
.casestudy-card__text {
  padding: 15px 10px 14px;
}
.card-text {
  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;
}

.card-text__title {
  color: #228ddd;
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
}

.card-text__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.card-text__company-name {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 170%; /* 20.4px */
}

.card-text__company-text {
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%; /* 20.4px */
}

.casestudy__button {
  text-align: center;
}
.casestudy__button a {
  margin-top: 31px;
  display: inline-block;
  color: #2392DB;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 3px;
  padding: 8px 52px;
  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);
}
@media screen and (min-width: 768px) {
  .casestudy__button a {
    margin-top: 24px;
  }
}

.footer {
  padding-top: 46px;
  padding-left: 20px;
  padding-right: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#2390dc), to(#2bc8c8));
  background: linear-gradient(90deg, #2390dc 0%, #2bc8c8 100%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-text-align-last: left;
         text-align-last: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .footer__head {
    width: 324px;
    margin-top: 64px;
  }
}

.footer__head-img img {
  width: 160px;
}

.footer__head-company {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .footer__head-company {
    margin-top: 16px;
    margin-bottom: 58px;
    padding-right: 20px;
  }
}
.footer__head-company span {
  display: block;
  color: var(--ffffff, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}
.footer__head-company span:nth-of-type(n + 2) {
  line-height: 21px;
  margin-top: 4px;
  font-weight: 500;
}

.footer__link {
  margin-top: 37px;
  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: 768px) {
  .footer__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin-top: 60px;
    width: 495px;
    padding-right: 20px;
  }
}
.footer__link a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
  padding-right: 8px;
}
.footer__link a:nth-of-type(2) {
  padding-right: 2px;
}
@media screen and (min-width: 768px) {
  .footer__link a {
    padding-right: 0;
  }
  .footer__link a:nth-of-type(1) {
    padding-right: 25px;
  }
  .footer__link a:nth-of-type(2) {
    padding-right: 25px;
    padding-left: 25px;
    position: relative;
  }
  .footer__link a:nth-of-type(2)::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .footer__link a:nth-of-type(3) {
    padding-left: 25px;
    position: relative;
  }
  .footer__link a:nth-of-type(3)::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 36px 0;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    padding: 0;
    margin-top: 60px;
    width: 19.140625%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.footer__sns a {
  display: inline-block;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 30px;
  background: #fff;
}

.copyright {
  padding-top: 7px;
  padding-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .copyright {
    padding-top: 5px;
  }
}
.copyright small {
  color: var(--ffffff, #fff);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .copyright small {
    font-size: 11px;
    text-align: center;
    letter-spacing: -0.2px;
  }
}