@charset "UTF-8";

html{
    font-size: 100%;
}

body{
    color: #2b2a2a;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
}

img{
    max-width: 100%;
    vertical-align: bottom;
}

li{
    list-style: none;
}

a{
    color:#2b2a2a;
    text-decoration: none;
}

a:hover{
    color: #036cc8;
    opacity: 0.7;
}

/*ここからheader*/
#header{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

#header .logo{
    width: 100%;
    max-width: 500px;
}
#header .logo a{
    display: block;
}

#header .navi .menu{
    display: flex;
    align-items: center;
}

#header .navi .menu li{
    font-size: 20px;
    margin-left: 40px;
}

#header .navi.active{
    right: 0;
}

/*ここからmain*/
.wrapper-1300{
    max-width: 1300px;
    margin: 0 auto;
}
#fixed-btn{
    width: 300px;
    position: fixed;
    top: 100px;
    right: 30px;
    z-index: 10;
}
.mainvisual{
    background-color: #036cc8;
    padding: 70px 0 70px;
    margin-top: 30px;
    margin-bottom: 80px;
}
.mainvisual .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mainvisual .text .catchphrase{
    font-size: 28px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "Zen Antique", serif;
    color: #fff;
  text-shadow: 2px 2px 10px #8a9596, -2px 2px 10px #8a9596, 2px -2px 10px #8a9596, -2px -2px 10px #8a9596;;
}
.mainvisual .text {
    max-width: 600px;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    
}
.mainvisual .text .description{
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}
.mainvisual .img{
    max-width: 600px;
}

/*ここから事業内容*/
.wrapper{
    max-width: 1080px;
    margin: 0 auto;
}
.section-title{
    position: relative;
    margin-bottom: 1.5rem;
    padding: 1rem;
    font-family: "Zen Antique", serif;
    color: #353535;
    border-left: 15px double #036cc8;
    font-weight: bold;
    font-size: 26px;
}
.service{
    margin-bottom: 80px;
}
.service .item{
    display: flex;
    justify-content: space-between;
}
.service .item li{
    width: 30%;
    max-width: 500px;
    background-color: rgb(212, 229, 230,0.4);
    border-radius: 15px;
    box-shadow: 6px 6px 10px 0#8a9596;
}
.service .item li:last-child{
    margin-right: 0;
}
.service .item li .img{
    margin-bottom: 20px;
}
.service .item li .title{
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #0269c6;
}
.service p{
    margin-bottom: 20px;
    margin-left: 10px;
}

/*ここから会社概要*/
.company{
    margin-bottom: 80px;
}
.company-pro{
    border-collapse: collapse;
    width: 700px;
    margin: 0 auto 20px;
}
.company-pro th{
    width: 20%;
    padding: 15px 10px;
    border: 1px solid #2b2a2a;
}
.company-pro td{
    border: 1px solid #2b2a2a;
    padding: 15px 10px;
}

/*ここから採用情報*/
.recruit{
    margin-bottom: 80px;
}
.recruit-info{
    border-collapse: collapse;
    width: 700px;
    margin: 0 auto 20px;
}
.recruit-info th{
    width: 20%;
    padding: 15px 10px;
    border: 1px solid #2b2a2a;
   
}
.recruit-info td{
    border: 1px solid #2b2a2a;
    padding: 15px 10px;
}

.ad-text{
    font-size: 25px;
    line-height: 2;
    text-align: center;
    margin-bottom: 40px;
    color: #fc7b49;
}
.flow{
    margin-bottom: 100px;
}
.wrapper-800{
    max-width: 700px;
    margin: 0 auto;
}
.flow-title{
    max-width: 1080px;
    font-size: 28px;
    font-weight: 600;
    color: #2b2a2a;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}
.flow .item{
    display: flex;
    margin-bottom: 50px;
}
.flow .item .step{
    width: 160px;
    height: 140px;
    background-color: #d4e5e6;
    clip-path: polygon(0 0, 100% 0,100% 80%,50% 100%, 0 80%);
    font-weight: 700;
    flex-shrink: 0;
    padding-top: 20px;
    margin-right: 7%;
    text-align: center;
}
.flow .item .step .title{
    display: block;
    font-size: 18px;
}
.flow .item .step .no{
    display: block;
    font-size: 56px;
}
.flow .item .text dt{
    font-size: 22px;
    font-weight: 500;
    color: #fc7b49;
    margin-top: 15px;
    margin-bottom: 15px;
}
.flow .item .text dd{
    line-height: 1.8;
}
.flow .item .text a{
    text-decoration: underline;
}
.tel{
    width: 250px;
    background-color: #fc7b49;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 6px 6px 10px 0#8a9596;
    margin: 30px auto;
}
a{
    display:block;
    text-decoration: none;
}
a:hover{
    opacity:0.6;
}

/*footer*/
.footer{
    padding: 20px 0 20px;
    
}
.footer .inner{
    max-width: 1800px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 60px 30px;
}
.footer .logo{
    width: 100%;
    max-width: 400px;
    
}
.footer .menu{
    display: flex;
    align-items: center;
    margin-right: 0;
}
.footer .menu li{
    font-size: 18px;
    margin-left: 40px;
    position: relative;
}
.footer .menu li::after{
    content: "";
    width: 1px;
    height: 16px;
    background-color: #2b2a2a;
    transform: rotate(30deg);
    position: absolute;
    top: 3px;
    right: -20px;
}
.footer .menu li:last-child::after{
    content: none;
}
.footer .copyright{
    font-size: 12px;
    text-align: center;
}


/*-------------------------
スマートフォン
-------------------------*/
@media(max-width:768px){
    main{
        padding-top: 10px;
    }
    #header{
        height: 120px;
        top: 0;
        left: 0;
        z-index: 10;
    }
    #header .logo{
        max-width: 300px;
        font-size: 30px;
    }
    #header .hamburger{
        width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 10px;
        cursor: pointer;
        position: fixed;
        top: 15px;
        right: 20px;
        z-index: 30;
    }
    #header .hamburger span{
        width: 30px;
        height: 3px;
        background-color: #2b2a2a;
        display: inline-block;
        position: absolute;
        left: 10px;
        transition: all 0.4s;
    }
    #header .hamburger span:nth-of-type(1){
        top: 17px;
    }
    #header .hamburger span:nth-of-type(2){
        top: 26px;
    }
    #header .hamburger span:nth-of-type(3){
        top: 35px;
    }
    #header .navi{
        width: 80%;
        height: 60vh;
        background-color: #dcfff2;
        position: fixed;
        top: 0;
        right: -80%;
        z-index: 20;
        transition: all 0.6s;
    }
    #header .navi .menu{
        width: 60%;
        height: 40vh;
        margin: 70px auto;
        flex-direction: column;
        background-color: #fff;
        border-radius: 20px;
        padding: 60px 0;
        overflow: auto;
    }
    #header .navi .menu li{
        width: 90%;
        padding: 10px 0;
        margin-left: 5px;
        border-bottom: dashed #8a9596;
    position: relative;
  padding-right: 200px; /* 矢印のスペースを確保 */
}

#header .navi .menu li::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #2b2a2a;
  border-right: solid 2px #2b2a2a;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}

    #header .navi.active{
        right: 0;
    }
    #header .hamburger.active span:nth-of-type(1){
        top: 24px;
        transform: rotate(-45deg);
    }
    #header .hamburger.active span:nth-of-type(2){
        opacity: 0;
    }
    #header .hamburger.active span:nth-of-type(3){
        top: 24px;
        transform: rotate(45deg);
    }

    /*ここからmain*/
    #fixed-btn{
        width: 220px;
        top: 0;
        right: 100px;
    }
    .mainvisual{
        padding top: 50px 0 90px;
    }
    .mainvisual .inner{
        flex-direction: column;
    }
    .mainvisual .text{
        margin-top: 10px;
    }
    .mainvisual .text .catchphrase{
        font-size: 29px;
        margin-bottom: 10px;
    }
    .mainvisual .text .description{
        font-size: 14px;
        margin-bottom: 30px;
        text-align: center;
        
    }

/*ここから事業内容*/
    .section-title{
        font-size: 24px;
        margin-bottom: 60px;
        margin-left: 20px;
    }
    .section-title::after{
        width: 60px;
    }
    .service{
        margin-bottom: 40px;
    }
    .service .item{
        flex-direction: column;
        align-items: center;
    }
    .service .item li{
        width: 100%;
        margin: 0 0 40px;        
    }
    .service .item li:last-child{
        margin-bottom: 0;
    }

    /*ここから会社概要*/
    .company{
        margin-bottom: 60px;
    }
    .company-pro th{
        width: 100px;
        padding: 20px 0;
    }
    .company-pro td{
        width: calc(100% - 100px);
        padding: 20px 0;
    }

    /*ここから採用情報*/
    .recruit{
        margin-bottom: 60px;
    }
    .recruit-info th{
        width: 100px;
        padding: 20px 0;
    }
    .recruit-info td{
        width: calc(100% - 100px);
        padding: 20px 0;
    }
    a.tel-link {
        display: inline-block;   /* ブロック要素でもOK */
        pointer-events: auto;     /* 無効化ルールを上書きする場合 */
        cursor: pointer;
        color: #fff;           /* お好みの色に */
        text-decoration: none;
    }
    a.tel-link:hover {
        opacity: 0.7;
    }

    /*footer*/
    .footer .inner{
        flex-direction: column-reverse;
        margin-bottom: 0px;
    }
    .footer .menu li{
        margin-left: 30px;
    }
    .footer .menu li ::after{
        right: -15px;
    }
    .footer .menu li:first-child{
        margin-left: 0;
    }
    .footer .logo{
        margin-top: 40px;
        margin-bottom: 40px;
    }
}