@charset "utf-8";

/*フォント
-----------------------------------------------------------------------------------------*/
.zen-kaku-gothic-new-light {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 300;
    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-medium {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
}

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

.lexend-reg {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.lexend-mid {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

html,
body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    color: rgb(34, 34, 34);
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

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

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

.relative {
    position: relative;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

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

.color_pink {
    color: rgb(240, 119, 170);
}

.color_black {
    color: rgb(34, 34, 34);
}

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

.bg_pink {
    background-color: rgb(240, 119, 170);
}

.bg_black {
    background-color: rgb(34, 34, 34);
}

.bg_gray {
    background-color: rgb(221, 221, 221);
}

.bg_lightgray {
    background-color: rgb(245, 245, 245);
}

.inner {
    width: 75%;
    max-width: 1200px;
    margin: 0 auto;
}

.top_news_flex.inner{
    max-width:unset;
}

.single .inner {
    max-width: 920px;
    margin-top: 110px;
}

.company .inner {
    max-width: 920px;
}

.sp_only {
    display: none;
}

@media screen and (max-width:1600px) {
    .inner {
        width: 85%;
    }
}

@media screen and (max-width:1160px) {

    html,
    body {
        font-size: 14px;
    }
}

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

    .sp_only {
        display: block;
    }

    .single .inner {
        width: 100%;
        margin-top: 90px;
    }
}

/*
@media screen and (max-width:386px) {
    html,
    body {
        font-size: 13px;
    }
}
*/