@charset "utf-8";

/*-------------------------------------------------------------------
	共通
-------------------------------------------------------------------*/
.linkButton {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    background-color: #39447B;
    border: 1px solid #39447B;
    position: relative;
    z-index: 3;
}
.linkButton .arrowButton {
	position: relative;
	display: inline-block;
}
.linkButton .arrowButton::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 50%;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg) translateY(-50%);
    transition: .5s all;
}
.linkButton:hover .arrowButton::after {
    margin-left: 10px;
}



#sec02{
	padding: 135px 0 0;
}



#sec03{
	margin-bottom: 115px;
	padding-top: 100px;
}
#sec03 .mainContainer{
	display: flex;
	position: relative;
	margin-bottom: 100px;

}
#sec03 .mainContainer .textContainer .ttl3{
	color: #39447b;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 75px;
	padding-bottom: 30px;
	border-bottom: 1px #d5d5d5 solid;
	position: relative;
	z-index: -1;
}
#sec03 .mainContainer .textContainer .ttl3::after{
	content: '';
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	left: 0;
	border-bottom: 1px #39447b solid;
}

#sec03 .mainContainer .textContainer .ttl4{
	width: 45%;
	color: #39447b;
	font-size: 2.0rem;
	font-weight: 500;
	padding-bottom: 40px;
}
#sec03 .mainContainer .textContainer .text{
	width: 45%;
	line-height: 2.8rem;
    letter-spacing: 0.05rem;
}
#sec03 .ImgContainer{
	max-width: 50%;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-bottom: 100px;
    position: absolute;
    top: 5%;
    right: 0;
}
#sec03 .ImgContainer .ImgS{
	width: 50%;
	position: absolute;
    bottom: -100px;
	right: 60%;
}
#sec03 .subContainer{
	margin-bottom: 70px;
}
#sec03 .subContainer .ttl3{
	color: #39447b;
	font-size: 2.0rem;
	font-weight: 500;
	padding-bottom: 40px;
}
#sec03 .subContainer .text{
	width: 95%;
	line-height: 2.8rem;
    letter-spacing: 0.05rem;
}
#sec03 .subImgContainer{
	position: relative;
}
#sec03 .subImgContainer .inner{
	display: block;
}

#sec03 .subImgContainer .inner img{
	width: 95%;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
}
#sec03 .subImgContainer figure.inner img::before{
	width: 95%;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
}
#sec03 .subImgContainer .Imgdecoration{
	max-width: 1200px;
    width: 90%;
    position: absolute;
    top: 0;
    right: 0;
}
#sec03 .subImgContainer .Imgdecoration::after{
	width: 95%;
	content: '';
    aspect-ratio: 6 / 2;
    background: #cee4f1;
    position: absolute;
	top: 60px;
    right: 0;
	z-index: -1;
}
#sec04 {
	margin-bottom: 100px;
	position: relative;
}
#sec04 .ttl3.ren{
	font-size: 13.5rem;
	color: #39447b;
	line-height: 1;
	font-family: 'Noto Serif JP', serif;
		position: absolute;
	top: calc(1rem + 50px);
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 1200px;
    width: 90%;
	z-index: 2;
	transition: 1.5s all;
}

#sec04 .renContainer{
	height: 200px;
	margin-bottom: 65px;
	display: flex;
    align-items: center;
}
#sec04 .renContainerText{
	font-size: 2.0rem;
	color: #39447b;
	margin-left: 10%;
	width: 30%;
}
#sec04 .renContainerLink{
	width: 60%;
	height: 200px;
	background: url(../image/business/recovery/fron/sec04_bg01_pc.jpg);
	background-size: cover;
	position: absolute;
    top: calc(12.5rem + 50px);
    right: 0;
	display: flex;
	align-items: center;
	transition: 1.5s all;
}

#sec04 .renContainerLink .linkButton{
	margin-left: 50px;
}

#sec04 .dlContainer{
	display: flex;
	justify-content: space-between;
}
#sec04 .dlContainer .ttl3{
	font-size: 7.1rem;
	line-height: 1;
	color: #39447b;
	font-family: 'Noto Serif JP', serif;
	
}
#sec04 .dlContainer .dlContainerList{
	width: 60%;
}
#sec04 .dlContainer .dlContainerListItem{
		padding: 10px 0;
}
#sec04 .dlContainer .dlContainerListItem a{
	display: block;
	color: #39447b;
	text-decoration: none;
	position: relative;
	line-height: 1;
}
#sec04 .dlContainer .dlContainerListItem a::before,
#sec04 .dlContainer .dlContainerListItem a::after{
    content: '';
	position: absolute;
	top: 50%;
    left: 400px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: .3s all;
}
#sec04 .dlContainer .dlContainerListItem a:hover:before{
    left: 405px;
}
#sec04 .dlContainer .dlContainerListItem a:hover:after{
	left: 406px;
}

#sec04 .dlContainer .dlContainerListItem a::before{
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #39447b;
}
#sec04 .dlContainer .dlContainerListItem a::after{
	width: 4px;
    height: 4px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg) translateY(-50%);
    top: 40%;
    left: 401px;
}

.spScroll {
	overflow: auto;
}
.blueCenterTitle {
	margin-bottom: 60px;
	position: relative;
	padding: 0 0 30px;
	font-size: 2.8rem;
	font-weight: 400;
	text-align: center;
	color: #39447b;
	letter-spacing: .05em;
}

.blueCenterTitle::after {
	background: #39447b;
	width: 50px;
	height: 1px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

table.purpleTable {
	width: 960px;
	margin: 0 auto;
}


table.purpleTable th,
table.purpleTable td {
	border: 1px solid #4b423f;
	box-sizing: border-box;
	padding: 7px 10px 9px;
	font-weight: 400;
	line-height: 1.4;
}


table.purpleTable th {
	font-size: 1.6rem;
	vertical-align: middle;
	background: #39447b;
	color: #fff;
	text-align: center;
}

table.purpleTable td {
	font-size: 1.5rem;
	vertical-align: top;
	text-align: left;
}

table.purpleTable .w150 {
	width: 150px;
}

table.purpleTable .alignCenter {
	text-align: center;
}

table.purpleTable .allCenter {
	text-align: center;
	vertical-align: middle;
}

table.purpleTable .bdrRgt {
	border-right: 1px solid #fff;
}
table.purpleTable .bdrBtm {
	border-bottom: 1px solid #fff;
}
table.purpleTable .bdrGray {
	border-bottom: 1px solid #e3e3e3;
}
.kokuinContainer{
	display: flex;
	flex-wrap: wrap;
}
.kokuinContainer .Textimg{
	margin-right: 40px;
}
.kokuinContainer .Text100{
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.kokuinContainer .Text100 figcaption{
	width: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #fff;
	border: 1px solid #646464;
}
/*-------------------------------------------------------------------
	fron
-------------------------------------------------------------------*/



@media screen and (max-width: 1024px) {
	#sec04 .dlContainer{
		flex-flow: column;
	}
	#sec04 .dlContainer .dlContainerList{
		width: 100%;
	}
	.kokuinContainer{
		justify-content: center;
		margin-bottom: 100px;
	}
	.kokuinContainer .Textimg{
		width: 100%;
		margin-right: auto;
	}
	.kokuinContainer p{
		width: 100%;
		text-align: left;
	}
	.kokuinContainer .Text100 figcaption{
		width: 100%;
		position: static;
	}
}
@media screen and (max-width: 1081px) {
	#sec02 .numberContentsListItem{
		margin-bottom: 200px;
	}
}
@media screen and (max-width: 940px) {
	#sec02 .numberContentsListItem{
		margin-bottom: 250px;
	}
}
@media screen and (max-width: 836px) {
	#sec02 .numberContentsListItem{
		margin-bottom: 300px;
	}
}
@media screen and (max-width: 768px) {
	#sec01 .mainvisualText{
		position: static;
		transform: translate(0);
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		margin: 50px auto 0;
	}
	#sec01 .gradationTextContainer{
		font-size: 2.4rem;
	}
	#sec01 .gradationTextContainer .gradationText{
		margin-bottom: 20px;
	}

	#sec01 .mainvisualText .ttl02en{
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	#sec02{
		padding: 0;
	}
	#sec02 .numberContentsListItem {
		margin-bottom: 80px;
	}
	#sec02 .numberContentsList{
		margin: 0;
    	width: 100%;
	}
	#sec02 .numberContentsListItemContainer{
		width: 85%;
		position: relative;
		margin-top: 230px;
		z-index: 2;
	}
	#sec02 .numberContentsListItem:nth-child(even) .numberContentsListItemContainer {
		margin-left: auto;
	}
	#sec02 .numberContentsListImgContainer {
		position: absolute;
		top: -140px;
		right: 0;
	}
	#sec02 .numberContentsListItem:nth-child(even) .numberContentsListImgContainer{
		left: 0;
	}
	#sec02 .numberContentsListItem:last-of-type{
		margin-bottom: 75px;
	}
	#sec02 .numberContentsListImgContainer img {
		width: 70%;
	}
	#sec02 .linkButton{
		width: 80%;
	}
	#sec03 {
		padding-top: 130px;
		margin-bottom: 0;
	}

	#sec03 .mainContainer{
		display: flex;
		flex-flow: column-reverse;
		margin-bottom: 70px;
	}
	#sec03 .mainContainer .textContainer .ttl3{
		margin-bottom: 40px;
	}
	#sec03 .mainContainer .textContainer .ttl3::after{
		width: 35px;
	}
	#sec03 .mainContainer .textContainer .ttl4 {
		width: 100%;
		font-size: 2.2rem;
		padding-bottom: 20px;
	}

	#sec03 .mainContainer .textContainer .text{
		width: 100%;
		margin-bottom: 50px;
	}
	#sec03 .mainContainer .textContainer .linkButton{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	#sec03 .ImgContainer{
		position: relative;
		max-width: 100%;
		margin-bottom: 0;
	}
	#sec03 .ImgContainer .ImgS{
		right: auto;
		left: 0;
	}
	#sec03 .ImgContainer .ImgS p{
		width: 195%;
		margin-left: 5%;
		display: inline-block;
	}
	#sec03 .subContainer{
		margin-bottom: 40px;
	}
	#sec03 .subContainer .ttl3{
		font-size: 2.2rem;
		padding-bottom: 30px;
	}
	#sec03 .subContainer .text{
		width: 100%;
	}
	#sec03 .subImgContainer .inner{
		display: block;
		width: 85%;
		max-width: none;
		margin: 0;
		margin-left: auto;
	}
	#sec03 .subImgContainer .inner img{
		width: 100%;
	}
	#sec03 .subImgContainer .Imgdecoration,
	#sec03 .subImgContainer .Imgdecoration::after{
		width: 95%;
		left: 0;
		aspect-ratio: 5 / 3;
	}
	#sec03 .subImgContainer .Imgdecoration::after{
		background: linear-gradient(340deg, #cee4f1, #fafdfd);
	}
	#sec04{
		overflow: hidden;
		margin-bottom: 50px;
	}
	#sec04 .ttl3.ren{
		font-size: 6rem;
		top:calc(7.6rem + 50px);
	}

	#sec04 .renContainer{
		width: 100%;
		height: auto;
		padding-bottom: 100px;
		position: relative;
	}
	#sec04 .renContainerText{
		width: 100%;
		margin-left: 0;
		position: absolute;
		top: 30%;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
	#sec04 .renContainerLink {
		width: 100%;
		background: url(../image/business/recovery/fron/sec04_bg01_sp.jpg);
		position: static;
	}
	#sec04 .dlContainer .ttl3{
		font-size: 2.4rem;
		font-weight: 400;
		margin-bottom: 20px;
	}
	#sec04 .dlContainer .dlContainerListItem a:before{
		left: auto;
		right: 0;
	}
	#sec04 .dlContainer .dlContainerListItem a::after{
		top: 46%;
    	left: auto;
    	right: 10px;
	}
	#sec04 .dlContainer .dlContainerListItem a:hover:before{
    left: auto;
	right: -10px;
}
#sec04 .dlContainer .dlContainerListItem a:hover:after{
	left: auto;
	right: 0;

}
	#sec04 .renContainerLink .linkButton{
		margin-left: 0;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

}
@media screen and (max-width: 640px) {
	.lineTtl03 {
		line-height: 1.3;
	}	
	#sec04 .dlContainer .dlContainerListItem a{
		line-height: 1.4;
	}
}
@media screen and (max-width: 425px) {
	#sec02 .numberContentsListImgContainer {
		top: -140px;
	}
	#sec02 .numberContentsListItemContainer {
		margin-top: 215px;
		padding: 45px 30px;
	}
	#sec02 .numberContentsListItemContainer .ttl03{
		top: -14.8rem;
	}
	
}
@media screen and (max-width: 375px) {
	#sec02 .numberContentsListImgContainer {
		top: -120px;
	}
	#sec02 .numberContentsListItemContainer {
		margin-top: 195px;
	}
	#sec02 .numberContentsListItemContainer .ttl03{
		left: 10px;
	}
	#sec02 .numberContentsListItem:nth-child(even) .numberContentsListItemContainer .ttl03 {
		right: 15px;
		left: auto;
	}
}
@media screen and (max-width: 320px) {
	#sec02 .numberContentsListImgContainer {
		top: -110px;
	}
	#sec02 .numberContentsListItemContainer .ttl03{
		left: 0px;
	}
	#sec02 .numberContentsListItem:nth-child(even) .numberContentsListItemContainer .ttl03 {
		right: 0px;
		left: auto;
	}

}