@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Roboto:wght@700&family=Shippori+Mincho:wght@400;500;600&display=swap');


/*---------------------------------------------------------------------------------------
	Overall settings
----------------------------------------------------------------------------------------*/

body{
	font-family: 'Shippori Mincho', serif;
	color:#111;
	font-weight: 400;
	text-align:center;
}
body.ovh{ overflow: hidden; position: fixed; top: 0; left: 0; width: 100%; height: 100vh;}
a{ color:#111; text-decoration:none; -webkit-transition: all .2s; transition: all .2s;}
a:hover{ opacity: .7; text-decoration:none;}
.underline{ text-decoration: underline;}
/* font */
.shippori{ font-family: 'Shippori Mincho', serif;}
.roboto{ font-family: 'Roboto', sans-serif;}
.arial{ font-family: Arial, "sans-serif";}
.notosans{ font-family: 'Noto Sans JP', sans-serif;}
.fw-regular{ font-weight: 400;}
.fw-medium{ font-weight: 500;}
.fw-semibold{ font-weight: 600;}
/* bg */
.bg-white{ background: #fff;}
/* color */
.white{ color: #fff;}
.red{ color: #c00;}
.green{ color: #1B764A;}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	a:hover{ opacity: 1;}
}
@media screen and (max-width: 375px) {
	html{ font-size: 50%;}
}



/*---------------------------------------------------------------------------------------
	header
----------------------------------------------------------------------------------------*/

header{ position: absolute; right: 0; top: 0; width: 155px; height: 500px; padding: 30px 0; z-index: 9;}
header h1{ margin-bottom: 50px;}
header ul{ display: flex; flex-direction: row-reverse; justify-content: center;}
header ul li{ -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-size: 1.4rem; text-align: left; letter-spacing: .1em;}
header ul li:before{ display: inline-block; content: ""; width: 1px; height: 7px; margin: 0 auto 7px; background: #1B764A;}
header ul li a:hover{ color: #1B764A; opacity: 1;}
header ul li.active a{ color: #1B764A;}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	header{ width: 100%; height: 70px; padding: 0; background: #fff;}
	header.top{ background: none;}
	header h1{ margin-bottom: 0; width: 70%;}
	header h1 a{ display: block; height: 70px; background: url("../img/logo2.svg") left 20px center / 216px auto no-repeat;}
	header h1 img, header.top h1{ display: none;}
	header p{ position: absolute; right: 0; top: 0; z-index: 9999; display: block; width: 70px; height: 70px; padding-top: 36px; cursor: pointer;}
	header p:after{ display: block; content: "MENU"; color: #1B764A; font-family: 'Roboto', sans-serif; font-size: 1.2rem; letter-spacing: .2em; padding-right: .2em; -webkit-transition: all .2s; transition: all .2s;}
	header.open p:after{ display: block; content: "CLOSE"; color: #fff;}
	header p span{ position: absolute; right: 20px; display: inline-block; width: 35px; height: 1px; background: #1B764A; transition: all .2s;}
	header p span:nth-child(1){ top: 22px;}
	header p span:nth-child(2){ top: 31px; width: 14px;}
	header.open p span:nth-child(1){ transform: translateX(-5px) translateY(4.5px) rotate(-45deg); width: 20px; background: #fff;}
	header.open p span:nth-child(2){ transform: translateX(-5px) translateY(-4.5px) rotate(45deg); width: 20px; background: #fff;}
	header nav{ position: fixed; right: -188px; top: 0; z-index: 999; display: block; width: 188px; height: 100vh; background: #1B764A; transition: all .2s;}
	header.open nav{ position: absolute; transform: translateX(-188px);}
	header ul{ display: block; position: absolute; top: 50%; left: 2em; transform: translateY(-50%);}
	header ul li{ writing-mode: horizontal-tb; font-size: 1.6rem; font-weight: 600; line-height: 4;}
	header ul li:before{ display: inline-block; content: ""; width: 1px; height: 7px; margin: 0 auto 7px; background: #1B764A;}
	header ul li a{ color: #fff!important; opacity: 1;}
}



/*---------------------------------------------------------------------------------------
	section
----------------------------------------------------------------------------------------*/

section{ }
.wrap{ clear: both; box-sizing: content-box; max-width: 1100px; margin-left: auto; margin-right: auto; padding-left: 7%; padding-right: 7%;}
/* btn */
a.btn1{ display: inline-block; width: 100%; max-width: 300px; line-height: 50px; text-align: center; border: 1px solid #707070; background: url(../img/ic-right.svg) right 20px center no-repeat;}
a.btn1:hover{ opacity: 1; border: 1px solid #ccc; background: url(../img/ic-right.svg) right 20px center no-repeat #ccc;}
/* ttl */
.pagettl{ margin-right: 155px; padding-top: 165px; position: relative;}
.pagettl:before{ display: block; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 250px; background: url("../img/pagettl-bg.jpg") center / cover no-repeat; z-index: -2;}
.pagettl h2{ height: 120px; position: relative;}
.pagettl h2:before{ display: block; content: ""; position: absolute; left: 0; top: 0; width: 46%; min-width: 563px; height: 120px; background: #1B764A; z-index: -1;}
.pagettl h2 span{ display: block; color: #fff; font-size: 4.8rem; text-align: left; line-height: 1;}
.pagettl h2 span small{ font-size: 1.2rem; letter-spacing: .2em;}
.pagettl ol{ text-align: left;}
.pagettl ol li{ display: inline-block; font-size: 1.2rem;}
.pagettl ol li:not(:last-child):after{ content: "｜"; color: #ccc; margin: 0 .3em;}
.ttl1{ font-size: 3.2rem; text-align: left; padding-bottom: .2em; border-bottom: 1px solid #ccc; position: relative;}
.ttl1:after{ display: block; content: ""; position: absolute; left: 0; bottom: -1px; width: 150px; height: 1px; background: #00A555;}
/* pager */
ol.pager{ clear: both; margin-bottom: 50px;}
ol.pager li{ display: inline-block; vertical-align: top; margin: 0 10px 20px;}
ol.pager li a{ display: block; width: 50px; line-height: 50px; color: #1B764A; border: 1px solid #1B764A;}
ol.pager li a:hover, ol.pager li.active a{ opacity: 1; color: #fff; background: #1B764A;}
ol.pager li.prev{ background: url("../img/pager-prev-on.svg") center no-repeat #1B764A;}
ol.pager li.next{ background: url("../img/pager-next-on.svg") center no-repeat #1B764A;}
ol.pager li.prev a, ol.pager li.next a{ background: #fff;}
ol.pager li.prev a:hover, ol.pager li.next a:hover{ background: none;}
ol.pager li img{ vertical-align: baseline; -webkit-transition: all .2s; transition: all .2s;}
ol.pager li a:hover img{ opacity: 0;}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	/* ttl */
	.pagettl{ margin-right: 0; margin-top: 70px; padding-top: 115px;}
	.pagettl:before{ height: 170px; background: url("../img/pagettl-bg-sp.jpg") center / cover no-repeat;}
	.pagettl h2{ height: 100px;}
	.pagettl h2:before{ width: 80%; min-width: 295px; height: 100px;}
	.pagettl h2 span{ font-size: 2.8rem; line-height: 1.5;}
	.ttl1{ font-size: 2.4rem;}
	/* pager */
	ol.pager{ margin-bottom: 0;}
	ol.pager li{ margin: 0 5px 10px;}
	ol.pager li a{ width: 40px; line-height: 40px;}
}



/*---------------------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------------------*/

footer{ clear: both; height: 438px; padding: 100px 7% 30px; background: url(../img/footer-bg.png) center bottom / 3000px auto repeat-x;}
footer ul{ display: flex; justify-content: center; line-height: 20px; margin-bottom: 40px;}
footer ul:before, footer ul li:after{ display: inline-block; content: "|"; color: #ccc; font-size: 2rem;}
footer ul li a{ display: inline-block; padding: 0 2em;}
footer dl dd{ padding: 1em 0 80px;}
footer p{ color: #fff; font-size: 1rem;}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	footer{ height: auto; padding: 50px 0 30px; background: url(../img/footer-bg-sp.jpg) center bottom / 100% auto no-repeat;}
	footer ul{ display: block; line-height: 60px; margin-bottom: 40px;}
	footer ul:before, footer ul li:after{ display: none;}
	footer dl dd{ padding: .5em 0 65%; font-size: 1.4rem;}
	footer p{ color: #fff; font-size: 1rem;}
}































/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	Sub-page settings
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
	/
----------------------------------------------------------------------------------------*/

.top1{ margin-right: 155px; position: relative;}
.top1 h2{ position: absolute; right: 0; bottom: -2px; padding: 0 1.5% 0 calc(155px + 1.5%); width: 100%; z-index: 99;}
.top1 p{ position: absolute; left: 0; bottom: -2px; padding: 40px 0 10px; width: 155px; font-size: 1.8rem; letter-spacing: .1em; background: #fff; z-index: 99;}
.top1 p span{ display: inline-block; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-align: left;}
.top1 .slick-slide{ padding-top: 22%;}
.top1 .slick-slide img{ position: absolute; left: 0; top: 0; width: 110%;}
.top1 .slick-slide.slick-active img{ animation: slide1img 14s linear both;}
@keyframes slide1img{ 0%{ transform: translateX(0);} 100%{ transform: translateX(-8%);}}
.top2{ padding: 110px 0 70px; background: url("../img/bg-tree.png") left -240px top 30px / auto 53% no-repeat, url("../img/bg-leaves2-03.png") center top 50px / 407px auto no-repeat;}
.top2 article{ display: flex; justify-content: space-between;}
.top2 article:nth-child(odd){ flex-direction: row-reverse;}
.top2 article:not(:last-child){ margin-bottom: 170px;}
.top2 article figure{ width: 51%;}
.top2 article div{ width: 42.7%; text-align: left;}
.top2 article div h2{ font-size: 3.2rem; line-height: 1.5; margin-bottom: .5em;}
.top2 article div h2 span{ font-size: 1.4rem; letter-spacing: .2em;}
.top2 article div p.note{ margin-bottom: 1.5em;}
.top3{ background: url("../img/bg-tree.png") right -140px top / auto 98% no-repeat; position: relative;}
.top3:before{ display: block; content: ""; position: absolute; left: 0; top: 50px; width: calc(100% - 80px); height: calc(100% - 50px); background: linear-gradient(to bottom, #f5f5ed 0%,#fff 100%); z-index: -1;}
.top3 .wrap{ max-width: 1000px; padding-top: 100px; padding-bottom: 80px;}
.top3 .wrap:before{ display: block; content: ""; position: absolute; right: 0; bottom: -60px; width: 370px; height: 250px; background: url("../img/bg-leaves.png") center / cover no-repeat;}
.top3 h2{ font-size: 3.2rem; text-align: left; line-height: 1.5; margin-bottom: 1em;}
.top3 h2 span{ font-size: 1.4rem; letter-spacing: .2em;}
.top3 ul{ display: flex;}
.top3 ul li{ width: 30%; text-align: left; line-height: 1.5; margin-bottom: 50px;}
.top3 ul li:not(:nth-child(3n)){ margin-right: 5%;}
.top3 ul li p.date{ font-size: 1.2rem; letter-spacing: .05em; padding: 1em 0;}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.top1{ margin-right: 0; position: relative; overflow: hidden;}
	.top1:before{ display: block; content: ""; position: absolute; right: 70%; top: 185px; width: 158px; height: 107px; background: url("../img/bg-leaves2.png") right top / 158px auto no-repeat;}
	.top1:after{ display: block; content: ""; position: absolute; left: 80%; bottom: 0; width: 158px; height: 63px; background: url("../img/bg-leaves2.png") right top / 158px auto no-repeat;}
	.top1 h1{ padding: 30px 0;}
	.top1 h1 img{ width: 63px;}
	.top1 h2{ position: static; padding: 0 1.5%; z-index: 99; height: 0;}
	.top1 h2 img{ transform: translateY(-100%);}
	.top1 p{ position: static; padding: 40px 0; width: auto; font-size: 1.6rem;}
	.top1 p span{ writing-mode: horizontal-tb; text-align: center;}
	.top1 .slick-slide{ padding-top: 20%;}
	.top2{ padding: 0; background: none;}
	.top2 .wrap{ padding: 0!important;}
	.top2 article{ display: block; margin-bottom: 0!important;}
	.top2 article figure{ width: auto;}
	.top2 article div{ width: auto; padding: 20px 7% 60px;}
	.top2 article:first-child div{ background: url("../img/bg-tree.png") left -165px top 30px / 300px auto no-repeat;}
	.top2 article div h2{ font-size: 2.2rem; line-height: 1.6; margin-bottom: 1em;}
	.top3{ background: url("../img/bg-tree2.png") right -150px top / 300px auto no-repeat; margin-top: -25px;}
	.top3:before{ top: 25px; width: 100%; height: 640px;}
	.top3 .wrap{ padding-top: 70px; padding-bottom: 0;}
	.top3 .wrap:before{ display: none;}
	.top3 h2{ font-size: 2.2rem;}
	.top3 ul{ display: block;}
	.top3 ul li{ width: auto; margin-bottom: 50px;}
	.top3 ul li:not(:nth-child(3n)){ margin-right: 0;}
}



/*---------------------------------------------------------------------------------------
	about/
----------------------------------------------------------------------------------------*/

.about1{ padding-right: 155px; background: url(../img/bg-tree2.png) right -50px top 150px / 536px auto no-repeat, url(../img/bg-tree.png) left -310px top 1010px / 536px auto no-repeat; position: relative;}
.about1:before{ display: inline-block; content: ""; position: absolute; left: 30%; top: -65px; width: 370px; height: 250px; background: url(../img/bg-leaves.png) center / cover no-repeat; opacity: .1; z-index: -1;}
.about1 h3{ padding: 30px 0 60px; font-size: 4.2rem; letter-spacing: .08em;}
.about1 article{ display: flex; justify-content: space-between; align-items: center;}
.about1 article:nth-of-type(even){ flex-direction: row-reverse;}
.about1 article:not(:last-child){ margin-bottom: 100px;}
.about1 article figure{ width: 51.5%;}
.about1 article:nth-of-type(3) figure{ padding: 0 2.5% 0 6.5%; background: url(../img/about1-img3-bg.png) center / 95% auto no-repeat;}
.about1 article dl{ width: 42.3%; text-align: left;}
.about1 article dl dt{ font-size: 3.2rem; line-height: 1.5; padding-bottom: .5em; margin-bottom: .5em; position: relative;}
.about1 article dl dt:after{ display: block; content: ""; position: absolute; left: 0; bottom: 0; width: 150%; height: 1px; background: #707070; z-index: -1;}
.about1 article:nth-of-type(even) dl dt:after{ left: auto; right: 0;}
.about2{ padding: 80px 155px 120px 0; margin-bottom: -50px; background: url(../img/bg-leaves2-01.png) left top 10px / 370px auto no-repeat, url(../img/bg-leaves.png) right bottom / 370px auto no-repeat;}
.about2 h4{ font-size: 3.2rem; margin-bottom: 1em; padding-left: 5em;}
.about2 h4:after{ display: inline-block; content: ""; width: 165px; height: 88px; background: url("../img/about2.svg") center / cover no-repeat;}
.about2 ul{ display: flex; justify-content: center; flex-wrap: wrap; max-width: 700px; margin: auto;}
.about2 ul li{ width: 260px; margin: 0 30px 35px; color: #E55F5F; font-size: 2rem; line-height: 1.5;}
.about2 ul li small{ color: #000; font-size: 1.2rem;}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 830px){
	.about2 ul li{
		margin: 0 10px 35px;
		width: 220px;
	}
}
@media screen and (max-width: 768px) {
	.about1{ padding-right: 0; background: none;}
	.about1:before{ left: 50%; top: -80px; width: 240px; height: 162px; transform: translateX(-50%);}
	.about1 h3{ padding: 30px 0 40px; font-size: 3rem;}
	.about1 article{ display: block;}
	.about1 article:not(:last-child){ margin-bottom: 50px;}
	.about1 article figure{ width: auto;}
	.about1 article:nth-of-type(3) figure{ padding: 0 3% 0 11%; background: url(../img/about1-img3-bg.png) center / contain no-repeat;}
	.about1 article dl{ width: auto; margin-bottom: 1.5em;}
	.about1 article dl dt{ font-size: 2.2rem;}
	.about1 article dl dt:after{ width: 100%;}
	.about2{ padding: 60px 0 20px; margin-bottom: 0; background: none;}
	.about2 h4{ font-size: 2.4rem; margin-bottom: 1em; padding-left: 2em;}
	.about2 h4:after{ width: 132px; height: 71px; margin-left: -80px; margin-bottom: -10px; z-index: -1; position: relative;}
	.about2 ul{ justify-content: space-between; margin: 0 -5%; flex-wrap: wrap;}
	.about2 ul li{ width: calc(100% / 2 - 15px); margin: 0 0 20px; font-size: 1.4rem;}
	.about2 ul li figure{ padding: 0 15px;}
	/* .about2 ul li small{ font-size: .8rem;} */
}



/*---------------------------------------------------------------------------------------
	company/
----------------------------------------------------------------------------------------*/

.company1{ padding-top: 20px; padding-right: 155px; margin-bottom: 20px; position: relative;}
.company1:before{ display: block; content: ""; position: absolute; left: -95px; top: -180px; width: 413px; height: 279px; background: url("../img/company1-bg.png") center / cover no-repeat; z-index: -1;}
.company1 .wrap{ padding-right: 0; position: relative;}
.company1 .wrap figure{ padding-left: 25%;}
.company1 .wrap div{ position: absolute; top: 80px; left: 7%; width: 500px; padding: 50px 6%; text-align: left; background: #fff; box-shadow: 20px 20px 10px 0px rgba(0,0,0,.1);}
.company1 .wrap div h3{ font-size: 3.2rem;}
.company2{ padding: 50px 10% 100px; background: url("../img/company2-bg.jpg") top right 20% / 680px auto no-repeat, url("../img/company1-bg.png") bottom 15px right 25% / 413px auto no-repeat;}
.company2wrap{ max-width: 800px; margin: 0 auto;}
.company2wrap > table{ width: 100%; font-weight: 500; text-align: left;}
.company2wrap > table > tbody > tr > th{ width: 8em; padding: 1em 0; color: #1B764A; font-weight: 600; vertical-align: top; border-bottom: 1px solid #ccc;}
.company2wrap > table > tbody > tr > td{ padding: 1em 0; vertical-align: top; border-bottom: 1px solid #ccc;}
.company2wrap > table > tbody > tr > td ol{ padding-left: 1.5em; counter-reset: item;}
.company2wrap > table > tbody > tr > td ol li{ position: relative;}
.company2wrap > table > tbody > tr > td ol li:before{ counter-increment: item; content: counter(item)'.'; position: absolute; left: -1.5em; top: 0;}
.company2wrap > table > tbody > tr > td ol li:not(:last-child){ margin-bottom: 1em;}
.company2wrap > table > tbody > tr > td td{ vertical-align: top;}
.company2wrap > table > tbody > tr > td td.ws{ white-space: nowrap; padding-right: 1em;}
.company2wrap > table > tbody > tr > td p.f14{ padding-left: 1em;}
.company3{ max-width: 800px; margin-bottom: 100px;}
.company3 ul.tab{ display: flex; justify-content: space-between; margin-bottom: 20px; position: relative;}
.company3 ul.tab:after{ display: block; content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #1B764A; z-index: -1;}
.company3 ul.tab li{ width: 49%; line-height: 64px; color: #fff; font-size: 2rem; letter-spacing: .05em; border: 1px solid #1B764A; border-bottom: none; background: #1B764A; cursor: pointer; -webkit-transition: all .2s; transition: all .2s;}
.company3 ul.tab li.active{ color: #1B764A; background: #fff;}
.company3 .tabwrap{ display: none;}
.company3 .tabwrap.active{ display: block;}
.company3 table{ width: 100%; text-align: left;line-height: 1.5;}
.company3 table th{ color: #1B764A; width: 8em; padding: .9em 0; border-bottom: 1px solid #ccc;}
.company3 table td{ padding: .9em 0; border-bottom: 1px solid #ccc;}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.company1{ padding-right: 0; margin-bottom: 0;}
	.company1:before{ display: none;}
	.company1 .wrap{ padding-right: 0; position: relative;}
	.company1 .wrap figure{ padding-left: 0;}
	.company1 .wrap div{ position: relative; top: auto; left: auto; width: auto; margin-top: -30px; margin-left: -5%; margin-right: 10%; padding: 30px 8%; font-size: 1.4rem; z-index: 1;}
	.company1 .wrap div h3{ font-size: 2.1rem;}
	.company2{ padding: 70px 10%; background: url("../img/company2-bg.jpg") top right / 100% auto no-repeat, url("../img/company1-bg.png") bottom right / 60% auto no-repeat; line-height: 1.5;}
	.company2wrap > table > tbody > tr > th{ display: block; padding: 1em 0 .5em; border-bottom: none;}
	.company2wrap > table > tbody > tr > td{ display: block; padding: 0 0 1em;}
	.company2wrap > table > tbody > tr > td td{ display: block; padding-left: 1em; padding-bottom: .5em;}
	.company2wrap > table > tbody > tr > td td.ws{ padding-left: 0;}
	.company3{ max-width: 800px; margin-bottom: 30px;}
	.company3 ul.tab{ margin-bottom: 10px;}
	.company3 ul.tab li{ width: 48.5%; line-height: 50px; font-size: 1.8rem;}
	.company3 table th{ display: block; padding: 1em 0 .5em; border-bottom: none;}
	.company3 table td{ display: block; padding: 0 0 1em;}
}



/*---------------------------------------------------------------------------------------
	works/
----------------------------------------------------------------------------------------*/

.works1{ padding: 30px 155px 0 0;}
.works1 .wrap{ max-width: 970px;}
.works1 article{ margin-bottom: 70px; text-align: left; overflow: hidden;}
.works1 article h3{ margin-bottom: 20px;}
.works1 article .slider{ float: left; width: 49.5%;}
.works1 article .slider .slide{ font-size: 1.4rem; line-height: 1.5; margin-bottom: 15px;}
.works1 article .slider .slide p{ padding-top: .5em;}
.works1 article .slider .thumb{ display: flex;}
.works1 article .slider .thumb li{ width: 31.25%; cursor: pointer;}
.works1 article .slider .thumb li:not(:nth-child(3n)){ margin-right: 3.125%;}
.works1 article .detail{ float: right; width: 46.5%;}
.works1 article .detail p.note{ margin-bottom: 1.5em;}
.works1 article .detail table{ width: 100%; text-align: left;line-height: 1.5; border-top: 1px solid #ccc;}
.works1 article .detail table th{ color: #1B764A; width: 8em; font-weight: 600; padding: .5em 0; border-bottom: 1px solid #ccc;}
.works1 article .detail table td{ padding: .5em 0; font-weight: 500; border-bottom: 1px solid #ccc;}

/*------------------------------ responsive ------------------------------*/
@media screen and (max-width: 768px) {
	.works1{ padding: 30px 0 0;}
	.works1 article .slider{ float: none; width: auto; margin-bottom: 20px;}
	.works1 article .detail{ float: none; width: auto;}
	.works1 article .detail table th{ display: block; padding: .5em 0 .3em; border-bottom: none;}
	.works1 article .detail table td{ display: block; padding: 0 0 .5em;}
}





