@charset "UTF-8";
@font-face {
    font-family: 'DINNeuzeitGrotesk';
    src: url('../../../../../fonts/DINNeuzeitGrotesk-Light.eot');
    src: url('../../../fonts/DINNeuzeitGrotesk-Light.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/DINNeuzeitGrotesk-Light.woff2') format('woff2'),
        url('../../../fonts/DINNeuzeitGrotesk-Light.woff') format('woff'),
        url('../../../fonts/DINNeuzeitGrotesk-Light.ttf') format('truetype'),
        url('../../../fonts/DINNeuzeitGrotesk-Light.svg#DINNeuzeitGrotesk-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DIN Mittelschrift';
    src: url('../../../fonts/DINMittelschrift.eot');
    src: url('../../../fonts/DINMittelschrift.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/DINMittelschrift.woff2') format('woff2'),
        url('../../../fonts/DINMittelschrift.woff') format('woff'),
        url('../../../fonts/DINMittelschrift.ttf') format('truetype'),
        url('../../../fonts/DINMittelschrift.svg#DINMittelschrift') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.din_neuzeit {
	font-family: 'DINNeuzeitGrotesk';
}
.din_mittels {
	font-family: 'DIN Mittelschrift';
}
.Noto_Serif {
	font-family: 'Noto Serif JP', serif;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
font-feature-settings: "palt";
}
.full {
	width: 100%;
}
#wrapper {
	border: none !important;
}
.pos_rel {
	position: relative;
	line-height: 1;
}
.pic_cap {
	font-size: 10px;
	bottom: 0;
	right: 0;
	padding: 5px;
	color: #ffffff;
	position: absolute;
	z-index: 1;
}

/* fade_up */
.fadeup {
	opacity: 0;
	transform: translateY(20px);
	transition-duration: 1s;
}
.fadeup.on {
	opacity: 1;
	transform: translateY(0);
}
#header {
	position: absolute !important;
	height: 0px !important;
}
#gnav {
	height: auto !important;
}
#gnav > ul {
	width: 100%;
}
#gnav a.logo {
	width: auto;
	height: 0px;
}
#gnav li a.logo img {
	bottom: -80px;
	left: 70px;
}
@media only screen and (max-width: 1041px) {
	#header .header_logo_sp {
		height: 0;
		margin: 0;
	}
	#header .header_logo_sp img {
		bottom: -25px;
		left: 25px;
		position: relative;
	}
}
.mainvisual {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.mainvisual .main_ttl {
	/*max-width: 922px;*/
	max-width: 738px;
	padding: 5px 15px 0;
	margin: 100px auto;
	position: relative;
	z-index: 1;
}
.mainvisual .main_video {
	margin: -18% 0 -22% 5%;
	position: relative;
	width: 90%;
	z-index: 0;
}
.mainvisual .main_video .mv_loop {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	height: 100%;
}
.mainvisual .main_video .mv_loop.on {
	opacity: 1;
}
@media only screen and (max-width: 767px) {
	.mainvisual .main_ttl {
		max-width: 272px;
		max-width: 242px;
		margin-bottom: 30px;
		margin-top: 5px;
	}
	.mainvisual .main_video {
		width: 100%;
		margin-left: 0%;
	}
}

.fontb {
	font-weight: bold !important;
	position: relative;
}
.fontn {
	font-weight: normal !important;
	position: relative;
}
.visible_pc {
	display: block !important;
}
.visible_sp {
	display: none !important;
}
.visible_pc_tab {
	display: block !important;
}
.visible_tab_sp {
	display: none !important;
}
@media only screen and (max-width: 1041px) {
	.visible_pc {
		display: none !important;
	}
	.visible_tab {
		display: block !important;
	}
	.visible_tab_sp {
		display: block !important;
	}
}
@media only screen and (max-width: 767px) {
	.visible_tab {
		display: none !important;
	}
	.visible_pc {
		display: none !important;
	}
	.visible_sp {
		display: block !important;
	}
	.visible_pc_tab {
		display: none !important;
	}
}

.section {
	color: #534741;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.section .inner {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	position: unset;
}

.head_title {
	font-size: 60px;
	font-weight: normal;
	margin: 0 0 30px;
	line-height: 1.7;
	text-align: center;
}
.head_title .jp {
	display: block;
	font-weight: 400;
	font-size: 37%;
}
.sec_ttl {
	text-align: center;
	margin: 0 0 93px;
	font-weight: 500;
}
.sec_ttl .ttl {
	font-size: 30px;
	line-height: 1.75;
	letter-spacing: 0;
	margin: 0 0 50px;
}
.sec_ttl .txt {
	font-size: 16px;
	line-height: 2.25;
	letter-spacing: 0;
}
.sec_ttl .txt + .txt {
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.head_title {
		font-size: 37px;
	}
	.sec_ttl {
		margin: 0 0 40px;
	}
	.sec_ttl .ttl {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.sec_ttl .txt {
		font-size: 10px;
		line-height: 2.25;
		letter-spacing: -0.01em;
	}
	.sec_ttl .txt + .txt {
		margin-top: 20px;
	}
}


.sec_message {
	padding: 100px 0 180px;
}
.sec_message .head_title {
	margin-bottom: 72px;
}
.sec_message .image {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.sec_message {
		padding: 50px 0;
	}
	.sec_message .head_title {
		margin-bottom: 30px;
	}
	.sec_message .image {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
}

.sec_company {
	background: url('/wp-content/themes/mecdesign/assets/images/pages/sdgs/sdgs/wave_bg.jpg') no-repeat center center / cover;
	padding: 150px 0;
}
.sec_company .box {
	position: relative;
	text-align: center;
	padding: 70px 0 120px;
	z-index: 0;
}
.sec_company .company_title {
	font-size: 55px;
	line-height: 1.7;
	text-align: center;
	margin: 0 0 80px;
}
.sec_company .company_title02 {
	font-size: 24px;
	line-height: 1.7;
	text-align: center;
	margin: 0 0 20px;
}
.sec_company .company_title .en {
	display: block;
	font-size: 131%;
	line-height: 1;
}
.sec_company .box .txt {
	font-size: 16px;
	line-height: 2.25;
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 0 auto 60px;
}
.sec_company .box .btn_more .link {
	background: #534741;
	border-radius: 30px;
	color: #ffffff;
	display: inline-block;
	font-size: 21px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 11px 10px;	
	min-width: 220px;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.sec_company .box .bg_ani {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}
.sec_company .box.on .bg_ani {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}
.sec_company .box .bg_ani svg {
	opacity: 0.4 !important;
	width: 160%;
	height: 160%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media only screen and (max-width: 767px) {
	.sec_company {
		background: url('/wp-content/themes/mecdesign/assets/images/pages/sdgs/sdgs/wave_bg_sp.jpg') no-repeat center center / cover;
		padding: 50px 0;
	}
	.sec_company .company_title {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
    
    .sec_company .company_title02 {
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 10px;
	}
    
	.sec_company .company_title .en {
		font-size: 160%;
	}
	.sec_company .box .txt {
		font-size: 10px;
		line-height: 2;
		margin-bottom: 20px;
		width: 100%;
		max-width: none;
		letter-spacing: -.05em;
	}
	.sec_company .box .btn_more .link {
		font-size: 17px;
		padding: 5px 10px 6px;
		min-width: 138px;
	}
	.sec_company .box {
		padding: 0;
	}
	.sec_company .box .bg_ani svg {
		width: 180%;
		height: 180%;
	}
}

.sec_about {
	position: relative;
	z-index: 0;
	padding: 170px 0;
	overflow: hidden;
}
.sec_about .sec_ttl .ttl {
	margin-bottom: 25px;
}
.sec_about .sec_ttl .txt {
	line-height: 2.375;
}
.sec_about .head_title {
	font-size: 75px;
	margin-bottom: 60px;
}
.sec_about .head_title .jp {
	font-size: 32%;
	font-weight: 500;
}
.sec_about .image {
	width: 100%;
	max-width: 644px;
	margin: 0 auto 80px;
	padding-top: 50px;
}
.about_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 250px 0;
	margin: 0 -15px;
	/* margin-bottom: 100vh; */
}
.about_block:before {
	content: "";
}
.about_block .col_left {
	display: none;
	width: 45%;
	padding: 0 15px;
	text-align: center;
}
.sec_about .lbl_triangle {
	text-align: center;
}
.sec_about .lbl_triangle .icon {
	width: 100%;
	max-width: 494px;
	margin: 0 auto;
	transition-delay: 0.5s;
	position: relative;
}
.sec_about .lbl_triangle .ttl {
	font-size: 50px;
	font-weight: normal;
	line-height: 1;
}
.sec_about .lbl_triangle .txt {
	font-size: 22px;
}
.about_block .col_right {
	width: 50%;
	padding: 0 15px;
}
.about_block .col_right .ttl {
	font-size: 24px;
	line-height: 1.875;
	margin: 20px 0 10px;
}
.about_block .col_right .ttl_en {
	font-size: 37px;
	line-height: 1;
	margin-bottom: 10px;
}
.about_block .col_right .txt {
	font-size: 16px;
	line-height: 1.75;
}
.about_block .col_right .point {
	margin: 40px 0 10px;
}
.about_block .col_right .point .p_ttl {
	display: inline-block;
	border-bottom: 1px solid #534741;
	font-size: 17px;
	letter-spacing: 0.05em;
	padding: 0 10px;
	margin: 0 0 5px;
}
.about_block .col_right .point .p_txt {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 15px;
}
.about_block .col_right .point .p_list {
	display: flex;
	flex-wrap: wrap;
}
.about_block .col_right .point .p_list .item {
	width: 20%;
}
@media only screen and (max-width: 767px) {
	.sec_about {
		padding: 80px 0;
	}
	.sec_about .head_title {
		font-size: 38px;
		margin-bottom: 20px;
	}
	.sec_about .head_title .jp {
		font-size: 37%;
	}
	.sec_about .sec_ttl .ttl {
		margin-bottom: 15px;
	}
	.sec_about .sec_ttl .txt {
		line-height: 2.25;
	}
	.sec_about .image {
		margin: 0 auto 30px;
		padding-top: 10px;
	}
	.about_block {
		padding: 70px 0;
	}
	.about_block .col_left {
		display: block;
		width: auto;
		padding: 0 15px;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.sec_about .lbl_triangle .icon {
		max-width: 320px;
		transition-delay: 0s;
	}
	.sec_about .lbl_triangle .ttl {
		font-size: 26px;
		display: none;
	}
	.sec_about .lbl_triangle .txt {
		font-size: 11px;
		display: none;
	}
	.about_block .col_right {
		width: 100%;
		padding: 0 50px;
	}
	.about_block .col_right .ttl {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.about_block .col_right .txt {
		font-size: 10px;
	}
	.about_block .col_right .point {
		margin: 40px 0 10px;
	}
	.about_block .col_right .point .p_ttl {
		font-size: 13px;
		padding: 0 5px;
	}
	.about_block .col_right .point .p_txt {
		font-size: 11px;
		margin: 0 0 5px;
	}
	.about_block .col_right .ttl_en {
		font-size: 23px;
	}
	.about_block .col_right .point .p_list .item {
		width: 25%;
	}
	.about_block .col_right .point .p_list.is_custom_width {
		max-width: 206px;
	}
	.about_block .col_right .point .p_list.is_custom_width .item {
		width: calc(100% / 3);
	}
}

.section_project {
	padding: 120px 0 150px;
	transition: background 0.65s cubic-bezier(0.18, 0.06, 0.23, 1), color 0.65s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.section_project .bg_black {
	background: #4c4a4a;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	transition: opacity 0.65s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.section_project.is_black .bg_black {
	opacity: 1;
	visibility: visible;
}
.section_project.is_black {
	color: #ffffff;
	background: #4c4a4a;
}
.section_project .inner {
	max-width: 1505px;
	margin: 0 auto;
	padding: 0 15px;
}
.section_project .head_title .jp {
	font-size: 32%;
	font-weight: 500;
}
.section_project .head_title {
	font-size: 60px;
	line-height: 1.7;
	margin: 0 0 60px;
}
.section_project .sec_ttl .txt {
	font-size: 28px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.85;
	margin: 0 0 165px;
}
.section_project .year_ttl {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 60px;
	text-align: center;
}
.section_project .year_ttl > span {
	display: block;
}
.section_project .year_ttl > span + span {
	display: block;
	font-size: 360%;
}
.section_project .year_ttl ~ .year_ttl {
	margin-top: 250px;
}

@media only screen and (max-width: 767px) {
	.section_project {
		padding: 50px 0 0;
	}
	.section_project .head_title {
		font-size: 38px;
		margin-bottom: 20px;
	}
	.section_project .head_title .jp {
		font-size: 37%;
	}
	.section_project .sec_ttl .txt {
		font-size: 10px;
		line-height: 2.25;
		margin: 0 0 30px;
	}
	.section_project .year_ttl {
		font-size: 10px;
		margin-bottom: 15px;
	}
	.section_project .year_ttl ~ .year_ttl {
		margin-top: 60px;
	}
}
.slider_image img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.slider_title,
.slider_head {
	font-weight: 700;
}
.slider_head {
	font-size: 12px;
	letter-spacing: 0.2em;
	margin-bottom: 65px;
}
.slider_head span {
	font-weight: 500;
}
.slider_head .sub {
	display: block;
	margin: 5px 0 -70px;
	letter-spacing: 0.05em;
}
.slider_tag {
	background: #534741;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #e6ebee;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 0 8px;
	line-height: 1.4;
}
.slider_title {
	font-size: 26px;
	line-height: calc(34 / 26);
	letter-spacing: -0.05em;
	border-bottom: 1px solid #534741;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.info02 .slider_title {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.info02 .slider_title .full {
	min-height: 68px;
	display: block;
	margin: 0 0 10px;
}
.info02 .slider_title .half {
	width: 50%;
}
.slider_title .is_custom small {
	font-size: 20px;
}
.slider_title .is_custom {
	font-size: 28px;
}
.slider_title_english {
	margin-bottom: 0px;
	display: block;
	font-size: 15px;
	letter-spacing: 0.03em;
}
.info02 .slider_title_english {
	text-align: right;
}
.slider_title_english .small {
	display: block;
	line-height: 1.2;
	font-size: 93%;
	letter-spacing: 0em;
}
.slider_title_japan .small {
	font-size: 69%;
	line-height: 1.2;
	display: block;
}
.slider_text .is_spacing {
	letter-spacing: -0.03em;
}
.slider_text {
	font-size: 15px;
	font-weight: 500;
	line-height: calc(36 / 15);
	line-height: 1.8;
	letter-spacing: 0;
	text-align: justify;
}
.slider_text_02 {
	font-size: 20px;
	text-align: right;
}
.slider_text_03 {
	font-size: 12px;
	font-weight: 500;
	line-height: calc(36 / 15);
	line-height: 1.55;
	letter-spacing: 0;
	text-align: justify;
}
.item01 .slider_text {
	margin-top: 40px;
}
.slider_picture {
	margin-top: 15px;
}
.slider_picture .single {
	max-width: 240px;
	margin: 0 auto;
}
.slider_picture .single02 {
	max-width: 240px;
	margin: 0 auto;
	float: right;
	padding-left: 20px;
}
.slider_picture .logo {
	max-width: 240px;
	margin-left: auto;
}
.slider_note {
	margin-top: 10px;
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: calc(16 / 12);
}
.project_slider {
	background: #f4f2e8;
}
.slider_item {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.slider_image {
	width: 50.79%;
	max-width: 871px;
	position: relative;
}
.slider_wrapper {
	max-width: 450px;
	width: 35vw;
	width: 40vw;
	overflow: auto;
	height: 100%;
	padding-right: 8px;
}
.slider_content {
	color: #534741;
	width: calc(100% - 50.79%);
	padding: 40px 30px 50px 80px;
}
.slider_dots {
	position: static;
}
.project_slider {
	position: relative;
}
.project_slider .slick-dots {
	position: absolute;
	z-index: 10;
	width: 50.79%;
	left: 0;
	bottom: auto;
	/* top: auto !important; */
}
.project_slider .slick-dots li,
.project_slider .slick-dots li button {
	width: 18px;
	height: 18px;
}
.project_slider .slick-dots li button {
	padding: 0;
	background: rgba(247, 239, 151, 0.5);
	border-radius: 50%;
	transition: background 0.26s;
}
.project_slider .slick-dots li:hover button,
.project_slider .slick-dots li.slick-active button {
	background: #fff;
}
.project_slider .slick-dots li button::before {
	display: none;
}
.project_slider .slick-dotted.slick-slider {
	margin: 0;
}
.project_slider .slick-prev.slick-arrow {
	display: none !important;
}
.slider_button {
	color: #534741;
	position: absolute;
	z-index: 10;
	font-weight: bold;
	padding-right: 0;
	bottom: 15px;
	right: 0;
	width: calc(100% - 50.79%);
	display: flex;
	justify-content: space-between;
	padding: 0 10vw 0 90px;
}
.slider_link:link,
.slider_link:visited,
.slider_link {
	text-decoration: none;
}
.slider_link {
	font-weight: bold;
	float: right;
	font-size: 14px;
	color: #857253;
	margin: 10px 0 0;
}
.slider_info {
	/*height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 8px;*/
}
@media only screen and (max-width: 1240px) {
	.slider_title_english .small {
		font-size: 86%;
	}
	.info02 .slider_title .full {
		letter-spacing: -0.1em;
	}
	.slider_content {
		padding-left: 60px;
	}
	.slider_button {
		padding: 0 6vw 0 5.5vw;
	}
}
@media only screen and (max-width: 1041px) {
	.slider_button {
		padding-right: 2.8vw;
	}
	.slider_text.line19 {
		line-height: 1.9;
	}
	.slider_wrapper {
		max-width: 100%;
		width: 100%;
	}
	.slider_content {
		padding-top: 20px;
		min-height: 680px;
	}
}
@media only screen and (max-width: 767px) {
	/* .section_project .inner {
		padding: 0;
	} */
	.project_slider {
		margin: 0 -15px;
	}
	.project_slider .slick-dots li {
		margin: 0 2px;
	}
	.slider_item {
		display: block !important;
	}
	.slider_wrapper {
		max-width: none;
	}
	.project_slider .slick-dots {
		top: 37.2%;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%);
		width: auto;
	}
	.slider_image {
		width: auto;
	}
	.slider_content {
		width: auto;
		max-width: 585px;
		margin: 0 auto;
		padding: 20px 50px 80px;
		/* min-height: 520px; */
		min-height: unset;
		height: auto !important;
	}
	.slider_head {
		margin-bottom: 20px;
	}
	.slider_head .sub {
		margin-bottom: 0;
	}
	.slider_link,
	.slider_button,
	.slider_head,
	.slider_note,
	.slider_tag {
		font-size: 10px;
	}
	.slider_link {
		margin: 6px 0 0;
	}
	.slider_title {
		font-size: 17px;
		line-height: calc(42 / 33);
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	.info02 .slider_title .half {
		width: 45%;
	}
	.slider_title_english {
		font-size: 12px;
	}
	.slider_title_english .small {
		font-size: 80%;
		letter-spacing: -0.05em;
	}
	.info02 .slider_title .slider_title_english {
		margin: 0;
		width: 55%;
	}
	.slider_title_japan .small {
		font-size: 66%;
	}
	.slider_title .is_custom small {
		font-size: 13px;
	}
	.slider_title .is_custom {
		font-size: inherit;
	}
	.slider_text .is_spacing {
		letter-spacing: inherit;
	}
	.slider_text, .slider_text.line19 {
		font-size: 10px;
		line-height: calc(45 / 20);
	}
	.slider_picture {
		margin-top: 22px;
	}
	.project_slider .slick-dots li,
	.project_slider .slick-dots li button {
		width: 8px;
		height: 8px;
	}
	.slider_button {
		bottom: 30px;
		width: 100%;
		padding: 0 50px;
		max-width: 585px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.block_wrap {
	position: relative;
	margin-bottom: 25vh;
	margin-top: 50vh;
}
.block_wrap .left_pc {
	width: 45%;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	/* padding-top: 50vh; */
}
.block_wrap .left_pc .cont {
	color: #ffffff;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin-top: -15px;
}
.block_wrap .left_pc .cont .cont_triangle {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 0.3s ease-out;
	transform: translateY(-50%);
}
.block_wrap .left_pc .cont .cont_triangle.active {
	opacity: 1;
}
.block_wrap .left_pc .box.js_fixed {
	position: fixed;
}
.block_wrap .left_pc .box.on-bottom {
	position: absolute;
	bottom: 0;
	top: auto !important;
}
.block_wrap .left_pc .box.on-bottom .cont .cont_triangle:last-child {
	opacity: 1;
}
.bgs {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.bgs .path_green {
	fill: #A3FFA7;
	opacity: 0.5;
}
.bgs .path_orange {
	fill: #ffc753;
	opacity: 0.5;
}
.bgs .path_blue {
	fill: #0099eb;
	opacity: 0.3;
}
.bgs .path_blue02 {
	fill: #456CFF;
	opacity: 0.35;
}
.bgs .path_pink {
	fill: #DD9BA5;
	opacity: 0.5;
}
.bgs .path_yellow {
	fill: #F5D933;
	opacity: 0.6;
}
.bgs .path_purple {
	fill: #a14d94;
	opacity: 0.3;
}
.bgs svg {
	position: absolute;
	transition: transform 1s ease 0s, opacity 1s ease 0s;
	transform: scale(0);
}
.bgs .showed svg {
	transform: scale(1);
}

.bgs .group {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.about_block {
	position: relative;
	z-index: 0;
	/* transition: transform .6s ease 0s, opacity .8s ease 0s; */
	/* opacity: 0; */
}
.about_block.is_show {
	opacity: 1;
}
.group_mission .svg_green {
	width: 43.3%;
	right: 15.1%;
	top: 13%;
	max-width: 930px;
}
.group_mission .svg_orange {
	width: 38.5%;
	top: 30%;
	left: 13.4%;
	max-width: 836px;
}
.group_mission .svg_yellow {
	width: 21.1%;
	right: 36%;
	top: 63%;
	max-width: 504px;
}

.about_block {
	padding: 25vh 0;
}
.block_mission {
	padding-top: 70px;
}
.block_value {
	padding-bottom: 0;
}

.group_vision .svg_blue {
	width: 16.4%;
	left: 6.7%;
	top: 10%;
	max-width: 412px;
}
.group_vision .svg_pink {
	width: 23.5%;
	top: 26%;
	left: 1%;
	max-width: 548px;
}
.group_vision .svg_yellow {
	width: 29.5%;
	left: 10%;
	top: 51%;
	max-width: 664px;
}
.group_vision .svg_yellow .path {
	mix-blend-mode: multiply;
}

.group_value .svg_purple {
	width: 30.3%;
	left: 1%;
	top: 1%;
	max-width: 618px;
}
.group_value .svg_green {
	width: 28.6%;
	left: 6.9%;
	top: 38%;
	max-width: 646px;
}
.group_value .svg_blue {
	width: 17.6%;
	left: 23.8%;
	top: 55%;
	max-width: 434px;
}

.bgs_bottom {
	position: absolute;
	top: auto;
	bottom: 0;
	height: 25vh;
}
.group_bottom .svg_blue {
	width: 28%;
	right: 14%;
	bottom: -40%;
}
.group_bottom .svg_green {
	width: 33%;
	left: 7%;
	bottom: -80%;
}
.group_bottom .svg_purple {
	width: 35%;
	right: 33%;
	bottom: -110%;
}
.group_bottom .svg_orange {
	width: 30%;
	right: -5%;
	bottom: -61%;
}
.group_bottom .svg_yellow {
	width: 36%;
	left: -17%;
	bottom: -60%;
}
@media only screen and (max-width: 1200px) {
	.group_mission .svg_yellow {
		top: 53%;
	}
}
@media only screen and (max-width: 1041px) {
	.group_bottom .svg_purple {
		bottom: -83%;
	}
}
@media only screen and (max-width: 1000px) {
	.block_wrap .left_pc {
		display: none;
	}
	.about_block .col_left {
		display: block;
		width: 100%;
		margin: 0 0 30px;
	}
	.about_block .col_right {
		width: 100%;
	}
	.group_mission .svg_orange {
		width: 67.6%;
		top: 30%;
		left: -1%;
	}
	.group_mission .svg_green {
		width: 75%;
		right: -2%;
		top: 13%;
	}
	.group_mission .svg_yellow {
		width: 40.6%;
		right: 15%;
	}
	.group_vision .svg_blue {
		width: 46.9%;
	}
	.group_vision .svg_pink {
		width: 62.2%;
	}
	.group_vision .svg_yellow {
		width: 75.3%;
		left: auto;
		right: 1%;
	}
	.group_value .svg_purple {
		width: 65.3%;
	}
	.group_value .svg_green {
		width: 68.2%;
		left: 14%;
	}
	.group_value .svg_blue {
		width: 45.8%;
		left: auto;
		right: 1%;
	}
	.group_bottom .svg_blue {
		bottom: -28%;
		right: -7%;
		width: 38%;
	}
	.group_bottom .svg_green {
		bottom: -42%;
		left: 24%;
		width: 40%;
	}
	.group_bottom .svg_purple {
		bottom: -64%;
		width: 47%;
		right: 4%;
	}
	.group_bottom .svg_orange {
		bottom: 86%;
		width: 35%;
		right: -18%;
	}
	.group_bottom .svg_yellow {
		bottom: -34%;
		width: 50%;
		left: -10%;
	}
}
@media only screen and (max-width: 767px) {
	.block_wrap {
		margin-bottom: 15vh;
		margin-top: 25vh;
	}
	.group_bottom .svg_purple {
		bottom: -48%;
	}
	.group_bottom .svg_orange {
		bottom: 50%;
	}
}

.bgs_mask {
	height: 50vh;
	width: 100%;
	position: relative;
}
.bgs_mask .mask {
	background: #ffffff;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.4s;
	z-index: -1;
	visibility: hidden;
}
.bgs_mask.on {
	z-index: 9;
}
.bgs_mask.on .mask {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

.ui_btn {
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: opacity 0.26s, visibility 0.26s;
}
.ui_btn.slick-disabled {
	opacity: 0;
	visibility: hidden;
}
.ui_btn .tx {
	overflow: hidden;
}
.ui_btn .link-double {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: inline-block;
	line-height: 1.6;
}
.ui_btn .link-double:after,
.ui_btn .link-double:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #534741;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ui_btn.dark .link-double:after,
.ui_btn.dark .link-double:before {
	background: #ffffff;
}
.ui_btn .link-double:before {
	transition: transform .4s ease .2s, background-color .4s ease;
	transform-origin: 0 50%;
	transform: scaleX(1);
}
.link-double:hover:after, 
.ui_btn:hover .link-double:after {
	transition: transform .4s ease .2s,background-color .4s ease;
	transform-origin: 0 50%;
	transform: scaleX(1);
}
.link-double:after, 
.link-double:hover:before, 
.ui_btn:hover .link-double:before {
	transition: transform .4s ease,background-color .4s ease;
	transform-origin: 100% 50%;
	transform: scaleX(0);
}
.ui_btn .ic {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	position: relative;
}
.ui_btn .ic .bd, 
.ui_btn .ic .bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: .4s ease-in-out;
}
.ui_btn .ic .bd {
	border: 1px solid #534741;
	border-radius: 100%;
}
.ui_btn.dark .ic .bd {
	border-color: #ffffff;
}
.ui_btn .ic .bg {
	border-radius: 100%;
	background-color: #534741;
	transform: scale(0);
}
.ui_btn.dark .ic .bg {
	background: #ffffff;
}
.ui_btn:hover .ic .bd, 
a:hover .ui_btn .ic .bd {
	opacity: 0;
	transform: scale(1.1);
}
.ui_btn:hover .ic .bg,
a:hover .ui_btn .ic .bg {
	transform: scale(1);
}
.ui_btn > :last-child {
	margin-left: 5px;
}
.ui_btn .ic svg {
	transform: scale(.6);
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.ui_btn .cls1, 
.ui_btn .cls2 {
	fill: none;
	stroke: #534741;
	stroke-miterlimit: 10;
}
.ui_btn.dark .cls1, 
.ui_btn.dark .cls2 {
	stroke: #ffffff;
}
.ui_btn .cls2 {
	stroke-width: .88px;
}
.ui_btn:hover .cls1,
a:hover .ui_btn .cls1,
.ui_btn:hover .cls2,
a:hover .ui_btn .cls2 {
	stroke: #ffffff;
}
.ui_btn.dark:hover .cls1,
a:hover .ui_btn.dark .cls1,
.ui_btn.dark:hover .cls2,
a:hover .ui_btn.dark .cls2 {
	stroke: #534741;
}

.pageTop {
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	right: 50%;
	bottom: 55px;
	z-index: 30;
	transition: all 0.5s ease-out;
	transform: translateX(50%);
}
.pageTop .ui_btn .ic {
	order: 1;
	margin-left: 0;
	transform: rotate(-90deg);
}
.pageTop .ui_btn .tx {
	order: 2;
	margin-left: 5px;
}
@media only screen and (max-width: 767px) {
	.pageTop {
		bottom: 15px;
	}
}
.block_menu {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	z-index: 1200;
	/*gap: 25px;*/
	pointer-events: none;
}
.menu_list,
.menu_button {
	pointer-events: auto;
}
.menu_button_pc {
	position: relative;
	/*width: 113px;
	height: 366px;*/
	width: 44px;
    height: 100%;
	background: rgba(35, 24, 21, 0.6);
	color: #fff;
	/*font-size: 25px;*/
	font-size: 18px;
	letter-spacing: 0.2em;
	font-family: Helvetica, sans-serif;
	cursor: pointer;
	transition: 0.26s ease;
}
.block_menu.is_open .menu_list {
	opacity: 1;
	visibility: visible;
}
.block_menu.is_open .menu_list {
	transform: translateX(0);
}
.menu_button_pc:hover,
.block_menu.is_open .menu_button_pc {
	background: rgba(255, 255, 255, 0.6);
	color: #231815;
}
.block_menu.is_open .menu_button_pc {
	border-left: 1px solid #ffffff;
}
.block_menu:not(.is_open) .menu_button_pc:not(:hover) .menu_text::after {
	background-image: url(../../../images/pages/sdgs/sdgs/icon_arrow_white.svg);
}
.block_menu.is_open .menu_button_pc .menu_button_open {
	opacity: 0;
}
.block_menu.is_open .menu_button_pc .menu_button_close {
	opacity: 1;
}
.menu_text {
	transform: rotate(-90deg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	transition: opacity 0.26s;
	/*min-width: 110px;*/
	min-width: 100px;
	display: inline-block;
}
.menu_button_open::after,
.menu_button_close::before {
	content: "";
	position: absolute;
	top: 3px;
    right: 0px;
    width: 14px;
    height: 20px;
	/*top: 8px;
	right: -50px;
	width: 17px;
	height: 26px;*/
	background: no-repeat center/100% auto;
	transform: rotate(90deg);
}
.menu_button_open::after {
	background-image: url(../../../images/pages/sdgs/sdgs/icon_arrow_white_hover.svg);
}
.menu_button_close {
	opacity: 0;
}
.menu_button_close::before {
	background-image: url(../../../images/pages/sdgs/sdgs/icon_arrow_brown.svg);
}
.menu_list {
	background: rgba(255, 255, 255, 0.6);
	padding: 5px 10px;
	min-width: 158px;
	transform: translateX(350px);
	opacity: 0;
	transition: 0.5s ease;
	visibility: hidden;
}
.menu_list li:not(:last-child) {
	/*margin-bottom: 30px;*/
	margin-bottom: 20px;
}
.menu_list a {
	/*font-size: 25px;*/
	font-size: 18px;
	text-decoration: none;
	display: block;
	letter-spacing: 0.05em;
	position: relative;
	border-bottom: 1px solid transparent;
	transition: border-bottom-color 0.26s;
	line-height: 1.4;
}
.menu_list a.is_current {
	border-bottom-color: #251E1C;
}
.menu_button_sp {
	display: none !important;
}
@media only screen and (max-width: 1240px) {
	.block_menu {
		opacity: 1;
		visibility: visible;
		top: 25px;
		right: 25px;
		transform: none;
		flex-direction: row-reverse;
	}
	.menu_button {
		transform: translateX(125px);
		transition: 0.55s ease;
	}
	.block_menu.is_open .menu_button {
		transform: translateX(0);
	}
	.block_menu.is_open .menu_list {
		margin-left: 10px;
	}
	.menu_button_pc {
		display: none !important;
	}
	.menu_button_sp {
		width: 50px;
		height: 50px;
		border: 1px solid #060001;
		border-radius: 50%;
		cursor: pointer;
		display: flex !important;
		justify-content: center;
		align-items: center;
		gap: 3px;
		background: rgba(255, 255, 255, 0.6);
	}
	.menu_button_sp span {
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #060001;
	}
	.block_menu.is_open .menu_button_sp span {
		height: 20px;
		border-radius: 0;
		transform: rotate(45deg);
		width: 2px;
	}
	.block_menu.is_open .menu_button_sp span:last-child {
		transform: rotate(-45deg);
		margin-left: -5px;
	}
	.block_menu.is_open .menu_button_sp span:nth-child(2) {
		display: none;
	}
	.menu_list {
		padding: 14px 18px;
		min-width: 111px;
		background: rgba(35, 24, 21, 0.6);
	}
	.menu_list a {
		color: #fff;
		font-size: 12px;
		padding-bottom: 2px;
	}
	.menu_list a.is_current {
		border-bottom-color: #fff;
	}
	.menu_list li:not(:last-child) {
		margin-bottom: 10px;
	}
}
.ani_flash {
	animation: flash linear 2s infinite;
}
.ani_flash:hover {
	animation: none;
}
@keyframes flash {
	0% { opacity: 1; }
	40% { opacity: 0; }
	60% { opacity: 1; }
	100% { opacity: 1; }
}

.radius {
 border: 2px solid #534741;
 border-radius: 40px;
 width: 660px;
 height: 40px;
 padding: 10px;
 display: inline-block;
}

@media only screen and (max-width: 767px) {
.radius {
 border: 1px solid #534741;
 border-radius: 40px;
 width: 350px;
 height: 18px;
 padding: 10px;
 display: inline-block;
}
    }

.border{
	border-bottom: 1px solid #534741;
	margin: 20px 0 30px;
}