@charset "UTF-8";
/* CSS Document */
/*common
────────────────────────────────────*/
section[class^="sec_"] {
    padding-top: 100px;
    background: #fff;
    position: relative;
}
section[class^="sec_"]:last-of-type {
    padding-bottom: 200px;
}
.btn01 {
    width: 100%;
    max-width: 280px;
    padding: 10px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    border-radius: 6px;
    line-height: 1.5;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.ttl_style01 {
    font-size: 3rem;
    text-align: center;
    font-family: 'Spectral', serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
}
@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    section[class^="sec_"] {
        padding-top: 160px;
    }
    section[class^="sec_"]:last-of-type {
        padding-bottom: 120px;
    }
}
@media screen and (max-width:540px) {
    section[class^="sec_"] {
        padding-top: 80px;
    }
    section[class^="sec_"]:last-of-type {
        padding-bottom: 80px;
    }
    .ttl_style01 {
        font-size: 2.6rem;
    }
}
@media screen and (max-width:415px) {}
/*mv
────────────────────────────────────*/
.mv {
    height: 680px;
    position: relative;
}
.mv .ttl_area {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 40%;
    /*
    display: flex;
    justify-content: center;
    align-items: center;
    */
    padding: 20px;
    text-align: center;
}
.mv .ttl_area figure {
    width: 200px;
    height: 173px;
    margin: 210px auto auto;
}
.mv .ttl_area p {
    color: #fff;
    font-size: 3rem;
}
.mv .slider {
    width: 100%;
    height: 680px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.mv .slider li {
    width: 100%;
    height: 100%;
}
.mv .slider .mv01 {
    background: url("../images/mv01.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.mv .slider .mv02 {
    background: url("../images/mv02.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.mv .slider .mv03 {
    background: url("../images/mv03.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    .mv .ttl_area {
        width: 50%;
        max-width: 300px;
    }
    .mv .ttl_area p {
        font-size: 2.5rem;
    }
}
@media screen and (max-width:540px) {
    .mv {
        height: 500px;
    }
    .mv .ttl_area {
        width: 100%;
        max-width: none;
    }
    .mv .slider {
        height: 500px;
    }
    .mv .ttl_area figure {
        margin: 140px auto auto;
    }
}
@media screen and (max-width:415px) {}
/*sec_01
────────────────────────────────────*/
.sec_01 {
    text-align: center;
}
.sec_01 .intro .catch_txt {
    font-size: 2.8rem;
    font-weight: bold;
    font-family: 'Spectral', serif;
}
.sec_01 .intro p + p {
    margin-top: 18px;
}
/*
.sec_01 .list_product {
    margin-top: 150px;
}
.sec_01 .list_product .box {
    align-items: center;
}
.sec_01 .list_product .box + .box {
    margin-top: 100px;
}
.sec_01 .list_product .box .txt_area {
    width: 48%;
}
.sec_01 .list_product .box .txt_area h3 {
    font-size: 2.3rem;
    font-weight: 700;
}
.sec_01 .list_product .box .txt_area p:first-of-type {
    margin-top: 20px;
    text-align: left;
}
.sec_01 .list_product .box .txt_area p:nth-of-type(2) {
    margin-top: 20px;
    text-align: left;
}
.sec_01 .list_product .box .txt_area .btn01 {
    margin-top: 25px;
}
.sec_01 .list_product .box figure {
    width: 48%;
}
.sec_01 .list_product .box:nth-child(even) .txt_area {
    order: 2;
}
*/
@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    .sec_01 .intro .catch_txt {
        margin-top: 30px;
    }
    /*
    .sec_01 .list_product {
        margin-top: 120px;
    }
    .sec_01 .list_product .box + .box {
        margin-top: 85px;
    }
    */
}
@media screen and (max-width:540px) {
    .sec_01 .intro .catch_txt {
        font-size: 2rem;
        margin-top: 30px;
    }
    .sec_01 .intro p + p {
        margin-top: 10px;
    }
    /*
    .sec_01 .list_product {
        margin-top: 70px;
    }
    .sec_01 .list_product .box + .box {
        margin-top: 65px;
    }
    .sec_01 .list_product .box .txt_area {
        width: 100%;
        order: 2;
        margin-top: 25px;
    }
    .sec_01 .list_product .box .txt_area h3 {
        font-size: 2rem;
    }
    .sec_01 .list_product .box .txt_area p:first-of-type {
        margin-top: 5px;
    }
    .sec_01 .list_product .box .txt_area p:nth-of-type(2) {
        margin-top: 15px;
    }
    .sec_01 .list_product .box .txt_area .btn01 {
        margin-top: 15px;
    }
    .sec_01 .list_product .box figure {
        width: 100%;
        order: 1;
    }
    */
}
@media screen and (max-width:415px) {}

/*sec_02
────────────────────────────────────*/
/*
.sec_02 {
    text-align: center;
    line-height: 1.8;
}
.sec_02 h2 {
    margin-bottom: 30px;
}
.sec_02 .flex {
    justify-content: center;
}
.sec_02 li {
    width: 23.5%;
}
.sec_02 li a {
    width: 100%;
}
.sec_02 li figure {
    margin: 5px 0 20px;
}
@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    .sec_02 li {
        width: 48%;
    }
    .sec_02 li:nth-of-type(-n + 2) {
        margin-bottom: 30px;
    }
}
@media screen and (max-width:540px) {
    .sec_02 h2 {
        margin-bottom: 20px;
    }
    .sec_02 li {
        width: 100%;
        margin-bottom: 30px;
    }
    .sec_02 li figure {
        margin: 5px 0 15px;
    }
}
*/

@media screen and (max-width:415px) {}


/*sec_03
────────────────────────────────────*/
.sec_03 {}
.sec_03 li {
    width: calc(100% / 3);
}
.sec_03 h2 {
    background: #000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    .sec_03 li {
        width: 50%;
    }
    /*
    .sec_03 li:nth-of-type(-n + 4) {
        margin-bottom: 2%;
    }
    */
}
@media screen and (max-width:540px) {}
@media screen and (max-width:415px) {}


/*sec_04
────────────────────────────────────*/
.sec_04 h2 {
    margin-bottom: 30px;
}
.sec_04 .box:nth-of-type(1) {
    margin-bottom: 60px;
}
.sec_04 .table01 th,
.sec_04 .table01 td{
    border: 1px solid #ccc;
    padding: 20px;
}
.sec_04 .table01 th{
    background-color: #f7f7f7;
}
.sec_04 .box iframe {
    width: 50%;
    height: 100%;
    min-height: 300px;
}

@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {
    .sec_04 .box iframe {
        width: 100%;
        margin-top: 40px;
    }
}
@media screen and (max-width:670px) {
    .sec_04 .table01 th,
    .sec_04 .table01 td{
        display: block;
        border-bottom: none;
    }
    .sec_04 .table01 th{
        padding: 8px;
    }
    .sec_04 .table01 tr:last-of-type td{
        border-bottom: 1px solid #ccc;
    }
}
@media screen and (max-width:540px) {
    .sec_04 h2 {
        margin-bottom: 20px;
    }
    .sec_04 .box iframe {
        margin-top: 30px;
    }
}
@media screen and (max-width:415px) {}

/*sec_05
────────────────────────────────────*/
.sec_05 {
    text-align: center;
}
.sec_05 h2 {
    margin-bottom: 30px;
}
.sec_05 .btn01 {
    margin: 50px auto 30px;
}
.sec_05 .email {
    font-size: 2rem;
}
@media screen and (max-width:1040px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:540px) {
    .sec_05 h2 {
        margin-bottom: 20px;
    }
    .sec_05 .btn01 {
        margin-top: 30px;
    }
}
@media screen and (max-width:415px) {}