@charset "utf-8";

h2.mod_ttl {
    font-size: 20px;
    line-height: 0.5;
}
/* module */
.inner {
    width: 83.333%;
    max-width: 1200px;
    margin: 0 auto;
}
/* end of module */

/* MV section */
.sec_mv {
    width: 100%;
    overflow: hidden;
    margin-top: -10px;
}
.sec_mv .mv_slide img {
    width: 100%;
    height: auto;
}
/* dots style */
.slick-dots {
    bottom: -30px;
}
.slick-dots li button:before {
    font-size: 10px;
    opacity: 0.5;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--main-color);
}
/* end of MV section */

/* about section */
/* introduction */
.sec_about .introduction {
    margin-bottom: 45px;
}
.sec_about .introduction .intro_inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.sec_about .intro_inner .btn_mod {
    margin-bottom: 10px;
    padding: 12px;
    justify-content: center;
}
.sec_about .intro_inner .btn_mod:after{
    right: 2%;
}
.intro_inner .btn_mod .icon {
    margin-right: 20px;
}
.intro_inner .btn_mod .icon img {
    width: 46px;
    height: 46px;
}
.intro_inner .btn_mod p .small {
    font-size: 14px;
}
.sec_about .intro_inner .text_xs {
    display: block;
}
.sec_about .intro_letter {
    background-color: var(--orange-transparent);
    width: 100%;
    padding: 12px;
}
.intro_letter .title_h2 {
    font-size: 20px;
    color: var(--orange-color);
    margin-bottom: 17px;
}
.intro_letter .title_h2::before {
    background: url(/assets/images/top/icon_intro_letter.svg) top center;
    background-size: 100% auto;
    width: 26px;
    height: 28px;
}
/* schedule */

.sec_about .schedule {
    margin-bottom: 45px;
}
.sec_about .schedule .clm05-2 {
    width: 72%;
    background-color: var(--green-transparent);
    padding: 12px 20px;
}
.schedule .title_h2 {
    margin-bottom: 20px;
}
.schedule .title_h2::before {
    background: url(/assets/images/top/icon_schedule.svg) top center;
    background-size: 100% auto;
    width: 29px;
    height: 30px;
}
.schedule .schedule_wrap .row02:not(:last-child) {
    margin-bottom: 45px;
}
.schedule .schedule_wrap h2.mod_ttl {
    margin-bottom: 20px;
}
.schedule .list_schedule li .text_date {
    width: 33%;
}
.schedule .list_schedule li .text_time {
    width: 63%;
}

.schedule .txt_ph{
    font-family: futura-pt, sans-serif;
    font-size: 28px;
    color: #666666;
}

.sec_about .schedule .clm05-1 {
    width: 25%;
}
.schedule .list_btn {
    flex-direction: column;
    width: 298px;
}

.schedule .list_btn  a.btn_mod{
    padding: 10px;
}

.schedule .list_btn .btn_mod .icon img {
    width: 46px;
    height: 46px;
    object-fit: cover;
}

.schedule .list_btn li:not(:last-child) {
    margin-bottom: 30px;
}
/* news */
.sec_about .news {
    margin-bottom: 65px;
}
.news .news_box {
    padding: 20px;
    border: 2px solid var(--main-color);
    margin-bottom: 30px;
}
.news_box .text_sm {
    font-weight: 700;
}
.news_box .text_visit {
    position: relative;
    padding-left: 30px;
    color: var(--main-color);
    margin-bottom: 15px;
}
.news_box .text_visit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets/images/top/icon_news_notice.svg) center;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
}
.news_box .list_news li {
    border-bottom: unset;
    padding: unset;
}
.news_box li span {
    padding-right: 13px;
    font-weight: 700;
}
/* job information */
.sec_about .job_info {
    margin-bottom: 55px;
}
.job_info .title_h2 {
    margin-bottom: 30px;
}
.job_info .title_h2::before {
    background: url(/assets/images/top/icon_job_info.svg) top center;
    background-size: 100% auto;
    top: 20%;
    width: 31px;
    height: 35px;
}
.job_info .list_job_info {
    max-width: 980px;
    margin: 0 auto;
}
.job_info .list_job_info li {
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
}
.job_info .list_job_info li img {
    width: 100%;
    height: auto;
}
/* end of about section */

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    h2.mod_ttl {
        font-size: 0.20rem;
    }
    /* module */
    .inner {
        width: 83.333%;
        max-width: 1200px;
    }
    /* end of module */

    /* MV section */
    .sec_mv {
        margin-bottom: 0.45rem;
        padding-bottom: 0;
        margin-top: -0.25rem;
    }
    /* dots style */
    .slick-dots {
        bottom: -0.30rem;
    }
    .slick-dots li button:before {
        font-size: 0.10rem;
    }
    /* end of MV section */

    /* about section */
    /* introduction */
    .sec_about .introduction {
        margin-bottom: 0.45rem;
    }
    .sec_about .introduction .intro_inner {
        width: 100%;
        max-width: 100%;
    }
    .sec_about .intro_inner .btn_mod {
        padding: 0.12rem;
        margin-bottom: 0.10rem;
    }
    .intro_inner .btn_mod .icon {
        margin-right: 0.20rem;
    }
    .intro_inner .btn_mod .icon img {
        width: 0.46rem;
        height: 0.46rem;
    }
    .intro_inner .btn_mod p .small {
        font-size: 0.14rem;
    }
    .sec_about .intro_letter {
        padding: 0.12rem;
    }
    .intro_letter .title_h2 {
        font-size: 0.20rem;
        margin-bottom: 0.17rem;
    }
    .intro_letter .title_h2::before {
        width: 0.26rem;
        height: 0.28rem;
    }
    /* schedule */
    .sec_about .schedule {
        margin-bottom: 0.45rem;
    }
    .sec_about .schedule .clm05-2 {
        padding: 0.12rem 0.20rem;
    }
    .schedule .title_h2 {
        margin-bottom: 0.20rem;
    }
    .schedule .title_h2::before {
        width: 0.29rem;
        height: 0.30rem;
    }
    .schedule .schedule_wrap .row02:not(:last-child) {
        margin-bottom: 0.45rem;
    }
    .schedule .schedule_wrap h2.mod_ttl {
        margin-bottom: 0.20rem;
    }
    .schedule .list_btn {
        width: 100%;
    }
    .schedule .list_btn li:not(:last-child) {
        margin-bottom: 0.20rem;
    }
    .schedule .list_btn .btn_mod .icon img {
        width: .46rem;
        height: .46rem;
    }
    .schedule .list_btn a.btn_mod {
        padding: .1rem;
    }
    /* news */
    .sec_about .news {
        margin-bottom: 0.65rem;
    }
    .news .news_box {
        padding: 0.15rem 0.20rem 0.20rem;
        border: 0.02rem solid var(--main-color);
        margin-bottom: 0.30rem;
    }
    .news_box .text_visit {
        padding-left: 0.30rem;
        margin-bottom: 0;
    }
    .news_box .text_visit::before {
        width: 0.24rem;
        height: 0.24rem;
    }
    .news_box span {
        padding-right: 0.13rem;
    }
    /* job information */
    .sec_about .job_info {
        margin-bottom: 0.55rem;
    }
    .job_info .title_h2 {
        margin-bottom: 0.30rem;
    }
    .job_info .title_h2::before {
        width: 0.31rem;
        height: 0.35rem;
    }
    .job_info .list_job_info li{
        width: calc((100% - .6rem) / 3);
        margin-bottom: .3rem;
    }
    .job_info .list_job_info li img {
        width: 100%;
    }
    /* end of about section */
}

/* mobile */
@media only screen and (max-width: 767px) {
    /* module */
    section {
        padding-bottom: .6rem;
    }
    .inner {
        width: 6.90rem;
    }
    h2.mod_ttl {
        font-size: 0.30rem;
    }
    /* end of module */

    /* MV section */
    .sec_mv {
        width: 100%;
        overflow: hidden;
        margin-bottom: .45rem;
        padding-bottom: 0;
        margin-top: 0;
    }
    .sec_mv .mv_slide img {
        width: 100%;
        height: auto;
    }
    /* dots style */
    .slick-dots {
        bottom: -30px;
    }
    .slick-dots li button:before {
        font-size: 10px;
        opacity: 0.5;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: var(--main-color);
    }
    /* end of MV section */

    /* about section */
    /* introduction */
    .sec_about .introduction {
        margin-bottom: 0.45rem;
    }
    .sec_about .introduction .intro_inner {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0.30rem;
    }
    .sec_about .intro_inner .btn_mod {
        padding: 0.2rem;
        margin-bottom: 0.20rem;
    }
    .intro_inner .btn_mod .icon {
        margin-right: 0.10rem;
    }
    .intro_inner .btn_mod .icon img {
        width: 0.6rem;
        height: 0.6rem;
    }
    .intro_inner .btn_mod p .small {
        font-size: 0.26rem;
    }
    .sec_about .intro_letter {
        padding: .2rem;
    }
    .intro_letter .title_h2 {
        font-size: 0.33rem;
        margin-bottom: 0.17rem;
    }
    .intro_letter .title_h2::before {
        width: 0.36rem;
        height: 0.38rem;
        top: 18%;
    }
    /* schedule */
    .sec_about .schedule {
        flex-direction: column;
        margin-bottom: 0.65rem;
    }
    .sec_about .schedule .clm05-2 {
        width: 100%;
        padding: 0.12rem 0.20rem;
        margin-bottom: 0.65rem;
    }
    .schedule .title_h2 {
        margin-bottom: 0.20rem;
    }
    .schedule .title_h2::before {
        width: 0.39rem;
        height: 0.40rem;
        top: 18%;
    }
    .schedule .schedule_wrap .row02:not(:last-child) {
        margin-bottom: 0.45rem;
    }
    .schedule .schedule_wrap .row02:last-child {
        margin-bottom: 0.45rem;
    }
    .schedule .schedule_wrap h2.mod_ttl {
        margin-bottom: 0.20rem;
    }
    .sec_about .schedule .clm05-1 {
        width: 100%;
    }
    .schedule .list_btn {
        width: 100%;
        margin: 0 auto;
    }
    .schedule .list_btn li:not(:last-child) {
        margin-bottom: 0.30rem;
    }

    .schedule .list_btn  a.btn_mod{
        padding: .3rem;
    }
    .schedule .list_btn .btn_mod .icon img {
        width: .6rem;
        height: .6rem;
        object-fit: cover;
    }
    /* news */
    .sec_about .news {
        margin-bottom: 0.65rem;
    }
    .news .news_box {
        padding: 0.2rem;
        margin-bottom: 0.30rem;
    }
    .news_box .text_visit {
        padding-left: 0.40rem;
        margin-bottom: 0.15rem;
    }
    .news_box .text_visit::before {
        top: 13%;
        width: 0.34rem;
        height: 0.34rem;
    }
    .news_box span {
        padding-right: 0.13rem;
    }
    /* job information */
    .sec_about .job_info {
        margin-bottom: 0.55rem;
    }
    .job_info .title_h2 {
        margin-bottom: 0.30rem;
    }
    .job_info .title_h2::before {
        top: 20%;
        width: 0.41rem;
        height: 0.45rem;
    }
    .job_info .list_job_info {
        gap: 0.20rem;
    }
    .job_info .list_job_info li {
        width: 100%;
        text-align: center;
        margin-bottom: .3rem;
    }
    .job_info .list_job_info li img {
        width: 5.90rem;
    }
    /* end of about section */
}