/* /////////////// */
/* 共通 */
/* /////////////// */
.main-visual{
    padding-top: 28vw;
}
.main-visual .main-img{
    position: relative;
    z-index: 2;
}
.main-visual .main-img .en{
    white-space: nowrap;
    font-weight: 900;
    position: absolute;
    opacity: .1;
    color: #0081e4;
    right: 0;
}
.main-visual .main-img .en span{
    display: block;
    margin-top: -0.75em;
    font-size: 3em;
}
.main-visual img{
    width: 100%;
}
.main-visual .pc{
    display: none;
}
.breadcrumb-list{
    display: flex;
    flex-wrap: wrap;
    gap: 0.75em;
    margin-bottom: 1.5em;
}
.breadcrumb-list_item{
    color: #14334d;
    position: relative;
}
.breadcrumb-list_item:nth-child(n+2){
    padding-left: 1.25em;
}
.breadcrumb-list_item a{
    color: #818181;
}
.breadcrumb-list_item:nth-child(n+2):before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 0.25em;
    height: 0.25em;
    border-right: 1px solid #818181;
    border-bottom: 1px solid #818181;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.page-title{
    margin-bottom: 2em;
}
.page-title span{
    font-weight: 900;
    font-size: 2em;
}
@media screen and (min-width: 750px) {
    .main-visual{
        padding-top: 160px;
    }
    .main-visual .main-img .en span{
        font-size: 7em;
    }
    .main-visual .sp{
        display: none;
    }
    .main-visual .pc{
        display: block;
    }
    .page-title{
        margin-bottom: 4.375em;
    }
    .page-title span{
        font-size: 2.625em;
    }
}
@media screen and (min-width: 1124px) {
    .main-visual .main-img .en span{
        font-size: 10em;
    }
}
/* /////////////// */
/* ABOUT */
/* /////////////// */
.about-section{
    padding-top: 18vw;
    padding-bottom: 18vw;
}

/* メニュー */
.about-section .side-menu{
    display: flex;
    flex-wrap: wrap;
}
.about-section .side-menu_item a{
    padding: 1em;
    text-align: center;
    display: block;
    border: solid 1px #e2e4f3;
}
.about-section .side-menu_item{
    width: calc(100% / 3);
}

@media screen and (min-width: 750px) {
    .about-section{
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .about-section .side-menu a{
        text-align: justify;
    }
    .about-section .side-menu a:hover{
        color: #0081e4;
    }
    .about-section .side-menu a:before{
        content: "-";
        visibility: hidden;
        opacity: 0;
        transition: .2s;
    }
    .about-section .side-menu a:hover::before{
        visibility: visible;
        padding-right: 0.5em;
        opacity: 1;
    }
    .block-inner{
    }
    .block-inner .blocks{
        width: 100%;
        max-width: 860px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 1024px) {
    .block-inner{
        padding-left: 120px;
        border-left: solid #e2e4f3 1px;
    }
    .about-section > .section-inner{
        max-width: calc(1600px + 6vw);
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        text-align: justify;
    }
    .about-section .menu{
        width: 340px;
        padding-right: 60px;
    }
    .about-section .side-menu{
        display: block;
        width: 100%;
    }
    .about-section .side-menu .side-menu_item{
        width: 100%;
    }
    .about-section .side-menu .side-menu_item:nth-child(n+2) a{
        border-top: none;
    }
    .about-section .side-menu a{
        padding: 1em;
        display: block;
        border: solid 1px #e2e4f3;
    }
    .about-section .content-block{
        width: calc(100% - 340px);
    }
}

/* リード・代表挨拶 */
.read-block{
    margin-top: 18vw;
}
.read-block .content-title03{
    margin-bottom: 1em;
}
.message-block{
    padding-top: 16vw;
}
.message-block .content-title01+.content-title01{
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.message-block figure,
.message-block figure img{
    width: 100%;
}
.message-block .content-title03{
    margin-top: 1.5em;
}
.message-block .taR{
    margin: 1.5em 0 1em;
    color: #0081e4;
    font-weight: 900;
}
@media screen and (min-width: 750px) {
    .message-block .content-title01+.content-title01{
        margin-top: 1em;
        margin-bottom: 2.5em;
    }
    .read-block{
        text-align: center;
        margin-top: 120px;
    }
    .message-block{
        padding-top: 60px;
    }
}
@media screen and (min-width: 1024px) {
    .read-block{
        margin-top: 0;
    }
}


/* 会社情報 */
.company-block{
    border-top: solid 1px #e2e4f3;
    margin-top: 18vw;
    padding-top: 18vw;
}
.company-block .content-title01+.content-title01{
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.company-block dl{
    display: flex;
    flex-wrap: wrap;
}
.company-block dt,
.company-block dd{
    line-height: 2;
    padding: 1em 0;
}
.company-block dt{
    width: 7em;
    padding-right: 1em;
}
.company-block dd{
    width: calc(100% - 8em);
}
.company-block dl+dl{
    border-top: solid 1px #66b3ef;
}

.company-block .access{
    margin-top: 12vw;
}
.company-block .access .content-title04{
    margin-bottom: 1em;
}
.company-block .access-map iframe{
    width: 100%;
    height: 30vw;
}
.company-block .access-more_item h5{
    margin-bottom: 1em;
}
.company-block .access .txt-link{
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-right: 1.25em;
}
.company-block .access .txt-link img{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    width: auto;
}
.company-block .access-more{
    display: flex;
    margin-top: 8vw;
    flex-wrap: wrap;
    gap: 8vw 6vw;
}
.company-block .access-more_item{
    width: calc((100% - 6vw) / 2);
}
@media screen and (min-width: 750px) {
    .company-block .content-title01+.content-title01{
        margin-top: 1em;
        margin-bottom: 2.5em;
    }
    .company-block{
        margin-top: 100px;
        padding-top: 80px;
    }
    .company-block dt{
        width: 11.25em;
    }
    .company-block dd{
        width: calc(100% - 12.25em);
    }
    .company-block .access{
        margin-top: 100px;
    }
    .company-block .access-map iframe{
        height: 280px;
    }
    .company-block .access-more{
        margin-top: 60px;
        gap: 20px;
    }
    .company-block .access-more_item{
        width: calc((100% - 40px) / 3);
    }
}
@media screen and (min-width: 1024px) {}


/* 沿革 */
.history-block{
    border-top: solid 1px #e2e4f3;
    margin-top: 18vw;
    padding-top: 18vw;
}
.history-block .content-title01+.content-title01{
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.history-block dl{
    display: flex;
    flex-wrap: wrap;
}
.history-block dt,
.history-block dd{
    line-height: 2;
    padding: 1em 0;
}
.history-block dt{
    width: 7em;
    padding-right: 1em;
}
.history-block dd{
    width: calc(100% - 8em);
}
.history-block dl+dl{
    border-top: solid 1px #66b3ef;
}

@media screen and (min-width: 750px) {
    .history-block .content-title01+.content-title01{
        margin-top: 1em;
        margin-bottom: 2.5em;
    }
    .history-block{
        margin-top: 100px;
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .history-block dt{
        width: 11.25em;
    }
    .history-block dd{
        width: calc(100% - 12.25em);
    }
}


/* /////////////// */
/* ARハンマ工法 */
/* /////////////// */
/*  リード */
.method-read{
    padding-top: 10vw;
}
.method-read .content-title03{
    margin-bottom: 2em;
}
.method-read p{
    margin-bottom: 2.5em;
}
.method-read .youtube{
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 750px) {
    .method-read{
        padding-top: 140px;
    }
    .method-read .content-title03{
        text-align: center;
    }
}
/* gif */
.method-sub{
    margin-top: 8vw;
}
.method-sub .content-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
}
.method-sub figure,
.method-sub img,
.method-sub .txt-box{
    width: 100%;
}
.method-sub .content-title02{
    margin-bottom: 1.5em;
}
@media screen and (min-width: 750px) {
    .method-sub{
        margin-top: 60px;
    }
    .method-sub .content-inner{
        gap: 30px;
    }
    .method-sub figure{
        width: 300px;
    }
    .method-sub .txt-box{
        width: calc(100% - 330px);
    }
}
@media screen and (min-width: 1120px) {
    .method-sub .content-inner{
        gap: 60px;
    }
    .method-sub figure{
        width: 460px;
    }
    .method-sub .txt-box{
        width: calc(100% - 520px);
    }
}
/*  特徴 */
.features-box{
    margin-top: 16vw;
}
.features-img img{
    max-width: 100%;
}
.features-box .content-title01+.content-title01{
    margin-top: 0.75em;
    margin-bottom: 1.75em;
}
.features-box .content-title05{
    margin-bottom: 1.75em;
}
#method01 .features-flex figure{
    text-align: center;
}
#method01 .features-flex figure img{
    max-width: 100%;
}
#method02 .features-flex figure{
    text-align: center;
}
#method02 .features-flex figure img{
    max-width: 100%;
}
.features-item p.txt-w700{
    color: #0081e4;
}
.features-item+.features-item{
    margin-top: 10vw;
}

.features-table{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.features-table_item{
    border: solid 1px #c9d7e5;
    text-align: center;
    padding: 1em;
    width: 50%;
}
.features-table_item:nth-child(even){
    border-left: none;
}
.features-table_item:nth-child(n+3){
    border-top: none;
}
@media screen and (min-width: 750px) {

    .features-table{
        margin-top: 60px;
    }
    .features-table_item{
        width: calc(100% / 3);
        border: solid 1px #c9d7e5;
    }
    .features-table_item:nth-child(even),
    .features-table_item:nth-child(n+3){
        border: solid 1px #c9d7e5;
    }
    .features-table_item:nth-child(n+2){
        border-left: none;
    }
    .features-table_item:nth-child(n+4){
        border-top: none;
    }
    .features-table_item:nth-child(3n + 1){
        border-left: solid 1px #c9d7e5;
    }
    .features-box{
        margin-top: 160px;
    }
    .features-box .content-title01+.content-title01{
        margin-bottom: 3em;
    }
    .features-item+.features-item{
        margin-top: 80px;
    }
    #method01 .features-flex{
        align-items: flex-end;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 40px;
    }
    #method01 .features-flex .features-txt{
        width: calc(100% - 235px);
    }

    #method02 .features-flex{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 40px;
    }
    #method02 .features-flex .features-txt{
        width: calc(100% - 336px);
    }
    #method02 .features-flex .features-img{
        width: 296px;
    }
}
@media screen and (min-width: 1024px) {
    .features-table_item{
        width: calc(100% / 4);
        border: solid 1px #c9d7e5;
    }
    .features-table_item:nth-child(n+4){
        border-top: solid #c9d7e5 1px;
    }
    .features-table_item:nth-child(n+5){
        border-top: none;
    }
    .features-table_item:nth-child(3n + 1){
        border-left: none;
    }
    .features-table_item:nth-child(4n + 1){
        border-left: solid 1px #c9d7e5;
    }
    #method01 .features-flex .features-txt{
        width: calc(100% - 400px);
    }
}

/* 施工実績 */
.method-works-box{
    margin-top: 18vw;
    padding-top: 16vw;
    padding-bottom: 16vw;
    background-color: #f2f6fa;
}
.method-works-box .content-title01+.content-title01{
    margin-top: 0.75em;
    margin-bottom: 1.75em;
}
.method-works-box .content-title01+.content-title01{
    margin-top: 0.75em;
    margin-bottom: 1.75em;
}

.method-works-box .work-list{
    display: flex;
    flex-wrap: wrap;
    gap: 8vw;
}
.method-works-box .work-list_item{
    width: 100%;
}
.method-works-box .work-list_item img{
    width: 100%;
}
.method-works-box .work-list_item p{
    margin-top: 1em;
}
.method-works-box .txt-button{
    margin-top: 2em;
}
@media screen and (min-width: 750px) {
    .method-works-box{
        margin-top: 180px;
        padding-top: 100px;
        padding-bottom: 120px;
    }
    .method-works-box .txt-button{
        margin-top: 3.75em;
    }
    .method-works-box .work-list{
        gap: 30px;
    }
    .method-works-box .work-list_item{
        width: calc((100% - 60px) / 3);
    }
}

/* //////////////// */
/* PARTNER */
/* //////////////// */
.partner-section{
    padding: 18vw 0 28vw;
    background-color: #f2f6fa;
}
.partner-list{
    display: flex;
    flex-wrap: wrap;
    gap: 18vw;
}
.partner-list_item .txt-button a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.partner-list_item .txt-button a .tab-icon{
    width: 0.75em;
    height: 0.75em;
    display: block;
    position: relative;
}
.partner-list_item .txt-button a .tab-icon:before,
.partner-list_item .txt-button a .tab-icon:after{
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    position: absolute;
}
.partner-list_item .txt-button a .tab-icon:before{
    background-color: #fff;
    right: 0;
    top: 0;
}
.partner-list_item .txt-button a .tab-icon:after{
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    left: 0;
    bottom: 0;
}
.partner-section figure,
.partner-section figure img{
    width: 100%;
}
.partner-section figure{
    margin-bottom: 6vw;
}
.partner-section .partner-logo{
    height: 2em;
    display: block;
}
.partner-section .partner-logo img{
    height: 100%;
}
.partner-section p{
    margin-top: 1em;
    margin-bottom: 2em;
}
@media screen and (min-width: 750px) {
    .partner-section{
        padding: 150px 0 170px;
    }
    .partner-section .partner-logo{
        height: 2.75em;
    }
    .partner-list{
        gap: 40px;
    }
    .partner-list_item{
        width: calc((100% - 40px) / 2);
    }
    .partner-section p{
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .partner-section figure{
        margin-bottom: 40px;
    }
    .partner-list_item .txt-button a{
        max-width: 240px;
        padding: 1em 1.75em;
    }
}
@media screen and (min-width: 1024px) {
    .partner-list{
        gap: 100px;
    }
    .partner-list_item{
        width: calc((100% - 100px) / 2);
    }
}

/* //////////////// */
/* POLICY */
/* //////////////// */
.policy-section{
    padding: 18vw 0 28vw;
    background-color: #f2f6fa;
}
.policy-section .policy-item{
    margin-top: 16vw;
}
.policy-section .policy-item .content-title05{
    margin-bottom: 1.75em;
}
.policy-section .policy-item .nom-list{
    margin-top: 1.5em;
}
@media screen and (min-width: 750px) {
    .policy-section{
        padding: 150px 0 170px;
    }
    .policy-section .policy-item{
        margin-top: 80px;
    }

}
/* //////////////// */
/* RECRUIT */
/* //////////////// */
#recruit-main .main-img{
    background-image: url(../img/recruit/main-img_sp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#recruit-main .main-img .content-title03{
    margin-bottom: 1.5em;
}
#recruit-main .main-img .content-title03 span{
    font-size: 1.25em;
}
#recruit-main .main-img .p span{
}
#recruit-main .main-img .txt-cont{
    padding-top: 10vw;
    padding-bottom: 30vw;
}
#recruit-main .main-img .txt-cont p{
    line-height: 1.5;
}
#recruit-main .main-img .txt-cont p span{
    font-size: 0.75em;
}
#recruit-main .main-img .txt-cont p{
    width: 60%;
}
@media screen and (min-width: 750px) {
    #recruit-main .main-img{
        background-image: url(../img/recruit/main-img.jpg);
        background-size: cover;
        background-position: center;
    }
    #recruit-main .main-img .txt-cont{
        padding-top: 220px;
        padding-bottom: 100px;
        width: 50%;
    }
    #recruit-main .main-img .content-title03 span{
        font-size: 2em;
    }
    #recruit-main .main-img .txt-cont p{
        width: 100%;
    }
    #recruit-main .main-img .txt-cont p span{
        font-size: 1em;
    }
}

/* メッセージ */
.recruit-message{
    padding: 18vw 0;
}
.recruit-message .content-title01+.content-title01{
    margin-bottom: 1.5em;
}
.recruit-message_flex .content-title02{
    margin-bottom: 1.25em;
}
.recruit-message_flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8vw;
}
.recruit-message_flex figure{
    width: 100%;
}
.recruit-message_flex img{
    max-width: 100%;
}
.recruit-message_flex .massage-txt{
    width: 100%;
}
@media screen and (min-width: 750px) {
    .recruit-message{
        padding: 100px 0 120px;
    }
    .recruit-message_flex figure{
        width: auto;
    }
    .recruit-message_flex{
        gap: 50px;
    }
    .recruit-message_flex .massage-txt{
        width: calc(100% - 350px);
    }
}
@media screen and (min-width: 1024px) {
    .recruit-message_flex{
        gap: 100px;
    }
    .recruit-message_flex .massage-txt{
        width: calc(100% - 400px);
    }
}

/* 募集要項 */
.recruit-discription{
    padding: 18vw 0;
    background-color: #f2f6fa;
}
.recruit-discription .cpontent-title01{
    margin-bottom: 1.5em;
}
.recruit-discription dl{
    display: flex;
    flex-wrap: wrap;
}
.recruit-discription dt,
.recruit-discription dd{
    line-height: 2;
    padding: 1em 0;
}
.recruit-discription dt{
    width: 7em;
    padding-right: 1em;
}
.recruit-discription dd{
    width: calc(100% - 8em);
}
.recruit-discription dl+dl{
    border-top: solid 1px #66b3ef;
}
.recruit-discription .txt-button{
    margin-top: 2em;
}
.recruit-discription .txt-button a{
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 750px) {
    .recruit-discription{
        padding: 100px 0 120px;
    }
    .recruit-discription dt{
        width: 17.5em;
    }
    .recruit-discription dd{
        width: calc(100% - 18.5em);
    }
}


.tab-list{
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
}
.tab-list_item{
    transition: .2s;
    border: solid 1px #c9d7e5;
    text-align: center;
    padding: 1em;
    width: 50%;
}
.tab-list_item.on{
    color: #fff;
    background-color: #14334d;
}
.tab-list_item:nth-child(even){
    border-left: none;
}
.tab-list_item:nth-child(n+3){
    border-top: none;
}
.tab-content_inner{
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.tab-content_inner.show{
    opacity: 1;
    visibility: visible;
    display: block;
}
@media screen and (min-width: 750px) {
    .tab-list{
        margin-top: 60px;
    }
    .tab-list_item{
        width: calc(100% / 3);
        border: solid 1px #c9d7e5;
    }
    .tab-list_item:hover{
        cursor: pointer;
        color: #fff;
        background-color: #14334d;
    }
    .tab-list_item:nth-child(even),
    .tab-list_item:nth-child(n+3){
        border: solid 1px #c9d7e5;
    }
    .tab-list_item:nth-child(n+2){
        border-left: none;
    }
    .tab-list_item:nth-child(n+4){
        border-top: none;
    }
    .tab-list_item:nth-child(3n + 1){
        border-left: solid 1px #c9d7e5;
    }
}

@media screen and (min-width: 1024px) {
    .tab-list_item{
        width: calc(100% / 4);
        border: solid 1px #c9d7e5;
    }
    .tab-list_item:nth-child(n+4){
        border-top: solid #c9d7e5 1px;
    }
    .tab-list_item:nth-child(n+5){
        border-top: none;
    }
    .tab-list_item:nth-child(3n + 1){
        border-left: none;
    }
    .tab-list_item:nth-child(4n + 1){
        border-left: solid 1px #c9d7e5;
    }
}

/* //////////////// */
/* CONTACT */
/* //////////////// */
.contactpage-section{
    background-color: #f2f6fa;
    padding: 18vw 0 24vw;
}
.contactpage-section .contact-read{
    margin-bottom: 3em;
}
.contactpage-section .tel-contact .content-title06{
    margin-bottom: 1em;
}
.contactpage-section .tel-contact .tel-nom span{
    font-size: 2.375em;
}
.contactpage-section .contact-table{
    width: 100%;
}
.contactpage-section .contact-table dl{
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap;
}
.contactpage-section .contact-table dl+dl{
    border-top: solid 1px #c6cfd7;
}
.contactpage-section .contact-table input[type="text"],
.contactpage-section .contact-table textarea{
    width: 100%;
    border: solid 1px #14334d;
    background-color: #fff;
    padding: 0.75em;
}
.contactpage-section .contact-table .txt-button{
    margin-top: 2em;
}
.contactpage-section .contact-table input[type="submit"]{
    background-color: #0081e4;
    color: #fff;
    border-radius: 3em;
    padding: 1em;
    margin: auto;
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: center;
}
.contactpage-section .contact-table dl dt{
    font-weight: 700;
    width: 100%;
    padding-bottom: 0.5em;
}
.contactpage-section .contact-table dl dt p{
}
.contactpage-section .contact-table dl dd{
    width: 100%;
}
.contactpage-section .contact-table dl dt p .must{
    color: #0081e4;
}
.contact-page{
    display: flex;
    flex-wrap: wrap;
    gap: 12vw;
}
@media screen and (min-width: 750px) {
    .contactpage-section{
        padding: 140px 0 160px;
    }
    .contactpage-section .contact-read{
        text-align: center;
        margin-bottom: 60px;
    }
    .contactpage-section .tel-contact .tel-nom span{
        font-size: 2.375em;
    }
    .contact-page{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 40px;
    }
    .contact-page .contact-table{
        width: 100%;
        max-width: 620px;
    }
    .contactpage-section .contact-table input[type="submit"]{
        max-width: 180px;
    }
    .contactpage-section .contact-table dl dt{
        width: 11.25em;
        padding-right: 1em;
        padding-bottom: 0;
    }
    .contactpage-section .contact-table dl dt p{
        padding-top: 0.75em;
    }
    .contactpage-section .contact-table dl dd{
        width: calc(100% - 11.25em);
    }
}

/* /////////////// */
/* works */
/* /////////////// */
.works-section{
    padding-top: 18vw;
    padding-bottom: 18vw;
}
.works-section .table-box{
    margin-top: 8vw;
}
.works-section .table-box dl{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.works-section .table-box dt{
    padding: 1em 0em;
    width: 7em;
}
.works-section .table-box dd{
    padding: 1em 0em;
    width: calc(100% - 7em);
}
.works-section .table-box dl+dl{
    border-top: solid 1px #66b3ef;
}
.works-section .content-title07{
    margin-bottom: 3em;
}

/* メニュー */
.works-section .side-menu{
    display: flex;
    flex-wrap: wrap;
}
.works-section .side-menu_item a{
    height: 100%;
    padding: 1em;
    text-align: center;
    display: flex;
    align-items: center;
    border: solid 1px #e2e4f3;
}
.works-section .side-menu_item{
    display: flex;
    align-items: center;
    width: calc(100% / 3);
}

@media screen and (min-width: 750px) {
    .works-section{
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .works-section .table-box{
        margin-top: 60px;
    }
    .works-section .side-menu a{
        width: 100%;
        text-align: justify;
    }
    .works-section .side-menu a:hover{
        color: #0081e4;
    }
    .works-section .side-menu a:before{
        content: "-";
        visibility: hidden;
        opacity: 0;
        transition: .2s;
    }
    .works-section .side-menu a:hover::before{
        visibility: visible;
        padding-right: 0.5em;
        opacity: 1;
    }
    .works-section .side-menu_item{
        width: 100%;
    }
    .block-inner{
    }
    .block-inner .blocks{
        width: 100%;
        max-width: 860px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 1024px) {
    .block-inner{
        padding-left: 120px;
        border-left: solid #e2e4f3 1px;
    }
    .works-section > .section-inner{
        max-width: calc(1600px + 6vw);
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        text-align: justify;
    }
    .works-section .menu{
        width: 340px;
        padding-right: 60px;
    }
    .works-section .side-menu{
        display: block;
        width: 100%;
    }
    .works-section .side-menu .side-menu_item{
        width: 100%;
    }
    .works-section .side-menu .side-menu_item:nth-child(n+2) a{
        border-top: none;
    }
    .works-section .side-menu a{
        padding: 1em;
        display: block;
        border: solid 1px #e2e4f3;
    }
    .works-section .content-block{
        width: calc(100% - 340px);
    }
}



.work-list{
    display: flex;
    flex-wrap: wrap;
    gap: 12vw;
}
.work-list img{
    width: 100%;
}
.work-list_item{
    width: 100%;
}
.work-list_item .txt-w900{
    margin: 1.5em 0 0.75em;
}
.slider-thumbnail .swiper-slide {
    opacity: .5;
    transition: opacity .5s;
    width: calc(100% / 4);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
@media screen and (min-width: 750px) {
    .work-list{
        display: flex;
        gap: 46px;
    }
    .work-list_item{
        width: calc((100% - 46px) / 2);
    }
}

.achievement01-block{
    padding-top: 18vw;
}
.achievement02-block{
    border-top: solid #e2e4f3 1px;
    margin-top: 18vw;
    padding-top: 18vw;
}
.achievement03-block{
    border-top: solid #e2e4f3 1px;
    margin-top: 18vw;
    padding-top: 18vw;
}
@media screen and (min-width: 750px) {
    .achievement01-block{
        padding-top: 0;
    }
    .achievement02-block{
        border-top: solid #e2e4f3 1px;
        margin-top: 100px;
        padding-top: 100px;
    }
    .achievement03-block{
        border-top: solid #e2e4f3 1px;
        margin-top: 100px;
        padding-top: 100px;
    }
}
@media screen and (min-width: 1024px) {
    .achievement03-block{
        padding-bottom: 60px;
    }
}




/* モーダルを開くボタン */
.modal__trigger {
    cursor: pointer;
}



/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1000px);
  height: calc(100% - 40px);
  padding: 20px;
  overflow-y: scroll;
}

.modal__inner {
  position: relative;
  height: 100%;
}

.modal__inner img{
    width: 100%;
    max-height: 100%;
}
/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 5vw;
  right: 5vw;
  width: 44px;
  height: 44px;
  background: #fff;
  cursor: pointer;
  transition: opacity .6s;
}
.modal__close:hover {
  opacity: .6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: rgba(50, 50, 50, 1);
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.modal__content {
}

.modal__text {
  margin-top: 30px;
  line-height: 2.875;
}

.modal__content .txt-area{
    padding: 5vw;
    margin-bottom: 3vw;
    background-color: #fff;
}
.modal__content .txt-area h3{
    margin-bottom: 0.5em;
}
@media screen and (min-width: 750px) {
    .modal__content .txt-area{
        padding: 40px;
        margin-bottom: 25px;
    }
}


.thanks-title span{
    font-size: 1.25em;
}
.contact-page.thanks{
    text-align: center;
    justify-content: center;
}
.contact-page.thanks .tel-contact{
    width: 100%;
    padding: 15px;
    background-color: #fff;
}
@media screen and (min-width: 750px) {
    .thanks-title span{
        font-size: 1.75em;
    }
    .contact-page.thanks .tel-contact{
        max-width: 720px;
    }
    .thanks-title br{
        display: none;
    }
}