#area-1, #area-2, #area-3, #area-4 {
  margin-top: -80px;
  padding-top: 80px;
  z-index: -1;
}
.base_bg {
  padding: 3em 0;
}
.recruit_title {
  position: relative;
}
.recruit_title img {
  height: 180px;
  object-fit: cover;
}
.recruit_title div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: left;
  color: #fff;
}
.recruit_title div p {
  font-family: "copperplate", serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1.6rem;
}
.recruit_title div h2 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
  font-size: 1.8rem;
}
/* link */
.recruit_link {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -1em auto 0em;
  justify-content: space-between;
  width: 95%;
}
.recruit_link li {
  position: relative;
  margin: 1em 5px 0em;
  width: calc(100% / 2 - 10px);
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.recruit_link li::before {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translate(-50%, -0%);
  content: '\f078';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  transition: all .2s linear;
}
.recruit_link li:hover::before {
  bottom: 3px;
}
.recruit_link li a {
  display: block;
  background: #036DB7;
  color: #fff;
  padding: 20px 0 30px;
  transition: all .2s linear;
}
.recruit_link li span {
  display: block;
  font-family: "copperplate", serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}
/* content */
.content_wrap {
  width: 85%;
  margin: auto;
}
.content_wrap > p {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.6rem;
  text-align: left;
}
.content {
  text-align: left;
}
.content li {
  position: relative;
  margin: 1em auto 0;
  background: #036DB7;
  color: #fff;
  padding: 20px;
  counter-increment: mycounter;
}
.content li::before {
  position: absolute;
  top: 17px;
  left: 20px;
  content: counter(mycounter, decimal-leading-zero);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  color: #036DB7;
  font-family: "copperplate", serif;
  font-weight: bold;
}
.content li dt {
  font-weight: 600;
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 40px;
  margin: 0 0 10px;
}
.appeal_bg {
  padding: 0em 0 3em;
  position: relative;
  background: #CEE3F1;
  text-align: left;
}
.appeal_bg h3 {
  background: #EAA0A0;
  position: relative;
  color: #fff;
  padding: 15px 0px 15px 30px;
  width: 180px;
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
  display: inline-block;
  margin: 0 auto 0 0;
  font-size: 1.9rem;
}
.appeal_bg h3::after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  content: '';
  background: #DD0B1A;
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
}
.appeal_bg h3 span {
  position: relative;
  z-index: 1;
}
.appeal_wrap {
  width: 85%;
  margin: 1em auto 0;
}
.appeal_wrap > p {
  font-family: "a-otf-ryumin-pr6n", serif;
  line-height: 1.8;
}
.appeal {
  width: 95%;
  margin: auto;
}
.appeal li {
  position: relative;
  background: #fff;
  margin: 2em auto 0;
  counter-increment: mycounter;
}
.appeal li::before {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: -8px;
  content: counter(mycounter, decimal-leading-zero);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #036DB7;
  color: #fff;
  font-family: "copperplate", serif;
  font-weight: bold;
  font-size: 1.6rem;
}
.appeal_txt {
  padding: 20px;
}
.appeal_txt div {
  color: #036DB7;
  border-bottom: 1px solid #DD0B1A;
  font-weight: 600;
  padding: 0 0 5px;
  margin: 0 auto 8px;
  font-size: 1.7rem;
}
.recommend_ttl {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0em auto 1.5rem;
  padding: 15px 20px;
  color: #fff;
  background: #036DB7;
  font-weight: 600;
}
.recommend_ttl::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #036DB7;
}
.recommend {
  width: 90%;
  margin: auto;
}
.recommend li {
  margin: 0.5em auto 0;
  border: 1px solid #036DB7;
  padding: 10px 5px;
  font-weight: 600;
  color: #036DB7;
  font-size: 1.5rem;
}
.recommend li span {
  display: inline-block;
}
/* environment  */
.environment_txt {
  width: 85%;
  margin: auto;
  font-family: "a-otf-ryumin-pr6n", serif;
  text-align: left;
}
.environment_txt p {
  font-size: 1.6rem;
}
.environment_txt div {
  margin: 1em auto 0;
  color: #036DB7;
  border-top: 1px solid #036DB7;
  border-bottom: 1px solid #036DB7;
  padding: 8px 0;
  letter-spacing: 2px;
}
.facility {}
.facility > li {
  margin: 3em auto 0;
}
.facility > li:nth-of-type(even) .facility_ttl {
  flex-direction: row-reverse;
  margin: 0 0 0 5%;
}
.facility_ttl {
  margin: 0 5% 0 0;
  background: #036DB7;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}
.facility_ttl img {
  width: calc(100% - 170px);
  height: 170px;
  object-fit: cover;
}
.facility_ttl div {
  width: 170px;
  text-align: center;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.4rem;
}
.facility_ttl div span {
  display: block;
  font-family: "copperplate", serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.7rem;
}
.facility ul {
  width: 75%;
  margin: 0em auto 0em;
}
.facility ul li {
  margin: 2em auto 0em;
}
.facility ul li div {
  margin: 0.8em auto 0.2em;
  color: #036DB7;
  font-weight: 600;
  font-size: 1.6rem;
}
.facility ul li p {}
.environment_wrap {
  width: 85%;
  margin: auto;
}
.environment_wrap > p {
  position: relative;
  color: #036DB7;
  font-weight: 600;
  text-align: left;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.7rem;
  padding: 0 0 0 12px;
  letter-spacing: 2px;
  line-height: 1.2;
}
.environment_wrap > p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 5px;
  height: 100%;
  background: #036DB7;
}
.environment {
  width: calc(100% + 10px);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em -5px;
  justify-content: space-between;
}
.environment li {
  margin: 1em 5px 0em;
  width: calc(100% / 2 - 10px);
  background: #CEE3F1;
  padding: 20px 10px;
  box-sizing: border-box;
}
.environment li img {
  width: 60px;
  margin: auto;
}
.environment li div {
  color: #036DB7;
  font-weight: 600;
  margin: 0.5em auto 0.5em;
}
.environment li p {
  font-size: 1.2rem;
}
/* career  */
.career_list {
  width: 85%;
  margin: auto;
}
.career_list > li:first-child {
  margin: 2em auto 0;
}
.career_list > li {
  position: relative;
  margin: 3em auto 0;
}
.career_list > li::before {
  position: absolute;
  content: '';
  top: calc(100% + 15px);
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/images/recruit/arrow_down.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.career_list > li:last-child::before {
  display: none;
}
.career_list > li > p {
  font-weight: 600;
  background: #036DB7;
  color: #fff;
  padding: 5px 0;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.career_list > li:nth-child(2) > p {
  background: #479801;
}
.career_list > li:nth-child(3) > p {
  background: #EB9100;
}
.career {}
.career > li {
  margin: 2.5em auto 0;
  position: relative;
  background: #CEE3F1;
  padding: 30px 20px 20px;
  box-sizing: border-box;
}
.career > li > div {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 50px;
}
.career > li > p {
  font-weight: 600;
  color: #036DB7;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.career_list > li:nth-child(2) .career > li {
  background: #D6F2E3;
}
.career_list > li:nth-child(2) .career > li > p {
  color: #479801;
}
.career_list > li:nth-child(3) .career > li {
  background: #FCEDD7;
}
.career_list > li:nth-child(3) .career > li > p {
  color: #EB9100;
}
.career_in {}
.career_in li {
  margin: 0.5em auto 0;
  background: #fff;
  font-weight: 600;
  padding: 7px 0;
  line-height: 1.5;
}
/* RECRUITMENT */
.recruit_wrap {
  width: 85%;
  margin: auto;
}
.recruit_detail {
  margin: 0 auto 3em;
  border-top: 1px solid #036DB7;
}
.recruit_detail > li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #036DB7;
  text-align: left;
}
.recruit_detail li dt {
  width: 100px;
  color: #036DB7;
  font-weight: 600;
}
.recruit_detail li dd {
  width: calc(100% - 100px);
}
.recruit_detail li ul li {
  position: relative;
  padding: 2px 0 2px 17px;
}
.recruit_detail li ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #036DB7;
}
.recruit_wrap h3 {
  font-weight: 400;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.5rem;
}
.recruit_wrap h3 span {
  display: block;
  font-family: "copperplate", serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #036DB7;
  font-size: 2.5rem;
  letter-spacing: 2px;
  line-height: 1.2;
}
.flow {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: space-between;
}
.flow li {
  position: relative;
  margin: 0.8em 15px 0em;
  width: calc(100% / 2 - 30px);
}
.flow li::before {
  position: absolute;
  content: '';
  top: 50%;
  right: -35px;
  transform: translate(0%, -50%);
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("/images/recruit/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.flow li:last-child::before {
  display: none;
}
.entry {
  background: #CEE3F1;
  margin: 3em auto 0;
  padding: 20px;
}
.entry p {
  margin: 0.8em auto 1em;
  text-align: left;
}
.entry div {
  padding: 8px 0;
  text-align: left;
  font-size: 1.2rem;
  border-top: 1px solid #036DB7;
  border-bottom: 1px solid #036DB7;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .base_bg {
    padding: 5em 0;
  }
  /* link */
  .recruit_link {
    max-width: 1200px;
    width: 95%;
  }
  .recruit_link li {
    margin: 1em 7px 0em;
    width: calc(100% / 4 - 14px);
    font-size: 1.9rem;
  }
  .recruit_link li a {
    padding: 40px 0 50px;
  }
  .recruit_link li span {
    font-size: 1.4rem;
  }
  .recruit_title img {
    height: 300px;
  }
  .recruit_title div {
    max-width: 1200px;
    width: 90%;
  }
  .recruit_title div p {
    line-height: 1.3;
    font-size: 3.5rem;
  }
  .recruit_title div h2 {
    font-size: 2.5rem;
  }
  /* content */
  .content_wrap {
    width: 90%;
    max-width: 900px;
    margin: auto;
  }
  .content_wrap > p {
    font-size: 2.5rem;
    text-align: center;
  }
  .content li {
    margin: 1.5em auto 0;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
    align-items: center;
  }
  .content li::before {
    top: 50%;
    transform: translate(0%, -50%);
    left: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2rem;
  }
  .content li::after {
    position: absolute;
    top: 40px;
    left: 300px;
    content: '';
    width: 1px;
    height: calc(100% - 80px);
    background: #fff;
  }
  .content li dt {
    width: 230px;
    font-size: 2.3rem;
    padding: 0 0 0 70px;
    margin: 0;
    border-bottom: none;
  }
  .content li dd {
    width: calc(100% - 300px);
    font-size: 1.8rem;
  }
  .appeal_bg {
    padding: 0em 0 5em;
  }
  .appeal_bg h3 {
    width: 350px;
    padding: 22px 0px 22px 8%;
    letter-spacing: 2px;
    font-size: 3.3rem;
  }
  .appeal_bg h3::after {
    left: -15px;
  }
  .appeal_wrap {
    width: 90%;
    max-width: 1150px;
    margin: 2em auto 0;
  }
  .appeal_wrap > p {
    max-width: 860px;
    font-size: 1.9rem;
    letter-spacing: 2px;
  }
  .appeal {
    width: 100%;
  }
  .appeal li {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    margin: 3em auto 0;
  }
  .appeal li::before {
    top: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2rem;
  }
  .appeal li img {
    width: 50%;
  }
  .appeal_txt {
    width: 50%;
    box-sizing: border-box;
    padding: 0 50px;
    font-size: 1.7rem;
  }
  .appeal_txt div {
    padding: 0 0 10px;
    margin: 0 auto 15px;
    font-size: 2.5rem;
  }
  .recommend_ttl {
    margin: 0em auto 2rem;
    padding: 15px 70px;
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
  .recommend_ttl::before {
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #036DB7;
  }
  .recommend {
    max-width: 900px;
  }
  .recommend li {
    padding: 13px 5px;
    font-size: 2rem;
    letter-spacing: 2px;
  }
  /* environment  */
  .environment_txt {
    width: 90%;
    max-width: 1100px;
    text-align: center;
  }
  .environment_txt p {
    letter-spacing: 2px;
    font-size: 2.5rem;
  }
  .environment_txt div {
    margin: 1em auto 0;
    padding: 8px 0;
    font-size: 2rem;
  }
  .facility > li {
    margin: 5em auto 0;
  }
  .facility > li:nth-of-type(even) .facility_ttl {
    margin: 0 0 0 8%;
  }
  .facility_ttl {
    margin: 0 8% 0 0;
  }
  .facility_ttl img {
    width: calc(100% - 450px);
    height: 450px;
  }
  .facility_ttl div {
    width: 450px;
    font-size: 2.2rem;
  }
  .facility_ttl div span {
    line-height: 1.3;
    font-size: 2.8rem;
  }
  .facility ul {
    width: 84%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 3em auto 0em;
    justify-content: space-between;
  }
  .facility ul li {
    margin: 0 20px 0em;
    width: calc(100% / 2 - 40px);
  }
  .facility ul li div {
    margin: 0.8em auto 0.2em;
    font-size: 2.2rem;
  }
  .facility ul li p {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .environment_wrap {
    width: 90%;
    max-width: 1200px;
  }
  .environment_wrap > p {
    font-size: 2.5rem;
    padding: 0 0 0 20px;
  }
  .environment_wrap > p::before {
    width: 7px;
  }
  .environment {
    width: calc(100% + 20px);
    margin: 0em auto 0em -10px;
  }
  .environment li:nth-child(-n+2) {
    width: calc(100% / 2 - 20px);
  }
  .environment li {
    margin: 1.5em 10px 0em;
    width: calc(100% / 3 - 20px);
    padding: 35px 10px;
  }
  .environment li:nth-child(-n+2) img {
    width: 110px;
  }
  .environment li img {
    width: 90px;
  }
  .environment li div {
    font-size: 2.2rem;
    letter-spacing: 2px;
    margin: 0.5em auto 0.2em;
  }
  .environment li p {
    font-size: 1.6rem;
  }
  /* career  */
  .career_list {
    width: 90%;
    max-width: 1200px;
  }
  .career_list > li:first-child {
    margin: 2em auto 0;
  }
  .career_list > li {
    margin: 5em auto 0;
  }
  .career_list > li::before {
    top: calc(100% + 30px);
    width: 30px;
    height: 30px;
  }
  .career_list > li > p {
    padding: 8px 0;
    font-size: 2rem;
  }
  .career {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 4em auto 0em -8px;
    justify-content: space-between;
    width: calc(100% + 16px);
  }
  .career > li {
    margin: 0 8px 0em;
    width: calc(100% / 3 - 16px);
    padding: 45px 30px 30px;
  }
  .career > li > div {
    top: -40px;
    width: 80px;
  }
  .career > li > p {
    font-size: 2rem;
  }
  .career_in.one li {
    height: 129px;
  }
  .career_in.three li {
    height: 76px;
  }
  .career_in li {
    display: grid;
    place-items: center;
    place-content: center;
    padding: 10px 0;
    line-height: 1.6;
    height: 50px;
  }
  /* RECRUITMENT */
  .recruit_wrap {
    width: 90%;
    max-width: 900px;
  }
  .recruit_detail {
    margin: 0 auto 5em;
  }
  .recruit_detail > li {
    padding: 18px 0;
  }
  .recruit_detail li dt {
    width: 180px;
  }
  .recruit_detail li dd {
    width: calc(100% - 180px);
  }
  .recruit_detail li ul li {
    padding: 2px 0 2px 20px;
  }
  .recruit_detail li ul li::before {
    top: 11px;
    width: 10px;
    height: 10px;
  }
  .recruit_wrap h3 {
    font-size: 2rem;
  }
  .recruit_wrap h3 span {
    letter-spacing: 4px;
    font-size: 4rem;
  }
  .flow li {
    width: calc(100% / 4 - 30px);
  }
  .entry {
    margin: 5em auto 0;
    padding: 50px;
  }
  .entry p {
    margin: 1em auto 1.5em;
    text-align: center;
    font-size: 1.7rem;
    letter-spacing: 2px;
  }
  .entry div {
    padding: 10px 0;
    text-align: center;
    font-size: 1.6rem;
    display: inline-block;
  }
}