@charset "UTF-8";
/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
@media screen and (max-width: 767px) {
	.heading_ja_2 {
		font-size: 1.75rem;
	}

	.subpage .heading_en_1 {
		font-size: 1.9rem;
	}
}


/*--------------------------------------------------
  キャッチコピー１
--------------------------------------------------*/
.catch_1 {
	margin-top: 65px;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.catch_1 {
		margin-top: 30px;
		font-size: 2rem;
	}
}


/*--------------------------------------------------
  キャッチコピー２
--------------------------------------------------*/
.catch_2 {
	margin-top: 35px;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.catch_2 {
		margin-top: 20px;
		font-size: 1.5rem;
	}
}


/*--------------------------------------------------
  ビジョン
--------------------------------------------------*/
.layout_flex {
	display: flex;
	gap: 15px;
	margin-top: 25px;
}
@media screen and (max-width: 767px) {
	.layout_flex {
		flex-direction: column;
		margin-top: 10px;
	}
}

.layout_flex > p {
	width: 385px;
	font-size: 1.1rem;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.layout_flex > p {
		width: 100%;
	}
}

.layout_flex .vision_image {
	position: relative;
	top: -100px;
	width: 800px;
}
@media screen and (max-width: 767px) {
	.layout_flex .vision_image {
		top: 0;
		width: 100%;
		margin-top: 10px;
	}
}


/*--------------------------------------------------
  ポリシー
--------------------------------------------------*/
.policy_box {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.policy_box {
		flex-direction: column;
		justify-content: flex-start;
		gap: 40px;
	}
}

.policy_box [class^="policy_"] {
	width: 570px;
}
@media screen and (max-width: 767px) {
	.policy_box [class^="policy_"] {
		width: 100%;
	}
}

.policy_box .catch {
	position: relative;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.policy_box .catch {
		font-size: 1.75rem;
	}
}

.policy_box .policy_1 .catch {
	color: #00c736;
}

.policy_box .policy_1 .catch::after {
	content: '';
	position: absolute;
	top: -30px;
	right: 0;
	display: block;
	width: 140px;
	height: 126px;
	background: url(../imgs/policy_vision/policy_1.png) no-repeat left top / 140px;
}
@media screen and (max-width: 767px) {
	.policy_box .policy_1 .catch::after {
		top: -20px;
		right: 10px;
		width: 90px;
		height: 81px;
		background-size: 100%;
	}
}

.policy_box .policy_2 .catch {
	color: #fe38b1;
}

.policy_box .policy_2 .catch::after {
	content: '';
	position: absolute;
	top: -10px;
	right: 130px;
	display: block;
	width: 81px;
	height: 105px;
	background: url(../imgs/policy_vision/policy_2.png) no-repeat left top / 81px;
}
@media screen and (max-width: 767px) {
	.policy_box .policy_2 .catch::after {
		top: -10px;
		right: 20px;
		width: 60px;
		height: 78px;
		background-size: 100%;
	}
}

.policy_box ul {
	list-style-position: outside;
}

.policy_box .list_large {
	margin-top: 15px;
}

.policy_box .list_large > li {
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	.policy_box .list_large > li {
		font-size: 1.3rem;
	}
}

.policy_box .list_large > li::before {
	content: '●';
}

.policy_box .list_large > li:not(:first-child) {
	margin-top: 10px;
}

.policy_box .list_middle {
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	.policy_box .list_middle {
		padding-left: 15px;
	}
}

.policy_box .list_middle > li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1rem;
}
@media screen and (max-width: 767px) {
	.policy_box .list_middle > li {
		font-size: 1.1rem;
	}
}

.policy_box .list_middle > li::before {
	content: '◆';
}


/*--------------------------------------------------
  指針
--------------------------------------------------*/
.guidelines_box {
	margin-top: 100px;
	padding: 40px 0;
	background-color: #00b9ff;
}

.guidelines_box .inner {
	position: relative;
}
@media screen and (max-width: 767px) {
	.guidelines_box .inner {
		padding-bottom: 350px;
	}
}

.guidelines_box .inner::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: -40px;
	display: block;
	width: 360px;
	height: 536px;
	background: url(../imgs/policy_vision/guidelines_1.png) no-repeat left top / 360px;
}
@media screen and (max-width: 767px) {
	.guidelines_box .inner::before {
		width: 250px;
		height: 372px;
		background-size: 100%;
	}
}


.guidelines_box .inner::after {
	content: '';
	position: absolute;
	right: 270px;
	bottom: -40px;
	display: block;
	width: 145px;
	height: 169px;
	background: url(../imgs/policy_vision/guidelines_2.png) no-repeat left top / 145px;
}
@media screen and (max-width: 767px) {
	.guidelines_box .inner::after {
		right: 210px;
		width: 100px;
		height: 116px;
		background-size: 100%;
	}
}


.guidelines_box .catch {
	font-size: 1.75rem;
	font-weight: 500;
	color: #ffff01;
}
@media screen and (max-width: 767px) {
	.guidelines_box .catch {
		font-size: 1.35rem;
	}
}

.guidelines_box .description {
	margin-top: 10px;
	font-size: 1.25rem;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.guidelines_box .description {
		font-size: 1.1rem;
	}
}
