@charset "UTF-8";

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

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

/*ブログ非表示ここから*/
.blog-dis{
	display:none!important;
}
/*ブログ非表示ここまで*/

/*キャッチフレーズ非表示ここから*/
#header-in .tagline {
    display: none;
}
/*キャッチフレーズ非表示ここまで*/





body{
	line-height:2.1;
	font-family:"Zen Kaku Gothic Antique","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight:700px;
	overflow-x:hidden;
	max-width:100%;
}

.main{
	border-left:none;
	border-right: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: 3vw;
    line-height: 120%;
    margin-bottom:1.2vw;
}
h3{
	font-size:2vw;
	line-height:140%;
	margin-bottom:1vw;
}
h4{
	font-size: 18px;
    line-height: 170%;
    margin-bottom: 10px;
	color:#A18063;
}

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-container{
	position:fixed;
    width: 100%!important;
    background: none;
	z-index:100;
}


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

#header-container-in{
	    display: flex;
	background: rgba(255, 255, 255, .9);
	padding: 20px 25px;
	align-items:center;
}

.header{
	    width: 28%;
}

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

#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;
    margin: 0 6px;
    position: relative;
   /* min-width: 100px;*/
    text-align: center;
}

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


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


.navi-in ul li a:hover .item-label{
	transition:0.2s;
}
.navi-in > ul li a .caption-wrap:after{
	content:"LINK";
	display:inline-block;
	position:absolute;
	text-align:center;
	top:0;
	left:0;
	width:100%;
	transition:0.3s;
	opacity:0;
}

.navi-in ul li a:hover .caption-wrap:after{
	opacity:1;
	}

.navi-in ul li a:hover .item-label{
	opacity:0;
	}


.navi-in > ul li:nth-child(1) a .caption-wrap:after{
	content:"ホーム";
}
.navi-in > ul li:nth-child(2) a .caption-wrap:after{
	content:"会社概要";
}
.navi-in > ul li:nth-child(3) a .caption-wrap:after{
	content:"事業概要";
}
.navi-in > ul li:nth-child(4) a .caption-wrap:after{
	content:"ブログ";
}
.navi-in > ul li:nth-child(5) a .caption-wrap:after{
	content:"採用情報";
}
.navi-in > ul li:nth-child(6) a .caption-wrap:after{
	content:"お問い合わせ";
}


/*サブメニュー　our business*/
.navi-in .has-icon{
	display:none;
}


.navi-in > ul .sub-menu{
	padding:13px;
	background:#fff;
	/*background: rgb(249 246 246 / 90%);*/
	transition:0.3s!important;
	animation-name:sub-menu-fade;
	animation-duration:0.3s;
	animation-fill-mode:forwards;
    opacity:0;
	box-shadow:0 0 3px #ddd;
}

@keyframes sub-menu-fade {
  from {
        opacity: 0;
  }
	to {
    opacity: 1;
  }
}










.sub-menu li a{
	padding:0!important;
}
.sub-menu li a .item-label{
text-align:left;
}

.sub-menu li a .caption-wrap:after{
	display:none!important;
}
.sub-menu li a:hover .item-label{
	opacity:1!important;

	}

.navi-in > ul .sub-menu {
    width: auto;
	text-align:left;
}




















.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;
	opacity:0;
	z-index:-1;
	 transition: 0.5s;
}
.gray-text{
	color: #9d9d9d;
}

.red-text{
	color:#862040;
}

/*共通　ここまで*/

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


.sec-mv{
	position:relative;
	margin-top:105px;
	max-width:100%;
	overflow:hidden;
}

.sec-mv-in{
padding: 6vw 10vw 8vw;
	overflow: hidden;
}


.scrolldown{
	right:100px;
	bottom:0/*-172px*/;
	position:absolute;
	    z-index: 2;
	opacity:0;
}

.sec-mv h1{
	    font-size: 5.5vw;
    font-weight: bold;
    line-height: 110%;
	    letter-spacing: 0.12em;
	position:relative;
}

.sec-mv h1 .h1-1{
	display: inline-block;
	position:absolute;
	overflow:hidden;
	/*bottom:-6.5vw;*/
}

.sec-mv h1 .h1-1 span{
display: block;
float:left;
}







/*h1下段テキスト*/
p.h1-bottom{
	    font-size: 5.5vw;
    font-weight: bold;
    line-height: 110%;
	letter-spacing: 0.12em;
	position:relative;
	overflow: hidden;/*左右アニメーションで画面からはみ出る際に出る横スクロールバーを隠す*/
}

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

/*全共通*/

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




span.sub-title{
	font-family: "Noto Sans Syriac", sans-serif;
	display: block;
    font-weight: 200;
    font-size: 2.8vw;
	line-height: 200%;
	color: #862040;
	letter-spacing: 0;
}

.mv-area-button{
	color: #fff;
    background: #862040;
    border-radius: 80px;
    letter-spacing: 0.12em;
    padding: 1vw 5vw;
    text-decoration: none;
    transition: 0.4s;
    position: absolute;
    top: 55px;
    font-size: 1.4vw;
    right: 30px;
	display: flex;
    align-items: center;
}


.mv-area-button img{
	width: 1.8vw;
    margin-right: 8px;
}

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

.slider-scroll-out{
	height:33vw;
	overflow:hidden;
}

.slider-scroll{
	opacity:0;
	padding:0 0 6vw 0;
	position:relative;
	width:100%;
	height:41vw;
	overflow:hidden;
}

.test_box {
　position: relative;
　width: 100%;
　height: 300px;
 }
.test_box:after {
　position: absolute;
　content: '';
　top:0;
　left: 0;
　background: #338DC9;
　width: 100%;
　height: 100%;
　z-index: -1;
}

	




.mv-txt1,
.mv-txt2{
	font-size: 5.5vw;
    font-weight: bold;
    line-height: 110%;
    letter-spacing: 0.12em;
	display:block;
}

/*
.mv-txt2 span.mv-txt2-gradation{
	display:inline-block;
	background: linear-gradient(90deg, #862040 0%, #7f4356 40%, #a1224a 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	background-size: 200% 200%;
  animation: bggradient 5s ease infinite;
}
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
*/

.mv-txt2 span.mv-txt2-gradation{
	display:inline-block;
	color:#333;
  animation: bggradient 1s ease 2s ;
	animation-fill-mode: forwards;
}
@keyframes bggradient{
  0% {
	 color:#333;
  }
  100% {
	color:#862040;
  }
}






/* 下からアニメーションｍｖテキスト */

.fadeUpmv{
	will-change: top, left, opacity, margin, padding, width, height, transform;
animation-name:fadeUpAnime;
animation-duration:0.45s;
animation-fill-mode:forwards;
opacity:0;
}

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

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


#horizon1{
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
	overflow:hidden;
	max-width:100%;
    height: 3px;
    background: #862040;
	will-change: top, left, opacity, margin, padding, width, height, transform;
}

#curtain{
    position: absolute;
    left: 0;
    width: 100%;
	overflow:hidden;
	max-width:100%;
    height: 0;
    background: #862040;
	will-change: top, left, opacity, margin, padding, width, height, transform;
	max-height:41vw
}


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

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





/*mv-in　背景アニメーション*/

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(213 162 162 / 20%);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

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

.wrap1300{
	max-width:1300px;
	margin:0 auto;
}
.wrap1000{
	max-width:1000px;
	margin:0 auto;
}

.wrap10vw{
	padding:10vw;
	padding-bottom:11vw;
}

.sec-button{
	font-size: 18px;
    display: inline-block;
    padding: 7px 70px;
    color: #fff;
    border-radius: 10px;
    margin-top: 35px;
    border: 2px solid #862040;
    background: #862040;
    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: #862040;
	border-radius:0;
}
.sec-button:hover::before {
  transform: translateX(0);
}


.sec1-in .sec-title-box h2,
.sec2-in .sec-title-box h2{
	font-size:2.3vw;
}


.sec-title-box h2{
	font-size: 3vw;
}


/*sec1*/

#sec1{
	position:relative;
	overflow:hidden
}


img.sec1-circle{
	/*
    animation: rotate-anime 30s linear infinite;
    position: absolute;
    bottom: -80vw;
    right: -75vw;
    width: 132vw;
    display: block;
    max-width: none;
	*/
	
	animation: rotate-anime 30s linear infinite;
    position: absolute;
    top: 0;
	right: -61vw;
    width: 102vw;
    display: block;
    max-width: none;
}
@keyframes rotate-anime {
  0%  {transform: rotate(360deg);}
  100%  {transform: rotate(0);}
}

.sec1-in p{
	text-shadow: 0 0 3px #fff;
    font-weight: 500;
	font-size: 1.2vw;
}





/*sec2*/


#sec2{
	background:url(/wp-content/uploads/2024/07/sec2-back-scaled.webp);
	background-size:100% 100%;
	background-attachment:fixed;
	overflow:hidden;
	position:relative;
}
.sec2-in{
	width: fit-content;
    float: right;
    position: relative;
    z-index: 1;
}

.sec2-word{
	position:absolute;
	bottom:0;
	opacity:0.8;
	z-index:0;
}
.sec2-word .scroll-infinity__item{
	width: calc(100vw / 1);
	margin:0;
}

.sec2-word .scroll-infinity__wrap{
	width:100%;
}

.sec2-in p{
	text-shadow: 0 0 3px #fff;
    font-weight: 500;
	font-size:1.2vw;
}

.sec2-in .extend-line:before,
.sec1-in .extend-line:before{
	border-bottom: solid 1px #9d9d9d;
}



/*sec3*/

.sec3-in{
	    padding: 8vw 0;
}

.sec3-in h2{
	text-align:center;
	font-size:3vw;
}

.sec3-in .extend-line:before{
	    margin: 0 auto 10px;
}

.sec3 .passing .passing-box{
	text-align:center;
	margin:0;
}

.sec3 .passing .passing-txt{
	font-size:4.1vw;
	margin-bottom:30px;
}

.sec3-box{
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top: 3vw;
}

.sec3-box img{
	width:50%;
}

.sec3-box .sec3-box-text{
	    width: 42%;
    margin: 0 4%;
	overflow:hidden;
}

.sec3-box .sec3-box-text p{
	margin-bottom:25px;
	    font-size: 1.2vw;
    line-height: 173%;
}



.sec3-box .number{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 4.1vw;
    font-weight: bold;
    display: inline-block;
    letter-spacing: -2px;
    margin-right: 1vw;
    line-height: 100%;
}

.sec3-box h2{
    display: inline-block;
    line-height: 151%;
    font-size: 1.8vw;
    margin-bottom: 1.3vw;
	text-align:left;
}
.sec3-box h2 span {
font-size: 1.35vw;
    display: block;
    line-height: 105%;
}

.sec3-box-button{
	display:inline-block;
	background:#862040;
	padding:0px 25px 3px;
	color:#fff;
	transition:0.3s;
	text-align:center;
	font-size:18px;
	float: right;
	border:2px solid #862040;
}

.sec3-box-button:hover{
	border-radius:12px;
	color:#862040;
	background:#fff;
}

.sec3-box:nth-child(2n){
flex-direction:row-reverse
}

.sec3-in .passing.move .passing-txt{
	line-height:133%;
	margin-bottom:0;
}


	.sec3-box .passing{
		width:50%;
		height: 24vw;
    overflow: hidden;
	}
	.sec3-box .passing img{
		width:100%;
	}
	


/*sec4 RECRUITcommon*/


#sec4{
	background:url(/wp-content/uploads/2024/07/sec-rec-back-scaled.webp;)no-repeat;
	background-size:cover;
}
.sec4-in{
	    padding: 4vw 10vw 4vw 46vw;
}

.sec4-in p{
	font-size:1.2vw;
	margin-bottom:2vw;

}


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

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

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



.contact-common-in .hover-underline-animation:after{
	background:#fff;
}


/*ボタンエフェクト ここまで*/








/*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: 30%
}

.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:#000;
}
.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/2024/07/contact-common-back-scaled.webp);
	background-size:cover;
	color:#fff;
}

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

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

.contact-common p{
	font-size:1.2vw;
	margin-bottom:30px;
}

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

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










/*下層ページ*/

.content-in{
	padding-top:102px;
}

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

.child-page p{
    font-size:1vw;
}

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


/*about page 私たちについて*/
.about-top-in{
	padding: 7vw 0;
    text-align: center;
}
.about-top-in h2{
    font-size: 2.5vw;
	margin-bottom:3vw;
}

.about-top-in p{
	    font-size: 4.5vw;
    font-weight: bold;
}
.about-top-in .page-title-box-text{
	width:100%;
	height:auto;
}

.about-top-in .extend-line:before{
	margin:0 auto;
}

.page-title-box {
    display: flex;
    height: 25vw;
}

.about-mv{
	background:url(/wp-content/uploads/2024/08/about-mv.webp)no-repeat;
	background-size:cover;
	background-repeat:no-repeat;
}
.about-sec1-in{
	padding: 5vw 10vw;
}
.about-sec1-in .about-box{
	display: flex;
	flex-direction:row-reverse;
}


.about-sec1-headline{
	margin-bottom:2vw;
}
.about-sec1-headline p{
	font-size:1.7vw;
		color:#862040;
	font-weight:bold;
}
.about-sec1-headline h3{
	font-size:2.7vw;
	line-height: 140%;
}


.about-box-text{
	width:60%;
	padding-left:3vw;
}


.about-sec1-in img{
	width:40%;
}

.about-sec1-in .passing .passing-box{
	margin-top:0;
}

.about-sec2-in{
	padding:10vw;
	position:relative;
}

.about-sec2-headline{
	margin-bottom: 3vw;

	
}

.about-sec2-headline:before{
	content: "";
    position: absolute;
    top: 7vw;
    right: 0;
    width: 80%;
    height: 13vw;
    background: #f9f9f9;
}


.about-sec2-in h2{
	font-size:4vw;
}

.about-sec2-in table{
	width:60%;
}

.about-sec2-in table tr:nth-of-type(2n+1), table.gaiyou tr:nth-of-type(2n+1) {
    background: none;
}

.about-sec2-in table th {
	background: none;
    padding: 15px 10px;
    border: none;
    border-bottom: 2px solid #bed1df;
    vertical-align: top;
    text-align: left;
    width: 20%;
}

.about-sec2-in table td {
    background: none;
    border: none;
    border-bottom: 2px solid #e3e3e3;
    padding: 15px 10px;
}

.about-sec2-image{
    position: absolute;
    right: 0;
    top: 14vw;
    width: 39%;
}



.about-sec3-in{
	padding:10vw;
	position:relative;
}

.about-sec3-headline{
	margin-bottom: 3vw;

}

.about-sec3-headline:before{
	content: "";
    position: absolute;
    top: 7vw;
    right: 0;
    width: 80%;
    height: 13vw;
    background: #f9f9f9;
}

.about-sec3-box{
	display: flex;
    flex-wrap: wrap;
	margin-top: 4vw;
	justify-content:center;
}

.about-sec3-box li{
    width: 33%;
}

.about-sec3-box li a{
	padding: 4.5%;
    transition: 0.3s;
    display: block;
    color: #000;
}

.about-sec3-box li a:hover{
	background:#f7f7f7;
}

.about-sec3-box li h2{
	font-size:1.7vw;
	margin-bottom: 0.3vw;
}

.about-sec3-box li span{
	font-weight:bold;
}

.about-sec3-thum{
	margin-bottom:1vw;
	overflow:hidden;
	height:11.5vw;
}

.about-sec3-box li a:hover img{
  transform:scale(1.2,1.2);
  transition:0.4s all;
}






/*
.gmap{
  padding-top: 300px;
  overflow: hidden;
	height:600px;
}

.gmap iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);

}

*/


.sec-button-box{
	text-align:center;
}

.our-mv{
	background:url(/wp-content/uploads/2024/08/our-mv.webp)no-repeat;
	background-size:cover;
	background-repeat:no-repeat;
}

.our-sec1-in{
padding: 8vw 0;
    margin-top: 12vw;
    position: relative;
}

.our-sec1-in:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	background:#f9f9f9;
	width:86%;
	z-index:-1;
}

.our-sec1-in .sec-title-box{
	text-align:center;
	width:100%;
	margin-bottom:3vw;
}

.our-sec1-in .extend-line:before{
	margin:0 auto;
}

.our-sec1-box{
	display:flex;
	align-items:center;
}

.our-sec1-box:nth-child(2){
	flex-direction:row-reverse;
}

.our-sec1-box:nth-child(2) .our-sec1-box-text{
	width:55%;
	padding:1vw 3vw 1vw 10vw;
}

.our-sec1-box-image{
	width:45%;
}

.our-sec1-box-text{
	width:55%;
	padding:1vw 10vw 1vw 3vw;
}
.our-sec1-box-text p{
	font-size:1.25vw;
}

.our-sec1-box-text h3{
	font-size:2vw;
}


/*カウントアップ*/
.count-title{
	position:relative;
	 text-transform: uppercase;
}
.count-up{
	    font-variant: tabular-nums;
    font-feature-settings: "tnum";
    font-family: 'Montserrat', sans-serif;
    font-size: 5.5vw;
    display: inline-block;
    margin-right: 5px;
	color:#862040;
	    min-width: 8vw;
}

.count-up-right{
	display: inline-block;
    margin-right: 20px;
}
/*カウントアップ　ここまで*/


.our-sec2-in{
	padding:10vw;
}
.our-sec2-in .page-title-box-text{
	    width: 100%;
    padding: 0;
    text-align: center;
}

.our-sec2-in .page-title-box-text .extend-line:before {
    margin: 0 auto;
}

.our-sec2-in ul{
	margin-top:4vw;
}


.our-sec2-box{
	display:flex;
	align-items:center;
	margin-bottom:3vw;
}

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

.our-sec2-box:nth-child(even) .our-sec2-box-text{
padding: 0 3vw 0 0;
}


.our-sec2-box-image{
	width:50%;
	height:22vw;
}

.our-sec2-box-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.our-sec2-box-text{
padding: 0 0 0 3vw;
    width: 50%;
	overflow:hidden;
}

.our-sec2-box-text .passing .passing-box {
    margin: 2.5vw 0 0
}

.our-sec2-box-text .passing .passing-box p{
	padding-top:2.7vw;
}

.our-sec2-box-text .num{
	    font-size: 4vw;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	width:20%;
}

.our-sec2-box-text h3{
    display: inline-block;
    width: 80%;
	    padding-left: 3%;
}
.our-sec2-box-text h3 span{
    display: block;
    font-size: 1.2vw;
    line-height: 105%;
}

.our-sec2-box-text a{
    color: #fff;
    background: #862040;
	border:1px solid #862040;
    padding: 0.1vw 1.2vw 0.55vw;
    display: inline-block;
    margin-top: 1.5vw;
    float: right;
	transition:0.4s;
}

.our-sec2-box-text a:hover{
	border-radius:10px;
	background:#fff;
	color:#862040;
}

.our-sec2-box-text .passing .passing-bar {
	width:100%;
}






/*blog ブログページ*/

.page-template-05custom-page5 .post-list{
	display:none;
}
.blog-title-box{
	margin-bottom:3vw;
}
.blog-mv{
	background:url(/wp-content/uploads/2024/08/blog-mv.webp)no-repeat;
	background-size:auto 100%;
	background-repeat:no-repeat;
}


.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{
    padding: 3vw 10vw;
    background: #f9f9f9;
}

.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:150px;
}

.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.8vw;
	font-size:1.1vw;
}

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

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




.blog-page .pagination {
    padding: 0 0 80px 0;
    margin: 0;
    background: #f9f9f9;
    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;
}



/*リクルートページrecruit*/

.rec-mv{
	background:url(/wp-content/uploads/2024/08/rec-mv.webp)no-repeat;
	background-size: cover;
    background-position: center;
	background-repeat:no-repeat;
}

.rec-sec-title-in{
	text-align:center;
	    margin-top: 100px;
}

.rec-sec-title-in h2{
    line-height: 140%;
}
.rec-sec-title-in span{
	font-size: 1.7vw;
    color: #862040;
    font-weight: bold;
}


.rec-table-box{
	max-width:1000px;
	margin:120px auto 50px;
}

.rec-table-box h3{
	position:relative;
	padding-left: 1.8vw;
    font-size: 1.7vw;
	border-bottom: 1px solid #000;
    padding-bottom: 7px;
	margin-bottom: 30px;
}
.rec-table-box h3:before, .rec-table-box h3:after {
  display: block;
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  margin: auto;
  background-color: #862040;
  border-radius: 10px;
}
.rec-table-box h3:before {
  width: 2px;
  height: 20px;
	left:9px;
}
.rec-table-box h3:after {
      width: 20px;
    height: 2px;
    top: 3.75px;
}

.rec-table-box table tr:nth-of-type(2n+1){
	background:none;
}

.rec-table-box table th{
	width: 20%;
    vertical-align: top;
    text-align: left;
    padding: 10px 20px;
	background: #f9f9f9;
}

.rec-table-box table td{
	padding: 10px 20px;
}
.rec-table-box .sec-button {
    display: block;
    text-align: center;
    width: fit-content;
    padding: 7px 70px;
	margin:100px auto 0;
}

.rec-information-in{
	padding: 35px;
    margin: 0 auto 150px;
    max-width: 1000px;
    border: 1px solid #999;
    border-radius: 15px;
}

.rec-information-in h3{
	margin: 0 0 10px;
    border-bottom: 1px solid #999;
    font-size: 20px;
    padding-bottom: 10px;
}


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


.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;
}
.contact-sec1 {
    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: 1px 8px 3px;
    line-height: 160%;
    border-radius: 7px;
    right: 15px;
    top: 26px;
    margin: auto 0;
    color: #fff;
    background: #862040;
    font-size: 14px;
	vertical-align:top;
}

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

.contact-sec1-in .submit-btn {
    width: 200px;
    margin: 50px auto 20px;
}
.contact-sec1-in .submit-btn input[type='submit'] {
    background: #333;
    color: #fff;
    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;
}

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

.post-240 .mw_wp_form_confirm{
padding: 5vw 0;
}
.post-236{
	padding: 10vw 0;
}

.page-id-240 .date-tags,
.page-id-236 .date-tags{
	display:none;
}

.mw_wp_form_confirm table th{
	width:30%;
}

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

.page-id-240 .footer-common,
.page-id-236 .footer-common{
	display:none;
}

.mw_wp_form_confirm .required-srt{
  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:1300px;
}

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

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

.single .common-post-list{
	display:none;
}

.post-update{
	display:none;
}

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


/*フッター*/
.footer-in {
    max-width: 1500px!important;
}
.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:#fff;
	margin-top:0;
	padding: 8px;
}


.footer-in{
	    max-width: 1300px;
    margin: 0 auto;
    padding: 45px 7.5vw 0;
    color: #000;
	}
.footer-widgets{
	align-items:start;
}

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

.footer-bottom-logo{
	display:none;
}
.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-left{
	width:20%;
}
.footer-center{
	width:50%;
	display: flex;
    justify-content: center;
}
.footer-right{
	width:30%;
}

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

.footer-center ul li a{
color: #000;
    text-decoration: none;
    padding: 5px 15px 5px 0;
    font-size: 15px;
    transition: 0.3s;
    display: inline-block;
    line-height: 130%;
}
.footer-center ul li a:hover{
	background:#fff;
	color:#7b7066;
}
.footer-center .footer-menu-list ul{
	width:25%;
}
.footer-center .footer-menu-list ul:nth-child(2){
	width:60%;
	padding-right:15px;
}
.footer-center .footer-menu-list ul li ul{
	width:100%!important;
	padding-left:13px;
	position:relative;
}


.footer-center .footer-menu-list ul li ul li:before{
	content: "-";
    position: absolute;
    left: 0;	
}


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


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


.fadeInslow{
animation-name:fadeInAnimeslow;
animation-duration:5.3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnimeslow{
  from {
    opacity: 0;
  }

  to {
    opacity: 0.7;
  }
}





/* 下から */

.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;
	will-change: top, left, opacity, margin, padding, width, height, transform;
}

@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:0.8s;
  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.8s;
  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-time17{animation-delay: 1.7s;}
.delay-time18{animation-delay: 1.8s;}
.delay-time19{animation-delay: 1.9s;}
.delay-time20{animation-delay: 2s;}
.delay-time21{animation-delay: 2.1s;}
.delay-time23{animation-delay: 2.3s;}
.delay-time25{animation-delay: 2.5s;}
.delay-time26{animation-delay: 2.6s;}
.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;
	margin: 2.5vw 0 2.7vw;
}
.passing .passing-bar{
	will-change: top, left, opacity, margin, padding, width, height, transform;
	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-size: 3.1vw;
    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;
}


/*事業詳細ページ共通*/
.service-page h2{
	font-size:2.5vw;
}


.service-page-top{
	text-align: center;
}


/*マーケティング戦略再構築*/
.m-top{
	background:url(/wp-content/uploads/2024/08/m-mv-scaled.webp);
	background-size:cover;
	background-position:center;
}

.service-page-top-in{
	background:rgba(0,0,0,.65);
	padding: 6vw 5vw;
	    color: #fff;
}

.service-page-top-in h2{
	font-size: 2.7vw;
}

.service-page-top-in p{
	font-size: 1.1vw;
	line-height: 150%;
}
.service-top-top{
	margin-bottom:10px;
}



.service-sec1-in{
	text-align:center;
	padding:8vw 10vw;
}


.service-sec1-in .extend-line:before {
    margin: 0 auto 10px;
}

.m-sec1-area{
	display:flex;
	margin-top:50px;
}

.m-sec1-area h3{
    font-size: 1.3vw;
    font-weight: bold;
    margin-bottom: 0;
	background: #000;
    color: #fff;
    padding: 1vw 0.5vw;
}

.m-sec1-box{
	border: 1px solid #000;
	margin:0 5px;
	width: 33%;
}

.m-sec1-box ul{
padding:20px;
}

.m-sec1-box ul li{
	text-align: left;
    line-height: 150%;
    border-bottom: 1px solid #ddd;
	margin-bottom: 16px;
	    padding-top: 4px;
    padding-bottom: 20px;
    padding-left: 40px;
	position:relative;
}

.m-sec1-box ul li:before{
	content: "";
    display: inline-block;
    position: absolute;
    left: 0;
	top:0;
    height: 32px;
    width: 29px;
    background: url(http://bf.conto.work/wp-content/uploads/2024/08/check.webp)no-repeat;
    background-size:100% auto;
    background-position: center;
}

.service-sec2{
	background:#f9f9f9;
}
.service-sec2-in{
	padding:7vw 0;
	text-align:center;
	position: relative;
    overflow: hidden;
}

.service-sec2-in .extend-line:before {
    margin: 0 auto 10px;
}

.m-sec2-box-text{
	text-align:left;
	position:relative;
	    padding-top: 7vw;
	padding-right:5vw;
	    width: 62%;
}

.m-sec2-box-in{
	display: flex;
	align-items:center;
	justify-content: space-between;
}

.m-sec2-box-image{
	width:40%;
	    height: 25vw;
	transform: skewX(-18deg);
	margin-left: -5vw;
	position:relative;
	overflow:hidden;
}

.m-sec2-box-image img{
transform: skewX(18deg);
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    right: -5vw;
        top: 0;
    bottom: 0;
    margin: auto 0;
}

.m-sec2-box-reverse .m-sec2-box-image{
	transform: skewX(-18deg);
	margin-right: -5vw;
}
.m-sec2-box-reverse .m-sec2-box-image img{
transform: skewX(18deg);
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: -5vw;
        top: 0;
    bottom: 0;
    margin: auto 0;
}





.m-sec2-box-text h3{
    background: #fff;
    padding: 1.3vw 2.3vw;
	    margin-bottom: 0;
	font-size: 1.7vw;
}

.m-sec2-box-text .passing{
    position: absolute;
    top: 0;
    left: -9vw;
	width: 106.5%;
}

.m-sec2-box-text .passing .passing-bar{
	width:100%;
}
.m-sec2-box-text .passing .passing-bar:before{
	background:#fff;
}
.m-sec2-box-text .passing .passing-box{
    margin: 0;
}


.m-sec2-box-reverse .m-sec2-box-in{
	    flex-direction: row-reverse;
}

.m-sec2-box-reverse .m-sec2-box-text .passing{
	left:5vw;
}

.m-sec2-box-reverse .m-sec2-box-text{
	padding-right:0;
	padding-left:5vw;
}

.m-sec2-box-reverse .m-sec2-box-text p{
	display: inline-block;
    margin-left: 3vw;
}


.service-sec3{
	background:url(/wp-content/uploads/2024/08/m-sec3-back-scaled.webp)no-repeat;
	background-size:100% auto;
	background-position:top;
}

.service-sec3-in{
	padding:8.5vw 15px;
	max-width: 1000px;
	margin:0 auto;
}

.service-sec3-in h3{
	font-size:2.8vw;
}
.service-sec3-in h3 span{
    font-size: 2vw;
    display: block;
    line-height: 130%;
	color:#862040;
}




.m-sec3-box{
	display: flex;
	align-items:center;
    margin: 30px auto 0;
	position:relative;
}

.research-sec3:before{
	content:"ご提供ダッシュボードのイメージ";
	position:absolute;
	width: fit-content;
    height: fit-content;
	color:#000;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:3;
	font-size:35px;
	font-weight:bold;
	text-shadow:0 0 5px #000;
	color:#fff;
}

.m-sec3-box-image1{
	width: 28.4%;
}

.m-sec3-box-image2{
	width: 26%;
	    margin-left: -5%;
}

.m-sec3-box-image3{
	width: 54.6%;
}
.m-sec3-box-image3 img{
	display: inline-block;
    margin: 15px 0;
}

.m-pc-dis{
	display:flex;
}


.m-sp-dis{
	display:none;
}

.separate{
	height:350px;
	width:100%;
}
.m-separate{
	background:url(/wp-content/uploads/2024/08/m-separate-scaled.webp);
	background-size:cover;
	background-position:center;
}


.service-sec4{
	background:#333;
}
.service-sec4-in{
	padding:8.5vw 10vw;
	text-align:center;
	color:#fff;
	
	
}

.service-sec4-in .extend-line:before {
    margin: 0 auto 10px;
	    border-bottom: solid 1px #fff;
}

.m-sec4-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 50px auto 0;
}

.m-sec4-box ul li{
	width:31%;
	margin:0 1% 30px;
	background:#fff;
	color:#000;
	text-align:left;
	padding:15px;
	border-radius:20px;
	position:relative;
}


.m-sec4-box ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}

.m-sec4-box ul li:nth-child(3):before,
.m-sec4-box ul li:nth-child(5):before{
	display:none;	
}


.m-sec4-box ul li h3{
	text-align:center;
	font-size:1.5vw;
	margin-bottom: 5px;
}

.m-sec4-box ul li h3 span{
	display: block;
    color: #fff;
    background: #862040;
    text-align: center;
    width: fit-content;
    padding: 3px 10px 6.5px;
    line-height: 100%;
    margin: 0 auto 7px;
    border-radius: 30px;
	font-size:1.2vw;
}


.m-sec4-image{
    height: 10vw;
    min-height: 140px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin-bottom: 16px;
}
.m-sec4-image img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}


/*分析・リサーチ*/

.r-top{
	background:url(/wp-content/uploads/2024/08/r-mv.webp);
	background-size:cover;
	background-position:center;
}

.r-separate{
	background:url(/wp-content/uploads/2024/08/r-separate-scaled.webp);
	background-size:cover;
	background-position:center;
}

.pdca-image{
	    transform: none!important;
}
.m-sec2-box-reverse .pdca-image img{
height: 100%;
    width: auto;
    right: 10vw;
    left: auto;
	    transform: none;
}
.m-sec2-box .pdca-image img{
    height: 100%;
    right: auto;
    left: 10vw;
    transform: none;
    width: auto;
}


/*マーケティング運用支援*/
.o-top{
	background:url(/wp-content/uploads/2024/08/o-mv-scaled.webp);
	background-size:cover;
	background-position:center;
}

.o-separate{
	background:url(/wp-content/uploads/2024/08/o-separate-scaled.webp);
	background-size:cover;
	background-position:center;
}

.o-sec3-box h3{
    font-size: 1.4vw;
    text-align: center;
    background: #862040;
    padding: 5px 5px 8px;
    margin-top: 30px;
	color:#fff;
}


.o-sec3-box ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.o-sec3-box ul li{
    width: 20%;
    padding: 1.5vw 2%;
    text-align: center;
}

.o-sec3-box ul li img{
	    width: auto;
    height: 65px;
}

.o-sec3-box ul li p{
    font-size: 17px;
    display: block;
    font-weight: bold;
    margin-top: 8px;
    line-height: 140%;
}

	/*EC・ネットショップ支援*/
	.ec-top{
	background:url(/wp-content/uploads/2024/08/ec-mv-scaled.webp);
	background-size:cover;
	background-position:center;
}

	.ec-sec3-box{
		position:relative;
		margin-top:30px;
	} 
	
	.ec-sec3-box img{
		position:absolute;
		width:100%;
		height:auto;
		left:0;
		top:0;	
	}
	.ec-sec3-box img.ec-sec3-rel{
		position:relative;
		margin:0;
	}

.ec-separate{
	background:url(/wp-content/uploads/2024/08/ec-separate-scaled.webp);
	background-size:cover;
	background-position:center;
}

	/*020支援*/

.top-020{
	background:url(/wp-content/uploads/2024/09/020-mv.webp);
	background-size:cover;
	background-position:center;
}

.separate020{
	background:url(/wp-content/uploads/2024/09/020-separate-scaled.webp);
	background-size:cover;
	background-position:center;
}


	/*資料作成代行*/

.mate-top{
	background:url(/wp-content/uploads/2024/09/mate-mv.webp);
	background-size:cover;
	background-position:center;
}

.mate-separate{
	background:url(/wp-content/uploads/2024/09/mate-separate-scaled.webp);
	background-size:cover;
	background-position:center;
}







.contact-common-in a{
		display:inline-block;
	}




.pc-dis{
	display:block;
}

.sp-dis{
	display:none;
}


/*
.stars{
	position: absolute;
    top: 0;
    right: 0;
    width: 68%;
    height: 100%;
	opacity:0.7;

}

.stars:after{
	    content: "";
    background: url(/wp-content/uploads/2024/08/skeleton.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 9;
    right: 0;
}
*/


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

/*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 : #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;
	
}

nav.globalMenuSp ul {
      background: rgba(0,0,0,.8);
    margin: 0 auto;
    padding: 0;
    width: 70%;
    margin-left: 30%;
    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: 14px;
    font-weight: normal;
}
	nav.globalMenuSp ul li a:hover {
	background :#ddd;
		color:#000;
	}
	
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
	
}


nav.globalMenuSp ul li ul{
	padding-top:0;
	margin:0;
	width:100%;
	height:fit-content;
	background:rgba(255,255,255,.7);
}
nav.globalMenuSp ul li ul a{
	color:#000;
}

a.accordion-header{
	cursor:pointer;
}


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

	.floating{
		width:88px;
	}
	
	.pc-dis{
	display:none;
}

.sp-dis{
	display:block;
}
	
	

	.header{
		width:450px;
	}
	#header-container-in{
	height:55px;
		min-height:0;
		top:0;
		 padding: 10px;
	}
	
	.logo-header img {
    width: 100px;
	}
	
	.site-name-text-link {
    padding: 0;
	}
	
	.logo-image span, .logo-image a {
    padding-top: 3px;
        padding-left: 3px;
        height: 40px;
}
	
	

	
	body{
		width:100%;
		min-width:0;
	}
	
	.sec-title-box h2 {
    font-size: 7.5vw;
}
	
	.sec-mv{
		margin:0;
	}

	.sec-mv-in {
        padding:35vw 5vw 20vw;
    }
	
	span.sub-title{
		font-size: 4.8vw;
    margin-top: 10px;
	}
	
	
	.slider-scroll-out{
	height:85vw;
	overflow:hidden;
}
	.slider-scroll{
    height: 100vh;
	}
	
		.scroll-infinity__item {
    width: calc(100vw / 1);
	}
	
	.sec-mv h1 {
    font-size: 10vw;
	}
	p.h1-bottom {
    font-size: 10vw;
	}
	
	
	#curtain{
		max-height:85vw;
	}
	.wrap10vw {
    padding: 40px 15px 50px;
}
	
	
	.mv-txt1, .mv-txt2{
		font-size:10.8vw;
	}
	
	.sec1-in .sec-title-box h2, .sec2-in .sec-title-box h2 {
    font-size: 6.3vw;
}
	
	.passing .passing-txt {
    font-size: 6vw;
	}
	
	.sec1-in p,
	.sec2-in p{
		font-size: 3.2vw;
	}
	
	.sec1-in p br,
	.sec2-in p br{
		display:none;
	}
	
	.sec-button {
        font-size:3.2vw;
        display: block;
        padding: 11px;
        margin: 30px 0 0 0;
        text-align: center;
        height: auto;
    }
	
	img.sec1-circle {
    top: -39vw;
    right: -60vw;
    width: 110vw;
}
	
	
	
	
	.sec2-word .scroll-infinity__item {
    width: calc(100vh / 1) !important;
	}
	
	.sec2-word {
    height: 100%;
}
	
	.mv-area-button {
    border-radius: 0;
    padding: 1vw 5vw;
    top: 65px;
    right: 0;
    font-size: 3.2vw;
}
	
	.mv-area-button img {
    width: 3.4vw;
	}
	
	.sec3{
		padding: 0 15px;
	}
	
	.sec3-in {
    padding: 12vw 0;
}
	
	.sec3-in h2 {
    font-size: 8.5vw;
		margin-top:25px;
}
	
	.sec3-in ul{
		margin-top:60px;
	}
	
	.sec3-box {
    display: block;
	margin-bottom: 10vw;
	}
	
	.sec3-box .passing {
    width: 100%;
		height:auto;
}
	.sec3-box .sec3-box-text {
    width: 100%;
    margin:4.5vw 0;
	}
	
	.sec3-box-text-headline{
		display: flex;
	}
	.sec3-box-text-headline h2 {
        font-size: 5.5vw;
		margin-top:0;
    }
	
	.sec3-box h2 span {
    font-size: 3vw;
	}
	
	.sec3-box .number {
    font-size: 11vw;
	margin-right: 2vw;
	}
	.sec3-box .sec3-box-text p {
    font-size:3.2vw;
}
	
	.post-list-in{
		padding:0 15px 0;
	}
	.post-list {
    padding: 12vw 0;
}
	.post-list-in {
    display: block;
}
	
	.post-list-in li a {
    display: block;
		margin-top:30px;
	}
	
	.post-list-title {
    width: 100%;
}
	
	.post-list-in p{
		font-size:3.2vw;
	}
	.post-list-in ul {
    margin-left: 0;
    width: 100%;
}
	
	.front-thumbnail {
    width: 100%;
    height:250px;
    margin-right: 15px;
}
	
	.post-list-text {
    margin-top: 17px;
	}
	
	.post-list-in li h3 {
    font-size: 18px;
	margin-bottom: 25px;
	}
	
	.post-list-in li img {
    margin-right: 15px;
}
	
	.post-list-link a {
    width: 100%;
	}
	
	
	
	.contact-common-in{
		text-align:center;
	}
	.contact-common-in h2{
		font-size:8.5vw;
	}
	
	.contact-common p {
    font-size: 3.2vw;
        margin: 25px 0;
}
	
	.cta {
    justify-content: center;
    width: 100%;
}
	.cta span {
    font-size: 3.9vw;
	}
	
	.cta svg {
    height: 6vw;
    width: 6vw;
	padding: 1vw;
	}
	
	.sec4-in{
		text-align:center;
	}
	
	.sec4-in h2{
		font-size:8.5vw;
	}
	
	.sec4-in p{
		font-size:3.2vw;
		font-weight:normal;
		margin: 25px 0;
	}	
	.sec4-in p br{
		display:none;
	}	
	
	
	
	/*下層ページ　スマホ*/
	
	.content-in {
    padding-top: 55px;
}
	
	.small-text{
		font-size:13px;
	}
	h2 {
    font-size: 10vw;
	}
	
	
	.child-page p{
		font-size:14px/*3.2vw*/;
	}
	
	.title-box-des{
		margin-top:30px;
	}
	
	.title-box-des br{
		display:none;
	}
	
	
	/*投稿ページ　スマホ*/
	.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 .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-thum {
    height: 39vw;
}
	
	.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%;
		height:255px;
}
	.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;
    background: #f9f9f9;
}
	
	.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;
	}
	
	.rec-information-in p br{
    display:none;
	}
	
	
	/*お問い合わせフォームページ　contact スマホ*/
	.contact-sec1-in {
    padding: 44px 15px;
}
	
	.contact-title-box{
		padding:30px 15px;
	}
	
	.contact-start {
    padding: 0 15px;
    margin-top: 0;
	}
	
	.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: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:0;
	}
	
	.footer-mobile .footer-menu-list ul li{
		text-align:left;
	}
	
	.footer-mobile .footer-menu-list ul a{
		font-size: 3.34vw;
		color:#000;
	}
	
	.footer-mobile .footer-menu-list .mobile-footer-list2{
		margin-left:15px;
	}
	
		.footer-mobile .footer-menu-list ul li ul{
		margin:0;
	}
	
	.footer-mobile .footer-menu-list ul li ul li{
		position:relative;
		padding-left:15px;
	}
	
	.footer-mobile .footer-menu-list ul li ul li:before{
		content: "-";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        font-size: 3vw;
	}
	
	
	
	
	
	
	
	

	
	
	/*利用規約*/
	.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-page-top {
    height: 100vw;
}
	
	.service-page .service-page-top-content h2{
	font-size: 7vw;
	}
	
	
	
	.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%;	
	transform: skewX(0);
	height: auto;
		margin:0;
	}
	.m-sec2-box-image img{
	transform: skewX(0);
    width: 100%;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
}
	
	.m-sec2-box-reverse .m-sec2-box-image {
    transform: skewX(0);
    margin: 0;
}
	.m-sec2-box-reverse .m-sec2-box-image img {
    transform: skewX(0);
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
		right:auto;
}
	.m-sec2-box-reverse .pdca-image img {
		width:60%;
	}
	
	.m-sec2-box .pdca-image img {
		width:60%;
		left:auto;
	}
	
	.m-sec2-box-text .passing{
		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:before{
		font-size:5vw;
	}
	
	
	.m-sec3-box-image2 {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
}
	
	.m-sec3-box-image3 img {
		display:block;
    margin: 0;
}
	
	.m-pc-dis{
	display:none;
}


.m-sp-dis{
	display:block;
}
	
	.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 h3 span{
		font-size:17px;
	}
	
	.m-sec4-box ul li:last-child:after{
		display:none;
	}
	
	
	.stars{
		width:100%!important;
	}
	.fadeInslow{
		height:100%;
	}
	.stars:after {
    display:none!important;
	}
	
	
	.o-sec3-box h3{
    font-size: 3.5vw;
	}
	
	.o-sec3-box ul li {
    width: 33%;
		padding: 1.5vw 1%;
		margin-bottom:20px;
	}
	.o-sec3-box ul li p {
    font-size: 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;
    }
	
	
}



/*アコーディオン　スマホhamburgerメニュー*/

.accordion-content {
    display: none;
}






