@charset "UTF-8";
main {
    color: #333833;
    font-family: "Shippori Mincho B1", serif;
}

.fit img {
        object-fit: cover;
        font-family: "object-fit: cover;";
    }

#hiraya .fit img {
        width: 100%;
        height: 100%;
    }

@media screen and (min-width: 768px), print {
.c-pagename__ttl-ja {font-size: 16px !important;}
.c-breadcrumb {font-size: 10px !important;}

/* intro
-------------------------------------*/
.intro {
    background: #F2F3F1;
}
.intro .inner {
    width: min(95%, 1400px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 46.6% 60.86%;
    padding-block: 163px 100px;
    align-items: flex-start;
    margin-bottom: 43px;
}
.intro .content {
    background: #FFFFFF;
    border-top: 9px solid #A59C77;
    padding: 56px 40px 72px 50px;
    margin-left: 100px;
    position: relative;
    z-index: 2;
}
.intro .content h2 {
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1.6875;
    text-align: left;
    color: #66837c;
    margin-bottom: 21px;
}
.intro .content .txt {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
}
.intro .photo {
    position: relative;
    top: 59px;
    left: -105px;
}

.intro .inBox {
    width: min(95%, 1100px);
    margin-inline: auto;
    margin-bottom: 74px;
}
.intro .inBox .img{
    text-align: center;
    margin-bottom: 52px;
}
.intro .inBox h3 {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.85714;
    text-align: center;
    margin-bottom: 28px;
}
.intro .inBox .txt {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    width: min(95%, 825px);
    margin-inline: auto;
}

/* merit
-------------------------------------*/
.merit {
    text-align: center;
    padding-block: 88px 100px;
}
.merit .ttl-box {
    width: min(95%, 1021px);
    margin-inline: auto;
    position: relative;
}
.merit .ttl-box::before {
    position: absolute;
    content: "";
    background: url(../images/merit-deco01.png)no-repeat;
    background-size: contain;
    width: 177px;
    height: 117px;
    top: -10px;
    left: 18px;
}
.merit .ttl-box::after {
    position: absolute;
    content: "";
    background: url(../images/merit-deco02.png)no-repeat;
    background-size: contain;
    width: 151px;
    height: 89px;
    top: 3px;
    right: 27px;
}

.merit h2{
    font-weight: 600;
    font-size: 38px;
    letter-spacing: 0.1em;
    line-height: 1.6842;
    text-align: center;
    color: #a59c77;
    display: inline-block;
    position: relative;
    margin-bottom: 119px;
}
.merit h2::after {
    position: absolute;
    content: "";
    background: #A59C77;
    width: 150px;
    height: 1px;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
}

.merit .sec {
    width: min(95%, 1400px);
    margin-inline: auto;
    margin-bottom: 180px;
    background: #FFFFFF;
    position: relative;
}
.merit .sec .photo {
    text-align: center;
}
.merit .sec .inBox {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 85px;
    align-items: center;
    margin-bottom: 27px;
}
.merit .sec .inBox .content {
    background: #F2F3F1;
    padding: 41px 0px 110px 50px;
    position: relative;
    top: -125px;
    margin-bottom: -16px;
}
.merit .sec .inBox .content .num {
    text-align: left;
    margin-bottom: 31px;
}
.merit .sec .inBox .content h3 {
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.07em;
    line-height: 1.85714;
    padding-left: 100px;
    text-align: left;
}
.merit .sec .inBox .txt {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    width: min(95%, 566px);
    text-align: left;
}
.merit .sec .inBox .lead {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2.1111;
    width: min(95%, 566px);
    text-align: left;
    margin-bottom: 13px;
}
.merit .sec .inBox02 {
    width: min(95%, 1100px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 59.5454% 1fr;
}
.merit .sec .inBox02 .content {
    background: #F2F3F1;
    padding: 46px 40px 31px 50px;
}
.merit .sec .inBox02 .content .txt {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
}

/* merit02
-------------------------------------*/
.merit .merit02 .inBox .content {
    top: -120px;
    margin-bottom: -118px;
}
.merit .merit02 .inBox02 {
    position: relative;
    grid-template-columns: 1fr;
    margin-top: 64px;
    padding: 58px 0;
}
.merit .merit02 .inBox02::before,
.merit .merit02 .inBox02::after {
    position: absolute;
    content: "";
    width: 151px;
    height: 151px;
}
.merit .merit02 .inBox02::before {
    background: url(../images/kakko-l.svg)no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}
.merit .merit02 .inBox02::after {
    background: url(../images/kakko-r.svg)no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
}
.merit .merit02 .inBox02 .lead {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.7777;
    text-align: center;
    width: min(95%, 992px);
    margin-inline: auto;
}

/*merit03
-------------------------------------*/
.merit .merit03 .inBox .content {
    top: -136px;
    margin-bottom: -178px;
}
.merit .merit03 .inBox02 {
    width: min(95%, 1200px);
    grid-template-columns: 1fr 47.17%;
    margin-top: 123px;
    gap: 34px;
    padding-bottom: 162px;
}
.merit .merit03 .inBox02 .wrap {
    margin-left: 49px;
    margin-top: -5px;
}
.merit .merit03 .inBox02 .lead {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2.1111;
    text-align: left;
    margin-bottom: 13px;
}
.merit .merit03 .inBox02 .txt {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
}

/* common
-------------------------------------*/
.common-sec {
    background: #F2F3F1;
    text-align: center;
}
.common-sec .common-ttl {
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 1.5555;
    text-align: center;
    display: inline-block;
    position: relative;
}
.common-sec .common-ttl span {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 2.3333;
    text-align: center;
    display: block;
    margin-bottom: -7px;
}
.common-sec .more-btn {
    width: min(95%, 680px);
    margin-inline: auto;
}
.common-sec .more-btn a {
    display: block;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.1666;
    text-align: center;
    color: #fff;
    padding: 41px 0;
    position: relative;
    background: #A59C77;
}
.common-sec .more-btn a::after {
    position: absolute;
    content: "";
    background: url(../images/btn-arrow.svg)no-repeat;
    background-size: contain;
    width: 14px;
    height: 24px;
    top: 50%;
    right: 53px;
    transform: translateY(-50%);
}

/* works
-------------------------------------*/
.works {
    margin-top: -493px;
    padding-block: 471px 233px;
}
.works .common-ttl::before {
    position: absolute;
    content: "";
    background: url(../images/works-en.svg)no-repeat;
    background-size: contain;
    width: 213px;
    height: 123px;
    top: -106px;
    left: -155px;
}

/* case__box
-------------------------------------*/
#hiraya .case__box2 {
    text-align: left;
}
#hiraya .case__box2 .itembox .txtbox .ttl {
    text-align: left;
}
#hiraya  .case__box2 .itembox:after {
    content: none;
}

/* voice
-------------------------------------*/
.voice {
    margin-bottom: 214px;
}
.voice .inner {
    width: min(95%, 1400px);
    margin-inline: auto;
    background: #FFFFFF;
    padding-block: 67px 0;
    position: relative;
}
.voice .common-ttl::before {
    position: absolute;
    content: "";
    background: url(../images/voice-en.svg)no-repeat;
    background-size: contain;
    width: 214px;
    height: 124px;
    top: -108px;
    left: -124px;
}
.voice .voice-list {
    width: min(95%, 1200px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 30px;
    padding-block: 82px 100px;
}
.voice .voice-list li a {
    display: grid;
    grid-template-columns: 63.8% 1fr;
    /* align-items: center; */
    gap: 25px;
}
.voice .voice-list li .content {
    text-align: left;
    padding: 89px 0 0;
}
.voice .voice-list li .content .ttl {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 15px;
}
.voice .voice-list li .content .name {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.75;  
}

.voice .voice-list li .fit{
    width: 370px;
    height: 250px;
}



.case__box2 .itembox .galbox .txtcat span {
    font-size: 12px !important;
}

.case__box2 .itembox .txtbox .ttl {
    font-size: 14px !important;
}

.case__box2 .itembox .txtbox .txtlocation {
    font-size: 12px !important;
}

}

/* ========================================
@media screen and (min-width:768px) and (max-width:1480px) 
======================================== */
@media screen and (min-width:768px) and (max-width:1480px) {
.intro .inner {
    grid-template-columns: 46.6% 60.86%;
    padding-block: 11.014vw 6.757vw;
    margin-bottom: 2.905vw;
}
.intro .content {
    background: #FFFFFF;
    border-top: 0.61vw solid #A59C77;
    padding: 3.784vw 2.703vw 4.865vw 3.378vw;
    margin-left: 6.757vw;
}
.intro .content h2 {
    font-size: 2.162vw;
    margin-bottom: 1.419vw;
}
.intro .content .txt {
    font-size: 1.11vw;
}
.intro .photo {
    top: 3.986vw;
    left: -7.095vw;
}

.intro .inBox {
    width: 74.32vw;
    margin-bottom: 5vw;
}
.intro .inBox .img{
    margin-bottom: 3.514vw;
}
.intro .inBox h3 {
    font-size: 1.892vw;
    margin-bottom: 1.892vw;
}
.intro .inBox .txt {
    font-size: 1.11vw;
    width: 55.74vw;
}
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1440px)
======================================== */
@media screen and (min-width:768px) and (max-width:1440px) {

/* merit
-------------------------------------*/
.merit {
    padding-block: 6.111vw 6.944vw;
}
.merit .ttl-box {
    width: 70.90vw;
}
.merit .ttl-box::before {
    width: 12.292vw;
    height: 8.125vw;
    top: -0.694vw;
    left: 1.25vw;
}
.merit .ttl-box::after {
    width: 10.486vw;
    height: 6.181vw;
    top: 0.208vw;
    right: 1.875vw;
}

.merit h2{
    font-size: 2.639vw;
    margin-bottom: 8.264vw;
}
.merit h2::after {
    width: 10.417vw;
    height: 0.069vw;
    bottom: -2.153vw;
    left: 50%;
    transform: translateX(-50%);
}

.merit .sec {
    margin-bottom: 12.5vw;
}
.merit .sec .inBox {
    grid-template-columns: 40% 1fr;
    gap: 5.903vw;
    margin-bottom: 1.875vw;
}
.merit .sec .inBox .content {
    padding: 2.847vw 0px 7.639vw 3.472vw;
    top: -8.681vw;
    margin-bottom: -1.111vw;
}
.merit .sec .inBox .content .num {
    margin-bottom: 2.153vw;
}
.merit .sec .inBox .content h3 {
    font-size: 1.944vw;
    padding-left: 6.944vw;
}
.merit .sec .inBox .txt {
    font-size: 1.111vw;
    width: 39.31vw;
}
.merit .sec .inBox .lead {
    font-size: 1.25vw;
    width: 39.31vw;
    margin-bottom: 0.903vw;
}
.merit .sec .inBox02 {
    width:76.39vw;
    grid-template-columns: 59.5454% 1fr;
}
.merit .sec .inBox02 .content {
    padding: 3.194vw 2.778vw 2.153vw 3.472vw;
}
.merit .sec .inBox02 .content .txt {
    font-size: 1.111vw;
}

/* merit02
-------------------------------------*/
.merit .merit02 .inBox .content {
    top: -8.333vw;
    margin-bottom: -8.194vw;
}
.merit .merit02 .inBox02 {
    grid-template-columns: 1fr;
    margin-top: 4.444vw;
    padding: 4.028vw 0;
}
.merit .merit02 .inBox02::before,
.merit .merit02 .inBox02::after {
    width: 10.486vw;
    height: 10.486vw;
}
.merit .merit02 .inBox02 .lead {
    font-size: 1.25vw;
    width: 68.89vw;
}

/*merit03
-------------------------------------*/
.merit .merit03 .inBox .content {
    top: -9.444vw;
    margin-bottom: -12.361vw;
}
.merit .merit03 .inBox02 {
    width: min(95%, 1200px);
    grid-template-columns: 1fr 47.17%;
    margin-top: 8.542vw;
    gap: 2.361vw;
}
.merit .merit03 .inBox02 .wrap {
    margin-left: 3.403vw;
    margin-top: -0.347vw;
}
.merit .merit03 .inBox02 .lead {
    font-weight: 600;
    font-size: 1.25vw;
    letter-spacing: 0.1em;
    line-height: 2.1111;
    text-align: left;
    margin-bottom: 0.903vw;
}
.merit .merit03 .inBox02 .txt {
    font-weight: 400;
    font-size: 1.111vw;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
}
    
}

/* ========================================
@media screen and (min-width:768px) and (max-width:1280px)
======================================== */
@media screen and (min-width:768px) and (max-width:1280px) {
    .voice .voice-list li .content {
        padding: 6.953vw 0 0;
    }
    .voice .voice-list li .content .ttl {
font-size: 1.5vw;
        margin-bottom: 1.156vw;
    }
    .voice .voice-list li .content .name {
        font-size: 1.25vw;
    }

    .voice .voice-list li .fit{width: 28.90625vw;height: 19.53125vw;}
    
    
}








/* ========================================
@media screen and (max-width: 767px) 
======================================== */
@media screen and (max-width: 767px) {

main{ margin: 15vw 0 0 0;}
    
/* intro
-------------------------------------*/
.intro {
    background: #F2F3F1;
}
.intro .inner {
    width: 92.03vw;
    margin-inline: auto;
    display: grid;
    padding-block: 4.59vw 13.49vw;
}
.intro .content {
    background: #FFFFFF;
    border-top: 1.21vw solid #A59C77;
    padding: 6.55vw 0 6.01vw;
    position: relative;
    z-index: 2;
    width: 86.96vw;
    margin-inline: auto;
    order: 2;
    margin-top: -8vw;
}
.intro .content h2 {
    font-weight: 500;
    font-size:5.072vw;
    letter-spacing: 0.1em;
    line-height: 1.619;
    text-align: center;
    color: #66837c;
    margin-bottom: 3.47vw;
}
.intro .content .txt {
    font-weight: 500;
    font-size:3.865vw;
    letter-spacing: 0.08em;
    line-height: 2;
    text-align: left;
    width: 76.33vw;
    margin-inline: auto;
}
.intro .photo {
    position: relative;
    order: 1;
}

.intro .inBox {
    width: min(95%, 91.79vw);
    margin-inline: auto;
    margin-bottom: 9.14vw;
}
.intro .inBox .img{
    text-align: center;
    margin-bottom: 7.97vw;
}
.intro .inBox .img img {
    width: 18.36vw;
}
.intro .inBox h3 {
    font-weight: 600;
    font-size:5.072vw;
    letter-spacing: 0.1em;
    line-height: 1.5238;
    text-align: center;
    margin-bottom: 5.06vw;
    margin-inline: 1vw;
}
.intro .inBox .txt {
    font-weight: 500;
    font-size:3.865vw;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    width: min(95%, 86.96vw);
    margin-inline: auto;
}

/* merit
-------------------------------------*/
.merit {
    text-align: center;
    padding-block: 29.1vw 31.40vw;
}
.merit .ttl-box {
    position: relative;
}
.merit .ttl-box::before {
    position: absolute;
    content: "";
    background: url(../images/merit-deco_sp.png)no-repeat;
    background-size: contain;
    width: 40.94vw;
    height: 13.29vw;
    top: -19vw;
    left: 49%;
    transform: translateX(-50%);
}


.merit h2{
    font-weight: 600;
    font-size:5.797vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    color: #a59c77;
    display: inline-block;
    position: relative;
    margin-bottom: 13.17vw;
}
.merit h2::after {
    position: absolute;
    content: "";
    background: #A59C77;
    width: 16.91vw;
    height: 0.2vw;
    bottom: -3.09vw;
    left: 50%;
    transform: translateX(-50%);
}

.merit .sec {
    position: relative;
    padding: 8vw 4.1vw 16.91vw;
    display: grid;
}
.merit .sec::before {
    position: absolute;
    content: "";
    pointer-events: none;
    background: #F2F3F1;
    width: 100%;
    height: 52.66vw;
    top: 0;
    left: 0;
}
.merit .sec .photo {
    text-align: center;
    order: 3;
    margin-bottom: 6.8vw;
    z-index: 10;
}
.merit .sec .inBox {
    display: contents;
}
.merit .sec .inBox .content {
    display: contents;
}
.merit .sec .inBox .content .num {
    text-align: center;
    margin-bottom: 4.17vw;
    order: 1;
    position: relative;
}
.merit .sec .inBox .content h3 {
    font-weight: 500;
    font-size:4.348vw;
    letter-spacing: 0.07em;
    line-height: 1.7777;
    text-align: center;
    margin-bottom: 9.11vw;
    order: 2;
    position: relative;
}
.merit .sec .inBox .txt {
    font-weight: 400;
    font-size:3.865vw;
    letter-spacing: 0.1em;
    line-height: 2;
    width: min(95%, 86.96vw);
    text-align: left;
    order: 3;
    margin-inline: auto;
}


.merit .sec .inBox .lead {
    font-weight: 600;
    font-size: 4.348vw;
    letter-spacing: 0.1em;
    line-height: 2.1111;
    width: min(95%, 86.96vw);
    text-align: left;
    margin-bottom: 4.2vw;
    order: 6;
    margin-inline: auto;
}
.merit .sec .inBox02 {
    margin-inline: auto;
    display: grid;
    order: 4;
    padding: 9.5vw 0 0;
}
.merit .sec .inBox02 .content {
    background: #F2F3F1;
    order: 2;
    margin-top: -26vw;
    padding: 26vw 3vw 8.2vw;
}
.merit .sec .inBox02 .content .txt {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
}
.merit .sec .inBox02 .photo {
    order: 1;
    margin-bottom: 6.2vw;
    width: 86.96vw;
    margin-inline: auto;
    position: relative;
}


/* merit02
-------------------------------------*/
.merit .merit02 {
    padding: 8vw 4.1vw 13.91vw;
}
.merit .merit02 .wrap {
    display: contents;
}
.merit .merit02 .inBox .txt {
    order: 4;
}
.merit .merit02 .inBox .lead {
    order: 4;
    padding: 2vw 0 0;
}
.merit .merit02 .inBox02 {
    position: relative;
    grid-template-columns: 1fr;
    margin-top: 6vw;
    padding: 9.5vw 0;
}
.merit .merit02 .inBox02::before,
.merit .merit02 .inBox02::after {
    position: absolute;
    content: "";
    width: 151px;
    height: 151px;
}
.merit .merit02 .inBox02::before {
    background: url(../images/kakko-l.svg)no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}
.merit .merit02 .inBox02::after {
    background: url(../images/kakko-r.svg)no-repeat;
    background-size: contain;
    bottom: 3vw;
    right: 0;
}
.merit .merit02 .inBox02 .lead {
    font-weight: 600;
    font-size: 3.865vw;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    order: 3;
    position: relative;
    padding: 36.7vw 8.6vw 0;
}
.merit .merit02 .inBox02 .lead::before {
    position: absolute;
    content: "";
    background: url(../images/merit02-photo02_sp.jpg)no-repeat;
    background-size: contain;
    width: 86.96vw;
    height: 31.88vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.merit .merit02 .inBox02 {
    order: 6;
}

/*merit03
-------------------------------------*/
.merit .merit03 .inBox02 .wrap {
    order: 2;
}
.merit .merit03 .inBox02 .photo {
    order: 1;
    width: fit-content;
    margin-top: -5vw;
}
.merit .merit03 .inBox02 .lead {
    font-weight: 400;
    font-size: 3.865vw;
    letter-spacing: 0.1em;
    line-height: 2;
    width: min(95%, 86.96vw);
    text-align: left;
    margin-inline: auto;
    margin-bottom: 8vw;
}
.merit .merit03 .inBox02 .txt {
    font-weight: 400;
    font-size: 3.865vw;
    letter-spacing: 0.1em;
    line-height: 2;
    width: min(95%, 86.96vw);
    text-align: left;
    order: 3;
    margin-inline: auto;
}

/* common
-------------------------------------*/
.common-sec {
    text-align: center;
}
.common-sec .common-ttl {
    font-weight: 500;
    font-size:5.797vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 4vw;
}
.common-sec .common-ttl span {
    font-weight: 500;
    font-size:4.348vw;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
    display: block;
    margin-bottom: -0.5vw;
}
.common-sec .more-btn {
    width: min(95%, 76.33vw);
    margin-inline: auto;
}
.common-sec .more-btn a {
    display: block;
    font-weight: 500;
    font-size:4.589vw;
    letter-spacing: 0.1em;
    line-height: 1.210;
    text-align: center;
    color: #fff;
    padding: 5.85vw 9vw 5.85vw 0;
    position: relative;
    background: #A59C77;
}
.common-sec .more-btn a::after {
    position: absolute;
    content: "";
    background: url(../images/btn-arrow_sp.svg)no-repeat;
    background-size: contain;
    width: 2.66vw;
    height: 4.35vw;
    top: 50%;
    right: 12.80vw;
    transform: translateY(-50%);
}

/* works
-------------------------------------*/
.works {
    margin-top: -23vw;
    padding: 14.5vw 0 29.5vw;
    background: #F2F3F1;
}
.works .common-ttl::before {
    position: absolute;
    content: "";
    background: url(../images/works-en_sp.svg)no-repeat;
    background-size: contain;
    width: 31.40vw;
    height: 18.12vw;
    top: -22vw;
    left: 51.4%;
    transform: translateX(-50%);
}

/* case__box
-------------------------------------*/
#hiraya .case__box2 {
    margin-bottom: 15vw;
    text-align: left;
}
#hiraya .case__box2 .itembox .txtbox .ttl {
    text-align: left;
}
#hiraya  .case__box2 .itembox:after {
    content: none;
}

/* voice
-------------------------------------*/
.voice {
margin-bottom: 20vw;
position: relative;
}
.voice::before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 96%;
    background: #F2F3F1;
    content: "";
}

.voice .inner {
    width: min(95%, 93.96vw);
    margin-inline: auto;
    background: #FFFFFF;
    padding-block: 11.5vw 0;
    position: relative;
}
.voice .common-ttl::before {
    position: absolute;
    content: "";
    background: url(../images/voice-en_sp.svg)no-repeat;
    background-size: contain;
    width: 33.57vw;
    height: 19.57vw;
    top: -21.95vw;
    left: 50%;
    transform: translateX(-50%);
}
.voice .voice-list {
    width: min(95%, 86.23vw);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 7.39vw;
    padding: 5vw 0 11.5vw;
}
.voice .voice-list li a {
    display: grid;
    grid-template-columns: 49.52vw 33.57vw;
    /* align-items: center; */
    gap: 3.5vw;
}
.voice .voice-list li .content {
    text-align: left;
}
.voice .voice-list li .content .ttl {
    font-weight: 500;
    font-size:4vw;
    letter-spacing: 0.1em;
    line-height: 1.5555;
    margin:0 0 2vw 0;
}
.voice .voice-list li .content .name {
    font-weight: 500;
    font-size:3vw;
    letter-spacing: 0.1em;
    line-height: 2;
}

}