.container-5{
    max-width: 100%;
}
.div-block-23{
    max-width: 1280px;
    margin: 40px auto 0;
}
.div-block-23 .hatsuuri {
    background-color: #a68353;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.section.ctchirashi{
    background: none;
}
.flex-block-23 {
    padding: 0 10px;
}
.box-img{
    padding: 0 20px;
    text-align: center;
}
.box-img p {
    text-align: center;
}
.box-img img,
.box-img picture {
    display: block;
}
.button.contact.pc.btn-red-w3 {
    color: #fff;
    background-color: #c91111;
    border-color: #c91111;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 12px;
    display: flex;
}
.button.contact.pc.btn-red-w {
    color: #fff;
    background-color: #c91111;
    border-color: #c91111;
    border-radius: 80px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    line-height: 40px;
    display: flex;
    position: relative;
}
.button.contact.pc.btn-blue-w {
    color: #fff;
    background-color: #0376c9;
    border-color: #0376c9;
    border-radius: 80px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    line-height: 40px;
    display: flex;
    position: relative;
}

@media (min-width: 768px) {
    .div-block-23 .hatsuuri {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.button.contact.pc.btn-red-w3 {
    font-size: 18px;
}
.button.contact.pc.btn-red-w,
.button.contact.pc.btn-blue-w {
    max-width: 780px;
    padding: 60px 30px;
    font-size: 36px;
}
}
.second {
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.second .pro {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 30px 20px;
    max-width: 1000px;
}
.second .pro span{
    font-size: 1.6rem;
    color: #2a5972;
}
.second .pro .big{
    line-height: 1.4;
    font-weight: 600;
    text-align: center
}
.second .pro .small{
    font-size: 0.8rem;
    line-height: 1.3;
}
@media (min-width: 768px) {
.second .pro span{
    font-size: 3rem;
}
.second .pro .big{
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 800;
}
}
.sp{
    display: none;
}
.pc{
    display: block;
}
@media (max-width: 767px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
}