@charset "UTF-8";
/*
Theme Name: 不動産WordPress工房
Description: 不動産会社向け 物件検索システム付きWordPressホームページ制作サービス（不動産WordPress工房）オリジナルテーマ
Author: 株式会社リヤン
Version: 1.0.0
*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #2a3654;
  background: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #2f6bff;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
  color: #1f52d6;
}

h1, h2, h3, h4, h5 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  color: #16244f;
  line-height: 1.45;
}

p {
  margin: 0 0 1.2em;
}

p:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

:focus-visible {
  outline: 3px solid rgba(47, 107, 255, 0.5);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
.sec-pad {
  padding: 64px 0;
}
@media (min-width: 768px) {
  .sec-pad {
    padding: 96px 0;
  }
}

.sec-pad-sm {
  padding: 48px 0;
}
@media (min-width: 768px) {
  .sec-pad-sm {
    padding: 64px 0;
  }
}

.bg-white {
  background: #ffffff;
}

.bg-soft {
  background: #f4f7ff;
}

.bg-sky {
  background: #eaf1ff;
}

.bg-navy {
  background: #16244f;
  color: rgba(255, 255, 255, 0.9);
}

.sec-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2f6bff;
}
.sec-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #2f6bff;
  border-radius: 2px;
}
.sec-eyebrow--center {
  justify-content: center;
}
.sec-eyebrow--center::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #2f6bff;
  border-radius: 2px;
}
.sec-eyebrow--light {
  color: #9fc0ff;
}
.sec-eyebrow--light::before, .sec-eyebrow--light::after {
  background: #9fc0ff;
}

.sec-ttl {
  margin: 0 0 22px;
}
.sec-ttl h1, .sec-ttl h2 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 900;
  color: #16244f;
}
@media (min-width: 768px) {
  .sec-ttl h1, .sec-ttl h2 {
    font-size: 2.15rem;
  }
}
.sec-ttl--center {
  text-align: center;
}
.sec-ttl--light h1, .sec-ttl--light h2 {
  color: #ffffff;
}
.sec-ttl__note {
  margin-top: 14px;
  color: #5f6f8f;
  font-size: 0.98rem;
}
.sec-ttl--light .sec-ttl__note {
  color: rgba(255, 255, 255, 0.85);
}

.lead {
  font-size: 1.02rem;
  color: #2a3654;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.08rem;
  }
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 30px;
  border-radius: 999px;
  background: #2f6bff;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  border: 2px solid #2f6bff;
  box-shadow: 0 12px 26px rgba(47, 107, 255, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn-pill i {
  transition: transform 0.2s ease;
}
.btn-pill:hover {
  background: #1f52d6;
  border-color: #1f52d6;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(47, 107, 255, 0.34);
}
.btn-pill:hover i {
  transform: translateX(4px);
}
.btn-pill--light {
  background: #ffffff;
  color: #16244f;
  border-color: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}
.btn-pill--light:hover {
  background: #eaf1ff;
  border-color: #eaf1ff;
  color: #16244f;
}
.btn-pill--ghost {
  background: transparent;
  color: #16244f;
  border-color: rgba(22, 36, 79, 0.25);
  box-shadow: none;
}
.btn-pill--ghost:hover {
  background: #16244f;
  border-color: #16244f;
  color: #ffffff;
}
.btn-pill--ghost-light {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: none;
}
.btn-pill--ghost-light:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #16244f;
}

.marker {
  background: linear-gradient(transparent 62%, rgba(47, 107, 255, 0.22) 62%);
  font-weight: 700;
  padding: 0 0.1em;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e0e8f6;
  transition: box-shadow 0.25s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 6px 22px rgba(22, 36, 79, 0.09);
}
.site-header .header-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  width: 100%;
}
.site-header .site-logo .logo-img {
  height: 34px;
  width: auto;
}
@media (min-width: 768px) {
  .site-header .site-logo .logo-img {
    height: 40px;
  }
}
.site-header .navbar-nav .nav-link {
  color: #16244f;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 8px 12px;
  position: relative;
}
.site-header .navbar-nav .nav-link:hover {
  color: #2f6bff;
}
.site-header .btn-consult {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #2f6bff;
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 22px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(47, 107, 255, 0.26);
}
.site-header .btn-consult:hover {
  background: #1f52d6;
  color: #ffffff;
}
.site-header .navbar-toggler {
  border: none;
  padding: 4px 6px;
}
.site-header .navbar-toggler:focus {
  box-shadow: none;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 62px 0 54px;
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
  color: #ffffff;
}
@media (min-width: 768px) {
  .page-hero {
    padding: 92px 0 78px;
  }
}
.page-hero__deco {
  position: absolute;
  top: -120px;
  right: -100px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 30% 30%, rgba(47, 107, 255, 0.55), rgba(47, 107, 255, 0) 70%);
  border-radius: 47% 53% 62% 38%/42% 46% 54% 58%;
  filter: blur(6px);
  pointer-events: none;
}
.page-hero::after {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 46% 54% 43% 57%/55% 47% 53% 45%;
  pointer-events: none;
}
.page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  color: #a9c6ff;
}
.page-hero__eyebrow i {
  color: #a9c6ff;
}
.page-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .page-hero__title {
    font-size: 2.5rem;
  }
}
.page-hero__sub {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
}

.site-footer {
  background: #16244f;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}
.site-footer__cta {
  position: relative;
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
  padding: 44px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 768px) {
  .site-footer__cta {
    padding: 56px 0;
  }
}
.site-footer__cta-eyebrow {
  margin: 0 0 8px;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a9c6ff;
  font-size: 0.8rem;
}
.site-footer__cta-copy {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .site-footer__cta-copy {
    font-size: 1.6rem;
  }
}
.site-footer__cta-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}
.site-footer__main {
  padding: 52px 0 34px;
}
.site-footer__logo {
  height: 42px;
  width: auto;
  margin-bottom: 16px;
}
.site-footer__desc {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  line-height: 1.9;
}
.site-footer__nav-head {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.98rem;
}
.site-footer__nav {
  list-style: none;
}
.site-footer__nav li {
  margin-bottom: 10px;
}
.site-footer__nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}
.site-footer__nav a:hover {
  color: #a9c6ff;
}
.site-footer__company {
  margin: 0 0 6px;
  color: #ffffff;
  font-weight: 700;
}
.site-footer__address {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
}
.site-footer__hours {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}
.site-footer__hours i {
  color: #a9c6ff;
  margin-right: 6px;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  text-align: center;
}
.site-footer__copy {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
}

.entry-content h2 {
  font-size: 1.5rem;
  margin: 2em 0 0.8em;
}
.entry-content h3 {
  font-size: 1.2rem;
  margin: 1.8em 0 0.6em;
}
.entry-content p {
  margin: 0 0 1.3em;
}
.entry-content a {
  color: #2f6bff;
  text-decoration: underline;
}
.entry-content img {
  border-radius: 12px;
}

#hero {
  position: relative;
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
  color: #ffffff;
  padding: 48px 0 90px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #hero {
    padding: 78px 0 120px;
  }
}
#hero .hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
#hero .hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}
#hero .hero__blob--1 {
  width: 460px;
  height: 460px;
  top: -160px;
  right: -120px;
  background: radial-gradient(circle at 30% 30%, rgba(47, 107, 255, 0.75), rgba(47, 107, 255, 0) 68%);
}
#hero .hero__blob--2 {
  width: 380px;
  height: 380px;
  bottom: -140px;
  left: -100px;
  background: radial-gradient(circle at 40% 40%, rgba(122, 160, 255, 0.35), rgba(122, 160, 255, 0) 70%);
}
#hero .hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 70% 30%, #000, transparent 65%);
}
#hero .hero__eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #d6e4ff;
}
@media (max-width: 575.98px) {
  #hero .hero__eyebrow {
    font-size: 0.72rem;
  }
}
#hero .hero__title {
  margin: 0 0 22px;
  color: #ffffff;
  font-weight: 900;
  font-size: 1.85rem;
  line-height: 1.42;
}
@media (min-width: 768px) {
  #hero .hero__title {
    font-size: 2.55rem;
  }
}
@media (min-width: 1200px) {
  #hero .hero__title {
    font-size: 2.9rem;
  }
}
#hero .hero__title-em {
  color: #7fa8ff;
  background: linear-gradient(transparent 66%, rgba(47, 107, 255, 0.45) 66%);
  padding: 0 0.06em;
}
#hero .hero__desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 26px;
  max-width: 560px;
}
#hero .hero__points {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 32px;
}
#hero .hero__points li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 0.86rem;
  font-weight: 600;
  color: #ffffff;
}
#hero .hero__points li i {
  color: #7fa8ff;
}
#hero .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
#hero .hero__visual {
  position: relative;
}
@media (max-width: 575.98px) {
  #hero .hero__visual {
    margin-top: 26px;
  }
}
#hero .hero__photo {
  position: relative;
  border-radius: 26px 26px 90px 26px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.32);
  aspect-ratio: 5/5.6;
}
#hero .hero__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero .hero__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 60px;
  background: #ffffff;
  clip-path: polygon(0 62%, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 768px) {
  #hero .hero__wave {
    height: 90px;
  }
}

.hero-search {
  position: absolute;
  left: -14px;
  bottom: -34px;
  width: 300px;
  max-width: 82%;
  background: #ffffff;
  color: #2a3654;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 24px 50px rgba(22, 36, 79, 0.28);
}
@media (max-width: 575.98px) {
  .hero-search {
    position: relative;
    left: 0;
    bottom: 0;
    margin: -40px auto 0;
    width: 92%;
  }
}
.hero-search__tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
}
.hero-search__tabs span {
  flex: 1;
  text-align: center;
  padding: 8px 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: #5f6f8f;
  background: #f4f7ff;
  border-radius: 9px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
.hero-search__tabs span.is-active {
  background: #2f6bff;
  color: #ffffff;
}
.hero-search__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}
.hero-search__field {
  background: #f4f7ff;
  border: 1px solid #e0e8f6;
  border-radius: 10px;
  padding: 8px 10px;
}
.hero-search__label {
  display: block;
  font-size: 0.64rem;
  color: #5f6f8f;
  letter-spacing: 0.04em;
}
.hero-search__value {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #16244f;
}
.hero-search__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 12px;
}
.hero-search__chips span {
  font-size: 0.68rem;
  font-weight: 600;
  color: #2f6bff;
  background: #eaf1ff;
  border-radius: 999px;
  padding: 4px 10px;
}
.hero-search__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #16244f;
  color: #ffffff;
  border-radius: 10px;
  padding: 11px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
}
.hero-search__count {
  margin: 10px 0 0;
  text-align: center;
  font-size: 0.74rem;
  color: #5f6f8f;
}
.hero-search__count strong {
  color: #2f6bff;
  font-size: 1rem;
}

#worry .worry-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 16px;
  padding: 22px 18px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
#worry .worry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
  border-color: #d7e4ff;
}
#worry .worry-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #eaf1ff;
  color: #2f6bff;
  font-size: 1.3rem;
  margin-bottom: 14px;
}
#worry .worry-card__text {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: #16244f;
  line-height: 1.65;
}
#worry .worry-conclusion {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
  color: #ffffff;
  border-radius: 18px;
  padding: 26px 28px;
}
@media (max-width: 575.98px) {
  #worry .worry-conclusion {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
#worry .worry-conclusion i {
  font-size: 1.8rem;
  color: #7fa8ff;
  flex-shrink: 0;
}
#worry .worry-conclusion p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}
#worry .worry-conclusion .marker {
  background: linear-gradient(transparent 60%, rgba(127, 168, 255, 0.4) 60%);
  color: #ffffff;
}

#portal .portal-point {
  height: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 26px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
  position: relative;
}
#portal .portal-point__no {
  display: block;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: #d7e4ff;
  line-height: 1;
  margin-bottom: 12px;
}
#portal .portal-point h3 {
  font-size: 1.12rem;
  color: #16244f;
  margin: 0 0 14px;
  line-height: 1.5;
}
#portal .portal-point p {
  font-size: 0.93rem;
  color: #2a3654;
}
#portal .portal-compare {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(22, 36, 79, 0.1);
}
@media (max-width: 575.98px) {
  #portal .portal-compare {
    flex-direction: column;
  }
}
#portal .portal-compare__col {
  flex: 1;
  padding: 30px 26px;
}
#portal .portal-compare__col ul {
  list-style: none;
}
#portal .portal-compare__col li {
  position: relative;
  padding: 10px 0 10px 26px;
  font-size: 0.92rem;
  border-bottom: 1px dashed #e0e8f6;
}
#portal .portal-compare__col li:last-child {
  border-bottom: none;
}
#portal .portal-compare__col li::before {
  position: absolute;
  left: 0;
  top: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
#portal .portal-compare__col--con {
  background: #f4f7ff;
}
#portal .portal-compare__col--con li {
  color: #5f6f8f;
}
#portal .portal-compare__col--con li::before {
  content: "\f00d";
  color: #b9c2d6;
}
#portal .portal-compare__col--pro {
  background: linear-gradient(180deg, #f2f7ff, #fff);
}
#portal .portal-compare__col--pro li {
  color: #16244f;
  font-weight: 600;
}
#portal .portal-compare__col--pro li::before {
  content: "\f00c";
  color: #2f6bff;
}
#portal .portal-compare__head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
}
#portal .portal-compare__col--con .portal-compare__head {
  color: #5f6f8f;
}
#portal .portal-compare__col--con .portal-compare__head i {
  color: #b9c2d6;
}
#portal .portal-compare__col--pro .portal-compare__head {
  color: #16244f;
}
#portal .portal-compare__col--pro .portal-compare__head i {
  color: #2f6bff;
}
#portal .portal-compare__vs {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  color: #ffffff;
  background: #16244f;
  width: 56px;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  #portal .portal-compare__vs {
    width: auto;
    padding: 8px;
  }
}
#portal .portal-closing {
  margin-top: 44px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #16244f;
  line-height: 1.95;
}

#strength .box {
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
  position: relative;
}
#strength .box:not(:last-child) {
  margin-bottom: 26px;
}
#strength .box__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e0e8f6;
}
@media (max-width: 575.98px) {
  #strength .box__head {
    gap: 12px;
  }
}
#strength .box__head h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #16244f;
  line-height: 1.45;
}
@media (min-width: 768px) {
  #strength .box__head h3 {
    font-size: 1.35rem;
  }
}
#strength .box__no {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
  color: #ffffff;
  line-height: 1;
}
#strength .box__no-en {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
}
#strength .box__no-num {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  margin-top: 3px;
}
#strength .box__img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}
#strength .box p {
  font-size: 0.96rem;
}
#strength .box .row + p, #strength .box p + .row {
  margin-top: 4px;
}

#plans .plan-card {
  position: relative;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}
#plans .plan-card--feature {
  border: 2px solid #2f6bff;
  box-shadow: 0 24px 50px rgba(47, 107, 255, 0.18);
}
#plans .plan-card__badge {
  position: absolute;
  top: -14px;
  left: 28px;
  background: #2f6bff;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 999px;
}
#plans .plan-card__name {
  margin: 0 0 10px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #16244f;
}
#plans .plan-card__price {
  margin: 0 0 14px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #16244f;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
#plans .plan-card__num {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
  color: #2f6bff;
  line-height: 1;
}
#plans .plan-card__tax {
  font-size: 0.8rem;
  color: #5f6f8f;
  font-weight: 500;
}
#plans .plan-card__desc {
  font-size: 0.92rem;
  color: #2a3654;
  margin-bottom: 18px;
}
#plans .check-list {
  list-style: none;
}
#plans .check-list li {
  position: relative;
  padding: 8px 0 8px 28px;
  font-size: 0.9rem;
  color: #16244f;
  border-top: 1px dashed #e0e8f6;
}
#plans .check-list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #2f6bff;
  position: absolute;
  left: 0;
  top: 8px;
}

#summary {
  position: relative;
  background: #16244f;
  color: #ffffff;
  padding: 70px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  #summary {
    padding: 100px 0;
  }
}
#summary .summary__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
}
#summary .summary__blob {
  position: absolute;
  top: -120px;
  left: 50%;
  translate: -50% 0;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle at 50% 30%, rgba(47, 107, 255, 0.4), rgba(47, 107, 255, 0) 66%);
  border-radius: 50%;
  pointer-events: none;
}
#summary .summary__text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 2;
  max-width: 760px;
  margin: 0 auto 1.3em;
}
#summary .summary__actions {
  margin-top: 30px;
}

.tag-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 4px 0 16px;
}
.tag-list li {
  background: #eaf1ff;
  color: #16244f;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 0.86rem;
  font-weight: 600;
}
.tag-list--sm li {
  font-size: 0.8rem;
  padding: 5px 11px;
  background: #ffffff;
  border: 1px solid #e0e8f6;
}

.mini-box {
  background: #f4f7ff;
  border-radius: 14px;
  padding: 18px;
  height: 100%;
}
.mini-box__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  color: #16244f;
}
.mini-box__title i {
  color: #2f6bff;
}

.check-list2 {
  list-style: none;
}
.check-list2 li {
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 0.95rem;
  color: #2a3654;
  border-bottom: 1px dashed #e0e8f6;
}
.check-list2 li:last-child {
  border-bottom: none;
}
.check-list2 li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #2f6bff;
  position: absolute;
  left: 4px;
  top: 11px;
}

.page-cta {
  position: relative;
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
  color: #ffffff;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .page-cta {
    padding: 80px 0;
  }
}
.page-cta__text {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 26px;
}

.price-card {
  position: relative;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 20px;
  padding: 34px 28px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
  display: flex;
  flex-direction: column;
}
.price-card--feature {
  border: 2px solid #2f6bff;
  box-shadow: 0 24px 50px rgba(47, 107, 255, 0.16);
}
.price-card__badge {
  position: absolute;
  top: -14px;
  left: 28px;
  background: #2f6bff;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 999px;
}
.price-card__name {
  margin: 0 0 10px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #16244f;
}
.price-card__price {
  margin: 0 0 14px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #16244f;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.price-card__num {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: #2f6bff;
  line-height: 1;
}
.price-card__tax {
  font-size: 0.8rem;
  color: #5f6f8f;
  font-weight: 500;
}
.price-card__desc {
  font-size: 0.92rem;
  color: #2a3654;
  margin-bottom: 18px;
}
.price-card .check-list2 {
  margin-bottom: 24px;
}
.price-card .btn-pill {
  margin-top: auto;
}

.cmp-table {
  overflow-x: auto;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}
.cmp-table table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: #ffffff;
}
.cmp-table table th, .cmp-table table td {
  padding: 15px 18px;
  text-align: left;
  border-bottom: 1px solid #e0e8f6;
  font-size: 0.92rem;
}
.cmp-table table thead th {
  background: #16244f;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
}
.cmp-table table thead th.is-feature {
  background: #2f6bff;
}
.cmp-table table tbody th {
  background: #f4f7ff;
  color: #16244f;
  font-weight: 700;
  width: 30%;
}
.cmp-table table td.is-feature {
  background: rgba(47, 107, 255, 0.05);
  color: #16244f;
  font-weight: 600;
}
.cmp-table table tr:last-child th, .cmp-table table tr:last-child td {
  border-bottom: none;
}

.note-card {
  background: #f4f7ff;
  border: 1px solid #e0e8f6;
  border-radius: 16px;
  padding: 26px 28px;
}

.feat-block {
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}
.feat-block:not(:last-child) {
  margin-bottom: 24px;
}
.feat-block__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e0e8f6;
}
.feat-block__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
  color: #ffffff;
  font-size: 1.4rem;
}
.feat-block__no {
  display: block;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: #2f6bff;
  text-transform: uppercase;
}
.feat-block__title {
  margin: 4px 0 0;
  font-size: 1.2rem;
  color: #16244f;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .feat-block__title {
    font-size: 1.3rem;
  }
}
.feat-block__img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}
.feat-block p {
  font-size: 0.96rem;
}

.flow-intro-img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}

.prep-card {
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-left: 5px solid #2f6bff;
  border-radius: 14px;
  padding: 24px 26px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}
.prep-card__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #16244f;
}
.prep-card__title i {
  color: #2f6bff;
}

.flow-timeline {
  position: relative;
  margin-top: 34px;
}
.flow-timeline::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: #e0e8f6;
}
@media (min-width: 768px) {
  .flow-timeline::before {
    left: 43px;
  }
}

.flow-step {
  position: relative;
  display: flex;
  gap: 20px;
  padding-bottom: 26px;
}
@media (max-width: 575.98px) {
  .flow-step {
    gap: 14px;
  }
}
.flow-step__marker {
  flex-shrink: 0;
  width: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .flow-step__marker {
    width: 88px;
  }
}
.flow-step__no {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 0.68rem;
  color: #2f6bff;
  letter-spacing: 0.04em;
}
.flow-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
  color: #ffffff;
  font-size: 1.15rem;
  box-shadow: 0 8px 18px rgba(47, 107, 255, 0.24);
  z-index: 1;
}
@media (min-width: 768px) {
  .flow-step__icon {
    width: 60px;
    height: 60px;
  }
}
.flow-step__body {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}
.flow-step__body p {
  font-size: 0.95rem;
}
.flow-step__who {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 6px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #2f6bff;
  background: #eaf1ff;
  border-radius: 999px;
  padding: 3px 12px;
}
.flow-step__title {
  margin: 0 0 8px;
  font-size: 1.12rem;
  color: #16244f;
}
.flow-step__note {
  margin: 12px 0 0;
  background: #fff7ed;
  border: 1px solid #f5d9b0;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.86rem;
  color: #8a5a1a;
}
.flow-step__note i {
  color: #d98a2b;
  margin-right: 6px;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}
.faq-item__q {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  color: #16244f;
}
.faq-item__q::-webkit-details-marker {
  display: none;
}
.faq-item__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #2f6bff;
  color: #ffffff;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
}
.faq-item__badge--a {
  background: #eaf1ff;
  color: #2f6bff;
}
.faq-item__qtext {
  flex: 1;
  font-size: 1rem;
  line-height: 1.5;
}
.faq-item__arrow {
  color: #5f6f8f;
  transition: transform 0.25s ease;
}
.faq-item[open] .faq-item__arrow {
  transform: rotate(180deg);
}
.faq-item__a {
  display: flex;
  gap: 14px;
  padding: 0 22px 20px;
}
.faq-item__a p {
  margin: 0;
  font-size: 0.94rem;
  color: #2a3654;
}

.contact-info {
  background: #16244f;
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
  color: #ffffff;
  border-radius: 20px;
  padding: 28px 26px;
  height: 100%;
}
.contact-info__item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.contact-info__item:first-child {
  padding-top: 0;
}
.contact-info__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  color: #a9c6ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
.contact-info__label {
  margin: 0 0 4px;
  font-size: 0.78rem;
  color: #a9c6ff;
  font-weight: 700;
}
.contact-info__val {
  margin: 0;
  font-size: 0.95rem;
  color: #ffffff;
  line-height: 1.7;
}
.contact-info__note-box {
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.86rem;
  line-height: 1.7;
}
.contact-info__note-box i {
  color: #7fe0a1;
  margin-right: 6px;
}

.contact-form-wrap {
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 20px;
  padding: 30px 28px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}
.contact-form-wrap__heading {
  margin: 0 0 22px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #16244f;
}
.contact-form-wrap__heading i {
  color: #2f6bff;
  margin-right: 8px;
}

.cf-row {
  margin-bottom: 18px;
}

.cf-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #16244f;
}

.cf-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 0.68rem;
  font-weight: 700;
  background: #e0e8f6;
  color: #5f6f8f;
}
.cf-badge--req {
  background: #2f6bff;
  color: #ffffff;
}

.cf-input, .cf-textarea {
  width: 100%;
  border: 1px solid #e0e8f6;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.95rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  background: #f4f7ff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.cf-input:focus, .cf-textarea:focus {
  outline: none;
  border-color: #2f6bff;
  box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.14);
  background: #ffffff;
}

.cf-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cf-radio {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border: 1px solid #e0e8f6;
  border-radius: 999px;
  font-size: 0.88rem;
  cursor: pointer;
}
.cf-radio input {
  accent-color: #2f6bff;
}
.cf-radio:has(input:checked) {
  border-color: #2f6bff;
  background: #eaf1ff;
  color: #16244f;
  font-weight: 700;
}

.cf-submit {
  text-align: center;
  margin-top: 24px;
}

.cf-btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  background: #2f6bff;
  color: #ffffff;
  border-radius: 999px;
  padding: 15px 44px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(47, 107, 255, 0.28);
  transition: background 0.2s ease, transform 0.2s ease;
}
.cf-btn-submit:hover {
  background: #1f52d6;
  transform: translateY(-2px);
}

.cf-submit__note {
  margin: 14px 0 0;
  font-size: 0.82rem;
  color: #5f6f8f;
}

.greeting {
  background: #ffffff;
  border-left: 5px solid #2f6bff;
  border-radius: 12px;
  padding: 4px 0 4px 22px;
}
.greeting p {
  font-size: 1rem;
}
.greeting__sign {
  margin-top: 18px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  color: #16244f;
}

.company-table {
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}
.company-table__row {
  display: flex;
  border-bottom: 1px solid #e0e8f6;
}
.company-table__row:last-child {
  border-bottom: none;
}
@media (max-width: 575.98px) {
  .company-table__row {
    flex-direction: column;
  }
}
.company-table__row dt {
  width: 200px;
  flex-shrink: 0;
  background: #f4f7ff;
  padding: 16px 20px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  color: #16244f;
  font-size: 0.92rem;
}
@media (max-width: 575.98px) {
  .company-table__row dt {
    width: 100%;
    padding: 12px 16px;
  }
}
.company-table__row dd {
  margin: 0;
  padding: 16px 20px;
  font-size: 0.94rem;
  color: #2a3654;
}
@media (max-width: 575.98px) {
  .company-table__row dd {
    padding: 12px 16px;
  }
}

.blog {
  background: #f4f7ff;
}

.post-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.post-card {
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 768px) {
  .post-card {
    display: flex;
  }
}
.post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(22, 36, 79, 0.1);
}
.post-card__thumb-wrap {
  display: block;
}
@media (min-width: 768px) {
  .post-card__thumb-wrap {
    width: 38%;
    flex-shrink: 0;
  }
}
.post-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/10;
}
.post-card__body {
  padding: 20px 22px;
}
.post-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.post-card__date {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  color: #5f6f8f;
}
.post-card__cat {
  font-size: 0.74rem;
  font-weight: 700;
  color: #2f6bff;
  background: #eaf1ff;
  border-radius: 999px;
  padding: 3px 12px;
}
.post-card__title {
  font-size: 1.12rem;
  line-height: 1.5;
  margin: 0 0 10px;
}
.post-card__title a {
  color: #16244f;
}
.post-card__title a:hover {
  color: #2f6bff;
}
.post-card__excerpt {
  margin: 0;
  font-size: 0.88rem;
  color: #5f6f8f;
}

.no-posts {
  text-align: center;
  color: #5f6f8f;
  padding: 40px 0;
}

.blog-pagination {
  margin-top: 36px;
}
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  margin: 0 3px;
  border-radius: 10px;
  border: 1px solid #e0e8f6;
  background: #ffffff;
  color: #16244f;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.blog-pagination .page-numbers.current {
  background: #2f6bff;
  border-color: #2f6bff;
  color: #ffffff;
}
.blog-pagination .page-numbers:hover:not(.current) {
  border-color: #2f6bff;
  color: #2f6bff;
}
.blog-pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.news-list {
  list-style: none;
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}
.news-list__item {
  border-bottom: 1px solid #e0e8f6;
}
.news-list__item:last-child {
  border-bottom: none;
}
.news-list__link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  flex-wrap: wrap;
}
.news-list__link:hover {
  background: #f4f7ff;
}
.news-list__date {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #5f6f8f;
  font-size: 0.85rem;
}
.news-list__cat {
  font-size: 0.72rem;
  font-weight: 700;
  color: #2f6bff;
  background: #eaf1ff;
  border-radius: 999px;
  padding: 3px 12px;
}
.news-list__title {
  flex: 1;
  color: #16244f;
  font-weight: 600;
  font-size: 0.95rem;
}

.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-sidebar__block {
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}
.blog-sidebar__label {
  margin: 0;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #2f6bff;
  text-transform: uppercase;
}
.blog-sidebar__heading {
  margin: 2px 0 16px;
  font-size: 1.1rem;
  color: #16244f;
}

.sidebar-post-list {
  list-style: none;
}
.sidebar-post-list__item {
  border-top: 1px solid #e0e8f6;
}
.sidebar-post-list__item:first-child {
  border-top: none;
}
.sidebar-post-list__link {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  align-items: center;
}
.sidebar-post-list__thumb {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
}
.sidebar-post-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-post-list__title {
  display: block;
  font-size: 0.86rem;
  font-weight: 600;
  color: #16244f;
  line-height: 1.5;
}
.sidebar-post-list__date {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 0.74rem;
  color: #5f6f8f;
}

.sidebar-cat-list {
  list-style: none;
}
.sidebar-cat-list__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  color: #16244f;
  font-size: 0.9rem;
  font-weight: 600;
  border-top: 1px solid #e0e8f6;
}
.sidebar-cat-list__link i {
  color: #2f6bff;
}
.sidebar-cat-list__link:hover {
  color: #2f6bff;
}
.sidebar-cat-list__item:first-child .sidebar-cat-list__link {
  border-top: none;
}
.sidebar-cat-list__count {
  margin-left: auto;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 0.78rem;
  color: #5f6f8f;
  background: #f4f7ff;
  border-radius: 999px;
  padding: 2px 10px;
}

.blog-sidebar__cta {
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
  color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
}
.blog-sidebar__cta-copy {
  margin: 0 0 14px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.6;
}
.blog-sidebar__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #16244f;
  border-radius: 999px;
  padding: 11px 22px;
  font-weight: 700;
  font-size: 0.9rem;
}
.blog-sidebar__cta-btn:hover {
  background: #eaf1ff;
  color: #16244f;
}

.single-post {
  background: #f4f7ff;
}

.single-hero {
  position: relative;
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
  color: #ffffff;
  padding: 54px 0 44px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .single-hero {
    padding: 78px 0 62px;
  }
}
.single-hero::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -80px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle at 30% 30%, rgba(47, 107, 255, 0.5), transparent 68%);
  border-radius: 50%;
}
.single-hero__inner {
  position: relative;
}
.single-hero__cats {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.single-hero .single-cat {
  font-size: 0.78rem;
  font-weight: 700;
  color: #16244f;
  background: #a9c6ff;
  border-radius: 999px;
  padding: 4px 14px;
}
.single-hero .single-cat:hover {
  background: #ffffff;
}
.single-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .single-hero__title {
    font-size: 2.1rem;
  }
}
.single-hero__meta {
  display: flex;
  gap: 18px;
  margin-top: 16px;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.8);
}
.single-hero__meta i {
  margin-right: 5px;
}

.single-content {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}
@media (min-width: 768px) {
  .single-content {
    padding: 40px 44px;
  }
}

.single-thumb {
  margin-bottom: 26px;
}
.single-thumb img {
  width: 100%;
  border-radius: 14px;
}

.toc {
  background: #f4f7ff;
  border: 1px solid #e0e8f6;
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 30px;
}
.toc__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  color: #16244f;
}
.toc__title::before {
  content: "\f0ca";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #2f6bff;
}
.toc__list {
  list-style: none;
  counter-reset: toc;
}
.toc__item {
  margin: 6px 0;
}
.toc__item a {
  color: #2a3654;
  font-size: 0.92rem;
}
.toc__item a:hover {
  color: #2f6bff;
}
.toc__item--h2 {
  counter-increment: toc;
}
.toc__item--h2 a::before {
  content: counter(toc) ". ";
  color: #2f6bff;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.toc__item--h3 {
  padding-left: 20px;
}
.toc__item--h4 {
  padding-left: 36px;
  font-size: 0.86rem;
}

.post-content {
  font-size: 1rem;
  line-height: 1.95;
}
.post-content h2 {
  margin: 2.4em 0 1em;
  padding: 14px 20px;
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
  color: #ffffff;
  border-radius: 10px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .post-content h2 {
    font-size: 1.6rem;
  }
}
.post-content h3 {
  margin: 2em 0 0.8em;
  padding-left: 16px;
  border-left: 5px solid #2f6bff;
  font-size: 1.2rem;
  color: #16244f;
}
@media (min-width: 768px) {
  .post-content h3 {
    font-size: 1.35rem;
  }
}
.post-content h4 {
  margin: 1.6em 0 0.6em;
  padding-bottom: 6px;
  border-bottom: 2px dotted #d7e4ff;
  font-size: 1.08rem;
  color: #16244f;
}
.post-content p {
  margin: 0 0 1.4em;
}
.post-content a {
  color: #2f6bff;
  text-decoration: underline;
}
.post-content img {
  border-radius: 12px;
  margin: 1em 0;
}
.post-content > ul, .post-content > ol {
  margin: 0 0 1.5em 1.4em;
}
.post-content > ul li, .post-content > ol li {
  margin-bottom: 0.5em;
}
.post-content .f {
  color: #2f6bff;
  font-weight: 700;
}
.post-content .text-orange {
  color: #d98a2b;
  font-weight: 700;
}

ul.check {
  list-style: none;
  margin: 0 0 1.5em;
}
ul.check li {
  position: relative;
  padding: 6px 0 6px 30px;
}
ul.check li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #2f6bff;
  position: absolute;
  left: 4px;
  top: 8px;
}

ul.circle {
  list-style: none;
  margin: 0 0 1.5em;
}
ul.circle li {
  position: relative;
  padding: 6px 0 6px 22px;
}
ul.circle li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2f6bff;
}

.blog-table {
  overflow-x: auto;
  margin: 0 0 1.6em;
  border-radius: 12px;
  border: 1px solid #e0e8f6;
}
.blog-table table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  background: #ffffff;
}
.blog-table table th, .blog-table table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e0e8f6;
  border-right: 1px solid #e0e8f6;
  text-align: left;
  font-size: 0.92rem;
}
.blog-table table th:last-child, .blog-table table td:last-child {
  border-right: none;
}
.blog-table table thead th {
  background: #16244f;
  color: #ffffff;
  font-weight: 700;
}
.blog-table table tbody th {
  background: #f4f7ff;
  color: #16244f;
}
.blog-table table tr:last-child td, .blog-table table tr:last-child th {
  border-bottom: none;
}

.bg-box, .bg-box--color {
  border-radius: 14px;
  padding: 22px 24px;
  margin: 0 0 1.6em;
}

.bg-box {
  background: #f4f7ff;
  border: 1px solid #e0e8f6;
}

.bg-box--color {
  background: #eaf1ff;
  border: 1px solid #d7e4ff;
}

.point-block, .warn-block {
  border-radius: 14px;
  padding: 22px 24px;
  margin: 0 0 1.6em;
}
.point-block__title, .warn-block__title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 10px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
}
.point-block {
  background: #eaf1ff;
  border: 1px solid #d7e4ff;
}
.point-block__title {
  color: #16244f;
}
.point-block__title i {
  color: #2f6bff;
}

.warn-block {
  background: #fff7ed;
  border: 1px solid #f5d9b0;
}
.warn-block__title {
  color: #8a5a1a;
}
.warn-block__title i {
  color: #d98a2b;
}

.ref-block {
  background: #ffffff;
  border: 1px dashed #d7e4ff;
  border-radius: 12px;
  padding: 18px 22px;
  margin: 0 0 1.6em;
}
.ref-block__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #2f6bff;
}
.ref-block p {
  margin: 0;
  font-size: 0.9rem;
  color: #5f6f8f;
}

.speech-block {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 1.4em;
}
.speech-block__col {
  flex-shrink: 0;
  width: 68px;
  text-align: center;
}
.speech-block__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #d7e4ff;
  margin: 0 auto;
}
.speech-block__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speech-block__name {
  margin-top: 5px;
  font-size: 0.74rem;
  font-weight: 700;
  color: #5f6f8f;
}
.speech-block__bubble {
  position: relative;
  background: #eaf1ff;
  border-radius: 14px;
  padding: 14px 18px;
}
.speech-block__bubble p {
  margin: 0;
  font-size: 0.94rem;
}
.speech-block__bubble::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 20px;
  border: 7px solid transparent;
  border-right-color: #eaf1ff;
}
.speech-block--reverse, .speech-block--right {
  flex-direction: row-reverse;
}
.speech-block--reverse .speech-block__bubble, .speech-block--right .speech-block__bubble {
  background: #ffffff;
  border: 1px solid #e0e8f6;
}
.speech-block--reverse .speech-block__bubble::before, .speech-block--right .speech-block__bubble::before {
  left: auto;
  right: -9px;
  border-right-color: transparent;
  border-left-color: #ffffff;
}

.stepBox {
  counter-reset: step;
  margin: 0 0 1.6em;
}

.step-item {
  position: relative;
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 14px;
  padding: 0;
  margin-bottom: 14px;
  overflow: hidden;
}
.step-item__head {
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
  color: #ffffff;
  padding: 12px 18px 12px 54px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  position: relative;
  counter-increment: step;
}
.step-item__head::before {
  content: counter(step);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  color: #2f6bff;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}
.step-item__body {
  padding: 16px 18px;
}
.step-item__body p {
  margin: 0;
  font-size: 0.94rem;
}

.faq-block {
  margin: 0 0 1.6em;
}

.faq-block__item {
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 12px;
}

.faq-block__q, .faq-block__a {
  position: relative;
  padding-left: 40px;
}

.faq-block__q {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  color: #16244f;
  margin: 0 0 10px;
}

.faq-block__a {
  margin: 0;
}
.faq-block__a p {
  margin: 0;
}

.faq-block__q span, .faq-block__a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
}

.faq-block__q span {
  background: #2f6bff;
  color: #ffffff;
}

.faq-block__a span {
  background: #eaf1ff;
  color: #2f6bff;
}

.pros-cons {
  display: flex;
  gap: 16px;
  margin: 0 0 1.6em;
}
@media (max-width: 575.98px) {
  .pros-cons {
    flex-direction: column;
  }
}
.pros-cons__col {
  flex: 1;
  border-radius: 14px;
  padding: 20px 22px;
}
.pros-cons__col ul {
  list-style: none;
}
.pros-cons__col li {
  position: relative;
  padding: 6px 0 6px 26px;
  font-size: 0.92rem;
}
.pros-cons__col li::before {
  position: absolute;
  left: 0;
  top: 6px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.pros-cons__title {
  margin: 0 0 12px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
}
.pros-cons__col--pros {
  background: #eaf1ff;
  border: 1px solid #d7e4ff;
}
.pros-cons__col--pros .pros-cons__title {
  color: #16244f;
}
.pros-cons__col--pros li::before {
  content: "\f058";
  color: #2f6bff;
}
.pros-cons__col--cons {
  background: #f4f7ff;
  border: 1px solid #e0e8f6;
}
.pros-cons__col--cons .pros-cons__title {
  color: #5f6f8f;
}
.pros-cons__col--cons li::before {
  content: "\f057";
  color: #b9c2d6;
}

.matome-block {
  background: linear-gradient(118deg, #16244f 0%, #223574 46%, #2f6bff 118%);
  color: #ffffff;
  border-radius: 18px;
  padding: 28px 30px;
  margin: 2em 0;
}
.matome-block::before {
  content: "まとめ";
  display: inline-block;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 5px 18px;
  margin-bottom: 14px;
  font-size: 0.88rem;
}
.matome-block__body p {
  color: rgba(255, 255, 255, 0.9);
}
.matome-block__list {
  list-style: none;
  margin: 14px 0;
}
.matome-block__list li {
  position: relative;
  padding: 7px 0 7px 28px;
}
.matome-block__list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #7fa8ff;
  position: absolute;
  left: 0;
  top: 8px;
}

.blogCta {
  background: #eaf1ff;
  border: 1px solid #d7e4ff;
  border-radius: 18px;
  padding: 28px 30px;
  margin: 2em 0;
  text-align: center;
}
.blogCta__copy {
  margin: 0 0 16px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #16244f;
}

a.outer-link {
  color: #2f6bff;
  font-weight: 600;
  text-decoration: underline;
}
a.outer-link::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.78em;
  margin-left: 5px;
}

a.inner-link {
  color: #2f6bff;
  font-weight: 600;
  text-decoration: underline;
}
a.inner-link::before {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.82em;
  margin-right: 5px;
}

.post-nav {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .post-nav {
    flex-direction: column;
  }
}
.post-nav__prev, .post-nav__next {
  flex: 1;
}
.post-nav__prev a, .post-nav__next a {
  display: block;
  background: #ffffff;
  border: 1px solid #e0e8f6;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 10px 30px rgba(22, 36, 79, 0.07);
}
.post-nav__prev a:hover, .post-nav__next a:hover {
  border-color: #2f6bff;
}
.post-nav__next {
  text-align: right;
}
.post-nav__label {
  display: block;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 0.78rem;
  color: #2f6bff;
  font-weight: 700;
  margin-bottom: 5px;
}
.post-nav__title {
  display: block;
  font-size: 0.9rem;
  color: #16244f;
  font-weight: 600;
}

/*# sourceMappingURL=style.css.map */
