@charset "UTF-8";


/* -----------------------------------------------------------
	about_wrap
----------------------------------------------------------- */
.about_wrap {
	margin-top: 160px;
	margin-bottom: 120px;
}
.about_wrap .box_left {
	width: 35%;
	float: left;
}
.about_wrap .box_left .pic_01 {
	max-width: 335px;
	margin: 0 auto 0;
}
.about_wrap .box_right {
	width: 62%;
	float: right;
}
.about_wrap .box_right .text_01 {
	line-height: 2;
	margin-bottom: 40px;
}

.about_wrap .box_right .btn_link {
	max-width: 427px;
	margin-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.about_wrap {
	margin-top: 80px;
    margin-bottom: 80px;
}
.about_wrap .box_left {
	width: 100%;
	float: none;
	margin-bottom: 50px;
}
.about_wrap .box_left .pic_01 {
	max-width: 250px;
}
.about_wrap .box_right {
	width: 100%;
	float: none;
}
.about_wrap .box_right .btn_link {
	width: 90%;
	margin: 0 auto;
}
}


/* -----------------------------------------------------------
	movie_wrap
----------------------------------------------------------- */
.movie_wrap {
	background: #45683F;
	padding: 100px 0;
	margin-bottom: 130px;
}
.movie_wrap .mv_box {
	max-width: 875px;
	margin: 0 auto;
}
.mv_box_ttl {
	color: #fff;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.movie_wrap {
	padding: 60px 0;
	margin-bottom: 80px;
}
.mv_box_ttl {
	font-size: 15px;
	margin-bottom: 30px;
}
}


/* -----------------------------------------------------------
	promise_wrap
----------------------------------------------------------- */
.promise_wrap {
	position: relative;
	margin-bottom: 100px;
}
.wrap_inner {
	max-width: 1200px;
    width: 94%;
    margin: 0 auto;
}
.promise_wrap .box_light {
	position: absolute;
    left: 0;
    top: 0;
    width: 46%;
}
.promise_wrap .box_light .bg_01 {
	height: 380px;
    background-image: url(../img/promise_pic_01.jpg);
    background-size: cover;
    background-position: center;
	margin-bottom: 4px;
}
.promise_wrap .box_light .bg_02 {
	height: 380px;
    background-image: url(../img/promise_pic_02.jpg);
    background-size: cover;
    background-position: center top;
}
.promise_wrap .box_right {
	max-width: 590px;
    width: 49%;
    float: right;
}
.promise_wrap .box_right .text_01 {
	font-size: 18px;
	margin-bottom: 10px;
}
.promise_wrap .box_right .text_02 {
	font-size: 36px;
	line-height: 1.6;
	font-weight: normal;
	color: #45683F;
	margin-bottom: 45px;
}
.promise_wrap .box_right .text_03 {
	line-height: 2;
	margin-bottom: 75px;
}
.promise_wrap .box_right .list li {
	width: 48%;
	float: left;
	margin-left: 4%;
	margin-bottom: 4%;
}
.promise_wrap .box_right .list li:nth-child(2N + 1) {
	margin-left: 0;
}
.promise_wrap .box_right .list li a {
	display: block;
    position: relative;
    color: #fff;
    letter-spacing: 0.1em;
    border-radius: 100px;
    background: #45683F;
    text-align: center;
    padding: 11px 0;
}
.promise_wrap .box_right .list li a:hover {
	opacity: 0.7;
}
.promise_wrap .box_right .list li a::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    left: auto;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.promise_wrap .box_right .list li {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 4%;
}
}
@media screen and (max-width: 767px) {
.promise_wrap .box_light {
	width: 96%;
    position: static;
    margin-left: -3%;
    margin-bottom: 40px;
}
.promise_wrap .box_light .bg_01,
.promise_wrap .box_light .bg_02 {
	height: 250px;
}
.promise_wrap .box_right {
	width: 100%;
	float: none;
}
.promise_wrap .box_right .text_01 {
	font-size: 17px;
	text-align: center;
}
.promise_wrap .box_right .text_02 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}
.promise_wrap .box_right .text_03 {
	margin-bottom: 40px;
}
.promise_wrap .box_right .list li {
	width: 90%;
	float: none;
	margin: 0 auto 20px;
}
.promise_wrap .box_right .list li:nth-child(2N + 1) {
	margin-left: auto;
}
}



/* -----------------------------------------------------------
	concept_wrap
----------------------------------------------------------- */
.concept_wrap {
	margin-bottom: 250px;
}
.concept_box {
	padding: 5.5% 5.5%;
	background: #fff;
	box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 30%);
	border-radius: 10px;
}
.concept_wrap .box_light {
	width: 35%;
	float: left;
	position: relative;
}
.concept_wrap .box_light .pic_01 {
	max-width: 278px;
	width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.concept_wrap .box_right {
	width: 60%;
	float: right;
}
.concept_wrap .box_right .pic_02 {
	width: 100%;
	margin: 0 auto 40px;
}
.concept_wrap .box_right .text_01 {
	line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.concept_wrap {
	margin-bottom: 200px;
}
.concept_wrap .box_light {
	width: 30%;
}
.concept_wrap .box_right {
	width: 64%;
}
}
@media screen and (max-width: 767px) {
.concept_wrap {
	margin-bottom: 200px;
}
.concept_wrap .concept_box {
	padding: 40px 30px;
}
.concept_wrap .box_light {
	width: 100%;
	float: none;
	margin: 20px 0 40px;
}
.concept_wrap .box_light .pic_01 {
	max-width: 230px;
	margin: 0 auto;
	position: static;
	-webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.concept_wrap .box_right {
	width: 100%;
	float: none;
}
.concept_wrap .box_right .pic_02 {
	margin-bottom: 30px;
}
}












