

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@charset "utf-8";
h1, h2, h3, h4, h5,
.has--font-size-h1,
.has--font-size-h2,
.has--font-size-h3,
.has--font-size-h4,
.has--font-size-h5 {
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: .1em;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width:840px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 17px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }
}

@media screen and (max-width:540px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 17px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 15px;
    }
}

figure {
    width: 100%;
}

img {
    width: 100%;
    object-fit: contain;
}





.has--layout-expand-full_window {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding-left: calc(((100vw - 100%) / 2));
    padding-right: calc(((100vw - 100%) / 2));
}

.has--layout-expand-left_window {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding-left: calc(((100vw - 100%) / 2));
}

.has--layout-expand-right_window {
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding-right: calc(((100vw - 100%) / 2));
}

.has--layout-expand-full_area {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
}

.has--layout-expand-left_area {
    margin-left: -60px;
    padding-left: 60px;
}

.has--layout-expand-right_area {
    margin-right: -60px;
    padding-right: 60px;
}

@media screen and (max-width:840px) {
    .has--layout-expand-full_area {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .has--layout-expand-left_area {
        margin-left: -30px;
        padding-left: 30px;
    }

    .has--layout-expand-right_area {
        margin-right: -30px;
        padding-right: 30px;
    }
}



.has--expand-full_window {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}

.has--expand-full_area {
    margin-left: -60px;
    margin-right: 60px;
}

@media screen and (max-width:840px) {
    .has--expand-full_area {
        margin-left: -30px;
        margin-right: 30px;
    }
}



.has--border-type-solid {
    border: 1px solid #E9E9E9;
}

.has--border-type-solid_top {
    border-top: 1px solid #E9E9E9;
}

.has--border-type-solid_bottom {
    border-bottom: 1px solid #E9E9E9;
}

.has--border-type-solid_top_bottom {
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}

.has--border-type-dot {
    border: 2px dotted #E9E9E9;
}

.has--border-type-dot_top {
    border-top: 2px dotted #E9E9E9;
}

.has--border-type-dot_bottom {
    border-bottom: 2px dotted #E9E9E9;
}

.has--border-type-dot_top_bottom {
    border-top: 2px dotted #E9E9E9;
    border-bottom: 2px dotted #E9E9E9;
}

.has--border-radius {
    border-radius: 8px;
}



.has--grid-column-1-fr-same {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 45px;
    row-gap: 45px;
}

.has--grid-column-2-fr-same {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 40px;
}

.has--grid-column-3-fr-same {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 35px;
    row-gap: 35px;
}

.has--grid-column-4-fr-same {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
}

.has--grid-column-5-fr-same {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}

.has--grid-column-6-fr-same {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
}

.has--grid-column-7-fr-same {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
}

.has--grid-column-8-fr-same {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
}

@media screen and (max-width:1140px) {
    .has--grid-column-1-fr-same {
        grid-template-columns: 1fr;
        column-gap: 45px;
        row-gap: 45px;
    }

    .has--grid-column-2-fr-same {
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
        row-gap: 40px;
    }

    .has--grid-column-3-fr-same {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 35px;
        row-gap: 35px;
    }

    .has--grid-column-4-fr-same {
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }

    .has--grid-column-5-fr-same {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: 20px;
        row-gap: 20px;
    }

    .has--grid-column-6-fr-same {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: 15px;
        row-gap: 15px;
    }

    .has--grid-column-7-fr-same {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        column-gap: 15px;
        row-gap: 15px;
    }

    .has--grid-column-8-fr-same {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        column-gap: 15px;
        row-gap: 15px;
    }
}
@media screen and (max-width:840px) {
    .has--grid-column-1-fr-same {
        grid-template-columns: 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }

    .has--grid-column-2-fr-same {
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }

    .has--grid-column-3-fr-same {
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }

    .has--grid-column-4-fr-same {
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }

    .has--grid-column-5-fr-same {
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        row-gap: 20px;
    }

    .has--grid-column-6-fr-same {
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
        row-gap: 15px;
    }

    .has--grid-column-7-fr-same {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        column-gap: 15px;
        row-gap: 15px;
    }

    .has--grid-column-8-fr-same {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        column-gap: 15px;
        row-gap: 15px;
    }
}

@media screen and (max-width:540px) {
    .has--grid-column-1-fr-same {
        grid-template-columns: 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }

    .has--grid-column-2-fr-same {
        grid-template-columns: 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }

    .has--grid-column-3-fr-same {
        grid-template-columns: 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }

    .has--grid-column-4-fr-same {
        grid-template-columns: 1fr;
        column-gap: 30px;
        row-gap: 30px;
    }

    .has--grid-column-5-fr-same {
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        row-gap: 20px;
    }

    .has--grid-column-6-fr-same {
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
        row-gap: 15px;
    }

    .has--grid-column-7-fr-same {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: 15px;
        row-gap: 15px;
    }

    .has--grid-column-8-fr-same {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: 15px;
        row-gap: 15px;
    }
}


    .has--margin-top-none {
        margin-top: 0px !important;
    }

    .has--margin-bottom-none {
        margin-bottom: 0px !important;
    }

    .has--padding-top {
        padding-top: 90px !important;
    }

    .has--padding-bottom {
        padding-bottom: 90px !important;
    }


    
    .has--flex-column-variable {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }



.has--font-family-jp {
    font-family: 游ゴシック体,YuGothic,游ゴシック Medium,Yu Gothic Medium,游ゴシック,Yu Gothic,sans-serif;
}

.has--font-family-en {
    font-family: Comic Sans MS,sans-serif;
    letter-spacing: 0.5em;
}

.has--font-family-number {
    font-family: Impact,sans-serif;
    letter-spacing: 0.5em;
}


.has--font-size-h1 {
    font-size:  48px;
}

.has--font-size-h2 {
    font-size:  32px;
}

.has--font-size-h3 {
    font-size: 24px;
}

.has--font-size-h4 {
    font-size: 20px;
}

.has--font-size-h5 {
    font-size: 18px;
}

.has--font-size-p {
    font-size: 16px;
}

.has--font-size-deco {
    font-size: 14px;
}

@media screen and (max-width:840px) {
    .has--font-size-h1 {
        font-size: 28px;
    }

    .has--font-size-h2 {
        font-size: 28px;
    }

    .has--font-size-h3 {
        font-size: 18px;
    }

    .has--font-size-h4 {
        font-size: 17px;
    }

    .has--font-size-h5 {
        font-size: 16px;
    }

    .has--font-size-p {
        font-size: 16px;
    }

    .has--font-size-deco {
        font-size: 12px;
    }
}

@media screen and (max-width:540px) {
    .has--font-size-h1 {
        font-size: 28px;
    }

    .has--font-size-h2 {
        font-size: 28px;
    }

    .has--font-size-h3 {
        font-size: 18px;
    }

    .has--font-size-h4 {
        font-size: 17px;
    }

    .has--font-size-h5 {
        font-size: 16px;
    }

    .has--font-size-p {
        font-size: 15px;
    }

    .has--font-size-deco {
        font-size: 12px;
    }
}



.has--shadow-type-fill {
    box-shadow: 10px 10px #E9E9E9;
}

.has--shadow-type-blur {

}

.has--shadow-type-float {

}



.has--aspect-1_1 {
    aspect-ratio: 1;
    object-fit: cover;
}

.has--aspect-3_2 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.has--aspect-4_3 {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.has--aspect-16_9 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}



.has--align-center {
    text-align: center;
}






.module--body.has--background {
    padding: 30px;
}

@media screen and (max-width:1140px) {
    .module--body.has--background {
        padding: 25px;
    }
}

@media screen and (max-width:540px) {
    .module--body.has--background {
        padding: 20px;
    }
}



.module--body.has--border {
    padding: 30px;
}

@media screen and (max-width:1140px) {
    .module--body.has--border {
        padding: 20px;
    }
}

@media screen and (max-width:540px) {
    .module--body.has--border {
        padding: 10px;
    }
}



.module--body.has--shadow {
    padding: 30px;
}

@media screen and (max-width:1140px) {
    .module--body.has--shadow {
        padding: 25px;
    }
}

@media screen and (max-width:540px) {
    .module--body.has--shadow {
        padding: 20px;
    }
}




.module--title:has(h1.main_title),
.module--title:has(.main_title.has--font-size-h1) {
    margin-top: 80px;
    margin-bottom: 45px;
}

.module--title:has(h2.main_title),
.module--title:has(.main_title.has--font-size-h2) {
    margin-top: 80px;
    margin-bottom: 45px;
}

.module--title:has(h3.main_title),
.module--title:has(.main_title.has--font-size-h3) {
    margin-top: 55px;
    margin-bottom: 30px;
}

.module--title:has(h4.main_title),
.module--title:has(.main_title.has--font-size-h4) {
    margin-top: 45px;
    margin-bottom: 25px;
}

.module--title:has(h5.main_title),
.module--title:has(.main_title.has--font-size-h5) {
    margin-top: 30px;
    margin-bottom: 20px;
}

.module--title:has(p.main_title),
.module--title:has(.main_title.has--font-size-p){
    margin-top: 30px;
    margin-bottom: 20px;
}

.module--title:has(span.main_title),
.module--title:has(.main_title.has--font-size-span) {
    margin-top: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width:1140px) {
    .module--title:has(h1.main_title),
    .module--title:has(.main_title.has--font-size-h1) {
        margin-top: 60px;
        margin-bottom: 25px;
    }

    .module--title:has(h2.main_title),
    .module--title:has(.main_title.has--font-size-h2) {
        margin-top: 60px;
        margin-bottom: 25px;
    }

    .module--title:has(h3.main_title),
    .module--title:has(.main_title.has--font-size-h3) {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .module--title:has(h4.main_title),
    .module--title:has(.main_title.has--font-size-h4) {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .module--title:has(h5.main_title),
    .module--title:has(.main_title.has--font-size-h5) {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .module--title:has(p.main_title),
    .module--title:has(.main_title.has--font-size-p) {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .module--title:has(span.main_title),
    .module--title:has(.main_title.has--font-size-span) {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:540px) {
    .module--title:has(h1.main_title),
    .module--title:has(.main_title.has--font-size-h1) {
        margin-top: 60px;
        margin-bottom: 25px;
    }

    .module--title:has(h2.main_title),
    .module--title:has(.main_title.has--font-size-h2) {
        margin-top: 60px;
        margin-bottom: 25px;
    }

    .module--title:has(h3.main_title),
    .module--title:has(.main_title.has--font-size-h3) {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .module--title:has(h4.main_title),
    .module--title:has(.main_title.has--font-size-h4) {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .module--title:has(h5.main_title),
    .module--title:has(.main_title.has--font-size-h5) {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .module--title:has(p.main_title),
    .module--title:has(.main_title.has--font-size-p) {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .module--title:has(span.main_title),
    .module--title:has(.main_title.has--font-size-span) {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}



.module--richtext {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width:1140px) {
    .module--richtext {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:540px) {
    .module--richtext {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



.module--list {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width:1140px) {
    .module--list {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:540px) {
    .module--list {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



    .module--link_list {
    margin-top: 40px;
    margin-bottom: 40px;
    }

@media screen and (max-width:1140px) {
    .module--link_list {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width:540px) {
    .module--link_list {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}



.module--description_list {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width:1140px) {
    .module--description_list {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width:540px) {
    .module--description_list {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}



.module--image {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width:1140px) {
    .module--image {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:540px) {
    .module--image {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



.module--horizontal_rule {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width:1140px) {
    .module--horizontal_rule {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:540px) {
    .module--horizontal_rule {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



.module--card {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width:1140px) {
    .module--card {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:540px) {
    .module--card {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



.module--form {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width:1140px) {
    .module--form {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:540px) {
    .module--form {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



.module--slider {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width:1140px) {
    .module--slider {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width:540px) {
    .module--slider {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}



.module--band {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width:1140px) {
    .module--band {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width:540px) {
    .module--band {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}



.module--map {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width:1140px) {
    .module--map {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width:540px) {
    .module--map {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}



.module--movie {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width:1140px) {
    .module--movie {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width:540px) {
    .module--movie {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}



.module--container.has--connect-upper {
    margin-bottom: 0px !important;
    padding-top: 50px;
}

.module--container.has--connect-upper .module--body.has--border {
    border-bottom: none;
}

.module--container.has--connect-middle {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px;
}

.module--container.has--connect-middle .module--body.has--border {
    border-top: none;
    border-bottom: none;
}

.module--container.has--connect-lower {
    margin-top: 0px !important;
    padding-bottom: 50px;
    padding-top: 0px;
}

.module--container.has--connect-lower .module--body.has--border {
    border-top: none;
}

@media screen and (max-width:1140px) {
    .module--container.has--connect-upper {
        padding-top: 40px;
    }

    .module--container.has--connect-lower {
        padding-bottom: 40px;
    }
}

@media screen and (max-width:540px) {
    .module--container.has--connect-upper {
        padding-top: 30px;
    }
    .module--container.has--connect-lower {
        padding-bottom: 30px;
    }
}



.component--title.has--position-left {
    text-align: left;
}

.component--title.has--position-center {
    text-align: center;
}

.component--title.has--position-right {
    text-align: right;
}


.component--title .deco_title {
    white-space: pre-wrap;
    overflow: hidden;
    letter-spacing: 0.15em;
    font-size: 14px;
    font-family: 'A1ゴシック B JIS2004', 'Noto Sans JP', sans-serif;
    font-weight: 600;
    color: #EA5532;
}


.component--title .deco_img {
}




.component--title .sub_title {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.component--title .sub_title::before {
    content: "";
    position: absolute;
    background-color: #EA5532;
    width: 8px;
    height: 2px;
    top: 12px;
    left: 0;
}

.component--title.has--position-center .sub_title,
.component--title.has--design-type-fill .sub_title {
    padding-left: 0px;
}

.component--title.has--position-center .sub_title::before,
.component--title.has--design-type-fill .sub_title::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
}

@media screen and (max-width:540px) {
    .component--title .sub_title::before {
        top: 10px;
    }
}



.component--title.has--design-type-border .deco_title {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.component--title.has--design-type-border .deco_title::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 0.9em;
    background-color: #EA5532;
    top: -2px;
    bottom: 0;
    margin: auto 0;
    left: 0;
}

.component--title.has--position-center.has--design-type-border .deco_title {
    padding-top: 5px;
    padding-left: 0px;
}

.component--title.has--position-center.has--design-type-border .deco_title::before {
    content: "";
    width: 30px;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}



.component--title.has--design-type-expand_line .deco_title {
    border-top: 1px solid #EA5532;
    color: #EA5532;
}

.component--title.has--position-left.has--design-type-expand_line .deco_title {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding-left: calc(((100vw - 100%) / 2));
}

.component--title.has--design-type-expand_line .deco_title {
    display: inline-block;
    position: relative;
}

.component--title.has--position-center.has--design-type-expand_line .deco_title {
    margin-left: 0px;
    padding-left: 0px;
}



.component--title.has--design-type-big .deco_title {
    color: #EA5532;
    font-weight: 900;
    font-size: 30px;
    overflow: hidden;
    line-height: 1.125em;
}

@media screen and (max-width:840px) {
    .component--title.has--design-type-big .deco_title {
        font-size: 25px;
    }
}

@media screen and (max-width:540px) {
    .component--title.has--design-type-big .deco_title {
        font-size: 20px;
    }
}



.component--title.has--design-type-marker .main_title {
    display: inline;
    background: #F8E9E8;
}



.component--title.has--design-type-fill {
    background-color: #E9E9E9;
    padding: 20px;
}



.component--link_list {
    margin: 0 auto;
    padding-left: 0 !important;
}

.component--link_list li {
    list-style: none;
}





.component--link {
    display: inline-block;
    display: block;
    height: 100%;
    text-decoration: none;
    color: #1D1A1A;
    font-weight: 600;
}




.component--link.has--design-type-text {
    font-size: 1.0rem;
    position: relative;
    padding-left: 30px;
}

@media screen and (min-width: 1141px) {
    .component--link.has--design-type-text:hover {
        color: #EA5532;
        transition: .3s cubic-bezier(.4, .4, 0, 1);;
    }
}

.component--link.has--design-type-text::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #1D1A1A;
    border-right: 2px solid #1D1A1A;
    transform: rotate(45deg);
    top: 9px;
    left: 5px;
}

@media screen and (min-width: 1141px) {
    .component--link.has--design-type-text:hover::before {
        border-top: 2px solid #EA5532;
        border-right: 2px solid #EA5532;
        left: 8px;
        transition: .3s cubic-bezier(.4, .4, 0, 1);;
    }
}



.component--link.has--design-type-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 0px;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    transition: .3s cubic-bezier(.4, .4, 0, 1); !important;
    line-height: 1;
    color: #2461C1;
}

@media screen and (min-width: 1141px) {
    .component--link.has--design-type-title:hover,
    a:hover .component--link.has--design-type-title{
      border-bottom: 2px solid #2461C1;
    }
}

.component--link.has--design-type-title::before {
    content: "";
    width: 16px;
    aspect-ratio: 1 / 1;
    display: block;
    border-radius: 50%;
    transition: .3s cubic-bezier(.4, .4, 0, 1); !important;;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMEMxMi40MTgzIDAgMTYgMy41ODE3MiAxNiA4QzE2IDEyLjQxODMgMTIuNDE4MyAxNiA4IDE2QzMuNTgxNzIgMTYgMCAxMi40MTgzIDAgOEMwIDMuNTgxNzIgMy41ODE3MiAwIDggMFpNNS43OTk4IDUuMDc0MjJMOS4wNTA3OCA4TDUuNzk5OCAxMC45MjU4TDYuNjc0OCAxMS43MTI5TDEwLjc5OTggOEw2LjY3NDggNC4yODcxMUw1Ljc5OTggNS4wNzQyMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
    mask-size: cover;  
    background-color: #2461C1;
}



.component--link.has--design-type-label {
    border: 2px solid #EA5532;
    border-radius: 8px;
    padding: 5px;
    background-color: #EA5532;
    text-align: center;
    color: #ffffff;
}

@media screen and (min-width: 1141px) {
    .component--link.has--design-type-label:hover {
        background-color: #ffffff;
        color: #EA5532;
        transition: 0.5s;
    }
}



.component--link.has--design-type-icon_label {
    text-align: center;
    border: 2px solid #EA5532;
    border-radius: 8px;
    padding: 5px 5px;
    background-color: #EA5532;
    color: #ffffff;
}

.component--link.has--design-type-icon_label::before {
    content: "";
    margin-right: 10px;
}

.component--link.has--design-type-icon_label::before {
    display: inline-block;
    background-image: url("https://43621731.fs1.hubspotusercontent-na1.net/hubfs/43621731/evem-management.com/images/dummy/dummy.jpg");
    background-size: cover;
    background-position: center center;
    width: 1em;
    height: 1em;
}

@media screen and (min-width: 1141px) {
    .component--link.has--design-type-icon_label:hover {
        background-color: #ffffff;
        color: #EA5532;
        transition: 0.5s;
    }
}



.component--link.has--design-type-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    border: 2px solid #EA5532;
    border-radius: 8px;
    padding: 12px 20px;
    background-color: #EA5532;
    color: #ffffff;
}

.component--link.has--design-type-button::before {
    content: "";
    width: 8px;
    aspect-ratio: 9 / 14;
    display: block;
    transition: .3s cubic-bezier(.4, .4, 0, 1);;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDEuNDEzMzNMNS44MzcwNCA2LjY2NjY3TDAgMTEuOTJMMS41NzAzNyAxMy4zMzMzTDguOTc3NzggNi42NjY2N0wxLjU3MDM3IDBMMCAxLjQxMzMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
    mask-size: cover;
    background-color: #ffffff;
}

@media screen and (min-width: 1141px) {
    .component--link.has--design-type-button:hover {
        background-color: #ffffff;
        color: #EA5532;
        transition: .3s cubic-bezier(.4, .4, 0, 1);;
    }

    .component--link.has--design-type-button:hover::before {
        background-color: #EA5532;
        transition: .3s cubic-bezier(.4, .4, 0, 1);;
    }
}



.component--link.has--design-type-small_button {
    position: relative;
    border: 2px solid #EA5532;
    border-radius: 8px;
    padding: 5px;
    padding-left: 55px;
    padding-right: 30px;
    background-color: #EA5532;
    color: #ffffff;
}

.component--link.has--design-type-small_button::after {
    content: "";
    position: absolute;
	width: 7px;
	height: 7px;
    border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg) translateY(-50%);
    transform-origin: top;
    top: 50%;
    left: 25px;
}

@media screen and (min-width: 1141px) {
    .component--link.has--design-type-small_button:hover {
        background-color: #ffffff;
        color: #EA5532;
        transition: .3s cubic-bezier(.4, .4, 0, 1);;
    }

    .component--link.has--design-type-small_button:hover::after {
        left: 31px;
        border-color: #EA5532;
        transition: .3s cubic-bezier(.4, .4, 0, 1);;
    }
}



.component--link.has--design-type-icon_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    border: 2px solid #EA5532;
    border-radius: 8px;
    padding: 12px 20px;
    background-color: #EA5532;
    color: #ffffff;
}

.component--link.has--design-type-icon_button::before {
    content: "";
    display: inline-block;
    mask-size: cover;
    background-color: #ffffff;
}

@media screen and (min-width: 1141px) {
    .component--link.has--design-type-icon_button:hover {
        background-color: #ffffff;
        color: #EA5532;
        transition: 0.5s;
    }
    .component--link.has--design-type-icon_button:hover::before {
        background-color: #EA5532;
        transition: 0.5s;
    }
}



.component--link.has--design-type-tag .element--body {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.component--link.has--design-type-tag {
    border: 1px solid #EA5532;
    background-color: #EA5532;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 12px;
}

@media screen and (min-width: 1141px) {
    .component--link.has--design-type-tag:hover {
        border: 1px solid #EA5532;
        background-color: #ffffff;
        color: #EA5532;
        transition: 0.5s;
    }
}



.component--link.has--design-type-hashtag .element--body {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.component--link.has--design-type-hashtag {
    position: relative;
    color: #1D1A1A;
    padding-left: 10px;
    font-size: 0.75rem;
}

.component--link.has--design-type-hashtag::before {
    content: "#";
    position: absolute;
    left: 0;
}

@media screen and (min-width: 1141px) {
    .component--link.has--design-type-hashtag:hover {
        color: #EA5532;
        transition: 0.5s;
    }
}


.component--link.has--design-type-tab {
    position: relative;
    border-bottom: 1px solid #1D1A1A;
    text-align: center;
    padding: 8px;
    color: ;
}

.component--link.has--design-type-tab:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 0px;
    background-color: #1D1A1A;
    top: 44px;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (min-width: 1141px) {
    .component--link.has--design-type-tab:hover {
        border-color: #EA5532;
        color: #EA5532;
        transition: .3s cubic-bezier(.4, .4, 0, 1);;
    }

    .component--link.has--design-type-tab:hover:before {
        background-color: #EA5532;
        height: 15px;
        transition: .3s cubic-bezier(.4, .4, 0, 1);;
    }
}


.component--link.has--design-type-anchor {
    position: relative;
    border-top: 1px solid #1D1A1A;
    padding-top: 8px;
    padding-right: 25px;
    color: #1D1A1A;
}

.component--link.has--design-type-anchor::before {
    content: "";
    position: absolute;
    display: inline-block;
    border-bottom: 1px solid #1D1A1A;
    border-right: 1px solid #1D1A1A;
    height: 8px;
    right: 5px;
    top: 13px;
    transform: rotate(45deg);
    transition: .3s cubic-bezier(.4, .4, 0, 1);;
    width: 8px;
}

@media screen and (min-width: 1141px) {
    .component--link.has--design-type-anchor:hover {
        border-top: 1px solid #EA5532;
        color: #EA5532;
        transition: .3s cubic-bezier(.4, .4, 0, 1);;
    }

    .component--link.has--design-type-anchor:hover::before {
        border-bottom: 1px solid #EA5532;
        border-right: 1px solid #EA5532;
        top: 17px;
        transition: .3s cubic-bezier(.4, .4, 0, 1);;
    }
}



.component--link.has--design-type-index {
    position: relative;
    border-top: 1px solid #1D1A1A;
    padding-top: 8px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: #1D1A1A;
    text-align: center;
}

.component--link.has--design-type-index::before {
    content: "";
    position: absolute;
    display: inline-block;
    border-bottom: 1px solid #1D1A1A;
    border-right: 1px solid #1D1A1A;
    height: 8px;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
    transition: 0.5s;
    width: 8px;
}

@media screen and (min-width: 1141px) {
    .component--link.has--design-type-index:hover {
        border-top: 1px solid #EA5532;
        color: #EA5532;
        transition: 0.5s;
    }

    .component--link.has--design-type-index:hover::before {
        border-bottom: 1px solid #EA5532;
        border-right: 1px solid #EA5532;
        bottom: 0px;
        transition: 0.5s;
    }
}





.component--list {
    display: grid;
    column-gap: 30px;
    row-gap: 5px;
}

.component--list .component--item {
    position: relative;
    line-height: 2.0em;
    padding-left: 20px;
}

.component--list .component--item p {
    line-height: 2;
}

@media screen and (max-width:540px) {
    .component--list .component--item {
        font-size: .875rem;
        line-height: 2;
    }
}

.component--list .component--item::before {
    content: "";
    position: absolute;
}

.component--list .component--item.has--background-color {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
}



.component--list.has--design-type-dot .component--item::before {
    background-color: #1D1A1A;
    width: 5px;
    height: 5px;
    border-radius: 8px;
    top: 13.5px;
    left: 0;
}

@media screen and (max-width:540px) {
    .component--list.has--design-type-dot .component--item::before {
        top: 13px;
    }
}

.component--list.has--design-type-dot .component--item.has--background-color {
    padding-left: 40px;
}

.component--list.has--design-type-dot .component--item.has--background-color::before {
    top: 22px;
    left: 15px;
}



.component--list.has--design-type-line .component--item::before {
    background-color: #1D1A1A;
    width: 5px;
    height: 2px;
    top: 15px;
    left: 0;
}

.component--list.has--design-type-line .component--item.has--background-color {
    padding-left: 40px;
}

.component--list.has--design-type-line .component--item.has--background-color::before {
    top: 23px;
    left: 15px;
}



.component--list.has--design-type-check .component--item::before {
    width: 10px;
    height: 5px;
    border-left: 2px solid #EA5532;
    border-bottom: 2px solid #EA5532;
    transform: rotate(-45deg);
    top: 11px;
    left: 0;
}

.component--list.has--design-type-check .component--item.has--background-color {
    padding-left: 40px;
}

.component--list.has--design-type-check .component--item.has--background-color::before {
    top: 21px;
    left: 15px;
}



.component--list.has--design-type-number {
    counter-reset: list_number;
}

.component--list.has--design-type-number .component--item::before {
    display: block;
    text-align: right;
    counter-increment: list_number;
    content: counter(list_number)". ";
    color: #1D1A1A;
    top: 0;
    left: 0;
}

.component--list.has--design-type-number .component--item.has--background-color {
    padding-left: 40px;
}

.component--list.has--design-type-number .component--item.has--background-color::before {
    top: 10px;
    left: 10px;
}



.has--design-type-flow {
    overflow: hidden;
}

.component--list.has--design-type-flow.has--grid-column-1-fr-same {
    row-gap: 50px;
}

.component--list.has--design-type-flow.has--grid-column-1-fr-same > .component--item {
    position: relative;
}

.component--list.has--design-type-flow.has--grid-column-1-fr-same > .component--item::before {
    content: "";
    position: absolute;
    background-color: #EA5532;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    height: 20px;
    width: calc(20px * 2 * cos(60deg));
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
}

.component--list.has--design-type-flow.has--grid-column-2-fr-same,
.component--list.has--design-type-flow.has--grid-column-3-fr-same,
.component--list.has--design-type-flow.has--grid-column-4-fr-same {
    column-gap: 50px;
    row-gap: 30px;
}

.component--list.has--design-type-flow.has--grid-column-2-fr-same > .component--item::before,
.component--list.has--design-type-flow.has--grid-column-3-fr-same > .component--item::before,
.component--list.has--design-type-flow.has--grid-column-4-fr-same > .component--item::before {
    content: "";
    position: absolute;
    background-color: #EA5532;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    height: 20px;
    width: calc(20px / 2 * tan(60deg));
    right: -35px;
}

@media screen and (max-width:540px) {
    .component--list.has--design-type-flow.has--grid-column-2-fr-same,
    .component--list.has--design-type-flow.has--grid-column-3-fr-same,
    .component--list.has--design-type-flow.has--grid-column-4-fr-same {
        row-gap: 50px;
    }
    .component--list.has--design-type-flow.has--grid-column-2-fr-same > .component--item::before,
    .component--list.has--design-type-flow.has--grid-column-3-fr-same > .component--item::before,
    .component--list.has--design-type-flow.has--grid-column-4-fr-same > .component--item::before {
        content: "";
        position: absolute;
        background-color: #EA5532;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        height: 20px;
        width: calc(20px * 2 * cos(60deg));
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: -35px;
    }
}
.component--list.has--design-type-flow > .component--item:last-child::before {
    width: 0px !important;
    height: 0px !important;
}







.component--description_list.has--design-type-line dl {
    display: grid;
    grid-template-columns: 220px 1fr;
    border-bottom: 1px dotted #E9E9E9;
    padding-bottom: 20px;
}

.component--description_list.has--design-type-line dl:not(:first-child) {
    padding-top: 20px;
}

.component--description_list.has--design-type-line.has--background-color dl {
    border: none;
}

.component--description_list.has--design-type-line dt {
    padding-right: 15px;
}

.component--description_list.has--design-type-line dd {
    padding-left: 35px;
    border-left: 1px dotted #E9E9E9;
}

@media screen and (max-width:840px) {
    .component--description_list.has--design-type-line dl {
        display: flex;
        flex-flow: column;
        row-gap: 10px;
    }
    .component--description_list.has--design-type-line dd {
        padding-left: 15px;
    }
}



.component--description_list.has--design-type-point_line dl {
    display: grid;
    grid-template-columns: 220px 1fr;
    border-left: 3px solid #EA5532;
    padding-top: 20px;
    padding-bottom: 20px;
}

.component--description_list.has--design-type-point_line dt {
    position: relative;
    padding-right: 15px;
    padding-left: 35px;
}

.component--description_list.has--design-type-point_line dt::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: #EA5532;
    top: 6px;
    left: -8px;
}

@media screen and (max-width:840px) {
    .component--description_list.has--design-type-point_line dl {
        display: flex;
        flex-flow: column;
        row-gap: 10px;
    }

    .component--description_list.has--design-type-point_line dd {
        padding-left: 35px;
    }
}



.module--description_list {
    counter-reset: number 0;
}

.component--description_list.has--design-type-number dl {
    display: grid;
    grid-template-columns: 220px 1fr;
    border-left: 3px solid #EA5532;
    padding-top: 20px;
    padding-bottom: 20px;
}

.component--description_list.has--design-type-number dt {
    position: relative;
    padding-right: 15px;
    padding-left: 35px;
}

.component--description_list.has--design-type-number dt::before {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #EA5532;
    color: #ffffff;
    top: -7px;
    left: -20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'A1ゴシック B JIS2004', 'Noto Sans JP', sans-serif;
}

@media screen and (max-width:840px) {
    .component--description_list.has--design-type-number dl {
        display: flex;
        flex-flow: column;
        row-gap: 10px;
    }

    .component--description_list.has--design-type-number dd {
        padding-left: 35px;
    }
}



.component--description_list.has--design-type-label dl {
    padding-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
}

.component--description_list.has--design-type-label dl:not(:last-child) {
    margin-bottom: 30px;
}

.component--description_list.has--design-type-label dt {
    position: relative;
    padding-top: 45px;
    padding-bottom: 15px;
    font-weight: 900;
}

.component--description_list.has--design-type-label dt::before {
    content: "QUESTION";
    position: absolute;
    min-width: 150px;
    height: 24px;
    border-radius: 8px;
    background-color: #EA5532;
    color: #ffffff;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    font-size: 0.75rem;
    font-family: 'A1ゴシック B JIS2004', 'Noto Sans JP', sans-serif;
}

.component--description_list.has--design-type-label dd {
    position: relative;
    padding-top: 45px;
    font-size: 0.75rem;
}

.component--description_list.has--design-type-label dd::before {
    content: "ANSWER";
    position: absolute;
    min-width: 150px;
    height: 24px;
    border-radius: 8px;
    background-color: #EA5532;
    color: #ffffff;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    font-size: 0.75rem;
    font-weight: bold;
    font-family: 'A1ゴシック B JIS2004', 'Noto Sans JP', sans-serif;
}





.component--horizontal_rule.has--design-type-solid {
	border: none;
	border-top: 2px solid #E9E9E9;
}

.component--horizontal_rule.has--design-type-dot {
	border: none;
	border-top: 2px dotted #E9E9E9;
}

.component--horizontal_rule.has--design-type-line_stitch {
	border: 0;
	height: 8px;
    background-image: repeating-linear-gradient(90deg, #E9E9E9 0px, #E9E9E9 1px, rgba(0,0,0,0) 1px, rgba(0,0,0,0) 4px);
}

.component--horizontal_rule.has--design-type-dot_stitch {
    border: 0;
	height: 2px;
    background-image: repeating-linear-gradient(90deg, #E9E9E9 0px, #E9E9E9 4px, rgba(0,0,0,0) 4px, rgba(0,0,0,0) 12px);
}

.component--horizontal_rule.has--design-type-diagonal_stitch {
    border: 0;
	height: 8px;
    background-image: repeating-linear-gradient(45deg, #E9E9E9 0px, #E9E9E9 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}



.component--price {
    padding: 0px 20px;
}

.component--price .price {
    text-align: center;
}

.component--price.has--design-type-marker .value {
    display: inline;
    background: linear-gradient(transparent 70%, #EA5532 0%);
}

.component--price.has--design-type-thin_line .value {
    display: inline;
    background: linear-gradient(transparent 90%, #EA5532 0%);
}

.component--price .supplement {
    font-size: 0.75rem;
}

.component--price.has--design-type-marker .supplement {
    padding-top: 10px;
}

.component--price.has--design-type-thin_line .supplement {
    padding-top: 10px;
}

.component--price .inquiry {
    display: block;
    background-color: #EA5532;
    border: 1px solid #EA5532;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
}

@media screen and (min-width: 1141px) {
    .component--price .inquiry:hover {
        background-color: #ffffff;
        color: #EA5532;
        transition: .3s cubic-bezier(.4, .4, 0, 1);;
    }
}

.component--price.has--border-type-solid_top,
.component--price.has--border-type-dot_top {
    border-top-width: 1px;
    padding-top: 10px;
}

.component--price.has--border-type-solid_bottom,
.component--price.has--border-type-dot_bottom {
    border-bottom-width: 1px;
    padding-bottom: 10px;
}

.component--price.has--border-type-solid_top_bottom,
.component--price.has--border-type-dot_top_bottom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}



.component--movie.has--content-type-youtube .embed_container {
    display: inline-block;
    position: relative;
    width: 100%;
}

.component--movie.has--content-type-youtube .iframe_wrapper {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}

.component--movie.has--content-type-youtube .embed_container  iframe {
    left: 0;
    height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}



.component--author > a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 20px;
}

.component--author img.author_avatar {
    width: 30px;
    border-radius: 15px;
    aspect-ratio: 1;
    object-fit: cover;
}

.component--author span.author_name {
    font-size: 0.75rem;
    color: #EA5532;
}

.component--author span.author_name:not(:first-child) {
    border-left: 1px solid#EA5532;
    padding-left: 20px;
}



.component--date {
    display: flex;
    column-gap: 10px;
    font-size: 0.75rem;
    font-weight: bold;
    font-family: 'A1ゴシック B JIS2004', 'Noto Sans JP', sans-serif;
}

.component--date .update_date {
    border-left: 1px solid #EA5532;
    padding-left: 10px;
}



.component--card > .component--item {
    position: relative;
}

.component--card.has--grid-column-1-fr-same > .component--item.has--padding,
.component--card.has--grid-column-2-fr-same > .component--item.has--padding {
    padding: 40px;
}

.component--card.has--grid-column-3-fr-same > .component--item.has--padding {
    padding: 30px;
}

.component--card.has--grid-column-4-fr-same > .component--item.has--padding,
.component--card.has--grid-column-5-fr-same > .component--item.has--padding {
    padding: 20px;
}

@media screen and (max-width:1140px) {
    .component--card.has--grid-column-1-fr-same > .component--item.has--padding,
    .component--card.has--grid-column-2-fr-same > .component--item.has--padding,
    .component--card.has--grid-column-3-fr-same > .component--item.has--padding {
        padding: 25px;
    }
}

@media screen and (max-width:540px) {
    .component--card.has--grid-column-1-fr-same > .component--item.has--padding,
    .component--card.has--grid-column-2-fr-same > .component--item.has--padding,
    .component--card.has--grid-column-3-fr-same > .component--item.has--padding,
    .component--card.has--grid-column-4-fr-same > .component--item.has--padding,
    .component--card.has--grid-column-5-fr-same > .component--item.has--padding {
        padding: 20px;
    }
}

.component--card.has--setting-type-vertical > .component--item > .image_column {
    margin-bottom: 30px;
}

@media screen and (max-width:840px) {
    .component--card > .component--item > .image_column {
        margin-bottom: 20px;
    }
}

.component--card > .component--item.has--border-radius > * > *:first-child.component--deco_label,
.component--card > .component--item.has--border-radius > * > .component--entire_link + .component--deco_label {
    border-radius: 10px 10px 0px 0px;
}

.component--card.has--grid-column-1-fr-same > .component--item.has--padding > * > *:first-child.component--deco_label,
.component--card.has--grid-column-1-fr-same > .component--item.has--padding > * > .component--entire_link + .component--deco_label,
.component--card.has--grid-column-2-fr-same > .component--item.has--padding > * > *:first-child.component--deco_label,
.component--card.has--grid-column-2-fr-same > .component--item.has--padding > * > .component--entire_link + .component--deco_label {
    margin-top: -40px;
    margin-left: -40px;
    margin-right: -40px;
}

.component--card.has--grid-column-3-fr-same > .component--item.has--padding > * > *:first-child.component--deco_label,
.component--card.has--grid-column-3-fr-same > .component--item.has--padding > * > .component--entire_link + .component--deco_label {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
}

.component--card.has--grid-column-4-fr-same > .component--item.has--padding > * > *:first-child.component--deco_label,
.component--card.has--grid-column-4-fr-same > .component--item.has--padding > * > .component--entire_link + .component--deco_label {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
}

@media screen and (max-width:1140px) {
    .component--card.has--grid-column-1-fr-same > .component--item.has--padding > * > *:first-child.component--deco_label,
    .component--card.has--grid-column-1-fr-same > .component--item.has--padding > * > .component--entire_link + .component--deco_label,
    .component--card.has--grid-column-2-fr-same > .component--item.has--padding > * > *:first-child.component--deco_label,
    .component--card.has--grid-column-2-fr-same > .component--item.has--padding > * > .component--entire_link + .component--deco_label,
    .component--card.has--grid-column-3-fr-same > .component--item.has--padding > * > *:first-child.component--deco_label,
    .component--card.has--grid-column-3-fr-same > .component--item.has--padding > * > .component--entire_link + .component--deco_label {
        margin-top: -25px;
        margin-left: -25px;
        margin-right: -25px;
    }
}

@media screen and (max-width:540px) {
    .component--card.has--grid-column-1-fr-same > .component--item.has--padding > * > *:first-child.component--deco_label,
    .component--card.has--grid-column-1-fr-same > .component--item.has--padding > * > .component--entire_link + .component--deco_label,
    .component--card.has--grid-column-2-fr-same > .component--item.has--padding > * > *:first-child.component--deco_label,
    .component--card.has--grid-column-2-fr-same > .component--item.has--padding > * > .component--entire_link + .component--deco_label,
    .component--card.has--grid-column-3-fr-same > .component--item.has--padding > * > *:first-child.component--deco_label,
    .component--card.has--grid-column-3-fr-same > .component--item.has--padding > * > .component--entire_link + .component--deco_label,
    .component--card.has--grid-column-4-fr-same > .component--item.has--padding > * > *:first-child.component--deco_label,
    .component--card.has--grid-column-4-fr-same > .component--item.has--padding > * > .component--entire_link + .component--deco_label {
        margin-top: -20px;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.component--card.has--grid-column-1-fr-same > .component--item > * > * {
    margin-bottom: 30px;
}

.component--card.has--grid-column-2-fr-same > .component--item > * > * {
    margin-bottom: 30px;
}

.component--card.has--grid-column-3-fr-same > .component--item > * > * {
    margin-bottom: 30px;
}

.component--card.has--grid-column-4-fr-same > .component--item > * > * {
    margin-bottom: 20px;
}

@media screen and (max-width:840px) {
    .component--card.has--grid-column-1-fr-same > .component--item > * > *,
    .component--card.has--grid-column-2-fr-same > .component--item > * > *,
    .component--card.has--grid-column-3-fr-same > .component--item > * > * {
        margin-bottom: 20px;
    }
}

.component--card.has--grid-column-1-fr-same > .component--item > * > *:last-child,
.component--card.has--grid-column-2-fr-same > .component--item > * > *:last-child,
.component--card.has--grid-column-3-fr-same > .component--item > * > *:last-child,
.component--card.has--grid-column-4-fr-same > .component--item > * > *:last-child {
    margin-bottom: 0px;
}

.component--blog_list > .component--item > * > .component--date,
.component--blog_list > .component--item > * > .component--title,
.component--blog_list > .component--item > * > .component--tag,
.component--blog_list > .component--item > * > .component--author {
    margin-bottom: 10px;
}

.component--blog_list > .component--item > * > .component--richtext {
    margin-top: 20px;
    margin-bottom: 20px;
}

.component--blog_list > .component--item > * > .component--link_list {
    margin-top: 30px;
}

.component--card > .component--item > .content_column {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.component--card.has--setting-type-horizontal > .component--item {
    display: grid;
    column-gap: 30px;
}

.component--card.has--setting-type-horizontal > .component--item.has--grid-column-2-fr-1_1 {
    grid-template-columns: 1fr 1fr;
}

.component--card.has--setting-type-horizontal > .component--item.has--grid-column-2-fr-1_2 {
    grid-template-columns: 1fr 2fr;
}

.component--card.has--setting-type-horizontal > .component--item.has--grid-column-2-fr-2_3 {
    grid-template-columns: 2fr 3fr;
}

.component--card.has--setting-type-horizontal > .component--item.has--grid-column-2-fr-2_1 {
    grid-template-columns: 2fr 1fr;
}

.component--card.has--setting-type-horizontal > .component--item.has--grid-column-2-fr-3_2 {
    grid-template-columns: 3fr 2fr;
}

.component--card.has--setting-type-horizontal > .component--item.has--order-image_content .image_column {
    order: 1;
}

.component--card.has--setting-type-horizontal > .component--item.has--order-image_content .content_column {
    order: 2;
}

.component--card.has--setting-type-horizontal > .component--item.has--order-content_image .image_column {
    order: 2;
}

.component--card.has--setting-type-horizontal > .component--item.has--order-content_image .content_column {
    order: 1;
}

.component--card.has--setting-type-horizontal.has--grid-column-1-fr-same > .component--item.has--order-alternate .image_column {
    order: 1;
}

.component--card.has--setting-type-horizontal.has--grid-column-1-fr-same > .component--item.has--order-alternate:nth-child(2n) .image_column {
    order: 2;
}

.component--card.has--setting-type-horizontal.has--grid-column-1-fr-same > .component--item.has--order-alternate .content_column {
    order: 2;
}

.component--card.has--setting-type-horizontal.has--grid-column-1-fr-same > .component--item.has--order-alternate:nth-child(2n) .content_column {
    order: 1;
}

.component--card.has--setting-type-horizontal > .component--item.has--order-alternate.has--grid-column-2-fr-1_2:nth-child(2n) {
    grid-template-columns: 2fr 1fr;
}

.component--card.has--setting-type-horizontal > .component--item.has--order-alternate.has--grid-column-2-fr-2_3:nth-child(2n) {
    grid-template-columns: 3fr 2fr;
}

.component--card.has--setting-type-horizontal > .component--item.has--order-alternate.has--grid-column-2-fr-2_1:nth-child(2n) {
    grid-template-columns: 1fr 2fr;
}

.component--card.has--setting-type-horizontal > .component--item.has--order-alternate.has--grid-column-2-fr-3_2:nth-child(2n) {
    grid-template-columns: 2fr 3fr;
}

.component--card.has--setting-type-horizontal.has--grid-column-2-fr-same > .component--item.has--order-alternate .image_column {
    order: 1;
}

.component--card.has--setting-type-horizontal.has--grid-column-2-fr-same > .component--item.has--order-alternate .content_column {
    order: 2;
}

.component--card.has--grid-column-1-fr-same > .component--item .component--link_list.has--grid-column-1-fr-same,
.component--card.has--grid-column-1-fr-same > .component--item .component--link_list.has--grid-column-2-fr-same {
    gap: 20px;
}

.component--card.has--grid-column-2-fr-same > .component--item .component--link_list.has--grid-column-1-fr-same,
.component--card.has--grid-column-2-fr-same > .component--item .component--link_list.has--grid-column-2-fr-same {
    gap: 20px;
}

.component--card.has--grid-column-3-fr-same > .component--item .component--link_list.has--grid-column-1-fr-same,
.component--card.has--grid-column-3-fr-same > .component--item .component--link_list.has--grid-column-2-fr-same {
    gap: 10px;
}

.component--card.has--grid-column-4-fr-same > .component--item .component--link_list.has--grid-column-1-fr-same,
.component--card.has--grid-column-4-fr-same > .component--item .component--link_list.has--grid-column-2-fr-same {
    gap: 10px;
}

@media screen and (max-width:840px) {
    .component--card.has--grid-column-1-fr-same > .component--item .component--link_list.has--grid-column-1-fr-same,
    .component--card.has--grid-column-1-fr-same > .component--item .component--link_list.has--grid-column-2-fr-same,
    .component--card.has--grid-column-2-fr-same > .component--item .component--link_list.has--grid-column-1-fr-same,
    .component--card.has--grid-column-2-fr-same > .component--item .component--link_list.has--grid-column-2-fr-same {
        gap: 10px;
    }
}

.component--card > .component--item .component--entire_link {
    margin-bottom: 0px !important;
}

@media screen and (min-width: 1141px) {
    .component--card > .component--item:hover .component--entire_link {
        position: absolute;
        background: rgba(255,255,255,0.5);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: 0.5s;
        margin-bottom: 0px !important;
        z-index: 10;
    }
}

@media screen and (max-width: 1140px) {
    .component--card > .component--item .component--entire_link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin-bottom: 0px !important;
        z-index: 10;
    }
}

.component--card > .component--item .component--entire_link::before {
    content: "";
    color: #ffffff;
    width: 0px;
    height: 0px;
    line-height: 0px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 1141px) {
    .component--card > .component--item:hover .component--entire_link::before {
        content: "→";
        position: absolute;
        color: #ffffff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background-color: black;
        text-align: center;
        border-radius: 25px;
        transition: 0.5s;
        margin-bottom: 0px !important;
    }
}



.component--card.has--design-type-just {
    gap: 0px;
}



.component--card.has--design-type-flow.has--grid-column-1-fr-same,
.component--card.has--design-type-flow.has--grid-column-2-fr-same,
.component--card.has--design-type-flow.has--grid-column-3-fr-same,
.component--card.has--design-type-flow.has--grid-column-4-fr-same {
    gap: 70px;
    overflow: ;
}

.component--card.has--design-type-flow > .component--item {
    position: relative;
}

.component--card.has--design-type-flow.has--grid-column-1-fr-same > .component--item::before {
    content: "";
    position: absolute;
    background-color: #EA5532;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    height: 30px;
    width: calc(30px * 2 * cos(60deg));
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.component--card.has--design-type-flow.has--grid-column-2-fr-same > .component--item::before,
.component--card.has--design-type-flow.has--grid-column-3-fr-same > .component--item::before,
.component--card.has--design-type-flow.has--grid-column-4-fr-same > .component--item::before {
    content: "";
    position: absolute;
    background-color: #EA5532;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    height: 30px;
    width: calc(30px / 2 * tan(60deg));
    right: -50px;
}

@media screen and (max-width:840px) {
    .component--card.has--design-type-flow.has--grid-column-2-fr-same.has--setting-type-horizontal > .component--item::before {
        content: "";
        position: absolute;
        background-color: #EA5532;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        height: 30px;
        width: calc(30px * 2 * cos(60deg));
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: -50px;
    }
}

@media screen and (max-width:540px) {
    .component--card.has--design-type-flow.has--grid-column-2-fr-same > .component--item::before,
    .component--card.has--design-type-flow.has--grid-column-3-fr-same > .component--item::before,
    .component--card.has--design-type-flow.has--grid-column-4-fr-same > .component--item::before {
        content: "";
        position: absolute;
        background-color: #EA5532;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        height: 30px;
        width: calc(30px * 2 * cos(60deg));
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: -50px;
    }
}

.component--card.has--design-type-flow > .component--item:last-child::before {
    width: 0px !important;
    height: 0px !important;
}

.component--card .component--list.has--design-type-flow{
    row-gap: 50px;
}

.component--card .component--list.has--design-type-flow > .component--item {
    position: relative;
}

.component--card .component--list.has--design-type-flow > .component--item::before {
    content: "";
    position: absolute;
    background-color: #EA5532;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    height: 20px;
    width: calc(20px * 2 * cos(60deg));
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
}

.component--card .component--list.has--design-type-flow > .component--item:last-child::before {
    width: 0px !important;
    height: 0px !important;
}



.component--card .component--item.has--shadow-type-fill {
    box-shadow: 10px 10px #E9E9E9;
}

@media screen and (max-width:1140px) {
    .component--card.has--setting-type-horizontal.has--grid-column-1-fr-same > .component--item {
    }

    .component--card.has--setting-type-horizontal.has--grid-column-2-fr-same {
    }
}


@media screen and (max-width:840px) {
    .component--card.has--setting-type-horizontal.has--grid-column-1-fr-same > .component--item {
        grid-template-columns: 1fr !important;
    }

    .component--card.has--setting-type-horizontal.has--grid-column-1-fr-same > .component--item.has--order-content_image .image_column {
        order: 1;
    }

    .component--card.has--setting-type-horizontal.has--grid-column-1-fr-same > .component--item.has--order-content_image .content_column {
        order: 2;
    }

    .component--card.has--setting-type-horizontal.has--grid-column-1-fr-same > .component--item.has--order-alternate:nth-child(2n) .image_column {
        order: 1;
    }

    .component--card.has--setting-type-horizontal.has--grid-column-1-fr-same > .component--item.has--order-alternate:nth-child(2n) .content_column {
        order: 2;
    }

    .component--card.has--setting-type-horizontal.has--grid-column-2-fr-same {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:540px) {
    .component--card.has--setting-type-horizontal.has--grid-column-1-fr-same > .component--item {
        grid-template-columns: 1fr !important;
    }

    .component--card.has--setting-type-horizontal.has--grid-column-2-fr-same {
        grid-template-columns: 1fr;
    }
}



.component--deco_label {
    text-align: center;
    padding: 10px 5px;
}

.component--deco_label span {
    font-size: 1rem;
    font-weight: 600;
    font-family: 'A1ゴシック B JIS2004', 'Noto Sans JP', sans-serif;
}

.component--deco_label p {
    font-size: 0.875rem;
    font-weight: 600;
}

.component--deco_label.has--design-type-fill {
    background-color: #EA5532;
    color: #ffffff;
}

.component--deco_label.has--design-type-border {
    border-bottom: 3px solid #EA5532;
}

.component--deco_label.has--design-type-border span {
    color: #EA5532;
}



.component--image img {
    display: block;
    position: relative;
}

.component--image.has--shadow-type-fill img {
}

.component--image.has--design-type-label figure {
    position: relative;
}

.component--image.has--design-type-label figure::before {
    content: "SAMPLE";
    position: absolute;
    min-width: 100px;
    top: 20px;
    color: #ffffff;
    letter-spacing: 0.3em;
    background-color: #EA5532;
    font-size: 0.75rem;
    text-align: center;
    padding: 3px 10px;
    z-index: 10;
    font-family: 'A1ゴシック B JIS2004', 'Noto Sans JP', sans-serif;
}

.component--image.has--design-type-circle img {
    width: 60%;
    aspect-ratio: 1;
    border-radius: 50%;
    margin: 0 auto;
    object-fit: cover;
}

.component--image figure a{
    display: inline-block;
    overflow: hidden;
}

@media screen and (min-width: 1141px) {
    .component--image figure a:hover img {
        transform: scale(1.1);
        transition: 0.5s;
    }
}



.component--richtext.has--design-type-note {
    background-color: #E9E9E9;
    border-left: 5px solid #EA5532;
    padding: 15px;
}

.component--richtext.has--design-type-label {
    position: relative;
    background-color: #E9E9E9;
    padding: 20px;
}

.component--richtext.has--design-type-label::before {
    content: "";
    position: absolute;
    z-index: 10;
    background-color: #EA5532;
    color: #ffffff;
    font-size: 0.875rem;
    letter-spacing: 0.15em;
    padding: 3px 10px;
    min-width: 100px;
    text-align: center;
    top: -14px;
    left: 20px;
    font-family: 'A1ゴシック B JIS2004', 'Noto Sans JP', sans-serif;
}



.module--container.has--background .module--content {
    padding: 40px;
}

@media screen and (max-width:1140px) {
    .module--container.has--background .module--content {
        padding: 30px;
    }
}

@media screen and (max-width:540px) {
    .module--container.has--background .module--content {
        padding: 20px;
    }
}



.blog_list_botton_wrapper {
}

.blog_list_button.has--design-type-small_button {
    display: block;
    font-weight: 700;
    height: 100%;
    position: relative;
    border: 1px solid #EA5532;
    border-radius: 8px;
    padding: 5px 30px 7px 55px;
    background-color: #EA5532;
    color: #ffffff;
    text-decoration: none;
}

.blog_list_button.has--design-type-small_button::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top;
}

@media screen and (min-width: 1141px) {
    .blog_list_button.has--design-type-small_button:hover {
        background-color: #ffffff;
        color: #EA5532;
        transition: .3s cubic-bezier(.4, .4, 0, 1);;
    }

    .blog_list_button.has--design-type-small_button:hover::after {
        left: 31px;
        border-color: #EA5532;
        transition: .3s cubic-bezier(.4, .4, 0, 1);;
    }
}



.component--band .content_area_wrapper {
    padding: 0px 30px;
}

@media screen and (max-width:1140px) {
    .component--band .content_area_wrapper {
        padding: 0px 25px;
    }
}

@media screen and (max-width:540px) {
    .component--band .content_area_wrapper {
        padding: 0px 20px;
    }
}

.component--band .content_area_wrapper .component--content_area {
    background-color: #ffffff;
}

.component--band .content_area_wrapper .component--content_area > * {
    margin-bottom: 20px;
}
.component--band .content_area_wrapper .component--content_area > *:last-child {
    margin-bottom: 0px;
}

.component--band.has--setting-type-image .content_background {
    background-size: cover;
    background-position: center center;
}

.component--band.has--setting-type-color .content_background {
}

.component--band.has--design-type-content_over .content_background {
    display: grid;
    padding: 30px 0px;
    place-content: center;
}

@media screen and (max-width:1140px) {
    .component--band.has--design-type-content_over .content_background {
        padding: 25px 0px;
    }
}

@media screen and (max-width:540px) {
    .component--band.has--design-type-content_over .content_background {
        padding: 20px 0px;
    }
}

.component--band.has--design-type-content_over .content_background:has(.has--setting-position-center) {
    place-content: center;
}

.component--band.has--design-type-content_over .content_background:has(.has--setting-position-left) {
    align-content: center;
    justify-content: start;
}

.component--band.has--design-type-content_over .content_background:has(.has--setting-position-right) {
    align-content: center;
    justify-content: end;
}

.component--band.has--design-type-content_bottom .content_area_wrapper .component--content_area.has--setting-position-center {
    margin-left: auto;
    margin-right: auto;
}

.component--band.has--design-type-content_bottom .content_area_wrapper .component--content_area.has--setting-position-left {
    margin-left: 0;
    margin-right: auto;
}

.component--band.has--design-type-content_bottom .content_area_wrapper .component--content_area.has--setting-position-right {
    margin-left: auto;
    margin-right: 0;
}

.component--band.has--design-type-content_bottom .content_background {
    height: 250px;
}

.component--band.has--design-type-content_bottom .content_area_wrapper .component--content_area {
    margin-top: -125px;
}

.component--band .component--content_area {
    display: grid;
    max-width: 500px;
    padding: 30px;
}

@media screen and (max-width:1140px) {
    .component--band .component--content_area {
        padding: 25px;
    }
}

@media screen and (max-width:540px) {
    .component--band .component--content_area {
        padding: 20px;
    }
}

.component--band .component--content_area.has--design-type-square,
.component--band .component--content_area.has--design-type-circle {
    place-content: center;
    width: 250px;
}

/* Safariのみ */
::-webkit-full-page-media, :future, :root .component--band .component--content_area.has--design-type-square,
::-webkit-full-page-media, :future, :root .component--band .component--content_area.has--design-type-circle {
    place-content: inherit;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.component--band .component--content_area.has--design-type-square {
    aspect-ratio: 1/1;
}

.component--band .component--content_area.has--design-type-circle {
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.component--band.has--design-type-content_over .content_background.has--layout-expand-full_window {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding-left: calc(((100vw - 100%) / 2));
    padding-right: calc(((100vw - 100%) / 2));
}

.component--band.has--design-type-content_over .content_background.has--layout-expand-full_area {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
}

@media screen and (max-width:840px) {
    .component--band.has--design-type-content_over .content_background.has--layout-expand-full_area {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}





.has--order-1 {
    order: 1;
}

.has--order-2 {
    order: 2;
}

.has--order-3 {
    order: 3;
}

.has--order-4 {
    order: 4;
}

.has--order-5 {
    order: 5;
}



.component--news_list {
    display: flex;
    flex-flow: column;
    gap: 30px;
}

.blog_news_link {
    display: flex;
    align-items: start;
    gap: 20px 30px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity .3s cubic-bezier(.4, .4, 0, 1);;
    transition-timing-function: ease-in;
    text-decoration: none;
    color: #1D1A1A;
}

@media screen and (min-width: 1141px) {
    .blog_news_link:hover {
        opacity: 0.7;
    }
}

.blog_news_img {
    max-width: 240px;
    width: 100%;
    aspect-ratio: 116 / 61;
    display: flex;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 540px) {
  .blog_news_img {
    max-width: 130px;
  }
}

.blog_news_cnt {
    width: calc(100% - 240px);
}

@media screen and (max-width: 540px) {
  .blog_news_cnt {
    width: calc(100% - 130px);
  }
}

.blog_news_info {
    height: fit-content;
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.blog_news_date {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
}

.blog_news_ttl {
    margin-top: 20px;
    transition: .3s cubic-bezier(.4, .4, 0, 1);;
    transition-timing-function: ease-in;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
}

@media screen and (max-width: 840px) {
  .blog_news_ttl {
      margin-top: 15px;
  }
}

.blog_category {
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    font-size: 10px;
    line-height: 1;
}

.blog_news_header>:last-child {
	margin-right: 0
}

.news_post_ttl {
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: bold;
}

@media screen and (max-width: 840px) {
    .blog_post_ttl {
        margin-top: 20px;
        font-size: 1.375rem;
    }
}