@charset "UTF-8";

#header {
    background: url(../images/bg1.png) no-repeat center top;
    margin-bottom: 85px;
}

#header .mainvisual {
    height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

#header .mainvisual h1 {
    margin-top: -130px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 1280px) {
    #header .mainvisual {
        height: 700px;
    }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 800px) {
    #header {
        background-size: cover;
        margin-bottom: 30px;
    }

    #header .mainvisual {
        height: 500px;
    }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
    #header {
        background: url(../images/sp_main.jpg) no-repeat center bottom;
        background-size: cover;
    }

    #header .mainvisual {
        height: 350px;
    }
}

/* ========== end △ */
.tt1_sec .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tt1_sec .container .left {
    margin-right: 50px;
    position: relative;
    padding-top: 20px;
    z-index: 1;
}

.tt1_sec .container .left h2 {
    position: absolute;
    left: 0;
    top: -80px;
    width: 684px;
}

.tt1_sec .container .right {
    min-width: 742px;
    position: relative;
    z-index: 2;
    margin-right: -110px;
    background: url(../images/tt1_img1.png) center center no-repeat;
    background-size: cover;
    padding: 90px 20px;
}
.tt1_sec .container .right ul{
    display: flex;
    justify-content: center;
}
.tt1_sec .container .right li{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/bg01.png) center center no-repeat;
    background-size: 100%;
    width: 192px;
    height: 174px;
    text-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-text-shadow: 0 0 10px rgba(0,0,0,0.1);
    line-height: 1.4;
    margin-top: 115px;
}
.tt1_sec .container .right li:nth-child(2){
    margin: 0 -20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 1280px) {
    .tt1_sec .container .left {
        margin-right: 30px;
    }

    .tt1_sec .container .left .cm_tt1 {
        font-size: 30px;
    }

    .tt1_sec .container .right {
        min-width: 50%;
        margin-right: 0px;
    }
    .tt1_sec .container .right li{
        font-size: 17px;
    }
}

@media only screen and (max-width: 960px) {
    .tt1_sec .container .left .cm_tt1 {
        font-size: 24px;
    }
    .tt1_sec .container .right li{
        font-size: 14px;
    }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 800px) {
    .tt1_sec .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tt1_sec .container .left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .tt1_sec .container .left h2 {
        position: relative;
        top: 0;
        width: 100%;
    }

    .tt1_sec .container .right {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        padding: 10% 20px;
    }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
    .tt1_sec {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .tt1_sec .container .right li{
        font-size: 12px;
        margin-top: 90px;
        height: 110px;
    }
}
/* ========== end △ */
.tt2_sec {
    background: url(../images/bg44.jpg) no-repeat left top;
    padding: 110px 0 220px;
}

.tt2_sec .container .wrap_content .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 147px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tt2_sec .container .wrap_content .content:last-child {
    margin-bottom: 0;
}

.tt2_sec .container .wrap_content .content .right {
    position: relative;
    z-index: 1;
}

.tt2_sec .container .wrap_content .content .right p {
    margin-bottom: 20px;
}

.tt2_sec .container .wrap_content .content .left {
    min-width: 730px;
    position: relative;
    z-index: 2;
    margin-left: -134px;
    margin-right: 80px;
}

.tt2_sec .container .wrap_content .content:nth-child(even) .right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.tt2_sec .container .wrap_content .content:nth-child(even) .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 80px;
    margin-right: -134px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 1280px) {
    .tt2_sec {
        background: url(../images/sp_ac.png) no-repeat left top;
        background-size: 130% auto;
        padding-bottom: 50px;
    }

    .tt2_sec .container .wrap_content .content .right {
        margin-right: 0px;
    }

    .tt2_sec .container .wrap_content .content .left {
        min-width: 50%;
        margin-left: 0px;
        margin-right: 30px;
    }

    .tt2_sec .container .wrap_content .content:nth-child(even) .left {
        margin-right: 0px;
        margin-left: 30px;
    }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 800px) {
    .tt2_sec .container .wrap_content .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .tt2_sec .container .wrap_content .content .right {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .tt2_sec .container .wrap_content .content .right h2 {
        position: relative;
        top: 0;
        width: 100%;
    }

    .tt2_sec .container .wrap_content .content .left {
        width: 100%;
        min-width: 100%;
        margin: 0 0 30px !important;
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
    .tt2_sec {
        padding: 70px 0;
    }

    .tt2_sec .container .wrap_content .content .right {
        margin-bottom: 0;
    }
}

/* ========== end △ */
.tt3_sec {
    padding-bottom: 120px;
}

.tt3_sec .container h2 {
    margin-bottom: 120px;
}

.tt3_sec .container .wrap_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 65px;
}

.tt3_sec .container .wrap_content .content {
    width: 580px;
    position: relative;
    -webkit-box-shadow: 0 0 25px #dbdbdb;
    box-shadow: 0 0 25px #dbdbdb;
}

.tt3_sec .container .wrap_content .content .ttl {
    position: absolute;
    left: 50px;
    top: -67px;
    background: url(../images/tt3_sm1.png) center center no-repeat;
    background-size: 129px;
    width: 129px;
    height: 149px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    line-height: 1.5;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tt3_sec .container .wrap_content .content .ttl.blue {
    background: url(../images/tt3_sm2.png) center center no-repeat;
}

@media only screen and (max-width: 639px) {
    .tt3_sec .container .wrap_content .content .ttl {
        width: 80px;
        height: 95px;
        background-size: 100% !important;
        font-size: 13px;
        left: 30px;
    }
}

.tt3_sec .container .wrap_content .content .inner {
    padding: 25px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 1280px) {
    .tt3_sec {
        padding-top: 70px;
    }

    .tt3_sec .container .wrap_content .content {
        width: 49%;
    }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 800px) {
    .tt3_sec .container .wrap_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tt3_sec .container .wrap_content .content {
        width: 100%;
        margin-bottom: 100px;
    }

    .tt3_sec .container .wrap_content .content:last-child {
        margin-bottom: 0;
    }

    .tt3_sec .container .wrap_content .content figure {
        text-align: center;
    }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
    .tt3_sec {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .tt3_sec .container h2 {
        margin-bottom: 70px;
    }

    .tt3_sec .container .wrap_content .content {
        margin-bottom: 80px;
    }

    .tt3_sec .container .wrap_content .content h3 {
        top: -40px;
        left: 20px;
    }

    .tt3_sec .container .wrap_content .content h3 img {
        width: auto;
        max-width: 100%;
        max-height: 90px;
    }
}

/* ========== end △ */
.tt4_sec {
    background: url(../images/bg2.png) no-repeat center top;
    background-size: cover;
    padding: 75px 0;
}

.tt4_sec .container h2 {
    margin-bottom: 30px;
}

.tt4_sec .container h3 {
    margin-bottom: 10px;
}

.tt4_sec .container p {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.tt5_sec {
    background: url(../images/bg4.png) no-repeat left bottom;
    padding: 130px 0 150px;
}

.tt5_sec .container {
    padding: 0 100px;
}

.tt5_sec .container .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 75px;
}

.tt5_sec .container .top .left h2 {
    margin-bottom: 30px;
}

.tt5_sec .container .top .left .btn1 a {
    min-width: 125px;
    height: 40px;
}

.tt5_sec .container .top .right {
    height: 200px;
    overflow: auto;
    width: 750px;
}

.tt5_sec .container .top .right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0;
    border-bottom: 1px solid #dadada;
    position: relative;
}

.tt5_sec .container .top .right dl:after {
    display: block;
    width: 8px;
    height: 100%;
    background: url(../images/tt5_row.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.tt5_sec .container .top .right dl dt {
    color: #ff9d14;
    font-weight: bold;
    margin-right: 30px;
    width: 100px;
    min-width: 100px;
}

.tt5_sec .container .top .right dl dd {
    padding-right: 20px;
}

.tt5_sec .container .bottom {
    background: url(../images/top_banner2.png) no-repeat center center;
    background-size: cover;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 280px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.tt5_sec .container .bottom:after {
    display: block;
    content: "";
    width: 50px;
    height: 10px;
    background: url(../images/tt6_row.png) no-repeat center top;
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.tt5_sec .container .bottom a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.tt5_sec .container .bottom h2 {
    margin-bottom: 0;
}

.tt5_sec .container .bottom:hover {
    opacity: 0.7;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 1280px) {
    .tt5_sec .container {
        padding: 0 20px;
    }

    .tt5_sec .container .top .left {
        margin-right: 30px;
    }

    .tt5_sec .container .top .right {
        width: 700px;
    }

    .tt5_sec .container .top .right dl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tt5_sec .container .top .right dl dt {
        width: 100%;
    }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 800px) {
    .tt5_sec {
        padding: 50px 0;
    }

    .tt5_sec .container .top {
        position: relative;
        padding-bottom: 100px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tt5_sec .container .top .left {
        width: 100%;
        text-align: center;
    }

    .tt5_sec .container .top .left .btn1 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 80%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tt5_sec .container .top .left .btn1 a {
        min-width: 320px;
        height: 50px;
    }

    .tt5_sec .container .top .right {
        height: 250px;
    }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
    .tt5_sec {
        margin-bottom: 50px;
    }
}

/* ========== end △ */