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


.bg_hu_green {
  background-color: var(--hu_green);
}

.font_hu_green {
  color: var(--hu_green);
}

/* hero */
main section#hero {
  width: 100%;
  max-width: 450px;
  margin-inline: auto;
  padding-bottom: 1px;
}

.hero_image.fadein {
  width: 100%;
  max-width: 450px;
  margin-inline: auto;
  position: relative;
  opacity: 1;
  transition: none;
}

.hero_image img {
  display: block;
}

.hero_image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  inset: 0;
  background: url("../img/human/hu_hero_overlap1.png") no-repeat center / 100%
    100%;
  opacity: 0;
  transition: opacity 2s ease;
  transition-delay: 0.3s;
}

.hero_image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: auto;
  inset: 0;
  background: url("../img/human/hu_hero_overlap2.png") no-repeat center / 100%
    100%;
  opacity: 0;
  transition: opacity 2s ease;
  transition-delay: 0.7s;
}

.hero_image.scrollin::before,
.hero_image.scrollin::after {
  opacity: 1;
}

.hero_title {
  text-align: center;
}

#human h1 {
  margin: clamp(-90px, calc(-20vw), -78px) auto 0px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 10;
}

h1 .label {
  display: inline-block;
  background: var(--hu_green);
  font-size: clamp(24.5px, calc(6.333vw - 0.2px), 28.3px);
  margin-bottom: 0.61em;
  padding: 0.25em 0.3em 0.35em 0.4em;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.08em;
}
.dept_area_inner {
  width: 320px;
  margin-inline: auto;
}

#hero .dept_name {
  text-align: center;
  line-height: 1.6;
  margin-block: 58px 50px;
}

#hero .dept_name span.dept {
  font-size: 18px;
  letter-spacing: 0.08em;
}

#hero .dept_name span.major {
  font-size: 25px;
  letter-spacing: 0.12em;
  display: block;
}

#hero .dept_area h2 {
  width: 320px;
  margin-inline: auto;
  line-height: 1.56;
  font-size: 24px;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 35px;
  text-align: center;
}

#hero h2 span {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

#hero h2 span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 99.3%;
  height: 4.5px;
  background-image: radial-gradient(circle, currentColor 39%, transparent 39%);
  background-repeat: repeat-x;
  background-size: 5.2px 4.5px;
  background-position: left calc(100% - 1px);
}

div.index ul li a {
  border: 1px solid var(--hu_green);
}

div.index ul li a::after {
  background: url(../img/human/hu_arrow_circle.png) no-repeat center / contain;
}

/* reason */
.round_bg::before {
  background: var(--hu_green);
  z-index: 0;
}

.reason_content {
  z-index: 2;
  position: relative;
}

.reason_content.content01 {
  padding-bottom: 50px;
}

p.reason_text {
  margin-block: 30px 35px;
  letter-spacing: 0.065em;
}

.reason_content.content02 {
  margin-bottom: 0px;
}

summary.reason_acc_label {
  height: auto;
  padding-top: 0px;
}

.reason_acc_card {
  height: auto;
  padding-bottom: 60px;
}

.reason_acc_card img {
  width: 320px;
  height: 226px;
  border-radius: 10px 10px 0 0;
}

.reason_acc_subtitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  height: 24px;
  padding: 4.5px 10px 4px 12px;
  background: var(--hu_green);
  margin-block: 30px 20px;
  display: inline-block;
}

p.reason_acc_title {
  color: var(--hu_green);
}

p.reason_acc_title small {
  font-size: 15px;
  line-height: 1.57;
  letter-spacing: 0.1em;
  font-weight: var(--font_bold);
  margin-block: 9px;
}

.reason_acc_card img.company_logo {
  width: 170px;
  height: 16.614px;
  margin: 20px auto 14px;
}

span.acc_arrow::after {
  background: url("../img/human/hu_arrow_acc.png") no-repeat center / contain;
}

a.reason_cta {
  margin-top: 50px;
}

/* reason acc contents */

.reason_acc_contents_inner {
  width: 260px;
}

p.reason_acc_text {
  margin-top: 0;
}

.reason_acc_contents_inner small {
  font-weight: var(--font_medium);
  margin-top: 10px;
}

.reason_acc_contents_inner img {
  width: 260px;
  border-radius: 10px;
  margin: 30px auto 0;
}

/* features*/

#features h2 span,
#future h2 span {
  border-bottom: 3px solid var(--hu_green);
}

.features_content.features_content_01 {
  border-bottom: 1px solid var(--hu_green);
  padding-bottom: 50px;
}

/* features acc */

summary.features_acc_label span.acc_more_button {
  border: 1px solid var(--hu_green);
}

p.features_acc_text {
  letter-spacing: 0.07em;
}

.field_3,
.SW {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.SW {
  margin-bottom: 30px;
}

.features_acc_box {
  width: 320px;
  margin-inline: auto;
  padding: 30px;
  border-radius: 10px;
}

h4.features_acc_box_label {
  width: 260px;
  height: 44px;
  padding: 10px 10px 11px 10px;
  color: #fff;
  background-color: var(--hu_green);

  display: grid;
  align-content: center;

  margin-inline: auto;
  text-align: center;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: var(--font_bold);
  line-height: 1.58;
  letter-spacing: 0.08em;
}

.box_lead {
  color: var(--hu_green);
  text-align: center;
  font-weight: var(--font_bold);
  line-height: 1.9;
  letter-spacing: 0.1em;
}

.box_list_title {
  width: 260px;
  height: 31px;
  display: inline-block;
  margin: 19px auto 14px;
  padding: 3px 10px 13px 10px;
  border-top: 1px solid var(--hu_green);
  border-bottom: 1px solid var(--hu_green);
  text-align: center;
  font-size: 14px;
  font-weight: var(--font_medium);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: var(--hu_green);
}

ul.box_list li {
  font-size: 16px;
  font-weight: var(--font_medium);
  line-height: 1.81;
  letter-spacing: 0.09em;
  position: relative;
  margin-left: 1.5em;
}

ul.box_list li::before {
  content: "●";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: -1.1em;
  color: var(--hu_green);
}

.SW article.features_acc_box {
  height: 205px;
  padding: 10px;
  font-weight: var(--font_regular);
  text-align: center;
}

h4.SW_box_label {
  font-size: 19px;
  line-height: 1.84;
  letter-spacing: 0.1em;
  font-weight: var(--font_regular);
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.25em;
}

.SW_value {
  display: flex;
  margin: 15px auto;
  justify-content: space-evenly;
}

.SW_value .pass_rate {
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  margin-top: 24px;
}

.SW_value .Abel.marker {
  font-size: 80px;
  line-height: 0.83;
  letter-spacing: 0.04em;
  background: linear-gradient(
    transparent 78%,
    var(--gl_yellow) 78%,
    var(--gl_yellow) 98%,
    transparent 98%
  );
  padding-inline: 0;
}

.SW_value .unit {
  font-size: 40px;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-left: -14px;
  position: relative;
  top: 0.29em;
}

.SW small {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.08em;
}

/* future */
#future h3 {
  background-color: var(--hu_green);
}

.future_content ul li::before {
  color: var(--hu_green);
}

.graph_balloon {
  border: 1px solid var(--hu_green);
}

.graph_balloon.balloon_3 {
  left: 175px;
  border-radius: 0px 20px 20px 20px;
  background-color: var(--gl_yellow);
}

.graph_balloon.circle {
  border: 0px solid var(--hu_green);
  position: absolute;
  width: 123px;
  height: 123px;
  text-align: center;
  font-size: 15px;
  line-height: 1.46;
  letter-spacing: 0.08em;
  color: var(--gl_yellow);
  border-radius: 50%;
  top: auto;
  bottom: -49px;
  left: -39px;
  background-color: var(--hu_green);
  padding-left: 0px;
  font-weight: var(--font_bold);
}

.graph_balloon.circle::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/human/hu_graph_balloon_accent.png") no-repeat center /
    contain;
  position: absolute;
  top: -3px;
  left: -3px;
}

.graph_balloon_value {
  color: var(--hu_green);
}

.achievement {
  width: 320px;
  margin: 74px auto 35px;
}

.achievement p.achievement_value {
  justify-content: space-evenly;
}

.achievement p.achievement_value span.rate {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 0.6em;
}

.achievement p.achievement_value span.value {
  text-align: center;
  line-height: 0.55;
  font-size: 81px;
  letter-spacing: 0.05em;
  background: linear-gradient(
    transparent 76%,
    var(--gl_yellow) 76%,
    var(--gl_yellow) 100%,
    transparent 100%
  );
  padding-inline: 0;
  padding-bottom: 0.14em;
  margin-left: -0.05em;
}

.achievement p.achievement_value span.unit {
  font-size: 38.5px;
  line-height: 1.19;
  letter-spacing: 0.08em;
  margin-left: -6px;
  position: relative;
  top: 0.29em;
}

.achievement small {
  text-align: center;
  margin-top: 20px;
}

.achievement small span {
  margin-left: 1em;
}

.company h4 {
  border-top: 1px solid var(--hu_green);
  border-bottom: 1px solid var(--hu_green);
}

/* interview */

p.interviewee_name span.highschool {
  margin-left: 1em;
  letter-spacing: 0.06em;
}

@media (min-width: 451px) {
  .layout_center {
    border-right: 1px solid var(--hu_green);
    border-left: 1px solid var(--hu_green);
  }
}

@media (hover: hover) and (pointer: fine) {
  a.reason_cta:hover {
    color: var(--hu_green);
  }

  summary.features_acc_label span.acc_more_button:hover {
    background: var(--hu_green);
  }
}
