﻿@charset "UTF-8";

/* --------------------------------------------------------- page_title */
main {
	margin-top: 100px;
}

#page_title {
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#page_title h2 {
	color: #3b4554;
	font-family: "ZenKakuGothicNew", sans-serif;
	font-weight: normal;
	font-size: 2.625rem;
	margin: 0;
	letter-spacing: 0.3em;
	line-height: 1em;
	text-align: center;
}
#page_title h2 span {
	display: block;
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	font-weight: normal;
	padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
	#page_title h2 {
		font-size: 2.25rem;
	}
}

@media screen and (max-width: 479px) {
	#page_title h2 {
		font-size: 2rem;
	}
}

/* --------------------------------------------------------- path */
#path {
	height: 50px;
	background-color: #c9caca;
	margin-bottom: 150px;
}
#path section {
	overflow: auto;
}
#path section::-webkit-scrollbar{
	height: 4px;
}
#path section::-webkit-scrollbar-track{
	background-color: #c9caca;
}
#path section::-webkit-scrollbar-thumb{
	background-color: #3b4554;
}
#path ol {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	white-space: nowrap;
	width: 80%;
	min-width: 1560px;
	padding: 0 10%;
	box-sizing: border-box;
}
#path li {
	line-height: 50px;
	font-size: 0.75rem;
	margin-right: 3em;
	color: #3b4554;
}
#path li:last-of-type {
	margin-right: 0;
	padding-right: 3em;
}
#path li a {
	display: block;
	position: relative;
	color: #3b4554;
}
#path li a:before {
	content: ">";
	position: absolute;
	right: -2em;
}
@media screen and (max-width: 1599px) {
	#path ol {
		width: 90%;
		min-width: 0;
		padding: 0 5%;
	}
}
@media screen and (max-width: 479px) {
	#path ol {
		width: 96%;
		padding: 0 2%;
	}
}

/* --------------------------------------------------------- common */
#page_title{
	background-position: center;
}
main:has(#contact) #page_title{
	background-position: 60% center;
}
.inner2 {				/* コンテンツ幅1280px ~03, 04, 08, 10, 11~ */
	background-color: #a2b0b1;
	width: 90%;
	max-width: 1280px;
	padding: 70px 80px;
	margin: 0 auto 100px;
	box-sizing: border-box;
}
.inner2:last-child{
	margin-bottom: 150px;
}
.inner3 {				/* コンテンツ幅1600px ~07~ */
	background-color: #a2b0b1;
	width: 90%;
	max-width: 1600px;
	padding: 70px 80px;
	margin: 0 auto 150px;
	box-sizing: border-box;
}
@media screen and (max-width: 1599px) {
	:is(.inner2, .inner3) {
		max-width: unset;
	}
}
@media screen and (max-width: 767px) {
	:is(.inner, .inner2, .inner3) {
		padding: 60px;
	}
}
@media screen and (max-width: 479px) {
	:is(.inner, .inner2, .inner3) {
		padding: 20px;
	}
}

/* --------------------------------------------------------- 02biz */
#biz h2 {
	color: #3b4554;
	font-size: calc(44em / 18);
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
#biz h2 span {
	display: block;
	font-family: Noto Sans Jp,sans-serif;
	font-size: calc(14em / 44);
	letter-spacing: 0.2em;
	padding-left: 120px;
	position: relative;
}
#biz h2 span:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #3b4554;
}
#biz .biz_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	gap: clamp(30px, 8.571vw, 40px) clamp(10px, 1.5625vw, 35px);
}
#biz .biz_list figure {
	text-align: center;
}
#biz .biz_list img{
	margin-bottom: 8px;
}
#biz .biz_list figure a {
	color: #3e3a39;
}
#biz .biz_list figure a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#biz .biz_list {
		display: block;
	}
	#biz .biz_list figure {
		margin-bottom: 1em;
	}
}
/* --------------------------------------------------------- 03biz_detail */
#biz_detail h2 {
	color: #3b4554;
	font-size: calc(44em / 18);
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
#biz_detail h2 span {
	display: block;
	font-family: Noto Sans Jp,sans-serif;
	font-size: calc(14em / 44);
	letter-spacing: 0.2em;
	padding-left: 120px;
	position: relative;
}
#biz_detail h2 span:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #3b4554;
}
#biz_detail h3{
	position: relative;
	margin-top: 75px;
	color: #3b4554;
	font-size: 1.5rem;
	font-weight: 400;
}
#biz_detail h3:before {
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	width: 11px;
	height: 4px;
	background-color: #3b4554;
}
#biz_detail h3:after {
	position: absolute;
	top: 6px;
	left: 11px;
	content: "";
	width: 11px;
	height: 4px;
	background-color: #c9caca;
}
#biz_detail h4{
	position: relative;
	margin-top: 45px;
	color: #3b4554;
	font-size: 1.25rem;
	font-weight: normal;
}
#biz_detail h4:before {
	position: absolute;
	left: 0;
	bottom: 5px;
	content: "";
	width: 11px;
	height: 2px;
	background-color: #3b4554;
}
#biz_detail h4:after {
	position: absolute;
	left: 11px;
	bottom: 5px;
	content: "";
	width: 180px;
	height: 2px;
	background-color: #c9caca;
}
#biz_detail p{
	margin-top: 24px;
}
#biz_detail a{
	color: #3e3a39;
}
#biz_detail a:hover{
	text-decoration: underline;
}
#biz_detail ul{
	margin-top: 20px;
	margin-left: 20px;
}
#biz_detail li{
	text-indent: -1.55rem;
}
#biz_detail li:before{
	content: "－";
	padding-right: .55rem;
	color: #c9caca;
	font-weight: bold;
}
#biz_detail .table_scroll {
	min-width: 100%;
	margin-top: 45px;
	padding-block: 16px;
	overflow-x: auto;
}
#biz_detail table{
	width: 100%;
	border: solid 1px #3b4554;
	background-color: #c9caca;
	white-space: nowrap;
}
#biz_detail th{
	padding: 13px 18px;
	background-color: #3b4554;
	text-align: center;
	font-weight: normal;
	color: #c9caca;
}
#biz_detail td{
	border: solid 1px #3b4554;
	padding: 13px 18px;
}
#biz_detail :is(td:nth-child(2), td:nth-child(3)){
	text-align: center;
}
#biz_detail td:nth-child(4){
	text-align: right;
}
#biz_detail .biz_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	gap: clamp(30px, 8.571vw, 40px) clamp(10px, 1.5625vw, 35px);
}
@media screen and (max-width: 767px) {
	#biz_detail .biz_list {
		grid-template-columns: repeat(2, 1fr);
	}
}
#biz_detail .biz_list figure{
	max-width: 350px;
	text-align: center;
}
#biz_detail .biz_list img{
	margin-bottom: 8px;
}

/* --------------------------------------------------------- 04works */
#work h2 {
	color: #3b4554;
	font-size: calc(44em / 18);
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
#work h2 span {
	display: block;
	font-family: Noto Sans Jp,sans-serif;
	font-size: calc(14em / 44);
	letter-spacing: 0.2em;
	padding-left: 120px;
	position: relative;
}
#work h2 span:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #3b4554;
}
#work h3{
	position: relative;
	margin-bottom: 20px;
	color: #3b4554;
	font-size: 1.5rem;
	font-weight: 400;
}
#work h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 11px;
	height: 4px;
	background-color: #3b4554;
}
#work h3:after {
	position: absolute;
	top: 0;
	left: 11px;
	content: "";
	width: 11px;
	height: 4px;
	background-color: #c9caca;
}
#work .work_box{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 100px;
}
#work .work_box:last-child{
	margin-bottom: 30px;
}
#work .work_box:nth-of-type(2n-1) {
	flex-direction: row-reverse;
}
#work .work_box > figure {
	width: 63.393%;
	aspect-ratio: 71 / 48;
}
#work .work_box ul {
	position: relative;
	width: 34.821%;
}
#work .work_box li {
	margin-bottom: 5.2%;
	aspect-ratio: 39 / 23;
}
#work .work_box li:last-child{
	margin-bottom: 0;
}
#work .work_box img{
	max-width: 100%;
	object-fit: cover;
}
#work .work_box .before{
	position: relative;
	width: 112.821%;
	aspect-ratio: 44 / 23;
	right: 12.821%;
}
#work .work_box:nth-of-type(2n) .before{
	right: unset;
}
#work .work_box .before::before{
	display: block;
	content: "BEFORE";
	position: absolute;
	top: 10px;
	left: -50px;
	padding: 0 10px 1px 30px;
	border-radius: calc(0.9375rem + 2px);
	background-color: #7d9598;
	color: #fff;
	font-size: 0.6875rem;
	letter-spacing: 1px;
}
#work .work_box:nth-of-type(2n) .before::before{
	left: unset;
	right: -50px;
	padding: 0 30px 1px 10px;
}
@media screen and (max-width: 1599px) {
	#work .work_box .before::before{
		padding: 0 10px 2px 60px;
		left: -70px;
	}
	#work .work_box:nth-of-type(2n) .before::before{
		padding: 0 60px 2px 10px;
		right: -70px;
	}
}
@media screen and (max-width: 999px) {
	#work .work_box{
		flex-direction: column;
		justify-content: space-between;
		row-gap: 15px;
		margin-bottom: 60px;
	}
	#work .work_box:nth-of-type(2n-1) {
		flex-direction: column;
	}
	#work .work_box > figure {
		width: 100%;
	}
	#work .work_box ul {
		display: flex;
		column-gap: 15px;
		width: 100%;
	}
	#work .work_box ul:has(.before){
		left: -4.179%;
		width: 104.179%;
	}
	#work .work_box li{
		width: 100%;
		margin-bottom: 0;
	}
	#work .work_box .before{
		left: unset;
		right: unset;
	}
	#work .work_box .before::before{
		left: -70px;
	}
	#work .work_box:nth-of-type(2n) .before::before{
		left: -70px;
		right: unset;
		padding: 0 10px 2px 60px;
	}
}
@media screen and (max-width: 767px) {
	#work .work_box ul {
		display: initial;
		width: 100%;
	}
	#work .work_box ul:has(.before){
		left: 0;
		width: 100%;
	}
	#work .work_box li{
		width: 100%;
		margin-inline: auto;
		margin-bottom: 15px;
	}
	#work .work_box .before{
		width: 80%;
		left: 0;
	}
	#work .work_box .before::before{
		top: 1.956vw;
		left: 1.956vw;
		padding: 0 10px 0.261vw 10px;
		font-size: max(9px, 1.565vw);
	}
	#work .work_box:nth-of-type(2n) .before::before{
		top: 1.956vw;
		left: 1.956vw;
		padding: 0 10px 0.261vw 10px;
		font-size: max(9px, 1.565vw);
	}
}

/* --------------------------------------------------------- 07about */
#about h2 {
	color: #3b4554;
	font-size: calc(44em / 18);
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
#about h2 span {
	display: block;
	font-family: Noto Sans Jp,sans-serif;
	font-size: calc(14em / 44);
	letter-spacing: 0.2em;
	padding-left: 120px;
	position: relative;
}
#about h2 span:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #3b4554;
}
#about h3{
	position: relative;
	color: #3b4554;
	font-size: 1.75rem;
	font-weight: 400;
}
#about h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 11px;
	height: 4px;
	background-color: #3b4554;
}
#about h3:after {
	position: absolute;
	top: 0;
	left: 11px;
	content: "";
	width: 11px;
	height: 4px;
	background-color: #c9caca;
}
#about .overview{
	display: flex;
	gap: 20px 125px;
}
@media screen and (max-width: 1199px) {
	#about .overview{
		flex-direction: column;
	}
}
#about .overview div{
	flex: 1 1 100%;
}
#about table {
	width: 100%;
	margin-block: 30px 105px;
}
#about table tr{
	border-top: solid 1px #7d9598;
}
#about table tr:last-child{
	border-bottom: solid 1px #7d9598;
}
#about th{
	box-sizing: border-box;;
	width: 26.78%;
	padding: 16px 1em 16px 0;
	text-align: left;
	vertical-align: baseline;
	white-space: nowrap;
	font-size: 1rem;
}
#about td{
	box-sizing: border-box;
	width: 73.22%;
	padding-block: 16px;
	text-align: left;
	white-space: nowrap;
	font-size: 1rem;
}
#about iframe{
	width: 100%;
	height: 525px;
}
@media screen and (max-width: 767px) {
	#about th{
		display: block;
		width: 100%;
		padding: 16px 1em 0 0 ;
	}
	#about td{
		display: block;
		width: 100%;
		padding-block: 0 16px;
	}
	#about iframe{
	height: 320px;
	}
}

/* --------------------------------------------------------- 08contact */
#contact h2 {
	color: #3b4554;
	font-size: calc(44em / 18);
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: 0.1em;
	margin-bottom: 55px;
}
#contact h2 span {
	display: block;
	font-family: Noto Sans Jp,sans-serif;
	font-size: calc(14em / 44);
	letter-spacing: 0.2em;
	padding-left: 120px;
	position: relative;
}
#contact h2 span:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #3b4554;
}
#contact table{
	width: 100%;
	margin-block: 45px 25px;
	text-align: left;
}
#contact tr{
	border-bottom: solid 1px #749297;
}
#contact tr:last-child{
	border-bottom: none;
}
#contact th{
	width: 260px;
	/*max-width: 300px;
	min-width: 200px;*/
	padding-block: 30px;
	vertical-align: baseline;
	font-size: 1rem;
}
#contact td{
	padding-block: 15px;
	width: calc(100% - 260px);
}
#contact tr.require th::after{
	content:"必須";
	margin-left: 20px;
	padding: 2px 5px 3px;
	border-radius: 5px;
	background-color: #3b4554;
	color: #fff;
	font-size: 0.75rem;
	font-weight: normal;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	#contact th{
		display: block;
		width: 100%;
		max-width: unset;
		min-width: unset;
		padding-block: 15px 0;
	}
	#contact td{
		display: block;
		width: 100%;
		padding-block: 0 25px;
	}
}
#contact td input{
	/*max-width: 900px;*/
	height: 55px;
	border: solid 1px #c9caca;
	box-sizing: border-box;
	padding: 0 0.5em;
}
#contact input:not([type=tel]):not([type=checkbox]):not(.wpcf7-submit){
	width: 100%;
}
#contact input[type=tel]{
	width: 250px;
}
/*#contact input[type=tel]:last-child{
	width: min(180px, 35%);
}*/
#contact textarea{
	width: 100%;
	max-width: 900px;
	height: 300px;
	margin-top: 6px;
	border: solid 1px #c9caca;
	box-sizing: border-box;
	resize: none;
}
#contact input.wpcf7-submit{
	display: block;
	width: 280px;
	margin: 70px auto 5px;
	padding: 20px 73px;
	border: none;
	background-color: #3b4554;
	color: #c9caca;
	font-size: 1rem;
	cursor: pointer;
	transition: all .3s ease;
}
#contact input.wpcf7-submit:disabled {
	background-color: #eee;
	cursor: default;
}
#contact button:hover{
	background-color: #749297;
}
#contact div.policy_box {
	width: 100%;
	padding: 40px 32px;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	font-size: 1rem;
}
#contact div.policy_box p{
	margin: 0;
}
#contact div.policy_box a{
	display: block;
	width: fit-content;
	margin: auto;
	color: #3e3a39;
}
#contact div.policy_box a:hover{
	text-decoration: underline;
}
#contact div.policy_box label{
	display: block;
	width: fit-content;
	margin: 1rem auto 0;
	cursor: pointer;
}
#contact div.policy_box input{
	margin-right: 1rem;
	cursor: pointer;
}

@media screen and (max-width: 479px) {
	#contact input[type=tel]{
		width: 100%;
	}
}


/* --------------------------------------------------------- 09policy */
#policy {
	margin-bottom: 140px;
}
#policy h2 {
	font-family: "ZenKakuGothicNew", sans-serif;
	color: #3b4554;
	font-size: 1.75rem;
	font-weight: normal;
	position: relative;
	padding-top: 12px;
	margin-bottom: 20px;
	line-height: 1.7;
}
#policy h2:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 11px;
	height: 4px;
	background-color: #3b4554;
}
#policy h2:after {
	position: absolute;
	top: 0;
	left: 11px;
	content: "";
	width: 11px;
	height: 4px;
	background-color: #c9caca;
}
#policy p {
	margin-bottom: 90px;
	
}
#policy .inner {
	background-color: #a2b0b1;
	padding: 80px;
	box-sizing: border-box;
}
@media screen and (max-width: 479px) {
	#policy .inner {
		padding: 20px;
	}
}

/* --------------------------------------------------------- 10news */
#news h2 {
	color: #3b4554;
	font-size: calc(44em / 18);
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
#news h2 span {
	display: block;
	font-family: Noto Sans Jp,sans-serif;
	font-size: calc(14em / 44);
	letter-spacing: 0.2em;
	padding-left: 120px;
	position: relative;
}
#news h2 span:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #3b4554;
}
#news ul li {
	display: flex;
	align-items: center;
	position: relative;
	padding: 16px 48px 16px 0;
	border-top: solid 1px #7d9598;
}
#news ul li:last-child{
	border-bottom: solid 1px #7d9598;
}
#news time{
	margin-top: 0.375rem;
	padding-right: 16px;
	font-size: 0.75rem;
	color: #3e3a39;
}
#news ul a{
	color: #3e3a39;
}
#news ul a:hover{
	text-decoration: underline;
}
#news ul a::after{
	position: absolute;
	top: 19px;
	right: 24px;
	width: 1.25rem;
}
#news ul .detail a::after{
	content: url(../images/icon_detail.svg);
}
#news ul .pdf a::after{
	content: url(../images/icon_pdf.svg);
}
#news ul .link a::after{
	content: url(../images/icon_link.svg);
}
#news nav{
	margin: 60px auto 0;
}
#news ol {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 15px;
}
#news ol li{
	width: 40px;
	height: 40px;
	border: solid 1px #3b4554;
	text-align: center;
	line-height: 2.2;
	font-size: 1.125rem;
}
#news ol li:is(.prev, .next){
	border: none;
}
#news ol li:is(.prev, .next) a:hover{
	color: #ddd;
}
#news ol .current{
	background-color: #3b4554;
	color: #a2b0b1;
}
#news ol a{
	color:#3b4554;
}
#news ol :not(.prev):not(.next) a{
	display: block;
}
#news ol :not(.prev):not(.next) a:hover{
	background-color: #ddd;
}

/* --------------------------------------------------------- 11news_detail */
#news_detail h2 {
	font-family: "ZenKakuGothicNew", sans-serif;
	color: #3b4554;
	font-size: 1.75rem;
	font-weight: normal;
	position: relative;
	padding-top: 12px;
	margin-bottom: 55px;
	line-height: 1.7;
}
#news_detail h2:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 11px;
	height: 4px;
	background-color: #3b4554;
}
#news_detail h2:after {
	position: absolute;
	top: 0;
	left: 11px;
	content: "";
	width: 11px;
	height: 4px;
	background-color: #c9caca;
}
#news_detail time {
	display: block;
	margin-right: 8px;
	margin-bottom: 65px;
	text-align: right;
	font-size: 0.75rem;
}
#news_detail p {
	margin-bottom: 50px;
}
#news_detail hr{
	border: solid 1px #7d9598;
}
#news_detail .button{
	display: block;
	width: 350px;
	margin: 55px auto -5px;
	padding-block: 19px;
	background-color: #3b4554;
	text-align: center;
	color: #c9caca;
}
#news_detail .button:hover{
	background-color: #749297;
}
#recent_news .inner2 {
	margin-bottom: 105px;
}
#recent_news .inner2:last-child {
	margin-bottom: 140px;
}
#recent_news h2 {
	font-family: "ZenKakuGothicNew", sans-serif;
	color: #3b4554;
	font-size: 1.75rem;
	font-weight: normal;
	position: relative;
	padding-top: 12px;
	margin-bottom: 70px;
	line-height: 1.7;
}
#recent_news h2:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 11px;
	height: 4px;
	background-color: #3b4554;
}
#recent_news h2:after {
	position: absolute;
	top: 0;
	left: 11px;
	content: "";
	width: 11px;
	height: 4px;
	background-color: #c9caca;
}
#recent_news li {
	display: flex;
	align-items: center;
	position: relative;
	padding: 16px 48px 16px 0;
	border-top: solid 1px #7d9598;
}
#recent_news li:last-child{
	border-bottom: solid 1px #7d9598;
}
#recent_news a{
	color: #3e3a39;
}
#recent_news a:hover{
	text-decoration: underline;
}
#recent_news a:after{
	position: absolute;
	top: 19px;
	right: 24px;
	width: 1.25rem;
}
#recent_news .detail a::after{
	content: url(../images/icon_detail.svg);
}
#recent_news .pdf a::after{
	content: url(../images/icon_pdf.svg);
}
#recent_news .link a::after{
	content: url(../images/icon_link.svg);
}
#recent_news time{
	margin-top: 0.375rem;
	padding-right: 16px;
	font-size: 0.75rem;
	color: #3e3a39;
}