.main_athome_link{
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_contact_link{
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_athome_link img,.main_contact_link img{
    width: 1vw;
    max-width: 16px;
}
.main_athome_link a:hover img,.main_contact_link a:hover img{
    transform: scale(1.2,1.2);
}
.sec_01 h2{
    max-width: 187px;
    width: 11.6875vw;
    margin: 3.125vw auto 0;
    line-height: 1;
}
.sec_01 p{
    font-weight: bold;
    font-size: 0.875vw;
    line-height: 2.25;
    margin: 1.875vw auto;
}
.sec_02{
    width: 100vw;
    max-width: 1600px;
    margin: 0 auto;
}
.sec_02 .sec_02_content{
    width: 33.33333333333vw;
    max-width: 533.333333333px;
    height: 37vw;
    max-height: 600px;
    overflow: hidden;
    line-height: 1;
    text-align: center;
}
.sec_02 .sec_02_content .sec_02_content_title{
    width: 20vw;
    max-width: 320px;
    margin: 0 auto;
    top: 10.4375vw;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    background-color: rgb(0,0,0,0.6);
    border: 3px solid #ffffff;
    box-sizing: border-box;
}
.sec_02 .sec_02_content .sec_02_content_title h3{
    font-size: 1.875vw;
    padding: 3.45vw 0;
    font-weight: bold;
    letter-spacing: 0.5em;
    text-indent:0.5em;
}
.sec_02 .sec_02_content .sec_02_content_text{
    margin: 0 auto;
    top: 21.875vw;
    left: 0;
    right: 0;
}
.sec_02 .sec_02_content .sec_02_content_text p{
    text-align: center;
    font-weight: bold;
    font-size: 1.5625vw;
    color: #ffffff;
    letter-spacing: 0.25em;
    text-indent:0.25em;
    line-height: 1.75;
}
.sec_03{
    background-color: #f5f4f4;
}
.sec_03 h2{
    padding-top: 9.25vw;
    border-bottom: 1px solid #231815;
    padding-bottom: 3.875vw;
    margin-bottom: 4.625vw;
}
.sec_03 h2 div{
    max-width: 385px;
    width: 24.0625vw;
    line-height: 1;
}
.sec_03 .btn_tmp_01{
    padding: 1.5625vw 0 6.25vw;
}
@media (min-width: 1600px) {
    .sec_02 .sec_02_content .sec_02_content_title h3{
        font-size: 30px;
        padding: 55px 0;
    }
    .sec_02 .sec_02_content .sec_02_content_text p{
        font-size: 25px;
    }
}


/*
    スマホページ
**************************************/
@media (max-width: 960px) {
    
    .main_athome_link img, .main_contact_link img {
        width: 2.73437vw;
        max-width: 17.5px;
    }
    .sec_01 h2 {
        max-width: 228px;
        width: 35.625vw;
        margin: 8.59375vw 5.15625vw 0;
        line-height: 1;
    }
    .sec_01 p {
        font-size: 3.125vw;
        line-height: 2.25;
        margin: 3.59375vw 5.15625vw;
        text-align: left;
        letter-spacing: 0.1em;
    }
    .sec_02 .sec_02_content {
        width: 100vw;
        max-width: none;
        height: 112.5vw;
        max-height: none;
    }
    .sec_02 .sec_02_content .sec_02_content_title {
        width: 60vw;
        max-width: none;
        top: 31.25vw;
    }
    .sec_02 .sec_02_content .sec_02_content_title h3 {
        font-size: 5.625vw;
        padding: 10.32vw 0;
    }
    .sec_02 .sec_02_content .sec_02_content_text p {
        font-size: 4.6875vw;
    }
    .sec_02 .sec_02_content .sec_02_content_text {
        top: 65.9375vw;
    }
    .sec_03 .w_1200{
        width: 90vw;
    }
    .sec_03 h2 div {
        max-width: none;
        width: 90vw;
    }
    .sec_03 h2 div img{
        width: 75vw;
    }
    .sec_03 h2 p{
        font-size: 3.75vw;
        font-weight: bold;
        margin-top: 4.21875vw;
    }
    .sec_03 .btn_tmp_01 {
        padding: 0 0 7.8125vw;
    }
}



/*2023追記*/

/*.sec_03 h2 {
    padding-bottom: 0;
}*/