@charset "UTF-8";
/*----------------------------------------
	fonts
----------------------------------------*/
@font-face {
	src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
	font-family: "Noto Sans JP";
	font-weight: 400;
}
@font-face {
	src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
	font-family: "Noto Sans JP";
	font-weight: 700;
}
@font-face {
	src: url("../fonts/Inter-Bold.woff") format("woff");
	font-family: "Inter";
	font-weight: 700;
}
/*----------------------------------------
	Style sheet common
----------------------------------------*/
/*----------------------------------------
	Reset
----------------------------------------*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
	vertical-align: top;
}

/*----------------------------------------
	Vars
----------------------------------------*/
/*----------------------------------------
	Mediaquery
----------------------------------------*/
/*----------------------------------------
	fonts
----------------------------------------*/
@font-face {
	src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
	font-family: "Noto Sans JP";
	font-weight: 400;
}
@font-face {
	src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
	font-family: "Noto Sans JP";
	font-weight: 700;
}
@font-face {
	src: url("../fonts/Inter-Bold.woff") format("woff");
	font-family: "Inter";
	font-weight: 700;
}
/*----------------------------------------
	fonts
----------------------------------------*/
@font-face {
	src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
	font-family: "Noto Sans JP";
	font-weight: 400;
}
@font-face {
	src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
	font-family: "Noto Sans JP";
	font-weight: 700;
}
@font-face {
	src: url("../fonts/Inter-Bold.woff") format("woff");
	font-family: "Inter";
	font-weight: 700;
}
/*----------------------------------------
	Base
----------------------------------------*/
html {
	font-size: 14px;
}
@media screen and (min-width: 1000px) {
	html {
		font-size: 15px;
	}
}

body {
	opacity: 0;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.06em;
	background-color: #ffffff;
	color: #655E5E;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}
body.home {
	opacity: 1;
}

picture,
img {
	display: inline-block;
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
a:link, a:visited {
	color: #655E5E;
}

a:hover {
	opacity: 0.7;
}

a[data-rel=external]:after {
	content: "";
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5em;
	background: transparent url("../image/icon-external.png") no-repeat scroll center center;
	background-size: contain;
	margin-right: 0.5em;
}

/*----------------------------------------
	Setting
----------------------------------------*/
/* font family */
/*----------------------------------------
	Layout
----------------------------------------*/
.l-container {
	overflow: hidden;
}

.l-cover {
	padding-bottom: 10vh;
	border-radius: 6.4vw 6.4vw 0 0;
	background-color: #ffffff;
}
@media screen and (min-width: 1000px) {
	.l-cover {
		border-radius: 1.5625vw 1.5625vw 0 0;
	}
}

.l-inner {
	margin: 0 auto;
}
@media screen and (min-width: 1000px) {
	.l-inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 1600px;
	}
}

.l-innerFrame {
	padding: 5.3333333333vw 8% 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
	.l-innerFrame {
		width: 65.625%;
		margin: 0 auto;
		padding: 80px 0 300px;
	}
}

.l-frame {
	width: 89.3333333333%;
	margin: 0 auto;
}
@media screen and (min-width: 1000px) {
	.l-frame {
		width: 89.0625%;
	}
}

@media screen and (min-width: 1000px) {
	.l-column {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.l-column-both {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.l-column--wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.l-column--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*----------------------------------------
	Header
----------------------------------------*/
.l-header {
	--backgroundOpacity: 0;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 100%;
	background-color: transparent;
}
.l-header::before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: var(--backgroundOpacity);
}

.l-headerLimit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 5.3333333333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
	.l-headerLimit {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		max-width: 1600px;
		margin: 0 auto;
		padding: 30px 3.125%;
	}
}

.l-headerTitle {
	z-index: 11;
	position: relative;
}
@media screen and (min-width: 1000px) {
	.l-headerTitle {
		margin-right: auto;
	}
}
.l-headerTitle a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-headerTitle img {
	width: clamp(42px, 14.4vw, 60px);
}
@media screen and (min-width: 1000px) {
	.l-headerTitle img {
		width: clamp(70px, 8.28vw, 110px);
	}
}
.l-headerTitle p {
	padding-left: clamp(9px, 3.2vw, 13px);
	font-size: clamp(9px, 3.2vw, 13px);
}
@media screen and (min-width: 1000px) {
	.l-headerTitle p {
		padding-left: clamp(14px, 1.71vw, 24px);
		font-size: clamp(12px, 1.17vw, 16px);
	}
}

.l-headerButton {
	z-index: 11;
	position: absolute;
	right: 5.3333333333%;
	width: clamp(36px, 10.6vw, 42px);
	height: clamp(36px, 10.6vw, 42px);
	background-color: #655E5E;
	border-radius: 50%;
}
@media screen and (min-width: 1000px) {
	.l-headerButton {
		display: none;
	}
}
.l-headerButton span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: clamp(12px, 4vw, 20px);
	height: 1px;
	background: #ffffff;
	-webkit-transition: background-color 0.4s ease 0s;
	transition: background-color 0.4s ease 0s;
}
.l-headerButton span::before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -4px;
	width: clamp(12px, 4vw, 20px);
	height: 1px;
	background: #ffffff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.l-headerButton span::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 4px;
	width: clamp(12px, 4vw, 20px);
	height: 1px;
	background: #ffffff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.l-headerButton.is-active span {
	background-color: transparent;
}
.l-headerButton.is-active span::before {
	top: 0;
	-webkit-transform: translateX(-50%) rotate(30deg);
	transform: translateX(-50%) rotate(30deg);
}
.l-headerButton.is-active span::after {
	top: 0;
	-webkit-transform: translateX(-50%) rotate(-30deg);
	transform: translateX(-50%) rotate(-30deg);
}

.l-headerGnav {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #F5F4F4;
	overflow-y: overlay;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
@media screen and (min-width: 1000px) {
	.l-headerGnav {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		height: auto;
		background-color: transparent;
		overflow-y: visible;
		margin-left: auto;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@media screen and (min-width: 1000px) {
	.l-headerGnav ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media screen and (min-width: 1000px) {
	.l-headerGnav li {
		margin-right: clamp(19px, 2.34vw, 30px);
		font-size: clamp(10px, 1.01vw, 14px);
	}
}
.l-headerGnav .l-nav {
	opacity: 0;
	padding: 80px 8% 30px;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav {
		opacity: 1;
		padding: 0;
	}
}
.l-headerGnav .l-nav ul li {
	font-size: clamp(14px, 4vw, 16px);
	border-bottom: 2px solid #DAD5D6;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav ul li {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		position: relative;
		margin-right: clamp(10px, 1.25vw, 30px);
		font-size: clamp(10px, 1.01vw, 14px);
		border: none;
	}
}
.l-headerGnav .l-nav ul li a {
	position: relative;
	display: block;
	padding: 18px 0;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav ul li a {
		padding: 0;
	}
}
.l-headerGnav .l-nav ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 4px;
	height: 10px;
	background: transparent url(../../image/arrow_02.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav ul li a::before {
		display: none;
	}
}
.l-headerGnav .l-nav .l-navNest {
	position: relative;
	display: block;
	padding: 18px 0;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav .l-navNest {
		padding: 0;
	}
}
.l-headerGnav .l-nav .l-navNest::before {
	content: "";
	position: absolute;
	top: 30px;
	right: 0;
	width: 12px;
	height: 1px;
	background-color: #4F4F4F;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav .l-navNest::before {
		display: none;
	}
}
.l-headerGnav .l-nav .l-navNest::after {
	content: "";
	position: absolute;
	top: 25px;
	right: 6px;
	width: 1px;
	height: 12px;
	background-color: #4F4F4F;
	-webkit-transition: -webkit-transform 0.5s ease 0s;
	transition: -webkit-transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
	-webkit-transform-origin: center;
	transform-origin: center;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav .l-navNest::after {
		display: none;
	}
}
.l-headerGnav .l-nav .l-navNest.is-open::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.l-headerGnav .l-nav ul li ul {
	opacity: 1;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav ul li ul {
		opacity: 0;
		pointer-events: none;
		display: block;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 30px;
		min-width: 215px;
		padding: 16px;
		background-color: #ffffff;
		-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
		box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
		border-radius: 16px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav ul li ul::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: calc(100% - 10px);
	}
}
.l-headerGnav .l-nav ul li ul li {
	padding-top: 20px;
	padding-bottom: 0;
	border-bottom: none;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav ul li ul li {
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav ul li ul li + li {
		margin-top: 10px;
	}
}
.l-headerGnav .l-nav ul li ul li a {
	padding: 0;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav ul li ul li a {
		padding: 0;
	}
}
.l-headerGnav .l-nav ul li ul li a::before {
	display: none;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav .l-navNest {
		cursor: pointer;
	}
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav .l-navNest::before {
		content: "";
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		top: 0;
		width: 100%;
		height: calc(100% + 12px);
		background-color: transparent;
		pointer-events: auto;
		cursor: pointer;
	}
}
.l-headerGnav .l-nav .l-navNest > a {
	display: inline-block;
	padding: 0;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav .l-navNest > a {
		padding: 0;
	}
}
.l-headerGnav .l-nav .l-navNest > a::before {
	display: none;
}
.l-headerGnav .l-nav .l-navNest > a + ul {
	height: 0;
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-nav .l-navNest > a + ul {
		height: auto;
		overflow: visible;
	}
}

.l-headerGnav .l-contact {
	opacity: 0;
	width: 84%;
	margin: 0 auto;
	padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-contact {
		display: none;
	}
}
.l-headerGnav .l-contact ul li + li {
	margin-top: 20px;
}
.l-headerGnav .l-contact ul li a {
	position: relative;
	text-align: center;
	display: block;
	padding: 10px 0;
	border: 5px solid #ffffff;
	background-color: #F2E049;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	border-radius: 200px;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-contact ul li a {
		padding: 24px 0;
		font-size: clamp(18px, 1.56vw, 22px);
		border: 8px solid #ffffff;
	}
}
.l-headerGnav .l-contact ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 6.3492063492%;
	width: 13.1px;
	height: 11.1px;
	background: transparent url(../../image/arrow_01.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-contact ul li a::before {
		width: 26.4px;
		height: 22.2px;
	}
}
.l-headerGnav .l-contact ul li:first-of-type a {
	border: 1px solid #B5ACAD;
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 200px;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-contact ul li:first-of-type a {
		padding: 24px 0;
		font-size: clamp(18px, 1.56vw, 22px);
		border: 1px solid #B5ACAD;
	}
}

.l-headerGnav .l-sns {
	padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-sns {
		display: none;
		padding-bottom: 0;
	}
}
.l-headerGnav .l-sns ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.l-headerGnav .l-sns li {
	font-size: clamp(13px, 3.73vw, 15px);
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-sns li {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: auto;
		margin-bottom: 0;
		font-size: clamp(13px, 1.25vw, 16px);
	}
}
.l-headerGnav .l-sns li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 10px;
}
.l-headerGnav .l-sns img {
	display: block;
	width: clamp(20px, 6.4vw, 28px);
}
@media screen and (min-width: 1000px) {
	.l-headerGnav .l-sns img {
		width: clamp(20px, 1.87vw, 28px);
	}
}
.l-headerGnav .l-sns span {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
}

.l-headerContact {
	margin-left: auto;
	padding-right: clamp(38px, 12.8vw, 60px);
}
@media screen and (min-width: 1000px) {
	.l-headerContact {
		margin: 0;
		padding: 0;
	}
}
.l-headerContact ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.l-headerContact li {
	font-size: clamp(9px, 2.93vw, 12px);
}
@media screen and (min-width: 1000px) {
	.l-headerContact li {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		font-size: clamp(12px, 1.09vw, 14px);
	}
}
.l-headerContact li + li {
	margin-left: clamp(6px, 1.33vw, 10px);
}
@media screen and (min-width: 1000px) {
	.l-headerContact li + li {
		margin-left: clamp(8px, 0.93vw, 16px);
	}
}
.l-headerContact a {
	display: inline-block;
	padding: 7px clamp(8px, 3.2vw, 13px);
	background-color: #F2E049;
	border: clamp(1px, 0.8vw, 3px) solid #ffffff;
	border-radius: 200px;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1000px) {
	.l-headerContact a {
		padding: 10px clamp(10px, 1.56vw, 30px);
		border: 3px solid #ffffff;
	}
}
.l-headerContact ul li:first-of-type a {
	border: 1px solid #B5ACAD;
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 200px;
}
@media screen and (min-width: 1000px) {
	.l-headerContact ul li:first-of-type a {
		border: 1px solid #B5ACAD;
	}
}

/*----------------------------------------
	Footer
----------------------------------------*/
.l-footer {
	overflow: hidden;
}

.l-footerMenu {
	z-index: 3;
	position: relative;
	background-color: #DAD5D6;
}
.l-footerMenu .l-inner {
	padding: 50px 5.3333333333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
	.l-footerMenu .l-inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 50px 6.25% 34px;
	}
}

.l-footerMenu__title {
	z-index: 3;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
	.l-footerMenu__title {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 35%;
		margin-right: auto;
		margin-bottom: 0;
	}
}
.l-footerMenu__title img {
	width: clamp(80px, 25.6vw, 110px);
}
@media screen and (min-width: 1000px) {
	.l-footerMenu__title img {
		width: clamp(70px, 8.28vw, 110px);
	}
}
.l-footerMenu__title p {
	padding-left: clamp(9px, 3.2vw, 13px);
	font-size: clamp(9px, 3.2vw, 13px);
}
@media screen and (min-width: 1000px) {
	.l-footerMenu__title p {
		padding-left: clamp(14px, 1.71vw, 24px);
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
		font-size: clamp(12px, 1.17vw, 16px);
	}
}

.l-footerMenu__list {
	z-index: 3;
	position: relative;
}
@media screen and (min-width: 1000px) {
	.l-footerMenu__list {
		display: block;
		width: 65%;
	}
}
.l-footerMenu__list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
	.l-footerMenu__list ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 30px;
		gap: 20px 3.6363636364%;
	}
}
@media screen and (min-width: 1000px) {
	.l-footerMenu__list ul:first-of-type {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
.l-footerMenu__list ul:last-of-type {
	margin-top: 20px;
}
@media screen and (min-width: 1000px) {
	.l-footerMenu__list ul:last-of-type {
		margin-top: 35px;
	}
}
.l-footerMenu__list ul:last-of-type li {
	margin: 0;
}
.l-footerMenu__list ul:last-of-type li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 10px;
}
.l-footerMenu__list ul:last-of-type img {
	display: block;
	width: clamp(20px, 6.4vw, 28px);
}
@media screen and (min-width: 1000px) {
	.l-footerMenu__list ul:last-of-type img {
		width: clamp(20px, 1.87vw, 28px);
	}
}
.l-footerMenu__list ul:last-of-type span {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
}
.l-footerMenu__list li {
	width: 50%;
	margin-bottom: 26px;
	font-size: clamp(13px, 3.73vw, 15px);
}
@media screen and (min-width: 1000px) {
	.l-footerMenu__list li {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: auto;
		margin-bottom: 0;
		font-size: clamp(13px, 1.25vw, 16px);
	}
}
.l-footerMenu__list p {
	position: relative;
	margin-top: 10px;
	margin-bottom: 22px;
	font-size: clamp(12px, 3.2vw, 14px);
}
@media screen and (min-width: 1000px) {
	.l-footerMenu__list p {
		margin-bottom: 16px;
		font-size: clamp(12px, 0.93vw, 13px);
	}
}
.l-footerMenu__list p::after {
	content: "";
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 1px;
	background-color: #707070;
}
@media screen and (min-width: 1000px) {
	.l-footerMenu__list p::after {
		left: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 75%;
	}
}
.l-footerMenu__list span {
	z-index: 1;
	position: relative;
	display: inline-block;
	padding-right: 10px;
	background-color: #DAD5D6;
}
@media screen and (min-width: 1000px) {
	.l-footerMenu__list span {
		padding-right: 16px;
	}
}

.l-footerCopyright {
	z-index: 3;
	position: relative;
	text-align: right;
	background-color: #B5ACAD;
}
.l-footerCopyright .l-inner {
	text-align: center;
	padding: 12px 5.3333333333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
	.l-footerCopyright .l-inner {
		text-align: left;
		padding: 16px 3.125%;
	}
}
.l-footerCopyright small {
	font-weight: 700;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #ffffff;
	font-size: clamp(9px, 2.66vw, 11px);
}
@media screen and (min-width: 1000px) {
	.l-footerCopyright small {
		font-size: clamp(9px, 0.78vw, 11px);
	}
}

/*----------------------------------------
	Footer
----------------------------------------*/
.l-wrapper {
	z-index: 2;
	--circleScale: 1;
	position: relative;
	margin-top: 10vh;
	background: transparent url(../../image/img_info01_sp.png) no-repeat scroll top center/cover;
}
@media screen and (min-width: 1000px) {
	.l-wrapper {
		margin-top: 0;
		background: transparent url(../../image/img_info01_pc.png) no-repeat scroll top center/cover;
	}
}

.l-wrapperLayer {
	z-index: 2;
	position: relative;
}

.l-info {
	position: relative;
	padding: 140px 0 min(64px, 17.0666666667vw);
}
@media screen and (min-width: 1000px) {
	.l-info {
		padding: min(320px, 25vw) 0 min(130px, 10.15625vw);
	}
}

.l-info__buttons {
	text-align: left;
	width: clamp(250px, 76vw, 400px);
	margin: 0 auto;
}
@media screen and (min-width: 1000px) {
	.l-info__buttons {
		text-align: center;
		width: clamp(420px, 41.5vw, 560px);
	}
}
.l-info__buttons a {
	display: block;
	position: relative;
	padding: 16px 10%;
	background-color: #ffffff;
	border: none;
	font-size: clamp(16px, 5.06vw, 21px);
	-webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
	border-radius: 200px;
}
@media screen and (min-width: 1000px) {
	.l-info__buttons a {
		padding: 34px 0;
		font-size: clamp(20px, 1.71vw, 24px);
	}
}
.l-info__buttons a::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5%;
	width: 40px;
	height: 40px;
	background: transparent url(../../image/arrow_list03.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 1000px) {
	.l-info__buttons a::before {
		right: 1.8867924528%;
		width: 80px;
		height: 80px;
	}
}

.l-info__link {
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 20px;
	text-align: center;
	margin-top: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
	.l-info__link {
		gap: 0 50px;
		margin-top: min(46px, 3.59375vw);
	}
}
.l-info__link a {
	position: relative;
	padding-left: 38px;
	font-size: clamp(13px, 3.73vw, 16px);
	color: #ffffff;
}
@media screen and (min-width: 1000px) {
	.l-info__link a {
		padding-left: 52px;
		font-size: clamp(16px, 1.4vw, 20px);
	}
}
.l-info__link a::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 36px;
	height: 36px;
	background: transparent url(../../image/arrow_list02.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 1000px) {
	.l-info__link a::before {
		width: 44px;
		height: 44px;
	}
}

.l-info__image {
	z-index: 0;
	position: relative;
	margin-top: -90px;
	overflow: hidden;
}
.l-info__image picture {
	display: block;
	width: 150.4%;
	margin-left: -25%;
}

.l-wrapper--info {
	z-index: 5;
}
.l-wrapper--info .l-info {
	padding: 30px 0 64px;
}
.l-wrapper--info .l-info__image {
	width: 84%;
	margin: 0 auto;
}
@media screen and (min-width: 1000px) {
	.l-wrapper--info .l-info__image {
		max-width: 1080px;
		width: 84.375%;
	}
}
.l-wrapper--info .l-info__image picture {
	display: block;
	width: 100%;
	margin-left: 0;
}
.l-wrapper--info .l-info__buttons {
	margin-top: -20px;
}
@media screen and (min-width: 1000px) {
	.l-wrapper--info .l-info__buttons {
		margin-top: -50px;
	}
}
.l-wrapper--info .l-info__buttons a {
	padding: 16px 10% 16px 15%;
	font-size: clamp(16px, 5.06vw, 21px);
}
@media screen and (min-width: 1000px) {
	.l-wrapper--info .l-info__buttons a {
		padding: 34px 0;
		font-size: clamp(20px, 1.71vw, 24px);
	}
}
.l-wrapper--info .l-info__link a {
	color: #666666;
}

/*----------------------------------------
	Component
----------------------------------------*/
.c-h1 {
	font-size: 1rem;
	line-height: 1.5;
}
@media screen and (min-width: 1000px) {
	.c-h1 {
		font-size: 1rem;
		line-height: 1.5;
	}
}

.c-button {
	display: block;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.c-button {
		width: clamp(480px, 41.5vw, 560px);
	}
}
.c-button a, .c-button p {
	display: block;
	padding: 10px 0;
	border: 2px solid #DAD5D6;
	font-size: clamp(12px, 3.46vw, 14px);
	border-radius: 200px;
}
@media screen and (min-width: 1000px) {
	.c-button a, .c-button p {
		padding: 20px 0;
		font-size: clamp(16px, 1.4vw, 19px);
	}
}

.c-button--std {
	text-align: left;
	width: clamp(200px, 53.3vw, 240px);
	margin: 0 auto;
}
@media screen and (min-width: 1000px) {
	.c-button--std {
		width: clamp(200px, 53.3vw, 300px);
	}
}
.c-button--std a, .c-button--std p {
	position: relative;
	padding: 14px 10%;
	background-color: #ffffff;
	border: none;
	font-size: clamp(12px, 3.73vw, 16px);
	-webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}
.c-button--std a::before,
.c-button--std p::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5%;
	width: 28px;
	height: 28px;
	background: transparent url(../../image/arrow_list03.svg) no-repeat scroll center center/cover;
}

.c-button--fi a, .c-button--fi p {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: -webkit-transform 0.4s ease 0s;
	transition: -webkit-transform 0.4s ease 0s;
	transition: transform 0.4s ease 0s;
	transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
.c-button--fi a::before,
.c-button--fi p::before {
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: -webkit-transform 0.3s ease 0.4s;
	transition: -webkit-transform 0.3s ease 0.4s;
	transition: transform 0.3s ease 0.4s;
	transition: transform 0.3s ease 0.4s, -webkit-transform 0.3s ease 0.4s;
}
.c-button--fi span {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease 0.6s;
	transition: opacity 0.3s ease 0.6s;
	color: #655E5E;
}
.c-button--fi.is-active a, .c-button--fi.is-active p {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.c-button--fi.is-active a::before,
.c-button--fi.is-active p::before {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.c-button--fi.is-active span {
	opacity: 1;
}

.c-button--apply a, .c-button--apply p {
	position: relative;
	display: block;
	padding: 10px 0;
	border: 5px solid #ffffff;
	background-color: #F2E049;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	border-radius: 200px;
}
@media screen and (min-width: 1000px) {
	.c-button--apply a, .c-button--apply p {
		padding: 24px 0;
		font-size: clamp(18px, 1.56vw, 22px);
		border: 8px solid #ffffff;
	}
}
.c-button--apply a::before,
.c-button--apply p::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 6.3492063492%;
	width: 13.1px;
	height: 11.1px;
	background: transparent url(../../image/arrow_01.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 1000px) {
	.c-button--apply a::before,
	.c-button--apply p::before {
		width: 26.4px;
		height: 22.2px;
	}
}

.c-button--back {
	width: clamp(160px, 45.3vw, 180px);
}
@media screen and (min-width: 1000px) {
	.c-button--back {
		width: clamp(300px, 25vw, 340px);
	}
}
.c-button--back a, .c-button--back p {
	position: relative;
	display: block;
	padding: 10px 0;
}
@media screen and (min-width: 1000px) {
	.c-button--back a, .c-button--back p {
		padding: 20px 0;
		font-size: clamp(16px, 1.4vw, 20px);
	}
}
.c-button--back a::before,
.c-button--back p::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	left: 6.3492063492%;
	width: 13.1px;
	height: 11.1px;
	background: transparent url(../../image/arrow_01.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 1000px) {
	.c-button--back a::before,
	.c-button--back p::before {
		width: 18.2px;
		height: 15.3px;
	}
}

.workplace .c-circleButton {
	display: none;
}
.c-circleButton a {
	z-index: 6;
	position: fixed;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 19px 40px 19px 30px;
	background-color: #F2E049;
	border: 4px solid #ffffff;
	border-radius: 200px;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1000px) {
	.c-circleButton a {
		right: 3.125%;
		left: auto;
		bottom: 40px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		padding: 19px 40px 19px 30px;
		border: 5px solid #ffffff;
		-webkit-transition: -webkit-transform 0.2s ease-out 0s;
		transition: -webkit-transform 0.2s ease-out 0s;
		transition: transform 0.2s ease-out 0s;
		transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
	}
}
.c-circleButton a::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	width: 12px;
	height: 10px;
	background: transparent url(../../image/arrow_01.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 1000px) {
	.c-circleButton a::before {
		right: 16px;
		-webkit-transition: right 0.2s ease-out 0s;
		transition: right 0.2s ease-out 0s;
	}
}
.c-circleButton span {
	display: inline-block;
	text-align: left;
	font-size: clamp(14px, 4.26vw, 18px);
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.c-circleButton span {
		font-size: 16px;
	}
}
@media screen and (min-width: 1000px) {
	.c-circleButton a:hover {
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
	}
}
@media screen and (min-width: 1000px) {
	.c-circleButton a:hover::before {
		right: 14px;
	}
}

.c-section {
	padding: 10vw 0 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
	.c-section {
		margin-top: 0;
		padding: 120px 0 120px;
	}
}
.home .c-section {
	margin-top: -13.3333333333vw;
	padding: 20vw 0 32vw;
}
@media screen and (min-width: 1000px) {
	.home .c-section {
		margin-top: 0;
		padding: 120px 0 120px;
	}
}
@media screen and (min-width: 1000px) {
	.c-section:first-of-type {
		padding: 0 0 120px;
	}
}
.c-section h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: clamp(18px, 5.8vw, 32px);
	line-height: 1.5;
}
@media screen and (min-width: 1000px) {
	.c-section h2 {
		text-align: center;
		margin-bottom: 40px;
		font-size: clamp(36px, 3.28vw, 46px);
	}
}
.c-section h3 {
	text-align: center;
	margin-bottom: 26px;
	font-size: clamp(11px, 3.2vw, 16px);
}
@media screen and (min-width: 1000px) {
	.c-section h3 {
		font-size: clamp(15px, 1.25vw, 17px);
	}
}
.c-section h3 span {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #DAD5D6;
	border-radius: 200px;
	background-color: #ffffff;
}
@media screen and (min-width: 1000px) {
	.c-section h3 span {
		padding: 5px 20px;
	}
}
.c-section p {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 4vw, 18px);
	line-height: 1.85;
}
@media screen and (min-width: 1000px) {
	.c-section p {
		font-size: clamp(15px, 1.25vw, 17px);
		line-height: 2;
	}
}
.c-section span {
	display: block;
}
.c-section em {
	font-size: clamp(14px, 4.26vw, 18px);
	line-height: 1.875;
	color: #AD852A;
}

.c-sectionFrame {
	padding: 0 8%;
}
@media screen and (min-width: 1000px) {
	.c-sectionFrame {
		width: clamp(875px, 87.5vw, 1400px);
		margin: 0 auto;
		padding: 0;
	}
}
@media screen and (min-width: 1000px) {
	.c-sectionFrame--md {
		width: clamp(656px, 65.6vw, 1050px);
		margin: 0 auto;
		padding: 0;
	}
}

.c-section__grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
	.c-section__grid {
		display: -ms-grid;
		display: grid;
	}
}

@media screen and (min-width: 1000px) {
	.c-section__grid--pattern1 {
		grid-template-areas: "area1 area3" "area2 area3";
		-ms-grid-columns: 52.5% 98px auto;
		grid-template-columns: 52.5% auto;
		-ms-grid-rows: auto 0 1fr;
		grid-template-rows: auto 1fr;
		gap: 0 98px;
	}
}
.c-section__grid--pattern1 h2 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.c-section__grid--pattern1 h2 {
		text-align: left;
		grid-area: area1;
	}
}
.c-section__grid--pattern1 p {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.c-section__grid--pattern1 p {
		grid-area: area2;
	}
}
.c-section__grid--pattern1 .c-section__image {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.c-section__grid--pattern1 .c-section__image {
		grid-area: area3;
	}
}

@media screen and (min-width: 1000px) {
	.c-section__grid--pattern2 {
		grid-template-areas: "area1 area2" "area3 area3";
		-ms-grid-columns: 56.25% 98px auto;
		grid-template-columns: 56.25% auto;
		-ms-grid-rows: auto 0 1fr;
		grid-template-rows: auto 1fr;
		gap: 0 98px;
	}
	.c-section__grid--pattern2 > h2 {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.c-section__grid--pattern2 > p {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.c-section__grid--pattern2 > .c-section__image {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
	}
}
.c-section__grid--pattern2 h2 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.c-section__grid--pattern2 h2 {
		text-align: left;
		grid-area: area1;
	}
}
.c-section__grid--pattern2 p {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.c-section__grid--pattern2 p {
		grid-area: area2;
	}
}
.c-section__grid--pattern2 .c-section__image {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.c-section__grid--pattern2 .c-section__image {
		grid-area: area3;
	}
}
@media screen and (min-width: 1000px){
	.c-section__grid--pattern1 h2 {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.c-section__grid--pattern1 p {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.c-section__grid--pattern1 .c-section__image {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 3;
	}
	.c-section__grid--pattern2 h2 {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.c-section__grid--pattern2 > h2 {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.c-section__grid--pattern2 p {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.c-section__grid--pattern2 > p {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.c-section__grid--pattern2 .c-section__image {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 3;
	}
	.c-section__grid--pattern2 > .c-section__image {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
	}
}

@media screen and (min-width: 1000px) {
	.c-section:nth-child(2n) .c-section__grid {
		grid-template-areas: "area3 area1" "area3 area2";
		-ms-grid-columns: auto 98px 52.5%;
		grid-template-columns: auto 52.5%;
		-ms-grid-rows: 1fr 0 auto;
		grid-template-rows: 1fr auto;
		gap: 0 98px;
	}
	.c-section:nth-child(2n) .c-section__grid > h2 {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.c-section:nth-child(2n) .c-section__grid > p {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	.c-section:nth-child(2n) .c-section__grid > .c-section__image {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
	.c-section:nth-child(2n) .c-section__grid > h2 {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.c-section:nth-child(2n) .c-section__grid > p {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	.c-section:nth-child(2n) .c-section__grid > .c-section__image {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
}

@media screen and (min-width: 1000px) {
	.c-section__column {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 82.5%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1000px) {
	.c-section__column h2 {
		width: 100%;
	}
}
@media screen and (min-width: 1000px) {
	.c-section__column p {
		width: 46.9696969697%;
	}
}
@media screen and (min-width: 1000px) {
	.c-section__column .c-section__image {
		width: 46.9696969697%;
		margin: 0;
	}
}

.c-section__image {
	margin: 30px 0;
	border-radius: 4.2666666667vw;
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.c-section__image {
		border-radius: 2.1875vw;
	}
}

.c-section__capture {
	margin: 60px 0 30px;
	border-radius: 8%;
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.c-section__capture {
		width: 48.4848484848%;
		margin: 0 auto 60px;
		border-radius: 8.984375%;
	}
}

.c-section__overflow {
	width: 100%;
	margin: 30px 0;
}

.c-section__overflow__image {
	--arrowPos: 116px;
	--arrowOpacity: 1;
	position: relative;
	width: 100%;
	overflow: scroll;
}
.c-section__overflow__image::before {
	content: "";
	opacity: var(--arrowOpacity);
	position: absolute;
	right: -14px;
	bottom: 16px;
	width: 116px;
	height: 46px;
	background: transparent url(../../image/arrow_overflow.svg) no-repeat scroll center center/cover;
	-webkit-transform: translateX(var(--arrowPos));
	transform: translateX(var(--arrowPos));
}
.c-section__overflow__image picture {
	display: block;
	width: auto;
	height: 106.6666666667vw;
}
.c-section__overflow__image img {
	width: auto;
	height: 100%;
}

.c-section__overflow__fukidashi {
	position: relative;
	width: 84%;
	margin: 30px auto 0;
	padding: 7.4666666667vw 4.4444444444%;
	border-radius: 5.3333333333vw;
	background-color: #ffffff;
}
.c-section__overflow__fukidashi * {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(13px, 3.73vw, 18px);
	line-height: 1.7;
}
.c-section__overflow__fukidashi::before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 13px 20px 13px;
	border-color: transparent transparent #ffffff transparent;
}
.c-section__overflow__fukidashi span {
	display: inline-block;
	margin-bottom: 4.2666666667vw;
}
.c-section__overflow__fukidashi ul {
	list-style: disc;
	padding-left: 1.4em;
}
.c-section__overflow__fukidashi li + li {
	margin-top: 4.2666666667vw;
}

[data-color] {
	--sectionCircle: 0;
	--sectionColor: #aaa;
	position: relative;
}
[data-color]::after {
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0) scale(var(--sectionCircle));
	transform: translate(-50%, 0) scale(var(--sectionCircle));
	-webkit-transform-origin: center;
	transform-origin: center;
	width: 120vmax;
	height: 120vmax;
	border-radius: 50% 50% 0 0;
	background-color: var(--sectionColor);
}
@media screen and (min-width: 1000px) {
	[data-color]::after {
		width: 160vmax;
		height: 160vmax;
	}
}
[data-color]::before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 20vw;
	left: 0;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	width: 100%;
	height: 100%;
	background-color: var(--sectionColor);
}
@media screen and (min-width: 1000px) {
	[data-color]::before {
		top: 30vw;
	}
}
@media screen and (min-width: 1000px) {
	[data-color]:first-of-type::after {
		top: 100px;
	}
}

.c-hero {
	padding-top: 8vw;
	padding-bottom: 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
	.c-hero {
		padding: 80px 0 120px;
	}
}
@media screen and (min-width: 1000px) {
	.c-hero .l-inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.c-hero__image {
	width: clamp(294px, 92vw, 860px);
	margin-left: auto;
}
@media screen and (min-width: 1000px) {
	.c-hero__image {
		width: 52.109375%;
	}
}
.c-hero__image picture {
	border-radius: 5.8666666667% 0 0 5.8666666667%;
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.c-hero__image picture {
		border-radius: 6.015625% 0 0 6.015625%;
	}
}

.c-hero__title {
	position: relative;
	width: clamp(294px, 92vw, 860px);
	margin-top: 8.5333333333vw;
	margin-left: auto;
}
@media screen and (min-width: 1000px) {
	.c-hero__title {
		width: 46.875%;
		margin-top: 0;
		padding-top: 7.03125vw;
		padding-left: 6.25%;
	}
}
.c-hero__title h1 {
	font-size: clamp(26px, 8vw, 40px);
}
@media screen and (min-width: 1000px) {
	.c-hero__title h1 {
		font-size: clamp(42px, 3.9vw, 56px);
	}
}
.c-hero__title ul {
	margin-top: 10.1333333333vw;
	padding-right: 14.4%;
}
@media screen and (min-width: 1000px) {
	.c-hero__title ul {
		margin-top: 60px;
	}
}
.c-hero__title li:nth-child(n+2) {
	margin-top: 14px;
}
.c-hero__title li a {
	display: inline-block;
	position: relative;
	padding-left: 36px;
	font-size: clamp(13px, 3.73vw, 15px);
}
@media screen and (min-width: 1000px) {
	.c-hero__title li a {
		font-size: clamp(13px, 1.09vw, 15px);
	}
}
.c-hero__title li a::before {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	width: 28px;
	height: 28px;
	background: transparent url(../../image/arrow_list04.svg) no-repeat scroll center center/cover;
}
.c-hero__title span {
	display: inline-block;
	position: absolute;
	right: 2.6666666667vw;
	top: 10px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: sideways;
	font-size: clamp(40px, 11.2vw, 46px);
	color: #DAD5D6;
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.c-hero__title span {
		right: 10px;
		top: 0;
		font-size: clamp(52px, 4.68vw, 66px);
	}
}

.c-heroVisual .l-inner {
	padding: 6.4vw 8%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
	.c-heroVisual .l-inner {
		padding: 80px 6.25% 150px;
	}
}

.c-heroVisual__title h1 {
	font-size: clamp(24px, 8vw, 36px);
}
@media screen and (min-width: 1000px) {
	.c-heroVisual__title h1 {
		font-size: clamp(50px, 4.68vw, 70px);
	}
}

.c-card__thumb {
	border-radius: 5.3333333333vw;
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.c-card__thumb {
		border-radius: 2.1875vw;
	}
}

.c-card__title {
	-webkit-transform: translate(clamp(-16px, -4.8vw, -38px), clamp(-40px, -18.6vw, -90px));
	transform: translate(clamp(-16px, -4.8vw, -38px), clamp(-40px, -18.6vw, -90px));
}
.c-card__title p {
	display: block;
	overflow: hidden;
	font-size: clamp(16px, 4.8vw, 20px);
}
.c-card__title p + p {
	margin-top: clamp(4px, 1.6vw, 8px);
}
.c-card__title span {
	position: relative;
	display: inline-block;
	background-color: #ffffff;
}
.c-card__title span::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.c-card__title ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: clamp(10px, 2.6vw, 12px);
}
.c-card__title li {
	display: inline-block;
	padding: 2px;
	font-size: clamp(12px, 3.4vw, 14px);
	background-color: #655E5E;
	color: #ffffff;
}
.c-card__title li + li {
	margin-left: 6px;
}

.c-card--lg .c-card__thumb {
	border-radius: 10px;
	overflow: hidden;
}
.c-card--lg .c-card__title p {
	font-size: clamp(20px, 6.4vw, 26px);
	line-height: 1.25;
}
.c-card--lg .c-card__title p + p {
	margin-top: clamp(4px, 1.6vw, 10px);
}
.c-card--lg .c-card__title ul {
	margin-top: clamp(10px, 3.2vw, 14px);
}
.c-card--lg .c-card__title li {
	font-size: clamp(12px, 3.4vw, 14px);
}
.c-card--lg .c-card__title li + li {
	margin-left: 6px;
}

.c-flow dt {
	text-align: center;
	padding: 4px 0;
	color: #ffffff;
	background-color: #B5ACAD;
	font-size: clamp(14px, 4vw, 17px);
	line-height: 1.2;
}
@media screen and (min-width: 1000px) {
	.c-flow dt {
		padding: 8px 0;
		font-size: clamp(16px, 4.8vw, 20px);
	}
}
.c-flow dd {
	position: relative;
	padding: 3.7333333333vw 0 6.4vw;
	color: #655E5E;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 4vw, 17px);
	line-height: 1.6;
}
@media screen and (min-width: 1000px) {
	.c-flow dd {
		text-align: center;
		padding: 20px 0 46px;
		font-size: clamp(16px, 4.8vw, 20px);
		line-height: 2;
	}
}
.c-flow dd::before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 2.1333333333vw;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 1.6vw solid transparent;
	border-left: 1.6vw solid transparent;
	border-top: 2.6666666667vw solid #b5acad;
	border-bottom: 0;
}
@media screen and (min-width: 1000px) {
	.c-flow dd::before {
		bottom: 16px;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-top: 18px solid #b5acad;
	}
}
.c-flow dl:last-of-type dd::before {
	display: none;
}

[data-bg-color] {
	--bgCircle: 0;
	--bgCircleColor: #aaa;
	position: relative;
}
[data-bg-color]::after {
	z-index: 0;
	content: "";
	position: absolute;
	top: 50vh;
	left: 50%;
	-webkit-transform: translate(-50%, 0) scale(var(--bgCircle));
	transform: translate(-50%, 0) scale(var(--bgCircle));
	-webkit-transform-origin: center;
	transform-origin: center;
	width: 120vmax;
	height: 120vmax;
	border-radius: 50% 50% 0 0;
	background-color: var(--bgCircleColor);
}
@media screen and (min-width: 1000px) {
	[data-bg-color]::after {
		width: 200vmax;
		height: 200vmax;
	}
}

[data-vector=left]::after {
	left: -60vmax;
	-webkit-transform: translate(0, 0) scale(var(--bgCircle));
	transform: translate(0, 0) scale(var(--bgCircle));
}

form {
	margin-top: 40px;
}
form table tr {
	display: inline-block;
	width: 100%;
}
form table tr + * {
	margin-top: 20px;
}
@media screen and (min-width: 1000px) {
	form table tr + * {
		margin-top: 30px;
	}
}
form table th, form table td {
	display: inline-block;
	width: 100%;
}
form table th p {
	font-size: clamp(14px, 4vw, 15px);
	line-height: 2;
}
@media screen and (min-width: 1000px) {
	form table th p {
		font-size: clamp(14px, 4.26vw, 16px);
	}
}
form table th p span {
	color: #AD852A;
	margin-left: 10px;
}
form table td input {
	display: block;
	width: calc(100% - 28px);
	margin-top: 6px;
	padding: 14px;
	border-radius: 10px;
	border: solid 1px #BABABA;
}
form table td select {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 14px;
	border-radius: 10px;
	border: solid 1px #BABABA;
}
form table td textarea {
	display: block;
	width: calc(100% - 28px);
	margin-top: 10px;
	padding: 14px;
	border-radius: 10px;
	border: solid 1px #BABABA;
	resize: none;
}
form table td textarea.l-free {
	height: 130px;
}
@media screen and (min-width: 1000px) {
	form table td textarea.l-free {
		height: auto;
	}
}
form .wpcf7-radio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}
form .wpcf7-list-item input {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
}
form .wpcf7-list-item {
	--checkedOpacity: 0;
}
form .wpcf7-list-item span {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 0 0 0 34px;
	border-radius: 8px;
	vertical-align: middle;
	margin-right: 40px;
	cursor: pointer;
}
form .wpcf7-list-item span:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border-radius: 4px;
	background-color: #53B4DE;
	content: "";
	opacity: var(--checkedOpacity);
}
@media screen and (min-width: 1000px) {
	form .wpcf7-list-item span:before {
		width: 14px;
		height: 14px;
	}
}
form .wpcf7-list-item span:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -12px;
	width: 20px;
	height: 20px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: "";
}
@media screen and (min-width: 1000px) {
	form .wpcf7-list-item span:after {
		width: 22px;
		height: 22px;
	}
}
form input[type=radio] {
	display: none;
}
form input[type=radio]:checked + span {
	opacity: 1;
}
form input[type=radio]:checked + span:before {
	opacity: var(--checkedOpacity);
}
form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #F7F7F7 url(../../image/arrow_accordion.svg) no-repeat scroll right 20px center/cover;
	background-size: 10px 24.75px;
}
form select::-ms-expand {
	display: none;
}

.form-button {
	position: relative;
	display: block;
	width: 100%;
	margin: 10px auto 10px;
	padding: 8px clamp(8px, 3.2vw, 13px);
	color: #655E5E;
	background-color: #F2E049;
	border: 3px solid #ffffff;
	border-radius: 200px;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
	.form-button {
		width: max(25vw, 320px);
		padding: 10px clamp(19px, 2.34vw, 30px);
		border: 3px solid #ffffff;
	}
}
.form-button:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5%;
	width: 38px;
	height: 38px;
	background: transparent url(../../image/arrow_list03.svg) no-repeat scroll center center/cover;
	pointer-events: none;
}
@media screen and (min-width: 1000px) {
	.form-button:before {
		right: 1.8867924528%;
		width: 38px;
		height: 38px;
	}
}
.form-button input {
	display: block;
	width: 100%;
	text-align: center;
	color: #655E5E;
	border: none;
	background-color: transparent;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 4vw, 16px);
}

.form-button-back {
	margin: 28px auto;
	padding: 0;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media screen and (min-width: 1000px) {
	.form-button-back {
		margin: 32px auto;
	}
}
.form-button-back::before {
	display: none;
}
.form-button-back::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 38px;
	height: 1px;
	background-color: #655E5E;
}

.form-button:has(.wpcf7c-force-hide) {
	display: none;
}

#error-box {
	text-align: center;
	margin-top: 40px;
	font-size: clamp(14px, 4vw, 16px);
	color: red;
}

.error-pos {
	margin-top: 10px;
	font-size: clamp(11px, 3.2vw, 13px);
	color: red;
}

#confirm .t-application-form__caption,
#confirm .t-application-form__head-caption,
#confirm .t-pre-registration__caption,
#confirm .c-flow,
#confirm .c-flow + h2 {
	display: none;
}
#confirm .t-application-form h2 {
	margin-top: 0;
}
#confirm tr + tr {
	margin-top: 30px;
}
#confirm tr th {
	margin-bottom: 10px;
}
#confirm tr th p {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}
#confirm tr th p span {
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
}

/*----------------------------------------
	Utility
----------------------------------------*/
.u-hidden {
	display: none;
}

@media screen and (max-width: 768px) {
	.u-hidden-sp {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.u-hidden-pc {
		display: none;
	}
}

.u-left {
	text-align: left;
}

.u-center {
	text-align: center;
}

.u-right {
	text-align: right;
}

.u-red {
	color: red;
}

.u-bg-red {
	background-color: red;
}

/* 
* 余白打ち消しクラス
*/
.u-noRadius {
	border-radius: 0 !important;
}

.u-noMargin {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.u-noMargin-top {
	margin-top: 0 !important;
}

.u-noMargin-bottom {
	margin-bottom: 0 !important;
}

.u-noPadding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.u-noPadding-top {
	padding-top: 0 !important;
}

.u-noPadding-bottom {
	padding-bottom: 0 !important;
}

/* 
* 余白
*/
.-padding-t {
	padding-top: 10px;
}
.-padding-t.-x2 {
	padding-top: 20px;
}
.-padding-t.-x4 {
	padding-top: 40px;
}
.-padding-t.-x6 {
	padding-top: 60px;
}
.-padding-t.-x8 {
	padding-top: 80px;
}
.-padding-t.-x10 {
	padding-top: 100px;
}

.-padding-b {
	padding-bottom: 10px;
}
.-padding-b.-x2 {
	padding-bottom: 20px;
}
.-padding-b.-x4 {
	padding-bottom: 40px;
}
.-padding-b.-x6 {
	padding-bottom: 60px;
}
.-padding-b.-x8 {
	padding-bottom: 80px;
}
.-padding-b.-x10 {
	padding-bottom: 100px;
}

.-margin-t {
	margin-top: 10px;
}
.-margin-t.-x2 {
	margin-top: 20px;
}
.-margin-t.-x4 {
	margin-top: 40px;
}
.-margin-t.-x6 {
	margin-top: 60px;
}
.-margin-t.-x8 {
	margin-top: 80px;
}
.-margin-t.-x10 {
	margin-top: 100px;
}

.-margin-b {
	margin-bottom: 10px;
}
.-margin-b.-x2 {
	margin-bottom: 20px;
}
.-margin-b.-x4 {
	margin-bottom: 40px;
}
.-margin-b.-x6 {
	margin-bottom: 60px;
}
.-margin-b.-x8 {
	margin-bottom: 80px;
}
.-margin-b.-x10 {
	margin-bottom: 100px;
}

/*----------------------------------------
	Page Home
----------------------------------------*/
.home {
	background-color: #F5F4F4;
}
.home .l-header {
	top: -100%;
}
.home .l-footer {
	display: none;
}
.home .l-wrapper {
	margin-top: -10vh;
}
@media screen and (min-width: 1000px) {
	.home .l-wrapper {
		margin-top: 5vmax;
	}
}
.home .l-container {
	width: 100%;
	overflow: hidden;
}
.home .c-circleButton a {
	opacity: 0;
	pointer-events: none;
}
.home .l-info {
	position: relative;
	padding-top: 30px;
	padding-bottom: 140px;
}
@media screen and (min-width: 1000px) {
	.home .l-info {
		padding-top: 60px;
		padding-bottom: min(28vw, 300px);
	}
}
@media screen and (min-width: 1000px) {
	.home .l-info::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50%;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 59, 50, 0)), color-stop(41.87%, #312721), to(#0f0c0a));
		background: linear-gradient(rgba(74, 59, 50, 0) 0%, #312721 41.87%, #0f0c0a 100%);
	}
}
.home .js-fadein {
	opacity: 0;
}

@supports (-webkit-touch-callout: none) {
	body {
		/* The hack for Safari */
		height: -webkit-fill-available;
		min-height: 100vh;
	}
}
#flash {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}
#flash .t-flash__item {
	opacity: 0;
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90px;
}

#fullpage {
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

#nofullpage {
	--nfpCircleScale: 0;
	position: relative;
	height: 0;
	overflow: hidden;
}
#nofullpage.is-show {
	height: auto;
}
#nofullpage.is-show .t-scroll-nav {
	position: fixed;
	display: block;
	left: 20px;
	bottom: 30px;
	z-index: 5;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	/* 非表示にする */
	opacity: 0;
	visibility: hidden;
}
@media screen and (min-width: 1000px) {
	#nofullpage.is-show .t-scroll-nav {
		display: none;
	}
}
#nofullpage.is-show .t-scroll-nav.is-active {
	opacity: 1;
	visibility: visible;
}
#nofullpage.is-show .t-scroll-nav.is-hidden {
	visibility: hidden;
	opacity: 0;
}
#nofullpage.is-show .t-scroll-nav__item {
	width: 48px;
}
#nofullpage::after {
	z-index: -1;
	content: "";
	position: fixed;
	top: -25vh;
	left: 50%;
	-webkit-transform: translate(-50%, 0) scale(var(--nfpCircleScale));
	transform: translate(-50%, 0) scale(var(--nfpCircleScale));
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	width: 160vmax;
	height: 160vmax;
	border-radius: 50%;
	background-color: #ffffff;
}
@media screen and (min-width: 1000px) {
	#nofullpage::after {
		top: -35vh;
	}
}

.t-scroll-nav {
	display: none;
	-webkit-transition: 1s;
	transition: 1s;
}

.t-wrapper {
	--circleScale: 0;
	--circleScaleUnique: 0;
	--circleRadius: 50%;
	--firstContentHeight: 75vh;
	--cardRotete: "4deg";
	--cardOpacity: 0;
	position: relative;
}
.t-wrapper-full {
	width: 100%;
	height: 100vh;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}
.t-wrapper-full::after {
	z-index: 0;
	content: "";
	position: fixed;
	top: 45vh;
	left: 50%;
	-webkit-transform: translate(-50%, 0) scale(var(--circleScale));
	transform: translate(-50%, 0) scale(var(--circleScale));
	-webkit-transform-origin: center;
	transform-origin: center;
	width: 120vmax;
	height: 120vmax;
	border-radius: var(--circleRadius);
}
@media screen and (min-width: 1000px) {
	.t-wrapper-full::after {
		width: 200vmax;
		height: 200vmax;
	}
}
.t-wrapper-full:nth-of-type(2)::after {
	top: var(--firstContentHeight);
	background-color: #F7EC96;
}
.t-wrapper-full:nth-of-type(3)::after {
	background-color: #F5F4F4;
}
.t-wrapper-full:nth-of-type(4)::after {
	background-color: #F7EC96;
}
.t-wrapper-full:nth-of-type(5)::after {
	background-color: #F5F4F4;
}
.t-wrapper#changepoint {
	height: calc(100vh + 10px);
}

.t-wrapperLayer {
	z-index: 2;
	position: relative;
}

.t-wrapper-full {
	position: relative;
	height: 100vh;
}
.t-wrapper-full .c-card {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: calc(50% + 100vh);
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-10deg);
	transform: translate(-50%, -50%) rotate(-10deg);
	width: 74.6666666667%;
	-webkit-transition: top 0.8s ease 0.3s, -webkit-transform 0.6s ease 0.5s;
	transition: top 0.8s ease 0.3s, -webkit-transform 0.6s ease 0.5s;
	transition: top 0.8s ease 0.3s, transform 0.6s ease 0.5s;
	transition: top 0.8s ease 0.3s, transform 0.6s ease 0.5s, -webkit-transform 0.6s ease 0.5s;
}
@media screen and (min-width: 1000px) {
	.t-wrapper-full .c-card {
		width: 280px;
	}
}
@media screen and (min-width: 1000px) {
	.t-wrapper-full .c-card__title {
		-webkit-transform: translate(-20px, -60px);
		transform: translate(-20px, -60px);
	}
}
.t-wrapper-full .c-card__title p {
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0.8s;
	transition: opacity 0.8s ease 0.8s;
}
.t-wrapper-full .c-card__title ul {
	opacity: 0;
	-webkit-transition: opacity 1s ease 0.8s;
	transition: opacity 1s ease 0.8s;
}
.t-wrapper-full .c-card__thumb {
	position: relative;
}
.t-wrapper-full .c-card__thumb .before {
	z-index: 0;
	opacity: 1;
}
.t-wrapper-full .c-card__thumb .after {
	z-index: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.t-wrapper-full.scrollon .c-card {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}
.t-wrapper-full.scrollon .c-card__title p {
	opacity: 1;
}
.t-wrapper-full.scrollon .c-card__title ul {
	opacity: 1;
}

[data-bg-color].t-wrapper--5 {
	z-index: 4;
}
[data-bg-color].t-wrapper--6 {
	z-index: 3;
	background-color: #FEF9DD;
}
[data-bg-color].t-wrapper--6::before {
	content: "";
	z-index: 2;
	position: absolute;
	top: min(74.6vw, 320px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 150vmax;
	height: 150vmax;
	background-color: #F7EC96;
	border-radius: 50% 50% 0 0;
}
@media screen and (min-width: 1000px) {
	[data-bg-color].t-wrapper--6::before {
		top: min(32.8vw, 525px);
	}
}
[data-bg-color].t-wrapper--6::after {
	top: min(-20.8vw, -78px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 210vmax;
	height: 210vmax;
	background-color: #FEF9DD;
}
@media screen and (min-width: 1000px) {
	[data-bg-color].t-wrapper--6::after {
		top: min(-19.3vw, -248px);
	}
}
[data-bg-color].t-wrapper--7 {
	z-index: 2;
	background-color: #FEF9DD;
	border-radius: 50% 50% 0 0;
}
[data-bg-color].t-wrapper--7::after {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 249.6vmax;
	height: 249.6vmax;
}
@media screen and (min-width: 1000px) {
	[data-bg-color].t-wrapper--7::after {
		width: 180vmax;
		height: 180vmax;
	}
}

.l-wrapper--info {
	background-color: #FEF9DD;
	background-image: none;
	margin-top: 0 !important;
}
.l-wrapper--info .l-info::before {
	display: none;
}

.t-title h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: clamp(20px, 6.4vw, 28px);
}
@media screen and (min-width: 1000px) {
	.t-title h2 {
		margin-bottom: 60px;
		font-size: clamp(40px, 3.59vw, 54px);
	}
}

.t-object {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
}

.t-skip {
	z-index: 10;
	position: fixed;
	top: 22px;
	right: 5.3333333333%;
}
@media screen and (min-width: 1000px) {
	.t-skip {
		cursor: pointer;
		top: 40px;
		right: 4.6875%;
	}
}
.t-skip p {
	position: relative;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	font-size: clamp(14px, 4vw, 16px);
	letter-spacing: 0.03em;
}
@media screen and (min-width: 1000px) {
	.t-skip p {
		font-size: clamp(15px, 1.25vw, 17px);
	}
}
.t-skip p::before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -2px;
	width: 100%;
	height: 1px;
	background-color: #655E5E;
	-webkit-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
@media screen and (min-width: 1000px) {
	.t-skip p:hover::before {
		opacity: 0;
	}
}

.t-hero {
	--firstCircle: 0;
	position: relative;
}
.t-hero::before {
	z-index: -1;
	content: "";
	position: absolute;
	top: -10vmax;
	left: 50%;
	-webkit-transform: translate(-50%, 0) scale(var(--firstCircle));
	transform: translate(-50%, 0) scale(var(--firstCircle));
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	width: 160vmax;
	height: 160vmax;
	border-radius: 50%;
	background-color: #ffffff;
}
@media screen and (min-width: 1000px) {
	.t-hero::before {
		top: -50vmax;
		width: 200vmax;
		height: 200vmax;
	}
}

.t-hero__title {
	z-index: 4;
	position: fixed;
	opacity: 1;
	top: 20.9895052474vh;
	left: 50%;
	-webkit-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	width: clamp(260px, 82.1vw, 540px);
	pointer-events: none;
}
@media screen and (min-width: 1000px) {
	.t-hero__title {
		width: 1000px;
	}
}
@media screen and (min-width: 1000px) {
	.t-hero__title h1 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
	}
}
.t-hero__title h1 span {
	display: inline-block;
	width: auto;
	height: clamp(34px, 10.6vw, 50px);
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.t-hero__title h1 span {
		height: 76px;
		margin-bottom: 60px;
	}
}
.t-hero__title h1 span img {
	width: auto;
	height: 100%;
}
.t-hero__title h1 span + span {
	margin-top: clamp(16px, 5.33vw, 26px);
}
@media screen and (min-width: 1000px) {
	.t-hero__title h1 span + span {
		margin-top: 0;
	}
}
@media screen and (min-width: 1000px) {
	.t-hero__title h1 span:nth-child(2n) {
		margin-left: 36px;
	}
}
.t-hero__title h2 {
	opacity: 0;
	display: inline-block;
	width: clamp(120px, 37.3vw, 180px);
	margin-top: 24px;
}
@media screen and (min-width: 1000px) {
	.t-hero__title h2 {
		width: 253px;
		margin-top: 0;
		padding-left: 0;
	}
}

.t-hero__title__wrap {
	display: block;
	-webkit-transform: translateY(150%);
	transform: translateY(150%);
}

.t-lead {
	margin: 120px auto 77px;
}
@media screen and (min-width: 1000px) {
	.t-lead {
		margin: 250px auto 80px;
	}
}

.t-lead__title {
	z-index: 1;
	position: relative;
	width: clamp(260px, 82.1vw, 540px);
	margin: 0 auto;
}
@media screen and (min-width: 1000px) {
	.t-lead__title {
		width: 1000px;
	}
}
@media screen and (min-width: 1000px) {
	.t-lead__title p {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
	}
}
.t-lead__title p span {
	display: inline-block;
	width: auto;
	height: clamp(34px, 10.6vw, 50px);
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.t-lead__title p span {
		height: 76px;
		margin-bottom: 60px;
	}
}
.t-lead__title p span img {
	width: auto;
	height: 100%;
}
.t-lead__title p span + span {
	margin-top: clamp(16px, 5.33vw, 26px);
}
@media screen and (min-width: 1000px) {
	.t-lead__title p span + span {
		margin-top: 0;
	}
}
@media screen and (min-width: 1000px) {
	.t-lead__title p span:nth-child(2n) {
		margin-left: 36px;
	}
}
.t-lead__title h2 {
	opacity: 0;
	display: inline-block;
	width: clamp(120px, 37.3vw, 180px);
	margin-top: 24px;
}
@media screen and (min-width: 1000px) {
	.t-lead__title h2 {
		width: 253px;
		margin-top: 0;
		padding-left: 0;
	}
}

.t-lead__title__wrap {
	display: block;
	-webkit-transform: translateY(150%);
	transform: translateY(150%);
}

.t-leadSlide {
	z-index: 0;
	position: relative;
	margin-top: -10px;
}
.t-leadSlide .swiper-slide {
	position: relative;
	opacity: 0;
	padding-bottom: 39.6%;
}
@media screen and (min-width: 1000px) {
	.t-leadSlide .swiper-slide {
		padding-bottom: 26.6%;
	}
}
.t-leadSlide .swiper-slide picture {
	display: block;
	position: absolute;
	width: 100%;
	opacity: 0;
	border-radius: 3.7333333333vw;
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.t-leadSlide .swiper-slide picture {
		border-radius: 2.34375vw;
	}
}
.t-leadSlide .imageAsset-1 picture {
	-webkit-animation: changeImgAni 10s 0s infinite;
	animation: changeImgAni 10s 0s infinite;
}
.t-leadSlide .imageAsset-1 picture:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.t-leadSlide .imageAsset-1 picture:nth-of-type(2) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}
.t-leadSlide .imageAsset-2.is-active picture {
	-webkit-animation: changeImgAni 10s 0s infinite;
	animation: changeImgAni 10s 0s infinite;
}
.t-leadSlide .imageAsset-2 picture:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.t-leadSlide .imageAsset-2 picture:nth-of-type(2) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}
.t-leadSlide .imageAsset-3 picture {
	opacity: 1;
}
.t-leadSlide .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

@-webkit-keyframes changeImgAni {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	60% {
		opacity: 0;
		z-index: 10;
	}
	100% {
		opacity: 0;
	}
}

@keyframes changeImgAni {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	60% {
		opacity: 0;
		z-index: 10;
	}
	100% {
		opacity: 0;
	}
}
.t-leadSlideSmall {
	margin-top: 40px;
	margin-left: -1.8666666667vw;
}
.t-leadSlideSmall .swiper-slide {
	opacity: 0;
	border-radius: 2.6666666667vw;
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.t-leadSlideSmall .swiper-slide {
		border-radius: 1.5625vw;
	}
}
.t-leadSlideSmall .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.t-lead-banner {
	width: 60%;
	max-width: 350px;
	min-width: 295px;
	margin: 60px auto;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.t-lead-banner {
		width: 27.4%;
		max-width: 450px;
		min-width: 350px;
	}
}
.t-lead-banner p {
	font-size: 13px;
	margin-bottom: 6px;
}
@media screen and (min-width: 1000px) {
	.t-lead-banner p {
		font-size: 16px;
		margin-bottom: 14px;
	}
}

.t-about {
	position: relative;
	padding: min(53.3vw, 230px) 0 min(46.1vw, 200px);
}
@media screen and (min-width: 1000px) {
	.t-about {
		padding: min(23.4vw, 374px) 0 min(10.9vw, 174px);
	}
}
.t-about * {
	color: #ffffff;
}
@media screen and (min-width: 1000px) {
	.t-about .c-button a {
		padding-top: 26px;
		padding-bottom: 26px;
		font-size: clamp(16px, 1.4vw, 20px);
	}
}
@media screen and (min-width: 1000px) {
	.t-about .c-button a::before {
		width: 54px;
		height: 54px;
	}
}

.t-about__bg {
	--imgScale: 1;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
}

.t-about__textarea {
	z-index: 2;
	position: relative;
	opacity: 1;
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
}
@media screen and (min-width: 1000px) {
	.t-about__textarea {
		text-align: center;
		display: block;
		width: 57.5%;
		margin: 0 auto;
	}
}
.t-about__textarea p {
	margin-bottom: 30px;
	padding: 0 8%;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 4.26vw, 17px);
	line-height: 1.6;
	letter-spacing: 0;
}
@media screen and (min-width: 1000px) {
	.t-about__textarea p {
		display: inline-block;
		text-align: left;
		margin-bottom: 40px;
		padding: 0;
		font-size: clamp(14px, 1.25vw, 18px);
		line-height: 1.62;
	}
}

.t-about__object {
	display: block;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
@media screen and (min-width: 1000px) {
	.t-about__object {
		display: block;
		z-index: 1;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
}

.t-workstyle {
	padding: 0 0 80px;
}

.t-workstyleSlide {
	opacity: 0;
	margin-bottom: -20px;
}
@media screen and (min-width: 1000px) {
	.t-workstyleSlide {
		position: relative;
		max-width: 1400px;
		margin: 0 auto;
	}
}
.t-workstyleSlide a {
	display: block;
	-webkit-transition: -webkit-transform 0.4s ease 0s;
	transition: -webkit-transform 0.4s ease 0s;
	transition: transform 0.4s ease 0s;
	transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
@media screen and (min-width: 1000px) {
	.t-workstyleSlide a {
		max-width: 300px;
		margin: 0 auto;
	}
}
.t-workstyleSlide a:hover {
	opacity: 1;
}
@media screen and (min-width: 1000px) {
	.t-workstyleSlide a:hover {
		opacity: 0.7;
	}
}
.t-workstyleSlide .swiper-slide-prev a {
	-webkit-transform: translate(0, 20px) rotate(-4deg);
	transform: translate(0, 20px) rotate(-4deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}
.t-workstyleSlide .swiper-slide-next a {
	-webkit-transform: translate(0, 20px) rotate(4deg);
	transform: translate(0, 20px) rotate(4deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}
.t-workstyleSlide .swiper-slide-active .c-card__title {
	opacity: 1;
}
.t-workstyleSlide .c-card__title {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
}
.t-workstyleSlide .swiper-button-prev,
.t-workstyleSlide .swiper-button-next {
	position: absolute;
	top: 100px;
	width: 16%;
	height: 95vw;
	margin-top: 0;
}
@media screen and (min-width: 1000px) {
	.t-workstyleSlide .swiper-button-prev,
	.t-workstyleSlide .swiper-button-next {
		top: 0;
		width: 33%;
		height: 66%;
	}
}
.t-workstyleSlide .swiper-button-prev {
	left: 0;
}
.t-workstyleSlide .swiper-button-next {
	right: 0;
}
.t-workstyleSlide .swiper-button-prev::before,
.t-workstyleSlide .swiper-button-next::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.t-workstyleSlide .swiper-button-prev::before {
	width: 24.3px;
	height: 60px;
	background: transparent url(../../image/arrow_prev03.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 1000px) {
	.t-workstyleSlide .swiper-button-prev::before {
		right: 20px;
	}
}
.t-workstyleSlide .swiper-button-next::before {
	width: 24.3px;
	height: 60px;
	background: transparent url(../../image/arrow_next03.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 1000px) {
	.t-workstyleSlide .swiper-button-next::before {
		left: 20px;
	}
}
.t-workstyleSlide .swiper-button-next::after,
.t-workstyleSlide .swiper-button-prev::after {
	display: none;
}
@media screen and (min-width: 1000px) {
	.t-workstyleSlide .c-card__title {
		-webkit-transform: translate(clamp(-30px, -3.12vw, -40px), clamp(-60px, -5.46vw, -80px));
		transform: translate(clamp(-30px, -3.12vw, -40px), clamp(-60px, -5.46vw, -80px));
	}
}
.t-workstyleSlide .c-card__title ul {
	display: block;
}
.t-workstyleSlide .c-card__title li + li {
	margin-left: 0;
	margin-top: 6px;
}
@media screen and (min-width: 1000px) {
	.t-workstyleSlide .c-card__title p {
		font-size: clamp(22px, 1.87vw, 28px);
	}
}
@media screen and (min-width: 1000px) {
	.t-workstyleSlide .c-card__title li {
		font-size: clamp(16.8px, 4.76vw, 19.6px);
	}
}

.t-side {
	padding-top: 98px;
	padding-bottom: 70px;
}
@media screen and (min-width: 821px) {
	.t-side {
		max-width: 1400px;
		margin: 0 auto;
		padding-top: 152px;
		padding-bottom: 80px;
	}
}

.t-sideWrap {
	position: relative;
	width: 100%;
}
@media screen and (min-width: 821px) {
	.t-sideWrap {
		height: auto;
	}
}
.t-sideWrap .t-title h2 {
	margin-bottom: 0;
}

.t-sideWrap__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	will-change: transform;
}
@media screen and (min-width: 821px) {
	.t-sideWrap__list {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		width: 85.9375%;
		margin: 0 auto;
		padding: 0;
		gap: 0;
	}
}
.t-sideWrap__list .c-button {
	-webkit-transform: translate(clamp(-16px, -4.8vw, -38px), clamp(-18px, -5.33vw, -40px));
	transform: translate(clamp(-16px, -4.8vw, -38px), clamp(-18px, -5.33vw, -40px));
}
.t-sideWrap__list .t-title {
	margin-bottom: 56px;
}
@media screen and (min-width: 821px) {
	.t-sideWrap__list .t-title {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		margin-bottom: 60px;
	}
}
.t-sideWrap__list .c-card {
	position: relative;
	width: 53.3333333333%;
	margin: 0 auto;
	padding-bottom: 50px;
}
@media screen and (min-width: 821px) {
	.t-sideWrap__list .c-card {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 28%;
		padding-bottom: 0;
	}
}
.t-sideWrap__list .c-card:last-of-type {
	padding-bottom: 0;
}
.t-sideWrap__list .c-card a {
	display: block;
}
@media screen and (min-width: 821px) {
	.t-sideWrap__list .c-card a {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 1000px) {
	.t-sideWrap__list .c-card a {
		max-width: 308px;
	}
}
@media screen and (min-width: 821px) {
	.t-sideWrap__list .c-card .c-button {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}
.t-sideWrap__list .c-card__thumb {
	border-radius: 53.3333333333vw;
}
@media screen and (min-width: 821px) {
	.t-sideWrap__list .c-card__thumb {
		border-radius: 500px;
	}
}
@media screen and (min-width: 821px) {
	.t-sideWrap__list .c-card__title {
		-webkit-transform: translate(clamp(-30px, -3.12vw, -40px), clamp(-60px, -5.46vw, -80px));
		transform: translate(clamp(-30px, -3.12vw, -40px), clamp(-60px, -5.46vw, -80px));
	}
}
@media screen and (min-width: 821px) {
	.t-sideWrap__list .c-card__title p {
		font-size: clamp(18px, 1.87vw, 28px);
	}
}
.t-sideWrap__list .c-card__title span {
	white-space: nowrap;
}

.t-sideBanner {
	z-index: 1;
	position: relative;
	width: 84%;
	margin: 0 auto;
	padding-bottom: min(12vw, 60px);
}
@media screen and (min-width: 600px) {
	.t-sideBanner {
		padding-bottom: min(12vw, 60px);
	}
}
@media screen and (min-width: 821px) {
	.t-sideBanner {
		width: 58.59375%;
		max-width: 1080px;
		padding-bottom: min(5vw, 100px);
	}
}

.t-info {
	position: relative;
	background-color: #D6E5EC;
}

.t-info__buttons {
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0 20px;
	padding: 0 5.3333333333%;
}
.t-info__buttons a {
	position: relative;
	background-color: #ffffff;
	width: 47.7611940299%;
	padding-bottom: 47.7611940299%;
	border-radius: 50%;
	-webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}
.t-info__buttons span {
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 22.5%;
	width: 100%;
	font-size: clamp(14px, 4.8vw, 20px);
}
.t-info__buttons a::before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 22.5%;
	width: 16.1px;
	height: 13.6px;
	background: transparent url(../../image/arrow_01.svg) no-repeat scroll center center/cover;
}

.t-info__link {
	z-index: 1;
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.t-info__link a {
	position: relative;
	padding-left: 38px;
	font-size: clamp(13px, 3.73vw, 16px);
}
.t-info__link a::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 36px;
	height: 36px;
	background: transparent url(../../image/arrow_list02.svg) no-repeat scroll center center/cover;
}

.l-info__link a[href$="dummy/"] {
	font-size: 18px;
}
@media screen and (min-width: 1000px) {
	.l-info__link a[href$="dummy/"] {
		font-size: 24px;
	}
}

.t-info__image {
	z-index: 0;
	position: relative;
	margin-top: -90px;
	overflow: hidden;
}
.t-info__image picture {
	display: block;
	width: 150.4%;
	margin-left: -25%;
}