html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body, a {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 500px) {
  body, a {
    font-size: 14px;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

main {
  margin: 120px auto 0;
}
@media screen and (max-width: 1700px) {
  main {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1520px) {
  main {
    margin-top: 85px;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 65px;
  }
}
@media screen and (max-width: 500px) {
  main {
    margin-top: 50px;
  }
}

.page-bg {
  background: #F9F9F9;
}

.common-titles {
  position: relative;
}
.common-titles__en {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #E7F4FF;
  text-align: center;
  font-family: "Allura", cursive;
  font-size: 120px;
  font-weight: 400;
  font-style: normal;
  line-height: 50%;
  letter-spacing: 4.8px;
}
@media screen and (max-width: 1520px) {
  .common-titles__en {
    font-size: 102px;
    top: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .common-titles__en {
    font-size: 98px;
  }
}
@media screen and (max-width: 500px) {
  .common-titles__en {
    font-size: 70px;
    top: -10px;
  }
}
@media screen and (max-width: 450px) {
  .common-titles__en {
    font-size: 60px;
  }
}
.common-titles__en--white {
  color: #FFF;
}
.common-titles__en--transparent {
  color: rgba(231, 244, 255, 0.15);
}
.common-titles__jp {
  color: #023E84;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 142.857%;
  letter-spacing: 1.68px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1520px) {
  .common-titles__jp {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .common-titles__jp {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .common-titles__jp {
    font-size: 26px;
  }
}
@media screen and (max-width: 450px) {
  .common-titles__jp {
    font-size: 24px;
    font-weight: 800;
  }
}
@media screen and (max-width: 400px) {
  .common-titles__jp {
    font-size: 22px;
  }
}
.common-titles__jp--white {
  color: #FFF;
}
.common-titles__jp .solution-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .common-titles__jp .solution-br {
    display: block;
  }
}

.grecaptcha-badge {
  display: none;
}

.grecaptcha-logo {
  display: none;
}

.header-wrapper {
  background: #FDFDFD;
  box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 3%;
}
@media screen and (max-width: 1700px) {
  .header {
    height: 90px;
  }
}
@media screen and (max-width: 1520px) {
  .header {
    height: 85px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 65px;
  }
}
@media screen and (max-width: 500px) {
  .header {
    height: 50px;
  }
}
@media screen and (max-width: 450px) {
  .header {
    padding-inline: 5% 1%;
  }
}
.header__logo {
  height: 60%;
}
.header > ul {
  flex: 0 0 60%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  -moz-column-gap: 9%;
       column-gap: 9%;
}
@media screen and (max-width: 1700px) {
  .header > ul {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
}
@media screen and (max-width: 1520px) {
  .header > ul {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .header > ul {
    display: none;
  }
}
.header > ul li {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header > ul li .big {
  color: #023E84;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 1520px) {
  .header > ul li .big {
    font-size: 14px;
  }
}
.header > ul li .small {
  text-align: center;
  color: #87A5C8;
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1520px) {
  .header > ul li .small {
    font-size: 9px;
  }
}
.header > ul .change {
  background: #023E84;
  row-gap: 9px;
  aspect-ratio: 1/1;
}
.header > ul .change div {
  margin-bottom: 8px;
  margin-inline: auto;
  max-width: 40px;
}
@media screen and (max-width: 1700px) {
  .header > ul .change div {
    max-width: 30px;
  }
}
@media screen and (max-width: 1520px) {
  .header > ul .change div {
    max-width: 25px;
  }
}
.header > ul .change p {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 1700px) {
  .header > ul .change p {
    font-size: 11px;
  }
}
@media screen and (max-width: 1520px) {
  .header > ul .change p {
    font-size: 10px;
  }
}
.header__sp-right {
  display: none;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header__sp-right {
    display: flex;
  }
}
.header__sp-contact {
  display: none;
  background: #023E84;
  height: 100%;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
}
.header__sp-contact img {
  width: 50%;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .header__sp-contact {
    display: flex;
  }
}
.header .toggle-button {
  display: none;
  padding: 10px;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header .toggle-button {
    display: flex;
  }
}
.header .toggle-button__hamburger {
  position: relative;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .header .toggle-button__hamburger {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 500px) {
  .header .toggle-button__hamburger {
    width: 20px;
    height: 20px;
  }
}
.header .toggle-button__hamburger span {
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.header .toggle-button__hamburger span:first-child {
  top: 20%;
}
.header .toggle-button__hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
.header .toggle-button__hamburger span:last-child {
  bottom: 20%;
}
.header .toggle-button.open span {
  transition: 0.3s;
}
.header .toggle-button.open span:first-child {
  top: calc(50% - 1px);
  transform: rotateZ(45deg);
}
.header .toggle-button.open span:nth-child(2) {
  display: none;
}
.header .toggle-button.open span:last-child {
  top: calc(50% - 1px);
  transform: rotateZ(-45deg);
}

.header-menu {
  z-index: 20;
  position: fixed;
  left: -50%;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #023E84;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .header-menu {
    left: -70%;
    width: 70%;
  }
}
.header-menu ul {
  margin-top: 90px;
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  .header-menu ul {
    margin-top: 65px;
  }
}
.header-menu ul li {
  margin-bottom: 30px;
}
.header-menu ul li a {
  color: #FFF;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .header-menu ul li a {
    font-size: 16px;
  }
}
.header-menu ul li a .small {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .header-menu ul li a .small {
    font-size: 12px;
  }
}
.header-menu ul .change {
  display: none;
}
.header-menu.open {
  left: 0;
  transition: 0.3s;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
.black-bg.open {
  opacity: 0.3;
  visibility: visible;
}

.footer-wrapper {
  background: #FDFDFD;
}

.footer {
  padding-block: 80px 13px;
}
@media screen and (max-width: 500px) {
  .footer {
    padding-top: 50px;
  }
}
.footer__btn {
  position: relative;
  display: block;
  width: 140px;
  height: 60px;
  margin-inline: auto;
  border-radius: 40px;
  border: 1px solid #023E84;
}
@media screen and (max-width: 500px) {
  .footer__btn {
    width: 110px;
    height: 47px;
  }
}
.footer__btn:hover .footer__btn-text {
  top: 43%;
  transition: 0.35s;
}
.footer__btn-text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  color: #023E84;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.72px;
  transition: 0.35s;
}
@media screen and (max-width: 500px) {
  .footer__btn-text {
    font-size: 14px;
  }
}
.footer__text {
  margin-block: 60px 15px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 450px) {
  .footer__text {
    margin-top: 40px;
  }
}
.footer__logo {
  max-width: 492px;
  margin-inline: auto;
}
@media screen and (max-width: 1520px) {
  .footer__logo {
    max-width: 430px;
  }
}
@media screen and (max-width: 599px) {
  .footer__logo {
    width: 80%;
  }
}
.footer__copyright {
  margin-top: 80px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 266.667%;
}
@media screen and (max-width: 450px) {
  .footer__copyright {
    margin-top: 40px;
  }
}

@media screen and (max-width: 660px) {
  .top__pc {
    display: none;
  }
}
.top__tab {
  display: none;
}
@media screen and (max-width: 660px) {
  .top__tab {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .top__tab {
    display: none;
  }
}
.top__sp {
  display: none;
}
@media screen and (max-width: 500px) {
  .top__sp {
    display: block;
  }
}

.assignment {
  background: #F9F9F9;
  padding-block: 100px;
}
@media screen and (max-width: 1520px) {
  .assignment {
    padding-block: 90px;
  }
}
@media screen and (max-width: 1300px) {
  .assignment {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 599px) {
  .assignment {
    padding-block: 80px 50px;
  }
}
.assignment__text {
  margin-block: 40px 60px;
  max-width: 1200px;
  margin-inline: auto;
  text-align: center;
  line-height: 160%;
}
@media screen and (max-width: 599px) {
  .assignment__text {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .assignment__text {
    text-align: left;
  }
}
.assignment__content {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 1300px) {
  .assignment__content {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: start;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
@media screen and (max-width: 768px) {
  .assignment__content {
    justify-content: center;
  }
}
.assignment__card {
  flex: 0 0 440px;
  background: #FFF;
  padding: 40px 30px;
}
@media screen and (max-width: 1520px) {
  .assignment__card {
    flex: 0 0 29%;
  }
}
@media screen and (max-width: 1300px) {
  .assignment__card {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 768px) {
  .assignment__card {
    flex: 0 0 65%;
  }
}
@media screen and (max-width: 599px) {
  .assignment__card {
    padding-inline: 4%;
    flex: 0 0 95%;
  }
}
@media screen and (max-width: 500px) {
  .assignment__card {
    padding-block: 30px 20px;
  }
}
.assignment__case {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  letter-spacing: 0.56px;
}
.assignment__card-title {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 187.5%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 1520px) {
  .assignment__card-title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 1300px) {
  .assignment__card-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  .assignment__card-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .assignment__card-title {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 450px) {
  .assignment__card-title {
    font-size: 5vw;
  }
}
.assignment__list {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 150%;
}
@media screen and (max-width: 500px) {
  .assignment__list {
    margin-bottom: 5px;
  }
}
.assignment__list--last {
  margin-bottom: 0;
}

.mission {
  padding-block: 114px 86px;
}
@media screen and (max-width: 1520px) {
  .mission {
    padding-block: 105px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .mission {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 599px) {
  .mission {
    padding-block: 80px 50px;
  }
}
.mission__content {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
@media screen and (max-width: 1520px) {
  .mission__content {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1300px) {
  .mission__content {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .mission__content {
    flex-direction: column;
    row-gap: 50px;
  }
}
@media screen and (max-width: 599px) {
  .mission__content {
    margin-top: 60px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .mission__content {
    margin-top: 40px;
  }
}
.mission__img {
  flex: 0 0 403px;
}
@media screen and (max-width: 1520px) {
  .mission__img {
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 1300px) {
  .mission__img {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 1024px) {
  .mission__img {
    width: 50%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 599px) {
  .mission__img {
    width: 70%;
  }
}
.mission__string {
  padding: 42px 30px 53px 48px;
  flex: 0 0 676px;
  background: rgba(207, 219, 232, 0.15);
}
@media screen and (max-width: 1520px) {
  .mission__string {
    flex: 0 0 630px;
    padding: 35px 25px 45px 40px;
  }
}
@media screen and (max-width: 1300px) {
  .mission__string {
    flex: 0 0 55%;
  }
}
@media screen and (max-width: 599px) {
  .mission__string {
    padding: 30px 4%;
  }
}
.mission__title {
  color: #023E84;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 187.5%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 1520px) {
  .mission__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .mission__title {
    font-size: 5.5vw;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .mission__title {
    font-size: 5vw;
  }
}
.mission__text {
  margin-top: 20px;
  line-height: 160%;
}

.vision {
  background: #EFF8FF;
  padding-block: 114px 100px;
}
@media screen and (max-width: 1520px) {
  .vision {
    padding-block: 105px 95px;
  }
}
@media screen and (max-width: 1200px) {
  .vision {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 599px) {
  .vision {
    padding-block: 80px 50px;
  }
}
.vision__content {
  margin-top: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 67px;
       column-gap: 67px;
}
@media screen and (max-width: 1440px) {
  .vision__content {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 900px) {
  .vision__content {
    flex-direction: column;
    row-gap: 50px;
  }
}
@media screen and (max-width: 599px) {
  .vision__content {
    margin-top: 60px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .vision__content {
    margin-top: 40px;
  }
}
.vision__img {
  flex: 0 0 640px;
}
@media screen and (max-width: 1520px) {
  .vision__img {
    flex: 0 0 38%;
  }
}
@media screen and (max-width: 1440px) {
  .vision__img {
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 1200px) {
  .vision__img {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 900px) {
  .vision__img {
    width: 100%;
    margin-inline: auto;
  }
}
.vision__string {
  flex: 0 0 598px;
}
@media screen and (max-width: 1440px) {
  .vision__string {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 1200px) {
  .vision__string {
    flex: 0 0 45%;
  }
}
.vision__title {
  color: #023E84;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 187.5%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 1520px) {
  .vision__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .vision__title {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 900px) {
  .vision__title {
    font-size: 29px;
  }
}
@media screen and (max-width: 599px) {
  .vision__title {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 450px) {
  .vision__title {
    font-size: 5vw;
  }
}
.vision__text {
  margin-top: 20px;
  line-height: 160%;
}

.value {
  background: url(../../assets/image/value-bg.webp) no-repeat center center/cover;
  padding-block: 114px 100px;
}
@media screen and (max-width: 1520px) {
  .value {
    padding-block: 105px 95px;
  }
}
@media screen and (max-width: 1200px) {
  .value {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 599px) {
  .value {
    padding-block: 80px 50px;
  }
}
.value__text {
  margin-block: 60px;
  max-width: 1200px;
  margin-inline: auto;
  color: #FFF;
  text-align: center;
  line-height: 160%;
}
@media screen and (max-width: 599px) {
  .value__text {
    margin-block: 45px;
  }
}
@media screen and (max-width: 500px) {
  .value__text {
    margin-block: 40px 35px;
    text-align: left;
  }
}
.value__list {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 187.5%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 1520px) {
  .value__list {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .value__list {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .value__list {
    font-size: 5.1vw;
  }
}
@media screen and (max-width: 450px) {
  .value__list {
    font-size: 5vw;
  }
}

.profile {
  padding-block: 114px 94px;
}
@media screen and (max-width: 1520px) {
  .profile {
    padding-block: 105px 85px;
  }
}
@media screen and (max-width: 1200px) {
  .profile {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 599px) {
  .profile {
    padding-block: 80px 50px;
  }
}
.profile__content {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 82px;
       column-gap: 82px;
}
@media screen and (max-width: 1520px) {
  .profile__content {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1440px) {
  .profile__content {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media screen and (max-width: 1200px) {
  .profile__content {
    flex-direction: column;
    row-gap: 50px;
  }
}
@media screen and (max-width: 599px) {
  .profile__content {
    margin-top: 60px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .profile__content {
    margin-top: 40px;
  }
}
.profile__img {
  flex: 0 0 630px;
}
@media screen and (max-width: 1520px) {
  .profile__img {
    flex: 0 0 41%;
  }
}
@media screen and (max-width: 1440px) {
  .profile__img {
    flex: 0 0 41%;
  }
}
@media screen and (max-width: 1200px) {
  .profile__img {
    width: 55%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 599px) {
  .profile__img {
    width: 80%;
  }
}
.profile__string {
  flex: 0 0 669px;
}
@media screen and (max-width: 1520px) {
  .profile__string {
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 1440px) {
  .profile__string {
    flex: 0 0 50%;
  }
}
.profile__occupation {
  margin-bottom: 4px;
  color: #023E84;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 1200px) {
  .profile__occupation {
    text-align: center;
  }
}
.profile__name {
  color: #023E84;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 187.5%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 1520px) {
  .profile__name {
    font-size: 29px;
  }
}
@media screen and (max-width: 1200px) {
  .profile__name {
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  .profile__name {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .profile__name {
    font-size: 5.5vw;
  }
}
.profile__text {
  margin-block: 20px 24px;
  line-height: 160%;
}
@media screen and (max-width: 1200px) {
  .profile__text {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.profile__book {
  margin-bottom: 13px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .profile__book {
    text-align: center;
  }
}
.profile__books {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media screen and (max-width: 1200px) {
  .profile__books {
    justify-content: center;
  }
}
.profile__book-img {
  flex: 0 0 100px;
}

.solution {
  background: url(../../assets/image/solution-bg.webp) no-repeat center center/cover;
  padding-block: 114px 100px;
}
@media screen and (max-width: 1520px) {
  .solution {
    padding-block: 105px 95px;
  }
}
@media screen and (max-width: 1024px) {
  .solution {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 599px) {
  .solution {
    padding-block: 80px 50px;
  }
}
.solution__cards {
  margin-block: 72px 45px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
@media screen and (max-width: 768px) {
  .solution__cards {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .solution__cards {
    gap: 15px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .solution__cards {
    margin-block: 40px 35px;
  }
}
.solution__card {
  flex: 0 0 200px;
}
@media screen and (max-width: 1200px) {
  .solution__card {
    flex: 0 0 18%;
  }
}
@media screen and (max-width: 768px) {
  .solution__card {
    flex: 0 0 34%;
  }
}
@media screen and (max-width: 599px) {
  .solution__card {
    flex: 0 0 41%;
  }
}
.solution__text {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 161.111%;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 599px) {
  .solution__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .solution__text {
    font-size: 14px;
    text-align: left;
  }
}
.solution__text span {
  background: linear-gradient(180deg, rgba(251, 255, 0, 0) 55%, #969900 100%);
}

.process {
  padding-block: 114px 100px;
  background: linear-gradient(175deg, white 50%, #F5F5F5 50%);
}
@media screen and (max-width: 1520px) {
  .process {
    padding-block: 105px 95px;
  }
}
@media screen and (max-width: 1024px) {
  .process {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 599px) {
  .process {
    padding-block: 80px 50px;
  }
}
.process__content {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media screen and (max-width: 1300px) {
  .process__content {
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .process__content {
    flex-direction: row;
  }
}
@media screen and (max-width: 599px) {
  .process__content {
    margin-top: 55px;
  }
}
@media screen and (max-width: 500px) {
  .process__content {
    margin-top: 40px;
  }
}
.process__column {
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1520px) {
  .process__column {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1300px) {
  .process__column {
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .process__column {
    width: auto;
    flex: 0 0 37%;
  }
}
@media screen and (max-width: 768px) {
  .process__column {
    flex: 0 0 46%;
  }
}
@media screen and (max-width: 599px) {
  .process__column {
    flex: 0 0 48%;
  }
}
.process__titles {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 1024px) {
  .process__titles {
    justify-content: center;
  }
}
.process__icon {
  width: 36px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1520px) {
  .process__icon {
    width: 32px;
  }
}
@media screen and (max-width: 599px) {
  .process__icon {
    width: 28px;
  }
}
@media screen and (max-width: 460px) {
  .process__icon {
    width: 21px;
  }
}
.process__title {
  color: #023E84;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1520px) {
  .process__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .process__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 460px) {
  .process__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .process__title {
    font-size: 15px;
  }
}
.process__imgs {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .process__imgs {
    flex-direction: column;
  }
}
.process__img {
  flex: 0 0 240px;
  position: relative;
}
@media screen and (max-width: 1520px) {
  .process__img {
    flex: 0 0 200px;
  }
}
@media screen and (max-width: 1300px) {
  .process__img {
    flex: 0 0 16.66%;
  }
}
.process__img::before {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 31px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .process__img::before {
    top: auto;
    bottom: -25px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(90deg);
  }
}
.process__img--1::before {
  background: url(../../assets/image/process-triangle1.webp) no-repeat center center/contain;
}
.process__img--2::before {
  background: url(../../assets/image/process-triangle2.webp) no-repeat center center/contain;
}
.process__img--3::before {
  background: url(../../assets/image/process-triangle3.webp) no-repeat center center/contain;
}
.process__img--4::before {
  background: url(../../assets/image/process-triangle4.webp) no-repeat center center/contain;
}
.process__img--5::before {
  background: url(../../assets/image/process-triangle5.webp) no-repeat center center/contain;
}
.process__img--last::before {
  display: none;
}

.contact {
  background: url(../../assets/image/contact-bg.webp) no-repeat center center/cover;
  padding-block: 114px 124px;
}
@media screen and (max-width: 1520px) {
  .contact {
    padding-block: 105px 115px;
  }
}
@media screen and (max-width: 1024px) {
  .contact {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 599px) {
  .contact {
    padding-block: 80px 50px;
  }
}
.contact__text {
  margin-block: 60px 64px;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 1520px) {
  .contact__text {
    margin-block: 50px 55px;
  }
}
@media screen and (max-width: 768px) {
  .contact__text {
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .contact__text {
    margin-block: 40px 45px;
  }
}
.contact__content {
  display: flex;
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 1440px) {
  .contact__content {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .contact__content {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .contact__content {
    row-gap: 20px;
  }
}
.contact__card {
  position: relative;
  flex: 0 0 588px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 49px 2% 37px 3%;
}
@media screen and (max-width: 1520px) {
  .contact__card {
    flex: 0 0 37%;
  }
}
@media screen and (max-width: 1200px) {
  .contact__card {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 1024px) {
  .contact__card {
    width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .contact__card {
    width: 90%;
    padding-block: 40px 30px;
  }
}
.contact__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(0deg, #023E84 0%, #023E84 100%), linear-gradient(0deg, #023E84 0%, #023E84 100%), #023E84;
}
.contact__card--green::before {
  background: #006A04;
}
.contact__card:hover .contact__icon::after {
  top: 45%;
  left: 55%;
  transition: 0.3s;
}
.contact__flex {
  display: flex;
  align-items: under;
  justify-content: space-between;
}
.contact__supplement {
  margin-bottom: 4px;
  color: #023E84;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 450px) {
  .contact__supplement {
    font-size: 14px;
  }
}
.contact__supplement--green {
  color: #006A04;
}
.contact__title {
  color: #023E84;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 1520px) {
  .contact__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .contact__title {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 1200px) {
  .contact__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 450px) {
  .contact__title {
    font-size: 21px;
  }
}
.contact__title--green {
  color: #006A04;
}
.contact__icon {
  max-width: 80px;
  position: relative;
}
.contact__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../../assets/image/contact-icon-arrow.svg) no-repeat center center/contain;
  width: 24px;
  height: auto;
  aspect-ratio: 0.6857/1;
  transition: 0.3s;
}
@media screen and (max-width: 450px) {
  .contact__icon::after {
    width: 35%;
  }
}
@media screen and (max-width: 1440px) {
  .contact__icon {
    flex: 0 0 17%;
  }
}
@media screen and (max-width: 450px) {
  .contact__icon {
    flex: 0 0 15%;
  }
}

.page-contact {
  padding-block: 133px 150px;
}
@media screen and (max-width: 1300px) {
  .page-contact {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 599px) {
  .page-contact {
    padding-block: 80px 60px;
  }
}
.page-contact__text {
  margin-block: 37px 60px;
  text-align: center;
  color: #000;
}
.page-contact__text .blue {
  color: #023E84;
  font-weight: 700;
}
.page-contact__text .green {
  color: #006A04;
  font-weight: 700;
}
.page-contact__text .a-green {
  color: #006A04;
  text-decoration-line: underline;
  text-underline-position: from-font;
}
.page-contact__text .a-blue {
  color: #023E84;
  text-decoration-line: underline;
  text-underline-position: from-font;
}
@media screen and (max-width: 383px) {
  .page-contact__text .sp {
    display: none;
  }
}
.page-contact__form {
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 10px;
  background: #FFF;
  padding: 80px 10.5%;
}
@media screen and (max-width: 1200px) {
  .page-contact__form {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 599px) {
  .page-contact__form {
    padding-block: 50px 60px;
  }
}
@media screen and (max-width: 450px) {
  .page-contact__form {
    padding-bottom: 50px;
  }
}
.page-contact__form-column p label {
  display: flex;
  align-items: start;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 500px) {
  .page-contact__form-column p label {
    font-size: 14px;
  }
}
.page-contact__form-column p label .asterisk {
  color: #F00;
  font-size: 10px;
}
.page-contact__form-column p br {
  display: none;
}
.page-contact__form-column p input[type=text],
.page-contact__form-column p input[type=tel],
.page-contact__form-column p input[type=email] {
  margin-block: 12px 20px;
  border: 1px solid #A8A8A8;
  width: 100%;
  height: 60px;
  padding-left: 10px;
}
@media screen and (max-width: 599px) {
  .page-contact__form-column p input[type=text],
  .page-contact__form-column p input[type=tel],
  .page-contact__form-column p input[type=email] {
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .page-contact__form-column p input[type=text],
  .page-contact__form-column p input[type=tel],
  .page-contact__form-column p input[type=email] {
    margin-top: 9px;
  }
}
.page-contact__form-column p textarea {
  margin-block: 12px 32px;
  border: 1px solid #A8A8A8;
  width: 100%;
  height: auto;
  aspect-ratio: 3/1;
  resize: vertical;
  padding-left: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 599px) {
  .page-contact__form-column p textarea {
    aspect-ratio: 2.5/1;
  }
}
@media screen and (max-width: 500px) {
  .page-contact__form-column p textarea {
    margin-top: 9px;
  }
}
.page-contact__form-column--check p {
  margin-block: 28px 42px;
  text-align: center;
}
.page-contact__form-column--check p label {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.page-contact__form-column--submit {
  text-align: center;
}
.page-contact__form-column--submit input {
  padding: 20px 112px;
  border-radius: 4px;
  border: 1px solid #023E84;
  background: #023E84;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .page-contact__form-column--submit input {
    font-size: 14px;
  }
}
.page-contact__form-column--submit .wpcf7-spinner {
  display: none;
}
.page-contact__form-column--radio .first {
  margin-left: 0;
}
.page-contact__form-column--radio .last {
  margin-left: 0;
  margin-top: 8px;
}
.page-contact__form-column--radio .wpcf7-radio {
  margin-block: 12px 20px;
  display: block;
}
.page-contact__form-column--radio .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.page-contact__form-column--radio label {
  align-items: center !important;
  gap: 8px;
}
.page-contact__form-column--radio label input {
  accent-color: #006A04;
}
.page-contact__policy {
  border: 1px solid #A8A8A8;
  padding: 15px 16px 0px 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 4/1;
  overflow-y: scroll;
}
@media screen and (max-width: 599px) {
  .page-contact__policy {
    aspect-ratio: 3/1;
  }
}
.page-contact__policy p {
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .page-contact__policy p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */