@charset "utf-8";

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: rgb(29, 29, 29);
    font-family: "Zen Kaku Gothic New", sans-serif;
}

ol,
ul {
    list-style: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.relative {
    position: relative;
}

a {
    text-decoration: none;
}

.zen-kurenaido-regular {
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-old-mincho-regular {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.zen-old-mincho-bold {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
}

.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-kaku-gothic-new-bold {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.color_navy {
    color: rgb(20, 43, 60);
}

.color_lightnavy {
    color: rgb(13, 86, 111);
}

.color_wh {
    color: rgb(255, 255, 255);
}

.color_green {
    color: rgb(40, 104, 51);
}

.color_pink {
    color: rgb(231, 111, 130);
}

.bg_navy {
    background-color: rgb(20, 43, 60);
}

.bg_wh {
    background-color: rgb(255, 255, 255);
}

.bg_green {
    background-color: rgb(40, 104, 51);
}

.bg_pink {
    background-color: rgb(231, 111, 130);
}

.bg_lightgreen {
    background-color: rgb(196, 230, 202);
}

.top_about.site_container {
    padding: 100px 0;
}

.pc_only {
    display: none;
}

.site_container {
    padding: 60px 0;
}

.inner {
    width: 80%;
    margin: 0 auto;
    max-width: 1210px;
}

@media (max-width: 767px) {
    html,
    body {
        font-size: 10px;
    }

    .site_container {
        padding: 20px 0;
    }

    .inner {
        width: 90%;
        margin: 0 auto;
    }
}