@charset "UTF-8";

/* Sass Document */

/* ----------------------------------------------------------------------------------------------------
*  sec-reasons
* --------------------------------------------------------------------------------------------------*/
#reason,
#support {
	position: relative;
	background: #f8f8f8;
}

#reason::after,
#support::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	transform: translateY(-80%);
	color: #f8f8f8;
	font-family: "Roboto", sans-serif;
	font-size: 14rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

#reason::before,
#support::before {
	z-index: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 240px;
	background: #fff;
	content: '';
}

#reason::after {
	content: 'CONTENTS';
}

#support {
	margin-top: 210px;
}

#support::after {
	content: 'SUPPORT';
}

.title-wrapper {
	padding-top: 90px;
	padding-bottom: 194px;
}

.sec-reasons {
	box-sizing: border-box;
	position: relative;
	padding: 0;
}

#reasons .sec-reasons .sec_ttl {
	width: auto !important;
}

.sec-reasons .sec_ttl {
	z-index: 10;
	font-size: 3.0rem;
}

.sec-reasons .sec_ttl::after {
	bottom: -24px;
}

.sec-reasons .sec_ttl span {
	font-size: 3.0rem;
}

#support .sec_ttl,
#reason .sec_ttl {
	transform: translateY(-50%);
}

.sec-reasons .box_wrap {
	z-index: 1;
	position: relative;
	max-width: 1360px;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-size: 65.5% 100%;
}

.sec-reasons .box_wrap.bg-blue {
	margin-top: 77px;
	background-image: -moz-linear-gradient(40deg, #d4eaf1 0%, rgba(212, 234, 241, 0) 100%);
	background-image: -webkit-linear-gradient(40deg, #d4eaf1 0%, rgba(212, 234, 241, 0) 100%);
	background-image: linear-gradient(40deg, #d4eaf1 0%, rgba(212, 234, 241, 0) 100%);
}

.sec-reasons .box_wrap.reverse.bg-orange {
	background-image: -moz-linear-gradient(140deg, rgba(248, 215, 152, 0) 0%, #f8d798 100%);
	background-image: -webkit-linear-gradient(140deg, rgba(248, 215, 152, 0) 0%, #f8d798 100%);
	background-image: linear-gradient(140deg, rgba(248, 215, 152, 0) 0%, #f8d798 100%);
	background-position: top right;
}

.sec-reasons .box_wrap.bg-pink {
	background-image: -moz-linear-gradient(40deg, #fce4ed 0%, rgba(252, 228, 237, 0) 100%);
	background-image: -webkit-linear-gradient(40deg, #fce4ed 0%, rgba(252, 228, 237, 0) 100%);
	background-image: linear-gradient(40deg, #fce4ed 0%, rgba(252, 228, 237, 0) 100%);
}

.sec-reasons .b01 {
	padding-top: 68px;
}

.sec-reasons .b02 {
	padding-top: 70px;
}

.sec-reasons .b02 .txt {
	padding-top: 17px !important;
}

.sec-reasons .b03 {
	padding-top: 70px;
}

.sec-reasons .b03 .txt {
	padding-top: 22px !important;
}

.sec-reasons .box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 1000px;
	margin: 0 auto;
}

.sec-reasons .box .txt {
	box-sizing: border-box;
	width: 45%;
	padding-top: 26px;
	padding-right: 70px;
}

.sec-reasons .reverse .box {
	flex-direction: row-reverse;
}

.sec-reasons .reverse .box .txt {
	box-sizing: border-box;
	width: 45%;
	padding-right: 0px;
	padding-left: 57px;
}

.sec-reasons .box + .box {
	margin-top: 120px;
}

.sec-reasons .box .img {
	flex-shrink: 0;
	width: 55%;
}

.sec-reasons .box .img img {
	display: block;
	width: 100%;
	max-width: inherit;
	height: auto;
}

.sec-reasons .box.b01 .txt .box_num span {
	color: #1d99c4;
}

.sec-reasons .box.b01 .txt .box_num::after {
	border-top-color: #1d99c4;
}

.sec-reasons .box.b02 .txt .box_num span {
	color: #f5a101;
}

.sec-reasons .box.b02 .txt .box_num::after {
	border-top-color: #f5a101;
}

.sec-reasons .box.b03 .txt .box_num span {
	color: #de4f89;
}

.sec-reasons .box.b03 .txt .box_num::after {
	border-top-color: #de4f89;
}

.sec-reasons .box .txt .box_num {
	display: flex;
}

.sec-reasons .box .txt .box_num span {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
}

.sec-reasons .box .txt .box_num span::after {
	position: absolute;
	top: 50%;
	right: -20px;
	left: auto;
	flex: 1 0 120px;
	width: 120px;
	transform: translateX(100%);
	border-top-width: 1px;
	border-top-style: solid;
	content: '';
}

.sec-reasons .box .txt .box__title {
	margin-top: 32px;
	margin-bottom: 40px;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.4;
}

.sec-reasons .box.b01 .txt .box__title span {
	color: #1d99c4;
}

.sec-reasons .box.b02 .txt .box__title span {
	color: #f5a101;
}

.sec-reasons .box.b03 .txt .box__title span {
	color: #de4f89;
}

.sec-reasons .box .txt .box__text {
	font-size: 1.4rem;
	line-height: 1.7;
}

.sec-reasons .btn_wrap {
	margin-top: 50px;
}

#project {
	padding-top: 95px;
}

#project {
	padding-bottom: 118px;
}

#project .text {
	margin: 75px 0 0;
	text-align: center;
}

.cards {
	display: flex;
	flex-wrap: wrap;
	margin-top: 56px;
}

.cards--col3 > .card {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 60px;
}

.cards--col3 > .card:nth-of-type(3n) {
	margin-right: 0;
}

.card__title {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-height: 65px;
	margin: -30px 20px 0;
	overflow: hidden;
	transform: skewX(345deg);
	background: #81bf00;
	background: #9acc33;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
}
.ie .card__title{
	height: 65px;
}

.card__title::after {
	z-index: -1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #81bf00 50%);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
}

.card__title span {
	display: inline-block;
	padding: 5px;
	transform: skewX(-345deg);
}

.card__img-wrapper{
	text-align: center;
}

.card__img-wrapper > img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	body {
		min-width: 1000px;
	}
}

@media screen and (max-width: 767px) {
	#reason::after,
	#support::after {
		font-size: 12rem;
	}
	#reason::before,
	#support::before {
		display: none;
	}
	#support {
		margin-top: 80px;
		padding-top: 40px;
	}
	.title-wrapper {
		padding-top: 40px;
		padding-bottom: 70px;
	}
	.sec-reasons .sec_ttl {
		padding-bottom: 1.5em;
		font-size: 4.8rem;
	}
	.sec-reasons .sec_ttl::after {
		bottom: 0em;
	}
	.sec-reasons .sec_ttl span {
		font-size: 4.8rem;
		line-height: 1.4;
	}
	.sec-reasons .box_wrap {
		max-width: inherit;
		margin-top: 30px;
		padding-bottom: 0px;
		background-size: 100% 100%;
	}
	.sec-reasons .box_wrap.bg-blue {
		margin-top: auto;
		background: none;
	}
	.sec-reasons .box_wrap.bg-blue .txt {
		background-image: -moz-linear-gradient(bottom left, rgba(29, 153, 196, 0.2), #FFF 80%);
		background-image: -webkit-linear-gradient(bottom left, rgba(29, 153, 196, 0.2), #FFF 80%);
		background-image: linear-gradient(bottom left, rgba(29, 153, 196, 0.2), #FFF 80%);
	}
	.sec-reasons .box_wrap.reverse.bg-orange {
		background: none;
	}
	.sec-reasons .box_wrap.reverse.bg-orange .txt {
		width: auto;
		padding: 5em 4em 5em;
		background-image: -moz-linear-gradient(to top left, rgba(245, 161, 1, 0.4), #FFF 80%);
		background-image: -webkit-linear-gradient(to top left, rgba(245, 161, 1, 0.4), #FFF 80%);
		background-image: linear-gradient(to top left, rgba(245, 161, 1, 0.4), #FFF 80%);
	}
	.sec-reasons .box_wrap.bg-pink {
		background: none;
	}
	.sec-reasons .box_wrap.bg-pink .txt {
		background-image: -moz-linear-gradient(to top right, rgba(254, 193, 218, 0.4), #FFF 80%);
		background-image: -webkit-linear-gradient(to top right, rgba(254, 193, 218, 0.4), #FFF 80%);
		background-image: linear-gradient(to top right, rgba(254, 193, 218, 0.4), #FFF 80%);
	}
	.sec-reasons .b01 {
		padding-top: 0;
	}
	.sec-reasons .b02 {
		padding-top: 0;
	}
	.sec-reasons .b03 {
		padding-top: 0;
	}
	.sec-reasons .box {
		flex-direction: column-reverse;
		width: auto;
	}
	.sec-reasons .reverse .box {
		flex-direction: column-reverse;
	}
	.sec-reasons .box .txt .box__title {
		margin-top: .5em;
	}
	.sec-reasons {
		padding: 10% 0;
	}
	.sec-reasons .sec_ttl {
		width: 82% !important;
		margin: 0 auto 0%;
	}
	.sec-reasons .sec_ttl span {
		margin-bottom: 0;
	}
	.sec-reasons .box {
		flex-direction: column-reverse;
		width: 82%;
		margin: 0 auto;
	}
	.sec-reasons .box:nth-of-type(even) {
		flex-direction: column-reverse;
	}
	.sec-reasons .box + .box {
		margin-top: 6em;
	}
	.sec-reasons .box .img {
		width: auto;
		max-width: 100%;
		margin: 0;
	}
	.sec-reasons .box:nth-of-type(even) .img {
		margin: 0;
	}
	.sec-reasons .box .img img {
		display: block;
		width: 100%;
		max-width: inherit;
		height: auto;
	}
	.sec-reasons .box .txt {
		width: auto;
		max-width: 100%;
		margin-right: 0;
		padding: 5em 4em 5em;
	}
	.sec-reasons .box:nth-of-type(even) .txt {
		margin-right: 0;
		margin-left: 0;
		padding: 5em 4em 5em;
	}
	.sec-reasons .box .txt .box_num {
		margin-bottom: 1em;
	}
	.sec-reasons .box .txt .box_num .num {
		font-size: 9.0rem;
	}
	.sec-reasons .box .txt .box_num .text {
		font-size: 3.0rem;
	}
	.sec-reasons .box .txt .box_num .text:before {
		height: 7vw;
		margin: 0 1em;
	}
	.sec-reasons .box .txt .box__title {
		margin-bottom: 0.5em;
		font-size: 4.8rem;
	}
	.sec-reasons .box .txt .box__text {
		font-size: 3.0rem;
	}
	.sec-reasons .btn_wrap {
		margin-top: 7em;
	}
	#project {
		padding-top: 40px;
	}
	#project {
		padding-bottom: 30px;
	}
	#project .text {
		margin-top: 20px;
		padding-bottom: 10px;
	}
	.cards {
		justify-content: space-between;
		margin-top: 10px;
	}
	.cards--col3 > .card {
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.card__title {
		margin-right: 0;
		margin-left: 0;
	}
}

/*# sourceMappingURL=sourcemaps/reasons.css.map */
