@charset "UTF-8";
/*
Theme Name: RhythPrime
Author: MEG
Version: 1.0
Description: UIkit + Gutenberg 対応テーマ
*/
html {
  scroll-behavior: smooth;
  font-size: clamp(14px, 1.1vw, 16px); }

body {
  color: #36364B;
  background: #fff;
  letter-spacing: .02em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  font-weight: inherit;
  color: #36364B; }

p {
  color: #36364B; }

a {
  color: #36364B;
  text-underline-offset: .2em; }
  a:hover {
    opacity: .85; }

img {
  max-width: 100%;
  height: auto;
  image-rendering: auto; }

:root {
  --recaptcha-badge-position:130px; }

/* recaptcha badge */
.grecaptcha-badge {
  margin-bottom: var(--recaptcha-badge-position);
  z-index: 9999; }

@media (min-width: 992px) {
  .grecaptcha-badge {
    margin-bottom: 0; } }
.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.1em; }

.vertical-text,
.c-totop {
  text-decoration: none;
  border: none; }

.vertical-text:hover,
.c-totop:hover {
  text-decoration: none; }

.box-shawdow {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05); }

.sidebar-inner {
  width: 180px; }

.headline01 {
  text-align: center;
  margin-bottom: 2.5rem; }

/* 英語タイトル */
.headline01_en {
  font-size: clamp(2.8rem, 6vw, 4.2rem);
  font-weight: 700;
  line-height: 1;
  margin: 0;
  /* ブルー系グラデーション */
  background: linear-gradient(90deg, #3CA2FD, #6DDDCF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* 日本語サブタイトル */
.headline01_jp {
  margin-top: 0.6rem;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: bold; }

.headline02 {
  text-align: center; }

.headline02 span {
  display: inline-block;
  padding: 10px 40px 10px;
  background: linear-gradient(90deg, #3CA2FD, #6DDDCF);
  color: #fff;
  border-radius: 15px 0px 15px 0px;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem); }

.headline03 {
  font-size: clamp(1.1rem, 1.8vw, 1.05rem);
  font-weight: 700;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center; }

.headline03 span {
  color: #3ba7e1;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 800; }

.headline04 {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05); }

.headline04 {
  text-align: center;
  border-top: 5px solid;
  border-image: linear-gradient(90deg, #3CA2FD, #6DDDCF) 1;
  background: #FFF;
  margin: 40px 0;
  padding: 10px;
  font-size: clamp(1.1rem, 1.8vw, 1.05rem);
  font-weight: bold; }

.headline06 {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: bold;
  margin: 60px 0; }

.headline07 {
  scroll-margin-top: 90px;
  /* ヘッダー高さ分 */
  box-sizing: border-box;
  padding: .5em .5em;
  color: #fff;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  line-height: 1.2;
  margin: 3rem 0  2rem 0;
  background: linear-gradient(90deg, #3CA2FD 0%, #6DDDCF 100%);
  border-radius: 20px 0 20px 0;
  white-space: nowrap; }

.headline08 {
  font-size: clamp(1.2rem, 2vw, 1.4rem); }

.bg-accent {
  background: #3CA2FD; }

.bg-accent2 {
  background: #6DDDCF; }

.bg-accent3 {
  background: #FBD6D5; }

.uk-light,
.uk-light h1,
.uk-light h2,
.uk-light h3,
.uk-light h4,
.uk-light p,
.uk-light a {
  color: #fff; }

.uk-container-large {
  max-width: 1240px; }

.uk-section {
  padding-top: clamp(40px, 5vw, 88px);
  padding-bottom: clamp(40px, 5vw, 88px); }

.uk-section-muted {
  background: #F4F4F4; }

.uk-background-secondary {
  background: #36364B; }

.uk-background-primary {
  background: #3CA2FD; }

.uk-border-pill {
  border-radius: 999px !important; }

.uk-lead {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem); }

.uk-button-primary {
  background-color: #36364B; }

.s-uk-grid.uk-grid-medium {
  margin-left: -15px; }

.s-uk-grid.uk-grid-medium > * {
  padding-left: 15px; }

.uk-navbar-container {
  background: #FFF;
  border-bottom: 1px solid #F4F4F4; }

.uk-navbar-nav > li > a {
  padding: 0 0;
  color: #36364B;
  font-weight: bold;
  font-size: clamp(14px, 1.1vw, 16px); }

.navbar a {
  position: relative;
  /*アンダーラインの位置を決めるための基準 */
  width: 100px;
  height: 100px; }

.navbar a::after {
  position: absolute;
  /*親要素であるaタグを基準に位置を指定*/
  left: 0;
  /*アンダーラインを各メニュー（aタグ）の左端に指定*/
  content: '';
  /*本来は、擬似要素に入るテキストなどを’’内に指定。今回はアンダーラインなので何も記載しない*/
  width: 100%;
  /*アンダーラインを各aタグの幅に合わせる*/
  height: 2px;
  /*アンダーラインの高さ（太さ）*/
  background: #3CA2FD;
  /*アンダーラインの色*/ }

.navbar a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #3CA2FD;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;
  /*変形の時間*/ }

.navbar a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top;
  /*左から右に向かう*/ }

.uk-navbar-sticky .uk-navbar-container {
  border-bottom: 1px solid rgba(17, 24, 39, 0.12); }

.menu {
  height: 100px; }

/* =========================
  Sidebar Menu List
========================= */
.sidebar {
  height: 100vh; }

.sidebar p {
  padding: 14px;
  text-align: center;
  border: 1px dotted rgba(255, 255, 255, 0.28); }

.sidebar ul {
  --line: rgba(255,255,255,.28);
  /* 点線 */
  --hover: rgba(255,255,255,.10);
  list-style: none;
  margin: 0;
  padding: 0; }

/* 1行 */
.sidebar ul > li {
  margin: 0;
  border-bottom: 1px dotted var(--line); }

.sidebar ul > li:last-child {
  border-bottom: none; }

/* クリック面を広く＋右矢印 */
.sidebar ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 30px 14px 0;
  /* 右に矢印ぶん余白 */
  color: var(--text);
  text-decoration: none;
  line-height: 1.2;
  transition: background .2s ease, transform .2s ease, opacity .2s ease; }

/* 右矢印（CSSだけで作る） */
.sidebar ul > li > a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255, 255, 255, 0.92);
  border-top: 2px solid rgba(255, 255, 255, 0.92);
  transform: translateY(-50%) rotate(45deg);
  opacity: .95;
  transition: transform .2s ease, opacity .2s ease; }

.sidebar ul > li > a:hover::after {
  transform: translate(5px, -50%) rotate(45deg);
  opacity: 1; }

/* current（任意：今いるページ） */
.sidebar ul > li.current > a,
.sidebar ul > li.current-menu-item > a {
  background: rgba(0, 0, 0, 0.1); }

/* フルスクリーン */
#offcanvas-full .uk-offcanvas-bar {
  width: 100vw !important;
  max-width: none !important;
  height: 100vh;
  box-sizing: border-box;
  max-width: none;
  background: #36364B;
  /* アニメ用 */
  transform: scale(1.02);
  opacity: 0;
  transition: opacity .4s ease, transform .4s ease; }

/* 表示時 */
#offcanvas-full.uk-open .uk-offcanvas-bar {
  transform: scale(1);
  opacity: 1; }

#offcanvas-full .uk-offcanvas-close {
  opacity: 1; }

.uk-offcanvas-bar {
  background: #0b1220; }
  .uk-offcanvas-bar .uk-nav-default > li > a {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 600; }
    .uk-offcanvas-bar .uk-nav-default > li > a:hover {
      color: #fff; }

.hero-gradation {
  background: linear-gradient(270deg, rgba(109, 221, 207, 0.5), rgba(60, 162, 253, 0.5), rgba(251, 214, 213, 0.5));
  background-size: 300% 300%;
  animation: Grad 10s ease infinite; }

.Gradation_1_text {
  font-size: 30px;
  font-weight: 600; }

@keyframes Grad {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* 位置基準を.uk-panelへ */
.hero .uk-slider-items > li .uk-panel {
  position: relative;
  overflow: hidden;
  /* ベールがはみ出さない */ }

/* 両脇だけ：ふんわりベール＋弱ボケ */
.hero .uk-slider-items > li:not(.uk-active) .uk-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 1;
  transition: opacity 1.2s ease-out;
  pointer-events: none;
  z-index: 2; }

/* 中央は抜く */
.hero .uk-slider-items > li.uk-active .uk-panel::after {
  opacity: 0; }

.uk-slider-items > li img {
  transition: transform 0.6s ease; }

.uk-slider-items > li.uk-active img {
  transform: scale(1.02); }

/* 背景の暗幕 */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); }

/* 内側の白い枠線 */
.hero-frame {
  position: absolute;
  inset: clamp(28px, 4.5vw, 64px) clamp(10px, 2vw, 24px);
  /* 左右 */
  border: 1px solid rgba(255, 255, 255, 0.55);
  pointer-events: none;
  background: rgba(255, 255, 255, 0.2); }

/* 中身全体 */
.hero-inner {
  width: min(1040px, 90vw);
  padding: clamp(10px, 2.5vw, 28px); }

/* タイトル */
.hero-title {
  margin: 0 0 clamp(12px, 2.2vw, 28px);
  color: #fff;
  font-weight: bold;
  line-height: 1.05;
  font-size: clamp(1.9rem, 4.6vw, 4.8rem);
  text-transform: uppercase; }

/* リード文（中央の太い1行） */
.hero-lead {
  margin: 0 0 clamp(12px, 2vw, 22px);
  color: rgba(255, 255, 255, 0.95);
  font-weight: bold;
  font-size: clamp(1.05rem, 1.8vw, 1.55rem); }

/* 説明（小さめ3行） */
.hero-copy {
  margin: 0;
  font-weight: 600;
  font-size: clamp(0.82rem, 1.15vw, 1rem);
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.25); }

.hero-btn {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  padding: 14px 36px;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  transition: all 0.3s ease; }

/* hover */
.hero-btn:hover {
  background: #fff;
  color: #111;
  text-decoration: none; }

/* スマホでタイトルが長い場合の調整（任意） */
@media (max-width: 640px) {
  .hero-title {
    letter-spacing: .04em; } }
.entry-content h2 {
  scroll-margin-top: 90px;
  /* ヘッダー高さ分 */
  box-sizing: border-box;
  padding: .5em .5em;
  color: #fff;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  line-height: 1.2;
  margin: 3rem 0  2rem 0;
  background: linear-gradient(90deg, #3CA2FD 0%, #6DDDCF 100%);
  border-radius: 20px 0 20px 0;
  white-space: nowrap; }

.entry-content h3 {
  position: relative;
  font-weight: bold;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  padding: .45em .5em;
  margin: 2rem 0;
  background: #F4F4F4; }

/* 上の細いライン */
.entry-content h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3ca2fd 0%, #5bd3c7 100%); }

.entry-content h4 {
  border-bottom: solid 3px #F4F4F4;
  position: relative;
  font-weight: bold;
  padding: .4em 0; }

.entry-content h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #6DDDCF;
  bottom: -3px;
  width: 30%; }

.entry-content table {
  width: 100%;
  border-collapse: collapse; }

.entry-content table tr:last-child {
  border-bottom: none; }

.entry-content table {
  border-spacing: 10px; }

.entry-content table tr {
  border-bottom: solid 10px white; }

.entry-content table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #36364B;
  color: white;
  text-align: center;
  padding: 10px 0;
  border-bottom: solid 10px white; }

.entry-content table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 8px);
  right: -8px;
  border-left: 8px solid #36364B;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

.entry-content table thead th:after {
  border: none; }

.entry-content table td {
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 10px 10px 30px;
  border: none; }

.entry-content table tr:last-child th {
  border-bottom: none; }

.entry-contente table tr:last-child td {
  border-bottom: none; }

.companytable table {
  width: 100%;
  border-collapse: collapse; }

.companytable table tr:last-child {
  border-bottom: none; }

.companytable table {
  border-spacing: 10px; }

.companytable table tr {
  border-bottom: solid 10px white; }

.companytable table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #36364B;
  color: white;
  text-align: center;
  padding: 10px 0;
  border-bottom: solid 10px white; }

.companytable table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 8px);
  right: -8px;
  border-left: 8px solid #36364B;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

.companytable table thead th:after {
  border: none; }

.companytable table td {
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 10px 10px 30px;
  border: none;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

.companytable table tr:last-child th {
  border-bottom: none; }

.companytable table tr:last-child td {
  border-bottom: none; }

.c-btn {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1); }

.c-btn {
  border-radius: 18px;
  background: #FFF;
  border: 2px solid #36364B;
  display: block;
  padding: 15px 40px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.1rem, 1.8vw, 1.05rem); }

.c-btn.practice02 {
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  margin: 0 auto;
  max-width: 300px;
  text-decoration: none; }

.c-btn.practice02:hover {
  background: #36364B;
  color: #FFF;
  transform: scale(1.05); }

.bg-grid {
  background-color: #f2f2f2;
  background-image: linear-gradient(#ffffff 1px, transparent 1px), linear-gradient(90deg, #ffffff 1px, transparent 1px);
  background-size: 10px 10px; }

.bg-boxedges {
  border-radius: 16px 0 16px 0; }

.bg-w06 {
  background: rgba(255, 255, 255, 0.6);
  /* 白＋透過 */ }

.rp-news-row {
  display: block;
  padding: 6px 0; }

.rp-news-title {
  display: block;
  line-height: 1.5; }

.c-news-tag {
  display: inline-block;
  padding: 5px;
  color: #fff;
  border-radius: 10px 0px 10px 0px;
  font-size: clamp(0.75rem, 1vw, 0.85rem);
  line-height: normal;
  width: 100px;
  text-align: center; }

/* 色バリエーション（画像っぽい色） */
.c-news-tag.is-notice {
  background: #3CA2FD; }

/* ブルー */
.c-news-tag.is-service {
  background: #6DDDCF; }

/* ミント */
.c-news-tag.is-works {
  background: #FBD6D5; }

/* ブルー */
/* もし hover も欲しければ */
.c-news-tag:hover {
  filter: brightness(0.95); }

.flow09 {
  padding-left: 0;
  border-bottom: solid 1px #F4F4F4; }

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #F4F4F4; }

.flow09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px; }

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #3CA2FD;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0; }

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px; }

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #36364B;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto; }

.flow09 > li dl dd {
  margin: 0; }

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em; }

.keyv-news {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  border-radius: 999px !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden; }
  .keyv-news span {
    font-weight: 800;
    letter-spacing: .06em;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.8); }
  .keyv-news a {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none; }
    .keyv-news a:hover {
      text-decoration: underline; }

.sec-about {
  background: linear-gradient(90deg, #3CA2FD, #6DDDCF); }

/* 親を基準に */
.c-about-overlap {
  position: relative; }

/* PC以上：テキストを縦中央に重ねる */
@media (min-width: 1200px) {
  .c-about-text {
    position: absolute;
    top: 50%;
    right: 0;
    /* 右寄せ（必要に応じて left に） */
    transform: translateY(-50%);
    z-index: 2; } }
