@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
main {
  padding-bottom: 7.81vw;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  main {
    padding-bottom: 50px;
  }
}

table {
  color: #000;
  font-size: max(0.94vw, 1.2rem);
}
@media all and (max-width: 896px) {
  table {
    font-size: 1.4rem;
  }
}
table th {
  padding: 1.25vw;
  border-top: 1px solid #6fc878;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  table th {
    padding: 16px 8px;
  }
}
table td {
  padding: 1.25vw;
  border-top: 1px solid #efefef;
}
@media all and (max-width: 896px) {
  table td {
    padding: 16px 8px;
  }
}

.bg {
  background: url(../images/top/bg.webp) repeat-y center -10vw/100% auto, linear-gradient(180deg, #fff 30%, #f3f3f3 45%, #f3f3f3 99%, #fff 100%);
}
@media all and (max-width: 896px) {
  .bg {
    background: linear-gradient(180deg, #fff 30%, #f3f3f3 45%, #f3f3f3 99%, #fff 100%);
  }
}

.mv {
  position: relative;
}
.mv figure img {
  width: 100%;
}
.mv hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: absolute;
  bottom: 6vw;
  left: 0;
  width: 100%;
  padding-right: 7vw;
  text-align: center;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .mv hgroup {
    gap: 8px;
    bottom: 44vw;
    padding-right: 0;
  }
}
.mv hgroup p {
  display: inline-flex;
  position: relative;
  padding-inline: calc(1.25vw + 14px);
  font-size: 1.25vw;
}
@media all and (max-width: 896px) {
  .mv hgroup p {
    padding-inline: 24px;
    font-size: 1.4rem;
  }
}
.mv hgroup p::before, .mv hgroup p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  background: #414141;
}
.mv hgroup p::before {
  left: 0;
}
.mv hgroup p::after {
  right: 0;
}
.mv hgroup h1 {
  font-size: 1.67vw;
}
@media all and (max-width: 896px) {
  .mv hgroup h1 {
    font-size: 1.8rem;
  }
}

.anc {
  position: relative;
  z-index: 2;
  padding-block: 5.21vw 2vw;
  background: #fff;
}
@media all and (max-width: 896px) {
  .anc {
    padding: 20px 15px 35px;
  }
}
.anc ul {
  display: flex;
  justify-content: center;
  gap: 2.5vw;
}
@media all and (max-width: 896px) {
  .anc ul {
    flex-direction: column;
    gap: 24px;
  }
}
.anc ul li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: max(29.79vw, 340px);
  height: max(16.67vw, 180px);
  padding: 3.07vw 0 0 2.97vw;
  border-radius: 1.25vw;
  background: #6fc878;
  color: #fff;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .anc ul li a {
    width: 100%;
    height: auto;
    padding: 20px 0 26px 34px;
    border-radius: 24px;
  }
}
.anc ul li a em {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.anc ul li a strong {
  font-size: max(1.875vw, 2.6rem);
}
.anc ul li a span {
  display: flex;
  margin-top: 0.42vw;
  padding: 2px 24px 4px;
  border-radius: 128px;
  background: #fff;
  color: #6fc878;
  font-size: max(0.83vw, 1.2rem);
  font-weight: 700;
}
.anc ul li a p {
  position: relative;
  margin-top: 1.22vw;
  padding-right: 42px;
}
@media all and (max-width: 896px) {
  .anc ul li a p {
    padding-right: 30px;
  }
}
.anc ul li a p::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  background: #fff url(../images/top/ico_ar.svg) no-repeat center/9px;
  rotate: 90deg;
}
@media all and (max-width: 896px) {
  .anc ul li a p::after {
    width: 22px;
    height: 22px;
    margin-top: -10px;
    background-size: 8px;
  }
}
.anc ul li a figure {
  position: absolute;
  right: -0.63vw;
  bottom: -2.66vw;
}
@media all and (max-width: 896px) {
  .anc ul li a figure {
    right: -8px;
    bottom: -15px;
  }
}
.anc ul li:first-child figure img {
  width: 10.49vw;
}
@media all and (max-width: 896px) {
  .anc ul li:first-child figure img {
    width: 73px;
  }
}
.anc ul li:last-child figure img {
  width: 10.26vw;
}
@media all and (max-width: 896px) {
  .anc ul li:last-child figure img {
    width: 71px;
  }
}

.title-set {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  padding: 3.125vw 6.09vw 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 15%, #fff 85%, rgba(255, 255, 255, 0) 100%);
}
@media all and (max-width: 896px) {
  .title-set {
    padding: 30px 9px 0;
  }
}
.title-set p {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 15.1vw;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media all and (max-width: 896px) {
  .title-set p {
    font-size: 7rem;
    white-space: nowrap;
  }
}
.title-set p::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 6px #f3f3f3;
}
@media all and (max-width: 896px) {
  .title-set p::before {
    -webkit-text-stroke-width: 2px;
  }
}
.title-set h2 {
  position: absolute;
  top: 13.19vw;
  left: 7.57vw;
  padding: 0.56vw 1.125vw;
  background: #414141;
  color: #fff;
  font-size: 4.5vw;
  font-weight: 900;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .title-set h2 {
    top: 65px;
    left: 15px;
    padding: 4px 8px;
    font-size: 2.4rem;
  }
}
.title-set figure img {
  width: 29.65vw;
}
@media all and (max-width: 896px) {
  .title-set figure img {
    width: 111px;
  }
}

.intern .title-set {
  background: linear-gradient(180deg, #fff 0, #fff 85%, rgba(255, 255, 255, 0) 100%);
}

.brief .title-set {
  padding-top: 6.77vw;
}
@media all and (max-width: 896px) {
  .brief .title-set {
    padding-top: 50px;
  }
}

.message {
  display: flex;
  gap: 2.5vw;
  position: relative;
  width: calc(100% - 30px);
  max-width: 1440px;
  margin-inline: auto;
  padding-top: 2.6vw;
}
@media all and (max-width: 896px) {
  .message {
    flex-direction: column;
  }
}
.message hgroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .message hgroup {
    gap: 4px;
    position: static;
    margin-top: -25px;
  }
}
.message hgroup p {
  color: #6fc878;
  font-family: "Montserrat", sans-serif;
  font-size: 4.27vw;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .message hgroup p {
    font-size: 3.1rem;
    letter-spacing: 1px;
  }
}
.message hgroup h3 {
  font-size: 1.25vw;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .message hgroup h3 {
    font-size: 1.8rem;
  }
}
.message .exp {
  width: calc(100% - 42.71vw - 2.5vw);
  margin-top: 7.14vw;
  line-height: 2;
  font-size: max(0.94vw, 1.2rem);
}
@media all and (max-width: 896px) {
  .message .exp {
    width: 100%;
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
@media (min-width: 1921px) {
  .message .exp {
    min-width: 572px;
  }
}
.message .exp p + p {
  margin-top: 1em;
}
.message figure {
  width: 42.71vw;
}
@media all and (max-width: 896px) {
  .message figure {
    order: -1;
    width: calc(100% + 15px);
  }
}
.message figure img {
  border-radius: 2.5vw;
}
@media all and (max-width: 896px) {
  .message figure img {
    border-radius: 16px 0 0 16px;
  }
}

.recommend {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.5vw;
  position: relative;
  width: calc(100% - 30px);
  padding-top: 2.6vw;
  max-width: 1440px;
  margin: 7.81vw auto;
}
@media all and (max-width: 896px) {
  .recommend {
    flex-direction: column;
  }
}
.recommend hgroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
@media all and (max-width: 896px) {
  .recommend hgroup {
    gap: 4px;
    position: static;
    margin-top: -25px;
  }
}
.recommend hgroup p {
  color: #6fc878;
  font-family: "Montserrat", sans-serif;
  font-size: 4.27vw;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .recommend hgroup p {
    font-size: 3.1rem;
    letter-spacing: 1px;
  }
}
.recommend hgroup h3 {
  font-size: 1.25vw;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .recommend hgroup h3 {
    font-size: 1.8rem;
  }
}
.recommend .exp {
  width: calc(100% - 42.71vw - 2.5vw);
  margin-top: 7.14vw;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .recommend .exp {
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 1921px) {
  .recommend .exp {
    min-width: 572px;
  }
}
.recommend .exp ul {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  font-size: max(1.13vw, 1.2rem);
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .recommend .exp ul {
    gap: 16px;
    font-size: 1.6rem;
  }
}
.recommend .exp ul li {
  position: relative;
  padding-left: 2.5vw;
}
@media all and (max-width: 896px) {
  .recommend .exp ul li {
    padding-left: 38px;
    line-height: 1.5;
  }
}
.recommend .exp ul li::before {
  content: "";
  position: absolute;
  top: 0.25vw;
  left: 0;
  width: 1.67vw;
  height: 1.67vw;
  background: url(../images/top/ico_check.svg) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .recommend .exp ul li::before {
    top: 2px;
    width: 22px;
    height: 22px;
  }
}
.recommend figure {
  width: 42.71vw;
}
@media all and (max-width: 896px) {
  .recommend figure {
    order: -1;
    width: calc(100% + 15px);
    margin-left: -15px;
  }
}
.recommend figure img {
  border-radius: 2.5vw;
}
@media all and (max-width: 896px) {
  .recommend figure img {
    border-radius: 0 16px 16px 0;
  }
}

.schedule {
  position: relative;
  z-index: 0;
  width: calc(100% - 10.42vw);
  margin-inline: auto;
  padding: 10.42vw 7.29vw 7.81vw;
}
@media all and (max-width: 896px) {
  .schedule {
    width: 100%;
    margin-top: 40px;
    padding: 110px 15px 40px;
  }
}
.schedule::before {
  content: "";
  position: absolute;
  top: 2vw;
  right: -5.21vw;
  z-index: -1;
  width: calc(100% + 5.21vw);
  height: calc(100% - 2vw);
  border-radius: 1.67vw;
  background: #f8ffe4;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.04);
}
@media all and (max-width: 896px) {
  .schedule::before {
    top: 15px;
    border-radius: 32px 0 0 32px;
  }
}
.schedule hgroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .schedule hgroup {
    gap: 0;
  }
}
.schedule hgroup p {
  color: #6fc878;
  font-family: "Montserrat", sans-serif;
  font-size: 4.27vw;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .schedule hgroup p {
    font-size: 3.1rem;
    letter-spacing: 1px;
  }
}
.schedule hgroup h3 {
  font-size: 1.25vw;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .schedule hgroup h3 {
    font-size: 1.8rem;
  }
}
.schedule .date {
  position: relative;
  width: 42.71vw;
  margin: 0 auto 2.4vw;
  padding: 0.47vw 1.25vw 0.47vw 9.06vw;
  border: 2px solid #6fc878;
  border-radius: 8px;
  background: #fff;
  font-size: 1.15vw;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 896px) {
  .schedule .date {
    width: 100%;
    padding: 6px 40px 6px 78px;
    font-size: 1.4rem;
    letter-spacing: normal;
  }
}
.schedule .date::before {
  content: "日程";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 7.81vw;
  height: 100%;
  background: #6fc878;
  color: #fff;
  font-size: 1.67vw;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 896px) {
  .schedule .date::before {
    width: 70px;
    font-size: 1.8rem;
  }
}
.schedule .date span {
  display: inline-block;
}
.schedule .term {
  display: flex;
  justify-content: center;
  gap: 7.55vw;
}
@media all and (max-width: 896px) {
  .schedule .term {
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
  }
}
.schedule .term > li {
  width: 29.58vw;
}
@media all and (max-width: 896px) {
  .schedule .term > li {
    width: 100%;
  }
}
.schedule .term > li dt {
  margin-bottom: 1.56vw;
  padding: 8px;
  border-radius: 8px;
  background: #414141;
  color: #fff;
  font-size: 0.94vw;
  font-weight: 700;
  text-align: center;
}
@media all and (max-width: 896px) {
  .schedule .term > li dt {
    margin-bottom: 10px;
    padding: 4px;
    font-size: 1.4rem;
  }
}
.schedule .term > li ol {
  counter-reset: day;
  display: flex;
  flex-direction: column;
  gap: 0.52vw;
}
@media all and (max-width: 896px) {
  .schedule .term > li ol {
    gap: 8px;
  }
}
.schedule .term > li ol li {
  counter-increment: day;
  position: relative;
  padding: 0.47vw 1.25vw 0.47vw 9.06vw;
  border: 2px solid #6fc878;
  border-radius: 8px;
  background: #fff;
  font-size: 1.15vw;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 896px) {
  .schedule .term > li ol li {
    padding: 6px 40px 6px 78px;
    font-size: 1.4rem;
    letter-spacing: normal;
  }
}
.schedule .term > li ol li::before {
  content: "DAY" counter(day);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 7.81vw;
  height: 100%;
  background: #6fc878;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.67vw;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 896px) {
  .schedule .term > li ol li::before {
    width: 70px;
    font-size: 1.8rem;
  }
}
.schedule .event {
  display: flex;
  justify-content: center;
  margin-top: 2.6vw;
}
@media all and (max-width: 896px) {
  .schedule .event {
    margin-top: 20px;
  }
}
.schedule .event p {
  display: inline-flex;
  padding: 8px 16px;
  border: 1px solid #414141;
  background: #fff;
  color: #000;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 896px) {
  .schedule .event p {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 1.4rem;
  }
}
.schedule .event.only {
  margin-bottom: -4.5vw;
}
@media all and (max-width: 896px) {
  .schedule .event.only {
    margin-bottom: 0;
  }
}
.schedule .timetable {
  counter-reset: days;
  display: flex;
  justify-content: center;
  gap: 2.6vw;
}
@media all and (max-width: 896px) {
  .schedule .timetable {
    flex-direction: column;
    margin-top: 20px;
  }
}
.schedule .timetable li {
  counter-increment: days;
  display: flex;
  flex-direction: column;
  gap: 2.08vw;
  position: relative;
  width: calc((100% - 2.6vw) / 2);
  margin-top: 4.17vw;
  padding: 5.47vw 3.125vw 2.08vw;
  border: 2px solid #6fc878;
  border-radius: 1.25vw;
  background: #fff;
  text-align: center;
  font-size: max(1.15vw, 1.2rem);
  font-weight: 700;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .schedule .timetable li {
    gap: 24px;
    width: 100%;
    padding: 70px 16px 24px;
    border-radius: 24px;
    font-size: 1.4rem;
    line-height: 1.85;
  }
}
.schedule .timetable li::before {
  content: "DAY" counter(days);
  position: absolute;
  top: 2.08vw;
  left: 0;
  width: 100%;
  color: #6fc878;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2.08vw;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 896px) {
  .schedule .timetable li::before {
    top: 24px;
    font-size: 2.4rem;
  }
}
.schedule .timetable li table {
  text-align: left;
  line-height: 1.75;
}
.schedule .timetable li table th, .schedule .timetable li table td {
  vertical-align: middle;
}
.schedule .timetable li table th {
  width: 8vw;
  text-align: center;
}
@media all and (max-width: 896px) {
  .schedule .timetable li table th {
    width: 70px;
  }
}
.schedule .timetable li table td {
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .schedule .timetable li table td {
    font-size: 1.4rem;
  }
}
.schedule .timetable li:only-child {
  width: 42.71vw;
  margin-top: 0;
  padding: 2.08vw 4.17vw;
}
@media all and (max-width: 896px) {
  .schedule .timetable li:only-child {
    width: 100%;
    padding: 24px 16px;
  }
}
.schedule .timetable li:only-child::before {
  content: none;
}
.schedule .timetable li:only-child p {
  color: #6fc878;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: normal;
}
@media all and (max-width: 896px) {
  .schedule .timetable li:only-child p {
    font-size: 2.4rem;
  }
}
.schedule .timetable li:only-child table th {
  width: 11.5vw;
}
@media all and (max-width: 896px) {
  .schedule .timetable li:only-child table th {
    width: 110px;
  }
}

.voice {
  width: calc(100% - 30px);
  max-width: 1440px;
  margin: 6.77vw auto 0;
}
@media all and (max-width: 896px) {
  .voice {
    margin-top: 50px;
  }
}
.voice hgroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-bottom: 5.21vw;
  text-align: center;
}
@media all and (max-width: 896px) {
  .voice hgroup {
    gap: 4px;
    margin-bottom: 40px;
  }
}
.voice hgroup p {
  color: #6fc878;
  font-family: "Montserrat", sans-serif;
  font-size: 4.27vw;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .voice hgroup p {
    font-size: 3.2rem;
    letter-spacing: 1px;
  }
}
.voice hgroup h3 {
  font-size: 1.25vw;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .voice hgroup h3 {
    font-size: 1.8rem;
  }
}
.voice ul {
  display: flex;
  align-items: center;
  gap: 2.5vw;
  font-size: max(0.94vw, 1.2rem);
}
@media all and (max-width: 896px) {
  .voice ul {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    font-size: 1.4rem;
  }
}
.voice ul li {
  display: flex;
  align-items: center;
  gap: 1.56vw;
  width: calc((100% - 1.56vw) / 2);
}
@media all and (max-width: 896px) {
  .voice ul li {
    width: 100%;
    gap: 16px;
  }
}
.voice ul li figure {
  width: 10.42vw;
}
@media all and (max-width: 896px) {
  .voice ul li figure {
    width: 70px;
  }
}
.voice ul li .exp {
  width: calc(100% - 10.42vw - 1.56vw);
}
@media all and (max-width: 896px) {
  .voice ul li .exp {
    width: calc(100% - 70px - 16px);
  }
}
.voice ul li .exp p {
  padding: 0.83vw 1.25vw;
  border-radius: 1.25vw;
  background: #fff;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .voice ul li .exp p {
    padding: 8px 16px;
    border-radius: 24px;
  }
}
.voice ul li .exp dl {
  display: flex;
  align-items: center;
  gap: 0.83vw;
  margin-top: 0.83vw;
  font-size: 0.94vw;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .voice ul li .exp dl {
    gap: 10px;
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.voice ul li .exp dl dt {
  padding: 4px 16px;
  border-radius: 8px;
  background: #6fc878;
  color: #fff;
}
@media all and (max-width: 896px) {
  .voice ul li .exp dl dt {
    padding: 2px 8px;
  }
}

.recruitment {
  display: flex;
  justify-content: flex-end;
  margin-top: 10vw;
}
@media all and (max-width: 896px) {
  .recruitment {
    margin-top: 50px;
  }
}
.recruitment-inner {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: calc(100% - 15px);
  max-width: 1680px;
}
@media (min-width: 1921px) {
  .recruitment-inner {
    max-width: 2180px;
  }
}
.recruitment-inner hgroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  top: 7.24vw;
  left: 0;
}
@media all and (max-width: 896px) {
  .recruitment-inner hgroup {
    gap: 4px;
    top: 50px;
  }
}
.recruitment-inner hgroup p {
  color: #6fc878;
  font-family: "Montserrat", sans-serif;
  font-size: 4.27vw;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .recruitment-inner hgroup p {
    font-size: 3.1rem;
    letter-spacing: 1px;
  }
}
.recruitment-inner hgroup h3 {
  font-size: 1.25vw;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .recruitment-inner hgroup h3 {
    font-size: 1.8rem;
  }
}
.recruitment-inner .exp {
  display: flex;
  justify-content: flex-end;
  width: 75vw;
  padding: 8.39vw 5.21vw 7.24vw 25.83vw;
  border-radius: 1.25vw;
  background: #fff;
}
@media all and (max-width: 896px) {
  .recruitment-inner .exp {
    width: calc(100% - 33px);
    padding: 145px 15px 40px 20px;
    border-radius: 24px 0 0 24px;
  }
}
.recruitment-inner .exp th {
  width: 11vw;
}
@media all and (max-width: 896px) {
  .recruitment-inner .exp th {
    width: 100px;
  }
}

.slide {
  width: calc((100% - 6.68vw) / 5);
  margin-right: 1.67vw;
}
@media all and (max-width: 896px) {
  .slide {
    width: 148px;
    margin-right: 10px;
  }
}
.slide-wrap {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin-top: 6.77vw;
}
@media all and (max-width: 896px) {
  .slide-wrap {
    margin-block: 50px 30px;
  }
}
.slide-track {
  display: flex;
  width: 200%;
  animation: scroll 20s linear infinite;
}
@media all and (max-width: 896px) {
  .slide-track {
    width: 400%;
  }
}
.slide img {
  border-radius: 1.25vw;
}
@media all and (max-width: 896px) {
  .slide img {
    border-radius: 8px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.flow {
  padding-block: 7.81vw;
}
@media all and (max-width: 896px) {
  .flow {
    padding-block: 0 50px;
  }
}
.flow-inner {
  width: calc(100% - 30px);
  max-width: 1440px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .flow-inner {
    margin-top: 50px;
  }
}
.flow-inner hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 5.21vw;
}
@media all and (max-width: 896px) {
  .flow-inner hgroup {
    gap: 4px;
    margin-bottom: 32px;
  }
}
.flow-inner hgroup p {
  color: #6fc878;
  font-family: "Montserrat", sans-serif;
  font-size: 4.27vw;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .flow-inner hgroup p {
    font-size: 3.2rem;
    letter-spacing: 1px;
  }
}
.flow-inner hgroup h3 {
  font-size: 1.25vw;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .flow-inner hgroup h3 {
    font-size: 1.8rem;
  }
}
.flow-inner ol {
  counter-reset: num;
  display: flex;
  gap: 1.17vw;
}
@media all and (max-width: 896px) {
  .flow-inner ol {
    flex-direction: column;
    gap: 10px;
  }
}
.flow-inner ol li {
  counter-increment: num;
  width: calc((100% - 4.68vw) / 5);
}
@media all and (max-width: 896px) {
  .flow-inner ol li {
    width: 100%;
  }
}
.flow-inner ol li figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25vw;
  position: relative;
  height: 100%;
  margin-block: -2vw 0;
  padding: 4.8vw 1.25vw 0;
  border: 2px solid #6fc878;
  border-radius: 0.83vw;
  background: #fff;
  font-size: 1.25vw;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .flow-inner ol li figure {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin-block: 0;
    padding: 14px 14px 14px 150px;
    border-radius: 10px;
    font-size: 1.4rem;
  }
}
.flow-inner ol li figure::before {
  content: "STEP" counter(num);
  position: absolute;
  top: 1.25vw;
  left: 0;
  width: 100%;
  text-align: center;
  color: #6fc878;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .flow-inner ol li figure::before {
    top: 50%;
    left: 14px;
    width: auto;
    font-size: 2.2rem;
    transform: translateY(-50%);
  }
}
.flow-inner ol li figure img {
  height: 100px;
}
@media all and (max-width: 896px) {
  .flow-inner ol li figure img {
    height: 60px;
  }
}
@media all and (max-width: 896px) {
  .flow-inner ol li figure figcaption {
    width: 80px;
  }
}
.flow-inner ol li figure figcaption span {
  font-size: 1.04vw;
}
@media all and (max-width: 896px) {
  .flow-inner ol li figure figcaption span {
    display: block;
    font-size: 1.2rem;
  }
}
.flow-inner ol li p {
  padding: 1.04vw 1.25vw 0;
  font-size: max(0.94vw, 1.2rem);
}
@media all and (max-width: 896px) {
  .flow-inner ol li p {
    padding: 5px 0 0;
    font-size: 1.4rem;
  }
}

#treatment {
  margin-top: 0;
}
#treatment th {
  width: 15.625vw;
}
@media all and (max-width: 896px) {
  #treatment th {
    width: 100px;
  }
}

.entry {
  width: calc(100% - 30px);
  max-width: 1440px;
  margin: 4vw auto 0;
  font-size: max(0.94vw, 1.4rem);
}
@media all and (max-width: 896px) {
  .entry {
    margin-top: 40px;
  }
}
.entry a {
  display: flex;
  flex-direction: column;
  gap: 1.04vw;
  position: relative;
  padding: 4vw 0 4vw 12.66vw;
  border-radius: 1.6vw;
  background: #6fc878;
  color: #fff;
}
@media all and (max-width: 896px) {
  .entry a {
    gap: 5px;
    padding: 40px 0 40px 20px;
    border-radius: 24px;
  }
}
.entry a::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 13vw;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: #fff url(../images/top/ico_ar.svg) no-repeat center/29px;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .entry a::after {
    right: 20px;
    width: 34px;
    height: 34px;
    background-size: 9px;
  }
}
.entry a h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .entry a h2 {
    font-size: 3.2rem;
  }
}

/*# sourceMappingURL=top.css.map */
