/******************************************************************
Theme Name: CUBE GAMMA THEME
Theme URI: http://cube096.com
Description: CUBEが自信をもってお届けするレスポンシブウェブデザインテーマ
Author: CUBE CO.,LTD.
Author URI: http://cube096.com
Version: beta
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/
*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	color: #111111;
	font-weight: 400;
	background-color: #fff;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}
input, button, textarea, select {
	font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}
#root, #__next {
	isolation: isolate;
}
ol, ul {
	list-style-type:none;
	margin:0;
}
legend, menu, ol, ul {
	padding:0
}
a {
	text-decoration:none;
	color: #111111;
}
p {
	overflow-wrap: break-word;
	font-size: 16px;
	text-align: justify;
}
li,dt,dd,td,th{
	text-align: justify;
}
body {
	/*--- ▼ゴシック ---*/
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	
	/*--- ▼明朝 ---*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";*/
	
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}
body img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6{
	text-align: justify;
	font-weight: 400;
}
table{
	border-collapse: collapse;
}
:root {
	--main-color: #009843;
	--mainsub-color: #e5f4ec;
	--sub-color: #F1EBE4;
	--font-color: #111111;
	--bg-color: #fff;
	--fontsize-25: clamp(19px, 1.3vw, 25px);
	--fontsize-22: clamp(18px, 1.1vw, 22px);
	--fontsize-20: clamp(17px, 1vw, 20px);
	--fontsize-18: clamp(16px, 0.94vw, 18px);
	--fontsize-16: 16px;
	--fontsize-15: 15px;
}
/* ページネーション
----------------------------------------------------------- */
/*アーカイブ用*/
.nav-links{
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nav-links .page-numbers{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	transition: all ease 0.5s;
	border-radius: 3px;
	border: 1px solid #D5D5D5;
	margin: 0 5px;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover{
	background-color: #F2F2F2;
}
.nav-below {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.next.page-numbers,.prev.page-numbers{
	padding: 0 5px;
}
/*シングル用*/
.single .nav-below {
	display: inherit;
	margin-top: 45px;
}
.single .nav-below:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.single .nav-below a {
	background-color: #FFF;
	text-decoration: none;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.5;
	transition: all ease 0.5s;
	border: 1px solid #D5D5D5;
}
.single .nav-below a:hover {
	background-color: var(--mainsub-color);
}
.single .nav-below .prev {
	padding-left: 65px;
	position: relative;
}
.single .nav-below .next {
	padding-right: 65px;
	position: relative;
}
.single .nav-below .prev::before,
.single .nav-below .next::before{
	content: "";
	width: 40px;
	height: 40px;
	background-color: var(--main-color);
	border-radius: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single .nav-below .prev::before{
	left: 10px;
}
.single .nav-below .next::before{
	right: 10px;
}
.single .nav-below .prev::after,
.single .nav-below .next::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.single .nav-below .prev::after{
	left: 25px;
	border-right: 7px solid #fff;
	border-left: 0;
}
.single .nav-below .next::after{
	right: 25px;
	border-left: 7px solid #fff;
	border-right: 0;
}
.prev {
	width: 48%;
	float: left;
}
.next {
	width: 48%;
	float: right;
	text-align: right;
}
.prev_title,
.next_title {
	font-size: 12px;
}
.next p{
	text-align: right;
}
.next p,
.prev p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}
.prev img {
	float: left;
	margin-right: 10px;
}
.next img {
	float: right;
	margin-left: 10px;
}
.prevAndNextLeft a:before {
	content: "\f053";
	margin-right: 5px;
	font-family: FontAwesome;
}
.prevAndNextRight a:after {
	content: "\f054";
	margin-left: 10px;
	font-family: FontAwesome;
}
.prevAndNextLeft {
	width: 50%;
	float: left;
}
.prevAndNextRight {
	width: 50%;
	float: left;
}
.prevAndNextLeft {
	text-align: left;
}
.prevAndNextRight {
	text-align: right;
}
/* 
 animation
----------------------------------------------------------- */  
.fadein {
	opacity:0.1;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-moz-transition:all ease 1s;
}
.on .fadein,
.on.fadein {
	opacity:1;
}
.totop{
	opacity:0.1;
	transform: translateY(30px);
	transition: all 1s;
}
.on .totop,
.on.totop{
	opacity: 1;
	transform: translateY(0);
}
.fadeinleft {
	opacity:0.1;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadeinleft,
.on.fadeinleft {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.fadeinright {
	opacity:0.1;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadeinright,
.on.fadeinright {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.no2{
	transition-delay: .5s !important;
}
.no3{
	transition-delay: 1.0s !important;
}
.no4{
	transition-delay: 1.5s !important;
}
.no5{
	transition-delay: 2.0s !important;
}
.no6{
	transition-delay: 2.5s !important;
}
.no7{
	transition-delay: 3.0s !important;
}
.no8{
	transition-delay: 3.5s !important;
}
.no9{
	transition-delay: 4.0s !important;
}
.no10{
	transition-delay: 4.5s !important;
}
.no11{
	transition-delay: 5.0s !important;
}
/* 
 Head
----------------------------------------------------------- */  
.header {
	width:100%;
}
.header::before{
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	background-color: #009843;
	position: fixed;
	left: 0;
	top: 0;
	mix-blend-mode: normal;
	z-index: 100;
}
.header .contact{
	background-color: #009843;
	padding: 20px 60px;
	border-radius: 0px 0px 0px 16px;
	display: block;
	width: fit-content;
	position: fixed;
	top: 0;
	right: 0;
	color: #fff;
	font-family: 'Jost', sans-serif;
	line-height: 1.5;
	z-index: 100;
	transition: all ease 0.3s;
}
.header .contact span{
	display: block;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.15em;
}
.header .contact::before{
    content: "";
    background-image: url(./library/images/header_parts.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 5px;
	position: absolute;
	left: -10px;
	top: 5px;
}
.header .contact:hover{
	opacity: 0.7;
}
/* 
 gNavi
----------------------------------------------------------- */ 
.navwrap {
	width:100%;
	position:fixed;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
	top:0;
	left:0;
	z-index:99;
	transition: all ease 0.3s;
}
.navwrap h1 img{
	height: 55px;
	width: auto;
	margin-left: 3rem;
}
.navwrap > ul {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	align-items: center;
	margin-right: 220px;
}
.navwrap > ul > li{
	position: relative;
	text-align: center;
	transition: all ease 0.3s;
	padding: 20px 0;
	margin-right: 60px;
}
.navwrap > ul > li a{
	display: inline-block;
	font-family: 'Jost', sans-serif;
	line-height: 1.5;
}
.navwrap > ul > li a span{
	display: block;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.15em;
}
.navwrap ul li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	bottom: 15px;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}
.navwrap ul li a:hover::after {
	transform: scale(1, 1);
	transform-origin: left top;
}
.navwrap ul li ul {
	position: absolute;
	top: 52px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 8999;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	display:block;
	background-color: #fff;
	width: 190px;
	transition: all ease 0.3s;
}
.navwrap ul li:hover ul {
	overflow: visible;
	visibility: visible;
	opacity: 1;
}
.navwrap ul li ul {
	border: 1px solid #CF807B;
	box-sizing: border-box;
}
.navwrap ul li ul li {
	font-size: 14px;
	transition: all ease 0.3s;
}
.navwrap ul li ul li:not(:last-child){
	border-bottom: 1px dashed #CF807B;
}
.navwrap ul li ul li:hover {
	background-color: #F0D5D6;
}
.navwrap ul li ul li a{
	padding: 0.5rem;
	width: 100%;
}
.navwrap * {
	transition: all ease 0.3s;
}
/* 
 共通
----------------------------------------------------------- */ 
.pc {
	display:block;
}
.pc640{
	display: block;
}
.sp,
.sp640 {
	display:none;
}
.inner{
	width: min(90%,1200px);
	margin-inline:auto;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex .img img{
	width: 100%;
	height: auto;
}
#main{
	position: relative;
}
.dis1100{
	display: none !important;
}
#schedule_link{
	display: block;
	position: fixed;
	right: 0;
	bottom: 75px;
	z-index: 10000;
}
#schedule_link a{
	background-color: #009843;
	border-radius: 5px 0 0 5px;
	display: block;
	padding: 15px 25px;
	transition: all ease 0.5s;
}
#schedule_link a:hover{
	opacity: 0.7;
}
#schedule_link a p{
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	padding: 0 15px;
	border-right: 1px solid #fff;
	margin-right: 55px;
	position: relative;
}
#schedule_link a p span{
	font-family: 'Jost', sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#schedule_link a p::before{
	content: "";
	position: absolute;
	background-image: url('./library/images/schedule_link.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 16px;
	right: -55px;
	top: 50%;
	transform: translateY(-50%);
}
/* 
 TOP
----------------------------------------------------------- */
.top_bg{
	position:relative;
	z-index: -10;
}
.top_bg video{
	min-width: 100%;
	min-height: 100vh;
	width: auto;
	height: 100vh;
	top: 0%;
	left: 0%;
	position: fixed;
	overflow: hidden;
	object-fit: cover;
}
.top_h2{
	font-family: 'Jost', sans-serif;
	font-size: 60px;
	letter-spacing: 0;
	font-weight: bold;
	margin-bottom: 45px;
}
.top_h2 span{
	color: #009843;
}
.top_h2 small{
	font-weight: 400;
	font-size: 24px;
	padding-left: 45px;
	position: relative;
	bottom: -13px;
}
.top_h2 small::before {
	position: absolute;
	content: "";
	background-image: url('./library/images/top_h2.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding:20px 12px;
	left: 13px;
	bottom: 5px;
}
.top_h3{
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 15px;
	letter-spacing: 0;
	line-height: 1.5;
}
.top_h3 span{
	display: block;
	font-size: 16px;
}
.top_h3::before{
	position: absolute;
	content: "";
	background-image: url('./library/images/more_arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 3px 20px;
	bottom: 0;
	left: 0;
	transition:all ease 0.3s;
}
.top_h3:hover::before{
	left: 10px;
}
.home .linkbox{
	margin-top: 40px;
}
.more_btn{
	position: relative;
	width: fit-content;
	font-weight: bold;
	padding-right: 90px;
	height: 60px;
	display: flex;
	align-items: center;
	transition:all ease 0.3s;
}
.more_btn::before{
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border: 1px solid #111;
	border-radius: 50%;
	transition:all ease 0.3s;
}
.more_btn::after {
	position: absolute;
	content: "";
	background-image: url('./library/images/more_arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 3px 20px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition:all ease 0.3s;
}
.more_btn:hover {
	color: #009843;
}
.more_btn:hover::before {
	border: 1px solid #009843;
}
.more_btn:hover::after {
	right: -10px;
	background-image: url('./library/images/more_arrow_g.svg');
}
.w_box{
	background-color: #fff;
	padding: 45px 65px;
}
#fv{
	width:100%;
	height:100vh;
}
#top_info{
	background-color: #F0ECE9;
	backdrop-filter: blur(30px);
	backface-visibility: hidden;
	background: rgba(240,236,233,0.5);
	will-change: backdrop-filter;
	position: relative;
}
#top_info .bg_blur{
	overflow: hidden;
	background-image: url('./library/images/top_info_txt.svg'),url('./library/images/top_info_txt2.svg');
	background-size: contain;
	background-position: right 3% top,right 10% top;
	background-repeat: repeat-y;
	animation: move_txt 60s infinite linear;
}
@keyframes move_txt {
	0% {
		background-position: right 3% top,right 10% top;
	}
	100% {
		background-position: right 3% top -3000px,right 10% top 3000px;
	}
}
#top_info .inner{
	padding: 90px 0;
	align-items: center;
}
#top_info .txt{
	width: 350px;
}
#top_info ul{
	width: calc(95% - 350px);
}
#top_info li{
	padding: 25px 0;
	border-bottom: 1px solid #A9A9A9;
	transition:all ease 0.3s;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	letter-spacing: 0;
}
#top_info li:first-of-type{
	border-top: 1px solid #A9A9A9;
}
#top_info li:hover{
	color: #009843;
}
#top_info li a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#top_info li span{
	width: 85px;
}
#top_info li h3{
	width: calc(100% - 115px);
	font-weight: 400;
	font-size: 16px;
	padding-right: 40px;
	position: relative;
	text-align: justify;
}
#top_info li h3::after {
	position: absolute;
	content: "";
	background-image: url('./library/images/more_arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 3px 15px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition:all ease 0.3s;
}
#top_info li:hover h3::after {
	background-image: url('./library/images/more_arrow_g.svg');
	right: -10px;
}
#top_about {
	background-image: url('./library/images/top_about_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#top_about .inner{
	padding: 170px 0 270px;
}
#top_about .txt{
	width: 55%;
}
#top_about ul{
	width: 42%;
}
#top_about .txt h3{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 45px;
}
#top_about .txt p{
	line-height: 2.5;
	width: min(100%,600px);
}
#top_about li{
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	width: fit-content;
}
#top_about li:not(:last-child){
	margin-bottom: 25px;
}
#top_about li:nth-child(odd){
	margin-left: 13%;
}
#top_about li:nth-child(even){
	margin-right: 13%;
}
#top_about li::before{
	content: "";
	background: linear-gradient(to right bottom, #848484, #88F0B6);
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition:all ease 0.3s;
}
#top_about li:hover::before{
	opacity: 0;
}
#top_about li .top_h3{
	position: absolute;
	left: 30px;
	top: 25px;
	color: #fff;
	z-index: 1;
}
#top_about li a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
#top_about li .top_h3::before{
	background-image: url('./library/images/more_arrow_w.svg');
}
#top_about li:hover .top_h3::before{
	left: 10px;
}
#top_busi {
	background-image: url('./library/images/top_busi_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 165px 0;
	overflow: hidden;
}
#top_busi .top_h2{
	margin-bottom: 0;
}
#top_busi .flex{
	margin-bottom: 40px;
}
#top_busi .linkbox{
	margin-top: 0;
}
#top_busi ul{
	display: flex;
	width: fit-content;
	margin-left: 11vw;
}
#top_busi li{
	margin-right: 45px;
	position: relative;
}
#top_busi li > a:first-of-type{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
#top_busi li:hover .busi_btn{
	color: #009843;
}
#top_busi li:hover .busi_btn::before{
	background-image: url(library/images/busi_btn_g.svg);
}
#top_busi li:nth-child(odd){
	margin-bottom: 95px;
}
#top_busi li:nth-child(even){
	margin-top: 95px;
}
#top_busi li .img{
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 25px;
	background: linear-gradient(to right bottom, #848484, #88F0B6);
}
#top_busi li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.3s;
}
#top_busi li:hover .img img{
	transform:scale(1.1);
	opacity: 0.7;
}
#top_busi li h3{
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	color: #209654;
	font-weight: 900;
}
#top_busi li h3 small{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 900;
	padding: 3px 10px;
	border-radius: 3px;
	background-color: #D32E2E;
	margin-left: 10px;
}
#top_busi li h3 span{
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #111111;
}
.busi_btn{
	font-size: 14px;
	float: right;
	position: relative;
	display: flex;
	align-items: center;
	white-space: nowrap;
	width: 100%;
	transition: all ease 0.3s;
}
.busi_btn:hover{
	color: #009843;
}
.busi_btn::before{
	content: '';
	display: block;
	background-image: url(library/images/busi_btn.svg);
	width: calc(100% - 80px);
	height: 9px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 0.8em;
	transition: all ease 0.3s;
}
.busi_btn:hover::before{
	background-image: url(library/images/busi_btn_g.svg);
}
#top_movie{
	height: 800px;
}
#top_recruit{
	background-color: #F0ECE9;
	border-bottom: 1px solid #86776E;
}
#top_recruit .inner{
	padding: 65px 0 125px;
	position: relative;
	width: min(90%,1200px);
}
#top_recruit .top_h2{
	position: absolute;
	background-color: #F0ECE9;
	top: -120px;
	left: 0;
	padding: 35px 60px 0;
	border-radius: 5px 5px 0 0;
}
#top_recruit .top_h2::before,
#top_recruit .top_h2::after{
    content: "";
    background-image: url(./library/images/top_recruit_ttl.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 5px;
	position: absolute;
	bottom: 5px;
}
#top_recruit .top_h2::before{
	left: -10px;
}
#top_recruit .top_h2::after{
	right: -10px;
	transform: scale(-1, 1);
}
#top_recruit ul{
	margin-top: 65px;
}
#top_recruit ul li a{
	display: block;
	padding: 40px 100px 55px;
	position: relative;
	background-color: #F0ECE9;
	border-radius: 15px 15px 0 0;
	box-shadow: 0px -3px 30px rgba(0,0,0,0.1);
	transition:all ease 0.3s;
	margin-top: -15px;
}
#top_recruit ul li:last-child a{
	padding: 40px 100px;
}
#top_recruit ul li a:hover {
	transform: translate(0px, -8px);
}
#top_recruit ul li a::before{
	content: "";
	position: absolute;
	right: 115px;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border: 1px solid #111;
	border-radius: 50%;
	transition:all ease 0.3s;
}
#top_recruit ul li a::after {
	position: absolute;
	content: "";
	background-image: url('./library/images/more_arrow.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 3px 20px;
	right: 100px;
	top: 50%;
	transform: translateY(-50%);
	transition:all ease 0.3s;
}
#top_recruit ul li:not(:last-child) a::before,
#top_recruit ul li:not(:last-child) a::after {
	top: calc(50% - 7.5px);
}
#top_recruit ul li a:hover::after {
	right: 90px;
}
#top_recruit ul li i {
	color: #009843;
	margin-left: 1em;
}
#top_contact{
	background-color: #F0ECE9;
}
#top_contact .inner{
	padding:95px 0 125px;
	width: min(90%,1200px);
}
#top_contact .inner .flex .w_box{
	width: 49%;
}
#top_contact .inner .flex .w_box h3{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #B2B2B2;
}
#top_contact .inner .flex .w_box a{
	color: #009843;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0;
	font-family: 'Jost', sans-serif;
	text-decoration: underline;
	margin: 15px 0;
	display: inline-block;
}
#top_contact .inner .flex .w_box a i,
#top_contact .inner > .w_box .flex a i{
	margin-right: 10px;
}
#top_contact .inner > .w_box{
	margin-top: 20px;
}
#top_contact .inner > .w_box .flex{
	align-items: center;
}
#top_contact .inner > .w_box .flex a{
	display: inline-block;
	padding: 30px;
	width: 350px;
	border: 1px solid #B2B2B2;
	text-align: center;
	color: #009843;
	font-size: 24px;
	letter-spacing: 0;
}
#top_contact .inner > .w_box .flex p{
	width: calc(100% - 370px);
}
#top_contact .inner > .w_box .flex p b{
	color: #F71111;
	font-weight: 400;
}
#top_contact a{
	transition:all ease 0.3s;
}
#top_contact a:hover{
	opacity: 0.7;
}
/* 
 subpage共通
----------------------------------------------------------- */
.sub .inner{
	padding: 130px 0;
	width: min(90%,1540px);
}
.sub .inner.last,
.sub section.last{
	padding-bottom: 250px;
}
.tac{
	text-align: center;
}
#sub_fv {
	height: 60vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#sub_fv::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
#sub_fv .inner {
	display: grid;
	place-items: center start;
	padding: 90px 0 0;
	height: 100%;
	width: min(90%,1200px);
}
#sub_fv h1 {
	font-size: 60px;
	font-weight: 500;
	color: #fff;
	position: relative;
	z-index: 1;
	line-height: 1.3;
	font-family: 'Jost', sans-serif;
}
#sub_fv h1 span{
	font-size: 24px;
	display: block;
	padding-left: 90px;
	position: relative;
	line-height: 1.3;
}
#sub_fv h1 span::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 1px;
	width: 80px;
	background-color: #fff;
}
#sub_fv2 .inner{
	padding: 250px 0 95px;
}
#sub_fv2 h1{
	font-size: 16px;
	line-height: 1.3;
	color: #474141;
	margin-bottom: 50px;
}
#sub_fv2 h1 span{
	font-size: 80px;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	display: block;
}
#sub_fv2 h2{
	font-size: 32px;
	line-height: 1.3;
	color: #209654;
	margin-bottom: 5px;
}
#sub_fv2 .sub_txt{
	width: 50%;
	margin-left: auto;
	padding-top: 15px;
	border-top: 1px solid #D9D9D9;
}
#sub_fv2_img .inner{
	padding: 0 !important;
	margin-left: calc(50% - 50vw);
	width: 95vw;
}
#sub_fv2_img img{
	border-radius: 0 5px 5px 0;
}
#pan{
	background-color: #fff;
}
#pan .inner{
	padding: 5px 0;
	width: min(90%,1540px);
}
.breadcrumbs{
	
	color: #777;
	font-size: 14px;
}
.breadcrumbs a{
	text-decoration: underline;
	color: #777;
}
.breadcrumbs .current-item{
	color: #111;
}
.sub_h2{
	font-size: 1rem;
	color:#009843;
	margin-bottom: 50px;
	line-height: 1.3;
}
.sub_h2 span{
	color: #474141;
	font-family: 'Jost', sans-serif;
	display: block;
	font-size: 50px;
	line-height: 1.3;
	text-align: left;
}
.white,
.white span{
	color: #fff !important;
}
.tac, .tac span{
	text-align: center !important;
}
.rellax{
	position: absolute;
	transition: all ease 1.5s;
}
.tbl{
	overflow-x: auto;
}
.tbl dl {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    border-bottom: solid 1px #E3E3E3;
}
.tbl dl:first-of-type {
    border-top: solid 1px #E3E3E3;
}
.tbl dl dt {
    width: 130px;
	color: #555;
	font-size: 14px;
}
.tbl dl dd {
    width: calc(50% - 130px);
	text-align: justify;
	padding: 0 30px;
}
.tbl table{
	width: 100%;
	table-layout: fixed;
}
.tbl tbody th,
.tbl tbody td{
	overflow-x: auto;
    padding: 25px 0;
    border-bottom: solid 1px #E3E3E3;
	font-weight: 400;
	vertical-align: top;
}
.tbl tbody tr:first-of-type th,
.tbl tbody tr:first-of-type td{
    border-top: solid 1px #E3E3E3;
}
.tbl tbody th{
    width: 150px;
	font-size: 14px;
	color: #555;
	text-align: justify;
}
.tbl tbody td{
	padding: 25px 10px;
}
.tbl tbody td .flex:not(:last-of-type){
	margin-bottom: 10px;
}
.tbl .flex span{
	font-size: 14px;
	width: 80px;
}
.tbl .flex p{
	width: calc(100% - 80px);
}
.table dl,
.table02 dl{
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #CCCCCC;
}
.table03{
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #CCCCCC;
}
.table03 dl{
	width: 50%;
}
.table dl:first-of-type,
.table02 dl:first-of-type,
.table03 dl {
    border-top: solid 1px #CCCCCC;
}
.table03 dl:nth-child(odd) {
    border-right: solid 1px #CCCCCC;
}
.table dl dt,
.table02 dl dt,
.table03 dl dt {
    width: 20%;
	padding: 8px 8px 8px 0;
    border-right: solid 1px #ccc;
}
.table02 dl dt {
    width: 201px;
}
.table03 dl dt {
    width: 100%;
	border-right: none;
}
.table03 dl:nth-child(2n) dt {
	padding: 8px 0 8px 8px;
    border-right: none;
}
.table dl dt span,
.table02 dl dt span,
.table03 dl dt span {
    background-color: #E6E1DD;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 15px;
	display: grid;
	place-content: center;
}
.table dl dt span{
	background-color: #F0ECE9;
}
.table dl dd,
.table02 dl dd,
.table03 dl dd {
    width: 80%;
    padding: 40px;
	padding-right: 0 !important;
	text-align: justify;
	display: grid;
	place-items: center start;
}
.table02 dl dd {
    width: calc(100% - 201px);
}
.table03 dl dd {
    width: 100%;
    border-top: solid 1px #CCCCCC;
}
.table02 dl dd{
    padding: 25px;
	display: block;
	display: grid;
	place-items: center start;
}
.table03 dl dd {
    padding: 15px;
	vertical-align: middle;
}
.table03 dl dd p{
	width: fit-content;
	height: 100%;
	margin: 0 auto;
}
.img_box{
	border-radius: 5px;
	overflow: hidden;
}
.img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bg_white{
	background-color: #fff;
}
.bg_gray{
	background-color: #F0ECE9;
}
.txt_link{
	text-decoration: underline;
	transition: all ease 0.3s;
}
.txt_link_g{
	color: #009944;
	text-decoration: underline;
	transition: all ease 0.3s;
}
.txt_link:hover,
.txt_link_g:hover{
	opacity: 0.7;
}
.txt_link i,
.txt_link_g i{
	color: #009843;
	padding-left: 5px;
}
.txt_link_g i{
	color: #009843;
	padding-left: 5px;
}
.txt_link_g.page span{
	padding-left: 5px;
}
.txt_link_g.page i{
	transform: rotate(-45deg);
	padding-left: 0;
}
#main.sub2 {
	overflow: inherit !important;
}
.fix_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.fix_flex .side{
	width: 35%;
	position: sticky;
	top: 50vh;
}
.fix_flex .main{
	width: 60%;
}
.fix_flex .side h3{
	font-weight: 600;
	letter-spacing: 0.065em;
	font-size: 24px;
	position: relative;
	line-height: 1.3;
}
.fix_flex .side h3:first-of-type::before{
	content: "";
	width: 10px;
	height: 10px;
	background-color: #009944;
	border-radius: 5px;
	position: absolute;
	left: -10px;
	top: -10px;
}
.fix_flex .side h3:not(:first-of-type){
	margin-top: 20px;
}
.fix_flex .side h3 small{
	display: block;
	font-size: 16px;
}
.img_box{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
}
.img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mb80{
	margin-bottom: 80px;
}
.mb65{
	margin-bottom: 65px;
}
.g_ttl{
	font-size: 24px;
	color: #009944;
	margin-bottom: 25px;
	font-weight: 600;
}
.g_ttl.line{
	position: relative;
	padding-bottom: 5px;
}
.g_ttl.line::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 100px;
	background-image: linear-gradient(to right, #009944, transparent 80%);
}
.point_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.point_list li{
	width: 47.5%;
	padding-top: 8px;
	border-top: 1px solid #D9D9D9;
	margin-bottom: 30px;
}
.point_list li:nth-last-child(-n+2){
	margin-bottom: 0;
}
.point_list li .point{
	padding-left: 20px;
	color: #777777;
	font-family: 'Jost', sans-serif;
	position: relative;
	margin-bottom: 15px;
	line-height: 1.3;
	font-size: 16px;
}
.point_list li .point::before{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #009944;
}
.point_list li .ttl{
	font-weight: 600;
	font-size: 24px;
	line-height: 1.5;
}
.point_list li .ttl span{
	font-weight: 400;
	font-size: 16px;
	display: block;
}
.img_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.img_list::before,
.img_list::after{
	content: '';
	display: block;
	width: calc(100% / 3 - 7px) !important;
	order: 3;
}
.img_list li{
	width: calc(100% / 3 - 7px);
	margin-bottom: 10px;
}
.img_list li:nth-last-child(-n+3){
	margin-bottom: 0;
}
.img_list li p{
	line-height: 1.3;
	margin-top: 5px;
}
.link_btn{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	font-family: 'Jost', sans-serif;
	text-decoration: underline;
	padding: 15px;
	border: 1px solid #C4C4C4;
	transition: all ease 0.3s;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.link_btn:hover{
	color: #009843;
	border: 1px solid #009843;
}
.link_btn i{
	margin-right: 10px;
	color: #009843;
	text-decoration: none;
}
.link_btn img{
	height: 20px;
	width: auto;
	margin-right: 10px;
}
.no_link{
	pointer-events: none !important;
	text-decoration: none !important;
}
.line_list li{
	padding: 15px 0;
	border-bottom: 1px solid #D9D9D9;
}
.line_list li:first-child{
	border-top: 1px solid #D9D9D9;
}
.line_list li .ttl{
	padding-left: 20px;
	position: relative;
	font-size: 20px;
	font-weight: 600;
}
.line_list li .ttl::before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #009944;
	position: absolute;
	left: 0;
	top: 13px;
}
.maru_ttl{
	font-size: 16px;
	font-weight: 600;
	padding-left: 15px;
	position: relative;
}
.maru_ttl::before{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #009944;
}
/*モーダル*/
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10005;
    backface-visibility: hidden;
}
.modal .wrap {
    width: 100%;
    height: 100%;
}
.modal .wrap_box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
}
.modal .scloll_area {
	transform: scale(.5);
	transition: all ease 1s;
}
.modal.open .scloll_area {
	transform: scale(1);
}
.modal .content {
    width: 100%;
    height: auto;
    max-height: 85vh;
    background-color: #fff;
    padding: 50px;
    position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}
.modal .scloll_area {
    width: min(90%, 1250px);
	margin: 30px;
    max-height: 90%;
	position: relative;
}
.modal .close_btn {
    background-color: #009843;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 100000;
    position: absolute;
    top: -30px;
    right: -30px;
}
.modal .close_btn:before {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    display: block;
    transform: translate3d(-50%, -50%, 0px) rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modal .close_btn:after {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    display: block;
    transform: translate3d(-50%, -50%, 0px) rotate(-45deg);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modal .close_btn:hover:before {
    transform: translate3d(-50%, -50%, 0px) rotate(135deg);
}
.modal .close_btn:hover:after {
    transform: translate3d(-50%, -50%, 0px) rotate(45deg);
}
.youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.maru_list li{
	font-size: 16px;
	font-weight: 600;
	padding-left: 15px;
	position: relative;
}
.maru_list li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #009944;
}
.maru_list li:not(:last-child){
	margin-bottom: 10px;
}
.g_box{
	background-color: #F1F1F1;
	padding: clamp(15px, 1.6vw, 30px);
}
.youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.g_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: min(100%,250px);
	background-color: #009843;
	color: #fff;
	transition: all ease 0.5s;
	line-height: 1.4;
}
.g_btn i{
	margin-right: 5px;
}
/* 
 about
----------------------------------------------------------- */
.about #sub_fv {
	background-image: url('library/images/about_fv.jpg');
}
.about #area01 .flex{
	align-items: flex-start;
}
.about #area01 .img{
	width: 40%;
	border-radius: 5px;
	overflow: hidden;
}
.about #area01 .txt{
	width: 55%;
}
.about #area01 .sub_h2{
	margin-bottom: 25px;
}
.about #area01 .name{
	display: flex;
	align-items: center;
	width: fit-content;
	margin: 45px 0 0 auto;
	font-size: 24px;
}
.about #area01 .name span{
	text-align: right;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid rgba(0,0,0,0.1);
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
}
.about #area01 .name img{
	height: clamp(30px, 2.6vw, 50px);
	width: auto;
}
.about #area02{
	position: relative;
}
.about #area02::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100vh;
	background-image: url('library/images/about_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.about #area02 .inner{
	position: relative;
	width: min(90%,1200px);
}
.about #area02 img,
.about #area02 svg{
	margin: 0 auto;
	height: auto;
	max-width: 100%;
}
/*.about #area02 .sub_h2{
	margin-bottom: 350px;
}*/
.about #area02 ul li{
	width: 300px;
	height: 300px;
	background-image: url('library/images/about_maru.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: grid;
	place-items: center;
	bottom: 0;
}
.about #area02 ul li:nth-child(1){
	left: 20%;
}
.about #area02 ul li:nth-child(2){
	right: 20%;
}
.about #area02 ul li p{
	color: #fff;
	font-size: 50px;
}
.about #area03{
	background-image: url('library/images/logo_bg2.svg');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 30% auto;
	overflow: hidden;
}
.about #area03 ul{
	width: 70%;
	margin-left: auto;
}
.about #area03 ul li{
	padding: 30px 0;
	border-bottom: 1px solid #E3E3E3;
}
.about #area03 ul li:nth-child(1) h3{
	transition-delay: 0.5s;
}
.about #area03 ul li:nth-child(2){
	transition-delay: 0.3s;
}
.about #area03 ul li:nth-child(2) h3{
	transition-delay: 0.8s;
}
.about #area03 ul li:nth-child(3){
	transition-delay: 0.6s;
}
.about #area03 ul li:nth-child(3) h3{
	transition-delay: 1.1s;
}
.about #area03 ul li:nth-child(4){
	transition-delay: 0.9s;
}
.about #area03 ul li:nth-child(4) h3{
	transition-delay: 1.4s;
}
.about #area03 ul li:nth-child(5){
	transition-delay: 1.2s;
}
.about #area03 ul li:nth-child(5) h3{
	transition-delay: 1.7s;
}
.about #area03 ul li:nth-child(1){
	padding: 30px 0;
	border-bottom: 1px solid #E3E3E3;
}
.about #area03 ul li h3{
	font-weight: 600;
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 10px;
	display: block;
	display: inline-block;
	background: linear-gradient(90deg, #009843 0%, #474141 100%);
	background-size: 500% 500%;
	background-position: 100% 0%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	transition: background-position 1s ease-in-out;
}
.about #area03 ul.on li h3 {
	background-position: 0 0;
}
.about #area04 ul li{
	padding: 8px;
	border-bottom: 1px solid #C4BAB5;
	border-right: 1px solid #C4BAB5;
	position: relative;
}
.about #area04 ul li:nth-child(-n+3){
	width: calc(100% / 3);
	border-top: 1px solid #C4BAB5;
}
.about #area04 ul li:nth-last-child(-n+2){
	width: calc(100% / 2);
}
.about #area04 ul li:nth-child(1),
.about #area04 ul li:nth-child(4){
	padding-left: 0;
}
.about #area04 ul li:nth-child(3),
.about #area04 ul li:nth-child(5){
	border-right: none;
	padding-right: 0;
}
.about #area04 ul li > div{
	background-color: #E6E1DD;
	position: relative;
	padding: 35px;
	height: 100%;
	display: grid;
	place-content: center;
	place-items: center;
}
.about #area04 ul li span{
	font-size: 100px;
	line-height: 1.3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(167,146,122,0.18);
	font-family: 'Jost', sans-serif;
	font-weight: 600;
}
.about #area04 ul li p{
	text-align: center;
	font-size: 24px;
}
.about_youtube .inner{
	padding-bottom: 0;
	width: min(90%,1000px);
}
.about #area05 .com_list{
	width: min(100%,1200px);
	margin: clamp(40px, 4.7vw, 90px) auto clamp(30px, 2.6vw, 50px);
	display: grid;
	gap: clamp(20px, 1.6vw, 30px);
	grid-template-columns: repeat(2, 1fr);
}
.about #area05 .certificate_list{
	width: min(100%,1200px);
	margin: 0 auto;
	display: grid;
	gap: clamp(20px, 2.6vw, 50px);
	grid-template-columns: repeat(4, 1fr);
}
.about #area05 .com_list li p,
.about #area05 .certificate_list li p{
	text-align: center;
	margin-top: 5px;
}
.about #area05 .g_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: min(100%,250px);
	background-color: #009843;
	color: #fff;
	transition: all ease 0.5s;
	margin-top: clamp(10px, 1vw, 20px);
}
.about #area05 .g_btn:hover{
	opacity: 0.7;
}
.about #area05 .g_btn img{
	height: clamp(20px, 1.3vw, 25px);
	width: auto;
	margin-right: 10px;
}
.about #area06{
	background-image: url('library/images/about_area06_bg.png');
	background-attachment: fixed;
	background-position: bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow: hidden;
}
.about #area06 .inner{
	width: min(90%,1000px);
}
.about #area06 ul li{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.about #area06 ul li:not(:last-child){
	margin-bottom: 30px;
}
.about #area06 ul li span{
	display: block;
	width: 200px;
	font-size: 14px;
	color: #555;
	padding-right: 85px;
	text-align: right;
	position: relative;
}
.about #area06 ul li span::before{
	content: "";
	background-image: url('./library/images/about_area06_line.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	padding: 7px 35px;
	transform: translateY(-50%);
}
.about #area06 ul li p{
	width: calc(100% - 215px);
}
.about #area07 .ttl.flex{
	justify-content: flex-start;
	align-items: center;
	width: min(90%,1540px);
	margin-inline: auto;
	padding: 130px 0 55px;
}
.about #area07 .sub_h2{
	margin-bottom: 0;
	margin-right: 130px;
}
.about #area07 ul li{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #E3E3E3;
}
.about #area07 ul li:nth-child(even){
	flex-direction: row-reverse;
}
.about #area07 ul li:first-child{
	border-top: 1px solid #E3E3E3;
}
.about #area07 ul li .img{
	width: 40%;
	padding: 10px;
	border-right: 1px solid #E3E3E3;
}
.about #area07 ul li:nth-child(even) .img{
	border-right: none;
	border-left: 1px solid #E3E3E3;
}
.about #area07 ul li .img .img_box{
	height: 100%;
}
.about #area07 ul li .txt{
	width: 60%;
	padding: 50px 110px;
	position: relative;
	display: grid;
	place-content: center;
	place-items: center start;
}
.about #area07 ul li .txt h3{
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 60px;
}
.about #area07 ul li .txt h3 span{
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.3;
	display: block;
}
.about #area07 ul li .txt h4{
	padding-left: 75px;
	position: relative;
	font-size: 28px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	line-height: 1.3;
	margin-bottom: 45px;
}
.about #area07 ul li .txt h4::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 65px;
	height: 1px;
	background-color: #209654;
}
.about #area07 ul li .txt h4 span{
	color: #209654;
}
.about #area07 ul li .txt .year{
	line-height: 1;
	color: #f6f6f6;
	font-family: 'Jost', sans-serif;
	font-weight: bold;
	font-size: 100px;
	position: absolute;
	right: 0;
	bottom: -15px;
	z-index: -1;
}
/* 
 business
----------------------------------------------------------- */
.business{
	position: relative;
}
.business::before{
	content: "";
	background-image: url('library/images/mokume.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 23%;
	z-index: -1;
}
.business #sub_fv {
	background-image: url('library/images/business_fv.jpg');
}
.business #area01{
	overflow: hidden;
}
.business #area01 ul li{
	margin-bottom: 130px;
}
.business #area01 ul li > a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 90%;
	position: relative;
}
.business #area01 ul li:hover .img img {
	transform: scale3d(1.1, 1.1, 1.1);
}
.business #area01 ul li:hover .img:before {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}
.business #area01 ul li:hover .busi_btn{
	color: #009843;
}
.business #area01 ul li:hover .busi_btn::before{
	background-image: url(library/images/busi_btn_g.svg);
}
.business #area01 ul li:nth-child(even) > a{
	flex-direction: row-reverse;
	margin-left: auto;
}
.business #area01 ul li:first-child{
	margin-top: 130px;
}
.business #area01 ul li .img{
	width: 60%;
	overflow: hidden;
	position: relative;
}
.business #area01 ul li .txt{
	width: 35%;
}
.business #area01 ul li:nth-child(odd) .img{
	border-radius: 0 5px 5px 0;
}
.business #area01 ul li:nth-child(even) .img{
	border-radius: 5px 0 0 5px;
}
.business #area01 ul li .img:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 152, 67, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 0;
	transform: scale3d(0, 0, 0);
	transform-origin: center;
	pointer-events: none;
}
.business #area01 ul li .img:hover:before {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}
.business #area01 ul li .img img{
	position: relative;
	z-index: 0;
	transition: all 300ms ease;
	transform-origin: center;
	transform: scale3d(1, 1, 1);
}
.business #area01 ul li .img:hover img {
	transform: scale3d(1.1, 1.1, 1.1);
}
.business #area01 ul li .img a,
.business #area01 ul li *:before {
	backface-visibility: hidden;
	-webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
	transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
.business #area01 ul li .txt p:not(.busi_btn){
	margin-bottom: 50px;
}
.business #area01 ul li .txt .busi_btn::before{
	width: 350px;
	max-width: calc(100% - 80px);
}
.business #area02 .inner{
	width: min(90%,1200px);
}
.table.effort dl dt span img{
	margin: 0 auto 5px;
	height: 50px;
	width: auto;
}
.table.effort dl dd h3{
	font-weight: 500;
	color: #209654;
	margin-bottom: 5px;
	font-size: 20px;
}
.table.effort dl dd h3:nth-of-type(2){
	margin-top: clamp(20px, 2.6vw, 50px);
}
.table.effort dl dd .img_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 13px;
}
.table.effort dl dd .img_list li{
	width: 31%;
	margin-top: 30px;
	margin-bottom: 0;
}
.table.effort dl dd .img_list li:nth-child(-n+3){
	margin-top: 0;
}
.table.effort dl dd .img_list::before,
.table.effort dl dd .img_list::after{
	content: '';
	display: block;
	width: 31% !important;
	order: 3;
}
.table.effort dl:nth-of-type(3) dd .img_box{
	margin-bottom: 5px;
}
/* 
 dry
----------------------------------------------------------- */
.dry #area01 .main > .img_box,
.dry #area02 .main > .img_box{
	margin-bottom: 25px;
}
.dry #area01 .table02{
	margin-bottom: 25px;
}
.dry #area01 .inner,
.dry #area02 .inner,
.dry #area03 .inner,
.dry #area04 .inner{
	padding-bottom: 0 !important;
}
.dry #area02 .table02 dl dt{
	width: 250px;
}
.dry #area02 .table02 dl dd {
	width: calc(100% - 250px);
}
.dry #area02 .table02 dl dt span{
	place-content: center left;
	text-align: justify;
}
.dry #area03 .maru_list{
	padding: 25px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	margin-top: 25px;
}
.dry #area03 .flow{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.dry #area03 .flow li p{
	text-align: center;
	margin-right: 40px;
	background-color: #F0EEED;
	height: 160px;
	display: grid;
	place-content: center;
	place-items: center start;
	position: relative;
	z-index: 0;
}
.dry #area03 .flow li:nth-child(2) p{
	background-color: #F0ECE9;
}
.dry #area03 .flow li:nth-child(3) p{
	background-color: #F0E9E4;
}
.dry #area03 .flow li:nth-child(4) p{
	background-color: #F0E6DF;
}
.dry #area03 .flow li p::before{
	content: "";
	position: absolute;
	right: -40px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 80px solid transparent;
	border-bottom: 80px solid transparent;
	border-left: 40px solid #f0eeed;
	border-right: 0;
	z-index: -1;
}
.dry #area03 .flow li:nth-child(2) p::before{
	border-left: 40px solid #F0ECE9;
}
.dry #area03 .flow li:nth-child(3) p::before{
	border-left: 40px solid #F0E9E4;
}
.dry #area03 .flow li:nth-child(4) p::before{
	border-left: 40px solid #F0E6DF;
}
.dry #area04 .point_list li{
	width: 100%;
	margin-bottom: 30px;
}
.dry #area04 .point_list li:last-child{
	margin-bottom: 0;
}
.dry #area05 .main > .img_box{
	margin: 25px 0;
}
/* 
 timber
----------------------------------------------------------- */
.timber #area01 .inner{
	padding-bottom: 0 !important;
}
.timber #area01 .main > .img_box,
.timber #area02 .main > .img_box{
	margin: 25px 0;
}
.timber #area01 .point_list{
	margin-bottom: 30px;
}
.timber .img_list li:nth-last-child(-n+3){
	margin-bottom: 10px;
}
/* 
 precut
----------------------------------------------------------- */
.precut #area01 .inner,
.precut #area02 .inner{
	padding-bottom: 0;
}
.precut #area01 .main > .img_box,
.precut #area02 .main > .img_box,
.precut #area04 .main > .img_box,
.precut #area04 .main .modal_open img,
.precut-record .img_box:first-of-type {
	margin-top: 25px;
}
.precut .link_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.precut .link_list li{
	width: 48%;
}
.precut #area01 .table02 dl dt,
.precut #area02 .table02 dl dt{
	width: 370px;
}
.precut #area01 .table02 dl dd,
.precut #area02 .table02 dl dd{
	width: calc(100% - 370px);
}
.precut #area01 .table02 dl dt span,
.precut #area02 .table02 dl dt span{
	place-content: center left;
}
.precut .img_list li:nth-last-child(-n+3){
	margin-bottom: 10px;
}
.precut #area03 .table dt img{
	margin: 0 auto 5px;
	height: 60px;
	width: auto;
}
.precut #area03 .table dt b{
	font-family: 'Jost', sans-serif;
	font-size: 20px;
	font-weight: 600;
}
.precut #area04 .modal_open{
	position: relative;
	display: block;
}
.precut #area04 .modal_open i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #FF0033;
	font-size: clamp(40px, 3.1vw, 60px);
}
.precut-record .img_box {
	margin-bottom: 25px;
}
.precut-record .table02 dl dt span{
	background-color: #E6E2DF;
}
/* 
 commodity
----------------------------------------------------------- */
.commodity #area01 .table02{
	margin-top: 25px;
}
.commodity #area01 .table02 .maru_ttl:not(:first-of-type){
	margin-top: 10px;
}
/* 
 product-market
----------------------------------------------------------- */
.productmarket #area01 .main > .img_box{
	margin: 25px 0;
}
.productmarket #area01 p.mb80,
.productmarket #area01 .table03{
	margin-top: 25px;
}
.productmarket .img_list li:nth-last-child(-n+3){
	margin-bottom: 10px;
}
/* 
 solar
----------------------------------------------------------- */ 
.solar .img_list li:nth-last-child(-n+3){
	margin-bottom: 10px;
}
.solar #area01 .main > .img_box,
.solar #area01 .img_list{
	margin-top: 25px;
}
.solar .link_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 25px;
}
.solar .link_list li{
	width: 48%;
}
.solar .link_list li:not(:last-child){
	margin-bottom: 25px;
}
.solar .link_list li:last-child{
	width: 100%;
	font-weight: 500;
	letter-spacing: 0;
	padding: 15px;
	border: 1px solid #C4C4C4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.solar .link_list li:last-child p:first-of-type{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #D9D9D9;
}
.solar .link_list li:last-child p:first-of-type span{
	font-size: 12px;
	display: block;
	line-height: 1.3;
}
.solar .link_list li:last-child p:first-of-type i{
	display: block;
	color: #009944;
	font-size: 1.5em;
	margin-right: 10px;
}
.solar .link_list li:last-child p:last-of-type{
	font-weight: 600;
	font-size: 18px;
}
/* 
 property-rental
----------------------------------------------------------- */ 
.rental #area01 .main > .img_box,
.rental #area02 .main > .img_box{
	margin-top: 25px;
}
.rental .g_btn{
	margin-top: 25px;
}
.rental .bnr{
	margin-top: 25px;
	border: 1px solid #B2B2B2;
	display: block;
	width: fit-content;
	height: clamp(50px, 4.1vw, 80px);
}
.rental .bnr img{
	height: 100%;
	width: auto;
}
.rental #area02 .inner{
	padding-top: 0;
}
/* 
 news index-archives page（サイドバー無し）
----------------------------------------------------------- */
.news #sub_fv {
	background-image: url('library/images/news_fv.jpg');
}
.news .inner{
	width: min(90%,1000px);
}
.news_info{
	margin-bottom: clamp(20px, 1.6vw, 30px);
	text-align: left;
}
.news_date{
	margin-right: 8px;
	font-weight: normal;
	font-size: 14px;
}
.news_cat a,
.news_cat span{
	padding:2px 10px;
	font-size:12px;
	white-space: nowrap;
	margin: 3px 5px 3px 0;
	font-weight: normal;
	transition: all ease 0.5s;
	display: inline-block;
	line-height: 1.3;
	background-color: var(--main-color);
	border-radius: 3px;
	border: 1px solid var(--main-color);
	color: #fff;
}
.news_cat a:hover{
  background-color:#fff;
  color:var(--main-color);
}
.ttl_maru{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--main-color);
	position: relative;
	padding-left: 20px;
}
.ttl_maru::before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	padding: 5.5px;
	border-radius: 10px;
	background-color: var(--main-color);
}
.list_wrap{
	display:flex;
    justify-content:flex-start;
	flex-wrap:wrap;
}
.l_cotent{
	width:70%;
	margin-right:5%;
}
.news_list{
	margin-bottom: clamp(30px, 2.3vw, 45px);
}
.news_list > li{
	background-color: #fff;
	border: 1px solid #ccc;
	border-left: 6px solid var(--main-color);
	margin-bottom:20px;
	position: relative;
	transition:all ease 0.5s;
}
.news_list > li:hover{
	background-color: var(--mainsub-color);
}
.news_list > li > a{
	display: block;
	padding: 20px;
}
.news_list .news_info{
	margin-bottom: 0;
}
.news_list > li dd a:hover{
	opacity: 0.7;
}
.news_list > li dd .news_info{
	padding-top: 5px;
	border-top: 1px solid #ccc;
	margin-bottom: 0;
}
.news_list > li dd h3{
	font-size:var(--fontsize-20);
	background: none;
	padding-left: 0;
	text-align: justify;
	margin-bottom: 5px;
}
.news_list > li dd p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	color: #555;
	font-size: 14px;
	line-height: 1.5;
}
.sidebar {
	width: 25%;
}
.widgettitle {
	margin-bottom: 20px;
	border-bottom: 1px solid #E3E3E3;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
	color: var(--main-color);
}
.widgettitle::before{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	padding: 5px;
	border-radius: 6px;
	background-color: var(--main-color);
}
.widget ul:not(.children) {
  margin-bottom: 30px;
}
.widget ul li:not(:last-child) a {
	margin-bottom: 10px;
}
.widget ul li a {
	width: 100%;
	font-size: 0.9rem;
	display: block;
	padding-left: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.widget ul li a::before{
	content:"▶";
	font-size:10px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);	
}
.widget ul li a:hover{
	color: var(--main-color);
}
#archives-dropdown-2 {
	width: 100%;
	font-size: 0.9rem;
	padding: 10px 15px;
	border: 0px;
	background-color: #F0F0F0;
}
/* news single page
----------------------------------------------------------- */
.stitle {
	font-size:var(--fontsize-22);
	font-weight: 500;
	line-height: 1.3;
	color: var(--main-color);
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	text-align: justify;
}
.stitle::before{
	content: "";
	background-color: var(--main-color);
	bottom:-1px;
	position: absolute;
	left:0;
	width: 50px;
	height: 1px;
}
.singlecont a {
	text-decoration: underline;
	color: inherit;
	font-weight: inherit;
}
.singlecont h1,
.singlecont h2,
.singlecont h3,
.singlecont h4,
.singlecont h5,
.singlecont h6{
	line-height: inherit;
	font-weight: bold;
}
/* 
 contact
----------------------------------------------------------- */ 
.contact #sub_fv {
	background-image: url('library/images/contact_fv.jpg');
}
.contact .inner{
	width: min(90%,1000px);
}
.contact .sub_h2{
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.contact .g_box{
	display: grid;
	place-content: center;
	place-items: center start;
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.wpcf7 dl, .mw_wrap dl {
	width:100%;
	margin-bottom:30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: clamp(10px, 5.2vw, 100px);
	padding-right: clamp(10px, 5.2vw, 100px);
	border-bottom: 1px solid #EDEDED;
	padding-bottom: clamp(15px, 1.3vw, 25px);
}
.wpcf7 dl:first-of-type, .mw_wrap dl:first-of-type {
	padding-top: clamp(15px, 1.3vw, 25px);
	border-top: 1px solid #EDEDED;
}
.wpcf7 dl:not(:last-of-type), .mw_wrap dl:not(:last-of-type) {
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
.wpcf7 dt, .mw_wrap dt {
	width:35%;
	margin-bottom: 3px;
}
.wpcf7 dt span, .mw_wrap dt span {
	color:#fff;
	background-color: #C65151;
	border-radius: 3px;
	padding: 1px 5px;
	margin-left: 10px;
	font-size: 12px;
}
.wpcf7 dd, .mw_wrap dd {
	width:65%;
}
.wpcf7 dl.form_sub, .mw_wrap dl.form_sub {
	margin-bottom:10px;
}
.wpcf7 dl.form_sub dt p, .mw_wrap dl.form_sub dt p {
	font-size: 16px;
}
.wpcf7 dt.form_sub_ttl, .mw_wrap dt.form_sub_ttl {
	margin-bottom: 5px;
}
.wpcf7-list-item{
	margin: 2.5px clamp(15px, 2vw, 40px) 2.5px 0;
}
.wpcf7-list-item a{
	transition: all ease 0.3s;
	color: #4583B7;
	text-decoration: underline;
}
.wpcf7-list-item a:hover{
	opacity: 0.7;
}
.wpcf7 dd .wpcf7-form-control-wrap:not(:first-of-type){
	margin-top: clamp(10px, 0.8vw, 15px);
	display: block;
}
.wpcf7 .under_txt{
	font-size: 14px;
	text-decoration: underline;
	margin-top: 10px;
}
.wpcf7-date{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7 .subbtn, .mw_wrap .subbtn {
	width: fit-content;
	margin:30px auto 0;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	justify-content: center;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:30px 15px 0;
}
.subbtn input {
	width:250px;
	padding:10px;
	color: #FFF;
	border-style: none;
	background-color:var(--main-color);
	transition:all ease 0.5s;
}
.subbtn input:hover {
	opacity: 0.7;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:var(--mainsub-color);
	color: var(--font-color);
}
.wpcf7-text, .mw_txt, .wpcf7-number {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
	background-color:#fafeff;
}
.wpcf7-select, .mw_select,
.wpcf7-file, .me_file{
	background-color: #FFF;
	width: 100%;
	border: 1px solid #ccc;
	padding:5px 10px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-textarea, .mw_area {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #ccc;
	padding:5px;
	font-size:0.9rem;
	max-height: 200px;
}
.wpcf7 dd .sub, .mw_wrap dd .sub {
	font-size:14px;
}
.shonin .wpcf7-list-item{
	margin: 15px auto 0;
	text-align: center;
	display: block;
	font-size: 14px;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:30px 15px 0;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:#cccccc;
}
.wpcf7-spinner{
	display: none !important;
}
.wpcf7-turnstile {
	text-align: center;
	margin-top: clamp(15px, 1.6vw, 30px);
}
.priva {
	font-size: 14px;
	padding: 0 clamp(10px, 5.2vw, 100px);
}
.priva p {
	text-align:left;
}
.priva h3 {
	font-size: var(--fontsize-16);
	font-weight: 400;
	margin-bottom: 5px;
}
.priva h3 span {
	font-size:14px;
	margin-left:15px;
	display:inline-block;
}
.priva ul {
	width:100%;
	overflow-y:scroll;
	height:250px;
	border: 1px solid #ccc;
	background:#FFF;
	padding: 20px;
}
.priva li:not(:last-child) {
	margin-bottom: 20px;
}
.priva li h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #2B1A02;
	font-size:14px;
	font-weight: 500;
}
.privabtn {
	text-align:center;
	margin-top:30px;
	font-weight:bold;
}
.cont_txt{
	margin: 1em 0;
}
/* 
 foot
----------------------------------------------------------- */
#footer {
	width: 100%;
	color: #fff;
	background-image: url("./library/images/footer_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#footer a{
	color: #fff;
	transition:all ease 0.3s;
}
#footer a:hover{
	opacity: 0.7;
}
#footer p{
	font-size: 14px;
	line-height: 1.5;
}
#footer .inner {
	padding:80px 0;
	line-height: 1.5;
	letter-spacing: 0;
}
#footer .info {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #4E4E4E;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#footer .info img{
	height: 50px;
	width: auto;
}
#footer .info p{
	margin-top: 25px;
}
#footer .sitemap{
	display: flex;
	flex-wrap: wrap;
}
#footer .sitemap > ul {
	width: 200px;
	margin-left: 50px;
}
#footer .sitemap > ul > li > a{
	display: block;
	font-size: 16px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #4E4E4E;
}
#footer .sitemap > ul > li > ul > li{
	margin-top: 8px;
	padding-left: 15px;
	position: relative;
	font-size: 14px;
}
#footer .sitemap > ul > li > ul > li::before{
	content: ">";
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 11px;
	transition:all ease 0.3s;
}
#footer .sitemap > ul > li > ul > li:hover::before{
	left: 5px;
}
#footer .link_list ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
#footer .link_list ul li{
	width: 24%;
	margin-right: 1.3%;
}
#footer .link_list ul li:nth-child(4n){
	margin-right: 0;
}
#footer .link_list ul li:nth-last-child(-n+4){
	margin-bottom: 0;
}
#footer .link_list ul li img{
	width: 100%;
	height: auto;
}
#cop {
	width:100%;
	padding:0.1rem;
	background-color: #002F15;
	color:#FFF;
	font-size:14px;
	text-align:center;
	letter-spacing: 0.065em;
}
/* 
 smartphone menu btn
----------------------------------------------------------- */
#spnavbtn {
	position:fixed;
	top:4%;
	right:2%;
	z-index:999;
	text-align:center;
	padding:12px 10px 5px 11px;
	cursor:pointer;
	display:none;
	background:#009843;
}
.nav-trigger, .nav-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.nav-trigger {
	position: relative;
	width: 30px;
	height: 18px;
}
.nav-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	border-radius: 20px;
}
.nav-trigger span:nth-of-type(1) {
	top: 0;
}
.nav-trigger span:nth-of-type(2) {
	top: 8px;
}
.nav-trigger span:nth-of-type(3) {
	bottom: 0;
}
/* 
 smartphone menu btn click
----------------------------------------------------------- */
#spnavbtn .activete {
	font-size:0.9em;
	opacity:0;
}
#spnavbtn .activete:before {
	content:"";
}
.nav-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nav-trigger.active span:nth-of-type(2) {
	left: 60%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
 100% {
 height: 0;
}
}
@keyframes active-menu-bar02 {
 100% {
 height: 0;
}
}
.nav-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
/* 
 smartphone menu btn click area
----------------------------------------------------------- */
#spnav {
	position:relative;
	z-index:998;
}
#sp_close{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	display: none;
}
#sp_close.open{
	display: inherit;
}
#spnav .trigger {
	width:300px;
	height:100%;
	transition:all ease 0.4s;
	-webkit-transition:all ease 0.4s;
	-moz-transition:all ease 0.4s;
	position:fixed;
	top:0;
	left:-300px;
	color:rgba(255,255,255,0);
	overflow-y:scroll;
}
#spnav .open {
	width:300px;
	max-width:80%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	color:rgba(150,150,150,1);
	overflow-y:scroll;
	-webkit-backface-visibility: hidden;
	-webkit-backdrop-filter:saturate(140%) blur(20px);
	backdrop-filter:saturate(140%) blur(20px);
	backface-visibility: hidden;
	background:rgba(255,255,255,0.7); 
	will-change: backdrop-filter;
}
#spnav h1 {
	width:100%;
	padding:1rem;
	text-align:center;
}
#spnav h1 img {
	height: 40px;
	width: auto;
	margin:0 auto;
}
#spnav ul li {
	border-top:1px solid rgba(0,153,68,0.2);
	line-height:3em;
	text-align:center;
}
#spnav ul li:last-child {
	border-top:1px solid rgba(0,153,68,0.2);
}
#spnav ul li a {
	display:block;
	text-decoration:none;
	padding:0 10px;
	transition:all ease 0.3s;
	height:48px;
}
#spnav ul li a:hover, #spnav .navright:hover {
	background:rgba(255,255,255,1);
	color:rgba(150,150,150,1);
}
#spnav .navleft {
	width:88%;
	float:left;
	display:block;
}
#spnav .navright {
	width:12%;
	display:block;
	float:left;
	text-align:center;
	cursor:pointer;
	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
	-moz-transition:all ease 0.3s;
}
#spnav ul li dl {
	overflow:hidden;
}
#spnav ul li dd {
	display:none;
}
#spnav ul li .subnav {
	padding:0 30px;
	overflow:hidden;
	border-top:1px solid rgba(255,255,255,0.2);
	opacity:0;
	transition:all ease 0.8s;
	-webkit-transition:all ease 0.8s;
	-moz-transition:all ease 0.8s;
}
#spnav ul li .drop1, #spnav ul li .drop2, #spnav ul li .drop3 {
	opacity:1;
}
@media screen and (max-width: 1600px) {
	/* 
	 top
	----------------------------------------------------------- */
	#top_busi li{
		width: 380px;
	}
}
@media screen and (max-width: 1400px) {
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap > ul {
		margin-right: 180px;
	}
	.navwrap > ul > li{
		margin-right: 40px;
		padding: 15px 0;
	}
	.navwrap h1 img{
		margin-left: 20px;
	}
	.header .contact{
		padding: 15px 40px;
	}
	/* 
	 top
	----------------------------------------------------------- */
	#top_info .inner{
		padding: 60px 0;
	}
	#top_about .inner{
		padding: 100px 0 200px;
	}
	#top_busi {
		padding: 100px 0;
	}
	#top_busi li{
		width: 310px;
		margin-right: 30px;
	}
	#top_busi ul{
		margin-left:7vw;
	}
	#top_movie{
		height: 700px;
	}
	#top_recruit .inner{
		padding: 40px 0 70px;
	}
	#top_contact .inner{
		padding: 50px 0 70px;
	}
	/* 
	 sub共通
	----------------------------------------------------------- */
	#sub_fv .inner {
		padding: 80px 0 0;
	}
	#sub_fv2 .inner{
		padding: 200px 0 55px;
	}
	/* 
	 about
	----------------------------------------------------------- */
	.about #area04 ul li > div{
		padding: 25px;
	}
	.about #area07 ul li .txt h3{
		margin-bottom: 30px;
	}
	.about #area07 ul li .txt h4{
		margin-bottom: 25px;
	}
	.about #area07 ul li .txt{
		padding: 50px 70px;
	}
}
@media screen and (max-width: 1200px) {
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap h1 img{
		height: 40px;
	}
	/* 
	 top
	----------------------------------------------------------- */
	#top_busi ul{
		margin-left:5%;
	}
	/* 
	 sub共通
	----------------------------------------------------------- */
	.sub .inner{
		padding: 90px 0;
	}
	.sub .inner.last,
	.sub section.last{
		padding-bottom: 200px;
	}
	.sub_h2 span{
		font-size: 45px;
	}
	#sub_fv {
		height: 50vh;
	}
	#sub_fv h1 {
		font-size: 50px;
	}
	#sub_fv h1 span{
		font-size: 20px;
		padding-left: 70px;
	}
	#sub_fv h1 span::before{
		width: 60px;
	}
	#sub_fv2 h1 span{
		font-size: 65px;
	}
	#sub_fv2 h2{
		font-size: 25px;
	}
	.table dl dd {
		padding: 20px;
	}
	.fix_flex .side{
		width: 25%;
	}
	.fix_flex .main{
		width: 70%;
	}
	.fix_flex .side h3{
		font-size: 21px;
	}
	.point_list li .ttl{
		font-size: 21px;
	}
	.g_ttl{
		font-size: 21px;
		margin-bottom: 15px;
	}
	.mb80{
		margin-bottom: 50px;
	}
	.mb65{
		margin-bottom: 40px;
	}
	/* 
	 about
	----------------------------------------------------------- */
	/*.about #area02 .sub_h2{
		margin-bottom: 300px;
	}*/
	.about #area02 ul li{
		width: 250px;
		height: 250px;
		bottom: -50px;
	}
	.about #area02 ul li p{
		font-size: 40px;
	}
	.about #area03 ul li{
		padding: 25px 0;
	}
	.about #area03 ul li h3{
		font-size: 30px;
	}
	.about #area04 ul li p{
		font-size: 20px;
	}
	.about #area06 ul li:not(:last-child){
		margin-bottom: 20px;
	}
	.about #area07 .ttl.flex{
		padding: 90px 0 50px;
	}
	.about #area07 ul li .txt h3{
		font-size: 25px;
	}
	.about #area07 ul li .txt h4{
		padding-left: 50px;
		font-size: 23px;
		margin-bottom: 15px;
	}
	.about #area07 ul li .txt h4::before{
		width: 45px;
	}
	.about #area07 ul li .txt .year{
		font-size: 80px;
		bottom: -12px;
	}
	/* 
	 business
	----------------------------------------------------------- */
	.business #area01 ul li{
		margin-bottom: 90px;
	}
	.business #area01 ul li:first-child{
		margin-top: 90px;
	}
	.business #area01 ul li .txt p{
		margin-bottom: 30px;
	}
	.table.effort dl dd h3{
		font-size: 18px;
	}
}
@media screen and (max-width: 1100px) {
	:root {
		--fontsize-16: 15px;
		--fontsize-15: 14px;
	}
	.pc {
		display:block;
	}
	.sp {
		display:none;
	}
	p,li,dt,dd,a{
		font-size: 0.9rem;
	}
	.dis1100{
		display: block !important;
	}
	#schedule_link a{
		padding: 10px 20px;
	}
	#schedule_link a p{
		font-size: 16px;
		padding: 0 10px;
		margin-right: 35px;
	}
	#schedule_link a p::before{
		right: -35px;
		padding: 13px;
	}
	/* 
	 header
	----------------------------------------------------------- */ 
	.navwrap {
		height: 62px;
		padding: 15px 0 10px;
	}
	.navwrap li {
		display: none;
	}
	.header .contact{
		display: none;
	}
	.navwrap h1 img{
		margin-left: 15px;
	}
	/* 
	 top
	----------------------------------------------------------- */ 
	.top_h2{
		font-size: 50px;
		margin-bottom: 30px;
	}
	.top_h2 small{
		font-size: 20px;
		bottom: -9px;
		padding-left: 35px;
	}
	.top_h2 small::before {
		padding:18px 10px;
		left: 9px;
	}
	.top_h3{
		font-size: 30px;
		padding-bottom: 10px;
	}
	.top_h3 span{
		font-size: 0.9rem;
	}
	.home .linkbox{
		margin-top: 30px;
	}
	.more_btn{
		padding-right: 70px;
		height: 45px;
	}
	.more_btn::before{
		width: 45px;
		height: 45px;
	}
	.w_box{
		padding: 30px;
	}
	#top_info .txt{
		width: 300px;
	}
	#top_info ul{
		width: calc(95% - 300px);
	}
	#top_info li{
		padding: 20px 0;
	}
	#top_about .inner{
		padding: 60px 0 200px;
	}
	#top_about .txt h3{
		font-size: 30px;
		margin-bottom: 35px;
	}
	#top_busi ul{
		display: flex !important;
		flex-wrap: wrap;
		margin: 0 5%;
		justify-content: space-between;
	}
	#top_busi li{
		width: 47.5%;
		margin-right: 0;
	}
	#top_busi li:nth-child(odd){
		margin-bottom: 50px;
	}
	#top_busi li:nth-child(even){
		margin-top: 50px;
	}
	#top_busi li .img{
		margin-bottom: 10px;
	}
	#top_busi li h3{
		font-size: 25px;
	}
	#top_busi li h3 span{
		display: block;
		font-weight: 400;
		font-size: 0.9rem;
		color: #111111;
	}
	#top_movie{
		height: 500px;
	}
	#top_recruit .top_h2{
		top: -90px;
		padding: 20px 60px 0;
	}
	#top_recruit ul{
		margin-top: 40px;
	}
	#top_recruit ul li a{
		padding: 30px 50px 45px;
	}
	#top_recruit ul li:last-child a{
		padding: 30px 50px;
	}
	#top_recruit ul li a::before{
		right: 65px;
		width: 45px;
		height: 45px;
	}
	#top_recruit ul li a::after {
		right: 50px;
	}
	#top_recruit ul li a:hover::after {
		right: 35px;
	}
	#top_contact .inner .flex .w_box h3{
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#top_contact .inner .flex .w_box a{
		font-size: 20px;
		margin: 10px 0;
	}
	#top_contact .inner > .w_box{
		margin-top: 15px;
	}
	#top_contact .inner > .w_box .flex a{
		padding: 20px;
		width: 250px;
		font-size: 20px;
	}
	#top_contact .inner > .w_box .flex p{
		width: calc(100% - 260px);
	}
	/* 
	 news
	----------------------------------------------------------- */ 
	#l_cotent ul{
		margin-bottom: 40px;
	}
	#l_cotent li dd h3{
		font-size:18px;
		margin: 0 auto 0.3rem;
	}
	#l_cotent li dd span:nth-of-type(1){
		margin-right:0.9rem;
	}
	/* 
	 smartphone menu btn
	----------------------------------------------------------- */
	#spnavbtn {
		top:0.6rem;
		right:0.5rem;
		padding:10px 10px 5px 11px;
		display:block;
	}
	.nav-trigger {
		width: 30px;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.sub .inner{
		padding: 70px 0;
	}
	.sub .inner.last,
	.sub section.last{
		padding-bottom: 150px;
	}
	.sub_h2{
		margin-bottom: 30px;
	}
	.sub_h2 span{
		font-size: 40px;
	}
	#sub_fv {
		height: 40vh;
	}
	#sub_fv .inner {
		padding: 60px 0 0;
	}
	#sub_fv h1 {
		font-size: 45px;
	}
	#sub_fv h1 span{
		font-size: 18px;
		padding-left: 60px;
	}
	#sub_fv h1 span::before{
		width: 50px;
	}
	#sub_fv2 .inner{
		padding: 120px 0 35px;
	}
	#sub_fv2 h1{
		margin-bottom: 20px;
	}
	#sub_fv2 h1 span{
		font-size: 50px;
	}
	#sub_fv2 h2{
		font-size: 22px;
	}
	.tbl dl{
		padding: 15px 0;
	}
	.tbl dl dt {
		width: 160px;
	}
	.tbl dl dd {
		width: calc(100% - 160px);
		padding-right: 0;
		padding-left: 0;
	}
	.tbl dl dt:first-of-type,
	.tbl dl dd:first-of-type {
		padding-bottom: 15px;
		border-bottom: solid 1px #E3E3E3;
	}
	.tbl dl dt:last-of-type,
	.tbl dl dd:last-of-type {
		padding-top: 15px;
	}
	.fix_flex .side h3,
	.point_list li .ttl,
	.g_ttl{
		font-size: 19px;
	}
	.fix_flex .side h3:not(:first-of-type){
		margin-top: 10px;
	}
	.point_list li .point{
		margin-bottom: 10px;
	}
	.maru_ttl{
		font-size: 0.9rem;
	}
	.maru_ttl::before{
		top: 8px;
	}
	.modal .content {
		padding: 30px;
	}
	.line_list li .ttl{
		font-size: 18px;
	}
	/* 
	 about
	----------------------------------------------------------- */ 
	.about #area01 .name{
		margin: 30px 0 0 auto;
		font-size: 20px;
	}
	.about #area01 .name span{
		padding-right: 15px;
		margin-right: 15px;
		font-size: 0.9rem;
	}
	/*.about #area02 .sub_h2{
		margin-bottom: 250px;
	}*/
	.about #area02 ul li{
		width: 200px;
		height: 200px;
		bottom: -50px;
	}
	.about #area02 ul li p{
		font-size: 30px;
	}
	.about #area03 ul li h3{
		font-size: 23px;
	}
	.about #area04 ul li > div{
		padding: 15px;
	}
	.about #area04 ul li p{
		font-size: 17px;
	}
	.about #area04 ul li span{
		font-size: 70px;
	}
	.about #area06 ul li span{
		width: 180px;
	}
	.about #area06 ul li p{
		width: calc(100% - 195px);
	}
	.about #area07 .sub_h2{
		margin-right: 70px;
	}
	.about #area07 .ttl.flex{
		padding: 70px 0 30px;
	}
	.about #area07 ul li .img{
		width: 30%;
	}
	.about #area07 ul li .txt{
		width: 70%;
		padding: 30px;
	}
	.about #area07 ul li .txt h3{
		font-size: 21px;
		margin-bottom: 20px;
	}
	.about #area07 ul li .txt h3 span{
		font-size: 0.9rem;
	}
	.about #area07 ul li .txt h4{
		padding-left: 40px;
		font-size: 20px;
	}
	.about #area07 ul li .txt h4::before{
		width: 35px;
	}
	.about #area07 ul li .txt .year{
		font-size: 65px;
		bottom: -8px;
	}
	/* 
	 business
	----------------------------------------------------------- */
	.business #area01 ul li{
		margin-bottom: 70px;
	}
	.business #area01 ul li:first-child{
		margin-top: 70px;
	}
	/* 
	 dry
	----------------------------------------------------------- */
	.dry #area01 .main > .img_box,
	.dry #area02 .main > .img_box{
		margin-bottom: 15px;
	}
	.dry #area01 .table02{
		margin-bottom: 15px;
	}
	.dry #area03 .flow li p{
		margin-right: 25px;
	}
	.dry #area03 .flow li p::before{
		border-left: 25px solid #f0eeed;
		right: -25px;
	}
	.dry #area03 .flow li:nth-child(2) p::before{
		border-left: 25px solid #F0ECE9;
	}
	.dry #area03 .flow li:nth-child(3) p::before{
		border-left: 25px solid #F0E9E4;
	}
	.dry #area03 .flow li:nth-child(4) p::before{
		border-left: 25px solid #F0E6DF;
	}
	/* 
	 timber
	----------------------------------------------------------- */
	.timber #area01 .main > .img_box,
	.timber #area02 .main > .img_box,
	.precut #area04 .main > .img_box,
	.precut #area04 .main .modal_open img{
		margin: 15px 0;
	}
	.timber #area01 .point_list{
		margin-bottom: 20px;
	}
	.precut #area03 .table dt b{
		font-size: 18px;
	}
	/* 
	 precut
	----------------------------------------------------------- */
	.precut #area01 .main > .img_box,
	.precut #area02 .main > .img_box,
	.precut #area04 .main > .img_box,
	.precut #area04 .main .modal_open img,
	.precut-record .img_box:first-of-type {
		margin-top: 15px;
	}
	.precut-record .img_box {
		margin-bottom: 15px;
	}
	/* 
	 commodity
	----------------------------------------------------------- */
	.commodity #area01 .table02{
		margin-top: 15px;
	}
	.commodity #area01 .table02 .maru_ttl:not(:first-of-type){
		margin-top: 5px;
	}
	/* 
	 product-market
	----------------------------------------------------------- */
	.productmarket #area01 .main > .img_box{
		margin: 15px 0;
	}
	.productmarket #area01 p.mb80,
	.productmarket #area01 .table03{
		margin-top: 15px;
	}
	/* 
	 solar
	----------------------------------------------------------- */
	.solar #area01 .main > .img_box,
	.solar #area01 .img_list{
		margin-top: 15px;
	}
	/* 
	 property-rental
	----------------------------------------------------------- */ 
	.rental #area01 .main > .img_box,
	.rental #area02 .main > .img_box{
		margin-top: 15px;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#footer .inner {
		padding:50px 0;
	}
	#footer .info {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	#footer .sitemap > ul {
		width: 150px;
		margin-left: 20px;
	}
	#footer .sitemap > ul > li > a{
		font-size: 0.9rem;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
}
@media screen and (max-width:820px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.flex-prev {
		display:none!important;
	}
	.flex-next {
		display:none!important;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.top_h2{
		margin-bottom: 20px;
	}
	#top_info .txt{
		width: 100%;
		margin-bottom: 30px;
	}
	#top_info ul{
		width: 100%;
	}
	#top_about .txt{
		width: 100%;
		margin-bottom: 30px;
	}
	#top_about ul{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#top_about .txt h3{
		font-size: 25px;
		margin-bottom: 25px;
	}
	#top_about li{
		width: 48%;
	}
	#top_about li:nth-child(odd){
		margin-left: 0;
	}
	#top_about li:nth-child(even){
		margin-right: 0;
	}
	#top_about li:not(:last-child){
		margin-bottom: 20px;
	}
	#top_busi {
		padding: 60px 0;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	#sub_fv {
		height: 35vh;
	}
	.fix_flex .side{
		width: 100%;
		position: inherit;
		margin-bottom: 20px;
	}
	.fix_flex .main{
		width: 100%;
	}
	#sub_fv2 .sub_txt{
		width: 100%;
	}
	.link_btn{
		font-size: 18px;
	}
	.link_btn img{
		height: 18px;
	}
	.modal .close_btn {
		width: 45px;
		height: 45px;
		top: -20px;
		right: -20px;
	}
	.modal .close_btn:before,
	.modal .close_btn:after {
		width: 20px;
	}
	/* 
	 about
	----------------------------------------------------------- */ 
	.about #area02 ul li:nth-child(1){
		left: 15%;
	}
	.about #area02 ul li:nth-child(2){
		right: 15%;
	}
	.about #area04 ul li:nth-child(-n+2){
		width: calc(100% / 2);
		border-top: 1px solid #C4BAB5;
	}
	.about #area04 ul li:nth-child(2){
		border-right: none;
		padding-right: 0;
	}
	.about #area04 ul li:nth-child(3){
		width: 100%;
		border-top: none;
		padding-left: 0;
	}
	.about #area05 .com_list{
		grid-template-columns: repeat(1, 1fr);
	}
	.about #area05 .certificate_list{
		grid-template-columns: repeat(2, 1fr);
	}
	.about #area06{
		background-attachment: inherit;
	}
	.about #area07 .sub_h2{
		margin-right: 30px;
	}
	/* 
	 business
	----------------------------------------------------------- */
	.business #area01 ul li .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.business #area01 ul li .txt{
		width: 100%;
	}
	.business #area01 ul li:nth-child(odd) .txt{
		padding-left: 5%;
	}
	.business #area01 ul li:nth-child(even) .txt{
		padding-right: 5%;
	}
	.table.effort dl dt {
		width: 23%;
	}
	.table.effort dl dd {
		width: 77%;
	}
	.table.effort dl dd h3{
		font-size: 17px;
	}
	.table.effort dl dd .img_list li{
		width: 48%;
		margin-top: 20px;
		margin-bottom: 0 !important;
	}
	.table.effort dl dd .img_list li:nth-child(3){
		margin-top: 20px;
	}
	.table.effort dl dd .img_list li:nth-child(-n+2){
		margin-top: 0;
	}
	/* 
	 dry
	----------------------------------------------------------- */
	.dry #area02 .table02 dl dt{
		width: 230px;
	}
	.dry #area02 .table02 dl dd {
		width: calc(100% - 230px);
	}
	/* news single page
	----------------------------------------------------------- */
	.l_cotent {
		width: 100%;
		margin: 0;
	}
	.sidebar {
		width: 100%;
		margin-top: 40px;
	}
	/* 
	 contact
	----------------------------------------------------------- */
	.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
		display: inline-block;
		width: 26%;
	}
	/* 
	 ページネーション
	----------------------------------------------------------- */
	.prev, .next {
		width:100%;
		margin:0 0 5px;
	}
	.next {
		float:right;
	}
	.single .nav-below {
		margin-top: 40px;
	}
	/* 
	 foot
	----------------------------------------------------------- */
	#footer .info {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#footer .info p{
		margin-top: 15px;
	}
	#footer .sitemap{
		width:100%;
		margin-top: 25px;
	}
	#footer .sitemap > ul {
		width: 30%;
		margin-left: 5%;
	}
	#footer .sitemap > ul:first-of-type {
		margin-left: 0;
	}
}
@media screen and (max-width:640px) {
	.sp640 {
		display:block;
	}
	.pc640{
		display: none;
	}
	.progress-wrap.active-progress{
		display: none;
	}
	#schedule_link{
		bottom: 0;
		width: 100%;
	}
	#schedule_link a{
		border-radius: 0;
		padding: 15px;
	}
	#schedule_link a p{
		width: fit-content;
		border-right: none;
		margin: 0 auto;
		padding: 0 30px 0 0;
	}
	#schedule_link a p span{
		display: none;
	}
	#schedule_link a p::before{
		background-image: url('./library/images/schedule_link_sp.svg');
		right: 0;
	}
	#cop {
		padding-bottom: 55px;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.top_h2{
		font-size: 36px;
		margin-bottom: 20px;
	}
	.top_h2 small{
		font-size: 0.9rem;
		bottom: -5px;
		padding-left: 20px;
	}
	.top_h2 small::before {
		padding:15px 8px;
		left: 5px;
	}
	.top_h3{
		font-size: 25px;
	}
	.home .linkbox{
		margin-top: 20px;
	}
	.w_box{
		padding: 20px;
	}
	#top_info .bg_blur{
		background-image:url('./library/images/top_info_txt2.svg');
		background-position: right 10% top;
	}
	#top_info .inner{
		padding: 40px 0;
	}
	#top_info li span{
		width: 100%;
		margin-bottom: 5px;
	}
	#top_info li h3{
		width: 100%;
	}
	#top_info li{
		padding: 10px 0;
	}
	#top_about {
		background-image: url('./library/images/top_about_bg_sp.png');
	}
	#top_about .sp640{
		display: initial;
	}
	#top_about .inner{
		padding: 40px 0 90px;
	}
	#top_about .txt h3{
		font-size: 20px;
		margin-bottom: 15px;
	}
	#top_about li{
		width: 100%;
	}
	#top_busi {
		padding: 40px 0;
	}
	#top_busi .flex{
		margin-bottom: 20px;
	}
	#top_busi li{
		width: 100%;
		margin-right: 0;
	}
	#top_busi li:nth-child(odd){
		margin-bottom: 0;
	}
	#top_busi li:nth-child(even){
		margin-top: 0;
	}
	#top_busi li:not(:last-child){
		margin-bottom: 30px;
	}
	#top_recruit .top_h2{
		top: -55px;
		padding: 10px 30px 0;
	}
	#top_recruit .inner{
		padding: 30px 0 40px;
	}
	#top_contact .inner{
		padding: 30px 0 40px;
	}
	#top_recruit ul li a{
		padding: 20px 20px 35px;
	}
	#top_recruit ul li:last-child a{
		padding: 20px;
	}
	#top_recruit ul li a::before{
		right: 40px;
		width: 30px;
		height: 30px;
	}
	#top_recruit ul li a::after {
		right: 20px;
	}
	#top_recruit ul li a:hover::after {
		right: 10px;
	}
	#top_recruit ul li i {
		margin-left: 0.5em;
	}
	#top_contact .inner .flex .w_box{
		width: 100%;
	}
	#top_contact .inner .flex .w_box:first-of-type{
		margin-bottom: 25px;
	}
	#top_contact .inner > .w_box .flex p{
		width: 100%;
		margin-bottom: 15px;
	}
	#top_contact .inner > .w_box .flex a{
		padding: 15px;
		width: 200px;
		font-size: 16px;
		margin: 0 auto;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */  
	.sub .inner{
		padding: 50px 0;
	}
	.sub .inner.last,
	.sub section.last{
		padding-bottom: 100px;
	}
	.sub_h2{
		font-size: 0.9rem;
	}
	.sub_h2 span{
		font-size: 30px;
	}
	#sub_fv h1 {
		font-size: 40px;
	}
	#sub_fv h1 span{
		font-size: 16px;
		padding-left: 50px;
	}
	#sub_fv h1 span::before{
		width: 40px;
	}
	#sub_fv {
		height: 30vh;
	}
	#sub_fv2 .inner{
		padding: 90px 0 20px;
	}
	#sub_fv2 h1 span{
		font-size: 45px;
	}
	#sub_fv2 h2{
		font-size: 19px;
	}
	.tbl dl dt {
		width: 100%;
	}
	.tbl dl dd {
		width: 100%;
	}
	.tbl dl dt:first-of-type{
		border-bottom: none;
		padding-bottom: 10px;
	}
	.tbl dl dd:last-of-type {
		padding-top: 10px;
	}
	.table dl dt,
	.table02 dl dt {
		width: 100% !important;
		padding: 8px 0;
		border-right: none;
		border-bottom: solid 1px #ccc;
	}
	.table dl dd,
	.table02 dl dd {
		width: 100% !important;
		padding: 15px 0 !important;
	}
	.table03 dl{
		width: 100%;
	}
	.table03 dl:nth-child(odd) {
		border-right: none;
	}
	.table03 dl dt {
		padding: 8px 0 !important;
	}
	.table03 dl dd {
		padding: 15px 0 !important;
	}
	.point_list li{
		width: 100%;
		margin-bottom: 20px !important;
	}
	.point_list li:last-child{
		margin-bottom: 0 !important;
	}
	.img_list::before,
	.img_list::after{
		width: calc(100% / 2 - 6px) !important;
	}
	.img_list li{
		width: calc(100% / 2 - 6px);
		margin-bottom: 10px !important;
	}
	.img_list li:last-child{
		margin-bottom: 0 !important;
	}
	.link_btn{
		padding: 12px;
	}
	.modal .content {
		padding: 10px;
	}
	.modal .scloll_area{
		width: 95%;
		margin: 10px;
	}
	.modal .close_btn {
		width: 35px;
		height: 35px;
		top: -10px;
		right: -10px;
	}
	.modal .close_btn:before,
	.modal .close_btn:after {
		width: 15px;
	}
	/* 
	 about
	----------------------------------------------------------- */ 
	.about #area01 .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.about #area01 .txt{
		width: 100%;
	}
	/*.about #area02 .sub_h2{
		margin-bottom: 200px;
	}*/
	.about #area02 ul li{
		width: 150px;
		height: 150px;
		bottom: -70px;
	}
	.about #area02 ul li:nth-child(1){
		left: 5%;
	}
	.about #area02 ul li:nth-child(2){
		right: 5%;
	}
	.about #area02 ul li p{
		font-size: 25px;
	}
	.about #area03{
		background-size: 80% auto;
	}
	.about #area03 ul{
		width: 100%;
		margin-left: 0;
	}
	.about #area03 ul li{
		padding: 20px 0;
	}
	.about #area03 ul li h3{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.about #area04 ul li{
		width: 100% !important;
		padding: 8px 0 !important;
		border-right: none !important;
		border-left: none !important;
	}
	.about #area04 ul li:nth-child(2){
		border-top: none;
	}
	.about #area04 ul li p{
		font-size: 16px;
	}
	.about #area06 ul li span{
		text-align:left;
	}
	.about #area06 ul li span::before{
		display: none;
	}
	.about #area06 ul li p{
		width: 100%;
	}
	.about #area06 ul li:not(:last-child){
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #009843;
	}
	.about #area07 .ttl.flex{
		padding: 50px 0 30px;
	}
	.about #area07 .sub_h2{
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.about #area07 .ttl.flex p{
		width: 100%;
	}
	.about #area07 ul li .img{
		width: 100%;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #E3E3E3;
		padding: 10px 5%;
	}
	.about #area07 ul li .txt{
		width: 100%;
		padding: 30px 5%;
	}
	.about #area07 ul li .txt .year{
		font-size: 55px;
	}
	/* 
	 business
	----------------------------------------------------------- */
	.business #area01 ul li{
		margin-bottom: 50px;
	}
	.business #area01 ul li:first-child{
		margin-top: 50px;
	}
	/* 
	 timber
	----------------------------------------------------------- */
	.dry #area03 .flow{
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 10px;
	}
	.dry #area03 .flow li p{
		height: 100px;
	}
	.dry #area03 .flow li p::before{
		border-top: 50px solid transparent;
		border-bottom: 50px solid transparent;
	}
	/* 
	 timber
	----------------------------------------------------------- */
	.timber .img_list li:nth-last-child(-n+3){
		margin-bottom: 10px !important;
	}
	/* 
	 precut
	----------------------------------------------------------- */
	.precut .img_list li:nth-last-child(-n+3){
		margin-bottom: 10px !important;
	}
	.precut .link_list li{
		width: 100%;
	}
	.precut .link_list li:not(:last-child){
		margin-bottom: 15px;
	}
	/* 
	 solar
	----------------------------------------------------------- */
	.solar .img_list li:nth-last-child(-n+3){
		margin-bottom: 10px !important;
	}
	.solar .link_list li{
		width: 100%;
	}
	.solar .link_list li:not(:last-child){
		margin-bottom: 15px;
	}
	.solar .link_list li:last-child{
		padding: 12px;
	}
	/* 
	 productmarket
	----------------------------------------------------------- */
	.productmarket .img_list li:nth-last-child(-n+3){
		margin-bottom: 10px !important;
	}
	/* 
	 news
	----------------------------------------------------------- */
	.news_list > li dt {
		width: 100%;
		margin: 0 auto 15px;
	}
	.news_list > li dd {
		width: 100%;
	}
	/* 
	 contact
	----------------------------------------------------------- */
	.wpcf7 dt, .mw_wrap dt {
		width:100%;
	}
	.wpcf7 dd, .mw_wrap dd {
		width:100%;
	}
	.wpcf7 dl, .mw_wrap dl {
		padding-left: 0;
		padding-right: 0;
	}
	.priva {
		padding: 0;
	}
	/* 
	 foot
	----------------------------------------------------------- */
	#footer .inner {
		padding:30px 0;
	}
	#footer .sitemap{
		display: none;
	}
	#footer .link_list ul li{
		width: 49%;
		margin-right: 2% !important;
	}
	#footer .link_list ul li:nth-child(2n){
		margin-right: 0 !important;
	}
	#footer .link_list ul li:nth-last-child(-n+2){
		margin-top: 10px;
	}
}