/* LESS Document */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUQjIg1_i6t8kCHKm459Wxhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZOg3D-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZFgrD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZcgvD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZbgjD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUPjIg1_i6t8kCHKm459WxZSgnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_epG7g4.ttf) format('truetype');
}
section section {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  section section {
    margin-bottom: 50px;
  }
}
/* -------------------------------- index */
.read {
  text-align: center;
  color: #0066B2;
  line-height: 1.5;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .read {
    font-size: 5.2vw;
  }
}
.read::before {
  content: none;
}
.outsetBox {
  margin: 0 0 80px;
  border: #CDE0EF 1px solid;
}
.outsetBox h3 {
  margin-bottom: 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .outsetBox h3 {
    font-size: 4vw;
  }
}
.outsetBox h4 {
  margin-bottom: 3px;
  padding: 0;
  border: none;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .outsetBox h4 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .outsetBox p {
    line-height: 1.5;
  }
}
.outsetBox .columnBox {
  padding: 25px 170px 25px 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .outsetBox .columnBox {
    padding: 10px 10px 10px 10px;
  }
}
.outsetBox .columnBox::after {
  content: '';
  display: block;
  width: 109px;
  height: 95px;
  background: url("/recruit/img/bg_outset.png") no-repeat;
  position: absolute;
  top: calc(50% - 47.5px);
  right: 20px;
}
@media screen and (max-width: 767px) {
  .outsetBox .columnBox::after {
    width: 15vw;
    height: 15vw;
    background-size: contain;
    top: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .outsetBox .columnBox > div:nth-of-type(1) {
    padding: 0 16vw 20px 0;
  }
}
figure {
  position: relative;
}
figure figcaption {
  color: #FFF;
  font-size: 1.6rem;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 3px;
  z-index: 1;
}
figure::after {
  content: '';
  display: block;
  width: 100%;
  height: 36px;
  background: #0066B3;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  bottom: 0;
}
#section_3 .columnBox > div {
  max-width: 517px;
}
@media screen and (max-width: 767px) {
  #section_3 .columnBox > div {
    max-width: none;
  }
}
#section_3 figure {
  bottom: 5px;
  max-width: 517px;
  margin: 0 auto 20px;
}
#section_3 figure::after {
  height: 40px;
}
@media screen and (max-width: 767px) {
  #section_3 figure::after {
    height: 8vw;
  }
}
#section_4 dl {
  border-top: #DDD 1px solid;
  margin: 43px 0;
}
#section_4 .btn {
  max-width: 560px;
  height: 72px;
}
