@charset "UTF-8";
/*--------------------------------
	Animation Set
--------------------------------*/
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sway {
	0%,
    100% {
    	transform: translateY(0);
    }
    50% {
    	transform: translateY(-1.5rem);
	}
}
@keyframes imageSlide1 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes imageSlide2 {
	0% {
	    transform: translateX(0);
	}
	100% {
		transform: translateX(-200%);
	}
}

/*--------------------------------
	Main
--------------------------------*/
@media (max-width: 1024px) {
	header {
		background: #FFFEDB;
	}
}
#main {
	background: #FFFEDB;
	overflow: hidden;
}
#main .content {
	position: relative;
	padding: 0 0 6rem;
}
#main .content::before {
	position: absolute;
	z-index: 1;
	left: -19rem;
	top: 54.5rem;
	content: "";
	display: inline-block;
	width: 31.9rem;
	height: 8.9rem;
	background: url("/images/index/cloud-02.svg") no-repeat;
	background-size: contain;
	opacity: 0;
	animation: fadeIn 2s ease forwards, sway 5s linear infinite;
	animation-delay: 3.5s;
}
#main .content::after {
	position: absolute;
	z-index: 1;
	right: -14.4rem;
	top: 6.7rem;
	content: "";
	display: inline-block;
	width: 43.7rem;
	height: 12.3rem;
	background: url("/images/index/cloud-03.svg") no-repeat;
	background-size: contain;
	opacity: 0;
	animation: fadeIn 2s ease forwards, sway 3.5s linear infinite;
	animation-delay: 3.5s;
}
#main .main-item {
	position: relative;
	margin: 0 0 5rem;
	padding: 40rem 0 0 4rem;
}
#main .main-item::before {
	position: absolute;
	left: 4rem;
	top: 5rem;
	content: "";
	display: block;
	width: 43rem;
	height: 30.4rem;
	background: url("/images/index/main-item-01.webp") no-repeat;
	background-size: contain;
	opacity: 0;
	animation: fadeIn 2s ease forwards;
	animation-delay: 2s;
}
#main .main-item::after {
	position: absolute;
	right: 0.6rem;
	top: 12.5rem;
	content: "";
	display: block;
	width: 41.4rem;
	height: 37.3rem;
	background: url("/images/index/main-item-02.webp") no-repeat;
	background-size: contain;
	opacity: 0;
	animation: fadeIn 2s ease forwards;
	animation-delay: 2.5s;
}
#main .main-item .catch {
	position: relative;
}
#main .main-item .catch::after {
	position: absolute;
	left: 0.9rem;
	bottom: calc( 0px - calc( 5.4rem + 31.4rem ));
	content: "";
	display: block;
	width: 45.8rem;
	height: 31.4rem;
	background: url("/images/index/main-item-03.webp") no-repeat;
	background-size: contain;
	opacity: 0;
	animation: fadeIn 2s ease forwards;
	animation-delay: 3s;
}
#main .main-item .catch h1 {
	position: relative;
	z-index: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 4.4rem;
	font-weight: 700;
	color: #EDA00C;
	letter-spacing: 0.35em;
	opacity: 0;
	animation: fadeIn 2s ease forwards;
	animation-delay: 4s;
}
#main .main-item .catch h1 span {
	position: relative;
}
#main .main-item .catch h1 span::before {
	position: absolute;
	top: -1rem;
	left: 1.8rem;
	content: "";
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 100%;
	background: #FCE14F;
}
#main .main-txt {
	position: relative;
	padding: 0 0 10rem 0;
}
#main .main-txt::after {
	position: absolute;
	z-index: 1;
	bottom: -0.6rem;
	left: 54rem;
	content: "";
	display: inline-block;
	width: 28.6rem;
	height: 7.8rem;
	margin: 0 auto;
	background: url("/images/index/cloud-01.svg") no-repeat;
	background-size: contain;
	opacity: 0;
	animation: fadeIn 2s ease forwards, sway 4s linear infinite;
	animation-delay: 3.5s;
}
#main .main-txt p {
	position: relative;
	z-index: 1;
	font-size: 1.7rem;
	color: #212121;
	text-align: right;
	line-height: 2.2;
	letter-spacing: 0.05em;
	opacity: 0;
	animation: fadeIn 2s ease forwards;
	animation-delay: 4.5s;
}
@media all and (max-width: 1239px) and (min-width: 866px) {
	#main .content::before {
		top: 48.5rem;
		left: -24rem;
	}
	#main .main-item::after {
		right: -0.6rem;
	}
	#main .main-item .catch::after {
		left: -5rem;
	}
	#main .main-item .catch h1 {
		font-size: 3rem;
		line-height: 1.5;
		letter-spacing: 0.2em;
	}
	#main .main-item .catch h1 span::before {
		left: 1rem;
	}
	#main .main-item .catch h1 img {
		max-width: 45.07142857142858vw;
	}

	#main .main-txt p {
		font-size: 1.5rem;
	}
}
@media all and (max-width: 865px) {
	#main {
		padding: 0 0 0;
		background: unset;
	}
	#main .content {
		width: 100%;
		padding: 0 0 0;
	}
	#main .main-item {
		margin: 0 0 0;
		padding: 26.9rem 0 24.4rem 3rem;
		background: #FFFEDB;
		overflow: hidden;
	}
	#main .main-item .catch h1 {
		font-size: 3rem;
		line-height: 1.5;
		letter-spacing: 0.2em;
	}
	#main .main-item .catch h1 span::before {
		left: 1rem;
	}
	#main .main-txt {
		padding: 4.1rem 0 5rem;
	}
	#main .main-txt p {
		font-size: 1.5rem;
		text-align: center;
	}
}
@media all and (max-width: 865px) and (min-width: 500px) {
	#main .content::before {
		left: -10rem;
		top: 38.5rem;
		width: calc( 31.9rem * 0.75 );
		height: calc( 8.9rem * 0.75 );
	}
	#main .content::after {
		right: -12rem;
		width: calc( 43.7rem * 0.75 );
		height: calc( 12.3rem * 0.75 );
	}
	#main .main-item {
		padding: 26.9rem 0 26.4rem 3rem;
	}
	#main .main-item::before {
		width: calc( 43rem * 0.75 );
		height: calc( 30.4rem * 0.75 );
	}
	#main .main-item::after {
		right: -10rem;
		width: calc( 41.4rem * 0.75 );
		height: calc( 37.3rem * 0.75 );
	}
	#main .main-item .catch::after {
		left: 0;
		right: 0;
		bottom: calc( 0px - calc(-8rem + 31.4rem) );
		width: calc( 45.8rem * 0.75 );
		height: calc( 31.4rem * 0.75 );
		margin: 0 auto;
	}
	#main .main-txt::after {
		top: -2rem;
		bottom: unset;
		left: -7rem;
		width: calc( 28.6rem * 0.75 );
		height: calc( 7.8rem * 0.75 );
	}
	#main .main-txt::before {
		position: absolute;
		z-index: 1;
		top: -15rem;
		right: -7rem;
		content: "";
		display: inline-block;
		width: calc( 28.6rem * 0.75 );
		height: calc( 7.8rem * 0.75 );
		background: url("/images/index/cloud-01.svg") no-repeat;
		background-size: contain;
		opacity: 0;
		animation: fadeIn 2s ease forwards, sway 4s linear infinite;
		animation-delay: 3.5s;
	}
	#main .main-item .catch h1 img {
		max-width: 45.07142857142858vw;
	}
}
@media all and (min-width: 500px) {
	#main .mobile-br {
		display: none;
	}
}
@media all and (max-width: 499px) {
	#main .mobile-br {
		display: block;
	}
	#main .content::before {
		left: -7rem;
		top: 20.1rem;
		width: 44.1025641025641vw;
		height: 12.307692307692308vw;
	}
	#main .content::after {
		right: -3rem;
		top: 1.9rem;
		width: 50.76923076923077vw;
		height: 14.102564102564102vw;
	}
	#main .main-txt::after {
		top: -2rem;
		bottom: unset;
		left: -7rem;
		width: 42.82051282051282vw;
		height: 12.051282051282051vw;
	}
	#main .main-txt::before {
		position: absolute;
		z-index: 1;
		top: -25rem;
		right: -7rem;
		content: "";
		display: inline-block;
		width: 42.82051282051282vw;
		height: 12.051282051282051vw;
		background: url("/images/index/cloud-01.svg") no-repeat;
		background-size: contain;
		opacity: 0;
		animation: fadeIn 2s ease forwards, sway 4s linear infinite;
		animation-delay: 3.5s;
	}
	#main .main-item::before {
		top: 0.3rem;
		left: -3rem;
		width: 65.64102564102564vw;
		height: 46.41025641025641vw;
	}
	#main .main-item::after {
		top: 10.7rem;
		right: -2.8rem;
		width: 62.43846153846153vw;
		height: 56.63076923076923vw;
	}
	#main .main-item .catch::after {
		left: 0;
		right: 0;
		bottom: calc(0px - calc(2.8rem + 50.51282051282051vw));
		width: 74.35897435897436vw;
		height: 50.51282051282051vw;
		margin: 0 auto;
	}
	#main .main-item .catch h1 img {
		max-width: 58.46153846153847vw
	}
}
@media all and (max-width: 321px) {
	#main .main-txt p {
		font-size: 1.3rem;
		letter-spacing: unset;
	}
}
/*** Image ***/
#main .image-list .content::before {
	content: unset;
}
#main .image-list .content::after {
	content: unset;
}
#main .image-list::after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 18.5rem;
	height: 5.1rem;
	background: url("/images/index/cloud-01.svg") no-repeat;
	background-size: contain;
	animation: sway 5s linear infinite;
	animation-delay: 3s;
}
@media all and (max-width: 1024px) {
	#main .image-list::after {
		content: unset;
	}
}
/*--------------------------------
	About
--------------------------------*/
#about {
	position: relative;
	padding: 7rem 0 0;
	background: #FFFAE5;
	overflow: hidden;
}
#about .content {
	position: relative;
}
#about .content::after {
	position: absolute;
	z-index: 1;
	left: -11.1rem;
	bottom: 1.2rem;
	content: "";
	display: inline-block;
	width: 24.8rem;
	height: 6.9rem;
	background: url("/images/index/cloud-03.svg") no-repeat;
	background-size: contain;
	animation: sway 4s linear infinite;
	animation-delay: 3s;
}
#about .title {
	margin: 0 0 5rem;
}
#about::after {
	content: "";
	display: block;
	width: 100%;
	min-height: 35rem;
	background: url("/images/index/about-bg.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
#about .about-wrap {
	display: flex;
	flex-wrap: nowrap;
	gap: 0 4.5rem;
	margin: 0 0 10rem;
	transition: .5s;
}
@media all and (min-width: 1025px) {
	#about .about-wrap.second {
		margin: 0 0 10rem -49.5rem;
	}
	#about .about-wrap.third {
		margin: 0 0 10rem -99rem;
	}
	#about .about-wrap.fourth {
		margin: 0 0 10rem -148.5rem;
	}
}
#about .about-wrap .num-wrap {
	position: absolute;
	left: 0.8rem;
	top: 2rem;
}
#about .about-wrap .num-wrap .num {
	display: flex;
	align-items: center;
	width: 8rem;
	height: 8rem;
}
#about .about-wrap .num-wrap .num .numText {
	overflow: visible;
	animation: num-rotation 25s linear infinite;
}
#about .about-wrap .num-wrap .num .numText-item {
	fill: none;
}
#about .about-wrap .num-wrap .num .numText-txt {
	fill: #EDA00C;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.05em;
}
@keyframes num-rotation {
	0% {
		transform: rotate( 0deg );
	}
	100% {
		transform: rotate( 360deg );
	}
}
#about .about-wrap .num-wrap .number {
	display: flex;
	justify-content: center;
	margin: -6.5rem 0 0 0;
}
#about .about-wrap .num-wrap .number span {
	font-family: 'Poppins', sans-serif;
	font-size: 3.1rem;
	font-weight: 500;
	color: #EDA00C;
}
#about .about-wrap .about-item {
	position: relative;
	flex-basis: 45rem;
	min-width: 45rem;
	padding: 7rem 8.5rem 7.8rem;
	box-sizing: border-box;
	border-radius: 22rem;
	background: #FFF;
}
#about .about-wrap .about-item .image {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 19.4rem;
	margin: 0 0 4rem;
}
#about .about-wrap .about-item:first-child .image img {
	max-width: 21.9rem;
}
#about .about-wrap .about-item:nth-child(2) .image img {
	max-width: 20.3rem;
}
#about .about-wrap .about-item:nth-child(3) .image img {
	max-width: 17.5rem;
}
#about .about-wrap .about-item:nth-child(4) .image img {
	max-width: 21.4rem;
}
#about .about-wrap .about-item dl dt {
	display: flex;
	justify-content: center;
	margin: 0 0 1.2rem;
	color: #EDA00C;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	text-align: center;
	text-indent: 0.1em;
}
#about .about-wrap .about-item dl dd {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
}
#about .about-wrap .about-item dl dd.notes {
	display: flex;
	justify-content: center;
	padding: 0.5rem 0 0 0;
	text-align: center;
}
#about .about-wrap .about-item dl dd.notes span {
	font-size: 1.3rem;
}
#about .slide-control-btn {
	position: absolute;
	top: 5rem;
	right: 0;
	text-align: right;
}
#about .slide-control-btn ul {
	display: flex;
	gap: 0 1.5rem;
}
#about .slide-control-btn ul li {
	position: relative;
	width: 4.6rem;
	height: 3.2rem;
}
#about .slide-control-btn ul li.stop::before {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
}
#about .slide-control-btn ul li span {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#about .slide-control-btn ul li.stop span {
	opacity: 0.3;
}
#about .slide-control-btn ul li span::before {
	position: absolute;
	top: 0;
	content: "";
	display: inline-block;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 100%;
	background: #FEE976;
}
#about .slide-control-btn ul li span::after {
	position: absolute;
	top: 1.2rem;
	content: "";
	display: inline-block;
	width: 3.4rem;
	height: 0.9rem;
	background: url("/images/common/icon-viewall.svg") no-repeat;
	transition: .5s;
}
#about .slide-control-btn ul li span.prev::before {
	left: 0;
}
#about .slide-control-btn ul li span.prev::after {
	right: 0;
	rotate: 180deg;
}
#about .slide-control-btn ul li span.next::before {
	right: 0;
}
#about .slide-control-btn ul li span.next::after {
	right: 1.2rem;
}
#about .slide-control-btn ul li span:hover.prev::after {
	right: 2.4rem;
}
#about .slide-control-btn ul li span:hover.next::after {
	right: -1.2rem;
}
@media all and (max-width: 1024px) {
	#about {
		padding: 6rem 0 0;
	}
	#about .content::before {
		position: absolute;
		z-index: 1;
		top: -1.5rem;
		right: -4.3rem;
		content: "";
		display: inline-block;
		width: 17rem;
		height: 4.7rem;
		background: url("/images/index/cloud-01.svg") no-repeat;
		background-size: contain;
		animation: sway 5s linear infinite;
		animation-delay: 3s;
	}
	#about .content::after {
		left: -4rem;
		bottom: -1.8rem;
		width: 18.1rem;
		height: 5.1rem;
	}
	#about .about-wrap {
		display: block;
	}
	#about .about-wrap .num-wrap {
		width: 7rem;
		height: 7rem;
	}
	#about .about-wrap .num-wrap .num {
		width: 7rem;
		height: 7rem;
	}
	#about .about-wrap .num-wrap .num svg {
		width: 7rem;
		height: 7rem;
	}
	#about .about-wrap .num-wrap .number {
		margin: -5.5rem 0 0 0;
	}
	#about .about-wrap .num-wrap .number span {
		font-size: 2.5rem;
	}
	#about .about-wrap .about-item {
		max-width: 45rem;
		min-width: unset;
		margin: 0 auto 3rem;
		padding: 7rem 0 7.8rem;
	}
	#about .about-wrap .about-item:last-child {
		margin: 0 auto 0;
	}
	#about .about-wrap .about-item dl {
		max-width: 26rem;
		margin: 0 auto;
		padding: 0 0 3.5rem;
	}
	#about .about-wrap .about-item dl dt {
		font-size: 2rem;
		text-align: center;
	}
	#about .about-wrap .about-item dl dd {
		max-width: 45rem;
		margin: 0 auto;
		font-size: 1.5rem;
	}
	.slide-control-btn {
		display: none;
	}
}
@media all and (max-width: 569px) {
	#about::after {
		min-height: 20rem;
		background: url("/images/index/about-bg-sp.webp") no-repeat;
		background-size: cover;
		background-position: center;
	}
	#about .about-wrap .about-item:first-child .image img {
		max-width: 19.2rem;
	}
	#about .about-wrap .about-item:nth-child(2) .image img {
		max-width: 19rem;
	}
	#about .about-wrap .about-item:nth-child(3) .image img {
		max-width: 16.5rem;
	}
	#about .about-wrap .about-item:nth-child(4) .image img {
		max-width: 19.6rem;
	}
}
@media all and (max-width: 321px) {
	#about .content::before {
		right: -8.3rem;
	}
}
/*--------------------------------
	Information
--------------------------------*/
#information {
	padding: 11rem 0 8rem;
	overflow: hidden;
}
#information .content {
	position: relative;
}
#information .content::after {
	position: absolute;
	z-index: 1;
	top: 12rem;
	right: 0;
	content: "";
	display: inline-block;
	width: 18.5rem;
	height: 5.1rem;
	background: url("/images/index/cloud-01.svg") no-repeat;
	background-size: contain;
	animation: sway 5s linear infinite;
	animation-delay: 3s;
}
#information .title {
	margin: 0 0 9rem;
}
#information .information-wrap {
	display: flex;
	justify-content: center;
	gap: 0 6rem;
	max-width: 98rem;
	margin: 0 auto;
}
#information .information-wrap .information-item {
	flex-basis: 46rem;
}
#information .information-wrap .information-item h3 {
	margin: 0 0 2.5rem;
	font-size: 3rem;
	font-weight: 500;
	color: #EDA00C;
	letter-spacing: 0.1em;
}
#information .information-wrap .information-item p {
	min-height: 12.8rem;
	margin: 0 0 6rem;
	font-size: 1.6rem;
	font-weight: 400;
	color: #212121;
	letter-spacing: 0.1em;
	line-height: 2;
}
#information .information-wrap .information-item p a {
	font-weight: 500;
	color: #212121;
	text-decoration: underline;
}
@media all and (max-width: 1279px) {
	#information .information-wrap {
		gap: 0 3rem;
	}
}
@media all and (max-width: 1024px) {
	#information {
		padding: 6rem 0 0;
	}
	#information .content::after {
		top: 8.5rem;
		right: -9rem;
		width: 17.7rem;
		height: 4.9rem;
	}
	#information .title {
		margin: 0 0 6rem;
	}
}
@media all and (max-width: 849px) {
	#information .information-wrap {
		display: block;
	}
	#information .information-wrap .information-item:first-child {
		margin: 0 0 5rem;
	}
	#information .information-wrap .information-item h3 {
		font-size: 2.2rem;
	}
	#information .information-wrap .information-item p {
		min-height: unset;
		margin: 0 0 3rem;
		font-size: 1.5rem;
	}
}
/*--------------------------------
	News
--------------------------------*/
#news {
	padding: 11rem 0 12rem;
}
#news .content {
	position: relative;
}
#news .title {
	margin: 0 0 9rem;
}
#news .news-item ul {
	display: flex;
	gap: 0 4rem;
}
#news .news-item ul li {
	flex-basis: calc( calc( 100% / 3 ) - 0rem );
}
#news .news-item ul li a .image {
	display: flex;
	align-items: center;
	min-height: 24rem;
	margin: 0 0 2rem;
	border-radius: 1.5rem;
	overflow: hidden;
}
#news .news-item ul li a .image img {
	width: 100%;
	transition: .5s;
}
#news .news-item ul li a:hover .image img {
	transform: scale(1.2);
}
#news .news-item ul li a dl {}
#news .news-item ul li a dl dt {
	margin: 0 0 2rem;
	font-weight: 500;
	font-size: 1.6rem;
	color: #212121;
	letter-spacing: 0.05em;
	line-height: 1.8;
	transition: .5s;
}
#news .news-item ul li a:hover dl dt {
	color: #525252;
	text-decoration: underline;
}
#news .news-item ul li a dl dd {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	color: #777;
	letter-spacing: 0.05em;
}
@media all and (min-width: 850px) {
	#news .view-all {
		position: absolute;
		top: 5rem;
		right: 0;
	}
}
@media all and (max-width: 849px) {
	#news {
		padding: 6rem 0 6rem;
	}
	#news .title {
		margin: 0 0 5rem;
	}
	#news .news-item ul {
		display: block;
	}
	#news .news-item ul li {
		margin: 0 0 3rem;
		padding: 0 1rem;
	}
	#news .news-item ul li a .image {
		display: block;
		min-height: unset;
	}
}
/*--------------------------------
	Office
--------------------------------*/
#office {
	padding: 11rem 0 0;
	background: #FFFAE5;
}
#office .office-wrap {
	margin: -9rem 0 0 0;
}
#office::after {
	content: "";
	display: block;
	width: 100%;
	min-height: 35rem;
	margin: 0 0 2rem;
	background: url("/images/index/office-bg.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
#office .office-wrap .office-item {
	position: relative;
	z-index: 0;
	width: 65rem;
	height: 65rem;
	margin: 0 auto 8rem;
	cursor: pointer;
}
#office .office-wrap .office-item:last-child {
	margin: 0 auto 12rem;
}
#office .office-wrap .office-item:first-child::after {
	position: absolute;
	z-index: 1;
	top: 11.9rem;
	right: -6.1rem;
	content: "";
	display: inline-block;
	width: 18.5rem;
	height: 5.1rem;
	background: url("/images/index/cloud-01.svg") no-repeat;
	background-size: contain;
	animation: sway 5s linear infinite;
	animation-delay: 3s;
}
#office .office-wrap .office-item:last-child::after {
	position: absolute;
	z-index: 1;
	top: 10.5rem;
	left: -14.9rem;
	content: "";
	display: inline-block;
	width: 29.8rem;
	height: 8.377rem;
	background: url("/images/index/cloud-03.svg") no-repeat;
	background-size: contain;
	animation: sway 5s linear infinite;
	animation-delay: 3s;
}
#office .office-wrap .office-item::before {
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border-radius: 100%;
	background: #FFF;
}
#office .office-wrap .office-item .office-item-in {
	position: relative;
	max-width: 43rem;
	margin: 0 auto;
}
#office .office-wrap .office-item .office-item-in h3 {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 0 7rem;
	padding: 7rem 0 0 0;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-align: center;
	color: #212121;
	line-height: 1.8;
}
#office .office-wrap .office-item .office-item-in h3::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -2rem;
	display: inline-block;
	height: .6rem;
	width: 8rem;
	background: radial-gradient(circle farthest-side, #EDA00C, #EDA00C 40%, transparent 40%, transparent);
	background-size: .6rem .6rem;
	margin: 0 auto;
}
#office .office-wrap .office-item .office-item-in .address {
	display: flex;
	justify-content: center;
}
#office .office-wrap .office-item .office-item-in .address dl {
	position: relative;
}
#office .office-wrap .office-item .office-item-in .address dl::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -5.4rem;
	content: "";
	display: inline-block;
	width: 3.4rem;
	height: 1.8rem;
	margin: auto;
	background: url("/images/index/arrow-office.svg") no-repeat;
}
#office .office-wrap .office-item .office-item-in .address dl dt {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	font-weight: 500;
}
#office .office-wrap .office-item .office-item-in .address dl dt span {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	color: #212121;
}
#office .office-wrap .office-item .office-item-in .address dl dt strong {
	font-size: 2rem;
	font-weight: 700;
	color: #EDA00C;
}
#office .office-wrap .office-item .office-item-in .address dl dd {
	font-size: 1.6rem;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.05em;
}
#office .office-wrap .office-item .office-item-in .address dl dd.required {
	position: absolute;
	right: 0;
	top: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6.6rem;
	height: 3rem;
	border-radius: .5rem;
	background: #FEE976;
}
#office .office-wrap .office-item .office-item-in .address dl dd.required span {
	font-size: 1.4rem;
	font-weight: 400;
	color: #212121;
}
#office .office-wrap .office-item .office-item-in .image {
	display: flex;
	justify-content: center;
	margin: 0 0 5rem;
}
#office .office-wrap .office-item .office-item-in .image img {
	max-width: 26.5rem;
}
#office .office-wrap .office-item .office-item-in .map {
	display: flex;
	justify-content: flex-end;
}
#office .office-wrap .office-item .office-item-in .map a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 7rem;
	height: 7rem;
	transition: .5s;
}
#office .office-wrap .office-item .office-item-in .map a::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	width: 7rem;
	height: 7rem;
	border-radius: 100%;
	background: #EDA00C;
	transition: .5s;
}
#office .office-wrap .office-item .office-item-in .map a::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 1.5rem;
	width: 1.2rem;
	height: 1.6rem;
	margin: auto;
	background: url("/images/common/icon-map.svg") no-repeat;
}
#office .office-wrap .office-item .office-item-in .map a span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 1.8rem 0 0 0;
	font-size: 1.4rem;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 0.05em;
	text-indent: -0.05em;
}
@media all and (min-width: 1025px) {
	#office .office-wrap .office-item::before {
		transition: .5s;
	}
	#office .office-wrap .office-item:hover::before {
		transform: scale(1.09230769231);
	}
	#office .office-wrap .office-item .office-item-in .map a:hover::before {
		transform: scale(1.42857142857);
	}
}
@media all and (max-width: 1024px) {
	#office {
		padding: 6rem 0 0;
	}
	#office .office-wrap {
		margin: 0 0 0 0;
	}
}
@media all and (max-width: 1024px) and (min-width: 570px) {
	#office .office-wrap .office-item .office-item-in .address dl dd.required {
		top: 0;
		width: 8rem;
		height: 2.1rem;
	}
}
@media all and (max-width: 569px) {
	#office::after {
		min-height: 20rem;
		margin: 0 0 0;
		background: url("/images/index/office-bg-sp.webp") no-repeat;
		background-size: cover;
		background-position: center;
	}
	#office .content {
		width: unset;
	}
	#office .title {
		padding: 0 0 0 2rem;
	}
	#office .title::before {
		left: 2rem;
	}
	#office .title::after {
		left: 2.8rem;
	}
	#office .office-wrap .office-item {
		width: 100%;
		height: calc(146.15384615384613vw + 3.5rem);
		margin: 0 auto;
		overflow: hidden;
	}
	#office .office-wrap .office-item:last-child {
		margin: 0 auto 3.5rem;
	}
	#office .office-wrap .office-item::before {
		width: 146.15384615384613vw;
		height: 146.15384615384613vw;
		left: calc( 0px - calc( 146.15384615384613vw / 6 ));
		right: unset;
	}
	#office .office-wrap .office-item:first-child::after {
		top: 13.2rem;
		right: -5.7rem;
		width: 15.5rem;
		height: 4.3rem;
	}
	#office .office-wrap .office-item:last-child::after {
		top: 11.1rem;
		left: -6.8rem;
		width: 18.5rem;
		height: 5.1rem;
	}
	#office .office-wrap .office-item .office-item-in h3 {
		padding: 5rem 0 0 0;
		margin: 0 0 5rem;
		font-size: 1.8rem;
	}
	#office .office-wrap .office-item .office-item-in .address dl {
		max-width: 27rem;
	}
	#office .office-wrap .office-item .office-item-in .address dl::before {
		left: -4rem;
		width: 2.4rem;
		height: 1.8rem;
		margin: auto;
		background: url("/images/index/arrow-office-sp.svg") no-repeat;
	}
	#office .office-wrap .office-item .office-item-in .address dl dt strong {
		font-size: 1.8rem;
	}
	#office .office-wrap .office-item .office-item-in .address dl dd {
		font-size: 1.5rem;
	}
	#office .office-wrap .office-item .office-item-in .address dl dd.required {
		top: 0;
		width: 8rem;
		height: 2.1rem;
	}
	#office .office-wrap .office-item .office-item-in .address dl dd.required span {
		font-size: 1.3rem;
	}
	#office .office-wrap .office-item .office-item-in .image {
		margin: 0 0 4rem;
	}
	#office .office-wrap .office-item .office-item-in .image img {
		max-width: 23.3rem;
	}
	#office .office-wrap .office-item .office-item-in .map {
		margin: 0.5rem 2rem 0 0;
	}
}
@media all and (max-width: 321px) {
	#office .office-wrap .office-item {
		width: 100%;
		height: calc(180vw + 3rem);
		margin: 0 auto;
		overflow: hidden;
	}
	#office .office-wrap .office-item:last-child {
		margin: 0 auto 3.5rem;
	}
	#office .office-wrap .office-item::before {
		width: 180vw;
		height: 180vw;
		left: calc( 0px - calc( 180vw / 4 ));
		right: unset;
	}
	#office .office-wrap .office-item .office-item-in .address {
		padding: 0 0 0 3rem;
	}
}
/*--------------------------------
	Contact
--------------------------------*/
#contact {
	padding: 11rem 0 11.4rem;
	overflow: hidden;
}
#contact .content {
	position: relative;
}
#contact .content::after {
	position: absolute;
	z-index: 1;
	left: -13.5rem;
	bottom: -1.9rem;
	content: "";
	display: inline-block;
	width: 31.9rem;
	height: 8.9rem;
	background: url("/images/index/cloud-02.svg") no-repeat;
	background-size: contain;
	animation: sway 5s linear infinite;
	animation-delay: 3.5s;
}
#contact .title {
	margin: 0 0 9rem;
}
#contact .contact-item {
	max-width: 90rem;
	margin: 0 auto;
}
/*** Form ***/
#contact .contact-item > p {
	margin: 0 0 8rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.08em;
	text-align: center;
}
#contact .contact-item .inquiry-item {
	margin: 0 0 3rem;
}
#contact .contact-item .inquiry-item dl {
	display: flex;
	align-items: center;
	margin: 0 0 3.5rem;
}
#contact .contact-item .inquiry-item dl:last-child {
	margin: 0 0 0;
}
#contact .contact-item .inquiry-item dl.comment {
	align-items: flex-start;
}
#contact .contact-item .inquiry-item dl dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 20rem;
}
#contact .contact-item .inquiry-item dl.comment dt {
	padding: 0.9rem 0 0 0;
}
#contact .contact-item .inquiry-item dl dt span.label {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#contact .contact-item .inquiry-item dl dt span.req {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5rem;
	height: 2rem;
	border-radius: .3rem;
	background: #EDA00C;
	font-size: 1.1rem;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}
#contact .contact-item .inquiry-item dl dd {
	width: calc( 100% - 22.2rem );
	padding: 0 0 0 2.22rem;
	font-size: 1.6rem;
}
#contact .contact-item .inquiry-item dl dd span.comment {
	display: inline-block;
	padding: 1rem 0 0 0;
}
#contact .contact-item .inquiry-item select,
#contact .contact-item .inquiry-item input[type="text"],
#contact .contact-item .inquiry-item textarea {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}
#contact .contact-item .inquiry-item input[type="text"],
#contact .contact-item .inquiry-item textarea {
	width: 100%;
	padding: 1.5rem 2.5rem;
	box-sizing: border-box;
	border: .3rem solid #F6DEA7;
	border-radius: 0.5rem;
}
#contact .contact-item .inquiry-item select:focus,
#contact .contact-item .inquiry-item input[type="text"]:focus,
#contact .contact-item .inquiry-item textarea:focus {
	border: .3rem solid #EDA00C;
}
#contact .contact-item .inquiry-item select:hover,
#contact .contact-item .inquiry-item input[type="text"]:hover,
#contact .contact-item .inquiry-item textarea:hover {
	border: .3rem solid #EDA00C;
}
#contact .contact-item .inquiry-item textarea {
	min-height: 24.2rem;
}
#contact .contact-item .inquiry-item input[type="text"].short {
	width: 12rem;
}
#contact .contact-item .inquiry-item input[type="text"].middle {
	width: 44rem;
}
#contact .contact-item .inquiry-item select {
	width: 44rem;
	padding: 1.5rem 2.5rem;
	box-sizing: border-box;
	border: .3rem solid #F6DEA7;
	border-radius: 0.5rem;
}
#contact .contact-item .inquiry-item span.error {
	display: block;
	padding: 1rem 0 0 0;
	font-size: 1.5rem;
	color: #EDA00C;
}
#contact .contact-item .submit-btn {
	position: relative;
	width: 46rem;
	height: 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
#contact .contact-item .submit-btn::after {
	position: absolute;
	z-index: -2;
	right: 3.2rem;
	top: 3.2rem;
	content: "";
	display: inline-block;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 100%;
	background: #FFF;
	transition: .5s;
}
#contact .contact-item .submit-btn:hover::after {
	background: #EDA00C;
}
#contact .contact-item .submit-btn.disabled {
	position: relative;
	z-index: -1;
}
#contact .contact-item .submit-btn.disabled::before {
	position: absolute;
	content: "";
	display: inline-block;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255, 0.8);
}
#contact .contact-item .submit-btn .btn-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 1rem 8rem 8rem 8rem;
	box-sizing: border-box;
	transition: .5s;
}
#contact .contact-item .submit-btn .btn-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 0.2rem solid #EDA00C;
	border-radius: 1rem 8rem 8rem 8rem;
	background: #EDA00C;
	transition: .5s;
}
#contact .contact-item .submit-btn .btn-wrap:hover::after {
	background: #FFF;
}
#contact .contact-item .submit-btn .btn-wrap::before {
	position: absolute;
	z-index: 1;
	right: 4.1rem;
	top: 4.5rem;
	content: "";
	display: inline-block;
	width: 4.4rem;
	height: 0.9rem;
	background: url("/images/common/btn-contact.svg") no-repeat;
	transition: .5s;
}
#contact .contact-item .submit-btn .btn-wrap:hover::before {
	right: 1.6rem;
}
#contact .contact-item .submit-btn .btn-wrap input[type="submit"] {
	width: 100%;
	height: 100%;
	padding: 0 0 0 5rem;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color: #FFF;
	cursor: pointer;
	transition: .5s;
	text-align: unset;
}
#contact .contact-item .submit-btn .btn-wrap input[type="submit"]:hover {
	color: #EDA00C;
}
#contact .contact-item .final-submit-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 69rem;
	margin: 7.5rem auto 0;
}
#contact .contact-item .final-submit-btn ul {
	display: flex;
	align-items: center;
	gap: 0 3rem;
	margin: 0 auto;
}
#contact .contact-item .final-submit-btn ul li {
	position: relative;
	width: 33rem;
	height: 10rem;
}
#contact .contact-item .final-submit-btn ul li::after {
	position: absolute;
	right: 3.2rem;
	top: 3.2rem;
	content: "";
	display: inline-block;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 100%;
	background: #FFF;
	transition: .5s;
}
#contact .contact-item .final-submit-btn ul li:hover::after {
	background: #EDA00C;
}
#contact .contact-item .final-submit-btn ul li .btn-wrap {
	position: relative;
	width: 100%;
	height: 10rem;
	border-radius: 1rem 8rem 8rem 8rem;
	box-sizing: border-box;
	transition: .5s;
}
#contact .contact-item .final-submit-btn ul li .btn-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 0.2rem solid #EDA00C;
	border-radius: 1rem 8rem 8rem 8rem;
	background: #EDA00C;
	transition: .5s;
}
#contact .contact-item .final-submit-btn ul li .btn-wrap:hover::before {
	background: #FFF;
}
#contact .contact-item .final-submit-btn ul li .btn-wrap::after {
	position: absolute;
	z-index: 1;
	right: 4.1rem;
	top: 4.5rem;
	content: "";
	display: inline-block;
	width: 4.4rem;
	height: 0.9rem;
	background: url("/images/common/btn-contact.svg") no-repeat;
	transition: .5s;
}
#contact .contact-item .final-submit-btn .btn-wrap:hover::after {
	right: 1.6rem;
}
#contact .contact-item .final-submit-btn ul li .btn-wrap input[type="submit"] {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 0 0 0 5rem;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	color: #FFF;
	cursor: pointer;
	transition: .5s;
	text-align: unset;
}
#contact .contact-item .final-submit-btn ul li .btn-wrap input[type="submit"]:hover {
	color: #EDA00C;
}
#contact .contact-item .input-back-btn {
	margin: 4.5rem 0 0;
}
#contact .contact-item .input-back-btn ul {
	display: flex;
	justify-content: center;
}
#contact .contact-item .input-back-btn ul li input[type="submit"] {
	cursor: pointer;
	font-size: 1.6rem;
	color: #EDA00C;
	letter-spacing: 0.05em;
	text-decoration: underline;
}
#contact .contact-item .input-back-btn ul li input[type="submit"]:hover {
	text-decoration: none;
}
#contact .contact-item .cf-seal {
	display: flex;
	justify-content: center;
	padding: 4rem 0 0 0;
}
/*** Privacy Policy ***/
#contact .contact-item .privacy-check {
	display: flex;
	justify-content: center;
	margin: 0 0 3rem;
}
#contact .contact-item .privacy-check label {
	display: inline-block;
	cursor: pointer;
}
#contact .contact-item .privacy-check label span {
	position: relative;
	font-size: 1.6rem;
}
#contact .contact-item .privacy-check label span::before {
	content: "";
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
	top: 0.2rem;
	left: -3rem;
	width: 2rem;
	height: 2rem;
	border: 0.3rem solid #C7C7C7;
	border-radius: 0.5rem;
	background: #fff;
}
#contact .contact-item .privacy-check label span::after {
	content: "";
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
	top: 1rem;
	left: -2.3rem;
	width: 0.7rem;
	height: 1.2rem;
	border-bottom: 0.2rem solid #707070;
	border-right: 0.2rem solid #707070;
	transform: translateY(-50%) rotate(45deg);
	opacity: 0;
}
#contact .contact-item .privacy-check label input:checked + span::after {
	opacity: 1;
}
#contact .contact-item .privacy-check p {
	font-size: 1.5rem;
}
#contact .contact-item .privacy-item {
	height: 15rem;
	margin: 0 0 3rem;
	padding: 1.8rem 2.5rem;
	box-sizing: border-box;
	border: 0.1rem solid #ADADAD;
	background: #FFF;
	overflow-y: scroll;
}
#contact .contact-item .privacy-item p,
#contact .contact-item .privacy-item dl,
#contact .contact-item .privacy-item dt,
#contact .contact-item .privacy-item dd,
#contact .contact-item .privacy-item ul,
#contact .contact-item .privacy-item ul li {
	color: #212121;
	font-size: 1.4rem;
	line-height: 1.8;
}
#contact .contact-item .privacy-item p {
	margin: 0 0 5rem;
}
#contact .contact-item .privacy-item dl {
	margin: 0 0 3rem;
}
#contact .contact-item .privacy-item dl:last-child {
	margin: 0 0 0;
}
#contact .contact-item .privacy-item ul {
	padding: 1.5rem 0;
}
#contact .contact-item .privacy-item dl dt {
	margin: 0 0 0.5rem;
}
@media all and (max-width: 1024px) {
	#contact {
		padding: 6rem 0;
	}
	#contact .content::after {
		left: unset;
		top: 2.5rem;
		right: -6.8rem;
		bottom: unset;
		width: 17.5rem;
		height: 4.9rem;
	}
	#contact .title {
		margin: 0 0 6rem;
	}
	/*** Form ***/
	#contact .contact-item > p {
		margin: 0 0 6rem;
		font-size: 1.6rem;
		letter-spacing: 0.08em;
	}
	#contact .contact-item .inquiry-item {
		margin: 0 0 3rem;
	}
	#contact .contact-item .inquiry-item dl {
		display: block;
		margin: 0 0 3rem;
	}
	#contact .contact-item .inquiry-item dl dt {
		display: flex;
		justify-content: flex-start;
		width: auto;
		padding: 0 0 1rem 0;
	}
	#contact .contact-item .inquiry-item dl.comment dt {
		padding: 0 0 1rem 0;
	}
	#contact .contact-item .inquiry-item dl dt span.label {
		margin: 0 1rem 0 0;
		font-size: 1.5rem;
	}
	#contact .contact-item .inquiry-item dl dd {
		width: 100%;
		padding: 0 0 0 0;
		font-size: 1.5rem;
	}
	#contact .contact-item .inquiry-item dl dd span.comment {
		padding: 0 0 0 0;
	}
	#contact .contact-item .inquiry-item textarea {
		height: 16.3rem;
	}
	#contact .contact-item .inquiry-item input[type="text"].short {
		width: 17.5rem;
	}
	#contact .contact-item .inquiry-item input[type="text"].middle {
		width: 100%;
	}
	#contact .contact-item .inquiry-item select {
		width: 100%;
	}
	#contact .contact-item .submit-btn {
		width: 100%;
		max-width: 46rem;
	}
	#contact .contact-item .submit-btn .btn-wrap input[type="submit"] {
		width: 100%;
	}
	#contact .contact-item .final-submit-btn {
		min-width: unset;
		margin: 4.5rem auto 0;
	}
	#contact .contact-item .final-submit-btn ul {
		display: block;
		width: 100%;
		margin: 0 auto 0;
	}
	#contact .contact-item .final-submit-btn ul li {
		width: 100%;
	}
	#contact .contact-item .final-submit-btn ul li .btn-wrap {
		width: 100%;
	}
	#contact .contact-item .final-submit-btn ul li:first-child  {
		margin: 0 0 2rem;
	}
	#contact .contact-item .final-submit-btn .btn-wrap input[type="submit"] {
		width: 100%;
	}
	#contact .contact-item .input-back-btn {
		margin: 3rem 0 0;
	}
	#contact .contact-item .cf-seal {
		padding: 3rem 0 0 0;
	}
	/*** Privacy Policy ***/
	#contact .contact-item .privacy-check {
		margin: 0 0 4rem;
	}
	#contact .contact-item .privacy-item {
		height: 14rem;
		padding: 1.5rem 1.5rem;
	}
}
/*** No Input ***/
#contact.no-input {
	padding: 0 0 0;
}
#contact.no-input .contact-item {
	padding: 0 0 7rem;
}
#contact.no-input .content::after {
	content: unset;
}
@media all and (max-width: 1024px) {
	#contact.no-input .contact-item {
		padding: 0 0 10rem;
	}
}
/*--------------------------------
	FAQ
--------------------------------*/
#faq {
	padding: 11rem 0 12rem;
	background: #FFFAE5;
}
#faq .content {
	position: relative;
}
#faq .content::after {
	position: absolute;
	z-index: 1;
	bottom: -17.5rem;
	right: 10.5rem;
	content: "";
	display: inline-block;
	width: 18.5rem;
	height: 5.1rem;
	background: url("/images/index/cloud-01.svg") no-repeat;
	background-size: contain;
	animation: sway 5s linear infinite;
	animation-delay: 3s;
}
#faq .title {
	margin: 0 0 9rem;
}
#faq .faq-item {
	max-width: 90rem;
	margin: 0 auto;
}
#faq .faq-item dl {
	position: relative;
	margin: 0 0 5.5rem;
}
#faq .faq-item dl::before {
	position: absolute;
	right: 0;
	top: 1.2rem;
	content: "";
	display: inline-block;
	width: 1.5rem;
	height: 0.3rem;
	background: #EDA00C;
	cursor: pointer;
}
#faq .faq-item dl::after {
	position: absolute;
	right: 0.55rem;
	top: 0.6rem;
	content: "";
	display: inline-block;
	width: 0.3rem;
	height: 1.5rem;
	background: #EDA00C;
	opacity: 1;
	visibility: visible;
	transition: .3s;
}
#faq .faq-item dl.open::after {
	opacity: 0;
	visibility: hidden;
}
#faq .faq-item dl:last-child {
	margin: 0 0 0;
}
#faq .faq-item dl dt {
	position: relative;
	margin: 0 0 2.5rem;
	padding: 0 3rem 0 4rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #EDA00C;
	letter-spacing: 0.05em;
	cursor: pointer;
}
#faq .faq-item dl dt::before {
	position: absolute;
	content: "Q";
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	height: 3.2rem;
	border-radius: 100%;
	background: #EDA00C;
	font-family: 'Poppins', sans-serif;
	font-size: 2rem;
	font-weight: 500;
	color: #FFF;
}
#faq .faq-item dl dt::after {
	position: absolute;
	right: 0;
	top: 0.6rem;
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	cursor: pointer;
}
#faq .faq-item dl dd {
	display: none;
	padding: 3.5rem 4rem;
	border-radius: 0.5rem 3rem 3rem 3rem;
	background: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	color: #212121;
	letter-spacing: 0.05em;
	line-height: 2;
}
#faq .faq-item dl dd a {
	color: #212121;
	text-decoration: underline;
}
@media all and (max-width: 1024px) {
	#faq {
		padding: 6rem 0 6rem;
	}
	#faq .content::after {
		bottom: -12.9rem;
		left: -6.5rem;
		right: unset;
		width: 17.5rem;
		height: 4.9rem;
	}
	#faq .title {
		margin: 0 0 6rem;
	}
	#faq .faq-item dl {
		margin: 0 0 4.5rem;
	}
	#faq .faq-item dl dt {
		font-size: 1.7rem;
	}
	#faq .faq-item dl dt::before {
		top: -0.5rem;
	}
	#faq .faq-item dl dd {
		padding: 3.5rem 2.5rem 3rem;
		font-size: 1.5rem;
	}
}
/*--------------------------------
	Instagram
--------------------------------*/
#instagram {
	padding: 13rem 0 6.3rem;
}
#instagram .content {
	position: relative;
}
#instagram .title {
	margin: 0 0 9rem;
}
#instagram .instagram-item {
	margin: 0 auto 0;
}
#instagram .instagram-item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem 3.7rem;
}
#instagram .instagram-item ul li {
	flex-basis: calc( 25% - 2.775rem);
	height: 24.6rem;
	border-radius: 1.5rem;
	overflow: hidden;
}
#instagram .instagram-item ul li a {
	display: flex;
	justify-content: center;
}
#instagram .instagram-item ul li a img {
	width: 100%;
	transition: .5s;
}
#instagram .instagram-item ul li a:hover img {
	transform: scale(1.2);
}
@media all and (min-width: 1280px) {
	#instagram .view-all {
		position: absolute;
		top: 5rem;
		right: 0;
	}
}
@media all and (max-width: 1279px) {
	#instagram {
		padding: 6rem 0 6rem;
	}
	#instagram .title {
		margin: 0 0 5rem;
	}
	#instagram .instagram-item {
		margin: 0 auto 4.5rem;
	}
}
@media all and (max-width: 1239px) and (min-width: 851px) {
	#instagram .instagram-item ul li {
		flex-basis: calc( 25% - 2.775rem);
		height: calc( 25vw - 4.15rem);
	}
}
@media all and (max-width: 850px) {
	#instagram .instagram-item ul {
		gap: 1.3rem 1.4rem;
	}
	#instagram .instagram-item ul li {
		flex-basis: calc( 50% - 0.7rem);
		height:  calc( 50vw - 1.4rem);
	}
}
/*--------------------------------
	Member
--------------------------------*/
#member {
	padding: 11rem 0 0;
	overflow: hidden;
}
#member .content {
	position: relative;
}
#member .content::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: -10rem;
	content: "";
	display: inline-block;
	width: 29.8rem;
	height: 8.377rem;
	background: url("/images/index/cloud-03.svg") no-repeat;
	background-size: contain;
	animation: sway 5s linear infinite;
	animation-delay: 3s;
}
#member .title {
	margin: 0 0 8rem;
}
#member .member-wrap {
	display: flex;
	gap: 0 10rem;
	justify-content: center;
	max-width: 98.8rem;
	margin: 0 auto 13.5rem;
}
#member .member-wrap .member-item {
	flex-basis: 39rem;
}
#member .member-wrap .member-item .image {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 16rem;
	margin: 0 0 3rem;
	padding: 2.5rem 0 0 0;
	box-sizing: border-box;
	background: url("/images/index/member-image.svg") no-repeat;
	background-position: center;
}
#member .member-wrap .member-item .image img {
	max-width: 16.2rem;
}
#member .member-wrap .member-item dl {}
#member .member-wrap .member-item dl dt {
	margin: 0 0 3rem;
	text-align: center;
}
#member .member-wrap .member-item dl dt span {
	display: block;
	letter-spacing: 0.1em;
}
#member .member-wrap .member-item dl dt span.name {
	margin: 0 0 0.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #212121;
}
#member .member-wrap .member-item dl dt span.name strong {
	display: inline-block;
	padding: 0 0 0 1.5rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #212121;
}
#member .member-wrap .member-item dl dt span.manager {
	font-size: 1.3rem;
	font-weight: 500;
	color: #ED960C;
}
#member .member-wrap .member-item dl dd {
	font-size: 1.5rem;
	font-weight: 400;
	color: #212121;
	line-height: 2.2;
}
@media all and (max-width: 1279px) {
	#member .member-wrap {
		gap: 0 3rem;
	}
}
@media all and (max-width: 1024px) {
	#member {
		padding: 6rem 0 0;
	}
	#member .content::after {
		top: 2.3rem;
		right: -5rem;
		width: 15.5rem;
		height: 4.3rem;
		background: url("/images/index/cloud-01.svg") no-repeat;
		background-size: contain;
	}
	#member .title {
		margin: 0 0 6rem;
	}
	#member .member-wrap {
		margin: 0 0 10rem;
	}
}
@media all and (max-width: 849px) {
	#member .member-wrap {
		display: block;
		max-width: 40rem;
	}
	#member .member-wrap .member-item:first-child {
		margin: 0 0 7rem;
	}
	#member .member-wrap .member-item dl dt {
		margin: 0 0 2.2rem;
	}
	#member .member-wrap .member-item dl dt span.name strong {
		font-size: 1.6rem;
	}
}
#member .image-list .content::after {
	content: unset;
}
/*--------------------------------
	Image
--------------------------------*/
main .image-list {
	position: relative;
	padding: 11rem 0 11rem;
	background: #FFF;
}
main .image-list::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 50%;
	background: #FFFAE5;
}
main .image-list ul {
	display: flex;
	flex-wrap: nowrap;
	gap: 0 4rem;
	/*margin: 0 0 0 -4rem;*/
	transition: 1s;
}
main .image-list ul.slide {
	margin: 0 0 0 -120rem;
	transition: 50s;
}
main .image-list .content {
	display: flex;
}
main .image-list .content ul {
	padding: 0 2rem;
}
main .image-list .content ul:first-child {
	animation: imageSlide1 100s -50s linear infinite;
}
main .image-list .content ul:nth-child(2) {
	animation: imageSlide2 100s linear infinite;
}
main .image-list ul li.item-01, main .image-list ul li.item-09 { min-width: 19rem; padding: 9rem 0 0 0;}
main .image-list ul li.item-02, main .image-list ul li.item-10 { min-width: 37rem;}
main .image-list ul li.item-03, main .image-list ul li.item-11 { min-width: 25.5rem; padding: 12rem 0 0 0;}
main .image-list ul li.item-04, main .image-list ul li.item-12 { min-width: 22rem;}
main .image-list ul li.item-05, main .image-list ul li.item-13 { min-width: 19rem; padding: 9rem 0 0 0;}
main .image-list ul li.item-06, main .image-list ul li.item-14 { min-width: 37rem;}
main .image-list ul li.item-07, main .image-list ul li.item-15 { min-width: 25.5rem; padding: 12.7rem 0 0 0;}
main .image-list ul li.item-08, main .image-list ul li.item-16 { min-width: 22rem;}
@media all and (max-width: 865px) {
	main .image-list {
		padding: 0 0 0;
	}
	main .image-list ul {
		gap: 0 3rem;
		margin: 0 0 0 2rem;
		transition: 1s;
	}
	main .image-list ul.slide {
		margin: 0 0 0 -139rem;
		transition: 70s;
	}
	main .image-list ul li.item-01, main .image-list ul li.item-09 { min-width: 14.4rem; padding: 7rem 0 0 0;}
	main .image-list ul li.item-02, main .image-list ul li.item-10 { min-width: 28.1rem;}
	main .image-list ul li.item-03, main .image-list ul li.item-11 { min-width: 19.4rem; padding: 9.8rem 0 0 0;}
	main .image-list ul li.item-04, main .image-list ul li.item-12 { min-width: 16.7rem;}
	main .image-list ul li.item-05, main .image-list ul li.item-13 { min-width: 14.4rem; padding: 7rem 0 0 0;}
	main .image-list ul li.item-06, main .image-list ul li.item-14 { min-width: 28.1rem;}
	main .image-list ul li.item-07, main .image-list ul li.item-15 { min-width: 19.4rem; padding: 10rem 0 0 0;}
	main .image-list ul li.item-08, main .image-list ul li.item-16 { min-width: 16.7rem;}
	main .image-list .content ul {
		padding: 0 1.5rem;
	}
}
