@charset "utf-8";
/* スムーズスクロール */
html{
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}
header{
    width: 100%;
    background-color: #199b8d;
    color: #FFF;
    /* display: flex; */
    height: 100px;
    /* align-items: center;
    justify-content: space-between; */
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    position: fixed;
    z-index: 9999;
}
#header_inner{
    width: 98%;
    margin: 0 auto;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#header_logo{
    width: 15%;
}
header img{
    width: 100%;
}
.hidden_pc{
    display: none;
}
header nav{
    width: 56%;
    margin-right: 1%;
}
header nav ul{
    display: flex;
    gap: 5%;
    margin-right: 3%;
    white-space: nowrap;
    justify-content: flex-end;
    font-size: clamp(13px,1.5vw,18px);
}
header ul a{
    color: #FFF;
}
#cta_flex,#cta_flex_fixed{
    display: flex;
    height: 50px;
    gap: 3px;
}
#cta_tel,#cta_tel_fixed{
    background-color: #FFFFFE;
    border-radius: 5px;
    height: 35px;
    margin-bottom: 3px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.material-symbols-outlined{
    color: #0c685e;
    margin-right: 3px;
}
#cta_tel a span:nth-child(2),#cta_tel_fixed a span:nth-child(2){
    font-size: .6em;
    font-weight: normal;
    margin-left: 1%;
    letter-spacing: .05em;

}
#cta_buttons,#cta_buttons_fixed{
    width: 32%;
    text-align: center;
}
#cta_buttons a,#cta_buttons a{
    color: #0c685e;
    letter-spacing: .1em;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(13px,1.2vw,18px);
}
#cta_contact a::before,#cta_contact_fixed a::before{
    content: "CONTACT";
    font-size: 8px;
    color: white;
    top: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    }
#cta_contact a,#cta_recruit a,#cta_contact_fixed a,#cta_recruit_fixed a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cta_contact,#cta_contact_fixed{
    background-color: #93dbd3;
    font-size: 16px;
    border-radius: 5px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 3px;
    font-weight: bold;
}
#cta_contact:hover{
    opacity: .7;
}
#cta_recruit:hover{
    opacity: .7;
}
#cta_recruit,#cta_recruit_fixed{
    background-color: #f99723;
    border-radius: 5px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 3px;
    font-weight: bold;
}
#cta_recruit a,#cta_recruit_fixed a{
    color: #FFF;
    letter-spacing: .1em;
}
#cta_recruit a::before,#cta_recruit_fixed a::before{
    content: "RECRUIT";
    font-size: 8px;
    color: white;
    top: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* ここからメイン */

/* セクション　FV */
h1 img{
    width: 100%;
}
/* ここからセクションABOUT */
#about{
    position: relative;
    overflow: hidden;
 }
#about::after{
    content: "HAMAEI";
  z-index: -1;
  top: 48%;
  left: -220px;
  transform: translateY(-50%) rotate(90deg);
  color: #eaf7f6;
  font-size: 130px;
  position: absolute;
 }
 #about_inner{
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 48px 0;
    display: flex;
}

 .flex_left{
    width: 50%;
 }
 .flex_right{
    width: 50%;
 }
 #about h2{
    position: relative;
    /* 下線をテキストに合わせて引くため↓にする */
    display: inline-block; 
 }
 #about h2::after{
    content: "";
    display: block;
    background-color: black;
    width: 120%;
    height: 2px;
    position: absolute;
    bottom: -20px;
    
 }
 #about_text{
    margin: 66px 0 46px 0;
    line-height: 1.8;
    letter-spacing: .1em;
 }
 .green_button a{
    display: block;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    background-color: #199b8d;
    border-radius: 2px;
    width: 55%;
    margin: 0 auto;
    line-height: 2.5em;
 }
 #about .flex_right{
    display: flex;
    justify-content: center;
    align-items: center;
 }

 /* ここから事業案内セクション */
 #work{
    background-color: #242323;
    position: relative;
    overflow: hidden;
 }
 #work::before{
    content: "WORKING";
    z-index: 0;
    top: -53px;
    left: -1%;
    color: #2f2f2f;
    font-size: 130px;
    position: absolute;
    font-weight: bold;
 }
 #work_inner{
    width: 98%;
    margin: 0 auto ;
 }
 #work_right{
    float: right;
    margin: 50px 0;
 }
 #work h2{
    font-size: 38px;
    color: #FFF;
    text-align: end;
    margin-bottom: 15px;

 }
 #work h2>span{
    display: block;
    font-size: 25px;
    color: #93dbd3;
 }
 #work_right p{
    position: relative;
    letter-spacing: .5em;
    color: #FFF;
 }
 #work_right p::before{
  content: "";
  display: block;
  background-color:#FFF;
  width: 100%;
  height: 2px;
  position: absolute;
    top: -10px;
  right: 0;
 }
 #work_cardbox{
    clear: both;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
    gap: 3%;

 }
 .work_card{
    width: 375px;
    height: 473px;
    background-color: #93dbd3;
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.2);
 }
 #work h3{
    font-size: 27px;
    position: relative;
    margin: 15px;
    padding-left: 15px;
 }
 #work h3 span{
    display: block;
    font-size: 19px;
    color: #FFF;
 }
 #work h3::before{
    content: "";
    display: block;
    background-color: #242323;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
 }
 #work h4{
    margin: 15px;
 }
 .work_card_button{
    width: 60%;
    margin: 0 auto;
 }
 .work_card_button a{
    display: block;
    color: #FFF;
    font-size: 15px;
    text-align: center;
    background-color: #199b8d;
    border-radius: 2px;
    margin: 0 auto;
    line-height: 2.5em;
 }
/* ここから強みセクション */
#strengths{
    position: relative;
    background-image: url(../../top_images/strengths_bgimg.png);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: right bottom;
    overflow: hidden;
}
#strengths_inner::before{
    content: "OUR STRENGTHS";
    z-index: 0;
    top:454px;
    right: -524px;
    letter-spacing: -.1em;
    transform: rotate(90deg);
    color: #cef4f0;
    font-size: 140px;
    opacity: .5;
    position: absolute;
    font-weight: bold;
}
#strengths_inner{
    width: 98%;
    margin: 0 auto ;
    max-width: 1200px;
}
#strengths h2>span{
    display: block;
    font-size: 25px;
    color: #93dbd3;
 }
 #strengths h2{
    font-size: 38px;
    color: #242323;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    margin: 50px auto;
 }
 #strengths h2::after{
    content: "";
    display: block;
    background-color:#2f2f2f;
    height: 2px;
    width: 110%;
    position: absolute;
    left: 0;
    bottom: 0;

   }
   #strengths_left{
    width: 60%;
   }
   #strengths h3{
    font-size: 28px;
   }
   #strengths h4{
    font-size: 17px;
    margin-bottom: 30px;
   }
   #strengths_left ul{
    margin: 5%;
    width: 100%;
   }
   #strengths_left ul li{
    padding-left: 16%;
    margin-bottom: 6%;
   }
   #strengths_left ul li:nth-child(1){
    position: relative;
   }
   #strengths_left ul li:nth-child(1)::before{
    content: "1";
    color: #242323;
    font-size: clamp(80px,9vw,100px);
    display: inline-block;
    position: absolute;
    font-weight: bold;
    /* ⭐️relativeがliなのにtop0,left0がズレてる */
    top: -25px; 
    left: 0;
   }

   #strengths_left ul li:nth-child(2){
    position: relative;
   }
   #strengths_left ul li:nth-child(2)::before{
    content: "2";
    color: #242323;
    font-family: ;
    font-size: clamp(80px,9vw,100px);
    display: inline-block;
    position: absolute;
    top: -25px; 
    left: 0;
    font-weight: bold;

   }
   #strengths_left ul li:nth-child(3){
    position: relative;
   }
   #strengths_left ul li:nth-child(3)::before{
    content: "3";
    color: #242323;
    font-family: ;
    font-size: clamp(80px,9vw,100px);
    display: inline-block;
    position: absolute;
    top: -25px; 
    left: 0;
    font-weight: bold;

   }
   #strengths_left ul li:nth-child(4){
    position: relative;
   }
   #strengths_left ul li:nth-child(4)::before{
    content: "4";
    color: #242323;
    font-family: ;
    font-size: clamp(80px,9vw,100px);
    display: inline-block;
    position: absolute;
    top: -25px; 
    left: 0;
    font-weight: bold;

   }
   #strengths_left ul li:nth-child(5){
    position: relative;
   }
   #strengths_left ul li:nth-child(5)::before{
    content: "5";
    color: #242323;
    font-family: ;
    font-size: clamp(80px,9vw,100px);
    display: inline-block;
    position: absolute;
    top: -25px; 
    left: 0;
    font-weight: bold;

   }
   #contact_button{
    background-color: #199b8d;
    padding: 5px;
    width: 30%;
    border-radius: 3px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 20%;
    margin-bottom: 50px;
   }
   #contact_button:hover{
    opacity: .7;
   }
   #contact_button a{
    color: #FFF;
    font-size: 18px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
   }
   #contact_button span{
    color: #FFF;
    font-size: 11px;
   }

   /*ここからスライドセクションslid  */
   #slid{
    padding: 5px 0 0;
    overflow: hidden;
    height: 405px;
   }
   #slid_1{
    margin-bottom: 5px;
        width: 100%;
        height: 200px;
        background-image:url(../../top_images/slid1.jpg);
        background-repeat: repeat-x;        /* 横に繰り返す */
        background-size: auto 100%;          /* 高さフィット */
        background-position: 0 0;
      
        animation: bg-scroll 120s linear infinite;
      
    }
    @keyframes bg-scroll {
        from {
          background-position: 0 0;
        }
        to {
          background-position: -2000px 0;
        }
      }
      #slid_2{
        width: 100%;
        height: 200px;
        background-image:url(../../top_images/slid1.jpg);
        background-repeat: repeat-x;        /* 横に繰り返す */
        background-size: auto 100%;          /* 高さフィット */
        background-position: 0 0;
      
        animation: bg-scroll2 120s linear infinite;
      
    }
    @keyframes bg-scroll2 {
        from {
          background-position: 0 0;
        }
        to {
          background-position: 2000px 0;
        }
      }

 /*ここから採用情報セクション　recruit  */
      #recruit{
        position: relative;
        overflow: hidden;
      }
      #recruit::before{
        content: "RECRUIT";
        z-index: 0;
        top: -53px;
        left: -1%;
        color: #cef4f0;
        opacity: .8;
        font-size: 130px;
        font-weight: bold;
        position: absolute;
      }
      #recruit_title{
        float: right;
      }
      #recruit_inner{
        width: 98%;
      }
      #recruit h2{
        font-size: 38px;
        margin: 40px 0;
      }
      #recruit h2>span{
        text-align: end;
        color: #93dbd3;
        font-size: 25px;
        display: block;
        position: relative;
      }
      #recruit h2>span::after{
        content: "";
        background-color: #242323;
        width: 110%;
        height: 2px;
        bottom: 0;
        right: 0;
        position: absolute;
      }
      #recruit_textimg{
        width: 100%;
      }
      #recruit_textimg img{
        width: 100%;
      }

      #recruit>p{
        color: #242323;
        margin: 120px auto;
        font-size: 18px;
        line-height: 2.5;
        text-align: center;
        width: 80%;
    }
      #recruit_3good{
        background-color:#93dbd3;
    }
      #recruit_3good h3{
        position: relative;
        color: #0d0d0d;
        font-size: 38px;
        text-align: center;
        letter-spacing: .2em;
        z-index: 1;
        position: relative;
        padding: 100px 0 170px;
    }
    #recruit_3good h3::before{
        content: "JOIN US!";
        font-size: 120px;
        color: #cef4f0;
        position: absolute;
        top: 14%;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        white-space: nowrap;
    }
    #recruit_3good ul h4{
        font-size: 27px;
        color: #FFF;
        background-color: #2f2f2f;
        display: inline-block;
        padding: 2% 7% 2% 2%;
        white-space: nowrap;
        letter-spacing: .2em;
        margin-bottom: 2%;
    }
    #recruit_3good ul h5{
        font-size: 16px;
        margin-left: 2%;
        margin-bottom: 10%;
    }
    #recruit_3good ul li{
        position: relative;
        margin: 0 auto 35px;            
    }
    #recruit_3good ul{
        padding-bottom: 35px;
        width: 50%;
        margin: 0 auto;
        transform: translateX(10%);
    }
    #recruit_3good ul li:nth-child(1)::before{
        content: "1";
        font-size: 120px;
        color: #199b8d;
        position: absolute;
        top: -33%;
        left: -100px;
        font-weight: bold;
    }
    #recruit_3good ul li:nth-child(2)::before{
        content: "2";
        font-size: 110px;
        color: #199b8d;
        position: absolute;
        top: -28%;
        left: -100px;
        font-weight: bold;
    }
    #recruit_3good ul li:nth-child(3)::before{
        content: "3";
        font-size: 110px;
        color: #199b8d;
        position: absolute;
        top: -28%;
        left: -100px;
        font-weight: bold;
    }

    #recruit_card{
        background-color: #242323;
        padding-bottom: 40px;
    }
    #recruit_card>h3{
        position: relative;
        color: #FFF;
        font-size: 38px;
        text-align: center;
        letter-spacing: .2em;
        z-index: 1;
        position: relative;
        padding: 100px 0;
    }
    #recruit_card>h3::before{
        content: "RECRUIT";
        font-size: 120px;
        color: #2f2f2f;
        position: absolute;
        top: 14%;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    #recruit_cardbox{
        display: flex;
        justify-content: center;
        gap: 5%;
        padding-bottom: 40px;
    }
    #recruit_cardbox a{
        width: 100%;
        height: 100%;
    }
    #recruit_card_1{
        width: 30%;
        height: 579px;
        background-color: #93dbd3;
    }
    #recruit_card_img img{
        width: 100%;
    }
    #recruit_card_1 a h3{
        font-size: 26px;
        color: #0d0d0d;
        position: relative;
        margin: 15px 0 15px 25px;
    }
    #recruit_card_1 a h3 span{
        font-size: 16px;
        color: #0d0d0d;
        display: block;
        color: #eaf7f6;
    }
    #recruit_card_1 h3::before{
        content: "";
        background-color: #0d0d0d;
        width: 5px;
        height: 60px;
        left: -14px;
        position: absolute;
    }
    .recruit_info dl{
            color: #0d0d0d;
            width: 95%;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 100px 1fr;
            font-size: 16px;
    }
        #recruit_card_2{
        width: 30%;
        height: 579px;
        background-color: #93dbd3;
    }
    #recruit_card_2 a h3{
        font-size: 26px;
        color: #0d0d0d;
        position: relative;
        margin: 15px 0 15px 25px;
    }
    #recruit_card_2 a h3 span{
        font-size: 16px;
        color: #0d0d0d;
        display: block;
        color: #eaf7f6;
    }
    #recruit_card_2 h3::before{
        content: "";
        background-color: #0d0d0d;
        width: 5px;
        height: 60px;
        left: -14px;
        position: absolute;
    }
    .recruit_info dl{
            color: #0d0d0d;
            width: 95%;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 100px 1fr;
    }

    #recruit_button{
        width: 30%;
        background-color: #f99723;
        margin: 0 auto;
        display: block;
        padding: 15px;
        font-size: clamp(13px,1.5vw,18px);
    }
    #recruit_button:hover{
        opacity: .6;
    }
    #recruit_button span{
        display: block;
        font-size: 15px;
        letter-spacing: .2em;
    }
    #recruit_button a{
        font-size: 25px;
        width: 100%;
        height: 100%;
        color: #FFF;
        display: inline-block;
        text-align: center;
        letter-spacing: .1em;
        position: relative;
        font-weight: bold;
    }
    #recruit_button a::after{
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 39%;
        right: 10px;
        background: #FFF;
        clip-path: polygon(
        0 0,
        40% 50%,
        0 100%,
        20% 100%,
        60% 50%,
        20% 0
    );
    }

    /* ここからfooter */
    footer{
        background-color: #199b8d;
        color: #fff;
    }
    #footer_inner{
        max-width: 1200px;
        width: 90%;
        margin: 0px auto;
        padding: 40px 0;
        display: flex;
    }
    #footer_inner_left{
        width: 50%;
    }
    #footer_inner_right{
        width: 50%;
    }

    #footer_inner_left div>img{
        width: 100%;
    }
    #footer_inner_left>div{
        width:90%;
    }
    #footer_inner_left address{
        color: #FFF;
    }
    #footer_inner_left address p:nth-child(1){
        /* font-size: 16px; */
        font-size: clamp(16px,2vw,26px);
        letter-spacing: .1em;
    }
    #footer_inner_left address p:nth-child(2){
        /* font-size: 13px; */
        font-size: clamp(13px,1.7vw,20px);
        letter-spacing: .1em;
    }

    #footer_inner_right{
        width: 60%;
        display: flex;
        flex-direction: column;
    }
    #footer_contact{
        height: 70px;
        background-color: #93dbd3;
        color: #0c685e;
        text-align: center;
        padding: 10px;
        margin-bottom: 18px;
    }

    #footer_contact span:nth-child(1){
        display: block;
        font-size: 15px;
        color: #FFF;
        letter-spacing: .8em;
        font-weight: bold;
    }
    #footer_contact span:nth-child(2){
        display: inline-block;
        position: relative;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: .1em;
    }
    #footer_contact span:nth-child(2)::after{
        content: "";
        background-color: #FFF;
        width: 10px;
        height: 10px;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        display: inline-block;
        top: 50%;
        transform: translateY(-50%);
        right: -20%;
        position: absolute;
    }
    #footer_tel{
        color: #0c685e;
        background-color: #FFF;
        height: 70px;
        text-align: center;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #footer_tel span:nth-child(2){
        font-size: clamp(25px,4vw,38px);;
        line-height: 1em;
        font-weight: bold;
    }
    #footer_tel span:nth-child(3){
        font-size: 15px;
        display: block;
    }

    /* go-top */
    #go-top{
        width: 100px;
        height: 100px;
        background-image: url(../../top_images/go-top@1.5x.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: fixed;
        bottom: 15px;
        right: 1%;
        z-index: 999999;
        display: none;
    }
    #go-top:hover {
        animation: shake 0.4s;
        cursor: pointer;
        opacity: 1;
      }
      
      
      @keyframes shake {
        0%   { transform: translateY(0); }
        25%  { transform: translateY(-3px); }
        50%  { transform: translateY(3px); }
        75%  { transform: translateY(-3px); }
        100% { transform: translateY(0); }
      }
    /* フッターナビ */
    footer nav{
        width: 80%;
        color: #0c685e;
        padding: 40px;
        position: relative;
        display: flex;
        justify-content: end;
        margin: 0 auto;
    }
    footer nav::before{
        content: "";
        background-color: #FFF;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    footer nav::after{
        content: "";
        background-color: #FFF;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    footer nav a{
        color: #0c685e;
    }
    footer nav a:hover{
        opacity: .6;
    }
    .footer_nav{
        font-size: 18px;
        font-weight: bold;
        margin-left: 5%;
    }
    .footer_nav li{
        font-size: 14px;
        font-weight: normal;
    }
    #copy{
        font-size: 11px;
        text-align: center;
        padding: 40px 0 40px;
    }




    /* fadein */
    .fadein{
        opacity: 0;
        transform: translateY(30px);
        transition: .8s;
    }
    .show{
        opacity: 1;
        transform: translateY(0);
    }

    











    
















  








 
