/**************************************************

BASE

****************************************************/

.txt-green{
    color:#2BAE3E;
}

.txt-orange{
    color:#FD6925;
}

.txt-blue{
    color:#1BA1E6;
}

#main img {
    max-width: 100%;
    height: auto;
}

#main section + section,
#main .wp-con + .wp-con{
    margin-top:70px;
}

#pageVisual{
    padding-top:130px;
    overflow: hidden;
}

#pageVisual img{
    width:100%;
    height:auto;
    display: block;
}

footer{
    margin-top:100px;
}

/* title */

.title--subpage{
    margin-bottom:70px;
    text-align: center;
}

.title--subpage span{
    font-size:3.2rem;
    letter-spacing: 0.2em;
}

.title--subpage small{
    display: block;
    font-size:1.4rem;
    color:#075D13;
    margin-top:5px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.title--border{
    padding:10px 15px 10px;
    font-size:1.8rem;
    font-weight: normal;
    margin-bottom:30px;
    border-bottom:1px solid #333333;
    border-left:7px solid #333333;
    letter-spacing: 0.1em;
}


/* table */
table,
tbody,
tr {
    width: 100%;
    height: auto !important;
    border: none;
    box-sizing: border-box;
}

table {
    border-collapse: separate!important;
    border-spacing: 0;
    background:rgba(255, 255, 255, 0.3);
}

table thead th{
    background:#075D13;
    color:#fff;
    padding: 10px 20px;
}

th,
td {
    padding: 20px;
    border-bottom: 1px solid #075D13;
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
}

th {
    font-weight: normal;
    color:#075D13;
    border-bottom: 2px solid #075D13;
}

table tbody tr:nth-child(even){
    background:rgba(233, 244, 235, 0.2);
}

/* anchorlink */
/*
.anchorlink {
    margin-bottom: 50px;
    padding: 15px;
    background: #f8f8f8;
}

.anchorlink li {
    display: inline-block;
}

.anchorlink li a {
    text-decoration: none;
}

.anchorlink li a:hover,
.anchorlink li.current_page_item a {
    font-weight: bold;
    opacity: 1;
}
*/

/* pagenation */

.pagination {
    position: relative;
    clear: both;
    padding: 20px 0;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.pagination-box {
    display: inline-block;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    width: auto;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    background: #d2d2d2;
    color: #333;
    text-decoration: none;
}

.pagination a:hover {
    background: #dc1d1e;
    color: #fff;
}

.pagination .current {
    padding: 10px 15px 10px 15px;
    background: #dc1d1e;
    color: #fff;
}

@media only screen and (max-width: 413px) {
    .pagination {
        font-size: 12px;
        line-height: 12px;
    }

    .pagination span,
    .pagination a {
        padding: 8px 10px 8px 10px;
    }

    .pagination .current {
        padding: 8px 10px 8px 10px;
    }
}

/*************************************************

CONTENTS

****************************************************/

#outline + footer,
#requirements + footer,
#csr + footer{
    margin-top:0;
}

/* csr
****************************************************/

#csr .title--subpage span span{
    font-size:3.6rem;
}

#csr .title--subpage small{
    text-transform: none;
}

#csr{
    background:url(../../../../../wp-content/uploads/2021/10/bg_csr1.png) repeat-y 0 0 / 100% auto;
    padding:100px 0 ;
}

#csr #main {
    background: rgba(255, 255, 255, 0.95);
    padding:10px 0 0;
    position: relative;
    overflow: hidden;
}

#csr #main .section-3{
    margin-bottom:160px;
}

.csr_f{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    transition: all 1s;
}

.csr_f.move{
    bottom: 0;
}

.dance-cycle{
    content:'';
    display: block;
    width:513px;
    height:508px;
    background:url(../../../../../wp-content/uploads/2021/10/bg_csr2.png) no-repeat 0 0 / contain;
    position: absolute;
    top:35%;
    left:-171px;
    transform: rotate(0deg);
    animation: r1 20s linear infinite;
}

.dance-cycle.unit2{
    top:auto;
    bottom:25%;
    left:auto;
    right:-171px;
    transform: rotate(0deg);
    animation: r1 20s linear infinite;
}

.dance{
    animation: r1 20s linear infinite;
}

@keyframes r1 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.csr__img1 .inner{
    position: relative;
    max-width: 712px;
    margin: 0 auto;
}

.csr__img1--txt{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}


#csr .csr__img1{
    margin-bottom: 40px;
}

#csr .csr__img1 img{
    max-width: 712px;
    width: 100%;
}

#csr #main section{
    position: relative;
}

#csr .section-1 .group1,
#csr .section-3 .group1{
    position: relative;
    padding-left:575px;
    min-height:570px;
}

#csr .section-1__img,
#csr .section-3__img{
    max-width:541px;
    position: absolute;
    top:0;
    left:0;
    animation: flyImg 2.5s ease-in-out infinite;
}

@keyframes flyImg {
    0% {
        top:0;
    }

    50% {
        top:30px;
    }
    100% {
        top:0;
    }
}

#csr .group1 h3{
    font-size:2rem;
    margin-bottom:30px;
}

#csr .section-1__txt .columns,
#csr .section-3__txt .columns{
    margin-top:50px;
}

#csr .section-1__txt .columns .unit1{
    flex-basis: 59%;
}

#csr .section-1__txt .columns .unit2{
    flex-basis: 34%;
}

#csr .wrap-news{
    max-width:940px;
    margin:35px 0 0 auto;
}

#csr .wrap-news h3{
    position: relative;
    font-size:3.1rem;
    color:#2BAE3E;
    margin-bottom: 5px;
}

#csr .wrap-news h3::before{
    content:'';
    display: block;
    width:52px;
    height:11px;
    background:url(../../../../../wp-content/uploads/2021/10/ico_arrow_green.png) no-repeat 0 0 / contain;
    position: absolute;
    top:50%;
    left:143px;
    transform: translateY(-50%);
}

#csr .wrap-news .unit1{
    flex-basis:20%;
}

#csr .wrap-news .unit2{
    flex-basis:73%;
    display: flex;
    justify-content: flex-start;
}

#csr .wrap-news .unit2 .post{
    flex-basis: 32%;
}

#csr .wrap-news .unit2 .post + .post{
    margin-left:10px;
}

#csr .wrap-news .unit2 .post .inner{
    text-decoration: none;
    width:208px;
    height:208px;
    border-radius: 50%;
    background:#2BAE3E;
    color:#fff;
    padding:40px 25px 0;
	transition: all 0.3s ease 0s;
}

@media (hover: hover) and (pointer: fine) {

    #csr .wrap-news .unit2 .post .inner:hover{
        transform: translate(-12px,-12px);
        box-shadow: 12px 12px 0 rgba(102, 102, 102, 0.16);
    }
}

#csr .wrap-news .unit2 .post time{
    display: block;
    margin-bottom: 15px;
    letter-spacing: 0.2em;
}

#csr .wrap-news .unit2 .post time span{
    display: inline-block;
    padding-bottom:5px;
    border-bottom: 1px solid #fff;
    font-size:1.6rem;
}

#csr .wrap-news .unit2 .post strong{
    display: inline-block;
    line-height:1.6;
    font-size:1.7rem;
    margin-bottom:15px;
    text-align: left;
}

#csr .wrap-news .unit2 a{
    text-decoration: none;
    color:#fff;
}

#csr .wrap-news .unit2 a:hover{
    opacity: 1;
}

#csr .wrap-news .unit1 a{
    color:#2BAE3E;
    font-size:1.4rem;
}

#csr .more-link{
    color:#fff;
    font-size:1.4rem;
}

#csr .more-link img{
    width:28px;
    height:11px;
    margin-left:5px;
}

#csr .section-2 .group1{
    position: relative;
    padding-right:575px;
    min-height:570px;
}

#csr .section-2__img{
    max-width:541px;
    position: absolute;
    top:0;
    right:0;
    animation: flyImg 2.5s ease-in-out infinite;
}

#csr .section-2 .wrap-news h3::before{
    background:url(../../../../../wp-content/uploads/2021/10/ico_arrow_orange.png) no-repeat 0 0 / contain;
}

#csr .section-2 .wrap-news{
    margin:35px auto 0 0;
}

#csr .section-2 .wrap-news h3,
#csr .section-2 .wrap-news .unit1 a{
    color:#FD6925;
}

#csr .section-2 .wrap-news .unit2 .post .inner{
    background:#FD6925;
}

#csr .section-3__txt .columns .unit1{
    flex-basis: 55%;
}

#csr .section-3__txt .columns .unit2{
    flex-basis: 40%;
}

#csr .section-3 .wrap-news h3,
#csr .section-3 .wrap-news .unit1 a{
    color:#1BA1E6;
}

#csr .section-3 .wrap-news .unit2 .post .inner{
    background:#1BA1E6;
}

#csr .section-3 .wrap-news h3::before{
    background:url(../../../../../wp-content/uploads/2021/10/ico_arrow_blue.png) no-repeat 0 0 / contain;
}

#csr .section-3 .group1{
    min-height:680px;
}

#csr .wrap-news .unit2 .post .inner{
    position: relative;
}

#csr .wrap-news .unit2 .post:nth-of-type(1) .inner::before {
    content: 'NEW';
    background: #3F7E44;
    width: 57px;
    line-height: 57px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-family: YakuHanJP,'Montserrat', sans-serif;
    font-size: 1.3rem;
    box-sizing: border-box;
}

#csr .section-2 .wrap-news .unit2 .post .inner::before {
    background: #FCC30B;
}

#csr .section-3 .wrap-news .unit2 .post .inner::before {
    background: #00689D;
}

#csr .ttlImg{
    max-width:400px;
    width:100%;
}

#csr .img-area .inner{
    width:541px;
    height:558px;
    position: relative;
}

#csr .subCon{
    position: absolute;
    right:0;
    bottom:0;
    border-radius: 100%;
    overflow: hidden;
    width:287px;
    height:287px;
}


#csr .img-area .inner video {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
    width:287px;
    height:287px;
}
/*
#csr .section-1 .img-area .inner {
    position: relative;
    background: url(../../../../../wp-content/uploads/2021/11/ttl_csr_kes.png) no-repeat 0 0 / 400px auto;
    display: flex;
    align-items: end;
}*/

/* number
****************************************************/

#number .columns{
    flex-wrap: wrap;
    padding:0 25px;
    margin-top: 40px;
}

#number .card{
    flex-basis: 30%;
    color:#fff;
    margin-bottom:50px;
}

#number .card .inner{
    padding:30px 25px;
    background:#4C9F38;
    height:100%;
    min-height:300px;
    border-radius: 60px;
}

#number .card h3{
    font-size:3.4rem;
    font-weight: normal;
    letter-spacing: 0.1em;
}

#number .card h3 span{
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 2px solid #fff;
}


/* unit1 */

#number .unit3 .number3,
#number .unit5 .number5,
#number .unit6 .number6{
    display: inline-block;
    font-size:11.5rem;
}

#number .unit5 .number5-1,
#number .unit5 .number5-2{
    font-size: 6.8rem;
}

#number .unit1 .op,
#number .unit3 .op,
#number .unit5 .op,
#number .unit6 .op{
    font-size:5.5rem;
}

#number .unit5 .number5-1 .op,
#number .unit5 .number5-2 .op{
    font-size: 3.2rem;
}

/* unit2 */

#number .unit2 .inner{
    background:#FD6925;
}

#number .unit2 .inner .columns,
#number .unit1 .inner .columns,
#number .unit7 .inner .columns{
    padding:0;
    margin-top: 25px;
}

#number .unit2 .unit2-card,
#number .unit1 .unit1-card,
#number .unit7 .unit7-card{
    flex-basis: 31%;
    margin-bottom:15px;
}

#number .unit2 .unit2-card dt,
#number .unit1 .unit1-card dt,
#number .unit7 .unit7-card dt{
    background:#fff;
    text-align: center;
    font-size: 1.6rem;
    color:#FD6925;
}

#number .unit1 .unit1-card dt{
    color:#4C9F38;
}

#number .unit7 .unit7-card dt{
    color:#A21942;
}

#number .unit7 .number7{
    display: inline-block;
    font-size:3.7rem;
}

#number .unit2 .number2,
#number .unit1 .number1{
    font-size:2.9rem;
}

#number .unit2 .op,
#number .unit1 .op,
#number .unit7 .op{
    font-size:2.4rem;
}

/* unit3 */

#number .unit3 .inner{
    background: #0A97D9;
}

/* unit4 */

#number .unit4 .inner{
    background:#E5243B;
}

#number .unit4 .inner .columns{
    padding:0;
    max-width:230px;
    margin:35px auto 0;
}

#number .unit4 .unit4-card{
    flex-basis: 44%;
}

#number .unit4 .unit4-card dt img{
    width:auto;
    height:86px;
}

#number .unit4 .number4{
    display: inline-block;
    font-size:5.9rem;
    line-height:1.2;
}

#number .unit4 .op{
    font-size:2.9rem;
}

/* unit5 */

#number .unit5 .inner{
    background: #DDA63A;
}

/* unit6 */

#number .unit6 .inner{
    background:#DD1367;
}

#number .unit6 img{
    width:165px;
    margin-top:20px;
}

#number .unit6 .number6{
    line-height: 1.2;
}

/* unit7 */

#number .unit7 .inner{
    background:#A21942;
}

/* unit8 */

#number .unit8 .inner{
    background: #26BDE2;
}

#number .unit8 .inner .columns{
    padding:0;
    max-width:250px;
    margin:15px auto 0;
}

#number .unit8 .unit8-card{
    flex-basis: 49%;
    margin-bottom: 15px;
}

#number .unit8 .unit8-card.piece3,
#number .unit8 .unit8-card.piece4{
    margin-bottom:0;
}

#number .unit8 .unit8-card dt{
    display: block;
    margin-bottom:10px;
    justify-content: center;
    align-items: center;
}

#number .unit8 img{
    max-height:52px;
    width:auto;
}

#number .unit8 .unit8-card dd{
    font-size:2.5rem;
    line-height:1;
}

#number .unit8 .unit8-card dd span{
    font-size:3.9rem;
}

/* unit9 */

#number .unit9 .inner{
    background:#3F7E44;
}

#number .unit9 .inner .columns{
    padding:0;
    max-width:235px;
    margin:35px auto 0;
}

#number .unit9 .unit9-card{
    flex-basis: 42%;
}

#number .unit9 .unit9-card dt{
    height:63px;
    display: block;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

#number .unit9 .unit9-card.piece1 img{
    width:35px;
}

#number .unit9 .unit9-card.piece2 img{
    width:91px;
}

#number .unit9 .unit9-card dd{
    font-size: 2.2rem;
}

#number .unit9 .number9{
    display: inline-block;
    font-size:5.9rem;
    line-height: 1;
}

#number .unit9 .op{
    font-size:2.9rem;
}


/* welfare
****************************************************/

#welfare .catch,
#number .catch{
    font-size:2rem;
    text-align: center;
}

#welfare .columns{
    flex-wrap: wrap;
    margin:40px -9px 0;
}

#welfare .post-welfare{
    flex-basis: 25%;
    box-sizing: border-box;
    margin:0 0 18px 0;
    padding:0 9px;
}

@media all and (-ms-high-contrast:none){
    #welfare .post-welfare{
        flex-basis: 23.5%;
    }
}

#welfare .post-welfare .inner{
    height:100%;
    background:#E9F4EB;
    padding:30px 20px;
}

#welfare .post-welfare .inner p{
    color:#075D13;
}

#welfare .post-welfare img{
    max-width:115px;
}

#welfare .post-welfare.card408 img{
    max-width: none;
    max-height: 110px;
    width: auto;
}

#welfare .post-welfare.card411 img{
    max-width: none;
    max-height: 98px;
    width: auto;
}


#welfare .post-welfare .welfare-post__img{
    margin-bottom:15px;
    height:115px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (-ms-high-contrast:none){
    #welfare .post-welfare .welfare-post__img img{
        margin:0;
    }
}

#welfare .post-welfare h3{
    font-size:2.2rem;
    color:#075D13;
    margin-bottom: 5px;
    text-align: center;
}

#welfare .unit8 img{
    max-height:125px;
    width: auto;
}

/* product
****************************************************/

.anchorlink-products,
.company-link{
    margin-bottom:80px;
}

.anchorlink-products ul,
.company-link ul{
    display: flex;
    flex-wrap: wrap;
    margin:0 -4px;
}

.anchorlink-products ul li,
.company-link ul li{
    display: inline-block;
    width:100%;
    flex-basis: 25%;
    margin:0 0 8px 0;
    box-sizing: border-box;
    padding:0 4px;
}

.company-link ul li{
    flex-basis: 33.3%;
}

@media all and (-ms-high-contrast:none){
    .anchorlink-products ul li{
        flex-basis: 24.3%;
    }

    .company-link ul li{
        flex-basis: 32.6%;
    }
}

.anchorlink-products ul li a,
.company-link ul li a{
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size:1.8rem;
    display: block;
    padding:15px 40px 15px 20px;
    box-sizing:border-box;
    position: relative;
    background:#333;
    color:#fff;
}

#product .title--border{
    cursor: pointer;
    position: relative;
}

#product .title--border::after{
    content: 'OPEN↓';
    color:#075D13;
    background:#E5EEE7;
    display: inline-block;
    font-size:1.4rem;
    border-radius: 3px;
    position: absolute;
    right:0;
    top:0;
    padding:5px 10px 5px 15px;
    border:1px solid #075D13;
}

#product .title--border.open-title::after{
    content: 'CLOSE↑';
}


#product .wrap-btn{
    margin-top:30px;
}


#product .columns{
    flex-wrap: wrap;
    margin:0 -15px;
}

#product .products-post{
    flex-basis: 33.3%;
    box-sizing: border-box;
    margin:0 0 30px 0;
    padding:0 15px;
}

@media all and (-ms-high-contrast:none){
    #product .products-post{
        flex-basis: 30.8%;
    }
}

#product .products-post .inner{
    border:1px solid #707070;
}

#product .products-post h3{
    font-size:1.8rem;
    margin-bottom: 10px;
}

#product .products-post__txt{
    padding:20px;
}

#product .pdf-link{
    text-decoration: none;
}

#product .pdf-link img{
    width:34px;
    margin-right: 10px;
}

#product .tFileList{
    margin-top: 20px;
}

#product .tFileList li{
    font-size:1.6rem;
}

#product .tFileList li + li{
    margin-top:10px;
}

/* requirements
****************************************************/

#requirements .wrap{
    background:url(../../../../../wp-content/uploads/2021/10/bg_requirements1.jpg) no-repeat 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    padding:100px 0;
}

#requirements .appealpoint{
    margin-bottom: 70px;
}

#requirements .recruit-link{
    margin:0;
}

.post-requirements h3{
    color:#fff;
    background:#075D13;
    font-weight: normal;
    font-size:1.6rem;
    padding:15px 30px;
}

.post-requirements table th{
    width:190px;
}

#requirements .section-btn a+a{
    margin-left:30px;
}


/*
.post-requirements table{
    border:40px solid rgba(233, 244, 235, 0.8);
}

.post-requirements table tr{
    background:none;
    border:8px solid rgba(233, 244, 235, 0.8);
}

.post-requirements table th{
    position: relative;
    border:none;
    width:190px;
}

.post-requirements table td{
    border:none;
}

.post-requirements table th::before{
    content:'';
    width:1px;
    display: block;
    background:#075D13;
    position: absolute;
    top:15px;
    bottom:15px;
    right:0;
}
*/
.post-requirements .area-btn{
    margin-top:40px;
}

a.recruit-btn{
    line-height:54px;
    border-radius: 27px;
    text-decoration: none;
    border:1px solid #333333;
    width:211px;
    text-align: center;
    font-weight: bold;
    font-size:1.6rem;
    box-sizing: border-box;
}

a.recruit-btn img{
    width:27px;
    margin-right:5px;
}

.recruit-link{
    background:url(../../../../../wp-content/uploads/2021/10/bg_recruit1-scaled.jpg) no-repeat 50% 50% / cover;
    margin-bottom:80px;
    padding:65px 0;
}


.recruit-link ul{
    display: flex;
    justify-content: center;
}

.recruit-link ul li + li{
    margin-left:25px;
}

.recruit-link ul li a,
a.button--black{
    text-decoration: none;
    font-size:1.8rem;
    text-align: center;
    min-width:293px;
    line-height:63px;
    box-sizing:border-box;
    position: relative;
    background:#333;
    color:#fff;
}

.recruit-link ul li a:hover,
.recruit-link ul li.current_page_item a,
.anchorlink-products ul li a:hover,
.company-link ul li a:hover,
.company-link ul li.current_page_item a,
a.button--black:hover{
    background:#075D13;
    opacity: 1;
}

.recruit-link ul li a::before,
.anchorlink-products ul li a::before,
.company-link ul li a::before,
a.button--black::before{
    content:'';
    display: block;
    width:23px;
    height:1px;
    background:#fff;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}

.recruit-link ul li a::after,
.anchorlink-products ul li a::after,
.company-link ul li a::after,
a.button--black::after{
    content:'';
    display: block;
    width:5px;
    height:5px;
    border-radius: 50%;
    border:1px solid #fff;
    box-sizing: border-box;
    position: absolute;
    right:22px;
    top:50%;
    transform: translateY(-50%);
}

/*
.company-link ul{
    display: flex;
    flex-wrap: wrap;
}
.company-link ul li {
    flex-basis: 50%;
    background:#000;
}

.company-link ul li a{
    display: block;
    position: relative;
    text-decoration: none;
    color:#fff;
    height:200px;
    opacity: 1;
    padding:20px 25px;
    box-sizing: border-box;
    text-align: left;
    letter-spacing: 0.1em;
    font-size:2.2rem;
}

.company-link ul li a span{
    position: relative;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.company-link ul li a::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: block;
    background: url(../../../../../wp-content/uploads/2021/10/img_company1.jpg) no-repeat 50% 50% / cover;
    opacity: 0.3;
    transition: all 0.3s;
}

.company-link ul li.page-item-64 a::before{
    background: url(../../../../../wp-content/uploads/2021/10/img_company2.jpg) no-repeat 50% 50% / cover;
}

.company-link ul li.page-item-62 a::before{
    background: url(../../../../../wp-content/uploads/2021/10/img_company3.jpg) no-repeat 50% 50% / cover;
}


.company-link ul li.page-item-60 a::before{
    background: url(../../../../../wp-content/uploads/2021/10/img_company4.jpg) no-repeat 50% 50% / cover;
}


.company-link ul li a::after{
    content:'';
    display: block;
    width:52px;
    height:11px;
    background:url(../../../../../wp-content/uploads/2021/10/ico_arrow_white.png) no-repeat 0 0 /contain;
    position: absolute;
    right:40px;
    bottom:40px;
    transition: all 0.3s;
    z-index: 1;
}

@media (hover: hover) and (pointer: fine) {

    .company-link ul li a:hover::before,
    .company-link ul li.current_page_item a::before{
        opacity: 1;
    }

    .company-link ul li a:hover::after{
        right:30px;
    }

}
*/

/* access
*****************************************************/

#access .wrap-btn{
    text-align: center;
    margin-top:35px;
}

#access .title--company-sub{
    background:url(../../../../../wp-content/uploads/2021/10/bg_access1.jpg) no-repeat 0 0 / cover;
}

#access .google-map{
    margin-top:15px;
}

#access .access_method{
    margin-top:10px;
}

#access .post-access ul li{
    display: inline-block;
    font-size:1.6rem;
    line-height:1.7;
}

#access .post-access ul li + li{
    margin-left:20px;
}

/* outline
*******************************************************/

#outline .title--company-sub{
    background:url(../../../../../wp-content/uploads/2021/10/bg_outline2.jpg) no-repeat 0 0 / cover;
}

#outline .wrap{
    background:url(../../../../../wp-content/uploads/2021/10/bg_outline1-scaled.jpg) no-repeat 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    padding:100px 0;
}

#outline tbody th{
    width:150px;
}

/* message
*******************************************************/

#vision .wp-block-columns{
    justify-content: space-between;
}

#vision .wp-block-column:not(:first-child) {
    margin-left: 0;
}
/*
#message .title--company-sub{
    background:url(../../../../../wp-content/uploads/2021/10/bg_message1.jpg) no-repeat 0 0 / cover;
}
*/

/* vision
*******************************************************/

.title--company-sub{
    background:url(../../../../../wp-content/uploads/2021/10/bg_vision1.jpg) no-repeat 0 0 / cover;
    height:205px;
    box-sizing: border-box;
    margin-bottom: 45px;
}

.title--company-sub span{
    display: inline-block;
    padding:10px 170px 10px 40px;
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    color:#fff;
    font-size:2.2rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.span-fix p span{
    display: inline-block;
    margin-right:15px;
}


/* business_list
*********************************************************/

#business_list .business__title,
#business_list .section-6 .business__title{
    background: url(../../../../../wp-content/uploads/2021/10/ttl_business1.jpg) no-repeat 0 0 / cover;
    color:#fff;
    margin-bottom: 50px;
    padding:15px 30px;
}

#business_list .section-2 .business__title{
    background: url(../../../../../wp-content/uploads/2021/10/ttl_business2.jpg) no-repeat 0 0 / cover;
}

#business_list .section-3 .business__title,
#business_list .section-5 .business__title,
#business_list .section-8 .business__title{
    background: url(../../../../../wp-content/uploads/2021/10/ttl_business3.jpg) no-repeat 0 0 / cover;
}

#business_list .section-4 .business__title,
#business_list .section-7 .business__title{
    background: url(../../../../../wp-content/uploads/2021/10/ttl_business4.jpg) no-repeat 0 0 / cover;
}

#business_list .business__title span{
    display: inline-block;
    font-size:2.2rem;
    font-weight: normal;
}

#business_list .business__title small{
    display: inline-block;
    font-size:1.6rem;
    font-weight: normal;
}

#business_list .business-list__txt .section-btn {
    margin-top: 40px;
}

.business-list__img{
    flex-basis: 33%;
}

.business-list__txt{
    flex-basis: 62%;
}

.business-list__txt h4{
    font-size:2rem;
    line-height:1.7;
    margin-bottom: 15px;
}

.business-list__txt .button--black {
    min-width: 350px;
}


/* Business
*********************************************************/

#business .columns{
    flex-wrap: wrap;
    background:#000;
}

#business .card{
    flex-basis: 50%;
}

#business .card2{
    flex-basis: 33.3%;
}

#business .card a{
    display: block;
    position: relative;
    text-decoration: none;
    color:#fff;
    background:#000;
}

#business .card a::before{
    content:'';
    display: block;
    width:52px;
    height:11px;
    background:url(../../../../../wp-content/uploads/2021/10/ico_arrow_white.png) no-repeat 0 0 /contain;
    position: absolute;
    right:40px;
    bottom:40px;
    transition: all 0.3s;
    z-index: 1;
}

#business .card a figure{
    overflow: hidden;
    opacity: 0.3;
    transition: all 0.3s;
}

#business .card a figure img{
    transition: all 0.3s;
}

#business .card a .card__txt{
    position: absolute;
    left:25px;
    top:20px;
}

#business .card a h3{
    letter-spacing: 0.1em;
    font-size:2.2rem;
    padding-bottom:15px;
    position: relative;
    margin-bottom: 15px;
    font-weight: normal;
}

#business .card a h3::before{
    content:'';
    display: block;
    width:30px;
    height:2px;
    background:#fff;
    position: absolute;
    left:0;
    bottom:0;
}

@media (hover: hover) and (pointer: fine) {

    #business .card a:hover figure{
        opacity: 1;
    }
    
    #business .card a:hover figure img{
        transform:scale(1.1,1.1);
    }

    #business .card a:hover::before{
        right:30px;
    }
    
    #business .card a:hover{
        opacity: 1;
    }
}

/* Contact
*********************************************************/

#contact .catch01 {
    margin-bottom: 40px;
    padding: 20px;
    width: 100%;
    background: #FAFAFA;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    box-sizing: border-box;
}

#contact .catch01 span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
}

#contact .catch01 span+span {
    margin-left: 30px;
}

#contact .catch01 span a {
    color: #293C8D;
    font-size: 2.6rem;
}

#contact h2 {
    margin-bottom: 20px;
    font-size: 2rem;
}

#contact.entry.check .check-agree,
#contact.confirm .check-agree {
    display: none;
}

#contact table li {
    display: inline-block;
}

#contact table th.th-fix{
    padding-top:15px;
}

#contact table th.th-fix span.red{
    top:50%;
    transform: translateY(-50%);
}

#contact .wrap-form {
    margin-top: 0;
    padding: 80px;
    background: #fff;
}

#contact table {
    width: 100%;
    border: none;
    background:none;
}

#contact table tbody tr:nth-child(2n){
    background:none;
}

#contact table th,
#contact table td {
    padding: 15px;
    border: none;
    background: none;
    font-size: 1.6rem;
    vertical-align: middle;
    text-align: left;
}

#contact .btn_area {
    margin-top: 60px;
    justify-content: center;
    gap: 20px;
}

#contact table th {
    position: relative;
    width: 300px;
    padding-top: 29px;
    padding-bottom: 0;
    color: #333;
    vertical-align: top;
}

#contact.confirm table th {
    padding: 15px;
}

#contact table table {
    margin: 0;
}

#contact table table th,
#contact table table td {
    border: none;
    background: none;
}

#contact table table th,
#contact.confirm table table th {
    width: 190px;
    padding: 15px 15px 15px 0;
    color: #333;
    font-weight: normal;
    vertical-align: middle;
}

#contact table table td {
    padding: 15px 0;
}

#contact table table tr:first-child th,
#contact table table tr:first-child td {
    padding-top: 0;
}

#contact table table tr:last-child th,
#contact table table tr:last-child td {
    padding-bottom: 0;
}

#contact label {
    font-weight: normal;
}

#contact span.red {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 25px;
    padding: 8px 15px;
    background: #c50000;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
}

#contact span.gray {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 25px;
    padding: 8px 15px;
    background: #999;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
}

#contact.confirm span.gray,
#contact.confirm span.red {
    top: 12px;
}

#contact .check-agree {
    padding: 0 15px;
    font-size: 1.6rem;
}

#contact .check-agree a {
    color: #1d3bb4;
}

#contact .agree-wrap {
    margin: 20px 0 40px;
    padding: 10px;
    font-size: 1.6rem;
    box-sizing: border-box;
}

#contact input[type=text],
#contact input[type=email],
#contact input[type=tel] {
    max-width: 500px;
    width: 100%;
    padding: 15px;
    background: #fff;
}

#contact input[type=text].var01 {
    width: 10em;
}

#contact input.var02,
#contact input.var03 {
    width: 8em;
}

#contact input[type=checkbox] {
    display: inline-block;
    margin-right: 0.5em;
}

#contact input[type=checkbox]+label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="submit"],
input[type="image"],
textarea,
select {
    border-radius: 0;
    border: 1px solid #ddd;
    -webkit-appearance: none;
}

#contact input[type="radio"] {
    display: none;
}

#contact input[type="radio"]+.mwform-radio-field-text {
    position: relative;
    margin-right: 20px;
    padding-left: 20px;
}

#contact input[type="radio"]+.mwform-radio-field-text::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    border:1px solid #ccc;
    content: "";
    box-sizing: border-box;
    transform: translateY(-50%);
}

#contact input[type="radio"]:checked+.mwform-radio-field-text::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #605834;
    content: "";
    transform: translateY(-50%);
}

select::-ms-expand {
    display: none;
}

#contact select {
    max-width: 20em;
    height: 48px;
    margin-right: 5px;
    padding: 0 45px 0 15px;
    background: url(../../images/common/ico_arrow_select.png) no-repeat right 10px center #fff;
}

#contact textarea {
    width: 100%;
    height: 10em;
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
}


#contact .bg-danger {
    margin-top: 5px;
    padding: 10px;
}

#contact .btnWrap01 {
    padding: 25px 0 0;
    overflow: hidden;
}

#contact .btnWrap01 p {
    font-size: 1.4rem;
}

#contact input[type=submit],
#contact .btnWrap01 a,
#contact .fm-modoru {
    appearance: none;
    border: none;
    width: 300px;
    line-height: 65px;
    background:url(../../../../../wp-content/uploads/2021/10/submit.png) no-repeat right center #fff;
    background-size: 27px auto;
    color: #075D13;
    border:1px solid #075D13;
    display: block;
    margin: 20px auto 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
}

#contact input[type=submit]:hover,
#contact .btnWrap01:hover,
#contact .fm-modoru:hover {
    opacity: 0.6;
    transition: all 0.3s;
}

#contact input[type=submit]:hover{
    background:url(../../../../../wp-content/uploads/2021/10/submit-on.png) no-repeat right center #075D13;
    background-size: 27px auto;
    color:#fff;
    opacity: 1;
}

#contact .fm-modoru {
    margin: 0 auto;
    background: #666 !important;
    color: #fff;
}

#contact .btnWrap01 a.btn01 {
    background: #666 !important;
    color: #fff;
}

#contact .wrap03 {
    margin-bottom: 20px;
    padding: 0 15px;
}

#contact .wrap03 p {
    padding: 15px;
    background: #ededed;
    font-size: 0.9rem;
}

body .mw_wp_form .error {
    display: inline-block;
    margin: 5px 0;
    padding: 10px;
    background-color: #f2dede;
    color: #c50000;
}

#contact .mwform-checkbox-field input[type="checkbox"] {
    display: none;
}

.mwform-checkbox-field .mwform-checkbox-field-text::before {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background: url(../../images/common/checkoff.png) no-repeat 0 0;
    vertical-align: middle;
    content: '';
}

.mwform-checkbox-field input[type="checkbox"]:checked+.mwform-checkbox-field-text::before {
    background: url(../../images/common/checkon.png) no-repeat 0 0;
}

#contact .text01 + .text01{
    margin-top: 20px;
}

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

    #contact .catch01 span+span {
        margin-left: 0;
    }

    #contact input[type="file"] {
        width: 100%;
        box-sizing: border-box;
    }

    #contact .catch01 span,
    #contact h2 {
        font-size: 2rem;
    }

    #contact .catch01 br {
        display: none;
    }

    #contact .catch01 span {
        display: block;
    }

    #contact .catch01 span+span {
        padding-left: 0;
    }

    #contact table th,
    #contact table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    #contact table td input[type=text],
    #contact table td input[type=email],
    #contact table td input[type=tel] {
        width: 100%;
        box-sizing: border-box;
    }

    #contact table td input.var02 {
        width: 80px;
        box-sizing: border-box;
        padding: 15px 10px;
    }

    #contact table td input[type=text].var01 {
        width: 100%;
        margin-bottom: 10px;
    }

    #contact table td input.var03 {
        width: 6em;
    }

    #contact table td input.var03+br+input.var01 {
        margin-top: 20px;
    }

    #contact input[type=submit],
    #contact .btnWrap01 a,
    #contact .fm-modoru {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        min-width: 300px;
    }

    .btnWrap01 {
        text-align: center;
    }

    #contact .wrap-form {
        padding: 10px;
    }

    #contact.confirm .wrap-form {
        padding: 10px 10px 40px;
    }

    #contact table th {
        padding: 15px 15px 15px 90px;
        vertical-align: middle;
    }

    #contact table td{
        padding:15px 0;
    }

    #contact span.gray,
    #contact span.red {
        top: 50%;
        transform: translateY(-50%);
        right: auto;
        left: 0;
        padding: 3px 10px;
    }
}

@media screen and (min-width:829px) and (max-width:1200px) {

    #contact table table,
    #contact table table tbody,
    #contact table table tr,
    #contact table table th,
    #contact table table td {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

}

/* privacy-policy
********************************************************/

#privacy-policy dt,
#privacy-policy h3 {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: bold;
    color:#075D13;
}

#privacy-policy dd {
    margin-bottom: 45px;
    font-size: 1.6rem;
}

#privacy-policy .wp-con + .wp-con{
    margin-top:45px;
    font-size: 1.6rem;
    line-height:1.7;
}

#privacy-policy li{
    position: relative;
    padding-left:15px;
    font-size:1.6rem;
    line-height:1.7;
}

#privacy-policy li::before{
    content:'・';
    position: absolute;
    left:0;
    top:0;
}

/* news
*********************************************************/

#news .title--subpage small{
    font-size:3.2rem;
    margin:0;
}

#news .section01 {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #B1B1B1;
}

#news .section01 .columns {
    justify-content: space-between;
}

#news .section01 .news__img {
    flex-basis: 38%;
}

#news .section01 .news__txt {
    flex-basis: 56%;
}

#news .section01:last-of-type,
#news .section01.var01 {
    margin-bottom: 0;
    border: none;
}

#news .section01 .news__date {
    display: inline-block;
    margin-right: 20px;
    color: #333;
    letter-spacing: 0.2em;
    font-size: 1.6rem;
}

#news .wrap-btn{
    margin-top:60px;
}

#news .section01 .news__title {
    margin: 25px 0;
    color: #333;
    font-size: 2rem;
}

#news .section01 .news__title a {
    color: inherit;
    text-decoration: none;
}

#news .section01 .inner01 {
    font-size: 1.6rem;
    line-height: 1.8;
}

#news .wp-pagenavi a,
#news .wp-pagenavi span {
    padding: 0;
}

#news.news-single .wp-pagenavi a,
#news.news-single .wp-pagenavi span{
    line-height: 1.6;
}

#news.news-single .wp-pagenavi{
    display: flex;
    justify-content: space-between;
}

#news.news-single .wp-pagenavi div{
    flex-basis: 47%;
}

#news.news-single .wp-pagenavi__next{
    text-align: right;
}

.wp-pagenavi span.pages {
    padding: 0 10px !important;
}

#news .label{
    display: inline-block;
    line-height:24px;
    text-align: center;
    font-size:1.4rem;
    width:145px;
    background:#333;
    color:#fff;
    box-sizing: border-box;
    text-decoration: none;
}

#news .label-info{
    border:1px solid #707070;
}

#news .label-kes{
    background:#2BAE3E;
    color:#fff;
}

#news .label-sdgs{
    background:#FD6925;
    color:#fff;
}

#news .label-tyura-sango{
    background:#1BA1E6;
    color:#fff;
}

#news .anchorlink1 {
    margin-bottom:100px;
}

#news .anchorlink1 ul .cat-item-1 > a{
    display: none;
}

#news .anchorlink1 .children{
    display: flex;
    margin:0 -13px;
}

#news .anchorlink1 .children li{
    display: inline-block;
    width: 100%;
    padding:0 13px; 
}

#news .anchorlink1 .children li a{
    display: block;
    text-align: center;
    text-decoration: none;
    line-height:50px;
    font-size:2.1rem;
    box-sizing: border-box;
}

#news .anchorlink1 .children li.cat-item-4 a{
    background:#333;
    color:#fff;
}

#news .anchorlink1 .children li.cat-item-5 a{
    background:#2BAE3E;
    border:1px solid #2BAE3E;
    color:#fff;
}

#news .anchorlink1 .children li.cat-item-6 a{
    background:#FD6925;
    border:1px solid #FD6925;
    color:#fff;
}

#news .anchorlink1 .children li.cat-item-7 a{
    background:#1BA1E6;
    border:1px solid #1BA1E6;
    color:#fff;
}


/* Smartphone side + Tablet Vertical */
@media screen and (max-width:828px) {

    #news.news-single .wp-pagenavi{
        flex-direction: column;
        align-items: center;
    }

    #news.news-single .wp-pagenavi div{
        flex-basis: 100%;
    }

    #news.news-single .wp-pagenavi__next{
        text-align: center;
    }

}

/* Smartphone Vertical */
@media screen and (max-width:415px) {

    #news .section01 .columns {
        flex-direction: column;
    }

    #news .section01 .news__img {
        margin-bottom: 20px;
    }
}


/* Responsive
*********************************************************/

@media screen and (max-width:1200px){
    #business .card a:hover figure img{
        transform:scale(1,1);
    }    

    #pageVisual{
        padding:0;
    }
}

/* Tablet side Only */
@media screen and (min-width:829px) and (max-width:1200px) {
    
    .anchorlink-products ul li,
    .company-link ul li{
        flex-basis: 33.3%;
    }

    #welfare .post-welfare{
        flex-basis: 33.3%;
    }

    #number .unit3 .number3, #number .unit5 .number5, #number .unit6 .number6 {
        font-size: 8rem;
    }

    #number .unit8 .unit8-card dd{
        font-size:1.8rem;
    }

    #number .unit9 .number9{
        font-size:5rem;
    }

    #number .unit3 .op, #number .unit5 .op, #number .unit6 .op{
        font-size:4rem;
    }
    
}

/* Smartphone side + Tablet Vertical */
@media screen and (max-width:828px) {

    body #swipebox-close {
        left: 0;
        right: auto;
    }

    #csr .title--subpage span span {
        font-size: 2.5rem;
    }

    .title--subpage span {
        font-size: 2.3rem;
        letter-spacing: 0.2em;
    }

    .title--subpage small{
        font-size:1.2rem;
    }

    #main section + section, #main .wp-con + .wp-con {
        margin-top: 40px;
    }

    #csr .section-1 .group1 {
        position: relative;
        padding-left: 0;
        min-height: auto;
        padding-top: 370px;
    }

    #csr .section-3 .group1 {
        position: relative;
        padding-left: 0;
        min-height: auto;
        padding-top: 370px;
    }

    #csr .section-1__img,
    #csr .section-2__img,
    #csr .section-3__img {
        width: 300px;
        position: absolute;
        top: 0;
        left: 50%;
        animation: flyImg 2.5s ease-in-out infinite;
        transform: translateX(-50%);
    }

    #csr .group1 h3 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    #csr .section-1__txt .columns, #csr .section-3__txt .columns {
        margin-top: 30px;
        flex-direction: column;
    }

    #csr .wrap-news .columns{
        flex-direction: column;
    }

    #csr .section-1__txt .columns .unit2 img{
        max-width:150px;
    }

    #csr .section-3__txt .columns .unit2 img{
        max-width: 270px;
    }

    #csr .section-1__txt .columns .unit2,
    #csr .wrap-news .unit1,
    #csr .section-3__txt .columns .unit2,
    #business_list .business__title{
        margin-bottom: 20px;
    }

    #csr .section-2 .group1 {
        position: relative;
        padding-right: 0;
        min-height: auto;
        padding-top: 370px;
    }

    #csr .section-2__txt {
        padding-top: 0;
    }

    #csr .wrap-news .unit2,
    .recruit-link ul{
        flex-direction: column;
    }

    .recruit-link ul li + li {
        margin-left: 0;
        margin-top: 10px;
    }

    #csr .wrap-news .unit2 .post + .post {
        margin-left: 0;
        margin-top: 10px;
    }

    .dance-cycle {
        content: '';
        display: block;
        width: 250px;
        height: 250px;
        background: url(../../../../../wp-content/uploads/2021/10/bg_csr2.png) no-repeat 0 0 / contain;
        position: absolute;
        top: 35%;
        left: -50px;
    }

    .dance-cycle.unit2 {
        top: auto;
        bottom: 25%;
        left: auto;
        right: -50px;
    }

    #csr .wrap-news h3::before {
        content: '';
        display: block;
        width: 38px;
        height: 6px;
        background: url(../../../../../wp-content/uploads/2021/10/ico_arrow_green.png) no-repeat 0 0 / contain;
        position: absolute;
        top: 25px;
        left: 120px;
        transform: translateY(0) rotate(90deg);
    }

    #business .card2 {
        flex-basis: 50%;
    }

    #business .card a figure img {
        transition: all 0.3s;
        height:200px;
        object-fit: cover;
    }

    #business .card a h3{
        font-size:2rem;
    }

    #business_list .business__title{
        text-align: left;
        display: block;
    }

    #business_list .business__title span {
        display: block;
        font-size: 2rem;
        font-weight: normal;
    }

    #business_list .business__title small{
        margin-top: 10px;
        display: block;
    }

    .anchorlink-products ul li,
    .company-link ul li,
    #product .products-post,
    #welfare .post-welfare{
        flex-basis: 50%;
    }

    .anchorlink-products,
    .company-link {
        margin-bottom: 40px;
    }

    .title--company-sub span {
        display: block;
        padding: 10px 30px 10px 30px;
        background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
        color: #fff;
        font-size: 2rem;
        font-weight: normal;
        letter-spacing: 0.1em;
        text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    }

    .title--company-sub {
        height: 100px;
        box-sizing: border-box;
        margin-bottom: 40px;
    }

    .span-fix p span {
        display: block;
        margin-right: 0;
    }
/*
    .company-link ul li a {
        height: 100px;
        padding: 20px 25px;
        font-size: 1.8rem;
    }

    .company-link ul li a::after{
        right:20px;
        bottom:20px;
    }
*/
    .recruit-link{
        background:url(../../../../../wp-content/uploads/2021/10/bg_recruit1_sp.jpg) no-repeat 50% 50% / cover;
        margin-bottom:40px;
        padding:40px 0;
    }

    .title--subpage {
        margin-bottom: 40px;
    }

    #requirements .wrap{
        padding:40px 0;
    }

    #number .card{
        flex-basis: 47%;
    }

    #news .title--subpage small{
        font-size:2.3rem;
        margin:0;
    }   

    #news .anchorlink1 .children {
        display: block;
        margin: 0;
    }

    #news .anchorlink1 .children li {
        display: inline-block;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    
    #news .anchorlink1 .children li a{
        font-size:1.8rem;
    }
    
    #news .section01 {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #B1B1B1;
    }

    #news .anchorlink1 {
        margin-bottom: 40px;
    }

    #csr .img-area .inner {
        width: 300px;
        height: 300px;
    }

    #csr .ttlImg {
        max-width: 250px;
        width: 100%;
    }

    #csr .subCon,
    #csr .img-area .inner video {
        width: 130px;
        height: 130px;
    }

    #access .post-access ul li{
        display: block;
        font-size:1.6rem;
        line-height:1.7;
    }
    
    #access .post-access ul li + li{
        margin-left:0;
    }

    #number .unit3 .number3, #number .unit5 .number5, #number .unit6 .number6{
        font-size: 10rem;
    }

    #number .unit3 .op, #number .unit5 .op, #number .unit6 .op{
        font-size:4rem;
    }

    #number .unit4 .number4{
        font-size:5rem;
    }

    #requirements .appealpoint{
        margin-bottom: 40px;
    }

    #number .unit2 .unit2-card dt, #number .unit1 .unit1-card dt, #number .unit7 .unit7-card dt{
        font-size:1.3rem;
    }

    #number .card h3{
        font-size:2.5rem;
    }
}

/* Smartphone Vertical */
@media screen and (max-width:415px) {
    
    #contact .mwform-radio-field {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
    }

    #business .columns,
    #business_list .columns,
    #product .columns,
    .anchorlink-products ul,
    .company-link ul,
    #welfare .columns{
        flex-direction: column;
    }
    
    #number .group-wrap{
        display: block;
    }

    .business-list__img{
        margin-bottom: 20px;
    }

    #business_list .business__title {
        background: url(../../../../../wp-content/uploads/2021/10/ttl_business1_sp.jpg) no-repeat 0 0 / cover;
    }

    #business_list .section-2 .business__title {
        background: url(../../../../../wp-content/uploads/2021/10/ttl_business2_sp.jpg) no-repeat 0 0 / cover;
    }

    #business_list .section-3 .business__title,
    #business_list .section-5 .business__title,
    #business_list .section-6 .business__title,
    #business_list .section-8 .business__title {
        background: url(../../../../../wp-content/uploads/2021/10/ttl_business3_sp.jpg) no-repeat 0 0 / cover;
    }

    #business_list .section-4 .business__title, #business_list .section-7 .business__title {
        background: url(../../../../../wp-content/uploads/2021/10/ttl_business4_sp.jpg) no-repeat 0 0 / cover;
    }

    #outline table,
    #outline tbody,
    #outline thead,
    #outline tr,
    #outline th,
    #outline td,
    #requirements table,
    #requirements tbody,
    #requirements tr,
    #requirements th,
    #requirements td{
        display: block;
        width:100%!important;
        height:auto!important;
        box-sizing: border-box;
    }

    #outline thead{
        display: none;
    }

    #outline th,
    #requirements th{
        border-bottom: none;
        padding-bottom: 0;
    }
/*
    .post-requirements table th::before {
        content: '';
        width: auto;
        display: block;
        background: #075D13;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 15px;
        left: 15px;
        height: 1px;
    }
*/
    #number .columns{
        padding:0;
    }

    #number .card h3{
        font-size:2.3rem;
    }

    #contact .text01{
        text-align: left;
    }

    #csr {
        padding: 40px 0;
    }

    #product .wrap-btn {
        margin-top: 10px;
    }

    #requirements .section-btn a+a{
        margin-left:0;
        margin-top:15px;
    }

    #product .title--border::after{
        display: block;
        position: static;
        margin-top:10px;
        text-align: center;
    }

    #business_list .business-list__txt .section-btn {
        text-align: center;
    }
}

/* addstyle */

.sect__business--ttl{
    position: relative;
    color: #fff;
    padding: 15px 30px;
    margin-bottom: 50px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-weight: normal;
}

.sect__business--banner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: -2;
    bottom: none;
}
.sect__business--ttl::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.54;
    z-index: -1;
}
.sect__business--ttl span{
    font-size: 2.2rem;
}
.sect__business--ttl small{
    font-size: 1.6rem;
}

.sect__business .business-list__txt .button--black {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 355px;
    padding: 20px 34px 20px 28px;
    min-width: unset;
    line-height: 1.2;
    min-height: 63px;
    box-sizing: border-box;
}

@media screen and (max-width: 500px) {
    .sect__business .business-list__txt .button--black {
        padding: 16px 32px 16px 16px;
    }
}