@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  共通

---------------------------------*/
header {}
header .wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 3rem 0;
}
header .wrap #logo {
  background: none;
  max-width: 30rem;
  margin: 0;
  margin-left: 5%;
  padding: 0;
}
section {
  padding: 10rem 0;
}
section .wrap {
  margin: auto;
  max-width: 120rem;
  width: 90%;
}
section .pagetitle {
  padding: 5rem 0;
  margin-bottom: 7rem;
}
section .pagetitle ._inner {
  margin: auto;
  width: 90%;
}
section .pagetitle h2 {
  font-size: 6rem;
}
section .pagetitle h2 span {
  background: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
  color: #fff;
  display: inline-block;
  letter-spacing: 5px;
  padding: 0 2rem;
}
section .pagetitle p {
  margin-top: 3rem;
  letter-spacing: 3px;
}
section .title {
  margin-bottom: 7rem;
  text-align: center;
}
section .title p {
  margin-top: 3rem;
  letter-spacing: 3px;
}
section .title h2 {
  font-size: 5rem;
  letter-spacing: 5px;
}
section .title h2 span {
  display: inline-block;
  padding: 0 2rem;
}
@media screen and (max-width: 1024px) {
  header .wrap {
    display: block;
    padding: 3rem 0;
  }
  header .wrap #logo {
    margin: auto;
    max-width: 28rem;
  }
  section .pagetitle {
    padding: 3rem 0;
    margin-bottom: 5rem;
  }
  section .pagetitle h2 {
    font-size: 4.5rem;
  }
  section .pagetitle p {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 896px) {
  header .wrap #logo {}
  section .pagetitle h2 {
    font-size: 4rem;
  }
  section .title h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  header .wrap {
    padding: 0;
  }
  header .wrap #logo {
    max-width: 23rem;
    margin-bottom: 0;
    padding: 3rem 2rem 0;
  }
  section {
    padding: 5rem 0;
  }
  section .pagetitle {
    padding: 3rem 0;
    margin-bottom: 5rem;
  }
  section .pagetitle h2 {
    font-size: 3rem;
  }
  section .pagetitle p {
    margin-top: 2rem;
  }
  section .title h2 {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}
/*---------------------------------

  募集要項

---------------------------------*/
.outline_block {
  border-bottom: 1px solid #eee;
}
.outline_block .wrap {}
.outline_block .wrap .title h2 {
  font-size: 4rem;
}
.outline_block .wrap .title h2 span {
  background: rgb(246, 235, 143);
  background: linear-gradient(90deg, rgba(246, 235, 143, 0.35) 0%, rgba(244, 190, 161, 0.35) 100%);
}
/*---------------------------------
  募集要項表
---------------------------------*/
.outline_block .wrap .job_details {}
.outline_block .wrap .job_details ._inner {
  margin: 5rem auto;
}
.outline_block .wrap .job_details ._inner dl {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 3rem;
}
.outline_block .wrap .job_details ._inner dl dt {
  flex: 0 0 25rem;
  font-weight: 500;
}
.outline_block .wrap .job_details ._inner dl dd {}
.outline_block .wrap .job_details ._inner dl dd a {
  display: inline-block;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .outline_block .wrap .job_details ._inner dl {
    display: block;
    padding: 2rem;
  }
  .outline_block .wrap .job_details ._inner dl dt {
    margin-bottom: .5rem;
  }
}
/*---------------------------------
  選考の流れ
---------------------------------*/
.outline_block .wrap .flow_box {}
.outline_block .wrap .flow_box h3 {
  font-size: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}
.outline_block .wrap .flow_box ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.outline_block .wrap .flow_box ul li {
  flex-basis: calc(100%/3 - 5rem);
  background: #f3f3f3;
  padding: 3rem 2rem;
  position: relative;
  text-align: center;
}
.outline_block .wrap .flow_box ul li:not(:last-child)::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #555555;
  border-right: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .outline_block .wrap .flow_box ul {
    display: block;
    justify-content: space-between;
    list-style: none;
  }
  .outline_block .wrap .flow_box ul li {
    font-size: 110%;
    margin: 4rem 0;
    padding: 2rem 1rem;
  }
  .outline_block .wrap .flow_box ul li:not(:last-child)::after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #555555;
    top: inherit;
    bottom: -3rem;
    right: 0;
    left: 0;
    transform: rotate(90deg);
  }
}
/*---------------------------------

  採用に関するお問合せはこちらから

---------------------------------*/
.contactBox {
  background: rgba(238, 238, 238, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10rem auto;
  max-width: 120rem;
  padding: 5rem;
  width: 90%;
}
.contactBox dt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.contactBox dd {
  border-left: 1px solid;
  margin-left: 3rem;
  padding-left: 3rem;
  text-align: center;
}
.contactBox dd p {
  font-size: 1.4rem;
}
.contactBox dd p.tel {
  font-size: 4rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .contactBox {
    display: block;
    padding: 3rem 2rem;
    margin-top: 2rem;
    margin-bottom: 5rem;
    text-align: center;
  }
  .contactBox dt {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .contactBox dd {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .contactBox dd p {
    font-size: 1.4rem;
  }
  .contactBox dd p.tel {
    font-size: 3rem;
  }
}