@charset "utf-8";
/* CSS Document */

/*グラフアニメーション*/
.animate_box {
	width: 100%;
	height: 100%;
	background: url(../img/index/about_us/graphic_02_01.png) no-repeat bottom/contain;
	position: relative;
	display: block;
	vertical-align: bottom;
	padding-top: 72.5%;
}
.animate_box > span {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.animate_box > span.graphic_02_2 {
	display: block;
	height: 2px;
	width: 100%;
	background: url(../img/index/about_us/graphic_02_02.png) no-repeat left bottom/100%;
}
.animate_box > span.graphic_02_2 {
	animation: animate 1.6s ease-in-out;
}
@keyframes animate {
	0% {
		max-height: 2px;
	}
	100% {
		max-height: 500px;
	}
}

.animate_box > span.graphic_02_3 {
	display: block;
	height: 2px;
	width: 100%;
	background: url(../img/index/about_us/graphic_02_03.png) no-repeat left bottom/100%;
}
.animate_box > span.graphic_02_4 {
	display: block;
	opacity: 0;
}

/*グラフアニメーションここまで*/

/*------------
mv
------------*/

.mv {
	background: url(../img/index/mv_bg02.jpg) no-repeat center center/auto 100%;
	background: url(../img/index/mv_bg.jpg) no-repeat center center/auto 100%;
	background-size: cover;
	position: relative;
	height: 780px;
}
.mv .wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mv_copy {
	margin-top: 30px;
	max-width: 775px;
	width: 52vw;
}
.mv_sub_copy {
	margin-top: 10px;
}

/* スクロールダウンアニメーション */

.scrolldown {
	position: absolute;
	bottom: -45px;
	left: 50%;
	z-index: 1;
}
.scrolldown:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
	0% {
		bottom: 85px;
	}
	100% {
		bottom: -5px;
	}
}

@keyframes cirlemovehide {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 0.9;
	}
	100% {
		opacity: 0;
	}
}
.scrolldown:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 90px;
	background: #fff;
}

/*------------
MISSION
------------*/

/* news */

.news {
	padding: 30px 0;
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin: 0 auto 100px;
}
.news:before {
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(left, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
	background: -webkit-gradient(linear, left top, right top, from(#ceda00), color-stop(50%, #8dc21f), to(#4dbaa9));
	background: linear-gradient(to right, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
}
.news_more {
	display: inline-block;
	background: url(../img/common/arrow_r.png) right center / auto 30px no-repeat;
	padding-right: 180px;
}
.news_title {
	font-size: 24px;
	font-weight: 500;
	margin-right: 50px;
	display: inline-block;
	letter-spacing: 0.2em;
	line-height: 1;
}
.news_date {
	font-size: 14px;
	display: block;
}
.news_txt {
	font-weight: 500;
}

.mission {
	padding: 80px 0;
	background: url(../img/index/mission_man_right.png), url(../img/index/mission_woman_left.png), url(../img/index/mission_bg.jpg);
	background-position: bottom 150px left, bottom 150px right, center center;
	background-repeat: no-repeat;
	background-size: 400px auto, 400px auto, cover;
	position: relative;
}
@media only screen and (max-width: 1299px) {
	.mission {
		background-size: 350px auto, 350px auto, auto;
	}
}
.mission .wrap {
	z-index: 1;
	position: relative;
}
.mission::before {
	content: "";
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%);
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.mission_copy {
	font-size: 72px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 80px;
	letter-spacing: 0.2em;
}
.mission_txt {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.5;
	text-align: center;
	padding: 80px 0 120px;
	-webkit-filter: drop-shadow(1px 1px 4px #111);
	filter: drop-shadow(1px 1px 4px #111);
}
.mission_txt_area {
	background: url(../img/common/n_logo.png) center top no-repeat;
}

/*------------
BUSINESS CONTENTS
------------*/

.layout_block {
	margin-top: 180px;
	position: relative;
}
.layout_img_right {
	text-align: right;
}
.lead_brock_left {
	margin-left: 100px;
	margin-top: 20px;
	position: relative;
}
.layout_img_left {
	text-align: left;
}
.lead_brock_right {
	margin-top: 20px;
}
.lead_brock_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}
.layout_img_right img,
.layout_img_left img {
	filter: drop-shadow(7px 7px 8px rgba(0, 0, 0, 0.3));
}

.layout_title_left,
.layout_title_right {
	font-size: 42px;
	font-weight: 500;
	letter-spacing: 0.2em;
	position: absolute;
	z-index: 1;
	padding: 30px 80px;
	width: 100%;
	text-align: right;
	left: -50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.layout_title_left:before,
.layout_title_right:before {
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	display: inline-block;
	width: 100%;
	height: 100%;
	box-shadow: 7px 7px 8px -5px rgba(0, 0, 0, 0.3);
	/* background: -o-linear-gradient(left, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
	background: -webkit-gradient(linear, left top, right top, from(#ceda00), color-stop(50%, #8dc21f), to(#4dbaa9));
	background: linear-gradient(to right, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%); */
	background: #1f1f1f;
}
.layout_title_right {
	left: 50%;
	text-align: left;
}
.layout_title_right:before {
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
}
.lead_txt {
	line-height: 2.4;
	margin-top: 40px;
	color: #000;
}
.more {
	padding: 20px 130px 20px 0;
	display: inline-block;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.12em;
	background: url(../img/common/arrow_r_bk.png) right center no-repeat;
	background-size: auto 20px;
	margin-top: 15px;
	color: #000;
}
.building_bg .sub_title span {
	border-bottom: 5px solid #000;
	color: #000;
}

/*------------
ABOUT US
------------*/

.about_us {
	padding: 100px 0;
	/* background: #4d4d4d; */
	background: -o-linear-gradient(left, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
	background: -webkit-gradient(linear, left top, right top, from(#ceda00), color-stop(50%, #8dc21f), to(#4dbaa9));
	background: linear-gradient(to right, #ceda00 0%, #8dc21f 50%, #4dbaa9 100%);
}
.about_us .sub_title span {
	border-bottom: 5px solid #000;
	color: #000;
}
.graphic {
	margin-top: 80px;
	color: #000;
}
.graphic_line.fl {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.graphic_line figure {
	margin: 0;
}
.bg_k.fl {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* background: #000; */
	background: #fff;
	padding: 40px;
}
.graphic_title {
	font-size: 40px;
	font-weight: 600;
	flex-grow: 1;
}
.content {
	flex-grow: 1;
	margin-top: 40px;
	width: 100%;
	min-height: 0%;
}
.odometer_wrap {
	font-size: 24px;
	white-space: nowrap;
	font-weight: 600;
}
.odometer {
	font-size: 100px;
	font-weight: 500;
	letter-spacing: -0.02em;
	font-family: "Oswald", sans-serif;
}
.graphic_04 .odometer,
.graphic_06 .odometer {
	font-size: 80px;
}

.graphic_01 {
	width: 40%;
}
.graphic_02 {
	width: 60%;
	margin-left: 2%;
}
.graphic_03 {
	width: 55%;
}
.graphic_04 {
	width: 45%;
	margin-left: 2%;
}
.graphic_05 {
	width: 100%;
}
.graphic_06 {
	width: 40%;
}
.graphic_07 {
	width: 60%;
	margin-left: 2%;
}

.graphic_line:not(:first-child) {
	margin-top: 2%;
}
.graphic_01 .odometer_wrap,
.graphic_03 .odometer_wrap {
	margin-top: 20px;
}
.graphic_03_ul {
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.graphic_03_ul .label {
	display: block;
	text-align: left;
}
.graphic_03_ul li {
	width: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.graphic_03 .graphic03_01_img,
.graphic_03 .graphic03_02_img {
	width: 120px;
}
.graphic_04_ul {
	width: 100%;
}
.graphic_04_ul li {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.graphic_04_ul li:not(:first-child) {
	margin-top: 20px;
}
.graphic_04 figure {
	margin-right: 4%;
	width: 56%;
}
.graphic_04 .odometer_wrap {
	width: 40%;
	text-align: right;
}
.graphic_06 figure {
	width: 100%;
	position: relative;
	margin-top: -100px;
}
.graphic_06 .odometer_wrap {
	position: absolute;
	text-align: left;
}
.about_us .unit {
	font-size: 50px;
	transform: translateY(32%);
	-webkit-transform: translateY(32%);
	display: inline-block;
}

.graphic_06_01_img {
	position: relative;
	-webkit-transform: translateY(53%);
	transform: translateY(53%);
}
.odometer06_01_wrap {
	top: 0;
	right: 10%;
	margin-top: 160px;
}
.odometer06_02_wrap {
	bottom: 5%;
	left: 10%;
}
.odometer06_01_wrap .label,
.odometer06_02_wrap .label {
	display: block;
	margin-bottom: -0.2em;
}

.fade_off {
	opacity: 0;
	transform: translateY(40px);
}
.fade_on {
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-o-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
}

/*------------
MESSAGE
------------*/

.message {
	background: url(../img/index/ceo_bg.jpg) no-repeat center/cover;
	padding: 100px 0;
	position: relative;
}
.message:before {
	content: "";
	position: absolute;
	background: -moz-linear-gradient(#000000 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 90%, #000000 100%);
	background: -webkit-linear-gradient(#000000 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 90%, #000000 100%);
	background: -o-linear-gradient(#000000 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 90%, #000000 100%);
	background: -ms-linear-gradient(#000000 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 90%, #000000 100%);
	background: linear-gradient(#000000 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 90%, #000000 100%);
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 2;
}
.message:after {
	content: "";
	position: absolute;
	background: url(../img/index/ceo_txt_bg.png) no-repeat center bottom/100% auto;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 1;
	opacity: 0.6;
}
.message .wrap {
	position: relative;
	z-index: 3;
}
.message .wrap::before {
	content: "";
	background: url(../img/index/ceo_backlight.png) no-repeat center;
	background-size: auto;
	display: inline-block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background-size: 110vw;
	z-index: -1;
}
.ceo_pic {
	max-width: 650px;
	display: block;
	margin: 0 auto;
	z-index: 3;
	position: relative;
}
.ceo_copy {
	position: absolute;
	z-index: 2;
	top: -190px;
	width: 1400px;
	max-width: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ceo_pic_area {
	position: relative;
	padding-top: 150px;
}
.ceo_message_area {
	margin-top: -300px;
	position: relative;
	z-index: 3;
}
.ceo_message_title {
	display: block;
	font-size: 100px;
	font-weight: bold;
	text-align: center;
}
.ceo_message_sub_title {
	display: block;
	text-align: center;
	margin-top: 40px;
	font-size: 32px;
	font-weight: bold;
}
.ceo_message {
	text-align: center;
	margin-top: 40px;
	font-size: 20px;
	line-height: 2.5;
	font-weight: bold;
}

/*------------
detail
------------*/

.layout_block.environment {
	margin-top: 80px;
}

@media only screen and (max-width: 1199px) {
	/*------------
mv
------------*/

	.mv_sp.sp {
		position: relative;
		display: block;
	}

	/* スクロールダウンアニメーション */

	.scrolldown {
		bottom: -70px;
	}
	@keyframes circlemove {
		0% {
			bottom: 45px;
		}
		100% {
			bottom: -5px;
		}
	}
	.scrolldown:after {
		height: 50px;
	}

	/*------------
MISSION
------------*/

	/*news*/

	.news {
		padding: 15px;
		margin: 0 4% 100px;
	}
	.news tr {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.news_title {
		font-size: 18px;
		margin-right: 0;
	}
	.news_more {
		padding: 0;
		background: none;
	}
	.news table,
	.news td,
	.news a {
		width: 95%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mission {
		background-position: bottom 0 left, bottom 0 right, center center;
		background-size: 30% auto, 30% auto, auto;
		padding: 40px 0;
	}
	.mission::before {
		background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%);
		background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%);
		background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%);
		background: -moz-linear-gradient(bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%);
		background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%);
	}

	.mission_copy {
		font-size: 48px;
	}
	.mission_txt {
		font-size: 16px;
	}
	.mission_txt_area {
		background-size: auto 85%;
	}

	/*------------
BUSINESS CONTENTS
------------*/

	.lead_txt {
		font-size: 16px;
	}
	.layout_title_left,
	.layout_title_right {
		font-size: 24px;
		padding: 20px 40px;
	}
	.layout_block {
		margin-top: 120px;
	}
	.lead_brock_left {
		margin-left: 0;
	}
	.lead_brock_inner_right h4 {
		margin-left: auto;
	}
	.layout_block h4 {
		height: 56px;
	}
	.layout_block h4 img {
		max-height: 100%;
		width: auto;
	}
	.more {
		font-size: 20px;
		margin-right: auto;
	}

	/*------------
ABOUT US
------------*/

	.bg_k.fl {
		padding: 25px;
	}
	.graphic_title {
		font-size: 30px;
	}
	.graphic_01 .odometer,
	.graphic_03 .odometer {
		font-size: 60px;
	}
	.about_us .unit {
		font-size: 36px;
	}
	.graphic_04 .odometer,
	.graphic_06 .odometer {
		font-size: 45px;
	}
	.label {
		font-size: 20px;
	}
	.graphic01_img {
		width: 70%;
	}
	.odometer06_01_wrap {
		margin-top: 10vw;
	}

	/*------------
MESSAGE
------------*/

	.ceo_message_title {
		display: block;
		font-size: 70px;
	}
	.ceo_message {
		font-size: 16px;
	}
	.ceo_copy {
		top: -90px;
		width: 130%;
	}
	.ceo_pic {
		max-width: 500px;
		width: 100%;
	}
}

@media only screen and (max-width: 420px) {
	.layout_title_left,
	.layout_title_right {
		font-size: 18px;
		padding: 10px 40px;
	}
	.layout_title_right {
		left: 10%;
	}
	.layout_title_left {
		right: 10%;
		left: auto;
	}
	.layout_block {
		margin-top: 80px;
	}
	.layout_block h4 {
		height: 30px;
	}
	/* .lead_brock_left,
	.lead_brock_right {
		margin-top: -25px;
	} */

	.news {
		margin: 0 0 50px;
	}
	.news table {
		width: 85%;
	}
	.news::before {
		-webkit-transform: unset;
		transform: unset;
	}
	.news_title {
		font-size: 16px;
	}
	.news_date {
		font-size: 12px;
	}
	.news_txt {
		font-size: 14px;
	}
	.news_more {
		background-size: auto 14px;
	}
	.mission {
		background-position: bottom 20% left 15%, bottom 20% right 15%, center center;
		background-size: 50% auto, 50% auto, auto;
	}
	.mission_copy {
		font-size: 28px;
		margin-top: 40px;
	}
	.mission_txt {
		font-size: 14px;
		text-align: left;
		line-height: 2;
		padding: 40px 0 40vw;
	}
	.mission_txt_area {
		background-size: auto 87vw;
		background-position: center top 21vw;
		background-position: center bottom 40vw;
	}

	.about_us {
		padding: 50px 0 60px;
	}

	.message {
		padding: 50px 0 60px;
	}
	.lead_txt {
		font-size: 14px;
		line-height: 1.8;
		margin-top: 10px;
	}
	.ceo_message_title {
		font-size: 32px;
	}
	.ceo_message {
		font-size: 14px;
		line-height: 1.8;
		font-weight: unset;
		text-align: left;
		margin-top: 20px;
	}
	.ceo_message_sub_title {
		font-size: 18px;
	}
	.ceo_copy {
		top: -16vw;
	}
	.ceo_pic_area {
		padding-top: 50px;
	}
	.ceo_message_area {
		margin-top: -53.333vw;
	}

	.layout_block.environment {
		margin-top: 40px;
	}
	.more {
		font-size: 16px;
		background-size: auto 14px;
		padding: 10px 90px 10px 0;
	}

	/*------------
ABOUT US
------------*/

	.graphic_line.fl {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bg_k.fl {
		width: 100%;
		padding: 20px;
		margin-top: 3%;
	}
	.graphic_01.bg_k.fl {
		margin-top: 0;
	}
	.graphic_line:not(:first-child) {
		margin-top: 0;
	}
	.graphic_02,
	.graphic_04,
	.graphic_07 {
		margin-left: auto;
	}
	.graphic_title {
		font-size: 24px;
	}
	.graphic01_img {
		width: 60%;
	}
	.graphic_03 .graphic03_01_img,
	.graphic_03 .graphic03_02_img {
		width: 70px;
	}
	.graphic_03 .odometer,
	.graphic_04 .odometer {
		font-size: 40px;
	}
	.odometer06_01_wrap {
		margin-top: 120px;
	}

}


#mv .cta {margin-top: 40px;}
#business_contents .cta {margin-top: 100px;}
#mission .cta {margin-bottom: 40px;}
#about_us .cta {margin-top: 100px;}
#message .cta {margin-top: 100px;
margin-bottom: 40px;
position: relative;
z-index: 10;}
#detail .cta {margin-top: 80px;}
.cta {
	text-align: center;
	filter: drop-shadow(0 0 8px #fff);}

@media only screen and (max-width: 420px) {

	/*cta*/

.mv_sp .cta {width: 66%;
margin: 30px auto 45px;}
#mission .cta img {padding-top: 200px;}
#about_us .cta {margin-top: 60px;}
#detail .cta {margin-top: 60px;
margin-bottom: 20px;}
#business_contents .cta {margin-top: 60px;
margin-bottom: 30px;}
}

.mv_sp .cta {
    width: auto !important;
    margin: 30px auto 45px !important;
    text-align: center;
  }

.mv_sp .cta img {
    width: 360px !important;
    max-width: none !important;
    height: auto;
  }