@charset "utf-8";
:root {--accent-color: #B5A47A;}
:root {--text-color: #FCFAF5;}
:root {--text-font: "Noto Serif JP";}
:root {--sub-font: "Noto Sans JP";}
body{
	background: #363636;
}
section{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.inner{
	width: 90%;
	margin: 0 auto;
    position: relative;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
p,a{
	font-size: 15px;
	font-weight: 300;
	line-height: 1.8;
    letter-spacing: 0.1em;
	color: var(--text-color);
}
@media (min-width: 769px) and (max-width: 1279px) {
	p,a{
		font-size: 1.172vw;
	}
}
@media screen and (max-width: 768px) {
	p,a{
		font-size: 15px;
	}
}
/*==================================================================================================*/
/*共通記述*/
.btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 360px;
	height: 63px;
	font-size: 18px;
	color: FCFAF5;
	border: solid 1px #A1A1A1;
	margin: 0 auto;
	transition: .5s;
}
.btn:hover{
	background: #DECCA2;
}
.btn.white{
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}
.more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 260px;
	height: 37px;
	font-size: 18px;
	color: #876B52;
	border: solid 1px #FFF;
	background: #FFF;
	margin: 0 auto;
	transition: .5s;
}
.more:hover{
	background: #DECCA2;
}
@media (min-width: 769px) and (max-width: 1279px) {
	.btn{
		max-width: 28.125vw;
		height: 4.922vw;
		font-size: 1.406vw;
	}
	.more{
		max-width: 20.313vw;
		height: 2.891vw;
		font-size: 1.406vw;
	}
}

@media screen and (max-width: 768px) {
	.btn{
		font-size: 15px;
	}
}
/*==================================================================================================*/
/*-*/
header{
	width: 100%;
	height: 100px;
	background: #363636;
	position: fixed;
	top: 0;
	z-index: 10000;
	transition: .5s;
}
header .inner{
	width: 96%;
	max-width: 96%;
	height: 100%;
}
header .inner h1{
	width: 263px;
	z-index: 1;
}
header .inner h1 a{
	display: block;
	width: 100%;
	position: relative;
	top: -5px;
}
header .inner nav{
	width: fit-content;
}
.nav{
	width: 880px;
}
.nav li{
	width: fit-content;
}
.nav li a{
	font-family: var(--sub-font);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
header .nav li a:hover{
	color: var(--accent-color);
}
.nav li:last-child a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 122px;
	color: #363636;
	background: var(--accent-color);
}
.nav li:last-child a:hover{
	color: #FFF;
	background: #999;
}
.openbtn1{
	display: none;
}
@media screen and (max-width: 1000px) {
	header{
		height: 70px;
	}
	header .inner nav{
		width: 100%;
		height: 100vh;
		background: #FFF;
		position: fixed;
		top: -100vh;
		left: 0;
		transition: .5s;
	}
	.pcNav header .inner nav{
		top: 0;
		background: #363636;
	}
	header .nav{
		width: 100%;
		max-width: 500px;
		padding-top: 100px;
		margin: 0 auto;
	}
	header .nav li{
		width: 100%;
		border-bottom: solid 1px #eee;
	}
	header .nav li:last-child{
		border-bottom: none;
	}
	header .nav li a{
		display: block;
		text-align: center;
		padding: 15px;
	}
	header .nav li:last-child a{
		width: 100%;
		height: auto;
		padding: 15px;
	}
	/*ボタン*/
	.openbtn1{
		display: block;
		cursor: pointer;
		width: 70px;
		height: 70px;
		background: var(--accent-color);
		position: absolute;
		top: 0;
		right: -2.01%;
	}
	.openbtn1 span:nth-of-type(1),
	.openbtn1 span:nth-of-type(2),
	.openbtn1 span:nth-of-type(3){
		display: inline-block;
		transition: all .4s;
		width: 40px;
		height: 2px;
		background: #FFF;
		position: absolute;
		left: 15px;
	}
	.openbtn1 span:nth-of-type(1) { top:22px;}
	.openbtn1 span:nth-of-type(2) { top:34px;}
	.openbtn1 span:nth-of-type(3) { top:46px;}
	
	.pcNav .openbtn1 span:nth-of-type(1) {
		top: 34px;
		transform: rotate(-45deg);
	}
	.pcNav .openbtn1 span:nth-of-type(2){
		opacity: 0;
	}
	.pcNav .openbtn1 span:nth-of-type(3){
		top: 34px;
		transform: rotate(45deg);
	}
}
@media screen and (max-width: 1000px) {
	header .inner h1{
		width: 220px;
	}
}
/*==================================================================================================*/
/*fv-*/
.fv{
	height: 100vh;
	/**max-height: 768px;**/
}
.fv .inner{
	width: 94%;
	max-width: 1200px;
	display: flex;
	align-content: flex-end;
	flex-wrap: wrap;
	height: 100%;
	z-index: 1;
}
.fv h2{
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.4em;
	color: #FFF;
}
.fv h2 + span{
	max-width: 322px;
	font-family: "Noto Sans CJK JP";
	font-size: 7px;
	font-weight: 300;
	letter-spacing: 0.15em;
	word-break: keep-all;
	color: #FFF;
	margin-bottom: 60px;
}
.fv .fvSlider{
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.fv .fvSlider .slick-list.draggable,
.fv .fvSlider .slick-track{
	height: 100%;
}
.fv .fvSlider img{
	display: block;
	height: 100%;
	object-fit: cover;
}
.scroll{
	display: flex;
	align-items: center;
	width: 325px;
	height: 17px;
	font-size: 11px;
	color: #FFF;
	position: absolute;
	bottom: 155px;
    right: -140px;
	transform: rotate(90deg);
}
.scroll::after{
	display: block;
	content: "";
	height: 1px;
	background: #FFF;
	margin-left: 20px;
	animation: border_anim 2s ease-in 1s infinite forwards running;
}
@keyframes border_anim {
	0%{
		width: 0;
		opacity: 1;
	}
	90%{
		opacity: 1;
	}
	100%{
		width: 195px;
		opacity: 0;
	}
}
@media (min-width: 769px) and (max-width: 1279px) {
	.fv .inner{
		max-width: 93.75vw;
	}
	.fv h2{
		font-size: 2.5vw;
	}
	.fv h2 + span{
		max-width: 25.156vw;
		font-size: 0.547vw;
		margin-bottom: 4.688vw;
	}
}
@media screen and (max-width: 768px) {
	@keyframes border_anim {
		0%{
			width: 0;
		}
		100%{
			width: 150px;
		}
	}
	.scroll{
		bottom: 15px;
		right: -150px;
	}
}
/*==================================================================================================*/
/*copy-*/
.copy{
	padding: 230px 0 240px;
}
.copy h2{
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	line-height: 2.4;
	margin-bottom: 20px;
}
.copy h2 + span{
	display: block;
	font-size: 11px;
	font-weight: 300;
	text-align: center;
	line-height: 2.4;
	letter-spacing: 0.15em;
	color: #979797;
}
.copy::after{
	display: block;
	content: "";
	width: 90%;
	max-width: 670px;
	height: 1px;
	background: #9DA6AF;
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 769px) and (max-width: 1279px) {
	.copy{
		padding: 17.969vw 0 18.75vw;
	}
	.copy h2{
		font-size: 1.563vw;
		margin-bottom: 1.563vw;
	}
	.copy h2 + span{
		font-size: 0.859vw;
	}
	.copy::after{
		max-width: 52.344vw;
		height: 0.078vw;
	}
}
@media screen and (max-width: 768px) {
	.copy{
		padding: 100px 0;
	}
	.copy h2{
		font-size: 18px;
		line-height: 1.8;
		letter-spacing: 0.05em;
	}
	.copy h2 + span{
		font-size: 10px;
		line-height: 2;
		letter-spacing: 0.1em;
	}
}
/*==================================================================================================*/
/*about-*/
.about{
	padding: 120px 0;
}
.about .inner{
	max-width: 1000px;
}
.about h2{
	font-size: 54px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}
.about h2 + span{
	display: block;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	line-height: 2.4;
	letter-spacing: 0.8em;
	color: #A1A1A1;
	margin-bottom: 110px;
}
.about ul{
	margin-bottom: 84px;
}
.about ul li{
	height: 230px;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	position: relative;
}
.about ul li img{
	width: 644px;
	position: absolute;
	top: 0;
	right: -140px;
}
.about ul li h3{
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 0.15em;
	color: #fff;
	margin-bottom: 10px;
}
.about ul li h3 span{
	display: block;
	font-size: 10px;
	letter-spacing: 0.4em;
	color: #A0A1A3;
}
.about ul li p{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	color: #fff;
}
@media (min-width: 769px) and (max-width: 1279px) {
	.about{
		padding: 9.375vw 0;
	}
	.about .inner{
		max-width: 78.125vw;
	}
	.about h2{
		font-size: 4.219vw;
		margin-bottom: 1.563vw;
	}
	.about h2 + span{
		font-size: 0.781vw;
		margin-bottom: 8.594vw;
	}
	.about ul{
		margin-bottom: 6.563vw;
	}
	.about ul li{
		height: 17.969vw;
	}
	.about ul li img{
		width: 50.313vw;
		right: -10.937vw;
	}
	.about ul li h3{
		font-size: 1.953vw;
		margin-bottom: 0.781vw;
	}
	.about ul li h3 span{
		font-size: 0.781vw;
	}
	.about ul li p{
		font-size: 1.25vw;
	}
}
@media screen and (max-width: 768px) {
	.about{
		padding: 100px 0 60px;
	}
	.about .inner{
		max-width: 520px;
	}
	.about h2{
		font-size: 28px;
	}
	.about h2 + span{
		letter-spacing: 0.4em;
		margin-bottom: 40px;
	}
	.about ul{
		margin-bottom: 20px;
	}
	.about ul li{
		height: auto;
		margin-bottom: 40px;
	}
	.about ul li:last-child{
		margin-bottom: 0;
	}
	.about ul li img{
		width: 100%;
		margin-top: 10px;
		position: relative;
		right: 0;
	}
	.about ul li h3{
		font-size: 18px;
		margin-bottom: 0;
	}
	.about ul li p{
		font-size: 14px;
	}
}
/*==================================================================================================*/
/*service-*/
.service{
	padding: 120px 0 114px;
	background: #302D27;
}
.service .inner{
	max-width: 1100px;
}
.service h2{
	width: fit-content;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.6em;
	color: #FCFAF5;
}
.service h2 span{
	font-size: 12px;
	letter-spacing: 0.5em;
	margin-left: 40px;
}
.service h2 + p{
	width: fit-content;
	font-size: 15px;
	color: #FCFAF5;
}
.service ul{
	margin-top: 20px;
	margin-bottom: 30px;
}
.service ul li{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	width: 25%;
	aspect-ratio: 6 / 10;
	position: relative;
}
.service ul li:nth-child(1),
.service ul li:nth-child(2){
	width: 50%;
	aspect-ratio: 16 / 6;
}
.service ul li img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.service ul li h3{
	font-size: 25px;
	letter-spacing: 0.2em;
	color: #FFF;
	position: relative;
	z-index: 1;
	padding: 15px 20px;
}
.service ul li h3 span{
	display: block;
	font-size: 16px;
	letter-spacing: 0.15em;
	color: #FFF;
}
.service .btn{
	width: 90%;
}
@media (min-width: 769px) and (max-width: 1279px) {
	.service{
		padding: 9.375vw 0 8.906vw;
	}
	.service .inner{
		max-width: 85.938vw;
	}
	.service h2{
		font-size: 2.5vw;
	}
	.service h2 span{
		font-size: 0.938vw;
		margin-left: 3.125vw;
	}
	.service h2 + p{
		font-size: 1.172vw;
	}
	.service ul{
		margin-top: 1.563vw;
		margin-bottom: 2.344vw;
	}
	.service ul li h3{
		font-size: 1.953vw;
		padding: 1.172vw 1.563vw;
	}
	.service ul li h3 span{
		font-size: 1.25vw;
	}
}
@media screen and (max-width: 768px) {
	.service{
		padding: 60px 0;
	}
	.service h2{
		font-size: 28px;
		letter-spacing: 0.3em;
		margin-bottom: 10px;
	}
	.service h2 span{
		letter-spacing: 0.3em;
		margin-left: 20px;
	}
	.service ul li,
	.service ul li:nth-child(1),
	.service ul li:nth-child(2){
		width: 50%;
		aspect-ratio: 1.5 / 1;
	}
	.service ul li h3{
		font-size: 16px;
		padding: 10px 10px;
	}
	.service ul li h3 span{
		font-size: 12px;
	}
}
@media screen and (max-width: 520px) {
	.service ul li,
	.service ul li:nth-child(1),
	.service ul li:nth-child(2){
		aspect-ratio: 1 / 1;
	}
}
/*==================================================================================================*/
/*catch-*/
.catch{
	padding-bottom: 120px;
}
.catch img{
	width: 100%;
	aspect-ratio: 16 / 6;
	margin-bottom: -100px;
}
.catch .innerLarge{
	width: 90%;
	max-width: 1072px;
	padding: 53px 0;
	margin: 0 auto;
	background: #302D27;
	position: relative;
	z-index: 1;
}
.catch .innerLarge .inner{
	max-width: 852px;
	align-content: flex-end;
}

.catch .inner div{
	width: fit-content;
}
.catch .inner div h2{
	font-size: 29px;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.catch .inner div p{
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 20px;
}
.catch .inner div .btn{
	width: 100%;
	max-width: 330px;
	height: 47px;
	margin: 0;
}
.catch .inner ul{
	width: 100%;
	max-width: 440px;
	margin-bottom: -20px;
}
.catch .inner ul li{
	display: flex;
	align-items: center;
	width: 48%;
	height: 63px;
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #fff;
	padding: 0 20px;
	background: #302D27;
	border: 1px solid #7D7057;
	margin-bottom: 20px;
}
.catch .inner ul li::before{
	display: block;
	content: "";
	width: 15px;
	height: 11px;
	margin: 5px;
	background: center / contain no-repeat url("../img/icon-check.svg");
}
@media (min-width: 769px) and (max-width: 1279px) {
	.catch{
		padding-bottom: 9.375vw;
	}
	.catch img{
		margin-bottom: -7.812vw;
	}
	.catch .innerLarge{
		max-width: 83.75vw;
		padding: 4.141vw 0;
	}
	.catch .innerLarge .inner{
		max-width: 66.563vw;
	}
	.catch .inner div h2{
		font-size: 2.266vw;
	}
	.catch .inner div p{
		font-size: 1.172vw;
		margin-bottom: 1.563vw;
	}
	.catch .inner div .btn{
		max-width: 25.781vw;
		height: 3.672vw;
	}
	.catch .inner ul{
		max-width: 34.375vw;
		margin-bottom: -1.562vw;
	}
	.catch .inner ul li{
		height: 4.922vw;
		font-size: 1.172vw;
		padding: 0 1.563vw;
		margin-bottom: 1.563vw;
	}
	.catch .inner ul li::before{
		width: 1.172vw;
		height: 0.859vw;
		margin: 0.391vw;
	}
}
@media screen and (max-width: 768px) {
	.catch{
		padding-bottom: 40px;
	}
	.catch .innerLarge{
		padding: 25px 0;
	}
	.catch .innerLarge .inner {
    	max-width: 420px;
	}
	.catch img{
		margin-bottom: -40px;
	}
	.catch .inner div h2{
		font-size: 22px;
	}
	.catch .inner div{
		width: 100%;
	}
	.catch .inner div .btn{
		max-width: 100%;
	}
	.catch .inner ul{
		margin-top: 20px;
		margin-bottom: -10px;
	}
	.catch .inner ul li{
		width: 100%;
		height: 40px;
		font-size: 13px;
		margin-bottom: 10px;
	}
}

/*==================================================================================================*/
/*works-*/
.works{
	height: 100vh;
	min-height: 828px;
	background: #999 center / cover no-repeat url("../img/catch-image.jpg");
}
.works .inner{
	align-content: center;
	height: 100%;
}
.works h2{
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 0.6em;
	text-align: center;
	color: #FFF;
	margin-bottom: 40px;
}
.works h2 span{
	display: block;
	font-size: 14px;
	letter-spacing: 0.6em;
}
.works p{
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #FFF;
	margin-bottom: 38px;
}
@media (min-width: 769px) and (max-width: 1279px) {
	.works{
		min-height: 64.688vw;
	}
	.works h2{
		font-size: 3.281vw;
		margin-bottom: 3.125vw;
	}
	.works h2 span{
		font-size: 1.094vw;
	}
	.works p{
		font-size: 1.172vw;
		margin-bottom: 2.969vw;
	}
}
@media screen and (max-width: 768px) {
	.works{
		height: auto;
		min-height: auto;
		max-height: 520px;
		aspect-ratio: 1 / 1;
	}
	.works h2{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.works h2 span{
		font-size: 12px;
	}
	.works p{
		margin-bottom: 20px;
	}
}
/*==================================================================================================*/
/*news&faq-お知らせ&Q&A*/
.contentBlock{
	max-width: 1072px;
	padding: 100px 0 70px;
	margin: 0 auto;
}
.contentBlock .inner{
	width: 100%;
	height: 100%;
	align-content: space-between;
}
.contentBlock .btn{
	max-width: 100%;
}
.contentBlock h2{
	font-size: 38px;
	font-weight: 400;
	letter-spacing: 0.15em;
}
.news{
	max-width: 376px;
	height: 558px;
}
.faq{
	max-width: 635px;
	height: 558px;
}
.news h2{
	letter-spacing: 0.3em;
	margin-bottom: -20px;
}
.news ul li{
	border-bottom: solid 1px #878787;
}
.news ul li a{
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
	padding: 20px 0;
	transition: .5s;
}
.news ul li a:hover{
	opacity: .7;
}
.news ul li:not(:last-child){
	margin-bottom: 15px;
}
.news ul li div{
	width: calc( 100% - 100px );
	max-width: 270px;
}
.news ul li img{
	width: 87px;
	aspect-ratio: 1.2 / 1;
}
.news ul li p{
	font-size: 10px;
	letter-spacing: 0.3em;
	margin-bottom: 5px;
}
.news ul li h3{
	font-size: 14px;
	letter-spacing: 0.25em;
	display: -webkit-box;             
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
}
.faq h2{
	width: fit-content;
}
.faq h2 + p{
	width: fit-content;
	letter-spacing: 0.2em;
}
.accordion {
	border: 1px solid #878787;
	margin-bottom: 15px;
}
.accordion:nth-child(3){
	margin-bottom: 0;
}
.question {
	font-size: 15px;
	padding: 17px;
	color: #585858;
	background: #E7E7E7;
	position: relative;
	cursor: pointer;
}
.question.open{
	border-bottom: solid 1px #878787;
}
.answer {
	background: #fff;
	color: #222;
	border: 1px solid #878787;
	height: 138px;
	padding: 15px;
	display: none;
	overflow: scroll;
}
@media (min-width: 769px) and (max-width: 1279px) {
	.contentBlock{
		max-width: 83.75vw;
		padding: 7.813vw 0 5.469vw;
	}
	.contentBlock h2{
		font-size: 2.969vw;
	}
	.news{
		max-width: 29.375vw;
		height: 43.594vw;
	}
	.faq{
		max-width: 49.609vw;
		height: 43.594vw;
	}
	.news h2{
		margin-bottom: -1.562vw;
	}
	.news ul li a{
		padding: 1.563vw 0;
	}
	.news ul li:not(:last-child){
		margin-bottom: 1.172vw;
	}
	.news ul li div{
		width: calc( 100% - 7.813vw );
		max-width: 21.094vw;
	}
	.news ul li img{
		width: 6.797vw;
	}
	.news ul li p{
		font-size: 0.781vw;
		margin-bottom: 0.391vw;
	}
	.news ul li h3{
		font-size: 1.094vw;
	}
	.accordion {
		margin-bottom: 1.172vw;
	}
	.question {
		font-size: 1.172vw;
		padding: 1.328vw;
	}
	.answer {
		height: 10.781vw;
		padding: 1.172vw;
	}
}
@media screen and (max-width: 768px) {
	.contentBlock{
		padding: 40px 0 40px;
	}
	.contentBlock .inner{
		width: 90%;
		max-width: 520px;
	}
	.contentBlock h2{
		font-size: 30px;
	}
	.news,.faq{
		max-width: 100%;
		height: auto;
	}
	.news{
		margin-bottom: 60px;
	}
	.news h2{
		margin: 0;
	}
	.news ul li:last-child{
		margin-bottom: 15px;
	}
	.faq h2{
		width: 100%;
		margin-bottom: 20px;
	}
	.faq h2 + p{
		width: 100%;
		margin-bottom: 20px;
	}
	.answer {
		height: auto;
	}
	.accordion:nth-child(3){
		margin-bottom: 15px;
	}
}
/*SDGs*/
.sdgs{
	width: 100%;
	padding: 34px 0;
	color:#585858;
	border: solid 1px #B9B9B9;
	background: #FFF;
	margin: 0 auto;
	margin-top: 40px;
}
.sdgs .inner{
	width: 90%;
	max-width: 938px;
}
.sdgs .inner img{
	width: 480px;
}
.sdgs .inner div{
	width: 365px;
}
.sdgs .inner div h2{
	font-family: var(--sub-font);
	font-size: 27px;
	font-weight: 300;
}
.sdgs .inner div p{
	color: #898989;
	font-size: 15px;
}
.sdgs .inner div + p{
	font-family: var(--sub-font);
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #FFF;
	border-radius: 60px;
	background: #ADA48C;
	padding: 0 0 2px;
	margin-top: 30px;
}
@media (min-width: 769px) and (max-width: 1279px) {
	.sdgs{
		padding: 2.656vw 0;
		margin-top: 3.125vw;
	}
	.sdgs .inner img{
		width: 37.5vw;
	}
	.sdgs .inner div{
		width: 28.516vw;
	}
	.sdgs .inner div h2{
		font-size: 2.109vw;
	}
	.sdgs .inner div p{
		font-size: 1.172vw;
	}
	.sdgs .inner div + p{
		font-size: 1.406vw;
		border-radius: 4.688vw;
		padding: 0 0 0.156vw;
		margin-top: 2.344vw;
	}
}
@media screen and (max-width: 520px) {
	.sdgs .inner img{
		width: 100%;
		margin-bottom: 20px;
	}
	.sdgs .inner div{
		width: 100%;
	}
	.sdgs .inner div h2{
		font-size: 20px;
		text-align: center;
	}
	.sdgs .inner div + p{
		font-size: 16px;
		margin-top: 15px;
	}
}
/*==================================================================================================*/
/*.company&recruit-高橋工務店について&採用情報について*/
.company,
.recruit{
	width: 50%;
	aspect-ratio: 2 / 1.2;
	background: #302D27;
	padding: 35px;
}
.company .inner,
.recruit .inner{
	width: 100%;
	height: 100%;
	align-content: center;
	border: solid 1px #585858;
}
.company h2,
.recruit h2{
	font-size: 54px;
	font-weight: 400;
	text-align: center;
	color: #585858;
}

.company p,
.recruit p{
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	color: #585858;
	margin-bottom: 20px;
}

.company h2,.company p{
	color: #fff;
}

.company a,
.recruit a{
	width: 90%;
	max-width: 330px;
	height: 47px;
}
.recruit{
	background: #B5A47A;
}
.recruit .inner{
	border: solid 1px #FFF;
}
.recruit .inner h2,
.recruit .inner p{
	color: #FFF;
}
@media (min-width: 769px) and (max-width: 1279px) {
	.company,
	.recruit{
		padding: 2.734vw;
	}
	.company h2,
	.recruit h2{
		font-size: 4.219vw;
	}
	.company p,
	.recruit p{
		font-size: 1.875vw;
		margin-bottom: 1.563vw;
	}
	.company a,
	.recruit a{
		max-width: 25.781vw;
		height: 3.672vw;
	}
}
@media screen and (max-width: 768px) {
	.company,
	.recruit{
		width: 100%;
		max-height: 360px;
		padding: 15px;
	}
	.company h2,
	.recruit h2{
		font-size: 32px;
	}
	.company p,
	.recruit p{
		font-size: 16px;
	}
}
/*==================================================================================================*/
/*footer-*/
iframe{
	width: 100%;
	aspect-ratio: 4 / 1.05;
}
footer{
	padding-bottom: 10px;
}
footer ul{
	width: fit-content;
	justify-content: center;
	padding: 20px 0 15px;
	margin: 0 auto;
}
footer ul li{
	width: fit-content;
}
footer ul li a{
	font-family: var(--sub-font);
	font-size: 13px;
	letter-spacing: 0.05em;
	color: #dadada;
	padding: 0 13px;
	border-right: solid 1px #dadada;
	transition: .5s;
}
footer ul li a:hover{
	opacity: .7;
}
footer ul li:first-child a{
	border-left: solid 1px #dadada;
}
small{
	display: block;
	font-family: var(--sub-font);
	font-size: 10px;
	letter-spacing: 0.2em;
	text-align: center;
}
@media (min-width: 769px) and (max-width: 1279px) {
	footer{
		padding-bottom: 0.781vw;
	}
	footer ul{
		padding: 1.563vw 0 1.172vw;
	}
	footer ul li a{
		font-size: 1.016vw;
		padding: 0 1.016vw;
	}
	small{
		font-size: 0.781vw;
	}
}
@media screen and (max-width: 768px) {
	iframe{
		aspect-ratio: 2 / 1;
	}
	footer ul li{
		width: 100%;
	}
	footer ul li a{
		display: block;
		text-align: center;
		border-right: none;
	}
	footer ul li:first-child a{
		border-left: none;
	}
	small{
		letter-spacing: 0.1em;
	}
}