@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap");
*,
*::before,
*::after {
  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,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1319px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1320 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fff;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

picture {
  display: block;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-header__inner {
  padding-block: 0.75rem;
  padding-inline: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-inline: 1rem;
  }
}

.l-header__list {
  display: flex;
  align-items: center;
  column-gap: 2.25rem;
}

.l-header__list li {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .l-header__list li {
    font-size: 1rem;
  }
}
.l-header__list li {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.4;
  white-space: nowrap;
  position: relative;
  color: #fff;
}
.l-header__list li::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -4px;
  position: absolute;
  scale: 0 1;
  transition: scale 0.3s ease;
}
@media (hover: hover) {
  .l-header__list li:hover::before {
    scale: 1 1;
  }
}

.l-header__nav {
  display: flex;
  align-items: center;
  column-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-main {
  margin-top: 0rem;
  position: relative;
  z-index: 1;
}

.l-child-main {
  margin-block: 11.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-child-main {
    margin-top: 7.5rem;
  }
}

.l-mv__block {
  background-image: linear-gradient(to left, #0291D9, #023E78);
}

.l-mv__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.l-mv__scroll-animation {
  --images-width: 0px;
  --image-gap: 12px;
  width: fit-content;
  display: flex;
  gap: var(--image-gap);
  animation: mv_animation 10s linear both infinite;
  opacity: 0;
  translate: 0px 40px;
  visibility: hidden;
  overflow-y: hidden;
  transition: opacity 1s ease, translate 1s ease;
  height: 780px;
}
@media screen and (max-width: 767px) {
  .l-mv__scroll-animation {
    height: 540px;
  }
}
.l-mv__scroll-animation.is-active {
  opacity: 1;
  translate: 0 0;
  visibility: visible;
}

@keyframes mv_animation {
  from {
    translate: 0 0;
  }
  to {
    translate: calc(-1 * (var(--images-width) + var(--image-gap))) 0;
  }
}
.l-fv__container {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .l-fv__container {
    flex-direction: column;
    gap: 0px;
  }
}

.l-bussiness__container {
  margin-top: 48px;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-bussiness__container {
    margin-top: 33px;
  }
}

.l-btn__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-btn__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

.l-bl__card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-right: calc(50% - 50vw);
}

.l-bl__card-container {
  margin-right: calc(50% - 50vw);
}

.l-ch__grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4.5rem;
  row-gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .l-ch__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.75rem;
    margin-top: 32px;
  }
}

.l-member__container {
  padding-block: 120px;
  padding-inline: 40px;
  position: sticky;
  overflow: hidden;
  top: 0;
  height: 100vh;
}

.l-member__swiper-container {
  display: flex;
  gap: 48px;
  width: max-content;
  margin-right: 120px;
  margin-top: 158px;
}
.l-member__swiper-container a {
  flex: 0 0 clamp(280px, 30vw, 420px) !important;
}

@keyframes slide-to-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% + 100vw - 80px));
  }
}
.l-culture__flex-columns {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  row-gap: 5rem;
  position: absolute;
  z-index: 22;
}
@media screen and (max-width: 767px) {
  .l-culture__flex-columns {
    position: static;
  }
}

.l-culture__container {
  padding-inline: 2.5rem;
  background-color: #fff;
  backdrop-filter: blur(32px);
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-culture__container {
    padding-inline: 1rem;
  }
}
.l-culture__container.--bg-blur {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  margin-top: 38px;
  z-index: 66;
}
@media screen and (max-width: 767px) {
  .l-culture__container.--bg-blur {
    position: static;
  }
}
.l-culture__container.--bg-blur-bottom {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-culture__container.--bg-blur-bottom {
    position: static;
  }
}

.l-culture__image-wrap {
  position: relative;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-culture__image-wrap {
    margin-block: 5.375rem;
  }
}
.l-culture__image-wrap picture {
  aspect-ratio: 1440/380;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-culture__image-wrap picture {
    min-height: 380px;
    aspect-ratio: 390/380;
  }
}
.l-culture__image-wrap picture img {
  object-fit: cover;
  width: 100%;
  height: calc(100% + 200px);
}

.l-faq__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-faq__container {
    flex-direction: column;
    gap: 40px;
  }
}

.l-contact__container {
  padding-block: 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-contact__container {
    padding-block: 0;
  }
}

.l-contact__block {
  width: 100%;
  padding-inline: 40px;
  padding-block: 40px;
  margin-inline: auto;
  border-radius: 30px;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-contact__block {
    padding-inline: 20px;
  }
}

.l-modal-bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(2, 62, 120, 0.5019607843);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibilityy 0.3s ease;
}
.l-modal-bg.is-active {
  z-index: 221;
  opacity: 1;
  visibility: visible;
}

.l-works-detail {
  background-color: #E4EAF1;
}

.l-detail-top {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-detail-top {
    flex-direction: column;
  }
}

.l-detail-mid {
  margin-block: 2.5rem 2.5rem;
  background-color: #f9f8f8;
  color: #222;
  padding: 18px;
}

.l-detail-bottom {
  margin-block: 2.5rem 2.5rem;
  background-color: #f9f8f8;
  color: #222;
  padding: 18px;
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-detail-bottom {
    flex-direction: column;
    gap: 30px;
  }
}

.l-works__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.l-profile__bottom {
  padding-block: 2.5rem 2.5rem;
  background-color: #F5EDE9;
  color: #222;
}

.l-profile__container {
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-profile__container {
    flex-direction: column;
    gap: 10px;
  }
}

.l-profile__area {
  padding-block: 2.5rem 2.5rem;
}

.l-profile__menu {
  margin-top: 40px;
  flex-shrink: 0;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1320px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 597px;
    padding: 0 1.15625rem;
  }
}

.l-inner__narrow {
  max-width: 72.5rem;
  padding: 0 0;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1.15625rem;
    max-width: 560px;
  }
}

.l-footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 0;
  background: #fff;
  padding-block: 8rem 3.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 2.125rem 5.75rem;
    position: static;
  }
}

.l-footer_wrap {
  position: relative;
}

.l-footer__container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    flex-direction: column;
    align-items: left;
    row-gap: 57px;
  }
}

.l-ch__bg {
  position: absolute;
  top: 49px;
  right: 0;
  width: 60%;
  height: auto;
  translate: 0;
  z-index: -1;
}

.l-busi__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  translate: 0;
  z-index: -1;
  display: flex;
  align-items: center;
}
.l-busi__bg img {
  object-fit: contain;
}

.l-mem__bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 62%;
  height: auto;
  translate: 0;
  z-index: 1;
  rotate: 180deg;
  opacity: 0.4;
}

.l-cul__bg {
  position: absolute;
  top: 45%;
  right: 0;
  width: 55%;
  height: auto;
  translate: 0;
  z-index: 1;
}

.l-faq__bg {
  position: absolute;
  bottom: -125px;
  left: -172px;
  width: 55%;
  height: auto;
  translate: 0;
  z-index: 1;
  rotate: 180deg;
  opacity: 0.8;
}

.l-contact__bg {
  position: absolute;
  bottom: -125px;
  left: -172px;
  width: 55%;
  height: auto;
  translate: 0;
  z-index: 1;
  rotate: 180deg;
  opacity: 0.8;
}

.l-foot__bg {
  position: absolute;
  top: -60%;
  right: 0;
  width: 30%;
  height: auto;
  margin-inline: auto;
  translate: 0;
  z-index: 1;
}

.c-bl__btn {
  display: block;
  padding-block: 1.25rem;
  border-radius: 0.25rem;
  background-color: #E4EAF1;
  border: 2px solid #f5f5f5;
  color: #ff8600;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-bl__btn {
    padding: 8px;
    width: min(171px, 100%);
    width: 100%;
  }
}
.c-bl__btn.is-active {
  background-color: #ff8600;
  border-color: #fff;
  color: #fff;
}

.c-bl__btn-container {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  width: fit-content;
  row-gap: 0.25rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-bl__btn-container {
    margin-inline: 0;
  }
}

.c-bl__btn-top {
  font-size: max(0.875rem, 11.2px);
}
@media screen and (max-width: 767px) {
  .c-bl__btn-top {
    font-size: 0.875rem;
  }
}
.c-bl__btn-top {
  font-weight: 500;
  line-height: 0.0714285714;
  letter-spacing: 0em;
  line-height: 1.6;
  font-style: italic;
  font-family: "Jost", sans-serif;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-bl__btn-top {
    font-size: 8px;
  }
}

.c-bl__btn-bottom {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .c-bl__btn-bottom {
    font-size: 1.125rem;
  }
}
.c-bl__btn-bottom {
  font-weight: 700;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1.6;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-bl__btn-bottom {
    font-size: 13px;
  }
}
.c-bl__btn-bottom span {
  font-size: 20px;
  font-style: italic;
  font-family: "Jost", sans-serif;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .c-bl__btn-bottom span {
    display: block;
    margin-right: 0;
    font-size: 13px;
  }
}

.c-cta__btn {
  margin-top: 13px;
  display: inline-block;
}
.c-cta__btn a {
  display: inline-block;
  font-size: max(1.5rem, 19.2px);
}
@media screen and (max-width: 767px) {
  .c-cta__btn a {
    font-size: 1.5rem;
  }
}
.c-cta__btn a {
  font-weight: 500;
  line-height: 0.0416666667;
  letter-spacing: 0.0583333333em;
  line-height: 1.5;
  position: relative;
  padding-block: 1rem;
  padding-inline: 4rem 5.75rem;
  border-radius: 100vmax;
  border: 2px solid #fff;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-cta__btn a {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .c-cta__btn a:hover::after {
    scale: 1 1;
  }
}
.c-cta__btn a::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFF400;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 41px;
}
.c-cta__btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #023E78;
  border-radius: 100vmax;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  scale: 0 0;
  transform-origin: bottom left;
  transition: scale 0.3s ease;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-cursor {
  display: grid;
  place-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 339;
  width: 120px;
  margin: 0;
  aspect-ratio: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  opacity: 1;
  transition: transform 0.1s, scale 0.1s;
  cursor: none !important;
  pointer-events: none;
}

.js-link:hover {
  cursor: none;
}

.opening {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  background-color: #fafafa;
}

.opening__inner {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opening__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: clamp(64px, 10vw, 168px);
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  color: #18181b;
  will-change: transform, opacity;
}

.opening__text {
  transform: translateX(-15px);
}

.opening__count {
  position: absolute;
  bottom: 36%;
  font-size: 64px;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: 700;
  color: #18181b;
}

.c-culture__modal-area {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -8;
  width: min(1200px, 80%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-culture__modal-area.is-active {
  z-index: 333;
  opacity: 1;
  visibility: visible;
}

.c-member__modal {
  padding: 48px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #023E78;
  color: #023E78;
  display: grid;
  width: 94%;
  margin-inline: auto;
  place-items: center;
  position: relative;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-member__modal {
    padding: 64px 16px 16px;
  }
}

.c-member__modal-inner {
  overflow-y: scroll;
  max-height: 85vh;
}

.c-member__modal-block {
  position: absolute;
  top: 53px;
  right: 44px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-member__modal-block {
    flex-direction: row-reverse;
    top: 22px;
    right: 16px;
    align-items: start;
    column-gap: 8px;
  }
}

.c-member__modal-close {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: #023E78;
  position: relative;
}
.c-member__modal-close::before, .c-member__modal-close::after {
  content: "";
  width: 21px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.c-member__modal-close::before {
  rotate: 45deg;
}
.c-member__modal-close::after {
  rotate: -45deg;
}

.c-member__modal-closeText {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .c-member__modal-closeText {
    font-size: 1rem;
  }
}
.c-member__modal-closeText {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-member__modal-closeText {
    font-size: 12px;
  }
}

.c-member__modal-desc {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .c-member__modal-desc {
    font-size: 1.125rem;
  }
}
.c-member__modal-desc {
  font-weight: 500;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1.6;
  font-style: italic;
  font-family: "Jost", sans-serif;
  color: #023E78;
}
@media screen and (max-width: 767px) {
  .c-member__modal-desc {
    font-size: 14px;
  }
}

.c-member__modal-title {
  font-size: max(1.75rem, 22.4px);
}
@media screen and (max-width: 767px) {
  .c-member__modal-title {
    font-size: 1.75rem;
  }
}
.c-member__modal-title {
  font-weight: 700;
  line-height: 0.0357142857;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-member__modal-title {
    font-size: 20px;
  }
}
.c-member__modal-title span {
  font-size: 30px;
  font-weight: 500;
  margin-right: 16px;
  font-style: italic;
  font-family: "Jost", sans-serif;
  color: #ff8600;
}
@media screen and (max-width: 767px) {
  .c-member__modal-title span {
    font-size: 18px;
    margin-left: 1px;
  }
}

.c-member__modal-title-1 {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .c-member__modal-title-1 {
    font-size: 1.125rem;
  }
}
.c-member__modal-title-1 {
  font-weight: 700;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-member__modal-title-1 {
    font-size: 15px;
  }
}

.c-member__modal-text li {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .c-member__modal-text li {
    font-size: 1rem;
  }
}
.c-member__modal-text li {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.7;
  list-style: disc;
  margin-left: 1em;
  color: #023E78;
}
@media screen and (max-width: 767px) {
  .c-member__modal-text li {
    font-size: 15px;
    margin-left: 2em;
  }
}

.c-member__modal-list {
  display: flex;
  padding-block: 0.75rem;
  border-bottom: 1px solid #C4CCD7;
}
@media screen and (max-width: 767px) {
  .c-member__modal-list {
    flex-direction: column;
    gap: 10px;
  }
}
.c-member__modal-list:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-member__modal-list:first-of-type {
    margin-top: 12px;
  }
}
.c-member__modal-list:last-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-member__modal-list:last-of-type {
    margin-bottom: 12px;
  }
}
.c-member__modal-list dt, .c-member__modal-list dd {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-member__modal-list dt, .c-member__modal-list dd {
    width: 100%;
  }
}

.c-modal-btn {
  width: 100%;
  display: block;
  padding-block: 1.3125rem;
  padding-inline: 2.5rem;
  color: #fff;
  background-color: #ff8600;
  border-radius: 4px;
  border: 2px solid #023E78;
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: scale 0.3s ease, opacity 0.3s ease-in, translate 0.3s ease-in;
  z-index: 3;
}
@media (hover: hover) {
  .c-modal-btn:hover {
    scale: 1.2;
  }
}
.c-modal-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: bottom left;
  scale: 0 0;
  transition: scale 0.3s ease;
}
.c-modal-btn span {
  font-size: max(1.25rem, 16px);
}
@media screen and (max-width: 767px) {
  .c-modal-btn span {
    font-size: 1.25rem;
  }
}
.c-modal-btn span {
  font-weight: 700;
  line-height: 0.05;
  letter-spacing: 0em;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.c-modal-btn span::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: -36px;
  transition: border 0.3s ease;
}

.js-modal-btn {
  opacity: 0;
  translate: 0 20px;
  transition: scale 0.3s ease, opacity 0.3s ease-in, translate 0.3s ease-in;
}

.js-modal-btn.is-active {
  opacity: 1;
  translate: 0;
}

.c-culture__modal-btn {
  position: absolute;
  bottom: -80px;
  right: 40px;
  z-index: 33;
}

.c-culture__modal-link {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  color: #023E78;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: scale 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-culture__modal-link {
    width: 80px;
    height: 80px;
  }
}
@media (hover: hover) {
  .c-culture__modal-link:hover {
    scale: 1.05;
  }
}
.c-culture__modal-link span {
  font-size: max(0.75rem, 9.6px);
}
@media screen and (max-width: 767px) {
  .c-culture__modal-link span {
    font-size: 0.75rem;
  }
}
.c-culture__modal-link span {
  font-weight: 500;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-culture__modal-link span {
    font-size: 11px;
  }
}
.c-culture__modal-link::before {
  content: "+";
  position: absolute;
  top: 40%;
  left: 50%;
  translate: -50% -50%;
  color: #023E78;
  z-index: 34;
  font-size: 32px;
}

.c-privacy__modal {
  padding: 48px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #023E78;
  color: #023E78;
  display: grid;
  width: 94%;
  height: 92%;
  margin-inline: auto;
  place-items: center;
  position: relative;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -8;
  width: min(1200px, 80%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-privacy__modal.is-active {
  z-index: 333;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .c-privacy__modal {
    padding: 64px 16px 16px;
  }
}

.c-privacy__modal-inner {
  overflow-y: scroll;
  max-height: 85vh;
}

.c-privacy__modal-block {
  position: absolute;
  top: 53px;
  right: 44px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-privacy__modal-block {
    flex-direction: row-reverse;
    top: 22px;
    right: 16px;
    align-items: start;
    column-gap: 8px;
  }
}

.c-privacy__modal-closeText {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .c-privacy__modal-closeText {
    font-size: 1rem;
  }
}
.c-privacy__modal-closeText {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.7;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-privacy__modal-closeText {
    font-size: 12px;
  }
}

.c-privacy__modal-desc {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .c-privacy__modal-desc {
    font-size: 1.125rem;
  }
}
.c-privacy__modal-desc {
  font-weight: 500;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1.6;
  font-style: italic;
  font-family: "Jost", sans-serif;
  color: #023E78;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-privacy__modal-desc {
    font-size: 14px;
  }
}

.c-privacy__modal-title {
  font-size: max(1.75rem, 22.4px);
}
@media screen and (max-width: 767px) {
  .c-privacy__modal-title {
    font-size: 1.75rem;
  }
}
.c-privacy__modal-title {
  font-weight: 700;
  line-height: 0.0357142857;
  letter-spacing: 0em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-privacy__modal-title {
    font-size: 20px;
  }
}
.c-privacy__modal-title span {
  font-size: 30px;
  font-weight: 500;
  margin-right: 16px;
  font-style: italic;
  font-family: "Jost", sans-serif;
  color: #ff8600;
}
@media screen and (max-width: 767px) {
  .c-privacy__modal-title span {
    font-size: 18px;
    margin-left: 1px;
  }
}

.c-privacy__modal-info {
  margin-top: 40px;
}

.c-privacy__modal-text {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .c-privacy__modal-text {
    font-size: 1rem;
  }
}
.c-privacy__modal-text {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-privacy__modal-text {
    font-size: 14px;
  }
}

.c-privacy__modal-ttl {
  font-size: max(1.25rem, 16px);
}
@media screen and (max-width: 767px) {
  .c-privacy__modal-ttl {
    font-size: 1.25rem;
  }
}
.c-privacy__modal-ttl {
  font-weight: 700;
  line-height: 0.05;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-privacy__modal-ttl {
    font-size: 18px;
  }
}

.c-bl__card {
  background-color: #E4EAF1;
  border-radius: 0.25rem;
  color: #ff8600;
  width: 100%;
  transition: color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-bl__card {
    min-width: 312px;
    min-height: 653px;
  }
}

.c-bl__card-inner {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-bl__card-inner {
    padding: 0.75rem;
  }
}

.c-bl__card-desc {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .c-bl__card-desc {
    font-size: 1rem;
  }
}
.c-bl__card-desc {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0.075em;
  line-height: 1.6;
  font-style: italic;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-bl__card-desc {
    font-size: 12px;
  }
}

.c-bl__card-title {
  font-size: max(1.5rem, 19.2px);
}
@media screen and (max-width: 767px) {
  .c-bl__card-title {
    font-size: 1.5rem;
  }
}
.c-bl__card-title {
  font-weight: 700;
  line-height: 0.0416666667;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-bl__card-title {
    font-size: 18px;
  }
}
.c-bl__card-title span {
  font-style: italic;
  font-family: "Jost", sans-serif;
  font-size: 28px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .c-bl__card-title span {
    font-size: 20px;
  }
}

.c-bl__card-text {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .c-bl__card-text {
    font-size: 1.125rem;
  }
}
.c-bl__card-text {
  font-weight: 700;
  line-height: 0.0555555556;
  letter-spacing: 0.0666666667em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-bl__card-text {
    font-size: 14px;
  }
}

.c-bl__card-image {
  aspect-ratio: 552/310;
  margin-top: 20px;
  max-height: 310px;
}
@media screen and (max-width: 767px) {
  .c-bl__card-image {
    max-height: 162px;
    margin-top: 12px;
  }
}
.c-bl__card-image img {
  object-fit: cover;
}
.c-bl__card-image + div {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-bl__card-image + div {
    margin-top: 15px;
  }
}

.c-bl__card-div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-bl__card-list li {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .c-bl__card-list li {
    font-size: 1rem;
  }
}
.c-bl__card-list li {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0.075em;
  line-height: 1.7;
  list-style: disc;
  margin-left: 1.5em;
  color: #404559;
}
.c-bl__card-list li.hidden {
  list-style: disc #fff;
}
@media screen and (max-width: 767px) {
  .c-bl__card-list li {
    font-size: 14px;
  }
}
.c-bl__card-list + p {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-bl__card-list + p {
    margin-top: 31px;
  }
}
.c-bl__card-list + button {
  margin-top: auto;
}

.c-bl__modal-btn {
  position: relative;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
}
.c-bl__modal-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  scale: 0 0;
  transform-origin: left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: scale 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-bl__modal-btn {
    padding-inline: 1.3125rem;
  }
}
@media (hover: hover) {
  .c-bl__modal-btn:hover {
    border-color: #ff8600;
    cursor: pointer;
  }
  .c-bl__modal-btn:hover::before {
    scale: 1 1;
  }
  .c-bl__modal-btn:hover a {
    color: #ff8600;
  }
  .c-bl__modal-btn:hover a::before, .c-bl__modal-btn:hover a::after {
    background-color: #0961B6;
  }
}
.c-bl__modal-btn a {
  width: 100%;
  height: auto;
  display: block;
  padding-block: 1.3125rem;
  padding-inline: 2.5rem;
  color: #fff;
  background-color: #ff8600;
  text-align: left;
  position: relative;
  cursor: pointer;
  margin-top: auto;
}
.c-bl__modal-btn a::before {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 45px;
  z-index: 3;
}
.c-bl__modal-btn a::after {
  content: "";
  height: 14px;
  width: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 50px;
  z-index: 3;
}
.c-bl__modal-btn span {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .c-bl__modal-btn span {
    font-size: 1rem;
  }
}
.c-bl__modal-btn span {
  font-weight: 700;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.4;
  position: relative;
  z-index: 3;
}

.c-ch__card {
  position: relative;
  padding-block: 7.0625rem 1.75rem;
  padding-inline: 1.5rem;
  background-color: rgba(244, 251, 255, 0.6980392157);
  border-bottom: 12px solid #37A4DB;
}
@media screen and (max-width: 767px) {
  .c-ch__card {
    padding-block: 6.5625rem 0.875rem;
  }
}
.c-ch__card.--deep .c-ch__card-top {
  background-color: #2766AE;
}
.c-ch__card.--deep {
  border-color: #2766AE;
}

.c-ch__card-top {
  padding-block: 0.75rem;
  padding-inline: 1.75rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  background-color: #37A4DB;
  color: #fff;
  position: absolute;
  width: fit-content;
  height: auto;
  top: 0;
  left: 0;
}

.c-ch__card-desc {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .c-ch__card-desc {
    font-size: 1.125rem;
  }
}
.c-ch__card-desc {
  font-weight: 500;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1;
  font-style: italic;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-ch__card-desc {
    font-size: 15px;
  }
}
.c-ch__card-desc span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .c-ch__card-desc span {
    font-size: 20px;
  }
}

.c-ch__card-title {
  font-size: max(1.5rem, 19.2px);
}
@media screen and (max-width: 767px) {
  .c-ch__card-title {
    font-size: 1.5rem;
  }
}
.c-ch__card-title {
  font-weight: 500;
  line-height: 0.0416666667;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-ch__card-title {
    font-size: 18px;
  }
}

.c-ch__card-text {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .c-ch__card-text {
    font-size: 1rem;
  }
}
.c-ch__card-text {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #ff8600;
}
@media screen and (max-width: 767px) {
  .c-ch__card-text {
    font-size: 15px;
  }
}
.c-ch__card-text + picture {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .c-ch__card-text + picture {
    margin-top: 21px;
  }
}

.c-ch__card-image {
  aspect-ratio: 534/268;
}
@media screen and (max-width: 767px) {
  .c-ch__card-image {
    min-height: 216px;
    max-width: 100%;
    aspect-ratio: 294/216;
  }
}
.c-ch__card-image img {
  object-fit: cover;
}

.c-member__card {
  position: relative;
}

.c-member__container {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

.c-member__image {
  position: relative;
}
.c-member__image picture {
  aspect-ratio: 1;
  box-shadow: 0 5px 15px 0 rgba(26, 150, 239, 0.15);
}
.c-member__image picture img {
  object-fit: cover;
}

.c-member__block {
  position: absolute;
  right: 0;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.p-member__desc {
  font-size: max(1.25rem, 16px);
}
@media screen and (max-width: 767px) {
  .p-member__desc {
    font-size: 1.25rem;
  }
}
.p-member__desc {
  font-weight: 700;
  line-height: 0.05;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #fff;
  padding: 4px 16px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
  width: fit-content;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-member__desc {
    font-size: 15px;
    letter-spacing: 0.08em;
    padding: 4px 8px;
  }
}
.p-member__desc + li {
  margin-top: 10px;
}
.p-member__desc span {
  font-size: 20px;
}

.c-member__top {
  position: absolute;
  right: 10px;
  top: -68px;
  z-index: 6;
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .c-member__top {
    top: -32px;
  }
}

.c-member__card:nth-of-type(2) .c-member__top,
.c-member__card:nth-of-type(5) .c-member__top {
  top: -42px;
}

.c-member__copy,
.c-member__site {
  font-size: max(3.5rem, 44.8px);
}
@media screen and (max-width: 767px) {
  .c-member__copy,
  .c-member__site {
    font-size: 3.5rem;
  }
}
.c-member__copy,
.c-member__site {
  font-weight: 500;
  line-height: 0.0178571429;
  letter-spacing: 0.025em;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
  color: #023E78;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .c-member__copy,
  .c-member__site {
    font-size: 36px;
  }
}

.c-member__site {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .c-member__site {
    font-size: 18px;
  }
}

.c-member__text {
  background-color: #fff;
  color: #023E78;
  padding: 12px 16px;
  min-height: 204px;
}
@media screen and (max-width: 767px) {
  .c-member__text {
    padding: 12px 7px;
  }
}

.c-member__copy {
  text-shadow: 0 0 5px rgb(255, 255, 255);
}

.member__swiper-container,
.member__swiper,
.member__swiper-wrapper,
.member__swiper-slide {
  position: relative;
}

.member__swiper {
  overflow: hidden;
  padding-block: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .member__swiper {
    padding-block: 1.25rem;
  }
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
  width: 15px;
  height: 15px;
  border-top: 2px solid #0961B6;
  border-right: 2px solid #0961B6;
  rotate: 45deg;
  transition: border 0.3s ease;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
}

.swiper-button-next::after {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next::after {
    margin-right: 3px;
  }
}

.swiper-button-prev::after {
  rotate: 225deg;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after {
    margin-left: 3px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  top: calc(100% + 60px);
  right: 3%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #0961B6;
  cursor: pointer;
  transition: border 0.3s ease, background-color 0.3s ease;
}
@media (min-width: 1320px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: calc(100% + 25px);
    width: 80px;
    height: 80px;
    right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 60px;
    height: 60px;
    border-width: 1px;
    top: calc(100% + 58px);
    right: 16px;
  }
}
@media (max-width: 390px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    border-color: #fff;
    background-color: #023E78;
  }
  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
    border-color: #fff;
  }
}

.c-modal-button-prev,
.c-modal-button-next {
  top: 50%;
  translate: 0 -50%;
  right: auto;
  z-index: 999;
  background-color: #023E78;
  border-color: #fff;
}
.c-modal-button-prev::after,
.c-modal-button-next::after {
  border-color: #fff;
}

.c-modal-button-prev {
  right: auto;
  left: -10%;
}

.c-modal-button-next {
  left: auto;
  right: -10%;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    right: 96px;
  }
}
@media (max-width: 390px) {
  .swiper-button-prev {
    right: 66px;
  }
}

.swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: calc(100% + 48px);
  left: 38%;
  translate: -50%;
  width: min(976px, 75%);
  height: 7px;
  background: #d9d9d9;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: calc(100% + 12px);
    left: 48%;
    width: min(976px, 95%);
  }
}

/* activeな部分 */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0961B6;
  border-radius: 20px;
}

.c-culture__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 1.75rem;
  padding-inline: 2.125rem;
  border-bottom: 2px solid #C4CCD7;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-culture__block {
    flex-direction: column;
    gap: 36px;
    padding-inline: 0rem;
  }
}
.c-culture__block:last-of-type {
  border-bottom: none;
}

.c-culture__title {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-culture__title {
    width: 100%;
  }
}

.c-culture__txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-culture__txt {
    width: 100%;
  }
}

.--profile-title {
  width: unset;
  min-width: 400px;
}

.--profile-txt {
  width: 100%;
  margin-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .--profile-txt {
    margin-left: 0rem;
  }
}

.c-culture__wrap {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-culture__wrap {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}

.c-culture__icon {
  width: 63px;
  height: 63px;
}
.c-culture__icon img {
  object-fit: contain;
}

.c-culture_ttl {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-culture_ttl {
    row-gap: 0;
  }
}

.c-culture__name {
  font-size: max(2.125rem, 27.2px);
}
@media screen and (max-width: 767px) {
  .c-culture__name {
    font-size: 2.125rem;
  }
}
.c-culture__name {
  font-weight: 700;
  line-height: 0.0294117647;
  letter-spacing: 0em;
  line-height: 1;
  color: #023E78;
}
@media screen and (max-width: 767px) {
  .c-culture__name {
    font-size: 20px;
  }
}

.c-culture__top {
  font-size: max(1.5rem, 19.2px);
}
@media screen and (max-width: 767px) {
  .c-culture__top {
    font-size: 1.5rem;
  }
}
.c-culture__top {
  font-weight: 700;
  line-height: 0.0416666667;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #023E78;
}
@media screen and (max-width: 767px) {
  .c-culture__top {
    font-size: 18px;
  }
}

.c-culture__bottom {
  font-size: max(0.875rem, 11.2px);
}
@media screen and (max-width: 767px) {
  .c-culture__bottom {
    font-size: 0.875rem;
  }
}
.c-culture__bottom {
  font-weight: 500;
  line-height: 0.0714285714;
  letter-spacing: 0.0928571429em;
  line-height: 1.6;
  font-family: "Jost", sans-serif;
  font-style: italic;
  color: #023E78;
}
@media screen and (max-width: 767px) {
  .c-culture__bottom {
    font-size: 13px;
  }
}

.c-culture__image {
  margin-top: 40px;
  width: 100%;
  max-width: 350px;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .c-culture__image {
    aspect-ratio: unset;
  }
}
.c-culture__image img {
  width: 100%;
  height: 100%;
}

.c-culture__text {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .c-culture__text {
    font-size: 1rem;
  }
}
.c-culture__text {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #023E78;
}
@media screen and (max-width: 767px) {
  .c-culture__text {
    font-size: 15px;
  }
}

.c-culture__price {
  font-size: max(1.375rem, 17.6px);
}
@media screen and (max-width: 767px) {
  .c-culture__price {
    font-size: 1.375rem;
  }
}
.c-culture__price {
  font-weight: 700;
  line-height: 0.0454545455;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #023E78;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-culture__price {
    font-size: 15px;
  }
}
.c-culture__price span {
  font-size: 14px;
}

.c-culture__profile {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .c-culture__profile {
    font-size: 1rem;
  }
}
.c-culture__profile {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #023E78;
  width: 100%;
}
.c-culture__profile td, .c-culture__profile th {
  padding-block: 16px;
  text-align: left;
  border-bottom: 1px dashed #023E78;
}
.c-culture__profile th {
  width: 172px;
}
@media screen and (max-width: 767px) {
  .c-culture__profile th {
    width: 128px;
  }
}

.c-cta__title {
  font-size: max(3.5rem, 44.8px);
}
@media screen and (max-width: 767px) {
  .c-cta__title {
    font-size: 3.5rem;
  }
}
.c-cta__title {
  font-weight: 500;
  line-height: 0.0178571429;
  letter-spacing: 0.0232142857em;
  line-height: 1.5;
  font-style: italic;
  font-family: "Jost", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-cta__title {
    font-size: 32px;
  }
}

.c-cta__text {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    font-size: 1rem;
  }
}
.c-cta__text {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    font-size: 14px;
  }
}
.c-cta__text + button {
  margin-top: 13px;
}

.c-cta__image {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-cta__image {
    display: none;
  }
}
.c-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (hover: hover) {
  .c-cta__image:hover {
    opacity: 0.7;
  }
}
.c-cta__image.--img-left {
  left: 0;
  transform-origin: left center;
}
.c-cta__image.--img-right {
  right: 0;
  transform-origin: right center;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 32px;
}

.card {
  perspective: 2000px;
}

.card__content {
  display: grid;
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  /* 3D空間 */
  transform-style: preserve-3d;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

@media (any-hover: hover) {
  .card:hover .card__content {
    transform: rotateY(-180deg);
  }
}
.card__front,
.card__back {
  grid-column: 1/-1;
  grid-row: 1/-1;
  width: 100%;
  height: 100%;
  background: #fff;
  /* 要素が裏側を向いているときは非表示 */
  backface-visibility: hidden;
  overflow: hidden;
}

.card__front {
  display: grid;
  grid-template-rows: 1fr auto;
}

.card__back {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #111;
  /* 裏返し */
  transform: rotateY(-180deg);
  box-sizing: border-box;
}

.card__img {
  grid-row: 1/-1;
  grid-column: 1/-1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (any-hover: hover) {
  .card:hover .card__img {
    transform: scale(1.15);
  }
}
.card__caption {
  grid-row: 2/-1;
  grid-column: 1/-1;
  margin: 0;
  padding: 32px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-style: italic;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .card__caption {
    font-size: 24px;
  }
}

.card__number {
  position: absolute;
  top: 16px;
  right: 32px;
  font-family: "Cormorant Garamond", serif;
  font-size: 80px;
  font-style: italic;
  line-height: 1;
  opacity: 0.1;
}

.card__category {
  display: block;
  color: #e63946;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card__title {
  margin-block: 8px 0px;
  padding-bottom: 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  line-height: 1.1;
  position: relative;
}

.card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #111;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.6s 0.3s ease;
}

@media (any-hover: hover) {
  .card:hover .card__title::after {
    transform: scaleX(1);
  }
}
.card__description {
  margin-block: 24px 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.75;
}

/* ボタン */
.button {
  display: inline-block;
  width: max-content;
  padding: 13px 32px;
  border-radius: 100px;
  border: 1px solid #111;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(#111, #111) no-repeat left center/0% 100%;
  transition: background-size 0.3s ease, color 0.3s ease;
}

@media (any-hover: hover) {
  .button:hover {
    color: #fff;
    background-size: 100% 100%;
  }
}
.container {
  max-width: 1280px;
  margin-inline: auto;
}

/* --- Section Header --- */
.header {
  margin-bottom: 80px;
  text-align: center;
}

.header__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 300;
  font-style: italic;
  color: #111;
  line-height: 1;
}

.header__subtitle {
  margin: 16px 0 0;
  font-family: "Syne", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 0.2em;
}

.c-relation__card {
  background-color: #fff;
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-relation__card:hover {
    scale: 1.05;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  }
}

.c-relation__image {
  width: 100%;
}

.c-relation__desc {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  color: #222;
}

.c-relation__txt span {
  font-size: max(1.375rem, 17.6px);
}
@media screen and (max-width: 767px) {
  .c-relation__txt span {
    font-size: 1.375rem;
  }
}
.c-relation__txt span {
  font-weight: 700;
  line-height: 0.0454545455;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #023E78;
}
.c-relation__txt span:nth-child(2) {
  font-size: max(0.875rem, 11.2px);
}
@media screen and (max-width: 767px) {
  .c-relation__txt span:nth-child(2) {
    font-size: 0.875rem;
  }
}
.c-relation__txt span:nth-child(2) {
  font-weight: 500;
  line-height: 0.0714285714;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #222;
}

.c-relation__cats {
  display: flex;
  column-gap: 8px;
  flex-wrap: wrap;
  width: 90%;
}

.c-relation__cat {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-block: 0.375rem;
}

.c-relation__cat-ttl {
  display: inline-block;
  padding: 4px;
  color: #fff;
  background-color: #0961B6;
  font-size: max(0.875rem, 11.2px);
}
@media screen and (max-width: 767px) {
  .c-relation__cat-ttl {
    font-size: 0.875rem;
  }
}
.c-relation__cat-ttl {
  font-weight: 700;
  line-height: 0.0714285714;
  letter-spacing: 0em;
  line-height: 1.6;
}

.c-relation__cat-txt {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .c-relation__cat-txt {
    font-size: 1rem;
  }
}
.c-relation__cat-txt {
  font-weight: 700;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.6;
}

.c-relation__tags {
  margin-top: 8px;
  display: flex;
  align-items: center;
  column-gap: 14px;
  margin-block: 0.375rem;
}

.c-relation__tag {
  display: inline-block;
  padding: 4px;
  color: #ccc;
  font-size: max(0.875rem, 11.2px);
}
@media screen and (max-width: 767px) {
  .c-relation__tag {
    font-size: 0.875rem;
  }
}
.c-relation__tag {
  font-weight: 700;
  line-height: 0.0714285714;
  letter-spacing: 0em;
  line-height: 1.6;
  position: relative;
}
.c-relation__tag::before {
  content: "#";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -0.5em;
  font-size: 14px;
  color: #ccc;
  font-weight: 700;
  font-style: italic;
}

.c-member__text p {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .c-member__text p {
    font-size: 1rem;
  }
}
.c-member__text p {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0.08125em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-member__text p {
    line-height: 1.4;
  }
}
.c-member__text h4 {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .c-member__text h4 {
    font-size: 1.125rem;
  }
}
.c-member__text h4 {
  font-weight: 700;
  line-height: 0.0555555556;
  letter-spacing: 0.0722222222em;
  line-height: 1.6;
  margin-top: 12px;
}
.c-member__text ul {
  margin-top: 8px;
  margin-left: 1em;
}
.c-member__text ul li {
  list-style: disc;
  font-size: max(0.9375rem, 12px);
}
@media screen and (max-width: 767px) {
  .c-member__text ul li {
    font-size: 0.9375rem;
  }
}
.c-member__text ul li {
  font-weight: 500;
  line-height: 0.0666666667;
  letter-spacing: 0.0866666667em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-member__text ul li {
    line-height: 1.4;
  }
}

.progress {
  position: absolute;
  top: calc(100% + 67px);
  left: 36%;
  translate: -50%;
  width: min(976px, 75%);
  height: 7px;
  background: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .progress {
    top: calc(100% + 34px);
    left: 48%;
    width: min(976px, 95%);
  }
}

.progress__bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%; /* ← バーの長さは固定 */
  height: 100%;
  background: #0961B6;
  border-radius: 20px;
  transition: transform 0.4s ease;
}

.c-heading__mv {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  backdrop-filter: blur;
}
@media screen and (max-width: 767px) {
  .c-heading__mv {
    left: 19px;
    bottom: 49px;
  }
}
.c-heading__mv span {
  display: inline-block;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: clamp(2rem, 1.308rem + 2.99vw, 4rem);
  line-height: 1.3;
  color: #fff;
  padding: 8px 24px;
  background-color: rgba(255, 255, 255, 0.6980392157);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  font-family: "Jost", sans-serif;
  width: fit-content;
  text-transform: uppercase;
  font-style: italic;
  white-space: nowrap;
  opacity: 0;
  translate: 0 100%;
  backdrop-filter: blur;
}
.c-heading__mv span.is-active {
  animation: showText 0.5s both;
}
@media screen and (max-width: 767px) {
  .c-heading__mv span {
    padding: 6px 16px;
    line-height: 1.2;
  }
}
.c-heading__mv span + span {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-heading__mv span + span {
    margin-top: 10px;
  }
}

@keyframes showText {
  0% {
    translate: 0 100%;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
.c-heading__lv2 {
  overflow: hidden;
  color: #fff;
}
.c-heading__lv2 span {
  translate: 0 150%;
  transition: translate 0.5s ease;
}
.c-heading__lv2.is-active span {
  translate: 0;
}
.c-heading__lv2 .heading__en {
  font-size: clamp(2rem, 1.308rem + 2.99vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  font-style: italic;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}
.c-heading__lv2 .heading__en.--mt24 {
  margin-top: 24px;
}
.c-heading__lv2 .heading__ja {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .c-heading__lv2 .heading__ja {
    font-size: 1.125rem;
  }
}
.c-heading__lv2 .heading__ja {
  font-weight: 700;
  line-height: 0.0555555556;
  letter-spacing: 0.0666666667em;
  margin-top: 14px;
  line-height: 1.8;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-heading__lv2 .heading__ja {
    font-size: 15px;
  }
}
.c-heading__lv2.--gradation span {
  background-image: linear-gradient(to left, #0A9AE5, #023E78);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-heading__lv2.--gradation .heading__ja {
  display: block;
}

.c-heading__lv3 {
  font-size: max(1.5rem, 19.2px);
}
@media screen and (max-width: 767px) {
  .c-heading__lv3 {
    font-size: 1.5rem;
  }
}
.c-heading__lv3 {
  font-weight: 700;
  line-height: 0.0416666667;
  letter-spacing: 0em;
  line-height: 1.6;
  position: absolute;
  top: -48px;
  margin-left: 8px;
  color: #37A4DB;
}
@media screen and (max-width: 767px) {
  .c-heading__lv3 {
    font-size: 20px;
  }
}
.c-heading__lv3::before {
  content: "";
  width: 29px;
  height: 29px;
  background-image: url("./../img/h-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 58%;
  translate: 0 -50%;
  left: -38px;
}
@media screen and (max-width: 767px) {
  .c-heading__lv3::before {
    width: 20px;
    height: 20px;
    left: -24px;
  }
}

.c-fv__headingLv2 {
  overflow: hidden;
}
.c-fv__headingLv2 span {
  font-size: max(2.25rem, 28.8px);
}
@media screen and (max-width: 767px) {
  .c-fv__headingLv2 span {
    font-size: 2.25rem;
  }
}
.c-fv__headingLv2 span {
  font-weight: 700;
  line-height: 0.0277777778;
  letter-spacing: 0em;
  font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.25rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0;
  translate: 0 100%;
}
.c-fv__headingLv2 span.is-active {
  animation: showText 0.5s both;
}
.c-fv__headingLv2 .char {
  opacity: 0;
}

.p-fv__tetx {
  width: fit-content;
}

.text-flow__line {
  position: relative;
  display: inline-block;
  font-size: 52px;
  line-height: 1.6;
  font-weight: 900;
}

@keyframes text-flow {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.text-flow__cover {
  --delay: 1s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  animation: text-flow 0.8s cubic-bezier(0.19, 1, 0.22, 1) var(--delay) both;
}

.text-flow__base {
  display: block;
  position: relative;
  color: #ff8600;
}

.c-child-heading__lv2 {
  font-size: max(4rem, 51.2px);
}
@media screen and (max-width: 767px) {
  .c-child-heading__lv2 {
    font-size: 4rem;
  }
}
.c-child-heading__lv2 {
  font-weight: 500;
  line-height: 0.015625;
  letter-spacing: 0em;
  color: #ccc;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
  border-bottom: 1px solid #023E78;
  display: block;
  position: relative;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.c-child-heading__lv2 span {
  display: block;
  margin-top: 50px;
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .c-child-heading__lv2 span {
    font-size: 1.125rem;
  }
}
.c-child-heading__lv2 span {
  font-weight: 700;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  color: rgb(9, 97, 182);
  letter-spacing: 0.2em;
  padding-left: 1em;
}

.c-bread__inner {
  margin-block: 1.125rem;
  margin-left: 8px;
  margin-left: auto;
  width: fit-content;
  font-size: max(0.875rem, 11.2px);
}
@media screen and (max-width: 767px) {
  .c-bread__inner {
    font-size: 0.875rem;
  }
}
.c-bread__inner {
  font-weight: 400;
  line-height: 0.0714285714;
  letter-spacing: 0em;
  line-height: 1.4;
  color: #222;
}

.c-profile__headingLv3 {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .c-profile__headingLv3 {
    font-size: 1.125rem;
  }
}
.c-profile__headingLv3 {
  font-weight: 500;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1.8;
  padding-inline: 0.5em;
  margin-bottom: 20px;
  display: inline-block;
  color: #023E78;
  position: relative;
}
.c-profile__headingLv3::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 60%;
  background-color: #023E78;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.c-profile__headingLv3::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 60%;
  background-color: #023E78;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 50%;
  translate: -50%;
  width: 90%;
  height: auto;
}
.p-header.is-active {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 100vmax;
}

.p-header__logo h1 {
  width: clamp(10.938rem, 7.804rem + 13.55vw, 20rem);
  height: auto;
  scale: 1.1;
}

.p-drawer__logo {
  width: 200px;
  height: auto;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-drawer__logo:hover {
    opacity: 0.7;
  }
}
.p-drawer__logo img {
  object-fit: contain;
}

.p-header__btn a {
  display: inline-block;
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-header__btn a {
    font-size: 1rem;
  }
}
.p-header__btn a {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
  position: relative;
  padding-block: 0.625rem;
  padding-inline: 1.5rem 2.875rem;
  border-radius: 100vmax;
  border: 2px solid #fff;
  text-transform: uppercase;
  overflow: hidden;
}
@media (hover: hover) {
  .p-header__btn a:hover::after {
    scale: 1 1;
  }
}
.p-header__btn a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFF400;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 24px;
}
.p-header__btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #023E78;
  border-radius: 100vmax;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  scale: 0 0;
  transform-origin: bottom left;
  transition: scale 0.3s ease;
}
.p-header__btn.--full a {
  display: block;
  width: min(334px, 100%);
  text-align: left;
  margin-inline: auto;
}

.p-header-child {
  position: fixed;
  top: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 100vmax;
  margin-inline: auto;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 45px;
  right: 10%;
  width: 40px;
  height: 11px;
  z-index: 344;
  cursor: pointer;
  transition: right 0.3s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}
.p-drawer__icon.js-active {
  top: 45px;
  right: 10%;
}

.p-drawer__icon--bar {
  width: 100%;
  height: 2.8px;
  background: #fff;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 22deg;
  translate: 0 3.5px;
  background-color: #023E78;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  rotate: -22deg;
  translate: 0 -4.5px;
  background-color: #023E78;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: #fff;
}

.p-drawer__icon--bar {
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  transition: translate 0.5s ease;
}
.p-drawer.is-active {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: fit-content;
  padding-block: 19px 10px;
  padding-inline: 21px;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  margin-top: 41px;
  margin-left: 8px;
}
.p-drawer__list li a {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-drawer__list li a {
    font-size: 1rem;
  }
}
.p-drawer__list li a {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.4;
  color: #023E78;
  padding-block: 1rem;
  display: block;
  border-bottom: 1px solid #023E78;
  position: relative;
}
@media (hover: hover) {
  .p-drawer__list li a:hover::before {
    right: 8px;
  }
}
.p-drawer__list li a::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #023E78;
  border-right: 2px solid #023E78;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 12px;
  transition: right 0.3s ease;
}

.p-drawer__nav {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.p-drawer__logo {
  scale: 1.2;
}

.p-footer__logo {
  width: 280px;
  scale: 1.2;
  translate: 21px 0;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.p-footer__logo img {
  object-fit: contain;
}

.p-footer__left {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-footer__left {
    row-gap: 2rem;
  }
}

.p-footer__desc li {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-footer__desc li {
    font-size: 1rem;
  }
}
.p-footer__desc li {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #023E78;
}

.p-footer__copy {
  font-size: max(0.75rem, 9.6px);
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 0.75rem;
  }
}
.p-footer__copy {
  font-weight: 500;
  line-height: 0.0833333333;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #023E78;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    position: absolute;
    left: 20px;
    bottom: -42px;
    white-space: nowrap;
  }
}

.p-footer__right {
  display: flex;
  flex-direction: column;
  row-gap: 6.125rem;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-footer__right {
    row-gap: 4rem;
    margin-top: 0;
  }
}

.p-footer__top {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    flex-direction: column;
    gap: 18px;
  }
}

.p-footer__nav {
  width: 250px;
}
.p-footer__nav li {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .p-footer__nav li {
    font-size: 1.125rem;
  }
}
.p-footer__nav li {
  font-weight: 700;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1.4;
  position: relative;
  color: #023E78;
}
.p-footer__nav li + li {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-footer__nav li + li {
    margin-top: 27px;
  }
}
@media (hover: hover) {
  .p-footer__nav li:hover::before {
    scale: 1 1;
  }
}
.p-footer__nav li::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0961B6;
  position: absolute;
  bottom: -8px;
  transform-origin: top left;
  scale: 0 1;
  transition: scale 0.5s ease;
}

.p-footer__list {
  display: flex;
  column-gap: 2.25rem;
}
.p-footer__list li {
  width: 40px;
  height: 41px;
}
.p-footer__list li img {
  object-fit: contain;
}

.p-footer-child {
  position: relative;
  border: 1px solid #023E78;
  border-radius: 46px 46px 0 0;
  border-bottom: none;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

.p-test {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    padding-block: 4.375rem;
  }
}

.p-test__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-test__container {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

.p-test__title {
  font-size: max(3.125rem, 40px);
}
@media screen and (max-width: 767px) {
  .p-test__title {
    font-size: 3.125rem;
  }
}
.p-test__title {
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.p-test__text {
  margin-block-start: 2.5rem;
  font-size: max(1.75rem, 22.4px);
}
@media screen and (max-width: 767px) {
  .p-test__text {
    font-size: 1.75rem;
  }
}
.p-test__text {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}

.p-test__text-wrap {
  width: min(25rem, 100%);
}

.p-test__img {
  width: min(37.5rem, 100%);
  height: auto;
}

.p-mv {
  position: relative;
  padding-bottom: 0rem;
  max-width: 90%;
  border-radius: 60px 0 0 60px;
  margin-left: auto;
  overflow-x: hidden;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-mv {
    max-width: 100%;
    border-radius: 0;
  }
}

.p-mv__grid-item1 {
  grid-column: 1/3;
  grid-row: 1/3;
}

.p-mv__grid-item4 {
  grid-column: 4/6;
  grid-row: 1/3;
}

.p-mv__grid-item7 {
  grid-column: 7/9;
  grid-row: 1/3;
}

.p-mv__grid-item {
  min-width: 268px;
}
@media screen and (max-width: 767px) {
  .p-mv__grid-item {
    max-height: 254px;
    min-width: 150px;
  }
}
.p-mv__grid-item img {
  object-fit: cover;
}

.p-mv__grid-item1,
.p-mv__grid-item4,
.p-mv__grid-item7 {
  min-width: 557px;
}
@media screen and (max-width: 767px) {
  .p-mv__grid-item1,
  .p-mv__grid-item4,
  .p-mv__grid-item7 {
    max-height: 540px;
    min-width: 311px;
  }
}

.p-fv {
  padding-block: 8.625rem 8.625rem;
  position: relative;
  overflow-x: hidden;
  background-image: linear-gradient(to left, #0291D9, #023E78);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-block: 5.125rem 3rem;
  }
}

.p-fv__text {
  font-size: max(1.25rem, 16px);
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 1.25rem;
  }
}
.p-fv__text {
  font-weight: 500;
  line-height: 0.05;
  letter-spacing: 0em;
  line-height: 2.2;
  color: #fff;
}
.p-fv__text .char {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 15px;
  }
}
.p-fv__text + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-fv__text + p {
    margin-top: 48px;
  }
}

.p-fv__text-wrap {
  margin-top: 60px;
}

.p-fv___image-wrap {
  width: min(649px, 100%);
  height: 800px;
}
@media screen and (max-width: 767px) {
  .p-fv___image-wrap {
    width: min(331px, 100%);
    height: 496px;
    margin-left: auto;
  }
}
.p-fv___image-wrap img {
  object-fit: cover;
}

.p-bussiness {
  padding-block: 0;
  overflow-x: hidden;
  position: relative;
  background-image: linear-gradient(to left, #0291D9, #023E78);
  z-index: 1;
}

.p-challenge {
  position: relative;
  overflow-x: hidden;
  padding-block: 2.5rem 7.625rem;
  background-image: linear-gradient(to left, #0291D9, #023E78);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-challenge {
    padding-block: 7.6875rem 5rem;
  }
}

.p-member {
  padding-block: 8.1875rem 10.25rem;
  background-color: #E4EAF1;
  color: #ff8600;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-member {
    padding-block: 0rem;
  }
}

.view-wrapper {
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.p-culture {
  padding-block: 7.5rem 1680px;
  background-color: #F2F4F6;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-culture {
    padding-block: 7.5rem;
  }
}

.p-culture__profile-link {
  display: block;
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-culture__profile-link {
    font-size: 1rem;
  }
}
.p-culture__profile-link {
  font-weight: 700;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #023E78;
  text-align: right;
  position: relative;
  margin-bottom: 40px;
}
.p-culture__profile-link a {
  line-height: 2;
  text-decoration: underline;
}
.p-culture__profile-link .fa-arrow-right {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .p-culture__profile-link .fa-arrow-right {
    font-size: 1.125rem;
  }
}
.p-culture__profile-link .fa-arrow-right {
  font-weight: 700;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  color: #023E78;
  margin-left: 1em;
}
@media (hover: hover) {
  .p-culture__profile-link:hover .fa-arrow-right {
    animation: arrow-animation 1s ease both;
  }
}

@keyframes arrow-animation {
  0% {
    translate: 0;
  }
  50% {
    translate: 8px;
  }
  100% {
    translate: 0;
  }
}
.p-faq {
  padding-block: 8.5rem 0;
  height: 916px;
  background-color: #E4EAF1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 1.875rem;
    height: 1060px;
  }
}
@media (max-width: 390px) {
  .p-faq {
    padding-block: 1.875rem;
    height: 1352px;
  }
}

.c-faq__list-content {
  width: min(1100px, 100%);
  margin-right: calc(50% - 50vw);
  position: relative;
}

.c-faq__list {
  background-color: #fff;
  border-radius: 40px 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0;
  transition: opacity 0.5s ease, translate 0.5s ease;
}
.c-faq__list.js-show {
  opacity: 1;
  visibility: visible;
  height: 916px;
  translate: 0;
}
@media screen and (max-width: 767px) {
  .c-faq__list.js-show {
    height: 975px;
  }
}

.c-faq__title-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 180px;
}
@media screen and (max-width: 767px) {
  .c-faq__title-wrap {
    row-gap: 30px;
  }
}

.c-faq__btn-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-faq__btn-wrap {
    row-gap: 18px;
  }
}

.c-faq__button {
  width: 230px;
  display: block;
  padding-block: 20px;
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .c-faq__button {
    font-size: 1.125rem;
  }
}
.c-faq__button {
  font-weight: 500;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #023E78;
  border: 1px solid #023E78;
}
@media screen and (max-width: 767px) {
  .c-faq__button {
    padding-block: 12px;
  }
}
.c-faq__button[aria-selected=true] {
  background-color: #fff;
}
@media (any-hover: hover) {
  .c-faq__button:hover {
    cursor: pointer;
  }
}

.faq {
  padding-block: 100px;
}

.faq__inner {
  width: min(880px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.faq__items {
  border-top: 1px solid #000;
}

.faq__item {
  color: #ff8600;
  font-size: 16px;
  line-height: normal;
  padding-left: 30px;
  position: relative;
}
.faq__item:first-of-type {
  padding-top: 40px;
  border-radius: 40px 0 0 0;
}
.faq__item:last-of-type .faq__answer {
  border-bottom: none;
}
.faq__item::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  rotate: 135deg;
  border-top: 2px solid #37B2B9;
  border-right: 2px solid #37B2B9;
  transition: rotate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq__item::after {
    top: 19px;
  }
}
.faq__item::after {
  right: 20px;
  width: 14px;
  height: 14px;
}

.faq__question {
  padding-block: 20px 24px;
}
@media screen and (max-width: 767px) {
  .faq__question {
    padding-block: 8px;
  }
}
@media (any-hover: hover) {
  .faq__question:hover {
    cursor: pointer;
  }
}

details[open].faq__item::after {
  rotate: -45deg;
}

.faq__question-text {
  list-style: none;
  position: relative;
  padding-inline: 65px 50px;
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .faq__question-text {
    font-size: 1.125rem;
  }
}
.faq__question-text {
  font-weight: 400;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 767px) {
  .faq__question-text {
    font-size: 15px;
    padding-inline: 48px 56px;
  }
}
.faq__question-text::before {
  content: "Q";
  position: absolute;
  top: 70%;
  translate: 0 -50%;
  left: 12px;
  font-size: 28px;
  color: #fff;
  line-height: 24px;
  width: 36px;
  height: 39px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .faq__question-text::before {
    font-size: 22px;
    left: 5px;
    top: 65%;
  }
}
.faq__question-text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: #37B2B9;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .faq__question-text::after {
    width: 28px;
    height: 28px;
  }
}

.faq__answer {
  padding-block: 16px;
  padding-inline: 1.25rem;
  border-bottom: 2px solid #C4CCD7;
  width: 97%;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    padding-block: 8px;
    padding-inline: 0;
  }
}
.faq__answer::last-child {
  border: none;
}

.faq__answer-text {
  list-style: none;
  position: relative;
  padding-inline: 47px 20px;
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .faq__answer-text {
    font-size: 1rem;
  }
}
.faq__answer-text {
  font-weight: 400;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 2;
  color: #222;
}
@media screen and (max-width: 767px) {
  .faq__answer-text {
    font-size: 15px;
    padding-inline: 0px;
    margin-left: 3em;
  }
}
.faq__answer-text::before {
  content: "A";
  position: absolute;
  top: 58%;
  translate: 0 -50%;
  left: -7px;
  font-size: 28px;
  font-weight: 700;
  color: #37B2B9;
  line-height: 24px;
  width: 36px;
  height: 39px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .faq__answer-text::before {
    font-size: 22px;
    left: -37px;
  }
}
.faq__answer-text::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -20px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 2px solid #37B2B9;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .faq__answer-text::after {
    width: 28px;
    height: 28px;
    left: -43px;
  }
}

.p-contact {
  height: auto;
  width: 100%;
  padding-block: 5rem 5rem;
  background-color: #F2F4F6;
  position: relative;
  border-radius: 0 0px 60px 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-contact {
    height: unset;
    padding-block: 3.5rem;
  }
}

input[type=text],
input[type=email],
select,
textarea {
  border-radius: 0;
  width: 100%;
  height: 40px;
  border-width: 1px;
  padding: 8px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  padding: 8px;
}

textarea {
  resize: vertical;
  height: 300px;
  padding: 8px;
}

select {
  -webkit-appearance: none;
  appearance: none;
  padding: 8px;
}

.contact__select-wrap {
  position: relative;
}

option {
  padding: 8px;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.contact__data-checkbox span {
  display: inline-block;
  position: relative;
}
.contact__data-checkbox span::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -2em;
  width: 24px;
  height: 24px;
  border: 1px solid #023E78;
  border-radius: 4px;
}
.contact__data-checkbox span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("./../img/check-mark.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -18px;
  left: -34px;
  z-index: 10;
  opacity: 0;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.contact__data-radio span {
  display: inline-block;
  position: relative;
}
.contact__data-radio span::before {
  content: "";
  position: absolute;
}
.contact__data-radio span::after {
  content: "";
  position: absolute;
  opacity: 0;
}

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

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

.row.jc-center {
  justify-content: center;
}

.contact__submit {
  text-align: center;
}
.contact__submit input[type=submit] {
  display: inline-block;
}

.p-contact__top-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact__top-desc {
    flex-direction: column;
    gap: 30px;
  }
}

.contact__desc {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .contact__desc {
    font-size: 1rem;
  }
}
.contact__desc {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #023E78;
  margin-right: 22%;
}

.contact__head {
  color: #023E78;
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .contact__head {
    font-size: 1.125rem;
  }
}
.contact__head {
  font-weight: 500;
  line-height: 0.0555555556;
  letter-spacing: 0em;
}
.contact__head span {
  font-size: max(0.875rem, 11.2px);
}
@media screen and (max-width: 767px) {
  .contact__head span {
    font-size: 0.875rem;
  }
}
.contact__head span {
  font-weight: 700;
  line-height: 0.0714285714;
  letter-spacing: 0em;
  color: red;
  margin-left: 0.5em;
}

.contact__row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

.contact__head {
  flex-basis: 250px;
}
@media screen and (max-width: 767px) {
  .contact__head {
    flex-basis: 100%;
  }
}

.contact__data {
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .contact__data {
    width: 100%;
  }
}

.contact__form {
  margin-top: 40px;
}

.contact__submit-btn {
  text-align: center;
  display: block;
}
.contact__submit-btn input {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .contact__submit-btn input {
    font-size: 1rem;
  }
}
.contact__submit-btn input {
  font-weight: 700;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.6;
  width: 200px;
  margin-inline: auto;
  color: #023E78;
  padding-block: 8px;
  padding-inline: 16px;
  border: 2px solid #023E78;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (hover: hover) {
  .contact__submit-btn input:hover {
    color: #fff;
    background-color: #023E78;
  }
}

.contact__acceptance {
  color: #023E78;
  margin-block: 3.75rem 5rem;
  display: flex;
  justify-content: center;
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .contact__acceptance {
    font-size: 1rem;
  }
}
.contact__acceptance {
  font-weight: 700;
  line-height: 0.0625;
  letter-spacing: 0em;
}
.contact__acceptance a {
  text-decoration: underline;
}

.option_first {
  padding: 8px;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.p-detail {
  padding-block: 7.5rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-detail {
    padding-block: 3.75rem 1.25rem;
  }
}

.p-detail__image {
  flex-basis: 54%;
  height: auto;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.4);
}

.p-detail__txt {
  color: #222;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  flex-basis: 40%;
  flex-shrink: 0;
}

.p-deatil__title {
  font-size: max(1.75rem, 22.4px);
}
@media screen and (max-width: 767px) {
  .p-deatil__title {
    font-size: 1.75rem;
  }
}
.p-deatil__title {
  font-weight: 400;
  line-height: 0.0357142857;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #023E78;
  font-family: "Yu Mincho", "YuMincho", serif;
}

.p-detail__desc {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-detail__desc {
    font-size: 1rem;
  }
}
.p-detail__desc {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 2;
}

.p-detail__url {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-detail__url {
    font-size: 1rem;
  }
}
.p-detail__url {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 2;
  text-decoration: underline;
  display: inline-block;
  width: fit-content;
  position: relative;
}
.p-detail__url::before {
  content: "\f061";
  position: absolute;
  font-family: "Font Awesome 7 Free";
  font-size: 18px;
  font-weight: 400;
  top: 50%;
  translate: 0 -50%;
  right: -2em;
}
.p-detail__url span {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .p-detail__url span {
    font-size: 1.125rem;
  }
}
.p-detail__url span {
  font-weight: 500;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  color: #023E78;
  margin-right: 10px;
  vertical-align: baseline;
  position: relative;
}

.p-detail__copy {
  font-size: max(0.875rem, 11.2px);
}
@media screen and (max-width: 767px) {
  .p-detail__copy {
    font-size: 0.875rem;
  }
}
.p-detail__copy {
  font-weight: 700;
  line-height: 0.0714285714;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #023E78;
}

.p-detail__list {
  display: flex;
  align-items: center;
  padding-block: 1.25rem;
  border-bottom: 1px dotted #222;
}
@media screen and (max-width: 767px) {
  .p-detail__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.p-detail__list:last-of-type {
  border-bottom: none;
}

.p-detail__list-title {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .p-detail__list-title {
    font-size: 1.125rem;
  }
}
.p-detail__list-title {
  font-weight: 500;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #023E78;
  position: relative;
  margin-left: 1.2em;
  flex-basis: 200px;
}
@media screen and (max-width: 767px) {
  .p-detail__list-title {
    flex-basis: unset;
  }
}
.p-detail__list-title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #023E78;
  top: 50%;
  translate: 0 -50%;
  left: -1em;
}

.p-detail__list-txt {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-detail__list-txt {
    font-size: 1rem;
  }
}
.p-detail__list-txt {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.6;
}

.p-detail__list-link {
  text-decoration: underline;
}

.p-detail__info {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.p-detail__info-title {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .p-detail__info-title {
    font-size: 1.125rem;
  }
}
.p-detail__info-title {
  font-weight: 500;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #023E78;
}

.p-detail__info-text {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-detail__info-text {
    font-size: 1rem;
  }
}
.p-detail__info-text {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.6;
}

.p-detail__move {
  width: min(1000px, 100%);
  margin-inline: auto;
  margin-top: 140px;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  position: relative;
}
.p-detail__move.is-play::before, .p-detail__move.is-play::after {
  opacity: 0;
}
.p-detail__move::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 50%;
  opacity: 1;
  translate: -50% -50%;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.p-detail__move::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0px, 100% 100%);
  rotate: 45deg;
  pointer-events: none;
  top: 50%;
  left: 49%;
  opacity: 1;
  translate: -50% -50%;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-detail__move {
    margin-top: 45px;
  }
}
.p-detail__move video {
  width: 100%;
  height: 100%;
}

.p-relation {
  padding-block: 11.25rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-relation {
    padding-block: 6.25rem 5rem;
  }
}

.relation__swiper {
  padding-block: 20px;
}

.p-relation__title {
  font-size: max(1.375rem, 17.6px);
}
@media screen and (max-width: 767px) {
  .p-relation__title {
    font-size: 1.375rem;
  }
}
.p-relation__title {
  font-weight: 500;
  line-height: 0.0454545455;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #023E78;
  padding-bottom: 10px;
  border-bottom: 1px solid #023E78;
  margin-bottom: 30px;
}

.p-detail__back-link {
  display: block;
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-detail__back-link {
    font-size: 1rem;
  }
}
.p-detail__back-link {
  font-weight: 700;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #023E78;
  text-align: center;
  position: relative;
  margin-top: 120px;
}
.p-detail__back-link a {
  line-height: 2;
  text-decoration: underline;
}
.p-detail__back-link .fa-arrow-left {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .p-detail__back-link .fa-arrow-left {
    font-size: 1.125rem;
  }
}
.p-detail__back-link .fa-arrow-left {
  font-weight: 700;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  color: #023E78;
  margin-right: 1em;
}
@media (hover: hover) {
  .p-detail__back-link:hover .fa-arrow-left {
    animation: arrow-left-animation 1s ease both;
  }
}

@keyframes arrow-left-animation {
  0% {
    translate: 0;
  }
  50% {
    translate: -8px;
  }
  100% {
    translate: 0;
  }
}
.c-relation-swiper-prev,
.c-relation-swiper-next {
  width: 50px;
  height: 50px;
  top: -20px;
}

.c-relation-swiper-prev {
  right: 10%;
}
@media screen and (max-width: 767px) {
  .c-relation-swiper-prev {
    right: 17%;
  }
}
@media screen and (max-width: 767px) {
  .c-relation-swiper-prev {
    right: 19%;
  }
}

.c-relation-swiper-next {
  right: 4%;
}

.p-works {
  padding-block: 3.75rem 7.5rem;
  position: relative;
}

.p-profile__list-item {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-profile__list-item {
    font-size: 1rem;
  }
}
.p-profile__list-item {
  font-weight: 700;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.8;
  color: #023E78;
  position: relative;
  margin-bottom: 10px;
}
.p-profile__list-item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #023E78;
  top: 50%;
  translate: 0 -50%;
  left: -1em;
}
@media screen and (max-width: 767px) {
  .p-profile__list-item::before {
    content: none;
  }
}
.p-profile__list-item.is-active {
  color: #ff8600;
}
.p-profile__list-item.is-active::before {
  background-color: #ff8600;
}

.p-profile__list {
  position: sticky;
  top: 180px;
}

.p-proffile__txt {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-proffile__txt {
    font-size: 1rem;
  }
}
.p-proffile__txt {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.8;
}

.p-profile__ttl {
  border-bottom: 1px solid #023E78;
}

.p-profile__desc {
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-profile__desc {
    font-size: 1rem;
  }
}
.p-profile__desc {
  font-weight: 500;
  line-height: 0.0625;
  letter-spacing: 0em;
  line-height: 1.8;
  color: #023E78;
  margin-top: 8px;
}

.p-profile__ttl,
.p-proffile__ttl2 {
  font-size: max(1.375rem, 17.6px);
}
@media screen and (max-width: 767px) {
  .p-profile__ttl,
  .p-proffile__ttl2 {
    font-size: 1.375rem;
  }
}
.p-profile__ttl,
.p-proffile__ttl2 {
  font-weight: 500;
  line-height: 0.0454545455;
  letter-spacing: 0em;
  line-height: 1.8;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #023E78;
  padding-bottom: 6px;
}

.p-proffile__text-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.p-profile__block {
  padding: 16px;
}
.p-profile__block.--area1-block {
  border: 2px solid #fff;
}
.p-profile__block.--area2-block {
  border: 2px solid #fff;
}

.p-profile__block-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 30px;
}

.p-profile__info {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-profile__info {
    flex-direction: column;
    gap: 20px;
  }
}

.p-profile__info-left,
.p-profile__info-right {
  flex-basis: 45%;
}

.p-proffile__info-list1 li,
.p-proffile__info-list2 li,
.p-proffile__info-list3 li {
  font-size: max(0.9375rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-proffile__info-list1 li,
  .p-proffile__info-list2 li,
  .p-proffile__info-list3 li {
    font-size: 0.9375rem;
  }
}
.p-proffile__info-list1 li,
.p-proffile__info-list2 li,
.p-proffile__info-list3 li {
  font-weight: 500;
  line-height: 0.0666666667;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-top: 10px;
  margin-left: 1em;
  list-style: disc;
}

.p-proffile__info-list2 li {
  list-style: none;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 10px;
}

.p-proffile__info-list3 li {
  list-style: none;
  position: relative;
}
.p-proffile__info-list3 li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #222;
  top: 50%;
  translate: 0 -50%;
  left: -1em;
}

.p-proffile__info-list3 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  width: 70%;
}

.p-proffile__info-ttl {
  font-size: max(0.9375rem, 12px);
}
@media screen and (max-width: 767px) {
  .p-proffile__info-ttl {
    font-size: 0.9375rem;
  }
}
.p-proffile__info-ttl {
  font-weight: 500;
  line-height: 0.0666666667;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-left: 1em;
  color: #023E78;
  position: relative;
}
.p-proffile__info-ttl::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #023E78;
  top: 50%;
  translate: 0 -50%;
  left: -1em;
}

.p-profile__image-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-profile__image-wrap {
    flex-direction: column;
    gap: 20px;
  }
}

.p-profile__image-block {
  flex-basis: 45%;
}
@media screen and (max-width: 767px) {
  .p-profile__image-block {
    flex-basis: 100%;
  }
}

.p-profile__image-ttl {
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .p-profile__image-ttl {
    font-size: 1.125rem;
  }
}
.p-profile__image-ttl {
  font-weight: 500;
  line-height: 0.0555555556;
  letter-spacing: 0em;
  line-height: 1.8;
  color: #023E78;
  text-align: center;
}

.p-profile__image {
  margin-top: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.u-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font__jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font__en {
  font-family: "Jost", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .mt-64 {
    margin-top: 40px;
  }
}

.mr-30 {
  margin-right: 30px;
}/*# sourceMappingURL=style.css.map */