@charset "UTF-8";

/* --- 共通項目 -------------------------------- */

h2.section__ttl{
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-image: url(../img/recruit/ttl_bg.jpg);
  background-size: contain;
  background-repeat: repeat;
  padding: 20px;
}

main{
  position: relative;
  width: 100%;
}

main section{
  padding-bottom: 60px;
}

main .wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 3%;
  padding-left: 3%;
}

main img{
  width: 100%;
  display: block;
}

@media screen and (max-width: 1200px) {
  main .wrap{
    max-width: 992px;
  }
}

@media screen and (max-width: 992px) {
  main .wrap{
    max-width: 768px;
  }
}

@media screen and (max-width: 768px) {
  main .wrap{
    max-width: 540px;
    padding-right: 0;
    padding-left: 0;
  }
}

/* --- #header -------------------------------- */

.d-flex{
  justify-content: space-between;
}

.header__spMenu{
  display: none;
}


/* --- #top -------------------------------- */

#top{
  background-image: url(../img/recruit/recruit_top_ttl.png);
  background-size: 35%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 23% 0;
  position: relative;
}

main h1{
  width: 350px;
  height: 350px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*
main h1{
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
}

main h1 span{
  display: block;
  font-size: 1.25rem;
}
*/

@media screen and (max-width: 768px) {
  main h1{
    width: 170px;
    height: 170px;
  }
}


/* --- #overview -------------------------------- */

#overview{
  background: #A8B9C5 url(../img/recruit/overview_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overview__column{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  background-color: #fff;
  border: 5px solid #536473;
  box-shadow: 8px 8px 0px rgba(83, 100, 115, 1);
  margin-top: 30px;
  max-height: 270px;
}

.overview__num{
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}

.overview__column-txt{
  width: 50%;
  padding: 20px 0 20px 40px;
  text-align: justify;
}

.overview__column-txt h3{
  color: #BC2A45;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.25rem;
  border-bottom: 2px dashed #536473;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.overview__column-img{
  width: 50%;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
}

.overview__column-img img{
  height: 100%;
  object-fit: cover;
  object-position: 0% 25%;
}

@media screen and (max-width: 768px) {
  .overview__column{
    width: 92%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .overview__num{
    width: 80px;
    height: 80px;
  }

  .overview__column-txt{
    width: 100%;
    padding: 30px 20px;
  }

  .overview__column-img{
    width: 100%;
  }

  .overview__column-img{
    clip-path: none;
  }
}


/* --- #staff -------------------------------- */

#staff{
  background: #A8B9C5 url(../img/recruit/staff_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.staff__column-r,
.staff__column-l{
  position: relative;
  margin: 30px auto 0;
  overflow: hidden;
}

.staff__column-img{
  position: absolute;
  max-width: 420px;
  width: 45%;
  height: auto;
  box-shadow: 8px 8px 0px rgba(83, 100, 115, 1);
}

.staff__column-txt h3{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.staff__column-txt h3 span{
  font-size: 1rem;
}

.staff__column-txt dl{
  margin-bottom: 20px;
}

.staff__column-txt dt{
  font-size: 1.25rem;
  font-weight: bold;
  color: #BC2A45;
  margin-bottom: 5px;
}

.staff__column-txt dd{
  padding-left: 2rem;
}

.staff__column-r .staff__column-txt{
  width: 60%;
  padding: 40px 40px 40px 60px;
  margin-left: auto;
  background: #fff url(../img/recruit/staff_bg_r.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.staff__column-r .staff__column-img{
  top: 50%;
  right: 57%;
  transform: translateY(-50%);
}

.staff__column-l .staff__column-txt{
  width: 60%;
  padding: 40px 60px 40px 40px;
  margin-right: auto;
  background: #fff url(../img/recruit/staff_bg_l.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.staff__column-l .staff__column-img{
  top: 50%;
  left: 57%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .staff__column-r .staff__column-txt,
  .staff__column-l .staff__column-txt {
    width: 100%;
    padding: 60px 30px 30px 30px;
    background: #fff url(../img/recruit/staff_bg_r.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .staff__column-img {
    width: 100%;
    max-width: 320px;
    position: relative;
  }

  .staff__column-r .staff__column-img,
  .staff__column-l .staff__column-img {
    right: 50%;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
  }
}


/* --- #benefit -------------------------------- */

#benefit{
  background-color: #A8B9C5;
}

.benefit__column{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}

.benefit__column-item{
  width: 24%;
  min-width: 230px;
  border: 5px solid #536473;
  box-shadow: 8px 8px 0px rgba(83, 100, 115, 1);
}


/* --- #requirement -------------------------------- */

#requirement{
  background-color: #A8B9C5;
}

#requirement table{
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
}

#requirement tr{
  border-bottom: 1px solid #536473;
}

#requirement tr:nth-of-type(1){
  border-top: 1px solid #536473;
}

#requirement th{
  text-align: left;
  background-color: #E1D2C8;
  padding: 15px;
  width: 15%;
}

#requirement td{
  background-color: #fff;
  padding: 20px;
  width: 85%;
}

#requirement ul{
  padding-left: 1rem;
}

#requirement li{
  list-style: disc;
  text-align: justify;
  margin-bottom: 1rem;
}

#requirement li::marker{
  content: '●';
}

@media screen and (max-width: 768px) {
  #requirement table{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  #requirement th,
  #requirement td{
    display: block;
    width: 100%;
  }

  #requirement th{
    border-bottom: 1px solid #526573;
  }
}

.form__button{
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #526573;
  background-color: #fff;
  border: 5px solid #526573;
  border-radius: 100px;
  display: block;
  max-width: 600px;
  padding: 10px 20px;
  margin: 30px auto;
  box-shadow: 0px 7px 0px 0px #526573;
  transition: all 0.3s
}

.form__button:hover{
  box-shadow: 0px 0px 0px 0px #526573;
  transform: translateY(7px);
  transition: all 0.3s;
  color: #526573;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .form__button{
    font-size: 1.25rem;
    margin: 30px 4%;
  }
}


/* --- #contact -------------------------------- */

#contact h3{
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin: 40px auto 30px;
}

.triangle::after {
  display: block;
    transform: translateY(-25%) rotate(45deg);
    width: 30px;
    height: 30px;
    margin: auto;
    border-bottom: 1px solid #526573;
    border-right: 1px solid #526573;
    content: '';
}

.contact__txt{
  text-align: center;
  font-size: 1.125rem;
  margin-top: 30px;
}

.contact__txt a{
  text-decoration: none;
  color: #fff;
  background-color: #BC2A45;
  padding: 10px 30px;
  transition: all 0.3s;
}

.contact__txt a:hover{
  opacity: 0.7;
  transition: all 0.3s;
}

#contact .sp{
  display: none;
}

@media screen and (max-width: 992px) {
  #contact h3{
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  #contact .wrap{
    padding-left: 4%;
    padding-right: 4%;
  }

  #contact h3{
    font-size: 1.25rem;
    line-height: 2rem;
  }

  #contact .sp{
  display: block;
}
}