@charset "UTF-8";

/* ==== color ========================== */
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-primary: #8CBD3D;
  --color-blue: #0081C2;
  --color-bgGray: #F2F2F2;
  --futura: "futura-pt", sans-serif;
}

/*================================================
 *  subVisual
 ================================================*/
#subVisual::before {
  background-image: url(../../images/recruit/subVisual.png);
}

@media screen and (max-width:767px) {
  #subVisual::before {
    background-position: center right 23%;
  }

}

/*================================================
 *  intro
 ================================================*/
#intro {
  padding: 15.55vw 0;
  background: url(../../images/recruit/intro_bg.png) no-repeat center/cover;
  height: 100%;
}

#intro .inner {
  width: 95.4%;
  margin-left: auto;
}

#intro .inner h2 {
  font-size: 3.38em;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: var(--color-white);
}

#intro .inner h3 {
  font-family: var(--futura);
  font-size: 10em;
  letter-spacing: 0.05em;
  color: var(--color-white);
  line-height: 0.9;
}

#intro .inner h3 span {
  font-size: 0.26em;
  letter-spacing: 0.775em;
  padding-left: 0.3em;
  display: block;
  color: var(--color-white);
}


@media screen and (max-width:767px) {
  #intro {
    background: var(--color-white);
  }

  #intro .inner.pc {
    display: none;
  }

  #intro .inner.sp {
    display: block;
    width: 83.33%;
    min-width: 300px;
    margin-right: auto;
  }


  /* recruit__page */
  #intro .inner a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34.66vw;
    background: rgb(140, 189, 61);
    background: linear-gradient(90deg, rgba(140, 189, 61, 1) 20%, rgba(0, 162, 170, 1) 100%);
    padding: 2vw;
    color: var(--color-white);
    text-align: center;
    z-index: 10;
  }

  #intro .inner a h2 {
    width: 100%;
    height: 100%;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.63;
    color: var(--color-white);
    border: 1px solid var(--color-white);
    display: grid;
    place-content: center;
    border-radius: 2vw;
  }
}

/*================================================
 *  message
 ================================================*/
#message {
  padding: 8vw 0;
}

#message .narrow img {
  width: 30%;
}

#message .narrow div {
  width: 65%;
  letter-spacing: 0.05em;
}

#message h3 {
  background: var(--color-blue);
  color: var(--color-white);
  padding: 0.65em 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#message h2 {
  font-size: 1.92em;
  margin: 1.6em 0;
  letter-spacing: 0.1em;
  color: var(--color-blue);
  font-weight: bold;
}

@media screen and (max-width:767px) {
  #message {
    padding-top: 0;
  }

  #message h3 {
    padding: 0.65em 2em;
    margin: 0 auto;
  }

  #message h2 {
    font-size: 1.666em;
    text-align: center;
  }

  #message .narrow img {
    width: 42%;
  }

  #message .narrow div {
    width: 51%;
  }
}

/*================================================
 *  movie
 ================================================*/
#movie {
  background: rgb(140, 189, 61);
  background: linear-gradient(90deg, rgba(140, 189, 61, 1) 20%, rgba(0, 162, 170, 1) 100%);
}

#movie video {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 8.7%;
}

@media screen and (max-width:767px) {
  #movie h2 {
    color: var(--color-white);
  }

  #movie h2.sub.wt::before {
    background-image: url(../../images/sub_hd_wt_sp.png);
  }
}

/*================================================
 *  description
 ================================================*/
#description .narrow>p {
  width: 72.5%;
  margin: 7% auto 6%;
  letter-spacing: 0.05em;
}

#description ul {
  display: grid;
  gap: 1.8vw;
  grid-template-columns: repeat(3, 1fr);
}

#description ul li h3 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid;
  color: #0094A8;
  margin: 1.38em 0 2em;
  padding: 0.9em 0;
}

#description ul li:nth-child(2) h3 {
  color: #988AB9;
}

#description ul li:nth-child(3) h3 {
  color: #DD82A2;
}


@media screen and (max-width:767px) {
  #description .narrow {
    width: 100%;
  }

  #description .narrow>p {
    width: 80.66%;
    margin: 10vw auto 7vw;
  }

  .sp__scroll {
    width: 91.6%;
    margin-left: auto;
    overflow-x: scroll;
  }

  .scrollbar::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 1em 0 0 1em;
  }

  .scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
    border-radius: 1em;
  }

  .scrollbar-thumb-black::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: #ccc;
  }

  #description ul {
    min-width: 144.66vw;
    gap: 4.1vw;
    padding-bottom: 10px;
  }

  #description ul li h3 {
    font-size: 1.06em;
    padding: 0.5em 0;
  }
}

/*================================================
 *  interview
 ================================================*/
#interview {
  background: var(--color-bgGray);
}

#interview>p.ac {
  margin: 5.4vw 0 4.1vw;
}

#interview .sp__scroll {
  margin-left: auto;
  /* overflow-x: scroll; */
  overflow: hidden;
  width: 92.4%;
  margin: 0 0 0 auto;
  margin-bottom: 1vw;
}

#interview .scrollbar::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 1em 0 0 1em;
}

#interview .scrollbar-thumb-black::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #ccc;
  border-radius: 1em;
}

.interview__inner {
  padding-right: 10vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#interview ul {
  display: grid;
  gap: 1.25vw;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: 1vw;
}

#interview ul li {
  position: relative;
  width: 19.75vw;
}


#interview ul li a>p {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: var(--color-white);
  background: #988AB9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.65em 2em;
  letter-spacing: 0.2em;
  margin-top: 6.25%;
}

#interview ul li:nth-child(1) a>p {
  background: #0094A8;
}

/* 
#interview ul li:nth-child(4) a>p {
  background: #DD82A2;
} */

#interview ul li img {
  width: 98.75%;
  height: 25vw;
  overflow: hidden;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  margin-left: auto;
}

#interview ul li div {
  background: var(--color-white);
  width: 98.75%;
  margin-left: auto;
  padding: 6%;
  color: #64646F;
}

#interview ul li div p:first-of-type {
  line-height: 2.2;
  font-weight: 400;
  font-size: clamp(1rem, 0.76em, 4rem);
  letter-spacing: 0.1em;
}

#interview ul li div p:nth-of-type(2) {
  font-size: 1.15em;
  font-weight: bold;
  letter-spacing: 0.2em;
}



/* モーダルの背景 */
body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 95%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}

.modal.show {
  opacity: 1;
  z-index: 100;
  pointer-events: fill;
  transition: opacity 1s;
  overflow: scroll;
}

/* モーダルコンテンツ */
.modal__cont {
  margin: 9.6% auto;
  width: 72.8%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.5s;
  position: relative;
}

.modal__cont .bg {
  background: rgb(140, 189, 61);
  background: linear-gradient(90deg, rgba(140, 189, 61, 1) 20%, rgba(0, 162, 170, 1) 100%);
  color: var(--color-white);
  padding: 2.2% 0;
}

.modal__cont .bg .ttl {
  width: 36%;
  padding-left: 3.5vw;
}

.modal__cont .bg .ttl * {
  color: var(--color-white);
}

.modal__cont .bg .ttl h2 {
  font-size: 1.153em;
  font-weight: bold;
  letter-spacing: 0.4em;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  position: relative;
}

.modal__cont .bg .ttl h2::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/recruit/modal_ttl.png);
  width: 20vw;
  height: 1vw;
  bottom: 0;
  left: -3.5vw;
}

.modal__cont .bg .ttl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.modal__cont .bg .ttl ul li:first-child {
  font-size: 0.95em;
  letter-spacing: 0.2em;
  background: var(--color-white);
  color: #687382;
  font-weight: bold;
  padding: 0.5em 1.2em;
  border-radius: 2em;
  margin-right: 2em;
}

.modal__cont .bg .ttl ul li:nth-child(2) p {
  font-size: 1.153em;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.modal__cont .bg .ttl ul li:nth-child(2) p span {
  display: block;
  font-size: 0.66em;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.modal__cont .bg .txt {
  width: 57%;
  color: var(--color-white);
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1em;
}


/* faq */
.modal__cont .faq {
  background: var(--color-bgGray);
  padding: 1vw 0 2.5vw;
}

.modal__cont .faq dl {
  width: 92.3%;
  margin: 0 auto;
}

.modal__cont .faq dt {
  font-size: 1.07em;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 2.5vw 1vw 2vw 10%;
  background: var(--color-white);
  position: relative;
  border-radius: 2vw 2vw 0 0;
  color: #64646F;
  margin-top: 1.66vw;
}

.modal__cont .faq dt::before {
  position: absolute;
  content: "Q";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: var(--futura);
  font-size: 1.178em;
  background: #1D569C;
  width: 5.25vw;
  height: 2.5vw;
  border-radius: 0 2vw 2vw 0;
  color: var(--color-white);
  display: grid;
  place-content: center;
}

.modal__cont .faq dd {
  line-height: 1.85;
  padding: 0 9vw 2.5vw 10%;
  background: var(--color-white);
  font-weight: 400;
  position: relative;
  border-radius: 0 0 2vw 2vw;
  color: #64646F;
}

.modal__cont .faq dd::before {
  position: absolute;
  content: "A";
  top: 0;
  left: 0;
  font-weight: bold;
  font-family: var(--futura);
  font-size: 1.269em;
  background: #E76883;
  width: 5.25vw;
  height: 2.5vw;
  border-radius: 0 2vw 2vw 0;
  color: var(--color-white);
  display: grid;
  place-content: center;
}

/* day */
.modal__cont .day {
  padding: 3.33vw 0;
  background: var(--color-white);
}

.modal__cont .day h3 {
  background: rgb(140, 189, 61);
  background: linear-gradient(90deg, rgba(140, 189, 61, 1) 20%, rgba(0, 162, 170, 1) 100%);
  color: var(--color-white);
  font-size: 0.92em;
  padding: 1em 2.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.2em;
  font-weight: 400;
}

.modal__cont .day h3 strong {
  font-weight: bold;
  font-size: 1.166em;
  color: var(--color-white);
}

.modal__cont .day ul {
  width: 92.2%;
  margin: 2.5vw auto 0;
  border-top: 1px solid;
  position: relative;
}

.modal__cont .day ul::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 96%;
  left: 17%;
  bottom: 2%;
  background: #505051;
}

.modal__cont .day ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.07em;
  padding: 0.8em 0;
}

.modal__cont .day ul li:nth-child(even) {
  background-color: rgb(29 86 156 / 7%)
}

.modal__cont .day ul li p:first-of-type {
  width: 20%;
  text-align: center;
  color: #1D569C;
  font-family: var(--futura);
  letter-spacing: 0.2em;
  font-weight: 500;
}

.modal__cont .day ul li p:nth-of-type(2) {
  width: 80%;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #64646F;
}

/* 閉じる */
.close {
  width: 7vw;
  height: 7vw;
  cursor: pointer;
  position: absolute;
  top: -1vw;
  right: -8vw;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width:767px) {
  #interview .narrow {
    width: 100%;
  }

  #interview>p.ac {
    width: 80.66%;
    margin: 10vw auto 7vw;
    text-align: left;
  }

  #interview .sp__scroll {
    width: 91.6%;
    margin-left: auto;
    overflow-x: scroll;
  }

  #interview ul {
    gap: 3.6vw;
    min-width: 338.66vw;
    padding-bottom: 10px;
  }

  #interview ul li {
    width: 100%;
  }

  #interview ul li img {
    height: 80.5vw;
  }

  #interview ul li div p:first-of-type {
    font-size: 0.866em;
  }

  #interview ul li div p:nth-of-type(2) {
    font-size: 1.26em;
  }

  .modal__cont {
    margin: 35% auto;
    width: 83.33%;
    box-shadow: unset;
  }

  .close {
    width: 12vw;
    height: 12vw;
    top: -12vw;
    right: -2.2vw;
  }

  .modal__cont>img {
    height: 62.5vw;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }

  .modal__cont .bg {
    padding: 4.16vw 0;
  }

  .modal__cont .bg .ttl h2 {
    font-size: 1em;
    margin-bottom: 0vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
  }

  .modal__cont .bg .ttl h2::before {
    width: 41.1vw;
    height: 4.66vw;
    left: -5vw;
  }

  .modal__cont .bg .ttl {
    width: 87.4%;
    padding-left: 0;
    margin: 0 auto;
  }

  .modal__cont .bg .ttl ul li:first-child {
    font-size: 0.93em;
    margin-right: 1em;
  }

  .modal__cont .bg .ttl ul li:nth-child(2) p span {
    margin-right: 2em;
  }

  .modal__cont .bg .ttl ul li:nth-child(2) p {
    font-size: 1.133em;
    display: flex;
    align-items: center;
  }

  .modal__cont .bg .txt {
    width: 87.4%;
    margin: 3vw auto 0;
  }

  .modal__cont .faq {
    padding: 1vw 0 5.8vw;
  }

  .modal__cont .faq dt {
    font-size: 1em;
    padding: 11.66vw 4vw 0 4vw;
    border-radius: 2vw 2vw 0 0;
    margin-top: 5vw;
    letter-spacing: 0.1em;
  }

  .modal__cont .faq dt::before {
    font-size: 1.1em;
    width: 10vw;
    height: 4.5vw;
    top: 40%;
  }

  .modal__cont .faq dd {
    padding: 11.66vw 4vw 4vw 4vw;
  }

  .modal__cont .faq dd::before {
    font-size: 1.1em;
    width: 10vw;
    height: 4.5vw;
    top: 10%;
  }

  .modal__cont .day {
    padding: 5vw 0;
  }

  .modal__cont .day ul {
    width: 87%;
    margin: 2.5vw auto 0;
    border-top: 1px solid;
    position: relative;
  }

  .modal__cont .day ul::before {
    left: 22%;
  }

  .modal__cont .day ul li {
    justify-content: space-between;
  }

  .modal__cont .day ul li p:first-of-type {
    width: 22%;
    font-size: 0.93em;
  }

  .modal__cont .day ul li p:nth-of-type(2) {
    width: 73%;
    font-size: 0.93em;
    letter-spacing: 0.1em;
  }
}

/*================================================
 *  overview
 ================================================*/
#overview {
  background: var(--color-blue);
}

.company__list {
  background: var(--color-white);
  padding: 4.6%;
  margin-top: 7.5%;
  font-size: 1.057em;
  letter-spacing: 0.2em;
}

.company__list dt {
  width: 28.6%;
  color: var(--color-blue);
  text-align: center;
  font-weight: 400;
  border-bottom: 1px solid #505051;
  padding: 1.38em 0;
  display: grid;
  place-content: center;
}

.company__list dd {
  width: calc(100% - 28.6%);
  color: #64646F;
  font-weight: 400;
  border-bottom: 1px solid #505051;
  padding: 1.38em 0;
  line-height: 2;
}

.company__list dt:first-of-type,
.company__list dd:first-of-type {
  border-top: 1px solid #505051;
}

.company__list dd ul.dot li {
  position: relative;
  padding-left: 1em;
}

.company__list dd ul.dot li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

@media screen and (max-width:767px) {
  #overview {
    background: var(--color-white);
  }

  #overview .narrow {
    width: 91.6%;
  }

  .company__list {
    padding: 0;
    margin-top: 10vw;
  }

  .company__list dt:first-of-type,
  .company__list dd:first-of-type {
    border-top: 1px solid #B8A292;
  }

  .company__list dt {
    width: 25%;
    border-bottom: 1px solid #B8A292;
    font-size: 0.93em;
    color: var(--color-primary);
    padding: 2em 0;
  }

  .company__list dd {
    width: calc(100% - 25%);
    border-bottom: 1px solid #B8A292;
    font-size: 0.93em;
    letter-spacing: 0.07em;
    padding: 2em 0;
  }
}

/*================================================
 *  job
 ================================================*/
#job {
  background: rgb(140, 189, 61);
  background: linear-gradient(90deg, rgba(140, 189, 61, 1) 20%, rgba(0, 162, 170, 1) 100%);
}

#job .inner {
  width: 84.6%;
  margin: 0 auto;
}

#job .inner h2 {
  margin-bottom: 6.25%;
}

#job .inner h3 {
  color: var(--color-white);
  font-size: 1.153em;
  border: 1px solid var(--color-white);
  letter-spacing: 0.4em;
  text-align: center;
  padding: 0.7em 0;
  margin-bottom: 2%;
}

#job .inner ul {
  gap: 2vw 2%;
  margin-bottom: 5.5%;
}

#job .inner ul.parttime {
  margin-bottom: 0;
}

#job .inner ul li {
  width: 32%;
}

#job .inner ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-white);
}

#job .inner ul li a img {
  width: 100%;
  height: 15.33vw;
  overflow: hidden;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

#job .inner ul li h4 {
  text-align: center;
  color: var(--color-white);
  letter-spacing: 0.2em;
  font-weight: bold;
  background: #0094A8;
  padding: 0.625em 0;
}

#job .inner ul.mid li h4 {
  background: #988AB9;
}

#job .inner ul.parttime li h4 {
  background: #DD82A2;
}

#job .inner ul li dl {
  padding: 0 1.66vw 1.66vw 1.66vw;
}

#job .inner ul li dt {
  color: var(--color-white);
  background: #1D569C;
  font-weight: bold;
  display: grid;
  place-content: center;
  width: 6.25vw;
  height: 2vw;
  border-radius: 1.1vw;
  margin-top: 1.2vw;
  letter-spacing: 0.2em;
  font-size: 0.95em;
}


#job .inner ul li dd {
  margin: 0.5em 0 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
}


@media screen and (max-width:767px) {
  #job .inner {
    width: 100%;
    margin: 0 auto;
  }

  #job .inner h2 {
    color: var(--color-white);
    margin-bottom: 11vw;
  }

  #job h2.sub.wt::before {
    background-image: url(../../images/sub_hd_wt_sp.png);
  }

  #job .inner h3 {
    font-size: 1.06em;
    width: 80.3%;
    margin: 0 auto 6vw;
  }

  #job .sp__scroll {
    margin-bottom: 10vw;
  }

  #job .scrollbar::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background: transparent;
  }

  #job .scrollbar-thumb-black::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: var(--color-bgGray);
  }

  #job .inner ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: nowrap;
    margin-right: 9.4vw;
    margin-bottom: 10px;
  }

  #job .inner ul.parttime {
    margin-bottom: 10px;
  }

  #job .inner ul li {
    width: 54vw;
  }

  #job .inner ul li a img {
    height: 30vw;
  }

  #job .inner ul li h4 {
    font-size: 0.866em;
  }

  #job .inner ul li dt {
    width: 12.5vw;
    min-width: 50px;
    height: 5vw;
    border-radius: 100px;
    margin-top: 1.5em;
    letter-spacing: 0.2em;
    font-size: 0.8em;
  }

  #job .inner ul li dd {
    font-size: 0.866em;
  }
}

/*================================================
 *  detail
 ================================================*/
.recruit_btn a {
  width: 17.5vw;
  height: 4.6vw;
  border-radius: 1000px;
  background: rgb(140, 189, 61);
  background: linear-gradient(90deg, rgba(140, 189, 61, 1) 20%, rgba(0, 162, 170, 1) 100%);
  display: grid;
  place-content: center;
  margin: 4.16vw auto 0;
  color: var(--color-white);
  font-size: 1.078em;
  letter-spacing: 0.05em;
  font-weight: bold;
}

#detail h2 {
  text-align: center;
  color: var(--color-white);
  padding: 1em 0;
  font-size: 1.153em;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 1.66em;
}

#detail.new h2 {
  background: #0094A8;
}

#detail.mid h2 {
  background: #988AB9;
}

#detail.parttime h2 {
  background: #DD82A2;
}

#detail .detail__list div {
  width: 48%;
}

#detail .detail__list div img {
  width: 100%;
  height: 22.75vw;
  overflow: hidden;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

#detail .detail__list dl {
  width: 48.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: start;
  border-bottom: 0.75px solid #505051;
  height: 100%;
}

#detail .detail__list dt {
  width: 30%;
  text-align: center;
  color: var(--color-blue);
  letter-spacing: 0.2em;
  padding: 1em 0;
  border-top: 0.75px solid #505051;
}

#detail .detail__list dd {
  width: 70%;
  letter-spacing: 0.05em;
  padding: 1em 0;
  border-top: 0.75px solid #505051;
}

/* detail__card */
#detail .detail__card {
  width: 92.2%;
  margin: 0 auto;
}

#detail .detail__card li h3 {
  color: var(--color-blue);
  font-size: 1.23em;
  font-weight: bold;
  padding: 0.5em 0 0.7em 1.5em;
  letter-spacing: 0.2em;
  border-left: 1px solid var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
  margin-top: 2.8em;
}

#detail .detail__card li div {
  font-size: 1.038em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 1em;
  padding-left: 1.8em;
}

@media screen and (max-width:767px) {
  .recruit_btn a {
    width: 34.6vw;
    height: 9.166vw;
    margin: 10vw auto 0;
    font-size: 1em;
  }

  #detail .narrow {
    width: 100%;
  }

  #detail .detail__list div {
    width: 100%;
  }

  #detail h2 {
    font-size: 1em;
    width: 91.6%;
    margin: 0 auto 1.66em;
  }

  #detail .detail__list div img {
    width: 91.6%;
    height: 54.66vw;
    margin: 0 auto;
  }

  #detail .detail__list dl {
    width: 91.6%;
    border-bottom: 0.75px solid #B8A292;
    height: 100%;
    margin: 3em auto 0;
  }

  #detail .detail__list dt {
    padding: 2em 0;
    border-top: 0.75px solid #B8A292;
    font-size: 0.93em;
    text-align: left;
    padding-left: 1em;
  }

  #detail .detail__list dd {
    font-size: 0.93em;
    padding: 2em 0;
    border-top: 0.75px solid #B8A292;
  }

  #detail .detail__card {
    width: 100%;
    background: var(--color-bgGray);
    padding: 1px 0 10vw;
    margin: 10vw auto 0;
  }

  #detail .detail__card li {
    width: 83.33%;
    margin: 0 auto;
  }

  #detail .detail__card li h3 {
    font-size: 1.06em;
    padding: 0.5em 0 0.7em 1.5em;
    margin-top: 2.8em;
  }

  #detail .detail__card li div {
    font-size: 0.9em;
    padding-left: 1.5em;
  }
}

/*================================================
 *  requirements
 ================================================*/
#requirements {
  background: var(--color-bgGray);
}

#requirements .company__list dd {
  letter-spacing: 0.1em;
}

@media screen and (max-width:767px) {
  #requirements {
    background: var(--color-white);
  }

  #requirements .narrow {
    width: 91.6%;
  }

  #requirements .company__list dt {
    color: var(--color-blue);
  }
}

/*================================================
 *  detail_overview
 ================================================*/
#detail_overview {
  padding-top: 0;
  background: var(--color-bgGray);
}

@media screen and (max-width:767px) {
  #detail_overview {
    background: var(--color-white);
    padding-top: 5vw;
  }

  #detail_overview .narrow {
    width: 91.6%;
  }

  #detail_overview .company__list dt {
    color: var(--color-blue);
  }
}

/*================================================
 *  entry
 ================================================*/
#entry .inner {
  width: 68.6%;
  margin: 0 auto;
}

#entry dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 9%;
}

#entry dl dt {
  width: 22.4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 1.076em;
  margin-bottom: 3.33vw;
}

#entry dl dt p:first-of-type {
  width: 58%;
  text-align: center;
}

#entry dl dt p:nth-of-type(2) {
  line-height: 1.15;
}

#entry dl dt p:nth-of-type(2) span {
  display: block;
  font-size: 0.75em;
  color: var(--color-white);
  background: #E75775;
  padding: 0.2em 1em 0.3em;
  border-radius: 100px;
}

#entry dl dd {
  width: 74%;
  font-size: 1.076em;
  margin-bottom: 3.33vw;
  font-weight: 400;
}

#entry dl dd input[type=text],
#entry dl dd textarea {
  background: var(--color-bgGray);
  width: 100%;
  padding: 0 10px;
}

#entry dl dd input[type=text] {
  height: 2.5vw;
}

#entry dl dd textarea {
  height: 11vw;
  padding: 10px;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

#entry dl dd.half input[type=text] {
  width: 11%;
  margin-right: 1em;
}

#entry dl dd.check_box>span {
  margin-right: 2em;
}

#entry dl dd.check_box>span input {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
}

#entry .entry__policy {
  width: 77%;
  margin: 0 auto;
}

#entry .entry__policy .entry__policy--inner {
  padding: 1.5em 1.5em 0.5em 1.5em;
  height: 16.66vw;
  overflow: scroll;
  border: 1px solid;
}

#entry .entry__policy>h3 {
  font-size: 1.38em;
  margin-bottom: 0.5em;
}

#entry .entry__policy .entry__policy--inner p {
  margin-top: 1em;
  font-size: 1.03em;
  font-weight: 400;
  line-height: 1.5;
}

#entry .policy__check {
  background: var(--color-bgGray);
  font-size: 1.076em;
  padding: 1em 0;
  text-align: center;
  margin-top: 2em;
}

#entry .policy__check p {
  margin-bottom: 1em;
}

#entry .policy__check>div>span:first-of-type {
  font-size: 0.75em;
  color: var(--color-white);
  background: #E75775;
  padding: 0.2em 1em 0.3em;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1em;
}

.mwform-checkbox-field input[type="checkbox"] {
  display: none;
}

.mwform-checkbox-field .mwform-checkbox-field-text {
  /* width: 1em;
  height: 1em; */
  /* border-radius: 100%; */
  /* border: 1px solid var(--color-black); */
  display: inline-block;
  vertical-align: middle;
  /* margin-right: 8px; */
  cursor: pointer;
  position: relative;
  padding-left: 2em;
}

.mwform-checkbox-field .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  transform: translateY(-50%);
  border: 1px solid var(--color-black);
}

.mwform-checkbox-field .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background-color: #015cc8;
  border-color: #015cc8;
}

/* チェックが入っている時にチェックマークを表示 */
.mwform-checkbox-field input[type="checkbox"]:checked+.mwform-checkbox-field-text::before {
  border-color: #015cc8;
}

.mwform-checkbox-field input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
}

#entry input.submit-button {
  width: 17.5vw;
  height: 4.6vw;
  background: rgb(140, 189, 61);
  background: linear-gradient(90deg, rgba(140, 189, 61, 1) 20%, rgba(0, 162, 170, 1) 100%);
  display: grid;
  place-content: center;
  text-align: center;
  margin: 4.16vw auto 0;
  color: var(--color-white);
  font-size: 1.078em;
  letter-spacing: 0.05em;
  font-weight: bold;
  transition: .4s;
}

/* .submit-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transition: .4s;
} */

.back_btn a {
  width: 17.5vw;
  height: 4.6vw;
  border: 1px solid var(--color-blue);
  display: grid;
  place-content: center;
  text-align: center;
  margin: 4.16vw auto 0;
  color: var(--color-blue);
  font-size: 1.078em;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  #entry .inner {
    width: 100%;
    margin: 0 auto;
  }

  #entry dl dt {
    width: 43%;
    font-size: 1em;
    margin-bottom: 6vw;
    display: block;
  }

  #entry dl dt p:nth-of-type(2) span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 10vw;
    font-size: 0.8em;
  }

  #entry dl dt p:first-of-type {
    width: 100%;
    text-align: left;
    padding-left: 10vw;
    padding-top: 4vw;
    border-top: 1px solid #B9BABA;
  }

  #entry dl dd {
    width: calc(100% - 43%);
    padding-right: 10vw;
    margin-bottom: 6vw;
    padding-top: 6vw;
    border-top: 1px solid #B9BABA;
  }

  #entry dl dt:last-of-type {
    width: 100%;
    border: none;
  }

  #entry dl dd:last-of-type {
    border-bottom: 1px solid #B9BABA;
    border-top: none;
    width: 100%;
    padding-left: 10vw;
    padding-top: 0;
    padding-bottom: 4vw;
    margin-bottom: 10vw;
  }

  #entry dl dd input[type=text] {
    height: 6.66vw;
    min-height: 30px;
  }

  #entry dl dd.half input[type=text] {
    width: 28%;
  }

  #entry dl dd textarea {
    height: 35vw;
  }


  #entry .entry__policy .entry__policy--inner {
    padding: 1.5em 1.5em 0.5em 1.5em;
    height: 44.1vw;
  }

  #entry .entry__policy .entry__policy--inner p {
    font-size: 1em;
  }

  #entry .entry__policy {
    width: 85%;
    min-width: 300px;
    margin: 0 auto;
  }

  #entry .policy__check {
    font-size: 1em;
    padding: 1.5em 0;
  }

  #entry .policy__check label {
    padding: 10px 10px 10px 0;
  }

  #entry input.submit-button {
    width: 42.66vw;
    height: 11.5vw;
    margin: 8vw auto 0;
    font-size: 1.2em;
  }

  .back_btn a {
    width: 42.66vw;
    height: 11.5vw;
    margin: 8vw auto 0;
    font-size: 1.2em;
  }
}