@charset "utf-8";
body {
	background-color: #f4f4f4;
}
.headerWrap .headerLogo {
	z-index: 4;
}
.headerWrap nav {
	z-index: 4;
}
/* ----------------------------------------------------
	スライドアニメーション
---------------------------------------------------- */
.scrollContent {
	position: relative;
}
.scrollContent::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 110%;
	height: 100%;
	background-color: #f4f4f4;
	transform-origin: left;
	/* transform: translateX(0); */
	transform: translateX(0);
	transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body.is-scroll-current .scrollContent::before  {
	transform: translateX(100%);
}
header::before {
	height: 665px;
}
/* アニメーション後*/
header .headerWrap::before {
	height: 665px;
	z-index: 2;
}
.topWrapper {
	width: 1200px;
	margin: auto;
	position: relative;
}
/* ----------------------------------------------------
	共通
---------------------------------------------------- */
h1 {
	position: relative;
	z-index: 4;
	color: #fff;
}
h1 .ja {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
h1.en {
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 66px;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.subTitle {
	font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    margin-top: 65px;
	margin-bottom: 10px;
    position: relative;
    color: #ffffff;
    z-index: 4;
}
#anchor_01,
#anchor_02,
#anchor_03 {
	position: relative;
}
h2 {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
}
p.policyDescription {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* ----------------------------------------------------
	#anchor_01
---------------------------------------------------- */
#anchor_01 {
	margin-top: 54px;
}
#anchor_01 .policyPhoto {
	position: relative;
	z-index: 4;
	margin-bottom: 98px;
	overflow: hidden;
}
#anchor_01 .policyPhoto::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 110%;
	height: 100%;
	background: linear-gradient(60deg, #25c037, #5ad230);
	transform-origin: left;
	transform: translateX(0);
	transition: transform 0.4s 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body.is-scroll-current #anchor_01 .policyPhoto::after {
	transform: scaleX(1) translateX(101%);
}
#anchor_01 h2 {
	font-size: 40px;
	color: #43c631;
	font-feature-settings: "palt";
	letter-spacing: 0.054em;
	margin-bottom: 44px;
}
/*#anchor_01 h3 {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	position: relative;
	color: #262626;
	line-height: 1.9;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
	margin-bottom: 43px;
}*/
#anchor_01 .objectiveList {
	margin-top: 43px;
	margin-bottom: 62px;
}
#anchor_01 .objectiveList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 25px;
}
#anchor_01 .objectiveList ul:first-child {
	margin-top: 0;
}
#anchor_01 .objectiveList ul li {
	width: 342px;
	height: 140px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 1.7;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	color: #363636;
}
#anchor_01 .policyText {
	margin-bottom: 140px;
}
#anchor_01 p.policyDescription {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	letter-spacing: 0.05em;
	color: #262626;
	line-height: 1.7;
	margin-bottom: 22px;
}
/* ----------------------------------------------------
	#anchor_02
---------------------------------------------------- */
#anchor_02 {
	background-color: #fff;
	padding-bottom: 50px;
}
#anchor_02 .anchor_02Block {
	background-image: url(/img/policy/anchor_02_bg.jpg?version=220404);
	height: 546px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#anchor_02 .anchor_02Block::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1;
	transform-origin: left;
	transform: translateX(0);
	transition: transform 0.6s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
#anchor_02.is-scroll-current .anchor_02Block::before {
	transform: translateX(100%);
}
#anchor_02 .anchor_02Block .commonWrapper {
	display: flex;
	align-items: flex-end;
	height: 100%;
}
#anchor_02 .anchor_02Box {
	margin-bottom: 82px;
}
#anchor_02 h2 {
	font-size: 30px;
	color: #ffffff;
	font-feature-settings: "palt";
	letter-spacing: 0.12em;
}
#anchor_02 h3 {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	position: relative;
	font-size: 41px;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin-top: 28px;
}
#anchor_02 h3 span.smail {
	letter-spacing: 0.05em;
	font-size: 25px;
	margin-right: 30px;
}
#anchor_02 .item_data {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #ffffff;
	margin-top: 18px;
	margin-left: 5px;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}
#anchor_02 .policyText {
	margin-top: 128px;
}
#anchor_02 .policyText.second {
	margin-top: 81px;
	padding-bottom: 107px;
}
#anchor_02 p.policyDescription {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	color: #262626;
	line-height: 2.4;
	margin-bottom: 78px;
}
#anchor_02 dl {
	display: flex;
	margin-top: 63px;
}
#anchor_02 dl:first-child {
	margin-top: 0;
}
#anchor_02 dl dt {
	width: 242px;
	display: flex;
	align-items: center;
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
	letter-spacing: 0.15em;
	color: #2fbb32;
}
#anchor_02 dl dt .arrow {
	width: 30px;
	height: 1px;
	background-color: #2fbb32;
	margin-right: 34px;
}
#anchor_02 dl dd {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	font-feature-settings: "palt";
	letter-spacing: 0.8px;
	color: #262626;
}
#anchor_02 .objectiveList {
	margin-bottom: 82px;
}
/*---------- インタビュー ----------*/
#anchor_02 .interview {
	margin-bottom: 78px;
}
#anchor_02 .interview .interviewTitle {
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 35px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	padding-top: 20px;
	color: #2fbb32;
}
#anchor_02 .interview .interviewTitle span {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 23px;
	font-feature-settings: "palt";
	letter-spacing: 0.09em;
	margin-left: 15px;
	color: #2fbb32;
}
#anchor_02 .interview ul {
	border-top: solid 1px #d2d2d2;
}
#anchor_02 .interview ul li {
	border-bottom: solid 1px #d2d2d2;
}
#anchor_02 .interview ul li a {
	padding: 30px 0 22px;
	display: flex;
	-webkit-transition: .3s ease;
	transition: .3s all ease;
}
#anchor_02 .interview ul li a:hover {
	opacity: 0.5;
}
#anchor_02 .interview ul li a .date {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #262626;
	width: 144px;
	padding-left: 9px;
}
#anchor_02 .interview ul li a .newsTitle {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 17px;
	color: #262626;
	line-height: 0.6;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
/* ----------------------------------------------------
	#anchor_03
---------------------------------------------------- */
#anchor_03 {
	background: linear-gradient(60deg, #25c037,#5ad230);
	padding: 109px 0 106px;
}
#anchor_03 h2 .ja {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #fff;
	font-feature-settings: "palt";
	letter-spacing: 0.09em;
	margin-bottom: 21px;
}
#anchor_03 h2 .en {
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 72px;
	color: #fff;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	text-indent: -0.08em;
}
#anchor_03 ul {
	margin-top: 48px;
}
#anchor_03 ul li {
	margin-top: 30px;
}
#anchor_03 ul li:first-of-type {
	margin-top: 0;
}
#anchor_03 ul li a {
	display: flex;
	background-color: #fff;
	transition-duration: .3s;
}
#anchor_03 ul li a .interviewImg {
	height: 240px;
	width: 470px;
	overflow: hidden;
	background-color: #e6e5e0;
	display: flex;
	align-items: center;
}
#anchor_03 ul li a .interviewImg img {
	width: 100%;
	display: block;
	transition-duration: .3s;
}
#anchor_03 ul li a:hover .interviewImg img {
	transform: scale(1.1);
	opacity: 0.7;
}
#anchor_03 ul li a .interviewInfo {
	padding-top: 50px;
	padding-left: 50px;
}
#anchor_03 ul li a:hover .interviewInfo {
	opacity: 0.7;
}
#anchor_03 ul li a .interviewInfo .interviewDate {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #262626;
	margin-bottom: 9px;
}
#anchor_03 ul li a .interviewInfo .interviewTitle {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 23px;
	color: #22b433;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
#anchor_03 ul li a .interviewInfo .interviewSubTitle {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	color: #262626;
	margin-bottom: 21px;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}
#anchor_03 ul li a .interviewInfo .interviewSubTitle span {
	padding-left: 10px;
	position: relative;
}
#anchor_03 ul li a .interviewInfo .interviewSubTitle span::after {
	content: "";
	width: 1px;
	height: 69%;
	background-color: #262626;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
	margin: auto;
}
#anchor_03 ul li a .interviewInfo .interviewLink {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #2fbb32;
	border-bottom: solid 1px #2fbb32;
	display: inline-block;
	line-height: 1.9;
	font-feature-settings: "palt";
	letter-spacing: 0.055em;
}