body {
    font-family: fot-tsukuardgothic-std, sans-serif;
    background: #FFF;
}

a {
    text-decoration: none;
    outline: none;
}

a.bold {
    background: #d47572;
    border-radius: 3px;
    padding: 5px 20px;
    color: #fff;
    display: inline-flex;
    align-items: center;
}

a.bold:before {
    content: '▲';
    font-size: 60%;
    margin: 0 5px 0 0;
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
}
a.bold:hover { opacity: 0.7; }

a.under {
  color: #d47572;
  text-decoration: underline;
  margin: 20px 0;
  display: inline-block;
}


main {
  padding:0;
}

header {
  position: relative;
  top: 0;
  height: auto;
  padding: 4px 20px;
  background: #fff;
  box-shadow: 0 -4px 10px 0px #333;
  border-top: none;
}

header.fixed {
  position: fixed;
  z-index: 200;
}

a.headerlogo {
  width: 220px;
  padding: 12px;
  display: block;
}

a.headerlogo img {
  width: 100%;
}

 @media screen and (max-width: 768px) {
header {
  padding: 0 2vw;
}
a.headerlogo {
    width: 48vw;
    padding: 3vw;
    display: block;
}

 }

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background: #fff;
  margin-top: auto;
  box-shadow: 0 4px 10px 0px #333;
  z-index: 10;
}

footer.fixed {position: fixed;}
footer::after{content: none;}

.Recruitment_btn{
	margin: 2em auto;
    display: block;
    text-align: center;
}

#footerContainer,
#footerContainer:before {
  background: none;
}

#copyright {
  padding: 12px 0;
}

#copyright p {
margin: 0;
padding: 0;
}
#copyright img[src$="logo.png"]{
width:124px ;
padding: 8px 0;
}
.sp-main-img {
  display: none;
}

.pagetop {
    background: #e26f6fd4;
    border: none;
}
.pagetop__arrow::before, .pagetop__arrow::after {
    background: #ffffff;
}
.pagetop__arrow::before {
  right: 14px;
}
.pagetop__arrow::after {
left: 14px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}


@media screen and (max-width: 1024px) {
  .main-img-box .title {
    width: 100%;
  }

  .main-img-box {
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
      .pagetop__arrow::before, .pagetop__arrow::after {
        top: 6vw;
    }
    .pagetop__arrow::before {
        right: 3.8vw;
    }
    .pagetop__arrow::after {
        left: 3.8vw;
    }
}

@media screen and (max-width: 820px) {

  .main {
    overflow: hidden;
  }

  .minHeight {
    min-height: auto;
  }
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}



  #copyright {
    padding: 6px 20px;
    display: flex;
    align-items: center;
  }

  #copyright img[src$="logo.png"]{
width: 22vw;
  }

  #copyright p {
    width: 100%;
    font-size: 10px;
    line-height: 1;
    text-align: right;
  }

  .banner_ehon {
    position: relative;
    top: 11%;
    width: 100%;
    animation: fadein 1.3s ease-in-out 0s forwards;
  }



  a:hover img {
    opacity: 1.0;
  }


  /* figure {
    width: 22%;
    text-align: left;
    line-height: 1;
  } */
}





/*---- 
 hambarger 
------*/

#hamburger {
  position: fixed;
  top: 0;
  right: 16px;
}
.hamburger-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
width: 72px;
height: 58px;

  opacity: 0;
}

.hamburger-trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
width:72px;
  height: 58px;
  padding:20px 10px;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger-trigger > div {
  position: relative;
  width: 100%;
  height: 4px;
  background:#e26f6f;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:20px;
}
.hamburger-trigger > div:before,
.hamburger-trigger > div:after {
  content: '';
  position: absolute;
  z-index: 10;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 20px;
  background: inherit;
  transition: all 0.4s ease;

}
.hamburger-trigger > div:before{
    top: -10px;
}

.hamburger-trigger > div:after {
  top: 10px;
}

.hamburger-toggle:checked,
.hamburger-toggle:checked + .hamburger-trigger {
  top: 40px;
  right: 40px;
}
.hamburger-toggle:checked + .hamburger-trigger > div {
  transform: rotate(135deg) scale(1.5);
  background: #fff;
}

.hamburger-toggle:checked + .hamburger-trigger > div:before,
.hamburger-toggle:checked + .hamburger-trigger > div:after {
  top: 0;
  transform: rotate(90deg);
  background: #fff;

}
.hamburger-toggle:checked + .hamburger-trigger > div:after {
  opacity: 0;
}

.hamburger-toggle:checked ~ .gnavi {
  pointer-events: auto;
  visibility: visible;
}
.hamburger-toggle:checked ~ .gnavi > .gnavi-bg {
  transform: scale(1);
  transition-duration: 0.75s;
}


#hamburger .hamburger-toggle:checked ~ .gnavi > .gnavi-bg > .gnavi-contents {
  opacity: 1;
  transition: opacity 1.4s ease 0.4s;
}


.gnavi {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnavi > .gnavi-bg {
  width: 300vw;
  height: 300vw;
  color: #fefefe;
  background: #e26f6f;
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gnavi > .gnavi-bg > .gnavi-contents{
  padding-bottom: 30px;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
ul.gnavi-list {
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
  text-align: center;
}
ul.gnavi-list > li {
  padding: 8px;
  margin: 12px;
  display: block;
    font-size: 28px;
}
ul.gnavi-list > li::before{
  content: '●';
  color: #eeaba9;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px 4px 0;

}
ul.gnavi-list li a{
  background-image: linear-gradient(90deg, #fff, #fff);
  background-position: left bottom; 
  background-repeat: no-repeat;
  background-size: 0 2px; 
  color: #fff; 
  padding-bottom: 6px; 
  text-decoration: none; 
  transition: background-size .6s;
  cursor: pointer;
}
ul.gnavi-list li a:hover {
  color: #fff;
   background-size: 100% 2px; 
}

ul.gnavi-list.sub{
  position: relative;
}
.deco_leaf::before{
  content: '';
  display: block;
  -webkit-mask-image: url(/story/common/images/icon_deco.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-image: url(/story/common/images/icon_deco.svg);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
  width:auto;
  height: 40px;
background-size: contain;
margin: 8px auto 24px;
background-color: #eeaba9;
}
ul.gnavi-list.sub li{
  font-size: 20px;
}
.gnavi_logo {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  white-space: nowrap;
}

.gnavi_logo:hover {
  color: #fff;
}

.gnavi_logo img {
  width: 80px;
}

 @media screen and (max-width: 768px) {
  #hamburger {
    right: 2vw;
}
.hamburger-toggle {
    width: 10vw;
    height:12.05vw;
    opacity: 0;
}

.hamburger-trigger {
    width: 10vw;
    height:12.05vw;
    padding: 0;
}
.hamburger-trigger > div,
.hamburger-trigger > div:before, 
.hamburger-trigger > div:after { 
    height: 3px;
}
.hamburger-trigger > div:before{
    top: -2.25vw;
}

.hamburger-trigger > div:after {
  top: 2.25vw;
}
.hamburger-toggle:checked,
.hamburger-toggle:checked + .hamburger-trigger {
  top: 4vw;
  right: 3vw;
}
.gnavi > .gnavi-bg > .gnavi-contents {
  width: 100vw;
  padding: 2vw;
}
ul.gnavi-list > li {
    padding: 2vw;
    margin:2vw;
    font-size: 5.128vw;
}
ul.gnavi-list.sub li {
    font-size: 4.102vw;
}

ul.gnavi-list li a {
  background: none;
}

.deco_leaf::before{
  height:8vw;
margin: 1vw auto 3vw;
}
 }