@charset "utf-8";

h1.recruit-title{
background: #080d49;
font-size: 1.45em;
font-weight: bold;
color: #fff;
border-radius: 2px;
padding: 5px 15px;
margin-bottom: 0;
box-shadow: 6px 6px 5px -7px #111c28;
-moz-box-shadow: 6px 6px 5px -7px #111c28;
-webkit-box-shadow: 6px 6px 5px -7px #111c28;
}

/*ナビメニュー*/
#recruit-nav .body {
  max-width: 710px !important;
  margin-top: 30px;
  margin-bottom: 30px;
}

#recruit-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  letter-spacing: -.4em;
}

#recruit-nav ul li {
  width: 19.5%;
  margin-right: 3%;
  position: relative;
  text-align: center;
  color:#fff;
  font-weight: bold;
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
}

#recruit-nav ul li~li{
  margin-left: 0.625%;
}



#recruit-nav ul li a:hover,
#recruit-nav ul li.current a {
  /*ベース色*/background: #262d80;
  color:#fff;
  text-decoration: none;
}

#recruit-nav ul li.current a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

#recruit-nav ul li a {
  position: relative;
  z-index: 1;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #ffffff;
  /*ベース色*/color: #262d80;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.8);
  text-decoration: none;
  padding-left: 10px;
}
#recruit-nav ul li a > * {
  display: block;
  position: relative;
  z-index: 1;
}
#recruit-nav ul li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  /*ベース色*/border-top: solid 2px #262d80;
  /*ベース色*/border-right: solid 2px #262d80;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
  transform: rotate(45deg);
}

#recruit-nav ul li a:hover {
  /*ベース色*/background: #262d80;
  color: #fff;
}
#recruit-nav ul li a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}


@media screen and (max-width:736px) {

  #recruit-nav .body {
    max-width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #recruit-nav ul li {
    width: 49%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
  }
  #recruit-nav ul li~li{
    margin-left: 2%;
  }


  #recruit-nav ul li:nth-child(3n) {
    margin-left: 0;
  }

  #recruit-nav ul li:nth-child(5n) {
    width:100%;
    margin-left: 0;
  }

  #recruit-nav ul li a{
  padding-left: 0;
  }

}


/*メッセージ*/
#message .photo{
  float: left;
  padding: 0.5em 1.5em 0 0;
  width: 35%;
  margin: 0;
}
#message .photo .name1{
  margin-top: 0.5em;
  font-size: 0.8em;
  text-align: center;
}
#message .photo .name1 br{
  display: none;
}
#message .photo .name2{
  margin-top: 0.1em;
  text-align: center;
}

#message .comment{
  padding: 5px;
  float: right;
  width: 65%;
  line-height: 1.8em;
}

#message .comment .title{
  font-weight: bold;
  font-size: 1.1em;
  color: #080d49;
}
#message .comment .text{
  font-size: 0.9em;
}
#message .comment .name{
  font-size: 0.9em;
  text-align: right;
}

@media screen and (max-width:736px) {

  #message .photo .name1{
    margin-top: 0.2em;
    text-align: center;
  }
  #message .photo .name1 br{
    display: block;
  }
  #message .photo .name2{
    margin-top: 0.2em;
    text-align: center;
  }
  #message .photo{
    float: left;
    width: 40%;
  }
  #message .comment{
    padding: 5px;
    float: none;
    width: 100%;
    line-height: 1.5em;
  }

}


/*先輩社員の声（一覧）*/
#interview h2.title-2{
  margin-bottom: 1em;
}
#interview .article a{
  text-decoration:none;
}
#interview .article a:hover h3,
#interview .article a:hover .text{
  opacity: 0.7;
  transition: opacity 0.5s ease 0s;
}
#interview .article .box{
  letter-spacing: -.4em;
  padding: 20px;
  display: flex;
}
#interview .article .box .img{
  letter-spacing: normal;
  width: 30%;
}
#interview .article .box .img img{
  width: 500px;
  height: 500px;
  object-fit: cover;
}
#interview .article .box .text{
  letter-spacing: normal;
  width: 70%;
  position: relative;
}
#interview .article .box .text .catch{
  font-size: 2em;
  font-weight: bold;
  color: #080d49;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 1em;
}

@media screen and (max-width:736px) {
#interview .article .box{
display: block;
}
#interview .article .box .img{
width: 100%;
}
#interview .article .box .text{
width: 100%;
}
#interview .article .box .text .catch{
font-size: 1.5em;
padding: 1em 0 0;
position: relative;
top: 0;
left: 0;
transform: none;
}
}


/*先輩社員の声（詳細）*/
#interview-lower h2.title-2{
margin-bottom: 1em;
}

#interview-lower .article a{
  text-decoration:none;
}
#interview-lower .article a:hover h3,
#interview-lower .article a:hover .text{
  opacity: 0.7;
  transition: opacity 0.5s ease 0s;
}
#interview-lower .article .box{
  letter-spacing: -.4em;
  padding: 20px;
  display: flex;
}
#interview-lower .article .box .img{
  letter-spacing: normal;
  width: 30%;
}
#interview-lower .article .box .img img{
  width: 500px;
  height: 500px;
  object-fit: cover;
}
#interview-lower .article .box .text{
  letter-spacing: normal;
  width: 70%;
  position: relative;
}
#interview-lower .article .box .text .catch{
  font-size: 2em;
  font-weight: bold;
  color: #080d49;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 1em;
}
#interview-lower .article .img1,
#interview-lower .article .img2,
#interview-lower .article .img3{
width: 50%;
margin: 2em auto;
}
#interview-lower .article .qa{
width: 100%;
margin: 1em auto;
padding: 2em;
background: #f2f2f2;
}
#interview-lower .article .qa .inbox .question{
color: #080d49;
font-weight: bold;
font-size: 1.1em;
}
#interview-lower .article .qa .inbox .answer{

}
#interview-lower .article .qa .inbox~.inbox{
margin-top: 2em;
}

#interview-lower .article .back{
text-align:center;
}
#interview-lower .article .back a{
border: solid 2px #080d49;
background: #080d49;
color: #ffffff;
font-size: 1em;
display: block;
width: 50%;
margin: 0 auto;
padding: 10px 20px;
}

@media screen and (max-width:736px) {
#interview-lower .article .box{
display: block;
}
#interview-lower .article .box .img{
width: 100%;
}
#interview-lower .article .box .text{
width: 100%;
}
#interview-lower .article .box .text .catch{
font-size: 1.5em;
padding: 1em 0 0;
position: relative;
top: 0;
left: 0;
transform: none;
}

#interview-lower .article .img1,
#interview-lower .article .img2,
#interview-lower .article .img3{
width: 95%;
margin: 2em auto;
}


#interview-lower .article .qa{
width: 95%;
margin: 0 auto;
}

#interview-lower .article .back a{
border: solid 2px #080d49;
background: #080d49;
color: #ffffff;
font-size: 1.2em;
display: block;
width: 95%;
margin: 0 auto;
padding: 10px 20px;
}

}


/*仕事風景*/
#gallery ul{
padding:0;
letter-spacing: -.4em;
width: 100%;
}
#gallery ul li{
list-style:none;
display: inline-block;
letter-spacing: normal;
width: 32%;
margin-bottom: 2%;
}
#gallery ul li~li{
margin-left: 2%;
}
#gallery ul li:nth-child(4n){
margin-left: 0;
}

#gallery ul li img {
width: 236px !important;
height: 236px !important;
object-fit: cover;
}


/*募集要項*/
#requirement table {
  width: 100%;
  border-collapse: collapse;
}

#requirement table th {
  width: 25%;
  text-align: left;
    background: #f0f0f0;
}

#requirement table th,
#requirement table td {
  padding: 0.4em;
  border: 1px solid #ccc;
}

@media screen and (max-width:736px) {

  #requirement table th,
  #requirement table td {
    width: 100%;
    display: block;
    border: none;
    padding: 0.5em;
  }
  #requirement table td {
    padding-bottom: 1.5em;
  }

}

#requirement .btn{
width: 100%;
margin: 2em 0;
display: inline-block;
text-align: center;
}
#requirement .btn a {
font-size: 1.1em;
font-weight: bold;
text-align: center;
padding: 15px;
box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.8);
}
#requirement .btn a:hover,
#requirement .btn a {
  /*ベース色*/background: #262d80;
  color:#fff;
  text-decoration: none;
}


/*応募フォーム*/
#application-form .wpcf7 input[type="text"],
#application-form .wpcf7 input[type="email"],
#application-form .wpcf7 textarea{
width: 100%;
}

#application-form .wpcf7 input,
#application-form .wpcf7 select,
#application-form .wpcf7 textarea {
  font-size: 100%;
  font-family: inherit;
}

#application-form .wpcf7 p {
  padding: 1em;
  /*border-top: 1px dotted;*/
  /*border-bottom: 1px dotted;*/
  margin: 1em 0;
}

#application-form .wpcf7 p:nth-child(odd) {
  background: #f5f5f5;
  border: none;
}

.privacy-link:hover{
text-decoration:underline;
}

@media screen and (max-width:736px) {

  #application-form .wpcf7 input[type="text"],
  #application-form .wpcf7 input[type="email"],
  #application-form .wpcf7 textarea{
    width: 100%;
  }
  #application-form .wpcf7 input,
  #application-form .wpcf7 select,
  #application-form .wpcf7 textarea {
    font-size: 1em;
  }

}