@charset "UTF-8";
.m-top-slider__prev, .m-top-slider__next, .m-thumbnail-slider__prev, .m-thumbnail-slider__next, .m-slider__prev, .m-slider__next {
  position: relative;
  z-index: 10;
  color: #655045;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
}
@media (max-width: 599px) {
  .m-top-slider__prev, .m-top-slider__next, .m-thumbnail-slider__prev, .m-thumbnail-slider__next, .m-slider__prev, .m-slider__next {
    border-radius: 3px;
  }
}

.m-service-guide__link.-menu::before, .m-service-guide__link.-review::before, .m-service-guide__link.-food-review::before, .m-service-guide__link.-delivery::before, .m-service-guide__link.-accessory::before, .m-service-guide__link.-order::before, .m-course-menu-description__nutrient-title::before, .m-course-info__list-title.-price::before, .m-course-info__list-title.-meal::before, .m-course-info__list-title.-delivery::before, .c-heading-2-text.-course-menu::before, .c-heading-2-text.-review::before, .c-heading-2-text.-food-review::before, .c-heading-2-text.-delivery::before, .c-heading-2-text.-accessory::before, .c-heading-2-text.-order::before, .c-heading-2-text.-payment::before, .c-heading-2-text.-example::before, .c-heading-2-text.-interview::before, .c-heading-2-text.-about::before, .c-heading-2-text.-usage::before, .c-heading-2-text.-shop::before, .m-course-nutrient__title::before, .m-course-menu__title::before, .m-service-info__title.-time::before, .m-service-info__title.-price::before, .m-service-info__title.-delivery::before, .m-service-info__title.-order::before, .m-service-info__title.-safety::before, .m-service-info__title.-shop::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.m-service-info__title.-time::before, .m-service-info__title.-price::before, .m-service-info__title.-delivery::before, .m-service-info__title.-order::before, .m-service-info__title.-safety::before, .m-service-info__title.-shop::before {
  margin-right: 8px;
  height: 18px;
  width: 18px;
}

.m-course-nutrient__title::before, .m-course-menu__title::before {
  height: 26px;
  width: 26px;
  top: 5px;
  margin-right: 8px;
}
@media (max-width: 599px) {
  .m-course-nutrient__title::before, .m-course-menu__title::before {
    height: 23px;
    width: 23px;
  }
}

.m-course-nutrient__title, .m-course-menu__title {
  color: #655045;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (max-width: 599px) {
  .m-course-nutrient__title, .m-course-menu__title {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 18px;
  }
}

@media (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
}
html,
body {
  font-family: "Noto Sans JP, Verdana, Roboto, Droid Sans, 游ゴシック, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.15px;
}

.fa-solid,
.fa-light {
  font-family: "Font Awesome 6 Free";
}

h2 .fa-solid,
h2 .fa-light {
  font-size: 32px;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 */
}

/* 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 {
  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; /* 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; /* 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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.c-btn-fixed-footer-ad, .c-btn-readmore, .c-btn-search-small, .c-btn-search, .c-btn-request, .c-btn-detail {
  border-radius: 6px;
  font-weight: 700;
}
.c-btn-fixed-footer-ad:hover, .c-btn-readmore:hover, .c-btn-search-small:hover, .c-btn-search:hover, .c-btn-request:hover, .c-btn-detail:hover {
  opacity: 0.5;
}
@media (max-width: 599px) {
  .c-btn-fixed-footer-ad, .c-btn-readmore, .c-btn-search-small, .c-btn-search, .c-btn-request, .c-btn-detail {
    border-radius: 5px;
  }
}

.c-btn-fixed-footer-ad, .c-btn-search, .c-btn-request {
  background-color: #f08000;
  color: #fff;
}

.c-btn-detail {
  border: 1.5px solid #f08000;
  color: #f08000;
  font-size: 16px;
  padding: 20px 91px;
  letter-spacing: 1.6px;
}
.c-btn-detail:hover {
  background-color: #f08000;
  color: #fff;
}
@media (max-width: 599px) {
  .c-btn-detail {
    font-size: 18px;
    padding: 18px 61.5px;
  }
}

.c-btn-request {
  font-size: 16px;
  padding: 22px 74px;
  letter-spacing: 1.6px;
}
.c-btn-request .fa-solid {
  margin-right: 10px;
}
@media (max-width: 599px) {
  .c-btn-request {
    font-size: 18px;
    padding: 20px 31px;
  }
}

.c-btn-search {
  font-size: 12px;
  padding: 8px 18px;
  display: inline-flex;
  align-items: center;
}
.c-btn-search .fa-solid {
  font-size: 20px;
  margin-right: 10px;
}
.c-btn-search .c-btn-search__text {
  font-size: 12px;
  width: 117px;
  line-height: 1.3;
  letter-spacing: 0.9px;
}

.c-btn-search-small {
  padding: 8px 18px;
  letter-spacing: 1.2px;
  font-size: 16px;
  font-weight: 700;
  background-color: #74c55a;
  color: #fff;
}
@media (max-width: 599px) {
  .c-btn-search-small {
    padding: 12px 22px;
    font-size: 20px;
  }
}

.c-btn-readmore {
  color: #fff;
  background-color: #aaa;
  font-size: 16px;
  padding: 15px 20px;
  letter-spacing: 1.6px;
  width: 50%;
  margin: auto;
  text-align: center;
  cursor: pointer;
}
.c-btn-readmore:hover {
  opacity: 1;
}
@media (max-width: 599px) {
  .c-btn-readmore {
    font-size: 14px;
    padding: 15px 10px;
    width: 90%;
  }
}

.c-btn-fixed-footer-ad {
  width: 80%;
  font-size: 16px;
  padding: 12px 10px;
  letter-spacing: 1.5px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.c-btn-fixed-footer-ad .fa-solid {
  margin-left: 10px;
  font-size: 14px;
}

.c-caution-text {
  color: rgba(51, 51, 51, 0.65);
  font-size: 13px;
  letter-spacing: 0.33px;
  margin-top: 25px;
  line-height: 1.8;
  display: flex;
  font-weight: 500;
}
@media (max-width: 599px) {
  .c-caution-text {
    margin-top: 10px;
  }
}

.c-caution-text__mark {
  margin-right: 2px;
}

.c-heading-2-text.-map::before, .c-heading-2-text.-table::before, .c-heading-2-text.-shop::before, .c-heading-2-text.-usage::before, .c-heading-2-text.-about::before, .c-heading-2-text.-interview::before, .c-heading-2-text.-example::before, .c-heading-2-text.-payment::before, .c-heading-2-text.-order::before, .c-heading-2-text.-accessory::before, .c-heading-2-text.-delivery::before, .c-heading-2-text.-food-review::before, .c-heading-2-text.-review::before, .c-heading-2-text.-course-menu::before, .c-heading-2-text.-search::before, .c-heading-2-text.-list::before {
  font-size: 26px;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 1px;
  left: 0;
}
@media (max-width: 599px) {
  .c-heading-2-text.-map::before, .c-heading-2-text.-table::before, .c-heading-2-text.-shop::before, .c-heading-2-text.-usage::before, .c-heading-2-text.-about::before, .c-heading-2-text.-interview::before, .c-heading-2-text.-example::before, .c-heading-2-text.-payment::before, .c-heading-2-text.-order::before, .c-heading-2-text.-accessory::before, .c-heading-2-text.-delivery::before, .c-heading-2-text.-food-review::before, .c-heading-2-text.-review::before, .c-heading-2-text.-course-menu::before, .c-heading-2-text.-search::before, .c-heading-2-text.-list::before {
    top: -7px;
    font-size: 22px;
  }
}

.c-heading-2 {
  font-size: 28px;
  font-weight: 700;
  color: #655045;
  border-bottom: 2.5px solid #f08000;
  padding-bottom: 11px;
  letter-spacing: 0.75px;
  margin-bottom: 22px;
}
@media (min-width: 600px) {
  .c-heading-2 {
    display: flex;
  }
}
@media (max-width: 599px) {
  .c-heading-2 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 8px;
    margin-bottom: 14px;
  }
}

.c-heading-2-text {
  width: auto;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 599px) {
  .c-heading-2-text {
    padding-left: 26px;
    line-height: 1.6;
  }
}
.c-heading-2-text.-list::before {
  content: "\f15c";
  color: #f08000;
}
.c-heading-2-text.-search::before {
  content: "\f3c5";
  color: #f08000;
  font-weight: bold;
  position: absolute;
}
@media (max-width: 599px) {
  .c-heading-2-text.-search::before {
    top: -7px;
  }
}
.c-heading-2-text.-course-menu {
  padding-left: 40px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-course-menu {
    padding-left: 32px;
  }
}
.c-heading-2-text.-course-menu::before {
  background-image: url("/assets/menu_icon-0ad4abb7579d1d71d888acadc0f7e8674f6496b6.png");
  width: 30px;
  height: 30px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-course-menu::before {
    width: 23px;
    height: 23px;
    top: -1px;
  }
}
.c-heading-2-text.-review {
  padding-left: 40px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-review {
    padding-left: 37px;
  }
}
.c-heading-2-text.-review::before {
  background-image: url("/assets/review_icon-37aa8dac8d0b5b78409cf13c333bc0763b932495.png");
  top: -1px;
  width: 32px;
  height: 32px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-review::before {
    width: 28px;
    height: 28px;
  }
}
.c-heading-2-text.-food-review {
  padding-left: 42px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-food-review {
    padding-left: 36px;
  }
}
.c-heading-2-text.-food-review::before {
  background-image: url("/assets/food_review_icon-b96035f1589eaf2d6930a65526444fddd55b96a1.png");
  top: -1px;
  width: 34px;
  height: 34px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-food-review::before {
    top: -2px;
    width: 28px;
    height: 28px;
  }
}
.c-heading-2-text.-delivery {
  padding-left: 46px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-delivery {
    padding-left: 40px;
  }
}
.c-heading-2-text.-delivery::before {
  background-image: url("/assets/delivery_icon-814ccbf418ed2facac3bbeb32a9c799e6dfd6346.png");
  width: 34px;
  top: -1px;
  height: 34px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-delivery::before {
    width: 27px;
    top: -4px;
  }
}
.c-heading-2-text.-accessory {
  padding-left: 46px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-accessory {
    padding-left: 38px;
  }
}
.c-heading-2-text.-accessory::before {
  background-image: url("/assets/accessory_icon-69c807f8579b742c5c9a0ea70895d2081b57e13f.png");
  width: 33px;
  top: -1px;
  height: 33px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-accessory::before {
    width: 27px;
    top: -5px;
  }
}
.c-heading-2-text.-order {
  padding-left: 40px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-order {
    padding-left: 32px;
  }
}
.c-heading-2-text.-order::before {
  background-image: url("/assets/order_icon-c52d4159d1c1ad0015fc27f9f955fa573a2830f5.png");
  width: 31px;
  top: 0;
  height: 31px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-order::before {
    width: 26px;
    top: -2px;
  }
}
.c-heading-2-text.-payment {
  padding-left: 40px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-payment {
    padding-left: 34px;
  }
}
.c-heading-2-text.-payment::before {
  background-image: url("/assets/payment_icon-b42584190029e2ca3a49ffbf2add95fd32c77c0d.png");
  width: 29px;
  height: 29px;
  top: 0;
}
@media (max-width: 599px) {
  .c-heading-2-text.-payment::before {
    width: 25px;
    top: -2px;
  }
}
.c-heading-2-text.-example {
  padding-left: 38px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-example {
    padding-left: 33px;
  }
}
.c-heading-2-text.-example::before {
  background-image: url("/assets/example_icon-668dedae1c2821934261b2f185017946252160b0.png");
  width: 28px;
  height: 28px;
  top: 2px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-example::before {
    top: -1px;
    width: 25px;
    height: 25px;
  }
}
.c-heading-2-text.-interview {
  padding-left: 40px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-interview {
    padding-left: 36px;
  }
}
.c-heading-2-text.-interview::before {
  background-image: url("/assets/interview_icon-219ddca95e2c154708acbc4574934bcd532c6284.png");
  width: 32px;
  height: 32px;
  top: -1px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-interview::before {
    width: 28px;
    height: 28px;
    top: -5px;
  }
}
.c-heading-2-text.-about {
  padding-left: 40px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-about {
    padding-left: 34px;
  }
}
.c-heading-2-text.-about::before {
  background-image: url("/assets/about_icon-14296dfbbc3f6d9d9de9b53803b67b0896f0c31c.png");
  width: 30px;
  height: 30px;
  top: 1px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-about::before {
    width: 28px;
    height: 28px;
    top: -2px;
  }
}
.c-heading-2-text.-usage {
  padding-left: 38px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-usage {
    padding-left: 35px;
  }
}
.c-heading-2-text.-usage::before {
  background-image: url("/assets/usage_icon-656708167f82810cb110cd0c3636888209b780b3.png");
  width: 30px;
  height: 30px;
  top: 1px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-usage::before {
    width: 28px;
    height: 28px;
    top: -4px;
  }
}
.c-heading-2-text.-shop {
  padding-left: 42px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-shop {
    padding-left: 36px;
  }
}
.c-heading-2-text.-shop::before {
  background-image: url("/assets/shop_icon-9c502c377cf5ac2d0d85884edcdcbfc2bf4c97ea.png");
  width: 29px;
  height: 29px;
  top: 0;
}
@media (max-width: 599px) {
  .c-heading-2-text.-shop::before {
    top: -2px;
    width: 26px;
    height: 26px;
  }
}
.c-heading-2-text.-table {
  padding-left: 40px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-table {
    font-size: 18px;
    padding-left: 30px;
  }
}
.c-heading-2-text.-table::before {
  content: "\f00b";
  color: #f08000;
}
@media (max-width: 599px) {
  .c-heading-2-text.-table::before {
    font-size: 19px;
    top: -4px;
  }
}
.c-heading-2-text.-map {
  padding-left: 40px;
}
@media (max-width: 599px) {
  .c-heading-2-text.-map {
    font-size: 18px;
    padding-left: 30px;
  }
}
.c-heading-2-text.-map::before {
  content: "\f279";
  color: #f08000;
}
@media (max-width: 599px) {
  .c-heading-2-text.-map::before {
    font-size: 19px;
    top: -4px;
  }
}

.c-heading-2-count {
  margin-top: auto;
  margin-left: auto;
  font-size: 20px;
  min-width: 60px;
  text-align: right;
  letter-spacing: 0.5px;
}
@media (min-width: 600px) {
  .c-heading-2-count {
    padding-top: 12px;
  }
}
@media (max-width: 599px) {
  .c-heading-2-count {
    font-size: 15px;
    display: block;
    padding-left: 32px;
  }
}
.c-heading-2-count.-course-menu {
  min-width: 160px;
}
.c-heading-2-count.-review {
  min-width: 162px;
}

.c-heading-3 {
  background-color: #fff3dc;
  font-weight: 700;
  color: #655045;
  font-size: 18px;
  padding: 10px 15px;
  margin-bottom: 20px;
  letter-spacing: 0.18px;
}
@media (min-width: 600px) {
  .c-heading-3 {
    display: flex;
  }
}
@media (max-width: 599px) {
  .c-heading-3 {
    font-size: 15px;
    letter-spacing: 0.15px;
    margin-bottom: 12px;
  }
}

.c-heading-3-count {
  margin-left: auto;
  font-size: 14px;
  letter-spacing: 0.14px;
  text-align: right;
  min-width: 50px;
}
@media (max-width: 599px) {
  .c-heading-3-count {
    font-size: 13px;
    letter-spacing: 0.13px;
    display: block;
  }
}

.c-input-postal-code {
  border: 1px solid rgba(112, 112, 112, 0.85);
  padding: 10px 16px;
  letter-spacing: 0.9px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
}
.c-input-postal-code::-moz-placeholder {
  color: rgba(51, 51, 51, 0.19);
}
.c-input-postal-code::placeholder {
  color: rgba(51, 51, 51, 0.19);
}
.c-input-postal-code:focus {
  outline: none;
}
@media (max-width: 599px) {
  .c-input-postal-code {
    font-size: 18px;
    letter-spacing: 1.35px;
    width: 161px;
    padding: 9px 10px;
  }
}

.c-menu-more {
  color: #f08000;
  text-align: right;
}
@media (min-width: 600px) {
  .c-menu-more {
    margin-top: 25px;
  }
}
@media (max-width: 599px) {
  .c-menu-more {
    margin-bottom: 36px;
  }
}

.c-menu-more__text {
  font-weight: 700;
  cursor: pointer;
}

.c-menu-more__remaining {
  font-size: 10px;
  letter-spacing: 1px;
}

.basicLightbox {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}

.basicLightbox--visible {
  opacity: 1;
}

.basicLightbox__placeholder {
  max-width: 100%;
  transform: scale(0.9);
  transition: transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}

.basicLightbox__placeholder > iframe:first-child:last-child, .basicLightbox__placeholder > img:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}

.basicLightbox__placeholder > iframe:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  pointer-events: auto;
}

.basicLightbox__placeholder > img:first-child:last-child, .basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}

.basicLightbox--iframe .basicLightbox__placeholder, .basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.basicLightbox--visible .basicLightbox__placeholder {
  transform: scale(1);
}

.c-lightbox {
  position: relative;
}

.c-lightbox__image {
  display: block;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  cursor: pointer;
}
@media (max-width: 599px) {
  .c-lightbox__image {
    max-width: 95vw;
    max-height: 95vh;
  }
}

.c-lightbox__close {
  position: absolute;
  top: 8px;
  right: 8px;
  min-width: 40px;
  padding: 6px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.92);
  color: #333;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.c-lightbox__close:hover,
.c-lightbox__close:focus {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  outline: none;
}

.c-service-star__image {
  height: 24px;
}
@media (min-width: 600px) {
  .c-service-star__image {
    height: 26px;
    width: auto;
  }
}

.c-service-star__point {
  font-size: 25px;
  font-weight: 700;
  margin-left: 10px;
  letter-spacing: 0.25px;
}
@media (min-width: 600px) {
  .c-service-star__point {
    line-height: 0;
  }
}
@media (max-width: 599px) {
  .c-service-star__point {
    font-size: 18px;
  }
}

.c-service-star__count {
  margin-left: 5px;
  font-size: 12px;
}

.c-service-type__list {
  background-color: #fff3dc;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 15px 4px;
  border-radius: 4px;
  letter-spacing: 1.2px;
  margin-right: 10px;
}
@media (max-width: 599px) {
  .c-service-type__list {
    margin-top: 6px;
  }
}

@media (max-width: 599px) {
  .c-sp-br::before {
    content: "\a";
    white-space: pre;
  }
}
.c-table {
  letter-spacing: 0;
  width: 100%;
}

.c-table__header {
  font-weight: 700;
  width: 200px;
  text-align: center;
  border: 1px solid rgba(112, 112, 112, 0.35);
  background-color: #f6f6f6;
  vertical-align: middle;
  padding: 10px 16px;
}
@media (max-width: 599px) {
  .c-table__header {
    width: 125px;
    font-size: 14px;
    padding: 8px 11px;
  }
}

.c-table__data {
  border: 1px solid rgba(112, 112, 112, 0.35);
  padding: 10px 16px;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .c-table__data {
    font-size: 14px;
    padding: 8px 11px;
  }
}

.readmore-wrapper {
  position: relative;
}
.readmore-wrapper.is-active > .readmore-body {
  height: auto !important;
  max-height: none !important;
  overflow: visible;
}
.readmore-wrapper.is-active > .readmore-overlay {
  display: none;
}

.readmore-body {
  overflow: hidden;
}

.readmore-overlay {
  align-items: flex-end;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8) 3rem, rgba(255, 255, 255, 0.1) 100%);
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  height: 50%;
  max-height: 200px;
  position: absolute;
  width: 100%;
}
.readmore-overlay > ._button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(51, 51, 51, 0.6);
  color: #fff;
  height: 50px;
  z-index: 10;
  padding: 10px 20px;
}
.readmore-overlay > ._button:hover {
  background-color: rgba(51, 51, 51, 0.8);
}
@media (max-width: 599px) {
  .readmore-overlay > ._button {
    margin-bottom: 20px;
  }
}

.l-breadcrumb {
  height: 34px;
  background-color: #fff3dc;
  padding: 6px 0;
  letter-spacing: 0.75px;
  font-size: 12px;
  color: #655045;
  width: 100%;
  position: absolute;
  line-height: 1.6;
}
@media (max-width: 599px) {
  .l-breadcrumb {
    height: 34px;
    padding: 10px 0;
    font-size: 12px;
    letter-spacing: 0.9px;
    font-weight: 500;
    top: 63px;
  }
}

.l-breadcrumb__list {
  display: inline;
}
.l-breadcrumb__list:first-child::before {
  font-size: 13px;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin-right: 4px;
  content: "\e3af";
}
.l-breadcrumb__list::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 10px;
  margin: 0 5px;
}
@media (max-width: 599px) {
  .l-breadcrumb__list::after {
    font-size: 12px;
  }
}
.l-breadcrumb__list:last-child::after {
  content: "";
  margin: 0;
}

@media (min-width: 600px) {
  .l-container {
    width: 1000px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .l-container {
    width: 100%;
    padding: 0 15px;
  }
}

.l-fixed-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.l-fixed-footer-cta {
  height: 90px;
  background-image: url("/assets/fixed_footer-eb3bd100e3ca07b978be3c2426d7718de3fe881c.jpg");
}
.l-fixed-footer-cta .l-container {
  display: flex;
  height: 100%;
  align-items: center;
}
.l-fixed-footer-cta .c-input-postal-code {
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 599px) {
  .l-fixed-footer-cta {
    background-image: url("/assets/sp/fixed_footer-30d72b24c465e8d7c5e3fefc7fe0f74a3c17338c.jpg");
    height: 60px;
    background-size: contain;
  }
  .l-fixed-footer-cta .l-container {
    flex-flow: column;
  }
  .l-fixed-footer-cta .c-btn-search-small {
    font-size: 13px;
    letter-spacing: 0.97px;
    padding: 5px 14px;
  }
  .l-fixed-footer-cta .m-postal-code .c-input-postal-code {
    font-size: 16px;
    transform: scale(0.8);
    padding: 0 10px 3px;
    margin-left: -10px;
    margin-right: -8px;
    width: 167px;
    height: 32px;
  }
  .l-fixed-footer-cta .m-postal-code__mark {
    font-size: 20px;
    margin-top: 2px;
  }
}
@media (max-width: 599px) and (max-width: 599px) {
  .l-fixed-footer-cta .m-postal-code__mark {
    margin-top: 1px;
  }
}
.l-fixed-footer-cta .l-fixed-footer-cta__top {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.l-fixed-footer-cta .l-fixed-footer-cta__left {
  margin-left: 110px;
  margin-right: 180px;
  margin-top: -2px;
}
@media (max-width: 599px) {
  .l-fixed-footer-cta .l-fixed-footer-cta__right {
    margin-top: -3px;
  }
}
.l-fixed-footer-cta .l-fixed-footer-cta__text-1 {
  margin-left: 6px;
  padding-top: 6px;
  letter-spacing: 1.69px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}
.l-fixed-footer-cta .l-fixed-footer-cta__text-2 {
  letter-spacing: 2.4px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 599px) {
  .l-fixed-footer-cta .l-fixed-footer-cta__text-2 {
    letter-spacing: 0.35px;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
.l-fixed-footer-cta .l-fixed-footer-cta__text-emphasis {
  font-size: 26px;
  color: #ac2500;
}
@media (max-width: 599px) {
  .l-fixed-footer-cta .l-fixed-footer-cta__text-emphasis {
    font-size: 14px;
  }
}

.l-fixed-footer-navi {
  background-color: #fff;
}
.l-fixed-footer-navi .l-container {
  display: flex;
  height: 100%;
  align-items: center;
}
.l-fixed-footer-navi .l-fixed-footer-navi__list-wrapper {
  display: flex;
  gap: 1px;
  width: 100%;
  background-color: #ccc;
  padding: 0 1px;
}
.l-fixed-footer-navi .l-fixed-footer-navi__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  background-color: #fff;
}
.l-fixed-footer-navi .l-fixed-footer-navi__list:hover {
  background-color: #fff3dc;
}
.l-fixed-footer-navi .l-fixed-footer-navi__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #655045;
  font-size: 12px;
}
.l-fixed-footer-navi .l-fixed-footer-navi__img {
  height: 22px;
}
.l-fixed-footer-navi .l-fixed-footer-navi__text {
  margin-top: 2px;
}

.l-fixed-footer-ad {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.25s ease;
  will-change: transform, opacity;
}
.l-fixed-footer-ad.is-fixed-footer-ad-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 600px) {
  .l-fixed-footer-ad {
    display: none;
  }
}

.l-fixed-footer-ad-title {
  position: absolute;
  background-color: #888;
  color: #fff;
  top: -10px;
  left: 10px;
  padding: 3px;
  text-align: center;
  font-size: 15px;
}

.l-fixed-footer-ad-close {
  position: absolute;
  top: -14px;
  right: 10px;
  width: 33px;
  border: solid 1px #aaa;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-fixed-footer-ad-close .close {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 3px;
}

.l-fixed-footer-ad-panel {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 17px 10px 10px 10px;
  border: solid 1px #888;
  border-radius: 15px;
}
.l-fixed-footer-ad-panel .title {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  z-index: 10;
}
.l-fixed-footer-ad-panel .body {
  display: flex;
  flex-direction: row;
}
.l-fixed-footer-ad-panel .body .message {
  flex: 1;
  width: 60%;
}
.l-fixed-footer-ad-panel .body .images {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}
.l-fixed-footer-ad-panel .body .images .image-mini {
  width: 50%;
  box-sizing: border-box;
  padding: 2px;
  text-align: center;
}
.l-fixed-footer-ad-panel .body .images .image-mini img {
  max-height: 40px;
  width: auto;
}
.l-fixed-footer-ad-panel .body .image {
  width: auto;
  max-width: 135px;
  max-height: 140px;
}

.text_yellow_marker {
  background: linear-gradient(transparent 70%, #fbfb2e 0%);
}

.text_pink_marker {
  background: linear-gradient(transparent 70%, #ffcdd2 0%);
}

.l-global-footer {
  background-color: rgba(51, 51, 51, 0.05);
  margin-bottom: 90px;
}
@media (max-width: 599px) {
  .l-global-footer {
    margin-bottom: 60px;
  }
}

.l-global-footer .l-container {
  height: 316px;
}
@media (max-width: 599px) {
  .l-global-footer .l-container {
    height: 510px;
    text-align: center;
  }
}

.l-global-footer__internal-links {
  padding-top: 40px;
}
@media (min-width: 600px) {
  .l-global-footer__internal-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 599px) {
  .l-global-footer__internal-links {
    padding-top: 25px;
  }
}

.l-global-footer__link-list {
  color: #655045;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.13px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .l-global-footer__link-list {
    font-size: 12px;
    margin-bottom: 12px;
  }
}

.l-global-footer__external-links {
  padding-top: 24px;
}
@media (min-width: 600px) {
  .l-global-footer__external-links {
    display: flex;
    align-items: center;
  }
}
.l-global-footer__external-links .l-global-footer__link-list {
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .l-global-footer__external-links .l-global-footer__link-list {
    margin-left: 2px;
  }
  .l-global-footer__external-links .l-global-footer__link-list .l-global-footer__link-list-icon {
    font-size: 11px;
    margin-right: 4px;
  }
}
@media (max-width: 599px) {
  .l-global-footer__external-links {
    padding-top: 18px;
  }
  .l-global-footer__external-links .l-global-footer__link-list-wrapper .l-global-footer__link-list + .l-global-footer__link-list {
    padding-left: 0;
  }
  .l-global-footer__external-links .l-global-footer__link-list-wrapper .l-global-footer__link-list + .l-global-footer__link-list::before {
    display: none;
  }
}

.l-global-footer__external-links-title {
  color: #655045;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .l-global-footer__external-links-title {
    margin-right: 58px;
  }
}
@media (max-width: 599px) {
  .l-global-footer__external-links-title {
    text-align: left;
    margin-bottom: 12px;
    font-size: 12.5px;
  }
}

@media (min-width: 600px) {
  .l-global-footer__logo {
    width: 130px;
  }
}
@media (max-width: 599px) {
  .l-global-footer__logo {
    width: 138px;
    margin-bottom: 20px;
  }
}

.l-global-footer__copyright {
  background-color: #f08000;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-global-footer__copyright-text {
  font-size: 10px;
  color: #fff;
}

.l-global-footer__link-list-wrapper .l-global-footer__link-list + .l-global-footer__link-list {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 599px) {
  .l-global-footer__link-list-wrapper .l-global-footer__link-list + .l-global-footer__link-list:nth-of-type(4) {
    padding-left: 17px;
  }
  .l-global-footer__link-list-wrapper .l-global-footer__link-list + .l-global-footer__link-list:nth-of-type(4)::before {
    border-left: none;
  }
}

.l-global-footer__link-list-wrapper .l-global-footer__link-list + .l-global-footer__link-list::before {
  content: "";
  display: block;
  height: 10px;
  border-left: 1px solid #acacac;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 2px;
  margin: auto;
}

@media (max-width: 599px) {
  .l-global-footer__link-list-wrapper {
    text-align: left;
  }
}

@media (min-width: 600px) {
  .l-global-footer__credit {
    margin-top: 22px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 599px) {
  .l-global-footer__credit {
    margin-top: 16px;
  }
}

.l-global-footer__credit-logo {
  display: flex;
  align-items: center;
  padding: 5px 13px 5px 3px;
}
@media (max-width: 599px) {
  .l-global-footer__credit-logo {
    width: 196px;
    margin: 0 auto;
  }
}

.l-global-footer__credit-image {
  max-width: 90px;
}
.l-global-footer__credit-image.-sms-logo {
  width: 90px;
}
.l-global-footer__credit-image.-prime-logo {
  width: 28px;
  margin: 0 10px;
}
.l-global-footer__credit-image.-privacy-logo {
  width: 35px;
}

.l-global-footer__credit-description {
  color: #636464;
  font-size: 12px;
  letter-spacing: 0.1px;
}
@media (min-width: 600px) {
  .l-global-footer__credit-description {
    margin-left: 16px;
  }
}
@media (max-width: 599px) {
  .l-global-footer__credit-description {
    margin-top: 14px;
    line-height: 1.7;
  }
}

.l-global-header__menu-close, .l-global-header__menu-open {
  font-size: 10px;
  color: #f08000;
  font-weight: 500;
  letter-spacing: -0.15px;
  position: relative;
  margin-top: 32px;
}

.l-global-header__menu-close::before, .l-global-header__menu-open::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
}

.l-global-header {
  margin-top: 4px;
  margin-bottom: 8px;
}
@media (max-width: 599px) {
  .l-global-header {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.l-global-header__nav {
  display: flex;
}
@media (max-width: 599px) {
  .l-global-header__nav {
    justify-content: space-between;
  }
}

.l-global-header__left {
  display: flex;
  align-items: center;
}

.l-global-header__right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.l-global-header__announce {
  margin-right: 18px;
  font-size: 12px;
  color: #655045;
  text-decoration: underline;
  letter-spacing: 0.9px;
}

.l-global-header__logo {
  max-height: 58px;
  width: auto;
}
@media (max-width: 599px) {
  .l-global-header__logo {
    margin-right: 8px;
    margin-top: -2px;
  }
}

.l-global-header__title {
  letter-spacing: 0;
  font-size: 14px;
}
@media (max-width: 599px) {
  .l-global-header__title {
    margin-top: 2px;
    font-size: 10px;
    line-height: 1.5;
    font-weight: 500;
    margin-left: 8px;
  }
}

.l-global-header__menu-open::before {
  content: "\f0c9";
  font-size: 32px;
  bottom: 11px;
  right: 6px;
}

.l-global-header__menu-close {
  margin-right: 6px;
}
.l-global-header__menu-close::before {
  content: "\f00d";
  font-size: 38px;
  bottom: 7px;
  right: 3px;
}

.l-hamburger-menu__list.-announcement::before, .l-hamburger-menu__list.-aup::before, .l-hamburger-menu__list.-search::before, .l-hamburger-menu__list.-home::before {
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 16px;
  font-weight: bold;
  color: #f08000;
}

.l-hamburger-menu__overlay {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 62px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
}

.l-hamburger-menu__list {
  color: #655045;
  border-bottom: 1.9px dashed rgba(112, 112, 112, 0.2);
  padding-bottom: 15px;
  padding-left: 31px;
  margin: 15px 10px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-hamburger-menu__list .fa-angle-right {
  font-size: 12px;
  margin-right: 6px;
}
.l-hamburger-menu__list.-home::before {
  content: "\f015";
}
.l-hamburger-menu__list.-search::before {
  content: "\f002";
}
.l-hamburger-menu__list.-aup::before {
  content: "\f518";
}
.l-hamburger-menu__list.-announcement::before {
  content: "\f1ad";
}

.l-hamburger-menu__wrapper {
  background: #fff7ee;
  top: 62px;
  right: 0;
  bottom: 0;
  z-index: 21;
  position: fixed;
  width: 232px;
  transition: all 3000ms 0s ease;
  overflow-y: auto;
}

.l-main-visual__image {
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .l-main-visual__image {
    background-image: url("/assets/main_visual-d4d9c40e2897452a72c6d803992ae8ec88b19693.png");
  }
}
@media (max-width: 599px) {
  .l-main-visual__image {
    height: 460px;
    background-image: -webkit-image-set(url("/assets/sp/main_visual-ed4ff075b017ed84884513109c0d30dbe2dc0c63.png") 1x, url("/assets/sp/main_visual@2x-cac4bca0cef9483309575e248d5c575ee9d7c9d0.png") 2x);
    background-image: image-set(url("/assets/sp/main_visual-ed4ff075b017ed84884513109c0d30dbe2dc0c63.png") 1x, url("/assets/sp/main_visual@2x-cac4bca0cef9483309575e248d5c575ee9d7c9d0.png") 2x);
  }
}

.l-main-visual__summary-title {
  color: #e35028;
  letter-spacing: -0.36px;
  font-size: 36px;
  margin-bottom: 25px;
}
@media (max-width: 599px) {
  .l-main-visual__summary-title {
    font-size: 32px;
    letter-spacing: -0.32px;
    margin-bottom: 10px;
    margin-top: 14px;
    line-height: 1.3;
    margin-right: 15px;
  }
}

.l-main-visual__summary-description {
  letter-spacing: 0.4px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
}
@media (max-width: 599px) {
  .l-main-visual__summary-description {
    font-size: 15px;
    letter-spacing: 0.38px;
    max-width: 310px;
    line-height: 1.5;
  }
}

@media (max-width: 599px) {
  .l-main-visual__summary-image {
    position: absolute;
    top: 137px;
  }
}

.l-main-visual__summary {
  position: absolute;
  top: 150px;
  max-width: 550px;
}
@media (min-width: 600px) {
  .l-main-visual__summary.-multiline {
    top: 138px;
  }
}
@media (max-width: 599px) {
  .l-main-visual__summary.-multiline {
    top: 96px;
  }
}
@media (max-width: 599px) {
  .l-main-visual__summary.-multiline .l-main-visual__summary-image {
    top: 151px;
  }
}
.l-main-visual__summary.-multiline .l-main-visual__summary-title {
  margin-bottom: 16px;
}
@media (max-width: 599px) {
  .l-main-visual__summary.-multiline .l-main-visual__summary-title {
    margin-bottom: 6px;
    line-height: 1.2;
  }
}
@media (max-width: 599px) {
  .l-main-visual__summary.-sp-three-lines .l-main-visual__summary-title {
    font-size: 24px;
    margin-bottom: 6px;
    margin-top: 0;
  }
  .l-main-visual__summary.-sp-three-lines .l-main-visual__summary-description {
    font-size: 12px;
  }
  .l-main-visual__summary.-sp-three-lines .l-main-visual__summary-title-small {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .l-main-visual__summary {
    top: 110px;
  }
  .l-main-visual__summary .l-main-visual__summary-title {
    margin-bottom: 20px;
  }
}

.l-main-visual__summary-title-small {
  font-size: 30px;
  letter-spacing: -1.2px;
}

.l-main-visual__example {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 599px) {
  .l-main-visual__example {
    margin-bottom: 38px;
  }
}

.l-main-visual__example-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.07px;
  margin-bottom: 12px;
}
.l-main-visual__example-title::before, .l-main-visual__example-title::after {
  height: 1px;
  content: "";
  border-bottom: 1px dashed rgba(112, 112, 112, 0.5);
  flex-grow: 1;
  display: block;
}
.l-main-visual__example-title::before {
  margin-right: 15px;
}
.l-main-visual__example-title::after {
  margin-left: 15px;
}
@media (max-width: 599px) {
  .l-main-visual__example-title {
    font-size: 16px;
  }
}

.l-main-visual__example-note {
  letter-spacing: 0.1px;
  font-size: 10px;
  padding-top: 10px;
  border-top: 1px dashed rgba(112, 112, 112, 0.5);
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 599px) {
  .l-main-visual__example-note {
    font-size: 12px;
  }
}

.l-main-visual .m-check-service {
  position: relative;
  bottom: 12px;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .l-main-visual .m-check-service {
    bottom: 0;
    top: 85px;
    margin-bottom: 130px;
  }
}

.l-main-visual__example-image {
  max-width: 100%;
}

.l-page-top {
  display: flex;
  align-items: flex-end;
  flex-flow: column;
}
@media (max-width: 599px) {
  .l-page-top {
    margin-right: -15px;
  }
}

.l-page-top__wrapper {
  cursor: pointer;
}

.l-page-top__text {
  font-size: 10px;
  font-weight: 700;
  color: #f08000;
  text-align: center;
  letter-spacing: 0.25px;
  margin-bottom: 2px;
}

.l-page-top__arrow {
  color: #fff;
  text-align: center;
  padding-top: 13px;
  font-size: 20px;
  background-image: url("/assets/page_top-ee0c84c4a07a1cb659f4840f04d306757f281660.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 88px;
  height: 39px;
}

.m-comparison-table__table td.-fixed, .m-comparison-table__table th.-fixed {
  background-color: none;
  border: none;
  position: sticky;
  left: 0;
}
@media (max-width: 599px) {
  .m-comparison-table__table td.-fixed, .m-comparison-table__table th.-fixed {
    left: -15px;
  }
}

@media (max-width: 599px) {
  .m-comparison-table__table td.-sp-first-column-not-fixed, .m-comparison-table__table th.-sp-first-column-not-fixed {
    position: static;
    position: initial;
    left: auto;
    left: initial;
    border-top: 1px solid rgba(101, 80, 69, 0.3);
    border-right: 1px solid rgba(101, 80, 69, 0.3);
  }
}

.m-comparison-table__table td.-fixed::before, .m-comparison-table__table th.-fixed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(101, 80, 69, 0.3);
  border-right: 1px solid rgba(101, 80, 69, 0.3);
  z-index: -1;
}

.m-comparison-table__table td p, .m-comparison-table__table th p:not(.-sortable):not(.-filterable):not(.-extendable) {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.m-comparison-table {
  overflow-x: auto;
  position: relative;
}
@media (max-width: 599px) {
  .m-comparison-table {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.m-comparison-table .m-service-modal .m-service-modal__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 600px) {
  .m-comparison-table .m-service-modal .m-service-modal__container {
    max-width: 800px;
    width: 80%;
    height: 80%;
  }
}
.m-comparison-table .m-service-modal .m-service-modal__container .m-service-modal__content-wrapper {
  min-height: 0;
  min-height: initial;
  padding: 40px;
  flex: 1;
  overflow-y: scroll;
}
@media (max-width: 599px) {
  .m-comparison-table .m-service-modal .m-service-modal__container .m-service-modal__content-wrapper {
    padding: 24px;
  }
}
.m-comparison-table .m-service-modal .m-service-modal__container .m-service-modal__bottom .c-btn-detail {
  display: inline-block;
  cursor: pointer;
  padding: 15px 97px;
  margin-right: 30px;
}
@media (max-width: 599px) {
  .m-comparison-table .m-service-modal .m-service-modal__container .m-service-modal__bottom .c-btn-detail {
    padding: 14px 16px;
  }
  .m-comparison-table .m-service-modal .m-service-modal__container .m-service-modal__bottom .c-btn-detail:hover {
    opacity: 1;
    opacity: initial;
    background-color: transparent;
    color: #f08000;
  }
}
@media (max-width: 599px) {
  .m-comparison-table .m-service-modal .m-service-modal__container .m-service-modal__bottom .c-btn-request {
    padding: 16px 20px;
  }
}

.m-comparison-table__table {
  text-align: left;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  font-size: 14px;
  border-bottom: 1px solid rgba(101, 80, 69, 0.3);
}
@media (max-width: 599px) {
  .m-comparison-table__table {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-left: initial;
    font-size: 13px;
  }
}
.m-comparison-table__table th {
  border-top: 1px solid rgba(101, 80, 69, 0.3);
  border-right: 1px solid rgba(101, 80, 69, 0.3);
  background-color: #f6f6f6;
  vertical-align: middle;
  padding: 4px 6px;
}
.m-comparison-table__table th.-fixed::before {
  background-color: #f6f6f6;
}
.m-comparison-table__table th.-last-fixed::before {
  border-right: 3px solid rgba(101, 80, 69, 0.3);
}
.m-comparison-table__table th .-sortable,
.m-comparison-table__table th .-filterable {
  cursor: pointer;
}
.m-comparison-table__table th .m-comparison-table__extending-icon {
  cursor: pointer;
  float: right;
}
.m-comparison-table__table th p:not(.-sortable):not(.-filterable):not(.-extendable) {
  -webkit-line-clamp: 2;
}
.m-comparison-table__table td {
  border-top: 1px solid rgba(101, 80, 69, 0.3);
  border-right: 1px solid rgba(101, 80, 69, 0.3);
  padding: 4px 6px;
  background-color: #fff;
  vertical-align: middle;
  height: 48px;
}
@media (max-width: 599px) {
  .m-comparison-table__table td {
    height: 42px;
  }
}
.m-comparison-table__table td.-fixed a {
  display: block;
}
.m-comparison-table__table td.-fixed::before {
  background-color: #fff;
}
.m-comparison-table__table td.-last-fixed::before {
  border-right: 3px solid rgba(101, 80, 69, 0.3);
}
.m-comparison-table__table td.-nowrap p {
  overflow: scroll;
  text-wrap: nowrap;
  display: block;
  height: 48px;
}
@media (max-width: 599px) {
  .m-comparison-table__table td.-nowrap p {
    height: 42px;
  }
}
.m-comparison-table__table td.-nowrap.-extended p {
  height: auto;
  height: initial;
  text-wrap: initial;
}
.m-comparison-table__table td.-align-center {
  text-align: center;
}
.m-comparison-table__table td.-extended p {
  display: inline-block;
}
.m-comparison-table__table td:first-child {
  border-left: 1px solid rgba(101, 80, 69, 0.3);
}
.m-comparison-table__table td img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-height: 48px;
}
@media (max-width: 599px) {
  .m-comparison-table__table td img {
    max-height: 42px;
    width: 50px;
  }
}
.m-comparison-table__table td p {
  -webkit-line-clamp: 3;
}
.m-comparison-table__table td p::-webkit-scrollbar {
  display: none;
}
.m-comparison-table__table td p.-star {
  font-size: 16px;
  font-weight: bold;
  color: #f08000;
  display: flex;
  justify-content: center;
}
.m-comparison-table__table td p.-star .-emoji {
  font-size: 13.5px;
  padding-right: 4px;
}
@media (max-width: 599px) {
  .m-comparison-table__table td p.-star .-emoji {
    font-size: 12px;
  }
}
.m-comparison-table__table tr:first-child th:first-child {
  border-left: 1px solid rgba(101, 80, 69, 0.3);
}
.m-comparison-table__table tr:first-child .-group1 {
  background-color: rgba(158, 234, 249, 0.4);
}
.m-comparison-table__table tr:first-child .-group2 {
  background-color: rgba(254, 203, 161, 0.4);
}
.m-comparison-table__table tr:first-child .-group3 {
  background-color: rgba(255, 230, 156, 0.4);
}
.m-comparison-table__table tr:first-child .-group4 {
  background-color: rgba(158, 197, 254, 0.4);
}
.m-comparison-table__table tr:first-child .-group5 {
  background-color: rgba(241, 174, 181, 0.4);
}
.m-comparison-table__table tr:first-child .-group6 {
  background-color: rgba(166, 233, 213, 0.4);
}
.m-comparison-table__table tr:nth-child(2) .-group1 {
  background-color: rgba(158, 234, 249, 0.2);
}
.m-comparison-table__table tr:nth-child(2) .-group2 {
  background-color: rgba(254, 203, 161, 0.2);
}
.m-comparison-table__table tr:nth-child(2) .-group3 {
  background-color: rgba(255, 230, 156, 0.2);
}
.m-comparison-table__table tr:nth-child(2) .-group4 {
  background-color: rgba(158, 197, 254, 0.2);
}
.m-comparison-table__table tr:nth-child(2) .-group5 {
  background-color: rgba(241, 174, 181, 0.2);
}
.m-comparison-table__table tr:nth-child(2) .-group6 {
  background-color: rgba(166, 233, 213, 0.2);
}
.m-comparison-table__table tr:nth-child(even) td {
  background-color: #fbfbfb;
}
.m-comparison-table__table tr:nth-child(even) td.-fixed::before {
  background-color: #fbfbfb;
}
.m-comparison-table__table tr.-hidden {
  display: none;
}
.m-comparison-table__table a {
  color: #655045;
  text-decoration: underline;
}

.m-comparison-table__scrollable {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.m-comparison-table__scrollable i {
  position: absolute;
  top: 46%;
  font-size: 30px;
  right: 0;
  color: #f08000;
  background-color: #fff;
  padding: 12px 5px;
  cursor: pointer;
  border: 1px solid;
}
@media (max-width: 599px) {
  .m-comparison-table__scrollable i {
    right: 5%;
    top: 45%;
  }
}

.m-course-comparison-table {
  margin-bottom: 20px;
}

.m-comparison-table__table td .price {
  color: #cc3030;
}
.m-comparison-table__table td .price-memo {
  font-size: 12px;
}

.m-comparison-table__memo {
  margin: -30px 0 30px 0;
  color: #888;
  font-size: 13px;
}
@media (max-width: 599px) {
  .m-comparison-table__memo {
    margin: -20px 0 30px 0;
  }
}

.m-comparison-table-modal-content .m-comparison-table-modal-content__heading {
  color: #655045;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.m-comparison-table-modal-content .m-comparison-table-modal-content__heading:not(:first-child) {
  margin-top: 12px;
}
.m-comparison-table-modal-content .c-service-type__list {
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid rgba(101, 80, 69, 0.5);
  background-color: #fff;
}
.m-comparison-table-modal-content .c-service-type__list:hover {
  border: 1px solid rgba(240, 128, 0, 0.5);
}
.m-comparison-table-modal-content .c-service-type__list.-checked {
  border: 1px solid #f08000;
  background-color: #f08000;
  color: #fff;
}

.m-comparison-table-modal-content__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 0;
  height: 0;
}

@media (min-width: 600px) {
  .m-check-service__notice-text::after, .m-check-service__notice-text::before {
    content: "";
    display: inline-block;
    border-left: 2px solid #655045;
    top: 2px;
    position: relative;
    height: 16px;
  }
}

.m-check-service__notice {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -58px;
}
@media (max-width: 599px) {
  .m-check-service__notice {
    top: -122px;
  }
}

.m-check-service {
  max-width: 590px;
  margin: 0 auto;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, 0.1), 0 0 8px 2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: relative;
}
.m-check-service.-unavailable .m-check-service__notice {
  display: block;
}
.m-check-service .m-postal-code {
  margin-left: 90px;
}
@media (max-width: 599px) {
  .m-check-service .m-postal-code {
    margin-left: 0;
  }
}

.m-check-service__warning {
  color: #e35028;
  font-size: 13px;
  letter-spacing: 0.33px;
  margin-bottom: 6px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .m-check-service__warning {
    font-size: 12px;
  }
}

.m-check-service__notice-text {
  color: #655045;
  letter-spacing: 0.45px;
  font-size: 18px;
  font-weight: 700;
}
.m-check-service__notice-text::before {
  left: -15px;
  transform: rotate(-40deg);
}
.m-check-service__notice-text::after {
  right: -12px;
  transform: rotate(40deg);
}
@media (max-width: 599px) {
  .m-check-service__notice-text {
    font-size: 15px;
  }
}

.m-check-service__down-icon {
  display: inline-block;
  margin-top: -4px;
}
.m-check-service__down-icon::after {
  color: #655045;
  content: "\f0dd";
  font-size: 25px;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
}
.m-check-service__down-icon:not(:nth-of-type(1)) {
  margin-left: 10px;
}

.m-check-service__header {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background-color: #f08000;
  color: #fff;
  border-radius: 10px 10px 0 0;
  letter-spacing: 1.2px;
  padding: 16px 0 16px 70px;
}
@media (max-width: 599px) {
  .m-check-service__header {
    padding: 13px 0;
    font-size: 18px;
    line-height: 1.3;
  }
}

.m-check-service__body {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 599px) {
  .m-check-service__body {
    padding: 21px 0;
  }
}

.m-check-service__text {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #655045;
  position: absolute;
  top: -118px;
  right: 40px;
}

.m-check-service__text-emphasis {
  color: #ac2500;
}

.m-check-service__balloon {
  position: absolute;
  bottom: 40px;
  left: -90px;
}

.m-check-service__person {
  position: absolute;
  bottom: 20px;
  left: 60px;
}
@media (max-width: 599px) {
  .m-check-service__person {
    bottom: 160px;
    left: 30px;
    width: 43px;
  }
}

.m-check-service__link {
  margin: -8px 0 0 0;
  padding: 0 8px 12px 0;
  text-align: right;
  color: #f08000;
  font-size: 14px;
}

.m-course-info__list-title.-delivery::before, .m-course-info__list-title.-meal::before, .m-course-info__list-title.-price::before {
  margin-left: 6px;
  height: 19px;
  width: 29px;
  top: 3px;
}
@media (min-width: 600px) {
  .m-course-info__list-title.-delivery::before, .m-course-info__list-title.-meal::before, .m-course-info__list-title.-price::before {
    margin-right: 8px;
  }
}
@media (max-width: 599px) {
  .m-course-info__list-title.-delivery::before, .m-course-info__list-title.-meal::before, .m-course-info__list-title.-price::before {
    height: 19px;
  }
}

.m-course-info {
  margin-top: 15px;
}

@media (min-width: 600px) {
  .m-course-info__panel-wrapper {
    display: flex;
  }
}
@media (max-width: 599px) {
  .m-course-info__panel-wrapper {
    margin-bottom: -4px;
  }
}

@media (min-width: 600px) {
  .m-course-info__left {
    width: 325px;
  }
}

@media (min-width: 600px) {
  .m-course-info__right {
    width: 550px;
    margin-left: 25px;
  }
}
@media (max-width: 599px) {
  .m-course-info__right {
    margin-top: 19px;
    margin-bottom: 22px;
  }
}
.m-course-info__right .c-service-type .c-service-type__list + .c-service-type__list {
  margin-left: 8px;
}

.m-course-info__image {
  width: 325px;
  height: 217px;
  -o-object-fit: contain;
     object-fit: contain;
}

.m-course-info__description {
  font-size: 15px;
  letter-spacing: 0.38px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .m-course-info__description {
    margin-bottom: 2px;
  }
}

.m-course-info__info {
  margin-top: 10px;
}
@media (max-width: 599px) {
  .m-course-info__info {
    width: 100%;
  }
}

.m-course-info__list-title {
  font-weight: 700;
  display: inline-block;
  min-width: 94px;
}
@media (max-width: 599px) {
  .m-course-info__list-title {
    min-width: 80px;
  }
}
.m-course-info__list-title.-price::before {
  background-image: url("/assets/price_icon-a6ba684697d83c7a68fe10fe318e81f48120cf12.png");
  top: 4px;
  left: 2px;
  height: 20px;
}
@media (max-width: 599px) {
  .m-course-info__list-title.-price::before {
    left: -2px;
  }
}
.m-course-info__list-title.-meal::before {
  background-image: url("/assets/meal_icon-f859a475b6b94a149eed8e4a2eb66c8ac26a359c.png");
  left: 3px;
}
@media (max-width: 599px) {
  .m-course-info__list-title.-meal::before {
    left: -1px;
  }
}
.m-course-info__list-title.-delivery::before {
  background-image: url("/assets/delivery_icon-814ccbf418ed2facac3bbeb32a9c799e6dfd6346.png");
  height: 20px;
  left: 2px;
  top: 4px;
}
@media (max-width: 599px) {
  .m-course-info__list-title.-delivery::before {
    left: -2px;
    height: 20px;
  }
}

.m-course-info__list-wrapper {
  display: flex;
  flex-flow: column;
}

.m-course-info__list {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.45px;
}
@media (max-width: 599px) {
  .m-course-info__list {
    letter-spacing: 0.38px;
    font-size: 15px;
  }
}

.m-course-info__list + .m-course-info__list {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1.9px dashed rgba(112, 112, 112, 0.2);
}

@media (min-width: 600px) {
  .m-course-menu-description {
    padding-left: 15px;
  }
}
@media (max-width: 599px) {
  .m-course-menu-description {
    font-size: 14px;
  }
}

.m-course-menu-description__text {
  margin-bottom: 15px;
  line-height: 1.6;
  font-weight: 700;
}

@media (min-width: 600px) {
  .m-course-menu-description__nutrient {
    display: flex;
    align-items: baseline;
  }
}

.m-course-menu-description__nutrient-title {
  color: #655045;
  font-weight: 700;
  position: relative;
}
@media (min-width: 600px) {
  .m-course-menu-description__nutrient-title {
    padding-left: 30px;
    min-width: 248px;
  }
}
@media (max-width: 599px) {
  .m-course-menu-description__nutrient-title {
    display: block;
    padding-left: 28px;
    padding-bottom: 4px;
  }
}
.m-course-menu-description__nutrient-title::before {
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: -1px;
  left: 0;
  background-image: url("/assets/nutrient_control_menu_icon-2754af243a6b22ed6f8039b0ed6092598673ef43.png");
  width: 26px;
  height: 26px;
}
@media (max-width: 599px) {
  .m-course-menu-description__nutrient-title::before {
    width: 23px;
    height: 23px;
    top: -1px;
  }
}

.m-course-menu-description__nutrient-text {
  color: #655045;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .m-course-menu-description__nutrient-text {
    padding-left: 28px;
  }
}

.m-course-menu__title::before {
  background-image: url("/assets/menu_icon-0ad4abb7579d1d71d888acadc0f7e8674f6496b6.png");
}
@media (max-width: 599px) {
  .m-course-menu__title::before {
    top: 4px;
  }
}

@media (min-width: 600px) {
  .m-course-menu__item-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 20px 22px;
    gap: 20px 22px;
  }
}

.m-course-menu__item {
  max-width: 428px;
  border-radius: 10px;
  border: 1px solid rgba(112, 112, 112, 0.2);
}
.m-course-menu__item.-hidden {
  display: none;
}
@media (max-width: 599px) {
  .m-course-menu__item {
    margin-bottom: 14px;
  }
}

.m-course-menu__heading {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 11.5px 20px;
  border-radius: 10px 10px 0 0;
  color: #655045;
  letter-spacing: 0.2px;
  background-color: #fff3dc;
}
@media (max-width: 599px) {
  .m-course-menu__heading {
    padding: 11.5px 12px;
  }
}

.m-course-menu__info {
  border-bottom: 1.9px dashed rgba(112, 112, 112, 0.2);
  margin: 15px 20px 18px;
  padding-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 599px) {
  .m-course-menu__info {
    margin: 15px 12px 12px;
  }
}

.m-course-menu__list {
  padding-left: 14px;
  margin-top: 3px;
  display: block;
  position: relative;
}
.m-course-menu__list::before {
  content: "";
  width: 5px;
  background-color: #333;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 6.5px;
  left: 0;
}
@media (max-width: 599px) {
  .m-course-menu__list::before {
    top: 7px;
  }
}

.m-course-menu__note {
  margin: -8px 20px 15px;
  font-size: 13px;
  letter-spacing: 0.33px;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .m-course-menu__note {
    margin: 0 15px 14px;
  }
}

.m-course-menu__note-title {
  font-weight: 700;
}

.m-course-note {
  letter-spacing: 0.33px;
  font-size: 13px;
  margin-top: 16px;
  color: rgba(51, 51, 51, 0.65);
}
@media (max-width: 599px) {
  .m-course-note {
    margin-top: -20px;
    margin-bottom: 16px;
  }
}

.m-course-note__title {
  margin-bottom: 8px;
}

.m-course-note__body {
  line-height: 1.6;
}

.m-course-nutrient__title::before {
  background-image: url("/assets/nutrient_icon-2726cc387b133c61319554e0e079716ccac2638c.png");
}

.m-course-nutrient__table {
  width: 100%;
  table-layout: fixed;
  font-size: 13px;
  letter-spacing: 0.13px;
  text-align: center;
  border: 1px solid rgba(101, 80, 69, 0.4);
  margin-bottom: 20px;
}

.m-course-nutrient__table-header {
  font-weight: 700;
  text-align: center;
  background-color: #f6f6f6;
  padding: 10px 0;
}
.m-course-nutrient__table-header:not(:first-child) {
  border-left: 1px solid rgba(101, 80, 69, 0.4);
}

.m-course-nutrient__table-data {
  padding: 12px 0;
}
.m-course-nutrient__table-data:not(:first-child) {
  border-left: 1px solid rgba(101, 80, 69, 0.4);
}

.m-gift-banner {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
@media (min-width: 600px) {
  .m-gift-banner {
    margin-bottom: 40px;
  }
}
.m-gift-banner .m-service-modal__container {
  width: auto;
  height: auto;
}
.m-gift-banner .m-service-modal__content-wrapper {
  padding: 14px 4px;
}
@media (min-width: 600px) {
  .m-gift-banner .m-service-modal__content-wrapper {
    padding: 24px 40px;
  }
}

@media (min-width: 600px) {
  .m-gift-banner__image {
    transition: 0.3s;
    cursor: pointer;
  }
  .m-gift-banner__image:hover {
    transform: translateY(3px);
    opacity: 0.8;
  }
}
.m-gift-banner__image img {
  max-width: 100%;
}

.m-gift-banner-modal-content__title {
  border-bottom: 1px solid #333;
  font-size: clamp(14px, 4.375vw, 18px);
  font-weight: bold;
  text-align: left;
  padding: 8px 2px 8px 10px;
}
@media (min-width: 600px) {
  .m-gift-banner-modal-content__title {
    font-size: 24px;
    text-align: center;
  }
}
.m-gift-banner-modal-content__title .em {
  color: #e85e00;
  font-size: clamp(16px, 5vw, 20px);
}
@media (min-width: 600px) {
  .m-gift-banner-modal-content__title .em {
    font-size: 26px;
  }
}

.m-gift-banner-modal-content__gist {
  margin: 10px;
}
@media (min-width: 600px) {
  .m-gift-banner-modal-content__gist {
    font-size: 18px;
    margin: 20px auto 10px;
    width: 520px;
  }
}
.m-gift-banner-modal-content__gist ul {
  margin: 0;
  padding-top: 5px;
  padding-left: 1.2em;
}
.m-gift-banner-modal-content__gist ul li {
  padding: 0 5px;
  text-indent: -0.6em;
  list-style: none;
  margin-bottom: 8px;
}
.m-gift-banner-modal-content__gist ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #333;
  position: relative;
  left: -0.5em;
  top: -1px;
}

.m-gift-banner-modal-content__notes {
  margin: 5px 10px;
  padding-left: 10px;
}
@media (min-width: 600px) {
  .m-gift-banner-modal-content__notes {
    font-size: 17px;
    margin: 0 auto;
    padding-left: 15px;
    width: 520px;
  }
}
.m-gift-banner-modal-content__notes ul {
  margin: 0;
  padding-top: 5px;
  padding-left: 1em;
}
.m-gift-banner-modal-content__notes ul li {
  font-size: clamp(14px, 4.375vw, 16px);
  padding-left: 5px;
  text-indent: -0.6em;
  list-style: none;
  margin-bottom: 4px;
}
.m-gift-banner-modal-content__notes ul li::before {
  content: "※";
  display: inline-block;
  border-radius: 100%;
  position: relative;
  left: -0.25em;
  top: -1px;
}
.m-gift-banner-modal-content__notes ul li .em {
  border-bottom: 1px solid #e85e00;
}

.m-gift-banner-modal-content__details {
  background-color: #fffedc;
  margin: 5px 10px;
}
@media (min-width: 600px) {
  .m-gift-banner-modal-content__details {
    margin: 15px auto;
    width: 660px;
  }
}
.m-gift-banner-modal-content__details ul {
  margin: 10px;
  padding: 10px 2px 5px 10px;
}
@media (min-width: 600px) {
  .m-gift-banner-modal-content__details ul {
    padding: 15px 10px 15px 20px;
  }
}
.m-gift-banner-modal-content__details ul li {
  font-size: clamp(13px, 3.75vw, 15px);
  padding: 0 5px;
  text-indent: -0.2em;
  list-style: none;
  margin-bottom: 8px;
}
.m-gift-banner-modal-content__details ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 100%;
  background: #333;
  position: relative;
  left: -0.5em;
  top: -1px;
}

.m-tasting-review {
  margin: 0 50px 60px;
}
@media (max-width: 599px) {
  .m-tasting-review {
    margin: 0 0 30px;
  }
}
@media (min-width: 600px) {
  .m-tasting-review .c-service-star {
    padding: 12px 0 18px;
  }
}
.m-tasting-review .c-service-star__point {
  font-size: 20px;
}
@media (max-width: 599px) {
  .m-tasting-review .c-service-star__point {
    font-size: 18px;
  }
}
.m-tasting-review .c-service-star__image {
  height: 23px;
}
@media (max-width: 599px) {
  .m-tasting-review .c-service-star__image {
    height: 20px;
  }
}

.m-tasting-review__item {
  border: 1px solid rgba(101, 80, 69, 0.2);
  padding: 20px;
  margin-bottom: 18px;
}
.m-tasting-review__item.-hidden {
  display: none;
}
@media (max-width: 599px) {
  .m-tasting-review__item {
    padding: 15px;
  }
}

.m-tasting-review__item-wrapper.pc-only {
  display: flex;
}
.m-tasting-review__item-wrapper.pc-only .m-tasting-review__item-left {
  margin-right: 20px;
}
.m-tasting-review__item-wrapper.pc-only .m-tasting-review__item-left .m-tasting-review__image {
  margin-bottom: 16px;
}
.m-tasting-review__item-wrapper.pc-only .m-tasting-review__item-right-top {
  min-height: 178px;
}
.m-tasting-review__item-wrapper.sp-only .m-tasting-review__image {
  margin-bottom: 12px;
}
.m-tasting-review__item-wrapper.sp-only .m-tasting-review__heading {
  margin-bottom: 4px;
}
.m-tasting-review__item-wrapper.sp-only .m-tasting-review__item-middle {
  display: flex;
  align-items: center;
}
.m-tasting-review__item-wrapper.sp-only .m-tasting-review__item-middle .m-tasting-review__person-image {
  margin-right: 14px;
}

.m-tasting-review__image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 250px;
  height: 163px;
  cursor: zoom-in;
}
@media (max-width: 599px) {
  .m-tasting-review__image {
    width: 100%;
    height: 250px;
  }
}

.m-tasting-review__menu-body {
  font-size: 13px;
  letter-spacing: 0.33px;
  line-height: 1.4;
}

.m-tasting-review__menu-detail {
  display: block;
  margin-bottom: 5px;
}

.m-tasting-review__about {
  font-size: 13px;
  letter-spacing: 0.33px;
  line-height: 1.6;
}
@media (max-width: 599px) {
  .m-tasting-review__about {
    line-height: 1.4;
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 0.3px;
  }
}

.m-tasting-review__about-title {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 4px;
}
@media (max-width: 599px) {
  .m-tasting-review__about-title {
    margin-bottom: 1px;
  }
}

.m-tasting-review__heading {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .m-tasting-review__heading {
    font-size: 17px;
    letter-spacing: 0.15px;
  }
}

.m-tasting-review__heading-link {
  color: #f08000;
}

.m-tasting-review__menu {
  font-size: 13px;
  letter-spacing: 0.33px;
  padding-bottom: 12px;
}
@media (max-width: 599px) {
  .m-tasting-review__menu {
    margin-top: 12px;
    padding-bottom: 10px;
  }
}

.m-tasting-review__menu-title {
  color: #655045;
  font-weight: 700;
  margin-bottom: 8px;
}
.m-tasting-review__menu-title::before {
  font-size: 15px;
  font-family: "Font Awesome 6 Free";
  margin-right: 6px;
  content: "\f15c";
}

.m-tasting-review__comment {
  display: flex;
  background-color: #fef7ee;
  padding: 15px;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .m-tasting-review__comment {
    padding: 14px;
    margin-top: 10px;
  }
}

.m-tasting-review__comment-content {
  line-height: 1.4;
  letter-spacing: 0.33px;
  font-size: 14px;
}
@media (min-width: 600px) {
  .m-tasting-review__comment-content {
    margin-left: 25px;
    letter-spacing: 0.35px;
  }
}

@media (min-width: 600px) {
  .m-tasting-review__person-image {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 599px) {
  .m-tasting-review__person-image {
    width: 75px;
    height: 75px;
  }
}

.m-feature {
  text-align: center;
}
@media (min-width: 600px) {
  .m-feature {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .m-feature {
    margin-top: 20px;
  }
  .m-feature .p-top__about {
    margin-bottom: 15px;
  }
}

.m-feature__image {
  width: 285px;
}
@media (max-width: 599px) {
  .m-feature__image {
    width: 260px;
  }
}

.m-feature__description {
  margin-top: 18px;
  margin-bottom: 25px;
  color: #655045;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 599px) {
  .m-feature__description {
    font-size: 19px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 20px;
  }
}

.m-feature__content {
  width: 700px;
  background-color: #fff3dc;
  color: #655045;
  font-size: 22px;
  padding: 20px 0;
  font-weight: 700;
  display: inline-block;
  line-height: 1.8;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .m-feature__content {
    font-size: clamp(14px, 4.6875vw, 20px);
    border-radius: 5rem;
    line-height: 1.5;
    margin: 10px auto 20px;
    position: relative;
    width: 90%;
  }
}
.m-feature__content .bento1 {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 21%;
}
.m-feature__content .bento2 {
  position: absolute;
  bottom: -35px;
  right: -23px;
  width: 21%;
}

.m-feature__emphasis {
  font-size: 24px;
  color: #e35028;
}

.m-feature__list {
  background: url("/assets/japan-d460289efc1e46367c9353e2afd8b8e4643f1ffc.png") no-repeat top 50px right 30px;
  width: 800px;
  height: 480px;
  margin: 80px auto 100px;
  border: 2px solid #ea5514;
  border-radius: 8px;
  position: relative;
}
.m-feature__list h3 {
  position: absolute;
  top: -35px;
  left: 255px;
  margin: 0;
}
.m-feature__list ul {
  margin: 70px 0 10px 100px;
  padding: 0;
}
.m-feature__list ul li {
  background: url("/assets/check_icon-b25fe5fa00f2755a5b4dd95516520bd4f895b578.png") no-repeat left center;
  color: #333;
  font-size: 24px;
  line-height: 2.2;
  letter-spacing: 2px;
  padding: 0 0 0 40px;
  text-align: left;
  list-style-type: none;
}
.m-feature__list .bento1 {
  position: absolute;
  top: -20px;
  left: -100px;
}
.m-feature__list .bento2 {
  position: absolute;
  top: -20px;
  right: -100px;
}
.m-feature__list .bento3 {
  position: absolute;
  top: 370px;
  left: -100px;
}
.m-feature__list .bento4 {
  position: absolute;
  top: 370px;
  right: -80px;
}
.m-feature__list .note {
  font-size: 12px;
  margin-left: 10px;
}
.m-feature__list p.note {
  position: absolute;
  bottom: 40px;
  right: 100px;
  line-height: 1.5em;
}

.m-interview-posts {
  margin-top: 30px;
  margin-bottom: 45px;
}
@media (min-width: 600px) {
  .m-interview-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
    padding: 0 20px;
  }
}

@media (min-width: 600px) {
  .m-interview-posts__item {
    /* コンテナ幅から余白(gap)を引いて3等分。gap * 2なのは、3つ目の要素にはgapが不要だから。gap * 3にすると右に不要なgapができる */
    width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 599px) {
  .m-interview-posts__item {
    display: flex;
    gap: 16px;
    padding-bottom: 20px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  }
}

.m-interview-posts__image {
  height: 176px;
}
@media (max-width: 599px) {
  .m-interview-posts__image {
    flex: 0 0 120px;
    height: 90px;
  }
}
.m-interview-posts__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.m-interview-posts__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (min-width: 600px) {
  .m-interview-posts__title {
    margin-top: 18px;
  }
}
@media (max-width: 599px) {
  .m-interview-posts__title {
    font-size: 16px;
  }
}

.m-interview-posts__outline {
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 599px) {
  .m-interview-posts__outline {
    font-size: 12px;
  }
}

.m-menu-link {
  margin-top: 15px;
  margin-bottom: 20px;
}
.m-menu-link .c-caution-text {
  font-size: 12px;
}
@media (min-width: 600px) {
  .m-menu-link {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .m-menu-link {
    margin-top: 17px;
    margin-bottom: 10px;
  }
}

.m-menu-link__list {
  font-size: 13px;
  letter-spacing: 1.3px;
  color: #655045;
  padding: 5px 16px;
  position: relative;
  cursor: pointer;
  font-weight: 700;
}
.m-menu-link__list.-disabled {
  color: #cacaca;
}
.m-menu-link__list.-disabled:hover {
  text-decoration: none;
  text-decoration: initial;
}
.m-menu-link__list:hover {
  text-decoration: underline;
}
.m-menu-link__list::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 18px;
  content: "\f0d7";
  top: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 599px) {
  .m-menu-link__list::before {
    top: -5px;
  }
}
@media (max-width: 599px) {
  .m-menu-link__list {
    padding: 0 0 0 18px;
  }
}

.m-menu-link__wrapper .m-menu-link__list + .m-menu-link__list {
  padding-left: 36px;
}
.m-menu-link__wrapper .m-menu-link__list + .m-menu-link__list::before {
  left: 18px;
}
@media (min-width: 600px) {
  .m-menu-link__wrapper .m-menu-link__list + .m-menu-link__list::after {
    content: "";
    display: inline-block;
    height: 11px;
    border-left: 1px solid rgba(101, 80, 69, 0.4);
    position: absolute;
    top: -13px;
    left: 0;
    bottom: 2px;
    margin: auto;
  }
}
@media (max-width: 599px) {
  .m-menu-link__wrapper .m-menu-link__list + .m-menu-link__list {
    padding-left: 33px;
  }
}

.m-menu-link__wrapper {
  display: flex;
}
@media (min-width: 600px) {
  .m-menu-link__wrapper {
    margin-left: 15px;
  }
}
@media (max-width: 599px) {
  .m-menu-link__wrapper {
    margin-bottom: -2px;
  }
}

.m-postal-code {
  display: flex;
  align-items: center;
}
.m-postal-code .c-input-postal-code {
  margin-left: 8px;
  margin-right: 12px;
}
@media (max-width: 599px) {
  .m-postal-code .c-input-postal-code {
    margin-left: 10px;
    margin-right: 16px;
  }
}

.m-postal-code__mark {
  font-size: 26px;
  font-weight: 700;
  color: #ac2500;
  margin-top: 3px;
}
@media (max-width: 599px) {
  .m-postal-code__mark {
    font-size: 30px;
    margin-top: 4px;
  }
}

.m-safety-point {
  background-color: #ffe8e2;
  padding: 70px 0;
  margin-bottom: 65px;
}
@media (max-width: 599px) {
  .m-safety-point {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 30px 22px;
  }
}

.m-safety-point__wrapper {
  width: 800px;
  background-color: #fff;
  padding: 6px 55px 25px;
  margin: 0 auto;
  border-radius: 20px;
}
@media (max-width: 599px) {
  .m-safety-point__wrapper {
    width: 100%;
    padding: 10px 15px;
  }
}

.m-safety-point__image {
  margin: 12px auto 30px;
  display: block;
  width: 380px;
}
@media (max-width: 599px) {
  .m-safety-point__image {
    margin: 0 auto;
    width: 300px;
  }
}

.m-safety-point__list {
  font-size: 18px;
  margin-top: 30px;
  position: relative;
  margin-left: 30px;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .m-safety-point__list {
    font-size: 14px;
    margin-top: 12px;
  }
}
.m-safety-point__list::before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 100%;
  background: #f08000;
  position: absolute;
  left: -22px;
  top: 6px;
}
@media (max-width: 599px) {
  .m-safety-point__list::before {
    width: 10px;
    height: 10px;
  }
}

.m-safety-point__emphasis {
  font-weight: 700;
}

.m-safety-point__list-note {
  font-size: 13px;
}

.m-safety-point__note {
  display: flex;
  justify-content: flex-end;
}

.m-search-area {
  margin-top: 20px;
}

.m-search-area__region {
  margin-bottom: 16px;
}

.m-search-area__body {
  padding: 0 18px;
}
@media (max-width: 599px) {
  .m-search-area__body {
    padding: 0 15px;
  }
}
.m-search-area__body .c-caution-text {
  margin-top: -2px;
}

.m-search-area__region-item {
  display: inline-block;
  color: #f08000;
  margin-bottom: 15px;
}
.m-search-area__region-item.-disabled {
  color: #cacaca;
}
@media (min-width: 600px) {
  .m-search-area__region-item {
    margin-right: 40px;
  }
}
@media (max-width: 599px) {
  .m-search-area__region-item {
    width: 47%;
  }
  .m-search-area__region-item:nth-of-type(even) {
    margin-left: 4%;
  }
}

.m-search-area__prefecture {
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .m-search-area__prefecture {
    display: flex;
  }
}
@media (max-width: 599px) {
  .m-search-area__prefecture .m-search-area__region-item {
    width: 25%;
  }
  .m-search-area__prefecture .m-search-area__region-item:nth-of-type(even) {
    margin-left: 0;
  }
}

.m-search-area__prefecture-item {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .m-search-area__prefecture-item {
    max-width: 50%;
  }
}

.m-search-area__region-title {
  color: #655045;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 599px) {
  .m-search-area__region-title {
    margin-top: 14px;
  }
}

@media (max-width: 599px) {
  .m-search-area__region-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

.m-search-area__hiragana.-hide {
  display: none;
}

.m-search-area__hiragana-list {
  display: inline-block;
  font-weight: 700;
  color: #655045;
  cursor: pointer;
  margin-right: 25px;
  margin-bottom: 20px;
}
.m-search-area__hiragana-list.-disabled {
  color: #cacaca;
}
.m-search-area__hiragana-list.-active {
  border-bottom: 1px solid #707070;
}
@media (max-width: 599px) {
  .m-search-area__hiragana-list {
    margin-right: 30px;
    margin-bottom: 16px;
  }
}

.m-search-area__large-village-sections {
  padding: 15px 15px 0;
  border: 1px solid rgba(112, 112, 112, 0.2);
}

.m-search-area__banner {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 599px) {
  .m-search-area__banner img {
    width: 100%;
  }
}

.m-service-check {
  margin-bottom: 15px;
}
@media (max-width: 599px) {
  .m-service-check {
    margin-bottom: 20px;
  }
}

.m-service-check__list {
  color: #655045;
  font-weight: 700;
  margin-bottom: 8px;
}
.m-service-check__list::before {
  content: "";
  display: inline-block;
  width: 13px;
  margin-right: 8px;
  height: 8px;
  position: relative;
  top: -4px;
  border-left: 2px solid #f08000;
  border-bottom: 3px solid #f08000;
  transform: rotate(-45deg);
}

.m-service-detail {
  margin-top: 18px;
}
@media (min-width: 600px) {
  .m-service-detail {
    display: flex;
  }
}

.m-service-detail__left {
  margin-top: -30px;
}

@media (min-width: 600px) {
  .m-service-detail__right {
    width: 585px;
    margin-left: 25px;
  }
}
@media (max-width: 599px) {
  .m-service-detail__right {
    margin-top: 24px;
  }
}

.m-service-example {
  padding: 32px 48px;
}
@media (max-width: 599px) {
  .m-service-example {
    padding: 14px 10px 0;
  }
}

.m-service-heading {
  display: flex;
  border-bottom: 2px solid rgba(101, 80, 69, 0.4);
  padding-bottom: 10px;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .m-service-heading {
    padding-bottom: 13px;
  }
}

.m-service-heading__logo {
  max-width: 75px;
}
@media (max-width: 599px) {
  .m-service-heading__logo {
    max-width: 68px;
    margin-right: 4px;
  }
}

.m-service-heading__logo-image {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (min-width: 600px) {
  .m-service-heading__logo-image {
    height: 48px;
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .m-service-heading__logo-image {
    max-width: 80%;
    height: 42px;
  }
}

@media (min-width: 600px) {
  .m-service-heading__info {
    margin-left: 12px;
  }
}

.m-service-heading__title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.25px;
}
@media (max-width: 599px) {
  .m-service-heading__title {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}

.m-service-heading__company-name {
  font-size: 12px;
  letter-spacing: 0.12px;
}

.m-service-heading__specer {
  width: 100%;
}

.m-service-heading__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}
@media (min-width: 600px) {
  .m-service-heading__item {
    margin-top: 15px;
  }
}
@media (max-width: 599px) {
  .m-service-heading__item {
    margin-top: 6px;
    flex-wrap: wrap;
  }
}

@media (min-width: 600px) {
  .m-service-heading.-no-type .m-service-heading__specer {
    width: auto;
    width: initial;
  }
}
.m-service-heading.-no-type .m-service-heading__item {
  width: auto;
  width: initial;
}
@media (min-width: 600px) {
  .m-service-heading.-no-type .m-service-heading__item {
    margin-left: auto;
    margin-top: auto;
  }
}
@media (max-width: 599px) {
  .m-service-heading.-no-type .m-service-heading__item .c-service-star {
    margin-bottom: 12px;
  }
}

@media (min-width: 600px) {
  .m-service-heading-right {
    position: relative;
  }
}
@media (max-width: 599px) {
  .m-service-heading-right {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    margin-top: 10px;
  }
  .m-service-heading-right .m-service-list__star {
    margin-right: auto;
  }
}
@media (min-width: 600px) {
  .m-service-heading-right .m-service-heading__free-tasting {
    position: absolute;
    top: -36px;
    right: 10px;
  }
}
@media (max-width: 599px) {
  .m-service-heading-right .m-service-heading__free-tasting img {
    height: 24px;
  }
}

.m-service-guide__link.-order::before, .m-service-guide__link.-accessory::before, .m-service-guide__link.-delivery::before, .m-service-guide__link.-food-review::before, .m-service-guide__link.-review::before, .m-service-guide__link.-menu::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 32px;
  width: 32px;
  top: 14px;
}
@media (max-width: 599px) {
  .m-service-guide__link.-order::before, .m-service-guide__link.-accessory::before, .m-service-guide__link.-delivery::before, .m-service-guide__link.-food-review::before, .m-service-guide__link.-review::before, .m-service-guide__link.-menu::before {
    height: 26px;
    width: 26px;
    padding: 50px 0 8px;
  }
}

.m-service-guide {
  margin-bottom: 55px;
}
@media (max-width: 599px) {
  .m-service-guide {
    margin-bottom: 28px;
  }
}

.m-service-guide__wrapper {
  text-align: center;
}
@media (min-width: 600px) {
  .m-service-guide__wrapper {
    display: flex;
    justify-content: space-evenly;
  }
}
@media (max-width: 599px) {
  .m-service-guide__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 6px 0;
    gap: 6px 0;
  }
}

.m-service-guide__link {
  border: 1px solid rgba(101, 80, 69, 0.2);
  color: #655045;
  letter-spacing: 0.13px;
  font-size: 13px;
  font-weight: 700;
  padding: 60px 0 13px;
  position: relative;
}
@media (min-width: 600px) {
  .m-service-guide__link {
    flex: 1;
    cursor: pointer;
  }
}
@media (max-width: 599px) {
  .m-service-guide__link {
    font-weight: 700;
    padding: 50px 0 8px;
  }
  .m-service-guide__link:not(:first-child):nth-of-type(4) {
    border-left: 1px solid rgba(101, 80, 69, 0.2);
  }
}
.m-service-guide__link:hover {
  border-bottom: 2px solid #f08000;
  background-color: rgba(255, 243, 220, 0.3);
  padding-bottom: 2px;
}
.m-service-guide__link:not(:first-child) {
  border-left: 0;
}
.m-service-guide__link.-disabled {
  color: #cacaca;
}
.m-service-guide__link.-disabled:hover {
  border-bottom: 1px solid rgba(101, 80, 69, 0.2);
  background-color: transparent;
  background-color: initial;
}
.m-service-guide__link.-disabled::before {
  filter: invert(50%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);
  opacity: 0.3;
}
.m-service-guide__link.-menu::before {
  background-image: url("/assets/menu_icon-0ad4abb7579d1d71d888acadc0f7e8674f6496b6.png");
}
@media (max-width: 599px) {
  .m-service-guide__link.-menu::before {
    width: 25px;
  }
}
.m-service-guide__link.-review::before {
  background-image: url("/assets/review_icon-37aa8dac8d0b5b78409cf13c333bc0763b932495.png");
  width: 35px;
  height: 35px;
}
@media (max-width: 599px) {
  .m-service-guide__link.-review::before {
    width: 33px;
    top: 10px;
  }
}
.m-service-guide__link.-food-review::before {
  background-image: url("/assets/food_review_icon-b96035f1589eaf2d6930a65526444fddd55b96a1.png");
  width: 36px;
  height: 36px;
}
@media (max-width: 599px) {
  .m-service-guide__link.-food-review::before {
    width: 33px;
    top: 10px;
  }
}
.m-service-guide__link.-delivery::before {
  background-image: url("/assets/delivery_icon-814ccbf418ed2facac3bbeb32a9c799e6dfd6346.png");
  width: 40px;
  height: 40px;
  top: 10px;
}
@media (max-width: 599px) {
  .m-service-guide__link.-delivery::before {
    width: 31px;
  }
}
.m-service-guide__link.-accessory::before {
  background-image: url("/assets/accessory_icon-69c807f8579b742c5c9a0ea70895d2081b57e13f.png");
  width: 33px;
  height: 33px;
}
@media (max-width: 599px) {
  .m-service-guide__link.-accessory::before {
    width: 30px;
    top: 12px;
  }
}
.m-service-guide__link.-order::before {
  background-image: url("/assets/order_icon-c52d4159d1c1ad0015fc27f9f955fa573a2830f5.png");
  width: 35px;
  height: 35px;
  left: 51%;
}
@media (max-width: 599px) {
  .m-service-guide__link.-order::before {
    width: 29px;
    top: 12px;
  }
}

.m-service-info {
  background-color: #fef7ee;
  border-radius: 10px;
  padding: 20px 25px;
}
@media (max-width: 599px) {
  .m-service-info {
    font-size: 14px;
    padding: 12px 17px;
  }
}

.m-service-info__title {
  font-weight: 700;
  display: inline-block;
  min-width: 115px;
}
@media (max-width: 599px) {
  .m-service-info__title {
    min-width: 110px;
  }
}
.m-service-info__title.-time::before {
  background-image: url("/assets/time_icon-32ffd023cedea57364b39295fe4c0cca1ac5dcfb.png");
  top: 3px;
}
.m-service-info__title.-price::before {
  background-image: url("/assets/price_icon-a6ba684697d83c7a68fe10fe318e81f48120cf12.png");
  top: 3px;
}
.m-service-info__title.-delivery::before {
  background-image: url("/assets/delivery_icon-814ccbf418ed2facac3bbeb32a9c799e6dfd6346.png");
  top: 3px;
}
.m-service-info__title.-order::before {
  background-image: url("/assets/order_icon-c52d4159d1c1ad0015fc27f9f955fa573a2830f5.png");
  top: 4px;
  left: 1px;
}
.m-service-info__title.-safety::before {
  background-image: url("/assets/safety_icon-31e56fff116fa26df0fd704fd886ac3c1f86fa19.png");
  top: 5px;
}
.m-service-info__title.-shop::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  color: #f08000;
  font-weight: bold;
  top: 2px;
  left: 2px;
  font-size: 16px;
}

.m-service-info__list {
  display: flex;
  align-items: baseline;
}

.m-service-info__list + .m-service-info__list {
  margin-top: 8px;
  padding-top: 5px;
  border-top: 1.9px dashed rgba(112, 112, 112, 0.2);
}

.m-service-interview-posts {
  margin-top: 30px;
  margin-bottom: 45px;
}
@media (min-width: 600px) {
  .m-service-interview-posts {
    padding: 0 30px;
  }
}
.m-service-interview-posts .m-service-interview-posts__item {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
@media (min-width: 600px) {
  .m-service-interview-posts .m-service-interview-posts__item:last-of-type {
    padding-bottom: 0;
    padding-bottom: initial;
    margin-bottom: 0;
    margin-bottom: initial;
    border-bottom: none;
  }
}

.m-service-interview-posts__item {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .m-service-interview-posts__item {
    gap: 16px;
  }
}

.m-service-interview-posts__image {
  flex: 0 0 332px;
  max-height: 200px;
}
@media (max-width: 599px) {
  .m-service-interview-posts__image {
    flex: 0 0 120px;
    height: 90px;
  }
}
.m-service-interview-posts__image img {
  max-height: 168px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.m-service-interview-posts__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 599px) {
  .m-service-interview-posts__title {
    font-size: 16px;
  }
}

.m-service-interview-posts__outline {
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 599px) {
  .m-service-interview-posts__outline {
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
}

.m-service-list {
  margin-top: 20px;
}
.m-service-list .c-heading-2 {
  margin-bottom: 15px;
}

.m-service-list__items {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}
@media (max-width: 599px) {
  .m-service-list__items {
    margin-bottom: 28px;
    padding-bottom: 34px;
  }
}

.m-service-list__body {
  grid-template-columns: 400px 1fr;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .m-service-list__body {
    display: grid;
  }
}

.m-service-list__left {
  max-width: 390px;
}

.m-service-list__left .m-thumbnail-slider {
  margin-top: -30px;
}

.m-service-list__right .m-slider {
  margin-top: -15px;
}

.m-service-list__right {
  max-width: 585px;
}
@media (min-width: 600px) {
  .m-service-list__right {
    margin-left: 15px;
  }
}
@media (max-width: 599px) {
  .m-service-list__right {
    margin-top: 16px;
  }
}

.m-service-list__right .m-service-info {
  min-height: 180px;
  margin-bottom: 8px;
}

.m-service-list__bottom-panel {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 30px;
}
.m-service-list__bottom-panel .c-btn-request {
  margin-left: 30px;
}
@media (max-width: 599px) {
  .m-service-list__bottom-panel .c-btn-request {
    margin-left: 14px;
  }
}
@media (max-width: 599px) {
  .m-service-list__bottom-panel {
    display: flex;
    padding-top: 23px;
  }
}

@media (max-width: 599px) {
  .m-service-list__star .c-service-star {
    display: flex;
    align-items: flex-end;
  }
}
.m-service-list__star .c-service-star__count {
  cursor: pointer;
  color: #655045;
}
.m-service-list__star .c-service-star__count:hover {
  text-decoration: underline;
}

.m-service-modal {
  display: none;
  position: relative;
}
.m-service-modal.is-open {
  display: block;
}

.m-service-modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.m-service-modal__content-wrapper {
  min-height: 100%;
}

.m-service-modal__bottom {
  background-color: #f6f6f6;
  height: 85px;
  width: 100%;
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
@media (max-width: 599px) {
  .m-service-modal__bottom {
    height: 72px;
  }
}
.m-service-modal__bottom .c-btn-request {
  display: inline-block;
  cursor: pointer;
  padding: 16px 98px;
}
@media (max-width: 599px) {
  .m-service-modal__bottom .c-btn-request {
    font-size: 16px;
    padding: 16px 74px;
  }
}

.m-service-modal__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.m-service-modal__container {
  background-color: #fff;
  width: 1000px;
  height: 90%;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 599px) {
  .m-service-modal__container {
    width: 345px;
  }
}

.m-service-modal__close {
  position: absolute;
  top: 0;
  right: 12px;
  color: #655045;
  cursor: pointer;
  text-align: center;
}

.m-service-modal__close-icon {
  font-size: 40px;
  font-weight: 700;
}

.m-service-modal__header {
  height: 70px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-service-modal__header .m-service-modal__title {
  color: #655045;
  font-size: 20px;
  font-weight: bold;
}

.m-service-modal__close-text {
  font-weight: 500;
  font-size: 10px;
  margin-top: -3px;
  letter-spacing: 0;
}
@media (max-width: 599px) {
  .m-service-modal__close-text {
    font-weight: 700;
    letter-spacing: -0.15px;
  }
}

@keyframes mmfade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslide-in {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslide-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.m-service-modal .m-service-modal__container,
.m-service-modal .m-service-modal__overlay {
  will-change: transform;
}

.m-service-modal[aria-hidden=false] .m-service-modal__overlay {
  animation: mmfade-in 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.m-service-modal[aria-hidden=false] .m-service-modal__container {
  animation: mmslide-in 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.m-service-modal[aria-hidden=true] .m-service-modal__overlay {
  animation: mmfade-out 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.m-service-modal[aria-hidden=true] .m-service-modal__container {
  animation: mmslide-out 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.m-service-review__content-title.-reason::before, .m-service-review__content-title.-comment::before {
  font-size: 15px;
  font-family: "Font Awesome 6 Free";
  margin-right: 6px;
  font-weight: bold;
}

.m-service-review {
  margin: 0 50px 60px;
}
@media (max-width: 599px) {
  .m-service-review {
    margin: 0 0 30px;
  }
}
.m-service-review .c-service-type__list {
  font-size: 10px;
  padding: 4px 13px;
}
@media (max-width: 599px) {
  .m-service-review .c-service-type__list {
    font-size: 12px;
    padding: 4px 10px 2px;
  }
}
.m-service-review .c-service-type .c-service-type__list + .c-service-type__list {
  margin-left: 6px;
}
@media (max-width: 599px) {
  .m-service-review .c-service-star {
    margin-top: 8px;
    margin-bottom: 14px;
  }
}
.m-service-review .c-service-star__point {
  font-size: 20px;
  margin-left: 6px;
}
@media (max-width: 599px) {
  .m-service-review .c-service-star__point {
    font-size: 18px;
  }
}
.m-service-review .c-service-star__image {
  height: 23px;
}
@media (max-width: 599px) {
  .m-service-review .c-service-star__image {
    height: 20px;
  }
}

.m-service-review__item {
  border: 1px solid rgba(101, 80, 69, 0.2);
  padding: 20px;
  margin-bottom: 18px;
}
.m-service-review__item.-hidden {
  display: none;
}
@media (max-width: 599px) {
  .m-service-review__item {
    padding: 15px;
  }
}

.m-service-review__person-image {
  height: 120px;
  width: 120px;
}
@media (max-width: 599px) {
  .m-service-review__person-image {
    position: absolute;
    height: 80px;
    width: 80px;
  }
}
.m-service-review__person-image.-caremane {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-service-review__person-image.-caremane img {
  height: 90px;
  width: 90px;
}
@media (max-width: 599px) {
  .m-service-review__person-image.-caremane img {
    height: 70px;
    width: 70px;
  }
}

.m-service-review__top {
  display: flex;
}

.m-service-review__top-right {
  margin-left: 20px;
}
@media (max-width: 599px) {
  .m-service-review__top-right {
    margin-left: 0;
  }
}

.m-service-review__info {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.33px;
  background-color: #f6f6f6;
  padding: 4px 12px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .m-service-review__info {
    font-size: 12px;
  }
}

.m-service-review__info-list {
  display: inline-block;
  padding: 4px 0;
}
@media (min-width: 600px) {
  .m-service-review__info-list {
    padding: 3px 0;
  }
}
.m-service-review__info-list.-not-last {
  margin-right: 30px;
}
@media (min-width: 600px) {
  .m-service-review__info-list.-not-last::after {
    content: "";
    border-right: 1px solid rgba(101, 80, 69, 0.4);
    position: relative;
    display: inline-block;
    height: 10px;
    left: 15px;
  }
}

@media (max-width: 599px) {
  .m-service-review__info-emphasis {
    font-weight: 700;
  }
}

.m-service-review__title {
  font-size: 18px;
  letter-spacing: 0.18px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}
@media (max-width: 599px) {
  .m-service-review__title {
    font-size: 15px;
    letter-spacing: 0.38px;
    margin-left: 90px;
    min-height: 84px;
  }
}

.m-service-review__course {
  letter-spacing: 0.33px;
  font-size: 13px;
  margin-bottom: 8px;
}

.m-service-review__course-title {
  color: #655045;
  font-weight: 700;
  margin-right: 5px;
}

.m-service-review__course-link {
  color: #f08000;
}

.m-service-review__middle {
  display: flex;
  margin-top: 8px;
}
@media (max-width: 599px) {
  .m-service-review__middle {
    display: inline;
    display: initial;
  }
}

.m-service-review__point-wrapper {
  margin-top: auto;
  margin-left: 15px;
}
@media (max-width: 599px) {
  .m-service-review__point-wrapper {
    margin-left: 0;
  }
}

.m-service-review__point-list {
  display: inline-block;
  letter-spacing: 0.33px;
  font-size: 13px;
}

.m-service-review__point-wrapper .m-service-review__point-list + .m-service-review__point-list {
  margin-left: 20px;
}
.m-service-review__point-wrapper .m-service-review__point-list + .m-service-review__point-list::before {
  content: "";
  border-right: 1px solid rgba(101, 80, 69, 0.4);
  position: relative;
  display: inline-block;
  height: 10px;
  right: 10px;
}

.m-service-review__point {
  font-weight: 700;
  margin-left: 6px;
  font-size: 15px;
}

.m-service-review__content {
  font-size: 13px;
  letter-spacing: 0.33px;
  background-color: #fef7ee;
  border-radius: 10px;
  padding: 18px;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .m-service-review__content {
    width: 415px;
  }
}
@media (max-width: 599px) {
  .m-service-review__content {
    font-size: 14px;
    letter-spacing: 0.35px;
  }
}

.m-service-review__bottom {
  margin-top: 15px;
}
@media (min-width: 600px) {
  .m-service-review__bottom {
    display: flex;
  }
}
@media (min-width: 600px) {
  .m-service-review__bottom .m-service-review__content:nth-child(odd) {
    margin-right: 18px;
    margin-left: 2px;
  }
}
@media (max-width: 599px) {
  .m-service-review__bottom .m-service-review__content:nth-child(odd) {
    margin-bottom: 12px;
  }
}

.m-service-review__content-title {
  color: #f08000;
  font-weight: 700;
  margin-bottom: 6px;
}
.m-service-review__content-title.-comment::before {
  content: "\f303";
}
.m-service-review__content-title.-reason::before {
  content: "\f0ae";
}

.m-service-review__heading-intro {
  margin-bottom: 16px;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .m-service-review__heading-intro {
    margin-bottom: 14px;
    font-size: 14px;
  }
}

.m-service-review__heading-intro-notice {
  border-bottom: dashed 1px #f08000;
  margin-left: 4px;
}
.m-service-review__heading-intro-notice .fa-circle-question {
  color: #f08000;
  margin-right: 2px;
  position: relative;
  top: -1px;
  z-index: -1;
}
.m-service-review__heading-intro-notice .tooltip {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 700px;
  z-index: 1000;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #f08000;
  border-radius: 8px;
  margin-top: 2px;
  font-size: 13px;
}
@media (max-width: 599px) {
  .m-service-review__heading-intro-notice .tooltip {
    width: 345px;
    font-size: 12px;
  }
}

.m-slider__next, .m-slider__prev {
  font-size: 12px;
  top: 62px;
  padding: 5px 8px 4px 9px;
}
@media (max-width: 599px) {
  .m-slider__next, .m-slider__prev {
    padding: 8px 11px 6px;
  }
}

@media (max-width: 599px) {
  .m-slider .tns-ovh {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.m-slider__prev {
  display: inline-block;
  left: 5px;
}
@media (max-width: 599px) {
  .m-slider__prev {
    left: 0;
  }
}

.m-slider__next {
  display: inline-block;
  left: 534px;
}
@media (max-width: 599px) {
  .m-slider__next {
    left: 287px;
  }
}

.m-slider__wrapper {
  position: relative;
  left: 20px;
}
@media (max-width: 599px) {
  .m-slider__wrapper {
    left: 18px;
  }
}

.m-slider__item {
  max-width: 185px;
  cursor: pointer;
}

.m-slider__image {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.m-slider__item-text {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

.m-slider__service-type {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #fff3dc;
  padding: 5px 15px;
  position: absolute;
}

.m-thumbnail-slider__next, .m-thumbnail-slider__prev {
  display: inline-block;
  font-size: 14px;
  top: 146px;
  padding: 8px 11px 6px;
}
@media (max-width: 599px) {
  .m-thumbnail-slider__next, .m-thumbnail-slider__prev {
    top: 131px;
  }
}

@media (min-width: 600px) {
  .m-thumbnail-slider {
    width: 390px;
  }
}

.m-thumbnail-slider__prev {
  left: 10px;
}
@media (max-width: 599px) {
  .m-thumbnail-slider__prev {
    left: 8px;
  }
}

.m-thumbnail-slider__next {
  left: 322px;
}
@media (max-width: 599px) {
  .m-thumbnail-slider__next {
    left: 279px;
  }
}

.m-thumbnail-slider__thumb-image {
  margin-top: 20px;
  grid-gap: 8px 10px;
  gap: 8px 10px;
  grid-template-columns: repeat(5, 70px);
  display: grid;
}
@media (max-width: 599px) {
  .m-thumbnail-slider__thumb-image {
    margin-top: 8px;
    gap: 8px 0;
  }
}

.m-thumbnail-slider__images {
  height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .m-thumbnail-slider__images {
    width: 345px;
    height: 230px;
  }
}

.m-thumbnail-slider__caption {
  font-size: 14px;
  padding: 0.5em 0.15em 0.25em 1em;
  position: relative;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-thumbnail-slider__caption::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #f08000 transparent;
  border-width: 0 6px 9px 6px;
  position: relative;
  top: -13px;
  left: -5px;
}

.m-thumbnail-slider__thumb-images {
  width: 70px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
@media (max-width: 599px) {
  .m-thumbnail-slider__thumb-images {
    width: 63px;
    height: 41px;
  }
}

.m-top-slider__next, .m-top-slider__prev {
  font-size: 14px;
  top: 138px;
  padding: 7px 12px 7px 11px;
}
@media (max-width: 599px) {
  .m-top-slider__next, .m-top-slider__prev {
    top: 106px;
  }
}

.m-top-slider {
  margin-bottom: 60px;
}
@media (max-width: 599px) {
  .m-top-slider {
    margin-bottom: 80px;
  }
}
.m-top-slider .c-service-type__list {
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 4px 8px;
}
@media (max-width: 599px) {
  .m-top-slider .c-service-type__list {
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 2px 11px;
  }
}
.m-top-slider .c-service-type {
  position: absolute;
  top: 6px;
  right: 6px;
}
@media (max-width: 599px) {
  .m-top-slider .c-service-type {
    top: 1px;
    right: 3px;
  }
}
.m-top-slider .c-service-type .c-service-type__list + .c-service-type__list {
  margin-left: 4px;
}
@media (max-width: 599px) {
  .m-top-slider .tns-ovh {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.m-top-slider__wrapper {
  position: relative;
  display: flex;
  left: 40px;
}
@media (max-width: 599px) {
  .m-top-slider__wrapper {
    left: 12px;
  }
}

.m-top-slider__prev {
  display: inline-block;
  left: 18px;
}
@media (max-width: 599px) {
  .m-top-slider__prev {
    left: -8px;
  }
}

.m-top-slider__next {
  display: inline-block;
  left: 925px;
}
@media (max-width: 599px) {
  .m-top-slider__next {
    left: 8px;
    float: right;
  }
}

.m-top-slider__item {
  border: 1px solid rgba(112, 112, 112, 0.35);
  margin-right: 14px;
  padding-right: 0 !important;
  position: relative;
}
@media (max-width: 599px) {
  .m-top-slider__item {
    margin-right: 8px;
  }
}

.m-top-slider__image {
  width: 100%;
  height: 146px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .m-top-slider__image {
    margin-top: -1px;
  }
}
@media (max-width: 599px) {
  .m-top-slider__image {
    height: 104px;
  }
}

.m-top-slider__item-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 2px;
}

.m-top-slider__item-logo {
  max-width: 27px;
  max-height: 27px;
  margin-right: 6px;
}
@media (max-width: 599px) {
  .m-top-slider__item-logo {
    margin-right: 8px;
  }
}

.m-top-slider__item-title {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.33px;
  padding-top: 4px;
}
@media (max-width: 599px) {
  .m-top-slider__item-title {
    font-size: 14px;
    padding-top: 0;
  }
}

.m-top-slider__item-info {
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .m-top-slider__item-info {
    font-size: 13px;
    line-height: 1.2;
  }
}

.m-top-slider__item-content {
  padding: 8px;
}

.m-usage {
  justify-content: space-between;
  margin-bottom: 45px;
}
@media (min-width: 600px) {
  .m-usage {
    display: flex;
  }
}
@media (max-width: 599px) {
  .m-usage {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 600px) {
  .m-usage__item {
    width: 310px;
  }
}

@media (max-width: 599px) {
  .m-usage__image {
    width: 100%;
  }
}

.m-usage__heading {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.18px;
  margin-top: 14px;
  margin-bottom: 8px;
}
@media (max-width: 599px) {
  .m-usage__heading {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 8px;
  }
}

.m-usage__step {
  color: #e35028;
}

.m-usage__text {
  font-size: 14px;
  letter-spacing: 0.33px;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .m-usage__text {
    font-size: 13px;
    margin: 0 0 25px 10px;
  }
}

.m-shop-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .m-shop-links {
    margin: 10px 15px;
  }
  .m-shop-links a:nth-of-type(6) {
    margin-right: 0;
  }
}

.m-shop-links__item {
  border: 1px solid rgba(112, 112, 112, 0.35);
  border-radius: 10px;
  position: relative;
  width: 21%;
  margin: 2%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.m-shop-links__item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width: 600px) {
  .m-shop-links__item {
    width: 135px;
    margin: 13px;
  }
}

.m-shop-links__item-logo {
  width: auto;
  height: auto;
  max-width: 98%;
  max-height: 90%;
}
@media (min-width: 600px) {
  .m-shop-links__item-logo {
    width: auto;
    height: auto;
    max-width: 125px;
    max-height: 100px;
  }
}

.p-services-show {
  padding-top: 60px;
}
@media (max-width: 599px) {
  .p-services-show {
    padding-top: 52px;
  }
  .p-services-show .m-course-nutrient .c-table {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-services-show .m-service-heading__title {
  font-size: 26px;
  letter-spacing: 0.3px;
}
@media (max-width: 599px) {
  .p-services-show .m-service-heading__title {
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.p-services-show .c-caution-text {
  margin-top: 16px;
}
.p-services-show .m-check-service {
  margin: 45px auto 55px;
}
@media (max-width: 599px) {
  .p-services-show .m-check-service {
    margin: 82px auto 36px;
  }
}
.p-services-show .m-check-service.-unavailable {
  margin: 100px auto 50px;
}
@media (max-width: 599px) {
  .p-services-show .m-check-service.-unavailable {
    margin: 148px auto 28px;
  }
}
.p-services-show .m-service-example {
  border: 2px solid rgba(112, 112, 112, 0.2);
  margin-bottom: 16px;
}
.p-services-show .c-table {
  margin-bottom: 60px;
}
@media (max-width: 599px) {
  .p-services-show .c-table {
    width: 100%;
  }
}

.p-top .m-check-service {
  margin-bottom: 45px;
}
@media (max-width: 599px) {
  .p-top .m-check-service {
    margin-top: 90px;
  }
}
.p-top .l-main-visual__example {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .p-top .l-main-visual__example {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.p-top .l-main-visual__example img {
  width: 100%;
}

.p-top__about {
  width: 100%;
}
@media (min-width: 600px) {
  .p-top__about {
    margin-bottom: 28px;
  }
}
@media (max-width: 599px) {
  .p-top__about {
    width: 375px;
    margin-left: -15px;
  }
}

.p-top__usage {
  margin-top: 10px;
}

.p-area-index .m-comparison-table {
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .p-area-index .m-comparison-table {
    margin-bottom: 34px;
  }
}
.p-area-index .m-check-service {
  margin-bottom: 45px;
}
@media (max-width: 599px) {
  .p-area-index .m-check-service {
    margin-top: 90px;
  }
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


