/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

/* =====================================================================
*   staff
* =================================================================== */


/*-------------  staff top  -----------------------------*/

@media screen and (min-width: 768px) {
    #staff .sub_mv h2.on_ttl {
        margin: calc(200 / 1856 * 100%) 0 0 calc(340 / 1856 * 100%);
    }
}


/*-------------  staff 下層  -----------------------------*/
/* .sub_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: calc(-380 / 750 * 100%);
} */

/* .staff_mv_ttl {
    display: block;
    background: white;
    min-width: 70%;
    max-width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;
    z-index: 2;
    line-height: 1.2;
    border-radius: 15px 15px 0 0;
    padding: 0.8em 1em 0;
    color: #f2248b;
    margin-top: calc(400 / 750 * 100%);
} */

.staff_mv_ttl {
    display: block;
    background: white;
    min-width: 70%;
    max-width: 90%;
    text-align: left;
    position: absolute;
    top: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    line-height: 1.2;
    border-radius: 15px 15px 0 0;
    padding: 0.8em 1em 0;
    color: #f2248b;
    margin-top: calc(400 / 750 * 100%);
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    .staff_mv_ttl {
        top: auto;
        bottom: -0.5em;
        left: 10%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        margin-top: 0;
        min-width: auto;
        max-width: auto;
    }
}

.staff_mv_ttl:before,
.staff_mv_ttl:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/common/img_corner.svg) no-repeat left bottom/contain;
    position: absolute;
    top: 0;
    margin-top: calc(45 / 750 * 100%);
}

@media screen and (min-width: 768px) {

    .staff_mv_ttl:before,
    .staff_mv_ttl:after {
        top: auto;
        bottom: 0.5em;
        margin-top: 0;
    }
}

.staff_mv_ttl:before {
    left: -14px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.staff_mv_ttl:after {
    right: -14px;
}

.staff_mv_ttl p {
    padding-bottom: 0.5em;
    color: #000;
    font-weight: bold;
}

.staff_mv_ttl p.part {
    color: #f2248b;
}

.staff_mv_ttl p.job {
    font-size: 90%;
}

.staff_mv_ttl p.name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    white-space: nowrap;
    font-size: 125%;
}

.staff_mv_ttl p.name span {
    font-size: 60%;
    font-family: "Concert One";
    color: #cccccc;
    padding-left: 1em;
}

@media screen and (min-width: 768px) {
    .staff_mv_ttl p.job {
        font-size: 120%;
    }

    .staff_mv_ttl p.name {
        font-size: 170%;
        line-height: 1;
        padding-bottom: 0.8em;
    }
}

.staff_mv_ttl p.info {
    font-weight: normal;
    font-size: 80%;
}

#staff .flow_list {
    margin: calc(220 / 750 * 100%) 0 calc(60 / 750 * 100%);
}

#staff .flow_list ul {
    background: url(../images/staff/bg_staff.png) repeat-x bottom center/25px;
}

#staff .flow_list ul li {
    text-align: center;
    line-height: 1.5;
}

#staff .flow_list ul li .txt_block {
    position: relative;
}

#staff .flow_list ul li .txt_block::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/staff/img_arrow_p.png) no-repeat left bottom/contain !important;
    position: absolute;
    bottom: 1.2em;
    right: -15px;
    z-index: 10;
}

#staff .flow_list ul .slick-slide:last-child .txt_block::after {
    background: none !important;
}

#staff .flow_list ul li p {
    padding: 1em 0;
    font-size: 1.6rem;
    font-weight: bold;
}

#staff .flow_list ul li p.year {
    padding: 0;
    color: #ff8ca9;
    font-size: 90%;
    margin-top: -2.2em;
}

#staff .flow_list ul li p span {
    display: block;
    font-size: 90%;
}

#staff .flow_list ul.part1,
#staff .flow_list ul.part2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#staff .flow_list ul.part1 li,
#staff .flow_list ul.part2 li {
    width: 39%;
}

#staff .flow_list ul.part1 li .txt_block::after {
    display: none;
}

#staff .flow_list ul.part2 li:nth-child(2) .txt_block::after {
    display: none;
}

@media screen and (min-width: 768px) {
    #staff .flow_list {
        margin: calc(100 / 1856 * 100%) 0 calc(60 / 1856 * 100%);
    }

    #staff .flow_list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 calc(30 / 1440 * 100%);
        border-radius: 0 0 30px 30px;
        background-size: 2.5%;
    }

    #staff .flow_list ul li {
        max-width: 216px;
        margin: 0 calc(10 / 1856 * 100%);
    }

    #staff .flow_list ul li .txt_block::after {
        width: 30px;
        height: 30px;
        bottom: 1.5em;
        right: -30px;
    }

    #staff .flow_list ul li:last-child .txt_block::after {
        display: none;
    }
}

#staff .talk {
    /*------背景ピンク----------*/
    /*------　photo　----------*/
    /*------　photo　右　----------*/
    /*------　質問ブロック　----------*/
    /*------　質問ブロック　左右　----------*/
    /*------　answer　----------*/
}

#staff .talk .left,
#staff .talk .right {
    padding-top: calc(55 / 750 * 100%);
}

@media screen and (min-width: 768px) {

    #staff .talk .left,
    #staff .talk .right {
        padding-top: calc(55 / 1856 * 100%);
    }
}

#staff .talk .left:before,
#staff .talk .right:before {
    content: "";
    display: block;
    width: 60%;
    height: 20em;
    background: #fef2f8;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 15px 0 0 15px;
}

@media screen and (min-width: 768px) {

    #staff .talk .left:before,
    #staff .talk .right:before {
        height: 25em;
    }
}

#staff .talk .right:before {
    left: 0;
    border-radius: 0 15px 15px 0;
}

#staff .talk .photo {
    position: relative;
}

#staff .talk .photo .bg_white {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 10;
    width: 85%;
    height: 30px;
    border-radius: 0 15px 0 0;
}

#staff .talk .photo .bg_white:before,
#staff .talk .photo .bg_white:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/common/img_corner.svg) no-repeat left bottom/contain;
    position: absolute;
}

#staff .talk .photo .bg_white:before {
    top: -14px;
    left: 0;
}

#staff .talk .photo .bg_white:after {
    bottom: 0;
    right: -14px;
}

#staff .talk .photo img {
    border-radius: 15px;
}

.photo_caption {
    margin: -2em 0 4em;
    width: 83%;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    #staff .talk .photo .bg_white {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: calc(500 / 1200 * 100%);
        height: 60px;
        border-radius: 15px 0 0 0;
        margin-left: calc(700 / 1200 * 100%);
    }

    #staff .talk .photo .bg_white:before,
    #staff .talk .photo .bg_white:after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        background: url(../images/common/img_corner.svg) no-repeat left bottom/contain;
        position: absolute;
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    #staff .talk .photo .bg_white:before {
        top: -14px;
        left: auto;
        right: 0;
    }

    #staff .talk .photo .bg_white:after {
        bottom: 0;
        right: auto;
        left: -14px;
    }

    .photo_caption {
        position: absolute;
        top: 0;
        left: 0;
        margin: 58% 0 0 2%;
        width: 55%;
    }
}

@media screen and (min-width: 768px) {

    #staff .talk .left .photo,
    #staff .talk .right .photo {
        width: calc(1198 / 1856 * 100%);
    }

    #staff .talk .left .photo {
        margin-left: calc(35 / 1440 * 100% * -1);
    }

    #staff .talk .left .photo img {
        border-radius: 0 30px 30px 0;
    }

    #staff .talk .right .photo {
        margin-right: calc(35 / 1440 * 100% * -1);
        float: right;
    }

    #staff .talk .right .photo img {
        border-radius: 30px 0 0 30px;
    }
}

#staff .talk .right .photo .bg_white {
    left: auto;
    right: 0;
    border-radius: 15px 0 0 0;
}

#staff .talk .right .photo .bg_white:before,
#staff .talk .right .photo .bg_white:after {
    content: "";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

#staff .talk .right .photo .bg_white:before {
    top: -15px;
    left: auto;
    right: 0;
}

#staff .talk .right .photo .bg_white:after {
    bottom: 0;
    right: auto;
    left: -15px;
}

@media screen and (min-width: 768px) {
    #staff .talk .right .photo .bg_white {
        left: 0;
        right: auto;
        border-radius: 0 15px 0 0;
        margin-left: 0;
    }

    #staff .talk .right .photo .bg_white:before,
    #staff .talk .right .photo .bg_white:after {
        content: "";
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    #staff .talk .right .photo .bg_white:before {
        top: -15px;
        left: 0;
        right: auto;
    }

    #staff .talk .right .photo .bg_white:after {
        bottom: 0;
        right: -15px;
        left: auto;
    }
}

#staff .talk dl.txt_block_q {
    position: relative;
    z-index: 20;
    font-weight: bold;
    line-height: 1.5;
    margin-top: -2em;
    padding: 0 0 1em;
    display: block;
    width: 100%;
}

#staff .talk dl.txt_block_q dt {
    width: 83%;
    font-size: 90%;
    color: #f2248b;
    padding: 0.5em 0;
}

#staff .talk .right dl.txt_block_q dt {
    margin-left: auto;
}

#staff .talk dl.txt_block_q dd {
    font-size: 120%;
}

@media screen and (min-width: 768px) {
    #staff .talk dl.txt_block_q {
        margin-top: -30px;
    }

    #staff .talk dl.txt_block_q dt {
        width: 100%;
        font-size: 120%;
    }

    #staff .talk dl.txt_block_q dd {
        font-size: 170%;
    }
}

@media screen and (min-width: 768px) {
    #staff .talk .txt_block {
        width: calc(600 / 1200 * 100%);
        margin-left: calc(450 / 1200 * 100%);
    }

    #staff .talk .right .txt_block {
        margin-left: calc(150 / 1200 * 100%);
    }
}

#staff .talk .right dl.txt_block_q {
    float: right;
    text-align: right;
}

#staff .talk p.answer {
    clear: both;
    line-height: 2.1;
    padding-bottom: 3em;
}

.bnr1 {
    display: block;
    margin: 0 auto 5em;
    width: calc(450 / 690 * 100%);
}

.txt_block_img {
    display: block;
    margin: 0 auto 5em;
    width: calc(500 / 690 * 100%);
}

.txt_block_img figcaption {
    margin-top: 0.5em;
    font-size: 80%;
}

@media screen and (min-width: 768px) {
    .bnr1 {
        width: calc(650 / 1200 * 100%);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .bnr1:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .txt_block_img {
        width: calc(800 / 1200 * 100%);
    }
}

#staff .listtype01 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#staff .listtype01 ul li .photo_block {
    width: 47%;
}


/*#staff .listtype01 ul li .photo_block::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
}*/

#staff .listtype01 ul li .photo_block .txt_block {
    color: #f2248b;
    font-size: 90% !important;
    padding-top: 0.5em;
}

#staff .listtype01 ul li .profile_block {
    width: 47%;
    padding-bottom: 1em;
}

#staff .listtype01 ul li .profile_block p {
    line-height: 1.4;
}

#staff .listtype01 ul li .profile_block .job {
    font-size: 90%;
    font-weight: bold;
}

#staff .listtype01 ul li .profile_block .name {
    font-size: 125%;
    font-weight: bold;
}

#staff .listtype01 ul li .profile_block .info {
    font-size: 85%
}

#staff .listtype01 ul li a,
#staff .listtype01 ul li a:hover {
    border: none;
}

#staff .listtype01 ul li .photo_block {
    position: relative;
    z-index: 0;
}

#staff .listtype01 ul li .photo_block .txt_block {
    z-index: 10;
}

#staff .listtype01 ul li .photo_block::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#staff .listtype01 ul li .photo_block.on::after {
    border: 8px solid #fff;
    border-radius: 15px;
}

@media screen and (min-width: 768px) {
    #staff .listtype01 ul li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #staff .listtype01 ul li .photo_block,
    #staff .listtype01 ul li .profile_block {
        width: 100%;
    }

    #staff .listtype01 ul li .profile_block {
        padding-top: 1em;
    }

    #staff .listtype01 ul li .profile_block p {
        line-height: 1.4;
        padding-left: calc(40 / 750 * 100%);
    }

    #staff .listtype01 ul li .photo_block::after,
    #staff .listtype01 ul li .photo_block.on::after {
        border-radius: 30px;
    }
}

#staff .staff_banner {
    background: #f2248b;
    margin-top: calc(120 / 750 * 100%);
    margin-bottom: calc(120 / 750 * 100%);
    padding-bottom: calc(50 / 750 * 100%);
}

@media screen and (min-width: 768px) {
    #staff .staff_banner {
        margin: calc(120 / 1856 * 100%) calc(30 / 1440 * 100%) 0;
        padding-bottom: calc(60 / 1856 * 100%);
        border-radius: 30px;
    }
}

#staff .staff_banner .bnr {
    position: absolute;
    top: 0;
    margin-top: calc(100 / 750 * 100% * -1);
}

#staff .staff_banner .bnr a {
    position: relative;
    display: block;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    #staff .staff_banner .bnr {
        width: calc(520 / 1856 * 100%);
        position: absolute;
        left: calc(50% - (260 / 1856 * 100%));
        margin: calc(70 / 1856 * 100% * -1) 0 0;
    }
}

#staff .staff_banner .staff_link {
    padding: calc(170 / 750 * 100%) 0 calc(50 / 750 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    #staff .staff_banner .staff_link {
        width: calc(600 / 1856 * 100%);
        padding: calc(160 / 1856 * 100%) 0 calc(50 / 1856 * 100%);
        margin: auto;
    }

    #staff .staff_banner .bnr a {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    #staff .staff_banner .bnr a:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

#staff .staff_banner .staff_link li {
    width: calc(100 / 750 * 100%);
    text-align: center;
    color: #f2248b;
    font-family: "Concert One";
}

@media screen and (min-width: 768px) {
    #staff .staff_banner .staff_link li {
        width: calc(220 / 1856 * 100%);
    }
}

#staff .staff_banner .staff_link li a {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    line-height: 3.3;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media screen and (min-width: 768px) {
    #staff .staff_banner .staff_link li a {
        font-size: 2.2rem;
    }
}

#staff .staff_banner .staff_link li:nth-child(1) a {
    border-radius: 0 15px 15px 0;
}

@media screen and (min-width: 768px) {
    #staff .staff_banner .staff_link li:nth-child(1) a {
        border-radius: 15px;
    }
}

#staff .staff_banner .staff_link li:nth-child(1) a:hover {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

#staff .staff_banner .staff_link li:nth-child(2) {
    width: calc(450 / 750 * 100%);
}

#staff .staff_banner .staff_link li:nth-child(2) a {
    border-radius: 15px;
}

#staff .staff_banner .staff_link li:nth-child(2) a:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

#staff .staff_banner .staff_link li:nth-child(3) a {
    border-radius: 15px 0 0 15px;
}

@media screen and (min-width: 768px) {
    #staff .staff_banner .staff_link li:nth-child(3) a {
        border-radius: 15px;
    }
}

#staff .staff_banner .staff_link li:nth-child(3) a:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

#staff .staff_banner .btn_busyo {
    display: block;
    width: calc(550 / 750 * 100%);
    border-radius: 15px;
    background: #ffe730;
    font-size: 3rem;
    font-weight: bold;
    line-height: 4;
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #staff .staff_banner .btn_busyo {
        font-size: 2.2rem;
        width: calc(410 / 1856 * 100%);
    }
}

.new::after{
    content: "NEW";
    display: inline-block;
    padding: 0 15px;
    border-radius: 2em;
    position: absolute;
    top: 0;
    left: 1em;
    margin-left: 5em;
}
.new::after{
content: "NEW";
background: #ffe730;
display: inline-block;
margin-top: 0.5%;
padding: 0 15px;
border-radius: 2em;
font-family: "Concert One";
font-size: 80%;
}

@media screen and (min-width: 768px) {
    .new::after{
        left: 2em;
        margin-left: 6em;
    }

}
