@charset "utf-8";

/* ===== #adviser ===== */
section#adviser .adviser_subtitle {
    display: flex;
    align-items: center;
}
section#adviser .adviser_subtitle::before,
section#adviser .adviser_subtitle::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1.2em;
    background: currentColor;
    flex-shrink: 0;
}
section#adviser .adviser_subtitle::before {
    transform: rotate(-20deg);
}
section#adviser .adviser_subtitle::after {
    transform: rotate(20deg);
}

/* ===== #flow SP比較レイアウト ===== */
.sp-flow-comparison { display: none; }

/* ===== study-seminar ===== */
.study-seminar__detail {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

/* ===== #staff ===== */
.staff__inner,
.note__inner,
.service__inner {
  max-width: 1440px;
  padding: 0 4vw;
  margin: 0 auto;
}

.staff__head {
  text-align: center;
  margin-bottom: 36px;
}

.staff__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(18px, 2.22vw, 32px);
  font-weight: 700;
  color: #4E9A56;
  letter-spacing: 0.15em;
  margin: 0 0 10px;
}

.staff__label::before,
.staff__label::after {
  content: '';
  display: block;
  width: 100px;
  height: 1.5px;
  background: #4E9A56;
}

.staff__catch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(15px, 1.94vw, 28px);
  font-weight: 700;
  color: #4E9A56;
  margin: 0 0 16px;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: #4E9A56;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.staff__pick {
  width: 28px;
  height: auto;
  flex-shrink: 0;
  text-decoration: none;
}

.staff__pick--flip {
  transform: scaleX(-1);
}

.staff__ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(24px, 3.47vw, 50px);
  font-weight: 700;
  color: #1C1C1C;
  margin: 0 0 12px;
  line-height: 1.3;
}

.staff__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(14px, 1.39vw, 20px);
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.staff__card {
  padding: 30px 40px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.staff__photo img {
  width: 100%;
  height: clamp(300px, 41.67vw, 600px);
  object-fit: cover;
  display: block;
}

#staff {
  padding-bottom: 100px;
  background-color: #F0F0F0;
}

.staff__features {
  margin: 16px 0 32px;
  display: flex;
  border-bottom: 2px dashed #9dcfac;
  gap: 0;
}

.staff__feature {
  flex: 1;
  padding: 0px 24px 12px;
  border-right: 2px dashed #9dcfac;
}

.staff__feature:first-child { padding-left: 0; }
.staff__feature:last-child  { border-right: none; padding-right: 0; }

.staff__feature-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  min-height: 68px;
}

.staff__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: #4E9A56;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(13px, 1.25vw, 18px);
  font-weight: 700;
  border-radius: 50%;
}

.staff__num span {
  position: relative;
  bottom: 1px;
}

.staff__feature-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(17px, 1.39vw, 20px);
  font-weight: 700;
  color: #1C1C1C;
  margin: 0;
  line-height: 1.4;
}

.staff__feature-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(15px, 1.25vw, 17px);
  color: #444;
  line-height: 1.8;
  margin: 0;
}

/* ===== #study ===== */

section#study {
  padding-bottom: 100px;
  background: #fff;
  overflow: visible;
}

.study-seminar__head {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}

.study-seminar__ttl {
  display: inline-flex;
  align-items: baseline;
  gap: 20px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}

.study-seminar__ttl-en {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: clamp(38px, 5vw, 72px);
  color: #1C1C1C;
  letter-spacing: 0.05em;
  position: relative;
}

.study-seminar__ttl::before,
.study-seminar__ttl::after {
  content: '';
  position: absolute;
  top: -1.35em;
  width: 50px;
  height: 50px;
  background: url('../img/pick_green_soft.png') no-repeat center center / contain;
}

.study-seminar__ttl::before { left:  -58px; }
.study-seminar__ttl::after  { right: -58px; transform: scaleX(-1); }

.study-seminar__ttl-ja {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: clamp(24px, 3.06vw, 44px);
  color: #E07440;
}

.study-seminar__card {
  position: relative;
  background: #F2F0EB;
  border-radius: 24px;
  padding: 20px 30px;
}

.study-seminar__list {
  list-style: none;
  padding: 0;
}

.study-seminar__item {
  padding: 32px 0;
  border-bottom: 1.5px dashed #C8C5BC;
}

.study-seminar__item:first-child { padding-top: 0; }
.study-seminar__item:last-child  { border-bottom: none; padding-bottom: 0; }

.study-seminar__item--more {
  display: none;
}

.study-seminar__item--more.is-open {
  display: flex;
}

.study-seminar__link {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

.study-seminar__link:hover {
  opacity: 0.75;
}

.study-seminar__thumb {
  flex: 0 0 38%;
  max-width: 380px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 4 / 3;
}

.study-seminar__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.study-seminar__body {
  flex: 1;
  min-width: 0;
}

.study-seminar__sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(13px, 1.11vw, 16px);
  font-weight: 400;
  color: #4E9A56;
  margin: 0 0 12px;
  line-height: 1.4;
}

.study-seminar__sub::after {
  content: '';
  display: block;
  margin-top: 8px;
  height: 2px;
  width: 48px;
  background: #4E9A56;
}

.study-seminar__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(19px, 2.22vw, 32px);
  font-weight: 700;
  color: #1C1C1C;
  line-height: 1.4;
  margin: 0;
}

.btn--more {
  margin-top: 32px;
}

.btn--more button::after {
  content: '›';
  display: inline-block;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.btn--more button.is-open::after {
  transform: rotate(-90deg);
}


/* ===== #note ===== */

#note {
  padding-bottom: 100px;
  background-color: #F0F0F0;
}


.note__card {
  display: flex;
  gap: 32px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 32px;
  margin-bottom: 32px;
}

/* 左：フィーチャー記事 */
.note__featured {
  flex: 0 0 48%;
  text-decoration: none;
  color: inherit;
  display: block;
}

.note__featured-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
}

.note__featured-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.note__featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 16px 16px;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 100%);
  color: #fff;
}

.note__featured-overlay .note__date {
  color: rgba(255,255,255,0.85);
}

.note__featured-ttl {
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  margin: 4px 0 0;
}

/* 右：記事リスト */
.note__list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.note__item {
  padding: 16px 0;
  border-bottom: 1.5px dashed #C8C5BC;
}

.note__item:first-child { padding-top: 0; }
.note__item:last-child  { border-bottom: none; padding-bottom: 0; }

.note__link {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}

.note__link:hover { opacity: 0.75; }

.note__thumb {
  flex: 0 0 172px;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
}

.note__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.note__body {
  flex: 1;
  min-width: 0;
}

.note__date {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}

.note__item-ttl {
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
  color: #1C1C1C;
  line-height: 1.5;
  margin: 0;
}

.note__btn-wrap {
  width: 300px;
  margin: 0 auto;
}
