@charset "utf-8";
.about_title_wrap {
    width: 100%;
}
.about_title p {
    text-align: center;
}
.about_title_img {
    position: relative;
    background-color: #FFFFFF;
    border: none;
    margin: 0;
    padding: 100px 0 0;
}
.about_title_txt {
    width: 100%;
    position: absolute;
    color: #FFFFFF;
    font-size: clamp(18px, 2vw, 42px);
    font-weight: bold;
    letter-spacing: 0.8em;
    top: calc(50px + 50%);
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    text-align: center;
}
.about_title_img img {
    width: 100%;
    max-height: 50vh;
    object-fit: cover;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width:1050px) {
    .about_title_img {
        padding: 70px 0 0;
    }
    .about_title_txt {
        top: calc(35px + 50%);
    }
}
.about_olive_area {
    width: 100%;
    position: relative;
    overflow: visible;
}
.about_olive_box {
    position: absolute;
    background-color: #FFFFFF;
    width: clamp(330px, 80vw, 1000px);
    height: auto;
    padding: clamp(50px, 7vw, 100px) calc(5px + 7vw);
    top: clamp(-30px, -5vw, -100px);
    left: 50%;
    transform: translate(-50%, clamp(-30px, -5vw, -100px));
    align-items: center;
    border-radius: 30px;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
#about_olive_block {
    text-align: center;
    font-size: clamp(24px, 2vw, 50px);
    letter-spacing: 0.2em;
    color: #ff7a00;
    font-weight: bold;
}
.about_olive_box p {
    font-size: clamp(14px, 2vw, 24px);
    text-align: center;
    line-height: normal;
    margin-top: clamp(10px, 2vw, 50px);
    padding-bottom: clamp(20px, 5vw, 50px);
}
#about_olive_msg {
    text-align: center;
    font-size: clamp(18px, 2vw, 42px);
    font-weight: bold;
    margin-bottom: 5vw;
}
.conveni_wrap {
    width: 100%;
    background-color: #e5f1e3;
    padding: 0 10px;
    padding-top: clamp(700px, 100vw, 1300px);
    padding-bottom: clamp(80px, 10vw, 150px);
    text-align: center;
}
.conveni_wrap p {
    font-size: clamp(18px, 2.5vw, 40px);
    color: #2e8b57;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.8em;
    margin-bottom: 5vw;
}
.conveni_area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    
}
.conveni_box {
    width: 100%;
    height: clamp(110px, 20vw, 250px);
    margin: calc(10px + 1vw) auto 0;
    position: relative;
    background-color: #fcf8e8;
    border: 3px solid #b4cfb0;
    border-radius: 100vh;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.conveni_box p {
    position: absolute;
    text-align: left;
    margin-left: clamp(calc(110px + 2vw), 22vw, calc(250px + 2vw));
    padding-right: 5vw;
    font-size: clamp(13px, 2vw, 28px);
    color: #000000;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.conveni_img {
    width: clamp(110px, 20vw, 250px);
    height: clamp(110px, 20vw, 250px);
    position: absolute;
    background-color: #FFFFFF;
    border: 3px solid #b4cfb0;
    border-left: none;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.conveni_img img {
    width: 80%;
    height: auto;
    padding-top: 18%;
}
#conveni_img_02 img {
    width: 80%;
    padding-top: 15%;
}
#conveni_img_03 img {
    width: 55%;
    padding-top: 10%;
}

.about_counselor_wrap {
    width: 100%;
    background-color: #fcf8e8;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 5vw;
    padding-bottom: 10vw;
}
.about_counselor_box {
    width: 20vw;
    max-width: 400px;
    min-width: 200px;
    padding: 0 1vw;
}
p.about_counselor_img, p.about_counselor_cap {
    text-align: center; /* 3.中央寄せ */
}
p.about_counselor_cap {
   font-size: 20px;  /* 5.文字サイズ */
   color: darkblue; /* 6.文字色 */
    font-weight: bold;
}
.about_counselor_img img {
    width: 100%;
    height: auto;
}
.about_counselor_img img:hover {
    opacity: 0.5;
    transition: opacity 1s;
}