@charset "utf-8";

/*==================================================
document　ここから
====================================================*/
@media screen and (max-width: 1240px) {
    .pc_only {
        display: block !important;
    }
}

@media screen and (max-width: 812px) {
    /* .pc_only {
        display: none ! important;
    } */

    .tab_only {
        display: block;
    }

    .sp_only {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .pc_only {
        display: none;
    }

    .tab_only {
        display: none;
    }

    .sp_only {
        display: block;
    }
}

/*==================================================
//　document　ここまで
====================================================*/


/*==================================================
CVボタン　ここから
====================================================*/

.btn-wrap {
    text-align: center;
    margin: 120px auto 120px;
}

.btn-wrap.last {
    margin: 120px auto 120px;
}

.btn-wrap a.btn {
    position: relative;
    display: inline-block;
    color: #212529;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.12rem;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-wrap a.btn-border-cv {
    position: relative;
    width: 600px;
    margin-bottom: 12px;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
}

.btn-wrap a.btn-border-cv:before {
    position: absolute;
    bottom: -12px;
    left: 0;
    display: block;
    width: 100%;
    height: 28px;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 2px solid #000;
    border-top: 1px solid #000;
    border-radius: 0 0 20px 20px;
    background-image: repeating-linear-gradient(to right, #000, #000 1px, transparent 2px, transparent 6px);
    background-size: 634px 26px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn-wrap a.btn-border-cv:after {
    content: "チームワーキング研修について";
    width: 320px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #f0ff12;
    color: #000000;
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
    letter-spacing: 0.12rem;
}

.btn-wrap a.btn-border-cv span {
    position: relative;
    display: block;
    padding: 20px 20px 16px 20px;
    color: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    background: #000;
    transition: all .3s;
}

.btn-wrap a.btn-border-cv:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
}

.btn-wrap a.btn-border-cv:hover:before {
    bottom: -5px;
}

.btn-wrap a.btn-border-cv span:hover {
    background: #f0ff12;
}

.btn-wrap a.btn-border-cv span:hover {
    color: #000000;
}

.btn-wrap a.btn-border-cv:hover::after {
    background: #000000;
    color: #ffffff;
}

.btn-wrap .cp_link {
    position: relative;
    display: inline-block;
    padding: 0.1em 0.3em 0.3em;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 0, 1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    border-bottom: 4px solid #000000;
    box-sizing: border-box;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    transition: all .5s;
}

.btn-wrap .cp_link:hover {
    background-position: -100% 0;
    color: #ffffff;
    text-decoration: none;
}

.btn-wrap .cp_link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #000000;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .5s;
}

.btn-wrap .cp_link:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.btn-wrap .cp_link::after {
    content: "";
    background-image: url(../images/icon_cp_link_yellow.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center left;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 12%;
    right: -7%;
    opacity: 1;
    z-index: 1;
    transition: all .5s;
}

.btn-wrap .cp_link:hover::after {
    background-image: url(../images/icon_cp_link_black.png);
    right: -9%;
}

@media screen and (max-width: 1000px) {
    .btn-wrap {
        margin: 60px auto 60px;
    }
}

@media screen and (max-width: 812px) {
    .btn-wrap .btn-inner {
        margin: 0 0 80px 0;
    }

    .btn-wrap a.btn-border-cv {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .btn-wrap .btn-inner {
        margin: 40px 0 20px 0;
    }

    .btn-wrap a.btn-border-cv {
        width: 90%;
    }

    .btn-wrap a.btn-border-cv:after {
        width: 250px;
        height: 25px;
        font-size: 15px;
    }

    .btn-wrap a.btn {
        font-size: 28px;
    }

    .btn-wrap a.btn-border-cv span {
        padding: 16px 16px 12px 16px;
    }
}


/*==================================================
CVボタン　ここまで
====================================================*/



/*==================================================
MV　ここから
====================================================*/
.mv {
    padding: 50px 0 60px;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.mv h1 {
    font-size: 48px;
    letter-spacing: 0.6px;
    padding: 0 0 40px 0;
    margin: 0;
}

.mv h1 span {
    display: block;
}

.mv h1 span.sub {
    font-size: 28px;
}

.mv h1 span img {
    width: 100%;
    max-width: 260px;
    height: auto;
}

.mv h2 {
    width: 100%;
    max-width: 960px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.6px;
    background: #ffffff;
    border: 12px solid #f0ff12;
    padding: 40px 20px;
    margin: 0 0 50px 0;
}

.mv p.lead {
    line-height: 1.5;
    margin-bottom: 60px;
    font-size: 18px;
    letter-spacing: 0.6px;
}

.mv picture {
    display: block;
    padding: 0 0 60px 0;
}

.mv .interviewee_wrap {
    /* padding: 0 0 60px 0; */
}

.mv ul.interviewee_inner {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    padding: 0 0 30px 0;
}

.mv ul.interviewee_inner li {
    width: 100%;
    max-width: 300px;
}

.mv ul.interviewee_inner img {
    width: 100%;
    max-width: 150px;
    padding: 0 0 20px 0;
}

.mv ul.interviewee_inner p.company {
    font-size: 16px;
    line-height: 1.1;
    padding: 0 0 10px 0;
    margin: 0;
}

.mv ul.interviewee_inner p.name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

.mv ul.interviewee_inner p.name span.pl6 {
    padding: 0 0 0 6px;
}

.mv ul.interviewee_inner p.name span.small-txt {
    font-size: 14px;
}

.mv .interviewee_wrap p.annotation {
    text-align: center;
    font-size: 14px;
    margin: 0;
}

@media screen and (max-width: 1060px) {
    .mv h2 {
        font-size: 3.638vw;
    }
}

@media screen and (max-width: 812px) {
    .mv {
        padding: 50px 0 40px;
    }

    .mv h1 {
        font-size: 6.5vw;
        padding: 0 0 6.6666vw 0;
    }

    .mv h1 span.sub {
        font-size: 24px;
    }

    .mv p.lead {
        margin-bottom: 40px;
    }

    .mv picture {
        padding: 0 0 6.23333vw 0;
    }

    .mv ul.interviewee_inner li {
        width: 48%;
    }

    .mv ul.interviewee_inner p.company,
    .mv ul.interviewee_inner p.name {
        text-align: center;
    }

}

@media screen and (max-width: 480px) {
    .mv h2 {
        font-size: 4.038vw;
        padding: 12px 12px;
        margin: 0 0 30px 0;
        border: 8px solid #f0ff12;
    }

    .mv ul.interviewee_inner {
        flex-direction: column;
        align-items: center;
    }

    .mv ul.interviewee_inner li {
        width: 100%;
    }

    .mv ul.interviewee_inner li:nth-child(1) {
        padding: 0 0 30px 0;
    }
}

/*==================================================
//  MV　ここまで
====================================================*/

/*==================================================
content ここから
====================================================*/
.content {
    margin: 0 auto;
    width: 95%;
    max-width: 960px;
}

h3.bg-yellow {
    width: 100%;
    font-size: 2.4299vw;
    line-height: 1.5;
    text-align: center;
    background: #f0ff12;
    padding: 30px 20px;
    margin: 0 0 30px 0;
}

.overview_box {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 15px -5px #cfcfcf;
    margin: 0 0 80px 0;
}

.overview_box p.tit {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 20px 0;
}

.overview_box p.txt {
    font-size: 18px;
    line-height: 1.4;
}

.q-box {
    padding: 0 0 80px 0;
}

.q-box h3 {
    font-size: 34px;
    line-height: 1.2;
    border-bottom: solid 4px #000;
    display: flex;
    align-items: flex-end;
    margin: 0 0 40px 0;
    padding: 0 0 10px 0;
}

.q-box h3 span.q0 {
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    margin-right: 30px;
}

.q-box .question-txt {
    padding: 20px;
    background-color: #efefef;
    margin: 16px 0 30px 0;
    border-radius: 6px;
    line-height: 1.5;
    font-size: 18px;
}

.q-box .question-txt.thank-txt {
    margin: 40px 0 0 0;
}

.q-box ul.a_box {
    display: flex;
    justify-content: space-between;
}

.q-box ul.pd-bottom {
    padding: 0 0 50px 0;
}

.q-box ul.pd-bottom40 {
    padding: 0 0 40px 0;
}

.q-box ul.pd-bottom.only {
    padding: 0;
}

.q-box ul.a_box li.list-img {
    width: 80px;
}

.q-box ul.a_box li.list-img img {
    width: 100%;
    border-radius: 50%;
    padding: 0 0 10px 0;
}

.q-box ul.a_box li.list-img p.name {
    font-size: 16px;
    text-align: center;
}

.q-box ul.a_box li.list-img p.name span {
    font-size: 12px;
}

.q-box ul.a_box li.arrow_box {
    position: relative;
    width: 86%;
    background: #FFFFFF;
    padding: 20px;
    border: 1px solid rgb(128, 128, 128);
    color: #FFFFFF;
    border-radius: 6px;
    z-index: 2;
}

.q-box ul.a_box li.arrow_box:after,
.arrow_box:before {
    position: absolute;
    right: 100%;
    top: 40px;
    content: '';
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;

}

.q-box ul.a_box li.arrow_box:after {
    border-color: rgba(128, 128, 128, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 24px;
    border-right-width: 24px;
    margin-top: -10px;
    border-right-color: #FFFFFF;
}

.q-box ul.a_box li.arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 26px;
    border-right-width: 26px;
    margin-top: -11px;
    margin-right: 1px;
    border-right-color: #808080;
}

.q-box ul.a_box li.arrow_box.resize-h {
    height: 90px;
}


.q-box ul.a_box li.arrow_box p {
    position: relative;
    color: #000000;
    line-height: 1.5;
    padding: 0 0 20px 0;
    z-index: 3;
}

.q-box ul.a_box li.arrow_box p.last {
    padding: 0;
}

.q-box .zukai_box {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 15px -5px #cfcfcf;
    margin: 0 0 40px 0;
}

.q-box .zukai_box figcaption {
    font-size: 16px;
    text-align: center;
    padding: 0 0 30px 0;
}

/*  3つの視点 ここから  */
.q-box .three-viewpoint_wrap,
.q-box .tree-action_wrap {
    margin: 0 0 40px 0;
    padding: 60px 40px 40px 40px;
    background: #ffffff;
    box-shadow: 0px 0px 15px -5px #cfcfcf;
}

.q-box .three-viewpoint_box,
.q-box .tree-action_box {
    position: relative;
    display: table;
    width: 880px;
    text-align: center;
    margin: 0;
}

.q-box .three-viewpoint_box:before,
.q-box .tree-action_box:before {
    content: '';
    width: 880px;
    height: 30px;
    border: 1px solid #000000;
    border-width: 4px 4px 0 4px;
    position: absolute;
    top: -1px;
    left: 0%;
}

.q-box .three-viewpoint_box:after,
.q-box .tree-action_box:after {
    content: '';
    width: 100%;
    height: 30px;
    border: 1px solid #000000;
    border-width: 0 4px 4px 4px;
    position: absolute;
    bottom: -1px;
    left: 0%;
}

.q-box .three-viewpoint_box h4,
.q-box .tree-action_box h4 {
    position: relative;
    top: -23px;
    display: inline-flex;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 20px 0;
    background: #ffffff;
    align-items: normal;
}

.q-box .three-viewpoint_box h4 span,
.q-box .tree-action_box h4 span {
    font-size: 74px;
    line-height: 0.5;
}

.q-box .three-viewpoint_box h4 span.big,
.q-box .tree-action_box h4 span.big {
    font-size: 50px;
    line-height: 1;
}

.q-box ul.story_inner {
    display: flex;
    justify-content: space-between;
    max-width: 860px;
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0 auto 0;
}

.q-box ul.story_inner li {
    width: 270px;
    flex-direction: column;
    background: #ffffff;
}

.q-box ul.story_inner li h5 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    padding: 10px 0 10px 0;
    margin: 0 0 20px 0;
    background: #f0ff12;
}

.q-box ul.story_inner li figure {
    width: 90%;
    height: auto;
    margin: 0 auto 20px;
}

.q-box ul.story_inner li p.action-txt {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 0 20px 0;
}

span.marker {
    background: linear-gradient(transparent 0%, #f0ff12 0%);
}

/*  //  3つの視点 ここまで  */

/*  3つの行動原理 ここから  */
.tree-action_wrap ul.story_inner li p.modal-txt {
    display: block;
}

.tree-action_wrap ul.story_inner li .story-link {
    display: block;
    width: 60%;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 24px;
    background: url(../images/icon_arrow_black.png) #ffffff no-repeat 92% center;
    background-size: 10px 8px;
    color: #000000;
    padding: 6px 20px;
    margin: 0 auto;
    transition: all .3s;
}

/*========= モーダル表示のためのCSS ===============*/

/*infoエリアをはじめは非表示*/
#story01,
#story02,
#story03 {
    display: none;
}

/*モーダルBoxを変更したい場合*/
.modaal-container {
    max-width: 900px;
    border: 6px solid #000000;
}

.modaal-content-container {
    padding: 0 30px 80px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
    background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}


/*========= モーダル レイアウトのためのCSS ===============*/

.tree-action_wrap ul.story_inner {
    display: flex;
    justify-content: space-between;
    max-width: 860px;
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0 auto 0;
}

.tree-action_wrap ul.story_inner li {
    width: 270px;
    flex-direction: column;
    background: #ffffff;
    padding: 0 0 30px 0;
}

.tree-action_wrap ul.story_inner li figure {
    width: 90%;
    height: auto;
    margin: 0 auto 20px;
}

.tree-action_wrap ul.story_inner li figure img {
    width: 100%;
}

.tree-action_wrap ul.story_inner li p.action-txt {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 0 20px 0;
}

.tree-action_wrap ul.story_inner li p.modal-txt {
    display: block;
}

.tree-action_wrap ul.story_inner li h5 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    padding: 10px 0 10px 0;
    margin: 0 0 20px 0;
    background: #f0ff12;
}

.tree-action_wrap ul.story_inner li h5 span {
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.tree-action_wrap ul.story_inner li .story-link {
    display: block;
    width: 50%;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 24px;
    background: url(../images/icon_arrow_black.png) #ffffff no-repeat 92% center;
    background-size: 10px 8px;
    color: #000000;
    padding: 6px 20px;
    margin: 0 auto;
    transition: all .3s;

}

.tree-action_wrap ul.story_inner li .story-link:hover {
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    background-image: url(../images/icon_arrow_white.png);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 10px 8px;
}

/*-------------- モーダル内css --------------*/
.modaal_inner h5 {
    position: relative;
    top: 0;
    width: 300px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    margin: 0 auto 30px;
    padding: 8px 10px;
    background: #f0ff12;
}

.modaal_inner h5 span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.modaal_inner img.img-comment {
    display: block;
    width: 100%;
    height: 22px;
    margin: 0 auto 40px;
}

.modaal_inner figure {
    width: 830px;
}

.modaal-close:after,
.modaal-close:before {
    display: none;
}

.modaal-wrapper .modaal-close {
    position: absolute;
    top: 90%;
    left: 50%;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 180px;
    height: 30px;
    border: 2px solid #000000;
    background: #ffffff;
    padding: 0;
    -webkit-appearance: none;
    border-radius: 15px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transform: translateX(-50%);
}

.modaal-close span {
    position: relative important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    font-size: 14px;
    color: #000000;
}

.modaal-close:before {
    display: none;
}

.modaal-close:after {
    display: block;
    content: "Close";
    position: relative;
    top: 0;
    left: 38%;
    width: 0;
    height: 22px;
    color: #000000;
    background: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: background .2s ease-in-out;
}


@media screen and (max-width: 812px) {
    .modaal-wrapper .modaal-close {
        position: relative;
        right: -25%;
        top: -25px;
        color: #fff;
        cursor: pointer;
        opacity: 1;
        width: 50%;
        height: 30px;
        border: 2px solid #000000;
        background: #ffffff;
        padding: 0;
        -webkit-appearance: none;
        border-radius: 15px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .q-box .three-viewpoint_box h4,
    .q-box .tree-action_box h4 {
        display: block;
    }

    .tree-action_wrap ul.story_inner li p.modal-txt {
        display: none;
    }
}

/*-------------- //   モーダル内css  fix  --------------*/
/*  //  3つの行動原理 ここまで  */

/*  企業情報 ここから  */
.company_wrap {
    position: relative;
    width: 100%;
    max-width: 860px;
    padding: 40px 30px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 15px -5px #cfcfcf;
}

.company_inner {
    position: relative;
}

.company_inner:after {
    content: "企業情報";
    display: block;
    position: absolute;
    top: -48px;
    left: 30px;
    padding: 8px 10px;
    background: #000000;
    background-size: 112px 34px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 4px solid #000000;
    width: 112px;
    height: 34px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 0.5;
    transform: translateX(-50%);
}

.company_inner ul.company_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company_inner ul.company_box li.list-img {
    width: 100%;
    max-width: 200px;
}

.company_inner ul.company_box li.list-txt {
    width: 70%;
    max-width: 560px;
}

.company_inner ul.company_box li.list-txt h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 10px 0;
}

.company_inner ul.company_box li.list-txt p.list-txt_detail {
    font-size: 16px;
    line-height: 1.4;
}

/*  //  企業情報 ここまで  */


@media screen and (max-width: 1200px) {
    h3.bg-yellow {
        font-size: 3.3299vw;
    }
}


@media screen and (max-width: 1060px) {

    /*  3つの〜 ここから  */
    .q-box .three-viewpoint_box,
    .q-box .tree-action_box {
        width: 100%;
        display: block;
    }

    .q-box .three-viewpoint_box:before,
    .q-box .tree-action_box:before {
        width: 100%;
    }

    .q-box ul.story_inner {
        flex-direction: column;
        align-items: center;
    }

    .q-box ul.story_inner li {
        width: 80%;
    }

    .tree-action_wrap ul.story_inner li .story-link {
        width: 35%;
        font-size: 20px;
        background-size: 14px 10px;
        padding: 14px 20px;
    }

    .tree-action_wrap ul.story_inner li .story-link:hover {
        background-size: 14px 10px;
    }
}

/*  //  3つの〜 ここまで  */


@media screen and (max-width: 812px) {
    h3.bg-yellow {
        font-size: 4.5299vw;
        padding: 20px;
    }

    .overview_box {
        margin: 0 0 50px 0;
    }

    .q-box h3 {
        margin: 0 0 30px 0;
    }

    .q-box h3 span.q0 {
        margin-right: 10px;
    }

    .q-box h3.center-number span.q0 {
        line-height: 1.3;
    }

    .q_txt {
        font-size: 5vw;
        line-height: 1.3;
        margin: 0;
    }

    .q-box ul.pd-bottom {
        padding: 0 0 30px 0;
    }

    .q-box ul.a_box li.arrow_box {
        width: 80%;
    }

    .q-box ul.a_box li.arrow_box.resize-h {
        height: auto;
    }


    /*  企業情報 ここから  */
    .company_wrap {
        padding: 30px 26px;
    }

    .company_inner ul.company_box {
        flex-direction: column;
    }

    .company_inner ul.company_box li.list-txt {
        width: 100%;
        max-width: 100%;
    }

    .company_inner ul.company_box li.list-txt h4 {
        text-align: center;
    }

    /*  // 企業情報 ここまで  */
}

@media screen and (max-width: 480px) {
    .overview_box {
        padding: 20px;
    }

    .overview_box p.tit {
        text-align: center;
        line-height: 1.4;
    }

    .q-box ul {
        flex-direction: column;
        align-items: center;
    }

    .q-box ul.a_box li.list-img {
        width: 120px;
    }

    .name {
        margin-bottom: 30px;
    }

    .q-box ul.a_box li.arrow_box {
        width: 100%;
    }

    .q-box ul.a_box li.arrow_box:after,
    .q-box ul.a_box li.arrow_box:before {
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        pointer-events: none;
        position: absolute;
        top: -32px;
        left: 50%;
    }

    .q-box ul.a_box li.arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-width: 23px;
        border-bottom-width: 20px;
        border-left-width: 10px;
        border-right-width: 10px;
        margin-left: -10px;
        border-bottom-color: #FFFFFF;
    }

    .q-box ul.a_box li.arrow_box:before {
        border-color: rgba(0, 0, 0, 0);
        border-top-width: 22px;
        border-bottom-width: 22px;
        border-left-width: 11px;
        border-right-width: 11px;
        margin-left: -11px;
        margin-bottom: 1px;
        border-bottom-color: #000000;
    }

    /* 
    .q-box ul.a_box li.arrow_box:before {
        border-top-width: 7px;
        border-bottom-width: 7px;
        border-left-width: 20px;
        border-right-width: 20px;
    }

    .q-box ul.a_box li.arrow_box:after {
        border-top-width: 6px;
        border-bottom-width: 6px;
        border-left-width: 18px;
        border-right-width: 18px;
    } */



    /*  3つの〜 ここから  */
    .q-box .three-viewpoint_wrap,
    .q-box .tree-action_wrap {
        margin: 0 0 40px 0;
        padding: 50px 20px 20px 20px;
    }

    .q-box .three-viewpoint_box:before,
    .q-box .tree-action_box:before {
        display: none;
    }

    .q-box .three-viewpoint_box:after,
    .q-box .tree-action_box:after {
        display: none;
    }

    .q-box .three-viewpoint_box h4 span,
    .q-box .tree-action_box h4 span {
        font-size: 60px;
        line-height: 0.7;
    }

    .q-box ul.story_inner li {
        width: 90%;
    }

    .q-box ul.story_inner li:last-child {
        padding: 0;
    }

    /*  // 3つの〜 ここまで  */
}

/*==================================================
//　content ここまで
====================================================*/

/*==================================================
scroll-hint ここから
====================================================*/
.zukai_box p.txt-yoko {
    display: none;
}

@media screen and (max-width: 1000px) {
    .zukai_box {
        width: 100%;
    }

    .js-scrollable {
        overflow-x: scroll;
        width: 100%;
    }

    .zukai_box figure {
        width: 1000px;
    }

    .zukai_box p.txt-yoko {
        display: block;
        font-size: 16px;
        padding: 0 0 20px 0;
    }

    .q-box .zukai_box figcaption {
        text-align: left;
    }

    .zukai_box figure img {
        display: block;
        width: 1000px;
    }
}