@charset "UTF-8";
/*********************
 * 共通
 * *******************/
.wrap{
	letter-spacing:0.05rem;
}
.wrap p{
    transform: rotate(0.03deg);
}
.wrap-1column .main-column h3{
	padding:0;
	border:none;
	margin-top:0;
}
.wrap-1column .main-column h4{
	border-left:0;
	padding-left:0;
	margin-top:0;
}
.wrap-1column .worries, .wrap-1column .voicies{
	padding-top:0!important;
}

/*ヘッダー*/
.global-nav > li:not(:last-of-type){
    margin-right: 2.4em;
}
.add-link{
	width: 33px;
}
.global-nav > li:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: 0.5s;
    background: #fff;
    bottom: 0;
    width: 0;
}
.global-nav > li:hover:after {
    width: 100%;
}
.global-nav > li > a:hover{
	opacity:1;
}

/*イントロ*/
.what img{
	max-width:900px;
	width:100%;
	margin:min(9vw,65px) auto 0;
	display:block;
}

/*エフェクト*/
.effect{
	background:#f6f8f9;
}
.ef-box{
	display:grid;
    grid-template-columns: repeat(auto-fit,minmax(min(255px,44%),1fr));
/*     gap: 80px; */
    gap: min(7vw,40px);
    margin-top: min(5vw,65px);
}
.ef-box img{
	display:block;
	margin:0 auto;
}
.ef-box p{
    font-size: min(3.5vw,13.5px);
    position: relative;
    line-height: 2;
    letter-spacing: 0.1em;
}
.ef-box p:before{
    content: "";
    background: #595757;
    display: block;
    margin: min(4vw,15px) auto min(3vw,15px);
    width: 1px;
    height: min(8vw,55px);
}
.ef-about{
    margin-top: min(12vw,250px);
}
.ef-about > div{
    margin-top: min(10vw,150px);
}
.ef-about > div img{
	width:100%;
    position: relative;
}
.main-column .ef-about h3{
    font-size: min(3.5vw,35px);
    line-height: 1.5;
    margin: min(3vw,1.5em) 0;
    font-family: 'M PLUS 1p';
    font-weight: 500;
}
.ef-about span{
	position:relative;
	display:flex;
	align-items:center;
    font-size: min(5.5vw,22px);
}
.ef-about span:before{
	content:"";
	background:#595757;
	display:block;
	width:15%;
	height:1px;
	margin-right:10px;
}
.ef-about > div > div{
	position:relative;
}

/*使い方*/

.htu-box1 { max-width:800px;width:100%;margin:0 auto;}
	
}

.main-column ul li{line-height:1.75;}
.htu-box{
    margin-top: min(5vw,65px);
}
.htu-box > div{
	border:1px solid #595757;
}
.htu-box img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.htu-box > div > div:nth-of-type(2){
	border-top:1px solid #595757;
	padding:1.5em;
}
.main-column .htu-box h4{
	text-align: center;
    font-size: min(6vw,25px);
    margin-bottom: min(2.5vw,0.6em);
}
.htub2-img > img:nth-of-type(1){
	border-bottom:1px solid #595757;
}

/*悩み事*/
.w-box, .w-text > div, .w-text > div p{
	position:relative;
}
.w-box img{
	display:block;
/* 	max-width:300px; */
/* 	width:410px; */
/* 	width:100%; */
	width: 35%;
	margin:0 auto;
    position: relative;
/*     right: -10px; */
    right: -5px;
}
.w-text > div{
    border: solid 1px #595757;
    outline: solid 1px #595757;
    outline-offset: 7px;
/*     width: 377px; */
    padding: 1em;
    z-index: 1;
}
.w-text > div > div{
	display:flex;
	align-items:center;
	justify-content:center;
}
.w-text > div > div:before{
	content:"";
	display:block;
	background:url(../images/check.svg) center/contain no-repeat;
    width: 135px;
    height: 34px;
    transform: rotate(-5deg);
    left: 15px;
    top: -26px;
    position: absolute;
}
.w-text > div > div:after{
	content:"Trouble";
	display:block;
	color:#a39b2f;
    transform: rotate(-15deg);
	font-family: 'Pinyon Script', cursive;
    position: absolute;
    font-size: min(5vw,25px);
    right: -32px;
    bottom: -8px;
/* 	text-shadow: 3px 1px 0 #fff; */
	text-shadow:2px 2px 2px #fff, -2px -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff;
}
.w-box2{
	background: #888888;
    color: #fff;
    padding: 2.5em 3em 2em;
    max-width: 1100px;
    display: block;
    margin: min(13vw,55px) auto 0;
}
.wrap-1column .main-column .w-box2 h3{
    border-bottom: 1px solid #fff;
    padding-bottom: 0.3em;
    display: inline-block;
    margin-bottom: 1.3em;
    transform: rotate(0.03deg);
}
.w-box2 h3 span{
    text-emphasis: filled dot #fff;
    -webkit-text-emphasis: filled dot #fff;
}

/*お客様の声*/
.vo-box{
	display: grid;
    grid-template-columns: repeat(auto-fit,minmax(min(380px,100%),1fr));
    gap: min(10vw,40px);
}
.v-con{
	background:none;
	padding:0em;
    display: flex;
    flex-direction: column;
}
.v-con img{

	display:block;
	margin:0 auto;
}
.v-con > p{
	margin:1.5em 0;
	line-height:2;
}
.v-con > div{
	background:#fff;
	padding:1em 1.5em;
    height: 100%;
}
.v-con > div p{
	font-size:15px;
}
.v-con p span{
    display: flex;
    position: relative;
    margin-bottom: 0.1em;
    font-size: 16px;
    font-weight: bold;
}
.v-con p span:before{
    content: "";
    display: block;
    background: url(../images/comment.svg) center/contain no-repeat;
    margin-right: 10px;
    width: 20px;
    position: relative;
    top: -2px;
}

/*フッター　お問い合わせ*/
.contact-box{
	background:#d3ae34;
	color:#fff;
}
.contact-link{
	display: grid;
    grid-template-columns: repeat(auto-fit,minmax(min(350px,100%),1fr));
    gap: min(10vw,40px);
}
.contact-link > div{
	text-align:center;
    letter-spacing: 0.25em;
	display: flex;
    flex-direction: column;
}
.contact-link h3{
	font-size:min(6vw,25px);
	display:inline-block;
	margin:0 auto 0.8em;
	text-align:center;
	border-bottom:1px solid #fff;
	padding-bottom:0.3em;letter-spacing: 0.1em;
}
.contact-link p{
	font-size:min(4vw,16px);
    transform: rotate(0.03deg);
	letter-spacing:2px;
}
.contact-link img{
	display:block;
	margin:1.5em auto;
}
.contact-link a{
	color:#fff;
    margin-top: auto;
}
.con-tel{
	position:relative;
}
.con-tel:after{
	content:"";
	background:#fff;
    width: 1px;
	height: 100%;
    position: absolute;
    right: min(2vw,-20px);
    top: 0;
}
.con-tel img{
	height:66px;
}
.con-tel a{
	font-size:min(7vw,30px);
	letter-spacing: 0.1em;
}
.con-mail img{
	max-width:56px;
}
.con-mail a{
	display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 300px;
    padding: 1em;
    text-align: center;
    transition: 0.5s;
    border: 1px solid #fff;
	margin-left:auto;
	margin-right:auto;
    letter-spacing: 0.2em;
}
.con-mail a:after {
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
}
.con-mail a:hover {
    background: #fff;
    color: #02a6a2;
    opacity: 1;
}
.con-mail a:hover:after {
    border-top: 1px solid #02a6a2;
    border-right: 1px solid #02a6a2;
}

/*フッター*/
.wrap-simple-footer-nav img{
	max-width:86px;
	margin-bottom:min(5vw,40px);
}
.wrap-simple-footer-nav ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.wrap-simple-footer-nav ul li{
	width:calc(100% / 2);
}
.wrap-simple-footer-nav > ul li a{
 	font-family: 'Zen Maru Gothic';
    font-size: min(3vw,18px);
}
.info-footer dd:not(:last-of-type){
	margin-bottom:5px;
}
.inner-footer-top .logo{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.inner-footer-top .logo > img{
    width: 8%;
    position: relative;
    top: -3px;
}
.ccr-logo{
	width: 52.5%;
}
.art-logo{
    width: 26.5%;
}

/*固定ページ*/
.wrap-1column-narrow .main-column h2{
    padding: 0px 0px;
    margin-bottom: 0em;
    font-size: min(5vw,22px);
    transform: rotate(0.03deg);
}
.wrap-1column-narrow .main-column .wp-block-group h2{
	margin-top:0;
}
.wp-block-group{
	margin-top: min(110px, 22vw);
}
.card .wp-block-columns{
    margin: 2em 0 2.5em;
}

/*会社情報*/
.main-column .shop-table{
	border: 1px solid #ccc;
    margin: 0;
	transform: rotate(0.03deg);
}
.main-column .shop-table tr:not(:last-of-type){
    border-bottom: 1px solid #ccc;
}
.main-column .shop-table th{
    background: #efefef;
    border-right: 1px solid #ccc;
    width: 115px;
}
.main-column .shop-table ul{
	margin-top:0;
}
.shop-table li span{
	display:block;
    margin-bottom: 5px;
}

/*お問い合わせ*/
.table-common th > *, .table-common td > *{
    transform: rotate(0.03deg);
}



/*********************
 * PCのみ
 * *******************/
@media screen and (min-width: 1231px){
.inner-header{
/*     padding: 31px 23px 37px 46px; */
        padding: 20px 32px 19px;
}
.inner-header > div:nth-of-type(2){
    position: relative;
    left: -5vw;
}
.nav {
	color: #666;
	display:flex;
	align-items:center;
}
.nav > .contents{
	padding:5px 0;
}
.header ul li a {
    font-weight: normal;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 100%;
	color:#353535;
    padding: 0.2em 0 0.5em;
}
#nav-open{
display: none;
}
.btn-close {
	display: none;
}
}


@media screen and (max-width: 1230px){
.global-nav, .add-link{
	display:none;
}
#nav-close {
    display: none;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  #nav-content {
-webkit-transform: translateX(-105%); 
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 300px;
    min-width: 300px;
    height: 100%;
    overflow: auto;
    transform: translateX(-105%); 
    background: #fff;
    transition: 0.5s ease-in-out;
    white-space: nowrap;
    word-break: keep-all;
  }
  .btn-close {
    display: block;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-content {
     -webkit-transform: translateX(0%); 
     transform: translateX(0%); 
    box-shadow: 6px 0 25px rgb(0 0 0 / 15%);
  }
}


@media screen and (min-width: 901px){
/*エフェクト*/
.ef-about > div{
	display:flex;
	justify-content:space-between;
}
.ef-about > div:nth-of-type(odd){
	flex-direction: row-reverse;
}
.ef-about > div > div:nth-of-type(1){
	width:calc((100% - min(20vw,200px)) / 5*3);
}
.ef-about > div > div:nth-of-type(2){
	width:calc((100% - min(20vw,200px)) / 5*2);
}
.ef-about > div:first-of-type > div:nth-of-type(1):before{
    content: "";
    display: block;
    width: 225px;
    height: 225px;
    background: #d4d0a0;
    top: -105px;
    left: -100px;
    position: absolute;
}
.ef-about > div:last-of-type > div:nth-of-type(1){
    padding-bottom: min(10vw,100px);
}
.ef-about > div:last-of-type > div:nth-of-type(1):before{
    content: "";
    display: block;
    width: 225px;
    height: 225px;
    background: #d4d0a0;
    bottom: 0;
    right: -100px;
    position: absolute;
}

/*使い方*/
.htu-box{
	display:grid;
    grid-template-columns: repeat(auto-fit,minmax(min(240px,100%),1fr));
    gap: min(4vw,45px);
}
.htub1 > div:nth-of-type(1) > img,
.htub3 > div:nth-of-type(1) > img,
.htub2 > div:nth-of-type(1),
.htub2-img{
    min-height: 500px;
    max-height: 500px;
    height: 100%;
}
.htu-box p{
    font-size: 15px;
    line-height: 2;
}
.htu-box > div > div:nth-of-type(2) {
    padding: 3.5em 2em;
    height: 230px;
}
.htub2-img{
	display:flex;
	flex-direction:column;
}
.htub2-img img{
    height: calc(100% / 2);
}	
	
/*悩み事*/	
.w-box .sp{
	display:none;
}
.w-text{
	position:absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.w-text > div{
    position: absolute;
    width: 31.5%;
    transform: translateX(-50%);	
}
.wt1{
/* 	top: 28px;
    left: 45px; */
    top: 5%;
    left: 19.5%;
}
.wt2{
/*     bottom: 140px;
    left: 0; */
    top: 48%;
    left: 16.5%;
}
.wt3{
/*     right: 50px;
    top: 115px; */
    top: 26%;
	right: -11.5%;
}
/* .w-text > .wt3:before, .w-text > .wt4:before{
    left: -22px;
} */
.wt4{
/*     right: 0;
	top: 284px; */
    top: 67%;
    right: -15.9%;
}	
	
/*フッター　お問い合わせ*/
.contact-box {
    padding: 100px 0 110px;
}
.contact-box h2{
    text-indent: -0.2em;
}
	
/*フッター*/
.fr-logo, .wrap-simple-footer-nav .f-menu-sp{
	display:none;
}
.footer-top .contents{
	/*display:flex;
	justify-content:space-between;*/
}
.footer-top .contents > div{
/* 	width:calc(100% / 3); */
	width:400px;
}
.wrap-simple-footer-nav ul li:not(:last-of-type){
	margin-bottom:1em;
}
.wrap-simple-footer-nav ul li:nth-of-type(7){
	margin-bottom:0;
}
	
/* ********************
 * BtoB *
 * ********************/
.btob .htu-box > div > div:nth-of-type(2) {
    height: auto;
}
.btob .wt1{
	top: -5.5%;
    left: 17.4%;
}
.btob .wt2{
    top: 25%;
    left: 19.2%;
}
.btob .wt3{
    top: 57%;
    left: 16.5%;
}
.btob .wt4{
    top: 1%;
    right: -11.9%;
}
.btob .wt5{
    top: 33%;
    right: -11.4%;
}
.btob .wt6{
	top: 65%;
    right: -15.9%;
}
}

@media screen and (max-width: 1230px) and (min-width: 641px){
.noslide{
	width: calc(48% * 2.5);
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}	
}


@media screen and (min-width: 641px){
.wrap-logo .logo img {
    max-height: 64px;
}
.mobile{
	display:none;
}
}



/*********************
 * SPのみ
 * *******************/
@media screen and (max-width: 900px){
/*使い方*/	
.htub2-img{
	display:none;
}
.htu-box > div{
	display:flex;
}
.htu-box > div:not(:last-of-type){
    margin-bottom: min(7vw,40px);	
}
.htu-box > div > div{
	width:calc(100% / 2);
}
.htu-box > div > div:nth-of-type(2){
	border-top:none;
    border-left: 1px solid #595757;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
	
/*悩み事*/
.w-box{
	display:flex;
	flex-direction:column-reverse;
}
.w-box .pc{
	display:none;
}
.w-text{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(min(300px,100%),1fr));
    gap: min(5vw,50px);
    row-gap: min(15vw,70px);
    width: 98%;
    margin: min(16vw,70px) auto 0;
}

/*フッター*/
.box-info-footer .fr-logo{
    max-width: 200px;
    margin-bottom: 1.5em;
}
.box-info-footer .logo{
    max-width: 400px;
}
.info-footer{
	margin-top: 0.8em;
    text-align: center;
}
.footer-top > div{
    display: flex;
    flex-direction: column-reverse;	
}
.wrap-simple-footer-nav img, .wrap-simple-footer-nav .f-menu-pc{
	display:none;	
}
.f-menu-sp li{
	text-align: center;
    border-top: 1px solid #999999;	
}
.f-menu-sp li:nth-of-type(odd) {
    border-right: 1px solid #999999;
}
/* .f-menu-sp li:nth-of-type(6){
    border-bottom: 1px solid #999999;		
} */
.wrap-simple-footer-nav > .f-menu-sp li a {
    width: 100%;
    padding: 15px 0;
    display: block;
	font-size:14px;
}
}


@media screen and (min-width: 641px) and (max-width: 1230px){
body.over{
    padding-top: 64px;	
}
.header.over{
    top: -64px;
}
.wrap-logo {
/*     margin-left: 20px; */
    margin-left: 5px;
}
.wrap-logo .logo img {
/*     max-height: 30px; */
    max-height: 40px;
}
.inner-header {
/*     padding: 15px 0; */
    padding: 20px;
}
}


@media screen and (min-width: 641px) and (max-width: 900px){
/*エフェクト*/
.ef-about > div{
	display:flex;
	justify-content:space-between;
}
.ef-about > div > div{
	width:calc((100% - 40px) / 2);
}
	
/*フッター　お問い合わせ*/
.contact-box {
    padding: 10vw 0 11vw;
}
}


/*********************
 * SPのみ
 * *******************/
@media screen and (max-width: 640px){
.wrap-1column .section-common, .contact-box{
	padding: 25vw 0;
}
/* .wrap .mobile{
	display:block;
} */
	
/*エフェクト*/
.ef-about > div {
    margin-top: min(15vw,150px);
}
.ef-box p {
    line-height: 1.75;
}
.ef-about > div > div:nth-of-type(1){
	margin-bottom:1.5em;
}
.main-column .ef-about h3 {
    font-size: min(6vw,35px);
    margin: min(5vw,1.5em) 0;
	font-weight:bold;
}
.ef-about h3 br{
	display:none;
}
.ef-about > div:not(:nth-of-type(2)) > div:not(:nth-of-type(2)) img{
    width: 80%;
    padding-bottom: 4em;
}
.ef-about > div:not(:nth-of-type(2)) > div:not(:nth-of-type(2)):before {
	content: "";
    display: block;
    width: 40%;
    height: auto;
    aspect-ratio: 1/1;
    background: #02a7a3;
    bottom: 0;
    right: 0;
    position: absolute;
}	
	
/*使い方*/	
.htu-box p{
    line-height: 1.4;
    font-size: 13px;
}
.htu-box > div > div:nth-of-type(2){
    padding: 1em;
}
.htu-box > div:not(:last-of-type) {
    margin-bottom: 10vw;
}
	
/*悩み事*/	
.w-box img{
    width: 50%;
    right: 0;	
}
.w-text{
    width: 95%;	
}
.w-box2 {
    padding: 1.3em 1.7em 1.2em;
}
.w-text > div > div:after{
    right: -13px;
    bottom: -8px;	
}
.wrap-1column .main-column .w-box2 h3{
    display: block;
    text-align: center;
/*     padding-bottom: 0.5em; */
	padding-bottom: 0.9em;
	margin-bottom: 1.4em;
}	
	
/*お客様の声*/
.v-con{
    padding: 1.5em;	
}
	
/*フッター　お問い合わせ*/
.con-tel:after{
	display:none;
/*     width: 100%;
    height: 1px;
    right: 0;
    top: auto;
    bottom: -5vw;	 */
}
	
/*フッター*/
.box-info-footer .fr-logo {
    max-width: 150px;
}
.wrap-simple-footer-nav > .f-menu-sp li a{
    padding: 10px 0;	
}
	
/*会社情報*/
.gmap{
	padding-bottom: 70%;
}
.main-column .shop-table th{
	border-right:none;
    border-bottom: 1px solid #ccc;	
}
.main-column .shop-table th, .shop-table tr > td{
	display:block;
	width:100%;
}
	
/* ********************
 * BtoB *
 * ********************/
.btob .htu-box > div{
	display:block;
}
.btob .htu-box > div > div {
    width: 100%;
}
.btob .htu-box > div > div:nth-of-type(2){
	border-top:1px solid #595757;
	border-left:none;
	padding: 1.2em 1.5em 1.5em;
}
.btob .w-text{
    grid-template-columns: repeat(auto-fit,minmax(min(300px,44%),1fr));
    gap: min(10vw,50px);
    row-gap: min(13vw,70px);
}
.btob .w-text > div{
    padding: 1.2em 0.9em 0.7em;
}
.btob .w-text > div p{
    font-size: 3.1vw;
    line-height: 1.45;
    letter-spacing: 0.1em;
}
.btob .w-text > div > div:before {
    width: min(26vw,135px);
    height: min(6.5vw,34px);
    left: 50%;
    transform: translateX(-50%);
    top: -4.5vw;
}
.btob .w-text > div > div:after {
    right: -13px;
    bottom: -16px;
}
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

