@charset "UTF-8";
/* ========================================

  ABUT CSS

======================================== */
.contents__block .photo li{
    position: absolute;
}
.contents__block .large{
    width: 67%;
}
.contents__block .small{
    width: 38%;
}
.section1 .large{
    top: 0;
    left: 0;
}
.section1 .small{
    bottom: 0;
    right: 0;
}
.section2{
    flex-direction: row-reverse;
}
.section2 .large{
    top: 0;
    right: 0;
}
.section2 .small{
    bottom: 0;
    left: 0;
}
@media screen and (min-width: 1081px) {
    .contents__block .photo{
        display: block;
        position: relative;
        width: 54%;
    }
    .contents__block .photo::before{
        content: "";
        display: block;
        padding-top: calc(0.76 * 100%);
    }
    .contents__block p{
        margin-top: 40px;
        font-feature-settings: "palt";
        line-height: 2.1;
        letter-spacing: .1em;
    }
    .contents__block .text{
        width: 45%;
    }
    .contents__block .text__inner{
        width: 74%;
        margin: 0 auto;
    }
}
@media screen and (min-width:601px) and (max-width:1080px) {
    .contents__block .photo{
        display: block;
        position: relative;
        width: 54%;
    }
    .contents__block .photo::before{
        content: "";
        display: block;
        padding-top: calc(0.76 * 100%);
    }
    .section1 p,
    .section2 p{
        margin-top: 40px;
        font-feature-settings: "palt";
        line-height: 2.6;
        letter-spacing: .1em;
    }
    .contents__block .text{
        width: 38%;
    }
    .contents__block .text__inner{
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 601px) {
    .section1,.section2{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media screen and (max-width: 600px) {
    .contents__block .photo{
        display: block;
        position: relative;
        width: 100%;
    }
    .contents__block .photo::before{
        content: "";
        display: block;
        padding-top: calc(0.76 * 100%);
    }
    .section1 p,
    .section2 p{
        margin-top: 30px;
        font-feature-settings: "palt";
        line-height: 2.6;
        letter-spacing: .1em;
    }
    .contents__block .text{
        margin-top: 60px;
    }
    .contents__block .text__inner{
        width: 100%;
        margin: 0 auto;
    }
}

/* profile
   ========================================================================== */
.profile__list li::after{
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-image: linear-gradient(to bottom, #DCE1E6, #DCE1E6 2px, transparent 2px, transparent 4px);
    background-size: 1px 4px;
    background-repeat: repeat-y;
    margin: 10px auto;
}
@media screen and (min-width: 601px) {
    .profile{
        margin: 180px auto 0;
        padding-top: 180px;
        border-top: solid 1px #F0F0F0;
        text-align: center;
    }
    .profile__photo{
        width: 43%;
        margin: 0 auto;
    }
    .profile h3.en{
        margin-top: 80px;
        font-size: 30px;
    }
    .profile h4.en{
        margin-top: 60px;
    }
    .profile h4{
        margin-top: 20px;
    }
    .profile__list{
        margin-top: 80px;
    }
    .profile__list li{
        line-height: 1.8;
    }
    .profile__list li:last-child::after{
        display: none;
    }
    .concept{
        margin-top: 100px;
        padding-top: 100px;
        border-top: solid 1px #F0F0F0;
    }
    .concept p+p{
        margin-top: 40px;
    }
}
@media screen and (max-width: 600px) {
    .profile{
        margin: 80px auto 0;
        padding-top: 80px;
        border-top: solid 1px #F0F0F0;
        text-align: center;
    }
    .profile__photo{
        width: 80%;
        margin: 0 auto;
    }
    .profile h3.en{
        margin-top: 60px;
        font-size: 26px;
    }
    .profile h4.en{
        margin-top: 40px;
    }
    .profile h4{
        margin-top: 20px;
    }
    .profile__list{
        margin-top: 60px;
    }
    .profile__list li{
        line-height: 1.8;
    }
    .profile__list li:last-child::after{
        display: none;
    }
    .concept{
        margin-top: 80px;
        padding-top: 80px;
        border-top: solid 1px #F0F0F0;
        text-align: left;
    }
    .concept p+p{
        margin-top: 30px;
    }
}