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

 commonKeyvisual

--------------------------------------------------------------- */
.commonKeyvisual {
    position: relative;
    height: 560px;
}

.commonKeyvisual .imagearea.imagearea_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: no-repeat center center / cover; */
    background: no-repeat center bottom / 100% auto;
    z-index: 1;
}

.commonKeyvisual .imagearea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover;
    z-index: 1;
}

.commonKeyvisual .imagearea:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 60%;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.commonKeyvisual .imagearea.dark:after {
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.commonKeyvisual .imagearea .imgCap {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000;
    z-index: 3;
}

.commonKeyvisual .textArea {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
    color: #fff;
    z-index: 5;
}

.commonKeyvisual .textArea .wide {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}

.commonKeyvisual .textArea .title {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 1.3;
}

.commonKeyvisual .textArea .lead {
    font-size: 24px;
    line-height: 1.5;
    font-family: "EB Garamond", serif;
}

.commonKeyvisual .textArea .lead small {
    font-size: 0.6em;
}

.commonKeyvisual .textArea .lead sup {
    font-size: 0.6em;
    vertical-align: top;
}

.commonKeyvisual .textArea .info_link {
    margin-top: 20px;
}

.commonKeyvisual .textArea .info_link a:hover {
    transition: .4s;
    opacity: .8;

}

.commonKeyvisual .textArea .inBtn {
    margin-top: 30px;
}

.commonKeyvisual .textArea .inBtn a {
    display: block;
    max-width: 200px;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #003c7a;
    text-decoration: none;
}

@media only screen and (max-width:768px) {
    .commonKeyvisual {
        height: auto;
    }

    .commonKeyvisual .imagearea {
        position: relative;
        padding-bottom: 60%;
    }

    .commonKeyvisual .imagearea.imagearea_top {
        position: relative;
        padding-bottom: 60%;
    }

    .commonKeyvisual .imagearea:after {
        display: none;
    }

    .commonKeyvisual .textArea {
        position: absolute;
    }

    .commonKeyvisual .textArea .wide {
        padding: 30px 20px;
    }

    .commonKeyvisual .textArea .title {
        font-size: 30px;
        margin-bottom: 0;
    }

    .commonKeyvisual .textArea .lead {
        font-size: 20px;
    }

    .commonKeyvisual .textArea .inBtn {
        margin-top: 20px;
    }
}

@media only screen and (max-width:768px) {
    .commonKeyvisual .textArea {
        color: #fff;
        background-color: transparent;
    }
}


/* commonSpModalImage */
.commonSection .commonSpModalImage+.commonSpModalImage {
    margin-top: 40px;
}

.commonSection .commonBigTitle01.min {
    font-size: 24px;
}

@media only screen and (max-width:768px) {
    .commonSection .commonBigTitle01.min {
        font-size: 18px;
    }

    .commonKeyvisual .imagearea {
        position: relative;
        padding-bottom: 60%;
    }

    .commonKeyvisual .textArea .wide {
        padding: 20px 20px 17%;
        padding: 0;
        padding-left: 20px;
    }
}

.ac {
    text-align: center;
}

.bg_area {
    background-color: #fff;
}

.imgCap {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-align: right;
    text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000;
    z-index: 3;
}




/* commonWrapper
------------------------------*/
.commonWrapper {
    max-width: 1352px;
    margin: 0 auto;
    padding: 0 20px;
}

/* commonSection
------------------------------*/
.commonSection {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media only screen and (max-width:768px) {
    .commonSection {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}


/* commonBigTitle01
------------------------------*/
.commonBigTitle01 {
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 1.4;
}

.commonBigTitle01 sup {
    font-size: 0.4em;
    vertical-align: top;
}

.commonBigTitle01 small {
    display: inline-block;
    font-size: 0.6em;
}

@media screen and (max-width:768px) {
    .commonBigTitle01 {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .commonBigTitle01 sup {
        font-size: 10px;
    }
}

/* contents
======================================= */
.contents {
    padding-top: 100px;
    padding-bottom: 80px;
}

.contents_area {
    overflow: hidden;
}

.bgWhite {
    background-color: #fff;
}

.t_m {
    font-size: 15px;
    letter-spacing: 0.06em;
    display: inline-block;
    color: #312928;
    margin-bottom: 40px;
    font-family: "EB Garamond", serif;
}

.t_b {
    font-size: 40px;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #1B1B21;
    margin-bottom: 40px;
}

.title_wrap {
    display: flex;
    justify-content: space-between;
}

.title_wrap.border {
    padding-top: 30px;
    border-top: 1px solid #312928;
}

.cont_title {
    width: 48%;
}

.cont_text {
    width: 50%;
}

.commonLead {
    font-size: 20px;
    font-size: clamp(1.2rem, 0.142rem + 1.29vw, 2rem);
    line-height: 2.65;
    letter-spacing: 0.06px;
}

.commonText {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.06px;
}

.commonCap {
    margin-top: 17px;
    font-size: 11px;
    line-height: 1.9;
    letter-spacing: normal;
}

.cont_pic {
    margin-top: 80px;
    margin-bottom: 50px;
}

@media only screen and (max-width:768px) {
    .contents {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .t_m {
        font-size: 13px;
        margin-bottom: 40px;
    }

    .t_b {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .title_wrap {
        flex-direction: column;
    }

    .title_wrap.border {
        padding-top: 30px;
    }

    .cont_title {
        width: 100%;
    }

    .cont_text {
        width: 100%;
    }

    .commonLead {
        font-size: 16px;
        line-height: 2;
    }

    .commonCap {
        margin-top: 12px;
        font-size: 11px;
        line-height: 1.9;
        letter-spacing: normal;
    }
}

.visionIntroImg {
    display: block;
    z-index: 1;
    position: relative;
    /* margin-top: clamp(60px, 8.3333333333vw, 100px); */
    margin-bottom: clamp(60px, 8.3333333333vw, 100px);
}

.visionIntroImg:after {
    z-index: -1;
    position: absolute;
    bottom: -16.3265306122%;
    height: 100%;
    background: #F6D5A8;
    content: ""
}

@media screen and (min-width: 1024px) {

    .visionIntroImg:after {
        left: -19.8083067093%;
        width: 87.5399361022%
    }

}

.commonLead table{
    width: 100%;
}
.commonLead table tr{
    display: block;
}
.commonLead table tr td{
    display: block;
}
.commonLead table tr td:nth-child(1){
    font-size: 1.8rem;
    opacity: .7;
}
.commonLead table tr td:nth-child(2){
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #000;
}