@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Lexend+Mega:wght@100..900&family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
/*========================
SETTINGS	
=========================*/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

.bg-navy {
  background-color: #192770;
}

.bg-yellow {
  background-color: #fdce00;
}

.bg-purple {
  background-color: #8c36c0;
}

.bg-green {
  background-color: #299403;
}

.bg-black {
  background-color: #2b2610;
}

.bg-gray {
  background-color: #f3f3f3;
}

.bg-gray-deep {
  background-color: #999999;
}

.bg-beige {
  background-color: #c4c2af;
}

.bg-beige-light {
  background-color: #f6f4ea;
}

.bg-white {
  background-color: white;
}

.bg-blue {
  background-color: #3d91d0;
}

.bg-blue-light {
  background-color: #f3f6fd;
}

.bg-red {
  background-color: #ee2318;
}

.text-navy {
  color: #192770;
}

.text-navy-deep {
  color: #142147;
}

.text-white {
  color: white;
}

.text-black {
  color: #2b2610;
}

.text-yellow {
  color: #fdce00;
}

.text-yellow-deep {
  color: #c69f16;
}

.text-purple {
  color: #8c36c0;
}

.text-blue {
  color: #3d91d0;
}

.text-blue-light {
  color: #f3f6fd;
}

.text-999 {
  color: #999;
}

.text-666 {
  color: 3666;
}

.text-red {
  color: #ee2318;
}

.font-notosans100 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
}

.font-notosans700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
}

.font-notosans400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.font-notosans500 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1.1;
}

.font-notosans700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

.font-notosans900 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
}

.font-geologica100 {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  line-height: 1.15;
}

.font-geologica200 {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
}

.font-geologica300 {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
}

.font-geologica400 {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.font-geologica500 {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.font-geologica600 {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

.font-geologica700 {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 1.15;
}

.font10 {
  font-size: 10px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font17 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font1618 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .font1618 {
    font-size: 18px;
  }
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font32 {
  font-size: 32px;
}

.font34 {
  font-size: 34px;
}

.font36 {
  font-size: 36px;
}

.font40 {
  font-size: 40px;
}

.font48 {
  font-size: 48px;
}

.font54 {
  font-size: 54px;
}

.font60 {
  font-size: 60px;
}

.font72 {
  font-size: 72px;
}

.font80 {
  font-size: 80px;
}

.lh-s {
  line-height: 1;
}

.lh-m {
  line-height: 1.35;
}

.lh-l {
  line-height: 1.7;
}

.lh20 {
  height: 20px;
  line-height: 20px;
}

.lh24 {
  height: 24px;
  line-height: 24px;
}

.lh30 {
  height: 30px;
  line-height: 30px;
}

.lh40 {
  height: 40px;
  line-height: 40px;
}

.lh50 {
  height: 50px;
  line-height: 50px;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.p05 {
  padding: 5px 0;
}

.p10 {
  padding: 10px 0;
}

.p15 {
  padding: 15px 0;
}

.p20 {
  padding: 20px 0;
}

.p30 {
  padding: 30px 0;
}

.p40 {
  padding: 40px 0;
}

.p50 {
  padding: 50px 0;
}

.p60 {
  padding: 60px 0;
}

.p70 {
  padding: 70px 0;
}

.p80 {
  padding: 80px 0;
}

.p100 {
  padding: 100px 0;
}

.p120 {
  padding: 120px 0;
}

.p0505 {
  padding: 5px;
}

.p50i {
  padding: 50px inherit;
}

.p01050 {
  padding: 1px 5px 0;
}

.p010 {
  padding: 0 10px;
}

.p1010 {
  padding: 10px;
}

.p1015 {
  padding: 10px 15px;
}

.p1515 {
  padding: 15px;
}

.p2020 {
  padding: 20px;
}

.p3020 {
  padding: 30px 20px;
}

.p3030 {
  padding: 30px 30px;
}

.p5050 {
  padding: 50px 50px;
}

.p8080 {
  padding: 80px 80px;
}

.p0515 {
  padding: 5px 15px;
}

.p0520 {
  padding: 5px 20px;
}

.p4015 {
  padding: 40px 15px;
}

.pr2em {
  padding-right: 2em;
}

.p-block__4 {
  padding-block: 4px;
}

.p-block__8 {
  padding-block: 8px;
}

.p-inline__4 {
  padding-inline: 4px;
}

.p-inline__8 {
  padding-inline: 8px;
}

.p-inline__16 {
  padding-inline: 16px;
}

.ptpb-xs50lg100 {
  padding: 50px 0;
}

@media (min-width: 992px) {
  .ptpb-xs50lg100 {
    padding: 100px 0 80px;
  }
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb150 {
  padding-bottom: 150px;
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt50100 {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .mt50100 {
    margin-top: 100px;
  }
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt15-xs {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .mt15-xs {
    margin-top: 0;
  }
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb15-xs {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .mb15-xs {
    margin-bottom: 0;
  }
}

.mb-50-100 {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .mb-50-100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {

  .scroll-target .scroll-opacity,
  .scroll-target.scroll-opacity {
    opacity: 0;
    transition: opacity 1.5s var(--delay, 0) ease-in-out;
  }
}

.scroll-target.scroll .scroll-opacity,
.scroll-target.scroll.scroll-opacity {
  opacity: 1;
}

@media screen and (min-width: 768px) {

  .scroll-target .clip-left,
  .scroll-target.clip-left {
    position: relative;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 0.5s var(--delay, 0s) ease-out;
    transition: clip-path 0.5s var(--delay, 0s) ease-out;
    transition: clip-path 0.5s var(--delay, 0s) ease-out,
      -webkit-clip-path 0.5s var(--delay, 0s) ease-out;
  }
}

.scroll-target.scroll .clip-left,
.scroll-target.scroll.clip-left {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

@media screen and (min-width: 768px) {

  .scroll-target .clip-down,
  .scroll-target.clip-down {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: -webkit-clip-path var(--duration, 0.5s) var(--delay, 0s) ease-in-out;
    transition: clip-path var(--duration, 0.5s) var(--delay, 0s) ease-in-out;
    transition: clip-path var(--duration, 0.5s) var(--delay, 0s) ease-in-out,
      -webkit-clip-path var(--duration, 0.5s) var(--delay, 0s) ease-in-out;
  }
}

.scroll-target.scroll .clip-down,
.scroll-target.scroll.clip-down {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  line-height: 1.15;
}

@media screen and (min-width: 768px) {
  .scroll-target .clip-down-split .char {
    position: relative;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: var(--duration, 0.5s) calc(var(--char-index) * 0.1s + var(--delay, 0)) ease-in-out;
  }
}

.scroll-target.scroll .clip-down-split .char {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  line-height: 1.15;
}

@media screen and (min-width: 768px) {

  .scroll-target .clip-up,
  .scroll-target.clip-up {
    position: relative;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transform: translateY(100%);
    transition: all var(--duration, 0.5s) var(--delay, 0) ease-out;
  }
}

.scroll-target.scroll .clip-up,
.scroll-target.scroll.clip-up {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .scroll-target .clip-up-split .char {
    position: relative;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transform: translateY(100%);
    transition: var(--duration, 0.5s) calc(var(--char-index) * 0.1s + var(--delay, 0)) ease-in-out;
  }
}

.scroll-target.scroll .clip-up-split .char {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  transform: translateY(0);
}

@media screen and (min-width: 768px) {
  .scroll-target .clip-skew {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0);
    transition: -webkit-clip-path var(--duration, 0.75s) var(--delay, 0) ease-out;
    transition: clip-path var(--duration, 0.75s) var(--delay, 0) ease-out;
    transition: clip-path var(--duration, 0.75s) var(--delay, 0) ease-out,
      -webkit-clip-path var(--duration, 0.75s) var(--delay, 0) ease-out;
  }
}

@media screen and (min-width: 768px) {
  .scroll-target.scroll .clip-skew {
    -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
    clip-path: polygon(0 0, 200% 0, 0 200%);
  }
}

@media screen and (min-width: 768px) {
  .scroll-target .clip-enlarge {
    position: relative;
    -webkit-clip-path: inset(30px);
    clip-path: inset(30px);
    opacity: 0;
    transition: opacity 0.5s var(--delay, 0) ease-out,
      -webkit-clip-path 0.3s var(--delay, 0) ease-out;
    transition: clip-path 0.3s var(--delay, 0) ease-out,
      opacity 0.5s var(--delay, 0) ease-out;
    transition: clip-path 0.3s var(--delay, 0) ease-out,
      opacity 0.5s var(--delay, 0) ease-out,
      -webkit-clip-path 0.3s var(--delay, 0) ease-out;
  }
}

.scroll-target.scroll .clip-enlarge {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  opacity: 1;
}

@media screen and (min-width: 768px) {

  .scroll-target .scroll-opacity-scale .char,
  .scroll-target.scroll-opacity-scale .char {
    opacity: 0;
    scale: 0.5;
    transition: 0.5s calc(var(--char-index) * 0.1s + var(--delay, 0)) ease-in-out;
  }
}

.scroll-target.scroll .scroll-opacity-scale .char,
.scroll-target.scroll.scroll-opacity-scale .char {
  opacity: 1;
  scale: 1;
}

@media screen and (min-width: 768px) {
  .scroll-target.scroll-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all var(--duration, 0.5s) var(--delay, 0s) ease-out;
  }
}

.scroll-target.scroll.scroll-up {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 768px) {

  .scroll-target .clip-open,
  .scroll-target.clip-open {
    -webkit-clip-path: inset(20px);
    clip-path: inset(20px);
    transition: -webkit-clip-path var(--duration, 0.5s) var(--delay, 0s) ease-in-out;
    transition: clip-path var(--duration, 0.5s) var(--delay, 0s) ease-in-out;
    transition: clip-path var(--duration, 0.5s) var(--delay, 0s) ease-in-out,
      -webkit-clip-path var(--duration, 0.5s) var(--delay, 0s) ease-in-out;
  }
}

.scroll-target.scroll .clip-open,
.scroll-target.scroll.clip-open {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

/*========================
splitting_css 
=========================*/
.splitting .word,
.splitting .char {
  display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
  position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}

/* Expanded CSS Variables */

.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);

  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);

  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));

  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));

  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));

  /* Absolute distance from center, only positive */
  --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));

  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));

  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

/*========================
splitting_css 
=========================*/

/*========================
COMMON OVERLAY HAMBURGER ANIMATION
=========================*/
#hamburger {
  position: fixed;
  width: 30px;
  height: 50px;
  top: 0;
  right: 0;
  margin-bottom: 0;
  z-index: 10001;
  cursor: pointer;
}

@media (min-width: 768px) {
  #hamburger {
    display: none;
  }
}

/*default hamburger*/
.overflow-class {
  overflow: hidden;
}

#nav_toggle {
  display: block;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 20px;
}

#nav_toggle span {
  display: block;
  height: 2px;
  background-color: #192770;
  position: absolute;
  width: 30px;
  left: 0px;
  transition: 0.4s ease-in-out;
}

#nav_toggle span:nth-child(1) {
  top: 8px;
}

#nav_toggle span:nth-child(2) {
  top: 16px;
}

#nav_toggle span:nth-child(3) {
  top: 24px;
}

#nav_toggle.top>span {
  background: white;
}

/*turn to cross*/
#hamburger.open #nav_toggle span:nth-child(1) {
  top: 17px;
  transform: rotate(135deg);
}

#hamburger.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

#hamburger.open #nav_toggle span:nth-child(3) {
  top: 17px;
  transform: rotate(-135deg);
}

#hamburger.open #nav_toggle span {
  background-color: #192770;
}

html {
  scroll-behavior: smooth;
}

html {
  overflow-x: unset;
}

body {
  background-color: white !important;
  color: #454545;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,
    Arial, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
ol,
ul {
  margin: 0;
}

* {
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

a.disable {
  cursor: default;
}

.w100 {
  /* width: 100vw; */
  margin: 0;
}

.text-center {
  text-align: center;
}

.just {
  text-align: justify;
  text-justify: inter-ideograph;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.flex {
  display: flex;
}

.flex-start {
  align-items: flex-start;
}

.flex-end {
  align-items: flex-end;
}

.gap__8 {
  gap: 8px;
}

.gap__16 {
  gap: 16px;
}

.gap__24 {
  gap: 24px;
}

.gap__32 {
  gap: 32px;
}

.gap__40 {
  gap: 40px;
}

.red {
  border: solid 1px red;
}

.vr {
  width: 1px;
  border: 0;
  border-left: solid 1px #ccc;
  height: 100%;
}

@media (min-width: 576px) {
  .br-xs {
    display: none;
  }
}

@media (max-width: 575px) {
  .br-xs-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .br-sm {
    display: none;
  }
}

@media (max-width: 767px) {
  .br-sm-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .br-md {
    display: none;
  }
}

@media (max-width: 991px) {
  .br-md-none {
    display: none;
  }
}

.btn {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-weight: 400;
  gap: 0.3rem;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #192770 !important;
}

.btn::before {
  content: "\e5cc";
  font-family: "Material Icons";
  height: 1lh;
}

.btn p {
  margin-block: calc((1em - 1lh) / 2);
}

.btn__sound::before {
  content: "\e01d";
}

.btn__website::before {
  content: "\e894";
}

.btn__email::before {
  content: "\e158";
}

.btn.open {
  color: #192770;
  padding: 12px;
}

.btn.open::before {
  content: "\e89e";
}

.btn.close {
  color: #192770;
  padding: 12px;
}

.btn.close::before {
  content: "\e5cd";
}

.btn-border {
  --padding-block: 4px;
  border: solid 1px;
  padding: var(--padding-block) 8px;
  background-color: white;
  transition: 0.3s background-color;
}

.btn-border:hover {
  background-color: #f3f6fd;
}

:root {
  --gap: 20px;
  --clip-left-width: 26%;
  --header-height-xs: 50px;
  --header-height: 70px;
}

.container {
  width: 100%;
  margin-inline: auto;
}

@media (min-width: 576px) {
  .container {
    width: calc(540px - 0vw);
  }
}

@media (min-width: 768px) {
  .container {
    width: calc(720px - 6vw);
  }
}

@media (min-width: 992px) {
  .container {
    width: calc(960px - 6vw);
  }
}

@media (min-width: 1200px) {
  .container {
    width: calc(1140px - 6vw);
  }
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 3vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 9999;
  height: var(--header-height-xs);
}

@media (min-width: 992px) {
  .header-wrap {
    height: var(--header-height);
  }
}

.header-logo {
  width: 200px;
}

@media (min-width: 992px) {
  .header-logo {
    width: 280px;
  }
}

.header-nav {
  color: #192770;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

ul.header-nav li a {
  color: #192770;
}

@media (max-width: 767px) {
  .header-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 1px;
    top: -1px;
    left: 0;
    inset: 0;
    background-color: white;
    gap: 5vw;
    font-size: 16px;
    opacity: 0;
    transition: height 0.5s, top 0.5s, opacity 0.5s;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .header-nav {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1.4rem;
    background-color: white;
    -webkit-padding-start: 3vw;
    padding-inline-start: 3vw;
  }
}

@media (min-width: 992px) {
  .header-nav {
    font-size: 13px;
  }
}

.header-nav.open {
  height: 100vh;
  top: 0;
  opacity: 1;
}

.header-nav-logo-wrap {
  width: 249px;
}

@media (min-width: 768px) {
  .header-nav-logo-wrap {
    display: none;
  }
}



.wrap {
  width: 100%;
  height: calc(100svh - var(--header-height-xs));
  margin-inline: auto;
}

@media (min-width: 768px) {
  .wrap {
    aspect-ratio: 9/5;
  }
}

@media (min-width: 992px) {
  .wrap {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    height: calc(100svh - 3vw - var(--header-height));
  }
}

/*=============
LAYOUT COMPONENT
===============*/
.grid-text-img {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 30px;
}

@media (min-width: 768px) {
  .grid-text-img {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}

@media (min-width: 992px) {
  .grid-text-img {
    grid-template-columns: 2fr 1.3fr;
  }
}

.grid-responsive__1-1 {
  display: grid;
  grid-template-rows: auto auto;
  gap: 50px;
}

@media (min-width: 576px) {
  .grid-responsive__1-1 {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (min-width: 992px) {
  .grid-responsive__1-1 {
    gap: 50px;
  }
}

.text-main {
  line-height: 1.8;
  font-size: 16px;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 350;
}

.fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aspect__3-2 {
  aspect-ratio: 3/2;
}

.aspect__16-9 {
  aspect-ratio: 16/9;
}

.aspect__8-3 {
  aspect-ratio: 8/3;
}

/*=============
INDEX
===============*/
.top-section {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: calc(100svh - var(--header-height-xs));
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .top-section {
    max-height: calc(100svh - var(--header-height) - 3vw);
  }
}

@media (min-width: 768px) {
  .top-section {
    justify-content: center;
    -webkit-padding-start: 3vw;
    padding-inline-start: 3vw;
  }
}

.top-section .h1 {
  font-size: clamp(1.5rem, -5.077rem + 18.27vw, 6.25rem);
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.top-section .logo-svg {
  width: min(90%, 700px);
  height: auto;
  -webkit-padding-after: 0.5rem;
  padding-block-end: 0.5rem;
}

@media (min-width: 768px) {
  .top-section .logo-svg {
    -webkit-padding-after: 0;
    padding-block-end: 0;
    -webkit-margin-after: 30px;
    margin-block-end: 30px;
  }
}

.top-section .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: clamp(0.938rem, 0.375rem + 1.17vw, 1.125rem);
  line-height: 1.3;
  -webkit-padding-after: 0.5rem;
  padding-block-end: 0.5rem;
}

@media (min-width: 768px) {
  .top-section .desc {
    -webkit-padding-after: 1.6rem;
    padding-block-end: 1.6rem;
    line-height: 1.5;
    font-weight: 380;
  }
}

.top-section .desc span {
  font-weight: 650;
}

.top-section .desc-en {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  -webkit-padding-after: 30px;
  padding-block-end: 30px;
}

.top-section .catch-group {
  padding: 3vw;
}

@media (min-width: 768px) {
  .top-section .catch-group {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    padding: 3vw 0 0 0;
    -webkit-animation: logo-svg 3.5s 0.5s forwards;
    animation: logo-svg 3.5s 0.5s forwards;
  }

  .top-section .desc-en {
    letter-spacing: 0.01rem;
  }
}

@media (min-width: 768px) {
  .section1 {
    -webkit-clip-path: inset(0 3vw 0 var(--clip-left-width));
    clip-path: inset(0 3vw 0 var(--clip-left-width));
  }
}

.section1 .logo-svg,
.section1 .desc,
.section1 .desc-en {
  color: white;
  display: none;
}

@media (min-width: 768px) {

  .section1 .logo-svg,
  .section1 .desc,
  .section1 .desc-en {
    display: block;
  }
}

@media (min-width: 768px) {
  .section1 .logo-svg {
    fill: white;
  }
}

.section1 .section1-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section1 .section1-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

@media (min-width: 768px) {
  .section1 .section1-img img {
    padding-left: 26%;
  }
}

@media (min-width: 768px) {
  .section1 .section1-img {
    scale: 1.1;
    -webkit-animation: img_right 1.25s ease-in-out forwards;
    animation: img_right 1.25s ease-in-out forwards;
  }
}

.section2 .h1,
.section2 .catch,
.section2 .desc {
  color: white;
}

@media (min-width: 768px) {

  .section2 .h1,
  .section2 .catch,
  .section2 .desc {
    color: #192770;
  }
}

.section2 .desc-en {
  color: white;
}

@media (min-width: 768px) {
  .section2 .desc-en {
    color: #192770;
  }
}

.section2 .logo-svg svg use {
  fill: #192770;
  fill: white;
}

@media (min-width: 768px) {
  .section2 .logo-svg svg use {
    fill: #192770;
  }
}

.section2 .catch-group {
  background-color: rgba(25, 39, 112, 0.5);
}

@media (min-width: 768px) {
  .section2 .catch-group {
    background-color: rgba(25, 39, 112, 0);
  }
}

.top-second-contents {
  padding: 30px 20px;
}

@media (min-width: 992px) {
  .top-second-contents {
    padding: 80px 3vw 0;
  }
}

.second-h1 {
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height-xs);
  color: #192770;
  font-size: clamp(1.5rem, -2.637rem + 11.51vw, 4.5rem);
  transform-origin: 0%;
  background: white;
  padding: 2vw 0;
  z-index: 2;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .second-h1 {
    top: var(--header-height);
  }
}

.second-h1 .char {
  opacity: calc(1 + var(--viewport-y) * 1.5 - var(--char-percent));
}

.contents-wrap {
  width: 100%;
  padding: 3vw 15px;
  margin: 30px auto;
}

@media (min-width: 992px) {
  .contents-wrap {
    padding: 80px 0;
    margin: 2vw auto;
  }
}

.second-h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(1.25rem, -0.135rem + 3.85vw, 2.25rem);
  margin-bottom: 15px;
  color: #192770;
}

.top-about-banners {
  display: grid;
  gap: 15px;
  background-color: white;
  padding: 25px 15px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 140px), 1fr));
}

.top-about-banners dl {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 5px;
}

.top-about-banners dt {
  background-color: white;
}

.top-about-banners dt img {
  width: 100%;
  height: auto;
  aspect-ratio: 9/3;
  -o-object-fit: contain;
  object-fit: contain;
}

.top-about-banners dd {
  font-size: 10px;
  text-align: center;
  line-height: 1.3;
  color: #868686;
}

.news .container {
  overflow-y: scroll;
}

.news dl {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #d6d6e6;
}

.news a {
  display: flex;
  gap: 20px;
}

.news dl dd {
  color: #454545;
}

.news dl dt,
.news dl dd {
  font-size: 14px;
  margin-block: 0;
  padding-block: 16px;
  /* -webkit-border-after: 1px solid #d6d6e6;
  border-bottom: 1px solid #d6d6e6; */
}

.news dl dt {
  color: #192770;
}

.news dl dt:has(+ dd:last-child),
.news dl dd:last-child {
  -webkit-border-after: none;
  border-bottom: none;
}

.overview-img {
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
}

@media (min-width: 1200px) {
  .overview-img {
    -webkit-margin-after: 0;
    margin-block-end: 0;
  }
}

.overview-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/2;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: darken;
  opacity: 0.7;
}

@media (min-width: 768px) {
  .overview-img img {
    aspect-ratio: 5/3.5;
  }
}

@media (min-width: 992px) {
  .overview-img img {
    aspect-ratio: 5/2;
  }
}

.banners {
  margin: 30px auto;
  display: grid;
  gap: 20px;
}

@media (min-width: 768px) {
  .banners {
    margin: 5px auto;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .banners {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* @media (min-width: 1200px) {
  .banners {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  }
} */
.banners img {
  width: 100%;
  height: auto;
}

.banner-item a {
  display: block;
}

.img-container {
  width: 100%;
  max-width: 1080px;
  display: flex;
  gap: 20px;
  margin: 50px auto;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
}

.img-container a {
  display: block;
}

@media (max-width: 768px) {
  .img-container {
    flex-direction: column;
    padding:0;
    margin: 30px auto;
  }
}

/*=============
LOWER PAGES COMMON
===============*/
.lower-header-img {
  height: 120px;
}

@media (min-width: 768px) {
  .lower-header-img {
    height: 160px;
  }
}

@media (min-width: 992px) {
  .lower-header-img {
    height: 180px;
  }
}

@media (max-width: 576px) {
  .header-hgroup {
    padding-inline: 3vw;
  }
}

.lower-contents {
  padding: 30px 20px;
}

@media (min-width: 992px) {
  .lower-contents {
    padding: 30px 3vw 0;
  }
}

.lower-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height-xs);
  padding: 1vw 0 1rem;
  z-index: 2;
  background: white;
}

@media (min-width: 992px) {
  .lower-sticky {
    top: var(--header-height);
  }
}

.lower-h1 {
  color: #192770;
  font-size: clamp(1.875rem, -0.721rem + 7.21vw, 3.75rem);
}

.lower-h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(1.375rem, 0.518rem + 1.79vw, 1.625rem);
  margin-bottom: 8px;
  color: #192770;
}

.lower-contents-wrap {
  width: 100%;
  padding: 3vw 0;
  margin: 30px auto;
}

@media (min-width: 992px) {
  .lower-contents-wrap {
    padding: 60px 0;
    margin: 1vw auto;
  }
}

/*=============
ORGANIZATION
===============*/
.organization-item {
  -webkit-border-start: solid 3px #192770;
  border-inline-start: solid 3px #192770;
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
}

.organization-name {
  font-size: clamp(1.125rem, 0.606rem + 1.44vw, 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #192770;
}

.organization-item .scroll-target.scroll .clip-down>p {
  display: none;
}

/*=============
LISTENING RADIO
===============*/
@media (min-width: 576px) {
  .radio__intro {
    text-align: center;
    text-wrap: balance;
  }
}

.radio__anchor-nav {
  display: grid;
  grid-template-rows: auto auto;
  gap: 16px;
}

@media (min-width: 768px) {
  .radio__anchor-nav {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

.radio__anchor-nav a {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: 1rem 1fr;
  color: white;
  border: solid 2px #192770;
  font-size: clamp(1rem, 0.654rem + 0.96vw, 1.25rem);
  padding: 1.5rem 1rem;
  text-wrap: balance;
  text-align: center;
  background-color: #192770;
  transition: background-color 0.3s;
}

.radio__anchor-nav a::before {
  content: "\e313";
  font-family: "Material Icons";
  height: 1lh;
}

.radio__anchor-nav a:hover {
  color: #192770;
  background-color: white;
}

.separator {
  content: "";
  background-color: #192770;
  width: 100%;
  height: 100%;
}

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

.radio__details {
  background-color: #f3f6fd;
}

.radio__summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 2em 1em;
  cursor: pointer;
  color: #192770;
  -webkit-border-after: solid 1px #a1a5ba;
  border-block-end: solid 1px #a1a5ba;
  background-color: white;
  transition: background-color 0.5s;
  font-size: 16px;
}

.radio__summary:hover {
  background-color: #f3f6fd;
}

.radio__summary::before,
.radio__summary::after {
  display: inline-block;
  grid-row: 1/2;
  grid-column: 2/3;
  width: 2em;
  height: 2px;
  content: "";
  background-color: currentcolor;
}

.radio__summary::after {
  transform: rotate(90deg);
  transition: all 0.5s;
}

.radio__summary:where([open] > *)::after {
  transform: rotate(180deg);
}

.radio__details[open] .radio__summary {
  background-color: #f3f6fd;
  -webkit-border-after: solid 1px #f3f6fd;
  border-block-end: solid 1px #f3f6fd;
}

.radio__details[open] .radio__summary:hover {
  background-color: #dce2f0;
}

details[open] .radio__summary::after {
  transform: rotate(180deg);
}

.table-wrap {
  padding: clamp(1rem, 0.308rem + 1.92vw, 1.5rem);
}

.radio__table {
  width: 100%;
}

.radio__table th {
  background: #192770 !important;
  color: white;
  font-size: 14px;
}

.radio__table td {
  background-color: white !important;
  color: #192770;
}

.radio__table th,
.radio__table td {
  font-size: 14px;
  padding: 12px 16px;
  border: solid 1px #a1a5ba;
}

.radio__table td>a {
  color: #3d91d0;
}

.email-wrap {
  background-color: white;
  padding: 16px;
  transition: background-color 0.5s;
}

.email-wrap:hover {
  background-color: #f3f6fd;
}

/*=============
KEYFRAMES
===============*/
/*=============
KEYFRAMES
===============*/
@-webkit-keyframes logo-svg {
  to {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@keyframes logo-svg {
  to {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@-webkit-keyframes img_right {
  to {
    scale: 1;
  }
}

@keyframes img_right {
  to {
    scale: 1;
  }
}

@-webkit-keyframes clipping {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  50% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }

  100% {
    -webkit-clip-path: inset(0 calc(100% - var(--clip-left-width)) 0 0);
    clip-path: inset(0 calc(100% - var(--clip-left-width)) 0 0);
  }
}

@keyframes clipping {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  50% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }

  100% {
    -webkit-clip-path: inset(0 calc(100% - var(--clip-left-width)) 0 0);
    clip-path: inset(0 calc(100% - var(--clip-left-width)) 0 0);
  }
}

@-webkit-keyframes clipping2 {
  0% {
    -webkit-clip-path: inset(10%);
    clip-path: inset(10%);
  }

  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@keyframes clipping2 {
  0% {
    -webkit-clip-path: inset(10%);
    clip-path: inset(10%);
  }

  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@-webkit-keyframes h1move {
  to {
    opacity: 1;
    scale: 1;
    transform: translateX(0);
  }
}

@keyframes h1move {
  to {
    opacity: 1;
    scale: 1;
    transform: translateX(0);
  }
}

@media (min-width: 768px) {
  .clip-spread[data-scroll] {
    opacity: 0.3;
    -webkit-clip-path: inset(20%);
    clip-path: inset(20%);
  }
}

@media (min-width: 768px) {
  .clip-spread[data-scroll="in"] {
    -webkit-animation: clip-spread 1s both;
    animation: clip-spread 1s both;
  }
}

@-webkit-keyframes clip-spread {
  0% {
    opacity: 0.3;
    -webkit-clip-path: inset(20%);
    clip-path: inset(20%);
  }

  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

@keyframes clip-spread {
  0% {
    opacity: 0.3;
    -webkit-clip-path: inset(20%);
    clip-path: inset(20%);
  }

  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

/*==============
MODAL
===============*/
dialog::-webkit-backdrop {
  background: rgba(94, 94, 94, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

dialog::backdrop {
  background: rgba(94, 94, 94, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

body.is-modal {
  overflow: hidden;
}

dialog {
  /* 追加 */
  padding: 0;
  width: calc(100% - 6vw);
  max-width: 680px;
  margin-inline: auto;
  border-radius: 20px;
}

.dialog_inner {
  /* 追加 */
  padding: 32px;
}

.dialog__grid {
  display: grid;
  grid-template-rows: auto auto;
  gap: 16px;
}

.dialog__grid dd {
  margin: 0;
}

@media (min-width: 576px) {
  .dialog__grid {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
  }
}

.dialog__grid p {
  font-size: 14px;
  line-height: 1.6;
}

.btn-close-wrap {
  display: flex;
  justify-content: center;
}

/*# sourceMappingURL=style.css.map */
.email-wrap.scroll-target.scroll .clip-down {
  height: 34px;
}

.organization-cate {
  font-size: clamp(1.125rem, 0.606rem + 1.44vw, 1.5rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: #192770;
  margin-bottom: 15px;
}