@charset "UTF-8";
/* CSS Document */
/*header main */
.about_mainvisual {
    position: relative;
    background-image: url("../image/about_mainvisual.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 400px;
}


/* about01 */
.about01 {
    margin-top: 100px;
    margin-bottom: 120px;
}
.about01_box h2 {
    position: relative;
    display: inline-block;
    font-size: 35px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 50px;
    background-image: linear-gradient(
        90deg,
        rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 35%,
        #f2a6a5 35%, #f2a6a5 65%,
        rgba(0 0 0 / 0) 65%, rgba(0 0 0 / 0) 100%
    );
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.about01_box h3 {
    font-size: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    color: #3d266f;
    padding-bottom: 40px;
}
.about01_box p {
    line-height: 35px;
}
.about01_img {
    right: 0;
    bottom: -100px;
    z-index: -1;
}



/* about02 */
.about02 {
    margin-bottom: 120px;
}
.about02_box h2 {
    position: relative;
    display: inline-block;
    font-size: 35px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 50px;
    background-image: linear-gradient(
        90deg,
        rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 35%,
        #f2a6a5 35%, #f2a6a5 65%,
        rgba(0 0 0 / 0) 65%, rgba(0 0 0 / 0) 100%
    );
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.about02_box_p {
    line-height: 35px;
}
.about02_plan1 {
    margin-top: 40px;
    margin-bottom: 80px;
}
.about02_plan1_box1 {
    width: 50%;
}
.about02_plan1_box2 {
    width: 45%;
}
.about02_plan1_box2 .about02_plan1_box2_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.about02_plan1_box2 p {
    line-height: 25px;
}
.about02_h3_1 {
    font-size: 26px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    background-color: #f2a6a5;
}
.about02_h3_2 {
    font-size: 26px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    background-color: #d7b859;
}
.about02_h3_3 {
    font-size: 26px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    background-color: #3d266f;
}
.about02_p {
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.about02_p2 {
    display: flex;
    align-items: center;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.about02_p2 figure {
    width: 40px;
    height: 100%;
    margin-right: 10px;
}
.about02_p_1 {
    line-height: 1;
    font-size: 14px;
    color: #fff;
    background-color: #f2a6a5;
    padding: 10px;
    display: inline-block;
}
.about02_p_2 {
    line-height: 1;
    font-size: 14px;
    color: #fff;
    background-color: #222;
    padding: 10px;
    display: inline-block;
}
.about02_p_3 {
    line-height: 1;
    font-size: 14px;
    color: #fff;
    background-color: #d7b859;
    padding: 10px;
    display: inline-block;
}
.about02_cost2 .cost span {
    color: #333;
}
.about02_cost {
    margin-bottom: 30px;
}
.about02_cost .tax {
    font-size: 14px;
}
.about02_cost .tax span {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}



/* about03 */
.about03 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("../image/bg1.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
}
.about03 h2 {
    position: relative;
    display: inline-block;
    font-size: 35px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 50px;
    background-image: linear-gradient(
        90deg,
        rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 35%,
        #f2a6a5 35%, #f2a6a5 65%,
        rgba(0 0 0 / 0) 65%, rgba(0 0 0 / 0) 100%
    );
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.about03_box {
    background-color: #fff;
    padding: 70px 50px;
    margin-bottom: 50px;
}
.about03_content {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.about03_content h4 {
    font-size: 20px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    width: 20%;
    padding-left: 20px;
    text-align: left;
}
.about03_content p {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.about03_box2 {
    background-color: #fff;
}
.about03_box2 h4 {
    background-color: #f2a6a5;
    color: #fff;
    font-size: 20px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    padding: 10px 20px;
}
.about03_box3 {
    padding: 30px 20px;
}
.about03_box3 p {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 20px;
}
.about03_box4 {
    margin-bottom: 10px;
}
.about03_box4 h5 {
    font-size: 18px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}



/* about04 */
.about04 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f6e5e5;
    text-align: center;
}
.about04 h2 {
    display: inline;
    font-size: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    background-image: linear-gradient( rgba(246 229 229/ 0) 60%, #f1bebd 60% );
}
.about04 h2 br {
    display: none;
}
.about04_box {
    background-color: #fff;
    text-align: left;
    margin-top: 40px;
}
.about04_box h3 {
    background-color: #f2a6a5;
    font-size: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
    padding: 10px 20px;
    color: #fff;
}
.about04_box2 {
    padding: 30px;
}
.about04_tel figure {
    margin-right: 15px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.about04_tel figure img {
    width: 25px;
}
.about04_fax figure {
    margin-right: 10px;
}
.about04_fax figure img {
    width: 35px;
}
.about04 .number {
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #3d266f;
}
.about04_p1 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.about04_p1 p {
    padding-bottom: 10px;
}
.about04 h4 {
    font-size: 24px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 700;
}
.about04_box4 {
    margin-top: 15px;
}
.about04_box4 p {
    padding: 10px 40px;
    color: #fff;
    background-color: #d7b859;
    margin-right: 15px;
}




@media screen and (max-width:990px){
.about04_box2 {
        display: block;
        padding: 30px 15px;
    }
}

@media screen and (max-width:780px){
    /* about01 */
    .about01 {
        margin-top: 50px;
        margin-bottom: 190px;
    }
    .about01_box h2 {
        font-size: 26px;
        margin-bottom: 35px;
    }
    .about01_box h3 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .about01_box p {
        font-size: 14px;
        line-height: 30px;
    }
    .about01_img {
        bottom: -130px;
    }
    .about01_img img {
        width: 80%;
        margin-right: 0;
        margin-left: auto;
    }
    
    
    /* about02 */
    .about02 {
        margin-bottom: 100px;
    }
    .about02_box h2 {
        font-size: 26px;
        margin-bottom: 35px;
    }
    .about02_box_p {
        font-size: 14px;
        line-height: 30px;
    }
    .about02_plan1 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .about02_plan1 {
        display: block;
    }
    .about02_plan1_box1 {
        width: 100%;
    }
    .about02_plan1_box1 figure img {
        width: 100%;
        margin-bottom: 30px;
    }
    .about02_plan1_box2 {
        width: 100%;
    }
    .about02_plan1_box2 figure img {
        width: 100%;
    }
    .about02_plan1_box2 .about02_plan1_box2_img img {
        height: 300px;
    }
    .about02_plan1_box2 p {
        line-height: 25px;
    }
    .about02_h3_1 {
        font-size: 22px;
        text-align: center;
    }
    .about02_h3_2 {
        font-size: 22px;
        text-align: center;
    }
    .about02_h3_3 {
        font-size: 22px;
        text-align: center;
    }
    .about02_p {
        text-align: center;
        font-size: 14px;
        padding-top: 10px;
    }
    .about02_p2 {
        font-size: 14px;
        padding-top: 10px;
    }
    .about02_p_1 {
        height: 38px;
        margin-top: 8px;
        margin-right: 10px;
    }
    .about02_p_2 {
        height: 38px;
        margin-top: 8px;
        margin-right: 10px;
    }
    .about02_p_3 {
        height: 38px;
        margin-top: 8px;
        margin-right: 10px;
    }
    .about02_cost .tax {
        font-size: 14px;
    }
     .about02_cost {
        display: block;
         justify-content: space-around;
        margin-bottom: 30px;
    }
    .about02_cost1 {
        justify-content: flex-end;
    }
    .about02_cost2 {
        justify-content: flex-end;
    }
    
    
    /* about03 */
    .about03 h2 {
        font-size: 26px;
        margin-bottom: 35px;
    }
    .about04 h2 br {
        display: block;
    }
    .about03_box {
        background-color: #fff;
        padding: 50px 20px;
        margin-bottom: 50px;
    }
    .about03_content {
        text-align: left;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .about03_content h4 {
        font-size: 18px;
        width: 100%;
        padding-left: 0px;
        padding-bottom: 10px;
    }
    .about03_content p {
        font-size: 14px;
    }
    .about03_box2 h4 {
        font-size: 20px;
        text-align: center;
    }
    .about03_box3 {
        padding: 30px 20px;
    }
    
    
    /* about04 */
    .about04 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about04 h2 {
        font-size: 22px;
    }
    .about04_box {
        margin-top: 30px;
    }
    .about04_box h3 {
        font-size: 26px;
        padding: 5px 20px;
        text-align: center;
    }
    .about04_box2 {
        display: block;
        padding: 30px 15px;
    }
    .about04_tel figure {
        margin-bottom: 0;
    }
    .about04_tel figure img {
        width: 22px;
    }
    .about04_fax figure img {
        width: 32px;
    }
    .about04 .number {
        font-size: 30px;
    }
    .about04_p1 {
        font-size: 14px;
    }
    .about04 h4 {
        font-size: 16px;
    }
    .about04_box4 {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .about04_box4 p {
        font-size: 14px;
        padding: 10px 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width:550px){
    .about02_plan1_box2 .about02_plan1_box2_img img {
        height: 220px;
    }
}
