@charset "utf-8";

/*
  共通
*/
:root {
  --header-height: 100px;
  /* --headercv-height: ; */
  --window-half-width: 50vw;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --leading-trim: ((1em - 1lh) / 2);
  --color-white: 255, 255, 255;
  --color-blue: 0, 154, 201;
  --color-navy: 0, 46, 114;
  --color-navy2: 25, 51, 97;
  --color-darknavy: 5, 23, 48;
}
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
body {
  color: #333;
  font-size: 16px;
  font-family: serif;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  /* scroll-behavior: smooth; */
  scroll-padding-top: var(--header-height);
  /* scrollbar-gutter: stable; */
}
abbr, address, article, aside, audio, b, blockquote, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
h1, h2, h3, h4, h5, h6, th { font-weight: normal; margin: 0; }
em { font-style: normal; }
sub { vertical-align: sub; bottom: 0; }
sup { vertical-align: super; top: 0; }
img { width: 100%; max-width: 100%; height: auto; vertical-align: bottom; backface-visibility: hidden; }
svg { width: 100%; max-width: 100%; height: auto; vertical-align: bottom; fill: currentColor; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
li { list-style: none; }
button, [type="button"], [type="reset"], [type="submit"] { padding: 0; border: none; border-radius: 0; background: none; outline: none; -webkit-appearance: initial; appearance: none; cursor: pointer; -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
.sp-bl, .sp-il, .tablet-bl { display: none !important; }
.tablet .tablet-bl { display: block !important; }
.opa { transition: 0.3s ease-in-out; }
.w100 { width: 100% !important; }
.none { display: none !important }
.visuallyhidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }
.tj { text-align: justify; }
.cf:before,.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.fl { float: left; }
.fr { float: right; }
.outer {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
}
.inner {
  position: relative;
  width: 95%;
  max-width: 1500px;
  margin-inline: auto;
}

/* フォント */
.container h2, .container h3, .container h4, .container h5, .container h6, .container p {
  margin-block: calc(var(--margin-top) + var(--leading-trim)) calc(var(--margin-bottom) + var(--leading-trim));
}
.wf-shipporimincho-n4-active body {
  font-family: "Shippori Mincho", serif;
}
.wf-cormorantgaramond-n4-active .cormorant {
  font-family: "Cormorant Garamond", serif;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}
.wf-cormorantinfant-n4-active .cormorantinfant {
  font-family: "Cormorant Infant", serif;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}
.montserrat {
  font-family: sans-serif;
}
.wf-montserrat-n4-active .montserrat {
  font-family: "Montserrat", sans-serif;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}
.wf-italiana-n4-active .italiana {
  font-family: "Italiana", serif;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}
.bold, b {
  font-weight: bold;
}
.medium {
  font-weight: 500;
}
.light {
  font-weight: 300;
}

/* 背景 */
.bg-gradient {
  background: linear-gradient(90deg, rgba(186, 194, 208, 1) 0%, rgba(210, 215, 224, 1) 6.33%, rgba(230, 233, 238, 1) 13.84%, rgba(244, 245, 248, 1) 22.39%, rgba(252, 253, 253, 1) 32.76%, rgba(255, 255, 255, 1) 50%, rgba(252, 253, 253, 1) 67.24%, rgba(244, 245, 248, 1) 77.61%, rgba(230, 233, 238, 1) 86.16%, rgba(210, 215, 224, 1) 93.67%, rgba(186, 194, 208, 1) 100%) no-repeat center/100% 100%;
}
.bg-gradient-slanted {
  background: linear-gradient(45deg, rgba(186, 194, 208, 1) 0%, rgba(210, 215, 224, 1) 6.33%, rgba(230, 233, 238, 1) 13.84%, rgba(244, 245, 248, 1) 22.39%, rgba(252, 253, 253, 1) 32.76%, rgba(255, 255, 255, 1) 50%, rgba(252, 253, 253, 1) 67.24%, rgba(244, 245, 248, 1) 77.61%, rgba(230, 233, 238, 1) 86.16%, rgba(210, 215, 224, 1) 93.67%, rgba(186, 194, 208, 1) 100%) no-repeat center/100% 100%;
}

/* カラー */
.white { color: rgb(var(--color-white)); }
.blue { color: rgb(var(--color-blue)); }
.navy { color: rgb(var(--color-navy)); }
.navy2 { color: rgb(var(--color-navy2)); }
.darknavy { color: rgb(var(--color-darknavy)); }

/* トラッキング */
.ls0 { letter-spacing: 0; }
.ls50 { letter-spacing: .05em; }
.ls100 { letter-spacing: .1em; }
.ls150 { letter-spacing: .15em; }
.ls200 { letter-spacing: .2em; }

/* ボタン */
.btn a,
.btn button {
  position: relative;
  z-index: 1;
  display: grid;
  place-content: center;
  place-items: center;
  width: min(100%, 400px);
  min-height: 80px;
  box-sizing: border-box;
  padding: .5em;
  border-radius: 0;
  font-size: clamp(14px, calc(24 / 1200 * 100vw), 24px);
  font-family: inherit;
  letter-spacing: .05em;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, rgba(153, 153, 153, 1) 0%, rgba(51, 51, 51, 1) 100%);
  transition: filter .5s ease-out;
}
.btn--entry a,
.btn--entry button,
.btn--flow a,
.btn--flow button {
  grid-template-columns: auto auto;
  gap: 0 calc(20 / 24 * 1em);
}
.btn--entry a,
.btn--entry button {
  background: linear-gradient(135deg, rgba(var(--color-blue), 1) 0%, rgba(0, 85, 129, 1) 100%);
}
.btn .en {
  font-size: calc(34 / 24 * 100%);
}
.wf-cormorantgaramond-n4-active .btn .en {
  font-family: "Cormorant Garamond", serif;
  line-height: 1cap;
}
.btn .ja {
  font-size: calc(16.8 / 24 * 100%);
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.grid {
  display: grid;
}
.flex.column { flex-direction: column; }
.flex.nowrap { flex-wrap: nowrap; }
.flex.reverse { flex-direction: row-reverse; }
.flex.jc-s { justify-content: flex-start; }
.flex.jc-e { justify-content: flex-end; }
.flex.ai-e { align-items: flex-end; }
.flex.ai-st { align-items: stretch; }
.grid.jc-s { justify-content: start; }
.grid.jc-e { justify-content: end; }
.grid.ai-s { align-items: start; }
.grid.ai-e { align-items: end; }
.grid.ai-st { align-items: stretch; }
.jc-c { justify-content: center; }
.ai-c { align-items: center; }

.fit-right { margin-right: calc(50% - var(--window-half-width)); }
.fit-left { margin-left: calc(50% - var(--window-half-width)); }

@media (any-hover: hover) {
  .opa:hover { opacity: 0.7 !important; }
  .btn a:hover,
  .btn button:hover {
    filter: brightness(.8);
  }
}

@media screen and (max-width: 767px) {
  .pc { display: none !important; }
  .sp-bl { display: block !important; }
  .sp-il { display: inline !important; }
  .inner { width: calc(320 / 380 * 100%); max-width: 560px; }
  .bg-gradient-slanted {
    background: linear-gradient(45deg, rgba(186, 194, 208, 1) 0%, rgba(196, 203, 215, 1) 1.54%, rgba(218, 222, 230, 1) 5.8%, rgba(235, 237, 241, 1) 10.83%, rgba(246, 247, 249, 1) 17.05%, rgba(253, 253, 254, 1) 25.77%, rgba(255, 255, 255, 1) 50%, rgba(253, 253, 254, 1) 74.23%, rgba(246, 247, 249, 1) 82.95%, rgba(235, 237, 241, 1) 89.17%, rgba(218, 222, 230, 1) 94.2%, rgba(196, 203, 215, 1) 98.46%, rgba(186, 194, 208, 1) 100%) no-repeat center/100% 100%;
  }
  .btn a,
  .btn button {
    width: min(100%, 300px);
    min-height: 50px;
    font-size: 14px;
  }
  .btn--entry a,
  .btn--entry button,
  .btn--flow a,
  .btn--flow button {
    gap: 0 calc(20 / 14 * 1em);
  }
  .btn .en {
    font-size: calc(26 / 14 * 100%);
  }
  .btn .ja {
    font-size: calc(14 / 14 * 100%);
  }
}



/*
  ヘッダー
*/
.logo {
  top: 22px;
  left: 30px;
  max-width: 50%;
}
.globalNaviButton {
  top: 20px;
  right: 20px;
}
.header__cv {
  position: fixed;
  z-index: 99999;
  top: 20px;
  right: 100px;
  width: calc(50% - 30px - 30px - 100px);
  gap: 20px;
  transition: .4s;
}
body.is-open .header__cv {
  opacity: 0;
  visibility: hidden;
}
.header__cv__item {
  flex: 0 1 min(100%, 260px);
}
a.header__cv__item__link {
  min-height: 60px;
  font-size: clamp(12px, calc(18 / 1200 * 100vw), 18px);
}
.globalNavi {
  /* background: rgba(255, 255, 255, .7); */
  padding-top: 0;
}
.globalNavi__inner {
  width: min(100%, 400px);
  height: auto;
  min-height: 100%;
  margin-left: auto;
  box-sizing: border-box;
  padding: 100px 50px;
  background: linear-gradient(135deg, rgb(var(--color-navy2)) 0%, rgb(var(--color-darknavy)) 100%);
  clip-path: inset(0% 0% 100% 100%);
  transition: clip-path 1s ease-out;
}
.globalNavi.is-active .globalNavi__inner {
  clip-path: inset(0% 0% 0% 0%);
}
.globalNaviList {
  grid-template-columns: 100%;
  gap: 35px 0;
  width: 100%;
  max-width: none;
  margin-inline: 0;
}
.globalNaviList__link {
  display: grid;
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  letter-spacing: 0;
  line-height: 1;
  border-bottom: none;
  color: #8096B8;
  color: color-mix(in srgb, rgb(var(--color-navy)) 50%, #fff 50%);
  padding: 0;
  padding-right: 0;
  transition: none;
  z-index: 1;
  grid-template-columns: 100%;
  gap: calc(12 / 14 * 1em) 0;
}
.globalNaviList__item:nth-child(-n + 2) .globalNaviList__link {
  border-top: none;
}
.globalNaviList__link::before {
  content: none;
}
.globalNaviList__link .en {
  font-size: calc(24 / 14 * 100%);
  color: #fff;
  padding-left: 0;
  margin-block: calc(var(--margin-top) + var(--leading-trim)) calc(var(--margin-bottom) + var(--leading-trim));
  letter-spacing: .05em;
  transition: color .5s ease-out;
  order: 2;
}
.wf-cormorantgaramond-n4-active .globalNaviList__link .en {
  font-family: "Cormorant Garamond", serif;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}
.globalNaviList__link.is-current .en {
  color: #00CFFF;
}
.globalNaviList__link .ja {
  line-height: 1.4;
  margin-block: calc(var(--margin-top) + var(--leading-trim)) calc(var(--margin-bottom) + var(--leading-trim));
  order: 1;
}
.globalNaviList__item--top .globalNaviList__link .ja {
  display: none;
}
.globalNaviList__link .icon-arrow {
  display: none;
}
.headerAction {
  background: none;
  margin-top: 65px;
  padding: 0;
}
.headerActionBox {
  gap: 30px 0;
  max-width: none;
  margin-inline: 0;
}
a.headerAction__button {
  height: auto;
  min-height: 60px;
  gap: 0 calc(10 / 24 * 1em);
  box-shadow: none;
}
.headerAction__button .en {
  font-size: calc(28 / 24 * 100%);
}
.headerAction__button .ja {
  font-size: calc(14 / 24 * 100%);
}
body.is-open .container {
  filter: none;
}
@media (any-hover: hover) {
  .globalNaviList__link:hover .en {
    color: #00CFFF;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    top: 20px;
    left: 20px;
    width: 280px;
    max-width: 280px;
  }
  .globalNaviButton {
    top: 0;
    right: 0;
  }
  .header__cv {
    display: none;
  }
  .globalNavi__inner {
    width: 100%;
    margin-left: 0;
    padding: 55px 30px 50px;
  }
  .globalNaviList__link {
    font-size: 14px;
  }
  .headerAction {
    margin-top: 55px;
  }
  .headerActionBox {
    gap: 20px 0;
    max-width: 300px;
    margin-inline: auto;
  }
  a.headerAction__button {
    min-height: 50px;
    gap: 0 calc(15 / 14 * 1em);
  }
  .headerAction__button .en {
    font-size: calc(26 / 14 * 100%);
  }
  .headerAction__button .ja {
    font-size: 100%;
  }
}



/*
  メイン
*/
.container {
  z-index: initial;
}

/* タブ */
[data-tab-group-initialized="true"] [data-tab] {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
[data-tab-group-initialized="true"] [data-tabpanel-selected="false"] {
  display: none;
}
[data-tab-group-initialized="true"] [data-tabpanel-selected="true"] {
  display: block;
  animation: tabFadein 1s;
}
@keyframes tabFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* モーダル */
.modal {
  display: none;
}
.modal.active {
  display: block;
}
.modal-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 1px);
  height: calc(100dvh + 1px);
  display: grid;
  grid-template: ". container ." auto / 2.5% minmax(0, 1fr) 2.5%;
  place-items: center;
  background: rgba(0, 0, 0, .8);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
.modal[aria-hidden="true"] .modal-overlay {
  animation: closeModal .3s ease-out;
}
.modal[aria-hidden="false"] .modal-overlay {
  animation: openModal .3s ease-out;
}
@keyframes openModal {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes closeModal {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.modal-container {
  grid-area: container;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1320px;
  margin-block: 70px;
  background: #fff;
}
.modal-close {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: -70px;
  margin-left: auto;
  background: linear-gradient(45deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/20px auto, linear-gradient(-45deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/20px auto rgba(var(--color-white), 1);
  cursor: pointer;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
}
.modal-content {
  position: relative;
  z-index: 1;
}
.modal-open {
  position: relative;
  z-index: 1;
  display: block;
}
.modal-open,
.modal-content-close {
  cursor: pointer;
}
.expand {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .modal-overlay {
    grid-template-columns: minmax(0, 1fr) calc(320 / 380 * 100%) minmax(0, 1fr);
  }
  .modal-close {
    width: 50px;
    height: 50px;
    margin-bottom: -50px;
  }
  .expand {
    position: relative;
    z-index: 1;
    display: block;
    pointer-events: auto;
  }
  .expand::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: linear-gradient(0deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/19px 19px, linear-gradient(90deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/19px 19px rgba(var(--color-white), 1);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
  }
  .modal--expand .modal-content {
    max-height: 80vh;
    max-height: calc(100dvh - 140px);
  }
  .modal--expand .modal-content > div:nth-of-type(1) {
    box-sizing: border-box;
    padding: 20px;
  }
}

/* スライド */
.swiper-button-next, .swiper-button-prev {
  width: 40px;
  --swiper-navigation-size: 60px;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/* スワイプ可能アイコン */
.scroll-hint-icon {
  all: initial;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90" viewBox="0 0 90 90"><path d="M89.688,47.397c.097-.099.175-.216.228-.345.034-.082.039-.17.052-.256.008-.054.032-.102.032-.157,0-.073-.028-.136-.041-.205-.013-.069-.015-.14-.042-.205-.055-.135-.135-.257-.238-.359l-4.345-4.345c-.445-.403-1.132-.37-1.535.075-.376.415-.376,1.048,0,1.462l2.492,2.491h-10.423c-.6,0-1.087.487-1.087,1.087s.487,1.087,1.087,1.087h10.423l-2.492,2.493c-.412.437-.391,1.126.046,1.538.419.395,1.074.395,1.493,0l4.342-4.349s0,0,0,0h0s.003-.007.006-.009Z" fill="%23fff"/><path d="M14.131,45.551H3.71l2.49-2.491c.404-.444.372-1.131-.072-1.536-.414-.377-1.047-.378-1.462-.001L.322,45.868c-.102.101-.182.222-.238.357-.049.12-.071.247-.076.375,0,.014-.008.025-.008.039,0,0,0,0,0,0,0,.142.029.284.084.417.034.083.093.149.146.22.032.043.049.093.088.132l4.348,4.348c.205.203.481.317.769.317.601-.004,1.086-.495,1.082-1.096-.002-.285-.116-.559-.317-.761,0,0-1.437-1.437-2.49-2.491h10.421c.6,0,1.087-.487,1.087-1.087s-.487-1.086-1.087-1.087Z" fill="%23fff"/><path d="M50.099,4.661L45.749.318s-.008-.005-.012-.008c-.098-.096-.214-.173-.342-.227-.082-.033-.169-.039-.255-.051-.054-.008-.102-.032-.159-.032-.073,0-.136.028-.204.041-.069.013-.14.015-.206.042-.135.055-.257.135-.359.237l-4.346,4.346c-.403.445-.37,1.132.075,1.535.415.376,1.048.376,1.462-.001l2.491-2.492v10.423c0,.6.487,1.087,1.087,1.087s1.087-.487,1.087-1.087V3.708l2.493,2.492c.437.412,1.126.391,1.538-.046.395-.419.395-1.074,0-1.493Z" fill="%23fff"/><path d="M49.32,83.483c-.285.002-.559.116-.761.317,0,0-1.437,1.436-2.491,2.49v-10.421c0-.6-.487-1.087-1.087-1.087s-1.086.487-1.087,1.087v10.421l-2.491-2.49c-.444-.404-1.131-.372-1.536.072-.377.414-.378,1.047-.001,1.462l4.344,4.344c.101.102.223.183.357.238.118.049.243.069.368.074.016,0,.029.009.045.009,0,0,0,0,0,0,.142,0,.283-.029.417-.084.085-.036.154-.095.227-.151.041-.031.088-.046.125-.083l4.348-4.348c.203-.205.317-.481.317-.769-.004-.601-.495-1.086-1.096-1.082Z" fill="%23fff"/><path d="M60.851,39.564c-.861,0-1.702.255-2.417.735-.614-1.741-2.259-2.906-4.105-2.909-.763,0-1.513.201-2.173.585v-11.454c-.002-2.402-1.95-4.348-4.352-4.346-1.845,0-3.488,1.166-4.1,2.907-1.995-1.336-4.695-.802-6.031,1.193-.48.716-.735,1.558-.735,2.42v18.477l-3.778-2.832c-2.261-1.679-5.409-1.456-7.41.526-1.272,1.274-1.272,3.337,0,4.611l15.486,15.482c1.83,1.84,4.32,2.872,6.915,2.865h5.1c6.599-.009,11.945-5.357,11.952-11.956v-11.956c-.002-2.402-1.95-4.348-4.352-4.348ZM63.025,55.864c-.003,5.399-4.375,9.778-9.774,9.789h-5.1c-2.018.006-3.955-.796-5.378-2.228l-15.48-15.485c-.424-.425-.424-1.112,0-1.537,1.234-1.221,3.175-1.359,4.569-.324l5.515,4.137c.48.36,1.162.263,1.522-.218.141-.188.217-.417.217-.652v-20.651c0-1.201.972-2.174,2.173-2.175,1.201,0,2.174.972,2.175,2.173v16.302c0,.6.487,1.087,1.087,1.087s1.086-.487,1.087-1.087v-18.474c0-1.201.972-2.174,2.173-2.175,1.201,0,2.174.972,2.175,2.173v18.48c0,.6.487,1.087,1.087,1.087s1.087-.487,1.087-1.087v-3.261c-.026-1.2.926-2.194,2.127-2.22s2.194.926,2.22,2.127v3.354c0,.6.487,1.087,1.087,1.087s1.086-.487,1.087-1.087v-1.087c0-1.201.974-2.174,2.175-2.173,1.2,0,2.173.973,2.173,2.173v11.956s-.004-.004-.004-.004Z" fill="%23fff"/></svg>') no-repeat center/90px auto rgba(0, 0, 0, .5);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}
.scroll-hint-icon:before,
.scroll-hint-icon:after,
.scroll-hint-text {
  display: none;
}

/* キャプション */
.photo, .figure {
  position: relative;
}
.p-caption, .f-caption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.4;
  text-align: right;
  padding: 8px;
}
.p-caption.w, .f-caption.w {
  padding: 4px;
  color: #fff;
  background: rgba(19, 37, 62, .3);
  margin-block: 0;
}
.p-caption.b, .f-caption.b {
  padding: 4px;
  color: #333;
  background: rgba(var(--color-white), .3);
  margin-block: 0;
}
/* .p-caption.white, .f-caption.white {
  text-shadow: 0 0 4px #000, 0 0 4px #000;
}
.p-caption:not(.w):not(.b):not(.white), .f-caption:not(.w):not(.b):not(.white) {
  text-shadow: 0 0 4px #fff, 0 0 4px #fff;
} */
.p-caption.l, .f-caption.l {
  left: 0;
  right: auto;
  text-align: left;
}
.p-caption.t, .f-caption.t {
  top: 0;
  bottom: auto;
}
.p-caption.r, .f-caption.r {
  position: relative;
  padding: 0;
  margin-block: 10px 0;
}

/* 注釈 */
.common-cap {
  padding-block: 100px;
}
.common-cap__list {
  grid-template-columns: 100%;
  font-size: clamp(10px, calc(12 / 1200 * 100vw), 12px);
  line-height: 2;
  margin-block: calc(var(--leading-trim));
}
.common-cap__list__item {
  word-break: break-all;
  text-indent: -1em;
  box-sizing: border-box;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .common-cap {
    padding-block: 60px;
  }
}

/* PAGE TOPボタン */
.common-pagetop {
  min-height: 60px;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
  box-sizing: border-box;
  padding: .5em;
  font-size: 18px;
  background-color: rgb(var(--color-darknavy));
  transition: opacity .5s ease-out;
}
.common-pagetop::before {
  content: "";
  display: block;
  width: 1.2em;
  height: .75em;
  background: currentColor;
  clip-path: polygon(0% calc(100% - 1px), 50% 0%, 100% calc(100% - 1px), 100% 100%, 50% 1px, 0% 100%);
}
@media (any-hover: hover){
  .common-pagetop:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  .common-pagetop {
    min-height: 40px;
    font-size: 12px;
  }
}

/* 下層KV */
.kv {
  position: relative;
  z-index: 1;
  opacity: 0;
}
.kv__photo {
  position: relative;
  z-index: 1;
}
.kv__desc {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(60px, calc(100 / 1400 * 100vw), 100px);
}
.kv__desc__heading {
  font-size: clamp(40px, calc(140 / 1400 * 100vw), 140px);
}
.kv__desc__copy {
  font-size: clamp(20px, calc(30 / 1400 * 100vw), 30px);
  line-height: 1.5;
  --margin-top: calc(50 / 30 * 1em);
}
.kv__desc__copy .two {
  display: inline-block;
  width: 0;
  height: 0;
  translate: -.5em -1.25em;
  font-size: 35%;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .kv__desc {
    padding: 40px 30px;
  }
  .kv__desc__heading {
    font-size: 38px;
  }
  .kv__desc__copy {
    font-size: 14px;
    --margin-top: calc(15 / 14 * 1em);
  }
}

/* 見出し、コピー、注釈 */
.enheading {
  font-size: clamp(50px, calc(150 / 1400 * 100vw), 150px);
}
.enheading.si-text {
  max-width: fit-content;
  line-height: 1;
  opacity: .5;
  color: rgba(71, 92, 129, 1);
  background: linear-gradient(135deg, rgba(71, 92, 129, 1) 0%, rgba(209, 214, 223, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.enheading.si-text.tr {
  background: linear-gradient(-135deg, rgba(71, 92, 129, 1) 0%, rgba(209, 214, 223, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: auto;
}
.enheading.si-text.tc {
  opacity: .3;
  background: linear-gradient(0deg, rgba(209, 214, 223, 1) 0%, rgba(71, 92, 129, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-inline: auto;
}
.heading {
  position: relative;
  z-index: 1;
  font-size: clamp(20px, calc(40 / 1200 * 100vw), 40px);
  line-height: 2;
}
.heading sup {
  font-size: 58.3%;
}
.heading .two {
  display: inline-block;
  width: 0;
  height: 0;
  translate: -.5em -1.25em;
  font-size: 35%;
}
.subheading {
  font-size: clamp(18px, calc(30 / 1200 * 100vw), 30px);
  line-height: 2;
}
.copy {
  font-size: clamp(11px, calc(16 / 1200 * 100vw), 16px);
  line-height: 2.125;
}
.caution {
  font-size: clamp(10px, calc(12 / 1200 * 100vw), 12px);
  line-height: 1.75;
}
ul.caution {
  margin-block: calc(var(--margin-top) + var(--leading-trim)) calc(var(--margin-bottom) + var(--leading-trim));
}
.caution-item {
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .enheading {
    font-size: 44px;
  }
  .enheading.si-text {
    background: linear-gradient(-135deg, rgba(71, 92, 129, 1) 0%, rgba(209, 214, 223, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: auto;
  }
  .heading {
    font-size: 22px;
    line-height: 2.090909091;
  }
  .subheading {
    font-size: 14px;
  }
  .copy {
    font-size: 14px;
    line-height: 2.142857143;
  }
}

/* VIEW MORE */
.viewmore {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  gap: 0 calc(10 / 14 * 1em);
  font-size: clamp(10px, calc(14 / 1200 * 100vw), 14px);
}
.viewmore-name {
  font-size: 100%;
  white-space: nowrap;
}
.viewmore-icon {
  position: relative;
  z-index: 1;
  width: calc(40 / 14 * 1em);
  height: calc(22 / 14 * 1em);
}
.viewmore-icon::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: calc(30 / 40 * 100%);
  height: 1px;
  background: currentColor;
}
.viewmore-icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: calc(22 / 40 * 100%);
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid currentColor;
}
@keyframes viewmoreLine {
  0% {
    clip-path: inset(0% 0% 0% 0%);
  }
  50% {
    clip-path: inset(0% 0% 0% 100%);
  }
  51% {
    clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes viewmoreCircle {
  0% {
    scale: 1;
  }
  80% {
    scale: 1.5;
  }
  100% {
    scale: 1.5;
    opacity: 0;
  }
}
@media (any-hover: hover) {
  a:hover .viewmore-icon::before,
  .viewmore:hover .viewmore-icon::before {
    animation: viewmoreLine 1s ease-in-out infinite;
  }
  a:hover .viewmore-icon::after,
  .viewmore:hover .viewmore-icon::after {
    animation: viewmoreCircle 1s infinite .5s;
  }
}
@media screen and (max-width: 767px) {
  .viewmore {
    gap: 0 calc(8 / 12 * 1em);
    font-size: 12px;
  }
  .viewmore-icon {
    width: calc(32 / 12 * 1em);
    height: calc(18 / 12 * 1em);
  }
  .viewmore-icon::before {
    width: calc(24 / 32 * 100%);
  }
  .viewmore-icon::after {
    width: calc(18 / 32 * 100%);
  }
}

/* 下層ページ一覧 */
.common-under {
  padding-block: 100px;
  background: linear-gradient(135deg, rgba(var(--color-navy), 1) 0%, rgba(0, 44, 109, 1) 22.46%, rgba(2, 39, 94, 1) 49.66%, rgba(3, 31, 70, 1) 79.19%, rgba(var(--color-darknavy), 1) 100%);
  overflow: hidden;
}
.common-under__slide {
  max-width: calc(100% - 200px);
  overflow: visible;
}
/* .common-under__slide__list {
} */
.common-under__slide__list__item {
  height: auto;
}
.common-under__slide__list__item__link {
  position: relative;
  z-index: 1;
  height: 100%;
  grid-template-columns: 30px minmax(0, 1fr) 20px auto 30px;
  grid-template-rows: auto 30px auto 20px minmax(auto, 1fr) 40px;
  align-items: start;
  color: #fff;
  transition: color .5s ease-out, background .5s ease-out;
}
.common-under__slide__list__item__link::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  box-sizing: border-box;
  border: 1px solid rgba(var(--color-navy), .7);
  border: 1px solid color-mix(in srgb, rgb(var(--color-navy)) 70%, #fff 30%);
  transition: border-color .5s ease-out, background .5s ease-out;
}
.common-under__slide__list__item__link__photo {
  grid-column: 1 / 6;
}
.common-under__slide__list__item__link__photo img {
  height: 100%;
  object-fit: cover;
}
.common-under__slide__list__item__link__enheading {
  grid-column: 2 / 5;
  grid-row: 3;
  font-size: clamp(11px, calc(16 / 1920 * 100vw), 16px);
  color: #8096B8;
  transition: color .5s ease-out;
}
.common-under__slide__list__item__link__heading {
  grid-column: 2;
  grid-row: 5;
  font-size: clamp(18px, calc(28 / 1920 * 100vw), 28px);
  line-height: 1.4;
}
.common-under__slide__list__item__link__more {
  grid-column: 4;
  grid-row: 5;
  align-self: end;
}
/* .common-under__slide__list__item__link__more__name {
}
.common-under__slide__list__item__link__more__icon {
}
.common-under__slide__btn {
}
.common-under__slide__btn--prev {
}
.common-under__slide__btn--next {
}
.common-under__slide__pagination {
} */
@media (any-hover: hover) {
  .common-under__slide__list__item__link:hover {
    color: rgb(var(--color-darknavy));
  }
  .common-under__slide__list__item__link:hover::before {
    border-color: transparent;
    background: #fff;
  }
  .common-under__slide__list__item__link:hover .common-under__slide__list__item__link__enheading {
    color: #009AC9;
  }
}
@media screen and (min-width: 1401px) {
  .common-under__slide {
    max-width: calc(1010 / 1920 * 100%);
  }
}
@media screen and (max-width: 767px) {
  .common-under {
    padding-block: 60px;
  }
  .common-under__slide {
    max-width: calc(288 / 380 * 100%);
  }
  .common-under__slide__list__item__link {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    grid-template-rows: auto 30px auto 10px minmax(auto, 1fr) 20px auto 20px;
  }
  .common-under__slide__list__item__link__photo {
    grid-column: 1 / 4;
  }
  .common-under__slide__list__item__link__enheading {
    grid-column: 2 / 3;
    font-size: 14px;
  }
  .common-under__slide__list__item__link__heading {
    font-size: 20px;
  }
  .common-under__slide__list__item__link__more {
    grid-column: 2;
    grid-row: 7;
    justify-self: end;
  }
}



/*
  フッター
*/
.footerCntact {
  gap: 20px 0;
  border: none;
  max-width: none;
  padding: 100px 0 60px;
}
.footerCntact__text {
  width: 100%;
  font-size: clamp(12px, calc(18 / 1200 * 100vw), 18px);
  letter-spacing: .05em;
  line-height: 1.888888889;
  text-align: center;
  margin-block: calc(var(--leading-trim));
}
.tel__link {
  justify-content: center;
  align-items: baseline;
  column-gap: calc(20 / 59 * 1em);
  font-size: clamp(39px, calc(59 / 1200 * 100vw), 59px);
}
.tel__icon {
  width: calc(57 / 59 * 1em);
  translate: 0 -.05em;
}
.tel__txt {
  font-family: inherit;
  font-size: 100%;
}
.tel__note {
  font-size: clamp(10px, calc(14 / 1200 * 100vw), 14px);
  margin-block: calc(20px + var(--leading-trim)) calc(var(--leading-trim));
}
.developerArea {
  border-top: none;
  margin-top: 0;
  box-sizing: border-box;
  padding: 0 30px 100px;
}
.footer__bels {
  width: min(95%, 360px);
  margin-inline: auto;
  padding-bottom: 100px;
}
.copyright {
  background-color: rgb(var(--color-darknavy));
  font-family: inherit;
  padding: 14px;
}
@media screen and (max-width: 768px) {
  .footerCntact {
    padding: 60px 0;
  }
  .footerCntact__text {
    font-size: 14px;
  }
  .tel__link {
    font-size: 42px;
  }
  .tel__note {
    font-size: 12px;
    line-height: 1.75;
  }
  .developerArea {
    padding-bottom: 60px;
  }
  .developerList img {
    max-height: 50px;
  }
  .footer__bels {
    width: min(calc(320 / 380 * 100%), 560px);
    padding-bottom: 60px;
  }
  .sp-actionList__item--entry .sp-actionList__link {
    background: linear-gradient(135deg, rgba(var(--color-blue), 1) 0%, rgba(0, 85, 129, 1) 100%);
  }
}



/*
  フェードインアニメーション
*/
.fi-u, .fi-d, .fi, .fi-r, .fi-l { visibility: hidden; }
.fi-u-stagger > * { opacity: 0; filter: blur(20px); translate: 0 20px; }
.si { clip-path: inset(100% 0% 0% 0%); background: linear-gradient(45deg, rgba(186, 194, 208, 1) 0%, rgba(222, 226, 232, 1) 20.8%, rgba(246, 247, 249, 1) 38.9%, rgba(255, 255, 255, 1) 50%, rgba(246, 247, 249, 1) 61.1%, rgba(222, 226, 232, 1) 79.2%, rgba(186, 194, 208, 1) 100%); }
.si img { clip-path: inset(100% 0% 0% 0%); }
.si-text { visibility: hidden; }

/* fade in */
@keyframes fadeIn { from{ opacity: 0; filter: blur(20px); } to{ opacity: 1; filter: blur(0px); } }
.fi.faded { animation-name: fadeIn; animation-fill-mode: both; animation-duration: 1s; visibility: visible !important; opacity: 0; filter: blur(0px); }

/* fade in up */
@keyframes fadeInUp { from{ opacity: 0; filter: blur(20px); transform: translate3d(0, 20px, 0); } to{ opacity: 1; filter: blur(0px); transform: none; } }
.fi-u.faded { animation-name: fadeInUp; animation-fill-mode: both; animation-duration: 1.5s; visibility: visible !important; opacity: 0; filter: blur(20px); }

/* fade in down */
@keyframes fadeInDown { from{ opacity: 0; filter: blur(20px); transform: translate3d(0, -20px, 0); } to{ opacity: 1; filter: blur(0px); transform: none; } }
.fi-d.faded { animation-name: fadeInDown; animation-fill-mode: both; animation-duration: 1.5s; visibility: visible !important; opacity: 0; filter: blur(20px); }

/* fade in right */
@keyframes fadeInRight { from{ opacity: 0; filter: blur(20px); transform: translate(30px,0); } to{ opacity: 1; filter: blur(0px); transform: none; } }
.fi-r.faded { animation-name: fadeInRight; animation-fill-mode: both; animation-duration: 1.5s; visibility: visible !important; opacity: 0; filter: blur(20px); }

/* fade in left */
@keyframes fadeInLeft { from{ opacity: 0; filter: blur(20px); transform: translate(-30px,0); } to{ opacity: 1; filter: blur(0px); transform: none; } }
.fi-l.faded { animation-name: fadeInLeft; animation-fill-mode: both; animation-duration: 1.5s; visibility: visible !important; opacity: 0; filter: blur(20px); }



/*
  印刷用
*/
@media print {
  body, html {
    zoom: .8 !important;
  }
}