@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

/* reset */
html{
  scroll-behavior: smooth;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP',"游ゴシック","メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  box-sizing: border-box;
}
body{
	overflow-x: hidden;
	color: #333;
	background: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.invisible {
	transition: opacity 0.3s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.3s ease;
	opacity: 1.0;
}
p{
  line-height: 2;
}
a{
  color: #0066ff;
  text-decoration: none;
}
a:hover, .active{
  color: #ccc;
}
a:active, a:focus,input:active, input:focus{outline:0;}
a:hover img {
  opacity:0.95;
  filter: alpha(opacity=95);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=95)";  /* ie 8 */
  -moz-opacity:0.95;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.95;              /* Safari 1.x */
}
img{
  max-width: 100%;
  height: auto;
}
.w-inner{
  padding-left: 80px;
  padding-right: 80px;
}
.inner{
  max-width: 1100px;
  margin: 0 auto;
}
#top-content{
  padding-bottom: 4em;
}

#l-header {
 z-index:1000;
 position:fixed;
 top:60px;
 left:0;
 width:100%;
 transition:all .6s cubic-bezier(.165,.84,.44,1);
 transition-property:transform;
 transition-timing-function:cubic-bezier(.165,.84,.44,1)
}
#l-header .l-header__wrapper {
  margin:0 80px
}
#l-header .logo h1{
  margin-top: -8px;
}
#l-header .logo img{
  height: 20px;
}
@media (max-width:991px) {
 #l-header .l-header__wrapper {
  margin:0 20px
 }
}
#l-header .l-header__wrapper > .l-header__inner {
  display: flex;
  justify-content: space-between;
  z-index: 3;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  height: 70px;
  padding: 0 20px 0 25px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px 2px rgba(51,51,51,.05);
}
#l-hero__wrapper {
  position:relative;
  height:100vh
}
#l-hero__wrapper .l-hero__content {
  position:absolute;
  top:50%;
  left:50%;
  width:calc(100% - 60px);
  height:calc(100% - 60px);
  overflow:hidden;
  transform:translate(-50%,-50%);
  border-radius: 20px;
  background: url(../img/img_01.jpg) center center no-repeat;
  background-size: cover;
}
/* メニュー */
#global-navi {
  width: 100%;
}
#wrapper{
}
#wrapper nav ul li{
  list-style-type: none;
}
#wrapper nav ul li a{
  color: #333;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
#global-navi .menu{
  display: flex;
  justify-content: flex-end
}
#wrapper nav ul li{
  padding: 0 1.28rem;
  position: relative;
  font-size: max(1vw, .8em);
}
#wrapper nav ul li::after {
  content: "";
  background-color: #1f7549;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

#wrapper nav ul li a{
  position: relative;
}
#wrapper nav ul li a:before{
  content: "";
  position: absolute;
   left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: #1f7549;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.4s;
}
#wrapper nav ul li a:hover:before {
  transform: scale(1);
}


#wrapper nav ul .last::after {
  width: 0;
  height: 0;
  }
}

@media screen and (max-width: 991px) {
#l-header{
  top: 20px;
}
#l-header .logo h1{
  margin-top: -12px;
}
#l-header .logo img{
  height: 14px;
}
#l-header .l-header__wrapper > .l-header__inner{
  padding: 0 10px;
  height: 60px;
}
#l-hero__wrapper{
  margin-top: 0px;
}
#l-hero__wrapper .l-hero__content{
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 15px;
}
#wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 70px;
    background:#676667;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2
}
#wrapper nav ul li {
    display:block;
    padding: 20px 28px;
    border-bottom: 1px solid #a4a4a4;
    position: relative;
} 
#wrapper nav ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
}
#wrapper nav ul li::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 28px;
  bottom: 0;
  right: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1f7549;
  vertical-align: middle;
}
#wrapper nav ul li::after{
  content: "";
  position: absolute;
  top: 33px;
  right: 46px;
  width: 4px;
  height: 4px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

  
#wrapper .btn-gnavi {
    position: fixed;
    top: 24px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#wrapper .btn-gnavi span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #1f7549;
    width: 45%;
  }

#wrapper .btn-gnavi span:nth-child(1) {
  top:15px; 
}

#wrapper .btn-gnavi span:nth-child(2) {
  top:23px;
}

#wrapper .btn-gnavi span:nth-child(3) {
  top:31px;
}

#wrapper .btn-gnavi.open span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

#wrapper .btn-gnavi.open span:nth-of-type(2) {
  opacity: 0;
}
#wrapper .btn-gnavi.open span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666
} 
#wrapper .contents section:nth-child(odd) p {
    left: 10%
}
#wrapper .contents section:nth-child(even) p {
    right: 10%
}
.w-inner{
  padding-left: 30px;
  padding-right: 30px;
  }
}

#content {
  min-height: calc(100vh - 300px);
}
.slider-txt{
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 5%;
  font-size: max(2.3vw, 1.2em);
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.t-content1{
  background: url(../img/bg1.jpg) center bottom no-repeat;
  background-size: 100%;
  text-align: center;
  padding: 4em 0 8em 0;
  margin-bottom: 3em;
}
.section{
  padding-top: 100px;
  margin-top: -100px; 
}

/* Inside pages */
#content .is-head__wrapper{
  padding: 30px;
}
#content .is-head__items{
  background: #ccc;
  background-position: center center;
  border-radius: 30px;
  height: 500px;
  position: relative;
}
#content .is-head__txt{
  position: absolute;
  left: 50px;
  bottom: 10%;
  color: #fff;
}
#content .is-head__txt h1{
  font-size: max(2.6vw, 1.4em);
}
#content .is-head__txt span{
  display: block;
  font-size: max(1.1vw, .9em);
  padding-left: 4px;
  font-weight: 600;
  letter-spacing: 1px;
}
.is-c-wrap{
  padding: 3em 0 5em 0;
}

.t-company,.t-history{
  background: #f5f5f5;
  border-radius: 4px;
  padding: 3.62vw 6vw;
  margin: 4.5vw 0 1vw 0;
}
.t-company__items{
  width: 50%;
  padding: 0 0 0 8%;
}
.t-history__items{
  width: 50%;
  padding: 0 8% 0 0;
}
.t-company__img,.t-history__img{
  width: 50%;
}
.t-company__items h2,.t-history__items h2{
  font-size: max(2.3vw, 1.5em);
  font-weight: 600;
  letter-spacing: .02em;
  margin-top: -8px;
}
.t-company__items .flex,.t-history__items .flex{
  align-items: center;
  padding-top: .8em;
}
.t-company__items .en,.t-history__items .en{
  display: block;
  position: relative;
  color: #6a6969;
  font-size: .8rem;
  letter-spacing: .04em;
  padding-left: 1.4em;
  margin-left: .6em;
  line-height: 1.5;
  font-weight: 700;
}
.t-company__items .en:before,.t-history__items .en:before{
  content: "";
  background-color: #1f7549;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 3px;
}
.t-company__items p,.t-history__items p{
  font-size: max(1.1vw, .9em);
  line-height: 2;
  padding: 1em 0 1em 0;
}
.t-history-table{
  border-collapse: collapse;
  margin: 14px 0 1em;
  width: 100%;
  font-size: .9em;
}
.t-history-table th{
  width: 130px;
  padding: 12px 6px;
  border: 1px solid #ccc;
  background: #eee;
}
.t-history-table td{
  padding: 12px 6px;
  border: 1px solid #ccc;
  background: #fff;
}
.btn-wrap{
  text-align: right;
  padding: 1.3em 0 0;
}
.btn1{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #000;
  padding: 14px 30px;
  text-align: center;
  outline: none; 
  transition: ease .2s;
  font-weight: 600;
  background: #000;
  border-radius: 500px;
}
.btn1 span{
  position: relative;
  z-index: 3;
  color:#fff;
}
.btn1:hover span{
  color:#000;
}
.btn1:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background: #fff;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.btn1:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

/* フッターNEW */
.l-footContact{
  background:url(../img/footer-contact.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  height:100%;
  padding: 5.2vw 0;
}
.l-footContact::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:rgba(8,100,175,0.2);
}
.l-footContact .inner{
  position: relative;
  color: #fff;
}

.l-fcontact__mail,.l-fcontact__tel{
  text-align: center;
  width: 50%;
}
.l-fcontact__mail{
  border-right: 2px solid #fff;
}
.l-fcontact__title{
  font-size: max(1.5vw, 1.2em);
  font-weight: 600;
}
.l-fcontact__button{
  text-align: center;
  padding: .4em 0;
}
.c-button{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
  padding: 18px 0;
  text-align: center;
  outline: none; 
  transition: ease .2s;
  font-weight: 600;
  background: #1f7549;
  border-radius: 500px;
  max-width: 100%;
  width: 380px;
  margin: 0 auto;
  font-size: 1.2em;
}
.c-button span{
  position: relative;
  z-index: 3;
  color:#fff;
}
.c-button:hover span{
  color:#1f7549;
}
.c-button:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background: #fff;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.c-button:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.l-fcontact__box-tel{
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.4;
}
.l-fcontact__box-tel small{
  font-size: .8rem;
  display: block;
}
.l-fcontact__box-tel a{
  color: #fff;
}

#footer{
  clear: both;
  text-align: center;
}
#footer .copyright{
  background: #f1f4f8;
  margin: 0 auto;
  padding: 0;
  height: 65px;
  line-height: 65px;
  font-size: .6rem;
  letter-spacing: .02em;
}
.footer-logo{
  text-align: center;
  padding: 0 0 2em;
}
.footer-logo img{
  width: 240px;
}
.footer-menu{
  justify-content: center;
}
.footer-menu li{
  list-style-type: none;
  padding: 0 1vw;
}
.footer-menu li a{
  color: #333;
}
footer .copy{
  text-align: center;
  color: #6a6969;
  padding: 4.2vw 0 .4vw 0;
  font-size: .7em;
  letter-spacing: .02em;
}
	
/* コンテンツ1 */
.flex{
  display: flex;
}
.space-b{
  justify-content: space-between;
}
.row-r{
  flex-direction: row-reverse;
}

/* Contact */
.contact-t-box{
  width: 700px;
  max-width: 100%;
  margin: 3em auto;
}
.contact-txt2{
  padding: .6em 0;
}
.contact-txt2 strong{
  font-size: 1.3em;
  font-weight: 600;
}
.contact-txt{
  text-align: center;
  padding-top: 1em;
}
.contact-wrap {
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0,0,0,0.1);
  padding: 3vw;
  margin: 1.8em 0;
}
#form_list{
  width: 100%;
}
#form_list th{
  width: 25%;
  text-align: left;
  padding: 1.3em 0 1.3em 1.2em;
  position: relative;
}
#form_list th:before{
  content: "";
  background-color: #1f7549;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
#form_list th span{
  border: 1px solid #1f7549;
  color: #1f7549;
  font-size: .7em;
  padding: 2px 6px;
  margin-left: 10px;
}
#form_list td{
  width: 75%;
}
#form_list input{
  padding: 10px;
}
.f60 {
  box-sizing: border-box;
  width: 60%;
}
#form_list textarea{
  width: 90%;
}
.form{
  text-align: center;
  padding: 2em 0 0;
}
.form .form_btn{
  background: #1f7549;
  color: #fff;
  border: 0;
  width: 200px;
  padding: 1em 0;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 500px;
}
footer{
  background: #fff;
  padding-top: 3.8em;
}
.is-ttl2{
  text-align: center;
  font-size: max(2.1vw, 1.4em);
  padding-top: 1vw;
}
.is-contentWrap{
  padding-bottom: 4vw;
}
.t-content1 img{
  width: 180px;
  margin-bottom: 1em;
}
.t-content1 p{
  padding: 1em 0;
  font-weight: 700;
  letter-spacing: 1px;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

/* PC用 */
@media only screen and (min-width: 800px){
body{
  font-size:16px;
}
}
@media only screen and (min-width: 769px){
.sp{
  display: none!important;
}
.flex_box{
  display: flex;
  justify-content: space-between;
  height: 190px;
}
.f_add{
  width: 55%;
}
.f_time{
  width: 44%;
}
.col2__items{
  width: 48%;
}

}

@media only screen and (min-width: 992px){
  .img3{
    padding-top: 2vw;
  }
}
@media only screen and (max-width: 991px){
#content .is-head__wrapper{
  padding: 10px;
}
#content .is-head__items{
  height: 220px;
  border-radius: 15px;
}
#content .is-head__txt{
  left: 20px;
}
#form_list th, #form_list td {
  display: block;
  width: 100%;
}
#form_list textarea {
  width: 90%;
  }
}
/* スマートフォン */
@media only screen and (max-width: 768px){
  #l-hero__wrapper{
    height: 400px;
    margin-top: 10px;
  }
  #l-hero__wrapper .l-hero__content{
    height: 400px;
  }
p{
  font-size: 0.9rem;
  line-height: 1.6rem;
}
.pc{
  display: none!important;
}
.flex{
  flex-direction: column;
}
#header{
  position: relative;
  width: 100%;
}
.inner{
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
#mainImg{
  text-align: left;
  background: none;
  padding: 0;
}
#mainImg .inner{
  max-width: 100%;
  padding: 0;
}
#mainImg img{
  width: 100%;
}
.t-content1{
  background-size: 300%;
}
.t-content1 img{
  width: 100px;
}
.t-content1 p{
  text-align: left;
  padding: 10px 0;
}
.t-content1 p br{
  display: none;
}
.t-message{
  flex-direction: column;
  padding: 2em 0 0;
}
.t-message__items,.t-message__img{
  width: 100%;
}
.message__ttl{
  text-align: center;
}
.meesage__txt{
  line-height: 2.2;
  padding-bottom: 1em;
}
.meesage__txt br{
  display: none;
}
.t-company__items,.t-company__img,.t-history__items,.t-history__img{
  width: 100%;
  padding: 0;
}
.t-company__items .en, .t-history__items .en{
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: normal;
}
.t-company__items .en::before, .t-history__items .en::before{
  width: 0;
  height: 0;
}

.recruit-btn{
  width: 200px;
  font-size: .8em;
  padding: 10px 0;
}
.l-fcontact__mail, .l-fcontact__tel{
  width: 100%;
  padding-top: .5em;
}
.l-fcontact__mail{
  border-right: 0;
}
footer{
  padding-top: 1.2em;
}
.footer-logo{
  padding: 2em 0 1em;
}
.footer-logo img{
  width: 180px;
}
.footer-menu li{
  border-bottom: 1px solid #eeece7;
}
.footer-menu li a{
  display: block;
  padding: 10px 0;
}

#footer{
  padding-bottom: 60px;
}
#footer .copyright{
  font-size: 9px;
}
#footer .inner{
  flex-direction: column;
}

#foot-btn-area{
  background: rgb(244,109,149);
  background: linear-gradient(0deg, rgba(244,109,149,1) 0%, rgba(209,72,145,1) 100%);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  text-align: center;
  padding: 10px 20px 0 0;
}
#foot-btn-area img{
  margin: -20px 0 -4px 0;
}
.btn-wrap{
  text-align: center;
  padding: 1em 0;
}
.btn1{
  padding: 8px 30px;
  font-size: .8em;
  }
}


/* ページトップスクロール */
#side_btn{
  position: fixed;
  border-radius: 8px 0 0 8px;
  bottom: 160px;
  right: 0;
  z-index: 3;
  background: #1f7549;
  padding: 20px 12px 16px 12px;
}
#side_btn li{
  list-style-type: none;
  padding: 4px 0;
}
#side_btn li img{
  width: 24px;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 100%;
  z-index: 9999;
}
#page-top a {
  background: #fff;
  text-decoration: none;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  display: block;
  opacity: 0.9;
  padding: 0;
  border-radius: 500px;
  border: 4px solid #1f7549;
}
#page-top a:hover {
  text-decoration: none;
  background: #f3f5f8;
}
#page-top img{
  width: 30px;
  margin-top: 15px;
}
@media only screen and (max-width: 768px){
#page-top {
  bottom: 25px;
}
#page-top a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#page-top img{
  width: 16px;
  padding-top: 0px;
  margin-top: -4px;
  }
}

.t-content1 div{
  text-align: center;
  max-width: 100%;
  width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 1.2em;
}

/* 画面外にいる状態 */
.fade{
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fade.f-in{
	opacity : 1;
	transform : translate(0, 0);
}
.bnr{
  text-align: center;
  padding: 3vw 0 1vw;
}
.bnr img{
  width: 750px;
  max-width: 98%;
  border: 1px solid #000;
  padding: 2px;
  margin: 0 auto;
}