@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
body {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaf4f7), to(#fff));
  background-image: linear-gradient(180deg, #eaf4f7 0%, #fff 100%);
}

.header__inner {
  padding: 24px 15px 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    max-width: 1280px;
    margin-inline: auto;
    padding: 24px 40px 0 40px;
  }
}
.header__inner .header__logo {
  width: 160px;
  height: 32px;
}
.header__inner .drawer-icon {
  position: fixed;
  top: 24px;
  right: 15px;
  width: 40px;
  height: 20px;
  z-index: 10000;
}
.header__inner .drawer-icon.is-open .drawer-icon__bar {
  background: #fff;
}
.header__inner .drawer-icon.is-open .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.header__inner .drawer-icon.is-open .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.header__inner .drawer-icon.is-open .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .header__inner .drawer-icon {
    display: none;
  }
}
.header__inner .drawer-icon .drawer-icon__bar {
  position: absolute;
  top: 40px;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 6px;
  background: #2082e0;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
}
.header__inner .drawer-icon .drawer-icon__bar:nth-of-type(1) {
  top: 0px;
}
.header__inner .drawer-icon .drawer-icon__bar:nth-of-type(2) {
  top: 10px;
}
.header__inner .drawer-icon .drawer-icon__bar:nth-of-type(3) {
  top: 20px;
}

@media screen and (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    margin-top: -24px;
    margin-left: 50px;
  }
}

.header__nav-item {
  padding: 20px 23px;
  border-top: 5px solid transparent;
}
.header__nav-item:hover {
  border-top-color: #2082df;
}
.header__nav-item a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .header__nav-btn {
    display: none;
  }
}
.header__nav-btn .btn__regist {
  margin-top: 0;
}

.drawer-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 9999;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 142, 221, 0.9)), to(rgba(43, 198, 201, 0.9)));
  background: linear-gradient(180deg, rgba(34, 142, 221, 0.9) 0%, rgba(43, 198, 201, 0.9) 100%);
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  overflow-y: scroll;
}
.drawer-content .drawer-content__inner {
  padding: 130px 125px;
}
.drawer-content .drawer-content__menu {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.drawer-content.is-open {
  width: 100%;
}
.drawer-content.is-open .drawer-content__menu {
  opacity: 1;
}
.drawer-content .logo {
  text-align: center;
}
.drawer-content .logo img {
  width: 180px;
  height: 35.946px;
}

.drawer-content__menu {
  margin-top: 40px;
  text-align: center;
}
.drawer-content__menu .drawer-content__item {
  margin-bottom: 30px;
}
.drawer-content__menu .drawer-content__link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}

.fv__inner {
  padding: 0 15px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .fv__inner {
    margin-inline: auto;
    max-width: 1280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 30px 80px 50px 83px;
    gap: 8.28125%;
  }
  .fv__inner picture {
    width: 650px;
  }
}

.fv__logo {
  width: 250px;
  height: 50px;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .fv__logo {
    margin-inline: 0;
    margin-top: 0;
  }
}

.fv__text {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .fv__text {
    text-align: left;
  }
}

.fv__title {
  color: #2b2b2b;
  text-align: center;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .fv__title {
    text-align: left;
    font-size: 26px;
  }
}

.fv__text-sub {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .fv__text-sub {
    margin-top: 20px;
  }
}

.btn__regist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 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 0 rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0 rgba(0, 0, 0, 0.16);
  margin-inline: auto;
  color: #fff;
  margin-top: 30px;
  letter-spacing: 3px;
}
@media screen and (min-width: 1024px) {
  .btn__regist {
    margin-inline: 0;
    margin-top: 30px;
  }
}

.section__title {
  color: #238fdc;
  color: #238fdc;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
}
.section__title::after {
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #2bc8c8;
  margin: 6px auto 46px;
}

.news__inner {
  padding: 60px 15px;
}
@media screen and (min-width: 1024px) {
  .news__inner {
    max-width: 930px;
    margin-inline: auto;
  }
}

.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: 10px;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0 13px;
}
@media screen and (min-width: 1024px) {
  .news__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

.news__item-date {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .news__item-date {
    font-size: 16px;
    width: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.news__item-title {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .news__item-title {
    font-size: 16px;
  }
}

.news__asset {
  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: 1024px) {
  .news__asset {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.news__asset .news__more {
  color: #2392db;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
  letter-spacing: 3px;
  border-radius: 2px;
  border: 1px solid #2392db;
  -webkit-box-shadow: 4px 3px 26px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0 rgba(0, 0, 0, 0.16);
  display: inline-block;
  margin-top: 26px;
  padding: 5px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .news__asset .news__more {
    margin-inline: 0;
  }
}

.news__pagenation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news__pagenation-item.is-active .news__pagenation-link {
  color: #fff;
  background-color: #2bc8c8;
}

.news__pagenation-link {
  width: 36px;
  height: 36px;
  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;
  border: 1px solid #828282;
}

.concept {
  background: #f4fbff;
}

.concept__inner {
  padding: 60px 20px 60px;
}
@media screen and (min-width: 1024px) {
  .concept__inner {
    padding: 100px 150px;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.concept__contents {
  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;
}
.concept__contents picture {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .concept__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8%;
  }
  .concept__contents picture {
    width: 46%;
  }
  .concept__contents .concept__content {
    width: 46%;
  }
}

.concept__title {
  color: #228ddd;
  font-size: 26px;
  font-weight: 700;
}

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

.casestudy__inner {
  padding: 60px 20px 60px;
}
@media screen and (min-width: 1024px) {
  .casestudy__inner {
    padding: 100px 80px 60px;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.casestudy__inner-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inner-head h2 {
  color: #228ddd;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.inner-head p {
  color: #228bde;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.66px;
  margin-bottom: 46px;
}

@media screen and (min-width: 1024px) {
  .casestudy__container {
    max-width: 996px;
    margin-inline: auto;
  }
}

.casestudy__slide {
  -webkit-filter: drop-shadow(5px 7px 34px #f1f1f1);
          filter: drop-shadow(5px 7px 34px #f1f1f1);
  border-radius: 4px;
  background-color: #fff;
  margin: 0 0 50px;
}

.casestudy__swiper-wrap {
  position: relative;
}

.casestudy__slide-content {
  padding: 14px 14px 10px;
}
.casestudy__slide-content .casestudy__slide-title {
  color: #228ddd;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 700;
}
.casestudy__slide-content .casestudy__slide-assets {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  margin-top: 10px;
}
.casestudy__slide-content .casestudy__slide-gyousyoku {
  color: #9d9d9d;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}

#js-casestudy-swiper-button-prev {
  background-image: url(../img/prev.png);
  width: 44px;
  height: 44px;
  left: -10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#js-casestudy-swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  #js-casestudy-swiper-button-prev {
    left: 0;
  }
}

#js-casestudy-swiper-button-next {
  background-image: url(../img/next.png);
  width: 44px;
  height: 44px;
  right: -10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#js-casestudy-swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  #js-casestudy-swiper-button-next {
    right: 0;
  }
}

.price {
  background: #f4fbff;
}

.price__inner {
  padding: 60px 64px;
}
@media screen and (min-width: 1024px) {
  .price__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.price__inner-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.price__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: 30px;
}
@media screen and (min-width: 1024px) {
  .price__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

.price__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px 30px;
}

.price__item-plan {
  color: #2392db;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.price__item-price {
  color: #2392db;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px; /* 133.333% */
  letter-spacing: 3.6px;
  text-align: center;
  margin-bottom: 30px;
}
.price__item-price span {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.price__item-detail {
  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-bottom: 6px;
  margin-bottom: 6px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.company__inner {
  padding: 60px 15px;
}
@media screen and (min-width: 1024px) {
  .company__inner {
    padding: 100px 190px;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.company__inner-head {
  margin-left: 15px;
}

.company__container {
  border: 2px solid #2392db;
  background: #fff;
}

.company__nav-list {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  -webkit-box-shadow: 5px 7px 34px 0 #f1f1f1;
          box-shadow: 5px 7px 34px 0 #f1f1f1;
}
.company__nav-list li {
  position: relative;
}
.company__nav-list li::before {
  display: block;
  content: "";
  background-image: url(../img/arrow2.png);
  background-size: cover;
  width: 8px;
  height: 5px;
  position: absolute;
  left: 7px;
  top: 21px;
}
.company__nav-list li a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  width: 122px;
  padding: 9px 29px 10px;
  text-align: center;
}
.company__nav-list li.is-active {
  background: #2392db;
  color: #fff;
}
.company__nav-list li.is-active::before {
  background-image: url(../img/arrow1.png);
}

.company__item01 {
  min-height: 370px;
  padding-bottom: 60px;
}
.company__item01 .company__item-title {
  margin-top: 60px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.company__item01 .company__item-title-sub {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
}
.company__item01 .company__ouline {
  display: none;
  min-width: 320px;
  width: calc(100% - 40px);
  margin: 20px auto 0;
  border-collapse: collapse;
}
@media screen and (min-width: 1024px) {
  .company__item01 .company__ouline {
    width: calc(100% - 100px);
  }
}
.company__item01 .company__ouline th {
  border: 1px solid #dbdbdb;
  background: #f2f2f2;
  text-align: center;
  padding: 14px 0;
  width: 160px;
}
.company__item01 .company__ouline td {
  border: 1px solid #dbdbdb;
  background: #fff;
  padding: 14px 10px;
}
@media screen and (min-width: 1024px) {
  .company__item01 .company__ouline.is-pc {
    display: table;
  }
}
@media screen and (max-width: 1023px) {
  .company__item01 .company__ouline.is-sp {
    display: table;
  }
}

.company__item02 {
  min-height: 370px;
}
.company__item02 .company__item-list {
  width: 185px;
  margin-inline: auto;
  margin-top: 14px;
}
.company__item02 .company__item-list li {
  color: #000;
  margin-bottom: 16px;
  font-size: 16px;
}
.company__item02 .company__item-list li span {
  color: #2392db;
  font-size: 16px;
  font-weight: 700;
}

.company__item03 {
  min-height: 370px;
}
.company__item03 .company__item-ninsho {
  max-width: 600px;
  margin: 0 auto;
  width: calc(100% - 60px);
}
.company__item03 .company__item-title {
  text-align: left;
  margin-bottom: 16px;
  color: #2392db;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 27.2px */
}

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

.cv__inner {
  padding: 60px 30px;
}
.cv__inner .cv_title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2.6px;
}
.cv__inner .cv__text {
  font-size: 16px;
  letter-spacing: 1.6px;
  margin-top: 8px;
}
.cv__inner .cv__btn-free {
  border-radius: 50px;
  border: 2px solid #fff;
  -webkit-box-shadow: 4px 3px 26px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 26px 0 rgba(0, 0, 0, 0.16);
  padding: 9px 54px;
  color: #fff;
  margin-top: 17px;
  display: inline-block;
}

.blog__inner {
  padding: 60px 38px 60px 30px;
  max-width: 1120px;
  margin-inline: auto;
}

.blog__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: 16px;
}
@media screen and (max-width: 1023px) {
  .blog__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .blog__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    margin: 0 auto;
    max-width: 1120px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.blog__img img {
  width: 100%;
}

.blog__item {
  padding: 12px 15px 16px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 5px 7px 34px 0 #f1f1f1;
          box-shadow: 5px 7px 34px 0 #f1f1f1;
}
@media screen and (min-width: 1024px) {
  .blog__item {
    width: calc(33.3333333333% - 12px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .blog__item {
    width: calc(50% - 6px);
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .blog__item {
    width: 100%;
  }
}

.blog__title {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 700;
}

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

.seminar__inner {
  padding: 60px 15px;
}

.seminar__inner-head {
  margin-left: 15px;
}
@media screen and (min-width: 1024px) {
  .seminar__inner-head {
    max-width: 1080px;
    margin: 0 auto;
  }
}

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

.seminar__item {
  padding: 24px 12px 30px;
  border-radius: 6px;
  border: 0 solid #707070;
  -webkit-box-shadow: 5px 7px 34px 0 #f1f1f1;
          box-shadow: 5px 7px 34px 0 #f1f1f1;
}
@media screen and (min-width: 1024px) {
  .seminar__item {
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

.seminar__item-img {
  padding: 0 37px;
}
.seminar__item-img img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .seminar__item-img {
    padding: 0;
    width: 324px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.seminar__item-assets {
  margin-top: 20px;
}

.seminar__item-datetitle {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 2px;
  background: #2392db;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.semina__item-date {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  list-style: 1;
}

.seminar__item-title {
  margin-top: 14px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

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

.qa {
  background: #f4fbff;
}

.qa__inner {
  padding: 60px 15px;
  max-width: 830px;
  margin: 0 auto;
}

.qa__container {
  margin-bottom: 12px;
}

.q__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.q__item.is-open .q__item-open__bar:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.q__item-icon {
  border-radius: 10px 0 0 10px;
  background: #238fdc;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 8px 14px 12px 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.q__item-text {
  padding: 10px;
  background-color: #fff;
  width: 100%;
  text-align: left;
}

.q__item-nav {
  padding: 8px 14px 12px 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.q__item-nav .q__item-open__bar {
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  left: 12px;
  width: 2px;
  height: 20px;
  background-color: #2392db;
}
.q__item-nav .q__item-open__bar:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.a__item {
  display: none;
  padding: 10px;
  background-color: #fff;
  margin-left: 20px;
  margin-top: 12px;
  border-radius: 10px;
}
.a__item.is-open {
  display: block;
}

.footer {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2390dc), to(#2bc8c8));
  background: linear-gradient(90deg, #2390dc 0%, #2bc8c8 100%);
}
.footer .copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 11px;
}

.footer__inner {
  padding: 46px 11px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1280px;
    padding-left: 109px;
    padding-right: 239px;
    margin-inline: auto;
  }
}

.footer__address {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .footer__address {
    text-align: left;
  }
}
.footer__address img {
  width: 160px;
  height: 32px;
}
.footer__address .footer__address-text {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 20px;
}
.footer__address .telfax {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

@media screen and (min-width: 1024px) {
  .footer__menu {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .footer__menu .footer__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    margin-right: 87px;
  }
}
.footer__menu .footer__menu-list .footer__menu-item {
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__menu .footer__menu-list .footer__menu-item {
    border-right: 1px solid #fff;
    padding-right: 25px;
    line-height: 14px;
  }
  .footer__menu .footer__menu-list .footer__menu-item:last-child {
    border-right: none;
  }
}
.footer__menu .footer__menu-list .footer__menu-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.footer__menu .footer__menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 36px auto;
}
@media screen and (min-width: 1024px) {
  .footer__menu .footer__menu-sns {
    margin: 0;
  }
}
.footer__menu .footer__menu-sns img {
  width: 30px;
  height: 30px;
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateX(24px);
          transform: translateX(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: translateX(0);
          transform: translateX(0);
}
.fade-in-up.delay-1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fade-in-up.delay-2 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}