﻿/* -----------------------------------------------　all　---------------------------------------------------- */

/* -----------------------------　body　------------------------------------- */

/*--------link_font--------*/
@font-face {
    font-family: 'MaruFo_B';
    font-style: normal;
    font-weight: 400;
    src: url('./Dup/img/MaruFo_B.woff') format('woff'),
         url('./Dup/img/MaruFo_B.woff2')  format('woff2');
    font-display: swap;
}

.l-menu,.pc_nav,.en_font, h1, h2, h3, h4, h5, h6,.topTxt04,.pager a, .cate_list li a, .sns_title, .con_no, .tel, .copyright{
    font-family: 'MaruFo_B',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#con1 .con1_inner, #con2, #con2 .img_wrap,#con3,.topCms.cms1,.all_contents .content{position: relative;}
/*リピートなし*/
#con1 .con1_inner:before,#con1 .con1_inner:after,#con2:before,#con2 .img_wrap:before,#con3:before,.topCms.cms1:before,.obj,
.all_contents .content:before,.all_contents .content:after ,#con2:after,#con3:after,#main_img:before,#main_img:after{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

/*装飾に便利な疑似クラス設定*/

/* font -----------------------------------------------------------------------------*/

/* color -----------------------------------------------------------------------------*/
:root{
    --color1:#00bcd4;
    --color2:#007acc ;
    --color3:#0099ff;
    --color4:#ccebff;
    --color5:#effffd;
    --white:#ffffff;
    --black:#001f33;
    --gray:#ccc;
}


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{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_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;
}
body#body {
    background: var(--white);
    overflow: hidden;
}

.linkStyle{
	color:var(--color1);
	border: none;
}
.linkStyle:hover{
	color:var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}

.txt_title{
	color:var(--color2);
}

.logo2{
    max-width: 500px;
    width: 50vh;
}

.copy {
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
}



/* top -----------------------------------------------------------------------------*/

.catch {
    position: absolute;
    width: 30%;
    left: 67%;
    bottom: 1%;
    z-index: 1;
}

.catch2 {
    position: absolute;
    width: 30%;
    left: 67%;
    bottom: 1%;
    z-index: 1;
}

.con3_title{
    font-size: 40px;
    line-height: 1.0;
}

#con3{
        background-image: url(dup/img/con2_bg.jpg);
        background-size: 100%;
        position: relative;
        z-index: 1;
}

#con3:before {
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        z-index: -1;
        background-repeat: no-repeat;
        background-color: var(--color6);
}

.fix_banner {
        width: 250px;
        position: fixed;
        bottom: 5px;
        right: 100px;
        z-index: 5;
}

.font_bold, .pagetitle .en {
        font-weight: 700;
}

.topTxt04 {
    max-width: 100%;
    letter-spacing: 0;
    font-size: 20.5px;
}

h3.cate_title {
        text-align: center;
        font-size: 19px;
}

#con2 .img_wrap:before {
    background-image: url(./Dup/img/obj2.png);
    background-size: 100%;
    width: 17vw;
    height: 12vw;
    top: -34%;
    left: 35%;
}

#con2:after {
    background-image: url(./Dup/img/obj3.png);
    background-size: 100%;
    width: 12vw;
    height: 12vw;
    bottom: -95px;
    left: 4%;
    z-index: 6;
}

#con3:after {
    background-image: url(./Dup/img/obj4.png);
    background-size: 100%;
    width: 12vw;
    height: 12vw;
    bottom: -8%;
    right: 4%;
    z-index: 1;
}

.obj5 {
    background-image: url(./Dup/img/obj5.png);
    background-size: 100%;
    width: 9vw;
    height: 10vw;
    bottom: -25px;
    left: 7%;
}

.obj6 {
    background-image: url(./Dup/img/obj6.png);
    background-size: 100%;
    width: 8vw;
    height: 11vw;
    bottom: -36px;
    right: 11%;
}

.pagetop {
    z-index: 1;
}

div#main_img {
    height: calc(100vh - 100px);
    position: relative;
    width: 100%;
}

div#main_img .main_topimg1 {
    height: calc(100vh - 100px);
    position: relative;
    width: 100%;
    object-fit: cover;
}

#main_img:before {
    background-image: url(dup/img/nami.png);
    width: 102%;
    height: 28%;
    bottom: -1%;
    left: -2px;
    z-index: 1;
    background-size: 100%;
}

#main_img:after, #page_title:after {
    background-image: url(./Dup/img/catch2.png);
    background-size: 22%;
    width: 100%;
    height: 110%;
    top: -5%;
    left: 0;
    -ms-transform: translate(-50%,0);
    z-index: 1;
    background-position: bottom left,top right;
}

/* 施工の流れ -----------------------------------------------------------------------------*/
.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: #6b90db;
	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;
}
}

/* よくある質問 -----------------------------------------------------------------------------*/
.qa_type3 .con_no{
	left: 20px;
	top: 15px
}
.qa_type3 .cate_box .box_title1, .qa_type3 .cate_box .box_txt1{
	min-height: 1.5em
}
.qa_type3 .box_q{
	background-image: url(./Dup/img/icon_q.png);
	background-repeat: no-repeat;
	background-position: top 2px left;
	background-size: 60px
}
.qa_type3 .box_a{
	background-image: url(./Dup/img/icon_a.png);
	background-repeat: no-repeat;
	background-position: top 2px right;
	background-size: 60px
}
.qa_type3 .box_q, .qa_type3 .box_a{
	padding: 5px 90px
}
.qa_type3 .box_q .box_title1::before, .qa_type3 .box_a .box_txt1::before{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 0, 0, 0);
}
.qa_type3 .box_q .box_title1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
    border-right-width: 15px;
    margin-top: -10px;
    border-right-color: var(--color3);
    right: 100%;
    top: 34px;
}
.qa_type3 .box_a .box_txt1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 15px;
    border-right-width: 10px;
    margin-top: -10px;
    border-left-color: var(--color4);
    left: 100%;
    top: 35px;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.qa_type3 .box_q{
	padding-right: 0
}
.qa_type3 .box_a{
	padding-left: 0
}
.qa_type3 .con_no{
    top: 13px;
}
}

/* ----------　会社情報　---------- */
/* ----------　お問い合わせ　---------- */
#page8 .contact_tel a {
    margin: 10px;
}
/* ----------　プライバシーポリシー　---------- */
/* ----------　サイトマップ　---------- */

/*1280px以下*/
@media  screen and (max-width: 1280px){

#main_img:before {
    bottom: -7%;
}

#con1 .con1_inner:after{
width: 17vw;
height: 14vw;
bottom: -135px;
left: -60px;
}

#con2 .img_wrap:before{
right: -45px;
}

#con2:after {
    bottom: -35px;
    left: 17%;
}

#con3:after{
bottom: 0%;
right: 5%;
}

.obj5{
bottom: -15px;
left: -70px;
}

}

/*1000px以下）*/
@media  screen and (max-width: 1000px){

#main_img{height: 70vh;}

#main_img:before {
    bottom: -15%;
}

.loopSlider_wrap{right: 40px;}

}

@media all and (-ms-high-contrast: none){
  .sample{

  }
}


/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

div#main_img {
    height: calc(50vh - 100px);
    position: relative;
    width: 100%;
}

div#main_img .main_topimg1 {
    height: calc(50vh - 100px);
    position: relative;
    width: 100%;
    object-fit: cover;
}

#main_img:before {
    width: 100%;
    height: 15%;
    bottom: 0;
    left: 50%;
    z-index: 1;
    background-size: 100%;
    transform: translate(-50%, 0px);
}

#main_img:after, #page_title:after {
    background-size: 25%;
    width: 100%;
    height: 95%;
    top: 10%;
    left: 5%;
    -ms-transform: translate(-50%,0);
    z-index: 1;
    background-position: bottom 0% left -30px,top right;
}

section#con1 {
    padding-top: 250px;
}
.catch {
    width: 58vw;
    bottom: -210px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.catch2 {
    width: 92%;
    top: 6%;
    right: 0%;
    left: 5%;
    bottom: 0;
}

.logo1 {
    max-width: 100px;
}

#main_img{height: 45vh;}

.loopSlider_wrap{right: -25px;}

#con1 .con1_inner:before{
width: 20vw;
height: 12vw;
top: -92px;
}

#con1 .con1_inner:after{
width: 24vw;
height: 19vw;
bottom: -160%;
left: -45%;
}

#con2 .img_wrap:before {
    width: 29vw;
    height: 15vw;
    top: 31%;
    left: 62%;
}

#con2:after{
    width: 32vw;
    height: 33vw;
    bottom: 0;
}

#con3:after {
    width: 18vw;
    height: 20vw;
    z-index: 1;
    bottom: 0%;
    /* right: 22%; */
}

.obj5 {
    width: 21vw;
    height: 22vw;
    bottom: -4%;
    left: 8%;
}

.obj6 {
    width: 17vw;
    height: 18vw;
    bottom: 0%;
    right: 13%;
}

#con3 {
    background-image: url(dup/img/con2_bg.jpg);
    background-size: 181%;
    position: relative;
    z-index: 1;
}

.all_contents .content:before{
width: 14vw;
height: 16vw;
top: -60%;
right: -50%;
}

.all_contents .content:after{
width: 18vw;
height: 21vw;
bottom: -75%;
left: -30%;
}

}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

/*.catch {*/
/*    width: 50%;*/
/*    top: 90%;*/
/*    right: 0%;*/
/*    left: 46%;*/
/*    bottom: 0;*/
/*}*/

/*.catch2 {*/
/*    width: 100%;*/
/*    top: 12%;*/
/*    right: 0%;*/
/*    left: 0%;*/
/*    bottom: 0%;*/
/*}*/

/*#main_img:after, #page_title:after {*/
/*    background-size: 50%, 40%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 267px;*/
/*    left: 0;*/
/*    -ms-transform: translate(-50%,0);*/
/*    z-index: 1;*/
/*    background-position: bottom 270px left -30px,top right;*/
/*}*/

body#body {
    overflow: hidden;
}

#main_img:after, #page_title:after {
    background-size: 35%;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    -ms-transform: translate(-50%,0);
    z-index: 1;
    background-position: bottom 0% left -30px,top 42% right;
}

#main_img:before {
    width: 102%;
    height: 15%;
    bottom: 0;
    left: 50%;}
.catch {
    width: 80vw;
    bottom: -150px;
    left: 50%;
    transform: translate(-50%, 0px);
}

section#con1 {
    padding-top: 200px;
}

.topTxt1{
    font-size: 15px;
    letter-spacing: 0px;
    padding: 10px 15px;
}

.topTxt02 {
    letter-spacing: 0px;
    font-size: 17px;
}

.topTxt04 {
    letter-spacing: 0;
    font-weight: lighter;
    font-size: 15px;
}

h3.cate_title {
    text-align: center;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: lighter;
}

#con2 .img_wrap:before {
    width: 27vw;
    height: 27vw;
    top: 36%;
    left: 64%;
}

#con2:after{
    width: 32vw;
    height: 33vw
    ;bottom: 0;
}

#con3:after{
    z-index: 1;
    width: 19vw;
    height: 29vw;
    bottom: -8px;
    right: 1%;
}

.obj5 {
    width: 25vw;
    height: 27vw;
    bottom: -4%;
    left: 5%;
}

.obj6 {
    width: 22vw;
    height: 25vw;
    bottom: 0%;
    right: 7%;
}

.con3_title {
    font-size: 25px;
    line-height: 1.0;
}

#con3 {
    padding-bottom: 100px;
    background-size: 900%;
    position: relative;
    z-index: 1;
}

.all_contents .content:before{
width: 22vw;
height: 26vw;
top: -75px;
right: -30px;
}

.all_contents .content:after{
width: 27vw;
height: 31vw;
bottom: -50px;
left: -25px;
}

.fix_banner {
    width: 200px;
    right: auto;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

}