@charset "UTF-8";


/* セクション1
***************************************************************/
.conceptSec1 {
    padding: 125px 0 142px;
}
.conceptSec1 .conceptMovieBox {
    width: 800px;
    margin: 0 auto 100px;
}
.conceptSec1 .conceptMovieBox a {
    display: block;
    position: relative;
    z-index: 0;
}
.conceptSec1 .conceptMovieBox .MovieBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 128px;
    pointer-events: none;
    z-index: 1;
}
.conceptSec1 .conceptSec1Title {
    width: 467px;
    margin: 0 auto;
}
.conceptSec1 .conceptSec1Text {
    width: 715px;
    margin: 70px auto 0;
    font-size: 20px;
    line-height: 48px;
}
.conceptSec1 .conceptSec1Text .point {
    padding-top: 4px;
    position: relative;
}
.conceptSec1 .conceptSec1Text .point::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
}

.conceptSec1 .conceptSec1Text .conceptSec1Logo {
    display: block;
    width: 174px;
    margin: 15px 0 0 auto;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
    .conceptSec1 {
        padding: 35px 0 40px;
    }
    .conceptSec1 .conceptMovieBox {
        width: 84.617%;
        margin-bottom: 40px;
    }
    .conceptSec1 .conceptMovieBox .MovieBtn {
        width: 50px;
    }
    .conceptSec1 .conceptSec1Title {
        width: 230px;
    }
    .conceptSec1 .conceptSec1Text {
        width: 84.617%;
        margin: 30px auto 0;
        font-size: 13px;
        line-height: 2;
    }
    .conceptSec1 .conceptSec1Text .point {
        padding-top: 2px;
    }
    .conceptSec1 .conceptSec1Text .point::before {
        width: 3px;
        height: 3px;
    }
    .conceptSec1 .conceptSec1Text .conceptSec1Logo {
        width: 98px;
        margin: 20px 0 0 auto;
    }
}
@media all and (max-width:370px) {
}


/* ギャラリー
***************************************************************/
.conceptGalleryBox .galleryImg {
    width: 100%;
}


/* セクション2
***************************************************************/
.conceptSec2 .conceptSec2Item .conceptSec2ItemTitle {
    font-size: 27px;
    font-weight: 500;
    color: #2d5f86;
    letter-spacing: 0.05em;
    text-align: center;
    width: 345px;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2d5f86;
}
.conceptSec2 .conceptSec2Item .conceptSec2ItemStitle {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: 107%;
    line-height: 2;
}
.conceptSec2 .conceptSec2Item .conceptSec2ItemC1Title {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.12em;
}
.conceptSec2 .conceptSec2Item .conceptSec2ItemC1Title span {
    display: block;
    font-size: 20px;
    letter-spacing: 0.03em;
    color: #646464;
    font-weight: 400;
}
.conceptSec2 .conceptSec2Item .conceptSec2ItemText {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
}
.conceptSec2 .conceptSec2Item .conceptSec2ItemColumn2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 25px;
}
.conceptSec2 .conceptSec2Item .conceptSec2ItemImg {
    margin: 50px 0 0 50px;
}
.conceptSec2 .conceptSec2Item .conceptSec2ItemColumn2 .conceptSec2ItemText {
    width: 317px;
}
.conceptSec2 .conceptSec2Item .conceptSec2ItemColumn2 .conceptSec2ItemImg {
    width: 238px;
    margin: 0;
}
.conceptSec2 .column2 {
    background: #f5f6f6;
    padding: 90px 0 124px;
}
.conceptSec2 .column2Inner {
    width: 1110px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.conceptSec2 .column1 {
    padding: 100px 0 90px;
}
.conceptSec2 .column1Inner {
    width: 865px;
    margin: auto;
}
.conceptSec2 .column1 .conceptSec2Item {
    width: 100%;
}
.conceptSec2 .column1 .conceptSec2ItemTitle {
    margin-bottom: 45px;
}
.conceptSec2 .column1 .conceptSec2ItemText {
    margin-top: 20px;
}
.conceptSec2 .column2 .conceptSec2Item:nth-child(1) {
    width: 584px;
}
.conceptSec2 .column2 .conceptSec2Item:nth-child(2) {
    width: 465px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
    .conceptSec2 .conceptSec2Item .conceptSec2ItemTitle {
        font-size: 22px;
        width: 235px;
        margin: 0 auto 18px;
        padding-bottom: 8px;
    }
    .conceptSec2 .conceptSec2Item .conceptSec2ItemStitle {
        font-size: 18px;
        width: 100%;
        letter-spacing: 0.025em;
    }
    .conceptSec2 .conceptSec2Item .conceptSec2ItemC1Title {
        font-size: 24px;
    }
    .conceptSec2 .conceptSec2Item .conceptSec2ItemC1Title span {
        font-size: 15px;
        letter-spacing: 0.09em;
    }
    .conceptSec2 .conceptSec2Item .conceptSec2ItemText {
        font-size: 15px;
        letter-spacing: 0.01em;
    }
    .conceptSec2 .conceptSec2Item .conceptSec2ItemColumn2 {
        display: block;
        margin-top: 15px;
    }
    .conceptSec2 .conceptSec2Item .conceptSec2ItemImg {
        width: 285px;
        margin: 30px auto 0;
    }
    .conceptSec2 .conceptSec2Item .conceptSec2ItemColumn2 .conceptSec2ItemText {
        width: 100%;
    }
    .conceptSec2 .conceptSec2Item .conceptSec2ItemColumn2 .conceptSec2ItemImg {
        width: 238px;
        margin: 25px auto 0;
    }
    .conceptSec2 .column2 {
        padding: 32px 0 50px;
    }
    .conceptSec2 .column2Inner {
        width: 84.617%;
        display: block;
    }
    .conceptSec2 .column2 .conceptSec2Item:nth-child(1) {
        width: 100%;
        margin-bottom: 60px;
    }
    .conceptSec2 .column2 .conceptSec2Item:nth-child(2) {
        width: 100%;
    }
    .conceptSec2 .column1 {
        padding: 35px 0 40px;
    }
    .conceptSec2 .column1Inner {
        width: 84.617%;
    }
    .conceptSec2 .column1 .conceptSec2ItemTitle {
        margin-bottom: 18px;
    }
    .conceptSec2 .column1 .conceptSec2ItemText {
        margin-top: 10px;
    }
}
@media all and (max-width:370px) {
}


/* セクション3
***************************************************************/
.conceptSec3 {
    padding-bottom: 112px;
}
.conceptSec3 .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.conceptSec3 .conceptSec3Item {
    width: calc(50% - 24px);
    position: relative;
}
.conceptSec3 .conceptSec3Item:nth-child(even) {
    margin-left: auto;
}
.conceptSec3 .conceptSec3Item:nth-child(odd) {
    z-index: 1;
}
.conceptSec3 .conceptSec3Item:nth-child(odd) .conceptSec3ItemTextBox {
    margin-left: auto;
}
.conceptSec3 .conceptSec3Item .conceptSec3ItemImg {
    width: 100%;
    position: relative;
    z-index: 0;
}
.conceptSec3ItemImgText {
    position: absolute;
    top: 50%;
    right: -110px;
    transform: translateY(-50%);
    width: 173px;
    height: 173px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 30px;
    background: #1f2e43;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.conceptSec3 .conceptSec3Item .conceptSec3ItemTextBox {
    width: 557px;
    margin-top: 37px;
}
.conceptSec3 .conceptSec3Item .conceptSec3ItemTitle {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.12em;
}
.conceptSec3 .conceptSec3Item .conceptSec3ItemTitle span {
    display: block;
    font-size: 20px;
    letter-spacing: 0.03em;
    color: #646464;
    font-weight: 400;
}
.conceptSec3 .conceptSec3Item .conceptSec3ItemText {
    width: 500px;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 35px;
    margin: 25px auto 0;
}
.conceptSec3 .conceptSec3Item .conceptSec3ItemBtn {
    text-align: center;
    margin-top: 40px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
    .conceptSec3 {
        padding-bottom: 60px;
    }
    .conceptSec3 .inner {
        display: block;
    }
    .conceptSec3 .conceptSec3Item {
        width: 100%;
        margin-bottom: 60px;
    }
    .conceptSec3 .conceptSec3Item:last-child {
        margin-bottom: 0;
    }
    .conceptSec3 .conceptSec3Item:nth-child(even) {
        margin: auto;
    }
    .conceptSec3 .conceptSec3Item:nth-child(odd) {
        z-index: 1;
    }
    .conceptSec3 .conceptSec3Item:nth-child(odd) .conceptSec3ItemImg {
        padding-top: 45px;
    }
    .conceptSec3 .conceptSec3Item .conceptSec3ItemImg {
        width: 100%;
        position: relative;
        z-index: 0;
    }
    .conceptSec3ItemImgText {
        position: absolute;
        top: 0;
        right: auto;
        left: 50%;
        transform: translateY(0) translateX(-50%);
        width: 87%;
        height: auto;
        font-size: 16px;
        line-height: 1.4;
        display: block;
        padding: 8px 0;
    }
    .conceptSec3 .conceptSec3Item .conceptSec3ItemTextBox {
        width: 84.617%;
        margin: 20px auto 0;
    }
    .conceptSec3 .conceptSec3Item .conceptSec3ItemTitle {
        font-size: 24px;
        letter-spacing: 0.01em;
    }
    .conceptSec3 .conceptSec3Item .conceptSec3ItemTitle span {
        font-size: 15px;
        letter-spacing: 0.09em;
    }
    .conceptSec3 .conceptSec3Item .conceptSec3ItemText {
        width: 100%;
        font-size: 15px;
        letter-spacing: 0.04em;
        line-height: 1.8;
        margin: 10px auto 0;
    }
    .conceptSec3 .conceptSec3Item .conceptSec3ItemBtn {
        margin-top: 20px;
    }
}
@media all and (max-width:370px) {
}


/* aaa
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
