@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
html,body{
	font-family: 'Poppins', Arial, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #232C38;
	line-height: 1.8;
	letter-spacing: 0.01em;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
  color: #232C38;
  transition: 0.2s;
  text-decoration: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover{ color: #259F4A;cursor: pointer; }
a img:hover{ opacity: 0.7; }
img{
	max-width: 100%;
	display: block;
}
.clear{ clear: both; }


b{ font-weight: 700; }




nav{
  width: 100%;
  height: 11.5rem;
  transition: 0.8s;
  position: relative;
  background: #fff;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}
h1.logo{
  display: block;
  width: 23.4rem;
  margin-left: 3.5rem;
  transition: 0.2s;
}
ul.nav{
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
ul.nav li{
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0 2rem;
  line-height: 1;
  border-right: 1px solid;
}
ul.nav li:last-child{
  border-right: 0;

}

a.nav-tel{
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  margin: 0 2rem 0 1rem;
  line-height: 1.2;
  pointer-events: none;
}
a.nav-tel span{
  display: block;
  font-size: 45%;
}

a.nav-btn{
  width: 20.6rem;
  line-height: 5.6rem;
  border-radius: 2.8rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right,#259F4A,#5FB95B);
  margin-right: 2.5rem;
}
a.nav-btn:hover{
  opacity: 0.7;
}


/* nav付加クラス　*/
nav,
nav.transform + .top-margin {
  height: 10rem;
}
nav.transform{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  animation: nav-anime 0.3s;
}
nav.transform + .top-margin {
  height: 11.5rem;
}
@keyframes nav-anime {
  from {
  transform: translateY(-11.5rem);
  opacity: 1;
  }
  to {
  transform: translateY(0);
  opacity: 1;
  }
}


@media (max-width: 1350px){
h1.logo{
  margin-left: 2rem;
}
a.nav-tel{
  font-size: 2.6rem;
}
a.nav-btn{
  margin-right: 1.5rem;
}
}


a.btn{
  display: block;
  width: 20.6rem;
  line-height: 5.6rem;
  border-radius: 2.8rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #259F4A;
  margin: 0 auto;
}
a.btn:hover{
  opacity: 0.7;
  color: #fff;
}
a.btn.bk{
  background-color: #232C38;
}
a.btn.wh{
  background-color: #fff;
  color: #086634;
}
a.btn.wh:hover{
  color: #086634;
}


.box-shadow{
  box-shadow: 0 0.3rem 4rem rgba(0,0,0,0.08);
  background: #fff;
}


#home section h2,
.footer-contact h2{
  font-size: 3rem;
  color: #086634;
  text-align: center;
  margin-bottom: 2.5rem;
}


.h2-header h2{
  font-size: 5rem;
  text-align: center;
  line-height: 1.3;
  margin-top: 5rem;
}
.h2-header .h2-btm{
  font-size: 1.8rem;
  color: #086634;
  font-weight: bold;
  margin-bottom: 8rem;
  text-align: center;
}
.h2-header .header-bg{
  width: 100%;
  height: 25vw;
  max-height: 34rem;
  background: url(../images/business/header-bg.jpg) center center no-repeat;
  background-size: cover;
}
#news .h2-header .header-bg{
  background: url(../images/news/header-bg.jpg) center center no-repeat;
  background-size: cover;
}
#company .h2-header .header-bg{
  background: url(../images/company/header-bg.jpg) center center no-repeat;
  background-size: cover;
}
#contact .h2-header .header-bg{
  background: url(../images/contact/header-bg.jpg) center center no-repeat;
  background-size: cover;
}


.h3-1{
  font-size: 3rem;
  color: #086634;
  padding-left: 3rem;
  position: relative;
  margin: 6rem 0 2rem;
}
.h3-1::before{
  content: "";
  display: block;
  width: 0.5rem;
  height: 2.8rem;
  background: #086634;
  position: absolute;
  left: 0;
  top: 0.28em;
}

.h3-2{
  font-size: 3rem;
  text-align: center;
}
.h3-2-btm{
  font-size: 1.8rem;
  text-align: center;
  color: #086634;
  font-weight: bold;
  margin-bottom: 3rem;
}


.footer-contact{
  background: url(../images/common/bg_contact.jpg) center center no-repeat;
  background-size: cover;
  padding: 6rem 0;
}
.footer-contact .content{
  width: 80rem;
  padding: 9rem 0;
  margin: 0 auto;
  border-radius: 1rem;
  background: #fff;
  text-align: center;
}
.footer-contact p{
  margin-bottom: 3rem;
}
.footer-contact a.btn{
  width: 25.2rem;
  background: linear-gradient(to right,#259F4A,#5FB95B);
}
.footer-contact .tel{
  margin-top: 3rem;
  font-weight: bold;
}
.footer-contact .tel .number{
  display: block;
  font-size: 2.7rem;
  line-height: 1.2;
  pointer-events: none;
}
.footer-contact .tel .time{
  font-size: 1.2rem;
  display: block;
}


footer{
  background: #22231B;
  color: #989898;
  padding: 6.5rem 0 5rem;
}
footer a{
  color: #989898;
}
footer a:hover{
  opacity: 0.7;
  color: inherit;
}
footer img.footer-logo{
  width: 23.4rem;
  margin: 0 auto 3.5rem;
  opacity: 0.5;
}
footer ul.footer-nav{
  display: flex;
  justify-content: center;
  margin: 0 auto 3rem;
}
footer ul.footer-nav li{
  display: block;
  padding: 0 2rem;
  line-height: 1;
  border-right: 1px solid;
}
footer ul.footer-nav li:last-child{
  border-right: 0;
}
footer .copy{
  font-size: 1.2rem;
  text-align: center;
}


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  transition: all 1s;
  background: linear-gradient(to right,#259F4A,#5FB95B);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 6rem;
  height: 6rem;

  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3rem 0 0 -3rem;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
  transform: scale(0.0);
  -webkit-transform: scale(0.0);
  } 50% { 
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #259F4A;
}
#pagetop a img {
  width: 16px;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.5em; }

.content{
  width: 100%;
	max-width: 1200px;
  padding: 0 50px;
	margin: 0 auto;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1200px){

html{ font-size: 0.825vw; }

.content{
  padding: 0 4.16%;
}




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.52vw; }
body{ font-size: 1.5em; }

.content{
	width: 100%;
	padding: 0 5%;
}


body{
  padding-top: 7.4rem;
}


nav{
  height: 7.4rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
h1.logo {
  width: 18.9rem;
  margin-left: 2rem;
}
#nav-drawer {
  position: relative;
  margin-left: auto;
}
.nav-unshown {
  display:none;
}
#nav-open {
  display: block;
  width: 7.4rem;
  height: 7.4rem;
  background: #259F4A;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  z-index: 999;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;
  width: 4rem;
  background: #fff;
  display: block;
  content: '';
  transition: .2s ease-in-out;
}
#nav-open span{
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#nav-open span:before {
  bottom: 0.8rem;
}
#nav-open span:after {
  bottom: -0.8rem;
}
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  width: 100%;
  height: 100%;

  background: #259F4A;
  font-weight: bold;
  padding: 10rem 0;
  transition: .2s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#nav-input:checked ~ #nav-open span {
  background: transparent;
}
#nav-input:checked ~ #nav-open span:before {
  background: #fff;
  transform: rotate(-45deg);
  bottom: 0;
}
#nav-input:checked ~ #nav-open span:after {
  background: #fff;
  transform: rotate(45deg);
  bottom: 0;
}
#nav-input:checked ~ #nav-open{
  position: fixed;
  top: 0;
  right: 0;
}

#nav-content ul.nav-sp{
  border-top: 1px solid #fff;
}
#nav-content ul.nav-sp > li > a{
  display: block;
  line-height: 8rem;
  border-bottom: 1px solid #fff;
  padding: 0 10%;
  font-size: 1.8rem;
}
#nav-content ul.nav-sp li a{
  color: #fff;
}

/* nav付加クラス　*/
nav.transform{
  animation: none;
}
nav.transform + .top-margin {
  height: 0;
}


a.btn {
  width: 20.6rem;
}

#home section h2,
.footer-contact h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}


.h2-header h2 {
  font-size: 3rem;
  margin-top: 4rem;
}
.h2-header .h2-btm {
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
.h2-header .header-bg{
  height: 18rem;
  background: url(../images/business/sp/header-bg.jpg) center center no-repeat;
  background-size: cover;
}
#news .h2-header .header-bg{
  background: url(../images/news/sp/header-bg.jpg) center center no-repeat;
  background-size: cover;
}
#company .h2-header .header-bg{
  background: url(../images/company/sp/header-bg.jpg) center center no-repeat;
  background-size: cover;
}
#contact .h2-header .header-bg{
  background: url(../images/contact/sp/header-bg.jpg) center center no-repeat;
  background-size: cover;
}


.h3-1 {
    font-size: 2.1rem;
    padding-left: 2.3rem;
    margin: 5rem 0 2rem;
}
.h3-1::before {
    width: 0.4rem;
    height: 2rem;
}


.footer-contact {
  background: url(../images/common/sp/bg_contact.jpg) center center no-repeat;
  background-size: cover;
}
.footer-contact .content {
  width: 90%;
  padding: 6rem 5%;
}
.footer-contact .content p {
  margin-bottom: 2rem;
}
.footer-contact a.btn {
    width: 28rem;
}
.footer-contact .tel{
  margin-top: 3rem;
}
.footer-contact .tel .number{
  font-size: 2.4rem;
  pointer-events: inherit;
}
.footer-contact .tel .time{
  font-size: 1.4rem;
}


footer{
  padding: 6rem 0 4rem;
}
footer img.footer-logo {
    width: 19.5rem;
    margin: 0 auto 3rem;
}
footer ul.footer-nav{
  width: 92%;
  margin: 0 auto 4rem;
  flex-wrap: wrap;
  justify-content: left;
}
footer ul.footer-nav li {
  width: 50%;
  line-height: 1.8;
  padding: 0 0 0 1.3em;
  border-right: 0;
  font-weight: bold;
  position: relative;
}
footer ul.footer-nav li::before {
  content: "＞";
  font-size: 70%;
  position: absolute;
  top: 0.45em;
  left: 0;
}
footer .copy {
  font-size: 1.2rem;
}




}/*　スマホここまで */



