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

.Alatsi {
  font-family: 'Alatsi', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bg_en_blue {
  background-color: var(--en_blue);
}

.font_en_blue {
  color: var(--en_blue);
}

.bg_black {
  background-color: var(--uni_black);
}

.layout_center {
  overflow: hidden;
}

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

:root {
  --tx: min(
    13px,
    max(
      -18px,
      calc(-18px + (100vw - 340px) * 0.36 + max(0px, (100vw - 390px)) * 0.217)
    )
  );

  --s: min(0.1, max(0, (100vw - 390px) / 60px * 0.1));
}
main section#hero ul.hero_images {
  width: 100%;
  max-width: 450px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;

  transform: translateX(var(--tx)) scale(calc(1 + var(--s)));
  transform-origin: center top;
}

main section#hero ul.hero_images.wtf {
  margin-bottom: clamp(0px, calc((100vw - 390px) * (60 / 60)), 60px);
  transition-delay: 0.7s;
}

.hero_images li {
  position: relative;
  width: 50%;
}

.hero_images li.mon {
  transform: rotate(-8deg);
  transition-delay: 0.3s;
}
.hero_images li.tue {
  transform: rotate(10.6deg);
  margin-top: 19px;
  transition-delay: 0.5s;
}

.hero_images li.wed {
  transform: rotate(-13deg);
  margin-top: 20px;
  margin-left: 3px;
}
.hero_images li.thu {
  transform: rotate(8.7deg);
  margin-top: 107px;
  margin-left: -7px;
  z-index: 2;
}
.hero_images li.fri {
  transform: rotate(-18deg);
  margin-top: -34px;
  margin-left: 40px;
  z-index: 1;
}

.hero_images figure {
  background: #fff;
  padding: 10px 10px 52px;
  margin: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  width: 208px;
  height: 242px;
}

.hero_images img {
  display: block;
  width: 186px;
  height: 179px;
  object-fit: cover;
}

.hero_images figcaption {
  margin-top: 17px;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.23;
  font-family: var(--font_medium);
  margin-left: 1em;
}

.hero_images li > p {
  position: absolute;

  width: 76px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 27px;
  z-index: 2;
}

.hero_images li.mon > p {
  top: -29.7px;
  left: 63px;
}

.hero_images li.tue > p {
  top: -34px;
  left: 68px;
}
.hero_images li.wed > p {
  top: -40px;
  left: 69px;
}
.hero_images li.thu > p {
  top: -54px;
  left: 75px;
}
.hero_images li.fri > p {
  top: 148px;
  left: auto;
  right: min(
    -24px,
    max(
      -75px,
      calc(-75px + (100vw - 340px) * 0.36 + max(0px, (100vw - 390px)) * 0.55)
    )
  );
}

#hero h1 {
  width: 280px;
  margin-inline: auto;
  margin-block: 0px 30px;
  transition-delay: 0.1s;
  text-align: center;
  margin-top: clamp(0px, calc((100vw - 390px) * (33 / 60)), 33px);
}

#hero h1 span.intro {
  font-size: 57px;
  line-height: 0.89;
  letter-spacing: normal;
  margin-left: 0.5em;
}

#hero h1 span.intro span.Alatsi {
  font-feature-settings: normal;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--uni_black);
  font-size: 111px;
  line-height: 1.07;
  letter-spacing: normal;
  position: relative;
  margin-inline: 0.1em 0.06em;
  vertical-align: -0.03em;
}

#hero h1 span.intro span.Alatsi::before {
  position: absolute;
  content: '';
  width: 21px;
  height: 21px;
  background: url('../img/english/en_hero_accent.png') no-repeat center /
    contain;
  top: 14px;
  right: -18px;

  opacity: 0;
  transform: scale(1);

  animation: accent-pop 1.4s steps(1, end) 0.35s forwards;
}
@keyframes accent-pop {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }

  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

#hero h1 span.phrase {
  font-size: 33px;
  line-height: 1.69;
  letter-spacing: 0.15em;
  display: inline-block;
}

#hero h1 span.phrase.first {
  margin-top: -4px;
}

#hero h1 .quote_block {
  white-space: nowrap;
}

#hero h1 .quote {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: baseline;
  margin-inline: -0.2em;
}

#hero h1 span.marker_blue {
  background: linear-gradient(
    transparent 70%,
    var(--en_blue) 70%,
    var(--en_blue) 83%,
    transparent 83%
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-inline: 0.16em 0.02em;
}

#hero h1 .quote_block span.marker_blue {
  background: linear-gradient(
    transparent 74%,
    var(--en_blue) 74%,
    var(--en_blue) 90%,
    transparent 90%
  );
}

.dept_area {
  padding-block: 1px;
  margin-top: -14px;
}

.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 h2 {
  width: 320px;
  margin-inline: auto;
  line-height: 1;
  font-size: 23px;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 20px;
}

#hero h2 span {
  background: var(--en_blue);
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 8px 6px 10px;
}

#hero h2 span:last-child {
  padding: 5px 0px 6px 10px;
}

#hero h2 span sup {
  font-size: 0.55em;
  top: -0.05em;
}

.dept_area small {
  margin-top: 10px;
  letter-spacing: 0.072em;
}

.dept_area span.moresmall {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.08em;
}

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

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

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

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

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

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

.content01 details.reason_acc {
  margin-bottom: 40px;
}

#reason .content01 h2 {
  line-height: 1.33;
}

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

span.acc_arrow::after {
  background: url('../img/english/en_arrow_acc.png') no-repeat center / contain;
  top: 72px;
}

#reason h3 {
  font-size: 21px;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: center;
  margin-block: 40px 20px;
}

/* reason acc */

dl.reason_acc_list {
  width: 260px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  text-align: center;
  margin-top: 20px;
}

dt.reason_acc_list_label.vertical {
  font-weight: var(--font_medium);
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  width: 30px;
  height: 150px;
  padding: 10px 11px 10px 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--en_blue);
  color: var(--en_blue);
}

details.acc02 .reason_acc_list_label,
details.acc03 .reason_acc_list_label,
details.acc04 .reason_acc_list_label,
.features_acc_box_label {
  width: 280px;
  height: 40px;
  padding: 10px 10px 11px 10px;
  color: #fff;
  background-color: var(--en_blue);
  line-height: 1;
  display: grid;
  align-content: center;
  letter-spacing: 0.08em;
  margin-inline: auto;
  text-align: center;
  margin-top: 30px;
}

dd.reason_acc_list_content {
  position: relative;
  width: 216px;
  height: 150px;
  margin-left: 15px;
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 14px;
  font-weight: var(--font_medium);
}

dd.reason_acc_list_content.junior_senior {
  height: auto;
  flex-direction: column;
  margin-top: 5px;
}

dd.reason_acc_list_content img.step_pie {
  width: 140px;
  height: 140px;
}

dd.reason_acc_list_content span {
  position: absolute;
  letter-spacing: 0.08em;
}

dd.reason_acc_list_content.freshman span.lang_2nd,
dd.reason_acc_list_content.sophomore span.lang_2nd {
  line-height: 1.07;
  top: 6px;
  left: 0px;
}

dd.reason_acc_list_content.freshman span.pie_balloon {
  bottom: 10px;
  left: 11px;
  line-height: 1.21;
  letter-spacing: 0.08em;
  position: absolute;
  z-index: 0;
}

dd.reason_acc_list_content.freshman span.pie_balloon::before {
  position: absolute;
  content: '';
  width: 87px;
  height: 57px;
  background: url('../img/english/en_pie_balloon.png') no-repeat center /
    contain;
  top: 35%;
  left: 49%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

dd.reason_acc_list_content.freshman span.english,
dd.reason_acc_list_content.sophomore span.english {
  top: auto;
  bottom: 35px;
  right: 53px;
}

dd.reason_acc_list_content span.step_arrow {
  top: auto;
  bottom: -49px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('../img/english/en_arrow_blue.png') no-repeat center / contain;
}

dd.reason_acc_list_content p.step_finishing_intro {
  line-height: 1.14;
  letter-spacing: 0.08em;
  margin-bottom: 11px;
}

dd.reason_acc_list_content ul.step_finishing_list {
  flex-direction: column;
  gap: 8px;
}

dd.reason_acc_list_content ul.step_finishing_list li {
  background-color: var(--gl_yellow);
  width: 170px;
  height: 32px;
  display: grid;
  border-radius: 5px;
  align-content: center;
  padding-bottom: 2px;
}

.reason_acc_contents_intro {
  width: 260px;
  margin-inline: auto;
  margin-block: 0px 30px;
}

.content02 p.reason_text {
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.content02 p.reason_acc_text {
  margin-top: 0px;
}

.SA_support {
  width: 260px;
  height: 92px;
  display: grid;
  align-content: center;
  text-align: center;
  border-radius: 9px;
  border: 6px solid var(--gl_yellow);
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0.1em;
  position: relative;
  margin-block: 20px 10px;
  margin-inline: auto;
}

.SA_support::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 19.2px;
  background: url('../img/english/en_blue_ribbon.png') no-repeat center /
    contain;
  top: -6px;
  left: 20px;
}

ul.SA_support_list {
  width: 260px;
  margin: 20px auto;
  gap: 10px;
  align-items: center;
  text-align: center;
}

ul.SA_support_list li {
  font-size: 15px;
  line-height: 1.37;
  letter-spacing: 0.08em;
  border-radius: 9px;
  background-color: var(--gl_yellow);
  width: 80px;
  height: 65px;
  display: grid;
  align-content: center;
}

.flag_list {
  display: flex;
  width: 254px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 19px 37px;
  flex-wrap: wrap;
  margin: 30px auto 0;
}

.flag_list li figure img {
  width: 59px;
}

.flag_list li figure figcaption {
  font-size: 15px;
  font-weight: var(--font_medium);
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 10px;
}

.content02 small.indent {
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: normal;
  margin-block: 3px 30px;
}

/* features */

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

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

/* features acc */
#features h3 {
  color: var(--en_blue);
}

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

a.features_acc_cta {
  border: 1px solid var(--en_blue);
  color: var(--en_blue);
}

.features_content_02 a.features_acc_cta {
  font-size: 15px;
  line-height: 1.4;
  padding: 12px 44px 19px 44px;
}

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

p.features_acc_text span {
  display: block;
  letter-spacing: 0.04em;
}

.certifications {
  width: 300px;
  line-height: 1.87;
  letter-spacing: 0.05em;
  margin-block: 40px;
}

ul.certifications_list li {
  margin-left: 1.1em;
  position: relative;
}

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

.certifications small {
  margin-top: 7px;
  letter-spacing: 0.06em;
  font-weight: var(--font_medium);
}

.features_acc_box {
  width: 320px;
  margin-inline: auto;
  padding: 25px 0;

  border-radius: 10px;
}

h4.features_acc_box_title {
  color: var(--en_blue);
  text-align: center;
  font-size: 21px;
  font-weight: var(--font_bold);
  line-height: 1.57;
  letter-spacing: 0.09em;
}

h4.features_acc_box_title span {
  display: block;
}

.features_acc_box img {
  width: 270px;
  margin: 20px auto;
}

.features_acc_box small {
  text-align: center;
}
.features_acc_box_label {
  margin-top: 0;
}

.features_acc_box_label:first-child {
  margin-top: 20px;
}

.features_acc_box dl dd img {
  width: 280px;
  height: 120px;
  margin: 0 auto;
}

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

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

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

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

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

/* interview */

.job_place {
  padding: 9.5px 0px 9.5px 0;
  border-top: 1px solid var(--in_black);
  border-bottom: 1px solid var(--in_black);
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 25px;
}

.job_place span {
  width: 60px;
  height: 27.5px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 7px 0 8px 0;
  border-radius: 7px;
  border: 0.769px solid var(--in_black);
  justify-content: center;
  align-items: center;
  display: inline-flex;
  vertical-align: 0.25em;
  margin-inline: 1px 12px;
}

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

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

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

  summary.features_acc_label span.acc_more_button:hover,
  a.features_acc_cta:hover {
    background: var(--en_blue);
  }
}
