@charset "UTF-8";
/* Reset */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #333333;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #333333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #1a237e;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
  background-color: #ffd600;
  min-width: 320px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior-y: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

p {
  text-align: left;
}

small {
  font-size: 1.2rem;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 1;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.3s;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  z-index: 999;
  background-color: #fff;
  color: #1a237e;
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  border-right: 1px solid #eee;
}
@media (max-width: 1023px) {
  .header {
    transform: translateX(-100%);
    width: 80%;
    background-color: rgba(255, 255, 255, 0.98);
  }
  .header.active {
    transform: translateX(0);
  }
}
.header .logo {
  text-decoration: none;
  margin-bottom: 40px;
  display: block;
}
.header .logo img {
  width: 250px;
  margin: 35px auto;
}
.header .header-actions {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex; /* ボタンを縦に並べるためにflexコンテナにする */
  flex-direction: column; /* 縦方向に並べる */
  gap: 15px; /* ボタン間の間隔を15pxに設定 */
}
@media (max-width: 1023px) {
  .header .header-actions {
    display: none;
  }
}
.header .header-actions .btn {
  width: 100%;
  padding: 12px 15px;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.header .header-actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.header .header-actions .btn::after {
  display: none;
}
.header .header-actions .btn-primary {
  box-shadow: 0 4px 10px rgba(245, 0, 87, 0.3);
}
.header .header-actions .btn-primary:hover {
  box-shadow: 0 6px 15px rgba(245, 0, 87, 0.4);
}
.header .header-actions .btn-discord,
.header .header-actions .btn-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.header .header-actions .btn-discord i,
.header .header-actions .btn-line i {
  font-size: 2.2rem;
}
.header .header-actions .btn-discord span,
.header .header-actions .btn-line span {
  font-size: 1.4rem;
}
.header .header-sns {
  margin-top: auto;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.header .header-sns a {
  color: #1a237e;
  font-size: 24px;
  transition: color 0.3s;
}
.header .header-sns a:hover {
  color: #ffd600;
}
.header .company-logo-link {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.header .company-logo-link img {
  width: 180px;
  display: inline-block;
}

.footer {
  background-color: #ffd600;
  color: #1a237e;
  padding: 40px 20px 20px;
  border-top: 1px solid #1a237e;
}
@media (max-width: 1023px) {
  .footer {
    padding-bottom: 112px;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding-left: 280px;
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
.footer .footer-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.footer .footer-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 1023px) {
  .footer .footer-content {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 40px;
  }
}
.footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .footer .footer-right {
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .footer .footer-left {
    margin-bottom: 0;
  }
}
.footer .logo {
  margin-bottom: 15px;
  display: inline-block;
}
.footer .logo img {
  width: 200px;
}
.footer .footer-info p {
  font-size: 1.4rem;
  line-height: 1.8;
  white-space: nowrap;
  text-align: left;
}
@media (max-width: 1023px) {
  .footer .footer-info p {
    text-align: center;
  }
}
.footer .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px 30px;
}
@media (max-width: 1023px) {
  .footer .footer-nav-list {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer .footer-nav-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    max-width: 280px;
    border-top: 1px solid rgba(26, 35, 126, 0.2);
  }
  .footer .footer-nav-list li {
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(26, 35, 126, 0.2);
  }
  .footer .footer-nav-list li:last-child {
    border-bottom: none;
  }
}
.footer .footer-nav-list a {
  color: #1a237e;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 1.4rem;
}
.footer .footer-nav-list a:hover {
  color: #f50057;
}
.footer .footer-sns {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
.footer .footer-sns a {
  color: #1a237e;
  font-size: 22px;
  transition: color 0.3s;
}
.footer .footer-sns a:hover {
  color: #f50057;
}
.footer .footer-bottom {
  margin-top: 40px;
}
.footer .copyright {
  font-size: 1.2rem;
  color: #1a237e;
  text-align: center;
}

/* モバイル用フッター固定CTAバー */
.mobile-cta-bar {
  display: none;
}
@media (max-width: 1023px) {
  .mobile-cta-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 10px;
    gap: 10px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 990;
  }
  .mobile-cta-bar .btn {
    flex: 1;
    padding: 10px 5px;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 8px;
  }
  .mobile-cta-bar .btn::after {
    display: none;
  }
  .mobile-cta-bar .btn i {
    font-size: 2rem;
  }
  .mobile-cta-bar .btn span {
    font-size: 1rem;
  }
}

.sidebar {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .sidebar {
    position: sticky; /* スクロール時に要素を固定 */
    top: 20px; /* 画面上部から20pxの余白を保つ */
    align-self: flex-start; /* flexアイテムとして配置された際に、コンテンツの高さに合わせて縮むのを防ぐ */
  }
}
.sidebar .sidebar-widget {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.sidebar .sidebar-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.sidebar .sidebar-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}
.sidebar .sidebar-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #f50057;
}
.sidebar .sidebar-list {
  list-style: none;
  padding: 0;
}
.sidebar .sidebar-list li {
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
  transition: background-color 0.2s ease;
}
.sidebar .sidebar-list li:last-child {
  border-bottom: none;
}
.sidebar .sidebar-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #1a237e;
  transition: color 0.2s ease;
}
.sidebar .sidebar-list li a:hover {
  color: #f50057;
}
.sidebar .tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sidebar .tag-cloud a {
  display: inline-block;
  background-color: #f1f3f5;
  color: #495057;
  padding: 6px 12px;
  margin: 0;
  border-radius: 20px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.sidebar .tag-cloud a:hover {
  background-color: #f50057;
  color: #fff;
  transform: scale(1.05);
}
.sidebar .toc-widget ol {
  list-style: none;
  padding-left: 0;
}
.sidebar .toc-widget li {
  padding: 6px 0;
  border-bottom: none;
}
.sidebar .toc-widget a {
  text-decoration: none;
  color: #1a237e;
}
.sidebar .toc-widget a:hover {
  color: #f50057;
}
.sidebar .toc-widget .toc-h3 {
  padding-left: 1.2em;
}
.sidebar .voice-profile img {
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* CTAボタン */
.btn {
  display: inline-block;
  padding: 12px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.contact-btn {
  background-color: #ffd600;
  color: #1a237e;
  border: 2px solid #ffd600;
  width: 100%;
  display: block;
}

.contact-btn:hover {
  background-color: #1a237e;
  color: #ffffff;
}

.btn {
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5em;
  transition: transform 0.3s ease;
}
.btn:hover::after {
  transform: translateX(4px);
}

.btn-primary {
  background-color: #f50057;
  color: #ffffff;
  border-color: #f50057;
}
.btn-primary:hover {
  background-color: rgb(194, 0, 68.8897959184);
  border-color: rgb(194, 0, 68.8897959184);
}

.btn-secondary {
  background-color: #1a237e;
  color: #ffffff;
  border-color: #1a237e;
}
.btn-secondary:hover {
  background-color: rgb(34.7236842105, 46.7434210526, 168.2763157895);
  border-color: rgb(34.7236842105, 46.7434210526, 168.2763157895);
}

.btn-outline {
  background-color: transparent;
  color: currentColor;
  border-color: currentColor;
}
.btn-outline:hover {
  background-color: #f50057;
  color: #ffffff;
  border-color: #f50057;
}

.btn-discord {
  background-color: #5865f2;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(88, 101, 242, 0.3);
}
.btn-discord:hover {
  background-color: rgb(40.6833333333, 57.3666666667, 238.3166666667);
}

.btn-line {
  background-color: #06c755;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(6, 199, 85, 0.3);
}
.btn-line:hover {
  background-color: rgb(4.5073170732, 149.4926829268, 63.8536585366);
}

/* 全ての画像に共通のスタイル */
img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

main {
  padding-left: 300px; /* PC: サイドバーの幅分だけ右にずらす */
}
@media (max-width: 1023px) {
  main {
    padding-left: 0; /* SP: ずらさない */
  }
}

/* --- セクション共通 --- */
.section {
  padding: 80px 20px;
  width: 100%;
  margin: 0 auto;
}

.section-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* セクションタイトル */
.section-title {
  font-size: 2.5rem;
  color: inherit; /* 親要素の色を継承 */
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: inherit; /* 親要素の色を継承 */
  margin: 10px auto 0;
}

/* セクション内のスプリットデザイン（汎用） */
.section-split {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.split-left,
.split-right {
  flex: 1;
  padding: 20px;
  width: 50%;
}

/* スプリットデザインの左右反転 */
.split-reverse {
  flex-direction: row-reverse;
}

/* パンくずリスト */
.breadcrumb {
  width: 100%;
  padding: 20px 20px 10px;
  background-color: transparent;
  border-bottom: 1px solid rgba(26, 35, 126, 0.2);
}
.breadcrumb ol {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.breadcrumb li {
  font-size: 1.3rem;
  color: #1a237e;
}
.breadcrumb li:not(:last-child)::after {
  content: ">";
  margin: 0 0.5em;
  color: #1a237e;
}
.breadcrumb a {
  color: #1a237e;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/* スクロールアニメーション */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

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

/* 記事ナビゲーション */
.post-navigation {
  max-width: 1100px;
  width: 90%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.post-navigation a {
  color: #1a237e;
  font-weight: bold;
  text-decoration: none;
}
.post-navigation a:hover {
  text-decoration: underline;
}

/* コンテンツがない場合の表示スタイル */
.c-no-content {
  display: block;
  text-align: center;
  padding: 80px 20px;
  font-size: 1.6rem;
  color: #666;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px dashed #ddd;
}

/* Google Map */
.map iframe {
  height: 500px; /* Default height for desktop */
  width: 100%;
}
@media (max-width: 767px) {
  .map iframe {
    height: 300px; /* Shorter height for mobile */
  }
}

/* ページネーション */
.pagination {
  margin-top: 60px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 8px;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-decoration: none;
  color: #1a237e;
  transition: background-color 0.3s, color 0.3s;
}
.pagination .page-numbers.current {
  background-color: #1a237e;
  color: #ffffff;
  border-color: #1a237e;
}
.pagination .page-numbers:not(.current):hover {
  background-color: #ffd600;
}

@media (max-width: 768px) {
  .section-split {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-container {
    width: 90%;
  }
}
.nav {
  flex-grow: 1;
}

.nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.nav-list a {
  text-decoration: none;
  color: #1a237e;
  padding: 10px 0;
  transition: color 0.3s;
  font-size: 1.6rem;
}

.nav-list a:hover {
  color: #ffd600;
}

.nav-list a.active {
  color: #ffd600;
  font-weight: bold;
}

.menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  position: fixed;
  top: 20px;
  right: 20px;
}
@media (max-width: 1023px) {
  .menu-btn {
    display: block;
  }
}

.menu-btn span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #1a237e;
  margin: 5px 0;
  transition: all 0.3s;
}

.menu-btn.active span {
  background-color: #1a237e;
}
.menu-btn.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.menu-btn.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 1023px) {
  .nav-list {
    align-items: center;
    gap: 20px;
  }
  .nav-list a {
    font-size: 1.5rem;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 1.5rem;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}
table th,
table td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid rgb(211.8947368421, 214.9736842105, 246.1052631579);
  vertical-align: middle;
}
table thead th {
  background-color: #1a237e;
  color: #ffffff;
  font-weight: bold;
}
table tbody tr {
  transition: background-color 0.3s;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}
table tbody tr:hover {
  background-color: rgb(255, 218.1, 25.5);
}
table tbody th,
table tbody td[rowspan] {
  background-color: rgb(245.7157894737, 246.3789473684, 253.0842105263);
  font-weight: bold;
  text-align: left;
}

@media (max-width: 767px) {
  .table-responsive-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 10px;
  }
  .table-responsive-wrapper table {
    width: auto;
    min-width: 600px;
  }
  .table-responsive-wrapper .pricing-table-transposed {
    min-width: 700px;
  }
}

.contact-page-section .lead-text {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.6rem;
}
.contact-page-section .contact-form {
  max-width: 800px;
  margin: 0 auto;
}
.contact-page-section .contact-form .form-group {
  margin-bottom: 25px;
}
.contact-page-section .contact-form .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.contact-page-section .contact-form .form-group label span {
  color: #d9534f;
  margin-left: 5px;
  font-size: 1.2rem;
}
.contact-page-section .contact-form .form-group input[type=text],
.contact-page-section .contact-form .form-group input[type=email],
.contact-page-section .contact-form .form-group input[type=tel],
.contact-page-section .contact-form .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: inherit;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.contact-page-section .contact-form .form-group input[type=text]:focus,
.contact-page-section .contact-form .form-group input[type=email]:focus,
.contact-page-section .contact-form .form-group input[type=tel]:focus,
.contact-page-section .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #1a237e;
  box-shadow: 0 0 5px rgba(26, 35, 126, 0.3);
}
.contact-page-section .contact-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-page-section .contact-form .radio-group label {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: normal;
  cursor: pointer;
}
.contact-page-section .contact-form .radio-group label input {
  margin-right: 10px;
}
.contact-page-section .contact-form .submit-btn {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 40px auto 0;
  background-color: #1a237e;
  color: #ffffff;
  border: 2px solid #1a237e;
  padding: 15px;
  font-size: 1.6rem;
}
.contact-page-section .contact-form .submit-btn:hover {
  background-color: transparent;
  color: #1a237e;
}
.contact-page-section .form-success-message {
  display: none;
  text-align: center;
  padding: 60px 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  max-width: 800px;
  margin: 0 auto;
}
.contact-page-section .form-success-message h3 {
  font-size: 2.2rem;
  color: #1a237e;
  margin-bottom: 20px;
  text-align: center;
}
.contact-page-section .form-success-message p {
  font-size: 1.6rem;
  margin-bottom: 40px;
  line-height: 1.8;
}
.contact-page-section .form-success-message .btn {
  background-color: #1a237e;
  color: #ffffff;
  border: 2px solid #1a237e;
}
.contact-page-section .form-success-message .btn:hover {
  background-color: transparent;
  color: #1a237e;
}

.dojo-page-section {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}
.dojo-page-section .dojo-card {
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .dojo-page-section .dojo-card {
    padding: 25px;
  }
}
.dojo-page-section .dojo-card .section-split {
  padding: 0;
  gap: 30px;
}
.dojo-page-section .dojo-card .section-split .split-left,
.dojo-page-section .dojo-card .section-split .split-right {
  padding: 0;
}
.dojo-page-section .dojo-card .section-split h3 {
  text-align: left;
}
.section-bg-alt .dojo-page-section .dojo-card .section-split {
  background-color: transparent;
  box-shadow: none;
}
.dojo-page-section .dojo-card .dojo-accent-image {
  margin: -40px -40px 30px -40px;
  width: calc(100% + 80px);
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.dojo-page-section .dojo-hero-main {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  height: 45vh;
}
@media (max-width: 1024px) {
  .dojo-page-section .dojo-hero-main {
    flex-direction: column;
    height: auto;
    gap: 30px;
  }
}
.dojo-page-section .dojo-hero-main .dojo-hero-visual {
  flex: 1;
  max-width: 50%;
  height: 100%;
}
@media (max-width: 1024px) {
  .dojo-page-section .dojo-hero-main .dojo-hero-visual {
    max-width: 100%;
  }
}
.dojo-page-section .dojo-hero-main .page-hero-image {
  background-color: #fff;
  margin-bottom: 0;
  height: 100%;
}
.dojo-page-section .dojo-hero-main .page-hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  -o-object-fit: cover;
     object-fit: cover;
}
.dojo-page-section .dojo-hero-main .dojo-hero-text-content {
  flex: 1;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .dojo-page-section .dojo-hero-main .dojo-hero-text-content {
    max-width: 100%;
  }
}
.dojo-page-section .dojo-hero-main .dojo-hero-text-content .section-container {
  padding: 0 20px;
}
.dojo-page-section .dojo-hero-main .dojo-hero-text-content .dojo-logo-title::after {
  display: none;
}
.dojo-page-section .dojo-hero-main .dojo-hero-text-content .dojo-logo-title img {
  max-width: 400px;
  width: 100%;
  margin: 0;
}
@media (max-width: 1024px) {
  .dojo-page-section .dojo-hero-main .dojo-hero-text-content .dojo-logo-title img {
    margin: 0 auto;
  }
}
.dojo-page-section .dojo-hero-main .dojo-hero-text-content .section-title {
  text-align: left;
  margin-bottom: 20px;
}
.dojo-page-section .dojo-hero-main .dojo-hero-text-content .section-title::after {
  margin: 10px 0 0;
}
@media (max-width: 1024px) {
  .dojo-page-section .dojo-hero-main .dojo-hero-text-content .section-title::after {
    margin: 10px auto 0;
  }
}
.dojo-page-section .dojo-hero-main .dojo-hero-text-content .lead-text {
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .dojo-page-section .dojo-hero-main .dojo-hero-text-content .lead-text {
    text-align: center;
  }
}
.dojo-page-section .dojo-concept-section p {
  text-align: center;
  margin-bottom: 1.5em;
  line-height: 1.8;
  font-size: 1.6rem;
}
.dojo-page-section .section-bg-alt {
  background-color: rgb(255, 220.56, 40.8);
}
.dojo-page-section .dojo-course-actions {
  padding: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}
.dojo-page-section .dojo-course-actions .btn {
  width: 100%;
  max-width: 300px;
  font-size: 1.6rem;
  padding: 15px 20px;
}
.dojo-page-section .dojo-courses-wrapper {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .dojo-page-section .dojo-courses-wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
.dojo-page-section .dojo-courses-wrapper .dojo-course-block {
  flex: 1;
  margin-bottom: 0;
}
.dojo-page-section .dojo-course-block {
  background-color: #fff;
  padding: 0;
  border-radius: 16px;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.dojo-page-section .dojo-course-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.dojo-page-section .dojo-course-block .course-title {
  font-size: 2.8rem;
  text-align: center;
  padding: 25px 20px;
  margin-bottom: 0;
  color: #fff;
}
.dojo-page-section .dojo-course-block .dojo-card {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}
.dojo-page-section .dojo-course-block .dojo-card:last-of-type {
  border-bottom: none;
}
.dojo-page-section .dojo-course-block .dojo-card h3 {
  text-align: left;
}
.dojo-page-section .dojo-course-block .dojo-card .recommend-list,
.dojo-page-section .dojo-course-block .dojo-card .solution-list {
  margin-top: 20px;
}
.dojo-page-section .dojo-course-block--graphic {
  border-top: 8px solid #1a237e;
}
.dojo-page-section .dojo-course-block--graphic .course-title {
  background-color: #1a237e;
}
.dojo-page-section .dojo-course-block--graphic .recommend-list li::before {
  color: #1a237e;
}
.dojo-page-section .dojo-course-block--graphic .solution-list li::before {
  color: #1a237e;
}
.dojo-page-section .dojo-course-block--web {
  border-top: 8px solid #f50057;
}
.dojo-page-section .dojo-course-block--web .course-title {
  background-color: #f50057;
}
.dojo-page-section .dojo-course-block--web .recommend-list li::before {
  color: #f50057;
}
.dojo-page-section .dojo-course-block--web .solution-list li::before {
  color: #f50057;
}
.dojo-page-section h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1a237e;
  margin-bottom: 30px;
  text-align: center;
}
.dojo-page-section h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
}
.dojo-page-section h4:first-of-type {
  margin-top: 0;
}
.dojo-page-section p {
  font-size: 1.6rem;
  line-height: 1.9;
}
.dojo-page-section .recommend-list {
  list-style: none;
  padding: 0;
}
.dojo-page-section .recommend-list li {
  font-size: 1.6rem;
  padding: 10px 0 10px 30px;
  position: relative;
  border-bottom: 1px dotted #ccc;
}
.dojo-page-section .recommend-list li:before {
  content: "\f059";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: #1a237e;
}
.dojo-page-section .solution-list {
  list-style: none;
  padding: 0;
}
.dojo-page-section .solution-list li {
  font-size: 1.6rem;
  padding: 10px 0 10px 30px;
  position: relative;
  border-bottom: 1px dotted #ccc;
}
.dojo-page-section .solution-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffd600;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dojo-page-section .dojo-steps-section {
  align-items: center;
  margin-bottom: 50px;
}
.dojo-page-section .dojo-steps-section .split-left h3 {
  text-align: left;
}
.dojo-page-section .dojo-steps-section .dojo-accent-image {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.dojo-page-section .steps-list {
  list-style: none;
  padding: 0;
  counter-reset: step-counter;
}
.dojo-page-section .steps-list li {
  position: relative;
  padding: 20px 0 20px 60px;
  border-bottom: 1px solid #eee;
}
.dojo-page-section .steps-list li:last-child {
  border-bottom: none;
}
.dojo-page-section .steps-list li:before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #1a237e;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.dojo-page-section .steps-list li h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 5px;
}
.dojo-page-section .instructor-profile .section-split {
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .dojo-page-section .instructor-profile .section-split {
    flex-direction: column;
    text-align: center;
  }
}
.dojo-page-section .instructor-profile .split-left {
  flex: 0 0 200px;
}
.dojo-page-section .instructor-profile .instructor-image {
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 4px solid #ffd600;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.dojo-page-section .instructor-profile h4 {
  font-size: 2rem;
  margin-top: 0;
  color: #1a237e;
  display: flex;
  align-items: baseline;
  gap: 15px;
  flex-wrap: wrap;
}
.dojo-page-section .instructor-profile h4 span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #666;
}
.dojo-page-section .instructor-profile .instructor-title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 20px;
}
.dojo-page-section .instructor-profile .instructor-sns {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.dojo-page-section .instructor-profile .instructor-sns a {
  color: #1a237e;
  font-size: 2.4rem;
  transition: color 0.3s ease, transform 0.3s ease;
}
.dojo-page-section .instructor-profile .instructor-sns a:hover {
  color: #f50057;
  transform: translateY(-2px);
}
.dojo-page-section .dojo-gallery {
  margin-bottom: 60px;
}
.dojo-page-section .dojo-gallery h3 {
  text-align: center;
}
.dojo-page-section .dojo-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.dojo-page-section .dojo-gallery .gallery-grid img {
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .dojo-page-section .dojo-gallery .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.dojo-page-section .dojo-faq {
  margin-bottom: 60px;
}
.dojo-page-section .dojo-faq h3 {
  text-align: center;
}
.dojo-page-section .dojo-faq .faq-list {
  max-width: 900px;
  margin: 0 auto;
}
.dojo-page-section .dojo-faq .faq-item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.dojo-page-section .dojo-faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.6rem;
  transition: color 0.3s;
}
.dojo-page-section .dojo-faq .faq-question:hover {
  color: #f50057;
}
.dojo-page-section .dojo-faq .faq-question i {
  transition: transform 0.3s ease;
}
.dojo-page-section .dojo-faq .faq-question.active i {
  transform: rotate(180deg);
}
.dojo-page-section .dojo-faq .faq-answer {
  display: none;
  padding: 0 20px 20px 55px;
  font-size: 1.5rem;
  line-height: 1.8;
  position: relative;
  color: #555;
}
.dojo-page-section .dojo-faq .faq-answer::before {
  content: "A.";
  position: absolute;
  left: 25px;
  top: 2px;
  font-weight: bold;
  color: #f50057;
  font-size: 1.8rem;
}
.dojo-page-section .dojo-application-form .lead-text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #555;
}
.dojo-page-section .dojo-application-form .application-form {
  max-width: 800px;
  margin: 0 auto;
}
.dojo-page-section .dojo-application-form .application-form .form-group {
  margin-bottom: 25px;
}
.dojo-page-section .dojo-application-form .application-form .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.dojo-page-section .dojo-application-form .application-form .form-group label span {
  color: #d9534f;
  margin-left: 5px;
  font-size: 1.2rem;
}
.dojo-page-section .dojo-application-form .application-form .form-group input[type=text],
.dojo-page-section .dojo-application-form .application-form .form-group input[type=email],
.dojo-page-section .dojo-application-form .application-form .form-group input[type=tel],
.dojo-page-section .dojo-application-form .application-form .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: inherit;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.dojo-page-section .dojo-application-form .application-form .form-group input[type=text]:focus,
.dojo-page-section .dojo-application-form .application-form .form-group input[type=email]:focus,
.dojo-page-section .dojo-application-form .application-form .form-group input[type=tel]:focus,
.dojo-page-section .dojo-application-form .application-form .form-group textarea:focus {
  outline: none;
  border-color: #1a237e;
  box-shadow: 0 0 5px rgba(26, 35, 126, 0.3);
}
.dojo-page-section .dojo-application-form .application-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
.dojo-page-section .dojo-application-form .application-form .radio-group label {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-weight: normal;
  cursor: pointer;
}
.dojo-page-section .dojo-application-form .application-form .radio-group label input {
  margin-right: 10px;
}
.dojo-page-section .dojo-application-form .application-form .submit-btn {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 40px auto 0;
  font-size: 1.6rem;
}
.dojo-page-section .dojo-application-form .form-success-message {
  display: none;
  text-align: center;
  padding: 60px 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  max-width: 800px;
  margin: 0 auto;
}
.dojo-page-section .form-bg-dark {
  background-color: #1a237e;
  color: #fff;
}
.dojo-page-section .form-bg-dark h3 {
  color: #fff;
}
.dojo-page-section .form-bg-dark .lead-text {
  color: #eee;
}
.dojo-page-section .form-bg-dark .application-form label {
  color: #eee;
}
.dojo-page-section .form-bg-dark .application-form input[type=text],
.dojo-page-section .form-bg-dark .application-form input[type=email],
.dojo-page-section .form-bg-dark .application-form input[type=tel],
.dojo-page-section .form-bg-dark .application-form textarea {
  background-color: rgb(34.7236842105, 46.7434210526, 168.2763157895);
  border-color: rgb(43.4473684211, 58.4868421053, 210.5526315789);
  color: #fff;
}
.dojo-page-section .form-bg-dark .application-form input[type=text]::-moz-placeholder, .dojo-page-section .form-bg-dark .application-form input[type=email]::-moz-placeholder, .dojo-page-section .form-bg-dark .application-form input[type=tel]::-moz-placeholder, .dojo-page-section .form-bg-dark .application-form textarea::-moz-placeholder {
  color: #aaa;
}
.dojo-page-section .form-bg-dark .application-form input[type=text]::placeholder,
.dojo-page-section .form-bg-dark .application-form input[type=email]::placeholder,
.dojo-page-section .form-bg-dark .application-form input[type=tel]::placeholder,
.dojo-page-section .form-bg-dark .application-form textarea::placeholder {
  color: #aaa;
}
.dojo-page-section .form-bg-dark .application-form input[type=text]:focus,
.dojo-page-section .form-bg-dark .application-form input[type=email]:focus,
.dojo-page-section .form-bg-dark .application-form input[type=tel]:focus,
.dojo-page-section .form-bg-dark .application-form textarea:focus {
  background-color: rgb(30.3618421053, 40.8717105263, 147.1381578947);
  border-color: #ffd600;
  box-shadow: 0 0 5px rgba(255, 214, 0, 0.5);
}
.dojo-page-section .form-bg-dark .application-form .radio-group label {
  color: #eee;
}
.dojo-page-section .form-bg-dark .application-form .submit-btn {
  background-color: #f50057;
  border-color: #f50057;
  color: #fff;
}
.dojo-page-section .form-bg-dark .application-form .submit-btn:hover {
  background-color: rgb(194, 0, 68.8897959184);
  border-color: rgb(194, 0, 68.8897959184);
}
.dojo-page-section .dojo-card .steps-list-service {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 20px 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .dojo-page-section .dojo-card .steps-list-service {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media (max-width: 768px) {
  .dojo-page-section .dojo-card .steps-list-service {
    grid-template-columns: 1fr;
  }
}
.dojo-page-section .note {
  font-size: 1.3rem;
  color: #777;
  margin-top: 15px;
  line-height: 1.6;
}
.dojo-page-section .btn-secondary {
  display: block;
  margin: 60px auto 0;
  max-width: 320px;
  text-align: center;
  background-color: #1a237e;
  color: #ffffff;
  border: 2px solid #1a237e;
}
.dojo-page-section .btn-secondary:hover {
  background-color: transparent;
  color: #1a237e;
}

/* トップページ イントロセクション */
#intro {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
#intro .hero-text {
  text-align: center;
  color: #1a237e;
  text-shadow: none;
  width: 50%;
  padding: 5%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#intro .hero-text .hero-logo {
  width: 250px;
  margin: 0 auto 30px;
  display: block;
}
#intro .hero-text h2 {
  font-size: 1.6rem;
}
#intro .hero-text p {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1023px) {
  #intro .hero-text {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    color: #fff;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  }
  #intro .hero-text .hero-logo {
    mix-blend-mode: color-burn;
    opacity: 0.9;
  }
  #intro .hero-text p,
  #intro .hero-text h2 {
    text-align: center;
  }
}
#intro .hero-visual {
  width: 50%;
  height: 100%;
  position: relative; /* 矢印配置の基準点にする */
}
#intro .hero-slider {
  height: 100%;
}
#intro .hero-slider .slick-list,
#intro .hero-slider .slick-track,
#intro .hero-slider .slide {
  height: 100%;
}
#intro .hero-slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#intro .hero-slider .slick-dots {
  bottom: 25px;
}
#intro .hero-slider .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}
#intro .hero-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
@media (max-width: 1023px) {
  #intro .hero-visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  #intro .hero-slider {
    filter: brightness(0.7);
  }
}
@media (max-width: 767px) {
  #intro .hero-text p {
    font-size: 2.2rem; /* Reduce font size for smaller screens */
  }
  #intro .hero-text h2 {
    font-size: 1.4rem; /* Slightly reduce h2 font size */
  }
}

@media (min-width: 1024px) {
  main > .content-section {
    position: sticky;
    top: 0;
  }
}
#about,
#services,
#access {
  background-color: #1a237e;
  color: #ffffff;
}

#news,
#voice {
  background-color: #ffd600;
  color: #1a237e;
}

#intro {
  background-color: #ffd600;
}

.slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  /* Allow clicks on elements behind */
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .slider-nav {
    width: 100%;
    padding: 0 20px;
    left: 0;
  }
}
.slider-nav .slider-arrow {
  pointer-events: auto;
  /* Enable clicks on arrows */
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-nav .slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* スプリットレイアウト */
.split-section {
  display: flex;
  min-height: 100vh;
  align-items: stretch;
  /* index.html specific voice card styles */
  /* index.html specific service card styles */
  /* index.html specific about section */
}
.split-section.is-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .split-section.is-reverse {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .split-section {
    flex-direction: column;
    min-height: auto;
    padding: 80px 20px;
    border-bottom: 1px solid #eee;
  }
}
.split-section .split-content-inner {
  width: 50%;
  padding: 80px 5%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .split-section.is-reverse .split-section .split-content-inner {
    order: 0;
    padding-top: 30px;
  }
}
.split-section .split-content-inner .section-container {
  width: 100%;
}
.split-section .split-content-inner .section-title {
  text-align: left;
}
.split-section .split-content-inner .section-title::after {
  margin: 10px 0 0;
}
@media (max-width: 1023px) {
  .split-section .split-content-inner .section-title {
    text-align: center;
  }
  .split-section .split-content-inner .section-title::after {
    margin: 10px auto 0;
  }
}
@media (max-width: 1023px) {
  .split-section .split-content-inner {
    width: 100%;
    padding: 0;
  }
}
.split-section .split-visual {
  width: 50%;
}
.split-section .split-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; /* 隙間をなくすため */
}
@media (max-width: 1023px) {
  .split-section .split-visual {
    display: block; /* Show visual on mobile */
    width: 100%; /* Take full width on mobile */
    margin-bottom: 30px; /* Add some space below the image */
    order: -1; /* Place visual before content on mobile */
  }
  .split-section.is-reverse .split-section .split-visual {
    order: 1;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.split-section#news .news-list-fp {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  border-top: 1px solid #1a237e;
}
.split-section#news .news-list-fp li {
  border-bottom: 1px solid #1a237e;
}
.split-section#news .news-item-fp {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  text-decoration: none;
  color: #1a237e;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .split-section#news .news-item-fp {
    /* Adjust for smaller screens */
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 10px;
  }
}
.split-section#news .news-item-fp:hover {
  background-color: #f9f9f9;
}
.split-section#news .news-item-fp .news-item-date {
  font-size: 1.4rem;
  color: #666;
  margin-right: 20px;
  min-width: 90px;
}
@media (max-width: 767px) {
  .split-section#news .news-item-fp .news-item-date {
    margin-right: 0;
    margin-bottom: 5px;
    min-width: auto;
  }
}
.split-section#news .news-item-fp .news-item-content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .split-section#news .news-item-fp .news-item-content {
    flex-wrap: wrap; /* Allow category and title to wrap */
    gap: 10px;
  }
}
.split-section#news .news-item-fp .news-item-content .news-category {
  flex-shrink: 0;
}
.split-section#news .news-item-fp .news-item-content .news-item-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}
.split-section #voice .voice-summary-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .split-section #voice .voice-summary-cards {
    grid-template-columns: 1fr;
  }
}
.split-section #services .service-cards-index {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.split-section #services .service-lead-text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.split-section #services .service-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: #1a237e;
  border: 1px solid #eee;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.split-section #services .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.split-section #services .service-card img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}
.split-section #services .service-card .service-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.split-section #services .service-card h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.split-section #services .service-card p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
}
.split-section #services .service-card span {
  display: block;
  text-align: right;
  font-weight: bold;
  color: #1a237e;
  margin-top: auto;
}
.split-section #services .service-card span::after {
  content: "»";
  display: inline-block;
  margin-left: 0.5em;
  transition: transform 0.3s ease;
}
.split-section #services .service-card:hover span::after {
  transform: translateX(4px);
}
@media (max-width: 488px) {
  .split-section #services .service-cards-index {
    grid-template-columns: 1fr;
  }
}
.split-section#about .about-lead {
  margin-bottom: 50px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.split-section#about .about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .split-section#about .about-features {
    grid-template-columns: 1fr;
  }
}
.split-section#about .feature-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #1a237e;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(26, 35, 126, 0.15);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}
.split-section#about .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}
.split-section#about .feature-image {
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .split-section#about .feature-image {
    aspect-ratio: 8/3;
  }
}
.split-section#about .feature-image img {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.split-section#about .feature-text {
  padding: 20px;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: column;
  flex-grow: 1;
}
.split-section#about .feature-text h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.split-section#about .feature-text .feature-concept {
  font-weight: bold;
  color: #1a237e;
  margin-bottom: 15px;
}
.split-section#about .feature-text p {
  font-size: 1.5rem;
  line-height: 1.7;
  flex-grow: 1;
}

.article-section,
.back-to-archive {
  max-width: 1100px;
  width: 90%;
  margin: 50px auto;
  display: flex;
  gap: 40px;
}
@media (max-width: 1023px) {
  .article-section,
  .back-to-archive {
    flex-direction: column;
  }
}

.back-to-archive {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  padding-top: 30px;
}

.article-container {
  flex: 3;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .article-container {
    padding: 20px;
  }
}

.article-thumbnail {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.article-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.article-title {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 15px;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.4rem;
  color: #666;
}

.article-category,
.news-category {
  background-color: #f50057;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: bold;
}

.article-content p {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 1.5em;
}
.article-content h2,
.article-content h3,
.article-content h4 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
}
.article-content h2 {
  font-size: 2.4rem;
}
.article-content h3 {
  font-size: 2rem;
}
.article-content h4 {
  font-size: 1.8rem;
}

/* お知らせ一覧ページ */
.news-list-section .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1023px) {
  .news-list-section .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .news-list-section .news-list {
    grid-template-columns: 1fr;
  }
}
.news-list-section .news-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: #1a237e;
  border: 1px solid #eee;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.news-list-section .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.news-list-section .news-card:hover .news-card-thumbnail img {
  transform: scale(1.05);
}
.news-list-section .news-card-thumbnail {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.news-list-section .news-card-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.news-list-section .news-card-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-list-section .news-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 10px;
}
.news-list-section .news-card-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
.news-list-section .news-card-excerpt {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #666;
  margin-top: auto;
}

.archive-description {
  margin: -30px 0 40px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  font-size: 1.5rem;
  line-height: 1.7;
}

.pp-section {
  background-color: #fff;
}

.pp-content {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pp-content {
    width: 90%;
  }
}
.pp-content h3 {
  font-size: 2.2rem;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.pp-content p,
.pp-content li {
  font-size: 1.5rem;
  line-height: 1.8;
}
.pp-content ol {
  padding-left: 2em;
}

/* ページコンセプトセクション */
.page-concept-section {
  background-color: #fff;
  text-align: center;
  padding: 60px 20px 80px;
}
.page-concept-section .concept-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 50px;
  color: #1a237e;
}
.page-concept-section .concept-text {
  font-size: 1.7rem;
  line-height: 2.8;
  margin-bottom: 2em;
  max-width: 720px;
  text-align: center;
  max-width: 1100px;
}
.page-concept-section .concept-text:last-child {
  margin-bottom: 0;
}

.page-main-title {
  font-size: 3.2rem;
  text-align: center;
  padding: 40px 20px;
  margin: 0;
}

.page-lead-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.service-detail-section:nth-of-type(odd) {
  background-color: rgb(255, 220.56, 40.8);
}
.service-detail-section:nth-of-type(even) {
  background-color: #fff;
}
.service-detail-section .lead-text {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.service-detail-section .sub-section-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1a237e;
  border-bottom: 2px solid #ffd600;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.service-detail-section .full-width-gallery {
  display: flex;
  width: 100%;
  height: 400px;
  gap: 10px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service-detail-section .full-width-gallery {
    flex-direction: column;
    height: auto;
  }
}
.service-detail-section .full-width-gallery .gallery-item {
  flex: 1;
  overflow: hidden;
  border-radius: 8px;
  transition: flex 0.6s ease;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .service-detail-section .full-width-gallery .gallery-item {
    height: 250px;
  }
}
.service-detail-section .full-width-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-detail-section .full-width-gallery .gallery-item .gallery-item-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  padding: 60px 20px 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s 0.2s ease, transform 0.4s 0.2s ease;
}
.service-detail-section .full-width-gallery .gallery-item .gallery-item-description h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}
.service-detail-section .full-width-gallery .gallery-item .gallery-item-description p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.service-detail-section .full-width-gallery .gallery-item:hover {
  flex: 5;
}
@media (max-width: 767px) {
  .service-detail-section .full-width-gallery .gallery-item:hover {
    flex: 1;
  }
}
.service-detail-section .full-width-gallery .gallery-item:hover .gallery-item-description {
  opacity: 1;
  transform: translateY(0);
}
.service-detail-section .plan-details p {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.8;
}

.pricing-table-transposed {
  margin-top: 40px;
  margin-bottom: 20px;
  border: 1px solid rgb(211.8947368421, 214.9736842105, 246.1052631579);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.pricing-table-transposed th,
.pricing-table-transposed td {
  padding: 18px 10px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgb(211.8947368421, 214.9736842105, 246.1052631579);
}
.pricing-table-transposed thead th {
  background-color: #1a237e;
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  white-space: nowrap;
}
.pricing-table-transposed tbody tr th:first-child {
  background-color: rgb(233.0328947368, 234.6019736842, 250.4671052632);
  color: #1a237e;
  font-weight: 700;
  text-align: left;
  border-right: 1px solid rgb(211.8947368421, 214.9736842105, 246.1052631579);
  white-space: nowrap;
}
.pricing-table-transposed tbody .price-cell {
  font-weight: 700;
  color: #f50057;
  font-size: 1.8rem;
}
.pricing-table-transposed tbody tr:hover {
  background-color: #ffd600;
}
.pricing-table-transposed tbody .fas {
  margin-right: 5px;
  color: #fff;
}

.note {
  font-size: 1.4rem;
  color: #555;
  text-align: right;
  margin-bottom: 40px;
}

/* ご利用開始までの流れ */
.steps-list-service {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}
.steps-list-service li {
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(26, 35, 126, 0.08);
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .steps-list-service li {
    flex-direction: column;
    text-align: center;
  }
}
.steps-list-service li:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(26, 35, 126, 0.12);
}
.steps-list-service li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f50057'%3E%3Cpath d='M16.172 11l-5.364-5.364 1.414-1.414L20 12l-7.778 7.778-1.414-1.414L16.172 13H4v-2z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
@media (max-width: 1100px) {
  .steps-list-service li:not(:last-child)::after {
    display: none;
  }
}
.steps-list-service li .step-icon {
  font-size: 4rem;
  color: #f50057;
  margin: 0;
  margin-right: 20px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .steps-list-service li .step-icon {
    margin: 0 auto 20px;
  }
}
.steps-list-service li .step-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
.steps-list-service li .step-content h4 {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0 0 15px;
}
.steps-list-service li .step-content p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0;
  flex-grow: 1;
}
.steps-list-service li .step-content p:hover {
  text-decoration: none;
}

.service-detail-section .btn-primary {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

/* よくあるご質問 (FAQ) */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.6rem;
  transition: color 0.3s;
}
.faq-question:hover {
  color: #f50057;
}
.faq-question i {
  transition: transform 0.3s ease;
}

.faq-question.active i {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 20px 20px 55px;
  font-size: 1.5rem;
  line-height: 1.8;
  position: relative;
  color: #555;
}
.faq-answer::before {
  content: "A.";
  position: absolute;
  left: 25px;
  top: 2px;
  font-weight: bold;
  color: #f50057;
  font-size: 1.8rem;
}

.voice-page-section .lead-text {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.6rem;
}

.voice-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1023px) {
  .voice-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .voice-cards {
    grid-template-columns: 1fr;
  }
}

.voice-card {
  text-decoration: none;
  color: #1a237e;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}
.voice-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.voice-card:hover .voice-card-thumbnail img {
  transform: scale(1.05);
}

.voice-card-thumbnail {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.voice-card-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.voice-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.voice-card-content .voice-user-name {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 10px;
}
.voice-card-content .voice-card-excerpt {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
  flex-grow: 1;
}

/* voice-article.html */
.voice-profile {
  text-align: center;
}
.voice-profile img {
  border-radius: 8px;
  margin: 0 auto 15px;
}
.voice-profile .voice-user-name {
  font-size: 1.8rem;
  font-weight: bold;
}
.voice-profile .voice-user-job {
  font-size: 1.4rem;
  color: #666;
}

.page-concept-section {
  position: relative;
  background-image: url("../img/index/about.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.page-concept-section .concept-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.page-concept-section .section-container {
  position: relative;
  z-index: 2;
}
.page-concept-section .concept-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 50px;
  color: #fff;
}
.page-concept-section .concept-text {
  font-size: 1.7rem;
}/*# sourceMappingURL=style.css.map */