@charset "UTF-8";
html {
    font-size: 16px;
}
body {
    font-family: toppan-bunkyu-midashi-min-st, serif,"Toppan Bunkyu Midashi Gothic";
    font-style: normal;
    font-weight: 600;
    color: #393939;
    
    line-height: 1.5;
    height: 100%;
}
.containar{
    background-color: #EFE6DC;
}
/* @font-face {
    src: url("../font/NotoSansJP-Regular.woff") format("woff");
    src: url("../font/NotoSansJP-Bold .woff") format("woff");
    font-family: "Noto Sans JP";
    font-style: normal;
    font-display: swap;
} */

/*------------------------------
▼共通デザイン（モバイル向け）
-------------------------------*/
.__pc {
    display: none;
}
.__sp {
    display: block;
}
.__splogo{
    display: none;
}
/*------------------------------
memu スタイル
-------------------------------*/
#hamburgerMenu{
    display: block;
}
.phone_menu {
    position: relative;
}

.screen {
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.blob-nav {
    height: 100%;
    padding: 20px;
    filter: url("#shadowed-goo");
}

.nav-item {
    width: 55px;
    height: 55px;
    margin: -25px 0 0 -25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-item:hover i {
    transition: all 0.3s ease-out;
    transform: rotate(360deg);
}

.toggle {
    width: 75px;
    height: 75px;
    margin: -40px 0 0 -40px;
    z-index: 2;
}

.toggle:hover {
    animation: bounce 1s cubic-bezier(0, 0.42, 0.42, 1);
}

.nav-item,
.toggle,
.wobble {
    position: absolute;
    text-align: center;
    background-color: #4C965C;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0, 0.42, 0.42, 1);
}

.nav-item i {
    line-height: 50px;
}

.toggle i {
    line-height: 80px;
}

.wobble {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
}

nav .slide-out:nth-child(1) {
    transform: translate(75px, -20px) scale(1.2);
}

nav .slide-out:nth-child(2) {
    transform: translate(140px, -40px);
}

nav .slide-out:nth-child(3) {
    transform: translate(-85px, -20px) scale(1.2);
}

nav .slide-out:nth-child(4) {
    transform: translate(-150px, -40px);
}

@keyframes bounce {
    50% {
        transform: scale(1.1);
    }
    30% {
        transform: scale(0.95);
    }
}

.ripple:nth-child(1) {
    animation: wobble-1 1s ease-in-out;
}

.ripple:nth-child(2) {
    animation: wobble-2 1s linear;
}

.hamburger {
    width: 25px;
    height: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: -1.5px 0 0 -12.5px;
    transition: transform 200ms;
}

.hamburger-1 {
    transform: translate3d(0, -8px, 0);
}

.hamburger-2 {
    transform: translate3d(0, 0, 0);
}

.hamburger-3 {
    transform: translate3d(0, 8px, 0);
}

.cross-left {
    transform: rotate(45deg);
}

.cross-hide {
    transform: scale(0.1, 1);
}

.cross-right {
    transform: rotate(-45deg);
}

.n_po {
    position: relative;
}

.nav-item-img {
    width: 70%;
}
/*------------------------------
header スタイル
-------------------------------*/
header {
    position: fixed; /* ヘッダーを固定 */
    top: 2%;
    right: 50%;
    transform: translate(50%,-15%);
    z-index: 1000; /* 他の要素の上に配置 */
    width: 85%;
    
}

.header_logo {
    position: fixed;
    width: 80px;
    height: auto;
}

.header_logo img {
}

.sns_link{
    margin: 30px 0;
    display: flex;
    justify-content: space-around;
} 
/*------------------------------
SNS nav スタイル
-------------------------------*/
.container-fluid {
    position: relative;
}
#ms-menu {
    display: none;
}
.ms-nav {
    position: absolute;
    top: 0;
    right: -20px;
}
.ms-nav > .ms-main {
    position: relative;
}
.ms-nav > .ms-li {
    position: absolute;
    top: 5px;
    right: 7px;
    transition: top .5s ease;
    z-index: 1;
}
.ms-nav .ms-menu-toggle:checked ~ .ms-li1 {
    top: 125%;
}
.ms-nav .ms-menu-toggle:checked ~ .ms-li2 {
    top: 230%;
    transition: top .6s ease;
}
.ms-nav .ms-menu-toggle:checked ~ .ms-li3 {
    top: 330%;
    transition: top .7s ease;
}
.ms-nav .ms-menu-toggle:checked ~ .ms-main span {
    transform: rotate(-45deg);
    transition: transform .35s ease;
}
.ms-nav > .ms-main > a,
.ms-nav > .ms-main > label {
    font-size: 30px;
    color: #FFFFFF;
    background: #4C965C;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    position: relative;
    text-align: center;
    z-index: 19;
}
.ms-nav > li a {
    color: #FFFFFF;
    background: #4C965C;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    position: relative;
    text-align: center;
}
.dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    line-height: 1;
    width: 25px;
    height: 3px;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    top: 3%;
}

.dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 3px;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}

@keyframes border-top-animation {
    0% { top: 0px; }
    50% { top: -13px; }
    100% { top: 0px; }
}
@keyframes big-border-top-animation {
    0% { top: 0px; }
    50% { top: -20px; }
    100% { top: 0px; }
}


/*------------------------------
section スタイル
-------------------------------*/
.section_container{
    padding: 0 15px;
}
.section_ttl{
    text-align: center;
}
.secttl_bg_box{
    position: absolute;
    top: -15px;
    left: 10%;
    color: #ffffff;
    opacity: 0.7;
    line-height: 1.2;
}
.ttl_bg{
    font-size: 2.5rem;
}
.gc{
    color: #83a75b;
}
.btn{
    text-align: center;
    color: #fff;
    margin-top: 25px;
}
.link{
    display: inline-block;
    padding: 10px 30px;
    background-color: #4C965C;
}
/*------ home ------*/
#home{

}
.video-container{
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}
.video-container video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}

/*------ about ------*/
#about {
    position: relative; 
    padding: 0 0 40px;
    height: auto;
}

#about:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    background-image: url(../img/sec/sec_bg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 101%;
    height: 10%; 
}

.section_container {
    position: relative; 
    z-index: 1; 
}

.about_ttl{
    margin-bottom: 30px;
    padding-top: 60px;
    font-size: 2rem;
}
.about_txt {
    margin-top: 20px;
}

.about_txt p {
    margin-top: 15px;
}

/* ------ work ------ */
#work{
    padding: 20px;
    background-color: #4C965C;
    
}

.work_container{
    background-color: #fff;
    position: relative;
    padding-top: 70px;
}
.work_ttl_bg{
    position: absolute;
    top: 20px;
    color: #d6d6d6;
}
.work_ttl{
    padding-top: 35px;
    font-size: 2rem;
}
.work_txt{
    /* padding: 20px 0; */
}
.work_txt p{
    margin-top: 15px ;
}
.work_box{

}
.work_item{
    margin-bottom: 20px;
}
.work_item:last-of-type{
    margin-bottom: 0;
    padding-bottom: 30px;
}
.work_item_txt{
    text-align: center;
    margin-top: 25px;
}
.work_item_txt a{
    border: 1px solid #4C965C;
    padding: 10px 30px;
}

/* ------ recruit ------ */
#recruit{
    background-image: url(../img/recruit/recruit_bc_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 100px 0;
    color: #fff;
    background-position-x: right;
    font-size: 0.9rem;
}
.recruit_container{
    position: relative;
}
.recruit_ttl_bg{
    position: absolute;
    top: -80px;
}
.recruit_box{
    position: relative;
}
.recruit_ttl{
    position: absolute;
    top: 5%;
    left: 55%;
    transform: translateX(-50%);
    font-size: 1.8rem;
    
}
.recruit_txt{
    position: absolute;
    top: 35%;
    left: 6%;
    font-size: 0.85rem;
}
.recruit_txt h3{
    font-size: 1.2rem;
}
.recruit_txt p{
    margin-top: 10px;
}

/*------------contact------------ */
#contact{
    position: relative; 
    padding: 0 0 60px;
    height: auto;
}
#contact:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    background-image: url(../img/sec/sec_bg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 101%;
    height: 15%; 
}
.contact-content{
    padding-top: 70px;
}
.ct_ttl{
    text-align: center;
    
}
.ct_ttl h2{
    color: #fff;
    font-size: 1.6rem;
    color: #4C965C;
}
.custom-shape-divider-top-1673700999 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-top-1673700999 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 25px;
}
.custom-shape-divider-top-1673700999 .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-bottom-1673701068 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-bottom-1673701068 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 25px;
}
.custom-shape-divider-bottom-1673701068 .shape-fill {
    fill: #FFFFFF;
}
.tell_mail{
    padding: 0 25px;
}
.tell-ttl{
    padding-bottom: 10px;
    font-size: 1.6rem;
    position: relative;
}
.tell-ttl span{
    font-size: 0.8rem;
    margin-left: 10px;
}
.tell-txt{
    text-align: center;
    margin-top: 15px;
}
.tell-link{
    display: block;
    font-size: 1.4rem;
    position: relative;
    overflow: hidden;
    padding: 0.5rem 1rem 0.5rem 105px;
    border: 2px solid #393939;
}
.tell-link:before {
    position: absolute;
    top: -150%;
    left: -112px;
    width: 200px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #393939;
}
.tell-link span{
    width: 30px;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 10%;
    display: block;
}
.tell-txt p{
    font-size: 0.85rem;
    margin-top: 15px;
}
.tm_con{
    margin-top: 30px;
}
.tm-ttl{
    padding-bottom: 10px;
    font-size: 1.6rem;
    position: relative;
}
.tm-ttl span{
    font-size: 0.8rem;
    margin-left: 10px;
}
.tm-txt{
    text-align: center;
    margin-top: 40px; 
}
.tm-link{
    font-family: "Toppan Bunkyu Midashi Gothic";
    background: linear-gradient(90deg, #1da389, #ccb96f 100%, #ac921e);
    border-radius: 60% 80% / 100% 80%;
    padding: 25px;
    color: #fff;
}
.tm-txt p{
    font-size: 0.85rem;
    margin-top: 5px;
}
.tell-ttl:after,
.tm-ttl:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#1da389), to(#ac921e));
    background-image: -webkit-linear-gradient(left, #1da389 0%, #ac921e 100%);
    background-image: linear-gradient(to right, #1da389 0%, #ac921e 100%);
}
.company-link{
    text-align: center;
    margin-top: 30px;
}

/*------------footer------------ */
#footer{
    background: #DFC5A8;
    padding: 40px 20px;
}
.footer-content{
    display: flex;
    color: #393939;
}
.footer-rt,
.footer-list-inner{
    flex: 1;
}
.footer-rt img{
    width: 100px;
}
.footer-rt_txt{
    margin-top: 20px;
}
.footer-rt_txt p{
    font-size: 0.85rem;
    margin: 8px 0;
}
.footer-rt_txt small{
    font-size: 65%;
}
.footer-list-inner{
    padding-top: 10px; 
}
.footer-list{
    padding-left: 30px;
}
.footer-item{
    padding-bottom: 7px;
    margin-top: 15px;
    font-size: 0.95rem;
    position: relative;
    padding-left: 15px;
}
.footer-item::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#1da389), to(#ac921e));
    background-image: -webkit-linear-gradient(left, #1da389 0%, #ac921e 100%);
    background-image: linear-gradient(to right, #1da389 0%, #ac921e 100%);
}

/*------------------------------
タブレットのスタイル（幅768px以上）
-------------------------------*/
@media (min-width: 768px) {
    body {
        max-width: 768px; /* 画面幅が768px以上の場合、コンテンツの最大幅を768pxに制限 */
        margin: 0 auto; /* 中央揃えにするためのマージン */
        background-color: #ffffff;
    }
    .containar{
        background-color: #EFE6DC;
    }
    /*------------------------------
    memu スタイル
    -------------------------------*/
    .nav-item {
        width: 70px;
        height: 70px;
        margin: -30px 0 0 -30px;
    }

    .toggle {
        width: 90px;
        height: 90px;
        margin: -45px 0 0 -45px;
    }

    .nav-item-img {
        width: 80%;
    }

    nav .slide-out:nth-child(1) {
        transform: translate(130px, -40px) scale(1.2);
    }

    nav .slide-out:nth-child(2) {
        transform: translate(250px, -90px);
    }

    nav .slide-out:nth-child(3) {
        transform: translate(-145px, -40px) scale(1.2);
    }

    nav .slide-out:nth-child(4) {
        transform: translate(-250px, -90px);
    }
    /*------------------------------
    SNS nav スタイル
    -------------------------------*/
    .ms-nav > .ms-main > a,
    .ms-nav > .ms-main > label {
        font-size: 40px;
        width: 80px;
        height: 80px;
    }
    .ms-nav > li a {
        font-size: 35px;
        width: 60px;
        height: 60px;
    }
    .dli-plus {
        top: 6%;
    }
    .ms-nav{
        right: 50%;
        transform: translateX(450%);
    }
    /*------------------------------
    sec スタイル
    -------------------------------*/
    .section_container {
        padding: 0 35px;
    }
    #about:before
    ,#contact:before{
        background-image: url(../img/sec/sec_bg.png);
    }
    .ttl_bg{
        font-size: 2.7rem;
    }
    .btn{
        margin-top: 30px;
    }
    .link {
        padding: 15px 50px;
    }
    /*------------------------------
    about スタイル
    -------------------------------*/
    #about:before{
        top: -85px;
        height: 15%;
    }
    .about_ttl{
        padding-top: 65px;
    }
    .about_txt{
        text-align: center;
    }
    .about_txt p {
        margin-top: 25px;
    }
    /*------------------------------
    work スタイル
    -------------------------------*/
    #work{
        padding: 30px;
    }
    .work_ttl{
        padding-top: 80px;
    }
    .work_txt{
        text-align: center;
    }
    .work_box{
        padding: 0 45px;
    }
    .work_item_txt {
        margin: 30px 0;
    }
    .work_item_txt a{
        padding: 15px 50px;
    }
    /*------------------------------
    recruit スタイル
    -------------------------------*/
    .recruit_container{
        padding: 0 50px;
    }
    .recruit_ttl{
        top: 10%;
        font-size: 2rem;
    }
    .recruit_txt{
        top: 35%;
        left: 10%;
    }
    .recruit_txt h3 {
        font-size: 1.8rem;
    }
    .recruit_txt p {
        margin-top: 15px;
        font-size: 1rem;
    }
    .recruit_ttl{
        font-size: 2rem;
    }
    .recruit_txt h3{
        font-size: 2rem;
    }
    /*-------------------------------
                contact
    --------------------------------*/
    #contact{
        padding: 5px 25px 65px;
    }
    #contact:before{
        width: 100%;
        height: 60%;
    }
    .contact-content {
        padding-top: 75px;
    }
    .contact_ttl_bg{
        top: -10px;
    }
    .ct_ttl{
        padding: 50px 0;
    }
    .tell_mail{
        display: flex;
        justify-content: center;
        padding: 0px 15px;
    }
    .tell_con{
        flex: 1;
        margin-right: 40px;
    }
    .tell-link{
        font-size: 1.2rem;
    }
    .tell-link span{
        width: 33px;
        left: 8%;
    }
    .tell-txt p{
        font-size: 0.75rem;
    }
    .tm_con{
        margin: 0;
        flex: 1;
    }
    .tm-txt{
        margin-top: 50px;
    }
    .tm-link{
        padding: 30px;
    }
    /*-------------------------------
            fotter
    --------------------------------*/
    #footer{
        padding: 40px;
    }
    .footer-content {
        padding: 0 45px;
    }
    .footer-item{
        padding-left: 15px;
    }
}


/*------------------------------
PCのスタイル（幅1024px以上）
-------------------------------*/
@media (min-width: 1024px) {
    .__pc{
        display: block;
    }
    body{
        font-size: 18px;
    }
    body {
        background-color: #fff;
        background-image: url(../img/pc/pc_out.png);
        background-size: 10%;
        background-position: right 8% top;
        background-repeat: repeat-y;
        overflow-x: hidden;
    }
    
    .worker {
        position: fixed;
        top: 45%; /* 画面下部に配置 */
        right: 2%; /* 水平方向中央 */
        transform: translateX(-50%); /* 水平方向に中央揃え */
        z-index: 1000; /* 他の要素より前面に表示 */
        animation: climbLadder 5s linear infinite alternate; /* アニメーションの設定 */
        width: 8%;
    }
    .worker_le{
        position: fixed;
        top: 10%; /* 画面下部に配置 */
        left: 10%; /* 水平方向中央 */
        transform: translateX(-50%); /* 水平方向に中央揃え */
        z-index: -10; /* 他の要素より前面に表示 */
        animation: climbLadder 5s linear infinite alternate; /* アニメーションの設定 */
        width: 20%;
    }
    @keyframes climbLadder {
        0% {
            transform: translateX(-50%) translateY(0);
        }
        50% {
            transform: translateX(-50%) translateY(-50px);
        }
        100% {
            transform: translateX(-50%) translateY(0);
        }
    }
    
    /*------------------------------
    memu スタイル
    -------------------------------*/
    .screen{
        bottom: 10%;
    }

    .header_logo{
        left: 50%;
        transform: translateX(-450%);
    }
    .header_logo img{
        width: 125px;
    }
    /*------------------------------
    sec スタイル
    -------------------------------*/
    .section_container{
        padding: 0 45px;
    }
    .btn{
        margin-top: 40px;
    }
    /*------------------------------
    home スタイル
    -------------------------------*/
    #home{
        height: 100vh;
    }
    #home img{
        height: 100%;
        width: 100%;

    }
    /*------------------------------
    about スタイル
    -------------------------------*/
    #about:before{
        width: 100%;
        height: 25%;
        top: -50%;
    }
    .about_m_content{
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .about_img{
        width: 50%;
    }
    .about_txt{
        width: 50%;
        margin-left: 30px;
    }
    /*------------------------------
    work スタイル
    -------------------------------*/
    #work{
        padding: 45px;
    }
    .work_container{
        padding: 0 30px;
    }
    .work_box{
        display: flex;
        justify-content: space-around;
        padding: 0;
    }
    .wi2{
        margin: 0 25px;
    }
    /*------------------------------
    recruit スタイル
    -------------------------------*/
    #recruit{
        padding: 120px 0;
    }
    .recruit_ph{
        width: 80%;
        margin: 0 auto;
    }
    .recruit_txt{
        left: 20%;
    }
    /*------------------------------
    contact スタイル
    -------------------------------*/    
    #contact:before {
        top: -90px;
        height: 25%;
    }
    #contact {
        padding: 20px 0 75px;
    }
    .tell_mail{
        padding: 75px 25px 20px;
    }
    .con_ttl ,
    .ct_ttl{
        padding: 60px 0;
    }
    .con_ttl h2 ,
    .ct_ttl h2{
        font-size: 2.5rem;
        }
    .company-tbl{
        width: 70%;
    }
        .tbl-cell{
        font-size: 1.2rem;
        }
        .tell_con{
        margin-right: 60px;
        }
        .tell-txt{
        margin-top: 40px;
        }
    .tell-link{
        padding: 1.2rem 1rem 1.2rem 105px;
        font-size: 1.4rem;
    }
    .tell-link span{
        width: 37px;
        left: 5%;
        top: 20%;
    }
    .tell-txt p{
        font-size: 1rem;
    }
    .hover-ani{
        position:relative;
        overflow: hidden;
    }
    .hover-ani::before{
        position:absolute;
        top:0;
        left:-40%;
        bottom:0;
        margin:auto 0;
        width:100px;
        height:200%;
        content:"";
        background:linear-gradient(to right, #fff, #fff 10%, transparent 10%, transparent 20%, #fff 20%, #fff 90%, transparent 90%, transparent 94%, #fff 94%);
        opacity:0.3;
        transform:translate(-50%) rotate(45deg);
        transition:left .5s ease-in, transform .5s ease-in;
    }
    .hover-ani:hover::before{
        left:100%;
        transform:translate(50%) rotate(45deg);
        transition-timing-function:ease-out, ease-out;
    }
    .com-link-txt{
        margin-top: 35px;
        padding: 30px;
    }
    .tm-link{
        padding: 40px;
        font-size: 1.6rem;
    }
    .tm-txt {
        margin-top: 80px;
    }




}
