@charset "utf-8";

/*  color  */
:root {
  --theme-color: #8DC33E; /* rgb(233, 71, 56) */
  --theme-color-rgb: 144,188,97; /* rgb(233, 71, 56) */
  --black: #000;
  --white: #fff;
  --gray: #F5F5F5;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Medium'), local('YuGothic-Medium');
}
@font-face {
  font-family: 'Yu Gothic';
  src: local('Yu Gothic Bold'), local('YuGothic-Bold');
  font-weight: bold;
}
:root{
  --Optima: Optima, Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
  --Oswald: Oswald, 'Trebuchet MS', sans-serif;
}

html{
  min-width: 320px;
  font-size: 62.5%;
  overflow: auto;
}
body{
  padding: 0 calc(30 / 375 * 100vw);
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', Meiryo, sans-serif;
  font-size: 1.3rem;
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  overflow: hidden;
}
_:-ms-lang(x)::-ms-backdrop, body{
  font-family: 'Noto Sans JP', Meiryo, sans-serif;
}
@media screen and (min-width: 768px){
  body{
    padding: 0 30px;
  }
}
#wrapper{
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (min-width: 768px){
  #wrapper{
    padding-top: 9.0rem;
  }
}
section p{
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
nav ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
img, video, object, canvas{
  max-width: 100%;
  height: auto;
}
img{
  vertical-align: middle;
}
a{
  text-decoration: none;
  color: inherit;
  transition: opacity .3s;
}
a:hover{
  opacity: 0.75;
}
@media screen and (min-width: 768px){
  a[href^='tel:']{
    pointer-events: none;
  }
}
br.pc{
  display: none;
}
@media screen and (min-width: 768px){
  br.pc{
    display: inline;
  }
  br.sp{
    display: none;
  }
}
.clearfix::after{
  content: '';
  display: block;
  clear: both;
}

/* fadein @common.js */
/*
.fadein{
  transition : opacity 1.6s ease .4s, -webkit-transform .8s ease .4s;
  transition : opacity 1.6s ease .4s, transform .8s ease .4s;
  transition : opacity 1.6s ease .4s, transform .8s ease .4s, -webkit-transform .8s ease .4s;
}
.fadein.outside{
  opacity : 0.0001;
}
.fadein.outside.toleft{
  -webkit-transform : translate(16.0rem, 0);
  transform : translate(16.0rem, 0);
}
.fadein.outside.toright{
  -webkit-transform : translate(-16.0rem, 0);
  transform : translate(-16.0rem, 0);
}
.fadein.outside.totop{
  -webkit-transform : translate(0, 2.0rem);
  transform : translate(0, 2.0rem);
}
*/

/* basic elements */
#wrapper>header{
  padding: 0 20px;
  margin: 0 calc(50% - 50vw);
  min-height: 6.4rem;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 768px){
  #wrapper>header{
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
    min-height: 9.0rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
#wrapper>header h1{
  margin: 0;
}
@media screen and (min-width: 768px){
  #wrapper>header h1{
    flex-basis: calc(387 / 1366 * 100%);
  }
  #wrapper>header nav{
    flex-basis: calc(979 / 1366 * 100%);
  }
}
#wrapper>header h1 a{
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
}
#wrapper>header h1 .image{
  max-width: 18.6rem;
}
@media screen and (min-width: 768px){
  #wrapper>header h1 .image{
    padding: 0 calc(38.5 / 540 * 100%);
    max-width: none;
  }
}

/*  header globalnav  */
#drawer{
  display: none;
}
@media screen and (max-width: 767px){
  #drawer:checked+#globalnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    overflow: auto;
    background-color: rgb(89, 87, 87);
    -webkit-animation: .3s fadein ease-out both;
    animation: .3s fadein ease-out both;
  }
  #drawer:not(:checked)+#globalnav ul{
    display: none;
    -webkit-animation: .3s fadein ease-out both;
    animation: .3s fadein ease-out both;
  }
}
#globalnav label{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 6.4rem;
  height: 6.4rem;
  background-color: var(--theme-color);
  color: rgb(255, 255, 255);
  font-size: 1.0rem;
  font-weight: 100;
  line-height: 2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  align-items: flex-end;
}
#globalnav label .line {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.5rem;
  height: 0.1rem;
  background-color: rgb(255, 255, 255);
  transition: .3s transform ease-out;
}

#globalnav .line:nth-child(1){
  -webkit-transform: translateY(-.6rem);
  transform: translateY(-.6rem);
}
#globalnav .line:nth-child(3){
  -webkit-transform: translateY(.6rem);
  transform: translateY(.6rem);
}
#drawer:checked+#globalnav .line:nth-child(1){
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
#drawer:checked+#globalnav .line:nth-child(2) {
  display: none;
}
#drawer:checked+#globalnav .line:nth-child(3){
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media screen and (min-width: 768px){
  #globalnav label{
    display: none;
  }
}
#globalnav>ul{
  padding: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
#globalnav>ul>li{
  padding: .8rem 0;
}
@media screen and (min-width: 768px){
  #globalnav>ul{
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: auto;
    height: 100%;
    min-height: 0;
  }
  #globalnav>ul>li{
    padding: 0;
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background: rgb(255, 255, 255);
  }
}
#globalnav .cat,
#globalnav li li a{
  display: block;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  white-space: nowrap;
}
#globalnav .cat{
  padding: .5em 0;
  font-size: 1.4rem;
  font-weight: bold;
}
#globalnav li ul{
  -webkit-column-count: 3;
  column-count: 3;
}
#globalnav li li a{
  /*padding: .5em 0;*/
  font-size: 1.2rem;
}
@media screen and (min-width: 768px){
  #globalnav .cat{
    padding: .5em;
    font-size: clamp(10px, 14 / 1366 * 100vw, 1.4rem);
    font-weight: bold;
  }
  #globalnav li ul{
    -webkit-column-count: auto;
    column-count: auto;
  }
  #globalnav li li a{
    padding: 1.0rem 0;
    font-size: clamp(10px, 12 / 1366 * 100vw, 1.2rem);
  }
  #globalnav .cat,
  #globalnav li li a{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    color: rgb(89, 87, 87);
  }
}
@media screen and (min-width: 768px){
  #globalnav li span.cat{
    cursor: pointer;
  }
  #globalnav li ul{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: -10;
    background: rgb(255, 255, 255);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: .3s transform ease-out;
  }
  #globalnav li span.cat:hover+ul,
  #globalnav li ul:hover{
    -webkit-transform: none;
    transform: none;
  }
  #globalnav li li:not(:last-of-type)::after{
    content: '';
    display: block;
    margin: 0 1.0rem;
    border-bottom: 1px solid rgb(235, 235, 235);
  }
}
#globalnav .entry{
  margin-top: 1.8rem;
  width: 150px;
}
#globalnav .entry .cat{
  background-color: var(--theme-color);
  text-align: center;
}
@media screen and (min-width: 768px){
  #globalnav .entry{
    margin-top: 0;
    margin-left: 20px;
  }
  #globalnav .entry .cat{
    position: relative;
    z-index: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    color: rgb(255, 255, 255);
  }
}
#globalnav .entry .cat span{
  font-family: var(--Oswald);
  font-size: 1.6rem;
  letter-spacing: calc(5.44 / 16 * 1em);
}
@media screen and (min-width: 768px){
  #globalnav .entry .cat span{
    font-size: clamp(10px, 16 / 1366 * 100vw, 1.6rem);
  }
}

/* footer entry */
#entry{
  margin: 0 calc(50% - 50vw);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 15.0rem;
  background-color: rgb(0, 0, 0);
}
#entry .button{
  flex-basis: calc( (100% - 5.9rem) / 2);
}
@media screen and (min-width: 768px){
  #entry .button{
    flex-basis: 50.3rem;
  }
}
#entry .button a{
  display: block;
  height: 100%;
  background-color: var(--theme-color);
  position: relative;
  z-index: 0;
}
#entry .button .container{
  padding-left: calc(30 / 375 * 100vw);
  margin: 0 0 0 auto;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px){
  #entry .button .container{
    padding-left: 0;
    -webkit-box-align: center;
    align-items: center;
  }
}
#entry .button .en{
  padding-bottom: 1.3rem;
  display: block;
  font-family: var(--Oswald);
  font-size: 1.4rem;
  font-size: clamp(10px, 14 / 375 * 100vw, 1.4rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(5.44 / 16 * 1em);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px){
  #entry .button .en{
    font-size: 1.6rem;
  }
}
#entry .button .ja{
  display: block;
  font-size: 2.0rem;
  font-size: clamp(10px, 20 / 375 * 100vw, 2.0rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(1.84 / 23 * 1em);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px){
  #entry .button .ja{
    font-size: 2.3rem;
  }
}
#entry .button .ja span{
  padding-top: .3em;
  display: inline-block;
}
@media screen and (min-width: 768px){
  #entry .button .ja span{
    padding-top: 0;
    display: inline;
  }
}
#entry .sig{
  padding-left: calc(30 / 375 * 100% + 5.9rem);
  padding-right: calc(30 / 375 * 100%);
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px){
  #entry .sig{
    padding-left: 5.9rem;
    padding-right: 8.4rem;
    flex-basis: 86.3rem;
  }
}

/* footer sitemap */
#sitemap{
  padding: 2rem 0 3.2rem;
  background-color: rgb(255, 255, 255);
}
#sitemap ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
#sitemap>ul{
  margin: 0 auto;
}
@media screen and (min-width: 768px){
  #sitemap>ul{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1123px;
  }
}
#sitemap>ul>li{
  font-size: 1.4rem;
}
@media screen and (min-width: 768px){
  #sitemap>ul>li{
    font-size: clamp(10px, 14 / 1366 * 100vw, 1.4rem);
  }
}
#sitemap .cat{
  padding: 1.5rem 0;
  display: block;
  font-size: inherit;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(3.5 / 14 * 1em);
  color: rgb(89, 87, 87);
}
#sitemap span.cat{
  padding-bottom: .75rem;
}
@media screen and (min-width: 768px){
  #sitemap span.cat{
    padding-bottom: 1.5rem;
  }
}
#sitemap ul ul{
  padding-bottom: .75rem;
  -webkit-column-count: 3;
  column-count: 3;
}
#sitemap ul ul li{
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
@media screen and (min-width: 768px){
  #sitemap ul ul{
    padding-bottom: 0;
    -webkit-column-count: auto;
    column-count: auto;
  }
  #sitemap ul ul li{
    -webkit-column-break-inside: auto;
    break-inside: auto;
  }
}
#sitemap ul a{
  padding: .6rem 0;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.72 / 12 * 1em);
  color: var(--theme-color);
}
@media screen and (min-width: 768px){
  #sitemap ul a{
    font-size: clamp(10px, 12 / 1366 * 100vw, 1.2rem);
  }
}

/*  footer siteinfo  */
#siteinfo{
  padding: 0 calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-color: rgb(250, 250, 250);
}
#siteinfo .container{
  margin: 0 auto;
  max-width: 103.3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  min-height: 4.7rem;
}
@media screen and (min-width: 768px){
  #siteinfo .container{
    padding: 0 3.0rem;
  }
}
@media screen and (min-width: 1366px){
  #siteinfo .container{
    max-width: calc(1033 / 1366 * 100vw);
  }
}
#siteinfo small{
  font-size: 1.0rem;
  line-height: 2.6;
  letter-spacing: calc(0.2 / 10 * 1em);
}
#siteinfo .extlink{
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
}
#siteinfo .extlink > li + li{
  margin-left: 1em;
}
#siteinfo .extlink a{
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: calc(1.44 / 12 * 1em);
}
#siteinfo .extlink a::after{
  content: '';
  display: inline-block;
  margin-left: .47rem;
  width: .95rem;
  height: .95rem;
  background: url(../images/ico_ext.svg) no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px){
  #siteinfo .extlink{
    display: block;
  }
  #siteinfo .extlink > li + li{
    margin-left: 0;
  }
}

/*  keyframes  */
@-webkit-keyframes fadein{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1.0;
  }
}
@keyframes fadein{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1.0;
  }
}


/*  reghd  */

/*  reghd  */
#reghd{
  margin: 0 calc(50% - 50vw);
  position: relative;
}
#reghd .image{
  position: relative;
  z-index: -10;
}
#reghd .image img{
  width: 100%;
}
#reghd h2{
  margin: -1em 0 0;
  text-align: center;
  font-weight: bold;
  padding: 0 1em;
}
#reghd h2 .en{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--Oswald);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: calc(5.44 / 16 * 1em);
  text-align: center;
  min-width: 128px;
  height: 36px;
  color: var(--white);
  background-color: var(--theme-color);
  margin-bottom: 0.5em;
  position: relative;
}
#reghd h2 .en::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -10px;
  top: -10px;
  background-color: var(--black);
}
#reghd h2 .ja{
  display: block;
  font-size: 3.0rem;
  line-height: 1.4;
  letter-spacing: calc(2.4 / 30 * 1em);
  text-align: center;
  color: rgb(89, 87, 87);
}
#reghd .desc{
  padding: 5.4rem calc(30 / 375 * 100vw);
}
@media screen and (min-width: 768px){
  #reghd .desc{
    padding: 5.4rem 0;
  }
}
#reghd .desc p{
  margin: 0;
  font-size: 1.3rem;
  line-height: 2.15;
  letter-spacing: calc(0.65 / 13 * 1em);
  text-align: center;
}


