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

.bg_ad_gray {
  background-color: var(--ad_gray);
}

.bg_ad_green {
  background-color: var(--ad_green);
}

.bg_ad_orange {
  background-color: var(--ad_orange);
}

.bg_ad_almond {
  background-color: var(--ad_almond);
}

.bg_ad_blue {
  background-color: var(--ad_blue);
}

.bg_pickup_red {
  background-color: var(--pickup_red);
}

.font_ad_red {
  color: var(--ad_red);
  position: relative;
  display: inline;
}

.font_ad_red::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: var(--ad_red);
}

.font_ad_orange {
  color: var(--ad_orange);
}

html {
  font-weight: var(--font_medium);
}

body {
  color: var(--ad_black);
}

header.common {
  z-index: 999;
  position: relative;
}

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

main section#hero .hero_bg {
  position: relative;
  width: 100%;
  max-width: 450px;
  overflow: hidden;
  opacity: 1;
  z-index: 0;
}

.hero_bg_inner {
  width: 320px;
  margin-inline: auto;
}

.hero_images img {
  width: 320px;
  height: 221px;
  margin-inline: auto;
  margin-block: 16px 44px;
}

.hero_images span.hero_line1 {
  position: absolute;
  background: url('../img/addmission/ad_hero_line1.png') no-repeat center / 100%;
  width: 25px;
  height: 62.5px;
  margin-top: -55px;
  margin-left: 22px;
}

.hero_images span.hero_line2 {
  position: absolute;
  background: url('../img/addmission/ad_hero_line2.png') no-repeat center / 100%;
  width: 29px;
  height: 69px;
  margin-top: -65px;
  margin-left: 284px;
}

.hero_images span.hero_line3 {
  position: absolute;
  background: url('../img/addmission/ad_hero_line3.png') no-repeat center / 100%;
  width: 239px;
  height: 129px;
  margin-top: -66px;
  margin-left: 17px;
}

.hero_title {
  transition-delay: 0.3s;
}

.hero_title img {
  width: 300px;
  height: auto;
  margin-inline: auto;
  margin-block: 83px 19px;
}

h1 {
  width: 285px;
  margin-inline: auto;
  text-align: center;
  font-size: 37px;
  line-height: 1.05;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

h1 span.dotted {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: 0.19em;
  margin-bottom: 11px;
}

h1 span.dotted::before {
  position: absolute;
  top: -1.3em;
  left: 0.6em;
  width: 100%;
  content: '● ● ● ● ● ●';
  font-size: 0.25em;
  letter-spacing: 1.65em;
  color: var(--ad_green);
}

h1 span.h1_text {
  display: block;
}

/* common acc */
.acc_wrap {
  max-width: 330px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.acc {
  position: relative;
  z-index: 0;
}

.acc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--ad_orange);
  border-radius: 10px;
  transform: translate(6px, 6px);
  z-index: -1;
  pointer-events: none;
}

.acc[open]::before {
  bottom: 20px;
  transform: translate(6px, 5px);
}

.acc_label .label_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  font-size: 27px;
  line-height: 1.48;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 31px 85px 57px;
  border: 1px solid var(--uni_black);
  border-radius: 10px;
  width: 330px;
  margin: 0 auto;
}

.acc_label .label_inner .acc_arrow {
  width: 24px;
  height: 24px;
  margin-inline: auto;
  margin-top: 56px;
}

.acc_label .label_inner .acc_arrow::after {
  top: 0;
  background: url('../img/addmission/ad_arrow_acc.png') no-repeat center /
    contain;
}

.acc[open] summary .label_inner {
  border-bottom: none;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.bubble_body {
  border: 1px solid var(--uni_black);
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 3px 30px 39px;
}

.bubble_arrow {
  width: 33px;
  height: 22px;
  margin: -1px auto 0;
  position: relative;
  z-index: 1;
}

.bubble_arrow .arrow_shadow {
  position: absolute;
  inset: 0;
  background: var(--ad_orange);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(4px, 4px);
  z-index: -1;
}

.bubble_arrow::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--uni_black);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.bubble_arrow::after {
  content: '';
  position: absolute;
  inset: -1.5px 0 0 0;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% calc(100% - 1.5px));
}

.acc[open] ~ .wide_section {
  display: block;
}

.wide_section {
  display: none;
  width: 100vw;
  max-width: 450px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 45px;
  margin-bottom: 60px;
}

/* common bubble_contents */

.point_wrapper {
  width: 260px;
  margin-inline: auto;
}

.bubble_body .point_wrapper .point_title {
  width: 260px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 3px;
  border: 1px solid var(--uni_black);
  text-align: center;
  line-height: 1.87;
  letter-spacing: 0.1em;
  margin-inline: auto;
}

.bubble_body .point_wrapper ul {
  margin-top: 26px;
  margin-left: 0;
  gap: 14px;
  display: grid;
}

.bubble_body .point_wrapper ul li {
  padding-left: 28px;
  font-size: 15.5px;
  line-height: 1.56;
  letter-spacing: 0.09em;
  position: relative;
}

.bubble_body .point_wrapper ul li::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url('../img/addmission/ad_check_circle_orange.png') no-repeat
    center / contain;
  position: absolute;
  left: 0;
  top: 4px;
}

/* ao bubble_contents*/
.ad_4styles {
  margin-top: 40px;
  width: 260px;
  margin-inline: auto;
}

.ad_4styles h2 {
  border-top: 1px solid var(--uni_black);
  padding-block: 10px;
  text-align: center;
}

.ad_4styles h2 .h2_sub {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.09em;
}

.ad_4styles h2 .marker {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.09em;
  background: linear-gradient(
    transparent 76%,
    var(--ad_orange) 76%,
    var(--ad_orange) 100%,
    transparent 100%
  );
  padding-inline: 0.15em;
}

.ad_4styles ul {
  display: flex;
  width: 260px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-top: 15px;
}

.ad_4styles ul li {
  display: grid;
  place-items: center;
  gap: 4px;
  width: 100%;
  height: 100px;
  padding-block: 25px;
  text-align: center;
}

.ad_4styles ul li:nth-child(2) {
  height: 140px;
  padding-block: 19px;
  gap: 6px;
}

.ad_4styles ul li .style_list_label {
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: 0.1em;
}

.ad_4styles ul li .style_list_type {
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: 0.1em;
}

.ad_4styles ul li small {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: var(--font_medium);
}

/* common wide_section*/

.wide_section .styles_wrapper {
  padding-bottom: 60px;
}

article .style_title_box {
  padding: 35px 0 43px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

article .pickup {
  position: absolute;
  font-size: 19px;
  font-weight: var(--font_bold);
  line-height: 0.79;
  letter-spacing: 0.06em;
  transform: rotate(-45deg);
  z-index: 2;
  top: -66px;
  left: -66px;
  width: 131px;
  height: 131px;
  padding-top: 96px;
  padding-left: 4px;
  display: grid;
  place-items: center;
  background-color: var(--pickup_red);
}

article .style_title_box .style_subcopy {
  line-height: 1.75;
  letter-spacing: 0.05em;
}

article .style_title_box h3 {
  margin-block: 25px;
  padding-block: 30px;
  width: 320px;
  margin-inline: auto;
  border-block: 1px solid var(--uni_black);
  font-size: 25px;
  line-height: 1.64;
  letter-spacing: 0.08em;
}

article .style_title_box .titile_tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-inline: auto;
  flex-wrap: wrap;
}

article .style_title_box .titile_tags .tag {
  display: grid;
  height: 40px;
  padding-inline: 18px;
  padding-bottom: 1px;
  place-items: center;
  border-radius: 20px;
  border: 1px solid var(--uni_black);
  background: var(--so_yellow);
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: var(--font_medium);
}

article .style_contents {
  width: 330px;
  margin-inline: auto;
  padding-bottom: 60px;
}

article .style_contents .style_point_list_wrapper {
  position: relative;
  margin-block: 114px 52px;
  text-align: center;
}

article .style_contents .style_point_list_wrapper::before {
  position: absolute;
  top: -93px;
  right: 19px;
  content: '';
  width: 70px;
  height: 104px;
  background: url('../img/addmission/ad_workshop_girl1.png') no-repeat center /
    contain;
  z-index: 1;
}

article .style_contents .style_point_list_wrapper::after {
  position: absolute;
  left: -5px;
  bottom: -38px;
  content: '';
  width: 80px;
  height: 87px;
  background: url('../img/addmission/ad_workshop_girl2.png') no-repeat center /
    contain;
}

article .style_contents .style_point_list_wrapper p.point_check {
  position: absolute;
  top: -74px;
  left: 32px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  transform: rotate(-5deg);
  display: inline-block;
}

article .style_contents .style_point_list_wrapper p.point_check .Afacad {
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: 0.1em;
  display: block;
}

article .style_contents .style_point_list_wrapper p.point_check::before {
  position: absolute;
  bottom: -3px;
  left: -22px;
  content: '';
  width: 20px;
  height: 48px;
  background: url('../img/addmission/ad_slash_left.png') no-repeat center / 100%;
}

article .style_contents .style_point_list_wrapper p.point_check::after {
  position: absolute;
  bottom: -4px;
  right: -22px;
  content: '';
  width: 20px;
  height: 48px;
  background: url('../img/addmission/ad_slash_right.png') no-repeat center /
    100%;
}

article .style_contents .style_point_list_wrapper ul {
  width: 320px;
  margin-inline: auto;
  display: grid;
  gap: 26px;
}

article .style_contents .style_point_list_wrapper ul li {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--uni_black);
  background: #fff;
  box-shadow: 5px 5px 0 0 var(--ad_orange);
  display: grid;
  place-items: center;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
}

article .style_contents .style_point_list_wrapper ul li.lines_3 {
  height: 122px;
}

article .style_contents .style_point_list_wrapper ul li.lines_2 {
  height: 105px;
}

article .style_contents .style_point_list_wrapper ul li.lines_1 {
  height: 77px;
}

article .style_contents .style_point_list_wrapper ul li::before {
  content: '';
  width: 12px;
  height: 19.2px;
  background: url('../img/addmission/ad_ribbon_orange.png') no-repeat center /
    contain;
  top: -0.5px;
  left: 16px;
  position: absolute;
}

article .style_contents .style_contents_read {
  width: 320px;
  margin-inline: auto;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.05em;
}

article .style_contents small {
  margin-top: 25px;
  width: 320px;
  margin-inline: auto;
  font-size: 15px;
  line-height: 1.93;
  letter-spacing: 0.06em;
}

/* ao  workshop_program_acc*/
.workshop_program_acc {
  max-width: 320px;
  margin: 50px auto 30px;
}

.wp_acc_toggle {
  display: none;
}

.wp_acc_header {
  position: relative;
  z-index: 2;
  display: block;
  background: #fff;
  border-radius: 10px;
  padding-block: 15px 26px;
  text-align: center;
  cursor: pointer;
}

.wp_acc_title {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.09em;
}

.wp_acc_icon {
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 3;
  width: 35px;
  height: 35px;
}

.wp_acc_toggle:checked ~ .wp_acc_header .wp_acc_icon {
  transform: translateX(-50%) rotate(0deg);
}

.wp_acc_body {
  position: relative;
  margin-top: 7px;
  max-height: 50px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  transition:
    max-height 0.4s ease,
    border-radius 0.4s ease;
  padding: 38px 25px;
}

.wp_acc_department {
  background: #fff;
  width: 270px;
  margin-inline: auto;
  opacity: 0;
}

.wp_acc_body::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.6) 40%,
    rgba(232, 232, 232, 0.8) 75%,
    #e8e8e8 100%
  );
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* open */
.wp_acc_toggle:checked ~ .wp_acc_body {
  border-radius: 10px;
  display: grid;
  gap: 30px;
  max-height: 2300px;
  background-color: #fff;
}

.wp_acc_toggle:checked ~ .wp_acc_body::after {
  opacity: 0;
}

.wp_acc_toggle:checked ~ .wp_acc_body .wp_acc_department {
  opacity: 1;
}

.wp_acc_department h4 {
  width: 270px;
  height: 37px;
  text-align: center;
  line-height: 1.81;
  letter-spacing: 0.1em;
  display: grid;
  place-items: center;
  background-color: var(--ad_charcoal);
  font-weight: var(--font_medium);
}

.wp_acc_department ul {
  margin-top: 15px;
  gap: 26px;
  display: grid;
}

.wp_acc_department ul li {
  line-height: 1.62;
  letter-spacing: 0.06em;
  text-align: justify;
  padding-left: 24px;
  position: relative;
}

.wp_acc_department ul li.narrow {
  letter-spacing: 0.02em;
}

.wp_acc_department.human ul li:nth-child(3) {
  letter-spacing: 0.02em;
}

.wp_acc_department ul li::before {
  position: absolute;
  content: '●';
  font-size: 14.5px;
  line-height: 1;
  left: 0;
  top: 5px;
  color: var(--ad_orange);
}

.wp_acc_department ul li::after {
  position: absolute;
  content: '';
  width: 270px;
  height: 1px;
  background: url('../img/addmission/ad_wp_dash.png') no-repeat center / contain;
  top: -13px;
  inset-inline: 0;
}

.wp_acc_department ul li:first-child:after {
  height: 0;
}

.wp_acc_department.info_design ul li span {
  font-size: 15px;
  letter-spacing: 0.07em;
}

.wp_acc_department.info_design small {
  line-height: 2.07;
  font-size: 14px;
  margin-top: 5px;
  width: auto;
  letter-spacing: 0.02em;
}

a.workshop_oc_cta {
  position: relative;
  width: 320px;
  height: 403px;
  margin-inline: auto;
  display: block;
}

a.workshop_oc_cta .oc_cta_overlay {
  position: absolute;
  inset-inline: 0;
  top: 225px;
  text-align: center;
  line-height: 1.87;
  letter-spacing: 0.06em;
}

a.workshop_oc_cta .oc_cta_overlay .oc_cta_btn {
  margin-top: 26px;
  width: 130px;
  height: 34px;
  border-radius: 20px;
  border: 1px solid #fff;
  display: grid;
  place-items: center;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.09em;
  margin-inline: auto;
  color: #fff;
}

/* ao wide_section co_aptitude */

article.co_aptitude .style_contents .style_point_list_wrapper::before {
  top: -103px;
  right: 12px;

  width: 70px;
  height: 124px;
  background: url('../img/addmission/ad_co_aptitude_girl1.png') no-repeat
    center / contain;
}

article.co_aptitude .style_contents .style_point_list_wrapper::after {
  left: -18px;
  bottom: 85px;
  width: 80px;
  height: 103px;
  background: url('../img/addmission/ad_co_aptitude_girl2.png') no-repeat
    center / contain;
}

article.co_aptitude
  .style_contents
  .style_point_list_wrapper
  ul
  li:nth-child(3),
article.recom_subject
  .style_contents
  .style_point_list_wrapper
  ul
  li:nth-child(3) {
  margin-bottom: 40px;
}

article.co_aptitude
  .style_contents
  .style_point_list_wrapper
  ul
  li:nth-child(3)::after,
article.recom_subject
  .style_contents
  .style_point_list_wrapper
  ul
  li:nth-child(3)::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url('../img/addmission/ad_plus_white.png') no-repeat center /
    contain;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
}

.exception_box {
  width: 320px;
  margin-top: 25px;
  border-radius: 10px;
  font-size: 15px;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 14px 22px;
}

/* ao wide_section another_types */

article.another_types .style_title_box {
  padding: 22px 0 10px;
}

article.another_types .style_title_box .h3_wrapper {
  position: relative;
  width: 322px;
  margin-inline: auto;
}

article.another_types .style_title_box .others {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.08em;
  position: absolute;
  top: -1px;
  left: 21px;
  transform: rotate(-5deg);
}

article.another_types .style_title_box .others::before {
  position: absolute;
  bottom: 6px;
  left: -19px;
  content: '';
  width: 10px;
  height: 20px;
  background: url('../img/addmission/ad_s_slash_left.png') no-repeat center /
    100%;
}

article.another_types .style_title_box .others::after {
  position: absolute;
  bottom: 7px;
  right: -17px;
  content: '';
  width: 10px;
  height: 20px;
  background: url('../img/addmission/ad_s_slash_right.png') no-repeat center /
    100%;
}

article.another_types .style_title_box h3 {
  margin-block: 0px;
  border-block: 0px;
  padding-block: 39px 21px;
}

article.another_types .style_contents .style_point_list_wrapper {
  margin-block: 60px 0;
}

article.another_types .style_contents .style_point_list_wrapper::before,
article.another_types .style_contents .style_point_list_wrapper::after {
  width: 0;
}

article.another_types .style_contents .style_point_list_wrapper h4 {
  overflow: hidden;
  position: relative;
  width: 321px;
  height: 80px;
  font-size: 21px;
  line-height: 1.24;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  display: grid;
  place-items: center;
  padding-block: 13px;
}

article.another_types .pickup {
  font-size: 14px;
  top: -49px;
  left: -49px;
  width: 99px;
  height: 99px;
  padding-top: 72px;
}

h4.inquiry_activity span.font_medium {
  font-size: 16px;
}

a.ad_cta {
  display: grid;
  width: 280px;
  height: 100px;
  padding: 15px 0 18px;
  text-align: center;
  place-items: center;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.08em;
  border-radius: 50px;
  border: 1px solid var(--uni_black);
  margin-inline: auto;
}

/* ao wide_section ad_info */

.ad_info {
  padding-block: 60px;
}

.ad_info .ad_info_box {
  border-radius: 10px;
  width: 320px;
  margin-inline: auto;
  padding: 34px 20px 35px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.ad_info .ad_info_box.box2 {
  padding: 38px 0px 37px;
  margin-bottom: 60px;
  position: relative;
}

.ad_info .ad_info_box.box2::before {
  position: absolute;
  content: '';
  width: 85px;
  height: 79px;
  bottom: -30px;
  left: 17px;
  background: url('../img/addmission/ad_sche_girl.png') no-repeat center /
    contain;
}

.ad_info .ad_info_box h3 {
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

.ad_info .ad_info_box h3 span {
  font-size: 24px;
}

.ad_info .ad_info_box ul {
  width: 280px;
  display: grid;
  gap: 15px;
  margin-inline: auto;
}

.ad_info .ad_info_box ul li {
  width: 280px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-size: 24px;
  letter-spacing: 0.08em;
}

.ad_info .ad_info_box .ad_info_box_text {
  font-size: 18px;
  line-height: 1.89;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.ad_info .ad_info_box .ad_fee {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.ad_info .ad_info_box .ad_fee .marker {
  background: linear-gradient(
    transparent 76%,
    var(--ad_orange) 76%,
    var(--ad_orange) 96%,
    transparent 96%
  );
}

/* recommendation */

#recommendation .acc.recom_acc::before {
  background: var(--ad_blue);
}

#recommendation .bubble_arrow .arrow_shadow {
  background: var(--ad_blue);
}

#recommendation .bubble_body .point_wrapper ul li::before {
  background: url('../img/addmission/ad_check_circle_blue.png') no-repeat
    center / contain;
}

#recommendation .bubble_body .point_wrapper ul li small {
  font-size: 12px;
  line-height: 1.08;
  letter-spacing: 0.08em;
  margin-top: 9px;
}

/* recommendation wide_section */

#recommendation .wide_section .styles_wrapper {
  padding-bottom: 0px;
}

#recommendation
  article.recom_subject
  .style_contents
  .style_point_list_wrapper::before {
  background: url('../img/addmission/ad_recom_subject_girl1.png') no-repeat
    center / contain;
  width: 55px;
  height: 125px;
  top: -90px;
  right: 19px;
}

#recommendation
  article.recom_subject
  .style_contents
  .style_point_list_wrapper::after {
  background: url('../img/addmission/ad_recom_subject_girl2.png') no-repeat
    center / contain;
  width: 60px;
  height: 84px;
  bottom: 93px;
  left: 12px;
}

#recommendation
  article.recom_expression
  .style_contents
  .style_point_list_wrapper::before {
  background: url('../img/addmission/ad_recom_expression_girl1.png') no-repeat
    center / contain;
  width: 42px;
  height: 99px;
  top: -85px;
  right: 8px;
}

#recommendation
  article.recom_expression
  .style_contents
  .style_point_list_wrapper::after {
  background: url('../img/addmission/ad_recom_expression_girl2.png') no-repeat
    center / contain;
  width: 56px;
  height: 111px;
  bottom: -11px;
  left: -7px;
}

#recommendation article .style_contents .style_point_list_wrapper ul li {
  box-shadow: 5px 5px 0 0 var(--ad_blue);
}

#recommendation
  article
  .style_contents
  .style_point_list_wrapper
  ul
  li::before {
  background: url('../img/addmission/ad_ribbon_blue.png') no-repeat center /
    contain;
}

/* another_types_recom */

#recommendation article.another_types {
  margin-bottom: 50px;
}

#recommendation article.another_types .style_title_box {
  padding: 35px 0 9px;
}

#recommendation article.another_types .style_title_box h3 {
  font-size: 23px;
  line-height: 1.8;
  letter-spacing: 0.09em;
}

#recommendation article.another_types .style_title_box h3 .h3_sub {
  font-size: 19px;
  display: block;
  letter-spacing: 0.05em;
}

#recommendation article.another_types .style_title_box .others {
  top: -3px;
}

/* links */
#links .links_inner {
  width: 320px;
  margin-inline: auto;
  padding-block: 38px 60px;
  text-align: center;
  margin-top: 60px;
}

#links .links_inner h2 {
  font-size: 21px;
  line-height: 1.76;
  letter-spacing: 0.24em;
}

ul.link_cards {
  margin-top: 40px;
  gap: 30px;
  display: grid;
}

ul.link_cards li {
  width: 320px;
  height: 250px;
  border-radius: 10px;
  position: relative;
  color: #fff;
}

.card_img_wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-mask-image: radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}

.card_img_wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.4s ease;
}

.card_img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

ul.link_cards li .card_content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-bottom: 25px;
  font-weight: var(--font_bold);
}

ul.link_cards li .card_content p.card_title {
  margin-top: 96px;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 0.1em;
}

ul.link_cards li:nth-child(2) .card_content p.card_title {
  margin-top: 27px;
  font-size: 24px;
  line-height: 1.04;
  letter-spacing: 0.1em;
}

ul.link_cards li:nth-child(3) .card_content p.card_title {
  margin-top: -20px;
  font-size: 21px;
  line-height: 1.57;
  letter-spacing: 0.1em;
}

ul.link_cards li .card_content .late {
  margin-block: 10px -8px;
  margin-left: 8px;
  display: flex;
}

ul.link_cards li .card_content .late .vertical {
  font-size: 19px;
  line-height: 1.18;
  letter-spacing: 0.15em;
}

ul.link_cards li .card_content .late .value {
  font-size: 93px;
  line-height: 0.55;
  letter-spacing: 0.01em;
  margin-top: 3px;
  margin-left: 8px;
  margin-right: 3px;
}

ul.link_cards li .card_content .late .unit {
  font-size: 44px;
  line-height: 1.19;
  letter-spacing: 0.1em;
  margin-top: 12px;
}

ul.link_cards li .card_content small {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}

ul.link_cards li .card_content .card_sub_title {
  margin-top: 35px;
  line-height: 1.83;
  letter-spacing: 1.8px;
  font-size: 18px;
}

ul.link_cards li .card_content .card_btn {
  width: 130px;
  height: 34px;
  display: grid;
  place-items: center;
  background-color: var(--ad_green);
  border-radius: 20px;
  font-weight: var(--font_medium);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  transition:
    background 0.4s ease,
    color 0.4s ease;
}

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

@media (min-width: 1120px) {
  header.common {
    position: fixed;
    z-index: 999;
  }

  main section#hero .hero_bg {
    margin-top: 30px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .acc:not([open]) .acc_label:hover .acc_arrow::after {
    animation: fadeSlide 1.2s ease-in-out infinite;
  }

  @keyframes fadeSlide {
    0% {
      transform: translateX(-50%) translateY(-10px);
      opacity: 0;
    }
    35% {
      transform: translateX(-50%) translateY(0);
      opacity: 1;
    }
    65% {
      transform: translateX(-50%) translateY(0);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(10px);
      opacity: 0;
    }
  }

  a.card:hover,
  a.ad_cta:hover {
    opacity: 1;
  }

  .card:hover .card_img {
    transform: scale(1.1);
  }

  .card:hover .card_img_wrapper::after {
    background: rgba(0, 0, 0, 0.6);
  }

  ul.link_cards li a.card:hover .card_content .card_btn {
    background-color: #fff;
    color: var(--ad_green);
  }

  .workshop_oc_cta:hover {
    opacity: 0.9;
  }

  .workshop_oc_cta:hover .oc_cta_overlay .oc_cta_btn {
    background: #fff;
    color: var(--uni_green);

    z-index: 1;
  }

  a.ad_cta.ao_cta:hover {
    background-color: var(--ad_orange);
  }

  a.ad_cta.recom_cta:hover {
    background-color: var(--ad_blue);
  }
}
