/* オリジナルスタイル */
:root{
    --font-serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    --font-sans-serif: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    --textframe_1: #fff 0 0, #fff 0 1px, #fff 0 -1px, #fff 1px 0, #fff 1px 1px, #fff 1px -1px, #fff -1px 0, #fff -1px 1px, #fff -1px -1px;
    --inner-side-space_clamp: clamp(15px,4.6875vw,50px);
}
@media screen and (max-width:768px){
    .pc{
        display: none;
    }
}
@media screen and (min-width:769px){
    .sp{
        display: none;
    }
}
.clearfix::after,
.cf::after{
    content: "";
    display: block;
    clear: both;
}

/* ------------------------------
 * #ヘッダー
 * ------------------------------ */
@media screen and (min-width:1120px){
    #agent-header-outer .agent-header-menu{
        padding: 0;
    }
    #agent-header-outer .navbar-collapse{
        margin-top: 24px;
        padding: 0;
    }
    #agent-header-outer .navbar-nav > .menu-item > a{
        margin: 10px 0;
    }
}


/* ------------------------------
 * #TOP
 * ------------------------------ */
#top .agent-splash-text-h2{
    margin: 50px auto 50px 50px;
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: clamp(45px,6.6vh,63px);
    font-weight: normal;
    line-height: calc(1em + 10px);
    text-align: start;
    writing-mode: vertical-rl;
    white-space: nowrap;
}
@media screen and (max-width:1200px){
    #top .agent-splash-text-h2{
        font-size: clamp(30px,5vh,36px)!important;
    }
}
@media screen and (max-width:767px){
    #top .agent-splash-text-h2{
        /*margin: 0 auto 100px;*/
        padding-top: 0!important;
    }
}

/* top-lead */
.top-lead{
    padding-top: 112px;
    margin: -62px auto 45px;
}
.top-lead-inner{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-end;
    padding: 50px;
    background: url(images/top-lead-bg.jpg) no-repeat left bottom /cover;
}
.top-lead-catch{
    display: flex;
    flex: 0 1 auto;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    max-width: 376px;
    margin: 0 -5px 40px;
}
.top-lead-catch__text{
    flex: 0 0 auto;
    margin: 0 5px;
}
.top-lead-catch__text.is--line_01{
    margin-left: clamp(10px,calc((100% - 246px) * .3 + 5px),15px);
}
.top-lead-catch__text.is--line_07{
    margin-right: clamp(12px,calc((100% - 246px) * .7 + 5px),35px);
}
.top-lead__text{
    flex: 0 1 auto;
    margin: 0 auto 0 0;
    font-weight: bold;
    line-height: calc(1em + 11px);
}
@media screen and (max-width:768px){
    .top-lead{
        padding-top: 60px;
        margin-top: -10px;
    }
    .top-lead-inner{
        padding: 40px var(--inner-side-space_clamp) 35px;
    }
}

/* too-owner */
.container--top-owner{
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
}
.top-owner{
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 320px;
    padding: 30px;
    border: solid 1px #333;
}
.top-owner p:empty{
    display: none;
}
.top-owner-title{
    flex: 0 0 200px;
    margin: 0 30px 0 0;
}
.top-owner-title__line{
    display: block;
    margin-bottom: 10px;
    padding: 0 9px 10px;
    border-bottom: solid 1px #333;
    line-height: 0;
}
.top-owner-body{
    flex: 0 1 auto;
    position: relative;
    min-height: 340px;
}
.top-owner-catch{
    margin: 0 0 15px;
    font-family: var(--font-serif);
    font-size: 30px;
    font-weight: bold;
}
.top-owner-profile{
    position: absolute;
    bottom: 0;
    left: -230px;
    width: 200px;
    margin: 0;
}
.top-owner-profile__pic{
    display: block;
    width: 112px;
    margin: 0 auto 10px;
    overflow: hidden;
    border-radius: 50%;
}
.top-owner-profile__name{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.top-owner-profile__name__post{
    display: block;
    margin-right: 10px;
    font-size: 12px;
}
.top-owner__text{
    margin: 0;
    font-size: 15px;
}
.top-owner__text:not(:has(+ p:empty)):not(:last-child){
    margin-bottom: 15px;
}
@media screen and (max-width:520px){
    .container--top-owner{
        display: block;
    }
    .top-owner{
        display: block;
        min-height: 0;
        padding: 30px var(--inner-side-space_clamp);
    }
    .top-owner-title{
        display: flex;
        flex-wrap: wrap;
        position: relative;
        margin: 0 0 15px;
        padding-right: calc(100% - 322px);
    }
    .top-owner-title::before{
        position: absolute;
        bottom: 10px;
        right: 0;
        width: calc(100% - 322px);
        border-bottom: solid 1px #333;
        content: "";
    }
    .top-owner-title__line.is--line_02{
        margin-left: auto;
    }
    .top-owner-title__line img{
        width: auto;
        height: 22px;
    }
    .top-owner-body{
        min-height: 0;
    }
    .top-owner-catch{
        clear: both;
        margin: 0 0 15px;
        font-size: 24px;
    }
    .top-owner-profile{
        float: left;
        position: static;
        width: auto;
        margin: 0 20px 10px 0;
    }
    .top-owner__text{
        line-height: calc(1em + 8px);
    }
}

/* top-points */
.top-points{
    margin: 100px auto;
}
.top-points-title{
    margin: 0 0 20px;
    font-family: var(--font-serif);
    font-size: 30px;
    font-weight: bold;
    font-feature-settings: "palt" 1;
    text-align: center;
}
.top-points-lead{
    margin: 0;
    font-size: 15px;
    text-align: center;
    line-height: calc(1em + 11px);
}
.top-points-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 720px;
    margin: 0 auto;
    counter-reset: points-num;
}
.top-points-list-item{
    display: flex;
    flex: 0 0 330px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    margin: 40px 15px 0;
    padding: 0 0 30px;
    overflow: hidden;
    border-radius: 50%;
    background: url(images/top-points-bg.jpg) repeat top left / auto;
    font-weight: bold;
    text-shadow: var(--textframe_1);
}
.top-points-list-item::before{
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1;
    content: counter(points-num,decimal-leading-zero);
    counter-increment: points-num;
}
.top-points-list-item__term{
    margin-bottom: 10px;
    font-family: var(--font-serif);
    font-size: 22px;
    font-feature-settings: "palt" 1;
    line-height: calc(1em + 6px);
    text-align: center;
}
.top-points-list-item__desc{
    padding: 0 50px;
    font-size: 15px;
    line-height: calc(1em + 8px);
}
@media screen and (max-width:1200px){
    .top-points-lead{
        text-align: left;
    }
}
@media screen and (max-width:749px){
    .top-points{
        margin: 40px auto;
    }
    .top-points-list{
        display: block;
        margin-top: 20px;
    }
    .top-points-list-item{
        aspect-ratio: unset;
        margin: 15px 0 0;
        padding: 15px 0 20px;
        border-radius: 10px;
        background: url(images/top-points-bg.jpg) repeat top left 10px / 350px auto;
    }
    .top-points-list-item::before{
        margin-bottom: 6px;
        font-size: 27px;
    }
    .top-points-list-item__term{
        margin-bottom: 13px;
        font-size: 20px;
    }
    .top-points-list-item__desc{
        padding: 0 var(--inner-side-space_clamp);
    }
}
@media screen and (max-width:479px){
    .top-points-title{
        margin: 0 0 15px;
        font-family: var(--font-serif);
        font-size: 24px;
        font-weight: bold;
        font-feature-settings: "palt" 1;
        text-align: center;
    }
}

/* section-three */
#section-three{
    margin-bottom: 60px;
}
.section-three-h3{
    font-size: 40px;
}
.section-three-h3-eng{
    font-size: 21px;
    font-weight: bold;
    color: #E32D88;
    margin-bottom: 25px;
    display: block;
}
#section-three .desc1{
    font-size: 16px;
}

/* social-content */
#social-content{
    width: 1050px;
    margin: 0 auto 80px;
}
.sec_youtube{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.youtube{
    position: relative;
    width: 50%;
    padding-top: 28.125%;
}
.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.sec_line a{
    display: block;
    text-align: center;
}
.reason-wrap .section-three-h3{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
}
.reason-wrap .section-three-h3-ja{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #e32d88;
    margin-bottom: 40px;
}
.reason-wrap .reason-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.reason-wrap .reason-list-item{
    width: 340px;
    margin-bottom: 30px;
    background: #fff7fb;
}
.reason-wrap .reason-list-item:nth-child(3n - 1){
    margin: 0 15px 30px;
}
.reason-wrap .reason-list-item dt{
    width: 100%;
}
.reason-wrap .reason-list-item dt img{
    width: 100%;
    height: auto;
}
.reason-wrap .reason-list-item dd{
    padding: 25px 20px 30px;
}
.reason-wrap .reason-list-item dd h4{
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #E32D88;
    margin: 0 0 15px 0;
}
.reason-wrap .reason-list-item dd p{
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}
@media only screen and (max-width: 1200px){
    #social-content{
        width: calc(100% - 200px);
        margin-left: 100px;
        margin-right: 100px;
    }
    .youtube{
        width: 100%;
        padding-top: 56.25%;
    }
    .reason-wrap .reason-list-item{
        width: 49%;
        margin: 0;
        margin-bottom: 20px;
    }
    .reason-wrap .reason-list-item:nth-child(3n - 1){
        margin: 0;
        margin-bottom: 20px;
    }
    .reason-wrap .reason-list-item:nth-child(2n){
        margin-left: 2%;
    }
}
@media only screen and (max-width: 768px){
    .reason-wrap .reason-list-item{
        width: 100%;
    }
    .reason-wrap .reason-list-item:nth-child(3n - 1){
        margin: 0;
        margin-bottom: 20px;
    }
    .reason-wrap .reason-list-item:nth-child(2n){
        margin-left: 0%;
    }
}


h2.page-content__h2{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}
h2.headline.page_headline{
    margin-bottom: 40px;
}
h2 .small_heading{
    font-size: 24px;
    line-height: 1.0;
    color: #E32D88;
    display: block;
}

/* ------------------------------------
 * # ORIGINAL STYLE - PAGE
 * ------------------------------------ */
.container.original-style .page .entry-content h2{
    font-size: 20px;
    color: #E32D88;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 0;
}
.container.original-style .page .entry-content h2:first-child{
    margin-top: 0;
}
.container.original-style .page .entry-content h2 strong{
    font-size: 32px;
    color: #333333;
}
.container.original-style .page .entry-content figure.aligncenter{
    text-align: center;
}
@media only screen and (max-width: 768px){
    .container.original-style .page .entry-content h2{
        font-size: 16px;
    }
    .container.original-style .page .entry-content h2 strong{
        font-size: 24px;
    }
}

/* ------------------------------------
 * # STAFF PAGE
 * ------------------------------------ */
.staff-archive .staff_headline{
    position: relative;
    padding-top: 57px;
    font-feature-settings: "palt" 1;
    line-height: calc(1em + 12px);
    letter-spacing: .1em;
}
.staff-archive .staff_headline::before{
    position: absolute;
    top: 0;
    left: calc(50% - 105px);
    width: 210px;
    height: 37px;
    background: url(images/staff-title-sub.svg) no-repeat center / contain;
    content: "";
}
.staff-lead{
    margin: 20px 0 0;
    color: #40809d;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width:768px){
    .staff-lead{
        text-align: left;
        line-height: calc(1em + 11px);
    }
}
.staff_about_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.staff_about_list--item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 520px;
    background: #FAF5F7;
    border-radius: 10px;
    padding: 25px 20px 25px 15px;
}
.staff_about_list--item dt{
    width: 200px;
}
.staff_about_list--item dd{
    width: calc(100% - 220px);
}
.staff_about_list--item dd h3{
    font-size: 18px;
    font-weight: bold;
    color: #E32D88;
    line-height: 1.5;
    margin: 0 0 15px 0;
}
.staff_about_list--item dd p{
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}
@media only screen and (max-width: 1200px){
    .staff_about_list--item{
        width: 49%;
        flex-wrap: wrap;
    }
    .staff_about_list--item dt{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .staff_about_list--item dd{
        width: 100%;
    }
}

@media only screen and (max-width: 1000px){
}
@media only screen and (max-width: 768px){
    .staff_about_list--item{
        width: 100%;
    }
}


/* ------------------------------------
 * # RECRUIT
 * ------------------------------------ */

.recruit-table th,
.recruit-table td{
    padding: 18px 15px!important;
}
.recruit-table td{
    line-height: 1.8!important;
}
h3.recruit-heading{
    /*font-size: 36px;*/
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 25px!important;
}
h3.recruit-heading span{
    color: #E32D88;
    font-size: 24px;
    display: block;
}
.rec-ttl_pho{
    display: block;
}
.rec-ttl_txt{
    display: block;
    font-size: 34px;
}
.line-bnr-wrap{
    width: 100%;
}
.line-bnr-wrap a{
    display: block;
    text-align: center;
}
.line-bnr-wrap a .sp{
    display: none;
}
@media only screen and (max-width: 768px){
    .line-bnr-wrap a .pc{
        display: none;
    }
    .line-bnr-wrap a .sp{
        display: block;
    }
}


/* ------------------------------------
 * # STAFF ARCHIVE
 * ------------------------------------ */
.content.staff-archive .staff-archive_w{
    width: 1080px;
    margin: 0 auto;
}
.staff-content_txt{
    /*margin-bottom: 70px;*/
    font-size: 15px;
    line-height: 1.8;
}
.content.staff-archive .separator2{
    margin-bottom: 20px;
}

/* TIME SCHEDULE
---------------------------------------- */
/* WRAPPER */
.staff-schedule {
    width: 1000px;
    padding: 50px;
    margin: 0 auto 80px;
    background: url('img/schedule/bg_borderPt.png') repeat-y center top;
}
.staff-schedule--inner {
    width: 100%;
    padding: 50px 40px;
    background-color: #FFF;
}
@media only screen and (max-width: 768px) {
    .staff-schedule {
        width: 90.625%;
        padding: 10px;
    }
    .staff-schedule--inner {
        padding: 6% 6% 11%;
    }
}

/* TITLE */
.staff-schedule--title {
    position: relative;
    margin-bottom: 40px;
}
.staff-schedule--title::before {
    content: '';
    display: block;
    width: 71px;
    height: 242px;
    background: url('img/schedule2025/pho_staff_timeshedule.png') no-repeat center center;
    position: absolute;
    top: -80px;
    left: 103px;
}
.staff-schedule--title::after {
    content: '';
    display: block;
    width: 61px;
    height: 32px;
    background: url('img/schedule/img_schedule01.svg') no-repeat center center;
    position: absolute;
    top: -60px;
    left: 227px;
}
.staff-schedule--title__heading {
    text-align: center;
    margin: 0 0 22px 0;
    position: relative;
}
.staff-schedule--title__text {
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
}
.staff-schedule--title__heading::before {
    content: '';
    display: block;
    width: 54px;
    height: 58px;
    background: url('img/schedule/img_schedule02.svg') no-repeat center center;
    position: absolute;
    top: 34px;
    right: 116px;
}
.staff-schedule--title__heading::after {
    content: '';
    display: block;
    width: 178px;
    height: 94px;
    background: url('img/schedule2025/pho_txt01.png') no-repeat center center;
    position: absolute;
    top: -75px;
    right: 70px;
}
@media only screen and (max-width: 768px) {
    .staff-schedule--title {
        margin-bottom: 30px;
    }
    .staff-schedule--title::before {
        display: none;
    }
    .staff-schedule--title::after {
        width: 40px;
        height: 21px;
        background-size: contain;
        top: -20px;
        left: 20px;
    }
    .staff-schedule--title__heading {
        display: block;
        line-height: 1.0;
        padding-top: 40px;
    }
    .staff-schedule--title__heading::before {
        display: none;
    }
    .staff-schedule--title__heading::after {
        width: 240px;
        height: 34px;
        background: url('img/schedule2025/pho_txt01%40sp.png') no-repeat center center;
        background-size: contain;
        top: 0;
        left: calc(50% - 120px);
    }
    .staff-schedule--title__heading img {
        width: 100%;
        max-width: 300px;
    }
    .staff-schedule--title__text {
        text-align: left;
    }
}

/* CONTENT DEFAULT */
.staff-schedule--content {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 710px;
    padding: 20px 20px 20px 30px;
    border-radius: 10px;
    margin-bottom: 43px;
    background: url('img/schedule/bg_paperPt.png') repeat top left;
    position: relative;
}
.staff-schedule--content__text {
    width: 300px;
    padding-top: 10px;
}
.staff-schedule--content__text .img-clock {
    display: block;
    margin-bottom: 10px;
}
.staff-schedule--content__text h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #1A1A1A;
}
.staff-schedule--content__text p {
    color: #1A1A1A;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}
.staff-schedule--content .img-next {
    display: block;
    position: absolute;
    bottom: -33px;
    left: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
    .staff-schedule--content {
        width: 100%;
        flex-wrap: wrap;
        padding: 6.25%;
        margin-bottom: 37px;
    }
    .staff-schedule--content__text {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .staff-schedule--content__text .img-clock {
        width: auto;
        height: 25px;
    }
    .staff-schedule--content__text .img-clock img {
        width: auto;
        height: 100%;
    }
    .staff-schedule--content__text h3 {
        font-size: 16px;
    }
    .staff-schedule--content .img-next {
        width: 30px;
        height: 32px;
        bottom: -27px;
        left: calc(50% - 15px);
    }
    .staff-schedule--content .img-next img {
        width: 100%;
        height: auto;
    }
    .staff-schedule--content__pho {
        width: 100%;
    }
    .staff-schedule--content__pho img {
        width: 100%;
        height: auto;
    }
}
.staff-schedule-clock{
    display: flex;
    align-items: center;
    gap: 0 8px;
    position: relative;
    margin-bottom: 10px;
    color: #1A1A1A;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.staff-schedule-clock::before{
    position: absolute;
    top: calc(50% - 2px);
    left: 14px;
    z-index: 1;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: currentColor;
    content: "";
}
.staff-schedule-clock .__clock{
    flex: 0 0 auto;
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: -2px;
    border: solid 3px currentColor;
    border-radius: 50%;
    background: #fff;
    content: "";
}
.staff-schedule-clock .__clock::before,
.staff-schedule-clock .__clock::after{
    position: absolute;
    bottom: 12px;
    left: 11px;
    transform-origin: bottom center;
    width: 2px;
    height: 10px;
    border-radius: 1px;
    background: currentColor;
    content: "";
}
.staff-schedule-clock .__clock::before{
    height: 8px;
}
.staff-schedule-clock .__clock._0830::before{
    transform: rotate(-105deg);
}
.staff-schedule-clock .__clock._0830::after{
    transform: rotate(180deg);
}
.staff-schedule-clock .__clock._0900::before{
    transform: rotate(-90deg);
}
.staff-schedule-clock .__clock._1100::before{
    transform: rotate(-30deg);
}
.staff-schedule-clock .__clock._1230::before{
    transform: rotate(15deg);
}
.staff-schedule-clock .__clock._1230::after{
    transform: rotate(180deg);
}
.staff-schedule-clock .__clock._1500::before{
    transform: rotate(90deg);
}
.staff-schedule-clock .__clock._1800::before{
    transform: rotate(180deg);
}
@media screen and (max-width:768px){
    .staff-schedule-clock{
        gap: 0 6px;
        margin-bottom: 8px;
        font-size: 22px;
    }
    .staff-schedule-clock::before{
        top: calc(50% - 1px);
        left: 13px;
    }
    .staff-schedule-clock .__clock{
        width: 28px;
        height: 28px;
        margin-top: -1px;
    }
    .staff-schedule-clock .__clock::before,
    .staff-schedule-clock .__clock::after{
        bottom: 11px;
        left: 10px;
        height: 9px;
    }
    .staff-schedule-clock .__clock::before{
        height: 7px;
    }
}

/* CONTENT LAST */
.staff-schedule--last {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media only screen and (max-width: 768px) {
    .staff-schedule--last {
        flex-wrap: wrap;
    }
}

/* CONTENT ORIGINAL DECORATION */
.staff-schedule--content.time-content01::before {
    content: '';
    display: block;
    width: 238px;
    height: 194px;
    background: url('img/schedule2025/pho_time01-2.png') no-repeat center center;
    position: absolute;
    top: -50px;
    right: -110px;
}
.staff-schedule--content.time-content01::after {
    content: '';
    display: block;
    width: 182px;
    height: 118px;
    background: url('img/schedule/icon_time01.svg') no-repeat center center;
    position: absolute;
    bottom: -25px;
    right: -110px;
}
.staff-schedule--content.time-content02 {
    margin-left: 110px;
}
.staff-schedule--content.time-content02::before {
    content: '';
    display: block;
    width: 220px;
    height: 154px;
    background: url('img/schedule2025/pho_time02-2.png') no-repeat center center;
    position: absolute;
    bottom: -10px;
    left: -190px;
}
.staff-schedule--content.time-content03 {
    width: 580px;
}
.staff-schedule--content.time-content03 .staff-schedule--content__text {
    width: 240px;
}
.staff-schedule--content.time-content03::before {
    content: '';
    display: block;
    width: 255px;
    height: 323px;
    background: url('img/schedule2025/pho_time03-2.png') no-repeat center center;
    position: absolute;
    top: -10px;
    right: -270px;
}
.staff-schedule--content.time-content04 {
    width: 710px;
    margin: 196px auto 43px;
}
.staff-schedule--content.time-content04::before {
    content: '';
    display: block;
    width: 320px;
    height: 182px;
    background: url('img/schedule2025/pho_time04-3.png') no-repeat center center;
    position: absolute;
    top: -182px;
    left: 74px;
}
.staff-schedule--content.time-content04::after {
    content: '';
    display: block;
    width: 120px;
    height: 97px;
    background: url('img/schedule/icon_time04.svg') no-repeat center center;
    position: absolute;
    top: -87px;
    right: 20px;
}
.staff-schedule--content.time-content04 .staff-schedule--content__pho {
    position: relative;
}
.staff-schedule--content.time-content04 .staff-schedule--content__pho::after {
    content: '';
    display: block;
    width: 200px;
    height: 160px;
    background: url('img/schedule2025/pho_time04-2.png') no-repeat center center;
    position: absolute;
    bottom: 0;
    right: -145px;
}
.staff-schedule--content.time-content05 {
    width: 580px;
    margin-left: 240px;
}
.staff-schedule--content.time-content05 .staff-schedule--content__text {
    width: 240px;
}
.staff-schedule--content.time-content05::before {
    content: '';
    display: block;
    width: 260px;
    height: 300px;
    background: url('img/schedule2025/pho_time05-2.png') no-repeat center center;
    position: absolute;
    top: -10px;
    left: -240px;
}
.staff-schedule--content.time-content05::after {
    content: '';
    display: block;
    width: 60px;
    height: 105px;
    background: url('img/schedule/icon_time05.svg') no-repeat center center;
    position: absolute;
    top: 20px;
    right: -45px;
}
.staff-schedule--content.time-content05 .img-next {
    left: 30px;
}
.staff-schedule--content.time-content06 {
    flex-wrap: wrap;
    width: 360px;
    padding: 30px;
    margin-bottom: 0;
}
.staff-schedule--content.time-content06 .staff-schedule--content__text {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
.staff-schedule--holiday {
    box-sizing: border-box;
    width: 430px;
    background: #FFF;
    padding: 40px 26px 20px;
    border: solid 4px #A5B9B9;
    position: relative;
}
.staff-schedule--holiday__text h3 {
    box-sizing: border-box;
    display: inline-block;
    width: 200px;
    padding: 8px 0 8px 20px;
    margin: 0;
    font-size: 18px;
    line-height: 1.0;
    font-weight: bold;
    color: #FFF;
    background: #40809D;
    position: absolute;
    top: -10px;
    left: -10px;
}
.staff-schedule--holiday__text p {
    font-size: 14px;
    line-height: 1.8;
}
@media only screen and (max-width: 768px) {
    .staff-schedule--content.time-content02 {
        margin-left: 0;
    }
    .staff-schedule--content.time-content03 {
        width: 100%;
    }
    .staff-schedule--content.time-content04 {
        width: 100%;
    }
    .staff-schedule--content.time-content05 {
        width: 100%;
        margin-left: 0;
    }

    .staff-schedule--content.time-content01::before {
        width: 120px;
        height: 98px;
        background-size: contain;
        top: auto;
        bottom: -20px;
        right: -25px;
    }
    .staff-schedule--content.time-content01::after {
        display: none;
    }
    .staff-schedule--content.time-content02::before {
        width: 120px;
        height: 84px;
        background-size: contain;
        bottom: -30px;
        left: -25px;
    }
    .staff-schedule--content.time-content03::before {
        width: 100%;
        height: 200px;
        background: url('img/schedule2025/pho_time03-2%40sp.png') no-repeat center top;
        background-size: contain;
        top: auto;
        bottom: -160px;
        right: 0;
    }
    .staff-schedule--content.time-content03 .img-next {
        display: none;
    }
    .staff-schedule--content.time-content03 .staff-schedule--content__text {
        width: 100%;
    }
    .staff-schedule--content.time-content04 {
        margin-top: 280px;
    }
    .staff-schedule--content.time-content04::after {
        display: none;
    }
    .staff-schedule--content.time-content04::before {
        width: 100%;
        height: 120px;
        background: url('img/schedule2025/pho_time04-3%40sp.png') no-repeat center top;
        background-size: contain;
        top: -120px;
        left: 0;
    }
    .staff-schedule--content.time-content04 .staff-schedule--content__pho::after {
        width: 100px;
        height: 80px;
        background-size: contain;
        bottom: 5px;
        right: -14.5%;
    }
    .staff-schedule--content.time-content05::before {
        display: none;
    }
    .staff-schedule--content.time-content05::after {
        width: 40px;
        height: 70px;
        background-size: contain;
        top: auto;
        bottom: 30px;
        right: -15px;
    }
    .staff-schedule--content.time-content05 .staff-schedule--content__text {
        width: 100%;
    }
    .staff-schedule--content.time-content05 .img-next {
        left: calc(50% - 15px);
    }
    .staff-schedule--content.time-content06 {
        padding: 15px;
        margin-bottom: 37px;
    }
    .staff-schedule--holiday__text h3 {
        position: absolute;
        padding-left: 0;
        text-align: center;
        left: calc(50% - 100px);
        top: -20px;
    }
    .staff-schedule--holiday {
        padding: 34px 15px 15px;
    }
    .staff-schedule--holiday__pho {
        display: flex;
        justify-content: space-between;
    }
    .staff-schedule--holiday__pho img {
        width: 32%;
    }
}