@charset "UTF-8";

/* ==========================================================================
   Theme: Default (Blue/Rounded)
   ========================================================================== */

:root {
  /* Theme Accent Color */
  --color-theme-accent: var(--color-accent-blue);
  --color-accent-green: #00b2a6;

  /* Button Styles - Rounded */
  --button-radius: 80px;
  --button-border: none;
  --button-shadow: none;
  --button-text-shadow: none;
}

/* ==========================================================================
   Default Theme: .l-top .video
   ========================================================================== */
.l-top .video {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  z-index: -1;
  filter: drop-shadow(0px 0px var(--color-black));
}
@media (max-width: 749px) {
  .l-top .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 180px 0 0;
    overflow: hidden;
    filter: drop-shadow(0px 0px var(--color-black));
  }
  .l-top .video video {
    position: relative;
    left: 50%;
    width: 400px;
    height: auto;
    margin-left: -100%;
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
    outline: none;
    border: none;
  }
}

/* ==========================================================================
   Default Theme: .l-top .headline
   ========================================================================== */
.l-top .headline {
  position: relative;
  width: 468px;
}
.l-top .headline picture img {
  width: 468px;
  height: auto;
}
.l-top .headline .badge {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 107px;
  height: auto;
}
.l-top .headline .badge img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  transform: rotate(-15deg);
}
@media (max-width: 749px) {
  .l-top .headline {
    width: 280px;
    margin: 0 auto;
    z-index: 4;
  }
  .l-top .headline picture img {
    width: 280px;
    height: auto;
  }
  .l-top .headline .badge {
    top: -10px;
    left: -20px;
    width: 70px;
    height: auto;
  }
  .l-top .headline .badge img {
    width: 60px;
    height: 60px;
  }
}

/* ==========================================================================
   Default Theme: .l-top .button-area
   ========================================================================== */
.l-top .button-area {
  margin-top: 40px;
}
@media (max-width: 749px) {
  .l-top .button-area {
    margin-top: 304px;
  }
}

/* ==========================================================================
   Default Theme: #intro-video .box
   ========================================================================== */
#intro-video .box {
  border: 4px solid var(--color-black);
  border-radius: 20px;
  padding: 114px 15px 64px;
  background-color: var(--color-white);
  position: relative;
}
@media (max-width: 749px) {
  #intro-video .box {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 48px;
    padding-bottom: 32px;
  }
}

/* ==========================================================================
   Default Theme: .l-top .dc (Decorations)
   ========================================================================== */
.l-top .dc-01 {
  top: -10px;
  left: 50%;
  margin-top: 50px;
  margin-left: -60%;
  -webkit-animation: floating-dc01 5s ease-in-out infinite;
  animation: floating-dc01 5s ease-in-out infinite;
}
.l-top .dc-01 img {
  width: 80px;
  height: auto;
}
.l-top .dc-02 {
  top: 0;
  left: 50%;
  margin-top: 100px;
  margin-left: 100px;
  -webkit-animation: floating-dc02 4.5s ease-in-out infinite;
          animation: floating-dc02 4.5s ease-in-out infinite;
}
.l-top .dc-02 img {
  width: 120px;
  height: auto;
}
.l-top .dc-03 {
  bottom: 0;
  left: 50%;
  margin-bottom: 60px;
  margin-left: -40%;
  -webkit-animation: floating-dc03 4s ease-in-out infinite;
          animation: floating-dc03 4s ease-in-out infinite;
}
.l-top .dc-03 img {
  width: 120px;
  height: auto;
}
@media (max-width: 749px) {
  .l-top .dc-01 {
    top: -32px;
    left: 0;
    margin-left: 28px;
    z-index: 2;
  }
  .l-top .dc-01 img {
    width: 60px;
    height: auto;
  }
  .l-top .dc-02 {
    top: 90px;
    left: 50%;
    margin-top: 100px;
    margin-left: -150px;
  }
  .l-top .dc-02 img {
    width: 100px;
    height: auto;
  }
  .l-top .dc-03 {
    bottom: 50px;
    left: 50%;
    margin-left: 100px;
  }
  .l-top .dc-03 img {
    width: 80px;
    height: auto;
  }
}

/* Theme-Specific: Container/Box Styles */

/* --- Point Section: .point-box --- */
.s-point .point .point-box {
  border-radius: 20px;
  border: 4px solid var(--color-black);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  background-color: var(--color-white);
  text-align: center;
  flex-basis: 51%;
  max-width: 352px;
  padding: 0 20px 24px;
}
.s-point .point .point-box .image {
  width: 100%;
  margin: -40px 0 20px;
}
.s-point .point .point-box .image img {
  width: 100%;
  height: auto;
}

/* --- Supervision Section --- */
.s-supervision {
  margin-top: 40px;
  padding: 54px 28px;
  border-radius: 10px;
  border: 2px solid var(--color-black);
  background: var(--color-white);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.30);
  max-width: 1000px;
  display: flex;
}
.supervision-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-black);
}
.supervision-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}
.supervision-affiliation {
  display: flex;
  align-items: center;
}
.supervision-affiliation-university {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 510;
  line-height: 18px;
  letter-spacing: 1.2px;
}
.supervision-affiliation-department {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 510;
  line-height: 18px;
  letter-spacing: 1.2px;
}
.supervision-name {
  color: var(--color-black);
  font-size: 28px;
  font-style: normal;
  font-weight: 510;
  line-height: 18.2px;
  letter-spacing: 1px;
}
.supervision-name-title {
  font-size: 18px;
  padding-left: 8px;
}
.supervision-image-sp {
  display: none;
}
.supervision-messages {
  padding-top: 18px;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.28px;
}
.supervision-messages p {
  margin-bottom: 12px;
}
.supervision-message-title {
  color: var(--color-black);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.3px;
}
.supervision-message-topic {
  color: var(--color-black);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 2.24px;
}
.supervision-backlink {
  display: flex;
  align-items: flex-start;
  color: var(--color-accent-blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.3px;
}
.supervision-backlink p {
  margin-right: 8px;
  margin-bottom: 0;
  text-decoration-line: underline;
}
.icon-backlink {
  width: 16px;
  height: 16px;
}
.supervision-image-pc {
  width: 300px;
  height: 300px;
  padding-left: 16px;
}

/* --- Coach Section: .voice --- */
.s-coach .voice {
  display: flex;
  gap: 0 3%;
  justify-content: space-between;
  margin-top: 32px;
}
.s-coach .voice li {
  padding: 20px;
  border-radius: 20px;
  border: 4px solid var(--color-black);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  flex-basis: 33%;
  min-height: 100px;
  padding: 12px 12px 12px 96px;
  font-size: 13px;
}
.s-coach .voice li.voice-01 {
  background: var(--color-white) url("../images/img_coach_01.png") no-repeat 10px center;
  background-size: 80px auto;
}
.s-coach .voice li.voice-02 {
  background: var(--color-white) url("../images/img_coach_02.png") no-repeat 10px center;
  background-size: 80px auto;
}
.s-coach .voice li.voice-03 {
  background: var(--color-white) url("../images/img_coach_03.png") no-repeat 10px center;
  background-size: 80px auto;
}
.s-coach .voice dl {
  display: flex;
  gap: 12px 0;
  flex-direction: column;
  height: 100%;
}
.s-coach .voice dt {
  flex-grow: 0;
}
.s-coach .voice .description {
  flex-grow: 1;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

/* --- Coach Section: .student-achievements --- */
.s-coach .student-achievements {
  display: flex;
  gap: 0 3%;
  justify-content: space-between;
  margin-top: 32px;
}
.s-coach .student-achievements > li.achievement {
  border-radius: 20px;
  border: 4px solid var(--color-black);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  flex-basis: 33%;
  min-height: 100px;
  padding: 12px;
  font-size: 17px;
}
.s-coach .student-achievements > li.achievement {
  background: var(--color-white);
}
.s-coach .student-achievements > li.achievement dl {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: calc(100% - 24px);
}
.s-coach .student-achievements > li.achievement dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 1px;
  padding-bottom: 16px;
  min-height: 75%;
}
.s-coach .student-achievements > li.achievement dd span {
  color: var(--color-black);
  margin-left: 8px;
}
.s-coach .student-achievements > li.achievement dt{
  font-size: 13px;
  letter-spacing: 1.3px;
  line-height: 1.4;
  font-weight: 400;
}

/* --- Coach Section: .skills --- */
.s-coach .skills {
  display: flex;
  gap: 0 3%;
  justify-content: space-between;
  margin-top: 32px;
}
.s-coach .skills .skill {
  padding: 24px;
  border-radius: 20px;
  border: 2px solid var(--color-black);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  flex-basis: 33%;
  min-height: 364px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-coach .skills .skill .skill-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-align: center;
  color: var(--color-black);
  white-space: nowrap;
  font-family: 'Helvetica Neue', sans-serif;
}
.s-coach .skills .skill .skill-text {
  font-weight: 700;
  font-size: 13px;
  line-height: 18.2px;
  letter-spacing: 1.3px;
  color: var(--color-black);
  font-family: 'Helvetica Neue', sans-serif;
  margin-top: 12px;
}
.s-coach .skills .skill .skill-1 {
  width: 242px;
  height: 169px;
  margin-bottom: 20px;
}
.s-coach .skills .skill .skill-2 {
  width: 241px;
  height: 169px;
  margin-bottom: 20px;
}
.s-coach .skills .skill .skill-3 {
  width: 242px;
  height: 169px;
  margin-bottom: 14px;
}

/* --- Lesson Section: .lesson --- */
.s-lesson .lesson {
  background-color: var(--color-white);
  border-radius: 20px;
  border: 4px solid var(--color-black);
  box-shadow: 0 0 14px rgb(0 0 0 / 30%);
  letter-spacing: 0.1em;
  margin-top: 70px;
  padding: 25px 25px 50px 25px;
}
.s-lesson .lesson > div {
  border-bottom: 2px solid var(--color-black);
  padding: 30px 0;
}
.s-lesson .lesson > div:first-child {
  padding-top: 0;
}
.s-lesson .lesson > div:last-child {
  border: none;
  padding-bottom: 0;
}
.s-lesson .lesson dt {
  display: block;
  padding-left: 40px;
  color: var(--color-black);
  font-size: 24px;
  font-weight: bold;
  background: url("../images/ico_headline_02.png") no-repeat left top;
  background-size: 30px auto;
}

/* --- Lesson Section: .important --- */
.s-lesson .important {
  background-color: var(--color-white);
  border-radius: 20px;
  border: 4px solid var(--color-black);
  box-shadow: 0 0 14px rgb(0 0 0 / 30%);
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 25px;
  margin: 50px auto 0;
  padding: 50px 25px 25px 50px;
}
.s-lesson .important .pic {
  position: relative;
  width: 325px;
  height: 325px;
  flex-shrink: 0;
  order: 3;
  border-radius: 10px;
  overflow: hidden;
}
.s-lesson .important .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-lesson .important .name {
  position: absolute;
  bottom: 0;
  color: var(--color-white);
  background-color: rgba(0,0,0,0.7);
  text-align: left;
  width: 100%;
  padding: 20px 30px;
}
.s-lesson .important .name p:first-child {
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1.6px;
  margin-bottom: 5px;
}
.s-lesson .important .name p:nth-child(2) {
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  letter-spacing: 1.6px;
}
.s-lesson .important .title {
  color: var(--color-primary);
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.07em;
  order: 1;
  margin-bottom: 40px;
}
.s-lesson .important .text {
  order: 2;
  width: 100%;
  flex: 1;
  color: var(--color-black);
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.6;
  padding: 0;
}
.s-lesson .important .text p {
  margin-bottom: 30px;
}

/* --- Voice Section: .article --- */
.s-voice .voice-articles .articles .article {
  width: 100%;
  max-width: 546px;
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
}
.s-voice .voice-articles .articles .article:hover {
  opacity: 0.7;
}
.s-voice .voice-articles .articles .article:active {
  transform: translateY(2px);
  opacity: 0.7;
  box-shadow: 0px;
}
.s-voice .voice-articles .articles .article .article-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 195px;
  border-radius: 20px 20px 0 0;
}
.s-voice .voice-articles .articles .article .article-title {
  margin: 24px 16px 12px 32px;
  overflow: hidden;
  color: var(--color-accent-blue);
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.s-voice .voice-articles .articles .article .article-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 16px 16px 32px;
}
.s-voice .voice-articles .articles .article .article-footer .article-tags {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 6px;
  flex-wrap: wrap;
}
.s-voice .voice-articles .articles .article .article-footer .article-tags .article-tag {
  border-radius: 4px;
  background: var(--color-gray-light);
  color: var(--color-black);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.6px;
}
.s-voice .voice-articles .articles .article .article-footer .article-click-image {
  width: 32px;
  height: 32px;
}

/* --- Voice Section: .voice-reference --- */
.voice-reference {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 4px solid var(--color-black);
  background: var(--color-white);
}
.voice-reference .title {
  text-align: center;
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 3.20px;
  margin-bottom: 12px;
}
.voice-reference .sub-title {
  text-align: center;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 3px;
  margin-bottom: 24px;
}
.voice-reference .button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 28px;
  border-radius: var(--button-radius);
  border: var(--button-border);
  box-shadow: var(--button-shadow);
  text-shadow: var(--button-text-shadow);
}
.voice-reference .button:hover {
  opacity: 0.7;
}
.voice-reference .button:active {
  transform: translateY(2px);
  opacity: 0.7;
  box-shadow: 0px;
}
.voice-reference .button .button-icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.voice-reference .button .button-text {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.80px;
}

/* --- News Section: .news --- */
.s-news .news {
  margin-top: 32px;
  padding: 20px;
  border-radius: 20px;
  border: 4px solid var(--color-gray);
  background-color: var(--color-white);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 0;
}
.s-news .news .l-wrap {
  padding: 24px;
}
.s-news .news .articlelist {
  margin-top: 0;
}

/* --- Media Section: .s-media__articles --- */
.s-media__articles {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 26px 26px 32px 26px;
  border-radius: 20px;
  border: 2px solid var(--color-black);
  background: var(--color-white);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.30);
}

/* --- Mobile Styles --- */
@media (max-width: 949px) {
  .s-coach .skills {
    flex-direction: column;
    gap: 24px 0;
  }
  .s-coach .skills .skill {
    min-height: 316px;
  }
}

@media (max-width: 892px) {
  .s-supervision {
    margin-top: 32px;
    padding: 0;
  }
  .supervision-header {
    display: flex;
    justify-content: space-between;
  }
  .supervision-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 0 24px 16px;
  }
  .supervision-affiliation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .supervision-affiliation-university {
    font-size: 18px;
    font-weight: 510;
    line-height: 18.2px;
    letter-spacing: 1.2px;
  }
  .supervision-affiliation-department {
    font-size: 12px;
    font-weight: 510;
    line-height: 18px;
    letter-spacing: 0.8px;
  }
  .supervision-name {
    font-size: 21px;
    font-weight: 510;
    line-height: 18.2px;
    letter-spacing: 1px;
  }
  .supervision-name-title {
    font-size: 18px;
  }
  .supervision-image-sp {
    display: block;
    width: 123px;
    height: 123px;
  }
  .supervision-messages {
    padding: 16px;
    font-size: 14px;
  }
  .supervision-messages p {
    margin-bottom: 12px;
  }
  .supervision-message-title {
    font-size: 10px;
  }
  .supervision-message-topic {
    font-size: 16px;
    line-height: 140%;
  }
  .supervision-backlink {
    font-size: 10px;
  }
  .supervision-backlink p {
    margin-bottom: 0;
  }
  .supervision-image-pc {
    display: none;
  }
}

@media (max-width: 749px) {
  .s-point .point .point-box {
    border: 2px solid var(--color-black);
    border-radius: 10px;
    max-width: initial;
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 15px 10px 15px 15px;
  }
  .s-point .point .point-box .image {
    order: 2;
  }
  .s-point .point .point-box .image_01 {
    width: 112px;
    margin: -30px 5px 0 0;
  }
  .s-point .point .point-box .image_02 {
    width: 148px;
    margin: -25px 0 0;
  }
  .s-point .point .point-box .image_03 {
    width: 128px;
    margin: -30px 0 0;
  }
  .s-coach .voice {
    flex-direction: column;
    gap: 24px 0;
  }
  .s-coach .voice li {
    padding-left: 80px;
    border-radius: 10px;
    border: 2px solid var(--color-black);
  }
  .s-coach .voice li.voice-01, .s-coach .voice li.voice-02, .s-coach .voice li.voice-03 {
    background-size: 60px auto;
  }
  .s-coach .student-achievements {
    flex-direction: column;
    gap: 24px 0;
  }
  .s-coach .student-achievements > li.achievement {
    padding: 12px;
    border-radius: 10px;
    border: 2px solid var(--color-black);
  }
  .s-lesson .lesson {
    border: 2px solid var(--color-black);
    border-radius: 10px;
    margin-top: 35px;
    padding: 0 18px 0 18px;
  }
  .s-lesson .lesson > div {
    border-bottom: 1px solid var(--color-black);
    padding: 20px 0;
  }
  .s-lesson .lesson dt {
    background-size: 26px auto;
    font-size: 21px;
    margin-left: -5px;
    padding-left: 32px;
  }
  .s-lesson .important {
    display: block;
    border: 2px solid var(--color-black);
    overflow: hidden;
    padding: 0 0 30px 0;
  }
  .s-lesson .important .pic {
    flex: auto;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .s-lesson .important .name {
    padding: 15px 30px;
    text-align: left;
  }
  .s-lesson .important .title {
    width: auto;
    font-size: 16px;
    margin: 25px 15px 25px;
  }
  .s-lesson .important .text {
    flex: auto;
    width: auto;
    font-size: 12px;
    margin: 0 15px 0;
  }
  .s-lesson .important .text p {
    margin-bottom: 15px;
  }
  .s-lesson .important .text button {
    color: var(--color-black);
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
  }
  .s-lesson .important .text button span {
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    margin: 0 auto;
  }
  .s-lesson .important .text .text-inner {
    display: none;
  }
  .s-lesson .important .text.js-open button {
    font-size: 0;
  }
  .s-lesson .important .text.js-open button::after {
    content: "閉じる";
    font-size: 13px;
  }
  .s-lesson .important .text.js-open button span {
    border-right: none;
    border-bottom: none;
    border-left: 2px solid;
    border-top: 2px solid;
  }
  .s-lesson .important .text.js-open .text-inner {
    display: block;
  }
  .s-lesson .important .btn-wrapper {
    display:flex;
    justify-content: center;
  }
  .s-voice .voice-articles .articles .article {
    max-width: none;
  }
  .s-voice .voice-articles .articles .article .article-image {
    max-height: 120px;
  }
  .s-voice .voice-articles .articles .article .article-title {
    margin: 12px 16px;
    font-size: 16px;
  }
  .s-voice .voice-articles .articles .article .article-footer {
    margin: 0 10px 10px 16px;
  }
  .s-voice .voice-articles .articles .article .article-footer .article-tags {
    margin-bottom: 6px;
  }
  .s-voice .voice-articles .articles .article .article-footer .article-click-image {
    width: 24px;
    height: 24px;
  }
  .voice-reference {
    border: 2px solid var(--color-black);
  }
  .voice-reference .title {
    font-size: 18px;
  }
  .voice-reference .sub-title {
    font-size: 14px;
  }
  .voice-reference .sub-title br {
    display: none;
  }
  .voice-reference .button {
    padding: 16px 48px;
  }
  .voice-reference .button .button-text {
    font-size: 13px;
  }
  .s-news .news {
    border: 2px solid var(--color-gray);
    margin-top: 50px;
  }
  .s-news .news .l-wrap {
    padding: 24px 16px;
  }
  .s-news .news .l-item {
    flex-direction: column;
  }
  .s-news .news .articlelist li + li {
    margin-top: 16px;
  }
  .s-news .news .articlelist dl {
    flex-direction: column;
  }
}

/* --- Voice Section: .voice-anc-menus .menu children --- */
.s-voice .voice-anc-menus .menu .background {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: var(--color-gray);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.30);
}
.s-voice .voice-anc-menus .menu .icon {
  width: 60px;
  height: 34px;
}
.s-voice .voice-anc-menus .menu .title {
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.s-voice .voice-anc-menus .menu .arrow {
  width: 14px;
  height: 7px;
  margin-left: 8px;
}
.s-voice .voice-anc-menus .menu .sp {
  display: none;
}
.s-voice .voice-anc-menus .menu .br {
  display: none;
}

/* --- SNS Section: .sns-social-button --- */
.sns-buttons-container {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.sns-social-buttons-paired {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.sns-social-button {
  border: 2px solid var(--color-white);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sns-social-icon {
  background-size: cover;
  width: 28px;
  height: 28px;
}
.sns-platform-title {
  margin-left: 12px;
  font-size: 18px;
  font-family: 'Helvetica Neue';
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: var(--color-white);
  white-space: nowrap;
}
.sns-social-button a {
  margin: 16px 24px;
  display: flex;
  align-items: center;
}
.sns-social-button span {
  flex-grow: 1;
}

@media (max-width: 749px) {
  .s-voice .voice-anc-menus .menu .background {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 16px 6px 8px 6px;
    border-radius: 10px;
  }
  .s-voice .voice-anc-menus .menu .icon {
    width: 75px;
    height: 42px;
    position: relative;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
  .s-voice .voice-anc-menus .menu .title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .s-voice .voice-anc-menus .menu .arrow {
    width: 10px;
    height: 5px;
    margin: 0;
  }
  .s-voice .voice-anc-menus .menu .pc {
    display: none;
  }
  .s-voice .voice-anc-menus .menu .sp {
    display: block;
  }
  .s-voice .voice-anc-menus .menu .br {
    display: block;
  }
  .sns-buttons-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
  .sns-platform-title {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
  .sns-social-button a {
    margin: 12px 16px;
    display: flex;
    align-items: center;
  }
  .sns-social-icon {
    width: 24px;
    height: 24px;
  }
  .sns-platform-title {
    font-size: 12px;
  }
}
