@charset "UTF-8";
/* 濃いオレンジ */
/* 黄色 */
/* 赤 */
/* 水色 */
/* 薄いベージュ */
/* 薄い黄色 */
/* 青 */
/* ===========================================
common
=========================================== */
:root {
  --color-primary: #FF9010;
  /* 濃いオレンジ */
  --color-secondary: #FFFB00;
  /* 黄色 */
  --color-accent: #FF0000;
  /* 赤 */
  --color-bg01: #CBEDFF;
  /* 水色 */
  --color-bg02: #FFF7EE;
  /* 薄いベージュ */
  --color-bg03: #FFF4C7;
  /* 薄い黄色 */
  --color-black: #000000;
  --color-white: #ffffff;
  --color-button: #0084FF;
  /* 青 */
  --font-bace: Noto Sans JP, sans-serif;
  --font-num: Inria Sans, sans-serif;
  --font-tel: Afacad, sans-serif;
  --font-sub: Inter, sans-serif;
}

html {
  font-size: 100%;
}

body {
  color: var(--color-black);
  font-size: 1rem;
  font-family: var(--font-bace);
  color: var(--color-black);
  line-height: 1.5;
  background-color: var(--color-white);
}

a {
  display: inline-block;
  cursor: pointer;
}

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

.inner {
  width: min(77.5rem, 100%);
  padding-inline: 1.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .inner {
    padding-inline: 1.25rem;
  }
}

/* フォーカスインジケーター スタイル必要に応じて調整 ※背景とのコントラスト比 3:1 以上*/
a,
button,
input,
select,
textarea,
summary,
[tabindex]:not([tabindex="-1"]) {
  outline: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  -webkit-box-shadow: 0 0 8px 3px rgb(0, 90, 156);
  box-shadow: 0 0 8px 3px rgb(0, 90, 156);
}

/* チェックボックス・ラジオ用のフォーカスインジケーター */
input[type=checkbox],
input[type=radio] {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=checkbox]:focus-visible + span::before,
input[type=radio]:focus-visible + span::before {
  -webkit-box-shadow: 0 0 8px 3px rgb(0, 90, 156);
  box-shadow: 0 0 8px 3px rgb(0, 90, 156);
}

/* テキストエリアのサイズを縦のみ変更可能に */
textarea {
  resize: vertical;
}

/* ===========================================
電話番号リンクpcで無効
=========================================== */
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.common-pagination.swiper-pagination-horizontal {
  position: absolute;
  bottom: -1.875rem;
  text-align: center;
}

.common-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 0.25rem;
  background-color: #fff;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .common-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 0.8125rem;
    height: 0.8125rem;
    margin: 0 0.46875rem;
  }
}

.common-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #e46a00;
}

/* ===========================================
utility
=========================================== */
.pc-only {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

/* スクリーンリーダー用のテキスト等を非表示に */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.text-inline-block {
  display: inline-block;
}

.accent {
  color: var(--color-accent);
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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. 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;
}

.button-nav {
  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;
  min-width: 8.75rem;
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1;
  padding-block: 1rem;
  background-color: #FF9010;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 769px) {
  .button-nav {
    min-width: clamp(8.75rem, 4.4523099851rem + 8.9418777943vw, 12.5rem);
  }
}
@media (any-hover: hover) {
  .button-nav:hover {
    background-color: var(--color-button);
  }
}

.g-nav {
  width: 100%;
}

.g-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.25rem;
  width: 100%;
  height: 100%;
  padding-block: 0.6875rem 1rem;
  padding-inline: 0.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .g-nav__inner {
    padding-block: 1.3125rem 1.75rem;
    padding-inline: 1.875rem 3.5625rem;
  }
}

.g-nav__logo {
  width: clamp(7.75rem, 5.0066793893rem + 11.7048346056vw, 10.625rem);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .g-nav__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: clamp(10.625rem, 6.9719634873rem + 7.6005961252vw, 13.8125rem);
  }
}
@media (any-hover: hover) {
  .g-nav__logo:hover {
    opacity: 0.6;
  }
}

.g-nav__nav {
  display: none;
}
@media screen and (min-width: 769px) {
  .g-nav__nav {
    display: block;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .g-nav__nav--footer {
    display: block;
  }
}

.g-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 0.625rem;
  height: 100%;
}

.heading {
  font-size: clamp(1.5625rem, 1.0611028316rem + 1.043219076vw, 2rem);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  padding-block: 0.9375rem;
  background-color: var(--color-white);
  border: 3px solid var(--color-black);
  border-radius: 5.625rem;
}
@media screen and (min-width: 769px) {
  .heading {
    font-size: 2.1875rem;
    line-height: 1.9285714286;
    padding-block: 0.1875rem;
    border: 4px solid var(--color-black);
  }
}

.heading__lead {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-white);
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .heading__lead {
    font-size: 1.5625rem;
    line-height: 1.08;
    margin-top: 1.625rem;
  }
}

.footer {
  display: none;
}
@media screen and (min-width: 769px) {
  .footer {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.4375rem;
  background-color: #fff;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .header {
    position: static;
    height: auto;
    min-height: 6.3125rem;
  }
}

.header__hamburger {
  position: absolute;
  z-index: 20;
  position: fixed;
  top: 0.625rem;
  right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  gap: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 769px) {
  .header__hamburger {
    display: none;
  }
}
.header__hamburger-lines {
  width: 1.25rem;
  height: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__hamburger-line {
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: var(--color-black);
  -webkit-transition: translate 0.3s, opacity 0.3s;
  transition: translate 0.3s, opacity 0.3s;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.375rem;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open .header__hamburger-line:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.375rem;
}

.header__hamburger-menu {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  height: 100vh;
  background-color: var(--color-white);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__hamburger-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.header__hamburger-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  padding-block: 7rem 2rem;
  padding-inline: 1.25rem;
}

.header__hamburger-item a {
  font-size: 1.25rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__hamburger-item a:hover {
  color: #ddd;
}

.anxiety {
  position: relative;
  background-color: var(--color-primary);
  padding-block: 1.25rem 1.9375rem;
}
@media screen and (min-width: 769px) {
  .anxiety {
    padding-block: 3.5625rem;
  }
}
.anxiety::after {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
  content: "";
  display: inline-block;
  width: 3.3125rem;
  height: 1.5rem;
  background-color: var(--color-primary);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (min-width: 769px) {
  .anxiety::after {
    width: 8.3125rem;
    height: 3.75rem;
  }
}

.anxiety__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5625rem;
  width: min(28.125rem, 100%);
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .anxiety__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.125rem;
    width: 100%;
    margin-top: 2.0625rem;
  }
}

.anxiety__item {
  position: relative;
  color: var(--color-white);
  text-align: center;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 4px 4px 0 #C76A00;
  box-shadow: 0 4px 4px 0 #C76A00;
}

.anxiety__item-image {
  position: relative;
}
.anxiety__item-image img {
  aspect-ratio: 584/438;
}

.anxiety__item-content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-block: 11px 14px;
  padding-inline: 12px;
}
@media screen and (min-width: 769px) {
  .anxiety__item-content {
    padding-block: 1.4375rem 1.75rem;
    padding-inline: 1.25rem;
  }
}

.anxiety__item-title-wrap {
  position: relative;
}

.anxiety__item-title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38%;
  border-radius: clamp(1.0625rem, 0.1313338301rem + 1.9374068554vw, 1.875rem) clamp(1.0625rem, 0.1313338301rem + 1.9374068554vw, 1.875rem) 0 0;
  z-index: 10;
  mix-blend-mode: multiply;
}

.anxiety__item-title-overlay--blue {
  background-color: rgba(84, 107, 153, 0.8);
}

.anxiety__item-title-overlay--green {
  background-color: rgba(84, 153, 131, 0.8);
}

.anxiety__item-title-first {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .anxiety__item-title-first {
    font-size: clamp(1.25rem, 0.7486028316rem + 1.043219076vw, 1.6875rem);
    line-height: 1.5;
  }
}

.anxiety__item-title-second {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-white);
  z-index: 20;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 769px) {
  .anxiety__item-title-second {
    font-size: clamp(2.5rem, 1.0674366617rem + 2.9806259314vw, 3.75rem);
    font-weight: 700;
    margin-top: 0.6875rem;
  }
}
.anxiety__item-title-second span {
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .anxiety__item-title-second span {
    font-size: clamp(2rem, 1.0688338301rem + 1.9374068554vw, 2.8125rem);
  }
}
.anxiety__item-title-second .text-yellow {
  font-size: inherit;
  color: var(--color-secondary);
}

.anxiety__item-label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.9375rem;
  margin-top: auto;
}

.anxiety__item-label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  font-weight: 700;
  color: var(--color-black);
  letter-spacing: 0.05em;
  text-align: center;
  width: calc(50% - 0.9375rem);
  padding-block: 0.25rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4.375rem;
}
@media screen and (min-width: 769px) {
  .anxiety__item-label {
    font-size: clamp(0.9375rem, 0.077961997rem + 1.7883755589vw, 1.6875rem);
    line-height: 1.5;
    padding-block: 0.3125rem;
  }
}

.case-card dl {
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .case-card dl {
    margin-top: 1.375rem;
  }
}
.case-card dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case-card dl dt,
.case-card dl dd {
  font-size: 0.625rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .case-card dl dt,
  .case-card dl dd {
    font-size: 1.1875rem;
    line-height: 1.5263157895;
  }
}
.case-card dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
}
.case-card dl dt::after {
  content: "｜";
}
.case-card dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.case-card__detail {
  padding-left: 1em;
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .case-card__detail {
    margin-top: 1.6875rem;
  }
}

.case-card__detail-item {
  font-size: 0.625rem;
  line-height: 1;
  margin-top: 0.125rem;
}
@media screen and (min-width: 769px) {
  .case-card__detail-item {
    font-size: 1.0625rem;
    margin-top: 0.5rem;
  }
}

.case-voice-card {
  font-family: var(--font-sub);
  padding: 0.625rem;
  background-color: var(--color-white);
  -webkit-box-shadow: 1.5px 1.5px 1.5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1.5px 1.5px 1.5px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 769px) {
  .case-voice-card {
    padding: 1.25rem;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
  }
}

.case-voice-card__image {
  aspect-ratio: 411/285;
}
.case-voice-card__image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.case-voice-card__title {
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .case-voice-card__title {
    font-size: 1.5625rem;
    margin-top: 1.375rem;
  }
}

.case-voice {
  overflow: hidden;
  margin-top: 1.75rem;
}
@media screen and (min-width: 769px) {
  .case-voice {
    margin-top: 5.625rem;
  }
}

.case-voice-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case-voice-tabs__item {
  width: 50%;
  padding-block: 0.625rem;
}
@media screen and (min-width: 769px) {
  .case-voice-tabs__item {
    width: auto;
    padding: 1.1875rem clamp(1rem, -4.2288561848rem + 10.8792846498vw, 5.5625rem);
  }
}
@media (any-hover: hover) {
  .case-voice-tabs__item:hover {
    cursor: pointer;
  }
}

.case-voice-tabs__item--case {
  background-color: var(--color-primary);
}
@media screen and (min-width: 769px) {
  .case-voice-tabs__item--case {
    padding-left: 7.5rem;
  }
}

.case-voice-tabs__item--voice {
  background-color: #C9E6D7;
}

.case-voice-tabs__title {
  width: 6.9375rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  text-align: center;
  padding-block: 0.1875rem;
  margin-inline: auto;
  background-color: var(--color-white);
  border-radius: 1.875rem;
}
@media screen and (min-width: 769px) {
  .case-voice-tabs__title {
    width: 14.375rem;
    font-size: 1.6875rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    padding-block: 0.4375rem;
    background-color: var(--color-white);
    border-radius: 3.75rem;
  }
}

.case-voice-tabs__panel-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.case-voice-tabs__panel-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.case-voice-tabs__panel {
  padding: 1.3125rem 0 3.25rem 1.875rem;
}
@media screen and (min-width: 769px) {
  .case-voice-tabs__panel {
    padding: 2.8125rem 0 6.6875rem 7.5rem;
  }
}

.case-voice-tabs__panel--case {
  background-color: var(--color-primary);
}

.case-voice-tabs__panel--voice {
  background-color: #C9E6D7;
}

.case-voice__swiper-container {
  position: relative;
}

.case-voice__swiper {
  overflow: unset;
  clip-path: inset(0% 0% -15% 0%);
}

.case-voice__swiper-slide {
  width: 13.6875rem;
}
@media screen and (min-width: 769px) {
  .case-voice__swiper-slide {
    width: 28.1875rem;
  }
}

.case-voice__swiper-pagination.swiper-pagination-horizontal {
  position: absolute;
  bottom: -4.625rem;
}

.company {
  padding-top: 2rem;
}
@media screen and (min-width: 769px) {
  .company {
    padding-top: 6.375rem;
  }
}

.company__info {
  padding-block: 0.8125rem 0.9375rem;
  padding-inline: 1rem;
  border: 0.125rem solid var(--color-black);
  border-radius: 0 0 0.625rem 0.625rem;
}
@media screen and (min-width: 769px) {
  .company__info {
    padding: 2.375rem 3rem 2.9375rem 3.125rem;
    border: 0.25rem solid var(--color-black);
  }
}

.company__label {
  font-size: 0.8125rem;
  color: var(--color-white);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding-block: 0.375rem 0.1875rem;
  background-color: var(--color-black);
}
@media screen and (min-width: 769px) {
  .company__label {
    font-size: 1.25rem;
    font-weight: 600;
    padding-block: 0.59375rem;
  }
}

.company__wrap {
  display: grid;
  grid-template-areas: "title   title" "address address" "message image" "area    area";
  grid-template-columns: 1fr 30%;
  row-gap: 0.375rem;
  -webkit-column-gap: 0.5625rem;
  -moz-column-gap: 0.5625rem;
  column-gap: 0.5625rem;
}
@media screen and (min-width: 900px) {
  .company__wrap {
    grid-template-areas: "title   image" "address image" "message image" "area    image";
    grid-template-columns: 1fr 30%;
    row-gap: 0.9375rem;
    -webkit-column-gap: 3.125rem;
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem;
  }
}

.company__title {
  grid-area: title;
  font-size: clamp(1.125rem, 0.4988072519rem + 2.6717557252vw, 2rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 900px) {
  .company__title {
    font-size: clamp(2rem, 0.125rem + 3.3333333333vw, 3.125rem);
    font-weight: 700;
    line-height: 1.2;
  }
}

.company__address {
  grid-area: address;
  font-size: clamp(0.5625rem, 0.0714285714rem + 2.0952380952vw, 1.25rem);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 900px) {
  .company__address {
    font-size: 1.25rem;
    text-align: left;
    letter-spacing: 0;
    margin-top: 0;
  }
}

.company__message {
  grid-area: message;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(0.625rem, 0.2678571429rem + 1.5238095238vw, 1.125rem);
  line-height: 1.5;
  padding: 0.6875rem 0.625rem;
  background-color: var(--color-bg03);
  margin-top: 0.125rem;
}
@media screen and (min-width: 900px) {
  .company__message {
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 1rem 1.65625rem;
    margin-top: 0;
  }
}

.company__area {
  grid-area: area;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5625rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .company__area {
    gap: 1.4375rem;
    margin-top: 0.6875rem;
  }
}

.company__area-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.company__area-label-circle {
  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;
  width: clamp(2.6875rem, -0.3092795802rem + 12.786259542vw, 6.875rem);
  aspect-ratio: 1;
  font-size: clamp(0.5rem, -0.0814646947rem + 2.4809160305vw, 1.3125rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background-color: var(--color-primary);
  border-radius: 50%;
}
@media screen and (min-width: 900) {
  .company__area-label-circle {
    width: 6.875rem;
    font-size: 1.3125rem;
  }
}

.company__area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  row-gap: 0.25rem;
}
@media screen and (min-width: 769px) {
  .company__area-list {
    -webkit-column-gap: 1.5625rem;
    -moz-column-gap: 1.5625rem;
    column-gap: 1.5625rem;
    row-gap: 0.625rem;
  }
}
.company__area-list li {
  min-width: clamp(3.75rem, 0.7532204198rem + 12.786259542vw, 7.9375rem);
  font-size: clamp(0.625rem, 0.325722274rem + 1.3047530289vw, 1.5rem);
  line-height: 1;
  text-align: center;
  padding: clamp(0.125rem, -0.031548187rem + 0.6679389313vw, 0.34375rem) 0.375rem;
  background-color: var(--color-secondary);
  border-radius: 0.25rem;
}
@media screen and (min-width: 769px) {
  .company__area-list li {
    min-width: clamp(7.9375rem, 5.5416666667rem + 4.2592592593vw, 9.375rem);
    padding: 0.34375rem 0.9375rem;
    border-radius: 0.625rem;
  }
}

.company__image-wrap {
  grid-area: image;
  align-self: center;
}

.company__image {
  clip-path: circle(50%);
}

.company__ceo {
  font-size: 0.5625rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .company__ceo {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}
.company__ceo span {
  font-size: 0.3125rem;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .company__ceo span {
    font-size: 0.9375rem;
  }
}

.company__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .company__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: clamp(1.875rem, 0.4424366617rem + 2.9806259314vw, 3.125rem);
    padding-left: 4%;
    margin-top: 3.125rem;
  }
}

.company__cta-title {
  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;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-block: 0.9375rem;
  margin-top: 1.8125rem;
  border-block: 0.125rem solid var(--color-black);
}
@media screen and (min-width: 769px) {
  .company__cta-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(1.25rem, 0.1755774963rem + 2.2354694486vw, 2.1875rem);
    padding-block: 0;
    padding-inline: 4%;
    margin-top: 0;
    border-block: 0.1875rem solid var(--color-black);
  }
}

.company__cta-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.company__cta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  width: 20.1875rem;
  margin-top: 1.3125rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .company__cta-info {
    width: auto;
    margin-inline: 0;
  }
}
@media screen and (min-width: 1024px) {
  .company__cta-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.75rem;
    width: auto;
    margin-top: 0;
  }
}
.company__cta-info dt {
  position: relative;
  width: 23%;
  font-size: 1.125rem;
  font-family: var(--font-sub);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.company__cta-info dt::after {
  position: absolute;
  content: "|";
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

.company__cta-info--tel,
.company__cta-info--mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9375rem;
}

.company__cta-info--tel dt {
  text-transform: uppercase;
}
.company__cta-info--tel dd {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-accent);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .company__cta-info--tel dd {
    font-size: clamp(1.5625rem, 0.0240384615rem + 2.4038461538vw, 2.1875rem);
  }
}

.company__cta-info--mail dd {
  font-size: 0.875rem;
  font-family: var(--font-sub);
  line-height: 1;
  letter-spacing: 0.08em;
  padding-right: 1.25rem;
}
@media screen and (min-width: 769px) {
  .company__cta-info--mail dd {
    font-size: 1.4375rem;
  }
}

.company__cta-hours {
  font-size: 0.875rem;
  font-family: var(--font-sub);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.055em;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 769px) {
  .company__cta-hours {
    font-size: 1.125rem;
    text-align: left;
    letter-spacing: 0.08em;
    margin-top: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .company__cta-hours {
    padding-left: 6%;
  }
}

.company__cta-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9375rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .company__cta-button-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: clamp(0.9375rem, -0.5666915052rem + 3.129657228vw, 2.25rem);
    margin-top: 1.375rem;
  }
}

.company__cta-button {
  width: 19.6875rem;
  font-size: 1.125rem;
  font-family: var(--font-sub);
  color: var(--color-white);
  line-height: 1;
  text-align: center;
  padding: 1rem 0.3125rem;
  border-radius: 50px;
  background-color: #0084FF;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (min-width: 769px) {
  .company__cta-button {
    max-width: clamp(7.5rem, 3.9772196262rem + 15.2336448598vw, 17.6875rem);
    font-size: 1.4375rem;
    text-align: center;
    padding: 1.0625rem 0.3125rem;
  }
}
@media (any-hover: hover) {
  .company__cta-button:hover {
    color: var(--color-black);
    background-color: var(--color-secondary);
  }
  .company__cta-button:hover::before {
    background: var(--color-black);
  }
}

.company__cta-button--instagram {
  position: relative;
  padding-left: 2.4375rem;
}
@media screen and (min-width: 769px) {
  .company__cta-button--instagram {
    padding-left: 1.25rem;
  }
}
.company__cta-button--instagram::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(50% - 3.75rem);
  content: "";
  display: inline-block;
  width: 1.1875rem;
  aspect-ratio: 1;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(../images/icon/instagram.png);
  mask-image: url(../images/icon/instagram.png);
  background: var(--color-white);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (min-width: 769px) {
  .company__cta-button--instagram::before {
    left: calc(50% - 4.875rem);
    width: 1.4375rem;
  }
}

.company__map {
  aspect-ratio: 375/455;
  margin-inline: calc(50% - 50vw);
  margin-top: 1.9375rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .company__map {
    aspect-ratio: 1440/728;
    margin-top: 3.5625rem;
  }
}
.company__map iframe {
  width: 100%;
  height: 100%;
}

.faq {
  font-weight: 700;
  padding-block: 1.125rem;
  background-color: var(--color-primary);
}
@media screen and (min-width: 769px) {
  .faq {
    padding-block: 3.75rem 7.5625rem;
  }
}

.faq__lead {
  font-size: 1.5625rem;
  color: var(--color-white);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 2.1875rem;
}

.faq__accordion-wrap {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .faq__accordion-wrap {
    margin-top: 1.6875rem;
  }
}

.faq__accordion-item {
  margin-top: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .faq__accordion-item {
    margin-top: 1.125rem;
  }
}
.faq__accordion-item:first-child {
  margin-top: 0;
}

.faq__accordion-title {
  cursor: pointer;
  display: grid;
  grid-template-columns: clamp(3.4375rem, 2.4911971831rem + 4.0375586854vw, 6.125rem) 1fr clamp(3.4375rem, 2.4911971831rem + 4.0375586854vw, 6.125rem);
}
.faq__accordion-title::-webkit-details-marker {
  display: none;
  /* safariでマーカーを消す */
}

.faq__title-question {
  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;
  font-size: clamp(0.8125rem, 0.2623239437rem + 2.3474178404vw, 2.375rem);
  line-height: 1;
  background-color: var(--color-secondary);
}
.faq__title-text {
  font-size: clamp(0.8125rem, 0.3283450704rem + 2.0657276995vw, 2.1875rem);
  line-height: 1.5384615385;
  text-align: center;
  letter-spacing: 0.08em;
  padding-block: 0.46875rem;
  padding-inline: 0.625rem 0;
  background-color: var(--color-white);
}
@media screen and (min-width: 769px) {
  .faq__title-text {
    letter-spacing: 0.08em;
    line-height: 1.2;
    padding: 1.75rem 1rem;
  }
}

.faq__accordion-title-icon {
  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;
  background-color: var(--color-white);
}
.faq__accordion-title-icon img {
  width: clamp(1.25rem, 0.8098591549rem + 1.8779342723vw, 2.5rem);
  aspect-ratio: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.faq__accordion-item[open] .faq__accordion-title-icon img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq__accordion-content {
  font-size: clamp(0.6875rem, 0.4894366197rem + 0.8450704225vw, 1.25rem);
  line-height: 1.5;
  padding: 0.625rem 1rem;
  background-color: var(--color-bg03);
}
@media screen and (min-width: 769px) {
  .faq__accordion-content {
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 3.40625rem 3.90625rem;
  }
}

.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .fixed-cta {
    left: auto;
    right: 0;
    bottom: 20%;
    width: min(16.25rem, 30%);
    aspect-ratio: 1;
  }
}
.fixed-cta a {
  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;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .fixed-cta {
    display: none;
  }
}

.flow {
  font-weight: 700;
  padding-block: 1.8125rem;
}
@media screen and (min-width: 769px) {
  .flow {
    padding-block: 5.4375rem 6.25rem;
  }
}

.flow__list {
  margin-top: 2.125rem;
}
@media screen and (min-width: 769px) {
  .flow__list {
    margin-top: 3rem;
  }
}

.flow__item {
  position: relative;
  padding: 2.4375rem 1.0625rem 0.875rem;
  background-color: var(--color-bg02);
  border: 0.1875rem solid var(--color-black);
  border-radius: 0.375rem;
  margin-top: 2.125rem;
}
@media screen and (min-width: 1024px) {
  .flow__item {
    padding: 1.4375rem 2.375rem 2.125rem 2.5rem;
    border: 0.25rem solid var(--color-black);
    border-radius: 1.5625rem;
  }
}
.flow__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .flow__item:not(:first-child) {
    padding: 1.4375rem 68px 2.125rem 82px;
  }
}

.flow__number {
  position: absolute;
  top: -1.5rem;
  left: 1.0625rem;
  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;
  width: 3.125rem;
  aspect-ratio: 1;
  font-size: 1.25rem;
  font-family: var(--font-num);
  background-color: var(--color-primary);
  border: 0.1875rem solid var(--color-black);
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .flow__number {
    top: -1.3125rem;
    left: 2.25rem;
    width: clamp(3.75rem, 0.8848733234rem + 5.9612518629vw, 6.25rem);
    font-size: clamp(1.5625rem, -0.2282041729rem + 3.7257824143vw, 3.125rem);
    border: 0.25rem solid var(--color-black);
  }
}

.flow__title {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .flow__title {
    font-size: clamp(1.5rem, 0.7120901639rem + 1.6393442623vw, 2.1875rem);
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}

.flow__lead {
  font-size: 0.6875rem;
  line-height: 1.5454545455;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .flow__lead {
    font-size: 0.9375rem;
    line-height: 1.2;
    margin-top: 1.125rem;
  }
}

.flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .flow__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.6875rem;
    margin-top: 2.5rem;
  }
}

.flow__wrap--01 {
  gap: 0.9375rem;
}

@media screen and (min-width: 769px) {
  .flow__wrap--01 .flow__image {
    width: 46%;
  }
}

.flow__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flow__content-text {
  font-size: 0.6875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-top: 0rem;
}
@media screen and (min-width: 769px) {
  .flow__content-text {
    font-size: clamp(1rem, 0.7134873323rem + 0.5961251863vw, 1.25rem);
    line-height: 1.5;
    margin-top: 0.8125rem;
  }
}

.flow__box {
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0.625rem 6%;
  background-color: var(--color-primary);
  border: 0.125rem solid var(--color-black);
  border-radius: 0.4375rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .flow__box {
    font-size: clamp(1.3125rem, 0.3097056632rem + 2.086438152vw, 2.1875rem);
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 1.5rem 6%;
    background-color: var(--color-primary);
    border: 0.25rem solid var(--color-black);
    border-radius: 0.9375rem;
  }
}

.flow__box--06 {
  font-size: 1rem;
  text-align: center;
  padding-block: 0.8125rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .flow__box--06 {
    font-size: clamp(1.25rem, 0.5337183308rem + 1.4903129657vw, 1.875rem);
    letter-spacing: 0;
    padding-block: 1.5rem;
    padding-inline: 0;
    margin-top: 1.1875rem;
  }
}

.flow__tel-note {
  position: relative;
}
.flow__tel-note::before {
  position: absolute;
  bottom: -0.875rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.115625rem;
  background-color: var(--color-black);
}
@media screen and (min-width: 769px) {
  .flow__tel-note::before {
    bottom: -1.625rem;
    height: 0.25rem;
  }
}

.flow__tel-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.5625rem;
  line-height: 1;
  vertical-align: middle;
  padding-top: 0.75rem;
  margin-top: 0.625rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .flow__tel-label {
    font-size: clamp(1rem, 0.7134873323rem + 0.5961251863vw, 1.25rem);
    margin-top: 1.75rem;
  }
}

.flow__tel-number {
  font-size: 1.5625rem;
  font-family: var(--font-tel);
  color: var(--color-accent);
  -webkit-text-stroke: 1.4px var(--color-white);
  text-shadow: 0.5px 0.5px 0 #fff, -0.5px 0.5px 0 #fff, 0.5px -0.5px 0 #fff, -0.5px -0.5px 0 #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-left: 0.5625rem;
}
@media screen and (min-width: 769px) {
  .flow__tel-number {
    font-size: clamp(1.8125rem, 0.0217958271rem + 3.7257824143vw, 3.375rem);
    -webkit-text-stroke: 2px var(--color-white);
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    margin-left: 1rem;
  }
}

.flow__box--tel {
  padding-bottom: 0.4375rem;
}

.flow__box--mail {
  padding-block: 0.8125rem;
  margin-top: 0.875rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 769px) {
  .flow__box--mail {
    padding-block: 1.5625rem 1.6875rem;
  }
}
@media (any-hover: hover) {
  .flow__box--mail:hover {
    color: var(--color-white);
    background-color: var(--color-button);
  }
}

.flow__image {
  aspect-ratio: 275/158;
  border-radius: 0.1875rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .flow__image {
    width: 50%;
    aspect-ratio: 512/220;
    border-radius: 0.9375rem;
  }
}
.flow__image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.flow__image--01 {
  aspect-ratio: 275/159;
}
@media screen and (min-width: 769px) {
  .flow__image--01 {
    aspect-ratio: 512/296;
  }
}

.flow__text {
  font-size: 0.6875rem;
  line-height: 1.5454545455;
  text-align: justify;
  letter-spacing: 0.1em;
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) {
  .flow__text {
    font-size: clamp(1rem, 0.7134873323rem + 0.5961251863vw, 1.25rem);
    line-height: 1.5;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .flow__text--05 {
    text-align: center;
  }
}

.flow__note {
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 1rem 1rem;
  background-color: var(--color-white);
  border-radius: 0.625rem;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .flow__note {
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 1rem 1rem;
    border-radius: 1.25rem;
    margin-top: 1rem;
  }
}

.flow__cta {
  padding-top: 0.875rem;
  padding-inline: 0.9375rem;
  margin-top: 1.875rem;
  background-color: var(--color-secondary);
  border: 0.1875rem solid var(--color-black);
  border-radius: 0.4875rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 769px) {
  .flow__cta {
    padding-inline: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .flow__cta {
    padding-top: 0;
    padding-inline: 3.125rem 4.3125rem;
    margin-top: 3.9375rem;
    border: 0.25rem solid var(--color-black);
    border-radius: 1.5625rem;
  }
}
@media (any-hover: hover) {
  .flow__cta:hover {
    background-color: var(--color-button);
  }
  .flow__cta:hover .flow__cta-text {
    color: var(--color-white);
  }
}

.flow__cta-wrap {
  display: grid;
  grid-template-areas: "title title" "text image";
  grid-template-columns: 1fr 47%;
}
@media screen and (min-width: 769px) {
  .flow__cta-wrap {
    grid-template-columns: 1fr 34%;
  }
}
@media screen and (min-width: 1024px) {
  .flow__cta-wrap {
    grid-template-areas: "title . text . image";
    grid-template-columns: auto 2.1875rem auto 1.9375rem 15.1875rem;
  }
}

.flow__cta-title {
  grid-area: title;
  font-size: clamp(0.875rem, -0.3773854962rem + 5.3435114504vw, 2.1875rem);
  color: var(--color-accent);
  text-align: center;
  background-color: var(--color-white);
  border-radius: 0.3125rem;
}
@media screen and (min-width: 1024px) {
  .flow__cta-title {
    -ms-flex-item-align: center;
    align-self: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: clamp(1.875rem, -0.5865384615rem + 3.8461538462vw, 2.875rem);
    line-height: 1;
    padding-block: 0.9375rem;
    padding-inline: 2.375rem;
    border-radius: 0.9375rem;
  }
}

.flow__cta-text {
  grid-area: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.6875rem, 0.1521256345rem + 2.2842639594vw, 1.25rem);
  line-height: 1.4545454545;
  margin-top: clamp(1rem, -2.8167938931rem + 16.2849872774vw, 5rem);
}
@media screen and (min-width: 769px) {
  .flow__cta-text {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .flow__cta-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.5;
    padding-top: 0.4375rem;
    margin-top: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

.flow__cta-image {
  grid-area: image;
  margin-top: -0.3125rem;
  margin-right: -1.5rem;
}
@media screen and (min-width: 769px) {
  .flow__cta-image {
    width: 100%;
    margin-top: -2.5rem;
    margin-right: -1.5rem;
  }
}

.fv {
  position: relative;
  padding-bottom: 0.8125rem;
}

.fv__swiper-button-prev,
.fv__swiper-button-next {
  display: none;
}
@media screen and (min-width: 769px) {
  .fv__swiper-button-prev,
  .fv__swiper-button-next {
    display: block;
    position: absolute;
    top: 41.5%;
    width: 4.5625rem;
    aspect-ratio: 1;
    z-index: 10;
  }
  .fv__swiper-button-prev::before,
  .fv__swiper-button-next::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 4.5625rem;
    aspect-ratio: 1;
    background-size: contain;
  }
}

.fv__swiper-button-prev {
  left: 34px;
}
.fv__swiper-button-prev::before {
  background-image: url(../images/icon/arrow_left.png);
}

.fv__swiper-button-next {
  right: 34px;
}
.fv__swiper-button-next::before {
  background-image: url(../images/icon/arrow_right.png);
}

.fv__swiper-pagination.swiper-pagination-horizontal {
  bottom: -2rem;
}
@media screen and (min-width: 769px) {
  .fv__swiper-pagination.swiper-pagination-horizontal {
    bottom: -3.4375rem;
  }
}

.safety {
  padding-top: 1.5625rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .safety {
    padding-top: 4.5rem;
  }
}

.safety__title {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .safety__title {
    width: 37.5rem;
    margin-inline: auto;
  }
}

.safety__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3125rem;
  margin-top: 1.5rem;
}
@media (min-width: 500px) {
  .safety__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.125rem;
  }
}
@media screen and (min-width: 769px) {
  .safety__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4375rem;
  }
}

.safety__item {
  position: relative;
  aspect-ratio: 1;
}
.safety__item::before, .safety__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 1;
  pointer-events: none;
}
.safety__item::before {
  background-color: rgba(89, 80, 73, 0.9);
  mix-blend-mode: multiply;
}
.safety__item::after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .safety__item.is-visible::before, .safety__item.is-visible::after {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .safety__item {
    cursor: pointer;
  }
  .safety__item:hover::before, .safety__item:hover::after {
    opacity: 0;
  }
}

.safety__item--01::after {
  background-image: url(../images/safety-text01.webp);
}

.safety__item--02::after {
  background-image: url(../images/safety-text02.webp);
}

.safety__item--03::after {
  background-image: url(../images/safety-text03.webp);
}

.safety__item--04::after {
  background-image: url(../images/safety-text04.webp);
}

.safety__item--05::after {
  background-image: url(../images/safety-text05.webp);
}

.safety__item--06::after {
  background-image: url(../images/safety-text06.webp);
}

.safety__insurance {
  width: 100vw;
  background-color: var(--color-bg01);
  margin-top: 2.0625rem;
}
@media screen and (min-width: 769px) {
  .safety__insurance {
    margin-top: 9.8125rem;
  }
}

.safety__insurance-wrap {
  position: relative;
  padding-top: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .safety__insurance-wrap {
    padding-block: 2.8125rem 2.75rem;
  }
}

@media screen and (min-width: 769px) {
  .safety__insurance-body {
    padding-left: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .safety__insurance-body {
    padding-left: 48%;
  }
}

.safety__insurance-title-wrap {
  position: relative;
  padding: 1.25rem 0;
  text-align: center;
}

.safety__insurance-title-wrap::before,
.safety__insurance-title-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0.125rem;
  /* 太い線 */
  background-color: var(--color-black);
}
@media screen and (min-width: 769px) {
  .safety__insurance-title-wrap::before,
  .safety__insurance-title-wrap::after {
    height: 0.25rem;
  }
}

.safety__insurance-title-wrap::before {
  top: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .safety__insurance-title-wrap::before {
    top: 0;
  }
}

.safety__insurance-title-wrap::after {
  bottom: 0.625rem;
}
@media screen and (min-width: 769px) {
  .safety__insurance-title-wrap::after {
    bottom: 0.4375rem;
  }
}

.safety__insurance-title {
  font-size: clamp(1.4375rem, 0.9021256345rem + 2.2842639594vw, 2rem);
  font-weight: 500;
  line-height: 1.4782608696;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .safety__insurance-title {
    font-size: clamp(1.5rem, -0.0041915052rem + 3.129657228vw, 2.8125rem);
    line-height: 1.5;
  }
}

.safety__insurance-title::before,
.safety__insurance-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  /* 細い線 */
  background-color: var(--color-black);
}
@media screen and (min-width: 769px) {
  .safety__insurance-title::before,
  .safety__insurance-title::after {
    height: 2px;
  }
}

.safety__insurance-title::before {
  top: 1.0625rem;
}
@media screen and (min-width: 769px) {
  .safety__insurance-title::before {
    top: 0.4375rem;
  }
}

.safety__insurance-title::after {
  bottom: 0.875rem;
}

.safety__insurance-text {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .safety__insurance-text {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}

.safety__insurance-image {
  width: min(23.75rem, 100%);
  margin-inline: auto;
  margin-top: clamp(0.5rem, 0.0229007634rem + 2.0356234097vw, 1rem);
}
@media screen and (min-width: 769px) {
  .safety__insurance-image {
    position: absolute;
    bottom: 0;
    width: 49.5%;
  }
}
@media screen and (min-width: 1024px) {
  .safety__insurance-image {
    width: 41.5%;
    left: 3.3125rem;
  }
}
.safety__insurance-image img {
  aspect-ratio: 500/409;
}

.voice-card {
  min-height: 17.5625rem;
}

.voice-card__meta {
  font-size: 0.6875rem;
  line-height: 1;
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px) {
  .voice-card__meta {
    font-size: 1.0625rem;
    margin-top: 1.25rem;
  }
}

.voice-card__text {
  font-size: 0.6875rem;
  line-height: 1.5263157895;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .voice-card__text {
    font-size: 1.1875rem;
    margin-top: 1.25rem;
  }
}

.worries-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 6.25rem;
}
@media screen and (min-width: 769px) {
  .worries-cta {
    width: min(54.375rem, 100%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.5rem;
    margin-top: 3.125rem;
    margin-inline: auto;
  }
}

.worries-cta__text-wrap {
  display: contents;
}
@media screen and (min-width: 769px) {
  .worries-cta__text-wrap {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.worries-cta__title {
  width: min(34.375rem, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .worries-cta__title {
    width: 31.0625rem;
    padding-top: 1.25rem;
  }
}

.worries-cta__text {
  font-size: clamp(0.8125rem, 0.5143129771rem + 1.272264631vw, 1.125rem);
  font-weight: 500;
  line-height: 2.0769230769;
  color: var(--color-white);
  margin-top: 1.3125rem;
}
@media screen and (min-width: 769px) {
  .worries-cta__text {
    line-height: 1.5;
    margin-top: 2.125rem;
  }
}

.worries-cta__button-wrap {
  margin-inline: auto;
  margin-top: 1.1875rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (min-width: 769px) {
  .worries-cta__button-wrap {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 2.4375rem;
  }
}

.worries-cta__button {
  font-size: clamp(1.375rem, 0.7801395939rem + 2.538071066vw, 2rem);
  line-height: 0.88;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 1.125rem 1.4375rem;
  border-radius: 6.25rem;
  background-color: var(--color-secondary);
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 769px) {
  .worries-cta__button {
    font-size: clamp(1.6875rem, 1.1144746647rem + 1.1922503726vw, 2.1875rem);
    line-height: 1.1571428571;
    padding: 1.4375rem 2.3125rem;
  }
}
@media (any-hover: hover) {
  .worries-cta__button:hover {
    color: var(--color-white);
    background-color: var(--color-button);
  }
}

.worries-cta__note {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--color-accent);
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .worries-cta__note {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    font-size: 1.125rem;
    line-height: 2.25;
    text-align: left;
    margin-top: 0.625rem;
  }
}

.worries-cta__image-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .worries-cta__image-wrap {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 38%;
    margin-top: 0;
  }
}

.worries-cta__circle {
  width: 10rem;
  aspect-ratio: 1;
  background-color: var(--color-white);
  border-radius: 100%;
  border: 0.3125rem solid var(--color-black);
  margin-inline: auto clamp(0.625rem, 0.8039122137rem + -0.7633587786vw, 0.4375rem);
}
@media screen and (min-width: 769px) {
  .worries-cta__circle {
    width: clamp(14.5rem, 12.2078986587rem + 4.7690014903vw, 16.5rem);
    margin-inline: 3.5vw auto;
  }
}

.worries-cta__check {
  width: 2.3125rem;
  aspect-ratio: 1;
  text-align: center;
  margin-inline: auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .worries-cta__check {
    width: 4rem;
    margin-top: 2.5rem;
  }
}

.worries-cta__image-text {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color-black);
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .worries-cta__image-text {
    font-size: clamp(1.75rem, 1.6067436662rem + 0.2980625931vw, 1.875rem);
    line-height: 1.5;
  }
}

.worries-cta__worker {
  width: 12.5rem;
  margin-top: -1.875rem;
}
@media screen and (min-width: 769px) {
  .worries-cta__worker {
    width: clamp(16.25rem, 11.2360283159rem + 10.4321907601vw, 20.625rem);
    margin-top: -3.4375rem;
  }
}

.worries {
  padding-top: 3.25rem;
  background-image: url(../images/bg_orange_sp.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 69.5%;
  background-color: var(--color-primary);
}
@media screen and (min-width: 769px) {
  .worries {
    padding-top: 6.0625rem;
    background-image: url(../images/bg_orange_pc.webp);
    background-size: 100% 72%;
  }
}

.worries__wrap {
  margin-inline: -3% 3%;
}
@media screen and (min-width: 769px) {
  .worries__wrap {
    width: min(54.375rem, 100%);
    margin-inline: auto;
  }
}

.worries__list {
  display: grid;
  grid-template-columns: 1fr;
  width: min(28.125rem, 100%);
  margin-top: 1.1875rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .worries__list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin-top: 2.0625rem;
    margin-inline: auto;
  }
}