@charset "UTF-8";
.pc {
    display: none !important;
}
@media only screen and (min-width: 768px) {
    .pc {
        display: initial !important;
    }
}

@media only screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

.footer_grid,
.footer_menu_lists,
.header_inner,
.nav_menu,
.voice_grid,
.voice_grid .item_link,
.voice_grid .item_tags,
.layr_recruit_grid {
    display: flex;
}

.footer_grid,
.footer_menu_lists,
.nav_menu,
.voice_grid .item_link,
.layr_recruit_grid {
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .footer_grid,
    .footer_menu_lists,
    .voice_grid,
    .layr_recruit_grid {
        flex-direction: row;
    }
}
.voice_grid .item_avatar img,
.layr_recruit_bg img {
    object-fit: cover;
}

.totop {
    position: fixed;
}

body {
    font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
    body {
        font-size: 1.6rem;
    }
}

.c_ttl20,
.btn_view_more,
.txt,
.heading_el .en,
.footer_menu_lists .item_link,
.nav_menu .item_link,
.voice_grid .item_tags span,
.voice_grid .item_link_ref,
.layr_recruit_details .item_link {
    font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
    .c_ttl20,
    .btn_view_more,
    .txt,
    .heading_el .en,
    .footer_menu_lists .item_link,
    .nav_menu .item_link,
    .voice_grid .item_tags span,
    .voice_grid .item_link_ref,
    .layr_recruit_details .item_link {
        font-size: 2rem;
    }
}

.heading_pri .en,
.heading_cut .en {
    font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
    .heading_pri .en,
    .heading_cut .en {
        font-size: 2.2rem;
    }
}

.c_ttl24,
.title_el,
.heading_block .smaller {
    font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
    .c_ttl24,
    .title_el,
    .heading_block .smaller {
        font-size: 2.4rem;
    }
}

.heading_block .en {
    font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
    .heading_block .en {
        font-size: clamp(
            2.4rem,
            calc(2.4rem + 0.0048076923 * (100vw - 768px)),
            2.8rem
        );
    }
}

.title_block,
.heading_el .jp {
    font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
    .title_block,
    .heading_el .jp {
        font-size: clamp(
            2.8rem,
            calc(2.8rem + 0.0048076923 * (100vw - 768px)),
            3.2rem
        );
    }
}

.heading_block .jp,
.heading_cut .jp {
    font-size: 2.6rem;
}
@media only screen and (min-width: 768px) {
    .heading_block .jp,
    .heading_cut .jp {
        font-size: clamp(
            3.6rem,
            calc(3.6rem + 0.0072115385 * (100vw - 768px)),
            4.2rem
        );
    }
}

.heading_pri .jp {
    font-size: 2.8rem;
}
@media only screen and (min-width: 768px) {
    .heading_pri .jp {
        font-size: clamp(
            4rem,
            calc(4rem + 0.0096153846 * (100vw - 768px)),
            4.8rem
        );
    }
}

.heading_block .en {
    font-weight: 700;
}

.c_ttl20,
.c_ttl24,
.title_block,
.title_el,
.heading_pri .en,
.heading_pri .jp,
.heading_block .jp,
.heading_el .en,
.heading_el .jp,
.heading_cut .en,
.heading_cut .jp,
.voice_grid .item_tags span {
    font-weight: 900;
}

.voice_grid .item_avatar img,
.layr_recruit_bg img {
    width: 100%;
    height: 100%;
}

html {
    line-height: 1.6;
    scrollbar-width: thin;
    overflow-y: scroll;
    scroll-padding-top: 80px;
    zoom: 80%;
}
@media only screen and (min-width: 768px) {
    html {
        scroll-padding-top: 120px;
    }
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #000;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    left: 0;
}

main {
    width: 100%;
    padding-top: 59px;
}
@media only screen and (min-width: 768px) {
    main {
        padding-top: 140px;
    }
}

img {
    width: 100%;
    height: auto;
}

.wrapper,
#wrapper {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .nav_link_block:hover,
    .nav_link:hover {
        opacity: 0.6;
    }
}

.item_link,
.nav_link {
    display: inline-block;
    transition: 300ms ease-out;
}

.item_link_block,
.nav_link_block {
    display: block;
    transition: 300ms ease-out;
}

.container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (min-width: 768px) {
    .container {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
}
.container_fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.container_lg {
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (min-width: 768px) {
    .container_lg {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
}

.page_mv {
    padding-top: 40px;
    padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .page_mv {
        padding-top: 86px;
        padding-bottom: 58px;
    }
}
.page_mv .item_txt {
    margin-top: 24px;
}
@media only screen and (min-width: 768px) {
    .page_mv .item_txt {
        margin-top: 50px;
    }
}
.page_mv_photo {
    margin-top: 30px;
}
@media only screen and (min-width: 768px) {
    .page_mv_photo {
        margin-top: 57px;
    }
}
.page_mv_txt {
    margin-top: 24px;
}
@media only screen and (min-width: 768px) {
    .page_mv_txt {
        margin-top: 59px;
    }
}
.page_mv_txt .txt + .txt {
    margin-top: 20px;
}
@media only screen and (min-width: 768px) {
    .page_mv_txt .txt + .txt {
        margin-top: 32px;
    }
}

.layr_recruit {
    position: relative;
    z-index: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media only screen and (min-width: 1025px) {
    .layr_recruit {
        padding-top: 101px;
        padding-bottom: 100px;
    }
}
.layr_recruit_bg {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-color: #f5f5f5;
    mix-blend-mode: multiply;
}
.layr_recruit figure.layr_recruit_bg {
    mix-blend-mode: unset;
}
.layr_recruit figure.layr_recruit_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000;
    mix-blend-mode: multiply;
    opacity: 0.7;
}
.layr_recruit_grid {
    gap: 20px 40px;
    align-items: flex-start;
    width: 375px;
    max-width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 768px) {
    .layr_recruit_grid {
        width: 760px;
        margin-top: 33px;
    }
}
.layr_recruit_details,
.layr_recruit_graduate {
    width: 100%;
    color: #fff;
    background-color: #c40018;
    padding: 20px;
}
@media only screen and (min-width: 768px) {
    .layr_recruit_details,
    .layr_recruit_graduate {
        width: calc(50% - 20px);
    }
}
.layr_recruit_details .title_el,
.layr_recruit_graduate .title_el {
    font-weight: 700;
}
.layr_recruit_details {
    position: relative;
    z-index: 0;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .layr_recruit_details {
        padding-bottom: 39px;
    }
}
.layr_recruit_details_inset_link {
    position: absolute;
    inset: 0;
}
.layr_recruit_details .item_lists {
    width: 300px;
    max-width: 100%;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 768px) {
    .layr_recruit_details .item_lists {
        width: 220px;
        gap: 20px;
        margin-top: 16px;
    }
}
.layr_recruit_details .item_link {
    font-weight: 700;
    line-height: 1.45;
}
@media only screen and (min-width: 768px) {
    .layr_recruit_details .item_link {
        transition: opacity 300ms linear;
    }
    .layr_recruit_details .item_link:hover {
        opacity: 0.6;
    }
}
.layr_recruit_details .title_el {
    display: inline-block;
    position: relative;
    z-index: 0;
}
@media only screen and (min-width: 768px) {
    .layr_recruit_graduate {
        padding-bottom: 25px;
    }
}
.layr_recruit_graduate .item_lists {
    width: 180px;
    max-width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 768px) {
    .layr_recruit_graduate .item_lists {
        width: 210px;
        margin-top: 6px;
    }
}
.layr_recruit_graduate .item_link {
    display: block;
}
@media only screen and (min-width: 768px) {
    .layr_recruit_graduate .item_link {
        transition: opacity 300ms linear;
    }
    .layr_recruit_graduate .item_link:hover {
        opacity: 0.6;
    }
}
.layr_recruit_graduate .item_link img {
    width: 100%;
}

.voice_grid {
    --gapx: 20px;
    --gapy: 30px;
    gap: var(--gapy) var(--gapx);
    flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
    .voice_grid {
        --gapx: 100px;
        --gapy: 100px;
    }
}
.voice_grid .item {
    width: calc(50% - var(--gapx) * 0.5);
}
@media only screen and (min-width: 768px) {
    .voice_grid .item {
        width: calc(33.33% - var(--gapx) * 2 / 3);
    }
}
.voice_grid .item_link {
    height: 100%;
}
@media only screen and (min-width: 768px) {
    .voice_grid .item_link {
        transition: opacity 300ms linear;
    }
    .voice_grid .item_link:hover {
        opacity: 0.6;
    }
    .voice_grid .item_link:hover .item_avatar img {
        scale: 1.05 1.05;
    }
    .voice_grid .item_link:hover .item_link_ref {
        text-decoration: none;
    }
}
.voice_grid .item_avatar {
    width: 100%;
    aspect-ratio: 0.8235366783;
    overflow: hidden;
}
.voice_grid .item_avatar img {
    transition: scale 300ms linear;
}
.voice_grid .item_tags {
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .voice_grid .item_tags {
        margin-top: 41px;
        margin-bottom: 27px;
    }
}
.voice_grid .item_tags span {
    line-height: 1.6;
    display: inline-block;
    background-color: #c40018;
    padding: 2px 10px;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .voice_grid .item_tags span {
        padding: 4px 15px 3px;
    }
}
.voice_grid .item_link_ref {
    font-weight: 700;
    text-align: right;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-top: auto;
}
@media only screen and (min-width: 768px) {
    .voice_grid .item_link_ref {
        padding-bottom: 5px;
        text-decoration: underline 2px;
        text-underline-offset: 11px;
    }
}
.voice_grid .title_el {
    line-height: 1.6;
}
@media only screen and (min-width: 768px) {
    .voice_grid .title_el {
        text-align: justify;
    }
}
.voice_grid .txt {
    line-height: 1.6;
    margin-top: 12px;
    margin-bottom: 9px;
}
@media only screen and (min-width: 768px) {
    .voice_grid .txt {
        margin-top: 17px;
    }
}

.totop {
    z-index: 100;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    width: 40px;
    height: 40px;
    background-color: #c40018;
    border: 1px solid #fff;
    transition-property: border-color, background-color, opacity;
    transition-duration: 300ms;
    pointer-events: none;
}
@media only screen and (min-width: 768px) {
    .totop {
        width: 60px;
        height: 60px;
        right: 32px;
        border-width: 2px;
        cursor: pointer;
    }
    .totop:hover {
        border-color: #c40018;
        background-color: #fff;
    }
    .totop:hover::after {
        border-bottom-color: #c40018;
    }
}
.totop::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    transition: 300ms linear;
    border: 0;
    border-left: 6px solid rgba(196, 0, 24, 0);
    border-right: 6px solid rgba(196, 0, 24, 0);
    border-bottom: 8px solid #fff;
}
@media only screen and (min-width: 768px) {
    .totop::after {
        border-left-width: 8px;
        border-right-width: 8px;
        border-bottom-width: 10px;
    }
}
.totop.is_show {
    opacity: 1;
    pointer-events: all;
}

/** -- ▷ header -- */
.header {
    width: 100%;
    position: fixed;
    z-index: 2500;
    top: 0;
    left: 0;
}
.header.is_agent .header_inner {
    background-color: blue !important;
}
.header_inner {
    padding: 10px 10px 2px;
    background-color: #fff;
}
@media only screen and (min-width: 768px) {
    .header_inner {
        align-items: center;
        padding: 14px 20px;
    }
}
@media only screen and (min-width: 1025px) {
    .header_inner {
        padding: 26px 50px 10px 40px;
        padding-left: clamp(2rem, calc(2rem + 0.05 * (100vw - 1200px)), 4rem);
        padding-right: clamp(2rem, calc(2rem + 0.075 * (100vw - 1200px)), 5rem);
    }
}
.header_logo {
    width: 100px;
    margin-right: auto;
}
@media only screen and (min-width: 768px) {
    .header_logo {
        width: 120px;
        transition: opacity 300ms linear;
    }
    .header_logo:hover {
        opacity: 0.6;
    }
}
@media only screen and (min-width: 1025px) {
    .header_logo {
        width: 193.59px;
        width: clamp(
            12rem,
            calc(12rem + 0.183975 * (100vw - 1200px)),
            19.359rem
        );
        position: relative;
        top: 2px;
    }
}
.header_menu {
    display: none;
    gap: 15px;
    gap: clamp(1.5rem, calc(1.5rem + 0.05 * (100vw - 1400px)), 4rem);
    align-items: center;
    padding-right: 40px;
    padding-right: clamp(2rem, calc(2rem + 0.05 * (100vw - 1200px)), 4rem);
}
@media only screen and (min-width: 1025px) {
    .header_menu {
        display: flex;
    }
}
.header_menu .item_link {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.45;
}
@media only screen and (min-width: 768px) {
    .header_menu .item_link {
        font-size: clamp(
            1.3rem,
            calc(1.3rem + 0.0175 * (100vw - 1200px)),
            2rem
        );
        transition: opacity 300ms linear;
    }
    .header_menu .item_link:hover {
        opacity: 0.6;
    }
}
.header_recruit {
    display: none;
}
@media only screen and (min-width: 768px) {
    .header_recruit {
        display: flex;
        gap: 10px;
        flex-direction: row;
    }
}
.header_recruit .item_link {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    color: #fff;
    background-color: #c40018;
}
@media only screen and (min-width: 768px) {
    .header_recruit .item_link {
        font-size: clamp(
            1.3rem,
            calc(1.3rem + 0.0175 * (100vw - 1200px)),
            2rem
        );
        padding: 9px 20px;
        padding: 9px clamp(1rem, calc(1rem + 0.025 * (100vw - 1200px)), 2rem);
        transition: opacity 300ms linear;
        cursor: pointer;
    }
    .header_recruit .item_link:hover {
        opacity: 0.6;
    }
}
.header_recruit_graduate {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .header_recruit_graduate:hover .layr_recruit_graduate {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
}
.header_recruit_graduate .layr_recruit_graduate {
    width: 100%;
    top: calc(100% + 5px);
    left: 0;
}
@media only screen and (min-width: 768px) {
    .header_recruit_graduate .layr_recruit_graduate {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: 300ms linear;
    }
}
.header_recruit_graduate .layr_recruit_graduate::after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 0;
}
@media only screen and (min-width: 768px) {
    .header_recruit_graduate .layr_recruit_graduate a {
        transition: opacity 300ms linear;
    }
    .header_recruit_graduate .layr_recruit_graduate a:hover {
        opacity: 0.6;
    }
}

.nav {
    position: fixed;
    z-index: -1;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #c40018;
    display: flex;
    transition: 300ms linear;
    padding-top: 60px;
}
@media only screen and (min-width: 768px) {
    .nav {
        padding-top: 80px;
    }
}
@media only screen and (min-width: 1025px) {
    .nav {
        display: none;
    }
}
.nav.is_open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.nav_toggler {
    width: 40px;
    height: 40px;
    background-color: #c40018;
    display: block;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .nav_toggler {
        width: 44px;
        height: 44px;
        margin-left: 10px;
        cursor: pointer;
        transition: opacity 300ms linear;
    }
    .nav_toggler:hover {
        opacity: 0.6;
    }
}
@media only screen and (min-width: 1025px) {
    .nav_toggler {
        display: none;
    }
}
.nav_toggler.is_open .item_bar:nth-child(1) {
    top: calc(50% - 1px);
    rotate: 45deg;
}
.nav_toggler.is_open .item_bar:nth-child(2) {
    opacity: 0;
}
.nav_toggler.is_open .item_bar:nth-child(3) {
    top: calc(50% - 1px);
    rotate: -45deg;
}
.nav_toggler .item_box {
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
@media only screen and (min-width: 768px) {
    .nav_toggler .item_box {
        width: 32px;
        height: 13px;
    }
}
.nav_toggler .item_bar {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    transition: rotate 300ms ease;
}
@media only screen and (min-width: 768px) {
    .nav_toggler .item_bar {
        height: 2px;
    }
}
.nav_toggler .item_bar:nth-child(1) {
    top: 0px;
}
@media only screen and (min-width: 768px) {
    .nav_toggler .item_bar:nth-child(1) {
        top: -1px;
    }
}
.nav_toggler .item_bar:nth-child(2) {
    top: 50%;
}
.nav_toggler .item_bar:nth-child(3) {
    top: 100%;
}
.nav_inner {
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
@media only screen and (min-width: 768px) {
    .nav_inner {
        padding-top: 80px;
    }
}
.nav_ova {
    width: 100%;
    max-height: calc(100vh - 100px);
    max-height: calc(100dvh - 100px);
    overflow: auto;
}
.nav_ova.is_agent {
    max-height: calc(100vh - 10px);
}
.nav_block {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.nav_menu {
    gap: 12px;
    padding-left: 45px;
    padding-right: 20px;
}
@media only screen and (min-width: 768px) {
    .nav_menu {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.nav_menu .item_link {
    font-weight: 700;
    color: #fff;
    line-height: 2;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .nav_menu .item_link {
        transition: opacity 300ms linear;
    }
    .nav_menu .item_link:hover {
        opacity: 0.6;
    }
}
.nav_menu .item_link::before {
    content: "";
    width: 12px;
    height: 2px;
    background-color: #fff;
}
.nav_recruit {
    display: flex;
    gap: 12px;
    flex-direction: column;
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
}
@media only screen and (min-width: 768px) {
    .nav_recruit {
        display: none;
    }
}
.nav_recruit .item_link {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 2;
    text-align: center;
    display: block;
    background-color: #c40018;
    padding: 5px;
}
.nav_recruit_graduate .layr_recruit_graduate {
    width: 100%;
    background-color: #fff;
    padding: 0;
}
.nav_recruit_graduate a {
    display: block;
    border: 1px solid #8e8e8e;
}

/** -- ▷ footer -- */
.footer {
    margin-top: 60px;
}
@media only screen and (min-width: 768px) {
    .footer {
        margin-top: 142px;
        border-top: 1px solid #e5e5e5;
    }
}
@media only screen and (min-width: 768px) {
    .footer.footer_top {
        margin-top: 147px;
    }
}
.footer_recruit {
    position: relative;
    color: #fff;
}
.footer_grid {
    gap: 40px 20px;
}
@media only screen and (min-width: 768px) {
    .footer_grid {
        justify-content: space-between;
    }
}
.footer_main {
    padding-top: 60px;
    padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .footer_main {
        padding-top: 103px;
        padding-bottom: 97px;
    }
}
@media only screen and (min-width: 768px) {
    .footer_info {
        width: 280px;
    }
}
.footer_logo {
    width: 160px;
    display: block;
}
@media only screen and (min-width: 768px) {
    .footer_logo {
        width: 224.58px;
        transition: opacity 300ms linear;
    }
    .footer_logo:hover {
        opacity: 0.6;
    }
}
.footer_more {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
@media only screen and (min-width: 768px) {
    .footer_more {
        margin-top: 33px;
    }
}
.footer_menu {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .footer_menu {
        width: 380px;
        max-width: calc(100% - 20px - 280px);
    }
}
.footer_menu_lists {
    gap: 12px;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
    .footer_menu_lists {
        gap: 25px 20px;
        justify-content: space-between;
    }
}
.footer_menu_lists .item {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .footer_menu_lists .item {
        width: 160px;
        max-width: calc(50% - 10px);
    }
}
.footer_menu_lists .item_link {
    font-weight: 700;
    line-height: 1.45;
}
@media only screen and (min-width: 768px) {
    .footer_menu_lists .item_link {
        transition: opacity 300ms linear;
    }
    .footer_menu_lists .item_link:hover {
        opacity: 0.6;
    }
}
.footer_copyright {
    background-color: #000;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .footer_copyright {
        padding-top: 39px;
        padding-bottom: 30px;
    }
}
.footer_copyright p {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: right;
}
@media only screen and (min-width: 768px) {
    .footer_copyright p {
        font-size: 1.4rem;
    }
}

.heading_center {
    text-align: center;
}
.heading_pri .en,
.heading_pri .jp {
    display: block;
}
.heading_pri .en {
    line-height: 1.4545454545;
    margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
    .heading_pri .en {
        margin-bottom: 13px;
    }
}
.heading_pri .jp {
    line-height: 1.4791666667;
}
.heading_block .en,
.heading_block .jp {
    display: block;
}
.heading_block .en {
    line-height: 1.1428571429;
    margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
    .heading_block .en {
        margin-bottom: 14px;
    }
}
.heading_block .jp {
    line-height: 1.4761904762;
    display: block;
}
.heading_block .jp:has(.smaller) {
    display: flex;
    gap: 10px;
    align-items: center;
}
.heading_block .smaller {
    line-height: 1.5;
}
.heading_el .en,
.heading_el .jp {
    display: block;
}
.heading_el .en {
    line-height: 1.6;
}
.heading_el .jp {
    line-height: 1.46875;
}
.heading_cut .en,
.heading_cut .jp {
    display: block;
}
.heading_cut .en {
    line-height: 1.4545454545;
}
@media only screen and (min-width: 768px) {
    .heading_cut .en {
        margin-bottom: -2px;
    }
}
.heading_cut .jp {
    line-height: 1.4761904762;
}

.title_center {
    text-align: center;
}
.title_block {
    line-height: 1.46875;
}
.title_block .row {
    display: block;
}
.title_block .spec {
    color: #c40018;
}
.title_el {
    line-height: 1.5;
}

.txt {
    font-weight: 400;
    line-height: 1.6;
}

.btn_view_more {
    font-weight: 700;
    line-height: 1.45;
    width: 280px;
    height: 50px;
    max-width: 100%;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7d7c7c;
}
@media only screen and (min-width: 768px) {
    .btn_view_more {
        width: 315px;
        height: 60px;
        cursor: pointer;
        transition: color 300ms ease, background-color 300ms ease;
    }
    .btn_view_more:hover {
        color: #fff;
        background-color: #c40018;
    }
}
@media only screen and (min-width: 768px) {
    .btn_view_more:has(.icon) {
        padding-bottom: 6px;
    }
}
@media only screen and (min-width: 768px) {
    .btn_view_more:has(.icon_blank):hover .icon_blank::before,
    .btn_view_more:has(.icon_blank):hover .icon_blank::after {
        border-color: #fff;
        background-color: #c40018;
    }
}
.btn_view_more .icon {
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
    top: 3px;
    margin-right: 6px;
}
.btn_view_more .icon::before,
.btn_view_more .icon::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
.btn_view_more .icon::after {
    content: "";
    rotate: 90deg;
}
.btn_view_more .icon_blank {
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    margin-left: 10px;
}
@media only screen and (min-width: 768px) {
    .btn_view_more .icon_blank {
        top: 3px;
    }
}
.btn_view_more .icon_blank::before,
.btn_view_more .icon_blank::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid currentColor;
    position: absolute;
}
@media only screen and (min-width: 768px) {
    .btn_view_more .icon_blank::before,
    .btn_view_more .icon_blank::after {
        border-width: 2px;
        transition: 300ms ease;
    }
}
.btn_view_more .icon_blank::before {
    top: 0;
    right: 0;
    z-index: 1;
}
.btn_view_more .icon_blank::after {
    left: 0;
    bottom: 0;
}

.lts_100 {
    letter-spacing: 0.1em;
}

.txt_j {
    text-align: justify;
}

.c_ttl20 {
    line-height: 1.6;
}

.c_ttl24 {
    line-height: 1.6;
}

.c_mv .heading_pri {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .c_mv .heading_pri {
        margin-bottom: 52px;
    }
}
.c_mv .img {
    margin-top: 30px;
}
@media only screen and (min-width: 768px) {
    .c_mv .img {
        margin-top: 58px;
    }
}

.c_bnr {
    padding: 70px 0 0;
}
@media only screen and (min-width: 768px) {
    .c_bnr {
        padding: 140px 0 0;
    }
}
.c_bnr .title_block {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .c_bnr .title_block {
        margin-bottom: 40px;
    }
}
.c_bnr__main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
}
@media only screen and (min-width: 768px) {
    .c_bnr__main {
        grid-template-columns: repeat(4, 1fr);
        gap: clamp(2rem, 4.6296296296vw + -1.5555555556rem, 4rem);
    }
}
@media only screen and (min-width: 768px) {
    .c_bnr__item {
        transition: opacity 300ms linear;
    }
    .c_bnr__item:hover {
        opacity: 0.6;
    }
    .c_bnr__item:hover .c_bnr__item_img img {
        scale: 1.05;
    }
}
.c_bnr__item_img {
    overflow: hidden;
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
    .c_bnr__item_img {
        margin-bottom: 24px;
    }
}
.c_bnr__item_img img {
    transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
    .c_bnr__item .title_el {
        font-size: clamp(1.8rem, 1.3888888889vw + 0.7333333333rem, 2.4rem);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.c_list01 li {
    position: relative;
    padding-left: 15px;
    font-weight: 400;
    margin-top: 5px;
}
@media only screen and (min-width: 768px) {
    .c_list01 li {
        padding-left: 18px;
        line-height: 1.6;
        margin-top: 7px;
    }
}
.c_list01 li:first-child {
    margin-top: 0;
}
.c_list01 li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    border-radius: 50%;
    background-color: #c40018;
    width: 6px;
    height: 6px;
}
@media only screen and (min-width: 768px) {
    .c_list01 li::before {
        width: 8px;
        height: 8px;
        top: 12px;
    }
}
