@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* reset.css end */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MPLUS1";
  src: url("../fonts/MPLUS1-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* base.css start */
/* common */
section,
article {
  overflow-x: clip;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 980px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 980px) {
  .sp-hidden {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 980px) {
  html {
    scroll-padding-top: 16.3265306122vw;
  }
}

.inner {
  max-width: 980px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .inner {
    max-width: 100%;
  }
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-item {
  display: grid;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f5f2ec;
}
body.menu-open {
  overflow: hidden;
}

.mplus {
  font-family: "M PLUS 1", sans-serif;
}

.mt9 {
  margin-top: 9px;
}
@media screen and (max-width: 980px) {
  .mt9 {
    margin-top: 1.8367346939vw;
  }
}

.contact-btn,
.btn {
  background-color: #ea944c;
  color: #fff;
  border-radius: 999px;
  max-width: 156px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .contact-btn,
  .btn {
    max-width: none;
    width: 50%;
  }
}
.contact-btn a,
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  font-size: 15px;
  color: #fff;
  position: relative;
  padding-left: 21px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 980px) {
  .contact-btn a,
  .btn a {
    height: 8.9795918367vw;
    font-size: 15px;
    font-size: 3.0612244898vw;
    padding-left: 4.2857142857vw;
  }
}
.contact-btn a::before,
.btn a::before {
  content: "";
  background: url(../img/email.svg) no-repeat center/16px auto;
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
}
@media screen and (max-width: 980px) {
  .contact-btn a::before,
  .btn a::before {
    background: url(../img/email.svg) no-repeat center/3.2653061224vw auto;
    left: 4.8979591837vw;
    width: 3.2653061224vw;
  }
}
.contact-btn a:hover,
.btn a:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn {
  max-width: 227px;
}
@media screen and (max-width: 980px) {
  .btn {
    max-width: none;
    width: 50%;
  }
}
.btn a {
  height: 54px;
  padding-left: 0;
}
.btn a::before {
  content: none;
}
@media screen and (max-width: 980px) {
  .btn a {
    height: 11.0204081633vw;
  }
}

.sec-ttl {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.4666666667;
  font-size: 45px;
  text-align: center;
  color: #613d35;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
    padding-bottom: 3.0612244898vw;
  }
}
.sec-ttl::after {
  content: "";
  background: url(../img/ttl-deco.svg) no-repeat center/44px auto;
  width: 44px;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .sec-ttl::after {
    background: url(../img/ttl-deco.svg) no-repeat center/8.9795918367vw auto;
    width: 8.9795918367vw;
    height: 2.0408163265vw;
  }
}

/* base.css start */
/* 基本設定 */
.header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.is-scrolled {
  -webkit-animation: fadeInDown 0.4s ease;
          animation: fadeInDown 0.4s ease;
  background-color: #ffffff;
}
.header.is-scrolled .inner {
  padding: 15px 0;
}
@media screen and (max-width: 980px) {
  .header.is-scrolled .inner {
    padding: 6.1224489796vw 0;
  }
}
.header .inner {
  max-width: 1334px;
  padding: 11px 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1300px) {
  .header .inner {
    width: 95%;
  }
}
@media screen and (max-width: 980px) {
  .header .inner {
    max-width: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2.0408163265vw;
    padding-bottom: 2.0408163265vw;
  }
}
.header .inner .logo {
  max-width: 263px;
  width: 30%;
}
@media screen and (max-width: 1300px) {
  .header .inner .logo {
    width: 24%;
  }
}
@media screen and (max-width: 980px) {
  .header .inner .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .header .inner .logo a {
    max-width: 53.6734693878vw;
    width: 54%;
  }
}
.header .inner .logo a img {
  width: 100%;
  height: auto;
}
.header .inner .logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .header .inner .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .inner .hamburger span {
  display: block;
  height: 2px;
  width: 24px;
  background: #333;
  border-radius: 1px;
}
.header .inner .hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.header .inner .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .inner .hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
.header .inner .nav {
  width: 70%;
}
@media screen and (max-width: 1300px) {
  .header .inner .nav {
    width: 85%;
  }
}
@media screen and (max-width: 980px) {
  .header .inner .nav {
    position: fixed;
    right: -100%;
    width: 100%;
    background-color: #f5f2ec;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    top: 0;
    height: 100vh;
    padding: 9.1836734694vw 0;
  }
  .header .inner .nav.active {
    right: 0;
  }
}
.header .inner .nav .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1300px) {
  .header .inner .nav .header-list {
    gap: 20px;
  }
}
@media screen and (max-width: 980px) {
  .header .inner .nav .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.1836734694vw;
  }
}
.header .inner .nav .header-list .menu-item {
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
@media screen and (max-width: 1300px) {
  .header .inner .nav .header-list .menu-item {
    font-size: 12px;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* base.css start */
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 54px 0 149px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .footer .inner {
    width: 95%;
  }
}
@media screen and (max-width: 980px) {
  .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.1224489796vw;
    padding: 11.0204081633vw 0 20.4081632653vw;
  }
}
.footer .inner .logo {
  max-width: 200px;
  width: 30%;
}
@media screen and (max-width: 1300px) {
  .footer .inner .logo {
    width: 25%;
  }
}
@media screen and (max-width: 980px) {
  .footer .inner .logo {
    width: 100%;
    max-width: none;
    margin: auto;
    text-align: center;
  }
}
.footer .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .footer .inner .logo a {
    max-width: 53.6734693878vw;
    width: 54%;
    margin: auto;
  }
}
.footer .inner .logo a img {
  width: 100%;
  height: auto;
}
.footer .inner .logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .inner .nav {
  width: 90%;
}
@media screen and (max-width: 980px) {
  .footer .inner .nav {
    width: 100%;
  }
}
.footer .inner .nav .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .footer .inner .nav .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.1632653061vw;
  }
}
.footer .inner .nav .footer-list .menu-item {
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
@media screen and (max-width: 980px) {
  .footer .inner .nav .footer-list .menu-item {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}

/* content.css start */
.mv {
  position: relative;
}
.mv .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 18px;
}
@media screen and (max-width: 980px) {
  .mv .inner {
    padding-top: 6.1224489796vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.1224489796vw;
  }
}
.mv .inner .text {
  max-width: 538px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .mv .inner .text {
    max-width: none;
  }
}
.mv .inner .text .title {
  padding-right: 87px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
}
@media screen and (max-width: 980px) {
  .mv .inner .text .title {
    padding-right: 17.7551020408vw;
    margin-bottom: 6.5306122449vw;
  }
}
.mv .inner .text .title::after {
  content: "";
  background: url(../img/deco.png) no-repeat center/87px auto;
  width: 87px;
  height: 87px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 980px) {
  .mv .inner .text .title::after {
    background: url(../img/deco.png) no-repeat center/contain;
    width: 17.7551020408vw;
    height: 17.7551020408vw;
  }
}
.mv .inner .text .title .sub-title {
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  color: #000;
  display: inline-block;
  margin-bottom: 14px;
}
@media screen and (max-width: 980px) {
  .mv .inner .text .title .sub-title {
    font-size: 15px;
    font-size: 3.0612244898vw;
    margin-bottom: 2.8571428571vw;
  }
}
.mv .inner .text .catch {
  font-weight: 700;
  font-size: 60px;
  text-align: left;
  color: #613d35;
  margin-bottom: 10px;
  word-break: keep-all;
}
@media screen and (max-width: 980px) {
  .mv .inner .text .catch {
    font-size: 50px;
    font-size: 10.2040816327vw;
    margin-bottom: 2.0408163265vw;
  }
}
.mv .inner .text .description {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-size: 15px;
  text-align: left;
  color: #000;
  margin-bottom: 38px;
}
@media screen and (max-width: 980px) {
  .mv .inner .text .description {
    font-size: 15px;
    font-size: 3.0612244898vw;
    margin-bottom: 6.1224489796vw;
  }
}
.mv .inner .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}
@media screen and (max-width: 980px) {
  .mv .inner .img {
    gap: 4.2857142857vw;
  }
}
.mv .inner .img figure {
  position: relative;
  max-width: 335px;
  width: 100%;
}
.mv .inner .img figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .mv .inner .img figure {
    max-width: 68.3673469388vw;
  }
}
.mv .inner .img figure .anime {
  position: absolute;
  height: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 30px 30px 0 0;
  width: 88%;
}
@media screen and (max-width: 980px) {
  .mv .inner .img figure .anime {
    border-radius: 6.1224489796vw 6.1224489796vw 0 0;
    width: 88%;
  }
}
.mv .inner .img figure::after {
  content: "";
  background: url(../img/deco.png) no-repeat center/156px auto;
  position: absolute;
  bottom: -16px;
  left: calc(100% + 16px);
  width: 156px;
  height: 156px;
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
}
@media screen and (max-width: 1300px) {
  .mv .inner .img figure::after {
    left: calc(100% - 24px);
  }
}
@media screen and (max-width: 980px) {
  .mv .inner .img figure::after {
    background: url(../img/deco.png) no-repeat center/contain;
    bottom: -3.2653061224vw;
    width: 31.8367346939vw;
    height: 31.8367346939vw;
    left: calc(100% - 4.8979591837vw);
  }
}
.mv .inner .img .sub-txt {
  margin-top: 87px;
  padding-top: 55px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.0555555556;
  font-size: 18px;
  color: #613d35;
  position: relative;
}
@media screen and (max-width: 980px) {
  .mv .inner .img .sub-txt {
    margin-top: 17.7551020408vw;
    padding-top: 11.2244897959vw;
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.mv .inner .img .sub-txt::before {
  content: "";
  background: url(../img/deco02.svg) no-repeat center/43px auto;
  position: absolute;
  top: 0;
  right: -6px;
  -webkit-transform: rotate(73deg);
          transform: rotate(73deg);
  width: 43px;
  height: 42px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .mv .inner .img .sub-txt::before {
    background: url(../img/deco02.svg) no-repeat center/8.7755102041vw auto;
    right: -1.2244897959vw;
    width: 8.7755102041vw;
    height: 8.5714285714vw;
  }
}
.mv .marquee {
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.mv .marquee .marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-left 20s linear infinite;
          animation: scroll-left 20s linear infinite;
}
.mv .marquee .marquee-inner .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 1rem;
}
.mv .marquee .marquee-inner .item img {
  width: 100%;
  height: auto;
  display: block;
}

.sec02 {
  position: relative;
  z-index: 5;
  background-color: #fff;
  border-radius: 126px;
}
@media screen and (max-width: 980px) {
  .sec02 {
    border-radius: 8.1632653061vw;
  }
}
.sec02 .inner {
  padding: 80px 0 97px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec02 .inner {
    padding: 16.3265306122vw 0 16.3265306122vw;
  }
}
.sec02 .inner::before {
  content: "";
  background: url(../img/trouble01.png) no-repeat center/181px auto;
  width: 181px;
  height: 191px;
  position: absolute;
  bottom: 0;
  left: -23px;
}
@media screen and (max-width: 980px) {
  .sec02 .inner::before {
    content: none;
  }
}
.sec02 .inner::after {
  content: "";
  background: url(../img/trouble02.png) no-repeat center/168px auto;
  width: 168px;
  height: 194px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 980px) {
  .sec02 .inner::after {
    content: none;
  }
}
.sec02 .inner .title {
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .sec02 .inner .title {
    margin-bottom: 8.1632653061vw;
  }
}
.sec02 .inner .trouble-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .sec02 .inner .trouble-list {
    gap: 3.6734693878vw;
  }
}
.sec02 .inner .trouble-list .item {
  position: relative;
  padding-left: 51px;
}
@media screen and (max-width: 980px) {
  .sec02 .inner .trouble-list .item {
    padding-left: 10.4081632653vw;
  }
}
.sec02 .inner .trouble-list .item::before {
  content: "";
  background: url(../img/trouble.png) no-repeat center/37px auto;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 980px) {
  .sec02 .inner .trouble-list .item::before {
    background: url(../img/trouble.png) no-repeat center/7.5510204082vw auto;
    width: 7.5510204082vw;
    height: 7.5510204082vw;
  }
}
.sec02 .inner .trouble-list .item dt {
  font-weight: 700;
  line-height: 1.4;
  font-size: 22px;
  text-align: left;
  color: #613d35;
  margin-bottom: 4px;
}
@media screen and (max-width: 980px) {
  .sec02 .inner .trouble-list .item dt {
    font-size: 22px;
    font-size: 4.4897959184vw;
    margin-bottom: 0.8163265306vw;
  }
}
.sec02 .inner .trouble-list .item dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  color: #8d8985;
}
@media screen and (max-width: 980px) {
  .sec02 .inner .trouble-list .item dd {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sec03 .inner {
  padding: 80px 0 40px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner {
    padding: 16.3265306122vw 0 8.1632653061vw;
  }
}
.sec03 .inner .title {
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .title {
    margin-bottom: 16.3265306122vw;
  }
}
.sec03 .inner .reason-list {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 76px 40px;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .reason-list {
    grid-template-columns: repeat(2, 49%);
    gap: 6.1224489796vw 3.0612244898vw;
  }
}
.sec03 .inner .reason-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec03 .inner .reason-list .item figure {
  margin-bottom: 24px;
}
.sec03 .inner .reason-list .item figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .reason-list .item figure {
    margin-bottom: 4.8979591837vw;
  }
}
.sec03 .inner .reason-list .item .item-ttl {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-size: 24px;
  text-align: center;
  color: #613d35;
  margin-bottom: 7px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1300px) {
  .sec03 .inner .reason-list .item .item-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
  .sec03 .inner .reason-list .item .item-ttl {
    font-size: 18px;
    font-size: 3.6734693878vw;
    margin-bottom: 1.4285714286vw;
    min-height: 11.4285714286vw;
  }
}
.sec03 .inner .reason-list .item .description {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  text-align: left;
  color: #8d8985;
}
@media screen and (max-width: 980px) {
  .sec03 .inner .reason-list .item .description {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}

.sec04 .inner {
  padding: 40px 0 48px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner {
    padding: 8.1632653061vw 0 9.7959183673vw;
  }
}
.sec04 .inner .title {
  margin-bottom: 63px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .title {
    margin-bottom: 12.8571428571vw;
  }
}
.sec04 .inner .howto-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 1300px) {
  .sec04 .inner .howto-list {
    grid-template-columns: repeat(3, 31%);
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .howto-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.1224489796vw;
  }
}
.sec04 .inner .howto-list .item {
  background-color: #fff;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 33px 24px 36px;
  -webkit-box-shadow: 5px 5px 0px #e5ded8;
          box-shadow: 5px 5px 0px #e5ded8;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .howto-list .item {
    border-radius: 7.1428571429vw;
    padding: 6.7346938776vw 4.8979591837vw 7.3469387755vw;
    -webkit-box-shadow: 1.0204081633vw 1.0204081633vw 0 #e5ded8;
            box-shadow: 1.0204081633vw 1.0204081633vw 0 #e5ded8;
  }
}
.sec04 .inner .howto-list .item .sub {
  position: absolute;
  top: -19px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 25px;
  background-color: #f2ded2;
  border-radius: 20px;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #613d35;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .howto-list .item .sub {
    top: -3.8775510204vw;
    height: 7.7551020408vw;
    padding: 0 5.1020408163vw;
    border-radius: 4.0816326531vw;
    font-size: 22px;
    font-size: 4.4897959184vw;
  }
}
.sec04 .inner .howto-list .item .sub.takeout {
  background-color: #d9ecd1;
}
.sec04 .inner .howto-list .item .item-ttl {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  color: #613d35;
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .sec04 .inner .howto-list .item .item-ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .howto-list .item .item-ttl {
    font-size: 22px;
    font-size: 4.4897959184vw;
  }
}
.sec04 .inner .howto-list .item figure {
  margin-bottom: 17px;
}
.sec04 .inner .howto-list .item figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .sec04 .inner .howto-list .item figure {
    width: 90%;
    margin: auto auto 17px;
  }
}
@media screen and (max-width: 980px) {
  .sec04 .inner .howto-list .item figure {
    margin: auto auto 3.4693877551vw;
  }
}
.sec04 .inner .howto-list .item .description {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  text-align: left;
  color: #8d8985;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .sec04 .inner .howto-list .item .description {
    font-size: 16px;
    font-size: 3.2653061224vw;
    margin-bottom: 3.0612244898vw;
  }
}

.sec05 {
  position: relative;
}
.sec05 .inner {
  max-width: none;
  width: 100%;
  padding: 48px 0 40px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner {
    padding: 9.7959183673vw 0 8.1632653061vw;
  }
}
.sec05 .inner .title {
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .title {
    margin-bottom: 8.1632653061vw;
  }
}
.sec05 .inner .swiper-slide {
  width: 640px;
  margin-right: 25px;
  margin-left: 25px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .swiper-slide {
    width: 90%;
    margin-right: 5.1020408163vw;
    margin-left: 5.1020408163vw;
  }
}
.sec05 .inner .swiper-slide .voice-card {
  background-color: #fff;
  border-radius: 126px;
  padding: 30px 49px 36px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .swiper-slide .voice-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.1224489796vw;
    border-radius: 8.1632653061vw;
    padding: 6.1224489796vw 10vw 7.3469387755vw 6.1224489796vw;
  }
}
.sec05 .inner .swiper-slide .voice-card .voice-thumb {
  max-width: 180px;
  width: 100%;
  height: 180px;
  border-radius: 999px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .swiper-slide .voice-card .voice-thumb {
    max-width: 36.7346938776vw;
    height: 36.7346938776vw;
    margin: auto;
  }
}
.sec05 .inner .swiper-slide .voice-card .voice-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec05 .inner .swiper-slide .voice-card .voice-content {
  width: 70%;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .swiper-slide .voice-card .voice-content {
    width: 100%;
  }
}
.sec05 .inner .swiper-slide .voice-card .voice-content .voice-rating {
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .swiper-slide .voice-card .voice-content .voice-rating {
    margin-bottom: 3.0612244898vw;
  }
}
.sec05 .inner .swiper-slide .voice-card .voice-content .voice-rating .star {
  color: #ccc;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .swiper-slide .voice-card .voice-content .voice-rating .star {
    font-size: 20px;
    font-size: 4.0816326531vw;
  }
}
.sec05 .inner .swiper-slide .voice-card .voice-content .voice-rating .star.on {
  color: #f3c324;
}
.sec05 .inner .swiper-slide .voice-card .voice-content .voice-rating .rating-number {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #8d8985;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .swiper-slide .voice-card .voice-content .voice-rating .rating-number {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.sec05 .inner .swiper-slide .voice-card .voice-content .voice-title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-size: 22px;
  text-align: left;
  color: #613d35;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .swiper-slide .voice-card .voice-content .voice-title {
    font-size: 22px;
    font-size: 4.4897959184vw;
    margin-bottom: 2.0408163265vw;
  }
}
.sec05 .inner .swiper-slide .voice-card .voice-content .voice-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  text-align: left;
  color: #8d8985;
}
@media screen and (max-width: 980px) {
  .sec05 .inner .swiper-slide .voice-card .voice-content .voice-text {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.sec05 .swiper-button-prev:after,
.sec05 .swiper-rtl .swiper-button-next:after,
.sec05 .swiper-button-next:after,
.sec05 .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.sec05 .swiper-button-prev,
.sec05 .swiper-button-next {
  width: 80px;
  height: 80px;
  top: 135px;
}
@media screen and (max-width: 980px) {
  .sec05 .swiper-button-prev,
  .sec05 .swiper-button-next {
    width: 12.2448979592vw;
    height: 12.2448979592vw;
    top: 27.5510204082vw;
  }
}
.sec05 .swiper-button-prev {
  left: 303px;
}
@media screen and (max-width: 1300px) {
  .sec05 .swiper-button-prev {
    left: 10%;
  }
}
.sec05 .swiper-button-next {
  right: 303px;
}
@media screen and (max-width: 1300px) {
  .sec05 .swiper-button-next {
    right: 10%;
  }
}
.sec05 .deco01 {
  position: absolute;
  width: 699px;
  height: 699px;
  left: -251px;
  top: 250px;
  z-index: -1;
}
.sec05 .deco01 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .sec05 .deco01 {
    width: 100%;
    height: 100%;
    left: -51.2244897959vw;
    top: 51.0204081633vw;
  }
}
.sec05 .deco02 {
  position: absolute;
  width: 514px;
  height: 514px;
  right: -55px;
  top: -36px;
  z-index: -1;
}
.sec05 .deco02 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .sec05 .deco02 {
    width: 80%;
    height: 80%;
    right: -31.6326530612vw;
    top: -7.3469387755vw;
  }
}

.sec06 {
  position: relative;
}
.sec06 .inner {
  padding: 40px 0;
}
@media screen and (max-width: 980px) {
  .sec06 .inner {
    padding: 8.1632653061vw 0;
  }
}
.sec06 .inner .title {
  margin-bottom: 39px;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .title {
    margin-bottom: 7.9591836735vw;
  }
}
.sec06 .inner .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow-list {
    gap: 8.1632653061vw;
  }
}
.sec06 .inner .flow-list .item {
  background-color: #fff;
  border-radius: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow-list .item {
    border-radius: 12.2448979592vw;
    gap: 3.0612244898vw;
    padding: 4.0816326531vw 0;
  }
}
.sec06 .inner .flow-list .item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 51px solid transparent;
  border-left: 51px solid transparent;
  border-top: 50px solid #ea944c;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow-list .item::after {
    border-right: 10.4081632653vw solid transparent;
    border-left: 10.4081632653vw solid transparent;
    border-top: 10.2040816327vw solid #ea944c;
  }
}
.sec06 .inner .flow-list .item:last-child::after {
  content: none;
}
.sec06 .inner .flow-list .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999px;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow-list .item figure {
    width: 30.612244898vw;
    height: 30.612244898vw;
    margin-left: -5%;
  }
}
.sec06 .inner .flow-list .item .text {
  max-width: 485px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow-list .item .text {
    max-width: none;
    width: 60%;
  }
}
.sec06 .inner .flow-list .item .text .step {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  font-size: 14px;
  text-align: left;
  color: #ea944c;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow-list .item .text .step {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
.sec06 .inner .flow-list .item .text .item-ttl {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-size: 22px;
  text-align: left;
  color: #613d35;
  margin-bottom: 6px;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow-list .item .text .item-ttl {
    font-size: 22px;
    font-size: 4.4897959184vw;
    margin-bottom: 1.2244897959vw;
  }
}
.sec06 .inner .flow-list .item .text .description {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  text-align: left;
  color: #8d8985;
}
@media screen and (max-width: 980px) {
  .sec06 .inner .flow-list .item .text .description {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.sec06 .deco03 {
  position: absolute;
  width: 364px;
  height: 364px;
  right: -99px;
  top: -12px;
  z-index: -1;
}
.sec06 .deco03 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .sec06 .deco03 {
    width: 70%;
    height: 70%;
    right: -24.4897959184vw;
    top: -2.4489795918vw;
  }
}

.sec07 .inner {
  padding: 40px 0 100px;
}
@media screen and (max-width: 980px) {
  .sec07 .inner {
    padding: 8.1632653061vw 0 20.4081632653vw;
  }
}
.sec07 .inner .title {
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .title {
    margin-bottom: 8.1632653061vw;
  }
}
.sec07 .inner .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 39px;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .faq-list {
    gap: 4.0816326531vw;
    margin-bottom: 6.1224489796vw;
  }
}
.sec07 .inner .faq-list .item {
  border-radius: 35px;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .faq-list .item {
    border-radius: 4.0816326531vw;
  }
}
.sec07 .inner .faq-list .item .question,
.sec07 .inner .faq-list .item .answer {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-size: 18px;
  text-align: left;
  color: #613d35;
  cursor: pointer;
  position: relative;
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .faq-list .item .question,
  .sec07 .inner .faq-list .item .answer {
    font-size: 16px;
    font-size: 3.2653061224vw;
    gap: 2.4489795918vw;
  }
}
.sec07 .inner .faq-list .item .question::after,
.sec07 .inner .faq-list .item .answer::after {
  content: "＋";
  color: #ea944c;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .faq-list .item .question::after,
  .sec07 .inner .faq-list .item .answer::after {
    font-size: 18px;
    font-size: 3.6734693878vw;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2.0408163265vw;
  }
}
.sec07 .inner .faq-list .item .question .mplus,
.sec07 .inner .faq-list .item .answer .mplus {
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .faq-list .item .question .mplus,
  .sec07 .inner .faq-list .item .answer .mplus {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.sec07 .inner .faq-list .item .question {
  padding: 22px 25px 22px 22px;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .faq-list .item .question {
    padding: 4.4897959184vw 7.1428571429vw 4.4897959184vw 4.4897959184vw;
  }
}
.sec07 .inner .faq-list .item .question .mplus {
  color: #ea944c;
}
.sec07 .inner .faq-list .item .answer {
  border-top: 1px solid #e1dedb;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  text-align: left;
  color: #8d8985;
  height: 0;
  visibility: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
  padding: 0 25px;
}
.sec07 .inner .faq-list .item .answer .mplus {
  color: #8d8985;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .faq-list .item .answer {
    font-size: 16px;
    font-size: 3.2653061224vw;
    padding: 0 4.4897959184vw;
  }
}
.sec07 .inner .faq-list .item .answer::after {
  content: none;
}
.sec07 .inner .faq-list .item.active .question::after {
  content: "ー";
}
.sec07 .inner .faq-list .item.active .answer {
  max-height: 5000px;
  visibility: visible;
  opacity: 1;
  height: auto;
}
@media screen and (max-width: 980px) {
  .sec07 .inner .faq-list .item.active .answer {
    max-height: 1020.4081632653vw;
  }
}

.sec08 {
  background-color: #fff;
  border-radius: 126px;
}
@media screen and (max-width: 980px) {
  .sec08 {
    border-radius: 8.1632653061vw;
  }
}
.sec08 .inner {
  padding: 75px 0 88px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner {
    padding: 15.306122449vw 0 16.3265306122vw;
  }
}
.sec08 .inner .title {
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner .title {
    margin-bottom: 8.1632653061vw;
  }
}
.sec08 .inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form {
    gap: 4.0816326531vw;
  }
}
.sec08 .inner form .form-block {
  display: grid;
  grid-template-columns: 270px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.0408163265vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec08 .inner form .form-block.wide {
  grid-template-columns: 362px auto;
  gap: 45px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block.wide {
    gap: 2.0408163265vw;
  }
}
.sec08 .inner form .form-block.mt12 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 12px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block.mt12 {
    margin-top: 0;
  }
}
.sec08 .inner form .form-block.center {
  display: block;
  text-align: center;
}
.sec08 .inner form .form-block.center input {
  max-width: 227px;
  margin: auto;
  background-color: #ea944c;
  color: #fff;
}
.sec08 .inner form .form-block .form-label {
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  color: #613d35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .form-label {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.sec08 .inner form .form-block .form-label span {
  font-weight: 400;
  font-size: 14px;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  background-color: #ea944c;
  width: 48px;
  height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .form-label span {
    font-size: 14px;
    font-size: 2.8571428571vw;
    margin-left: 4.0816326531vw;
    width: 9.7959183673vw;
    height: 5.306122449vw;
  }
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .customcheck {
    width: 100%;
  }
}
.sec08 .inner form .form-block .customcheck .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 10px 45px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .customcheck .wpcf7-form-control {
    grid-template-columns: repeat(2, 50%);
    gap: 2.0408163265vw 3.0612244898vw;
  }
}
.sec08 .inner form .form-block .customcheck .wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
}
.sec08 .inner form .form-block .customcheck .wpcf7-form-control .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 8px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .customcheck .wpcf7-form-control .wpcf7-list-item label {
    gap: 1.6326530612vw;
  }
}
.sec08 .inner form .form-block .customcheck .wpcf7-form-control .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.sec08 .inner form .form-block .customcheck .wpcf7-form-control .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #613d35;
  border-color: transparent;
}
.sec08 .inner form .form-block .customcheck .wpcf7-form-control .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.sec08 .inner form .form-block .customcheck .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding-left: 35px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.125;
  font-size: 16px;
  text-align: left;
  color: #613d35;
}
@media screen and (max-width: 1300px) {
  .sec08 .inner form .form-block .customcheck .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 15px;
  }
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .customcheck .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.sec08 .inner form .form-block .customcheck .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #eeeeee;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .customcheck .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before {
    top: 1.0204081633vw;
    width: 4.8979591837vw;
    height: 4.8979591837vw;
    border-radius: 0.8163265306vw;
  }
}
.sec08 .inner form .form-block .customcheck .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 9px;
  height: 14px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .customcheck .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::after {
    left: 1.6326530612vw;
    top: 1.6326530612vw;
    width: 1.8367346939vw;
    height: 2.8571428571vw;
    border-width: 0 0.8163265306vw 0.8163265306vw 0;
  }
}
.sec08 .inner form .form-block .customradio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .customradio .wpcf7-form-control {
    gap: 4.8979591837vw;
  }
}
.sec08 .inner form .form-block .customradio .wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
}
.sec08 .inner form .form-block .customradio .wpcf7-form-control .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 8px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .customradio .wpcf7-form-control .wpcf7-list-item label {
    gap: 1.6326530612vw;
  }
}
.sec08 .inner form .form-block .customradio .wpcf7-form-control .wpcf7-list-item label input[type=radio] {
  display: none;
}
.sec08 .inner form .form-block .customradio .wpcf7-form-control .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #613d35;
}
.sec08 .inner form .form-block .customradio .wpcf7-form-control .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sec08 .inner form .form-block .customradio .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .customradio .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left: 6.5306122449vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.sec08 .inner form .form-block .customradio .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #dedede;
  background-color: #fff;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .customradio .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::before {
    top: -0.612244898vw;
    width: 4.8979591837vw;
    height: 4.8979591837vw;
    border: 0.4081632653vw solid #dedede;
  }
}
.sec08 .inner form .form-block .customradio .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #613d35;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .customradio .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label::after {
    left: 1.2244897959vw;
    top: 0.612244898vw;
    width: 2.4489795918vw;
    height: 2.4489795918vw;
  }
}
.sec08 .inner form .form-block .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .wpcf7-not-valid-tip {
    font-size: 14px;
    font-size: 2.8571428571vw;
    margin-top: 2.0408163265vw;
  }
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .form-block .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
  }
}
.sec08 .inner form .form-block .wpcf7-spinner {
  display: none;
}
.sec08 .inner form .wpcf7-response-output {
  font-size: 14px;
  padding: 5px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form .wpcf7-response-output {
    font-size: 14px;
    font-size: 2.8571428571vw;
    padding: 1.0204081633vw;
  }
}
.sec08 .inner form input,
.sec08 .inner form textarea {
  padding: 5px 10px;
  background: #efefef;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form input,
  .sec08 .inner form textarea {
    padding: 1.0204081633vw 2.0408163265vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.sec08 .inner form input {
  height: 55px;
}
@media screen and (max-width: 980px) {
  .sec08 .inner form input {
    height: 11.2244897959vw;
  }
}/*# sourceMappingURL=style.css.map */