@charset "UTF-8";
/* ===========================================
common
=========================================== */
:root {
  --color-dark-blue: #22577e;
  --color-light-blue: #5584ac;
  --color-green: #58d3c9;
  --color-orange: #ffab5b;
  --color-yellow: #f9cc7b;
  --color-black: #333333;
  --color-white: #ffffff;
  --color-light-beige: #f5efe6;
  --color-dark-beige: #e7e0c9;
  --font-bace: "Zen Kaku Gothic New", sans-serif;
  --font-sub: "M PLUS Rounded 1c", sans-serif;
}

html {
  font-size: 100%;
}

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

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

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

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

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

/*! 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. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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;
}

/* ============================================ */
/* 以下スタイル */
/* ---------- */
.inner {
  width: min(37.5rem + 10%, 100%);
  padding-inline: 5%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    width: min(72.5rem, 100%);
    padding-inline: 2.5rem;
  }
}

/* =============================
共通パーツ
============================= */
.js-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.js-fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* テキストカラー変更 ------------------------*/
.text-dark-blue {
  color: var(--color-dark-blue);
}

.text-light-blue {
  color: var(--color-light-blue);
}

.text-green {
  color: var(--color-green);
}

.text-orange {
  color: var(--color-orange);
}

.text-yellow {
  color: var(--color-yellow);
}

/* ボタン -------------------*/
.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 13.125rem;
  height: 3.125rem;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 10px 10px;
  border-radius: 5px;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
@media (any-hover: hover) {
  .button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0.3125rem);
    transform: translateY(0.3125rem);
  }
}
.button:focus-visible {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(0.3125rem);
  transform: translateY(0.3125rem);
}

.button__icon {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.button--tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-size: 1.5rem;
  font-family: var(--font-sub);
  padding-block: 0.875rem 0.4375rem;
  padding-inline: 0.625rem 0.8125rem;
  background-color: var(--color-orange);
  -webkit-box-shadow: 0 5px 0 #d38439;
  box-shadow: 0 5px 0 #d38439;
}
.button--tel .button__tel-main {
  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;
  gap: 0.5625rem;
  line-height: 1;
}
.button--tel .button__text-main {
  line-height: 1;
}
.button--tel .button__text-main .button__icon {
  font-size: 1.375rem;
}
.button--tel .button__text-small {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  display: block;
  margin-top: 0.3125rem;
}

.button--mail {
  gap: 0.625rem;
  font-size: 1.375rem;
  padding-block: 0.75rem 0.4375rem;
  background-color: var(--color-green);
  -webkit-box-shadow: 0 5px 0 #2db2a7;
  box-shadow: 0 5px 0 #2db2a7;
}

/* セクションタイトル -------------------*/
.heading {
  text-align: center;
}

.heading__en {
  font-size: 1.25rem;
  font-weight: 900;
  font-family: var(--font-sub);
  color: var(--color-light-blue);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .heading__en {
    font-size: 1.4375rem;
  }
}

.heading__jp {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4857142857;
  letter-spacing: 0.06em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .heading__jp {
    font-size: 2.1875rem;
    margin-top: 0.75rem;
  }
}

/* キャッチ（青背景角丸テキスト） -------------------*/
.catch {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3333333333;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.03em;
  padding-inline: 0.625rem;
  padding-block: 1.375rem;
  border-radius: 70px;
  background-color: var(--color-light-blue);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .catch {
    font-size: 2.1875rem;
    padding-block: 0.6875rem 0.75rem;
    padding-inline: 2rem 0.75rem;
    border-radius: 50px;
  }
}
@media screen and (max-width: 374px) {
  .catch {
    font-size: 1.25rem;
  }
}

/* =============================
body
============================= */
body {
  -webkit-animation: fadeIn 1.25s ease-out forwards;
  animation: fadeIn 1.25s ease-out forwards;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 5rem;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =============================
ヘッダー
============================= */
.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .header {
    height: 6.25rem;
  }
}

.header--top {
  position: absolute;
  z-index: 100;
  background-color: transparent;
}

.header--fixed {
  display: none;
  position: fixed;
  z-index: 101;
  background-color: var(--color-white);
  will-change: transform, opacity;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-0.75rem);
  transform: translateY(-0.75rem);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header--fixed {
    display: block;
  }
}
.header--fixed.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header__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;
  padding-block: 1.1875rem 1rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-block: 0.8125rem 1rem;
    padding-inline: 1.25rem;
  }
}

.header__logo {
  width: 10.625rem;
  height: auto;
  margin: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .header__logo {
    width: 15rem;
    margin-top: 0.25rem;
  }
}
.header__logo:hover {
  opacity: 0.7;
}

.header__button-wrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
  }
}

@media screen and (min-width: 1280px) {
  .header__button {
    width: 15rem;
    height: 3.75rem;
    font-size: 1.5rem;
  }
}

.header__button--tel {
  font-size: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .header__button--tel {
    font-size: 1.5rem;
  }
}

.header__button--mail {
  font-size: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .header__button--mail {
    font-size: 1.375rem;
  }
}

/* =============================
FV
============================= */
.fv {
  background-color: var(--color-dark-beige);
  padding-block: 5.4375rem 3.125rem;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-block: 4.625rem 5.1875rem;
  }
}

.fv__inner {
  width: min(81.25rem + 5% + 2%, 100%);
  padding-inline: 0.625rem 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    padding-inline: 8.5% 2.5%;
  }
}

/* =============================
about
============================= */
.about {
  padding-block: 4.0625rem 7.9375rem;
  background-color: var(--color-light-beige);
}
@media screen and (min-width: 768px) {
  .about {
    padding-block: 5.875rem 9.375rem;
  }
}

.about__intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .about__intro {
    grid-template-columns: 43.7% 1fr;
    gap: 2rem;
    max-width: none;
  }
}

@media screen and (min-width: 768px) {
  .about__intro-image {
    margin-left: -18%;
  }
}

.about__intro-content {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (min-width: 768px) {
  .about__intro-content {
    padding-top: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .about__intro-content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.about__heading {
  text-align: left;
}

.about__heading-jp {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .about__heading-jp {
    font-size: clamp(1.875rem, 0.7155797101rem + 1.8115942029vw, 2.1875rem);
    line-height: 1.8857142857;
    margin-top: 0.8125rem;
    margin-right: -1.1875rem;
  }
}
@media screen and (max-width: 399px) {
  .about__heading-jp {
    font-size: 1.1875rem;
  }
}
.about__heading-jp .underline {
  position: relative;
  margin-left: -0.5em;
}
.about__heading-jp .underline::before {
  content: "";
  position: absolute;
  left: 0.4em;
  bottom: -4px;
  width: 95%;
  height: 0.75em;
  background-color: var(--color-white);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__heading-jp .underline::before {
    width: 100%;
    height: 0.57em;
  }
}
.about__heading-jp .minus-margin {
  margin-right: -0.5em;
}

.about__intro-lead {
  font-size: 1.25rem;
  line-height: 2.15;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 1024px) {
  .about__intro-lead {
    font-size: 1.4375rem;
    line-height: 2.4782608696;
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 399px) {
  .about__intro-lead {
    font-size: 1.125rem;
  }
}

.about__support {
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .about__support {
    margin-top: 3rem;
  }
}

.about__support-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  width: 67%;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about__support-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
  }
}
@media screen and (min-width: 1024px) {
  .about__support-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.5%;
    width: 100%;
    margin-top: 2.5rem;
  }
}

.about__support-item {
  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;
  padding-block: 0.75rem 0.9375rem;
  padding-inline: 7%;
  border-radius: 20px;
  background-color: var(--color-white);
}

.about__support-item-image {
  aspect-ratio: 420/300;
}

.about__support-item-text {
  font-size: 1.375rem;
  line-height: 1.4090909091;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__support-item-text {
    font-size: clamp(1.25rem, 0.3088235294rem + 1.4705882353vw, 1.375rem);
  }
}
@media screen and (max-width: 399px) {
  .about__support-item-text {
    font-size: 1.125rem;
  }
}

/* =============================
cta
============================= */
.cta {
  padding-block: 6.875rem 5rem;
  background-color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .cta {
    padding-block: 4.375rem 4.375rem;
  }
}

/* headingはcontactセクションでも使用 */
.cta__heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 1.375;
  text-align: center;
  color: var(--color-dark-blue);
  letter-spacing: 0.02em;
  padding-inline: 0.8125rem 0.5rem;
  padding-block: 0.125rem 1rem;
  border-radius: 15px;
  background-color: var(--color-white);
  border: 5px solid var(--color-dark-blue);
  margin-top: -10rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cta__heading {
    font-size: clamp(1.5625rem, 0.950255102rem + 1.2755102041vw, 1.875rem);
    margin-top: -6.875rem;
    padding-inline: 2.25rem 1.25rem;
    padding-block: 0rem 0.25rem;
  }
}
@media screen and (max-width: 399px) {
  .cta__heading {
    font-size: 1.125rem;
  }
}
.cta__heading::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.1875rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.625rem;
  height: 1.25rem;
  background-color: var(--color-white);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .cta__heading::before {
    bottom: -1.1875rem;
    width: 2.625rem;
    height: 1.25rem;
  }
}
.cta__heading .text-orange {
  font-size: 2.3125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cta__heading .text-orange {
    font-size: 1.4em;
    line-height: 1.65;
  }
}
@media screen and (max-width: 374px) {
  .cta__heading .text-orange {
    font-size: 1.875rem;
  }
}

.cta__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2.125rem;
}
@media screen and (min-width: 1024px) {
  .cta__wrap {
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    margin-top: 2.1875rem;
  }
}

.cta__tel,
.cta__mail {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .cta__tel {
    padding-right: 3rem;
    border-right: 1px solid var(--color-white);
  }
}

@media screen and (min-width: 1024px) {
  .cta__mail {
    padding-left: 3rem;
  }
}

.cta__tel-text,
.cta__mail-text {
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 1.4347826087;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .cta__tel-text,
  .cta__mail-text {
    font-size: 1.625rem;
    line-height: 1.2692307692;
  }
}
@media screen and (max-width: 374px) {
  .cta__tel-text,
  .cta__mail-text {
    font-size: 1.125rem;
  }
}

.cta__button {
  width: min(22.5rem, 100%);
  height: 5.6875rem;
  margin-top: 0.875rem;
  border-radius: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .cta__button {
    width: 26.875rem;
    height: 6.875rem;
    margin-top: 1.25rem;
    border-radius: 0.625rem;
  }
}

.cta__button--tel {
  font-size: 2.25rem;
}
@media screen and (max-width: 399px) {
  .cta__button--tel {
    /* 400px未満だけ */
    font-size: 1.8125rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta__button--tel {
    font-size: 2.75rem;
  }
}
.cta__button--tel .button__text-small {
  font-size: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .cta__button--tel .button__text-small {
    font-size: 1.125rem;
  }
}

.cta__button--mail {
  font-size: 2.0625rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 399px) {
  .cta__button--mail {
    /* 400px未満だけ */
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .cta__button--mail {
    gap: 1.125rem;
    font-size: 2.4375rem;
  }
}

/* =============================
problem
============================= */
.problem {
  padding-block: 4.0625rem 5rem;
  background-color: var(--color-light-beige);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .problem {
    padding-block: 8.75rem 9.375rem;
  }
}

.problem__slider-wrap {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .problem__slider-wrap {
    margin-top: 3.625rem;
  }
}
@media screen and (max-width: 1160px) {
  .problem__slider-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (max-width: 767px) {
  .problem__swiper .problem__slide {
    width: 17.5rem !important;
  }
}
.problem__copy {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
  letter-spacing: 0.03em;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .problem__copy {
    font-size: 2.5rem;
    margin-top: 4.6875rem;
  }
}

.problem__copy-icon {
  width: 5rem;
  aspect-ratio: 145/120;
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .problem__copy-icon {
    width: 7.625rem;
    margin-top: 3rem;
  }
}

.problem__box-title {
  position: relative;
  width: 90%;
  font-size: clamp(1.125rem, 0.6775727069rem + 2.2371364653vw, 1.75rem);
  margin-top: 1.875rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .problem__box-title {
    width: 85%;
    font-size: 2.1875rem;
    padding-inline: 1rem;
    margin-top: 2.625rem;
  }
}

.problem__box {
  width: 95%;
  background-color: var(--color-white);
  border-radius: 20px;
  padding-block: 3.75rem 1.875rem;
  margin-top: -2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .problem__box {
    width: 88%;
    border-radius: 30px;
    padding-block: 7% 4%;
  }
}

.problem__box-wrap {
  display: grid;
  grid-template-columns: 26% auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5%;
  padding-inline: 3%;
}
@media screen and (min-width: 768px) {
  .problem__box-wrap {
    grid-template-columns: 28.5% auto;
    padding-inline: 10.5% 4.6%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.problem__box-lead {
  font-size: clamp(1rem, 0.4550408719rem + 2.1798365123vw, 1.5rem);
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .problem__box-lead {
    font-size: clamp(1.5625rem, -0.1298076923rem + 3.5256410256vw, 2.25rem);
    line-height: 2.2222222222;
    margin-top: -0.625rem;
  }
}
.problem__box-lead .dashed-text {
  background: linear-gradient(to right, #333 0 7px, transparent 7px 14px) repeat-x;
  background-size: 14px 2px;
  background-position: left bottom;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .problem__box-lead .dashed-text {
    padding-bottom: 13px;
  }
}

.problem__box-text {
  font-size: clamp(1.0625rem, 0.5856607629rem + 1.9073569482vw, 1.5rem);
  font-weight: 900;
  line-height: 2;
  margin-top: 1.25rem;
  text-align: center;
  margin-top: 2.5rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .problem__box-text {
    font-size: 1.875rem;
    margin-top: 3.1875rem;
  }
}

/* =============================
reason
============================= */
.reason {
  padding-block: 4.0625rem 5rem;
  background-color: var(--color-dark-beige);
}
@media screen and (min-width: 768px) {
  .reason {
    padding-block: 8.75rem 9.375rem;
  }
}

.reason__heading .heading__jp {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reason__heading .heading__jp span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .reason__heading .heading__jp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: clamp(2rem, 1.5384615385rem + 0.9615384615vw, 2.1875rem);
  }
}
.reason__heading img {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: auto;
  height: 1em;
}

.reason__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.0625rem;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .reason__list {
    gap: 4.375rem;
    margin-top: 6.25rem;
  }
}

.reason__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding-block: 2.5rem 1.875rem;
  padding-inline: 1.25rem;
  background-color: var(--color-white);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .reason__item {
    grid-template-columns: 1fr 50%;
    gap: 4%;
    padding-block: 3.25rem 3rem;
    padding-inline: 4.5%;
    margin-left: 2.5rem;
    border-radius: 30px;
  }
}
.reason__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.5rem;
  width: 4.375rem;
  aspect-ratio: 1;
  background-image: url(../../assets/images/reason_list-icon01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .reason__item::before {
    width: 5.625rem;
    top: -2.5rem;
    left: -2.5rem;
  }
}
.reason__item:nth-child(2)::before {
  background-image: url(../../assets/images/reason_list-icon02.webp);
}
.reason__item:nth-child(3)::before {
  background-image: url(../../assets/images/reason_list-icon03.webp);
}
.reason__item:nth-child(4)::before {
  background-image: url(../../assets/images/reason_list-icon04.webp);
}
.reason__item:nth-child(5)::before {
  background-image: url(../../assets/images/reason_list-icon05.webp);
}

@media screen and (min-width: 768px) {
  .reason__item-content {
    padding-top: 0.5rem;
  }
}

.reason__item-title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3333333333;
  color: var(--color-dark-blue);
  letter-spacing: 0.06em;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid var(--color-light-blue);
}
@media screen and (min-width: 1024px) {
  .reason__item-title {
    font-size: 1.875rem;
    padding-bottom: 1rem;
  }
}

.reason__item-text {
  font-size: 1.125rem;
  line-height: 1.8;
  padding-top: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .reason__item-text {
    font-size: 1.25rem;
  }
}

/* =============================
vision
============================= */
.vision {
  padding-block: 4.0625rem 4.0625rem;
}
@media screen and (min-width: 768px) {
  .vision {
    padding-block: 5rem 5rem;
  }
}

.vision__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .vision__wrap {
    grid-template-columns: 17% auto 17%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 1%;
  }
}

.vision__content {
  text-align: center;
}

.vision__heading {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .vision__heading {
    font-size: 1.875rem;
  }
}
.vision__heading span {
  font-size: 1.625rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: var(--color-white);
  padding-block: 0.3125rem;
  background-color: var(--color-green);
}
@media screen and (min-width: 768px) {
  .vision__heading span {
    font-size: clamp(2.5rem, 0.1811594203rem + 3.6231884058vw, 3.125rem);
    padding-block: 0.25rem;
  }
}
@media screen and (max-width: 399px) {
  .vision__heading span {
    font-size: 1.25rem;
  }
}

.vision__text {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .vision__text {
    font-size: clamp(1.625rem, 0.6974637681rem + 1.4492753623vw, 1.875rem);
  }
}

.vision__image--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .vision__image--pc {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .vision__image--pc02 {
    -webkit-transform: translateY(0.875rem);
    transform: translateY(0.875rem);
  }
}

.vision__image--sp {
  display: block;
  width: min(20rem, 56%);
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .vision__image--sp {
    display: none;
  }
}

/* =============================
voice
============================= */
.voice {
  padding-block: 4.0625rem 2.5rem;
  background-color: var(--color-light-beige);
}
@media screen and (min-width: 768px) {
  .voice {
    padding-block: 9.1875rem 4.6875rem;
  }
}

.voice__slider-wrap {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .voice__slider-wrap {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 1160px) {
  .voice__slider-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.voice__swiper .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.voice__swiper .swiper-slide.voice__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media screen and (max-width: 767px) {
  .voice__swiper .voice__slide {
    width: 19.375rem !important;
  }
}
.voice__slide-content {
  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.875rem;
  padding-block: 1.25rem 1rem;
  padding-inline: 1rem;
  background-color: var(--color-white);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .voice__slide-content {
    padding-block: 1.875rem 1rem;
    padding-inline: 1.8125rem 0.875rem;
    border-radius: 20px;
  }
}

.voice__slide-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-inline: 0 0.5625rem;
}

.voice__slide-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6111111111;
}

.voice__deco-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.4%;
  width: 100vw;
  padding-inline: 0.625rem;
  margin-top: 2.1875rem;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .voice__deco-wrap {
    margin-top: 6.75rem;
  }
}

.voice__deco-image:nth-child(odd) {
  margin-top: 1.125rem;
}

.voice__deco-image--4 {
  display: none;
}
@media screen and (min-width: 768px) {
  .voice__deco-image--4 {
    display: block;
  }
}

/* =============================
flow
============================= */
.flow {
  padding-block: 2.5rem 9.375rem;
  background-color: var(--color-light-beige);
}
@media screen and (min-width: 768px) {
  .flow {
    padding-block: 4.375rem 9.6875rem;
  }
}

.flow__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    width: min(72.5rem, 100%);
    padding-inline: 2.5rem;
  }
}

.flow__wrap {
  overflow-x: auto;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-inline: 5%;
}
@media screen and (min-width: 768px) {
  .flow__wrap {
    padding-inline: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .flow__wrap {
    width: auto;
    margin-inline: auto;
    padding-inline: 0;
  }
}

.flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  width: 62.5rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .flow__list {
    gap: 2.75rem;
    width: auto;
    margin-top: 4.0625rem;
  }
}

.flow__item {
  position: relative;
  padding-block: 1.25rem 1.25rem;
  padding-inline: 1.25rem;
  border-radius: 20px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .flow__item {
    padding-block: 3.625rem 2.6875rem;
    padding-inline: 1.4375rem 1.1875rem;
    border-radius: 30px;
  }
}
.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -2.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.875rem;
  aspect-ratio: 1;
  background-image: url(../../assets/images/icon_chevron_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .flow__item:not(:last-child)::after {
    right: -2.3125rem;
  }
}

.flow__number {
  position: absolute;
  left: 0.625rem;
  top: -2.625rem;
  font-size: 4rem;
  font-weight: 500;
  font-family: var(--font-sub);
  line-height: 1;
  color: var(--color-light-blue);
  letter-spacing: -0.07em;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .flow__number {
    top: -2.625rem;
    left: 0.375rem;
    font-size: 6.25rem;
  }
}

.flow__item-image {
  width: 57%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .flow__item-image--02 {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
}

.flow__item-title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2068965517;
  text-align: center;
  letter-spacing: 0.03em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .flow__item-title {
    font-size: clamp(1.75rem, 0.1268115942rem + 2.5362318841vw, 2.1875rem);
    margin-top: 2.75rem;
  }
}

.flow__item-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.03em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .flow__item-text {
    font-size: 1.25rem;
    margin-top: 1.5rem;
  }
}

/* =============================
contact
============================= */
.contact {
  padding-block: 6.875rem 2.5rem;
  background-color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .contact {
    padding-block: 4.0625rem 3.4375rem;
  }
}

.contact__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.6875rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact__button-wrap {
    margin-top: 3.5rem;
  }
}

.contact__button-label {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.2692307692;
  letter-spacing: 0.03em;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .contact__button-label {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 374px) {
  .contact__button-label {
    font-size: 0.9375rem;
  }
}

.contact__button {
  width: min(22.5rem, 100%);
  height: 6.0625rem;
  font-size: 2.25rem;
  line-height: 1.0555555556;
}
@media screen and (min-width: 768px) {
  .contact__button {
    width: 37.5rem;
    height: 6.875rem;
    font-size: 3.375rem;
    border-radius: 10px;
  }
}
@media screen and (max-width: 399px) {
  .contact__button {
    font-size: 1.8125rem;
  }
}
.contact__button .button__text-small {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact__button .button__text-small {
    font-size: 1.125rem;
  }
}

#contact {
  scroll-margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  #contact {
    scroll-margin-top: 7.5rem;
  }
}

.contact__form-wrap {
  padding-block: 1.875rem 2.5rem;
  padding-inline: 1rem;
  background-color: var(--color-white);
  border-radius: 1.25rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact__form-wrap {
    padding-block: 5.625rem 6.875rem;
    padding-inline: 11%;
    margin-top: 3.75rem;
  }
}

.contact__form-heading {
  font-size: 1.375rem;
  font-weight: 900;
  color: var(--color-light-blue);
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .contact__form-heading {
    font-size: 2.4375rem;
  }
}
@media screen and (max-width: 374px) {
  .contact__form-heading {
    font-size: 1.125rem;
  }
}

.contact__form {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact__form {
    margin-top: 2.75rem;
  }
}

.contact__form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .contact__form-row {
    grid-template-columns: 17.3125rem 1fr;
    gap: 3.6%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.contact__form-label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact__form-label-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.contact__form-label-wrap .aline-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 0.3125rem;
}

.contact__form-label {
  font-size: 1.125rem;
}

.contact__badge {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
  padding-inline: 0.375rem;
  border-radius: 4px;
  background-color: var(--color-light-blue);
}

.contact__badge--required {
  background-color: var(--color-dark-blue);
}

.contact__name-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}

.contact__input,
.contact__select,
.contact__textarea {
  width: 100%;
  font-size: 1rem;
  color: #969696;
  padding-block: 0.375rem;
  padding-inline: 0.875rem;
  background-color: #f2f2f2;
  border-radius: 4px;
}

.contact__select {
  background-image: url(../../assets/images/chevron_bottom_black.svg);
  background-position: calc(100% - 16px) 50%;
  background-size: 0.75rem auto;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}

.contact__checks {
  display: grid;
  gap: 0.625rem;
}

.contact__check-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  font-size: 1.125rem;
}

.contact__check-item input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  -ms-flex-item-align: start;
  align-self: start;
  margin-top: 0.5em;
}

.contact__textarea {
  min-height: 12.5rem;
  resize: vertical;
}

.contact__form-submit {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__form-submit {
    margin-top: 3.75rem;
  }
}

.contact__button-submit {
  width: min(18.75rem, 100%);
  height: 4.375rem;
  font-size: 1.5rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .contact__button-submit {
    width: 26.875rem;
    height: 5.6875rem;
    font-size: 2.4375rem;
  }
}

/* =============================
SP固定フッターバナー
============================= */
.sp-fixed-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 200;
  display: none;
  width: 100vw;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .sp-fixed-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sp-fixed-cta__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  gap: 0.125rem;
  padding-block: 0.625rem 0.5625rem;
  color: var(--color-white);
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
}

.sp-fixed-cta__item--tel {
  background-color: var(--color-orange);
}

.sp-fixed-cta__item--mail {
  background-color: var(--color-green);
}

.sp-fixed-cta__icon {
  font-size: 1.875rem;
}

.sp-fixed-cta__text {
  font-size: 1.4375rem;
  font-family: var(--font-sub);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 375px) {
  .sp-fixed-cta__text {
    font-size: 1.1875rem;
  }
}

/* =============================
footer
============================= */
.footer {
  overflow: hidden;
  padding-block: 2.5rem 0.9375rem;
  background-color: var(--color-dark-blue);
}
@media screen and (min-width: 768px) {
  .footer {
    padding-block: 3.625rem 0.9375rem;
  }
}
.footer a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer a:hover {
  opacity: 0.7;
}

.footer__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
  }
}

.footer__info {
  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;
  gap: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__info {
    padding-bottom: 3.25rem;
  }
}

.footer__logo {
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 19.0625rem;
  }
}

.footer__address {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  color: var(--color-white);
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__address {
    margin-top: 2.0625rem;
  }
}

.footer__info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__info-link a {
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.footer__info-link a:not(:first-child) {
  padding-left: 0.8125rem;
}
.footer__info-link a:not(:last-child) {
  border-right: 1px solid var(--color-white);
  padding-right: 0.8125rem;
}

.footer__image {
  overflow: hidden;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-right: calc(50% - 50vw);
  width: calc(100% + 50vw - 50%);
}
.footer__image img {
  width: 100%;
  height: 100%;
  min-height: 12.5rem;
  object-fit: cover;
  display: block;
}

.footer__copyright {
  font-size: 0.75rem;
  color: var(--color-white);
  text-align: right;
  margin-top: 0.625rem;
}