@charset "utf-8";
/* CSS Document */

    {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

input,
button {
    margin: 0;
    color: inherit;
    vertical-align: baseline;
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: 0;
}

input {
    line-height: normal;
}

input:focus {
    outline: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button {
    text-transform: none;
    overflow: visible;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.fluid-input {
    display: table;
    width: 70%;
    margin: 0 auto;
    background-color: white;
}

.fluid-input > * {
    display: table-cell;
    vertical-align: middle;
}

.label,
.button {
    width: 1%;
    white-space: nowrap;
}

.label,
.box,
.button > button {
    padding: .8em 1.1em;
    line-height: 1.5;
}

.label {
    color: #606468;
    background-color: #363b41;
}

.box {
    width: 100%;
    background-color: #fff;
}

.button > button {
    color: #fff;
    background-color: #999;
}

.sarchbox {
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient(to right, #28b3e3 0%, #14a4f7 50%, #217ffd 100%);
}

.mv {
    background-image: url(/recruit/img/mv.jpg);
    padding-top: 17%;
    padding-bottom: 17%;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.mv h1 {
    position: absolute;
    left: 2.5%;
    top: 67%;
}




.fastbox {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 130px;
}

.newsbox {
    padding: 70px 20px 70px 20px;
    background-image: linear-gradient(to right, #28b3e3 0%, #14a4f7 50%, #217ffd 100%);
    box-sizing: border-box;
}

.newsbox p {
    font-size: 20px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 5px;
    color: white;
}

.newslist {
    padding-left: 30px;
    box-sizing: border-box;
}

.newslist li {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
}

.newslist li span {
    color: #2582e1;
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.g {
    background-color: #f4f4f4;
}

.newslist li a:hover {
    color: #257ce2;
}

.messagebox {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}


.messagebox .message {
    padding-top: 40px;
    font-size: 30px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 0px;
}

.messagebox .message2 {
    padding-top: 30px;
    font-size: 25px;
    letter-spacing: 2px;
    padding-bottom: 0px;
}

.messagebox p {
    padding-top: 25px;
    line-height: 32px;
    padding-bottom: 20px;
    padding-right: 30px;
}

.searchbox {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
    background-image: linear-gradient(to right, #28b3e3 0%, #14a4f7 50%, #217ffd 100%);
    margin-top: 100px;
}

#searchform4 {
    width: 700px;
    background: url(../images/input4.gif) left top no-repeat;
    display: block;
    height: 24px;
    position: relative;
    margin: 0 auto;
}

#keywords4 {
    width: 700px;
    position: absolute;
    top: 5px;
    left: 12px;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
}

#searchBtn4 {
    position: absolute;
    right: 10px;

}

dt {
    color: white;
}

.searchbox dl {
    width: 55%;
    margin: 0 auto;
}

.searchbox dd {
    margin-top: -20px;
}


.photobox {
    padding-top: 80px;
    width: 100%;
}

.photobox ul {
    padding-top: 40px;
    font-size: 0;
}

.photobox li {
    width: 33.3%;
    display: inline-block;
    position: relative;
}

.photobox li::after {
    content: url(/recruit/img/zoom.png);
    position: absolute;
    bottom: 0;
    right: 0;
}


.photobox li figure {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.photobox li figcaption {


    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 115, 255, .9), rgba(99, 190, 220, .8));

    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;

}

.photobox li figure:hover figcaption {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
}

figcaption {
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
}

.figti {
    font-size: 23px;
    color: white;
    line-height: 25px;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 30px;
  font-weight: 200;
}

.yakusyoku {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 120px;
    color: white;
    margin: 0 auto;
    line-height: 20px;
    margin-top: 130px;
  font-weight: 200;
}

.name {
    font-size: 18px;
    color: white;
    padding-top: 20px;
    line-height: 25px;
}

.name span {
    font-size: 13px;
}
.photo-box{
  overflow: hidden;
}

.towlinkbox {
    padding-top: 70px;
    max-width: 1200px;
    margin: 0 auto;
}
.towlinkbox img{
 
  display: block;
  transition-duration: 0.7s;	/*変化に掛かる時間*/
}
.towlinkbox img:hover{
  transform: scale(1.1);	/*画像の拡大率*/
  transition-duration: 0.7s;	/*変化に掛かる時間*/
}

.Lbox {
    width: 48.5%;
    float: left;
}

.Rbox {
    width: 48.5%;
    float: right;
}

.midashi {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 13px;
    letter-spacing: 1px;
    font-weight: 200;
}

.midashi span {
    float: right;
    font-size: 15px;
    color: #07a4d9;
    border-bottom: solid;
}

.midashi span:hover {
    float: right;
    font-size: 15px;
    color: #257ce2;
    border-bottom: solid;
}

.container {
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    width: 100%;
    padding-top: 80px;
    margin-bottom: -120px;
    box-sizing: border-box;
}

.btn {
    flex: 1 1 auto;
    padding-top: 120px;
    padding-bottom: 100px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    display: block;
    box-sizing: border-box;
    font-size: 25px;
    letter-spacing: 5px;

}

/* Demo Stuff End -> */

/* <- Magic Stuff Start */

.btn:hover {
    background-position: right center;
    /* change the direction of the change here */
}

.btn-1 {
    font-family: 'Open Sans', sans-serif;
    background-image: linear-gradient(to right, #40b2d8 0%, #006bed 51%, #c2e2ff 100%);
}

.photobox_sp {
    display: none;
}

.mv_sp {
    display: none;
}

@media screen and (max-width:1600px) {
    
        .figti {
    font-size: 20px;
    color: white;
    line-height: 25px;
    padding-bottom: 0px;
    padding-top: 39px;
    line-height: 30px;
}

.yakusyoku {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 120px;
    color: white;
    margin: 0 auto;
    line-height: 20px;
    margin-top: 40px;
}
}

@media screen and (max-width:1400px) {
    .mv{
        padding-top: 30%;
    }

  
    .fastbox {
        padding-top: 180px;
    }
    
    .figti {
    font-size: 20px;
    color: white;
    line-height: 25px;
    padding-bottom: 0px;
    padding-top: 15px;
    line-height: 30px;
}

.yakusyoku {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 120px;
    color: white;
    margin: 0 auto;
    line-height: 20px;
    margin-top: 40px;
  font-weight: 200;
}
    
}
@media screen and (max-width:1300px) {
    .mv h1 {
    position: absolute;
    left: 2.5%;
    top: 40%;}
    .mv h1 {
    position: absolute;
    left: 2.5%;
    top: 55%;}

}

@media screen and (max-width:1024px) {
    .container{
        margin-bottom: -40px;
    }
    .photobox li {
        width: 50%;
        display: inline-block;
        position: relative;
    }

    .messaphoto {
        padding-top: 20px;
    }
    .newslist li span {
        display: block;
        padding-bottom: 7px;
    }
    .newsbox {
        padding: 15px 20px 15px 20px;
        margin-bottom: 20px!important;
    }
    .messagebox {
        padding-top: 20px;
    }

    .Lbox {
        width: 95%;
        float: none;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .Rbox {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .mv {
        display: none;
    }
    .mv_sp {
        display: block;

    }

    .mv h1 {
        display: none;
    }
    .fastbox {
        padding-top: 60px;
    }

}



@media screen and (max-width:760px) {
    
    .messagebox p{
        padding-top: 10px;
    }
    
    .messagebox .message2 {
    padding-top: 26px;
    font-size: 20px;
    letter-spacing: 2px;
    padding-bottom: 0px;
}
    
    .photobox li {
        width: 95%;
        display: block;
        margin: 0 auto;
        position: relative;
        margin-bottom: 20px;
    }
    .figti {
        padding-top: 90px;
      font-weight: 200;
    }
    .photobox_sp {
        display: block;
        padding-top: 60px;
    }
    .photobox_sp ul{
        font-size: 0;
    }
    .photobox {
        display: none;
    }
    .photobox_sp li {
        width: 49.6%;
margin: 0 auto;
padding-bottom: 0px;
display: inline-block;
    }
    .midashi {
        padding-top: 10px;
    }
    .photobox_sp li:first-child {
        padding-top: 30px;
    }
    .sarchbox {
        margin-top: 40px;
    }
    .fastbox {
        padding-top: 40px;
    }
    .messagebox p {
        padding-right: 0px;
    }
    .newsbox p {
        font-size: 18px;
        letter-spacing: 2px;
    }
    .newslist li {
        padding-left: 10px;
        line-height: 24px;
    }
}
