@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
*/

/************************************
************************************/


.space{
    padding-bottom: 40px;
    display: block;
}


.breadcrumb,
.entry-categories-tags{
	display:none;
}


#ab-1,
#ab-2,
#ab-3,
#ab-4,
#ab-5,
#ab-6,
#ab-7{
	 padding-top: 80px;
    margin-top: -80px;
}




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



.main{
	border:none;
}


.wrap{
width:100%;
}

a{
	text-decoration:none!important;
}

img{
	vertical-align:top;
}

.hamburger,
.globalMenuSp{
	display:none;
}

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

.content{
	margin-top:0;
}

.content-in{
	padding-top:0;
}

h2{
	font-size: 38px;
    line-height: 110%;
    margin-bottom:0;
	font-weight:normal;
}
h3{
	font-size:28px;
	line-height:140%;
	margin-bottom:15px;
	letter-spacing: 0.1em;
}
h4{
	font-size: 20px;
    line-height: 170%;
    margin-bottom: 10px;
	color:#fff;
	position:relative;
}

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{

}
#header-container{
	position:fixed;
    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;
	background: rgba(0, 0, 0, .8);
	padding: 0 25px;
	align-items:center;
}

.header{
	width: 225px;
}

 .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 15px;
	height:auto;
	padding:25px 0;
}

.navi-in a{
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 100;
	padding: 0 20px;
}
.navi-in a:hover{
	background:none;
	color:#fff;
}


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

.navi-in > ul .sub-menu{
	background:#000;
	padding: 15px;
	padding-bottom:10px;
	padding-top:30px;
	width: 275px;
	margin-left:-16px;
opacity:0;
	transition:0.4s;
    z-index: -999;
    display: block;
	height:0;
	overflow:hidden;
}

.navi-in > ul li:hover > ul{
	opacity:1;
	height:100%;
	min-height:fit-content;

}

.navi-in > ul .sub-menu li {
    width: auto;
    margin: 0;
    height: auto;
    border-bottom: 1px solid #fff;
    padding:0 0 5px;
    margin-bottom: 5px;
	
	
}

.navi-in > ul .sub-menu a {
    padding-left: 0;
    padding-right: 0;
	font-size:14px;
}
.navi-in > ul .sub-menu a:after{
	display:none;
}










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

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

.floating{
	display: inline-block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 130px;
}




/*共通　ここまで*/

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


.fadeout { 
animation: fadeOut 3s;
    animation-fill-mode: both;
	animation-delay:1.3s;
    width: 100vw;
    height: 100vh;
    background: #000;
    max-width: 100%;
}

@keyframes fadeOut {
    0% {
        opacity: 1; /*初めに存在する*/
    }
    40% {
        opacity: 1; /*初めに存在する*/
    }
    100% {
        opacity: 0; /*最後に消える*/
    }
}


.fadeout-logoback { 
animation: fadeOut 4s;
    animation-fill-mode: both;
	animation-delay: 2s;
}

@keyframes fadeOut {
    0% {
        opacity: 1; /*初めに存在する*/
    }
    40% {
        opacity: 1; /*初めに存在する*/
    }
    100% {
        opacity: 0; /*最後に消える*/
    }
}

.fadein-logoback { 
animation: fadein 5s;
    animation-fill-mode: both;
	animation-delay: 1.4s;
}

@keyframes fadein {
    0% {
        opacity: 0; 
    }
    40% {
        opacity: 0; 
    }
    100% {
        opacity: 1; 
    }
}






.mv{
	height: 100vh;
    display: flex;
    align-items: center;
	background:url(/wp-content/uploads/2025/04/mv-back-scaled.webp);
	background-size:cover;
	background-position:center;
	color:#fff;
	position:relative;
}

.mv-content{
	padding:0 12vw;
	z-index: 2;
	width: 100%;
}

.mv-in{
	width: 100%;
    height: 100vh;

/*    background: rgba(92, 82, 76, .4);*/
}

.mv-black{
	position:absolute;
}

.mv-content-text{
	    position: absolute;
    top: 4.5%;
    bottom: 0;
    left: 440px;
    margin: auto;
    height: fit-content;
}

.mv-top{
	font-size:19px;
	line-height: 165%;
	font-weight:normal;
}

.mv-bottom{
    font-size: 30px;
    line-height: 142%;
    margin-bottom: 28px;
	font-weight:normal;
}

.mv-h1, .mv-logo{
    position: absolute;
    top: 4.5%;
    bottom: 0;
    height: fit-content;
    margin: auto;
    left: -3%;
}

.mv-logo{
	opacity:0;
}
.mv-logo img{
	width:400px;
	height:auto;
	    margin-bottom: 13px;
}

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

/*全共通*/

.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下段テキスト　ここまで*/




/*幾何学*/

#wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
}


#particles-js{ 
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
	opacity:0.4;
}


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




.wrap1200{
	max-width:1200px;
	margin:0 auto;
}
.wrap1000{
	max-width:1000px;
	margin:0 auto;
}

.wrap10vw{
	padding:13vw 10vw 15vw;
}

.sec-button{
font-size: 16px;
    display: inline-block;
    padding: 2px 57px 0;
    text-align: center;
    width: fit-content;
    color: #000;
    border-radius: 0;
    margin-top: 35px;
    border: 2px solid #debb69;
    background: #debb69;
    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 #171717;
  transform: translateX(-100%);
  transition: transform ease .3s;
}
.sec-button:hover {
  color: #debb69;
	border-radius:0;
}
.sec-button:hover::before {
  transform: translateX(0);
}



/*sec1*/

#sec1{
	position:relative;
	overflow:hidden;
}

.sec1-in{
	display:flex;
	align-items:center;
	position:relative;
	color:#000;
}
.sec1-left{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

.sec1-left p{
	font-size:16px;
	
}

.sec1-left .headline{
	margin-top:40px;
	margin-bottom:20px;
}
.sec1-back{
	background:url(/wp-content/uploads/2025/04/sec1-back-scaled.webp)no-repeat 50% 50%;
	background-size:cover;
	background-position:center;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}



.sec1-in h2{
	margin-bottom:0;
	color:#000;
}

.sec1-in .sub-head{
	color:#000;
}

.sec1-in h3{
	line-height: 170%;
	font-weight:normal;
}



.sec1-in .sec-button{
	line-height:200%;

}


/*sec2*/

.sec2{
	background:#171717;
	color:#fff;
	position:relative;
	z-index:0;
}

.mon-back{
	background:url(/wp-content/uploads/2025/04/monmandala-back-scaled.webp)no-repeat;
	background-size:50%;
	background-position:top left;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}

.sec2-in{
	overflow:hidden;
}

.sec2-top{
	    width: fit-content;
    float: right;
	margin-bottom:50px;
	width:60%;
}

.sec2-top.wrap10vw{
	padding:15vw 6vw 0 0;
}


.sec2 h2{
	margin-bottom:0;
	    line-height: 120%;
}


.sec2 h2 span{
	display:block;
	float:left;
}

.sec2 ul{
    display: flex;
    align-items: start;
	margin-top:45px;
    margin-bottom: 25px;
}


.sec2 .anih3{
	width:30%;
	height:fit-content;
    color: #fff;
    margin: 0;
    position: relative;
    overflow: hidden;
    width: fit-content;
    font-weight: normal;
    letter-spacing: unset;
    flex-direction: column;
    align-items: start;
    font-size: 16px;	
	    line-height: 180%;
	padding-right: 21px;
	margin-right:20px;
}



.sec2-top .anih3.is-active:after{
	    content: "";
    height: 75%;
    width: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	opacity:0;
	animation-delay:0.3s;
	animation-name:borderfadein;
animation-duration:0.8s;
animation-fill-mode:forwards;
}

@keyframes borderfadein{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*
.sec2 .anih3.is-active:nth-child(2):after{
	animation-delay:1.3s;
}

.sec2 .anih3.is-active:nth-child(3):after{
	animation-delay:1.7s;
}
*/

.gold-line{

    display: block;
    width: 100%;
    height: 170px;
    clear: both;
    background: url(/wp-content/uploads/2025/04/gold-line-scaled.webp) no-repeat;
    background-size: 100% 100%;
}

.sec2-bottom{
	width:100%;
	display:flex;
	align-items:start;
	justify-content:end;
}

.sec2-bottom.wrap10vw{
	padding:0 6vw 15vw;
}

.sec2-bottom .sub-head{
	display: inline-block;
    margin-bottom: 40px;
}

.sec2-bottom-left{
	width:45%;
}

.sec2-bottom-left h2{
	/*font-size:50px;*/
	margin-top:20px;
}

.sec2-bottom-right{
	width:45%;
}

.sec2-top ul li .char-text2{
	/*padding-left:35px;*/
	position:relative;
}

.sec2-top ul li .char-text2:before{
	content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: -3px;
    bottom: 0;
    margin: auto 0;
	display:none!important;
}

.sec2-top ul li:nth-child(1) .char-text2:before{
	content: "";
    background: url(/wp-content/uploads/2025/08/dollar.webp);
    background-size: 100% 100%;
    background-position: center;
}

.sec2-top ul li:nth-child(2) .char-text2:before{
	content: "";
    background: url(/wp-content/uploads/2025/08/compass.webp);
    background-size: 100% 100%;
    background-position: center;
}

.sec2-top ul li:nth-child(3) .char-text2:before{
	content: "";
    background: url(/wp-content/uploads/2025/08/earth.webp);
    background-size: 100% 100%;
    background-position: center;
}

.sec2-bottom-left h2 .small-text,
.small-text{
	display:inline-block;
	font-size:13px;
	float:none;
}

/*sec3 blog common*/

.blog-common .wrap10vw{
	padding: 7vw 6vw 7vw;
}

.blog-page.blog-common .news-list ul {
    padding: 0!important;
	    display: block;
	margin-top:30px;
	margin-bottom:15px;
}

.blog-page.blog-common .news-list ul li {
    width: 100%;
    padding: 1.5% 0.5%;
    margin: 0;
    transition: all 0.6s;
    will-change: transform;
    border-bottom: 1px solid #b3b3b3;
}

.blog-page.blog-common .news-list ul li a .topics-list-text{
	width:100%;
    display: flex;
	align-items:center;
}

.blog-page.blog-common .news-list ul li .topics-list-text .topics-catname {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 6px 14px 6px;
    margin-left: 25px;
	margin-right:25px;
    border-radius: 3px;
    line-height: 100%;
}

.blog-common .blog-page-in .contact-common-in h2{
	font-size:48px;
}

.blog-common .topics-common-button{
    display: block;
    text-align: right;
    color: #000;

}



/*ボタンエフェクト*/
.cta {
    border: none;
    background: none;
    display: flex;
    align-items: center;
}

.cta span {
font-size: 1.2vw;
    padding: 9px 0 7px 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 100%;
    margin-right: 18px;
}

.cta svg {
transform: translateX(-8px);
    transition: all 0.3s ease;
    height: 3vw;
    width: 3vw;
    background: #862040;
    border-radius: 50%;
    padding: 0.5vw;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #862040;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
/*ボタンエフェクト ここまで*/






/*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: left;
    max-width: 100%;
}

.news-list h2{
	margin-bottom:0;
	line-height:105%;
	position:relative;
}

.post-list-in ul{
	padding-left:0;
	    margin-top: 80px;
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;
}





.contact-common{
	background:url(/wp-content/uploads/2025/04/contact-common-back-scaled.webp);
	background-size:cover;
	color:#fff;
	background-position:center;
}

.contact-common-in{
padding:0;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-common-mask{
	background:rgba(0,0,0,.8);
	width:100%;
	height:100%;
	padding:10vw 7vw;
}

.contact-common-in h2{
	position:relative;
	overflow:hidden;
	line-height:105%;
	margin-bottom:15px;
	font-size:55px;
	font-weight: 100;
}

.contact-common-in h2 span{
	display:block;
	float:left;
}

.contact-common .hover-underline-animation{
	color:#fff;
}

.contact-common p{
font-size:18px;
	font-weight: 100;
}

.contact-common .small-text{
	display:inline-block;
	margin-bottom: 2vw;
}

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

.contact-button-box{
	display:flex;
	align-items:center;
	margin-top: 22px;
}
.contact-button-box img{
	height:65px;
	display:block;
	margin:0 0 0 10px;
}
.contact-button-box .sec-button{
	margin: 0;
    padding: 10px 36px;
    border: 2px solid #fff;
    background: #fff;
}

.contact-button-box .sec-button:hover {
	color:#fff;
	border:2px solid #171717
}
.contact-button-box .sec-button::before {
    border-bottom: 62px solid #171717;
}





.greeting-common{
	background:#171717;
	color:#fff;
	    padding:10vw 7vw;
}


.greeting-common-in{
    display: block;
    align-items: center;
	max-width: 1200px;
	margin:0 auto;
}

.greeting-common-in.wrap10vw{
	padding:0;
	max-width:1200px
}


.greeting-common h2{
	color:#fff;
	font-size:30px;
	margin-bottom:30px;
}

.greetin-content{
	display:flex;
}

.greetin-common-left{
    width: 20%;
    padding: 0 3% 0 0;
}

.greetin-common-right{
	width:80%;
	height:100%;
	font-size:16px;
}

.greeting-common-in h3{
	font-weight:normal;
}

.greeting-common-in .sec-button {
	color:#000;
    border: 2px solid #debb69;
    background: #debb69;
}

.greeting-common-in .sec-button:hover {
	color:#debb69;
	    border: 2px solid;
}
.greeting-common-in .sec-button::before {
    border-bottom: 62px solid #171717;
}


.choose{
	color:#000;
	padding:120px 15px;
	background:#f9f9f9;
}

.choose-in{
	padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.choose-list{
	   margin-top: 68px;
}

.choose-list li{
	margin-bottom:30px;
	border-bottom: 1px solid #ddd;
	padding-bottom:30px;
}
.choose-list li span{
	font-size:20px;
    display: block;
    margin-bottom: 10px;
	width:fit-content;
	color:#978252;
}

.choose-list li p{
	padding-left:20px;
}






/*下層ページ*/

.child-mv{
	color:#fff;
	background:url(/wp-content/uploads/2025/05/child-mv-back.webp);
	background-size:cover;
	background-position:center;
	position:relative;
	overflow:hidden;
}

.child-mv-mark{
	position:absolute;
	top:0;
	left:0;
	width:28%;
}

.child-mv-in{
    width: 100%;
	padding: 0 15px;
	height:500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.child-mv h2{
	overflow:hidden;
	margin-bottom:0;
	color:#fff;
	font-size:35px;
}

.child-mv h2 span{
	display:block;
	float:left;
}

.spacing{
	padding:0.9vw;
}

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


.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;
}



/*THE GLOBAL ARC コミュニティ紹介*/



.global-mv-box{
    background: #fff;
    display: block;
    width: fit-content;
    color: #000;
    padding: 5px 25px;
    margin-top: 40px;
    border-radius: 2px;
}


.g-sec1{
	background: url(/wp-content/uploads/2025/05/about-sec1-back.webp);
}

.g-sec1{
	text-align:center;
}

.g-sec1-text{
	max-width:800px;
	margin:0 auto;
}

.g-sec1-text p{
	margin-top:35px;
}



.g-sec1 ul{
	display:flex;
	margin-top:50px;
}

.g-sec1 ul li{
	padding:40px;
	border:1px solid #aaa;
	width:100%;
	margin:20px;
} 
.g-sec1 ul li img{
	width:50px;
	display:block;
	margin:0 auto 15px;
}

.g-sec1 ul li h3{
	color:#debb69;
	margin-bottom:20px;
	text-align:center;
}

.g-sec2{
	color:#000;
	background:url(/wp-content/uploads/2025/08/g-sec2-back.webp)no-repeat;
	background-size:cover;
	background-position:center;
}

.g-sec2-in{
	max-width:950px;
}

.g-sec2 ul{
	margin-top:70px;
}

.g-sec2 ul li{
	margin-bottom:30px;
	padding-left:30px;
	position:relative;
}

.g-sec2 ul li:before{
	content:"";
	display:block;
	position:absolute;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#debb69;
	left:0;
	top:4px;
}

.g-sec2 ul li:after{
	content:"";
	display:block;
	position:absolute;
	width:1px;
	height:110px;
	background:#debb69;
	top:6px;
	left:10px;
}

.g-sec2 ul li:last-child:after{
	display:none;
}

.g-sec2 ul li h3{
	font-size:22px;
	margin-bottom:0;
}

.g-sec2 ul li p{
	margin-left:20px;
}

.g-sec3{
	background:#333;
	text-align:center;
}

.g-sec3-in table{
	text-align:left;
	margin-top:70px;
}
.g-sec3-in table th.table-title{
	background:#fff;
	color:#333;
	text-align:center;
	font-weight:bold;
	font-size:120%;
	border-right:1px solid #333;
}
.g-sec3-in table th{
	text-align:left;
	width:25%;
}

.g-sec3-in table td{
	width:75%;
}
.g-sec3-in table th,
.g-sec3-in table td{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:20px 0; 
}

.g-sec3-in table td span{
    font-size: 18px;
    background: #fff;
    color: #000;
    display: block;
    width: fit-content;
    padding: 0 10px;
    border-radius: 5px;
    margin-top: 20px;
	margin-bottom:10px;
}

.g-sec4{
	text-align:center;
	color:#000;
}

.g-sec4-in .sec-button{
	display:block;
	width:fit-content;
	margin:40px auto;
	font-size: 19px;
    padding: 12px 57px 10px;
}

.g-sec4-bottom{
	margin-top:50px;
	font-size:13px;
}



/*about page 会社概要*/





.about-sec1{
	    background: url(/wp-content/uploads/2025/05/about-sec1-back.webp);
	background-size:cover;
	position:relative;
    padding-bottom: 148px;
}

.about-sec1-mark{
	position:absolute;
	left:0;
	top:0;
	width:47%;
	z-index:0;
}


.about-sec1-in{
	background:url(/wp-content/uploads/2025/05/about-sec1.webp)no-repeat;
	/*background-size:740px;*/
	background-size:46vw;
	background-position:top right;
	    padding: 75px 10vw;
}

.about-sec1-in p{
    margin-bottom: 20px;

}

.about-sec1-top{
	max-width: 811px;
	    margin-bottom: 215px;
	position:relative;
	z-index:1;
}

.about-sec1-headline p{
	    margin-top: -7px;
}


.about-sec1-bottom h3{
margin-bottom: 21px;
    font-size: 20px;
}


.about-sec1-bottom{
	z-index:1;
	position:relative;
	max-width: 635px;
}

.about-sec1-bottom-img{
position: absolute;
    bottom: -60px;
    right: 0;
/*    width: 795px;*/
	width:48vw;
    z-index: 0;
}

.about-sec2{
	background:#f2f2f2;
	padding-top:20px;
	color:#000;
}

.about-sec2-in .about-sec1-headline{
	text-align:center;
}

.about-sec2-in ul{
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:center;
	max-width:900px;
	margin:60px auto 0;
}


.about-sec2-in ul li{
	background:#fff;
	border:1px solid #666;
	border-radius:15px;
	width:48%;
	margin:1%;
	padding:35px;
}

.about-sec2-in ul li h4{
    color: #000;
    line-height: 100%;
    margin-bottom: 0;
}

.sec2-list-icon{
	max-width:100px;
	margin:0 auto 30px;
}


.about-sec2-in ul li h3{
	font-size:19px;
}

.about-sec2-in ul li p{
	line-height:170%;
}


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


.about-sec3 .wrap10vw{
	padding-bottom:0;
	    max-width: 985px;
}

.about-sec3-line{
	width:35%;
	margin-top: -45px;
	padding-bottom:20px;
}

.about-sec4{
	background:url(/wp-content/uploads/2025/05/sec4-back-scaled.webp)no-repeat;
	background-size:cover;
	position:relative;
}

.about-sec4-iAX{
	position:absolute;
	width:190px;
	left:20px;
	top:20px;
}

.about-sec4-in{
	    padding: 13vw 15.5vw 12vw;
}

.about-sec4-in p{
	margin-bottom:17px;
}

.about-sec4-in h2{
	writing-mode: vertical-rl;
	margin-right:30px;
}

.about-sec4-top,
.about-sec4-bottom,
.about-sec4-bottom-right{
	display:flex;
	align-items:start;
}

.about-sec4-top{
	margin-bottom:140px;
}

.about-sec4-bottom-left{
	    max-width: 370px;
    margin-right: 80px;
	margin-left:50px;
}

.about-sec4-textbox h4{
	    border-bottom: 1px solid;
    margin-top: 30px;
}

.about-sec5{
	background:#000;
}


.about-sec5-in{
	background:url(/wp-content/uploads/2025/05/about-sec5-mark.webp)no-repeat;
	background-size:auto 100%;
	background-position:top right;
padding: 10vw 17vw 11vw;
}

.team{
	display:flex;
}

.team span{
	font-size:16px;
}

.team h3{
	display:flex;
	align-items:center;
	font-weight:normal;
}

.team h3 span{
	margin-left:18px;
	font-weight:normal;
}



.team1{
	margin-top:70px;
		padding-bottom:70px;
	border-bottom:1px solid #fff;
}

.team2{
	margin-top:70px;
}

.team-img{
	width:25%;
	margin-right:2%;
}

.team-text{
	width:73%;
}

.team h3{
	margin-bottom:20px;
	
}

.team h4{
	width:fit-content;
	font-weight:normal;
	display:flex;
	align-items:center;
	font-size:19px;
	margin-bottom:5px;
}
.team h4:after{
	content:"";
	width:80px;
	height:1px;
	background:#fff;
	position:relative;
	display:block;
	margin-left:20px;
}

.about-sec6{
	color:#000;
}

.about-sec6 .wrap10vw{
    padding: 8vw 15vw 9vw;
}

.about-sec6-top,
.about-sec6-bottom{
	display:flex;
	
}


.about-sec6-top{
	padding-bottom:80px;
	border-bottom:1px solid #000;
}

.about-sec6-bottom{
	margin-top:80px;
	padding-bottom: 80px;
    border-bottom: 1px solid #000;
}


.about-sec6 .about-sec1-headline{
	width:17%;
		margin-right:2%;
}

.about-sec6-in ul{
	width:81%;
}
.about-sec6-in ul li{
	display:flex;
	margin-bottom:5px;
}
.about-sec6-in ul li span{
    display: block;
    margin-right: 15px;
    width: fit-content;
    min-width: 63px;
}

.about-sec6-bottom .about-sec6-list li span{
	min-width:125px;
}

.about-sec6-in ul li ul li{
display: list-item;
    list-style: inside;
    list-style-type: disc;
    margin-bottom: 0;
}



.about-sec6-client{

	padding:100px 15px;
}

.about-client-headline{
	justify-content: space-between;
	    display: flex;
	align-items:center;
}

.about-client-headline-in{
	width:38%;
}
.about-client-headline p{
	width:62%;
	text-align:center;
}

.about-client-headline-in p{
	text-align:left;
}

.about-sec6-client .about-sec1-headline{
	width:100%;
	margin:0 0 50px;
}

.about-sec6-in ul.about-sec6-client-list{
	display: flex;
    flex-wrap: wrap;
	width:100%;
}

.about-sec6-in ul.about-sec6-client-list li{
	width: 15%;
    margin-right: 6%;
	margin-bottom:20px;
}

.about-sec6-in ul.about-sec6-client-list li:nth-child(5),
.about-sec6-in ul.about-sec6-client-list li:nth-child(10){
	margin-right:0;
}




/*service*/

.service-page{
	background:#000;
}


.service-sec1-box{
	display:flex;
	align-items:stretch;
	flex-direction: row-reverse;
}

.ssi{
	width:50%;
	height:fit-content;
	position:relative;
}

.ssi-icon{
	position:absolute;
	bottom:0;
	left:0;
	max-width:330px;
	width:37%;
}

.sst{
	width:50%;
	position:relative;
}

.sst-catch{
	position:absolute;
	top:0;
	left:0;
	opacity:0.6;
}

.sst-in{
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	    padding: 15px 100px 15px 40px;
    max-width: 778px;
	float:right;
}

.sst-in .about-sec1-headline{
	margin-bottom:5px;
	
}

.sst-in p{
	margin-bottom:20px;
}

.service-sec1-box2{
	display:flex;
	flex-direction:row;
}

.service-sec1-box2 .sst-in{
    padding: 15px 40px 15px 100px;
    float:left;
}


.service-sec1-box2 .sst-catch{
	left:auto;
	right:0;
}

.sst-in ul{
	margin-bottom:20px;
}
.sst-in ul li{
	display: list-item;
    list-style: inside;
    list-style-type: disc;
    margin-bottom: 0;
}



/*プライバシーポリシー*/

.tos-page{
	background:#000;
}










/*blog ブログページ*/

.blog-page{
	color:#000;
}

.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-box{
    padding: 50px 0;
    max-width: 1200px;
    margin: 0 auto;
}

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

.blog-page .news-list  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 li:hover{
	background:#f3f3f3;
	}

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

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

.topics-thum{
	overflow:hidden;
	width:100%;
	height:200px;
	margin-bottom:13px;
}
/*
.blog-page .news-list li img{
	width: 100%;
	height:100%;
    object-fit: cover;
	transition: all 0.3s;
	 will-change: transform; 
}*/
.blog-page .news-list li img{
width: auto;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    will-change: transform;
    margin: 0 auto;
    display: block;
}

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

.blog-page .news-list li .topics-list-text h3{
	margin-top:0;
	font-size:16px;
	margin-bottom:2px;
}

.blog-page .news-list li .topics-list-text p{
	font-size:12px;
}

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

.blog-page .news-list li .topics-list-text .news{
	background:#c1b191!important;
}

.blog-page .news-list li .topics-list-text .seminar{
	background:#808080!important;
}

.blog-page .news-list li .topics-list-text .topics-date{
	margin-left:10px;
}




.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;
}


.blog-page .wrapper{
    max-width: 1000px;
    background: #f5f5f5;
    padding: 15px;
    margin: 0 auto 100px;
}

.blog-page .list-tab{
	max-width: 1000px;
	margin: 100px auto 0;
	    display: flex;
}

.blog-page .list-tab li{
	background:#eee;
	width:150px;
	text-align: center;
    padding: 7px 15px;
}

	.jquery-tab-pager-tabbar li.current{
		color:#fff;
		background:#000;
		
	}

#jquery-tab-pager-navi {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#jquery-tab-pager-navi li:first-child a,
#jquery-tab-pager-navi li:last-child a{
	background:none;
}



#jquery-tab-pager-navi a{
	color:#000;
	display:inline-block;
	margin:0 4px;
	background:#fff;
	padding:0 15px;
}

#jquery-tab-pager-navi a.current{
	background:#999;
	color:#fff;
}


#jquery-tab-pager-navi li a{}














/*社員紹介　member*/
.member-mv{
	background:url(/wp-content/uploads/2024/08/member-mv.webp)no-repeat;
	background-size:auto 100%;
	background-repeat:no-repeat;
}

/*代表挨拶　greeting*/
.greeting-mv{
	background:url(/wp-content/uploads/2024/08/greeting-mv.webp)no-repeat;
	background-size:auto 100%;
	background-repeat:no-repeat;
}
.page-template-09custom-page9 .greeting-common{
	display:none;
}

.greeting-page{
	background:url(/wp-content/uploads/2024/09/greeting-back-scaled.jpg);
	background-size:100% auto;
}
.greeting-sec{
	padding:100px 0 50px;
}
.greeting-sec-in{
	display: flex;
	justify-content:center;
	align-items:center;
	max-width:1500px;
	margin:0 auto;
	position:relative;

	
}

.greeting-image{
	width:30%;
}

.greeting-text{
	width:60%;
	padding:15px 8%;
	position:relative;
	z-index:2;
}
.greeting-text h3{
	font-size:1.8vw;
	margin-bottom:35px;
}

.deco-name{
	position:absolute;
	top:0;
	right:0;
	height:60px;
	display:block;
	z-index:0;
}
.deco-name img{
	height:100%;
}

.greeting-reverse .greeting-sec-in{
	display:flex;
	flex-direction: row-reverse;
}
.greeting-reverse .deco-name{
	right:auto;
	left:0;
}

/*社員紹介*/

.member-sec1{
	position:relative;
}

.member-sec1-in{
	margin:0 auto;
	padding:120px 15px;
	padding-left: 10vw;
}

.member-sec1-in h2{
	font-size:3.5vw;
}

.member-text{
    position: absolute;
    width: 50%;
    right: 50px;
    bottom: 40px;
	opacity:0.5;
}

.member-sec2-in{
	padding:50px 10vw;
	background: url(/wp-content/uploads/2024/10/member-sec2-back-scaled.webp);
    background-size: 100%;
    background-position: top;
}

.member-sec2-in ul li{
	display:flex;
	    margin-bottom: 70px;
}

.member-left{
	width:37%;
	margin-right:3%;
}
.member-right{
	width:60%;
}

.member-right h2{
	font-size:2.1vw;
	border-bottom: 1px solid;
    padding-bottom: 8px;
	margin-bottom:8px;
	display:flex;
	align-items:center;
}

.member-right h2 span{
	font-size:18px;
	margin-left:30px;
}


.member-right h3{
    margin-top: 30px;
    border-left: 4px solid #000;
    padding-left: 17px;
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size:1.7vw;
}

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

.member-sec2-in ul li:nth-child(even) .member-left{
	margin-right:0;
	margin-left:3%;
}






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


div.contact_msg_hidden{
	display:none;
}


.contact-page{
	background:#1d1d1d;
}




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

.contact-sec1{
	position:relative;
}

.contact-line{
	position:absolute;
	bottom:0;
	right:0;
	max-width:600px;
}

.contact-sec1-in {
    padding: 100px 0 200px;
    max-width: 1000px;
    margin: 0 auto;
	z-index:1;
	position:relative;
}

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

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

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




.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: 1px 8px 3px;
    line-height: 160%;
    border-radius: 7px;
    right: 15px;
    top: 26px;
    margin: auto 0;
    color: #fff;
    background:#ab0000;
    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: #fff;
    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{
    max-width: 800px;
    margin: 100px auto 0;
}

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

.post-71 h1,
.post-75 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;
}

.mw_wp_form_confirm .contact_msgv{
  display: none;
}

body.page-id-78{
	background:#1d1d1d;
	padding-top:150px;
}

body.page-id-78 .entry-title{
	text-align:center;
}

body.page-id-80{
	background:#1d1d1d;
}

body.page-id-80 .main{
	padding:300px 0 250px!important;
	text-align:center;
}


/*投稿ページ*/

.eye-catch-wrap{
	display:none;
}

#pager-post-navi{
	display:none;
}
body.post-template-default{
	color:#000;
}

body.post-template-default .a-wrap{
	color:#000;
}

.single-post{
	    padding-top: 95px;
}
.date-tags{
	display:none;
}
.eye-catch .cat-label{
	display:none;
}
.article h2{
	    background: none;
    border-bottom: none;
    border-left: 1px solid #000;
    padding: 2px 0 5px 11px;
    line-height: 138%;
}

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

.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;
}




.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: 3px 6px 2px;
}
.single .entry-content {
    margin-bottom: 85px;
}

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

.post-update{
	display:none;
}

.widget-sidebar-title{
	font-size:19px;
}


/*記事下セミナー情報table*/
.post-bottom-table{
	max-width:600px;
	margin:120px auto;
}
.post-bottom-table h2{
	text-align:center;
	margin-bottom:40px;
}


.post-bottom-table table tr .column-1{
	background:#f9f9f9;
	border:1px solid #f2f2f2;
	padding:10px 15px;
}

.post-bottom-table table tr .column-2{
	border:1px solid #f2f2f2;
	padding:10px 15px;
}









.related-entry-card-wrap{
	border-bottom:1px solid #eee;
}

/*フッター*/



.footer-contact{
	background:url(/wp-content/uploads/2023/10/footer-contact-back.jpg);
	background-attachment:fixed;
	background-size:cover;
	text-align:center;
}

.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{
    background: url(/wp-content/uploads/2025/04/footer-back-scaled.webp) no-repeat;
    margin-top: 0;
    background-size: cover;
    background-position: center;
    padding: 8px;
    color: #fff;
}


.footer-in{
	    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 15px 0;
	text-align:center;
	}

.ori-footer{
	color:#fff;	
	font-size:16px;
}

.ori-footer a img{
	width:100px;
	display:block;
	margin:0 auto 17px;
}




.footer-widgets{
	align-items:start;
}

.footer-bottom{
	margin-top:45px;
}

.footer-bottom-logo{
	float:none;
	display:block!important;
	text-align: center;
    position: relative;
	margin-bottom:50px;
}

.footer-bottom-logo .logo-image{
	text-align:center;
}



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

.footer-bottom.fnm-text-width .menu-footer li a{
	color: #fff;
	padding: 0 29px;
	font-size:16px;
}

.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-menu-list{
display: flex;
    
    justify-content: start;
}

.navi-footer-in > .menu-footer{
	margin-bottom:100px;
}

.navi-footer-in > .menu-footer li,
.navi-footer-in > .menu-footer li:last-child{
	border:none;
}






.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;
}

.copyright{
	color:#fff;
	margin-top:40px;
}


.footer-bottom.fdt-up-and-down .footer-bottom-logo{
	display:none!important;
	
}






#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-time11{animation-delay: 1.1s;}
.delay-time12{animation-delay: 1.2s;}
.delay-time13{animation-delay: 1.3s;}
.delay-time14{animation-delay: 1.4s;}
.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-content{
	    max-width: 1080px;
    margin:0 auto;
	padding:110px 0 180px;
}
.term-sec-box-in{
    margin: 35px 0 0 0;
    border-top: 1px solid #000;
    padding: 0 10px;
}
.term-sec-box-in h3{
    padding-left: 0;
    line-height: 110%;
    padding-bottom: 0;
	font-size:21px;
}







.pc-dis{
	display:block;
}

.sp-dis{
	display:none;
}








.anih3 {
  display: flex;
  justify-content:start;
  align-items: center;
  color: #000;
  font-weight: normal;
/*  text-transform: uppercase;*/
	font-size:28px;
	margin:0;
}

.anih3.is-active {
  --x: 0;
}

.char {
    overflow: hidden;
}

.char-text {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.3s * var(--char-index));
}

.char-text2 {
  display: inline-block;
  transform: translateX(var(--x, -101%));
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.5s * var(--char-index));
}

/* 初期CSS */
.contai {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3c3c3c;
}

.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}



/*フォントサイズ調整テスト*/









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

/*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   : 6px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 1px ;
  left    : 6px;
  background : #fff;
  -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: rgba(0,0,0,.8);
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100vh;
	padding-top:60px;
}

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: 0.6em 0;
    text-decoration: none;
    transition: 0.5s;
    font-size: 14px;
    font-weight: normal;
	padding-left: 23px;
	text-align:left;
}
	nav.globalMenuSp ul li a:hover {
	background :#ddd;
		color:#000;
	}
	
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
	
	nav.globalMenuSp .accordion-content ul{
		padding-top:0;
		height:auto;
		background:none;
	}
	
	
	
nav.globalMenuSp ul li ul li a {
        padding-left: 35px;
	}
	nav.globalMenuSp ul li ul li a:before {
		content:"- ";
		color:#fff;
		display:inline-block;
		margin-right:6px;
	}
	
	
}




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

.sp-dis{
	display:block;
}
	
	

	.header{
		width:130px;
	}
	#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;
        margin: 35px auto 0;
        display: block;
    }

	
	body{
		width:100%;
		min-width:0;
	}
	
	.wrap10vw{
		padding:80px 15px;
	}
	
	h2 {
        font-size: 31px;
    }
	
	h3 {
    font-size: 20px;
	}
	
	/*トプページ　スマホ*/
	
	.mv {
    background: url(/wp-content/uploads/2025/06/mv-back-sp.webp);
    background-size: cover;
    background-position: 80%;
	}
	
	.mv-black{
		/*position:relative;*/
	}
.mv-content {
    padding: 0 20px;
    bottom: 45%;
	margin:auto 0;
	text-align:center;
	}
	
	
	    .mv-h1, .mv-logo {
        margin: 75px auto 0;
        left: 0;
        right: 0;
        width: 240px;
        height: 240px;
        display: block;
    }
	
	
	.mv-content-text {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    margin: 320px 0 0;
	}
	
	.mv-bottom {
    font-size: 22px;
	}
	.mv-top {
    font-size: 14px;
	}
	.mv-top span span br{
		display:none;
	}
	
	
	
	.anih3 {
    font-size: 20px;
	}
	
	.sec1-left p {
    font-size: 15px;
}
	
	
.sec1-in {
        display: block;
        padding: 80px 15px;
    }

	.sec1-left {
    width: 100%;
		margin-bottom: 20px;
}
	
	.sec1-right {
    width: 100%;
    line-height: 140%;
}
	
	
	    .sec2-in {
        padding: 80px 0;
    }
	
    .sec2-top.wrap10vw {
        padding: 0;
        width: 100%;
        text-align: center;
    }
	.sec2 ul {
        display: flex;
        flex-direction: column;
        align-items: center;
		margin:bottom:0;
	}
	.sec2 .anih3{
	margin: 0 0 25px;
        font-size: 18px;
        align-items: center;
        padding: 0 0 15px;
        line-height: 130%;
	}
	.sec2 ul li:nth-child(even) {
        display: flex;
    }
	
	.sec2-top .anih3.is-active:after {
    content: "";
    height: 1px;
    width: 100%;
		top:auto;
		bottom:0;
	}
	
	.mon-back {
    background: url(/wp-content/uploads/2025/04/monmandala-back-scaled.webp) no-repeat;
    background-size: 73%;
	}
	
	
	.gold-line {
    display: none;
	}
	.sec2-bottom.wrap10vw {
    padding: 0;
}
	
	.sec2-bottom {
    width: 100%;
    flex-direction:column-reverse;
	}
	
	.sec2-bottom-left {
    width: 100%;
		padding: 0 15px;
}
	.sec2-bottom-right {
    width: 100%;
}
	.blog-page.blog-common .news-list ul li {
    padding: 0;
		margin-bottom: 15px;
	}
	.blog-page.blog-common .news-list ul li a .topics-list-text {
    display: block;
	}
	
	.blog-page .news-list li .topics-list-text .topics-date {
    margin-left: 0;
}
	
	.blog-page.blog-common .news-list ul li .topics-list-text .topics-catname {
    padding: 0px 6px 1px;
		margin-left: 6px;
	}
	
	
		.greeting-common {
    padding: 50px 15px;
		background:#1d1d1d;
}
	
	
	.greeting-common h2 {
    font-size: 25px;
    text-align: center;
}

	.greetin-content {
    display: block;
}
	
	    .greetin-common-left {
        width: 160px;
        margin: 0 auto 30px;
        padding: 0;
        text-align: center;
    }
	
	.greetin-common-right {
    font-size: 15px;
}
	
	
	.greetin-common-right h3 {
    font-size: 25px;
    margin-bottom: 20px;
	}
	
	
	
	
	
	
	.sec3-content {
    width: 100%;
}
	.greeting-common-in {
		display: block;
		height: auto;
	}
	.greetin-common-right {
    width: 100%;
    height: auto;
}

	
    .blog-common .blog-page-in {
        padding: 0px 15px;
    }
	.blog-page .news-list{
		background: none;
	}
	
	.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:0;
    font-size: 15px;
		margin-bottom: 7px;
}
    .contact-common-mask {
        padding: 75px 10px;
        text-align: center;
    }
	
	.contact-button-box {
    display: block;
	}

	.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;
    }
	
	
	.blog-page.blog-common .news-list ul {
    width: 100%;
}
	
	
	.choose{
		padding:65px 15px;
	}
	
	.choose-list {
    margin-top: 30px;
}
	
	/*下層ページ　スマホ*/
	
		.content-in {
    padding-top: 0;
}
	
	.small-text{
		font-size:13px;
	}

	
	
	.child-page p{
		font-size:14px/*3.2vw*/;
	}
	
	
	.child-mv-in {
        padding: 0;
        height: 300px;
        padding-top: 30px;
}
	
	.child-mv-mark {
    top: 0;
    margin: auto 0;
    width: 58%;
}
	.child-mv p {
    font-size: 3.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:hover{
		color:#000!important;
	}
	

	
		.post-75 ,
	.post-71{
		padding:0 15px;
	}
	
	.post-75 h1 ,
	.post-71 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%;
	}
	
	
	.post-bottom-table {
    max-width:100%;
    margin: 70px auto;
}

	.post-bottom-table h2 {
		font-size:25px;
    text-align: center;
    margin-bottom: 20px;
}
	
	.post-bottom-table table tr td{
		width:53%;
	}
	
	
	
	/*投稿ページ　スマホ*/
	
	 .single .content-in {
        padding: 0 15px;
    }
	
	.single-post {
    padding-top: 70px;
}
	
	
	/*アバウトページ　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{
		padding-bottom:0;
	}
.about-sec1-in {
    padding: 115px 15px 0;
}
	
	.about-sec1-mark {
    width: 80%;
		top:50%;
	}
	
	.about-sec1-in {
    background-size: 80%;
	}
	
.about-sec1-top {
	max-width:100%;
	margin-bottom: 65px;
	}
	
	.about-sec1-bottom-img {
    position: relative;
    width: 100%;
		bottom:0;
		margin-top:30px;
}

	
	.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: 45px 15px;
	}
	
	.about-sec2-in ul {
    display: block;
    max-width: 100%;
    margin: 45px auto 0;
}
	
	.about-sec2-in ul li {
    width: 100%;
    margin: 0 0 25px;
    padding: 25px;
}
	
	.about-sec2-in ul li h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
	
	.about-sec2-in table {
    width: 100%;
}
	
	.about-sec4-top, .about-sec4-bottom, .about-sec4-bottom-right {
    display: block;
	}
	
	.about-sec3{
		padding: 55px 0;
	}
	
	#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-sec4-in h2 {
    writing-mode: unset;
			font-size: 27px;
			margin-bottom:20px;
	}
	
	.about-sec4-iAX {
    opacity: 0.5;
}
	.about-sec4-top {
    margin-bottom: 55px;
}
	
	.about-sec4-bottom-left {
    max-width: 245px;
    margin: 0 auto 30px;
}
	
	
	.team {
    display: block;
}
	
	.team1 {
    margin-top: 30px;
    padding-bottom: 50px;
	}
	.team-img {
    width: 80%;
    margin-right: 0;
    margin: 0 auto 30px;
}
	
	.team-text {
    width: 100%;
}
	.team span {
    font-size: 14px;
}
	.about-sec5-in {
    background: url(/wp-content/uploads/2025/05/about-sec5-mark.webp) no-repeat;
    background-size: 130%;
	}
	
	
	.about-sec6 .wrap10vw {
    padding: 50px 15px;
}
	
	.about-sec6-top, .about-sec6-bottom {
    display: block;
}
	.about-sec6-in ul {
    width: 100%;
    margin-top: 20px;
}
	
	.about-sec6-in ul li {
    margin-bottom: 5px;
    line-height: 150%;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    font-size: 14px;
}
	.about-sec6-top {
    padding-bottom: 0;
    border-bottom: none;
}
	.about-sec6-bottom {
    margin-top: 50px;
	border:none;
	padding-bottom: 0;
}
	
.about-sec6-bottom .about-sec6-list li span {
    min-width: 100px;
}	
	
	.about-sec6 .about-sec1-headline {
    width: 100%;
    margin-right: 0;
}
	
	.about-client-headline {
    display: block;
	}
	
.about-client-headline-in {
    width: 100%;
}	
	.about-client-headline p.c-head-text{
		font-size:18px;
		text-align:left;
		margin-top: 20px;
		width:100%;
		line-height: 140%;
	}
	
	.about-sec6-in ul.about-sec6-client-list li {
    width: 45%;
    margin-right: 10%;
		border:none;
	}
	
	.about-sec6-in ul.about-sec6-client-list li:nth-child(even){
		margin-right:0!important;
	} 
	
	.about-sec6-in ul.about-sec6-client-list li:nth-child(5), .about-sec6-in ul.about-sec6-client-list li:nth-child(10) {
    margin-right: 10%;
}
	
	
	
	/*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;
	}
	
	.blog-page .news-list li {
    display:block;
    width: 100%;
    padding: 0;
	}
	
.blog-page .list-tab {
    max-width: 100%;
    margin: 0 auto 0;
	}
	
	.blog-page .wrapper{
		margin-bottom: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;
	}
	
	
	
	.mw_wp_form_confirm{
		padding: 0 15px;
	}
	
	.mw_wp_form_complete{
		padding:0 15px
	}
	
	body.page-id-80 .main {
    padding: 130px 0 100px !important;
    text-align: center;
    font-size: 14px;
}
	
	.footer-in {
    max-width: 100%;
    margin: 0 auto;
    padding: 33px 0 0;
	}
	
	.footer-mobile{
		text-align:center;
		padding-bottom: 50px;
	}
	.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;
	}
	
	.navi-footer-in > .menu-footer {
    display: block;
	}
	
	
	
	.g-sec1 ul{
		display:block;
	}
	.g-sec1 ul li {
    width: 95%;
    margin: 25px 2.5%;
}
	.g-sec3-in table td span {
    font-size: 15px;
	}
	
	.g-sec3 table th,
	.g-sec3 table td{
		font-size:14px;
	}
	
	.g-sec3-in table th.table-title{
		font-size:100%;
	}
	
	.g-sec4-in .sec-button span{
		display:none;
	}
	
	.g-sec4-bottom{
		text-align:left;
	}
	
	
	/*利用規約*/
	.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;
	}
	
	
	/*事業詳細ページ*/
	
	
	.service-sec1-box {
    display: block;
	}
	
	.ssi {
    width: 100%;
	}
	
	.sst {
    width: 100%;
	}
	
	.sst-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 85px 15px 80px 15px;
    max-width: 100%;
    float: none;
}
	
	.service-sec1-box2 .sst-in {
    padding: 85px 15px 30px 15px;
    float: 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;
	}
	
	
	
	.member-sec2-in ul li:nth-child(even) .member-left {
    margin-right: 0;
    margin-left: 0;
}
	
	
	
	
	.ori-footer {
    color: #fff;
    font-size: 14px;
}
	
	.footer-bottom {
    margin-top: 14px;
}
	
	
	
			
	
}

/*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;
    }
	
	.navi-footer-in > .menu-footer{
		margin-bottom:60px;
	}
	    .navi-footer-in > .menu-footer li.menu-item {
        width: 100%;
    }
	
}



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

/*枠線が伸びて出現*/
.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;
}




/*投稿ページ追加*/
.first-post{
	display:flex;
}

.first-post-left{
	width:60%;
	margin-right:5%;
}

.first-post-right{
	width:35%;
}





/*1023px以下*/

@media screen and (max-width: 1023px){
	
	.first-post{
	display:block;
}

.first-post-left{
	width:100%;
	margin-right:0;
}

.first-post-right{
	width:60%;
	margin:0 auto;
}


}

