/*
Theme Name: FGHD_themes
Author: kirara_navi_design_works
Description: original tamplate
Version: 1.0
*/
.mb-150 {
	margin-bottom: 150px;
}

@media screen and (min-width: 761px) {
	.recruitTop_interview_list {
		height: 370px;
	}
	.crossTalkCard {
		height: 383px;
	}
	.recruitTop_img {
		height: 675px;
		max-height: 40vw;
	}
	#recruitNews {
		height: 220px;
		margin-top: -100px;
		z-index: -1;
		position: relative;
	}
	.recruitTop_news::before {
		content: "";
		width: 100%;
		height: 120px;
		background: white;
		position: absolute;
		display: block;
		top: -120px;
		left: 0;
		z-index: 2;
	}
}
.recruitTop_news {
	padding-bottom: 120px;
	background: white;
	position: relative;
}
.pagejumper {
	height: 120px;
	background: white;
}

.recruitTop_news_link {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid #bebfbf;
	position: relative;
	gap: 30px;
}

.recruitTop_news_img img {
	width: 150px;
	height: 100px;
	object-fit: cover;
}
span.recruitNews_nav_disabled {
	color: gray;
}
.recruitTop_news_list {
	width: 1000px;
	max-width: 90vw;
	margin: auto;
	margin-top: 50px;
	border-bottom: 1px solid #bebfbf;
}

.recruitTop_news_date {
	color: #98a6b5;
	font-size: 12px;
}

.recruitTop_news_title {
	margin-top: 10px;
}

.recruitTop_news_link::before {
	position: absolute;
	top: 50%;
	right: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: auto;
	aspect-ratio: 1;
	font-family: minion-pro, serif;
	font-size: 16px;
	line-height: 1;
	color: white;
	content: "→";
	background: linear-gradient(135deg, #ed6a24, #fbb032);
	border-radius: 50%;
	transition: 0.3s;
	transform: translateY(-50%);
}
header.recruitNews_header {
	background: white;
	min-height: 120px;
	align-content: center;
	padding: 20px 50px;
	position: relative;
}

.siteLayout.siteLayout-single.recruit-single {
	width: 800px;
}

time.recruitNews_date {
	color: #98a6b5;
	font-size: 12px;
}

h2.recruitNews_title {
	font-size: 26px;
	margin-top: 10px;
}

header.recruitNews_header::before {
	content: "";
	width: 4px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	background: linear-gradient(180deg, #a4dedb, #4f82ad);
	top: 0;
}

img.attachment-full.size-full.wp-post-image {
	width: 100%;
	height: auto;
}

.recruitNews_content {
	padding-top: 50px;
}

.recruitNews_thumbnail {
	margin-bottom: 50px;
}
.recruitNews_nav {
	display: flex;
	margin-top: 80px;
	justify-content: center;
	gap: 50px;
	font-weight: bold;
	position: relative;
}

.recruitNews_nav a {
	border-bottom: 1px solid #707070;
	padding-bottom: 3px;
}

.recruitNews_nav::before {
	content: "";
	height: 80%;
	width: 1px;
	background: #bebfbf;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.recruitNews_back_btn {
	display: block;
	background: white;
	font-weight: bold;
	padding: 14px 50px;
	max-width: 290px;
	margin: auto;
	margin-top: 50px;
	border: 1px solid #bebfbf;
	border-radius: 100px;
	text-align: center;
	box-shadow: 0 5px 5px 0 #00000030;
}

.siteLayout.siteLayout-single.recruit-single {
	padding-bottom: 200px;
}
/* -----------------------------------
  sdgsページのレイアウト
----------------------------------- */
html:has(.sdgsLayout) {
	background-color: #f8f8f8;
}

html:has(.sdgsLayout) body {
	font-family: "Noto Sans JP", sans-serif;
}

.sdgsTopheader {
	font-family: helvetica;
	font-size: 75px;
	font-weight: normal;
	text-transform: capitalize;
}

.whiteBg {
	padding: 70px 0;
	margin-top: 70px;
	background: white;
}

.topicsBg {
	padding: 80px 0 100px;
	background: url("/cms/wp-content/uploads/bg-topics.png");
	background-size: cover;
}

/* ---sdgsのヘッダー--- */
.sdgsLayout .header {
	left: 0;
	width: 100px;
	height: 100vh;
	padding: 0;
	background-color: #212121;
}

.sdgsLayout .header_title {
	display: none;
}

.sdgs_header_title {
	display: none;
}

.sdgs_header_title.is-sdgs {
	display: block;
	margin-top: 50px;
	padding-left: 100px;
}

.sdgs_header__logo {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.sdgs_header__link {
	width: 170px;
	display: block;
	filter: invert(1);
}

.sdgsLayout .gNav {
	display: none;
}

.none {
	display: none;
}

.sdgsHamburger {
	display: none;
}

.sdgsHamburgerMenu {
	position: absolute;
	top: 45px;
	left: 25px;
}

@media screen and (max-width: 760px) {
	.sdgsHamburger {
		display: flex;
		align-items: center;
	}
}

.sdgsHamburger_nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sdgsHamburger_nav_container {
	position: fixed;
	top: 0;
	left: 100px;
	width: calc(100% - 100px);
	height: 100svh;
	padding-top: 50px;
	overflow-y: scroll;
	overscroll-behavior: none;
	visibility: hidden;
	background-color: #000000db;
	opacity: 0;
	transition: transform 0.3s ease-in-out;
	transform: translateY(-100%);
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.is-open .sdgsLayout_logo_img {
	display: block;
	width: 170px;
}

.sdgsHamburger_list::-webkit-scrollbar {
	display: none;
}

.sdgsHamburger_nav_container.is-open {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.sdgsHamburger_btn {
	position: relative;
	z-index: 2;
	display: block;
	width: 45px;
	height: 30px;
	cursor: pointer;
	background: none;
}

.sdgsHamburger_btn .sdgsHamburger_icon {
	position: relative;
	display: block;
	width: 45px;
	height: 3px;
	background-color: white;
}

.sdgsHamburger_btn .sdgsHamburger_icon::before,
.sdgsHamburger_btn .sdgsHamburger_icon::after {
	position: absolute;
	width: 100%;
	height: 3px;
	content: "";
	background-color: white;
}

.sdgsHamburger_btn .sdgsHamburger_icon::before {
	top: -10px;
}

.sdgsHamburger_btn .sdgsHamburger_icon::after {
	top: 10px;
}

.sdgsHamburger_design {
	width: 100%;
	margin-top: 20px;
	filter: opacity(0.3);
}

.sdgsHamburger_design img {
	width: 100%;
}

br.sp-menu {
	display: none;
}

/* hamburger is-open 挙動 */
.header:has(.is-open) .sdgsHamburger_icon {
	background-color: unset;
}

.header:has(.is-open) .sdgsHamburger_icon::before {
	top: 0;
	width: 120%;
	background-color: white;
	transition: 0.3s;
	rotate: 45deg;
}

.header:has(.is-open) .sdgsHamburger_icon::after {
	top: 0;
	width: 120%;
	background-color: white;
	transition: 0.3s;
	rotate: -45deg;
}

.header:has(.is-open) .sdgsHamburger_btn {
	width: 50px;
	height: 50px;
}

.sdgsHamburger_item a {
	position: relative;
	display: block;
	padding-left: 20px;
}

.sdgsHamburger_list {
	padding-bottom: 150px;
	margin-top: 100px;
	color: white;
}

.sdgsHamburger_item a::before {
	position: absolute;
	top: 17px;
	left: 0;
	display: block;
	width: 9px;
	height: 3px;
	content: "";
	background: white;
}

.sdgsHamburger_item {
	padding: 20px 0;
	border-color: #6f6f6f;
	border-bottom: 1px solid;
}

.sdgsHamburger_title-en {
	display: inline-block;
	font-family: Helvetica;
	font-size: 30px;
}

.sdgsHamburger_title-ja {
	position: relative;
	top: -4px;
	display: inline-block;
	height: 100%;
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #a5a5a5;
}

.sdgsHamburger_subMenu {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 0;
	margin-top: 30px;
	font-size: 14px;
}

.sdgsHamburger_sub_item a::before {
	top: 8px;
}

.sdgsHamburger_sub_item a {
	padding-left: 14px;
}

.sdgsHamburger_sub_item {
	width: 252px;
}

/* ---sdgsのヘッダー終わり--- */

/* ---sdgsのフッター--- */

.footer-sdgs {
	background: #212121;
}

.pagetop-sdgs {
	background: #212121;
	border-radius: 0;
}

.footerNavi_list {
	align-content: space-between;
	height: 270px;
}

.footerNavi_item {
	max-width: 130px;
}

@media screen and (max-width: 760px) {
	.footerNavi_list {
		height: 460px;
	}
}

/* ---sdgsのフッター終わり--- */

/* ---sdgsのメイン--- */

.sdgs-page {
	position: relative;
	padding-bottom: 150px;
	margin-top: 10px;
	margin-left: 100px;
}

/* ---sdgsのメイン終わり --- */

/* ---sdgsの共通--- */

.sdgsContentWidth {
	width: 100%;
	max-width: 1010px;
	margin-right: auto;
	margin-left: calc(50vw - 555px);
}

.sdgsContentRightFull {
	margin-right: auto;
	margin-left: calc(50vw - 555px);
}

.sdgs-page .breadcrumb {
	position: absolute;
	bottom: 15px;
	left: 50%;
	z-index: 998;
	width: 1010px;
	color: #969696;
	transform: translateX(-50%);
}

.sdgs-page .breadcrumb_itemLink {
	color: #969696;
}

.sdgs-page .breadcrumb_itemLink-top {
	color: #6793d2;
}

@font-face {
	font-family: helvetica;
	font-style: normal;
	font-weight: normal;
	src: url("font/helvetica-light.woff") format("woff");
}

@font-face {
	font-family: helvetica;
	font-style: normal;
	font-weight: bold;
	src: url("font/Helvetica.woff") format("woff");
}

/* ---sdgsのコンテント終わり--- */

/* ---sdgsのトップページ--- */

.sdgsTopSiteHeader {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	max-width: 1010px;
	height: 550px;
	margin-right: auto;
	margin-left: calc(50vw - 555px);
}

.sdgsTopSiteHeader_img {
	position: absolute;
	top: 0;
	left: 260px;
	z-index: -1;
	width: calc(1010px - 260px + 50vw - 555px - 40px);
	height: 100%;
	max-width: 783px;
}

.sdgsTopSiteHeader_img::before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: white;
	opacity: 0.3;
	z-index: 1;
}

.sdgsTopSiteHeader_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

.sdgsTopSiteHeader_title {
	color: #212121;
}

.sdgsTopSiteHeader_title::before {
	display: block;
	width: 90px;
	height: auto;
	aspect-ratio: 1;
	margin-bottom: 20px;
	content: "";
	background: url("/cms/wp-content/uploads/sdgs-img-3.webp");
	background-size: contain;
	background-repeat: no-repeat;
}

.sdgsTopSiteHeader_title_en {
	font-family: helvetica;
	font-size: 86px;
	font-weight: bold;
}

.sdgsTopSiteHeader_title_en span {
	display: block;
	font-size: 120px;
}

.sdgsTopSiteHeader_title_en_content {
	display: block;
	font-family: helvetica;
	font-weight: bold;
	line-height: 1.5;
}

.sdgsTopSiteHeader_title_ja {
	position: relative;
	display: block;
	width: fit-content;
	padding: 0 33px;
	margin-top: 30px;
	font-size: 20px;
}
.sdgsTopSlider {
	overflow: hidden;
}

.sdgsTopSlider_img {
	animation-name: slider;
	animation-iteration-count: infinite;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sdgsTopSiteHeader_title_ja::before,
.sdgsTopSiteHeader_title_ja::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 5px;
	content: "";
	background: #212121;
	transform: translateY(-50%);
}

.sdgsTopSiteHeader_title_ja::after {
	right: 0;
	left: auto;
}

/* ---sdgsのトップページのニュース--- */
.sdgsNews_list {
	margin-top: 30px;
	font-weight: bold;
	line-height: 3;
}

.sdgsNews_item a {
	display: flex;
	flex-direction: column;
}

.sdgsNews_date {
	width: 200px;
	letter-spacing: 2.2px;
}
.sdgsTopheader-news_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}

.sdgsTopheader-news_container .postNewsSdgsRelated_link {
	margin: 0;
}
/* ---sdgsのトップページのトピックス--- */

.sdgsTopTopics_list {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.sdgsTopTopics_item {
	background: #95a8c0;
}

.sdgsTopTopics_img {
	position: relative;
	width: auto;
	display: block;
	height: 150px;
	aspect-ratio: 1.5/1;
	contain: paint;
}

.sdgsTopTopics_img::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	background: #b8ffaf;
	opacity: 0.3;
}

.sdgsTopTopics_img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	object-fit: cover;
}

.sdgsTopTopics_title {
	position: relative;
	height: 83px;
	padding-top: 27px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	color: white;
}

.sdgsTopTopics_title::before {
	position: absolute;
	top: 34px;
	left: 15px;
	display: block;
	width: 9px;
	height: 3px;
	content: "";
	background: white;
}

/* ---sdgsのトップページのアクション--- */
.sdgsTopheader_container {
	display: flex;
	gap: 50px;
	align-items: flex-end;
	margin-top: 65px;
}

.sdgsTopheader_ja {
	margin-bottom: 20px;
}

.sdgsTopheader_desc {
	margin-bottom: 1rem;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}

.sdgsTopAction_list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 35px;
	margin-top: 50px;
}

.sdgsTopAction_link {
	position: relative;
	display: block;
	width: 225px;
}

.sdgsTopAction_img {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 45/52;
	contain: paint;
	margin-bottom: -60px;
}

.sdgsTopAction_img::before {
	position: absolute;
	top: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: #b8ffaf;
	opacity: 0.2;
}

.sdgsTopAction_img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.3s;
	object-fit: cover;
}

.sdgsTopAction_title {
	position: absolute;
	top: 0;
	width: max-content;
	max-width: 100%;
	padding: 13px 21px;
	font-weight: bold;
	color: white;
	background: #00306d;
}

.sdgsTopAction_goal {
	position: relative;
	width: 212px;
	height: 230px;
	padding: 20px 10px 20px 30px;
	margin-left: auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	background: white;
	border-left: 6px solid #6793d2;
}

.sdgsTopAction_goal::before {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 20px;
	content: "↑";
	rotate: 45deg;
}

/* ---sdgsのトップページのバナー--- */

.sdgsTopBanner {
	max-width: 700px;
	padding-top: 300px;
	margin: 100px auto;
	margin-top: -200px;
}

.sdgsTopBanner img {
	width: 100%;
}

/* ---sdgsのトップページのクライアント実績紹介--- */
.sdgsTopAchivements {
	counter-reset: number 0;
}

.sdgsTopAchivements .postGroupActions_content figure:first-child {
	display: none;
}

.sdgsTopAchivements_title_en {
	font-family: helvetica;
	font-size: 75px;
	text-align: center;
}

.sdgsTopAchivements_title_ja {
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 2.2px;
}

.sdgsTopAchivements_list {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.sdgsTopAchivements_item {
	counter-increment: number 1;
}

.sdgsTopAchivements_dialog_open {
	display: block;
	contain: paint;
	width: 310px;
}

.sdgsTopAchivements_img {
	position: relative;
	height: 205px;
	transition: 0.3s;
}

.sdgsTopAchivements_img::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: #b8ffaf;
	opacity: 0.2;
}

.sdgsTopAchivements_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sdgsTopAchivements_title {
	position: relative;
	padding-left: 15px;
	margin-top: 20px;
	font-weight: bold;
}

.sdgsTopAchivements_title::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 9px;
	height: 3px;
	content: "";
	background: aliceblue;
	background: black;
	transform: translateY(-50%);
}

.sdgsTopAchivements .postGroupActions_header_corp::before {
	margin-right: 21px;
	font-family: Helvetica;
	content: "Vol. " counter(number, decimal-leading-zero);
}

.sdgsTopAchivements h2.wp-block-heading {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #d1d4d8;
}

.postClientAchivement p {
	margin-bottom: 50px;
	line-height: 2;
}

.sdgsTopAchivements_desc {
	margin-top: 30px;
	font-weight: bold;
	line-height: 1.5;
}

.sdgsTopAchivements .postGroupActions_content {
	padding: 20px 0;
}

.sdgsTopAchivements .postGroupActions_header {
	flex-direction: column;
}

.sdgsTopAchivements .postGroupActions_header_img {
	position: relative;
	width: 100%;
	height: 100%;
}

.sdgsTopAchivements .postGroupActions_header_target {
	margin: 0;
	text-align: center;
}

.sdgsTopAchivements .postGroupActions_header_list {
	flex-direction: row;
	gap: 10px;
	width: 100%;
}

.sdgsTopAchivements .postGroupActions_header_item {
	width: 215px;
	color: white;
	text-align: center;
	background: #00306d;
}

.sdgsTopAchivements .postGroupActions_header_item::before {
	content: none;
}

.sdgsTopAchivements .wp-block-group {
	position: relative;
	gap: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d1d4d8;
}

.sdgsTopAchivements .wp-block-group h2.wp-block-heading {
	padding: 0;
	margin: 0;
	font-size: 28px;
	border: none;
}

.sdgsTopAchivements .wp-block-group .wp-block-paragraph {
	font-size: 28px;
	color: #95a8c0;
}

.sdgsTopAchivements .wp-block-group::before {
	position: absolute;
	left: 0;
	width: 25px;
	height: auto;
	aspect-ratio: 1;
	content: "";
	background-image: url("/cms/wp-content/uploads/check.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.sdgsTopAchivements_dialog {
	width: 1000px;
	padding: 150px 170px;
}

.sdgsTopAchivements_dialog_close {
	position: fixed;
	top: 70px;
	left: 0;
	width: 35px;
	height: auto;
	aspect-ratio: 1;
	transform: translateX(960px);
}

.sdgsTopAchivements_dialog_close::before,
.sdgsTopAchivements_dialog_close::after {
	position: absolute;
	top: 0;
	display: block;
	width: calc(100% * sqrt(2));
	height: 2px;
	content: "";
	background: black;
	transform-origin: left;
	rotate: 45deg;
}

.sdgsTopAchivements_dialog_close::after {
	right: 0;
	transform-origin: right;
	rotate: -45deg;
}

.sdgsTopAchivements .wp-block-group p {
	margin: 0;
	font-size: 28px;
	color: #95a8c0;
}

.sdgsTopAchivements_dialog::backdrop {
	background: #0000009e;
}

/* ---sdgsのトップページのsdgsとは-- */

.sdgsTopWhat {
	position: relative;
	width: 1100px;
	padding: 87px 75px;
	margin: auto;
	margin-top: 80px;
	background: white;
}

.sdgsTopWhat_container {
	display: flex;
	justify-content: space-between;
}

.sdgsTopWhat_title {
	position: absolute;
	top: 0;
	left: 50%;
	align-content: center;
	width: 260px;
	height: 70px;
	font-size: 24px;
	color: white;
	text-align: center;
	background: #212121;
	transform: translate(-50%, -50%);
}

.sdgsTopWhat_title::before {
	position: absolute;
	right: 50%;
	bottom: 0;
	width: 15px;
	height: calc(23px / 2 * tan(60deg));
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	content: "";
	background: #212121;
	transform: translateY(-70%);
	rotate: 205deg;
}

.sdgsTopWhat_img img {
	width: 425px;
	max-width: 100%;
}
.sdgsTopWhat_desc {
	width: 466px;
	line-height: 40px;
	max-width: 100%;
}

/* ---sdgsのトップページ終わり--- */

/* ---sdgsの下層ページ共通--- */

.sdgsSiteHeader {
	display: flex;
	align-items: center;
	height: 290px;
	margin-right: auto;
	margin-bottom: 85px;
	margin-left: calc(50vw - 555px);
}

.sdgsSiteHeader_title {
	flex: none;
	width: 386px;
	padding-top: 50px;
}

.sdgsSiteHeader_title_en {
	font-family: helvetica;
	font-size: 75px;
	text-transform: capitalize;
}

.sdgsSiteHeader_title_ja {
	position: relative;
	display: block;
	padding-left: 15px;
	margin-top: 20px;
	font-weight: bold;
}

.sdgsSiteHeader_title_ja::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 9px;
	height: 3px;
	content: "";
	background: #00306d;
	transform: translateY(-50%);
}

.sdgsSiteHeader_img {
	position: relative;
	flex: auto;
	width: 100%;
	height: 100%;
	max-width: 710px;
}

.sdgsSiteHeader_img::before {
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: white;
	opacity: 0.3;
}

.sdgsSiteHeader_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ---sdgsの下層ページ共通終わり--- */

/* ---sdgsの各社の取り組みーカスタムポストタイプ--- */
.postGroupActions_header_container {
	padding: 45px 0;
	background: white;
}

.postGroupActions_header {
	display: flex;
	gap: 55px;
	align-items: center;
}

.postGroupActions_header_img {
	width: 525px;
	height: 400px;
}

.postGroupActions_header_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.postGroupActions_header_corp {
	position: absolute;
	top: -20px;
	z-index: 1;
	width: fit-content;
	padding: 20px 25px;
	font-size: 18px;
	line-height: 1;
	color: white;
	background: #00306d;
}

.postGroupActions_header_corp_wing {
	padding: 0 6px;
	margin-left: 10px;
	color: #00306d;
	background: white;
}

.postGroupActions .wp-block-image {
	position: relative;
}

.postGroupActions_header_title {
	position: relative;
}

.postGroupActions_header_goal {
	font-size: 25px;
	font-weight: bold;
	line-height: 2;
	text-wrap-mode: nowrap;
	letter-spacing: 1.5px;
}

.postGroupActions_header_target {
	margin-top: 35px;
	font-family: helvetica;
}

.postGroupActions_header_list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: max-content;
	margin-top: 15px;
}

.postGroupActions_header_item {
	position: relative;
	flex: 1;
	padding: 10px 27px;
	line-height: 1;
	color: #212121;
	background: #f8f8f8;
}

.postGroupActions_header_item::before {
	position: relative;
	top: -1px;
	left: -6px;
	font-family: math;
	line-height: 1;
	content: "#";
}

.sdgs-page h2.wp-block-heading {
	padding: 0;
	font-size: 26px;
	line-height: 2;
	color: #263770;
	background: none;
}

.aioseo-faq-block-question {
	position: relative;
	padding-left: 60px;
	margin-top: 70px;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	color: #263770;
	letter-spacing: 1.5px;
}

.aioseo-faq-block-answer {
	position: relative;
	padding-left: 60px;
	margin-top: 40px;
	font-weight: bold;
}

.aioseo-faq-block-answer .wp-block-paragraph {
	font-weight: normal;
}

.wp-block-separator {
	margin: 60px 0;
	color: #d1d4d8;
	border-width: 1px;
}

.postGroupActions_content {
	width: 666px;
	padding: 100px 0;
	margin: auto;
}

.aioseo-faq-block-question::before {
	position: absolute;
	top: -10px;
	left: 0;
	align-content: center;
	width: 53px;
	height: auto;
	aspect-ratio: 1;
	font-family: helvetica;
	font-size: 26px;
	line-height: 1;
	color: #95a8c0;
	text-align: center;
	content: "Q";
	background: white;
	border-radius: 100%;
}

.aioseo-faq-block-answer::before {
	position: absolute;
	top: -10px;
	left: 0;
	align-content: center;
	width: 53px;
	height: auto;
	aspect-ratio: 1;
	font-family: helvetica;
	font-size: 26px;
	line-height: 1;
	color: #95a8c0;
	text-align: center;
	content: "A";
	background: white;
	border-radius: 100%;
}

.post_nav {
	display: flex;
	justify-content: space-between;
	width: 614px;
	margin: auto;
}

.post_nav a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 75px;
	padding: 0 50px;
	font-weight: bold;
	background: white;
}

.post_nav a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	box-sizing: border-box;
	width: 11px;
	height: auto;
	aspect-ratio: 1;
	content: "";
	border: 2px solid currentcolor;
	border-bottom: 0;
	border-left: 0;
	transform: rotate(45deg);
	transform-origin: top right;
}

.post_nav a::after {
	position: relative;
	position: absolute;
	right: 18px;
	display: inline-block;
	width: 19px;
	height: 3px;
	line-height: 1;
	color: #00306d;
	vertical-align: middle;
	content: "";
	background: #00306d;
}

.post_nav_prev a::before {
	left: 0;
	rotate: 180deg;
}

.post_nav_prev a::after {
	left: 14px;
}

/* ---sdgsの各社の取り組みーカスタムポストタイプ終わり--- */

/* ---sdgsのトップコメント--- */

.sdgsTopComment_img {
	width: 100%;
	position: relative;
	height: fit-content;
	display: block;
	margin-top: -50px;
}
.sdgsTopComment_img::before {
	background-color: #b8ffaf;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	z-index: 1;
	position: absolute;
	opacity: 0.1;
}
.sdgsTopComment_img img {
	width: 100%;
}

.sdgsTopComment_comment {
	margin-bottom: 70px;
	font-size: 26px;
	margin-top: 50px;
	font-weight: bold;
	line-height: 2;
}

.sdgsTopComment_text {
	margin-top: 45px;
	line-height: 2;
	color: #222;
}

.sdgsTopComment_text:not(:first-child) {
	opacity: 0;
	transition: 0.3s ease-in;
	transform: translate(0, 10px);
}

.sdgsTopComment_text.is-active {
	opacity: 1;
	transition: 1s;
	transform: none;
}

.sdgsTopComment_job {
	margin-top: 70px;
	font-size: 14px;
	letter-spacing: 1.2px;
}

.sdgsTopComment_name {
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.2px;
}

/* ---sdgsのトップコメント終わり--- */

/* ---sdgsのSDGｓの取り組み-- */

.sdgsGroupActions_intro {
	line-height: 1.7;
}

.sdgsGroupActions_list {
	display: flex;
	flex-direction: column;
	gap: 100px;
	margin-top: 60px;
}

.sdgsGroupActions_sdgsIcon_list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 30px;
}

.sdgsGroupActions_sdgsIcon_item {
	width: 70px;
	height: auto;
	aspect-ratio: 1;
}

.sdgsGroupActions_sdgsIcon_item img {
	width: 100%;
}

.sdgsGroupActions_goals_list {
	margin-top: 30px;
	border-top: 1px solid #212121;
}

.sdgsGroupActions_goals_item {
	padding: 30px 25px;
	border-bottom: 1px solid #212121;
}

.sdgsGroupActions_goals_item:not(:first-child) {
	opacity: 0;
	transition: 0.3s ease-in;
	transform: translate(0, 10px);
}

.sdgsGroupActions_goals_item.is-active {
	opacity: 1;
	transition: 1s;
	transform: none;
}

.sdgsGroupActions_corp {
	position: relative;
	align-content: center;
	height: 76px;
	padding-left: 60px;
	font-size: 22px;
	color: white;
	letter-spacing: 1.2px;
	background: #95a8c0;
	display: flex;
	align-items: center;
}

.sdgsGroupActions_corp::before {
	position: absolute;
	top: 50%;
	left: 40px;
	width: 10px;
	height: 3px;
	content: "";
	background: white;
	transform: translateY(-50%);
}

.sdgsGroupActions_goals_title {
	position: relative;
	font-size: 20px;
}

.sdgsGroupActions_goals_title::before {
	position: absolute;
	top: 50%;
	left: -25px;
	width: 15px;
	height: 6px;
	content: "";
	background: #95a8c0;
	transform: translateY(-50%);
}

.sdgsGroupActions_goals_content {
	margin-top: 30px;
	line-height: 2;
}

/* ---sdgsのカーボンニュートラル対策ビジネス--- */
.sdgsCarbonNeutralBusiness_catch {
	font-size: 30px;
	letter-spacing: 1.2px;
}

.sdgsCarbonNeutralBusiness_catch span {
	padding: 0 15px;
	margin: 0 7px;
	color: white;
	background: #95a8c0;
}

.sdgsCarbonNeutralBusiness_intro {
	margin-top: 50px;
	line-height: 1.8;
}

.sdgsCarbonNeutralBusiness_intro small {
	display: block;
	font-size: 12px;
	color: #969696;
}

.sdgsCarbonNeutralBusiness_list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 100px;
	counter-reset: count1 0;
}

.sdgsCarbonNeutralBusiness_item {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 25px;
	background: white;
}

.scroll {
	opacity: 0;
	transition: 0.3s ease-in;
	transform: translate(0, 10px);
}

.scroll.is-active {
	opacity: 1;
	transition: 1s;
	transform: none;
}

.sdgsCarbonNeutralBusiness_item:not(:first-child) {
	opacity: 0;
	transition: 0.3s ease-in;
	transform: translate(0, 10px);
}

.sdgsCarbonNeutralBusiness_item.is-active {
	opacity: 1;
	transition: 1s;
	transform: none;
}

.sdgsCarbonNeutralBusiness_content {
	position: relative;
	width: 470px;
	padding: 20px 0 0 25px;
}

.sdgsCarbonNeutralBusiness_img {
	flex: none;
	width: 384px;
}

.sdgsCarbonNeutralBusiness_img img {
	width: 100%;
	height: 100%;
	background-size: cover;
}

.sdgsCarbonNeutralBusiness_header {
	position: relative;
	display: flex;
	gap: 30px;
	align-items: center;
	margin-bottom: 40px;
	color: #00306d;
}

.sdgsCarbonNeutralBusiness_title {
	font-size: 26px;
}

.sdgsCarbonNeutralBusiness_subtitle {
	margin-top: 10px;
	font-weight: bold;
}

.sdgsCarbonNeutralBusiness_header::before {
	margin-bottom: -18px;
	font-family: helvetica;
	font-size: 97px;
	line-height: 1;
	color: #95a8c0;
	content: counter(count1, decimal-leading-zero);
	counter-increment: count1 1;
}

.sdgsCarbonNeutralBusiness_header_line {
	line-height: 1;
}

.sdgsCarbonNeutralBusiness_text {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.7;
	color: #212121;
}

.sdgsCarbonNeutralBusiness_tags_list {
	display: flex;
	gap: 5px;
	margin-top: 30px;
}

.sdgsCarbonNeutralBusiness_tags_item {
	padding: 7px 13px;
	font-size: 14px;
	color: white;
	background: #00306d;
}

.sdgsCarbonNeutralBusiness_item::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 180px;
	height: auto;
	aspect-ratio: 1;
	content: "";
	background: linear-gradient(135deg, #95a8c0 50%, transparent 0);
	opacity: 0.17;
}

.sdgsCarbonNeutralBusiness_desc_title {
	margin-top: 30px;
	font-size: 26px;
	color: #263770;
}

.sdgsContact {
	padding: 55px 0;
	margin-bottom: -150px;
	color: white;
	background: #00306d;
}

.sdgsContact_header {
	display: flex;
	gap: 30px;
	align-items: center;
}

.sdgsContact_title {
	font-family: helvetica;
	font-size: 55px;
}

.sdgsContact_form {
	display: flex;
	gap: 36px;
	justify-content: space-between;
	margin-top: 30px;
}

.sdgsContact_btn {
	flex: auto;
}

.sdgsContact_btn a {
	position: relative;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	height: 90px;
	font-family: helvetica;
	font-size: 35px;
	border: 2px solid;
	border-radius: 100px;
}

.sdgsContact_btn a::before {
	width: 31px;
	height: auto;
	aspect-ratio: 1;
	content: "";
	background: url("/cms/wp-content/uploads/sdgs-tel.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: translateY(1px);
}

.sdgsContact_mail a::before {
	background-image: url("/cms/wp-content/uploads/sdgs-mail.png");
}

.sdgsContact_btn a::after {
	position: absolute;
	top: 50%;
	right: 30px;
	font-family: monospace;
	font-weight: bold;
	content: ">";
	transform: translateY(-50%);
	scale: 0.6 0.8;
}

/* ---sdgsのカーボンニュートラル対策--- */

.sdgsCarbonNeutralProject_table {
	min-width: 100%;
	line-height: 1.5;
	text-align: center;
	background: white;
	border-color: #dedede;
}

.sdgsCarbonNeutralProject_table th {
	align-content: center;
	padding: 10px 15px;
	font-weight: normal;
	color: white;
	text-align: center;
	white-space: pre-wrap;
	background: #95a8c0;
	text-wrap-mode: nowrap;
}

.sdgsCarbonNeutralProject_table td {
	align-content: center;
	min-width: 111px;
}

.sdgsCarbonNeutralProject_table td:nth-child(2),
.sdgsCarbonNeutralProject_table td:nth-child(4) {
	background: #f8f8f8;
}

.sdgsCarbonNeutralProject_measures .sdgsCarbonNeutralProject_table_container {
	width: 100%;
	padding-right: 150px;
	margin-top: 50px;
	margin-bottom: 100px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.sticky {
	position: sticky;
	top: 0;
	left: 0;
}

.sdgsCarbonNeutralProject_progression th {
	width: 25%;
}

.sdgsCarbonNeutralProject_progression td {
	background: white;
}

.sdgsHeading_title_en {
	position: relative;
	padding-top: 6px;
	padding-left: 25px;
	font-family: helvetica;
	font-size: 24px;
	line-height: 1;
}

.sdgsHeading_title_en::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 6px;
	content: "";
	background: #6793d2;
	transform: translateY(-50%);
}

h2.sdgsHeading_title_ja {
	font-size: 50px;
	line-height: 2;
}

h3.sdgsHeading_title_ja {
	font-size: 30px;
	line-height: 2;
}

.sdgsCarbonNeutralProject_intro {
	margin-top: 50px;
	margin-bottom: 50px;
	line-height: 2;
}

/* hover */
.sdgsTopTopics_link:hover p {
	color: red;
}

.sdgsTopTopics_link:hover .sdgsTopTopics_title {
	color: #00306d;
}

.sdgsTopTopics_link:hover .sdgsTopTopics_title::before {
	background: #00306d;
}

.sdgsTopTopics_link:hover .sdgsTopTopics_img::after {
	background: transparent;
}

.sdgsTopTopics_item a:hover {
	filter: none;
	opacity: 1;
}

.sdgsTopAction_item a:hover {
	filter: none;
	opacity: 1;
}

.sdgsTopTopics_item a:hover .sdgsTopTopics_img img {
	scale: 1.1;
}

.sdgsTopAction_item a:hover .sdgsTopAction_img img {
	scale: 1.1;
}

.sdgsTopAction_item a:hover .sdgsTopAction_img::before {
	opacity: 0;
}

.sdgsTopAchivements_dialog_open:hover .sdgsTopAchivements_img::before {
	opacity: 0;
}

.sdgsTopAchivements_dialog_open:hover .sdgsTopAchivements_img {
	scale: 1.1;
}

.page_carbon-neutral-business .sdgs-page .breadcrumb {
	color: white;
}

.page_carbon-neutral-business .sdgs-page .breadcrumb_itemLink {
	color: white;
}

.page_carbon-neutral-business .sdgs-page .breadcrumb_itemLink-top {
	color: #6793d2;
}
/**------------------sdgs news-----------------*/
.postNewsSdgs {
	margin-bottom: -150px;
}
.sadgsnews_title {
	padding-right: 26px;
}
@media screen and (min-width: 768px) {
	.postNewsSdgs .sdgsContentWidth {
		width: 100%;
		max-width: 800px;
		margin-right: auto;
		margin-left: calc(50vw - 400px);
	}
}

.postNewsSdgs_header {
	min-height: 148px;
	background: white;
	padding: 50px;
	border-top: 2px solid #00306d;
	margin-bottom: 30px;
}

.postNewsSdgs_header_title {
	font-size: 26px;
	margin-top: 20px;
}

.postNewsSdgs_header time {
	font-weight: bold;
}

.postNewsSdgs_content pre {
	line-height: 2.1;
	font-family: "Noto Sans JP";
}

.postNewsSdgsRelated {
	background: white;
	padding: 50px 0;
	margin-top: 150px;
	padding-bottom: 150px;
}

.postNewsSdgsRelated_title {
	display: flex;
	padding-left: 30px;
	position: relative;
	gap: 15px;
	font-weight: normal;
	align-items: center;
	margin-bottom: 30px;
}

.postNewsSdgsRelated_title::before {
	content: "";
	width: 15px;
	height: 6px;
	background: #6793d2;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}

.postNewsSdgsRelated_title_en {
	font-size: 24px;
	font-family: helvetica;
}
.postNewsSdgsRelated_link {
	margin-top: 70px;
	justify-items: center;
}
.postNewsSdgsRelated_list {
	margin-top: 30px;
}

.postNewsSdgsRelated_linkBtn {
	width: 300px;
	display: block;
	height: 75px;
	background: #00306d;
	color: white;
	align-content: center;
	text-align: center;
	position: relative;
}

.postNewsSdgsRelated_linkBtn::before {
	content: "";
	display: block;
	width: 10px;
	height: auto;
	aspect-ratio: 1;
	border-bottom: 2px solid;
	border-right: 2px solid;
	right: 20px;
	position: absolute;
	rotate: -45deg;
	top: 50%;
	transform: translateY(-50%);
}

.postNewsSdgsRelated_linkBtn::after {
	content: "";
	width: 15px;
	height: 2px;
	display: block;
	position: absolute;
	right: 24px;
	background: white;
	top: 52%;
	transform: translateY(-50%);
}
.sadgsnews_link {
	display: flex;
	gap: 25px;
	padding: 20px 0;
	border-top: 1px solid #d1d4d8;
	position: relative;
	font-weight: bold;
}
.sadgsnews_list {
	border-bottom: 1px solid #d1d4d8;
}
.sadgsnews_date {
	text-wrap-mode: nowrap;
}
.pagenation.sdgsnews_pagenation {
	font-family: helvetica;
}

.sdgsnews_pagenation .svgIcon-arrow-right svg {
	border: none;
}
.sadgsnews_link::after {
	content: "";
	width: 10px;
	height: auto;
	aspect-ratio: 1;
	display: block;
	position: absolute;
	border-right: 2px solid;
	border-bottom: 2px solid;
	right: 8px;
	border-color: #00306d;
	transform: translateY(-50%) rotate(-45deg);
	top: 50%;
}
.sadgsnews_link::before {
	content: "";
	width: 15px;
	height: 2px;
	background: #00306d;
	right: 7px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
section.recruit_crosstalk {
	margin-bottom: 150px;
}
.recruit_bg-typeC {
	padding-top: 0;
	padding-bottom: 150px;
}
/* -----------------------------------
  pc
----------------------------------- */

/* -----------------------------------
	tablet
----------------------------------- */
@media screen and (max-width: 1279px) {
	/* この上に記述 */
}

/* -----------------------------------
  sp
----------------------------------- */
@media screen and (max-width: 767px) {
	.sdgsLayout .header {
		position: fixed;
		top: 0;
		display: flex;
		justify-content: flex-end;
		width: 99vw;
		height: 16vw;
		padding: 0 4vw;
		background-color: unset;
	}

	.sdgs_header_title.is-sdgs {
		margin: 0;
		position: fixed;
		left: 5vw;
		padding: 0;
		top: 0;
		height: 16vw;
		display: flex;
		z-index: 100;
		align-items: center;
	}

	.sdgs_header__link {
		width: 30vw;
	}

	.sdgsContentWidth {
		max-width: 92vw;
		margin: unset;
		margin: auto;
	}

	.sdgs-page {
		padding-bottom: 10vw;
		margin: auto;
		margin-top: 16vw;
	}

	.sdgsTopSiteHeader {
		height: auto;
		margin: auto;
	}

	.sdgsLayout .hamburger {
		display: none;
	}

	.sdgsHamburgerMenu {
		position: unset;
		top: 10px;
		right: 30px;
		left: auto;
	}

	.sdgsLayout_logo {
		position: unset;
		width: auto;
	}

	.sdgsLayout_logo .sdgsLayout_logo_img {
		width: 30vw;
		height: auto;
	}

	.sdgsHamburger_btn .sdgsHamburger_icon {
		width: 8vw;
		height: 2px;
		background-color: black;
	}

	.sdgsHamburger_btn .sdgsHamburger_icon::before,
	.sdgsHamburger_btn .sdgsHamburger_icon::after {
		height: 2px;
		background-color: black;
	}

	.sdgsHamburger_btn {
		width: auto;
		height: 7vw;
	}

	.sdgsHamburger_btn .sdgsHamburger_icon::before {
		top: -2vw;
	}

	.sdgsHamburger_btn .sdgsHamburger_icon::after {
		top: 2vw;
	}

	.sdgsHamburger_nav_container {
		left: 0;
		width: 100%;
		padding: 50px 4vw;
	}

	.is-open .sdgsLayout_logo_img {
		width: 29vw;
	}

	.sdgsHamburger_nav_container.is-open > a {
		position: fixed;
		top: 16px;
	}

	.header:has(.is-open) .sdgsHamburger_btn {
		width: 30px;
		height: 30px;
	}

	.sdgsHamburger_title-en {
		font-size: 5.4vw;
	}

	.sdgsHamburger_item a::before {
		top: 2.6vw;
		width: 2vw;
		height: 2px;
	}

	.sdgsHamburger_item a {
		padding-left: 3vw;
	}

	.sdgsHamburger_title-ja {
		top: -0.5vw;
		margin-left: 1.6vw;
		font-size: 2.2vw;
	}

	.sdgsHamburger_subMenu {
		gap: 5vw 0;
		margin-top: 4.5vw;
		font-size: 3vw;
	}

	.sdgsHamburger_sub_item a::before {
		top: 1.2vw;
	}

	.sdgsTopSiteHeader_title::before {
		width: 13vw;
	}

	.sdgsTopSiteHeader_title_en {
		font-size: 12vw;
	}

	.sdgsTopSiteHeader_title {
		height: auto;
		aspect-ratio: 5/8;
		padding-top: 11vw;
		padding-left: 4vw;
	}

	.sdgsTopSiteHeader_title_en span {
		font-size: 15vw;
	}

	.sdgsTopSiteHeader_title_en_content {
		font-size: 3vw;
	}

	.sdgsTopSiteHeader_title_ja {
		padding: 0 5vw;
		margin-top: 4vw;
		font-size: 3vw;
	}

	.sdgsTopSiteHeader_title_ja::before,
	.sdgsTopSiteHeader_title_ja::after {
		width: 3vw;
		height: 2px;
	}

	.sdgsTopSiteHeader_img {
		left: 8vw;
		width: calc(100% - 8vw);
		height: 100%;
	}

	.sdgsTopSiteHeader_img img {
		width: 100%;
		height: 100%;
	}
	.sdgsTopSiteHeader_title {
		aspect-ratio: auto;
		/* background: #ff000024; */
	}

	.sdgsTopSiteHeader_img {
		left: auto;
		position: relative;
		margin: auto;
		height: auto;
		aspect-ratio: 2/1.4;
	}

	.sdgsTopSiteHeader {
		gap: 10vw;
	}
	.whiteBg {
		padding: 7vw 0;
		margin-top: 12vw;
	}

	.sdgsTopheader {
		font-size: 11vw;
	}

	.sdgsNews_list {
		margin-top: 2vw;
		margin-bottom: 13vw;
	}

	.sdgsNews_date {
		width: 100%;
		letter-spacing: 0;
	}

	.sdgsNews_item {
		font-size: 3vw;
		line-height: 1.7;
	}

	.sdgsNews_title {
		letter-spacing: 2px;
	}

	.topicsBg {
		padding: 14vw 0 18vw;
		background-repeat: repeat;
		background-size: 180%;
	}

	.sdgsTopTopics_list {
		display: flex;
		flex-direction: column;
		gap: 15px 0;
	}

	.sdgsTopTopics_img {
		width: 100%;
		height: auto;
		aspect-ratio: auto;
		aspect-ratio: 3/2;
	}

	.sdgsTopTopics_title {
		height: 20vw;
		padding-top: 7vw;
		padding-left: 13vw;
		font-size: 3.7vw;
	}

	.sdgsTopTopics_title::before {
		top: 50%;
		left: 5vw;
		width: 4vw;
		height: 1.5vw;
		transform: translateY(-50%);
	}

	.sdgsTopTopics_title br {
		display: none;
	}

	.sdgsTopheader_container {
		display: flex;
		flex-direction: column;
		gap: 1vw;
		align-items: flex-start;
	}

	.sdgsTopheader_desc {
		font-size: 4vw;
		font-weight: normal;
		line-height: 1.7;
	}

	.sdgsTopAction_list {
		gap: 5vw 2%;
		margin-top: 4vw;
	}

	li.sdgsTopAction_item {
		width: 49%;
	}

	.sdgsTopAction_link {
		width: 100%;
		height: 100%;
	}

	.sdgsTopAction_goal {
		width: 90%;
		height: calc(100% - 38vw);
		padding: 5vw 6vw 9vw 3vw;
		font-size: 3.1vw;
	}

	.sdgsTopAction_img {
		margin-bottom: -14vw;
	}

	.sdgsTopAction_title {
		padding: 2vw 3.4vw;
		font-size: 3.3vw;
	}

	.postGroupActions_header_corp_wing {
		margin-left: 1vw;
		line-height: 1;
	}

	.sdgsTopAchivements_title_en {
		font-size: 11vw;
	}

	.sdgsTopAchivements_title_ja {
		margin-top: 1vw;
		font-size: 3vw;
	}

	.sdgsTopAchivements_list {
		display: flex;
		flex-direction: column;
		gap: 10vw;
		margin-top: 10vw;
	}

	.sdgsTopAchivements_dialog_open {
		width: 100%;
	}

	.sdgsTopAchivements_img {
		height: 64vw;
	}

	.sdgsTopAchivements_title {
		margin-top: 5vw;
		font-size: 4.5vw;
	}

	.sdgsTopWhat_container {
		display: flex;
		flex-direction: column;
	}

	.sdgsTopWhat {
		width: 100%;
		padding: 14vw 4vw 4vw;
		margin-top: 20vw;
		background: none;
	}
	/*
    .sdgsTopWhat_title {
        width: 52vw;
        height: 13vw;
        font-size: 6vw;
    }

    .sdgsTopWhat_desc {
        width: 100%;
        font-size: 3.5vw;
        line-height: 1.7;
    }

    .sdgsTopWhat_img img {
        width: 100%;
        margin-top: 5vw;
    }
*/

	.footerLayout {
		gap: 11vw;
	}

	.sdgsTopAchivements_dialog {
		width: 100%;
		padding: 4vw;
	}

	.sdgsTopAchivements .postGroupActions_header_item {
		width: 26vw;
		padding: 2vw 1vw;
		font-size: 2.6vw;
	}

	.postGroupActions_header {
		gap: 5vw;
	}

	.sdgsTopAchivements .postGroupActions_header_list {
		gap: 1vw;
	}

	.postGroupActions_content {
		width: 100%;
	}

	.sdgsTopAchivements .wp-block-group h2.wp-block-heading {
		font-size: 5vw;
	}

	.sdgsTopAchivements .wp-block-group p {
		font-size: 5vw;
	}

	.sdgsTopAchivements .wp-block-group {
		padding-bottom: 2vw;
		margin-bottom: 3vw;
	}

	.sdgsTopAchivements_dialog_close {
		top: 7vw;
		right: 7vw;
		left: auto;
		z-index: 2;
		width: 5vw;
		transform: translateX(0);
	}

	.postGroupActions_header_container {
		padding: 12vw 0 5vw;
	}

	.sdgsSiteHeader {
		height: auto;
		padding: 4vw;
		margin: auto;
	}

	.sdgs-page .breadcrumb {
		display: none;
	}

	.sdgsHamburger_sub_item {
		width: 50%;
	}

	.sdgsTopComment {
		display: flex;
		flex-direction: column;
	}

	.sdgsTopComment_img {
		width: 100%;
		margin-top: 0;
	}

	.sdgsTopComment_text {
		margin-top: 3vw;
	}

	.sdgsTopComment_comment {
		margin-bottom: 0;
		font-size: 4.5vw;
	}

	h2.sdgsHeading_title_ja {
		font-size: 5.5vw;
	}

	h3.sdgsHeading_title_ja {
		font-size: 5vw;
		line-height: 1.3;
	}

	.sdgsHeading_title_en {
		font-size: 4vw;
	}

	.sdgsCarbonNeutralProject_table td {
		min-width: 50px;
	}

	.sdgsCarbonNeutralProject_measures .sdgsCarbonNeutralProject_table_container {
		margin-top: 5vw;
		margin-bottom: 10vw;
	}

	.sdgsCarbonNeutralProject_measures {
		margin-top: 5vw;
	}

	.sdgsContentRightFull {
		padding: 0 4vw;
		margin-left: auto;
	}

	.sdgsCarbonNeutralProject_intro {
		margin: 5vw auto;
	}

	.sdgsCarbonNeutralBusiness_intro {
		margin-top: 5vw;
	}

	.sdgsCarbonNeutralBusiness_catch {
		font-size: 5vw;
		line-height: 2;
	}

	.sdgsCarbonNeutralBusiness_list {
		gap: 5vw;
		margin-top: 10vw;
	}

	.sdgsCarbonNeutralBusiness_item {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.sdgsCarbonNeutralBusiness_content {
		width: 100%;
		padding: 0;
	}

	.sdgsCarbonNeutralBusiness_tags_list {
		flex-wrap: wrap;
	}

	.sdgsCarbonNeutralBusiness_img {
		width: 100%;
	}

	.sdgsCarbonNeutralBusiness_header::before {
		margin-bottom: 0;
		font-size: 13vw;
	}

	.sdgsCarbonNeutralBusiness_header {
		gap: 2vw;
		margin-bottom: 5vw;
	}

	.sdgsCarbonNeutralBusiness_title {
		font-size: 5vw;
	}

	.sdgsCarbonNeutralBusiness_desc_title {
		margin-top: 5vw;
		font-size: 5vw;
	}

	.sdgsContact_form {
		display: flex;
		flex-direction: column;
	}

	.sdgsContact_btn a {
		font-size: 6vw;
	}

	.sdgsSiteHeader_title {
		width: 100%;
	}

	.postGroupActions_header_img {
		width: 100%;
	}

	header.postGroupActions_header.sdgsContentWidth {
		flex-direction: column;
	}

	.postGroupActions_header_goal {
		font-size: 4vw;
		line-height: 1.5;
		text-wrap: auto;
	}

	.postGroupActions_content {
		padding: 5vw 0;
	}

	.aioseo-faq-block-question {
		padding-left: 10vw;
		margin-top: 5vw;
		font-size: 3.3vw;
		line-height: 1.7;
	}

	.aioseo-faq-block-question::before {
		top: 0;
		width: 9vw;
		font-size: 5vw;
	}

	.aioseo-faq-block-answer::before {
		top: 0;
		width: 9vw;
		font-size: 5vw;
	}

	.aioseo-faq-block-answer {
		padding-left: 6vw;
		margin-top: 5vw;
	}

	.wp-block-separator {
		margin: 5vw 0;
	}

	.post_nav {
		gap: 5vw;
		width: 100%;
		padding: 0 4vw;
	}

	.post_nav a {
		width: 100%;
		height: 60px;
		padding: 0 8vw;
	}

	.post_nav_prev,
	.post_nav_next {
		flex: 1;
	}

	.post_nav a::after {
		width: 3vw;
		height: 2px;
	}

	.post_nav a::before {
		width: 2vw;
	}

	.post_nav_prev a::after {
		left: 2vw;
	}

	.postGroupActions_content h2.wp-block-heading {
		font-size: 3.6vw;
	}

	.sdgsGroupActions_corp {
		height: 60px;
		padding-left: 8vw;
		font-size: 5vw;
	}

	.sdgsGroupActions_corp::before {
		left: 4vw;
	}

	.sdgsGroupActions_list {
		gap: 50px;
		margin-bottom: 5vw;
	}

	.sdgsGroupActions_goals_content {
		margin-top: 3vw;
	}

	.sdgsGroupActions_goals_item {
		padding: 5vw 4vw;
	}

	.sdgsGroupActions_goals_title::before {
		left: -4vw;
		width: 3vw;
		height: 3px;
	}

	.sdgsGroupActions_goals_title {
		font-size: 4vw;
	}

	.sdgsGroupActions_sdgsIcon_list {
		gap: 1vw;
		margin-top: 2vw;
	}

	.sdgsGroupActions_sdgsIcon_item {
		width: 12.2vw;
	}

	.sdgsTopBanner {
		max-width: 80vw;
	}

	.sdgsHamburger_sub_item br.sp-menu {
		display: block;
	}
	.postNewsSdgs_header {
		padding: 5%;
	}
	.postNewsSdgs_header_title {
		font-size: 20px;
		margin-top: 10px;
	}
	.postNewsSdgs_header {
		min-height: 90px;
	}
	.postNewsSdgsRelated {
		background: white;
		padding: 50px 0;
		margin-top: 50px;
		padding-bottom: 30px;
	}
	.postNewsSdgs {
		margin-bottom: -40px;
	}
	.postNewsSdgsRelated_linkBtn {
		width: 250px;
		height: 55px;
		max-width: 52vw;
	}
	.recruitTop_news_link {
		gap: 10px;
		padding-right: 60px;
	}

	.recruitTop_news_img img {
		width: 100px;
		height: auto;
		aspect-ratio: 1.5;
	}
	.recruit_bg-typeC {
		padding-bottom: 20px;
	}
	.siteLayout.siteLayout-single.recruit-single {
		width: 90%;
	}
	h2.recruitNews_title {
		font-size: 1rem;
	}
	header.recruitNews_header {
		background: white;
		min-height: 80px;
		align-content: center;
		padding: 10px 20px;
		position: relative;
	}
	.pagejumper {
		height: 50px;
	}
	div#recruitNews {
		height: 50px;
	}

	.recruitTop_news {
		padding-bottom: 60px;
	}
	.mb-150 {
		margin-bottom: 75px;
	}

	/* この上に記述 */
}
