@charset "UTF-8";

@font-face {
	font-family: "コーポレート・ロゴ ver2";
	font-style: normal;
	src: url("./fonts/Corporate-Logo-Bold-ver2.otf");

/*src: local("コーポレート・ロゴ ver2"), url("./fonts/impact.woff") format("woff"), url("./fonts/impact.eot") format("eot");*/

	font-display: auto;
}

@font-face {
	font-family: "impact";
	src: url("./fonts/impact.woff") format("woff"), url("./fonts/impact.eot") format("eot");
}


@font-face {
	font-family: "GN-Kin-iro_SansSerif";
	src: url("./fonts/Kiniro.woff") format("woff"), url("./fonts/Kiniro.eot") format("eot");
}


body {
	background-color: #fffaef;
	color: #3e3e3e;
	font-family: "Noto Sans JP", "serif";
	font-size: 12pt;

	-webkit-text-size-adjust: 100%;
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

figure {
	margin: 0;
}

* , *::before , *::after {
	box-sizing: border-box;
}

a[href^=tel] {
	color: inherit;
}

ul , ol {
	list-style: none;
}

img , video , iframe {
	display: block;
}

.clearfix:after {
	display: block;
	clear: both;
	text-decoration: none;
	content: "";
}

::placeholder {
	font-weight: 500;
}

input:not(input[type="checkbox"]) , textarea , select {
	display: block;
	width: 100%;
	padding: 0.5em;
	border-style: solid;
	border-color: #e6e6e6;
	border-radius: 0;
	font-size: 1em;
	outline: none;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="radio"] {
	display: inline-block !important; /* radioは標準でinline-block */
	width: auto !important;

	all: initial;       /* すべて初期値に戻す */
	appearance: auto !important;   /* UAのデフォルトUIに戻す */
}

input:focus , textarea:focus , select:focus {
	border-width: 2px;
	border-color: #313131;
	border-radius: 5px;
}

select {
	background-repeat: no-repeat;
	background-position: right 10px center;
}

select::-ms-expand {
	display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"] , input[type="reset"] , input[type="button"] {
	box-sizing: border-box;
	cursor: pointer;

	-webkit-appearance: button;
	appearance: button;
}

input[type="submit"]::-webkit-search-decoration , input[type="reset"]::-webkit-search-decoration , input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus , input[type="reset"]::focus , input[type="button"]::focus {
	outline-offset: -2px;
}

.font_impact {
	font-family: "impact";
}

.font_kiniro {
	font-family: "GN-Kin-iro_SansSerif";
}

.container {
	position: relative;
	overflow: hidden;
}

/* ヘッダー */

.header__container {
	display: flex;
	position: fixed;
	z-index: 5;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.header_contents {
	display: flex;
	max-width: 1820px;
	width: 95%;
	margin: 0 auto;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
	@media screen and (max-width: 600px) {
		.admin_position .header__container {
			position: absolute;
		}

		.header__container {
			top: 0;
		}
	}
	.header_contents {
		width: 100%;
		padding: 0 20px;
	}
}
.header_logo {
	max-width: 195px;
	width: clamp(5.188rem, 0.521rem + 9.72vw, 12.188rem);
	padding-top: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
}

.header_logo img {
	width: 100%;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.header_menu-container {
	display: flex;
	padding-top: clamp(1.25rem, 0.111rem + 1.73vw, 2.188rem);
	column-gap: clamp(0.938rem, -0.201rem + 1.73vw, 1.875rem);
	align-items: center;
}
.header-link-list {
	display: flex;
	column-gap: clamp(0.625rem, -0.134rem + 1.15vw, 1.25rem);
	align-items: center;
}

.header-link-text {
	transition: all 0.5s;
}
@media screen and (max-width: 950px) {
	.header_menu-main {
		display: none;
	}
}
.header_menu-main a {
	display: flex;
	max-width: 140px;
	width: clamp(6.875rem, 4.598rem + 3.46vw, 8.75rem);
	height: 35px;
	border: 2px solid #e83318;
	border-radius: 17.5px;
	background-color: #e83318;
	color: #ffffff;
	font-weight: 900;
	font-size: clamp(0.875rem, 0.833rem + 0.09vw, 0.938rem);
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header-link-text:hover , .header-link-text.current {
	background-color: #ffffff;
	color: #e83318;
}


.header-sns-icon {
	width: clamp(2.813rem, 1.674rem + 1.73vw, 3.75rem);
}


@media screen and (max-width: 1450px) {
}

@media screen and (max-width: 1250px) {
	.header-link-text {
		font-size: 12px;
	}
}



/* .logo {
    width: clamp(15rem, 8.75rem + 16.67vw, 21.25rem);
}


.header-link-list {
    display: flex;
    padding-right: 50px;
    font-size: 15px;
    column-gap: clamp(0.625rem, -0.208rem + 1.74vw, 1.875rem);
}

.header-link-text {
    color: #ffffff;
    transition: all 0.5s;
}

.header-link-text:hover {
    border-bottom: 1px solid #FFFFFF;
}

@media screen and (max-width: 1280px) {
    .header-link-list {
        padding-right: 20px;
        column-gap: 10px;
    }
}

@media screen and (max-width: 1150px) {
    .header-link-text {
        font-size: 14px;
    }
}


@media screen and (max-width: 1130px) {
    .header-link-list {
        display: none;
    }
}
*/

.navToggle {
	display: flex;
	z-index: 9999;
	width: 60px;
	padding-top: 5px;
	border-radius: 3px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #0b53a4;
	color: #ffffff;
	font-weight: 900;
	flex-direction: column;
	align-items: center;
	cursor: pointer;

	aspect-ratio: 1/1;
}
.navToggle div {
	position: relative;
}


.navToggle span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
}

.navToggle span:nth-child(1) {
	top: 0;
}

.navToggle span:nth-child(2) {
	top: 9px;
}

.navToggle span:nth-child(3) {
	bottom: 0;
}
.motion_union span:nth-of-type(1) {
	animation: union-bar01 0.75s forwards;
	-webkit-animation: union-bar01 0.75s forwards;
}

.motion_union span:nth-of-type(2) {
	opacity: 1;
	transition: all 0.25s 0.25s;
}

.motion_union span:nth-of-type(3) {
	animation: union-bar02 0.75s forwards;
	-webkit-animation: union-bar02 0.75s forwards;
}

.motion_union.active span:nth-of-type(1) {
	animation: active-union-bar01 0.75s forwards;
	-webkit-animation: active-union-bar01 0.75s forwards;
}

.motion_union.active span:nth-of-type(2) {
	opacity: 0;
}

.motion_union.active span:nth-of-type(3) {
	animation: active-union-bar03 0.75s forwards;
	-webkit-animation: active-union-bar03 0.75s forwards;
}


@media screen and (min-width: 768px) {
	.navToggle {
		width: 60px;
		font-size: 13px;

		row-gap: 5px;
	}
	.navToggle div {
		position: relative;
		width: 30px;
		height: 20px;
	}
	.navToggle span:nth-child(2) {
		top: 9px;
	}
	@keyframes union-bar01 {
		0% {
			transform: translateY(9px) rotate(30deg);
		}

		50% {
			transform: translateY(9px) rotate(0);
		}

		100% {
			transform: translateY(0) rotate(0);
		}
	}

	@keyframes union-bar02 {
		0% {
			transform: translateY(-9px) rotate(-30deg);
		}

		50% {
			transform: translateY(-9px) rotate(0);
		}

		100% {
			transform: translateY(0) rotate(0);
		}
	}

	@keyframes active-union-bar01 {
		0% {
			transform: translateY(0) rotate(0);
		}

		50% {
			transform: translateY(9px) rotate(0);
		}

		100% {
			transform: translateY(9px) rotate(30deg);
		}
	}

	@keyframes active-union-bar03 {
		0% {
			transform: translateY(0) rotate(0);
		}

		50% {
			transform: translateY(-9px) rotate(0);
		}

		100% {
			transform: translateY(-9px) rotate(-30deg);
		}
	}
}
@media screen and (max-width: 767px) {
	.navToggle {
		width: 45px;
		font-size: 10px;

		row-gap: 3px;
	}
	.navToggle div {
		width: 20px;
		height: 15px;
	}
	.navToggle span:nth-child(2) {
		top: 6px;
	}
	@keyframes union-bar01 {
		0% {
			transform: translateY(6px) rotate(30deg);
		}

		50% {
			transform: translateY(6px) rotate(0);
		}

		100% {
			transform: translateY(0) rotate(0);
		}
	}

	@keyframes union-bar02 {
		0% {
			transform: translateY(-6px) rotate(-30deg);
		}

		50% {
			transform: translateY(-6px) rotate(0);
		}

		100% {
			transform: translateY(0) rotate(0);
		}
	}

	@keyframes active-union-bar01 {
		0% {
			transform: translateY(0) rotate(0);
		}

		50% {
			transform: translateY(6px) rotate(0);
		}

		100% {
			transform: translateY(6px) rotate(30deg);
		}
	}

	@keyframes active-union-bar03 {
		0% {
			transform: translateY(0) rotate(0);
		}

		50% {
			transform: translateY(-6px) rotate(0);
		}

		100% {
			transform: translateY(-6px) rotate(-30deg);
		}
	}
}

.business_slide-menu , .sustainability_slide-menu {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 80px;
	background-color: #1d1d1d;
	opacity: 0;
	justify-content: center;
	transition: all 0.5s;
}

.business_slide-menu.open , .sustainability_slide-menu.open {
	visibility: visible;
	opacity: 1;
}

.business_slide-menu , .business_slide-menu a , .sustainability_slide-menu , .sustainability_slide-menu a {
	color: #ffffff;
}

.business_slide-menu a , .sustainability_slide-menu a {
	transition: all 0.3s;
}

.business_slide-contents , .sustainability_slide-contents {
	display: flex;
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #868686;
	justify-content: center;
	align-items: center;
}

.business_slide-title , .sustainability_slide-title {
	font-weight: 500;
	font-size: 24px;
	text-align: center;
}

.business_slide-title span , .sustainability_slide-title span {
	display: block;
	margin-right: -0.2em;
	font-size: 14px;
	letter-spacing: 0.2em;
}

.business_slide-nav , .sustainability_slide-nav {
	margin-left: 65px;
	padding-left: 65px !important;
	border-left: 1px solid #868686;
}

.business_slide-nav {
	padding: 32.5px 0;
}

.sustainability_slide-nav {
	padding: 12.5px 0;
}

.business_slide-list , .sustainability_slide-list {
	display: flex;
	width: 350px;
	flex-wrap: wrap;

	row-gap: 15px;
}

.business_slide-list , .sustainability_slide-list {
	width: 350px;
	column-gap: 60px;
}

.sustainability_slide-list {
	width: 380px;
	column-gap: 15px;
}

.business_slide-list {
	height: 65px;
	flex-direction: column;
}

.sustainability_slide-list {
	height: 105px;
	justify-content: space-between;
	align-items: center;
}

.business_slide-list .menu-item , .sustainability_slide-list .menu-item {
	display: flex;
	align-items: center;
}

.business_slide-list .menu-item::before , .sustainability_slide-list .menu-item::before {
	display: block;
	width: 15px;
	height: 1px;
	margin-right: 0.5em;
	background-color: #ffffff;
	content: "";
}

#menu-item-294 {
	width: 185px;
	height: 50px;
	flex-wrap: wrap;
}

#menu-item-297::before {
	display: none;
}

.sustainability_slide-nav #menu-item-297 {
	font-size: 14px;
}


#menu-item-297 {
	padding-left: 1.5em;
}

.menu_container {
	display: flex;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9000;
	width: 100%;
	height: 100vh;
	padding: 0 20px;
	padding-top: 16px;
	padding-bottom: 104px;
	background-color: #ff7a19;
	opacity: 0;
	flex-direction: column;
	transition: all 0.6s;
}

@media screen and (max-height: 810px) {
	.menu_container {
		overflow-y: scroll;
	}
}

/*
.menu_container::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.92);
	content: "";
	filter: blur(5px);


}*/

.event_program-link {
	display: block;
	position: relative;
	width: 250px;
	height: 60px;
	margin: 30px auto 0;
	font-weight: 500;
	font-size: 15px;
	transition: all 0.5s;
}

.event_program-link:hover {
	padding-top: 5px;
	padding-left: 5px;
}

.event_program-link dl {
	display: flex;
	height: 55px;
	border-radius: 5px;
}

.event_program-link dl::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border-radius: 5px;
	background-color: #e3e3e3;
	content: "";
}

.event_program-link dt {
	display: flex;
	width: 170px;
	padding-left: 15px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #084288;
	color: #ffffff;
	align-items: center;
}

.event_program-link dd {
	display: flex;
	width: 75px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
}

.event_program-icon {
	display: block;
	width: 15px;
	background-color: #084288;

	aspect-ratio: 15/22;
	mask-position: center bottom;
	-webkit-mask-position: center bottom;
	mask-image: url(./images/event_program-arrow.png);
	-webkit-mask-image: url(./images/event_program-arrow.png);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}

.menu_container.active {
	visibility: visible;
	opacity: 1;
}

.mobile_menu-nav {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto 60px;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
}

.mobile_menu-nav a {
	color: #ffffff;
}

.mobile_menu-nav ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;

	row-gap: 15px;
}

.mobile_menu-nav > ul {
	row-gap: 25px;
}


.mobile_menu-nav > ul > li.menu-item-123::before , .mobile_menu-nav > ul > li.menu-item-252::before {
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 1;
	height: 1px;
	background-color: green;
	content: "";
}

.mobile_menu-nav > ul > li.menu-item-123::before {
	width: 80px;
}

.mobile_menu-nav > ul > li.menu-item-252::before {
	width: 137px;
}

.sub-menu {
	display: flex;
	flex-direction: column;

	row-gap: 15px;
}

.mobile_menu-nav .sub-menu {
	padding-top: 23px;
}

@media screen and (min-width: 375px) {
	.mobile_menu-nav .sub-menu {
		height: 90px;
	}
}

.sub-menu li {
	display: flex;
	align-items: center;
}

.sub-menu li::before {
	display: block;
	width: 15px;
	height: 1px;
	margin-right: 10px;
	background-color: #ffffff;
	content: "";
}

.mobile_menu-nav .menu-item {
	position: relative;
}

.main_wrapper {
	position: relative;
}
/*
@media screen and (min-width: 1131px) {
    .header-link-text {
        font-size: 15px !important;
    }
} */


@media screen and (max-width: 500px) {
	.menu_container {
		top: 50px;
	}
}
.sns_link-container {
	display: block;
	width: 100%;
	background-color: #ffffff;
}
.sns_link-contents {
	display: flex;
	max-width: 470px;
	width: 95%;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
}
.sns_link-logo {
	max-width: clamp(5.313rem, -1.381rem + 13.94vw, 11.875rem);
	width: 100%;
}
.sns_link-logo img {
	width: 100%;
}
.sns_link-nav {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.sns_link-list {
	display: flex;
	width: 100%;
	justify-content: center;
}
.sns_link-item {
	max-width: clamp(6.25rem, -1.718rem + 16.6vw, 14.063rem);
	width: calc(50% - 5px);
}
.sns_link-item a {
	display: flex;
	overflow: hidden;
	height: clamp(2.188rem, -0.681rem + 5.98vw, 5rem);
	border-radius: 4px;
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(0.625rem, -0.14rem + 1.59vw, 1.375rem);
	text-align: center;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
.sns_link-item a:hover {
	opacity: 0.8;
}
#sns_link-instagram a {
	background: linear-gradient(to left bottom, #e89018 0%, #de1773 100%);
}

#sns_link-tiktok a {
	background: linear-gradient(to left bottom, #19c6f4 0%, #0d0f10 42.33%, #b00783 100%);
}
/* フッター */

.footer__container {
	position: relative;
	padding-top: 35px;
	padding-bottom: 15px;
	background-color: #0b53a4;
	color: #ffffff;
}
@media screen and (min-width: 768px) {
	.sns_link-contents {
		padding: 15px 0 45px;

		row-gap: 30px;
	}
	.sns_link-list {
		column-gap: 20px;
	}
	.footer__container {
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.sns_link-contents {
		padding: 20px 0 25px;

		row-gap: 15px;
	}
	.sns_link-list {
		column-gap: 10px;
	}
	.footer__container {
		padding-bottom: 10px;
	}
}
.footer_title {
	display: flex;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 27px;
	line-height: 30px;
	flex-direction: column;
	align-items: center;
}
.footer_title span:lang(en) {
	font-size: 16px;
}

.footer-title {
	font-family: "コーポレート・ロゴ ver2";
	font-size: clamp(1.25rem, 0.977rem + 1.17vw, 2.375rem);
	text-align: center;
}

.footer-logo {
	width: clamp(20.625rem, 7.5rem + 35vw, 28.688rem);
	margin: auto;
}

.footer-link-list {
	display: flex;
	margin-bottom: 25px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 14px;
	column-gap: 40px;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

	row-gap: 10px;
}

.footer-link-contents a {
	color: #ffffff;
	transition: all 0.3s;
}

.footer-link-contents a:hover {
	color: #ff0000;
}

.footer-sns-link-wrap {
	margin-top: 30px;
	text-align: center;
}

.sns-link-footer {
	display: inline-block;
}

.footer-sns-icon {
	width: 34px;
}
.footer_making {
	display: block;
	width: fit-content;
	margin: 0 auto;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: clamp(0.688rem, -0.014rem + 1.46vw, 1.375rem);
	text-align: center;
}




/* 詳細ページ */

.page-company__container {
	max-width: 700px;
	width: 90%;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 200px;
}

.page-title {
	position: relative;
	padding-bottom: 40px;
	font-size: clamp(1.25rem, 1.083rem + 0.71vw, 1.938rem);
	text-align: center;
}

.page-title::before {
	position: absolute;
	right: 0;
	bottom: 14px;
	left: 0;
	width: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
	height: 2px;
	margin: auto;
	background-color: #dec70e;
	content: "";
}

.page-title::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: clamp(7.5rem, 6.044rem + 6.21vw, 13.5rem);
	height: 5px;
	margin: auto;
	background-color: #ff7a19;
	content: "";
}

.main-image_wrap {
	display: flex;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	margin-top: 36px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;

	aspect-ratio: 10/6;
}

.main-image {
	max-width: 100%;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.category-list {
	display: flex;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	column-gap: 30px;
	flex-wrap: wrap;

	row-gap: 15px;
}

.category-contents {
	display: unset;
	padding: 8px 25px;
	border-radius: 19px;
	background-color: #ff7a19;
}

.category-text {
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
	font-weight: 700;
	font-size: 15px;
	text-align: justify;
}

.contents-area {
	margin-top: 30px;
}

.contents-area img {
	margin-top: 16px;
}

.main-textarea {
	color: #5c5c5c;
	line-height: 2;
}

.info-list {
	margin-top: 40px;
}

.info-contents:not(:first-of-type) {
	margin-top: 10px;
}

.wp-img {
	max-width: fit-content;
	width: 100%;
	margin-top: 30px;
}

.main_container {
	padding-top: 180px;
	padding-bottom: 72px;
	padding-left: 20px;
	padding-right: 20px;
}

/******************************************************************************
 * Component
 *****************************************************************************/
/** 一覧に戻るボタン
******************************************************************************/
.back-link__button {
	display: inline-flex;
	box-sizing: border-box;
	width: 235px;
	max-width: 100%;
	min-height: 54px;
	padding: 8px 24px 8px 20px;
	border-radius: 27px;
	background-color: var(--sponsor-accent);
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-decoration: none;
	gap: 12px;
	justify-content: center;
	align-items: center;
	transition: background-color 0.2s ease;
}
.back-link__button:hover {
	background-color: #094185;
	color: #ffffff;
}
.back-link__button:focus-visible {
    background-color: #094185;
	color: #ffffff;
	outline: 3px solid rgba(11, 83, 164, 0.35);
	outline-offset: 3px;
}
.back-link__button-icon {
	display: block;
	width: 29px;
	height: 29px;
	border-radius: 50%;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 14'%3E%3Cpath fill='none' stroke='%230b53a4' stroke-width='2.5' d='M8 1 2.2 6.77 8 12.54'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 9px 11px;
	flex: 0 0 auto;
	transition: transform 0.2s ease;
}

.back-link__button:hover .back-link__button-icon,
.back-link__button:focus-visible .back-link__button-icon {
	transform: translateX(-3px);
}
/* --- モーション設定の尊重 ----------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
	.back-link__button,
	.back-link__button-icon {
		transition: none;
	}

	.back-link__button:hover .back-link__button-icon,
	.back-link__button:focus-visible .back-link__button-icon {
		transform: none;
	}
}

/** タグバッジボタン
******************************************************************************/
/* SVG: SP 81x24 rx12 / PC 226x47 rx23.5。エリア→業種の順で横並び。*/
.tag__badges {
	display: flex;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.tag__badge {
	display: inline-flex;
	box-sizing: border-box;
	min-width: 81px;
	min-height: 24px;
	padding: 3px 16px;
	border-radius: 12px;
	background-color: var(--sponsor-badge);
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: -0.04em;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.tags {
		margin-top: 28px;
		gap: 16px;
	}

	/* SVG: PC 226x47 rx23.5 / 20px */
	.tag__badge {
		min-width: 226px;
		min-height: 47px;
		padding: 6px 28px;
		border-radius: 23.5px;
		font-size: 20px;
		letter-spacing: 0;
	}
}


/** Module: 各ページで使用する共通モジュール
******************************************************************************/
.page-title__container {
	margin-top: 26px;
}
.page-lead__container {
	margin: 20px;
	text-align: center;
	color: #535353;
	font-size: 18px;
	line-height: 1.7;
}
.page-lead__container--inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media screen and (min-width: 768px) {
    .page-title__container {
        margin-top: 56px;
    }
   	.page-lead__container {
		margin-top: 24px;
		font-size: 14px;
		line-height: 1.8;
	}
}
.page-title_wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.title_en {
    font-family: "Impact";
    font-size: clamp(1.188rem, 1.099rem + 0.38vw, 1.375rem);
    letter-spacing: 0.35em;
    color: #e83318;
}
.title_jp {
    font-weight: 800;
    font-size: clamp(1.563rem, 1.339rem + 0.96vw, 2.031rem);
    letter-spacing: 0.05em;
    color: #535353;
}

.separator {
    max-width: 1200px;
    height: 2px;
    background-color: #535353;
    margin: 20px auto;
}
.breadcrumb_wrap {
	width: 90%;
	margin: auto;
}

.breadcrumb_list {
	display: flex;
	font-size: 15px;
}

.page-link_text:not(:last-child)::after {
	padding: 0 16px;
	content: "＞";
}

.page-link {
	color: initial;
}




@media screen and (max-width: 767px) {
	.main_container {
		padding-bottom: 40px;
	}

	.page-title__container {
		margin-top: 14px;
	}

	.page-link_text:not(:last-child)::after {
		padding: 0 12px;
	}

	.breadcrumb_list {
		font-size: 13px;
	}
}

.page-link-button {
	position: relative;
	margin-right: 75px;

/*padding: 16px 46px;*/
	border-radius: 5px 0 0 5px;
	box-shadow: 5px 5px 0px 0px rgba(227, 227, 227, 1);
	background-color: #ff7a19;
	color: #ffffff;
	transition: all 0.3s;
}

.page-link-button::after {
	position: absolute;
	top: 0;
	right: -75px;
	width: 75px;
	height: 100%;
	border-radius: 0 5px 5px 0;
	box-shadow: 5px 5px 0px 0px rgba(227, 227, 227, 1);
	background-color: #ffffff;
	background-image: url(./images/link-arrow-right_n.png);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	transition: all 0.3s;
}

.page-link-button:hover , .page-link-button:hover.page-link-button::after {
	box-shadow: none;
}

@media screen and (max-width: 767px) {
	.page-link-button {
		margin-right: 60px;
		padding: 12px 36px;
		font-size: 13px;
	}

	.page-link-button::after {
		right: -60px;
		width: 60px;
		background-size: 12px;
	}
}

/* フォーム ヘッダー */

.form-header__title {
	display: flex;
	height: 80px;
	margin-left: 50px;
	justify-content: flex-start;
	align-items: center;
}

.form-header__title img {
	max-width: 341px;
}

.form-footer {
	position: relative;
	padding-top: 86px;
	padding-bottom: 83px;
	color: #ffffff;
}


.form-footer::before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	width: 2567px;
	height: 703px;
	background-color: #084288;
	content: "";

	mask-position: center top;
	-webkit-mask-position: center top;
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(./images/footer_bg-pc.webp);
	-webkit-mask-image: url(./images/footer_bg-pc.webp);
}

@media screen and (max-width: 767px) {
	.form-header__title {
		width: 85%;
		margin: auto;
	}
	.form-header__title img {
		max-width: 100%;
	}
}

/*******************************************************************************
	デフォルトセッティング
--------------------------------------------------------------------------------
	適応：モバイル追従
*******************************************************************************/
.scroll_range {
	position: relative;
}
.admin-bar .fixed_nav {
	top: 46px;
	height: calc(100dvh - 46px);
}
.fixed_nav {
	display: flex;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
	width: 100%;
	height: 100dvh;
}


.fixed_nav.scroll_end {
	position: absolute;
	top: auto;
	bottom: 0;
}
.fixed_nav-list {
	display: flex;
	visibility: visible;
	position: relative;
	width: 100%;
	margin-top: auto;
}

.fixed_nav-item {
	position: relative;
	flex: 1;
}

.fixed_nav-item a {
	display: flex;
	position: relative;
	width: 100%;
	height: 70px;
	border-top: 1px solid #ffffff;
	background-color: #e83318;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;

	row-gap: 5px;
	aspect-ratio: 1/1;
}
@media screen and (max-width: 389px) {
	.fixed_nav-item a {
		font-size: 11px;
	}
}
.fixed_nav-item:not(:first-of-type) a {
	border-left: 1px solid #ffffff;
}
.fixed_nav-item a:hover {
	background-color: #ffffff;
	color: #e83318;
}
#fixed_news i , #fixed_program i , #fixed_shop i {
	font-size: 30px;
}
#fixed_faq i , #fixed_access i {
	display: flex;
	height: 30px;
	justify-content: center;
	align-items: center;
}
#fixed_faq i {
	font-size: 20px;
}#fixed_access i {
	display: flex;
	font-size: 19px;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.fixed_nav {
		display: none;
	}
}
