@charset "UTF-8";

:root {
	/* --color-human: ; */
	--color-technology: #1993D3;
	--color-revitalize: #B28146;
	/* --color-sustainable; : */
	--color-trend: #E1528D;
	--color-theme: var(--color-trend);
}

body {
	width: 100%;
	/*overflow-x: hidden;*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin: 0;
	text-align: justify;
	line-break: strict;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.header_bg {
	background: #EFEFEF;
	box-sizing: border-box;
}
.header_wrap {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 945px;
	padding: 2.535vw 0;
	box-sizing: border-box;
}
.header_logo {
	display: inline-block;
	width: 38.548vw;
}
.header_logo img {
	width: 100%;
}
.header_pr {
	display: inline-block;
	font-size: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 8.585%;
}
.header_pr img {
	width: 100%;
}
@media screen and (min-width: 440px) {
	.header_wrap {
		padding: 10px 0;
	}
	.header_logo {
		width: 179.598px;
	}
	.header_pr {
		width: 40px;
	}
}
@media screen and (min-width: 640px) {
	.header_logo {
		width: 210px;
	}
	.header_wrap {
		padding: 9.55px 0;
	}
}
.p-article_action {
	display: flex;
	margin-bottom: 80px;
	flex-wrap: wrap;
}
.p-article_action_group.-footer {
	justify-content: center;
	width: 100%;
}
.p-article_action_group {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.p-article_action_group .p-article_action_btn:first-of-type {
	margin-left: 0;
}
.p-article_action_btn {
	display: block;
	position: relative;
	width: 52px;
	height: 30px;
	margin-left: 0px;
}
.p-article_action_btn_label.-Facebook {
	background-image: url(ico_action_facebook.svg);
}
.p-article_action_btn_label.-twitter {
	background-image: url(x.png);
	background-position: center top 3px;
}
.p-article_action_btn_label.-line {
	background-image: url(icon_line.png);
	background-position: center top 3px;
}
.p-article_action_btn_label {
	display: block;
	position: relative;
	padding-top: 30px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #818181;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	transition: .1s all ease-in;
}
a {
	text-decoration: none;
}
.p-article_action_btn_label::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	content: '';
	opacity: 0;
	transition: .1s linear;
}
.p-article_action_share {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 11.77px;
	color: #898989;
}
.internal_alertinfo {
	font-size: 12px;
	padding-bottom: 45px;
}
.ptop {
	max-width: 58px;
	width: 100%;
	margin: 0 auto 70px auto;
	padding: 0;
}
@media screen and (max-width: 599px) {
	.ptop {
		max-width: 35px;
		margin: 0 auto 40px auto;
		padding: 0;
	}
}
.ptop {
	width: 100%;
}
.ptop a {
	display: inline-block;
	width: 100%;
}
.ptop a img {
	max-width: 100%;
}
@media screen and (max-width: 599px) {
	.index_btn {
		margin: 0 auto 60px auto;
	}
}
.index_btn {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 100px auto;
}
.index_btn img {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 0;
	vertical-align: bottom;
	max-width: 100%;
}
.fwrap {
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}
.fbar {
	height: 1px;
	background: #CCCCCC;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #1a1a1a;
}
.wrapper .text-c{
	text-align: center;
}
.wrapper .display-inlineblock{
	display: inline-block;
}
.wrapper .indent-icon{
	margin-left: 1em;
	text-indent: -1em;
}

.wrapper .indent-icon *{
	margin-left: 0;
	text-indent: 0;
}

.wrapper p {
	line-height: 2;
	letter-spacing: 0.025em;
}
.wrapper img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.wrapper a {
	text-decoration: none;
	transition: 0.4s;
}
.wrapper .sp {
	display: block;
}
.wrapper .pc {
	display: none;
}
@media screen and (min-width: 768px) {
	.wrapper .pc-block{
		display: block;
	}
}
.wrapper .header {
	width: 100%;
	position: relative;
	background-color: var(--color-theme);
	background-color: #FFF;
	color: #fff;
}
.wrapper .header__inner {
	position: relative;
	width: 100%;
}
.wrapper .header__img {
}
.wrapper .header__img img {
	width: 100%;
	height: auto;
}
.wrapper .header__series {
	width: calc(64%);
	margin-bottom: 1em;
}
.wrapper .header__series img {
}
.wrapper .header h1 {
	width: 75%;
	padding: 0 12.5%;
}

@media screen and (min-width: 768px) {
	div.wrapper .header__series {
		width: 27.26%;
		min-width: 350px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.wrapper .header h1 {
		position: absolute;
		bottom: 2%;
		left: 2%;
		width: 44.1%;
		padding: 0;
	}
}

.wrapper .lead {
	background-color: var(--color-theme);
	width: 100%;
	color: #fff;
	padding: 30px 0;
}
.wrapper .lead p {
	width: 90%;
	max-width: 800px;
	margin: auto;
	line-height: 1.75;
}
@media screen and (min-width: 768px) {
	.wrapper .lead p {
		/* letter-spacing: -0.02em; */
	}
}

.wrapper section{
	padding-top: 60px;
	position: relative;
	overflow: hidden;
}
.wrapper section .sec-text-box {
	width: 90%;
	max-width: 800px;
	margin: auto;
}

.wrapper section .sec-text-box p {
	text-indent: 1em;
}

.wrapper section p + p {
	margin-top: 1.5em;
}
.wrapper section p.note {
	font-size: 12px;
	text-indent: 0;
}
.wrapper h2 {
	width: 88%;
	margin: 0 auto 40px;
	position: relative;
	padding-left: 20px;
	
	font-size: min(5vw,46px);
	letter-spacing: 0.1em;
}

.wrapper h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: linear-gradient(var(--color-theme) 50%, #1c2130 50%);
}
.wrapper .note {
	margin-top: 1em;
	font-size: 0.75em;
}
.wrapper .note p{
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.wrapper .note p + p{
	margin-top: 0;
	margin-bottom: 0;
}
.wrapper .figure {
	margin: 40px auto;
	padding: 0;
	width: 90%;
}
.wrapper .figure figure{
	margin: 0;
	padding: 0;
}
.wrapper .figure figcaption {
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}
/*
.wrapper .figure img{
	margin: 2em 0;
}
*/
.wrapper .foot {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 60px auto;
}
.wrapper .foot h3{
	font-size: calc((18/16) * 1em);
}
.wrapper .foot a {
	color: #1a1a1a;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wrapper .foot a img {
	width: 80%;
	max-width: 156px;
	max-width: 312px;
	margin: 24px auto;
}
.wrapper .foot a p {
	font-size: 18px;
	color: #1a1a1a;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.5;
}
/*
.wrapper .foot p {
	line-height: 1.5;
}
*/

.wrapper .fwrap {
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}
.wrapper .fwrap .p-article_action {
	display: flex;
	margin-bottom: 80px;
	flex-wrap: wrap;
}
.wrapper .fwrap .p-article_action_group {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.wrapper .fwrap .p-article_action_group.-footer {
	justify-content: center;
	width: 100%;
}
.wrapper .fwrap .p-article_action_group .p-article_action_btn {
	display: block;
	position: relative;
	width: 52px;
	height: 30px;
	margin-left: 0px;
}
.wrapper .fwrap .p-article_action_group .p-article_action_btn:first-of-type {
	margin-left: 0;
}
.wrapper .fwrap .p-article_action_group .p-article_action_btn_label {
	display: block;
	position: relative;
	padding-top: 30px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #818181;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	transition: 0.1s all ease-in;
}
.wrapper .fwrap .p-article_action_group .p-article_action_btn_label.-Facebook {
	background-image: url(ico_action_facebook.svg);
}
.wrapper .fwrap .p-article_action_group .p-article_action_btn_label.-twitter {
	background-image: url(x.png);
	background-position: center top 3px;
}
.wrapper .fwrap .p-article_action_group .p-article_action_btn_label.-line {
	background-image: url(icon_line.png);
	background-position: center top 3px;
}
.wrapper .fwrap .p-article_action_group .p-article_action_btn_label::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	content: "";
	opacity: 0;
	transition: 0.1s linear;
}
.wrapper .fwrap .p-article_action a {
	text-decoration: none;
}
.wrapper .fwrap .p-article_action .p-article_action_share {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 11.77px;
	color: #898989;
}
.wrapper .fwrap .internal_alertinfo {
	font-size: 12px;
	padding-bottom: 45px;
}
.wrapper .fwrap .ptop {
	max-width: 35px;
	margin: 0 auto 40px auto;
	padding: 0;
}
.wrapper .fwrap .ptop a {
	display: inline-block;
	width: 100%;
}
.wrapper .fwrap .ptop a img {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	.wrapper .fwrap .ptop {
		max-width: 58px;
		width: 100%;
		margin: 0 auto 70px auto;
		padding: 0;
	}
}
.wrapper .fbar {
	height: 1px;
	background: #CCCCCC;
}

@media screen and (min-width: 768px) {
	.wrapper section{
		padding-top: min(10%, 130px);
		width: 100%;
		margin: 0 auto;
	}
	.wrapper section p {
		max-width: 800px;
	}
	.wrapper h2 {
		max-width: 780px;
		margin: 0 auto 60px;
	}
	.wrapper .figure {
		margin: 60px auto 40px;
			margin: 60px auto 60px;
		max-width: 800px;
	}

	.wrapper .foot {
		margin: 80px auto;
	}
	.wrapper .foot a img {
		width: 156px;
		width: 312px;
		margin: 16px auto;
		transition: opacity 0.3s;
	}
	.wrapper .foot a img:hover {
		opacity: 0.8;
	}
	.wrapper .foot a p {
		font-weight: bold;
	}
}



.wrapper .img02-box{
	max-width: 530px;
	margin: 0 auto;
}

.wrapper .figure .profile{
	font-size: 0.875rem;	/* 14px */
	margin-top: 1rem;
	text-align: center;
}
.wrapper .figure .profile .name{
	font-size: 1.25rem;	/* 20px */
	font-weight: bold;
}

.wrapper .button-box{
	width: 90%;
	max-width: 800px;
	margin: 64px auto;
}
.wrapper .button-box a{
	font-size: min(4.8vw,30px);
	font-weight: bold;
	
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000000;
	
	padding: 1em 0;
	border-top: 8px solid var(--color-theme);
	border-left: 8px solid var(--color-theme);
	
	border-right: 8px solid #000000;
	border-bottom: 8px solid #000000;
}
.wrapper .button-box a .color-red{
	color: #c30d22;
}
.wrapper .button-box a:hover{
	text-decoration: underline;
}

.foot a.link-jtb {
	color: #FFF;
	background: #061D7B;
	line-height: 1.4;
	padding: 0.3em 3em;
	margin-top: 2em;
	transition: opacity 0.3s;
}
.foot a.link-jtb:hover {
	opacity: 0.8;
}

