@charset "UTF-8";

html {
  min-width: 279px;
  scroll-behavior: smooth;
}

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

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.inner {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.btn {
  padding: 9px 52px;
  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);
  letter-spacing: 3px;
  display: inline-block;
}

.section__ttl {
  padding-left: 10px;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .section__ttl {
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    padding-left: 0;
  }
}

.section__ttl-en {
  color: #238FDC;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  /* 61.2px */
  letter-spacing: 3.6px;
}

@media screen and (min-width: 768px) {
  .section__ttl-en {
    font-size: 36px;
    letter-spacing: 3.6px;
    margin-right: -2px;
  }
}

.section__ttl-ja {
  color: #228BDE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.66px;
  margin-top: 2px;
}

/*wrapper*******************/
.wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF4F7), to(#FFF));
  background: linear-gradient(180deg, #EAF4F7 0%, #FFF 100%);
}

/*header*******************/
.header {
  height: 80px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

@media screen and (min-width: 768px) {
  .header__inner {
    max-width: 1280px;
    margin: 0 auto;
  }
}

.header__logo img {
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
}

@media screen and (min-width: 768px) {
  .header__logo img {
    width: 160px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__logo img {
    width: 120px;
  }
}

.header__nav {
  margin: 0 auto;
  display: none;
}

@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
  }
}

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

@media screen and (min-width: 768px) {
  .header__nav-list {
    margin-left: 44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__nav-list {
    margin-left: 20px;
  }
}

.header__list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #333;
  font-style: normal;
  font-weight: 500;
  /* 27.2px */
}

.header__list-item-link {
  position: relative;
}

@media screen and (min-width: 768px) {
  .header__list-item-link {
    padding: 25px 24px 28px 21px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__list-item-link {
    padding: 25px 19px 28px 18px;
    font-size: 14px;
  }
}

.header__list-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #2082DF;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.header__list-item-link:hover::before {
  width: 100%;
  opacity: 1;
}

.header__btn {
  margin-top: 4px;
  margin-right: -3px;
  display: none;
}

@media screen and (min-width: 768px) {
  .header__btn {
    display: block;
  }
}

.header__btn .btn {
  color: #F6F7F7;
  font-style: normal;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .header__btn .btn {
    padding-left: 54px;
    padding-right: 54px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__btn .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*drawer-icon*******************/
@media screen and (min-width: 768px) {
  .drawer__open {
    display: none;
  }
}

.drawer-icon {
  z-index: 51;
  cursor: pointer;
  width: 40px;
  height: 20px;
  position: relative;
  margin-left: auto;
  position: fixed;
  top: 29px;
  right: 16px;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-last-of-type(1) {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  top: 10px;
  background-color: #fff;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-last-of-type(2) {
  display: none;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-last-of-type(3) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: 10px;
  background-color: #fff;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0%;
  content: "";
  width: 42px;
  height: 3px;
  background-color: #2082E0;
  border-radius: 3px;
  -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-last-of-type(1) {
  top: -1px;
}

.drawer-icon__bar:nth-last-of-type(2) {
  top: 8.5px;
}

.drawer-icon__bar:nth-last-of-type(3) {
  top: 19px;
}

/*drawer*******************/
.drawer-content {
  z-index: 50;
  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%);
  text-align: center;
  padding-top: 130px;
  height: 100%;
  width: 428px;
  max-width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  -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;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .drawer-content {
    display: none;
  }
}

.drawer-content.is-checked {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

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

.drawer-content__logo img {
  width: 180px;
  max-width: 100%;
  height: 35.946px;
}

.drawer-content__nav {
  margin-top: 60.5px;
  text-align: center;
}

.drawer-content__nav-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: 30px;
}

.drawer-content__list-item-link {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 34px */
}

/*fv*******************/
.fv {
  padding-top: 20px;
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .fv {
    padding-top: 29px;
    padding-bottom: 50.12px;
  }
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .fv__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 80px;
    padding-right: 80px;
    gap: 102px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv__inner {
    gap: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.fv__content {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .fv__content {
    text-align: left;
  }
}

.fv__logo {
  margin: 0 auto;
  width: 250px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .fv__logo {
    margin-right: auto;
    margin-left: 0;
  }
}

.fv__lead {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .fv__lead {
    margin-top: 25px;
  }
}

.fv__lead-1 {
  display: block;
  color: #2B2B2B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .fv__lead-1 {
    font-size: 26px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv__lead-1 {
    font-size: 19px;
  }
}

.fv__lead-2 {
  margin-top: 20px;
  display: block;
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  padding-left: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv__lead-2 {
    margin-top: 10px;
  }
}

.fv__btn {
  margin-top: 30px;
  padding-left: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv__btn {
    margin-top: 15px;
  }
}

.fv__btn .btn {
  color: #F6F7F7;
}

.fv__img {
  max-width: 398px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .fv__img {
    max-width: 650px;
    height: auto;
    /* 高さを自動調整 */
  }
}

.fv__img img {
  width: 100%;
  height: auto;
}

/*news*******************/
.news {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.news__inner {
  max-width: 1010px;
  margin: 0 auto;
}

.news__ttl-en {
  height: 51px;
  display: block;
  text-align: center;
  color: #238FDC;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  /* 61.2px */
  letter-spacing: 3px;
  position: relative;
}

.news__ttl-en::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #2BC8C8;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .news__ttl-en::after {
    bottom: -15px;
  }
}

@media screen and (min-width: 768px) {
  .news__ttl-en {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}

.news__cards {
  margin-top: 56px;
}

@media screen and (min-width: 768px) {
  .news__cards {
    margin-top: 77px;
  }
}

.news .news-card {
  padding-top: 10px;
  padding-bottom: 11px;
  display: block;
  border-bottom: 1px solid #E3E3E3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  .news .news-card {
    padding-top: 11px;
  }
}

.news .news-card:hover {
  opacity: 0.5;
}

.news .last-news-card {
  padding-top: 9px;
  padding-bottom: 9px;
}

@media screen and (min-width: 768px) {
  .news .last-news-card {
    padding-top: 13px;
  }
}

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

@media screen and (min-width: 768px) {
  .news__item {
    -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;
  }
}

.news__time {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .news__time {
    width: 142px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.news__title {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .news__title {
    width: calc(100% - 149px);
    font-size: 16px;
  }
}

.news__bottom-content {
  text-align: center;
  margin-top: 45px;
  width: 100%;
}

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

.news .preview-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news .preview-buttons:nth-child(2) {
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .news .preview-buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 400px) {
  .news .preview-buttons {
    gap: 5px;
  }
}

.news .preview-button {
  padding: 8px 12px 8px 11px;
  border: 1px solid #828282;
  color: #707070;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
  letter-spacing: 1.44px;
  cursor: pointer;
  background-color: #FFF;
}

.news .preview-button:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.news .preview-button:nth-child(2) {
  padding-left: 13px;
  margin-right: 2px;
}

@media screen and (min-width: 768px) {
  .news .preview-button:nth-child(2) {
    margin-right: 2px;
  }
}

.news .is-active {
  background: #228DDD;
  color: #FFFFFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.news .preview-button-preview,
.news .preview-button-next {
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 8px 12px 8px 11px;
  border: 1px solid #828282;
  background: var(--ffffff, #FFF);
}

.news .preview-button-preview:hover,
.news .preview-button-next:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.news .preview-button-preview {
  position: relative;
}

.news .preview-button-preview:before {
  position: absolute;
  content: "";
  background: url(../img/news-preview-icon.png) no-repeat center center/contain;
  top: 13px;
  left: 8px;
  width: 9px;
  height: 11px;
}

.news .preview-button-preview:after {
  position: absolute;
  content: "";
  background: url(../img/news-preview-icon.png) no-repeat center center/contain;
  top: 12px;
  left: 14px;
  width: 10px;
  height: 12px;
}

.news .preview-button-next {
  position: relative;
}

.news .preview-button-next:before {
  position: absolute;
  content: "";
  background: url(../img/news-next-icon.png) no-repeat center center/contain;
  top: 11px;
  left: 10px;
  width: 11px;
  height: 13px;
}

.news .preview-button-next:after {
  position: absolute;
  content: "";
  background: url(../img/news-next-icon.png) no-repeat center center/contain;
  top: 11px;
  left: 17px;
  width: 11px;
  height: 13px;
}

.news__btn {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .news__btn {
    margin-top: 4px;
  }
}

.news__btn a {
  color: #2392DB;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 4px 22px;
  padding-bottom: 6px;
  border-radius: 2px;
  border: 1px solid #2392DB;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.news__btn a:hover {
  background: #2392DB;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .news__btn a {
    padding: 6px 22px;
  }
}

/*concept*******************/
.concept {
  background-color: #F4FBFF;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.concept__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .concept__inner {
    padding-left: 40px;
    padding-right: 53px;
  }
}

.concept__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: 32px;
  max-width: 428px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .concept__container {
    max-width: 980px;
    gap: 80px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .concept__container {
    gap: 40px;
  }
}

.concept__img {
  text-align: center;
}

.concept__img img {
  width: 310px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .concept__img img {
    width: 450px;
  }
}

@media screen and (min-width: 768px) {
  .concept__content {
    padding-top: 37.5px;
    width: 450px;
  }
}

.concept__lead-text {
  color: #228DDD;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .concept__lead-text {
    font-size: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .concept__lead-text {
    font-size: 22px;
  }
}

.concept__sub-text {
  margin-top: 30px;
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .concept__sub-text {
    margin-top: 15px;
  }
}

.concept__btn {
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .concept__btn {
    margin-top: 36px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .concept__btn {
    margin-top: 20px;
  }
}

.concept__btn .btn {
  color: #F6F7F7;
}

/*casestudy*******************/
.casestudy {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.casestudy .casestudy__inner {
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .casestudy .casestudy__inner {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1156px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .casestudy .section__ttl-en {
    margin-left: -62px;
    margin-top: 2px;
  }
}

.casestudy__slider {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .casestudy__slider {
    margin-top: 40px;
  }
}

.casestudy__swiper {
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 5px;
  margin-right: -5px;
  margin-left: -8px;
}

@media screen and (min-width: 768px) {
  .casestudy__swiper {
    padding-bottom: 30px;
  }
}

.casestudy__slide {
  width: 320px !important;
  max-width: 100% !important;
  margin-right: 18px !important;
}

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

@media screen and (min-width: 768px) {
  .casestudy__pagination {
    bottom: 4px !important;
  }
}

.casestudy__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #E1E1E1;
  opacity: 1;
}

.casestudy__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F7DC8;
}

.casestudy .swiper-pagination-bullet {
  font-size: 0;
  /* 番号を非表示にするためにフォントサイズを0に設定 */
}

.casestudy__prev,
.casestudy__next {
  margin-top: -43px;
  width: 44px;
  height: 44px;
}

.casestudy__prev::after,
.casestudy__next::after {
  display: none;
}

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

@media screen and (min-width: 768px) {
  .casestudy__prev {
    left: -54px;
  }
}

.casestudy__next {
  right: 0;
  background: url(../img/next-casestudy.png) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .casestudy__next {
    right: -56px;
  }
}

.casestudy__card {
  width: 320px;
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 4px;
  background: var(--ffffff, #FFF);
  -webkit-filter: drop-shadow(5px 7px 34px #F1F1F1);
  filter: drop-shadow(5px 7px 34px #F1F1F1);
}

.casestudy__card-img {
  width: 320px;
  height: 214px;
  max-width: 100%;
}

.casestudy__card-container {
  padding: 14px 56px 14px 10px;
}

.casestudy__card-catch {
  color: #228DDD;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .casestudy__card-catch {
    margin-bottom: 6px;
  }
}

.casestudy__card-name-1,
.casestudy__card-name-2 {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.casestudy__card-name-1 {
  margin-right: 7px;
}

.casestudy__card-industry {
  color: #9D9D9D;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .casestudy__card-industry {
    margin-top: 9px;
  }
}

.casestudy__link {
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

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

.casestudy__link .btn {
  padding: 9px 52px;
  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);
  border: 1px solid #2392DB;
  box-shadow: 4px 3px 26px 0px rgba(0, 0, 0, 0.16);
  color: #2392DB;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 28px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}

.casestudy__link .btn:hover {
  color: #fff;
  background: #2392DB;
}

/*price*******************/
.price {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F4FBFF;
}

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

@media screen and (min-width: 768px) {
  .price__inner {
    max-width: 1180px;
    max-width: 1040px;
    margin: 0 auto;
  }
}

.price__ttl {
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .price__ttl {
    padding-left: 0;
  }
}

.price__ttl-en {
  margin-top: 3px;
}

.price__cards {
  margin-top: 47px;
  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: 768px) {
  .price__cards {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 41px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .price__cards {
    gap: 10px;
  }
}

.price__card {
  width: 300px;
  max-width: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  border: 0px solid #707070;
  background: var(--rgb-255255255, #FFF);
  margin-right: auto;
  margin-left: auto;
}

.price__card-ttl {
  text-align: center;
  color: #2392DB;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.price__card-price {
  text-align: center;
  color: #2392DB;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 133.333% */
  letter-spacing: 3.6px;
  margin-top: 10px;
}

.price__card-price span {
  font-size: 16px;
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}

.price__content {
  margin-top: 32px;
}

.price__content-texts {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  color: #333;
  font-style: normal;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 12px 6px;
}

.price__card-btn {
  margin: 0 auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price .btn {
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .price .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*company*******************/
.company {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.company__inner {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .company__inner {
    width: 930px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.company .section__ttl {
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .company .section__ttl {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .company__ttl-ja {
    margin-left: -4px;
  }
}

.company__container {
  margin-top: 68px;
  background: #fafafa;
  z-index: 0;
  position: relative;
  border: 2px solid #2392DB;
}

@media screen and (min-width: 768px) {
  .company__container {
    margin-top: 80px;
  }
}

.company__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
  max-width: 100%;
}

.company__tab {
  width: 122px;
  max-width: 100%;
  color: #2392DB;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 27.2px */
  padding: 9px 29px 10px 29px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.company__tab.active {
  background: #2392DB;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .company__tab {
    width: 200px;
    padding: 26px 56px 27px 80px;
  }
}

@media screen and (max-width: 400px) {
  .company__tab {
    padding: 6px 15px 8px 15px;
    font-size: 12px;
  }
}

.company__tab::after {
  content: "";
  position: absolute;
  background: url(../img/company-vector.png) no-repeat center center/contain;
  width: 8px;
  height: 4px;
  top: 48%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 13px;
}

@media screen and (min-width: 768px) {
  .company__tab::after {
    left: 61px;
    width: 12px;
    height: 7px;
    top: 44%;
  }
}

.company__tab:nth-child(2) {
  border-right: 1px solid #2392DB;
}

@media screen and (min-width: 768px) {
  .company__tab:nth-child(2):after {
    left: 76px;
    width: 12px;
    height: 7px;
    top: 44%;
  }
}

.company__content {
  display: none;
}

.company__overview {
  display: block;
  padding: 58px 37px 49px 37px;
}

@media screen and (min-width: 768px) {
  .company__overview {
    padding: 88px 48px 95px 48px;
  }
}

.company__overview-lead {
  text-align: center;
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}

.company__overview-text {
  text-align: center;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .company__overview-text {
    margin-top: 17px;
  }
}

.company__overview-items {
  margin-top: 21px;
}

@media screen and (min-width: 768px) {
  .company__overview-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 40px;
  }
}

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

.company__overview-item:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.company__overview-item:nth-child(3) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  grid-column: span 2;
}

.company__overview-item:nth-child(4) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.company__overview-item:nth-child(5) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.company__overview-item-ttl {
  display: block;
  text-align: center;
  width: 160px;
  max-width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 13px 39px 12px 39px;
  border: 1px solid #DBDBDB;
  background: #F2F2F2;
  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;
}

@media screen and (min-width: 768px) {
  .company__overview-item-ttl {
    width: 200px;
    max-width: 100%;
    padding-left: 59px;
    padding-right: 59px;
  }

  .company__overview-item-ttl:nth-child(5) {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company__overview-item-ttl {
    width: 130px;
    padding-left: 29px;
    padding-right: 29px;
  }
}

@media screen and (max-width: 400px) {
  .company__overview-item-ttl {
    font-size: 14px;
    width: 100px;
    padding: 13px 14px 12px 14px;
  }
}

.company__overview-item-text {
  width: calc(100% - 160px);
  border: 1px solid #DBDBDB;
  background: #fff;
  padding: 12px 21px 12px 9px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .company__overview-item-text {
    width: 200px;
    padding-top: 13px;
    padding-bottom: 12px;
    padding-left: 23px;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company__overview-item-text {
    width: calc(100% - 130px);
  }
}

@media screen and (max-width: 400px) {
  .company__overview-item-text {
    width: calc(100% - 100px);
    font-size: 14px;
    padding: 12px 18px 12px 6px;
  }
}

@media screen and (min-width: 768px) {
  .company .expanded {
    width: calc(100% - 200px);
    padding-left: 20px;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .company .expanded {
    width: calc(100% - 130px);
  }
}

.company__history {
  padding-top: 42px;
  padding-bottom: 120px;
  padding-left: 46px;
}

@media screen and (min-width: 768px) {
  .company__history {
    padding: 78px 28px 44px 46px;
  }
}

.company__history-items {
  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;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .company__history-items {
    width: 170px;
  }
}

.company__history-years {
  position: relative;
  color: #2392DB;
  font-style: normal;
  font-weight: 700;
}

.company__history-years::before {
  position: absolute;
  content: "";
  background: url(../img/company-icon.png) no-repeat center center/contain;
  width: 9px;
  height: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -18px;
}

.company__history-text {
  display: block;
  margin-top: 2px;
  color: #000;
  font-style: normal;
  font-weight: 400;
}

.company__certification {
  padding: 56px 28px 165px 28px;
}

@media screen and (min-width: 768px) {
  .company__certification {
    padding: 78px 28px 210px 28px;
  }
}

.company__certification-inner {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.company__certification-ttl {
  display: block;
  color: #2392DB;
  font-style: normal;
  line-height: 170%;
  /* 27.2px */
}

.company__certification-text {
  margin-top: 14px;
  display: block;
  color: #333;
  font-style: normal;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .company__certification-text {
    margin-top: 16px;
  }
}

/*cv*******************/
.cv {
  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: 768px) {
  .cv {
    padding-top: 80px;
    padding-bottom: 79px;
  }
}

.cv__inner {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.cv__catch {
  display: block;
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2.6px;
}

.cv__catch-sub {
  margin-top: 8px;
  display: block;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.6px;
}

.cv__btn {
  margin-top: 17px;
}

.cv__btn .btn {
  color: #FFF;
  border: 2px solid #FFF;
  background: none;
  padding: 7px 50px;
}

.cv__btn .btn:hover {
  background-color: #fff;
  color: #2188DE;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/*blog*******************/
.blog {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.blog__inner {
  padding-left: 30px;
  padding-right: 38px;
  max-width: 428px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .blog__inner {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1280px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog__inner {
    padding-left: 47px;
    padding-right: 47px;
    max-width: 849px;
  }
}

.blog__ttl {
  margin-left: -10px;
}

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog__ttl {
    margin-left: 33px;
  }
}

@media screen and (min-width: 768px) {
  .blog__ttl-en {
    margin-right: -6px;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog__ttl-en {
    margin-right: -5px;
  }
}

@media screen and (min-width: 768px) {
  .blog__ttl-ja {
    margin-top: 0;
  }
}

.blog__grid-items {
  margin-top: 47px;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .blog__grid-items {
    margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog__grid-items {
    margin-top: 61px;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 20px;
  }
}

.blog__grid-item {
  padding: 12px 15px 16px 15px;
  border-radius: 4px;
  background: var(--rgb-255255255, #FFF);
  -webkit-box-shadow: 5px 7px 34px 0px #F1F1F1;
  box-shadow: 5px 7px 34px 0px #F1F1F1;
  max-width: 100%;
  max-height: 326px;
  position: relative;
  -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;
}

.blog__grid-item:hover .blog__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog__grid-item::before {
  position: absolute;
  content: "ラベル";
  padding: 3px 32px;
  width: 100px;
  height: 24px;
  color: var(--rgb-255255255, #FFF);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #2392DB;
  top: 12px;
  right: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .blog__grid-item {
    max-width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .blog__grid-item {
    max-width: 360px;
  }
}

.blog__img {
  overflow: hidden;
}

.blog__img img {
  width: 330px;
  max-width: 100%;
  height: auto;
  -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;
}

.blog__lead {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  margin-top: 6px;
}

.blog__text {
  margin-top: 4px;
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.blog__btn {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 835px) {
  .blog__btn {
    padding-left: 19px;
  }
}

@media screen and (max-width: 767px) {
  .blog__btn {
    margin-top: 46px;
  }
}

.blog__btn .btn {
  color: #fff;
}

@media screen and (max-width: 300px) {
  .blog__btn .btn {
    padding-left: 30px;
    padding-right: 39px;
  }
}

/*seminar*******************/
.seminar {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.seminar__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 428px;
}

@media screen and (min-width: 768px) {
  .seminar__inner {
    max-width: 1240px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

.seminar__ttl {
  margin-left: 5px;
}

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

.seminar__items {
  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: 768px) {
  .seminar__items {
    margin-top: 38px;
    gap: 38px;
  }
}

.seminar__item {
  padding: 24px 12px 30px 12px;
  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;
  max-width: 398px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .seminar__item {
    max-width: 1080px;
    padding: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
}

.seminar__img {
  text-align: center;
}

.seminar__img img {
  width: 324px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .seminar__info-box {
    max-width: calc(100% - 324px - 30px);
    margin-top: 2px;
  }
}

.seminar__info-date {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .seminar__info-date {
    margin-top: 0;
  }
}

.seminar__info-label {
  border-radius: 2px;
  background: #2392DB;
  padding: 6px 12px 5px 12px;
  color: var(--rgb-255255255, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 12px */
  margin-right: 10px;
}

.seminar__info-value {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.seminar__info-ttl {
  margin-top: 15px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .seminar__info-ttl {
    font-size: 18px;
  }
}

.seminar__info-text {
  margin-top: 16px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .seminar__info-text {
    font-size: 12px;
    margin-top: 14px;
  }
}

.seminar .button__details {
  margin-top: 26px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .seminar .button__details {
    margin-top: 20px;
  }
}

.seminar .btn-details {
  padding: 7px 43px 7px 43px;
  color: #2392DB;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 6px;
  border-radius: 2px;
  border: 1px solid #2392DB;
  background: var(--rgb-255255255, #FFF);
  -webkit-box-shadow: 5px 7px 34px 0px #F1F1F1;
  box-shadow: 5px 7px 34px 0px #F1F1F1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.seminar .btn-details:hover {
  color: #fff;
  background: #2392DB;
}

.seminar__bottom-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 46px;
}

@media screen and (min-width: 768px) {
  .seminar__bottom-button {
    margin-top: 38px;
  }
}

.seminar__bottom-button a {
  color: #fff;
  padding: 9px 54px;
  padding-right: 49px;
}

/*qa*******************/
.qa {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F4FBFF;
}

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

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

.qa__ttl {
  margin-top: 6px;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .qa__ttl {
    margin-top: 0;
    padding-left: 3px;
  }
}

.qa__ttl-en {
  margin-left: 3px;
  display: block;
  text-align: center;
  color: #238FDC;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  /* 61.2px */
  letter-spacing: 3.6px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .qa__ttl-en {
    margin: 0 auto;
  }
}

.qa__ttl-en::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #2BC8C8;
  bottom: -5px;
  left: 49.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .qa__ttl-en::after {
    bottom: -5px;
  }
}

@media screen and (min-width: 768px) {
  .qa__ttl-en {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}

.qa__boxes {
  margin-top: 50px;
  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: 768px) {
  .qa__boxes {
    margin-top: 48px;
    gap: 22px;
  }
}

.qa__box.is-open .qa-box__head::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.qa .qa-box {
  border-radius: 10px;
  border: 0px solid #707070;
}

.qa .qa-box button {
  cursor: pointer;
}

.qa .qa-box__head {
  background: var(--rgb-255255255, #FFF);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 800px;
  max-width: 100%;
  padding-right: 42px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .qa .qa-box__head {
    padding-right: 52px;
  }
}

.qa .qa-box__head::before,
.qa .qa-box__head::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 22px;
  background: #2392DB;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {

  .qa .qa-box__head::before,
  .qa .qa-box__head::after {
    top: 48%;
  }
}

.qa .qa-box__head::before {
  right: -2px;
}

@media screen and (min-width: 768px) {
  .qa .qa-box__head::before {
    right: 2px;
  }
}

.qa .qa-box__head::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 9px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .qa .qa-box__head::after {
    right: 13px;
  }
}

.qa .qa-box__head-icon {
  padding-top: 7px;
  padding-bottom: 13px;
  width: 50px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  border-radius: 10px 0px 0px 10px;
  background: #238FDC;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (min-width: 768px) {
  .qa .qa-box__head-icon {
    width: 71px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
}

.qa .qa-box .high-height {
  padding: 62.27px 14px 62.27px 15px;
}

@media screen and (min-width: 768px) {
  .qa .qa-box .high-height {
    padding: 25px 25px 26px 25px;
  }
}

.qa .qa-box .high-height-text {
  margin-left: 11px;
}

@media screen and (min-width: 768px) {
  .qa .qa-box .high-height-text {
    margin-left: 14px;
  }
}

.qa .qa-box__head-text {
  display: block;
  text-align: left;
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin-left: 10px;
  line-height: 170%;
}

@media screen and (min-width: 768px) {
  .qa .qa-box__head-text {
    margin-left: 14px;
    font-size: 16px;
  }
}

.qa .qa-box__body {
  display: none;
  margin-top: 12px;
  border-radius: 10px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .qa .qa-box__body {
    margin-top: 6px;
  }
}

.qa .qa-box__a {
  margin-left: 20px;
  background: #FFF;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .qa .qa-box__a {
    margin-left: 46px;
  }
}

.qa .qa-box__a-text {
  display: block;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

@media screen and (min-width: 768px) {
  .qa .qa-box__a-text {
    font-size: 16px;
  }
}

/*footer*******************/
.footer {
  padding-top: 46px;
  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: 768px) {
  .footer {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 1280px;
    padding-left: 109px;
    padding-right: 230px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1125px) {
  .footer__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.footer__content {
  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;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__content {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
}

.footer__logo {
  text-align: center;
}

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

.footer__texts {
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  .footer__texts {
    text-align: left;
    margin-top: 14px;
  }
}

.footer__text1 {
  font-weight: 400;
}

.footer__text-1,
.footer__text-2,
.footer__text-3 {
  color: var(--ffffff, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__text-2,
.footer__text-3 {
  margin-top: 3px;
  display: block;
}

@media screen and (min-width: 768px) {

  .footer__text-2,
  .footer__text-3 {
    margin-top: 2px;
  }
}

.footer__text-3 {
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .footer__text-3 {
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 408px;
    max-width: 100%;
    gap: 50px;
    margin-right: 9px;
    height: 23.8px;
  }
}

.footer__menu-1,
.footer__menu-2,
.footer__menu-3 {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}

.footer__menu-1:not(:first-child),
.footer__menu-2:not(:first-child),
.footer__menu-3:not(:first-child) {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {

  .footer__menu-1:not(:first-child),
  .footer__menu-2:not(:first-child),
  .footer__menu-3:not(:first-child) {
    display: inline;
    margin-top: 0;
  }
}

.footer__menu-1::before,
.footer__menu-2::before,
.footer__menu-3::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease;
}

.footer__menu-1:hover::before,
.footer__menu-2:hover::before,
.footer__menu-3:hover::before {
  width: 100%;
  opacity: 0.7;
}

.footer__menu-1 {
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .footer__menu-1 {
    margin-right: 0;
    position: relative;
  }

  .footer__menu-1::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background: #FFF;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -26px;
  }
}

@media screen and (min-width: 768px) {
  .footer__menu-2 {
    position: relative;
  }

  .footer__menu-2::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background: #FFF;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -26px;
  }
}

.footer__menu-3 {
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .footer__menu-3 {
    margin-right: 0;
  }
}

.footer__copyright {
  padding-top: 11px;
  padding-bottom: 12px;
  margin-top: 36px;
}

@media screen and (min-width: 768px) {
  .footer__copyright {
    padding-left: 121px;
    margin-top: 60px;
    text-align: center;
    padding-bottom: 12px;
  }
}

.footer__copyright p {
  color: var(--ffffff, #FFF);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

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

@media screen and (min-width: 768px) and (max-width: 1125px) {
  .footer .hidden-sp-pc {
    display: block;
  }
}

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

.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);
}