@charset "utf-8";
body{
    margin: 0;
    padding: 0;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"游ゴシック体","YuGothic","游ゴシック","Yu Gothic",'Meiryo','メイリオ', sans-serif;
}
#wrapper{
    /*max-width: 1400px;*/
    margin: auto;
}
img{
    width: 100%;
    vertical-align: middle;
}

@media only screen and (max-width: 799px){
    .pc {
        display: none;
    }
}
@media only screen and (min-width: 800px){
    #wrapper{
        max-width: 1920px;
        margin: auto;
    }
    .sp {
        display: none;
    }

    #sp{
        display: none;
    }

}

.abs {position: absolute;}
.rel {position: relative;}
.tac {text-align: center;}
a {text-decoration: none;}
.fcg { color: #ddc592;}

h2 {
    text-align: center;
    margin: auto;
}

/* ヘッダー -------------------------------------------------------------*/
header {
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #fff;
    z-index: 999;
    position: sticky;
    top: 0;
}
.hea_l {
    background-color: #20223b;
    align-items: center;
    display: flex;
    padding: 0 5% 0 3%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.hea_r {
    display: flex;
    align-items: center;
}
.hea_r div {
    width: 2px;
    height: 50px;
    background-color: #e63c00;
    margin-left: 5%;
}
.hea_r a {
    display: flex;
    align-items: center;
    color: #e63c00;
    font-weight: bold;
    width: 280px;
    justify-content: center;
}

.hea_r p.call {
    display: flex;
    align-items: center;
    color: #e63c00;
    font-weight: bold;
    width: 280px;
    justify-content: center;
}
.hea_r p.call img{
    margin-right: 4%;
    width: 36px;
}

.hea_r a img {
    margin-right: 4%;
    width: 36px;
}
@media only screen and (max-width: 799px){
    header {
        height: 50px;
    }
    .hea_r a {
        width: 130px;
        font-size: 14px;
        line-height: 1.3;
    }
    .hea_l img {
        max-height: 42px;
    }
    .hea_r a img {
        width: 26px;
    }
    .hea_r div {
        height: 32px;
    }

    .hea_r p.call {
    display: none;
}
}

/* FV -------------------------------------------------------------*/
.fv_under {
    background: #fff;
    text-align: center;
    padding: 2% 0;
}
.fv_under img {
    max-width: 1200px;
    width: 90%;
}
@media only screen and (min-width: 800px){
.fv {
    background-image: url(../img/fv_bg_pc.jpg);
}
.fv .visual {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: block;
}
}

/* CTA -------------------------------------------------------------*/
.cta {
    font-weight: bold;
    padding: 0 0 3%;
    color: #fff;
}
.cta a {
    padding: 0 2%;
}
.cta .mail p {
    color: #fff;
    font-size: 20px;
}
.cta .tel p {
    color: #e63c00;
}
.cta .btn {
    display: flex;
    justify-content: center;
}
.cta .mail,.cta .tel {
    border-radius: 999px;
    display: flex;
    align-items: center;
    width: 300px;
    margin: 0 1%;
    position: relative;
    justify-content: center;
}
.cta .mail {
    background-color: #e63c00;
}
.cta .tel {
    background-color: #fff;
}
.cta .mail img,.cta .tel img {
    width: 36px;
    margin-right: 4%;
}
.btn .line {
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #fff;
    right: -4%;
}
.btn .tel .mail {
    background-color: #fff;
}
.btn .tel .line {
    background-color: #e63c00;
}

@media only screen and (max-width: 799px){
    .fv .cta {
        position: absolute;
        top: 76%;
        right: 0;
        left: 0;
        margin: 0 3%;
    }
    .cta .mail, .cta .tel {
        width: 180px;
        height: 55px;
        margin: 0 3% 0 2%;
    }
    .cta .btn {
        width: 99%;
        margin-top: -3%;
    }
    .cta p {
        line-height: 1.3;
        font-size: 13px;
    }

    .cta .mail p {
        color: #fff;
        font-size: 13px;
    }
    .cta>p {
        font-size: 14px;
        margin-top: 12px;
    }
    .cta a {
        padding: 0 4%;
    }
    .cta .mail img, .cta .tel img {
        width: 30px;
    }

    .btn .line {
        position: absolute;
        width: 25px;
        height: 2px;
        background-color: #fff;
        right: -5%;
    }
}

/* タイトル共通 -------------------------------------------------------------*/
.light {
    mix-blend-mode: screen;
    width: 50px;
    top: -28%;
    left: 0;
    right: 0;
    margin: auto;
}
h2 .en {
    font-size: 1.8rem;
    background-color: #a49370;
    background-image: linear-gradient(90deg, #a49370 0%, #d7caaa 46%, #a49370 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
h2 .ja {
    margin-top: -0.5%;
    font-size: 3.4rem;
    color: #fff;
}
@media only screen and (max-width: 799px){
    h2 .en {
        font-size: 1.2rem;
    }
    h2 .ja {
        font-size: 2.2rem;
        line-height: 1.2;
    }
    .light {
        width: 10%;
        top: -32%;
    }
}

/* オススメです -------------------------------------------------------------*/
.recommend {
    background-image: url(../img/recommend_bg.jpg);
    padding: 5% 0;
}
.recommend>img {
    margin: auto;
    max-width: 1000px;
    width: 90%;
    display: block;
}

@media only screen and (max-width: 799px){
    .recommend {
        padding: 10% 0 24%;
    }
}

/* 調査 -------------------------------------------------------------*/
.survey .line {
    height: 10px;
    background-color: #a49370;
    background-image: linear-gradient(90deg, #a49370 0%, #d7caaa 46%, #a49370 100%);
}
.survey h2 {
    background-color: #f2e8d2;
    background-image: linear-gradient(90deg, #f2e8d2 0%, #ffffff 46%, #f2e8d2 100%);
}
.survey h2 img {
    width: 90%;
    max-width: 700px;
    margin: 4% auto 0;
    position: relative;
    z-index: 5;
}
.survey01 {
    background-image: url(../img/survey01_bg_pc.png);
    background-position-y: bottom;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -3%;
}
.survey01 img {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    display: block;
    padding: 4% 0 10%;
}
.survey02 {
    background-image: url(../img/survey02_bg_pc.jpg);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -5%;
    padding: 5% 0 3%;
}
.survey02 img {
    width: 90%;
    max-width: 840px;
    margin: auto;
    display: block;
    padding: 4% 0;
}

@media only screen and (max-width: 799px){
    .survey h2 img {
        width: 92%;
        margin: 7% auto 0;
    }
    .survey01 {
        margin-top: -6%;
    }
    .survey01 img {
        width: 94%;
        padding: 10% 0 18%;
    }
    .survey02 img {
        padding: 8% 0 12%;
    }
}


/* 使用例 -------------------------------------------------------------*/
.exsample {
    background-image: url(../img/example_bg_pc.jpg);
    padding: 5% 0 6.5%;
}
.exsample_slide {
    margin-top: -3%;
    overflow: hidden;
}
.exsample .slide {
    margin: 10px;
}
.slider .slick-slide {
    opacity: 0.4;
    scale: .8;
}
.slider .slick-slide.slick-center {
    opacity: 1;
    scale: 1;
}
.slick-dots li button:before {
    opacity: 1;
    color: #fff !important;
    top: -5px;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #e63c00 !important;
}
.slick-dotted.slick-slider {
    padding-left: 0;
}
.slick-dots li button:before {
    content: '■';
    font-size: 16px;
}
@media only screen and (max-width: 799px){
    .exsample {
        padding: 8% 0 15%;
    }
    .exsample .slide {
        max-width: 340px;
    }
    .exsample .slide>img {
        width: 100%;
    }
    .exsample h2 .ja {
        margin-bottom: 0;
    }
}

/* 選ばれる理由 -------------------------------------------------------------*/
.reason .line {
    height: 10px;
    background-color: #f2e8d2;
    background-image: linear-gradient(90deg, #f2e8d2 0%, #ffffff 46%, #f2e8d2 100%);
    margin-bottom: 5%;
}
.reason h2 .ja {
    color: #20223b;
}
.reason h2 .en {
    background-color: #7a6232;
    background-image: linear-gradient(90deg, #7a6232 0%, #a59471 46%, #7a6232 100%);
}
.reason {
    background-color: #a49370;
    background-image: linear-gradient(90deg, #a49370 0%, #d7caaa 46%, #a49370 100%);
}
.reason>img {
    padding: 0 0 6%;
}
@media only screen and (max-width: 799px){
    .reason h2 .line {
        margin-bottom: 14%;
    }
    .reason>img {
        padding: 0 0 16%;
    }
}

/* コンテンツ間CTA -------------------------------------------------------------*/
.cta_area {
    background-color: #e2e2e2;
    background-image: linear-gradient(90deg, #e2e2e2 0%, #ffffff 46%, #e2e2e2 100%);
    padding: 5.5% 0;
}

.cta_area .cta {
    background-color: #20223b;
    width: 90%;
    max-width: 800px;
    margin: auto;
    border-radius: 20px;
    padding: 2% 0 3%;
}
.cta_area .cta .mail,.cta_area .cta .tel {
    border-radius: 999px;
    display: flex;
    align-items: center;
    width: 380px;
    margin: 0 2%;
    font-size: 24px;
    height: 70px;
}

@media only screen and (max-width: 799px){
    .cta_area {
        padding: 15% 0;
    }
    .cta_area .cta {
        padding: 5% 0 6%;
    }
    .cta_area .cta .btn {
        display: block;
        margin-left: 6%;
    }
    .cta_area .cta .mail, .cta_area .cta .tel {
        width: 240px;
        margin: 4%;
        font-size: 22px;
        height: 50px;
    }
    .cta_area .btn .line {
        right: -3%;
    }
    .cta_area .cta>p {
        margin-bottom: 6%;
    }
}

/* オーダー価格 -------------------------------------------------------------*/
.price {
    background-image: url(../img/price_bg.jpg);
    padding: 3% 0 7%;
}
.price>img {
    width: 90%;
    max-width: 1000px;
    margin: -3% auto 0;
    display: block;
}

@media only screen and (max-width: 799px){
    .price {
        padding: 8% 0 18%;
    }
    .price>img {
        width: 94%;
        margin: -6% auto 0;
    }
}

/* 導入までの流れ -------------------------------------------------------------*/
.order {
    background-color : #ffffff;
	background-image:
		repeating-linear-gradient( 0deg,rgba(238, 238, 238, 1) 0px 1px,	transparent 1px 16px),
		repeating-linear-gradient( 90deg,rgba(238, 238, 238, 1) 0px 1px,	transparent 1px 14px);
    padding: 4% 0 6%;
}
.order h2 .en {
    color: #e63c00;
    background-color: #e63c00;
    background-image: none;
    -webkit-text-fill-color: #e63c00;
}
.order h2 .ja {
    color: #20223b;
}
.order>img {
    width: 90%;
    max-width: 800px;
    margin: -3% auto 0;
    display: block;
}
@media only screen and (max-width: 799px){
    .order {
        padding: 8% 0 16%;
    }
    .order>img {
        width: 94%;
        margin: -6% auto 0;
    }
}

/* 導入までの流れ -------------------------------------------------------------*/
.performance {
    padding: 5% 0 4%;
    background-image: url(../img/performance_bg_pc.jpg);
    background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.performance>img {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 0;
    display: block;
}
.performance>p {
    color: #fff;
    text-align: center;
    width: 50%;
    margin: -2% auto 2%;
}
.performance .fcg {
    font-weight: bold;
}
.performance .btn {
    position: relative;
    border-radius: 999px;
    display: flex;
    align-items: center;
    width: 290px;
    margin: 2% auto;
    height: 70px;
    background-color: #ddc592;
    justify-content: center;
}
.performance .btn a {
    display: flex;
    align-items: center;
    color: #20223b!important;
    font-weight: bold;
    font-size: 24px;
}
.performance .btn .line {
    background-color: #20223b;
}
@media only screen and (max-width: 799px){
    .performance {
        padding: 14% 0 16%;
    }
    .performance>p {
        width: 92%;
        margin-bottom: 3%;
    }
    .performance>img {
        width: 94%;
    }
    .performance .btn {
        height: 60px;
        margin-top: 8%;
    }
}

/* フッター -------------------------------------------------------------*/
footer {
    background-color: #20223b;
    color: #fff;
    padding: 4% 0;
}
footer .content {
    width: 90%;
    display: flex;
    justify-content: center;
    height: 320px;
}
footer .logo {
    width: 100px;
    object-fit: contain;
    margin-right: 4%;
}
footer ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}
footer ul li a {
    color: #fff!important;
    font-size: 12px;
}
footer .list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
footer .list div {
    margin-right: 6%;
}
footer .list .ttl {
    margin-bottom: 0;
    font-weight: bold;
}


footer .list .ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center; /* 垂直中心 */
  }
  footer .list .ttl:after {
    border-top: 1px solid;
    content: "";
    width: 3em; /* 線の長さ */
  }
  footer .list .ttl:after {
    margin-left: .5em; /* 文字の左隣 */
  }
  footer .list span {
    font-size: 6px;
  }

@media screen and (max-width: 1350px) and (min-width: 800px){
    footer .content {
        height: 420px;
    }
}

@media only screen and (max-width: 799px){
    footer .logo {
        margin: 0 auto 3%;
        width: 130px;
    }
    footer .content {
        width: 100%;
        flex-direction: column;
        height: 800px;
    }
    footer .list {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
        width: 96%;
        margin: 0 0 0 4%;
    }
    footer .list div {
        width: 46%;
        margin-right: 4%;
    }
    footer .list .ttl:after {
        width: 0.8em;
    }
}