@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
HOME
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.wa-home-header {
	padding: 0;
}

.wa-home-header .wa-inner {
	display: flex;
	height: 100vh;
	position: relative;
	justify-content: center;
	align-items: center;
}

.wa-home-header-heading {
	font-size: 17px;
	letter-spacing: 0.6em;
	transform: translateY(-40px);
}

.wa-home-header-scroll {
	position: absolute;
	bottom: 50px;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
}

.wa-home-header-scroll-text {
	display: block;
	font-weight: 600;
	font-size: 9px;
	letter-spacing: 0.3em;
}

.wa-home-intro {
	z-index: 0;
	text-align: center;
}

.wa-home-intro::before {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: url("../img/home/intro-background.jpg") 80% center no-repeat;
	background-size: cover;
	content: "";
}

.wa-home-intro-heading {
	margin-bottom: 30px;
}

.wa-home-intro-description {
	font-size: 20px;
}

.wa-home-concept-text {
	margin-bottom: 70px;
	font-weight: 700;
}

.wa-home-concept .wa-section-heading {
	display: inline-block;
}

.wa-home-concept-description01 {
	margin-bottom: 0.3em;
	font-size: 14px;
	line-height: 1.6;
}

.wa-home-concept-description02 {
	font-size: 23px;
	line-height: 1.5;
}

.wa-home-concept-description03 {
	font-size: 50px;
	line-height: 1.2;
}

.wa-home-concept-ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wa-home-concept-li {
	width: 39px;
}

.wa-load .wa-home-concept-li:nth-child(1) {
	animation-delay: 2.1s;
}

.wa-load .wa-home-concept-li:nth-child(2) {
	animation-delay: 1.9s;
}

.wa-load .wa-home-concept-li:nth-child(3) {
	animation-delay: 1.7s;
}

.wa-load .wa-home-concept-li:nth-child(4) {
	animation-delay: 1.5s;
}

.wa-load .wa-home-concept-li:nth-child(5) {
	animation-delay: 1.3s;
}

.wa-load .wa-home-concept-li:nth-child(6) {
	animation-delay: 1.1s;
}

.wa-load .wa-home-concept-li:nth-child(7) {
	animation-delay: 0.9s;
}

.wa-load .wa-home-concept-li:nth-child(8) {
	animation-delay: 0.7s;
}

.wa-load .wa-home-concept-li:nth-child(9) {
	animation-delay: 0.5s;
}

.wa-home-issue-text {
	margin-bottom: 20px;
	font-weight: 700;
	text-align: right;
}

.wa-home-issue .wa-section-heading {
	display: inline-block;
}

.wa-home-issue-description01 {
	font-size: 14px;
	line-height: 1.6;
}

.wa-home-issue-description02 {
	font-size: 23px;
	line-height: 1.5;
}

.wa-home-issue-description03 {
	font-size: 50px;
	line-height: 1.2;
}

.wa-home-issue-ul {
	display: flex;
	margin: 0 -0.7%;
	flex-flow: wrap;
	justify-content: center;
}

.wa-home-issue-li {
	display: flex;
	width: 90px;
	height: 90px;
	margin: 0 0.7%;
	border: 3px solid;
	border-radius: 50%;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.wa-home-issue-li-heading {
	font-weight: inherit;
	font-size: 10px;
}

.wa-home-mind {
	overflow: hidden;
	position: relative;
	padding: 0 0 calc(30px + 21.1vw);
	background: url("../img/home/mind-background.jpg") left 45% bottom 10vw no-repeat #fff;
	background-size: cover;
	color: #fff;
}

.wa-home-mind::before {
	position: absolute;
	top: -1px;
	right: 0;
	left: 0;
	height: 7.3vw;
	background: url("../img/home/mind-separator-top.svg") center top no-repeat;
	background-size: 100% auto;
	content: "";
}

.wa-home-mind::after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 21.1vw;
	background: url("../img/home/mind-separator-bottom.svg") center top no-repeat;
	background-size: 100% auto;
	content: "";
}

.wa-home-mind-heading {
	margin-bottom: 25px;
	text-align: center;
}

.wa-home-mind-description {
	max-width: 880px;
	margin: auto;
	font-size: 17px;
}

.wa-home-action .wa-inner {
	max-width: 860px;
}

.wa-home-action .wa-section-heading {
	margin-bottom: 25px;
}

.wa-home-action-ul {
	margin-bottom: 60px;
}

.wa-home-action-li {
	margin-bottom: 4em;
}

.wa-home-action-li-heading {
	font-size: 17px;
}

.wa-home-action-li-detail {
	line-height: 1.7;
}

.wa-home-action-li-circle {
	display: flex;
	position: relative;
	width: 107px;
	height: 107px;
	margin: 0 auto 1em;
	border-radius: 50%;
	background: #d61521;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	justify-content: center;
	align-items: center;
}

@keyframes ripple {
0% {
	opacity: 1;
	transform: scale(1);
}

100% {
	opacity: 0;
	transform: scale(1.3);
}
}

.wa-home-action-li-circle::before,
.wa-home-action-li-circle::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: 1px solid #d61521;
	border-radius: 50%;
	content: "";
}

.wa-home-action-li-link {
	display: table;
	margin: auto;
	font-size: 12px;
}

.wa-home-action-sdgs {
	margin-top: -60px;
	padding-top: 60px;
}

.wa-home-action-sdgs-heading {
	margin-bottom: 0.5em;
	font-size: 25px;
	text-align: center;
}

@media (min-width: 768px) {
.wa-home-header-heading {
	font-size: 41px;
}

.wa-home-header-scroll {
	bottom: 120px;
}

.wa-home-header-scroll-text {
	font-size: 12px;
}

.wa-home-intro-description {
	font-size: 40px;
}

.wa-home-concept {
	padding-bottom: 40px;
}

.wa-home-concept-text {
	margin-bottom: 140px;
}

.wa-home-concept-description01 {
	font-size: 27px;
}

.wa-home-concept-description02 {
	font-size: 50px;
}

.wa-home-concept-description03 {
	font-size: 108px;
}

.wa-home-concept-li {
	width: 7%;
}

.wa-home-issue-text {
	margin-bottom: 30px;
}

.wa-home-issue-description01 {
	font-size: 27px;
}

.wa-home-issue-description02 {
	font-size: 50px;
}

.wa-home-issue-description03 {
	font-size: 108px;
}

.wa-home-issue-ul {
	margin: 0 -20px;
}

.wa-home-issue-li {
	width: 166px;
	height: 166px;
	margin: 0 20px;
	border-width: 4px;
}

.wa-home-issue-li-heading {
	font-size: 18px;
}

.wa-home-mind {
	padding-bottom: calc(120px + 21.1vw);
}

.wa-home-mind-heading {
	margin-bottom: 40px;
}

.wa-home-mind-description {
	font-size: 33px;
	text-align: center;
}

.wa-home-action {
	padding-top: 60px;
}

.wa-home-action .wa-section-heading {
	margin-bottom: 100px;
}

.wa-home-action-ul {
	max-width: 740px;
	margin-bottom: 100px;
}

.wa-home-action-li {
	position: relative;
}

.wa-home-action-li-container {
	max-width: 460px;
	margin-bottom: 30px;
}

.wa-home-action-li-heading {
	margin-bottom: 8px;
	font-size: 27px;
}

.wa-home-action-li-image {
	position: absolute;
	top: 0;
	right: 0;
}

.wa-home-action-li-circle:hover {
	opacity: 1;
}

.wa-home-action-li-circle:hover::before,
.wa-home-action-li-circle:hover::after {
	animation: ripple 1.6s linear infinite;
}

.wa-home-action-li-circle:hover::after {
	animation-delay: 0.8s;
}

.wa-home-action-li-link {
	font-size: 13px;
}

.wa-home-action-sdgs-heading {
	font-size: 50px;
}

.wa-home-action-sdgs-description {
	text-align: center;
}
}

@media (min-width: 480px) and (max-width: 767.9px) {
.wa-home-concept-description03 br {
	display: none;
}

.wa-home-issue-description03 br {
	display: none;
}
}

@media (min-width: 1024px) {
.wa-home-concept-description03 br {
	display: none;
}

.wa-home-issue-description03 br {
	display: none;
}
}

@media (max-width: 567.9px) {
.wa-home-issue-li.wa-spacer {
	width: 100%;
}
}

@media (min-width: 768px) and (max-width: 1111.9px) {
.wa-home-issue-li.wa-spacer {
	width: 100%;
}
}

@media (max-width: 767.9px) {
.wa-home-intro-heading img {
	width: 169px;
	height: 167px;
}

.wa-home-concept .wa-section-heading-english {
	width: 100px;
	height: 27px;
}

.wa-home-concept-ul {
	max-width: 280px;
	margin: auto;
}

.wa-load .wa-home-concept-li:nth-child(n+2):nth-last-child(n+5) {
	display: none;
}

.wa-load .wa-home-concept-li:nth-child(1) {
	animation-delay: 1.3s;
}

.wa-home-issue .wa-section-heading-english {
	width: 162px;
	height: 25px;
}

.wa-home-issue-li-image {
	width: 46px;
	height: 46px;
}

.wa-home-mind-heading img {
	width: 208px;
	height: 313px;
}

.wa-home-mind-description br {
	display: none;
}

.wa-home-mind-description span:not([class]) {
	display: inline;
}

.wa-home-action .wa-section-heading-english {
	width: 77px;
	height: 23px;
}

.wa-home-action-li-heading {
	display: table;
	margin: 0 auto 20px;
}

.wa-home-action-li-image {
	display: table;
	width: 171px;
	margin: 0 auto 20px;
}

.wa-home-action-li-detail {
	display: table;
	margin: 0 auto 30px;
}

.wa-home-action-li-circle::before,
.wa-home-action-li-circle::after {
	animation: ripple 1.6s linear infinite;
}

.wa-home-action-li-circle::after {
	animation-delay: 0.8s;
}

.wa-home-action-sdgs-heading span {
	display: block;
}

.wa-home-action-sdgs-description br {
	display: none;
}
}
