@charset "utf-8";
/*------------------------------------------------------------
	reconstruction
------------------------------------------------------------*/
.pageTitle {
	background-color: #e0f3e8;
}
.pageTitle .infoBox .textBox .sub .txt {
	background-color: #0fab8f;
}
#main .sec01 {
	padding: 20px 0 141px;
	position: relative;
	background-color: #e0f3e8;
}
#main .sec01::after {
	width: 100%;
	height: 128px;
	position: absolute;
	bottom: -90px;
	left: 0;
	background: url("../img/reconstruction/sec01_img.png") no-repeat center / 106px;
	content: "";
}
#main .sec01 h2 {
	margin-bottom: 12px;
	color: #0fab8f;
	font-size: 3.8rem;
	font-weight: 500;
}
#main .sec01 .pTop {
	margin-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.94;
}
#main .sec01 .ul-square {
	margin-bottom: 70px;
	font-size: 1.8rem;
	line-height: 1.94;
}
#main .sec01 .imgBox {
	margin-top: 80px;
	padding-left: 34px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#main .sec01 .imgBox .textBox {
	padding: 2px 0 0 7px;
	width: calc(100% - 414px);
	box-sizing: border-box;
}
#main .sec01 .imgBox .textBox .ttl {
	margin-bottom: 22px;
	color: #0fab8f;
	font-size: 3.4rem;
	font-weight: 500;
	line-height: 1.38;
}
#main .sec01 .imgBox .textBox p {
	font-size: 2.4rem;
	line-height: 1.96;
}
#main .sec02 {
	padding: 145px 0 0;
	background: url("../img/common/bg01.png") no-repeat left top / 100% auto;
}
#main .sec02 .h2Ttl {
	margin-bottom: 20px;
	font-size: 4rem;
	font-weight: 300;
	text-align: center;
}
#main .sec02 .h2Ttl img {
	margin-right: 7px;
	vertical-align: -13px;
}
#main .sec02 .pTop {
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 2.06;
	text-align: center;
}
#main .sec02 .pTop span {
	font-weight: 700;
}
#main .sec02 .textList {
	margin-bottom: 150px;
	display: flex;
	justify-content: space-between;
}
#main .sec02 .textList li {
	padding: 44px 28px 44px 48px;
	width: 480px;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
#main .sec02 .textList li .topBox {
	margin-bottom: -4px;
	background: url("../img/common/icon07.png") no-repeat right top / 121px;
}
#main .sec02 .textList li .topBox01 {
	background: url("../img/common/icon08.png") no-repeat right top / 138px;
}
#main .sec02 .textList li .topBox .num {
	padding-left: 9px;
	color: #0099df;
	font-size: 1.6rem;
}
#main .sec02 .textList li .topBox .num .en {
	margin: -23px 0 0 -17px;
	display: block;
	font-size: 8rem;
	font-weight: 100;
	font-style: italic;
}
#main .sec02 .textList li p {
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 1.69;
}
#main .sec02 .textList li p span {
	font-weight: 700;
}
#main .sec02 .textArea {
	margin-bottom: 119px;
	padding: 57px 60px 31px;
	position: relative;
}
#main .sec02 .textArea::before {
	width: 289px;
	height: 275px;
	position: absolute;
	top: -49px;
	right: 52px;
	background: url("../img/reconstruction/sec02_img01.png") no-repeat center / 289px;
	content: "";
	z-index: 1;
}
#main .sec02 .textArea::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(top right, rgba(102, 229, 122, 1) 0%, rgba(15, 131, 152, 1) 100%);
	background-image: -o-linear-gradient(top right, rgba(102, 229, 122, 1) 0%, rgba(15, 131, 152, 1) 100%);
	background-image: linear-gradient(to bottom left, rgba(102, 229, 122, 1) 0%, rgba(15, 131, 152, 1) 100%);
	opacity: 0.15;
	content: "";
}
#main .sec02 .textArea .bg {
	position: relative;
	z-index: 2;
}
#main .sec02 .textArea .title {
	margin-bottom: 11px;
	color: #0fab8f;
	font-size: 3.2rem;
	font-weight: 700;
}
#main .sec02 .textArea .pTop {
	margin-bottom: 15px;
	max-width: 570px;
	text-align: left;
}
#main .sec02 .textArea .ul-square {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #cfcece;
}
#main .sec02 .textArea .textBox {
	margin-bottom: 14px;
	display: flex;
	justify-content: space-between;
}
#main .sec02 .textArea .textBox .ttlBox {
	width: calc(100% - 750px);
}
#main .sec02 .textArea .textBox .ttlBox .ttl {
	padding: 6px 11px;
	color: #fff;
	background: url("../img/common/bg04.png") no-repeat left center / 130px;
}
#main .sec02 .textArea .textBox dl {
	padding-top: 3px;
	width: 750px;
}
#main .sec02 .textArea .textBox dt {
	padding-top: 17px;
	float: left;
	color: #0fab8f;
	font-weight: bold;
}
#main .sec02 .textArea .textBox dd {
	padding: 0px 0 18px 20px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.93;
	border-bottom: 1px solid #3e3a39;
}
#main .sec02 .textArea .textBox dt:first-of-type,
#main .sec02 .textArea .textBox dd:first-of-type {
	padding-top: 0;
}
#main .sec02 .textArea .textBox dd:last-of-type {
	border-bottom: 0;
}
#main .sec02 .textArea .textBox dd span {
	color: #0fab8f;
}
#main .sec03 {
	position: relative;
	padding: 141px 0 92px;
}
#main .sec03::after {
	width: 305px;
	height: 82px;
	position: absolute;
	bottom: -56px;
	left: calc(50% - 152px);
	background: url("../img/common/icon06.png") no-repeat center / 305px;
	content: "";
	z-index: 1;
}
#main .sec03 h2 {
	margin-bottom: 52px;
	color: #0fab8f;
	font-size: 3.8rem;
}
#main .sec03 .imgList {
	margin-top: -20px;
	display: flex;
	justify-content: space-between;
}
#main .sec03 .imgList li {
	margin-top: 20px;
	width: 470px;
}
#main .sec03 .imgList li .headLine02 {
	color: #0fab8f;
}
#main .sec03 .imgList li .pho {
	margin-bottom: -8px;
	padding-left: 38px;
}
#main .sec03 .imgList li p {
	line-height: 2.06;
}
#main .sec03 .imgList li p span {
	font-weight: 700;
}
#main .sec04 {
	margin-bottom: 120px;
	padding: 120px 0 110px;
	position: relative;
}
#main .sec04::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(left, rgba(102, 229, 122, 1) 0%, rgba(15, 131, 152, 1) 100%);
	background-image: -o-linear-gradient(left, rgba(102, 229, 122, 1) 0%, rgba(15, 131, 152, 1) 100%);
	background-image: linear-gradient(to right, rgba(102, 229, 122, 1) 0%, rgba(15, 131, 152, 1) 100%);
	opacity: 0.15;
	content: "";
}
#main .sec04 h2 {
	margin-bottom: 22px;
	position: relative;
	color: #0fab8f;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.43;
	text-align: center;
}
#main .sec04 h2::after {
	width: 100px;
	height: 249px;
	position: absolute;
	top: -10px;
	left: 0;
	background: url("../img/reconstruction/sec04_img.png") no-repeat center / 90px;
	content: "";
}
#main .sec04 .pTop {
	margin: 0 auto 92px;
	max-width: 770px;
	line-height: 2.06;
}
#main .sec04 .pTop span {
	font-weight: 700;
}
#main .sec04 .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .sec04 .imgBox .photoBox {
	width: 620px;
}
#main .sec04 .imgBox .textBox {
	margin-top: -14px;
	padding-left: 40px;
	width: calc(100% - 620px);
	box-sizing: border-box;
}
#main .sec04 .imgBox .textBox .ttl {
	margin: 0 -10px 26px 0;
	color: #0fab8f;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.42;
}
#main .sec04 .imgBox .textBox p {
	line-height: 2.06;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .sec05 {
	padding: 241px 0 106px;
}
#main .sec05 h2 {
	margin-bottom: 38px;
	color: #0fab8f;
	font-size: 3.8rem;
	font-weight: 700;
}
#main .sec05 .imgBox {
	padding-right: 36px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#main .sec05 .imgBox .photoBox {
	padding-top: 20px;
	width: 366px;
}
#main .sec05 .imgBox .textBox {
	padding-right: 50px;
	width: calc(100% - 366px);
	box-sizing: border-box;
}
#main .sec05 .imgBox .textBox .headLine02 {
	color: #0fab8f;
}
#main .sec05 .imgBox .textBox p {
	line-height: 2.06;
}
#main .sec05 .imgBox01 {
	margin-top: -4px;
	padding-right: 0;
	flex-direction: row;
}
#main .sec05 .imgBox01 .photoBox {
	padding-top: 10px;
	width: 348px;
}
#main .sec05 .imgBox01 .textBox {
	padding: 0 0 0 36px;
}
#main .sec06 {
	padding: 112px 0 130px;
}
#main .sec06 h2 {
	margin-bottom: 34px;
	color: #0fab8f;
	font-size: 3.8rem;
	font-weight: 700;
	text-align: center;
}
#main .sec06 .qaList li {
	padding: 24px 50px 51px;
	border: 1px solid #0fab8f;
	border-radius: 10px;
}
#main .sec06 .qaList li:not(:last-of-type) {
	margin-bottom: 18px;
}
#main .sec06 .qaList li .q {
	overflow: hidden;
}
#main .sec06 .qaList li .q .en,
#main .sec06 .qaList li .a .en {
	margin-right: 10px;
	color: #0fab8f;
	font-size: 4.6rem;
	font-weight: 400;
	font-style: italic;
}
#main .sec06 .qaList li .q .txt {
	color: #0fab8f;
	font-size: 2.6rem;
	font-weight: 300;
}
#main .sec06 .qaList li .a {
	padding-top: 6px;
	display: flex;
}
#main .sec06 .qaList li .a .en {
	margin: -10px 15px 0 0;
	color: #ff9e00;
}
#main .sec06 .qaList li .a .txt {
	line-height: 2.06;
}
/**追加CSS**/
.orange_line {
	background: rgb(254, 201, 1);
	background: linear-gradient(90deg, rgba(254, 201, 1, 1) 0%, rgba(255, 177, 33, 1) 100%);
	background-color: #ffc603;
	height: 86px;
	width: 100%;
	position: relative;
}
.orange_line:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-image: url(../img/index/orange_line_img.png);
	background-repeat: no-repeat;
	background-position: right -10px top;
	background-size: 16%;
}
@media all and (max-width: 896px) {
	.orange_line:after {
		content: none;
	}
}

.orange_line_p {
	padding-top: 0px;
	padding-left: 24px;
	margin-top: 40px;
	text-align: left;
	font-size: 29px;
	position: relative;
}
.orange_line_span {
	font-size: 200%;
	color: #fff;
	font-weight: bolder;
	font-style: italic;
	font-family: "Poppins";
	vertical-align: middle;
	padding-left: 10px;
}
.orange_line_span01 {
	position: relative;
	top: 4px;
}
.orange_line_span:before {
}
@media all and (max-width: 896px) {
	#main .sec01 {
		padding: 109px 0 66px;
	}
	#main .sec01::after {
		height: 55px;
		bottom: -42px;
		background: url("../img/reconstruction/sp_sec01_img.png") no-repeat center / 45px;
	}
	#main .sec01 .content {
		padding: 0 24px;
		margin: 0 auto;
		overflow: hidden;
	}
	#main .sec01 h2 {
		margin-bottom: 9px;
		font-size: 2rem;
		line-height: 1.4;
	}
	#main .sec01 .pTop {
		margin-bottom: 10px;
		font-size: 1.4rem;
		line-height: 1.79;
	}
	#main .sec01 .imgBox {
		padding-left: 0;
		margin-top: 45px;
		flex-direction: column;
	}
	#main .sec01 .imgBox .photoBox {
		margin: 0 auto;
		max-width: 375px;
		position: relative;
		padding: 0 9px 0 30px;
		box-sizing: border-box;
		text-align: center;
	}
	#main .sec01 .imgBox .photoBox .icon {
		margin-right: -38px;
		position: absolute;
		top: -50px;
		right: 0;
	}
	#main .sec01 .imgBox .textBox {
		padding: 17px 0 0;
		width: auto;
	}
	#main .sec01 .imgBox .textBox .ttl {
		margin-bottom: 7px;
		font-size: 2rem;
		line-height: 1.4;
	}
	#main .sec01 .imgBox .textBox p {
		font-size: 1.5rem;
		line-height: 1.93;
	}
	#main .sec02 {
		padding: 76px 0 0;
		background: url("../img/common/sp_bg01.png") no-repeat left top / 100% auto;
	}
	#main .sec02 .h2Ttl {
		margin-bottom: 12px;
		font-size: 2rem;
	}
	#main .sec02 .h2Ttl img {
		margin-right: 4px;
		vertical-align: -7px;
	}
	#main .sec02 .pTop {
		margin-bottom: 40px;
		font-size: 1.4rem;
		line-height: 1.79;
		text-align: left;
	}
	#main .sec02 .textList {
		margin-bottom: 75px;
		display: block;
	}
	#main .sec02 .textList li {
		padding: 30px 20px 30px 28px;
		width: 100%;
		min-height: 258px;
	}
	#main .sec02 .textList li .topBox {
		margin-bottom: -12px;
		padding-bottom: 10px;
		background: url("../img/common/sp_icon14.png") no-repeat right top / 82px;
	}
	#main .sec02 .textList li .topBox01 {
		background: url("../img/common/sp_icon15.png") no-repeat right top / 94px;
	}
	#main .sec02 .textList li .topBox .num {
		padding-left: 9px;
		font-size: 1.05rem;
	}
	#main .sec02 .textList li .topBox .num .en {
		margin: -16px 0 0 -4px;
		font-size: 5.4rem;
	}
	#main .sec02 .textList li p {
		font-size: 1.76rem;
		line-height: 1.69;
	}
	#main .sec02 .textList li:not(:last-of-type) {
		margin-bottom: 27px;
	}
	#main .sec02 .textArea {
		margin: 0 -24px 50px;
		padding: 60px 26px 49px;
	}
	#main .sec02 .textArea::before {
		width: 145px;
		height: 138px;
		top: -29px;
		right: 7px;
		background: url("../img/reconstruction/sp_sec02_img01.png") no-repeat center / 145px;
	}
	#main .sec02 .textArea .title {
		margin-bottom: 8px;
		font-size: 2rem;
		line-height: 1.3;
	}
	#main .sec02 .textArea .pTop {
		margin-bottom: 33px;
		max-width: inherit;
	}
	#main .sec02 .textArea .textBox {
		margin-bottom: 2px;
		display: block;
	}
	#main .sec02 .textArea .textBox .ttlBox {
		margin-bottom: 10px;
		width: auto;
	}
	#main .sec02 .textArea .textBox .ttlBox .ttl {
		padding: 6px 11px;
		font-size: 1.3rem;
		background: url("../img/common/sp_bg04.png") no-repeat left center / 110px;
	}
	#main .sec02 .textArea .textBox dl {
		padding-top: 3px;
		width: auto;
	}
	#main .sec02 .textArea .textBox dt {
		padding-top: 17px;
		float: none;
	}
	#main .sec02 .textArea .textBox dd {
		padding: 6px 0 18px;
		font-size: 1.4rem;
		line-height: 1.79;
	}
	#main .sec02 .textArea .textBox dd:first-of-type {
		padding-top: 3px;
	}
	#main .sec02 .textArea .notes {
		margin-right: -10px;
		padding-left: 45px;
		font-size: 1.6rem;
		line-height: 1.6;
		background: url("../img/reconstruction/sp_sec02_img05.png") no-repeat left top 6px / 39px;
	}
	#main .sec03 {
		padding: 62px 0 59px;
	}
	#main .sec03::after {
		width: 153px;
		height: 52px;
		bottom: -38px;
		left: calc(50% - 76px);
		background: url("../img/common/sp_icon04.png") no-repeat center / 153px;
	}
	#main .sec03 h2 {
		margin-bottom: 52px;
		font-size: 2rem;
	}
	#main .sec03 .imgBox {
		display: block;
	}
	#main .sec03 .imgBox .textBox {
		padding-right: 0;
		width: auto;
		box-sizing: border-box;
	}
	#main .sec03 .imgBox .photoBox {
		padding-top: 13px;
		width: auto;
		text-align: center;
	}
	#main .sec03 .imgBox {
		margin-bottom: 62px;
	}
	#main .sec03 .imgBox .textBox p {
		line-height: 1.79;
	}
	#main .sec03 .imgBox .textBox p .col {
		margin: 2px 0 0;
		font-size: 1.5rem;
		line-height: 1.67;
	}
	#main .sec03 .imgList {
		margin-top: -20px;
		display: block;
	}
	#main .sec03 .imgList li {
		margin-top: 20px;
		width: auto;
	}
	#main .sec03 .imgList li:not(:last-of-type) {
		margin-bottom: 46px;
	}
	#main .sec03 .imgList li .pho {
		margin-bottom: -2px;
		padding-left: 0;
		text-align: center;
	}
	#main .sec03 .imgList li p {
		line-height: 1.79;
	}
	#main .sec04 {
		margin-bottom: 45px;
		padding: 76px 0 70px;
	}
	#main .sec04 h2 {
		margin-bottom: 38px;
		padding-left: 63px;
		font-size: 2rem;
		line-height: 1.3;
		text-align: left;
	}
	#main .sec04 h2::after {
		width: 50px;
		height: 125px;
		top: -46px;
		left: 6px;
		background: url("../img/reconstruction/sp_sec04_img.png") no-repeat center / 50px;
	}
	#main .sec04 .pTop {
		margin: 0 auto 37px;
		max-width: inherit;
		line-height: 1.79;
	}
	#main .sec04 .imgBox {
		display: block;
	}
	#main .sec04 .imgBox .photoBox {
		margin: 0 -24px 15px;
		width: calc(100% - 77px);
	}
	#main .sec04 .imgBox .textBox {
		margin-top: 0;
		padding-left: 51px;
		width: auto;
	}
	#main .sec04 .imgBox .textBox .ttl {
		margin: 0 -10px 7px 0;
		font-size: 2rem;
		line-height: 1.3;
	}
	#main .sec04 .imgBox .textBox p {
		line-height: 1.79;
	}
	#main .sec05 {
		padding: 69px 0 120px;
	}
	#main .sec05 h2 {
		margin-bottom: 30px;
		font-size: 2rem;
		line-height: 1.3;
	}
	#main .sec05 .imgBox {
		padding-right: 0;
		display: block;
	}
	#main .sec05 .imgBox .photoBox {
		margin-bottom: -8px;
		padding-top: 0;
		width: auto;
		text-align: center;
	}
	#main .sec05 .imgBox .textBox {
		padding-right: 0;
		width: auto;
	}
	#main .sec05 .imgBox .textBox p {
		line-height: 1.79;
	}
	#main .sec05 .imgBox01 {
		margin-top: 44px;
	}
	#main .sec05 .imgBox01 .photoBox {
		padding-top: 0;
		width: auto;
	}
	#main .sec05 .imgBox01 .textBox {
		padding: 0;
	}
	#main .sec06 {
		padding: 57px 0 75px;
	}
	#main .sec06 h2 {
		margin-bottom: 23px;
		font-size: 2rem;
	}
	#main .sec06 .qaList li {
		padding: 23px 20px 26px;
		min-height: inherit;
	}
	#main .sec06 .qaList li:not(:last-of-type) {
		margin-bottom: 15px;
	}
	#main .sec06 .qaList li .q {
		display: flex;
	}
	#main .sec06 .qaList li .q .en,
	#main .sec06 .qaList li .a .en {
		margin-right: 10px;
		margin-top: -6px;
		font-size: 2.5rem;
	}
	#main .sec06 .qaList li .q .txt {
		font-size: 1.7rem;
		line-height: 1.35;
	}
	#main .sec06 .qaList li .a {
		padding-top: 12px;
	}
	#main .sec06 .qaList li .a .en {
		margin: 0 15px 0 0;
	}
	#main .sec06 .qaList li .a .txt {
		line-height: 1.79;
	}
	/**追加CSS**/
	.orange_line {
		margin-top: 80px;
		height: 120px;
		position: relative;
		padding-right: 0;
	}
	.orange_line_p {
		margin: 30px auto 0;
		max-width: 325px;
		display: flex;
		align-items: center;
		background-image: url(../img/index/orange_line_img_sp.png);
		background-repeat: no-repeat;
		background-position: center center;
		padding: 50px 16px 30px;
		background-size: contain;
		font-size: 100%;
		justify-content: space-around;
		position: absolute;
		top: -58px;
		left: 0;
		right: 0;
		font-weight: 100;
	}
	.orange_line_span {
		font-size: 260%;
	}
	.orange_line_span:before {
		display: none;
	}
}
@media all and (max-width: 374px) {
	#main .sec01 {
		padding: 170px 0 66px;
	}
	#main .sec01 .imgBox .textBox p {
		font-size: 1.4rem;
	}
}
