@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

html{
	margin-top: 0 !important;
}

/*
body{
	line-height:2.1;
	font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight:700px;
}
*/


.main{
	border:none;
}


.wrap{
width:100%;
}

a{
	text-decoration:none!important;
	color:#000;
	transition:0.4s;
}

img{
	vertical-align:top;
}

.hamburger,
.globalMenuSp{
	display:none;
}

#main{
	padding:0;
	background:none;
}

.content{
	margin-top:0;
}

.content-in{
	padding-top:0;
	flex-wrap:unset;
}

h2{
	font-size:40px;
    line-height: 120%;
	font-weight:normal;
	font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight:700px;
}
h3{
	font-size:27px;
	line-height:140%;
	margin-bottom:20px;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	color:#534741;
}
h4{
	font-size: 18px;
    line-height: 170%;
    margin-bottom: 10px;
	color:#A18063;
}

.bluetext{
	color:#00a99d;
}

.orangetext{
	color:#f7931e;
}

ul{
	padding-left:0;
}
li{
	list-style:none;
}

table:not(.has-border-color) :where(th, td),
table tr:nth-of-type(2n+1) {
	background:none;
	border:none;
}



/*ヘッダー*/

.header img{
	max-height:26px;
}
.home #header-container{
	position:absolute;
}

#header-container{
	position:relative;
    width: 100%!important;
    background: none;
	z-index:100;
	top:0;
}

.header-container-in.hlt-top-menu {
    width: 100%;
    padding: 20px 44px;
	background: rgba(0,0,0,.3);
}

#header-container-in{
	    display: flex;
	padding: 10px 25px;
	align-items:center;
}

.header{
	    width: 25%;
}

 .logo-image span, .logo-image a{
    padding-top: 0!important;
}

.header-in {
	width:100%;
	padding-right:0;
}
#header-in .tagline{
	margin:0;
}

.site-name-text{
	font-size:100%;
}

.logo-image {
    padding: 0;
}

.logo{
	text-align:left;
}

.logo-text{
	padding:0 0 20px;
}

.logo-image span, .logo-image a{
	padding-top:5px;
}

#navi{
	background:none;
	width:75%;
}

.navi-in{
	width:100%;
}

.navi-in > ul {
	justify-content:flex-end;
	margin-top:3px;
}

.navi-in > ul li {
    width: auto;
    min-width: 0;
	margin:0 18px;
}

.navi-in a{
	color:#000;
	position: relative;
	font-size:15px;
}
.navi-in a:hover{
	background:none;
	color:#c7b299;
}


/** 下線を左から引く **/
.navi-in a:after{
  position: absolute;
  bottom: 5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px; /*下線の太さ*/
  background-color: #c7b299; /*下線の色*/
  transition: .3s; /*アニメーション速度*/
}
.navi-in a:hover:after {
  width:100%;
}




.small-text{
	font-size:80%;
}

.small-text-half{
	font-size:60%;
	font-weight:normal;
}

.floating{
	display: inline-block;
    position: fixed;
    top: 25%;
    left: 0;
    width: 65px;
	border-radius: 0 10px 10px 0;
	    box-shadow: 0 0 6px #ddd;
}

.floating2{
	top: 48%;
}


/*共通　ここまで*/

/*メインビジュアルmvエリア*/



.mv{
	background:url(/wp-content/uploads/2025/07/mv-back.webp)no-repeat;
	background-position:top center;
	background-size:cover;
	position:relative;
	height:100vh;
}

.mv-image{
	background:url(/wp-content/uploads/2025/09/mv-image.webp)no-repeat;
	background-position:center;
	background-size:cover;
	height:100vh;
	width:65%;
	position:absolute;
	top:0;
	right:0;
}


.mv-in{
	max-width: 1100px;
    margin: 0 auto;
    z-index: 10;
    padding: 0;
    position: relative;
}

.mv-content{
	padding: 100px 20px;
    height: 100%;
}

.mv-content img{
	max-width:200px;
}







/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:0.4s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.4s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}


/*h1下段テキスト　ここまで*/







/*メインビジュアルmvエリア ここまで*/




.wrap1200{
	max-width:1200px;
	margin:0 auto;
	padding:150px 15px;
}


.sec-button{
	font-size: 18px;
    display: inline-block;
    padding: 12px;
    width: 265px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-top: 35px;
    border: 2px solid #8ca7cd;
    background: #8ca7cd;
    height: fit-content;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .3s;
}

.sec-button::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 62px solid #fff;
  transform: translateX(-100%);
  transition: transform ease .3s;
}
.sec-button:hover {
  color: #8ca7cd;
	border-radius:0;
}
.sec-button:hover::before {
  transform: translateX(0);
}

.headline{
	display: flex;
    align-items: start;
	color:#534741;
	position:relative;
}
.headline p {
	writing-mode: sideways-lr;
	font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.headline h2{
	 writing-mode: vertical-rl;
}

.headline1{
	padding-left:55px;
}
.headline1:before{
	content:"";
	width:115px;
	height:123px;
	background:url(/wp-content/uploads/2025/07/headline-deco1.webp);
	background-size:cover;
	display:block;
	position:absolute;
	top:-59px;
	left:0;
}




/*sec1  blog common*/

.sec1-in{
	padding-bottom:50px;
}
.sec1 .news-list{
	display:flex;
}


.sec1 .headline{
	width:24%;
	    margin-top: 67px;
}

.sec1 .headline p{
	writing-mode: sideways-lr;
}
.sec1 .news-list-area{
	width:76%;
}


.sec1 .blog-page .news-list ul {
    display: block;
}


.sec1 .blog-page .news-list ul li {
    display: block;
    width: 100%;
	    margin: 0;

}
.sec1 .blog-page .news-list ul li a{
	display:flex;
	font-size:14px;
	
}
.sec1 .blog-page .news-list ul li a .topics-thum{
	width:31%;
	margin-right:5%;
}

.sec1 .blog-page .news-list ul li a .topics-list-text{
	width:64%;
}

.sec1 .blog-page .news-list ul li .topics-list-text h3{
	font-weight:normal;
	
}

.sec1 .topics-date{
	font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
	color:#998675;
}

.blog-page .news-list ul li .topics-list-text p {
    font-size: 14px;
    line-height: 148%;
	margin-top:10px;
	letter-spacing: 0.1em;
}







.blog-common .news-list {
    padding: 0!important;
}

.blog-common .sec-button{
	margin:0 auto;
	display:block;

}
.sec1 .blog-common .news-list ul{
	    margin-bottom: 5px;
}


.sec1-bottom-link{
	display: block;
    width: fit-content;
    float: right;
    border-bottom: 1px solid #000;
}

/*sec2*/

.sec2{
		position:relative;
	background:url(/wp-content/uploads/2025/07/sec2-back-scaled.webp)no-repeat;
	background-size:auto 100%;
	background-position:center;
}
.sec2-in{
	margin-top: 0;
    padding-top: 100px;
	padding-bottom:0;
}

.sec3-in:before{
	content:"";
	display:block;
	width:100%;
	height:860px;
	background:#fcfcfc;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-1;
}

.sec2-in .headline{
	flex-direction:row-reverse;
	    margin-top: 40px;
	

}
.headline p{
	writing-mode: vertical-rl;
}

.headline2{
	padding-left:55px;
	position:relative;
}
.headline2:before{
	content:"";
	width:101px;
	height:135px;
	background:url(/wp-content/uploads/2025/07/headline-deco2.webp);
	background-size:100% 100%;
	display:block;
	position:absolute;
	top:-59px;
	left:0;
	z-index: -1;
}

.sec2 .headline2{
	padding-left:0;
	padding-right:38px;
}

.sec2 .headline2:before{
	left: auto;
    right: 0;	
	}


.sec2 ul {
	margin-top:-150px;
}


.sec2 ul li{
	display:flex;
	    align-items: top;
	margin-bottom:70px;
}


.sec2-ill{
	position:absolute;
	width:16%;
	left:4%;
	top:0;
}

.sec2-movie{
	width:50%;
}

.sec2-text{
	width: 57%;
    padding: 0 0 0 65px;
    font-size: 15px;
}


.sec2-text .num{
font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-size: 100px;
    color: #8ca7cd;
    opacity: 0.5;
    line-height: 100%;
    margin-bottom: 40px;
    display: inline-block;
}


.sec2-text h3{
	font-size:23px;
	color:#534741;
}


.sec2 ul li:nth-child(even){
	flex-direction:row-reverse;
}


/*sec3*/
.sec3{
	position:relative;
}
.sec3-content{
	padding-top:150px;
}

.sec3 .headline p{
	writing-mode: sideways-lr;
}

.sec3-ill{
	width:17%;
	position:absolute;
	left:4%;
	top:0;
}

.sec3-image{
    width: 76%;
    margin-left: 24%;
    z-index: 3;
    position: relative;
}

.sec3-text{
	display:flex;
	padding-bottom:110px;
	padding-top: 77px;
}

.sec3-text .headline{
	width: 20%;
}

.sec3-text-box{
	width:80%;
}

.sec3-text-box p{
	margin-bottom:35px;
}



/*sec4*/

.sec4-content{
	padding-top:110px;
	display:flex;
}

.sec4-image{
	width:57%;
}

.sec4-text{
	width:27%;
	margin-right:12%;
	margin-left:4%;
}

.sec4-text .headline{
    flex-direction: row-reverse;
    margin-bottom: 65px;
	    margin-top: 50px;
}

.sec4-text p{
	margin-bottom:35px;
}

.sec4-text  .headline2:before{
	left:auto;
	    right: -24px;
}
.sec4 .sec-button{
	margin-top:0;
}
/*sec5*/

.sec5-content{
	margin-top:110px;
	display:flex;
	flex-direction:row-reverse;
	    align-items: end;
}

.sec5 .headline{
	    width: 20%;
    margin-left: 10%;
}

.sec5 .headline p{
	writing-mode: sideways-lr;
}

.sec5-image{
	width:70%;
}

.sec5-text-box{
padding: 50px 15px;	
}

.sec5-text-box p{
	margin-bottom:35px;
}

.sec5 .sec-button{
	margin-top:0;
}


.sec45{
	background:url(/wp-content/uploads/2025/07/sec4-back.webp)no-repeat;
	background-size: 68%;
    background-position: 76% center;
}


/*sec6*/

.sec6{
	background:url(/wp-content/uploads/2025/07/sec5-back.webp)no-repeat;
	background-size:60%;
	background-position:bottom right;
}

.sec6-content{
    padding-bottom: 230px;
	}

.sec6 .headline{
	    padding-left: 0;
    flex-direction: row-reverse;
    justify-content: center;
	    margin-bottom: 45px;
}

.sec6 .headline:before{
	left:0;
	right:0;
	margin:0 auto 0;
}





/*フッター*/

.footer{
	background:url(/wp-content/uploads/2025/09/footer-back-image.webp)no-repeat;
	background-size:cover;
	background-position:center;
	padding:0;
	margin-top:0;
}

.footer-back{
		background:rgba(240,240,240,0.85);
	margin-top:0;
	padding: 37px 15px 30px;
}


.footer-left h2{
	font-size:40px;
}

.footer-logo img{
	height:30px;
}
.footer-left{
	width:50%:
}
.footer-right{
	width:50%;
}

.footer-right table{
	margin-top:40px;
}

.footer-right table th,
.footer-right table td{
	padding:1px;
	text-align:left;
}


.footer-right table th{
	padding-right:40px;
	position:relative;
}

.footer-right table th:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
	right:0;
	height:14px;
	width:1px;
	background:#000;
}

.footer-right table td{
	padding-left:40px;
}

.footer-left h2,
.footer-left p{
	position:relative;
	z-index:2;
}

.footer-right .sec-button{
	    border: 2px solid #c7b299;
    background: #c7b299;
}
.footer-right .sec-button:hover {
    color: #c7b299;
}

	.footer-bottom-logo{
		display:none;
	}









/*post-list nexs一覧*/
.post-list{
    padding: 140px 0 110px;
}

.post-list .sec-title-box h2{
	color:#862040;
}

.post-list{
	background:#f6f6f6;
}

.post-list-in{
	padding:0 6vw 0;
	max-width:1300px;
    margin: 0 auto;
	display:flex;
}

.post-list-title{
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
}

.post-list-in ul{
	padding-left:0;
	    margin-top: 0;
margin-left: 10%;
    width: 60%;
}
.post-list-in li a{
	list-style: none;
    display: flex;
    align-items:start;
       margin-bottom: 25px;
    color: #000;
    padding-bottom: 0;
	transition:0.3s;
}



.post-list-in li a:hover{
	color:#000;
}

.post-list-text{
	overflow: hidden;
    width: 100%;
}

.post-list-text p{
	display:inline-block;
}

.post-list-in li .post-list-text a{
	width:100%;
	margin-right:0;
}


.post-list-in li .post-list-date{
font-size: 14px;
    display: block;
    line-height: 100%;
    margin-bottom: 5px;
}

.post-list-in li a img{
	transition:0.3s;
	display:block;
}



.post-list-in li a:hover .front-thumbnail img{
	transform: scale(1.2);
	opacity:0.5;
}

.front-thumbnail{
    width: 45%;
    height: 165px;
    overflow: hidden;
    margin-right: 25px;
	background:none;
}
.post-list-in li img{
	width:100%;
	height:100%;;
	object-fit:cover;
	margin-right:25px;
}

.post-list-link {
	text-align:left;
	margin: 45px 0 10px;
}

.post-list-link a {
    padding: 8px 25px;
    background: #000;
    transition: 0.5s;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    min-width: 208px;
    border-radius: 7px;
	
}

.post-list-link a:hover {
	background:#fff;
	color:#000;
}

.post-list-in ul.post-list-catlist,
.post-list-in ul.post-list-taglist{
	margin: 5px 0 0 0;
	line-height:100%;
}
.post-list-in ul.post-list-catlist li{
    border: none;
    background: #000;
    color: #fff;
    display: inline-block;
    margin-right: 1px;
    padding: 0px 10px 2.5px;
    font-size: 12px;
	    line-height: 184%;
}


.post-list-in ul.post-list-taglist li{
	    border: none;
    background: #fff;
	border:1px solid #000;
    color: #000;
    display: inline-block;
    margin-right: 6px;
    padding: 0px 10px 2.5px;
    font-size: 12px;
	    line-height: 166%;
}
	


.post-list-in li h3{
    font-size: 18px;
    line-height: 140%;
    margin: 10px 0;
}








/*下層ページ*/

.child-mv{
	color:#fff;
	text-align:center;
}

.child-mv-in{
    width: 100%;
    background:rgba(153, 134, 117, .47);
}

.child-mv-in{
    padding: 225px 15px;
}

.child-mv h2{
	overflow:hidden;
	margin-bottom:0;
	color:#fff;
	text-align:center;
	width:fit-content;
	margin:0 auto;
}
.child-mv h2 span{
	display:block;
	float:left;
}




.spacing{
	padding:20px;
}

.child-mv p{
	font-size:20px;
}


.page-title-box{
	display:flex;
	align-items:center;
}
.page-title-box-image{
	width:45%;
	height:100%;
}

.page-title-box-text{
	width:55%;
	padding: 0 3vw 0 10vw;
}

.title-box-des{
	margin-top:1.5vw;
}





/*features*/
.features-mv{
	background:url(/wp-content/uploads/2025/09/f-mv-image.webp)no-repeat;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.f-sec1{
	background:url(/wp-content/uploads/2025/07/f-sec1-back.webp)no-repeat;
	background-size:cover;
	background-repeat:no-repeat;
}

.f-sec1-top{
	display:flex;
	align-items: end;
	margin-bottom:50px;
}

.f-sec1-top p{
	    font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.f-sec1-top .headline{
	width:18%;
	margin-bottom:30px;
	margin-right:2%;
}

.fs1tt{
	width:80%;
	font-size:30px;
}

.f-sec1-bottom{
	display:flex;
}

.fs1bi{
	width:40%;
	margin-right:5%;
}

.fs1bt{
	width:55%;
}

.fs1bt p{
	margin-bottom:25px;
}


.f-sec2-in{
	padding-bottom:30px;
}


.f-sec2-top .headline{
	margin-bottom:40px;
}

.f-sec2-top{
	display:flex;
	    margin-bottom: 100px;
}

.f-sec2-left{
	width:35%;
	margin-right:8%;
}

.f-sec2-left h3{
	line-height:160%;
}

.f-sec2-right{
    width: 50%;
    margin-left: 2%;
    position: relative;
    padding-top: 60px;
}


.uneCircle {
  animation: uneune 7s linear infinite; /* 5秒アニメーションをループ */
  width: 280px;
  height: 280px;
	overflow:hidden;
}

.uneCircle1 {
	background:rgba(155,234,255,.15);
	position:absolute;
	top:38px;
	left:0;
	right:0;
	margin: auto;
	width:333.0199px;
	height:405.38px;
}

.uneCircle2 {
	animation: uneune2 12s linear infinite; /* 5秒アニメーションをループ */
	background:rgba(252,238,33,.15);
	position:absolute;
	left:0;
	bottom:0;
	width:356.804px;
	height:373.2275px;
}

.uneCircle3 {
	animation: uneune2 10s linear infinite; /* 5秒アニメーションをループ */
	background:rgba(140,198,63,.15);
	position:absolute;
	right:0;
	bottom:0;
	width:364.9508px;
	height:344.4157px;
}

@keyframes uneune {

  0% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%; 
  }

  25% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%; 
  }

  50% {
    border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%; 
  }

  75% {
    border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%; 
  }

  100% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%; 
  }
}

@keyframes uneune2 {

  100% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%; 
  }

  75% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%; 
  }

  50% {
    border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%; 
  }

  25% {
    border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%; 
  }

  0% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%; 
  }
}


@keyframes uneune3 {

  0% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%; 
  }

  25% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%; 
  }

  50% {
    border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%; 
  }

  75% {
    border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%; 
  }

  100% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%; 
  }
}

















.f-sec2-bottom ul li{
    display: flex;
    margin: 70px 0 0;
    padding-bottom: 70px;
	border-bottom:1px solid #e6e6e6;
}

.fs2movie{
	width:40%;
	margin-right:7%;
}

.fs2list{
	width:53%;
    position: relative;
	padding: 40px 65px;
}

.fs2list::before,
.fs2list::after {
    position: absolute;
    width: 60px;
    height: 60px;
    content: '';
}

.fs2list::before {
    border-left: solid 1px #736357;
    border-top: solid 1px #736357;
    top: 0;
    left: 0;
}

.fs2list::after {
    border-right: solid 1px #736357;
    border-bottom: solid 1px #736357;
    bottom: 0;
    right: 0;
}




.f-sec2-bottom ul li:nth-child(even){
	flex-direction:row-reverse;
}

.f-sec2-bottom ul li:nth-child(even) .fs2movie{
	margin-right:0;
	margin-left:7%;
}

.fs2list h3{
	position:relative;
}

.fs2list h3 span{
	display:block;
	font-size:16px;
}

.f-sec2-bottom ul li .fs2list h3:before {
    content: "";
    width: 90px;
    height: 80px;
    display: block;
    position: absolute;
    z-index: -1;
    background-position: left;
    background-size: auto 100%;
    left: -15px;
    top: -6px;
}


.f-sec2-bottom ul li:nth-child(1) .fs2list h3:before {
    background: url(/wp-content/uploads/2025/07/f-sec2-title1.webp) no-repeat;
    background-position: left;
    background-size:cover;
}

.f-sec2-bottom ul li:nth-child(2) .fs2list h3:before {
    background: url(/wp-content/uploads/2025/07/f-sec2-title2.webp) no-repeat;
    background-position: left;
    background-size:cover;
}

.f-sec2-bottom ul li:nth-child(3) .fs2list h3:before {
    background: url(/wp-content/uploads/2025/07/f-sec2-title3.webp) no-repeat;
    background-position: left;
    background-size:cover;
}


.f-sec2-bottom ul li:nth-child(3){
	border:none;
}



.f-sec3{
	background:url(/wp-content/uploads/2025/07/f-sec3-back-scaled.webp)no-repeat;
	background-size:cover;
	background-position:top;
}

.f-sec3 .headline{
	justify-content:center;
	margin-bottom:90px;
}


.f-sec3-box{
	margin-bottom:70px;
}

.f-sec3-box img{
	margin-bottom:40px;
}

.f-sec3-1 p,
.f-sec3-3 p{
	max-width:960px;
	padding:0 15px;
	display:block;
	margin:0 auto;
	text-align:center;
}

.f-sec3-2 ul{
	display:flex;
	justify-content:center;
}
.f-sec3-2 ul li{
	width:100%;
	padding:30px;
}
.f-sec3-2 ul li h3{
	text-align:center;
	font-size: 25px;
}



/*life page 園生活*/

.life-mv{
	background:url(/wp-content/uploads/2025/09/life-mv-image.webp)no-repeat;
	background-size:cover;
	background-position:right;
}

.l-sec1-in{
	display:flex;
	align-items:start;
}

.l-sec1-text{
	width:45%;
	padding-right:10%;
}

.l-sec1-text .headline{
	justify-content:center;
	margin-bottom:60px;
}

.l-sec1-image{
	width:60%;
}


.l-sec2{
	background:rgba(250,242,232,.5);
}


.l-sec2-in .headline{
	flex-direction:column;
	align-items:center;
	margin-bottom:70px;
}
.l-sec2-in .headline h2 {
    writing-mode: unset;
}
.l-sec2-in .headline p {
    writing-mode: unset;
}


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 62px;
  background-color: #cccccc96;
  line-height: 63px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 65px 80px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #fff;
  color: #000;
}



.l-sec3-in{
	display:flex;
	flex-direction:row-reverse;
	padding-bottom:0;
}

.l-sec3-in .headline{
	width:20%;
	justify-content:center;
	    margin-left: 50px;
}

.l-sec3-box ul{
	margin-top:50px;
}
.l-sec3-box ul li{
	    display: flex;
    background: #ffffffad;
    border-radius: 8px;
	margin-bottom: 20px;
	overflow:hidden;
}
.l-sec3-box ul li .l-sec3-image{
	width: 40%;
	overflow:hidden;
}

.l-sec3-box ul li .l-sec3-image img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.l-sec3-text{
	padding:30px;
}


.l-sec3-box ul li h3{
	font-size:20px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid;
}


.l-sec3-movie{
	width:80%;
	margin-top:90px;
}

.l-sec4-in{
	display:flex;
	padding-bottom:60px;
}

.l-sec4-in .headline{
	width:7%;
}

.l-sec4-ulbox{
	width:93%;
	margin-top:130px;
}
.l-sec4-ulbox h3{
    padding: 5px 0 9px 18px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    margin: 0 15px;
}
.l-sec4-in ul{
	display:flex;	
}

.l-sec4-in ul li{
	width:100%;
	padding:15px;
}

.l-sec4-in ul li h3{
	text-align:center;
	    margin: 15px 0;
	font-size:23px;
	border:none;
}


.l-sec34{
	background: url(/wp-content/uploads/2025/07/l-sec34-back-scaled.webp) no-repeat;
    background-size: 100% 81%;
    background-position: 0 100px;
}

.l-sec5{
	position:relative;
	background:url(/wp-content/uploads/2025/07/l-sec5-back2.webp)no-repeat;
	background-position:left bottom;
	background-size:1095px;
}

.l-sec5-in{
	padding-top:60px;
	padding-bottom:70px;
}

.l-sec5-left{
	width:67%;
}

.l-sec5-in table tr{
    border-bottom: 1px solid #ddd;	
}

.l-sec5-in table th, 
.l-sec5-in table td{
	padding:20px;
	padding-left:0;
} 

.l-sec5-in table th{
	text-align:left;
}

.l-sec5-right{
position: absolute;
    width: 33%;
    right: 0;
    bottom: 70px;
}





/*子育て支援 support*/
.support-mv{
	background:url(/wp-content/uploads/2025/09/support-mv-image.webp)no-repeat;
	background-size:cover;
	background-position:0 -90px;
}





.s-contact {
    background: rgba(250, 242, 232, .5);
}

.s-sec2-in .s-sec2-text{
	max-width:1000px;
	margin:0 auto;
	display:block;
}

table.table1{
	max-width:1000px;
	margin:80px auto 0;
}

table.table1 tr{
	border-bottom:1px solid #ddd;
}

table.table1 th,
table.table1 td{
	padding:20px;
}

table.table1 th{
	padding-left:0;
	width:15%;
	text-align:left;
	color:#0071bc;
}


.s-sec3-in ul{
	display:flex;
	
}


.s-sec3-in ul li{
	width:50%;
}
.s-sec3-in ul li:first-child{
	margin-right:5%;
}

.s-sec3-in ul li .headline{
	height:250px;
	align-items:end;
	justify-content:center;
	margin-bottom:70px;
}

.s-sec3-in ul li img{
	margin-bottom:35px;
}

.s-contact .headline{
	justify-content:center;
	margin-bottom:60px;
	
}


/*入園案内*/


.info-mv{
	background:url(/wp-content/uploads/2025/09/info-mv-image.webp)no-repeat;
	background-size:cover;
	background-position:center;
}

.i-sec1{
	background:url(/wp-content/uploads/2025/07/i-sec1-bacl-scaled.webp)no-repeat;
	background-size:cover;
	background-position:center;
}

.i-sec1-in{
	display:flex;
}

.i-sec1-in .headline{
	width:10%;
}

.i-sec1-in ul{
	width:90%;
	margin-top:100px;
}

.i-sec1-in ul li{
	display:flex;
	align-items:center;
	padding-bottom:80px;
	position:relative;
}


.i-sec1-in ul li:after{
	content: "";
    display: block;
    width: 1px;
    height: 48px;
    position: absolute;
    left: 7%;
    background: #8ca7cd;
    bottom: 16px;
}

.i-sec1-in ul li:last-child:after{
	display:none;
}

.i-sec1-in ul li:last-child{
	padding-bottom:0;
}

.i-sec1-image{
	width:15%;
	margin-right:5%;
}

.i-sec1-text{
	width:80%;
}


.i-sec2-in{
    border: 1px solid #ddd;
    margin-top:0;
}

.i-sec2-in h2{
	text-align:center;
	margin-bottom:40px;
	
}

.i-sec2-in table.table1{
	max-width:100%;
	margin:20px 0 60px;
}


.i-sec2-in table th{
	vertical-align:top;
}

.i-sec2-in table td ul{
	padding-left:16px;
	margin-bottom:15px;
}

.i-sec2-in table.table2 th{
	width:40%;
}


.i-sec34{
	background:url(/wp-content/uploads/2025/07/i-sec34-back-scaled.webp)no-repeat;
	background-size:100% auto;
	background-position:top;
	
}

.i-sec3-in{
	padding-top:0;
	margin-top:150px;
	padding-bottom:0;
}
.i-sec3-in .headline{
	justify-content:center;
	margin-bottom:90px;
}

.i-sec3-in ul{
	display:flex;
	flex-wrap:wrap;
}

.i-sec3-in ul li{
	width:45%;
	margin:2.5%;
	margin-bottom:50px;
}
.i-sec3-in ul li .i-sec3-image{
	width:162px;
	display:block;
	margin:0 auto 40px;
}

.i-sec4-in .headline{
	justify-content:center;
	margin-bottom:90px;
}

.i-sec4-in ul li{
	margin-bottom:80px;
}

.i-sec4-in ul li h3{
	font-size:18px;
	padding-left:50px;
	position:relative;
	border-bottom:1px solid #736357;
	padding-bottom:25px;
	margin-bottom:25px;
	
}

.i-sec4-in p{
	display:block;
	padding-left:50px;
	position:relative;
}

.i-sec4-in ul li h3:before{
	content:"Q";
	display:block;
	font-size:35px;
	color:#736357;
	position:absolute;
	left:0;
	top:-3px;
	font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.i-sec4-in ul li p:before{
	content:"A";
	display:block;
	font-size:35px;
	color:#736357;
	position:absolute;
	left:0;
	top:-3px;
	font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height:100%;
}



/*採用情報　Recruitページ*/
/*life page 園生活*/

.rec-mv{
	background:url(/wp-content/uploads/2025/09/rec-mv2.webp)no-repeat;
	background-size:cover;
	background-position:right;
}

.rec-sec0-in{
	padding-bottom:0;
}

.rec-sec1-in{
	display:flex;
	align-items:start;
	flex-direction:row-reverse;
	padding-left: 125px;
	padding-top:0;
	margin-top:-236px;
}


.rec-sec1-text{
	width:50%;
}

.rec-sec1-image{
	width:45%;
	padding-right:5%;
}

.rec-sec1-text .headline{
	justify-content:center;
	margin-bottom:60px;
}

.rec-sec1-image{
	width:60%;
}

.rec-sec2{
background: url(/wp-content/uploads/2025/07/mv-back.webp) no-repeat;
    background-position: top center;
    background-size: cover;
}
.rec-sec2  .headline {
    display: block;
}

.rec-sec2 .headline h2,
.rec-sec2 .headline p{
    writing-mode: unset;
	text-align:center;
	    margin-bottom: 10px;
}

.rec-sec2 ul{
	margin-top:80px;
}
.rec-sec2 ul li{
	display:flex;
	flex-direction:row-reverse;
	margin:50px 0;
	align-items:center;
}


.rec-sec2 ul li:nth-child(even){
	display:flex;
	flex-direction:row;
}



.rec-sec2 ul li .sec2-text{
	padding:0 65px 0 0;
}



.rec-sec2 ul li:nth-child(even) .sec2-text{
	padding:0 0 0 65px;
}


.rec-sec2 ul li .sec2-text h3{
	font-size:31px;
}

.rec-sec2-button-area{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-top:80px;
}

.rec-sec2-button-area img{
	max-width:350px;
	
}

.rec-sec2-button-area .sec-button{
	border-radius:100px;
	    width: 100%;
    max-width: 301px;
    margin-top: 10px;
	    font-size: 25px;
    font-weight: bold;
}

.rec-sec2-button-area .sec-button::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    right: -60px;
    z-index: -1;
    border-right: 60px solid transparent;
    border-bottom: 80px solid #fff;
}


.rec-sec3{
	    background: url(/wp-content/uploads/2025/07/sec2-back-scaled.webp) no-repeat;
    background-size:  100% 100%;
    background-position: center;
}
.rec-sec3-in{
	max-width:1000px;
	padding-bottom:55px;
}

.rec-sec3-in .headline{
	justify-content:center;
}

.rec-sec3-in ul{
	margin-top:80px;
}
.rec-sec3-in ul li{
	display:flex;
	align-items:center;
	margin-bottom:40px;
}
.rec-sec3-in ul li .rec-sec3-image{
	width:20%;
	margin-right:8%;
}

.rec-sec3-in ul li .rec-sec3-text{
	width:72%;
}

.rec-sec4-in{
	padding-top:0;
}

.rec-sec4-in h2{
	text-align:center;
}

.rec-sec4-in ul{
    display: flex;
    text-align: center;
	margin-top:60px;
}

.rec-sec4-in ul li{
	margin-right:2%;
	width:33%;
}

.rec-sec4-in ul li:last-child{
	margin-right:0;
}
.rec-sec4-in ul li h3{
margin: 20px 0 7px;
    position: relative;
    padding-bottom: 8px;
	font-size: 30px;
    font-weight: bold;
}
.rec-sec4-in ul li h3:after{
	content:"";
	height:1px;
	width:30px;
	background:#534741;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
}

.rec-sec4-in ul li span{
	display:block;
	margin-bottom:20px;
	color:#534741;
	font-weight:bold;
}

.rec-sec4-image{
	height:250px;
	width:100%;
	overflow:hidden;
}


.rec-sec4-image img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.rec-sec5{
	    background: rgba(250, 242, 232, .5);
}
.rec-sec5-in .headline{
	justify-content:center;
	margin-bottom:50px;
}
.rec-sec5-in .headline h2 {
    writing-mode: unset;
}


table.gaiyou{
	border:none;
	margin:0 auto;
}

table.gaiyou th,table.gaiyou td{
	text-align:left;
	border:none;
}
table.gaiyou th{
background:none;	
	padding:25px 10px;	
	border-bottom:2px solid #bed1df;
	vertical-align: top;
	width:17%;
}

table.gaiyou td{
background:none;	
	border:none;
	border-bottom:2px solid #e3e3e3;
		padding:25px 10px;
}
table.gaiyou tr:nth-of-type(2n+1),
table.gaiyou tr:nth-of-type(2n+1){
	background:none;
}



/*リクルートページのタブ切り替え*/
.rec-sec5 .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.rec-sec5 .tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #3e73a7;
  background-color: #f3f3f3;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.rec-sec5 .tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.rec-sec5 .tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
.rec-sec5 #all:checked ~ #all_content,
.rec-sec5 #programming:checked ~ #programming_content,
.rec-sec5 #design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.rec-sec5 .tabs input:checked + .tab_item {
  background-color: #3e73a7;
  color: #fff;
}







.rec-sec6-in .headline{
	justify-content:start;
	margin-bottom:50px;
}
.rec-sec6-in .headline h2 {
    writing-mode: unset;
}

.rec-sec6-in{
	padding:80px 0;
	display:flex;
}

.rec-sec6-box{
	width:60%;
	margin-right:5%;
	padding: 100px 15px;
}

.rec-sec6-box h3{
	margin-top:58px;
	padding-left: 30px;
}

.rec-sec6-box .headline2:before {
    content: "";
    width: 65px;
    height: 76px;
    background: url(/wp-content/uploads/2025/07/headline-deco2.webp);
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
}

.rec-sec6-box p{
	margin-left:31px;
}



.rec-sec6-box-image{
	width:35%;
}
.rec-sec6-box-image img{
	width:100%;
	height:100%;
	object-fit:cover;
}


/*blog ブログページ*/

.topics-mv{
	background:url(/wp-content/uploads/2025/07/topics-mv.webp)no-repeat;
	background-size:cover;
	background-position:center;
}

.topics-page-sec1{
	    background: url(/wp-content/uploads/2025/07/f-sec1-back.webp)no-repeat;
	background-size:cover;
	background-position:top;
}

.page-template-05custom-page5 .post-list{
	display:none;
}
.blog-title-box{
	margin-bottom:3vw;
}



.topics-page .sec-title-box h2,
.topics-page .sec-title-box .extend-line,
.topics-page .sec-title-box p{
	z-index: 10;
    position: relative;
}


.topics-page .sec-title-box:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.5);
}


.topics-page .sec-title-box .extend-line{
	display:inline-block;
}

.blog-page .news-list{
    max-width: 1200px;
    margin: 75px auto;
}

.blog-page .news-list ul{
	display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.blog-page .news-list ul li{
	    display: inline-block;
    width: 33.3%;
	padding:1.5%;
	margin:15px 0 30px;
	transition: all 0.3s;
	 will-change: transform; 
}
.blog-page .news-list ul li:hover{
	background:#f3f3f3;
	}

.blog-page .news-list ul li a{
	color:#000;
	text-decoration:none;
}

.blog-page .news-list ul li a:hover{
	color:#000;
}
.blog-page .news-list ul li a:hover img{
	 transform: scale(1.1);
}

.topics-thum{
	overflow:hidden;
	width:100%;
	height:172px;
}

.blog-page .news-list ul li img{
	width: 100%;
	height:100%;
    object-fit: cover;
	transition: all 0.3s;
	 will-change: transform; 
}


.blog-page .news-list ul li .topics-list-text{
	width:100%;
}

.blog-page .news-list ul li .topics-list-text h3{
margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
}



.blog-page .news-list ul li .topics-list-text .topics-catname{
	background:#998675;
	color:#fff;
	font-size:12px;
	padding:3px 6px;
	margin-left:10px;
	border-radius: 3px;
}




.blog-page .pagination {
    padding: 0 0 80px 0;
    margin: 0;
    clear: none;
    text-align: center;
    display: block;
    width: 100%;
}


.blog-page ul.page-numbers{
	display: flex;
    text-align: center;
    margin: 0 auto;
    border: none;
}


.blog-page .page-numbers li{
    border-radius: 8px;
}

.blog-page .page-numbers li .next,
.blog-page .page-numbers li .prev{
	border:none;
}


.page-template-05custom-page5 .blog-common{
	display:none;
}





/*contact お問い合わせページ*/


div.contact_msg_hidden{
	display:none;
}


.contact-mv{
	background:url(/wp-content/uploads/2024/08/contact-mv.webp)no-repeat;
	background-size:auto 100%;
	background-repeat:no-repeat;
}



.contact-title-box{
	height: 10vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.contact-sec1-in {
    padding: 66px 0;
}


.contact-title-box .page-title-box-text {
    width: 100%;
    padding: 0;
}

.contact-start{
	    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
	display:block;
	text-align:center;
}

.contact-sns-box img{
	max-width:45px;
	margin:5px;
	
}


.contact-sec1-in {
    max-width: 1000px;
    margin: 0 auto;
}

.contact-sec1-in table th {
text-align: left;
    padding: 15px 6px;
    position: relative;
    font-size: 15px;
    width: 30%;
    font-weight: normal;
    vertical-align: top;
    padding-top: 24px;
}

.contact-sec1-in table th .required-srt {
    position: absolute;
    height: fit-content;
    padding:2px 8px 1px;
    line-height: 160%;
    border-radius: 7px;
    right: 15px;
    top: 26px;
    margin: auto 0;
    color: #fff;
    background: #c1272d;
    font-size: 14px;
	vertical-align:top;
}

.contact-sec1-in table td {
    padding: 18px 6px;
}

.contact-sec1-in .submit-btn {
    width: 200px;
    margin:50px auto 25px;
}
.contact-sec1-in .submit-btn input[type='submit'] {
    background: #e6e6e6;
    color: #000;
    border: none;
}

.page-template-06custom-page6 .contact-common,
.page-template-06custom-page6 .footer-common{
	display:none;
}


.contact-sec2{
	background:url(/wp-content/uploads/2024/08/contact-bottom-back-scaled.webp);
	background-size:cover;
	background-position:center;
}
.contact-sec2-in{
	    background: rgb(255, 255, 255, .8);
    padding: 4vw 2vw;
    text-align: center;
}

.contact-sec2-in p{
    font-size: 1.3vw;
    line-height: 175%;
    display: block;
    margin-bottom: 30px;
	font-weight:bold;
}

.contact-sec2-in a{
    width: 18vw;
    display: inline-block;
}

.page-template-06custom-page6 .floating{
		display:none;
	}




input[type=submit]{
	width:200px;
	text-align:center;
	
}

.submit-btn{
	text-align: center;
    margin-bottom: 25px;
}

.post-75 .article-header,
.post-164 .article-header{
    max-width: 800px;
    margin: 100px auto 0;
}

.post-81 .article-header,
.post-164 .article-header{
	margin-top:250px;
}
.post-81,
.post-164{
	text-align:center;
	    max-width: 800px;
    margin: 100px auto;
	margin-bottom:250px!important;
}

.post-79 h1,
.post-81 h1,
.post-161 h1{
	text-align:center;
}

.mw_wp_form_confirm table,
.mw_wp_form_complete{
	max-width:800px;	
	    margin: 0 auto;
}

.mw_wp_form_confirm table th{
	width:25%;
	text-align:left;
}
.mw_wp_form_confirm table th,
.mw_wp_form_confirm table td{
    border-bottom: 1px solid #ddd;
    padding: 20px 0 18px;
}


.mw_wp_form_confirm table th{
	width:30%;
}

.mw_wp_form_confirm table td{
	width:70%;
	word-break: break-all;
}






/*投稿ページ*/

.archive .content-in{
	max-width:1200px;
	margin:0 auto;
	padding: 15px;
}
.entry-card .admin-pv{
	display:none;
}

.entry-categories .cat-link{
	display:none;
}

.cat-item{
	    border-bottom: 1px solid #ddd;
}
.date-tags{
	display:none;
}
.eye-catch .cat-label{
	display:none;
}
.article h2{
	    background: none;
    border-bottom: none;
    border-left: 1px solid #000;
    padding: 0 0 5px 8px;
    line-height: 100%;
	    font-family: "Noto Sans JP", sans-serif;
	color:#000;
}

.single .content-in{
	max-width:1150px;
	
	
}

.single .content-in .main{
	margin-left:0;
	}

.single .entry-content{
	margin-bottom:150px;
}


.eye-catch img{
	width:100%;
	border-radius: 8px;
}

.article h2{
	    background: none;
    border-bottom: none;
    border-left: 1px solid #000;
    padding: 2px 0 5px 11px;
    line-height: 138%;
	border-radius:0;
	margin-bottom: 20px;
}
.article h3{
	font-size:21px;
    border: none;
    border-bottom: 1px solid #999;
    padding: 8px 3px;
	margin-bottom: 20px;
}

.article h4{
	border-top:none;
	font-size:18px;
	padding: 8px 3px;
	margin-bottom: 20px;
}

.entry-card-title{
font-family: "Noto Sans JP", sans-serif;	
}


.post-bottom-in{
	display:flex;
}

.post-bottom-in ul{
	width:50%;
	    margin-bottom: 0;
}

.post-bottom-in ul li{
	margin:0;
}

.post-bottom-in ul li a{
	text-decoration: none;
    color: #000;
    padding: 30px 30px  25px 60px;
    display: block;
    background: #e5e5e5;
	font-size:25px;
	    line-height: 105%;
	position:relative;
	transition:0.5s;
}

.post-bottom-in ul li a:before{
	font-family: "FontAwesome";
    content: '\f105';
    position: absolute;
    left: 30px;
	color:#555;
    font-size: 1.2em;
}
.post-bottom-in ul li a:after{
	content:"";
	height:1px ;
	position:absolute;
	width:87%;
	background:#999;
	bottom:0;
	left:30px;
}

.post-bottom-in ul li:last-child a:after{
	display:none;
}

.post-bottom-in ul li a span{
	font-size: 13px;
    display: block;
    color: #444;
}

.post-bottom-image{
	width:50%;
}
.post-bottom-image img{
    height: 100%;
    object-fit: cover;
}
.a-wrap{
	margin-bottom:0;
}

.footer-meta{
	display:none;
}

.cat-link{
	    padding: 0 6px 2px;
}
.single .entry-content {
    margin-bottom: 85px;
}

.single .blog-common{
	display:none;
}

.post-update{
	display:none;
}

.widget-sidebar-title{
	font-size:19px;
	background:rgba(153,134,117,.11);
}
.sidebar h2, .sidebar h3{
	background:rgba(153,134,117,.11);
}

.sidebar{
	margin-left:50px;
}
.eye-catch{
	display:none;
}
/*フッター*/



.footer-contact-in{
	background:rgba(0,0,0,.5);
	color:#fff;
	padding:120px 15px 90px;
}

.footer-contact-in h2{
	line-height:150%;
}


.footer-contact-in .extend-line{
	display:inline-block;
}
.footer-contact-in .extend-line:before{
	border-color:#fff;
}

.footer-contact-in a{
	color:#fff;
	text-decoration:none;
	font-size:45px;
	font-weight:bold;
}
.footer-contact-in a:before{
content: '\f095';
    font-family: "Font Awesome 6 Free";
    margin-right: 15px;
}


.footer-contact-in a.nairan-button{
	font-size:15px;
	color:#333;
	border:none;
	display: block;
    width: fit-content;
}

.footer-contact-in a.nairan-button:before{
	display:none;
}
.footer-contact-in a.nairan-button:hover{
	color:#fff;
}


.footer-in{
	    max-width: 1200px;
    margin: 0 auto;
    padding: 45px 15px 0;
    color: #000;
	}
.footer-widgets{
	align-items:center;
	justify-content: center;
}

.footer-bottom{
	margin-top:0;
}







.footer-widgets .widget{
	margin-bottom:0;
}
.footer-bottom-logo img {
    height: 44px;
}

.footer-bottom.fnm-text-width .menu-footer li a{
	color: #fff;
}

.footer-bottom.fnm-text-width .menu-footer li a:hover{
	color:#333;
}
.footer-bottom.fnm-text-width .menu-footer li a:hover {
        color: #000 !important;
    }


.footer-left img{
	max-width:190px;
}


.footer-menu-list{
display: flex;
    
    justify-content: start;
}




.footer-right ul{
display: flex;
    align-items: center;
	line-height: 100%;
    margin-top: 5px;
}

.footer-right ul li{
	margin-left:10px;
}
.footer-right ul li img{
	width:35px;
}


.footer-area-button{
	color: #fff;
    background: #862040;
    border-radius: 80px;
    letter-spacing: 0.12em;
    padding: 12px 40px;
    text-decoration: none;
    transition: 0.4s;
    font-size: 18px;
    display: flex;
    align-items: center;
    width: fit-content;
    float: right;
}

.footer-area-button img{
	width: 18px;
    margin-right: 8px;
}

.footer-area-button:hover{
	background:#000;
	color:#fff;
	border-radius: 0;
}

.footer-bottom-content{
	float: none;
    text-align: center;
}

.navi-footer-in > .menu-footer {
    justify-content: center;
    text-align: center;
}

.footer-bottom.fnm-text-width .menu-footer li a {
    color: #000;
}
.copyright{
	color:#000;
	margin-top:40px;
}

#splash {display:none;}




/*ローディング（オープニング）*/
/* Loading背景画面設定　*/
.home #splash {
/*fixedで全面に固定*/
  position: absolute;
  width: 100%;
  height: 80%;
	z-index:999;
	background:none;
	text-align:center;
  color:#fff;
	bottom:0;
	display:block;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:400px;
}
/*ローディング（オープニング）　ここまで*/

/*スクロールダウン*/
/*=== 9-1-2 丸が動いてスクロールを促す ====*/

/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:60px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}
/*スクロールダウン　ここまで*/




/*スライドアニメーション*/

.slideUp{
	animation-name:slideUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
bottom: -6.5vw;
}

@keyframes slideUpAnime{
  from {
    bottom: -6.0vw;
  }

  to {
    bottom: 0;
  }
}


/*フェードインアニメーション*/
/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:0.35s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.35s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 上から */

.fade-box{
	opacity:0;
}

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.35s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.35s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-50px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.35s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(50px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}



/*==================================================
じわっ
===================================*/

.blur{
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}



/*フェードインアニメーション　ここまで*/

/*伸線*/
.extend-line:before{
	    content: '';
    position: relative;
    display: block;
    margin-bottom: 10px;
    border-bottom: solid 1px #000;
    animation: border_anim 0.5s linear forwards;
}

@keyframes border_anim {
	0%{
		width: 0;
	}
	100%{
		width:80px;
	}
}
/*伸線　ここまで*/


/*見出しUpmove*/

.UpmoveTrigger{
	overflow:hidden;
}
.UpmoveTrigger span{
	position:relative;
	bottom:-19vw;
}
.Upmove{
  overflow: hidden;              /* はみ出た分を非表示 */
}

.Upmove span {
  position: relative; /* bottomを指定するために必要 */
  animation: upanime 0.3s ease-out forwards; /* 最後ゆっくりになるアニメを1秒かけて1回だけやったあと固定 */
	animation-delay: 0.8s;
	bottom:-19vw;
}

@keyframes upanime {
  from {
    bottom: -30px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    bottom: 0px; /* 下から0pxに指定 */
  }
}
/*Upmove ここまで*/


/*Downmove */
.DownmoveTrigger{
	overflow:hidden;
}
.DownmoveTrigger span{
	position:relative;
	bottom:-100px;
}
.Downmove{
  overflow: hidden;              /* はみ出た分を非表示 */
}

.Downmove span {
  position: relative; /* topを指定するために必要 */
  animation: downanime 0.3s ease-out forwards; /* 最後ゆっくりになるアニメを1秒かけて1回だけやったあと固定 */
	animation-delay: 1.1s;
	top:-100px;
}

@keyframes downanime {
  from {
    top: -30px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    top: 0px; /* 下から0pxに指定 */
  }
}

/*Downmove ここまで*/








/*左右のアニメーション*/

.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}


.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}







/*ディレイタイム　delay-time*/
.delay-time01 {animation-delay: 0.1s;}
.delay-time02 {animation-delay: 0.2s;}
.delay-time03 {animation-delay: 0.3s;}
.delay-time04 {animation-delay: 0.4s;}
.delay-time05{animation-delay: 0.5s;}
.delay-time06{animation-delay: 0.6s;}
.delay-time07{animation-delay: 0.7s;}
.delay-time08{animation-delay: 0.8s;}
.delay-time09{animation-delay: 0.9s;}
.delay-time10{animation-delay: 1s;}
.delay-time12{animation-delay: 1.2s;}
.delay-time13{animation-delay: 1.3s;}
.delay-time15{animation-delay: 1.5s;}
.delay-time18{animation-delay: 1.8s;}
.delay-time20{animation-delay: 2s;}
.delay-time21{animation-delay: 2.1s;}
.delay-time23{animation-delay: 2.3s;}
.delay-time25{animation-delay: 2.5s;}
.delay-time28{animation-delay: 2.8s;}
.delay-time29{animation-delay: 2.9s;}
.delay-time30{animation-delay: 3s;}
.delay-time37{animation-delay: 3.7s;}
.delay-time35{animation-delay: 3.5s;}
.delay-time40{animation-delay: 4s;}
.delay-time50{animation-delay: 5s;}
.delay-time60{animation-delay: 6s;}
.delay-time70{animation-delay: 7s;}
.delay-time80{animation-delay: 8s;}
.delay-time90{animation-delay: 9s;}
.delay-time100{animation-delay: 10s;}

/*ディレイタイム　delay-time ここまで*/








/*下層ページタイトル*/


.bg {
  display: flex;
  flex-direction: column;
  justify-content: center;

    overflow: hidden;
    width: auto;
    height: auto;
    color: #000;
}

.bg.-visible:before {
  transform: translate(0, 0);
}

.bg:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffcc;
  transform: translate(0, 100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
  content: '';
}

/* テキストのスタイル */
.title {
  display: block;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  text-align: left;
}

.title span {
  display: block;
  opacity: 0;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity linear 0.7s;
}

.title span:first-child {
  transform: translate(0, 40px);
  font-size: 20px;
  transition-delay: 0.25s;
	line-height:100%;
}

.title span:last-child {
  margin-top: 18px;
  transform: translate(0, 30px);
  font-size: 35px;
  transition-delay: 0.45s;
	line-height:100%;
}

.bg.-visible .title span {
  opacity: 1;
  transform: translate(0, 0);
	font-weight:bold;
}
/*下層ページタイトル*/















/*アニメーションｃｓｓ*/

/* ｈ２　animation */
@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}

@-webkit-keyframes passing-bar2{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}


@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* css */
.passing .passing-box {
	display: block;
	text-align: left;
}
.passing .passing-bar{
	position: relative;
	display: inline-block;
	/*　後ほど解説　*/
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* 任意の値 */
	background: #000;
}



.passing .passing-txt{
	opacity: 0;
	/* 後ほど解説 */
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/* 任意の値 */
    font-weight: bold;
    line-height: 133%;
}
.passing.move .passing-bar:before,
.passing.move .passing-bar2:before{
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt{
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .5s 1 normal forwards;
}



/*利用規約　terms of service*/
.term-sec-box-in{
    max-width: 1000px;
    margin: 85px auto;
    border-top: 1px solid #000;
    padding: 40px 10px 0;
}
.term-sec-box-in h3{
border-left: 1px solid #000;
    padding-left: 15px;
    line-height: 110%;
    padding-bottom: 0.3vw;
}


#sb_instagram .sb_instagram_header .sbi_header_text, .sb_instagram_header .sbi_header_text{
	display:none;
}




.pc-dis{
	display:block;
}

.sp-dis{
	display:none;
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*1023px以下*/

@media screen and (max-width: 1023px){
	
	
    .footer-widgets > div {
        width: 100%;
        text-align: center;
    }
	.footer-menu-list {
    justify-content: center;
}
	.footer-area-button{
	    float: none;
		margin: 0 auto;
	}
	
	
	/*　ハンバーガーボタン　*/
.hamburger {
display: block;
        position: fixed;
        z-index: 9999;
        right: 13px;
        top: 11px;
        width: 42px;
        height: 32px;
        cursor: pointer;
        text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 1px ;
  left    : 6px;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
	background:#fff;
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
	background:#fff;
}

nav.globalMenuSp {
	display:block;
  position: fixed;
  z-index : 105;
  top  : 0;
  left : 0;
  color: #000;
  background: none;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
	margin-top:0;
	background: url(/wp-content/uploads/2024/08/hamburger-back.webp);
	background-size:cover;
}

nav.globalMenuSp ul {
      background: #c7b299e8;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100vh;
	padding-top:44px;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
	
}


nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    transition: 0.5s;
    font-size: 18px;
    font-weight: normal;
}
	nav.globalMenuSp ul li a:hover {
	background :#ddd;
		color:#000;
	}
	
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
	
	.child-mv{
		background-position:right;
	}
	
	
	
	
	
	
}






/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	    .entry-title, .article h2 {
        font-size: 20px;
        padding: 10px 0;
    }
	
	.article h2 {
    background: none;
    border-bottom: none;
    border-left: 1px solid #000;
    padding: 2px 0 5px 11px;
    line-height: 138%;
    border-radius: 0;
    margin-bottom: 20px;
}
	.page-numbers {
        width: 46px;
        height: 46px;
        line-height: 42px;
    }
	
	
}



/*==================================================
スーッ
===================================*/

/*枠線が伸びて出現*/
.line{
  position: relative; /* 枠線が書かれる基点*/
}

/*上下線*/
.line::before,
.line::after{
  position: absolute;
  content:"";
  width:0;
  height:1px;
  background:#aaa;/* 枠線の色*/
	z-index:-1;
}

/*左右線*/
.line2::before,
.line2::after{
  position: absolute;
  content:"";
  width: 1px;
  height:0;
  background:#aaa;/* 枠線の色*/
	z-index:-1;
}

/*上線*/
.line::before {
  top:0;
  left:0;
  animation: lineAnime .5s linear 0s forwards;/*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before{ 
  top:0;
  right:0;
  animation: lineAnime2 .5s linear 0s forwards;/*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.line::after { 
  bottom:0;
  right:0;
  animation: lineAnime .5s linear 0s forwards;/*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after{ 
  bottom:0;
  left:0;
  animation: lineAnime2 .5s linear 0s forwards;/*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
  0% {width:0%;}
    100%{width:100%;}
}

@keyframes lineAnime2 {
  0% {height:0%;}
    100%{height:100%;}
}

/*枠線内側の要素*/


.line .lineinappear{
  animation: lineInnerAnime 1s linear .7s forwards;/*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;/*初期値を透過0にする*/ 
	z-index:1;
	position:relative;
}

@keyframes lineInnerAnime{
  0% {opacity:0;}
    100% {opacity:1;}
}

.line{
	box-sizing:border-box;
}



/* スクロールダウンの位置 */
.scroll {
  padding-top: 60px;
  position: relative;
  text-align: center;
}
/* 矢印のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
/* 矢印のアニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}




#wpadminbar{
	display:none;
}





/*850px以下*/
@media screen and (max-width: 850px){
  /*必要ならばここにコードを書く*/
	
	
	
	.pc-dis{
	display:none;
}

.sp-dis{
	display:block;
}

	

	.header{
		width:auto;
		
	}
	#header-container-in{
	height:55px;
		min-height:0;
		top:0;
		 padding: 10px;
	}
	
	.logo-header img {
        width: auto;
        height: 35px;
        padding: 6px 0;
	}
	
	.site-name-text-link {
    padding: 0;
	}
	
	.logo-image span, .logo-image a {
    padding-top: 3px;
        padding-left: 3px;
        height:100%;
}
	
	.sec-button{
		text-align:center;
	}

	
	body{
		width:100%;
		min-width:0;
	}
	
	.wrap10vw{
		padding:150px 15px;
	}
	
	.floating-sp{
	position: fixed;
    bottom: 0;
    z-index: 100000;
		width:100%;
	}
	
	.floating-sp ul{
	    display: flex;
    width: 100%;
	}
	
	    .floating-sp ul li {
        width: 50%;
        text-align: center;
        background: rgb(85 41 27 / 80%);
			color:#fff;
    }
	
	.floating-sp ul li a{
        color: #fff;
        padding: 9px 8px 7px;
        width: 100%;
        display: block;
	}
	.floating-sp ul li:first-child{
			background: rgb(255 255 255 / 80%);
	}
	
	.floating-sp ul li:first-child a{
		color:rgb(73 51 44);
	}
	
	
	table th, table td{
	font-size:14px;
}
	
	/*トプページ　スマホ*/
	
	.mv {
    background: none;
	}
	
	.mv-black{
		position:relative;
	}
	.mv-image {
    background: url(/wp-content/uploads/2025/10/mv-sp.webp) no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
	}
	
	
	
	
.mv-content {
	text-align:center;
	    height: 100vh;
	padding-bottom:0;
	}
	
	.mv-content img {
    max-width: 110px;
}
	
	.scroll {
    padding-top: 60px;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 60px;
	}
	
	
		
	.headline{
		display:block;
		margin-bottom: 30px;
	}
	
	
    .headline1:before {
        content: "";
        width: 60px;
        height: 65px;
        background: url(/wp-content/uploads/2025/07/headline-deco1.webp);
        background-size: cover;
        display: block;
        position: absolute;
        top: -15px;
        left: 0;
        right: 0;
        margin: 0 auto;
		z-index:-1;
    }
	
	.headline2:before {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -14px;
    }
	
		.sec4-text .headline2:before {
     content: "";
    width: 50px;
    height: 65px;
    background: url(/wp-content/uploads/2025/07/headline-deco2.webp);
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: -14px;
    left: 0;
			right:0;
    z-index: -1;
}
	
	
	.sec1-in{
		display:block;
		padding: 80px 15px;
	}	

.sec1 .headline {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
}
	
	.headline p {
    writing-mode: horizontal-tb!important;
}
	.headline{
		text-align:center;
	}
	.headline h2 {
    writing-mode:horizontal-tb;
		text-align:center;
	
}
	
	.headline2{
		padding:0;
	}
	
	
	.sec1 .blog-common .blog-page-in{
		    padding: 0;
	}
	
	.sec1 .blog-page .news-list{
		margin:0;
	}
	
	.sec1 .news-list-area {
    width: 100%;
}
	.sec1 .blog-page .news-list ul li{
		margin-bottom: 50px !important;
	}
	.sec1 .blog-page .news-list ul li a {
    display: block;
	}
	
	.sec1 .blog-page .news-list ul li a .topics-thum {
    width: 100%;
    margin-right: 0;
}
	.sec1 .blog-page .news-list ul li a .topics-list-text {
    width: 100%;
}
	
	
	.sec2 .headline2 {
    padding:0;
    text-align: center;
	}
	.sec2 .headline2:before {
    left: 0;
    right: 0;
    top: -15px;
    margin: 0 auto;
}

	
	
	.sec2-ill {
    position: absolute;
    width: 30%;
    left: auto;
    top: 0;
    display: none;
	}		
	.sec2-in{
		padding:80px 15px;
	}
	
	
	.sec2 ul {
    display: block;
    margin-top: 0;
}
	
	.sec2 ul li {
    width: 100%;
		display:block;
    margin: 40px 0;
}
	
	.sec2-movie {
    width: 100%;
}
	.sec2-text {
    width: 100%;
    padding: 0;
    font-size: 15px;
}
	
	.sec2-text .num {
    font-size: 60px;
		margin-bottom:6px;
	}
	
	.sec2 ul li h3 {
    font-size: 20px;
	}
	
	
	.sec2-text p br{
		display:none;
	}
	.sec3-ill{
		display:none;
	
	}
	
	
	.sec3-image {
    width: 100%;
    margin-left: 0;
	}
	

	
	    .sec3-content {
        width: 100%;
			padding-top:0;
    }
	
	.sec3-text {
    display: block;
		padding-top: 40px;
		        padding-bottom: 65px;
	}	
	
	.sec3-text .headline {
    width: 100%;
		padding-left: 0;
}
	.sec3-text-box {
    width: 100%;
}
	
	
	.sec4-content {
    padding-top: 0;
    display: block;
}
	
	.sec4-image {
    width: 100%;
}
	
	
	.sec4-text {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px;
}
	
	
	.headline2:before {
    content: "";
    width: 50px;
    height: 65px;
    background: url(/wp-content/uploads/2025/07/headline-deco2.webp);
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: -59px;
    left: 0;
    z-index: -1;
}
	
	

	
	
	.sec4-text .headline {
    flex-direction: row-reverse;
    margin-bottom: 30px;
    margin-top: 50px;
}
	
	
	
	.sec4-text p {
    margin-bottom: 0;
}
	

	.sec4 .sec-button {
    margin-top: 0;
    display: block;
    margin: 30px auto;
}
	
	
	
	
	.sec5-content {
    margin-top: 110px;
    display: block;
	}
	
	
	.sec5-image {
    width: 100%;
}
	.sec5 .headline {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
    margin: 45px 0 40px;
	}
	.sec5-text-box {
    padding: 0 15px 50px 15px!important;
}
	
	.sec5 .sec-button {
    display: block;
    margin: 0 auto;
}
	
	.sec6-content {
		    padding-top: 75px;
    padding-bottom: 60px;
}
	
	
	.sec6 .headline {
    text-align: center;
		    margin-bottom: 10px;
}
	.sec6 .headline:before {
    left: 0;
    right: 0;
    margin: 0 auto 0;
    top: -26px;
}
	
	

	
	.contact-button-box {
    display: block;
	}
	
	.blog-common .blog-page-in{
		    padding: 100px 15px;
	}
	.blog-page .news-list{
		background: none;
		display:block;
	}
	
	.blog-common .news-list ul {
    display: block;
	}
	
	.blog-common .news-list ul li{
		width:100%!important;
	}
	
	
	.blog-page .news-list ul li .topics-list-text h3 {
    margin-top:15px;
    font-size: 18px;
}
	.contact-common-mask {
    padding: 150px 10px;
		text-align: center;
}

	.contact-common-in {
    padding: 0;
    width: 100%;
}
	.contact-common-mask h2{
	    width: fit-content;
        margin: 0 auto 20px;
    }
	
	.contact-button-box img {
    height: 65px;
    display: inline-block;
	}
	
	.contact-button-box .sec-button {
        display: block;
        margin: 0 auto 30px;
    }
	
	
	
	/*下層ページ　スマホ*/
	
		.content-in {
    padding-top: 0;
}
	
	.small-text{
		font-size:13px;
	}
	h2 {
    font-size: 30px;
	}
	
	h3{
		font-size:22px;
	}
	
	
	.child-page p{
		font-size:14px/*3.2vw*/;
	}
	
	
	.child-mv-in {
padding: 215px 15px 0;
        height: 500px;
}
	
	.child-mv p {
    font-size: 3.5vw;
}
	
	.wrap1200 {
    padding: 55px 15px;
}
	
	/*園の特色*/
	.f-sec1-top {
    display: block;
	}
	
	.f-sec1-top .headline {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
}
	
	.fs1tt {
    width: 100%;
	}
	.fs1tt p{
	    border-bottom: 1px solid #ddd;
		padding-bottom:5px;
		margin-bottom:5px;
	}
	
	.f-sec1-bottom {
    display: block;
}
	
	.fs1bi {
    width: 100%;
    margin-right: 0;
		margin-bottom: 40px;
}
	
	
.fs1bt {
    width: 100%;
}
	
	.f-sec2-top {
    display: block;
    margin-bottom: 100px;
}
	
	.f-sec2-left {
    width: 100%;
    margin-right: 0;
}
	
	.f-sec2-top .headline {
    margin-bottom: 22px;
}
	.f-sec2-right {
    width: 80%;
    margin: 0 10%;
		padding-top: 15px;
	}
	
.f-sec2-bottom ul li {
    display: block;
	}
	
	.fs2movie {
    width: 100%;
    margin: 0 0 20px;
}
	
	.fs2list {
    width: 100%;
    position: relative;
    padding: 0;
}
	
	.fs2list::before, .fs2list::after {
    display:none;
	}
	
	
	.f-sec2-bottom ul li .fs2list h3:before{
		left:0;
	}
	
	.f-sec2-bottom ul li{
		padding-bottom: 0;
    border-bottom: none;
	}
	
	.f-sec2-bottom ul li:nth-child(even) .fs2movie {
    margin-right: 0;
    margin-left: 0;
}
	.fs2list h3 span {
    display: block;
    font-size: 13px;
}
	
	
	.f-sec3 .headline {
    margin-bottom: 42px;
    text-align: center;
}
	.f-sec3-2 ul {
    display: block;
	}
	
	.f-sec3-2 ul li {
    width: 100%;
    padding: 0;
	margin-bottom: 45px;
}
	
	.f-sec3-2 ul li h3 {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}
	.f-sec3-1 p, .f-sec3-3 p, .f-sec3-2 p {
    max-width: 960px;
    padding: 0;
    display: block;
	}
	


	
	.footer-bottom-logo img {
    height: auto;
}
	
	
	v.ooter-bottom-logo .logo {
    text-align: center;
}
	
	    .footer-bottom-logo {
        position: relative;
        width: 165px;
			        margin: 0 auto;
			text-align: center;
        margin: 0 auto;
	}
	
	.f-sec3-box {
    margin-bottom: 40px;
}
	
	
	.l-sec1-in {
    display: block;
	}
	
	.l-sec1-text {
    width: 100%;
    padding-right: 0;
}
	
	.l-sec1-text .headline {
    margin-bottom: 25px;
}
	
	.l-sec1-text {
    margin-bottom: 30px;
}
	
	.l-sec1-image {
    width: 100%;
}
	
	.l-sec2{
		background:none;
	}
	.l-sec2-in .headline {
    margin-bottom: 25px;
}
	
	.tab_item {
    font-size: 13px;
	}
	
	.tab_content {
    padding: 20px 0;
	}
	
	.l-sec4-in {
    display: block;
	}
	
	.l-sec4-in .headline {
    width: 100%;
}
	
	.l-sec4-ulbox {
    width: 100%;
    margin-top: 0;
}
	
	.l-sec4-ulbox h3 {
    padding: 5px 0 9px 0;
    border-bottom: 1px solid;
    border-left: 0;
    margin: 0;
		
}
	
	.l-sec4-in ul {
    display: block;
}
	
	.l-sec4-in ul li {
    width: 100%;
    padding: 15px 0 30px;
}
	
	.l-sec4-in ul li h3 {
    text-align: center;
    margin: 15px 0 0;
	}
	
	.l-sec5 {
    position: relative;
    background: url(/wp-content/uploads/2025/07/l-sec5-back2.webp) no-repeat;
    background-position: left top;
	}
	
	    .l-sec5-in {
        padding: 0;
    }
	
	.l-sec5-left {
    width: 100%;
	padding: 0 15px;
}
	
	.l-sec5-in table th {
    text-align: left;
    width: 17%;
    padding-right: 10px;
	}
	
	.l-sec5-right {
    margin-top: 25px;
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    height: 218px;
    overflow: hidden;
}
	
	.l-sec5-right img{
	    width: 100%;
    height: 100%;
    object-fit: cover;
}
	
	.i-sec1-in {
    display: block;
}
	
.i-sec1-in .headline {
    width: 100%;
}	
	.i-sec1-in ul {
    width: 100%;
    margin-top: 0;
}
	
	.i-sec1-image {
    width: 30%;
    margin-right: 5%;
}
	
	.i-sec1-text h3{
	    font-size: 19px;
    margin-bottom: 6px;
}
	
	.i-sec1-in ul li:nth-child(even) {
    display: flex;
	}
	.i-sec1-in ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 48px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	}
	
	.i-sec1-in ul li p{
		font-size:14px;
	}
	
    .i-sec2-in {
    border: none;
}
	
	.i-sec2-in table.table1 th,
	.i-sec2-in table.table1 td {
		display:block;
		width:100%;
	}
	.i-sec2-in table.table1 th{
		padding:10px;
		background:#0071bc;
		color:#fff;
	}
	
	.i-sec2-in table.table1 td{
		padding:15px 0;
	}
	
	.i-sec2-in table h4 {
    font-size: 15px;
	}
	table.table1 tr {
    border-bottom: none;
}
	
	table.table2{
		margin-bottom:0!important;
	}
	
	.i-sec3-in {
    margin-top: 0;
	}
	
	.i-sec3-in ul {
    display: block;
	}
	.i-sec3-in ul li {
    width: 100%;
    margin: 0 0 40px;
	}
	
	.i-sec3-in ul li .i-sec3-image {
    width: 110px;
    display: block;
    margin: 0 auto 20px;
}
	
	
	.l-sec2-in ul li h3 {
    font-size: 15px;
	}
	
	
	
	.l-sec2-in table.table1 th,
	.l-sec2-in table.table1 td {
		display:block;
		width:100%;
	}
	.l-sec2-in table.table1 th{
		padding:10px;
		background:#0071bc;
		color:#fff;
	}
	
	.l-sec2-in table.table1 td{
		padding:15px 0;
	}
	
	
	.s-sec3-in ul {
    display: block;
}
	.s-sec3-in ul li:first-child {
    margin-right: 0;
		    margin-bottom: 50px;
}
	
	.s-sec3-in ul li {
    width: 100%;
		
}
	
	
	.s-sec3-in ul li .headline {
    height: auto;
    margin-bottom: 30px;
}
	
	.s-sec3-in ul li img {
    margin-bottom: 13px;
}
	
	    .topics-mv {
        background-position: center;
    }
	
	.mw_wp_form_confirm .cform{
		width: 90%;
		
	}
	
	
	
	    main.main, div.sidebar {
        padding: 32px 0;
	}
	
	.rec-sec1-in {
    display: block;
    align-items: start;
    flex-direction: row-reverse;
    padding-top: 0;
    margin-top: 0;
}

	
	.rec-sec0-in{
		padding: 55px 15px 25px;
	}
	
	.rec-sec0-in .headline{
		margin-bottom:0;
	}
	
	
	.rec-sec1-text {
    width: 100%;
}
	
	.rec-sec1-image {
    width: 100%;
    padding: 30px 0 0;
}
	
	
	
	.rec-sec2 ul {
    margin-top: 0;
}

	
	
.rec-sec2 ul li {
    display: block;
	}
	
	.rec-sec2 ul li .sec2-text {
    padding: 25px 0 0;
}
	
	
	.rec-sec2 ul li .sec2-text h3 {
    font-size: 22px;
}
	
	
	.rec-sec2 ul li:nth-child(even) {
    display: block;
	}
	
	
	.rec-sec2 ul li:nth-child(even) .sec2-text {
    padding: 25px 0 0;
}
	
	.rec-sec2-button-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;
    width: 75%;
}
	.rec-sec2-button-area img {
    max-width: 100%;
}
	
	.rec-sec3-in ul {
    margin-top: 0;
}
	
	.rec-sec3-in ul li {
    display: block;
    align-items: center;
    margin-bottom: 40px;
}
	.rec-sec3-in ul li .rec-sec3-image {
    width: 100%;
    max-width: 150px;
    margin: 0 auto 25px;
}
	.rec-sec3-in ul li .rec-sec3-text {
    width: 100%;
}
	
	.rec-sec4-in ul {
    display: block;
		margin-top: 20px;
	}
	
	.rec-sec4-in ul li {
    margin-right: 0;
    width: 100%;
		margin-bottom:45px;
}
	
	
	.rec-sec5 {
    background: none;
}
	
	.rec-sec5-in{
		padding: 55px 0;
	}
	
	
	.rec-sec5 .tabs {
    box-shadow: none;
		padding-bottom: 0;
	}
	
	.rec-sec5 .tab_item {
    font-size: 13px;
	}
	
	
	.rec-sec5 .tab_content {
    display: none;
    padding: 15px;
	}
	
	.rec-sec6-in {
    display: block;
}
	.rec-sec6-box {
    width: 100%;
    margin-right: 0;
    padding: 0;
}
	.rec-sec6-box h3 {
    margin-top: 58px;
    padding-left: 0;
		text-align:center;
}
	
	.rec-sec6-box p {
    margin-left: 0;
}
	.rec-sec6-box-image {
    width: 100%;
    margin-top: 35px;
    height: 200px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.about-sec1-headline h2 {
    font-size: 10.5vw;
}
	.about-sec1-in {
        padding: 100px 15px;
        max-width: 100%;
    }
	
	about-sec1-in table th, .about-sec1-in table td {
		padding: 20px 10px;
	}
	
	.about-sec1-in table th {
    width: 25%;
		padding-left:15px;
	}
	
	
	.works-sec1-in {
    display: block;
	}
	
	.works-sec1-in h2 {
    width: 100%;
	}
	
	.works-sec2-in:before {
    content: "";
    width: 95%;
	}
	
	.works-sec1-in p {
    width: 100%;
	}
	.works-sec2-in {
    padding: 65px 0;
}
	.works-sec2-in ul{
		display:block;
	}
	.works-sec2-in ul li {
    display: block;
    margin-bottom: 30px;
		overflow: hidden;
	}
	.works-sec2-in ul li .works-sec2-image {
    width: 90%;
}
	.works-sec2-in ul li .works-sec2-text {
    width: 90%;
    float: right;
		position: relative;
	}
	
	.footer-bottom.fnm-text-width .menu-footer li a{
		color:#000;
	}
	
	.footer-bottom.fnm-text-width .menu-footer li a:hover{
		color:#000!important;
	}
	
	.contact-mv {
    background: url(/wp-content/uploads/2024/08/contact-mv.webp) no-repeat;
    background-size: cover;
    background-position: 26%;
	}
	
		.post-78 ,
	.post-81{
		padding:0 15px;
	}
	
	.post-78 h1 ,
	.post-81 h1{
		text-align:center;
	}
	
	.mw_wp_form_confirm .required-srt{
	display:none;
}
	.mw_wp_form_confirm table td{
		padding-left:10px;
	}
	
	.mw_wp_form_confirm table th {
    width: 30%;
	}
	
	
	

	
	
	/*投稿ページ　スマホ*/
	.single .content-in{
		padding-top:69px;
	}
	
	 .single .content-in {
        padding: 69px 15px;
    }
	
	
	/*アバウトページ　about スマホ*/
	.about-top-in h2 {
    font-size: 4.5vw;
    margin-bottom: 3vw;
	}
	
	.about-top-in p {
    font-size: 9vw;
    font-weight: bold;
}
	
	.page-title-box {
    height: auto;
		flex-wrap:wrap;
		flex-direction:column-reverse;
		
}
	
	.page-title-box-text {
    width: 100%;
    padding:75px 15px;
}
	
	.page-title-box-image {
    width: 100%;
    height: 300px;
}
	
	.about-sec1{
	background:#f9f9f9;
	}
.about-sec1-in {
    padding: 35px 0 0;
}
	
	.about-sec1-headline{
		padding:0 15px;
	}
	
	.about-sec1-headline h3 {
    font-size: 6vw;
	}
	
	.about-sec1-in table{
	margin: 0 2%;
    width: 96%;
	}
	
	.about-sec1-in .about-box {
    display: block;
	}
	
	.about-box-text {
    width: 100%;
    padding: 0 15px;
		margin-bottom:30px;
}
	
	.about-sec1-in img {
    width: 100%;
}
	
	.about-sec2-headline:before{
    height: 22vw;
	}
	    .about-sec2-image {
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden;
        top: 0;
    }
	    .about-sec2-image img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
	
	.about-sec2-in {
    padding: 30px 15px;
	}
	
	.about-sec2-in table {
    width: 100%;
}
	
	#sec4 {
    background: url(/wp-content/uploads/2024/07/sec-rec-back-scaled.webp;) no-repeat;
    background-size: cover;
    background-position: center;
}
	
	.about-sec3-in {
    padding: 30px 15px;
	}
	.about-sec3-headline:before {
    content: "";
    height: 22vw;
	}
	
	.about-sec3-box {
    display: block;
    margin-top: 30px;
}
	.about-sec3-box li {
    width: 100%;
    margin: 0;
    margin-bottom: 35px;
}
	
	.about-sec3-box li h2 {
    font-size: 6vw;
    margin-bottom: 10px;
}
	
	
	/*our business 事業概要*/
	.our-sec1-box {
    display: block;
		margin-bottom: 30px;
	}
	
	.our-sec1-in .sec-title-box {
    text-align: center;
    width: 100%;
    margin-bottom: 10vw;
}
	
	.our-sec1-box-image {
    width: 100%;
}
	
	.our-sec1-box-text,
	.our-sec1-box:nth-child(2) .our-sec1-box-text{
    width: 100%;
    padding: 20px 15px;
}
	
	.our-sec1-box-text h3 {
    font-size: 7vw;
		text-align:center;
}
	.our-sec1-box-text h3 .small-text {
    font-size: 13px;
		display:block;
}
	
	.count-up {
    font-size: 11.5vw;
    min-width: 16vw;
	}
	
	.our-sec1-in .sec-title-box {
    text-align: center;
    width: 100%;
    margin-bottom: 10vw;
}
	.our-sec2-in {
    padding: 40px 15px;
}
	.our-sec2-box{
		display:block;
		margin-bottom:40px;
	}
	.our-sec2-box-image {
    width: 100%;
}
	.our-sec2-box-text {
    padding: 0;
    width: 100%;
	}
	
	.our-sec2-box-text .num {
    font-size: 11vw;
	}
	
	.our-sec2-box-text h3{
	font-size: 5.5vw;
	}
	
	.our-sec2-box-text h3 span {
    font-size: 15px;
	}
	
	.blog-mv {
    background: url(/wp-content/uploads/2024/08/blog-mv.webp) no-repeat;
    background-size: cover;
	}
	    .blog-mv {
        width: 82%;
	}
	
	.blog-page .news-list {
    padding: 40px 10px;
 
}
	
	.blog-page .news-list ul li {
    width: 50%;
    padding: 5px;
	}
	.blog-page ul.page-numbers {
    margin: 0;
	}
	
	
	/*リクルートページ　recruit スマホ*/
	
	.rec-sec-title-in span {
    font-size: 3.2vw;
	}
	
	.rec-sec-title-in {
    margin-top: 0;
}
	
	.rec-sec-title-in h2{
		font-size:8vw;
	}
	
	.rec-table-box {
    margin: 50px auto 50px;
		padding:0 15px;
}
	
	.rec-table-box h3 {
    position: relative;
    padding-left: 28px;
    font-size: 4vw;
	}
	.rec-table-box table th {
    width: 25%;
    padding: 10px;
	}
	
	.rec-information-in {
    margin: 0 15px 50px;
	}
	
	.rec-table-box .sec-button {
           margin: 47px auto;
	}
	
	.rec-information-in {
    padding: 17px;
	}
	
	
	/*お問い合わせフォームページ　contact スマホ*/
	.contact-sec1-in {
    padding: 44px 15px;
}
	
	.contact-title-box{
		padding:30px 15px;
	}
	
	.contact-start {
    padding: 0 15px;
    margin-top: 100px;
	}
	
	.contact-sec1-in table tr,
	.contact-sec1-in table th,
	.contact-sec1-in table td{
		display:block;
		width:100%;
	}
	.contact-sec1-in table th{
		padding-bottom:5px;
	}	
	.contact-sec1-in table td{
		padding:0;
	}
	
	.contact-sec1-in table th .required-srt {
    position: relative;
	top: 5px;
    margin-left: 27px;
	}
	
	.contact-sec2-in {
    background: rgb(255, 255, 255, .8);
    padding: 30px 15px;
	}
	.contact-sec2-in p {
    font-size: 3.3vw;
	}
	
	.contact-sec2-in a {
    width: 73%;
		margin-bottom: 12px;
	}
	
	.footer-in {
    max-width: 100%;
    margin: 0 auto;
    padding: 33px 0 0;
	}
	
	.footer-mobile{
		text-align:left;
	}
	
	.footer-mobile .footer-logo{
		text-align:center;
		margin-bottom:20px;
	}
	.footer-mobile .footer-site-logo-image{
		    max-width: 160px;
		margin-bottom:20px;
	}
	
	.footer-menu-list{
		    margin-bottom: 40px;
	}
	
	.footer-mobile .footer-menu-list ul{
		margin:10px;
	}
	
	.footer-mobile .footer-menu-list ul a{
		color:#000;
	}
	
	.footer .sec-button {
        text-align: center;
        width: 100%;
	}
	
	.widget .headline h2{
	font-size:30px;
		margin-left:0;
}
	
	.widget .headline{
		padding-left:0;
	}
	
	.footer-mobile{
		padding:0;
	}
	
	.footer-mobile table th{
		width:20%;
	}
	.footer-mobile table td{
		width:80%;
	}
	
	
	
	
	/*利用規約*/
	.term-sec-box-in h3{
		font-size:6.5vw;
	}
	
	.term-sec-box-in {
    margin: 30px auto;
	padding-bottom: 5px;
    margin-bottom: 15px;
	}
	
	
	/*投稿ページ*/
	.single .content-in .main{
	margin-left:0;
	}
	
	
	/*事業詳細ページ*/
	.m-top {
    height: 100vw;
    background: url(/wp-content/uploads/2024/08/m-mv-scaled.webp);
    background-size: cover;
    background-position: left;
}
	
	
	
	.service-page-top-in {
    height: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
	.service-page-top-in h2 {
    font-size: 5.7vw;
}
	
	.service-page h2 {
    font-size: 5.5vw;
    margin-bottom: 3vw;
}
	
	
	.service-sec1-in {
    text-align: center;
    padding: 12vw 15px;
}
	
	.m-sec1-area {
    display: block;
	}
	
	.m-sec1-box {
    margin: 0 0 30px;
    width: 100%;
}
	.m-sec1-area h3 {
    font-size: 4vw;
    padding: 3vw 0.5vw;
}
	
	.service-sec2-in {
    padding: 12vw 15px;
    text-align: center;
}
	.m-sec2-box-in {
		display:block;
    margin-top: 30px;
}
	.m-sec2-box-image {
    width: 100%;
}
	
	.m-sec2-box-text,
	.m-sec2-box-reverse .m-sec2-box-text{
    padding-right: 0;
    width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
		padding-left:0;
}
	
	.m-sec2-box-text .passing,
	.m-sec2-box-reverse .m-sec2-box-text .passing{
    position: relative;
    top: 0;
    left: 0;
	}
	
	.m-sec2-box-text h3 {
    padding: 12px;
    margin-bottom: 0;
    font-size: 3.8vw;
}
	
	.m-sec2-box .m-sec2-box-text p {
    display: inline-block;
    margin-left: 3vw;
}
	.service-sec3-in {
    padding: 12vw 15px 19vw;
	}
	.service-sec3-in h3 span {
    font-size: 15px;
	}
	
	.service-sec3-in{
		text-align:center;
	}
		.service-sec3-in h3{
		font-size:7.5vw;
	}
	.service-sec3-in p br{
		display:none;
	}
	
	.m-sec3-box-image{
	width:100%;
}
	
	.m-sec3-box-image2 {
    margin-left: 0;
    margin-top: -31px;
}
	
	.m-sec3-box-image3 img {
		display:block;
    margin: 0;
}
	
	.m-separate {
    height: 34vw;
	}
	.service-sec4-in {
    padding: 12vw 15px;
	}
	
	.m-sec4-box ul {
    display: block;
	margin: 30px auto 0;
	}
	
	.m-sec4-box ul li {
    width: 100%;
    margin: 0 0 30px;
		padding-bottom:40px;
	}
	
	.m-sec4-box ul li:before {
    display:none;
}
	
	
	.m-sec4-box ul li:after {
    content: "";
    position: absolute;
    left: 47%;
    top: 100%;
    margin: 0 auto;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
}
	.m-sec4-box ul li h3 {
    font-size: 4.5vw;
	}
	
	.m-sec4-box ul li:last-child:after{
		display:none;
	}
	
	
	/*代表挨拶　スマホ*/
	.greeting-sec{
		padding:0;
	}
	.greeting-sec-in,
	.greeting-reverse .greeting-sec-in{
    display: block;
		position:relative;
		padding-bottom:250px;
		background:#333;
	}
	.greeting-image {
    width: 100%;
}
	.greeting-text {
    width: 100%;
    padding: 30px 15px 55px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
		color:#fff;
}
	.greeting-text h3{
		font-size:21px;
		margin-bottom:15px;
	}
	
	.deco-name{
    position: absolute;
    top: auto;
		bottom:60%;
    right: 0;
    height: 29px;
    display: block;
    z-index: 0;
		width:auto;
}
	
	.greeting-reverse .deco-name{
		top: auto;
		bottom:60%;
		}
	
	.deco-name img{
		height:100%;
	}
	
	
	
	/*社員紹介　スマホ*/
	
	.member-sec1-in {
    margin: 0 auto;
    padding: 100px 15px;
}
	.member-sec1-in h2 {
    font-size: 7.5vw;
}
	
	.member-text {
    position: absolute;
    width: 79%;
    right: 0;
    bottom: 15px;
	}
	.member-sec2-in {
    padding: 50px 15px;
	}
	
	.member-sec2-in ul li {
    display: block;
	}
	
	.member-left {
    width: 100%;
    margin: 0 0 30px;
}
	.member-right {
    width: 100%;
}
	
	.member-right h2 {
		font-size: 30px;
	}
	
	.member-right h3{
		font-size:20px;
		margin-top:20px;
	}
	
	ul li:nth-child(even) {
    display: block;
	}
	
	
	.member-sec2-in ul li:nth-child(even) .member-left {
    margin-right: 0;
    margin-left: 0;
}
	
	
	
	
	
	
	
	
	
	
			
	
}