
/* --- HERO --- */
#hero {
  width: 100%;
  max-height: calc(100dvh - 116px);
  overflow-y: visible;
}
#hero .hero_inner {
  width: 100%;
  max-height: calc(100dvh - 116px);
  padding: 0 32px;
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  aspect-ratio: 1600 / 900;
  background-image: url(bg_hero.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#hero .hero_text {
  height: max-content;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#hero .hero_text p {
  font-size: clamp(1rem, 0.852rem + 0.74vw, 1.5rem);
}
#hero .hero_text p span {
  color: var(--color-theme-primary);
}
#hero .group_photo {
  width: fit-content;
  max-width: 540px;
  height: 30vh;
  position: absolute;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  gap: 1em;
}
#hero .group_photo .cara {
  width: 150px;
  height: 30vh;
  position: relative;
}
#hero .group_photo img {
  width: 150px;
  height: auto;
}

/*ボール---------------*/
.ball {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	width: 150px;
	height: 133px;
	animation: 0.7s cubic-bezier(.662,.115,.88,.1) infinite alternate;
}

.cara01 .ball { animation-delay: 0s; }
.cara02 .ball { animation-delay: 0.35s; }
.cara03 .ball { animation-delay: 0.7s; }

.ball { animation-name: bound; }

@keyframes bound {
	from  { transform: translateY(0vh) scale(1,1); }
	10%  { transform: translateY(0.2vh) scale(1,1); }
	20%  { transform: translateY(0.5vh) scale(1,1); }
	96%  { transform: translateY(14vh) scale(1,1); }
	97%  { transform: translateY(16vh) scale(0.9,1); }
	98%  { transform: translateY(17vh) scale(0.9,0.8); }
	99%  { transform: translateY(17.7vh) scale(1,0.5); }
	to { transform: translateY(18vh) scale(1,0.5); }
}


/*影---------------*/
.shadow-box{
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 150px;
	height: 30px;
	background-color: #034d87;
	border-radius: 50%;
	filter: blur(3px);
	animation: 0.7s ease-in infinite alternate;
}

.shadow-box{animation-name: shadow-black;}

@keyframes shadow-black {
	from  { transform: scale(1,1); opacity: 0.3;}
	10%  { transform: scale(1,1); opacity: 0.3;}
	90% { transform: scale(0.8,0.8); }
	95% { transform: scale(0.5,0.5); opacity: 0.8; }
	99% { transform: scale(0.2,0.2); opacity: 0; }
	to { transform: scale(0.2,0.2); opacity: 0; }
}

.cara01 .shadow-box { animation-delay: 0s; }
.cara02 .shadow-box { animation-delay: 0.35s; }
.cara03 .shadow-box { animation-delay: 0.7s; }


#hero h2 {
  font-size: clamp(2rem, 1.111rem + 4.44vw, 5rem);
  font-weight: 600;
  margin-top: 6vw;
  line-height: 1.65;
  letter-spacing: .5vw;
  white-space: nowrap;
}
#hero h2 + p {
  font-size: clamp(1rem, 0.852rem + 0.74vw, 1.5rem);
  line-height: 1.65;
  margin-top: 1em;
}
#hero h2 span {
  color: #028eec;
}
#hero .swiper_wrapper {
  font-size: 55vw;
  position: relative;
}
#hero .swiper {
  width: 1em;
  max-width: 870px;
  height: auto;
  margin-left: -11vw;
  z-index: 1;
  overflow: visible;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

#hero .swiper-pagination {
  width: fit-content;
  right: 32px;
  left: auto;
  bottom: 32px;
  position: absolute;
  height: 12px;
  z-index: 3;
  font-size: 0;
}
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, .8);
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active {
  background: var(--color-theme-accent);
}

.catch {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.6;
  color: #222;
}

.catch span {
  display: inline-block;
  color: #028eec;
  opacity: 0;
  transform: translateY(50px) scale(0.6) rotate(-10deg);
}

/* 通常テキスト */
.catch {
  opacity: 0;
}



/* --- セクション共通 --- */


.section_inner .thumb,
.section_inner .content_menu_list {
  width: calc(calc(100% - 4vw) / 2);
}
.section_inner .thumb {
  text-align: right;
}
.section_inner .thumb img {
  max-width: 100%;
  height: auto;
}

.sec01 .section_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content_menu_list_header h3 {
  font-size: clamp(2rem, 0.907rem + 2.96vw, 3.5rem);
  margin-bottom: 1VW;
  letter-spacing: .1em;
  font-weight: 600;
}
.content_menu_list_header h3 span {
  color: var(--color-theme-primary);
}
.sec01 .section_inner {
  text-align: center;
  padding: 8vw 0;
  min-height: 680px;
}
.sec01 {
  background-image: url(../index/bg_section_01_01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec01 h3 {
  color: var(--color-theme-primary);
  font-size: clamp(1.5rem, 0.907rem + 2.96vw, 3.5rem);
  font-weight: 500;
}
.sec01 p {
  font-size: 20px;
  line-height: 3;
  font-weight: 500;
}

section:not(.sec01) .section_inner {
  padding: 0 0;
}
section:not(#intro) .flexbox {
  gap: 4vw;
  align-items: center;
}
.content_menu_list_header .en_title {
  font-size: 14px;
  font-weight: 700;
}
.content_menu_list_header .en_title span {
  color: var(--color-theme-primary);
  font-size: 8px;
  margin-right: 5px;vertical-align: 1px;
}
.section_inner .content_menu_list nav {
  margin-top: 2vw;
  border-top: 1px solid var(--color-theme-primary);
}
.section_inner .content_menu_list nav ul {
  list-style: none;
}
.section_inner .content_menu_list nav ul li a {
  padding: 1em .15em;
  display: block;
  text-decoration: none;
  color: var(--color-theme-darken);
  font-weight: 600;
  font-size: 20px;
  position: relative;
  transition: var(--transition);
  overflow: hidden;
}
.section_inner .content_menu_list nav ul li a::before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform ease .5s;
  background-color: #f5f5f5;
}
.section_inner .content_menu_list nav ul li a:hover::before {
  transform: translateX(10%);
}
.section_inner .content_menu_list nav ul li a::after {
  content: url(../../common/images/icon_arrow_blue_white.png);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
}
.section_inner .content_menu_list nav ul li a:hover {
  color: var(--color-theme-primary);
}
.section_inner .content_menu_list .contents_num {
  color: var(--color-theme-primary);
  font-size: 24px;
  vertical-align: -1px;
  margin-right: .5em;
}
.section_inner .content_menu_list nav ul li {
  border-bottom: 1px solid var(--color-theme-primary);
}


.sec03 {
  padding: 8vw 0 0 !important;
}
.sec03 .content_menu_list_header,
.sec03 .content_menu_list_header * {
  width: fit-content;
  margin: 0 auto;
}
.sec03 .ring-section {
  background-color: #fff;
  background-image: url(../index/bg_people.svg);
  background-position: center top 280px;
  background-repeat: no-repeat;
  background-size: 2474px 1451px;

  position: relative;
}

.sec03 .ring-section .box a {
  position: relative;
  display: block;
  width: 360px;
  height: 480px;
  text-decoration: none;
  color: #fff;
}
.sec03 .ring-section .box a .num {
  position: absolute;
  top: 280px;
  left: 50%;
  width: 4em;
  height: 4em;
  background-color: var(--color-theme-accent);
  color: var(--color-theme-darken);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.sec03 .ring-section .box a .text_box {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  padding-top: 2em;
}
.sec03 .ring-section .box a .text_box .name {
  font-weight: 400;
  font-size: 18px;
}
.sec03 .ring-section .box a .text_box .name span {
  font-size: 32px;
}
.sec03 .ring-section .box a .text_box .position {
  font-size: 14px;
  font-weight: 400;
}
.sec03 .child_content_01 article a {
  background-color: #fff;
  width: 664px;
  height: 336px;
  border-radius: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: -400px auto 0;
  padding: 0 4em 2em;
  text-align: center;
  position: relative;
  z-index: 2;
  text-decoration: none;
  transition: var(--transition);
}
.sec03 .child_content_01 article a:hover {
  background-color: var(--color-theme-primary);
  color: #fff;
}
.sec03 .child_content .content_num {
  font-weight: 700;
  font-size: 36px;
  color: var(--color-theme-primary);
  transition: var(--transition);
}
.sec03 .child_content article a:hover .content_num {
  color: var(--color-theme-accent);
}
.sec03 .child_content h4 {
  font-size: clamp(1.25rem, 1.028rem + 1.11vw, 2rem);
  font-weight: 600;
  color: #222;
  transition: var(--transition);
}
.sec03 .child_content article a:hover h4 {
  color: #fff;
}
.sec03 .child_content .read {
  color: #222;
  transition: var(--transition);
}
.sec03 .child_content article a:hover .read {
  color: #fff;
}
.sec03 .child_content h4 span {
  color: var(--color-theme-primary);
  transition: var(--transition);
}
.sec03 .child_content article a:hover h4 span {
  color: var(--color-theme-accent);
}
.sec03 .child_content p {
  margin-top: 1em;
}
.sec03 .child_content .btn {
  margin-top: 2em;
  background:var(--color-theme-primary);
  color:#fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  padding: 8px 24px;
  border-radius: 100vh;
  transition: var(--transition);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.sec03 .child_content article a:hover .btn {
  background: var(--color-theme-accent);
  color: var(--color-theme-primary);
}
.sec03 .child_content_02 {
  background-color: #c6e7fc;
  position: relative;
  width: 100%;
  padding: 96px 0;
  z-index: 2;
}
.sec03 .child_content_02 .child_content_inner {
  width: 950px;
  margin: 0 auto;
  padding: 42px 0;
  position: relative;
}
.sec03 .child_content_02 img {
  display: block;
  transition: var(--transition);
}
.sec03 .child_content_02 article a {
  display: block;
}
.sec03 .child_content_02 article a .text {
  width: 460px;
  height: 460px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: var(--transition);
  text-decoration: none;
}
.sec03 .child_content_02 article a:hover .text {
  background-color: var(--color-theme-primary);
  color: #fff;
}


.sec04 .ticker_wrapper {
  background-color: #0b2e6c;
  color: #fff;
  min-height: 100px;
  font-size: 4em;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
}
.sec04 .loop {
  animation: loop 30s linear infinite;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
@keyframes loop {
  0%{
    transform: translateX(0%);
  }
  100%{
    transform: translateX(-100%);
  }
}
.sec04 .special_wrapper {
  height: 856px;
  background-image: url(../index/bg_special.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sec04 a .content_menu_list_header {
  width: 620px;
  height: 620px;
  border-radius: 50%;
  border: 8px solid #fff;
  background-color: var(--color-theme-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 15px -5px #777777;
  color: #222;
  transition: var(--transition);
}
.sec04 a:hover .content_menu_list_header {
  background: #f6d539;
}
.sec04 .btn_special {
  margin-top: 2em;
  background:#222;
  color:#fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  padding: 8px 24px;
  border-radius: 100vh;
  transition: var(--transition);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.sec04 a:hover .btn_special {
  background-color: var(--color-theme-primary);
}
.sec04 .en_title {
  margin-top: 2em;
}
.sec04 .icon {
  margin-top: -3em;
}
.sec04 .icon_man {
  position: absolute;
  right: -110px;
  bottom: 3em;
}
.sec04 .icon_woman {
  position: absolute;
  left: -110px;
  bottom: 3em;
}

.sec05 {
  padding: 96px 0;
}




/* ここが「窓」。高さは任意、幅100%、スクロールバー不要 */
.ring-section {
  position: relative;
  width: 100%;
  height: 1100px;          /* 任意 */
  overflow: hidden;       /* 窓として切る */
  background: #fff;       /* セクションの地色 */
}

/* 下部フェード */
.ring-section::after {
  content: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;          /* ★フェードの高さ（調整ポイント） */
  pointer-events: none;  /* クリック・ドラッグを邪魔しない */
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,1) 100%
  );
}

/* 回転する塊：幅に依存せず常に左右中央に固定 */
.rotator {
  position: absolute;
  left: 50%;
  top: 0;              /* 縦はGSAPの y で下へ落とす */
  transform-origin: 50% 50%;
  will-change: transform;
  width: 2474px;
}

/* SVGは必ず100x100固定（scaleでサイズ変更） */
.circle-scale {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(24.74); /* 初期値。JSで上書き */
  pointer-events: none;
}
.circle-scale svg { width: 100%; height: 100%; display: block; }

/* カード */
.box {
  position: absolute;
  width: 362px;
  height: 480px;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  user-select: none;
  cursor: pointer;
  transform-origin: 50% 0%;
}
.box a {
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  scale: 1;
  transform-origin: center top;
  transition: var(--transition);
}
.box a:hover {
  scale: 1.05;
}
.box a img {
  width: 362px;
  height: 480px;
}


@media screen and (max-width: 767px) {
  #home .container {
    margin-top: 80px;
  }
  #hero {
    position: relative;
  }
  #hero .hero_inner {
    flex-direction: column;
  }
  #hero h2 {
    width: fit-content;
  }
  #hero .hero_text {
    position: static;
    width: fit-content;
    margin: 0 auto;
    height: fit-content;
  }
  #hero .swiper {
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
  }
  section:not(#intro) .flexbox {
    flex-direction: column;
  }
  section:not(.sec01) .section_inner {
    padding: 8vw;
  }
  .section_inner .thumb {
    text-align: center;
    min-width: 90%;
  }
  .section_inner .thumb,
  .section_inner .content_menu_list {
    width: 100%;
    margin-top: 1em;
  }
  .sec01 .section_inner {
    padding: 8vw;
    min-height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 80px;
  }
  .sec01 h3 {
    text-align: left;
  }
  .sec01 p {
    font-size: 18px;
    text-align: left;
    line-height: 1.75;
    margin-top: 1em;
  }
  .section_inner .content_menu_list nav {
    margin-top: 2em;
  }
  .sec03 .ring-section .box a {
    scale: 0.85;
  }
  .sec03 .child_content_01 {
    padding: 0 8vw;
  }
  .sec03 .content_menu_list_header,
  .sec03 .content_menu_list_header * {
    margin: 0;
    text-align: left;
  }
  .sec03 .content_menu_list_header {
    padding: 0 8vw;
  }
  .content_menu_list_header h3 {
    letter-spacing: 0;
  }

  .sec03 .child_content_01 article a {
    width: 100%;
    height: auto;
    border-radius: 32px;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    margin: -450px auto 0;
    padding: 0 2em 2em;
  }
  .sec03 .child_content_02 .child_content_inner {
    width: 100%;
  }
  .sec03 .child_content_02 {
    padding: 0;
  }
  .sec03 .child_content_02 article a .text {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 0 2em 2em;
    text-align: left;
    border-radius: 0;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    padding-bottom: 2em;
    align-items: flex-start;
  }
  .sec03 .child_content_02 article a {
    padding: 0 2em 2em;
    text-decoration: none;
  }

  .sec03 .child_content_02 article a picture {
    width: 100%;
    height: auto;
    aspect-ratio: 1 /1;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    overflow: hidden;
    display: block;
  }
  .sec03 .child_content_02 article picture img {
    width: 100%;
    height: auto;
  }

  .sec04 .special_wrapper {
    overflow: hidden;
    padding: 0 8vw;
    background-image: url(../index/bg_special_sp.png);
  }
  .sec04 a .content_menu_list_header {
    width: 120%;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 5em;
  }
  .sec04 .icon_man,
  .sec04 .icon_woman {
    width: 150px;
    height: auto;
  }
  .sec04 .icon_man img,
  .sec04 .icon_woman img {
    width: 100%;
    height: auto;
  }
  .sec04 .icon_man {
    position: absolute;
    right: 20px;
    bottom: 0em;
  }
  .sec04 .icon_woman {
    position: absolute;
    left: 20px;
    bottom: 0em;
  }
  .sec04 .ticker_wrapper {
    font-size: 2em;
    min-height: 50px;
  }
  .sec04 .special_wrapper {
    height: 620px;
  }
  .section_inner .content_menu_list nav ul li a {
    font-size: 18px;
  }

  #hero {
    height: 100dvh;
    max-height: calc(100dvh - 80px);
  }
  #hero h2 {
    margin-top: 0;
  }
  #hero .hero_inner {
    max-height: 100%;
    height: 100%;
    justify-content: center;
    display: block;
  }
  #hero .group_photo {
    text-align: center;
    width: calc(100% - 16vw);
    height: 20vh;
    margin: 0 8vw;
    left: 0;
    transform: translateX(0);
  }
  #hero .group_photo .cara {
    width: 100px;
    height: 20vh;
  }
  #hero .group_photo img {
    width: 100%;
  }
  .shadow-box {
    width: 100px;
  }
  #hero h2 + p {
    margin-top: .5em;
  }
  #hero .swiper_wrapper {
    position: relative;
    margin-top: 20px;
  }
  .swiper-wrapper {
    height: auto;
  }
  #hero .swiper-pagination {
    right: auto;
    left: 50%;
    bottom: 32px;
    position: absolute;
    height: 12px;
    z-index: 3;
    font-size: 0;
    transform: translateX(-50%);
  }
  .sec03 .ring-section {
    background-color: transparent;
    top: 0;
    height: 960px;
  }
  .sec05 {
    padding: 0 0 calc(80px + 8vw);
  }
  #hero .hero_inner {
    background-image: url(../index/bg_hero_sp.svg);
    background-size: contain;
    background-position: center bottom -50px;
  }
  .rotator {
    top: 80px;
  }
  #hero h2 {
    line-height: 1.35;
  }
  @keyframes bound {
    from  { transform: translateY(0vh) scale(1,1); }
    10%  { transform: translateY(0.2vh) scale(1,1); }
    20%  { transform: translateY(0.5vh) scale(1,1); }
    96%  { transform: translateY(7vh) scale(1,1); }
    97%  { transform: translateY(9vh) scale(0.9,1); }
    98%  { transform: translateY(10vh) scale(0.9,0.8); }
    99%  { transform: translateY(10.7vh) scale(1,0.5); }
    to { transform: translateY(11vh) scale(1,0.5); }
  }

}