@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
  scroll-padding-top: 0rem;
}

@media (max-width: 540px) {
  html {
    font-size: 2vw;
  }
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #353535;
}

br.br--pc,
br.br--sp,
br.br--sp01,
br.br--sp02 {
  display: none;
}

/* PCだけ改行 */
@media (min-width: 768px) {
  br.br--pc {
    display: inline;
  }
}
/* 〜767px（SP全体）だけ改行 */
@media (max-width: 767px) {
  br.br--sp {
    display: inline;
  }
}
/* 444–767px（sp-01）だけ改行 */
@media (max-width: 767px) and (min-width: 444px) {
  br.br--sp01 {
    display: inline;
  }
}
/* 〜443px（sp-02）だけ改行 */
@media (max-width: 443px) {
  br.br--sp02 {
    display: inline;
  }
}
picture {
  display: block;
}

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

#container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container-bg {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("../img/bg.webp");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #e3c9cd;
}

.main-container {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.1), 0px 0px 24px -8px rgba(0, 0, 0, 0.1);
}

.sub-container {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.inner {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .inner {
    width: 100%;
  }
}
.all_svg {
  display: none;
}

.font-red {
  color: #bd3932;
}

.header {
  padding-block: 2.4rem;
  margin-bottom: 3rem;
  padding-inline: 1rem;
}

@media (max-width: 767px) {
  .header {
    padding-block: 1.6rem;
  }
}
.header img {
  width: 16.4rem;
}

.header-logo {
  margin-top: 1rem;
  margin-left: 2rem;
}

.top-title {
  margin-bottom: 2.4rem;
  padding-inline: 2.4rem;
}

footer {
  background-color: #bd3932;
  color: #fff;
  padding: 1rem 2.5rem;
  text-align: center;
}

.footer-logo {
  width: 6.1rem;
  margin-inline: auto;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.footer-text {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2941176471;
  letter-spacing: -0.025em;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-block: 3rem 3.8rem;
}

.footer-nav a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3571428571;
  letter-spacing: -0.025em;
  transition: all 0.1s ease;
}

.footer-nav a:hover {
  opacity: 0.7;
}

.copy-right {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6153846154;
  letter-spacing: -0.025em;
}

.float-cta {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(1.5rem, env(safe-area-inset-bottom, 0) + 1rem);
  z-index: 9999;
  width: 90%;
  max-width: 486px;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 0.2rem solid #fff;
  background: linear-gradient(110deg, #bd3932 0%, #ed213a 100%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.7575757576;
  letter-spacing: 0.05em;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transition: transform 80ms ease, box-shadow 120ms ease, background-size 200ms ease, background-position 200ms ease, filter 120ms ease, opacity 150ms ease;
}

.float-cta svg {
  width: 2.6rem;
  display: block;
  padding-bottom: 0.5rem;
}

.float-cta svg path {
  fill: currentColor;
  transition: transform 120ms ease;
}

.float-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.float-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(237, 33, 58, 0.35), 0 2px 6px rgba(0, 0, 0, 0.12);
}

@media (hover: hover) and (pointer: fine) {
  .float-cta:hover {
    background-image: linear-gradient(110deg, #bd3932 17.8%, #c62828 100%);
    background-size: 120%;
    background-position: right center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    filter: saturate(1.05);
  }
  .float-cta:active {
    transform: translate(-50%, 1px);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(110deg, rgb(180.9338912134, 54.5673640167, 47.8661087866) 17.8%, rgb(189.5142857143, 38.2857142857, 38.2857142857) 100%);
  }
  .float-cta:hover svg path {
    transform: translateY(-1px);
  }
  .float-cta:active svg path {
    transform: translateY(0);
  }
}
.left-side {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 4rem;
}

.l-side-link-logo svg path {
  fill: #353535;
}

.l-side-link-logo svg:hover path {
  fill: #bd3932;
}

.l-side-link-logo svg text {
  fill: #353535;
}

.l-side-link-logo svg:hover text {
  fill: #bd3932;
}

.left-side-title {
  width: 22.2916666667vw;
  margin: 0 auto;
}

.l-side-text {
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.5555555556;
  text-align: center;
  margin-top: 1.5rem;
}

.l-side-nav {
  font-size: min(1.75vw, 2rem);
  line-height: 1.7222222222;
  font-weight: 600;
  letter-spacing: -0.025em;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  gap: 1.5rem;
  margin: 3rem 0 0 6rem;
}

.l-side-nav-item .logo {
  display: inline-block;
  background-color: #353535;
  -webkit-mask: url(../img/l-side.webp) no-repeat center center/contain;
          mask: url(../img/l-side.webp) no-repeat center center/contain;
  position: relative;
  top: -0.36em;
  margin-right: 0.1em;
}
.l-side-nav-item a:hover {
  color: #bd3932;
}
.l-side-nav-item a:hover .logo {
  background-color: #bd3932;
}
.l-side-nav-item a:active {
  color: rgb(156.7355648536, 47.2694560669, 41.4644351464);
}
.l-side-nav-item a:active .logo {
  background-color: rgb(156.7355648536, 47.2694560669, 41.4644351464);
}

.right-side {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.right-side img {
  width: 40.8rem;
}

@media screen and (min-width: 1439px) {
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 1350px) and (min-width: 1180px) {
  .left-side {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
  }
  .left-side-title {
    width: 29rem;
    margin: 0 auto;
  }
  .l-side-text {
    font-size: 2rem;
  }
  .l-side-nav {
    line-height: 1.7222222222;
    font-weight: 600;
    letter-spacing: -0.025em;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    margin: 3rem 0 0 3rem;
  }
  .right-side {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }
  .right-side img {
    width: 30rem;
  }
}
@media screen and (max-width: 1179px) and (min-width: 1150px) {
  .left-side {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
  }
  .left-side-title {
    width: 25rem;
    margin: 0 auto;
  }
  .l-side-text {
    font-size: 1.8rem;
  }
  .l-side-nav {
    line-height: 1.7222222222;
    font-weight: 600;
    letter-spacing: -0.025em;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    margin: 3rem 0 0 2rem;
  }
  .right-side {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }
  .right-side img {
    width: 24rem;
  }
}
@media screen and (max-width: 1149px) {
  .left-side {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
  }
  .left-side-title {
    width: 22.5rem;
    margin: 0 auto;
  }
  .l-side-text {
    font-size: 1.6rem;
  }
  .l-side-nav {
    line-height: 1.7222222222;
    font-weight: 600;
    letter-spacing: -0.025em;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    margin: 3rem 0 0 2rem;
  }
  .right-side {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }
  .right-side img {
    width: 24rem;
  }
}
@media screen and (max-width: 1049px) {
  .left-side,
  .right-side {
    display: none;
  }
}
/*--------------------
セクション01
--------------------*/
.sec01 {
  padding-block: 3.8rem 0rem;
  position: relative;
}

.sec01 h2 img {
  width: 44rem;
  margin: auto;
}

.sec01-point-img {
  position: absolute;
  top: 13rem;
  right: 0;
  width: 7.5rem;
}

.sec01-text01 {
  position: relative;
  padding-block: 3.7rem;
  font-size: 2.1rem;
  line-height: 1.7619047619;
  text-align: center;
  font-weight: 600;
}

.sec01-text02 {
  padding-block: 0 3.7rem;
  font-size: 2.1rem;
  line-height: 1.7619047619;
  text-align: center;
  font-weight: 600;
}

.sec01-text-img img {
  position: relative;
  top: 0.2rem;
  width: 20rem;
  margin-right: 0.2rem;
}

.sec01-text02-1 {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.sec01-main-img {
  margin: 0 auto;
  padding-right: 4rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.sec01-main-img img {
  width: 32.7rem;
}

.sec01-main-img-text {
  font-size: 1.5rem;
  line-height: 20/11;
  font-weight: 500;
  text-align: left;
  display: flex;
  justify-content: center;
  margin-top: 1.3rem;
}

.sec01-cta-wrapper {
  background-color: #fff3f3;
  padding-block: 3rem;
  margin-top: 3.5rem;
}

.sec01-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  gap: 0.5rem;
  width: 90%;
  height: 8rem;
  padding-inline: 2.4rem;
  border-radius: 999px;
  border: 0.1rem solid #fff;
  background: linear-gradient(110deg, #bd3932 0%, #ed213a 100%);
  background-size: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.7575757576;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  transition: transform 80ms ease, box-shadow 120ms ease, background-size 200ms ease, background-position 200ms ease, filter 120ms ease;
}

.sec01-btn .sec01-btn-img img {
  width: 2.6rem;
  display: block;
  padding-bottom: 0.5rem;
}

.sec01-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(237, 33, 58, 0.35), 0 2px 6px rgba(0, 0, 0, 0.18);
}

@media (hover: hover) and (pointer: fine) {
  .sec01-btn:hover {
    background-image: linear-gradient(110deg, #bd3932 17.8%, #c62828 100%);
    background-size: 120%;
    background-position: right center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    filter: saturate(1.05);
  }
  .sec01-btn:active {
    transform: translateY(1px);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.2);
    border: 0.3rem solid #fff;
    background-image: linear-gradient(110deg, rgb(180.9338912134, 54.5673640167, 47.8661087866) 17.8%, rgb(189.5142857143, 38.2857142857, 38.2857142857) 100%);
  }
  .sec01-btn .sec01-btn-img {
    transition: transform 120ms ease;
  }
  .sec01-btn:hover .sec01-btn-img {
    transform: translateY(-1px);
  }
  .sec01-btn:active .sec01-btn-img {
    transform: translateY(0);
  }
}
.sec02 {
  background-image: url("../img/bg-2.webp");
  background-size: 100%;
  background-position: center top;
  background-repeat: repeat;
  padding-block: 10rem 5rem;
}

.sec02-box01,
.sec02-box02 {
  padding-inline: 4%;
}

.sec02-cat-talk {
  position: relative;
  z-index: 1;
}

.sec02-box01-container {
  background-color: #fff8f8;
  width: 100%;
  padding-block: 3.1rem 3.4rem;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.3), 0px 6px 24px -4px rgba(0, 0, 0, 0.1);
  margin-top: -0.5rem;
  margin-bottom: 4.6rem;
}

.sec02-text01 {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4347826087;
  color: #bd3932;
  background-color: rgba(189, 57, 50, 0.13);
  border-radius: 2rem;
  width: 90%;
  height: 9.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.8rem auto 2.6rem;
  text-align: center;
}

.sec02-text02 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
  color: #353535;
  margin-bottom: 2.6rem;
}

@media (max-width: 767px) {
  .sec02-text02 {
    font-size: clamp(16px, 1.8rem, 100vw);
  }
}
.sec02-text-img {
  width: 18rem;
  margin-bottom: 0.4rem;
}

.sec02-text02-2 {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.sec02-box02-text03 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  color: #353535;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .sec02-box02-text03 {
    font-size: clamp(16px, 1.8rem, 100vw);
  }
}
.sec02-box02-text03-1 {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.sec02-text03-img {
  position: relative;
  top: 0.1rem;
  width: 18.5rem;
  max-width: 160px;
  margin-right: 0.4rem;
}

.sec02-text03-img img {
  margin-bottom: -2px;
}

.text-margin {
  margin-left: -0.5rem;
}

.sec02-btn {
  margin: 5.5rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0071bc;
  border: #fff 0.1rem solid;
  width: 90%;
  height: 7.6rem;
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  /* 既存の all を置き換え（見た目は同じ、動きだけ改善） */
  transition: transform 80ms ease, box-shadow 120ms ease, filter 120ms ease;
  gap: 1rem;
}

.sec02-btn-img01 {
  width: 5.8rem;
  transition: transform 120ms ease;
}

.sec02-btn-img02 {
  width: 1.9rem;
  margin-left: 2.6rem;
  transition: transform 120ms ease;
}

.sec02-btn-text01 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1em;
  border-radius: 0.8rem;
  text-shadow: 1px 1px 0 #000;
}

.sec02-btn-text01 span {
  font-size: 2.2rem;
}

.sec02-btn-text02 {
  text-shadow: 1px 1px 0 #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.25;
  color: #ffff00;
}

.sec02-btn .sec02-btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.1rem;
  margin-right: 1rem;
}

@media (hover: hover) and (pointer: fine) {
  .sec02-btn:hover {
    background-color: #006699;
  }
  .sec02-btn:active {
    transform: translateY(1px);
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.2);
    border: 0.2rem solid #fff;
    background-color: #006699;
  }
  .sec02-btn:active .sec02-btn-text02 {
    text-shadow: none;
  }
  .sec02-btn:active-img01, .sec02-btn:active-img02 {
    transform: translateY(0);
  }
}
.sec03 {
  background: url("../img/bg-2.webp") repeat center top/100% auto;
}

.sec03 h2 {
  width: 100%;
}

.point-lists {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-inline: 4%;
}

.list-num {
  background-color: #bd3932;
  border-radius: 50%;
  width: 5.1rem;
  height: 5.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.list-num .list-num-point {
  font-size: 0.9rem;
  line-height: 1;
}

.list-num .list-num-num {
  font-size: 1.8rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .list-num .list-num-num {
    font-size: clamp(16px, 1.8rem, 100vw);
  }
}
.list-title {
  margin-left: 2.8rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4230769231;
  margin-bottom: 2rem;
}

.list-text {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 500;
  margin-left: 2.8rem;
}

.list-text span {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .list-text {
    font-size: clamp(16px, 1.8rem, 100vw);
  }
}
.point-list {
  position: relative;
  padding-top: 1.3rem;
  background-color: #fff8f8;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.3), 0px 6px 24px -4px rgba(0, 0, 0, 0.1);
}

.list-img01 {
  position: absolute;
  right: 0;
  bottom: 1rem;
}

.list-img01 img {
  width: 17rem;
}

@media (max-width: 443px) {
  .list-img01 img {
    width: 17rem;
  }
}
.point-list01 {
  height: 22.3rem;
}

.point-list02 {
  height: 25rem;
}

.point-03-text-img {
  width: 18.4rem;
  position: relative;
  top: 0.15rem;
  margin: 0 0.15rem;
}

.point-03-list-text01 {
  display: flex;
  align-items: baseline;
}

.list-img02 {
  position: absolute;
  right: 0;
  bottom: 1rem;
}

.list-img02 img {
  width: 15rem;
}

.point-list03 {
  height: 31.4rem;
}

.list-img03 {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}

.list-img03 img {
  width: 11.4rem;
}

.sec04 {
  padding-block: 10rem 10rem;
}

.sec04-title,
.sec05-title {
  font-size: 5.6rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin-bottom: 5rem;
}
.sec04-title span,
.sec05-title span {
  display: block;
}

.sec04-title .title-ja,
.sec05-title .title-ja {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}

.product {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: center;
}

.product-img {
  width: 24.2rem;
  flex-shrink: 0;
}

.product-text {
  padding-top: 1rem;
}

.product-text .product-text01-title {
  background-color: #bd3932;
  color: #fff;
  width: 8.12rem;
  height: 2.96rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0rem;
}

@media (max-width: 767px) {
  .product-text .product-text01-title {
    font-size: clamp(16px, 1.8rem, 100vw);
  }
}
.product-text .product-text01-text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  margin-bottom: 0.6rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.7346938776;
  letter-spacing: 0.05em;
}

.product-text .product-text01-text .unit {
  font-size: 3.9rem;
}

.product-text .product-text01-text .doll {
  font-size: 4.9rem;
}

.product-text .product-text01-text .tax {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .product-text .product-text01-text .tax {
    font-size: clamp(16px, 1.8rem, 100vw);
  }
}
.product-text .product-text01-text .product-text01-sub-text {
  font-size: 2.1rem;
  line-height: 1.1;
}

.product-text .product-text01-sub-text {
  font-size: 1.4rem;
  line-height: 1.1904761905;
  font-weight: 500;
}

.product-text .product-text01-sub-text .dot-span {
  margin-inline: -5px;
}

.product-text02 {
  margin-top: 2rem;
}

.product-box01 {
  margin-top: 10rem;
}

.product-box-title {
  display: flex;
  align-items: center;
  margin: 0 auto 3.2rem;
  padding-inline: 4%;
}

.product-box-title span {
  background-color: #bd3932;
  color: #fff;
  width: 36.8rem;
  height: 4.2rem;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}

.product-box-title::before {
  content: "";
  flex: 1;
  height: 0.1rem;
  background-color: #bd3932;
}

.product-box-title::after {
  content: "";
  flex: 1;
  height: 0.1rem;
  background-color: #bd3932;
}

.product-box01-text {
  font-size: 1.8rem;
  font: 400;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .product-box01-text {
    font-size: clamp(16px, 1.8rem, 100vw);
  }
}
.product-table {
  display: flex;
  padding-inline: 4%;
}

.product-table-01,
.product-table-02 {
  width: 50%;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.2105263158;
  text-align: center;
}

.top-div {
  font-size: 2.1rem;
  line-height: 1.1904761905;
  color: #fff;
  background-color: #652121;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div01 {
  border-right: #fff solid 0.1rem;
}

.main-div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.7rem;
  border-left: #652121 solid 0.1rem;
  border-bottom: #652121 solid 0.1rem;
}

.product-table-02 {
  border-right: #652121 solid 0.1rem;
}

.table-sub-text {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  line-height: 1.3571428571;
  margin-top: 0.5rem;
  margin-right: 2rem;
}

.product-box02 {
  margin-top: 6.7rem;
}

.product-box03 {
  margin-top: 6.7rem;
}

.product-box03-text {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-inline: 6%;
}

.product-box03-text span {
  margin-right: 2rem;
}

.foot-img {
  width: 1.8rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.product-box03-text02 {
  align-items: flex-start;
}

.foot-img-box {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 2rem;
}

.product-box01-text-span {
  text-align: left;
}

.sec05 {
  padding-block: 0rem 10rem;
}

.faq-lists {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  padding-inline: 4%;
}

.faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: #bd3932 solid 0.1rem;
  padding-inline: 1.3rem;
  height: 6.9rem;
}

.faq-title .faq-list-title {
  font-size: 2.1rem;
  line-height: 1.2380952381;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.faq-title .faq-list-title span {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background-color: #bd3932;
  color: #fff;
  font-weight: 600;
  font-size: 1.9rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.1rem;
}

.faq-plus {
  right: 0;
}

.faq-plus span {
  background-color: #bd3932;
  display: block;
  width: 1.8rem;
  height: 0.3rem;
}

.faq-plus span::after {
  content: "";
  background-color: #bd3932;
  display: block;
  width: 1.8rem;
  height: 0.3rem;
  transform: rotate(90deg);
  transition: all 0.1s ease;
}

.accordion-button {
  cursor: pointer;
  transition: all 0.1s ease;
}

.accordion-content {
  display: none;
}

.accordion-button.open .faq-plus span {
  background-color: #bd3932;
}

.accordion-button.open .faq-plus span::after {
  transform: rotate(0deg);
  background-color: #bd3932;
}

.faq-list-text {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 400;
  padding: 2.3rem 1.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}

.faq-list-sub-text {
  letter-spacing: -0.01em;
}

.accordion-button {
  cursor: pointer;
  transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease, transform 80ms ease;
  will-change: transform, box-shadow;
}

.accordion-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(189, 57, 50, 0.25), 0 1px 0 rgba(0, 0, 0, 0.06);
  border-color: #bd3932;
}

@media (hover: hover) and (pointer: fine) {
  .accordion-button {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
  }
  .accordion-button:hover {
    background-color: rgba(189, 57, 50, 0.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06), 0 1px 0 rgba(0, 0, 0, 0.06);
    border-color: rgb(199.5, 159.9, 157.8);
  }
  .accordion-button:active {
    transform: translateY(1px);
    background-color: rgba(189, 57, 50, 0.08);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.08);
    border-color: rgb(171, 105, 101.5);
  }
}
.faq-plus {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  display: grid;
  place-items: center;
}

.faq-plus span {
  position: relative;
  display: block;
  width: 1.8rem;
  height: 0.3rem;
  background-color: #bd3932;
  border-radius: 2px;
  transition: transform 140ms ease, opacity 140ms ease, background-color 120ms ease;
}

.faq-plus span::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 1.8rem;
  height: 0.3rem;
  background-color: #bd3932;
  border-radius: 2px;
  transform: rotate(90deg);
  transition: transform 140ms ease, background-color 120ms ease;
}

.accordion-button.open .faq-plus span::after {
  transform: rotate(0deg);
}

.faq-title {
  gap: 1.2rem;
  padding-inline: 1.6rem;
  min-height: 6.9rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.faq-title .faq-list-title {
  transition: color 120ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .faq-title:hover .faq-list-title {
    color: rgb(151.2, 45.6, 40);
  }
  .faq-title:active .faq-list-title {
    color: rgb(122.85, 37.05, 32.5);
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button,
  .faq-plus span,
  .faq-plus span::after {
    transition: none !important;
  }
}
.sec06 {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
  padding-inline: 4%;
}

.sec06-box {
  border: #bd3932 0.1rem solid;
  padding-bottom: 2.6rem;
}

.sec06-title {
  background-color: #bd3932;
  color: #fff;
  width: 36.6rem;
  height: 4.2rem;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto;
  transform: translateY(-50%);
}

.sec06-title span {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
}

.sec06-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7222222222;
  text-align: center;
}

@media (max-width: 767px) {
  .sec06-text {
    font-size: clamp(16px, 1.8rem, 100vw);
  }
}
.cta {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  margin-top: 6rem;
  padding-bottom: 7.6rem;
  background-color: #fff3f3;
  padding-top: 7.6rem;
}

.cta-log-in {
  background-color: #13ad66;
  color: #fff;
  border: #fff 0.1rem solid;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  align-items: center;
  justify-content: center;
  width: 45rem;
  height: 6.8rem;
  border-radius: 3.4rem;
  margin: 0 auto;
  line-height: 1;
  transition: all 0.1s ease;
}

.cta-log-in svg {
  width: 3.6rem;
}

.cta-log-in:hover {
  background-color: #11985a;
}

.cta-log-in:active {
  transform: scale(0.99); /* 少し縮む */
  background-color: #0f8d53; /* 濃い色で押した感 */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) inset; /* 内側影 */
  outline: 2px solid #13ad66;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #13ad66;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.cta-conatact {
  background-color: #39a9d3;
  border: #fff 0.1rem solid;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  align-items: center;
  justify-content: center;
  width: 45rem;
  height: 6.8rem;
  border-radius: 3.4rem;
  margin: 0 auto;
  transition: all 0.1s ease;
}

.cta-conatact:hover {
  background-color: #2b98c1;
}

.cta-conatact:active {
  transform: scale(0.99);
  background-color: #2e89ab;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) inset;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #39a9d3;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.icon {
  color: #fff; /* 通常色 */
  transition: color 0.25s; /* なめらかに */
  display: inline-block;
}