html {
	overflow-y: scroll;
}

body {
	color: #231815;
	font-family: 'Noto Sans JP', sans-serif;
}

img {
	width: 100%;
}

.s-pc {
	display: block;
}

.s-sp {
	display: none;
}
.top{
	max-width: 80%;
	align-content: center;
	margin: auto;
}

.c-wrap {
	margin-inline: auto;
	max-width: 1100px;
}


.c-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.c-heading.--left {
	align-items: flex-start;
	color: #fff;
}

.c-heading__title {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-align: center;
}

.c-heading__title-en {
	font-family: futura-pt, sans-serif;
	font-size: 15px;
	letter-spacing: 0.2em;
}

.c-page-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-weight: 500;
	margin-inline: auto;
	max-width: 370px;
	position: relative;
}

.c-page-heading__title-en {
	font-family: futura-pt, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

.c-page-heading__title {
	font-size: 22px;
    letter-spacing: 0.3em;
    color: #126006;
	font-weight: 600;
	margin-bottom: 40px;
}
.c-page-heading__title02 {
	font-size: 22px;
    letter-spacing: 0.3em;
    color: #126006;
	font-weight: 600;
	margin-bottom: 0px;
}

.under_h3{
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-bottom: 30px;
}
.under_h4{
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-top: 30px;
}
.under_text{
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.2em;
}

.c-page-heading__logo {
	width: 228px;
}




.header {
  display: flex;
  justify-content: var(--header-logo-align);
  align-items: center;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 50px;
  margin-bottom: -50px;
  padding: 0 20px 0 16px;
  font-size: 16px;
  box-sizing: border-box;
  max-width: 80%;
  margin-top: 2%;
  
}

.header+* {
  margin-top: 70px !important;
}

.header .header-logo {
  color: #333333;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 0;
  letter-spacing: .05em;
  text-decoration: none;
}

.header .header-logo img {
  height: calc(var(--header-logoimg-size) * .83);
  vertical-align: middle;
}

.header .header-login {
  position: absolute;
  right: 0;
  margin-right: 20px;
}

.header .header-login a {
  display: inline-block;
  padding: 16px 12px;
  color: var(--header-menu-color);
  font-weight: bold;
  font-size: .8em;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s ease;
}

.header .header-login a:hover {
  opacity: .7;
}

.header .header-nav {
  position: absolute;
  right: 0;
  align-items: center;
  margin: auto;
  width: 42%;
}

.header .header-nav #header-nav-input {
  display: none;
}

.header .header-nav .header-nav-menu {
  display: block;
  width: 50px;
  height: 25px;
  background: url("data:image/svg+xml;utf-8,<svg fill=\"%23333\" fill-opacity=\"0.3\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 46\"><g id=\"Group_3711\" transform=\"translate(10829.996 -7618)\"><path d=\"M-10828.4,7618h46.8c0.9,0,0.9,6,0,6h-46.8C-10829.3,7624-10829.3,7618-10828.4,7618z\"/><path d=\"M-10828.4,7638h46.8c0.9,0,0.9,6,0,6h-46.8C-10829.3,7644-10829.3,7638-10828.4,7638z\"/><path d=\"M-10828.4,7658h46.8c0.9,0,0.9,6,0,6h-46.8C-10829.3,7664-10829.3,7658-10828.4,7658z\"/></g></svg>");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.header .header-nav #header-nav-input:checked+.header-nav-menu {
  background: url("data:image/svg+xml;utf-8,<svg fill=\"%23333\" fill-opacity=\"0.3\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 43.8 43.8\"><path d=\"M42.5,38.3L26.1,21.9L42.4,5.5c0.7-0.7-3.5-4.9-4.2-4.2L21.9,17.7L5.5,1.3c-0.7-0.7-5,3.5-4.2,4.2l16.4,16.4L1.2,38.3c-0.7,0.7,3.6,4.9,4.2,4.2l16.5-16.5l16.4,16.4C39,43.2,43.2,39,42.5,38.3z\"/></svg>");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.header .header-nav ul {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100vw;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: none;
  background: rgba(245, 247, 250, .9);
}

.header .header-nav #header-nav-input:checked+.header-nav-menu+ul {
  height: auto;
  max-height: 100vh;
  box-shadow: 0 0 3px rgba(0, 43, 107, .1);
}

.header .header-nav ul li {
  list-style-type: none;
  width: 100%;
  text-align: center;
}

.header .header-nav ul li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  color: var(--header-menu-color);
  font-weight: bold;
  font-size: .9em;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s ease;
}

.header .header-nav ul li a:hover {
  opacity: .7;
}

@media (min-width: 768px) {
  .header {
    height: 60px;
    margin-bottom: -60px;
    position: var(--header-fix);
  }

  .header+* {
    margin-top: 90px !important;
  }

  .header .header-logo {
    margin-left: 0;
  }

  .header .header-logo img {
    height: var(--header-logoimg-size);
  }

  .header .header-nav {
    position: absolute;
    right: 0;
  }

  .header .header-nav .header-nav-menu {
    display: none;
  }

  .header .header-nav ul,
  .header .header-nav #header-nav-input:checked+.header-nav-menu+ul {
    all: unset;
  }

  .header .header-nav ul li {
    display: inline;
    margin-right: 12px;
    /*border-bottom: unset;*/
  }

  .header .header-nav ul li:last-child {
    margin-right: 20px;
  }

  .header .header-nav ul li a {
    display: inline-block;
    width: unset;
    padding: 16px 12px;
    font-size: 14px;
  }

  @media (max-width: 1024px) {
    .header {
      height: 5.86vw;
    }

    .header+form {
      margin-top: 5.86vw;
    }

    .header .header-logo img {
      height: calc(4.10vw - (42px - var(--header-logoimg-size))) ;
      min-height: 20px;
    }

    .header .header-nav ul li {
      margin-right: 1.17vw;
    }

    .header .header-login a,
    .header .header-nav ul li a {
      font-size: 1.25vw;
    }
  }
}

.c-fv {
	height: 300px;
	justify-content: center;
	position: relative;
	z-index: 1;
	max-width: 80%;
    margin: auto;
}
.c-fv__heading{
	padding: 45px 0;
}

.c-fv.--privacy {
	border-bottom: 10px solid #0E335B;
	height: 470px;
}

.c-fv__title {
  font-size: 26px;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 50px 12px 30px;
  background-color: #126006;
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  display: inline-block;
}

.c-fv__title_green {
    font-size: 26px;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #126006;
    padding: 12px 50px 12px 30px;
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
    display: inline-block;
}


.c-fv__heading .--privacy {
	color: #0E335B;
	font-weight: 500;
}

.c-fv__title-en {
	font-family: futura-pt, sans-serif;
	font-size: 50px;
	font-weight: 500;
}
.c-font-b{
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 500;
}

.c-font-m{
	font-family: zen-kaku-gothic-new, sans-serif;
	font-weight: 400;
}


.c-fv__bg {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

.c-fv__bg img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.footer {
  font-size: 15px;
  color: #000;
  background: #fff;
  text-align: center;
  margin-top: 50px;
}
.footer ul {
  list-style: none;
  padding: 30px 0;
  margin: 0;
}
.footer-p{
	font-size: 15px;
	margin-top: 10px;
}
.footer-privacy{
	display: none;
}

.footer .footer__a {
  color: #000;
  text-decoration: none;
}

.footer .footer__a:hover {
  color: #999;
}

.footer__navi {
  margin-bottom: 2rem;
}

.footer__navi li {
  display: inline-block;
}

.footer__navi li:not(:last-child) {
  margin-right: 16px;
}

.footer__logo {
  display: inline-block;
}


.copyright {
	background-color: #126006;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 9px;
	text-align: center;
	padding: 8px 0;
}

.to-top {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #126006;
	border-radius: 50%;
	bottom: 25px;
	display: flex;
	justify-content: center;
	opacity: 0;
	position: fixed;
	right: 36px;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 68px;
	z-index: 99;
}

.to-top.is-visible {
	opacity: 1;
	visibility: visible;
}

.to-top img {
	width: 25px;
}

.btn-simple-solid {
  background: #126006;
  color: white;
  border: none;
  padding: 10px 20px 10px 30px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  letter-spacing: 0.5em
}

.btn-simple-solid:hover {
  background: #ffff;
  border: solid 1px #126006;
  color: #126006;
  transform: translateY(-2px);
}

.btn-simple-solid:active {
  transform: translateY(0);
}
.button {
	margin-top: 60px;
	text-align: center;
}
.company__button {
	margin-top: 60px;
}
.recruit__button {
	margin-top: 40px;
	text-align: center;
}
.contact_b{
  background: #126006;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
.contact_b:hover {
  background: #ffff;
  border: solid 1px #126006;
  color: #126006;
  transform: translateY(-2px);
}
.contact_b:active {
  transform: translateY(0);
}
.contact_b{
  background: #126006;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
.contact_b:hover {
  background: #ffff;
  border: solid 1px #126006;
  color: #126006;
  transform: translateY(-2px);
}
.contact_b:active {
  transform: translateY(0);
}



.s-of-hidden {
	overflow: hidden;
}

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


.c-fv {
    height: 350px;
	}
.c-fv.--privacy {
    height: 400px;
}
.s-sp {
        display: block;
}
.c-fv__title-en {
    font-size: 40px;
}
.c-fv__title {
    font-size: 25px;
}
}

@media screen and (max-width: 767px) {
	
.header {
	max-width: 90%;
	}
.header .header-logo{
	width: 55%;
}

.header .header-nav {
    align-items: normal;
    margin: 0;
    width: 2%;
	}
.header .header-nav ul li {
    width: 40%;
    border-bottom: .5px solid #E0E0E0;
    text-align: center;
    align-items: center;
    margin: auto;
}
.header .header-nav ul li a {
    padding: 15px 0;
}
.contact_b {
    padding: 0px;
}
	
.top {
    max-width: 90%;
}

.c-wrap {
	max-width: 550px;
	padding-inline: 30px;
}

.c-wrap.--recruit {
	max-width: 550px;
}

.c-wrap.--privacy {
	max-width: 550px;
}

.c-heading__title {
	font-size: 15px;
}

.c-heading__title-en {
	font-size: 8px;
}

.c-page-heading {
	max-width: 112.57px;
}

.c-page-heading::after {
	width: 85vw;
}

.c-page-heading__title-en {
	font-size: 13px;
}

.c-page-heading__title {
	font-size: 15px;
	margin-bottom: 15px;
}
.under_h3 {
    font-size: 12px;
}
.under_text {
    font-size: 10px;
}
.under_h4 {
    font-size: 12px;
}
.c-page-heading__title02 {
    font-size: 18px;
    margin-bottom: 0px;
}
	
.c-page-heading__logo {
	width: 97px;
}

.c-button {
	height: 21.92px;
}

.c-button__arrow {
	width: 57.92px;
}

.c-button__circle {
	right: -7px;
	width: 21.92px;
}

.c-button__text {
	font-size: 13px;
	left: 3px;
	top: 0px;
}
	
.btn-simple-solid {
    padding: 5px 15px 5px 25px;
    font-size: 12px;
	}
	
.button {
    margin-top: 30px;
}
.company__button {
    margin-top: 30px;
}
.recruit__button {
    margin-top: 30px;
}


.c-fv {
	height: 85.93px;
	max-width: 90%;
}

.c-fv.--privacy {
	border-bottom: 7px solid #0E335B;
	height: 151px;
}

.c-fv__heading {
	gap: 3px;
	letter-spacing: 0.3em;
	padding: 15px 0;
}

.c-fv__title-en {
	font-size: 16px;
}

.c-fv__title {
	font-size: 14px;
    width: 45%;
    padding: 0.4rem 0.7rem 0.4rem 0.7rem;
}

.c-fv__title_green{
	font-size: 14px;
    width: 60%;
    padding: 0.5rem 1rem 0.5rem 1rem;
}





.to-top {
	bottom: 17px;
	right: 25px;
	width: 30px;
}

.to-top img {
	width: 11px;
}



.s-pc {
	display: none;
}

.s-sp {
	display: block;
}
.footer {
    font-size: 12px;
    margin-top: 40px;
}
.footer__logo {
    width: 50%;
}
.footer ul {
    display: none;
}
.footer-p{
	font-size: 9px;
	margin-top: 5px;
}
.footer-privacy{
	display: block;
}

.copyright {
    font-size: 8px;
    padding: 5px 0;
}

}

@keyframes hambLine01 {

0% {
	transform: translateY(14.5px) rotate(45deg);
}

50% {
	transform: translateY(14.5px) rotate(0);
}

100% {
	transform: translateY(0) rotate(0);
}

}

@keyframes hambLine02 {

0% {
	transform: translateY(-14.5px) rotate(-45deg);
}

50% {
	transform: translateY(-14.5px) rotate(0);
}

100% {
	transform: translateY(0) rotate(0);
}

}

@keyframes hambLine01Open {

0% {
	transform: translateY(0) rotate(0);
}

50% {
	transform: translateY(14.5px) rotate(0);
}

100% {
	transform: translateY(14.5px) rotate(45deg);
}

}

@keyframes hambLine02Open {

0% {
	transform: translateY(0) rotate(0);
}

50% {
	transform: translateY(-14.5px) rotate(0);
}

100% {
	transform: translateY(-14.5px) rotate(-45deg);
}

}

@keyframes hambLine01Sp {

0% {
	transform: translateY(4.25px) rotate(45deg);
}

50% {
	transform: translateY(4.25px) rotate(0);
}

100% {
	transform: translateY(0) rotate(0);
}

}

@keyframes hambLine02Sp {

0% {
	transform: translateY(-4.25px) rotate(-45deg);
}

50% {
	transform: translateY(-4.25px) rotate(0);
}

100% {
	transform: translateY(0) rotate(0);
}

}

@keyframes hambLine01OpenSp {

0% {
	transform: translateY(0) rotate(0);
}

50% {
	transform: translateY(4.25px) rotate(0);
}

100% {
	transform: translateY(4.25px) rotate(45deg);
}

}

@keyframes hambLine02OpenSp {

0% {
	transform: translateY(0) rotate(0);
}

50% {
	transform: translateY(-4.25px) rotate(0);
}

100% {
	transform: translateY(-4.25px) rotate(-45deg);
}

}

