@charset "utf-8";
/* ----------------------------------------------------

★目次
* header

---------------------------------------------------- */

/* head
--------------------------------------------------- */
.layer .head {
    height: 584px;
    background: url(../img/header_bg.jpg) no-repeat center bottom / cover;
}
.layer .head h1 {
    color: #fff;
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    padding-top: 220px;
    text-shadow: 0 0 10px #000;
    letter-spacing: 0.14em;
    text-shadow: 0 3px 6px black;
}
.layer .block__ttl {
    font-family: 'Francois One', sans-serif;
    font-size: 4rem;
    color: #343434;
    text-align: center;
    padding-top: 70px;
    margin-bottom: 50px;
}
.layer main section {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 100px;
}

/* contact
--------------------------------------------------- */

.contact__step {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 45px;
}
.contact__step li {
    background: #b2b2b2;
    position: relative;
    height: 70px;
}
.contact__step li:nth-child(1){ width: 32.3%; }
.contact__step li:nth-child(2){ width: 33.4%; }
.contact__step li:nth-child(3){ width: 34.3%; }
.contact__step li::before {
    content: "";
    display: block;
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 100;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 35px 22px;
    border-color: transparent transparent transparent #b2b2b2;
}
.contact__step li::after {
    content: "";
    display: block;
    position: absolute;
    right: -26px;
    top: -7px;
    z-index: 99;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 0 42px 26px;
    border-color: transparent transparent transparent #fff;
}
.contact__step li:last-child::before,
.contact__step li:last-child::after {
    display: none;
}
#form .contact__step li:first-child,
#confirm .contact__step li:nth-child(2),
#completion .contact__step li:nth-child(3){ background: #1a1a1a; }
#form .contact__step li:first-child::before,
#confirm .contact__step li:nth-child(2)::before,
#completion .contact__step li:nth-child(3)::before {
    border-color: transparent transparent transparent #1a1a1a;
}
.contact__step p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.375;
    color: #fff;
    padding: 13px;
}
.block__txt {
    text-align: center;
    font-size: 1.6rem;
}
.contact__form form {
    margin: 65px auto 130px;
}
.contact__form table { width: 100%; }
.contact__form th {
    width: 38%;
    text-align: left;
    font-size: 1.6rem;
    padding: 15px 0;
    vertical-align: top;
}
.contact__form td {
    width: 62%;
    padding: 15px 0;
}
.form__required {
    position: relative;
}
.form__required::after {
    content: "必須";
    display: inline-block;
    width: 50%;
    max-width: 79px;
    background: #e5223c;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 4px;
    padding: 1px 0;
    position: absolute;
    top: 17px;
    margin-left: 18px;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"] {
    border: solid 1px #c2c2c2;
    border-radius: 4px;
    padding: 6px 10px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(242,242,242,1) 100%);
}
input,
input::placeholder {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
input::placeholder {
    color: #c2c2c2;
    font-weight: 300;
}
select{
    width: 15em;
    border-radius: 4px;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 90%, rgba(242,242,242,1) 100%);
    border: solid 1px #c2c2c2;
}
input[type="email"] {
    width: 95%;
}
input[type="tel"] {
    margin-right: .5em;
    width: 5em;
}
input[type="text"] { width: 95%; }
.btn input,
.top__btn a {
    width: 80%;
    max-width: 579px;
    margin: 50px auto 0;
    display: block;
    padding: 20px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #343434;
    text-align: center;
    transition: .5s;
    background: none;
    border-radius: 4px;
    border: solid 2px #343434;
    cursor: pointer;
}
.btn input:hover,
.top__btn a:hover {
    color: #fff;
    background: #343434;
}
td label {
    display: block;
    margin-bottom: 5px;
}
label input { margin-right: .5em; }

/* entry
--------------------------------------------------- */

.fix__entry {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 25px;
    width: 100%;
    max-width: 110px;
    background: url(../img/pattern_blackbox.gif) ;
    border-radius: 10px 10px 0 0;
    transition: .5s;
}
.fix__entry:hover { opacity: .7; }
.fix__entry a {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    padding: 80px 0 20px;
    text-align: center;
    background: url(../img/entry_ico.png) no-repeat top 25px left 37px / 48px;
}


/* footer
--------------------------------------------------- */
footer address {
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    font-style: normal;
    padding: 10px 0;
}

/* ■02.横幅1000px以上（PC用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:1020px) {
/* ▼PC用================================================================== */

    .pc__none { display: none; }

/* ▲PC用================================================================== */
}


/* ■03.横幅768px以上、999px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1019px) {
/* ▼Tab用================================================================= */

    .tab__none { display: none; }

    /* head
    --------------------------------------------------- */
    .layer main section {
        margin-bottom: 80px;
    }
    .contact__form th { width: 40%; }
    .form__required::after {
        width: 20%;
        margin-left: 10px;
    }



/* ▲Tab用================================================================= */
}


/* ■04.横幅480px以上、767px以下（SP横用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:767px) {
/* ▼SP横用================================================================ */
    .sp__none { display: none; }

    /* head
    --------------------------------------------------- */
    .layer .head {
        background: url(../img/header_bg.jpg) no-repeat center bottom / cover;
        height: 284px;
    }
    .layer .head h1 { padding-top: 130px; font-size: 3rem; }
    .layer main section { margin-bottom: 80px; }
    .layer .block__ttl {
        font-size: 3rem;
        margin-bottom: 40px;
    }
    .contact__step li::before {
        content: "";
        display: block;
        position: absolute;
        right: -14px;
        top: 0px;
        z-index: 100;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 35px 0px 35px 14px;
        border-color: transparent transparent transparent rgb(178, 178, 178);
    }
    .contact__step li::after {
        content: "";
        display: block;
        position: absolute;
        right: -17px;
        top: -7px;
        z-index: 99;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 42px 0 42px 17px;
        border-color: transparent transparent transparent #fff;
    }
    .block__txt {
        font-size: 1.4rem;
    }

    .contact__form th {
        display: block;
        width: 100%;
    }
    .contact__form td {
        display: block;
        width: 100%;
        padding-top: 0;
    }
    .btn input { padding: 15px; }

    /* entry
    --------------------------------------------------- */
    .entry__btn a {
        padding: 15px;
    }
    .fix__entry {
        right: 5%;
        max-width: 80px;
    }
    .fix__entry a {
        display: block;
        color: #fff;
        font-size: 1.1rem;
        padding: 54px 0 14px;
        text-align: center;
        background: url(../img/entry_ico.png) no-repeat top 20px left 31px / 26px;
    }



/* ▲SP横用================================================================ */
}
/* ■05.横幅479px以下（SP縦用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:479px) {
/* ▼SP縦用================================================================ */


/* ▲SP縦用================================================================ */
}
