@charset "UTF-8";
body {
  font-size: 14px;
  line-height: 1.72;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
}
body.is-fixed {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
}

ul {
  list-style-type: none !important;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1280px) {
  .inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.breadcrumb {
  font-size: 12px;
  margin-top: 12px;
}

.breadcrumb__inner {
  height: inherit;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.breadcrumb__inner span {
  color: #888888;
}
.breadcrumb__inner .current-item {
  color: #000000;
}
.breadcrumb__inner .separator {
  margin: 0 8px;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .breadcrumb__inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 1280px) {
  .breadcrumb__inner {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.link-text {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 1280px) {
  .link-text:hover {
    cursor: pointer;
  }
}

/*----------------------------------
    heading
-----------------------------------*/
@media screen and (min-width: 768px) {
  .heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.heading__title {
  margin-left: 2px;
  color: #023e78;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .heading__title {
    margin-top: -11px;
    margin-left: 0;
  }
}

.heading__title-en {
  font-family: "Fira Sans", sans-serif;
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .heading__title-en {
    font-size: 7.8125vw;
  }
}
@media screen and (min-width: 1280px) {
  .heading__title-en {
    font-size: 100px;
  }
}

.heading__title-ja {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .heading__title-ja {
    margin-top: 0;
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .heading__title-ja {
    font-size: 24px;
  }
}

.heading__button {
  display: none;
}
@media screen and (min-width: 768px) {
  .heading__button {
    margin-top: 40px;
    display: block;
    text-align: right;
    position: relative;
  }
  .heading__button span {
    color: #fff;
    text-align: right;
    display: block;
    margin-right: 140px;
    font-family: "Fira Sans", sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .heading__button:hover {
    cursor: pointer;
  }
  .heading__button:hover .button__white-line {
    height: 2px;
    right: -15.2%;
    width: 142px;
  }
}
@media screen and (min-width: 768px) {
  .heading__button.--part2 span {
    color: #1a1a1a;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .hidden-sp {
    margin-top: -8px;
    display: block;
  }
}

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

/*----------------------------------
    bottom__button
-----------------------------------*/
.bottom__button {
  margin-top: 40px;
  display: block;
  text-align: right;
  position: relative;
}
.bottom__button span {
  color: #fff;
  text-align: right;
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}
.bottom__button.--part2 span {
  color: #023e78;
}
@media screen and (min-width: 1280px) {
  .bottom__button:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .bottom__button {
    display: none;
  }
}

.button__white-line {
  display: inline-block;
  height: 2px;
  margin: 0 21px 0 8px;
  background: #fff;
  position: relative;
  -webkit-transition: width 0.3s, right 0.3s;
  transition: width 0.3s, right 0.3s;
  vertical-align: middle;
  width: 17.0666666667vw;
  z-index: 1;
}
.button__white-line::before {
  bottom: -2px;
  background: #fff;
  content: "";
  display: inline-block;
  height: 14px;
  position: absolute;
  right: 4px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  width: 2px;
}
.button__white-line.--part2 {
  background: #023e78;
}
.button__white-line.--part2::before {
  background: #023e78;
}
@media screen and (min-width: 768px) {
  .button__white-line {
    height: 2px;
    position: absolute;
    right: 2%;
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 95px;
  }
}

.button__yellow-circle {
  border-color: #fff400;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button__yellow-circle.--part2 {
  background-color: #fff400;
}
@media screen and (min-width: 768px) {
  .button__yellow-circle {
    top: 47%;
    right: -2px;
    width: 51px;
    height: 51px;
  }
}

/*----------------------------------
    header
-----------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 1280px) {
  .header {
    height: 100px;
  }
}

.header__inner {
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
  height: 100%;
  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: 1280px) {
  .header__inner {
    padding-left: 16px;
    padding-right: 16px;
    width: calc(100% - 32px);
  }
}

.header__logo {
  margin-top: -4px;
}
.header__logo a {
  width: 198px;
  display: block;
}
@media screen and (min-width: 1280px) {
  .header__logo:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 1280px) {
  .header__logo {
    margin-top: 5px;
  }
  .header__logo a {
    width: 280px;
  }
}

.header-menu {
  height: 100%;
  display: none;
}
@media screen and (min-width: 1280px) {
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}

.header-list,
.header-list-button {
  height: 100%;
  display: none;
}
@media screen and (min-width: 1280px) {
  .header-list,
  .header-list-button {
    margin-left: auto;
    margin-right: auto;
    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;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .header-list:hover,
  .header-list-button:hover {
    cursor: pointer;
  }
}

@media screen and (min-width: 1280px) {
  .header-list {
    padding-top: 4px;
  }
  .header-list li:nth-child(n+2) {
    margin-left: 46px;
    position: relative;
  }
  .header-list li:nth-child(n+2)::before {
    content: "／";
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.header-item a {
  color: #1a1a1a;
}

.header__button {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header__button {
    display: inline;
  }
  .header__button a {
    color: #023e78;
    text-decoration: none;
    font-weight: 500;
    width: 174px;
    height: 66px;
    border: 1px solid #023e78;
    background: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .header__button a:hover {
    color: #ffffff;
    background-color: #023e78;
    cursor: pointer;
  }
}
@media screen and (min-width: 1280px) {
  .header__button.--blue {
    margin-left: 10px;
  }
  .header__button.--blue a {
    color: #ffffff;
    background-color: #023e78;
  }
  .header__button.--blue a:hover {
    background-color: #002a52;
    cursor: pointer;
  }
}

.drawer-icon {
  display: block;
  width: 27px;
  height: 20px;
  position: relative;
  z-index: 51;
}
@media screen and (min-width: 1280px) {
  .drawer-icon {
    display: none;
  }
  .drawer-icon:hover {
    cursor: pointer;
  }
}
.drawer-icon.js-open .drawer-icon__bar:nth-of-type(1) {
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.js-open .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.js-open .drawer-icon__bar:nth-of-type(3) {
  top: -9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 2px;
  border-radius: 6px;
  background: #023e78;
  -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-of-type(1) {
  margin-top: 2px;
}
.drawer-icon__bar:nth-of-type(2) {
  margin-top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  margin-top: 16px;
}

.drawer-menu {
  position: fixed;
  background: #023e78;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #ffffff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.drawer-menu.js-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer-menu__inner {
  padding: 0 40px;
}

.drawer-list {
  margin-top: 120px;
  position: relative;
  z-index: 100;
}

.drawer-item__link {
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 16px;
  max-width: 320px;
  padding: 18px;
  text-decoration-line: none;
  z-index: 101;
}

.drawer-list-button {
  margin-top: 100px;
  position: relative;
  z-index: 100;
}

.drawer__button--download,
.drawer__button--contact {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  max-width: 320px;
  padding: 19px 15px;
  text-align: center;
  text-decoration-line: none;
  z-index: 101;
}
@media screen and (min-width: 1280px) {
  .drawer__button--download:hover,
  .drawer__button--contact:hover {
    cursor: pointer;
  }
}

.drawer__button--download {
  margin-top: 22px;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .drawer__button--download:hover {
    background-color: #002a52;
  }
}

.drawer__button--contact {
  margin-top: 32px;
  color: #023e78;
  border: 1px solid #023e78;
  background: #fff;
}
@media screen and (min-width: 1280px) {
  .drawer__button--contact:hover {
    color: #ffffff;
    background-color: #023e78;
    cursor: pointer;
  }
}

body.no-scroll {
  overflow: hidden;
}

/*----------------------------------
    mv
-----------------------------------*/
.mv {
  padding-top: 60px;
}
@media screen and (min-width: 1280px) {
  .mv {
    padding-top: 102px;
  }
}

.mv_swiper-container {
  padding-left: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv_swiper-container {
    padding-left: 90px;
  }
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  position: relative;
}

.mv__heading {
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 10.66667vw;
  font-style: italic;
  font-weight: 500;
  position: absolute;
  bottom: 26px;
  left: 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv__heading {
    bottom: 68px;
    left: 50px;
    font-size: 4.6875vw;
  }
}

@media screen and (min-width: 768px) {
  .mv__heading-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mv__heading-second {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .mv__heading-second {
    margin-top: 16px;
  }
}

.mv__title {
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
}
.mv__title.--spacing {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .mv__title.--spacing {
    margin-top: 0;
    padding-left: 15px;
  }
}

.mv__heading-sub {
  margin-top: 17px;
  color: #fff;
  background: #023e78;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.26667vw;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .mv__heading-sub {
    margin-top: 16px;
    font-size: 1.5625vw;
  }
}

/*----------------------------------
    about
-----------------------------------*/
.about {
  margin-bottom: 60px;
  padding-top: 54px;
  padding-bottom: 35px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.6%, transparent), color-stop(19.6%, #edf3f8));
  background: linear-gradient(transparent 19.6%, #edf3f8 19.6%);
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}
@media screen and (min-width: 768px) {
  .about {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(39.3%, transparent), color-stop(39.3%, #edf3f8));
    background: linear-gradient(transparent 39.3%, #edf3f8 39.3%);
    margin-top: 30px;
    margin-bottom: 125px;
    padding-top: 120px;
    padding-bottom: 123px;
  }
}

.about__content {
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
}
@media screen and (min-width: 768px) {
  .about__content {
    padding-top: 108px;
    position: relative;
  }
}

.about__content-bg {
  height: 96.5333333333vw;
  width: 78.6666666667vw;
  content: "";
  background: url(../img/img_about_bg.png) center/cover no-repeat;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__content-bg {
    position: absolute;
    display: block;
    width: 43%;
    height: 70.3125vw;
    max-height: 800px;
    right: 0;
    top: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .about__content-bg {
    width: 39%;
  }
}
@media screen and (min-width: 768px) {
  .about__content-bg.hidden-pc {
    display: none;
  }
}

.about__inner {
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  padding-left: 20px;
  padding-right: 21px;
}
@media screen and (min-width: 768px) {
  .about__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 1280px) {
  .about__inner {
    padding-left: 90px;
    padding-right: 90px;
  }
}

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

.about__text {
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .about__text {
    margin-top: 2px;
    width: calc(36.27% - 20px);
  }
}

.about__img-wrap {
  margin-top: 30px;
  padding: 10.66667vw 0 29vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__img-wrap {
    margin-top: 0;
    padding: 0 0 0;
    width: calc(63.73% - 20px);
  }
}

.about__bottom-button {
  margin-top: 33px;
}

/*----------------------------------
    service
-----------------------------------*/
.service {
  margin-bottom: 60px;
  padding-top: 31px;
  padding-bottom: 66px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.3%, transparent), color-stop(48.3%, #edf3f8));
  background: linear-gradient(transparent 48.3%, #edf3f8 48.3%);
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}
@media screen and (min-width: 768px) {
  .service {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(53%, transparent), color-stop(53%, #edf3f8));
    background: linear-gradient(transparent 53%, #edf3f8 53%);
    margin-top: 30px;
    margin-bottom: -8px;
    padding-top: 120px;
    padding-bottom: 113px;
  }
}

.service__inner {
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .service__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 1280px) {
  .service__inner {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.service__heading {
  margin-left: -2px;
}

.service__heading__title-ja {
  margin-top: 0px;
}

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

@media screen and (min-width: 768px) {
  .service__cards {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .service__cards {
    gap: 70px;
  }
}

.service-card {
  margin: 67px 0 0 auto;
  width: 95.5223880597%;
}
.service-card:nth-of-type(2) {
  margin-top: 73px;
}
.service-card:nth-of-type(3) {
  margin-top: 74px;
}
@media screen and (min-width: 768px) {
  .service-card {
    margin: 87px 0 0 auto;
    width: 29.093%;
  }
  .service-card:nth-of-type(2) {
    margin-top: 148px;
  }
  .service-card:nth-of-type(3) {
    margin-top: 208px;
  }
}

.service-card__head {
  position: relative;
}

.service-card__number {
  position: absolute;
  top: -55px;
  right: 0;
  width: 103px;
}
.service-card__number.--second {
  top: -57px;
  right: 0;
  width: 110px;
}
.service-card__number.--third {
  top: -57px;
  right: 0;
  width: 110px;
}

.service-card__img {
  margin: 0 0 0 auto;
  min-width: 100%;
}

.service-card__title {
  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;
  position: absolute;
  bottom: 39px;
  left: -15px;
}
@media screen and (min-width: 768px) {
  .service-card__title {
    left: -32px;
    bottom: 39px;
    white-space: nowrap;
  }
}

.service-card__title-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  color: #023e78;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .service-card__title-text {
    font-size: 2.82258vw; /*28px;*/
  }
}
@media screen and (min-width: 1280px) {
  .service-card__title-text {
    font-size: 28px; /*28px;*/
  }
}

.service-card__body {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .service-card__body {
    margin-top: 7px;
  }
}

.service-card__text {
  font-weight: 500;
  line-height: 24px;
}

.service__bottom__button {
  margin-top: 35px;
}

/*----------------------------------
    case-study
-----------------------------------*/
.case-study {
  margin-top: 94px;
  padding-top: 59px;
  padding-bottom: 59px;
  background: url(../img/img_case-study__bg_SP.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .case-study {
    margin-top: 95px;
    padding-bottom: 95px;
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding-top: 111px;
    background: url(../img/img_case-study__bg_PC.png) no-repeat center center/cover;
  }
}

.case-study__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .case-study__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 1280px) {
  .case-study__inner {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.case-study__heading__title {
  color: #fff;
}

.case-study__cards {
  margin-top: 41px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 51px;
}
@media screen and (min-width: 768px) {
  .case-study__cards {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 66px 6.3636363636%;
  }
}

@media screen and (min-width: 1280px) {
  .case-study-card:hover {
    cursor: pointer;
  }
  .case-study-card:hover .case-study-card__link {
    margin-right: 1px;
  }
  .case-study-card:hover .case-study-card__link svg path {
    fill: #fff400;
  }
}

.case-study-card__name {
  margin-top: 7px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .case-study-card__name {
    margin-top: 9px;
  }
}

.case-study-card__links {
  margin-top: 9px;
  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;
}

.case-study-card__category {
  padding: 3px 15px;
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .case-study-card__category {
    font-size: 1.09375vw;
  }
}

.case-study-card__link {
  -webkit-transition: right 0.3s, fill 0.3s;
  transition: right 0.3s, fill 0.3s;
}
@media screen and (min-width: 768px) {
  .case-study-card__link {
    margin-top: 4px;
    margin-right: 7px;
  }
}

/*----------------------------------
    news
-----------------------------------*/
.news {
  padding-top: 60px;
  padding-bottom: 71px;
  margin-bottom: 133px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26.2%, transparent), color-stop(26.2%, #edf3f8));
  background: linear-gradient(transparent 26.2%, #edf3f8 26.2%);
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}
@media screen and (min-width: 768px) {
  .news {
    margin-top: 116px;
    padding-bottom: 138px;
    margin-bottom: 24px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(53.5%, transparent), color-stop(53.5%, #edf3f8));
    background: linear-gradient(transparent 53.5%, #edf3f8 53.5%);
  }
}

.news__inner {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
}
@media screen and (min-width: 768px) {
  .news__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 1280px) {
  .news__inner {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.news__heading {
  margin-left: -2px;
}

.news__articles-wrap {
  max-width: 768px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  padding: 41px 20px 40px 20px;
}
@media screen and (min-width: 768px) {
  .news__articles-wrap {
    width: min(688px, 89.5833333333%);
    margin-top: 80px;
    padding: 60px 40px 41px 40px;
  }
}

.news__article {
  padding-bottom: 31px;
  border-bottom: 1px solid #ddd;
}
.news__article:not(:first-child) {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .news__article:not(:first-child) {
    margin-top: 21px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .news__article:hover {
    cursor: pointer;
  }
}

.news__bottom__button {
  margin-top: 37px;
  margin-right: 2px;
}

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

.news-article__tag {
  color: #e61264;
  padding: 5px 19px 6px 19px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #e61264;
}
@media screen and (min-width: 768px) {
  .news-article__tag {
    font-size: 14px;
    padding: 7px 23px 7px 23px;
  }
}

.news-article__date {
  color: #888;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.news-article__body {
  margin-top: 16px;
}

.news-article__text {
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .news-article__text {
    font-size: 16px;
  }
}

/*----------------------------------
    footer
-----------------------------------*/
.footer {
  position: relative;
  z-index: 1;
}

.footer__head {
  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) {
  .footer__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__download,
.footer__contact {
  padding: 36px 40px 25px;
}
@media screen and (min-width: 768px) {
  .footer__download,
  .footer__contact {
    width: 50%;
    padding: 53px 10px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__download,
  .footer__contact {
    padding: 38px 10px 52px;
  }
}

.footer__download {
  background: url(../img/img_footer_bg1.png) no-repeat center center/cover;
}

.footer__contact {
  background: url(../img/img_footer_bg2.png) no-repeat center center/cover;
}

.footer__text-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 291px;
}
@media screen and (min-width: 768px) {
  .footer__text-wrap {
    max-width: 363px;
  }
}

.footer__text-en {
  color: #fff;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-size: min(40px, 10.6666666667vw);
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer__text-en {
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__text-en {
    font-size: 60px;
  }
}

.footer__text-ja {
  margin-top: -7px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(16px, 4.2666666667vw);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer__text-ja {
    margin-top: -8px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__text-ja {
    margin-top: -15px;
    font-size: 16px;
  }
}

.footer__button {
  margin-top: 38px;
  text-align: center;
}
.footer__button a {
  width: 100%;
  max-width: 295px;
  height: 73px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff400;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  border: 2px solid #fff400;
  position: relative;
  -webkit-transition: color 0.3s background-color 0.3s;
  transition: color 0.3s background-color 0.3s;
}
.footer__button a::after {
  content: "";
  background: url(../img/img_footer_arrow01.svg) no-repeat center center/contain;
  position: absolute;
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media screen and (min-width: 1280px) {
  .footer__button a:hover {
    color: #1a1a1a;
    background: #fff400;
  }
  .footer__button a:hover::after {
    background: url(../img/img_footer_arrow02.svg) no-repeat center center/contain;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer__button {
    margin-top: 37px;
  }
  .footer__button a {
    max-width: 309px;
    height: 92px;
    font-size: 24px;
    border: 3px solid #fff400;
  }
  .footer__button a::after {
    right: 29px;
  }
}

.footer__body {
  padding-top: 77px;
  padding-bottom: 13px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .footer__body {
    padding-top: 126px;
    padding-bottom: 17px;
  }
}

.footer__logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    max-width: 363px;
    margin-bottom: 29px;
    margin-left: 0;
    margin-right: 0px;
  }
}

.footer__text {
  margin-left: 29px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .footer__text {
    margin-left: 65px;
  }
}

.footer__copyright {
  margin-top: 38px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 76px;
    font-size: 14px;
  }
}

.footer__pagetop {
  z-index: 100;
  position: absolute;
  bottom: 22px;
  right: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  width: min(25%, 40px);
  height: 40px;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 768px) {
  .footer__pagetop {
    bottom: 40px;
    right: 20px;
  }
}

/*----------------------------------
    mv-lower
-----------------------------------*/
.mv-lower {
  position: relative;
  margin-top: 59px;
}
.mv-lower::after {
  background: rgba(26, 26, 26, 0.2);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .mv-lower {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .mv-lower {
    margin-top: 100px;
  }
}

.mv-lower__bg {
  position: relative;
  width: 100%;
  height: 250px;
  background: url(../img/img_mv-lower_bg_SP.png) no-repeat center center/cover;
}
.mv-lower__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 165px;
  height: 250px;
  background: url(../img/img_mv-lower_bg2_SP.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .mv-lower__bg {
    background: url(../img/img_mv-lower_bg_PC.png) no-repeat center center/cover;
  }
  .mv-lower__bg::before {
    background: url(../img/img_mv-lower_bg2_PC.png) no-repeat center center/cover;
    width: 365.654px;
  }
}
.mv-lower__bg.--service {
  background: url(../img/img_mv-service_bg_SP.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .mv-lower__bg.--service {
    background: url(../img/img_mv-service_bg_PC.png) no-repeat center center/cover;
  }
}
.mv-lower__bg.--news {
  background: url(../img/img_mv-news_bg_SP.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .mv-lower__bg.--news {
    background: url(../img/img_mv-news_bg_PC.png) no-repeat center center/cover;
  }
}
.mv-lower__bg.--download {
  background: url(../img/img_mv-download_bg_SP.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .mv-lower__bg.--download {
    background: url(../img/img_mv-download_bg_PC.png) no-repeat center center/cover;
  }
}
.mv-lower__bg.--contact {
  background: url(../img/img_mv-contact_bg_SP.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .mv-lower__bg.--contact {
    background: url(../img/img_mv-contact_bg_PC.png) no-repeat center center/cover;
  }
}

.mv-lower__inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv-lower__inner {
    top: 50%;
    left: 17.3%;
  }
}

.mv-lower__title-en-wrap {
  background: #fff;
}

.mv-lower__title-en {
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .mv-lower__title-en {
    font-size: 60px;
  }
}

.mv-lower__title-ja-wrap {
  margin-top: 8px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mv-lower__title-ja {
  color: #023e78;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .mv-lower__title-ja {
    font-size: 20px;
  }
}

/*----------------------------------
    message
-----------------------------------*/
.message {
  margin-top: 59px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .message {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .message {
    margin-top: 98px;
    padding-bottom: 122px;
  }
}

.message__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .message__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 1280px) {
  .message__inner {
    padding-left: 110px;
    padding-right: 110px;
  }
}

.message-item__bg {
  height: 260px;
  margin: 0 calc(50% - 50vw);
  padding: 20px 20px 0;
}
.message-item__bg.--01 {
  background: url(../img/img_message_bg01_SP.png) no-repeat center center/cover;
}
.message-item__bg.--02 {
  margin-top: 60px;
  background: url(../img/img_message_bg02_SP.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .message-item__bg {
    margin: 0px;
    width: auto;
    height: 353px;
  }
  .message-item__bg.--01 {
    background: url(../img/img_message_bg01_PC.png) no-repeat center center/cover;
  }
  .message-item__bg.--02 {
    margin-top: 120px;
    background: url(../img/img_message_bg02_PC.png) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1280px) {
  .message-item__bg {
    margin: -20px;
    width: 100%;
    height: 332px;
  }
  .message-item__bg.--02 {
    margin-top: 121px;
  }
}

.message-item__bg-en {
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.22;
}
@media screen and (min-width: 768px) {
  .message-item__bg-en {
    font-size: 100px;
    line-height: 1.21;
  }
}

.message-item__bg-ja {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .message-item__bg-ja {
    font-size: 24px;
    margin-top: 5px;
  }
}

.message-item__box {
  background: #fff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  margin-top: -40px;
  padding: 20px 20px 18px;
}
@media screen and (min-width: 768px) {
  .message-item__box {
    margin-top: -58px;
    margin-left: auto;
    margin-right: auto;
    max-width: 688px;
    padding: 31px 40px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .message-item__box {
    max-width: 605px;
    margin-top: -59px;
  }
}

.message-item__box-title {
  color: #023e78;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .message-item__box-title {
    font-size: 24px;
  }
}

.message-item__box-text {
  margin-top: 19px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .message-item__box-text {
    margin-top: 20px;
    margin-top: 31px;
  }
}
@media screen and (min-width: 1280px) {
  .message-item__box-text {
    font-size: 14px;
  }
}

/*----------------------------------
    profile
-----------------------------------*/
.profile {
  background: url(../img/img_case-study__bg_SP.png) no-repeat center center/cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .profile {
    background: url(../img/img_case-study__bg_PC.png) no-repeat center center/cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.profile__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .profile__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1180px;
  }
}

.profile__wrap {
  background: #fff;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .profile__wrap {
    margin-left: auto;
    margin-right: auto;
    padding: 60px 40px 78px;
    max-width: 688px;
  }
}

.profile__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.profile__table-wrap {
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .profile__table-wrap {
    margin-top: 60px;
  }
}

.profile__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  height: 452px;
}
@media screen and (min-width: 768px) {
  .profile__table {
    height: 583px;
  }
}
.profile__table tr:nth-of-type(1), .profile__table tr:nth-of-type(3), .profile__table tr:nth-of-type(5), .profile__table tr:nth-of-type(6) {
  height: 53px;
}
.profile__table tr:nth-of-type(2) {
  height: 94px;
}
.profile__table tr:nth-of-type(4), .profile__table tr:nth-of-type(7) {
  height: 73px;
}
@media screen and (min-width: 768px) {
  .profile__table tr:nth-of-type(1), .profile__table tr:nth-of-type(3), .profile__table tr:nth-of-type(5), .profile__table tr:nth-of-type(6), .profile__table tr:nth-of-type(7) {
    height: 73px;
  }
  .profile__table tr:nth-of-type(2) {
    height: 121px;
  }
  .profile__table tr:nth-of-type(4) {
    height: 97px;
  }
}
.profile__table th,
.profile__table td {
  font-weight: 500;
  line-height: normal;
  vertical-align: middle;
  -moz-text-align-last: left;
       text-align-last: left;
}
.profile__table th:nth-child(1),
.profile__table td:nth-child(1) {
  width: 33.9%;
}
@media screen and (min-width: 768px) {
  .profile__table th,
  .profile__table td {
    font-size: 16px;
  }
  .profile__table th:nth-child(1),
  .profile__table td:nth-child(1) {
    width: 29.07%;
  }
}
@media screen and (min-width: 1280px) {
  .profile__table th:nth-child(1),
  .profile__table td:nth-child(1) {
    width: 168px;
  }
}
.profile__table th {
  border-bottom: 1px solid #023e78;
}
.profile__table th:first-of-type {
  border-top: 1px solid #023e78;
}
@media screen and (min-width: 768px) {
  .profile__table th {
    padding-left: 32px;
  }
}
.profile__table td {
  padding-left: 24px;
  word-break: break-all;
  border-bottom: 1px solid #E8EAEC;
}
.profile__table td:first-of-type {
  border-top: 1px solid #E8EAEC;
}
@media screen and (min-width: 768px) {
  .profile__table td {
    padding-left: 36px;
  }
}

.profile__table-list {
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .profile__table-list {
    font-size: 16px;
    line-height: 24px;
  }
}

/*----------------------------------
    staff
-----------------------------------*/
.staff {
  padding-top: 60px;
  padding-bottom: 97px;
  margin-bottom: 54px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45.7%, transparent), color-stop(45.7%, #edf3f8));
  background: linear-gradient(transparent 45.7%, #edf3f8 45.7%);
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}
@media screen and (min-width: 768px) {
  .staff {
    padding-top: 120px;
    padding-bottom: 158px;
    margin-bottom: 31px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60.3%, transparent), color-stop(60.3%, #edf3f8));
    background: linear-gradient(transparent 60.3%, #edf3f8 60.3%);
  }
}
@media screen and (min-width: 1280px) {
  .staff {
    padding-top: 122px;
    padding-bottom: 150px;
    margin-bottom: 28px;
  }
}

.staff__inner {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
}

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

.staff__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

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

.staff__card:not(:first-of-type) {
  margin-top: 58px;
}
@media screen and (min-width: 768px) {
  .staff__card:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .staff__card:not(:first-of-type) {
    margin-top: 54px;
  }
}

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

.staff-card__img {
  margin: 0 48px;
}
@media screen and (min-width: 768px) {
  .staff-card__img {
    margin: 0;
  }
}

.staff-card__body {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .staff-card__body {
    margin-top: 0;
    width: 118%;
  }
}

.staff-card__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.staff-card__post {
  font-weight: 700;
  line-height: normal;
}

.staff-card__name {
  text-align: center;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.staff-card__text {
  margin-top: 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .staff-card__text {
    margin-top: 30px;
  }
}

.staff-card__sns {
  margin-top: 20px;
  margin-left: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 29px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .staff-card__sns {
    margin-top: 32px;
  }
}

.staff-card__twitter {
  width: 28.8px;
}

.staff-card__facebook {
  width: 28px;
}

.staff-card__instagram {
  width: 24px;
}

/*----------------------------------
    program
-----------------------------------*/
.program {
  margin-top: 58px;
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .program {
    margin-top: 78px;
    margin-bottom: 153px;
  }
}

.program__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .program__inner {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
  }
}

.program__heading {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 768px) {
  .program__heading {
    font-size: 28px;
    line-height: 40px;
  }
}

.program__items {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .program__items {
    margin-top: 138px;
  }
}

.program__item {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .program__item {
    max-width: 1260px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .program__item {
    padding: 0 50px;
  }
}
.program__item.--02 {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #edf3f8));
  background: linear-gradient(transparent 0%, #edf3f8 0%);
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
  margin: 69px 0 80px;
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .program__item.--02 {
    max-width: 100vw;
    margin: 191px 0 178px;
    padding: 125px 0 76px;
  }
}

.program-item__inner {
  margin-top: -60px;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .program-item__inner {
    padding-top: 57px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    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;
  }
}
.program-item__inner.--02 {
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) {
  .program-item__inner.--02 {
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    max-width: 1260px;
  }
}
@media screen and (min-width: 768px) {
  .program-item__inner.--03 {
    padding-top: 60px;
  }
}

.program-item__bg {
  display: block;
  width: 50.13333vw;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .program-item__bg {
    margin: 60px 0 0;
    margin-left: 0;
    max-width: 560px;
    width: 54.46%;
  }
}
@media screen and (min-width: 1280px) {
  .program-item__bg {
    width: 47.46%;
  }
}
.program-item__bg.--02 {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .program-item__bg.--02 {
    margin-right: -5px;
    margin-left: auto;
    width: 75.57%;
  }
}
@media screen and (min-width: 1280px) {
  .program-item__bg.--02 {
    margin-right: 41px;
    width: 47.46%;
  }
}
@media screen and (min-width: 768px) {
  .program-item__bg.--03 {
    margin: 65px 0 0;
  }
}

.program-item__wrap {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  margin: 0 20px;
  margin-top: -40vw;
  padding: 42px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .program-item__wrap {
    margin: 0;
    max-width: 590px;
    padding: 82px 30px 60px;
    -webkit-transform: translateX(27px);
            transform: translateX(27px);
    width: 70%;
  }
}
@media screen and (min-width: 1280px) {
  .program-item__wrap {
    max-width: 507px;
    padding: 82px 40px 60px;
    -webkit-transform: translateX(57px);
            transform: translateX(57px);
  }
}
@media screen and (min-width: 768px) {
  .program-item__wrap.--02 {
    padding: 76px 33px 60px 28px;
    -webkit-transform: translateX(-23px);
            transform: translateX(-23px);
    width: 95.56%;
  }
}
@media screen and (min-width: 1280px) {
  .program-item__wrap.--02 {
    padding: 76px 43px 60px 38px;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .program-item__wrap.--03 {
    padding: 78px 30px 60px;
  }
}
@media screen and (min-width: 1280px) {
  .program-item__wrap.--03 {
    padding: 78px 40px 60px;
  }
}

.program-item__number {
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  color: #023e78;
  font-size: 70px;
  line-height: 1;
  position: absolute;
  top: -36px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .program-item__number {
    font-size: 100px;
    top: -46px;
    left: 58px;
  }
}
.program-item__number.--02 {
  right: 20px;
  left: auto;
}
@media screen and (min-width: 768px) {
  .program-item__number.--02 {
    right: 44px;
    top: -52px;
  }
}
@media screen and (min-width: 768px) {
  .program-item__number.--03 {
    top: -50px;
  }
}

.program-item__head {
  position: relative;
}

.program-item__head-ja {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.28;
}
@media screen and (min-width: 768px) {
  .program-item__head-ja {
    font-size: 40px;
  }
}

.program-item__head-en {
  margin-top: 5px;
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .program-item__head-en {
    margin-top: 3px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .program-item__head-en.--02 {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .program-item__head-en.--03 {
    margin-top: 5px;
  }
}

.program-item__body {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .program-item__body {
    margin-top: 59px;
  }
}

.program-item__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.program-item__table-wrap {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .program-item__table-wrap {
    margin-top: 58px;
  }
}
@media screen and (min-width: 768px) {
  .program-item__table-wrap.--03 {
    margin-top: 59px;
  }
}

.program-item__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  height: 146px;
}
@media screen and (min-width: 768px) {
  .program-item__table {
    height: 166px;
  }
}
.program-item__table tr {
  border-bottom: 1px solid #ccc;
}
.program-item__table tr:first-of-type {
  border-top: 1px solid #ccc;
}
.program-item__table tr:nth-of-type(1) {
  height: 85px;
}
.program-item__table tr:nth-of-type(2) {
  height: 61px;
}
@media screen and (min-width: 768px) {
  .program-item__table tr:nth-of-type(1) {
    height: 84px;
  }
  .program-item__table tr:nth-of-type(2) {
    height: 85px;
  }
}
@media screen and (min-width: 768px) {
  .program-item__table.--03 tr:nth-of-type(2) {
    height: 82px;
  }
}
.program-item__table th,
.program-item__table td {
  font-weight: 500;
  line-height: 1.8;
  vertical-align: middle;
  text-align: left;
}
.program-item__table th:nth-child(1),
.program-item__table td:nth-child(1) {
  width: 80px;
}

.program-item__button {
  margin-top: 32px;
  border: 1px solid #023e78;
  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;
}
.program-item__button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 295px;
  height: 70px;
  color: #023e78;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.program-item__button a svg {
  width: 18px;
  height: auto;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}
@media screen and (min-width: 1280px) {
  .program-item__button a:hover {
    cursor: pointer;
    color: #fff;
    background: #023e78;
  }
  .program-item__button a:hover svg {
    right: 9px;
  }
  .program-item__button a:hover svg path {
    fill: #fff;
  }
}
@media screen and (min-width: 768px) {
  .program-item__button {
    margin-top: 60px;
    width: 300px;
  }
  .program-item__button a {
    width: 100%;
    font-size: 16px;
  }
  .program-item__button a svg {
    width: 20px;
    right: 20px;
  }
}

/*----------------------------------
    flow
-----------------------------------*/
.flow {
  padding-top: 59px;
  padding-bottom: 60px;
  background: url(../img/img_flow_bg_SP.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-top: 80px;
    padding-bottom: 119px;
    background: url(../img/img_flow_bg_PC.png) no-repeat center center/cover;
  }
}

.flow__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 1280px) {
  .flow__inner {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.flow__heading {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.flow__steps-wrap {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .flow__steps-wrap {
    margin-top: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  .flow__steps-wrap {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .flow__step {
    width: 25%;
  }
}

.flow-step__inner {
  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;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .flow-step__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1px;
  }
}

.flow-step__head {
  color: #fff400;
  line-height: 1;
  white-space: nowrap;
  width: 43px;
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  .flow-step__head {
    margin-right: auto;
    padding-top: 4px;
    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: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 7px;
    width: 94px;
  }
}

.flow-step__head-text,
.flow-step__head-number {
  color: #fff400;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .flow-step__head-text,
  .flow-step__head-number {
    padding-left: 0;
  }
}

.flow-step__head-text {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .flow-step__head-text {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .flow-step__head-text {
    font-size: 20px;
  }
}

.flow-step__head-number {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .flow-step__head-number {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .flow-step__head-number {
    font-size: 40px;
  }
}

.flow-step__body {
  max-width: 480px;
  width: 73.33333vw;
  padding: 40px 20px 20px 20px;
  margin-left: 17px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow-step__body {
    width: auto;
    padding: 3.4375vw 1.95312vw 1.64062vw 3.35938vw;
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .flow-step__body {
    padding: 44px 25px 21px 43px;
  }
}
.flow-step__body.--01 {
  padding-top: 22px;
  color: #edf3f8;
  background: #edf3f8;
}
@media screen and (min-width: 768px) {
  .flow-step__body.--01 {
    padding-top: min(46px, 3.4375vw);
  }
}
@media screen and (min-width: 1280px) {
  .flow-step__body.--01 {
    padding-top: 48px;
  }
}
.flow-step__body.--02 {
  color: #dde8f0;
  background: #dde8f0;
}
.flow-step__body.--03 {
  color: #c7dbe9;
  background: #c7dbe9;
}
.flow-step__body.--04 {
  color: #b0d0e5;
  background: #b0d0e5;
}
.flow-step__body.--01::after, .flow-step__body.--02::after, .flow-step__body.--03::after {
  position: absolute;
  content: "";
  bottom: -26px;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: currentColor transparent transparent transparent;
  border-width: 26px 36.66667vw 0 36.66667vw;
  z-index: 1;
}
@media screen and (min-width: 650px) {
  .flow-step__body.--01::after, .flow-step__body.--02::after, .flow-step__body.--03::after {
    border-width: 26px 240px 0 240px;
  }
}
@media screen and (min-width: 768px) {
  .flow-step__body.--01::after, .flow-step__body.--02::after, .flow-step__body.--03::after {
    border-color: transparent transparent transparent currentColor;
    border-width: 8.16406vw 0 8.16406vw 20px;
    left: auto;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .flow-step__body.--01::after, .flow-step__body.--02::after, .flow-step__body.--03::after {
    right: -19px;
    border-width: 104.5px 0 104.5px 20px;
  }
}
@media screen and (min-width: 768px) {
  .flow-step__body.--02, .flow-step__body.--03, .flow-step__body.--04 {
    padding-left: 3.90625vw;
    padding-top: 3.4375vw;
  }
}
@media screen and (min-width: 1280px) {
  .flow-step__body.--02, .flow-step__body.--03, .flow-step__body.--04 {
    padding-left: 50px;
    padding-top: 48px;
  }
}

.flow-step__body-title {
  color: #023e78;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .flow-step__body-title {
    font-size: 1.5625vw;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .flow-step__body-title {
    font-size: 20px;
  }
}

.flow-step__body-text,
.flow-step__body-red {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .flow-step__body-text,
  .flow-step__body-red {
    font-size: 1.09375vw;
    line-height: 1.72;
  }
}
@media screen and (min-width: 1280px) {
  .flow-step__body-text,
  .flow-step__body-red {
    font-size: 14px;
  }
}

.flow-step__body-text {
  margin-top: 7px;
  color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .flow-step__body-text {
    margin-top: 1.17188vw;
  }
}

.flow-step__body-red {
  color: #e61264;
}

/*----------------------------------
    qa
-----------------------------------*/
.qa {
  padding-top: 60px;
  padding-bottom: 102px;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-top: 160px;
    padding-bottom: 161px;
  }
}

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

.qa__heading {
  color: #1a1a1a;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.qa__menu-wrap {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .qa__menu-wrap {
    margin: 60px auto 0;
    max-width: 688px;
  }
}

.qa__menu {
  border-bottom: 1px solid #ddd;
}

.qa__question {
  padding-top: 16px;
  padding-bottom: 16.2px;
  padding-right: 65px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa__question {
    padding-top: 32px;
    padding-bottom: 31px;
    padding-right: 76px;
  }
}
.qa__question::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 17px;
  width: 3px;
  height: 21px;
  background: #1a1a1a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  margin-bottom: auto;
}
@media screen and (min-width: 768px) {
  .qa__question::before {
    right: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.qa__question::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 8px;
  width: 21px;
  height: 3px;
  background: #1a1a1a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: auto;
}
@media screen and (min-width: 768px) {
  .qa__question::after {
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.qa__question-text {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .qa__question-text {
    font-size: 20px;
  }
}

.qa__answer {
  display: none;
  padding-top: 5px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .qa__answer {
    margin-top: -2px;
    padding-top: 0px;
    padding-left: 40px;
    padding-bottom: 30px;
    padding-right: 60px;
  }
}

.qa__question.js-open::before {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
  background: #e61264;
}
@media screen and (min-width: 768px) {
  .qa__question.js-open::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}

.qa__question.js-open::after {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
  background: #e61264;
}
@media screen and (min-width: 768px) {
  .qa__question.js-open::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}

.qa__question.js-open .qa__question-text {
  color: #e61264;
}

.qa__answer-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

/*----------------------------------
    entry
-----------------------------------*/
#content {
  padding-top: 58px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  #content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 110px;
    padding-bottom: 160px;
    max-width: 1180px;
  }
}
@media screen and (min-width: 1280px) {
  #content {
    padding-top: 78px;
    padding-bottom: 161px;
  }
}

#content > .inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #content > .inner {
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

#primary {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #primary {
    width: calc(70.9090909091% - 20px);
    margin-left: auto;
  }
}

.entry-title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .entry-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.entries {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .entries {
    margin-top: 25px;
    gap: 40px;
  }
}

.entry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 768px) {
  .entry-item {
    gap: 20px;
  }
}

.entry-item-img {
  width: 35.8208955224%;
  min-height: 90px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .entry-item-img {
    width: 32.8947368421%;
    max-height: 156px;
    max-width: 250px;
  }
}
.entry-item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.entry-item-body {
  width: 60.5970149254%;
}
@media screen and (min-width: 768px) {
  .entry-item-body {
    width: 64.4736842105%;
    max-width: 490px;
  }
}

.entry-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .entry-item-meta {
    margin-top: 13px;
  }
}

.entry-item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .entry-item-tags {
    gap: 10px;
  }
}

.entry-item-tag {
  padding: 1px 12px;
  font-size: 12px;
  color: #e61264;
  border: 1px solid #e61264;
}
@media screen and (min-width: 768px) {
  .entry-item-tag {
    padding: 5px 24px;
    font-size: 14px;
  }
}

.entry-item-category {
  padding: 4px 11px 4px 11px;
  color: #e61264;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #e61264;
}
@media screen and (min-width: 768px) {
  .entry-item-category {
    font-size: 14px;
  }
}

.entry-item-new {
  color: #e61264;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .entry-item-new {
    font-size: 16px;
  }
}

.entry-item-published {
  margin-left: 15px;
  color: #888;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.entry-item-title {
  color: #1A1A1A;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.43;
}
@media screen and (min-width: 768px) {
  .entry-item-title {
    margin-top: 17px;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
  }
}

/*----------------------------------
    pagination
-----------------------------------*/
.pagination {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 61px;
    gap: 8px;
  }
}
.pagination.--single {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination .current {
  background-color: #023e78;
  color: white;
}

.page-numbers {
  background: #f8f8f8;
  width: 40px;
  height: 40px;
  color: #888;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 3.1;
  }
}
@media screen and (min-width: 1280px) {
  .page-numbers:hover {
    background: #023e78;
    color: #fff;
  }
  .page-numbers:hover .fas svg path {
    background: #023e78;
    fill: #ffffff;
  }
}

@media screen and (min-width: 1280px) {
  .fas:hover svg path {
    background: #023e78;
    fill: #ffffff;
  }
}

/*----------------------------------
    navigation
-----------------------------------*/
.nav-links {
  margin-top: 40px;
  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) {
  .nav-links {
    margin-top: 41px;
    margin-bottom: 16px;
  }
}

.nav-previous a,
.nav-next a {
  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;
  width: 111px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #023E78;
  color: #023E78;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .nav-previous a:hover,
  .nav-next a:hover {
    color: #fff;
    background-color: #023E78;
  }
}

/*----------------------------------
    secondary
-----------------------------------*/
#secondary {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  #secondary {
    margin-top: 0;
    width: calc(29.0909090909% - 20px);
    margin-right: auto;
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  #secondary {
    gap: 73px;
  }
}

/*----------------------------------
    widget
-----------------------------------*/
.widget_category {
  margin-top: 54px;
}
@media screen and (min-width: 768px) {
  .widget_category {
    margin-top: 73px;
  }
}

.widget-title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.wpost-items {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .wpost-items {
    margin-top: 16px;
    gap: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .wpost-items {
    gap: 10px;
  }
}

.wpost-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 768px) {
  .wpost-item {
    gap: 10px;
  }
}

.wpost-item-img {
  width: 35.8208955224%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wpost-item-img {
    width: 33.3333333333%;
  }
}
.wpost-item-img img {
  height: 24vw;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .wpost-item-img img {
    height: 7.8125vw;
    max-height: 100px;
  }
}

.wpost-item-body {
  width: 60.5970149254%;
}
@media screen and (min-width: 768px) {
  .wpost-item-body {
    margin-top: 3px;
    width: 63.3333333333%;
  }
}

.wpost-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wpost-item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .wpost-item-tag {
    gap: 12px;
  }
}

.wpost-item-category {
  padding: 3px 11px 3px 11px;
  color: #e61264;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #e61264;
  white-space: nowrap;
}

.wpost-item-new {
  margin-top: 3px;
  color: #e61264;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .wpost-item-new {
    display: none;
  }
}

.wpost-item-published {
  margin-left: 15px;
  color: #888;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .wpost-item-published {
    margin-left: 12px;
  }
}

.wpost-item-excerpt {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.wpost-item-excerpt p a {
  color: #1A1A1A;
}
@media screen and (min-width: 768px) {
  .wpost-item-excerpt {
    margin-top: 8px;
  }
}

.widget-lists {
  margin-top: 16px;
}

.widget-list {
  border-top: 1px solid #ddd;
  padding: 15px 40px 14px;
  position: relative;
}
.widget-list:last-child {
  border-bottom: 1px solid #ddd;
}
.widget-list a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  color: #1a1a1a;
}
.widget-list a::before {
  background: url(../img/img_entry_arrow_right_sp.svg) no-repeat center center/cover;
  content: "";
  height: 16.026px;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.424px;
}

/*----------------------------------
    single
-----------------------------------*/
.single-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-category {
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #e61264;
}
.single-category a {
  color: #e61264;
}
@media screen and (min-width: 768px) {
  .single-category {
    padding: 8px 23px;
    font-size: 14px;
  }
}

.single-published {
  color: #888;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .single-published {
    padding-right: 10px;
    padding-bottom: 0;
  }
}

.single-head {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .single-head {
    margin-top: 22px;
    font-size: 24px;
    line-height: 1.32;
  }
}

.single-img {
  display: block;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .single-img {
    margin-top: 42px;
  }
}
.single-img img {
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  height: 55.73333vw;
}
@media screen and (min-width: 768px) {
  .single-img img {
    height: 37.10938vw;
    max-height: 475px;
  }
}

.single-title,
.single-content {
  font-weight: 700;
  line-height: normal;
}
.single-title h2, .single-title.--01,
.single-content h2,
.single-content.--01 {
  color: #023e78;
  margin-top: 35px;
  padding: 7px 10px 10px 20px;
  background: #f8f8f8;
  font-size: 20px;
  border-left: 6px solid #023e78;
}
@media screen and (min-width: 768px) {
  .single-title h2, .single-title.--01,
  .single-content h2,
  .single-content.--01 {
    margin-top: 33px;
    padding: 7px 10px 10px 20px;
  }
}
.single-title h3, .single-title.--02,
.single-content h3,
.single-content.--02 {
  color: #023e78;
  margin-top: 40px;
  padding-bottom: 6px;
  font-size: 18px;
  border-bottom: 1px solid #023e78;
}
@media screen and (min-width: 768px) {
  .single-title h3, .single-title.--02,
  .single-content h3,
  .single-content.--02 {
    margin-top: 38px;
    padding-bottom: 6px;
  }
}
.single-title h4, .single-title.--03,
.single-content h4,
.single-content.--03 {
  color: #023e78;
  margin-top: 39px;
  margin-bottom: -2px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .single-title h4, .single-title.--03,
  .single-content h4,
  .single-content.--03 {
    margin-bottom: -4px;
  }
}

.single-text,
.single-content p {
  margin-top: 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .single-text,
  .single-content p {
    margin-top: 18px;
  }
}
.single-text.--02,
.single-content p.--02 {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .single-text.--02,
  .single-content p.--02 {
    margin-top: 19px;
  }
}
.single-text.--03,
.single-content p.--03 {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .single-text.--03,
  .single-content p.--03 {
    margin-top: 14px;
  }
}
.single-text.--04,
.single-content p.--04 {
  margin-top: 0px;
}

.single-list,
.single-content ul {
  margin-top: 32px;
}
.single-list li,
.single-content ul li {
  margin-left: 14px;
  padding-top: 7px;
  padding-bottom: 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
.single-list li::before,
.single-content ul li::before {
  position: absolute;
  content: "・";
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -14px;
}
@media screen and (min-width: 768px) {
  .single-list li,
  .single-content ul li {
    margin-left: 56px;
    padding-top: 6px;
    padding-bottom: 10px;
  }
  .single-list li::before,
  .single-content ul li::before {
    top: 50%;
    left: -16px;
  }
}

.single-quote,
.single-content blockquote {
  margin-top: 43px;
  padding: 31px 32px 30px 28px;
  background: #f8f8f8;
  border-left: 4px solid #023e78;
  position: relative;
}
.single-quote p,
.single-content blockquote p {
  position: relative;
  margin-top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .single-quote,
  .single-content blockquote {
    padding: 33px 32px 33px 32px;
    margin: 30px 75px 40px 40px;
  }
}
.single-quote::before,
.single-content blockquote::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 47px;
  background: url(../img/img_single_quote.png) no-repeat center center/cover;
  top: 15px;
  left: 21px;
}
@media screen and (min-width: 768px) {
  .single-quote::before,
  .single-content blockquote::before {
    width: 60px;
    height: 45px;
    top: 15px;
    left: 18px;
  }
}

.single-sentence {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.page-link {
  border: 1px solid #023e78;
  border-radius: 4px;
  color: #023e78;
  display: block;
  padding: 5px 15px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 1280px) {
  .page-link:hover {
    color: #fff;
    background-color: #023e78;
  }
}

/*----------------------------------
    case
-----------------------------------*/
.case {
  padding-top: 57px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .case {
    padding-top: 78px;
    padding-bottom: 160px;
  }
}

.case__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .case__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1100px;
  }
}

.case__nav-lists {
  margin-left: auto;
  margin-right: auto;
  width: 87%;
  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: 768px) {
  .case__nav-lists {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
  }
}

.case__nav-link {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 4px;
  background: #eee;
  color: #1a1a1a;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .case__nav-link {
    width: 208px;
  }
}

.case__title {
  margin-top: 60px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 10px;
  border-left: 8px solid #023e78;
}
@media screen and (min-width: 992px) {
  .case__title {
    margin-top: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.case__title-ja {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .case__title-ja {
    font-size: 28px;
  }
}

.case__title-en {
  margin-top: 1px;
  margin-left: 3px;
  color: #023e78;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .case__title-en {
    margin-top: 0;
    margin-left: 0;
    font-size: 16px;
  }
}

.case__items {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 53.5px;
}
@media screen and (min-width: 992px) {
  .case__items {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 67px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 66px 7.2727272727%;
  }
}

.case__item {
  border-radius: 12px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 992px) {
  .case__item {
    width: 100%;
  }
}

.case__item-head {
  background: #023e78;
  border-radius: 12px 12px 0 0;
  padding: 7px 10px 7px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 992px) {
  .case__item-head {
    padding: 16px 20px 15px 40px;
  }
}

.case__heading {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .case__heading {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.case__business {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (min-width: 992px) {
  .case__business {
    font-size: 14px;
    line-height: 1.72;
  }
}

.case__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.72;
}
@media screen and (min-width: 992px) {
  .case__name {
    margin-top: 6px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 16px;
  }
}

.case__name-company {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .case__name-company {
    font-size: 24px;
  }
}

.case__name-mr {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .case__name-mr {
    font-size: 16px;
  }
}

.case__img {
  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;
  width: 105px;
  height: 67.5px;
  overflow: hidden;
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  z-index: 1;
  overflow: visible;
}
@media screen and (min-width: 992px) {
  .case__img {
    width: 187px;
  }
}

.case__item-body {
  padding: 20px 20px 17px 20px;
  border-radius: 0 0 12px 12px;
}
@media screen and (min-width: 992px) {
  .case__item-body {
    padding: 43px 40px 38px 40px;
    max-width: 430px;
  }
}

.case__course-name {
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #ddd;
}
.case__course-name span {
  margin-left: 7px;
}
@media screen and (min-width: 992px) {
  .case__course-name span {
    margin-left: 10px;
  }
}

.case__lists {
  margin-top: 23px;
  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: 992px) {
  .case__lists {
    margin-top: 35px;
  }
}

.case__list-title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-left: 25px;
}
.case__list-title::before {
  content: "";
  position: absolute;
  width: 15.516px;
  height: 15.516px;
  background: url(../img/img_case_check.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 992px) {
  .case__list-title {
    font-size: 18px;
    padding-left: 30px;
  }
  .case__list-title::before {
    width: 20px;
    height: 20px;
  }
}

.case__list-text {
  margin-top: 7px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.case__button {
  margin-top: 40px;
  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;
}
.case__button a {
  border: 1px solid #023e78;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 295px;
  height: 70px;
  color: #023e78;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case__button a svg {
  width: 18px;
  height: auto;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}
@media screen and (min-width: 992px) {
  .case__button a:hover {
    cursor: pointer;
    color: #fff;
    background: #023e78;
  }
  .case__button a:hover svg {
    right: 9px;
  }
  .case__button a:hover svg path {
    fill: #fff;
  }
}
@media screen and (min-width: 1280px) {
  .case__button {
    margin-top: 60px;
  }
  .case__button a {
    width: auto;
    padding: 0 80px;
    font-size: 16px;
  }
  .case__button a svg {
    right: 25px;
  }
}

/*----------------------------------
    download
-----------------------------------*/
.download {
  padding-top: 58px;
  padding-bottom: 99px;
}
@media screen and (min-width: 768px) {
  .download {
    padding-top: 77px;
    padding-bottom: 120px;
  }
}

.download__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .download__inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1180px;
  }
}

.download__content {
  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) {
  .download__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 39px;
  }
}

@media screen and (min-width: 768px) {
  .download__document {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: min(510px, 50% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
            flex: 0 0 calc(50% - 40px);
  }
}

.download__document-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media screen and (min-width: 768px) {
  .download__document-title {
    font-size: 28px;
    line-height: 40px;
  }
}

.download__document-textbook {
  margin: 40px 30px 0;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
}
.download__document-textbook img {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .download__document-textbook {
    margin-top: 41px;
    margin-left: auto;
    margin-right: auto;
    max-width: 275px;
  }
}

.download__document-text {
  margin-top: 38px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .download__document-text {
    margin-top: 37px;
  }
}

.download__forms {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 60px;
  padding: 40px 20px;
  border-radius: 12px;
  background: #edf3f8;
}
@media screen and (min-width: 768px) {
  .download__forms {
    max-width: min(550px, 50%);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-top: 1px;
    margin-left: -4px;
    padding: 40px;
  }
}

.download__forms-title {
  margin-bottom: 38px;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .download__forms-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.download-form {
  margin-top: 40px;
  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: 768px) {
  .download-form {
    gap: 32px;
  }
}

.download-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download-form__row.ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.download-form__row.ai-start .head {
  margin-top: 10px;
}
.download-form__row.--checkbox {
  padding-top: 24px;
  padding-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .download-form__row.--checkbox {
    padding-top: 8px;
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 768px) {
  .download-form__row {
    gap: 13px;
  }
}

.form-field__label {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .form-field__label {
    font-size: 18px;
  }
}

.form-field__tag {
  margin-left: 9px;
  padding: 1px 8px 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  background: #e61264;
  color: #fff;
}

.form-field__item {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .form-field__item {
    margin-top: 13px;
  }
}

.download-form__head {
  width: 100%;
  position: relative;
}
.download-form__head .required {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 8px);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 8px 1px 8px;
  background: #e61264;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .download-form__head .required {
    padding: 1px 8px 1px 8px;
    font-size: 12px;
    left: calc(100% + 9px);
    top: calc(50% + 1px);
    line-height: 1.6;
  }
}

.download-form__data {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  margin-bottom: 20px;
  padding: 8.7px 14px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
  outline: none;
}
@media screen and (min-width: 768px) {
  input[type=text],
  input[type=email],
  textarea {
    font-size: 16px;
    margin-bottom: 32px;
    padding: 7px 14px;
  }
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  outline: 1px solid #ccc;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #ccc;
}

@media screen and (min-width: 768px) {
  input[type=email] {
    padding: 8px 14px;
  }
}

/* 電話番号のスタイル*/
input[type=tel] {
  background: none repeat scroll 0% 0% #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 16px;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  input[type=tel] {
    margin-bottom: 33px;
    padding: 7px 14px;
  }
}
input[type=tel]::-webkit-input-placeholder {
  color: #ddd;
}
input[type=tel]::-moz-placeholder {
  color: #ddd;
}
input[type=tel]:-ms-input-placeholder {
  color: #ddd;
}
input[type=tel]::-ms-input-placeholder {
  color: #ddd;
}
input[type=tel]::placeholder {
  color: #ddd;
}

textarea {
  height: 160px;
  resize: vertical;
}

.checkbox-wrap {
  margin-top: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}
.wpcf7-list-item label input[type=checkbox] {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}
.wpcf7-list-item span {
  display: inline-block;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item span {
    font-size: 16px;
    padding-left: 36px;
  }
}
.wpcf7-list-item span a {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item span a {
    font-size: 16px;
  }
}
.wpcf7-list-item span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
  width: 26px;
  height: 26px;
  border: none;
  outline: 1px solid #3e3e3e;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item span::before {
    left: -5px;
    width: 29px;
    height: 30px;
  }
}
.wpcf7-list-item span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 7px;
  width: 8px;
  height: 14px;
  border-right: 2px solid #3e3e3e;
  border-bottom: 2px solid #3e3e3e;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item span::after {
    left: 5px;
  }
}
.wpcf7-list-item input[type=checkbox]:checked + span::after {
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .wpcf7-list-item:hover {
    cursor: pointer;
  }
}

.form__privacy {
  margin-top: 24px;
  margin-bottom: 44px;
  text-align: center;
}

.form__privacy-link {
  text-decoration: underline;
}

.form-select-wrap {
  position: relative;
}
.form-select-wrap::after {
  content: "";
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11px;
  width: 21px;
  height: 15px;
  background: url(../img/img_contact_select-arrow.png) no-repeat center center/cover;
  pointer-events: none;
}

.wpcf7 select {
  margin-bottom: 32px;
  padding: 9px 15px 10px;
  width: 100%;
  border-radius: 4px;
  border-color: #DDD;
  font-size: 16px;
  color: #ccc;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
}

.select-wrap {
  width: 100%;
  margin-bottom: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .select-wrap {
    margin-bottom: 33px;
  }
}
.select-wrap select {
  width: 100%;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  padding: 12px 16px;
  color: #cccccc;
  border: 1px solid #ddd;
  outline: none;
}
@media screen and (min-width: 768px) {
  .select-wrap select {
    font-size: 16px;
    margin-top: -3px;
  }
}
@media screen and (min-width: 1280px) {
  .select-wrap select:hover {
    cursor: pointer;
  }
}
.select-wrap select option {
  background-color: #fff;
}
.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 11px;
  width: 21px;
  height: 15px;
  background: url(../img/img_contact_select-arrow.png) no-repeat center center/cover;
  pointer-events: none;
}

textarea {
  height: 140px;
  resize: vertical;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  textarea {
    height: 238px;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 332px;
  margin: 0 auto;
  padding: 24px 21px;
  color: #023e78;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #023e78;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.download-form__row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .form-btn-short {
    max-width: 209px;
  }
}

.form-btn,
.form-btn-short {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 332px;
  margin: 0 auto;
  padding: 24px 21px;
  color: #023e78;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #023e78;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .form-btn,
  .form-btn-short {
    max-width: 335px;
  }
}
@media screen and (min-width: 768px) {
  .form-btn input[type=submit],
  .form-btn-short input[type=submit] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .form-btn:hover input[type=submit],
  .form-btn-short:hover input[type=submit] {
    background-color: #023e78;
    color: #fff;
  }
}

/*----------------------------------
    download-thanks
-----------------------------------*/
.download-thanks {
  margin-top: 61px;
  padding-top: 37px;
  padding-bottom: 36px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 12px;
  background: #edf3f8;
}
@media screen and (min-width: 768px) {
  .download-thanks {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: min(550px, 50%);
    margin-top: 0;
    padding-top: 40px;
    padding-left: 36px;
    padding-right: 40px;
  }
}

.download-thanks__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px; /* 166.667% */
}
@media screen and (min-width: 768px) {
  .download-thanks__title {
    font-size: 32px;
    line-height: 48px;
  }
}

.download-thanks__text {
  margin-top: 36px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .download-thanks__text {
    margin-top: 40px;
    margin-bottom: 12px;
    line-height: normal;
  }
}

.download-thanks__link {
  padding-left: 22px;
  color: #023e78;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  position: relative;
}
@media screen and (min-width: 768px) {
  .download-thanks__link {
    margin-top: 15px;
  }
}
.download-thanks__link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 14px;
  height: 19px;
  background: url(../img/img_download-thanks_arrow.png) no-repeat center center/contain;
}

.download-thanks__text-end {
  margin-top: 34px;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px; /* 200% */
}

/*----------------------------------
    contact
-----------------------------------*/
.contact {
  padding-top: 58px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 78px;
    padding-bottom: 160px;
  }
}

.contact__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -2px;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1180px;
  }
}

.contact__content {
  margin: 0 auto;
  max-width: 688px;
}

.contact__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

@media screen and (min-width: 768px) {
  .contact__forms input[type=text], .contact__forms input[type=email], .contact__forms textarea {
    margin-bottom: 32px;
  }
  .contact__forms input[type=email] {
    padding: 8px 14px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.contact__forms .submit-wrap input[type=submit] {
  padding: 24px 126px;
}

.contact__forms-title {
  margin-top: 60px;
  margin-bottom: 37px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .contact__forms-title {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}

.contact-form__head {
  width: 100%;
}
.contact-form__head span {
  font-size: 14px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .contact-form__head span {
    font-size: 18px;
  }
}
.contact-form__head span.must::after {
  content: "必須";
  white-space: nowrap;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 12px);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 8px 1px 8px;
  background: #e61264;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contact-form__head span.must::after {
    padding: 1px 8px 1px 8px;
    font-size: 12px;
    left: calc(100% + 11px);
    line-height: 1.6;
  }
}

.contact-form__row {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form__row.ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.contact-form__row.ai-start .head {
  margin-top: 10px;
}
.contact-form__row.--checkbox {
  padding-top: 21px;
  padding-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .contact-form__row.--checkbox {
    padding-top: 1px;
    padding-bottom: 43px;
  }
}
@media screen and (min-width: 768px) {
  .contact-form__row {
    gap: 13px;
  }
}

.contact-form__row .submit-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 295px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .contact-form__row .submit-wrap {
    max-width: 208px;
  }
}
.contact-form__row .submit-wrap input[type=submit] {
  width: 100%;
  padding: 24px 21px;
  color: #023e78;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #023e78;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .contact-form__row .submit-wrap input[type=submit] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-form__row .submit-wrap:hover input[type=submit] {
    background-color: #023e78;
    color: #fff;
  }
}

/*----------------------------------
    contact-thanks
-----------------------------------*/
.contact-thanks__text {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

.contact-thanks__link {
  padding-left: 22px;
  color: #023e78;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  position: relative;
}
.contact-thanks__link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 14px;
  height: 19px;
  background: url(../img/img_download-thanks_arrow.png) no-repeat center center/contain;
}