@charset "UTF-8";
@import url(https: //fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* -----------------------------------------
	common 
-----------------------------------------*/
html {
    font-size: 62.5%;
}

body {
    color: #333333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: ease 0.5s;
}

a:hover {
    opacity: 0.7;
}

.clear {
    overflow: hidden;
}

.clear:after {
    clear: both;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin: auto;
}

.alignleft {
    float: left;
}

.bold {
    font-weight: bold;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

img {
    width: 100%;
}

#pagetop {
    position: fixed;
    right: 20px;
    bottom: 0px;
    cursor: pointer;
    z-index: 999;
    background: rgba(111, 111, 111, 0.8);
    width: 100px;
    padding: 20px 0;
    color: #fff;
    font-size: 90%;
}
.shadow {
  box-shadow: 10px 10px 15px -10px;
}


/* -----------------------------------------
	header
-----------------------------------------*/
header {
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #c1c1c1;
    z-index: 999;
}

header .logo {
    margin-top: 15px;
    max-width: 180px;
    padding-left: 20px;
    float: left;
}

header .btn_req {
    float: right;
}

/* -----------------------------------------
	mv
-----------------------------------------*/
.mv {
    width: 100%;
    max-width: 1920px;
}

.mv img {
    width: 100%;
}

/* -----------------------------------------
	intro
-----------------------------------------*/
.intro {
    margin-top: 100px;
}

.intro h2 {
    font-size: 4.2rem;
    line-height: 4.2rem;
}

.intro h2 span {
    font-size: 2.0rem;
    display: block;
    line-height: 2.0rem;
    margin-bottom: 10px;
}

.intro .txt {
    margin-top: 40px;
}

.intro .jisseki {
    max-width: 960px;
    margin: 60px auto 0;
    padding: 40px;
    background: #f6f4f3;
}

.intro .jisseki h3 {
    font-size: 3.2rem;
}

.intro .jisseki .wrap {
    margin-top: 40px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.intro .jisseki .wrap .txt {
    width: 60%;
    margin: 0;
}

.intro .jisseki .wrap .img {
    width: 35%;
}

/* -----------------------------------------
	flow
-----------------------------------------*/
.flow {
    margin-top: 100px;
}

.flow h2 {
    font-size: 4.2rem;
    line-height: 4.2rem;
}

.flow h2 span {
    font-size: 2.0rem;
    display: block;
    line-height: 2.0rem;
    margin-bottom: 10px;
}

.flow .wrapTtl {
    background: #312f2f;
    padding: 50px 0;
    color: #fff;
}

.flow .tochi,
.flow .design,
.flow .service,
.flow .reform {
    padding: 60px 0;
}

.flow .tochi {
    background: url(../img/bg_tochi.jpg) top center no-repeat;
    background-size: cover;
}

.flow .design {
    background: url(../img/bg_design.jpg) top center no-repeat;
    background-size: cover;
}

.flow .service {
    background: url(../img/bg_service.jpg) top center no-repeat;
    background-size: cover;
}

.flow .reform {
    background: url(../img/bg_reform.jpg) top center no-repeat;
    background-size: cover;
}

.flow h3 {
    font-size: 4.2rem;
    letter-spacing: 0.3rem;
}

.flow h3:after {
    content: "";
    width: 100px;
    margin: 0 auto;
    display: block;
    border-bottom: 2px solid #312f2f;
}

.flow .box {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
}

.flow .box:nth-child(2) {
    margin-top: 30px;
}

.flow .box:nth-child(3) {
    margin-top: 60px;
}

.flow .box:nth-child(4) {
    margin-top: 90px;
}

.flow .box h4 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    color: #2d4971;
}

.flow .box p {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.6em;
    text-align: left;
}

.flow .box span {
    margin-top: 5px;
    font-size: 1.0rem;
    display: inline-block;
}

.flow .col1,
.flow .col2,
.flow .col4 {
    max-width: 1100px;
    margin: 40px auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
}

.flow .col1 .box {
    width: 100%;
}

.flow .col2 .box {
    width: 49%;
}

.flow .col4 .box {
    width: 24%;
}

/* 個別指定 */
.flow .service .box,
.flow .reform .box {
    padding: 50px 120px;
}


/* -----------------------------------------
	sikkui
-----------------------------------------*/
.sikkui {
    margin-top: 100px;
}

.sikkui h2 {
    font-size: 4.2rem;
    line-height: 4.2rem;
}

.sikkui h2 span {
    font-size: 2.0rem;
    display: block;
    line-height: 2.0rem;
    margin-bottom: 10px;
}

.sikkui .wrapTtl {
    background: #312f2f;
    padding: 50px 0;
    color: #fff;
}

.sikkui .bg {
    min-height: 400px;
    background: url(../img/bg_sikkui.jpg) top center no-repeat;
    padding: 50px 0;
    position: relative;
}

.sikkui .bg .box {
    position: absolute;
    bottom: -40px;
    left: 50%;
    max-width: 740px;
    margin-left: -370px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
}

.sikkui .bg .box h3 {
    font-size: 2.2rem;
    text-align: left;
}

.sikkui .bg .box h3 span {
    font-size: 1.6rem;
    display: block;
    line-height: 1.2em;
}

.sikkui .bg .box p {
    font-size: 1.6rem;
    display: block;
    text-align: left;
}

.sikkui .bg .box .btn_arrow {
    font-size: 1.6rem;
}


/* -----------------------------------------
	model
-----------------------------------------*/
.model {
    margin-top: 120px;
}

.model h2 {
    font-size: 4.2rem;
    line-height: 4.2rem;
}

.model h2 span {
    font-size: 2.0rem;
    display: block;
    line-height: 2.0rem;
    margin-bottom: 10px;
}

.model .txt {
    margin-top: 40px;
}

.model .wrapModel {
    max-width: 960px;
    margin: 40px auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* -----------------------------------------
	voice
-----------------------------------------*/
.voice {
    margin-top: 100px;
}

.voice h2 {
    font-size: 4.2rem;
    line-height: 4.2rem;
}

.voice h2 span {
    font-size: 2.0rem;
    display: block;
    line-height: 2.0rem;
    margin-bottom: 10px;
}

.voice .wrapTtl {
    background: #312f2f;
    padding: 50px 0;
    color: #fff;
}

.voice .txt {
    margin-top: 40px;
}

.voice .wrapVoice {
    max-width: 960px;
    margin: 40px auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.voice .wrapVoice .btn {
    width: 31.5%;
    border:1px solid #c1c1c1;
}

.voice .wrapVoice .btn img {
    width: 100%;
}

.voice .wrapVoice .btn .txtWrap {
    padding: 0 20px 20px;
}

.voice .wrapVoice .btn .txtWrap .ttl {
    font-size: 1.8rem;
    text-align: left;
    border-bottom: 1px solid #c1c1c1;
}

.voice .wrapVoice .btn .txtWrap .txt {
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: left;
}

.voice .wrapVoice .btn .txtWrap .btn_arrow {
    max-width: 100%;
    font-size: 1.4rem;
    color: #fff;
}


/* -----------------------------------------
	follow
-----------------------------------------*/
.follow {
    margin-top: 40px;
}

.follow p {
    font-size: 2.0rem;
}

.follow .btn_arrow {
    margin-top: 20px;
}

/* -----------------------------------------
	btn_arrow
-----------------------------------------*/
.btn_arrow {
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0;
    padding: 10px 0;
    font-size: 2.0rem;
}

.btn_arrow a {
    color: #fff;
}

.btn_arrow a:after {
    content: url(../img/icon_arrow_wh.png);
    position: relative;
    top: -5px;
    right: -15px;
    display: inline-block;
    transition: ease 0.5s;
}

.btn_arrow a:hover:after {
    right: -25px;
}

.btn_arrow.border a {
    color: #000;
}

.btn_arrow.border a:after {
    content: url(../img/icon_arrow_gr.png);
}

.black {
    background: #231815;
}

.red {
    background: #7e231e;
}

.border {
    border: 1px solid #231815;
    box-sizing: border-box;
    color: #231815;
}

/* -----------------------------------------
	wrapReq
-----------------------------------------*/
.wrapReq {
    max-width: 1080px;
    margin: 60px auto 0;
    padding: 45px 60px;
    background: #ece8e5;
    display: flex;
}

.wrapReq .img {
    width: 100%;
    max-width: 340px;
}

.wrapReq .txtWrap {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}

.wrapReq .txtWrap .ttl {
    font-size: 2.6rem;
}

.wrapReq .txtWrap .btn_arrow {
    margin-top: 20px;
}


/* -----------------------------------------
	footer
-----------------------------------------*/
footer {
    background: #3a3a3a;
}

footer ul {
    max-width: 740px;
    margin: 60px auto 0;
    padding: 30px 0;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer ul li:first-child {
    margin-top: 5px;
}


/* -----------------------------------------
	middle
-----------------------------------------*/
@media screen and (max-width: 1200px) {
    * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    .cmn_w {
        margin: 0 auto;
        width: 100%;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}



/* -----------------------------------------
	SP
-----------------------------------------*/
@media screen and (max-width: 660px) {
    * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    body {
        font-size: 12px;
        font-size: 1.2rem;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }



    /* -----------------------------------------
	header
-----------------------------------------*/
    header {
        height: auto;
    }

    header .logo {
        margin-top: 5%;
        width: 30%;
        padding-left: 3%;
    }

    header .btn_req {
        width: 60%;
    }

    header .btn_req img {
        width: 100%;
    }

    /* -----------------------------------------
	mv
-----------------------------------------*/
    .mv {
        padding-top: 13%;
    }


    /* -----------------------------------------
	intro
-----------------------------------------*/
    .intro {
        margin-top: 10%;
    }

    .intro h2 {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .intro h2 span {
        font-size: 1.4rem;
        margin-bottom: 3%;
    }

    .intro .txt {
        margin-top: 5%;
        text-align: left;
        padding: 0 5%;
    }

    .intro .jisseki {
        margin: 5% 5% 0;
        padding: 5%;
        background: #f6f4f3;
    }

    .intro .jisseki h3 {
        font-size: 2.0rem;
    }

    .intro .jisseki .wrap {
        display: block;
    }

    .intro .jisseki .wrap .txt,
    .intro .jisseki .wrap .img {
        width: 100%;
        margin-top: 3%;
    }

    .intro .jisseki .wrap .txt {
        padding: 0;
    }

    /* -----------------------------------------
	flow
-----------------------------------------*/
    .flow {
        margin-top: 10%;
    }

    .flow h2 {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .flow h2 span {
        font-size: 1.4rem;
        margin-bottom: 3%;
    }

    .flow .wrapTtl {
        padding: 7% 5%;
    }

    .flow .tochi,
    .flow .design,
    .flow .service,
    .flow .reform {
        padding: 10% 0;
    }

    .flow .tochi {
        background: url(../img/bg_tochi.jpg) top left no-repeat;
        background-size: cover;
    }

    .flow .design {
        background: url(../img/bg_design.jpg) top left no-repeat;
        background-size: cover;
    }

    .flow .service {
        background: url(../img/bg_service.jpg) top left no-repeat;
        background-size: cover;
    }

    .flow .reform {
        background: url(../img/bg_reform.jpg) top left no-repeat;
        background-size: cover;
    }

    .flow h3 {
        font-size: 2.4rem;
    }

    .flow h3:after {
        width: 100px;
    }

    .flow .box {
        padding: 5%;
    }

    .flow .box:nth-child(2),
    .flow .box:nth-child(3),
    .flow .box:nth-child(4) {
        margin-top: 5%;
    }

    .flow .box h4 {
        font-size: 2.2rem;
        line-height: 1.4em;
    }

    .flow .box p {
        margin-top: 15px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }

    .flow .box span {
        margin-top: 5px;
        font-size: 1.0rem;
    }

    .flow .col1,
    .flow .col2,
    .flow .col4 {
        width: 90%;
        margin: 40px auto;
        display: block;
    }

    .flow .col1 .box,
    .flow .col2 .box,
    .flow .col4 .box {
        width: 100%;
    }

    /* 個別指定 */
    .flow .service .box,
    .flow .reform .box {
        padding: 5%;
    }


    /* -----------------------------------------
	sikkui
-----------------------------------------*/
    .sikkui {
        margin-top: 10%;
    }

    .sikkui h2 {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .sikkui h2 span {
        font-size: 1.4rem;
        margin-bottom: 3%;
    }

    .sikkui .wrapTtl {
        padding: 7% 5%;
    }

    .sikkui .bg {
        min-height: 400px;
        padding: 50px 0;
    }

    .sikkui .bg .box {
        width: 90%;
        bottom: -15%;
        left: 5%;
        margin: 0 auto;
        padding: 30px;
    }

    .sikkui .bg .box h3 {
        font-size: 2.2rem;
        text-align: left;
    }

    .sikkui .bg .box h3 span {
        font-size: 1.6rem;
        display: block;
        line-height: 1.2em;
    }

    .sikkui .bg .box p {
        font-size: 1.6rem;
        display: block;
        text-align: left;
    }

    .sikkui .bg .box .btn_arrow {
        font-size: 1.6rem;
    }


    /* -----------------------------------------
	model
-----------------------------------------*/
    .model {
        margin-top: 25%;
    }

    .model h2 {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .model h2 span {
        font-size: 1.4rem;
        margin-bottom: 3%;
    }

    .model .txt {
        margin-top: 5%;
        text-align: left;
        padding: 0 5%;
    }

    .model .wrapModel {
        width: 90%;
        margin: 5% auto;
        display: block;
    }

    .model .wrapModel .btn:last-child {
        margin-top: 5%;
    }

    /* -----------------------------------------
	voice
-----------------------------------------*/
    .voice {
        margin-top: 10%;
    }

    .voice h2 {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .voice .wrapTtl {
        padding: 7% 5%;
    }

    .voice .txt {
        margin-top: 5%;
        text-align: left;
        padding: 0 5%;
    }

    .voice .wrapVoice {
        margin: 5% auto;
        display: block;
    }

    .voice .wrapVoice .btn {
        width: 90%;
        margin: 5% auto 0;
    }

    .voice .wrapVoice .btn .txtWrap {
        padding: 0 5% 5%;
    }

    .voice .wrapVoice .btn .txtWrap .ttl {
        font-size: 1.8rem;
    }

    .voice .wrapVoice .btn .txtWrap .txt {
        margin-top: 10px;
        padding: 0;
    }

    .voice .wrapVoice .btn .txtWrap .btn_arrow {
        max-width: 100%;
        font-size: 1.4rem;
        color: #fff;
    }


    /* -----------------------------------------
	follow
-----------------------------------------*/
    .follow {
        margin-top: 5%;
    }

    .follow p {
        font-size: 1.6rem;
    }

    .follow .btn_arrow {
        margin-top: 20px;
    }

    /* -----------------------------------------
	btn_arrow
-----------------------------------------*/
    .btn_arrow {
        max-width: 280px;
        margin: 20px auto 0;
        padding: 10px 0;
        font-size: 1.8rem;
    }

    /* -----------------------------------------
	wrapReq
-----------------------------------------*/
    .wrapReq {
        margin: 15% auto 0;
        padding: 8% 5%;
        display: block;
    }

    .wrapReq .txtWrap {
        width: 100%;
        padding: 0;
    }

    .wrapReq .txtWrap .btn_arrow {
        margin-top: 20px;
    }

    /* -----------------------------------------
	footer
-----------------------------------------*/
    footer {
        background: #3a3a3a;
    }

    footer ul {
        width: 90%;
        margin: 5% auto 0;
        padding: 5% 0;
        display: block;
    }

    footer ul li:first-child {
        width: 40%;
        margin-bottom: 5px;
    }

}
