@charset "utf-8";

#dummyimg{
	max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 200px;
}

/* imgマウスオーバー */
.topcont a img{
	transition: all .3s ease;
}
.topcont a:hover img{
	transform: scale(1.07);
    opacity: 0.8;
}
.topcont .image{
	overflow: hidden;
	line-height: 0;
}
/* ボタンアイコン */
.btnicn {
  position: absolute;
  color: #fff;
  bottom: 0;
  right: 0;
}
.btnicn img {
    width: 24px !important;
}
.btnicn img{
	transform: scale(1.0) !important;
}
/* スクロールフェードイン */
.fadeinUp {
	opacity : 0;
	transform : translate(0, 100px);
	transition : all 1.6s;
}
.fadeinUp.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}


/* mainimg
----------------------------------------- */
#works_mainimg{
	max-width: 1410px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    /* */
    height: 710px;
}
#works_mainimg .imgs{
	line-height: 0;
}
#works_mainimg .inner{
	max-width: 1410px;
    margin-top: -530px;
    position: relative;
    z-index: 9;
}
#works_mainimg .inner h1{
    color: #008250;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.6em;
    font-feature-settings: "palt";
}
#works_mainimg .namebox{
    width: 390px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    margin-top: 80px;
    padding-bottom: 38px;
    padding-left: 30px;
}
#works_mainimg .inner h1.type1,
#works_mainimg .boxtype1{
     /*margin-left: 770px;*/
    margin-left: 54%;
}
#works_mainimg .inner h1.type2{
    /*margin-left: -30px;*/
    margin-left: 4%;
}
#works_mainimg .boxtype2{
    /*margin-left: -60px;*/
    margin-left: 4%;
}
#works_mainimg .namebox ul{
    position: absolute;
    top: -10px;
    left: 30px;
    display: flex;
}
#works_mainimg .namebox ul li{
    color: #fff;
    padding: 0px 28px 0px 28px;
    font-size: 15px;
}
#works_mainimg .namebox ul li:nth-of-type(1){
    background-color: #008250;
}
#works_mainimg .namebox ul li:nth-of-type(2){
    background-color: #005050;
}
#works_mainimg .namebox p{
    padding-top: 46px;
    line-height: 1.6em;
}
#works_mainimg .namebox span.name{
    font-weight: 500;
    padding-right: 15px;
    font-size:  20px;
}
#works_mainimg .namebox span.y{
    font-weight: 500;
    font-size:  14px;
    color: #767676;
}

.fadein1{
	animation-name: fadein;
	animation-duration: 1.3s;
    animation-delay: 0.2s;
    opacity: 0;
    animation-fill-mode: forwards;
}
.fadein2{
	animation-name: fadein;
	animation-duration: 1.3s;
    animation-delay: 0.6s;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(50px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

@media screen and (max-width: 768px) {
#works_mainimg{
    max-width: none;
    height: auto;
    margin: 0 15px;
}
#works_mainimg .inner{
	width: 100%;
    margin-top: 0px;
    padding-top: 20px;
}
#works_mainimg .inner h1{
    color: #008250;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.5em;
}
#works_mainimg .inner h1.type2{
    margin-left: 0;
}
#works_mainimg .namebox{
    width: 100%;
    background-color: rgba(255,255,255,0);
    border-radius: 10px;
    margin-top: 30px;
    padding-bottom: 38px;
    padding-left: 0px;
}
#works_mainimg .inner h2.type1,
#works_mainimg .boxtype1{
    margin-left: 0px;
}
#works_mainimg .inner h2.type2,
#works_mainimg .boxtype2{
    margin-left: 0px;
}
#works_mainimg .namebox ul{
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
}
#works_mainimg .namebox ul li{
    color: #fff;
    padding: 6px 8px 7px 8px;
    font-size: 12px;
    line-height: 100%;
}
#works_mainimg .namebox p{
    padding-top: 35px;
    line-height: 1.4em;
}
#works_mainimg .namebox span.name{
    font-weight: 500;
    padding-right: 15px;
    font-size:  14px;
}
#works_mainimg .namebox span.y{
    font-weight: 500;
    font-size:  13px;
}


}


/* インタビュー
----------------------------------------- */
.type_box_wrap {
    margin-top: 100px;
    padding-top: 1px;
    padding-bottom: 1px;
    
    position: relative;
    z-index: 10;
 }
.type_box_wrap .type1_box {
    max-width: 1445px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    
    position: relative;
    z-index: 10;
 }
.type1_box .imgs {
    max-width: 770px;
    margin-top: 90px;
 }
.type1_box .leadbox {
    max-width: 750px;
    position: relative;
    z-index: 10;
    margin-left: -70px;
 }
.type1_box .leadbox .inner,
.type2_box .leadbox .inner{
    padding: 110px 120px 110px 120px;
    background:
    linear-gradient(130.43169288529725deg, rgba(199, 255, 210,0.3) 11.854207901948842%,rgba(198, 254, 210,0.3) 11.854207901948842%,rgba(122, 214, 211,0.3) 51.4534009591961%);
 }

.type1_box .leadbox h2,
.type2_box .leadbox h2{
     position: relative;
     display: inline-block;
     padding-bottom: 30px;
     color: #008250;
     font-size: 25px;
     font-size: 1.6rem;
     line-height: 1.6em;
    margin-bottom: 35px;
}
.type1_box .leadbox h2::before,
.type2_box .leadbox h2::before{
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     border-bottom: 1px solid #1a1a1a;
     width : 35px ;
}


.type2_box {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 130px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    
    position: relative;
    z-index: 10;
 }
.type2_box .imgs {
    max-width: 880px;
    margin-top: 90px;
 }
.type2_box .leadbox {
    max-width: 810px;
    position: relative;
    z-index: 10;
    margin-right: -90px;
 }
@media screen and (max-width: 768px) {
.type_box_wrap {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 1px;
    padding-bottom: 50px;
    
    position: relative;
    z-index: 10;
 }
.type_box_wrap .type1_box {
    max-width: none;
    width: 100%;
    display: block;
}
.type1_box .imgs {
    max-width: none;
   margin-right: 30px;
    margin-top: 0px;
 }
.type1_box .leadbox {
    max-width: none;
    position: relative;
    z-index: 10;
    margin-left: 0px;
    margin-top: -40px;
 }
.type1_box .leadbox .inner,
.type2_box .leadbox .inner{
    background-color: rgba(255,255,255,0.9);
    padding: 60px 15px 60px 15px;
 }
.type1_box .leadbox h2,
.type2_box .leadbox h2{
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.type1_box .leadbox h2::before,
.type2_box .leadbox h2::before{

     margin: 0 auto;
}

.type2_box {
    max-width: none;
    padding-top: 0px;
    padding-bottom: 40px;
    display: block;
    position: relative;
    z-index: 10;
    
    margin-top: 40px;
 }
.type2_box .imgs {
    max-width: none;
    margin-top: 0px;
    margin-left: 30px;
 }
.type2_box .leadbox {
    max-width: none;
    position: relative;
    z-index: 10;
    margin-right: 0px;
    margin-top: -40px;
 }
}


/* 採用リンク
----------------------------------------- */
.rec_linkbox {
    background-color: #f5f5f5;
    padding-top: 110px;
    padding-bottom: 170px;
    margin-top: 160px;
    
    position: relative;
    z-index: 10;
}
.rec_linkbox h3{
	text-align: center;
    font-family: 'Catamaran', sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.2em;
}
.rec_linkbox h3 span{
    color: #1a1a1a;
    font-family:'Noto Sans JP', sans-serif;
	font-weight: 400;
    font-size: 14px;
    display: block;
    letter-spacing: normal;
}
.rec_linkbox .inner{
	max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.rec_linkbox .inner .box{
	width: 49%;
    background-color: rgba(255,255,255,0.7);
    position: relative;
    display: block;
    height: 155px;
}
.rec_linkbox .inner .box p{
	position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
    color: #1a1a1a;
    text-align: center;
}
.rec_linkbox .inner .box p span{
	display: block;
    font-size: 24px;
    font-weight: 500;
    padding-top: 6px;
}
.rec_linkbox .inner .box:nth-of-type(1) img{
	width: 36px;
}
.rec_linkbox .inner .box:nth-of-type(2) img{
	width: 68px;
}
.rec_linkbox .inner a:hover{
    background-color: #b2d9ca;
    color: #008250;
}
@media screen and (max-width: 768px) {
.rec_linkbox {
    padding-top: 60px;
    padding-bottom: 170px;
    margin-top: 60px;
}
.rec_linkbox h3{
    font-size: 20px;
    line-height: 1.2em;
}
.rec_linkbox h3 span{
    font-size: 14px;
}
.rec_linkbox .inner{
	max-width: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
    display: block;
}
.rec_linkbox .inner .box{
	width: 100%;
    height: 120px;
    margin-bottom: 10px;
}
.rec_linkbox .inner .box p span{
    font-size: 18px;
}
}


