@charset "utf-8";

/*====================================
フッター
====================================*/
footer{
	width: 100%;
	height: auto;
	background-color: #000;
	padding: 30px 0 90px 0;
	margin: 0 auto;
}

.footer_contentsbox01{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.footer_contentsbox01-l{
	margin: 0 auto 30px 0;
}

.footer_contentsbox01-r{
	margin: 0 0 30px 0;
}

.footer_logo{
	padding: 0 0;
	margin: 0 0;
}

.footer_logo img{
	aspect-ratio: 356 / 130;
	width: 356px;
	height: auto;
}

.footer_tx01{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.06em;
	color: #FFF;
	padding: 0 0;
	margin: 20px 0 0 0;
}

.footer_snslist{
	font-size: 0;
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}

.footer_snslist li{
	font-size: 14px;
	display: inline-block;
	margin: 0 0 0 12px;
}

.footer_snslist li:first-child{
	margin: 0 0;
}

.footer_snslist li a{
	display: block;
	overflow: hidden;
	transition: 0.3s;
	border-radius: 10px;
}

.footer_snslist li a img{
	aspect-ratio: 1 / 1;
	width: 54px;
	height: auto;
}

@media(hover: hover) {
.footer_snslist li a:hover{
	opacity: 0.9;
}
}

@media only screen and (max-width: 1200px) {
footer{
	padding: 3.0rem 0 9.0rem 0;
}

.footer_contentsbox01-l{
	margin: 0 auto 3.0rem 0;
}

.footer_contentsbox01-r{
	margin: 0 0 3.0rem 0;
}

.footer_logo img{
	width: 35.6rem;
}

.footer_tx01{
	font-size: 1.4rem;
	margin: 2.0rem 0 0 0;
}

.footer_snslist li{
	font-size: 1.4rem;
	margin: 0 0 0 1.2rem;
}

.footer_snslist li a{
	border-radius: 1.0rem;
}

.footer_snslist li a img{
	width: 5.4rem;
}
}

@media only screen and (max-width: 812px) {
footer{
	padding: 4.5rem 0 4.5rem 0;
}

.footer_contentsbox01{
	display: block;
}

.footer_contentsbox01-l{
	margin: 0 auto 12rem 0;
}

.footer_contentsbox01-r{
	margin: 0 0;
}

.footer_logo img{
	width: 53.4rem;
	height: auto;
}

.footer_tx01{
	font-size: 2.1rem;
	margin: 3.0rem 0 0 0;
}

.footer_snslist li{
	font-size: 2.1rem;
	margin: 0 0 0 1.8rem;
}

.footer_snslist li:first-child{
	margin: 0 0;
}

.footer_snslist li a{
	border-radius: 1.5rem;
}

.footer_snslist li a img{
	width: 8.1rem;
}
}

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


/*====================================
cvarea
====================================*/
.common_cvarea_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #E9E9E9;
	padding: 50px 0 20px 0;
	margin: 0 auto;
}

.common_cvarea-cvlitst{
	display: flex;
	justify-content: center;
}

.common_cvarea-cvlitst a{
	overflow: hidden;
	transition: 0.3s;
	border-radius: 65px;
	margin: 0 10px 30px 10px;
}

.common_cvarea-linklink{}

.common_cvarea-linklink img{
	aspect-ratio: 406 / 65;
	width: 406px;
	height: auto;
}

.common_cvarea-tel{}

.common_cvarea-tel img{
	aspect-ratio: 284 / 65;
	width: 284px;
	height: auto;
}

@media(hover: hover) {
.common_cvarea-cvlitst a:hover{
	opacity: 0.9;
}
}

@media only screen and (max-width: 1200px) {
.common_cvarea_bg01{
	padding: 5.0rem 0 2.0rem 0;
}

.common_cvarea-cvlitst a{
	border-radius: 6.5rem;
	margin: 0 1.0rem 3.0rem 1.0rem;
}

.common_cvarea-linklink img{
	width: 40.6rem;
}

.common_cvarea-tel img{
	width: 28.4rem;
}
}

@media only screen and (max-width: 812px) {
.common_cvarea_bg01{
	padding: 7.5rem 0 3.0rem 0;
}

.common_cvarea-cvlitst{
	display: block;
	text-align: center;
}

.common_cvarea-cvlitst a{
	display: inline-block;
	width: 60rem;
	border-radius: 6.5rem;
	margin: 0 auto 4.5rem auto;
}

.common_cvarea-linklink img{
	aspect-ratio: 6 / 1;
	width: 60rem;
}

.common_cvarea-tel img{
	aspect-ratio: 6 / 1;
	width: 60rem;
	height: auto;
}
}

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



/*====================================
サイトここから
====================================*/
.top_main_bg01{
	width: 100%;
	overflow: hidden;
	background-color:#F4F0EC;
	padding: 0 0 40px 0;
	margin: 0 auto;
}

.top_main-box{
	background-color: #FFF;
	position: relative;
	padding: 0 0;
	margin: 0 auto;
}

.top_main-box:after{
	content: "";
	background-image: url(../images/top/top_main-photo.jpg);
	background-image: -webkit-image-set(
		url("../images/top/top_main-photo.webp") type("image/webp"),
		url("../images/top/top_main-photo.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/top_main-photo.webp") type("image/webp"),
		url("../images/top/top_main-photo.jpg") type("image/jpg"));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	z-index: 1;
}

.top_main-visual{
	position: relative;
	z-index: 5;
	padding: 0 0;
	margin: 0 auto;
}

.top_main-visual:before,
.top_main-visual:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
}

.top_main-visual:before{
	background-image: url(../images/top/top_main-decoration01.png);
	background-image: -webkit-image-set(
		url("../images/top/top_main-decoration01.webp") type("image/webp"),
		url("../images/top/top_main-decoration01.png") type("image/png"));
	background-image: image-set(
		url("../images/top/top_main-decoration01.webp") type("image/webp"),
		url("../images/top/top_main-decoration01.png") type("image/png"));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 185 / 131;
	width: 185px;
	height: auto;
	top: 0;
	left: -10px;
}

.top_main-visual:after{
	background-image: url(../images/top/top_main-decoration02.png);
	background-image: -webkit-image-set(
		url("../images/top/top_main-decoration02.webp") type("image/webp"),
		url("../images/top/top_main-decoration02.png") type("image/png"));
	background-image: image-set(
		url("../images/top/top_main-decoration02.webp") type("image/webp"),
		url("../images/top/top_main-decoration02.png") type("image/png"));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 154 / 139;
	width: 154px;
	height: auto;
	bottom: 0;
	right: calc(50% - 10px);
}

.top_main-visual img{
	aspect-ratio: 600 / 540;
	max-width: 600px;
	width: 50%;
	height: auto;
}

.top_main-snslist{
	font-size: 0;
	list-style: none;
	position: absolute;
	bottom: -40px;
	right: 15px;
	z-index: 10;
	padding: 0 0;
	margin: 0 0;
}

.top_main-snslist li{
	background-color: #FFF;
	aspect-ratio: 1 / 1;
	display: inline-block;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 0 0 10px;
}

.top_main-snslist li:first-child{
	margin: 0 0;
}

.top_main-snslist li a{
	transition: 0.3s;
}

.top_main-snslist li a img{
	aspect-ratio: 1 / 1;
	width: 184px;
	height: auto;
}

@media(hover: hover) {
.top_main-snslist li a:hover{
	opacity: 0.9;
}
}

@media only screen and (max-width: 1200px) {
.top_main_bg01{
	padding: 0 0 4.0rem 0;
}

.top_main-visual:before{
	width: 18.0rem;
	left: -1.0rem;
}

.top_main-visual:after{
	width: 15.4rem;
	right: calc(50% - 1.0rem);
}

.top_main-visual img{
	max-width: 60.0rem;
}

.top_main-snslist{
	bottom: -4.0rem;
	right: 1.5rem;
}

.top_main-snslist li{
	margin: 0 0 0 1.0rem;
}

.top_main-snslist li a img{
	width: 18.4rem;
}
}

@media only screen and (max-width: 812px) {
.top_main_bg01{
	padding: 0 0 10.0rem 0;
}

.top_main-box{
	aspect-ratio: 2 / 2.9;
}

.top_main-box:after{
	display: block;
	aspect-ratio: 2 / 1;
	width: 100%;
	height: auto;
	position: absolute;
	top: inherit;
	bottom: 0;
	transform: translate(0,0);
}

.top_main-visual:before{
	width: 27.75rem;
	height: auto;
	left: -10px;
}

.top_main-visual:after{
	width: 23.1rem;
	height: auto;
	bottom: 0;
	right: -2.0rem;
}

.top_main-visual img{
	max-width: none;
	width: 100%;
}

.top_main-snslist{
	text-align: center;
	width: 100%;
	bottom: -10.0rem;
	right: 50%;
	transform: translate(50%,0);
}

.top_main-snslist li{
	margin: 0 1.0rem;
}

.top_main-snslist li:first-child{
	margin: 0 1.0rem;
}

.top_main-snslist li a img{
	width: 22rem;
}
}

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


.top_c01_bg01{
	width: 100%;
	overflow: hidden;
	background-color:#F4F0EC;
	padding: 0 0 80px 0;
	margin: 0 auto;
}

.top_c01-leadtx01{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	padding: 40px 0;
	margin: 0 auto;
}

.top_c01-banner01{
	text-align: center;
	padding: 0 0;
	margin: 0 auto;
}

.top_c01-banner01 img{
	aspetc-ratio: 940 / 260;
	max-width: 940px;
	width: 100%;
	height: auto;
}

@media(hover: hover) {
}

@media only screen and (max-width: 1200px) {
.top_c01_bg01{
	padding: 0 0 8.0rem 0;
}

.top_c01-leadtx01{
	font-size: 1.8rem;
	padding: 4.0rem 0;
}

.top_c01-banner01 img{
	max-width: 94.0rem;
}
}

@media only screen and (max-width: 812px) {
.top_c01_bg01{
	padding: 0 0 12rem 0;
}

.top_c01-leadtx01{
	font-size: 2.7rem;
	padding: 6rem 0;
}

.top_c01-banner01 img{
	max-width: none;
}
}

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


.top_c02_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	padding: 0 0 70px 0;
	margin: 0 auto;
}

.top_c02-ttl{
	text-align: center;
	margin: 80px auto 35px auto;
}

.top_c02-ttl img{
	aspect-ratio: 128 / 32;
	width: 128px;
	height: auto;
}

.top_c02-repetitions01_g4 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 25% 25% 25% 25%;
	grid-template-columns: 25% 25% 25% 25%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;
}

.top_c02-repetitions01_g4 > .grid_container > .grid_item {
	margin: 0 15px 40px 15px;
}

.top_c02-contents00-link{
	transition: 0.3s;
}

.top_c02-contents00-link img{
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
}

.top_c02-contents00-tx01{
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 1.6;
	letter-spacing: 0.06em;
	color: #333333;
	padding: 15px 0 0 0;
	margin: 0 0;
}

@media(hover: hover) {
.top_c02-contents00-link:hover{
	opacity: 0.9;
}
}

@media only screen and (max-width: 1200px) {
.top_c02_bg01{
	padding: 0 0 7.0rem 0;
}

.top_c02-ttl{
	margin: 8.0rem auto 3.5rem auto;
}

.top_c02-ttl img{
	width: 12.8rem;
}

.top_c02-repetitions01_g4 > .grid_container > .grid_item {
	margin: 0 1.5rem 4.0rem 1.5rem;
}

.top_c02-contents00-tx01{
	font-size: 1.4rem;
	padding: 1.5rem 0 0 0;
}
}

@media only screen and (max-width: 812px) {
.top_c02_bg01{
	padding: 0 0 10.5rem 0;
}

.top_c02-ttl{
	margin: 12.0rem auto 5.25rem auto;
}

.top_c02-ttl img{
	width: 19.2rem;
}

.top_c02-repetitions01_g4 > .grid_container {
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
}

.top_c02-repetitions01_g4 > .grid_container > .grid_item {
	margin: 0 1.5rem 6.0rem 1.5rem;
}

.top_c02-contents00-tx01{
	font-size: 2.1rem;
	padding: 2rem 0 0 0;
}
}

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


.top_c03_bg01,
.top_c05_bg01,
.top_c07_bg01,
.top_c09_bg01{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/top/top_c00-commonbg01.jpg);
	background-image: -webkit-image-set(
		url("../images/top/top_c00-commonbg01.webp") type("image/webp"),
		url("../images/top/top_c00-commonbg01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/top_c00-commonbg01.webp") type("image/webp"),
		url("../images/top/top_c00-commonbg01.jpg") type("image/jpg"));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0 40px 0;
	margin: 0 auto;
}

@media(hover: hover) {
}

@media only screen and (max-width: 1200px) {
.top_c03_bg01,
.top_c05_bg01,
.top_c07_bg01,
.top_c09_bg01{
	padding: 8.0rem 0 4.0rem 0;
}
}

@media only screen and (max-width: 812px) {
.top_c03_bg01,
.top_c05_bg01,
.top_c07_bg01,
.top_c09_bg01{
	padding: 12.0rem 0 6.0rem 0;
}
}

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


.top_c04_bg01,
.top_c06_bg01,
.top_c08_bg01,
.top_c10_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	padding: 80px 0 40px 0;
	margin: 0 auto;
}

@media(hover: hover) {
}

@media only screen and (max-width: 1200px) {
.top_c04_bg01,
.top_c06_bg01,
.top_c08_bg01,
.top_c10_bg01{
	padding: 8.0rem 0 4.0rem 0;
}
}

@media only screen and (max-width: 812px) {
.top_c04_bg01,
.top_c06_bg01,
.top_c08_bg01,
.top_c10_bg01{
	padding: 12.0rem 0 6.0rem 0;
}
}

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


.top_c11_bg01{
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	padding: 80px 0 0 0;
	margin: 0 auto;
}

.top_c11-logo{
	text-align: center;
	padding: 0 0;
	margin: 0 0 70px 0;
}

.top_c11-logo img{
	aspect-ratio: 356 / 134;
	width: 356px;
	height: auto;
}

.top_c11-ttl{
	text-align: center;
	padding: 0 0;
	margin: 0 0 60px 0;
}

.top_c11-ttl img{
	aspect-ratio: 124 / 34;
	width: 124px;
	height: auto;
}

.top_c11-map{}

.top_c11-map iframe{
	width: 100%;
	height: 570px;
}

.top_c11-accessarea{
	max-width: 850px;
	width: 100%;
	padding: 30px 0 100px 0;
	margin: 0 auto;
}

.top_c11-accessarea-tx01,
.top_c11-accessarea-tx02,
.top_c11-accessarea-tx03,
.top_c11-accessarea-tx04{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.06em;
	color: #545454;
	padding: 0 0 20px 0;
	margin: 0 0;
}

.top_c11-accessarea-tx01{
	font-weight: 600;
}

@media(hover: hover) {
}

@media only screen and (max-width: 1200px) {
.top_c11_bg01{
	padding: 8.0rem 0 0 0;
}

.top_c11-logo{
	margin: 0 0 7.0rem 0;
}

.top_c11-logo img{
	width: 35.6rem;
}

.top_c11-ttl{
	margin: 0 0 6.0rem 0;
}

.top_c11-ttl img{
	width: 12.4rem;
}

.top_c11-map iframe{
	height: 57.0rem;
}

.top_c11-accessarea{
	max-width: 85.0rem;
	padding: 3.0rem 0 10.0rem 0;
}

.top_c11-accessarea-tx01,
.top_c11-accessarea-tx02,
.top_c11-accessarea-tx03,
.top_c11-accessarea-tx04{
	font-size: 1.4rem;
	padding: 0 0 2.0rem 0;
}
}

@media only screen and (max-width: 812px) {
.top_c11_bg01{
	padding: 12.0rem 0 0 0;
}

.top_c11-logo{
	margin: 0 0 10.5rem 0;
}

.top_c11-logo img{
	width: 53.4rem;
}

.top_c11-ttl{
	margin: 0 0 9.0rem 0;
}

.top_c11-ttl img{
	width: 18.6rem;
}

.top_c11-map iframe{
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
}

.top_c11-accessarea{
	max-width: none;
	width: auto;
	padding: 4.5rem 0 15.0rem 0;
	margin: 0 1.5rem;
}

.top_c11-accessarea-tx01,
.top_c11-accessarea-tx02,
.top_c11-accessarea-tx03,
.top_c11-accessarea-tx04{
	font-size: 2.1rem;
	padding: 0 0 3.0rem 0;
}
}

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

/*======メニュー共通======*/
.top_common_menuttl{
	padding: 0 0;
	margin: 0 15px 25px 15px;
}

.top_common_menuttl img{
	spect-ratio: 508 / 72;
	width: 508px;
	height: auto;
}

.top_common_menucontents01_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;
}

.top_common_menucontents01_g2 > .grid_container > .grid_item {
	margin: 0 15px 40px 15px;
}

.top_common_menucontents01_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1; /* 横のスタート位置(IE用) */
	-ms-grid-column-span: 1; /* 横のマス数(IE用) */
	grid-column: 1 / 2; /* 横位置 */
	-ms-grid-row: 1; /* 縦のスタート位置(IE用) */
	-ms-grid-row-span: 1; /* 縦のマス数(IE用) */
	grid-row: 1 / 2; /* 縦位置 */
}
	
.top_common_menucontents01_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	-ms-grid-row: 1;
	grid-row: 1;
}

.top_c03-mainimg01,
.top_c04-mainimg01,
.top_c05-mainimg01,
.top_c06-mainimg01,
.top_c07-mainimg01,
.top_c08-mainimg01,
.top_c09-mainimg01,
.top_c10-mainimg01{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 570px;
}

.top_c05-mainimg,
.top_c07-mainimg{}

.top_c05-mainimg img,
.top_c07-mainimg img{
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
}

.top_c03-mainimg01{
	background-image: url(../images/top/top_c03-mainimg01.jpg);
	background-image: -webkit-image-set(
		url("../images/top/top_c03-mainimg01.webp") type("image/webp"),
		url("../images/top/top_c03-mainimg01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/top_c03-mainimg01.webp") type("image/webp"),
		url("../images/top/top_c03-mainimg01.jpg") type("image/jpg"));
}

.top_c04-mainimg01{
	background-image: url(../images/top/top_c04-mainimg01.jpg);
	background-image: -webkit-image-set(
		url("../images/top/top_c04-mainimg01.webp") type("image/webp"),
		url("../images/top/top_c04-mainimg01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/top_c04-mainimg01.webp") type("image/webp"),
		url("../images/top/top_c04-mainimg01.jpg") type("image/jpg"));
}

.top_c06-mainimg01{
	background-image: url(../images/top/top_c06-mainimg01.jpg);
	background-image: -webkit-image-set(
		url("../images/top/top_c06-mainimg01.webp") type("image/webp"),
		url("../images/top/top_c06-mainimg01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/top_c06-mainimg01.webp") type("image/webp"),
		url("../images/top/top_c06-mainimg01.jpg") type("image/jpg"));
}

.top_c08-mainimg01{
	background-image: url(../images/top/top_c08-mainimg01.jpg);
	background-image: -webkit-image-set(
		url("../images/top/top_c08-mainimg01.webp") type("image/webp"),
		url("../images/top/top_c08-mainimg01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/top_c08-mainimg01.webp") type("image/webp"),
		url("../images/top/top_c08-mainimg01.jpg") type("image/jpg"));
}

.top_c09-mainimg01{
	background-image: url(../images/top/top_c09-mainimg01.jpg);
	background-image: -webkit-image-set(
		url("../images/top/top_c09-mainimg01.webp") type("image/webp"),
		url("../images/top/top_c09-mainimg01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/top_c09-mainimg01.webp") type("image/webp"),
		url("../images/top/top_c09-mainimg01.jpg") type("image/jpg"));
}

.top_c10-mainimg01{
	background-image: url(../images/top/top_c10-mainimg01.jpg);
	background-image: -webkit-image-set(
		url("../images/top/top_c10-mainimg01.webp") type("image/webp"),
		url("../images/top/top_c10-mainimg01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/top_c10-mainimg01.webp") type("image/webp"),
		url("../images/top/top_c10-mainimg01.jpg") type("image/jpg"));
}

.top_common_menu-leadtx01{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	color: #333333;
	padding: 0 0;
	margin: 0 0 30px 0;
}

.top_common_menu-list01{
	list-style: none;
	padding: 0 0;
	border-top: 1px solid #AAAAAA;
	margin: 0 0;
}

.top_common_menu-list01 li{
	padding: 10px 0;
	border-bottom: 1px solid #AAAAAA;
	margin: 0 0;
}

.top_common_menu-list01-ttl,
.top_common_menu-list01-ttlb,
.top_common_menu-list01-ttlc,
.top_common_menu-list01-ttld{
	font-size: 21px;
	font-weight: 500;
	line-height: 1.2;
	color: #FFF;
	display: inline-block;
	padding: 5px 15px;
	margin: 0 0 5px 0;
}

.top_common_menu-list01-ttl{
	background-color: #C2B8CF;
}

.top_common_menu-list01-ttlb{
	background-color: #CDAAA0;
}

.top_common_menu-list01-ttlc{
	background-color: #C1B5A4;
}

.top_common_menu-list01-ttld{
	background-color: #B1CABD;
}

.top_common_menu-list01-tx01{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.75;
	color: #333333;
	padding: 0 0;
	margin: 0 0;
}

.top_common_menu-list01-tx02{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
	color: #333333;
	padding: 0 0;
	margin: 0 0;
}

.gakuwari{
	color: #CA0C59;
}

.top_common_menu-list02{
	font-size: 0;
	list-style: none;
	padding: 0 0;
	margin: 30px 0 0 0;
}

.top_common_menu-list02 li{
	display: inline-block;
	background-color: #FFF;
	overflow: hidden;
	border-radius: 100%;
	border: 3px solid #C2B8CF;
	margin: 0 5px;
}

.top_common_menu-list02 li img{
	aspect-ratio: 1 / 1;
	width: 130px;
	height: auto;
}

.top_common_menu-list02b{
	font-size: 0;
	list-style: none;
	padding: 0 0;
	margin: 30px 0 0 0;
}

.top_common_menu-list02b li{
	display: inline-block;
	background-color: #FFF;
	overflow: hidden;
	border-radius: 100%;
	border: 3px solid #CDAAA0;
	margin: 0 5px;
}

.top_common_menu-list02b li img{
	aspect-ratio: 1 / 1;
	width: 130px;
	height: auto;
}

.top_common_menu-list02c{
	font-size: 0;
	list-style: none;
	padding: 0 0;
	margin: 30px 0 0 0;
}

.top_common_menu-list02c li{
	display: inline-block;
	background-color: #FFF;
	overflow: hidden;
	border-radius: 100%;
	border: 3px solid #C1B5A4;
	margin: 0 5px;
}

.top_common_menu-list02c li img{
	aspect-ratio: 1 / 1;
	width: 130px;
	height: auto;
}

.top_common_menu-list02d{
	font-size: 0;
	list-style: none;
	padding: 0 0;
	margin: 30px 0 0 0;
}

.top_common_menu-list02d li{
	display: inline-block;
	background-color: #FFF;
	overflow: hidden;
	border-radius: 100%;
	border: 3px solid #B1CABD;
	margin: 0 5px;
}

.top_common_menu-list02d li img{
	aspect-ratio: 1 / 1;
	width: 130px;
	height: auto;
}

.top_common_menucontents02_g4 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 25% 25% 25% 25%;
	grid-template-columns: 25% 25% 25% 25%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;
}

.top_common_menucontents02_g4 > .grid_container > .grid_item {
	margin: 0 15px 40px 15px;
}

.top_common_menucontents03_g4 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 25% 25%;
	grid-template-columns: 50% 25% 25%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;
}

.top_common_menucontents03_g4 > .grid_container > .grid_item {
	margin: 0 15px 40px 15px;
}

.top_common_menu-subimg{}

.top_common_menu-subimg img{
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
}

.top_common_menu-submovie{
	text-align: center;
	background-color: #DAD1C5;
}

.top_common_menu-submovie video{
	aspect-ratio: 16 / 9;
	width: 480px;
	height: 100%;
}

@media only screen and (max-width: 1200px) {
.top_common_menuttl{
	margin: 0 1.5rem 2.5rem 1.5rem;
}

.top_common_menuttl img{
	width: 50.8rem;
}

.top_common_menucontents01_g2 > .grid_container > .grid_item {
	margin: 0 1.5rem 4.0rem 1.5rem;
}

.top_common_menu-leadtx01{
	font-size: 1.8rem;
	margin: 0 0 3.0rem 0;
}

.top_common_menu-list01{
	border-top: 0.1rem solid #AAAAAA;
}

.top_common_menu-list01 li{
	padding: 1.0rem 0;
	border-bottom: 0.1rem solid #AAAAAA;
}

.top_common_menu-list01-ttl,
.top_common_menu-list01-ttlb{
	font-size: 2.1rem;
	padding: 0.5rem 1.5rem;
	margin: 0 0 0.5rem 0;
}

.top_common_menu-list01-tx01{
	font-size: 1.8rem;
}

.top_common_menu-list01-tx02{
	font-size: 1.4rem;
}

.top_common_menu-list02{
	margin: 3.0rem 0 0 0;
}

.top_common_menu-list02 li{
	border: 0.3rem solid #C2B8CF;
	margin: 0 0.5rem;
}

.top_common_menu-list02 li img{
	width: 13.0rem;
}

.top_common_menu-list02b{
	margin: 3.0rem 0 0 0;
}

.top_common_menu-list02b li{
	border: 0.3rem solid #CDAAA0;
	margin: 0 0.5rem;
}

.top_common_menu-list02b li img{
	width: 13.0rem;
}

.top_common_menu-list02c li{
	border: 0.3rem solid #C1B5A4;
	margin: 0 0.5rem;
}

.top_common_menu-list02c li img{
	width: 13.0rem;
}

.top_common_menu-list02d li{
	border: 0.3rem solid #B1CABD;
	margin: 0 0.5rem;
}

.top_common_menu-list02d li img{
	width: 13.0rem;
}

.top_common_menucontents02_g4 > .grid_container > .grid_item {
	margin: 0 1.5rem 4.0rem 1.5rem;
}

.top_common_menucontents03_g4 > .grid_container > .grid_item {
	margin: 0 1.5rem 4.0rem 1.5rem;
}

.top_common_menu-submovie video{
	width: 48.0rem;
}
}

@media only screen and (max-width: 812px) {
.top_common_menuttl{
	margin: 0 1.5rem 3.75rem 1.5rem;
}

.top_common_menuttl img{
	width: 76.2rem;
}

.top_common_menucontents01_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
}

.top_common_menucontents01_g2 > .grid_container > .grid_item {
	margin: 0 1.5rem 6.0rem 1.5rem;
}
	
.top_common_menucontents01_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 1; /* 横のスタート位置(IE用) */
	-ms-grid-column-span: 1; /* 横のマス数(IE用) */
	grid-column: 1 / 2; /* 横位置 */
	-ms-grid-row: 2;
	grid-row: 2;
}

.top_c03-mainimg01,
.top_c04-mainimg01,
.top_c05-mainimg01,
.top_c06-mainimg01,
.top_c07-mainimg01,
.top_c08-mainimg01,
.top_c09-mainimg01,
.top_c10-mainimg01{
	aspect-ratio: 3 / 2;
	min-height: inherit;
}

.top_c05-mainimg,
.top_c07-mainimg{
	text-align: center;
	background-color: #E1DFDB;
}

.top_c05-mainimg img,
.top_c07-mainimg img{
	aspect-ratio: 1 / 1;
	width: 60%;
	height: auto;
}

.top_common_menu-leadtx01{
	font-size: 2.7rem;
	margin: 0 0 4.5rem 0;
}

.top_common_menu-list01{
	border-top: 0.2rem solid #AAAAAA;
}

.top_common_menu-list01 li{
	padding: 1.5rem 0;
	border-bottom: 0.2rem solid #AAAAAA;
}

.top_common_menu-list01-ttl,
.top_common_menu-list01-ttlb{
	font-size: 3.15rem;
	padding: 0.75rem 2.25rem;
	margin: 0 0 0.75rem 0;
}

.top_common_menu-list01-tx01{
	font-size: 2.7rem;
}

.top_common_menu-list01-tx02{
	font-size: 2.1rem;
}

.top_common_menu-list02{
	margin: 4.5rem 0 0 0;
}

.top_common_menu-list02 li{
	border: 0.45rem solid #C2B8CF;
	margin: 0 0.75rem;
}

.top_common_menu-list02 li img{
	width: 19.5rem;
}

.top_common_menu-list02b{
	margin: 4.5rem 0 0 0;
}

.top_common_menu-list02b li{
	border: 0.45rem solid #CDAAA0;
	margin: 0 0.75rem;
}

.top_common_menu-list02b li img{
	width: 19.5rem;
}

.top_common_menu-list02c li{
	border: 0.45rem solid #C1B5A4;
	margin: 0 0.75rem;
}

.top_common_menu-list02c li img{
	width: 19.5rem;
}

.top_common_menu-list02d li{
	border: 0.45rem solid #B1CABD;
	margin: 0 0.75rem;
}

.top_common_menu-list02d li img{
	width: 19.5rem;
}

.top_common_menucontents02_g4 > .grid_container {
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
}

.top_common_menucontents02_g4 > .grid_container > .grid_item {
	margin: 0 1.5rem 3.0rem 1.5rem;
}

.top_common_menucontents03_g4 > .grid_container {
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
}

.top_common_menucontents03_g4 > .grid_container > .grid_item {
	margin: 0 1.5rem 3.0rem 1.5rem;
}
	
.top_common_menucontents03_g4 > .grid_container > .grid_item:first-child {
	-ms-grid-column: 1; /* 横のスタート位置(IE用) */
	-ms-grid-column-span: 2; /* 横のマス数(IE用) */
	grid-column: 1 / 3; /* 横位置 */
	-ms-grid-row: 1;
	grid-row: 1;
}

.top_common_menu-submovie video{
	width: 100%;
}
}

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



	

.top_repetitions00_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 33.33% 33.33% 33.33%;
	grid-template-columns: 33.33% 33.33% 33.33%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.top_repetitions00_g2 > .grid_container > .grid_item {
	margin: 0 15px 30px 15px;}

@media only screen and (max-width: 812px) {
.top_repetitions00_g2 > .grid_container {
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;}

.top_repetitions00_g2 > .grid_container > .grid_item {
	 margin: 0 15px 30px 15px;}
}

@media only screen and (max-width: 520px) {
.top_repetitions00_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}

.top_repetitions00_g2 > .grid_container > .grid_item {
	 margin: 0 2.88vw 5.77vw 2.88vw;}
}


.top_contents00_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;}

.top_contents00_g2 > .grid_container > .grid_item {
	margin: 0 15px 30px 15px;}

.top_contents00_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1; /* 横のスタート位置(IE用) */
	-ms-grid-column-span: 1; /* 横のマス数(IE用) */
	grid-column: 1 / 2; /* 横位置 */
	-ms-grid-row: 1; /* 縦のスタート位置(IE用) */
	-ms-grid-row-span: 1; /* 縦のマス数(IE用) */
	grid-row: 1 / 2; /* 縦位置 */}
	
.top_contents00_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	-ms-grid-row: 1;
	grid-row: 1;}

@media only screen and (max-width: 520px) {
.top_contents00_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;}

.top_contents00_g2 > .grid_container > .grid_item {
	 margin: 0 2.88vw 5.77vw 2.88vw;}

.top_contents00_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 1;
	grid-row: 1;}
	
.top_contents00_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 2;
	grid-row: 2;}
}