@charset "UTF-8";

.sectionWrap {
  background-color: #F1F2F6;
}
.sectionWrap + .sectionWrap {
  margin-top: 10px;
}

#visual {
  background-image: url(../__images/recruit/main_visual.jpg);
}
#visual h2 {
  position: relative;
}
#visual h2:after {
  content: " ";
  display: block;
  position: absolute;
  top: 152px;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 202px;
  height: 30.5px;
  background: url(../__images/recruit/min.png) no-repeat center;
  background-size: 202px auto;
}

#main {
  overflow: hidden;
  padding-bottom: 100px;
}
#sub {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
#main img,
#sub img {
  max-width: 100%;
  height: auto;
}
#main p,
#sub p {
  line-height: 2.0em;
  color: #000000;
}

.recruitBox01 {
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 82px;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.recruitBox01__image {
  margin-bottom: 25px;
}
.recruitBox01__image img {
  width: 80px;
}
#main p.recruitBox01__text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8em;
  color: #004B6A;
  letter-spacing: 0.1em;
}
.subTitle {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #004B6A;
  margin-bottom: 50px;
}
.subTitle2 {
  max-width: 800px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #004B6A;
  margin: 0 auto;
  margin-bottom: 30px;
}
.recruitDl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #D5E3F8;
  max-width: 800px;
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
}
.recruitDl + .recruitDl {
  border-bottom: 1px solid #D5E3F8;
}
.recruitDl dt {
  width: 270px;
  font-size: 15px;
  font-weight: 700;
}
.recruitDl dd {
  width: 528px;
  font-size: 15px;
}
.recruitText01 {
  max-width: 800px;
  width: 100%;
  font-size: 15px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.recruitDl__text01 {
  font-size: 15px;  
	padding-left: 0.7em;
	text-indent: -0.7em;
}
.recruitDl__text02 {
  font-size: 15px;  
}
.recruitDl__text03 {
  font-size: 15px;
  margin-top: 1.5em;
}

/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  #visual {
    background-image: url(../__images/sp/recruit/main_visual.jpg);
  }
  #visual h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #visual h2:after {
    top: 80px;
    background: url(../__images/sp/recruit/min.png) no-repeat center;
    background-size: 100%;
  }
  #main {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #sub {
    padding-top: 48px;
    padding-bottom: 70px;
  }
  .recruitBox01 {
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 70px;
  }
  #main p.recruitBox01__text {
    text-align: left;
    font-size: 18px;
  }
  .subTitle2 {
    max-width: 800px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #003C8B;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .recruitDl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #D5E3F8;
    max-width: 800px;
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
  }
  .recruitDl dt {
    width: 100%;
    margin-bottom: 19px;
  }
  .recruitDl dd {
    width: 100%;
  }
         
}
