@charset "UTF-8";
/* CSS Document */
.bold {
  font-weight: bold;
}
#Lp #Job .list .box {
  padding: 20px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
#Lp #Job .list .box h3 {
  font-size: 28px;
  margin-bottom: 0.5em;
  color: #de5d5d;
}
#Lp #Job .list .box p {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
#Lp #Job .list .box .lead {
  color: #de5d5d;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
}
#Lp #Job .list .box img {
  opacity: 1;
}
#Lp #doctor pre {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.8;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
#Lp #doctor pre span {
  display: inline-block;
  background: linear-gradient(90deg, #EBA35B 0%, #E98176 50%, #C780AD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
#Lp #doctor h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  margin-bottom: 30px;
}
#Lp #doctor h2::before {
  content: url("../../wp-content/uploads/2025/03/ico_title_left.svg");
  position: absolute;
  top: 3px;
  margin-left: -48px;
}
#Lp #doctor h2::after {
  content: url("../../wp-content/uploads/2025/03/ico_title_right.svg");
  position: absolute;
  top: 5px;
  /* padding-left: 10px; */
}
#Lp #doctor .d_box .step_title {
  border: 4px solid;
  border-image: linear-gradient(to right, #c1e8ff, #b1b3e8) 1;
  margin-inline: auto;
  width: auto;
}
#Lp #Requirements .smb-accordion__item__title > span > span {
  font-size: 14px;
  letter-spacing: inherit;
  line-height: 1.2;
  color: #ca6f6f;
  display: inline-block;
}
#Lp #Flow pre {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.8;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
#Lp #Flow pre span {
  display: inline-block;
  background: linear-gradient(90deg, #EBA35B 0%, #E98176 50%, #C780AD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
#Lp #Flow h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
  margin-bottom: 30px;
}
#Lp #Flow h2::before {
  content: url("../../wp-content/uploads/2025/03/ico_title_left.svg");
  position: absolute;
  top: 3px;
  margin-left: -48px;
}
#Lp #Flow h2::after {
  content: url("../../wp-content/uploads/2025/03/ico_title_right.svg");
  position: absolute;
  top: 5px;
  /* padding-left: 10px; */
}
#Lp #Interview .column .box {
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
  background: none;
}
#Interview .youtube-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 60px auto 0;
  width: 90%;
}
#Interview .youtube-group iframe {
  width: 100%;
  height: 49vw;
  margin: 0 auto;
}
#Lp #Job .job_list {}
#Lp #Job .job_list_item img {
  width: 100%;
  height: auto
}
.gift-bnr {
  max-width: 800px;
  margin: 40px auto;
}
#Lp #Requirements .requirements_subttl {
  font-size: 1.6rem;
  text-align: center;
  color: #de5d5d;
  margin-top: 60px;
}
@media (min-width: 834px) {
  #Interview .youtube-group {
    width: 800px;
    margin: 60px auto;
  }
  #Interview .youtube-group iframe {
    width: 100%;
    height: 450px;
  }
  #Lp #Job .job_list {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
  }
  #Lp #Job .job_list_item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 20px) / 2);
    border-radius: 20px;
  }
  #Lp #Requirements .smb-accordion__item__title > span > span {
    font-size: 16px;
  }
}
@media (max-width: 833px) {
  #Lp #Interview .column .box {
    padding: 20px;
    margin: 0;
    background: none;
  }
}