@charset "UTF-8";
html {
	font-size: 10px;
}
@media screen and (max-width: 1280px) {
	html {
		font-size: 0.78125vw;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 2.666vw;
	}
}

body {
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	color: #29384E;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.075em;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	background: #fff;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.3rem;
	}
}

*, h1, h2, h3, h4, h5, p {
	padding: 0;
	margin: 0;
	font-size: inherit;
}

h1, h2, h3, h4 {
	line-height: 1.5;
	font-weight: 500;
}

ul, li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

p {
	margin-bottom: 2em;
}
p:last-child {
	margin-bottom: 0;
}

strong {
	font-weight: bold;
	font-size: 100%;
	color: #29384E;
}

*:focus:not(:focus-visible) {
	outline: 0;
}

html {
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

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

::before, ::after {
	text-decoration: inherit;
	vertical-align: inherit;
}

* {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden], template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active, a:hover {
	outline-width: 0;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
}

b, strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

input {
	border-radius: 0;
}

button, [type=button], [type=reset], [type=submit], [role=button] {
	cursor: pointer;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button, input, optgroup, select, textarea {
	font: inherit;
}

button {
	overflow: visible;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

button, select {
	text-transform: none;
}

button, input, textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
} /*select{-moz-appearance:none;-webkit-appearance:none}*/
select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

img {
	border-style: none;
}

progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
}

audio, canvas, progress, video {
	display: inline-block;
}

@media screen {
	[hidden~=screen] {
		display: inherit;
	}
	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}
[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

button {
	text-align: left;
	letter-spacing: inherit;
}

.c-inner {
	max-width: 110.4rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 4rem;
}
@media screen and (max-width: 768px) {
	.c-inner {
		padding: 0 1.6rem;
	}
}
.c-inner--lg {
	max-width: 124rem;
}
.c-inner--sm {
	max-width: 100rem;
}
.c-inner--xs {
	max-width: 86rem;
}
.c-inner--full {
	max-width: 100%;
}
@media screen and (min-width: 769px) {
	.c-inner--sp {
		max-width: none;
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
	.c-inner--spfit {
		padding-left: 0;
		padding-right: 0;
	}
}
.c-inner__inner {
	max-width: 92rem;
	margin-left: auto;
	margin-right: auto;
}
.c-inner__inner--sm {
	max-width: 78rem;
}
.c-inner__inner--spfit {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.c-inner__inner--spfit {
		max-width: none;
		margin-left: -1.6rem;
		margin-right: -1.6rem;
	}
}

.c-section {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.c-section {
		padding-top: 5.2rem;
		padding-bottom: 5.2rem;
	}
}

.c-block {
	margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
	.c-block {
		margin-bottom: 6rem;
	}
}
.c-block:last-child {
	margin-bottom: 0;
}

.c-youtube {
	width: 100%;
	position: relative;
	margin: 0;
	padding-bottom: 56.25%;
	padding-top: 0;
	overflow: hidden;
}
.c-youtube iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	margin: 0;
}

.c-map {
	position: relative;
	padding-top: 64%;
	border: 1px solid #707070;
}
.c-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.c-modal {
	position: fixed;
	inset: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	transition: opacity 0.2s;
	opacity: 0;
	pointer-events: none;
	-webkit-backdrop-filter: blur(0.8rem) brightness(85%);
	backdrop-filter: blur(0.8rem) brightness(85%);
	z-index: 100;
}
.c-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}
.c-modal__overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.c-modal__contain {
	position: relative;
	max-width: 95%;
	max-height: 95svh;
	overflow: auto;
}
.c-modal__close {
	position: absolute;
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	right: 0;
	top: 0;
	text-align: center;
}

.c-link {
	text-decoration: underline;
	text-underline-offset: 0.1em;
}
.c-link:hover {
	text-decoration: none;
}

.c-hov {
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	a.c-hov:hover {
		opacity: 0.6;
	}
}

.c-annotation {
	font-size: 1.5rem;
	font-weight: bold;
	color: #f00;
}

.c-arrow-link {
	display: inline-block;
	font-weight: bold;
	padding-right: 1.5em;
	background: url(../images/icon_arrow.svg) no-repeat right center/1em;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	a.c-arrow-link:hover {
		opacity: 0.6;
	}
}

.c-arrow-link--full {
	width: 100%;
}
.c-arrow-link--wh {
	background-image: url(../images/icon_arrow_wh.svg);
}
.c-arrow-link--blank {
	background: url(../images/icon_blank.svg) no-repeat right center/1em;
}

.c-acco {
	border-bottom: 1px solid;
}
.c-acco__btn {
	position: relative;
	width: 100%;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	padding-right: 4rem;
	font-weight: normal;
	line-height: 1.25;
}
@media screen and (max-width: 768px) {
	.c-acco__btn {
		padding-right: 3.2rem;
	}
}
.c-acco__btn--year {
	padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
	.c-acco__btn--year {
		padding-bottom: 0.8rem;
	}
}
.c-acco__btn--year .c-acco__label {
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.8rem;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.c-acco__btn--year .c-acco__label {
		font-size: 1.4rem;
	}
}
.c-acco__body {
	display: none;
	padding-bottom: 2rem;
	padding-right: 4rem;
}
@media screen and (max-width: 768px) {
	.c-acco__body {
		padding-right: 3.2rem;
	}
}
.c-acco__label {
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.c-acco__label {
		font-size: 1.5rem;
	}
}
.c-acco__icon {
	position: absolute;
	width: 2.4rem;
	height: 2.4rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #29384E;
	border-radius: 24rem;
	box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
	.c-acco__icon {
		width: 2.2rem;
		height: 2.2rem;
	}
}
.c-acco__icon:before, .c-acco__icon:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 50%;
	left: calc(50% - 0.36rem);
	width: 0.72rem;
	height: 1px;
	background: #fff;
	transition: 0.2s;
}
.c-acco__icon:after {
	transform: rotate(-90deg);
}
.is-active .c-acco__icon:after {
	transform: rotate(0);
}
.c-acco__icon--sacla {
	background: #C1007E;
}
.c-acco--hasnum .c-acco__btn {
	display: flex;
	align-items: center;
}
.c-acco--hasnum .c-acco__num {
	width: 5.2rem;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 3rem;
}
@media screen and (max-width: 768px) {
	.c-acco--hasnum .c-acco__num {
		font-size: 2.2rem;
		width: 4rem;
	}
}
.c-acco--hasnum .c-acco__body {
	padding-left: 5.2rem;
}
@media screen and (max-width: 768px) {
	.c-acco--hasnum .c-acco__body {
		padding-left: 4rem;
	}
}
.c-acco--headline {
	border-bottom: none;
}
.c-acco--headline .c-acco__head {
	border-bottom: 1px solid;
}
.c-acco--headline .c-acco__body {
	padding-top: 2rem;
	padding-right: 0;
}
.c-acco--article {
	margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
	.c-acco--article {
		margin-bottom: 2.8rem;
	}
}
.c-acco--article:last-child {
	margin-bottom: 0;
}
.c-acco--qa .c-acco__label {
	font-weight: 500;
}
.c-acco--qa .c-acco__btn,
.c-acco--qa .c-acco__body-contain {
	display: flex;
}
.c-acco--qa .c-acco__btn:before,
.c-acco--qa .c-acco__body-contain:before {
	min-width: 3.2rem;
	flex-shrink: 0;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.7rem;
	font-weight: normal;
}
.c-acco--qa .c-acco__btn:before {
	content: "Q.";
}
.c-acco--qa .c-acco__body-contain:before {
	content: "A.";
}
.c-acco--headbg {
	border-bottom: none;
}
.c-acco--headbg .c-acco__btn {
	background: #AFAFAF;
	color: #fff;
	padding-left: 2.4rem;
}
.c-acco--headbg .c-acco__btn--gr {
	background: #46816B;
}
.c-acco--headbg .c-acco__btn--bl {
	background: #38619D;
}
.c-acco--headbg .c-acco__btn--or {
	background: #D87550;
}
.c-acco--headbg .c-acco__icon {
	right: 1.6rem;
	background: #fff;
}
.c-acco--headbg .c-acco__icon:before, .c-acco--headbg .c-acco__icon:after {
	background: #29384E;
}
.c-acco--headbg .c-acco__body {
	padding-top: 2rem;
	padding-right: 0;
}

.c-bd-iconarrow-link {
	display: block;
	border-bottom: 1px solid;
	position: relative;
	width: 100%;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	padding-right: 4rem;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.25;
}
.c-bd-iconarrow-link__icon {
	position: absolute;
	width: 2.4rem;
	height: 2.4rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #29384E url(../images/icon_arrow_lg_wh.svg) no-repeat center/contain;
	border-radius: 24rem;
	box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.15);
}

.c-dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
	.c-dl {
		margin-bottom: 4.8rem;
	}
}
.c-dl__dt, .c-dl__dd {
	margin-bottom: 2rem;
}
.c-dl__dt:last-child, .c-dl__dt:nth-last-child(2), .c-dl__dd:last-child, .c-dl__dd:nth-last-child(2) {
	margin-bottom: 0;
}
.c-dl__dt {
	width: 20rem;
	padding: 0 0.8rem;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.c-dl__dt {
		width: 8rem;
		font-size: 1.4rem;
	}
}
.c-dl__dd {
	width: calc(100% - 20rem);
}
@media screen and (max-width: 768px) {
	.c-dl__dd {
		width: calc(100% - 8rem);
		font-size: 1.3rem;
		padding-top: 0.1em;
	}
}

.c-video {
	display: block;
	width: 100%;
	height: auto;
}

.c-card {
	text-align: center;
}
.c-card__head {
	position: relative;
	overflow: hidden;
	display: block;
	padding-top: 56%;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	a.c-card__head:hover {
		opacity: 0.6;
	}
}

.c-card__head-img, .c-card__head-badge {
	position: absolute;
}
.c-card__head-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: 0.2s;
}
a:hover .c-card__head-img {
	transform: translate(-50%, -50%) scale(1.075);
}
.c-card__head-badge {
	top: 0.8rem;
	left: 0.8rem;
	padding: 0.4rem 0.8rem;
	border: 1px solid;
	z-index: 1;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	border-radius: 0.4rem;
	background: #fff;
}
.c-card__img {
	display: flex;
	justify-content: center;
}
.c-card__img img {
	width: auto;
	max-height: 28.8rem;
	margin: auto;
}
.c-card__ttl {
	margin-top: 1.6rem;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.c-card__ttl {
		margin-top: 1.2rem;
	}
}
.c-card__date {
	margin-top: 0.8rem;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
}

.c-row {
	display: flex;
	flex-wrap: wrap;
	margin: -2rem;
}
@media screen and (max-width: 768px) {
	.c-row {
		margin: -1.6rem;
	}
}
.c-row > .c-row__item {
	padding: 2rem;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item {
		padding: 1.6rem;
	}
}
.c-row > .c-row__item--1 {
	width: 8.3333333333%;
}
.c-row > .c-row__item--2 {
	width: 16.6666666667%;
}
.c-row > .c-row__item--3 {
	width: 25%;
}
.c-row > .c-row__item--4 {
	width: 33.3333333333%;
}
.c-row > .c-row__item--5 {
	width: 41.6666666667%;
}
.c-row > .c-row__item--6 {
	width: 50%;
}
.c-row > .c-row__item--7 {
	width: 58.3333333333%;
}
.c-row > .c-row__item--8 {
	width: 66.6666666667%;
}
.c-row > .c-row__item--9 {
	width: 75%;
}
.c-row > .c-row__item--10 {
	width: 83.3333333333%;
}
.c-row > .c-row__item--11 {
	width: 91.6666666667%;
}
.c-row > .c-row__item--12 {
	width: 100%;
}
.c-row > .c-row__item--5th {
	width: 20%;
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--1-pc {
		width: 8.3333333333%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--2-pc {
		width: 16.6666666667%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--3-pc {
		width: 25%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--4-pc {
		width: 33.3333333333%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--5-pc {
		width: 41.6666666667%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--6-pc {
		width: 50%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--7-pc {
		width: 58.3333333333%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--8-pc {
		width: 66.6666666667%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--9-pc {
		width: 75%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--10-pc {
		width: 83.3333333333%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--11-pc {
		width: 91.6666666667%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--12-pc {
		width: 100%;
	}
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--5th-pc {
		width: 20%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--1-sp {
		width: 8.3333333333%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--2-sp {
		width: 16.6666666667%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--3-sp {
		width: 25%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--4-sp {
		width: 33.3333333333%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--5-sp {
		width: 41.6666666667%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--6-sp {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--7-sp {
		width: 58.3333333333%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--8-sp {
		width: 66.6666666667%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--9-sp {
		width: 75%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--10-sp {
		width: 83.3333333333%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--11-sp {
		width: 91.6666666667%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--12-sp {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--5th-sp {
		width: 20%;
	}
}
.c-row > .c-row__item--auto {
	width: auto;
}
@media screen and (min-width: 769px) {
	.c-row > .c-row__item--auto--pc {
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.c-row > .c-row__item--auto--sp {
		width: auto;
	}
}
.c-row--thin {
	margin: -1rem;
}
@media screen and (max-width: 768px) {
	.c-row--thin {
		margin: -0.6rem;
	}
}
.c-row--thin > .c-row__item {
	padding: 1rem;
}
@media screen and (max-width: 768px) {
	.c-row--thin > .c-row__item {
		padding: 0.6rem;
	}
}
@media screen and (min-width: 769px) {
	.c-row--thin-pc {
		margin: -1rem;
	}
}
@media screen and (min-width: 769px) {
	.c-row--thin-pc > .c-row__item {
		padding: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.c-row--thin-sp {
		margin: -0.6rem;
	}
}
@media screen and (max-width: 768px) {
	.c-row--thin-sp > .c-row__item {
		padding: 0.6rem;
	}
}
@media screen and (min-width: 769px) {
	.c-row--wide {
		margin: -3.2rem;
	}
	.c-row--wide > .c-row__item {
		padding: 3.2rem;
	}
}
@media screen and (min-width: 769px) {
	.c-row--wide-pc {
		margin: -3.2rem;
	}
	.c-row--wide-pc > .c-row__item {
		padding: 3.2rem;
	}
}
@media screen and (max-width: 768px) {
	.c-row--wide-sp {
		margin: -3.2rem;
	}
	.c-row--wide-sp > .c-row__item {
		padding: 3.2rem;
	}
}
.c-row--center {
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.c-row--center-sp {
		justify-content: center;
	}
}
.c-row--end {
	justify-content: flex-end;
}
@media screen and (max-width: 768px) {
	.c-row--end-sp {
		justify-content: flex-end;
	}
}
.c-row--align-center {
	align-items: center;
}
.c-row--align-end {
	align-items: flex-end;
}
.c-row--reverse {
	flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
	.c-row--reverse-pc {
		flex-direction: row-reverse;
	}
}

.c-pankuzu {
	padding: 2rem 4.8rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
}
@media screen and (max-width: 768px) {
	.c-pankuzu {
		padding: 1.2rem 1.6rem;
	}
}
.c-pankuzu__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.c-pankuzu__list br {
	display: none;
}
.c-pankuzu__item {
	position: relative;
}
.c-pankuzu__item:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
}
.c-pankuzu__item:not(:first-child) {
	padding-right: 1.5em;
}
.c-pankuzu__item:not(:first-child):after {
	content: "｜";
	right: 0.25em;
	top: 50%;
	transform: translateY(-50%);
}
.c-pankuzu__item:first-child {
	padding-right: 4rem;
}
@media screen and (max-width: 768px) {
	.c-pankuzu__item:first-child {
		padding-right: 2.8rem;
	}
}
.c-pankuzu__item:first-child:after {
	top: 50%;
	right: 1.6rem;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
	.c-pankuzu__item:first-child:after {
		width: 0.4rem;
		height: 0.4rem;
		right: 1.2rem;
	}
}
.c-pankuzu__item:last-child {
	padding-right: 0;
}
.c-pankuzu__item:last-child:after {
	content: none;
}
.c-pankuzu__anc {
	color: #888;
}
.c-pankuzu__anc:hover {
	text-decoration: underline;
}

.c-form {
	margin-top: 4rem;
	font-size: 1.5rem;
}
.c-form__block {
	margin-bottom: 2rem;
}
.c-form__req {
	margin-left: 0.8rem;
	padding: 0.2rem 0.4rem;
	font-size: 1.4rem;
	background: #29384E;
	color: #fff;
	border-radius: 0.4rem;
}
.c-form__child {
	display: flex;
	align-items: center;
	margin-bottom: 1.2rem;
}
.c-form__child-label {
	width: 14rem;
	flex-shrink: 0;
	font-size: 1.4rem;
}
.c-form__child-cts {
	width: 100%;
}
@media screen and (min-width: 769px) {
	.c-form__block {
		display: flex;
	}
	.c-form__label {
		min-width: 24.8rem;
		margin-top: 1rem;
	}
	.c-form__cts {
		width: calc(100% - 24.8rem);
	}
}

.c-radio {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.c-radio:before, .c-radio:has(:checked):after {
	border-radius: 50%;
	content: "";
}
.c-radio:before {
	flex-shrink: 0;
	margin-right: 0.8rem;
	width: 2rem;
	height: 2rem;
	border: 1px solid #ccc;
}
.c-radio:has(:checked):after {
	position: absolute;
	top: 50%;
	left: 0.3rem;
	transform: translateY(-50%);
	width: 1.4rem;
	height: 1.4rem;
	background-color: #29384E;
}
.c-radio__item {
	display: none;
}

.c-check {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.c-check:before, .c-check:has(:checked):after {
	content: "";
}
.c-check:before {
	flex-shrink: 0;
	margin-right: 0.8rem;
	width: 2rem;
	height: 2rem;
	border-radius: 0.3rem;
	background-color: #fff;
	border: 1px solid #ccc;
}
.c-check:has(:checked):before {
	background-color: #29384E;
}
.c-check:has(:checked):after {
	position: absolute;
	top: 0.7rem;
	left: 0.6rem;
	transform: rotate(45deg);
	width: 0.8rem;
	height: 1.4rem;
	border: solid #fff;
	border-width: 0 0.25rem 0.25rem 0;
}
.c-check__item {
	display: none;
}

.c-select {
	position: relative;
}
.c-select:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	right: 2rem;
	top: 50%;
	transform: translateY(-25%);
	z-index: 1;
	border: 0.5rem solid transparent;
	border-top-color: rgba(0, 0, 0, 0.5);
}
.c-select__item {
	appearance: none;
	padding-right: 3.6rem;
}

.c-search {
	line-height: 1.75;
}
@media screen and (min-width: 769px) {
	.c-search {
		display: flex;
		align-items: center;
		gap: 1.2rem;
	}
}
.c-search__label {
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem;
}
.c-search__contain {
	position: relative;
}
.c-search__input {
	width: 30rem;
	max-width: 100%;
	border: 1px solid #707070;
	border-radius: 0.4rem;
	padding: 0.4rem 1.2rem;
	padding-right: 3.2rem;
}
.c-search__icon {
	position: absolute;
	width: 3.2rem;
	height: 100%;
	right: 0;
	top: 0;
	background: url(../images/icon_search.svg) no-repeat center/1.8rem;
}

.c-ttl-md {
	font-weight: 500;
	text-align: center;
	margin-bottom: 4rem;
}
.c-ttl-md__main, .c-ttl-md__sub {
	display: block;
}
.c-ttl-md:last-child {
	margin-bottom: 0;
}
.c-ttl-md__main {
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 2.4rem;
}
.c-ttl-md__sub {
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	margin-top: 1.2rem;
	font-size: 1.6rem;
}

.c-ttl-sm {
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.c-ttl-sm {
		font-size: 1.75rem;
	}
}

.c-ttl-xs {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
	.c-ttl-xs {
		font-size: 1.4rem;
	}
}

.c-ttl-ms {
	margin-bottom: 6rem;
	text-align: center;
}
.c-ttl-ms__main, .c-ttl-ms__sub {
	display: block;
}
.c-ttl-ms__main {
	font-family: "Ysabeau Office", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 4.4rem;
}
.c-ttl-ms__sub {
	margin-top: 1.2rem;
	font-size: 1.6rem;
}

.c-ttl-section {
	display: flex;
	gap: 1.2rem;
	align-items: center;
	justify-content: center;
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.c-ttl-section {
		margin-bottom: 2rem;
	}
}
.c-ttl-section__main {
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 3rem;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.c-ttl-section__main {
		font-size: 2.6rem;
	}
}
.c-ttl-section__sub {
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.c-ttl-section__sub {
		font-size: 1.2rem;
	}
}
.c-ttl-section--left {
	justify-content: flex-start;
}
@media screen and (min-width: 769px) {
	.c-ttl-section--lg .c-ttl-section__main {
		font-size: 4rem;
	}
	.c-ttl-section--lg .c-ttl-section__sub {
		font-size: 1.8rem;
	}
}

.c-ttl-sq {
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.c-ttl-sq {
		margin-bottom: 2rem;
	}
}
.c-ttl-sq__txt {
	display: inline-block;
	border: 1px solid;
	padding: 0.4rem 3.2rem;
	font-weight: normal;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.c-ttl-sq__txt {
		padding-left: 2rem;
		padding-right: 2rem;
		font-size: 1.4rem;
	}
}
.c-ttl-sq--dk .c-ttl-sq__txt {
	background: #29384E;
	color: #fff;
}
.c-ttl-sq--full .c-ttl-sq__txt {
	display: block;
}

.c-ttl-source {
	min-width: 12rem;
	display: inline-block;
	background: #D0D0D0;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 0.2rem 0.8rem;
}

.c-btn-wrap {
	text-align: center;
	margin-top: 4.8rem;
}

.c-btn {
	position: relative;
	display: inline-block;
	min-width: 14rem;
	padding: 0.8rem 3.2rem;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #fff;
	background: #29384E;
	border-radius: 30rem;
	vertical-align: middle;
	box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.15);
	transition: 0.2s;
}
@media screen and (max-width: 768px) {
	.c-btn {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.c-btn:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 3.6rem;
	height: 0.48rem;
	bottom: 50%;
	right: -1.6rem;
	background: url(../images/parts_btn_arrow.svg) no-repeat center/contain;
	transition: 0.2s;
}
@media screen and (max-width: 768px) {
	.c-btn:after {
		width: 2.8rem;
		height: 0.4rem;
	}
}
.c-btn:hover {
	background: #707070;
}
.c-btn:hover:after {
	transform: translateX(0.8rem);
}
.c-btn--sm {
	min-width: 10.8rem;
	padding: 0.6rem 2.2rem;
	padding-left: 1.2rem;
	font-size: 1rem;
}
.c-btn--sm:after {
	width: 2.8rem;
	height: 0.4rem;
}
@media screen and (min-width: 769px) {
	.c-btn--lg {
		padding: 1.6rem;
		padding-left: 3.2rem;
		padding-right: 6rem;
		font-size: 2.2rem;
	}
	.c-btn--lg:after {
		width: 6.4rem;
		right: -2.8rem;
		height: 0.8rem;
	}
}
.c-btn--wh {
	background: #fff;
	color: #29384E;
}
.c-btn--wh:hover {
	color: #fff;
}
.c-btn--sp8 {
	background: #11257C;
}
.c-btn--sp8:hover {
	background: #11257C;
	color: #fff;
}
.c-btn--sacla {
	background: #C1007E;
}
.c-btn--sacla:hover {
	background: #C1007E;
	color: #fff;
}
.c-btn-global {
	display: inline-block;
	min-width: 8.8rem;
	padding: 0.4rem 0.8rem;
	border-radius: 0.4rem;
	background: #29384E;
	color: #fff;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.25;
	letter-spacing: 0.025em;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	a.c-btn-global:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width: 768px) {
	.c-btn-global {
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}
}
.c-btn-global__txt {
	position: relative;
	padding-left: 1.4rem;
}
.c-btn-global__txt:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1rem;
	height: 1rem;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../images/icon_global_wh.svg) no-repeat center/contain;
}

.c-list {
	margin: 1.2rem 0;
}
.c-list:first-child {
	margin-top: 0;
}
.c-list:last-child {
	margin-bottom: 0;
}
.c-list__item {
	position: relative;
	padding-left: 1em;
	margin-bottom: 0.8rem;
	line-height: 1.5;
}
.c-list__item:last-child {
	margin-bottom: 0;
}
.c-list__item:before {
	content: "・";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	left: 0;
}
.c-list--num {
	counter-reset: number 0;
}
.c-list--num .c-list__item:before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	width: auto;
	height: auto;
	margin-top: -0.6rem;
	background: none;
	font-size: 2.2rem;
	font-style: italic;
}

.c-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #707070;
	background-color: #fff;
}
@media screen and (min-width: 769px) {
	.c-table {
		font-size: 1.4rem;
	}
}
.c-table__th, .c-table__td {
	padding: 1.2rem 1.6rem;
	line-height: 1.5;
	border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
	.c-table__th, .c-table__td {
		padding: 0.8rem 1.2rem;
	}
}
.c-table__th {
	width: 24%;
	text-align: center;
	vertical-align: middle;
	color: #29384E;
	background-color: rgba(41, 56, 78, 0.15);
}
.c-table__td {
	vertical-align: middle;
}
.c-table__tr:nth-child(even) .c-table__td {
	background-color: #fafafa;
}

.c-pager {
	display: flex;
	justify-content: center;
	margin-top: 6rem;
}
.c-pager:first-child {
	margin-top: 0;
}
.c-pager__list,
.c-pager .nav-links {
	display: flex;
	justify-content: center;
}
.c-pager .screen-reader-text {
	display: none;
}
.c-pager__item {
	border-right: 2px solid #B0B4BB;
}
.c-pager__item:last-child {
	border-right: none;
}
.c-pager__num,
.c-pager .page-numbers {
	position: relative;
	display: block;
	width: 4rem;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	color: #B0B4BB;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.c-pager__num,
	.c-pager .page-numbers {
		width: 2.8rem;
	}
}
.c-pager__num.is-active, .c-pager__num.current,
.c-pager .page-numbers.is-active,
.c-pager .page-numbers.current {
	font-weight: bold;
	color: #29384E;
}
.c-pager__num.prev:before, .c-pager__num.next:before,
.c-pager .page-numbers.prev:before,
.c-pager .page-numbers.next:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 50%;
	left: 50%;
	width: 2rem;
	height: 2rem;
	border-top: 2px solid #fff;
}
@media screen and (max-width: 768px) {
	.c-pager__num.prev:before, .c-pager__num.next:before,
	.c-pager .page-numbers.prev:before,
	.c-pager .page-numbers.next:before {
		width: 1.6rem;
		height: 1.6rem;
		border-top-width: 1px;
	}
}
.c-pager__num.prev,
.c-pager .page-numbers.prev {
	margin-right: 1.6rem;
}
.c-pager__num.prev:before,
.c-pager .page-numbers.prev:before {
	border-left: 2px solid #fff;
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
	.c-pager__num.prev:before,
	.c-pager .page-numbers.prev:before {
		border-left-width: 1px;
	}
}
.c-pager__num.next,
.c-pager .page-numbers.next {
	margin-left: 1.6rem;
}
.c-pager__num.next:before,
.c-pager .page-numbers.next:before {
	border-right: 2px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
	.c-pager__num.next:before,
	.c-pager .page-numbers.next:before {
		border-right-width: 1px;
	}
}

.l-if_noscript {
	background: #f00;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	line-height: 2;
}

.l-skip-link {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

.l-wrapper,
.l-main,
.l-header,
.l-footer {
	position: relative;
}

.l-wrapper {
	z-index: 0;
}

.l-main {
	z-index: 1;
}

.l-header {
	z-index: 10;
}

.l-footer {
	z-index: 3;
}

.is-menu-opened .l-wrapper {
	pointer-events: none;
}
.is-menu-opened .l-header {
	pointer-events: auto;
}

.l-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #F7F6F5;
	transition: 0.2s;
}
.l-header__contain {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	height: 9rem;
}
@media screen and (min-width: 769px) {
	.l-header__contain {
		width: 124rem;
	}
}
@media screen and (max-width: 768px) {
	.l-header__contain {
		height: 6rem;
		padding-left: 1.6rem;
	}
}
.l-header__logo {
	position: relative;
	line-height: 1;
	display: block;
	transition: 0.2s;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	a.l-header__logo:hover {
		opacity: 0.6;
	}
}

.l-header__logo-wh {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.l-header__logo img {
	width: 16.8rem;
}
@media screen and (max-width: 768px) {
	.l-header__logo img {
		width: 14.8rem;
	}
}
@media screen and (max-width: 768px) {
	.l-header__logo {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 80%;
	}
}
.l-header__engbtn {
	position: absolute;
	top: 50%;
	right: 7.2rem;
	transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
	.l-header__engbtn {
		display: none;
	}
}
.l-header__cts {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 769px) {
	.l-header--index {
		background: transparent;
	}
	.l-header--index .l-header__logo-wh {
		opacity: 1;
	}
	.l-header--index .l-header__logo-color {
		opacity: 0;
	}
	.is-scroll .l-header--index {
		background: #F7F6F5;
	}
	.is-scroll .l-header--index .l-header__logo-wh {
		opacity: 0;
	}
	.is-scroll .l-header--index .l-header__logo-color {
		opacity: 1;
	}
}
.l-main {
	padding-top: 9rem;
}
@media screen and (max-width: 768px) {
	.l-main {
		padding-top: 6rem;
	}
}
@media screen and (min-width: 769px) {
	.l-main--index {
		padding-top: 0;
	}
}

.l-access {
	background: #F7F6F5;
	padding-top: 12rem;
	padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.l-access {
		padding-top: 6rem;
		padding-bottom: 3.2rem;
	}
}
.l-access__info {
	padding-top: 2.4rem;
}
.l-access__ttl {
	margin-top: 4rem;
	margin-bottom: 1.2rem;
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.l-access__ttl {
		margin-top: 2.8rem;
		font-size: 1.5rem;
	}
}
.l-access__ttl:first-child {
	margin-top: 0;
}
.l-access__list {
	font-size: 1.6rem;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.l-access__list {
		font-size: 1.2rem;
	}
}
.l-access__list-item {
	position: relative;
	margin-bottom: 2rem;
	padding-left: 3.2rem;
}
.l-access__list-item:last-child {
	margin-bottom: 0;
}
.l-access__list-icon {
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 1.8rem;
	height: 1.8rem;
	line-height: 1;
}
.l-footer {
	padding-top: 6rem;
	background: #F7F6F5;
}

.l-footer-primary {
	padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
	.l-footer-primary {
		padding-bottom: 6rem;
	}
}
.l-footer-primary__nav-ttl {
	margin-bottom: 2.4rem;
}
.l-footer-primary__nav-ttl a {
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	a.l-footer-primary__nav-ttl a:hover {
		opacity: 0.6;
	}
}

.l-footer-primary__nav-list {
	font-size: 1.3rem;
}
.l-footer-primary__nav-anc {
	font-weight: normal;
}
@media screen and (min-width: 769px) {
	.l-footer-primary__nav-list {
		display: grid;
		grid-auto-flow: column;
		grid-template-rows: repeat(var(--rows, 2), auto);
		grid-auto-columns: 1fr;
		column-gap: 3.2rem;
		row-gap: 1.2rem;
	}
}
@media screen and (max-width: 768px) {
	.l-footer-primary__nav-list {
		display: flex;
		flex-wrap: wrap;
		gap: 2rem 2.8rem;
	}
	.l-footer-primary__nav-item {
		width: calc(46% - 1.4rem);
	}
}
@media screen and (max-width: 768px) {
	.l-footer-primary__other {
		margin-top: 4rem;
	}
}
.l-footer-primary__sns {
	margin-bottom: 2.4rem;
}
.l-footer-primary__sns-list {
	display: flex;
	justify-content: flex-end;
	gap: 2.4rem;
}
.l-footer-primary__sns-list img {
	width: 2.8rem;
}
.l-footer-primary__sns-anc {
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	a.l-footer-primary__sns-anc:hover {
		opacity: 0.6;
	}
}

.l-footer-primary__search {
	margin-bottom: 1.2rem;
}
@media screen and (min-width: 769px) {
	.l-footer-primary__eng {
		text-align: right;
	}
}
@media screen and (min-width: 769px) {
	.l-footer-primary__contain {
		display: flex;
		align-items: center;
		gap: 4.8rem;
	}
	.l-footer-primary__logo {
		width: 9.6rem;
		flex-shrink: 0;
		margin-top: -2.8rem;
	}
	.l-footer-primary__logo img {
		margin-bottom: 2.4rem;
	}
	.l-footer-primary__logo img:last-child {
		margin-bottom: 0;
	}
	.l-footer-primary__other {
		margin-left: auto;
	}
}

.l-footer-tail {
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
	background: #29384E;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.l-footer-tail {
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
	}
}
@media screen and (min-width: 769px) {
	.l-footer-tail__contain {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
.l-footer-tail__nav-list {
	display: flex;
	gap: 2rem;
	font-size: 1.2rem;
}
.l-footer-tail__small {
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.l-footer-tail__small {
		margin-top: 0.8rem;
		font-size: 1.1rem;
	}
}

.p-nav__switch {
	padding: 1.2rem 1.6rem;
	font-size: 1.3rem;
	font-weight: 500;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	.p-nav__switch {
		min-width: 13.2rem;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.p-nav__switch {
		width: 100%;
		padding: 1.6rem 0.8rem;
		font-size: 1.4rem;
		border-bottom: 1px solid #9F9F9F;
	}
}
.p-nav__switch-txt {
	position: relative;
	padding-right: 2rem;
}
.p-nav__switch-txt:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 45%;
	border: 0.4rem solid transparent;
	border-top-color: #29384E;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	.p-nav__switch.is-active {
		background: #29384E;
		color: #fff;
	}
	.p-nav__switch.is-active .p-nav__switch-txt:after {
		border-top-color: #fff;
	}
}
@media screen and (min-width: 769px) {
	.p-nav__menu {
		display: flex;
		border: 1px solid #fff;
		background: rgba(255, 255, 255, 0.7);
	}
	.p-nav__item {
		border-right: 1px solid #fff;
	}
	.p-nav__item--other {
		border-right: none;
		display: flex;
		align-items: center;
		gap: 1.2rem;
		padding: 0 1.6rem;
	}
	.p-nav__search-trigger {
		display: block;
		line-height: 1;
	}
}
@media screen and (max-width: 768px) {
	.p-nav {
		position: fixed;
		width: 100%;
		height: calc(100dvh - 6rem);
		padding: 0 1.6rem 4rem;
		line-height: 1;
		z-index: -1;
		top: 6rem;
		right: 0;
		text-align: left;
		pointer-events: none;
		transition: 0.2s;
		opacity: 0;
		background: #fff;
	}
	.is-menu-opened .p-nav {
		opacity: 1;
		pointer-events: auto;
	}
	.p-nav__menu {
		max-height: 100%;
		overflow: auto;
	}
	.p-nav__item--other {
		margin-top: 2rem;
	}
	.p-nav__search-trigger {
		display: none;
	}
	.p-nav__english {
		margin-top: 1.2rem;
	}
}

.p-nav-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 6rem;
	height: 6rem;
	margin: 0;
	z-index: 10;
	cursor: pointer;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	.p-nav-btn {
		display: none;
	}
}
.p-nav-btn__bar {
	position: absolute;
	display: block;
	width: 2rem;
	top: 50%;
	left: 50%;
	height: 1px;
	background: #29384E;
	transition: 0.2s;
	transform: translate(calc(-50% - 0.4rem), -50%);
}
.p-nav-btn__bar:before, .p-nav-btn__bar:after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: calc(100% + 0.4rem);
	height: 100%;
	background: #29384E;
	transition: 0.2s;
}
.p-nav-btn__bar:before {
	top: -0.8rem;
}
.p-nav-btn__bar:after {
	top: 0.8rem;
}
.is-menu-opened .p-nav-btn__bar {
	background: transparent;
}
.is-menu-opened .p-nav-btn__bar:before, .is-menu-opened .p-nav-btn__bar:after {
	top: 0;
}
.is-menu-opened .p-nav-btn__bar:before {
	transform: rotate(-45deg);
}
.is-menu-opened .p-nav-btn__bar:after {
	transform: rotate(45deg);
}

.p-mega-drop {
	display: none;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.p-mega-drop__head {
		display: none;
	}
}
.p-mega-drop__head-main {
	color: #fff;
	padding: 2.2rem;
}
.p-mega-drop__head-main--mission {
	background: #B2D071;
}
.p-mega-drop__head-main--about {
	background: #3D8EB2;
}
.p-mega-drop__head-main--sp8 {
	background: #11257C;
}
.p-mega-drop__head-main--sacla {
	background: #C1007E;
}
.p-mega-drop__head-main--user {
	background: #CBC53D;
}
.p-mega-drop__head-main--resources {
	background: #ADA7A7;
}
.p-mega-drop__head-lead {
	margin-top: 0.8rem;
	font-size: 1.2rem;
}
.p-mega-drop__ttl {
	line-height: 1.25;
}
.p-mega-drop__ttl-main {
	margin-right: 2rem;
	font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 2.8rem;
	font-weight: 500;
	vertical-align: sub;
}
.p-mega-drop__ttl-sub {
	font-size: 1.3rem;
	font-weight: bold;
}
.p-mega-drop__body {
	background: #fff;
}
.p-mega-drop__body-ttl {
	margin-bottom: 1.2rem;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	color: #9F9F9F;
}
@media screen and (max-width: 768px) {
	.p-mega-drop__body-ttl {
		font-size: 1.3rem;
		margin-bottom: 0.4rem;
		padding-top: 1.2rem;
	}
}
.p-mega-drop__body-block:not(:first-child) {
	margin-top: 2.8rem;
	padding-top: 2.8rem;
	border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
	.p-mega-drop__body-block:not(:first-child) {
		margin-top: 2rem;
		padding-top: 2rem;
		border-top-color: #D3D3D2;
	}
}
@media screen and (min-width: 769px) {
	.p-mega-drop__body {
		padding: 3.6rem;
	}
	.p-mega-drop__body-block {
		width: 100%;
		display: flex;
		gap: 8.8rem;
	}
	.p-mega-drop__body-clmn {
		width: 33%;
	}
}
@media screen and (max-width: 768px) {
	.p-mega-drop__body {
		padding: 0.8rem 0;
	}
}
@media screen and (min-width: 769px) {
	.p-mega-drop__list-item {
		margin-bottom: 1.2rem;
	}
	.p-mega-drop__list-item:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-mega-drop__list-anc {
		padding: 0.8rem;
		font-size: 1.3rem;
		font-weight: 500;
	}
}
@media screen and (min-width: 769px) {
	.p-mega-drop {
		position: absolute;
		top: 100%;
		right: -2rem;
		width: calc(100% + 4rem);
	}
	.p-mega-drop--search {
		width: auto;
	}
	.p-mega-drop__contain {
		display: flex;
		min-height: 24.8rem;
	}
	.p-mega-drop__head {
		display: flex;
		flex-direction: column;
		width: 36rem;
		flex-shrink: 0;
	}
	.p-mega-drop__head-img {
		flex-grow: 2;
	}
	.p-mega-drop__head-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.p-mega-drop__body {
		flex-grow: 2;
	}
}
@media screen and (max-width: 768px) {
	.p-mega-drop--search {
		display: block !important;
		position: static;
		width: auto;
	}
}

.js-slider {
	opacity: 0;
	transition: 0.3s;
}
.js-slider.slick-initialized {
	opacity: 1;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	background: transparent;
}

.slick-dotted {
	padding-bottom: 6.8rem;
}

/* arrow */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 4.8rem;
	width: 4.8rem;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	a.slick-prev:hover, .slick-next:hover {
		opacity: 0.6;
	}
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
	font-size: 2rem;
	line-height: 1;
	color: #333;
	opacity: #ccc;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	right: calc(100% + 1.6rem);
	background: url(../images/parts_slide_prev.svg) no-repeat center/contain;
}
[dir=rtl] .slick-prev {
	right: auto;
	left: calc(100% + 1.6rem);
}
.slick-prev:before {
	content: "";
}
[dir=rtl] .slick-prev:before {
	content: "";
}

.slick-next {
	left: calc(100% + 1.6rem);
	background: url(../images/parts_slide_next.svg) no-repeat center/contain;
}
[dir=rtl] .slick-next {
	right: calc(100% + 1.6rem);
	left: auto;
}
.slick-next:before {
	content: "";
}
[dir=rtl] .slick-next:before {
	content: "";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30;
}

.slick-dots {
	position: absolute;
	bottom: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	left: 0;
	font-size: 0;
	line-height: 0;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 0.4rem;
	width: 6.4rem;
	margin: 0 0.8rem;
	padding: 0;
	cursor: pointer;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	text-indent: 6.4rem;
	background: #29384E;
	opacity: 0.3;
}
.slick-dots li.slick-active {
	opacity: 1;
}

.simplebar-wrapper {
	margin: 0 !important;
}

.simplebar-content {
	padding: 0 !important;
}

.simplebar-track.simplebar-horizontal {
	height: 0.2rem;
	background: #D6D6D6;
}
@media screen and (min-width: 769px) {
	.simplebar-track.simplebar-horizontal {
		height: 0.5rem;
	}
}

.simplebar-scrollbar {
	background: #29384E;
	border: none;
}
.simplebar-scrollbar:before {
	background: transparent;
}

.p-anim-cts {
	opacity: 0;
	transform: translateY(2rem);
}
.p-anim-cts.is-inview {
	animation: 0.7s ease forwards cts;
}

@keyframes cts {
	0% {
		transform: translateY(2rem);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.p-anim-fade {
	opacity: 0;
}
.p-anim-fade.is-inview {
	animation: 0.7s ease forwards fadein;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.p-anim-d1 {
	animation-delay: 0.3s !important;
}

.p-anim-d2 {
	animation-delay: 0.6s !important;
}

.p-anim-d3 {
	animation-delay: 0.9s !important;
}

.p-anim-d4 {
	animation-delay: 1.2s !important;
}

.is-inview.p-anim-t1 {
	animation-duration: 0.9s;
}

.is-inview.p-anim-t2 {
	animation-duration: 1.2s;
}

.is-inview.p-anim-t3 {
	animation-duration: 1.5s;
}

.is-inview.p-anim-t4 {
	animation-duration: 1.8s;
}

.is-inview.p-anim-t5 {
	animation-duration: 2.1s;
}

.is-inview.p-anim-t6 {
	animation-duration: 2.4s;
}

@keyframes scroll-arrow-fuwa {
	0% {
		top: 0;
	}
	50% {
		top: 0.4rem;
	}
	100% {
		top: 0;
	}
}
.p-index-mv__contain {
	position: relative;
}
.p-index-mv__item {
	height: 64vw;
}
@media screen and (min-width: 769px) {
	.p-index-mv__item {
		max-height: 86rem;
		min-height: 40vw;
	}
}
@media screen and (max-width: 768px) {
	.p-index-mv__item {
		height: 75vh;
		min-height: 80vw;
		position: relative;
	}
	.p-index-mv__item:before {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.32);
		z-index: 2;
	}
}
.p-index-mv__img, .p-index-mv__cts {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p-index-mv__img {
	z-index: 1;
}
.p-index-mv__img video, .p-index-mv__img img {
	object-fit: cover;
	object-position: left center;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.p-index-mv__img video, .p-index-mv__img img {
		object-position: center;
	}
}
.p-index-mv__cts {
	z-index: 3;
}
@media screen and (max-width: 768px) {
	.p-index-mv__cts {
		padding: 0 1.6rem;
	}
}
.p-index-mv__cmn {
	width: 100%;
	position: absolute;
	left: 6.8vw;
	bottom: 8rem;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.p-index-mv__cmn {
		left: 0;
		bottom: 36%;
		padding: 0 1.6rem;
		text-align: center;
	}
}
.p-index-mv__cmn-lead {
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
	.p-index-mv__cmn-lead {
		font-size: 1.3rem;
		line-height: 1.5;
	}
}
.p-index-mv__cmn-ttl {
	font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.25;
}
@media screen and (max-width: 768px) {
	.p-index-mv__cmn-ttl {
		font-size: 3.2rem;
		margin-bottom: 2rem;
	}
}
.p-index-mv__cmn-btn {
	margin-top: 2rem;
}
.p-index-mv__ttl {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-index-mv__scroll, .p-index-mv__links {
	pointer-events: none;
	position: absolute;
	left: 0;
	color: #fff;
	z-index: 2;
}
.p-index-mv__scroll {
	width: 100%;
	bottom: 4.8rem;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
.p-index-mv__scroll:after {
	content: "";
	display: block;
	position: relative;
	pointer-events: none;
	display: block;
	width: 0;
	margin: auto;
	margin-top: 1rem;
	border: 0.4rem solid transparent;
	border-top: 0.4rem solid #fff;
	animation: scroll-arrow-fuwa 2s ease infinite;
}
@media screen and (max-width: 768px) {
	.p-index-mv__scroll {
		display: none;
	}
}
.p-index-mv__links {
	bottom: 7.6rem;
	right: min(10rem, 6.8vw);
}
@media screen and (max-width: 768px) {
	.p-index-mv__links {
		bottom: 2rem;
		right: 0;
	}
}
.p-index-mv__links-list {
	display: flex;
	gap: 2.4rem;
	justify-content: flex-end;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.p-index-mv__links-list {
		font-size: 1.1rem;
		justify-content: center;
		gap: 1.6rem;
	}
}
.p-index-mv__links-item {
	letter-spacing: 0.1em;
	pointer-events: auto;
}
.p-index-notice {
	background: #F7F6F5;
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
	.p-index-notice {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-notice__contain {
		display: flex;
		align-items: center;
		gap: 2.4rem;
	}
}
.p-index-notice__head {
	background: #29384E;
	color: #fff;
	padding: 0.4rem 1.6rem;
	min-width: 15.2rem;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
}
@media screen and (max-width: 768px) {
	.p-index-notice__head {
		display: inline-block;
		min-width: 0;
		margin-bottom: 0.8rem;
		font-size: 1.2rem;
	}
}
.p-index-notice__anc {
	font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
	.p-index-notice__anc {
		font-size: 1.4rem;
	}
}
.p-index-notice__date {
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.p-index-notice__date {
		margin-left: auto;
		flex-shrink: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-index-notice__date {
		margin-top: 0.8rem;
		font-size: 1.1rem;
	}
}

.p-index-intro {
	padding-top: 8rem;
	padding-bottom: 8rem;
	background: #F7F6F5 url(../images/intro_bg.png?260131) no-repeat calc(50% + 35rem) center/70rem;
}
@media screen and (max-width: 768px) {
	.p-index-intro {
		padding-top: 5.2rem;
		padding-bottom: 5.2rem;
		background-position: center bottom 6rem;
		background-size: 40rem;
	}
}
.p-index-intro__ttl {
	margin-bottom: 4rem;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "游明朝", "BIZ UDMincho", "BIZ UDPMincho", "IPAexMincho", "TakaoMincho", serif;
	font-size: 2.6rem;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.p-index-intro__ttl {
		margin-bottom: 2rem;
		font-size: 2.4rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-intro__body {
		padding-left: 10rem;
	}
}
.p-index-intro__txt {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "游明朝", "BIZ UDMincho", "BIZ UDPMincho", "IPAexMincho", "TakaoMincho", serif;
	font-size: 1.3rem;
	line-height: 2.25;
}
.p-index-intro__btn {
	margin-top: 4rem;
}
@media screen and (max-width: 768px) {
	.p-index-intro__btn {
		margin-top: 2rem;
	}
}
.p-index-intro__tail {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "游明朝", "BIZ UDMincho", "BIZ UDPMincho", "IPAexMincho", "TakaoMincho", serif;
	font-weight: bold;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.p-index-intro__tail {
		margin-top: 20rem;
		font-size: 1.4rem;
	}
}

.p-index-news-event {
	padding-top: 8rem;
	margin-bottom: 4.4rem;
}
@media screen and (max-width: 768px) {
	.p-index-news-event {
		padding-top: 5.2rem;
	}
}
.p-index-news-event__news {
	margin-bottom: 6.8rem;
}

.p-index-newslist {
	margin-bottom: 4rem;
}
.p-index-newslist__item {
	display: flex;
	gap: 2rem;
	align-items: center;
	margin-bottom: 2rem;
}
.p-index-newslist__item:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.p-index-newslist__item {
		gap: 0.8rem 1.6rem;
		flex-wrap: wrap;
		border-bottom: 1px solid #D0D0D0;
		padding-bottom: 1.6rem;
	}
	.p-index-newslist__item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
}
.p-index-newslist__cat, .p-index-newslist__date {
	flex-shrink: 0;
}
.p-index-newslist__cat {
	min-width: 7.2rem;
	padding: 0.4rem;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	border: 1px solid;
}
@media screen and (max-width: 768px) {
	.p-index-newslist__cat {
		line-height: 1.25;
	}
}
.p-index-newslist__cat--sp8 {
	color: #29384E;
}
.p-index-newslist__cat--sacla {
	color: #FF00C4;
}
.p-index-newslist__cat--sp8 {
	color: #707070;
}
.p-index-newslist__date {
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
}
.p-index-newslist__ttl {
	font-size: 1.5rem;
	letter-spacing: 0;
}
@media screen and (max-width: 768px) {
	.p-index-newslist__ttl {
		width: 100%;
		font-size: 1.4rem;
	}
}

.p-index-eventlist {
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.p-index-eventlist {
		margin-bottom: 4rem;
	}
}
.p-index-eventlist__head {
	margin-bottom: 2.8rem;
	padding: 0.8rem;
	border-radius: 2rem 2rem 0 0;
	background: #D0D0D0;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
	.p-index-eventlist__head {
		margin-bottom: 2rem;
	}
}
.p-index-eventlist__spot, .p-index-eventlist__ttl {
	position: relative;
	padding-left: 2em;
	font-size: 1.3rem;
	line-height: 1.5;
}
.p-index-eventlist__spot:before, .p-index-eventlist__ttl:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	left: 0;
}
.p-index-eventlist__ttl {
	margin-bottom: 2rem;
}
.p-index-eventlist__ttl:before {
	width: 1.2em;
	height: 1.2em;
	top: 0.4em;
	background: url(../images/icon_check.svg) no-repeat center/contain;
}
.p-index-eventlist__spot:before {
	width: 1.4em;
	height: 1.4em;
	top: 0;
	background: url(../images/icon_pin.svg) no-repeat center/contain;
}
.p-index-eventlist__btn {
	margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
	.p-index-eventlist__btn {
		margin-top: 2rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-eventlist {
		overflow: hidden;
	}
	.p-index-eventlist__contain {
		display: flex;
		margin-left: -4rem;
		margin-right: -4rem;
	}
	.p-index-eventlist__item {
		width: 33.333%;
		padding: 0 4rem;
		border-right: 1px solid #29384E;
	}
	.p-index-eventlist__item:last-child {
		border-right: none;
	}
}
@media screen and (max-width: 768px) {
	.p-index-eventlist__item {
		padding-bottom: 2.8rem;
		margin-bottom: 2.8rem;
		border-bottom: 1px solid #29384E;
	}
	.p-index-eventlist__item:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.p-index-pr {
	margin-bottom: 8rem;
	overflow: hidden;
}
.p-index-pr__contain {
	margin-bottom: 4rem;
}
@media screen and (min-width: 769px) {
	.p-index-pr__contain {
		overflow: hidden;
		margin-right: calc((100vw - 102.4rem) / -2);
	}
	.p-index-pr__list {
		display: flex;
		gap: 2.8rem;
		overflow-x: auto;
		padding-right: 2.8rem;
	}
	.p-index-pr__item {
		width: 26rem;
		flex-shrink: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-index-pr {
		margin-bottom: 5.2rem;
	}
	.p-index-pr__list {
		display: flex;
		gap: 1.2rem;
		flex-wrap: wrap;
	}
	.p-index-pr__item {
		width: calc(50% - 0.6rem);
	}
}

.p-index-secondary {
	padding-top: 8rem;
	background: #F7F6F5;
}
@media screen and (max-width: 768px) {
	.p-index-secondary {
		padding-top: 5.2rem;
	}
}
.p-index-secondary__box {
	margin-bottom: 12rem;
}

.p-index-about {
	margin-top: 6.4rem;
	margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
	.p-index-about {
		margin-top: 0;
		margin-bottom: 4rem;
	}
}
.p-index-about:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.p-index-about__points {
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-about__points-contain {
		display: flex;
		gap: 8rem;
	}
}
@media screen and (min-width: 769px) {
	.p-index-about__points-list {
		width: 50%;
	}
}
.p-index-tour__contain {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 45rem;
	padding: 4rem 6rem;
	background: url(../images/tour.jpg) no-repeat center/cover;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.p-index-tour__contain {
		min-height: 18rem;
		padding: 2rem 2.4rem;
	}
}
.p-index-tour__contain:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: calc(100% - 2.4rem);
	height: calc(100% - 2.4rem);
	border: 1px solid #fff;
	top: 1.2rem;
	left: 1.2rem;
}
@media screen and (max-width: 768px) {
	.p-index-tour__contain:before {
		width: calc(100% - 1.2rem);
		height: calc(100% - 1.2rem);
		top: 0.6rem;
		left: 0.6rem;
	}
}
.p-index-tour__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-index-tour__txt {
	font-size: 2rem;
}

.p-page-head {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4rem 0;
	font-size: 1rem;
	min-height: 36rem;
	color: #fff;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.p-page-head {
		justify-content: flex-end;
		min-height: 32rem;
	}
}
@media screen and (min-width: 1441px) {
	.p-page-head--lg {
		height: calc(100vh - 9rem);
	}
}
@media screen and (min-width: 769px) {
	.p-page-head--lg {
		min-height: 76rem;
	}
}
@media screen and (max-width: 768px) {
	.p-page-head--lg {
		min-height: 85vw;
	}
}
@media screen and (min-width: 769px) {
	.p-page-head--movie {
		height: 76rem;
	}
}
@media screen and (max-width: 768px) {
	.p-page-head--movie {
		height: 85vw;
	}
}
.p-page-head--movie .p-page-head__img:before {
	content: none;
}
.p-page-head__cts {
	position: relative;
	z-index: 1;
}
.p-page-head__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	/* 背景動画 */
	/* 動画が苦手な環境への配慮：reduce では動画を停止して poster に任せる */
}
.p-page-head__img:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 66%;
	height: 100%;
	background: linear-gradient(to right, rgba(41, 56, 78, 0.9), rgba(0, 111, 91, 0));
}
@media screen and (max-width: 768px) {
	.p-page-head__img:before {
		width: 90%;
	}
}
.p-page-head__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-page-head__img video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
@media (prefers-reduced-motion: reduce) {
	.p-page-head__img-video {
		animation: none !important;
	}
}
.p-page-head__ttl {
	margin-bottom: 1.2rem;
	font-family: "Ysabeau Office", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 5.2rem;
	line-height: 1.25;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.p-page-head__ttl {
		font-size: 3.2rem;
	}
}
.p-page-head__lead {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "游明朝", "BIZ UDMincho", "BIZ UDPMincho", "IPAexMincho", "TakaoMincho", serif;
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.p-page-head__lead {
		font-size: 1.3rem;
	}
}

.p-page-intro {
	margin-bottom: 10rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-page-intro {
		margin-bottom: 6rem;
		text-align: left;
	}
}
.p-page-intro:last-child {
	margin-bottom: 0;
}
.p-page-intro__ttl {
	margin-bottom: 4rem;
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.p-page-intro__ttl {
		margin-bottom: 2.4rem;
		font-size: 1.75rem;
	}
}
.p-page-intro__ttl-sub, .p-page-intro__ttl-main {
	display: block;
}
.p-page-intro__ttl-sub {
	margin-bottom: 0.4rem;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.p-page-intro__ttl-sub {
		font-size: 1.3rem;
	}
}
.p-page-intro__ttl-main {
	font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
	.p-page-intro__ttl-main {
		font-size: 2rem;
	}
}
.p-page-intro__txt {
	margin-bottom: 8rem;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.p-page-intro__txt {
		margin-bottom: 6rem;
		font-size: 1.3rem;
	}
}
@media screen and (min-width: 769px) {
	.p-page-intro__txt {
		font-size: 1.6rem;
	}
}
.p-page-intro__txt:last-child {
	margin-bottom: 0;
}

.p-section-intro {
	margin-bottom: 4.8rem;
	text-align: center;
}
.p-section-intro:last-child {
	margin-bottom: 0;
}
.p-section-intro__ttl {
	margin-bottom: 1.6rem;
	font-size: 2rem;
	font-weight: bold;
}
.p-section-intro__txt:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	.p-section-intro__txt {
		font-size: 1.6rem;
	}
}

.p-page-aside {
	padding: 12rem 0;
}
@media screen and (max-width: 768px) {
	.p-page-aside {
		padding: 6rem 0;
	}
}

.p-kanren-links {
	margin-bottom: 8rem;
	text-align: center;
}
.p-kanren-links__ttl {
	margin-bottom: 2rem;
}
.p-kanren-links__ttl-txt {
	display: inline-block;
	padding: 0.4rem 1.2rem;
	min-width: 20rem;
	background: #29384E;
	color: #fff;
}
.p-kanren-links__item {
	font-size: 1.8rem;
	margin-bottom: 1.2rem;
}

.p-sub-links {
	line-height: 1.5;
}
.p-sub-links__item {
	text-align: center;
}
.p-sub-links__icon {
	margin-bottom: 0.4rem;
}
.p-sub-links__icon img {
	width: 3rem;
}
.p-sub-links__topic {
	font-size: 1.6rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.p-sub-links__topic {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 768px) {
	.p-sub-links__head {
		font-size: 1.4rem;
	}
}
.p-sub-links__body {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5em;
	font-size: 1.3rem;
	font-weight: bold;
}
.p-sub-links--pd {
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
	.p-sub-links--pd {
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
	}
}
.p-sub-links--cmn {
	margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.p-sub-links--cmn {
		margin-bottom: 6rem;
	}
}
@media screen and (min-width: 769px) {
	.p-sub-links__contain {
		display: flex;
	}
	.p-sub-links__item {
		width: 25%;
		border-right: 1px solid #29384E;
	}
	.p-sub-links__item:last-child {
		border-right: none;
	}
	.p-sub-links__head {
		margin-bottom: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	.p-sub-links__item {
		border-bottom: 1px solid;
		display: flex;
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
		align-items: center;
	}
	.p-sub-links__item:last-child {
		border-bottom: none;
	}
	.p-sub-links__head {
		min-width: 10.8rem;
		flex-shrink: 0;
	}
	.p-sub-links__body {
		flex-grow: 2;
	}
}

.p-cat-links__card {
	display: flex;
	flex-direction: column;
	padding: 1.6rem 3.2rem;
	justify-content: center;
	min-height: 10rem;
	height: 100%;
	color: #fff;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	a.p-cat-links__card:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width: 768px) {
	.p-cat-links__card {
		padding: 1.6rem 1.2rem;
		min-height: 0;
	}
}
.p-cat-links__card--mission {
	background: #B2D071;
}
.p-cat-links__card--about {
	background: #3D8EB2;
}
.p-cat-links__card--sp8 {
	background: #11257C;
}
.p-cat-links__card--sacla {
	background: #C1007E;
}
.p-cat-links__card--user {
	background: #CBC53D;
}
.p-cat-links__card--resources {
	background: #ADA7A7;
}
@media screen and (max-width: 768px) {
	.p-cat-links__ttl-main, .p-cat-links__ttl-sub {
		display: block;
	}
}
.p-cat-links__ttl-main {
	font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
	vertical-align: sub;
	line-height: 1.25;
}
@media screen and (min-width: 769px) {
	.p-cat-links__ttl-main {
		display: inline-block;
		margin-right: 2.4rem;
	}
}
@media screen and (max-width: 768px) {
	.p-cat-links__ttl-main {
		font-size: 1.8rem;
	}
}
.p-cat-links__ttl-sub {
	font-size: 1rem;
	font-weight: bold;
}
.p-cat-links__txt {
	font-size: 1.2rem;
}

.p-acco-article {
	padding-top: 2rem;
}
.p-acco-article__item {
	border-bottom: 1px solid rgba(112, 112, 112, 0.25);
	padding-bottom: 4rem;
	margin-bottom: 4rem;
}
.p-acco-article__item:last-child {
	margin-bottom: 0;
}
.p-acco-article__badge {
	display: inline-block;
	margin-bottom: 1.6rem;
	padding: 0.4rem 1.6rem;
	color: #fff;
	background: #000;
	border-radius: 12rem;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
	.p-acco-article__badge {
		margin-bottom: 1.2rem;
		font-size: 1rem;
	}
}
.p-acco-article__badge--sp8 {
	background: #11257C;
}
.p-acco-article__badge--sacla {
	background: #C1007E;
}
.p-acco-article__badge--other {
	background: #000;
}
.p-acco-article__btn {
	padding-right: 2rem;
}
@media screen and (max-width: 768px) {
	.p-acco-article__btn {
		text-align: right;
	}
}
.p-acco-article__ttl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.p-acco-article__ttl {
		font-size: 1.5rem;
	}
}
.p-acco-article__ttl-sub {
	display: block;
	font-size: 1.3rem;
	font-weight: 200;
	margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
	.p-acco-article__ttl-sub {
		font-size: 1.2rem;
	}
}
.p-acco-article__info {
	position: relative;
	margin-bottom: 0.4rem;
	padding-left: 2.8rem;
	font-size: 1.3rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.p-acco-article__info {
		font-size: 1.2rem;
		padding-left: 1.8rem;
	}
}
.p-acco-article__info:last-child {
	margin-bottom: 0;
}
.p-acco-article__info:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1.8rem;
	height: 1.8rem;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.p-acco-article__info:before {
		width: 1.4rem;
		height: 1.4rem;
	}
}
.p-acco-article__info--time:before {
	background: url(../images/icon_time.svg) no-repeat center/contain;
}
.p-acco-article__info--area:before {
	background: url(../images/icon_pin.svg) no-repeat center/contain;
}
.p-acco-article__date {
	margin-top: 0.8rem;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
}
.p-acco-article__card--event {
	display: grid;
}
.p-acco-article__card--cmn .p-acco-article__ttl {
	margin-bottom: 1.2rem;
}
.p-acco-article__card--cmn .p-acco-article__btn {
	margin-top: 1.6rem;
}
@media screen and (min-width: 769px) {
	.p-acco-article__card--cmn {
		display: flex;
		align-items: center;
		position: relative;
		gap: 4.8rem;
	}
	.p-acco-article__card--cmn .p-acco-article__img,
	.p-acco-article__card--cmn .p-acco-article__btn {
		flex-shrink: 0;
	}
	.p-acco-article__card--cmn .p-acco-article__btn {
		margin-left: auto;
		align-self: flex-end;
	}
	.p-acco-article__card--event {
		gap: 1.2rem 4.8rem;
		grid-template-columns: 14rem auto auto;
		grid-template-rows: auto auto;
	}
	.p-acco-article__card--event .p-acco-article__img {
		grid-row: 1/3;
		grid-column: 1/2;
	}
	.p-acco-article__card--event .p-acco-article__head {
		grid-row: 1/2;
		grid-column: 2/3;
	}
	.p-acco-article__card--event .p-acco-article__dtl {
		grid-row: 2/3;
		grid-column: 2/3;
	}
	.p-acco-article__card--event .p-acco-article__btn {
		grid-row: 2/3;
		grid-column: 3/4;
		align-self: end;
	}
}
@media screen and (max-width: 768px) {
	.p-acco-article__card--event {
		gap: 1.6rem;
		grid-template-columns: 10rem auto;
		grid-template-rows: auto auto auto;
	}
	.p-acco-article__card--event .p-acco-article__img {
		grid-row: 1/2;
		grid-column: 1/2;
	}
	.p-acco-article__card--event .p-acco-article__head {
		grid-row: 1/2;
	}
	.p-acco-article__card--event .p-acco-article__head--noimg {
		grid-column: 1/3;
	}
	.p-acco-article__card--event .p-acco-article__dtl {
		grid-column: 1/3;
		grid-row: 2/3;
	}
	.p-acco-article__card--event .p-acco-article__btn {
		grid-row: 3/4;
		grid-column: 1/3;
	}
}

.p-press-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #707070;
	padding: 3.2rem;
}
@media screen and (min-width: 769px) {
	.p-press-card {
		min-height: 44rem;
	}
}
@media screen and (max-width: 768px) {
	.p-press-card {
		padding: 2rem;
	}
}
.p-press-card__cat {
	display: flex;
	gap: 0.8rem;
	flex-wrap: wrap;
	margin-bottom: 1.6rem;
}
.p-press-card__cat-item {
	text-align: center;
	padding: 0.4rem 1rem;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	border-radius: 12rem;
	background: #000;
	color: #fff;
}
.p-press-card__cat-item--sp8 {
	background: #11257C;
	color: #fff;
}
.p-press-card__cat-item--sacla {
	background: #C1007E;
	color: #fff;
}
.p-press-card__cat-item--other {
	background: #000;
	color: #fff;
}
.p-press-card__date {
	margin-bottom: 0.8rem;
	font-size: 1.2rem;
	font-weight: 500;
}
.p-press-card__ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.p-press-card__ttl {
		margin-bottom: 1.2rem;
		font-size: 1.6rem;
	}
}
.p-press-card__txt {
	font-size: 1.4rem;
	line-height: 1.92;
}
@media screen and (max-width: 768px) {
	.p-press-card__txt {
		font-size: 1.2rem;
		line-height: 1.5;
	}
}
.p-press-card__tail {
	margin-top: auto;
}
.p-press-card__img {
	height: 16rem;
	margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
	.p-press-card__img {
		height: 12rem;
		margin-bottom: 2rem;
	}
}
.p-press-card__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.p-press-card__btn {
	text-align: right;
	margin-top: auto;
}
@media screen and (max-width: 768px) {
	.p-press-card__btn {
		padding-right: 1.2rem;
	}
}

.p-year-pager {
	margin-top: 6rem;
	text-align: center;
}
.p-year-pager:first-child {
	margin-top: 0;
}
.p-year-pager__contain {
	display: flex;
	gap: 1.6rem 0;
	flex-wrap: wrap;
	justify-content: center;
}
.p-year-pager__btn {
	position: relative;
	line-height: 1;
	min-width: 12rem;
	margin-bottom: 1.6rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-year-pager__btn {
		min-width: 10rem;
	}
}
.p-year-pager__btn:before, .p-year-pager__btn:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1px;
	height: 100%;
	background: #29384E;
	top: 0;
}
.p-year-pager__btn:before {
	left: 0;
}
.p-year-pager__btn:after {
	right: -1px;
}

.p-right-scroll {
	margin-right: calc((100vw - 102.4rem) / -2);
}
@media screen and (max-width: 768px) {
	.p-right-scroll {
		margin-right: -1.6rem;
	}
}
.p-right-scroll__box {
	overflow-x: auto;
}
.p-right-scroll__item {
	padding-right: 2rem;
	max-width: none;
}
@media screen and (min-width: 769px) {
	.p-right-scroll--sp {
		overflow: inherit;
		margin-right: inherit;
	}
	.p-right-scroll--sp .p-right-scroll__box {
		overflow-x: inherit;
	}
	.p-right-scroll--sp .p-right-scroll__item {
		padding-right: inherit;
		max-width: 100%;
	}
	.p-right-scroll--sp .simplebar-track,
	.p-right-scroll--sp .simplebar-height-auto-observer-wrapper {
		display: none;
	}
	.p-right-scroll--sp .simplebar-content-wrapper {
		overflow: inherit !important;
	}
}
.p-right-scroll .simplebar-scrollable-x {
	padding-bottom: 2.8rem;
}
.p-right-scroll .simplebar-track {
	width: 102.4rem;
	background: #CBCBCB;
}
@media screen and (max-width: 768px) {
	.p-right-scroll .simplebar-track {
		width: calc(100vw - 1.6rem * 2);
	}
}
.p-right-scroll .simplebar-track.simplebar-horizontal {
	height: 0.3rem;
}
.p-right-scroll--sacla .simplebar-track {
	background: #fff;
}
.p-right-scroll--sacla .simplebar-scrollbar {
	background: #C1007E;
}

.p-sitemap {
	margin-bottom: -4.8rem;
}
.p-sitemap__block {
	margin-bottom: 4.8rem;
}
.p-sitemap__head {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 1.6rem;
}
.p-sitemap__sub {
	font-size: 1.2rem;
	font-weight: bold;
	color: #9F9F9F;
}
.p-sitemap__list {
	margin-bottom: 3.2rem;
}
.p-sitemap__list:last-child {
	margin-bottom: 0;
}
.p-sitemap__list-item {
	border-bottom: 1px solid #D3D3D2;
}
.p-sitemap__list-anc {
	padding: 0.8rem 0;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.25;
}
@media screen and (min-width: 769px) {
	.p-sitemap {
		column-count: 4;
		column-gap: 6%;
	}
	.p-sitemap__block {
		break-inside: avoid;
	}
	.p-sitemap__block--break {
		break-before: column;
	}
}

.p-mission-index {
	padding-top: 12rem;
	background: url(../images/mission/bg.png) no-repeat center top/max(100%, 130rem);
}
@media screen and (max-width: 768px) {
	.p-mission-index {
		padding-top: 4.8rem;
		background-size: 100%;
	}
}
.p-mission-index__intro, .p-mission-index__prof {
	margin-bottom: 20rem;
}
.p-mission-index__intro:last-child, .p-mission-index__prof:last-child {
	margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
	.p-mission-index__intro, .p-mission-index__prof {
		margin-bottom: 8rem;
	}
	.p-mission-index__intro:last-child, .p-mission-index__prof:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-mission-index__intro {
		font-size: 1.3rem;
	}
}
.p-mission-index__prof-ttl {
	margin-bottom: 4.8rem;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "游明朝", "BIZ UDMincho", "BIZ UDPMincho", "IPAexMincho", "TakaoMincho", serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.92;
}
@media screen and (max-width: 768px) {
	.p-mission-index__prof-ttl {
		margin-bottom: 3.2rem;
	}
}
.p-mission-index__prof-txt {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "游明朝", "BIZ UDMincho", "BIZ UDPMincho", "IPAexMincho", "TakaoMincho", serif;
	font-size: 1.3rem;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.p-mission-gf {
		padding-bottom: 0;
	}
}

.p-mission-gf-core__item--1 {
	background: url(../images/mission/greenfacility/item_bg_01.jpg) no-repeat center/cover;
}
.p-mission-gf-core__item--2 {
	background: url(../images/mission/greenfacility/item_bg_02.jpg) no-repeat center/cover;
}
.p-mission-gf-core__item--3 {
	background: url(../images/mission/greenfacility/item_bg_03.jpg) no-repeat center/cover;
}
.p-mission-gf-core__ttl {
	text-align: center;
	margin-bottom: 3.2rem;
}
.p-mission-gf-core__ttl-main, .p-mission-gf-core__ttl-sub {
	display: block;
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	.p-mission-gf-core__ttl-main, .p-mission-gf-core__ttl-sub {
		font-size: 2rem;
	}
}
.p-mission-gf-core__ttl-main {
	margin-bottom: 1.2rem;
}
.p-mission-gf-core__ttl-sub {
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
.p-mission-gf-core__txt {
	font-size: 1.6rem;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.p-mission-gf-core__txt {
		font-size: 1.3rem;
	}
}
@media screen and (min-width: 769px) {
	.p-mission-gf-core {
		display: grid;
		grid-template-columns: 56% 44%;
		gap: 0.2rem;
	}
	.p-mission-gf-core__item--1 {
		grid-row: 1/2;
		grid-column: 1/3;
		padding: 8rem;
		padding-left: 0;
	}
	.p-mission-gf-core__item--2 {
		grid-row: 2/3;
		grid-column: 1/2;
		padding: 8rem;
		padding-bottom: 4.8rem;
	}
	.p-mission-gf-core__item--3 {
		grid-row: 2/3;
		grid-column: 2/3;
		padding: 8rem 2.8rem 4.8rem;
	}
	.p-mission-gf-core__cts--1 {
		display: flex;
		align-items: center;
	}
	.p-mission-gf-core__cts--1 .p-mission-gf-core__ttl {
		margin-bottom: 0;
		padding: 2rem;
		width: 32rem;
		flex-shrink: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-mission-gf-core {
		margin-left: -1.6rem;
		margin-right: -1.6rem;
	}
	.p-mission-gf-core__item {
		margin-bottom: 0.2rem;
		padding: 4rem 1.6rem;
	}
}

.p-mission-filter__controls {
	margin-bottom: 3.2rem;
}
.p-mission-filter__btn {
	width: 100%;
	padding: 0.4rem 0.8rem;
	border: 0.2rem solid;
	border-radius: 0.4rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.p-mission-filter__btn.is-active {
	color: #fff;
}
.p-mission-filter__btn--a {
	color: #0953BA;
	border-color: #0953BA;
}
.p-mission-filter__btn--a.is-active {
	background: #0953BA;
}
.p-mission-filter__btn--b {
	color: #16A2AD;
	border-color: #16A2AD;
}
.p-mission-filter__btn--b.is-active {
	background: #16A2AD;
}
.p-mission-filter__btn--c {
	color: #8D27A5;
	border-color: #8D27A5;
}
.p-mission-filter__btn--c.is-active {
	background: #8D27A5;
}
.p-mission-filter__item.is-hidden {
	display: none;
}

.p-symposium-card__date {
	margin-bottom: 1.6rem;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.p-symposium-card__date {
		margin-bottom: 0.8rem;
	}
}
.p-symposium-card__contain {
	border: 1px solid #707070;
}
.p-symposium-card__img {
	position: relative;
}
@media screen and (max-width: 768px) {
	.p-symposium-card__img {
		height: 30rem;
	}
}
.p-symposium-card__img img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: top;
}
.p-symposium-card__body {
	padding: 3.6rem;
}
@media screen and (max-width: 768px) {
	.p-symposium-card__body {
		padding: 2.4rem 2rem;
	}
}
.p-symposium-card__ttl {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
	.p-symposium-card__ttl {
		font-size: 1.75rem;
		margin-bottom: 1.6rem;
	}
}
.p-symposium-card__list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
	.p-symposium-card__list {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	.p-symposium-card__list {
		font-size: 1.2rem;
		margin-bottom: 1.6rem;
	}
}
.p-symposium-card__list-dt {
	width: 8rem;
	flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	.p-symposium-card__list-dt {
		width: 5.6rem;
	}
}
.p-symposium-card__list-dd {
	width: calc(100% - 8rem);
}
@media screen and (max-width: 768px) {
	.p-symposium-card__list-dd {
		width: calc(100% - 5.6rem);
	}
}
.p-symposium-card__contact {
	margin-bottom: 1.2rem;
	color: #000;
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.p-symposium-card__contact {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 768px) {
	.p-symposium-card__contact {
		margin-bottom: 2rem;
		font-size: 1.2rem;
		text-align: center;
	}
}
.p-symposium-card__contact-txt {
	color: #11257C;
}
@media screen and (min-width: 769px) {
	.p-symposium-card__btn {
		text-align: right;
	}
}
@media screen and (max-width: 768px) {
	.p-symposium-card__btn {
		text-align: center;
	}
}
@media screen and (min-width: 769px) {
	.p-symposium-card__contain {
		display: flex;
	}
	.p-symposium-card__img {
		width: 40%;
		min-height: 38rem;
		flex-shrink: 0;
	}
}

.p-about-index {
	background: #29384E;
	color: #fff;
}
.p-about-index__ttl {
	margin-bottom: 8rem;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 2.4rem;
	text-align: center;
}
.p-about-index__contain {
	border-top: 1px solid #fff;
}
.p-about-index__item {
	position: relative;
	border-bottom: 1px solid #fff;
}
.p-about-index__item:last-child {
	border-bottom: none;
}
.p-about-index__item-contain {
	padding: 2.4rem;
}
.p-about-index__item-head {
	line-height: 1.25;
	text-align: right;
}
.p-about-index__item-year {
	font-family: "Ysabeau Office", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 4.4rem;
}
.p-about-index__item-mon {
	font-family: "Ysabeau Office", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 3.2rem;
}
.p-about-index__item-kan {
	font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 2.4rem;
}
.p-about-index__item-txt {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "游明朝", "BIZ UDMincho", "BIZ UDPMincho", "IPAexMincho", "TakaoMincho", serif;
	font-size: 1.6rem;
}
.p-about-index__img {
	position: absolute;
	z-index: 1;
	text-align: center;
}
.p-about-index__img img {
	border-radius: 50%;
	max-width: 100%;
	max-height: 100%;
}
@media screen and (min-width: 769px) {
	.p-about-index__item--8810 .p-about-index__contain {
		padding-right: 24rem;
	}
	.p-about-index__item--8810 .p-about-index__img {
		width: 21.4rem;
		height: 21.4rem;
		bottom: 2rem;
		right: 0;
	}
}
@media screen and (min-width: 769px) {
	.p-about-index__adj-1 {
		border-bottom: 1px solid #fff;
		display: flex;
		align-items: center;
		gap: 4.8rem;
		padding: 1.2rem 0 1.2rem 2rem;
	}
	.p-about-index__adj-1 .p-about-index__img {
		flex-shrink: 0;
		position: relative;
		width: 28rem;
		height: 28rem;
	}
}
@media screen and (min-width: 769px) {
	.p-about-index__item--9703 .p-about-index__item-contain {
		padding-right: 24rem;
	}
	.p-about-index__item--9703 .p-about-index__img {
		width: 16.8rem;
		height: 16.8rem;
		max-height: calc(100% + 2.4rem);
		top: 50%;
		right: 2rem;
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 769px) {
	.p-about-index__item--0310 .p-about-index__item-contain {
		padding-left: 24rem;
	}
	.p-about-index__item--0310 .p-about-index__img {
		width: 16.8rem;
		height: 16.8rem;
		max-height: calc(100% + 2.4rem);
		top: 50%;
		left: 3.2rem;
		transform: translateY(-50%);
	}
}
.p-about-index__adj-2 {
	position: relative;
}
@media screen and (min-width: 769px) {
	.p-about-index__adj-2 {
		border-bottom: 1px solid #fff;
	}
	.p-about-index__adj-2 .p-about-index__item-contain {
		padding-right: 32rem;
	}
	.p-about-index__adj-2 .p-about-index__img {
		width: 32rem;
		height: 32rem;
		max-height: calc(100% + 2.4rem);
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 769px) {
	.p-about-index__item-contain {
		display: flex;
		align-items: center;
		gap: 4.8rem;
	}
	.p-about-index__item-head {
		flex-shrink: 0;
	}
	.p-about-index__item-year, .p-about-index__item-sea {
		display: block;
	}
}

.p-about-user__item {
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	border-bottom: 1px solid #D3D3D2;
}
.p-about-user__txt {
	margin-bottom: 4rem;
}
.p-about-user__txt:last-child {
	margin-bottom: 0;
}

.p-about-access {
	background: linear-gradient(to bottom, #E9EAEC, #E9EAEC 70rem, #fff 112rem, #fff);
}
@media screen and (max-width: 768px) {
	.p-about-access {
		overflow: hidden;
	}
}
.p-about-access__contain {
	position: relative;
	height: 84rem;
	margin-top: 8rem;
	background: url(../images/about/access/access.png) no-repeat center top/192rem;
}
.p-about-access .p-right-scroll__box {
	overflow-y: hidden;
}
.p-about-access__btn {
	position: absolute;
}
.p-about-access__btn--1 {
	top: 4rem;
	right: calc(50% + 34rem);
}
.p-about-access__btn--2 {
	top: 4.8rem;
	right: calc(50% + 6.8rem);
}
.p-about-access__other {
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 769px) {
	.p-about-access__other {
		margin-top: -10rem;
	}
}
@media screen and (max-width: 768px) {
	.p-about-access .simplebar-vertical {
		display: none;
	}
	.p-about-access .simplebar-track {
		bottom: 60px;
		left: 1.6rem;
	}
	.p-about-access__scroll {
		margin-left: -1.6rem;
	}
	.p-about-access__contain {
		width: 70rem;
		height: 56rem;
		margin-top: 6rem;
		margin-bottom: 0;
		background-size: 128rem;
		background-position: left -29.4rem top;
	}
	.p-about-access__btn--1 {
		top: 2.6rem;
		right: calc(50% + 20rem);
	}
	.p-about-access__btn--2 {
		top: 3.2rem;
		right: 50%;
	}
}

.p-about-smr__ttl {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	margin-bottom: 1.6rem;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid;
}
.p-about-smr__ttl-icon {
	flex-shrink: 0;
	line-height: 1;
}
.p-about-smr__ttl-txt {
	font-size: 1.6rem;
	font-weight: bold;
}
.p-about-smr__list-item {
	border-bottom: 1px solid #D3D3D2;
	font-size: 1.3rem;
	padding-bottom: 0.8rem;
	margin-bottom: 0.8rem;
	line-height: 1.4;
}
.p-about-smr__list-item:last-child {
	margin-bottom: 0;
}

.p-rosenzu {
	width: 100%;
	overflow: hidden;
	margin-bottom: 6rem;
}
.p-rosenzu__head {
	background: #D0D0D0;
	padding: 1.2rem 0;
}
.p-rosenzu__ttl {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.25;
}
.p-rosenzu__body {
	padding: 4.8rem 0 4rem;
	background: #F7F6F5;
}
.p-rosenzu__switch {
	display: flex;
	margin-bottom: 4.8rem;
}
.p-rosenzu__switch-btn {
	font-size: 1.3rem;
	border-bottom: 1px solid;
	padding: 0 1.6rem 0.4rem;
	text-align: center;
	opacity: 0.5;
}
.p-rosenzu__switch-btn.is-active {
	opacity: 1;
}
.p-rosenzu__cts-item {
	display: none;
}
.p-rosenzu__cts-item.is-active {
	display: block;
}
@media screen and (min-width: 769px) {
	.p-rosenzu__box {
		overflow: hidden;
		margin-right: calc((100vw - 92rem) / -2);
	}
	.p-rosenzu__box-over {
		overflow-x: auto;
		padding-bottom: 4.8rem;
	}
	.p-rosenzu__box img {
		max-width: none;
		padding-right: 4rem;
	}
	.p-rosenzu__box .simplebar-track.simplebar-horizontal {
		position: absolute;
		left: auto;
		right: calc(100% - 92rem);
		bottom: 0;
		width: 20rem;
		height: 0.4rem;
	}
}

@keyframes campus-float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-9%);
	}
}
@keyframes campus-pulse {
	0% {
		transform: scale(0.8);
		opacity: 0.35;
	}
	70% {
		transform: scale(1.35);
		opacity: 0;
	}
	100% {
		transform: scale(1.35);
		opacity: 0;
	}
}
.p-about-campus__map {
	position: relative;
}
@media screen and (max-width: 768px) {
	.p-about-campus__map {
		max-width: none;
		width: 800px;
	}
}
.p-about-campus__map img {
	width: 100%;
}
.p-about-campus__icon {
	position: absolute;
	z-index: 1;
	width: 12%;
	cursor: pointer;
	animation: campus-float 2.2s ease-in-out infinite;
}
.p-about-campus__icon--b {
	width: 4.4%;
}
.p-about-campus__icon--1 {
	animation-delay: 0.1s;
}
.p-about-campus__icon--2 {
	animation-delay: 0.4s;
}
.p-about-campus__icon--3 {
	animation-delay: 0.2s;
}
.p-about-campus__icon--4 {
	animation-delay: 0.6s;
}
.p-about-campus__icon--b1 {
	animation-delay: -0.6s;
}
.p-about-campus__icon--b2 {
	animation-delay: -0.4s;
}
.p-about-campus__icon--b3 {
	animation-delay: -0.2s;
}
.p-about-campus__icon--1 {
	top: 15.6%;
	left: 12%;
}
.p-about-campus__icon--2 {
	top: 13%;
	left: 41.2%;
}
.p-about-campus__icon--3 {
	top: 23.25%;
	left: 43.4%;
}
.p-about-campus__icon--4 {
	top: 31.22%;
	left: 32.8%;
}
.p-about-campus__icon--b1 {
	top: 17.5%;
	left: 38.5%;
}
.p-about-campus__icon--b2 {
	top: 36%;
	left: 34%;
}
.p-about-campus__icon--b3 {
	top: 62.5%;
	left: 43.4%;
}
.p-about-campus__icon::after {
	content: "";
	position: absolute;
	inset: -6% -6% -6% -6%;
	border-radius: 999px;
	background: radial-gradient(closest-side, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
	animation: campus-pulse 1.8s ease-out infinite;
	pointer-events: none;
}
.p-about-campus__icon img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.18s ease, filter 0.18s ease;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}
.p-about-campus__icon:hover img, .p-about-campus__icon:focus-visible img {
	transform: translateY(-4%) scale(1.06);
	filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.22));
}
.p-about-campus__icon:active img {
	transform: translateY(0) scale(0.98);
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.18));
}
.p-about-campus__txt {
	margin-top: 4.8rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-about-campus__txt {
		font-size: 1.3rem;
		text-align: left;
	}
}

.p-about-campus-modal {
	width: 60rem;
	max-width: 100%;
}
.p-about-campus-modal__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.4rem;
	padding: 2.4rem;
	padding-right: 4.8rem;
	background: #29384E;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.p-about-campus-modal__head {
		padding: 2rem;
		padding-right: 3.2rem;
	}
}
.p-about-campus-modal__ttl {
	flex-shrink: 0;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.p-about-campus-modal__ttl {
		font-size: 1.5rem;
	}
}
.p-about-campus-modal__txt {
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.p-about-campus-modal__txt {
		font-size: 1.2rem;
	}
}
.p-about-campus-modal__img img {
	width: 100%;
}

.p-about-facility-album__switch {
	margin-top: 6rem;
	text-align: center;
}
.p-about-facility-album__switch-contain {
	display: flex;
	gap: 1.6rem 0;
	flex-wrap: wrap;
	justify-content: center;
}
.p-about-facility-album__switch-btn {
	position: relative;
	line-height: 1;
	min-width: 12rem;
	margin-bottom: 1.6rem;
	text-align: center;
}
.p-about-facility-album__switch-btn:before, .p-about-facility-album__switch-btn:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1px;
	height: 100%;
	background: #29384E;
	top: 0;
}
.p-about-facility-album__switch-btn:before {
	left: 0;
}
.p-about-facility-album__switch-btn:after {
	right: -1px;
}

.p-about-facility-slide__year {
	height: 0;
	opacity: 0;
	pointer-events: none;
}
.p-about-facility-slide__year.is-active {
	height: auto;
	opacity: 1;
	pointer-events: auto;
}
.p-about-facility-slide__main {
	margin-left: -1.6rem;
	margin-right: -1.6rem;
}
.p-about-facility-slide__item {
	padding-left: 1.6rem;
	padding-right: 1.6rem;
}
.p-about-facility-slide__cts {
	text-align: center;
}
.p-about-facility-slide__cts-img {
	margin-bottom: 1.6rem;
}
.p-about-facility-slide__cts-img img {
	width: 100%;
}
.p-about-facility-slide__cts-ttl {
	margin-bottom: 0.8rem;
	font-size: 1.3rem;
}
.p-about-facility-slide__cts-date {
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
}

.p-about-sr-switcher__img {
	margin-bottom: 4rem;
	text-align: center;
}
.p-about-sr-switcher__img-item {
	display: none;
}
.p-about-sr-switcher__img-item.is-active {
	display: block;
}
.p-about-sr-switcher__trg {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid;
	gap: min(6rem, 10%);
	margin-bottom: 2.8rem;
	padding-bottom: 1.6rem;
}
.p-about-sr-switcher__trg-btn {
	position: relative;
	display: inline-block;
	font-size: 2rem;
	padding-right: 4rem;
	opacity: 0.5;
	transition: 0.2s;
}
@media screen and (max-width: 768px) {
	.p-about-sr-switcher__trg-btn {
		padding-right: 2.8rem;
		font-size: 1.4rem;
	}
}
.p-about-sr-switcher__trg-btn.is-active {
	opacity: 1;
}
.p-about-sr-switcher__trg-btn:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 2.8rem;
	height: 2.8rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/pr_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
	.p-about-sr-switcher__trg-btn:before {
		width: 1.6rem;
		height: 1.6rem;
	}
}
.p-about-sr-switcher__cts-item {
	display: none;
}
.p-about-sr-switcher__cts-item.is-active {
	display: block;
}

.p-about-movie-card {
	text-align: center;
}
.p-about-movie-card__thumb {
	margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
	.p-about-movie-card__thumb {
		margin-bottom: 1.2rem;
	}
}
.p-about-movie-card__thumb-anc {
	position: relative;
	display: block;
	padding-top: 56%;
	overflow: hidden;
}
.p-about-movie-card__thumb-anc img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: 0.2s;
}
a:hover .p-about-movie-card__thumb-anc img {
	transform: translate(-50%, -50%) scale(1.075);
}
.p-about-movie-card__thumb-anc:before, .p-about-movie-card__thumb-anc:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	transition: 0.2s;
}
.p-about-movie-card__thumb-anc:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 111, 91, 0));
}
.p-about-movie-card__thumb-anc:after {
	width: 6rem;
	height: 6rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/icon_play.svg) no-repeat center/contain;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.p-about-movie-card__thumb-anc:after {
		width: 4rem;
		height: 4rem;
	}
}
.p-about-movie-card__thumb-anc:hover img {
	transform: translate(-50%, -50%) scale(1.075);
}
.p-about-movie-card__thumb-anc:hover:after {
	opacity: 0.7;
}
.p-about-movie-card__ttl {
	margin-bottom: 0.8rem;
}
.p-about-movie-card__date {
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.1rem;
	font-weight: bold;
}

.p-about-qa__nav {
	position: sticky;
	top: 9rem;
}
@media screen and (max-width: 768px) {
	.p-about-qa__nav {
		top: 6rem;
		background: #fff;
		z-index: 1;
	}
}
.p-about-qa__block:last-child, .p-about-qa__item:last-child {
	margin-bottom: 0;
}
.p-about-qa__block {
	margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
	.p-about-qa__block {
		margin-bottom: 8rem;
	}
}
.p-about-qa__item {
	margin-bottom: 6rem;
}
@media screen and (min-width: 769px) {
	.p-about-qa {
		display: flex;
		align-items: flex-start;
		gap: 6rem;
	}
	.p-about-qa__currentdisp {
		display: none;
	}
	.p-about-qa__nav {
		width: 26rem;
		flex-shrink: 0;
		border-left: 1px solid #D3D3D2;
	}
	.p-about-qa__nav-list {
		display: block;
		position: static;
		max-height: none;
		overflow: visible;
	}
	.p-about-qa__nav-item {
		margin-bottom: 2rem;
		margin-left: -1px;
	}
	.p-about-qa__nav-item:last-child {
		margin-bottom: 0;
	}
	.p-about-qa__nav-anc {
		display: block;
		padding-left: 2.8rem;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.p-about-qa__nav-anc.is-active {
		border-left: 2px solid;
	}
	.p-about-qa__cts {
		flex-grow: 2;
	}
}
@media screen and (max-width: 768px) {
	.p-about-qa__nav {
		background: #fff;
		z-index: 10;
		margin-bottom: 4rem;
	}
	.p-about-qa__nav.is-open .p-about-qa__nav-list {
		display: block;
	}
	.p-about-qa__nav.is-open .p-about-qa__currentdisp-icon {
		transform: rotate(225deg);
	}
	.p-about-qa__nav-list {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #D3D3D2;
		max-height: 60vh;
		overflow-y: auto;
	}
	.p-about-qa__nav-item {
		margin-bottom: 0;
		border-top: 1px solid #D3D3D2;
		margin-left: 0;
	}
	.p-about-qa__nav-item:first-child {
		border-top: 0;
	}
	.p-about-qa__nav-anc {
		display: block;
		padding: 1.6rem 2rem;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.p-about-qa__nav-anc.is-active {
		font-weight: 700;
		border-left: 0;
	}
	.p-about-qa__currentdisp {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1.6rem 2rem;
		border: 0;
		background: #fff;
		font: inherit;
		text-align: left;
		cursor: pointer;
	}
	.p-about-qa__currentdisp-txt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.p-about-qa__currentdisp-icon {
		width: 1rem;
		height: 1rem;
		flex-shrink: 0;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
		transition: transform 0.3s;
	}
}

.p-sp8-intro {
	background: url(../images/spring8/intro.jpg) no-repeat center top/cover;
	color: #fff;
	padding: 16rem 0 48rem;
}
@media screen and (max-width: 768px) {
	.p-sp8-intro {
		padding-top: 8rem;
	}
}
.p-sp8-intro__ttl {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "游明朝", "BIZ UDMincho", "BIZ UDPMincho", "IPAexMincho", "TakaoMincho", serif;
	font-size: 2.6rem;
	margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
	.p-sp8-intro__ttl {
		font-size: 2rem;
		margin-bottom: 2.4rem;
	}
}
.p-sp8-intro__cts {
	padding-left: 8rem;
	line-height: 1.82;
}
@media screen and (max-width: 768px) {
	.p-sp8-intro__cts {
		padding-left: 3.2rem;
	}
}

.p-sp8-history {
	overflow: hidden;
	background: linear-gradient(to top, #fff 0, transparent 56rem, transparent 100%), url("../images/spring8/history_bg.jpg") center bottom 2px/cover no-repeat;
	color: #fff;
}
.p-sp8-history__contain {
	position: relative;
}
.p-sp8-history__contain-nenpyo {
	position: relative;
	z-index: 1;
}
.p-sp8-history__contain-img {
	position: absolute;
}
.p-sp8-history__contain-img--1 {
	width: 58rem;
	top: 0;
	right: -16rem;
}
.p-sp8-history__contain-img--2 {
	width: 44rem;
	top: 14.76%;
	left: 0;
}
.p-sp8-history__contain-img--3 {
	width: 40rem;
	top: 43.64%;
	right: -6rem;
}
.p-sp8-history__contain-img--4 {
	width: 34rem;
	bottom: 24.8%;
	left: 6rem;
}
.p-sp8-history__contain-img--5 {
	width: 48rem;
	bottom: 8rem;
	right: 0;
}

.p-sp8-future__intro {
	background: url(../images/spring8/future/intro_bg.jpg) no-repeat center top/cover;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.p-sp8-future__intro {
		padding-top: 7.2rem;
		padding-bottom: 7.2rem;
		background: url(../images/spring8/future/intro_bg.jpg) no-repeat right top/100vw, linear-gradient(to bottom, #2a374f, #2a374f 25%, #59757D);
	}
}
.p-sp8-future__ttl {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "游明朝", "BIZ UDMincho", "BIZ UDPMincho", "IPAexMincho", "TakaoMincho", serif;
	font-size: 3.2rem;
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.p-sp8-future__ttl {
		font-size: 2rem;
	}
}
.p-sp8-future__lead {
	margin-bottom: 3.2rem;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "游明朝", "BIZ UDMincho", "BIZ UDPMincho", "IPAexMincho", "TakaoMincho", serif;
	font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
	.p-sp8-future__lead {
		font-size: 1.75rem;
		margin-bottom: 2.4rem;
	}
}
.p-sp8-future__cts {
	padding-left: 8rem;
}
@media screen and (max-width: 768px) {
	.p-sp8-future__cts {
		padding-left: 3.2rem;
	}
}
.p-sp8-future__grad {
	padding-top: 12rem;
	padding-bottom: 30rem;
	margin-bottom: -15rem;
	background: linear-gradient(to bottom, #C9DAD6, rgba(3, 107, 90, 0));
}
@media screen and (max-width: 768px) {
	.p-sp8-future__grad {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}
.p-sp8-future__sec {
	color: #fff;
}
@media screen and (min-width: 769px) {
	.p-sp8-future__sec {
		padding-left: 31.2rem;
		margin-top: 8rem;
	}
}
@media screen and (max-width: 768px) {
	.p-sp8-future__sec {
		margin-top: 6rem;
	}
}
.p-sp8-future__beam {
	background: url(../images/spring8/future/beam_bg.png) no-repeat left calc(0vw + 24rem) top/auto 100%;
}
@media screen and (min-width: 769px) {
	.p-sp8-future__beam {
		padding-top: 18rem;
		padding-bottom: 31.2rem;
	}
	.p-sp8-future__beam-contain {
		padding-left: 36rem;
	}
}
@media screen and (max-width: 768px) {
	.p-sp8-future__beam {
		margin-bottom: 6rem;
		padding-top: 12.8rem;
		padding-bottom: 20.8rem;
		background: url(../images/spring8/future/beam_bg_sp.png) no-repeat left bottom/100%;
	}
}
@media screen and (min-width: 769px) {
	.p-sp8-future__tail-contain {
		margin-right: -8rem;
		display: flex;
		align-items: flex-end;
		gap: 6rem;
	}
	.p-sp8-future__tail-pri {
		flex-shrink: 0;
		width: 36rem;
	}
}
@media screen and (max-width: 768px) {
	.p-sp8-future__tail-sec {
		margin-top: 2.8rem;
	}
}

.p-sp8-guide__item {
	padding: 3.2rem;
	text-align: center;
}
.p-sp8-guide__txt {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.p-sp8-guide__txt {
		font-size: 1.75rem;
		margin-bottom: 1.6rem;
	}
}
.p-sp8-guide__btn .c-btn {
	min-width: 24rem;
}
@media screen and (min-width: 769px) {
	.p-sp8-guide__contain {
		display: flex;
		align-items: center;
	}
	.p-sp8-guide__item {
		width: 50%;
	}
	.p-sp8-guide__item:not(:last-child) {
		border-right: 1px solid #707070;
	}
}

.p-sp8-beamline-map {
	position: relative;
	margin-bottom: 8rem;
}
.p-sp8-beamline-map__pram {
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 769px) {
	.p-sp8-beamline-map__pram {
		width: 24rem;
	}
}

.p-sp8-beamline-links__head {
	margin-bottom: 4.8rem;
}
.p-sp8-beamline-links__list {
	display: none;
}
.p-sp8-beamline-links__list.is-active {
	display: grid;
}
@media screen and (min-width: 769px) {
	.p-sp8-beamline-links__list {
		grid-auto-flow: row;
		grid-template-columns: repeat(2, 1fr);
		gap: 6rem;
	}
}
.p-sp8-beamline-links__list-item {
	margin-bottom: 4rem;
}
.p-sp8-beamline-links__list-anc {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0.8rem 0;
	padding-right: 3.2rem;
	line-height: 1.5;
	border-bottom: 1px solid;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	a.p-sp8-beamline-links__list-anc:hover {
		opacity: 0.6;
	}
}

a.p-sp8-beamline-links__list-anc::before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	width: 1.4rem;
	height: 1.4rem;
	bottom: 1rem;
	right: 0.4rem;
	background: url(../images/icon_blank.svg) no-repeat center/contain;
}

.p-sp8-beamline-links__list-color {
	position: relative;
	padding-left: 1.8rem;
	min-width: 4.4rem;
	flex-shrink: 0;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.3rem;
	margin-top: 0.4rem;
}
.p-sp8-beamline-links__list-color:before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.p-sp8-beamline-links__list-color--1 {
	color: #FF0000;
}
.p-sp8-beamline-links__list-color--1:before {
	content: "★";
}
.p-sp8-beamline-links__list-color--2 {
	color: #006B31;
}
.p-sp8-beamline-links__list-color--2:before {
	content: "●";
}
.p-sp8-beamline-links__list-color--3 {
	color: #003894;
}
.p-sp8-beamline-links__list-color--3:before {
	content: "◆";
}
.p-sp8-beamline-links__list-other {
	margin-top: 1.2rem;
	font-size: 1.3rem;
	letter-spacing: 0;
}

.p-sacla-intro {
	background: url(../images/sacla/intro.jpg) no-repeat center top/cover;
	color: #fff;
	padding: 14rem 0 48rem;
}
@media screen and (max-width: 768px) {
	.p-sacla-intro {
		padding-top: 6rem;
		padding-bottom: 32rem;
		background-position: right bottom;
	}
}
@media screen and (min-width: 769px) {
	.p-sacla-intro__contain {
		display: flex;
		gap: 10rem;
	}
}
.p-sacla-intro__ttl {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "游明朝", "BIZ UDMincho", "BIZ UDPMincho", "IPAexMincho", "TakaoMincho", serif;
	font-size: 2.6rem;
	margin-bottom: 4.8rem;
}
@media screen and (min-width: 769px) {
	.p-sacla-intro__ttl {
		flex-shrink: 0;
	}
}
@media screen and (max-width: 768px) {
	.p-sacla-intro__ttl {
		font-size: 2rem;
		margin-bottom: 2.4rem;
	}
}
.p-sacla-intro__cts {
	line-height: 1.82;
}

.p-sacla-history {
	overflow: hidden;
	background: linear-gradient(to top, #fff 0, transparent 56rem, transparent 100%), url("../images/sacla/history_bg.jpg") center bottom 2px/cover no-repeat;
	color: #fff;
}
.p-sacla-history__contain {
	position: relative;
}
.p-sacla-history__contain-nenpyo {
	position: relative;
	z-index: 1;
}
.p-sacla-history__contain-img {
	position: absolute;
}
.p-sacla-history__contain-img--1 {
	width: 56rem;
	top: 0;
	right: -16rem;
}
.p-sacla-history__contain-img--2 {
	width: 38.8rem;
	top: 20.26%;
	left: 0;
}
.p-sacla-history__contain-img--3 {
	width: 43rem;
	bottom: 36%;
	right: 0;
}
.p-sacla-history__contain-img--4 {
	width: 62rem;
	bottom: 8rem;
	left: calc(50% - 18rem);
	bottom: 4.56%;
	z-index: 2;
}

.p-sacla-future__grad {
	background: linear-gradient(to bottom, #C1007E, #FFB4E5);
	color: #fff;
}
.p-sacla-future__tail {
	background: linear-gradient(to bottom, #FFB4E5, #F7F6F5);
}
.p-sacla-future__ttl {
	margin-bottom: 4.8rem;
	font-size: 2.6rem;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "游明朝", "BIZ UDMincho", "BIZ UDPMincho", "IPAexMincho", "TakaoMincho", serif;
}
@media screen and (max-width: 768px) {
	.p-sacla-future__ttl {
		font-size: 1.75rem;
		margin-bottom: 2.4rem;
	}
}
.p-sacla-future__txt {
	line-height: 1.92;
}
@media screen and (max-width: 768px) {
	.p-sacla-future__txt {
		padding-left: 3.2rem;
	}
}

.p-resources-news-list__block {
	display: none;
}
.p-resources-news-list__block.is-active {
	display: block;
}

.p-user-sinsei-card {
	position: relative;
	padding: 4rem 6.8rem;
	color: #fff;
}
@media screen and (min-width: 769px) {
	.p-user-sinsei-card {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		min-height: 50rem;
	}
}
@media screen and (max-width: 768px) {
	.p-user-sinsei-card {
		padding: 2rem;
	}
}
.p-user-sinsei-card__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.p-user-sinsei-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-user-sinsei-card__img:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 111, 91, 0), rgba(41, 56, 78, 0.8));
}
@media screen and (max-width: 768px) {
	.p-user-sinsei-card__img:after {
		background: linear-gradient(to top, rgba(0, 111, 91, 0), rgba(41, 56, 78, 0.8));
	}
}
.p-user-sinsei-card__cts {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.p-user-sinsei-card__cts {
		flex-direction: column;
		align-items: flex-start;
		min-height: 30rem;
	}
}
.p-user-sinsei-card__ttl {
	font-family: "Ysabeau Office", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 4.4rem;
	line-height: 1.25;
	margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
	.p-user-sinsei-card__ttl {
		font-size: 2.8rem;
		margin-bottom: 0.8rem;
	}
}
.p-user-sinsei-card__txt {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "游明朝", "BIZ UDMincho", "BIZ UDPMincho", "IPAexMincho", "TakaoMincho", serif;
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.p-user-sinsei-card__txt {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 768px) {
	.p-user-sinsei-card__sub {
		align-self: flex-end;
		padding-right: 1.6rem;
	}
}
@media screen and (min-width: 769px) {
	.p-user-sinsei-card .c-btn {
		width: 24rem;
	}
}
.p-user-sinsei-card--sacla .p-user-sinsei-card__img:after {
	background: linear-gradient(to bottom, rgba(0, 111, 91, 0), rgba(193, 0, 125, 0.8));
}
.p-user-sinsei-card--sacla .c-btn {
	color: #C1007E;
}
.p-user-sinsei-card--sacla .c-btn:hover {
	background: #C1007E;
	color: #fff;
}

.p-user-analysis-switcher__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
	.p-user-analysis-switcher__btns {
		gap: 1.2rem;
	}
}
.p-user-analysis-switcher__btn {
	transition: 0.2s;
	border-radius: 0.4rem;
	border: 1px solid #29384E;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0.4rem 2rem;
}
@media screen and (min-width: 769px) {
	.p-user-analysis-switcher__btn {
		min-width: 12rem;
	}
}
@media screen and (max-width: 768px) {
	.p-user-analysis-switcher__btn {
		font-size: 1.2rem;
	}
}
.p-user-analysis-switcher__btn--gr.is-active {
	border-color: #46816B;
	background: #46816B;
	color: #fff;
}
.p-user-analysis-switcher__btn--bl.is-active {
	border-color: #38619D;
	background: #38619D;
	color: #fff;
}
.p-user-analysis-switcher__btn--or.is-active {
	border-color: #D87550;
	background: #D87550;
	color: #fff;
}
.p-user-analysis-switcher__btn--mo.is-active {
	border-color: #AFAFAF;
	background: #AFAFAF;
	color: #fff;
}
.p-user-analysis-switcher__item {
	display: none;
}
.p-user-analysis-switcher__item.is-active {
	display: block;
}

.p-user-analysis-accos {
	border-left: 1px solid #D3D3D2;
}
.p-user-analysis-accos__item {
	margin-bottom: 2rem;
	margin-left: -1px;
}
.p-user-analysis-accos__item:last-child {
	margin-bottom: 0;
}
.p-user-analysis-accos__btn {
	width: 100%;
	padding: 0.4rem 2.8rem;
	font-size: 1.6rem;
	font-weight: bold;
	border-left: 3px solid #000;
}
@media screen and (max-width: 768px) {
	.p-user-analysis-accos__btn {
		font-size: 1.4rem;
	}
}
.p-user-analysis-accos__btn-txt {
	display: inline-block;
	padding-right: 1.5em;
	background: url(../images/icon_arrow_b.svg) no-repeat right center/0.75em;
}
.p-user-analysis-accos__body {
	display: none;
	padding-top: 2rem;
	padding-left: 6rem;
	padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.p-user-analysis-accos__body {
		padding-left: 1.6rem;
	}
}

.p-user-driving-resource__btns {
	display: flex;
	justify-content: center;
	margin-bottom: 4.8rem;
}
.p-user-driving-resource__btns-item {
	max-width: 50%;
	margin: 0 -1.6rem;
}
.p-user-driving-resource__btn {
	position: relative;
	width: 22rem;
	max-width: 100%;
	padding: 1.2rem 3.2rem;
	font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	background: #D0D0D0;
	border-radius: 22rem;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.p-user-driving-resource__btn {
		padding: 0.8rem 2rem;
		font-size: 1.4rem;
	}
}
.p-user-driving-resource__btn.is-active {
	z-index: 1;
}
.p-user-driving-resource__btn--sp8.is-active {
	background: #11257C;
}
.p-user-driving-resource__btn--sacla.is-active {
	background: #C1007E;
}
.p-user-driving-resource__item {
	display: none;
	text-align: center;
}
.p-user-driving-resource__item.is-active {
	display: block;
}
.p-user-driving-resource__iframe {
	display: block;
	width: 100%;
	height: 0;
	border: 0;
}

.p-user-driving-sche__btns {
	display: flex;
	justify-content: center;
	margin-bottom: 4.8rem;
}
.p-user-driving-sche__btns-item {
	max-width: 50%;
}
.p-user-driving-sche__btn {
	width: 14rem;
	padding: 0.4rem 2rem;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid;
	opacity: 0.5;
}
.p-user-driving-sche__btn.is-active {
	opacity: 1;
}
.p-user-driving-sche__item {
	display: none;
	text-align: center;
}
.p-user-driving-sche__item.is-active {
	display: block;
}
.p-user-driving-sche__ttl {
	margin-bottom: 4.8rem;
	text-align: center;
	border: 1px solid;
	padding: 1.2rem 2rem;
}
.p-user-driving-sche__ttl-txt {
	display: inline-block;
	font-size: 1.4rem;
	padding-right: 2em;
	background: url(../images/icon_arrow_b.svg) no-repeat right center/1.2em;
}
@media screen and (max-width: 768px) {
	.p-user-driving-sche__ttl-txt {
		font-size: 1.2rem;
	}
}

.p-post-article {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.p-post-article {
		padding-top: 5.2rem;
		padding-bottom: 5.2rem;
	}
}
.p-post-article__head {
	margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.p-post-article__head {
		margin-bottom: 4.8rem;
	}
}
.p-post-article__head-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6.4rem;
	padding-bottom: 1.6rem;
	border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
	.p-post-article__head-info {
		margin-bottom: 4rem;
	}
}
.p-post-article__cat-item {
	display: inline-block;
	margin-right: 0.4rem;
	padding: 0.4rem 1.2rem;
	border: 1px solid;
	border-radius: 4rem;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.p-post-article__cat-item {
		font-size: 1rem;
	}
}
.p-post-article__date {
	font-size: 1.4rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.p-post-article__date {
		font-size: 1.2rem;
	}
}
.p-post-article__ttl {
	font-size: 2.4rem;
	line-height: 1.75;
}
@media screen and (max-width: 768px) {
	.p-post-article__ttl {
		font-size: 1.75rem;
	}
}
.p-post-article__dantai {
	margin-top: 2rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #7D7D7D;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.p-post-article__dantai {
		font-size: 1.2rem;
	}
}

.p-post-yogo {
	margin-top: 8rem;
	margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.p-post-yogo {
		margin-top: 6rem;
		margin-bottom: 6rem;
		padding-left: 2rem;
		border-left: 1px solid;
	}
}
.p-post-yogo:first-child {
	margin-top: 0;
}
.p-post-yogo:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.p-post-yogo__head {
		margin-bottom: 0.8rem;
	}
}
@media screen and (min-width: 769px) {
	.p-post-yogo {
		display: flex;
		font-size: 1.4rem;
	}
	.p-post-yogo__head {
		border-right: 1px solid;
		flex-shrink: 0;
		padding-right: 4.8rem;
	}
	.p-post-yogo__body {
		padding-left: 4.8rem;
		flex-grow: 2;
	}
}

.p-post-info {
	background: #F7F6F5;
	margin-top: 8rem;
	margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.p-post-info {
		margin-top: 6rem;
		margin-bottom: 6rem;
	}
}
.p-post-info:first-child {
	margin-top: 0;
}
.p-post-info:last-child {
	margin-bottom: 0;
}
.p-post-info__head {
	padding: 2.8rem 4.8rem;
	border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
	.p-post-info__head {
		padding: 2rem 2.4rem;
	}
}
.p-post-info__head h3 {
	font-size: 1.6rem;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.p-post-info__head h3 {
		font-size: 1.3rem;
	}
}
.p-post-info__body {
	padding: 4.8rem;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.p-post-info__body {
		padding: 2.4rem;
		padding-bottom: 3.6rem;
		font-size: 1.2rem;
	}
}
.p-post-info__dl > dt {
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.p-post-info__dl {
		display: flex;
		flex-wrap: wrap;
	}
	.p-post-info__dl > dt,
	.p-post-info__dl > dd {
		margin-bottom: 4rem;
	}
	.p-post-info__dl > dt:last-child, .p-post-info__dl > dt:nth-last-child(2),
	.p-post-info__dl > dd:last-child,
	.p-post-info__dl > dd:nth-last-child(2) {
		margin-bottom: 0;
	}
	.p-post-info__dl > dt {
		width: 26rem;
		padding-right: 0.8rem;
	}
	.p-post-info__dl > dd {
		width: calc(100% - 26rem);
	}
}
@media screen and (max-width: 768px) {
	.p-post-info__dl {
		font-size: 1.2rem;
	}
	.p-post-info__dl > dt {
		margin-top: 3.6rem;
		margin-bottom: 0.8rem;
	}
	.p-post-info__dl > dt:first-child {
		margin-top: 0;
	}
}

.p-post-contents {
	line-height: 1.92;
}
.p-post-contents a {
	text-decoration: underline;
	text-underline-offset: 0.1em;
}
.p-post-contents a:hover {
	text-decoration: none;
}
.p-post-contents h2.wp-block-heading {
	display: inline-block;
	padding: 0.4rem 3.2rem;
	margin-top: 8rem;
	margin-bottom: 3.2rem;
	font-size: 1.25em;
	border: 1px solid;
}
@media screen and (max-width: 768px) {
	.p-post-contents h2.wp-block-heading {
		margin-top: 6rem;
		margin-bottom: 2.8rem;
	}
}
.p-post-contents h3.wp-block-heading {
	margin-top: 6rem;
	margin-bottom: 2rem;
	font-size: 1.1em;
}
@media screen and (max-width: 768px) {
	.p-post-contents h3.wp-block-heading {
		margin-top: 4.4rem;
	}
}
.p-post-contents h4.wp-block-heading {
	margin-top: 6rem;
	margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.p-post-contents h4.wp-block-heading {
		margin-top: 4.4rem;
	}
}
.p-post-contents h2.wp-block-heading,
.p-post-contents h3.wp-block-heading,
.p-post-contents h4.wp-block-heading {
	font-weight: 500;
}
.p-post-contents h2.wp-block-heading:first-child,
.p-post-contents h3.wp-block-heading:first-child,
.p-post-contents h4.wp-block-heading:first-child {
	margin-top: 0;
}
.p-post-contents h2.wp-block-heading:last-child,
.p-post-contents h3.wp-block-heading:last-child,
.p-post-contents h4.wp-block-heading:last-child {
	margin-bottom: 0;
}
.p-post-contents .wp-block-image {
	margin-top: 8rem;
	margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.p-post-contents .wp-block-image {
		margin-top: 4.8rem;
		margin-bottom: 4.8rem;
	}
}
.p-post-contents .wp-element-caption {
	margin-top: 4rem;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.p-post-contents .wp-element-caption {
		margin-top: 2.8rem;
		font-size: 1.2rem;
	}
}
.p-post-contents .alignleft {
	float: left;
	margin-right: 2rem;
}
.p-post-contents .alignright {
	float: right;
	margin-left: 2rem;
}
.p-post-contents .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.p-post-contents .has-text-align-left {
	text-align: left;
}
.p-post-contents .has-text-align-center {
	text-align: center;
}
.p-post-contents .has-text-align-right {
	text-align: right;
}
.p-post-contents .has-text-align-justify {
	text-align: justify;
}

.p-card-pr {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #707070;
	transition: 0.2s;
}
@media screen and (min-width: 769px) {
	a.p-card-pr:hover {
		opacity: 0.6;
	}
}

.p-card-pr__main {
	display: flex;
	flex-direction: column;
	padding: 2.4rem 2rem 2.8rem;
	flex-grow: 2;
}
@media screen and (max-width: 768px) {
	.p-card-pr__main {
		padding: 1.2rem;
		padding-bottom: 2rem;
	}
}
.p-card-pr__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.2rem;
}
.p-card-pr__badge {
	min-width: 8rem;
	padding: 0.24em;
	background: #29384E;
	color: #fff;
	border-radius: 8rem;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
.p-card-pr__badge--sp8 {
	background: #11257C;
}
.p-card-pr__badge--sacla {
	background: #C1007E;
}
.p-card-pr__arrow {
	content: "";
	display: block;
	width: 2.8rem;
	height: 2.8rem;
	background: url(../images/pr_arrow.svg) no-repeat center/contain;
}
.p-card-pr__badge--sacla + .p-card-pr__arrow {
	background: url(../images/pr_arrow_wh.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
	.p-card-pr__arrow {
		width: 2rem;
		height: 2rem;
	}
}
.p-card-pr__ttl {
	margin-bottom: 3.2rem;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.p-card-pr__ttl {
		margin-bottom: 2rem;
		font-size: 1.2rem;
	}
}
.p-card-pr__date {
	margin-top: auto;
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	font-size: 1rem;
	font-weight: bold;
}
.p-card-pr__img {
	position: relative;
	padding-top: 68%;
	overflow: hidden;
}
.p-card-pr__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	transition: 0.2s;
}
a:hover .p-card-pr__img img {
	transform: translate(-50%, -50%) scale(1.075);
}

.p-card-sdgs {
	text-align: center;
}
.p-card-sdgs__head {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.6rem;
}
.p-card-sdgs__head-num {
	font-size: 1.8rem;
	line-height: 1;
	margin-right: 0.8rem;
	padding-right: 0.8rem;
	border-right: 1px solid #707070;
}
@media screen and (max-width: 768px) {
	.p-card-sdgs__head-num {
		font-size: 1.4rem;
	}
}
.p-card-sdgs__head-date {
	font-size: 1.3rem;
	line-height: 1.25;
}
@media screen and (max-width: 768px) {
	.p-card-sdgs__head-date {
		font-size: 1.2rem;
	}
}
.p-card-sdgs__thumb {
	margin-bottom: 2rem;
}
.p-card-sdgs__thumb img {
	width: 13.2rem;
}
@media screen and (max-width: 768px) {
	.p-card-sdgs__thumb img {
		width: 10rem;
	}
}
.p-card-sdgs__btn {
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
	.p-card-sdgs__btn {
		margin-bottom: 0.4rem;
	}
}
@media screen and (max-width: 768px) {
	.p-card-sdgs__btn .c-btn {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 768px) {
	.u-pc-only {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.u-sp-only {
		display: none !important;
	}
}

.u-text-center {
	text-align: center !important;
}
@media screen and (min-width: 769px) {
	.u-text-center--pc {
		text-align: center !important;
	}
}
@media screen and (max-width: 768px) {
	.u-text-center--sp {
		text-align: center !important;
	}
}
.u-text-center iframe {
	margin-left: auto !important;
	margin-right: auto !important;
}

.u-text-left {
	text-align: left !important;
}
@media screen and (min-width: 769px) {
	.u-text-left--pc {
		text-align: left !important;
	}
}
@media screen and (max-width: 768px) {
	.u-text-left--sp {
		text-align: left !important;
	}
}

.u-text-right {
	text-align: right !important;
}
@media screen and (min-width: 769px) {
	.u-text-right--pc {
		text-align: right !important;
	}
}
@media screen and (max-width: 768px) {
	.u-text-right--sp {
		text-align: right !important;
	}
}

.u-ib {
	display: inline-block !important;
	vertical-align: middle;
}

.u-block {
	display: block !important;
}

.u-flex {
	display: flex;
}
.u-flex--wrap {
	flex-wrap: wrap;
}
.u-flex--jcsb {
	justify-content: space-between;
}
.u-flex--jcc {
	justify-content: center;
}

.u-lh-0 {
	line-height: 0 !important;
}

.u-lh-1 {
	line-height: 1 !important;
}

.u-lh-125 {
	line-height: 1.25 !important;
}

.u-lh-15 {
	line-height: 1.5 !important;
}

.u-lh-2 {
	line-height: 2 !important;
}

.u-posr {
	position: relative;
}

.u-round {
	border-radius: 50%;
}

.u-oh {
	overflow: hidden;
}

.u-z1 {
	z-index: 1;
}

.u-z2 {
	z-index: 2;
}

.u-z3 {
	z-index: 3;
}

.u-z4 {
	z-index: 4;
}

.u-z5 {
	z-index: 5;
}

.u-w100p {
	width: 100%;
}

.u-shadow {
	box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.15);
}

.u-opos-top {
	object-position: top;
}

.u-color-wh {
	color: #fff !important;
}

.u-color-bk {
	color: #000 !important;
}

.u-bg-wh {
	background: #fff !important;
}

.u-bg-bk {
	background: #000 !important;
}

.u-bg-gray {
	background: #F7F6F5 !important;
}

.u-m-0 {
	margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
	margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
	margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
	margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
	margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
	.u-m-0--sp {
		margin: 0 !important;
	}
	.u-mt-0--sp,
	.u-my-0--sp {
		margin-top: 0 !important;
	}
	.u-mr-0--sp,
	.u-mx-0--sp {
		margin-right: 0 !important;
	}
	.u-mb-0--sp,
	.u-my-0--sp {
		margin-bottom: 0 !important;
	}
	.u-ml-0--sp,
	.u-mx-0--sp {
		margin-left: 0 !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-0--pc {
		margin: 0 !important;
	}
	.u-mt-0--pc,
	.u-my-0--pc {
		margin-top: 0 !important;
	}
	.u-mr-0--pc,
	.u-mx-0--pc {
		margin-right: 0 !important;
	}
	.u-mb-0--pc,
	.u-my-0--pc {
		margin-bottom: 0 !important;
	}
	.u-ml-0--pc,
	.u-mx-0--pc {
		margin-left: 0 !important;
	}
}
.u-m-4 {
	margin: 0.4rem !important;
}

.u-mt-4,
.u-my-4 {
	margin-top: 0.4rem !important;
}

.u-mr-4,
.u-mx-4 {
	margin-right: 0.4rem !important;
}

.u-mb-4,
.u-my-4 {
	margin-bottom: 0.4rem !important;
}

.u-ml-4,
.u-mx-4 {
	margin-left: 0.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-4--sp {
		margin: 0.4rem !important;
	}
	.u-mt-4--sp,
	.u-my-4--sp {
		margin-top: 0.4rem !important;
	}
	.u-mr-4--sp,
	.u-mx-4--sp {
		margin-right: 0.4rem !important;
	}
	.u-mb-4--sp,
	.u-my-4--sp {
		margin-bottom: 0.4rem !important;
	}
	.u-ml-4--sp,
	.u-mx-4--sp {
		margin-left: 0.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-4--pc {
		margin: 0.4rem !important;
	}
	.u-mt-4--pc,
	.u-my-4--pc {
		margin-top: 0.4rem !important;
	}
	.u-mr-4--pc,
	.u-mx-4--pc {
		margin-right: 0.4rem !important;
	}
	.u-mb-4--pc,
	.u-my-4--pc {
		margin-bottom: 0.4rem !important;
	}
	.u-ml-4--pc,
	.u-mx-4--pc {
		margin-left: 0.4rem !important;
	}
}
.u-m-8 {
	margin: 0.8rem !important;
}

.u-mt-8,
.u-my-8 {
	margin-top: 0.8rem !important;
}

.u-mr-8,
.u-mx-8 {
	margin-right: 0.8rem !important;
}

.u-mb-8,
.u-my-8 {
	margin-bottom: 0.8rem !important;
}

.u-ml-8,
.u-mx-8 {
	margin-left: 0.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-8--sp {
		margin: 0.8rem !important;
	}
	.u-mt-8--sp,
	.u-my-8--sp {
		margin-top: 0.8rem !important;
	}
	.u-mr-8--sp,
	.u-mx-8--sp {
		margin-right: 0.8rem !important;
	}
	.u-mb-8--sp,
	.u-my-8--sp {
		margin-bottom: 0.8rem !important;
	}
	.u-ml-8--sp,
	.u-mx-8--sp {
		margin-left: 0.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-8--pc {
		margin: 0.8rem !important;
	}
	.u-mt-8--pc,
	.u-my-8--pc {
		margin-top: 0.8rem !important;
	}
	.u-mr-8--pc,
	.u-mx-8--pc {
		margin-right: 0.8rem !important;
	}
	.u-mb-8--pc,
	.u-my-8--pc {
		margin-bottom: 0.8rem !important;
	}
	.u-ml-8--pc,
	.u-mx-8--pc {
		margin-left: 0.8rem !important;
	}
}
.u-m-12 {
	margin: 1.2rem !important;
}

.u-mt-12,
.u-my-12 {
	margin-top: 1.2rem !important;
}

.u-mr-12,
.u-mx-12 {
	margin-right: 1.2rem !important;
}

.u-mb-12,
.u-my-12 {
	margin-bottom: 1.2rem !important;
}

.u-ml-12,
.u-mx-12 {
	margin-left: 1.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-12--sp {
		margin: 1.2rem !important;
	}
	.u-mt-12--sp,
	.u-my-12--sp {
		margin-top: 1.2rem !important;
	}
	.u-mr-12--sp,
	.u-mx-12--sp {
		margin-right: 1.2rem !important;
	}
	.u-mb-12--sp,
	.u-my-12--sp {
		margin-bottom: 1.2rem !important;
	}
	.u-ml-12--sp,
	.u-mx-12--sp {
		margin-left: 1.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-12--pc {
		margin: 1.2rem !important;
	}
	.u-mt-12--pc,
	.u-my-12--pc {
		margin-top: 1.2rem !important;
	}
	.u-mr-12--pc,
	.u-mx-12--pc {
		margin-right: 1.2rem !important;
	}
	.u-mb-12--pc,
	.u-my-12--pc {
		margin-bottom: 1.2rem !important;
	}
	.u-ml-12--pc,
	.u-mx-12--pc {
		margin-left: 1.2rem !important;
	}
}
.u-m-16 {
	margin: 1.6rem !important;
}

.u-mt-16,
.u-my-16 {
	margin-top: 1.6rem !important;
}

.u-mr-16,
.u-mx-16 {
	margin-right: 1.6rem !important;
}

.u-mb-16,
.u-my-16 {
	margin-bottom: 1.6rem !important;
}

.u-ml-16,
.u-mx-16 {
	margin-left: 1.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-16--sp {
		margin: 1.6rem !important;
	}
	.u-mt-16--sp,
	.u-my-16--sp {
		margin-top: 1.6rem !important;
	}
	.u-mr-16--sp,
	.u-mx-16--sp {
		margin-right: 1.6rem !important;
	}
	.u-mb-16--sp,
	.u-my-16--sp {
		margin-bottom: 1.6rem !important;
	}
	.u-ml-16--sp,
	.u-mx-16--sp {
		margin-left: 1.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-16--pc {
		margin: 1.6rem !important;
	}
	.u-mt-16--pc,
	.u-my-16--pc {
		margin-top: 1.6rem !important;
	}
	.u-mr-16--pc,
	.u-mx-16--pc {
		margin-right: 1.6rem !important;
	}
	.u-mb-16--pc,
	.u-my-16--pc {
		margin-bottom: 1.6rem !important;
	}
	.u-ml-16--pc,
	.u-mx-16--pc {
		margin-left: 1.6rem !important;
	}
}
.u-m-20 {
	margin: 2rem !important;
}

.u-mt-20,
.u-my-20 {
	margin-top: 2rem !important;
}

.u-mr-20,
.u-mx-20 {
	margin-right: 2rem !important;
}

.u-mb-20,
.u-my-20 {
	margin-bottom: 2rem !important;
}

.u-ml-20,
.u-mx-20 {
	margin-left: 2rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-20--sp {
		margin: 2rem !important;
	}
	.u-mt-20--sp,
	.u-my-20--sp {
		margin-top: 2rem !important;
	}
	.u-mr-20--sp,
	.u-mx-20--sp {
		margin-right: 2rem !important;
	}
	.u-mb-20--sp,
	.u-my-20--sp {
		margin-bottom: 2rem !important;
	}
	.u-ml-20--sp,
	.u-mx-20--sp {
		margin-left: 2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-20--pc {
		margin: 2rem !important;
	}
	.u-mt-20--pc,
	.u-my-20--pc {
		margin-top: 2rem !important;
	}
	.u-mr-20--pc,
	.u-mx-20--pc {
		margin-right: 2rem !important;
	}
	.u-mb-20--pc,
	.u-my-20--pc {
		margin-bottom: 2rem !important;
	}
	.u-ml-20--pc,
	.u-mx-20--pc {
		margin-left: 2rem !important;
	}
}
.u-m-24 {
	margin: 2.4rem !important;
}

.u-mt-24,
.u-my-24 {
	margin-top: 2.4rem !important;
}

.u-mr-24,
.u-mx-24 {
	margin-right: 2.4rem !important;
}

.u-mb-24,
.u-my-24 {
	margin-bottom: 2.4rem !important;
}

.u-ml-24,
.u-mx-24 {
	margin-left: 2.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-24--sp {
		margin: 2.4rem !important;
	}
	.u-mt-24--sp,
	.u-my-24--sp {
		margin-top: 2.4rem !important;
	}
	.u-mr-24--sp,
	.u-mx-24--sp {
		margin-right: 2.4rem !important;
	}
	.u-mb-24--sp,
	.u-my-24--sp {
		margin-bottom: 2.4rem !important;
	}
	.u-ml-24--sp,
	.u-mx-24--sp {
		margin-left: 2.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-24--pc {
		margin: 2.4rem !important;
	}
	.u-mt-24--pc,
	.u-my-24--pc {
		margin-top: 2.4rem !important;
	}
	.u-mr-24--pc,
	.u-mx-24--pc {
		margin-right: 2.4rem !important;
	}
	.u-mb-24--pc,
	.u-my-24--pc {
		margin-bottom: 2.4rem !important;
	}
	.u-ml-24--pc,
	.u-mx-24--pc {
		margin-left: 2.4rem !important;
	}
}
.u-m-28 {
	margin: 2.8rem !important;
}

.u-mt-28,
.u-my-28 {
	margin-top: 2.8rem !important;
}

.u-mr-28,
.u-mx-28 {
	margin-right: 2.8rem !important;
}

.u-mb-28,
.u-my-28 {
	margin-bottom: 2.8rem !important;
}

.u-ml-28,
.u-mx-28 {
	margin-left: 2.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-28--sp {
		margin: 2.8rem !important;
	}
	.u-mt-28--sp,
	.u-my-28--sp {
		margin-top: 2.8rem !important;
	}
	.u-mr-28--sp,
	.u-mx-28--sp {
		margin-right: 2.8rem !important;
	}
	.u-mb-28--sp,
	.u-my-28--sp {
		margin-bottom: 2.8rem !important;
	}
	.u-ml-28--sp,
	.u-mx-28--sp {
		margin-left: 2.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-28--pc {
		margin: 2.8rem !important;
	}
	.u-mt-28--pc,
	.u-my-28--pc {
		margin-top: 2.8rem !important;
	}
	.u-mr-28--pc,
	.u-mx-28--pc {
		margin-right: 2.8rem !important;
	}
	.u-mb-28--pc,
	.u-my-28--pc {
		margin-bottom: 2.8rem !important;
	}
	.u-ml-28--pc,
	.u-mx-28--pc {
		margin-left: 2.8rem !important;
	}
}
.u-m-32 {
	margin: 3.2rem !important;
}

.u-mt-32,
.u-my-32 {
	margin-top: 3.2rem !important;
}

.u-mr-32,
.u-mx-32 {
	margin-right: 3.2rem !important;
}

.u-mb-32,
.u-my-32 {
	margin-bottom: 3.2rem !important;
}

.u-ml-32,
.u-mx-32 {
	margin-left: 3.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-32--sp {
		margin: 3.2rem !important;
	}
	.u-mt-32--sp,
	.u-my-32--sp {
		margin-top: 3.2rem !important;
	}
	.u-mr-32--sp,
	.u-mx-32--sp {
		margin-right: 3.2rem !important;
	}
	.u-mb-32--sp,
	.u-my-32--sp {
		margin-bottom: 3.2rem !important;
	}
	.u-ml-32--sp,
	.u-mx-32--sp {
		margin-left: 3.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-32--pc {
		margin: 3.2rem !important;
	}
	.u-mt-32--pc,
	.u-my-32--pc {
		margin-top: 3.2rem !important;
	}
	.u-mr-32--pc,
	.u-mx-32--pc {
		margin-right: 3.2rem !important;
	}
	.u-mb-32--pc,
	.u-my-32--pc {
		margin-bottom: 3.2rem !important;
	}
	.u-ml-32--pc,
	.u-mx-32--pc {
		margin-left: 3.2rem !important;
	}
}
.u-m-36 {
	margin: 3.6rem !important;
}

.u-mt-36,
.u-my-36 {
	margin-top: 3.6rem !important;
}

.u-mr-36,
.u-mx-36 {
	margin-right: 3.6rem !important;
}

.u-mb-36,
.u-my-36 {
	margin-bottom: 3.6rem !important;
}

.u-ml-36,
.u-mx-36 {
	margin-left: 3.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-36--sp {
		margin: 3.6rem !important;
	}
	.u-mt-36--sp,
	.u-my-36--sp {
		margin-top: 3.6rem !important;
	}
	.u-mr-36--sp,
	.u-mx-36--sp {
		margin-right: 3.6rem !important;
	}
	.u-mb-36--sp,
	.u-my-36--sp {
		margin-bottom: 3.6rem !important;
	}
	.u-ml-36--sp,
	.u-mx-36--sp {
		margin-left: 3.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-36--pc {
		margin: 3.6rem !important;
	}
	.u-mt-36--pc,
	.u-my-36--pc {
		margin-top: 3.6rem !important;
	}
	.u-mr-36--pc,
	.u-mx-36--pc {
		margin-right: 3.6rem !important;
	}
	.u-mb-36--pc,
	.u-my-36--pc {
		margin-bottom: 3.6rem !important;
	}
	.u-ml-36--pc,
	.u-mx-36--pc {
		margin-left: 3.6rem !important;
	}
}
.u-m-40 {
	margin: 4rem !important;
}

.u-mt-40,
.u-my-40 {
	margin-top: 4rem !important;
}

.u-mr-40,
.u-mx-40 {
	margin-right: 4rem !important;
}

.u-mb-40,
.u-my-40 {
	margin-bottom: 4rem !important;
}

.u-ml-40,
.u-mx-40 {
	margin-left: 4rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-40--sp {
		margin: 4rem !important;
	}
	.u-mt-40--sp,
	.u-my-40--sp {
		margin-top: 4rem !important;
	}
	.u-mr-40--sp,
	.u-mx-40--sp {
		margin-right: 4rem !important;
	}
	.u-mb-40--sp,
	.u-my-40--sp {
		margin-bottom: 4rem !important;
	}
	.u-ml-40--sp,
	.u-mx-40--sp {
		margin-left: 4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-40--pc {
		margin: 4rem !important;
	}
	.u-mt-40--pc,
	.u-my-40--pc {
		margin-top: 4rem !important;
	}
	.u-mr-40--pc,
	.u-mx-40--pc {
		margin-right: 4rem !important;
	}
	.u-mb-40--pc,
	.u-my-40--pc {
		margin-bottom: 4rem !important;
	}
	.u-ml-40--pc,
	.u-mx-40--pc {
		margin-left: 4rem !important;
	}
}
.u-m-48 {
	margin: 4.8rem !important;
}

.u-mt-48,
.u-my-48 {
	margin-top: 4.8rem !important;
}

.u-mr-48,
.u-mx-48 {
	margin-right: 4.8rem !important;
}

.u-mb-48,
.u-my-48 {
	margin-bottom: 4.8rem !important;
}

.u-ml-48,
.u-mx-48 {
	margin-left: 4.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-48--sp {
		margin: 4.8rem !important;
	}
	.u-mt-48--sp,
	.u-my-48--sp {
		margin-top: 4.8rem !important;
	}
	.u-mr-48--sp,
	.u-mx-48--sp {
		margin-right: 4.8rem !important;
	}
	.u-mb-48--sp,
	.u-my-48--sp {
		margin-bottom: 4.8rem !important;
	}
	.u-ml-48--sp,
	.u-mx-48--sp {
		margin-left: 4.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-48--pc {
		margin: 4.8rem !important;
	}
	.u-mt-48--pc,
	.u-my-48--pc {
		margin-top: 4.8rem !important;
	}
	.u-mr-48--pc,
	.u-mx-48--pc {
		margin-right: 4.8rem !important;
	}
	.u-mb-48--pc,
	.u-my-48--pc {
		margin-bottom: 4.8rem !important;
	}
	.u-ml-48--pc,
	.u-mx-48--pc {
		margin-left: 4.8rem !important;
	}
}
.u-m-60 {
	margin: 6rem !important;
}

.u-mt-60,
.u-my-60 {
	margin-top: 6rem !important;
}

.u-mr-60,
.u-mx-60 {
	margin-right: 6rem !important;
}

.u-mb-60,
.u-my-60 {
	margin-bottom: 6rem !important;
}

.u-ml-60,
.u-mx-60 {
	margin-left: 6rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-60--sp {
		margin: 6rem !important;
	}
	.u-mt-60--sp,
	.u-my-60--sp {
		margin-top: 6rem !important;
	}
	.u-mr-60--sp,
	.u-mx-60--sp {
		margin-right: 6rem !important;
	}
	.u-mb-60--sp,
	.u-my-60--sp {
		margin-bottom: 6rem !important;
	}
	.u-ml-60--sp,
	.u-mx-60--sp {
		margin-left: 6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-60--pc {
		margin: 6rem !important;
	}
	.u-mt-60--pc,
	.u-my-60--pc {
		margin-top: 6rem !important;
	}
	.u-mr-60--pc,
	.u-mx-60--pc {
		margin-right: 6rem !important;
	}
	.u-mb-60--pc,
	.u-my-60--pc {
		margin-bottom: 6rem !important;
	}
	.u-ml-60--pc,
	.u-mx-60--pc {
		margin-left: 6rem !important;
	}
}
.u-m-80 {
	margin: 8rem !important;
}

.u-mt-80,
.u-my-80 {
	margin-top: 8rem !important;
}

.u-mr-80,
.u-mx-80 {
	margin-right: 8rem !important;
}

.u-mb-80,
.u-my-80 {
	margin-bottom: 8rem !important;
}

.u-ml-80,
.u-mx-80 {
	margin-left: 8rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-80--sp {
		margin: 8rem !important;
	}
	.u-mt-80--sp,
	.u-my-80--sp {
		margin-top: 8rem !important;
	}
	.u-mr-80--sp,
	.u-mx-80--sp {
		margin-right: 8rem !important;
	}
	.u-mb-80--sp,
	.u-my-80--sp {
		margin-bottom: 8rem !important;
	}
	.u-ml-80--sp,
	.u-mx-80--sp {
		margin-left: 8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-80--pc {
		margin: 8rem !important;
	}
	.u-mt-80--pc,
	.u-my-80--pc {
		margin-top: 8rem !important;
	}
	.u-mr-80--pc,
	.u-mx-80--pc {
		margin-right: 8rem !important;
	}
	.u-mb-80--pc,
	.u-my-80--pc {
		margin-bottom: 8rem !important;
	}
	.u-ml-80--pc,
	.u-mx-80--pc {
		margin-left: 8rem !important;
	}
}
.u-m-100 {
	margin: 10rem !important;
}

.u-mt-100,
.u-my-100 {
	margin-top: 10rem !important;
}

.u-mr-100,
.u-mx-100 {
	margin-right: 10rem !important;
}

.u-mb-100,
.u-my-100 {
	margin-bottom: 10rem !important;
}

.u-ml-100,
.u-mx-100 {
	margin-left: 10rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-100--sp {
		margin: 10rem !important;
	}
	.u-mt-100--sp,
	.u-my-100--sp {
		margin-top: 10rem !important;
	}
	.u-mr-100--sp,
	.u-mx-100--sp {
		margin-right: 10rem !important;
	}
	.u-mb-100--sp,
	.u-my-100--sp {
		margin-bottom: 10rem !important;
	}
	.u-ml-100--sp,
	.u-mx-100--sp {
		margin-left: 10rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-100--pc {
		margin: 10rem !important;
	}
	.u-mt-100--pc,
	.u-my-100--pc {
		margin-top: 10rem !important;
	}
	.u-mr-100--pc,
	.u-mx-100--pc {
		margin-right: 10rem !important;
	}
	.u-mb-100--pc,
	.u-my-100--pc {
		margin-bottom: 10rem !important;
	}
	.u-ml-100--pc,
	.u-mx-100--pc {
		margin-left: 10rem !important;
	}
}
.u-m-120 {
	margin: 12rem !important;
}

.u-mt-120,
.u-my-120 {
	margin-top: 12rem !important;
}

.u-mr-120,
.u-mx-120 {
	margin-right: 12rem !important;
}

.u-mb-120,
.u-my-120 {
	margin-bottom: 12rem !important;
}

.u-ml-120,
.u-mx-120 {
	margin-left: 12rem !important;
}

@media screen and (max-width: 768px) {
	.u-m-120--sp {
		margin: 12rem !important;
	}
	.u-mt-120--sp,
	.u-my-120--sp {
		margin-top: 12rem !important;
	}
	.u-mr-120--sp,
	.u-mx-120--sp {
		margin-right: 12rem !important;
	}
	.u-mb-120--sp,
	.u-my-120--sp {
		margin-bottom: 12rem !important;
	}
	.u-ml-120--sp,
	.u-mx-120--sp {
		margin-left: 12rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-m-120--pc {
		margin: 12rem !important;
	}
	.u-mt-120--pc,
	.u-my-120--pc {
		margin-top: 12rem !important;
	}
	.u-mr-120--pc,
	.u-mx-120--pc {
		margin-right: 12rem !important;
	}
	.u-mb-120--pc,
	.u-my-120--pc {
		margin-bottom: 12rem !important;
	}
	.u-ml-120--pc,
	.u-mx-120--pc {
		margin-left: 12rem !important;
	}
}
.u-p-0 {
	padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
	padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
	padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
	padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
	padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
	.u-p-0--sp {
		padding: 0 !important;
	}
	.u-pt-0--sp,
	.u-py-0--sp {
		padding-top: 0 !important;
	}
	.u-pr-0--sp,
	.u-px-0--sp {
		padding-right: 0 !important;
	}
	.u-pb-0--sp,
	.u-py-0--sp {
		padding-bottom: 0 !important;
	}
	.u-pl-0--sp,
	.u-px-0--sp {
		padding-left: 0 !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-0--pc {
		padding: 0 !important;
	}
	.u-pt-0--pc,
	.u-py-0--pc {
		padding-top: 0 !important;
	}
	.u-pr-0--pc,
	.u-px-0--pc {
		padding-right: 0 !important;
	}
	.u-pb-0--pc,
	.u-py-0--pc {
		padding-bottom: 0 !important;
	}
	.u-pl-0--pc,
	.u-px-0--pc {
		padding-left: 0 !important;
	}
}
.u-p-4 {
	padding: 0.4rem !important;
}

.u-pt-4,
.u-py-4 {
	padding-top: 0.4rem !important;
}

.u-pr-4,
.u-px-4 {
	padding-right: 0.4rem !important;
}

.u-pb-4,
.u-py-4 {
	padding-bottom: 0.4rem !important;
}

.u-pl-4,
.u-px-4 {
	padding-left: 0.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-4--sp {
		padding: 0.4rem !important;
	}
	.u-pt-4--sp,
	.u-py-4--sp {
		padding-top: 0.4rem !important;
	}
	.u-pr-4--sp,
	.u-px-4--sp {
		padding-right: 0.4rem !important;
	}
	.u-pb-4--sp,
	.u-py-4--sp {
		padding-bottom: 0.4rem !important;
	}
	.u-pl-4--sp,
	.u-px-4--sp {
		padding-left: 0.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-4--pc {
		padding: 0.4rem !important;
	}
	.u-pt-4--pc,
	.u-py-4--pc {
		padding-top: 0.4rem !important;
	}
	.u-pr-4--pc,
	.u-px-4--pc {
		padding-right: 0.4rem !important;
	}
	.u-pb-4--pc,
	.u-py-4--pc {
		padding-bottom: 0.4rem !important;
	}
	.u-pl-4--pc,
	.u-px-4--pc {
		padding-left: 0.4rem !important;
	}
}
.u-p-8 {
	padding: 0.8rem !important;
}

.u-pt-8,
.u-py-8 {
	padding-top: 0.8rem !important;
}

.u-pr-8,
.u-px-8 {
	padding-right: 0.8rem !important;
}

.u-pb-8,
.u-py-8 {
	padding-bottom: 0.8rem !important;
}

.u-pl-8,
.u-px-8 {
	padding-left: 0.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-8--sp {
		padding: 0.8rem !important;
	}
	.u-pt-8--sp,
	.u-py-8--sp {
		padding-top: 0.8rem !important;
	}
	.u-pr-8--sp,
	.u-px-8--sp {
		padding-right: 0.8rem !important;
	}
	.u-pb-8--sp,
	.u-py-8--sp {
		padding-bottom: 0.8rem !important;
	}
	.u-pl-8--sp,
	.u-px-8--sp {
		padding-left: 0.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-8--pc {
		padding: 0.8rem !important;
	}
	.u-pt-8--pc,
	.u-py-8--pc {
		padding-top: 0.8rem !important;
	}
	.u-pr-8--pc,
	.u-px-8--pc {
		padding-right: 0.8rem !important;
	}
	.u-pb-8--pc,
	.u-py-8--pc {
		padding-bottom: 0.8rem !important;
	}
	.u-pl-8--pc,
	.u-px-8--pc {
		padding-left: 0.8rem !important;
	}
}
.u-p-12 {
	padding: 1.2rem !important;
}

.u-pt-12,
.u-py-12 {
	padding-top: 1.2rem !important;
}

.u-pr-12,
.u-px-12 {
	padding-right: 1.2rem !important;
}

.u-pb-12,
.u-py-12 {
	padding-bottom: 1.2rem !important;
}

.u-pl-12,
.u-px-12 {
	padding-left: 1.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-12--sp {
		padding: 1.2rem !important;
	}
	.u-pt-12--sp,
	.u-py-12--sp {
		padding-top: 1.2rem !important;
	}
	.u-pr-12--sp,
	.u-px-12--sp {
		padding-right: 1.2rem !important;
	}
	.u-pb-12--sp,
	.u-py-12--sp {
		padding-bottom: 1.2rem !important;
	}
	.u-pl-12--sp,
	.u-px-12--sp {
		padding-left: 1.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-12--pc {
		padding: 1.2rem !important;
	}
	.u-pt-12--pc,
	.u-py-12--pc {
		padding-top: 1.2rem !important;
	}
	.u-pr-12--pc,
	.u-px-12--pc {
		padding-right: 1.2rem !important;
	}
	.u-pb-12--pc,
	.u-py-12--pc {
		padding-bottom: 1.2rem !important;
	}
	.u-pl-12--pc,
	.u-px-12--pc {
		padding-left: 1.2rem !important;
	}
}
.u-p-16 {
	padding: 1.6rem !important;
}

.u-pt-16,
.u-py-16 {
	padding-top: 1.6rem !important;
}

.u-pr-16,
.u-px-16 {
	padding-right: 1.6rem !important;
}

.u-pb-16,
.u-py-16 {
	padding-bottom: 1.6rem !important;
}

.u-pl-16,
.u-px-16 {
	padding-left: 1.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-16--sp {
		padding: 1.6rem !important;
	}
	.u-pt-16--sp,
	.u-py-16--sp {
		padding-top: 1.6rem !important;
	}
	.u-pr-16--sp,
	.u-px-16--sp {
		padding-right: 1.6rem !important;
	}
	.u-pb-16--sp,
	.u-py-16--sp {
		padding-bottom: 1.6rem !important;
	}
	.u-pl-16--sp,
	.u-px-16--sp {
		padding-left: 1.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-16--pc {
		padding: 1.6rem !important;
	}
	.u-pt-16--pc,
	.u-py-16--pc {
		padding-top: 1.6rem !important;
	}
	.u-pr-16--pc,
	.u-px-16--pc {
		padding-right: 1.6rem !important;
	}
	.u-pb-16--pc,
	.u-py-16--pc {
		padding-bottom: 1.6rem !important;
	}
	.u-pl-16--pc,
	.u-px-16--pc {
		padding-left: 1.6rem !important;
	}
}
.u-p-20 {
	padding: 2rem !important;
}

.u-pt-20,
.u-py-20 {
	padding-top: 2rem !important;
}

.u-pr-20,
.u-px-20 {
	padding-right: 2rem !important;
}

.u-pb-20,
.u-py-20 {
	padding-bottom: 2rem !important;
}

.u-pl-20,
.u-px-20 {
	padding-left: 2rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-20--sp {
		padding: 2rem !important;
	}
	.u-pt-20--sp,
	.u-py-20--sp {
		padding-top: 2rem !important;
	}
	.u-pr-20--sp,
	.u-px-20--sp {
		padding-right: 2rem !important;
	}
	.u-pb-20--sp,
	.u-py-20--sp {
		padding-bottom: 2rem !important;
	}
	.u-pl-20--sp,
	.u-px-20--sp {
		padding-left: 2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-20--pc {
		padding: 2rem !important;
	}
	.u-pt-20--pc,
	.u-py-20--pc {
		padding-top: 2rem !important;
	}
	.u-pr-20--pc,
	.u-px-20--pc {
		padding-right: 2rem !important;
	}
	.u-pb-20--pc,
	.u-py-20--pc {
		padding-bottom: 2rem !important;
	}
	.u-pl-20--pc,
	.u-px-20--pc {
		padding-left: 2rem !important;
	}
}
.u-p-24 {
	padding: 2.4rem !important;
}

.u-pt-24,
.u-py-24 {
	padding-top: 2.4rem !important;
}

.u-pr-24,
.u-px-24 {
	padding-right: 2.4rem !important;
}

.u-pb-24,
.u-py-24 {
	padding-bottom: 2.4rem !important;
}

.u-pl-24,
.u-px-24 {
	padding-left: 2.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-24--sp {
		padding: 2.4rem !important;
	}
	.u-pt-24--sp,
	.u-py-24--sp {
		padding-top: 2.4rem !important;
	}
	.u-pr-24--sp,
	.u-px-24--sp {
		padding-right: 2.4rem !important;
	}
	.u-pb-24--sp,
	.u-py-24--sp {
		padding-bottom: 2.4rem !important;
	}
	.u-pl-24--sp,
	.u-px-24--sp {
		padding-left: 2.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-24--pc {
		padding: 2.4rem !important;
	}
	.u-pt-24--pc,
	.u-py-24--pc {
		padding-top: 2.4rem !important;
	}
	.u-pr-24--pc,
	.u-px-24--pc {
		padding-right: 2.4rem !important;
	}
	.u-pb-24--pc,
	.u-py-24--pc {
		padding-bottom: 2.4rem !important;
	}
	.u-pl-24--pc,
	.u-px-24--pc {
		padding-left: 2.4rem !important;
	}
}
.u-p-28 {
	padding: 2.8rem !important;
}

.u-pt-28,
.u-py-28 {
	padding-top: 2.8rem !important;
}

.u-pr-28,
.u-px-28 {
	padding-right: 2.8rem !important;
}

.u-pb-28,
.u-py-28 {
	padding-bottom: 2.8rem !important;
}

.u-pl-28,
.u-px-28 {
	padding-left: 2.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-28--sp {
		padding: 2.8rem !important;
	}
	.u-pt-28--sp,
	.u-py-28--sp {
		padding-top: 2.8rem !important;
	}
	.u-pr-28--sp,
	.u-px-28--sp {
		padding-right: 2.8rem !important;
	}
	.u-pb-28--sp,
	.u-py-28--sp {
		padding-bottom: 2.8rem !important;
	}
	.u-pl-28--sp,
	.u-px-28--sp {
		padding-left: 2.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-28--pc {
		padding: 2.8rem !important;
	}
	.u-pt-28--pc,
	.u-py-28--pc {
		padding-top: 2.8rem !important;
	}
	.u-pr-28--pc,
	.u-px-28--pc {
		padding-right: 2.8rem !important;
	}
	.u-pb-28--pc,
	.u-py-28--pc {
		padding-bottom: 2.8rem !important;
	}
	.u-pl-28--pc,
	.u-px-28--pc {
		padding-left: 2.8rem !important;
	}
}
.u-p-32 {
	padding: 3.2rem !important;
}

.u-pt-32,
.u-py-32 {
	padding-top: 3.2rem !important;
}

.u-pr-32,
.u-px-32 {
	padding-right: 3.2rem !important;
}

.u-pb-32,
.u-py-32 {
	padding-bottom: 3.2rem !important;
}

.u-pl-32,
.u-px-32 {
	padding-left: 3.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-32--sp {
		padding: 3.2rem !important;
	}
	.u-pt-32--sp,
	.u-py-32--sp {
		padding-top: 3.2rem !important;
	}
	.u-pr-32--sp,
	.u-px-32--sp {
		padding-right: 3.2rem !important;
	}
	.u-pb-32--sp,
	.u-py-32--sp {
		padding-bottom: 3.2rem !important;
	}
	.u-pl-32--sp,
	.u-px-32--sp {
		padding-left: 3.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-32--pc {
		padding: 3.2rem !important;
	}
	.u-pt-32--pc,
	.u-py-32--pc {
		padding-top: 3.2rem !important;
	}
	.u-pr-32--pc,
	.u-px-32--pc {
		padding-right: 3.2rem !important;
	}
	.u-pb-32--pc,
	.u-py-32--pc {
		padding-bottom: 3.2rem !important;
	}
	.u-pl-32--pc,
	.u-px-32--pc {
		padding-left: 3.2rem !important;
	}
}
.u-p-36 {
	padding: 3.6rem !important;
}

.u-pt-36,
.u-py-36 {
	padding-top: 3.6rem !important;
}

.u-pr-36,
.u-px-36 {
	padding-right: 3.6rem !important;
}

.u-pb-36,
.u-py-36 {
	padding-bottom: 3.6rem !important;
}

.u-pl-36,
.u-px-36 {
	padding-left: 3.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-36--sp {
		padding: 3.6rem !important;
	}
	.u-pt-36--sp,
	.u-py-36--sp {
		padding-top: 3.6rem !important;
	}
	.u-pr-36--sp,
	.u-px-36--sp {
		padding-right: 3.6rem !important;
	}
	.u-pb-36--sp,
	.u-py-36--sp {
		padding-bottom: 3.6rem !important;
	}
	.u-pl-36--sp,
	.u-px-36--sp {
		padding-left: 3.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-36--pc {
		padding: 3.6rem !important;
	}
	.u-pt-36--pc,
	.u-py-36--pc {
		padding-top: 3.6rem !important;
	}
	.u-pr-36--pc,
	.u-px-36--pc {
		padding-right: 3.6rem !important;
	}
	.u-pb-36--pc,
	.u-py-36--pc {
		padding-bottom: 3.6rem !important;
	}
	.u-pl-36--pc,
	.u-px-36--pc {
		padding-left: 3.6rem !important;
	}
}
.u-p-40 {
	padding: 4rem !important;
}

.u-pt-40,
.u-py-40 {
	padding-top: 4rem !important;
}

.u-pr-40,
.u-px-40 {
	padding-right: 4rem !important;
}

.u-pb-40,
.u-py-40 {
	padding-bottom: 4rem !important;
}

.u-pl-40,
.u-px-40 {
	padding-left: 4rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-40--sp {
		padding: 4rem !important;
	}
	.u-pt-40--sp,
	.u-py-40--sp {
		padding-top: 4rem !important;
	}
	.u-pr-40--sp,
	.u-px-40--sp {
		padding-right: 4rem !important;
	}
	.u-pb-40--sp,
	.u-py-40--sp {
		padding-bottom: 4rem !important;
	}
	.u-pl-40--sp,
	.u-px-40--sp {
		padding-left: 4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-40--pc {
		padding: 4rem !important;
	}
	.u-pt-40--pc,
	.u-py-40--pc {
		padding-top: 4rem !important;
	}
	.u-pr-40--pc,
	.u-px-40--pc {
		padding-right: 4rem !important;
	}
	.u-pb-40--pc,
	.u-py-40--pc {
		padding-bottom: 4rem !important;
	}
	.u-pl-40--pc,
	.u-px-40--pc {
		padding-left: 4rem !important;
	}
}
.u-p-48 {
	padding: 4.8rem !important;
}

.u-pt-48,
.u-py-48 {
	padding-top: 4.8rem !important;
}

.u-pr-48,
.u-px-48 {
	padding-right: 4.8rem !important;
}

.u-pb-48,
.u-py-48 {
	padding-bottom: 4.8rem !important;
}

.u-pl-48,
.u-px-48 {
	padding-left: 4.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-48--sp {
		padding: 4.8rem !important;
	}
	.u-pt-48--sp,
	.u-py-48--sp {
		padding-top: 4.8rem !important;
	}
	.u-pr-48--sp,
	.u-px-48--sp {
		padding-right: 4.8rem !important;
	}
	.u-pb-48--sp,
	.u-py-48--sp {
		padding-bottom: 4.8rem !important;
	}
	.u-pl-48--sp,
	.u-px-48--sp {
		padding-left: 4.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-48--pc {
		padding: 4.8rem !important;
	}
	.u-pt-48--pc,
	.u-py-48--pc {
		padding-top: 4.8rem !important;
	}
	.u-pr-48--pc,
	.u-px-48--pc {
		padding-right: 4.8rem !important;
	}
	.u-pb-48--pc,
	.u-py-48--pc {
		padding-bottom: 4.8rem !important;
	}
	.u-pl-48--pc,
	.u-px-48--pc {
		padding-left: 4.8rem !important;
	}
}
.u-p-60 {
	padding: 6rem !important;
}

.u-pt-60,
.u-py-60 {
	padding-top: 6rem !important;
}

.u-pr-60,
.u-px-60 {
	padding-right: 6rem !important;
}

.u-pb-60,
.u-py-60 {
	padding-bottom: 6rem !important;
}

.u-pl-60,
.u-px-60 {
	padding-left: 6rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-60--sp {
		padding: 6rem !important;
	}
	.u-pt-60--sp,
	.u-py-60--sp {
		padding-top: 6rem !important;
	}
	.u-pr-60--sp,
	.u-px-60--sp {
		padding-right: 6rem !important;
	}
	.u-pb-60--sp,
	.u-py-60--sp {
		padding-bottom: 6rem !important;
	}
	.u-pl-60--sp,
	.u-px-60--sp {
		padding-left: 6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-60--pc {
		padding: 6rem !important;
	}
	.u-pt-60--pc,
	.u-py-60--pc {
		padding-top: 6rem !important;
	}
	.u-pr-60--pc,
	.u-px-60--pc {
		padding-right: 6rem !important;
	}
	.u-pb-60--pc,
	.u-py-60--pc {
		padding-bottom: 6rem !important;
	}
	.u-pl-60--pc,
	.u-px-60--pc {
		padding-left: 6rem !important;
	}
}
.u-p-80 {
	padding: 8rem !important;
}

.u-pt-80,
.u-py-80 {
	padding-top: 8rem !important;
}

.u-pr-80,
.u-px-80 {
	padding-right: 8rem !important;
}

.u-pb-80,
.u-py-80 {
	padding-bottom: 8rem !important;
}

.u-pl-80,
.u-px-80 {
	padding-left: 8rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-80--sp {
		padding: 8rem !important;
	}
	.u-pt-80--sp,
	.u-py-80--sp {
		padding-top: 8rem !important;
	}
	.u-pr-80--sp,
	.u-px-80--sp {
		padding-right: 8rem !important;
	}
	.u-pb-80--sp,
	.u-py-80--sp {
		padding-bottom: 8rem !important;
	}
	.u-pl-80--sp,
	.u-px-80--sp {
		padding-left: 8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-80--pc {
		padding: 8rem !important;
	}
	.u-pt-80--pc,
	.u-py-80--pc {
		padding-top: 8rem !important;
	}
	.u-pr-80--pc,
	.u-px-80--pc {
		padding-right: 8rem !important;
	}
	.u-pb-80--pc,
	.u-py-80--pc {
		padding-bottom: 8rem !important;
	}
	.u-pl-80--pc,
	.u-px-80--pc {
		padding-left: 8rem !important;
	}
}
.u-p-100 {
	padding: 10rem !important;
}

.u-pt-100,
.u-py-100 {
	padding-top: 10rem !important;
}

.u-pr-100,
.u-px-100 {
	padding-right: 10rem !important;
}

.u-pb-100,
.u-py-100 {
	padding-bottom: 10rem !important;
}

.u-pl-100,
.u-px-100 {
	padding-left: 10rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-100--sp {
		padding: 10rem !important;
	}
	.u-pt-100--sp,
	.u-py-100--sp {
		padding-top: 10rem !important;
	}
	.u-pr-100--sp,
	.u-px-100--sp {
		padding-right: 10rem !important;
	}
	.u-pb-100--sp,
	.u-py-100--sp {
		padding-bottom: 10rem !important;
	}
	.u-pl-100--sp,
	.u-px-100--sp {
		padding-left: 10rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-100--pc {
		padding: 10rem !important;
	}
	.u-pt-100--pc,
	.u-py-100--pc {
		padding-top: 10rem !important;
	}
	.u-pr-100--pc,
	.u-px-100--pc {
		padding-right: 10rem !important;
	}
	.u-pb-100--pc,
	.u-py-100--pc {
		padding-bottom: 10rem !important;
	}
	.u-pl-100--pc,
	.u-px-100--pc {
		padding-left: 10rem !important;
	}
}
.u-p-120 {
	padding: 12rem !important;
}

.u-pt-120,
.u-py-120 {
	padding-top: 12rem !important;
}

.u-pr-120,
.u-px-120 {
	padding-right: 12rem !important;
}

.u-pb-120,
.u-py-120 {
	padding-bottom: 12rem !important;
}

.u-pl-120,
.u-px-120 {
	padding-left: 12rem !important;
}

@media screen and (max-width: 768px) {
	.u-p-120--sp {
		padding: 12rem !important;
	}
	.u-pt-120--sp,
	.u-py-120--sp {
		padding-top: 12rem !important;
	}
	.u-pr-120--sp,
	.u-px-120--sp {
		padding-right: 12rem !important;
	}
	.u-pb-120--sp,
	.u-py-120--sp {
		padding-bottom: 12rem !important;
	}
	.u-pl-120--sp,
	.u-px-120--sp {
		padding-left: 12rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-p-120--pc {
		padding: 12rem !important;
	}
	.u-pt-120--pc,
	.u-py-120--pc {
		padding-top: 12rem !important;
	}
	.u-pr-120--pc,
	.u-px-120--pc {
		padding-right: 12rem !important;
	}
	.u-pb-120--pc,
	.u-py-120--pc {
		padding-bottom: 12rem !important;
	}
	.u-pl-120--pc,
	.u-px-120--pc {
		padding-left: 12rem !important;
	}
}
.u-nm-12 {
	margin: -1.2rem !important;
}

.u-nmt-12,
.u-nmy-12 {
	margin-top: -1.2rem !important;
}

.u-nmr-12,
.u-nmx-12 {
	margin-right: -1.2rem !important;
}

.u-nmb-12,
.u-nmy-12 {
	margin-bottom: -1.2rem !important;
}

.u-nml-12,
.u-nmx-12 {
	margin-left: -1.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-nm-12--sp {
		margin: -1.2rem !important;
	}
	.u-nmt-12--sp,
	.u-nmy-12--sp {
		margin-top: -1.2rem !important;
	}
	.u-nmr-12--sp,
	.u-nmx-12--sp {
		margin-right: -1.2rem !important;
	}
	.u-nmb-12--sp,
	.u-nmy-12--sp {
		margin-bottom: -1.2rem !important;
	}
	.u-nml-12--sp,
	.u-nmx-12--sp {
		margin-left: -1.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-nm-12--pc {
		margin: -1.2rem !important;
	}
	.u-nmt-12--pc,
	.u-nmy-12--pc {
		margin-top: -1.2rem !important;
	}
	.u-nmr-12--pc,
	.u-nmx-12--pc {
		margin-right: -1.2rem !important;
	}
	.u-nmb-12--pc,
	.u-nmy-12--pc {
		margin-bottom: -1.2rem !important;
	}
	.u-nml-12--pc,
	.u-nmx-12--pc {
		margin-left: -1.2rem !important;
	}
}
.u-nm-20 {
	margin: -2rem !important;
}

.u-nmt-20,
.u-nmy-20 {
	margin-top: -2rem !important;
}

.u-nmr-20,
.u-nmx-20 {
	margin-right: -2rem !important;
}

.u-nmb-20,
.u-nmy-20 {
	margin-bottom: -2rem !important;
}

.u-nml-20,
.u-nmx-20 {
	margin-left: -2rem !important;
}

@media screen and (max-width: 768px) {
	.u-nm-20--sp {
		margin: -2rem !important;
	}
	.u-nmt-20--sp,
	.u-nmy-20--sp {
		margin-top: -2rem !important;
	}
	.u-nmr-20--sp,
	.u-nmx-20--sp {
		margin-right: -2rem !important;
	}
	.u-nmb-20--sp,
	.u-nmy-20--sp {
		margin-bottom: -2rem !important;
	}
	.u-nml-20--sp,
	.u-nmx-20--sp {
		margin-left: -2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-nm-20--pc {
		margin: -2rem !important;
	}
	.u-nmt-20--pc,
	.u-nmy-20--pc {
		margin-top: -2rem !important;
	}
	.u-nmr-20--pc,
	.u-nmx-20--pc {
		margin-right: -2rem !important;
	}
	.u-nmb-20--pc,
	.u-nmy-20--pc {
		margin-bottom: -2rem !important;
	}
	.u-nml-20--pc,
	.u-nmx-20--pc {
		margin-left: -2rem !important;
	}
}
.u-nm-40 {
	margin: -4rem !important;
}

.u-nmt-40,
.u-nmy-40 {
	margin-top: -4rem !important;
}

.u-nmr-40,
.u-nmx-40 {
	margin-right: -4rem !important;
}

.u-nmb-40,
.u-nmy-40 {
	margin-bottom: -4rem !important;
}

.u-nml-40,
.u-nmx-40 {
	margin-left: -4rem !important;
}

@media screen and (max-width: 768px) {
	.u-nm-40--sp {
		margin: -4rem !important;
	}
	.u-nmt-40--sp,
	.u-nmy-40--sp {
		margin-top: -4rem !important;
	}
	.u-nmr-40--sp,
	.u-nmx-40--sp {
		margin-right: -4rem !important;
	}
	.u-nmb-40--sp,
	.u-nmy-40--sp {
		margin-bottom: -4rem !important;
	}
	.u-nml-40--sp,
	.u-nmx-40--sp {
		margin-left: -4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-nm-40--pc {
		margin: -4rem !important;
	}
	.u-nmt-40--pc,
	.u-nmy-40--pc {
		margin-top: -4rem !important;
	}
	.u-nmr-40--pc,
	.u-nmx-40--pc {
		margin-right: -4rem !important;
	}
	.u-nmb-40--pc,
	.u-nmy-40--pc {
		margin-bottom: -4rem !important;
	}
	.u-nml-40--pc,
	.u-nmx-40--pc {
		margin-left: -4rem !important;
	}
}
.u-nm-60 {
	margin: -6rem !important;
}

.u-nmt-60,
.u-nmy-60 {
	margin-top: -6rem !important;
}

.u-nmr-60,
.u-nmx-60 {
	margin-right: -6rem !important;
}

.u-nmb-60,
.u-nmy-60 {
	margin-bottom: -6rem !important;
}

.u-nml-60,
.u-nmx-60 {
	margin-left: -6rem !important;
}

@media screen and (max-width: 768px) {
	.u-nm-60--sp {
		margin: -6rem !important;
	}
	.u-nmt-60--sp,
	.u-nmy-60--sp {
		margin-top: -6rem !important;
	}
	.u-nmr-60--sp,
	.u-nmx-60--sp {
		margin-right: -6rem !important;
	}
	.u-nmb-60--sp,
	.u-nmy-60--sp {
		margin-bottom: -6rem !important;
	}
	.u-nml-60--sp,
	.u-nmx-60--sp {
		margin-left: -6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-nm-60--pc {
		margin: -6rem !important;
	}
	.u-nmt-60--pc,
	.u-nmy-60--pc {
		margin-top: -6rem !important;
	}
	.u-nmr-60--pc,
	.u-nmx-60--pc {
		margin-right: -6rem !important;
	}
	.u-nmb-60--pc,
	.u-nmy-60--pc {
		margin-bottom: -6rem !important;
	}
	.u-nml-60--pc,
	.u-nmx-60--pc {
		margin-left: -6rem !important;
	}
}
.u-nm-80 {
	margin: -8rem !important;
}

.u-nmt-80,
.u-nmy-80 {
	margin-top: -8rem !important;
}

.u-nmr-80,
.u-nmx-80 {
	margin-right: -8rem !important;
}

.u-nmb-80,
.u-nmy-80 {
	margin-bottom: -8rem !important;
}

.u-nml-80,
.u-nmx-80 {
	margin-left: -8rem !important;
}

@media screen and (max-width: 768px) {
	.u-nm-80--sp {
		margin: -8rem !important;
	}
	.u-nmt-80--sp,
	.u-nmy-80--sp {
		margin-top: -8rem !important;
	}
	.u-nmr-80--sp,
	.u-nmx-80--sp {
		margin-right: -8rem !important;
	}
	.u-nmb-80--sp,
	.u-nmy-80--sp {
		margin-bottom: -8rem !important;
	}
	.u-nml-80--sp,
	.u-nmx-80--sp {
		margin-left: -8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-nm-80--pc {
		margin: -8rem !important;
	}
	.u-nmt-80--pc,
	.u-nmy-80--pc {
		margin-top: -8rem !important;
	}
	.u-nmr-80--pc,
	.u-nmx-80--pc {
		margin-right: -8rem !important;
	}
	.u-nmb-80--pc,
	.u-nmy-80--pc {
		margin-bottom: -8rem !important;
	}
	.u-nml-80--pc,
	.u-nmx-80--pc {
		margin-left: -8rem !important;
	}
}
.u-m-auto {
	margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
	margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
	margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
	margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
	margin-left: auto !important;
}

.u-g-0 {
	gap: 0 !important;
}

.u-gy-0 {
	row-gap: 0 !important;
}

.u-gx-0 {
	column-gap: 0 !important;
}

@media screen and (max-width: 768px) {
	.u-g-0--sp {
		gap: 0 !important;
	}
	.u-gy-0--sp {
		row-gap: 0 !important;
	}
	.u-gx-0--sp {
		column-gap: 0 !important;
	}
}
@media screen and (min-width: 769px) {
	.u-g-0--pc {
		gap: 0 !important;
	}
	.u-gy-0--pc {
		row-gap: 0 !important;
	}
	.u-gx-0--pc {
		column-gap: 0 !important;
	}
}
.u-g-8 {
	gap: 0.8rem !important;
}

.u-gy-8 {
	row-gap: 0.8rem !important;
}

.u-gx-8 {
	column-gap: 0.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-g-8--sp {
		gap: 0.8rem !important;
	}
	.u-gy-8--sp {
		row-gap: 0.8rem !important;
	}
	.u-gx-8--sp {
		column-gap: 0.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-g-8--pc {
		gap: 0.8rem !important;
	}
	.u-gy-8--pc {
		row-gap: 0.8rem !important;
	}
	.u-gx-8--pc {
		column-gap: 0.8rem !important;
	}
}
.u-g-20 {
	gap: 2rem !important;
}

.u-gy-20 {
	row-gap: 2rem !important;
}

.u-gx-20 {
	column-gap: 2rem !important;
}

@media screen and (max-width: 768px) {
	.u-g-20--sp {
		gap: 2rem !important;
	}
	.u-gy-20--sp {
		row-gap: 2rem !important;
	}
	.u-gx-20--sp {
		column-gap: 2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-g-20--pc {
		gap: 2rem !important;
	}
	.u-gy-20--pc {
		row-gap: 2rem !important;
	}
	.u-gx-20--pc {
		column-gap: 2rem !important;
	}
}
.u-g-40 {
	gap: 4rem !important;
}

.u-gy-40 {
	row-gap: 4rem !important;
}

.u-gx-40 {
	column-gap: 4rem !important;
}

@media screen and (max-width: 768px) {
	.u-g-40--sp {
		gap: 4rem !important;
	}
	.u-gy-40--sp {
		row-gap: 4rem !important;
	}
	.u-gx-40--sp {
		column-gap: 4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-g-40--pc {
		gap: 4rem !important;
	}
	.u-gy-40--pc {
		row-gap: 4rem !important;
	}
	.u-gx-40--pc {
		column-gap: 4rem !important;
	}
}
.u-font-goth {
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

.u-font-mincho {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "Yu Mincho", "YuMincho", "游明朝", "BIZ UDMincho", "BIZ UDPMincho", "IPAexMincho", "TakaoMincho", serif;
}

.u-font-en {
	font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

.u-font-con {
	font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

.u-fw-normal {
	font-weight: normal !important;
}

.u-fw-bold {
	font-weight: bold !important;
}
@media screen and (max-width: 768px) {
	.u-fw-bold--sp {
		font-weight: bold !important;
	}
}
@media screen and (min-width: 769px) {
	.u-fw-bold--pc {
		font-weight: bold !important;
	}
}

.u-fw-light {
	font-weight: 300;
}

.u-fw-mid {
	font-weight: 500;
}

.u-font-10 {
	font-size: 1rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-10--sp {
		font-size: 1rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-10--pc {
		font-size: 1rem !important;
	}
}
.u-font-11 {
	font-size: 1.1rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-11--sp {
		font-size: 1.1rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-11--pc {
		font-size: 1.1rem !important;
	}
}
.u-font-12 {
	font-size: 1.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-12--sp {
		font-size: 1.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-12--pc {
		font-size: 1.2rem !important;
	}
}
.u-font-13 {
	font-size: 1.3rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-13--sp {
		font-size: 1.3rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-13--pc {
		font-size: 1.3rem !important;
	}
}
.u-font-14 {
	font-size: 1.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-14--sp {
		font-size: 1.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-14--pc {
		font-size: 1.4rem !important;
	}
}
.u-font-16 {
	font-size: 1.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-16--sp {
		font-size: 1.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-16--pc {
		font-size: 1.6rem !important;
	}
}
.u-font-20 {
	font-size: 2rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-20--sp {
		font-size: 2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-20--pc {
		font-size: 2rem !important;
	}
}
.u-font-24 {
	font-size: 2.4rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-24--sp {
		font-size: 2.4rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-24--pc {
		font-size: 2.4rem !important;
	}
}
.u-font-26 {
	font-size: 2.6rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-26--sp {
		font-size: 2.6rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-26--pc {
		font-size: 2.6rem !important;
	}
}
.u-font-28 {
	font-size: 2.8rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-28--sp {
		font-size: 2.8rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-28--pc {
		font-size: 2.8rem !important;
	}
}
.u-font-32 {
	font-size: 3.2rem !important;
}

@media screen and (max-width: 768px) {
	.u-font-32--sp {
		font-size: 3.2rem !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-32--pc {
		font-size: 3.2rem !important;
	}
}
.u-font-150p {
	font-size: 150% !important;
}

@media screen and (max-width: 768px) {
	.u-font-150p--sp {
		font-size: 150% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-150p--pc {
		font-size: 150% !important;
	}
}
.u-font-125p {
	font-size: 125% !important;
}

@media screen and (max-width: 768px) {
	.u-font-125p--sp {
		font-size: 125% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-125p--pc {
		font-size: 125% !important;
	}
}
.u-font-120p {
	font-size: 120% !important;
}

@media screen and (max-width: 768px) {
	.u-font-120p--sp {
		font-size: 120% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-120p--pc {
		font-size: 120% !important;
	}
}
.u-font-80p {
	font-size: 80% !important;
}

@media screen and (max-width: 768px) {
	.u-font-80p--sp {
		font-size: 80% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-80p--pc {
		font-size: 80% !important;
	}
}
.u-font-75p {
	font-size: 75% !important;
}

@media screen and (max-width: 768px) {
	.u-font-75p--sp {
		font-size: 75% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-75p--pc {
		font-size: 75% !important;
	}
}
.u-font-60p {
	font-size: 60% !important;
}

@media screen and (max-width: 768px) {
	.u-font-60p--sp {
		font-size: 60% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-60p--pc {
		font-size: 60% !important;
	}
}
.u-font-50p {
	font-size: 50% !important;
}

@media screen and (max-width: 768px) {
	.u-font-50p--sp {
		font-size: 50% !important;
	}
}
@media screen and (min-width: 769px) {
	.u-font-50p--pc {
		font-size: 50% !important;
	}
}