*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  background: -webkit-gradient(linear, right top, left top, from(#0291D9), to(#023E78));
  background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
}

body.--is-fixed {
  overflow: hidden;
}

html.--is-fixed {
  overflow: hidden;
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.l-inner {
  padding-inline: 24px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .l-inner {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .l-inner {
    padding-inline: 100px;
    max-width: 1440px;
    margin-inline: auto;
  }
}

.c-title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #fff;
}

.c-title1__en {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
@media screen and (min-width: 1440px) {
  .c-title1__en {
    font-size: 64px;
    letter-spacing: 1.28px;
  }
}

.c-title1__ja {
  margin-top: -1px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 1440px) {
  .c-title1__ja {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.c-title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.c-title2__en {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, right top, left top, from(#0291D9), to(#023E78));
  background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1440px) {
  .c-title2__en {
    font-size: 64px;
    letter-spacing: 1.28px;
  }
}

.c-title2__ja {
  margin-top: -1px;
  color: #404559;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 1440px) {
  .c-title2__ja {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.c-business__swiper-button {
  width: auto;
  height: auto;
  padding: 6px 8px 8px 6px !important;
  border-radius: 4px;
  border: 2px solid #0961b6 !important;
  background-color: #E4EAF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 4px;
  opacity: 1 !important;
  margin: 0px !important;
}
@media screen and (min-width: 1440px) {
  .c-business__swiper-button {
    padding: 19px 40px 19px 38px !important;
    border: 2px solid #0961b6 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-business__swiper-button-text-top {
  color: #023E78;
  font-family: "Jost", sans-serif;
  font-size: 8px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
}
@media screen and (min-width: 1440px) {
  .c-business__swiper-button-text-top {
    font-size: 14px;
    white-space: nowrap;
  }
}

.c-business__swiper-button-text-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 388px) {
  .c-business__swiper-button-text-bottom {
    -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-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .c-business__swiper-button-text-bottom {
    -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-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.c-business__swiper-button-text-bottom1 {
  color: #023E78;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (min-width: 1440px) {
  .c-business__swiper-button-text-bottom1 {
    font-size: 20px;
  }
}

.c-business__swiper-button-text-bottom2 {
  color: #023E78;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1440px) {
  .c-business__swiper-button-text-bottom2 {
    font-size: 18px;
    white-space: nowrap;
  }
}

.c-business__swiper-button.swiper-pagination-bullet-active {
  padding: 8px 8px 8px 7px !important;
  opacity: 1;
  border: 1px solid #fff !important;
  background-color: #023E78;
}
@media screen and (min-width: 1440px) {
  .c-business__swiper-button.swiper-pagination-bullet-active {
    padding: 19px 40px 19px 42px !important;
  }
}
.c-business__swiper-button.swiper-pagination-bullet-active .c-business__swiper-button-text-top {
  color: #fff;
}
.c-business__swiper-button.swiper-pagination-bullet-active .c-business__swiper-button-text-bottom1 {
  color: #fff;
}
.c-business__swiper-button.swiper-pagination-bullet-active .c-business__swiper-button-text-bottom2 {
  color: #fff;
}

.c-business-item {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  background: #E4EAF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
@media screen and (min-width: 1440px) {
  .c-business-item {
    width: 608px;
    padding: 28px;
    row-gap: 20px;
  }
}

.c-business-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3px;
}

.c-business-item__head-sub-title {
  color: #023E78;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
@media screen and (min-width: 1440px) {
  .c-business-item__head-sub-title {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

.c-business-item__head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.c-business-item__head-title-text1 {
  color: #023E78;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 1440px) {
  .c-business-item__head-title-text1 {
    font-size: 28px;
    letter-spacing: 0.84px;
  }
}

.c-business-item__head-title-text2 {
  color: #023E78;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1440px) {
  .c-business-item__head-title-text2 {
    font-size: 24px;
  }
}

.c-business-item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 288/162.00002;
}
@media screen and (min-width: 1440px) {
  .c-business-item__image {
    aspect-ratio: 552/310.5;
  }
}
.c-business-item__image img {
  width: 100%;
}

.c-business-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 23px;
}
@media screen and (min-width: 1440px) {
  .c-business-item__body {
    row-gap: 32px;
  }
}

.c-business-item__body-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
}
@media screen and (min-width: 1440px) {
  .c-business-item__body-contents {
    row-gap: 22px;
  }
}

.c-business-item__body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
}

.c-business-item__body-content-head {
  color: #023E78;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1440px) {
  .c-business-item__body-content-head {
    font-size: 18px;
  }
}

.c-business-item__body-content-text {
  position: relative;
  color: #404559;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  padding-left: 21px;
}
.c-business-item__body-content-text::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #404559;
}
@media screen and (min-width: 1440px) {
  .c-business-item__body-content-text {
    font-size: 16px;
    padding-left: 24px;
  }
  .c-business-item__body-content-text::before {
    top: 13px;
    left: 10px;
  }
}

.c-challenge-item {
  overflow: hidden;
  border-radius: 4px;
  border-bottom: 12px solid #37A4DB;
  background: rgba(244, 251, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-challenge-item {
    width: 46.935483871%;
    height: 590px;
  }
}
@media screen and (min-width: 1440px) {
  .c-challenge-item {
    width: 582px;
    height: 590px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-challenge-item[data-name=item3], .c-challenge-item[data-name=item4] {
    width: 46.935483871%;
    height: 617px;
  }
}
@media screen and (min-width: 1440px) {
  .c-challenge-item[data-name=item3], .c-challenge-item[data-name=item4] {
    width: 582px;
    height: 617px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-challenge-item:nth-child(odd) {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .c-challenge-item:nth-child(odd) {
    margin-top: 64px;
  }
}

.c-challenge-item__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  border-radius: 0 0 4px 0;
  background: #37A4DB;
}

.c-challenge-item[data-name=item1] {
  border-bottom: 12px solid #37A4DB;
  background: rgba(244, 251, 255, 0.7);
}
.c-challenge-item[data-name=item1] .c-challenge-item__head {
  background: #37A4DB;
}
.c-challenge-item[data-name=item2] {
  border-bottom: 12px solid #2766AE;
  background: rgba(238, 246, 254, 0.7);
}
.c-challenge-item[data-name=item2] .c-challenge-item__head {
  background: #2766AE;
}
.c-challenge-item[data-name=item3] {
  border-bottom: 12px solid #025178;
  background: rgba(235, 243, 247, 0.7);
}
.c-challenge-item[data-name=item3] .c-challenge-item__head {
  background: #025178;
}
.c-challenge-item[data-name=item4] {
  border-bottom: 12px solid #023E78;
  background: rgba(233, 242, 250, 0.7);
}
.c-challenge-item[data-name=item4] .c-challenge-item__head {
  background: #023E78;
}

.c-challenge-item__head-text1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  color: #fff;
}

.c-challenge-item__head-text1-1 {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.45px;
}
@media screen and (max-width: 388px) {
  .c-challenge-item__head-text1-1 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1440px) {
  .c-challenge-item__head-text1-1 {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}

.c-challenge-item__head-text1-2 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 388px) {
  .c-challenge-item__head-text1-2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .c-challenge-item__head-text1-2 {
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}

.c-challenge-item__head-text2 {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 388px) {
  .c-challenge-item__head-text2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .c-challenge-item__head-text2 {
    font-size: 24px;
    line-height: 160%;
  }
}

.c-challenge-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 27px;
  padding: 0px 24px 16px 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1440px) {
  .c-challenge-item__body {
    row-gap: unset;
  }
}

.c-challenge-item__body-text {
  color: #404559;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 174%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1440px) {
  .c-challenge-item__body-text {
    font-size: 16px;
    line-height: 170%;
  }
}

.c-challenge-item__body-image-box {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.c-challenge-item__body-picture-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-member-item {
  position: relative;
  padding-top: 46px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1440px) {
  .c-member-item {
    width: 100%;
  }
}

.c-member-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 19px;
  height: 100%;
}

.c-member-item__body-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 386/514.66669;
  -webkit-box-shadow: 0 5px 15px rgba(26, 150, 239, 0.15);
          box-shadow: 0 5px 15px rgba(26, 150, 239, 0.15);
}
.c-member-item__body-image img {
  width: 100%;
}

.c-member-item__body-image-department {
  position: absolute;
  bottom: 72px;
  left: 0px;
  display: inline-block;
  color: #023E78;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 4px 16px;
  background-color: #fff;
}

.c-member-item__body-image-staff {
  position: absolute;
  bottom: 24px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 4px 12px;
  background-color: #fff;
}

.c-member-item__body-image-staff-text1 {
  color: #023E78;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.c-member-item__body-image-staff-text2 {
  color: #023E78;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
}

.c-member-item__body-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.3px;
  padding: 11px 16px 9px 14px;
  border: 2px solid #023E78;
  background-color: #023E78;
}

.c-member-item__number {
  position: absolute;
  top: 0px;
  right: 7px;
  color: #023E78;
  text-align: justify;
  text-shadow: 1px 1px 0 #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.12px;
}

.c-culture-item {
  padding-block: 26.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-culture-item {
    padding: 28px 34.06px 25px 34.06px;
    display: grid;
    grid-template-columns: 330px 1fr;
    row-gap: 0px;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  .c-culture-item {
    padding: 28px 34.06px 25px 34.06px;
    display: grid;
    grid-template-columns: 498.9px 1fr;
    row-gap: 0px;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}

.c-culture-item + .c-culture-item {
  border-top: 2px solid #C4CCD7;
}

.c-culture-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 36px;
}
@media screen and (min-width: 1440px) {
  .c-culture-item__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 0px;
  }
}

.c-culture-item__head-image {
  width: 63.882px;
  height: auto;
  aspect-ratio: 1;
}
.c-culture-item__head-image svg {
  color: #023E78;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-culture-item__head-image {
    -webkit-margin-before: 2px;
            margin-block-start: 2px;
  }
}
@media screen and (min-width: 1440px) {
  .c-culture-item__head-image {
    -webkit-margin-before: 2px;
            margin-block-start: 2px;
  }
}

.c-culture-item__head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 5px;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  .c-culture-item__head-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 14px;
  }
}

.c-culture-item__head-title-ja {
  color: #023E78;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 1440px) {
  .c-culture-item__head-title-ja {
    font-size: 24px;
    line-height: 160%;
  }
}

.c-culture-item__head-title-en {
  color: #023E78;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.39px;
  text-transform: uppercase;
}
@media screen and (min-width: 1440px) {
  .c-culture-item__head-title-en {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}

.c-culture-item__body-text {
  color: #404559;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 173%;
}
@media screen and (min-width: 1440px) {
  .c-culture-item__body-text {
    font-size: 16px;
    line-height: 170%;
  }
}

.c-button1 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: auto 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  text-align: left;
  padding: 20px;
  border-radius: 4px;
  background: #023E78;
  border: 1px solid #023E78;
}
@media screen and (min-width: 1440px) {
  .c-button1 {
    padding: 19px 40px 20px 40px;
  }
}
@media (any-hover: hover) {
  .c-button1:hover .c-button1__text {
    color: #023E78;
  }
  .c-button1:hover svg path {
    color: #023E78;
  }
  .c-button1:hover::after {
    scale: 1 1;
  }
}
.c-button1::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  scale: 0 0;
  -webkit-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.c-button1__text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
}
@media screen and (max-width: 388px) {
  .c-button1__text {
    font-size: 14px;
  }
}

.c-button1 svg {
  position: relative;
  z-index: 2;
}
.c-button1 svg path {
  color: #fff;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
}

.c-button2 {
  position: relative;
  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;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  width: 100%;
  padding: 20px 40px;
  border-radius: 4px;
  background: #023E78;
  border: 1px solid #023E78;
}
.c-button2::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
  scale: 0 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
}
.c-button2 svg {
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media (any-hover: hover) {
  .c-button2:hover svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #023E78;
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
  }
  .c-button2:hover .c-button2__text {
    color: #023E78;
  }
  .c-button2:hover::after {
    scale: 1 1;
  }
}

.c-button2__text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
}

.c-button3 {
  overflow: hidden;
  position: relative;
  max-width: 237px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 16px 40px 15px 64px;
  border-radius: 44px;
  border: 1px solid #fff;
}
.c-button3::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  content: "";
  width: 100%;
  height: 100%;
  scale: 0 0;
  background-color: #023E78;
  border-radius: 44px;
  border: 1px solid #fff;
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
}
.c-button3::after {
  position: relative;
  z-index: 2;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff400;
}
@media (any-hover: hover) {
  .c-button3:hover::before {
    scale: 1 1;
    -webkit-transition: scale 0.4s ease;
    transition: scale 0.4s ease;
  }
}

.c-button3__text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.9px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media screen and (min-width: 1440px) {
  .c-button3__text {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

.c-button4 {
  overflow: hidden;
  position: relative;
  width: 100%;
  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;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  padding: 10px 24px;
  border-radius: 44px;
  border: 1px solid #fff;
}
.c-button4::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  content: "";
  width: 100%;
  height: 100%;
  scale: 0;
  border-radius: 44px;
  background: #023E78;
}
.c-button4::after {
  position: relative;
  z-index: 2;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff400;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-button4 {
    max-width: 124px;
  }
}
@media screen and (min-width: 1440px) {
  .c-button4 {
    max-width: 124px;
  }
}
@media (any-hover: hover) {
  .c-button4:hover::before {
    scale: 1;
    -webkit-transition: scale 0.4s ease;
    transition: scale 0.4s ease;
  }
}

.c-button4__text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.c-drawer {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-drawer {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .c-drawer {
    display: none;
  }
}

.c-drawer__line {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.c-drawer__line:nth-of-type(1) {
  top: 18px;
  left: 4px;
  -webkit-transition: rotate 0.4s ease;
  transition: rotate 0.4s ease;
}
.c-drawer__line:nth-of-type(2) {
  top: 26px;
  left: 4px;
  -webkit-transition: rotate 0.4s ease;
  transition: rotate 0.4s ease;
}

.c-drawer.--is-open .c-drawer__line {
  width: 41px;
}
.c-drawer.--is-open .c-drawer__line:nth-of-type(1) {
  rotate: -20deg;
  top: 22px;
  left: 4px;
}
.c-drawer.--is-open .c-drawer__line:nth-of-type(2) {
  rotate: 20deg;
  top: 22px;
  left: 4px;
}

.c-business-tab {
  width: 171px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: #023E78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 4px;
}

.c-business-tab__sub {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 8px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
}
@media screen and (min-width: 1440px) {
  .c-business-tab__sub {
    font-size: 14px;
  }
}

.c-business-tab__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media screen and (min-width: 1440px) {
  .c-business-tab__main {
    -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-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.c-business-tab__main-text1 {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (min-width: 1440px) {
  .c-business-tab__main-text1 {
    font-size: 20px;
  }
}

.c-business-tab__main-text2 {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1440px) {
  .c-business-tab__main-text2 {
    font-size: 18px;
  }
}

dialog {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.8s;
  transition: background 0.8s;
}

dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
}

.c-modal--is-open::-ms-backdrop {
  opacity: 1;
  background: rgba(2, 62, 120, 0.5);
  backdrop-filter: blur(6px);
}

.c-modal--is-open::backdrop {
  opacity: 1;
  background: rgba(2, 62, 120, 0.5);
  backdrop-filter: blur(6px);
}

.c-modal {
  opacity: 1;
  position: fixed;
  inset: 0;
  z-index: 99;
  margin: auto;
  width: calc(100% - 20px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100% - 36px);
  border-radius: 12px;
  border: 1px solid #023E78;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-modal {
    width: calc(100% - 240px);
  }
}
@media screen and (min-width: 1440px) {
  .c-modal {
    width: calc(100% - 240px);
    max-width: 1500px;
  }
}

.c-modal--is-open {
  opacity: 1;
}

.c-modal__body {
  padding: 16px 16px 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
@media screen and (min-width: 1440px) {
  .c-modal__body {
    padding: 48px 48px 48px 48px;
    row-gap: 40px;
  }
}

.c-modal__body__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
@media screen and (min-width: 1440px) {
  .c-modal__body__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 0px;
  }
}

.c-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (min-width: 1440px) {
  .c-modal__close {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 8.5px;
  }
}

.c-modal__close-text {
  color: #023E78;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (min-width: 1440px) {
  .c-modal__close-text {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
    font-size: 16px;
  }
}

.c-modal__close-button {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #023E78;
}
.c-modal__close-button::after {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  scale: 0 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #023E78;
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
}
@media (any-hover: hover) {
  .c-modal__close-button:hover::after {
    -webkit-transition: scale 0.4s ease;
    transition: scale 0.4s ease;
    scale: 1 1;
  }
  .c-modal__close-button:hover .c-modal__close-button-line {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #023E78;
  }
}

.c-modal__close-button-line {
  position: absolute;
  top: 17px;
  left: 3px;
  z-index: 2;
  display: inline-block;
  width: 30px;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c-modal__close-button-line[data-name=line1] {
  rotate: -45deg;
}
.c-modal__close-button-line[data-name=line2] {
  rotate: 45deg;
}

.c-modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
@media screen and (min-width: 1440px) {
  .c-modal__head {
    row-gap: 2px;
  }
}

.c-modal__head-sub-title {
  color: #023E78;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (min-width: 1440px) {
  .c-modal__head-sub-title {
    font-size: 18px;
  }
}

.c-modal__head-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.c-modal__head-title-text1 {
  color: #023E78;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (min-width: 1440px) {
  .c-modal__head-title-text1 {
    font-size: 30px;
  }
}

.c-modal__head-title-text2 {
  color: #023E78;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1440px) {
  .c-modal__head-title-text2 {
    font-size: 28px;
  }
}

.c-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
@media screen and (min-width: 1440px) {
  .c-modal__content {
    row-gap: 40px;
  }
}

.c-modal__content-item {
  padding-block: 12px 11px;
  border-bottom: 1px solid #C4CCD7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 11px;
}
@media screen and (min-width: 1440px) {
  .c-modal__content-item {
    display: grid;
    grid-template-columns: 378px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 0px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.c-modal__content-item-head {
  color: #023E78;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1440px) {
  .c-modal__content-item-head {
    font-size: 18px;
  }
}

.c-modal__content-item-text {
  position: relative;
  color: #404559;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  padding-left: 21px;
}
@media screen and (min-width: 1440px) {
  .c-modal__content-item-text {
    font-size: 16px;
  }
}
.c-modal__content-item-text::after {
  content: "";
  position: absolute;
  top: 11.5px;
  left: 8.5px;
  width: 2.5px;
  height: 2.5px;
  border-radius: 50%;
  background-color: #404559;
}

.p-header__inner {
  padding: 12px 16px;
  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: 1100px) and (max-width: 1439.99px) {
  .p-header__inner {
    padding: 12px 40px;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__inner {
    padding: 12px 40px 12px 40px;
    display: grid;
    grid-template-columns: 320px 1fr;
    max-width: 1440px;
    margin-inline: auto;
  }
}

.p-header__logo {
  width: 175px;
  height: auto;
  aspect-ratio: 175/32;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-header__logo {
    width: 320px;
    aspect-ratio: 320/59;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__logo {
    width: 320px;
    aspect-ratio: 320/59;
  }
}

.p-header__logo-link {
  display: inline-block;
  width: 100%;
}

.header__logo-img {
  width: 100%;
}

.p-header__nav {
  translate: 100%;
  -webkit-transition: translate 0.4s ease;
  transition: translate 0.4s ease;
  position: fixed;
  top: 71px;
  left: 0px;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 32px;
  width: 100%;
  height: 100vh;
  padding: 20px 28px;
  background: -webkit-gradient(linear, right top, left top, from(#0291D9), to(#023E78));
  background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-header__nav {
    translate: 0;
    position: static;
    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-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    height: auto;
    background: transparent;
    padding: 0px;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__nav {
    translate: 0;
    position: static;
    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-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    height: auto;
    background: transparent;
    padding: 0px;
  }
}

.p-header__nav.--is-open {
  translate: 0;
  -webkit-transition: translate 0.8s ease;
  transition: translate 0.8s ease;
}

.p-header__nav-list {
  width: 100%;
  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: 1100px) and (max-width: 1439.99px) {
  .p-header__nav-list {
    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-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    -webkit-margin-before: -5px;
            margin-block-start: -5px;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__nav-list {
    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-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    -webkit-margin-before: -5px;
            margin-block-start: -5px;
  }
}

.p-header__nav-item {
  padding-block: 16px;
  border-bottom: 1px solid #C4CCD7;
  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: 1100px) and (max-width: 1439.99px) {
  .p-header__nav-item {
    padding-block: 0px;
    border-bottom: none;
  }
  .p-header__nav-item::after {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__nav-item {
    padding-block: 0px;
    border-bottom: none;
  }
  .p-header__nav-item::after {
    display: none;
  }
}
.p-header__nav-item::after {
  content: "";
  width: 12px;
  height: 18px;
  background-image: url(../img/icon-arrow1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-header__nav-link {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-header__nav-link {
    position: relative;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: inline-block;
  }
  .p-header__nav-link::after {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    left: 0px;
    width: 100%;
    height: 1px;
    scale: 0;
    background-color: #fff;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__nav-link {
    display: inline-block;
    position: relative;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
  .p-header__nav-link::after {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    left: 0px;
    width: 100%;
    height: 1px;
    scale: 0;
    background-color: #fff;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
@media (any-hover: hover) {
  .p-header__nav-link:hover::after {
    scale: 1;
    -webkit-transition: scale 0.4s ease;
    transition: scale 0.4s ease;
  }
}

.p-fv {
  overflow: hidden;
  margin-top: -1px;
  padding-block: 41px 76px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-fv {
    padding-block: 45px 80px;
  }
}
@media screen and (min-width: 1440px) {
  .p-fv {
    padding-block: 45px 80px;
  }
}

.p-fv__swiper-container {
  position: relative;
  width: 1120px;
  height: 520px;
  margin-inline: auto;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-fv__swiper-container {
    width: 2000px;
    height: 560px;
  }
}
@media screen and (min-width: 1440px) {
  .p-fv__swiper-container {
    width: 2000px;
    height: 560px;
  }
}

.p-fv__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-fv__swiper-slide {
  width: 100%;
  height: 100%;
}

.p-fv__swiper-slide-items {
  translate: -68px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(7, 149.71428px);
  grid-template-rows: repeat(2, 254px);
  gap: 12px;
  grid-template-areas: "image1 image3 image3 image4 image6 image6 image7" "image2 image3 image3 image5 image6 image6 image7";
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-fv__swiper-slide-items {
    translate: -45px;
    gap: 20px;
    grid-template-columns: repeat(7, 268.5714px);
    grid-template-rows: repeat(2, 270px);
  }
}
@media screen and (min-width: 1440px) {
  .p-fv__swiper-slide-items {
    translate: -45px;
    gap: 20px;
    grid-template-columns: repeat(7, 268.5714px);
    grid-template-rows: repeat(2, 270px);
  }
}

.p-fv__swiper-slide-image {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(52, 51, 46, 0.1)), to(rgba(52, 51, 46, 0.1))), url(<path-to-image>) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(52, 51, 46, 0.1) 0%, rgba(52, 51, 46, 0.1) 100%), url(<path-to-image>) lightgray 50%/cover no-repeat;
}
.p-fv__swiper-slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-fv__swiper-slide-image {
    border-radius: 0px;
    background: unset;
  }
}
@media screen and (min-width: 1440px) {
  .p-fv__swiper-slide-image {
    border-radius: 0px;
    background: unset;
  }
}
.p-fv__swiper-slide-image[data-name=image1] {
  grid-area: image1;
}
.p-fv__swiper-slide-image[data-name=image2] {
  grid-area: image2;
}
.p-fv__swiper-slide-image[data-name=image3] {
  grid-area: image3;
}
.p-fv__swiper-slide-image[data-name=image4] {
  grid-area: image4;
}
.p-fv__swiper-slide-image[data-name=image5] {
  grid-area: image5;
}
.p-fv__swiper-slide-image[data-name=image6] {
  grid-area: image6;
}
.p-fv__swiper-slide-image[data-name=image7] {
  grid-area: image7;
}

.p-fv__title {
  position: absolute;
  bottom: -41px;
  left: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 10px;
}
@media screen and (min-width: 1440px) {
  .p-fv__title {
    bottom: -53px;
    left: 40px;
    gap: 19px;
  }
}

.p-fv__title-text {
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(40px);
  display: inline-block;
  color: #023E78;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
@media screen and (max-width: 388px) {
  .p-fv__title-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .p-fv__title-text {
    padding: 8px 24px;
    font-size: 64px;
    line-height: 130%;
    letter-spacing: 1.28px;
  }
}

.p-message {
  padding-block: 100px 165px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-message {
    padding-block: 214px 118px;
  }
}
@media screen and (min-width: 1440px) {
  .p-message {
    padding-block: 214px 118px;
  }
}

.p-message__inner {
  position: relative;
}
.p-message__inner::after {
  position: absolute;
  bottom: -130px;
  left: -32px;
  z-index: -1;
  content: "";
  display: block;
  width: 353px;
  height: 188px;
  aspect-ratio: 353/188;
  background-image: url(../img/sp-p-message__bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-message__inner {
    display: grid;
    grid-template-columns: 560px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .p-message__inner::after {
    bottom: -115px;
    left: 0px;
    width: 800px;
    height: auto;
    aspect-ratio: 1080/574;
    background-image: url(../img/pc-p-message__bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
@media screen and (min-width: 1440px) {
  .p-message__inner {
    display: grid;
    grid-template-columns: 560px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 140px;
       -moz-column-gap: 140px;
            column-gap: 140px;
  }
  .p-message__inner::after {
    bottom: -115px;
    left: 0px;
    width: 1080px;
    height: 574px;
    background-image: url(../img/pc-p-message__bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

.p-message__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-message__texts {
    row-gap: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .p-message__texts {
    row-gap: 82px;
  }
}

.p-message__text {
  text-shadow: 0 0 64px rgba(0, 0, 0, 0.25);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-message__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .p-message__text {
    font-size: 18px;
  }
}
.p-message__text .char {
  color: #023E78;
}

.p-message__image {
  position: relative;
  margin-top: 64px;
  margin-left: auto;
  width: 84.8717948718%;
  min-width: 331px;
  max-width: 700px;
  height: auto;
  aspect-ratio: 331/496;
}
.p-message__image::after {
  position: absolute;
  top: 0px;
  left: 24px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/sp-p-message__image.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 388px) {
  .p-message__image {
    min-width: unset;
    width: 270px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-message__image {
    margin-top: 0px;
    width: 360px;
    aspect-ratio: 640/800;
  }
  .p-message__image::after {
    left: 60px;
    background-image: url(../img/pc-p-message__image.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (min-width: 1440px) {
  .p-message__image {
    margin-top: 0px;
    width: 640px;
    aspect-ratio: 640/800;
  }
  .p-message__image::after {
    left: 0px;
    background-image: url(../img/pc-p-message__image.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

.p-business__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-business__inner {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .p-business__inner {
    padding-left: 100px;
  }
}

.p-business__swiper-container {
  padding-top: 40px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-business__swiper-container {
    padding-top: 63px;
  }
}
@media screen and (min-width: 1440px) {
  .p-business__swiper-container {
    padding-top: 63px;
  }
}

.p-business__swiper__pagination {
  position: static;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 75px);
  gap: 16px 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 388px) {
  .p-business__swiper__pagination {
    position: static;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 16px 8px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-business__swiper__pagination {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0px 17px;
    margin-left: -2px;
  }
}
@media screen and (min-width: 1440px) {
  .p-business__swiper__pagination {
    grid-template-columns: repeat(4, 298px);
    grid-template-rows: repeat(1, 1fr);
    gap: 0px 17px;
    margin-left: -2px;
  }
}

.p-business__swiper {
  position: relative;
  z-index: 2;
}

.p-business__swiper-slide {
  width: 89.1428571429% !important;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-business__swiper-slide {
    width: 550px !important;
  }
}
@media screen and (min-width: 1440px) {
  .p-business__swiper-slide {
    width: 608px !important;
  }
}

.p-challenge {
  overflow: hidden;
  padding-block: 120px 79px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-challenge {
    padding-block: 236px 132.5px;
  }
}
@media screen and (min-width: 1440px) {
  .p-challenge {
    padding-block: 236px 132.5px;
  }
}

.p-challenge__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.p-challenge__inner::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -112px;
  z-index: -1;
  width: 531px;
  height: 187px;
  background-image: url(../img/sp-p-challenge__bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-challenge__inner {
    row-gap: 63px;
  }
  .p-challenge__inner::before {
    top: -235px;
    right: -380px;
    width: 1620px;
    height: 574px;
    background-image: url(../img/pc-p-challenge__bg.png);
  }
}
@media screen and (min-width: 1440px) {
  .p-challenge__inner {
    row-gap: 63px;
  }
  .p-challenge__inner::before {
    top: -235px;
    right: -380px;
    width: 1620px;
    height: 574px;
    background-image: url(../img/pc-p-challenge__bg.png);
  }
}

.p-challenge__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-challenge__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 1440px) {
  .p-challenge__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-member {
  overflow: hidden;
  background: #E4EAF1;
  padding-block: 80px 81px;
}
@media screen and (min-width: 1440px) {
  .p-member {
    padding-block: 120px 119px;
  }
}

.p-member__inner {
  position: relative;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 19px;
}
.p-member__inner::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -3px;
  z-index: 0;
  width: 305px;
  height: 162.1019px;
  background-image: url(../img/sp-p-member__bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-member__inner {
    row-gap: 40px;
    padding-inline: 100px;
  }
  .p-member__inner::before {
    top: -125.5px;
    left: 0px;
    width: 940.7666px;
    height: 500px;
    background-image: url(../img/pc-p-member__bg.png);
  }
}
@media screen and (min-width: 1440px) {
  .p-member__inner {
    row-gap: 40px;
    padding-inline: 100px;
  }
  .p-member__inner::before {
    top: -125.5px;
    left: 0px;
    width: 940.7666px;
    height: 500px;
    background-image: url(../img/pc-p-member__bg.png);
  }
}

.p-member__swiper-container {
  padding-bottom: 157px;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .p-member__swiper-container {
    padding-bottom: 144px;
  }
}

.p-member__swiper {
  overflow: visible;
}

.p-member__swiper-slide {
  width: 312px !important;
  height: 714px !important;
}
@media screen and (max-width: 388px) {
  .p-member__swiper-slide {
    width: 280px !important;
    height: 750px !important;
  }
}
@media screen and (min-width: 1440px) {
  .p-member__swiper-slide {
    width: 386px !important;
    height: 783px !important;
  }
}

.p-member__swiper-scrollbar {
  overflow: hidden;
  position: absolute;
  bottom: 80px !important;
  left: 50% !important;
  translate: -50% 0px;
  width: 350px !important;
  height: 8px !important;
  background: #C4CCD7;
  border-radius: 0px !important;
}
.p-member__swiper-scrollbar .swiper-scrollbar-drag {
  height: 8px !important;
  background: #0961b6;
  border-radius: 0px;
}
@media screen and (max-width: 388px) {
  .p-member__swiper-scrollbar {
    width: 300px !important;
  }
}
@media screen and (min-width: 1440px) {
  .p-member__swiper-scrollbar {
    width: 976px !important;
    bottom: 32px !important;
    left: 0px !important;
    translate: 0 0;
  }
}

.p-member__swiper-button-box {
  position: absolute;
  bottom: 0px;
  right: 2px;
  width: 104px;
  height: 40px;
  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: 1440px) {
  .p-member__swiper-button-box {
    width: 180px;
    height: 80px;
  }
}

.p-member__swiper-button-prev,
.p-member__swiper-button-next {
  position: absolute !important;
  top: 0px;
  margin: 0px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 25px;
  border: 1px solid #0961b6;
  overflow: hidden;
  -webkit-transition: border 0.8s ease;
  transition: border 0.8s ease;
}
.p-member__swiper-button-prev::before,
.p-member__swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  scale: 0 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
  border-radius: 25px;
  border: 1px solid #0961b6;
  background-color: #023E78;
}
.p-member__swiper-button-prev::after,
.p-member__swiper-button-next::after {
  position: absolute;
  z-index: 2;
  display: block !important;
  font-size: 10px !important;
  color: #0961b6 !important;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media (any-hover: hover) {
  .p-member__swiper-button-prev:hover,
  .p-member__swiper-button-next:hover {
    border: 0px solid transparent;
  }
  .p-member__swiper-button-prev:hover::before,
  .p-member__swiper-button-next:hover::before {
    scale: 1 1;
    border: 2px solid #fff;
  }
  .p-member__swiper-button-prev:hover::after,
  .p-member__swiper-button-next:hover::after {
    color: #fff !important;
  }
}
@media screen and (min-width: 1440px) {
  .p-member__swiper-button-prev,
  .p-member__swiper-button-next {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50px;
    border: 1px solid #0961b6;
  }
  .p-member__swiper-button-prev::after,
  .p-member__swiper-button-next::after {
    font-size: 24px !important;
  }
}

.p-member__swiper-button-prev {
  left: 0px;
}

.p-member__swiper-button-next {
  right: 0px;
}

.p-culture {
  background-color: #F2F4F6;
  padding-block: 80px 82px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-culture {
    padding-block: 120px 122px;
  }
}
@media screen and (min-width: 1440px) {
  .p-culture {
    padding-block: 120px 119px;
  }
}

.p-culture__inner {
  position: relative;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 81px;
}
.p-culture__inner::before {
  content: "";
  position: absolute;
  bottom: 1200px;
  right: -8px;
  width: 235px;
  height: auto;
  aspect-ratio: 289/313;
  background-image: url(../img/sp-p-culture__bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-culture__inner {
    padding-inline: 100px;
  }
  .p-culture__inner::before {
    content: "";
    position: absolute;
    bottom: 80px;
    right: 0px;
    width: 770px;
    height: auto;
    aspect-ratio: 405/439;
    background-image: url(../img/pc-p-culture__bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
@media screen and (min-width: 1440px) {
  .p-culture__inner {
    padding-inline: 100px;
    row-gap: 123px;
  }
  .p-culture__inner::before {
    content: "";
    position: absolute;
    bottom: 80px;
    right: 0px;
    width: 770px;
    height: auto;
    aspect-ratio: 405/439;
    background-image: url(../img/pc-p-culture__bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

.p-culture__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-culture__top {
    row-gap: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .p-culture__top {
    row-gap: 64px;
  }
}

.p-culture__items {
  padding-inline: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-culture__items {
    padding-inline: 40px;
    backdrop-filter: unset;
  }
}
@media screen and (min-width: 1440px) {
  .p-culture__items {
    padding-inline: 40px;
    backdrop-filter: unset;
  }
}

.p-culture__parallax {
  translate: -20px 0;
  width: calc(100% + 40px);
  height: auto;
  aspect-ratio: 390/380;
  overflow: hidden;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-culture__parallax {
    translate: -100px 0;
    width: calc(100% + 200px);
    aspect-ratio: 1440/380;
  }
}
@media screen and (min-width: 1440px) {
  .p-culture__parallax {
    translate: -100px 0;
    width: calc(100% + 200px);
    aspect-ratio: 1440/380;
  }
}

.p-culture__parallax-image {
  width: 100%;
  height: calc(100% + 108px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1440px) {
  .p-culture__parallax-image {
    height: calc(100% + 422px);
  }
}

.p-culture__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 1440px) {
  .p-culture__bottom {
    margin-top: -3px;
  }
}

.p-culture__bottom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.p-culture__bottom-title::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/p-culture__bottom-title.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-culture__bottom-title::before {
    width: 29.309px;
    height: 29.309px;
  }
}
@media screen and (min-width: 1440px) {
  .p-culture__bottom-title::before {
    width: 29.309px;
    height: 29.309px;
  }
}

.p-culture__bottom-title-text {
  color: #404559;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-culture__bottom-title-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .p-culture__bottom-title-text {
    font-size: 24px;
  }
}

.p-faq {
  overflow: hidden;
  background-color: #E4EAF1;
  padding-block: 100px 99px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-faq {
    padding-block: 120px 120px;
  }
}
@media screen and (min-width: 1440px) {
  .p-faq {
    padding-block: 122px 121px;
  }
}

.p-faq__inner {
  position: relative;
  z-index: 2;
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 41px;
}
.p-faq__inner::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -43px;
  z-index: -1;
  width: 183px;
  aspect-ratio: 1;
  background-image: url(../img/sp-p-faq__bg-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.p-faq__inner::after {
  content: "";
  position: absolute;
  bottom: -145px;
  left: 0px;
  z-index: -1;
  width: 275px;
  aspect-ratio: 317/343;
  background-image: url(../img/sp-p-faq__bg-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-faq__inner {
    padding-inline: 100px;
    display: grid;
    grid-template-columns: 200px 1fr;
    -webkit-column-gap: 160px;
       -moz-column-gap: 160px;
            column-gap: 160px;
    row-gap: 0px;
  }
  .p-faq__inner::before {
    top: -115.17px;
    right: -80px;
    width: 317px;
    background-image: url(../img/pc-p-faq__bg-2.png);
  }
  .p-faq__inner::after {
    width: 680px;
    bottom: -120px;
    left: -50px;
    background-image: url(../img/pc-p-faq__bg-1.png);
  }
}
@media screen and (min-width: 1440px) {
  .p-faq__inner {
    padding-inline: 100px;
    display: grid;
    grid-template-columns: 200px 1fr;
    -webkit-column-gap: 160px;
       -moz-column-gap: 160px;
            column-gap: 160px;
    row-gap: 0px;
  }
  .p-faq__inner::before {
    top: -115.17px;
    right: -80px;
    width: 317px;
    background-image: url(../img/pc-p-faq__bg-2.png);
  }
  .p-faq__inner::after {
    width: 680px;
    bottom: -120px;
    left: -50px;
    background-image: url(../img/pc-p-faq__bg-1.png);
  }
}

.p-faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 19px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-faq__items {
    row-gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .p-faq__items {
    row-gap: 24px;
  }
}

.c-accordion1__item {
  border-radius: 4px;
  background: #F2F4F6;
  padding: 8px 12px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-accordion1__item {
    padding: 8px 20px;
  }
}
@media screen and (min-width: 1440px) {
  .c-accordion1__item {
    padding: 8px 20px;
  }
}

.c-accordion1__item-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  width: 100%;
  padding-block: 9px 8px;
  padding-right: 36px;
  text-align: left;
}
.c-accordion1__item-head::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 6px;
  width: 20px;
  height: 10px;
  background-image: url(../img/p-faq-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: calc(50% - 8px);
  rotate: 180deg;
  -webkit-transition: rotate 0.4s ease, top 0.4s ease;
  transition: rotate 0.4s ease, top 0.4s ease;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-accordion1__item-head {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 15px 32px 16px 32px;
    padding-right: 64px;
  }
  .c-accordion1__item-head::after {
    right: 38px;
  }
}
@media screen and (min-width: 1440px) {
  .c-accordion1__item-head {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 15px 32px 16px 32px;
    padding-right: 64px;
  }
  .c-accordion1__item-head::after {
    right: 38px;
  }
}

.c-accordion1__item-head.--is-open::after {
  top: 50%;
  rotate: 0deg;
}

.c-accordion1__item-head-icon {
  text-align: center;
  display: inline-block;
  width: 28px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 244, 0, 0.4);
  color: #023E78;
  font-family: "Jost", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-accordion1__item-head-icon {
    width: 36px;
    font-size: 28px;
    line-height: 140%;
  }
}
@media screen and (min-width: 1440px) {
  .c-accordion1__item-head-icon {
    width: 36px;
    font-size: 28px;
    line-height: 140%;
  }
}

.c-accordion1__item-head-text {
  color: #404559;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-accordion1__item-head-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .c-accordion1__item-head-text {
    font-size: 20px;
  }
}

.c-accordion1__item-body {
  padding-block: 0px 0px;
  color: #023E78;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  opacity: 0;
  height: 0;
  border-top: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-accordion1__item-body {
    font-size: 16px;
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .c-accordion1__item-body {
    font-size: 16px;
    padding-inline: 32px;
  }
}

.c-accordion1__item-body.--is-open {
  opacity: 1;
  height: auto;
  padding-block: 8px 8px;
  border-top: 2px solid #C4CCD7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-accordion1__item-body.--is-open {
    padding-block: 16px 16px;
  }
}
@media screen and (min-width: 1440px) {
  .c-accordion1__item-body.--is-open {
    padding-block: 16px 16px;
  }
}

.c-accordion1__item[data-name=item2] .c-accordion1__item-head {
  padding-block: 8px 8px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-accordion1__item[data-name=item2] .c-accordion1__item-head {
    padding-block: 14px 16px;
  }
}
@media screen and (min-width: 1440px) {
  .c-accordion1__item[data-name=item2] .c-accordion1__item-head {
    padding-block: 14px 16px;
  }
}
.c-accordion1__item[data-name=item3] .c-accordion1__item-head {
  padding-block: 7px 8px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-accordion1__item[data-name=item3] .c-accordion1__item-head {
    padding-block: 13px 16px;
  }
}
@media screen and (min-width: 1440px) {
  .c-accordion1__item[data-name=item3] .c-accordion1__item-head {
    padding-block: 13px 16px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-accordion1__item[data-name=item4] .c-accordion1__item-head {
    padding-block: 14px 16px;
  }
}
@media screen and (min-width: 1440px) {
  .c-accordion1__item[data-name=item4] .c-accordion1__item-head {
    padding-block: 14px 16px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .c-accordion1__item[data-name=item5] .c-accordion1__item-head {
    padding-block: 14px 16px;
  }
}
@media screen and (min-width: 1440px) {
  .c-accordion1__item[data-name=item5] .c-accordion1__item-head {
    padding-block: 14px 16px;
  }
}

.p-cta {
  padding-block: 12px;
  background-color: #E4EAF1;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-cta {
    padding-block: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .p-cta {
    padding-block: 32px 34px;
  }
}

.p-cta__inner {
  position: relative;
  margin-inline: auto;
  width: calc(100% - 24px);
  border-radius: 8px;
  padding-block: 56px;
  padding-inline: 8px;
  background: -webkit-gradient(linear, right top, left top, from(#0291D9), to(#023E78));
  background: linear-gradient(270deg, #0291D9 0%, #023E78 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 39px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-perspective: 2250px;
          perspective: 2250px;
  overflow: hidden;
}
@media screen and (max-width: 388px) {
  .p-cta__inner {
    padding-inline: 4px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-cta__inner {
    width: calc(100% - 64px);
    padding-block: 113.5px;
    padding-inline: 0px;
    row-gap: 55px;
  }
  .p-cta__inner::before, .p-cta__inner::after {
    position: absolute;
    top: 0px;
    z-index: 10;
    content: "";
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-cta__inner::before {
    left: 0px;
    background-image: url(../img/p-cta__left.jpg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .p-cta__inner::after {
    right: 0px;
    background-image: url(../img/p-cta__right.jpg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@media screen and (min-width: 1440px) {
  .p-cta__inner {
    width: calc(100% - 64px);
    padding-block: 113.5px;
    padding-inline: 0px;
    row-gap: 55px;
  }
  .p-cta__inner::before, .p-cta__inner::after {
    position: absolute;
    top: 0px;
    z-index: 10;
    content: "";
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-cta__inner::before {
    left: 0px;
    background-image: url(../img/p-cta__left.jpg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .p-cta__inner::after {
    right: 0px;
    background-image: url(../img/p-cta__right.jpg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-cta__inner.--is-open::before {
    -webkit-transform: rotateY(65deg);
            transform: rotateY(65deg);
    -webkit-transition: -webkit-transform 1.2s ease-out;
    transition: -webkit-transform 1.2s ease-out;
    transition: transform 1.2s ease-out;
    transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
  }
  .p-cta__inner.--is-open::after {
    -webkit-transform: rotateY(-65deg);
            transform: rotateY(-65deg);
    -webkit-transition: -webkit-transform 1.2s ease-out;
    transition: -webkit-transform 1.2s ease-out;
    transition: transform 1.2s ease-out;
    transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
  }
}
@media screen and (min-width: 1440px) {
  .p-cta__inner.--is-open::before {
    -webkit-transform: rotateY(61deg);
            transform: rotateY(61deg);
    -webkit-transition: -webkit-transform 1.2s ease-out;
    transition: -webkit-transform 1.2s ease-out;
    transition: transform 1.2s ease-out;
    transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
  }
  .p-cta__inner.--is-open::after {
    -webkit-transform: rotateY(-61deg);
            transform: rotateY(-61deg);
    -webkit-transition: -webkit-transform 1.2s ease-out;
    transition: -webkit-transform 1.2s ease-out;
    transition: transform 1.2s ease-out;
    transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
  }
}

.p-cta__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-cta__contents {
    row-gap: 34px;
  }
}
@media screen and (min-width: 1440px) {
  .p-cta__contents {
    row-gap: 34px;
  }
}

.p-cta__title {
  color: #fff;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 388px) {
  .p-cta__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-cta__title {
    font-size: 56px;
    letter-spacing: 1.68px;
  }
}
@media screen and (min-width: 1440px) {
  .p-cta__title {
    font-size: 56px;
    letter-spacing: 1.68px;
  }
}

.p-cta__text {
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 388px) {
  .p-cta__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-cta__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .p-cta__text {
    font-size: 16px;
  }
}

.p-footer {
  overflow: hidden;
  padding-block: 40px 32px;
  background-color: #E4EAF1;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer {
    padding-block: 80px 33px;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer {
    padding-block: 80px 33px;
  }
}

.p-footer__inner {
  position: relative;
  z-index: 2;
  padding-inline: 10px;
}
.p-footer__inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -90px;
  right: 0px;
  z-index: -1;
  width: 250px;
  height: auto;
  aspect-ratio: 335/450;
  background-image: url(../img/sp-p-footer__bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer__inner {
    padding-inline: 80px;
  }
  .p-footer__inner::after {
    content: "";
    position: absolute;
    bottom: -175px;
    right: 0px;
    width: 844px;
    height: auto;
    aspect-ratio: 335/450;
    background-image: url(../img/pc-p-footer__bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__inner {
    padding-inline: 80px;
  }
  .p-footer__inner::after {
    content: "";
    position: absolute;
    bottom: -175px;
    right: 0px;
    width: 844px;
    height: auto;
    aspect-ratio: 335/450;
    background-image: url(../img/pc-p-footer__bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

.p-footer__contents {
  padding-block: 10px;
  padding-inline: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer__contents {
    padding-block: 10px;
    padding-inline: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 0px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__contents {
    padding-block: 10px;
    padding-inline: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 0px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer__contents-left {
    padding: 16px 16px;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__contents-left {
    padding: 16px 16px;
  }
}

.p-footer__contents-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer__contents-right {
    padding: 16px 16px;
    row-gap: 45px;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__contents-right {
    padding: 16px 16px;
    row-gap: 45px;
  }
}

.p-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 34px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 38px;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 38px;
  }
}

.p-footer__info-logo {
  width: 280.5px;
  height: auto;
  aspect-ratio: 280.5/68;
}
.p-footer__info-logo img {
  width: 100%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (any-hover: hover) {
  .p-footer__info-logo:hover img {
    opacity: 0.7;
  }
}

.p-footer__info-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-footer__info-text {
  color: #404559;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer__info-text {
    line-height: 170%;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__info-text {
    line-height: 170%;
  }
}

.p-footer__list {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 9px 20px;
    grid-template-areas: "link1 link4" "link2 link5" "link3 link6";
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 9px 20px;
    grid-template-areas: "link1 link4" "link2 link5" "link3 link6";
  }
}

@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer__item:nth-of-type(1) {
    grid-area: link1;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__item:nth-of-type(1) {
    grid-area: link1;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer__item:nth-of-type(2) {
    grid-area: link2;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__item:nth-of-type(2) {
    grid-area: link2;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer__item:nth-of-type(3) {
    grid-area: link3;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__item:nth-of-type(3) {
    grid-area: link3;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer__item:nth-of-type(4) {
    grid-area: link4;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__item:nth-of-type(4) {
    grid-area: link4;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer__item:nth-of-type(5) {
    grid-area: link5;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__item:nth-of-type(5) {
    grid-area: link5;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer__item:nth-of-type(6) {
    grid-area: link6;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__item:nth-of-type(6) {
    grid-area: link6;
  }
}

.p-footer__link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-block: 8px;
  color: #404559;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.p-footer__link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 1px;
  scale: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  background-color: #0961b6;
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
}
@media (any-hover: hover) {
  .p-footer__link:hover::after {
    scale: 1;
    -webkit-transition: scale 0.4s ease;
    transition: scale 0.4s ease;
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .p-footer__sns {
    padding: 16px 16px;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__sns {
    padding: 16px 16px;
  }
}

.p-footer__sns-link svg {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (any-hover: hover) {
  .p-footer__sns-link:hover svg {
    opacity: 0.7;
  }
}

.p-footer__copy-sp {
  margin-top: -6px;
  color: #404559;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.p-footer__copy-pc {
  margin-top: 2px;
  color: #404559;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.u-parts {
  padding-block: 30px;
}
@media screen and (min-width: 1440px) {
  .u-parts {
    padding-block: 50px;
  }
}

.u-parts-body {
  background-color: #C4CCD7;
}

.u-space {
  padding-left: 4px;
}
@media screen and (min-width: 1440px) {
  .u-space {
    padding-left: 0px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .u-pc__none {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .u-pc__none {
    display: none;
  }
}

.u-sp__none {
  display: none;
}
@media screen and (min-width: 1100px) and (max-width: 1439.99px) {
  .u-sp__none {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .u-sp__none {
    display: block;
  }
}