@charset "UTF-8";
/*==============================================
about
==============================================*/
.visual{
    width: 100%;
    height: 568px;
    background: url("../img/about/visual01.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.visual::before{
    content: "";
    width: 100%;
    height: 79px;
    background: url("../img/common/bg01.svg") no-repeat center;
    background-size: 100% 79px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.visual h1{
    position: absolute;
    top: 330px;
    left: 10%;
}

.visual h1 span{
    font-size: 6.0rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    display: block;
}

.visual h1 small{
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    display: block;
    margin-top: 11px;
}

.lead{
    width: 100%;
    background: #f7f6f6;
    padding: 27px 40px 968px;
    position: relative;
}

.lead::before{
    content: "";
    background: url("../img/about/pic01.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 730px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lead dl{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.lead dl div{
    display: flex;
}

.lead dl div dt{
    width: 20.833%;
    padding: 74px 0;
    border-top: 4px solid #634f45;
}

.lead dl div:first-child dt{
    border-top: none;
}

.lead dl div dt span{
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    display: block;
}

.lead dl div dt small{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-top: 13px;
}

.lead dl div dd{
    width: 79.167%;
    padding: 74px 0 74px 20.833%;
    border-top: 1px solid #634f45;
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 2.0454;
}

.lead dl div:first-child dd{
    border-top: none;
}

.lead dl div dd strong{
    font-size: 4.0rem;
    font-weight: 500;
}

.lead .imgArea{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.lead .imgArea img{
    margin: 103px 0 0 auto;
    display: block;
}

.corporate{
    width: 100%;
    padding: 165px 40px 240px;
    background: #634f45;
}

.corporate .inner{
    width: 100%;
    max-width: 1254px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.corporate .inner h2{
    padding-left: 4.306%;
}

.corporate .inner h2 span{
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    display: block;
}

.corporate .inner h2 small{
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    display: block;
    margin-top: 16px;
}

.corporate .inner table{
    width: 56%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5625;
    color: #fff;
}

.corporate .inner table caption{
    font-size: 2.0rem;
    line-height: 1;
    text-align: left;
    border-bottom: 1px solid #8a7b74;
    padding-bottom: 22px;
    margin-bottom: 22px;
}

.corporate .inner table th{
    text-align: left;
    vertical-align: top;
    padding: 28px 0 27px;
    font-weight: 500;
    position: relative;
}

.corporate .inner table th::before{
    content: "";
    width: 100%;
    height: 2px;
    background: #dad6d3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.corporate .inner table td{
    border-bottom: 1px solid #8a7b74;
    padding: 28px 10px;
}

.message{
    width: 100%;
    max-width: 1334px;
    padding: 130px 40px 155px;
    margin: 0 auto;
}

.message h2{
    margin: 0 0 64px 4.306%;
}

.message h2 span{
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1;
    display: block;
}

.message h2 small{
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-top: 11px;
}

.message div{
    max-width: 1102px;
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.message div p{
    width: 50%;
    margin-top: 50px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    padding: 0 30px 10px 0;
    border-right: 1px solid #e8e5e3;
}

.message div p + p{
    padding: 0 0 10px 30px;
    border-right: none;
}

.message div span{
    width: 100%;
    margin-top: 45px;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1;
    text-align: right;
}

.history{
    width: 100%;
    padding: 87px 40px 439px;
    margin: 0 auto -170px;
    background: #f7f6f6;
}

.history .inner{
    width: 100%;
    max-width: 1254px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.history h2{
    padding-left: 4.306%;
}

.history h2 span{
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1;
    display: block;
    padding-top: 20px;
}

.history h2 small{
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-top: 11px;
}

.history .inner table{
    width: 56%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.59375;
}

.history .inner table th{
    text-align: left;
    vertical-align: top;
    padding: 19px 0 14px;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    width: 17.143%;
}

.history .inner table th::before{
    content: "";
    width: 100%;
    height: 2px;
    background: #8a7b74;
    position: absolute;
    bottom: 0;
    left: 0;
}

.history .inner table td{
    border-bottom: 1px solid #dad6d3;
    padding: 18px 0 13px 40px;
}


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

.visual{
    height: 82.133vw;
    background: url("../img/about/sp/visual01.jpg") no-repeat center;
    background-size: cover;
}

.visual::before{
    height: 5.59895833vw;
    background: url("../img/common/sp/bg01.png") no-repeat center;
    background-size: 100% 5.59895833vw;
    bottom: -0.1302vw;
}

.visual h1{
    top: 54.6875vw;
    left: 5.46875vw;
}

.visual h1 span{
    font-size: 10.4167vw;
}

.visual h1 small{
    font-size: 3.515625vw;
    margin-top: 1.467vw;
}

.lead{
    padding: 7.16145833vw 0 145.052vw;
}

.lead::before{
    background: url("../img/about/sp/pic01.jpg") no-repeat center;
    background-size: cover;
    height: 126.3020833vw;
}

.lead dl{
    width: 89.6vw;
    margin: 0 auto;
}

.lead dl div{
    flex-wrap: wrap;
}

.lead dl div dt{
    width: 100%;
    padding: 10.4167vw 0 0;
    border-top: 1px solid #634f45;
    position: relative;
}

.lead dl div dt::before{
    content: "";
    width: 32.16145833vw;
    height: 0.520833vw;
    background: #634f45;
    position: absolute;
    top: 0;
    left: 0;
}

.lead dl div:first-child dt::before{
    display: none;
}

.lead dl div dt span{
    font-size: 5.46875vw;
}

.lead dl div dt small{
    font-size: 3.515625vw;
    display: inline;
    margin-top: 4.167vw;
}

.lead dl div dd{
    width: 100%;
    padding: 5.9895833vw 0 10.4167vw;
    border: none;
    font-size: 4.296875vw;
    line-height: 1.67;
}

.lead dl div dd strong{
    font-size: 5.6vw;
}

.lead .imgArea{
    width: 94.79167vw;
    margin: 20vw 0 19.53125vw auto;
    overflow-x: scroll;
}

.lead .imgArea img{
    margin: 0;
    width: 180.46875vw;
    max-width: inherit;
}

.corporate{
    padding: 19.53125vw 5.2vw 29.4270833vw;
}

.corporate .inner{
    display: block;
}

.corporate .inner h2{
    padding-left: 0;
}

.corporate .inner h2 span{
    font-size: 6.8359375vw;
}

.corporate .inner h2 small{
    font-size: 3.90625vw;
    margin-top: 4.5573vw;
}

.corporate .inner table{
    width: 100%;
    font-size: 3.125vw;
    margin-top: 14.84375vw;
}

.corporate .inner table caption{
    font-size: 3.90625vw;
    padding-bottom: 4.167vw;
    margin-bottom: 4.167vw;
}

.corporate .inner table th{
    padding: 5.20833vw 0;
}

.corporate .inner table td{
    padding: 5.20833vw 1.5625vw;
}

.message{
    padding: 21.484375vw 5.2vw 29.4270833vw;
}

.message h2{
    margin: 0 0 10.15625vw;
}

.message h2 span{
    font-size: 6.8359375vw;
}

.message h2 small{
    font-size: 3.90625vw;
    margin-top: 4.5573vw;
}

.message div{
    margin: 0;
    display: block;
}

.message div p{
    width: 100%;
    margin-top: 6.11979167vw;
    font-size: 3.125vw;
    padding: 0;
    border-right: none;
}

.message div p + p{
    padding: 0;
}

.message div span{
    margin-top: 12.5vw;
    font-size: 4vw;
    display: block;
}

.history{
    padding: 21.484375vw 5.2vw 76.2190833vw;
    margin: 0 auto -46.792vw;
}

.history .inner{
    display: block;
}

.history h2{
    padding-left: 0;
    margin: 0 0 10.15625vw;
}

.history h2 span{
    font-size: 6.8359375vw;
    padding-top: 0;
}

.history h2 small{
    font-size: 3.90625vw;
    margin-top: 4.5573vw;
}

.history .inner table{
    width: 100%;
    margin-top: 10vw;
}

.history .inner table th{
    padding: 5.20833vw 0;
    font-size: 3.125vw;
    width: 25%;
}

.history .inner table td{
    font-size: 3.125vw;
    padding: 5.20833vw 1.5625vw;
}

}