@charset "utf-8";


/* all
-------------------------------------------------------------------*/
@font-face {
	font-family: "Noto Sans JP";
	src: url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
}
html {
	background:#FFFFFF;
	color:#333333;
	font-family: 'Noto Sans JP',  "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:16px;
	line-height:1.4;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
	min-width:1100px;
}
main{
	overflow:hidden;
	width:100%;
}
.sitewrap {
	width: 1200px;
	min-width:1200px;
	overflow:hidden;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media screen and (max-width:1200px) {
	body,
	.sitewrap {
		width: 100%;
		min-width:0;
	}	
	.sitewrap > *{
		padding-left:2%;
		padding-right:2%;
	}
}
@media screen and (max-width:767px) {
	html {
		font-size:14px;
	}
	.sitewrap > *{
		padding-left:15px;
		padding-right:15px;
	}
}


/* header
-------------------------------------------------------------------*/
header#fix_menu{
	position: fixed;
	top: 0;
	left:0;
	right:0;
	z-index:999;
	transition:top .4s .2s;
}
header#fix_menu.fixedMenu{
	position:fixed;
}
.menu_top {
   	position:relative;
}
.menu_top #site_ttl {
	float:left;
	padding: 2.5px 10px;
	white-space:nowrap;
}
.menu_top #site_ttl a{
	display:inline-block;
	vertical-align:middle;
	padding-left:2em;
}
.menu_top .right_menu{
	padding-block: 10px 15px;
	text-align:right;
	right: 120px;
	position: relative;
	display:flex;
	justify-content:flex-end;
	align-items:stretch;
	flex-direction:column;
	width:calc(100% - 360px);
	float: right;
	gap: 1em;
}
.menu_top .right_menu .top_btn{
	width: 100%;
}
.menu_top .right_menu .top_btn ul,
.menu_bottom .nav_menu .top_btn ul{
	display:flex;
	justify-content:flex-end;
	align-items:stretch;
	gap: 0.25em;
	flex-wrap: wrap;
}
.menu_bottom .nav_menu .top_btn ul{
	justify-content:flex-start;
	gap: 1em;
}
.menu_top .right_menu .top_btn ul li{
	min-width: 174px;
}
.menu_bottom .nav_menu .top_btn ul li{
	min-width: 160px;
}
.menu_bottom .nav_menu .top_btn ul li a{
	/* max-width:153px; */
	height:2.875em;
}
.menu_top .right_menu .top_btn ul li.head_blue{
	width: 223px;
}
.menu_bottom .nav_menu .top_btn ul li.head_blue{
	width: 227px;
}
.menu_top .right_menu .top_btn ul li a,
.menu_bottom .nav_menu .top_btn ul li a{
	position:relative;
	z-index:10;
	display:flex;
	justify-content:center;
	align-items:center;
	color: var(--black-color);
	background: var(--bg-color01);
	border:1px solid var(--border-color01);
	font-size:1rem;
	font-weight:500;
	width: 100%;
	min-height: 2.125em;
	border-radius:42px;
	padding: 4px 0.5em;
	text-decoration: none;
	transition:background .4s,color .4s,border-color .4s;
}
.menu_top .right_menu .top_btn ul li.head_blue a,
.menu_bottom .nav_menu .top_btn ul li.head_blue a{
	color: var(--white-color);
	background: var(--red-color);
	border: 1px solid var(--red-color);
	max-width:223px;
	font-weight: 600;
}
.menu_top .right_menu .top_btn ul li.head_blue a > span,
.menu_bottom .nav_menu .top_btn ul li.head_blue a > span{
	padding-left:1em;
}
.menu_bottom .nav_menu .top_btn ul li.head_blue a > span{
	padding-left:2em;
}
.menu_top .right_menu .top_btn ul li a i,
.menu_bottom .nav_menu .top_btn ul li a i{
	position: absolute;
	left: 9%;
	width: 19px;
	height:19px;
	border-radius: 50%;
	z-index: 5;
	background:var(--white-color);
	transition: .4s background-color;
}
.menu_top .right_menu .top_btn ul li a i:before,
.menu_bottom .nav_menu .top_btn ul li a i:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 3px solid transparent;
	border-bottom:3px solid transparent;
	border-left: 7px solid var(--red-color);
	border-right: 0;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	transition: .4s border-color;
}
.menu_bottom .nav_menu .top_btn ul li a i{
	width:30px;
	height:30px;
}
.menu_bottom .nav_menu .top_btn ul li a i:before{
	border-top-width:5px;
	border-bottom-width:5px;
	border-left-width: 10px;
}
.menu_top .right_menu .bottom_wrap{
	width: 100%;
}
.menu_top .right_menu .bottom_wrap > ul{
	width:100%;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	gap: 0.5em 2em;
	flex-wrap: wrap;
}
.menu_bottom .nav_menu .center_menu{
	position:relative;
	z-index:5;
	margin-block:2.5em;
	padding-block:2.5em 3.25em;
	border-block:1px solid #d8d8d8;
}
.menu_bottom .nav_menu .center_menu > ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	gap: 2em 1em;
	flex-wrap: wrap;
}
.menu_bottom .nav_menu .center_menu ul li{
	width: max-content;
}
.menu_bottom .nav_menu .center_menu ul li a{
	position:relative;
	z-index:5;
	display:block;
	font-size:1.625rem;
	font-weight:600;
	padding-left: 2.5rem;
	text-decoration: none;
}
.menu_bottom .nav_menu .center_menu ul li p{
	font-size:1.625rem;
	font-weight:600;
	margin-bottom: 1.5em;
}
.menu_bottom .nav_menu .center_menu > ul li a:before{
	content:"";
	width: 30px;
	height: 30px;
	background:var(--base-color);
	border-radius: 50%;
	position: absolute;
	z-index: 5;
	left: 0;
	top:0;
	bottom:0;
	margin:auto;
	transition: .4s background-color;
}
.menu_bottom .nav_menu .center_menu > ul li a:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 11px solid var(--white-color);
	border-right: 0;
	position:absolute;
	z-index:6;
	left: 10px;
	top:0;
	bottom:0;
	margin:auto;
	transition: .4s border-color;
}
.menu_bottom .nav_menu .center_menu li li{text-align: left;}
.menu_bottom .nav_menu .center_menu li li + li{
	margin-top: 2em;
}
.menu_bottom .drop_menu #NavWrap .nav_menu .center_menu li li a{
	text-align:left;
	font-size:1.125rem;
	font-weight:500;
}
.menu_top .right_menu .bottom_wrap .head_txt{
	width:auto;
}
.menu_top .right_menu .bottom_wrap .head_txt a,
.menu_top .right_menu .bottom_wrap .head_txt p{
	position:relative;
	z-index:5;
	text-decoration:none;
	transition: .5s color;
	color: #282828;
}
.menu_top .right_menu .bottom_wrap .head_txt a span,
.menu_top .right_menu .bottom_wrap .head_txt button span{
	font-size:1.125rem;
	font-weight:500;
	padding-left: 1.5em;
	position:relative;
	z-index:5;
	padding-block: 10px;
}
.menu_top .right_menu .bottom_wrap .head_txt button span{
	color: #282828;
}
.menu_top .right_menu .bottom_wrap .head_txt button{
	background:none;
	border:none;
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.menu_top .right_menu .bottom_wrap .head_txt a span:before,
.menu_top .right_menu .bottom_wrap .head_txt button span:before{
	content:"";
	width: 22px;
	height: 22px;
	background:var(--base-color);
	border-radius: 50%;
	position: absolute;
	z-index: 5;
	left: 0;
	top:0;
	bottom:0;
	margin:auto;
	transition: .4s background-color;
}
.menu_top .right_menu .bottom_wrap .mega_drop a span:before{
	right:10px;
	left:auto;
	top:auto;
	bottom:10px;
	width:30px;
	height:30px;
}
.menu_top .right_menu .bottom_wrap .head_txt a span:after,
.menu_top .right_menu .bottom_wrap .head_txt button span:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid var(--white-color);
	border-right: 0;
	position:absolute;
	z-index:6;
	left: 8px;
	top:0;
	bottom:0;
	margin:auto;
	transition: .4s border-color;
}
.menu_top .right_menu .bottom_wrap .drop_wrap a span:after,
.menu_top .right_menu .bottom_wrap .drop_wrap button span:after{
	transform:rotate(90deg);
	top:2px;
	left: 7px;
}
.menu_top .right_menu .bottom_wrap .mega_drop a span:after{
	right:20px;
	left:auto;
	top:auto;
	bottom:20px;
	border-top-width:5px;
	border-bottom-width:5px;
	border-left-width:11px;
	transform:rotate(0deg);
}
.menu_bottom{
	background:#fff;
	border-radius:0 0 50px 50px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}
.drop_menu{
	max-width:1100px;
	margin:auto;
}
.drop_menu #NavWrap {
	padding: 0;
}
.drop_menu #NavWrap .nav_menu {
	padding: 0;
	table-layout: auto;
	width:100%;
	box-sizing:border-box;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	padding:0 15px;
}
.drop_menu #NavWrap ul::after{
	display:none;
}
.drop_menu #NavWrap ul > li {
	box-sizing:border-box;
}
.drop_menu #NavWrap li a,
.drop_menu #NavWrap li p {
	transition: background 0.4s ,color 0.4s, opacity 0.4s, color 0.4s;
}
.drop_menu .bottom_menu{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	gap:3em;
	margin-bottom:100px;
}
.drop_menu .bottom_menu li{
	list-style:none;
}
.drop_menu .bottom_menu li a{
	position:relative;
	z-index:5;
	display:block;
	font-size:0.875rem;
	padding-left:1.5em;
	text-decoration: none;
}
.drop_menu .bottom_menu li a:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 11px solid var(--black-color);
	border-right: 0;
	position:absolute;
	z-index:6;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	transition: .4s border-color;
}
.drop_menu .bottom_menu li a:after{
	content:"";
	width:100%;
	height:1px;
	background:#282828;
	position:absolute;
	bottom:-3px;
	left:0;
	right:0;
	margin:auto;
	transform:scale(0,1);
	transform-origin:right top;
	transition:.5s transform;
}
li.drop_wrap i{
	display:none;
}
li.drop_wrap .mega_drop{
	position:absolute;
	z-index:5;
	width:auto;
	opacity:0;
	visibility:hidden;
	width: 100%;
	top: 92%;
	left:50%;
	transform:translateX(-50%);
	transition:opacity .4s;
	box-sizing: border-box;
}
header:has(button.header_opened):before,
header:has(li.drop_wrap:hover):before{
	content:"";
	width:100vw;
	height:100vw;
	background:rgba(0,0,0,0.2);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:-15;
}
li.drop_wrap .mega_drop ul{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap: 2em 4%;
	padding: 40px;
	background: #f6f4ea;
	border-radius: 0 0 35px 35px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
li.drop_wrap .mega_drop li{
	width:48%;
}
.menu_top .right_menu .bottom_wrap li.drop_wrap .mega_drop li a{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	background:#fff;
	border-radius:10px;
	padding:0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	transition:.4s transform;
}
li.drop_wrap ul a{
	min-width:10em;
	padding: 10px;
	background:#fff;
	color:#333;
}
li.drop_wrap .mega_drop li a .image{
	border-radius:10px 0 0 10px;
	overflow:hidden;
}
.menu_top .right_menu .bottom_wrap .mega_drop li a span{
	width: calc(100% - 182px);
	text-align: left;
	font-weight: 600;
	height: 100%;
	min-height: 126px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 1em;
}
#switch{
	position: absolute;
	opacity: 0;
}
#switch:focus ~.menu_bottom .label_menu{
	outline-color: #282828;
}
header .menu_top{
	padding:0;
}
#switch ~.menu_bottom .label_menu{
	display: block;
	cursor: pointer;
	position: fixed;
	top: 2px;
	right: 2px;
	z-index:900;
	-webkit-transition: 0.5s transform;
	transition: 0.5s transform, right 0.2s;
	padding: 12px;
	width: 98px;
	height: 98px;
	box-sizing:border-box;
	background: #e74e03;
	text-align:center;
	border-radius: 50%;
	border: 3px solid #fff;
	outline: 2px solid #fff;
}
#switch ~.menu_bottom .label_menu > div{
	position:absolute;
	bottom: 24%;
	left:0;
	right:0;
	margin:auto;
	font-size: 1.125rem;
	font-weight: 600;
	color: #fff;
}
#switch ~.menu_bottom .label_menu > .menu_open{
	display:block;
}
#switch ~.menu_bottom .label_menu > .menu_close{
	display:none;
}
#switch ~.menu_bottom .label_menu b{
	z-index: 2;
	width:100%;
	display:block;
	margin-bottom: 0;
}
#switch ~.menu_bottom .label_menu span{
	cursor: -webkit-grabbing;
	display:block;
	width:36px;
	height:3px;
	position:absolute;
	top: 40%;
	left:0;
	right:0;
	margin:auto;
	margin-top:-5px;
}
#switch ~.menu_bottom .label_menu span:before,
#switch ~.menu_bottom .label_menu span:after{
	content:"";
	display:block;
	width:36px;
	height:3px;
	background:#fff;
	position:absolute;
	margin-top:0;
	transition: .4s transform;
}
#switch ~.menu_bottom .label_menu span:before{
	top:-5px;
}
#switch ~.menu_bottom .label_menu span:after{
	top:5px;
}
#switch:checked ~ .menu_top .right_menu{
	display:none;
}
#switch:checked ~.menu_bottom .label_menu span{
	-webkit-transform:rotate(-45deg);
	transform: rotate(-30deg);
}
#switch:checked ~.menu_bottom .label_menu span:before{
	top:0;
}
#switch:checked ~.menu_bottom .label_menu span:after{
	-webkit-transform:rotate(270deg);
	transform: rotate(240deg);
	top:0;
	margin-top:0;
}
#switch:checked ~.menu_bottom .label_menu{
	right: 2px;
	background-color: var(--white-color);
}
#switch:checked ~.menu_bottom .label_menu span:before,
#switch:checked ~.menu_bottom .label_menu span:after{
	background-color: var(--base-color);
}
#switch:checked ~.menu_bottom .label_menu > .menu_open{
	display:none;
}
#switch:checked ~.menu_bottom .label_menu > .menu_close{
	display:block;
	color:var(--base-color);
}
.drop_menu #NavWrap{
	position: fixed;
	top: -100%;
	width:100%;
	z-index: 800;
	height: auto;
	overflow: auto;
	visibility: hidden;
	padding-top: 20px;
	box-sizing: border-box;
	transition:all 0.25s;
	background: #fff;
}
.drop_menu #NavWrap::-webkit-scrollbar {
	height:10px;
	width:10px;
}
.drop_menu #NavWrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #b3b3b3;
}
.drop_menu #NavWrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
}
#switch:checked ~.menu_bottom .label_menu+#NavWrap{
	visibility:visible;
	max-height: 100vh;
	top: 100px;
	left: 0;
}
#switch:checked ~.menu_bottom{
	border-radius:0;
}
#switch:checked ~.menu_bottom{
	border-radius:0;
}
.drop_menu #NavWrap > ul {
	width: 100%;
	margin-right: 0;
	margin-left: auto;
}
.drop_menu #NavWrap li a span{
	border-left:none;
	white-space: normal;
}
.menu_top .right_menu .bottom_wrap li a:focus,
.menu_top .right_menu .bottom_wrap li button:focus{
	color:var(--base-color);
}
li.drop_wrap:has(button.header_opened) .mega_drop{
	opacity:1;
	visibility:visible;
	z-index:999;
}
#switch:checked ~.menu_bottom .close_label:before{
	content:"";
	width: 100vw;
	height: 150vh;
	background:rgba(0,0,0,0.2);
	position:absolute;
	left: 0vw;
	right: 0;
	top: -10px;
	bottom: auto;
	margin:auto;
	z-index: -5;
}
@media (any-hover: hover) {
	.menu_top .right_menu .top_btn ul li a:hover,
	.menu_bottom .nav_menu .top_btn ul li a:hover{
		color: var(--white-color);
		background: var(--base-color);
		border:1px solid var(--base-color);
	}
	.menu_top .right_menu .top_btn ul li.head_blue a:hover,
	.menu_bottom .nav_menu .top_btn ul li.head_blue a:hover{
		color: var(--red-color);
		background: var(--white-color);
		border-color: var(--red-color);
	}
	.menu_top .right_menu .top_btn ul li a:hover i,
	.menu_bottom .nav_menu .top_btn ul li a:hover i{
		background: var(--red-color);
	}
	.menu_top .right_menu .top_btn ul li a:hover i:before,
	.menu_bottom .nav_menu .top_btn ul li a:hover i:before{
		border-left-color:var(--white-color);
	}
	.menu_top .right_menu .bottom_wrap li a:hover,
	.menu_top .right_menu .bottom_wrap li button:hover{
		color:var(--base-color);
	}
	.menu_top .right_menu .bottom_wrap li button:hover span,
	.menu_top .right_menu .bottom_wrap li button:focus span{
		color:var(--base-color);
	}
	.menu_top .right_menu .bottom_wrap li.drop_wrap .mega_drop li a:hover,
	.menu_top .right_menu .bottom_wrap li.drop_wrap .mega_drop li a:focus{
		transform:translateY(5px);
		color:var(--black-color);
	}
	li.drop_wrap:hover .mega_drop{
		opacity:1;
		visibility:visible;
		z-index:999;
	}
	.menu_bottom .nav_menu .center_menu ul li a:hover{
		color:var(--base-color);
	}
	.menu_top #site_ttl a:hover{
		opacity:0.7;
	}
	.drop_menu .bottom_menu li a:hover:after{
		transform:scale(1,1);
		transform-origin:left top;
	}
}
@media screen and (max-width:1600px) {
	.menu_top .right_menu{
		/* width:70%; */
	}
	.menu_top .right_menu .top_btn ul li{
		min-width:0;
	}
}
@media screen and (max-device-width:1200px) {
	header:has(li.drop_wrap:hover):before{
		display:none;
	}
}
@media screen and (max-width:1200px) {
	.menu_top #site_ttl{
		width:20%;
	}
	.menu_top .right_menu{
		/* width: calc(100% - 360px); */
		gap: 0.5em;
	}
	li.drop_wrap .mega_drop{
		left:54%
	}
	.menu_top .right_menu .top_btn ul li a,
	.menu_bottom .nav_menu .top_btn ul li a{
		font-size: 0.875rem;
	}
	.menu_top .right_menu .top_btn ul li{
		/* width: 118px; */
	}
	.menu_top .right_menu .top_btn ul li a{
		font-size:0.75rem;
	}
	.menu_bottom .nav_menu .top_btn ul li a{
		max-width:153px;
		height:2.875em;
	}
	.menu_bottom .nav_menu .top_btn ul li.head_blue a > span{
		padding-left:1.5em;
	}
	.menu_top .right_menu .bottom_wrap > ul{
		gap: 0.25em 1em;
	}
	.menu_top .right_menu .top_btn ul li.head_blue{
		width: 150px;
	}
	.menu_bottom .nav_menu .top_btn ul li.head_blue{
		width: 205px;
	}
	.menu_top .right_menu .top_btn ul li a i,
	.menu_bottom .nav_menu .top_btn ul li a i{
		left:3px;
	}
	.menu_bottom .nav_menu .top_btn ul li a i{
		width:24px;
		height:24px;
		left:5%;
	}
	.menu_bottom .nav_menu .top_btn ul li a i:before{
		border-top-width:4px;
		border-bottom-width:4px;
		border-left-width: 8px;
	}
	.menu_top .right_menu .bottom_wrap .head_txt a span,
	.menu_top .right_menu .bottom_wrap .head_txt button span{
		font-size:0.875rem;
		padding-left: 2em;
	}
	.menu_bottom .nav_menu .center_menu ul li a{
		font-size:1.375rem;		
		padding-left: 2.5rem;
	}
	.menu_bottom .nav_menu .center_menu ul li p{
		font-size:1.375rem
	}
	.menu_bottom .drop_menu #NavWrap .nav_menu .center_menu li li a{
		font-size:1rem;
	}
}
@media screen and (max-width:990px) {
	.menu_top .right_menu{
		display:none;
	}
}
@media screen and (max-width:767px) {
	header#fix_menu,
	header#fix_menu.fixedMenu{
		top:0;
		transition: none;
		position: fixed;
	}
	header .menu_top {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		z-index: 700;
		background: none;
		padding: 0;
		box-sizing: border-box;
		background: #fff;
		border-radius: 0 0 30px 30px;
	}
	header .menu_top #site_ttl{
		padding: 5px 5px;
		width: 36%;
		z-index: 200;
		position: relative;
		box-sizing: border-box;
	}
	.menu_top #site_ttl a{
		padding-left: 1em;
		text-align: left;
	}
	header .menu_top #site_ttl img{
		max-height: 53px;
		margin-right: auto;
		max-width: 100px;
	}
	header .menu_top #site_ttl p{
		display:none;
	}
	#switch:focus ~.menu_bottom .label_menu{
		outline-color:transparent;
	}
	.menu_top .right_menu{
		display:block;
		right: 10px;
		padding-block: 10.5px;
		float: none;
		width: 80%;
	}
	.menu_top .right_menu .bottom_wrap{
		display: none;
	}
	#switch ~.menu_bottom .label_menu > div{
		bottom:18%;
		font-size: 0.74rem;
	}
	.menu_top .right_menu li{
		display:none;
	}
	.menu_top .right_menu .top_btn ul li.head_blue{
		display:block;
		width: 100px;
	}
	.menu_top .right_menu .top_btn ul li.head_blue a{
		border-radius:8px;
		height: 3em;
	}
	.menu_top .right_menu .top_btn ul li.head_blue a > span{
		font-size:0.86rem;
		padding-left: 2em;
		font-weight: 500;
	}
	.menu_top .right_menu .top_btn ul li.head_blue a span span{
		display:none;
	}
	header .menu_top .logo a+a{
		margin-left: 6px;
	}
	header .menu_top .logo a img{
		width: 58px;
		height:auto;
		vertical-align:middle;
	}
	header .menu_top .logo a+a img{
		width:181px;
	}
	header .menu_top .logo span{
		font-size:8px;
		vertical-align:middle;
	}
	header .menu_top .menu_fix{
		position:relative;
	}
	header:has(#switch:checked):before{
		display:none;
	}
	.drop_menu #NavWrap{
		padding-top: 0;
		position:fixed;
		top: 0;
		left:auto;
		right:-100%;
		padding:0;
		width:300px;
		height:100%;
		z-index: 999;
	}
	.drop_menu #NavWrap .nav_menu{
		padding:0;
	}
	.drop_menu #NavWrap .nav_menu .sp_bg{
		position:relative;
		z-index:5;
		background: #f6f4ea;
		padding: 84px 15px 0;
	}
	.drop_menu #NavWrap .nav_menu .sp_bg:before{
		content:"";
		width:100%;
		height: 12%;
		background:url(../img/common/bg-header.jpg);
		background-size:contain;
		background-repeat:no-repeat;
		position:absolute;
		bottom: -11%;
		left:0;
		right:0;
		margin:auto;
	}
	#switch:checked ~.menu_bottom .label_menu+#NavWrap{
		top: 0;
		left:auto;
		right:0;
	}
	#switch ~.menu_bottom .label_menu {
	   padding: 12px 12px;
	   width: 60px;
	   height: 60px;
	   position: absolute;
	   border-width: 1px;
	   z-index: 1000;
	   outline-width: 1px;
	}
	#switch:checked ~.menu_bottom .label_menu{
		background-color: transparent;
		border:none;
		outline-color: transparent;
	}
	#switch ~.menu_bottom .label_menu span{
	   width: 28px;
	   top: 20px;
	   margin:auto;
	}
	#switch ~.menu_bottom .label_menu span:before,
	#switch ~.menu_bottom .label_menu span:after{
	   width: 28px;
	   height:2px;
	   margin-top:0;
	}
	#switch ~.menu_bottom .label_menu span:before{
	   top: -5px;
	}
	#switch ~.menu_bottom .label_menu span:after{
	   top: 5px;
	}
	.drop_menu #NavWrap .top_btn ul {
		justify-content:space-between;
		align-items:stretch;
		flex-wrap:wrap;
		gap: 0.75em 2%;
	}
	.menu_bottom .nav_menu .center_menu{
		margin-block:0;
		padding-block:2em 2em;
		border-block:none;
	}
	.menu_bottom .nav_menu .center_menu > ul{
		gap: 1.5em 1em;
	}
	.menu_bottom .nav_menu .center_menu ul li{
		width:100%;
	}
	.menu_bottom .nav_menu .center_menu ul li a{
		font-size:1.07rem;
		padding-left:1.75rem;
	}
	.menu_bottom .nav_menu .center_menu ul li p{
		font-size:1.14rem;
		padding-bottom: 0.75em;
		margin-bottom: 0.5em;
		background: radial-gradient(circle farthest-side, #282828, #282828 8%, transparent 10%, transparent);
		background-size:15px;
		background-repeat: repeat-x;
		background-position: left -5px top 13px;
		width: 90%;
	}
	.menu_bottom .nav_menu .center_menu > ul li a:before{
		width:17px;
		height:17px;
	}
	.menu_bottom .nav_menu .center_menu > ul li a:after{
		border-top-width:3px;
		border-bottom-width:3px;
		border-left-width:7px;
		left: 6px;
	}
	.drop_menu #NavWrap .top_btn ul li{
		width:48%;
		min-width: 0;
	}
	.menu_top .right_menu .top_btn ul li a,
	.menu_bottom .nav_menu .top_btn ul li a{
		border-radius:8px;
		font-size:1rem;
		height: 3.5em;
		background: var(--white-color);
	}
	.menu_bottom .nav_menu .top_btn ul li.head_blue a > span{
		padding-left:1em;
	}
	.menu_bottom .drop_menu #NavWrap .nav_menu .top_btn ul li a span span{
		display:none;
	}
	.menu_top .right_menu .top_btn ul li a i,
	.menu_bottom .nav_menu .top_btn ul li a i{
		left:10%;
		width: 20px;
		height: 20px;
	}
	.menu_bottom .nav_menu .top_btn ul li a i:before{
		border-top-width: 3px;
		border-bottom-width: 3px;
		border-left-width: 6px;
	}
	.drop_menu #NavWrap li a span{
		display:block;
		font-weight:normal;
		background:none;
		line-height: 1.4;
	}
	.drop_menu #NavWrap li a span br{
		display:block;
	}
	.drop_menu #NavWrap li a span:after{
		display:none;
	}
	.drop_menu #NavWrap li.drop_area ul,
	.drop_menu #NavWrap li.drop_area:hover ul{
		display:block;
		position:static;
		transform: none;
		width:100%;
		max-height:100vh;
		overflow:hidden;
    		transition:opacity .4s,visibility .4s, max-height .4s;
	}
	.menu_bottom .nav_menu .center_menu li li + li{
		margin-top:0;
	}
	.drop_menu #NavWrap ul li.drop_area i:after{
		transform:rotate(90deg);
	}
	.drop_menu #NavWrap ul li.drop_area i:before{
		transform:rotate(180deg);
	}
	.drop_menu #NavWrap ul li.drop_area i:after{
		transform:rotate(-180deg);
	}
	.drop_menu #NavWrap li.drop_area ul li a{
		font-size: 12px;
		text-align: left;
		width: auto;
		padding: 0;
		text-decoration: none;
		color:#333;
		border:none;
	}
	.drop_menu #NavWrap li.drop_area ul li a span{
		padding: 0.5em 2em;
	}
	.drop_menu .bottom_menu{
		gap: 1.5em;
		margin-block: 80px 50px;
		flex-wrap:wrap;
		padding: 0 15px;
	}
	.drop_menu .bottom_menu .head_bottom_txt{
		width:100%;
	}
	.drop_menu .bottom_menu li a{
		font-size:0.93rem;
		padding-left:1.5em;
	}
	.drop_menu .bottom_menu li a:before{
		border-top-width:5px;
		border-bottom-width:5px;
		border-left-width:10px;
	}
	.drop_menu .bottom_menu .head_bottom_txt.sp_banner a{
		padding-left:0;
		margin-top:2em;
	}
	.drop_menu .bottom_menu .head_bottom_txt.sp_banner a:before,
	.drop_menu .bottom_menu .head_bottom_txt.sp_banner a:after{
		display:none;
	}
	.drop_menu .bottom_menu .head_bottom_txt.sp_banner img{
		max-width:100%;
		height:auto;
	}
}

/* contents
-------------------------------------------------------------------*/
/*common*/
main{
	display: block;
}
body.home .image_style{
	position:relative;
	z-index:10;
	text-align:center;
	margin-bottom:3.5em;
	padding-bottom:2.5em;
}
body.home .image_style:before{
	content:"";
	width:360px;
	height:15px;
	background: radial-gradient(circle farthest-side, #282828, #282828 27%, transparent 27%, transparent);
	background-size:35px;
	background-repeat: repeat-x;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background-position:left;
}
@media screen and (max-width:767px) {
	body.home .image_style{
		width: 70.1%;
		margin: 0 auto 3em;
		padding-bottom: 2em;
	}
	body.home .image_style:before{
		content:"";
		width:200px;
		height:6px;
		background: radial-gradient(circle farthest-side, #282828, #282828 26%, transparent 26%, transparent);
		background-size: 21px;
		background-position: left -6px top;
	}
}

/*visual*/
body.home .visual{
	position: relative;
	z-index:10;
	background: url(../img/top/bg-mv.jpg);
	background-size:cover;
	background-repeat: no-repeat;
}
body.home .visual .position{
	position: relative;
	z-index:15;
	padding-top: 80.834%;
}
body.home .mv_area{
	position:absolute;
	z-index: 20;
	left:0;
	right:0;
	top: 10%;
	bottom: 0;
	margin: auto;
	background: url(../img/top/img-mv01.png);
	background-size: contain;
	background-repeat: no-repeat;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	background-position: center;
	width: 83.637%;
	height: 77.115%;
}
body.home .mv_area .mv_style{
	text-align:center;
	width: 60.87%;
	margin-top: -6%;
	margin-bottom: 1em;
}
body.home .mv_area p{
	text-align:center;
	font-size:1.25rem;
	font-weight:500;
	line-height:1.875;
}
body.home .mv_area .mv_style img{
	max-width:100%;
	height:auto;
	margin:0 auto 2em;
}
body.home .illust_area{
	position:absolute;
	left: -1%;
	bottom: 4.5%;
	width: 31.3%;
}
body.home .illust_area img{
	max-width:100%;
	height:auto;
}
@media screen and (max-width:1100px) {
	body.home .illust_area{
		position:absolute;
		left: -10%;
		bottom: 10.5%;
		width: 31.3%;
	}
}
@media screen and (max-width:900px) {
		body.home .illust_area{
		bottom: 15%;
		width: 25%;
	}
}
@media screen and (max-width:767px) {
	body.home img{
		max-width:100%;
		height:auto;
	}
	body.home .visual{
		background-image: url(../img/top/bg-mv_sp.jpg);
		background-size:contain;
	}
	body.home .visual .position{
		padding-top: 168.67%;
	}
	body.home .mv_area{
		top: 8%;
		background-size:125%;
		width: 100%;
		height: 60.115%;
	}
	body.home .illust_area{
		position:absolute;
		left: 3%;
		bottom: -24%;
		width: 43.603%;
	}
	body.home .mv_area .mv_style img{
		margin:0 auto;
	}
}
/*study*/
body.home .study{
	position:relative;
	z-index:20;
	background:#f6f4ea;
	padding-block:30px 100px;
}
body.home .study:before{
	content:"";
	width:100%;
	height:212px;
	background:url(../img/top/img-mv_bottom.png);
	background-size:auto;
	background-position:top center;
	position:absolute;
	left:50%;
	top:-212px;
	transform:translateX(-50%);
}
body.home .study .study_wrap{
	max-width:1600px;
	margin:0 auto;
	text-align: left;
	box-sizing: border-box;
	padding: 0 15px;
}
body.home .study .study_col{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap: 1em 1%;
}
body.home .study .study_col .study_item{
	width: 24%;
	max-width: 376px;
	height: 100%;
	display: block;
	position: relative;
	z-index: 5;
}
body.home .study .study_col .study_item .study_col{
	background:#fff;
	display:block;
	border-radius:35px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	text-decoration: none;
	transition: .5s transform;
	height: 100%;
}
body.home .study .study_col .study_item .study_col .study_image{
	border-radius:35px 35px 0 0;
	overflow:hidden;
	height: 269px;
}
body.home .study .study_col .study_item .study_col .study_image img{
	max-width:100%;
	height: auto;
}
body.home .study .study_col .study_item .study_col .study_txt{
	padding: 0 10px 40px;
}
body.home .study .study_col .study_item .study_col .study_txt .study_style02{
	font-size:1.75rem;
	font-weight:600;
	margin-bottom: 0.25em;
	min-height: 5.5rem;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
}
body.home .study .study_col .study_item .study_col .study_txt p{
	text-align:center;
	margin-bottom: 1.5em;
	font-weight: 500;
	font-feature-settings: 'palt';
	line-height:1.75;
}
body.home .study .study_col .study_item .study_col .study_btn a{
	position:relative;
	z-index:10;
	display:flex;
	justify-content:center;
	align-items:center;
	color: #282828;
	background: #f4f2e9;
	font-size:1.125rem;
	max-width:271px;
	min-height:3.667em;
	border-radius:42px;
	padding:10px;
	margin: 0 auto;
	text-decoration: none;
	overflow: hidden;
	transition:.5s background-color,.5s color;
	font-weight: 600;
}
body.home .study .study_col .study_item .study_col .study_btn a i{
	position: absolute;
	right: 7%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 5;
	transition:.5s background-color;
}
.arrow-blue i{
	background: var(--about-color);
}
.arrow-purple i{
	background: var(--poisoning-color);
}
.arrow-green i{
	background: var(--labeling-color);
}
.arrow-red i{
	background: var(--seminar-color);
}
body.home .study .study_col .study_item .study_col .study_btn a i:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #ffffff;
	border-right: 0;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	transition:.5s border-color;
}
@media (any-hover: hover) {
	body.home .study .study_col .study_item .study_col .study_btn a:hover{
		color:var(--white-color);
	}
	body.home .study .study_col .study_item .study_col .study_btn a:hover i{
		background: var(--white-color);
	}
	body.home .study .study_col .study_item .study_col .arrow-blue a:hover{
		background:var(--about-color);
	}
	body.home .study .study_col .study_item .study_col .arrow-blue a:hover i:before{
		border-left-color:var(--about-color)
	}
	body.home .study .study_col .study_item .study_col .arrow-purple a:hover{
		background:var(--poisoning-color);
	}
	body.home .study .study_col .study_item .study_col .arrow-purple a:hover i:before{
		border-left-color:var(--poisoning-color)
	}
	body.home .study .study_col .study_item .study_col .arrow-green a:hover{
		background:var(--labeling-color);
	}
	body.home .study .study_col .study_item .study_col .arrow-green a:hover i:before{
		border-left-color:var(--labeling-color)
	}
	body.home .study .study_col .study_item .study_col .arrow-red a:hover{
		background:var(--seminar-color);
	}
	body.home .study .study_col .study_item .study_col .arrow-red a:hover i:before{
		border-left-color:var(--seminar-color)
	}
}
@media screen and (max-width:1600px) {
	body.home .study .study_col .study_item .study_col .study_txt p{
		font-size:0.875rem;
	}
}
@media screen and (max-width:1450px) {
		body.home .study .study_col{
		justify-content:center;
		gap:1em;
	}
	body.home .study .study_col .study_item{
		width:48%;
	}
}
@media screen and (max-width:767px) {
	body.home .study{
		padding-block: 30px 50px;
		margin-top:-3%;
	}
	body.home .study:before{
		height: 5%;
		background-image:url(../img/top/img-mv_bottom_sp.png);
		background-size: cover;
		top: -4%;
	}
	body.home .study .study_col{
		justify-content:center;
		gap: 1.5em;
	}
	body.home .study .study_col .study_item{
		width:100%;
	}
	body.home .study .study_col .study_item .study_col{
		border-radius:17px;
		height: 100%;
		display:flex;
		justify-content: space-between;
		align-items: center;
		gap: 4%;
		padding:25px 15px;
	}
	body.home .study .study_col .study_item .study_col .study_image{
		height: auto;
		width: 36%;
	}
	body.home .study .study_col .study_item .study_col .study_txt{
		width: 60%;
		padding: 0;
	}
	body.home .study .study_col .study_item .study_col .study_txt .study_style02{
		font-size:1.14rem;
		min-height:0;
		text-align:left;
		justify-content: flex-start;
		margin-bottom: 1em;
	}
	body.home .study .study_col .study_item .study_col .study_txt p{
		text-align:left;
		margin-bottom: 1em;
		font-size: 0.86rem;
	}
	body.home .study .study_col .study_item .study_col .study_btn a{
		font-size: 1rem;
		max-width: 173px;
		min-height: 2.858em;
		margin: 0 auto 0 0;
	}
	body.home .study .study_col .study_item .study_col .study_btn a i{
		width:20px;
		height:20px;
	}
	body.home .study .study_col .study_item .study_col .study_btn a i:before{
		border-top-width: 3px;
		border-bottom-width: 3px;
		border-left-width: 6px;
	}
	body.home .mv_area .mv_style{
		width: 74.87%;
		margin-top:6%;
	}
	body.home .mv_area p{
		font-size:1rem;
	}
}


/*secret*/
.secret{
	position: relative;
	z-index:10; 
	background: url(../img/top/bg-secret01.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	padding-block: 82px;
	overflow: hidden;
}
.secret img{
	max-width:100%;
	height:auto;
}
.secret .sitewrap{
	overflow:visible;
}
.secret .secret_wrap{
	text-align:center;
	position:relative;
	z-index:5;
	background: url(../img/top/bg-secret02.png);
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center;
	max-width: 864px;
	margin: 0 auto;
	filter:drop-shadow(0 0 10px rgba(0,0,0,0.1));
	padding: 50px 30px;
}
.secret .secret_wrap:before{
	content:"";
	width:171px;
	height:122px;
	background:url(../img/top/img-seacret02.png);
	background-size:contain;
	position:absolute;
	right:-4%;
	top:-5%;
	filter:none;
}
.secret .secret_wrap:after{
	content:"";
	width:230px;
	height:168px;
	background:url(../img/top/img-seacret01.png);
	background-size:contain;
	position:absolute;
	left: -11.5%;
	bottom:-10%;
	filter:none;
}
.secret .secret_wrap .secret_icon{
	position:absolute;
	z-index:5;
	left: -5%;
	top: -5%;
	width: 16.205%;
}
.secret_wrap .secret_illust{
	position:absolute;
	z-index:5;
	right: 3%;
	bottom: -42%;
	width: 25.811%;
}
.secret .secret_tit{width: 82%;margin: 0 auto 1.5em;}
.secret .common_btn a{
	background:var(--white-color);
	max-width:380px;
	border: 1px solid var(--white-color);
	color: var(--black-color);
}
.secret .common_btn a i{
	background:var(--base-color)
}
.secret .common_btn a i:before{
	border-left-color:var(--white-color);
}
@media (any-hover: hover) {
	.secret .common_btn a:hover{
		background:var(--base-color);
		color:var(--white-color);
	}
	.secret .common_btn a:hover i{
		background:var(--white-color)
	}
	.secret .common_btn a:hover i:before{
		border-left-color:var(--base-color);
	}
}
@media screen and (max-width:1030px) {
	.secret .secret_wrap .secret_icon{
		position:absolute;
		z-index:5;
		left: -1%;
		top: -8%;
		width: 16.205%;
	}
	.secret_wrap .secret_illust{
		position:absolute;
		z-index:5;
		right: -5%;
		bottom: -42%;
		width: 25.811%;
	}
	.secret .secret_wrap:before{
		right:-1%;
		top:-15%;
	}
	.secret .secret_wrap:after{
		left:-1%;
		bottom:-20%;
	}
	.secret .common_btn a{
		max-width:271px;
		min-height: 2.5em;
	}
}
@media screen and (max-width:767px) {
	.secret{
		background-image: url(../img/top/bg-secret01_sp.jpg);
		padding-block: 45px 45px;
	}
	.secret .secret_wrap{
		background-image: url(../img/top/bg-secret02_sp.png);
		padding: 60px 0;
	}
	.secret .secret_wrap:before{
		width:95px;
		height:67px;
		right:-4%;
		top: -8%;
	}
	.secret .secret_wrap:after{
		width: 102px;
		height: 156px;
		background-image:url(../img/top/img-seacret01_sp.png);
		left: -5%;
		bottom: -12%;
	}
	.secret .secret_wrap .secret_icon{
		position:absolute;
		z-index:5;
		left: -4%;
		top: -9%;
		width: 23.77%;
	}
	.secret_wrap .secret_illust{
		position:absolute;
		z-index:5;
		right: 6%;
		bottom: -27%;
		width: 34.785%;
	}
	.secret .secret_tit{
		width: 61.7%;
		margin: 0 auto 1.5em;
	}
	.secret .common_btn a{
		max-width:212px;
		min-height: 2.54em;
		padding: 7px 10px;
		font-size: 1rem;
	}
	.secret .common_btn a i{
		width: 20px;
		height: 20px;
	}
	.secret .common_btn a i:before{
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 6px
	}
}
/*effort*/
body.home .effort{
	position:relative;
	z-index:20;
	background:#d6eddb;
	padding-block:90px 90px;
}
body.home .effort .sitewrap{
	overflow:visible;
}
body.home .effort .effort_col{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap: 3em 3%;
}
body.home .effort .effort_col .effort_item{
	width: 48%;
	position: relative;
	z-index: 5;
}
body.home .effort .effort_col .effort_item .effort_wrap{
	background:#fff;
	display:block;
	border-radius:35px;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	text-decoration: none;
	transition: .5s transform;
	height: 100%;
	padding: 40px 10px 10px;
}
body.home .effort .effort_col .effort_item .effort_wrap .effort_image{
	height: 192px;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.home .effort .effort_col .effort_item .effort_wrap .effort_image img{
	max-width:100%;
	height:auto;
}
body.home .effort .effort_col .effort_item .effort_wrap .effort_txt{
	padding: 0 10px 40px;
}
body.home .effort .effort_col .effort_item .effort_wrap .effort_txt .effort_style02{
	font-size:2rem;
	font-weight:600;
	margin-bottom: 0.75em;
	min-height: 5.5rem;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
body.home .effort .effort_col .effort_item .effort_wrap .effort_txt p{
	text-align:center;
	margin-bottom: 1.5em;
	line-height:1.875;
}
body.home .effort .effort_col .effort_item .effort_wrap .effort_btn a{
	position:relative;
	z-index:10;
	display:flex;
	justify-content:center;
	align-items:center;
	color: #282828;
	background: #f4f2e9;
	font-size:1.125rem;
	max-width: 379px;
	min-height:3.667em;
	border-radius:42px;
	padding:10px;
	margin: 0 auto;
	text-decoration: none;
	overflow: hidden;
	transition:.5s background-color,.5s color;
	font-weight: 600;
}
body.home .effort .effort_col .effort_item .effort_wrap .effort_btn a i{
	position: absolute;
	right: 7%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 5;
	transition:.5s background-color;
}
.arrow-base i{
	background: var(--base-color);
}
body.home .effort .effort_col .effort_item .effort_wrap .effort_btn a i:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #ffffff;
	border-right: 0;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	transition:.5s border-color;
}
@media (any-hover: hover) {
	body.home .effort .effort_col .effort_item .effort_wrap .effort_btn a:hover{
		color:var(--white-color);
	}
	body.home .effort .effort_col .effort_item .effort_wrap .effort_btn a:hover i{
		background: var(--white-color);
	}
	body.home .effort .effort_col .effort_item .effort_wrap .arrow-base a:hover{
		background:var(--base-color);
	}
	body.home .effort .effort_col .effort_item .effort_wrap .arrow-base a:hover i:before{
		border-left-color:var(--base-color)
	}
}
@media screen and (max-width:900px) {
	body.home .effort .effort_col .effort_item .effort_wrap .effort_txt .effort_style02{
		font-size:1.75rem;
	}
	body.home .effort .effort_col .effort_item .effort_wrap .effort_txt p{
		font-size:0.875rem;
	}
}
@media screen and (max-width:767px) {
	body.home .effort{
		padding-block:40px 40px;
	}
	body.home .effort .effort_style{
		width: 88.2%;
	}
	body.home .effort .effort_col{
		gap:1.5em;
	}
	body.home .effort .effort_col .effort_item{
		width:100%;
	}
	body.home .effort .effort_col .effort_item .effort_wrap{
		border-radius:17px;
		display:flex;
		justify-content:space-between;
		align-items:stretch;
		gap:4%;
		padding:25px 15px;
	}
	body.home .effort .effort_col .effort_item .effort_wrap .effort_image{
		height: auto;
		width: 36%;
	}
	body.home .effort .effort_col .effort_item .effort_wrap .effort_txt{
		padding: 0;
		width: 60%;
	}
	body.home .effort .effort_col .effort_item .effort_wrap .effort_txt .effort_style02{
		font-size: 1.14rem;
		margin-bottom: 1em;
		min-height: 0;
		text-align: left;
		justify-content: flex-start;
		width: 100%;
	}
	body.home .effort .effort_col .effort_item .effort_wrap .effort_txt p{
		text-align: left;
		margin-bottom: 1em;
	}
	body.home .effort .effort_col .effort_item .effort_wrap .effort_txt a{
		font-size: 1rem;
		max-width: 173px;
		min-height: 2.858em;
		margin: 0 auto 0 0;
	}
	body.home .effort .effort_col .effort_item .effort_wrap .effort_btn a i{
		width: 20px;
		height: 20px;
	}
	.arrow-base i{
		background: var(--base-color);
	}
	body.home .effort .effort_col .effort_item .effort_wrap .effort_btn a i:before{
		border-top-width: 3px;
		border-bottom-width: 3px;
		border-left-width: 6px;
	}
}


/*character*/
body.home .character{
	background:#f6f4ea;
	position:relative;
	z-index:15;
	padding-block:75px 50px;
}
body.home .character .sitewrap{
	overflow:visible;
}
body.home .character .character_style{
	margin-bottom:0em;
}
body.home .character .character_col{
	position:relative;
	z-index:5;
	max-width:1000px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:3%;
}
body.home .character .character_col .character_image{
	position:relative;
	z-index:5;
	width: 40%;
}
body.home .character .character_col .character_image .character_fukidashi{
	position:absolute;
	z-index:5;
	width: 191px;
	height: 139px;
	background:url(../img/top/img-character01.png);
	background-size:contain;
	background-repeat:no-repeat;
	text-align:center;
	font-weight:600;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -27%;
	left: -5%;
}
body.home .character .character_col .character_txt{
	position:relative;
	z-index:5;
	width:57%;
}
body.home .character .character_col .character_txt .character_style02{
	font-size:2em;
	font-weight:600;
	margin-bottom:0.5em;
}
body.home .character .character_col .character_txt p{
	font-size:1.125rem;
	line-height: 1.875;
}
@media screen and (max-width:1000px) {
	body.home .character .character_col .character_image img{
		max-width:100%;
		height:auto;
	}
	body.home .character .character_col .character_image .character_fukidashi{
		width: 160px;
		height: 144px;
		top: -42%;
		left: -5%;
		font-size:0.875rem;
	}
}
@media screen and (max-width:767px) {
	body.home .character{
		padding-block:40px 40px;
	}
	body.home .character .sitewrap{
		overflow:visible;
	}
	body.home .character .character_style{
		margin-bottom:5em;
		width: 62.2%;
	}
	body.home .character .character_col{
		gap: 1.5em;
		flex-wrap:wrap;
	}
	body.home .character .character_col .character_image{
		width: 68.2%;
		margin: 0 auto;
	}
	body.home .character .character_col .character_image .character_fukidashi{
		z-index:5;
		width: 140px;
		height: 104px;
		background-image:url(../img/top/img-character01_sp.png);
		top: -32%;
		left: -18%;
		font-size:0.86rem;
	}
	body.home .character .character_col .character_txt{
		width: 100%;
	}
	body.home .character .character_col .character_txt .character_style02{
		font-size:1.5em;
		text-align:center;
	}
	body.home .character .character_col .character_txt p{
		font-size:1rem;
	}
}
/*other*/
body.home .other{
	background:#e86f32;
	position:relative;
	z-index:15;
	padding-block:75px;
}
body.home .other ul{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap: 1em 1%;
}
body.home .other .other_box{
	background:var(--white-color);
	padding:40px;
	border-radius:10px;
	margin-top:1em;
}
body.home .other .other_box .other_col{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap:wrap;
	gap:1%;
}
body.home .other .other_box .other_col .other_txt{
	width:15%;
}
body.home .other .other_box .other_col .other_txt p{
	font-size:2rem;
	font-weight:600;
}
body.home .other .other_box .other_col ul{
	width:84%;
	gap: 2em 1.5%;
}
body.home .other .other_box .other_col ul li{
	width:31.5%;
}
body.home .other .other_box .other_col ul li.common_btn span{
	position:relative;
	padding-left: 2em;
}
body.home .other .other_box .other_col ul li.common_btn .icon{
	position:absolute;
	left: -50%;
	top:-50%;
	bottom:0;
	margin:auto;
	padding-left: 0;
}
body.home .other .other_box .other_col ul .btn-leading a{
	background-color:var(--labeling-color);
	border-color:var(--labeling-color);
}
body.home .other .other_box .other_col ul .btn-leading a i:before{
	border-left-color:var(--labeling-color);
}
body.home .other .other_box .other_col ul .btn-seminar a{
	background-color:var(--seminar-color);
	border-color:var(--seminar-color);
}
body.home .other .other_box .other_col ul .btn-seminar a i:before{
	border-left-color:var(--seminar-color);
}
body.home .other .other_box .other_col ul .btn-about a{
	background-color:var(--about-color);
	border-color:var(--about-color);
}
body.home .other .other_box .other_col ul .btn-about a i:before{
	border-left-color:var(--about-color);
}
body.home .other ul + ul{
	margin-top:1em;
}
body.home .other ul li.other_btn{
	width:24%;
}
body.home .other ul li.other_btn2{
	width:32%;
}
body.home .other ul li.other_btn a{
	border-radius:10px;
	background:var(--white-color);
	color:var(--black-color);
	max-width:287px;
	height:5em;
	text-align:left;
	padding-left: 0;
	border:1px solid var(--white-color);
}
body.home .other ul li.other_btn2 a{
	max-width:379px;
}
body.home .other ul li.other_btn a span{
	position:relative;
	z-index:5;
	padding-left: 2.25em;
}
body.home .other ul li.other_btn a i{
	right:auto;
	left: 0;
	background:var(--base-color);
	top:0;
	bottom:0;
	margin:auto;
}
body.home .other ul li.other_btn a i:before{
	border-left-color:var(--white-color);
}
@media (any-hover: hover) {
	body.home .other ul li.other_btn a:hover{
		background:var(--base-color);
		color:var(--white-color);
	}
	body.home .other ul li.other_btn a:hover i{
		background:var(--white-color);
	}
	body.home .other ul li.other_btn a:hover i:before{
		border-left-color:var(--base-color);
	}
	body.home .other .other_box .other_col ul .btn-leading a:hover{
		background-color:var(--white-color);
		color:var(--labeling-color);
	}
	body.home .other .other_box .other_col ul .btn-leading a:hover i{
		background-color:var(--labeling-color);
	}
	body.home .other .other_box .other_col ul .btn-leading a:hover i:before{
		border-left-color:var(--white-color);
	}
	body.home .other .other_box .other_col ul .btn-seminar a:hover{
		background-color:var(--white-color);
		color:var(--seminar-color);
	}
	body.home .other .other_box .other_col ul .btn-seminar a:hover i{
		background-color:var(--seminar-color);
	}
	body.home .other .other_box .other_col ul .btn-seminar a:hover i:before{
		border-left-color:var(--white-color);
	}
	body.home .other .other_box .other_col ul .btn-about a:hover{
		background-color:var(--white-color);
		color:var(--about-color);
	}
	body.home .other .other_box .other_col ul .btn-about a:hover i{
		background-color:var(--about-color);
	}
	body.home .other .other_box .other_col ul .btn-about a:hover i:before{
		border-left-color:var(--white-color);
	}
}
@media screen and (max-width:1200px) {
	body.home .other .other_box .other_col .other_txt p{
		font-size:1.5rem;
	}
}
@media screen and (max-width:1110px) {
	body.home .other ul li.other_btn a{
		font-size:0.875rem;
	}
}
@media screen and (max-width:930px) {
	body.home .other ul{
		flex-wrap:wrap;
		gap:1em;
	}
	body.home .other ul li.other_btn{
		width:48%;
	}
	body.home .other ul li.other_btn a{
		max-width:100%;
	}
	body.home .other .other_box{
		padding: 15px 15px;
	}
	body.home .other .other_box .other_col .other_txt p{
		font-size:1.25rem;
	}
	body.home .other .other_box .other_col ul li.common_btn .icon{
		width: 60%;
		left: -30%;
		top: -30%;
	}
	body.home .other .other_box .other_col ul li.common_btn .icon img{
		max-width:100%;
		height:auto;
	}
}
@media screen and (max-width:767px) {
	body.home .other{
		padding-block:44px;
	}
	body.home .other ul{
		gap:1em 2%;
	}
	body.home .other ul li.other_btn{
		width:48%;
	}
	body.home .other ul li.other_btn a{
		border-radius:5px;
		max-width:330px;
		height:5.715em;
		padding: 0.5em;
		font-size: 0.86rem;
		font-feature-settings: 'palt';
		justify-content: flex-start;
	}
	body.home .other ul li.other_btn a span{
		padding-left: 2em;
	}
	body.home .other ul li.other_btn a i{
		width:20px;
		height:20px;
		left: -2%;
	}
	body.home .other ul li.other_btn a i:before{
		border-top-width: 3px;
		border-bottom-width: 3px;
		border-left-width: 6px;
	}
	body.home .other .other_box .other_col{
		gap: 1.5em;
	}
	body.home .other .other_box .other_col .other_txt{
		width:100%;
	}
	body.home .other .other_box .other_col .other_txt p{
		font-size:1.5rem;
		text-align:center;
	}
	body.home .other .other_box .other_col ul{
		width: 100%;
		gap: 1.5em 1.5%;
	}
	body.home .other .other_box .other_col ul li{
		width:31.5%;
	}
	body.home .other .other_box .other_col ul li.common_btn a{
		font-size: 1rem;
		min-height: 3.215em;
	}
	body.home .other .other_box .other_col ul li.common_btn span{
		padding-left:0;
		padding-right: 0.5em;
	}
	body.home .other .other_box .other_col ul li.common_btn .icon{
		width:80.96%;
		left: 10%;
		top:-140%;
	}
}



/* side-x
-------------------------------------------------------------------*/
aside.side-x{
	position:fixed;
	background:var(--base-color);
	bottom: 40%;
	right:0;
	margin:auto;
	z-index:500;
	width: 286px;
	height: 197px;
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	border-radius: 10px 0 0 10px;
	transition:.5s transform;
	transform: translateX(83%);
}
aside.side-x:has(label:focus),
aside.side-x:has(input:checked){
	transform:translateX(0%);
}
aside.side-x .side-x_wrap{
	position:relative;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
}
aside.side-x .side-x_title{
	display:flex;
	justify-content: center;
	align-items: center;
	color:var(--white-color);
	writing-mode: vertical-rl;
	font-size:0.875rem;
	font-weight:bold;
	text-align:left;
	gap:1em;
	width: 50px;
	height: 100%;
}
aside.side-x input{
	opacity:0;
	position:absolute;
}
aside.side-x input:focus ~ .side-x_wrap label,
aside.side-x input:checked ~ .side-x_wrap label{
	outline:1px solid var(--black-color);
}
aside.side-x .side-x_text{
	position:relative;
	z-index:4;
	width: calc(100% - 60px);
	height: calc(100% - 10px);
	background:#fff;
	margin: auto;
	padding: 20px 0px 20px 11px;
	text-align: left;
	overflow:hidden;
}
aside.side-x .side-x_text:before{
	content:"";
	width:127px;
	height:78px;
	background:url(../img/common/img-follow.png) no-repeat center / contain;
	position:absolute;
	right:-10%;
	bottom:-10%;
}
aside.side-x .side-x_text em{
	display:block;
	margin-bottom:0.5em;
}
aside.side-x .side-x_text p{
	font-size:1.125rem;
	font-weight:bold;
	margin-bottom: 0.75em;
}
aside.side-x .side-x_text p span{
	font-size:1rem;
}
body.home aside.side-x .common_btn a,
body.article aside.side-x .common_btn a{
	font-size: 1rem;
	max-width: 146px;
	min-height: 2em;
	height: auto;
	padding: 5px;
	margin-left: 0;
	background-color: var(--bg-color03);
	border-color: var(--bg-color03);
	color: var(--black-color);
	transition:.5s border-color,.5s background-color,.5s color;
}
body.home aside.side-x .common_btn a span,
body.article aside.side-x .common_btn a span{
	padding-left:1em;
}
body.home aside.side-x .common_btn a i,
body.article aside.side-x .common_btn a i{
	width:19px;
	height:19px;
	background-color:var(--base-color);
	right:auto;
	left:9%;
}
body.home aside.side-x .common_btn a i:before,
body.article aside.side-x .common_btn a i:before{
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	border-left:6px solid var(--white-color);
}
@media (any-hover: hover) {
	body.home aside.side-x .common_btn a:hover,
	body.article aside.side-x .common_btn a:hover{
		background-color: var(--base-color);
		border-color: var(--base-color);
		color: var(--white-color);
	}
	body.home aside.side-x .common_btn a:hover i,
	body.article aside.side-x .common_btn a:hover i{
		background-color:var(--white-color);
	}
	body.home aside.side-x .common_btn a:hover i:before,
	body.article aside.side-x .common_btn a:hover i:before{
		border-left-color:var(--base-color);
	}
	body.home aside.side-x:hover,
	body.article aside.side-x:hover{
		transform:translateX(0);
	}
}
@media screen and (max-width:767px) {
	aside.side-x .side-x_title em{
		display:none;
	}
	aside.side-x .side-x_title{
		width:45px;
		height:50px;
		background:var(--base-color);
		border-radius:50px 0 0 50px;
		position:absolute;
		left:-45px;
		top:0;
		bottom:0;
		margin:auto;
	}
	aside.side-x .side-x_title span{
		width: 55%;
		margin:auto;
		display: block;
		margin-left: 1.125em;
	}
	aside.side-x .side-x_title span img{
		max-width:100%;
		height:auto;
	}
	aside.side-x{
		width: 206px;
		height: 152px;
		margin-left:auto;
		transform: translateX(100%);
		bottom: 35%;
		border-radius: 5px 0 0 5px;
	}
	aside.side-x .side-x_text{
		width: calc(100% - 12px);
		padding: 10px 0px 10px 10px;
		height: calc(100% - 12px);
	}
	aside.side-x input:focus ~ .side-x_wrap label,
	aside.side-x input:checked ~ .side-x_wrap label{
		outline:none;
	}
	aside.side-x .side-x_text em{
		width:45%;
	}
	aside.side-x .side-x_text p{
		font-size:1rem;
	}
	aside.side-x .side-x_text p span{
		font-size:0.86rem;
	}
	aside.side-x .side-x_text:before{
		width:100px;
		height: 59px;
		right:-10%;
		bottom:-10%;
	}
}

/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 0;
	right: 1%;
	width: 140px;
	z-index: 500;
	transition:bottom .4s;
	aspect-ratio: 110/87;
	height: auto;
}
#pageTop img{
	max-width:100%;
	height:auto;
}
footer.on ~ * #pageTop {
	bottom: 0;
}
footer{
	background: #f4f4f1;
	padding-block: 4em;
}
footer .foot_top{
	position:relative;
	z-index:5;
	padding-bottom: 3.25em;
	border-bottom:1px solid #d8d8d8;
	margin-bottom: 3em;
}
footer .foot_top .foot_logo{
	margin-bottom:4em;
}
footer .foot_top .foot_logo a,
footer .foot_bottom .foot_bottom_logo a,
footer .foot_bottom .foot_bottom_banner a{
	display: inline-block;
	transition:.5s opacity;
}
footer .foot_top .foot_txt_link{
	position:relative;
	z-index:5;
	margin-bottom: 2.5em;
}
footer .foot_top .foot_txt_link ul{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-wrap:wrap;
	gap: 2em 2em;
	max-width:870px;
}
footer .foot_top .foot_txt_link ul li{
	width:auto;
}
footer .foot_top .foot_txt_link ul li a{
	font-size:1.125rem;
	font-weight:600;
	padding-left:2em;
	position:relative;
	z-index:5;
	transition: .4s color;
}
footer .foot_top .foot_txt_link ul li a:before{
	content:"";
	width:30px;
	height:30px;
	background:var(--base-color);
	border-radius: 50%;
	position: absolute;
	z-index: 5;
	left: 0;
	top:0;
	bottom:0;
	margin:auto;
	transition: .4s background-color;
}
footer .foot_top .foot_txt_link ul li a:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:11px solid var(--white-color);
	border-right: 0;
	position:absolute;
	z-index:6;
	left: 10px;
	top:0;
	bottom:0;
	margin:auto;
	transition: .4s border-color;
}
footer .foot_top .foot_txt_link ul li a span{
	position:relative;
	z-index:5;
}
footer .foot_top .foot_txt_link ul li a:hover{
	text-decoration:none;
	color:var(--base-color);
}
footer .foot_top .foot_btn_wrap ul{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	gap: 1em;
	margin-bottom: 1em;
	flex-wrap: wrap;
}
footer .foot_top .foot_btn_wrap ul li{
	width: 170px;
}
footer .foot_top .foot_btn_wrap ul li a{
	max-width:153px;
	height:2.875em;
}
footer .foot_top .foot_btn_wrap ul li.foot_blue{
	width: 223px;
}
footer .foot_top .foot_btn_wrap ul li a{
	position:relative;
	z-index:10;
	display:flex;
	justify-content:center;
	align-items:center;
	color: var(--black-color);
	background: var(--white-color);
	border:1px solid var(--border-color01);
	font-size:1rem;
	font-weight:500;
	max-width: 164px;
	width: 100%;
	height: 2.125em;
	border-radius:42px;
	padding: 4px;
	text-decoration: none;
	transition:background .4s,color .4s,border-color .4s;
}
footer .foot_top .foot_btn_wrap ul li.foot_blue a{
	color: var(--white-color);
	background: var(--red-color);
	border: 1px solid var(--red-color);
	max-width:223px;
	font-weight: 600;
}
footer .foot_top .foot_btn_wrap ul li.foot_blue a > span{
	padding-left:1em;
}
footer .foot_top .foot_btn_wrap ul li a i{
	position: absolute;
	left: 9%;
	width: 19px;
	height:19px;
	border-radius: 50%;
	z-index: 5;
	background:var(--white-color);
	transition: .4s background-color;
}
footer .foot_top .foot_btn_wrap ul li a i:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 3px solid transparent;
	border-bottom:3px solid transparent;
	border-left: 6px solid var(--red-color);
	border-right: 0;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	transition: .4s border-color;
}
footer .foot_txt_wrap ul{
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	gap: 1em 2em;
	flex-wrap: wrap;
}
footer .foot_txt_wrap li{
	list-style:none;
}
footer .foot_txt_wrap li a{
	position:relative;
	z-index:5;
	display:block;
	font-size: 1rem;
	padding-left: 1.25em;
	text-decoration: none;
}
footer .foot_txt_wrap li a:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 11px solid var(--black-color);
	border-right: 0;
	position:absolute;
	z-index:6;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	transition: .4s border-color;
}
footer .foot_txt_wrap li a:after{
	content:"";
	width:100%;
	height:1px;
	background:#282828;
	position:absolute;
	bottom:-3px;
	left:0;
	right:0;
	margin:auto;
	transform:scale(0,1);
	transform-origin:right top;
	transition:.5s transform;
}
footer .foot_bottom{
	position:relative;
	z-index:10;
}
footer .foot_bottom .foot_bottom_col{
	position:relative;
	z-index:5;
	display:flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap:wrap;
	gap: 1em;
}
footer .foot_bottom .foot_bottom_col .foot_bottom_logo{
	width:192px;
}
footer .foot_bottom .foot_bottom_col .foot_bottom_txt{
	width:50%;
}
footer .foot_bottom .foot_bottom_col .foot_bottom_txt ul{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	gap: 1em;
	margin-top:1em;
}
footer .foot_bottom .foot_bottom_col .foot_bottom_txt p,
footer .foot_bottom .foot_bottom_col .foot_bottom_txt li{
	font-weight:500;
}
footer .foot_bottom .foot_bottom_col .foot_bottom_txt a{
	display:inline-block;
	text-decoration:underline;
	text-underline-offset:5px;
	padding-bottom:0.25em;
}
footer .foot_bottom .foot_bottom_col .foot_copyright{
	width: 272px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	min-height: 4.25em;
}
footer .foot_bottom .foot_bottom_col .foot_copyright small{
	font-size:0.875rem;
	display: block;
	text-align: right;
}
footer .foot_bottom .foot_bottom_banner{
	position:absolute;
	right: 0;
	top: -330%;
	width: 32.5%;
}
main a.page_link {
	margin-top: -150px;
	padding-top: 150px;
	display: block;
	position:relative;
	z-index:-10;
}
@media (any-hover: hover) {
	footer .foot_top .foot_btn_wrap ul li a:hover{
		color: var(--white-color);
		background: var(--base-color);
		border:1px solid var(--base-color);
	}
	footer .foot_top .foot_btn_wrap ul li.foot_blue a:hover{
		color: var(--red-color);
		background: var(--white-color);
		border-color: var(--red-color);
	}
	footer .foot_top .foot_btn_wrap ul li a:hover i{
		background: var(--red-color);
	}
	footer .foot_top .foot_btn_wrap ul li a:hover i:before{
		border-left-color:var(--white-color);
	}
	footer .foot_txt_wrap li a:hover:after{
		transform:scale(1,1);
		transform-origin:left top;
	}
	footer .foot_bottom .foot_bottom_col .foot_bottom_txt a:hover{
		text-decoration:none;
	}
	footer .foot_top .foot_logo a:hover,
	footer .foot_bottom .foot_bottom_logo a:hover,
	footer .foot_bottom .foot_bottom_banner a:hover{
		opacity:0.7;
	}
}
@media screen and (max-width:1700px) {
	footer{
		padding-block: 4em 12em;
	}
}
@media screen and (max-width:1200px) {
	footer .foot_top{
		padding-bottom: 12em;
	}
	footer .foot_bottom .foot_bottom_banner{
		top: -310%;
		right: auto;
		left: 0;
	}
	footer .foot_bottom .foot_bottom_col{
		gap:15px;
	}
	footer .foot_txt_wrap ul{
		gap:1em;
	}
	footer .foot_bottom .foot_bottom_col .foot_bottom_txt{
		width: calc(100% - 207px);
	}
	footer .foot_bottom .foot_bottom_col .foot_copyright{
		width: 100%;
		min-height:0;
	}
	footer .foot_bottom .foot_bottom_banner{
		top: -210%;
		right: auto;
		left: 0;
	}
}
@media screen and (max-width:999px) {
	.foot_bottom_banner{
		top: -150%;
		width: 32.5%;
		right: auto;
		left: 0;
	}
	footer .foot_bottom .foot_bottom_col .foot_bottom_txt p,
	footer .foot_bottom .foot_bottom_col .foot_bottom_txt li{
		font-size:0.875rem;
	}
}
@media screen and (max-width:934px) {
	footer .foot_bottom .foot_bottom_banner{
		top: -220%;
		right: auto;
		left: 0;
	}
}
@media screen and (max-height:770px) {
	#pageTop {
		width: 90px;
		right: 7%;
	}
	body.page-kids aside.side-x{
		bottom: 53%;
		height:125px;
	}
	body.page-kids aside.side-x .side-x_text p{
		font-size:0.875rem;
		margin-bottom: 0.25em;
	}
	body.page-kids aside.side-x .common_btn a{
		font-size:0.75rem;
	}
	body.page-kids aside.side-x .side-x_text em{
		width:40%;
		line-height: 1;
		margin-bottom: 0.25em;
	}
	body.page-kids aside.side-x .side-x_text{
		padding:10px 0px 10px 11px;
	}
	body.page-kids aside.side-x .side-x_text:before{
		width: 90px;
		height: 56px;
		bottom: -5%;
	}
	body.page-kids aside.side-x .side-x_title{
		font-size:0.625rem;
	}
	body.page-kids aside.side-x .side-x_title span{
		width:40%
	}
	body.page-kids aside.side-x .side-x_title span img,
	body.page-kids aside.side-x .side-x_text em img{
		max-width:100%;
		height:auto;
	}
	body.page-kids div.kids_menu ul.js-fix.is-fixed{
		gap: 0.35em;
		top: 47%;
		width: 80px;
		right: 0.5em;
	}
	body.page-kids .kids_menu ul.js-fix.is-fixed .kids_menu_btn  a{
		width:80px;
		height:80px;
	}
	body.page-kids .kids_menu ul.js-fix.is-fixed .kids_menu_btn .btn_image{
		width:80%;
		top: 0;
	}
	body.page-kids .kids_menu ul.js-fix.is-fixed .kids_menu_btn a p{
		font-size: 0.625rem;
	}
}
@media screen and (max-width:767px) {
	#pageTop {
	    width: 116px;
	    right:10px;
	    bottom: 0;
	    transition: .5s bottom;
	}
	footer{padding-block: 30px;}
	footer img{
		max-width:100%;
		height:auto;
	}
	footer .foot_top{
		display:none;
	}
	footer .foot_bottom .foot_bottom_col{
		justify-content:center;
		gap: 1.5em;
	}
	footer .foot_bottom .foot_bottom_col .foot_bottom_logo,
	footer .foot_bottom .foot_bottom_col .foot_bottom_txt,
	ooter .foot_bottom .foot_bottom_col .foot_copyright{
		width:100%;
	}
	footer .foot_bottom .foot_bottom_col .foot_bottom_logo{
		text-align:center;
		margin-bottom: 0;
		width: 45%;
	}
	footer .foot_bottom .foot_bottom_col .foot_bottom_txt ul{
		gap: 1em;
		margin-top:1em;
		justify-content:center;
	}
	footer .foot_bottom .foot_bottom_col .foot_bottom_txt p,
	footer .foot_bottom .foot_bottom_col .foot_bottom_txt li{
		font-feature-settings:'palt';
		font-size:0.86rem;
		text-align: center;
	}
	footer .foot_bottom .foot_bottom_col .foot_copyright{
		display: flex;
		justify-content: center;
		align-items: baseline;
		min-height:0;
		width: 100%;
		text-align: left;
	}
	footer .foot_bottom .foot_bottom_col .foot_copyright small{
		display:block;
		font-size: 0.86rem;
	}
	footer .foot_bottom .foot_bottom_banner{
		position:relative;
		right:0;
		top:0;
		width: 79.8%;
		margin:0 auto;
	}
	footer.on ~ * #pageTop {
		bottom: -17%;
	}
	main a.page_link {
		margin-top: -80px;
		padding-top: 80px;
	}
}