/* ============================
   Reset & Base
============================= */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  background: #fff;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

ul {
  list-style: none;
}

/* SP only line break */
br.sp {
  display: none;
}

/* ============================
   WordPress Theme Override
============================= */
.page-template-page-whitepaper {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

.page-template-page-whitepaper *,
.page-template-page-whitepaper *::before,
.page-template-page-whitepaper *::after {
  box-sizing: border-box;
}

.page-template-page-whitepaper h1,
.page-template-page-whitepaper h2,
.page-template-page-whitepaper h3,
.page-template-page-whitepaper h4,
.page-template-page-whitepaper p,
.page-template-page-whitepaper span,
.page-template-page-whitepaper a,
.page-template-page-whitepaper li,
.page-template-page-whitepaper div,
.page-template-page-whitepaper label,
.page-template-page-whitepaper strong {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-top: none;
  border-bottom: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  overflow: visible;
  color: inherit;
  font-family: inherit;
}

.page-template-page-whitepaper h2::before,
.page-template-page-whitepaper h2::after,
.page-template-page-whitepaper h3::before,
.page-template-page-whitepaper h3::after,
.page-template-page-whitepaper h4::before,
.page-template-page-whitepaper h4::after {
  content: none;
  display: none;
  background: none;
  border: none;
  position: static;
  width: 0;
  height: 0;
}

/* 個別borderの復元 */
.page-template-page-whitepaper .book-sub {
  border: 1px solid #ce8700;
}

.page-template-page-whitepaper .case-label {
  border-bottom: 1px solid #1a1a1a;
}

.page-template-page-whitepaper .footer-office {
  border-top: 1px solid rgba(255,255,255,0.3);
}

/* リンクホバー装飾リセット */
.page-template-page-whitepaper a,
.page-template-page-whitepaper a:hover,
.page-template-page-whitepaper a:focus,
.page-template-page-whitepaper a:active {
  text-decoration: none;
}

.page-template-page-whitepaper section {
  padding: 0;
  margin: 0;
}

.font-noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.page-template-page-whitepaper .font-mincho,
.page-template-page-whitepaper .font-mincho span,
.page-template-page-whitepaper .font-mincho * {
  font-family: 'Shippori Mincho B1', 'Shippori Mincho', serif;
}

/* ============================
   Common
============================= */
.page-template-page-whitepaper .section-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================
   Header
============================= */
.page-template-page-whitepaper .site-header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 0;
  text-align: center;
}

.page-template-page-whitepaper .header-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-page-whitepaper .logo {
  height: 36px;
  width: auto;
}

/* ============================
   Main Visual
============================= */
.page-template-page-whitepaper .mv {
  line-height: 0;
}

.page-template-page-whitepaper .mv-img {
  width: 100%;
  height: auto;
}

/* ============================
   Nightmare Section
============================= */
.page-template-page-whitepaper .nightmare-section {
  background: linear-gradient(90deg, #011B35 0%, #14406F 100%);
  padding: 70px 0;
}

.page-template-page-whitepaper .nightmare-heading {

  font-weight: 700;
  font-size: min(50px, 5.5vw);
  color: #fff;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.05px;
  margin-bottom: 50px;
  text-shadow: 4px 4px 1px rgba(0, 28, 84, 0.75);
}

.page-template-page-whitepaper .nightmare-heading .gold {
  color: #D4AB37;
}

.page-template-page-whitepaper .book-area {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 40px;
  max-width: 760px;
  margin: 0 auto;
}

.page-template-page-whitepaper .book-image {
  flex: 0 0 215px;
}

.page-template-page-whitepaper .book-text {
  flex: 1;
}

.page-template-page-whitepaper .book-sub {
  font-size: min(14px, 3.4vw);
  color: #ce8700;
  margin-bottom: 8px;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #ce8700;
  border-radius: 50px;
  padding: 0 20px;
  background: #ffffff;
}

.page-template-page-whitepaper .book-title {

  font-size: min(26px, 3vw);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 8px;
}

.page-template-page-whitepaper .book-sub2 {
  font-size: min(16px, 1.8vw);
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 30px;
}

/* ============================
   CTA Button
============================= */
.page-template-page-whitepaper .cta-box {
  text-align: left;
}

.page-template-page-whitepaper .btn-cta {
  display: block;
  background: linear-gradient(135deg, #e8a000 0%, #f5c400 100%);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: min(20px, 2.3vw);
  line-height: 58px;
  padding: 0 40px;
  border-radius: 50px;
  text-align: center;
  width: 100%;
  max-width: 489px;
  box-shadow: 0 4px 12px rgba(232,160,0,0.4);
  letter-spacing: -0.05em;
  transition: opacity 0.2s, transform 0.2s;
}

.page-template-page-whitepaper .btn-cta:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

.page-template-page-whitepaper .cta-note {
  font-size: min(14px, 4vw);
  color: #4d4d4d;
  margin-top: 8px;
  text-align: center;
  max-width: 489px;
}

/* ============================
   Worry Section
============================= */
.page-template-page-whitepaper .worry-section {
  background: #f9f9f9;
  padding: 80px 0;
  text-align: center;
}

.page-template-page-whitepaper .worry-heading {

  font-weight: 700;
  font-size: min(40px, 4.6vw);
  color: #1a1a1a;
  line-height: 1.45;
  margin-bottom: 50px;
}

.page-template-page-whitepaper .worry-heading-accent {
  padding: 0 10px;
  background: linear-gradient(transparent 50%, #e6e6e6 0%);
}

.page-template-page-whitepaper .worry-items {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 50px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-whitepaper .worry-item {
  flex: 1;
  text-align: center;
  background: #efefef;
  border-radius: 16px;
  padding: 24px 24px 18px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.page-template-page-whitepaper .worry-icon {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.page-template-page-whitepaper .worry-icon img {
  width: 56px;
}

.page-template-page-whitepaper .worry-icon img.icon-money {
  width: 60px;
}

.page-template-page-whitepaper .worry-text {
  font-size: min(16px, 1.8vw);
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.8;
  letter-spacing: 1.5px;
}

.page-template-page-whitepaper .worry-common {
  font-size: min(30px, 3.4vw);
  font-weight: 500;
  color: #000;
  line-height: 1.8;
  margin-bottom: 0;
}

.page-template-page-whitepaper .worry-common-large {
  font-size: min(30px, 3.4vw);
  font-weight: 500;
  color: #000;
  letter-spacing: 2.2px;
  margin: 10px auto 20px;
}

.page-template-page-whitepaper .inline-img-1000 {
  display: inline;
  vertical-align: text-bottom;
  height: 1.6em;
  width: auto;
  margin-right: 6px;
}

.page-template-page-whitepaper .worry-not-alone {
  display: inline-block;

  font-size: min(40px, 4.6vw);
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #011B35 0%, #14406F 100%);
  padding: 0 0 4px 20px;
  line-height: 50px;
  letter-spacing: 3px;
}

/* ============================
   Cases Section (inside worry-section)
============================= */
.page-template-page-whitepaper .cases-wrapper {
  background: linear-gradient(90deg, #011B35 0%, #14406F 100%);
  border-radius: 20px;
  padding: 60px 40px;
  margin-top: 60px;
  width: 95vw;
  /*max-width: 1382px;*/
  margin-left: 50%;
  transform: translateX(-50%);
}

.page-template-page-whitepaper .cases-heading {

  font-size: min(34px, 3.9vw);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.07px;
  line-height: 1.5;
}

.page-template-page-whitepaper .case-item {
  position: relative;
  margin-bottom: 40px;
}

.page-template-page-whitepaper .case-item::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 97%;
  height: calc(100% - 80px);
  background: linear-gradient(135deg, #e8a000 0%, #c48a00 100%);
  border-radius: 10px;
  z-index: 0;
}

.page-template-page-whitepaper .case-item:last-child {
  margin-bottom: 0;
}

.page-template-page-whitepaper .case-item-inner {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px 30px;
  text-align: left;
  width: 98%;
}

.page-template-page-whitepaper .case-title {
  font-size: min(24px, 2.4vw);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  letter-spacing: 2px;
  width: 80%;
  line-height: 1.5;
}

.page-template-page-whitepaper .case-label {
  font-size: min(16px, 1.5vw);
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 16px;
  margin-top: -24px;
  padding-bottom: 6px;
  border-bottom: 1px solid #1a1a1a;
  text-align: right;
}

.page-template-page-whitepaper .case-label span {
  font-size: 12px;
}

.page-template-page-whitepaper .case-content {
  display: flex;
  gap: 24px;
  align-items: center;
}

.page-template-page-whitepaper .case-img {
  width: min(330px, 45%);
  order: 2;
}

.page-template-page-whitepaper .case-img img {
  width: 100%;
  border-radius: 8px;
}

.page-template-page-whitepaper .case-body {
  flex: 1;
  font-size: min(16px, 1.8vw);
  color: #1a1a1a;
  letter-spacing: 1.2px;
  order: 1;
}

.page-template-page-whitepaper .case-body p {
  margin-bottom: 12px;
}

.page-template-page-whitepaper .case-body p:last-child {
  margin-bottom: 0;
}

.page-template-page-whitepaper .case-result {
  position: relative;
  z-index: 1;
  width: 97%;
  margin-left: auto;
  padding: 20px 30px;
  font-size: min(18px, 1.7vw);
  font-weight: 700;
  color: #fff;
  line-height: 1.9;
  letter-spacing: 1.2px;
  text-align: left;
}

.page-template-page-whitepaper .case-result p {
  margin-bottom: 0;
}

/* Case item reverse (2nd, 4th) */
.page-template-page-whitepaper .case-item-reverse::before {
  right: auto;
  left: 0;
}

.page-template-page-whitepaper .case-item-reverse .case-item-inner {
  margin-left: auto;
}

.page-template-page-whitepaper .case-item-reverse .case-result {
  margin-left: 0;
  margin-right: auto;
}

.page-template-page-whitepaper .case-result .highlight {
  background: #ffffff;
  color: #ce8700;
  padding: 0 4px;
}

/* ============================
   Reborn Section
============================= */
.page-template-page-whitepaper .reborn-section {
  background: linear-gradient(90deg, #011B35 0%, #14406F 100%);
  padding: 80px 0;
}

.page-template-page-whitepaper .reborn-section .section-inner {
  max-width: 1184px;
}

.page-template-page-whitepaper .reborn-heading {

  font-size: min(40px, 4.6vw);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 60px;
}

.page-template-page-whitepaper .reborn-small {
  font-size: 75%;
}

.page-template-page-whitepaper .reborn-points {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}

.page-template-page-whitepaper .reborn-point {
  flex: 1;
  text-align: center;
  padding: 30px 0;
}

.page-template-page-whitepaper .point-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.page-template-page-whitepaper .point-num img {
  width: 82px;
}

.page-template-page-whitepaper .point-title {
  font-size: min(24px, 2vw);
  font-weight: 500;
  color: #eaaf1c;
}

.page-template-page-whitepaper .point-text {
  font-size: min(18px, 1.7vw);
  color: #fff;
  line-height: 2;
  text-align: left;
  letter-spacing: 1.2px;
}

/* VS Section */
.page-template-page-whitepaper .vs-section {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 1214px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.page-template-page-whitepaper .vs-left,
.page-template-page-whitepaper .vs-right {
  flex: 1;
  text-align: center;
  background: #fff;
  padding: 30px 24px;
}

.page-template-page-whitepaper .vs-label {
  font-size: min(18px, 1.8vw);
  font-weight: 400;
  color: #666;
  margin-bottom: -8px;
}

.page-template-page-whitepaper .vs-role {

  font-size: min(35px, 3.6vw);
  font-weight: 700;
  color: #053477;
}

.page-template-page-whitepaper .vs-role .vs-small {
  font-size: 75%;
  margin: 0 -9px;
}

.page-template-page-whitepaper .vs-desc {
  font-size: min(14px, 1.4vw);
  color: #1a1a1a;
}

.page-template-page-whitepaper .vs-badge {

  font-size: min(40px, 4.1vw);
  font-weight: 700;
  color: #999;
  text-align: center;
  flex: 0 0 auto;
  padding: 0 16px;
  background: #fff;
}

/* ============================
   Guide Section
============================= */
.page-template-page-whitepaper .guide-section {
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFF0BD 100%);
  padding: 80px 0;
}

.page-template-page-whitepaper .guide-heading {

  font-size: min(40px, 4.6vw);
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 16px;
}

.page-template-page-whitepaper .guide-heading-gold {
  color: #ce8700;
  font-size: 125%;
}

.page-template-page-whitepaper .guide-sub {
  font-size: min(20px, 2.3vw);
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 50px;
}

.page-template-page-whitepaper .guide-content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.page-template-page-whitepaper .guide-book {
  width: min(324px, 33%);
  flex-shrink: 0;
}

.page-template-page-whitepaper .guide-list {
  flex: 1;
}

.page-template-page-whitepaper .guide-list ul {
  margin-bottom: 36px;
}

.page-template-page-whitepaper .guide-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: #1a1a1a;
  font-size: min(18px, 1.8vw);
}

.page-template-page-whitepaper .list-icon {
  flex: 0 0 28px;
  width: 28px;
  margin-top: 4px;
}

.page-template-page-whitepaper .guide-list .highlight {
  background: linear-gradient(90deg, #011B35 0%, #14406F 100%);
  color: #fff;
  font-weight: 500;
  padding: 0px 6px 3px;
  margin: 0 3px;
}

/* ============================
   Form Section
============================= */
.page-template-page-whitepaper .form-section {
  background: #fafaf8;
  padding: 80px 0;
}

.page-template-page-whitepaper .form-heading {

  font-size: min(40px, 4.6vw);
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 16px;
}

.page-template-page-whitepaper .form-heading-gold {
  color: #ce8700;
  font-size: 125%;
  font-weight: 800;
}

.page-template-page-whitepaper .form-sub {
  font-size: min(18px, 1.8vw);
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.8;
}

.page-template-page-whitepaper .form-notice {
  font-size: 13.5px;
  color: #808080;
  text-align: center;
  margin-bottom: 40px;
}

.page-template-page-whitepaper .dl-form {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.page-template-page-whitepaper .dl-form .wpcf7-form {
  max-width: 100%;
}

.page-template-page-whitepaper .dl-form .wpcf7-form p {
  margin-bottom: 0;
}

.page-template-page-whitepaper .form-row {
  margin-bottom: 20px;
}

.page-template-page-whitepaper .form-label {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: min(18px, 1.8vw);
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.page-template-page-whitepaper .required {
  background: #eb4c39;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 8px 4px;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 1;
}

.page-template-page-whitepaper .form-field {
  width: 100%;
}

.page-template-page-whitepaper .form-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.page-template-page-whitepaper .dl-form input[type="text"],
.page-template-page-whitepaper .dl-form input[type="email"],
.page-template-page-whitepaper .dl-form input[type="tel"],
.page-template-page-whitepaper .dl-form select,
.page-template-page-whitepaper .dl-form .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  height: 72px;
  padding: 0 16px;
  border: 1px solid #e7e8ea;
  border-radius: 6px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  background: #fafafd;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.page-template-page-whitepaper .dl-form input::placeholder {
  color: #b3b3b3;
}

.page-template-page-whitepaper .dl-form input:focus,
.page-template-page-whitepaper .dl-form select:focus {
  border-color: #e8a000;
  background: #fff;
}

.page-template-page-whitepaper .dl-form select,
.page-template-page-whitepaper .dl-form .wpcf7-select {
  cursor: pointer;
  color: #1a1a1a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-color: #fafafd;
  padding-right: 40px;
}

.page-template-page-whitepaper .form-field-sub {
  margin-top: 12px;
}

.page-template-page-whitepaper .form-submit {
  text-align: center;
  margin-top: 32px;
}

.page-template-page-whitepaper .dl-form input[type="submit"],
.page-template-page-whitepaper .dl-form .wpcf7-submit {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #e8a000 0%, #f5c400 100%);
  color: #fff;
  font-weight: 700;
  font-size: min(24px, 2.7vw);
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0;
  line-height: 69px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 16px rgba(232,160,0,0.45);
  transition: opacity 0.2s, transform 0.2s;
  margin-top: 32px;
}

.page-template-page-whitepaper .dl-form input[type="submit"]:hover,
.page-template-page-whitepaper .dl-form .wpcf7-submit:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

.page-template-page-whitepaper .dl-form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}

.page-template-page-whitepaper .dl-form .wpcf7-not-valid-tip {
  color: #eb4c39;
  font-size: 14px;
  margin-top: 4px;
  font-weight: bold;
}

.page-template-page-whitepaper .dl-form input[type="text"].wpcf7-not-valid,
.page-template-page-whitepaper .dl-form input[type="email"].wpcf7-not-valid,
.page-template-page-whitepaper .dl-form input[type="tel"].wpcf7-not-valid,
.page-template-page-whitepaper .dl-form select.wpcf7-not-valid,
.page-template-page-whitepaper .dl-form .wpcf7-form-control.wpcf7-not-valid:not(.wpcf7-submit) {
  border: 1px solid #eb4c39;
  background: #fff5f4;
}

.page-template-page-whitepaper .dl-form .wpcf7-spinner {
  display: none;
}

/* ============================
   Footer
============================= */
.page-template-page-whitepaper .site-footer {
  background: #1e2a3a;
  color: #fff;
}

.page-template-page-whitepaper .footer-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 20px 40px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.page-template-page-whitepaper .footer-img {
  width: min(416px, 40%);
  flex-shrink: 0;
}

.page-template-page-whitepaper .footer-img img {
  width: 100%;
  border-radius: 20px;
}

.page-template-page-whitepaper .footer-text {
  flex: 1;
}

.page-template-page-whitepaper .footer-message {

  font-size: min(26px, 2.8vw);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 24px;
}

.page-template-page-whitepaper .footer-message .gold {
  color: #eaaf1c;
  font-size: 125%;
  line-height: 1.7;
}

.page-template-page-whitepaper .footer-office {
  font-size: min(18px, 1.8vw);
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.3);
}

.page-template-page-whitepaper .footer-spec {
  font-size: min(16px, 1.8vw);
  color: #fff;
}

.page-template-page-whitepaper .copyright {
  background: #f0f0f0;
  text-align: center;
  padding: 18px 20px;
}

.page-template-page-whitepaper .copyright p {
  font-size: 10px;
  color: #666;
}

/* ============================
   Responsive (SP: max 767px)
============================= */
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }

  .page-template-page-whitepaper .section-inner {
    padding: 0 16px;
  }

  /* Header */
  .page-template-page-whitepaper .logo {
    height: 28px;
  }

  /* Nightmare */
  .page-template-page-whitepaper .nightmare-section {
    padding: 50px 0;
  }

  .page-template-page-whitepaper .nightmare-heading {
    font-size: min(35px, 9vw);
    line-height: 1.5;
    margin-bottom: 36px;
  }

  .page-template-page-whitepaper .nightmare-heading-sub {
    font-size: 70%;
  }

  .page-template-page-whitepaper .book-area {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    padding: 24px 16px;
  }

  .page-template-page-whitepaper .book-image {
    flex: 0 0 auto;
    width: 160px;
  }

  .page-template-page-whitepaper .book-text {
    text-align: center;
    width: 100%;
  }

  .page-template-page-whitepaper .book-sub {
    font-size: min(14px, 3.2vw);
    padding: 0;
    width: 100%;
  }

  .page-template-page-whitepaper .book-title {
    font-size: min(21px, 6vw);
    line-height: 1.5;
  }

  .page-template-page-whitepaper .book-sub2 {
    font-size: min(16px, 4vw);
    margin-bottom: 20px;
  }

  .page-template-page-whitepaper .btn-cta {
    font-size: min(18px, 4.5vw);
    padding: 0 20px;
    line-height: 50px;
    display: block;
    margin: 0 auto;
  }

  .page-template-page-whitepaper .cta-box {
    text-align: center;
  }

  /* Worry */
  .page-template-page-whitepaper .worry-section {
    padding: 50px 0;
  }

  .page-template-page-whitepaper .worry-heading {
    font-size: min(24px, 6.2vw);
    line-height: 1.5;
    margin-bottom: 36px;
  }

  .page-template-page-whitepaper .worry-items {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .page-template-page-whitepaper .worry-item {
    padding: 24px 16px 20px;
    width: 100%;
  }

  .page-template-page-whitepaper .worry-icon img.icon-money {
    width: 70px;
  }

  .page-template-page-whitepaper .worry-text {
    font-size: min(18px, 5vw);
    line-height: 1.7;
    letter-spacing: 0;
  }

  .page-template-page-whitepaper .worry-common {
    font-size: min(16px, 4.2vw);
  }

  .page-template-page-whitepaper .worry-common-large {
    font-size: min(22px, 5.6vw);
    line-height: 1.6;
  }

  .page-template-page-whitepaper .worry-not-alone {
    font-size: min(24px, 6.2vw);
    line-height: 50px;
    padding: 0 0 0 15px;
    letter-spacing: 1px;
  }

  /* Cases */
  .page-template-page-whitepaper .cases-wrapper {
    width: 95vw;
    padding: 40px 16px;
    border-radius: 12px;
    margin-top: 40px;
  }

  .page-template-page-whitepaper .cases-heading {
    font-size: min(22px, 5.6vw);
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .page-template-page-whitepaper .case-item-inner {
    padding: 20px 16px 16px;
    width: 97%;
  }

  .page-template-page-whitepaper .case-item::before {
    width: 97%;
    height: calc(100% - 40px);
  }

  .page-template-page-whitepaper .case-title {
    font-size: min(18px, 4.6vw);
    line-height: 1.5;
    letter-spacing: 0;
    width: 100%;
  }

  .page-template-page-whitepaper .case-label {
    font-size: min(14px, 3.6vw);
    text-align: right;
    margin-top: 0;
  }

  .page-template-page-whitepaper .case-content {
    flex-direction: column;
  }

  .page-template-page-whitepaper .case-img {
    width: 100%;
    order: 1;
  }

  .page-template-page-whitepaper .case-body {
    font-size: min(16px, 4vw);
    line-height: 1.8;
    letter-spacing: 0;
    order: 2;
    text-align: justify;
  }

  .page-template-page-whitepaper .case-result {
    font-size: min(17px, 5vw);
    line-height: 1.8;
    padding: 16px;
    text-align: justify;
  }

  .page-template-page-whitepaper .case-item-reverse .case-item-inner {
    margin-left: auto;
    margin-right: 0;
  }

  /* Reborn */
  .page-template-page-whitepaper .reborn-section {
    padding: 50px 0;
  }

  .page-template-page-whitepaper .reborn-heading {
    font-size: min(27px, 7vw);
    line-height: 1.5;
    margin-bottom: 40px;
  }

  .page-template-page-whitepaper .reborn-points {
    flex-direction: column;
    gap: 0;
    width: 97%;
    margin: 0 auto 30px;
  }

  .page-template-page-whitepaper .reborn-point {
    padding: 20px 0;
  }
  .page-template-page-whitepaper .point-num img {
    width: 70px;
  }
  .page-template-page-whitepaper .point-title {
    font-size: min(24px, 7vw);
  }

  .page-template-page-whitepaper .point-text {
    font-size: min(18px, 5vw);
    line-height: 1.8;
    text-align: justify;
  }

  .page-template-page-whitepaper .vs-section {
    flex-direction: column;
    gap: 0;
  }

  .page-template-page-whitepaper .vs-left,
  .page-template-page-whitepaper .vs-right {
    width: 100%;
    border-radius: 0;
  }

  .page-template-page-whitepaper .vs-left {
    border-radius: 6px 6px 0 0;
    padding: 30px 24px 0;
  }

  .page-template-page-whitepaper .vs-right {
    border-radius: 0 0 6px 6px;
    padding: 0 24px 30px;
  }

  .page-template-page-whitepaper .vs-label {
    font-size: min(18px, 5vw);
  }

  .page-template-page-whitepaper .vs-role {
    font-size: min(35px, 8vw);
    color: #053477;
  }

  .page-template-page-whitepaper .vs-desc {
    font-size: min(14px, 4vw);
  }

  .page-template-page-whitepaper .vs-badge {
    font-size: min(40px, 8vw);
    padding: 8px 16px;
  }

  /* Guide */
  .page-template-page-whitepaper .guide-section {
    padding: 50px 0;
  }

  .page-template-page-whitepaper .guide-heading {
    font-size: min(30px, 6vw);
    line-height: 1.5;
  }

  .page-template-page-whitepaper .guide-heading-gold {
    font-size: 125%;
  }

  .page-template-page-whitepaper .guide-sub {
    font-size: min(20px, 4.5vw);
    line-height: 1.7;
  }

  .page-template-page-whitepaper .guide-content {
    flex-direction: column;
    gap: 0;
  }

  .page-template-page-whitepaper .guide-book {
    flex: 0 0 auto;
    width: 180px;
    margin: 0 auto;
  }

  .page-template-page-whitepaper .guide-list li {
    font-size: min(18px, 4vw);
    line-height: 1.7;
  }

  /* Form */
  .page-template-page-whitepaper .form-section {
    padding: 50px 0;
  }

  .page-template-page-whitepaper .form-heading {
    font-size: min(23px, 6vw);
    line-height: 1.5;
  }

  .page-template-page-whitepaper .form-heading-gold {
    font-size: 125%;
  }

  .page-template-page-whitepaper .form-sub {
    font-size: min(16px, 5vw);
    line-height: 1.8;
    text-align: left;
  }

  .page-template-page-whitepaper .form-notice {
    text-align: left;
  }

  .page-template-page-whitepaper .dl-form {
    padding: 34px 30px;
  }

  .page-template-page-whitepaper .form-row {
    margin-bottom: 16px;
  }

  .page-template-page-whitepaper .form-label {
    font-size: min(18px, 5vw);
  }

  .page-template-page-whitepaper .dl-form input[type="text"],
  .page-template-page-whitepaper .dl-form input[type="email"],
  .page-template-page-whitepaper .dl-form input[type="tel"],
  .page-template-page-whitepaper .dl-form select,
  .page-template-page-whitepaper .dl-form .wpcf7-form-control:not(.wpcf7-submit) {
    height: 55px;
  }

  .page-template-page-whitepaper .dl-form input[type="submit"],
  .page-template-page-whitepaper .dl-form .wpcf7-submit {
    font-size: min(24px, 3.6vw);
    line-height: 56px;
  }

  /* Footer */
  .page-template-page-whitepaper .footer-inner {
    flex-direction: column;
    gap: 30px;
    padding: 40px 16px 30px;
  }

  .page-template-page-whitepaper .footer-img {
    width: 280px;
    margin: 0 auto;
  }

  .page-template-page-whitepaper .footer-message {
    font-size: min(20px, 5.2vw);
    text-align: center;
    line-height: 1.6;
  }

  .page-template-page-whitepaper .footer-message .gold {
    font-size: 125%;
    line-height: 1.6;
  }

  .page-template-page-whitepaper .footer-office {
    font-size: min(18px, 5vw);
    text-align: center;
  }

  .page-template-page-whitepaper .footer-spec {
    text-align: center;
    font-size: min(16px, 4vw);
  }

  .page-template-page-whitepaper .copyright p {
    font-size: min(10px, 2vw);
  }
}
