.aboutMainVisual {
	background: url(../img/aboutus/mainVisual02.jpg) no-repeat center 28% / cover;
}

/*ユーザーボイスセクション*/
#overview {
	margin-top: 66px;
	overflow: hidden;
	width: 100%;
}
#overview .cntBox {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#overview .cntImg {
	width: 47%;
	height: 400px;
	max-width: 100%;
	margin-left: 3%;
}
#overview .cntBody {
	color: #013281;
	width: 50%;
	margin-top: 9px;
}
#overview .cntHeading {
	font-size: 70px;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	color: #013281;
}
#overview .cntHeading::after {
	content: "";
	position: absolute;
	width: 110%;
	height: 1px;
	left: 0;
	background-color: #013281;
	z-index: -1;
}
#overview .cntCopy {
	font-size: 37px;
	color: #CA9F20;
	line-height: 1.621;
}
#overview .cntText {
	font-size: 19px;
	line-height: 2.2;
	margin-top: 29px;
	margin-left: 14px;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 1;
}

#overview .cntHeading h2{
	font-size: 6.6rem;
}
#overview .cntHeading h2 span{
	font-size: 2rem;
	letter-spacing: 0.01em;
	padding-left: 10px;
	font-style: normal;
	font-weight: 600;
}

#overview .cntCopy {
	font-size: 37px;
	color: #CA9F20;
	line-height: 1.621;
	margin-top: 36px;
}


/*理由セクション*/
#reason {
	margin-top: 245px;
	padding-bottom: 74px;
}
#reason .cntBox {
	width: 1090px;
	max-width: 100%;
	margin: 90px auto 0;
}
#reason .cntBox ul {
	display: flex;
	justify-content: center;
}
#reason .cntBox ul .cntReason {
	background-color: #F4F4F4;
	padding: 85px 30px 26px;
	width: 350px;
	max-width: 100%;
	position: relative;
}
#reason .reasonArrow {
	position: absolute;
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
}
#reason .reasonArrow img {
	width: 21px;
	height: 18px;
}
#reason .cntBox ul .cntReason::before{
	position: absolute;
	width: 123px;
	height: 123px;
	font-size: 50px;
	line-height: 120px;
	text-align: center;
	letter-spacing: -0.03em;
	color: #fff;
	background-color: #1557C2;
	border-radius: 50%;
	top: -57px;
	left: 0;
	right: 0;
	margin: auto;
	font-weight: 500;
}
#reason .cntBox ul .cntReason:first-child:before {
	content: "01";
}
#reason .cntBox ul .cntReason:nth-child(2):before {
	content: "02";
}
#reason .cntBox ul .cntReason:not(:first-child) {
	margin-left: 36px;
}
#reason .cntReasonMeta {
	color: #013281;
	text-align: center;
	padding-bottom: 19px;
	border-bottom: 1px solid #013281;
}
#reason .cntReasonText {
	font-size: 20px;
	line-height: 1.272727;
}
#reason .cntReasonHeading {
	font-size: 32px;
	line-height: 1.2815;
	margin-top: 7px;
}
#reason .cntReasonImg {
	height: 250px;
	text-align: center;
	padding: 30px 20px 20px;
}
#reason .cntReasonImg img {
	
}

/*保険セクション*/
#insurance {
	padding-top: 156px;
}
#insurance .cntBox {
	width: 1090px;
	max-width: 100%;
	margin: 0 auto;
}
#insurance .cntText {
	font-size: 25px;
	line-height: 1.6;
	color: #CA9F20;
	margin-top: 29px;
	text-align: center;
}
#insurance .cntImgItems {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #F4F4F4;
	padding: 26px 49px;
	margin-top: 32px;
}
#insurance .cntImgItems .cntImgItem{
	height: 70px;
	margin:  25px 3%;
}

/*規約セクション*/
#terms {
	padding-top: 159px;
}
#terms .cntBox {
	width: 960px;
	max-width: 100%;
	margin: 52px auto 0;
}
#terms .cntItems {
	display: flex;
	flex-wrap: wrap;
}
#terms .cntItem {
	width: calc(33.333333% - 30px * 2 / 3);
}
#terms .cntItem:not(:nth-child(3n + 1)) {
	margin-left: 30px;
}
#terms .cntItem:nth-child(n + 4) {
	margin-top: 30px;
}
#terms .cntItem a {
	font-size: 18px;
	color: #fff;
	padding: 30px 0;
	background-color: rgb(6, 130, 143, 0.9);
	display: block;
	text-align: center;
}

.topBnrWrapperAbout {
	text-align: center;
	margin-top: 195px;
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
}

.topBnrWrapperAbout::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 80px;
	top: -117px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #013281;
}


@media screen and (max-width: 767px) {
	.aboutMainVisual {
		background: url(../img/aboutus/mainVisual02.jpg) no-repeat top / 130%;
	}
	#overview .cntBox {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}
	#overview .cntHeading {
		font-size: 35px;
	}
	#overview .cntHeading-sp::after {
		left: -20px;
		width: 100vw;
	}
	#overview .cntImg {
		margin-left: 0; 
		width: 100%;
		height: auto;
	}
	#overview .cntBody {
		width: 100%;
	}
	#overview .cntCopy {
		font-size: 23px;
		margin-top: 18px;
		width: 100%;
	}
	#overview .cntText {
		margin-top: 10px;
		font-size: 15px;
		margin-left: 0;
		margin-bottom: 10px;
	}
	#overview .cntHeading {
	    font-size: 35px;
	    text-align: center;
	    padding-bottom: 27px;
	}
	#overview .cntHeading h2{
		padding-bottom: 40px;
		position: relative;
		font-size: 5rem;
	}
	#overview .cntHeading h2 span{
		position: absolute;
		padding-left: 0;
		text-align: center;
		display: block;
		width: 100%;
		font-size: 16px;
		bottom: 15px;
	}
	#reason {
		margin-top: 160px;
	}
	#reason .cntBox ul {
		display: block;
	}
	#reason .cntBox ul .cntReason:not(:first-child) {
		margin-left: auto;
		margin-top: 120px;
	}
	#reason .cntBox ul .cntReason {
		margin-left: auto;
		margin-right: auto;
	}
	#reason .cntReasonHeading {
		font-size: 24px;
	}
	#reason .cntReasonText {
		font-size: 16px;
	}
	#insurance {
		margin-top: 78px;
	}
	#insurance .cntBox {
		padding-left: 15px;
		padding-right: 15px;
	}
	#insurance .cntText {
		font-size: 20px;
	}
	#insurance .cntImgItems {
		padding: 33px 5px;
	}
	#insurance .cntImgItems .cntImgItem{
		width: 45%;
		height: auto;
	}
	#insurance .cntImgItems .cntImgItem img{
		width: 100%;
		height: auto;
	}
	#insurance .cntImgItem:not(:first-child) {
		margin-top: 25px;
		margin:  25px auto;
	}
	#insurance .cntImgItem {
		margin-left: auto;
		margin-right: auto;
	}
	#terms {
		margin-top: 79px;
	}
	#terms .cntBox {
		padding-left: 15px;
		padding-right: 15px;
	}
	#terms .cntItems {
		display: block;
	}
	#terms .cntItem {
		width: 100%;
	}
	#terms .cntItem:not(:nth-child(3n + 1)) {
		margin-left: 0;
	}
	#terms .cntItem:not(:first-child) {
		margin-top: 15px;
	}
	.topBnrWrapperAbout {
		margin-top: 147px;
	}
	#textBox.aboutTextBox p{
		font-size: 25px;
		padding: 25px 0 28px;
	}
	#insurance,#terms{
		padding-top: 100px;
		margin-top: 0;
	}
}

#about {
	padding-top: 56px;
	background-color: #ECEFF4;
	margin-top: -81px;
}
#about .cntBox {
	width: 1030px;
	max-width: 100%;
	margin: 39px auto 0;
	padding-left: 25px;
	padding-right: 25px;
}
#about .cntText {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.02em;
	color: #013281;
	text-align: center;
}
#about .aboutBox {
	width: 800px;
	max-width: 100%;
	margin: 50px auto 0;
	padding-top:61px;
}
#about .aboutBox__dl {
	margin-top: 24px;
}
#about .aboutBox__row {
	display: flex;
	align-items: center;
	position: relative;
	color: #013281;
}
#about .aboutBox__row::before {
	content: "";
	position: absolute;
	background-image: linear-gradient(to right, #013281, #013281 1px, transparent 1px, transparent 6px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#about .aboutBox__row:last-child:after {
	content: "";
	position: absolute;
	background-image: linear-gradient(to right, #222, #222 1px, transparent 1px, transparent 6px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
    top: 63px;
	bottom: 0;
	left: 0;
	right: 0;
}
#about .aboutBox__heading {
	font-size: 30px;
	letter-spacing: 0.02em;
	color: #013281;
	text-align: center;
}
#about .aboutBox__dt {
	width: 235px;
	font-size: 16px;
	letter-spacing: 0.02em;
}
#about .aboutBox .aboutBox__dd {
	width: calc(100% - 235px);
	padding-top: 20px;
	padding-bottom: 19px;
	line-height: 1.5625;
	font-size: 16px;
	z-index: 1;
	letter-spacing: 0.02em;
}
#about .aboutBox .aboutBox__dd a{
	color: #013281;
}

@media screen and (max-width: 767px) {
	#about {
		padding-top: 20px;
	}
	#about .cntBox {
		padding-left: 15px;
		padding-right: 15px;
	}
	#about .aboutBox__row {
		display: block;
		padding: 15px;
	}
	#about .aboutBox__dt {
		width: 100%;
	}
	#about .aboutBox .aboutBox__dd {
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 10px;
	}
	#about .aboutBox__row:last-child:after {
		top: 80px;
	}
}