@charset "UTF-8";
/* ==========================================================================
	root
========================================================================== */
:root {
	--base-pc-width:1680;
	--base-sp-width:375;
	--vwPC: calc(100vw / 1680);
	--vwSP: calc(100vw / 375);
	--easeInQuad:cubic-bezier(.55, .085, .68, .53);
	--easeOutQuad:cubic-bezier(0.23, 1, 0.32, 1);
	--easeOutQuint:cubic-bezier(.25, .46, .45, .94);
	--easeOutSine:cubic-bezier(0.39, 0.575, 0.565, 1);
	--easeOutCubic:cubic-bezier(0.215, 0.61, 0.355, 1);
	--easeInOutQuad:cubic-bezier(0.45, 0, 0.55, 1);
	--easeInOutCubic:cubic-bezier(0.65, 0, 0.35, 1);
	--easePopUp:cubic-bezier(0.17, 0.88, 0.30, 1.28);
	--easeInCirc:cubic-bezier(0.55, 0, 1, 0.45);
	--theme-color:#004161;
	--theme-color02:rgba(0, 65, 97, 0.2);
	--base-text-color:#000;
	--base-bg-color:#EEE5DD;
	--base-bg-color02:#363636;
	--base-bg-color03:rgba(0, 65, 97, 0.15);
	--base-bg-color04:rgba(255, 255, 255, 0.15);
	--base-bg-color05:rgba(0, 0, 0, 0.1);
	--base-bg-color06:#363636;
	--base-bg-color07:rgba(255, 255, 255, 0.5);
	--base-bg-color08:rgba(0, 0, 0, 0.07);
	--base-bg-color09:rgba(255, 255, 255, 0.8);
	--base-bg-color10:rgba(255, 255, 255, 0.75);
	--base-bg-color-end:rgba(0, 65, 97, 0.15);
	--base-border-color:#000;
	--base-border-color02:rgba(0, 0, 0, 0.15);
	--base-border-color03:rgba(255, 255, 255, 0.3);
	--base-border-color04:rgba(255, 255, 255, 0.2);
	--base-border-color05:rgba(0, 0, 0, 0.3);
	--base-border-color06:rgba(0, 0, 0, 0.1);
	--base-border-color07:rgba(255, 255, 255, 0.25);
	--base-color-gray:#666666;
	--base-color-gray02:#E7E7E7;
	--base-color-gray03:#F1EFED;
	--base-color-black:#000;
	--base-color-black02:rgba(0, 0, 0, 0.1);
	--base-color-black03:rgba(0, 0, 0, 0.5);
	--base-color-black04:rgba(0, 0, 0, 0.05);
	--base-color-black05:rgba(0, 0, 0, 0.08);
	--base-color-black06:rgba(0, 0, 0, 0.07);
	--base-color-red:#E51D1D;
	--base-color-red02:#C34545;
	--hanten:scale(-1, -1);
	--hantenX:scale(-1, 1);
	--hantenY:scaleY(-1);
	--transition-scale:transform 0.8s var(--easeOutCubic);
}

@media screen and (min-width: 801px) {
	:root {
		--vwPC: calc(100vw / 1680);
		--fz11: max(1.1rem, 10px);
		--fz12: max(1.2rem, 11px);
		--fz13: max(1.3rem, 12px);
		--fz14: max(1.4rem, 12px);
		--fz15: max(1.5rem, 13px);
		--fz16: max(1.6rem, 14px);
		--fz17: max(1.7rem, 15px);
		--fz18: max(1.8rem, 16px);
		--fz19: max(1.9rem, 17px);
		--fz20: max(2.0rem, 18px);
		--fz21: max(2.1rem, 18px);
		--fz22: max(2.2rem, 18px);
		--fz23: max(2.3rem, 20px);
		--fz24: max(2.4rem, 20px);
		--fz25: max(2.5rem, 21px);
		--fz26: max(2.6rem, 22px);
		--fz27: max(2.7rem, 23px);
		--fz28: max(2.8rem, 24px);
		--fz30: max(3rem, 26px);
		--fz32: max(3.2rem, 28px);
		--fz34: max(3.4rem, 30px);
		--fz36: max(3.6rem, 32px);
		--fz40: max(4rem, 36px);
		--fz42: max(4rem, 38px);
		--fz44: max(4.4rem, 40px);
		--fz46: max(4.6rem, 42px);
		--fz48: max(4.8rem, 44px);
		--fz50: max(5rem, 48px);
		--fz52: max(5.2rem, 48px);
		--fz56: max(5.6rem, 52px);
		--fz64: max(6.4rem, 60px);
		--fz72: max(7.2rem, 68px);
		--fz96: max(9.6rem, 90px);
	}
}
@media screen and (max-width: 800px) {
	:root {
		--vwSP: calc(100vw / 375);
		--fz10: clamp(10px, calc(10 * var(--vwSP)), 12px);
		--fz11: clamp(11px, calc(11 * var(--vwSP)), 13px);
		--fz12: clamp(12px, calc(12 * var(--vwSP)), 14px);
		--fz13: clamp(13px, calc(13 * var(--vwSP)), 14px);
		--fz14: clamp(14px, calc(14 * var(--vwSP)), 16px);
		--fz15: clamp(15px, calc(15 * var(--vwSP)), 17px);
		--fz16: clamp(16px, calc(16 * var(--vwSP)), 18px);
		--fz17: clamp(17px, calc(17 * var(--vwSP)), 19px);
		--fz18: clamp(18px, calc(18 * var(--vwSP)), 20px);
		--fz19: clamp(19px, calc(19 * var(--vwSP)), 21px);
		--fz20: clamp(20px, calc(20 * var(--vwSP)), 22px);
		--fz21: clamp(21px, calc(21 * var(--vwSP)), 23px);
		--fz22: clamp(22px, calc(22 * var(--vwSP)), 24px);
		--fz24: clamp(24px, calc(24 * var(--vwSP)), 26px);
		--fz25: clamp(25px, calc(25 * var(--vwSP)), 27px);
		--fz26: clamp(26px, calc(26 * var(--vwSP)), 28px);
		--fz27: clamp(27px, calc(27 * var(--vwSP)), 29px);
		--fz28: clamp(28px, calc(28 * var(--vwSP)), 30px);
		--fz30: clamp(30px, calc(30 * var(--vwSP)), 32px);
		--fz32: clamp(32px, calc(23 * var(--vwSP)), 35px);
		--fz34: clamp(34px, calc(34 * var(--vwSP)), 37px);
		--fz35: clamp(35px, calc(25 * var(--vwSP)), 39px);
		--fz36: clamp(36px, calc(36 * var(--vwSP)), 40px);
		--fz38: clamp(38px, calc(38 * var(--vwSP)), 42px);
		--fz40: clamp(40px, calc(40 * var(--vwSP)), 44px);
		--fz44: clamp(44px, calc(44 * var(--vwSP)), 48px);
		--fz45: clamp(45px, calc(45 * var(--vwSP)), 49px);
		--fz48: clamp(48px, calc(48 * var(--vwSP)), 52px);
		--fz56: clamp(56px, calc(56 * var(--vwSP)), 60px);
		--fz64: clamp(64px, calc(64 * var(--vwSP)), 68px);
	}
}
/* ==========================================================================
	initiatives_list_area
========================================================================== */
.initiatives_list_area {
	margin-top: 16rem;
}
.initiatives_list_area .n_txt.-xlrge {
	margin-bottom: 16rem;
}

.initiatives_list-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 6rem 0;
	background-color: var(--base-bg-color07);
}
.initiatives_list-link + .initiatives_list-link {
	margin-top: 2rem;
}
.initiatives_list-link .text_area {
	position: relative;
	width: 32.5%;
	min-width: 450px;
	padding: 0 3.5rem 0 4rem;
}
.initiatives_list-link .text_area h2 {
	font-size: var(--fz32);
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 4rem;
}
.initiatives_list-link .text_area a {
	position: absolute;
	left: 4rem;
	bottom: 0;
}
.initiatives_list-link .swiper-container {
	width: calc(67.5% - 2rem);
	max-width: calc(100% - 465px);
	overflow: hidden;
}
.initiatives_list-link .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.initiatives_list-link .swiper-slide {
	width: 480px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.initiatives_list-link .slide-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.initiatives_list_area {
		margin-top: clamp(48px, 21.3333333333vw, 102.4px);
	}
	.initiatives_list_area .n_txt.-xlrge {
		margin-bottom: clamp(48px, 21.3333333333vw, 102.4px);
		text-align: left;
	}
	.initiatives_list-link {
		display: block;
		padding: 3rem 0;
	}
	.initiatives_list-link .text_area {
		width: 88.0597014925%;
		min-width: 10px;
		margin: 0 auto 4rem;
		padding: 0;
	}
	.initiatives_list-link .text_area h2 {
		font-size: var(--fz24);
		line-height: 1.4583333333;
		margin-bottom: 2rem;
	}
	.initiatives_list-link .text_area .n_txt {
		margin-bottom: 4rem;
	}
	.initiatives_list-link .text_area a {
		position: relative;
		left: auto;
		bottom: auto;
	}
	.initiatives_list-link .swiper-container {
		width: 94.0298507463%;
		max-width: 94.0298507463%;
		margin-left: 5.9701492537%;
	}
	.initiatives_list-link .swiper-slide {
		width: 295px;
	}
}
/* ==========================================================================
	d-main_area
========================================================================== */
.d-main_area {
	margin-top: 12rem;
	padding-bottom: 8rem;
}
.d-main_area h2 {
	font-size: var(--fz64);
	line-height: 1.25;
	text-align: center;
	margin-bottom: 8rem;
}
.d-main_area .img_area {
	margin-bottom: 8rem;
}
.d-main_area .n_txt a {
	text-decoration: underline;
}
@media screen and (min-width: 801px) {
	.d-main_area .n_txt a:hover {
		color: var(--theme-color);
	}
}
.d-main_area .column-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 4rem 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;
	margin-top: 8rem;
}
.d-main_area .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 8eem;
}
.d-main_area .column .img_area {
	width: 48.4567901235%;
}
.d-main_area .column .text_area {
	width: 45.0617283951%;
}
.d-main_area .column .text_area .n_txt.-large {
	margin-bottom: 4rem;
}
.d-main_area.-aoume .img_area {
	margin-bottom: 2rem;
}

@media screen and (max-width: 800px) {
	.d-main_area {
		margin-top: clamp(48px, 21.3333333333vw, 102.4px);
		padding-bottom: clamp(24px, 10.6666666667vw, 51.2px);
	}
	.d-main_area.-w1296 {
		width: 100%;
	}
	.d-main_area h2 {
		width: 89.3333333333%;
		font-size: var(--fz30);
		line-height: 1.4333333333;
		margin: 0 auto 4rem;
	}
	.d-main_area .img_area {
		margin-bottom: 4rem;
	}
	.d-main_area .n_txt {
		width: 89.3333333333%;
		margin: 0 auto;
	}
	.d-main_area .column-wrap {
		display: block;
		width: 89.3333333333%;
		margin: 4rem auto 0;
	}
	.d-main_area .column-wrap .box + .box {
		margin-top: 4rem;
	}
	.d-main_area .column-wrap .n_txt {
		width: 100%;
	}
	.d-main_area .column {
		display: block;
		margin-top: 4rem;
	}
	.d-main_area .column .img_area {
		width: 100%;
	}
	.d-main_area .column .text_area {
		width: 89.3333333333%;
		margin: 0 auto;
	}
	.d-main_area .column .text_area .n_txt.-large {
		margin-bottom: 4rem;
	}
	.d-main_area.-aoume .img_area {
		margin-bottom: 2rem;
	}
}
/* ==========================================================================
	event-day
========================================================================== */
.event-day {
	padding-top: 6rem;
	padding-bottom: 8rem;
	text-align: center;
	border-top: 1px solid var(--base-border-color02);
}
.event-day .event-day-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.5rem;
	margin-bottom: 1rem;
}
.event-day .event-day-header p:first-child {
	font-size: var(--fz34);
	line-height: 1.4411764706;
	font-weight: 500;
}
.event-day .event-day-header p:last-child {
	font-size: var(--fz20);
	line-height: 1.45;
	font-weight: 500;
}
.event-day h2 {
	font-size: var(--fz32);
	font-weight: 500;
	margin-bottom: 6rem;
}
.event-day ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2rem 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

@media screen and (max-width: 800px) {
	.event-day {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.event-day .event-day-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 1.5rem;
		margin-bottom: 1rem;
	}
	.event-day .event-day-header p:first-child {
		font-size: var(--fz34);
	}
	.event-day .event-day-header p:last-child {
		font-size: var(--fz18);
		line-height: 1.4444444444;
		-webkit-transform: translateY(3px);
		        transform: translateY(3px);
	}
	.event-day h2 {
		font-size: var(--fz22);
		line-height: 1.4545454545;
		margin-bottom: 4rem;
	}
	.event-day ul {
		gap: 0.5rem;
	}
}
/* ==========================================================================
	tour-day
========================================================================== */
.tour-day {
	padding-top: 6rem;
	padding-bottom: 8rem;
	text-align: center;
	border-top: 1px solid var(--base-border-color02);
}
.tour-day .day_circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background: #fff;
	width: 140px;
	height: 140px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto 2rem;
}
.tour-day .day_circle .s_txt {
	position: relative;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.02em;
	opacity: 0.5;
	margin-bottom: 0.5rem;
}
.tour-day .day_circle .mincho {
	position: relative;
	width: 100%;
	font-size: 22px;
	font-weight: 500;
}
.tour-day .day_circle .mincho span {
	font-size: 44px;
	font-weight: 500;
}
.tour-day .day_circle + ul {
	margin-top: 6rem;
}
.tour-day h2 {
	font-size: var(--fz24);
	line-height: 1.4583333333;
	font-weight: 500;
	text-align: center;
	margin-bottom: 6rem;
}
.tour-day ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
}
.tour-day ul .img + .n_txt {
	margin-top: 2rem;
}
.tour-day ul li {
	text-align: left;
}
.tour-day ul .n_txt {
	line-height: 1.5;
	letter-spacing: -0.03em;
}

@media screen and (max-width: 800px) {
	.tour-day {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.tour-day h2 {
		font-size: var(--fz20);
		line-height: 1.45;
		margin-bottom: 4rem;
	}
	.tour-day ul {
		display: block;
	}
	.tour-day ul .img + .n_txt {
		margin-top: 1rem;
	}
	.tour-day ul li {
		text-align: left;
	}
	.tour-day ul li + li {
		margin-top: 4rem;
	}
	.tour-day ul .n_txt {
		line-height: 1.5;
		letter-spacing: -0.03em;
	}
}
/* ==========================================================================
	work-info
========================================================================== */
.work-info {
	border-top: 1px solid var(--base-border-color);
	border-bottom: 1px solid var(--base-border-color);
	padding: 6rem 1rem;
}
.work-info_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 1000px;
	margin: 0 auto;
}
.work-info_label {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 170px;
	        flex: 0 0 170px;
	font-size: var(--fz26);
	line-height: 1.4615384615;
	font-weight: 500;
	margin-right: 6rem;
}
.work-info_label:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: -18px;
	width: 1px;
	height: 80px;
	background: var(--base-border-color);
}
.work-info_content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.work-info_content p {
	display: inline-block;
	font-size: var(--fz20);
	line-height: 1.8;
}
.work-info_content p:not(:last-child) {
	margin-right: 2rem;
}
.work-info_content p span {
	font-size: var(--fz36);
	line-height: 1;
}

@media screen and (max-width: 800px) {
	.work-info {
		padding: 4rem 1rem;
	}
	.work-info_inner {
		display: block;
		text-align: center;
	}
	.work-info_label {
		position: relative;
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		text-align: center;
		font-size: var(--fz20);
		line-height: 1.45;
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
	.work-info_label:after {
		display: none;
	}
	.work-info_content {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
	.work-info_content p {
		display: block;
		text-align: center;
		font-size: var(--fz16);
		line-height: 1.875;
	}
	.work-info_content p:not(:last-child) {
		margin-right: 0;
	}
	.work-info_content p span {
		font-size: var(--fz24);
		line-height: 1.25;
	}
}
/* ==========================================================================
	voice
========================================================================== */
.voice {
	margin-top: 8rem;
	margin-bottom: 8rem;
}
.voice h2 {
	font-size: var(--fz32);
	line-height: 1.4375;
	text-align: center;
	margin-bottom: 7.2rem;
}
.voice ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 4.2rem 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: 4.2rem;
}
.voice ul li {
	background: #fff;
	padding: 2.6rem 3.5rem 3rem;
}

@media screen and (max-width: 800px) {
	.voice {
		margin-top: clamp(24px, 10.6666666667vw, 51.2px);
		margin-bottom: clamp(24px, 10.6666666667vw, 51.2px);
	}
	.voice h2 {
		font-size: var(--fz20);
		line-height: 1.45;
		margin-bottom: 3.97rem;
	}
	.voice ul {
		display: block;
	}
	.voice ul li {
		padding: 4.2rem 4rem;
	}
	.voice ul li + li {
		margin-top: 2rem;
	}
}
/* ==========================================================================
	area
========================================================================== */
.area {
	margin-top: 16rem;
	margin-bottom: 0;
}

/* ==========================================================================
	company_slide
========================================================================== */
.company_slide {
	width: calc(100% - 3.5714vw);
	margin-left: 3.5714vw;
	margin-top: 8rem;
	overflow: hidden;
	/* スクロールバー */
}
.company_slide .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.company_slide .swiper-slide {
	width: 1165px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.company_slide .slide-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.company_slide .swiper-scrollbar {
	height: 2px;
	background: #ddd;
	margin-top: 20px;
	position: relative;
	left: 0;
}
.company_slide .swiper-scrollbar-drag {
	background: #000;
	height: 100%;
}

/* ==========================================================================
	info_wrap
========================================================================== */
.info_wrap {
	position: relative;
	margin-top: 20rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.info_wrap .side_area {
	position: sticky;
	top: 30px;
	width: 23.9102564103%;
	min-width: 280px;
}
.info_wrap .side_area ol {
	border-top: 1px solid var(--base-border-color02);
}
.info_wrap .side_area ol li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 2.1rem 0 2.1rem 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	counter-increment: list-counter;
	border-bottom: 1px solid var(--base-border-color02);
}
.info_wrap .side_area ol li a:before {
	position: relative;
	content: "(" counter(list-counter, decimal-leading-zero) ")";
	width: 40px;
	font-family: "Spectral", serif;
	font-size: var(--fz12);
	font-weight: 500;
	letter-spacing: 0.02em;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}
.info_wrap .side_area ol li a p {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: var(--fz18);
	line-height: 1.5;
	font-weight: 500;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 5;
}
.info_wrap .side_area ol li a .icon {
	position: relative;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 16px;
	height: 11px;
	-webkit-transform: var(--hanten);
	        transform: var(--hanten);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	z-index: 5;
}
.info_wrap .side_area ol li a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: var(--base-bg-color05);
	z-index: 0;
	-webkit-transition: width 0.4s ease;
	transition: width 0.4s ease;
}
@media screen and (min-width: 801px) {
	.info_wrap .side_area ol li a:hover:after {
		width: 100%;
	}
	.info_wrap .side_area ol li a:hover .icon {
		-webkit-transform: translateX(3px) scale(-1, -1);
		        transform: translateX(3px) scale(-1, -1);
	}
}
.info_wrap .info_area {
	position: relative;
	width: 66.2820512821%;
	max-width: calc(100% - 300px);
}
.info_wrap .info_box {
	background: #fff;
	padding: 7rem 8rem 10rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid var(--base-border-color02);
}
.info_wrap .info_box + .info_box {
	margin-top: 4rem;
}
.info_wrap .info_box h2 {
	letter-spacing: -0.03em;
	margin-bottom: 3.5rem;
	font-weight: 500;
}
.info_wrap .info_box h2 + dl {
	margin-top: 6rem;
	border-top: 1px solid var(--base-border-color02);
}
.info_wrap .info_box .read_txt {
	font-size: var(--fz20);
	line-height: 1.45;
	letter-spacing: 0;
	margin-bottom: 1.8rem;
	font-weight: 500;
}
.info_wrap .info_box .read_txt + dl {
	margin-top: 6rem;
	border-top: 1px solid var(--base-border-color02);
}
.info_wrap .info_box .bg_area {
	background: var(--theme-color);
	color: #fff;
	padding: 2rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_wrap .info_box .bg_area p {
	font-size: var(--fz16);
	line-height: 1.4375;
	font-weight: 500;
}
.info_wrap .info_box .bg_area + dl {
	margin-top: 6rem;
	border-top: 1px solid var(--base-border-color02);
}
.info_wrap .info_box dl {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid var(--base-border-color02);
	padding: 2rem 0;
}
.info_wrap .info_box dl:last-child {
	border-bottom: 1px solid var(--base-border-color02);
}
.info_wrap .info_box dl dt {
	width: 164px;
	font-size: 1.6rem;
	line-height: 1.4375;
	font-weight: 700;
}
.info_wrap .info_box dl dd {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: 2rem;
	font-size: 1.6rem;
	line-height: 1.4375;
}
.info_wrap .info_box dl ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.6rem;
	line-height: 1.4375;
}
.info_wrap .info_box dl ul li:before {
	content: "・";
}
.info_wrap .info_box .btn_wrap {
	display: table;
	margin: 6rem auto 0;
}
.info_wrap .info_box .btn_wrap .link_btn {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_wrap .info_box .btn_wrap .link_btn span {
	letter-spacing: 0;
}
@media screen and (min-width: 801px) {
	.info_wrap .info_box .btn_wrap:hover .link_btn {
		--color: #000;
		color: #fff;
	}
}
.info_wrap .info_box .tell {
	margin: 6rem auto 0;
	text-align: center;
	background: var(--base-color-black04);
	padding: 2.4rem 3rem;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_wrap .info_box .tell p {
	font-size: var(--fz16);
	line-height: 1.4375;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
.info_wrap .info_box .tell a {
	font-size: var(--fz40);
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 950px) {
	.info_wrap {
		display: block;
	}
	.info_wrap .side_area {
		position: relative;
		top: auto;
		width: 100%;
		margin-bottom: 2rem;
	}
	.info_wrap .info_area {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.info_wrap {
		margin-top: 20rem;
		margin-top: clamp(72px, 32vw, 153.6px);
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.info_wrap .side_area {
		margin-bottom: 1rem;
	}
	.info_wrap .side_area ol li a {
		padding: 1rem 0;
	}
	.info_wrap .side_area ol li a:before {
		width: 50px;
		line-height: 40px;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	.info_wrap .side_area ol li a p {
		font-size: var(--fz18);
		line-height: 40px;
	}
	.info_wrap .info_box {
		padding: 4.5rem 2rem 6rem;
	}
	.info_wrap .info_box + .info_box {
		margin-top: 4rem;
	}
	.info_wrap .info_box h2 {
		letter-spacing: -0.03em;
		margin-bottom: 2rem;
	}
	.info_wrap .info_box h2 + dl {
		margin-top: 3rem;
	}
	.info_wrap .info_box .bg_area {
		padding: 1.5rem 1rem;
	}
	.info_wrap .info_box .bg_area p {
		font-size: var(--fz14);
		line-height: 1.4285714286;
	}
	.info_wrap .info_box .bg_area + dl {
		margin-top: 3rem;
	}
	.info_wrap .info_box dl {
		display: block;
	}
	.info_wrap .info_box dl dt {
		font-size: var(--fz16);
		line-height: 1.4375;
		margin-bottom: 2rem;
	}
	.info_wrap .info_box dl dd {
		display: block;
		margin-left: 0;
		font-size: var(--fz16);
		line-height: 1.4375;
	}
	.info_wrap .info_box dl ul {
		font-size: var(--fz16);
		line-height: 1.4375;
	}
	.info_wrap .info_box .btn_wrap {
		width: 100%;
		margin: 3rem auto 0;
	}
	.info_wrap .info_box .btn_wrap .link_btn {
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.info_wrap .info_box .tell {
		margin: 3rem auto 0;
		padding: 2rem;
	}
	.info_wrap .info_box .tell p {
		font-size: var(--fz13);
		line-height: 1.4615384615;
		margin-bottom: 0rem;
	}
	.info_wrap .info_box .tell a {
		font-size: var(--fz26);
	}
}
/*# sourceMappingURL=initiatives.css.map */