@charset "UTF-8";
.l-header {
    z-index: 9;
}
body.is-menuShow .l-menu {
    z-index: 9;
}
.c-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}
.c-btn {
    max-width: 180px;
    height: 40px;
}
.c-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #c8161d;
    color: #c8161d;
    border-radius: 100vh;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    position: relative;
}
@media(min-width:767px) {
    .c-btn a:hover {
        background: #c8161d;
        color: #fff !important;
    }
}
.c-btn.ver2 {
    max-width: 265px;
    height: 50px;
    margin: 0 auto;
}
.c-btn.ver2 a {
    border: 1px solid #c8161d;
    color: #fff;
    background: #c8161d;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
}
.c-btn.ver2 a span {
    padding-right: 26px;
}
.c-btn.ver2 a:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_btn.svg) no-repeat center / 100% auto;
    z-index: 1;
}
@media(min-width:767px) {
    .c-btn.ver2 a:hover {
        background: #fff;
        color: #c8161d !important;
    }
    .c-btn.ver2 a:hover:before {
        background: url(../svg/icn_btn.svg) no-repeat center / 100% auto;
        filter: brightness(0) saturate(100%) invert(12%) sepia(99%) saturate(4485%) hue-rotate(347deg) brightness(83%) contrast(106%);
    }
}
@media only screen and (max-width:767px) {
    .c-pc {
        display: none;
    }
    .c-pc-in {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-in {
        display: inline;
    }
    .c-btn {
        max-width: 240px;
        height: 45px;
    }
}
.topMv_img {
    max-width: 1212px;
    height: 562px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.topMv_img > picture > source,
.topMv_img > picture > img {
    width: 100%;
    height: 562px;
    max-width: none;
    max-height: 100%;
    object-fit: cover;
    object-position:center;
}
.topMv_ttl {
    content: '';
    position: absolute;
    top: 136px;
    left: 110px;
    z-index: 2;
}
@keyframes infinity-scroll-left{from{transform:translateX(0)}to{transform:translateX(-100%)}}
.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    position: relative;
    margin-top: -90px;
    z-index: 3;
}
.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}
.scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear .2s both;
}
.scroll-infinity__item {
    width: -webkit-calc(1629px * 2);
    width: calc(1629px * 2);
    height: 160px;
    background: url(../img/mv_slide.png) repeat-x;
}
.topCnt_ttl {
    text-align: center;
}
.topCnt_ttl .en {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #c8161d;
    margin-bottom: 16px;
}
.topCnt_ttl .ttl {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
}
.topCnt_wrap.job {
    background: #fff;
    padding: 120px 0 60px;
}
.job_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.job_lnk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    gap: 0 32px;
}
.job_lnk li {
    width: -webkit-calc((100% - 32px * 3) / 4);
    width: calc((100% - 32px * 3) / 4);
    max-width: 226px;
}
.job_lnk li a {
    width: 100%;
    height: 168px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c8161d;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.job_lnk li a:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_btn.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.job_lnk li a .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-top: 58px;
    transition:all .3s ease-out;
    min-height: 114px;
}
.job_lnk li.icn2 a .txt,
.job_lnk li.icn4 a .txt {
    font-size: 22px;
}
.job_lnk li a .txt:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.job_lnk li.icn1 a .txt:before {
    width: 35px;
    height: 46px;
    background: url(../img/icn_lnk1.png?3) no-repeat center;
}
.job_lnk li.icn2 a .txt:before {
    width: 50px;
    height: 46px;
    background: url(../svg/icn_lnk2.svg) no-repeat center/100% auto;
}
.job_lnk li.icn3 a .txt:before {
    width: 58px;
    height: 46px;
    background: url(../svg/icn_lnk3.svg) no-repeat center/100% auto;
}
.job_lnk li.icn4 a .txt:before {
    width: 44px;
    height: 46px;
    background: url(../svg/icn_lnk4.svg) no-repeat center/100% auto;
}
.topCnt_wrap.read {
    background: #fff7f5;
    padding: 80px 0;
}
.read_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.read_box .txtbox {
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
    box-sizing: border-box;
    padding-left: 26px;
}
.read_box .txtbox .txt {
    font-size: 16px;
    line-height: 2.25;
}
.topCnt_wrap.bran {
    overflow: hidden;
    position: relative;
    background: #fff7f1;
    padding: 126px 0 142px;
}
.topCnt_wrap.bran:before,
.topCnt_wrap.bran:after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    z-index: 1;
}
.topCnt_wrap.bran:before {
    top: 0;
    background: url(../img/top_bg01.png) no-repeat center bottom / 100% auto;
}
.topCnt_wrap.bran:after {
    bottom: 0;
    background: url(../img/top_bg02.png) no-repeat center top / 100% auto;
}
.bran_box {
    position: relative;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 767px) {
    .bran_box:before {
        content: '';
        display: block;
        width: 434px;
        height: 214px;
        position: absolute;
        right: -272px;
        top: -90px;
        background: url(../img/top_img02_2.png?2) no-repeat center;
        z-index: 1;
    }
    .bran_box.n2:before {
        width: 252px;
        height: 256px;
        right: auto;
        left: -172px;
        top: -22px;
        background: url(../img/top_img03_2.png?2) no-repeat center;
    }
    .bran_box.n3:before {
        width: 323px;
        height: 206px;
        top: -8px;
        right: -238px;
        background: url(../img/top_img04_2.png?2) no-repeat center;
    }
    .bran_box.n4:before {
        width: 281px;
        height: 280px;
        right: auto;
        left: -188px;
        top: 8px;
        background: url(../img/top_img14_2.png) no-repeat center;
    }
    .bran_box.n1 .bran_txt {
        padding-top: 34px;
    }
    .bran_box.n2 .bran_txt {
        padding-top: 40px;
    }
    .bran_box.n3 .bran_txt {
        padding-top: 62px;
    }
    .bran_box.n4 .bran_txt {
        padding-top: 40px;
    }
}
.bran_box.re {
    flex-direction:row-reverse;
}
.bran_img {
    position: relative;
    z-index: 2;
    padding-left: 30px;
}
.bran_box.re .bran_img {
    padding: 0 30px 0 0;
}
.bran_img img {
    border-radius: 15px;
}
.bran_txt {
    position: relative;
    z-index: 2;
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
    box-sizing: border-box;
    padding-left: 46px;
}
.bran_box.re .bran_txt {
    padding-left: 0;
    padding-right: 46px;
}
.bran_txt .ttl {
    text-align: center;
    margin-bottom: 30px;
}
.bran_txt .ttl.is-lst {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bran_txt .ttl.is-lst span {
    display: block;
    margin-right: 36px;
}
.bran_txt .ttl.is-lst span:last-child {
    margin-right: 0;
}
.bran_txt .txt {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.bran_txt .c-btn {
    margin-left: auto;
}
.bran_txt .c-btn a:before {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arrow-r.svg) no-repeat center / auto 100%;
    z-index: 1;
}
.other_box {
    margin-top: 80px;
}
.topCnt_sttl {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 38px;
}
.topCnt_sttl span {
    padding-left: 60px;
    position: relative;
}
.topCnt_sttl span:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #c8161d;
    z-index: 1;
}
.other_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.other_lst li {
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6);
}
.other_lst .logo {
    width: 100%;
    height: 52px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.other_lst .logo:last-child {
    margin-top: 25px;
}
.topCnt_wrap.work {
    background: #fff;
    padding: 40px 0 100px;
}
.work_lnk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #c8161d;
    margin-top: 60px;
    box-sizing: border-box;
}
.work_lnk li {
    width: 230px;
    height: 50px;
    box-sizing: border-box;
    position: relative;
}
.work_lnk li:last-child {
    margin-right: 0;
}
.work_lnk li a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #c8161d;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    border-radius: 4px 4px 0 0;
    border: 1px solid #c8161d;
    border-bottom: none;
    text-decoration: none;
}
.work_lnk li a:before {
    display: block;
    background: #fff;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    height: 2px;
    position: absolute;
    left: 1px;
    bottom: -1px;
}
.work_lnk li.is-on a {
    background: #fff;
    color: #c8161d;
    pointer-events: none;
}
.work_lnk li.is-on a:before {
    content: '';
}
.work_wrap {
    margin-bottom: 40px;
}
.work_wrap:last-of-type {
    margin-bottom: 0;
}
.work_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
    margin-bottom: 40px;
}
.work_box:last-of-type {
    margin-bottom: 0;
}
.work_box:nth-child(2n) {
    flex-direction:row-reverse;
}
.work_txt {
    width: -webkit-calc(100% - 375px);
    width: calc(100% - 375px);
    box-sizing: border-box;
    padding-left: 40px;
}
.work_box:nth-child(2n) .work_txt {
    padding-left: 20px;
    padding-right: 40px;
}
.work_txt .ttl {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    color: #c8161d;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
}
.work_txt .ttl .nmb {
    margin-right: 30px;
}
.work_txt .mds {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    color: #c8161d;
    margin-bottom: 18px;
}
.work_txt .txt {
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
}
.work_txt .c-btn {
    max-width: 200px;
    height: 50px;
}
.staff_wrap {
    background: #fff7f5;
    border-radius: 0 0 10px 10px;
    padding: 48px 50px 58px;
    margin-top: 60px;
}
.staff_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.staff_box {
    width: 440px;
    box-sizing: border-box;
    position: relative;
}
.staff_box .ttl {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    color: #c8161d;
    margin-bottom: 26px;
    min-height: 45px;
}
#royalhost .staff_box .ttl {
    min-height: auto;
}
.staff_box .txt {
    width: 336px;
    min-height: 94px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #c8161d;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.7;
    font-weight: bold;
    padding: 14px 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.staff_box .txt:before {
    content: '';
    display: block;
    width: 22px;
    height: 16px;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/bln_arrow.svg) no-repeat center;
    background-size: 100% auto;
    z-index: 2;
}
.staff_box .txt:after {
    content: '';
    display: block;
    width: 8px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    z-index: 2;
}
.staff_box:before {
    content: '';
    display: block;
    width: 102px;
    height: 222px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 25px;
    z-index: 2;
}
.staff_box.n1:before {
    background: url(../img/top_staff01.png) no-repeat center;
}
.staff_box.n2:before {
    background: url(../img/top_staff02.png) no-repeat center;
}
.staff_box.n3:before {
    background: url(../img/top_staff03.png) no-repeat center;
}
.staff_box.n4:before {
    background: url(../img/top_staff04.png) no-repeat center;
}
.staff_box.n5:before {
    background: url(../img/top_staff05.png) no-repeat center;
}
.staff_box.n6:before {
    background: url(../img/top_staff06.png) no-repeat center;
}
.staff_box.n7:before {
    background: url(../img/top_staff07.png) no-repeat center;
}
.staff_box.n8:before {
    background: url(../img/top_staff08.png) no-repeat center;
}
.staff_wrap .c-btn.ver2 {
    max-width: 450px;
    margin-top: 70px;
}
.store_wrap {
    border: 1px solid #c8161d;
    border-top: none;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    padding: 82px 0 0;
}
.store_box {
    display: none;
}
.store_box.is-on {
    display: block;
}
.topCnt_wrap.educ {
    background: #fff;
    padding: 80px 0 0;
}
.educ_wrap {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.educ_box {
    width: -webkit-calc((100% - 24px * 4) / 5);
    width: calc((100% - 24px * 4) / 5);
    background: #fff;
    border-radius: 10px;
    padding: 22px 18px 24px;
    position: relative;
    border: 1px solid #c8161d;
    box-sizing: border-box;
}
.educ_box .icon {
    width: 114px;
    height: 114px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.educ_box .icon:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background: #f8f8f8;
    border-radius: 50%;
    z-index: 1;
}
.educ_box .icon img,
.educ_box .icon source {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.educ_box .ttl {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #c8161d;
    text-align: center;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 52px;
}
.educ_box .txt {
    font-size: 12px;
    line-height: 1.666;
}
.topCnt_wrap.faq {
    background: #fff;
    padding: 120px 0 190px;
}
.topCnt_wrap.faq .c-btn.ver2 {
    margin-top: 60px;
}
.faq_box:first-of-type {
    margin-top: 100px;
    border-top: 1px solid #eaeaea;
}
.faq_box {
    border: 1px solid #eaeaea;
    border-top: none;
}
.txt_q a {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    color: #333;
    padding: 30px 28px;
    position: relative;
    padding-right: 40px;
}
.txt_q a:before {
    content: '';
    display: block;
    width: 14px;
    height: 8px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arrow.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.txt_q.on a:before {
    rotate: 180deg;
    margin-top: -8px;
}
.txt_a {
    display: none;
    font-size: 14px;
    line-height: 1.7;
    padding: 0 28px 38px;
}
.txt_q span,
.txt_a span {
    display: inline-block;
    padding-left: 38px;
    position: relative;
}
.txt_q span:before,
.txt_a span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background: url(../svg/icn_q.svg) no-repeat center / auto 100%;
    z-index: 1;
}
.txt_a span:before {
    top: 2px;
    background: url(../svg/icn_a.svg) no-repeat center / auto 100%;
}
.topCnt_wrap.career {
    background: #fff;
    padding: 80px 0;
}
.career_txt {
    margin-top: 60px;
}
.career_txt .txt {
    font-size: 16px;
    line-height: 1.875;
}
.career_lst {
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
}
.career_box {
    width: -webkit-calc((100% - 36px * 2) / 3);
    width: calc((100% - 36px * 2) / 3);
    border: 1px solid #c8161d;
    background: #fff7f5;
    border-radius: 10px;
    padding: 30px 25px;
    position: relative;
}
.career_box .en {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #c8161d;
    text-align: center;
    margin-bottom: 8px;
}
.career_box .ttl {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
}
.career_box .txt {
    font-size: 14px;
    line-height: 1.71;
}
.career_table {
    margin-top: 82px;
}
.career_table .ttl {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    padding-left: 6px;
    border-left: 4px solid #c8161d;
    margin-bottom: 24px;
}
.career_table .img {
    text-align: center;
}
.topCnt_wrap.flow {
    background: #fff7f5;
    padding: 80px 0;
}
.flow_wrap {
    margin-top: 104px;
    display: flex;
    justify-content: space-between;
}
.flow_box {
    width: -webkit-calc((100% - 24px * 4) / 5);
    width: calc((100% - 24px * 4) / 5);
    background: #fff;
    border-radius: 10px;
    padding:22px 18px 24px;
    position: relative;
    box-sizing: border-box;
}
.flow_box:before {
    content: '';
    display: block;
    width: 12px;
    height: 26px;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/flow_arrow-r.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.flow_box:last-child:before {
    content: none;
}
.flow_box .step {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -48px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #c8161d;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.flow_box .step span {
    font-size: 36px;
    font-weight: 700;
    padding-left: .2em;
}
.flow_box .icon {
    text-align: center;
    margin-bottom: 10px;
}
.flow_box .ttl {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    color: #c8161d;
    text-align: center;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 52px;
}
.flow_box .txt {
    font-size: 12px;
    line-height: 1.666;
}
@media (min-width: 767px) {
    .job_lnk li a:hover{
        background: #333;
    }
    .txt_q a:hover {
        color: #c8161d;
    }
    .bran_txt .c-btn a:hover:before {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(280deg) brightness(112%) contrast(111%);
    }
    .other_lst .logo a:hover {
        opacity: .7;
    }
    .work_lnk li a:hover{
        background: #333;
        border-color: #333;
    }
}
@media only screen and (max-width: 1120px) {
    .job_wrap {
        width: -webkit-calc(100% - 32px);
        width: calc(100% - 32px);
    }
    .job_lnk {
        gap: 0 10px;
    }
    .job_lnk li {
        width: -webkit-calc((100% - 10px * 3) / 4);
        width: calc((100% - 10px * 3) / 4);
    }
    .job_lnk li a .txt {
        font-size: 22px;
        min-height: 104px;
    }
    .job_lnk li.icn2 a .txt,
    .job_lnk li.icn4 a .txt {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1020px) {
    .topMv_ttl {
        left: 4vw;
    }
    .topCnt_in {
        padding: 0 40px;
    }
    .bran_img {
        width: 50%;
        padding-left: 0;
    }
    .bran_img img {
        width: 100%;
        height: auto;
    }
    .bran_txt {
        width: 50%;
        padding-left: 30px;
    }
    .work_lnk li {
        width: 24%;
    }
    .read_box {
        display: block;
    }
    .read_box .img {
        text-align: center;
        margin-bottom: 40px;
    }
    .read_box .txtbox {
        width: 100%;
        padding-left: 0;
    }
    .staff_wrap {
        padding: 48px 50px 38px;
    }
    .staff_in {
        display: block;
    }
    .staff_box .ttl {
        min-height: auto;
    }
    .staff_box {
        width: 440px;
        height: 200px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .staff_box:last-child {
        margin-bottom: 0;
    }
    .career_lst {
        display: block;
    }
    .career_box {
        width: 100%;
        margin-bottom: 30px;
    }
    .career_box:last-child {
        margin-bottom: 0;
    }
    .flow_wrap {
        margin-top: 94px;
        display: block;
    }
    .flow_box {
        width: 100%;
        margin-bottom: 80px;
        padding: 40px 0;
        min-height: 164px;
        padding-left: 164px;
    }
    .flow_box:last-child {
        margin-bottom: 0;
    }
    .flow_box .ttl {
        font-size: 20px;
        text-align: left;
        display: block;
        height: auto;
    }
    .flow_box .ttl br {
        display: none !important;
    }
    .flow_box .icon {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        margin-bottom: 10px;
    }
    .flow_box:before {
        width: 40px;
        height: 18px;
        left: 0;
        right: 0;
        top: auto;
        bottom: -30px;
        transform: none;
        margin: auto;
        background: url(../svg/flow_arrow.svg) no-repeat center / 100% auto;
    }
    .educ_wrap {
        display: block;
    }
    .educ_box {
        width: 100%;
        margin-top: 30px;
        padding: 40px 0;
        min-height: 164px;
        padding-left: 164px;
    }
    .educ_box .icon {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        margin-bottom: 10px;
    }
    .educ_box .ttl {
        font-size: 20px;
        text-align: left;
        display: block;
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .c-btn.ver2 a span {
        padding-right: 20px;
    }
    .c-btn.ver2 a:before {
        width: 20px;
        height: 20px;
        right: 12px;
    }
    .topCnt_in {
        padding: 0;
    }
    .topMv_img {
        height: 433px;
    }
    .topMv_ttl {
        top: 120px;
        left: 15px;
    }
    .topMv_ttl {
        top: 120px;
        left: 15px;
    }
    .topMv_ttl source,
    .topMv_ttl img {
        width: 61.067vw;
        height: auto;
    }
    .scroll-infinity__wrap {
        margin-top: -36px;
    }
    .scroll-infinity__list--left {
        animation: infinity-scroll-left 80s infinite linear .2s both;
    }
    .scroll-infinity__item {
        width: -webkit-calc(814px * 2);
        width: calc(814px * 2);
        height: 80px;
        background: url(../img/mv_slide.png) repeat-x left / auto 100%;
    }
    .topCnt_ttl .en {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .topCnt_ttl .ttl {
        font-size: 24px;
        line-height: 1.2;
    }
    .topCnt_wrap.job {
        background: #fff;
        padding: 50px 0 20px;
    }
    .job_lnk {
        margin-top: 20px;
        gap:10px 0;
    }
    .job_lnk li {
        width: -webkit-calc((100% - 10px * 1) / 2);
        width: calc((100% - 10px * 1) / 2);
        max-width: none;
    }
    .job_lnk li a {
        height: 78px;
        border-radius: 0;
    }
    .job_lnk li a:before {
        width: 20px;
        height: 20px;
        right: 12px;
    }
    .job_lnk li a .txt {
        font-size: 16px;
        padding-top: 30px;
        min-height: auto;
    }
    .job_lnk li.icn2 a .txt {
        font-size: 16px;
    }
    .job_lnk li.icn4 a .txt {
        font-size: 14px;
    }
    .job_lnk li.icn1 a .txt:before {
        width: 17px;
        height: 24px;
        background: url(../img/icn_lnk1_sp.png) no-repeat center/100% auto;
    }
    .job_lnk li.icn2 a .txt:before {
        width: 26px;
        height: 24px;
        background: url(../svg/icn_lnk2.svg) no-repeat center/100% auto;
    }
    .job_lnk li.icn3 a .txt:before {
        width: 30px;
        height: 24px;
        background: url(../svg/icn_lnk3.svg) no-repeat center/100% auto;
    }
    .job_lnk li.icn4 a .txt:before {
        width: 24px;
        height: 24px;
        background: url(../svg/icn_lnk4.svg) no-repeat center/100% auto;
    }
    .topCnt_wrap.read {
        padding: 50px 0 50px;
    }
    .read_box {
        margin-top: 40px;
        display: block;
    }
    .read_box .img {
        text-align: center;
        margin-bottom: 25px;
    }
    .read_box .img img {
        max-width: 320px;
        width: 100%;
        height: auto;
    }
    .read_box .txtbox {
        width: 100%;
        padding: 0 20px;
    }
    .read_box .txtbox .txt {
        font-size: 14px;
        line-height: 1.7;
    }
    .topCnt_wrap.bran {
        padding: 80px 0 100px;
    }
    .topCnt_wrap.bran:before,
    .topCnt_wrap.bran:after {
        height: 5.36vh;
    }
    .topCnt_wrap.bran:before {
        background: url(../img/sp/top_bg01.png) no-repeat center bottom / 100% auto;
    }
    .topCnt_wrap.bran:after {
        background: url(../img/sp/top_bg02.png) no-repeat center top / 100% auto;
    }
    .bran_box {
        margin-top: 60px;
        display: block;
    }
    .bran_box:before {
        content: '';
        display: block;
        width: 217px;
        height: 107px;
        position: absolute;
        left: -96px;
        top: -8px;
        background: url(../img/sp/top_img02_2.png?2) no-repeat center / 100% auto;
        z-index: 1;
    }
    .bran_box.n2:before {
        width: 126px;
        height:128px;
        left: auto;
        right: -38px;
        top: 8px;
        background: url(../img/sp/top_img03_2.png?2) no-repeat center / 100% auto;
    }
    .bran_box.n3:before {
        width: 162px;
        height: 103px;
        left: -42px;
        top: 0;
        background: url(../img/sp/top_img04_2.png?2) no-repeat center / 100% auto;
    }
    .bran_box.n4:before {
        width:141px;
        height: 140px;
        left: auto;
        right: -38px;
        top: -8px;
        background: url(../img/sp/top_img14_2.png) no-repeat center / 100% auto;
    }
    .bran_box:first-of-type {
        margin-top: 33px;
    }
    .bran_img {
        width: 100%;
        padding: 0;
        margin-bottom: 16px;
        text-align: center;
    }
    .bran_box.re .bran_img {
        padding: 0;
    }
    .bran_img img {
        border-radius: 15px;
        max-width: 320px;
        width: 100%;
        height: auto;
    }
    .bran_txt {
        width: 100%;
        padding: 0 20px;
    }
    .bran_box.re .bran_txt {
        padding: 0 20px;
    }
    .bran_txt .ttl {
        text-align: center;
        margin-bottom: 20px;
    }
    .bran_txt .ttl.is-lst span {
        display: block;
        margin-right: 20px;
    }
    .bran_txt .txt {
        margin-bottom: 10px;
    }
    .bran_txt .c-btn {
        margin-left: auto;
        max-width: 112px;
        height: 25px;
    }
    .bran_txt .c-btn a {
        font-size: 11px;
        justify-content: flex-start;
        padding-left: 14px;
    }
    .bran_txt .c-btn a:before {
        width: 4px;
        height: 8px;
        right: 10px;
        margin-top: 1px;
    }
    .other_box {
        text-align: center;
        margin-top: 60px;
    }
    .topCnt_sttl {
        font-size: 20px;
        margin-bottom: 35px;
    }
    .topCnt_sttl span {
        display: inline-block;
        padding: 0 0 20px;
    }
    .topCnt_sttl span:before {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        transform: auto;
        margin: auto;
    }
    .other_lst li {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
        margin-top: 20px;
    }
    .other_lst li:nth-child(-n+3) {
        margin-top: 0;
    }
    .other_lst .logo {
        width: 100%;
        height: 52px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .other_lst .logo:last-child {
        margin-top: 20px;
    }
    .topCnt_wrap.work {
        padding: 20px 0 66px;
    }
    .work_lnk {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        box-sizing: border-box;
        margin: 0 auto;
        margin-top: 40px;
    }
    .work_lnk li {
        width: 24%;
        height: 32px;
    }
    .work_lnk li a {
        font-size: 10px;
    }
    .work_wrap {
        margin-bottom: 40px;
    }
    .work_box {
        padding: 0 10px;
        margin-bottom: 40px;
        display: block;
    }
    .work_img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .work_img img {
        max-width: 282px;
        width: 100%;
        height: auto;
    }
    .work_txt {
        width: 100%;
        padding:0 10px;
    }
    .work_box:nth-child(2n) .work_txt {
        padding:0 10px;
    }
    .work_txt .ttl {
        font-size: 19px;
        margin-bottom: 14px;
        text-align: center;
    }
    .work_txt .ttl .nmb {
        margin-right: 16px;
    }
    .work_txt .mds {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .work_txt .txt {
        font-size: 13px;
        line-height: 1.6;
    }
    .work_txt .c-btn {
        max-width: 240px;
        height: 45px;
        margin: 0 auto;
    }
    .work_icon {
        display: none;
    }
    .work_img {
        position: relative;
    }
    .staff_wrap {
        padding: 30px 10px 20px;
    }
    .staff_in {
        display: block;
    }
    .staff_box {
        width: 100%;
        min-height:200px;
        margin-bottom: 20px;
        padding-right: 100px;
        box-sizing: border-box;
    }
    .staff_box:last-child {
        margin-bottom: 0;
    }
    .staff_box .ttl {
        font-size: 14px;
        margin-bottom: 10px;
        min-height: auto;
    }
    .staff_box .txt {
        width: 100%;
        min-height: 94px;
        font-size: 12px;
        line-height: 1.8;
        padding: 10px 10px;
    }
    .staff_box:before {
        margin-top: 0;
    }
    .store_wrap {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        box-sizing: border-box;
        margin: 0 auto;
        padding: 30px 0 0;
    }
    .topCnt_wrap.educ {
        padding: 50px 20px 0;
    }
    .educ_wrap {
        margin-top: 40px;
        display: block;
    }
    .educ_box {
        margin-top: 30px;
        width: 100%;
        min-height: auto;
        border-radius: 8px;
        padding: 20px 18px 24px;
        padding-left: 98px;
    }
    .educ_box:first-child {
        margin-top: 0;
    }
    .educ_box .icon {
        width: 68px;
        height: 68px;
        margin: 0;
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        margin-bottom: 0;
    }
    .educ_box .ttl {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 6px;
        text-align: left;
        display: block;
        height: auto;
    }
    .educ_box .txt {
        font-size: 12px;
        line-height: 1.666;
    }
    .topCnt_wrap.faq {
        padding: 60px 20px 40px;
    }
    .faq_box:first-of-type {
        margin-top: 30px;
        border-top: none;
    }
    .faq_box {
        border: none;
        border-top: none;
        border-bottom: 1px solid #eaeaea;
    }
    .txt_q a {
        font-size: 14px;
        padding: 24px 0;
        padding-right: 20px;
    }
    .txt_q a:before {
        width: 12px;
        height: 8px;
        right: 0;
    }
    .txt_q.on a:before {
        rotate: 180deg;
        margin-top: -8px;
    }
    .txt_a {
        display: none;
        font-size: 12px;
        line-height: 1.7;
        padding: 0 0 20px;
    }
    .txt_q span,
    .txt_a span {
        padding-left: 30px;
    }
    .txt_q span:before,
    .txt_a span:before {
        width: 18px;
        height: 18px;
        left: 0;
    }
    .topCnt_wrap.career {
        padding: 50px 20px 50px;
    }
    .career_txt {
        margin-top: 40px;
    }
    .career_txt .txt {
        font-size: 14px;
        line-height: 1.7;
    }
    .career_lst {
        margin-top: 30px;
        display: block;
    }
    .career_box {
        width: 100%;
        border-radius: 8px;
        padding: 20px 20px;
        margin-bottom: 30px;
    }
    .career_box:last-child {
        margin-bottom: 0;
    }
    .career_box .en {
        font-size: 10px;
        margin-bottom: 8px;
    }
    .career_box .ttl {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .career_box .txt {
        font-size: 13px;
        line-height: 1.8;
    }
    .career_table {
        margin-top: 30px;
    }
    .career_table .ttl {
        font-size: 16px;
        padding-left: 6px;
        border-left: 3px solid #c8161d;
        margin-bottom: 24px;
    }
    .career_table .img {
        text-align: center;
    }
    .career_table .img img,
    .career_table .img source {
        width: 100%;
        height: auto;
        max-width: 355px;
    }
    .topCnt_wrap.flow {
        padding: 50px 20px 50px;
    }
    .flow_wrap {
        margin-top: 60px;
        display: block;
    }
    .flow_box {
        width: 100%;
        min-height: auto;
        margin-bottom: 80px;
        border-radius: 8px;
        padding:20px 18px 24px;
        padding-left: 98px;
    }
    .flow_box:last-child {
        margin-bottom: 0;
    }
    .flow_box:before {
        width: 40px;
        height: 18px;
        left: 0;
        right: 0;
        top: auto;
        bottom: -30px;
        transform: none;
        margin: auto;
        background: url(../svg/flow_arrow.svg) no-repeat center / 100% auto;
    }
    .flow_box:last-child:before {
        content: none;
    }
    .flow_box .step {
        top: -45px;
        font-size: 13px;
    }
    .flow_box .step span {
        font-size: 35px;
    }
    .flow_box .icon {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        margin-bottom: 0;
    }
    .flow_box .ttl {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 6px;
        text-align: left;
        display: block;
        height: auto;
    }
    .flow_box .txt {
        font-size: 12px;
        line-height: 1.666;
    }
}
@media only screen and (max-width: 374px) {
    .job_lnk li a .txt {
        font-size: 14px;
    }
    .bran_img img {
        max-width: 300px;
    }
    .work_img img {
        max-width: 300px;
    }
}