.rec-cmnstyle-inner {
  text-align: center;
}

.rec-cmn-container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.rec-txt1 {
  font-family: serif;
  color: #bddeff;
  font-size: 79px;
  margin-bottom: -40px;
}

.rec-txt2 {
  font-family: serif;
  color: #0073a3;
  font-size: 40px;
  line-height: 43px;
  margin-bottom: 40px;
}

.rec-txt3 {
  font-family: serif;
  color: #0073a3;
  font-size: 23px;
  line-height: 45px;
  margin-bottom: 80px;
}

.rec-txt4 {
  color: #62aeee;
  font-size: 40px;
  line-height: 48px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.rec-txt5 {
  color: #0073a3;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 35px;
}

.rec-txt6 {
  color: #0073a3;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .rec-txt1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .rec-txt2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .rec-txt3 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
  }

  .rec-txt6 {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }

  .rec-nosp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .rec-nopc {
    display: none;
  }
}

.rec-bg1 {
  background-color: #e5f1ff;
}

.rec-bg3 {
  background-image: url("../img/recruit2/bg01.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.rec-boxwrapper1,
.rec-boxwrapper2 {
  display: flex;
  flex-direction: row;
  margin-bottom: 100px;
}

.rec-box-a {
  padding: 30px 0;
  background-color: #fff;
  flex: 2;
}

.rec-box-b {
  flex: 3;
  min-height: 280px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.rec-boximg1 {
  background-image: url("../img/recruit2/iwasato_gaikan.jpg");
}

.rec-boximg2 {
  background-image: url("../img/recruit2/ot-5.jpg");
}

.rec-boxwrapper3 {
  display: flex;
  flex-direction: row;
}

.rec-box-x {
  height: 270px;
  width: 270px;
  margin: 30px auto;
}

.rec-box-x a {
  display: block;
  background-color: #c4e5ef;
  margin: 12px 12px -12px -12px;
  border-radius: 30px;
}

.rec-box-xp {
  transform: translate(24px, -24px);
  height: 270px;
  width: 270px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.rec-box-xp0 {
  background-image: url("../img/recruit2/fj-0.jpg");
}

.rec-box-xp1 {
  background-image: url("../img/recruit2/sk-0.jpg");
}

.rec-box-xp2 {
  background-image: url("../img/recruit2/ot-0.jpg");
}

.rec-box-xp3 {
  background-image: url("../img/recruit2/sh-0.jpg");
}

.rec-box-xp4 {
  background-image: url("../img/recruit2/fw-0.jpg");
}

.rec-box-xp p {
  position: absolute;
  right: -15px;
  bottom: -15px;
  display: block;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  background-color: #8abde6;
}

@media screen and (max-width: 767px) {
  .rec-boxwrapper1 {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .rec-boxwrapper2 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .rec-boxwrapper3 {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

img.rec-topimg {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
}

img.rec-img01 {
  max-width: 800px;
}

div.rec-sec-ptb {
  padding-top: 70px;
  padding-bottom: 70px;
}

.rec-mybtn {
  max-width: 600px;
}

.rec-cmnbtn {
  display: inline-block;
  background-color: #e5f1ff;
  color: #0073a3;
  border-radius: 25px;
  font-size: 16px;
  padding: 15px 30px;
  margin: 15px 10px;
}

.rec-cmnbtn2 {
  display: inline-block;
  background-color: #62aeee;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  padding: 15px 30px;
  margin: 15px 10px;
}

img.rec-sidebanner {
  max-width: 60px;
}

.rec-sidebanner-wrapper {
  position: fixed;
  right: 0;
  top: 30vh;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  img.rec-sidebanner {
    max-width: 45px;
  }

  .rec-sidebanner-wrapper {
    top: 10vh;
  }
}

.rec-ytbox {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

/* -------- */

.rec-boxwrapper4 {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 30px;
  padding: 25px 10px;
  margin-bottom: 80px;
}

.rec-box-p {
  flex: 2;
}

.rec-box-q {
  flex: 5;
}

@media screen and (max-width: 767px) {
  .rec-boxwrapper4 {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

img.rec-leftimg {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  padding: 5px;
}

img.rec-rightimg {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  padding: 5px;
}

.rec-txt11 {
  font-size: 22px;
  line-height: 40px;
  color: #006fa3;
}

.rec-txt12 {
  font-size: 22px;
  line-height: 40px;
  margin: 20px;
  color: #006fa3;
  border-bottom: 1px solid #006fa3;
}

.rec-txt13 {
  padding: 20px;
  font-size: 17px;
  line-height: 32px;
  text-align: left;
}

/* -------- */

@media only screen and (min-width: 768px) {
  .boxCol3_plus li {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  table.table01-plus th {
    width: 20%;
    padding: 15px 0;
  }
}

.recruit-box {
  border: solid 1px #62aeee;
  padding: 30px;
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .recruit-box {
    padding: 30px 10px;
  }
}

.recruit-box::before {
  content: "";
  top: 0;
  left: 0;
  border-left: 50px solid #62aeee;
  border-bottom: 50px solid transparent;
  position: absolute;
  z-index: 100;
}

.rec-box-s {
  flex: 2;
  text-align: left;
  padding: 5px 0;
}

.rec-box-s img {
  width: 100%;
  max-width: 400px;
}

.rec-box-t {
  flex: 3;
  text-align: left;
  padding: 5px 0;
}

.rec-txt21 {
  color: #62aeee;
  font-size: 25px;
}

.rec-boxwrapper21 {
  margin: 15px 5px;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .rec-boxwrapper21 {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.rec-youkou-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.rec-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 30px solid #62aeee;
  border-bottom: 0;
  margin: 0 auto 40px auto;
}
