@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

#marbb_anchor1,
#marbb_anchor2,
#marbb_anchor3,
#marbb_anchor4 {
    display: block;
    padding-top: 100px;
    margin-top:-100px;
}
.bg_glay {
    background-color: #F3F3F5;
}
.bg_white {
    background-color: #FFF;
}
.oswald {
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
}
.noto {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.12em;
}
.flex_bx {
    display: flex;
    flex-wrap: wrap;
}
.reverse {
    flex-direction : row-reverse;
}
.marbb_cont1 {
    padding: 80px 0;
}

.care_cont_blk1 {
    margin-bottom: 80px;
}
.marbb_cont_wrap {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    background: #FFF;
    border-radius: 20px;
    padding: 70px 20px 50px;
    box-sizing: border-box;
    box-shadow: 1px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.marbb_cont {
    width: 52%;
    background: #F7F6F2;
    padding: 30px 80px 30px 30px;
    border-radius: 15px;
    box-sizing: border-box;

}
.spa_ttl1 {
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
    font-size: 42px;
    color: #FF72FF;
}
.care_cont_blk1 h3.spa_ttl1 {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: left;
}
.angelic_txt1 {
    font-size: 14px;
    line-height: 32px;
}
.angelic_txt_b {
    font-size: 21px;
    color: #665943;
    line-height: 1.8em;
    font-weight: bold;
}
.marbb_cont_image {
    position: absolute;
    top: 20px;
    right: 0;
    margin: 20px;
    width: 52%;
    height: 78%;
}
.marbb_cont_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.marbb_under_cont {
    max-width: 1100px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
.marbb_h2blk {
    text-align: center;
}
.marbb_h2 {
    display: inline-block;
    position: relative;
    letter-spacing: 0.1em;
    font-weight: 900;
    color: #7AB8E3;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}
.marbb_h2 span {
    color: #000;
    font-size: 54px;
}
.marbb_cont1 .marbb_h2:after {
    position: absolute;
    content: "";
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    height: 15px;
    width: 100%;
    background: #F5D97E;
    opacity: 1;
    z-index: -1;
}
.marbb_select {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 30px;
}
.marbb_select li {
    margin-top: 40px;
    padding: 10px;
    box-sizing: border-box;
}
.marbb_select li a {
    display: block;
}
a .select_no {
    font-size: 52px;
    line-height: 62px;
    margin-bottom: 15px;
    color: #7AB8E3;
}
a .select_ttl {
    color: #415462;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    transition: all .5s;
}
.marbb_select .select_image {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 5px;
    overflow: hidden;
}
.marbb_select img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.marbb_select li a:hover img {
    transform: scale(1.2);
}
.marbb_select li a:hover .select_ttl {
    color: #7AB8E3;
    text-decoration: underline;
}
.marbb_h2blk2 {
    display: flex;
    flex-wrap: wrap;
}
.marbb_no {
    font-size: 120px;
    line-height: 120px;
    color: #7AB8E3;
    margin-right: 30px;
}
.marbb_h2_at {
    position: relative;
    padding-top: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    color: #7AB8E3;
    font-size: 32px;
    font-weight: bold;
}
.marbb_s_cont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}
.marbb_txt_bx {
    width: 48%;
}
.marbb_txt {
    font-size: 15px;
    line-height: 1.8em;
    padding-bottom: 25px;
}
.marbb_txt:last-child {
    padding-bottom: 0;
}
.marbb_image,
.marbb_image2 {
    width: 48%;
    overflow: hidden;
}
.marbb_image img {
    width: 100%;
    border-radius: 10px;
}
.marbb_image2 img {
    width: 100%;
}
.yede_cont {
}
.yede_blk {
    background: linear-gradient(#FFFFFF , #D8EAF6);
    padding-bottom: 60px;
}
.yede_image1 img {
    width: 100%;
    margin-bottom: 30px;
}
.yede_inner_blk {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: space-between;
}
.yede_h2blk {
    width: 48%;
}
.marbb_h2blk2 .marbb_h2_voice {
    letter-spacing: 0.1em;
    font-weight: 900;
    color: #7AB8E3;
    font-size: 94px;
    line-height: 72px;
    text-align: center;
    margin-bottom: 40px;
}
.marbb_h2_voice span {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo , sans-serif;
    font-size: 32px;
}
.voice_list li {
    justify-content: space-between;
    margin-bottom: 50px;
}
.voice_list .voice_icon {
    width: 120px;
}
.voice_list .voice_icon img {
    width: 100%;
}
.voice_txt_bx {
    width: calc(100% - 150px);
    padding: 30px;
    background: #7AB8E3;
    box-sizing: border-box;
    border-radius: 15px;
}
.voice_txt {
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
}
@media screen and (max-width: 1000px) {
    .marbb_select {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px;
    }
    a .select_ttl {
        color: #415462;
        font-size: 18px;
        line-height: 32px;
    }
}
@media screen and (max-width:768px) {
    .reverse {
        flex-direction:inherit;
    }
    .marbb_h2 {
        display: inline-block;
        position: relative;
        letter-spacing: 0.05em;
        font-weight: 900;
        color: #7AB8E3;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        z-index: 1;
    }
    .marbb_h2 span {
        color: #000;
        font-size: 42px;
    }
    .marbb_cont1 .marbb_h2:after {
        position: absolute;
        content: "";
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        height: 15px;
        width: 100%;
        background: #F5D97E;
        opacity: 1;
        z-index: -1;
    }
    .marbb_select {
        display: grid;
        grid-template-columns: repeat(1, 1fr); 
        gap: 20px;
    }
    .marbb_h2blk2 {
        display: block;
    }
    .marbb_no {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 10px;
    }
    .marbb_h2_at {
        display: block;
        font-size: 24px;
        text-align: left;
    }
    .marbb_s_cont {
        display: block;
        margin-top: 20px;
    }
    .marbb_txt_bx {
        width: 100%;
        margin-bottom: 30px;
    }
    .marbb_txt {
        font-size: 15px;
        line-height: 1.8em;
        padding-bottom: 25px;
    }
    .marbb_image,
    .marbb_image2 {
        width: 100%;
        overflow: hidden;
    }
    .yede_h2blk {
        width: 100%;
    }
    .marbb_h2 {
        margin-bottom: 15px;
    }
    .marbb_image, .marbb_image2 {
        width: 100%;
        overflow: hidden;
        margin-top: 30px;
    }
}
@media screen and (max-width:540px) {
    .marbb_select li {
        margin-top: 0;
    }
    .care_cont_blk1 .marbb_cont {
        background-position-x: 60%;
        height: auto;
        padding-bottom: 30px;
    }
    .marbb_h2blk2 .marbb_h2_voice {
        font-size: 62px;
        line-height: 42px;
    }
    .marbb_h2_voice span {
        font-size: 24px;
    }
    .voice_list .voice_icon {
        width: 80px;
    }
    .voice_txt_bx {
        width: calc(100% - 100px);
        padding: 15px;
    }
    .voice_txt {
        font-size: 15px;
        line-height: 1.6em;
    }
}

