@charset "utf-8";
/* --------------------------------------------

recruit

---------------------------------------------- */ 
.contents .contentsTitle {
  margin-bottom: 8em;
}


.recruit__detail {
  position: relative;
  width: 90%; max-width: 1036px;
  margin: 0 auto 8em;
}

.recruit__image {
  width: 80%; max-width: 604px;
}
@media screen and (max-width:980px){
.recruit__image {
  max-width: 580px;
  margin: 0 auto 3em;
}
}

.recruit__image img {
  display: block;
  width: 100%;
}

.recruit__textBox {
  box-sizing: border-box;
  position: absolute; bottom: 6em; right: 4em;
  width: 80%; max-width: 409px;
  padding: 5em 5%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17548d+0,40839c+100 */
  background: #17548d; /* Old browsers */
  background: -moz-linear-gradient(left, #17548d 0%, #40839c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #17548d 0%,#40839c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #17548d 0%,#40839c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17548d', endColorstr='#40839c',GradientType=1 ); /* IE6-9 */
}
@media screen and (max-width:980px){
.recruit__textBox {
  display: block;
  position: static;
  width: 100%; max-width: none;
  margin: 0 auto;
}
}

.recruit__heading {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-family: kozuka-mincho-pro, serif;
  font-style: normal;
  font-size: 28px; font-size: 2.8rem;
  font-weight: normal;
  color: #fff;
}

.recruit__heading::after {
  display: block;
  content: "";
  position: absolute; bottom: 0; left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
}

.recruit__text {
  font-size: 14px; font-size: 1.4rem;
  color: #fff;
}


.information__inner {
  margin-bottom: 5em;
}

.information__inner {
}

.verticalTitle {
  width: 1.5em;
}
@media screen and (max-width:980px){
.verticalTitle {
  width: 100%;
}
}

.recruitButton {
  display: block;
  width: 80%; max-width: 422px;
  margin: auto;
}

.recruitButton img {
  display: block;
  width: 100%;
}



