a {
    text-decoration: none;
    color: #000;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",
        sans-serif;
}

/* 共通パーツ */
.title {
    font-size: 3.6rem;
    font-weight: bold;
    color: #88c255;
    line-height: 1.6666;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .title {
        font-size: 2.4rem;
    }
}

.title-second {
    font-size: 3.6rem;
    font-weight: bold;
    color: #88c255;
}

@media screen and (max-width: 768px) {
    .title-second {
        font-size: 2.4rem;
    }
}

.title-third {
    font-size: 3.6rem;
    font-weight: bold;
    color: #43bb69;
}

@media screen and (max-width: 768px) {
    .title-third {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 768px) {
.title-area {
    position: relative;
    font-size: 4vw;
    line-height: 1.5;
}

.title-area::after {
    content: "＼";
    display: inline-block;
    position: absolute;
    top: 50%;
    left:22%;
    font-size: 6vw;
    transform: translateY(-40%);
}

.title-area::before {
    content: "／";
    display: inline-block;
    position: absolute;
    top: 50%;
    right:22%;
    font-size: 6vw;
    transform: translateY(-40%);
}

    .title-area span{
    display: none;
    }
}

/* 基本設定
/*--------------------*/

html {
    font-size: 62.5%;
}

.common {
    background: url(../img/school-main.png);
    text-align: center;
    padding: 17.7rem 0 17.6rem;
}

@media screen and (max-width: 768px) {
    .common {
        padding: 5rem 0;
        background-size: cover;
        background-position: 20% 50%;
    }
}

.school-cl {
    color: #88c255;}

.common__text {
    font-size: 1.8vw;
    font-weight: bold;
    margin-top: 1.3rem;
}

@media screen and (max-width: 768px) {
    .common__text {
        font-size: 2.4rem;
        margin-top: 1rem;
    }
}

/* school
/*--------------------*/
.school__inner {
    background-image: url("../img/school-background.png");
    padding: 7.3rem 4rem 10rem;
}

@media screen and (max-width: 768px) {
    .school__inner {
        background-image: url("../img/school-background.png");
        padding: 5rem 2rem;
    }
}

.school__wrapper {
    display: flex;
    background: #ffffff;
    max-width: 110rem;
    width: 100%;
    margin: 7rem auto 0;
    padding: 4.2rem 4.5rem 2.5rem 5rem;
    border-radius: 1rem;
}

@media screen and (max-width: 768px) {
    .school__wrapper {
        margin: 3rem auto 0;
        padding: 2rem;
        display: block;
    }
}

.area__group {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .area__group {
        display: block;
    }
}

.area__group:first-child {
    padding-bottom: 3.05rem;
    border-bottom: 2px dotted #bfbfbf;
}

@media screen and (max-width: 768px) {
    .area__group:first-child {
        padding-bottom: 2.05rem;
    }
}

.area__group:nth-child(2) {
    margin-top: 2.05rem;
}

.area__title {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.7rem 6.4rem 1.1rem;
    border-radius: 2.5rem;
}

@media screen and (max-width: 1440px) {
    .area__title {
        font-size: 1.6vw;
        padding: 0.2rem 4vw 0.9rem;
    }
}

@media screen and (max-width: 768px) {
    .area__title {
        font-size: 2rem;
        padding: 0.2rem 5rem 0.9rem;
        max-width: 20rem;
        width: 100%;
    }
}

.title1 {
    background: linear-gradient(#9edf65, #519f53);
}

.title2 {
    background: linear-gradient(#55d986, #0c9e62);
}

.area__list1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem 5vw;
    padding-left: 7.35rem;
}

@media screen and (max-width: 768px) {
    .area__list1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.55rem;
        padding: 2rem 0 0 4rem;
    }
}

.area__list2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem 5vw;
    padding-left: 7.35rem;
}

@media screen and (max-width: 768px) {
    .area__list2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.55rem;
        padding: 1.55rem 0 0 4rem;
    }
}

.area__item {
    position: relative;
    display: inline-block;
    font-size: 1.1vw;
    line-height: 1.636;
}

@media screen and (max-width: 768px) {
    .area__item {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 520px) {
    .area__item {
        font-size: 1.4rem;
    }
}


.area__item::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-top: -9px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -2.5rem;
}

.area__item1::before {
    border-top: solid 3px #88c255;
    border-right: solid 3px #88c255;
}

.area__item2::before {
    border-top: solid 3px #43bb69;
    border-right: solid 3px #43bb69;
}

.area__item span {
    text-decoration: underline;
}

.area__img {
    margin-top: 7.4rem;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .area__img {
        margin-top: -3rem;
        max-width: 8.6rem;
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .area__img {
        margin-top: 0;
    }
}

.school__outer {
    max-width: 110rem;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .school__outer {
        max-width: 55rem;
        width: 100%;
        margin: 0 auto;
    }
}

.school__title-content {
    display: flex;
    align-items: end;
    margin-top: 10rem;
}

@media screen and (max-width: 768px) {
    .school__title-content {
        margin-top: 4rem;
    }
}

.school__contents:first-child {
    margin-top: 4.1rem;
}

.school__contents:not(:first-child) {
    margin-top: 5rem;
}

@media screen and (max-width: 768px) {
    .school__contents:not(:first-child) {
        margin-top: 2.5rem;
    }
}

.school__title-img {
    margin-right: 1.5rem;
}

@media screen and (max-width: 768px) {
    .school__title-img {
        margin-right: 1rem;
        max-width: 2.38rem;
        width: 100%;
    }
}

.contents__title-area {
    display: flex;
    padding: 1.2rem 0 1.6rem 2.5rem;
    border-radius: 1rem;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .contents__title-area {
        padding: 0.5rem 0 0.5rem 2.5rem;
    }
}

.title-area-first {
    background-color: #88c255;
}

.title-area-second {
    background-color: #43bb69;
}

.contents__title {
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-left: 1.3rem;
}

@media screen and (max-width: 768px) {
    .contents__title {
        font-size: 2rem;
    }
}

.contents__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
    margin-top: 3.8rem;
}

@media screen and (max-width: 768px) {
    .contents__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
        margin-top: 2rem;
    }
}

.contents__item {
    max-width: 52.5rem;
    width: 100%;
}

.item__title-content {
    display: flex;
    border-radius: 1rem 1rem 0 0;
    padding: 2.6rem 0 2.05rem;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .item__title-content {
        padding: 1.2rem 0;
    }
}

.title-content-first {
    background-color: #e1f2d2;
}

.title-content-second {
    background-color: #d2f2df;
}

.item__title {
    font-size: 2.4rem;
    line-height: 2;
    margin-left: 1.3rem;
}

@media screen and (max-width: 768px) {
    .item__title {
        font-size: 1.8rem;
        margin-left: 1.16rem;
    }

    .item__title-img {
        max-width: 1.48rem;
        width: 100%;
    }
}

.item__body {
    background-color: #ffffff;
    border-radius: 0 0 1rem 1rem;
}

.item__group {
    max-width: 44.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 5.9rem;
}

@media screen and (max-width: 768px) {
    .item__group {
        padding: 1rem 2rem 2rem;
    }
}

.item__text {
    font-size: 2rem;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .item__text {
        font-size: 1.6rem;
    }
}

.item__map {
    margin-top: 3.2rem;
}

@media screen and (max-width: 768px) {
    .item__map {
        margin-top: 2rem;
    }
}

.item__map iframe {
    aspect-ratio: 445/300;
    max-width: 44.5rem;
    width: 100%;
    height: auto;
}

.message-area {
    max-width: 77.5rem;
    width: 100%;
    margin: 6rem auto 0;
}

@media screen and (max-width: 768px) {
    .message-area {
        margin: 4rem auto 0;
    }
}

@media screen and (max-width: 768px) {
    .img {
        display: none;
    }
}

.img-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .img-sp {
        display: block;
    }
}
