@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
}

img {
  width: 100%;
  height: inherit;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
}

img {
  vertical-align: top;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.hidden {
  display: none;
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  xl-pc
----------------------------------------------- */
@media screen and (min-width: 2000px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 43.125rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 73.75rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.3125rem 0;
    gap: 1rem;
  }
  .header h1 {
    width: 16.9375rem;
  }
  .header-txt {
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.8125rem 0;
  }
  .header h1 {
    width: 22.75rem;
  }
  .header-txt {
    color: #333333;
    font-size: 1.625rem;
    letter-spacing: 0.04em;
    line-height: 1.423;
  }
}
@media screen and (min-width: 768px) {
  .fv-bg {
    padding: 1.5625rem 0 13.75rem;
    background: url("../images/fv-bg-pc.webp") no-repeat top/cover;
  }
  .fv-top {
    width: 50.3125rem;
    margin: 0 auto 1rem;
  }
  .fv h2 {
    width: 33.125rem;
    margin: 0 auto 4.125rem;
  }
  .fv-humans {
    position: absolute;
    top: 10.5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 62.5rem;
  }
  .fv-bands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 62.5rem;
    margin: 0 auto 0.625rem;
  }
  .fv-band {
    width: 29.375rem;
    margin: 0 2.8125rem 0 0;
  }
  .fv-num {
    width: 28.75rem;
    margin: 0 0.9375rem 0 0;
  }
  .fv-info {
    margin: 0 0 1.25rem 6.25rem;
    color: #ffffff;
    font-size: 0.625rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .fv-building {
    width: 74.0625rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .fv-bg {
    padding: 1.5625rem 0 0;
    background: url("../images/fv-bg.webp") no-repeat center/cover;
  }
  .fv-top {
    width: 45.625rem;
    margin: 0 0 1.875rem -1.875rem;
  }
  .fv h2 {
    width: 41.25rem;
    margin: 0 auto 2.875rem;
  }
  .fv-humans {
    width: 39.6875rem;
    margin: 0 0 0 0.9375rem;
  }
  .fv-band {
    width: 44.375rem;
    margin: -1.25rem 0 1.3125rem -0.625rem;
  }
  .fv-num {
    width: 39.8125rem;
    margin: 0 auto 1.4375rem;
  }
  .fv-info {
    margin: 0 0 2.5rem;
    color: #ffffff;
    font-size: 0.9375rem;
    line-height: 1.33;
  }
  .fv-building {
    width: 46.875rem;
    margin: 0 0 0 -1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .cta {
    margin: -18.4375rem 0 0;
  }
  .cta-bg {
    padding: 2.1875rem 0 1.9375rem;
    background: url("../images/cta-bg-pc.webp") no-repeat center/cover;
  }
  .cta h2 {
    width: 48.125rem;
    margin: 0 auto 1.25rem;
  }
  .cta-circle {
    position: absolute;
    top: -4.375rem;
    left: 10.625rem;
    width: 9.25rem;
  }
  .cta-txt {
    width: 40rem;
    margin: 0 auto 1.0625rem;
  }
  .cta-human {
    position: absolute;
    bottom: 12.5rem;
    right: 13.4375rem;
    width: 7.4375rem;
  }
  .cta-link {
    position: relative;
    z-index: 5;
    width: 44.1875rem;
    margin: 0 auto 1.25rem;
  }
  .cta-info {
    color: #555555;
    font-size: 0.625rem;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    margin: -2rem 0 0;
  }
  .cta-bg {
    padding: 4.3125rem 0 2.1875rem;
    background: url("../images/cta-bg.webp") no-repeat center/cover;
  }
  .cta h2 {
    width: 40.625rem;
    margin: 0 auto 2.125rem;
  }
  .cta-circle {
    position: absolute;
    top: -8.125rem;
    right: -1.875rem;
    width: 11.1875rem;
  }
  .cta-txt {
    width: 28.125rem;
    margin: 0 auto 1.875rem;
  }
  .cta-human {
    position: absolute;
    bottom: 10.4375rem;
    right: 0;
    width: 11.1875rem;
  }
  .cta-link {
    position: relative;
    z-index: 5;
    margin: 0 0 1rem;
  }
  .cta-info {
    color: #555555;
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .careful-bg {
    padding: 5.0625rem 0 5.8125rem;
    background: #e8e8e8;
  }
  .careful h2 {
    width: 35.75rem;
    margin: 0 auto 2.75rem;
  }
  .careful-talk {
    width: 62.5rem;
    margin: 0 auto;
  }
  .careful-user {
    width: 38.375rem;
    margin: 0 auto;
  }
  .careful-box {
    width: 63.8125rem;
    margin: -16.875rem 0 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .careful-bg {
    padding: 5.8125rem 0 6.875rem;
    background: #e8e8e8;
  }
  .careful h2 {
    width: 37.8125rem;
    margin: 0 auto 3.3125rem;
  }
  .careful-talk {
    width: 40rem;
    margin: 0 0 0 1.0625rem;
  }
  .careful-user {
    width: 41.75rem;
  }
  .careful-box {
    width: 44.0625rem;
    margin: -18.125rem 0 0 -0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .point-bg {
    padding: 4.5625rem 0 13.75rem;
    background: #fefce1;
  }
  .point-deco {
    position: absolute;
    top: -5.625rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 7rem;
  }
  .point h2 {
    width: 35.3125rem;
    margin: 0 auto 1.3125rem;
  }
  .point-question {
    width: 62.5rem;
    margin: 0 auto 1.25rem;
  }
  .point-answer {
    width: 62.5rem;
    margin: 0 auto 0.5625rem;
  }
  .point-info {
    margin: 0 5rem 1.875rem 0;
    color: #555555;
    font-size: 0.625rem;
    letter-spacing: 0.04em;
    text-align: right;
  }
  .point-txt {
    margin: 2.4375rem 0 2.8125rem;
    color: #333333;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
  }
  .point-txt span {
    font-weight: bold;
    color: #ff6c00;
  }
  .point-building {
    width: 75rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .point-bg {
    padding: 5.3125rem 0 0;
    background: #fefce1;
  }
  .point-deco {
    position: absolute;
    top: -7.1875rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 10.3125rem;
  }
  .point h2 {
    width: 36.875rem;
    margin: 0 auto 2.5rem;
  }
  .point-question {
    margin: 0 0 1.875rem;
  }
  .point-answer {
    margin: 0 0 1.25rem;
  }
  .point-info {
    margin: 0 0 2.8125rem;
    color: #555555;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.556;
    text-align: right;
  }
  .point-txt {
    margin: 2.75rem 0 4.6875rem;
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.09em;
    line-height: 1.633;
  }
  .point-txt span {
    font-weight: bold;
    color: #ff6c00;
  }
  .point-building {
    width: 46.875rem;
    margin: 0 0 0 -1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .modelCase-inner {
    padding: 3.75rem 0 2.625rem;
  }
  .modelCase-deco {
    width: 4.4375rem;
    margin: 0 auto 1rem;
  }
  .modelCase h2 {
    width: 51.875rem;
    margin: 0 auto 3.0625rem;
  }
  .modelCase-item {
    position: relative;
    z-index: 5;
    width: 62.5rem;
    margin: 0 auto 2.375rem;
  }
  .modelCase-item:last-child {
    margin: 0 auto 2.8125rem;
  }
  .modelCase-item-family {
    position: absolute;
    top: 1.875rem;
    left: 10.3125rem;
    width: 16rem;
  }
  .modelCase-item-box {
    padding: 2.6875rem 2.6875rem 2.3125rem;
    background: #ffd800;
    border-radius: 0.3125rem;
  }
  .modelCase-item-num {
    position: absolute;
    top: 0;
    left: 2.6875rem;
    width: 5.5625rem;
  }
  .modelCase-item-ttl {
    width: 25.625rem;
    margin: 0 0 1.5rem 27.25rem;
  }
  .modelCase-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .modelCase-item-img {
    width: 24rem;
    border-radius: 0.625rem;
  }
  .modelCase-item-img img {
    border-radius: 0.625rem;
  }
  .modelCase-item-info {
    margin: 0.4375rem 0 0;
    color: #555555;
    font-size: 0.625rem;
    letter-spacing: 0.04em;
    text-align: right;
  }
  .modelCase-item-prices {
    width: 31.5625rem;
    margin: 0.4375rem 0 0;
  }
  .modelCase-bottom {
    width: 42.9375rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .modelCase-inner {
    padding: 4.0625rem 0 1.5rem;
  }
  .modelCase-deco {
    width: 7.5rem;
    margin: 0 auto 1.625rem;
  }
  .modelCase h2 {
    margin: 0 0 2.9375rem;
  }
  .modelCase-item {
    margin: 0 0 4.0625rem;
  }
  .modelCase-item:last-child {
    margin: 0 0 2.5rem;
  }
  .modelCase-item-family {
    width: 29.4375rem;
    margin: 0 auto;
  }
  .modelCase-item-box {
    position: relative;
    z-index: 5;
    margin: -20.3125rem 0 0;
    padding: 2.6875rem 1.875rem 1.5625rem;
    background: #ffd800;
    border-radius: 0.3125rem;
  }
  .modelCase-item-num {
    position: absolute;
    top: 0;
    left: 1.875rem;
    width: 4.875rem;
  }
  .modelCase-item-ttl {
    margin: 0 0 1.4375rem;
  }
  .modelCase-item-img {
    width: 38.125rem;
    margin: 0 auto 1.25rem;
    border-radius: 0.625rem;
  }
  .modelCase-item-img img {
    border-radius: 0.625rem;
  }
  .modelCase-item-info {
    margin: 0 0 1.5rem 0.625rem;
    color: #555555;
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
    line-height: 1.556;
  }
  .modelCase-item-prices {
    width: 38.125rem;
    margin: 0 auto 1.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .review-bg {
    padding: 6.5625rem 0 13.4375rem;
    background: url("../images/review-bg-pc.webp") no-repeat top/cover;
  }
  .review h2 {
    width: 40.9375rem;
    margin: 0 auto 1.1875rem;
  }
  .review-num {
    width: 43.75rem;
    margin: 0 auto;
  }
  .review-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 62.5rem;
    margin: -1.25rem auto 0;
  }
  .review-box {
    width: 20.3125rem;
  }
  .review-building {
    width: 75rem;
    margin: 4.4375rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .review-bg {
    padding: 7.75rem 0 0;
    background: url("../images/review-bg.webp") no-repeat top/cover;
  }
  .review h2 {
    width: 41.875rem;
    margin: 0 auto 1.5625rem;
  }
  .review-num {
    width: 37.1875rem;
    margin: 0 auto;
  }
  .review-box {
    width: 41.25rem;
    margin: 0 0 1.6875rem 1.25rem;
  }
  .review-building {
    width: 46.875rem;
    margin: 4.0625rem 0 0 -1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .help-bg {
    padding: 1.5625rem 0 13.75rem;
    background: #ff7d13;
  }
  .help-top {
    width: 49.375rem;
    margin: 0 auto 2.6875rem;
  }
  .help h2 {
    width: 55.9375rem;
    margin: 0 auto 1.875rem;
  }
  .help-txt {
    width: 55.625rem;
    margin: 0 auto 3rem;
  }
  .help-item {
    position: relative;
    width: 62.5rem;
    margin: 0 auto 2.5rem;
    padding: 0.1875rem 0.1875rem 2.1875rem;
    background: #ffffff;
    border-radius: 0.625rem;
  }
  .help-item.diff {
    padding-bottom: 3.125rem;
  }
  .help-item:last-child {
    margin: 0 auto 4.125rem;
  }
  .help-item-ttl {
    margin: 0 0 1.3125rem;
  }
  .help-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 1.875rem 0.75rem;
  }
  .help-item-img {
    width: 28.125rem;
  }
  .help-item-img02 {
    width: 60rem;
    margin: 0 auto 1.5rem;
  }
  .help-item-info {
    margin: 0.5625rem 0 0;
    color: #555555;
    font-size: 0.625rem;
    letter-spacing: 0.04em;
  }
  .help-item-info02 {
    margin: 0.625rem 0 0 1.875rem;
    color: #555555;
    font-size: 0.625rem;
    letter-spacing: 0.04em;
  }
  .help-item-txt {
    width: 27.8125rem;
    color: #555555;
    font-size: 1.375rem;
    letter-spacing: 0.12em;
    line-height: 1.636;
  }
  .help-item-balloon {
    margin: 0 0 1.875rem;
  }
  .help-item-prices {
    margin: 0 1.875rem;
  }
  .help-item-bottom {
    position: absolute;
    bottom: 1.25rem;
    right: 3rem;
    width: 26.75rem;
  }
  .help-item-balloon02 {
    width: 58.75rem;
    margin: 0 auto 0.6875rem;
  }
  .help-item-graph {
    width: 58.75rem;
    margin: 0 auto 0.5625rem;
  }
  .help-item-txt02 {
    margin: 0 1.875rem;
    color: #333333;
    font-size: 1.375rem;
    letter-spacing: 0.12em;
    line-height: 1.636;
  }
  .help-item-maker {
    width: 58.75rem;
    margin: 0 auto 1.25rem;
  }
  .help-item-maker:last-child {
    margin: 0 auto;
  }
  .help-item-img03 {
    width: 45.75rem;
    margin: -3.125rem auto 1.25rem;
  }
  .help-item-img04 {
    width: 33.3125rem;
    margin: 0 auto 1.25rem;
  }
  .help-item-txt03 {
    margin: 0 0 0 8.8125rem;
    color: #333333;
    font-size: 1.375rem;
    letter-spacing: 0.12em;
    line-height: 1.636;
  }
  .help-building {
    width: 75rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .help-bg {
    padding: 4.75rem 0 0;
    background: #ff7d13;
  }
  .help-top {
    width: 45.3125rem;
    margin: 0 0 2.9375rem -1.25rem;
  }
  .help h2 {
    margin: 0 1.0625rem 1.875rem;
  }
  .help-txt {
    width: 35.9375rem;
    margin: 0 auto 3.25rem;
  }
  .help-item {
    margin: 0 0 5rem;
    padding: 0.3125rem 0.3125rem 1.0625rem;
    background: #ffffff;
    border-radius: 0.625rem;
  }
  .help-item.diff {
    padding-bottom: 3.125rem;
  }
  .help-item:last-child {
    margin: 0 0 4.5625rem;
  }
  .help-item-ttl {
    margin: 0 0 1.6875rem;
  }
  .help-item-img {
    width: 38.125rem;
    margin: 0 auto 1.0625rem;
  }
  .help-item-info {
    margin: 0 0 1.875rem 2.5rem;
    color: #555555;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .help-item-txt {
    margin: 0 2.5rem 2.3125rem;
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    line-height: 1.633;
  }
  .help-item-balloon {
    width: 42.1875rem;
    margin: 0 0 1.9375rem;
  }
  .help-item-prices {
    width: 38.125rem;
    margin: 0 auto 1.4375rem;
  }
  .help-item-bottom {
    width: 41.875rem;
    margin: 0 0 0 2.625rem;
  }
  .help-item-balloon02 {
    width: 38.4375rem;
    margin: 0 0 1.0625rem 2.5rem;
  }
  .help-item-graph {
    margin: 0 2.5rem 0.8125rem;
  }
  .help-item-txt02 {
    margin: 0 2.5rem 0.625rem;
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    line-height: 1.633;
  }
  .help-item-maker {
    width: 38.125rem;
    margin: 0 auto 2.6875rem;
  }
  .help-item-img03 {
    width: 38.75rem;
    margin: 0 0 1.4375rem 2.5rem;
  }
  .help-building {
    width: 46.875rem;
    margin: 0 0 0 -1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .faq-inner {
    padding: 2.3125rem 0 6.25rem;
  }
  .faq h2 {
    width: 32.3125rem;
    margin: 0 0 3.5rem 22.5625rem;
  }
  .faq-item {
    width: 62.5rem;
    margin: 0 auto 2.5rem;
  }
  .faq-item:last-child {
    margin: 0 auto;
  }
  .faq-item-question-relative {
    cursor: pointer;
    position: relative;
  }
  .faq-item-question-relative .btn {
    position: absolute;
    top: 50%;
    right: 3.25rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    width: 1.75rem;
    height: 0.25rem;
    background: #333333;
  }
  .faq-item-question-relative .btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 0.25rem;
    height: 1.75rem;
    background: #333333;
  }
  .faq-item-question-relative.open .btn::after {
    display: none;
  }
  .faq-item-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 2.5rem 0 0 3.125rem;
  }
  .faq-item-answer.diff {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq-item-answer-txt {
    width: 55rem;
    color: #333333;
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.633;
  }
  .faq-item-answer-relative {
    display: none;
    cursor: pointer;
  }
  .faq-item-a {
    width: 1.5625rem;
    margin: 0 2.625rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .faq-inner {
    padding: 4.4375rem 0 7.75rem;
  }
  .faq h2 {
    width: 34.375rem;
    margin: 0 0 4.8125rem 6.5625rem;
  }
  .faq-item {
    margin: 0 0 2.5rem;
  }
  .faq-item:last-child {
    margin: 0;
  }
  .faq-item-question-relative {
    position: relative;
  }
  .faq-item-question-relative .btn {
    position: absolute;
    top: 50%;
    right: 3.25rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    width: 1.75rem;
    height: 0.25rem;
    background: #333333;
  }
  .faq-item-question-relative .btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 0.25rem;
    height: 1.75rem;
    background: #333333;
  }
  .faq-item-question-relative.open .btn::after {
    display: none;
  }
  .faq-item-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 36.5625rem;
    margin: 0 auto;
    padding: 2.8125rem 0 0;
  }
  .faq-item-answer-txt {
    margin: -0.625rem 0 0;
    width: 33.4375rem;
    color: #333333;
    font-size: 1.875rem;
    letter-spacing: 0.1em;
    line-height: 1.633;
  }
  .faq-item-answer-relative {
    display: none;
    cursor: pointer;
  }
  .faq-item-a {
    width: 1.875rem;
  }
}
/* =============================================================================
Form Styles
========================================================================== */

/* フォーム全体の背景調整 */
@media screen and (min-width: 768px) {
  .form-bg {
    padding: 3.75rem 0;
    background: #fefce1;
  }
  .form-ttl {
    margin: 0 0 3.125rem;
    color: #333333;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .form-bg {
    padding: 3.75rem 1.5rem;
    background: #fefce1;
  }
  .form-ttl {
    margin: 0 0 3.125rem;
    color: #333333;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.6;
  }
}

/* フォーム要素の共通スタイル */
.form-box {
  width: 100%;
  margin: 0 0 2.5rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .form-box {
    width: 44.1875rem;
    margin: 0 auto 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .form-box {
    width: calc(100% - 3rem);
    margin: 0 auto 2.5rem;
  }
}

.form-title {
  margin: 0 0 1.5rem;
  color: #333333;
  font-weight: bold;
  font-size: min(4vw, 2rem);
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .form-title {
    font-size: min(5vw, 2.5rem);
    margin: 0 1.5rem 1.75rem;
  }
}

/* 入力フィールドのスタイル */
input[type="text"],
input[type="tel"],
input[type="email"],
select {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 2px solid #333333;
  border-radius: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #333333;
  background: #ffffff;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

/* セレクトボックスのデフォルト矢印を非表示にする */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  contain: layout;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  select {
    font-size: 1.5rem;
    padding: 1.25rem 1.5rem;
  }
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus {
  outline: none;
  border-color: #ff6c00;
}

/* エリア関連のスタイル */
.area-box {
  width: 100%;
  margin: 0 0 2.25rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .area-box {
    margin: 0 0 2.5rem;
  }
}

.area-text {
  display: flex;
  align-items: center;
  margin: 0 0 0.625rem;
}

.area-text .title {
  color: #333333;
  font-weight: bold;
  font-size: min(4vw, 2rem);
  letter-spacing: 0.04em;
  margin: 0 0.625rem 0 0;
}

@media screen and (max-width: 767px) {
  .area-text .title {
    font-size: min(5vw, 2.5rem);
  }
}

.area-text .req {
  background: #ff6c00;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .area-text .req {
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
  }
}

.area-notes {
  margin: 0 0 0.75rem;
  color: #555555;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .area-notes {
    font-size: 1.25rem;
    margin: 0 0 1rem;
  }
}

/* セレクトボックスのスタイル */
.select-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.select-box select {
  width: 100%;
  max-width: 100%;
}

.select-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #333333;
  pointer-events: none;
}

/* ラジオボタンのスタイル */
input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 1rem;
  padding: 1.25rem;
  background: #ffffff;
  border: 2px solid #333333;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  input[type="radio"] + label {
    width: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
  }
}

input[type="radio"] + label:hover {
  background: #f8f8f8;
}

input[type="radio"]:checked + label {
  background: #ffd800;
  border-color: #ff6c00;
}

/* input[type="radio"] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #333333;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.3s ease;
} */

@media screen and (max-width: 767px) {
  input[type="radio"] + label::before {
    width: 2rem;
    height: 2rem;
    left: 1.5rem;
  }
}

/* input[type="radio"]:checked + label::before {
  border-color: #ff6c00;
  background: #ff6c00;
}

input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.1rem;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  background: #ffffff;
  border-radius: 50%;
} */

@media screen and (max-width: 767px) {
  input[type="radio"]:checked + label::after {
    width: 1rem;
    height: 1rem;
    left: 2.75rem;
  }
}

input[type="radio"] + label p {
  margin: 0;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  input[type="radio"] + label p {
    font-size: 1.8rem;
  }
}
.warning-message {
  color: red;
  /* font-size: 1rem;  */
  font-size: min(3.6vw, 18px) !important;
  padding-top:0 !important;
}
/* 送信ボタンのスタイル */
.submit {
  display: block;
  width: 100%;
  max-width: 25rem;
  margin: 3.125rem auto 0;
  padding: 1.5rem 2rem;
  background: #ff6c00;
  color: #ffffff;
  border: none;
  border-radius: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(255, 108, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .submit {
    max-width: 30rem;
    font-size: 1.5rem;
    padding: 1.75rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .submit {
    max-width: 22rem;
    font-size: 1.5rem;
    padding: 1.75rem 1.5rem;
    white-space: nowrap;
  }
}

.submit:hover {
  background: #ff5500;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(255, 108, 0, 0.4);
}

.submit:active {
  transform: translateY(0);
}

/* プレースホルダーのスタイル */
input::placeholder {
  color: #999999;
  font-size: 0.9em;
}

/* バリデーションスタイル */
/* フォーカス後またはプレースホルダーが表示されていない状態でのみ無効スタイルを適用 */
input:invalid:not(:placeholder-shown) {
  border-color: #ff4444;
}

input:invalid:not(:placeholder-shown):focus {
  border-color: #ff4444;
  box-shadow: 0 0 0 2px rgba(255, 68, 68, 0.2);
}

/* セレクトボックスの場合（プレースホルダーがないため） */
select:invalid {
  border-color: #333333; /* デフォルトのまま */
}

/* フォーム送信試行後にinvalidスタイルを適用するためのクラス */
form.was-validated input:invalid,
form.was-validated select:invalid {
  border-color: #ff4444;
}

form.was-validated input:invalid:focus,
form.was-validated select:invalid:focus {
  border-color: #ff4444;
  box-shadow: 0 0 0 2px rgba(255, 68, 68, 0.2);
}

/* バリデーション成功時のスタイル */
form.was-validated input:valid,
form.was-validated select:valid {
  border-color: #28a745;
}

form.was-validated input:valid:focus,
form.was-validated select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.2);
}
@media screen and (min-width: 768px) {
  .overview-bg {
    padding: 8.125rem 0 4.25rem;
    background: #fefce1;
  }
  .overview h2 {
    width: 16.125rem;
    margin: 0 auto 3.125rem;
  }
  .overview-txt {
    width: 47.1875rem;
    margin: 0 auto 4.375rem;
  }
  .overview-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 62.5rem;
    margin: 0 auto 2.25rem;
    border-bottom: 1px solid #333333;
  }
  .overview-item-category {
    width: 12.75rem;
    padding: 0 0 1.8125rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    border-bottom: 0.1875rem solid #333333;
  }
  .overview-item-txt {
    width: 48.5rem;
    padding: 0 0 2.0625rem 1.25rem;
    color: #333333;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  .overview-item-wrap {
    width: 49.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .overview-item-txt02 {
    width: 21.25rem;
    min-height: 7rem;
    margin: 0 0 2.8125rem;
    padding: 0 0 0 1.25rem;
    color: #333333;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.56;
  }
  .overview-item-txt02:last-child {
    margin: 0;
  }
  .overview-privacy {
    margin: 4.375rem 0 0;
    color: #333333;
    font-weight: 600;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .overview-bg {
    padding: 6.875rem 0 4.5625rem;
    background: #fefce1;
  }
  .overview h2 {
    width: 18.125rem;
    margin: 0 auto 2.875rem;
  }
  .overview-txt {
    width: 32.5rem;
    margin: 0 auto 3.5625rem;
  }
  .overview-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 2.0625rem;
    border-bottom: 1px solid #333333;
  }
  .overview-item-category {
    width: 12.75rem;
    padding: 0 0 1.8125rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    border-bottom: 0.1875rem solid #333333;
  }
  .overview-item-txt {
    width: 29.0625rem;
    padding: 0 0 1.875rem 1.25rem;
    color: #333333;
    font-weight: 600;
    font-size: 1.625rem;
    letter-spacing: 0.06em;
    line-height: 1.385;
  }
  .overview-item-txt02 {
    width: 29.0625rem;
    margin: 0 0 2.5rem;
    padding: 0 0 0 1.25rem;
    color: #333333;
    font-weight: 600;
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .overview-item-txt02:last-child {
    margin: 0;
    padding: 0 0 3rem 1.25rem;
  }
  .overview-privacy {
    margin: 4.125rem 0 0;
    color: #333333;
    font-weight: 600;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0 0 9.375rem;
    background-color: #fefce1;
  }
  .footer-bg {
    padding: 2.875rem 0 3.1875rem;
    background: #333333;
  }
  .footer-txt {
    color: #ffffff;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.25rem 0;
    background: #ffffff;
  }
  .cv-btn {
    width: 43.125rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg {
    padding: 3.1875rem 0;
    background: #333333;
  }
  .footer-txt {
    color: #ffffff;
    font-size: 0.75rem;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    z-index: 100;
    right: 0;
    top: 4.375rem;
    width: 5.625rem;
  }
}

/* =============================================================================
Thanks Page Styles
========================================================================== */

.thanks-main {
  background: #fefce1;
  min-height: 70vh;
}

@media screen and (min-width: 768px) {
  .thanks {
    padding: 5rem 0;
  }
  
  .thanks-title {
    margin: 0 0 3.125rem;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.6;
  }
  
  .thanks-content {
    width: 56rem;
    margin: 0 auto;
  }
  
  .thanks-message {
    margin: 0 0 2rem;
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    text-align: center;
  }
  
  .thanks-info {
    padding: 4rem;
    background: #ffffff;
    border-radius: 0.625rem;
    border: 2px solid #333333;
  }
  
  .thanks-info p {
    margin: 0 0 1.5rem;
    color: #333333;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  
  .thanks-main-text {
    text-align: left;
    max-width: 45rem;
    margin: 0 auto 3rem;
  }
  
  .thanks-info p:last-child {
    margin-bottom: 0;
  }
  
  .thanks-info ul {
    margin: 0 0 1.5rem 1.5rem;
    padding: 0;
    color: #333333;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  
  .thanks-info ul li {
    margin: 0 0 0.5rem;
    list-style: disc;
  }
  
  /* 電話番号全体の改行防止 */
  .thanks-info p {
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  
  .thanks-info p:contains('電話番号') {
    white-space: pre-line;
  }
  
  .thanks-info-title {
    margin: 0 0 1.5rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  
  .thanks-data {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem 2rem;
  }
  
  .thanks-data dt {
    color: #333333;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.04em;
    padding: 0.75rem 1rem;
    background: #f8f8f8;
    border-radius: 0.25rem;
  }
  
  .thanks-data dd {
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.04em;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .thanks-contact {
    margin: 3rem 0;
    padding: 2rem;
    background: #ffffff;
    border-radius: 0.625rem;
    border: 2px solid #ff6c00;
    text-align: center;
  }
  
  .thanks-contact-title {
    margin: 0 0 1.5rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  
  .thanks-phone {
    margin: 0 0 0.75rem;
  }
  
  .thanks-phone a {
    color: #ff6c00;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.08em;
    text-decoration: none;
  }
  
  .thanks-phone a:hover {
    color: #ff5500;
  }
  
  .thanks-time {
    color: #555555;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
  
  .thanks-notice {
    margin: 3rem 0;
    padding: 2rem;
    background: #ffffff;
    border-radius: 0.625rem;
    border: 2px solid #333333;
  }
  
  .thanks-notice-title {
    margin: 0 0 1.5rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  
  .thanks-notice-list {
    margin: 0 0 1.5rem;
    padding: 0 0 0 1.5rem;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  
  .thanks-notice-list li {
    margin: 0 0 0.5rem;
    list-style: disc;
  }
  
  .thanks-notice-text {
    margin: 0;
    color: #333333;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    text-align: center;
  }
  
  .thanks-back {
    text-align: center;
    margin: 3rem 0 0;
  }
  
  .thanks-back-btn {
    display: inline-block;
    padding: 1.25rem 2.5rem;
    background: #333333;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    border-radius: 0.625rem;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .thanks-back-btn:hover {
    background: #555555;
    transform: translateY(-2px);
  }
  
  /* サンクスページ用の電話番号スタイル */
  .b-tel {
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
    font-feature-settings: "kern";
  }
  
  .b-tel * {
    white-space: nowrap !important;
    word-break: keep-all !important;
  }
  
  .b-tel a {
    color: #ff6c00;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    display: inline;
  }
  
  .b-tel a:hover {
    color: #ff5500;
  }
  
  /* フッターの会社情報スタイル */
  .footer-company {
    text-align: left;
    max-width: 45rem;
    margin: 0 auto 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
  }
  
  .footer-company p {
    margin: 0 0 1.25rem;
    color: #333333;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }
  
  
  .footer-company p:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .thanks {
    padding: 4rem 0;
  }
  
  .thanks-title {
    margin: 0 0 2.5rem;
    color: #333333;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.4;
  }
  
  .thanks-message {
    margin: 0 0 2rem;
    color: #333333;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: center;
  }
  
  .thanks-info {
    margin: 3rem 0;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 0.625rem;
    border: 2px solid #333333;
  }
  
  .thanks-info p {
    margin: 0 0 1.5rem;
    color: #333333;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
  
  .thanks-main-text {
    text-align: left;
    margin: 0 0 3rem;
    padding: 0 1.5rem;
  }
  
  .thanks-info p:last-child {
    margin-bottom: 0;
  }
  
  .thanks-info ul {
    margin: 0 0 1.5rem 1.5rem;
    padding: 0;
    color: #333333;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
  
  .thanks-info ul li {
    margin: 0 0 0.75rem;
    list-style: disc;
  }
  
  /* フッターの会社情報（スマホ版） */
  .footer-company {
    margin: 0 0 2rem;
    text-align: left;
    padding: 2rem 1.5rem 0;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
  }
  
  .footer-company p {
    margin: 0 0 1.5rem;
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.7;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  }

  
  .footer-company p:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  
  .thanks-info-title {
    margin: 0 0 1.5rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  
  .thanks-data {
    display: block;
  }
  
  .thanks-data dt {
    color: #333333;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    margin: 1rem 0 0.5rem;
    padding: 0.75rem 1rem;
    background: #f8f8f8;
    border-radius: 0.25rem;
  }
  
  .thanks-data dt:first-child {
    margin-top: 0;
  }
  
  .thanks-data dd {
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 1rem;
  }
  
  .thanks-contact {
    margin: 3rem 0;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 0.625rem;
    border: 2px solid #ff6c00;
    text-align: center;
  }
  
  .thanks-contact-title {
    margin: 0 0 1.5rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
  
  .thanks-phone {
    margin: 0 0 1rem;
  }
  
  .thanks-phone a {
    color: #ff6c00;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    text-decoration: none;
  }
  
  .thanks-time {
    color: #555555;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
  
  .thanks-notice {
    margin: 3rem 0;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 0.625rem;
    border: 2px solid #333333;
  }
  
  .thanks-notice-title {
    margin: 0 0 1.5rem;
    color: #333333;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-align: center;
  }
  
  .thanks-notice-list {
    margin: 0 0 1.5rem;
    padding: 0 0 0 1.5rem;
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  
  .thanks-notice-list li {
    margin: 0 0 0.75rem;
    list-style: disc;
  }
  
  .thanks-notice-text {
    margin: 0;
    color: #333333;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: center;
  }
  
  .thanks-back {
    text-align: center;
    margin: 3rem 0 0;
  }
  
  .thanks-back-btn {
    display: inline-block;
    padding: 1.5rem 2rem;
    background: #333333;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    border-radius: 0.625rem;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  /* サンクスページ用の電話番号スタイル（スマホ版） */
  .b-tel {
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
    font-feature-settings: "kern";
  }
  
  .b-tel * {
    white-space: nowrap !important;
    word-break: keep-all !important;
  }
  
  .b-tel a {
    color: #ff6c00;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    display: inline;
  }
  
  .b-tel a:hover {
    color: #ff5500;
  }
  
  /* サンクスページのタイトルセクション */
  .thanks-content .thanks-title-section {
    text-align: center !important;
    margin-bottom: 3rem !important;
  }
  
  .thanks-content .thanks-complete-title {
    color: #ff6c00 !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    margin: 0 0 1rem !important;
    letter-spacing: 0.05em !important;
  }
  
  .thanks-content .thanks-complete-message {
    color: #333333 !important;
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    margin: 0 !important;
    letter-spacing: 0.04em !important;
    line-height: 1.6 !important;
  }
  
  @media screen and (max-width: 767px) {
    .thanks-content .thanks-title-section {
      margin-bottom: 2rem !important;
    }
    
    .thanks-content .thanks-complete-title {
      font-size: 2rem !important;
      margin: 0 0 1.5rem !important;
    }
    
    .thanks-content .thanks-complete-message {
      font-size: 1.5rem !important;
      line-height: 1.7 !important;
    }
  }

  /* サンクスページのフッター */
  .footer-bg {
    background-color: #fefce1;
    padding: 2rem 0;
  }
  
  .footer-txt {
    color: #333333;
    font-size: 0.875rem;
    text-align: center;
    margin: 0;
  }
  
  @media screen and (max-width: 767px) {
    .footer-txt {
      font-size: 1.25rem;
    }
  }
  
  /* プライバシーポリシー専用スタイル */
  .thanks-info .privacy-content h2 {
    color: #333333 !important;
    font-size: 1.5rem !important;
    font-weight: 900 !important;
    margin: 2.5rem 0 1rem !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 2px solid #ff6c00 !important;
  }
  
  .privacy-content ul {
    margin: 1rem 0 1.5rem 1.5rem;
    padding: 0;
  }
  
  .privacy-content li {
    margin: 0.5rem 0;
    color: #333333;
    font-size: 1.125rem;
    line-height: 1.8;
    list-style-type: disc;
  }
  
  .contact-info {
    margin: 2rem 0;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 0.625rem;
    border: 1px solid #e0e0e0;
  }
  
  .contact-info p {
    margin: 0.75rem 0;
    color: #333333;
    font-size: 1.125rem;
    line-height: 1.6;
  }
  
  @media screen and (max-width: 767px) {
    .thanks-info .privacy-content h2 {
      font-size: 1.8rem !important;
      font-weight: 900 !important;
      margin: 3rem 0 1.5rem !important;
    }
    
    .privacy-content li {
      font-size: 1.375rem;
      margin: 0.75rem 0;
    }
    
    .contact-info {
      padding: 2rem 1.5rem;
    }
    
    .contact-info p {
      font-size: 1.375rem;
      margin: 1rem 0;
    }
  }
}