/* font */
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap');
/* font-family: 'Zen Kurenaido', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Yuji+Mai&display=swap');
/* font-family: 'Yuji Mai', serif; */


/* PC以下サイズ */
@media (max-width: 991px) {


    /* 共通 */
    .sp_title{
        width: 90%;
        margin: auto;
    }

    .sp_title p{
        font-size: 10vw;
        margin-bottom: 1vw;
        margin-top: 0vw;
    }

    .sp_title span{
        font-size: 4vw;
    }


    .pc {
        display: none!important;
    }

    .scrollgress{
        display: none;
    }

    .d-sp-flex{
        display: flex;
    }

    .d-sp-justify-content-between{
        justify-content: space-between;
    }

    /* slide show */

    .slider {
        margin: 0;
        padding: 0;
    }

    .slick-slide {
        margin: 0 5vw;
    }

    .slideshow {
        list-style: none;
    }

    .slideshow a{
        text-decoration: none;
        color: #333;
        font-size: 2.5vw;
    }

    .slideshow .workstitle p{
        margin: 1vw 0;
    }

    .slideshow .workstitle .cate{
        border: solid 1px #f4ce47;
        display: inline-block;
        padding: 1vw;
    }

    .worksimage {
        min-height: 25vw;
        max-height: 25vw;
        overflow: hidden;
        display: flex;
        align-items: center;
    }
    

    /* slide show end */

    .site-header{
        position: fixed;
        width: 100%;
        z-index: 999;
        background-color: #ffffff;
        /* height: 15vw; */
        top: 0;
        display: flex;
        align-items: center;
    }

    .headerbar {
        display: flex;
        padding: 1vw 0;
        align-items: center;
    }

    .logoarea{
        width: 80%;
    }

    .logoarea img {
        width: 45%;
        margin-left: 3vw;
    }

    .btn1{
        position: relative;/*ボタン内側の基点となるためrelativeを指定*/
        background:#ffffff;
        cursor: pointer;
        width: 70px;
        height:50px;
        border: none;
    }
  
  /*ボタン内側*/
    .btn1 span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        width: 45%;
    }
  
    .btn1 span:nth-of-type(1) {
        top:15px; 
        background: #1d1d1d;
    }

    .btn1 span:nth-of-type(2) {
        top:24px;
        background: #f4ce47;
    }

    .btn1 span:nth-of-type(3) {
        top:34px;
        background: #1d1d1d;
    }

    .btn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .btn1.active span:nth-of-type(2) {
        opacity: 0;
    }

    .btn1.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    .main-navigation {
        width: 20%;
    }

    .main-navigation ul {
        display: block;
    }
    .menu-mainmenu-container{
        position: fixed;
        width: 100%;
        background: #fffffff0;
        left: -100%;
        transition: .5s;
    }

    .toggled .menu-mainmenu-container{
        left: 0%;
    }

    .main-navigation .nav-menu {
        font-size: 5vw;
        text-align: center;
    }

    .main-navigation .nav-menu > li:after {
        content: '';
        border-bottom: solid 1px #f4ce47;
        width: 25%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .main-navigation .nav-menu > li {
        position: relative;
        width: 100%;
    }

    .main-navigation .nav-menu > li > a{
        color: #000;
        text-decoration: none;
        padding: 4vw 0;
        transition: .5s;
    }

    .main-navigation .nav-menu > li > a:hover{
        background-color: #f4ce47;
    }

    .main-navigation ul ul {
        box-shadow: none; 
        float: none;
        position: unset;
        top: 100%;
        left: 0;
        z-index: 0;
    }

    .main-navigation ul ul a{
        width: 100%;
    }

    .menu-mainmenu-container .sub-menu {
        text-align: left;
        margin-left: 50%;
    }

    .topmenuicon{
        width: 75%;
        margin: 5vw auto;
    }

    .topmenuicon .iconbtn {
        display: flex;
        justify-content: space-around;
        /* margin-top: 1.5vw; */
    }

    .topmenuicon .iconbtn p {
        margin: 0;
        font-size: 4vw;
    }

    .topmenuicon .recbtn, .topmenuicon .conbtn{
        border-bottom: solid 0.1vw #333;
        text-align: center;
        padding: 0.5vw 0.5vw 0.2vw;
    }

    .topmenuicon .iconbtn a{
        color: #000;
        text-decoration: none;
        transition: .5s;
        width: 30vw;
    }

    .topmenuicon .iconbtn a:last-child{
        margin-left: 1vw;
    }

    .topmenuicon .iconbtn a:hover {
        background-color: #333;
        color: #f4ce47;
        border-bottom: 0.1vw #f4ce47 solid;
    }

    .topmenuicon .iconbtn i{
        font-size: 6vw;
    }


    /* .current-menu-item a {
        color: #f4ce47!important;
    } */

    .sub-menu{
        /* display: none!important; */
        text-align: left;
        margin-top: 1vw;
    }

    .focus .sub-menu{
        /* display: block!important; */
    }

    .sub-menu li a{
        font-size: 4vw;
        color: #333;
        padding: 1vw 0;
        transition: .5s;

    }

    .sub-menu li a:hover{
        background: #f4ce47;
    }

    #menu-item-55{
        display: flex;
        justify-content: center;
        padding: 4vw 0;
    }

    #menu-item-55 a {
        padding: 2vw 4vw
    }




    .toprightcontent{
        width: 100%;
    }

    .topimage{
        position: relative;
        /* top: 0; */
        display: flex;
        align-items: center;
        margin-bottom: 30vw;
    }

    .topimage .topimg{
        height: 120vw;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    .bgarea {
        margin-top: 6.5vw;
    }

    .bgtext{
        position: fixed;
        top: 20vw;
        z-index: -999;
    }

    .bgtext p{
        writing-mode: tb-rl;
        font-size: 18vw;
        margin: 0;
        color: #33333312;
    }

    .top .topon{
        position: absolute;
        bottom: -10vw;
        left: 0vw;
        font-size: 8vw;
        width: 90%;
        margin-left: 5%;
    }

    .top .topon p {
        margin: 0;
    }

    .about{
        position: relative;
        margin-bottom: 30vw;
    }

    .about .bg1{
        position: absolute;
        bottom: 10%;
        right: 0;
        width: 25%;
        opacity: 0.3;
    }

    .about .bg2{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 20%;
        opacity: 0.3;
    }

    .about .bg3{
        width: 100%;
        height: 77%;
        background: #f7f7f7;
        position: absolute;
        z-index: -1;
        bottom: -3%;
        right: 0;
    }


    .aboutfl{
        /* display: flex; */
        width: 90%;
        margin: auto;
        /* align-items: center;
        z-index: 1; */
    }

    .aboutfl .lcol{
        /* width: 50%; */
    }

    .aboutfl .lcol h2{
        margin: 0;
        font-size: 10vw;
    }

    .aboutfl .lcol .aboutimg{
        margin: 5vw 0;
    }

    .aboutfl .lcol p{
        margin: 5vw 0;
        font-size: 6vw;
        text-align: center;
    }

    .aboutfl .rcol {
        /* width: 50%; */
    }

    .aboutfl .rcol p{
        margin: 0;
        font-size: 4vw;
        line-height: 6vw;
    }

    .about .morebtn{
        width: 50%;
        border: solid 1px #f4ce47;
        background: #f4ce47;
        position: relative;
        transition: .5s;
        margin: 5vw auto;
    }

    .about .morebtn:after{
        content: "";
        width: 8vw;
        height: 1px;
        border-bottom: solid 1px #333;
        position: absolute;
        right: 1vw;
        bottom: 10%;
        transition: .5s;
    }

    .about .morebtn:hover{
        background: #333;
        border: solid 1px #333;
    }

    .about .morebtn:hover a{
        color: #fff;
    }

    .about .morebtn:hover:after{
        right: -4vw;
        border-color: #f4ce47;
    }

    .about .morebtn a{
        text-decoration: none;
        color: #333;
        width: 100%;
        /* height: 3vw; */
        display: flex;
        align-items: center;
        /* margin-left: 2vw; */
        transition: .5s;
        padding: 3vw 2vw;
    }

    .about .morebtn a p{
        margin: 0;
        font-size: 4vw;
    }

    .service{
        margin: 5vw 0;
    }

    .service .title{
        width: 95%;
        margin-left: 5%;
        display: flex;
        margin-bottom: 5vw;
    }

    .service .title h2 {
        font-size: 10vw;
        margin: 0;
    }

    .service .title  h3{
        font-size: 4vw;
    }

    .service .title .ccol{
        display: flex;
        align-items: center;
        margin-left: 2vw;
    }

    .service .title .ccol .border{
        border-bottom: solid 1px #ddd;
        width: 13vw;
    }

    .service .title .rcol {
        display: flex;
        align-items: center;
        margin-left: 2vw;
    }

    .serviceimg{
        width: 85%;
    }

    .si1{
        background-image: url('https://ito-shoukai.biz/wp-content/uploads/2023/09/service1-scaled.jpeg');
        background-size: cover;
    height: 55vw;
    }

    .si2{
        background-image: url('http://stg.ito-shoukai.biz/wp-content/uploads/2025/12/renewal.jpg');
        background-size: cover;
    height: 55vw;
    }

    .si3{
        background-image: url('https://stg.ito-shoukai.biz/wp-content/uploads/2025/12/rent.jpg');
        background-size: cover;
    height: 55vw;
    }


    .servicecontent{
        /* display: flex;
        justify-content: space-between; */
        z-index: 1;
        position: relative;
        margin-bottom: 10vw;
    }

    .servicecontent .col{
        width: 90%;
        margin: auto;
    }

    /* .servicecontent .title2{
        display: flex;
        align-items: center;
    } */

    /* .servicecontent .servicesentence{
        width: 40%;
        display: inline-flex;
    } */

    .servicecontent .title2{
        margin: 5vw 0;
    }

    .servicecontent .title2 h3{
        font-size: 8vw;
        margin: 0;
    }

    .servicecontent .title2 h4{
        font-size: 5vw;
        margin: 2vw 0;
    }

    /* .servicesentence .title2 .rcol {
        font-size: 1vw;
        margin-left: 2vw;
    } */

    .servicesentence .sentence {
        margin-bottom: 5vw;
    }

    .servicesentence .sentence p{
        margin: 0;
        font-size: 4vw;
    }

    .servicesentence .morebtn{
        width: 50%;
        border: solid 1px #f4ce47;
        background: #f4ce47;
        position: relative;
        transition: .5s;
    }

    .servicesentence .morebtn:after{
        content: "";
        width: 8vw;
        height: 1px;
        border-bottom: solid 1px #333;
        position: absolute;
        right: 1vw;
        bottom: 10%;
        transition: .5s;
    }

    .servicesentence .morebtn:hover{
        background: #333;
        border: solid 1px #333;
    }

    .servicesentence .morebtn:hover a{
        color: #fff;
    }

    .servicesentence .morebtn:hover:after{
        right: -4vw;
        border-color: #f4ce47;
    }

    .servicesentence .morebtn a{
        text-decoration: none;
        color: #333;
        width: 100%;
        /* height: 3vw; */
        display: flex;
        align-items: center;
        /* margin-left: 2vw; */
        transition: .5s;
        padding: 3vw 2vw;
    }

    .servicesentence .morebtn a p{
        margin: 0;
        font-size: 4vw;
    }

    .servicecontent .bgnum{
        position: absolute;
        top: 40%;
        right: 0%;
        line-height: 15vw;
        z-index: -1;
    }


    .servicecontent .bgnum p{
        font-size: 40vw;
        margin: 0;
        color: #3333;
        font-family: sans-serif;
    }

    .works{
        background-color: #f7f7f7;
        position: relative;
    }


    .works .title{
        width: 90%;
        margin-left: 5%;
        display: flex;
        margin-bottom: 5vw;
        padding-top: 10vw;
    }

    .works .wrap{
        width: 90%;
        margin: auto;
        padding-bottom: 10vw;
    }

    .works .title h2 {
        font-size: 10vw;
        margin: 0;
    }

    .works .title  h3{
        font-size: 4vw;
    }

    .works .title .ccol{
        display: flex;
        align-items: center;
        margin-left: 2vw;
    }

    .works .title .ccol .border{
        border-bottom: solid 1px #ddd;
        width: 13vw;
    }

    .works .title .rcol {
        display: flex;
        align-items: center;
        margin-left: 2vw;
    }


    .news {
        position: relative;
        width: 90%;
        margin-left: 5%;
        margin-top: 8vw;
    }

    .gotonewsview{
        position: absolute;
        top: 0vw;
        right: 15vw;
        font-size: 1.2vw;
        border-left: solid 1px #ddd;
        padding-left: 2vw;
        height: 5vw;
        display: flex;
        align-items: center;
    }

    .gotonewsview a {
        text-decoration: none;
    }

    .gotonewsview a p{
        background: #f4ce47;
        padding: 1vw 2vw;
        color: #333;
        font-size: 1vw;
        transition: .5s;
    }

    .gotonewsview a p:hover{
        background: #333;
        color: #fff;
    }

    .news .title{
        display: flex;
        align-items: center;
    }

    .news .title .lcol h2 {
        margin: 0;
        font-size: 10vw;
    }

    .news .title  h3{
        font-size: 4vw;
    }

    .news .title .ccol .border{
        border-bottom: solid 1px #ddd;
        width: 13vw;
    }

    .news .title .ccol, .news .title .rcol {
        margin-left: 2vw;
    }

    .newsbox .list ul{
        margin: 0;
        padding: 0;
        list-style: none;
        width: 92%;
    }

    .newsbox .list{
        margin-top: 4vw; 
    }

    .newsbox .list ul a{
        text-decoration: none;
        color: #333;
        font-size: 4vw;
    }

    .newsbox .list ul a li{
        margin-bottom: 3vw;
        padding: 3vw 0;
        transition: .1s;
        position: relative;
    }

    .newsbox .list ul a div{
        padding: 1vw 0;
    }

    /* .newsbox .list ul a li:after{
        position: absolute;
        left: 90%;
        bottom: 0;
        width: 0vw;
        content: '';
        border: solid 1px #333;
        transition: .5s;
    }

    .newsbox .list ul a li:hover:after{
        width: 5%;
    } */

    .newsbox .list ul a li .newstitle{
        font-size: 4.5vw;
    }

    .newsbox .list ul a li .cate{
        margin-left: 2vw;
    }

    .newsbox .list ul a li .cate{
        border: solid 1px #f4ce47;
        padding: 0.2vw 0.5vw;
    }


    /* archive */

    .archive .topimage {
        position: relative;
        height: 50vw;
        background-image: url('https://ito-shoukai.biz/wp-content/uploads/2023/09/IMG_5015-scaled.jpg');
        background-position-y: center;
        margin-bottom: 0vw;
        background-size: cover;
    }
    
    .archive .topon {
        position: absolute;
        top: 6vw;
        left: -7vw;
        font-size: 3vw;
    }

    .archive .topon span {
        font-size: 1.5vw;
    }

    .archive .topon p {
        margin: 0;
    }


    .categorycontent .categoryimg{
        /* width: 60%; */
        position: relative;
        /* height: 55vw; */
    }

    .worksdetail{
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .categorybox {
        margin-bottom: 20vw;
        overflow: hidden;
        position: relative;
        margin-top: -9vw;
    }

    .categorycontent .categoryimg .img1{
        width: 90%;
        margin: auto;
        height: 65vw;
        overflow: hidden;
        display: flex;
        align-items: center;
    }

    /* .categorycontent .categoryimg .img1 img{
        clip-path: polygon(25% 0%,75% 0%,75% 100%, 25% 100%);
        -webkit-clip-path: polygon(25% 0%,75% 0%,75% 100%, 25% 100%);
    } */

    /* .categorycontent .categoryimg .img2{
        bottom: 0vw;
        width: 80%;
        position: absolute;
        left: -10%;
    } */

    /* .categorycontent .categoryimg .img2 img{
        clip-path: polygon(25% 0%,75% 0%,75% 100%, 25% 100%);
        -webkit-clip-path: polygon(25% 0%,75% 0%,75% 100%, 25% 100%);
    } */

    .categorycontent .categoryimg .bgsquare{
        width: 40vw;
        height: 23vw;
        background: #f7f7f7;
        position: absolute;
        bottom: 0;
        left: 0vw;
    }

    .categorycontent{
        /* display: flex; */
        z-index: 1;
        position: relative;
        margin-bottom: 3vw;
        margin-top: 10vw;
    }

    .categorycontent .col{
        width: 90%;
        margin: auto;
    }

    /* .categorycontent .title2{
        display: flex;
        align-items: center;
    } */

    .categorycontent .categorysentence{
        /* width: 30%;
        display: inline-flex; */
    }

    .categorycontent .title2{
        margin-bottom: 2vw;
    }

    .categorycontent .title2 h3{
        font-size: 6vw;
        margin: 0;
    }


    .categorycontent .categorysentence .title2 .rcol {
        font-size: 3vw;
        /* margin-left: 2vw; */
    }

    .categorycontent .categorysentence .title2 .rcol h4{
        
        margin: 0vw;
    }

    .categorycontent .categorysentence .sentence {
        margin-bottom: 3vw;
    }

    .categorycontent .categorysentence .sentence p{
        margin: 0;
        font-size: 3vw;
    }

    .categorycontent .categorysentence .morebtn{
        width: 35%;
        border: solid 1px #f4ce47;
        background: #f4ce47;
        position: relative;
        transition: .5s;
    }

    .categorycontent .categorysentence .morebtn:after{
        content: "";
        width: 5vw;
        height: 1px;
        border-bottom: solid 1px #333;
        position: absolute;
        right: 1vw;
        bottom: 10%;
        transition: .5s;
    }

    .categorycontent .categorysentence .morebtn:hover{
        background: #333;
        border: solid 1px #333;
    }

    .categorycontent .categorysentence .morebtn:hover a{
        color: #fff;
    }

    .categorycontent .categorysentence .morebtn:hover:after{
        right: -3vw;
        border-color: #f4ce47;
    }

    .categorycontent .categorysentence .morebtn a{
        text-decoration: none;
        color: #333;
        width: 100%;
        height: 8vw;
        display: flex;
        align-items: center;
        margin-left: 4vw;
        transition: .5s;
    }

    .categorycontent .categorysentence .morebtn a p{
        margin: 0;
        font-size: 3vw;
    }

    

    .workslist{
        width: 90%;
        margin: 5vw auto;
    }

    .workslist h2{
        font-size: 5vw;
    }

    .workslist .flcol ul{
        list-style: none;
        margin: 0 0 1vw;
        padding: 0;
        font-size: 3.5vw;
    }
    .workslist .flcol ul.list{
        margin-right: 3vw;
    }

    .workslistfl{
        margin-top: 5vw;
    }

    /* .workslistfl .flcol{
        width: 50%;
    } */

    .workslistfl .flcol .photo{
        overflow: hidden;
        height: 30vw;
        display: flex;
        align-items: center;
        margin-right: 1vw;
    }

    /* archive end */



    /* contact */

    .contact.topimage {
        position: relative;
        height: 50vw;
        background-image: url('https://ito-shoukai.biz/wp-content/uploads/2020/02/30129ecac91d7903698b297560731cf3_m.jpg');
        background-position-y: center;
        margin-bottom: 0;
    }
    
    .contact .topon {
        position: absolute;
        top: 6vw;
        left: -7vw;
        font-size: 3vw;
    }

    .contact .topon span {
        font-size: 3vw;
    }

    .contact .topon p {
        margin: 0;
    }

    .contactbox{
        margin-bottom: 20vw;
        overflow: hidden;
        
        position: relative;
        margin-top: -9vw;
    }

    .contactbox .rec, .contactbox .tel, .contactbox .mail{
        width: 90%;
        margin: 5vw auto;
        padding: 5vw 0;
    }

    .contactbox .telbg{
        background: #f7f7f7;
        position: relative;
    }

    .contactbox .rec h2, .contactbox .tel h2,.contactbox .mail h2{
        margin: 0;
        font-size: 6vw;
    }

    .contactbox .rec p,.contactbox .tel p,.contactbox .mail p{
        margin: 0;
        font-size:  2.9vw;
        line-height: 6vw;
    }

    .contactbox .rec .col,.contactbox .tel .col,.contactbox .mail .col{
        margin: 2vw 0;
    }

    .contactbox .tel .bo{
        border: solid 1px #f4ce47;
        padding: 0.4vw;
        font-size: 3vw;
        margin-right: 3vw;
    }

    .contactbox .morebtn{
        width: 40%;
        border: solid 1px #f4ce47;
        background: #f4ce47;
        position: relative;
        transition: .5s;
    }

    .contactbox .morebtn:after{
        content: "";
        width: 5vw;
        height: 1px;
        border-bottom: solid 1px #333;
        position: absolute;
        right: 3vw;
        bottom: 10%;
        transition: .5s;
    }

    .contactbox .morebtn:hover{
        background: #333;
        border: solid 1px #333;
    }

    .contactbox .morebtn:hover a{
        color: #fff;
    }

    .contactbox .morebtn:hover:after{
        right: -3vw;
        border-color: #f4ce47;
    }

    .contactbox .morebtn a{
        text-decoration: none;
        color: #333;
        width: 100%;
        height: 7vw;
        display: flex;
        align-items: center;
        margin-left: 2vw;
        transition: .5s;
    }

    .contactbox .morebtn a p{
        margin: 0;
        font-size: 3vw;
    }

    .contactbox .contactform .req{
        border: solid 1px #f4ce47;
        padding: 0.4vw;
        font-size: 3vw;
        margin-left: 3vw;
    }

    .contactbox .contactform input{
        width: 100%;
        padding: 1vw;
        margin-top: 2vw;
    }

    .contactbox .contactform .wpcf7-submit{
        width: 50%;
        padding: 2vw;
        border: solid 1px #f4ce47;
        background: #f4ce47;
        position: relative;
        transition: .5s;
        margin-left: 25%;
        font-size: 3vw;
    }

    .contactbox .contactform .wpcf7-submit:after{
        content: "";
        width: 2vw;
        height: 1px;
        border-bottom: solid 1px #333;
        position: absolute;
        right: 1vw;
        bottom: 10%;
        transition: .5s;
    }

    .contactbox .contactform .wpcf7-submit:hover{
        background: #333;
        border: solid 1px #333;
        color: #fff;
    }


    .contactbox .contactform textarea{
        width: 100%;
        padding: 1vw;
        margin-top: 2vw;
    }

    .contactbox .contactform p{
        margin-bottom: 2vw;
    }

    

    /* conatct end */


    /* recruit */

    .recruit.topimage {
        position: relative;
        height: 50vw;
        background-image: url('https://ito-shoukai.biz/wp-content/uploads/2020/02/30129ecac91d7903698b297560731cf3_m.jpg');
        background-position-y: center;
        margin-bottom: 0vw;
    }
    
    .recruit .topon {
        position: absolute;
        top: 6vw;
        left: -7vw;
        font-size: 3vw;
    }

    .recruit .topon span {
        font-size: 1.5vw;
    }

    .recruit .topon p {
        margin: 0;
    }


    .rectop{
        margin-bottom: 20vw;
        overflow: hidden;
        
        position: relative;
        margin-top: -9vw;
    }

    .recfl{
        position: relative;
        width: 90%;
        margin: 5vw auto;
        z-index: 1;
    }

    /* .recimg{
        width: 40%;
    } */

    /* .recsen{
        width: 50%;
        margin-left: 10%;
    } */

    .recsen h2{
        margin: 0 0 2vw;
        font-size: 5vw;
    }

    .recsen p{
        margin: 0;
        font-size: 3vw;
        line-height: 5vw;
    }

    .recbg{
        position: absolute;
        bottom: -3vw;
        width: 60%;
        height: 90%;
        background: #f7f7f7;
        z-index: 0;
    }

    .reccol1{
        width: 90%;
        margin: auto;
    }

    .reccol1 h2{
        margin: 0;
        font-size: 6vw;
    }

    .reccol1 .recruitform{
        margin-top: 3vw;
        font-size: 3vw;
        line-height: 5vw;
    }

    .reccol1 .recruitform .column-1{
        width: 25%;
        background: #f7f7f7;
    }
    
    .reccol2{
        background: #f7f7f7;
        position: relative;
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: space-around; */
        padding: 5vw 5%;
    }

    .reccol2 .lcol h2{
        margin: 3vw 0;
        font-size: 5vw;
    }

    .reccol2 .ccol p{
        margin: 0;
        font-size: 3vw;
        line-height: 5vw;
    }

    .reccol2 .ccol .tel{
        font-size: 3vw;
        margin: 2vw 0px;
    }



    .reccol2 .morebtn{
        width: 50%;
        border: solid 1px #f4ce47;
        background: #f4ce47;
        position: relative;
        transition: .5s;
        margin: 5vw auto;
    }

    .reccol2 .morebtn:after{
        content: "";
        width: 5vw;
        height: 1px;
        border-bottom: solid 1px #333;
        position: absolute;
        right: 1vw;
        bottom: 10%;
        transition: .5s;
    }

    .reccol2 .morebtn:hover{
        background: #333;
        border: solid 1px #333;
    }

    .reccol2 .morebtn:hover a{
        color: #fff;
    }

    .reccol2 .morebtn:hover:after{
        right: -3vw;
        border-color: #f4ce47;
    }

    .reccol2 .morebtn a{
        text-decoration: none;
        color: #333;
        width: 100%;
        height: 7vw;
        display: flex;
        align-items: center;
        margin-left: 2vw;
        transition: .5s;
    }

    .reccol2 .morebtn a p{
        margin: 0;
        font-size: 3vw;
    }

    .reccol2 .bo{
        border: solid 1px #f4ce47;
        padding: 0.4vw;
        font-size: 3vw;
        margin-right: 1vw;
    }




    /* recruit end */

    /* company */

    .company.topimage {
        position: relative;
        height: 50vw;
        background-image: url('https://ito-shoukai.biz/wp-content/uploads/2023/09/30129ecac91d7903698b297560731cf3_m.jpeg');
        background-position-y: center;
        margin-bottom: 0vw;
    }
    
    .company .topon {
        position: absolute;
        top: 6vw;
        left: -7vw;
        font-size: 3vw;
    }

    .company .topon span {
        font-size: 1.5vw;
    }

    .company .topon p {
        margin: 0;
    }

    .comtop {
        margin-bottom: 20vw;
        overflow: hidden;
        position: relative;
        margin-top: -9vw;
    }

    .comfl{
        position: relative;
        width: 90%;
        z-index: 1;
        margin: auto;
    }

    .comimg{
        /* width: 50%; */
    }

    .comsen{
        /* width: 45%;
        margin-left: 5%; */
    }

    .comtitle{
        width: 90%;
        margin: 5vw auto;
    }

    .comtitle h2{
        margin: 0 0 2vw;
        font-size: 6vw;
    }

    .comsen p{
        margin: 0;
        font-size: 3vw;
        line-height: 5vw;
    }

    /* .combg{
        position: absolute;
        bottom: -2vw;
        right: 0;
        width: 70%;
        height: 35vw;
        background: #f7f7f7;
        z-index: 0;
    } */

    .comsen .daihyo{
        font-size: 3.5vw;
        text-align: right;
        margin-top: 2vw;
        font-family: 'Yuji Mai', serif;
    }


    .comcol1{
        width: 90%;
        margin: 5vw auto;
    }

    .comcol1 h2{
        margin: 0;
        font-size: 6vw;
    }

    .comcol1 .company{
        margin-top: 3vw;
        font-size: 3vw;
        line-height: 5vw;
    }

    .comcol1 .company .column-1{
        width: 25%;
        background: #f7f7f7;
    }

    .comcol2{
        background: #f7f7f7;
        position: relative;
        padding: 3vw 0;
    }

    .comcol2 iframe{
        border: 0;
        width: 90%;
        margin-left: 5%;
        height: 100%;
    }

    .access{
        width: 90%;
        margin: 4vw auto;
    }

    .access h2{
        margin: 0;
        font-size: 6vw;
    }

    /* company end */

    /* news */

    .newsbox2{
        margin-bottom: 20vw;
        overflow: hidden;
        position: relative;
        margin-top: -9vw;
    }

    .newscontent{
        width: 90%;
        margin: 10vw auto;
    }

    .newscontent .newsmidashi h2{
        font-size: 6vw;
    }

    .newscontent .newslist ul a{
        text-decoration: none;
        color: #333;
    }

    .newscontent .newslist ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .newscontent .newslist li{
        /* display: flex; */
        padding: 2vw 0;
    }

    /* .newscontent .newslist .newslcol{
        width: 20%;
    } */

    .newscontent .newslist .newsrcol{
        font-size: 3vw;
        margin: 3vw 0;
    }

    .newscontent .newslist .newsrcol h3, .newscontent .newslist .newsrcol p{
        margin: 0;
    }

    .newscontent .newslist .newsrcol h3{
        font-size: 4vw;
        margin: 2vw 0;
    }

    .newscontent .newslist .newsrcol .cate{
        padding: 0.1vw 1vw;
        border: solid 1px #f4ce47;
        margin-left: 3vw;
    }

    .pagenavi{
        margin-top: 2vw;
    }
    
    .now{
        padding: 0.5vw 2vw;
        background: #f4ce47;
    }
    
    .pagenavi a{
        padding: 0.5vw 2vw;
        background: #333;
        text-decoration: none;
        color: #fff;
    }

    /* news end */

    /* news detail */

    .single .topimage {
        position: relative;
        height: 50vw;
        background-image: url('https://ito-shoukai.biz/wp-content/uploads/2020/02/30129ecac91d7903698b297560731cf3_m.jpg');
        background-position-y: center;
        margin-bottom: 0;
    }
    
    .single .topon {
        position: absolute;
        top: 6vw;
        left: -7vw;
        font-size: 3vw;
    }

    .single .topon span {
        font-size: 3vw;
    }

    .single .topon p {
        margin: 0;
    }

    .singlecontent{
        width: 90%;
        margin: 10vw auto;
    }

    .singlecontent .day{
        font-size: 3vw;
    }

    .singlecontent .cate{
        font-size: 3vw;
        color: #f4ce47;
        padding: 0.1vw 1vw;
        border: solid 1px #f4ce47;
        margin-left: 3vw;
    }

    .singlecontent h1{
        font-size: 5vw;
        margin: 1vw 0;
    }

    .singlecontent .entry-content p{
        font-size: 3vw;
        margin: 0;
        line-height: 5vw;
    }

    .singlecontent .backbtn{
        width: 40%;
        border: solid 1px #f4ce47;
        background: #f4ce47;
        position: relative;
        transition: .5s;
        margin: auto;
    }

    .singlecontent .backbtn:after{
        content: "";
        width: 5vw;
        height: 1px;
        border-bottom: solid 1px #333;
        position: absolute;
        right: 1vw;
        bottom: 10%;
        transition: .5s;
    }

    .singlecontent .backbtn:hover{
        background: #333;
        border: solid 1px #333;
    }

    .singlecontent .backbtn:hover a{
        color: #fff;
    }

    .singlecontent .backbtn:hover:after{
        right: -3vw;
        border-color: #f4ce47;
    }

    .singlecontent .backbtn a{
        text-decoration: none;
        color: #333;
        width: 100%;
        height: 7vw;
        display: flex;
        align-items: center;
        margin-left: 3vw;
        transition: .5s;
    }

    .singlecontent .backbtn a p{
        margin: 0;
        font-size: 3vw;
    }

    /* news detail end */

    /* privacy policy */

    .policy{
        margin: -9vw auto 10vw;
        overflow: hidden;
        
        position: relative;
    }

    .privacybox{
        width: 90%;
        margin: auto;
    }

    .privacybox p {
        font-size: 3vw;
    }

    .privacybox h2 {
        font-size: 5vw;
        margin-top: 5vw;
    }

    .privacybox ul{
        margin: 0;
        font-size: 3vw;
    }

    /* privacy policy end */


    /* footer */
    footer {
        z-index: 10;
        position: relative;
        margin-top: 10vw;
    }

    footer .site-info{
        margin-bottom: 15vw;
    }

    .farea{
        /* display: flex;
        justify-content: space-around; */
        width: 90%;
        margin: 3vw auto 2vw;
    }

    .farea .flogo{
        width: 90%;
        margin: auto;
    }

    .farea .flogo img{
        width: 40%;
        margin-left: 30%;
    }

    .farea .frightcol{
        width: 90%;
        margin-left: 5%;
    }

    .farea .fcompany p {
        margin: 0;
    }

    /* .farea .fmenu{
        display: flex;
        justify-content: space-around;
    } */

    .fmenufl{
        display: flex;
        justify-content: space-around;
    }

    .fmenucol{
        text-align: center;
        width: 45%;
    }

    .flogo .iconbtn{
        display: flex;
        justify-content: space-around;
        margin-top: 1.5vw;
    }

    .flogo .iconbtn p {
        margin: 0;
        font-size: 3.5vw;
    }

    .flogo .recbtn, .flogo .conbtn{
        border-bottom: solid 0.1vw #333;
        text-align: center;
        padding: 0.5vw 0.5vw 0.2vw;
        width: 25vw;
    }

    .flogo .iconbtn a{
        color: #000;
        text-decoration: none;
        transition: .5s;
    }

    .flogo .iconbtn a:last-child{
        margin-left: 1vw;
    }

    .flogo .iconbtn a:hover {
        background-color: #333;
        color: #f4ce47;
        border-bottom: 0.1vw #f4ce47 solid;
    }

    .flogo .iconbtn i{
        font-size: 5vw;
    }



    .fmenutitle {
        font-size: 5vw;
        margin: 4vw 0 2vw;
    }

    .fmenutitle h3 {
        margin: 0;
    }

    /* .fmenulist {
        margin-top: 1vw;
    } */

    .fmenulist ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .fmenu ul li{
        transition: .5s;
        margin: 2vw 4vw;
    }

    .fmenu ul li:hover{
        margin-left: 0vw;
    }

    .fmenulist ul a {
        color: #333;
        text-decoration: none;
        font-size: 3.5vw;
    }

    .farea .fcompany{
        font-size: 3.5vw;
        margin: 5vw 0;
        text-align: center;
    }

    .fbar{
        background: #333;
        padding: 3vw 0px;
        font-size: 3.5vw;
        text-align: center;
        color: #fff;
    }

    .fbar p {
        margin: 0;
    }


    /* フッターお問い合わせ */


.spcontentsfl.spcontentsaround.ffl{
    display: flex;
    justify-content: space-around;
}

.footerkoteiarea{
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 100;
}

.footerkoteiarea .ffl div{
    width: 100%;
    background: #f4ce47;
    height: 15vw;
    font-size: 3vw;
    padding-top: 2vw;
    color: #333;
    border-top: solid 1px #fff;
}

.footerkoteiarea .ffl .fmail div{
    border-right: solid #fff 1px;
}

.footerkoteiarea .ffl .fmail div img{
    width: 8%;
    vertical-align: middle;
    margin-right: 2vw;
    filter: brightness(0);
}


.footerkoteiarea .ffl .ftel div img{
    width: 7%;
    vertical-align: middle;
    margin-right: 2vw;
    filter: brightness(0);
}

.footerkoteiarea .ffl a{
    width: 100%;
    color: #000;
    text-decoration: none;
}




}