@charset "UTF-8";
.mv{
	position: relative;
}
.mv >div{
	position: absolute;
	top: 50%;
	right: 13%;
	transform: translateY(-50%);
}
.mv h1{
	font-size: 34px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	color: #fff;
	font-weight: 600;
}
.h1_en{
	font-size: 13px;
	letter-spacing: 0.08em;
	margin-top: 20px;
	color: #fff;
	font-weight: 500;
}
.mv div.news{
	position: absolute;
	top:auto;
	left: auto;
	bottom: 0;
	right: 0;
	background-color: #fff;
	transform: translateY(50%);
	width: calc(1200px + ((100vw - 1200px)/2));
}

h2 span {
	letter-spacing: 0.2em;
}
.news_inner{
	padding: 30px 35px;
	display: flex;
}
.news_ttl{
	margin-right: 2.5%;
}
.news_ttl h2{
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: 0.06em;
	font-weight: 300;
}
.news_ttl a{
	display: block;
	padding: 15px 45px;
	border: 1px solid #aaaaaa;
	transition-duration: 0.3s;
	font-weight: 300;
}
.news_ttl a:hover{
	color: #fff;
	background: #90cac1;
	border: 1px solid #ffffff;
}
.news_list{
	border-left: 1px solid #aaa;
	padding: 10px 2.5%;
	font-weight: 500;
}
.news_list.last{
	border-right: 1px solid #aaa;
}
.news_list .date{
	font-size: 13px;
	color: #aaa;
	margin-bottom: 15px;
}
.news_list .news_text{
	font-size: 18px;
	letter-spacing: 0.12em;
}
main{
	overflow: hidden;
}
main section{
	padding: 95px 0;
}
main section:nth-of-type(odd){
	background-color: #f4f3e7;
}
main section.business{
	padding-top: 195px;
	padding-bottom: 95px;
}
.inner{
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}
.business_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.business_wrap .business_img{
	width: 44%;
}
.business_wrap .business_text{
	width: 46.6%;
	font-weight: 300;
}
.business_en{
	font-size: 13px;
	color: #3d3d3d;
	margin-bottom: 30px;
	overflow: hidden;
	font-weight: 300;
	letter-spacing: 0.2em;
}
.business_text h2{
	font-size: 32px;
	letter-spacing: 0.06em;
	margin-bottom: 25px;
}
.business_lead{
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
.business_text a{
	display: inline-block;
	padding: 15px 45px;
	border: 1px solid #aaa;
	transition-duration: 0.3s;
}
.business_text a:hover{
	color: #fff;
	background: #90cac1;
	border: 1px solid #ffffff;
}


main section.recruit{
	padding: 0;
	padding-top: 95px;
	background: #fff;
}
.rec_wrap{
	width: calc(1200px + ((100vw - 1200px)/2));
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rec_text{
	width: 32.5%;
}

h2{
	font-size: 42px;
	margin-bottom: 15px;
	overflow: hidden;
	letter-spacing: -0.08em;
	font-weight: 600;
}
.h2_ja{
	font-size: 15px;
	letter-spacing: 0.46em;

}
.recruit_lead{
	margin-top: 55px;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.job_list{
	display: flex;
	margin-top: 125px;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.job{
	width: 46.5%;
	display: flex;
	padding: 0 15px 25px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 40px;
	color: #989898;
	transition: 0.3s;
	align-items: center;
}
.job_icon{
	width: 30px;
	margin-right: 6%;
	opacity: 0.7;
	transition: 0.3s;
}
.job_text{
	line-height: 1;
}
.job_name{
	font-size: 18px;
	margin-bottom: 5px;
}
.job_en{
	font-size: 15px;
}
.job:hover{
	border-bottom: 1px solid #000;
	color: #000;
}
.job:hover .job_icon{
	opacity: 1;
}
.rec_img{
	width: 61.5%;
}
.rec_img a{
	position: relative;
	display: block;
	transition-duration: 0.5s;
	overflow: hidden;
}
.rec_img a img{
	transition-duration: 1s;
}
.rec_img a:hover img{
	transform: scale(1.4);
}
.rec_img a .img_text{
	position: absolute;
	top: 50%;
	left: 5.7%;
	transform: translateY(-30%);
	padding-bottom: 7.8%;
	border-bottom: 1px solid #fff;
	width: 100%;
}
.rec_img a .img_text::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background: #fff;
	transition: 0.6s;
	transform: translateY(50%);
}
.rec_img a:hover .img_text::after{
	width: 100%;
}
.img_text h3{
	font-size: 38px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 600;
}
.img_text p{
	font-size: 15px;
	color: #fff;
}


.flow_wrap{
	display: flex;
	margin-top: 70px;
}
.flow_wrap .flow_li{
	width: 25%;
	background: #fff;
	position: relative;
}
.flow_wrap .flow_li:nth-of-type(even){
	background: #e1f3ea;
}
.flow_wrap .flow_li:first-of-type::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 25px solid #f9f9f9!important;
}
.flow_wrap .flow_li:before{
	content: "";
	z-index: 1000;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
}
.flow_wrap .flow_li:nth-of-type(odd):before{
	border-left: 25px solid #e1f2e9;
}
.flow_wrap .flow_li:nth-of-type(even):before{
	border-left: 25px solid #ffffff;
}
.flow_wrap .flow_li:last-of-type::after{
	display: none;
}
.step_num{
	position: absolute;
	top: -10px;
	left: -10px;
	padding: 15px 20px;
	background: #78b58e;
	color: #fff;
	line-height: 1;
	font-size: 46px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
.step_num:before{
	content: "";
	position: absolute;
	right: 1px;
	top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #103a20;
	transform: rotate(225deg) translateX(-100%);
}
.step_num span{
	display: block;
	font-size: 12px;
	letter-spacing: 0.24em;
}
.step_img{
	width: 43%;
	margin: 70px auto 30px;
}
.step{
	text-align: center;
	padding-bottom: 40px;
}
.step h3{
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}
.step_text{
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.06em;
}
.free_line{
	max-width: 600px;
	text-align: right;
}
.free_line .voice{
	display: inline-block;
	text-align: right;
	padding: 0 10px;
	position: relative;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.free_line .voice::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-30deg);
	width: 1px;
	height: 22px;
	background: #5f5f5f;
}
.free_line .voice::after{
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%) rotate(30deg);
	width: 1px;
	height: 22px;
	background: #5f5f5f;
}
.free_text{
	text-align: left;
	background: #e97272;
	border-radius: 0 0 56px 0;
	padding: 20px 0 20px 40px;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
}
.free_text span.free_cap{
	font-size: 12px;
	display: inline-block;
	margin-left: 25px;
}
main section.img_area{
	padding: 0;
}
.contact{
	background: #f4f3e7;
	text-align: center;
}
.contact .sub_text{
	margin: 50px 0 45px;
}
.contact a{
	display: inline-block;
	padding: 20px 45px;
	border: 1px solid #aaa;
	font-size: 14px;
	transition-duration: 0.3s;
}
.contact a:hover{
	background: #90cac1;
	border: 1px solid #ffffff;
	color: #fff;
}

.pb0{
	padding-bottom: 0 !important;
}
@media (max-width:1450px){
	.mv >div{
		right: 0;
	}
	.news_inner{
		padding-right: 5px;
		padding: 20px 35px;
	}
	.news_list .news_text{
		font-size:16px;
	}
}
@media (max-width:1200px){
	.rec_wrap{
		width: auto;
		padding-left: 15px;
	}
	.mv div.news{
		width: auto;
	}
	.news_ttl{
		width: 25%;
	}
	.news_ttl a{
		padding: 15px 0;
		text-align: center;
	}
	.job{
		padding-bottom: 10px;
	}
	.job_list{
		margin-top: 30px;
	}
	.job_name{
		font-size: 10px;
	}
	.recruit_lead{
		font-size: 16px;
	}
}
@media (max-width:1000px){
	.mv h1{
		font-size: 23px;
	}
	.h1_en{
		font-size: 10px;
		margin-top: 10px;
	}
	.news_list .news_text{
		font-size: 13px;
	}
	.news_ttl a{
		padding: 10px 0;
		font-size: 15px;
	}
	.business_en{
		margin-bottom: 15px;
	}
	.business_text h2{
		font-size: 26px;
	}
	.business_lead{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.business_text a{
		display: block;
		width: 150px;
		padding: 10px 0;
		text-align: center;
	}
	main section.business{
		padding: 160px 0 95px;
	}
	main section.recruit{
		padding: 95px 0 0;
	}
	.rec_text{
		width: 44%;
	}
	.recruit_lead{
		margin-top: 35px;
	}
	.rec_img{
		width: 53%;
	}
	.job{
		margin-bottom: 30px;
	}
	.job_list .job:nth-of-type(3),.job_list .job:nth-of-type(4){
		margin-bottom: 0;
	}
	h2{
		font-size: 32px;
	}
	.h2_ja{
		font-size: 12px;
	}
	.step_num span{
		font-size: 10px;
	}
	.step_num{
		font-size: 30px;
	}
	.flow_wrap{
		flex-wrap: wrap;
	}
	.flow_wrap .flow_li{
		width: 50%;
	}
	.flow_wrap .flow_li:nth-of-type(2)::after{
		display: none;
	}
	.flow_wrap .flow_li:nth-of-type(1),.flow_wrap .flow_li:nth-of-type(2){
		margin-bottom: 20px;
	}
	.flow_wrap .flow_li:nth-of-type(3):before{
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 25px solid #f9f9f9;
	}
	main section{
		padding: 130px 0;
	}
}
@media (max-width:767px){
	.mv h1{
		font-size: 18px;
	}
	.news_inner{
		flex-wrap: wrap;
	}
	.news_ttl{
		width: 100%;
		margin: 0 0 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.news_ttl h2{
		margin-bottom: 0;
	}
	.news_ttl a{
		width: 150px;
	}
	.news_list.last{
		border-right: 0;
	}
	.news_list {
		border: 0;
		border-bottom: 1px solid #aaa;
		margin-bottom: 10px;
		width: 100%;
	}
	.news_list .date{
		font-size: 10px;
	}
	.mv div.news{
		bottom: -30px;
	}
	main section.business{
		padding: 200px 0 60px;
	}
	main section.recruit{
		padding: 200px 0 0;
	}
	.business_wrap{
		flex-wrap: wrap;
	}
	.business_wrap .business_img{
		width: 100%;
	}
	.business_wrap .business_text{
		width: 100%;
		margin-top: 20px;
	}
	main section.recruit{
		padding-top: 60px;
	}
	.rec_wrap{
		flex-wrap: wrap;
		padding: 0;
	}
	.rec_text{
		width: 100%;
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.rec_img{
		width: 100%;
	}
	.img_text h3{
		font-size: 24px;
	}
	.img_text p{
		font-size: 11px;
	}
	.rec_img a .img_text{
		padding-bottom: 5%;
	}
	.step h3{
		font-size: 16px;
	}
	.step_text{
		font-size: 13px;
	}
	.flow_wrap .flow_li:first-of-type::before,.flow_wrap .flow_li:nth-of-type(3):before {
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 15px solid #f9f9f9;
	}
	.flow_wrap .flow_li:after {
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
	}
	.flow_wrap .flow_li:nth-of-type(odd):after {
		border-left: 15px solid #fff;
	}
	.free_text{
		font-size: 18px;
		padding: 20px;
		display: block;
	}
	.free_text span.free_cap{
		margin-left: 0;
		margin-top: 10px;
	}
}
@media (max-width:420px){
	.step_text{
		font-size: 12px;
	}
	.step{
		padding-bottom: 20px;
	}
}

/* inview */
h1.inview_top{
	opacity: 0;
	filter:blur(10px);
	transition-duration: 0.8s;
	transition-delay: 0.5s;
}
h1.inview_top.is-show{
	opacity: 1;
	filter: blur(0);
}
.image.inview{
	opacity: 0;
	filter:blur(10px);
	transition-duration: 0.8s;
	transition-delay: 0.5s;
}
.image.inview.is-show{
	opacity: 1;
	filter: blur(0);
}
.h1_en.inview_top{
	opacity: 0;
	filter:blur(10px);
	transition-duration: 0.8s;
	transition-delay: 1.2s;
}
.h1_en.inview_top.is-show{
	opacity: 1;
	filter: blur(0);
}
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #63adb9;
    pointer-events: none;
    opacity: 0;
}
.drop.inview{
	transform: translateY(-100%) rotate(-135deg);
	display: inline-block;
	transition: 0.6s;
}
.ttl .drop.inview{
	transform: translateX(-100%) rotate(-45deg);
	display: inline-block;
	transition-duration: 0.6s;
}
.ttl.right .drop.inview{
	transform: translateX(100%) rotate(45deg);
	display: inline-block;
	transition-duration: 0.6s;
}
.drop.inview:nth-of-type(2){
	transition-delay: 0.2s;
}
.drop.inview:nth-of-type(3){
	transition-delay: 0.4s;
}
.drop.inview:nth-of-type(4){
	transition-delay: 0.6s;
}
.drop.inview:nth-of-type(5){
	transition-delay: 0.8s;
}
.drop.inview:nth-of-type(6){
	transition-delay: 1s;
}
.drop.inview:nth-of-type(7){
	transition-delay: 1.2s;
}
.drop.inview:nth-of-type(8){
	transition-delay: 1.4s;
}
.drop.inview:nth-of-type(9){
	transition-delay: 1.6s;
}
.drop.inview:nth-of-type(10){
	transition-delay: 1.8s;
}
.drop.inview:nth-of-type(11){
	transition-delay: 2s;
}
.drop.inview:nth-of-type(12){
	transition-delay: 2.2s;
}
.drop.inview.is-show,.ttl .drop.inview.is-show,.ttl.right .drop.inview.is-show{
	transform: translateY(0);
}

.drop.inview.is-show{
	transform: translateY(0);
}

/*  */
.fade.inview {
	opacity: 0;
	transform: translateY(100%);
	display: inline-block;
	transition: 1s;
}
.fade.inview.is-show{
    opacity: 1.0;
    transform: translate(0, 0);
}
.fade.inview:nth-of-type(2){
	transition-delay: 0.2s;
}
.fade.inview:nth-of-type(3){
	transition-delay: 0.4s;
}
.fade.inview:nth-of-type(4){
	transition-delay: 0.6s;
}
.fade.inview:nth-of-type(5){
	transition-delay: 0.8s;
}
.fade.inview:nth-of-type(6){
	transition-delay: 1s;
}
.fade.inview:nth-of-type(7){
	transition-delay: 1.2s;
}
.fade.inview:nth-of-type(8){
	transition-delay: 1.4s;
}
.fade.inview:nth-of-type(9){
	transition-delay: 1.6s;
}
.fade.inview:nth-of-type(10){
	transition-delay: 1.8s;
}
.fade.inview:nth-of-type(11){
	transition-delay: 2s;
}
.fade.inview:nth-of-type(12){
	transition-delay: 2.2s;
}
/*  */



.business_text h2.inview{
	opacity: 0;
	filter: blur(10px);
	transition-duration: 1s;
	transition-delay: 0.5s;
}
.business_text h2.inview.is-show{
	opacity: 1;
	filter: blur(0);
}
.rec_img img{
	transform: scale(1.4);
	opacity: 0;
	transition-duration: 2s;
}
.rec_img img.img2{
	transition-delay: 0.3s;
}
.rec_img img.is-show{
	opacity: 1;
	transform: scale(1);
}
.flow_li{
	opacity: 0;
	transform: translateX(-5%);
	transition-duration: 1s;
}
.flow_li:nth-of-type(2){
	transition-delay: 0.3s;
}
.flow_li:nth-of-type(3){
	transition-delay: 0.6s;
}
.flow_li:nth-of-type(4){
	transition-delay: 0.9s;
}
.flow_li.is-show{
	transform: translateX(0);
	opacity: 1;
}
.job{
	opacity: 0;
	transition: 1s;
}
.job.is-show{
	opacity: 1;
}
.job:nth-of-type(2),.job:nth-of-type(3){
	transition-delay: 0.3s;
}
.job:nth-of-type(4){
	transition-delay: 0.6s;
}


/* concept */
#concept{
	margin-top: -35px;
    padding-top: 35px;
}

#concept_box{
	padding: 95px 0 0;
}

#concept_box .mv{
	position: relative;
}
/* .nav_pc ul li a{
	color: #111;
}
.nav_pc ul li.req a{
	border: 1px solid #111;
}
.nav_pc ul li a:before{
    background: #111;
} */
#concept_box .mv >div{
	position: absolute;
	top: 50%;
	right: 13%;
	left: initial;
	transform: translateY(-50%);
}
#concept_box .mv h1{
	font-size: 34px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	font-weight: 600;
    color: #fff;
    text-shadow: 0 0 10px #21534f;
}
#concept_box .h1_en{
	font-size: 13px;
	letter-spacing: 0.08em;
	margin-top: 20px;
	font-weight: 500;
    color: #fff;
    text-shadow: 0 0 10px #21534f;
}

#concept_box section{
    background-color: #f4f3e7;
    padding: 95px 0;
}
.con_wrap{
    display: flex;
    justify-content: center;
    padding-left: 10%;
}
.button_lead{
	margin-bottom: 50px;
}

#concept_box .concept:nth-of-type(2) .con_wrap{
    padding-left: 0;
    /* padding-right: 10%; */
}

.ttl{
    font-size: 28px;
    margin-top: 50px;
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    overflow: hidden;
    /* color: #ffff; */
}
.text:first-child{
	text-align: right;
}
.con_body{
    width: 90%;
    max-width: 1325px;
    display: flex;
    justify-content: space-between;
}
#concept_box .concept:nth-of-type(2) .con_wrap .text{
    margin-right: 0%;
    margin-left: 10%;
}
.text{
    width: 45%;
    margin-right: 10%;
}
.text h2{
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 70px;
}
.text .lead{
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 2;
}
.text .circle_button{
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.06em;
    height: 70px;
    position: relative;
    padding-left: 95px;
    transition-duration: 0.3s;
    width: 200px;
    border: 0;
    padding: 0 0 0 95px;
}
.text .circle_button::after{
    content: "";
    position: absolute;
    bottom: 15px;
    width: 0px;
    height: 1px;
    background: #111;
    transition-duration: 0.3s;
}
.text .circle_button::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translateY(-50%);
    background: url(../img/concept/arrow.png) no-repeat;
    background-size: contain;
    transition-duration: 0.3s;
}
/* .text a:hover::before{
    background: url(../img/concept/arrow_on.png) no-repeat;
    background-size: contain;
} */
.text .circle_button:hover{
	opacity: 0.6;
	color: unset;
	background: unset;
	border: none;
}
.text a:hover::after{
    /* width: 74px; */
}
.image{
    width: 60%;
}
.business_text .circle_button{
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.06em;
    height: 70px;
    position: relative;
    padding-left: 95px;
    transition-duration: 0.3s;
    width: 200px;
    border: 0;
    padding: 0 0 0 95px;
}
.business_text .circle_button::after{
    content: "";
    position: absolute;
    bottom: 15px;
    width: 0px;
    height: 1px;
    background: #111;
    transition-duration: 0.3s;
}
.business_text .circle_button::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translateY(-50%);
    background: url(../img/concept/arrow.png) no-repeat;
    background-size: contain;
    transition-duration: 0.3s;
}
.business_text .circle_button:hover{
	opacity: 0.6;
	color: unset;
	background: unset;
	border: none;
}
.news_ttl .circle_button{
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.06em;
    height: 70px;
    position: relative;
    padding-left: 95px;
    transition-duration: 0.3s;
    width: 200px;
    border: 0;
    padding: 0 0 0 65px;
}
.news_ttl .circle_button::after{
    content: "";
    position: absolute;
    bottom: 15px;
    width: 0px;
    height: 1px;
    background: #111;
    transition-duration: 0.3s;
}
.news_ttl .circle_button::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    background: url(../img/concept/arrow.png) no-repeat;
    background-size: contain;
    transition-duration: 0.3s;
}
.news_ttl .circle_button:hover{
	opacity: 0.6;
	color: unset;
	background: unset;
	border: none;
}



.sec_02 .inner{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1520px;
}
.sec_02 .inner .box{
    width: 47.3%;
}
.box_img{
    position: relative;
    margin-bottom: 40px;
}
.box_img .cap{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 30px;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 0.1em;
    background: #fff;
}
.box_text{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
}
.box_text span{
    font-size: 10px;
}
/* .contact{
	background: #fff;
	text-align: center;
}
.contact h2{
	font-size: 42px;
	margin-bottom: 15px;
	overflow: hidden;
	letter-spacing: -0.08em;
	font-weight: 600;
}
.contact .sub_text{
	margin: 50px 0 45px;
}
.contact a{
	display: inline-block;
	padding: 20px 45px;
	border: 1px solid #aaa;
	font-size: 14px;
	transition-duration: 0.3s;
}
.contact a:hover{
	background: #78b58e;
	border: 1px solid #78b58e;
	color: #fff;
} */
@media (max-width:1450px){
	#concept_box .mv >div{
		right: 30px;
    }
    .con_wrap{
        padding-left: 2%;
    }
    #concept_box  .concept:nth-of-type(2) .con_wrap{
        /* padding-right: 2%; */
    }
}
@media (max-width:1024px){
    .con_body{
        justify-content: flex-end;
    }
    .ttl{
        font-size: 22px;
    }
    .text{
        margin-right: 5%;
        width: 45%;
    }
    #concept_box .concept:nth-of-type(2) .con_wrap .text{
        margin-right: 0%;
        margin-left: 5%;
    }
    .text h2{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .image {
        width: 50%;
    }
    .text .circle_button{
        padding-left: 65px;
    }
    .text .circle_button::before{
        width: 40px;
        height: 40px;
    }
	.business_text .circle_button{
        padding-left: 55px;
    }
    .business_text .circle_button::before{
        width: 40px;
        height: 40px;
    }
	.news_ttl .circle_button{
        padding-left: 55px;
    }
    .news_ttl .circle_button::before{
        width: 40px;
        height: 40px;
    }
    .box_img .cap {
        padding: 15px 20px;
        font-size: 15px;
    }
    .box_img{
        margin-bottom: 20px;
    }
}
@media (max-width:1000px){
    #concept_box .mv h1{
        font-size: 23px;
    }
    .h1_en{
        font-size: 13px;
        margin-top: 10px;
    }
    .contact h2 {
        font-size: 32px;
    }
	.img_text h3 {
		font-size: 25px;
	}
	.button_lead{
		margin-bottom: 30px;
	}
}
@media (max-width:767px){

	#concept_box {
		padding: 90px 0 0;
	}

	#concept_box .mv h1{
		font-size: 18px;
	}
    #concept_box  section.img_area{
        padding:0 !important;
    }

	main section {
		padding: 90px 0;
	}
}
@media (max-width:600px){
    .con_body{
        flex-wrap: wrap;
    }
    .text{
        width: 100%;
        margin: 0 0 0px;
        order: 1;
    }
    .ttl {
        font-size: 16px;
    }
    .text h2{
        font-size: 17px;
    }
    .text .lead{
        font-size: 14px;
    }
    .image{
        width: 100%;
        order: 2;
    }
    .con_wrap,main .concept:nth-of-type(2) .con_wrap{
        padding: 70px 0% 40px;
    }
    .sec_02 .inner{
        flex-wrap: wrap;
    }
    .sec_02 .inner .box{
        width: 100%;
        margin: 0 0 30px;
    }
    .box_img .cap{
        font-size: 13px;
    }
    .box_text{
        font-size: 12px;
    }
}

@media all and (-ms-high-contrast: none) {
    .text .circle_button::after{
        left:47%;
    }
	.business_text .circle_button::after{
        left:47%;
    }
	.news_ttl .circle_button::after{
        left:47%;
    }
    .ttl{
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -o-writing-mode: vertical-rl;
    }
}

/* company */
#company{
	margin-top: -35px;
    padding-top: 35px;
}
#company_box{
	padding: 95px 0 0;
	/* background-color: #f4f3e7; */
}
#company_box > section{
	padding-top:0 !important;
	padding-bottom: 0;
}
#req_box{
	padding-top: 95px;
}

.conpany_first{
	padding: 95px 0;
}

#company_box .mv{
	position: relative;
}
#company_box .mv >div{
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translateY(-50%);
}
#company_box .mv h1{
	font-size: 34px;
	letter-spacing: 0.2em;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px;
}

#company_box .mv div p{
  color: #fff;
}


.br-767,.br-500{
  display: none;
}
/*会社概要////////////*/
#company_box section.company{
  padding-bottom: 0;
}
.company{
  background: #fff !important;
	text-align: center;
}
.company .h2_ja{
  margin-bottom: 110px;
}
.company-table{
  max-width: 1000px;
  text-align: justify;
  margin: 0 auto;
}
.table-inner {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
}
.table-inner.in2,
.table-inner.in3{
  align-items: flex-start;
}
.table-ttl{
  width: 25%;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 2.2;
}
.table-read{
  width: 75%;
  padding-left: 120px;
  box-sizing: border-box;
  border-left: #d2d2d2 1px solid;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.16em;
}
/*アクセス////////////*/
#company_box section.access{
  padding-bottom: 0;
}
.access{
  background-color: #fff;
  text-align: center;
}
.access .h2_ja{
  margin-bottom: 60px;
}
.map{
  margin: 0 calc(50% - 50vw);
}
.map iframe{
  width: 100vw;
  height: 520px;
}
@media (max-width:1450px){
	#company_box .mv >div{
		left: 30px;
	}
}
@media (max-width:1100px){
	.table-ttl{
    padding-left: 15px;
  }
}
@media (max-width:1000px){
	#company_box .mv h1{
		font-size: 23px;
	}
	#company_box .h1_en{
		margin-top: 10px;
	}

	.conpany_first{
		padding:100px 0;
	}

	.step_num span{
		font-size: 10px;
	}
	.step_num{
		font-size: 30px;
	}
	.flow_wrap{
		flex-wrap: wrap;
	}
	.flow_wrap .flow_li{
		width: 50%;
	}
	.flow_wrap .flow_li:nth-of-type(2)::after{
		display: none;
	}
	.flow_wrap .flow_li:nth-of-type(1),.flow_wrap .flow_li:nth-of-type(2){
		margin-bottom: 20px;
	}
	.flow_wrap .flow_li:nth-of-type(3):before{
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 25px solid #f9f9f9;
	}
	#company_box section{
		padding: 100px 0 0;
	}
	#company_box .mv >div{
		top: 55%;
	}	
}
@media (max-width:768px){
	#company_box {
		padding: 60px 0 0;
	}
	#req_box{
		padding-top: 70px;
	}
	#company_box .mv h1{
		font-size: 18px;
	}
	#company_box .mv h1{
    margin-bottom: 12px;
  }
  #company_box .h1_en{
    margin-bottom: 12px;
  }
  .br-767{
    display: block;
  }
  .company .h2_ja{
    margin-bottom: 50px;
  }
  .table-read{
    padding-left: 60px;
    padding-right: 15px;
  }
}
@media (max-width:767px){
	#concept {
		margin-top: 0;
		padding-top: 0;
	}
	#company {
		margin-top: -30px;
		padding-top: 30px;
	}
	#company_box .mv >div{
		top: 50%;
	}
	.nav_pc ul li a.headerColorScroll:before{
		width: 0;
	}
}
@media (max-width:600px){
	.con_body{
		display: flex;
		flex-direction: column-reverse;}
		#concept_box section{
			padding: 0px;
		}
		#concept_box .concept:nth-of-type(2) .con_wrap .text{
			margin-left: 0%;
		}

	}
@media (max-width:500px){

	#company_box  section{
		padding: 70px 0 0;
	}

	.conpany_first{
		padding:70px 0;
	}

  .company .h2_ja{
    margin-bottom: 30px;
  }
  .table-inner{
    padding: 20px 0;
  }
  .table-ttl{
    font-size: 15px;
    padding-left: 5px;
  }
  .table-read{
    padding-left: 25px;
	font-size: 15px;
  }
  .br-500{
    display: block;
  }
  .map iframe{
    height: 350px;
  }
}
@media (max-width:420px){
	.step_text{
		font-size: 12px;
	}
	.step{
		padding-bottom: 20px;
	}
}

/* inview */
h1.inview_top{
	opacity: 0;
	filter:blur(10px);
	transition-duration: 0.8s;
	transition-delay: 1.2s;
}
h1.inview_top.is-show{
	opacity: 1;
	filter: blur(0);
}
.h1_en.inview_top{
	opacity: 0;
	filter:blur(10px);
	transition-duration: 0.8s;
	transition-delay: 0.5s;
}
.h1_en.inview_top.is-show{
	opacity: 1;
	filter: blur(0);
}
p.inview_top.mv_text{
  opacity: 0;
	filter:blur(10px);
	transition-duration: 0.8s;
	transition-delay: 1.7s;
}
p.inview_top.mv_text.is-show{
  opacity: 1;
	filter: blur(0);
}
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #63adb9;
    pointer-events: none;
    opacity: 0;
}
/*文字の出現*/

.business_text h2.inview{
	opacity: 0;
	filter: blur(10px);
	transition-duration: 1s;
	transition-delay: 0.5s;
}
.business_text h2.inview.is-show{
	opacity: 1;
	filter: blur(0);
}
.rec_img img{
	transform: scale(1.4);
	opacity: 0;
	transition-duration: 2s;
}
.rec_img img.img2{
	transition-delay: 0.3s;
}
.rec_img img.is-show{
	opacity: 1;
	transform: scale(1);
}

.job{
	opacity: 0;
	transition: 1s;
}
.job.is-show{
	opacity: 1;
}
.job:nth-of-type(2),.job:nth-of-type(3){
	transition-delay: 0.3s;
}
.job:nth-of-type(4){
	transition-delay: 0.6s;
}