/* home */

.page-home .sect .ttl-area {
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 46px;
}

.page-home .sect .ttl-area .ttl {
}

.page-home .sect .ttl-area:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 5px solid #0062d1;
  border-right: 5px solid #0062d1;
  transform: rotate(45deg);
  width: 50px;
  height: 50px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-home .sect .ttl-area .ttl {
  font-size: 2.375em;
  font-weight: bold;
  text-align: center;
}

.page-home .sect .ttl-area .copy {
  text-align: center;
  letter-spacing: 1px;
}

.page-home .sect {
  padding: 50px 0 60px 0;
}

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

  .page-home .sect {
    padding: 4% 0 5% 0;
  }

  .page-home .sect .ttl-area {
    padding-bottom: 5%;
    position: relative;
    margin-bottom: 4%;
  }

  .page-home .sect .ttl-area .ttl {
    font-size: 2em;
  }

  .page-home .sect .ttl-area:after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 3px solid #0062d1;
    border-right: 3px solid #0062d1;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }

}

.page-home .hero {
  background-image: url(../images/home/hero_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-home .hero .wrapper {
  position: relative;
  height: 800px;
}

.page-home .hero .copy {
  color: #fff;
}

.page-home .hero .copy.is-catch {
  font-size: 2.75em;
  font-weight: bold;
  margin: 60px 0 30px 0;
}

.page-home .hero .copy .is-small {
  font-size: 0.63em;
}

.page-home .hero .copy.is-box {
  font-size: 1.125em;
  background-color: #0062d1;
  width: 440px;
  padding: 10px 27px;
}

.page-home .hero .map-area {
  background-image: url(../images/home/hero_map.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 1024px;
  height: 768px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.page-home .hero .map-area .btn,.page-home .hero .map-area a {
  display: block;
  width: 168px;
  font-size: 1.25em;
  background-color: #fff;
  box-shadow: 0 -5px 0 #C9C9C9 inset,0 2px 5px #444;
  border-radius: 6px;
  padding: 10px 0 14px 0;
  text-align: center;
  position: absolute;
}

.page-home .hero .map-area .btn.is-kanto,.page-home .hero .map-area a.is-kanto,
.page-home .hero .map-area .btn.is-kitakanto,.page-home .hero .map-area a.is-kitakanto,
.page-home .hero .map-area .btn.is-kansai,.page-home .hero .map-area a.is-kansai,
.page-home .hero .map-area .btn.is-tokai,.page-home .hero .map-area a.is-tokai {
  width: 120px;
}

.page-home .hero .map-area .btn:hover,.page-home .hero .map-area a:hover {
  opacity: 0.9;
}

.page-home .hero .map-area .btn.is-hokaido,.page-home .hero .map-area a.is-hokaido {
  top: 200px;
  right: 0;
}

.page-home .hero .map-area .btn.is-kitakanto,.page-home .hero .map-area a.is-kitakanto {
  bottom: 250px;
  right: 0;
}

.page-home .hero .map-area .btn.is-kanto,.page-home .hero .map-area a.is-kanto {
  bottom: 150px;
  right: 30px;
}

.page-home .hero .map-area .btn.is-hokuriku,.page-home .hero .map-area a.is-hokuriku {
  top: 340px;
  right: 316px;
}

.page-home .hero .map-area .btn.is-kansai,.page-home .hero .map-area a.is-kansai {
  bottom: 200px;
  right: 424px;
}

.page-home .hero .map-area .btn.is-toukai,.page-home .hero .map-area a.is-toukai {
  bottom: 150px;
  right: 220px;
}

.page-home .hero .map-area .btn.is-tyugoku,.page-home .hero .map-area a.is-tyugoku {
  bottom: 200px;
  left: 276px;
}

.page-home .hero .map-area .btn.is-kyusyu,.page-home .hero .map-area a.is-kyusyu {
  bottom: 196px;
  left: 36px;
}

#jobDescription .ttl {
  background-color: #000000;
  color: #fff;
  text-align: center;
  font-size: 1.375em;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  margin-bottom: 2%;
}

#jobDescription article{
	width:100%;
	display:inline-block;
	margin-top:8px;
}

#jobDescription article h3{
	font-weight:bold;
}

#jobDescription article div{
float:left;width:18%;padding:1%;
}

#jobDescription article div:last-child{
width:78%;
}

#jobDescription article img{
	width:100%;
}
#jobDescription article p{
	font-size:12px;
}

#jobDescription article p:last-child{
	margin-top:16px;
}


#jobDescription article p span{
	font-weight:bold;
}



@media screen and (max-width: 768px){
  .page-home .hero {
    background-image: url(../images/home/hero_img_sp.png);
    padding: 3% 0;
  }

  .page-home .hero .wrapper {
    height: auto;
  }

  .page-home .hero .copy {
    text-align: center;
  }

  .page-home .hero .copy.is-box {
    text-align: left;
    max-width: 300px;
    width: 90%;
    padding: 4%;
    margin: 0 auto 4% auto;
  }

  .page-home .hero .copy.is-catch {
    margin: 0 0 2% 0;
    font-size: 2.25em;
  }

  .page-home .hero .map-area {
    background-image: none;
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto;
    text-align: center;
  }

  .page-home .hero .map-area .btn,.page-home .hero .map-area a {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 30% !important;
    display: inline-block;
    margin: 0 1% 4% 1%;
    font-weight: bold;
  }

}

.page-home .intro {
}

.page-home .intro .ttl {
  font-size: 2.375em;
  font-weight: bold;
  text-align: center;
}

.page-home .intro .copy {
  font-size: 1.125em;
  text-align: center;
  margin-bottom: 3%;
}

.page-home .intro .copy.is-caution {
  background-color: #ffd100;
  max-width: 470px;
  margin: 0 auto;
  font-size: 1.25em;
  padding: 10px 0;
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
}

.page-home .intro .copy.is-caution .icon {
  display: inline-block;
  width: 36px;
  height: 32px;
  vertical-align: middle;
}

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

  .page-home .intro .ttl {
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 2%;
  }

  .page-home .intro .copy {
    text-align: left;
  }

  .page-home .intro .copy.is-caution .icon {
    width: 26px;
    height: 23px;
  }

}

.page-home .keywords {
  padding: 0 0 45px 0;
}

.page-home .keywords .ttl {
  background-color: #0062d1;
  color: #fff;
  text-align: center;
  font-size: 1.375em;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  margin-bottom: 2%;
}

.page-home .keywords .ttl:after {
  position: absolute;
  content: "";
  display: block;
  border: 20px solid transparent;
  border-top-color: #0062d1;
  width: 0;
  height: 0;
  bottom: -34px;
  margin: auto;
  left: 0;
  right: 0;
}

.page-home .keywords .list {
  overflow: hidden;
}

.page-home .keywords .list .item,.page-home .keywords .list li {
  float: left;
  margin-right: 20px;
}

.page-home .keywords .list .item .btn,.page-home .keywords .list li a {
  display: block;
  background-color: #dfe7f3;
  font-weight: bold;
  color: #0062d1;
  padding: 14px;
  border-radius: 7px;
}

.page-home .keywords .list .item .btn:hover,.page-home .keywords .list li a:hover {
}

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

  .page-home .keywords {
    padding: 0 0 4% 0;
  }

  .page-home .keywords .ttl {
    margin-bottom: 4%;
  }

  .page-home .keywords .list .item,  .page-home .keywords .list li {
    float: left;
    margin: 0 2.5% 2% 0;
    width: 23%;
    text-align: center;
  }

  .page-home .keywords .list .item:nth-child(4n),  .page-home .keywords .list li:nth-child(4n) {
    margin-right: 0;
  }

}

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

  .page-home .keywords .list .item,  .page-home .keywords .list li {
    margin: 0 1.5% 2% 0;
    width: 32%;
    text-align: center;

  }

  .page-home .keywords .list .item:nth-child(4n) ,  .page-home .keywords .list li:nth-child(4n){
    margin-right: 1%;
  }

  .page-home .keywords .list .item:nth-child(3n) ,  .page-home .keywords .list li:nth-child(3n){
    margin-right: 0;
  }

}

.page-home .banner {
  background-color: #000;
  padding: 50px 0;
}

.page-home .banner .box-area {
  overflow: hidden;
}

.page-home .banner .box {
  float: left;
  width: 530px;
}

.page-home .banner .box:last-child {
  float: right;
}

.page-home .banner .box .img img {
  width: 100%;
}

.page-home .banner .box .copy {
  color: #fff;
}

.page-home .banner .box .btn:hover,.page-home .banner .box a:hover {

}

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

  .page-home .banner {
    padding: 4% 0;
  }

  .page-home .banner .box {
    float: none;
    width: 100%;
    margin-bottom: 4%;
  }

  .page-home .banner .box .img {
    margin-bottom: 2%;
  }

}

.page-home .about {
}

.page-home .about .intro-area {
  margin-bottom: 3%;
}

.page-home .about .intro-area .subttl {
  background-color: #0062d1;
  color: #fff;
  text-align: center;
  font-size: 1.375em;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 2%;
}

.page-home .about .intro-area .copy {
  font-size: 1.125em;
  margin-bottom: 2%;
}

.page-home .about .intro-area .copy .is-large {
  font-weight: bold;
  font-size: 1.25em;
}

.page-home .about .list {
  margin-bottom: 8%;
}

.page-home .about .list .item,.page-home .about .list li {
  overflow: hidden;
}

.page-home .about .list .item .img,.page-home .about .list li .img {
  width: 550px;
  float: left;
  line-height: 0;
}

.page-home .about .list .item:nth-child(even) .img,.page-home .about .list li:nth-child(even) .img {
  float: right;
}

.page-home .about .list .item .img img,.page-home .about .list li .img img {
  width: 100%;
}

.page-home .about .list .item .copy-area,.page-home .about .list li .copy-area {
  width: 550px;
  float: left;
  box-sizing: border-box;
  padding: 50px 0 0 45px;
}

.page-home .about .list .item:nth-child(even) .copy-area,.page-home .about .list li:nth-child(even) .copy-area {
  padding: 50px 45px 0 0;
}

.page-home .about .list .item .copy-area .copy.is-catch,.page-home .about .list li .copy-area .copy.is-catch {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 2%;
}

.page-home .about .regist-area {
  text-align: right;
}

.page-home .about .regist-area .copy {
  text-align: center;
  color: #45a8eb;
  font-size: 1.75em;
  margin-bottom: 1.2%;
}

.page-home .about .regist-area .btn.is-regist,.page-home .about .regist-area a.is-regist {
  display: block;
  border: 6px solid #0062d1;
  text-align: center;
  padding: 15px 0;
  font-size: 2.125em;
  color: #0062d1;
  font-weight: bold;
  margin-bottom: 0.6%;
  position: relative;
}

.page-home .about .regist-area .btn.is-regist:after,.page-home .about .regist-area a.is-regist:after {
  content: "";
  border-top: 2px solid #0062d1;
  border-right: 2px solid #0062d1;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
}

.page-home .about .regist-area .btn.is-staff,.page-home .about .regist-area a.is-staff {
}

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

  .page-home .about .intro-area .subttl {
    background: none;
    color: #000;
    text-align: left;
    font-size: 1.5em;
    padding: 0;
    margin-bottom: 2%;
  }

  .page-home .about .intro-area .subttl .is-color {
    color: #f00;
  }

  .page-home .about .list .item,  .page-home .about .list li {
    margin-bottom: 4%;
  }

  .page-home .about .list .item .img,  .page-home .about .list li .img {
    width: 100%;
    float: none;
    line-height: 0;
    margin-bottom: 2%;
  }

  .page-home .about .list .item .copy-area,  .page-home .about .list li .copy-area {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 0 !important;
  }

  .page-home .about .regist-area .btn.is-regist,  .page-home .about .regist-area a.is-regist {
    border: 3px solid #0062d1;
    padding: 3% 0;
    font-size: 1.5em;
  }

  .page-home .about .regist-area .btn.is-regist,.page-home .about .regist-area a.is-regist {}

  .page-home .about .regist-area .copy {
    font-size: 1.5em;
  }

}

.page-home .column {
  background-color: #e1e8f2;
}

.page-home .column .list {
  margin-bottom: 40px;
  overflow: hidden;
}

.page-home .column .list:last-child {
  margin-bottom: 0;
}

.page-home .column .list .item,.page-home .column .list li {
  width: 340px;
  float: left;
  margin-right: 40px;
  text-align: center;
  background-size: cover;
}

.page-home .column .list .item.is-large,.page-home .column .list li.is-large {
  width: 530px;
  margin-right: 40px;
  text-align: left;
}

.page-home .column .list .item:last-child,.page-home .column .list li:last-child {
  margin-right: 0;
}

.page-home .column .list .item.is-interviews,.page-home .column .list li.is-interviews {
  background-image: url(../images/home/column_img_interviews.png);
}

.page-home .column .list .item.is-experiences,.page-home .column .list li.is-experiences {
  background-image: url(../images/home/column_img_experiences.png);
}

.page-home .column .list .item.is-advertisement,.page-home .column .list li.is-advertisement {
  background-image: url(../images/home/column_img_advertisement.png);
}

.page-home .column .list .item.is-guide,.page-home .column .list li.is-guide {
  background-image: url(../images/home/column_img_guide.png);
}

.page-home .column .list .item.is-meisai,.page-home .column .list li.is-meisai {
  background-image: url(../images/home/column_img_meisai.png);
}

.page-home .column .list .item .btn,.page-home .column .list li a {
  display: block;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
}

.page-home .column .list .item.is-small .btn,.page-home .column .list li.is-small a {
  padding: 25px 28px;
}

.page-home .column .list .item.is-large .btn,.page-home .column .list li.is-large a {
  padding: 50px 28px;
}

.page-home .column .list .item .btn:hover,.page-home .column .list li a:hover {
  background-color: rgba(0,0,0,0.1);
  opacity: 1;
}

.page-home .column .list .item .copy.is-catch,.page-home .column .list li .copy.is-catch {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 2%;
}

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

  .page-home .column .list .item,  .page-home .column .list li {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    text-align: left !important;
    background-size: cover;
  }

  .page-home .column .list {
    margin-bottom: 0;
  }

  .page-home .column .list .item,  .page-home .column .list li {
    margin-bottom: 2%;
  }

  .page-home .column .list .item.is-small .btn,  .page-home .column .list li.is-small a {
    padding: 10% 5%;
  }

  .page-home .column .list .item.is-large .btn,  .page-home .column .list li.is-large a {
    padding: 10% 5%;
  }

}

.page-area .lead-area {
  margin-bottom: 2%;
}

.page-area .lead-area .copy {
  font-size: 0.875em;
}

.page-area .search-sect .copy-area {
  font-size: 0.875em;
}

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

  .page-area .lead-area {
    margin: 0 2% 2% 2%;
  }

  .page-area .search-sect .copy-area {
    margin: 4% 2%;
  }

  .page-area .search-sect .sect-ttl {
    margin-bottom: 0;
  }

}
