/* 作成者名　西川 */
body {
    --ZenKaku: "Zen Kaku Gothic New", serif;
}

main {
    padding: 0 10rem;
    color: #634B6D;
}

.philosophy_wrap {
    padding-bottom: 20rem;
    position: relative;
}

.philosophy_list {
    list-style: decimal;
    font-size: 2.5rem;
    font-weight: bold;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
    width: 65.5rem;
}

.philosophy_list>li {
    margin-bottom: 3.5rem;
}

.philosophy_image {
    width: 27.4rem;
    height: 27.4rem;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 6rem;
}

.history_list {
    .history_year_wrap {
        display: flex;
        align-items: flex-start;
    }

    .year {
        font-size: 4.5rem;
        font-weight: bold;
        padding-right: 4.4rem;
        position: relative;
        line-height: 1;
        width: 24.0rem;
        flex-shrink: 0;
    }

    .year::before {
        content: '';
        width: 1.4rem;
        height: 1.4rem;
        display: block;
        background: #634B6D;
        border-radius: 50%;
        right: 0rem;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

    .history_content_wrap {
        position: relative;
        padding-left: 3rem;
        margin-top: 0.4rem;
        padding-bottom: 5rem;
        /* flex-shrink: 0; */
    }

    .history_content_wrap::after {
        content: '';
        width: 0.1rem;
        height: calc(100% - 0.7rem);
        display: block;
        background: #634B6D;
        top: 2.5rem;
        left: -0.7rem;
        position: absolute;
    }

    .history_content {
        display: flex;
        gap: 2rem;
        font-size: 2.2rem;
        font-weight: 500;
        margin-bottom: 2rem;

    }

    .month {
        font-weight: bold;
        flex-shrink: 0;
        width: 11rem;
    }

    .history_year_wrap:last-child .history_content_wrap::after {
        display: none;
    }
}




.about_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0rem 0 17rem 0;
}

.left_line {
    border-bottom: 0.3rem solid #634B6D;
    width: 25%;
    display: flex;
    align-items: center;
    min-height: 10rem;
}

.right_line {
    border-bottom: 0.2rem solid #ccc0d1;
    width: 75%;
    display: flex;
    align-items: center;
    padding: 4.0rem 0;
}

.left_line:first-child {
    border-top: 0.3rem solid #634B6D;
    width: 25%;
}

.right_line:nth-child(2) {
    border-top: 0.2rem solid #ccc0d1;
    width: 75%;
}

.about_heading {
    font-size: 1.9rem;
    margin-left: 3.3rem;
    font-weight: bold;
}

.about_text {
    font-size: 1.9rem;
    color: #454545;
    margin-left: 5.3rem;
    font-weight: bold;
}

.map_wrap {
    position: relative;
    padding-left: 5rem;
    margin-bottom: 20.4rem;
}

.map_title {
    font-size: 3rem;
    margin-left: 7rem;
    margin-bottom: 4rem;
    font-weight: bold;
}

.map_background {
    width: 56.5rem;
    height: 57.6rem;
    background-image: url(../img/decoration.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -27rem;
    right: -10rem;
    z-index: -100;
}

.map {
    position: relative;
    width: 98rem;
    height: 52rem;
    z-index: 20;
}

.map_left_img {
    position: absolute;
    left: -10rem;
    top: -10rem;
    width: 22rem;
    height: 22rem;
    z-index: 10;
}

.map_right_img {
    position: absolute;
    right: -8rem;
    bottom: -14rem;
    width: 18.9rem;
    height: 18.4rem;
    z-index: 10;
}

.information_heading {
    position: relative;
    padding: 2.5rem 0 4.3rem 2.0rem;
    background-color: #FBEDF5;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.42857142857em;
    margin-bottom: 4.2rem;
}

.information_heading:before {
    position: absolute;
    inset: -1rem 1rem 1rem -1rem;
    border: 0.3rem solid #634B6D;
    content: '';
}

.information_block {
    margin-left: 3.3rem;
    border-bottom: 0.3rem solid #634B6D;
    display: flex;
    width: 75.5rem;
    margin-bottom: 3.8rem;
}

.information_block:last-child {
    margin-bottom: 15.7rem;
}

.information_text {
    font-size: 2.0rem;
    width: 40rem;
    font-weight: 700;
    color: #454545;
    margin-bottom: 1.7rem;
}

.information_download {
    margin: 0 0 0.5rem 15rem;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.42105263158em;
    color: #FFFFFF;
    width: 17.4rem;
    height: 3.6rem;
    background-color: #634B6D;
    border: 0.1rem solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
}
.article_not_found{
    margin-bottom: 15rem;
    font-size: 1.6rem;
}
@media screen and (max-width: 699.98px) {


    main {
        padding: 0;
    }

    .philosophy_wrap {
        padding: 0 2rem 25rem;
    }

    .philosophy_list {
        font-size: 1.8rem;

        width: 100%;
    }

    .philosophy_image {
        width: 20rem;
        height: 20rem;
        right: 2rem;
    }

    .history_list {

        .year {
            font-size: 2.6rem;
            /* padding-right: 2.4rem; */
            padding-right: 0;
            width: 8.0rem;
        }

        .history_content_wrap {
            /* padding-left: 1.4rem; */
            padding-left: 0.5rem;
            margin-top: 0;
        }

        .history_content {
            font-size: 1.6rem;
            gap: 0.5rem;
            margin-bottom: 2rem;
        }

        .month {
            width: 6rem;
        }    

    }

    .information_sec {
        padding: 0 2rem;
    }

    .about_wrap {
        flex-direction: column;
        margin: 0rem auto 8.5rem;
    }

    .left_line {
        border-bottom: none;
        width: 100%;
        min-height: 100%;
        padding-top: 1.6rem;
    }

    .right_line {
        width: 100%;
        font-size: 1.7rem;
        /* padding-bottom: 1.6rem; */
        padding: 0 0 1.6rem 0;
    }

    .left_line:first-child {
        border-top: 0.2rem solid #ccc0d1;
        width: 100%;
    }

    .right_line:nth-child(2) {
        border-top: none;
        width: 100%;
    }

    .about_heading {
        font-size: 1.7rem;
        margin-left: 0;
        font-weight: normal;
    }

    .about_text {
        font-size: 1.7rem;
        margin-left: 0;
        font-weight: normal;
    }

    .map_wrap {
        position: relative;
        padding-left: 0;
        margin-bottom: 10.3rem;
    }

    .map_title {
        font-size: 2rem;
        line-height: 1.45em;
        text-align: center;
        margin-left: 0;
        margin-bottom: 1.3rem;
    }

    .map_background {
        display: none;
    }

    .map {
        width: 100%;
        height: 52rem;
    }

    .map_left_img {
        left: 0rem;
        top: -6rem;
        width: 6.0rem;
        height: 6.6rem;
        object-fit: cover;
    }

    .map_right_img {
        right: 0;
        bottom: -7rem;
        width: 7rem;
        height: 6.8rem;
    }

    .information_wrap {
        padding: 0 1.55rem;
    }

    .information_heading {
        padding: 0.1rem 0 0.9rem 0.8rem;
        font-size: 2.0rem;
        margin-bottom: 3.05rem;
    }

    .information_heading:before {
        position: absolute;
        inset: -0.5rem 0.5rem 0.5rem -0.5rem;
        border: 0.2rem solid #634B6D;
        content: '';
    }

    .information_block {
        margin-left: 0;
        border-bottom: 0.2rem solid #634B6D;
        display: flex;
        flex-flow: column;
        width: 100%;
        margin-bottom: 2.15rem;
    }

    .information_block:last-child {
        margin-bottom: 4.8rem;
    }

    .information_text {
        font-size: 1.5rem;
        width: 100%;
        margin-bottom: 0.34rem;
    }

    .information_download {
        margin: 0 0 1rem 0;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.4em;
        padding: 0;
        width: 10.333rem;
        height: 2.042rem;
        border-radius: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }


}