﻿/* トップ
-------------------------------------------------------------------*/
body.home main *{
	letter-spacing: 0.05em;
}
body.home .mv-wrap{
	position: relative;
	z-index: 0;
	min-height: 1090px;
	width: 1920px;
	left: 50%;
	transform: translateX(-50%);
}
body.home .mv-wrap .bg_mv{
	position: absolute;
	z-index: -1;
	margin: auto;
	inset: auto 0 0;
}
body.home .mv-wrap .mv-inner{
	padding-block: 15em 19em;
}
body.home .mv-wrap .mv-ttl{
	width: fit-content;
	background: url(../img/top/img_mv01.png) no-repeat;
	background-size: contain;
	padding: 10em 13em 10em 8em;
	max-width: 1600px;
	margin-inline: 44% 2%;
}
body.home .mv-wrap .mv-ttl span{
	font-size: 2.28rem;
}
body.home .mv-wrap .mv-ttl em.ttl01{
	color: #cc4d1f;
}
body.home .mv-wrap .mv-ttl em.ttl02{
	color: #3769ff;
}
body.home .mv-wrap .mv-ttl em.ttl03{
	color: #d72f4f;
}
body.home .mv-wrap .mv-ttl strong{
	font-size: 7.31rem;
	font-weight: unset;
	letter-spacing: 0.09em;
	color: #008803;
	display: block;
	position: relative;
	z-index: 0;
}
body.home .mv-wrap .mv-ttl strong::before{
	content:"";
	display:block;
	width: 96px;
	height: 94px;
	position: absolute;
	background: url(../img/top/img_mv20.png) no-repeat;
	background-size: contain;
	margin: auto;
	inset: -30px -60px auto auto;
	z-index:1;
}
body.home .mv-wrap .mv-items .mv-item{
	position: absolute;
	z-index: 0;
	margin: auto;
}
@keyframes fluffy {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}
body.home .mv-wrap .mv-items .mv-item.item02 {
    inset: 17% auto auto 21%;
    width: 29%;
    z-index: 10;
}
body.home .mv-wrap .mv-items .mv-item.item03 {
    inset: 18% auto auto 13%;
    width: 8%;	
	animation: fluffy 4s ease-in-out infinite;
}
body.home .mv-wrap .mv-items .mv-item.item04 {
    inset: 14% auto auto 38%;
    width: 6%;
}
body.home .mv-wrap .mv-items .mv-item.item05 {
    inset: 16% auto auto 50%;
    width: 9.5%;
    animation: fluffy 5s ease-in-out infinite;
    animation-delay: -2s;
}
body.home .mv-wrap .mv-items .mv-item.item06 {
    inset: 16.5% 20% auto auto;
    width: 9%;
    animation: fluffy 5s ease-in-out infinite;
    animation-delay: -1s;
}
body.home .mv-wrap .mv-items .mv-item.item07 {
    inset: 12% 7% auto auto;
    width: 14%;
	animation: fluffy 4s ease-in-out infinite;
	animation-delay: -0s;
}
body.home .mv-wrap .mv-items .mv-item.item08 {
    inset: 32% auto auto 8%;
    width: 8%;
    animation: fluffy 5s ease-in-out infinite;
    animation-delay: -1s;
}
body.home .mv-wrap .mv-items .mv-item.item09 {
	inset: 63% auto auto 2%;
	width: 6%;
}
body.home .mv-wrap .mv-items .mv-item.item10 {
	inset: 54% auto auto 10%;
	width: 7%;
	animation: fluffy 4s ease-in-out infinite;
	animation-delay: 0s;
}
body.home .mv-wrap .mv-items .mv-item.item11 {
	inset: 50% 52% auto auto;
	width: 5%;
	animation: fluffy 5s ease-in-out infinite;
	animation-delay: -1s;
}
body.home .mv-wrap .mv-items .mv-item.item12 {
	inset: 57% 10% auto auto;
	width: 11%;
	animation: fluffy 4s ease-in-out infinite;
	animation-delay: -2s;
}
body.home .mv-wrap .mv-items .mv-item.item13 {
    inset: 65% auto auto 7%;
    width: 11%;
    animation: fluffy 5s ease-in-out infinite;
}
body.home .mv-wrap .mv-items .mv-item.item14 {
    inset: 67.25% 42% auto auto;
    width: 5.8%;
    animation: fluffy 4s ease-in-out infinite;
    animation-delay: -1s;
}
body.home .mv-wrap .mv-items .mv-item.item15 {
    inset: 79% 3% auto auto;
    width: 10%;
    animation: fluffy 5s ease-in-out infinite;
    animation-delay: -2s;
}
body.home .mv-wrap .mv-items .mv-item.item16 {
    inset: 70% 5% auto auto;
    width: 4%;
}
body.home .mv-wrap .mv-items .mv-item.item17 {
    inset: 30% 4% auto auto;
    width: 6.5%;
    animation: fluffy 4s ease-in-out infinite;
}
body.home .mv-wrap .mv-items .mv-item.item18 {
    inset: 0 auto auto 0;
    width: 22%;
}
body.home .mv-wrap .mv-items .mv-item.item19 {
    inset: 0 0 auto auto;
    width: 21.5%;
}
@media screen and (max-width:1550px){
	body.home .mv-wrap{
		position: relative;
		z-index: 0;
		min-height: unset;
		left: 0;
		transform: translateX(0);
		width: 100%;
	}
	body.home .mv-wrap .bg_mv{
		height: 100%;
	}
	body.home .mv-wrap .bg_mv img{
		object-fit: cover;
		object-position: bottom;
		height: 100%;
	}
	body.home .mv-wrap .mv-inner{
		padding-block: 12% 16%;
	}
	body.home .mv-wrap .mv-ttl{
		padding: 10% 8% 10em 5%;
		margin-inline: 44% 2%;
	}
	body.home .mv-wrap .mv-ttl span{
		font-size: min(2.2rem , 2.5vw);
	}
	body.home .mv-wrap .mv-ttl strong{
		font-size: min(6.5rem , 8vw);
	}
	body.home .mv-wrap .mv-ttl strong::before{
		width: 62px;
		height: 60px;
		inset: -30px 0px auto auto;
	}
	body.home .mv-wrap .mv-items .mv-item.item02 {
	    inset: 21% auto auto 18%;
	    width: 30%;
	}
	body.home .mv-wrap .mv-items .mv-item.item05 {
	    inset: 12% auto auto 50%;
	}
	body.home .mv-wrap .mv-items .mv-item.item12 {
		inset: 57% 6% auto auto;
		width: 10%;
	}
	body.home .mv-wrap .mv-items .mv-item.item14 {
	    inset: 71% 42% auto auto;
	}
}
@media screen and (max-width: 767px){
	body.home .mv-wrap{
		margin-bottom: -1px;
	}
	body.home .mv-wrap .mv-inner{
		padding-block: 1em 17em;
	}
	body.home .mv-wrap .mv-subttl{
		font-size: 1.25rem;
		margin-bottom: 0.5em;
		letter-spacing: 2px;
	}
	body.home .mv-wrap .mv-subttl strong{
		font-size: 1.85rem;
		font-weight: 500;
		letter-spacing: 3px;
	}
	body.home .mv-wrap .mv-ttl{
		background: url(../img/top/img_mv01_sp.png) no-repeat 50% 0% / contain;
		padding: 3.5em 5em 5em 3em;
		width: auto;
		margin-inline: 4em -4em;
		transform: translateX(10%);
		position: relative;
		z-index: 2;
		aspect-ratio: 632 / 434;
		font-size: min(3.75vw,1rem);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
	}
	body.home .mv-wrap .mv-ttl > br{
		display:none;
	}
	body.home .mv-wrap .mv-ttl span{
		font-size: 1.5em;
		letter-spacing: -0.03em;
		line-height: 1.2;
	}
	body.home .mv-wrap .mv-ttl strong{
		font-size: 3.65em;
		width: fit-content;
		margin-inline: auto;
	}
	body.home .mv-wrap .mv-ttl strong::before{
		width: 30px;
		height: 29px;
		inset: -14px -10px auto auto;
		z-index:1;
	}
	body.home .mv-wrap .mv-items .mv-item.item02 {
	    inset: auto auto -2.5% -2.5%;
	    width: 63%;
	    z-index: 2;
	    max-width: 278px;
	}
	body.home .mv-wrap .mv-items .mv-item.item05 {
	    inset: 22% auto auto 12%;
	    width: 15%;
	    z-index: 3;
	}
	body.home .mv-wrap .mv-items .mv-item.item06 {
	    display:none;
	}
	body.home .mv-wrap .mv-items .mv-item.item08 {
	    inset: 66% 20% auto auto;
	    width: 16%;
	}
	body.home .mv-wrap .mv-items .mv-item.item12 {
		inset: 51% -2% auto auto;
		width: 23%;
		z-index: 3;
	}
	body.home .mv-wrap .mv-items .mv-item.item13 {
	    inset: auto 17% 6.5% auto;
	    width: 14%;
	    z-index: 3;
	}
	body.home .mv-wrap .mv-items .mv-item.item14 {
	    display:none;
	}
	body.home .mv-wrap .mv-items .mv-item.item15 {
	    inset: 32% auto auto -4%;
	    width: 13%;
	}
	body.home .mv-wrap .mv-items .mv-item.item17 {
	    inset: auto -3% 16% auto;
	    width: 12.0%;
	}
	body.home .mv-wrap .mv-items .mv-item.item18 {
	    inset: 0 auto auto 0;
	    width: 31%;
	}
	body.home .mv-wrap .mv-items .mv-item.item19 {
	    inset: 0 0 auto auto;
	    width: 29%;
	}
}
@media screen and (max-width: 370px){
	body.home .mv-wrap .mv-ttl{
		padding: 3em 4em 4.5em 1em;
	}
}

body.home .about-wrap{
    padding-block: 2em 0;
    background: #dcf1dd;
}
body.home .about-wrap .about-ttl{
    text-align: center; 
    font-size: 3rem;
    margin-bottom: 1em;
}
body.home .about-wrap .about-ttl span{
    color: #008803;
    font-size: 2.75rem;
}
body.home .about-wrap .about-ttl span strong{
    color: #008803;
    font-size: 3.75rem;
    font-weight: 400;
}
body.home .about-wrap .about-text{
    font-size: 1.5rem;
    line-height: 2.4;
    text-align: center;
    margin-bottom: 2em;
    word-break: auto-phrase;
}
body.home .about-wrap .common-btn a{
    margin-inline: auto;
}
body.home .about-wrap .photo_area{
	position: relative;
	z-index: 0;
	margin-block: 5em 5em;
}
body.home .about-wrap .photo_area .img-text{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: auto auto -0.5em calc(50% + 100px);
	font-size: 1.6rem;
	color: #fff;
	background: url(../img/top/img_about02.png) no-repeat;
	background-size: contain;
	width: 150px;
	height: 150px;
	padding: 1.5em 1em;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.home .about-wrap .photo_area .img{
    margin: 0 auto 4em;
    width: fit-content;
}
body.home .about-wrap .photo_area .img-item01{
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: auto calc(50% + 200px) -1em auto;
}
body.home .about-wrap .photo_area .img-item02{
	position: absolute;
	z-index: 0;
	margin: auto;
	inset: auto 0 -3em auto;
	margin-right: -3em;
}

body.home .about-wrap .eng_area{
    position: relative;
    z-index: 0;
    margin: auto;
    max-width: 1000px;
    background: #fff;
    border-radius: 1.25em;
    border: 3px solid;
    padding: 3em 2em 2em;
    margin-bottom: 16em;
}
body.home .about-wrap .eng_area .eng_ttl{
    position: absolute;
    z-index: 1;
    margin: auto;
    inset: -1em 0 auto;
    background: #008803;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 1.25em;
    border: 3px solid #282828;
    padding: 0.2em 2.5em;
    width: fit-content;
}
body.home .about-wrap .eng_area .eng_list{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 4%;
}
body.home .about-wrap .eng_area .eng_list li{
    width: 48%;
    
}
body.home .about-wrap .eng_area .eng_list li a{
    display: block;
    padding-left: 2em;
    padding-block: 0.25em;
    font-size: 1.25rem;
    position: relative;
    z-index: 0;
	text-decoration: none;
}
body.home .about-wrap .eng_area .eng_list li a span{
	transition: 0.3s;
	border-bottom: 2px solid transparent;
}
body.home .about-wrap .eng_area .eng_list li a:before,
body.home .about-wrap .eng_area .eng_list li a:after{
	content:"";
	display:block;
	aspect-ratio:1 / 1;
	height: 30px;
	position:absolute;
	background: #008803;
	border-radius:50%;
	margin: auto;
	inset: 4px auto auto 0;
	z-index:1;
}
body.home .about-wrap .eng_area .eng_list li a:after{
	z-index: 2;
	border-radius:0;
	background-color: unset;
	background-repeat: no-repeat;
	padding-top: 0em;
	background-image: url(../img/common/btn_arrow01.png);
	background-size: contain;
	inset: 13px auto auto 0.5em;
	width: 12px;
	height: 12px;
}
	body.home .about-wrap .eng_area .eng_list li a:is(:hover, :focus) span{
	color: #008803;
	border-bottom: 2px solid;
}
body.home .about-wrap .item-bg01{
	position: relative;
	z-index: -2;
}
body.home .about-wrap .img-item{
	position: absolute;
	z-index: -1;
	margin: auto;
}
body.home .about-wrap .img-item.item-img00{
	inset: 0 auto auto 5%;
	width: 19.318%;
}
body.home .about-wrap .img-item.item-img01{
	inset: auto auto 5% 0;
	transform: translate(0%, 50%);
	width: 55%;
}
body.home .about-wrap .img-item.item-img02{
	inset: auto 0 3% auto;
	transform: translate(0%, 50%);
	width: 55%;
}
body.home .about-wrap .img-item.item-img01 img {
	left: 0;
	right: auto;
	opacity: 0;
	transform-origin: left bottom; 
	transform: rotate(-20deg) translateX(-20%); 
	transition: transform 1s 0.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s 0.5s;
}
body.home .about-wrap .img-item.item-img02 img {
	left: auto;
	right: 0;
	opacity: 0;
	transform-origin: right bottom;
	transform: rotate(20deg) translateX(20%);
	transition: transform 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s 0.5s;
}
body.home .about-wrap .img-item.item-img01 img.once,
body.home .about-wrap .img-item.item-img02 img.once {
    transform: rotate(0deg) translateX(0);
    opacity: 1;
}





body.home .about-wrap .img-item.item-img03{
	inset: 7% auto auto 2%;
	inset: auto auto 54% 2%;
	width: 25%;
}
body.home .about-wrap .img-item.item-img04{
	inset: 64% auto auto 6%;
	width: 7%;
}
body.home .about-wrap .img-item.item-img05{
	inset: 4% 4% auto auto;
	inset: 4% auto auto calc(50% + 440px);
	width: 23%;
}
body.home .about-wrap .img-item.item-img06{
	inset: 54% 3% auto auto;
	inset: auto 3% 26% auto;
	width: 16%;
}
body.home .about-wrap .img-item .img-title{
	position:absolute;
	inset:12.5% 0 auto;
	margin:auto;
	width:fit-content;
	border:none;
	background:none;
	border-radius:0;
	box-shadow:none;
}
body.home .about-wrap .img-item.item-img03 .img-title{
	top:50.0%;
}
body.home .about-wrap .img-item.item-img06 .img-title{
	top:32.5%;
}
body.home .about-wrap .img-item .tooltip-text {
	content:attr(aria-label);
	display:block;
	position:absolute;
	display:flex;
	background:#fff;
	font-size:0.875em;
	padding: 1em 2em;
	width: fit-content;
	inset: 0 0 auto;
	margin: auto;
	box-shadow:0 1px 1em rgba(0,0,0,0.15);
	transition:transform .4s, opacity .4s;
	transform:translateY(-4em);
	opacity:0;
	border:solid 1px #ccc;
	text-align:center;
}
body.home .about-wrap .img-item .img-title:is(:hover,:focus) .tooltip-text{
	opacity:1;
	transform:translateY(-5em);
}

@media screen and (max-width: 1260px){
	body.home .about-wrap .photo_area .img-text{
		inset: auto calc(50% + 100px) -0.5em auto;
		font-size: 1.5rem;
		width: 140px;
		height: 140px;
		padding: 1.5em 1em;
	}
	body.home .about-wrap .photo_area .img-item01{
		inset: 0 calc(50% + 200px) auto auto;
		width: 26%;
	}
	body.home .about-wrap .photo_area .img-item02{
		width: 37%;
		inset: auto 0 -4em auto;
		margin-right: 0;
	}
	body.home .about-wrap .about-inner > *{
		margin-inline:12.5%;
	}
	body.home .about-wrap .img-item:has(button){
		z-index:2;
	}
	body.home .about-wrap .img-item.item-img05{
		right:0;
		left:auto;
		width:15%;
	}
	body.home .about-wrap .img-item.item-img03{
		left:2%;
		right:auto;
		width:18%;
		bottom:auto;
		top:25%;
	}
	body.home .about-wrap .img-item.item-img06{
		right:2%;
		left:auto;
		width:12%;
		top:28%;
	}
	body.home .about-wrap .img-item.item-img06 .img-title{
		margin-left:10%;
	}
	body.home .about-wrap .img-item .img-title img{
		max-width:100%;
		height:auto;
	}
}
@media screen and (max-width: 767px){
	body.home .about-wrap{
	    padding-block: 9.5em 0;
	}
    body.home .about-wrap .about-inner > * {
        margin-inline: 0 ;
    }
	body.home .about-wrap .about-ttl{
	    font-size: 1.85rem;
		-webkit-text-stroke:10px #dcf1dd;
		paint-order: stroke fill;
		position:relative;
		z-index:2;
	}
	body.home .about-wrap .about-ttl span{
	    font-size: 1.35rem;
	}
	body.home .about-wrap .about-ttl span strong{
	    font-size: 2rem;
	}
	body.home .about-wrap .about-text{
	    font-size: 1rem;
	    line-height: 2;
	    text-align: left;
	    min-height: 0;
	    word-break: unset;
		-webkit-text-stroke:8px #dcf1dd;
		paint-order: stroke fill;

	}
	body.home .about-wrap .photo_area{
		position: relative;
		z-index: 0;
		margin-block: 5em 2em;
		padding-top: 13em;
	}
	body.home .about-wrap .photo_area .img-text{
		inset: auto auto -0.5em calc(50% - 150px);
		font-size: 1.32rem;
		width: 86px;
		height: 86px;
	}
	body.home .about-wrap .photo_area .img{
	    margin: 0 auto;
	    width: 70%;
	    max-width: 250px;
	    position:absolute;
	    inset: 7em 0 auto;
	}
	body.home .about-wrap .photo_area .item-img00{
		position:absolute;
		top: 60%;
		left: -1em;
		z-index:2;
	}
	body.home .about-wrap .photo_area .img-item01{
		inset: -1em auto auto 1em;
		width: 63%;
		z-index: -1;
	}
	body.home .about-wrap .photo_area .img-item02{
		inset: auto 0 -14em auto;
		margin-right: -1.5em;
		width: 58%;
		position:static;
	}
	body.home .about-wrap .img-item.item-img03 .img-title{
		width: 129px;
		margin-inline:0 auto;
		top:0;
	}
	body.home .about-wrap .img-item.item-img05 .img-title{
		width: 83px;
	}
	body.home .about-wrap .img-item.item-img06 .img-title{
		width: 49px;
		margin:auto;
		top: auto;
		bottom: -30px;
	}
	body.home .about-wrap .eng_area{
	    padding: 2.5em 2em 1.5em;
	    margin-bottom: 6em;
	}
	body.home .about-wrap .eng_area .eng_ttl{
	    font-size: 1.25rem;
	    border: 2px solid #282828;
	    padding: 0.2em 1.5em;
	}
	body.home .about-wrap .eng_area .eng_list{
	    gap: 0.5em 4%;
	}
	body.home .about-wrap .eng_area .eng_list li{
	    width: 100%;
	}
	body.home .about-wrap .eng_area .eng_list li a{
	    padding-left: 1.75em;
	    padding-block: 0.5em;
	    font-size: 1.125rem;
	}
	body.home .about-wrap .eng_area .eng_list li a:before,
	body.home .about-wrap .eng_area .eng_list li a:after{
		height: 20px;
		inset: 8px auto auto 0;
	}
	body.home .about-wrap .eng_area .eng_list li a:after{
		inset: 13px auto auto 0.35em;
		width: 10px;
		height: 10px;
	}
	body.home .about-wrap .img-item.item-img01{
		inset: auto auto 2% 0;
		transform: translate(0%, 50%);
		width: 60.9%;
	}
	body.home .about-wrap .img-item.item-img02{
		inset: auto 0 1% auto;
		transform: translate(0%, 50%);
		width: 60.9%;
	}
	body.home .about-wrap .img-item.item-img03{
		inset: auto auto -27% 4%;
		width: 50%;
		z-index: -1;
	}
	body.home .about-wrap .img-item.item-img04{
		inset: 28% auto auto 0;
		width: 18%;
	}
	body.home .about-wrap .img-item.item-img05{
		inset: 0% 25% auto auto;
		width: 45%;
	}
	body.home .about-wrap .img-item.item-img06{
		inset: 1% 3% auto auto;
		width: 24%;
	}
	body.home .about-wrap .img-item .tooltip-text{
		padding-inline: 0.75em;
		font-size: 0.75rem;
	}
}
@media screen and (max-width: 413px){
	body.home .about-wrap .about-text{
		min-height: 0;
	}
}

body.home .materials-wrap{
	background: #f8f8f1;
	padding-block: 31em 27em;
	position: relative;
	z-index: 0;
	margin-top: -8em;
}
body.home .materials-wrap .materials-ttl{
	font-size: 3rem;
	margin-bottom: 0.75em;
}
body.home .materials-wrap .materials-text{
	font-size: 1.5rem;
	margin-bottom: 3em;
	line-height: 1.6;
}
body.home .materials-wrap .img-items .img-item{
	position: absolute;
	z-index: -1;
	margin: auto;
}
body.home .materials-wrap .img-items .item-bg02{
	inset: auto 0 -1% 0;
}
body.home .materials-wrap .img-items .item-bg02 img{
	object-fit:cover;
	object-position: 50% 50%;
	width:auto;
	height:400px;
}
body.home .materials-wrap .img-items .item-img02{
	inset: 15% auto auto 26%;
	animation: fluffy 3s ease-in-out infinite;
}
body.home .materials-wrap .img-items .item-img03{
	inset: 25% auto auto 3%;
	animation: fluffy 4s ease-in-out infinite;
	animation-delay: -1s; 
}
body.home .materials-wrap .img-items .item-img04{
	inset: 22% 11% auto auto;
	animation: fluffy 3s ease-in-out infinite;
	animation-delay: -1.5s; 
}
body.home .materials-wrap .img-items .item-img05{
	inset: 44% 4% auto auto;
	animation: fluffy 4s ease-in-out infinite;
	animation-delay: -2s; 
}
@media screen and (max-width: 1400px){
	body.home .materials-wrap .img-items .item-img02{
		inset: 12% auto auto 26%;
		width: 14%;
	}
	body.home .materials-wrap .img-items .item-img03{
		inset: 24% auto auto 3%;
		width: 16%;
	}
	body.home .materials-wrap .img-items .item-img04{
		inset: 20% 11% auto auto;
		width: 16%;
	}
	body.home .materials-wrap .img-items .item-img05{
		inset: 55% -5% auto auto;
		width: 118px;
	}
	body.home .about-wrap{
		padding-top: 8em;
	}
	body.home .about-wrap .img-item.item-img00{
		top:-3.5%;
		left:3.5%
	}
}
@media screen and (max-width: 1050px){
	body.home .materials-wrap{
		padding-block: 26em 27em;
	}
	body.home .materials-wrap .materials-ttl br{
		display: block;
	}
	body.home .about-wrap .img-item.item-img00{
		top:-4%;
		left:3.5%;
		width:28%;
	}
}
@media screen and (max-width: 767px){
	body.home .materials-wrap{
		padding-block: 17em 24em;
	}
	body.home .materials-wrap .materials-ttl{
		font-size: 1.85rem;
		margin-bottom: 0.5em;
	}
	body.home .materials-wrap .materials-text{
		font-size: 1.25rem;
		margin-bottom: 1em;
	}
	body.home .materials-wrap .img-items .item-bg02{
		width: 100%;
		inset: auto 0 -2% 0;
	}
	body.home .materials-wrap .img-items .item-bg02 img{
		height: 157px;
		object-position: 50% 50%;
	}
	body.home .materials-wrap .img-items .item-img02{
		inset: 16% auto auto -2%;
		z-index: 10;
		width: 69px;
	}
	body.home .materials-wrap .img-items .item-img03{
		inset: 18% auto auto 32%;
		width: 105px;
	}
	body.home .materials-wrap .img-items .item-img04{
		inset: 26% -6% auto auto;
		width: 104px;
	}
	body.home .materials-wrap .img-items .item-img05{
		/* display: none; */
	}
	body.home .about-wrap{
		padding-top: 14em;
	}
	body.home .about-wrap .item-img00{
		position: absolute;
		z-index: -1;
		margin: auto;
        top: 3%;
        left: 0;
        width: 40%;
    }
}
body.home .attempt-bgarea{
	background: url(../img/top/bg_attempt.png) no-repeat;
	background-size: cover;
	background-position: top;
	padding-block: 4em 0;
	margin-top: -9.5em;
	position: relative;
	padding: 0;
	z-index: 1;
}
@media screen and (max-width:767px){
	body.home .attempt-bgarea{
		background: url(../img/top/bg_attempt_sp.png) no-repeat;
		background-size: cover;
		background-position-x: center;
		padding-block: 2em 0;
		margin-top: -3em;
	}
}
body.home .attempt-wrap{
	padding-block: 10em 2em;
}
body.home .attempt-wrap .item-img01{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: -33em auto auto calc(50% + -1em);
}
body.home .attempt-wrap .attempt-ttl{
	text-align: center;
	font-size: 3rem;
	margin-bottom: 0.5em;
}
body.home .attempt-wrap .attempt-text{
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 0.5em;
	margin-bottom: 3em;
}
body.home .attempt-wrap .attempt-inner{
	max-width: 1574px;
	margin: auto;
	padding-inline: 20px;
}
body.home .attempt-wrap .attempt-list{
	display: flex;
	justify-content: center;
	gap: 2em 2.5%;
	margin-bottom: 3em;
	flex-wrap: wrap;
}
body.home .attempt-wrap .attempt-list .attempt-item{
	position: relative;
	z-index: 1;
	width: calc(95% / 3);
	min-width: 400px;
	border-radius: 20px;
	overflow: hidden;
	border: 3px solid;
}
body.home .attempt-wrap .attempt-list .attempt-item .item-ttl{
	font-size: 1.125rem;
	position: absolute;
	z-index: 2;
	margin: auto;
	inset: auto auto -3px -3px;
	padding: 0.5em 1.5em;
	background: #fff;
	border: 3px solid;
	border-radius: 0 20px 0 20px;
	min-width: 11em;
}
body.home .attempt-wrap .common-btn a{
	margin-inline: auto;
}
@media screen and (max-width: 1400px){
	body.home .attempt-wrap .item-img01{
		position: absolute;
		z-index: 1;
		margin: auto;
		width: 54%;
		inset: -28em 2% auto auto;
	}
}
@media screen and (max-width: 1200px){
	body.home .attempt-wrap .item-img01{
		width: 52%;
		inset: -24em 2% auto auto;
	}
}
@media screen and (max-width:767px){
	body.home .attempt-wrap{
		padding-block: 4em 2em;
	}
	body.home .attempt-wrap .item-img01{
		width: 340px;
		max-width: 90%;
		inset: -312px 0 auto;
	}
	body.home .attempt-wrap .attempt-ttl{
		font-size: 1.875rem;
		margin-bottom: 0.5em;
	}
	body.home .attempt-wrap .attempt-text{
		font-size: 1.25rem;
	}
	body.home .attempt-wrap .attempt-inner{
		padding-inline: 15px;
	}
	body.home .attempt-wrap .attempt-list{
		display: block;
		margin-bottom: 3em;
	}
	body.home .attempt-wrap .attempt-list .attempt-item{
		width: auto;
		min-width: unset;
		border-radius: 10px;
		margin-inline: 1em;
		max-width: 100%;
	}
	body.home .attempt-wrap .attempt-list .attempt-item .img{

	}
	body.home .attempt-wrap .attempt-list .attempt-item .img img{
		max-width: calc(100vw - 36px);
	}
	
	body.home .attempt-wrap .attempt-list .attempt-item .item-ttl{
		inset: auto auto -2px -2px;
		padding: 0.5em 1em;
		border: 2px solid;
		border-radius: 0 10px 0 10px;
	}
	body.home .attempt-wrap .common-btn a{
		margin-inline: auto;
	}
}
body.home .kids-wrap{
	background-size: contain;
	background-position: bottom;
	padding-block: 4em 2em;
	position: relative;
	z-index: 0;
}
body.home .kids-wrap::before{
	content: "";
	display: block;
	margin: auto;
	transform: translateX(-50%);
	inset: auto 0 0 calc(50%);
	width: 1920px;
	height: 554px;
	position: absolute;
	background: url(../img/top/bg_kids.png) no-repeat;
	background-size: contain;
	background-position: bottom;
}
body.home .kids-wrap .kids-inner{
	position: relative;
	z-index: 0;
	background: #eeb808;
	max-width: min(800px , 70vw);
	margin: 0 auto;
	padding: 4em 2em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	aspect-ratio: 1/1;
	border: 3px solid;
}
body.home .kids-wrap .kids-inner .kids-att{
	position: absolute;
	z-index: 1;
	margin: auto;
	inset: 1em auto auto calc(50% + 200px);
	font-size: 1.875rem;
	color: #fff;
	background: url(../img/top/img_kids01.png) no-repeat;
	background-size: contain;
	width: 198px;
	height: 198px;
	padding: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.home .kids-wrap .kids-inner .kids-lead{
	font-size: min(2rem , 3.4vw);
	position: relative;
	z-index: 0;
}
body.home .kids-wrap .kids-inner .kids-lead::before,
body.home .kids-wrap .kids-inner .kids-lead::after{
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    width: 26px;
    height: 42px;
    background: url(../img/top/img_kids04.png);
	background-size: contain;
	margin: auto;
    inset: 4px auto auto -1.25em;
}
body.home .kids-wrap .kids-inner .kids-lead:after{
    inset: 4px -1.25em auto auto;
	transform: scaleX(-1);
}
body.home .kids-wrap .kids-inner .kids-ttl{
	font-size: min(3rem , 4.4vw);
	margin-bottom: 0.5em;
}
body.home .kids-wrap .kids-inner .attempt-text{
	font-size: 1.5rem;
}
body.home .kids-wrap .kids-inner .common-btn{
	margin-bottom: 0;
	position: relative;
	z-index: 10;
}
body.home .kids-wrap .kids-inner .img01,
body.home .kids-wrap .kids-inner .img02{
	position: absolute;
	z-index: 1;
	margin: auto;
}
body.home .kids-wrap .kids-inner .img01{
	inset: auto auto 0 -25%;
}
body.home .kids-wrap .kids-inner .img02{
	inset: auto -33% 0 auto;
}
@media screen and (max-width: 1240px){
	body.home .kids-wrap .kids-inner .kids-att{
		inset: 0.5em auto auto calc(50% + 180px);
		font-size: 1.75rem;
		width: 150px;
		height: 150px;
		padding: 1em;
	}
	body.home .kids-wrap .kids-inner .img01{
		inset: auto auto -1em -18%;
		width: 34%;		
	}
	body.home .kids-wrap .kids-inner .img02{
		inset: auto -24% -2em auto;
		width: 36%;
	}
}
@media screen and (max-width: 767px) {
	body.home .kids-wrap{
		padding-block: 2em 0em;
	}
	body.home .kids-wrap::before{
		width: 100%;
		height: 198px;
		background-size: auto 198px;
		background-position: 39% 50%;
		inset: 0 0 auto;
		transform: translate(0%,-25%);
	}
	body.home .kids-wrap .sitewrap{
		background-color:#e9ce9f;
		padding-bottom: 2em;
	}
	body.home .kids-wrap .kids-inner{
		max-width: min(400px , 90vw);
		padding: 2.5em 1em 1em;
		border: 2px solid;
	}
	body.home .kids-wrap .kids-inner .kids-att{
		inset: -1.5em 0 auto auto;
		font-size: 1.35rem;
		line-height: 1.2;
		width: 90px;
		height: 90px;
		padding: 0.25em;
	}
	body.home .kids-wrap .kids-inner .kids-lead{
		font-size: 1.125rem;
		margin-bottom: 0.5em;
	}
	body.home .kids-wrap .kids-inner .kids-lead::before,
	body.home .kids-wrap .kids-inner .kids-lead::after{
	    width: 13px;
	    height: 21px;
	    inset: 0px auto auto -1em;
	}
	body.home .kids-wrap .kids-inner .kids-lead:after{
	    inset: 0px -1em auto auto;
	}
	body.home .kids-wrap .kids-inner .kids-ttl{
		font-size: min(1.65rem , 7.4vw);
		margin-bottom: 0.5em;
	}
	body.home .kids-wrap .kids-inner .attempt-text{
		font-size: 1.125rem;
		text-align: center;
	}
	body.home .kids-wrap .kids-inner .common-btn{
		margin-block:1em 0;
	}
	body.home .kids-wrap .kids-inner .common-btn a{
		min-width: 220px;
	}
	body.home .kids-wrap .kids-inner .common-btn a span{
		font-size: 1.3rem;
	}
	body.home .kids-wrap .kids-inner .img01{
		inset: auto auto -6.5em -7vw;
		width: 29%;
	}
	body.home .kids-wrap .kids-inner .img02{
		inset: auto auto -5.5em 73.5vw;
		width: 29%;
	}
}

body:not(.home) .article-mv{
	display:flex;
	align-items:center;
	justify-content:center;
	background:url(../img/about/mv.png) no-repeat top center;
	height:480px;
}
body:not(.home) .article-mv h1{
	font-size:3.75rem;
	font-family: "Mochiy Pop One", sans-serif;
	letter-spacing:0.05em;
	padding-bottom:0.5em;
}

.module-style :is(h2,h3,h4,h5,hgroup p,.lead){
	font-family: "Mochiy Pop One", sans-serif;
	letter-spacing:0.05em;
}
.module-style h2{
	font-size:2.5rem;
	text-align:center;
}
.module-style h2:not([class]){
	margin-block:2em 1em;
}
.module-style h2.bg-ttl{
	background:var(--key);
	color:#fff;
	padding:0.5em;
	border-radius:1rem;
	margin-block:1.35em;
	letter-spacing:0.03em;
}
.module-style h3{
	font-size:1.75rem;
	color:var(--key);
	margin-bottom:0.5em;
}
.module-style h4{
	font-size:1.5rem;
	margin-bottom:0.5em;
	position:relative;
	z-index:2;
	width:fit-content;
	margin-inline:auto;
}
.module-style h4:after{
	content:"";
	display:block;
	position:absolute;
	z-index:-1;
	background:#eeb808;
	inset:0.85em 0 0 0;
}
.module-style hgroup:has(h2){
	text-align:center;
	margin-bottom:2em;
}
.module-style hgroup h2:not([class]){
	margin-block:0;
}
.module-style hgroup p{
	font-size:1.75rem;
	color:var(--key);
	display:inline-flex;
	gap:0.5em;
	align-items:center;
}
.module-style hgroup p:before,
.module-style hgroup p:after{
	content:"";
	display:block;
	height:2rem;
	aspect-ratio:42 / 64;
	background:url(../img/common/ico_attent.png) no-repeat top center / contain;
}
.module-style hgroup p:after{
	transform:scaleX(-1);
}
.module-style p{
	line-height:1.8;
	font-size:1rem;
	font-weight:500;
}
.module-style p.lead{
	font-size:1.5rem;
	letter-spacing:0.05em;
	/* text-align:left; */
	width:fit-content;
	margin-inline:auto;
}
.module-style p.lead span.color-1{
	color: #3769ff;
}
.module-style p.lead span.color-2{
	color: #d72f4f;
}
.module-style p.lead span.color-3{
	color: #cc4d1f;
}
.module-style hr{
	margin-block:2em;
	display:block;
	border:none;
	border-bottom:dotted 5px #dddddd;
}
.module-style a:not(:has(img)){
	color:var(--key);
	text-decoration:underline;
	transition:text-decoration-color .2s
}
.module-style a:not(:has(img)):is(:hover,:focus){
	text-decoration-color:transparent;
}
.module-style .flex-box{
	display:flex;
	gap:5%;
}
.module-style .flex-box img{
	max-width:fit-content;
}
.module-style .flex-box.row-revers{
	flex-direction:row-reverse;
}
.module-style .flex-box.al-c{
	align-items:center;
}
.module-style .flex-box.js-c{
	justify-content:center;
}
.module-style .flex-box + .flex-box{
	margin-top:2em;
}
.module-style .flex-box.col4{
	gap:2.5%;
}
.module-style .flex-box.col4 > *{
	flex-basis:23.125%;
}
.module-style .flex-box.col2 > *{
	flex-basis: 47.5%;
}
.module-style .flex-box:is(.col2,.col4) > * img{
	max-width: 100%;
}
.module-style .pc-center{
	text-align:center;
	margin-inline:auto;
}
.module-style .wrap-inner{
	max-width:1000px;
	margin-inline:auto;
}
.module-style .modal-set dialog{
	margin: auto;
	border:none;
	overflow:visible;
	padding: 2.5em 5em;
	border-radius:2em;
	opacity: 0;
	transform: translateY(1em);
	transition: opacity 0.4s ease,
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		display 0.4s allow-discrete;
}
.module-style .modal-set dialog[open]{
	opacity: 1;
	transform: translateY(0);
}
@starting-style {
	.module-style .modal-set dialog[open] {
		opacity: 0;
		transform: translateY(1em);
	}
}
.module-style .modal-set dialog button{
	position:absolute;
	top:-3em;
	right:-3em;
	display:flex;
	flex-direction:column;
	background:#0a750c;
	border:none;
	color:#fff;
	border-radius:50%;
	aspect-ratio:1 / 1;
	height:6.25rem;
	align-items:center;
	justify-content:center;
	font-family: "Mochiy Pop One", sans-serif;
	cursor:pointer;
	transition:var(--hover);
	border:solid 1px #0a750c;
}
.module-style .modal-set dialog button b{
	display:flex;
	height:2.35em;
	width:5px;
	background:#fff;
	position:relative;
	border-radius:2px;
	transform:rotate(45deg);
}
.module-style .modal-set dialog button b:after{
	content:"";
	display:block;
	position:absolute;
	inset:0;
	background:#fff;
	transform:rotate(90deg);
	border-radius:2px;
}
.module-style .modal-set dialog button:is(:hover){
	background:#fff;
	color:var(--key);
}
.module-style .modal-set dialog button:is(:hover) b,
.module-style .modal-set dialog button:is(:hover) b:after{
	background:var(--key);
}
.module-style .modal-set dialog::backdrop{
	background:rgba(0,0,0,0.25);
	backdrop-filter: blur(2px);
}
.module-style .modal-inner{
	display:flex;
	align-items:center;
	gap:2em;
	max-width:1000px;
}
.module-style .modal-inner .pht{
	flex:1;
	text-align:center;
}
.module-style .modal-inner .texts{
	font-size:1.125rem;
	max-width:30em;
	flex:1.5;
}
.module-style .modal-inner .texts :is(h2,h3,h4){
	font-size:2rem;
	margin-bottom:1em;
	color:var(--key)
}
.module-style .modal-inner .texts p{
	font-size:inherit;
}
.module-style :is(a,button).btn{
	margin:1em auto;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:1.125rem;
	font-family: "Mochiy Pop One", sans-serif;
	letter-spacing:0.05em;
	--bg:#008803;
	--sub:#fff;
	background:var(--bg);
	color:var(--sub);
	border:solid 4px var(--black);
	padding:0.25em 1em;
	min-height:3.5em;
	border-radius:3em;
	box-shadow:2px 4px 0 var(--black);
	justify-content:space-between;
	gap:1em;
	text-decoration:none;
	transition:var(--hover);
}
.module-style :is(a,button).btn:before{
	content:"";
	width: 1.3125em;
}
.module-style :is(a,button).btn:after{
	content:"\2192";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	display:flex;
	align-items:center;
	width:1.75em;
	height:1.75em;
	background:var(--sub);
	color:var(--black);
	justify-content:center;
	border-radius:50%;
	font-size:0.75em;	transition:var(--hover);
}
.module-style :is(a,button).btn:is(:hover,:focus){
	background:var(--sub);
	color:var(--bg);
	box-shadow:0px 0px 0 var(--black);
	transform:translate(2px,4px);
}
.module-style :is(a,button).btn:is(:hover,:focus):after{
	color:var(--sub);
	background:var(--bg);
}
.module-style .ruby{
	font-size:0.875em;
	margin-inline:-0.5em;
}
.article-body{
	background:var(--gray);
	position:relative;
	z-index:2;
	padding-block: 4.5em 13em;
	margin-bottom:-6em;
}
.article-body:before,
.article-body:after{
	content:"";
	display:block;
	position:absolute;
	width:364px;
	inset:0 0 0 auto;
	background: url(../img/common/bg_dot.png) repeat-y top center / 100% auto;
	z-index:-2;
}
.article-body:after{
	inset:0 auto 0 0;
}
.bg_mount{
	--height:732px;
	position:relative;
	z-index:2;
	padding-bottom:5em;
}
.bg_mount:before,
.bg_mount:after{
	content:"";
	display:block;
	position:absolute;
	z-index:-1;
	background:url(../img/common/bg_mount_top.png) no-repeat top center;
	width:100%;
	inset:0 0 auto;
	height:var(--height);
}
.bg_mount:after{
	background:url(../img/common/bg_mout.png) repeat-y top center;
	top:var(--height);
	bottom:0;
	height:auto;
}
.bg_mount .mount-ttl{
	text-align:center;
	padding-block:3.25em 2em;
	padding-inline:2%;
}
.bg_mount hgroup p{
	color:inherit;
}
.bg_mount hgroup p:before,
.bg_mount hgroup p:after{
    filter: brightness(0) invert(0);
}
.bg_mount .mount-body{
	position:relative;
	z-index:5;
}
@media screen and (max-width:1200px){
	.module-style .flex-box img{
		max-width:100%;
	}
}
@media screen and (max-width:980px){
	body:not(.home) .article-mv {
	    height: 420px;
		background-size:cover;
	}
}
@media screen and (max-width:767px){
	body:not(.home) .article-mv{
		background-size: auto 210px;
		background-position-y:bottom;
		background-color:#dcf1dd;
		height:270px;
	}
	body:not(.home) .article-mv h1{
		font-size: 2.5rem;
		padding-inline:2.25em;
		padding-bottom: 1.0em;
	}
	.module-style h2{
		font-size:1.75rem;
	}
	.module-style h2.bg-ttl{
		border-radius:1rem;
	}
	.module-style h3{
		font-size: 1.44rem;
	}
	.module-style hgroup p{
		font-size:1.25rem;
	}
	.module-style hgroup p:before,
	.module-style hgroup p:after{
		height:1.5rem;
	}
	.module-style p{
		font-size: 1rem;
	}
	.module-style p.lead{
		font-size: 1.0rem;
	}
	.module-style .flex-box{
		gap:1em 4%;
	}
	.module-style .flex-box.break{
		flex-direction:column;
	}
	.module-style .flex-box img{
		max-width:100%;
	}
	.module-style .flex-box.row-revers{
		flex-direction:column;
	}
	.module-style .flex-box + .flex-box{
		margin-top:1em;
	}
	.module-style .flex-box.col4 {
		gap:1em;		
		flex-wrap:wrap;
	}
	.module-style .flex-box.col4 > *{
		flex-basis:calc(50% - 0.5em);
	}
	.module-style .pc-center{
		text-align:left;
	}
	.module-style .wrap-inner{
		margin-inline: 1.5em;
	}
	.module-style .modal-set dialog{
		padding: 1.5em 1em;
		border-radius:1.5em;
		margin-inline:1.5em;
	}
	.module-style .modal-set dialog button{
		top:-2em;
		right:-1.5em;
		height:4.5rem;
		font-size:0.75rem;
		gap:0.2em;
	}
	.module-style .modal-set dialog button b{
		height:2em;
		width:4px;
	}
	.module-style .modal-inner{
		gap:0;
	}
	.module-style .modal-inner .pht img{
		width:88px;
	}
	.module-style .modal-inner .texts{
		font-size:1rem;
		max-width:100%;
	}
	.module-style .modal-inner .texts :is(h2,h3,h4){
		font-size:1.5rem;
	}
	.module-style :is(a,button).btn{
		font-size:0.875rem;
	}
	.bg_mount{
		--height:366px;
		padding-bottom:5em;
	}
	.bg_mount:before{
		background-size:cover;
	}
	.bg_mount:after{
		background-size:960px;
	}
	.bg_mount .mount-ttl{
		padding-block:3.25em 2em;
		padding-inline:15px;
	}
	.bg_mount .mount-body{
		position:relative;
		z-index:5;
	}
	body:not(.home) footer .footer-box{
		flex-direction:column;
		align-items:center;
		gap: 1em;
	}
	body:not(.home) footer .footer-box :is(.footer-logo, .footer-list){
        display: flex;
    }
	body:not(.home) footer .footer-box .footer-list{
		margin:0 auto 1em;
		justify-content:center;
		gap: 0;
		flex-wrap: wrap;
	}
	body:not(.home) footer .footer-box .footer-list li{
		margin:0;
		padding-inline:1em;
	}
	body:not(.home) footer .footer-box .footer-list li + li:before{
		left:0;
		top: 0;
	}
	body:not(.home) footer .footer-box .footer-list li a{
		font-size:0.875rem;
	}
	body:not(.home) footer .footer-box .footer-bnr{
		text-align:center;
	}
}

/**/
body.about .modal-area{
	display:flex;
	justify-content:space-between;
	margin-block:2em;
}
body.about .modal-area .modal-set {
	flex-basis:24%;
}
body.about .modal-area .modal-trigger button{
	appearance:none;
	border:none;
	background:url(../img/about/friend_fukidashi.png) no-repeat top center / contain;
	aspect-ratio:188 / 144;
	font-size:1.5rem;
	font-family: "Mochiy Pop One", sans-serif;
	width: 7.825em;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-block:0.0em 1.25em;
	margin-inline:auto 0;
	margin-bottom:-3.0em;
	z-index:5;
	cursor:pointer;
	position:relative;
	color:inherit;
	transition:transform .4s,color .4s;
}
body.about .modal-area .modal-trigger button:is(:hover,:focus){
	transform:translatey(-0.5em);
	color:var(--accent)
}
body.about .flex-box .imgs{
	flex-basis:36%;
}
body.about .flex-box a:not(:has(img)){
	color: unset;
}
body.about .flex-box p em{
	color: #d72f4f;
	font-weight: 600;
}

body.about .flex-box .imgs .caption{
	text-align:center;
	font-size:0.94rem;
	margin-top:0.5em;
}
body.about .flex-box .texts{
	flex-basis:59%;
}
body.about .local-footnotes{
	background:#fff;
	padding:1em;
	margin-top:1em;
	border:solid 1px #ccc;
}
body.about .local-footnotes small{
	text-indent:-0.5em;
	margin-left:0.5em;
	font-size:0.875rem;
	display:block;
	font-weight:500;
	letter-spacing:0.06em;
}
body.about .local-footnotes small:before{
	content:"*";
	display:inline;
	color:var(--key);
}
body.about .history-style{
	position:relative;
	z-index:1;
	clear:both;
	margin-top:0.5em
}
body.about .history-style:before{
	content:"";
	display:block;
	background:var(--black);
	width:10px;
	position:absolute;
	inset: 1em 50% 9.5em;
	z-index:-1;
	margin-left:-5px;
}
body.about .history-style:after{
	clear:both;
	display:block;
	content:"";
}
body.about .history-style .history-item{
	position:relative;
	z-index:1;
	position:relative;
	display:flex;
	width:50%;
	flex-direction:row-reverse;
	justify-content:space-between;
	float:left;
	margin-block: 1.5em;
	flex-wrap:wrap;
}
body.about .history-style .history-item dd{
	width:400px;
	padding:2.0em;
	border:solid 3px;
	border-radius:1.5em;
	background:#ffff;
	position:relative;
}
body.about .history-style .history-item dd.other-box{
	width:auto;
	padding:1em;
	z-index:5;
	font-size:0.875rem;
	margin: 1.5em auto 0 0;
	background:#eeffee;
	border:solid 3px #000;
	color:#227733;
	max-width:calc(100% - 5em)
}
body.about .history-style .history-item dd.other-box:before{
	content:"";
	height: 1.5em;
	border-left:dotted 3px #000;
	position:absolute;
	display:block;
	top: -1.5em;
	left:50%;
}
body.about .history-style .history-item:nth-child(even) dd.other-box{
	margin-inline:auto 0;
}
body.about .history-style .history-item:nth-child(odd) {
}
body.about .history-style .history-item:nth-child(even) {
	flex-direction:row;
	float:right;
	margin-block: 2.25em;
}
body.about .history-style .history-item .date{
	color:var(--accent);
	font-weight:700;
	margin-bottom:1em;
	font-size:1.125rem;
	display:block;
}
body.about .history-style .history-item:has(strong) .date{
	font-size:1.25rem;
	margin-bottom:0.75em;
}
body.about .history-style .history-item strong{
	color:var(--accent);
	font-size:1.125rem;
}
body.about .history-style .history-item dt{
	position:relative;
	z-index:2;
	flex-grow:1;
	flex-basis: calc(100% - 400px);
}
body.about .history-style .history-item dt mark{
	font-size:1.25rem;
	color:#fff;
	font-family: "Mochiy Pop One", sans-serif;
	aspect-ratio:1 / 1;
	height:72px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:var(--accent);
	border:solid 1px var(--black);
	border-radius:50%;
	transform:translateX(50%);
	margin-top:-0.5em;
	margin-inline:auto 0;
}
body.about .history-style .history-item dt:after{
	content:"";
	display:block;
	height:3px;
	border-bottom:dotted 3px var(--black);
	position:absolute;
	z-index:-1;
	width:100%;
	top:1.5em;
}
body.about .history-style .history-item:nth-child(even) dt mark{
	margin-top:0;
	margin-inline:0 auto;
	transform:translateX(-50%);
}
body.about .history-style .history-item:nth-child(even) dt:after{
	top:2em;
}
body.about .history-style .history-item dd p{
	font-weight:500;
	line-height:1.8;
}
body.about .history-style .history-item img{
	position:absolute;
	top:-1.5em;;
	right:1.5em;
}
body.about .history-style .history-item:nth-child(1){
	margin-top:0;
}
body.about .history-style .history-item:nth-child(2){
	margin-top:6.5em;
}
body.about .history-style .history-item:nth-child(9){
	margin-top:4.0em;
}
body.about .history-style .history-item:nth-child(11){
	margin-block:1.5em 6.5em;
}
body.about .history-style .history-item:nth-child(15){
	margin-block:4.0em 2.5em;
}
body.about .history-style .history-item:nth-child(18){
	margin-block: 2.0em 6em;
}
body.about .history-style .history-item:nth-child(20){
	margin-block: 2.0em 6em;
}
body.about .history-style .history-item:nth-child(21){
	margin-block:3.0em 3.5em;
}
body.about .history-style .history-item:nth-child(24){
	margin-block:0em 2em;
}
body.about .history-style .history-item:nth-child(25){
	margin-block:7.5em 0em;
}
body.about .history-style .history-item:nth-child(26){
	margin-block:0em 10em;
}
body.about .history-style .history-item:nth-child(29){
	margin-block: 2.5em 6em;
}
body.about .history-style .history-item:nth-child(35){
	margin-block: 1.5em 6em;
}
body.about .history-style .history-item:nth-child(36){
	margin-block: 8em 7em;
}
body.about .history-style .history-item:last-child{
	margin-block:0 0;
}
.leaf-item {
	position:absolute;
	z-index: -1;
	transition:transform .5s .1s;
	transform:rotate(25deg);
	transform-origin:bottom left;
	left: -23.5%;
}
.leaf-item.once{
	transform:rotate(0deg) !important;
}
.leaf-item[class*="right-"]{
	left: auto;
	right: -23.5%;
	transform:rotate(-25deg);
	transform-origin:bottom right;
}
.leaf-item.left-top {
	top:22.5%;
}
.leaf-item.right-top {
	top:2.5%;
}
.leaf-item.left-middle {
	top:65.0%;
}
.leaf-item.right-middle {
	top:40.0%;
}
.leaf-item.right-bottom {
	top:85.0%;
}
@media screen and (max-width:1280px){
	body.about .history-style .history-item:nth-child(odd),
	body.about .history-style .history-item:nth-child(even){
		margin-inline:0;
		clear:both;
		margin-block:-1em;
	}
	.leaf-item img{
		max-width:600px;
	}
	.article-body:before{
		width: 177px;
		left:auto;
		right: 88%;
	}
	.article-body:after{
		width:177px;
		right:auto;
		left:88%;
	}
	body.about .history-style .history-item dt{
		flex-basis: calc(100% - 300px);
	}
	body.about .history-style .history-item dd{
		width:300px;
	}
}
@media screen and (max-width: 990px){
	body.about .modal-area {
		flex-wrap:wrap;
		justify-content: space-around;
	}
	body.about .modal-area .modal-set{
		flex-basis:auto;
	}
	body.about .modal-area .modal-set .modal-trigger{
		display:flex;
		align-items:flex-start;
		flex-direction:row-reverse;
	}
	body.about .modal-area .modal-trigger button{
		margin:0;
	}
}
@media screen and (max-width:767px){
	body.about .section-about .imgs{
		width:220px;
	}
	body.about .modal-area{
		max-width:340px;
		margin-inline:auto;
	}
	body.about .modal-area .modal-set{
		flex-basis:50%;
	}
	
	body.about .modal-area .modal-set .modal-trigger{
		display:block;
	}
	body.about .modal-area .modal-set .modal-trigger img{
		width:75px;
	}
	body.about .modal-area .modal-trigger button{
		font-size:1rem;
		margin:0 1em -3.5em auto;
		width:7.25em;
	}
	body.about .history-style .history-item:nth-child(n){
		width:100%;
		flex-direction:row;
		float:none;
		margin-block:1.5em;
		gap: 0 2em;
	}
	body.about .history-style .history-item dt{
		flex-basis:auto;
	}
	body.about .history-style .history-item:nth-child(n) dt mark{
		margin-block:0;
		margin-inline: 0;
		transform:none;
		font-size:1.25rem;
		height:3.5em;
	}
	body.about .history-style .history-item dd{
		padding:1em 1em 1.5em;
		border-radius:0.75em;
	}
	body.about .history-style .history-item dd{
		width: calc(100% - 8rem);
	}
	body.about .history-style .history-item dd.other-box:is(:nth-child(odd),:nth-child(even)){
		margin-inline:auto 0;
		width: calc(100% - 9rem);
	}
	body.about .history-style .history-item .date{
		margin-block:1em;
		font-size:1rem;
	}
	body.about .history-style .history-item dd p{
		font-size: 1rem;
	}
	body.about .history-style .history-item:has(strong) .date{
		font-size:1.11rem;
	}
	body.about .history-style .history-item strong{
		font-size: 1.11rem;
	}
	body.about .history-style .history-item dd.other-box p{
		font-size:0.875rem;
	}
	body.about .history-style .history-item img{
		width:67px;
		top:-0.75em;
		right:0.75em;
	}
	body.about .history-style:before{
		left:46px;
		width:8px;
		bottom: 11em;
	}
	.history-style .history-item dt:after{
		left:1.75em;
	}
	.article-body:after{
		width:182px;
	}
	.leaf-item {
		display:none;
	}
	.leaf-item img{
		max-width:389px;
	}
}

body.materials .article-mv{
	background-image: url(../img/materials/mv.png) ;
}
body.materials .article-body{
	padding-top:1.25em;
}
.bnr-area{
	position:relative;
	width:fit-content;
	margin-inline:auto;
	z-index:1;
}
.bnr-area .imgs{
	position:absolute;
	left:100%;
	z-index:5;
	top:1em;
	margin-inline:2em;
}
.bnr-area .imgs img{
	max-width:fit-content;
}
body.materials .bnr-area a{
	width:1000px;
	max-width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	text-align:center;
	gap:1em;
	border:solid 2px var(--black);;
	border-radius:2rem;
	background:url(../img/materials/bg_bnr.png) no-repeat 50% 50% #fff;
	aspect-ratio:10 / 3;
	box-shadow:0 0.25em 1em rgba(0,0,0,0.25);
	text-decoration:none;
	margin-block:2em;
	padding:2.5em;
	transition:var(--hover);
}
body.materials .bnr-area a .texts{
	font-size: 1.875em;
	letter-spacing:0.1em;
}
body.materials .bnr-area a mark{
	background:none;
	position:relative;
	z-index:2;
	width:fit-content;
	margin-inline:auto;
	display:block;
	color:inherit;
}
body.materials .bnr-area a mark:after{
	content:"";
	display:block;
	position:absolute;
	inset:auto 0 0;
	height:0.5rem;
	background:#f4e113;
	z-index:-1;
}
body.materials .bnr-area a .texts div{
	font-size:1.6em;
	line-height:1.2;
	margin-top:0.25em;
}
body.materials .bnr-area a .texts strong{
	color:var(--accent);
	font-weight:inherit;
	transition:color .4s;
}
body.materials .bnr-area a img{
	margin-block:2em 0;
}
body.materials .bnr-area a i{
	display:flex;
	background:var(--black);
	height: 4.125em;
	aspect-ratio:1 / 1;
	border-radius:50%;
	position:relative;
	z-index:1;
	color:#fff;
	transition:var(--hover);
}
body.materials .bnr-area a i:before,
body.materials .bnr-area a i:after{
	content:"";
	display:block;
	position:absolute;
	inset:0;
	margin:auto;
	z-index:2;
	transition:var(--hover);
}
body.materials .bnr-area a i:before{
	height:0.75em;
	aspect-ratio:1/ 1;
	border-top:solid 3px;
	border-right:solid 3px;
	transform:rotate(45deg);
	margin-inline:1.75em 0em;
}
body.materials .bnr-area a i:after{
	height:3px;
	width:1.375em;
	background:#fff;
	margin-inline:1.45em 0em;
}
body.materials .bnr-area a:is(:hover,:focus){
	transform:translateY(0.5em);
	box-shadow:0 0.0em 0em rgba(0,0,0,0);
	background-color:#ffffdd;
}

body.materials .bnr-area a:is(:hover,:focus) i{
	background:var(--accent);
}
body.materials .bg_mount .mount-ttl{
	padding-block:7em 6em;
}
body.materials .bg_mount .mount-body{
	padding-bottom:2.5em;
}
.card-style ul{
	display:flex;
	gap: 4.5em 5%;
	flex-wrap:wrap;
}
.card-style ul li{
	flex-basis:30%;
	outline: solid 3px;
	border-radius:1.5rem;
	overflow:hidden;
	background:#fff;
	box-shadow:0 0.25em 0.5em rgba(0,0,0,0.25);
	display:flex;
	flex-direction:column;
}
.card-style ul li .box{
	padding:1.5em 1.75em 7.5em;
	position:relative;
	z-index:1;
	flex-grow:1;
}
.card-style ul li .box h3{
	font-family:inherit;
	font-size:1.375rem;
	font-weight:600;
	color:inherit;
	line-height:1.2;
}
.card-style ul li .box h3 small {
    display: block;
    font-size: 0.875em;
}
.card-style ul li .box p{
	font-size:0.875rem;
}
.card-style ul li .box a{
	position:absolute;
	inset:auto 2.5em 1.0em;
}
.card-style ul li:nth-child(3n - 1) .box a{
	--bg:#d72f4f;
}
.card-style ul li:nth-child(3n) .box a{
	--bg:#3769ff;
}
@media screen and (max-width:1500px){
	.bnr-area{
		margin-inline:0 auto;
		display:flex;
		--img:200px;
		gap:2em;
		width:100%;
		align-items: flex-start;
	}
	body.materials .bnr-area .pc-center{
		max-width:calc(100% - var(--img) - 2em)
	}
	body.materials .bnr-area .imgs{
		position:static;
		margin:0;
		width:var(--img);
	}
	body.materials .bnr-area .imgs img{
		max-width:100%;
	}
}
@media screen and (max-width:1200px){
	.card-style ul{
		display:flex;
		gap: 4.5em 2%;
		flex-wrap:wrap;
	}
	.card-style ul li{
		flex-basis:32%;
	}
	.card-style ul li .box a{
		inset:auto 1em 0;
	}
	.bnr-area{
		--img:15%;
	}
	body.materials .bnr-area a{
		font-size:min(1.25vw,0.875rem)
	}
	body.materials .bnr-area a strong{
		display:block;
	}
}
@media screen and (max-width:767px){
	body.materials .bg_mount .mount-ttl{
		padding-block: 3.25em 2em;
	}
    .card-style ul {
		flex-direction:column;
		gap:2.5em;
	}
	.card-style ul li {
        flex-basis:auto;
		position:relative;
		z-index:5;
		--img:150px;
		border-radius:0.75rem;
    }
	.card-style ul li .pht{
		width:var(--img);
		position:absolute;
		top: 0.5em;
		left:0.5em;
		border-radius:0.5em;
		overflow:hidden;
	}
	.card-style ul li .box{
		padding: 0.5em 0.5em 1.5em;
	}
	.card-style ul li .box h3{
		display:flex;
		align-items: flex-start;
		padding-left:calc(var(--img) + 0.5em);
		min-height: 100px;
		justify-content:center;
		font-size:1.125rem;
		margin: 0;
		flex-direction: column;
	}
	.card-style ul li .box p{
		border-top:dotted 2px #ccc;
		padding-top: 0.25rem;
		margin-top: 0.5rem;
	}
	.card-style ul li .box a{
		position:static;
		width:fit-content;
		gap:2em;
		margin:1em auto 0;
	}
	.bnr-area{
		--img:100px;
		gap: 1em;
	}
	.bnr-area .imgs{
		display:none;
	}
	body.materials .bnr-area a{
		flex-wrap:wrap;
		font-size:1rem;
		padding:1.5em 1em;
		max-width:100%;
		gap: 0.5em;
		flex-direction:row-reverse;
		align-items:flex-start;
		position:relative;
		border-radius:1em;
		background-size:100% 125%;
		margin-bottom:0;
	}
	body.materials .bnr-area a .texts{
		font-size:1em;
		flex-grow: 1;
	}
	body.materials .bnr-area a .texts div{
		font-size:1.5em;
	}
	body.materials .bnr-area a img{
		width:63px;
		margin:0 auto;
	}
	body.materials .bnr-area a i{
		font-size:0.5em;
		position:absolute;
		bottom:1rem;
		height: 31px;
	}
	body.materials .bnr-area a i:before{
		border-width:2px;
		height: 6px;
	}
	body.materials .bnr-area a i:after{
		height:2px;
	}
}

body.attempt .article-mv{
	background-image: url(../img/attempt/mv.png) ;
}
body.attempt .article-body{
	padding-top:1.65em;
}
body.attempt .bnr-area{
	
}
body.attempt .bnr-area h2{
	margin-block:0 0.875em;
	
}
body.attempt .bnr-area .imgs{
	bottom: -0.5em;
	top: auto;
}
.module-style .box-area{
	background:#fff;
	border:solid 3px;
	border-radius:2em;
	padding: 4.0em 3.5em;
	margin-block: 4.5em 7em;
}
.module-style .box-area .imgs{
}
.module-style .box-area .imgs .img-ttl{
	font-size: 0.875rem;
	text-align: center;
}
.module-style .box-area .imgs img{
	display:block;
	border-radius:1.5em;
	overflow:hidden;
}
.module-style .box-area .texts .imgs{
	margin-block:1.5em 1em; 
}
.module-style .box-area .pc-center h3{
	background:#eee;
	padding:0.5em;
	margin-bottom:1em;
	border-radius:0.5em;
}
body.attempt .module-style .flex-box.al-c .imgs{
	flex-basis:45%;
}
body.attempt .module-style .flex-box.al-c .imgs .img-ttl{
	text-align: center;
}
body.attempt .module-style .flex-box.al-c .texts{
	flex-basis:50%;	
}
body.attempt .article-body .sitewrap:before,
body.attempt .article-body .sitewrap:after{
    content: "";
    display: block;
    position: absolute;
    width: 362px;
    inset: 0 auto 0 0;
    background: url(../img/attempt/bg_friend02.png) repeat-y top center / contain;
    z-index: -2;
}
body.attempt .article-body .sitewrap:after{
    background-image: url(../img/attempt/bg_friend01.png);
    inset: 0 0 0 auto;
}
@media screen and (max-width:1500px){
	body.attempt .bnr-area a{
		max-width:calc(100% - var(--img) - 2em)
	}
	body.attempt .bnr-area .imgs{
		position:static;
		margin:auto 0;
		width:var(--img)
	}
	body.attempt .bnr-area .imgs img{
		max-width:100%;
	}
}
@media screen and (max-width:767px){
	.module-style .box-area{
		border-radius:1em;
		padding:1.5em 1em;
		margin-block:2.5em 4.5em;
	}
	.module-style .box-area:last-child{
		margin-bottom:0;
	}
	.module-style .box-area .imgs img{
		border-radius:0.5em;
	}
	body.attempt .article-body .sitewrap:before,
	body.attempt .article-body .sitewrap:after{
		width: 100px;
	}
}

body.kids .article-mv{
	background-image: url(../img/kids/mv.png) ;
}
body.kids .article-body {
	padding-top:1.25em;
}
body.kids .section-about h2{
	margin-top:0;
}
body.kids  .mount-ttl hgroup{
	margin-block:5em 0;
}

.tab-style .tab-controller{
	display:flex;
	width:100%;
	gap:0.5em;
	margin-bottom:2em;
}
.tab-style .tab-controller button{
	font-size:1.5rem;
	flex:1;
	border-radius:0.75em;
	border:solid 3px var(--black);
	background:#ffffff;
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1.2;
	min-height:2.5em;
	font-family: "Mochiy Pop One", sans-serif;
	cursor:pointer;
	transition:var(--hover);
	color: inherit;
}
.tab-style .tab-controller button[aria-selected="true"]{
	background:var(--accent);
	color:#fff;	
}

body.kids .modal-set{
	border:solid 3px;
	background:#f8f8f1;
	border-radius:2em;
	margin-block:3em;
	overflow:hidden;
	padding:0 5em 3em;
}
body.kids .modal-set > h3{
	background:var(--accent);
	color:#fff;
	font-family:inherit;
	padding:1.5em 2em;
	font-size:1.25rem;
	display:flex;
	gap:1em;
	font-weight:600;
	align-items:center;
	margin-inline:-5rem;
	margin-bottom:2em;
}
body.kids .modal-set  > h3 mark{
	font-family: "Mochiy Pop One", sans-serif;
	font-size:1.5em;
	background:none;
	color:#fff;
}
.answer_list{
	font-size:1.125rem;
	display:flex;
	flex-direction:column;
	gap:0.5em;
	flex-grow:1;
}
.answer_list li{
	display:flex;
	--color:#d72f4f;
	border:solid 1px var(--color);
	background:#fff;
	border-radius:1em;
	overflow:hidden;
}
body.kids .modal-set :is(:has( > .color-a), .color-a){
	--color:#d72f4f;
}
body.kids .modal-set :is(:has( > .color-b), .color-b){
	--color:#3769ff;
}
body.kids .modal-set :is(:has( > .color-c), .color-c){
	--color:#8032bf;
}
.answer_list li mark{
	font-family: "Mochiy Pop One", sans-serif;
	font-size:1.66em;
	background:none;
	color:#fff;
	background:var(--color);
	padding:0.5em 1em;
	display: flex;
	align-items: center;
}
.answer_list li p{
	flex-grow:1;
	padding:1em;
	font-size:1.125rem;
	font-weight:500;
	line-height:1.4;
	display:flex;
	align-items:center;
}
body.kids .modal-trigger .btn{
	width: 19.65em;
	margin-block:2em 0;
}
body.kids .module-style .modal-inner{
	flex-direction:column;
	margin-inline:auto;
	align-items: stretch;
	max-width: 680px;
}
.module-style .modal-set dialog{
	padding-inline:3em;
}
body.kids .quiz-ttl{
	display:flex;
	gap:2em;
	align-items: center;
}
body.kids .quiz-ttl mark{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	background:var(--accent);
	color:#fff;
	font-family: "Mochiy Pop One", sans-serif;
	border-radius:50%;
	aspect-ratio:1 / 1;
	height:5rem;
	position:relative;
	z-index:2;
	line-height:1.2;
	padding: 0.575em;
	letter-spacing:-0.03em;
}
body.kids .quiz-ttl mark:after{
	content:"";
	display:block;
	position:absolute;
	width:1.2em;
	height:1em;
	background:var(--accent);
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	right:-0.75em;
}
body.kids .quiz-ttl mark span{
	white-space:nowrap;
}
body.kids .quiz-ttl mark em{
	font-size:1.5em;
}
body.kids .quiz-ttl p{
	font-size:1.25rem;
}
body.kids .modal-body .texts{
	flex-grow:1;
	background:url(../img/kids/border.png) repeat-x  top left / auto 6px;
	padding-top:2em;
	max-width: 100%;
	flex: auto;
}
body.kids .module-style .modal-inner .texts h3{
	font-family:inherit;
	font-size:1.125rem;
	color:inherit;
	font-weight:500;
	display:flex;
	align-items:center;
	gap:0.5em;
}
body.kids .module-style .modal-inner .texts h3 span{
	white-space:nowrap;
}
body.kids .module-style .modal-inner .texts mark{
	background:var(--color);
	color:#fff;
	font-family: "Mochiy Pop One", sans-serif;
	aspect-ratio:1 / 1;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1.5rem;
	width:1.75em;
	height:1.75em;
	line-height:1;
	border-radius:0.35em;
}
body.kids .quiz-end {
	padding-block:2em 6.25em;
	text-align:center;
	position:relative;
	z-index:2;
}
body.kids .quiz-end h3{
	color:var(--black);
	font-size:2.5rem;
	line-height:1.5;
	margin-bottom:0.65em;
}
body.kids .quiz-end h3 .ruby{
	font-size:0.7em;
}
body.kids .quiz-end:after{
	content:"";
}
body.kids .bg_mount{
	padding-bottom:0;
}
body.kids .bg_mount .mount-body{
	background:url(../img/kids/bg-img02.png) no-repeat 50% 111.5%;
}

@media screen and (max-width:767px){
	body.kids .section-about .imgs{
		max-width:100px;
	}
	.tab-style .tab-controller {
		gap:2px;
		margin-bottom: 0em;
	}
	.tab-style .tab-controller button{
		font-size:0.875rem;
		border-width:2px;
		min-height:4em;
	}
	body.kids .modal-set {
	    border: solid 2px;
	    border-radius: 1em;
	    margin-block: 1em 2em;
	    overflow: hidden;
	    padding: 0 1em 2em;
	}
	body.kids .modal-set > h3{
		margin-inline:-1em;
		padding:0.75em 1em;
		gap:0.5em;
		font-size: 1.25rem;
		min-height: 4em;
	}
	.answer_list{
		width:100%;
		font-size:1rem;
	}
	.answer_list li{
		align-items:stretch;
	}
	.answer_list li mark{
		font-size:1.25rem;
		aspect-ratio:auto;
	}
	.answer_list li p{
		padding:0.25em 1.0em;
		display:flex;
		align-items:center;
		line-height: 1.2;
		min-height: 3.5em;
	}
	.module-style .modal-set dialog{
		padding-inline: 1.0em;
	}
	body.kids .mount-ttl hgroup{
		margin-top:0;
	}
	body.kids .modal-body .texts{
		background-size:auto 3px;
		padding-top:1em;
		margin-top:1em;
	}
	body.kids .quiz-ttl{
		gap:1em;
	}
	body.kids .quiz-ttl mark{
		font-size:0.66rem;
		height:3.5rem;
	}
	body.kids .quiz-ttl mark em{
		font-size:1.25em
	}
	body.kids .quiz-ttl p{
		line-height:1.4;
		font-size: 1.11rem;
		padding-right: 0em;
	}
	body.kids .module-style .modal-set dialog{
		padding-block:2.0em;
	}
	body.kids .module-style .modal-set dialog button{
		top: -3.75em;
	}
	body.kids .module-style .modal-inner .texts h3{
		margin-bottom:0.25em;
		white-space: normal;
	}
	body.kids .module-style .modal-inner .texts mark{
		font-size:1.25rem;
	}
	body.kids .modal-trigger .btn{
		font-size:1rem;
	}
	body.kids .quiz-end h3{
		font-size:1.375rem;
	}
	body.kids .quiz-end .imgs{
		max-width:270px;
		margin-inline:auto;
	}
	body.kids .bg_mount .mount-body{
		background-size:640px auto;
		background-position-y:102.5%;
	}
}
@media screen and (max-width:480px){
	body:not(.home) .article-mv{
		background-position:bottom;
		background-size:contain;
	}
	body.about .article-mv{
		background-image:url(../img/about/mv@sp.png)
	}
	body.materials .article-mv{
		background-image:url(../img/materials/mv@sp.png);
	}	
	body.attempt .article-mv{
		background-image:url(../img/attempt/mv@sp.png)
	}
	body.kids .article-mv{
		background-image:url(../img/kids/mv@sp.png)
	}
}