@charset "UTF-8";

:root {
  --white: #fff;
  --sp-vw: calc(100vw / 430);
}


.noto-sans-400 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.noto-sans-500 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.noto-sans-700 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #1a1311;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Yu Gothic UI", sans-serif;
}

main,
section,
article,
div,
p,
h2,
h3,
ul,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.l-container {
  margin-inline: auto;
}

.noto-serif-400 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 400;
}

.future-potential {
  padding: clamp(91px, 6.222vw, 100px) 0 clamp(91px, 6.222vw, 100px);
  background: #f4f8ee;
}

.future-potential .l-container {
  width: clamp(1234px, 84.319vw, 1355px);
}

.future-potential__head {
  text-align: center;
}

.future-potential__en {
  color: #3F6B32;
  font-size: clamp(16px, 1.12vw, 18px);
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.future-potential__en::after {
  content: "";
  display: block;
  width: clamp(539px, 36.839vw, 592px);
  margin: clamp(31px, 2.116vw, 34px) auto 0;
  height: 1px;
  background: repeating-linear-gradient(to right, #679558 0, #679558 1px, transparent 1px, transparent 2px);
}

.future-potential__title {
  margin-top: clamp(17px, 1.182vw, 19px);
  color: #3F6B32;
  font-size: clamp(42px, 2.862vw, 46px);
  line-height: 1.45;
  letter-spacing: 0.06em;
}

.future-potential__lead {
  margin-top: clamp(38px, 2.614vw, 42px);
  color: #1A1311;
  font-size: clamp(15px, 0.996vw, 16px);
  line-height: 2;
  letter-spacing: 0.06em;
}

.future-potential__lead strong {
  color: #F49900;
}

.future-potential__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 2.489vw, 40px) clamp(32px, 2.178vw, 35px);
  margin-top: clamp(55px, 3.734vw, 60px);
}

.future-potential__card {
  position: relative;
  min-height: clamp(301px, 20.535vw, 330px);
  padding: clamp(36px, 2.489vw, 40px) clamp(36px, 2.489vw, 40px) clamp(48px, 3.298vw, 53px);
  overflow: hidden;
  border-radius: clamp(9px, 0.622vw, 10px);
  background: #fff;
  box-shadow: 0 clamp(3px, 0.249vw, 4px) clamp(7px, 0.498vw, 8px) rgba(58, 45, 35, 0.18);
}

.future-potential__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(301px, 20.535vw, 330px);
  height: clamp(36px, 2.489vw, 40px);
  margin: 0 auto;
  border-radius: 999px;
  background: #7DA372;
  color: #fff;
  font-size: clamp(15px, 0.996vw, 16px);
  line-height: 1;
  letter-spacing: 0.06em;
}

.future-potential__card-body {
  display: grid;
  grid-template-columns: clamp(191px, 13.068vw, 210px) 1fr;
  align-items: center;
  gap: clamp(21px, 1.431vw, 23px);
  margin-top: clamp(29px, 1.991vw, 32px);
}

.future-potential__number {
  display: flex;
  align-items: baseline;
  color: #F39800;
  line-height: 1;
  white-space: nowrap;
}

.future-potential__number strong {
  font-size: clamp(51px, 3.485vw, 56px);
  letter-spacing: 0.06em;
}

.future-potential__number span {
  margin-left: clamp(4px, 0.249vw, 4px);
  font-size: clamp(24px, 1.618vw, 26px);
}

.future-potential__number--places span:first-child {
  margin: 0 clamp(7px, 0.498vw, 8px) 0 0;
  font-size: clamp(24px, 1.618vw, 26px);
}

.future-potential__number--places strong {
  font-size: clamp(51px, 3.485vw, 56px);
}

.future-potential__number--places span:last-child {
  font-size: clamp(24px, 1.618vw, 26px);
}

.future-potential__text {
  margin-top: clamp(8px, 0.56vw, 9px);
  color: #1A1311;
  font-size: clamp(15px, 0.996vw, 16px);
  line-height: 2;
  letter-spacing: 0.06em;
}

.future-potential__source {
  position: absolute;
  right: clamp(37px, 2.551vw, 41px);
  bottom: clamp(30px, 2.054vw, 33px);
  color: #9D9D9D;
  font-size: clamp(13px, 0.871vw, 14px);
  line-height: 1.4;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.future-potential__jobs-visual {
  min-width: 0;
}

.future-potential__jobs-badges {
  display: grid;
  grid-template-columns: clamp(82px, 5.6vw, 90px) clamp(124px, 8.463vw, 136px) 1fr;
  gap: clamp(90px, 6.161vw, 99px);
  align-items: center;
  margin-bottom: clamp(9px, 0.622vw, 10px);
}

.future-potential__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(27px, 1.867vw, 30px);
  border-radius: 999px;
  color: #fff;
  font-size: clamp(13px, 0.871vw, 14px);
  line-height: 1;
  white-space: nowrap;
}

.future-potential__badge--orange {
  background: #F39800;
}

.future-potential__badge--green {
  background: #3F6B32;
}

.future-potential__jobs-row {
  display: grid;
  grid-template-columns: clamp(82px, 5.6vw, 90px) clamp(61px, 4.169vw, 67px) 1fr;
  align-items: center;
}

.future-potential__person-icon {
  position: relative;
  width: clamp(64px, 4.356vw, 70px);
  height: clamp(64px, 4.356vw, 70px);
  margin: 0 auto;
}

.future-potential__person-icon img {
  width: 100%;
}

.future-potential__jobs-arrow {
  color: #1E1715;
  height: 100%;
  font-size: clamp(15px, 0.996vw, 16px);
  white-space: nowrap;
  align-self: flex-start;
  text-align: center;
  background: url(../images/student/future-potential_person-arw.png) no-repeat bottom center/100%;
}

.future-potential__jobs-arrow span {
  color: #F49B11;
  font-size: clamp(24px, 1.618vw, 26px);
  margin: 0 2px;
}

.future-potential__houses {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: clamp(6px, 0.436vw, 7px) 1px;
  padding-left: clamp(9px, 0.622vw, 10px);
}

.future-potential__houses span {
  display: block;
  width: clamp(18px, 1.245vw, 20px);
  height: clamp(16px, 1.12vw, 18px);
}

.future-potential__houses span img {
  width: 100%;
}

.future-potential__card-body--places {
  grid-template-columns: clamp(180px, 12.444vw, 200px) 1fr;
}

.future-potential__places-visual {
  display: grid;
  grid-template-columns: 1fr clamp(76px, 5.165vw, 83px) 1fr;
  align-items: end;
  gap: clamp(9px, 0.622vw, 10px);
}

.future-potential__facility {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  color: #fff;
}

.future-potential__facility span {
  margin-top: clamp(4px, 0.249vw, 4px);
  font-size: clamp(15px, 0.996vw, 16px);
  line-height: 1;
}

.future-potential__facility--dental {
  background: #f39800;
  position: relative;
}

.future-potential__facility--dental:before {
  content: "";
  display: block;
  width: clamp(63px, 4.294vw, 69px);
  height: 1px;
  background: repeating-linear-gradient(to right, #f5a000 0, #f5a000 1px, transparent 1px, transparent 2px);
  position: absolute;
  left: 100%;
  top: 0;
}

.future-potential__facility--dental img {
  width: clamp(29px, 1.991vw, 32px);
}

.future-potential__facility--store {
  background: #3f7538;
  position: relative;
  height: clamp(90px, 6.161vw, 99px);
}

.future-potential__facility--store:before {
  content: "";
  display: block;
  width: clamp(63px, 4.294vw, 69px);
  height: 1px;
  background: repeating-linear-gradient(to right, #f5a000 0, #f5a000 1px, transparent 1px, transparent 2px);
  position: absolute;
  right: 100%;
  top: 0;
}

.future-potential__facility--store img {
  width: clamp(51px, 3.485vw, 56px);
}

.future-potential__difference {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(76px, 5.165vw, 83px);
  aspect-ratio: 1;
  border: 1px solid #f39800;
  border-radius: 50%;
  background: #fff;
  color: #f39800;
  text-align: center;
  font-size: clamp(12px, 0.809vw, 13px);
  line-height: 1.45;
}

.future-potential__difference span span {
  font-size: clamp(18px, 1.245vw, 20px);
}

.future-potential__difference:before {
  content: "";
  display: block;
  width: clamp(6px, 0.436vw, 7px);
  height: clamp(23px, 1.556vw, 25px);
  background: url(../images/student/future-potential__difference-arw.png) no-repeat center/100%;
  position: absolute;
  top: -53.5%;
}
  
.future-potential__card--rhythm,
.future-potential__card--qualification {
  min-height: clamp(252px, 17.237vw, 277px);
}

.future-potential__check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 1.369vw, 22px) clamp(35px, 2.427vw, 39px);
  margin-top: clamp(36px, 2.489vw, 40px);
}

.future-potential__check-list li {
  position: relative;
  padding-left: clamp(51px, 3.485vw, 56px);
  color: #1a1311;
  font-size: clamp(15px, 0.996vw, 16px);
  line-height: clamp(33px, 2.24vw, 36px);
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.future-potential__check-list li span {
  border-bottom: 1px dashed #F49900;
  font-weight: bold;
}

.future-potential__check-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: clamp(33px, 2.24vw, 36px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../images/student/future-potential__check.png)no-repeat center/100%;
  transform: translateY(-50%);
}

.future-potential__qualification-body {
  display: flex;
  align-items: end;
  gap: clamp(25px, 1.68vw, 27px);
  margin-top: clamp(32px, 2.178vw, 35px);
}

.future-potential__qualification-number {
  display: flex;
  align-items: baseline;
  color: #f39800;
  line-height: 1;
  white-space: nowrap;
}

.future-potential__qualification-number strong {
  font-size: clamp(69px, 4.729vw, 76px);
}

.future-potential__qualification-number span {
  margin-left: clamp(6px, 0.436vw, 7px);
  font-size: clamp(33px, 2.24vw, 36px);
}

.future-potential__qualification-text {
  color: #1A1311;
  font-size: clamp(16px, 1.12vw, 18px);
  line-height: 2;
  letter-spacing: 0.04em;
}

.future-potential__qualification-text strong {
  color: #f39800;
}

@media (max-width: 767px) {
  .future-potential {
    padding: calc(58 * var(--sp-vw)) 0 calc(48 * var(--sp-vw));
    background: #f4f8ee;
  }

  .future-potential .l-container {
    width: calc(100% - calc(30 * var(--sp-vw)));
  }

  .future-potential__head {
    text-align: center;
  }

  .future-potential__en {
    color: #6f9451;
    font-size: calc(14 * var(--sp-vw));
    line-height: 1.5;
    letter-spacing: calc(0.6 * var(--sp-vw));
  }

  .future-potential__en::after {
    content: "";
    display: block;
    width: calc(360 * var(--sp-vw));
    margin: calc(20 * var(--sp-vw)) auto 0;
    height: 1px;
    background: repeating-linear-gradient(to right, #679558 0, #679558 1px, transparent 1px, transparent 2px);
  }

  .future-potential__title {
    margin-top: calc(16 * var(--sp-vw));
    color: #3F6B32;
    font-size: calc(26 * var(--sp-vw));
    /* font-weight: 400; */
    line-height: 1.45;
    letter-spacing: calc(0.6 * var(--sp-vw));
  }

  .future-potential__lead {
    margin-top: calc(31 * var(--sp-vw));
    color: #1a1311;
    font-size: calc(16 * var(--sp-vw));
    line-height: 2;
    letter-spacing: calc(0.6 * var(--sp-vw));
  }

  .future-potential__lead strong {
    color: #F39800;
    font-weight: bold;
  }

  .future-potential__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(20 * var(--sp-vw));
    margin-top: calc(50 * var(--sp-vw));
  }

  .future-potential__card {
    position: relative;
    min-height: 0;
    padding: calc(40 * var(--sp-vw)) calc(28 * var(--sp-vw)) calc(40 * var(--sp-vw));
    overflow: hidden;
    border-radius: calc(10 * var(--sp-vw));
    background: #fff;
    box-shadow: 0 calc(3 * var(--sp-vw)) calc(7 * var(--sp-vw)) rgba(58, 45, 35, 0.18);
  }

  .future-potential__label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(330 * var(--sp-vw));
    height: calc(40 * var(--sp-vw));
    margin: 0 auto;
    border-radius: 999px;
    background: #7DA372;
    color: #fff;
    font-size: calc(16 * var(--sp-vw));
    line-height: 1;
    letter-spacing: calc(0.6 * var(--sp-vw));
  }

  .future-potential__card-body {
    display: block;
    margin-top: calc(23 * var(--sp-vw));
  }

  .future-potential__copy {
    text-align: center;
  }

  .future-potential__number {
    justify-content: center;
  }

  .future-potential__number strong {
    font-size: calc(56 * var(--sp-vw));
  }

  .future-potential__number span {
    margin-left: calc(4 * var(--sp-vw));
    font-size: calc(26 * var(--sp-vw));
  }

  .future-potential__number--places span:first-child {
    margin: 0 calc(4 * var(--sp-vw)) 0 0;
    font-size: calc(26 * var(--sp-vw));
  }

  .future-potential__number--places strong {
    font-size: calc(46 * var(--sp-vw));
  }

  .future-potential__number--places span:last-child {
    font-size: calc(26 * var(--sp-vw));
  }

  .future-potential__text {
    width: calc(100% - calc(40 * var(--sp-vw)));
    margin: calc(19 * var(--sp-vw)) auto 0;
    color: #1a1311;
    font-size: calc(16 * var(--sp-vw));
    line-height: 2;
    letter-spacing: calc(0.6 * var(--sp-vw));
    text-align: left;
  }

  .future-potential__source {
    position: static;
    margin-top: calc(27 * var(--sp-vw));
    color: #aaa7a2;
    font-size: calc(14 * var(--sp-vw));
    line-height: 1.4;
    letter-spacing: calc(0.6 * var(--sp-vw));
    text-align: center;
    white-space: normal;
  }

  .future-potential__jobs-visual {
    width: 100%;
    margin: calc(20 * var(--sp-vw)) 0 0;
  }

  .future-potential__jobs-badges {
    grid-template-columns: calc(90 * var(--sp-vw)) calc(136 * var(--sp-vw)) 1fr;
    gap: calc(99 * var(--sp-vw));
    margin-bottom: calc(8 * var(--sp-vw));
  }

  .future-potential__badge {
    height: calc(30 * var(--sp-vw));
    font-size: calc(14 * var(--sp-vw));
  }

  .future-potential__jobs-row {
    grid-template-columns: calc(90 * var(--sp-vw)) calc(67 * var(--sp-vw)) 1fr;
  }

  .future-potential__person-icon {
    width: calc(70 * var(--sp-vw));
    height: calc(70 * var(--sp-vw));
  }

  .future-potential__jobs-arrow {
    color: #1E1715;
    height: 100%;
    font-size: calc(16 * var(--sp-vw));
    white-space: nowrap;
    align-self: flex-start;
    text-align: center;
    background: url(../images/student/future-potential_person-arw.png) no-repeat bottom center/100%;
  }
  
  .future-potential__jobs-arrow span {
    color: #F49B11;
    font-size: calc(26 * var(--sp-vw));
    margin: 0 calc(2 * var(--sp-vw));
  }

  .future-potential__houses {
    gap: calc(7 * var(--sp-vw)) calc(1 * var(--sp-vw));
    padding-left: 0;
    margin-left: auto;
  }

  .future-potential__houses span {
    display: block;
    width: calc(20 * var(--sp-vw));
    height: calc(18 * var(--sp-vw));
  }
  
  .future-potential__card-body--places {
    display: block;
  }

  .future-potential__places-visual {
    width: 100%;
    grid-template-columns: 1fr calc(83 * var(--sp-vw)) 1fr;
    margin: calc(18 * var(--sp-vw)) auto 0;
  }

  .future-potential__facility span {
    margin-top: calc(6 * var(--sp-vw));
    font-size: calc(13 * var(--sp-vw));
  }

  .future-potential__difference {
    width: calc(83 * var(--sp-vw));
    margin: 0 auto;
    font-size: calc(13 * var(--sp-vw));
  }

  .future-potential__difference:before {
    content: "";
    display: block;
    width: calc(7 * var(--sp-vw));
    height: calc(25 * var(--sp-vw));
    background: url(../images/student/future-potential__difference-arw.png) no-repeat center/100%;
    position: absolute;
    top: -54%;
  }

  .future-potential__facility--dental {
    height: calc(129 * var(--sp-vw));
  }

  .future-potential__facility--dental img {
    width: calc(32 * var(--sp-vw));
  }
  
  .future-potential__facility--store {
    height: calc(99 * var(--sp-vw));
  }
  
  .future-potential__facility--store img {
    width: calc(56 * var(--sp-vw));
  }
  
  .future-potential__card--rhythm,
  .future-potential__card--qualification {
    min-height: 0;
  }

  .future-potential__check-list {
    grid-template-columns: 1fr;
    gap: calc(15 * var(--sp-vw));
    margin: calc(20 * var(--sp-vw)) 0 0 calc(15 * var(--sp-vw));
  }

  .future-potential__check-list li {
    padding-left: calc(56 * var(--sp-vw));
    font-size: calc(16 * var(--sp-vw));
    letter-spacing: calc(0.6 * var(--sp-vw));
    white-space: normal;
  }

  .future-potential__check-list li::before {
    width: calc(36 * var(--sp-vw));
  }

  .future-potential__check-list li::after {
    left: calc(9 * var(--sp-vw));
    width: calc(13 * var(--sp-vw));
    height: calc(7 * var(--sp-vw));
  }

  .future-potential__qualification-body {
    display: block;
    margin-top: calc(20 * var(--sp-vw));
    text-align: center;
  }

  .future-potential__qualification-number {
    justify-content: center;
  }

  .future-potential__qualification-number strong {
    font-size: calc(56 * var(--sp-vw));
  }

  .future-potential__qualification-number span {
    margin-left: calc(6 * var(--sp-vw));
    font-size: calc(26 * var(--sp-vw));
  }

  .future-potential__qualification-text {
    margin: calc(19 * var(--sp-vw)) calc(10 * var(--sp-vw)) 0;
    font-size: calc(16 * var(--sp-vw));
    line-height: 2;
    letter-spacing: calc(0.6 * var(--sp-vw));
    text-align: left;
  }

  .sp-none {
    display: none;
  }
}
