/*qa
--------------------------------*/
.sec_qa {
	margin: 50px 0 100px;
}
.sec_qa .title_sec span {
	font-size: 3rem;
	margin-left: -18em;
}
.sec_qa .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	max-width: 1032px;
	margin: 45px auto 0;
}
.sec_qa .list .num {
	position: relative;
	padding-top: 37px;
	padding-left: 37px;
	padding-right: 37px;
}
.sec_qa .list .num::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	background: #65C4F2;
	border-radius: 50%;
}
.sec_qa .list .num img {
	position: relative;
	z-index: 1;
}
.sec_qa .list .title {
	font-size: 2rem;
	position: relative;
	z-index: 1;
	margin-top: 5px;
	margin-left: 37px;
	margin-right: 37px;
	padding-bottom: 5px;
	display: inline-block;
}
.sec_qa .list .title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: #65C4F2;
}
.sec_qa .list .img {
	text-align: center;
	margin-top: 55px;
}

/*oneday
--------------------------------*/
.sec_oneday .title_sec {
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.1em;
	text-align: center;
}
.sec_oneday .box {
	background: #CCD8E9;
	margin-top: 20px;
}
.sec_oneday .box .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sec_oneday .box .left,
.sec_oneday .box .right {
	width: 50%;
	position: relative;
}
.sec_oneday .box .left::before,
.sec_oneday .box .right::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
	background: #9DB2D2;
}
.sec_oneday .box dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
}
.sec_oneday .box dl dt {
	text-align: center;
	width: 100px;
	background: #9DB2D2;
	padding: 30px 0;
}
.sec_oneday .box dl dd {
	padding: 30px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.sec_oneday .box dl dd .title {
	font-weight: 700;
}
.sec_oneday .box dl dd .img {
	margin-top: 10px;
}

/*case
--------------------------------*/
.sec_case {
	overflow: hidden;
}
.sec_case .item {
	margin-top: 100px;
}
.sec_case .item .title_sec {
	position: relative;
	z-index: 1;
}
.sec_case .item .title_sec span {
	font-size: 2rem;
	color: #B5B5B5;
	letter-spacing: 0.1em;
	display: block;
	margin-top: 10px;
}
.sec_case .item .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	margin-top: 25px;
}
.sec_case .item .box .img {
	width: 450px;
	margin-right: 40px;
}
.sec_case .item .box .textbox {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.sec_case .item .box .work {
	color: #3C9AFF;
}
.sec_case .item .box .title {
	font-size: 2.6rem;
	font-weight: 700;
}
.sec_case .item .box .text {
	margin-top: 40px;
}
.sec_case .item01 .img {
	width: 440px;
	margin-top: -125px;
}
.sec_case .item_left .title_sec {
	text-align: right;
}
.sec_case .item_left .title_sec span {
	text-align: right;
}
.sec_case .item_right {
	position: relative;
	padding-bottom: 100px;
}
.sec_case .item_right::before {
	content: "";
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	background: rgba(245, 234, 214, 0.26);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.sec_case .item_right .box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.sec_case .item_right .box .img {
	margin-right: 0;
	margin-left: 40px;
}