﻿/* -----------------------------------------------　all　---------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300&display=swap');
/* -----------------------------　body------------------------------------- */
body{
    overflow: hidden;
}

.pagetop {
    z-index: 1;
}

.fa-comment:before  {
  font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
  font-weight: 900;
  content: "\f075";
}
/** font **/
:root{
    --font-jp: 'Zen Maru Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: 'Zen Maru Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif, .font_Quick,.font_serif{
    font-family: var(--font-jp)!important;
}
.font_en, a[href^="tel:"]{
    font-family: var(--font-en)!important;
}

.fa-phone:before {
    content: "\f095";
}

.fa, .fas {
    font-weight: 900;
}

/* color -----------------------------------------------------------------------------*/
:root {
    --color1: #67c67a;
    --color2: #e3ead6;
    --color3: #2e6239;
    --color4: #96eaa7;
    --color5: #eef3de;
    --color6: #8BC34A;
    --color7: #CDDC39;
    --white: #ffffff;
    --black: #45110e;
    --gray: #7d5d5d;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover,.fa-comment:before{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color7,.hvr_bg_color7:hover {background-color: var(--color7);}
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    background: var(--white);
}

body, .more a::after, .cate_list li a::after, #page10 ul li a .title::after, #tel_contact > div > .d_inline_b > div p span {
    background: var(--white);
}

/*--------------------------------疑似要素にオブジェクト--------------------------------▼*/
.line1,#main_img .slick,.main_img_wrap,#intro,#intro > div,#contents1_txt,#contents2,#contents2 > div,#contents2 h3{position: relative;}
/*リピートなし*/
.line1:after,#main_img .slick:before,#main_img .slick:after,.main_img_wrap:before,.obj,#intro:before,#intro:after,#intro h3:before,#intro > div:before,#contents1_txt:before, #contents1_txt:after,#contents2:before,#contents2:after,#contents2 > div:before,#contents2 h3:before,#page_title:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
z-index: 1;
}
/*--------------------------------疑似要素にオブジェクト--------------------------------▲*/

@keyframes swing {
   0% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-5deg);
  }
}
@keyframes swing2 {
   0% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}

div#main_img, #aisatsu, #aisatsu > div, #contents1 .contents_box, #contents2 .contents_box, #contents3 .contents_box,#contents4 .contents_box {
    border-radius: 5px;}
#video{border-radius :5px 5px 0 0;}

#main_img { max-width: 1500px; }

/*--------------------------------video ▼--------------------------------*/
#video {
    height: 70vh;
    width: auto;
}

#video video {
    width: 100% !important;
    height: 100% !important;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    vertical-align: bottom;
    object-fit: cover;
        background: linear-gradient(61deg, rgba(56,142,61,1) 0%, rgba(56,142,61,0) 53%);
    background-blend-mode: screen;
}

.mov-clip{
-webkit-clip-path:url(#svgPath);
  clip-path: url(#svgPath);
}

@media screen and (max-width: 640px) {
  svg {
    width: 100%;
    height: auto;
  }
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	#video {
		height: auto!important;
		width: 100%;
	}

	#video video {
		width: 100%!important;
		height: auto;
		position: relative;
		top: 0%;
		left: 0%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(0%,0%);
	}
/*--------------------------------video ▲--------------------------------*/

#main_img {
    position: relative;
    height: auto;
    min-height: auto;
    height: auto!important;
    width: 100%;
}

#main_img #main_img_border {
    top: 20px;
    height: calc(100% - 40px) !important;
}
}


/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
#main_img #main_img_border {
    top: 10px;
    height: calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
    left: 10px;
}

#video video {
    width: auto !important;
    height: 45vh !important;
    position: relative;
    top: 0%;
    left: 0%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(0%,0%);
}
}

/* ---------------------------------------------　TOP　---------------------------------------- */
.caution{
    color: var(--color3);
}

.catch {
    width: 40%;
    z-index: 8;
    left: 2%;
    bottom: 3%;}

#main_img:before {
    top: 80%;
}

#main_img:before {
    background-image: url(./Dup/img/bg_01.png);
    background-size: 100%;
    width: 10vw;
    height: 23vw;
    top: 24%;
    right: 12%;
    z-index: 2;
}

#main_img:after {
    background-image: url(./Dup/img/bg_02.png);
    background-size: 100%;
    bottom: -4%;
    left: 12%;
    width: 192px;
    height: 334px;
    z-index: 2;
}

#intro {
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(./Dup/img/bg_img-4.png);
    padding-bottom: 50px;
}

#intro .intro_title {
    font-size: 30px;
    width: 150px;
    height: 150px;
    top: 2px;
    background-color: #fff0;
    left: 50%;
    transform: translateX(-50%);
}

#intro, #contents2 {
    background-image: url(./Dup/img/bg.jpg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#intro h3 {
    font-size: 25px;
}

#intro:after, #contents2:after, #page_title:before {
    background-image: url(./Dup/img/naminami_top.png);
    background-color: transparent;
    width: 100%;
    height: 20px;
    bottom: -1px;
    left: 0;
}

#intro:before, #contents2:before {
    background-image: url(./Dup/img/naminami_bottom.png);
    width: 100%;
    height: 20px;
    top: -1px;
    left: 0;
}

#contents2:before{
    top: -19px;
}

#intro .intro_title,#intro h3,#intro p{color: var(--color3);}

/* ----------　contents1　---------- */
#contents1_txt{
    position: relative;
    border: none;
}

#contents1_txt:before {
    width: 120px;
    height: 100px;
    background-image: url(./Dup/img/reaf1.png);
    top: -20px;
    left: -10px;
}

#contents1_txt:after {
    width: 130px;
    height: 110px;
    background-image: url(./Dup/img/reaf2.png);
    bottom: -30px;
    right: -30px;
}

#contents1 .con1_box:before{
    background-image: url(./Dup/img/obj3.png);
    width: 292px;
    height: 63px;
    top: 13px;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

#contents2 h3 span {
    position: absolute;
    font-size: 35px;
    margin-left: 0;
    transform: translateX(-50%);
    left: 50%;;
    padding-bottom: -9px;
    border-bottom: 11px dotted var(--color1);
}

#contents2 p {
    margin-top: 120px;
}



#contents2 figure {
    box-shadow: none;
    transform: translateY(-15px);
    height: auto!important; 
}

.con1_l {
    width: 82px;
    top: -14%;
    left: -2%;
}

.con1_r {
    width: 119px;
    bottom: -9%;
    right: -5%;
}

.con2_l {
    z-index: 2;
    width: 155px;
    top: -5%;
    left: 1%;
    animation: swing 1s steps(2, start) infinite;
}

.con2_r {
    z-index: 2;
    width: 119px;
    bottom: -6%;
    right: 51%;
    animation: swing2 1s steps(2, start) infinite;
}

.TopTxt05{
    color: var(--color3);
}

.top_cms_box .cms_5-d .box_title1:before {
    border-color: var(--color2) transparent;
}

#cms_5-d .box_title1:before{
    border-color: var(--white) transparent;
}

.cms_6-b .cate_box, .cms_6-b .cate_box .box_txt1, .cms_6-b .cate_box .box_txt2 {
    border-color: var(--gray);
}

.cms_6-b .cate_box:first-of-type {
    border-top: 1px solid var(--gray);
}

#contact_bar {
    background: var(--color2);
}

footer {
    background-color: var(--white) !important;
}

/* ----------　fix_banner　---------- */
.fix_bnr {
    position: fixed;
    bottom: 90px;
    z-index: 99;
    right: 0px;
}

.fix_bnr a {
    width: 70px;
    line-height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px 0 0 10px;
    border: 3px solid #fff;
    border-right: 0;
}

#page_title, footer {
    background-image: url(./Dup/img/ftr_img.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 21%;
    padding-bottom: 40px;
}
/* -------------------　BLOG　----------------- */
#cms_1-d .title_box::before{
    border-right: solid 20px rgb(183 130 126)!important;
}

#cms_1-d .title_box::after{
    border-left: solid 20px rgb(183 130 126)!important;
}

/* ----------　BLOG CMSアレンジ▼　---------- */
.flow_type1 .cate_box{border-left:none;background-color: rgba(0,0,0,0);}
.flow_type1 .box_txt1,
.flow_type1 .box_txt2{padding-left:130px;}

.flow_type1 .box_wrap{
    position: relative;
    padding-left: 30px;
}
.flow_type1 .box_wrap:before{
    content: "";
    display: inline-block;
    height: calc(100% - 0px);
    border-left: 14px solid rgb(255 255 255 / 78%);
    position: absolute;
    top: -5px;
    left: 107px
}
.flow_type1 .box_txt1{position:relative;}
.flow_type1 .box_txt1::before,
.flow_type1 .box_txt1::after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
}
.flow_type1 .box_txt1::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: var(--color4);
	border-radius: 50%;
	left: 61.5px;
}
.flow_type1 .box_txt1::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 72px;
}
.flow_type1 .box_description2{
    position: relative;
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
}
.flow_type1 .box_description2 span{
position: absolute;
    display: inline-block;
    width: 90px;
    top: -23px;
    left: -50px;
}
/*--------タブレット--------*/
@media screen and (max-width: 768px){
.flow_type1 .flex_order2_tb{
    width: 78%!important;
    margin-left: auto;
}
}
/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.flow_type1 .box_description2 span {
    width: 70px;
}
.flow_type1 .box_wrap{
    padding-left: 23px;
}
.flow_type1 .box_wrap:before {
    left: 22px;
}
.flow_type1 .box_txt1::before, .flow_type1 .box_txt1::after {
    top: 58px;
}
.flow_type1 .box_txt1::before {
    margin-top: -3px;
    left: -17.5px;
}
.flow_type1 .box_txt1::after {
    width: 30px;
    left: -8px;
}
.flow_type1 .box_txt1, .flow_type1 .box_txt2 {
    padding-left: 30px;
}
.flow_type1 .box_txt1{
    padding-top: 46px;
}
.flow_type1 .flex_order2_tb {
    width: 87%!important;
}
}
/* ----------　BLOG CMSアレンジ▲　---------- */





/* ----------　ご依頼の流れ ▼　---------- */
.flow_type1 .cate_box{border-left:none;background-color: rgba(0,0,0,0);}
.flow_type1 .box_txt1,
.flow_type1 .box_txt2{padding-left:130px;}

.flow_type1 .box_wrap{
    position: relative;
    padding-left: 30px;
}
.flow_type1 .box_wrap:before{
    content: "";
    display: inline-block;
    height: calc(100% - 0px);
    border-left: 14px solid rgba(243, 237, 225, .78);
    position: absolute;
    top: -5px;
    left: 107px
}
.flow_type1 .box_txt1{position:relative;}
.flow_type1 .box_txt1::before,
.flow_type1 .box_txt1::after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
}
.flow_type1 .box_txt1::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: var(--color6);
    border-radius: 50%;
    left: 61.5px;
}
.flow_type1 .box_txt1::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 72px;
}
.flow_type1 .box_description2{
    position: relative;
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
}
.flow_type1 .box_description2 span{
position: absolute;
    display: inline-block;
    width: 90px;
    top: -23px;
    left: -50px;
}
/*--------タブレット--------*/
@media screen and (max-width: 768px){
.flow_type1 .flex_order2_tb{
    width: 78%!important;
    margin-left: auto;
}
}
/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.flow_type1 .box_description2 span {
    width: 70px;
}
.flow_type1 .box_wrap{
    padding-left: 23px;
}
.flow_type1 .box_wrap:before {
    left: 22px;
}
.flow_type1 .box_txt1::before, .flow_type1 .box_txt1::after {
    top: 58px;
}
.flow_type1 .box_txt1::before {
    margin-top: -3px;
    left: -17.5px;
}
.flow_type1 .box_txt1::after {
    width: 30px;
    left: -8px;
}
.flow_type1 .box_txt1, .flow_type1 .box_txt2 {
    padding-left: 30px;
}
.flow_type1 .box_txt1{
    padding-top: 46px;
}
.flow_type1 .flex_order2_tb {
    width: 87%!important;
}
}
/* ----------　ご依頼の流れ ▲　---------- */

/* ----------　お客様の声 ▼　---------- */
.v_type1 .triangle {
    display: block;
    border: var(--black) solid 2px;
    box-shadow: 5px 5px 0 0 #829483b8;
}
.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: var(--white) transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}
.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: #000 transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
}

#box1 .triangle {
    display: block;
    border: var(--black) solid 2px;
    box-shadow: 5px 5px 0 0 #e2e2e2;
}
/* ----------　お客様の声 ▲　---------- */

/* ----------　会社情報　---------- */

/* ----------　お問い合わせ　---------- */


/* ----------　プライバシーポリシー ---------- */
/*#page10 ul li a .title{*/
/*    font-size: 18px;*/
/*}*/

/* ----------　サイトマップ　---------- */

/*#page10 ul li {*/
/*    margin: 0 30px 100px;*/
/*    width: 28% !important;*/
/*}*/

@media all and (-ms-high-contrast: none){
  .sample{

  }
}



/*-------------------------------------------------------タブレット-------------------------------------------------------*/
@media screen and (max-width: 768px){
#main_img {
    max-width: 90% !important;
    max-height: 47vh;
    height: 47vh;}
    
#main_img:before,#main_img:after{
    display: none;
}
    
sub:before{display:none;}

.catch {
    width: 73%;
    left: 1%;
    bottom: 1%;
}

h1#logo img {width: 280px;}

.con1_l {
    width: 91px;
    top: -14%;
    left: 0%;
}

.con1_r {
    width: 130px;
    bottom: -9%;
    right: -2%;
}

.con2_l {
    width: 171px;
    top: 33%;
    left: 1%;
}

.con2_r {
    width: 128px;
    bottom: -5%;
    right: 2%;
}

.header {padding: 20px 10px;}

#top_contents:before, #top_contents:after, #info_map:before {
    min-width: auto;
    height: 7vw;}
    

#page07 .box_wrap .box h3 span {
    letter-spacing: 0px!important;
    font-size: 15px;
}

/*#page10 ul li {*/
/*    width: 46% !important;*/
/*}*/

}

/*-------------------------------------------------------スマホ-------------------------------------------------------*/
@media screen and (max-width: 667px){

h1#logo img {width: 200px;}

#top_contents:before, #top_contents:after, #info_map:before {
    height: 10vw;
    top: -1%;}
    
.sub2:after {
    top: -4%;
    width: 18vw;
    height: 23vw;}
    
#fakeloader .fl {
    max-width: 450px!important;
    width: 60%!important;}

#intro h3 {
    letter-spacing: -1px;
    font-size: 18px;
}

#main_img {
    max-width: 100% !important;
    max-height: 50vh;
    height: 47vh;
}

#video video {
    width: auto !important;
    height: 35vh !important;}
    
.catch {
    width: 93%;
    left: 3%;
    bottom: 3%;
}

#top_cms .cate_title {
    letter-spacing: 0;
    font-size: 18px;
}

#contents1 .con1_box:before {
    top: -27px;
}

#contents1 .slick_sp {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}

#contents1 figure {
    z-index: 1;
    display: inline-block;
    margin: 10px 10px;
    height: 203px !important;
    /*width: 300px;*/
    padding: 1px;
}

#contents1_txt h3 {
    font-size: 17px;
    letter-spacing: -2px;
}

#contents2 h3 span {
    margin-top: 23px;
    letter-spacing: -1px;
    font-size: 18px;
}

#contents2 figure {
    transform: translateY(26px);
}

#contents2:before{
    top: -18px;
}

.con1_l {
    width: 75px;
    top: -9%;
    left: -1%;
}

.con1_r {
    width: 119px;
    bottom: -11%;
    right: -2%;
}

.con2_l {
    width: 155px;
    top: 18%;
    left: 1%;
    z-index: 1;
}

.con2_r {
    width: 119px;
    bottom: -3%;
    right: 2%;
}

.fix_bnr {
    bottom: 60px;
}

.fix_bnr a {
    width: 50px;
    line-height: 50px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #fff;
}

footer h3 {
    width: 82%!important;
}

.v_type2 h3.box_title {letter-spacing: 2px;}

figure#logo2 img {max-width: 260px;}

div#main_img::after {
    width: 101%;
    bottom: 9%;}

#main_img:before {
    top: 51%;
    left: 51%;
    background-size: 84%;}

main#page10 span {padding: 0;}

div#main_img::after {
    width: 102%;
    bottom: 14%;
    background-image: url(./Dup/img/item03.png);
    background-size: 150%;
}

#page_title, footer {
    background-image: url(./Dup/img/ftr_img.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 351px;
    padding-bottom: 40px;
}

/*#page10 ul li {*/
/*    width: 100% !important;*/
/*}*/

#page10 ul li a .title{
    font-size: 14px;
}

#page_title.active h2, #page_title.active p {
    font-size: 18px;
}

.box_wrap .box h3 span{
    font-size: 13px!important;
}

.privacy_box h3 {
    letter-spacing: 0;
}

/*#intro, #contents1 #contents1_txt{padding: 30px 0;}*/

#contents1 #contents1_txt {
    box-shadow: 0 0 15px rgba(0,0,0,0);
}

#contact_bar a {
    letter-spacing: 0;
    font-size: 18px;
}

#copyright{
    padding: 10px 20px;
}

}

div#main_img_border {
    display: none;
}

@media screen and (max-width: 768px){
#main_img {
    max-width: 100% !important;
}
}

body p{
    font-size:-webkit-calc(1rem + 0px)!important;
    font-size : calc(1rem + 0px)!important;
}

#intro p {
    font-size:-webkit-calc(1rem + 1px)!important;
    font-size : calc(1rem + 1px)!important;
}