@charset "UTF-8";
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,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  word-break: break-all;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  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;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
textarea,
select {
  vertical-align: middle;
  border: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 400px) {
  body {
    font-size: 14px;
  }
}
ul,
p {
  text-align: left;
}
.sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}

h1 {
  font-size: 50px;
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 35px;
}
@media screen and (max-width: 400px) {
  h2 {
    font-size: 28px;
  }
}
h3,
h4 {
  font-size: 18px;
}
@media screen and (max-width: 400px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  h5 {
    font-size: 14px;
  }
}
small {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 959px) {
  small {
    font-size: 10px;
  }
}
.inner {
  max-width: 1000px;
  padding: 100px 0px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .inner {
    max-width: 100%;
    margin: auto;
    width: 100%;
    padding: 15px 0 0 0;
  }
}
.title h2 {
  text-align: left;
  display: block;
}
.content {
  margin: 50px auto;
}
.content:first-child {
  margin-top: 0;
}
.content:last-child {
  margin-bottom: 0;
}
.large {
  font-size: 140%;
  display: block;
}
@media screen and (max-width: 959px) {
  .large {
    font-size: 10vw;
  }
}
.bold {
  font-weight: bold;
}

header {
  width: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
  z-index: 100;
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  padding: 0 6vw;
}
header h2 {
  text-align: left;
  max-width: 180px;
  line-height: 20px;
}
.header-nav {
  display: flex;
  justify-content: flex-end;
  font-size: 1.2rem;
  list-style: none;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  header {
    height: 55px;
    background-color: white;
  }
  header h2 img {
    width: 100%;
  }
  .header-navigation {
    display: none;
  }
  .hamburger {
    position: absolute;
    top: -30px;
    right: -10px;
    z-index: 99;
  }
  #page-navigation {
    text-align: right;
    position: relative;
  }
  .menu-trigger {
    display: inline-block;
    transition: all 0.6s;
    box-sizing: border-box;
    position: relative;
    width: 50px;
    height: 44px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    z-index: 999;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.6s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 70%;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 30px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 40px;
    width: 40%;
  }
  .menu-trigger::after {
    position: absolute;
    right: 7px;
    bottom: -26px;
    display: block;
    width: 100%;
    color: #333;
    font-size: 0.9rem;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: all 0.4s;
  }
  .menu-trigger.active::after {
    content: "";
    bottom: -25px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(14px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
    width: 70%;
  }
  #nav-content {
    position: fixed;
    top: 54px;
    right: 0;
    z-index: 90;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #ededed, #003f65);
    padding: 48px 0 0 0;
    transform: translateX(100%);
    transition: 0.4s ease-in-out;
  }
  #nav-content.active {
    transform: translateX(0%);
  }
  #nav-content ul {
    padding-left: 0;
    padding-top: 30px;
    list-style: none;
    margin: 0;
    display: block;
  }
  #nav-content ul li {
    text-align: center;
    position: relative;
    padding: 35px 10vw;
    display: flex;
    max-width: 280px;
    margin: 0 auto;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    display: block;
    text-decoration: none;
    list-style: none;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .menu-trigger {
    display: none;
  }
  header {
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    padding: 0 1vw;
  }
  .header-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
  }
  .header-nav li {
    border-right: 1px solid rgb(134, 134, 134);
  }
  .header-nav li:last-child {
    border-right: none;
  }
  .header-nav li:nth-child(10),
  .header-nav li:last-child {
    margin-left: 0;
  }
  .header-nav a {
    color: #3c3535;
    padding: 5px 20px;
    box-sizing: border-box;
    text-decoration: none;
    letter-spacing: 0.01rem;
  }
  .header-nav li a {
    position: relative;
  }
  .header-nav li a:hover {
    color: #333;
  }
}

/* kv */
.kv {
  background-image: url(../assets/img/kv-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 65px;
}
.kv .kv-content {
  max-width: 900px;
  padding: 20px 20px;
  margin: auto;
  width: 100%;
  text-align: center;
}

.kv-main {
  color: #fff;
}

.kv-headline {
  text-align: center;
}

.kv-title {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, #ffc767 10%, #a57a31 40%, #ffc767);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kv-key {
  display: block;
  font-size: 25px;
  font-weight: 300;
  background-color: #175e89;
  padding: 4px 30px;
  width: 290px;
  margin: auto;
  -webkit-text-fill-color: white;
}
.kv-small {
  display: block;
  font-size: 50px;
}
.kv-tax {
  display: block;
  font-size: 81px;
}

.kv-two-col {
  display: flex;
  gap: 40px;
  align-items: center;
}

.kv-left {
  flex: 1;
}

.kv-right {
  flex: 1;
}

/* form */
.kv_form {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 10px;
  background-color: #f9fafb;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  font-family: "Noto Sans JP", sans-serif;
}

/* タイトル */
.form-title {
  font-size: 16px;
  font-weight: 600;
  margin: 10px auto;
}
.form-title span.gold {
  color: #cfa660;
}
.form-title strong {
  font-size: 18px;
}

/* -----------------------
     行レイアウト
  ----------------------- */
.kv-form__row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.kv-form__label {
  flex: 0 0 140px; /* 固定幅（PC時） */
  font-weight: bold;
  color: black;
  font-size: 13px;
}

.kv-form__select-wrap {
  position: relative;
}
.kv-form__select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("data:image/svg+xml;base64,...") no-repeat right 0.8rem
    center;
  background-size: 0.9rem auto;
}
.kv-form__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  padding-right: 2.2rem;
  line-height: 1.4;
}

.kv-form__select::-ms-expand {
  display: none;
}

.kv-form__select-wrap.has-caret::after,
.kv-form__select-wrap:not(.has-caret)::after {
  content: "▼";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.85rem;
  color: black;
  pointer-events: none;
}

/* ラッパーは相対配置に（既に指定がなければ） */
.kv-form__select-wrap {
  position: relative;
}
input,
select {
  border: 1px solid #d8d8d8;
  padding: 7px;
  border-radius: 5px;
  width: 204px;
  background: white;
}

.kv-form__row--agree {
  justify-content: center;
  margin: 20px 0;
}

.kv-form__row--agree .kv-form__label {
  flex: 0 0 200px;
}
.kv-form__row--agree .kv-form__label a {
  display: inline-block;
  text-decoration: underline;
}

.kv-form__row--agree input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

/* -----------------------
     送信ボタン
  ----------------------- */
.kv-form__actions {
  text-align: center;
  margin-top: 0.8rem;
}

.kv-form__submit {
  background-color: #d83939;
  color: #fff;
  font-size: 1.1rem;
  padding: 5px 5rem;
  border: none;
  border-radius: 100vh;
  cursor: pointer;
}

.kv-form__submit:hover {
  background-color: #892222;
}

@media (max-width: 860px) {
  .kv-key {
    font-size: 27px;
    width: 320px;
    padding: 7px 30px;
  }
  .kv-tax {
    font-size: 91px;
  }
  .kv-right {
    background-color: #295e7e;
    padding: 20px 0;
    margin: 0;
    width: 100%;
  }
  .kv_form {
    width: 100%;
    max-width: none;
  }
  .form-title {
    font-size: 18px;
    line-height: 1.5;
  }
  .form-title strong {
    font-size: 20px;
  }
  .kv-form__row {
    flex-direction: row !important;
    align-items: center;
  }
  .kv_form {
    width: 100%;
  }

  .kv-form__label {
    flex: 0 0 140px;
    margin-bottom: 0;
  }

  .kv-form__input,
  .kv-form__select,
  .kv-form__textarea {
    flex: 1;
    padding: 12px;
  }
  .kv-form__select-wrap {
    width: 240px;
    float: left;
    padding: 2px;
  }
  .kv-form__select {
    float: left;
  }
  .kv-form__submit {
    font-size: 18px;
    padding: 4px 60px;
  }
  .form-title {
    margin: 0px auto 10px;
  }
  input,
  select {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 860px) {
  .kv-two-col {
    flex-direction: column;
  }
}

.feature-list {
  font-family: "Noto Serif JP", serif;
  list-style: none;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  font-weight: 600;
  margin-right: 10px;
}

.check {
  width: 19px;
  margin: 7px;
}

.kv-cta {
  margin-bottom: 30px;
}

.cta-text {
  font-size: 24px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
}

.kv-hukidashi {
  text-align: center;
  top: 10px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  background: #cfa660;
  color: #fff;
  border-radius: 15px;
  padding: 12px 18px;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  font-weight: 600;
}

/* 上辺中央の▲（塗り） */
.kv-hukidashi::before {
  content: "";
  position: absolute;
  top: -8px; /* ボタンの外に出す */
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #cfa660; /* ↑向き三角（塗り色はボタンと同じ） */
}

.cta-footer {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 860px) {
  .kv .kv-content {
    padding: 20px 0 0 0;
  }
  .kv-headline {
    margin: 20px auto;
  }
  .kv-title {
    font-size: 28px;
    letter-spacing: 0;
    margin: 0;
  }
  .kv-unknown {
    font-size: 24px;
  }
  .kv-small {
    font-size: 57px;
  }

  .kv-features {
    margin-bottom: 20px;
  }
  .kv-subtitle {
    font-size: 16px;
  }
  .kv-hukidashi {
    font-size: 18px;
    width: 100%;
    border-radius: 17px;
  }
  .feature-list {
    padding: 0;
  }
  .feature-item {
    font-size: 20px;
    margin: 0;
    letter-spacing: 0;
  }
  .check-icon {
    font-size: 25px;
  }
  .feature-text {
    font-size: 23px;
  }
  .cta-text {
    font-size: 20px;
  }
  .cta-footer {
    font-size: 17px;
    letter-spacing: 0;
  }
  .kv-cta {
    margin-bottom: 0px;
  }
}

/* worry */
.worry {
  background: linear-gradient(180deg, #747474 0%, #d9d9d9 100%);
  padding: 50px 0;
}

.worry-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.worry-title {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.worry-highlight {
  color: #fff;
}

.worry-item {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
  line-height: 38px;
}

.worry-item::before {
  content: "•";
  font-size: 24px;
  color: #000;
  margin-right: 10px;
}
.highlight {
  color: #175e89;
  font-weight: bold;
}

@media (max-width: 768px) {
  .worry {
    padding: 30px 0;
  }

  .worry-title {
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .worry-items {
    padding: 0;
  }

  .worry-item {
    font-size: 17px;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.2;
  }
  .worry-item::before {
    font-size: 16px;
    margin-right: 0;
  }
}

/* really section */
#really,
#cycle,
#hybrid,
#reason,
#flow,
#faq {
  scroll-margin-top: 20px;
}
.really {
  padding: 50px 20px;
  background-color: #313131;
}
.really-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}
.really-title {
  font-size: 38px;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
}
.really-text {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
.really-highlight {
  display: inline;
  background: linear-gradient(to bottom, transparent 50%, #656565 50%);
}
.really-highlight-brown {
  color: #b69154;
}

@media (max-width: 768px) {
  .really {
    padding: 40px 15px;
  }
  .really-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .really-text {
    font-size: 17px;
    text-align: center;
    line-height: 1.6;
  }
}

/* secret-section*/
.secret {
  background-color: #032d46;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}

.secret-content {
  max-width: 1000px;
  margin: 0 auto;
}

.secret-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  line-height: 48px;
}
.secret-title span.gold {
  color: #cfa660;
}
.secret-box {
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 40px 20px 0 20px;
  margin-bottom: 40px;
}

.secret-header {
  margin-bottom: 40px;
}
.secret-main-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
}
.secret-steps {
  text-align: center;
}
.secret-step {
  margin-bottom: 40px;
}
.step-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #cfa660;
  font-family: "Noto Serif JP", serif;
}
.step-description {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}
.secret-conclusion {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
}
.conclusion-intro {
  margin-bottom: 15px;
  text-align: center;
}
.conclusion-main {
  text-align: center;
}

@media (max-width: 768px) {
  .secret-main-title {
    line-height: 32px;
  }
  .secret {
    padding: 40px 15px;
  }

  .secret-title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .secret-box {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .secret-header {
    margin-bottom: 20px;
  }
  .secret-main-title {
    font-size: 22px;
  }
  .secret-step {
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .step-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .step-description {
    font-size: 16px;
    padding: 0 20px;
  }

  .secret-conclusion {
    margin-top: 20px;
  }
  .conclusion-intro {
    font-size: 16px;
    line-height: 30px;
  }
  .conclusion-main {
    font-size: 16px;
    line-height: 26px;
  }
}

/* cycle-section*/
.cycle {
  background-color: #1a1a1a;
  background-image: url(../assets/img/secret-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  padding: 60px 0;
  color: #fff;
}

.cycle-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.cycle-question {
  text-align: center;
  margin-bottom: 60px;
}

.cycle-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 48px;
}
.gray-text {
  color: #d1d1d1;
}
.cycle-answer {
  font-size: 24px;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
}

.highlight-box {
  background-color: #fff;
  color: #000;
  padding: 8px;
  margin: 0 5px;
}

.cycle-disadvantages {
  margin: 60px auto;
}

.disadvantages-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.disadvantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.disadvantage-box {
  background-color: #737373;
  border-radius: 10px;
  text-align: left;
}

.box-title {
  font-size: 24px;
  font-weight: bold;
  background-color: #b3b3b3;
  height: 120px;
  color: #000;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-list {
  list-style: none;
  padding: 15px;
  font-size: 17px;
  margin: 0;
}

.box-list li {
  font-size: 20px;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}

.box-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: bold;
}
.text-note {
  font-size: 17px;
  line-height: 1.2;
  display: inline-block;
  font-weight: 100;
}
.cycle-tax-changes {
  margin-bottom: 50px;
}

.tax-changes-title {
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.tax-changes-box {
  background-color: #696969;
  padding: 5px 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.tax-changes-list {
  list-style: none;
  padding: 0;
}

.tax-changes-list li {
  font-size: 20px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #cacaca;
  font-weight: 600;
}

.cycle-conclusion {
  text-align: center;
}

.conclusion-text {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}

.reccomend {
  background-color: #fff;
  margin-top: 40px;
  border-top: 3px solid #cfa660;
  border-bottom: 3px solid #cfa660;
  padding: 60px 20px;
}
.reccomend-text {
  color: #000;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
.reccomend-highlight {
  background-color: #cfa660;
  color: #fff;
  padding: 10px 0;
  font-size: 36px;
  line-height: 70px;
  margin: 10px;
}

@media (max-width: 768px) {
  .cycle {
    background-color: #1a1a1a;
    background-image: url(../assets/img/secret-bg.webp);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top;
    padding: 40px 0 20px 0;
  }
  .cycle-disadvantages {
    margin: 40px auto;
  }
  .cycle-title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .cycle-answer {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
  }
  .highlight-box {
    padding: 5px;
  }

  .disadvantages-title,
  .tax-changes-title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .disadvantages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .disadvantage-box {
    padding: 0px;
  }

  .box-title {
    font-size: 18px;
    height: auto;
    margin-bottom: 0;
  }
  .box-list {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .box-list li::before {
    content: none;
  }

  /* ネイティブマーカーを中央寄せ */
  .box-list {
    list-style: none; /* デフォルトの箇条書きを消す */
    padding-left: 10px;
    text-align: center; /* 全体中央寄せ */
  }

  .box-list li {
    display: block; /* 中央寄せのためインラインブロック化 */
    /* text-align: left; 文字だけ左揃えに戻す */
    position: relative;
    padding-left: 1.2em; /* 記号分の余白を作る */
    font-size: 16px;
  }

  /* 疑似要素で中央寄せ用の記号を再配置 */
  .box-list li::before {
    content: "•";
    position: static;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: bold;
  }

  /* 注記位置調整 */
  .text-note {
    display: block;
    margin-top: 4px;
    font-size: 14px;
  }
  .cycle-tax-changes {
    margin-bottom: 20px;
  }
  .tax-changes-box {
    padding: 5px 15px;
  }
  .tax-change-list {
    margin: 0;
  }
  .tax-changes-list li {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
  }
  .conclusion-text {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    text-align: left;
  }
  .reccomend {
    padding: 20px 5px;
  }
  .reccomend-text {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 2;
  }
  .reccomend-highlight {
    font-size: 20px;
    padding: 5px 0;
    line-height: 40px;
  }
}

/* hybrid-section */
.hybrid {
  background-color: #003f65;
  padding: 10px 20px;
  color: #fff;
}
.hybrid-content {
  max-width: 1000px;
  margin: 0 auto;
}
.hybrid-title {
  font-size: 24px;
  margin: 40px 0 10px;
  font-family: "Noto Serif JP", serif;
}
.hybrid-title span.gold {
  font-size: 48px;
  color: #cfa660;
}
.hybrid-description {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
.hybrid-description span.gold {
  font-size: 32px;
  color: #cfa660;
}
.hybrid-features-box,
.example-bg {
  background: #cfa660;
  width: 775px;
  margin: auto;
  padding-bottom: 20px;
}
.hybrid-first-title {
  color: black;
  font-size: 28px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  padding: 20px;
}
.hybrid-first-title strong {
  font-size: 36px;
  font-weight: 600;
}
.hybrid-features {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 25px;
}

.feature-box {
  max-width: 345px;
  background-color: #f5f5f5;
  padding: 30px 20px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}

.feature-title {
  font-size: 20px;
  font-weight: bold;
  color: #a2753d;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.feature-title strong {
  font-size: 32px;
  font-weight: 600;
}
.feature-content {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  color: #333;
  text-align: left;
}

@media (max-width: 768px) {
  .hybrid {
    padding: 20px 15px;
  }

  .hybrid-title {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .hybrid-title span.gold {
    font-size: 32px;
    font-weight: 600;
  }
  .hybrid-description span.gold {
    font-size: 24px;
  }
  .hybrid-description {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 500;
  }

  .hybrid-features-box {
    width: 100%;
  }
  .hybrid-features {
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
  }
  .example-bg {
    width: 100%;
    padding: 8px;
  }
  .feature-box {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 36px;
  }

  .feature-title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .feature-content {
    font-size: 16px;
  }
  .hybrid-features-box {
    padding: 0;
  }
}

/* example-section */
.example {
  background-color: #003f65;
}
.example-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 20px;
}
.example-title {
  font-size: 28px;
  color: black;
  font-family: "Noto Serif JP", serif;
  padding: 20px;
}
.example-title strong {
  font-size: 36px;
  font-weight: 600;
}

/* tokumei section */
.tokumei {
  text-align: center;
  background-color: #fff;
  padding: 60px 0px 1px;
  width: 724px;
  margin: 0 auto 20px;
  border-radius: 10px;
}

.risk-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
  font-family: "Noto Serif JP", serif;
}

.scheme-box {
  background-color: #cfa660;
  border-radius: 50px;
  padding: 10px;
  margin: 20px auto;
  max-width: 500px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.scheme-text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 20px auto 60px auto;
}

.benefit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #d4af37;
  color: #333;
}

.benefit-text {
  font-size: 20px;
  text-align: left;
  line-height: 1.4;
  font-weight: 700;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  width: 650px;
  margin: auto;
  padding: 0;
}

.benefit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px 9px;
  background: #fff;
  border: 3px solid #b69154;
  border-radius: 12px;
  min-height: 110px;
  box-sizing: border-box;
}

.benefit-text {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.tokumei-scheme {
  border: 3px solid #cfa660;
  width: 650px;
  margin: 30px auto;
  border-radius: 7px;
}

.tokumei-scheme-title {
  font-size: 15px;
  font-weight: bold;
  color: white;
  background: #cfa660;
  padding: 12px 22px;
  position: relative;
  top: -10px;
}

.tokumei-scheme img.pc {
  width: 630px;
  margin: 10px;
}
.arrow {
  width: 100%;
  margin: auto;
  background: white;
}
.arrow img {
  width: 28px;
}
.attention {
  font-size: 10px;
  text-align: left;
  padding: 5px 14px 12px;
}

@media (max-width: 1024px) {
  .benefit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .benefit-list {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}

@media (max-width: 860px) {
  .example-content {
    padding: 0px 15px 30px;
  }
  .example-title {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 20px 0 0;
  }
  .tokumei {
    padding: 10px;
    margin: 20px 0 0;
    width: 100%;
  }
  .tokumei-scheme {
    width: 100%;
    margin: 20px auto 0;
  }
  .tokumei-scheme img {
    width: 96%;
    margin: 10px auto;
  }
  .risk-title {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .scheme-box {
    padding: 5px;
    margin: 0px auto 10px auto;
    border-radius: 30px;
    width: 340px;
  }
  .scheme-text {
    font-size: 17px;
    letter-spacing: 0;
  }
  .benefit-list {
    margin: 0px auto 20px auto;
    width: 100%;
  }
  .benefit-item {
    min-height: 80px;
  }

  .benefit-icon {
    font-size: 18px;
    margin-right: 12px;
  }

  .benefit-text {
    font-size: 16px;
    line-height: 1.2;
  }
}

/* offer */
.offer {
  background-image: url(../assets/img/offer-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 20px;
  position: relative;
}

.offer-content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.offer-header {
  margin-bottom: 40px;
}

.special-consultation {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.offer-title {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  font-family: "Noto Serif JP", serif;
}
.gold-text {
  color: #d4af37;
}

.offer-info-box {
  background: #fff;
  padding: 20px 60px;
  margin: 20px auto;
  max-width: 800px;
}

.offer-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offer-feature-item {
  display: flex;
  align-items: center;
  margin: 10px 0;
  text-align: left;
}

.offer-icon {
  color: #d4af37;
  font-size: 16px;
  margin-right: 15px;
  min-width: 20px;
}

.offer-text {
  color: #333;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}
.brown-text {
  color: #a2753d;
}

.offer-highlights {
  margin: 30px auto 10px auto;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
.highlight-item {
  margin: 0 10px;
}
.highlight-separator {
  color: #d4af37;
  font-weight: bold;
}
a.cta-button {
  font-family: "Noto Serif JP", serif;
  background: #5fb15d;
  width: 633px;
  margin: auto;
  color: white;
  padding: 20px 0;
  border-radius: 45px;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.2s ease;
}

a.cta-button:hover {
  transform: translateY(-4px);
  opacity: 0.8;
}

@media (max-width: 768px) {
  .offer {
    padding: 20px 8px;
  }
  .offer-header {
    margin-bottom: 20px;
  }
  .special-consultation {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .offer-title {
    font-size: 18px;
  }
  .offer-info-box {
    padding: 15px 15px;
    margin: 20px auto;
  }
  .offer-text {
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0;
  }
  .offer-highlights {
    font-size: 15px;
    letter-spacing: 0;
  }
  .highlight-item {
    margin: 0;
  }
  a.cta-button {
    width: 94%;
    padding: 20px 0;
    border-radius: 100vh;
    font-size: 16px;
  }
}

/* reason */
.reason {
  background-color: #003f65;
  padding: 100px 20px;
}

.reason-content {
  max-width: 725px;
  margin: 0 auto;
  text-align: center;
}

.reason-title-box {
  background: #fff;
  border-radius: 50px;
  padding: 32px 40px;
  margin: 0 auto 60px auto;
  max-width: 850px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.reason-title {
  color: #003f65;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  font-family: "Noto Serif JP", serif;
}

.reason-list {
  display: flex;
  flex-direction: column;
  gap: 75px;
  max-width: 850px;
  margin: 0 auto;
}

.reason-item {
  display: block;
}

.reason-item-title {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 30px;
}

.reason-number {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
}

.reason-subtitle {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}

.reason-description {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .reason {
    padding: 40px 15px;
  }

  .reason-title-box {
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  .reason-title {
    font-size: 18px;
  }
  .reason-list {
    max-width: 95%;
    gap: 20px;
  }

  .reason-item {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .reason-item-title {
    gap: 10px;
  }
  .reason-number {
    font-size: 20px;
    min-width: auto;
  }

  .reason-subtitle {
    font-size: 20px;
    line-height: 40px;
  }

  .reason-description {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
  }
}

/* flow */
.flow {
  background-color: #a2753d;
  padding: 80px 20px;
}

.flow-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.flow-header {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.flow-title {
  font-size: 36px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.flow-subtitle {
  font-size: 24px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 35px;
}

.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.flow-step {
  background: #fff;
  border-radius: 15px;
  padding: 76px 73px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 724px;
  margin: auto;
}

.step-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.step-number {
  color: #a77c43;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.step-number em {
  font-size: 32px;
  font-style: normal;
}

.step-header-title {
  color: #003f65;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.step-separator {
  height: 2px;
  background-color: #003f65;
  margin-bottom: 20px;
}

.step-section-description {
  color: #333;
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
  font-weight: 600;
}

@media (max-width: 768px) {
  .flow {
    padding: 30px 15px;
  }
  .flow-header {
    margin-bottom: 20px;
  }
  .flow-title {
    font-size: 24px;
  }
  .flow-subtitle {
    font-size: 18px;
  }
  .step-header {
    gap: 10px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .step-number {
    font-size: 18px;
  }
  .step-number em {
    font-size: 20px;
  }
  .step-header-title {
    font-size: 18px;
  }
  .step-separator {
    margin-bottom: 10px;
    height: 1px;
  }
  .flow-steps {
    gap: 20px;
  }
  .flow-step {
    padding: 20px 20px;
    width: 100%;
  }

  .step-section-description {
    font-size: 16px;
  }
}

/* FAQ */
.faq-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.faq-item.is-open .faq-answer {
  opacity: 1;
  /* max-height は JS 側で自動計算して設定する */
}
.faq {
  background-color: #dbdbdb;
}

.faq-content {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-box {
  padding: 100px;
}

.faq-title {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px 0;
  font-family: "Noto Serif JP", serif;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  padding: 20px;
  color: white;
}

.faq-text {
  line-height: 1.4;
  flex: 1;
  text-align: left;
}

.faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.faq-label {
  display: inline-flex; /* ← 自身の中でも縦中央 */
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 1; /* 行間のズレ防止 */
  flex: 0 0 auto;
  min-width: 1.5em;
}
.faq-answer .faq-label {
  display: inline-flex; /* 回答側のAも縦中央に */
  align-items: center;
  line-height: 1;
  background: #003f65;
  color: #fff;
  padding: 6px 14px;
}

.faq-divider {
  height: 1px;
  background-color: #333;
  margin: 25px 0;
}

.faq-divider {
  display: none;
}

.faq-list {
  margin: 0;
  padding: 0;
}

.faq-item {
  border-bottom: 1px solid #eee;
  background: #003f65;
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  padding: 20px 10px;
  padding-right: 56px;
  color: white;
}

/* 開閉アイコン（＋／−） */
.faq-question::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../assets/img/faq-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.faq-item.is-open .faq-question::after {
  background-image: url(../assets/img/faq-arrow-close.svg);
}

/* ラベルとテキストの体裁（お好みで） */
.faq-label {
  font-weight: 700;
  font-size: 36px;
  flex: 0 0 auto;
  font-family: "Noto Serif JP", serif;
}
.faq-answer .faq-text {
  font-weight: bold;
}
.faq-text {
  line-height: 1.5;
  font-size: 20px;
}

/* 回答部：スライド表示（高さアニメ） */
.faq-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.4s ease; /* ← 時間を長く */
  will-change: max-height;
  padding-left: calc(1em + 6px);
}
.faq-item.is-open .faq-answer {
  opacity: 1;
  margin-top: 8px;
  background: #dbdbdb;
  padding: 20px 0;
}

/* キーボード操作の見やすいフォーカス */
.faq-question:focus-visible {
  outline: 2px solid #cfa660;
  outline-offset: 2px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .faq {
    padding: 10px 15px;
  }
  .faq-box {
    padding: 25px 15px;
  }
  .faq-item {
    margin: 0;
  }
  .faq-question,
  .faq-answer {
    gap: 0px;
  }
  .faq-divider {
    margin: 10px 0;
  }
  .faq-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .faq-text {
    font-size: 15px;
    letter-spacing: 0;
  }
  .faq-label {
    font-size: 20px;
  }
  .faq-question::after {
    width: 12px;
    height: 12px;
  }
  .faq-answer .faq-label {
    padding: 6px 4px;
    margin-right: 10px;
  }
}

/* form */
.form {
  background-color: #e2e5e7;
  padding: 50px;
  letter-spacing: 0;
}
.form .inner {
  border-radius: 10px;
  padding: 70px 70px 0 70px;
  position: relative;
  z-index: 0;
}
.form .inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  background-color: #fff;
  top: 20px;
  right: 0%;
  z-index: -1;
  border-radius: 10px;
}
.form h2 {
  border-bottom: 7px solid;
  -o-border-image: linear-gradient(to right, #1e82c0 0%, #002033 100%);
  border-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1e82c0),
    to(#002033)
  );
  border-image: linear-gradient(to right, #1e82c0 0%, #002033 100%);
  border-image-slice: 1;
  font-size: 2rem;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 2.5em;
  font-weight: bold;
  color: #003f65;
}
.form .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid #bfbfbf;
  padding: 35px 0;
}
.form .form-item:first-of-type {
  padding-top: 0;
}
.form .form-item:last-of-type {
  padding-bottom: 0;
}
.form .form-item label {
  width: 500px;
  text-align: left;
  font-size: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.form .form-item label small {
  font-size: 0.8em;
  display: inline-block;
}
.form .form-item .form-normalize {
  border: 1px solid #bcbcbc;
  border-radius: 7px;
  padding: 0.5em 1em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: normal;
}
.form .form-item .select-normalize {
  position: relative;
  width: 100%;
}
.form .form-item .select-normalize::after {
  position: absolute;
  top: 50%;
  right: 220px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-color: #a78a60;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.form .form-item .select-normalize select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 340px;
}
.form .form-item .textarea-normalize {
  height: 150px;
}
.form .form-item .privacy-ttl {
  width: 220px;
}
.form .form-item .privacy-txt {
  text-align: left;
  width: 100%;
  border: 1px solid #bcbcbc;
  padding: 0.5em 1em;
  height: 400px;
  overflow-y: scroll;
  font-size: 0.9em;
}
.form .form-item .privacy-txt ol {
  padding-left: 1.5em;
}
.form .form-item .privacy-txt p,
.form .form-item .privacy-txt ol {
  margin-bottom: 1em;
}
.form .form-item .privacy-txt a {
  display: inline-block;
  text-decoration: underline;
}
.form .last-item {
  padding-bottom: 70px;
  border-bottom: none;
}
.form .required {
  margin-right: 1em;
  font-size: 0.9em;
  color: #fff;
  background-color: #b41d23;
  padding: 0em 0.6em;
  border-radius: 3px;
}
.form .form-submit {
  margin-top: 40px;
}
.form .form-submit p {
  text-align: center;
  margin-bottom: 1em;
}
.form .form-submit .submit-normalize {
  width: 60%;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form .form-submit .submit-normalize:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media screen and (max-width: 400px) {
  .form .form-item .form-normalize {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .form {
    background-color: #e2e5e7;
    padding: 15px;
  }
  .form .inner {
    border-radius: 10px;
    padding: 70px 10px 0 10px;
    position: relative;
    z-index: 0;
    margin-top: 0px;
  }
  .form .inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 92%;
    background-color: #fff;
    top: 20px;
    right: 0%;
    z-index: -1;
    border-radius: 10px;
  }
  .form h2 {
    border-bottom: 7px solid #a78a60;
    font-size: 1.5em;
    padding: 0;
    display: inline-block;
    margin-bottom: 2.5em;
    font-weight: normal;
  }
  .form .form-item {
    display: block;
    border-bottom: 1px solid #bfbfbf;
    padding: 20px 0;
    text-align: left;
  }
  .form .form-item:first-of-type {
    padding-top: 0;
  }
  .form .form-item:last-of-type {
    padding-bottom: 0;
  }
  .form .form-item label {
    width: 100%;
    text-align: left;
    padding-top: 0.5em;
    display: block;
    margin-bottom: 0.5em;
  }
  .form .form-item label small {
    font-size: 0.7em;
    display: inline-block;
  }
  .form .form-item .form-normalize {
    border: 1px solid #bcbcbc;
    border-radius: 7px;
    padding: 0.5em 1em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 16px;
    font-weight: normal;
  }
}
@media screen and (max-width: 959px) and (max-width: 400px) {
  .form .form-item .form-normalize {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .form .form-item .select-normalize {
    position: relative;
    width: 100%;
  }
  .form .form-item .select-normalize::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 10px;
    background-color: #a78a60;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    pointer-events: none;
  }
  .form .form-item .select-normalize select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
  }
  .form .form-item .textarea-normalize {
    height: 120px;
  }
  .form .form-item .privacy-ttl {
    width: 100%;
  }
  .form .form-item .privacy-txt {
    text-align: left;
    width: 100%;
    border: 1px solid #bcbcbc;
    padding: 0.5em 1em;
    height: 400px;
    overflow-y: scroll;
    font-size: 0.9em;
  }
  .form .form-item .privacy-txt ol {
    padding-left: 1.5em;
  }
  .form .form-item .privacy-txt p,
  .form .form-item .privacy-txt ol {
    margin-bottom: 1em;
  }
  .form .form-item .privacy-txt a {
    display: inline-block;
    text-decoration: underline;
  }
  .form .last-item {
    padding-bottom: 50px;
    border-bottom: none;
  }
  .form .required {
    margin-right: 0.5em;
    font-size: 0.8em;
    color: #fff;
    background-color: #b41d23;
    padding: 0.3em 0.6em;
    border-radius: 3px;
  }
  .form .form-submit {
    margin-top: 10px;
  }
  .form .form-submit p {
    text-align: left;
    margin-bottom: 1em;
    font-size: 0.9em;
  }
  .form .form-submit .submit-normalize {
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form .form-submit .submit-normalize:hover {
    opacity: 0.8;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.floating-btn {
  position: fixed;
  z-index: 999;
  bottom: 10%;
  right: 0px;
  width: 80px;
}
.floating-btn a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.floating-btn a:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
  animation: reflection 3s ease-in-out infinite;
}
.floating-btn a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (max-width: 959px) {
  .floating-btn {
    position: fixed;
    bottom: 0px;
    right: inherit;
    width: 100%;
    height: auto;
  }
  .floating-btn-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-footer {
  background-color: #333;
  color: #fff;
  padding: 40px 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.footer-inner {
  max-width: 635px;
  margin: 0 auto;
  text-align: left;
}

.footer-heading {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.footer-label {
  flex: 0 0 105px;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
}

.footer-text {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 6px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); /* 細線 & 半透明 */
}

.footer-divider {
  border: none;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 20px 0;
}

.footer-copy {
  font-size: 12px;
  margin-bottom: 5px;
}

.footer-privacy a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}

.footer-privacy a:hover {
  opacity: 0.8;
}
p.copy {
  font-weight: 700;
  line-height: 2.7;
}
footer .footer-content p {
  text-align: center;
}
footer .footer-content p a {
  color: white;
}
@media (max-width: 600px) {
  .footer-inner {
    max-width: 90%;
  }
  .footer-row {
    flex-direction: column;
    padding: 10px 0;
  }
  .footer-label {
    margin-bottom: 0px;
  }
  .footer-heading {
    font-size: 20px;
  }
  .footer-label {
    font-size: 15px;
    flex: 0;
    border-bottom: none;
  }
  .footer-text {
    font-size: 14px;
    font-weight: 100;
  }
  footer .footer-content {
    background-color: #333;
    padding: 50px 0;
    color: #fff;
    font-size: 0.9em;
  }
  footer .footer-content p {
    text-align: center;
  }
  footer .footer-content p a {
    color: #fff;
    text-decoration: underline;
  }
  footer .footer-content p a:hover {
    text-decoration: none;
  }
  @media screen and (max-width: 959px) {
    footer {
      background-color: #333;
      padding-bottom: 90px;
    }
    footer .footer-content {
      background-color: #333;
      padding: 20px 0;
      color: #fff;
      font-size: 0.8em;
    }
    footer .footer-content p {
      text-align: center;
    }
    footer .footer-content p a {
      color: #fff;
      text-decoration: underline;
    }
    footer .footer-content p a:hover {
      text-decoration: none;
    }
  }
}
.thanks {
  background-color: #e2e5e7;
  padding: 50px;
  margin-top: 50px;
}
.thanks .inner {
  border-radius: 10px;
  padding: 70px;
  background-color: #fff;
  height: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.thanks h2 {
  border-bottom: 7px solid;
  -o-border-image: linear-gradient(to right, #1e82c0 0%, #002033 100%);
  border-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1e82c0),
    to(#002033)
  );
  border-image: linear-gradient(to right, #1e82c0 0%, #002033 100%);
  border-image-slice: 1;
  font-size: 2rem;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 3.5em;
  font-weight: bold;
  color: #003f65;
}
.thanks p {
  text-align: center;
  font-size: 1.1em;
}
.thanks .download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.thanks .download-btn a {
  margin: 0 auto;
  width: 350px;
}
.thanks .download-btn a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
@media screen and (max-width: 959px) {
  .thanks {
    background-color: #e2e5e7;
    padding: 20px;
  }
  .thanks .inner {
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .thanks h2 {
    border-bottom: 5px solid #a78a60;
    font-size: 1.4em;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 2em;
    font-weight: normal;
  }
  .thanks p {
    text-align: left;
    font-size: 1em;
  }
  .thanks .download-btn {
    margin: 2em auto;
  }
  .thanks .download-btn a {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }
  .thanks .download-btn a:hover {
    opacity: 0.8;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
