/* Home */

#neck {
	margin-top: 100px;
}

/* Hero */

#home_hero .inner {
	padding: 0 50px;
	max-width: 100%;
}
#home_hero_slides {
	margin: 0 auto;
	max-height: 860px;
	border-radius: 52px;
	overflow: hidden;
	aspect-ratio: 16/9;
}
#home_hero_slides .splide__track,
#home_hero_slides .splide__list,
#home_hero_slides .splide__slide,
#home_hero_slides .splide__slide p {
	width: 100%;
	height: 100%;
}
#home_hero_slides::before {
	position: absolute;
	top: 0;
	left: 0;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	transform: translateY(-50%) rotate(0);
	transform-origin: 69.6% 50%;
	transform-origin: 50% 50%;
	content: '';
	width: 100%;
	height: 100%;
	width: 500px;
	height: 500px;
	background: url(../images/home/home_hero_copy.png) no-repeat center / cover;
	z-index: 1;
}
#_home_hero_slides::before {
	position: absolute;
	top: 50%;
	left: 69.5%;
	transform: rotate(0) translate(-50%, -50%);
	content: '';
	aspect-ratio: 1 / 1;
	width: 37%;
	background: url(../images/home/home_hero_copy.png) no-repeat center / cover;
	z-index: 1;
}
#home_hero_content {
	position: absolute;
	top: 50%;
	right: 60%;
	transform: translateY(-50%);
	width: 414px;
	z-index: 10;
}
#home_hero_flow {
	margin-bottom: 2em;
}
.home_hero_flow_pane {
	float: left;
	position: relative;
	padding-top: 21px;
	width: 118px;
	height: 118px;
	color: #009ea1;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}
.home_hero_flow_pane:not(:last-of-type) {
	margin-right: 30px;
}
.home_hero_flow_pane:not(:last-of-type)::before {
	position: absolute;
	top: 50%;
	right: -20px;
	content: '';
	width: 9px;
	height: 15px;
	background: url(../images/common/icon_more_white.png) no-repeat center / 100%;
}
.home_hero_flow_pane p {
	margin-bottom: 0.7em;
	font-size: 0.79em;
	font-weight: 500;
	line-height: 1em;
}
.home_hero_flow_pane h4 {
	font-weight: 600;
	line-height: 1.2em;
	/* letter-spacing: 0.15em; */
}
.home_hero_flow_pane h4 span {
	line-height: 1em;
}
#home_hero_flow_1 h4 {
	padding-top: 9px;
	font-size: 2.14em;
}
#home_hero_flow_2 h4 {
	padding-top: 3px;
	font-size: 1.39em;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.35em;
}
#home_hero_flow_2 h4 span {
	font-size: 0.56em;
	font-size: 0.5em;
}
#home_hero_flow_3 p {
	margin-bottom: 1.15em;
}
#home_hero_flow_3 h4 {
	font-size: 2em;
	font-size: 1.85em;
}
#home_hero_flow_3 h4 span {
	display: block;
	margin-bottom: 2px;
	font-size: 0.71em;
	font-size: 0.65em;
	font-weight: 600;
}
#home_hero_ecokaishu {
	padding: 5px;
	padding: 7px;
	margin-bottom: 2.4em;
	background: #fff;
	border-radius: 50vh;
}
#home_hero_ecokaishu h4 {
	float: left;
	padding: 0.5em 0;
	width: 100px;
	width: 120px;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	border-radius: 50vh;
	color: #fff;
	background: #009ea1;
	text-align: center;
}
.home_hero_ecokaishu_content {
	float: right;
	width: calc(100% - 113px);
	width: calc(100% - 140px);
}
.home_hero_ecokaishu_content h5 {
	margin-bottom: 3px;
	margin-bottom: 2px;
	padding-top: 2px;
	color: #009ea1;
	font-size: 1.36em;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
.home_hero_ecokaishu_content h5 .label {
	display: block;
	padding-top: 1px;
	margin-bottom: 2px;
	font-size: 0.53em;
	line-height: 1em;
	letter-spacing: 0.05em;
}
.home_hero_ecokaishu_content h5 small {
	margin: 0 0.2em;
	font-size: 0.74em;
}
.home_hero_ecokaishu_content p.note {
	margin-top: 0 !important;
	color: #b0b4b3 !important;
	font-size: 0.57em !important;
	line-height: 1em;
	letter-spacing: 0.05em;
}
#home_hero_content_text {
	color: #fff;
	font-size: 1.05em;
	line-height: 1.8em;
	letter-spacing: 0.04em;
}

.home_hero_flow_pane {
	transform: translateX(-5px);
	opacity: 0;
}
#home_hero_flow_1 {
	animation: slidein_right 500ms 500ms ease-in-out forwards;
}
#home_hero_flow_2 {
	animation: slidein_right 500ms 700ms ease-in-out forwards;
}
#home_hero_flow_3 {
	animation: slidein_right 500ms 900ms ease-in-out forwards;
}
#home_hero_ecokaishu {
	transform: translateX(-5px);
	opacity: 0;
}
#home_hero_ecokaishu {
	animation: slidein_right 500ms 1200ms ease-in-out forwards;
}
#home_hero_content_text {
	transform: translateX(-5px);
	opacity: 0;
}
#home_hero_content_text {
	animation: slidein_right 500ms 1500ms ease-in-out forwards;
}
#home_hero_slides::before {
	transform: rotate(0deg);
	opacity: 0;
	animation: hero_copy_reveal 500ms 2000ms ease-in-out forwards,hero_copy_rotate 30000ms linear infinite;
}
@keyframes hero_copy_reveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes hero_copy_rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}


/* Concept */

#home_concept_figures {
	float: left;
	width: 42%;
}
#home_concept_figures h3 {
	margin-bottom: 0.5em;
	color: #009ea1;
	font-size: 2.52em;
	font-weight: 600;
	line-height: 1.37em;
	letter-spacing: 0.08em;
}
#home_concept_figures p {
	margin-bottom: 5.4em;
	font-size: 0.87em;
	line-height: 1.5em;
	letter-spacing: 0.01em;
	color: #009ea1;
}
.home_concept_figure figure {
	float: left;
	width: 215px;
}
.home_concept_figure dl {
	float: right;
	width: calc(100% - 235px);
}
.home_concept_figure dl .figure_reuse {
	color: #b0b4b3;
}
.home_concept_figure dl .figure_hoard {
	color: #009ea1;
}
.home_concept_figure dt {
	position: relative;
	margin-bottom: 0.2em;
	padding-bottom: 0.1em;
	font-size: 1.86em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.02em;
}
.home_concept_figure dt::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	border-radius: 10px;
	overflow: hidden;
}
dt.figure_reuse::before {
	background: #b0b4b3;
}
dt.figure_hoard::before {
	background: #009ea1;
}
.home_concept_figure dt .label {
	margin-right: 0.35em;
	font-size: 0.69em;
}
.home_concept_figure dt small {
	font-size: 0.54em;
}
.home_concept_figure dd {
	margin-bottom: 1.5em;
	font-size: 0.86em;
	font-weight: 500;
	line-height: 1.33em;
	letter-spacing: 0.02em;
}
dd.figure_hoard span {
	display: block;
	margin-top: 0.1em;
	font-size: 1.44em;
}
#home_concept_summary {
	float: right;
	width: 51%;
}

#home_concept_figures h3,
#home_concept_figures p {
	transform: translateX(-5px);
	opacity: 0;
}
.reveal #home_concept_figures h3 {
	animation: slidein_right 500ms ease-in-out forwards;
}
.reveal #home_concept_figures p {
	animation: slidein_right 500ms 200ms ease-in-out forwards;
}
#home_concept_summary {
	transform: translateX(-5px);
	opacity: 0;
}
.reveal #home_concept_summary {
	animation: slidein_right 500ms 500ms ease-in-out forwards;
}
#home_concept_figures figure {
	transform: rotate(-20deg) scale(0.9);
	opacity: 0;
}
.reveal #home_concept_figures figure {
	animation: figure_reveal 800ms 700ms ease-in-out forwards;
}
@keyframes figure_reveal {
	0% {
		transform: rotate(-20deg) scale(0.9);
		opacity: 0;
	}
	100% {
		transform: rotate(0deg) scale(1);
		opacity: 1;
	}
}
#home_concept_figures .figure_reuse,
#home_concept_figures .figure_hoard {
	transform: translateX(-5px);
	opacity: 0;
}
.reveal #home_concept_figures .figure_reuse {
	animation: slidein_right 500ms 1000ms ease-in-out forwards;
}
.reveal #home_concept_figures .figure_hoard {
	animation: slidein_right 500ms 1200ms ease-in-out forwards;
}


/* About */

#home_about .more {
	position: absolute;
	top: 46px;
	right: 55px;
}
#home_about_content {
	transform: translateY(-5px);
	opacity: 0;
}
.reveal #home_about_content {
	animation: slidein_down 500ms 500ms ease-in-out forwards;
}


/* Assess */

#home_assess {
	display: none;
	height: 235px;
	background: #009ea1;
}


/* Overseas */

#home_overseas {
	margin-bottom: 4em;
	padding-top: 8em;
}
#home_overseas_text {
	float: left;
	width: 33.5%;
	width: 42%;
}
#home_overseas_text h3 {
	margin-bottom: 2em;
	color: #009ea1;
	font-size: 1.7em;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0.07em;
}
#home_overseas_image {
	float: right;
	width: 57%;
	width: 48%;
	border-radius: 22px;
	overflow: hidden;
}
#home_overseas_map {
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

#home_overseas_text {
	transform: translateX(-5px);
	opacity: 0;
}
.reveal #home_overseas_text {
	animation: slidein_right 500ms 200ms ease-in-out forwards;
}
#home_overseas_image {
	opacity: 0;
}
.reveal #home_overseas_image {
	animation: fadein 500ms 500ms ease-in-out forwards;
}


/* Fund */

#home_fund .inner {
	max-width: 1200px;
}
#home_fund_pane {
	position: relative;
	padding: 5.8em 6em 5em 8em;
	color: #fb4491;
	background: #fcf4f4;
	border-radius: 20px;
	overflow: hidden;
}
#home_fund_pane::before {
	position: absolute;
	top: 59px;
	left: 0;
	content: '';
	width: 310px;
	height: 220px;
	background: url(../images/home/home_fund_pane_image.png) no-repeat center / 100%;
	z-index: 1;
}
#home_fund_pane h3,
#home_fund_pane h4,
#home_fund_pane p {
	position: relative;
	z-index: 2;
}
#home_fund_pane h3 {
	margin-bottom: 2.8rem;
	font-size: 2.56em;
}
#home_fund_pane h3 span {
	display: inline-block;
	margin-left: 1em;
	font-size: 1.12em;
	font-size: 0.44em;
	font-weight: 500;
	line-height: 1.2em;
}
#home_fund_pane h4 {
	margin-bottom: 0.8em;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.4em;
}
#home_fund_pane .button {
	position: absolute;
	top: 42px;
	right: 40px;
	z-index: 2;
}
#home_fund_pane .button a {
	color: #fb4491 !important;
	font-size: 0.93em;
}
#home_fund_pane .button a span::before {
	background: url(../images/common/icon_more_fund.png) no-repeat center / 100%;
}

#home_fund_pane {
	opacity: 0;
}
.reveal #home_fund_pane {
	animation: fadein 500ms 200ms ease-in-out forwards;
}


/* Itms */

.home_items_slides:not(:last-of-type) {
	margin-bottom: 23px;
	margin-bottom: 18px;
}
.home_items_pane {
	min-width: 135px;
	text-align: center;
}
.home_items_pane span {
	position: relative;
	padding-left: 24px;
}
.home_items_pane span::before {
	position: absolute;
	top: 5px;
	top: 2px;
	left: 0;
	content: '';
	width: 13px;
	height: 13px;
	background: url(../images/common/icon_check.png) no-repeat center / 100%;
}
.home_items_pane.items_unavailable {
	background: #f6f6f6;
	background: #f0f0f0;
	border: 1px solid #eee;
	border-radius: 9px;
}
.home_items_pane.items_unavailable span::before {
	top: 4px;
	top: 2px;
}
.home_items_pane a {
	display: inline-block;
	padding: 1.3em 2em 1.31em 2.1em;
	line-height: 1.2em;
	background: #fff;
	border: 1px solid #eee;
	text-decoration: none;
	border-radius: 9px;
	transition: all 200ms ease-in-out;
}
.home_items_pane a:hover {
	transform: scale(1.05);
	transition: all 200ms ease-in-out;
}
.home_items_pane.items_unavailable {
	padding: 1.3em 2em 1.31em 2.1em;
	line-height: 1.2em;
}
.home_items_pane.items_unavailable span::before {
	width: 15px;
	height: 15px;
	background: url(../images/common/icon_unavailable.png) no-repeat center / 100%;
}


/* News_Report */

#_home_news {
	float: left;
	width: 46%;
}
#_home_report {
	float: right;
	width: 46%;
}
#_home_news_panes .article_pane,
#_home_report_panes .article_pane {
	width: 100%;
}
#home_report_panes .article_pane {
	width: 32%;
	width: 31%;
}
#home_report_panes .article_pane {
	float: left;
	margin: auto;
	clear: none;
}
#home_report_panes .article_pane:nth-last-of-type(n + 4) {
	margin-bottom: 1.4em;
	margin-bottom: 2em;
}
#home_report_panes .article_pane:nth-of-type(3n - 1) {
	margin: 0 2%;
	margin: 0 3.5%;
}
#home_report_panes .article_pane:nth-of-type(3n + 1) {
	clear: both;
}

#home_report_panes .article_pane_content h4 {
    font-size: 1.05em;
	letter-spacing: 0.05em;
}
#home_report_panes .article_pane_content li,
#home_report_panes .article_pane_content p {
	font-size: 0.86em;
}

@media screen and (max-width: 1374px) and (min-width: 751px) {
	
	#home_hero .inner {
		padding: 0 30px;
	}
	
}

@media screen and (max-width: 1064px) and (min-width: 751px) {
	
	#home_concept_figures {
		float: none;
		margin-bottom: 4em;
		width: 100%;
	}
	.home_concept_figure figure {
		margin-right: 50px;
		width: 300px;
	}
	.home_concept_figure dl {
		float: left;
		margin-top: 58px;
		width: 301px;
	}
	#home_concept_figures h3 {
		font-size: 2.35em;
	}
	#home_concept_figures h3 br,
	#home_concept_figures p br {
		display: none;
	}
	#home_concept_summary {
		float: none;
		width: 100%;
	}
	
	#service_flow thead th h4 {
		padding: 0.5em;
		font-size: 0.93em;
	}
	#service_flow thead th h4 span {
		font-size: 0.7em;
		letter-spacing: 0;
	}
	#service_flow tbody th {
		line-height: 1.4em;
		font-size: 0.8em;
		font-size: 0.78em;
		letter-spacing: 0;
	}
	#service_flow tbody td h6 {
		width: 100%;
		text-align: left;
	}
	#service_flow tbody td h6 br {
		display: none;
	}
	#service_flow tbody td h6 span {
		margin-left: auto;
		margin-right: auto;
		width: fit-content;
		font-size: 0.7em;
		letter-spacing: 0;
	}
	.service_flow_image {
		width: 100%;
	}
	.service_flow_more {
		top: -20px;
		right: -45px;
	}
	
	#home_overseas_text {
		float: none;
		margin-bottom: 3em;
		width: 100%;
	}
	#home_overseas_text h3 {
		font-size: 1.6em;
		letter-spacing: 0.06em;
	}
	#home_overseas_text h3 br {
		display: none;
	}
	#home_overseas_image {
		float: none;
		width: 100%;
	}
	#home_about .more {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 3em;
		text-align: center;
	}
	#home_fund_pane {
		padding: 4em 3em 5em 3em;
	}
	#home_fund_pane h4 {
		font-size: 1.25em;
		letter-spacing: 0.03em;
	}
	#home_fund_pane .button {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 2.5em;
		text-align: center;
	}
	
	
}

@media screen and (max-width: 1180px) and (min-width: 751px) {
	
	#home_hero_content {
		right: 52%;
	}
	#home_hero_slides::before {
		left: 54%;
		margin-top: -180px;
		transform: translateY(-50%) rotate(0);
		width: 380px;
		height: 380px;
	}
	
}
@media screen and (max-width: 970px) and (min-width: 751px) {
	
	#home_hero_content {
		right: 48%;
	}
	#home_hero_slides::before {
		left: 58%;
		margin-top: -150px;
		width: 330px;
		height: 330px;
	}
	
}
@media screen and (max-width: 910px) and (min-width: 751px) {
	
	#home_hero_content {
		right: auto;
		left: 6%;
		transition: all 200ms ease-in-out;
		transform: scale(0.8) translateY(-60%);
	}
	#home_hero_slides::before {
		width: 250px;
		height: 250px;
		margin-top: -130px;
	}
	
}