@charset "UTF-8";

/* helper
---------------------------------------------------------------------------*/
.title-page + .sec-center {
	margin-bottom: 130px;
}


/* .sec-resolution
---------------------------------------------------------------------------*/
.illust-resolution {
	position: absolute;
	top: 55px;
	left: 440px;
	width: 188px;
	height: 212px;
	z-index: 2;
	transform-origin: right bottom;
}

.illust-resolution img {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	transform-origin: center bottom;
}

.illust-resolution .illust2 {
	opacity: 0;
}

.sec-resolution h2 {
	margin-bottom: 20px;
	color: #EA5704;
	font-size: 26px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.sec-resolution p {
	line-height: 1.9;
}

.sec-resolution p strong {
	display: block;
	font-size: 19px;
}


/* .sec-support
---------------------------------------------------------------------------*/
.sec-support {
	position: relative;
	background-color: #F4EEDE;
	width: 100%;
	margin: 0 auto 125px;
	padding: 80px 0 80px;
}

.sec-support .sec-inner {
	position: relative;
	width: 1094px;
	margin: 0 auto;
}

.sec-support .bear {
	position: absolute;
	top: -76px;
	left: 50%;
	margin-left: -117px;
}

.sec-support .sec-center {
	margin-bottom: 40px;
}

.sec-support .sec-center h2 {
	margin-bottom: 15px;
}

.sec-support .pnav {
	margin-bottom: 60px;
}

.sec-support .box {
	display: -webkit-box;
	display: flex;
	position: relative;
	background-color: #FFFFFF;
	border-radius: 17px;
	margin-bottom: 50px;
	padding: 60px 75px 60px 85px;
}

.sec-support .box:last-of-type {
	margin-bottom: 0;
}

.sec-support .box .illust {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.sec-support .box .illust .img {
	opacity: 0;
}

.sec-support .box .illust .txt {
	position: absolute;
	opacity: 0;
}

.sec-support .box figure {
	position: relative;
	width: 397px;
	min-width: 397px;
}

.sec-support .box figure img {
	display: block;
	margin-bottom: 19px;
}

.sec-support .box figure img:last-of-type {
	margin-bottom: 0;
}

.sec-support .box .img-set3 {
	position: relative;
}

.sec-support .box .img-set3 img:nth-of-type(2) { float: left; margin-bottom: 0; }
.sec-support .box .img-set3 img:nth-of-type(3) { float: right; }

.sec-support .box .txt-set {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 0 0 75px;
}

p + h3.font-b {
	margin-top: 45px!important;
}

.sec-support .box h3 {
	position: relative;
	margin: 0 0 30px -10px;
	padding-left: 60px;
	color: #403B33;
	font-size: 26px;
	letter-spacing: 0.12em;
}

.sec-support .box h3.line {
	margin-top: 105px !important;
}

.sec-support .box h3.line:before {
	display: block;
	content: '';
	position: absolute;
	top: -55px;
	left: 0;
	background: url(../img/share/line-dot.svg) no-repeat left top / 905px 7px;
	width: 100%;
	height: 7px;
}

.sec-support .box h3 i {
	display: block;
	position: absolute;
	top: -7px;
	left: 0;
}

.sec-support .box h3 span {
	position: relative;
	display: inline-block;
	padding-bottom: 2px;
	color: #EA5704;
}

.sec-support .box h3 span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -2px;
	left: -8%;
	background-color: #FFE9AA;
	width: 114%;
	height: 7px;
	transform: skewY(-30deg) rotate(30deg);
	z-index: 0;
}

.sec-support .box h3 span strong {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.sec-support .box .txt-set p {
	margin-bottom: 12px;
	font-size: 16px;
}

.sec-support .box .txt-set p.attention {
	margin-top: 26px;
	font-size: 13px;
}

.sec-support .box .txt-set .btn {
	margin-top: 22px;
}


/* .box-border-l
------------------------------------*/
.box-border-l {
	position: relative;
	box-sizing: border-box;
	background-color: #F8F3E9;
	box-shadow: 0 3px 0 #F3E1C4;
	border-radius: 6px;
	width: 100%;
	margin-top: 40px;
	padding: 30px 38px 28px 37px;
}

.box-border-l:before {
	display: block;
	content: '';
	position: absolute;
	top: -2px;
	left: -4px;
	background-color: #FFD16A;
	border-radius: 4px;
	width: 9px;
	height: calc(100% + 6px);
}


/* .dl
------------------------------------*/
.sec-support .dl > div {
	background: url(../img/share/line-dot.svg) no-repeat left bottom / 905px 7px;
	margin-bottom: 24px;
	padding: 0 0 32px 7px;
}

.sec-support .dl > div:last-of-type {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sec-support .dl dt {
	margin-bottom: 14px;
	color: #EA5704;
	font-size: 19px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.sec-support .dl dd p {
	margin-bottom: 8px;
	font-size: 14px !important;
	text-align: justify;
	line-height: 1.7;
	letter-spacing: 0.06em;
}


/* .dl-side
------------------------------------*/
.sec-support .dl-side > div {
	display: -webkit-box;
	display: flex;
	background: url(../img/share/line-dot.svg) no-repeat left bottom / 905px 7px;
	margin-bottom: 26px;
	padding: 0 0 32px;
}

.sec-support .dl-side > div:last-of-type {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sec-support .dl-side dt {
	width: 85px;
	min-width: 85px;
	color: #EA5704;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.sec-support .dl-side dd li {
	margin-bottom: 4px;
	padding-left: 12px;
	letter-spacing: 0.06em;
}

.list-bar li {
	background-color: #EFE4CE;
}

.list-bar.odd li {
	float: none;
	width: 100%;
	margin-top: 2.8%;
}

.list-bar.odd li:first-of-type {
	margin-top: 0;
}


/* #box1
------------------------------------*/
#box1 .box-border-l {
	margin-top: 35px;
	padding: 25px 30px 23px 32px;
}

#box1 .illust {
	bottom: 30px;
	left: 40px;
}

#box1 .illust .txt {
	top: -90px;
	left: -12px;
}

#box1 .txt-set {
	padding-top: 20px;
}


/* #box2
------------------------------------*/
#box2 .txt-set {
	padding-top: 20px;
}

#box2 .illust {
	bottom: 25px;
	left: 35px;
}

#box2 .illust .txt {
	top: -86px;
	left: -5px;
}


/* #box3
------------------------------------*/
#box3 .illust {
	bottom: 25px;
	left: 55px;
}

#box3 .illust .txt {
	top: -83px;
	left: -28px;
}

#box3 .txt-set {
	box-sizing: border-box;
	width: 100%;
	padding: 39px 0 0 75px;
}


/* .service-info
---------------------------------------------------------------------------*/
.service-info {
	margin-bottom: 200px;
}

.service-info .chameleon {
	position: absolute;
	top: -33px;
	right: -22px;
}

.info-inner .info-detail .dl-common .attention-space .attention {
	margin-top: 6px;
}

#sec-transportation .dl-s {
	margin: 15px 0 15px;
}

#sec-transportation .dl-s > div {
	margin-bottom: 12px !important;
}

#sec-transportation .dl-s > div > dt {
	min-width: 106px;
	letter-spacing: 0.1em;
}