@charset "UTF-8";

@media screen and (max-width: 1728px) {
    /* macbook16 */

}

@media screen and (max-width: 1240px) {}

/*@media screen and (max-width: 1080px) {*/
@media screen and (max-width: 1140px) {}

/* ------------------------------------------------------------------------------------------------------------ */

/*モバイルサイズ*/

/* ------------------------------------------------------------------------------------------------------------ */

/*@media screen and (max-width: 767px), (orientation: landscape){*/
@media screen and (max-width: 768px) {

    /*@media screen and (max-width: 767px) {*/
    .pcview_only {
        display: none;
    }

    .spview_only {
        display: inherit;
        /*display: initial;*/
    }

    .col.flex {
        display: block !important;
    }

    .col [class*="w_per"] {
        width: 100% !important;
        display: block;
    }

    [class*="w_per"]>img {
        width: 100%;
    }

    .f_left {
        float: none !important;
    }

    .f_right {
        float: none !important;
    }

    #main,
    .mainvis,
    .block,
    .container,
    .cont {
        min-width: 0;
    }

    #main,
    .mainvis {
        overflow-x: hidden;
    }

    .container,
    .mainvis,
    .inner {
        width: 100%;
    }

    .inner {
        padding-left: 0;
        padding-right: 0;
    }

    body {
        font-size: 14px;
    }

    #main {
        padding-bottom: 40px;
    }

    .txtSS {
        font-size: 12px;
    }

    .txtS {
        font-size: 13px;
    }

    .txtN {
        font-size: 16px;
    }

    .txtM {
        font-size: 18px;
    }


    .txt20 {
        font-size: 18px;
        line-height: 1.4;
    }

    .txt25 {
        font-size: 20px;
        line-height: 1.4;
    }

    .txt30 {
        font-size: 22px;
        line-height: 1.3;
    }

    .txt35 {
        font-size: 25px;
        line-height: 1.3;
    }

    .txt40 {
        font-size: 30px;
        line-height: 1.2;
    }

    .txt45 {
        font-size: 32px;
        line-height: 1.2;
    }

    .txt50 {
        font-size: 35px;
        line-height: 1.1;
    }

    .txt55 {
        font-size: 40px;
        line-height: 1.1;
    }

    .catch_area {
        padding: 0 1%;
    }

    .catch {
        font-weight: 300;
        font-size: 24px;
    }

    .lead {
        margin-bottom: 30px;
        font-size: 14px;
        font-weight: 300;
    }

    .ac_head a {
        display: block;
        width: 100%;
        width: calc(100% + 20px);
        margin: 0 -10px 1px;
        padding: 6px 10px 10px;
        border-top: 2px solid;
        border-bottom: 2px solid;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        position: relative;
    }

    .ac_head a:after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 2px;
        margin: auto;
        background: transparent url(../img/icon_arrow.svg) no-repeat center;
        background-size: 100% auto;
        transition: all 0.2s ease;
    }

    .is_show .ac_head a:after {
        /*        -webkit-transform: rotate(180deg);*/
        /*        transform: rotate(180deg);*/
    }

    .is_show .ac_head a {
        color: #fff !important;
    }

    #person_1 .ac_head a {
        border-color: #41AE27;
        color: #41AE27;
    }

    .is_show#person_1 .ac_head a {
        background: #41AE27;
    }

    #person_2 .ac_head a {
        border-color: #DE3C51;
        color: #DE3C51;
    }

    .is_show#person_2 .ac_head a {
        background: #DE3C51;
    }

    #person_3 .ac_head a {
        border-color: #E65052;
        color: #E65052;
    }

    .is_show#person_3 .ac_head a {
        background: #E65052;
    }

    #person_4 .ac_head a {
        border-color: #F29700;
        color: #F29700;
    }

    .is_show#person_4 .ac_head a {
        background: #F29700;
    }

    #person_5 .ac_head a {
        border-color: #A968A2;
        color: #A968A2;
    }

    .is_show#person_5 .ac_head a {
        background: #A968A2;
    }

    #person_6 .ac_head a {
        border-color: #009EDF;
        color: #009EDF;
    }

    .is_show#person_6 .ac_head a {
        background: #009EDF;
    }

    .tabs {
        display: none;
    }

    .persons {
        padding: 10px;
        display: block !important;
    }

    .person_itm {
        width: 100%;
        display: flex;
        max-width: 100%;
        margin: auto;
    }

    .person_itm:first-of-type {
        margin-top: 20px;
    }

    img.person_pic {
        width: 115px;
        width: 230px;
        max-width: 36%;
        object-fit: cover;
    }

    .person_dtl {
        padding: 10px 2px 1px 8px;
        display: flex;
        align-items: center;
        font-size: 12px;
    }

    .person_dt>span {
        padding: 2px 1px 3px;
        line-height: 1;
    }
    .person_dd {
        margin-left: 6px;
    }



/* .person_itm vertical layout  */
.person_itm {
    display: block;
}
.person_dtl {
    padding: 14px 20px 18px;
    font-size: 14px;
}
img.person_pic {
    max-width: 100%;
    width: 100%;
}

}

/* ------------------------------------------------------------------------------------------------------------ */

/*iPhone 414*/

/* ------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 414px) {}

/* ------------------------------------------------------------------------------------------------------------ */

/*iPhone 375*/

/* ------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 375px) {


    .person_itm {
        align-items: flex-start;
    }

    .person_itm {
        /*    background: none;*/
    }

    img.person_pic {
        object-fit: contain;
        /*    margin-top: 10px;*/
    }

    /*.person_itm {
    display: block;
}

img.person_pic {
    max-width: 40%;
}

.person_dl {
    display: block;
}

.person_dl > * {
    width: 100%;
}

.person_dd {
    margin: auto;
}*/
}

/* ------------------------------------------------------------------------------------------------------------ */

/*小さめサイズ*/

/* ------------------------------------------------------------------------------------------------------------ */

@media screen and (max-width: 330px) {}