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

.button {
  color: #f6f7f7;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 9px 54px;
  width: 200px;
  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);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

.heading__ja {
  color: #228bde;
  font-family: "Noto Sans JP" "sans-serif";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.66px;
}

.title {
  color: #238fdc;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .title {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}
@media screen and (min-width: 1280px) {
  .title {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}
.title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #2bc8c8;
}

.header {
  position: relative;
  z-index: 60;
  padding-top: 30px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .header {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    padding-top: 20px;
  }
}

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

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

.header__nav {
  display: none;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .header__nav {
    display: block;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav {
    display: block;
    margin-left: 20px;
  }
}

@media screen and (min-width: 834px) and (max-width: 1279px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Noto Sans JP";
    white-space: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Noto Sans JP";
    white-space: nowrap;
  }
}
@media screen and (min-width: 980px) {
  .header__nav-list {
    gap: 44px;
  }
}

@media screen and (min-width: 834px) and (max-width: 1279px) {
  .header__nav-item a {
    position: relative;
  }
  .header__nav-item a::after {
    content: "";
    position: absolute;
    background-color: #2082df;
    width: 0;
    height: 5px;
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .header__nav-item a:hover::after {
    width: 122px;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav-item a {
    position: relative;
  }
  .header__nav-item a::after {
    content: "";
    position: absolute;
    background-color: #2082df;
    width: 0;
    height: 5px;
    bottom: -23px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .header__nav-item a:hover::after {
    width: 122px;
  }
}

.drawer-icon {
  width: 40px;
  height: 23px;
  position: absolute;
  top: 24px;
  right: 20px;
  z-index: 70;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  top: 10px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  top: 10px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 5px;
  background-color: #2082e0;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 0;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 10px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 20px;
}

.drawer-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  padding-top: 130px;
  padding-bottom: 348px;
  text-align: center;
  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-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .drawer-content {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .drawer-content {
    display: none;
  }
}

.drawer-content__img img {
  width: 180px;
}

.drawer-content__menu {
  margin-top: 60px;
}

.drawer-content__link {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.drawer-content__link + .drawer-content__link {
  margin-top: 30px;
}

.mv {
  padding-top: 20px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .mv {
    padding-top: 30px;
    padding-bottom: 50px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (min-width: 1280px) {
  .mv {
    padding-top: 30px;
    padding-bottom: 50px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.mv__inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .mv__inner {
    max-width: 1150px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .mv__inner {
    max-width: 1150px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 834px) and (max-width: 1279px) {
  .mv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 102px;
  }
}
@media screen and (min-width: 1280px) {
  .mv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 102px;
  }
}

.mv__img {
  width: 100%;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .mv__img {
    width: 58.0357142857%;
  }
}
@media screen and (min-width: 1280px) {
  .mv__img {
    width: 58.0357142857%;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .mv__img {
    width: 650px;
  }
}
@media screen and (min-width: 1280px) {
  .mv__img {
    width: 650px;
  }
}
.mv__img img {
  width: 398px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .mv__img img {
    width: 650px;
  }
}
@media screen and (min-width: 1280px) {
  .mv__img img {
    width: 650px;
  }
}

.mv__text-box {
  margin-top: 40px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .mv__text-box {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .mv__text-box {
    text-align: left;
  }
}

@media screen and (min-width: 834px) and (max-width: 1279px) {
  .mv__logo {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .mv__logo {
    text-align: left;
  }
}
.mv__logo img {
  width: 250px;
}

.mv__lead {
  font-weight: 700;
  font-size: 20px;
  color: #2b2b2b;
  margin-top: 20px;
  word-break: keep-all;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .mv__lead {
    margin-top: 24px;
    font-size: 26px;
    -moz-text-align-last: left;
         text-align-last: left;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
  }
}
@media screen and (min-width: 1280px) {
  .mv__lead {
    margin-top: 24px;
    font-size: 26px;
    -moz-text-align-last: left;
         text-align-last: left;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
  }
}

.mv__lead-main {
  white-space: nowrap;
  font-weight: inherit;
}

.mv__text {
  margin-top: 20px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .mv__text {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (min-width: 1280px) {
  .mv__text {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.mv__text-wrap {
  display: inline-block;
  white-space: nowrap;
}

.mv__button {
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .mv__button {
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .mv__button {
    margin-left: 0;
  }
}

.cv {
  padding: 60px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#2390dc), to(#2bc8c8));
  background: linear-gradient(90deg, #2390dc 0%, #2bc8c8 100%);
}

.cv__inner {
  padding-right: 31px;
  padding-left: 30px;
}

.cv__title {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 2.6px;
}

.cv__text {
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 1.5px;
}

.cv__button {
  margin: 0 auto;
  background: transparent;
  border: 2px solid #fff;
  margin-top: 17px;
}

.blog {
  padding: 60px 0;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .blog {
    padding: 100px 0;
    max-width: 740px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .blog {
    padding: 100px 0;
    max-width: 1120px;
    margin: 0 auto;
  }
}

.blog__inner {
  padding-right: 38px;
  padding-left: 30px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .blog__inner {
    padding-right: 47px;
    padding-left: 47px;
  }
}
@media screen and (min-width: 1280px) {
  .blog__inner {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media screen and (min-width: 834px) and (max-width: 1279px) {
  .blog__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
    margin-left: 33px;
  }
}
@media screen and (min-width: 1280px) {
  .blog__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
    margin-left: 0;
  }
}

.blog__cards {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px 0;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .blog__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .blog__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 20px;
  }
}

.blog__card {
  border-radius: 4px;
  -webkit-box-shadow: 5px 7px 34px 0 #f1f1f1;
          box-shadow: 5px 7px 34px 0 #f1f1f1;
  padding: 12px 15px 16px 15px;
}

.blog__card-img {
  position: relative;
}
.blog__card-img img {
  width: 100%;
}

.label {
  width: 100px;
  height: 24px;
  padding: 3px 32px;
  background-color: #2392db;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  border-radius: 2px;
  display: block;
}

.blog-label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

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

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

.blog__button {
  margin: 0 auto;
  margin-top: 46px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .blog__button {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .blog__button {
    margin-top: 60px;
  }
}

.news {
  padding: 60px 0;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .news {
    padding-top: 100px;
    padding-bottom: 99px;
  }
}
@media screen and (min-width: 1280px) {
  .news {
    padding-top: 100px;
    padding-bottom: 99px;
  }
}

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

.news__title {
  color: #238fdc;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .news__title {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}
@media screen and (min-width: 1280px) {
  .news__title {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}
.news__title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #2bc8c8;
}

.news__lists {
  margin-top: 46px;
}

.news__list {
  position: relative;
}
.news__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
}

.news-link {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .news-link {
    padding: 12px 0;
  }
}
@media screen and (min-width: 1280px) {
  .news-link {
    padding: 12px 0;
  }
}
.news-link:nth-of-type(1) {
  padding-bottom: 13px;
}
@media screen and (min-width: 1280px) {
  .news-link:nth-of-type(1) {
    padding-bottom: 12px;
  }
}

.news-link__meta {
  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: 834px) and (max-width: 1279px) {
  .news-link__meta {
    -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: 1280px) {
  .news-link__meta {
    -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-link__date {
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .news-link__date {
    width: 151px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .news-link__date {
    width: 151px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
  }
}

.news-link__text {
  color: #111;
  font-weight: 400;
}

.news__low-contents {
  margin-top: 46px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .news__low-contents {
    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: 1280px) {
  .news__low-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news__page-currenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.news__current-button {
  color: #707070;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.44px;
  width: 36px;
  height: 36px;
  border: 1px solid #828282;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__current-button.start::before, .news__current-button.start::after {
  content: "";
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 7px;
  height: 7px;
  border-left: 2px solid #828282;
  border-bottom: 2px solid #828282;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.news__current-button.finish::before, .news__current-button.finish::after {
  content: "";
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 7px;
  height: 7px;
  border-left: 2px solid #828282;
  border-bottom: 2px solid #828282;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.news__current-button::before {
  left: 40%;
}
.news__current-button::after {
  right: 52%;
}
.news__current-button:hover {
  background-color: #228ddd;
  color: #fff;
}
.news__current-button:hover::before, .news__current-button:hover::after {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

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

.button-all {
  color: #2392db;
  text-align: center;
  font-weight: 700;
  letter-spacing: 3px;
  width: 120px;
  border-radius: 2px;
  border: 1px solid #2392db;
  padding: 5px 24px;
  white-space: nowrap;
}

.concept {
  padding: 60px 0;
  background-color: #f4fbff;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .concept {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1280px) {
  .concept {
    padding: 100px 0;
  }
}

.concept__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .concept__inner {
    max-width: 1020px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .concept__inner {
    max-width: 1020px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
}

.concept__img {
  width: 310px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .concept__img {
    width: 450px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .concept__img {
    width: 450px;
    margin-bottom: 0;
  }
}
.concept__img img {
  width: 310px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .concept__img img {
    width: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .concept__img img {
    width: 450px;
  }
}

@media screen and (min-width: 834px) and (max-width: 1279px) {
  .concept__text-box {
    width: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .concept__text-box {
    width: 450px;
  }
}

.concept__title {
  color: #228ddd;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .concept__title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .concept__title {
    font-size: 26px;
  }
}

.concept__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 30px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .concept__text {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .concept__text {
    margin-bottom: 36px;
  }
}

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

.seminar {
  padding: 60px 0;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .seminar {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1280px) {
  .seminar {
    padding: 100px 0;
  }
}

.seminar__inner {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .seminar__inner {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1120px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .seminar__inner {
    max-width: 1110px;
    margin: 0 auto;
  }
}

.seminar__heading {
  margin-left: 15px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .seminar__heading {
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .seminar__heading {
    margin-left: 0;
  }
}

.seminar__cards {
  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: 834px) and (max-width: 1279px) {
  .seminar__cards {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .seminar__cards {
    gap: 40px;
  }
}

.seminar__card {
  border-radius: 6px;
  -webkit-box-shadow: 5px 7px 34px 0 #f1f1f1;
          box-shadow: 5px 7px 34px 0 #f1f1f1;
  max-width: 1080px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .seminar__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .seminar__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.seminar__card-img {
  padding: 24px 37px 0 37px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .seminar__card-img {
    padding: 0;
    width: 324px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1280px) {
  .seminar__card-img {
    padding: 0;
    width: 324px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.seminar__card-img img {
  width: 100%;
}

.seminar__card-text-container {
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 30px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .seminar__card-text-container {
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .seminar__card-text-container {
    padding: 0;
  }
}

.seminar__date-meta {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .seminar__date-meta {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .seminar__date-meta {
    margin-top: 0;
  }
}

.seminar__label {
  width: 60px;
  text-align: center;
  padding: 6px 12px 5px 12px;
  line-height: 1;
}

.seminar__date {
  font-weight: 500;
  line-height: 1;
}

.seminar__title {
  margin-top: 14px;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}

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

.seminar__button {
  margin-top: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 44px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  display: block;
  margin-left: auto;
}

.seminar-graph__button {
  margin: 0 auto;
  font-weight: 700;
  margin-top: 46px;
  letter-spacing: 3px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .seminar-graph__button {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .seminar-graph__button {
    margin-top: 40px;
  }
}

.price {
  padding: 60px 0;
  background: #f4fbff;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .price {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1280px) {
  .price {
    padding: 100px 0;
  }
}

.price__inner {
  max-width: 320px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .price__inner {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .price__inner {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.price__heading {
  margin-left: -34px;
}
@media screen and (max-width: 360px) {
  .price__heading {
    margin-left: 0;
  }
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .price__heading {
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .price__heading {
    margin-left: 0;
  }
}

.price__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 46px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .price__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .price__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
  }
}

.price__card {
  text-align: center;
  padding: 30px 20px 30px 19px;
  border-radius: 10px;
  background-color: #fff;
  width: 300px;
}

.price__plan-name {
  color: #2392db;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.price__plan-price {
  color: #2392db;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 3.6px;
  margin-top: 10px;
}

.price__plan-list {
  margin-top: 30px;
}

.price__plan-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 12px;
  border-bottom: 1px solid #c2c2c2;
}

.price__plan-list-text {
  font-weight: 400;
  line-height: 170%;
}

.price__plan-button {
  margin: 0 auto;
  margin-top: 30px;
}

.bl-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  color: #333;
}

.case-study {
  width: 100%;
  padding: 60px 0 60px 20px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .case-study {
    padding-top: 100px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .case-study {
    padding-top: 100px;
    padding-right: 20px;
  }
}

.case-study__heading {
  padding-left: 10px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .case-study__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .case-study__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}

.case-study__sub {
  margin-top: 2px;
}

@media screen and (min-width: 834px) and (max-width: 1279px) {
  .case-study__inner {
    max-width: 1120px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .case-study__inner {
    max-width: 1120px;
    margin: 0 auto;
  }
}

.case-study__slider {
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .case-study__slider {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .case-study__slider {
    margin-top: 40px;
  }
}

@media screen and (min-width: 834px) and (max-width: 1279px) {
  .case-study__swiper {
    max-width: 996px;
  }
}
@media screen and (min-width: 1280px) {
  .case-study__swiper {
    max-width: none;
  }
}

.case-study-slide {
  padding-bottom: 42px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .case-study-slide {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .case-study-slide {
    padding-right: 0;
    padding-left: 0;
  }
}

.case-study-card {
  -webkit-box-shadow: 5px 7px 34px 0 #f1f1f1;
          box-shadow: 5px 7px 34px 0 #f1f1f1;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.case-study-card__image img {
  width: 100%;
  display: block;
}

.case-study-card__body {
  padding: 14px 10px 14px 10px;
}

.case-study-card__title {
  color: #228ddd;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.case-study-card__cn {
  font-size: 12px;
  font-weight: 700;
}

.case-study-card__pn {
  font-size: 12px;
  font-weight: 700;
}

.case-study-card__industry {
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 400;
}

.case-study__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  bottom: 0 !important;
}
.case-study__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #e1e1e1;
  opacity: 1;
}
.case-study__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2f7dc8;
}

.case-study__prev,
.case-study__next {
  width: 44px;
  height: 44px;
  margin-top: -77px !important;
}
.case-study__prev svg,
.case-study__next svg {
  display: none;
}

.case-study__prev {
  background: url(../img/prev.png) no-repeat center center/contain;
  left: -8px !important;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .case-study__prev {
    left: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .case-study__prev {
    left: -62px !important;
  }
}

.case-study__next {
  background: url(../img/next.png) no-repeat center center/contain;
  right: 8px !important;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .case-study__next {
    right: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .case-study__next {
    right: -62px !important;
  }
}

.case-study__button {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .case-study__button {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .case-study__button {
    margin-top: 24px;
  }
}

.company {
  padding: 60px 0;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .company {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .company {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.company__inner {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .company__inner {
    max-width: 930px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .company__inner {
    max-width: 930px;
    margin: 0 auto;
  }
}

.company__heading {
  margin-left: 15px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .company__heading {
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .company__heading {
    margin-left: 0;
  }
}

.company__card {
  margin-top: 68px;
  width: 100%;
  border: 2px solid #2392db;
  position: relative;
}

.company__tag-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  -webkit-box-shadow: 5px 7px 34px 0 #f1f1f1;
          box-shadow: 5px 7px 34px 0 #f1f1f1;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .company__tag-buttons {
    top: -45px;
  }
}
@media screen and (min-width: 1280px) {
  .company__tag-buttons {
    top: -45px;
  }
}

.company__tag-button {
  text-align: center;
  width: 122px;
  padding: 10px 0;
  color: #2392db;
  font-family: "Noto Sans JP";
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .company__tag-button {
    width: 200px;
    padding: 27px 0;
  }
}
@media screen and (min-width: 1280px) {
  .company__tag-button {
    width: 200px;
    padding: 27px 0;
  }
}
.company__tag-button::before {
  content: "";
  display: block;
  border-bottom: solid 2px #2392db;
  border-left: solid 2px #2392db;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: 12px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .company__tag-button::before {
    left: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .company__tag-button::before {
    left: 48px;
  }
}
.company__tag-button.is-active, .company__tag-button:hover {
  background: #2392db;
  color: #fff;
}
.company__tag-button:hover::before, .company__tag-button.is-active::before {
  border-color: #fff;
}
.company__tag-button:nth-of-type(2) {
  border-right: 1px solid #2392db;
  border-left: 1px solid #2392db;
}
.company__tag-button:nth-of-type(2):hover, .company__tag-button:nth-of-type(2).is-active {
  border-color: #fff;
}

.company__description {
  text-align: center;
  padding: 60px 39px 50px 39px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .company__description {
    padding: 90px 50px 97px 50px;
  }
}
.company__description-title {
  font-size: 22px;
  font-weight: 700;
}

.company__description-text {
  margin-top: 20px;
}

.company__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  text-align: center;
}
.company__table th,
.company__table td {
  width: 160px;
  border: 1px solid #dbdbdb;
  vertical-align: middle;
  padding-top: 14px;
  padding-bottom: 13px;
}
.company__table th {
  background: #f2f2f2;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .company__table td {
    padding-left: 24px;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .company__table td {
    padding-left: 24px;
    text-align: left;
  }
}

@media screen and (min-width: 834px) and (max-width: 1279px) {
  .company__table--sp {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .company__table--sp {
    display: none;
  }
}

.company__table--pc {
  display: none;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .company__table--pc {
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .company__table--pc {
    display: table;
  }
}

.company__history {
  padding-top: 44px;
  padding-bottom: 122px;
  padding-left: 47px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .company__history {
    max-width: 208px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 46px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .company__history {
    max-width: 208px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 46px;
    padding-left: 25px;
  }
}

.history-item {
  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: 834px) and (max-width: 1279px) {
  .history-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .history-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.history-item + .history-item {
  margin-top: 16px;
}

.history-month {
  color: #2392db;
  font-weight: 700;
  position: relative;
}
.history-month::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #2bcbc6;
  border-radius: 50%;
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.history-text {
  color: #000;
  line-height: 1.7;
  margin-top: 2px;
}

.company__certification {
  padding: 58px 30px 168px 30px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .company__certification {
    padding: 80px 150px 212px 150px;
  }
}
@media screen and (min-width: 1280px) {
  .company__certification {
    padding: 80px 150px 212px 150px;
  }
}

.certification__title {
  color: #2392db;
  font-weight: 700;
}

.certification__text {
  margin-top: 14px;
}

.company__description,
.company__history,
.company__certification {
  display: none;
}

.company__description.is-active,
.company__history.is-active,
.company__certification.is-active {
  display: block;
}

.qa {
  padding: 60px 0;
  background: #f4fbff;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .qa {
    padding-top: 100px;
    padding-bottom: 121px;
  }
}
@media screen and (min-width: 1280px) {
  .qa {
    padding-top: 100px;
    padding-bottom: 121px;
  }
}

.qa__inner {
  padding: 0 15px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .qa__inner {
    max-width: 830px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .qa__inner {
    max-width: 830px;
    margin: 0 auto;
  }
}

.qa__boxes {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.qa-box {
  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;
}
.qa-box.is-open .qa-box__head::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.qa-box__head {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 10px 42px 10px 60px;
  -moz-text-align-last: left;
       text-align-last: left;
  cursor: pointer;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .qa-box__head {
    padding: 12px 55px 12px 85px;
  }
}
@media screen and (min-width: 1280px) {
  .qa-box__head {
    padding: 12px 55px 12px 85px;
  }
}
.qa-box__head::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: #2392db;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .qa-box__head::before {
    right: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .qa-box__head::before {
    right: 14px;
  }
}
.qa-box__head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  height: 2px;
  width: 20px;
  background-color: #2392db;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .qa-box__head::after {
    right: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .qa-box__head::after {
    right: 14px;
  }
}

.qa-box__head-icon {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  background-color: #238fdc;
  border-radius: 10px 0 0 10px;
  display: inline-block;
  width: 50px;
  height: 100%;
  padding: 7px 15px 13px 14px;
  position: absolute;
  left: 0;
  top: 0;
  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: 834px) and (max-width: 1279px) {
  .qa-box__head-icon {
    width: 71px;
    height: 100%;
    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: 1280px) {
  .qa-box__head-icon {
    width: 71px;
    height: 100%;
    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;
  }
}

.qa-box__body {
  background: #fff;
  border-radius: 10px;
  margin-left: 25px;
  padding: 10px;
  display: none;
}

.footer {
  padding-top: 46px;
  padding-bottom: 11px;
  background: -webkit-gradient(linear, left top, right top, from(#2390dc), to(#2bc8c8));
  background: linear-gradient(90deg, #2390dc 0%, #2bc8c8 100%);
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 11px;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 11px;
    text-align: left;
  }
}

.footer__inner {
  padding: 0 84px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .footer__inner {
    padding-left: 20px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    padding-left: 109px;
    padding-right: 230px;
  }
}

@media screen and (min-width: 834px) and (max-width: 1279px) {
  .footer__container {
    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: 1280px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__high-container {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .footer__high-container {
    margin-top: 0;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
@media screen and (min-width: 1280px) {
  .footer__high-container {
    margin-top: 0;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.footer__img {
  width: 160px;
  margin: 0 auto;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .footer__img {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__img {
    margin: 0;
  }
}

.footer__place {
  margin-top: 20px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

.footer__tell {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.footer__fax {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.footer__low-container {
  margin-top: 36px;
  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: 834px) and (max-width: 1279px) {
  .footer__low-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__low-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    margin-top: 0;
  }
}

.footer__inquiry {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

.footer__privacy {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  position: relative;
}
.footer__privacy::before {
  content: "";
  display: none;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .footer__privacy::before {
    display: block;
    position: absolute;
    left: -30px;
    top: 12px;
    width: 16px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (min-width: 1280px) {
  .footer__privacy::before {
    display: block;
    position: absolute;
    left: -30px;
    top: 12px;
    width: 16px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.footer__privacy::after {
  content: "";
  display: none;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .footer__privacy::after {
    display: block;
    position: absolute;
    right: -30px;
    top: 12px;
    width: 16px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (min-width: 1280px) {
  .footer__privacy::after {
    display: block;
    position: absolute;
    right: -30px;
    top: 12px;
    width: 16px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.footer__specific-commercial {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

.footer__sns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 36px;
  margin-bottom: 47px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .footer__sns-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__sns-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.footer__sns {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
}

.copy-right {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 12px;
}
@media screen and (min-width: 834px) and (max-width: 1279px) {
  .copy-right {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 69px;
  }
}
@media screen and (min-width: 1280px) {
  .copy-right {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 69px;
  }
}