@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 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: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: 1em; /* 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;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * 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] {
  -webkit-appearance: button;
  background-color: transparent;
  border: none;
  color: #ce4a00;
  font-weight: 700;
}

.error_blank {
  color: #ce4a00;
}

/**
   * 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 {
  border-style: none;
  padding: 0;
}

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 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;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * 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 odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

* {
  list-style: none;
  line-height: unset;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-emphasis: none;
}

a {
  color: unset;
  text-decoration: none;
}

.cv-copy {
  margin: 104px auto 0;
  font-size: 0.875em;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cv-copy {
    margin: 100px auto 0;
    font-size: 18px;
  }
}

.btn {
  width: 343px;
  height: 48px;
  background-color: #fffdfa;
  border: 1px solid #ce4a00;
  display: flex;
  line-height: 48px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 24px;
  margin: 24px auto 0;
  color: #ce4a00;
  font-weight: 700;
  position: relative;
}
.btn:hover::before {
  right: 18px;
  transition: all ease-in-out 0.5s;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 494px;
    height: 69px;
    border-radius: 69px;
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .btn {
    width: 300px;
  }
}
.btn::after {
  content: "";
  display: block;
  width: 331px;
  height: 56px;
  position: absolute;
  top: -6px;
  left: 4px;
  border: 1px solid #ce4a00;
  border-radius: 56px;
}
@media screen and (min-width: 768px) {
  .btn::after {
    width: 482px;
    height: 78px;
    border-radius: 81px;
  }
}
@media screen and (max-width: 374px) {
  .btn::after {
    width: 288px;
  }
}
.btn::before {
  content: "";
  display: block;
  background-image: url(../img/btn-line.svg);
  width: 45px;
  height: 7px;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 24px;
  position: absolute;
  transition: all ease-in-out 0.5s;
}
@media screen and (min-width: 768px) {
  .btn::before {
    width: 62px;
    background-image: url(../img/pc/btn-line.svg);
  }
}

.decoration {
  width: 100%;
  max-width: 40px;
  margin: 64px auto 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .decoration {
    max-width: 100%;
    margin: 120px calc(50% - 50vw) 0;
    width: 100vw;
  }
}

h3 {
  margin-top: 88px;
  font-size: 1.5em;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2em;
    margin-top: 120px;
  }
}
h3 .ttl_small {
  font-size: 0.7em;
  font-weight: 500;
}

h4 {
  font-size: 26px;
  margin-top: 8px;
}

.orange {
  color: #ce4a00;
  font-weight: 700;
}

.orange-line-horizontal {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #ffde81;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

header {
  height: 64px;
  border-bottom: 1px solid #f6efe3;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #fdf7ee;
  width: 100%;
}
@media screen and (min-width: 768px) {
  header {
    height: 160px;
    position: fixed;
  }
}
@media screen and (min-width: 415px) and (max-width: 1000px) {
  header {
    height: 80px;
  }
}
header a {
  display: inline-block;
}
header img {
  width: 100%;
  max-width: 174px;
  padding: 12px;
  height: 64px;
}
@media screen and (min-width: 768px) {
  header img {
    max-width: 214px;
    padding: 14px 0 0 8px;
    box-sizing: content-box;
  }
}

.line-dashed {
  height: 1px;
  position: relative;
  margin: 32px 0;
}
.line-dashed:before {
  content: "";
  background-image: linear-gradient(to right, #cebeb8, #cebeb8 5px, transparent 7px, transparent 12px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fv2 {
  background-color: #fffdfa;
  border-radius: 12px;
  margin: 128px 16px 0 16px;
  text-align: center;
  position: relative;
  min-height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv2 h1 {
  font-size: 1.125em;
  line-height: 1.4em;
  margin: 0;
}
.fv2 h1 span {
  color: #ce4a00;
}
@media screen and (min-width: 768px) {
  .fv2 h1 {
    font-size: 2em;
  }
}
.fv2 img {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 57px;
}
@media screen and (min-width: 768px) {
  .fv2 img {
    max-width: 104px;
    top: -48px;
  }
}
@media screen and (min-width: 768px) {
  .fv2 {
    width: 100%;
    margin: 220px 0 0 0;
    padding: 65px 0;
  }
}

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

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

.hamb {
  display: block;
}
@media screen and (min-width: 1000px) {
  .hamb {
    display: none;
  }
}
.hamb body.noscroll {
  overflow: hidden;
}
.hamb .menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 80px 0;
  color: #521b05;
  background-color: rgba(255, 253, 250, 0.96);
  transition: 0.3s;
  z-index: 4;
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transform: translateY(-110%) translateZ(0);
  -webkit-transition: -webkit-transform 800ms 0s ease-in-out;
  transition: -webkit-transform 800ms 0s ease-in-out;
  transition: transform 800ms 0s ease-in-out;
  transition: transform 800ms 0s ease-in-out, -webkit-transform 800ms 0s ease-in-out;
  -webkit-overflow-scrolling: touch;
  margin-left: 10%;
  min-height: 620px;
}
.hamb .menu .header__contact--btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
}
.hamb .menu .header__contact--btn a {
  color: #fffdfa;
  font-size: 16px;
  background-color: #ce4a00;
  border-radius: 4px;
  text-align: center;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamb .menu .header__contact--btn--form {
  height: 72px;
  line-height: 72px;
}
.hamb .menu .header__contact--btn--twitter {
  margin-top: 16px;
  position: relative;
  padding-left: 22px;
  height: 46px;
  line-height: 46px;
}
.hamb .menu .header__contact--btn--twitter::before {
  position: absolute;
  top: 12px;
  left: 106px;
  content: "";
  display: block;
  background-image: url(../img/Twitter.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 20px;
}
.hamb .menu.open {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.hamb .menu-list {
  font-size: 15px;
  line-height: 1;
  padding-left: 60px;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 46px;
  line-height: 46px;
}
.hamb .menu-list::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #ce4a00;
  margin-right: 16px;
  position: absolute;
  left: 32px;
}
.hamb .menu-list a {
  display: block;
  height: auto;
  width: 100%;
}
.hamb .btn_hamb {
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  right: 0;
  top: 0;
  border: none;
  z-index: 5;
  background: linear-gradient(82.4deg, #FFA800 0%, #FFC700 99.16%);
}
.hamb .btn_hamb .hamb-menu-ttl {
  position: absolute;
  top: 40px;
  left: 8px;
  color: #fffdfa;
  font-size: 12px;
  font-weight: 700;
}
.hamb .closebtn {
  display: inline-block;
  vertical-align: middle;
  color: #271700;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  position: absolute;
  top: 20px;
  left: 10px;
  transform: rotate(45deg);
  transition: all ease-in-out 0.8s;
}
.hamb .closebtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(90deg);
}
.hamb .btn_hamb span {
  width: 22px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fffdfa;
  transition: all ease-in-out 0.8s;
}
.hamb .btn_hamb span:nth-child(1) {
  top: 16px;
}
.hamb .btn_hamb span:nth-child(2) {
  top: 23px;
  transform: translate(-50%, -50%);
}
.hamb .btn_hamb span:nth-child(3) {
  bottom: 34px;
}
.hamb .btn_hamb.open {
  background: transparent;
}
.hamb .btn_hamb.open span {
  left: 22%;
  background-color: #521b05;
}
.hamb .btn_hamb.open span:nth-child(1) {
  top: 32px;
  transform: rotate(45deg);
  height: 2px;
}
.hamb .btn_hamb.open span:nth-child(2) {
  opacity: 0;
}
.hamb .btn_hamb.open span:nth-child(3) {
  bottom: 30.5px;
  transform: rotate(-45deg);
  height: 2px;
}

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

.pc-header {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc-header {
    display: block;
  }
}
.pc-header a {
  display: flex;
  justify-content: center;
}
.pc-header .pc-header-upper {
  position: relative;
  height: 80px;
}
.pc-header .pc-header-upper .header-upper-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.pc-header .pc-header-upper .header-upper-contact {
  width: 210px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #521b05;
  background: linear-gradient(82.4deg, #FFA800 0%, #FFC700 99.16%);
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px 0 4px 4px;
  margin: 0 0 0 auto;
  position: relative;
  padding-right: 4px;
  transition: all ease-in-out 0.4s;
}
.pc-header .pc-header-upper .header-upper-contact::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #521b05;
  border-right: 2px solid #521b05;
  transform: rotate(45deg);
  transition: all ease-in-out 0.4s;
}
.pc-header .pc-header-upper .header-upper-contact:hover::after {
  right: 18px;
}
.pc-header .pc-menu {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin: 24px auto 0;
  gap: 56px;
  font-weight: 500;
}
.pc-header .pc-menu .orange {
  color: #ce4a00;
}
.pc-header .pc-menu li a {
  transition: all ease-in-out 0.5s;
  position: relative;
}
.pc-header .pc-menu li a::after {
  transition: all ease-in-out 0.5s;
  background-color: transparent;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pc-header .pc-menu li a::after:hover {
  background-color: #ce4a00;
}
.pc-header .pc-menu li a:hover {
  color: #ce4a00;
  transition: all ease-in-out 0.5s;
}
.pc-header .pc-menu li a:hover::after {
  transition: all ease-in-out 0.5s;
  background-color: #ce4a00;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

body {
  background-color: #fdf7ee;
  color: #521b05;
  font-family: "Zen Kaku Gothic Antique";
}
body .mt64 {
  margin: 64px auto 0;
}
@media screen and (min-width: 768px) {
  body .mt64 {
    margin: 160px auto 0;
  }
}

.top .section {
  width: 100%;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .top .section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
.top .fv {
  position: relative;
}
.top .fv object {
  display: none;
}
@media screen and (min-width: 1200px) {
  .top .fv object {
    display: block;
    position: absolute;
    right: 0;
    top: -70px;
    width: 130px;
    height: 1500px;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  .top .fv {
    max-width: 1100px;
    margin: 220px auto 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 540px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .top .fv {
    max-width: 70%;
    max-width: 1100px;
    margin: 220px auto 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 540px;
  }
}
@media screen and (min-width: 768px) {
  .top .fv::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg-fv.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40vw;
    height: 40vh;
    position: absolute;
    top: -10%;
    right: 0;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .top .fv::before {
    width: 400px;
    height: 400px;
  }
}
.top .fv__left {
  position: relative;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .top .fv__left {
    width: 50%;
    margin-top: 0;
  }
}
.top .fv__left::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg-fv.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 400px;
  max-width: 400px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  z-index: -3;
  top: 0;
  right: 80px;
}
@media screen and (min-width: 768px) {
  .top .fv__left::before {
    width: 70vw;
    height: 70vh;
    left: -10%;
    top: -6%;
    margin: 0;
    max-width: none;
  }
}
.top .fv__left::after {
  background-image: url(../img/fv_mizuhiki.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  content: "";
  height: 131px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: -200px;
}
@media screen and (min-width: 768px) {
  .top .fv__left::after {
    background-image: url(../img/pc/fv_mizuhiki.svg);
    background-size: contain;
    left: 20%;
    height: 211px;
    width: 760px;
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    bottom: -120px;
    left: -12%;
    margin: 0;
    z-index: -2;
  }
}
.top .fv__left--ttl {
  width: 100%;
  max-width: 300px;
  margin-top: 56px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .top .fv__left--ttl {
    max-width: 550px;
    margin-top: 80px;
    position: relative;
    padding-left: 64px;
  }
}
.top .fv__left--catch {
  position: absolute;
  top: 48px;
  right: 72px;
  width: 100%;
  max-width: 150px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .top .fv__left--catch {
    top: 80px;
    right: 0;
    left: 280px;
    max-width: 280px;
    padding-left: 64px;
  }
}
.top .fv__left--copy {
  font-size: 28px;
  margin-top: 20px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .top .fv__left--copy {
    font-size: 32px;
    padding-left: 64px;
  }
}
.top .fv__left--sub-copy {
  font-size: 16px;
  line-height: 1.625em;
  margin-top: 20px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .top .fv__left--sub-copy {
    font-size: 18px;
    padding-left: 64px;
  }
}
.top .fv__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-top: -50px;
  z-index: -1;
}
@media screen and (min-width: 415px) and (max-width: 1000px) {
  .top .fv__right {
    margin-left: 30%;
    margin-top: 10%;
  }
}
@media screen and (min-width: 768px) {
  .top .fv__right {
    margin-right: 5%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .top .fv__right {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .top .fv__right::after {
    position: absolute;
    content: "";
    background-image: url(../img/bg-fv.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30vw;
    height: 30vh;
    position: absolute;
    top: 80%;
    right: 50%;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .top .fv__right::after {
    width: 300px;
    height: 300px;
    margin: auto;
  }
}
.top .fv__right .container .inner-block {
  width: 200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .fv__right .container .inner-block {
    width: 600px;
  }
}
.top .fv__right .container .inner-block::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/fv-bar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 181px;
  height: 50px;
  top: -6px;
  left: 99px;
}
@media screen and (min-width: 768px) {
  .top .fv__right .container .inner-block::before {
    width: 500px;
    top: -20px;
    left: 100px;
  }
}
.top .fv__right .container .inner-block .fade-img-box {
  width: 179px;
  height: 120px;
  margin-left: 100px;
  margin-top: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .fv__right .container .inner-block .fade-img-box {
    width: 500px;
    height: 330px;
    margin-left: auto;
  }
}
.top .fv__right .container .inner-block .fade-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: initial;
  border-radius: 0 0 10px 10px;
}
.top .qa {
  margin: 120px auto 0;
}
@media screen and (min-width: 768px) {
  .top .qa {
    margin: 260px auto 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
  }
}
.top .qa__question {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
.top .qa__question--ttl {
  width: 100%;
  max-width: 80px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .top .qa__question--ttl {
    max-width: 120px;
    margin-top: -160px;
  }
}
.top .qa__question--images {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 226px;
  height: 260px;
  position: relative;
  margin-right: 36px;
}
@media screen and (min-width: 768px) {
  .top .qa__question--images {
    height: 400px;
    margin-top: 160px;
    margin-right: 64px;
  }
}
.top .qa__question--images object {
  position: absolute;
  bottom: -20px;
  width: 180px;
  height: 190px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .top .qa__question--images object {
    bottom: 0;
    margin: auto;
    width: 240px;
    right: -10px;
  }
}
.top .qa__question--images--question {
  width: 100%;
  max-width: 114px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .top .qa__question--images--question {
    max-width: 170px;
  }
}
.top .qa__question--images--girl {
  width: 100%;
  max-width: 192px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .top .qa__question--images--girl {
    max-width: 250px;
  }
}
.top .qa__question::after {
  content: "";
  background-image: url(../img/QUESTION.svg);
  position: absolute;
  bottom: -30px;
  left: 16px;
  width: 141px;
  height: 79px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .top .qa__question::after {
    background-image: url(../img/pc/QUESTION.svg);
    transform: rotate(90deg);
    top: 460px;
    right: -170px;
    left: unset;
    width: 320px;
    background-size: contain;
  }
}
.top .qa__answer--box {
  background-color: #fffdfa;
  border-radius: 24px;
  min-height: 440px;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .qa__answer--box {
    padding: 72px 72px 48px 72px;
  }
}
.top .qa__answer--box::before {
  position: absolute;
  top: -20px;
  right: 16px;
  content: "";
  display: block;
  background-image: url(../img/ANSWER.svg);
  background-repeat: no-repeat;
  width: 242px;
  height: 47px;
}
@media screen and (min-width: 768px) {
  .top .qa__answer--box::before {
    top: 40px;
    right: -114px;
    transform: rotate(90deg);
  }
}
.top .qa__answer--box::after {
  position: absolute;
  top: -36px;
  left: 8px;
  content: "";
  display: block;
  background-image: url(../img/ttl_mizuhiki.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 82px;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .top .qa__answer--box::after {
    left: -30px;
  }
}
.top .qa__answer--box h2 {
  writing-mode: vertical-rl;
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.4em;
  color: #ce4a00;
  margin: 60px 40px 0 24px;
}
@media screen and (min-width: 768px) {
  .top .qa__answer--box h2 {
    margin: 0 0 0 24px;
    font-size: 1.5em;
  }
}
.top .qa__answer--box--txt {
  writing-mode: vertical-rl;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .top .qa__answer--box--txt {
    font-size: 20px;
    margin-top: 0;
  }
}
.top .qa__answer--box--txt p {
  font-size: 18px;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  margin-left: 24px;
}
.top .qa__answer--box--txt .orange-line {
  background: linear-gradient(90deg, transparent 60%, #ffde81 60%);
}
.top .goal {
  position: relative;
}
.top .goal .object1 {
  display: none;
}
@media screen and (min-width: 1200px) {
  .top .goal .object1 {
    display: block;
    position: absolute;
    left: -90px;
    top: -250px;
    width: 250px;
    height: 1500px;
    margin: 0 calc(50% - 50vw);
    transform: scale(-1, 1);
  }
}
.top .goal h3 {
  margin-top: 64px;
  font-size: 24px;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .top .goal h3 {
    margin-top: 120px;
    font-size: 40px;
  }
}
.top .goal__intro {
  position: relative;
}
.top .goal__intro--goals {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .top .goal__intro--goals {
    display: flex;
    justify-content: space-between;
    width: 675px;
  }
}
.top .goal__intro--goals li {
  font-size: 16px;
  margin-top: 24px;
  height: 30px;
  display: flex;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top .goal__intro--goals li {
    border-radius: 50%;
    height: 209px;
    width: 209px;
    background-color: #fffdfa;
    border: 1px solid #521b05;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-align: center;
    line-height: 1.4em;
    position: relative;
  }
}
.top .goal__intro--goals li::before {
  background-image: url(../img/flag.svg);
  content: "";
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  display: inline-block;
  background-repeat: no-repeat;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .top .goal__intro--goals li::before {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 30px;
    left: 10px;
    background-size: contain;
  }
}
.top .goal__intro img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 85px;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .top .goal__intro img {
    bottom: -16%;
    right: 0;
    max-width: 197px;
  }
}
.top .goal__intro object {
  position: absolute;
  bottom: -170px;
  right: 0;
  width: 100%;
  max-width: 85px;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .top .goal__intro object {
    bottom: -56%;
    right: 0;
    max-width: 197px;
  }
}
.top .goal__case {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .top .goal__case {
    margin-top: 160px;
  }
}
.top .goal__case--ttl {
  display: flex;
  align-items: center;
}
.top .goal__case--ttl .case_num {
  border-radius: 50%;
  border: 2px solid #ce4a00;
  height: 80px;
  width: 80px;
  text-align: center;
  color: #ce4a00;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 6px 0 4px 0;
  background-color: #fdf7ee;
  z-index: 1;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top .goal__case--ttl .case_num {
    width: 96px;
    height: 96px;
    font-size: 40px;
  }
}
.top .goal__case--ttl .case_num .font_case {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .top .goal__case--ttl .case_num .font_case {
    font-size: 26px;
  }
}
.top .goal__case--ttl h4 {
  font-size: 16px;
  line-height: 1.7em;
  margin-left: 1em;
  margin-top: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top .goal__case--ttl h4 {
    font-size: 26px;
  }
}
.top .goal__case--ttl h4 span {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top .goal__case--ttl h4 span {
    font-size: 34px;
  }
}
.top .goal__case--container .inner {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .top .goal__case--container .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    flex-direction: initial;
    margin-top: 40px;
  }
}
.top .goal__case--container .inner .case-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .goal__case--container .inner .case-img {
    position: relative;
    background-color: #fff;
    width: 50%;
    max-width: 520px;
    object-fit: contain;
    height: auto;
    margin-top: 0;
  }
}
.top .goal__case--container .inner .case-img img {
  width: 100%;
  max-width: 382px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .top .goal__case--container .inner .case-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: unset;
  }
}
.top .goal__case--container .inner .detail {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top .goal__case--container .inner .detail {
    width: 100%;
    max-width: 448px;
    font-size: 16px;
  }
}
.top .goal__case--container .inner .detail .ttl {
  min-width: 160px;
  height: 32px;
  line-height: 32px;
  background-color: #ffde81;
  text-align: center;
  border-radius: 2px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .top .goal__case--container .inner .detail .ttl {
    height: 36px;
    line-height: 36px;
    width: 156px;
  }
}
.top .goal__case--container .inner .detail .txt {
  line-height: 1.7em;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .top .goal__case--container .inner .detail .txt {
    margin-top: 18px;
  }
}
.top .goal__case--container .inner .detail .points {
  margin-top: 24px;
  counter-reset: li;
}
.top .goal__case--container .inner .detail .points li {
  font-size: 14px;
  padding-left: 1.6em;
  position: relative;
  padding-left: 32px;
  height: 32px;
  line-height: 32px;
}
.top .goal__case--container .inner .detail .points li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #521b05;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.top .goal__case--container .inner .detail .detail-purpose {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .top .goal__case--container .inner .detail .detail-purpose {
    margin-top: 0;
  }
}
.top .goal__case--container .inner .detail .detail-attempt {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .top .goal__case--container .inner .detail .detail-attempt {
    margin-top: 48px;
  }
}
.top .advantage h3 {
  margin-top: 64px;
  line-height: 1.2em;
}
.top .advantage h3 .orange {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .top .advantage h3 .orange {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top .advantage h3 {
    margin-top: 120px;
    line-height: 1.2em;
    font-size: 40px;
  }
}
.top .advantage__items {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .top .advantage__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.top .advantage__items--item--no {
  height: 50px;
  line-height: 50px;
  background-color: #ce4a00;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #fffdfa;
  font-size: 18px;
  display: block;
}
@media screen and (min-width: 768px) {
  .top .advantage__items--item--no {
    height: 64px;
    line-height: 64px;
    font-weight: 500;
  }
}
.top .advantage__items--item--box {
  background-color: #fffdfa;
  padding: 32px 24px 48px 24px;
  position: relative;
  min-height: 500px;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .top .advantage__items--item--box {
    min-height: 710px;
  }
}
.top .advantage__items--item--box--ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .top .advantage__items--item--box--ttl {
    font-size: 28px;
  }
}
.top .advantage__items--item--box--txt {
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .top .advantage__items--item--box--txt {
    margin-top: 32px;
  }
}
.top .advantage__items--item--box object {
  width: 100%;
  max-width: 70px;
  margin-top: 24px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .top .advantage__items--item--box object {
    max-width: 110px;
    right: 40px;
    bottom: 40px;
  }
}
.top .advantage__items--item--box .btn {
  max-width: 280px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top .advantage__items--item--box .btn {
    max-width: 386px;
    margin-top: 48px;
  }
}
.top .advantage__items--item--box .btn::after {
  display: none;
}
.top .advantage__items--item--box .btn::before {
  right: 4px;
}
@media screen and (min-width: 768px) {
  .top .advantage__items--item--box .btn::before {
    right: 16px;
  }
}
.top .advantage__items--item--box .btn:hover {
  transition: all ease-in-out 0.5s;
}
.top .advantage__items--item--box .btn:hover::before {
  right: 8px;
}
.top .advantage__items--item:nth-child(2) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top .advantage__items--item:nth-child(2) {
    margin-top: 0;
  }
}
.top .advantage__items--item:nth-child(2) img {
  max-width: 90%;
  position: initial;
  margin: 24px auto 0;
  width: 90%;
  display: block;
}
@media screen and (min-width: 768px) {
  .top .advantage__items--item:nth-child(2) img {
    margin: 32px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .top .advantage__items--item {
    width: 45%;
    max-width: 523px;
  }
}
.top .service {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .top .service {
    margin-top: 120px;
  }
}
.top .service h3 {
  position: relative;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .top .service h3 {
    font-size: 40px;
  }
}
.top .service h3::before {
  background-image: url(../img/SERVICE.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 0;
  content: "";
  display: block;
  width: 234px;
  height: 48px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top .service h3::before {
    width: 240px;
    height: 70px;
    top: -20px;
  }
}
.top .service .tax {
  font-size: 16px;
  text-align: left;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .top .service .tax {
    font-size: 16px;
  }
}
.top .service h4 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top .service h4 {
    font-size: 32px;
  }
}
.top .service h4 .service__num {
  width: 100%;
  max-width: 48px;
  margin-right: 0.5em;
}
.top .service__site {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top .service__site .plans {
    display: flex;
    justify-content: space-between;
  }
}
.top .service__site .plans__plan {
  background-color: #fffdfa;
  border-radius: 10px;
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .top .service__site .plans__plan {
    width: 31%;
    max-width: 350px;
    margin-top: 24px;
  }
}
.top .service__site .plans__plan .plan-name {
  background-color: #EA7838;
  color: #fffdfa;
  text-align: center;
  height: 48px;
  line-height: 48px;
  width: 156px;
  border-radius: 10px 0 10px 0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top .service__site .plans__plan .plan-name {
    font-size: 18px;
  }
}
.top .service__site .plans__plan .inner {
  padding: 24px 24px 40px 24px;
}
.top .service__site .plans__plan--price {
  font-size: 28px;
  color: #EA7838;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top .service__site .plans__plan--price {
    font-size: 32px;
  }
}
.top .service__site .plans__plan--txt {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .top .service__site .plans__plan--txt {
    font-size: 15px;
  }
}
.top .service__site .plans__plan .page-ex {
  border: 1px solid #521b05;
  width: 130px;
  height: 28px;
  text-align: center;
  border-radius: 4px;
  padding-top: 0;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.top .service__site .plans__plan .plan__example {
  font-weight: 500;
  margin-top: 20px;
}
.top .service__site .plans__plan .plan__example li {
  font-size: 16px;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .top .service__site .plans__plan .plan__example li {
    font-size: 16px;
  }
}
.top .service__site .plans__plan .plan__example li:first-child {
  margin-top: 0;
}
.top .service__site .plans__plan .page-limit {
  margin-top: 16px;
  display: block;
  font-weight: 500;
}
.top .service__site .plans__plan:first-child {
  margin-top: 24px;
}
.top .service__site .plans__plan:nth-child(2) {
  position: relative;
}
.top .service__site .plans__plan:nth-child(2) .plan-name {
  background-color: #ce4a00;
}
.top .service__site .plans__plan:nth-child(2) .plans__plan--price {
  color: #ce4a00;
}
.top .service__site .plans__plan:nth-child(2)::after {
  content: "一番\a人気";
  white-space: pre;
  background-image: url(../img/plan-best.svg);
  position: absolute;
  top: 16px;
  right: 20px;
  width: 71px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ce4a00;
  font-weight: 700;
}
.top .service__site .plans__plan:nth-child(3) .plan-name {
  background-color: #521b05;
}
.top .service__site .plans__plan:nth-child(3) .plans__plan--price {
  color: #521b05;
}
.top .service__site .plans__plan:nth-child(3) .page-ex {
  width: 240px;
}
.top .service__site .plans__plan:nth-child(3) .plan__example li:nth-child(1) {
  width: 216px;
}
.top .service__maintenance {
  margin-top: 80px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .top .service__maintenance {
    margin-top: 120px;
  }
}
.top .service__maintenance--box {
  margin-top: 24px;
  background-color: #fffdfa;
  padding: 40px 32px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .service__maintenance--box {
    padding: 64px 40px;
  }
}
.top .service__maintenance--box object {
  display: none;
}
@media screen and (min-width: 768px) {
  .top .service__maintenance--box object {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 130px;
    height: auto;
  }
}
.top .service__maintenance--box--price-basic {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .top .service__maintenance--box--price-basic {
    font-size: 28px;
  }
}
.top .service__maintenance--box--price-set {
  margin-top: 12px;
  color: #ce4a00;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top .service__maintenance--box--price-set {
    font-size: 22px;
  }
}
.top .service__maintenance--box--price-set span {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .top .service__maintenance--box--price-set span {
    font-size: 32px;
  }
}
.top .service__maintenance--box--caution {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.5em;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .top .service__maintenance--box--caution {
    font-size: 16px;
  }
}
.top .service__maintenance--box--txt {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top .service__maintenance--box--txt {
    font-size: 16px;
  }
}
.top .service__graphic {
  margin-top: 80px;
}
.top .service__graphic h4 .small {
  font-size: 18px;
  padding: 0 4px;
}
@media screen and (min-width: 768px) {
  .top .service__graphic {
    margin-top: 120px;
  }
}
.top .service__graphic--caution {
  margin-top: 32px;
}
.top .service__graphic--caution p {
  font-size: 14px;
  line-height: 1.5em;
  text-indent: -1em;
  margin-left: 1em;
}
.top .service__graphic--caution p:nth-child(n+2) {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .top .service__graphic--caution p {
    font-size: 16px;
  }
}
.top .service__graphic--box {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .top .service__graphic--box {
    display: flex;
    justify-content: space-between;
  }
}
.top .service__graphic--box--item {
  margin-top: 40px;
}
.top .service__graphic--box--item h5 {
  background-color: #ffde81;
  width: 160px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px 2px 0 0;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .top .service__graphic--box--item h5 {
    font-size: 18px;
    height: 48px;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.top .service__graphic--box--item .graphic__item--info {
  background-color: #fffdfa;
  padding: 32px;
  border-radius: 0 4px 4px 4px;
  font-weight: 700;
  position: relative;
}
.top .service__graphic--box--item .graphic__item--info img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 80px;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .top .service__graphic--box--item .graphic__item--info img {
    top: -24px;
    right: -18px;
    bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  .top .service__graphic--box--item .graphic__item--info {
    font-size: 24px;
    padding: 40px 32px 32px 16px;
  }
}
.top .service__graphic--box--item .graphic__item--info--price-basic {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .top .service__graphic--box--item .graphic__item--info--price-basic {
    font-size: 24px;
  }
}
.top .service__graphic--box--item .graphic__item--info--price-set {
  margin-top: 6px;
  color: #ce4a00;
}
@media screen and (min-width: 768px) {
  .top .service__graphic--box--item .graphic__item--info--price-set {
    font-size: 16px;
  }
}
.top .service__graphic--box--item .graphic__item--info--price-set span {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .top .service__graphic--box--item .graphic__item--info--price-set span {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .top .service__graphic--box--item {
    width: 31%;
    max-width: 350px;
    margin-top: 24px;
  }
}
.top .service__graphic--box--item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .top .service__graphic--box--item:first-child {
    margin-top: 24px;
  }
}
.top .flow {
  margin-top: 64px;
  position: relative;
}
.top .flow object {
  display: none;
}
@media screen and (min-width: 768px) {
  .top .flow object {
    display: block;
    position: absolute;
    content: "";
    top: 260px;
    left: 0;
    background-image: url(../img/flow-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 210px;
  }
}
.top .flow h3 {
  position: relative;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .top .flow h3 {
    font-size: 40px;
  }
}
.top .flow h3::before {
  background-image: url(../img/FLOW.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 0;
  content: "";
  display: block;
  width: 165px;
  height: 47px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top .flow h3::before {
    width: 240px;
    height: 70px;
    top: -40px;
  }
}
.top .flow p {
  width: 100%;
  line-height: 1.7em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .top .flow p {
    width: 450px;
    line-height: 1.8em;
  }
}
.top .flow .stepbar {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top .flow .stepbar {
    width: 60%;
    max-width: 530px;
    margin: 0 0 0 auto;
  }
}
.top .flow .stepbar__wrap {
  margin: 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .flow .stepbar__wrap {
    margin: 80px 0;
  }
}
.top .flow .step__title {
  display: flex;
  align-items: center;
  color: #521b05;
}
.top .flow .step__circle {
  display: flex;
  width: 46px;
  height: 40px;
  border-radius: 50%;
  background-color: #ce4a00;
  color: #fffdfa;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .top .flow .step__circle {
    width: 56px;
    height: 56px;
  }
}
.top .flow .step__circle span {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .top .flow .step__circle span {
    font-size: 32px;
  }
}
.top .flow .step__title .title {
  margin-left: 8px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .top .flow .step__title .title {
    font-size: 24px;
  }
}
.top .flow .step__text {
  padding-left: 48px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top .flow .step__text {
    padding-left: 64px;
  }
}
.top .flow .step__text a {
  color: #0000ee;
  text-decoration: underline;
}
.top .flow .step__text .orange {
  font-weight: 500;
}
.top .flow .step__line {
  width: 2px;
  height: calc(100% + 40px);
  background-color: #ce4a00;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top .flow .step__line {
    height: calc(100% + 80px);
    left: 28px;
  }
}
.top .flow .stepbar__wrap:last-of-type .step__line {
  display: none;
}
@media screen and (min-width: 768px) {
  .top .flow .btn_to_flow {
    margin-top: 120px;
  }
}
.top .about h3 {
  position: relative;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .top .about h3 {
    font-size: 40px;
  }
}
.top .about h3::before {
  background-image: url(../img/ABOUT.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 0;
  content: "";
  display: block;
  width: 205px;
  height: 45px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top .about h3::before {
    width: 240px;
    height: 70px;
    top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .top .about__items {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.top .about__items--item {
  margin-top: 56px;
  position: relative;
}
.top .about__items--item::before {
  background-color: #ce4a00;
  content: attr(data-ttl);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -26px;
  height: 32px;
  border-radius: 24px;
  width: 180px;
  top: -12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fffdfa;
}
@media screen and (min-width: 768px) {
  .top .about__items--item::before {
    height: 44px;
    line-height: 44px;
    top: -16px;
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .top .about__items--item {
    margin-top: 40px;
    width: 45%;
    max-width: 523px;
  }
}
@media screen and (min-width: 768px) {
  .top .about__items--item:nth-child(1) {
    margin-top: 40px;
  }
}
.top .about__items--item--txt {
  background-color: #fffdfa;
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
}
.top .about__items--item--txt li {
  margin-top: 14px;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .top .about__items--item--txt {
    font-size: 18px;
    padding: 48px;
    min-height: 310px;
  }
}
.top .about__items .item-profile {
  background-color: #fffdfa;
  border-radius: 10px;
  display: flex;
}
.top .about__items .item-profile ul {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .top .about__items .item-profile ul {
    width: 45%;
  }
}
.top .about__items .item-profile ul li {
  line-height: unset;
}
.top .about__items .item-profile .profile-img {
  display: flex;
  align-items: center;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .top .about__items .item-profile .profile-img {
    width: 45%;
    justify-content: center;
  }
}
.top .about__items .item-profile .profile-img img {
  max-width: 130px;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .top .about__items .item-profile .profile-img img {
    max-width: 200px;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .top .about__items .item-profile {
    width: 100%;
    max-width: 100%;
    margin: 40px 0 0 auto;
    background-color: transparent;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .top .about__items .item-profile::before {
    display: none;
  }
}
.top .about__items .item-profile .about__items--item--txt {
  padding: 48px 0 48px 24px;
}
@media screen and (min-width: 768px) {
  .top .about__items .item-profile .about__items--item--txt::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .top .about__items .item-profile .about__items--item--txt {
    background-color: transparent;
    padding: 48px 48px 48px 0;
    min-height: auto;
  }
}
.top .about__items .item-profile .about__items--item--txt .pc-only {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .top .about__items .item-profile .about__items--item--txt .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .top .about__items .about-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
}
.top .message {
  margin-top: 140px;
}
@media screen and (min-width: 768px) {
  .top .message {
    margin-top: 160px;
  }
}
.top .message__box {
  background-color: #fffdfa;
  padding: 56px 0 40px;
  position: relative;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .top .message__box {
    width: 100%;
    max-width: 816px;
    margin: 0 auto;
    padding: 80px 0 40px;
  }
}
.top .message__box::after {
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  background-image: url(../img/ttl_mizuhiki.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 82px;
  height: 70px;
}
.top .message__box h3 {
  color: #ce4a00;
  margin-top: 0;
  text-align: center;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .top .message__box h3 {
    font-size: 28px;
  }
}
.top .message__box--btn {
  margin: 0 auto;
  width: 100%;
  max-width: 40px;
  display: block;
  margin-top: -20px;
}
.top .message__box--more {
  margin-top: 8px;
  font-size: 16px;
  color: #ce4a00;
  text-align: center;
  font-weight: 700;
}
.top .message__btn--last {
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  width: 167px;
  transition: all ease-in-out 0.5s;
}
.top .message__btn--last:hover {
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .top .message__btn--last {
    margin: 160px auto 0;
    width: 240px;
  }
}
.top .message .wrapper {
  width: 100%;
  margin: 30px auto;
}
.top .message .text_wrapper {
  position: relative;
  margin-bottom: 45px;
  padding: 0 20px 20px;
  height: auto;
  overflow: hidden;
  text-align: center;
  line-height: 1.8em;
}
.top .message .text_wrapper .text {
  padding-bottom: 80px;
  margin: 32px auto 0;
  font-weight: 400;
  text-align: center;
  line-height: 1.625em;
  line-height: 2;
  background-image: linear-gradient(#F6EFE3 1px, transparent 1px);
  background-size: 100% 2em;
  width: 304px;
}
@media screen and (min-width: 768px) {
  .top .message .text_wrapper .text {
    font-size: 20px;
    width: 380px;
  }
}
.top .message .show_more {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-top: 280px;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 253, 250) 70%);
  cursor: pointer;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top .message .show_more {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 253, 250) 80%);
  }
}
.top .message .active .show_more {
  background: unset;
}
.top .message .show_more::before {
  position: absolute;
  background: url(../img/message__btn.svg) no-repeat;
  width: 40px;
  height: 40px;
  content: "";
  display: inline-block;
  transition: all 0.5s;
  top: 0;
  bottom: 0;
  margin: auto 0 32px;
}
.top .message .active .show_more::before {
  transform: rotate(180deg);
}
.top .message .show_more::after {
  content: "つづきを読む";
  padding-bottom: 16px;
  color: #ce4a00;
}
.top .message .active .show_more::after {
  content: "閉じる";
  padding-bottom: 16px;
  color: #ce4a00;
}

.footer {
  margin-top: 120px;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 160px;
  }
}
.footer__btn--top {
  background-color: #ffde81;
  height: 48px;
  line-height: 48px;
  color: #521b05;
  text-align: center;
  display: block;
  border-radius: 10px 10px 0 0;
  font-weight: 500;
}
.footer__btn--top p {
  position: relative;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
.footer__btn--top p::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #521b05;
}
.footer__btn--top p::after {
  content: "";
  position: absolute;
  left: -23.5px;
  top: 3px;
  bottom: 0;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fffdfa;
  border-right: 2px solid #fffdfa;
  transform: rotate(-45deg);
}
.footer__list {
  padding: 40px 0 64px 40px;
  font-size: 16px;
  font-weight: 400;
  transition: all ease 0.5s;
}
@media screen and (min-width: 768px) {
  .footer__list {
    font-size: 18px;
    padding: 6% 10% 8% 14%;
  }
}
.footer__list--page {
  position: relative;
  padding-left: 20px;
  height: 46px;
  line-height: 46px;
}
.footer__list--page::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #ce4a00;
  margin-right: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.footer__list--page a {
  color: #521b05;
  transition: all ease-in-out 0.5s;
  font-weight: 500;
}
.footer__list--page a:hover {
  color: #ce4a00;
}
.footer__contact {
  background-color: #ce4a00;
  padding: 48px 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__contact {
    padding: 5% 14%;
  }
}
.footer__contact::before {
  background-image: url(../img/footer-wave.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  top: -18px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .footer__contact::before {
    background-image: url(../img/pc/footer-wave.svg);
    padding-bottom: 1px;
  }
}
.footer__contact .footer-logo-left {
  width: 40px;
  display: block;
}
.footer__contact--logo {
  width: 100%;
  max-width: 24px;
}
@media screen and (min-width: 768px) {
  .footer__contact--logo {
    max-width: 32px;
  }
}
.footer__contact--btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__contact--btn a {
  color: #fffdfa;
  font-size: 16px;
  border: 1px solid #fffdfa;
  border-radius: 4px;
  height: 46px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.5s;
}
.footer__contact--btn a:hover {
  color: #ce4a00;
  background-color: #fffdfa;
}
@media screen and (min-width: 768px) {
  .footer__contact--btn a {
    border: 1px solid #fffdfa;
    width: 240px;
    font-size: 18px;
    padding-bottom: 2px;
  }
}
.footer__contact--btn--twitter {
  margin-top: 24px;
  position: relative;
  padding-left: 16px;
}
.footer__contact--btn--twitter:hover::before {
  background-image: url(../img/Twitter-orange.svg);
}
.footer__contact--btn--twitter::before {
  position: absolute;
  content: "";
  background-image: url(../img/Twitter.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 19px;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .footer__contact--btn--twitter::before {
    left: 60px;
  }
}

.copyright {
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #521b05;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 14px;
  }
}

/*========= レイアウトのためのCSS ===============*/
#container {
  width: 100%;
  height: 100vh;
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

a:hover {
  text-decoration: none;
}

/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInTrigger {
  opacity: 0;
}

body {
  padding: 0;
  margin: 0;
}

.page-about .about {
  width: 100%;
  min-width: 375px;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .page-about .about {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-about .about__items {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.page-about .about__items--item {
  margin-top: 56px;
  position: relative;
}
.page-about .about__items--item::before {
  background-color: #ce4a00;
  content: attr(data-ttl);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -26px;
  height: 32px;
  border-radius: 24px;
  width: 180px;
  top: -12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fffdfa;
}
@media screen and (min-width: 768px) {
  .page-about .about__items--item::before {
    height: 44px;
    line-height: 44px;
    top: -16px;
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .page-about .about__items--item {
    margin-top: 40px;
    width: 45%;
    max-width: 523px;
  }
}
@media screen and (min-width: 768px) {
  .page-about .about__items--item:nth-child(1) {
    margin-top: 40px;
  }
}
.page-about .about__items--item--txt {
  background-color: #fffdfa;
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
}
.page-about .about__items--item--txt li {
  margin-top: 14px;
  line-height: 1.7em;
}
.page-about .about__items--item--txt p {
  line-height: 1.7em;
  margin-top: 16px;
}
.page-about .about__items--item--txt p:not(:first-child) {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .page-about .about__items--item--txt {
    font-size: 18px;
    padding: 48px;
  }
}
.page-about .about__items .item-profile {
  background-color: #fffdfa;
  border-radius: 10px;
  display: flex;
}
.page-about .about__items .item-profile ul {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .page-about .about__items .item-profile ul {
    width: 45%;
  }
}
.page-about .about__items .item-profile ul li {
  line-height: unset;
  margin-top: 20px;
}
.page-about .about__items .item-profile .profile-img {
  display: flex;
  align-items: center;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .page-about .about__items .item-profile .profile-img {
    width: 45%;
    justify-content: center;
  }
}
.page-about .about__items .item-profile .profile-img img {
  max-width: 130px;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .page-about .about__items .item-profile .profile-img img {
    max-width: 200px;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .page-about .about__items .item-profile {
    width: 100%;
    max-width: 100%;
    margin: 40px 0 0 auto;
    background-color: transparent;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .page-about .about__items .item-profile::before {
    display: none;
  }
}
.page-about .about__items .item-profile .about__items--item--txt {
  padding: 48px 0 48px 24px;
}
@media screen and (min-width: 768px) {
  .page-about .about__items .item-profile .about__items--item--txt::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-about .about__items .item-profile .about__items--item--txt {
    background-color: transparent;
    padding: 48px 48px 48px 0;
  }
}
.page-about .about__items .item-profile .about__items--item--txt .pc-only {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .page-about .about__items .item-profile .about__items--item--txt .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-about .about__items .about-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
}
.page-about .about__items .about-flex .about__items--item--txt {
  min-height: fit-content;
}
@media screen and (min-width: 768px) {
  .page-about .about__items .about-flex .about__items--item--txt {
    min-height: 650px;
  }
}
.page-about .slide-container {
  width: 100%;
  display: flex;
  align-items: center;
  height: 170px;
  overflow: hidden;
  margin-top: 80px;
  margin: 80px calc(50% - 50vw) 0;
}
@media screen and (min-width: 768px) {
  .page-about .slide-container {
    margin-top: 104px;
    height: 350px;
  }
}
.page-about .slide-wrapper {
  display: flex;
  animation: slide-flow 80s infinite linear 1s both;
  height: 170px;
}
@media screen and (min-width: 768px) {
  .page-about .slide-wrapper {
    height: 350px;
  }
}
.page-about .slide {
  width: 240px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .page-about .slide {
    width: 470px;
  }
}
@keyframes slide-flow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.page-about .slide-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  height: 170px;
  overflow: hidden;
  margin-top: 0;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .page-about .slide-container2 {
    height: 350px;
  }
}
.page-about .slide-wrapper2 {
  display: flex;
  animation: slide-flow2 80s infinite linear 1s both;
  height: 170px;
}
@media screen and (min-width: 768px) {
  .page-about .slide-wrapper2 {
    height: 350px;
  }
}
.page-about .slide2 {
  width: 240px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .page-about .slide2 {
    width: 470px;
  }
}
@keyframes slide-flow2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

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

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

.page-advantage .advantage__intro {
  margin: 32px auto 0;
  width: 100%;
  max-width: 342px;
  line-height: 1.5em;
  font-size: 16px;
}
.page-advantage .advantage__intro:nth-child(1) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage__intro:nth-child(1) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage__intro {
    max-width: 1100px;
    margin: 10px auto 32px;
    width: 100%;
    font-size: 18px;
  }
}
.page-advantage .txt-to-plan {
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .page-advantage .txt-to-plan {
    font-size: 16px;
  }
}
.page-advantage .txt-to-plan a {
  color: #0000ee;
  text-decoration: underline;
}
.page-advantage .advantage {
  width: 100%;
  padding: 0 1em;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage {
    width: 100%;
    max-width: 1100px;
    margin: 80px auto 0;
    padding: 0;
  }
}
.page-advantage .advantage h3 {
  margin-top: 64px;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage h3 {
    margin-top: 120px;
    line-height: 1.2em;
    font-size: 40px;
  }
}
.page-advantage .advantage__items {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-advantage .advantage__items--item--no {
  height: 50px;
  line-height: 50px;
  background-color: #ce4a00;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #fffdfa;
  font-size: 18px;
  display: block;
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage__items--item--no {
    height: 64px;
    line-height: 64px;
    font-weight: 500;
  }
}
.page-advantage .advantage__items--item--box {
  background-color: #fffdfa;
  padding: 32px 24px 48px 24px;
  position: relative;
  min-height: 500px;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage__items--item--box {
    min-height: 730px;
  }
}
.page-advantage .advantage__items--item--box--ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage__items--item--box--ttl {
    font-size: 28px;
  }
}
.page-advantage .advantage__items--item--box--txt {
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage__items--item--box--txt {
    margin-top: 32px;
  }
}
.page-advantage .advantage__items--item--box object {
  width: 100%;
  max-width: 70px;
  margin-top: 24px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage__items--item--box object {
    max-width: 110px;
    right: 40px;
    bottom: 40px;
  }
}
.page-advantage .advantage__items--item--box .btn {
  max-width: 280px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage__items--item--box .btn {
    max-width: 386px;
    margin-top: 48px;
  }
}
.page-advantage .advantage__items--item--box .btn::after {
  display: none;
}
.page-advantage .advantage__items--item--box .btn::before {
  right: 4px;
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage__items--item--box .btn::before {
    right: 16px;
  }
}
.page-advantage .advantage__items--item--box .btn:hover {
  transition: all ease-in-out 0.5s;
}
.page-advantage .advantage__items--item--box .btn:hover::before {
  right: 8px;
}
.page-advantage .advantage__items--item:nth-child(2) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage__items--item:nth-child(2) {
    margin-top: 0;
  }
}
.page-advantage .advantage__items--item:nth-child(2) img {
  max-width: 90%;
  width: 90%;
  display: block;
  position: initial;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage__items--item:nth-child(2) img {
    margin: 32px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .page-advantage .advantage__items--item {
    width: 45%;
    max-width: 523px;
  }
}
.page-advantage .examples {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .page-advantage .examples {
    margin-top: 150px;
  }
}
.page-advantage .examples__example {
  font-weight: 700;
}
.page-advantage .examples__example:nth-child(n+2) {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .page-advantage .examples__example:nth-child(n+2) {
    margin-top: 128px;
  }
}
@media screen and (min-width: 768px) {
  .page-advantage .examples__example {
    margin-top: 104px;
  }
}
.page-advantage .examples__example--num {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-advantage .examples__example--num {
    font-size: 26px;
  }
}
.page-advantage .examples__example--tag {
  margin-top: 18px;
  background-color: #ffde81;
  height: 32px;
  line-height: 32px;
  width: 200px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-advantage .examples__example--tag {
    height: 48px;
    line-height: 48px;
    width: 190px;
    font-size: 18px;
  }
}
.page-advantage .examples__example--effect {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .page-advantage .examples__example--effect {
    font-size: 28px;
  }
}
.page-advantage .examples__example--images {
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .page-advantage .examples__example--images {
    margin-top: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.page-advantage .examples__example--images .example--image {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-advantage .examples__example--images .example--image {
    max-width: 44%;
  }
}
.page-advantage .examples__example--images .example--image img {
  width: 100%;
  margin: 0 auto;
}
.page-advantage .examples__example--images .example--image::after {
  display: block;
  content: attr(data-ttl);
  writing-mode: vertical-rl;
  border: 2px solid #521b05;
  background-color: #fffdfa;
  border-radius: 2px;
  padding: 10px 8px;
  font-size: 14px;
  letter-spacing: 0.3em;
  position: absolute;
  top: -20px;
  left: 0;
  min-height: 134px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-advantage .examples__example--images .example--image::after {
    font-size: 16px;
    padding: 28px 10px;
  }
}
.page-advantage .examples__example--images .example--image:nth-child(n+2)::after {
  border: 2px solid #ce4a00;
  color: #ce4a00;
}
.page-advantage .examples__example--images .and {
  margin: 24px auto;
  display: block;
}
.page-advantage .difference {
  margin-top: 64px;
  position: relative;
  width: 100%;
  min-width: 375px;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .page-advantage .difference {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
.page-advantage .difference h2 {
  font-size: 22px;
  line-height: 1.7em;
  margin-top: 0;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .page-advantage .difference h2 {
    margin-top: 240px;
    position: absolute;
    top: -40px;
    right: 50px;
    writing-mode: vertical-rl;
    font-size: 26px;
    letter-spacing: 0.2em;
  }
}
.page-advantage .difference h2 .orange {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .page-advantage .difference h2 .orange {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .page-advantage .difference .differences {
    padding-top: 240px;
    width: 100%;
    max-width: 810px;
  }
}
.page-advantage .difference .differences__difference {
  margin-top: 40px;
}
.page-advantage .difference .differences__difference:nth-child(n+2) {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .page-advantage .difference .differences__difference:nth-child(n+2) {
    margin-top: 88px;
  }
}
@media screen and (min-width: 768px) {
  .page-advantage .difference .differences__difference {
    margin-top: 64px;
  }
}
.page-advantage .difference .differences__difference--ttl {
  background-color: #ce4a00;
  color: #fffdfa;
  text-align: center;
  height: 42px;
  line-height: 42px;
  border-radius: 4px 4px 0 0;
}
@media screen and (min-width: 768px) {
  .page-advantage .difference .differences__difference--ttl {
    width: 324px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
  }
}
.page-advantage .difference .differences__difference .difference__container {
  background-color: #fffdfa;
  border: 1px solid #ce4a00;
  border-radius: 0 0 4px 4px;
  text-align: center;
  padding: 32px 0;
}
@media screen and (min-width: 768px) {
  .page-advantage .difference .differences__difference .difference__container {
    border-radius: 0 4px 4px 4px;
    font-size: 16px;
    display: flex;
    padding: 48px 48px 48px 32px;
  }
}
.page-advantage .difference .differences__difference .difference__container p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-advantage .difference .differences__difference .difference__container p {
    font-size: 18px;
  }
}
.page-advantage .difference .differences__difference .difference__container--box {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .page-advantage .difference .differences__difference .difference__container--box {
    width: 100%;
    max-width: 340px;
    margin-left: 16px;
  }
}
.page-advantage .difference .differences__difference .difference__container--box--half {
  width: 50%;
}
.page-advantage .difference .differences__difference .difference__container--box--half object {
  width: 100%;
  height: auto;
  max-width: 66px;
  margin-top: 16px;
}
.page-advantage .difference .differences__difference .difference__container--box--half .difference-feature {
  margin-top: 16px;
  font-weight: 700;
}
.page-advantage .difference .differences__difference .difference__container--box .line-dashed-vertical {
  height: 1px;
  position: relative;
}
.page-advantage .difference .differences__difference .difference__container--box .line-dashed-vertical:after {
  content: "";
  background-image: linear-gradient(to bottom, #cebeb8, #cebeb8 6px, transparent 4px, transparent 12px);
  background-size: 2px 14px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  height: 110px;
  width: 1px;
}
.page-advantage .difference .differences__difference .difference__container .difference__txt {
  margin: 28px auto 0;
  font-size: 14px;
  line-height: 1.7em;
  text-align: left;
  width: 300px;
}
@media screen and (min-width: 768px) {
  .page-advantage .difference .differences__difference .difference__container .difference__txt {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-advantage .difference .differences__difference:first-child {
    margin-top: 0;
  }
}

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

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

.page-case h2 {
  margin: 40px 0 0 16px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .page-case h2 {
    font-size: 28px;
    max-width: 1000px;
    margin: 96px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .page-case .case-flex {
    width: 100%;
    max-width: 1000px;
    margin: 48px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
  }
}
.page-case .case-flex .case__intro {
  padding: 0 16px;
  width: 100%;
  line-height: 1.7em;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .page-case .case-flex .case__intro {
    max-width: 45%;
    padding: 0;
    font-size: 18px;
  }
}
.page-case .case-flex .case__btn {
  display: flex;
  justify-content: space-around;
  margin-top: 48px;
  padding: 0 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-case .case-flex .case__btn {
    margin: 0;
    width: 45%;
  }
}
.page-case .case-flex .case__btn--ttl {
  height: 130px;
  width: 130px;
  background-color: #ce4a00;
  color: #fffdfa;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.4em;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-case .case-flex .case__btn--ttl {
    height: 215px;
    width: 215px;
    font-size: 24px;
  }
}
.page-case .case-flex .case__btn--ttl::before {
  content: "";
  display: block;
  background-image: url(../img/CASE01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 52px;
  width: 52px;
  position: absolute;
  top: -8px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .page-case .case-flex .case__btn--ttl::before {
    height: 80px;
    width: 80px;
  }
}
.page-case .case-flex .case__btn--ttl::after {
  content: "";
  display: block;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  height: 12px;
  width: 24px;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page-case .case-flex .case__btn--ttl::after {
    bottom: 36px;
  }
}
.page-case .case-flex .case__btn .case__btn-02 {
  position: relative;
}
.page-case .case-flex .case__btn .case__btn-02 .case__btn--ttl::before {
  background-image: url(../img/CASE02.svg);
}
@media screen and (min-width: 768px) {
  .page-case .case-flex .case__btn .case__btn-02 {
    margin-left: 32px;
  }
}
.page-case .goal__case {
  margin-top: 64px;
  width: 100%;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case {
    width: 100%;
    max-width: 1000px;
    margin: 120px auto 0;
    padding: 0;
  }
}
.page-case .goal__case--ttl {
  display: flex;
  align-items: center;
}
.page-case .goal__case--ttl .case_num {
  border-radius: 50%;
  border: 2px solid #ce4a00;
  height: 80px;
  width: 80px;
  text-align: center;
  color: #ce4a00;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 6px 0 4px 0;
  z-index: 1;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--ttl .case_num {
    width: 96px;
    height: 96px;
    font-size: 40px;
  }
}
.page-case .goal__case--ttl .case_num .font_case {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--ttl .case_num .font_case {
    font-size: 26px;
  }
}
.page-case .goal__case--ttl h4 {
  font-size: 16px;
  line-height: 1.7em;
  margin-left: 1em;
  margin-top: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--ttl h4 {
    font-size: 26px;
  }
}
.page-case .goal__case--ttl h4 span {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--ttl h4 span {
    font-size: 34px;
  }
}
.page-case .goal__case--container .inner {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--container .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    flex-direction: initial;
    margin-top: 32px;
  }
}
.page-case .goal__case--container .inner .case-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--container .inner .case-img {
    position: relative;
    background-color: #fff;
    width: 50%;
    max-width: 520px;
    object-fit: contain;
    height: auto;
    margin-top: 0;
  }
}
.page-case .goal__case--container .inner .case-img img {
  width: 100%;
  max-width: 382px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--container .inner .case-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: unset;
  }
}
.page-case .goal__case--container .inner .detail {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--container .inner .detail {
    width: 100%;
    max-width: 448px;
    font-size: 16px;
  }
}
.page-case .goal__case--container .inner .detail .ttl {
  min-width: 160px;
  height: 32px;
  line-height: 32px;
  background-color: #ffde81;
  text-align: center;
  border-radius: 2px;
  font-weight: 700;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--container .inner .detail .ttl {
    height: 40px;
    line-height: 40px;
    width: 156px;
    font-size: 18px;
  }
}
.page-case .goal__case--container .inner .detail .ttl .case_num {
  border-radius: 50%;
  border: 2px solid #ce4a00;
  height: 60px;
  width: 60px;
  text-align: center;
  color: #ce4a00;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 6px 0 4px 0;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--container .inner .detail .ttl .case_num {
    width: 78px;
    height: 78px;
    font-size: 32px;
  }
}
.page-case .goal__case--container .inner .detail .ttl .case_num .font_case {
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--container .inner .detail .ttl .case_num .font_case {
    font-size: 16px;
  }
}
.page-case .goal__case--container .inner .detail .ttl h4 {
  font-size: 16px;
  line-height: 1.5em;
  margin-left: 1em;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--container .inner .detail .ttl h4 {
    font-size: 26px;
  }
}
.page-case .goal__case--container .inner .detail .ttl h4 span {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--container .inner .detail .ttl h4 span {
    font-size: 26px;
  }
}
.page-case .goal__case--container .inner .detail .txt {
  line-height: 1.7em;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--container .inner .detail .txt {
    font-size: 18px;
    margin-top: 18px;
  }
}
.page-case .goal__case--container .inner .detail .points {
  margin-top: 24px;
  counter-reset: li;
}
.page-case .goal__case--container .inner .detail .points li {
  font-size: 14px;
  padding-left: 1.6em;
  position: relative;
  padding-left: 32px;
  height: 32px;
  line-height: 32px;
}
.page-case .goal__case--container .inner .detail .points li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #521b05;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.page-case .goal__case--container .inner .detail .detail-purpose {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--container .inner .detail .detail-purpose {
    margin-top: 0;
  }
}
.page-case .goal__case--container .inner .detail .detail-attempt {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--container .inner .detail .detail-attempt {
    margin-top: 48px;
  }
}
.page-case .goal__case--ideas {
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--ideas {
    margin-top: 120px;
  }
}
.page-case .goal__case--ideas--idea {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--ideas--idea {
    display: flex;
    justify-content: space-between;
    gap: 56px;
  }
}
.page-case .goal__case--ideas--idea--box {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--ideas--idea--box {
    justify-content: flex-start;
    margin: 0;
    width: 50%;
  }
}
.page-case .goal__case--ideas--idea--box img {
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--ideas--idea--box img {
    max-width: 500px;
    width: 100%;
  }
}
.page-case .goal__case--ideas--idea--box::after {
  display: block;
  content: attr(data-ttl);
  width: 50%;
  max-width: 70px;
  height: 70px;
  background-image: url(../img/mizuhiki-num-orange.svg);
  background-size: cover;
  position: absolute;
  top: -54px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fffdfa;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--ideas--idea--box::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--ideas--idea .case-flex2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    width: 48%;
  }
}
.page-case .goal__case--ideas--idea .case-flex2 h5 {
  font-size: 20px;
  line-height: 1.5em;
  margin: 16px auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--ideas--idea .case-flex2 h5 {
    margin: 0;
    position: relative;
    font-size: 24px;
    padding-top: 88px;
  }
  .page-case .goal__case--ideas--idea .case-flex2 h5::after {
    display: block;
    content: attr(data-ttl);
    width: 50%;
    max-width: 70px;
    height: 70px;
    background-image: url(../img/mizuhiki-num-orange.svg);
    background-size: cover;
    position: absolute;
    top: -88px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fffdfa;
    font-size: 14px;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .page-case .goal__case--ideas--idea .case-flex2 h5::after {
    top: 0;
    font-size: 16px;
  }
}
.page-case .goal__case--ideas--idea .case-flex2 .goal__case--ideas--idea--txt {
  margin: 10px auto 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case--ideas--idea .case-flex2 .goal__case--ideas--idea--txt {
    font-size: 18px;
    margin: 12px 0 0 0;
    max-width: 440px;
  }
}
.page-case .goal__case--ideas--idea:nth-child(n+2) {
  margin-top: 104px;
}
.page-case .goal__case .case-goal {
  background-color: #fffdfa;
  border-radius: 2px;
  padding-bottom: 90px;
  width: 90%;
  margin: 72px auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case .case-goal {
    margin: 104px auto 0;
    max-width: 1100px;
    width: 100%;
  }
}
.page-case .goal__case .case-goal::before {
  position: absolute;
  content: attr(data-ttl);
  display: block;
  top: -10px;
  left: 0;
  color: #ce4a00;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "Quicksand", sans-serif;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case .case-goal::before {
    font-size: 32px;
    top: -20px;
  }
}
.page-case .goal__case .case-goal object {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 104px;
  height: 104px;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case .case-goal object {
    width: 170px;
    height: 170px;
    bottom: 0;
  }
}
.page-case .goal__case .case-goal__ttl {
  color: #ce4a00;
  text-align: center;
  padding: 48px 0 10px 0;
  font-weight: 700;
  position: relative;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case .case-goal__ttl {
    font-size: 32px;
  }
}
.page-case .goal__case .case-goal__ttl object {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  width: 218px;
  height: 84px;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case .case-goal__ttl object {
    width: 298px;
    height: 104px;
    top: 45%;
  }
}
.page-case .goal__case .case-goal__txt {
  text-align: center;
  line-height: 1.7em;
  text-align: center;
  margin: 20px auto 0;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case .case-goal__txt {
    font-size: 24px;
    font-weight: 500;
    margin: 40px auto 0;
  }
}
.page-case .goal__case .case-goal__txt .orange-line-horizontal {
  font-weight: 700;
}
.page-case .goal__case .case-goal__caution {
  font-size: 16px;
  line-height: 1.8em;
  padding: 0 1em;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .page-case .goal__case .case-goal__caution {
    text-align: center;
    padding: 0;
    font-size: 16px;
    margin-top: 48px;
    font-size: 18px;
  }
}
.page-case .goal__case .case-goal__caution span {
  font-weight: 700;
}
.page-case .goal__case .case-goal__caution span a {
  color: #0000ee;
  text-decoration: underline;
}

.forms {
  margin: 64px auto 0;
  width: 90%;
  max-width: 375px;
  position: relative;
}
.forms::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .forms::before {
    display: block;
    position: absolute;
    content: "";
    background-image: url(../img/bg-fv.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 240px;
    height: 240px;
    top: 30%;
    left: -16px;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
  }
}
.forms::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .forms::after {
    display: block;
    position: absolute;
    content: "";
    background-image: url(../img/bg-fv.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 190px;
    top: 10%;
    right: 0;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .forms {
    width: 100%;
    max-width: 680px;
    margin: 80px auto 0;
    font-size: 18px;
  }
}
.forms .form-item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .forms .form-item {
    margin-top: 64px;
  }
}
.forms .form-item:first-child {
  margin-top: 0;
}
.forms .form-item label {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.57em;
}
.forms .form-item input,
.forms .form-item select {
  height: 48px;
  line-height: 48px;
  width: 100%;
  border: 1px solid #521b05;
  border-radius: 4px;
  background-color: #fffdfa;
  margin: 4px 0;
  padding-left: 0.8em;
}
.forms .form-item select {
  padding-left: 16px;
  color: #521b05;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
.forms .form-item .reasons {
  position: relative;
}
.forms .form-item .reasons::before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  bottom: 0;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #521b05;
  border-right: 2px solid #521b05;
  transform: translateX(-50%) rotate(135deg);
  z-index: 1;
  margin: auto 0;
}
.forms .form-item .placeholder {
  font-size: 18px;
  line-height: 1.57em;
  color: #745d54;
}
.forms .form-item textarea {
  margin: 4px 0;
  width: 100%;
  border: 1px solid #521b05;
  border-radius: 4px;
  background-color: #fffdfa;
  padding: 0.8em;
  line-height: 1.57em;
}
.forms .form-item dt {
  font-size: 18px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .forms .form-item dt {
    font-size: 22px;
  }
}
.forms .form-item dd {
  margin-top: 8px;
}
.forms .btn {
  margin-top: 120px;
}
.forms .btn::after {
  display: none;
}
.forms .btn input {
  width: 100%;
  height: 100%;
}
.forms .privacy-policy {
  max-width: 680px;
  margin: 50px auto;
  height: 240px;
  overflow: scroll;
  padding: 25px;
  border: 1px solid #521b05;
  background-color: #fffdfa;
  line-height: 1.2em;
  border-radius: 4px;
}
.forms .privacy-policy__item__desc {
  font-size: 0.8em;
  margin-left: 8px;
}
.forms .privacy-policy__item__desc2 {
  font-size: 0.8em;
  margin-left: 16px;
}
.forms .privacy-policy__item__desc3 {
  font-size: 0.8em;
  margin-left: 24px;
}
.forms .privacy-policy__item__title {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 0.9em;
  margin-top: 16px;
}

.contact-msg {
  margin: 40px auto 0;
  width: 90%;
  max-width: 375px;
}
@media screen and (min-width: 768px) {
  .contact-msg {
    max-width: 680px;
  }
}

.bl_checkbox {
  display: flex;
}
.bl_checkbox #consent-chk {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  position: relative;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}

input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #521b05;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-flow .flow {
  margin-top: 64px;
  width: 100%;
  min-width: 375px;
  padding: 0 1em;
  position: relative;
}
.page-flow .flow::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-flow .flow::before {
    display: block;
    position: absolute;
    content: "";
    background-image: url(../img/bg-fv.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 240px;
    height: 240px;
    top: 30%;
    left: -16px;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
  }
}
.page-flow .flow::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-flow .flow::after {
    display: block;
    position: absolute;
    content: "";
    background-image: url(../img/bg-fv.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 190px;
    top: 10%;
    right: 0;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .page-flow .flow {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
.page-flow .flow h3 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-flow .flow h3 {
    font-size: 36px;
  }
}
.page-flow .flow h3::before {
  background-image: url(/img/FLOW.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: 0;
  content: "";
  display: block;
  width: 165px;
  height: 47px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .page-flow .flow h3::before {
    width: 240px;
    height: 70px;
    top: -40px;
  }
}
.page-flow .flow p {
  line-height: 1.57em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .page-flow .flow p {
    width: 100%;
    line-height: 1.8em;
    font-size: 16px;
  }
}
.page-flow .flow .stepbar {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-flow .flow .stepbar {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
}
.page-flow .flow .stepbar__wrap {
  margin: 64px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-flow .flow .stepbar__wrap {
    margin: 80px 0;
  }
}
.page-flow .flow .stepbar__wrap .step__text--flow {
  padding-left: 48px;
  background-color: #fffdfa;
  border-radius: 10px;
  padding: 32px;
  margin: 8px 0 0 48px;
}
@media screen and (min-width: 768px) {
  .page-flow .flow .stepbar__wrap .step__text--flow {
    padding: 48px;
  }
}
.page-flow .flow .stepbar__wrap .step__text--flow p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
}
.page-flow .flow .stepbar__wrap .step__text--flow p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .page-flow .flow .stepbar__wrap .step__text--flow p:not(:first-child) {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .page-flow .flow .stepbar__wrap .step__text--flow {
    width: auto;
    margin-left: 80px;
  }
}
.page-flow .flow .stepbar__wrap .step__text--flow a {
  color: #0000ee;
  text-decoration: underline;
}
.page-flow .flow .stepbar__wrap .step__text--flow .orange {
  font-weight: 500;
}
.page-flow .flow .stepbar__wrap:nth-child(4) .step__text--flow {
  position: relative;
}
.page-flow .flow .stepbar__wrap:nth-child(4) .step__text--flow::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-flow .flow .stepbar__wrap:nth-child(4) .step__text--flow::after {
    display: block;
    position: absolute;
    content: "";
    background-image: url(../img/bg-fv.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 190px;
    top: -40%;
    right: -20%;
    z-index: -1;
  }
}
.page-flow .flow .step__title {
  display: flex;
  align-items: center;
  color: #521b05;
}
.page-flow .flow .step__circle {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ce4a00;
  color: #fffdfa;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-flow .flow .step__circle {
    width: 66px;
    height: 56px;
  }
}
.page-flow .flow .step__circle span {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-flow .flow .step__circle span {
    font-size: 32px;
  }
}
.page-flow .flow .step__title .title {
  margin-left: 8px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page-flow .flow .step__title .title {
    font-size: 24px;
    margin-left: 38px;
  }
}
.page-flow .flow .step__text {
  padding-left: 48px;
  font-size: 14px;
  font-weight: 500;
}
.page-flow .flow .step__text a {
  color: #0000ee;
  text-decoration: underline;
}
.page-flow .flow .step__text .orange {
  font-weight: 500;
}
.page-flow .flow .step__line {
  width: 2px;
  height: calc(100% + 64px);
  background-color: #ce4a00;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .page-flow .flow .step__line {
    height: calc(100% + 80px);
    left: 28px;
  }
}
.page-flow .flow .stepbar__wrap:last-of-type .step__line {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-flow .flow .btn_to_flow {
    margin-top: 16px;
  }
}

.question {
  position: relative;
}
.question::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .question::before {
    display: block;
    position: absolute;
    content: "";
    background-image: url(../img/bg-fv.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 240px;
    height: 240px;
    top: 30%;
    left: -16px;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
  }
}
.question::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .question::after {
    display: block;
    position: absolute;
    content: "";
    background-image: url(../img/bg-fv.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 190px;
    top: 10%;
    right: 0;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
  }
}
.question .accordion-area {
  margin: 0 auto;
  width: 100%;
  max-width: 343px;
}
.question .accordion-area::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .question .accordion-area::after {
    display: block;
    position: absolute;
    content: "";
    background-image: url(../img/bg-fv.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 190px;
    bottom: -15%;
    right: 15%;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .question .accordion-area {
    max-width: 680px;
  }
}
.question .accordion-area li {
  margin-top: 32px;
}
.question .accordion-area section {
  background-color: #fffdfa;
  border-radius: 10px;
}
.question .question__title {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 500;
  padding: 24px;
  transition: all 0.5s ease;
  width: 100%;
  max-width: 343px;
}
@media screen and (min-width: 768px) {
  .question .question__title {
    max-width: 680px;
    padding: 24px 40px;
  }
}
.question .question__title::before, .question .question__title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #ce4a00;
}
.question .question__title::before {
  top: 48%;
  right: 8px;
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .question .question__title::before {
    right: 40px;
  }
}
.question .question__title::after {
  top: 48%;
  right: 8px;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .question .question__title::after {
    right: 40px;
  }
}
.question .question__title.close::before {
  transform: rotate(0deg);
}
.question .question__title.close::after {
  transform: rotate(0deg);
}
.question .box {
  display: none;
  background: #fffdfa;
  padding: 0 24px 32px 24px;
}
@media screen and (min-width: 768px) {
  .question .box {
    padding: 0 24px 32px 40px;
  }
}
.question .box .line-dashed {
  margin: 0;
}
.question .question__answer {
  padding-top: 24px;
}
.question .question__answer p {
  font-size: 16px;
  line-height: 1.7em;
  text-indent: -1em;
  padding-left: 1em;
}
.question .question__answer p:not(:first-child) {
  margin-top: 16px;
  text-indent: 0;
}
.question .question__answer .answer-caution {
  font-size: 14px;
}
.question .question__answer a {
  text-decoration: underline;
  color: #0000ee;
}
@media screen and (min-width: 768px) {
  .question .question__answer {
    font-size: 16px;
  }
}

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

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

.page-service .service {
  width: 100%;
  min-width: 375px;
  padding: 0 1em;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .page-service .service {
    width: 100%;
    max-width: 1100px;
    margin: 64px auto 0;
    padding: 0;
  }
}
.page-service .service .tax {
  font-size: 16px;
  text-align: left;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .page-service .service .tax {
    font-size: 16px;
  }
}
.page-service .service h4 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-service .service h4 {
    font-size: 32px;
  }
}
.page-service .service h4 .service__num {
  width: 100%;
  max-width: 48px;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .page-service .service h4 .service__num {
    max-width: 64px;
  }
}
.page-service .service__site {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-service .service__site .plans {
    display: flex;
    justify-content: space-between;
  }
}
.page-service .service__site .plans__plan {
  background-color: #fffdfa;
  border-radius: 10px;
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .page-service .service__site .plans__plan {
    width: 31%;
    max-width: 350px;
  }
}
.page-service .service__site .plans__plan .plan-name {
  background-color: #EA7838;
  color: #fffdfa;
  text-align: center;
  height: 48px;
  line-height: 48px;
  width: 156px;
  border-radius: 10px 0 10px 0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-service .service__site .plans__plan .plan-name {
    font-size: 18px;
  }
}
.page-service .service__site .plans__plan .inner {
  padding: 24px 24px 40px 24px;
}
@media screen and (min-width: 768px) {
  .page-service .service__site .plans__plan .inner {
    padding: 24px 24px 64px 24px;
  }
}
.page-service .service__site .plans__plan--price {
  font-size: 28px;
  color: #EA7838;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-service .service__site .plans__plan--price {
    font-size: 32px;
  }
}
.page-service .service__site .plans__plan .period {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  color: #ea7838;
  display: block;
}
.page-service .service__site .plans__plan--txt {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-service .service__site .plans__plan--txt {
    font-size: 15px;
  }
}
.page-service .service__site .plans__plan .page-ex {
  border: 1px solid #521b05;
  width: 130px;
  height: 28px;
  text-align: center;
  border-radius: 4px;
  padding-top: 0;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.page-service .service__site .plans__plan .plan__example {
  margin-top: 20px;
  font-weight: 500;
}
.page-service .service__site .plans__plan .plan__example li {
  font-size: 16px;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .page-service .service__site .plans__plan .plan__example li {
    font-size: 16px;
  }
}
.page-service .service__site .plans__plan .plan__example li:first-child {
  margin-top: 0;
}
.page-service .service__site .plans__plan .page-limit {
  margin-top: 16px;
  display: block;
  font-weight: 500;
}
.page-service .service__site .plans__plan:first-child {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .page-service .service__site .plans__plan:first-child {
    margin-top: 56px;
  }
}
.page-service .service__site .plans__plan:nth-child(2) {
  position: relative;
}
.page-service .service__site .plans__plan:nth-child(2) .plan-name {
  background-color: #ce4a00;
}
.page-service .service__site .plans__plan:nth-child(2) .plans__plan--price {
  color: #ce4a00;
}
.page-service .service__site .plans__plan:nth-child(2) .period {
  color: #ce4a00;
}
.page-service .service__site .plans__plan:nth-child(2)::after {
  content: "一番\a人気";
  white-space: pre;
  background-image: url(../img/plan-best.svg);
  position: absolute;
  top: 16px;
  right: 20px;
  width: 71px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ce4a00;
  font-weight: 700;
}
.page-service .service__site .plans__plan:nth-child(3) .plan-name {
  background-color: #521b05;
}
.page-service .service__site .plans__plan:nth-child(3) .plans__plan--price {
  color: #521b05;
}
.page-service .service__site .plans__plan:nth-child(3) .period {
  color: #521b05;
}
.page-service .service__site .plans__plan:nth-child(3) .page-ex {
  width: 240px;
}
.page-service .service__site .plans__plan:nth-child(3) .plan__example li:nth-child(1) {
  width: 216px;
}
.page-service .service__site .plans__plan .plan__example--plus {
  margin-top: 32px;
  line-height: 1.7em;
  font-size: 14px;
}
.page-service .service__site .plans__plan .option {
  padding: 24px 0;
  font-size: 16px;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .page-service .service__site .plans__plan .option {
    padding: 48px 0 0 0;
  }
}
.page-service .service__site .plans__plan .option .option-bold {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .page-service .service__site .plans__plan .option {
    font-size: 1em;
  }
}
.page-service .service__site .plans__plan .option a {
  text-decoration: underline;
}
.page-service .service__maintenance {
  margin-top: 64px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance {
    margin-top: 120px;
  }
}
.page-service .service__maintenance--box {
  margin-top: 24px;
  background-color: #fffdfa;
  padding: 40px 32px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance--box {
    margin-top: 56px;
    padding: 64px 40px;
  }
}
.page-service .service__maintenance--box--price-basic {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance--box--price-basic {
    font-size: 28px;
  }
}
.page-service .service__maintenance--box--price-set {
  margin-top: 12px;
  color: #ce4a00;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance--box--price-set {
    font-size: 22px;
  }
}
.page-service .service__maintenance--box--price-set span {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance--box--price-set span {
    font-size: 32px;
  }
}
.page-service .service__maintenance--box--caution {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.5em;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance--box--caution {
    font-size: 16px;
  }
}
.page-service .service__maintenance--box--txt {
  margin-top: 32px;
  position: relative;
}
.page-service .service__maintenance--box--txt object {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance--box--txt object {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 130px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance--box--txt {
    margin-top: 48px;
  }
}
.page-service .service__maintenance--box--txt p {
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 500;
}
.page-service .service__maintenance--box--txt p:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance--box--txt p {
    font-size: 18px;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance--box--txt {
    font-size: 16px;
  }
}
.page-service .service__maintenance h5 {
  margin-top: 64px;
  text-align: center;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance h5 {
    font-size: 32px;
    margin-top: 104px;
  }
}
.page-service .service__maintenance h5::before, .page-service .service__maintenance h5::after {
  content: "";
  display: block;
  background-color: #521b05;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  margin-right: 18px;
}
.page-service .service__maintenance h5::after {
  margin-left: 18px;
  margin-right: 0;
}
.page-service .service__maintenance--detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance--detail {
    margin-top: 48px;
  }
}
.page-service .service__maintenance--detail .maintenance__detail {
  position: relative;
  margin-top: 88px;
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance--detail .maintenance__detail {
    width: 31%;
    max-width: 343px;
    margin-top: 56px;
  }
}
.page-service .service__maintenance--detail .maintenance__detail:nth-child(1) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance--detail .maintenance__detail:nth-child(1) {
    margin-top: 56px;
  }
}
.page-service .service__maintenance--detail .maintenance__detail::after {
  display: block;
  content: attr(data-ttl);
  width: 50%;
  max-width: 70px;
  height: 70px;
  background-image: url(../img/mizuhiki-num-white.svg);
  background-size: cover;
  position: absolute;
  top: -35px;
  left: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #521b05;
  font-size: 22px;
  font-weight: 700;
}
.page-service .service__maintenance--detail .maintenance__detail h6 {
  background-color: #ffde81;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
  padding: 12px 0;
  border-radius: 10px 10px 0 0;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance--detail .maintenance__detail h6 {
    min-height: 88px;
  }
}
.page-service .service__maintenance--detail .maintenance__detail--box {
  background-color: #fffdfa;
  padding: 36px 24px 48px 24px;
  border: 2px solid #ffde81;
  border-radius: 0 0 10px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-service .service__maintenance--detail .maintenance__detail--box {
    min-height: 390px;
    font-size: 16px;
  }
}
.page-service .service__maintenance--detail .maintenance__detail--box p {
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 500;
}
.page-service .service__maintenance--detail .maintenance__detail--box p:not(:first-child) {
  margin-top: 32px;
}
.page-service .service__maintenance--detail .maintenance__detail--box li {
  font-size: 14px;
}
.page-service .service__maintenance--detail .maintenance__detail--box .maintenance-tag {
  background-color: #ffde81;
  text-align: center;
  padding: 1px 14px;
  margin: 32px 0 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  width: 130px;
  font-weight: 500;
}
.page-service .service__maintenance--detail .maintenance__detail--box ul {
  margin-top: 24px;
}
.page-service .service__maintenance--detail .maintenance__detail--box ul li {
  line-height: 1.7em;
  text-indent: -1em;
  padding-left: 1em;
}
.page-service .service__maintenance--detail .maintenance__detail--box ul li:not(:first-child) {
  margin-top: 24px;
}
.page-service .service__maintenance--detail .maintenance__detail--box .maintenance-caution {
  text-indent: -1em;
  padding-left: 1em;
}
.page-service .service__graphic {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .page-service .service__graphic {
    margin-top: 120px;
  }
}
.page-service .service__graphic h4 .small {
  font-size: 18px;
  padding: 0 4px;
}
.page-service .service__graphic--caution {
  margin-top: 32px;
}
.page-service .service__graphic--caution p {
  font-size: 14px;
  line-height: 1.5em;
  text-indent: -1em;
  margin-left: 1em;
}
.page-service .service__graphic--caution p:nth-child(n+2) {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .page-service .service__graphic--caution p {
    font-size: 16px;
  }
}
.page-service .service__graphic--box {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .page-service .service__graphic--box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px 0;
    margin-top: 20px;
  }
}
.page-service .service__graphic--box--item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-service .service__graphic--box--item {
    width: 31%;
    min-width: 350px;
    margin-top: 40px;
  }
}
.page-service .service__graphic--box--item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .page-service .service__graphic--box--item:first-child {
    margin-top: 40px;
  }
}
.page-service .service__graphic--box--item h5 {
  background-color: #ffde81;
  width: 160px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px 2px 0 0;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-service .service__graphic--box--item h5 {
    font-size: 18px;
    width: 200px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.page-service .service__graphic--box--item .graphic__item--info {
  background-color: #fffdfa;
  padding: 30px;
  border-radius: 0 4px 4px 4px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-service .service__graphic--box--item .graphic__item--info {
    font-size: 24px;
    padding: 32px;
  }
}
.page-service .service__graphic--box--item .graphic__item--info--price-basic {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .page-service .service__graphic--box--item .graphic__item--info--price-basic {
    font-size: 24px;
  }
}
.page-service .service__graphic--box--item .graphic__item--info--price-set {
  margin-top: 6px;
  color: #ce4a00;
}
@media screen and (min-width: 768px) {
  .page-service .service__graphic--box--item .graphic__item--info--price-set {
    font-size: 16px;
  }
}
.page-service .service__graphic--box--item .graphic__item--info--price-set span {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .page-service .service__graphic--box--item .graphic__item--info--price-set span {
    font-size: 32px;
  }
}
.page-service .service .service-last-txt {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .page-service .service .service-last-txt {
    margin-top: 56px;
  }
}
.page-service .service .service-last-txt p {
  font-size: 16px;
  line-height: 1.7em;
}
.page-service .service .service-last-txt p:nth-child(n+2) {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .page-service .service .service-last-txt p:nth-child(n+2) {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .page-service .decoration {
    max-width: 2000px;
    margin: 180px calc(50% - 50vw);
  }
}

.steps {
  margin-top: 64px;
  width: 100%;
  min-width: 375px;
  padding: 0 1em;
}
@media screen and (min-width: 768px) {
  .steps {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
.steps .stepbar {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .steps .stepbar {
    max-width: 800px;
    margin: 100px auto 0;
  }
}
.steps .stepbar__wrap {
  margin: 40px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .steps .stepbar__wrap {
    margin-top: 64px;
  }
}
.steps .stepbar__wrap:first-child {
  margin: 0;
}
.steps .step__title {
  display: flex;
  align-items: center;
  color: #521b05;
}
.steps .step__circle {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ce4a00;
  color: #fffdfa;
  align-items: center;
  justify-content: center;
}
.steps .step__circle span {
  font-weight: bold;
  font-size: 14px;
}
.steps .step__title .title {
  margin-left: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .steps .step__title .title {
    font-size: 24px;
    margin-left: 72px;
  }
}
.steps .step__text--flow {
  padding-left: 48px;
  background-color: #fffdfa;
  border-radius: 10px;
  padding: 24px;
  margin-left: 28px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .steps .step__text--flow {
    margin-top: 18px;
    padding: 48px 24px;
  }
}
.steps .step__text--flow p {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 300;
}
.steps .step__text--flow p:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .steps .step__text--flow {
    width: 710px;
    font-size: 16px;
    margin-left: 100px;
  }
}
.steps .step__text--flow a {
  color: #0000ee;
  text-decoration: underline;
}
.steps .step__text--flow .orange {
  font-weight: 500;
}
.steps .step__line {
  width: 2px;
  height: calc(100% + 40px);
  background-color: #ce4a00;
  position: absolute;
  top: 16px;
  left: 15px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .steps .step__line {
    top: 24px;
    height: calc(100% + 64px);
  }
}
.steps .stepbar__wrap:last-of-type .step__line {
  display: none;
}
.steps .step__txt--point {
  margin: 48px auto 0;
  width: 100%;
  max-width: 330px;
}
.steps .step__txt--point p {
  font-size: 16px;
  line-height: 1.7em;
}
.steps .step__txt--point p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .steps .step__txt--point {
    max-width: 800px;
    font-size: 16px;
    margin: 80px auto 0;
  }
}
.steps .step__last--msg {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .steps .step__last--msg {
    margin-top: 128px;
  }
}
.steps .step__last--msg--ttl {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .steps .step__last--msg--ttl {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .steps .step__last--msg .step-flex {
    display: flex;
    margin-top: 32px;
    flex-wrap: wrap;
    gap: 48px;
  }
}
.steps .step__last--msg .step-flex img {
  margin: 16px auto 0;
  display: block;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .steps .step__last--msg .step-flex img {
    max-width: 448px;
    width: 45%;
    margin: 0;
  }
}
.steps .step__last--msg .step-flex .step__last--msg--txt {
  margin: 32px auto 0;
  width: 80%;
}
.steps .step__last--msg .step-flex .step__last--msg--txt p {
  text-align: left;
}
.steps .step__last--msg .step-flex .step__last--msg--txt p:not(:first-child) {
  margin-top: 16px;
}
.steps .step__last--msg .step-flex .step__last--msg--txt p {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
}
.steps .step__last--msg .step-flex .step__last--msg--txt p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .steps .step__last--msg .step-flex .step__last--msg--txt .font-weight-regular {
    font-weight: 300;
  }
  .steps .step__last--msg .step-flex .step__last--msg--txt .font-weight-regular a {
    color: #0000ee;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .steps .step__last--msg .step-flex .step__last--msg--txt {
    width: 45%;
    max-width: 520px;
    text-align: left;
    font-size: 16px;
    margin: 0;
  }
}
.steps .text-to-maintenance {
  margin: 24px auto 0;
  width: 80%;
  font-size: 14px;
  line-height: 1.57em;
}
.steps .text-to-maintenance a {
  text-decoration: underline;
  color: #0000ee;
}
@media screen and (min-width: 768px) {
  .steps .text-to-maintenance {
    display: none;
  }
}

.thanks__ttl {
  margin-top: 64px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  display: block;
}
@media screen and (min-width: 768px) {
  .thanks__ttl {
    font-size: 32px;
    margin-top: 80px;
  }
}
.thanks__txt {
  margin-top: 32px;
}
.thanks__txt p {
  line-height: 1.7em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks__txt p {
    font-size: 18px;
    line-height: 1.8em;
  }
}
.thanks__txt p:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .thanks__txt p:not(:first-child) {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .thanks__txt {
    margin-top: 48px;
  }
}
.thanks .steps__txt {
  margin-top: 80px;
  transform: rotate(-5deg);
  font-size: 14px;
  line-height: 1.57em;
  margin-left: 10%;
  font-weight: 500;
  margin-left: 10%;
}
@media screen and (min-width: 768px) {
  .thanks .steps__txt {
    font-size: 18px;
    margin-left: 20%;
  }
}
.thanks .steps {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .thanks .steps {
    width: 100%;
    max-width: 700px;
    margin: 48px auto;
  }
}
.thanks .steps__left {
  width: 100%;
  max-width: 193px;
}
@media screen and (min-width: 768px) {
  .thanks .steps__left {
    max-width: 254px;
  }
}
.thanks .steps__right {
  width: 100%;
  max-width: 117px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .thanks .steps__right {
    max-width: 280px;
  }
}
.thanks .steps__right--txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4em;
  transform: rotate(5deg);
}
@media screen and (min-width: 768px) {
  .thanks .steps__right--txt {
    font-size: 18px;
  }
}
.thanks .steps__right img {
  width: 90px;
  transition: all ease-in-out 0.5s;
}
@media screen and (min-width: 768px) {
  .thanks .steps__right img {
    width: 170px;
    margin: 16px 0 0 32px;
  }
}
.thanks .steps__right img:hover {
  transform: scale(1.2);
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.4;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*====================
  base
====================*/
/*====================
  modules
====================*/

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 100000;
}
.cookie-consent button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
