@charset "UTF-8";


/* ==========================================================================
   Sections
========================================================================== */
.section {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.section_L {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
.section-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  header + section.section {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .section {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }
  .section_L {
    margin-top: 11.5rem;
    margin-bottom: 11.5rem;
  }
  .section-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .content {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}


.container-fluid, .container {
  padding-right: 7vw;
  padding-left: 7vw;
}
.container .container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.row {
  margin-right: -7vw;
  margin-left: -7vw;
}
.col, [class*="col-"] {
  padding-right: 7vw;
  padding-left: 7vw;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.gapS > .row {
  margin-right: -1.154rem;
  margin-left: -1.154rem;
}
.gapS > .row > .col,
.gapS > .row > [class*="col-"] {
  padding-right: 1.154rem;
  padding-left: 1.154rem;
}

@media (max-width: 575px) {
  .gapS > .row {
    margin-right: -2.75vw;
    margin-left: -2.75vw;
  }
  .gapS > .row > .col,
  .gapS > .row > [class*="col-"] {
    padding-right: 2.75vw;
    padding-left: 2.75vw;
  }
}
@media (min-width: 576px) {
  .container-fluid, .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .row {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .col, [class*="col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  .container {
    width: 96.5%;
    max-width: 80rem;
  }
  .container.container_S {
    width: 100%;
    max-width: calc(900px + 3rem);
  }
  .main-col .container.container_S {
    padding-right: calc(3vw + 1.5rem);
    max-width: calc(900px + 3vw + 1.5rem);
  }
  .container.container_SM {
    width: 100%;
    max-width: min(87vw, calc(1050px + 3rem));
  }
  .main-col .container.container_SM {
    padding-right: calc(3vw + 1.5rem);
    max-width: min(87vw, calc(1050px + 3vw + 1.5rem));
  }
  .container.container_M {
    width: 100%;
    max-width: min(87vw, calc(1125px + 3rem));
  }
  .main-col .container.container_M {
    padding-right: calc(3vw + 1.5rem);
    max-width: min(87vw, calc(1125px + 3vw + 1.5rem));
  }
  .container.container_ML {
    width: 100%;
    max-width: min(87vw, calc(1157px + 3rem));
  }
  .main-col .container.container_ML {
    padding-right: calc(3vw + 1.5rem);
    max-width: min(87vw, calc(1157px + 3vw + 1.5rem));
  }
}
@media (min-width: 1200px) {
  .container-fluid,
  .container {
    width: calc(92% + 3rem);
    max-width: 120rem;
  }

  .container.gapL {
    max-width: calc(120rem + 2.35rem);
  }
  .gapL > .row {
    margin-right: -2.35rem;
    margin-left: -2.35rem;
  }
  .gapL > .row > .col,
  .gapL > .row > [class*="col-"] {
    padding-right: 2.35rem;
    padding-left: 2.35rem;
  }

  .container.gapXL {
    max-width: calc(120rem + 2.4rem);
  }
  .gapXL > .row {
    margin-right: -2.7rem;
    margin-left: -2.7rem;
  }
  .gapXL > .row > .col,
  .gapXL > .row > [class*="col-"] {
    padding-right: 2.7rem;
    padding-left: 2.7rem;
  }
}


.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row .flex-column.justify-content-between {
  height: 100%;
}


.over {
  position: relative;
}
.over-left {
  margin-left: calc(((100vw - 100%) / 2) * -1);
}
.over-right {
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.full {
  width: 100vw;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  .full_md {
    width: 100vw;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding-right: 0;
    padding-left: 0;
  }
  .over-right_md {
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
  .over-left_md {
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }
}
@media (max-width: 767px) {
  .mb-0_sm {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .full_sp {
    width: 100vw;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding-right: 0;
    padding-left: 0;
  }
  .over-right_sp {
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
  .over-left_sp {
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }
  .sp_no-over {
    margin-right: 0!important;
    margin-left: 0!important;
  }
}
@media (min-width: 1200px) {
  .large-right {
    margin-right: -4rem;
  }
  .large-left {
    margin-left: -4rem;
  }
}

hr {
  border-top: 1px solid var(--border1);
  margin-top: 2em;
  margin-bottom: 2em;
}


/* ==========================================================================
   Links
========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition: .2s ease-in-out;
  transition-property: background, color, opacity, transform;
}

.underline {
  text-decoration: underline;
}
a.underline:hover,
a:hover span.underline {
  text-decoration: none;
  opacity: 1;
}


/* ==========================================================================
   Image
========================================================================== */
picture {
  display: block;
  background: var(--l-gray);
}
picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
picture.auto img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

picture.square {
  aspect-ratio: 1/1;
}
picture.cover {
  aspect-ratio: 3/2;
  width: 100%;
}
picture.cover_wide {
  aspect-ratio: 39/23;
  width: 100%;
}
picture.img_portrait {
  aspect-ratio: 3/4;
  width: 100%;
  max-height: 550px;
}
picture.img_portrait_pc {
  aspect-ratio: 33/25;
  width: 100%;
}
@media(max-width: 575px){
  picture.square {
    max-height: inherit!important;
  }
}
@media(min-width: 576px){
  picture.square {
    aspect-ratio: 2/1;
  }
}
@media(min-width: 768px){
  picture.cover_wide {
    aspect-ratio: 5/2;
  }
  picture.img_portrait_pc {
    aspect-ratio: 7/9;
  } 
  .main-col .main-col picture.img_portrait_pc {
    aspect-ratio: 29/45;
  } 
}

.overlay {
  width: 100%;
  height: 100%;
  position: relative;
}
.overlay::before {
  content: '';
  width: 100%;
  height: 100%;
  background: var(--color1);
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
}
.overlay._black::before {
  background: #000;
}
.overlay._op50::before {
  opacity: .5;
}
.overlay._op40::before {
  opacity: .5;
}
.overlay._op20::before {
  opacity: .2;
}


.multiply {
  mix-blend-mode: multiply;
}


.flex-img {
  display: flex;
}
.flex-img picture {
  flex-basis: 100%;
  height: min(500px,52vw);
}

.grid-img .grid-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6%;
}
.grid-img > picture:nth-of-type(1) {
  aspect-ratio: 3/2;
  margin-bottom: 6%;
}
.grid-img > .grid-row picture:nth-of-type(1) {
  flex: 0 0 40%;
  aspect-ratio: 1/1;
}
.grid-img > .grid-row picture:nth-of-type(2) {
  flex: 0 0 54%;
  aspect-ratio: 9/10;
}
@media (min-width: 576px) {
  .grid-img {
    gap: 4%;
  }
  .grid-img > picture:nth-of-type(1) {
    aspect-ratio: 2/1;
    margin-bottom: 4%;
  }
  .grid-img > .grid-row picture:nth-of-type(1) {
    aspect-ratio: 10/7;
  }
  .grid-img > .grid-row picture:nth-of-type(2) {
    aspect-ratio: 13/10;
  }
}



img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg {
  fill: currentColor;
}


.no-image {
  background: var(--white) url(../img/logomark.svg) no-repeat center;
  background-size: min(50%, 10rem);
}


/* ==========================================================================
   Typography
========================================================================== */
.huge,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h7,
.h8 {
  font-family: var(--mincho);
  font-weight: 400;
  position: relative;
}

.huge  { font-size: 2.308em; line-height: 1.5; }
h1, .h1 { font-size: 2em; line-height: 2; }
h2, .h2 { font-size: 1.846em; line-height: 2; }
h3, .h3 { font-size: 1.538em; }
h4, .h4 { font-size: 1.231em; }
h5, .h5 { font-size: 1.231em; }
h6, .h6 { font-size: 1.154em; }
.h7 { font-size: 1.077em; }
.h8, .p { font-size: 1em; }

@media (max-width: 767px) {
  .h2s_sm { font-size: 1.615em; line-height: 1.8; }
  .h3s_sm { font-size: 1.385em; }
  .h4_sm { font-size: 1.231em; }
  .h6_sm { font-size: 1.154em; }
  .h7_sm { font-size: 1.077em; }
  .h8_sm { font-size: 1em; }
}
@media (max-width: 991px) {
  .h4_sp { font-size: 1.231em; }
  .h7_sp { font-size: 1.077em; }
  .h8_sp { font-size: 1em; }
}

@media (min-width: 992px) {
  h4, .h4 { font-size: 1.385em; }
  h5, .h5 { font-size: 1.231em; }
  h6, .h6 { font-size: 1.154em; }
  .h7 { font-size: 1.077em; }
  .h8, .p { font-size: 1em; }
}

p,.p {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
p:first-child,
.p:first-child {
  margin-top: 0;
}
p:last-child,
.p:last-child {
  margin-bottom: 0;
}


strong, b {
  font-weight: 700;
}

.small, .txt {
  font-size: .923em;
  letter-spacing: .05em;
}
small {
  font-size: .923em;
  display: inline-block;
  letter-spacing: .05em;
}
.xsmall {
  font-size: .846em;
  display: inline-block;
  letter-spacing: .05em;
}
@media (max-width: 991px) {
  .txt_sp {
    font-size: .923em;
    letter-spacing: .05em;
  }
}

.fw-300, .text-normal { font-weight: 300 !important; }
.fw-400, .text-normal { font-weight: 400 !important; }
.fw-500, .text-medium { font-weight: 500 !important; }
.fw-600, .text-semibold { font-weight: 600 !important; }
.fw-700, .text-bold { font-weight: 700 !important; }

.text-italic { font-style: italic; }
.text-justify { text-align: justify; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
@media (min-width: 576px) {
  .text-sm-left { text-align: left !important; }
  .text-sm-right { text-align: right !important; }
  .text-sm-center { text-align: center !important; }
}
@media (min-width: 768px) {
  .text-md-left { text-align: left !important; }
  .text-md-right { text-align: right !important; }
  .text-md-center { text-align: center !important; }
}
@media (min-width: 992px) {
  .text-lg-left { text-align: left !important; }
  .text-lg-right { text-align: right !important; }
  .text-lg-center { text-align: center !important; }
}
@media (min-width: 1200px) {
  .text-xl-left { text-align: left !important; }
  .text-xl-right { text-align: right !important; }
  .text-xl-center { text-align: center !important; }
}


.en_ttl {
  font-family: var(--font1);
  font-weight: 500;
}

.sub_ttl {
  color: var(--gray);
  font-weight: 400;
}

.font1 {
  font-family: var(--font1) !important;
  font-weight: 400 !important;
}
.font2 {
  font-family: var(--font2) !important;
  font-weight: 400 !important;
}
.font3 {
  font-family: var(--font3) !important;
  font-weight: 400 !important;
}

.Gothic {
  font-family: var(--gothic) !important;
}
.Mincho {
  font-family: var(--mincho) !important;
  font-weight: 400;
}

.copy {
  font-family: var(--mincho);
  margin-top: 2rem;
  margin-bottom: 1.75rem;
  font-weight: 400;
}
.copy:first-child {
  margin-top: 0;
}
.copy + p {
  margin-top: 0;
}

.en_ttl .ttl {
  font-family: revert;
  font-size: 1rem;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .md-no-br br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sm-no-br br {
    display: none;
  }
}
@media (max-width: 575px) {
  .sp-no-br br {
    display: none;
  }
}

/* ==========================================================================
   Button
========================================================================== */
.btn {
  display: inline-block;
  text-align: center;
  font-family: inherit;
  font-size: 1.077em;
  line-height: 1.4;
  font-weight: 400;
  padding: 1.125em 1.25em;
  width: 100%;
  max-width: 100%;
  background: var(--color1);
  color: var(--l-gray);
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: .2s ease-in-out;
  transition-property: background,border,color;
}
.btn.btn-border {
  background: transparent !important;
  border-color: currentColor;
  color: var(--color1);
}
.btn::after {
  content: '';
  display: block;
  width: .425em;
  height: .425em;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translate(0,-50%) rotate(45deg);
  transition: transform .2s;
}
.btn.btn-border::after {
  border-color: var(--gray);
}
.btn:hover::after {
  transform: translate(4px,-50%) rotate(45deg);
}
.btn.back::after {
  right: auto;
  left: 7%;
  transform: translate(0,-50%) rotate(-135deg);
}
.btn.back:hover::after {
  right: auto;
  left: 7%;
  transform: translate(-4px,-50%) rotate(-135deg);
}

.btn.btn-icon::after {
  display: none;
}
.btn.btn-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  object-fit: contain;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}

.btn.btn-full {
  width: 100%;
}
.txtBox .btn {
  margin-top: 1em;
}

@media (min-width: 576px) {
  .btn {
    width: 23rem;
  }
  .text-center .btn {
    margin-right: auto;
    margin-left: auto;
  }
}

.arrow-btn,
.more-btn {
  display: inline-block;
  text-align: left;
  font-family: inherit;
  font-size: .923rem;
  line-height: 2;
  font-weight: 400;
  padding: 1.125em 0;
  width: 100%;
  background: transparent;
  color: var(--color1);
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  margin-bottom: .5em;
}
.more-btn {
  display: inline-flex;
  align-items: center;
  gap: .75em;
  width: auto;
  line-height: 1.25;
  white-space: nowrap;
  padding: .75em 0 .75em 1.5em;
  margin: 0;
  border-bottom: 0;
}
.more-btn::before,
.arrow-btn::after {
  content: '';
  display: block;
  width: .425em;
  height: .425em;
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  position: absolute;
  top: 50%;
  right: .1em;
  transform: translate(0,-50%) rotate(-45deg);
  transition: transform .2s;
}
.more-btn::before {
  left: .1em;
  right: auto;
}
.more-btn:hover::before,
.arrow-btn:hover::after {
  transform: translate(4px,-50%) rotate(-45deg);
}
.more-btn > span {
  padding: 0 1.125em;
}
@media (min-width: 576px) {
  .arrow-btn {
    width: auto;
    min-width: min(100%,21.538rem);
  }
  .box-btn {
    width: auto;
    min-width: min(100%,21.538rem);
  }
}




.icon-link {
  display: inline-flex;
  gap: .75em;
  align-items: center;
}
.icon-link svg {
  display: inline-block;
  width: 27px;
  height: 24px;
  object-fit: contain;
}


.links {
  display: flex;
  gap: 1.25em;
}



.buttons.row {
  row-gap: 1.25rem;
}
.buttons:not(.row) .btn + .btn {
  margin-top: 1.25rem;
}
@media (min-width: 992px){
  .buttons.row {
    row-gap: 3rem;
  }
}



/* ==========================================================================
   Modal
========================================================================== */
.modal-overlay  {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1000;
  cursor: pointer;
}
.modal-image  {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  display: block;
}
.btn.modal-img_btn::before,
.btn.modal-img_btn::after {
  content: '';
  display: block;
  width: .6em;
  height: 1.5px;
  border-top: 0;
  border-right: 0;
  background: var(--gray);
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translate(0,-50%);
  transition: transform .2s;
}
.btn.modal-img_btn::after {
  transform: translate(0,-50%) rotate(90deg);
}
.btn.modal-img_btn:hover::before {
  transform: translate(0,-50%) rotate(90deg);
}
.btn.modal-img_btn:hover::after {
  transform: translate(0,-50%) rotate(180deg);
}

/* ==========================================================================
   Page header
========================================================================== */
.page__header {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.page__header .imgBox {

}
.page__header .ttlBox {
  position: relative;
}
.page__header .en_ttl {
  font-size: 1.538rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  position: relative;
}
.page__header .ttl {
  font-size: 1.077rem;
  font-weight: 400;
  display: block;
  margin-top: .75rem;
}
.page__header .ttl:empty {
  display: none;
}

@media (max-width: 991px) {
  .page__header .ttl {
    color: var(--gray);
  }
}


.page__header:has(picture.cover) {
  padding: 1.2rem;
  height: calc(100svh - 70px - (3.125rem + 2.4rem));
}
.page__header picture.cover {
  width: 100%;
  height: 100%;
  position: relative;
}
.page__header:has(picture.cover) .container {
  color: var(--white);
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.page__header:has(picture.cover) .ttlBox .ttl {
  color: var(--white);
}
@media (max-width: 575px) {
  .page__header:has(picture.cover) .ttlBox {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .page__header:has(picture.cover) {
    padding: 1.75rem;
    height: calc(100svh - 70px);
  }
}


.page__thumbnail {
  padding: 1.2rem 1.2rem 0;
}
.page__thumbnail picture {
  width: 100%;
  aspect-ratio: 1/1;
}
@media (max-width: 991px) {
  .container .page__thumbnail {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .container .page__thumbnail {
    margin-top: 0;
  }
  .page__thumbnail picture {
    max-height: inherit!important;
  }
}
@media (min-width: 576px) {
  .page__thumbnail picture {
    aspect-ratio: 112/65;
    max-height: 650px;
  }
}
@media (min-width: 992px) {
  .page__thumbnail {
    padding: 0;
  }
}


.headline {
  border-top: 1px solid var(--border1);
  padding-top: 2rem;
}
.headline:not(.section):not(.content) {
  margin-bottom: 2rem;
}
.headline.no-border {
  border-top: 0;
  padding-top: 0;
}


.section__header .en_ttl {
  line-height: 2;
}
.section__header .ttl {
  font-weight: 400;
}
body.lang-en .section__header .ttl {
  display: none;
}
@media (max-width: 991px) {
  .section__header .ttl {
    color: var(--gray);
  }
}
@media (min-width: 992px) {
  .section__header._sticky {
    overflow: hidden;
    top: 70px;
  }
}


.cont-head {
  display: flex;
  align-items: center;
  position: relative;
}
.cont-head::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: var(--border1);
  position: absolute;
  right: 0;
}
.cont-head .ttl {
  display: inline-block;
  background: var(--l-gray);
  padding-right: 1.5rem;
  position: relative;
  z-index: 2;
}

/* ==========================================================================
   MV
========================================================================== */
#mv {
  width: 100%;
  height: calc(100svh - 3.125rem - 2rem);
  padding: 0;
  background-color: var(--color1);
  color: var(--white);
  position: relative;
}
#mv .container {
  height: calc(100svh - 3.125rem - 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#mv .container.text-center {
  align-items: center;
  justify-content: center;
}
#mv .container:not(.text-center) {
  padding-top: max(22vh, 160px);
}
#mv picture {
  width: 100%;
  height: 100%;
  position: absolute;
}
#mv picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#mv .ttlBox {
  position: relative;
}
.page__header .ttl:empty,
body.lang-en .page__header .ttl {
  display: none;
}


#mv:has(._sticky) {
  height: auto;
}
#mv ._sticky {
  width: 100%;
  height: 100%;
}
#mv video {
  width: 100%;
  height: 100svh;
  object-fit: cover;
  vertical-align: bottom;
}
#mv #intro::before {
  content: '';
  display: block;
  height: 100vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 20%, rgba(0, 0, 0, 0.50) 100%);
  position: sticky;
  top: 0;
}
#mv #intro span {
  display: block;
}
#mv #intro .iv {
  transition-duration: .8s;
}
#mv #intro .iv:nth-child(2) {
  transition-delay: .2s;
}
#mv #intro .iv:nth-child(3) {
  transition-delay: .3s;
}
#mv #intro .iv:nth-child(4) {
  transition-delay: .4s;
}
#mv #intro .iv:nth-child(5) {
  transition-delay: .5s;
}
#mv #intro .more::before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  margin: 1.75rem auto;
  background: currentColor;
  opacity: .5;
}
#mv #intro .more a {
  display: inline-block;
  line-height: 2.5;
  border-bottom: 1px solid currentColor;
}
#mv #intro .more a:hover {
  opacity: .5;
}

#mv .mv_top {
  width: 100%;
  padding: 4.125em min(4.125em, 6.5vw) calc(3.125rem + 2rem + 2.5em);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: 100svh;
  left: 0;
  transform: translateY(-100%);
}
#mv .mv_top .michelin {
  width: 72px;
}
@media (min-width: 992px){
  #mv,
  #mv .container {
    height: 100svh;
  }
  #mv .mv_top {
    padding: 4.125em min(4.125em, 6.5vw);
  }
}

.scrolldown {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  position: relative;
}
.scrolldown span {
  display: block;
  font-family: var(--font2);
  font-size: .923em;
  line-height: 1;
}
.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 1px;
  height: 50px;
  background: currentColor;
  animation: scroll 2s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.scrolldown::after{
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 1px;
  height: 50px;
  background: currentColor;
  opacity: .3;
}



video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* ==========================================================================
   hero
========================================================================== */

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.parallax {
  width: 100%;
  height: 100svh;
  margin-bottom: -50vh;
}
.hero {
  color: var(--white);
}
.hero .txtBox {
  overflow: hidden;
}

.sticky-bg {
  width: 100%;
  height: 100svh;
  background-color: var(--l-gray);
  margin-bottom: -100svh;
}
@media (min-width: 576px){
  .sticky-bg picture {
    max-width: 75%;
  }
}

/* ==========================================================================
   Intro
========================================================================== */
#intro p.h6 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
#intro p.h6:first-child {
  margin-top: 0;
}
#intro p.h6:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   splide.js
========================================================================== */
/* flexbox 内のスライダー肥大化を制御 */
* {
  min-height:0;
  min-width : 0;
}

@media (max-width: 575px){
  .slider-wrapper:has(.slider),
  .slider-wrapper:has(.slider-2col) {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }
  .slider-2col .card picture.cover {
    min-height: 300px;
  }
}


.sp-slider .card {
  background: var(--white);
  padding: min(4.5%, 1.6em);
}
.sp-slider .card picture {
  margin-bottom: 0;
}
@media (min-width: 992px){
  .sp-slider .card {
    margin-bottom: 5px;
  }
  .sp-slider .card picture {
    aspect-ratio: 1/1;
  }
  .sp-slider .card .txtBox {
    align-self: center;
  }
  .sp-slider .slider-arrowBox {
    display: none;
  }
}


/* ------------------
  Slider Layout
------------------ */
.slider-wrapper {
  overflow: hidden;
  position: relative;
}
.slider-inner {
  position: relative;
}
@media (max-width: 575px){
  .slider-wrapper.d-sm-none + .slider-wrapper {
    display: none;
  }
}


.slider-arrowBox {
  color: var(--color1);
  font-family: var(--font1);
  font-size: 1.077em;
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.slider-inner .slider-arrowBox {
  color: var(--white);
  padding: 3%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin-top: 0;
}
.splide__track + .splide__arrows {
  justify-content: flex-end;
  margin-top: 1.5rem;
}
@media (min-width: 992px){
  .splide__track + .splide__arrows {
    margin-top: 2rem;
  }
}


.splide__arrows {
  display: flex;
  align-items: center;
}
.splide__arrow {
  background: transparent;
  position: relative;
  top: auto;
  left: auto!important;
  right: auto!important;
  margin: 0;
  opacity: 1;
  transform: none;
}
.splide__arrow::before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}
.splide__arrow--prev::before {
  transform: translate(-50%,-50%) rotate(-135deg);
}
.splide:not(.is-overflow) .splide__arrows {
  display: none;
}


.splide__pagination {
  position: static;
  padding: 0 .5em;
}
.splide__pagination__page {
  background: transparent!important;
  transform: none!important;
  opacity: 1!important;
}
.splide__pagination__page::before,
.splide__pagination__page::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0.25);
  transition: .3s;
  transition-property: transform, opacity;
}
.splide__pagination__page::after {
  background: transparent;
  border: 1px solid currentColor;
  opacity: 0;
}
.splide__pagination__page.is-active::after {
  transform: translate(-50%,-50%) scale(1.0);
  opacity: 1;
}


.slider-captionBox {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 1.5rem;
}
.slider-captionBox .caption {
  line-height: 1.5rem;
  transition: opacity .8s ease;
  opacity: 1;
}
.slider-captionBox .caption.fade-out {
  opacity: 0;
}

.splide__slide:not(.card) picture {
  width: 100%;
  height: 100%;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splide__slide .ttl.count {
  letter-spacing: .05em;
}





/* ==========================================================================
   Responsive iframe
========================================================================== */
.iframeBox {
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframeBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.iframeBox._map {
  padding-top: min(100%,500px);
}

._grayscale {
  filter: grayscale(100%);
}

/* ==========================================================================
   Card
========================================================================== */
.cards {
  list-style-type: none;
}
.cards.row {
  row-gap: 3.75rem;
}
.row .cards.row {
  row-gap: 2rem;
}
.acc_body .cards.row {
  row-gap: 3.25rem;
}
.card {
  background-color: var(--l-gray);
  position: relative;
}
.card:not(.row) {
  display: block;
}
.card > a:not(.row) {
  display: block;
}
.card p {
  margin-top: .75em;
  margin-bottom: .75em;
}
.card p:first-child {
  margin-top: 0;
}
.card p:last-child {
  margin-bottom: 0;
}
.card picture {
  margin-bottom: 1.25rem;
  overflow: hidden;
  position: relative;
}
.card .img_portrait {
  margin-bottom: 1.75rem;
}
.card picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s cubic-bezier(.39, .575, .565, 1);
}
a.card:hover picture img,
.card a:hover picture img {
  transform: scale(1.1);
}
.card .entry__meta {
  font-size: .923rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--gray);
  margin-top: 1.5rem;
}
.card .ttl + .entry__meta {
  margin-top: 0;
}
.card .entry__meta time {
  display: inline-block;
  font-size: 0.85rem;
  font-family: var(--font2);
  font-weight: 500;
  letter-spacing: .2em;
  transform: translateY(.2em);
}
.card .entry__meta .category {
  padding: .25rem 0;
  margin-left: 1em;
}
.card .entry__meta .category span {
  margin-left: .5em;
}
.card .entry__meta .cat {
  font-size: 0.85rem;
}
.card .ttl {
  margin: 0;
  line-height: 1.75;
  font-weight: 400;
  margin-top: 0;
}
.card .arrow-btn {
  width: auto;
  min-width: 12em;
}
.card .head {
  padding-right: 3rem;
  position: relative;
}
.card .head[data-label]::before {
  content: attr(data-label);
  font-family: var(--mincho);
  font-size: 2.308em;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 575px){
  .posts.cards.row .card {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}



.cards.row:has(.vcard) {
  row-gap: 2rem;
}
.vcard {
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
.cards.row:has(a.vcard) {
  row-gap: .75rem;
}
a.vcard .ttl {
  padding-right: 1.5rem;
  line-height: 1.8;
  position: relative;
}
a.vcard .ttl::before {
  content: '';
  display: block;
  width: .425em;
  height: .425em;
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  position: absolute;
  top: 50%;
  right: .1em;
  transform: translate(0,-50%) rotate(-45deg);
  transition: transform .2s;
}

.vcard picture.pict {
  flex: 0 0 min(9.4rem, 25%);
}

@media (max-width: 767px){
  .vcard {
    display: flex;
    align-items: flex-start;
    gap: 6%;
  }
  .vcard .txtBox {
    flex-basis: 100%;
    align-self: center;
  }
  .vcard picture {
    flex: 0 0 32%;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 767px){
  .cards.row:has(a.vcard) {
    row-gap: 2.75rem;
  }
  a.vcard picture {
    margin-bottom: 1rem;
  }
  .vcard.md-card {
    display: block;
  }
}


/* ==========================================================================
   Profile
========================================================================== */
.profile {
  display: grid;
  grid-template-rows: auto;
  grid-column-gap: 6%;
}
.profile picture.cover {
  aspect-ratio: 1/1;
}
@media (max-width: 1199px){
  .profile {
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 1.75rem;
  }
  .profile .ttlBox {
    align-self: center;
  }
  .profile .imgBox { grid-area: 1 / 1 / 2 / 3; }
  .profile .ttlBox { grid-area: 1 / 3 / 2 / 6; }
  .profile .txtBox { grid-area: 2 / 1 / 3 / 6; }
}
@media (min-width: 1200px){
  .profile {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 1.5rem;
  }
  .profile .ttlBox {
    align-self: end;
  }
  .profile .imgBox { grid-area: 1 / 1 / 3 / 2; }
  .profile .ttlBox { grid-area: 1 / 2 / 2 / 4; }
  .profile .txtBox { grid-area: 2 / 2 / 3 / 4; }
}

/* ==========================================================================
   List
========================================================================== */
.lists {
  list-style-type: none;
}
.list:first-child {
  border-top: 1px solid var(--border1);
}
.list {
  border-bottom: 1px solid var(--border1);
}
.list > a {
  display: block;
  padding: 1.75rem 1.75rem 1.75rem 0;
  position: relative;
}
.list > a::after {
  content: '';
  display: block;
  width: .425em;
  height: .425em;
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  position: absolute;
  top: 50%;
  right: .1em;
  transform: translate(0,-50%) rotate(-45deg);
  transition: transform .2s;
}
.list > a.d-flex {
  justify-content: space-between;
  padding-right: .75rem;
  padding-left: .75rem;
}
.list > a:hover {
  opacity: .5;
}

.list .entry__meta {
  display: flex;
  align-items: center;
}
.list .entry__meta time {
  font-family: var(--font2);
  font-weight: 500px;
  letter-spacing: .2em;
  color: var(--gray);
  width: 7.5em;
  margin-top: .25em;
}
.list .ttl {
  font-size: 1rem;
  line-height: inherit;
}
@media (min-width: 768px){
  .list > a {
    display: flex;
    padding: 2.25rem 0;
  }
  .list .entry__meta time {
    width: 5.75em;
  }
  .list .entry__meta .category {
    width: 12em;
    justify-content: center;
  }
}

ul.banner-list {
  row-gap: .75em;
}
ul.banner-list li a {
  width: 100%;
  aspect-ratio: 53/20;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  color: var(--white);
  overflow: hidden;
}
ul.banner-list li a picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform .8s;
}
ul.banner-list li a:hover picture {
  transform: scale(1.15);
}


/* ==========================================================================
   ul
========================================================================== */
ul, ol {
  list-style-type: none;
}
ul.disc {
  list-style-type: disc;
  padding-left: 1.25em;
}

/* ==========================================================================
   dl
========================================================================== */
dl dt {
  margin: 0 0 1rem;
}
dl dd {
  margin-bottom: 2.25rem;
}
dl ul {
  list-style-type: disc;
  padding-left: 1.25em;
}
dl ol {
  list-style-type: decimal;
  padding-left: 1.25em;
}
dl a {
  text-decoration: underline;
}
@media (max-width: 991px){
  dl dt {
    font-weight: 700;
  }
}


.outline dl dd ol > br {
  display: none;
}
@media (max-width: 991px){
  .outline dl dt {
    font-family: var(--gothic);
    font-size: 1em;
    font-weight: 700;
  }
}
@media (min-width: 992px){
  .outline {
    display: table;
  }
  .outline dl {
    display: table-row;
  }
  .outline dl dt {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    padding-right: 3em;
    line-height: 2rem;
  }
}


.spec {
  display: table;
  width: 100%;
  margin-bottom: 2rem;
}
.spec dl {
  display: table-row;
  line-height: 1.5;
}
.spec dl dt {
  display: table-cell;
  margin-bottom: 0;
  padding: .375em 1.5em .375em 0;
}
.spec dl dt:has(svg) {
  white-space: nowrap;
}
.spec dl dt svg {
  width: .923em;
  height: .923em;
  object-fit: contain;
  margin-right: .75em;
}
.spec dl dd {
  display: table-cell;
  margin-bottom: 0;
  padding: .375em 0;
}

/* ==========================================================================
   Number block
========================================================================== */
.number-blocks {
  counter-reset: blocknumber;
}
.number-blocks ._item {
  counter-increment: blocknumber;
  position: relative;
}
.number-blocks ._item .txtBox .head {
  margin: 2rem 0 1.75rem;
}
@media (max-width: 767px){
  .number-blocks ._item.content {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .number-blocks ._item::before {
    content: counter(blocknumber, decimal-leading-zero);
    display: block;
    font-family: var(--font1);
    font-size: .769rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 1.75rem;
  }
  .number-blocks ._item::after {
    content: '';
    height: 1px;
    background: var(--border1);
    position: absolute;
    top: calc(.769rem/2);
    left: 2rem;
    right: 0;
  }
}
@media (min-width: 768px){
  .number-blocks ._item {
    display: flex;
    gap: 5%;
  }
  .number-blocks ._item > * {
    flex-basis: 100%;
  }
  .number-blocks ._item .cover {
    height: 310px;
  }
  .number-blocks ._item .cover_L {
    height: 310px;
  }
  .number-blocks ._item .txtBox {
    position: relative;
  }
  .number-blocks ._item .txtBox::before {
    content: counter(blocknumber, decimal-leading-zero);
    display: block;
    font-family: var(--font1);
    font-size: .769rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 2.25rem;
  }
  .number-blocks ._item .txtBox {
    display: flex;
    flex-direction: column;
  }
  .number-blocks ._item .txtBox::after {
    content: '';
    height: 1px;
    background: var(--border1);
    position: absolute;
    top: calc(.769rem/2);
    left: 2rem;
    right: 0;
  }
  .number-blocks ._item .txtBox .head {
    margin: 0 0 1.75rem;
  }
}
@media (min-width: 992px){
  .number-blocks ._item .cover {
    height: 380px;
  }
  .number-blocks ._item .cover.imgBox_L {
    height: 350px;
  }
  .number-blocks ._item .cover_L {
    height: 450px;
  }

  .number-blocks ._item:has(.imgBox_L) {
    gap: 7%;
    margin-bottom: 7.692rem;
  }
  .number-blocks ._item:has(.imgBox_L.cover_L) {
    margin-bottom: 6.153rem;
  }
  .number-blocks ._item .imgBox_L {
    flex: 0 0 58.5%;
  }
  .main-col .main-col .number-blocks ._item .imgBox_L {
    flex: 0 0 62%;
  }
  .number-blocks ._item:has(.imgBox_L) .txtBox .arrow-btn {
    width: 100%;
  }
}


/* ==========================================================================
   Number list
========================================================================== */
.number-lists {
  counter-reset: listnumber;
}
.number-lists ._item {
  counter-increment: listnumber;
  position: relative;
}
ol.number-lists ._item {
  margin-bottom: 2em;
}
.number-lists ._item::before {
  content: counter(listnumber, decimal-leading-zero);
  display: inline-block;
  font-family: var(--font1);
  font-size: .769rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 1.75em;
}
@media (max-width: 767px){
  .number-lists ._item {
    display: flex;
    align-items: baseline;
  }

  .number-lists dl._item {
    flex-wrap: wrap;
  }
  .number-lists dl._item dd {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px){
  .number-lists {
    display: table;
  }
  .number-lists ._item {
    display: table-row;
  }
  .number-lists ._item dt {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    padding-right: 4em;
    line-height: 2rem;
  }

  ol.number-lists {
    display: block;
  }
  ol.number-lists ._item {
    display: flex;
    align-items: baseline;
  }
  ol.number-lists ._item::before {
    margin-right: 2.5em;
  }
}


/* ==========================================================================
   Number Card
========================================================================== */
.number-cards {
  counter-reset: cardnumber;
}
.number-cards ._item {
  counter-increment: cardnumber;
  position: relative;
}
.number-cards ._item .txtBox .head {
  margin: 2rem 0 1.75rem;
}
.number-cards ._item .txtBox .ttl {
  display: flex;
  align-items: center;
  margin: 2rem 0 1.75rem;
}
.number-cards ._item .txtBox .head::before,
.number-cards ._item .txtBox .ttl::before {
  content: counter(cardnumber, decimal-leading-zero);
  display: block;
  font-family: var(--font1);
  font-size: .769rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 1.5em 0 0;
}
.number-cards ._item .txtBox .head:has(.ttl)::before {
  display: none;
}


/* ==========================================================================
   Numbers (汎用)
========================================================================== */
.numbers {
  counter-reset: numbers;
}
.numbers ._item {
  counter-increment: numbers;
  position: relative;
}
.numbers ._item .count {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.numbers ._item .count::before {
  content: counter(numbers, decimal-leading-zero);
  display: block;
  font-family: var(--font1);
  font-size: .769rem;
  font-weight: 400;
  transform: translateY(-10%);
}
.numbers ._item .count.d-block::before {
  padding: .5rem 0;
}
@media (max-width: 767px){
  .numbers ._item .count.d-block::before {
    display: none;
  }
  .numbers ._item .card:has(.count.d-block)::before {
    content: counter(numbers, decimal-leading-zero);
    display: block;
    font-family: var(--font1);
    font-size: .769rem;
    font-weight: 400;
    transform: translateY(-10%);
    margin-bottom: 1rem;
  }
}

/* ==========================================================================
   Link lists
========================================================================== */
.link-lists ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25em;
  column-gap: 3em;
  list-style-type: disc;
  padding-left: 1.25em;
  margin-top: 1.75rem;
}
.link-lists ul li {
  width: 100%;
}
.link-lists li a {
  text-decoration: underline;
}
@media (max-width: 991px){
  .link-lists ul {
    font-size: .923em;
  }
}
@media (min-width: 768px){
  .link-lists li {
    flex: 0 0 calc(50% - (3em/2));
  }
}



/* ==========================================================================
   Tab
========================================================================== */
.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-bottom: 1.5em;
}
.tabs li {
  flex: 0 0 calc((100% - 2rem)/3);
  line-height: 1.25;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--border1);
  position: relative;
}
.tabs li span,
.tabs li a {
  display: inline-block;
  padding: 1em 0;
  position: relative;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 400;
}
.tabs li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--gray);
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: scale(0,1);
  transform-origin: right top;
  transition: transform 0.2s;
}
.tabs li:hover::before,
.tabs li.active::before {
  transform: scale(1,1);
  transform-origin: left top;
}

@media (min-width: 576px) {
  .tabs li {
    flex: 0 0 auto;
    min-width: 100px;
  }
}


/* ==========================================================================
   Table of contents
========================================================================== */
ul.toc {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
ul.toc:empty {
  margin-top: 0;
  margin-bottom: 0;
}
ul.toc li a {
  display: flex;
  align-items: center;
  line-height: 1.25;
  padding: 1.5em 2em 1.5em 0;
  border-bottom: 1px solid currentColor;
  position: relative;
}
ul.toc li a::before {
  content: '';
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m.5%204h11%22%2F%3E%3Cpath%20d%3D%22m8%207.5%203.5-3.5-3.5-3.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: contain;
  position: absolute;
  right: 1.25em;
  transform: rotate(90deg);
  transition: transform .1s;
}
ul.toc li a:hover::before {
  transform: translateY(2px) rotate(90deg);
}


/* ==========================================================================
   Accordion
========================================================================== */
@media (max-width: 991px) {
  .sp-acc {
    background: var(--l-gray);
  }
  .sp-acc_btn {
    padding: 1.25rem 1.75rem;
    margin-bottom: 0!important;
    position: relative;
    cursor: pointer;
    transition: opacity .2s;
  }
  .sp-acc_btn:hover {
    opacity: .5;
  }
  .sp-acc_btn::after {
    content: '';
    display: block;
    width: .425em;
    height: .425em;
    background: currentColor;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    top: 50%;
    right: 1.75rem;
    margin-top: -.25em;
  }
  .sp-acc.on .sp-acc_btn::after {
    transform: rotate(180deg);
  }
  .sp-acc_body {
    padding: 1rem 1.75rem;
    border-top: 1px solid rgba(0,0,0,0.05);
  }
}
@media (min-width: 992px) {
  .sp-acc_body {
    display: block!important;
  } 
}


.acc-list .acc,
.acc_body {
  border-bottom: 1px solid var(--border1);
}
.acc-list .acc .acc_body {
  border-bottom: 0;
}
.acc_btn:not(.arrow-btn) {
  display: block;
  white-space: nowrap;
  padding: 1.75rem 3rem 1.75rem 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  transition: opacity .2s;
}
.acc_btn.arrow-btn {
  width: 100%;
}
.acc_btn:hover {
  opacity: .5;
}
.acc_btn:not(.arrow-btn)::after {
  content: "";
  display: block;
  width: .425em;
  height: .425em;
  border-right: 1.5px solid var(--color1);
  border-bottom: 1.5px solid var(--color1);
  position: absolute;
  top: 50%;
  right: .75rem;
  transition: transform .2s;
  transform: translateY(-50%) rotate(45deg);
}
.acc_btn.arrow-btn::after {
  transform: translateY(-50%) rotate(45deg);
}
.acc.on .acc_btn::after {
  transform: translateY(-50%) rotate(-135deg);
}

.acc_body {
  padding: 0 0 2.25rem;
}
@media (min-width: 992px) {
  .acc_btn:not(.arrow-btn) {
    padding: 1.75rem 3rem 1.75rem 0;
  }
  .acc_body {
    padding: 0 0 2rem;
  }
  .acc_body .inner {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .acc_btn::before,
  .acc_btn::after {
    right: 1.5rem;
  }
}



.acc-list .faq__q {
  font-family: var(--mincho);
  font-size: 1.154rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  white-space: normal;
  display: flex;
  padding: .25em 0;
}
.acc-list .faq__q .label {
  font-family: var(--font1);
  color: var(--black);
  display: block;
  flex: 0 0 2.75rem;
  font-size: 1.538rem;
  line-height: 1.25;
}
.acc-list .faq__a {
  display: flex;
}
.acc-list .faq__a .label {
  font-weight: 400;
  font-family: var(--font1);
  display: block;
  flex: 0 0 2.75rem;
  font-size: 1.538rem;
  line-height: 1.375;
  visibility: hidden;
}
.acc-list .faq__a a:not([class*="btn"]) {
  color: inherit;
  text-decoration: underline;
}
.acc-list .faq__a a[class*="btn"] {
  margin-top: .75em;
}

@media (min-width: 992px) {
  .acc-list .faq__q .label,
  .acc-list .faq__a .label {
    flex: 0 0 3.5rem;
  }
}


/* ==========================================================================
   Menu content
========================================================================== */



/* ==========================================================================
   Color
========================================================================== */
.bg-white {
  background-color: var(--white);
}
.bg-l-gray {
  background-color: var(--l-gray);
}
.bg-l-gray2 {
  background-color: var(--l-gray);
}
.bg-l-gray3 {
  background-color: var(--l-gray3);
}
.bg-color1 {
  background-color: var(--color1);
  color: var(--white);
}
.color-base1 {
  color: var(--color-base1);
}
.color-base2 {
  color: var(--color-base2);
}
.color1 {
  color: var(--color1);
}
.color2 {
  color: var(--color2);
}
.color3 {
  color: var(--color3);
}
.white {
  color: var(--white);
}
.gray {
  color: var(--gray);
}
.d-gray {
  color: var(--d-gray);
}
.black {
  color: var(--black);
}
.red {
  color: var(--red);
}


section[class*="bg-"] {
  overflow: hidden;
  position: relative;
}


/* ==========================================================================
   WP Post
========================================================================== */
@media (max-width: 575px) {
  .post-thumbnail {
    margin-top: 7vw;
  }
}

.article__header .entry__ttl {
  padding-bottom: .25rem;
}
.article__header .entry__meta {
  color: var(--gray);
  font-size: .923rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.article__header .entry__meta time {
  display: inline-block;
  font-size: 1rem;
  font-family: var(--font2);
  font-weight: 500;
  letter-spacing: .2em;
  transform: translateY(.2em);
}
.article__header .entry__meta .category {
  padding: .25rem 0;
}
.article__header .entry__meta .category span {
  margin-right: .25em;
}
.article__header .ttl {
  margin: 0 !important;
}


.category {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
}

.article__footer {
  margin: 60px auto 15px;
  padding-top: 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* entry__content */
.entry__content {
  line-height: 2;
}

.entry__content a:not(.btn) {
  text-decoration: underline;
}

.entry__content blockquote {
  margin: 1.75rem 0 3.5rem .5em;
  padding: 0 1em;
  border-left: 3px solid var(--gray);
  font-style: italic;
  background-color: var(--l-gray);
  color: var(--d-gray);
}

.entry__content dl {
  margin-top: 1.75rem;
  margin-bottom: 3.5rem;
}
.entry__content dt {
  font-feature-settings: "palt";
  background-color: #1a1a1a;
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.75em;
}
.entry__content dd {
  margin-left: 0;
  margin-bottom: 1em;
  padding: 0 1em;
}
.entry__content dd + dt {
  margin-top: 1em;
}

.entry__content figure {
  margin-top: 1.75rem;
  margin-bottom: 3.5rem;
}
.entry__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.entry__content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 15px;
  border-radius: 3px;
  margin-top: 1.75rem;
  margin-bottom: 3.5rem;
}

.entry__content .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.entry__content .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-top: 1.75rem;
  margin-bottom: 3.5rem;
}

.entry__content table {
  width: 100%;
  margin-top: 1.75rem;
  margin-bottom: 3.5rem;
  line-height: 1.5;
}
.entry__content table th {
  background-color: var(--l-gray);
  border: 1px solid var(--border1);
  padding: 0.5em;
  font-weight: 400;
}
.entry__content table tbody th {
  text-align: left;
}
.entry__content table td {
  border: 1px solid var(--border1);
  padding: 0.5em;
}

.entry__content ul, .entry__content ol {
  margin-left: 0;
  padding-left: 1.5em;
  margin-top: 1.75rem;
  margin-bottom: 3.5rem;
}
.entry__content ul li {
  list-style-type: disc;
}
.entry__content ol li {
  list-style-type: decimal;
}
.entry__content ol ol, .entry__content ul ul, .entry__content ol ul, .entry__content ul ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.entry__content ol li, .entry__content ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.entry__content ol li ol li ol {
  margin-left: 2em;
}

.entry__content p {
  margin-top: 1.75rem;
  margin-bottom: 3.5rem;
}
.entry__content h1, 
.entry__content h2,
.entry__content h3, 
.entry__content h4, 
.entry__content h5, 
.entry__content h6 {
  margin: 3.5em 0 1.75rem;
}

.entry__content h1 {
  font-size: 1.385em;
}
.entry__content h2 {
  font-size: 1.231em;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--border1);
}
.entry__content h3 {
  font-size: 1.154em;
}
.entry__content h4 {
  font-size: 1.077em;
}
.entry__content h5 {
  font-size: 1em;
}
.entry__content h6 {
  font-size: .923em;
}

.entry__content > .section > h2:first-child {
  margin-top: 0;
}



/* not found */
#post-not-found {
  text-align: center;
  margin: 0 auto;
  padding: 1em 0;
}

.entry__content .alignfull, .entry__content .alignwide {
  width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1);
}
@media (min-width: 576px) {
  .entry__content .alignwide {
    width: calc(100% + (100vw - 100%) / 2);
    margin-left: calc(((100vw - 100%) / 4) * -1);
  }
}
.entry__content .alignfull > img, .entry__content .alignwide > img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  min-width: 100%;
}
@media (min-width: 576px) {
  .entry__content .excerpt {
    margin-right: -1.25em;
    margin-left: -1.25em;
  }
}



/* ==========================================================================
   Pagination - Archive
========================================================================== */
.pagination {
  font-family: var(--mincho);
  font-weight: 400;
  color: var(--color1);
  text-align: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  padding: 0;
}
.pagination li {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.pagination li .page-numbers {
  padding: 0;
  min-width: 2em;
  line-height: 4rem;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li .page-numbers:hover,
.pagination li .page-numbers:focus {
  border-color: currentColor;
}
.pagination li .page-numbers.current {
  border-color: var(--color1);
  cursor: default;
}

.pagination li .page-numbers.next,
.pagination li .page-numbers.prev {
  padding: 0 2em 0 .5em;
  margin: 0 0 0 2em;
  border-bottom: 0;
  position: relative;
}
.pagination li .page-numbers.next::after,
.pagination li .page-numbers.prev::after {
  content: '';
  display: block;
  width: .425em;
  height: .425em;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  position: absolute;
  top: 50%;
  right: .5em;
  transform: translate(0,-40%) rotate(45deg);
  transition: transform .2s;
}
.pagination li .page-numbers.prev {
  padding: 0 .5em 0 2em;
  margin: 0 2em 0 0;
}
.pagination li .page-numbers.prev::after {
  right: auto;
  left: .5em;
  transform: translate(0,-40%) rotate(-135deg);
}

/* ==========================================================================
   Pagination - Single
========================================================================== */
.paginav {
  border-top: 1px solid var(--border1);
  padding-top: 4rem;
  font-family: var(--mincho);
  font-weight: 400;
  color: var(--color1);
}
.paginav a {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  line-height: 3;
  white-space: nowrap;
  padding: 0 2em;
  margin: 1em 0;
  position: relative;
}
.paginav a svg {
  display: block;
}

.paginav .row {
  margin-right: -0.5em;
  margin-left: -0.5em;
}
.paginav .row > * {
  padding: 0 0.5em;
}
.paginav .next {
  text-align: right;
}
.paginav .back a {
  flex-direction: column;
  font-size: 1.154em;
  padding: 0;
}

.paginav .next a::after,
.paginav .prev a::after {
  content: '';
  display: block;
  width: .425em;
  height: .425em;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  position: absolute;
  top: 50%;
  right: .5em;
  transform: translate(0,-40%) rotate(45deg);
  transition: transform .2s;
}
.paginav .prev a {
  padding: 0 .5em 0 2em;
}
.paginav .prev a::after {
  right: auto;
  left: .5em;
  transform: translate(0,-40%) rotate(-135deg);
}


/* ==========================================================================
   Form
========================================================================== */

.form-box .form-group {
  margin-bottom: 2rem;
}
.form-box .row:not(.buttons) {
  margin: 0 -5px;
}
.form-box .row + .row:not([class*="col"]) {
  margin-top: 10px;
}
.form-box .row > * {
  padding: 0 5px;
}
.form-box .row > span {
  display: block;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.666667% !important;
  }
}
.form-box label {
  font-family: var(--mincho);
  font-size: 1.154em;
  font-weight: 400;
  display: block;
  line-height: 31px;
  padding: 9px 0;
}
.form-box .form-label .req,
.form-box .form-label .badge {
  margin-left: .5em;
}
.form-box .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  border: 0!important;
}
.form-box .btn {
  text-align: center;
  margin-top: 0!important;
}
@media (max-width: 575px) {
  .form-box .btn {
    width: 100%;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background-color: var(--white);
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: 1rem;
  color: inherit;
  width: 100%;
  transition: border 0.2s ease-out;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--border1);
}
/* label {
  cursor: pointer;
} */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  height: 49px;
  padding: 10px 15px;
}
textarea {
  padding: 10px;
  width: 100%;
  height: auto;
}
select {
  width: min(100%, 30em);
  height: 49px;
  padding: 10px 25px 10px 15px;
  background-image: url(../img/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 10px 6px;
}
select::-ms-expand {
  display: none;
}

.form-box input[type="text"], .form-box input[type="email"], .form-box input[type="tel"], .form-box input[type="number"], .form-box textarea, .form-box select {
  font-family: var(--gothic);
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background: transparent;
  border: 1px solid var(--border1);
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  color: inherit;
  width: 24px;
  height: 24px;
  margin: 0 1em 0 0 !important;
  position: relative;
}
input[type="checkbox"]:before {
  position: absolute;
  top: 10%;
  left: 32%;
  transform: rotate(45deg);
  width: 32%;
  height: 64%;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  content: '';
  transition: border 0.2s ease-out;
}
input[type="checkbox"]:checked:before {
  border-color: var(--color1);
}
input[type="radio"] {
  border-radius: 100%;
}
input[type="radio"]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: var(--color1);
  content: '';
  transform: scale(0.5);
  transition: 0.15s;
}
input[type="radio"]:checked:before {
  background: var(--color1);
  transform: scale(0.6);
}

.form-box .form-field label {
  display: flex;
  align-items: center;
}
.form-box .form-field .form-help {
  margin: 5px 0;
  line-height: 1.25;
  font-size: 0.923em;
}

.scroll-box {
  height: 250px;
  padding: 5%;
  overflow-y: auto;
  border: 1px solid var(--border1);
  margin-bottom: 1.5em;
}

.form-box a {
  color: var(--color1);
  text-decoration: underline;
}
.form-box a:hover {
  text-decoration: none;
}

.req {
  color: var(--red);
  font-weight: 700;
}
::placeholder {
  color: var(--gray);
  font-weight: 300;
}
::-ms-input-placeholder {
  color: var(--gray);
  font-weight: 300;
}
:-ms-input-placeholder {
  color: var(--gray);
  font-weight: 300;
}


@media (max-width: 767px) {
  .any.badge {
    display: none;
  }
}
@media (max-width: 575px) {
  input[type="text"],
  input[type="email"],
  select {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form-box .form-group {
    display: flex;
  }
  .form-box .form-group .form-label {
    flex: 0 0 30%;
  }
  .form-box .form-group .form-field {
    flex-basis: 70%;
  }
}

.form-scroll-field {
  color: #666;
  font-family: var(--gothic);
  font-size: 0.923em;
  line-height: 1.75;
  border: 1px solid var(--border1);
  border-radius: 0.25em;
  height: 158px;
  overflow-y: auto;
  padding: 16px 20px;
  margin: 20px 0;
}
.form-scroll-field h5 {
  font-weight: 700;
}
.privacy-check label {
  justify-content: center;
}

.form-scroll-field > * {
  margin: 0 0 0.75rem;
}

.mw_wp_form_send_error {
  text-align: center;
}
.mw_wp_form .error {
  color: var(--red);
  font-family: var(--gothic);
  font-size: 0.923em;
  line-height: 1.25;
  margin: 5px 0;
}

.mw_wp_form_input .hidden-txt {
  min-height: 45px;
  display: flex;
  align-items: center;
}

.input-only, .confirm-only {
  display: none;
}
.mw_wp_form_input .input-only {
  display: block;
}
.mw_wp_form_confirm .confirm-only {
  display: block;
}

.mw_wp_form_confirm .form-group {
  padding: 1em 0 0;
}
.mw_wp_form_confirm .form-field {
  padding: 0 0 1em;
  border-bottom: 1px solid var(--l-gray);
}
.mw_wp_form_confirm .form-label {
  line-height: inherit;
  padding: 0 0 1em;
}
p.check {
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .mw_wp_form_confirm .form-label {
    padding: 0;
  }
  .mw_wp_form_confirm .form-box .form-group .form-label .badge {
    top: 0;
  }
}

.mwform-radio-field:first-of-type {
  margin-top: 6px;
}
.mwform-radio-field:last-of-type {
  margin-bottom: 6px;
}

.mw_wp_form .vertical-item + .vertical-item {
    margin-top: 10px;
}
.mw_wp_form .horizontal-item {
  display: inline-flex;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 20px;
}



pre {
  letter-spacing: 0;
  line-height: 1.5;
  margin: 80px 0;
}


/****************************************************************************
   PRINT STYLE
****************************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar, .page-navigation, .wp-prev-next, .respond-form,
  nav {
    display: none;
  }
}

.single small {
  border: 1px dotted;
  display: block;
  padding: 0 0.4rem;
}

.ilink {
  text-decoration: underline;
  display: inline;
  margin: 0 0.2rem;
}
.ilink:hover {
  color: #d00;
}
