@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN-Bold.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: 'DIN';
  src: url("/common/fonts/D-DIN/D-DIN.otf") format("opentype");
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .recruit h2 {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruit h3 {
    margin-bottom: 50px;
  }
}

.recruit-inner {
  position: relative;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  .recruit-inner + .recruit-inner {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-inner + .recruit-inner {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruit-contents-inner + .recruit-contents-inner {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-contents-inner + .recruit-contents-inner {
    margin-top: 60px;
  }
}

.recruit-contents-text .recruit-title div + div {
  margin-top: 10px;
}

.recruit-contents-text .recruit-title span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  color: #142c4b;
}

.recruit-contents-text .recruit-title span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#71ca46), to(#bee446));
  background: linear-gradient(to right, #71ca46, #bee446);
}

.recruit-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .recruit-list-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-list-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 17px;
    margin-bottom: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruit-list-title p {
    width: 66px;
    height: 20px;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-list-title p {
    width: 63px;
    height: 19px;
    margin-right: 28px;
  }
}

.recruit-list-title img {
  display: block;
  width: 100%;
}

.recruit-list-area-item {
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .recruit-list-area-item {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-list-area-item {
    font-size: 13px;
  }
}

.recruit-list-area-item > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit-list-area-item + .recruit-list-area-item .recruit-list-area-name, .recruit-list-area-item + .recruit-list-area-item .recruit-list-area-content {
  border-top: none;
}

.recruit-list-area-name {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  color: #142c4b;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .recruit-list-area-name {
    width: 240px;
    padding: 20px 0;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-list-area-name {
    width: 75px;
    padding: 15px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .recruit-list-area-name + .recruit-list-area-content {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-list-area-name + .recruit-list-area-content {
    margin-left: 15px;
  }
}

.recruit-list-area-content {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

@media print, screen and (min-width: 768px) {
  .recruit-list-area-content {
    width: calc(100% - 270px);
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-list-area-content {
    width: calc(100% - 90px);
    padding: 15px 0;
  }
}

.recruit-list-area-content-date, .recruit-list-area-content-place {
  font-size: 14px;
  font-weight: bold;
}

.recruit-list-area-content dd + dt {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .recruit-list-area + .recruit-list-title {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-list-area + .recruit-list-title {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruit-list-area + .recruit-list-title p {
    width: 41px;
    height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-list-area + .recruit-list-title p {
    width: auto;
    height: auto;
    margin-right: 31px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruit-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.recruit-step li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .recruit-step li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 6);
  }
}

@media only screen and (max-width: 767px) {
  .recruit-step li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.recruit-step li:not(:first-child)::before {
  position: absolute;
  content: "";
  background-color: #dee6ec;
}

@media print, screen and (min-width: 768px) {
  .recruit-step li:not(:first-child)::before {
    width: calc(50% - 30px);
    height: 5px;
    top: 27.5px;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-step li:not(:first-child)::before {
    width: 5px;
    height: 25px;
    top: -25px;
    left: 17.5px;
  }
}

.recruit-step li:not(:last-child)::after {
  position: absolute;
  content: "";
  background-color: #dee6ec;
}

@media print, screen and (min-width: 768px) {
  .recruit-step li:not(:last-child)::after {
    width: calc(50% - 30px);
    height: 5px;
    top: 27.5px;
    right: 0;
  }
}

.recruit-step li p {
  color: #142c4b;
  font-weight: bold;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .recruit-step li p {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-step li p {
    margin-left: 15px;
  }
}

.recruit-step li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'DIN';
  border: 1px solid #333;
  border-radius: 50%;
  line-height: 60px;
  background-color: #142c4b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .recruit-step li span {
    width: 60px;
    height: 60px;
    font-size: 22px;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-step li span {
    width: 40px;
    height: 40px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-step li + li {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruit-container {
    width: 900px;
    margin: 80px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-container {
    width: 100%;
    margin-top: 30px;
  }
}

.recruit-title {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .recruit-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-title {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
}

.recruit-contact {
  display: none;
  background-color: #eff3f6;
}

@media print, screen and (min-width: 768px) {
  .recruit-contact {
    padding: 70px 0 75px;
    margin-top: 80px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-contact {
    padding: 30px 20px 35px;
    margin-top: 30px;
  }
}

.recruit-contact-tite {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .recruit-contact-tite {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-contact-tite {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruit-contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-contact-inner {
    margin: 20px auto 0;
  }
}

.recruit-contact-inner a {
  position: relative;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .recruit-contact-inner a {
    width: 400px;
    height: 120px;
    -webkit-transition: .1s linear;
    transition: .1s linear;
  }
}

.recruit-contact-inner a img {
  width: 100%;
}

.recruit-contact-inner a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  bottom: 10px;
  right: 10px;
  background: url(/common/img/icon-blank.svg) no-repeat;
}

@media print, screen and (min-width: 768px) {
  .recruit-contact-inner a:hover {
    opacity: 0.6;
  }
}

@media print, screen and (min-width: 768px) {
  .recruit-contact-inner a + a {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-contact-inner a + a {
    margin-top: 15px;
  }
}

.recruit-contact-item {
  max-width: 380px;
  height: 160px;
  font-weight: bold;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .recruit-contact-item {
    width: 50%;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-contact-item {
    height: 110px;
    margin: auto;
  }
}

.recruit-contact-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media print, screen and (min-width: 768px) {
  .recruit-contact-item a:hover {
    -webkit-box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.5);
    box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.5);
    background: -webkit-gradient(linear, left top, right top, from(#2a88e0), to(#0068ee));
    background: linear-gradient(to right, #2a88e0, #0068ee);
  }
}

.recruit-contact-item a img {
  width: 100%;
}

.recruit-nocontact {
  border-top: 1px solid #d8d8d8;
}

@media print, screen and (min-width: 768px) {
  .recruit-nocontact {
    padding-top: 80px;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-nocontact {
    padding-top: 40px;
    margin-top: 40px;
  }
}

.recruit .is-active {
  display: block;
}


/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%; 
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
