@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
/*　　アニメーション　　*/
.js-inview{
	opacity: 0;
	transition: 1.5s;
}
.js-inview.active{
	opacity: 1;
}
/*　　見出し　　*/
.guide-ttl{
	position: relative;
}
.guide-ttl.border{
	margin-bottom: 4rem;
}
.guide-ttl.border::after{
	position: absolute;
	background: #C8302D;
	content: '';
	width: 4rem;
	left: 0;
	height: 2px;
	bottom: -1.5rem;
}
.guide-ttl.border.center::after{
	left: 50%;
	transform: translateX(-50%);
}
.guide-ttl .roma{
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}
.guide-ttl h2{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
}
@media only screen and (max-width: 767px) {
	.guide-ttl.border{
		margin-bottom: 2.5rem;
	}
	.guide-ttl.border::after{
		width: 3.25rem;
		bottom: -1rem;
	}
	.guide-ttl .roma{
		font-size: 1.125rem;
		margin-bottom: 0.25rem;
	}
	.guide-ttl h2{
		font-size: 1.6875rem;
	}
}
/*　　アニメーション　　*/
.box_w{
	background: #FFFFFF;
}
/**
/* トップページ CSS
----------------------------------------------- */
/*　　MV　　*/
.fv-view{
	position: relative;
	background: url(../img/top/mv_bg.png) center bottom;
	background-size: cover;
	padding: 18.5rem 0 14.375rem 0;
}
.fv-view .view-box{
	position: relative;
	background: #FFFFFF;
	width: 100%;
	max-width: 51.375rem;
	padding: 4rem 1.875rem 3.5rem 4.5rem;
}
.fv-view .view-box::after{
	position: absolute;
	background: url(../img/icon/line_bg.png) no-repeat;
	background-size: cover;
	bottom: -1.25rem;
	right: -2.5rem;
	content: "";
	width: 6.875rem;
	height: 10.3125rem;
}
.fv-view .view-box .logo{
	position: absolute;
	width: 9.5rem;
	top: 2.5rem;
	right: 1.875rem;
	line-height: 0;
}
.fv-view .view-box h1{
	display: inline-block;
	background: #C8302D;
	color: #FFFFFF;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	padding: 0.5rem 1rem 0.5rem 4.5rem;
	margin-left: -4.5rem;
	margin-bottom: 1.5rem;
}
.fv-view .view-box h1 span{
	display: block;
	font-size: 1.125rem;
}
.fv-view .view-box .p-text{
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.95;
}
@media only screen and (max-width: 767px) {
	.fv-view{
		background: url(../img/top/sp_mv_bg.png) center bottom;
		background-size: cover;
		padding: 7rem 0 3.5rem 0;
	}
	.fv-view .view-box{
		width: 100%;
		max-width: 100%;
		padding: 1.25rem;
	}
	.fv-view .view-box::after{
		background: url(../img/icon/sp_line_bg.png) no-repeat;
		background-size: cover;
		bottom: -1.25rem;
		right: -1rem;
		width: 3.4375rem;
		height: 5.1875rem;
	}
	.fv-view .view-box .logo{
		position: relative;
		width: 100%;
		top: auto;
		right: auto;
		text-align: center;
		margin-bottom: 1rem;
	}
	.fv-view .view-box .logo img{
		width: 5.3125rem;
	}
	.fv-view .view-box h1{
		display: block;
		width: calc(100% + 2.5rem);
		font-size: 1.21875rem;
		padding: 0.5rem 0.5rem 0.5rem 1.25rem;
		margin-left: -1.25rem;
		margin-bottom: 1rem;
	}
	.fv-view .view-box h1 span{
		font-size: 0.625rem;
	}
	.fv-view .view-box .p-text{
		font-size: 1.0625rem;
		line-height: 1.58;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.fv-view{
		padding: 10.5rem 0px 8.375rem;
	}
}
/*　　国際科学振興財団とは　　*/
.front-about{
	padding: 0 0 5.5rem 0;
}
.front-about .imageArea{
	position: absolute;
	width: 45%;
	max-width: 52.1875rem;
	top: 0;
}
.front-about .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.front-about .contentArea .cont-inner{
	width: 55%;
	max-width: 42.8125rem;
	padding: 5rem 2.5rem 0 0;
}
.front-about .contentArea .guide-ttl{
	margin-bottom: 3.3125rem;
}
.front-about .contentArea h3{
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.03em;
	margin-bottom: 2rem;
}
.front-about .contentArea .history{
	position: relative;
	margin-bottom: 1.5rem;
}
.front-about .contentArea .history dl{
	display: flex
}
.front-about .contentArea .history dl:not(:last-child){
	margin-bottom: 1rem;
}
.front-about .contentArea .history::after{
	position: absolute;
	background: #DEDEDE;
	top: 0.625rem;
	left: 8.75rem;
	content: "";
	vertical-align: middle;
	width: 1px;
	height: 86%;
}
.front-about .contentArea .history dl dt{
	width: 7.5rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
.front-about .contentArea .history dl dd{
	position: relative;
	width: calc(100% - 7.5rem);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
	padding-left: 2.5rem;
}
.front-about .contentArea .history dl dd::before{
	position: absolute;
	background: #FFFFFF;
	top: 0.5625rem;
	left: 1rem;
	content: "";
	vertical-align: middle;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 100%;
	border: 2px solid #C8302D;
	z-index: 2;
}
.front-about .contentArea .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
	letter-spacing: 0.03em;
}
.front-about .contentArea .block_btn{
	margin-top: 2.5rem;
}
@media only screen and (max-width: 1200px) {
	.front-about .contentArea .cont-inner{
		padding: 5rem 0 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.front-about{
		padding: 1.75rem 0 2.75rem 0;
	}
	.front-about .imageArea{
		position: relative;
		width: 100%;
		max-width: 100%;
		top: auto;
		padding: 0 0.75rem;
	}
	.front-about .imageArea img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.front-about .contentArea .cont-inner{
		width: 100%;
		max-width: 100%;
		padding: 1.75rem 0 0 0;
	}
	.front-about .contentArea .guide-ttl{
		margin-bottom: 2.25rem;
	}
	.front-about .contentArea h3{
		font-size: 1.28125rem;
		margin-bottom: 1.5rem;
	}
	.front-about .contentArea .history{
		margin-bottom: 1rem;
	}
	.front-about .contentArea .history dl:not(:last-child){
		margin-bottom: 1rem;
	}
	.front-about .contentArea .history::after{
		left: 5.235rem;
	}
	.front-about .contentArea .history dl dt{
		width: 4rem;
		font-size: 0.9375rem;
		line-height: 1.3;
		text-align: right;
	}
	.front-about .contentArea .history dl dd{
		width: calc(100% - 4rem);
		font-size: 0.9375rem;
		padding-left: 2.25rem;
	}
	.front-about .contentArea .history dl dd::before{
		top: 0.5625rem;
		left: 0.875rem;
		width: 0.75rem;
		height: 0.75rem;
	}
	.front-about .contentArea .p-text{
		font-size: 0.9375rem;
		line-height: 1.8;
	}
	.front-about .contentArea .block_btn{
		text-align: center;
		margin-top: 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-about .contentArea .cont-inner {
		padding: 5rem 0 0 0;
	}
	.front-about .contentArea h3{
		font-size: 2rem;
	}
}
/*　　事業紹介　　*/
.front-business{
	background: url(../img/top/business_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5rem 0 4.5rem 0;
}
.front-business .guide-ttl{
	margin-bottom: 3rem;
}
.front-business .business-nav .box{
	padding: 1.5rem;
}
.front-business .business-nav .box:not(:last-child){
	margin-bottom: 1.875rem;
}
.front-business .business-nav .box .imageArea{
	width: 30%;
}
.front-business .business-nav .box .contentArea{
	width: 70%;
	padding-left: 2.5rem;
}
.front-business .business-nav .box h3{
	color: #000000;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.29;
	margin-bottom: 1rem;
}
.front-business .business-nav .box h4{
	color: #000000;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 1rem;
}
.front-business .business-nav .box p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}
.front-business .business-nav .box .link{
	margin-top: 1.5rem;
}
.front-business .business-nav .box .link li a{
	position: relative;
	display: inline-block;
	color: #1C1C1C;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
	padding-right: 2rem;
}
.front-business .business-nav .box .link li a::after{
	position: absolute;
	background: url(../img/icon/arrow_r2.svg) no-repeat;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 1rem;
	height:1rem;
}
@media only screen and (max-width: 767px) {
	.front-business{
		background: url(../img/top/sp_business_bg.jpg) no-repeat center;
		background-size: cover;
		padding: 3rem 0 2.5rem 0;
	}
	.front-business .inner-wrap{
		width: calc(100% - 1.5rem);
	}
	.front-business .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.front-business .guide-ttl::after{
		content: none;
	}
	.front-business .guide-ttl h2{
		line-height: 1.2;
	}
	.front-business .business-nav .box{
		padding: 1rem 1rem 1.25rem 1rem;
	}
	.front-business .business-nav .box:not(:last-child){
		margin-bottom: 0.75rem;
	}
	.front-business .business-nav .box .imageArea{
		width: 100%;
		margin-bottom: 0.75rem;
	}
	.front-business .business-nav .box .contentArea{
		width: 100%;
		padding-left: 0;
	}
	.front-business .business-nav .box h3{
		font-size: 1.3125rem;
		margin-bottom: 0.75rem;
	}
	.front-business .business-nav .box h4{
		font-size: 1.0625rem;
		margin-bottom: 0.5rem;
	}
	.front-business .business-nav .box p{
		font-size: 0.9375rem;
		line-height: 1.8;
	}
	.front-business .business-nav .box .link{
		margin-top: 0.75rem;
	}
	.front-business .business-nav .box .link li{
		text-align: right;
	}
	.front-business .business-nav .box .link li a{
		font-size: 0.9375rem;
		line-height: 1.2;
		padding-right: 1.5rem;
	}
}
/*　　多様な取り組み実績　　*/
.front-achievements .imageArea{
	width: 45%;
}
.front-achievements .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.front-achievements .contentArea{
	width: 55%;
	max-width: 48.5rem;
	padding: 6rem 2.5rem 5.5rem 5.125rem;
}
.front-achievements .contentArea .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
	letter-spacing: 0.03em;
}
.front-achievements .contentArea .block_btn{
	margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.front-achievements{
		padding: 2.25rem 0 2.6875rem 0;
	}
	.front-achievements .imageArea{
		width: calc(100% - 1.5rem);
	}
	.front-achievements .contentArea{
		width: 100%;
		max-width: 100%;
		padding: 2rem 1.5rem 0 1.5rem;
	}
	.front-achievements .contentArea .p-text{
		font-size: 0.9375rem;
		line-height: 1.8;
	}
	.front-achievements .contentArea .block_btn{
		text-align: center;
		margin-top: 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-achievements .contentArea{
		padding: 5rem 2.5rem 3.5rem 2.5rem;
	}
}
.front-initiative{
	background: url(../img/top/initiative_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5rem 0 4.5rem 0;
}
.front-initiative h3{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 1rem;
}
.front-initiative .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5625;
}
.front-initiative .initiative-nav{
	column-gap: 2rem;
	row-gap: 2rem;
	margin-top: 3rem;
}
.front-initiative .initiative-nav li{
	position: relative;
	width: calc(50% - 1rem);
	background: #FFFFFF;
	box-shadow: 0 0.1875rem 0.375rem rgb(0, 0, 0, 0.16);
}
.front-initiative .initiative-nav li::before{
	content: "";
	top: 0;
	left: 0;
	border-bottom: 1.5rem solid transparent;
	border-left: 1.5rem solid #102F60;
	position: absolute;
	z-index: 100;
}
.front-initiative .initiative-nav li a{
	position: relative;
	display: flex;
	align-items: center;
	padding: 1.5rem 2.5rem;
}
.front-initiative .initiative-nav li a::after{
	position: absolute;
	background: url(../img/icon/arrow_r.svg) no-repeat;
	background-size: cover;
	top: 0;
	bottom: 0;
	right: 2.5rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 1.5rem;
	height: 1.5rem;
}
.front-initiative .initiative-nav li .icon{
	display: inline-block;
	width: 6.0625rem;
}
.front-initiative .initiative-nav li .ttl{
	width: calc(100% - 6.0625rem);
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.045;
	padding-left: 2.125rem;
}
@media only screen and (max-width: 1200px) {
	.front-initiative .initiative-nav li a{
		padding: 1.5rem 1.5rem 1.5rem 1.25rem;
	}
	.front-initiative .initiative-nav li a::after{
		right: 1.25rem;
	}
	.front-initiative .initiative-nav li .ttl{
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.front-initiative{
		background: url(../img/top/sp_initiative_bg.jpg) no-repeat center;
		background-size: cover;
		padding: 3rem 0 2.5rem 0;
	}
	.front-initiative h3{
		font-size: 1.0625rem;
		margin-bottom: 0.5rem;
	}
	.front-initiative .p-text{
		font-size: 0.9375rem;
		line-height: 1.8;
	}
	.front-initiative .initiative-nav{
		column-gap: 0;
		row-gap: 0.5rem;
		margin-top: 1.25rem;
	}
	.front-initiative .initiative-nav li{
		width: 100%;
		box-shadow: 0 0.09375rem 0.1875rem rgb(0, 0, 0, 0.16);
	}
	.front-initiative .initiative-nav li::before{
		border-bottom: 0.875rem solid transparent;
		border-left: 0.875rem solid #102F60;
	}
	.front-initiative .initiative-nav li a{
		padding: 0.75rem 2.75rem 0.75rem 0.75rem;
	}
	.front-initiative .initiative-nav li a::after{
		right: 1.125rem;
		width: 1.125rem;
		height: 1.125rem;
	}
	.front-initiative .initiative-nav li .icon{
		width: 3.5625rem;
	}
	.front-initiative .initiative-nav li .ttl{
		width: calc(100% - 3.5625rem);
		font-size: 1.125rem;
		padding-left: 0.5rem;
	}
}
/*　　お知らせ　　*/
.front-news{
	padding: 7rem 0 6rem 0;
}
.front-news .ttlArea{
	width: 16.875rem;
}
.front-news .ttlArea .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
	letter-spacing: 0.03em;
}
.front-news .news-list{
	width: calc(100% - 16.875rem);
	padding-left: 3rem;
}
.front-news .block_btn{
	margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
	.front-news{
		padding: 4.5rem 0 5rem 0;
	}
	.front-news .ttlArea{
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.front-news .ttlArea .p-text{
		font-size: 0.9375rem;
		line-height: 1.8;
	}
	.front-news .news-list{
		width: 100%;
		padding-left: 0;
	}
	.front-news .block_btn{
		margin-top: 2rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-news .news-list{
		padding-left: 1.5rem;
	}
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
/*　　ページヘッダー　　*/
.page-view{
	position: relative;
	background: url(../img/page-view.jpg) no-repeat center;
	background-size: cover;
	padding: 11.5rem 0 7.6875rem 0;
}
.page-view .view-ttl{
	position: relative;
}
.page-view .view-ttl::after{
	position: absolute;
	background: #C8302D;
	content: '';
	width: 4rem;
	left: 0;
	height: 2px;
	bottom: -1.5rem;
}
.page-view .view-ttl .roma{
	font-family: "Montserrat", sans-serif;
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}
.page-view .view-ttl h1{
	color: #FFFFFF;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.45;
}
.page-view .view-ttl h1 span{
	display: inline-block;
	font-size: 1.625rem;
	margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
	.page-view{
		padding: 6.5rem 0 6rem 0;
	}
	.page-view .view-ttl::after{
		width: 3.25rem;
		bottom: -1rem;
	}
	.page-view .view-ttl .roma{
		font-size: 1.125rem;
		margin-bottom: 0.25rem;
	}
	.page-view .view-ttl h1{
		font-size: 1.6875rem;
	}
	.page-view .view-ttl h1 span{
		font-size: 1.25rem;
		margin-left: 0.5rem;
	}
}
/**
/* 財団について CSS
----------------------------------------------- */
/*　　ナビ　　*/
.company-nav-guide{
	padding: 2.5625rem 0 2.75rem 0;
}
.company-nav-guide .company-nav{
	column-gap: 1.5rem;
	row-gap: 1rem;
}
.company-nav .nav{
	width: calc(33.3333% - 1rem);
}
.company-nav .nav a{
	position: relative;
	display: block;
	color: #1C1C1C;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: center;
	border: 1px solid #C9C9C9;
	padding: 1rem;
}
.company-nav .nav a:hover{
	background: #C8302D;
	color: #FFFFFF;
	border: 1px solid #C8302D;
}
.company-nav .nav a::after{
	position: absolute;
	background: url(../img/icon/arrow_r3.svg) no-repeat;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	right: 1.5rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 1rem;
	height: 1rem;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.company-nav .nav a:hover::after{
	background: url(../img/icon/arrow_w3.svg) no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.company-nav-guide{
		padding: 1.5rem 0 1.5rem 0;
	}
	.company-nav-guide .company-nav{
		column-gap: 0.5rem;
		row-gap: 0.5rem;
	}
	.company-nav .nav{
		width: calc(50% - 0.25rem);
	}
	.company-nav .nav a{
		font-size: 0.9375rem;
		padding: 0.875rem 2rem 0.875rem 0.875rem;
	}
	.company-nav .nav a::after{
		right: 0.5rem;
	}
}
/*　　ご挨拶　　*/
.greeting-guide{
	padding: 2.75rem 0 6.5rem 0;
}
.greeting-guide .guide-ttl{
	margin-bottom: 5.4375rem;
}
.greeting-container .contentArea{
	width: 70%;
}
.greeting-container .contentArea p{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.03em;
}
.greeting-container .imageArea{
	width: 26%;
}
.greeting-container .company{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.03em;
	margin-top: 1.875rem;
}
.greeting-container .name{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.03em;
	margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.greeting-guide{
		padding: 3.5rem 0 3.5rem 0;
	}
	.greeting-guide .guide-ttl{
		margin-bottom: 3.4375rem;
	}
	.greeting-container .contentArea{
		width: 100%;
	}
	.greeting-container .contentArea p{
		font-size: 0.9375rem;
	}
	.greeting-container .imageArea{
		width: 100%;
		text-align: center;
		margin-bottom: 2rem;
	}
	.greeting-container .imageArea .img img{
		width: 14rem;
	}
	.greeting-container .company{
		font-size: 0.9375rem;
		margin-top: 1rem;
	}
	.greeting-container .name{
		font-size: 1rem;
		margin-top: 0.5rem;
	}
}
/*　　財団概要　　*/
.foundation-guide{
	background: url(../img/about/foundation_bg.jpg) center bottom;
	background-size: cover;
	padding: 5rem 0 4.5rem 0;
}
.foundation-guide .inner{
	max-width: 1000px;
}
.foundation-guide .guide-ttl{
	margin-bottom: 3.5625rem;
}
.foundation-guide .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
	letter-spacing: 0.03em;
	margin-bottom: 2.5rem;
}
.foundation-guide .box{
	background: #FFFFFF;
	padding: 4.5rem 3rem;
}
.foundation-guide .box .box-inner{
	max-width: 52.5rem;
	margin: 0 auto;
}
.foundation-guide .box:not(:last-child){
	margin-bottom: 2rem;
}
.foundation-guide .foundation-tbl th{
	width: 9.0625rem;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.56;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #C8302D;
	padding: 1.875rem 0;
}
.foundation-guide .foundation-tbl td{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.56;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #D5DBE2;
	padding: 1.875rem 2rem;
}
.foundation-guide .foundation-tbl td b{
	font-weight: 500;
}
.foundation-guide .foundation-tbl tr:first-child th{
	border-top: 1px solid #C8302D;
}
.foundation-guide .foundation-tbl tr:first-child td{
	border-top: 1px solid #D5DBE2;
}
@media only screen and (max-width: 767px) {
	.foundation-guide{
		padding: 4rem 0 2.5rem 0;
	}
	.foundation-guide .guide-ttl{
		margin-bottom: 2.5rem;
	}
	.foundation-guide .p-text{
		font-size: 0.9375rem;
		line-height: 2;
		margin-bottom: 1.25rem;
	}
	.foundation-guide .box{
		padding: 1.5rem 1.25rem;
	}
	.foundation-guide .box:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.foundation-guide .foundation-tbl th{
		width: 4rem;
		font-size: 0.9375rem;
		padding: 1.25rem 0;
	}
	.foundation-guide .foundation-tbl td{
		font-size: 0.875rem;
		padding: 1.25rem 0 1.25rem 1rem;
	}
}
/*　　沿革　　*/
.foundation-guide .history{
	position: relative;
}
.foundation-guide .history::after{
	position: absolute;
	background: #DEDEDE;
	top: 2rem;
	left: 8.75rem;
	content: "";
	vertical-align: middle;
	width: 1px;
	height: calc(100% - 5.5rem);
}
.foundation-guide .history dl{
	display: flex
}
.foundation-guide .history dl:not(:last-child){
	margin-bottom: 1.5rem;
}
.foundation-guide .history dl dt{
	width: 6.835rem;
	color: #E3E3E3;
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 1.5;
}
.foundation-guide .history dl dd{
	position: relative;
	width: calc(100% - 6.835rem);
	padding-left: 4rem;
	padding-top: 0.25rem;
	margin-top: 1.25rem;
}
.foundation-guide .history dl dd::before{
	position: absolute;
	background: #FFFFFF;
	top: 0.5625rem;
	left: 1.45rem;
	content: "";
	vertical-align: middle;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	border: 0.25rem solid #C8302D;
	z-index: 2;
}
.foundation-guide .history dl dd ul li + li{
	margin-top: 0.5rem;
}
.foundation-guide .history dl dd .date{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.03em;
	margin-bottom: 0.3125rem;
}
.foundation-guide .history dl dd .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
	.foundation-guide .history::after{
		top: 2rem;
		left: 6.25rem;
		height: calc(100% - 7.5rem);
	}
	.foundation-guide .history dl:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.foundation-guide .history dl dt{
		width: 4.835rem;
		font-size: 2.125rem;
	}
	.foundation-guide .history dl dd{
		width: calc(100% - 4.835rem);
		padding-left: 3rem;
		padding-top: 0.25rem;
		margin-top: 0.625rem;
	}
	.foundation-guide .history dl dd::before{
		top: 0.5625rem;
		left: 1rem;
		width: 0.875rem;
		height: 0.875rem;
		border: 0.185rem solid #C8302D;
	}
	.foundation-guide .history dl dd ul li + li{
		margin-top: 0.3125rem;
	}
	.foundation-guide .history dl dd .date{
		font-size: 0.9375rem;
		margin-bottom: 0.125rem;
	}
	.foundation-guide .history dl dd .text{
		font-size: 0.875rem;
	}
}
/*　　組　織　　*/
.organization-guide{
	background: #F8F8F8;
	padding: 6.5rem 0;
}
.organization-guide .inner{
	max-width: 1000px;
}
.organization-guide .guide-ttl{
	margin-bottom: 3.5625rem;
}
.organization-guide .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
	letter-spacing: 0.03em;
	margin-bottom: 3.5rem;
}
.organization-guide .box{
	background: #FFFFFF;
	padding: 4.5rem 3rem 5rem 3rem;
}
.organization-guide .box .box-inner{
	max-width: 52.5rem;
	margin: 0 auto;
}
.organization-guide .organization-items:not(:last-child){
	margin-bottom: 4.75rem;
}
.organization-guide .organization-items .organization-ttl{
	align-items: flex-end;
	margin-bottom: 1rem;
}
.organization-guide .organization-items .organization-ttl h3{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.03em;
	border-left: 0.25rem solid #C8302D;
	padding-left: 1rem;
}
.organization-guide .organization-items .organization-ttl h3 span{
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.03em;
	margin-left: 0.5rem;
}
.organization-guide .organization-items .organization-ttl .update{
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.03em;
}
.organization-guide .tbl-content{
	overflow-y: hidden !important;
}
.organization-tbl thead th{
	background: #EAEEF2;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: center;
	padding: 0.5rem 1rem;
}
.organization-tbl thead th:not(:last-child){
	width: 10rem;
	border-right: 1px solid #C7CED5;
}
.organization-tbl tbody th,
.organization-tbl tbody td{
	background: #FCFCFC;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #E3E3E3;
	padding: 1rem;
}
.organization-tbl tbody th,
.organization-tbl tbody td:not(:last-child){
	text-align: center;
	border-right: 1px solid #C7CED5;
}
@media only screen and (max-width: 767px) {
	.organization-guide{
		padding: 4rem 0 3rem 0;
	}
	.organization-guide .guide-ttl{
		margin-bottom: 2.5625rem;
	}
	.organization-guide .p-text{
		font-size: 0.9375rem;
		line-height: 2;
		margin-bottom: 1.25rem;
	}
	.organization-guide .box{
		padding: 2rem 1.25rem 1.5rem 1.25rem;
	}
	.organization-guide .organization-items:not(:last-child){
		margin-bottom: 2rem;
	}
	.organization-guide .organization-items .organization-ttl{
		margin-bottom: 1rem;
	}
	.organization-guide .organization-items .organization-ttl h3{
		font-size: 1rem;
		padding-left: 0.625rem;
	}
	.organization-guide .organization-items .organization-ttl h3 span{
		font-size: 0.75rem;
		margin-left: 0.3125rem;
	}
	.organization-tbl{
		width: 40rem;
	}
	.organization-tbl thead th{
		font-size: 0.9375rem;
		padding: 0.5rem 0.625rem;
	}
	.organization-tbl thead th:not(:last-child){
		width: 8rem;
	}
	.organization-tbl tbody th,
	.organization-tbl tbody td{
		font-size: 0.875rem;
		padding: 0.625rem;
	}
}
/*　　寄附について　　*/
.donation-guide{
	padding: 6.5rem 0 3.5rem 0;
}
.donation-guide .donation-items:not(:last-child){
	margin-bottom: 3.5rem;
}
.donation-guide .donation-items h3{
	background: #F8F8F8;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.03em;
	border-left: 0.25rem solid #C8302D;
	padding: 0.5rem 1rem;
	margin-bottom: 2rem;
}
.donation-guide .donation-items h4{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.03em;
	text-align: center;
	margin-bottom: 2rem;
}
.donation-guide .donation-items .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.03em;
}
.donation-guide .donation-items .p-text:not(:last-child){
	margin-bottom: 0.5rem;
}
.donation-guide .donation-items .p-text.right{
	text-align: right;
}
.donation-guide .donation-items .p-text a span{
	display: inline-block;
	margin-left: 0.5rem;
}
.donation-guide .donation-items .note{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.03em;
	margin-top: 1.5rem;
}
.donation-guide .donation-items .name{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.03em;
	text-align: right;
	margin-top: 1.5rem;
}
.donation-guide .donation-items ol{
	margin-top: 2.5rem;
}
.donation-guide .donation-items ol li + li{
	margin-top: 2rem;
}
.donation-guide .donation-items ol li h4{
	text-align: left;
	border-left: 0.25rem solid #C8302D;
	padding-left: 0.5rem;
	margin-bottom: 0.5rem;
}
.donation-guide .donation-items ol li ul{
	margin-top: 1.5rem;
}
.donation-guide .donation-items ol li ul li + li{
	margin-top: 0.5rem;
}
.donation-guide .donation-items ol li ul li{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.03em;
}
.donation-guide .donation-items dl{
	margin-top: 2rem;
}
.donation-guide .donation-items dl dt{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.03em;
	margin-bottom: 0.25rem;
}
.donation-guide .donation-items dl dd{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
	.donation-guide{
		padding: 4rem 0 2rem 0;
	}
	.donation-guide .donation-items:not(:last-child){
		margin-bottom: 2rem;
	}
	.donation-guide .donation-items h3{
		font-size: 1.0625rem;
		padding: 0.5rem 0.875rem;
		margin-bottom: 1.25rem;
	}
	.donation-guide .donation-items h4{
		font-size: 1rem;
		margin-bottom: 1.5rem;
	}
	.donation-guide .donation-items .p-text{
		font-size: 0.9375rem;
		line-height: 1.75;
	}
	.donation-guide .donation-items .p-text:not(:last-child){
		margin-bottom: 0.5rem;
	}
	.donation-guide .donation-items .note{
		font-size: 0.875rem;
		margin-top: 1rem;
	}
	.donation-guide .donation-items .name{
		font-size: 0.9375rem;
		margin-top: 1.25rem;
	}
	.donation-guide .donation-items ol{
		margin-top: 2rem;
	}
	.donation-guide .donation-items ol li + li{
		margin-top: 2rem;
	}
	.donation-guide .donation-items ol li ul{
		margin-top: 1.25rem;
	}
	.donation-guide .donation-items ol li ul li + li{
		margin-top: 0.25rem;
	}
	.donation-guide .donation-items ol li ul li{
		font-size: 0.875rem;
	}
	.donation-guide .donation-items dl{
		margin-top: 2rem;
	}
	.donation-guide .donation-items dl dt{
		font-size: 0.9375rem;
		margin-bottom: 0.25rem;
	}
	.donation-guide .donation-items dl dd{
		font-size: 0.8125rem;
	}
}
/*　　アクセス　　*/
.access-guide{
	padding: 3.5rem 0 6.5rem 0;
}
.access-guide .inner{
	max-width: 1000px;
}
.access-guide .guide-ttl{
	margin-bottom: 4.5625rem;
}
.access-guide .map-container .map{
	line-height: 0;
}
.access-guide .map-container .map iframe{
	height: 32.5rem;
}
.access-guide .address-container{
	margin-top: 2rem;
}
.access-guide .address-container .address{
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.03em;
}
.access-guide .address-container .link{
	text-align: right;
	margin-top: 0.5rem;
}
.access-guide .address-container .link a{
	position: relative;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	padding-right: 2rem;
}
.access-guide .address-container .link a:after{
	position: absolute;
	background: url(../img/icon/arrow_r.svg) no-repeat;
	background-size: cover;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 1.5rem;
	height: 1.5rem;
}
.access-guide .access-container{
	column-gap: 1.5rem;
	row-gap: 1.5rem;
	margin-top: 3rem;
}
.access-guide .access-container .access-items{
	background: #FAFAFA;
	width: calc(50% - 0.875rem);
	border: 1px solid #EDEDED;
}
.access-guide .access-container .access-items h3{
	background: #102F60;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.03em;
	padding: 0.5rem 1rem;
}
.access-guide .access-container .access-items .box{
	padding: 1rem;
}
.access-guide .access-container .access-items .box dl:not(:last-child){
	margin-bottom: 1rem;
}
.access-guide .access-container .access-items .box dl dt{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.03em;
	border-left: 0.25rem solid #C8302D;
	padding-left: 0.5rem;
	margin-bottom: 0.5rem;
}
.access-guide .access-container .access-items .box dl dd p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.03em;
}
.access-guide .access-container .access-items .box dl dd p:not(:last-child){
	margin-bottom: 0.25rem;
}
.access-guide .access-container .access-items .box dl dd p strong{
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	margin: 0 0.5rem;
}
.access-guide .access-container .access-items .box dl dd p span{
	display: inline-block;
	background: #FFFFFF;
	font-size: 0.9375rem;
	font-weight: 500;
	border: 1px solid #D3D3D3;
	padding: 2px 4px;
	margin-right: 0.5rem;
	border-radius: 4px;
}
@media only screen and (max-width: 767px) {
	.access-guide{
		padding: 2rem 0 3rem 0;
	}
	.access-guide .guide-ttl{
		margin-bottom: 3.5625rem;
	}
	.access-guide .map-container .map iframe{
		height: 12.5rem;
	}
	.access-guide .address-container{
		margin-top: 1rem;
	}
	.access-guide .address-container .address{
		font-size: 0.9375rem;
	}
	.access-guide .address-container .link{
		width: 100%;
	}
	.access-guide .address-container .link a{
		font-size: 0.9375rem;
		padding-right: 1.5rem;
	}
	.access-guide .address-container .link a:after{
		width: 1.125rem;
		height: 1.125rem;
	}
	.access-guide .access-container{
		column-gap: 0;
		row-gap: 1rem;
		margin-top: 2rem;
	}
	.access-guide .access-container .access-items{
		width: 100%;
	}
	.access-guide .access-container .access-items h3{
		font-size: 1rem;
		padding: 0.5rem 0.625rem;
	}
	.access-guide .access-container .access-items .box dl dt{
		font-size: 0.875rem;
	}
	.access-guide .access-container .access-items .box dl dd p{
		font-size: 0.875rem;
	}
	.access-guide .access-container .access-items .box dl dd p strong{
		font-size: 0.875rem;
		margin: 0 0.25rem 0 0;
	}
	.access-guide .access-container .access-items .box dl dd p span{
		font-size: 0.75rem;
		margin-right: 0.25rem;
	}
}
/*　　関係リンク　　*/
.link-guide{
	background: #F8F8F8;
	padding: 5.5rem 0;
	margin-bottom: 8.5rem;
}
.link-guide .inner{
	max-width: 1000px;
}
.link-guide .guide-ttl{
	margin-bottom: 4.5625rem;
}
.link-guide .box{
	background: #FFFFFF;
	padding: 4.5rem 3rem;
}
.link-guide .box .box-inner{
	max-width: 52.5rem;
	margin: 0 auto;
}
.link-guide .link-items:not(:last-child){
	margin-bottom: 3.5rem;
}
.link-guide .link-items h3{
	background: #F8F8F8;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.03em;
	border-left: 0.25rem solid #C8302D;
	padding: 0.5rem 1rem;
	margin-bottom: 2rem;
}
.link-guide .link-items .link-container ul{
	width: 50%;
	border-left: 1px solid #D5DBE2;
	padding-left: 2rem;
}
.link-guide .link-items .link-container ul li{
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.03em;
	padding-left: 1.5rem;
}
.link-guide .link-items .link-container ul li::before{
	content: '';
	background: #102F60;
	width: 0.5rem;
	height: 0.5rem;
	position: absolute;
	left: 0;
	top: 0.45rem;
}
.link-guide .link-items .link-container ul li + li{
	margin-top: 1rem;
}
.link-guide .link-items .link-container ul li a{
	color: #1C1C1C;
}
@media only screen and (max-width: 767px) {
	.link-guide{
		padding: 3.5rem 0;
		margin-bottom: 2.5rem;
	}
	.link-guide .guide-ttl{
		margin-bottom: 3.5625rem;
	}
	.link-guide .box{
		padding: 1.5rem 1.25rem;
	}
	.link-guide .link-items:not(:last-child){
		margin-bottom: 2rem;
	}
	.link-guide .link-items h3{
		font-size: 1rem;
		padding: 0.5rem 0.625rem;
		margin-bottom: 1.5rem;
	}
	.link-guide .link-items .link-container{
		row-gap: 0.625rem;
	}
	.link-guide .link-items .link-container ul{
		width: 100%;
		padding-left: 1.5rem;
	}
	.link-guide .link-items .link-container ul li{
		font-size: 0.9375rem;
		padding-left: 1.25rem;
	}
	.link-guide .link-items .link-container ul li + li{
		margin-top: 0.625rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.link-guide{
		margin-bottom: 4.5rem;
	}
}
/**
/* 事業紹介 CSS
----------------------------------------------- */
.business-single .business-head{
	text-align: center;
	padding: 4rem 0 3.5rem 0;
}
.business-single .business-head p{
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.03em;
	text-align: left;
}
.business-single .business-body{
	background: #F8F8F8;
	padding: 6rem 0 5.5rem 0;
}
.business-single .business-body .guide-ttl{
	margin-bottom: 3.5625rem;
}
.business-single .business-body .comment{
	margin-bottom: 2.5rem;
}
.business-single .business-body .comment p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.03em;
	text-align: center;
}
.business-single .business-body .box{
	background: #FFFFFF;
	padding: 4rem 3rem;
}
.business-single .business-body .box .box-inner{
	max-width: 67.5rem;
	margin: 0 auto;
}
.business-single .business-body .business-items:not(:last-child){
	margin-bottom: 4rem;
}
.business-single .business-body .business-items h3{
	position: relative;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.35;
	border-left: 0.25rem solid #C8302D;
	padding-left: 1rem;
	margin-bottom: 3.5rem;
}
.business-single .business-body .business-items h3::after{
	position: absolute;
	background: #D5DBE2;
	content: '';
	width: 100%;
	left: 0;
	height: 1px;
	bottom: -1.5rem;
}
.business-single .business-body .business-items .contentArea{
	width: 71%;
	padding-right: 1.5rem;
}
.business-single .business-body .business-items .contentArea h4{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 1.5rem;
}
.business-single .business-body .business-items .contentArea p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}
.business-single .business-body .business-items .contentArea p:not(:last-child){
	margin-bottom: 2rem;
}
.business-single .business-body .business-items .contentArea p.link{
	margin-top: 2rem;
}
.business-single .business-body .business-items .contentArea p.link a{
	position: relative;
	display: inline-block;
	color: #1C1C1C;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
	padding-right: 2.5rem;
}
.business-single .business-body .business-items .contentArea p.link a::after{
	position: absolute;
	background: url(../img/icon/arrow_r2.svg) no-repeat;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 1.5rem;
	height:1.5rem;
}
.business-single .business-body .business-items .imageArea{
	width: 29%;
}
.business-single .business-bottom{
	background: url(../img/business/bottom_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5.5rem 0;
}
.business-single .business-bottom .imageArea{
	width: 32%;
}
.business-single .business-bottom .contentArea{
	width: 68%;
	padding-right: 4rem;
}
.business-single .business-bottom .guide-ttl{
	margin-bottom: 3.5625rem;
}
.business-single .business-bottom .comment p{
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
	letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
	.business-single .business-head{
		padding: 1.5rem 0 2.5rem 0;
	}
	.business-single .business-head p{
		font-size: 0.9375rem;
		line-height: 2;
		text-align: left;
	}
	.business-single .business-body{
		padding: 4rem 0 3.5rem 0;
	}
	.business-single .business-body .guide-ttl{
		margin-bottom: 2.5625rem;
	}
	.business-single .business-body .comment{
		margin-bottom: 2.5rem;
	}
	.business-single .business-body .comment p{
		font-size: 0.9375rem;
		line-height: 2;
		text-align: left;
	}
	.business-single .business-body .box{
		padding: 2.5rem 1.25rem 2rem 1.25rem;
	}
	.business-single .business-body .business-items:not(:last-child){
		margin-bottom: 3rem;
	}
	.business-single .business-body .business-items h3{
		font-size: 1.25rem;
		margin-bottom: 2.5rem;
	}
	.business-single .business-body .business-items h3::after{
		bottom: -1rem;
	}
	.business-single .business-body .business-items .contentArea{
		width: 100%;
		padding-right: 0;
		margin-bottom: 1.25rem;
	}
	.business-single .business-body .business-items .contentArea h4{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.business-single .business-body .business-items .contentArea p{
		font-size: 0.9375rem;
		line-height: 2;
	}
	.business-single .business-body .business-items .contentArea p:not(:last-child){
		margin-bottom: 1rem;
	}
	.business-single .business-body .business-items .contentArea p.link{
		margin-top: 1rem;
	}
	.business-single .business-body .business-items .contentArea p.link a{
		font-size: 1rem;
		padding-right: 2rem;
	}
	.business-single .business-body .business-items .contentArea p.link a::after{
		width: 1.125rem;
		height:1.125rem;
	}
	.business-single .business-body .business-items .imageArea{
		width: 100%;
	}
	.business-single .business-bottom{
		padding: 4rem 0 3rem 0;
	}
	.business-single .business-bottom .imageArea{
		width: 100%;
	}
	.business-single .business-bottom .contentArea{
		width: 100%;
		padding-right: 0;
		margin-bottom: 1.25rem;
	}
	.business-single .business-bottom .guide-ttl{
		margin-bottom: 2.5625rem;
	}
	.business-single .business-bottom .comment p{
		font-size: 0.9375rem;
		line-height: 2;
	}
}
/*　　これまでの取り組み　　*/
.business-achievements{
	padding: 7.5rem 0 10rem 0;
}
.business-achievements .imageArea{
	width: 45%;
}
.business-achievements .contentArea{
	width: 55%;
	padding-left: 3.5rem;
}
.business-achievements .contentArea .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
	letter-spacing: 0.03em;
}
.business-achievements .block_btn{
	margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.business-achievements{
		padding: 4rem 0 4rem 0;
	}
	.business-achievements .imageArea{
		width: 100%;
		margin-bottom: 1.25rem;
	}
	.business-achievements .contentArea{
		width: 100%;
		padding-left: 0;
	}
	.business-achievements .contentArea .p-text{
		font-size: 0.9375rem;
		line-height: 2;
	}
	.business-achievements .block_btn{
		text-align: center;
		margin-top: 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.business-achievements{
		padding: 7.5rem 0 6rem 0;
	}
}
/**
/* 書類関連 CSS
----------------------------------------------- */
.documents-wrap{
	padding-bottom: 10rem;
}
.documents-guide{
	background: #F8F8F8;
	padding: 4.5rem 0;
}
.documents-guide .box{
	background: #FFFFFF;
	padding: 3.5rem 3rem;
}
.documents-guide .box:not(:last-child){
	margin-bottom: 0.9375rem;
}
.documents-guide .box .box-inner{
	max-width: 68rem;
	margin: 0 auto;
}
.documents-guide .box h2{
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.35;
	border-left: 0.25rem solid #C8302D;
	padding-left: 1rem;
	margin-bottom: 3.5rem;
}
.documents-guide .tbl-content{
	overflow-y: hidden !important;
}
.documents-guide .documents-tbl{
	width: 68rem;
}
.documents-tbl thead th{
	background: #EAEEF2;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: center;
	vertical-align: middle;
	padding: 0.5rem 0.625rem;
}
.documents-tbl thead th:first-child{
	width: 35.5rem;
	border-right: 1px solid #C7CED5;
}
.documents-tbl thead th.row{
	width: 6.5rem;
	padding: 0.5rem 0.125rem;
}
.documents-tbl tbody th,
.documents-tbl tbody td{
	background: #FCFCFC;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.03em;
	vertical-align: middle;
	border-bottom: 1px solid #E3E3E3;
	padding: 1rem 1.5rem;
}
.documents-tbl tbody th,
.documents-tbl tbody td:not(:last-child){
	border-right: 1px solid #C7CED5;
}
.documents-tbl tbody td.row{
	text-align: center;
	padding: 1rem 0.625rem;
}
.documents-tbl tbody td a span{
	display: inline-block;
	width: 1rem;
	margin-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.documents-wrap{
		padding-bottom: 4rem;
	}
	.documents-guide{
		padding: 2.5rem 0;
	}
	.documents-guide .box{
		padding: 2.5rem 1.25rem;
	}
	.documents-guide .box h2{
		font-size: 1.25rem;
		margin-bottom: 1.25rem;
	}
	.documents-guide .documents-tbl{
		width: 48rem;
	}
	.documents-tbl thead th{
		font-size: 0.9375rem;
	}
	.documents-tbl thead th:first-child{
		width: 15.5rem;
	}
	.documents-tbl thead th.row{
		width: 6.5rem;
		padding: 0.5rem 0.125rem;
	}
	.documents-tbl tbody th,
	.documents-tbl tbody td{
		font-size: 0.9375rem;
		padding: 0.625rem 1rem;
	}
	.documents-tbl tbody td.row{
		padding: 0.625rem;
	}
	.documents-tbl tbody td a span{
		width: 0.9375rem;
		margin-left: 0.3125rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.documents-wrap{
		padding-bottom: 10rem;
	}
}
/**
/* 実績事例 CSS
----------------------------------------------- */
.case-wrap{
	padding-bottom: 10rem;
}
.case-guide{
	background: #F8F8F8;
	padding: 6rem 0 5rem 0;
	margin-top: 3.5em;
}
.case-guide .guide-ttl{
	margin-bottom: 4.5625rem;
}
.case-list .case-items{
	background: #FFFFFF;
	border-top: 2px solid #102F60;
	padding: 3.625rem 3.5rem 3.5rem 3.5rem;
}
.case-list .case-items:not(:last-child){
	margin-bottom: 2rem;
}
.case-list .case-items .case-ttl{
	width: 68%;
	padding-right: 2.5rem;
}
.case-list .case-items .roma{
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}
.case-list .case-items .no{
	font-family: "Montserrat", sans-serif;
	font-size: 4.0625rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.case-list .case-items h3{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.21;
}
.case-list .case-items .case-img{
	width: 32%;
}
.case-list .case-items .note{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.03em;
	margin-top: 0.5rem;
}
.case-list .case-items .case-overview{
	background: #EAEEF2;
	padding: 1.5rem;
	margin-top: 2rem;
}
.case-list .case-items .case-overview dl{
	display: flex;
	align-items: flex-start;
}
.case-list .case-items .case-overview dl dt{
	width: 6rem;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.25;
	border-left: 4px solid #C8302D;
	padding-left: 1rem;
	margin-top: 0.5rem;
}
.case-list .case-items .case-overview dl dd{
	width: calc(100% - 6rem);
	color: #454545;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.case-wrap{
		padding-bottom: 3rem;
	}
	.case-guide{
		padding: 4rem 0 2rem 0;
		margin-top: 0;
	}
	.case-guide .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.case-list .case-items{
		padding: 2rem 1.25rem 1.25rem 1.25rem;
	}
	.case-list .case-items:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.case-list .case-items .case-ttl{
		width: 100%;
		padding-right: 0;
		margin-bottom: 1rem;
	}
	.case-list .case-items .roma{
		font-size: 1.125rem;
		margin-bottom: 0.5rem;
	}
	.case-list .case-items .no{
		font-size: 2.5rem;
	}
	.case-list .case-items h3{
		font-size: 1.25rem;
	}
	.case-list .case-items .case-img{
		width: 100%;
	}
	.case-list .case-items .note{
		font-size: 0.75rem;
	}
	.case-list .case-items .case-overview{
		padding: 1rem;
		margin-top: 1rem;
	}
	.case-list .case-items .case-overview dl{
		display: block;
		/* align-items: flex-start; */
	}
	.case-list .case-items .case-overview dl dt{
		width: 100%;
		font-size: 1rem;
		border-left: 0.25rem solid #C8302D;
		padding-left: 0.5rem;
		margin-top: 0;
		margin-bottom: 0.5rem;
	}
	.case-list .case-items .case-overview dl dd{
		width: 100%;
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.case-wrap{
		padding-bottom: 5rem;
	}
}
/**
/* お知らせ CSS
----------------------------------------------- */
/*　　一覧　　*/
.news-guide{
	padding: 3.5rem 0 8rem 0;
}
.news-list .news-items:not(:last-child){
	margin-bottom: 1rem;
}
.news-list .news-items a{
	background: #F7F7F7;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1.875rem 1.5rem 1.875rem 2.5rem;
}
.news-list .news-items dt{
	width: 12.5rem;
	display: flex;
	align-items: center;
}
.news-list .news-items .date{
	font-family: "Montserrat", sans-serif;
	color: #9F9F9F;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.03em;
}
.news-list .news-items .category{
	line-height: 0;
	margin-left: 1.875rem;
}
.news-list .news-items .category span{
	display: inline-block;
	background: #FFFFFF;
	color: #102F60;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.05em;
	border: 1px solid #102F60;
	border-radius: 1.25rem;
	padding: 0.125rem 1rem;
}
.news-list .news-items dd{
	position: relative;
	width: calc(100% - 12.5rem);
	color: #000000;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 2rem;
}
.news-list .news-items a dd::after{
	content: "";
	position: absolute;
	background: url(../img/icon/arrow_r.svg) no-repeat center;
	background-size: cover;
	width: 1.5rem;
	height: 1.5rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-list .news-items a:hover{
	opacity: 0.8;
}
@media only screen and (max-width: 767px) {
	.news-guide{
		padding: 1.5rem 0 5rem 0;
	}
	.news-list .news-items:not(:last-child){
		margin-bottom: 0.5rem;
	}
	.news-list .news-items a{
		padding: 0.75rem;
	}
	.news-list .news-items dt{
		width: 100%;
		margin-bottom: 0.325rem;
	}
	.news-list .news-items .date{
		font-size: 0.85rem;
	}
	.news-list .news-items .category{
		margin-left: 1rem;
	}
	.news-list .news-items .category span{
		font-size: 0.625rem;
	}
	.news-list .news-items dd{
		width: 100%;
		font-size: 0.9375rem;
		padding-left: 0;
		padding-right: 1.5rem;
	}
	.news-list .news-items a dd::after{
		width: 1.25rem;
		height: 1.25rem;
	}
}
/*　　詳細　　*/
.single-guide{
	padding: 3.5rem 0 8rem 0;
}
.single-guide article{
	border-bottom: 1px solid #C9C9C9;
	padding-bottom: 4rem;
}
.single-guide .entry-header{
	border-bottom: 1px solid #C9C9C9;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
}
.single-guide .entry-header .category{
	margin-bottom: 0.875rem;
}
.single-guide .entry-header .category span{
	display: inline-block;
	background: #FFFFFF;
	color: #102F60;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.05em;
	border: 1px solid #102F60;
	border-radius: 1.25rem;
	padding: 0.125rem 1rem;
}
.single-guide .entry-dete .dete{
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.1em;
	margin-right: 1rem;
}
.single-guide .entry-dete .dete span{
	display: inline-block;
	width: 1rem;
	margin-right: 0.5rem;
}
.single-guide .entry-header h2{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 1rem;
}
.single-guide .entry-body figure{
	margin-bottom: 2rem;
}
.single-guide .entry-body h2{
	background: #F8F8F8;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.45;
	border-left: 0.25rem solid #C8302D;
	margin-bottom: 2rem;
	padding: 0.5rem 1.25rem;
}
.single-guide .entry-body h3{
	position: relative;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	padding-left: 1.5rem;
	margin-bottom: 1.25rem;
}
.single-guide .entry-body h3::before{
	position: absolute;
	background: #C8302D;
	top: 0.625rem;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
}
.single-guide .entry-body h4{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 1.25rem;
}
.single-guide .entry-body p{
	font-size: 1rem;
	font-weight: 400;
	line-height: 2.125;
	letter-spacing: 0.03em;
}
.single-guide .entry-body p:not(:last-child){
	margin-bottom: 3rem;
}
.single-guide .entry-body ul.wp-block-list{
	margin: 3rem 0 2rem 0;
}
.single-guide .entry-body ul.wp-block-list li{
	position: relative;
	color: #2F241D;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	padding-left: 1.5rem;
}
.single-guide .entry-body ul.wp-block-list li::before{
	content: '';
	background: #FFFFFF;
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 0;
	top: 0.2875rem;
	border-radius: 100%;
	border: 2px solid #C8302D;
}
.single-guide .entry-body ul.wp-block-list li:not(:last-child){
	margin-bottom: 0.5rem;
}
.single-guide .entry-body ol.wp-block-list{
	counter-reset: item;
	margin: 3rem 0;
}
.single-guide .entry-body ol.wp-block-list li{
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	padding-left: 1.5rem;
}
.single-guide .entry-body ol.wp-block-list li::before{
	content: counter(item) ". ";
	counter-increment: item;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0.25rem;
	font-family: "Montserrat", sans-serif;
	color: #C8302D;
	font-size: 1.125rem;
	font-weight: 700;
}
.single-guide .entry-body ol.wp-block-list li:not(:last-child){
	margin-bottom: 0.5rem;
}
.single-guide .entry-body .wp-block-quote{
	position: relative;
	background: #F8F8F8;
	border: 1px solid #102F60;
	padding: 1.5rem;
}
.single-guide .entry-body .wp-block-quote p{
	margin-bottom: 0;
}
.single-guide .page-nav{
	margin-top: 3.5rem;
}
.single-guide .page-nav ul{
	width: 100%;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.single-guide .page-nav ul .nav__item--prev,
.single-guide .page-nav ul .nav__item--next{
	width: calc(50% - 9.625rem);
}
.single-guide .page-nav ul .nav__item--next{
	text-align: right;
}
.single-guide .page-nav ul .nav__item--prev a span,
.single-guide .page-nav ul .nav__item--next a span{
	color: #1C1C1C;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
.single-guide .page-nav ul .nav__item--prev a i,
.single-guide .page-nav ul .nav__item--next a i{
	color: #C8302D;
	font-size: 1rem;
}
.single-guide .page-nav ul .nav__item--prev a i{
	margin-right: 0.625rem;
}
.single-guide .page-nav ul .nav__item--next a i{
	margin-left: 0.625rem;
}
.single-guide .page-nav ul .return_btn{
	width: 19.25rem;
}
.single-guide .page-nav ul .return_btn .btn{
	position: relative;
	display: block;
	color: #1C1C1C;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: center;
	border: 1px solid #C9C9C9;
	padding: 1rem;
}
.single-guide .page-nav ul .return_btn .btn:hover{
	background: #C8302D;
	color: #FFFFFF;
	border: 1px solid #C8302D;
}
.single-guide .page-nav ul .return_btn .btn::after{
	position: absolute;
	background: url(../img/icon/arrow_r2.svg) no-repeat;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	right: 1.5rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 1rem;
	height: 1rem;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.single-guide .page-nav ul .return_btn .btn:hover::after{
	background: url(../img/icon/arrow_w2.svg) no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.single-guide{
		padding: 1.5rem 0 5rem 0;
	}
	.single-guide article{
		padding-bottom: 2.5rem;
	}
	.single-guide .entry-header{
		padding-bottom: 1rem;
		margin-bottom: 1.25rem;
	}
	.single-guide .entry-header .category{
		margin-bottom: 0.5rem;
	}
	.single-guide .entry-header .category span{
		font-size: 0.625rem;
	}
	.single-guide .entry-dete .dete span{
		width: 1rem;
		margin-right: 0.5rem;
	}
	.single-guide .entry-header h2{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body figure{
		margin-bottom: 2rem;
	}
	.single-guide .entry-body h2{
		font-size: 1.125rem;
		margin-bottom: 1.25rem;
		padding: 0.5rem 0.875rem;
	}
	.single-guide .entry-body h3{
		font-size: 1.0625rem;
		padding-left: 1.125rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body h3::before{
		top: 0.625rem;
		width: 0.5rem;
		height: 0.5rem;
	}
	.single-guide .entry-body h4{
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body p{
		font-size: 0.9375rem;
		line-height: 1.85;
	}
	.single-guide .entry-body p:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ul.wp-block-list{
		margin: 1.5rem 0;
	}
	.single-guide .entry-body ul.wp-block-list li{
		font-size: 0.9375rem;
		padding-left: 1.5rem;
	}
	.single-guide .entry-body ul.wp-block-list li:not(:last-child){
		margin-bottom: 0.5rem;
	}
	.single-guide .entry-body ol.wp-block-list{
		margin: 1.5rem 0;
	}
	.single-guide .entry-body ol.wp-block-list li{
		font-size: 0.9375rem;
		padding-left: 1.5rem;
	}
	.single-guide .entry-body ol.wp-block-list li::before{
		font-size: 1.125rem;
	}
	.single-guide .entry-body ol.wp-block-list li:not(:last-child){
		margin-bottom: 0.5rem;
	}
	.single-guide .entry-body .wp-block-quote{
		padding: 1rem;
	}
	.single-guide .entry-body .wp-block-quote::before{
		width: 1.875rem;
		height: 1.25rem;
		left: 0.625rem;
		top: 1rem;
	}
	.single-guide .page-nav{
		margin-top: 2.5rem;
	}
	.single-guide .page-nav ul .nav__item--prev,
	.single-guide .page-nav ul .nav__item--next{
		width: 50%;
	}
	.single-guide .page-nav ul .nav__item--prev a span,
	.single-guide .page-nav ul .nav__item--next a span{
		font-size: 0.9375rem;
	}
	.single-guide .page-nav ul .nav__item--prev a i,
	.single-guide .page-nav ul .nav__item--next a i{
		font-size: 0.9375rem;
	}
	.single-guide .page-nav ul .nav__item--prev a i{
		margin-right: 0.5rem;
	}
	.single-guide .page-nav ul .nav__item--next a i{
		margin-left: 0.5rem;
	}
	.single-guide .page-nav ul .nav__item--news{
		display: none;
	}
	.single-guide .block_btn{
		text-align: center;
		margin-top: 2rem;
	}
}
/**
/* お問い合わせページ CSS
----------------------------------------------- */
.contact-guide{
	padding: 3.5rem 0 8rem 0;
}
.contact-guide .p-text{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.95;
	text-align: center;
	margin-bottom: 4rem;
}
.contact-guide .form-box{
	margin: 0 auto 2rem auto;
}
.form-box table th,
.form-box table td{
	padding: 1rem 0;
	vertical-align: top;
}
.form-box table th{
	width: 20rem;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
}
.form-box table th p{
	padding: 1rem 0;
}
.form-box table th span{
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-left: 1rem;
}
.form-box table th span.required{
	color: #C8302D;
}
.form-box table th span.any{
	color: #C9C9C9;
}
.form-box table td{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
}
.form-box table td .note{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 0.875rem;
}
.form-box table td ul.flex{
	column-gap: 1.5rem;
}
.form-box table td ul.flex li{
	width: calc(50% - 0.75rem);
}
.form-box table td ul.flex li span.text{
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
.form-grid .privacy-ttl{
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 1.125rem;
}
.form-grid .privacy-text{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.68;
	letter-spacing: 0.02em;
	text-align: center;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	width: 100%;
	background: #F7F7F7;
	border: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	border-radius: 0.25rem;
	padding: 1rem;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
	color: #8E8E8E;
}
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #8E8E8E;
}
input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #8E8E8E;
}
textarea{
	height: 11.875rem;
}
.wpcf7-list-item {
	display: inline-block;
	line-height: 1.65;
	margin: 0;
}
.wpcf7-radio .wpcf7-list-item{
	display: block;
}
.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item{
	margin-top: 0.625rem;
}
.wpcf7-radio label{
	display: flex;
	align-items: center;
	column-gap: 0.5rem;
	width: fit-content;
	line-height: 1;
	cursor: pointer;
}
.wpcf7-radio input[type=radio]{
	appearance: none;
	position: relative;
	background-color: #FFFFFF;
	width: 1.25rem;
	height: 1.25rem;
	border: 1px solid #102F60;
	border-radius: 9999px;
	cursor: pointer;
}
.wpcf7-radio input[type=radio]:checked::after{
	content: "";
	position: absolute;
	inset: 0;
	width: 0.875rem;
	height: 0.875rem;
	margin: auto;
	border-radius: 9999px;
	background-color: #102F60;
}
.wpcf7-radio .wpcf7-list-item-label{
	font-weight: 400;
}
.wpcf7-spinner{
	display: none;
}
.form-grid .acceptance-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	margin-top: 2.5rem;
}
.form-grid .acceptance-text label{
	display: flex;
	align-items: center;
	column-gap: 0.625rem;
	width: fit-content;
	line-height: 1;
	cursor: pointer;
}
.form-grid .acceptance{
	appearance: none;
	position: relative;
	background: transparent;
	width: 1.75rem;
	height: 1.75rem;
	border: 1px solid #051338;
	cursor: pointer;
	margin: 0;
}
.form-grid .acceptance:checked{
	border: 1px solid #051338;
}
.form-grid .acceptance:checked::after{
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 0.35rem;
	width: 1rem;
	height: 0.5rem;
	border-bottom: 3px solid #C8302D;
	border-left: 3px solid #C8302D;
	transform: rotate(-45deg);
}
.form-captcha{
	text-align: center;
	margin-top: 2.5rem;
}
.submit_btn{
	text-align: center;
	margin-top: 2rem;
}
.submit_btn li{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 21.25rem;
}
.submit_btn li::after{
	background: url(../img/icon/arrow_r2.svg) no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
	height: 1.5rem;
	right: 0.875rem;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.submit_btn li:hover::after{
	background: url(../img/icon/arrow_w2.svg) center center no-repeat;
	background-size: cover;
}
input[type="submit"] {
	display: block;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	background: #FFFFFF;
	border: 1px solid #C9C9C9;
	color: #1C1C1C;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	cursor: pointer;
	padding: 1rem 1.5rem;
}
input[type="submit"]:hover{
	background: #C8302D;
	color: #FFFFFF;
	border: 1px solid #C8302D;
}
@media only screen and (max-width: 767px) {
	.contact-guide{
		padding: 1.5rem 0 5rem 0;
	}
	.contact-guide .p-text{
		font-size: 0.9375rem;
		text-align: left;
		margin-bottom: 2rem;
	}
	.contact-guide .form-box{
		margin: 0 auto 1rem auto;
	}
	.form-box table th,
	.form-box table td{
		display: block;
		padding: 1rem 0;
	}
	.form-box table th{
		width: 100%;
		font-size: 0.9375rem;
		padding: 0 0 0.675rem 0;
	}
	.form-box table th p{
		padding: 0;
	}
	.form-box table th span{
		font-size: 0.75rem;
		margin-left: 0.625rem;
	}
	.form-box table td{
		font-size: 0.9375rem;
		padding: 0 0 2rem 0;
	}
	.form-box table td .note{
		font-size: 0.875rem;
		margin-bottom: 0.625rem;
	}
	.form-box table td ul.flex{
		column-gap: 0.625rem;
	}
	.form-box table td ul.flex li{
		width: calc(50% - 0.3125rem);
	}
	.form-box table td ul.flex li span.text{
		display: inline-block;
		font-size: 0.875rem;
		margin-bottom: 0.3125rem;
	}
	.form-grid .privacy-ttl{
		font-size: 1rem;
		margin-bottom: 0.625rem;
	}
	.form-grid .privacy-text{
		font-size: 0.875rem;
	}
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 0.9375rem;
		padding: 1rem;
	}
	textarea{
		height: 8rem;
	}
	.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item{
		margin-top: 0.625rem;
	}
	.wpcf7-radio label{
		column-gap: 0.5rem;
	}
	.wpcf7-radio input[type=radio]{
		width: 1.125rem;
		height: 1.125rem;
	}
	.wpcf7-radio input[type=radio]:checked::after{
		width: 0.75rem;
		height: 0.75rem;
	}
	.form-grid .acceptance-text{
		font-size: 0.875rem;
		margin-top: 1.5rem;
	}
	.form-grid .acceptance-text label{
		column-gap: 0.625rem;
	}
	.form-grid .acceptance{
		width: 1.5rem;
		height: 1.5rem;
	}
	.form-grid .acceptance:checked::after{
		top: 0.4rem;
		left: 0.3rem;
		width: 0.875rem;
		height: 0.375rem;
		border-bottom: 2px solid #C8302D;
		border-left: 2px solid #C8302D;
	}
	.form-captcha{
		margin-top: 1.5rem;
	}
	.submit_btn{
		margin-top: 1.5rem;
	}
	.submit_btn li{
		max-width: 18.25rem;
	}
	.submit_btn li::after{
		width: 1.25rem;
		height: 1.25rem;
		right: 0.75rem;
	}
	input[type="submit"] {
		font-size: 1rem;
		padding: 0.875rem 1.25rem;
	}
}
/*　　プライバシーポリシー　　*/
.form-grid .privacy-box{
	border: 1px solid #C9C9C9;
	padding: 2.5rem 1.25rem;
	margin: 2.5rem auto 0 auto;
}
.form-grid .privacy-box .box{
	height: 14.25rem;
	overflow-y: scroll;
	padding: 0 1.25rem;
}
.form-grid .privacy-box .box p{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.42;
	letter-spacing: 0.05em;
}
.form-grid .privacy-box .box p:not(:last-child),
.form-grid .privacy-box .box dl:not(:last-child){
	margin-bottom: 1.5rem;
}
.contact-guide .privacy-box .box dl dt{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
	padding-left: 1em;
	text-indent: -1em;
}
.contact-guide .privacy-box .box dl dd{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.42;
	letter-spacing: 0.05em;
}
.contact-guide .privacy-box .box ol{
	list-style: none;
	counter-reset: number;
}
.contact-guide .privacy-box .box ol li{
	position: relative;
	padding-left: 40px;
}
.contact-guide .privacy-box .box ol li + li{
	margin-top: 0.5rem;
}
.contact-guide .privacy-box .box ol li::before{
	counter-increment: number;
	content: '（' counter(number) '）';
	position: absolute;
	left: 0;
}
.contact-guide .privacy-box .box ol li ol{
	list-style: decimal;
	margin-top: 0.5rem;
}
.contact-guide .privacy-box .box ol li ol li{
	padding-left: 0;
}
.contact-guide .privacy-box .box ol li ol li::before{
	content: none;
}
@media only screen and (max-width: 767px) {
	.form-grid .privacy-box{
		padding: 1rem 0.5rem;
		margin: 1.5rem auto 0 auto;
	}
	.form-grid .privacy-box .box{
		height: 6rem;
		padding: 0 0.625rem;
	}
	.form-grid .privacy-box .box p{
		font-size: 0.875rem;
	}
	.form-grid .privacy-box .box p:not(:last-child),
	.form-grid .privacy-box .box dl:not(:last-child){
		margin-bottom: 1rem;
	}
	.contact-guide .privacy-box .box dl dt{
		font-size: 0.875rem;
		margin-bottom: 0.3125rem;
	}
	.contact-guide .privacy-box .box dl dd{
		font-size: 0.8125rem;
	}
}
/**
/* 共通ブロック CSS
----------------------------------------------- */
/*　　お問い合わせナビ　　*/
.contens-contact-guide{
	padding: 3.5rem 0 7.5rem 0;
}
.contens-contact-guide .inner-wrap{
	background: url(../img/contact_bg.jpg) no-repeat center;
	background-size: cover;
	max-width: 1600px;
	padding: 1px 0 3.5rem 0;
}
.contens-contact-guide .inner{
	position: relative;
	background: #FFFFFF;
	text-align: center;
	box-shadow: 0 0 1.875rem rgb(0, 0, 0, 0.10);
	padding: 3rem 4rem;
	margin-top: -3.5rem;
}
.contens-contact-guide .roma{
	font-family: "Montserrat", sans-serif;
	color: #C8302D;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}
.contens-contact-guide h2{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 1rem;
}
.contens-contact-guide .text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
}
.contens-contact-guide .contact-btn{
	margin-top: 2.5rem;
}
.contens-contact-guide .contact-btn li{
	display: inline-block;
	width: 100%;
	max-width: 21.625rem;
}
.contens-contact-guide .contact-btn li a{
	position: relative;
	background: #C8302D;
	display: block;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
	border: 1px solid #C8302D;
	padding: 1.5rem;
}
.contens-contact-guide .contact-btn li a:hover{
	background: #FFFFFF;
	color: #1C1C1C;
	border: 1px solid #C9C9C9;
}
.contens-contact-guide .contact-btn li a::after{
	position: absolute;
	background: url(../img/icon/arrow_w.svg) no-repeat;
	background-size: cover;
	top: 50%;
	transform: translateY(-50%);
	right: 1.5rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.contens-contact-guide .contact-btn li a:hover::after{
	background: url(../img/icon/arrow_r.svg) no-repeat;
	background-size: cover;
}
.contens-contact-guide .box{
	background: #FAFAFA;
	padding: 2rem;
	margin-top: 3rem;
}
.contens-contact-guide .box h3{
	position: relative;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1rem;
}
.contens-contact-guide .box h4{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
.contens-contact-guide .box .address{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.375rem;
}
.contens-contact-guide .box .tel{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.375rem;
}
@media only screen and (max-width: 767px) {
	.contens-contact-guide{
		padding: 3.75rem 0 5rem 0;
	}
	.contens-contact-guide .inner-wrap{
		background: url(../img/sp_contact_bg.jpg) no-repeat center;
		background-size: cover;
		width: 100%;
		padding: 1px 0 3rem 0;
	}
	.contens-contact-guide .inner{
		padding: 2rem 1rem 1.25rem 1rem;
		margin-top: -3.75rem;
	}
	.contens-contact-guide .roma{
		font-size: 1.125rem;
		margin-bottom: 0.5rem;
	}
	.contens-contact-guide h2{
		position: relative;
		font-size: 1.5rem;
		line-height: 1.25;
		margin-bottom: 1.6875rem;
	}
	.contens-contact-guide h2::after{
		position: absolute;
		background: #C8302D;
		content: '';
		width: 3.25rem;
		left: 50%;
		transform: translateX(-50%);
		 height: 2px;
		bottom: -0.75rem;
	}
	.contens-contact-guide .text{
		font-size: 0.9375rem;
		line-height: 1.8;
		letter-spacing: 0.03em;
	}
	.contens-contact-guide .contact-btn{
		margin-top: 1rem;
	}
	.contens-contact-guide .contact-btn li{
		max-width: 16.875rem;
	}
	.contens-contact-guide .contact-btn li a{
		font-size: 0.9375rem;
		letter-spacing: 0.03em;
		padding: 1rem;
	}
	.contens-contact-guide .contact-btn li a::after{
		right: 0.875rem;
		width: 0.875rem;
		height: 0.875rem;
	}
	.contens-contact-guide .box{
		padding: 1.5rem 1rem 1rem 1rem;
		margin: 1.75rem 0.25rem 0 0.25rem;
	}
	.contens-contact-guide .box h3{
		font-size: 1rem;
		line-height: 1.25;
		margin-bottom: 0.75rem;
	}
	.contens-contact-guide .box h3::after{
		width: 2.5rem;
		bottom: -0.75rem;
	}
	.contens-contact-guide .box h4{
		font-size: 0.9375rem;
		letter-spacing: 0.03em;
	}
	.contens-contact-guide .box .address{
		font-size: 0.9375rem;
		line-height: 1.25;
		letter-spacing: 0.03em;
		margin-top: 0.5rem;
	}
	.contens-contact-guide .box .tel-btn{
		margin-top: 0.75rem;
	}
	.contens-contact-guide .box .tel-btn li a{
		position: relative;
		display: block;
		color: #1C1C1C;
		font-size: 0.9375rem;
		font-weight: 700;
		line-height: 1.35;
		letter-spacing: 0.03em;
		border: 1px solid #C9C9C9;
		padding: 1rem;
	}
	.contens-contact-guide .box .tel-btn li a::after{
		position: absolute;
		background: url(../img/icon/arrow_r.svg) no-repeat;
		background-size: cover;
		top: 50%;
		transform: translateY(-50%);
		right: 1rem;
		margin: auto;
		content: "";
		vertical-align: middle;
		width: 1rem;
		height: 1rem;
	}
	.contens-contact-guide .box .fax{
		font-size: 0.9375rem;
		font-weight: 400;
		line-height: 1.5;
		letter-spacing: 0.03em;
		margin-top: 0.5rem;
	}
}
/**
/* エラー CSS
----------------------------------------------- */
.error-guide{
	padding: 5.5rem 0 8rem 0;
}
.error-guide .entry p{
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.68;
	text-align: center;
}
.error-guide .entry .error_url{
	padding: 2rem 0;
}
.error-guide .entry .block_btn{
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.error-guide{
		padding: 1.5rem 0 4.5rem 0;
	}
	.error-guide .entry p{
		font-size: 0.9375rem;
	}
	.error-guide .entry .error_url{
		padding: 1.5rem 0;
	}
	.error-guide .entry .block_btn{
		margin-top: 2rem;
	}
}
