@charset "UTF-8";

#all_Wrap {
    width: 100%;
    padding: 100px 0 0;
    margin: 120px 0 0;
    background-color: #030303;
    color: #fff;
    font-feature-settings: "palt" 1;
}

.main_Ttl {
    max-width: 350px;
    padding: 0 0 70px;
    margin: 0 auto;
}

.head_Txt {
    padding: 0 0 50px;
    font-size: 26px;
    /* line-height: 1.6; */
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: center;
}

.lead_Txt {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.05em;
    text-align: center;
}

.mainimage_Area {
    width: 100%;
    /* padding: 0 0 50px; */
    margin: 80px auto 0;
    background: #030303;
}

.mainimage_Area h4 {
    width: 100%;
    padding: 70px 0;
    color: #fff;
    background-color: #231815;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.08em;
    text-align: center;
    box-sizing: border-box;
}

.mainimage_Area h4 img {
    display: block;
    max-width: 215px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.image_Area {
    background-color: #231815;
    flex-wrap: wrap;
    padding-bottom: 100px;
    /* justify-content: space-around; */
}

.image_Area figure.img {
    width: 64%;
    /* max-width: 888px; */
}

.image_Area div.txt {
    width: 36%;
    align-items: center;
    flex-direction: column;
}

.image_Area div.txt p {
    height: 65%;
    font-size: 20px;
    line-height: 4.25;
    letter-spacing: 0.26em;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 10%;
}

.image_Area div.txt p.icon {
    height: 25%;
    max-width: 197px;
    align-self: flex-end;
    margin-right: 4.3%;
}

.content_Block {
    width: 100%;
    background-color: #faf6f1;
    color: #030303;
    padding: 0 0 50px;
}

.content {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}

.content ul li {
    width: calc((100% - 36px) / 4);
    max-width: 241px;
    margin-right: 12px;
}

.content ul li:last-of-type {
    margin-right: 0;
}

.con900 {
    width: 90%;
    max-width: 900px;
    margin: 90px auto 0;
}

.con900 ul li.first {
    width: 2%;
    max-width: 100%;
    position: relative;
}

.con900 ul li.first::before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 60%;
    background-color: #b58430;
    position: absolute;
    top: 0;
    left: 0;
}

.con900 ul li.second {
    width: 68%;
    max-width: 100%;
    margin-left: 100px;
}

.con900 ul li.third {
    width: 30%;
    max-width: 262px;
}

.con900 ul li h5 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #b58430;
    text-align: left;
}

.con900 ul li p {
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 0.05em;
    margin-top: 50px;
}

.con900 ul.con02 {
    margin-top: 130px;
}

/* フワッと表示 */
.load-fade {
    opacity: 0;
    visibility: hidden;
    transition: all 3s;
  }

  .load-fade.is-show {
    opacity: 1;
    visibility: visible;
  }

  /* フワッと表示 */

.pc {
    display: block;
}

.sp {
    display: none;
}

/*=======================================
TAB
=======================================*/
@media (max-width: 1180px) {
    #all_Wrap {
        margin: 225px 0 0;
    }

    .main_Ttl {
        width: 70%;
        padding: 0 0 40px;
    }

    .head_Txt {
        padding: 0 0 40px;
    }

    .image_Area {
        justify-content: space-between;
    }

    .image_Area figure.img {
        width: 55%;
    }

    .image_Area div.txt {
        width: 45%;
    }

    .image_Area div.txt p {
        font-size: 16px;
        line-height: 3.25;
    }

    .image_Area div.txt p.icon {
        width: 30%;
    }

    .con900 ul li.first::before {
        width: 8px;
    }

    .con900 ul li.second {
        margin-left: 10px;
        margin-right: 0;
    }

    .con900 ul li p {
        font-size: 15px;
        margin-top: 25px;
    }

    .con900 ul.con02 li.second {
        margin-left: 40px;
    }
}

/*=======================================
SP
=======================================*/
@media (max-width: 820px) {
    #all_Wrap {
        margin-top: 75px;
    }
}
@media (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .container {
        margin: 0 5%;
    }

    #all_Wrap {
        padding: 120px 0 20px;
        margin: 85px 0 0 ;
        /* margin: 50px 0 0; */
    }

    .head_Txt {
        font-size: 18px;
    }

    .lead_Txt {
        font-size: 13px;
    }

    .mainimage_Area {
        margin-top: 50px;
    }

    .mainimage_Area h4 img {
        width: 45%;
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .mainimage_Area h4 {
        font-size: 16px;
        padding: 50px 0;
    }

    .mainimage_Area figcaption {
        font-size: 10px;
        /* margin: 0 2% 5px; */
        right: 5px;
    }

    .image_Area {
        padding-bottom: 50px;
    }

    .image_Area figure.img {
        width: 100%;
    }

    .image_Area div.txt {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        margin-top: 50px;
    }

    .image_Area div.txt p {
        font-size: 13px;
        line-height: 3;
        margin-bottom: 0;
    }

    .image_Area div.txt p.icon {
        width: 20%;
        height: initial;
        margin-right: 0;
    }

    .image_Area figcaption {
        margin: 0 2% 5px;
        left: 0;
    }

    .content {
        padding: 50px 0;
    }

    .content ul.flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .content ul li {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .content ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .content ul li:nth-of-type(n+3) {
        margin-bottom: 0;
    }

    .con900 {
        width: 100%;
        margin-top: 50px;
    }

    .con900 ul li.first {
        margin-right: 6%;
    }

    .con900 ul li.second {
        width: 92%;
        margin-left: 0;
    }

    .con900 ul li h5 {
        font-size: 15px;
    }

    .con900 ul li p {
        font-size: 13px;
    }

    .con900 ul li.third {
        width: 85%;
        margin-top: 25px;
    }

    .con900 ul.con02 {
        margin-top: 75px;
    }

    .con900 ul.con02 li.second {
        order: 1;
        margin-left: 0;
    }

    .con900 ul.con02 li.first {
        order: 2;
        margin-right: 0;
        margin-left: 6%;
    }

    .con900 ul.con02 li.third {
        order: 3;
    }

}