/*
Theme Name: Divi Child
Template: Divi
Text Domain: divi-child
*/

/* =========================================
共通
========================================= */
:root {
  /* colors: */
  --red: #ff0000;
  --blue: #023fd0;
  --white: #fff;
  /* size */
  --fz-16: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  --fz-18: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  --fz-20: clamp(1.125rem, 1.095rem + 0.13vw, 1.25rem);
  --fz-25: clamp(1.125rem, 1.019rem + 0.45vw, 1.563rem);
  --fz-28: clamp(1.125rem, 0.973rem + 0.65vw, 1.75rem);
  --fz-30: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
  --fz-33: clamp(1.25rem, 1.053rem + 0.84vw, 2.063rem);
  --fz-43: clamp(1.5rem, 1.212rem + 1.23vw, 2.688rem);
  --fz-50: clamp(1.5rem, 1.106rem + 1.68vw, 3.125rem);
  --fz-54: clamp(1.25rem, 0.734rem + 2.2vw, 3.375rem);
  --fz-70: clamp(2rem, 1.424rem + 2.46vw, 4.375rem);
  --fz-120: clamp(2rem, 0.665rem + 5.7vw, 7.5rem);
  --fz-150: clamp(2.5rem, 0.831rem + 7.12vw, 9.375rem);
}

.inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: content-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 0;
  line-height: 1.66;
}
p {
  padding-bottom: 0;
}

.pc-only {
  display: block;

  @media only screen and (max-width: 899px) {
    display: none;
  }
}

.geometric img {
  width: 100%;
  height: auto;
  display: block;
}
.geometric--left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.geometric--right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
/* template-parts/section-links.php */

.common-links {
  padding-bottom: 40px;
}

.common-links__inner {
  display: flex;
  align-items: start;
  gap: 30px;
}

.common-links__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 350px;
  height: 90px;
  padding-left: 1em;
  background: linear-gradient(120deg, #023fd0 0%, #b5b7f4 80%, #fdbad7 100%);
}

.common-links__label-text {
  font-size: var(--fz-50);
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 0.01em;
}

.common-links__row {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.common-links__row--bottom {
  justify-content: start;
}

.common-links__item {
  max-width: 160px;
}

.common-links__item img {
  display: block;
  width: 100%;
  height: auto;
}

.common-links__tagline {
  font-size: var(--fz-43);
  letter-spacing: 0.25em;
  margin-top: 120px;
  text-align: center;
}

.common-links__tagline-char {
  font-family: "Jost", sans-serif;
}

.common-links__tagline-char--red {
  color: var(--red);
}

.common-links__tagline-char--blue {
  color: var(--blue);
}

/*  インスタウィジェット  -------------------------------*/
.ig-widget {
  position: relative;
  width: 100%;
  max-width: 900px; /* 任意：中央の最大幅 */
  margin: 0 auto 60px;
}

.ig-widget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .common-links__inner {
    gap: 24px;
  }

  .common-links__label {
    width: 280px;
    height: 80px;
  }

  .common-links__row {
    gap: 16px;
  }

  .common-links__item {
    max-width: 140px;
  }

  .common-links__tagline {
    font-size: var(--fz-35);
    letter-spacing: 0.2em;
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .common-links__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .common-links__label {
    width: 180px;
    height: 50px;
    padding-left: 1em;
  }

  .common-links__row {
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .common-links__row--bottom {
    justify-content: center;
  }

  .common-links__item {
    max-width: 90px;
  }

  .common-links__tagline {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.16em;
    margin-top: 48px;
    padding: 0 0.5rem;
  }
}
@media (max-width: 399px) {
  .common-links__tagline {
    font-size: 18px;
  }
}
/* =========================================
   TOP 
========================================= */

/* メインビジュアル */

.top-bg__wrap {
  background: url("images/top-main-bg.jpg") 0 0 no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 20;
}

.main-top__bg {
  position: absolute;
  top: 3%;
  left: 1%;
  z-index: -1;
}

.main-top__bg-text {
  font-size: var(--fz-150);
  font-family: "Jost", sans-serif;
  font-weight: normal;
  line-height: 0.93;
  letter-spacing: -0.05em;
  color: rgba(230, 230, 230, 0.9);
}

.top-mv {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}

.top-mv__bg {
  position: absolute;
  inset: 0;
  background-image: url("images/mv-main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1;
}

.top-mv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
  color: var(--white);
}

.top-mv__sub {
  font-size: var(--fz-30);
  line-height: 1;
  color: var(--white);
}

.top-mv__title,
.top-mv__lead {
  font-size: var(--fz-70);
  line-height: 1;
  color: var(--white);
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .top-mv {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .top-mv {
    height: 200px;
  }

  .top-mv__text {
    width: 100%;
    padding: 0 16px;
    transform: translate(-50%, -45%);
  }

  .top-mv__title,
  .top-mv__lead {
    font-size: 1.4rem;
    white-space: normal;
  }
}

/* news */

.top-news {
  padding: 120px 0;
}

.top-news__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.top-news__heading {
  width: 28.8%;
}

.top-news__label {
  position: relative;
  width: 350px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 1em;
  overflow: hidden;
  background: transparent;
}

.top-news__label-text {
  position: relative;
  font-size: var(--fz-50);
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 0.01em;
  z-index: 1;
}

.top-news__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(120deg, #023fd0 0%, #b5b7f4 80%, #fdbad7 100%);
  z-index: 0;
  transition: width 0.8s ease-out;
}

/* NEWS ブロックがアクティブになったら右方向に伸びる */
.top-news.is-active .top-news__label::before {
  width: 100%;
}

.top-news__label-text {
  font-size: var(--fz-50);
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 0.01em;
}

.top-news__sub {
  font-size: var(--fz-20);
  font-weight: bold;
  margin-top: 1rem;
}

.top-news__list {
  max-width: 516px;
  flex: 1;
}

.top-news-item {
  margin-bottom: 18px;
}

.top-news-item__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  color: inherit;
}

.top-news-item__title-wrap {
  display: flex;
  align-items: center;
}

.top-news-item__bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("images/list-box.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 12px;
  margin-bottom: 0;
  flex-shrink: 0;
}

.top-news-item__title {
  font-size: var(--fz-16);
  font-family: "Noto Sans JP", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  line-height: 1.6;
}

.top-news-item__date {
  font-size: 0.7rem;
  white-space: nowrap;
}

.top-news-item__underline {
  display: block;
  margin-top: 2px;
  height: 1px;
  background: var(--blue);
}

@media (max-width: 1024px) {
  .top-news {
    padding: 80px 0;
  }

  .top-news__inner {
    gap: 32px;
  }

  .top-news__heading {
    width: 32%;
  }

  .top-news__label {
    width: 280px;
    height: 80px;
  }

  .top-news__list {
    max-width: 480px;
  }
}

@media only screen and (max-width: 899px) {
  .top-news__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .main-top__bg {
    top: 8px;
    left: 4%;
  }

  .top-news {
    padding: 48px 0 56px;
  }

  .top-news__heading {
    width: 100%;
  }

  .top-news__label {
    width: 180px;
    height: 50px;
    padding-left: 1rem;
  }

  .top-news__sub {
    margin-top: 0.5rem;
  }

  .top-news__list {
    max-width: none;
  }

  .top-news-item__link {
    grid-template-columns: 1fr;
    gap: 4px;
    align-items: flex-start;
  }

  .top-news-item__date {
    text-align: right;
  }

  .top-news-item__underline {
    margin-top: 2px;
  }
}

@media only screen and (max-width: 499px) {
  .top-mv {
    height: 350px;
  }
  .top-mv__title {
    margin-block: 5px;
  }

  .main-top__bg {
    top: 18px;
  }
  .top-bg__wrap {
    background-position: 33%;
  }

  .top-news {
    padding: 155px 0 56px;
  }
}

@media only screen and (max-width: 399px) {
  .main-top__bg {
    top: 20px;
  }
}

/* スローガン */
.top-slogan {
  padding: 30px 0 120px;
}

.top-slogan__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  height: 36px;
  padding-left: 0.5em;
  background: linear-gradient(120deg, #023fd0 0%, #b5b7f4 80%, #fdbad7 100%);
  overflow: hidden;
  background: transparent;
}

.top-slogan__label-text {
  font-size: var(--fz-30);
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--white);
  opacity: 0;
}

/* 背景アニメーションの疑似要素 */
.top-slogan__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(120deg, #023fd0 0%, #b5b7f4 80%, #fdbad7 100%);
  z-index: -1;
  transition: width 0.8s ease-out;
}
/* .is-active 付与で背景伸びる */
.top-slogan.is-active .top-slogan__label::before {
  width: 100%;
}
.top-slogan__label-text.is-active {
  opacity: 1;
}
.top-slogan__box {
  background-color: var(--white);
  margin-top: 2rem;
  padding: 2rem;
}

.top-slogan__box-header {
  border: 3px solid transparent;
  border-image: linear-gradient(90deg, #023fd0 0%, #023fd0 70%, #b5b7f4 100%) 1;
  text-align: center;
  margin-bottom: 20px;
  padding: 2rem;
}

.top-slogan__year {
  font-size: var(--fz-20);
  font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
  margin-bottom: 10px;
}

.top-slogan__title {
  font-size: var(--fz-30);
  font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
  line-height: 1.75;
}

.top-slogan__content {
  display: flex;
  align-items: flex-start;
}

.top-slogan__image {
  flex: 0 0 35%;
}

.top-slogan__image img {
  display: block;
  width: 100%;
  height: auto;
}

.top-slogan__text-block {
  flex: 1;
}

.top-slogan__text {
  font-size: var(--fz-16);
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 2;
  color: #333333;
  margin-bottom: 36px;
}

.top-slogan__name {
  font-size: var(--fz-16);
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 2;
  color: #333333;
  margin-bottom: 30px;
}

.top-slogan__name span {
  font-size: var(--fz-25);
  font-weight: bold;
}

.top-slogan__btn-wrap {
  text-align: right;
}

.top-slogan__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  font-size: var(--fz-20);
  font-weight: bold;
  color: var(--blue);
  border: 1px solid var(--blue);
  letter-spacing: 0;
  padding: 1rem;
  text-decoration: none;
  transition: all ease 0.3s;
}

.top-slogan__btn::after {
  content: "▶";
  margin-left: 8px;
  font-size: 0.8rem;
  color: var(--red);
}

.top-slogan__btn:hover {
  background-color: var(--blue);
  color: var(--white);
}

@media (max-width: 1024px) {
  .top-slogan {
    padding: 30px 0 90px;
  }

  .top-slogan__box {
    padding: 1.8rem;
  }

  .top-slogan__box-header {
    padding: 1.8rem;
    margin-bottom: 16px;
  }

  .top-slogan__content {
    column-gap: 24px;
  }

  .top-slogan__image {
    flex: 0 0 38%;
  }

  .top-slogan__text {
    margin-bottom: 28px;
  }

  .top-slogan__name {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .top-slogan {
    padding: 20px 0 64px;
  }

  .top-slogan__box {
    padding: 1rem 0.5rem;
    margin-top: 1rem;
  }

  .top-slogan__box-header {
    padding: 1rem 0.5rem;
    margin-bottom: 0;
  }

  .top-slogan__year {
    margin-bottom: 4px;
  }

  .top-slogan__content {
    flex-direction: column;
    row-gap: 24px;
  }

  .top-slogan__image {
    flex: 0 0 auto;
    max-width: 200px;
    margin: 0 auto;
    margin-top: -1rem;
  }

  .top-slogan__text {
    margin-bottom: 1rem;
  }

  .top-slogan__name {
    margin-bottom: 1rem;
  }

  .top-slogan__btn {
    min-width: 180px;
    padding: 0.3rem 1rem;
  }
}

/* =========================================
   サブページ共通
========================================= */
.sub-visual {
  width: 100%;
  height: 590px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-visual__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
@media (max-width: 1440px) {
  .sub-visual__inner {
    width: 83%;
  }
}
@media (max-width: 1024px) {
  .sub-visual__inner {
    flex-direction: column;
    width: 100%;
  }

  .sub-visual {
    height: 350px;
  }

  .slogan-visual__title-ja {
    text-align: center;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 499px) {
  .sub-visual {
    height: 200px;
  }
}

/* =========================================
会長所信／スローガン
========================================= */

.sub-visual--slogan {
  background-image: url("images/sub-mainvisual-bg.jpg");
}
.kaicyo-main {
  position: relative;
}
.kaicyo-main::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background: url("images/kaicyo-bg-bottom.png") no-repeat center / cover;
}
.kaicyo-bg {
  position: relative;
}
.kaicyo-bg::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 100%;
  height: 320px;
  background: url("images/kaicyo-bg-top.png") no-repeat center / cover;
}

.slogan-visual__title-ja {
  font-size: var(--fz-54);
  font-weight: 600;
  line-height: 1.3;
  color: var(--white);
  margin-bottom: 1.2rem;
}

.slogan-visual__title-en {
  font-size: var(--fz-120);
  font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: var(--white);
}

.kaicyo-main {
  background: #f2f2f2;
  padding-bottom: 250px;
}

.slogan-intro {
  padding-top: 155px;
}

.slogan-intro__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.slogan-intro__content {
  width: 60%;
  font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
}

.slogan-intro__photo {
  width: 36%;
  text-align: right;
}

.slogan-intro__photo img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.slogan-intro__label {
  display: flex;
  align-items: center;
  height: 32px;
  padding-left: 1em;
  margin-bottom: 30px;
  background: linear-gradient(120deg, #023fd0 0%, #b5b7f4 80%, #fdbad7 100%);
}

.slogan-intro__label-text {
  font-size: var(--fz-18);
  font-weight: 600;
  color: var(--white);
}

.slogan-intro__title {
  font-size: var(--fz-33);
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 30px;
}

.slogan-intro__meta {
  font-size: var(--fz-20);
  font-weight: bold;
  margin-bottom: 40px;
}

.slogan-intro__name {
  font-size: 24px;
  text-align: right;
  margin-right: 1em;
}

.slogan-intro__name-role {
  font-size: 24px;
  font-weight: bold;
  margin-right: 2rem;
}

.slogan-intro__name-main {
  font-size: 36px;
  font-weight: bold;
}

.slogan-message__box {
  max-width: 900px;
  margin: 0 auto;
  background-color: var(--white);
  padding: 70px;
}

.slogan-message__header {
  text-align: center;
  margin-bottom: 70px;
}

.slogan-message__title-ja {
  display: inline-block;
  font-size: var(--fz-30);
  font-weight: 500;
  font-family: "Noto Sans JP", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0.2em;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 3.5px solid #ff0000;
}

.slogan-message__title-ja span {
  color: #ff0000;
}

.slogan-message__title-en {
  font-size: 12px;
  letter-spacing: 0.2em;
}

.slogan-message__title-en span {
  color: var(--blue);
}

.slogan-message__texts {
  text-align: center;
}

.slogan-message__text {
  font-size: var(--fz-16);
  line-height: 2.1875;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}

.slogan-message__text .blue-text {
  font-size: var(--fz-20);
  font-weight: bold;
  line-height: 1.66;
  letter-spacing: 0.04em;
  color: var(--blue);
}

.slogan-message__text .blue-text__big {
  font-size: var(--fz-30);
  font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
  font-weight: bold;
  line-height: 1.5;
  color: var(--blue);
}

.slogan-message__text .black-text__big {
  font-size: var(--fz-25);
  font-weight: bold;
  line-height: 1.52;
  color: #333333;
}

.slogan-message__highlight {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: var(--fz-16);
  font-weight: bold;
  background-color: #fdefea;
  margin-bottom: 50px;
  padding: 40px;
}

.slogan-message__highlight-icon {
  margin-bottom: 16px;
}

.slogan-message__highlight-icon img {
  max-width: 140px;
  height: auto;
}

.slogan-message__highlight-text {
  font-size: var(--fz-16);
  line-height: 2.2;
}

.slogan-message {
  margin-bottom: 120px;
}

.kaicyo__tagline {
  margin-block: 60px;
}

@media (max-width: 1440px) {
  .kaicyo-bg::before,
  .kaicyo-main::after {
    height: 250px;
  }
}

@media (max-width: 1024px) {
  .slogan-intro {
    padding: 60px 0 80px;
  }

  .slogan-intro__inner {
    gap: 32px;
  }

  .slogan-intro__subtitle {
    margin-bottom: 40px;
  }
  .kaicyo-bg::before {
    height: 150px;
  }
}

@media (max-width: 768px) {
  .kaicyo-main {
    padding-bottom: 35px;
  }
  .kaicyo-bg::before,
  .kaicyo-main::after {
    height: 130px;
  }

  .slogan-intro {
    padding: 60px 0 30px;
  }

  .slogan-intro__inner {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .slogan-intro__content {
    width: 100%;
  }

  .slogan-intro__photo {
    width: 50%;
  }

  .slogan-intro__label {
    height: 48px;
    padding: 0 18px;
    margin-bottom: 24px;
  }

  .slogan-intro__subtitle {
    margin-bottom: 32px;
  }

  .slogan-intro__meta {
    margin-bottom: 24px;
  }

  .slogan-intro__inner {
    gap: 8px;
  }

  .slogan-intro__title {
    margin-bottom: 12px;
  }

  .slogan-message {
    margin-bottom: 60px;
  }

  .slogan-message__header {
    margin-bottom: 40px;
  }

  .slogan-message__box {
    padding: 40px;
  }

  .slogan-message__text {
    margin-bottom: 24px;
  }

  .slogan-message__highlight {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
    padding: 20px;
  }

  .slogan-message__highlight-icon {
    margin-bottom: 0;
  }

  .kaicyo__tagline {
    margin-block: 48px;
  }
}

@media only screen and (max-width: 499px) {
  .kaicyo-bg::before,
  .kaicyo-main::after {
    height: 70px;
  }

  .slogan-intro__title {
    padding-bottom: 0;
  }

  .slogan-intro__meta {
    margin-bottom: 16px;
  }

  .slogan-intro__name-role {
    font-size: 20px;
    margin-right: 1.5rem;
  }

  .slogan-intro__label {
    margin-bottom: 1rem;
  }

  .slogan-intro__name-main {
    font-size: 30px;
    font-weight: bold;
  }

  .slogan-message__highlight-icon img {
    max-width: 100px;
  }

  .slogan-message__header {
    margin-bottom: 30px;
  }

  .slogan-message__box {
    padding: 40px 20px;
  }

  .slogan-message__highlight {
    gap: 10px;
    padding: 10px;
  }

  .slogan-intro__label {
    height: 35px;
  }

  .slogan-visual__title-ja {
    font-size: 20px;
    margin-bottom: 0.7rem;
  }

  .slogan-visual__title-en {
    font-size: 32px;
  }

  .kaicyo__tagline {
    margin-block: 30px;
  }
}

/* =========================================
YEGページ
========================================= */

.yeg-overview {
  padding: 120px 0 0;
  background-color: rgba(187, 187, 187, 0.1);
  position: relative;
  overflow: hidden;
}

.yeg-geometric__left {
  position: absolute;
  max-width: 720px;
  top: -2rem;
  left: -3rem;
}

.yeg-geometric__right {
  position: absolute;
  max-width: 1000px;
  bottom: 5rem;
  right: -1rem;
}

.yeg-overview__inner {
  padding: 40px 20px;
  margin-bottom: 80px;
  background-color: var(--white);
}

.yeg-overview__block {
  margin-bottom: 50px;
}

.yeg-overview__heading {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 1em;
  background: linear-gradient(120deg, #023fd0 0%, #b5b7f4 80%, #fdbad7 100%);
}

.yeg-overview__heading-text {
  font-size: var(--fz-28);
  font-family: "Noto Sans JP", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.01em;
}

.yeg-overview__body {
  padding: 30px 45px 30px 24px;
  font-size: var(--fz-16);
  font-weight: normal;
  line-height: 2.1;
}

.yeg-overview__body p {
  margin-bottom: 1.5em;
}

.yeg-overview__block--about .yeg-overview__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.yeg-overview__text {
  flex: 1;
}

.yeg-overview__symbol {
  flex: 0 0 210px;
}

.yeg-overview__symbol img {
  display: block;
  width: 100%;
  height: auto;
}

.yeg-overview__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yeg-overview__list li + li {
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .yeg-geometric__left {
    max-width: 520px;
    top: -0.5rem;
    left: -2rem;
  }

  .yeg-geometric__right {
    max-width: 720px;
    bottom: -1rem;
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .yeg-overview {
    padding: 60px 16px 0;
  }
  .yeg-overview__inner {
    padding: 30px 16px;
    margin-bottom: 40px;
  }
  .yeg-overview__block--about .yeg-overview__body {
    flex-direction: column;
    padding: 1rem;
  }
  .yeg-overview__body {
    padding: 1rem;
  }
  .yeg-overview__symbol {
    max-width: 150px;
    margin: 0 auto;
    flex: 0;
  }
  .yeg-overview__block {
    margin-bottom: 30px;
  }
  .yeg-geometric__left {
    max-width: 400px;
  }

  .yeg-geometric__right {
    width: 100%;
    bottom: 0;
  }
  .yeg-overview__heading {
    height: 35px;
  }
}

/* =========================================
 役員名簿・組織図
========================================= */
.soshikikeikaku-main {
  padding: 120px 20px 0;
  background-color: rgba(187, 187, 187, 0.1);
  position: relative;
  overflow: hidden;
}

.executive__inner {
  padding: 40px;
  margin-bottom: 75px;
  background-color: var(--white);
}
.executive__left {
  position: absolute;
  max-width: 720px;
  top: -2rem;
  left: -3rem;
}

.executive__right {
  position: absolute;
  max-width: 1000px;
  top: 33%;
  right: -1rem;
}

.executive__header {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 1em;
  background: linear-gradient(120deg, #023fd0 0%, #b5b7f4 80%, #fdbad7 100%);
  margin-bottom: 40px;
}

.executive__title {
  font-size: var(--fz-28);
  font-family: "Noto Sans JP", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.01em;
}
.executive__image {
  border: 1px solid #000;
  margin-bottom: 120px;
}
.executive__image--chart {
  margin-bottom: 75px;
}
.executive__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .soshikikeikaku-main {
    padding: 60px 16px 0;
  }
  .executive__inner {
    padding: 30px 16px;
    margin-bottom: 50px;
  }
  .executive__header {
    height: 35px;
    margin-bottom: 20px;
  }
  .executive__image {
    margin-bottom: 50px;
  }
  .executive__image--chart {
    margin-bottom: 30px;
  }
  .executive__right {
    max-width: 500px;
    top: 70%;
    right: 0;
  }
}

/* =========================================
   メンバー 
========================================= */
.member-main {
  padding: 120px 20px 0;
  background-color: rgba(187, 187, 187, 0.1);
  position: relative;
  overflow: hidden;
}

.member__left {
  position: absolute;
  max-width: 720px;
  top: -2rem;
  left: -3rem;
}

.member__right {
  position: absolute;
  max-width: 1000px;
  top: 15%;
  right: -1rem;
}

.member__left-bottom {
  position: absolute;
  max-width: 750px;
  top: 63%;
  left: -2rem;
}

.member__right-bottom {
  position: absolute;
  max-width: 1000px;
  bottom: 15%;
  right: -1rem;
}

.members-section__inner {
  padding: 40px 30px;
  margin-bottom: 75px;
  background-color: var(--white);
}

.members-section__label {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 1em;
  background: linear-gradient(120deg, #023fd0 0%, #b5b7f4 80%, #fdbad7 100%);
  margin-bottom: 40px;
}

.members-section__label-text {
  font-size: var(--fz-28);
  font-family: "Noto Sans JP", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.01em;
}

.members-groups {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.members-group__header {
  margin-bottom: 20px;
}

.members-group__title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.members-group__icon img {
  width: 12px;
  height: 12px;
  display: block;
}

.members-group__text {
  font-size: var(--fz-25);
  font-weight: bold;
  letter-spacing: 0.01em;
}

.members-cards {
  border-top: 1px solid #000000;
}

.members-card {
  border-bottom: 1px solid #000000;
  padding: 20px 0;
}

.members-card__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: start;
}

.members-card__dl {
  margin: 0;
}

.members-card__item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 8px;
  padding: 2px 0;
}

.members-card__dt {
  margin: 0;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}

.members-card__dd {
  margin: 0;
  color: #111;
  line-height: 1.8;
}

.members-card__link {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.members-card__link:hover {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
/* 顔写真：正方形固定 */
.members-card__photo {
  width: 140px;        
  aspect-ratio: 1 / 1;  
  overflow: hidden;
}

.members-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* ★ はみ出しをカット */
  display: block;
}

.members-card__comment {
    margin-top: 4px;
}

@media (max-width: 768px) {
  .members-card__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .members-card__photo {
    width: min(200px, 100%);
  }
  .members-card__item {
    grid-template-columns: 90px 1fr;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .member-main {
    padding: 60px 16px 0;
  }
  .members-section__label {
    height: 35px;
    margin-bottom: 20px;
  }
  .members-section__inner {
    padding: 30px 16px;
    margin-bottom: 45px;
  }
  .members-group__header {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 499px) {
  .members-card {
    padding: 12px 0 6px;
  }
  .members-card__photo {
    width: min(110px, 100%);
  }
  .members-card__row {
    gap: 4px;
  }
  .members-card__item {
    padding: 3px 0;
  }
}
/* =========================================
   Footer
========================================= */

#main-footer {
  background: #f2f2f2;
  padding-block: 60px;
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.site-footer__logo img {
  max-width: 350px;
  width: 100%;
}

.site-footer__office-title {
  font-size: var(--fz-18);
  font-weight: bold;
  margin: 48px 0 16px;
}

.site-footer__office-text {
  font-size: var(--fz-18);
  line-height: 1.66;
  color: #333333;
}

.site-footer__nav {
  margin: 0 auto;
}

.site-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__nav-item + .site-footer__nav-item {
  margin-top: 8px;
}

.site-footer__nav-link {
  font-size: var(--fz-16);
  text-decoration: none;
  color: #333333;
  position: relative;
  padding-bottom: 2px;
}

.site-footer__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--blue);
  transition: width 0.3s ease;
}

.site-footer__nav-link:hover::after {
  width: 100%;
}

@media (max-width: 960px) {
  #main-footer {
    padding-block: 40px;
  }

  .site-footer__logo img {
    max-width: 300px;
  }

  .site-footer__inner {
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }

  .site-footer__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .site-footer__nav {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .site-footer {
    padding: 40px 0 30px;
  }

  .site-footer__inner {
    text-align: center;
    padding: 0 2rem;
  }

  .site-footer__left {
    align-items: center;
  }

  .site-footer__office-title,
  .site-footer__office-text {
    text-align: left;
  }

  .site-footer__office-title {
    margin: 20px 0 4px;
  }

  .site-footer__nav-list {
    text-align: center;
  }

  .site-footer__nav-item {
    text-align: left;
  }
}

/* =========================================
   投稿詳細（活動報告 single.php）
========================================= */

.activity-main {
  padding: 150px 0 80px;
  background-color: rgba(187, 187, 187, 0.1);
  position: relative;
  overflow: hidden;
}

.activity-main__head {
  background: linear-gradient(120deg, #023fd0 0%, #b5b7f4 80%, #fdbad7 100%);
  height: 50px;
  color: var(--white);
}

.activity-main__head-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.activity-main__title {
  font-size: var(--fz-28);
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
}

.activity-main__title-en {
  font-size: 14px;
  letter-spacing: 0.12em;
}

.activity-main__container {
  display: flex;
  gap: 45px;
  margin-top: 30px;
  margin-bottom: 180px;
}

.activity-article {
  background-color: #fff;
  padding: 60px;
  margin-top: 20px;
}
.et_right_sidebar #left-area {
  padding-right: 0;
}

.activity-article__header {
  margin-bottom: 24px;
}

.activity-article__title {
  position: relative;
  font-size: var(--fz-30);
  font-weight: 700;
  line-height: 1.6;
  color: #023fd0;
  margin: 0;
  padding-bottom: 10px;
}

.activity-article__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(120deg, #023fd0 0%, #b5b7f4 80%, #fdbad7 100%);
}

.activity-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  font-size: 13px;
}

.et_right_sidebar #sidebar {
  width: auto;
  padding-left: 0;
}
#sidebar .et_pb_widget {
  margin-bottom: 1rem;
}
.text-gray.has-black-color {
  font-weight: bold;
  color: #595757 !important;
}

:root :where(p.has-background) {
  font-size: var(--fz-18);
  padding: 0;
}
.activity-article__category {
  display: inline-block;
  padding: 4px 8px;
  background-color: #0257a8;
  color: #fff;
  font-size: var(--fz-16);
  letter-spacing: 0.01em;
}

.activity-article__body {
  font-size: var(--fz-16);
  line-height: 2;
}

.activity-article__body img {
  max-width: 100%;
  height: auto;
}
.wp-block-image {
  margin: 1em;
}

/* 前後記事ナビ ---------------------------------- */
.activity-article__pager {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.activity-article__pager-prev,
.activity-article__pager-next {
  width: 20%;
}

.activity-article__pager a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 16px;
  font-size: 13px;
  color: var(--white);
  text-decoration: none;
  background-color: #0257a8;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.activity-article__pager a:hover {
  background-color: var(--white);
  border: 1px solid #023fd0;
  color: #0257a8;
}

.widget_search #searchsubmit,
.et_pb_widget .wp-block-search__button {
  background-color: #0257a8;
  color: var(--white);
}
.et_pb_row {
  width: 100%;
  padding: 0;
}
@media (max-width: 980px) {
  .container {
    width: 85%;
  }
  .activity-main {
    padding: 100px 0 60px;
  }

  .activity-main__container {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 0;
  }
  .activity-main__head {
    height: 40px;
  }
  .activity-main__sidebar {
    width: 100%;
  }

  .activity-article {
    padding: 30px 20px 40px;
  }

  .activity-article__title {
    font-size: 20px;
  }
  .activity-article__pager-prev,
  .activity-article__pager-next {
    width: 40%;
  }
}
@media only screen and (max-width: 499px) {
  .container {
    width: 90%;
  }
  .activity-main__title-en {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .activity-main__head {
    height: 33px;
  }
  .activity-main {
    padding: 40px 0 20px;
  }
}
/* =========================================================
 * 一覧ページ（archive）
 * ====================================================== */

.et_pb_section_4_tb_header.et_pb_section {
  display: none;
}
.et_pb_section.et_pb_section_1_tb_footer.et_section_regular {
  display: none;
}
.activity-main__primary {
  width: 79.125%;
}

.activity-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.activity-card {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 18px 24px 20px;
  box-sizing: border-box;
}

.activity-card__title {
  position: relative;
  font-size: var(--fz-20);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.activity-card__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(120deg, #023fd0 0%, #b5b7f4 80%, #fdbad7 100%);
}

.activity-card__link {
  text-decoration: none;
  transition: all ease 0.3s;
}

.activity-card__link:hover {
  color: #82c0c7;
}

.activity-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 14px;
  color: #666;
  margin-block: 10px;
}

/* カテゴリ（|を自動で付ける） */
.activity-card__category::before {
  content: "|";
  margin: 0 0.5em;
  color: #666;
}

/* 抜粋テキスト */
.activity-card__excerpt {
  font-size: var(--fz-16);
  line-height: 1.8;
  color: #333;
}

/* ページネーション */
.activity-list__pager {
  margin-top: 32px;
  text-align: center;
}

.activity-list__pager .page-numbers {
  display: inline-block;
  min-width: 34px;
  padding: 6px 10px;
  margin: 0 2px;
  font-size: 0.85rem;
  border: 1px solid #d0d0d0;
  text-decoration: none;
  color: #333;
  background-color: #fff;
}

.activity-list__pager .page-numbers.current {
  background-color: #0257a8;
  border-color: #0257a8;
  color: #fff;
}

.activity-list__pager .page-numbers:hover {
  background-color: #f3f3f3;
}
@media (max-width: 980px) {
.activity-main__primary {
  width: 100%;
}
}
/* =========================================================
 *  お問い合わせフォーム（Contact Form 7）
 * =======================================================*/

.contact-main {
  padding-top: 120px;
  background-color: rgba(187, 187, 187, 0.1);
  position: relative;
  overflow: hidden;
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
}

.contact-form__row {
  margin-bottom: 24px;
}

.contact-form__head {
  font-size: var(--fz-18);
  font-weight: 500;
}

.contact-form__label {
  position: relative;
  padding-left: 1.3em;
}
.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
.contact-form__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("images/list-box.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* （必須） */
.contact-form__required {
  font-size: var(--fz-18);
  color: #f15a24;
}

.contact-form__input,
.contact-form__textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 4px 12px !important;
  border: 1px solid #999999 !important;
  border-radius: 8px;
  font-size: var(--fz-18);
  line-height: 1.6;
}

/* テキストエリア */
.contact-form__textarea {
  height: auto;
  resize: vertical;
}

/* チェックボックス行 */
.contact-form__field--checkbox {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  font-size: 15px;
}

.contact-form__field--checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* =========================
   プライバシーエリア
========================= */
.contact-privacy {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.75;
}
.yeg-overview__body .contact-privacy__heading {
  font-weight: 700;
  margin-bottom: 4px;
}

.yeg-overview__body .contact-privacy__lead {
  margin-bottom: 20px;
}

.contact-privacy__box {
  margin-top: 8px;
  padding: 12px;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  background-color: #fff;
  max-height: 260px;
  overflow-y: auto;
}
.yeg-overview__body .contact-privacy__box-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.yeg-overview__body .contact-privacy__box-text {
  margin-bottom: 0;
  line-height: 1.6;
}

/* 同意チェック部分 */
.contact-privacy__check {
  display: block;
  margin-top: 36px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.wpcf7-list-item-label {
  font-size: var(--fz-16);
}

/* ラベル全体をクリック可能に */
.contact-privacy__check label {
  cursor: pointer;
}

/* チェックボックスのサイズと余白 */
.contact-privacy__check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
}

/* （必須）をオレンジに */
.contact-privacy__required {
  color: #f26b00;
  font-weight: 700;
}

/* 送信ボタン：無効時の見た目 */
.contact-form__submit:disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.8;
}

/* 送信ボタン */
.contact-form__row--submit {
  text-align: center;
  margin-top: 32px;
}

.contact-form__submit {
  display: inline-block;
  min-width: 240px;
  padding: 14px 60px;
  border: none;
  background: #023fd0;
  color: #fff;
  font-size: var(--fz-25);
  font-weight: 700;
  cursor: pointer;
}

.contact-form__submit:hover {
  opacity: 0.9;
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 12px;
}

.wpcf7-response-output {
  margin: 24px 0 0;
  padding: 12px 16px;
  font-size: 14px;
}

/* ▼ チェックボックス */
.contact-privacy__check {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fz-18);
  margin-top: 24px;
  margin-right: 24px;
}
/* CF7 が勝手に block 幅100%にしてくるのを打ち消す */
.contact-privacy__check .wpcf7-form-control-wrap,
.contact-privacy__check .wpcf7-form-control.wpcf7-checkbox,
.contact-privacy__check .wpcf7-list-item {
  display: inline-block;
  width: auto;
  margin: 0;
}
.contact-privacy__check .wpcf7-list-item {
  margin: 0;
}

/* チェックボックス */
.contact-privacy__check input[type="checkbox"] {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  margin-bottom: 4px;
  vertical-align: middle;
}

@media (max-width: 999px) {
  .contact-main {
    padding-inline: 20px;
  }
}

@media (max-width: 767px) {
  .contact-form {
    margin-bottom: 0;
  }

  .contact-form__row {
    margin-bottom: 20px;
  }

  .contact-form__head {
    font-size: 15px;
  }

  .contact-form__input,
  .contact-form__textarea {
    font-size: 15px;
  }

  .contact-form__submit {
    width: 100%;
    max-width: 320px;
    padding: 14px 0;
  }
  .contact-privacy__box {
    padding: 14px 16px;
    max-height: 220px;
  }

  .contact-privacy__check {
    font-size: 16px;
    line-height: 1.6;
  }
  .contact-privacy__check {
    margin-right: 0;
  }
}
@media only screen and (max-width: 499px) {
  .contact-main {
    padding-top: 60px;
    padding-inline: 10px;
  }
  .contact-main .yeg-overview__inner {
    padding: 30px 4px 0;
    margin-bottom: 0;
  }
}
/* =========================================
   サンクスページ
========================================= */
.thanks-main {
  padding: 80px 20px 180px;
}

.thanks-main__box {
  background-color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.thanks-main__title {
  font-size: var(--fz-33);
  font-family: "Noto Sans JP", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #4e575c;
  margin-bottom: 30px;
}

.thanks-main__text {
  font-size: var(--fz-16);
  line-height: 1.75;
  color: #666666;
  margin-bottom: 80px;
}

.thanks-main__btn-wrap {
  margin-top: 80px;
}

.thanks-main__btn {
  display: inline-block;
  padding: 20px 120px;
  background-color: #023fd0;
  color: var(--white);
  text-decoration: none;
  font-size: var(--fz-28);
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 0;
}

.thanks-main__btn:hover {
  background-color: #2458e0;
}

@media (max-width: 767px) {
  .thanks-main {
    padding: 0 0 60px;
  }

  .thanks-main__box {
    padding: 40px 15px 60px;
  }
  .thanks-main__text {
    margin-bottom: 40px;
  }
  .thanks-main__btn-wrap {
    margin-top: 50px;
  }

  .thanks-main__btn {
    width: 100%;
    max-width: 250px;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 399px) {
  .thanks-main__box {
    padding: 40px 10px 40px;
  }
}

/* =============================
        アニメーション
================================ */

.mv-char {
  opacity: 0;
  display: inline-block;
  transform: translateY(16px);
  animation: mvCharFade 0.9s ease-out forwards;
}

@keyframes mvCharFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 最初は少し下＋透明 */
.top-news__heading,
.top-news-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* NEWS エリアがアクティブになったら表示 */
.top-news.is-active .top-news__heading,
.top-news.is-active .top-news-item {
  opacity: 1;
  transform: translateY(0);
}

/* 記事をちょっとだけディレイさせて順番に出す */
.top-news.is-active .top-news-item:nth-of-type(1) {
  transition-delay: 0.15s;
}
.top-news.is-active .top-news-item:nth-of-type(2) {
  transition-delay: 0.25s;
}
.top-news.is-active .top-news-item:nth-of-type(3) {
  transition-delay: 0.35s;
}
.top-news.is-active .top-news-item:nth-of-type(4) {
  transition-delay: 0.45s;
}

/* サブタイトルも少しだけあとから */
.top-news.is-active .top-news__sub {
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  opacity: 1;
  transform: translateY(0);
}
.top-news__sub {
  /* 初期状態 */
  opacity: 0;
  transform: translateY(10px);
}
.yeg-overview__symbol img {
  opacity: 0;
  transform: rotateZ(-20deg) rotateX(60deg) scale(0.8);
  transform-origin: center;
  transition: opacity 1s ease-out, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.yeg-overview__symbol.is-visible img {
  opacity: 1;
  transform: rotateZ(0deg) rotateX(0deg) scale(1);
}
/* 背景の大きいテキストの初期状態 */
.main-top__bg-text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

/* NEWS エリアが入ってきたらふわっと表示 */
.main-top__bg-text.is-active {
  opacity: 1;
  transform: translateY(0);
}
