/*
Theme Name: 誠和会
Description: 誠和会 Template
Author: 管理人
*/
@import url("css/style_page.css");


html {
    scroll-behavior: smooth;
}

body{
    font-family: zen-kaku-gothic-new, Zen Kaku Gothic New, ヒラギノ角ゴ ProN W3, Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
	letter-spacing:0.08em;
	background: #f5f7f5;
	overflow-x: hidden;
}
.in,
.inmin{
    margin: auto;
    width: 90%;
}
.inmin{
    max-width: 900px;
}

ul,li{
    list-style: none;
}
a{
    display: inline-block;
    transition: 0.5s;
}
a:hover{
    opacity: 0.7;
}
img{
    display: inline-block;
    clear: both;
    max-width: 100%
}
.got{
    font-family: gotham, sans-serif;
font-weight: 100;
font-style: normal;
}
.min{
	font-family: fot-tsukubrdgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
}
.tate{
    writing-mode: vertical-rl;
    text-orientation: mixed;
	letter-spacing: 0px;
}

/**********************
 * ヘッダー
 * ********************/
header{
    background-color: #f5f7f5;
    position: sticky;
    top: 0;
    animation: add-shadow linear both;
    animation-timeline: scroll();
    animation-range: 0 150px;
    z-index: 10;
	
}

@keyframes add-shadow {
    to { 
        border-bottom: 1px silid #000;
    }
}
header::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0;
    left: 0;
    box-shadow: 0px 0px 15px 2px #777777;
    animation: add-boarder linear both;
    animation-timeline: scroll();
    animation-range: 0 150px;
    opacity: 0;
}
@keyframes add-boarder {
    to { 
        opacity:1;
    }
}
body:has(.facility_content) header{
	position: relative;
}

#header,
.hed_nav ul,
.hed_box{
    display: -webkit-flex;
    display: flex;
}
#header{
    padding: 30px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    gap: 30px;
	position: relative;
	background-color: #f5f7f5;
}
.hed_box,
.hed_nav ul{
    -webkit-align-items: center;
    align-items: center;
    gap: 0 1.5em;
}
.hed_nav ul{
    /*font-size: 16px;*/
    flex-wrap: wrap;
}
.hed_nav .menu{
	position:relative;
}
.hed_nav li:has(.sub-menu) > a{
	padding-right:1em;
	pointer-events: none;
	position:relative;
}
.hed_nav li:has(.sub-menu) > a::before{
	content:"";
	display:block;
	width:0.5em;
	height:0.5em;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
}
.hed_nav li:has(.sub-menu) {
}
.hed_nav .sub-menu,
.hed_nav .sub-menu-container{
	background-color:#c9e5e5;
	white-space: nowrap;
	transition: 0.5s;
    top: 2.5em;
	visibility: hidden;
    opacity: 0;
}
.hed_nav .sub-menu-container{
	width: 100%;
	left:0;
	position:absolute;
	 display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	padding:1em;
	border-radius:10px;
	min-height: 195px;
}
.hed_nav .menu-item-has-children:hover > .sub-menu,
.hed_nav li:has(.sub-menu-container):hover .sub-menu{
    visibility: visible;
    opacity: 1;
}
.hed_nav .sub-menu-container .sub-menu {
    position: static; 
}
.hed_nav li:has(.sub-menu-container):hover .sub-menu-container{
	top: 2em;
	visibility: visible;
    opacity: 1;
	z-index:1;
}
.sub-menutitle{
	width:20%;
	font-weight: bold;
	color:#3faf37;
}
.hed_nav .sub-menu{
	font-size:0.9em;
	width:100%;
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr));
}
.hed_nav ul.sub-menu li{
	width:100%;
}
.hed_nav ul.sub-menu a{
	padding:0em 1em;
	position: relative;
}
.hed_nav ul.sub-menu a::before{
	content: "";
    display: inline-block;
    position: absolute;
    width: 0.2em;
    height: 0.2em;
    border-radius: 50%;
    background-color: currentColor;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0.5em;
}
.hed_nav .sub-menu:has(.asbmenu_facility){
	display: block;
	& .asbmenu_facility{
		
		& > li p{
			font-weight: bold;
		}
		& ul{
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr));
			& li{
				font-size:0.8em;
			}
		}
	}
}
.hed_yoyaku a{
    text-align: center;
    line-height: 1.2;
    border: 1px ;
    border-radius: 50%;
    padding: 0.8em 1.5em;
    background-color: #eeb29a;
}
.hed_sns #nav_menu-5{
    font-size: 32px;
    line-height: 1;
}


/*ハンバーガーボタン*/
.hamburger{
    position: relative;
    height: 15px;
    width: 30px;
    cursor: pointer;
}
.hamburger span{
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    background-color: #000;
    margin: auto;
    transition: 0.5s;
}
.hamburger span:nth-child(1){
    width: 100%;
    top: 0;
}
.hamburger span:nth-child(2){
    width: 80%;
    top: 0;
    bottom: 0;
}
.hamburger span:nth-child(3){
    width: 50%;
    bottom: 0;
}
.navbotn.active span:nth-child(1){
    width: 100%;
    transform: rotateZ(45deg);
    top: 6px;
}
.navbotn.active span:nth-child(2){
	opacity:0;
	transform: translate(10px, 0px);
}
.navbotn.active span:nth-child(3){
    width: 100%;
    transform: rotate(-45deg);
    bottom: 6px;
}
nav .navbotn{
    position: absolute;
	z-index: 1;
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
	animation-duration: 1s;
    animation-delay: 0s;
	opacity:0;
}
.navbotn p{
	font-size: 12px;
    margin: 0.5em auto 0;
	height: 6em;
	width: 1em;
	line-height: 1;
	letter-spacing: 0em;
}


/**********************
* ナビメニュー
* ********************/
nav{
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    animation: textanimation 1s forwards;
    opacity: 0;
    visibility: hidden;
}
#gnavi{
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s 0s;
}
nav,
nav::after,
nav::before{
    opacity: 0;
    visibility: hidden;
    transition:0.5s;
}
nav::before,
nav::after{
    content: "";
    display: block;
    position: fixed;
    margin: auto;
    animation-duration: 1s;
    animation-delay: 0s;
}
nav::before{
    background-color: rgba(222, 222, 222, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
nav::after{
    background-color: #fff;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    right: 1%;
    top: 1%;
}
nav.active,
nav.active::before,
nav.active::after,
nav.active #gnavi{
    opacity: 1;
    visibility: visible;
}
nav.active #gnavi{
    transition: 0.5s 0.5s; 
}
#gnavibase{
    position: relative;
    z-index: 1;padding: 50px 5%;
    height: calc(100vh - 2vh);
    overflow-y: auto;
}
#gnavi .sub-menu{
}
.nav_logo{
	max-width:190px;
}

nav.active .navbotn{
	opacity:1;
}
#menu-item-559{
	& a{
		padding-left:0;
		font-weight:bold;
		&::before{
			display:none;
		}
	}
}
#menu-item-25{
	& #menu-item-570{
		margin-left:1em;
	}
}




/**********************
* フッター
* ********************/
footer{
    margin-top: 200px;
    background-color: #2d5a55;
    padding-bottom: 60px;
    padding-top: 50px;
    color: #fff;
}
.foot_contacts ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.foot_contacts ul li{
    width: 60%;
    max-width: 530px;
}
.foot_contacts ul a{
    display: block;
    border: 1px  #000;
    border-radius: 3em;
    font-size: 30px;
    height: 10em;
    position: relative;
}
.foot_contacts ul a p{
    position: absolute;
    place-self: center;
    inset: 0;
}
.foot_contacts ul a p span{
    display: block;
    margin-top: 1em;
}
.foot_contacts .foot_yoyaku{
    margin-right: -3%;
}
.foot_contacts .foot_contact{
    
}
.foot_contacts .foot_yoyaku a{
    background-color: #eeb29a;
}
.foot_contacts .foot_contact a{
    background-color: #d8e8cc;
}
#footer{
}
#footer-widget-area{
    margin-top: 1.5em;
	font-size: 12px;
}
#footer-widget-area,
#footer-widget-area :is(.menu){
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
}
#footer-widget-area i{
    font-size: 30px;
}
#footer-widget-area #menu-menu-4 a{
    text-decoration: underline;
}
.foot_logoad{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
	font-size: 0.9em;
	& .foot_address{
		margin-top:1em;
		
	}
}
.foot_logo a{
	max-width:200px;
}
.foot_main_nav{
	& .menu{
		display: grid;
		/*grid-template-columns: repeat(4, 1fr);*/
		gap: 30px 20px;
		list-style: none;
		padding: 0;
		margin: 0;
		font-weight: 600;
		& > li > a{
			
		}
		& .menu-item-793  {  } /* 1：ホーム */
		& .menu-item-26  {  } /* 2：誠和会について */
		& .menu-item-25  {  } /* 3：施設の紹介 */
		& .menu-item-474 {  } /* 4：入園案内 */
		
		/* 2行目 (5番を飛ばして 6〜8番に配置) */
		& .menu-item-24  { grid-column-start: 2; } /* 6：採用情報（ホームの下を空ける） */
		& .menu-item-22  { grid-column-start: 3; } /* 7：お知らせ */
		& .menu-item-21  {grid-column-start: 4; } /* 8：お問合せ */
		& .sub-menu{
			padding-left:1.5em;
			margin-top:0.8em;
			font-size:12px;
			& li{
				position:relative;
				& a::before{
					content: "";
                    display: block;
                    width: 0.9em;
                    height: 1px;
                    background-color: #3faf37;
                    position: absolute;
                    left: -1.5em;
                    top: 0;
                    bottom: 0;
                    margin: auto;
				}
				& p{
					margin-left: -1.5em;
				}
			}
			& a{
				opacity: 0.8;
				padding:0.5em 0
			}
			
		}
	}
}
.foot_banner{
	margin-top:30px;
	& ul{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		font-weight: 600;
		gap: 10px;
	}
}
.foot_cc{
	text-align:right;
}


/******************
 * リンクボタン
 * ***************/
.link_box{
    margin-top: 2em;
}
.link_box .link_text{
    display: inline-block;
}
.link_box .link_text span{
    min-width: 150px;
	font-size:12px;
    padding: 0.2em 1em;
    position: relative;
    border: 1px  #000;
    background-color: #3faf37;
    border-radius: 2em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	color:#fff;
}
.link_box .link_text span::after{
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	border-color: currentColor;
    transform: rotate(-45deg);
}

/**********************
* ホーム
* ********************/
.home_content{
    margin-top: 70px;
}
.home_title{
    font-size: 20px;
    margin-bottom: 2em;
}
.home_title span{
    display: inline-block;
    border-bottom: 4px solid #3faf37;
    padding-bottom: 0.2em;
}
.home_headline{
    font-size: 37px;
    line-height: 1.5em;
    margin-bottom: 0.7em;
}

/*スライダー*/
.top-mv {
    overflow: hidden;
    margin: auto 0 auto auto;
    height: 610px;
    position: relative;
    width: 87%;
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    box-sizing: border-box;
	
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20vw 0 0 0; 
}

.top-mv video,
.top-mv iframe {
    display: block;
    border-radius: 20vw 0 0 0;
    
	
    position: absolute;
	
   min-width: 158.78vh;
    min-height: 50.25vw;
    width: 100%;
    height: 100%;
}
.mySwiper {
    overflow: visible !important;
}
.swiper-slide {
    width: 70%; 
}
.mv_img_wrap {
    width: 100%;
    overflow: hidden;
}
.mv_img_wrap{
    
}
.mv_img_wrap > div{
    padding-top: 54%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px  #000;
    border-radius: 6vw;
    transition: 0.5s;
    transform: scale(.7);
}
.swiper-slide-active .mv_img_wrap > div{
    border-radius: 31vw 31vw 0 0;
    transform: scale(1);
}
.swiper-slide-prev .mv_img_wrap > div{
    
}
.swiper-slide-next .mv_img_wrap > div{
    
}
.mvtext_box{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.mvtext{
	width: 15em;
    margin: auto 0 0;
    font-size: 35px;
    margin-top: 5em;
    margin-left: 3vw;
    line-height: 1.5;
}
.mvtext p{
    margin-left: auto;
    margin-right: 1em;
    background-color: #f5f7f5;
    padding: 0.5em 1em;
    border-radius: 2em;
}
.mvtext p span{
    display: inline-block;
    position: relative;
    margin-left: 0.2em;
}

/*私たちの理念*/
.home_mainimg{
    padding-top: 74%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 1px  #000;
}
/*保育への取り組み*/
.home_02{
    position: relative;
	overflow-x: hidden;
}
.home_img{
    position: relative;
}
.home_imgsabs > div{
    width: 35%;
}
.home_imgsab{
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home_imgsabs{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: 6%;
    position: absolute;
    width: 100%;
}
.home_imgsab_01 .imgsab_frame {
    
    -webkit-mask-image: url('images/imgsab_01_mask.svg');
    mask-image: url('images/imgsab_01_mask.svg') ;

    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;

    overflow: hidden;
    position: relative;
}
.home_imgsab_01 .imgsab_frame::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: url('images/imgsab_01_maskborder.svg') no-repeat center / contain;

    pointer-events: none; 
}

.home_imgsab_02{
    border: 1px  #000;
    border-radius: 65px;
    overflow: hidden;
}
.home02_listbox{
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
.home02_list{
    margin-top: 90px;
}
.home02_ltitle span{
    display: block;
    line-height: 1;
    padding: 1.2em 0.1em;
    width: 4.5em;
    text-align: center;
    border-radius: 1em;
	letter-spacing:0;
}
.home02_list .splide__arrows{
	margin-top:30px;
}
.facilitylist_cat{
	text-align:center;
	color: #3faf37;
	font-size:12px;
}
.list_childcare :is(.home02_ltitle span,.link_box .link_text span){
    background-color: #eeb29a;
}
.list_childcare :is(.facilitylist_cat,.facilitylist_aki span){
	color: #eeb29a;
}
.list_support :is(.home02_ltitle span,.link_box .link_text span){
    background-color: #f4ca66;
}
.list_support :is(.facilitylist_cat,.facilitylist_aki span){
	color: #f4ca66;
}
.home_02 .link_box{
    text-align: center;
}
.home02_ltitle{
	margin-bottom:1.5em;
}
.home02_ltitle h2{
    font-size: 30px;
    margin: 1em auto 0;
}
.home02_nav button{
    padding: 1em;
    background-color: #fff;
    border-radius: 1em;
    line-height: 1;
    border: 1px  currentColor;
}

.home02_content .in{
	position:relative;
}
.home02_content .in::before {
	position: absolute;
	top: 85px;
	left: -120px;
	content: "";
	background: #eaf5fa;
	width: 740px;
	height: 440px;
	border-radius: 10px;
	z-index: -1;
}
.hometate_taitl{
	
}
.home_02 .hometate_taitl{
	
}
.home02_imgs{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 29px;
}
.home02_img{
	border-radius:10px;
	overflow:hidden;
}
.home02_img01{
	width:30%;
}
.home02_img02{
	width:40%;
}
.home02_img03{
	width:100%;
}
.home_02 .hometate_textbox{
	margin-top:50px;
}
.text01 + .text01{
	margin-top:1em;
}
/*ホーム保育の活動*/

.home_03{
    padding: 60px 0;
    z-index: 1;
    position: relative;
    background-color: #eaf5fa;
	container-type: inline-size;
    container-name: home_03;
}
@container home_03 (min-width: 500px) {
	.home03_text {
        
    }
}
.home03_imgs{
    position: relative;
}
.home03_img{
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}
.home03_img > div{
	padding-top:100%;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.home03_img_01{
    max-width: 294px;
    width: 50%;
    margin-top: -24%;
    margin-left: 39%;
}
.home03_img_02{
	margin-bottom: -110px;
    margin-left: 50%;
    max-width: 350px;
    width: 61%;
}
.home03_img_03{
	top: 7%;
    right: 0;
    max-width: 360px;
    width: 68%;
    left: -23%;
    position: absolute;
}

/*ホーム保育環境*/
.home_04{
    text-align: center;
}

.home04_list {
    overflow: hidden; 
    width: 100%;
    padding: 50px 0;
}
.home04_list ul {
    display: flex;
    width: fit-content;
    gap: 20px;
    animation: loop-scroll 30s linear infinite;
}

.home04_list li {
    list-style: none;
    flex-shrink: 0; 
    width: 250px;
    animation: fuwafuwa 4s ease-in-out infinite;
}
.home04_list li:nth-child(2n+1){
    width: 300px;
}
.home04_listimg div {
    width: 100%;
    padding-top: 100%;
    border-radius: 20px;
    border: 1px  #000;
    background-size: cover;
    background-position: center;
}

/* アニメーションの設定 */
@keyframes loop-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes fuwafuwa {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}
.home04_list li:nth-child(even) {
    animation-delay: -1s;
}
.home04_list li:nth-child(3n) {
    animation-delay: -2s;
}

/*ホームリクルート*/
.home_05{
    display: block;
    position: relative;
	background-color: #fff5f9;
	& .hometate_taitl p{
		color:#3faf37;
	}
	& .home05_img{
		box-shadow: 0px 0px 15px -5px #77777785;
        padding: 5px;
        background-color: #fff;
        position: relative;
		& > div{
			padding-top:100%;
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
		}
		&.home05_img_01{
			width: 45%;
            margin-left: auto;
            margin-right: 10%;
            margin-top: 0;
            transform: rotate(-9deg);
            z-index: 1;
		}
		&.home05_img_02{
			margin-top: -35%;
            width: 54%;
		}
		&.home05_img_03{
			width: 30%;
            margin-left: auto;
            margin-top: -25%;
            transform: rotate(13deg);
            z-index: 1;
		}
	}
}
.home_05 .in{
    position: relative;
}
/*ホームお知らせ*/
.home06_title{
    font-size: 45px;
}
.home_06{
	position:relative;
	z-index:1;
	& .link_box .link_text span{
		min-width: auto;
        gap: 1em;
        background-color: #00000000;
        color: #3faf37;
		font-weight: 600;
	}
}
.home_06 .in{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 390px), 1fr));
	grid-gap: 3rem;
}
.home_06tabbutton{
	margin:1em 0;
	font-size:12px;
	& ul{
		display: -webkit-flex;
		display: flex;
		flex-wrap:wrap;
		gap:0.5em 1em;
	}
	& li a{
		padding:0 1em;
		border-radius:2em;
		
	}
	& li.active a{
		background-color: #3faf37;
        color: #fff;
	}
}
.home_news{
	& .news_listtab{
		padding-top: 1em;
        border-top: 3px solid #3faf37;
	}
	& .news_list{
		display:none;
		&.active{
			display:block;
		}
	}
}

/*ホームインターン*/
.home_07 .in{
	container-type: inline-size;
	container-name: home_07; 
}
.home_07 .in::before{
	content:"";
	display:block;
	position:absolute;
	background-color:#f2f2f2;
	width: 83%;
	right:0;
	
	border-top-left-radius:20px;
	border-bottom-left-radius: 20px;
}
.home07_content{
	position:relative;
}
@container home_07 (min-width: 500px) {
	.home07_content{
		
	}
}
	
.home07_img{
	z-index:1;
}
.home_07 .hometate_taitl{
    -webkit-justify-content: end;
    justify-content: end;
}
.hometate_taitl h2{
	font-size: 34px;
	font-weight:bold;
	line-height: 1.5;
}
.hometate_taitl h2 span{
	font-size:0.48em;
	display:block;
	margin-bottom: 1em;
	color:#989898;
}
.hometate_taitl h2 b{
	color: #038abe;
}
.hometate_taitl p{
	position: relative;
	color: #3faf37;
	padding-left: 1.5em;
	font-size: 0.9em;
}
.hometate_taitl p::before{
	content: "";
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    border-radius: 50%;
    top: 0.6em;
    left: 0;
    margin: auto;
	
}
.hometate_textbox h3{
	font-size: 27px;
    line-height: 1.5em;
    margin-bottom: 1em;
    color: #2984c0;
    font-weight: bold;
}
/*ホームトピックス*/
.banner_list{
	position:relative;
	padding:0 70px;
	& .slider_nav {
		margin-top: 0;
		& .slider_nav_btn {
			position:absolute;
			top: 0;
            bottom: 0;
            margin: auto;
			&.swiper-button-next{
				
			}
			&.swiper-button-prev {
			}
		}
	}
	
	& a{
		display:block;
		& .bannerimg >div{
			padding-top: 34.55%;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            background-color: #fff;
		}
	}
}





/**********************
* 下層ページ
* ********************/
.p_box + .p_box{
    margin-top:100px;
    scroll-margin-top: 100px;
}
.text_box + .text_box{
    margin-top: 2em;
}

/*下層ページヘッダー*/
.content_hed{
    text-align: center;
    font-size: 40px;
    margin: 0.5em 0 0.5em;
}
.content_hed p{
    font-size: 0.5em;
}
.content_hed .hed_lead{
    font-size: 0.4em;
    border-top: 1px solid #3faf37;
    padding-top: 1.4em;
    margin-top: 1em;
}


/*ページナビ-----------*/

.pagination{
    text-align: center;
    margin-top: 60px;
}
.pagination :is(a,span,div){
    display: inline-block;
    min-width: 1.8em;
    min-height: 1.8em;
}
.pagination :is(a,span){
    margin: 5px;
    border: 1px ;
    border-radius: 7px;
}
.pagination a{
    background-color: #f4ca66;
}

/**/

/*施設----------*/
/*施設一覧*/
.facility_list ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 212px), 1fr));
    grid-gap: 10px;
	& .link_box .link_text{
		width: 100%;
	}
	& .link_box .link_text span{
		width: 100%;
        min-width: auto;
	}
}
.facility_list :has(.facilitylist_cat){
	& li{
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 6;
	& a{
		display: grid;
		grid-template-rows: subgrid;
		grid-template-columns: subgrid;
		grid-row: span 6;
		}
	}
}
.facility_list a{
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 1.5em 1em 1.5em;
    border-radius: 10px;
    height: 100%;
}
.facilitylist_img > div{
    padding-top: 74%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    border: 1px  #000;
}
.facilitylist_title{
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    margin:0.2em 0px 0.5em;
    font-weight: bold;
	& small{
		font-size:0.7em;
		font-weight:normal;
	}
}
.facility_list .link_box{
    position: relative;
    z-index: 1;
    margin-top: 1em;
    text-align: center;
	font-size: 0.9em;
}
.facilitylist_address{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex-direction: column;
    flex-direction: column;
	font-size:14px;
}
.facilitylist_aki{
    background-color: #fff;
    padding: 0.2em 0.5em;
	margin: 1em 0 0;
	font-size: 0.75em;
}
.facilitylist_aki span{
	display:inline-block;
	color: #3faf37;
}
/*施設詳細*/
.facility_content .home_title{
    text-align: center;
}
.facility_hed{
    position: sticky;
    top: 0;
    background-color: #f5f7f5;
    z-index: 2;
    padding: 1em 0;
}
.facility_hednav ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.07em;
	gap:1em;
}
.facility_hednav ul a{
    padding: 0.5em 1em;
    background-color: #fff;
	border-radius:0.5em;
}
.facility_img{
    width: 100%;
    margin: auto;
}
.facility_img > div{
    height:400px;
    background-position: center;
    background-size: cover;
    border-top: 1px  #000;
    border-bottom: 1px  #000;
    /*border-radius: clamp(10px, 20vw, 190px);*/
}
.facility_02 .home_title{
}
.facility_03{
    padding-top: 70px;
    border-top: 1px  #000;
    border-radius: clamp(10px, 20vw, 190px);
}
.facility_housin{
    width: 90%;
    margin: auto;
}
.facility_housinimgs ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 3%;
    margin-top: 60px;
}
.facility_housinimgs li{
    width: 18%;
}
.facility_housinimg >div{
    padding-top: 100%;
	border-radius: 10px;
    background-size: cover;
    background-position: center;
}
.facility_datasimg + .facility_akibox{
	margin-top:30px;
}
.facility_akibox {
	border: 2px solid #3faf37;
    border-radius: 10px;
    padding-bottom: 24px;
    text-align: center;
}
.facility_akibox h3 {
	background: #3faf37;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.2em;
	text-align: center;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 0.5em 0;
	margin-bottom: 1em;
}
.facility_akibox ul{
	display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: center;
    justify-content: center;
	gap:10px;
	padding: 0 20px;
	margin-top:20px;
}
.facility_akibox ul li{
	min-width: 150px;
	padding:0.5em;
	background: #f2f2f2;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
}
.facility_akibox ul li span{
	display: inline-block;
    margin-left: 1em;
}
.facility_time{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 1em;
    flex-wrap: wrap;
    margin-bottom: 2em;
    padding: 1.5em 0;
    border-top: 2px dotted #3faf37;
    border-bottom: 2px dotted #3faf37;
	font-weight: bold;
	
	& span{
		display: block;
        padding: 0 1.5em;
        background-color: #3faf37;
        border-radius: 2em;
        color: #fff;
	}
	& p{
		color: #3faf37;
        font-size: 1.3em;
        line-height: 1.5;
	}
}
.facility_datas table{
    border-top: 1px  #000;
    width: 100%;
}
.facility_datas table tr{
    border-bottom: 1px solid #000;
}
.facility_datas table :is(td,th){
    font-weight: normal;
    padding: 0.5em;
}

.facility_datas table th{
    width: 7em;
}
.facility_datasimg > div{
    padding-top: 67%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.facility_hoikus.sequence_02{
	background-color: #fff;
    padding: 1em;
    border-radius: 10px;
	& > ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 432px), 1fr));
    grid-gap: 0 4rem;
}
}
.facility_hoikus > ul > li{
	font-size: 0.9em;
    background-color: #fff;
    padding: 1.5em;
    border-radius: 10px;
	
}
.facility_hoikus h3{
	font-size: 1.3em;
    color: #3faf37;
}

/* グリッド全体のコンテナ */
.schedule-grid-container {
  display: grid;
  width: 100%;
  /* 左端の時間を80px、残りのカラム（A、Bなど）を均等幅に自動計算 */
  grid-template-columns: 80px repeat(var(--col-count, 2), 1fr);
	font-size:0.9em;
}

/* ヘッダーセルの共通スタイル */
.grid-header-time,
.grid-header-column {
  font-weight: bold;
  text-align: center;
}

/* 時間軸セルのスタイル */
.grid-cell-time {
	text-align: center;
    padding: 10px 0;
    display: flex;
    justify-content: end;
}

/* 予定が入るコンテンツセルのスタイル */
.grid-cell-content {
	padding: 0 10px;
	position: relative;
}

/* 予定テキストの調整 */
.facility_daytimecontent span {
  display: block;
  margin-bottom: 5px;
}
.facility_daytimecontent span:last-child {
  margin-bottom: 0;
}


.facility_day{
	& span{
		width: 90%;
        margin: auto;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        background-color: #1a73e8;
        color: #fff;
        padding: 1.5em 2em 5.5em 2em;
        min-height: 10em;
        margin-bottom: -5em;
        text-align: center;
        /*clip-path: ellipse(50% 100% at 50% 100%);*/
		border-radius:20px;
	}
    
}
.facility_hoikutext,
.time_tables ul{
    border-left: 1px  #000;
    border-top: 1px  #000;
}
.time_tables ul li{
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.time_tables ul li:not(:has(.facility_daytime)) .facility_daytimecontent{
    margin-left: auto;
    background-color: #eeb29a;
    color: #fff;
    padding:0 0.5em;
    margin-top: 0.5em;
}
.facility_gyoujih{
    font-size: 1.2em;
    margin: 1em 0 0.5em;
    border-bottom: 1px solid;
}
.facility_daytime{
    width: 6em;
    padding: 0 1em 1em 1em;
    position: relative;
}
.facility_daytimecontent{
    padding: 1em;
    background-color: #fff;
	border-bottom: 1px dashed #CCCCCC;
	text-align: center;
	height:100%;
}
.time_tables ul li:nth-last-child(1) :is(.facility_daytime,.facility_daytimecontent){
	border-bottom:0;
}

.facility_seasonimg .svg-mask {
  mask-image: url('images/facility_seasonimg.svg');
  -webkit-mask-image: url('images/facility_seasonimg.svg');
	
	padding-top: 76%;
    background-position: center;
    background-size: cover;
  
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.facility_gyoujis_list{
	& h3{
		font-size: 68px;
		line-height: 1.5;
		margin-bottom: 0.5em;
		& span{
		font-size:0.8em;
		display:inline-block;
		font-weight: 600;
		margin-left:0.5em;
		opacity:0.5;
		}
	}
	& dl:has(.facility_katudou, .facility_mokuhyou){
		border-bottom: 1px solid;
        padding: 5px 0;
	}
	&.Spring {
		& h3,ul li h4{
			color:#d99785;
		}
		& dl:has(.facility_katudou, .facility_mokuhyou){
			border-color:#d99785;
		}
	} 
	&.Summer{
		& h3, ul li h4{
			color:#84aabc;
		}
		& dl:has(.facility_katudou, .facility_mokuhyou){
			border-color:#84aabc;
		}
	}
	&.Autumn {
		& h3,ul li h4{
			color:#d5ad67;
		}
		& dl:has(.facility_katudou, .facility_mokuhyou){
			border-color:#d5ad67;
		}
	}
	&.Winter {
		& h3,ul li h4{
			color:#a3a3bc;
		}
		& dl:has(.facility_katudou, .facility_mokuhyou){
			border-color:#a3a3bc;
		}
	}
	& dl{
		font-size:1.1em;
		display: -webkit-flex;
		display: flex;
		& dt{
			width: 3em;
            margin-right: 0em;
			font-weight:normal;
		}
		& dd{
			width:calc(100% - 5em);
		}
	}
	
}
.slider_nav{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	
	& .slider_nav_btn{
		position: relative;
        top: 0;
        bottom: 0;
        height: 3.5em;
        width: 3.5em;
        line-height: 1;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: #d8e1e1;
        border-radius: 50%;
		color:#000;
		z-index: 11;
		&.swiper-button-prev{
			left:0;
		}
		&.swiper-button-next{
			right: 0;
		}
		&::after{
			display:none;
		}
	}
	& .swiper-pagination{
		position:relative;
		display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
		width:auto;
	}
	& .swiper-pagination .swiper-pagination-bullet{
		width: 2.5em;
        height: 2.5em;
		display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        border-radius: 50%;
		background-color:rgb(0 0 0 / 0%);
		font-size: 1.1em;
		opacity: 1;
		
		&.swiper-pagination-bullet-active:nth-child(1){
			color:#d99785;
		}
		&.swiper-pagination-bullet-active:nth-child(2){
			color:#84aabc;
		}
		&.swiper-pagination-bullet-active:nth-child(3){
			color:#d5ad67;
		}
		&.swiper-pagination-bullet-active:nth-child(4){
			color:#a3a3bc;
		}
	}
	
}
.facility_gyoujis_list dd:has(.facility_katudou):has(.facility_mokuhyou) {
	display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 350px), 1fr));
  grid-gap: 1rem;
}
.facility_gyoujis_list ul li h4{
    margin: 0;
}
.facility_gyoujis_list ul li h4 span{
    border-bottom: 2px ;
    display: inline-block;
}
.facility_katudou + .facility_mokuhyou{
}
.facility_cosing_notes{
    margin-top: 3em;
}
.facility_map {
    overflow: hidden;
    border-top: 1px  #000;
    border-bottom: 1px  #000;
    border-radius: 10px;
    height: 500px;
}
.facility_map iframe{
    width: 100%;
    height: calc(100% + 200px);
    margin-top: -120px;
}
.link_boxs{
	margin-top:40px;
}
.link_boxs ul{
	display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
	gap:0.5em 1em;
}
.link_boxs ul li{
	min-width:200px;
}
.link_boxs ul li a{
	padding: 0.3em 1em;
    position: relative;
    background-color: #3faf37;
    border-radius: 2em;
    display: -webkit-flex;
    display: flex;
	gap:0.5em;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
	position: relative;
	& span{
		display:block;
	}
	&::after{
		content: "";
		display: block;
		width: 0.5em;
		height: 0.5em;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transform: rotate(-45deg);
		position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 0.7em;
	}
	& i{
		padding: 0.5em;
		background-color: #fff;
		border-radius: 50%;
		margin-left: -0.7em;
		color: #3faf37;
	}
}


/*お知らせ--------------*/
/*お知らせ一覧*/
.news_category span{
    display: inline-block;
    font-size: 11px;
    padding: 0.1em 0.5em;
    border-radius: 2px;
    background-color: #f4ca66;
}
.news_category span{
    background-color: #dcbd72;
}
.news_category span.event{
    background-color: #b4d4c6;
}
.news_list li a{
    padding: 0.5em 0.5em;
    border: 1px #000;
    display: block;
	height: 100%;
}
.news_listig div{
    padding-top: 64%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.news_list time{
    font-size: 12px;
    display: block;
}
.news_list :is(.news_datas,.news_category){
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	flex-wrap:wrap;
	gap:10px;
}
.news_title{
    display: block;
}
.news_list .post_category{
    font-size: 0.8em;
}
.news_listcontent{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list li {
	container-type: inline-size;
    container-name: news_list;
}
.news_list li a{
	position: relative;
}
	.news_list li a::before{
		content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ccc;
	}
.postlist_box :is(.news_list ul){
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 460px), 1fr));
	    gap: 0 32px;
}

.news_sidenav + .news_sidenav{
	margin-top:2em;
}
.news_sidenav h4{
	border-bottom:1px solid #000;
	font-weight:600;
}
.news_sidenav ul{
	font-size:0.85em;
}
.news_sidenav a {
	margin-top:10px;
}
.news_sidenav a.active{
	font-weight:600;
}
.news_sidenav a i{
	width: 2em;
    height: 2em;
    font-size: 0.9em;
    padding: 0.5em 0;
    text-align: center;
    background-color: #3faf37;
    color: #fff;
    border-radius: 50%;
    margin-right: 0.5em;
}
/*お知らせ詳細*/
.news_itemtaim{
    font-size: 13px;
}

.news_itemtaim{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1em;
}
.news_itemtaitl {
    font-size: 30px;
    margin: 0.5em 0;
}
.content_nav{
    margin-top: 60px;
    text-align: center;
}
.content_nav ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    gap:1em;
}
.content_nav ul :is(a,sapn){
    display: inline-block;
    width: 2em;
    height: 2em;
    border-radius: 10px;
    border: 1px ;
}
.content_nav ul sapn{
    opacity: 0.5;
}

/*詳細ページ*/

.basebox{
	& img{
		display: block;
		height: auto;
	}
	& img.alignleft{
		float: left;
	}
	& img.aligncenter{
		margin: auto;
	}
	& img.alignright{
		float: right;
	}
	& .gallery img{
        /*aspect-ratio: 16 / 11;*/
        object-fit: cover;
		width: 100%;
	}
	
}
.basebox,
.facility_hoikutext{
	& :is(td, th){
		padding: revert-layer;
	}
	& :is(ul,ol){
		list-style: auto;
		padding-left: 1.5em;
	}
	& :is(li){
		list-style: inherit;
	}
}
/*下層ページ見出し*/
.basebox, #p_base {
    & h2 {
        font-size: 42px;
        margin-bottom: 0.3em;
    }
    & h3 {
        font-size: 22px;
		color: #3faf37;
        margin-bottom: 0.3em;
		font-weight: 600;
    }
    & h4 {
        font-size: 20px;
        margin-bottom: 0.3em;
        border-bottom: 1px solid #000;
    }
    & h5 {
        font-size: 1.1em;
        margin-bottom: 0.3em;
    }
    & h6 {
        font-weight: 600;
    }
    
}
/*固定ページ------------*/
.nolist{
    padding-left: 1em;
}
.nolist li::first-letter{
    margin-left: -1em;
}
.sanhou{
    padding: 0.5em;
    border-radius: 50%;
    border: 1px ;
}
.ten_r{
    text-align: right;
}
/*お問いわせ*/
/*----------お問い合わせ----------*/

.contectfomw{
    margin-top: 1em;
    
    & .foomhedkom span{
        color: #ca750d;
    }
    & th span{
        color: #ca750d;
        font-size: 11px;
        display: inline-block;
        vertical-align: top;
    }
    & td :is(.name,.mail,.taitl, .wpcf7-validates-as-required){
        width: 100%;
    }
    & td :is(input, textarea){
        padding: 10px 5px;
        border: none;
        border-radius: 0;
        background: #f1f1f1;
        color: #6c6c6c;
        letter-spacing: .1em;
    }
    & td p{
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 1.45;
    }

}
.contct_botm{
    text-align: center;
    margin-top: 30px;
}
.contct_botm input{
    border: none;
    padding: 10px 40px;
    background-color: #808080;
    color: #fff;
}

/*私たちの保育*/
.business-item{
	margin-top:70px;
	scroll-margin-top: 150px;
}
.hoikutop{
	text-align:center;
}
.business-nav{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	flex-wrap:wrap;
	gap:0.5em 1em;
	margin: 1em 0 2em;
}
.business-nav a{
	padding:0.5em;
	position:relative;
}
.business_boxs{
	position:relative;
}
.business_meinimg > div{
	height:500px;
	border-radius: 5px;
	scroll-snap-align: center;
    overflow: clip;
    /* background-attachment: fixed; */
    background-size: 120%;
    background-position: top center;
    animation: linear reveal both;
    animation-timeline: view(block);
    animation-range: cover 30% cover 80%;
}
@keyframes reveal {
	from {
		background-position: top center;
	}
	to {
		background-position: bottom center;
	}
}
.business_name{
	position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.business_name p{
	position: absolute;
    left: auto;
    width: auto;
    background-color: #f5f7f5;
    border-radius: 0 0 0 5px;
    padding: 0 20px 20px 15px;
    /* height: auto; */
    margin: 0;
    font-size: 2.2rem;
    transform: scaleY(0.9);
    transform-origin: 0 0;
}
.business_policy{
	position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: auto;
    height: 200px;
    margin: 0;
}
.business_policy p{
	position: relative;
    margin: 0;
    padding: 25px 20px 0 20px;
    box-sizing: border-box;
    background-color: #f5f7f5;
    border-radius: 0 5px 0 0;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
}
.business_name p::before,
.business_name p::after,
.business_policy p::before,
.business_policy p::after{
	position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    background-image: url(images/business_round.svg);
    background-size: cover;
}
.business_name p::before,
.business_name p::after{
	transform: rotate(180deg);
}
.business_name p::before{
	top: 0;
    left: -15px;
}
.business_name p::after{
	right: 0;
    bottom: -15px;
}
.business_policy p::before{
	left: 0;
    top: -15px;
}
.business_policy p::after{
	bottom: 0;
    right: -15px;
}

.business_facilitys{
	margin-top:50px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
    grid-gap: 3em;
	
	& a{
		display: block;
	}
	& .business_facilitysimg{
		margin-bottom:1em;
	}
	& .business_facilitysimg > div{
		padding-top: 65%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 5px;
	}
	& p{
		font-size:13px;
	}
	& .facilitytext{
		font-size:13px;
		margin-top:1.5em;
	}
}
/*保育実習*/
.internship_01{
	& .in{
		background-color: #fff;
        padding: 2em;
        border-radius: 20px;
	}
	& .internship01_box{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		gap:40px;
		&:has(.telWrap){
			-webkit-justify-content: center;
            justify-content: center;
            gap: 70px;
            text-align: center;
		}
	}
	& .internship01_l > div{
		background-position: center;
		background-size: cover;
		padding-top: 75%;
		border-radius: 20px;
		margin-top: 20px;
	}
	& h5{
			line-height: 1.5;
			margin-top: 1em;
			font-weight: bold;
		}
	& .telNum .telNum__block {
		display: flex;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		width: 100%;
		line-height: 1;
    margin-bottom: 0.2em;
		color: #3faf37;
	}
	& .telNum .telNum__block .tel__label {
		font-size: 1.3rem;
        width: 2.5em;
	}
	& .telNum .telNum__block .tel__data {
		font-size: 1.9rem;
        font-weight: bold;
        margin: 0;
        letter-spacing: 0.03rem;
	}
}

.internship_02,
.internship_03{
	padding:40px 0;
}
.internship_02 ,
.internship_02 .in,
.internship_03,
.internship_03 .in{
	position:relative;
}
.internship_02::before,
.internship_03::before{
	position: absolute;
	top: 0;
	content: "";
	background: #f2f2f2;
	width: 80%;
	height: 100%;
	z-index: -1;
}
.internship_02::before{
	right: 20%;
	border-radius: 0 10px 10px 0;
}
.internship_03::before{
	left: 20%;
	border-radius:  10px 0 0 10px;
}

.internship03_list{
	margin-top:80px;
}
.internship03_list ul{
	counter-reset: my-counter;
}
.internship03_list li{
	display: flex;
	background-color: #fff;
/*	border: 4px solid #008cbe; */
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}
.internship03_list li:nth-child(2){
	border-color:#ff7caf;
}
.internship03_list li:nth-child(2)::before{
	background-color:#ff7caf;
}
.internship03_list li:nth-child(3){
	border-color:#17b586;
}
.internship03_list li:nth-child(3)::before{
	background-color:#17b586;
}
.internship03_list li:nth-child(4){
	border-color:#fdc110;
}
.internship03_list li:nth-child(4)::before{
	background-color:#fdc110;
}
.internship03_listimg{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.internship03_list h4{
	font-weight:bold;
}
/*取り組み*/
#p_base{
	& .initiatives-box{
		&:nth-child(2n+1){
			& .initiatives-title b{
                margin-top: -0.8em;
				-webkit-justify-content: center;
                justify-content: center;
				-webkit-align-items: center;
				align-items: center;
				-webkit-flex-direction: column;
				flex-direction: column;
				color: #3faf37;
			}
		}
		&:nth-child(2n+2){
			& .initiatives-title b{
				margin-top: -2.5em;
                padding-right: 1em;
				padding-bottom:0.5em;
                -webkit-justify-content: flex-end;
                justify-content: flex-end;
				color: #3faf37;
			}
		}
		& .initiatives-box-content{
			&:has(.grand_imgs){
				display: -webkit-flex;
				display: flex;
				-webkit-justify-content: space-between;
				justify-content: space-between;
				
			}
			
			margin-top: 25px;
			
			& .grand_imgs{
				display: -webkit-flex;
				display: flex;
				-webkit-justify-content: space-between;
				justify-content: space-between;
				gap:1em;
				& .grand_img{
					width:50%;
					& > div{
						padding-top:100%;
						background-position:center;
						background-repeat:no-repeat;
						background-size:cover;
						
					}
				}
			}
		}
	}
	.initiatives-box-hed{
		position:relative;
		& .initiatives_img > div{
			padding-top: 32%;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		& .initiatives-title{
			position: relative;
			z-index:1;
		}
		& .initiatives-title b{
			display: -webkit-flex;
			display: flex;
			gap:0 0.2em;
			font-size:33px;
			& i{
				font-style: normal;
				width: 1.8em;
				display: block;
				text-align: center;
				height: 1.8em;
				line-height: 1;
				padding: 0.3em;
				border: 1px dashed #c3c4c7;
				border-radius: 50%;
				background-color: #fff;
			}
		}
	}
}



/*採用情報*/
.recruit{
	& .hometate_taitl{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	& .recruit01_box{
		margin-top: 4%;
		& ul{
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(min(100%, 380px), 1fr));
			grid-gap: 3rem;
			text-align:center;
			& .recruit01_img{
				position: relative;
				transform: rotate(-2deg);
				margin:3% 0;
				&::before{
					content: "";
                    position: absolute;
                    top: -7px;
                    left: -7px;
                    width: 100%;
                    height: 100%;
                    border: 3px solid;
				}
				& > div{
					padding-top: 65%;
					background-position: center;
					background-size: cover;
					background-repeat: no-repeat;
				}
			}
			& li:nth-child(1){
				& .recruit01_img::before{
					border-color: #3faf37;
				}
				& .recruit01_text b{
					color: #3faf37;
				}
			}
			& li:nth-child(2){
				& .recruit01_img::before{
					border-color: #ff7caf;
				}
				& .recruit01_text b{
					color: #ff7caf;
				}
			}
		}
	}
	
	& .recruit02_box{
		background-color: #e8f5e7;
        padding: 5%;
        max-width: 1000px;
        margin: 3% auto 0;
		border-radius: 10px;
		& .recruit02_hed{
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content: space-between;
			-webkit-align-items: center;
			align-items: center;
			& .recruit02_hed_img > div{
				padding-top: 80%;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
				border-radius: 10px;
			}
		}
		& .recruit02_text{
			margin-top:2em;
		}
		& :is(h3 ,h4){
			color: #3faf37;
            font-weight: bold;
		}
	}
	
		& .interviewlist{
			margin-top:40px;
			& ul{
				display: grid;
				grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
				grid-gap: 1rem;
			}
			& li a{
				background-color: #fff;
				padding: 10px;
				border: 1px solid #000;
			}
		}
	& .job-tabs-list{
		& button{
			border: 3px solid #3faf37;
            padding: 0.35em 1.5em;
            border-radius: 5px;
            text-align: center;
			background-color:#fff;
			font-weight:600;
			&.is-active{
				background-color:#3faf37;
				color:#fff;
			}
		}
	}
	& .job-tabs-contents{
		border: 3px solid #3faf37;
        background-color: #f2f2f2;
        padding: 0 5% 40px;
		& .job-tab-content{
			display:none;
			
		&.is-active{
			display:block;
			}
		}
		& .inner_contenth{
			background-color: #3faf37;
            width: 111.5%;
            transform: translateX(-5.2%);
            padding: 1em 5%;
            font-size: 28px;
            line-height: 1.5;
            color: #fff;
            margin-bottom: 40px;
		}
		& .job-info-block{
			padding-top: 50px;
			background-image: radial-gradient(circle, #d5d5d5 2px, transparent 2px);
			background-position: left top;
			background-repeat: repeat-x;
			background-size: 13px 4px;
			}
		& .job-guidelines-table{
			border-radius:5px;
			width: 100%;
			overflow: hidden;
			& tr + tr{
				border-top:1px solid #999;
			}
			& :is(th,td){
				font-weight:normal;
				padding: 6px 20px;
			}
			& th{
				background-color:#dddddd;
			}
			& td{
				background-color:#fff;
			}
			& + .job-info-block{
				margin-top: 50px;
			}
		}
		& .job-type-tags{
			font-size: 14px;
			line-height: 1;
			margin: 1em 0;
			& span {
				display: inline-block;
				padding: 4px 12px;
				margin-right: 8px;
				border-radius: 4px;
				color: #fff;
				font-weight: bold;
				&.jobtype_01 { background-color: #0073aa; } /* 新卒: 青 */
				&.jobtype_02 { background-color: #f5a623; } /* 中途: オレンジ */
				&.jobtype_03 { background-color: #2ca02c; } /* パート: 緑 */
				&.jobtype_04 { background-color: #d62728; } /* アルバイト: 赤 */
			}
		}
	}
	
	.home_07 .hometate_taitl{
		-webkit-align-items: start;
        align-items: start;
	}
	& .master-plans-container{
		position:relative;
		display: grid;
        grid-template-columns: repeat(auto-fill, minmax(min(100%, 395px), 1fr));
        grid-gap: 1rem;
		& .master-plan-item{
			border: 2px solid #3faf37;
            border-radius: 5px;
            padding: 20px 0px;
            background-color: #fff;
			container-type: inline-size;
		}
		& dl{
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
			height:100%;
			& dt,
			& dd{
				padding: 0 20px;
			}
			& dt{
				font-size: 20px;
                line-height: 1.5;
                border-right: 1px dashed #3faf37;
				& small{
					font-weight: 500;
                    color: #3faf37;
					font-size:13px;
					display: block;
				}
			}
			@container (max-width: 503px) {
				display:block;
				& dt{
					 border-right: 0px;
					 border-bottom: 1px dashed #3faf37;
					padding-bottom: 10px;
                    margin-bottom: 10px;
				}
				& dl{
					align-items: start;
				}
			}
			& dd{
				font-size: 0.9em;
				& ul li{
					position:relative;
					&::before{
						content: "";
                        display: block;
                        position: absolute;
                        width: 2px;
                        height: 2px;
						border-radius: 50%;
                        background-color: #000;
                        left: -10px;
                        top: 1em;
					}
				}
			}
		}
	}
	& .by-the-numbers-container{
		display: -webkit-flex;
		display: flex;
		flex-wrap:wrap;
		gap:1em;
		margin-top: 40px;
		& .number-item{
			border: 2px solid #ff7caf;
            border-radius: 5px;
            padding: 20px;
            background-color: #fff;
			width: calc(50% - 0.5em);
			text-align: center;
			&:has(.custom-graph-wrap) {
				width:100%;
				&:has(.number-image){
					display: grid;
                    grid-template-columns: repeat(auto-fill, minmax(min(100%, 375px), 1fr));
                    grid-gap: 1rem;
					
				}
			}
				& h4{
					padding: 0.5em;
					margin-bottom:0.5em;
					border-bottom: 0px !important;
					background-image: radial-gradient(circle, #ff7caf 2px, transparent 2px);
					background-position: left bottom;
					background-repeat: repeat-x;
					background-size: 14px 4px;
				}
			& .number-date{
				text-align:right;
			}
			& .number-data{
				color:#3faf37;
				font-weight: 600;
				container-type: inline-size;
				& .num-value{
					font-size: 19cqw;
					line-height: 1;
                    display: inline-block;
				}
				& .num-unit{
					font-size: 9cqw;
					line-height: 1;
                    display: inline-block;
				}
			}
			& :has(.numbers_2){
				display: grid;
				grid-template-columns: repeat(2, 1fr);
				gap: 8px;
				& .number-target{
					grid-column: span 2 / span 2;
				}
				& .numbers_2:nth-child(1){
					grid-row-start: 2;
				}
				& .numbers_2:nth-child(2){
					grid-row-start: 2;
				}
				& .number-data {
					& .num-value {
						font-size: 39cqw;
					}
				}
			}
		}
	}
	& .details-initiatives-container{
		margin-top:60px;
		& .initiatives-list{
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(min(100%, 395px), 1fr));
			grid-gap: 1rem;
			& dl{
				border: 2px solid #3faf37;
				border-radius: 5px;
				padding: 20px;
				background-color: #fff;
				& dt{
					color:#3faf37;
					margin-bottom: 1em;
					& small{
						display: block;
                        font-size: 12px;
					}
					& p{
						line-height:1.5;
						font-size: 20px;
					}
				}
			}
		}
	}
	& .custom-graph-wrap {
    width: 100%;
    max-width: 600px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    /* 【追加】左側の画像エリアのスタイル */
    & .numbers_img_val {
        flex-shrink: 0; /* 画像が潰れないように固定 */
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: flex-end;
		align-items: flex-end;
        border-bottom: 4px solid #ffb6c1;
        & img {
            display: block;
            max-height: 140px; /* グラフの高さ(160px)に合わせて調整 */
            width: auto;
        }
    }

    /* 【追加】右側のグラフエリア全体の枠 */
    & .graph-main-box {
        flex-grow: 1; /* 残りの横幅をすべて使う */
    }

    /* グラフ全体の土台 */
    & .custom-graph-container {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        height: 160px; /* グラフの高さ */
        position: relative;
        padding-bottom: 4px;
		grid-column: span 4 / span 4;
        
        & + .custom-graph-container {
			grid-column: span 4 / span 4;
                grid-column-start: 2;
                grid-row-start: 2;
            &::after {
                background-color: rgb(255 182 193 / 0%);
            }
        }
    }
    
    /* 画像のピンクの太い下線を再現 */
    & .custom-graph-container::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        background-color: #ffb6c1;
        z-index: 1;
    }
    
    /* 棒1本ずつの枠 */
    & .custom-graph-column {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        width: 20%; /* 棒の太さ */
        height: 100%;
    }
    
    /* 棒の上の「〇人」の数字 */
    & .custom-graph-num {
        color: #ec407a; /* 濃いピンク */
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 8px;
        white-space: nowrap;
    }
    
    /* 実際の棒（ピンクの角丸） */
    & .custom-graph-bar {
        width: 100%;
        background-color: #fce4ec; /* 薄いピンク */
        border-top-left-radius: 5px;  /* 上だけ角丸 */
        border-top-right-radius: 5px; /* 上だけ角丸 */
        height: 0%; /* PHPで動的に書き換えます */
        transition: height 0.5s ease-out; /* 気持ちよく伸びるアニメーション */
    }
    
    /* 下部の「〇〇年度」のラベル */
    & .custom-graph-label {
        text-align: center;
        margin-top: 12px;
        color: #333;
        font-size: 14px;
        white-space: nowrap;
    }
}

	
}

.c-history__details-block{
	padding-left:1em;
	position:relative;
	&::before{
		content:"";
		display:block;
		width:2px;
		height:2px;
		background-color:#000;
		border-radius:50%;
		position:absolute;
		margin:auto;
		top:1em;
		left:0.5em;
	}
}
.c-history__item :is(.c-history__year-block){
	margin-top: 1em;
}

.aisatuname{
	text-align:right;
	margin-top:1em;
}
