@charset "UTF-8";

@media screen and (min-width: 1060px) {
	.single-page {
    	margin-top: 140px;
    }
}

.single-page .container {
  min-height: 400px;
}

.posted-on {
  width: 110px;
}

#news {
  background-image: none;
  padding-bottom: 120px;
}

.news-list {
  display: flex;
  flex-direction: column;
}

.news-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 16px 20px;
}


@media screen and (max-width: 800px) {
  .news-row {
    display: block !important;
    padding-inline: 0;
    padding-block: 0 10px !important;
  }
}
.news-link {
  text-decoration: none;
  color: inherit;
}

.news-meta {
  width: 240px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 800px) {
  .news-meta {
    margin-top: -15px;
  }
}
.news-date {
  font-weight: 600;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  margin-right: 20px;
}

.news-category {
  background-color: #f2f0ff;
  color: #5a3fc0;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 8px;
  white-space: nowrap;
}

.news-title {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.6;
}

/* ページネーションの全体 */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* ulスタイル */
.pagination ul {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 数字ボタンの共通スタイル */
.pagination li a,
.pagination li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ccc;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  transition: 0.3s;
}

/* アクティブなページ番号 */
.pagination li span.current {
  background-color: #5f2dab;
}

/* ホバー時の背景色 */
.pagination li a:hover {
  background-color: #7c57c2;
}

/* ドット (…) */
.pagination li span.dots {
  background: none;
  color: #5f2dab;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  pointer-events: none;
}

/* 「前へ」「次へ」リンクの背景を消す方法（クラスがないのでaria-labelで対応） */
.prev,
.arrow-prev,
.next,
.arrow-next {
  background-color: #fff !important;
  /* 背景を透明に */
  color: #707070 !important;
  font-size: 20px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  padding: 0;
}

.prev:hover,
.arrow-prev:hover,
.next:hover,
.arrow-next:hover {
  background-color: #e6e6e6 !important;
  /* 薄いグレー */
  color: #333 !important;
  /* 濃い文字色に */
  cursor: pointer;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.news-meta .news-category {
  background-color: #f2f0ff;
  color: #5a3fc0;
  font-weight: 500;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 8px;
  white-space: nowrap;
}

.news-content {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.news-image-desc {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.pdf-link {
  font-size: 14px;
  margin-bottom: 30px;
}

.pdf-link a {
  text-decoration: underline;
}

.news-meta {
  margin-bottom: 10px;
}

.back-to-news {
  text-align: center;
  margin-top: 40px;
}

.acf-title {
  font-size: 32px;
  margin-bottom: 24px;
}

.acf-subtitle {
  font-size: 20px;
  margin-bottom: 10px;
}

.acf-text {
  margin-bottom: 40px;
}

.pdf-row {
  display: flex;
  align-items: center;
  border-bottom: 1.5px solid #53268b;
  width: fit-content;
}

.acf-img-text {
  font-size: 17px;
  margin-bottom: 10px;
}

.acf-pdf {
  width: 33px;
  height: auto;
  align-items: center;
}

.acf-pdf img {
  vertical-align: bottom;
}

.privacy-page-text {
  margin-bottom: 30px;
}

.privacy-bold {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: noto sans jp;
}

a {
  display: inline-block;
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

.container {
  max-width: 1200px;
  height: 100%;
  padding-inline: 30px;
  margin-inline: auto;
}

.wrapper {
  max-width: 1100px;
  margin-inline: auto;
}

.inner {
  max-width: 800px;
  margin-inline: auto;
}

@media screen and (max-width: 1060px) {
  .single-page {
    padding-top: 120px !important;
  }
}
/* ページトップボタン */
.page-top-btn {
  position: absolute;
  bottom: 150px;
  right: 3%;
  top: -120px;
  left: auto;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
}

.page-top-btn .circle {
  width: 120px;
  height: 120px;
  background-color: #7e56b1;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .page-top-btn .circle {
    width: 96px;
    height: 96px;
  }
}
.page-top-btn .circle img {
  width: 100px;
  height: auto;
}

.page-top-btn .page-top-text {
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.breadcrumb {
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #707070;
}

.section-title {
  font-family: "kranto-text", sans-serif;
  margin-bottom: 40px;
}

.section-ja {
  font-size: 24px;
  color: #6a1b9a;
  font-weight: bold;
}

@media screen and (max-width: 620px) {
  .section-ja {
    font-size: 18px;
  }
}
html[lang|=en] .section-title .section-ja,
html[lang|=en] .column-title .section-ja {
  display: none;
}

.section-title-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.section-en {
  font-size: 52px;
  font-weight: 700;
  font-family: "Syncopate", sans-serif;
  line-height: 1;
  color: #333;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 1060px) {
  .section-en {
    font-size: 42px;
  }
}
@media screen and (max-width: 800px) {
  .section-en {
    font-size: 38px;
  }
}
@media screen and (max-width: 620px) {
  .section-en {
    font-size: 30px;
  }
}
.section-en:after {
  position: absolute;
  content: "";
  width: 150px;
  height: 2px;
  background: #000;
  left: 120%;
  top: 50%;
}

@media screen and (max-width: 800px) {
  .section-en:after {
    left: 110%;
  }
}
@media screen and (max-width: 620px) {
  .section-en:after {
    width: 60px;
  }
}
@media screen and (max-width: 460px) {
  .section-en:after {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  #mission .section-en:after,
  #contact .section-en:after {
    display: block;
  }
}
.column-title .section-ja {
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 620px) {
  .column-title .section-ja {
    font-size: 18px;
  }
}
.column-title .section-en {
  color: #fff;
  font-size: 52px;
}

@media screen and (max-width: 1060px) {
  .column-title .section-en {
    font-size: 42px;
  }
}
@media screen and (max-width: 800px) {
  .column-title .section-en {
    font-size: 38px;
  }
}
@media screen and (max-width: 620px) {
  .column-title .section-en {
    font-size: 30px;
  }
}
.column-title .section-en:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 48px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(80%);
  margin-inline: auto;
}

.mainvisual {
  position: relative;
}

@media screen and (max-width: 620px) {
  .mainvisual {
    height: 450px;
  }
}
/* ヘッダー自体は背景なしにしておく */
.header {
  height: 100vh;
  width: 100%;
  font-family: "Inter", sans-serif;
  padding: 20px 30px;
  overflow: hidden;
  /* 動画のはみ出し防止 */
}

@media screen and (max-width: 620px) {
  .header {
    height: 100%;
  }
}
/* 背景動画 */
.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  height: 100% !important;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

@media screen and (min-width: 1061px) {
  .wp-singular.page-template-default {
    margin-top: 140px;
  }
}
.wp-singular .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  color: #0a2260;
  background: #f9f7fc;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  padding: 20px 80px 20px 40px;
  margin: 20px 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-inline: auto;
  z-index: 9999;
}

.home {
  margin-top: 0 !important;
}

.home .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
  color: #0a2260;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  padding: 20px 80px 20px 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin-inline: auto;
  z-index: 9999;
}

.logo {
  font-size: 32px;
  line-height: 0.8;
  font-weight: 800;
}

@media screen and (max-width: 620px) {
  .logo {
    font-size: 28px;
  }
}
@media screen and (max-width: 460px) {
  .logo {
    font-size: 28px;
  }
}
.header-logo a {
  width: 20%;
  color: #0a2260;
}

.header-nav {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  position: relative;
}

.header-nav li.has-submenu {
  position: relative;
}

.header-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  min-width: 220px;
  z-index: 1000;
}

.header-nav .has-submenu:hover .sub-menu {
  display: block;
}

.header-nav .sub-menu li {
  border-bottom: 1px solid #7e56b1;
  padding: 0;
}

.header-nav .sub-menu li:last-child {
  border-bottom: none;
}

.header-nav .sub-menu li a {
  display: iunline-block;
  padding-block: 8px;
  color: #53268b;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.header-nav .sub-menu li a:hover {
  background: #f2f2f2;
}

.header-nav li a {
  font-weight: 600;
  color: #53268b;
}

.header-nav li a:hover {
  color: #ccc;
}

.copy-inner {
  height: auto;
  padding-left: 6%;
}

.header-copy {
  color: #f2ebff;
  background: linear-gradient(to bottom, rgba(52, 9, 105, 0.6) 0%, rgba(86, 158, 190, 0.6) 100%);
  font-family: "Inter", sans-serif;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 0;
  transform: translateY(-60%);
  padding-block: 40px;
  padding-right: 20px;
  margin-top: 100px;
}

@media screen and (max-width: 620px) {
  .header-copy {
    line-height: 1.2;
    padding-block: 40px 20px;
    top: 45%;
  }
}
/* ==== 既存CSS（そのまま） ==== */
.header-copy p:first-child {
  top: 50%;
  font-size: 64px;
  margin-bottom: 10px;
}

.header-copy p {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
}

.header-copy-br {
  display: none;
  /* SCSSのmixin想定 */
}

@media screen and (max-width: 620px) {
  .header-copy-br {
    display: block;
  }
}
/* ==== 英語版だけの差分（必ずこのブロックを後ろに置く） ==== */
html[lang|=en] .header-copy .subheadline {
  font-size: 70px;
  line-height: 0.9;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 1060px) {
  html[lang|=en] .header-copy .subheadline {
    font-size: 64px;
  }
}
@media screen and (max-width: 800px) {
  html[lang|=en] .header-copy .subheadline {
    font-size: 48px;
  }
}
@media screen and (max-width: 620px) {
  html[lang|=en] .header-copy .subheadline {
    font-size: 32px;
  }
}
html[lang|=en] .header-copy .headline-ja {
  display: none;
}

.header-company-name {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  bottom: 5%;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 1060px) {
  .header {
    padding: 0 !important;
  }
  .header-top {
    border-radius: 0 !important;
    position: fixed !important;
    width: 100% !important;
    padding-inline: 20px !important;
    margin: 0 !important;
    z-index: 1500 !important;
  }
  .header-logo a {
    width: 100%;
  }
  .hamburger {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    z-index: 1001;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #53268b;
    position: absolute;
    left: 0;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  /* 各線を通常時に縦に並べる */
  .hamburger span:nth-child(1) {
    top: 4px;
  }
  .hamburger span:nth-child(2) {
    top: 16px;
  }
  .hamburger span:nth-child(3) {
    bottom: 4px;
  }
  /* アクティブ状態（バツ✕） */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    /* 中央に移動 */
    top: 16px;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
    /* 真ん中を消す */
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 16px;
    /* 同じく中央に移動 */
  }
  .header-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    width: 75vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    padding: 100px 20px;
    transform: translateX(100%);
    transform: all 0.3s ease;
    z-index: 1000;
  }
  /* ホバー時に「−」に切り替え */
  /* 小メニューのリスト項目 */
}
@media screen and (max-width: 1060px) and (max-width: 620px) {
  .header-nav {
    width: 90%;
  }
}
@media screen and (max-width: 1060px) {
  .header-nav.open {
    transform: translateX(0);
  }
  .header-nav li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #53268b;
  }
  .header-nav li a:hover {
    color: #53268b;
  }
  .header-nav li a {
    font-size: 18px;
    font-weight: 700;
    color: #53268b;
    text-decoration: none;
    display: block;
    width: 100%;
    padding-inline: 20px;
    box-sizing: border-box;
    text-align: left;
    padding-block: 23px 20px;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1060px) and (max-width: 620px) {
  .header-nav li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1060px) {
  .header-nav li a.submenu-toggle {
    padding-right: 40px;
  }
  .submenu-toggle::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    color: #53268b;
  }
  .has-submenu:hover .submenu-toggle::after {
    content: "−";
    top: 24%;
  }
  .header-nav .sub-menu {
    display: none;
    position: static;
    top: 100%;
    left: 0;
    padding-left: 20px;
    padding-top: 5px;
    margin-top: -20px;
    background: none;
    z-index: 1000;
    font-weight: 600;
    box-shadow: none;
  }
  .header-nav .has-submenu:hover .sub-menu {
    display: block;
  }
  .header-nav .sub-menu li {
    margin: 0;
    padding: 0;
    border: none;
  }
  .header-nav li.has-submenu {
    position: relative;
    /* 親をrelativeにして、sub-menuをabsoluteに配置 */
  }
  .header-nav .sub-menu li a {
    font-size: 14px;
    color: #7e56b1;
    padding: 5px 12px;
    display: block;
    text-decoration: none;
    line-height: 1.6;
    white-space: nowrap;
    background: transparent;
    transition: color 0.2s ease;
  }
  .header-nav .sub-menu li a:hover {
    color: #0a2260;
    background: transparent;
  }
  .header-br {
    display: none;
  }
  .header-copy p:first-child {
    font-size: 45px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 460px) {
  .header-copy p:first-child {
    font-size: 38px;
  }
}
@media screen and (max-width: 1060px) {
  .header-copy p {
    font-size: 32px;
  }
}
@media screen and (max-width: 1060px) and (max-width: 620px) {
  .header-copy p {
    font-size: 18px;
  }
}
#news {
  width: 100%;
  background-image: url("../images/line.svg");
  background-position: 55% 50%;
  background-repeat: no-repeat;
  padding-inline: auto;
}

/* 投稿一覧全体 */
.wp-block-kadence-posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-inline: auto;
}

.wp-block-kadence-posts .entry-meta > *:after {
  display: none !important;
}

.wp-block-kadence-posts .entry-taxonomies {
  display: none;
}

.wp-block-kadence-posts .content-bg {
  background: none !important;
}

.wp-block-kadence-posts .loop-entry {
  box-shadow: none !important;
}

/* 記事1つ1つに枠線と左ライン */
.wp-block-kadence-posts article.entry {
  border-top: 1px solid #bbb;
}

.wp-block-kadence-posts article.entry:last-child {
  border-bottom: 1px solid #bbb;
}

.custom-news-block .entry-date {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #666;
}

.custom-news-block .entry-title a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.entry-meta-divider-dot {
  width: 240px;
}

/* 各記事のラッパー */
.wp-block-kadence-posts article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  font-size: 14px;
}

/* 日付 */
.entry-meta .entry-date {
  color: #666;
  font-weight: bold #bbb;
  margin-right: 20px;
  white-space: nowrap;
}

.entry-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 800px) {
  .entry-header {
    flex-direction: column;
    gap: 0;
  }
}
.entry-meta {
  order: 1;
  padding-left: 20px;
  /* 日付を一番左に */
}

@media screen and (max-width: 800px) {
  .entry-meta {
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .wp-block-kadence-posts .loop-entry .entry-header .entry-meta {
    margin-inline: 0 auto !important;
  }
}
.wp-block-kadence-posts .entry-meta {
  margin-block: 0 !important;
}

.entry-meta .entry-date {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

.category-links {
  order: 2;
  /* カテゴリをその次に */
}

.entry-title {
  order: 3;
  /* タイトルを一番右に */
}

/* カテゴリラベル */
.entry-meta .category-links {
  background-color: #f2f0ff;
  color: #5a3fc0;
  font-weight: 500;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 8px;
  white-space: nowrap;
}

/* タイトル */
.entry-title {
  flex: 1;
  font-weight: normal;
  color: #333;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 800px) {
  .entry-title {
    margin-inline: 0 auto !important;
  }
}
.entry-title a {
  font-size: 16px;
  color: #333;
}

/* 日付 + カテゴリ + タイトルの親要素が並ぶように */
.entry-content-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 0 !important;
}

@media screen and (max-width: 800px) {
  .entry-content-wrap {
    gap: 0;
  }
}
.updated-on::after {
  display: none !important;
}

.wp-block-kadence-posts.grid-cols,
.wp-block-kadence-posts {
  display: block !important;
}

.arrow-button {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .arrow-button {
    margin-top: 40px;
  }
}
.arrow-button__circle {
  width: 45px;
  height: 45px;
  background-color: #5a2d91;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-button__text {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.arrow-button:hover {
  opacity: 0.8;
}

/* ------------- research -------------- */
#research .section-ja {
  color: #fff;
}

@media screen and (max-width: 620px) {
  #research .section-ja {
    font-size: 18px;
  }
}
#research .section-en {
  color: #fff;
  font-size: 52px;
}

@media screen and (max-width: 1060px) {
  #research .section-en {
    font-size: 42px;
  }
}
@media screen and (max-width: 800px) {
  #research .section-en {
    font-size: 38px;
  }
}
@media screen and (max-width: 620px) {
  #research .section-en {
    font-size: 30px;
  }
}
#research .section-en:after {
  background: #fff;
}

.research-section {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(52, 9, 105, 0.6) 0%, rgba(86, 158, 190, 0.6) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  overflow: hidden;
}

.research-section::before {
  content: "";
  position: absolute;
  inset: 0;
  margin-inline: auto;
  width: 100%;
  height: 100%;
  background-image: url("../images/グループ 232.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -10;
}

@media screen and (max-width: 1060px) {
  .research-section::before {
    width: 130%;
    height: 130%;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 800px) {
  .research-section::before {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .research-jp-text {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 620px) {
  .research-en-text {
    font-size: 14px !important;
  }
}
.research-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.research-text {
  text-align: center;
  margin-bottom: 40px;
}

.research-text .section-ja {
  font-weight: bold;
}

@media screen and (max-width: 620px) {
  .research-text .section-ja {
    font-size: 18px;
  }
}
.research-text .section-en {
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 1060px) {
  .research-text .section-en {
    font-size: 42px;
  }
}
@media screen and (max-width: 800px) {
  .research-text .section-en {
    font-size: 38px;
  }
}
@media screen and (max-width: 620px) {
  .research-text .section-en {
    font-size: 30px;
  }
}
/* 上部2つの角だけを丸くする */
.research-rounded-top {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}

.research-rounded-bottom {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.wp-block-group__inner-container:first-child {
  position: relative;
}

.absolute-image {
  position: absolute;
  right: 0;
  top: 50%;
  width: 40%;
  transform: translate(20%, -10%);
}

@media screen and (max-width: 1300px) {
  .research-logo-section {
    width: 60%;
  }
  .absolute-image {
    position: absolute;
    right: 20px;
    top: 50%;
    max-width: 350px;
    transform: translate(0, -10%);
  }
}
@media screen and (max-width: 620px) {
  .kt-adv-heading45_5ea314-71.wp-block-kadence-advancedheading,
  .kt-adv-heading45_e3ae9f-a1.wp-block-kadence-advancedheading {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1060px) {
  .research-logo-section {
    width: 50%;
  }
  .absolute-image {
    right: 20px;
    top: 50%;
    max-width: 350px;
    transform: translate(0, -20%);
  }
}
@media screen and (max-width: 800px) {
  #research-joint {
    margin-bottom: 160px;
  }
  .research-logo-section {
    width: 100%;
  }
  .absolute-image {
    right: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    margin-inline: auto;
    transform: translate(0, 75%);
  }
}
/* -------------- our goal ---------------- */
#our-goal {
  padding-inline: 30px;
}

@media screen and (max-width: 460px) {
  #our-goal {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 460px) {
  #our-goal .bg-container {
    border-radius: 0;
    padding-inline: 0 !important;
  }
  #our-goal .bg-container .container {
    padding-inline: 10px;
  }
}
.our-goal-section {
  background: #c7aedd;
}

.our-goal-section .bg-container {
  max-width: 1300px;
  padding-inline: 0;
  margin-inline: auto;
}

.goal-left,
.goal-left .kt-inside-inner-col {
  height: 100%;
}

.goal-left .kt-inside-inner-col {
  flex-wrap: nowrap !important;
}

@media screen and (max-width: 620px) {
  .goal-left .kt-inside-inner-col {
    gap: 10px !important;
  }
}
.goal-left .kt-row-column-wrap {
  position: relative;
}

/* アイコンを囲ってるラッパーに高さを持たせる */
.timeline-icon-wrapper {
  height: 100%;
  display: flex;
}

/* 丸アイコン自体は中央に */
.timeline-icon {
  height: 100%;
  /* 擬似要素の基点 */
  z-index: 2;
  /* 丸の上に線が被らないように */
}

/* 擬似要素で縦線を追加 */
.goal-left .kt-row-column-wrap::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 150%;
  background-color: #ccc;
  z-index: -1;
}

.last-goal .goal-left .kt-row-column-wrap::before {
  height: 100%;
}

/* -------------- company --------------- */
@media screen and (max-width: 1060px) {
  #news,
  #mission,
  #research,
  #our-goal,
  #contact {
    padding-block: 100px;
  }
}
.home #news {
  padding-block: 100px;
}

.home #news .container {
  padding-bottom: 0;
}

#research,
#global {
  padding-block: 100px 60px;
}

#company,
#advisor,
#global {
  padding-top: 100px;
}

#our-goal,
#company,
#advisor {
  display: flow-root;
}

.company .kt-row-column-wrap {
  gap: 0 !important;
}

.company .kb-row-layout-wrap {
  border-bottom: 1px solid #bbbbbb !important;
}

.company-head .kt-inside-inner-col,
.company-head .wp-block-kadence-advancedheading {
  padding-left: 0 !important;
}

@media screen and (max-width: 800px) {
  .company-item {
    color: #53268b;
  }
}
/* --------------- mission ----------------- */
#mission {
  position: relative;
  text-align: center;
  color: white;
  overflow: hidden;
  z-index: 0;
}

#mission .container,
#our-goal {
  padding-block: 100px;
}

@media screen and (max-width: 1060px) {
  #mission .container {
    padding-block: 0;
  }
}
.bg-container {
  background: #fff;
  border-radius: 55px;
  padding: 100px 20px;
}

@media screen and (max-width: 800px) {
  .bg-container {
    padding-block: 60px;
  }
}
.mission-title .section-ja,
.mission-title .section-en {
  color: #7e56b1;
}

.custom-break-text {
  color: #7e56b1;
  font-size: 38px;
  margin-bottom: 40px;
}

@media screen and (max-width: 620px) {
  .custom-break-text {
    font-size: 20px;
  }
}
.br-only {
  display: none;
}

@media screen and (max-width: 800px) {
  .br-only {
    display: block;
  }
}
#mission .column-title .section-en:after {
  background: #7e56b1;
  height: 30px;
  transform: translateY(100%);
}

@media screen and (max-width: 620px) {
  #mission .column-title .section-en:after {
    transform: translateY(70%);
  }
}
#contact .column-title .section-en:after {
  height: 30px;
  transform: translateY(100%);
}

#mission::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at center, #75559a 0%, #c5bbdd 35%);
  z-index: -1;
}

.mission-section {
  color: #fff;
}

.mission-text {
  margin-inline: auto;
}

.same-container {
  position: relative;
  height: 100%;
}

.same-bg {
  width: 100%;
  overflow: hidden;
  z-index: 0;
  /* 擬似要素のはみ出し防止 */
}

.same-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/line.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scaleY(-1);
  z-index: -1;
}

.same-bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50%;
  width: 100%;
  height: 100%;
  background-image: url("../images/line.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 800px) {
  .same-bg::after {
    bottom: -20%;
  }
}
/* -------------- advisor --------------- */
.adviser {
  padding-top: 120px;
}

.year-line {
  min-width: 60px !important;
}

.carrier-flex div {
  display: flex !important;
  justify-content: flex-start;
}

/* -------------- contact --------------- */
.contact-section {
  background-color: #f1eafa;
  padding-block: 80px;
  text-align: left;
}

.contact-title {
  text-align: center;
  margin-bottom: 80px;
}

.contact-title .section-ja {
  color: #53268b;
}

.contact-title .section-en {
  color: #262626;
}

.contact-title .section-en::after {
  background: #262626;
}

.contact-inner {
  max-width: 1000px;
}

/* Contact Form 7 全体フォーム */
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}

/* 各項目の行（label + input横並び） */
.form-pair p,
.form-pair div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 800px) {
  .form-pair p,
  .form-pair div {
    flex-direction: column;
    gap: 10px;
  }
}
.form-pair p br,
.form-pair div br {
  display: none;
}

.text-line label {
  margin-inline: 0 auto;
}

.form-pair.text-line br {
  display: none;
}

/* ラベル部分 */
.wpcf7-form label {
  width: 210px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
}

@media screen and (max-width: 800px) {
  .wpcf7-form label {
    justify-content: flex-start;
  }
}
.bold-text .wpcf7-list-item-label {
  font-weight: 400;
}

.text-line label {
  min-width: 210px;
}

/* 必須マーク */
.required-badge {
  display: inline-block;
  background-color: #7d3fc6;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 6px;
  margin-left: 10px;
  border-radius: 0;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  .required-badge {
    margin-left: 20px;
  }
}
/* 入力欄 */
.wpcf7-form-control-wrap,
.privacy-check {
  width: 65%;
}

@media screen and (max-width: 800px) {
  .wpcf7-form-control-wrap,
  .privacy-check {
    width: 100%;
    margin-right: 0;
  }
}
.your-input {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 2px;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
}

.textarea p {
  align-items: start;
}

.textarea p label {
  margin-top: 10px;
  margin-right: 0;
}

/* テキストエリアだけ縦に広く */
.wpcf7-form textarea.your-input {
  height: 160px;
  resize: vertical;
}

/* プライバシー同意チェックの行 */
.form-pair {
  align-items: flex-start;
}

.form-privacy {
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 800px) {
  .form-privacy br {
    display: none;
  }
  .form-privacy .check-text {
    width: 100%;
  }
}
.form-privacy .check-text {
  align-items: first baseline;
}

.form-pair.form-privacy p br:first-child {
  display: none;
}

.privacy-note {
  display: inline-block;
}

@media screen and (max-width: 800px) {
  .privacy-note {
    margin-left: 33px;
  }
}
/* プライバシーラベルのテキスト部分 */
.privacy-text {
  font-size: 14px;
  line-height: 1.6;
  width: 65%;
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 800px) {
  .privacy-text {
    width: 100%;
  }
}
.privacy-text .wpcf7-list-item {
  margin-left: 0;
}

.privacy-text span,
.privacy-text span label {
  width: 100%;
}

.privacy-link {
  color: #7d3fc6;
  text-decoration: underline;
}

.privacy-note {
  padding-right: 20px;
  width: 95% !important;
}

/* 基本のカスタムチェックボックスデザイン */
.wpcf7-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 22px;
  border: 1px solid #7d3fc6;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}

/* チェックされた状態の背景に画像を表示 */
.wpcf7-form input[type=checkbox]:checked::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../images/check.png");
  /* ←画像パスを確認してください */
  background-size: contain;
  /* 画像がはみ出さないように調整 */
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 4px;
  left: 2px;
}

/* チェックボックス本体の色も変える */
.wpcf7-form input[type=checkbox]:checked {
  background-color: #7d3fc6;
  border-color: #7d3fc6;
}

/* 送信ボタン */
.hidden-submit-button {
  display: none;
}

/* 送信ボタンの右寄せ */
.contact-submit {
  margin-inline: auto;
  margin-top: -30px;
}

.contact-submit input[type=submit] {
  background-color: #7d3fc6;
  color: white;
  font-weight: bold;
  border: none;
  padding: 14px 28px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
}

/* ------------------ footer ------------------ */
.footer {
  background: #464646;
  color: #fff;
  padding-block: 60px;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  position: relative;
}

@media screen and (max-width: 620px) {
  .footer .container {
    flex-direction: column;
  }
}
.footer-left {
  width: 25%;
}

.footer-logo {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  margin-inline: auto;
  margin-bottom: 20px;
}

.footer-logo a {
  color: #fff;
}

.address {
  font-size: 14px;
  font-style: normal;
}

.footer-sub {
  color: #dcd0ff;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 4px;
}

.footer-sub:hover {
  text-decoration: underline;
}

.footer-right {
  width: 17%;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.privacy {
  color: #fff;
}

@media screen and (max-width: 1060px) {
  .footer-left,
  .footer-right {
    width: auto;
  }
  .footer-middle {
    display: none;
  }
}
.footer-nav {
  width: 50%;
  /* 以前の .footer-middle と同じ幅感 */
  display: grid;
  /* グリッドにして3列 */
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-left: -60px;
  padding: 0;
  font-family: "Inter", sans-serif;
}

/* 各列（ul） */
.footer-col {
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col .single {
  margin-bottom: 10px;
}
.footer-col .single-top {
  margin-bottom: 4px;
}

/* 見出しリンク（NEWS/COMPANY/MISSION/CONTACT/RESEARCH...） */
.footer-col > li > a {
  display: block;
  font-weight: 700;
  color: #dcd0ff;
  text-decoration: none;
  margin: 0;
}

/* サブリンク（- ADVISOR など） */
.footer-col .footer-sub {
  color: #dcd0ff;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  margin: 0;
}

/* サブULの余白ゼロ → 変な落ち込み防止 */
.footer-col > li > ul {
  margin: 0;
  padding-left: 0;
}

/* ホバーで下線だけ */
.footer-col a:hover {
  text-decoration: underline;
}

/* SPの扱い：以前と同様に非表示にしたいとき */
@media screen and (max-width: 1060px) {
  .footer-nav {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */