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

.zen-maru-gothic {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 900;
  font-style: normal;
}

.bg_gl_blue {
  background-color: var(--gl_blue);
}

.font_gl_blue {
  color: var(--gl_blue);
}

/* hero */
main section#hero {
  width: 320px;
  margin-inline: auto;
}

#hero h1 {
  line-height: 1;
  margin-block: 35px 60px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  transition-delay: 0.2s;
}

#hero h1 span {
  display: inline-block;
}

#hero h1 span.lang {
  font-size: 47px;
  letter-spacing: 0.08em;
  margin-left: 1.36em;
  position: relative;
}

#hero h1 span.lang.lang_ge {
  margin-left: 1.25em;
}

#hero h1 span.lang::before {
  content: '';
  width: 46px;
  height: 46px;
  background: url('../img/global/gl_hero_english.png') no-repeat center /
    contain;
  position: absolute;
  top: 0.1em;
  left: -1.35em;
}

#hero h1 span.lang.lang_ge::before {
  left: -1.24em;
}

#hero h1 span.plus {
  font-size: 50px;
  margin-left: 92px;
  margin-block: -14px -9px;
}

#hero h1 span.lang.lang_ch::before {
  background: url('../img/global/gl_hero_chinese.png') no-repeat center /
    contain;
}

#hero h1 span.lang.lang_fr::before {
  background: url('../img/global/gl_hero_french.png') no-repeat center / contain;
}

#hero h1 span.lang.lang_ge::before {
  background: url('../img/global/gl_hero_germany.png') no-repeat center /
    contain;
}

.lead_dept_name {
  justify-content: space-between;
  transition-delay: 0.5s;
}

#hero p.lead {
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

#hero p.lead span {
  display: inline-block;
  background-color: var(--gl_blue);
  align-items: center;
  padding: 5px 7px 7px 10px;
}

#hero p.lead span:nth-child(4) {
  padding: 5px 1.6px 7px 10px;
}

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

#hero p.dept_name span.major {
  font-size: 25px;
  margin-right: 13px;
  display: block;
  letter-spacing: 0.16em;
}

#hero div.hero_images {
  margin-block: 70px 43px;
  gap: 20px;
  width: 320px;
}

#hero div.hero_images .hero_images_left,
#hero div.hero_images .hero_images_right {
  flex-direction: column;
  gap: 20px;
  transition-delay: 1s;
}

#hero div.hero_images .hero_images_right {
  margin-top: 95px;
  transition-delay: 1.3s;
}

#hero div.hero_images img {
  width: 150px;
  height: 188px;
  border-radius: 10px;
}

#hero div.hero_images img:nth-child(2) {
  height: 120px;
}

/* reason */
span.acc_arrow::after {
  top: 72px;
}

.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;
}

/* reason acc */

details.acc02 .reason_acc_contents {
  padding-bottom: 17px;
}

dl.reason_acc_list {
  width: 245px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  text-align: center;
  margin-top: 20px;
}
details.acc02 dl.reason_acc_list,
details.acc03 dl.reason_acc_list {
  width: 280px;
  gap: 20px;
  margin-top: 0px;
}

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(--gl_blue);
  color: var(--gl_blue);
}

details.acc02 dt.reason_acc_list_label,
details.acc03 dt.reason_acc_list_label {
  width: 280px;
  height: 40px;
  padding: 10px 10px 11px 10px;
  color: #fff;
  background-color: var(--gl_blue);
  line-height: 1;
  display: grid;
  align-content: center;
  letter-spacing: 0.08em;
}

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

details.acc02 dd.reason_acc_list_content,
details.acc03 dd.reason_acc_list_content {
  position: static;
  width: 280px;
  height: auto;
  margin-left: 0;
  display: inline;
  font-size: 21px;
  line-height: 1.14;
  letter-spacing: 0.09em;
}

details.acc03 dd.reason_acc_list_content {
  line-height: 1.33;
  font-size: 18px;
  margin-bottom: 4px;
}

dd.reason_acc_list_content.junior_senior {
  height: auto;
  flex-direction: column;
}

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

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

details.acc03 dd.reason_acc_list_content span {
  position: static;
  display: block;
}

dd.reason_acc_list_content.freshman span.lang_2nd,
dd.reason_acc_list_content.sophomore span.lang_2nd {
  line-height: 1.07;

  top: 0;
  left: -23px;
}

dd.reason_acc_list_content.sophomore span.lang_2nd {
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
}

dd.reason_acc_list_content.freshman span.pie_balloon {
  top: 22px;
  right: 10px;
  line-height: 1.21;
  letter-spacing: 0.08em;
  position: absolute;
  z-index: 0;
  font-weight: var(--font_medium);
}

dd.reason_acc_list_content.freshman span.pie_balloon::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 46px;
  background: url('../img/global/gl_pie_balloon.png') no-repeat center / contain;
  top: 50%;
  left: 39%;
  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;
  left: 51%;
  transform: translateX(-50%);
}

dd.reason_acc_list_content.sophomore span.english {
  bottom: 18px;
}

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/global/gl_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;
}

dd.reason_acc_list_content.TOEIC img {
  width: 270px;
  margin-inline: auto;
}

details.acc02 dd.reason_acc_list_content small,
details.acc03 dd.reason_acc_list_content small {
  margin-top: 20px;
}

details.acc02 dd.reason_acc_list_content span.moresmall {
  font-size: 12px;
  line-height: 2;
  position: static;
  display: block;
}

/* features */
.pickup h4.pickup_list_title {
  width: 186px;
  margin-inline: auto;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.pickup h4.pickup_list_title img {
  width: 25px;
  height: 25px;
}

.pickup h4.pickup_list_title span {
  font-size: 22px;
  text-align: center;
  line-height: 1.73;
  letter-spacing: 0.09em;
}

ul.pickup_lists {
  margin-block: 23px;
  gap: 10px;
  align-items: center;
  width: 320px;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

ul.pickup_lists li {
  display: grid;
  place-items: center;
  width: 155px;
  height: 90px;
  text-align: center;
  border-right: 1px solid var(--gl_blue);
  border-bottom: 1px solid var(--gl_blue);
  background: #fff;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.075em;
  position: relative;
}

ul.pickup_lists li:nth-child(4n + 2),
ul.pickup_lists li:nth-child(4n + 3) {
  background: #a5e2ff;
}

ul.pickup_lists li::before {
  content: '';
  width: 10px;
  height: 16px;
  background: url('../img/global/gl_ribbon_yellow.png') no-repeat center /
    contain;
  position: absolute;
  top: 0;
  left: 10px;
}

h4.pickup_add_title {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.09em;
}

h4.pickup_add_title span {
  font-size: 36px;
}

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