.p-index{
    background: url(../images/index/bg_main.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 80px;
}
.p-index .mv{
    background: url(../images/index/bg_pt.png) no-repeat center bottom;
    background-size: cover;
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
    padding: calc(175 / 1920 * 100%) 0 calc(275 / 1920 * 100%);
}
.p-index .mv img{
    width: calc(600 / 1920 * 100%);
}

.p-index .page_lead{
    padding: 65px 20px 70px;
    text-align: center;
}
.p-index .page_lead .title{
    margin-bottom: 35px;
}
.p-index .page_lead .desc{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
}
.p-index .page_lead .desc02{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}


.p-index .checkarea{
    background: url(../images/index/bg_checkarea.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-bottom: 60px;
}
.p-index .checkarea .label{
    margin-bottom: 40px;
}
.p-index .checkarea .lead{
    margin-bottom: 40px;
}

.p-index .pre{
    padding: 70px 20px 45px;
    text-align: center;
}
.p-index .pre .title{
    margin-bottom: 35px;
}
.p-index .pre .lead{
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 1.6;
}

.p-index .profile{
    box-sizing: border-box;
    max-width: 1080px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
}
.p-index .profile .label{
    position: absolute;
    left: 30px;
    top: -10px;
}
.p-index .profile .person{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 30px 0;
}
.p-index .profile .person01{
    border-bottom: 1px solid #f06e6e;
}
.p-index .profile .person .txt{
    width: calc(100% - 200px);
    color: #f06e6e;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.p-index .profile .person .txt .info{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.p-index .profile .person .txt .info .title{
    margin-right: 20px;
}
.p-index .profile .person .txt .info .name{
    font-size: 18px;
}
.p-index .profile .person .txt .info .name span{
    font-weight: bold;
    font-size: 28px;
}
.p-index .profile .person .txt .desc{
    line-height: 1.6;
}

.p-index .profile .person .photo{
    width: 150px;
}
.p-index .profile_caution{
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
.p-index{
    padding-bottom: 50px;
}
.p-index .mv{
    background: url(../images/index/bg_pt_sp.png) no-repeat center bottom;
    background-size: cover;
    padding: calc(290 / 750 * 100%) 0 calc(315 / 750 * 100%);
}
.p-index .mv img{
    width: calc(660 / 750 * 100%);
}
.p-index .page_lead{
    padding: calc(70 / 750 * 100%) calc(30 / 750 * 100%) calc(70 / 750 * 100%);
    text-align: center;
}
.p-index .page_lead .title{
    margin-bottom: 30px;
}
.p-index .page_lead .desc{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.p-index .page_lead .desc02{
    font-size: 13px;
    line-height: 1.6;
}

.p-index .checkarea{
    padding-bottom: 30px;
}
.p-index .checkarea .label{
    width: calc(440 / 750 * 100%);
    margin: 0 auto 20px;
}
.p-index .checkarea .lead{
    width: calc(550 / 750 * 100%);
    margin: 0 auto 20px;
}
.p-index .checkarea .btn{
    width: calc(520 / 750 * 100%);
    margin: 0 auto;
}

.p-index .pre{
    padding: 40px 0 60px;
}
.p-index .pre .title{
    width: calc(600 / 750 * 100%);
    margin: 0 auto 20px;
}
.p-index .pre .lead{
    width: calc(650 / 750 * 100%);
    margin: 0 auto 25px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

.p-index .profile{
    width: calc(690 / 750 * 100%);
    border-radius: 15px;
    padding: 0 calc(50 / 750 * 100%);
    margin: 0 auto;
}
.p-index .profile .label{
    position: absolute;
    width: calc(256 / 690 * 100%);
    left: calc(217 / 690 * 100%);
    top: -10px;
}
.p-index .profile .person{
    display: block;
    padding: 30px 0;
}
.p-index .profile .person .txt{
    width: 100%;
}
.p-index .profile .person .txt .info{
    margin-bottom: 15px;
    display: block;
}
.p-index .profile .person .txt .info .title{
    margin-right: 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.p-index .profile .person .txt .info .name{
    font-size: 18px;
    text-align: center;
}
.p-index .profile .person .txt .info .name span{
    font-weight: bold;
    font-size: 24px;
}
.p-index .profile .person .txt .desc{
    line-height: 1.6;
    font-size: 14px;
}

.p-index .profile .person .photo{
    width: calc(225 / 690 * 100%);
    margin: 0 auto 20px;
}
.p-index .profile_caution{
    text-align: center;
    margin-top: 10px;
    font-size: 9px;
    padding: 0 5px;
    letter-spacing: -0.02em;
}



}