
/*kv----------------------------------------*/
.kv-bg {
    background: fixed url(/about/images/kv.webp) no-repeat center center;
    background-size: cover;
}
@media screen and (max-width:1024px){
    .kv-bg {
        background: fixed url(/about/images/kv.webp) no-repeat center top 40px;
        background-size: 180% auto;
    }
}



.inr .text {
    width: 61%;
    margin-left: 27%;
}
.inr .text h2 {
    font-size: 26px;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
    -webkit-text-stroke: 0.3px black;
}
.inr .text h3 {
    font-size: 20px;
    letter-spacing: 0.15em;
    margin-bottom: 70px;
    -webkit-text-stroke: 0.3px black;
}
.inr .text .list {
    font-size: 16px;
    letter-spacing: 0.16em;
    line-height: 2.6;
    -webkit-text-stroke: 0.1px black;
}
.inr .text .list dl {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #b3b3b3;
}
.inr .text .list dl:last-of-type {
    border-bottom: none;
}
.inr .text .list dt,
.inr .text .list dd
 {
    padding-left: 40px;
    position: relative;
}
.inr .text .list dt:before {
    content: "Q";
    position: absolute;
    left: 0;
}
.inr .text .list dd:before {
    content: "A";
    position: absolute;
    left: 0;
}
@media screen and (max-width:1024px){
    .inr .text {
        width: 100%;
        margin-left: 0;
    }
    .inr .text h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .inr .text h3 {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .inr .text .list {
        font-size: 15px;
        line-height: 2.4;
    }
    .inr .text .list dl {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .inr .text .list dt,
    .inr .text .list dd
    {
        padding-left: 25px;
        position: relative;
    }
}

/*sec01----------------------------------------*/
.sec01 {
    background-color: white;
    padding: 200px 0 0;
    position: relative;
}
.sec01 .inr {
    width: 63%;
}
.sec01 .bg-wrap {
    width: 38%;
    height: 840px;
    position: absolute;
    right: 0;
    top: 440px;
    background: url(/about/images/img_02.jpg) no-repeat center top;
    background-size: cover;
}
@media screen and (max-width:1024px){
    .sec01 {
        padding: 100px 0 0;
    }
    .sec01 .inr {
        width: 84%;
        margin: 0 auto;
    }
    .sec01 .bg-wrap {
        position: static;
        width: 84%;
        height: 360px;
        margin: 0 auto 50px;
    }
}

/*sec02----------------------------------------*/
.sec02 {
    background-color: white;
    padding: 200px 0 130px;
    position: relative;
}
.sec02 .inr {
    width: 63%;
    margin-left: 37%;
}
.sec02 .bg-wrap {
    width: 38%;
    height: 840px;
    position: absolute;
    left: 0;
    top: 120px;
    background: url(/about/images/img_01.jpg) no-repeat center center;
    background-size: cover;
}
@media screen and (max-width:1024px){
    .sec02 {
        padding: 50px 0;
    }
    .sec02 .inr {
        width: 84%;
        margin: 0 auto;
    }
    .sec02 .bg-wrap {
        position: static;
        width: 84%;
        height: 360px;
        margin: 0 auto 50px;
    }
}

/*sec03----------------------------------------*/
.sec03 {
    padding: 0 0 200px;
    background-color: white;
}
.sec03 h3 {
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.2em;
    -webkit-text-stroke: 0.1px black;
    margin-bottom: 30px;
}
.sec03 p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.5;
    -webkit-text-stroke: 0.1px black;
    margin-bottom: 60px;
}
.sec03 .inr a {
    color: black;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 520px;
    font-size: 20px;
    letter-spacing: 0.15em;
    -webkit-text-stroke: 0.2px black;
    height: 110px;
    border: solid 1px black;
}
.sec03 .inr a:after {
    content: "";
    background: url(/common/images/ico_mail.svg) no-repeat center right;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-left: 20px;
    transition: .3s;
}
.sec03 .inr a:hover {
    opacity: .5;
}
@media screen and (max-width:1024px){
    .sec03 {
        padding: 0 8% 100px;
    }
    .sec03 h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sec03 p {
        font-size: 15px;
        margin-bottom: 40px;
    }
    .sec03 .inr a {
        font-size: 16px;
        height: 60px;
    }
    .sec03 .inr a:after {
        width: 20px;
        height: 20px;
        margin-left: 20px;
    }
}

/*sec04----------------------------------------*/
.sec04 {
    height: 600px;
    background: url(/about/images/img_03.webp) no-repeat center center;
    background-size: cover;
}
@media screen and (max-width:1024px){
    .sec04 {
        height: 200px;
    }
}