@charset "UTF-8";
/*! destyle.css v2.0.2 | 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-width: 0;
  border-style: solid;
}

/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* 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 {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --colorBlack: #000;
  --colorWhite: #fff;
  --colorCharablack: #222;
  --colorCharaWhite: #edecec;
  --colorLine: #209a52;
  --colorGold: #ebc57b;
  --colorcharaEmphasis: #c3284a;
}

:root {
  --font: "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo, sans-serif;
  --fontHeadline: "Noto Serif JP",
    "YuMincho",
    "Yu Mincho",
    "游明朝体",
    "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN",
    serif;
  --fontNumber: "Open Sans",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo, sans-serif;
  --fontEn: "Cardo",
    "YuMincho",
    "Yu Mincho",
    "游明朝体",
    "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN",
    serif;
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
  --weightBlack: 900;
}

:root {
  --letterSpacing: .05em;
  --lineHeight: 1.75;
}

html {
  font-size: 0.2666666667vw;
}
@media (min-width: 601px) {
  html {
    font-size: 1px;
  }
}

body {
  background-color: var(--colorWhite);
  color: var(--colorCharablack);
  font-weight: var(--weightMedium);
  font-family: var(--font);
  line-height: 1.5;
}

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

.side-menu {
  position: fixed;
  top: 50%;
  right: calc(50% + 21.5972222222vw);
  bottom: 0;
  z-index: 10;
  width: 255px;
  color: var(--colorCharaWhite);
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1073px) {
  .side-menu {
    right: 0;
    left: 50px;
  }
}
.side-menu .menu ul {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
.side-menu .menu ul li a {
  color: var(--colorCharaWhite);
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .side-menu .menu ul li a:hover {
    color: #c93d5c;
  }
}
.side-menu .side-menu-cta {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  margin-top: 50px;
  font-weight: var(--weightBold);
  font-size: 13px;
}
.side-menu .side-menu-cta .side-menu-phone {
  text-align: center;
}
.side-menu .side-menu-cta .side-menu-phone .cta-info::before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(237, 236, 236, 0)), color-stop(20%, rgba(237, 236, 236, 0.5)), to(rgb(237, 236, 236)));
  background-image: linear-gradient(to right, rgba(237, 236, 236, 0) 0%, rgba(237, 236, 236, 0.5) 20%, rgb(237, 236, 236) 100%);
}
.side-menu .side-menu-cta .side-menu-phone .cta-info::after {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(237, 236, 236, 0)), color-stop(20%, rgba(237, 236, 236, 0.5)), to(rgb(237, 236, 236)));
  background-image: linear-gradient(to left, rgba(237, 236, 236, 0) 0%, rgba(237, 236, 236, 0.5) 20%, rgb(237, 236, 236) 100%);
}
.side-menu .side-menu-cta .side-menu-phone .cta-info .punctuation {
  margin: 0 3px;
}
.side-menu .side-menu-cta .side-menu-phone .cta-info .hours {
  margin-left: 3px;
  font-size: 15px;
}
.side-menu .side-menu-cta .side-menu-phone .phone-number {
  display: block;
  margin-top: 5rem;
  color: #d1b244;
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightBold);
  font-size: 32rem;
  font-family: var(--fontEn);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .side-menu .side-menu-cta .side-menu-phone .phone-number:hover {
    opacity: 0.7;
  }
}
.side-menu .side-menu-cta .side-menu-line .cta-info::before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(237, 236, 236, 0)), color-stop(10%, rgba(237, 236, 236, 0.5)), to(rgb(237, 236, 236)));
  background-image: linear-gradient(to right, rgba(237, 236, 236, 0) 0%, rgba(237, 236, 236, 0.5) 10%, rgb(237, 236, 236) 100%);
}
.side-menu .side-menu-cta .side-menu-line .cta-info::after {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(237, 236, 236, 0)), color-stop(10%, rgba(237, 236, 236, 0.5)), to(rgb(237, 236, 236)));
  background-image: linear-gradient(to left, rgba(237, 236, 236, 0) 0%, rgba(237, 236, 236, 0.5) 10%, rgb(237, 236, 236) 100%);
}

.side-menu .menu ul li a.active {
  color: #d1b244;
}
@media (hover: hover) {
  .side-menu .menu ul li a.active:hover {
    color: #c93d5c;
  }
}

.cta-decoration {
  line-height: 1;
}
.cta-decoration .cta-info {
  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-weight: var(--weightBold);
  font-size: 13rem;
  /* 左右の水平ライン */
}
.cta-decoration .cta-info .punctuation {
  margin: 0 3rem;
}
.cta-decoration .cta-info .hours {
  margin-left: 3rem;
  font-size: 15rem;
  font-family: var(--fontNumber);
}
.cta-decoration .cta-info::before, .cta-decoration .cta-info::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
}
.cta-decoration .cta-info::before {
  margin-right: 8rem;
}
.cta-decoration .cta-info::after {
  margin-left: 8rem;
}
.cta-decoration .phone-number {
  display: inline-block;
  margin-top: 5rem;
  letter-spacing: var(--letterSpacing);
  font-size: 32rem;
  font-family: var(--fontEn);
}
.cta-decoration .line-button {
  display: block;
  margin-top: 10rem;
  padding: 15rem 0;
  background-color: var(--colorLine);
  color: var(--colorCharaWhite);
  font-weight: var(--weightBold);
  font-size: 20rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
@media (hover: hover) {
  .cta-decoration .line-button:hover {
    opacity: 0.7;
  }
}

.cta-section {
  padding: 30rem;
  background: linear-gradient(160deg, #f4dbac, #ceb467);
  margin-inline: auto;
}
.cta-section .cta-container {
  display: -ms-grid;
  display: grid;
  gap: 20rem;
  padding: 30rem;
  max-width: 375px;
  width: 100%;
  background-color: #f0e4c0;
  text-align: center;
}
@media (max-width: 600px) {
  .cta-section .cta-container {
    max-width: none;
  }
}
.cta-section .cta-container .cta-decoration .cta-info {
  color: #9b7f49;
  /* 左右の水平ライン */
}
.cta-section .cta-container .cta-decoration .cta-info::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(155, 127, 73, 0)), color-stop(20%, rgba(155, 127, 73, 0.5)), to(rgb(155, 127, 73)));
  background: linear-gradient(to right, rgba(155, 127, 73, 0) 0%, rgba(155, 127, 73, 0.5) 20%, rgb(155, 127, 73) 100%);
}
.cta-section .cta-container .cta-decoration .cta-info::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(155, 127, 73, 0)), color-stop(20%, rgba(155, 127, 73, 0.5)), to(rgb(155, 127, 73)));
  background: linear-gradient(to left, rgba(155, 127, 73, 0) 0%, rgba(155, 127, 73, 0.5) 20%, rgb(155, 127, 73) 100%);
}
.cta-section .cta-container .cta-phone .phone-number {
  color: #c71d43;
}
@media (max-width: 600px) {
  .cta-section .cta-container .line-button {
    width: 100%;
  }
}

.section-container {
  width: 335rem;
  margin-inline: auto;
}

.section-title {
  position: relative;
  text-align: center;
}
.section-title::before {
  position: absolute;
  top: -34rem;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #e9e7e7;
  font-weight: var(--weightRegular);
  font-style: italic;
  font-size: 96rem;
  font-family: var(--fontEn);
  line-height: 1;
}
.section-title h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#c93d5c), to(#70041c));
  background: linear-gradient(to bottom, #c93d5c, #70041c);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: var(--weightBlack);
  font-size: 28rem;
  font-family: var(--fontHeadline);
}

.common-section::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  z-index: -10;
  width: 100%;
  height: calc(100% + 2rem);
}

.chara-emphasis {
  color: var(--colorcharaEmphasis);
  font-weight: var(--weightBold);
}

.cta-link-sp {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 375rem;
  height: 50rem;
  opacity: 0;
  /* 下からスライドアップ */
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
  -webkit-transform: translate(-50%, 100px);
          transform: translate(-50%, 100px);
}
.cta-link-sp::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: var(--colorWhite);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cta-link-sp.show {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.cta-link-sp a {
  font-weight: var(--weightBold);
  font-size: 14rem;
}
.cta-link-sp .phone-number,
.cta-link-sp .line-button {
  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;
  width: 100%;
  color: var(--colorCharaWhite);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (hover: hover) {
  .cta-link-sp .phone-number:hover,
  .cta-link-sp .line-button:hover {
    opacity: 0.5;
  }
}
.cta-link-sp .phone-number::before,
.cta-link-sp .line-button::before {
  content: "";
  margin-right: 4rem;
  width: 21rem;
  height: 21rem;
}
.cta-link-sp .phone-number {
  background-color: #095040;
}
.cta-link-sp .phone-number::before {
  background-image: url("../image/00_common/phone_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-link-sp .line-button {
  background-color: #056d57;
}
.cta-link-sp .line-button::before {
  background-image: url("../image/00_common/line_icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  position: fixed;
  z-index: 999;
  max-width: 375px;
  width: 100%;
  height: 57px;
}
@media (max-width: 600px) {
  .header {
    max-width: none;
  }
}
.header .site-title {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20rem;
  padding-left: 20px;
  width: 100%;
  height: min(57rem, 70px);
  background-color: rgba(16, 16, 16, 0.8);
  color: var(--colorCharaWhite);
  font-weight: var(--weightBold);
  font-size: min(16rem, 20px);
}
.header .nav {
  font-size: 14px;
}
.header .nav .menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-top: min(157rem, 220px);
  width: 100%;
  height: 100vh;
  background-color: var(--colorWhite);
  color: var(--colorBlack);
  font-size: min(16rem, 20px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
@media (max-width: 375px) {
  .header .nav .menu {
    gap: 30rem;
  }
}
.header .nav .menu li {
  display: inline-block;
  padding-bottom: 30px;
  width: min(295rem, 468px);
  width: 295rem;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 375px) {
  .header .nav .menu li {
    padding-bottom: 30rem;
  }
}
@media (hover: hover) {
  .header .nav .menu li:hover {
    color: #c93d5c;
  }
}
@media (max-width: 600px) {
  .header .nav .menu.is-resize {
    -webkit-transition: none;
    transition: none;
  }
}
.header .nav .toggle_btn_area {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  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;
  width: min(57rem, 70px);
  height: min(57rem, 70px);
  background-color: var(--colorBlack);
}
.header .nav .toggle_btn_area .toggle_btn {
  position: relative;
  margin-left: 6px;
  width: min(18rem, 22px);
  height: 2px;
  background-color: var(--colorWhite);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header .nav .toggle_btn_area .toggle_btn::before, .header .nav .toggle_btn_area .toggle_btn::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: 15;
  height: 2px;
  background-color: var(--colorWhite);
  -webkit-transition: top 300ms 350ms ease, width 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, width 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, width 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, width 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
}
.header .nav .toggle_btn_area .toggle_btn::before {
  top: max(-5rem, -6px);
  width: min(24rem, 30px);
}
.header .nav .toggle_btn_area .toggle_btn::after {
  top: min(5rem, 6px);
  width: min(12rem, 15px);
}

.toggle .header .nav .menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.toggle .header .nav .toggle_btn {
  margin-left: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.toggle .header .nav .toggle_btn::before, .toggle .header .nav .toggle_btn::after {
  top: 0;
  z-index: 15;
  -webkit-transition: top 300ms 50ms ease, width 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, width 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, width 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, width 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
}
.toggle .header .nav .toggle_btn::before {
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toggle .header .nav .toggle_btn::after {
  width: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer {
  position: relative;
  padding: 80rem 0 10rem;
  text-align: center;
  font-size: 14rem;
}
.footer::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  z-index: -10;
  width: 100%;
  height: calc(100% + 2rem);
  background-color: var(--colorWhite);
}
.footer .footer-info {
  display: -ms-grid;
  display: grid;
  gap: 10rem;
}
.footer .footer-info .footer-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30rem 10rem;
  border-bottom: 1rem solid #b7b7b7;
  letter-spacing: var(--letterSpacing);
  line-height: var(--lineHeight);
}
.footer .footer-info .footer-info-item dt {
  width: 133rem;
  text-align: left;
  font-weight: var(--weightMedium);
}
.footer .footer-info .footer-info-item dd {
  width: 99rem;
  text-align: left;
}
.footer .footer-office {
  margin-top: 30rem;
}
.footer .footer-address {
  margin-top: 5rem;
  letter-spacing: var(--letterSpacing);
  font-size: 13rem;
  line-height: var(--lineHeight);
}
.footer .copyright {
  margin-top: 46rem;
  letter-spacing: var(--letterSpacing);
  font-size: 12rem;
  line-height: var(--lineHeight);
}

.main-content {
  z-index: 5;
  min-height: 100vh;
  max-width: 375px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 1073px) {
  .main-content {
    margin-left: 354px;
  }
}
@media (max-width: 729px) {
  .main-content {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .main-content {
    margin-left: auto;
    max-width: none;
  }
}
.main-content .background-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  min-height: 100vh;
  width: 100vw;
  background-image: url("../image/00_common/pc_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-content .main-visual {
  padding-bottom: 50rem;
  background: url("../image/01_mv/mv.jpg");
  background-position: 0 83%;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-content .main-visual .mv-container {
  margin-left: 20rem;
  /* キャッチコピー */
  /* 安心サポートリスト */
  /* 対応地域タグ */
}
.main-content .main-visual .mv-container .category-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10rem;
  padding-top: min(107rem, 150px);
  width: 242px;
}
@media (max-width: 600px) {
  .main-content .main-visual .mv-container .category-tags {
    width: 100%;
  }
}
@media (max-width: 574px) {
  .main-content .main-visual .mv-container .category-tags {
    width: 274px;
  }
}
@media (max-width: 375px) {
  .main-content .main-visual .mv-container .category-tags {
    width: 300rem;
  }
}
.main-content .main-visual .mv-container .category-tags .tag {
  padding: 1px 6px 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(207, 170, 38)), to(rgb(181, 143, 10)));
  background-image: linear-gradient(to bottom, rgb(207, 170, 38) 0%, rgb(181, 143, 10) 100%);
  color: var(--colorCharaWhite);
  font-weight: var(--weightBold);
  font-size: min(16rem, 18px);
}
.main-content .main-visual .mv-container .catch-copy {
  margin-top: 30px;
  width: 331rem;
}
@media (max-width: 375px) {
  .main-content .main-visual .mv-container .catch-copy {
    margin-top: 30rem;
  }
}
.main-content .main-visual .mv-container .support-list {
  margin-top: 20px;
  font-weight: var(--weightBold);
}
@media (max-width: 375px) {
  .main-content .main-visual .mv-container .support-list {
    margin-top: 20rem;
  }
}
.main-content .main-visual .mv-container .support-list h2 {
  color: var(--colorCharaWhite);
  font-size: 22rem;
}
.main-content .main-visual .mv-container .support-list h2 span:nth-of-type(1) {
  font-size: 28rem;
}
.main-content .main-visual .mv-container .support-list h2 span:nth-of-type(2) {
  font-size: 16rem;
}
.main-content .main-visual .mv-container .support-list ul {
  display: -ms-grid;
  display: grid;
  gap: 3px;
  margin-top: 5rem;
}
.main-content .main-visual .mv-container .support-list ul .support-item {
  padding: 4rem 20rem 13rem;
  width: 200rem;
  background-image: url("../image/01_mv/mv_support_dot.png");
  background-size: 100%;
  background-repeat: no-repeat;
  color: var(--colorCharaWhite);
  font-size: 16rem;
  -webkit-transform: translateX(-20rem);
          transform: translateX(-20rem);
}
.main-content .main-visual .mv-container .region-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 47rem;
  width: 279rem;
  font-size: 14rem;
}
.main-content .main-visual .mv-container .region-tags h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  color: var(--colorWhite);
  text-align: left;
  font-weight: var(--weightRegular);
}
.main-content .main-visual .mv-container .region-tags h2::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 8rem;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(237, 236, 236)), color-stop(80%, rgb(237, 236, 236)), to(rgba(237, 236, 236, 0)));
  background-image: linear-gradient(to right, rgb(237, 236, 236) 0%, rgb(237, 236, 236) 80%, rgba(237, 236, 236, 0) 100%);
}
.main-content .main-visual .mv-container .region-tags .region-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem 8rem;
  margin-top: 10px;
}
.main-content .main-visual .mv-container .region-tags .region {
  padding: 3rem 10rem 4rem;
  width: 62rem;
  border-radius: 40px;
  background-color: var(--colorBlack);
  color: var(--colorWhite);
  text-align: center;
}
.main-content .main-visual .mv-container .region-tags .region:last-of-type {
  width: auto;
}

.problem-section {
  padding: 40rem 0 100rem;
  background: url("../image/02_problem/problem.png") no-repeat center bottom;
  background-size: cover;
  color: var(--colorWhite);
  text-align: center;
  /* 見出し部分 */
  /* 悩みリスト */
  /* 強調メッセージ */
}
.problem-section .problem-heading {
  /* ドット付きのテキスト */
}
.problem-section .problem-heading h2 {
  position: relative;
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightBold);
  font-size: 22rem;
  font-family: var(--fontHeadline);
  line-height: var(--lineHeight);
}
.problem-section .problem-heading h2::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  display: inline-block;
  width: 320rem;
  height: 2rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(168, 23, 23, 0)), color-stop(20%, rgb(168, 23, 23)), color-stop(80%, rgb(168, 23, 23)), to(rgba(168, 23, 23, 0)));
  background-image: linear-gradient(to right, rgba(168, 23, 23, 0) 0%, rgb(168, 23, 23) 20%, rgb(168, 23, 23) 80%, rgba(168, 23, 23, 0) 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.problem-section .problem-heading .dot {
  position: relative;
}
.problem-section .problem-heading .dot::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background-color: #a81717;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.problem-section .problem-list {
  display: -ms-grid;
  display: grid;
  gap: 10rem;
  margin-top: 35rem;
}
.problem-section .problem-list .problem-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.problem-section .problem-list .problem-item .problem-icon {
  margin-right: 15rem;
  width: 43rem;
  height: 43rem;
}
.problem-section .problem-list .problem-item .problem-text {
  position: relative;
  padding: 5rem 15rem 7rem;
  background-color: #4d4d4d;
  text-align: justify;
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: min(14rem, 20px);
}
.problem-section .problem-list .problem-item .problem-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8rem;
  width: 0;
  height: 0;
  border-width: 5.5rem 9.5rem 5.5rem 0;
  border-style: solid;
  border-color: transparent #4d4d4d transparent transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.problem-section .problem-message {
  margin-top: 50rem;
  color: var(--colorCharablack);
  font-weight: var(--weightBold);
  font-size: 16rem;
}
.problem-section .problem-message .highlight {
  margin-right: 5rem;
  padding: 1rem 5rem 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fe1c4d), to(#e01844));
  background: linear-gradient(to bottom, #fe1c4d 0%, #e01844 100%);
  color: var(--colorCharaWhite);
}
.problem-section .problem-message .bold-message {
  margin-top: 15rem;
  font-size: 22rem;
}
.problem-section .problem-message .bold-message .chara-gradation {
  background: -webkit-gradient(linear, left top, left bottom, from(#fe1c4d), to(#e01844));
  background: linear-gradient(to bottom, #fe1c4d, #e01844);
  -webkit-background-clip: text;
  color: transparent;
}

.point-section {
  position: relative;
  padding: 50rem 0 min(80rem, 120px);
  text-align: center;
}
.point-section::before {
  top: -90rem;
  height: calc(100% + 90rem);
  background: url("../image/00_common/bg.jpg");
}
.point-section .section-title::before {
  content: "Point";
  top: -5rem;
}
.point-section .section-title .point-subtitle {
  padding: 0rem 15rem 3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebc57b), to(#d9ad59));
  background: linear-gradient(to bottom, #ebc57b, #d9ad59);
  color: var(--colorCharaWhite);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightBold);
  font-size: 16rem;
  font-family: var(--fontHeadline);
}
.point-section .section-title h2 {
  font-size: unset;
}
.point-section .section-title h2 span {
  display: inline-block;
}
.point-section .section-title h2 span:nth-child(1) {
  font-size: 32rem;
}
.point-section .section-title h2 span:nth-child(2) {
  font-size: 22rem;
}
.point-section .section-title h2 span:nth-child(3) {
  font-size: 28rem;
}
.point-section .point-card-list {
  display: -ms-grid;
  display: grid;
  gap: 48rem;
  margin-top: 50rem;
}
.point-section .point-card {
  position: relative;
  padding: 20rem 19rem;
  border: 1px solid var(--colorGold);
  background-color: #f8f8f8;
  /* ドット柄の背景 */
}
.point-section .point-card::before {
  content: "";
  position: absolute;
  top: 8rem;
  left: 8rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, var(--colorGold) 1rem, transparent 1rem);
  background-size: 4rem 4rem;
}
.point-section .point-card .card-title {
  color: var(--colorCharablack);
  font-weight: var(--weightBold);
  font-size: 24rem;
  font-family: var(--fontHeadline);
}
.point-section .point-card .card-image {
  margin-top: 20rem;
  width: 100%;
}
.point-section .point-card .card-description {
  margin-top: 10rem;
  color: var(--colorCharablack);
  text-align: justify;
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: 14rem;
  line-height: var(--lineHeight);
}
.point-section .point-card .card-description p:not(:first-of-type) {
  margin-top: 10rem;
}

.service-section {
  position: relative;
  padding: 70rem 0 80rem;
  text-align: center;
}
.service-section::before {
  background-color: var(--colorWhite);
}
.service-section .section-title::before {
  content: "Service";
}
.service-section .service-list {
  display: -ms-grid;
  display: grid;
  gap: 50rem;
  margin-top: 40rem;
}
.service-section .service-list .service-box {
  display: -ms-grid;
  display: grid;
  gap: 20rem;
  padding: 30rem;
  border: 1px solid #972a42;
}
.service-section .service-list .service-box .service-header .service-title {
  font-weight: var(--weightBold);
  font-size: 20rem;
}
.service-section .service-list .service-box .service-header .service-description {
  margin-top: 10rem;
  font-weight: var(--weightRegular);
  font-size: 14rem;
}
.service-section .service-list .service-box .service-price {
  position: relative;
  padding: 10px 0;
  color: var(--colorWhite);
  font-weight: var(--weightBold);
  line-height: 1;
}
.service-section .service-list .service-box .service-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 335rem;
  height: 100%;
  background-color: #972a42;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service-section .service-list .service-box .service-price .price-value {
  margin-right: 2rem;
  font-size: 40rem;
  font-family: var(--fontNumber);
}
.service-section .service-list .service-box .service-price .price-currency,
.service-section .service-list .service-box .service-price .price-range {
  font-size: 18rem;
}
.service-section .service-list .service-box .service-price .price-tax {
  font-size: 16rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.service-section .service-list .service-box .service-price .price-note {
  display: block;
  margin-top: 5rem;
  font-size: 12rem;
}
.service-section .service-list .service-box .service-details {
  font-weight: var(--weightRegular);
  font-size: 14rem;
}
.service-section .service-list .service-box .service-details .service-subheading {
  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;
}
.service-section .service-list .service-box .service-details .service-subheading::before, .service-section .service-list .service-box .service-details .service-subheading::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
}
.service-section .service-list .service-box .service-details .service-subheading::before {
  margin-right: 8rem;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(34, 34, 34, 0)), color-stop(20%, rgb(34, 34, 34)), to(rgb(34, 34, 34)));
  background-image: linear-gradient(to right, rgba(34, 34, 34, 0) 0%, rgb(34, 34, 34) 20%, rgb(34, 34, 34) 100%);
}
.service-section .service-list .service-box .service-details .service-subheading::after {
  margin-left: 8rem;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(34, 34, 34, 0)), color-stop(20%, rgb(34, 34, 34)), to(rgb(34, 34, 34)));
  background-image: linear-gradient(to left, rgba(34, 34, 34, 0) 0%, rgb(34, 34, 34) 20%, rgb(34, 34, 34) 100%);
}
.service-section .service-list .service-box .service-details .service-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem 2rem;
  margin-top: 10rem;
}
.service-section .service-list .service-box .service-details .service-business span:not(:last-child)::after {
  content: "/";
  margin-left: 2rem;
}
.service-section .service-list .service-box .service-details .service-period {
  margin-top: 10rem;
  letter-spacing: var(--letterSpacing);
}
.service-section .service-list .service-box .service-details .service-period .period-emphasis {
  color: var(--colorcharaEmphasis);
  font-weight: var(--weightBold);
}
.service-section .service-list .service-box .service-details .service-period .note {
  font-size: 12rem;
}
.service-section .service-list .service-box .service-details .service-period p:nth-of-type(2) {
  margin-top: 10rem;
}
.service-section .service-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20rem;
  text-align: left;
  font-size: 13rem;
  line-height: var(--lineHeight);
}
.service-section .service-note::before {
  content: "※";
  margin-right: 2rem;
}

.voice-section {
  position: relative;
  padding: 90rem 0 70rem;
}
.voice-section::before {
  background: url("../image/00_common/bg.jpg");
}
.voice-section .section-title::before {
  content: "Voice";
}
.voice-section .voice-list {
  display: -ms-grid;
  display: grid;
  gap: 50rem;
  margin-top: 50rem;
}
.voice-section .voice-list .voice-card {
  font-size: 14rem;
}
.voice-section .voice-list .voice-card.male {
  border: 1rem solid #2e4a93;
  background-color: #e1e5ef;
}
.voice-section .voice-list .voice-card.male .male-title {
  color: #2866c3;
}
.voice-section .voice-list .voice-card.female {
  border: 1rem solid #932e44;
  background-color: #efe1e4;
}
.voice-section .voice-list .voice-card.female .female-title {
  color: var(--colorcharaEmphasis);
}
.voice-section .voice-list .voice-card .voice-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20rem 0;
}
.voice-section .voice-list .voice-card .voice-header .voice-icon {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 110rem;
  height: 173rem;
}
.voice-section .voice-list .voice-card .voice-header .voice-header-text .voice-catchphrase {
  position: relative;
  padding: 5rem 10rem;
  background-color: var(--colorWhite);
  text-align: justify;
  font-weight: var(--weightBold);
}
.voice-section .voice-list .voice-card .voice-header .voice-header-text .voice-catchphrase::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: 2.5rem 2.5rem;
}
.voice-section .voice-list .voice-card .voice-header .voice-header-text .voice-info {
  margin-top: 10rem;
}
.voice-section .voice-list .voice-card .voice-header .voice-header-text .voice-info .info-business span {
  margin-left: 8rem;
}
.voice-section .voice-list .voice-card .voice-header .voice-header-text .voice-info .info-profile span::before {
  content: "";
  display: inline-block;
  margin: 0 8rem;
  width: 1rem;
  height: 12rem;
}
.voice-section .voice-list .voice-card:nth-child(odd) .voice-header .voice-icon {
  left: 2rem;
}
.voice-section .voice-list .voice-card:nth-child(odd) .voice-header-text {
  -webkit-transform: translateX(calc(50% - 10rem));
          transform: translateX(calc(50% - 10rem));
}
.voice-section .voice-list .voice-card:nth-child(odd) .voice-header-text .voice-catchphrase {
  width: 218rem;
}
.voice-section .voice-list .voice-card:nth-child(odd) .voice-header-text .voice-catchphrase::before {
  background-image: radial-gradient(circle, #8391b5 0.5rem, transparent 0.5rem);
}
.voice-section .voice-list .voice-card:nth-child(odd) .voice-header-text .voice-info {
  margin-right: 10rem;
  text-align: right;
}
.voice-section .voice-list .voice-card:nth-child(odd) .voice-header-text .voice-info .info-profile span::before {
  background-color: #8391b5;
}
.voice-section .voice-list .voice-card:nth-child(even) .voice-header .voice-icon {
  right: 2rem;
}
.voice-section .voice-list .voice-card:nth-child(even) .voice-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.voice-section .voice-list .voice-card:nth-child(even) .voice-header .voice-header-text {
  -webkit-transform: translateX(calc(-50% + 30rem));
          transform: translateX(calc(-50% + 30rem));
}
.voice-section .voice-list .voice-card:nth-child(even) .voice-header .voice-header-text .voice-catchphrase {
  width: 230rem;
}
.voice-section .voice-list .voice-card:nth-child(even) .voice-header .voice-header-text .voice-catchphrase::before {
  background-image: radial-gradient(circle, #c18794 0.5rem, transparent 0.5rem);
}
.voice-section .voice-list .voice-card:nth-child(even) .voice-header .voice-header-text .voice-info {
  margin-left: 10rem;
}
.voice-section .voice-list .voice-card:nth-child(even) .voice-header .voice-header-text .voice-info .info-profile span::before {
  background-color: #c18794;
}
.voice-section .voice-list .voice-card .voice-text {
  display: -ms-grid;
  display: grid;
  gap: 10rem;
  padding: 20rem 19rem;
  text-align: justify;
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  line-height: var(--lineHeight);
}
.voice-section .voice-list .voice-card .voice-text.male-text {
  border-top: 2rem solid #8391b5;
}
.voice-section .voice-list .voice-card .voice-text.female-text {
  border-top: 2rem solid #c18794;
}
.voice-section .voice-list .voice-card .voice-text p:last-child {
  margin-bottom: 0;
}

.flow-section {
  position: relative;
  padding: 90rem 0 80rem;
  text-align: center;
}
.flow-section::before {
  background-color: var(--colorWhite);
}
.flow-section .section-title::before {
  content: "Flow";
}
.flow-section .flow-list {
  display: -ms-grid;
  display: grid;
  gap: 30rem;
  margin-top: 50rem;
}
.flow-section .flow-list .flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow-section .flow-list .flow-step .step-partition {
  position: relative;
}
.flow-section .flow-list .flow-step .step-partition::before {
  content: "";
  display: inline-block;
  width: 12rem;
  height: 12rem;
  background-image: linear-gradient(-135deg, #ffeb28 0%, #ad9e13 100%);
  -webkit-transform: translateY(8rem) rotate(-45deg);
          transform: translateY(8rem) rotate(-45deg);
}
.flow-section .flow-list .flow-step .step-partition::after {
  content: "";
  position: absolute;
  top: 28rem;
  left: 50%;
  display: inline-block;
  width: 1rem;
  height: calc(100% - 28rem);
  background-color: var(--colorCharablack);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow-section .flow-list .flow-step .step-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10rem;
  width: 307rem;
}
.flow-section .flow-list .flow-step .step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-section .flow-list .flow-step .step-header .step-number {
  margin-right: 8rem;
  margin-left: 2rem;
  padding: 3rem 5rem 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#c93d5c), to(#70041c));
  background: linear-gradient(to bottom, #c93d5c, #70041c);
  color: #f5f5f5;
  font-weight: var(--weightBold);
  font-size: 12rem;
  line-height: 1;
}
.flow-section .flow-list .flow-step .step-header .step-heading {
  font-size: 20rem;
}
.flow-section .flow-list .step-description {
  margin-top: 5rem;
  text-align: justify;
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: 14rem;
  line-height: var(--lineHeight);
}
.flow-section .flow-list .step-description .mg_5 {
  margin-top: 5rem;
}
.flow-section .flow-list .step-description .mg_10 {
  margin-top: 10rem;
}
.flow-section .flow-list .step-description .mg_20 {
  margin-top: 20rem;
}
.flow-section .flow-list .step-description .note {
  font-size: 12rem;
}

.blog-section {
  position: relative;
  padding: 90rem 0 80rem;
  text-align: center;
}
.blog-section::before {
  background: url("../image/00_common/bg.jpg");
}
.blog-section .section-title::before {
  content: "Blog";
}
.blog-section .blog-list {
  display: -ms-grid;
  display: grid;
  gap: 48rem;
  margin-top: 50rem;
}
.blog-section .blog-card {
  position: relative;
  border: 1px solid var(--colorGold);
  background-color: #f8f8f8;
  /* ドット柄の背景 */
}
.blog-section .blog-card::before {
  content: "";
  position: absolute;
  top: 9rem;
  left: 9rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, var(--colorGold) 1rem, transparent 1rem);
  background-size: 4rem 4rem;
}
.blog-section .blog-card .blog-image {
  width: 100%;
}
.blog-section .blog-card .blog-title {
  padding: 20rem;
  text-align: left;
  font-size: 16rem;
}
.blog-section .blog-link {
  display: inline-block;
  margin-top: 58rem;
  padding: 20rem 80rem;
  width: 256rem;
  background-color: var(--colorBlack);
  color: var(--colorCharaWhite);
  font-weight: var(--weightBold);
  font-size: 16rem;
  line-height: 1;
  margin-inline: auto;
}

@media (min-width: 601px) {
  .pc_none {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .sp_none {
    display: none !important;
  }
}

@media (max-width: 729px) {
  .side-menu_none {
    display: none !important;
  }
}

@media (min-width: 730px) {
  .menu_none {
    display: none !important;
  }
}