@charset "UTF-8";
html {
    scroll-behavior: smooth;
}
.main-visual img{
    width: 100%;
    position: relative;
}
.bn3637 {
    position: fixed;
    top: 5%;
    right: 5%;
    z-index:100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fffffF;;
    background-color: #00b900;
    backface-visibility: hidden;
    border: 0.3rem solid transparent;
    border-radius: 3rem;
  }
  
  .bn36 {
    border-color: #00b900;;
    transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
  }
  
  .bn36:hover {
    transform: perspective(1px) scale3d(1.044, 1.044, 1) translateZ(0) !important;
  }
/* @media (max-width: 700px){
    .main-visual img{
        height: 100vh;
    } */
/* } */
.break{
    display: none;
}
.main-visual::before{
    position: absolute;
    content:"";
    top:10px;
    left:80px;
    z-index: 10;
    display: block;
    width: 30%;
    height: 150px;
    background-image: url(../images/tochinan-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
/* .message{
    background-image: url(../images/message2.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}
.message h3{
    padding-top: 300px;
} */
.message img{
    width: 100%;
}
.message{
    position: relative;
}
.message h3{
    font-size: 60px;
    position: absolute;
    top:5%;
    left: 3%;
}
.message p{
    position: absolute;
    top:550px;
    font-size: 20px;
}
.Gap{
    background: url(../images/gap.png) center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
}
.data-container{
    margin: 0 auto;
    max-width: 1280px;
}
.data-card{
    text-align: center;
    border: solid 3px #317BBF;
    border-radius: 20px;
    margin: 40px;
    width: 280px;
    height: 350px;
}
.data-tytle{
    text-align: center;
}
.data-card-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.data-tytle h2{
    font-size: 50px;
    margin-top: 120px;
}
.data-tytle p{
    font-size: 30px;
    margin-top: 40px;
    color: #317BBF;
}
.sub-tytle{
    margin-top: 45px;
    font-size: 25px;
}
.data-card img{
    height: 50%;
    margin-top: 40px;
}
.recruit-tytle h2{
    font-size: 50px;
    margin-top: 120px;
}
.recruit-tytle p{
    font-size: 30px;
    margin-top: 40px;
    color: #317BBF;
}
.recruit-tytle{
    text-align: center;
}
.recruit-description dt{
    float: left;
    margin-top: 50px;
    margin-left: 80px;
}
.recruit-description dd{
    margin-left:300px;
    margin-top: 50px;
    line-height: 1.8em;
    font-size: 20px;
}
.recruit-description dl{
    border: #317BBF 3px solid;
    width: 80%;
    margin-top: 10px;
    margin-left: 50px;
    padding-bottom: 50px;
    font-size: 25px;
    position: relative;
}
.recruit-container{
    max-width: 1280px;   
    margin: 0 auto; 
}
.recruit-description dl::after{
    position: absolute;
    content:"";
    top:-100px;
    right:-16%;
    z-index: -10;
    display: block;
    width: 50%;
    height: 700px;
    padding-top: 30px;
    background-image: url(../images/株式会社トチナン_recruit1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.recruit-subtytle{
    font-size: 30px;
    margin-top: 80px;
    margin-left: 50px;
}
.small{
    font-size: 15px;
}
.recruit-description{
    margin-right: px;
}
.recruit-descriptions{
    margin-right: px;
}
.recruit-descriptions dt{
    float: left;
    margin-top: 50px;
    margin-left: 80px;
}
.recruit-descriptions dd{
    margin-left:300px;
    margin-top: 50px;
    line-height: 1.8em;
    font-size: 20px;
}
.recruit-descriptions dl{
    border: #317BBF 3px solid;
    width: 80%;
    margin-top: 10px;
    padding-bottom: 50px;
    font-size: 25px;
    position: relative;
    margin-left: 50px;
}
.recruit-descriptions dl::after{
    position: absolute;
    content:"";
    top:-100px;
    right:-16%;
    z-index: -10;
    display: block;
    width: 50%;
    height: 700px;
    padding-top: 30px;
    background-image: url(../images/株式会社トチナン_recruit2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.entry{
    background: url(../images/エントリー2.png)center center no-repeat;
    background-size: contain;
    height: 800px;
    margin-top: 100px;
}
.entry .entry-description{
    display: flex;
    justify-content:space-evenly;
    flex-direction: row;
    align-content: center;
    padding-top: 370px;
}
.left{
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding: 30px 100px;
    background-color: #317BBF;
    /* width: 450px; */
}
.entry .left:hover{
    background-color: white;
    color: #317BBF;
}
.entry .right:hover{
    background-color: white;
    color: #317BBF;
}
.right{
    text-align: center;
    padding: 30px 100px;
    font-size: 20px;
    color: #ffffff;
    background-color: #317BBF;
    /* width: 450px; */
}
.okigaru-containar{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.okigaru-containar::before{
    content:"";
    display:block;
    width:350px;
    height:3px;
    background-color:#317BBF;
    position:absolute;
    top:310px;
    left: calc(50% - 190px);
    transform:rotate(90deg);
}
.okigaru-containar h3{
    text-align: center;
}
.okigaru-containar .access{
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    align-items: center;
    margin-top: 100px;
}
.okigaru-containar .iframe-wrp iframe{
    width: 90%;
    height: 300px;
    margin-right: 20px;
}
.okigaru-containar h3{
    font-size: 40px;
    margin-top: 100px;
}
.okigaru-left{
   vertical-align: middle;
   text-align: center;
   margin-left: 5%;
}
.okigaru-right{
    margin-left: 100px;
}
.okigaru-left .tel{
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 5px;
}
#bottan{
    padding: 20px 80px;
    background-color: #317BBF;
    font-size: 15px;
    color: white;
    margin-top: 20px;
}
#bottan:hover{
    background-color: gainsboro;
    color: #317BBF;
}
.okigaru-left p{
    margin-bottom: 40px;
    margin-top: 10px;
}
.okigaru-right address{
    font-size: 20px;
    margin-top: 15px;
}
footer{
    height: 450px;
    background-color: #317BBF;
    text-align: center;
}
footer{
    color: #ffffff;
    margin-top: 100px;
}
footer img{
    margin-top: 50px;
}
footer address{
     font-size: 20px;
    margin-top: 30px;
}
footer p{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 60px;
}
.mgr-10{
    margin-right: 20px;
}
footer a{
    background-color: #ffffff;
    color: #317BBF;
    padding: 20px 60px;
}
footer a:hover{
    background-color: gainsboro;
    color: #ffffff;
}
@media (max-width: 1100px){
    .recruit-description dl {
    font-size: 20px;
    }
    .recruit-description dd {
    font-size: 15px;
    margin-left: 150px;
    }
    .recruit-description dt{
    margin-left: 20px;
    }
    .recruit-descriptions dt{
        font-size: 20px;
        margin-left: 20px;
    }
    .recruit-descriptions dd {
        font-size: 15px;
        margin-left: 150px;
    }
    .sub-tytle {
        font-size: 20px;
    }
    .data-tytle p {
        font-size: 25px;
    }
    .data-tytle h2 {
        font-size: 30px;
    }
    .Gap {
        height: 250px;
    }
    .recruit-tytle h2 {
        font-size: 30px;
    }
    .recruit-tytle p{
        font-size: 25px;
    }
    .recruit-subtytle {
        font-size: 25px;
    }
    .okigaru-left .tel {
        font-size: 25px;
    }
    .okigaru-containar h3 {
        font-size: 30px;
    }
    .okigaru-containar p{
        font-size: 15px;
    }
    .left{
        font-size: 15px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .right{
        font-size: 15px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .okigaru-containar h3 {
        margin-top: 100px;
        }
    .entry {
        height: 400px;
        }
    .entry .entry-description {
        padding-top: 150px;
        }
    footer img {
        width: 300px;
        }
    footer {
        height: 350px;
        }
    footer p{
        font-size: 15px;
    }
    footer address{
        font-size: 15px;
    }
    #bottan {
        padding: 20px 40px;
    }
    .okigaru-right address {
        font-size: 15px;
    }
}
@media (max-width: 700px){
    .data-card {
    margin: 5px;
    width: 150px;
    height: 200px;
    }
    .sub-tytle {
        font-size: 15px;
        margin-top: 20px;
    }
    .data-card img {
        margin-top: 20px;
    }
    .break{
        display: block;
    }
    .data-tytle p {
        font-size: 20px;
        margin-top: 20px;
    }
    .data-tytle h2 {
        font-size: 25px;
        margin-top: 80px;
    }
    .data-card-area {
        margin-top: 40px;
    }
    .recruit-tytle h2 {
        font-size: 25px;
    }
    .recruit-tytle p {
        font-size: 20px;
        margin-top: 20px;
    }
    .recruit-subtytle {
        margin-top: 80px;
        font-size: 20px;
    }
    .recruit-description dl {
        background-color: rgba(255, 255, 255, 0.6);
        width: 80%;
        margin-left: 30px;
    }
    .recruit-descriptions dl {
        background-color: rgba(255, 255, 255, 0.6);
        width: 80%;
        margin-left: 30px;
    }
    .recruit-description dt {
        float: none;
        margin-top: 30px;
    }
    .recruit-description dd {
        margin-left: 20px;
        font-size: 15px;
        margin-top: 0px;
        margin-right: 20px;
    }
    .recruit-descriptions dt {
        float: none;
        margin-top: 30px;
    }
    .recruit-descriptions dd {
        margin-left: 20px;
        font-size: 15px;
        margin-top: 0px;
        margin-right: 20px;
    }     
    .okigaru-containar .access{
        display: block;
    }
    .okigaru-right {
        margin-left: 0px;
    }
    .okigaru-left {
        margin-left: 0;
    }
    .okigaru-containar::before{
        display: none;
    }
    .iframe-wrp{
        text-align: center;
    }
    .okigaru-containar .iframe-wrp iframe{
        margin-right: 0px;
    }
    .recruit-description{
        margin-left: 0px;
    }
    .okigaru-containar .access {
        margin-top: 10px;
    }
    .entry{
        margin-top: 50px;
    }
    .okigaru-containar h3 {
        margin-top: 0px;
        font-size: 25px;
    }
    .okigaru-left .tel {
        font-size: 20px;
    }
    .okigaru-right address {
        text-align: center;
    }       
    footer{
        margin-top: 50px;
    }
    .main-visual::before {
        left: 10px;
        width: 40%;
    }
    .main-visual::after {
        right: 5%;
        width: 30%;
    }
    .Gap {
        height: 150px;
        margin-top: 50px;
    }
    .recruit-description dl::after{
        right: -10%;
        width: 90%;
        margin-right: 5%;        
    }
    .recruit-descriptions dl::after{
        right: -10%;
        width: 90%;
        margin-right: 5%;
    }
    .recruit-description dl{
        background-color: rgba(255, 255, 255, 0.6);
        width: 90%;
        margin-left: 30px;
        height: 100%;
    }
    .recruit-descriptions dl {
        background-color: rgba(255, 255, 255, 0.6);
        width: 90%;
        margin-left: 30px;
        height: 100%;
    }
    .entry{
        background-image: url(../images/4714268_s.jpg);
        background-size: cover;
    }
    .right{
        margin-top: 150px;
        padding: 25px 40px;
    }
    .left{
        margin-top: 150px;
        padding: 25px 40px;
    }
}
@media (max-width: 1000px){
    .bn3637{
        top: 3%;
    }
}

@media (max-width: 550px){
    .recruit-description dl::after{
        right: 0%;
        width: 100%;     
    }
    .recruit-descriptions dl::after{
        right: 0%;
        width: 100%;
    }
    .recruit-subtytle{
        width: 160px;
        background-color: #ffffff;
    }
    .right{
        margin: 10px;
    }
    .left{
        margin: 200px 10px 0 10px;
    }
    .entry .entry-description{
        flex-direction: column;
    }
    #bottan{
        display: none;
    }
    .okigaru-containar h3{
        margin-top: 120px;
    }
    .main-visual::before {
    width: 60%;
    }
    .main-visual::after{
        display: none;
    }
    .bn3637{
        top: 85%;
        right: 1%;
    }
}
.post_content clearfix{
    margin: 0 auto;
  }
  .wide_image{
  margin-bottom: 150px;
  }
  .container{
    max-width:1080px;
    margin: 80px auto;
    height: 150px;
    overflow-y: scroll;
  }
  .container h2{
    font-size: 15px;
    font-weight: bold;
    color: #317BBF;
    text-align: center;
    padding: 20px;
    border-bottom: gainsboro 2px solid;
  }
  .container h3{
    margin-top: 20px;
    font-size: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .container p{
    font-size: 12px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.1em;
  }
  .well{
    padding:20px;
    border: 2px gainsboro solid;
  }
  .container ul li{
    font-size: 12px;
    list-style:circle;
    margin: 0 0 0 50px;
  }
  @media (max-width: 1200px){
    .container{
        max-width:600px;
    }
  }
  @media (max-width: 700px){
    .container{
        max-width:350px;
        height: 100px;
    }
    .container h3{
        margin-top: 15px;
    }
    footer p{
        background-color: #317BBF;
        color: #ffffff;
    }
  }