*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}ul{list-style: none;margin: 0;padding: 0}a{text-decoration: none}

:root {
  --key-color: #139A64;
  --accent-color: #EBCA24;
  --bg-color: #515a62;
  --font-color: ##464A48;

}

/* font *************************************************************************/


/* body *************************************************************************/
body {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: var(--font-color);
    line-height: 2.4em;
    scroll-behavior: auto;
    font-size: 18px;
   overflow-y: scroll;
}

.just {
  text-align: justify;
}

.en {
font-family: "Antonio", sans-serif;
}
.en-hand {
  font-family: "Waterfall", cursive;
  font-weight: 400;
  font-style: normal;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.flex {
      display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.flex-reverce {
  flex-direction:row-reverse;
}
.col3 {
    width: 33.3333%;
}
.kc {
  color: var(--key-color);
}
.ac {
  color: var(--accent-color);
}
.bgc {
  color: var(--main-color);
}
p {
      text-align: justify;
}
/* layout *************************************************************************/


.inner {
  width: 82%;
  margin: 0 auto;
}
.inner-l {
   width: 88%;
  margin: 0 auto;
}
.inner-m {
   width: 62%;
  margin: 0 auto;
}
.inner-s {
   width: 54%;
  margin: 0 auto;
}

.font-m {
  font-size: 16px;
   line-height: 2.2em;
}
.l-sec {
    padding-top: 160px;
}
/* layout header *****************************************************************/

header {
    position: fixed;
  width: 100%;
  z-index: 4;
}

header .siteid {
    position: absolute;
    left: 40px;
    top: 40px;
    color: #fff;
}
header .siteid h1 {
    font-size: 22px;
  letter-spacing: 0.04em;
}
.siteid-en {
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: 400;
    padding-left: 2px;
}
header .global {
    position: absolute;
    right: 50px;
    top: 36px;
}
header .global li {
    display: inline-block;
  position: relative;
  padding-right: 0.5em;
  margin-right: 0.5em;
  color: #fff;
}
header .global li:last-child {
  padding-right: 0em;
  margin-right: 0em;
}
header .global li:after {
    content: "/";
    position: absolute;
    right: -0.25em;
    top: 1px;
    opacity: 0.7;
}
header .global li:last-child:after {
  display: none;
}
header .global li a {
    display: block;
    font-size: 15px;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: #fff;
    transition: .4s;
}
header .global li a:hover {
  transition: .4s;
}

/*  *****************************************************************/

#viewport {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

        #scroll-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            will-change: transform; /* スムーズなスクロール */
        }

/* *****************************************************************/
.sec-leadcopy {
text-align: center;
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding-bottom: 1.5em;
}
.sec-leadcopy p {
    font-size: 18px;
    line-height: 2.3;
}
/* *****************************************************************/
#page-hero {
    position: relative;
  z-index: 1;
}
#page-hero .hero-copy {
    position: absolute;
    z-index: 3;
    right: 50px;
    color: #fff;
    padding-top: 150px;
    text-align: right;
}

.page-hero-cover {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#page-hero .hero-copy-en {
    font-size: 72px;
    font-weight: 900;
    line-height: 1em;
}
#page-hero .hero-copy-jp {
    font-weight: 600;
    line-height: 1.6;
    padding-top: 10px;
    font-size: 14px;
}
.page-lead {
    position: relative;
    z-index: 2;
}
.page-lead-en {
    font-size: 220px;
    line-height: 1em;
    margin-top: -0.6em;
    margin-left: -0.1em;
    z-index: 3;
    position: relative;
}

h2.page-title {
    letter-spacing: 0.05em;
    padding-top: 32px;
    font-size: 26px;
    font-weight: 700;
}
.page-title-line {
    height: 2px;
    width: 110px;
    background: var(--key-color);
    margin-top: 20px;
}

.page-lead-txt {
    width: 64%;
    margin: 80px auto 140px;
}

.sec-sub-en.kc.en-hand {
    font-size: 100px;
  line-height: 1;
}
.sec-subtitle {
    font-size: 20px;
    padding-bottom: 36px;
    font-weight: 700;
}
.inner-m .sec-subtitle {
   text-align: center;
}

.swiper-wrapper{transition-timing-function:cubic-bezier(.01,.76,.11,.96)!important; }

/* footer *****************************************************************/

.foot-contact {
padding-top: 150px;
}
.foot-contact-en {
    font-size: 120px;
    text-align: center;
  line-height: 1em;
}

.foot-contact-copy {
    font-size: 20px;
    padding-bottom: 16px;
    font-weight: 700;
  text-align: center;
}
.btn-contact a {
    display: block;
    background: var(--accent-color);
    text-align: center;
    padding: 12px;
    font-size: 20px;
    font-weight: 700;
    transition: .4s;
    border-radius: 999px;
    width: 70%;
    margin: 0 auto;
}
.btn-contact a:hover {
    background: #000;
    color: #fff;
  transition: .4s;
}
.foot-contact-tel {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    padding-top: 20px;
}
.foot-contact p {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.06em;
}
foorer {
    padding: 80px 0;
    display: block;
}
p.foot-copy {
    font-size: 15px;
    line-height: 1.6;
}
p.foot-add {
    font-size: 15px;
}
.foot-name {
    font-size: 18px;
    font-weight: 600;
}

/* *****************************************************************/




.lodefade {
  animation: lodefade 0.6s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
@keyframes lodefade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lodefadecv {
  animation: lodefadecv 0.6s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
@keyframes lodefadecv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}

.hamburger {
    width: 88px;
    height: 88px;
    position: fixed;
    top: 24px;
    right: 24px;
        background:#139a64;
    border-radius: 48px;
    z-index: 5;
    cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: .4s;
}
.sc01 .hamburger {
  opacity:1;
  pointer-events: auto;
  transition: .4s;
}



.menu-active .hamburger {
        background:none;
z-index: 6;
}


.hamburger span{
  position: absolute;
  width: 56%;
  height: 2px;
  background-color: #fff;
  transition: .3s;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.hamburger span:first-of-type{
  top: 40px;
}
.hamburger span:nth-of-type(2){
  top: 50px;
}
.slide-menu {
background: #139a64;
    position: fixed;
    top: 0;
    width: 100%;
    right: -100%;
    transition: .4s;
    height: 100%;
    z-index: 5;
  
}

.menu-active .slide-menu {
  transform: translateX(0);
}
.slide-menu ul {
    padding: 60px 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.slide-menu li{
  color: #fff;
  text-align:left;
  padding-bottom: 12px;
}
.slide-menu li a{
text-decoration: none;
  font-size: 40px;
      font-weight: 600;
  color: #fff;
}
.slide-menu li.en a{
text-decoration: none;
}
.slide-menu li.sub {
    font-size: 15px;
}
.slide-menu li.en {
    font-size: 40px;
    padding-top: 40px;
}
.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg);
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg);
}
.slide-menu-wrap {
    width: 80%;
    margin: 8% auto 0;
}
.slide-menu-logo {
    text-align: center;
    padding-top: 0;
    margin: 0 auto;
    font-weight: 600;
    color: #fff;
}
.slide-menu-logo img {
    width:60%;
  margin: 0 auto;
}
.slide-menu-title-jp {
    text-align: center;
    color: #fff;
    display: block;
    padding-top: 15px;
    font-size: 14px;
}

.slide-menu-gnav li .jp {
    font-size: 18px;
    padding-left: 10px;
}

.slide-menu-gnav {
    width: 80%;
    margin: 0 auto;
}
.slide-menu-gnav a {
text-decoration: none;
}


.nav-en {
    font-size: 60px;
    display: block;
    line-height: 1;
}
.slide-menu-gnav li {
    padding-bottom: 20px;
    border-bottom: #fff solid 1px;
    margin-bottom: 20px;
    width: calc(50% - 20px);
}

.menu-active .slide-menu {
 right: 0%;
}
.body.menu-active {
  overflow: hidden;
  transition: .4s;
}


@media screen and (max-width:1200px) {
  .hamburger {
    opacity: 1;
        pointer-events: auto;
}
  header .global {
    position: absolute;
    right: 50px;
    top: 36px;
}
  header .global {
  display: none;
}
.inner-s {
    width: 75%;
    margin: 0 auto;
}
  .inner-m {
    width: 75%;
    margin: 0 auto;
}
  .inner {
    width: 86%;
    margin: 0 auto;
}.page-lead-en {
    font-size: 160px;
}
.page-lead-txt {
    width: 75%;
}.l-sec {
    padding-top: 100px;
}#page-hero .hero-copy {
    position: absolute;
    z-index: 3;
    right: 50px;
    color: #fff;
    padding-top: 130px;
    text-align: right;
}#page-hero .hero-copy-en {
    font-size: 60px;
    font-weight: 900;
    line-height: 1em;
}
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width:1000px) {
  .home .foot-contact {
    padding-top: 450px;
}
  
  
  .slide-menu ul {
    padding: 60px 0px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .slide-menu-gnav {
    width: 100%;
    margin: 0 auto;
}
  #page-hero {
    position: relative;
    z-index: 1;
    height: 320px;
}
  #page-hero img {
    height: 320px;
    object-fit: cover;
}

  
}
@media screen and (max-width:650px) {
  header .siteid {
    position: absolute;
    left: 30px;
    top: 30px;
    color: #fff;
}
  header .siteid h1 {
    font-size: 18px;
    letter-spacing: 0.04em;
}.siteid-en {
    font-size: 11px;
    letter-spacing: 0.08em;
    font-weight: 400;
    padding-left: 2px;
    line-height: 1.8;
    padding-top: 3px;
}.hamburger {
    width: 70px;
    height: 70px;
    top: 16px;
    right: 16px;
}.hamburger span:nth-of-type(2) {
    top: 40px;
}.hamburger span:first-of-type {
    top: 30px;
}.slide-menu ul {
    display: block;
}.slide-menu-gnav li {
    padding-bottom: 18px;
    border-bottom: #fff solid 1px;
    margin-bottom: 14px;
    width: 100%;
}
.slide-menu li a {
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    align-items: center;
    display: flex;
}.slide-menu-gnav li .jp {
    font-size: 16px;
    padding-left: 20px;
    display: block;
    line-height: 1;
    padding-top: 6px;
}
.slide-menu-gnav li .en {
    display: block;
    line-height: 1;
}
  .foot-contact {
    padding-top: 100px;
}.foot-contact-en {
    font-size: 90px;
    text-align: center;
    line-height: 1em;
}.foot-contact-copy {
    font-size: 15px;
    padding-bottom: 16px;
    font-weight: 700;
    text-align: center;
}
  .btn-contact a {
    display: block;
    background: var(--accent-color);
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    transition: .4s;
    border-radius: 999px;
    width: 70%;
    margin: 0 auto;
}.foot-contact-tel {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    padding-top: 12px;
}.foot-contact p {
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.06em;
}p.foot-copy {
    font-size: 13px;
    line-height: 1.6;
}
  p.foot-copy {
    font-size: 13px;
    line-height: 1.6;
}
  p.foot-add {
    font-size: 13px;
}
.sec-sub-en.kc.en-hand {
    font-size: 80px;
    line-height: 1;
    text-align: center;
}#page-hero .hero-copy {
display: none;
}.page-lead-en {
    font-size: 120px;
    text-align: center;
}h2.page-title {
    letter-spacing: 0.05em;
    padding-top: 12px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}.page-title-line {
    height: 2px;
    width: 110px;
    background: var(--key-color);
    margin: 15px auto 0;
}.sec-leadcopy {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding-bottom: 1.5em;
}.page-lead-txt {
    width: 90%;
    margin: 60px auto;
}
 p {
    font-size: 15px;
    line-height: 2.1em;
}.inner-s {
    width: 85%;
    margin: 0 auto;
}.l-sec {
    padding-top: 50px;
}.sec-subtitle {
    font-size: 18px;
    padding-bottom: 16px;
    font-weight: 700;
    text-align: center;
}
}
  
  