﻿:root{
  --ff-base:"ryo-gothic-plusn", sans-serif;
  --ff-display:"ryo-display-plusn", sans-serif;
  --ff-avenirw:"avenir-next-world", sans-serif;
  --ff-latinr:"Latin725StdRoman",sans-serif;
  --ff-latini:"Latin725StdItalic",sans-serif;

  --fw-light:300;
  --fw-regular:400;
  --fw-bold:700;

  --fz-xl:3.6rem;
  --fz-lg:2.6rem;
  --fz-base:1.6rem;
  --fz-sm:1.5rem;
  --fz-xs:0.9rem;

  --color-main:#84857b;
  --color-muted:#6a6a6a;
  --color-bg:#e8e4d9;
  --color-white:#fff;
  --color-accent:#f2a040;
  --color-grey:#a3a39c;
  --color-status-bg:#c1c2bd;

  --layout-max-width:max(85rem, 90svw);
}
@media (min-width:1380px){
  :root{
    --layout-max-width:85rem;
  }
}

html{font-size:62.5%;-webkit-text-size-adjust:100%}
*,*::before,*::after{box-sizing:border-box}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,dl,dt,dd,blockquote{margin:0;padding:0}
ul,ol{list-style:none}
a{text-decoration:none;color:inherit;outline:none}
img{max-width:100%;height:auto;border:0;display:block}
table{border-collapse:collapse;border-spacing:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit}
input,textarea,select,button{font:inherit;color:inherit;border-radius:0;border:none;background:transparent}
body{
  font-family:var(--ff-base);
  font-size:var(--fz-base);
  font-weight: var(--fw-regular);
  font-style: normal;
  line-height:1.6;
  color:var(--color-main);
  background:var(--color-bg);
  min-height:100vh;
}
@media (min-width:768px){
    body{
      line-height:1.75;
    }
}

.site-header{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    background-image: url(/assets/images/corner_l.svg),  url(/assets/images/corner_r.svg);
    background-position: left top 7.4rem, right top 7.4rem;
    background-repeat: no-repeat;
    background-size: 4.5rem auto;
    padding-bottom: 4.5rem;
}
.site-header.on{
    z-index: 100;
}
.site-header .header-bar{
  height: 7.4rem;
  background:var(--color-main);
}

@media (min-width:768px){
    .site-header{
        background-image: url(/assets/images/corner_l.svg),  url(/assets/images/corner_r2.svg);
    }
    .site-header .header-bar{
        padding:0 2.4rem;
    }
}
.site-header .header-wrap{
  width: 100%;
  color:var(--color-white);
}

#logo{
    line-height: 7.4rem;
    margin-left: 2rem;
}
#logo img{
  height: 1.36rem;
  width: auto;
  display: inline-block;
  margin-right: 1rem;
}

.global-nav{
    display: none;
}
.global-nav ul{
  display:flex;
  flex-direction: column;
}
.global-nav a{
  display:inline-block;
  vertical-align: middle;
  font-size:var(--fz-base);
  color:var(--color-white);
  position: relative;
  padding: 1rem;
}
.global-nav li.is-current a{
    font-weight:var(--fw-bold);
}
.global-nav a span{
    font-size: 1.3rem;
    font-family: var(--ff-latinr);
    display: block;
    opacity: .5;
}
.on .global-nav{
    display: block;
    margin: -1px auto 0;
    text-align: center;
    background:var(--color-main);
    padding: 1rem 5svw 3rem;
    text-align: left;
}
.on .global-nav h3 a{
    font-weight: bold;
    padding: 1.4rem 1rem .5rem;
}
.global-nav li a{
    padding: .4rem 1rem;
}
.global-nav li a::before{
    content: "";
    border: .3rem solid transparent;
    border-left: .8rem solid var(--color-bg);
    vertical-align: middle;
    display: inline-block;
    margin: 0 1rem 0 1.5rem;
}

@media (min-width:768px){
    #logo{
        margin-left: 0;
    }
    .site-header .header-wrap{
      width: 95svw;
      margin: 0 auto;
      display:flex;
      align-items:center;
    }
    .global-nav{
        display: block;
        margin:0 auto 0 15rem;
    }
    .global-nav__group,
    .global-nav__exlink{
        display: inline-block;
        padding: 0 1.2rem;
    }
    .header_recruit-nav{
        position: absolute;
        right: 0;
        top: 0;
    }
    .global-nav__exlink{
        text-align: right;
    }
    .global-nav a.on,
    .global-nav a:hover,
    .p-company .global-nav .global-nav__group:nth-child(2) h3,
    .p-environment .global-nav .global-nav__group:nth-child(3) h3,
    .p-culture .global-nav .global-nav__group:nth-child(4) h3,
    .p-recruit .global-nav .global-nav__group:nth-child(5) h3{
      font-weight: 700;
    }

    .global-nav a.on::after,
    .p-company .global-nav .global-nav__group:nth-child(2) h3 a::after,
    .p-environment .global-nav .global-nav__group:nth-child(3) h3 a::after,
    .p-culture .global-nav .global-nav__group:nth-child(4) h3 a::after,
    .p-recruit .global-nav .global-nav__group:nth-child(5) h3 a::after{
      content: "";
      left: calc(50% - 1rem);
      bottom: 1rem;
      position: absolute;
      width: 2rem;
      height: .3rem;
      background-color: var(--color-bg);
    }
    .global-nav ul{
        flex-direction: row;
        gap:3rem;
        display: none;
    }

    .global-nav .global-nav__group:hover h3 a::after{
      content: "";
      left: calc(50% - 1rem);
      bottom: 1rem;
      position: absolute;
      width: 2rem;
      height: .3rem;
      background-color: var(--color-grey);
    }
    .global-nav .global-nav__group:hover ul{
        background: var(--color-grey);
        display: block;
        text-align: left;
        position: absolute;
        padding: 1rem 2rem 1rem 0;
    }
    .global-nav .global-nav__group:hover li a{
        height: auto;
        line-height: 1.7;
    }
    .global-nav .global-nav__group:hover li a::before{
        border-left-color: var(--color-main);
    }
    .global-nav a{
      height: 7.4rem;
      line-height: 7.4rem;
      padding: 0;
    }
    .global-nav a span{
      display: none;
    }
    .header_recruit-nav a{
      padding: 0 2rem;
      margin-left: 2px;
      background: #6b6c61;
    }
    .header_recruit-nav a:nth-child(2){
        background: #5d5e56;
    }
}
@media (min-width:1380px){
    .site-header .header-wrap{
      width: min(124rem, 95svw);
    }
    .global-nav{
      margin:0 auto 0 21rem
    }
    .global-nav ul{
      gap:4.3rem;
  }
}

.footer_recruit-nav{
    background: var(--color-bg);
    width: 100svw;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 1px;
    flex-direction: row;
    z-index: 10;
}
.footer_recruit-nav a{
    color: #fff;
    text-align: center;
    padding: 2rem;
    background: #6b6c61;
    width: 50%;
}
.footer_recruit-nav a:nth-child(2){
    background: #5d5e56;
}

#glmenu{
    position: absolute;
    top: 0.5rem;
    right: 0.8rem;
    display: inline-block;
    vertical-align: middle;
    padding: 2rem;
}
#glmenu img{
  width: 2rem;
  height: 2rem;
  background: url(/assets/images/ico-menu.svg) center center no-repeat;
  background-size: contain;
}
.on #glmenu img{
  background: url(/assets/images/ico-close.svg) center center no-repeat;
  background-size: contain;
}
@media (min-width:768px){
    #glmenu{display:none}
}
#container{
  padding-top: 8rem;
}
#container::before{
  content:"";
  position:absolute;
  top:14.3rem;
  left:0;
  width:50svw;
  height:0.1rem;
  background: #848585;
}
@media (min-width:768px){
    #container::before{
      top:22.2rem;
    }
}
main{
    margin:0 auto;
    position:relative;
    min-height: calc(100svh - 60rem);
}
@media (min-width:768px){
    main{
        padding-bottom: 3.5rem;
    }
}

.page-body{
  display:block;
  padding: 4rem 0 0 0;
}
.page-nav{
    display: none;
}

@media only screen and (min-width: 768px) {
    .page-body{
      display:flex;
      column-gap:var(--space-lg);
      align-items:flex-start;
      justify-content: flex-end;
      padding: 7rem 0 0 0;
    }
    .page-nav{
      width: 26rem;
      position:sticky;
      top:12rem;
      align-self:flex-start;
      padding: 0 0 5rem 3rem;
      display: block;
    }

}
.page-nav li{
    padding: 0 0 2rem 2rem;
}
.page-nav li a{
  font-size: 1.8rem;
  line-height: 1; 
  position: relative;
}
.page-nav li a.on,
.page-nav li a:hover{
  font-weight: 700;
}
.page-nav li a.on::before{
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 1rem;
  background: var(--color-main);
  position: absolute;
  left: -2.8rem;
  top: .25rem;
}

.page-header{
    width: calc(100% - 5rem);
    color:var(--color-main);
    background: var(--color-bg);
    padding-left: 1rem;
    margin: 0 auto 0 3rem;
    position: relative;
}
@media (min-width:768px){
  .page-header{
    width: calc(var(--layout-max-width) + 8rem);
    padding-left: 4rem;
    margin: 10rem auto 0 20rem;
  }
}
@media (min-width:1380px){
  .page-header{
    margin: 11.2rem auto 0;
  }
}
.breadlist{
    position: relative;
    margin-bottom: 2rem;
    font-size: 1rem;
    z-index: 11;
}
@media (min-width:768px){
    .breadlist{
        font-size: 1.2rem;
        position: absolute;
        top: -10rem;
        left: -10rem;
    }
}
.breadlist a{
    text-decoration: underline;
    display: inline-block;
    padding: .5rem .5rem .5rem 0;
}
.breadlist a::after{
    content: ">";
    display: inline-block;
    margin-left: .7rem;
}

.page-title{
    display:flex;
    flex-direction: row;
    align-items:flex-end;
    gap: 1rem;
    margin-bottom: 3.2rem;
    font-family:var(--ff-display);
    font-size: 1.8rem;
    line-height:1.2;
    position:relative;
}
.page-title span{
  font-size: 3rem;
  font-family:var(--ff-latinr);
  font-weight:var(--fw-regular);
  line-height:1;
  letter-spacing: -0.25rem;
}
@media (max-width:767px){
    .page-title.long{
        align-items: flex-start;
        flex-direction: column;
    }
    .page-title.long span{
        margin-bottom: -.6rem;
    }
}
@media (min-width:768px){
    .page-title{
        font-size: 2.5rem;
        letter-spacing: -0.2rem;
        gap: 1rem 2.5rem;
    }
    .page-title span{
      font-size: 6rem;
        letter-spacing: -0.5rem;
    }
}



.page-lead{
  font-size:1.4rem;
  letter-spacing: -0.1rem;
}
.page-content{
  width: 100%;
  padding-left: 4rem;
}
.page-content.full{
  padding-left: 3rem;
}
@media (min-width:768px){
    .page-lead{
      font-size:1.8rem;
      width: min(100%, calc(100svw - 30rem));
      margin-left: -1rem;
    }
    .page-content{
      max-width: calc(var(--layout-max-width) - 11rem);
      padding-left: 0;
    }
    .page-content.full{
      max-width: 100%;
      padding-left: 0;
    }
}
@media (min-width:1380px){
  .page-content{
    max-width: calc(100svw - ((100svw - var(--layout-max-width)) / 2));
  }
    .page-content.full{
        max-width: 100%;
    }
}


.main-nav__list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 3rem 0;
}
@media (min-width:768px){
    .main-nav__list{
        gap: 3.9rem 4.6rem;
        margin: 0;
    }
    .full .main-nav__list {
        max-width: 117rem;
        margin: 0 auto 1.3rem;
    }
}
.link-block{
    border: 3px solid #fff;
    border-radius: 5px;
    width: 35rem;
    height: 21rem;
    display: flex;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.link-block .nav-title_en{
    font-family: var(--ff-latinr);
    font-size: 4rem;
    line-height:1;
    text-align: center;
}
.link-block .nav-title_jp{
    font-family: var(--ff-display);
    font-size: 2rem;
    letter-spacing: -0.06rem;
}
.link-block ._arrow{
    width: 11.1rem;
}
@media (min-width:768px){
    .link-block{
        width: 56rem;
        height: 22rem;
        gap: 1rem;
    }
    .link-block ._arrow{
        margin-top: .7rem;
    }
}




.block-section{
  background: var(--color-white);
  border-top: 2rem solid var(--color-muted);
  border-top-left-radius: 2rem;
  margin-bottom: 8rem;
  padding: 2rem 0 2rem 2rem;
  position:relative;
}
.block-section__wrap{
  max-width: 104rem;
}
.block-section__header{
    max-width: 95%;
}
.block-section__title{
  font-size: 2.8rem;
  font-weight: var(--fw-light);
  margin-bottom: 3rem;
}
.block-section__lead{
  font-size: 1.4rem;
  margin: .8rem 0 4rem;
}
.block-section__cards{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.block-section__cards a{
    display: block;
    width: 33rem;
    height: 24.7rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
@media (min-width:768px){
    .block-section{
      padding: 3rem 0 4.5rem 5rem;
    }
    .block-section__cards{
        flex-direction: row;
    }
    .block-section__title{
      font-size: 3.6rem;
    }
    .block-section__lead{
        font-size: var(--fz-base);
        margin-bottom: 5rem;
    }
}
.viewmore_block{
    display: none;
    position:relative;
    padding-bottom: 5rem;
}
.is-open .viewmore_block {
  display: block;
}
@media (min-width:768px){
    .viewmore_block{
        display: block;
        padding-bottom: 0;
    }
}
@media (min-width:1380px){
  .block-tile__cards{
    width: 104rem;
  }
}
.block-section .viewmore{
    color: var(--color-white);
    background: var(--color-status-bg);
    text-align: center;
    height: 4.8rem;
    line-height: 4.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: pointer
}
.block-section .viewmore::after{
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background-image: url(/assets/images/ico-plus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    position: absolute;
    right: 2.4rem;
    top: 1.5rem;
}
.block-section .viewmore.open::after {
    background-image: url(/assets/images/ico-minus.svg);
}

.tile{
  width:100%;
  margin:0 0 2rem;
  border-radius: .5rem;
  position: relative;
  width:33rem;
}
.tile-card{
  border: 1px solid var(--color-status-bg);
  padding: 2rem;
}
.tile-photo{
    display: block;
}
@media (max-width:767px){
    .tile-photo{
        width:32rem;
    }
}
@media (min-width:1000px){
  .tile{
    margin:0 0 2.4rem;
  }
}
.tile-card__status{
  background: var(--color-status-bg);
  color: #6a6a6a;
  width: 8.7rem;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  border-radius: .4rem 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.tile-card.s0{
  background: #e6e7e5;
}
.tile-card.s100 .tile-card__status{
  background: #f2a040;
  color: var(--color-white);
}
.tile-card__title{
  font-size: 2.4rem;
  line-height: 1.5;
  padding: 2.5rem 0 0;
}
.p-company .tile-card__title{
  padding: 0 0 10px;
}
.tile-card__icon,
.tile-card__image{
  margin-bottom: 1rem;
}
.tile-card__desc{
  letter-spacing: -0.05rem;
}

.img-lightbox{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity .2s ease;
}
.img-lightbox.is-open{
  display: flex;
  opacity: 1;
}
.img-lightbox__inner{
  position: relative;
}
.img-lightbox__close{
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.img-lightbox__img{
  display: block;
  max-width: 100%;
  max-height: 90svh;
  height: auto;
  width: auto;
}
@media (max-width: 767px){
  .img-lightbox__img{
    max-width: 90svw;
    max-height: 90svh;
  }
}







.list-section__table dl{
    display: flex;
    flex-direction: row;
    padding-bottom: 1.7rem;
}
.list-section__table dt{
    width: 11rem;
}


.access-section__wrap{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
}
.access-section__wrap:last-child{
    margin-bottom: 0;
}
.access-section__txt{
    width: min(95%, 90svw);
}
.access-section__txt h3{
    font-family: var(--ff-latinr);
    font-size: 2.5rem;
    letter-spacing: -0.1rem;
    line-height: 1;
}
.access-section__txt p{
    margin-top: 2rem;
}
.access-section__txt p:nth-child(2){
    margin-top: .3rem;
}
.access-section__wrap iframe{
    width: min(63rem,95%);
    height: 15rem;
    border: none;
}
@media (min-width:768px){
    .access-section__txt p,
    .access-section__txt p:nth-child(2){
        margin-top: 2.5rem;
    }
    .access-section__wrap iframe{
        height: 27rem;
    }
}
@media (min-width:1380px){
    .access-section__wrap{
        flex-direction: row;
        margin-bottom: 10rem;
    }
    .access-section__txt{
        width: min(41rem, 90svw);
    }
}


.block-member__cards{
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
}
.block-member__cards .tile-card{
    text-align: center;
    line-height: 1;
    width: 33rem;
    height: 24.7rem;
    border-radius: 5px;
    padding: 5rem 1rem 0;
}
.member-title{
    font-size: 3rem;
    margin-bottom: 3.5rem;
}
.member-card-detail{
    text-align: center;
}
.member-card-detail img{
    margin: 0 auto;
}
@media (min-width:768px){
    .member-title{
        font-size: 2.8rem;
    }
}


.border-block{
    position: relative;
    padding-bottom: 8rem;
}
.border-block::before{
  content:"";
  position:absolute;
  top: 1.7rem;
  left:0;
  width:50svw;
  height:0.1rem;
  background: #848585;
}
@media (min-width:768px){
    .border-block{
        padding-bottom: 0;
    }
    .border-block::before{
        top:3rem;
    }
}



.p-top #container{
    padding-top: 7rem;
}
.p-top main{
    padding-bottom: 0;
}
.p-top #container::before{
    display: none;
}
.p-top .site-header{
  padding-bottom: 0;
}
@media (min-width:768px){
    .p-top .site-header{
      padding-bottom: 4.5rem;
    }
    .p-top .site-header .global-nav{
      opacity: 0;
      pointer-events: none;
      transition: opacity .3s ease;
    }
    .p-top.show-nav .site-header .global-nav {
      opacity: 1;
      pointer-events: auto;
    }
}
.p-top .page-title span{
    position: relative;
    z-index: 1;
}
.p-top .page-title span::after {
  content: attr(data-text);
  font-size: 2rem;
  color: #fff;
  letter-spacing: -.1rem;
  position: absolute;
  left: -0.5rem;
  top: -1rem;
  z-index: -1;
}
.p-top #value .page-title span{
    font-family: var(--ff-display);
      font-size: 2.6rem;
}
@media (min-width:768px){
    .p-top .page-title span::after {
      font-size: 4rem;
      left: -1rem;
      top: -2rem;
    }
    .p-top #value .page-title span{
      font-size: 4.5rem;
    }
}

.top-main{
    background: var(--color-bg);
    overflow: hidden;
}
.firstview{
    position: relative;
}
.topKvAbout__visual{
    width: 100%;
    height: min(calc(100svh - 8rem), calc(100svw * 9 / 16));
    position: relative;
    overflow: hidden;
}
@media (max-width:767px){
    .topKvAbout__visual{
        height: calc(50svh - 5rem);
    }
}

.topKvAbout__visual iframe{
    position: fixed;
    top: 7rem;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 50svh;
    width: calc(50svh * 16 / 9);
    border: none;
    pointer-events: none;
    z-index: -1;
    background: url(..//assets/images/top/kv/video-thumbnail.webp) center center no-repeat;
    background-size: cover;
}
@media (min-width:768px){
    .topKvAbout__visual iframe{
        top: min(50%, calc(calc(100svw * 9 / 16) / 2 + 7rem));
        left: 50%;
        width: 100svw;
        height: calc(100svw * 9 / 16);
        transform: translate(-50%, -50%);
    }
}
#kvlogo{
    width: 100%;
    height: calc(50svh - 5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
#kvlogo img{
    width: 29.2rem;
    height: auto;
    user-select: none;
}
@media (min-width:768px){
    #kvlogo{
        height: min(calc(100svh - 8rem), calc(100svw * 9 / 16));
    }
    #kvlogo img{
        width: min(84.6rem, 90svw);
    }
}
@media (max-width:767px){
     .firstview .global-nav{
        display: block;
        width: 100%;
        height: 4.5rem;
        background: var(--color-bg);
        border-radius: 4.5rem 4.5rem 0 0;
        margin-bottom: -1px;
    }
    .firstview .global-nav ul {
        flex-direction: row;
        justify-content: center;
        gap: 1.5rem;
        padding-top: 1rem;
    }
    .firstview .global-nav a{
        color: var(--color-main);
    }
}
@media (min-width:768px){
    .firstview .global-nav{
      margin:-11.5rem auto 0;
      position: relative;
      text-align: center;
      z-index: 2;
    }
    .firstview .global-nav::after{
        content: "";
        display: block;
        width: 100%;
        height: 4.5rem;
        background: var(--color-bg);
        border-radius: 4.5rem 4.5rem 0 0;
    }
    .firstview .global-nav ul {
        justify-content: center;
    }
    .firstview .global-nav ul li{
        position: relative;
    }
}
.topmessage{
    font-size:1.4rem;
    width: calc(100% - 6rem);
    margin: 2rem 2rem 0 auto;
    position: relative;
}
.topmessage p{
    margin-bottom: 1rem;
}
.topmessage .right{
    float: right;
}
@media (min-width:768px){
  .topmessage{
    font-size: var(--fz-base);
    width: min(100%, calc(100svw - 24rem));
    margin-right: 4svw;
    padding-left: 1rem;
    padding-bottom: 1.5rem;
  }
  .topmessage p{
    margin-bottom: 2.4rem;
  }
}
@media (min-width:1380px){
  .topmessage{
    width: calc(var(--layout-max-width) + 8rem);
    margin-right: auto;
    padding-left: 4rem;
  }
}
#vision .page-header{
    margin-top: 7rem;
}
#group{
    text-align: center;
    margin-top: 11.7rem;
}
#group h2{
    font-size: 2.4rem;
    margin-bottom: 4rem;
}
#group .link-arrow{
    font-size: 2rem;
    display: inline-block;
    margin-bottom: 10rem;
}
#group .link-arrow h3{
    display: inline-block;
}
#group .link-arrow ._arrow{
    width: auto;
    height: 3.5px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2rem;
}
#group .link-arrow:hover{
    opacity: .5;
}
.topCompanyLogos{
    margin-bottom: 10rem;
}
.topCompanyLogos__list{
    width: calc(100% - 3rem);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-right: 1px solid #c9c6b5;
    border-bottom: 1px solid #c9c6b5;
    margin: 0 auto;
}
.topCompanyLogos__item{
    width: 50%;
  position: relative;
}
.topCompanyLogos__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-top: 1px solid #c9c6b5;
  border-left: 1px solid #c9c6b5;
  pointer-events: none;
}

.topCompanyLogos__item img{
    width: 25rem;
    margin: 0 auto;
}
.topCompanyLogos__item ._name{
    font-size: 1.5rem;
    padding: 0 1rem 1rem;
}
@media (min-width:768px){
    .topCompanyLogos__list{
        width: min(120rem, 90svw);
        margin: 0 auto;
    }
    .topCompanyLogos__item{
        width: 25%;
    }
    .topCompanyLogos__item ._name{
        padding: 0 1rem 2rem;
    }
}

#tour iframe{
    width: 32rem;
    aspect-ratio: 16 / 9;
}
@media (min-width:768px){
    #tour iframe{
        width: 100rem;
    }
}

.table-grade{
    overflow: scroll;
}
.table-grade a{
    display: block;
    position: relative;
    height: 54rem;
    width: 85rem;
    margin-right: 2rem;
}
@media (min-width:768px){
    .table-grade{
        overflow: hidden;
    }
    .table-grade a{
        height: auto;
        width: auto;
        max-width: calc(100% - 5rem);
        margin-right: 0;
    }
}
@media (min-width:1380px){
    .table-grade a{
        max-width: 100%;
        cursor: default;
        pointer-events: none;
    }
}

.timeline {
    padding: 0 1.5rem 0 0;
    margin-left: -1.5rem;
}
.timeline__list{
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline__item{
  display: flex;
  gap: 6.2rem;
  align-items: flex-start;
  margin-bottom: 4rem;
  position: relative;
}
.timeline__year{
  width: 9rem;
  text-align: right;
  font-size: 4.1rem;
  font-family: var(--ff-latini);
  line-height: 1;
}
.timeline__content{
    flex: 1;
    padding-top: 0.5rem;
}
.timeline__content p{
  line-height: 1.4;
  margin-bottom: 2rem;
}

.timeline__list::before{
  content: "";
  position: absolute;
  left: 12rem;
  top: 1rem;
  width: 2px;
  background: #f1efe8;
  transform: translateX(-50%);
  transform-origin: top;
  height: 100%;
}
.timeline__item::before{
  content: "";
  position: absolute;
  left: 11.4rem;
  top: 1rem;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #f1efe8;
}

.timeline__item::before,
.timeline__content{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease-out, transform .6s ease-out;
}
.timeline__item.is-visible::before,
.timeline__item.is-visible .timeline__content{
  opacity: 1;
  transform: translateY(0);
}

@media (min-width:768px){
    .timeline {
      padding: 0 0 0 4rem;
      margin-left: 0;
    }
    .timeline__item{
      gap: 16rem;
    }

    .timeline__list::before{
      left: 17rem;
    }
    .timeline__item::before{
      left: 16.4rem;
    }
    .timeline__content p{
      line-height: 1.3;
      margin-bottom: 2.5rem;
    }
}









.site-footer{
  color: var(--color-white);
  background: var(--color-grey);
}
.footer-nav{
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 1rem 2.5rem 5rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width:768px){
    .footer-nav{
      width: var(--layout-max-width);
      flex-direction: row;
    padding: 5rem 0;
    }
    .footer-nav__group{
      padding: 0 5rem;
    }
}
.footer-nav__title{
  margin: 4rem 0 1.5rem;
}
@media (min-width:768px){
    .footer-nav__title{
      margin: 0 0 2rem;
    }
}
.footer-nav__list a{
    font-family: var(--ff-latinr);
    display: inline-block;
}
.footer-nav__list a span{
  font-family: var(--ff-base);
  font-size: .9rem;
  display: block;
}
.footer-nav__list a:hover span{
  color: var(--color-main);  
}
.footer-nav__list a span::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: .4rem;
  border: .3rem solid transparent;
  border-left: .4rem solid var(--color-main);
}
.footer-update{
  right: 0;
  font-size: 1rem;
  position: absolute;
  bottom: 5rem;
  right: 2.5rem;
}
@media (min-width:768px){
    .footer-update{
      right: 0;
    }
}
















































@media only screen and (min-width: 768px) {
    .u-sp {
        display:none!important
    }
}

@media only screen and (max-width: 767px) {
    .u-pc {
        display:none!important
    }
}

.c-svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.c-svg__wrapper {
    display: block;
    width: 100%;
    height: 100%
}

.c-svg__wrapper svg {
    display: block;
    width: 100%;
    height: 100%
}
.u-visibility-hidden {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}
.footer__content {
    position: relative;
    padding: 8.9rem 6.4rem 5.3rem;
    background-color: #84857b
}

@media only screen and (max-width: 767px) {
    .footer__content {
        padding:6.9rem 2.2rem 7.8rem
    }
}

.footer__main {
    display: flex
}

@media only screen and (max-width: 767px) {
    .footer__main {
        display:block
    }
}

.footer__info {
    flex: 1
}

.footer__logoLink {
    display: inline-block;
    padding: 1rem 0
}

.footer__logoLink ._svgWrapper {
    display: inline-block;
    width: 28.8rem;
    height: 2.1rem
}

.footer__logoLink svg path {
    fill: var(--color-bg);
    transition: fill .05s cubic-bezier(.33,1,.68,1)
}

@media (any-hover: hover) {
    .footer__logoLink:hover svg path {
        fill:var(--color-white);
    }
}

.footer__addresses {
    display: flex;
    gap: 0 8rem;
    margin-top: 6.7rem
}

@media only screen and (max-width: 767px) {
    .footer__addresses {
        display:block;
        margin-top: 6.3rem
    }
}

@media only screen and (max-width: 767px) {
    .footer__addressItem:not(:first-child) {
        margin-top:2.3rem
    }
}

.footer__officeName {
    color: var(--color-bg);
    font-family: var(--ff-avenirw);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    white-space: nowrap
}

.footer__officeAddress {
    margin-top: .9rem
}

@media only screen and (max-width: 767px) {
    .footer__officeAddress {
        margin-top:.5rem
    }
}

.footer__officeAddress ._address {
    color: var(--color-bg);
    font-family: var(--ff-avenirw);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: 1.6;
    letter-spacing: .02em;
    white-space: nowrap
}

.c-buttonLink {
    position: relative;
    overflow: clip;
    color: var(--color-bg);
    background-color: none;
    border: 1px solid var(--color-bg);
    transition: color .8s cubic-bezier(.33,1,.68,1)
}
.c-buttonLink:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--label-color);
    transform: scale(.7);
    opacity: 0;
    transition: transform 1s cubic-bezier(.33,1,.68,1),opacity .8s cubic-bezier(.22,1,.36,1);
    content: ""
}
.c-buttonLink ._label {
    position: relative;
    z-index: 1
}
.c-buttonLink:hover {
    color:var(--color-bg);
}

.c-buttonLink:hover:before {
    transform: scale(1.05);
    opacity: 1;
    transition: transform 1s cubic-bezier(.25,1,.5,1),opacity .6s cubic-bezier(.11,0,.5,0)
}

.footer__officeAddress .c-buttonLink {
    display: inline-block;
    margin-top: 1rem;
    padding: 1rem 2.4rem .8rem;
    font-family: var(--ff-avenirw);
    font-size: 1rem;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: 1;
    border-radius: 1rem
}

@media only screen and (max-width: 767px) {
    .footer__officeAddress .c-buttonLink {
        margin-top:.7rem
    }
}

.footer__officeAddress .c-buttonLink:before {
    border-radius: 1rem
}

.footer__groupDetails {
    margin-top: 2.2rem
}

.footer__groupDetailItem {
    display: flex
}

.footer__groupDetailItem:not(:first-child) {
    margin-top: .4rem
}

@media only screen and (max-width: 767px) {
    .footer__groupDetailItem:not(:first-child) {
        margin-top:1.6rem
    }
}

.footer__groupDetailItem ._label {
    color: var(--color-bg);
    font-family: var(--ff-avenirw);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

.footer__groupDetailItem ._value {
    margin-top: -.2rem;
    margin-left: .8rem;
    color: var(--color-bg);
    font-family: var(--ff-avenirw);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: 140%
}

.footer__pageNav {
    margin-top: .8rem;
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    .footer__pageNav {
        margin-top:4rem;
        padding-bottom: 5.1rem;
        border-bottom: 1px solid rgba(255,255,255,.34)
    }
}

.footer__pageLinkList {
    display: flex;
    gap: 0 4.9rem
}

@media only screen and (max-width: 767px) {
    .footer__pageLinkList {
        flex-wrap:wrap;
        gap: 0
    }
}

.footer__pageLinkList ._emptyColumn {
    width: 0;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .footer__pageLinkList ._emptyColumn {
        display:none
    }
}

.footer__pageLinkItem {
    transition: opacity .2s cubic-bezier(.33,1,.68,1)
}

@media only screen and (max-width: 767px) {
    .footer__pageLinkItem {
        width:46.5%
    }
}

.footer__pageLink {
    display: inline-block;
    padding: .7rem 0;
    color: var(--color-bg);
    font-family: var(--ff-avenirw);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap
}

@media only screen and (max-width: 767px) {
    .footer__pageLink {
        padding:.9rem 0;
        font-size: 1.2rem
    }
}

.footer__childPageLinks {
    padding-bottom: .4rem
}

@media only screen and (max-width: 767px) {
    .footer__childPageLinks {
        padding-bottom:.5rem
    }
}

.footer__childPageLink {
    position: relative;
    display: inline-block;
    padding: .3rem 0 .3rem 1.2rem;
    color: #c7c4b2;
    font-family: var(--ff-avenirw);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: 1
}

@media only screen and (max-width: 767px) {
    .footer__childPageLink {
        padding:.5rem 0 .5rem 1.2rem;
        font-size: 1.4rem
    }
}

.footer__childPageLink:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: .4rem;
    height: 1px;
    background-color: currentColor;
    transform: translateY(-50%);
    content: ""
}

.footer__snsNav {
    margin-top: 6.1rem
}

@media only screen and (max-width: 767px) {
    .footer__snsNav {
        margin-top:11.3rem
    }
}

.footer__snsLinkList {
    display: flex;
    gap: 0 1.6rem
}
.footer__snsLinkList.app{
    margin-bottom: 4rem;
}

.footer__snsLinkItem {
    transition: opacity .2s cubic-bezier(.33,1,.68,1)
}

.footer__snsLinkItem:first-child {
    margin-left: -1rem
}

.footer__snsLink {
    display: block;
    padding: 1rem
}

.footer__snsLink ._svgWrapper {
    display: block;
    width: 2.4rem;
    height: 2.4rem
}

.footer__snsLink svg path,
.footer__snsLink svg circle {
    fill: #c7c4b2;
    transition: fill .05s cubic-bezier(.33,1,.68,1)
}

@media (any-hover: hover) {
    .footer__snsLink:hover svg path,
    .footer__snsLink:hover svg circle {
        fill:var(--color-white);    }
}

.app-badge{
  display: inline-block;
  line-height: 0;
  border: 1px solid var(--color-bg);
  background: none;
  border-radius: 11px;
}
.app-badge svg{
  width: auto;
  height: 40px;
}

.app-badge svg .st0{ fill: none; }
.app-badge svg .st1{ fill: var(--color-bg); }

.app-badge:hover{
  background: var(--color-bg);
}
.app-badge:hover .st1{ fill: var(--color-main); }

.app-badge .st0,
.app-badge .st1{
  transition: fill .2s ease;
}

.gplay-badge__svg .st0 {fill: #e6e6e6;}
.gplay-badge__svg .st7 {fill: #b3b3b3;}
.gplay-badge__svg .st7,
.gplay-badge__svg .st2,
.gplay-badge__svg .st3,
.gplay-badge__svg .st4 {
isolation: isolate;
}
.gplay-badge__svg .st7,
.gplay-badge__svg .st5,
.gplay-badge__svg .st3,
.gplay-badge__svg .st4 {
mix-blend-mode: multiply;
}
.gplay-badge__svg .st6 {fill: #e8e4d9;}
.gplay-badge__svg .st3 {fill: #f2f2f2;}
.gplay-badge__svg .st4 {fill: #ccc;}

.footer__terms {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .9rem;
    color: var(--color-bg);
    font-family: var(--ff-avenirw);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: var(--fw-regular);
    line-height: 1;
    letter-spacing: .02em
}

.footer__privacyPolicyLink {
    position: relative;
    padding: 1rem 0
}

.footer__privacyPolicyLink:after {
    position: absolute;
    right: 0;
    bottom: .8rem;
    left: 0;
    display: block;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: right center;
    content: "";
    transition: transform .8s cubic-bezier(.22,1,.36,1)
}

@media (any-hover: hover) {
    .footer__privacyPolicyLink:hover:after {
        transform:scaleX(1);
        transform-origin: left center
    }
}

.footer__toTopLink {
    position: absolute;
    right: 5.4rem;
    bottom: 9.5rem;
    display: block;
    padding: 1rem
}

@media only screen and (max-width: 767px) {
    .footer__toTopLink {
        right:1.1rem;
        bottom: 7.1rem
    }
}

.footer__toTopLink ._svgWrapper {
    display: block;
    width: .5rem;
    height: 7.2rem
}

.footer__toTopLink .c-svg {
    clip-path: polygon(-10% -25%,110% -25%,110% 125%,-10% 125%,-10% 0%,110% 0%,110% -25%,-10% -25%);
    transition: transform 1.2s cubic-bezier(.22,1,.36,1),clip-path 0s
}

@media (any-hover: hover) {
    .footer__toTopLink:hover .c-svg {
        clip-path:polygon(-10% -25%,110% -25%,110% 125%,-10% 125%,-10% 125%,110% 125%,110% 100%,-10% 100%);
        transform: translate3d(0,-1.4rem,0);
        transition: transform 1.2s cubic-bezier(.22,1,.36,1),clip-path 1.2s cubic-bezier(.22,1,.36,1)
    }
}