@charset "utf-8";

/*======================================================================================================================
========================================================================================================================
 パートナー企業・団体の取り組み一覧ページ レスポンシブ対応ページ用　css
========================================================================================================================
======================================================================================================================*/

/*共通*/

main {
    font-family: "Original Yu Gothic", "Yu Gothic", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0px;
}

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

    main {
        font-size: 14px;
    }

    }*/

    .sp{
        display: none;
    }

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

        .sp{
            display: block;
        }

    }

    #wrapper {
        width: 100%;
    }

    #topicpath,.firstview__inner,
    .section__inner {
        width: calc(100% - 40px);
        max-width: 1000px;
        margin: 0 auto;
    }

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

    .firstview__inner, .section__inner {
        width: calc(100% - 20px);
    }

    }*/

    #h_inner{
        max-width: 1000px;
        margin: 0 auto;
    }

    a:link{
        color: #333;
        text-decoration: underline;
    }

    a:visited{
        color: #7ac636;
    }

    p.is-attention{
        text-align: center;
        color: #ff0000;
        font-size: 16px;
        font-weight: bold;
    }

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


        p.is-attention{
            font-size: 14px;
        }

    }

    .is-black{
        color: #000;
    }

    .is-row{
        position: relative;
        display: flex;
        flex-direction: row;
    }

    .is-row.pb30{
        padding-bottom: 30px;
    }

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

        .is-row{
            flex-direction: column;
        }

    }

    .is-caption{
        margin: 0;
    }

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

        .is-caption{
            margin: 0 0 60px;
        }

        .is-caption .section__pic img,
        .is-caption .section__pic source{
            border-radius: 8px;
        }

    }

    .is-caption figcaption{
        margin-top: 5px;
        font-size: 12px;
    }

    .is-dot {
        display: inline-block;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: dotted 2px #7ac636;
    }

    .is-textlong{
        display: block;
        max-height: 320px;
        border-radius: 8px;
        overflow: hidden;
    }

    @media screen and (max-width: 767px){
        .is-textlong{
            display: block;
            max-height: none;
            border-radius: 8px;
            overflow: auto;
        }
        .section__pic .is-textlong{
            display: block;
            max-height: none;
            border-radius: 8px;
            overflow: auto;
        }
    }

    ul.is-desc>li{
        position: relative;
        padding-left: 1em;
    }

    ul.is-desc>li::before{
        content: '・';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    ul.m10,
    ol.m10{
        margin: 10px 0;
    }

    ol.is-decimal{
        padding-left: 1em;
    }

    ol.is-decimal li{
        list-style-type: decimal;
    }

    a.is-green{
        color: #7ac636;
    }

    /*ヘッダー*/

    #gnavi{
        background: unset;
    }

    #gnavi::before{
        display: none;
    }

    #header #utility.wide::after{
        display: none;
    }

    #header #utility.wide {
        margin-bottom: 0;
    }

    #size_area{
        display: none;
    }

    /*フッター*/
    #footer #copyright{
        background-color: #7ac636;
    }

    /*パンくず*/
    #topicpath{
        margin-top: 15px;
        text-align: left;
        font-size: 14px;
    }

    #topicpath a:link,
    #topicpath a:visited{
        color: #7ac636;
    }

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

        #topicpath{
            font-size: 12px;
        }

    }

    /*LV*/

    .firstview {
        width: 100%;
        border-top: 8px solid #7ac636;
        border-bottom: 8px solid #7ac636;
    }

    .firstview__border {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        background: url(../common/img/firstview_bg_g.png) left top;
    }

    .firstview__inner img{
        width: 100%;
    }

    .firstview__img__pc{
        display: block;
    }

    .firstview__img__sp{
        display: none;
    }

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

        .firstview__img__sp{
            display: block;
        }

        .firstview__img__pc{
            display: none;
        }

        .firstview__inner{
            box-sizing: border-box;
            max-width: 500px;
            padding: 20px;
        }

    }


    /*セクション*/

    .section {
        padding: 60px 0 100px;
        text-align: left;
    }

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

        .section {
            padding: 40px 0 60px;
        }

    }

    .section__point {
        margin-top: 3rem;
    }

    .section__namelist {
        margin-left: 17rem;
    }

    .section__linkbtn {
        margin-top: 3.2rem;
    }

    .section--txc {
        text-align: center;
    }

    .section--dotbg {
        background: url(../images/section_dotbg.png) left top repeat;
    }

    .section--gray {
        background: #F7F5F5;
    }

    .section--bottom_dot {
        padding-bottom: 0;
    }

    .section--bottom_dot::after {
        content: "";
        display: block;
        height: 2px;
        margin-top: 7.2rem;
        background-size: 8px 2px;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(left, #7ac636, #7ac636 2px, transparent 2px, transparent 6px);
        background-image: linear-gradient(to right, #7ac636, #7ac636 2px, transparent 2px, transparent 6px);
    }

    .section__cnt01{
        padding: 50px 0;
        background-color: #F0F0F0;
        background-image:
        repeating-linear-gradient(to bottom,
            transparent 25px,
            rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
            transparent 27px,  transparent 51px, 
            rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
            transparent 53px,  transparent 77px, 
            rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
            transparent 79px,  transparent 103px, 
            rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
            transparent 105px,  transparent 129px, 
            rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px),

        repeating-linear-gradient(to right,
            transparent 25px,
            rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
            transparent 27px,  transparent 51px, 
            rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
            transparent 53px,  transparent 77px, 
            rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
            transparent 79px,  transparent 103px, 
            rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
            transparent 105px,  transparent 129px, 
            rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px);
    }

    .section__cnt01.pb60{
        padding-bottom: 60px;
    }

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

        .section__cnt01.pb60{
            padding-bottom: 50px;
        }

    }

    .section__pic,
    .section__ld{
        width: calc((100% - 20px) / 2);
    }

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

        .section__pic,
        .section__ld{
            width: 100%;
        }

    }

    .section__pic source,
    .section__pic img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

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

        .section__pic source,
        .section__pic img{
            border-radius: 8px 8px 0 0;
        }

    }

    .section__ld{
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        margin-left: 20px;
        padding: 35px 30px 30px;
        text-align: left;
        border-radius: 8px;
        background: #FFF;
        border: 2px solid #000;
    }

    .section__ld::before{
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        top: -52px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100px;
        height: 50px;
        background-color: #FFF;
        border-radius: 50px 50px 0 0;
        border: 2px solid #000;
        border-bottom: 0;
    }


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

        .section__ld{
            margin-left: 0;
            margin-top: -10px;
            border-radius: 0 0 8px 8px;
        }

        .section__ld::before{
            top: -42px;
            width: 80px;
            height: 40px;
            border-radius: 40px 40px 0 0;
        }

    }


    .section__ld .is-memo{
        position: absolute;
        display: block;
        top: 3px;
        left: 0px;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #7ac636;
    }

    .section__ld .is-memo::before{
        content: '';
        display: block;
        position: absolute;
        top: -34px;
        left: 7px;
        right: 0;
        margin: auto;
        width: 40px;
        height: 40px;
        background-image: url(../partner/img/ico_memo.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

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

        .section__ld .is-memo{
            top: 8px;
            font-size: 11px;
        }

        .section__ld .is-memo::before {
            top: -32px;
            left: 6px;
            width: 35px;
            height: 35px;
        }

    }


    /*タイトル*/

    .section__title {
        position: relative;
        font-size: 26px;
        text-align: center;
        margin: 90px auto 30px;
        letter-spacing: 0.05em;
        color: #000;
    }

    .section__title.b10{
        margin-bottom: 10px;
    }

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

        .section__title {
            font-size: 22px;
        }

    }

    .section__title::before{
        content: '';
        display: block;
        position: absolute;
        top: -90px;
        left: 0;
        right: 0;
        margin: auto;
        width: 70px;
        height: 70px;
        background-color: #7ac636;
        border-radius: 53% 47% 42% 58% / 48% 48% 52% 52%;
    }

    .section__title::after{
        content: '';
        display: block;
        position: absolute;
        top: -73px;
        left: 0;
        right: 0;
        margin: auto;
        width: 40px;
        height: 40px;
        background-image: url(../partner/img/ico_hand.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

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

        .l_ttl_01.ls-005{
            letter-spacing: 0.05em;
        }
    }

    .section__title02{
        color: #000;
        font-size: 26px;
        letter-spacing: 0.05em;
        color: #000;
    }

    .section__title02__wr{
        width: 100%;
        margin-bottom: 40px;
        padding: 20px 0;
        background-color: #FFF;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
    }

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

        .section__title02{
            font-size: 24px;
        }

        .section__title02__wr{
            margin-bottom: 30px;
            padding: 10px 0;
        }

    }

    .section__subtitle{
        position: relative;
        box-sizing: border-box;
        margin-left: 5px;
        padding-left: 25px;
        text-align: left;
        letter-spacing: 0.05em;
        font-size: 18px;
        color: #000;
    }

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

        .section__subtitle {
            display: inline-block;
            font-size: 16px;
        }

    }

    .section__subtitle::before{
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        left: 0;
        width: 1em;
        height: 1em;
        background-image: url(../partner/img/bg_ribbon.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    /*インタビュー*/

    .interview{
        margin-bottom: 50px;
    }

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

        .interview{
            margin-bottom: 40px;
        }

    }

    .interview__secTtl{
        position: relative;
        margin-bottom: 20px;
        padding: 8px 16px 5px;
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
        background-color: #7ac636;
        border-radius: 10px;
    }

    @media screen and (max-width: 767px){
        .interview__secTtl{
            padding: 5px 10px 3px;
            font-size: 18px;
        }
    }

    .interview__ttl{
        margin-bottom: 20px;
        font-weight: bold;
        color: #000;
    }

    .interview__txt:not(:last-child){
        margin-bottom: 30px;
    }

    .interview__txt.bold,
    .interview__txt .bold{
        font-weight: bold;
    }
    .interview__txt.is-right,
    .interview__txt .is-right{
        text-align: right;
    }

    .interview__pic{
        display: block;
        width: 100%;
        max-width: 500px;
        margin: auto;
    }

    .interview__pic:last-child{
        margin-bottom: 50px;
    }

    .interview__pic source,
    .interview__pic img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .interview__fig{
        display: block;
        width: 100%;
        max-width: 500px;
        margin: auto;
    }

    .interview__fig:not(:last-child){
        margin-bottom: 30px;
    }

    .interview__fig.w320{
        max-width: 320px;
    }

    .interview__fig.w250{
        max-width: 250px;
    }

    .interview__fig.w140{
        max-width: 140px;
    }

    .interview__fig.w600{
        max-width: 600px;
    }

    .interview__fig picture{
        display: block;
        width: 100%;
    }

    .interview__fig picture source,
    .interview__fig picture img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    @media screen and (min-width: 768px){

        .is-row .interview__fig,
        .is-row .interview__pic{
            width: calc((100% - 40px) / 2);
            margin: 0 auto;
        }

        .is-row .interview__fig:not(:last-of-type),
        .is-row .interview__pic:not(:last-of-type){
            margin-right: 40px;
        }

        .is-row .interview__pic:last-child{
            margin-bottom: 0;
        }

    }

    /*テーブル*/


    /*角丸テーブルの記述*/
    main table {
        border: 1px solid #000;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 8px;
        overflow: hidden;
    }
    main table th,
    main table td {
        text-align: center;
        vertical-align: middle;
        padding: 10px 5px;
        border-bottom: 1px solid #000;
    }
    main table th + th,
    main table td + td {
        border-left: 1px solid #000;
    }

    main table tr:last-child th,
    main table tr:last-child td {
        border-bottom: none;
    }


    main table th.bold,
    main table td.bold{
        background-color: #7ac636;
        color: #FFF;
    }

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

    main table th,
    main table td {
        font-size: 14px;
    }

    main table.is-sm th,
    main table.is-sm td {
        font-size: 12px;
    }

    }*/

    /*dl*/

    td dl{
        text-align: left;
        padding: 10px 20px;
    }

    dl>div{
        display: flex;
        flex-direction: row;
    }

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

        dl>div{
            flex-direction: column;
        }

    }

    dl>div:not(:last-of-type){
        margin-bottom: 10px;
    }

    dl dt{
        min-width: 200px;
        font-weight: bold;
    }

    /*ページトップ*/
    .pagetop{
        display: block;
        width: 50px;
        height: 50px;
        margin: 20px 0px 0px auto;
        border-radius: 45% 55% 45% 55% / 54% 56% 44% 46% ;
        background-color: #7ac636;
        transition: .3s;
    }

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

        .pagetop{
            width: 40px;
            height: 40px;
        }

    }

    .pagetop::before{
        display: none;
    }

    .pagetop a{
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .pagetop img{
        width: 50%;
        height: 50%;
        margin-left: 5px;
    }


    /*2021/12/10 add .*/

    .section_search__wr{
        padding: 100px 0 50px;
    }

    @media screen and (max-width: 767px){
        .section_search__wr{
            padding: 80px 0 40px;
        }
    }

    .section_search{
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        padding: 35px 30px 30px;
        text-align: left;
        border-radius: 8px;
        background: #FFF;
        border: 2px solid #000;
    }

    .section_search::before{
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        top: -52px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100px;
        height: 50px;
        background-color: #FFF;
        border-radius: 50px 50px 0 0;
        border: 2px solid #000;
        border-bottom: 0;
    }


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

        .section_search::before{
            top: -42px;
            width: 80px;
            height: 40px;
            border-radius: 40px 40px 0 0;
        }

    }


    .section_search .is-search{
        position: absolute;
        display: block;
        top: 3px;
        left: 0px;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: #7ac636;
    }

    .section_search .is-search::before{
        content: '';
        display: block;
        position: absolute;
        top: -38px;
        left: -5px;
        right: 0;
        margin: auto;
        width: 36px;
        height: 36px;
        background-image: url(../partner/img/ico_search.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

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

        .section_search .is-search{
            top: 6px;
            font-size: 11px;
        }

        .section_search .is-search::before {
            top: -32px;
            left: 0px;
            width: 30px;
            height: 30px;
        }

    }

    .section_search__ld{
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
        color: #000;
        font-size: 18px;
    }

    .section_search__ld .is-line{
        position: relative;
    }

    .section_search__ld .is-line::before{
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100%;
        height: 10px;
        background-color: #EBD262;
        z-index: -1;
    }

    .section_search__cnt{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .section_search__cnt__box{
        width: calc(33% - 14px);
        margin-top: 20px;
    }

    .section_search__cnt__box:not(:nth-of-type(3)){
        margin-right: 21px;
    }

    @media screen and (max-width: 767px){
        .section_search__cnt__box{
            width: 100%;
        }
        .section_search__cnt__box:not(:nth-of-type(3)){
            margin-right: 0;
        }
    }

    .section_search__cnt__ttl{
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

    @media screen and (max-width: 767px){
        .section_search__cnt__ttl{
            font-size: 16px;
        }
    }

    .section_search__cnt__select{
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-appearance: none;
        appearance: none;
        font-weight: bold;
        width: 100%;
        height: 50px;
        padding: 0 40px 0 20px;
        border-radius: 8px;
        background: #fff;
        border: 1px solid #333;
        line-height: 1.4;
        font-size: 14px;
        color: #333;
    }

    .section_search__cnt__select__wr{
        position: relative;
    }

    .section_search__cnt__select__wr::after{
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%) rotate(
            90deg);
        transform: translateY(-50%) rotate(
            90deg);
        width: 8px;
        height: 14px;
        background-image: url(../partner/img/ico_arrow_back.svg);
        background-repeat: no-repeat;
        background-size: contain;
        pointer-events: none;
    }

    .p-isotopeCnt__wr{
        width: calc(100% - 20px);
        max-width: 1020px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    @media screen and (max-width: 767px){
        .p-isotopeCnt__wr{
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }

    .p-isotopeCnt{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        margin-bottom: 50px;
    }

    .p-isotopeCnt::before{
        content: '該当なし';
        display: inline-block;
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        animation: fadein .3s both 1s;
    }

    @keyframes fadein {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    .p-isotopeCnt__itm{
        box-sizing: border-box;
        position: relative;
        width: calc(100% / 3);
        padding: 10px;
    }

    @media screen and (min-width: 692px) and (max-width: 947px){
        .p-isotopeCnt__itm{
            width: 50%;
        }
    }

    @media screen and (max-width: 691px){
        .p-isotopeCnt__itm{
            width: 100%;
        }
    }

    .p-isotopeCnt__itm>a{
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 8px;
        border: 1px solid #000;
        color: #333;
        text-decoration: none;
        transition: .3s;
    }

    @media screen and (min-width: 811px){
        .p-isotopeCnt__itm>a:hover{
            background-color: #f7dd62;
        }
    }

    /*.p-isotopeCnt__itm::before{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        opacity: 0;
        pointer-events: none;
        transition: .3s;
        z-index: 1;
        }*/

    /*@media screen and (min-width: 811px){
        .p-isotopeCnt__itm:hover::before{
            opacity: .3;
        }
        }*/

        .p-isotopeCnt__pic{
            display: block;
            position: relative;
            width: 100%;
            height: 0;
            padding-top: 60%;
        }

        .p-isotopeCnt__pic source,
        .p-isotopeCnt__pic img{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .p-isotopeCnt__txt{
            display: flex;
            flex-direction: column;
            padding: 20px;
            border-top: 1px solid #000;
        }

        .p-isotopeCnt__txt__name{
            position: relative;
            font-weight: bold;
            margin-bottom: 5px;
            padding-left: 1.2em;
        }

        .p-isotopeCnt__txt__name::before{
            content: '';
            display: block;
            position: absolute;
            top: 8px;
            left: 0;
            width: 0.8em;
            height: 0.8em;
            background-image: url(../partner/img/bg_ribbon.svg);
            background-repeat: no-repeat;
            background-size: contain;
        }

        @media screen and (min-width: 811px){
            .p-isotopeCnt__itm:hover .p-isotopeCnt__txt__name::before{
                background-image: url(../partner/img/bg_ribbon_w.svg);
            }
        }

        .p-isotopeCnt__txt__ld{
            font-weight: normal;
            margin-bottom: 10px;
            min-height: 56px;
        }

        @media screen and (min-width: 948px) and (max-width: 1029px){
            .p-isotopeCnt__txt__ld{
                min-height: 84px;
            }
        }

        .p-isotopeCnt__txt__tag{
            margin: auto 0 0 0;
        }

        .p-isotopeCnt__txt__tag>span{
            padding: 4px 5px 3px;
            background-color: #0eaed0;
            border-radius: 10px;
            line-height: 1;
            font-size: 74%;
            /*font-weight: bold;*/
            white-space: nowrap;
            color: #FFF;
        }

        .p-isotopeCnt__txt__tag .is-industry{
            background-color: #333;
        }

        .p-isotopeCnt__txt__tag .is-cat{
            background-color: #F88365;
        }

        @media screen and (min-width: 811px){
            .p-isotopeCnt__itm:hover .p-isotopeCnt__txt__tag>span{
                background-color: #FFF;
                color: #000;
            }
        }

        .consonote-archives .pagetop{
            margin: 20px 12px 0px auto;
        }

        .backbtn{
            box-sizing: border-box;
            display: block;
            width: 300px;
            max-width: 100%;
            margin: 40px auto;
        }

        .backbtn>a{
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            width: 100%;
            height: 100%;
            padding: 20px;
            background-color: #f7dd62;
            /*border: 1px solid #000;*/
            border-radius: 40px;
            text-decoration: none;
            letter-spacing: .1em;
            font-weight: bold;
            color: #333;
            transition: .3s;
        }

        .backbtn>a::before{
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 30px;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 6px solid transparent;
            border-right: 6px solid #333;
            border-bottom: 6px solid transparent;
        }
        .backbtn.is-nonArrow>a::before{
            display: none;
        }

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

            .backbtn{
                margin: 20px auto 40px;
            }
        }


        /*ホバーアクション*/

        @media screen and (min-width: 768px){
            .pagetop:hover{
                opacity: .7;
            }

            .interview__txt a,
            table a{
                transition: .3s;
            }
            .interview__txt a:hover,
            table a:hover{
                opacity: .7;
            }

            .backbtn>a:hover{
                opacity: .7;
            }
        }
        .is-objectfit-top{
            object-position: top;
        }

        /* 冒頭（memo）部分の写真が枚の場合 */
        .is-row.is-2columns{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }
        .is-row.is-2columns .section__ld{
            margin-left: 0;
            margin-top: 100px;
        }
        @media screen and (max-width: 767px){
            .is-row.is-2columns .section__ld{
                margin-top: 20px;
            }
        }
