@charset "UTF-8";

/*==================================================
reset
==================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

span {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-weight: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

em,
strong,
em *,
strong * {
  font-weight: bold;
}

/*--form初期化--*/
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel],
textarea {
  font-family: inherit;
}

::placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  text-decoration: none;
  border: none;
  color: inherit;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  text-align: left;
}

@media screen and (min-width: 1023px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

@media screen and (min-width: 1022px) {

  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  button,
  input[type=text],
  input[type=image],
  input[type=password],
  input[type=file],
  input[type=submit],
  input[type=reset],
  input[type=button],
  input[type=email],
  input[type=tel] textarea {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    border-radius: 0;
    box-shadow: none;
    appearance: none;
  }

  textarea,
  input[type=email],
  input[type=text],
  input[type=image],
  input[type=password] {
    -webkit-appearance: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider * {
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev {
  left: -40px;
  background: url("../img/slider-prev.svg") no-repeat center !important;
}

.slick-next {
  right: -40px;
  background: url("../img/slider-next.svg") no-repeat center !important;
}

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 9px;
  width: 58px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: #D9D9D9;
  display: block;
  height: 9px;
  width: 58px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}

.slick-dots li:nth-child(1) button {
  border-radius: 8px 0 0 8px;
}

.service .slick-dots li:nth-child(3) button,
.step .slick-dots li:nth-child(3) button {
  border-radius: 0 8px 8px 0;
}

.pc-reason .slick-dots li:nth-child(4) button {
  border-radius: 0 8px 8px 0;
}

.slick-dots li.slick-active button {
  background: var(--primary-color);
}

/*==================================================
root
==================================================*/
:root {
  /*size*/
  --site-width: 1680px;
  --site-padding: 40px;
  /*color*/
  --light-color: #917b5a;
  --main-color: #5c402e;
  /*font*/
  --font-color: #333;
  --font-base: 1.4rem;
  --font-large: 2.4rem;
  --font-small: 1.2rem;
  --font-jp: 'Noto Sans JP',
    sans-serif;
  --font-en: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  --base-line: 1.6;
}

@media all and (min-width: 1023px) and (max-width: 1080px) {
  :root {
    /*size*/
    --site-padding: 40px;
    /*font*/
    --font-base: 1.3rem;
    --font-large: 2rem;
    --font-small: 1.1rem;
  }
}

@media all and (min-width: 1022px) {
  :root {
    /*size*/
    --site-padding: 40px;
    /*font*/
    --font-base: 1.2rem;
    --font-large: 1.8rem;
    --font-small: 1em;
  }
}

/*==================================================
sp pc
==================================================*/
@media all and (min-width: 1023px) {
  .sp-only {
    display: none !important;
  }
}

@media all and (min-width: 1022px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (min-width: 1023px) {
  .sp-tb-only {
    display: none !important;
  }
}

@media all and (min-width: 1022px) {
  .tb-only {
    display: none !important;
  }
}

@media all and (min-width: 1023px) {
  .tb-only {
    display: none !important;
  }
}

@media all and (min-width: 1022px) {
  .tb-pc-only {
    display: none !important;
  }
}

.ico-arrow {
  display: none;
}

/*==================================================
root
==================================================*/
:root {
  /*size*/
  --site-padding: 16px;
  /*color*/
  --text-color: #000;
  --section-title-color: #7F4F21;
  --primary-color: #47A736;
  --primary-color-light: #E3EED8;
  --secondary-color: #EA545D;
  --secondary-color-light: #FFF7F8;
  --accent-color: #FFF577;
  --section-bg-light: #FFFEEF;
  /*font*/
  --font-base: 1.4rem;
  --font-middle: 1.6rem;
  --font-large: 1.8rem;
  --font-small: 1.2rem;
  --font-title-size: 2.6rem;
  --font-title: 'Zen Maru Gothic';
  --font-jp: "Noto Sans JP";
  --font-en: 'Inter', sans-serif;
  --base-line: 1.6;
}

.section-title {
  padding-block: 20px;
  background-image: url("../img/section-title-top.svg"), url("../img/section-title-bottom.svg");
  background-position: center top, center bottom;
  text-align: center;
  background-repeat: no-repeat;
  color: var(--section-title-color);
  font-family: var(--font-title);
  font-size: var(--font-title-size);
  font-weight: 700;
  line-height: var(--base-line);
}

.section-title--service {
  margin-bottom: 40px;
}

.section-title--case {
  margin-bottom: 28px;
}

.section-title--reason {
  margin-bottom: 60px;
}

@media all and (min-width: 1023px) {
  .section-title--reason {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

.section-title--price {
  margin-bottom: 40px;
}

.section-title--faq {
  margin-bottom: 40px;
}

/*==================================================
header
==================================================*/
html {
  font-family: var(--font-jp);
  font-size: 62.5%;
  color: var(--text-color);
}

body {
  padding-top: 58px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media all and (min-width: 1023px) {
  body {
    background-color: #e3eed8;
    padding-top: 0;
    background-image: url(https://duskin-jp.cnetlink.jp/merrymaids/cookingservice/assets/img/body_bg.png);
    background-size: contain;
  }
}

@media all and (min-width: 1023px) {
  .wrapper {
    position: relative;
    max-width: 1280px;
    padding-inline: 30px;
    margin-inline: auto auto;
  }
}

@media all and (min-width: 1023px) {
  .page-inner {
    max-width: 375px;
    margin-inline: auto auto;
    background: #fff;
  }
}

.text-right {
  text-align: right;
}

.header {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 58px;
  padding-inline: 20px;
  background: #fff;
}

@media all and (min-width: 1023px) {
  .header {
    max-width: 375px;
    margin-inline: auto auto;
    padding: 0 10px;
  }
}

@media all and (min-width: 1023px) {
  .header {
    position: relative;
  }
}


.header-button {
  display: grid;
  align-items: center;
  gap: 5px;
  border: none;
  background: none;
}

@media screen and (min-width: 1240px) {
  .header-button {
    display: none;
  }
}

.header-button__line {
  width: 100%;
  width: 26px;
  height: 2px;
  background: #A9A9A9;
}

.gnav {
  transition: opacity 0.4s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 40px;
  background-color: var(--section-bg-light);
  color: var(--section-title-color);
}

@media screen and (min-width: 1023px) {
  .gnav {
    opacity: 1;
    pointer-events: auto;
    max-width: 343px;
    background: none;
    padding: 0;
    border-radius: 16px;
    position: fixed;
    height: fit-content;
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(50% - 600px);
  }
}

@media screen and (min-width: 1023px) and (max-width: 1240px) {
  .gnav {
    width: calc(55% - 375px);
    left: calc(50% - 45vw);
  }
}

.gnav.active {
  opacity: 1;
  pointer-events: auto;
}

.gnav-logo {
  display: none;
}

@media all and (min-width: 1023px) {
  .gnav-logo {
    display: block;
    margin-bottom: 20px;
  }
}

.gnav-close {
  position: absolute;
  display: block;
  right: 16px;
  top: 22px;
  width: 26px;
  height: 26px;
  border: none;
  background: none;
}

@media all and (min-width: 1023px) {
  .gnav-close {
    display: none;
  }
}

.gnav-close__line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 26px;
  height: 2px;
  background: #A9A9A9;
}

.gnav-close__line:first-child {
  transform: rotate(-45deg);
}

.gnav-close__line:last-child {
  transform: rotate(45deg);
}

.gnav-ico {
  width: 80px;
  margin: 0 auto 10px;
}

@media all and (min-width: 1023px) {
  .gnav-ico {
    display: none;
  }
}

.gnav-list {
  display: grid;
  margin-bottom: 45px;
}

@media all and (min-width: 1023px) {
  .gnav-list {
    margin-bottom: 10px;
  }
}

.gnav-list__link {
  position: relative;
  display: block;
  border-bottom: 2px dotted var(--section-title-color);
  padding-block: 16px;
  font-weight: 700;
  line-height: 1.52;
  font-size: 2rem;
  padding-left: 10px;
}

@media all and (min-width: 1023px) {
  .gnav-list__link {
    padding-block: 12px;
    font-size: 1.7rem;
  }
}

@media all and (min-width: 1023px) {
  li:last-child .gnav-list__link {
    border: none !important;
  }
}

.gnav-list__arrow {
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 10px;
  fill: none;
  stroke: var(--section-title-color);
  stroke-width: 1px;
}

.gnav-button {
  display: grid;
  place-content: center;
  width: 273px;
  height: 51px;
  margin-inline: auto auto;
  border-radius: 36px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
  background: var(--primary-color);
  font-size: var(--font-middle);
  font-weight: 700;
}

@media all and (min-width: 1023px) {
  .gnav-button {
    display: none;
  }
}

.gnav-button__text {
  display: flex;
  align-items: center;
  color: #FFF13E;
  font-weight: 700;
}

.gnav-button__arrow {
  display: block;
  width: 8px;
  margin-left: 9px;
  fill: none;
  stroke: #FFF13E;
  stroke-width: 1px;
}

/*==================================================
inner
==================================================*/
.inner {
  padding-inline: var(--site-padding);
}

/*==================================================
section
==================================================*/
.mv {
  height: 165vw;
  padding-top: 36vw;
  background: url("../img/mv-bg.jpg") no-repeat center top/100vw auto;
}

@media all and (min-width: 1023px) {
  .mv {
    height: 620px;
    padding-top: 120px;
    background-size: 375px auto;
  }
}

/*==================================================
about
==================================================*/
.about {
  position: relative;
  padding-block: 130px 64px;
  background: linear-gradient(90deg, #E3EED8 25%, #e9f1e0 25%, #e9f1e0 50%, #E3EED8 50%, #E3EED8 75%, #e9f1e0 75%, #e9f1e0);
  background-size: 32px 32px;
}

@media all and (min-width: 1023px) {
  .about {
    background: linear-gradient(90deg, #feefd3 25%, #feebc8 25%, #feebc8 50%, #feefd3 50%, #feefd3 75%, #feebc8 75%, #feebc8);
    background-size: 32px 32px;
  }
}

.about-title {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  width: fit-content;
  margin: auto;
}

.about-lead {
  display: grid;
  gap: 2em;
  margin-bottom: 50px;
  line-height: 1.8;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  font-family: var(--font-title);
}

.about-lead p {
  font-weight: inherit;
}

.about-lead__strong {
  color: #f08300;
  font-size: 2.2rem;
  font-weight: 700;
}

.about-trouble {
  display: grid;
  gap: 5px;
  margin-bottom: 30px;
  padding: 22px 16px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.about-trouble__title {
  position: relative;
  padding: 5px 20px;
  background: #47A736;
  border-radius: 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.about-trouble__title:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: -54px;
  width: 67px;
  height: 94px;
  background: url("../img/trouble-person.png") no-repeat center top;
}

.about-trouble__item {
  background: url("../img/ico-check.svg") no-repeat left 18px;
  padding: 16px 0 10px 30px;
  border-bottom: 2px dotted var(--primary-color);
  font-size: 1.6rem;
}

.about-message {
  margin-bottom: 10px;
  text-align: center;
  font-family: var(--font-title);
  font-size: 1.8rem;
  font-weight: 500;
}

/*==================================================
service
==================================================*/
.service {
  padding-block: 80px 64px;
  background-color: var(--section-bg-light);
}

.service-lead {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
  font-size: var(--font-middle);
}

.service-list {
  max-width: 280px;
  margin: 0 auto 100px !important;
}

.service-inner {
  height: 100%;
  margin: 10px;
  padding: 0 20px 20px 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.service-unit-header {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 9px;
  margin-bottom: 15px;
}

.service-unit-number {
  display: grid;
  padding-block: 12px;
  background: var(--primary-color);
  color: #fff;
  font-family: var(--font-en);
  text-align: center;
  clip-path: polygon(100% 0%, 100% 100%, 50% 90%, 0 100%, 0 0);
  line-height: 1.2;
}

.service-unit-number__top {
  font-size: 12px;
  font-weight: 600;
}

.service-unit-number__bottom {
  font-size: 32px;
  font-weight: 600;
}

.service-unit-title {
  padding-top: 15px;
  font-family: var(--font-title);
  font-size: var(--font-large);
  color: var(--primary-color);
  font-weight: 700;
}

.service-unit-title__support {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
}

.service-unit-summary {
  padding-top: 10px;
}

.service-feature {
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
}

.service-feature__data {
  padding-left: 60px;
}

.service-feature__data--time {
  background: url("../img/service-time.svg") no-repeat left center;
}

.service-feature__data--key {
  background: url("../img/service-key.svg") no-repeat left center;
}

.service-feature__data--schedule {
  background: url("../img/service-schedule.svg") no-repeat left center;
}

.service-feature__unit {
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0 0);
  padding: 16px 5px 5px 16px;
  background: #FFF577;
}

.service-feature__title {
  margin-bottom: 5px;
  color: var(--primary-color);
  font-size: 1.8rem;
  font-weight: 700;
}

.service-feature__text {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
}

.service-feature__small {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

.service-quality {
  padding: 26px 16px;
  background: linear-gradient(90deg, #FFE5E6 25%, #ffeaeb 25%, #ffeaeb 50%, #FFE5E6 50%, #FFE5E6 75%, #ffeaeb 75%, #ffeaeb);
  background-size: 32px 32px;
  border-radius: 8px;
}

.service-quality-title {
  margin-bottom: 40px;
  padding: 7px 30px;
  background: var(--secondary-color);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: var(--font-large);
  font-family: var(--font-title);
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0 0);
}

.service-quality-title:first-line {
  font-size: 2.4rem;
}

.service-quality-img {
  display: block;
  margin-bottom: 15px;
}

.service-quality-sub {
  text-align: center;
  color: var(--secondary-color);
  font-weight: 600;
  font-size: var(--font-large);
}

.service-quality-sub__sup {
  vertical-align: top;
  font-size: 1rem;
}

.service-quality-small {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.2rem;
}

.service-list .slick-track {
  display: flex;
}

.service-list .slick-slide {
  height: auto;
}

.service-list .slick-slide>div {
  height: calc(100% - 30px);
}

/*==================================================
about
==================================================*/
.case {
  padding-block: 80px 70px;
}

.case-lead {
  margin-bottom: 30px;
  text-align: center;
  font-size: var(--font-middle);
}

.case-title {
  margin-bottom: 20px;
  color: var(--primary-color);
  text-align: center;
  font-weight: 600;
  font-size: var(--font-large);
}

.case-nav {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.case-nav__item {
  width: 49.5%;
  padding: 5px 5px 2px 37px;
  border: 2px solid var(--primary-color);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  color: var(--section-title-color);
  font-weight: 500;
  background: #FFFCDC;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 34px auto;
  font-size: 1.3rem;
}

.case-nav__item:first-line {
  font-weight: 700;
}

.case-nav__item--type-a {
  background-image: url("../img/case-person-a.png");
}

.case-nav__item--type-b {
  background-image: url("../img/case-person-b.png");
}

.case-nav__item.selected {
  width: 51.5%;
  padding-left: 45px;
  padding-top: 12px;
  padding-bottom: 5px;
  background-size: 45px auto;
  background-color: #FFF577;
}

.case-wrapper {
  margin-bottom: 15px;
}

.case-contents {
  display: none;
}

.case-contents.selected {
  display: block;
}

.case-header {
  padding: 15px 15px 9px 15px;
  background: var(--primary-color) url("../img/case-dot.png") no-repeat center/cover;
  color: #fff;
  text-align: center;
}

.case-header__text {
  font-weight: 600;
  font-size: var(--font-middle);
  line-height: 1.3;
}

.case-header__em {
  font-style: normal;
  color: #FFF577;
  font-size: 2.2rem;
  font-weight: 900;
}

.case-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 5px;
}

.case-body {
  border-radius: 0 0 8px 8px;
  padding: 5px 17px 17px 17px;
  border: 2px solid var(--primary-color);
}

.case-body__data {
  display: grid;
  align-items: center;
  grid-template-columns: 1.5fr 1fr;
  padding-block: 10px;
  border-bottom: 1px dotted var(--section-title-color);
}

.case-body__data:last-child {
  border-bottom: none;
}

.case-body__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.case-body__num {
  color: #F08300;
  font-size: 2.6rem;
  font-weight: 700;
  font-size: 4.1rem;
  line-height: 1;
  font-family: var(--font-en);
}

.case-body__hin {
  font-size: 2.6rem;
  font-weight: inherit;
}

.case-cycle {
  border-radius: 20px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-size: var(--font-middle);
  text-align: center;
  font-weight: 500;
}

.case-cycle__num {
  font-family: var(--font-en);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
}

.case-notice {
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.recommend {
  margin-bottom: 35px;
  padding: 20px 15px;
  background: #E3EED8;
  border-radius: 8px;
}

.recommend-title {
  position: relative;
  margin-left: 60px;
  margin-bottom: 20px;
  padding: 10px 5px;
  background: url("../img/recommend-title.svg") no-repeat left center/250px auto;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.recommend-title:before {
  content: "";
  position: absolute;
  left: -65px;
  top: -45px;
  display: block;
  width: 65px;
  height: 108px;
  background: url("../img/recommend-person.png") no-repeat center/contain;
}

.recommend-block {
  display: grid;
  gap: 30px;
}

.recommend-data__title {
  display: grid;
  place-content: center;
  margin-bottom: 15px;
  padding: 5px;
  background: #fff;
  border-radius: 16px;
  color: var(--primary-color);
  font-weight: 500;
}

.recommend-data__row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 15px;
}

.details-title {
  display: grid;
  place-items: center;
  padding: 5px;
  background: var(--section-title-color);
  color: #fff;
  border-radius: 16px 16px 0 0;
  border: 1px solid var(--section-title-color);
  font-weight: 700;
  font-size: var(--font-middle);
}

.details-body {
  display: grid;
  gap: 5px;
  padding: 14px 18px 18px 18px;
  border: 1px solid var(--section-title-color);
  border-radius: 0 0 6px 16px;
}

.details-data__title {
  color: var(--section-title-color);
  font-weight: 700;
}

.details-data__text {
  font-size: 1.2rem;
}

/*==================================================
cta
==================================================*/
.cta {
  padding: 30px 30px 35px 30px;
  background: linear-gradient(90deg, #59b04a 25%, #47a736 25%, #47a736 50%, #59b04a 50%, #59b04a 75%, #47a736 75%, #47a736);
  background-size: 32px 32px;
}

.cta--pc {
  display: none;
}

@media all and (min-width: 1023px) {
  .cta--pc {
    overflow: auto;
    display: block;
    width: 100%;
    height: 206px;
    padding: 20px 20px;
    background: var(--primary-color) url("../img/case-dot.png");
    border-radius: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .cta--pc::-webkit-scrollbar {
    isplay: none;
    /* Chrome, Safari, Opera */
  }
}

.cta-text {
  display: grid;
  justify-content: center;
  gap: 5px;
  margin-bottom: 20px;
  text-align: center;
}

.cta-text__top {
  color: #fff;
  font-size: var(--font-middle);
  font-weight: 700;
}

@media all and (min-width: 1023px) {
  .cta-text__top {
    font-size: 1.5rem;
  }
}

.cta-text__bottom {
  color: #FFF13E;
  font-size: 2.2rem;
  font-weight: 700;
}

@media all and (min-width: 1023px) {
  .cta-text__bottom {
    font-size: 2rem;
  }
}

.cta-button {
  display: grid;
  place-content: center;
  width: 273px;
  height: 51px;
  margin-inline: auto auto;
  border-radius: 36px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
  background-color: #FFF13E;
  font-size: var(--font-middle);
  font-weight: 700;
}

.cta-button__text {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  font-weight: 700;
}

.cta-button__arrow {
  display: block;
  width: 8px;
  margin-left: 9px;
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 1px;
}

.cta-title {
  display: grid;
  gap: 5px;
  margin-bottom: 10px;
  text-align: center;
  color: #FFF13E;
}

.cta-title__top,
.cta-title__bottom {
  font-weight: 700;
  font-family: var(--font-title);
}

.cta-title__top {
  font-size: 1.6rem;
}

.cta-title__bottom {
  font-size: 2.2rem;
}

.cta-title__bottom.ptn2 {
  font-size: 2.0rem;
}


.cta-lead {
  margin-bottom: 25px;
  text-align: center;
  font-size: var(--font-middle);
  color: #fff;
}

.cta-select {
  position: relative;
  width: 273px;
  margin: 0 auto 30px;
  background: #fff;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
  border-radius: 36px;
  padding: 0 20px 12px 20px;
  margin-bottom: 30px;
}

.cta-area {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  padding-top: 15px;
  color: var(--primary-color);
  font-weight: 700;
  text-align: center;
}

.cta-area__arrow {
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 0;
  display: block;
  width: 8px;
  margin: auto;
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 1px;
}

.cta-area.active .cta-area__arrow {
  transform: rotate(-90deg);
}

.cta-body {
  display: none;
}

.cta-field {
  display: grid;
  gap: 10px;
  padding: 15px 0 20px 0;
  border-bottom: 1px dotted #6D6D6D;
  line-height: 1;
}

.cta-field:last-child {
  border: none;
}

.cta-field__radio {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
}

.cta-field__text {
  line-height: 1.5;
}

.attention {
  padding: 30px 16px;
  font-size: 1.2rem;
}

/*==================================================
chosen
==================================================*/
@media all and (min-width: 1023px) {
  .sp-reason {
    display: none;
  }
}

.reason {
  padding-block: 80px;
  background: url("../img/reason-bg.png") repeat center top/100vw auto;
}

.reason-contents {
  display: grid;
  gap: 90px;
}

.reason-unit {
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}

.reason-row {
  transition: border-radius 0.4s;
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  padding-inline: 6px 12px;
  background-color: var(--primary-color);
  background-image: url("../img/case-dot.png"), url("../img/reason-plus.png");
  background-repeat: repeat, no-repeat;
  background-position: center, 95% center;
  background-size: 100vw auto, 20px auto;
  border-radius: 16px;
}

.reason-row.active {
  border-radius: 16px 16px 0 0;
  background-image: url("../img/case-dot.png"), url("../img/reason-minus.png");
}

.reason-row--half {
  position: relative;
  grid-template-columns: 1fr 1fr;
}

.reason-row__comment {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: calc(100% - 32px);
  margin-inline: auto auto;
  padding: 8px 7px;
  border: 1px solid #7F4F21;
  color: var(--section-title-color);
  background: #fff;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
}

.reason-row__comment:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  background: url("../img/comment-arrow.svg") no-repeat center/contain;
}

.reason-body {
  display: none;
  padding: 20px 16px 28px 16px;
  border-radius: 0 0 16px 16px;
  background: #fff;
}

.reason-person {
  position: relative;
}

.reason-person img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.reason-data {
  position: relative;
  display: grid;
}

.reason-data__header {
  display: grid;
  align-content: start;
  gap: 5px;
  padding-top: 30px;
  padding-bottom: 10px;
  padding: 30px 20px 10px 0;
}

.reason-data__comment {
  position: absolute;
  bottom: 72px;
  width: 100%;
  padding: 8px 7px;
  border: 1px solid #7F4F21;
  color: var(--section-title-color);
  background: #fff;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
}

.reason-data__comment:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  background: url("../img/comment-arrow.svg") no-repeat center/contain;
}

.reason-data__title {
  display: block;
  color: #fff;
  text-align: center;
  font-size: var(--font-large);
  font-family: var(--font-title);
  font-weight: 700;
}

.reason-data dd {
  display: none;
}

.pc-reason {
  display: none;
}

@media all and (min-width: 1023px) {
  .pc-reason {
    display: block;
    position: fixed;
    height: auto;
    top: 0;
    bottom: 0;
    right: calc(50% - 600px);
    background: #fff;
    width: 340px;
    height: fit-content;
    margin: auto;
    padding: 40px 30px;
    border-radius: 16px;
  }

  .pc-reason .reason-unit {
    margin: 10px;
    height: calc(100% - 60px);
  }

  .pc-reason .reason-body {
    display: block !important;
  }

  .pc-reason .reason-row {
    grid-template-columns: 75px 1fr;
    background-image: url("../img/case-dot.png");
    background-size: 400px;
    padding-left: 0;
    border-radius: 16px 16px 0 0;
  }

  .pc-reason .reason-data__header {
    padding: 10px 5px 5px 0;
  }

  .pc-reason .reason-data__comment {
    position: relative;
    bottom: 0;
    background: #fff;
    font-size: 1.2rem;
  }

  .pc-reason .reason-row__comment {
    top: 10px;
    width: calc(100% - 10px);
    font-size: 1.2rem;
  }

  .pc-reason .reason-row--half {
    padding-top: 50px;
    grid-template-columns: repeat(2, 1fr);
  }

  .pc-reason .reason-data__title {
    font-size: 1.5rem;
  }

  .pc-reason .reason-row__comment {
    background: #fff;
  }

  .pc-reason .reason-case {
    padding: 10px;
    background: url("../img/reason-case.svg") no-repeat center;
    font-family: "Jost", sans-serif;
    text-align: center;
  }

  .pc-reason .slick-prev {
    left: -20px;
    width: 25px;
    height: 25px;
    background-size: contain !important;
  }

  .pc-reason .slick-next {
    right: -20px;
    width: 25px;
    height: 25px;
    background-size: contain !important;
  }

  .pc-reason .slick-track {
    display: flex;
  }

  .pc-reason .slick-slide {
    height: auto;
  }

  .pc-reason .slick-slide>div {
    height: calc(100% - 60px);
  }
}

@media screen and (min-width: 1023px) and (max-width: 1240px) {
  .pc-reason {
    width: 30%;
    right: calc(50% - 48vw);
  }
}

@media screen and (min-width: 1023px) and (max-width: 1022px) {
  .pc-reason {
    display: none;
  }
}

/*==================================================
step
==================================================*/
.step {
  padding-block: 64px;
  background-color: var(--section-bg-light);
}

.step-list {
  max-width: 284px;
  margin-inline: auto auto;
}

.step-unit {
  margin: 10px;
  padding: 20px 15px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.step-number {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
}

.step-number__top {
  position: absolute;
  top: -8px;
  background: #fff;
  font-weight: 500;
  color: var(--primary-color);
}

.step-number__bottom {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 2.6rem;
  font-family: var(--font-title);
}

.step-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: var(--font-large);
}

.step-header {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 5px;
  align-items: center;
  margin-bottom: 15px;
}

.step-small {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
}

.step-img {
  margin-bottom: 20px;
}

.step-list .slick-track {
  display: flex;
}

.step-list .slick-slide {
  height: auto;
}

.step-list .slick-slide>div {
  height: calc(100% - 30px);
}

/*==================================================
price
==================================================*/
.price {
  padding-block: 60px;
}

.price-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.price-menu__item {
  display: grid;
  place-content: center;
  height: 54px;
  background: #FEEBC8;
  color: var(--section-title-color);
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}

.price-menu__item.selected {
  background: #7F4F21;
  color: #fff;
}

.price-body {
  padding: 16px;
  background: #FFFEEF;
  display: none;
}

.price-body.selected {
  display: block;
}

.price-detail {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  border: 1px solid var(--section-title-color);
}

.price-detail:first-child {
  border-radius: 8px 8px 0 0;
}

.price-detail:last-child {
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.price-detail__header {
  padding: 20px 5px 20px 15px;
  background: #FEEBC8;
  color: var(--section-title-color);
  font-weight: 700;
}

.price-detail__base {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}

.price-detail__body {
  background: #fff;
}

.price-detail__list {
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}

.price-detail__list li:not(:last-child) {
  border-bottom: 1px dotted var(--section-title-color);
}

.price-detail__list li {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto auto;
  padding: 0 16px;
}

.price-detail__time {
  font-size: 1.2rem;
}

.price-detail__num {
  margin-left: auto;
  color: #C30D23;
  font-size: 2rem;
  font-family: var(--font-en);
  font-weight: 700;
}

.price-detail__yen {
  font-size: 1.2rem;
  font-weight: 700;
}

.price-area__body {
  display: grid;
  gap: 30px;
}

.price-area__title {
  margin-bottom: 12px;
  font-weight: 700;
}

.price-area__subtitle {
  margin-bottom: 10px;
  padding: 10px 10px 7px 10px;
  background: #FEEBC8;
  text-align: center;
  font-weight: 700;
}

/*==================================================
tool
==================================================*/
.tool {
  padding-block: 65px;
  background: url("../img/tool-bg.png") repeat center/100vw auto;
}

@media screen and (min-width:768px) {
  .tool {
    background-size: 375px;
  }
}

.tool-title {
  position: relative;
  z-index: 1;
  color: #ea5514;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 700;
}

.tool-title:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-top: 2px solid #7F4F21;
  display: block;
  margin: auto;
}

.tool-title__text {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  margin-inline: auto auto;
  width: 311px;
  height: 87px;
  background: url("../img/tool-title.svg") no-repeat center;
}

.tool-wrapper {
  display: grid;
  gap: 60px;
  margin-bottom: 20px;
}

.tool-header {
  width: 100%;
  background: url("../img/tool-header.png") no-repeat center 7px/cover;
  color: #fff;
}

.tool-header__item {
  display: block;
  width: 165px;
  margin: 0 auto 5px auto;
}

.tool-header__title {
  display: grid;
  justify-content: center;
  text-align: center;
  margin-top: -15px;
  background: url("../img/reason-plus.png") no-repeat 90% center/20px;
}

.tool-header__catch {
  font-size: var(--font-middle);
}

.tool-header__text {
  font-size: 2rem;
  font-weight: 700;
}

.tool-header.active .tool-header__title {
  background-image: url("../img/reason-minus.png");
}

.tool-body {
  display: none;
  background: #fff;
  border-left: 2px solid var(--section-title-color);
  border-right: 2px solid var(--section-title-color);
}

.tool-inner {
  display: grid;
  gap: 10px;
  padding: 5px 30px 0 30px;
}

.tool-staff {
  padding: 10px 30px 30px 30px;
  background: #e3eed8;
  clip-path: polygon(100% 0, 100% 94%, 52% 94%, 48% 100%, 44% 94%, 0% 94%, 0 0);
}

.tool-customer {
  padding: 10px 30px;
  background: #fff;
}

.tool-person {
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: center;
}

.tool-person__img {
  grid-row: 1/2;
  grid-column: 1/2;
  position: relative;
  z-index: 2;
}

.tool-person__text {
  display: grid;
  grid-row: 1/2;
  grid-column: 1/3;
  align-items: center;
  text-align: center;
  height: 29px;
  font-weight: 500;
  border-radius: 24px;
  background: #fff;
}

.tool-person--reverse {
  grid-template-columns: 1fr 75px;
}

.tool-person--reverse .tool-person__img {
  grid-column: 2/3;
}

.tool-person--reverse .tool-person__text {
  background: #e3eed8;
}

.tool-point {
  padding: 20px 30px;
  background: #FFF577;
  border: 2px solid var(--section-title-color);
  border-top: none;
  border-radius: 0 0 16px 16px;
}

.tool-point__title {
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  width: 230px;
  margin-inline: auto auto;
  padding: 3px 5px;
  background: #F39800;
  color: #fff;
  font-size: var(--font-middle);
  clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
}

.tool-small {
  font-size: 1.2rem;
  text-align: center;
}

/*==================================================
plus
==================================================*/
.plus {
  padding-block: 60px;
  background: #FFF7F8;
}

.plus-title {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
  padding: 5px;
  background: var(--secondary-color);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.plus-title:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 58px;
  height: 58px;
  margin: auto;
  background: url("../img/plus-ico.svg") no-repeat center/contain;
}

.plus-title__left {
  margin-right: 40px;
  text-align: right;
}

.plus-title__right {
  margin-left: 40px;
}

.plus-lead {
  margin-bottom: 15px;
  text-align: center;
  color: var(--secondary-color);
  font-weight: 700;
  font-family: var(--font-title);
  font-size: 2rem;
}

.plus-summary {
  margin-bottom: 10px;
  font-size: var(--font-middle);
}

.plus-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  margin-bottom: 15px;
}

.plus-list li:first-letter {
  color: var(--secondary-color);
}

.plus-list li:last-child:first-letter {
  color: inherit;
}

.plus-small {
  display: block;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.3;
}

/*==================================================
faq
==================================================*/
.faq {
  padding-block: 80px 40px;
}

.faq-contents {
  display: grid;
  gap: 30px;
}

.faq-data__header {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  padding: 10px 30px 10px 15px;
  gap: 10px;
  border-radius: 32px;
  background-image: url("../img/case-dot.png"), url("../img/reason-plus.png");
  background-color: #7aba46;
  background-position: center, 95% center;
  background-repeat: no-repeat;
  background-size: 100vw auto, 20px auto;
  color: #fff;
  font-size: var(--font-middle);
  font-weight: 700;
}

@media all and (min-width: 1023px) {
  .faq-data__header {
    background-size: 375px auto, 20px auto;
  }
}

.faq-data__header.active {
  background-image: url("../img/case-dot.png"), url("../img/reason-minus.png");
}

.faq-data__q {
  color: #fff577;
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-title);
}

.faq-data__body {
  display: none;
}

.faq-data__row {
  display: grid;
  grid-template-columns: 20px 1fr;
  padding: 15px;
}

.faq-data__a {
  margin-top: -5px;
  color: var(--primary-color);
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-title);
}

/*==================================================
footer
==================================================*/
.footer {
  padding: 14px;
  background: linear-gradient(90deg, #59b04a 25%, #47a736 25%, #47a736 50%, #59b04a 50%, #59b04a 75%, #47a736 75%, #47a736);
  background-size: 32px 32px;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
}





@media screen and (min-width:1023px) {
  .pc1023_none {
    display: none;
  }
}



.header_inr {
  display: grid;
  grid-template-columns: 70px 70px 1fr;
  grid-gap: 10px;
  align-items: center;
}



#pageTop {
  position: fixed;
  bottom: 80px;
  right: calc(50% - 184px);
  z-index: 100;
}

#pageTop span {
  display: block;
  line-height: 1em;
  padding: 0 0 1em 0;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 30px;
  text-align: center;
  line-height: 2em;
  width: 3em;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 1;
}


img.title_image {
  display: block;
  margin: 10px auto 20px;
}


a.cta-button:hover {
  background-color: #FFF9B1;
}

.cta-select:hover {
  background: #E3EED8;
}

.floating_bnr {
  position: fixed;
  bottom: 0;
  z-index: 10;
}


p.in_tax_txt02 {
    font-size: 12px;
    line-height: 1em;
    padding-top: 1em;
    text-align: right;
}