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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

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

.f-ci {
  font-family: 'Cinzel', serif;
}

.f-nss {
  font-family: 'Noto Sans JP', sans-serif;
}

.f-ns {
  font-family: 'Noto Serif JP', serif;
}

.f-ug {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.section__main-title {
  text-align: center;
}

.section__main-title :first-child {
  position: relative;
  font-size: 40px;
  font-family: 'Cinzel', serif;
  font-style: italic;
  color: #545454;
  opacity: .3;
  margin-bottom: -8px;
  z-index: 2;
}

.section__main-title :first-child::first-letter {
  font-size: 45px;
}

.section__main-title :last-child {
  position: relative;
  z-index: 1;
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 600;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  color: #fff;
}

.section__main-title :last-child::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewX(-30deg);
          transform: translate(-50%, -50%) skewX(-30deg);
  background-color: #ff704c;
  padding: 1.5rem;
  width: 180%;
}

.header {
  height: 85px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}

@media screen and (max-width: 480px) {
  .header {
    height: 100px;
  }
}

.header .header-inner {
  height: 85px;
  width: 100%;
  background-color: #fff;
  opacity: 0.8;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (max-width: 768px) {
  .header .header-inner {
    height: 55px;
  }
}

@media screen and (max-width: 480px) {
  .header .header-inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 110px;
    padding: 0.5rem 0;
  }
}

.header .header-inner .nav_telphon_button {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-right: 2rem;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .header .header-inner .nav_telphon_button {
    width: 100%;
    height: 50%;
  }
}

.header .header-inner .nav_telphon_button img {
  height: 25px;
  padding-right: 1rem;
}

@media screen and (max-width: 768px) {
  .header .header-inner .nav_telphon_button img {
    height: 3vw;
    padding-right: 0.5rem;
  }
}

@media screen and (max-width: 480px) {
  .header .header-inner .nav_telphon_button img {
    padding-right: 2px;
  }
}

.header .header-inner .nav_telphon_button a {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 250px;
  padding: 1rem 10px;
  background-color: #f59300;
  font-size: 1.2rem;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .header .header-inner .nav_telphon_button a {
    height: 45px;
    width: 30vw;
    font-size: 2vw;
    padding: 0 5px;
  }
}

@media screen and (max-width: 480px) {
  .header .header-inner .nav_telphon_button a {
    font-size: 3.3vw;
    width: 60%;
    margin-left: 5px;
  }
}

.header .nav_logo {
  height: 100%;
}

@media screen and (max-width: 480px) {
  .header .nav_logo {
    height: 80%;
  }
}

.header .nav_logo img {
  height: 100%;
  left: 20%;
}

@media screen and (max-width: 480px) {
  .header .nav_logo img {
    padding: 5px;
    height: 100%;
    width: auto;
  }
}

.header .btn-fixed {
  position: fixed;
  z-index: 3;
  padding: 0;
  top: 0;
}

.header .hamburger-menu {
  display: none;
  background-color: #6c6c6c;
}

@media screen and (max-width: 768px) {
  .header .hamburger-menu {
    display: block;
    height: 45px;
    width: 45px;
    margin-left: 0.5rem;
  }
}

.header .menu-btn {
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
  background-color: #f59300;
}

@media screen and (max-width: 480px) {
  .header .menu-btn {
    width: 100%;
  }
}

.header .menu-btn span,
.header .menu-btn span:before,
.header .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 480px) {
  .header .menu-btn span,
  .header .menu-btn span:before,
  .header .menu-btn span:after {
    height: 2px;
    width: 15px;
  }
}

.header .menu-btn span:before {
  bottom: 8px;
}

@media screen and (max-width: 480px) {
  .header .menu-btn span:before {
    bottom: 6px;
  }
}

.header .menu-btn span:after {
  top: 8px;
}

@media screen and (max-width: 480px) {
  .header .menu-btn span:after {
    top: 6px;
  }
}

.header .menu-btn.active span {
  background-color: rgba(255, 255, 255, 0);
}

.header .menu-btn.active span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .menu-btn.active span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .menu-close {
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
  background-color: #6c6c6c;
}

@media screen and (max-width: 480px) {
  .header .menu-close {
    width: 30px;
  }
}

.header .menu-close span,
.header .menu-close span:before,
.header .menu-close span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

@media screen and (max-width: 480px) {
  .header .menu-close span,
  .header .menu-close span:before,
  .header .menu-close span:after {
    height: 2px;
    width: 15px;
  }
}

.header .menu-close span:before {
  bottom: 8px;
}

@media screen and (max-width: 480px) {
  .header .menu-close span:before {
    bottom: 6px;
  }
}

.header .menu-close span:after {
  top: 8px;
}

@media screen and (max-width: 480px) {
  .header .menu-close span:after {
    top: 6px;
  }
}

.header .menu-close span {
  background-color: rgba(255, 255, 255, 0);
}

.header .menu-close span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .menu-close span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .nav-wrapper-sp {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  opacity: 0.8;
  color: #fff;
}

.header .nav-wrapper-sp .body {
  position: fixed;
  background-color: #6c6c6c;
  width: 100vw;
  height: 100vh;
}

.header .nav-wrapper-sp .menu-btn.active {
  height: 30px;
  width: 100%;
}

.header .nav-wrapper-sp.show {
  display: block;
}

.header .nav-wrapper-sp ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 100%;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
}

.header .nav-wrapper-sp ul li {
  padding: 1rem;
}

#mainvisual .nav-wrapper {
  padding: 0 2rem;
  background-color: #f59300;
}

.top-nav {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 60px;
  color: #fff;
  font-weight: bold;
}

.top-nav a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.top-nav li {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .top-nav li {
    font-size: 1.5vw;
  }
}

.top-nav :nth-child(n + 2) {
  border-left: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .top-nav {
    display: none;
  }
}

.top-visual {
  background: url(../image/header/header_main_img.png) no-repeat;
  background-size: contain;
  width: 100%;
}

.top-visual .sp-img {
  display: none;
}

@media screen and (max-width: 480px) {
  .top-visual .sp-img {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .top-visual {
    background: none;
    height: 140vw;
    background-size: cover;
    position: relative;
  }
}

.top-visual .top-img {
  width: 50%;
  margin: 0 0 0 auto;
}

.top-visual .top-img img {
  padding: 2rem 0;
}

@media screen and (max-width: 480px) {
  .top-visual .top-img img {
    width: 100%;
    position: absolute;
    top: none;
    right: 0;
    bottom: 0;
    left: auto;
  }
}

@media screen and (max-width: 820px) {
  #recommend .pc {
    display: none;
  }
}

#recommend .inner .title {
  padding: 80px 0 60px 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #recommend .inner .title {
    width: 80%;
    margin: 0 auto;
  }
}

#recommend .inner .title h1 {
  font-size: 40px;
  color: #f59300;
}

@media screen and (max-width: 480px) {
  #recommend .inner .title h1 {
    font-size: 30px;
  }
}

#recommend .inner .title h2 {
  font-size: 1.2rem;
  padding-top: 1rem;
}

#recommend .inner .title img {
  display: block;
  height: 28px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  #recommend .inner .title img {
    height: 20px;
  }
}

#recommend .col-4 {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}

@media screen and (max-width: 820px) {
  #recommend .col-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#recommend .col-4 .col {
  width: 25%;
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (max-width: 820px) {
  #recommend .col-4 .col {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  #recommend .col-4 .col {
    width: 100%;
    padding: 0;
  }
}

#recommend .col-4 .col img {
  border-right: 8px solid #f59300;
  border-left: 8px solid #f59300;
  border-bottom: 8px solid #f59300;
  height: 200px;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 820px) {
  #recommend .col-4 .col img {
    width: 99%;
    height: 250px;
  }
}

#recommend .col-4 .img-content {
  background: #f59300;
  background: url(../image/recommend/bg-orange.png) repeat;
}

#recommend .col-4 .img-title {
  height: 65px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (max-width: 820px) {
  #recommend .col-4 .img-title {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 480px) {
  #recommend .col-4 .img-title {
    font-size: 4.5vw;
  }
}

#recommend .col-4 .img-title p {
  text-align: center;
}

#recommend .col-4 .img-text {
  padding-top: 1rem;
  font-size: 0.8rem;
  line-height: 18pt;
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (max-width: 820px) {
  #recommend .col-4 .img-text {
    font-size: 2.5vw;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 480px) {
  #recommend .col-4 .img-text {
    font-size: 3.2vw;
    padding-bottom: 3rem;
  }
}

#recommend .about {
  margin-top: 80px;
  width: 100%;
}

#recommend .about .about-body {
  background-color: #f7f7f7;
  padding-bottom: 80px;
}

#recommend .about .title {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#recommend .about .title img {
  height: 28px;
}

@media screen and (max-width: 480px) {
  #recommend .about .title img {
    height: auto;
    width: 80%;
  }
}

#recommend .about .title h2 {
  font-size: 1.2rem;
}

@media screen and (max-width: 480px) {
  #recommend .about .title h2 {
    font-size: 0.8rem;
  }
}

#recommend .about .title span {
  font-size: 40px;
  color: #f59300;
  margin-top: -20px;
}

@media screen and (max-width: 480px) {
  #recommend .about .title span {
    font-size: 30px;
  }
}

#recommend .about .title .horizon {
  width: 80%;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 横並びにする */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直方向に中央 */
  text-align: center;
  /* 文字のセンタリング(複数行になったとき用) */
  /* 共通部分はまとめる */
  /* 左側の線 */
  /* 右側の線 */
}

@media screen and (max-width: 768px) {
  #recommend .about .title .horizon {
    width: 100%;
  }
}

#recommend .about .title .horizon::before, #recommend .about .title .horizon::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* 線の伸び率 */
  border-bottom: 1px solid #f59300;
}

#recommend .about .title .horizon::before {
  margin-right: 10px;
  /* 線と文字の間のスペース */
  padding-left: 15px;
  /* 線の長さが、最低でも15px以上になるように余白をとる */
}

#recommend .about .title .horizon::after {
  margin-left: 10px;
  /* 線と文字の間のスペース */
  padding-right: 15px;
  /* 線の長さが、最低でも15px以上になるように余白をとる */
}

#recommend .about .button-wrap {
  padding-top: 50px;
}

#recommend .about .button-wrap .col-3 {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 1rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #recommend .about .button-wrap .col-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

#recommend .about .button-wrap .col-3 a {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0 3rem;
  background: #f59300;
  width: 300px;
  height: 60px;
  margin: 1rem;
  border-radius: 20px;
}

@media screen and (max-width: 820px) {
  #recommend .about .button-wrap .col-3 a {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 768px) {
  #recommend .about .button-wrap .col-3 a {
    width: 70%;
    padding: 0 3rem;
  }
}

@media screen and (max-width: 480px) {
  #recommend .about .button-wrap .col-3 a {
    padding: 0 1rem;
    margin: 0.5rem;
  }
}

#recommend .about .button-wrap .col-3 a p {
  padding-left: 1rem;
}

#service .title {
  height: 80px;
  margin: 100px 0;
  text-align: center;
}

@media screen and (max-width: 820px) {
  #service .title {
    margin-bottom: 200px;
  }
}

#service .title img {
  height: 100%;
}

#service .title h3 {
  font-size: 60px;
  font-size: clamp(28px, 5.45vw, 60px);
  text-align: center;
  color: #f59300;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}

#service .title h3 span {
  display: inline-block;
}

#service .service-wrap .service-contents {
  height: 230px;
  max-width: 1000px;
  width: 80%;
  margin: 0 auto 4rem auto;
  background-color: #f7f7f7;
  border-radius: 150px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: none;
  -webkit-box-pack: none;
  -ms-flex-pack: none;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (max-width: 820px) {
  #service .service-wrap .service-contents {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 30% 1fr;
        grid-template-rows: 30% 1fr;
    -ms-grid-columns: 40% 1fr;
        grid-template-columns: 40% 1fr;
    border-radius: 0;
    width: 100%;
    height: 45vw;
    padding: 2rem;
    margin: 0 auto 10rem auto;
  }
}

@media screen and (max-width: 820px) {
  #service .service-wrap .service-contents {
    height: 100%;
    padding: 1rem;
  }
}

#service .service-wrap .service-contents .service-img {
  height: 100%;
}

@media screen and (max-width: 820px) {
  #service .service-wrap .service-contents .service-img {
    height: 35vw;
    width: 35vw;
    margin-top: -6rem;
  }
}

#service .service-wrap .service-contents img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid #f7f7f7;
}

@media screen and (max-width: 820px) {
  #service .service-wrap .service-contents img {
    border: none;
  }
}

#service .service-wrap .service-contents .service-textarea {
  padding: 3rem;
}

@media screen and (max-width: 1080px) {
  #service .service-wrap .service-contents .service-textarea {
    padding: 1rem;
  }
}

@media screen and (max-width: 820px) {
  #service .service-wrap .service-contents .service-textarea {
    display: contents;
  }
}

#service .service-wrap .service-contents .service-title {
  font-size: 23px;
  font-weight: bold;
  color: #f59300;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 820px) {
  #service .service-wrap .service-contents .service-title {
    font-size: 4vw;
  }
}

@media screen and (max-width: 480px) {
  #service .service-wrap .service-contents .service-title {
    font-size: 5.4vw;
    padding: 0.5rem;
  }
}

#service .service-wrap .service-contents .service-text {
  font-size: 1rem;
}

@media screen and (max-width: 820px) {
  #service .service-wrap .service-contents .service-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 480px) {
  #service .service-wrap .service-contents .service-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    font-size: 3.8vw;
  }
}

#contents {
  padding-top: 80px;
}

@media screen and (max-width: 820px) {
  #contents {
    padding-top: 50px;
  }
}

@media screen and (max-width: 480px) {
  #contents {
    padding-top: 0;
  }
}

#contents .contents-inner {
  background-color: #f7f7f7;
  margin: 100px 0 0 0;
  padding: 80px 0;
  position: relative;
  z-index: -1;
}

#contents .title {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 80px;
  width: 100%;
  text-align: center;
  display: block;
}

@media screen and (max-width: 820px) {
  #contents .title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 820px) and (max-width: 480px) {
  #contents .title {
    margin-bottom: 0;
  }
}

#contents .title img {
  margin-top: -60px;
  height: 80px;
}

#contents .contents-img-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 2rem;
  gap: 2rem;
  width: 100%;
}

@media screen and (max-width: 820px) {
  #contents .contents-img-area {
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 4rem;
    gap: 3rem;
  }
}

@media screen and (max-width: 480px) {
  #contents .contents-img-area {
    padding: 1rem;
  }
}

#contents .contents-img-area img {
  width: 100%;
}

#contents .contents-btn {
  text-align: center;
}

#contents .contents-btn a {
  background: #FAD126;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAD126), to(#FF544F));
  background: linear-gradient(to bottom, #FAD126 0%, #FF544F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD126', endColorstr=' #FF544F', GradientType=0);
  padding: 2rem 3rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  #contents .contents-btn a {
    padding: 2rem 3rem;
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 480px) {
  #contents .contents-btn a {
    padding: 1rem 1rem;
    font-size: 4vw;
  }
}

#contents .section__main-title .sp {
  display: none;
}

@media screen and (max-width: 480px) {
  #contents .section__main-title .sp {
    display: block;
  }
}

#contents .section__main-title :last-child::before {
  top: 40%;
  width: 110%;
}

@media screen and (max-width: 480px) {
  #contents .section__main-title :last-child::before {
    width: 130%;
    padding: 1.8rem;
  }
}

#steps {
  padding-top: 80px;
}

@media screen and (max-width: 820px) {
  #steps {
    padding-top: 50px;
  }
}

#steps .contents-inner {
  background-color: #f7f7f7;
  margin: 100px 0 0 0;
  padding-bottom: 80px;
}

#steps .title {
  height: 80px;
  margin: 100px 0;
  text-align: center;
  display: block;
}

@media screen and (max-width: 480px) {
  #steps .title {
    margin: 0;
  }
}

@media screen and (max-width: 820px) {
  #steps .title {
    margin-bottom: 200px;
    margin-bottom: 50px;
    padding: 1rem;
  }
}

#steps .title img {
  margin-top: -60px;
  height: 80px;
  padding: 0 0.5rem;
}

#steps .steps-content {
  padding: 2rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 480px) {
  #steps .steps-content {
    padding: 0 1rem;
    margin-bottom: 0;
  }
}

#steps .steps-title {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #fff;
  background-color: #ffb400;
  font-weight: bold;
  height: 95px;
}

@media screen and (max-width: 768px) {
  #steps .steps-title {
    font-size: 3vw;
    height: 10vw;
  }
}

@media screen and (max-width: 480px) {
  #steps .steps-title {
    font-size: 3.3vw;
    height: 13vw;
  }
}

#steps .steps-title h2 {
  width: 80%;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  #steps .steps-title h2 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 480px) {
  #steps .steps-title h2 {
    font-size: 3.3vw;
  }
}

#steps .steps-title img {
  height: 150%;
  padding-right: 1rem;
}

#steps .steps-textarea {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 2rem;
  background-color: #f7f7f7;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  #steps .steps-textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.5vw;
    padding: 2rem 1rem;
  }
}

@media screen and (max-width: 480px) {
  #steps .steps-textarea {
    font-size: 3vw;
  }
}

#steps .steps-textarea img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #steps .steps-textarea img {
    width: 100%;
    height: auto;
    -o-object-fit: contein;
       object-fit: contein;
  }
}

#steps .steps-textarea p {
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  #steps .steps-textarea p {
    padding: 1rem;
  }
}

@media screen and (max-width: 480px) {
  #steps .steps-textarea p {
    padding: 1rem 0 0 0;
  }
}

#steps .last {
  position: relative;
}

@media screen and (max-width: 480px) {
  #steps .last {
    margin-bottom: 3rem;
  }
}

#steps .last:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 100px solid #f7f7f7;
  border-right: 300px solid transparent;
  border-left: 300px solid transparent;
}

@media screen and (max-width: 768px) {
  #steps .last:before {
    bottom: -5%;
    border-top: 80px solid #f7f7f7;
    border-right: 130px solid transparent;
    border-left: 130px solid transparent;
  }
}

#steps .section__main-title .sp {
  display: none;
}

@media screen and (max-width: 480px) {
  #steps .section__main-title .sp {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  #steps .section__main-title :first-child {
    font-size: 30px;
  }
}

#steps .section__main-title :last-child::before {
  top: 40%;
  width: 140%;
}

@media screen and (max-width: 480px) {
  #steps .section__main-title :last-child::before {
    left: 65%;
    padding: 1.8rem 3rem 1.8rem 1.8rem;
    width: 180%;
  }
}

#diet {
  padding: 0 2rem;
}

@media screen and (max-width: 480px) {
  #diet {
    padding: 0 1rem;
  }
}

.diet_bg {
  max-width: calc(1200px - 4rem);
  margin: -200px auto 120px;
  padding: 200px 0 0;
  border: 10px solid #f7f7f7;
}

@media screen and (max-width: 768px) {
  .diet_bg {
    border: 5px solid #f7f7f7;
  }
}

#diet .inner {
  padding: 60px 2rem 0;
  margin-bottom: 120px;
  max-width: 1136px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #diet .inner {
    padding: 16px 1rem 0;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  #diet .inner {
    padding: 0 1rem;
    margin-bottom: 64px;
  }
}

.diet__title {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}

.diet__title h3 {
  margin-bottom: 42px;
  text-align: center;
  font-size: 2.875rem;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .diet__title {
    padding: 0 8px;
  }
}

.diet__result {
  text-align: center;
  padding: 0 16px;
}

@media screen and (max-width: 480px) {
  .diet__result {
    padding: 0;
  }
}

.diet__result img:first-child {
  width: 236px;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .diet__result img:first-child {
    width: 140px;
  }
}

.diet__beforafter {
  margin: 70px 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1100px) {
  .diet__beforafter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.diet__beforafter .text {
  height: auto;
  position: relative;
}

.diet__beforafter .img {
  position: relative;
}

.diet__beforafter .title {
  font-size: 1.5rem;
  padding-bottom: 2rem;
}

.diet__beforafter .title .bar {
  margin-left: 2rem;
}

.diet__beforafter .title .bar2 {
  margin-left: 2rem;
}

.diet__beforafter .title .bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 50px;
  height: 50px;
  border-right: 5px solid #666;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.diet__beforafter .title .bar2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 50px;
  height: 50px;
  border-right: 5px solid #fff;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.diet__beforafter ul {
  list-style: square;
}

@media screen and (max-width: 480px) {
  .diet__beforafter ul {
    font-size: 3vw;
  }
}

.diet__beforafter .comment {
  font-size: 1rem;
  padding-bottom: 2rem;
}

.diet__beforafter .comment_title {
  font-weight: bold;
  font-size: 1.2rem;
}

.diet__beforafter .comment_text {
  padding-bottom: 2rem;
}

@media screen and (max-width: 480px) {
  .diet__beforafter .comment_text {
    font-size: 3vw;
  }
}

.diet__beforafter .diet_before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  padding: 3rem;
  background-color: #f3f3f3;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .diet__beforafter .diet_before {
    width: 100%;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 480px) {
  .diet__beforafter .diet_before {
    padding: 1rem 1rem 3rem;
  }
}

.diet__beforafter .diet_after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  padding: 3rem;
  background-color: #ffb400;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .diet__beforafter .diet_after {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .diet__beforafter .diet_after {
    padding: 3rem 1rem 1rem;
  }
}

.diet__beforafter .img_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.diet__beforafter .circle {
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  position: absolute;
  right: 10%;
  top: -5%;
}

@media screen and (max-width: 480px) {
  .diet__beforafter .circle {
    width: 80px;
    height: 80px;
    line-height: 88px;
    right: 5%;
    top: -6%;
  }
}

.diet__beforafter .orange {
  color: #ffb400;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .diet__beforafter .orange {
    width: 80px;
    height: 80px;
    line-height: 80px;
    right: 5%;
    top: -4%;
  }
}

.diet__beforafter .arrow {
  height: 20px;
  width: 30px;
  background-color: #000;
  position: relative;
  margin-top: 20px;
}

@media screen and (max-width: 1100px) {
  .diet__beforafter .arrow {
    display: none;
  }
}

.diet__beforafter .arrow_warap {
  position: absolute;
  right: -10%;
  top: 50%;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .diet__beforafter .arrow_warap {
    right: -12%;
  }
}

.diet__beforafter .arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: -50%;
  left: 100%;
  z-index: 1;
}

.diet__beforafter .arrow2 {
  height: 20px;
  width: 30px;
  background-color: #000;
  position: relative;
  margin-top: 20px;
}

@media screen and (max-width: 1100px) {
  .diet__beforafter .arrow2 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 480px) {
  .diet__beforafter .arrow2 {
    height: 15px;
    width: 20px;
  }
}

.diet__beforafter .arrow_warap2 {
  position: absolute;
  right: -10%;
  top: 50%;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .diet__beforafter .arrow_warap2 {
    right: -15%;
  }
}

@media screen and (max-width: 1100px) {
  .diet__beforafter .arrow_warap2 {
    top: auto;
    bottom: -15%;
    right: 50%;
  }
}

@media screen and (max-width: 800px) {
  .diet__beforafter .arrow_warap2 {
    bottom: -20%;
  }
}

@media screen and (max-width: 600px) {
  .diet__beforafter .arrow_warap2 {
    bottom: -25%;
  }
}

@media screen and (max-width: 480px) {
  .diet__beforafter .arrow_warap2 {
    bottom: -17%;
  }
}

.diet__beforafter .arrow2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: -50%;
  left: 100%;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .diet__beforafter .arrow2::after {
    border-width: 15px 0 15px 20px;
    left: 95%;
  }
}

.diet__beforafter .outline_orange {
  display: inline-block;
  z-index: 2;
  position: relative;
  color: #ffffff;
  /* 文字の色 */
  font-size: 2rem;
  /* 文字のサイズ */
  letter-spacing: 4px;
  /* 文字間 */
  text-shadow: 1px 1px 1px #ffb400, -1px 1px 1px #ffb400, 1px -1px 1px #ffb400, -1px -1px 1px #ffb400, 1px 0px 1px #ffb400, 0px 1px 1px #ffb400, -1px 0px 1px #ffb400, 0px -1px 1px #ffb400;
  /* 文字の影 */
}

.diet__beforafter .outline_white {
  display: inline-block;
  z-index: 2;
  position: relative;
  color: #ffb400;
  /* 文字の色 */
  font-size: 2rem;
  /* 文字のサイズ */
  letter-spacing: 4px;
  /* 文字間 */
  text-shadow: 1px  1px 1px #fff, -1px  1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px  0px 1px #fff, 0px  1px 1px #fff, -1px  0px 1px #fff, 0px -1px 1px #fff;
  /* 文字の影 */
}

.sec__flow {
  position: relative;
  padding-top: 100px;
}

.flow--wrap {
  background-color: #f7f7f7;
  padding: 80px 16px;
  margin-bottom: 64px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flow--wrap {
    padding: 70px 16px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .flow--wrap {
    padding: 60px 0;
    margin-bottom: 16px;
  }
}

.flow__title {
  position: absolute;
  top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .flow__title {
    top: 4%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .flow__title {
    top: 4%;
    margin-bottom: 0;
  }
}

.flow__wrap {
  background-color: #fff;
  border-radius: 30px;
  padding: 120px 40px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .flow__wrap {
    padding: 60px 16px;
  }
}

@media screen and (max-width: 480px) {
  .flow__wrap {
    padding: 60px 0;
  }
}

.flow__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 95px;
}

@media screen and (max-width: 768px) {
  .flow__contents {
    display: block;
  }
}

.flow__contents-img {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  max-width: 400px;
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  .flow__contents-img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 80%;
    margin: 0 auto 24px;
  }
}

@media screen and (max-width: 480px) {
  .flow__contents-img {
    max-width: 100%;
  }
}

.flow__contents-text {
  -ms-flex-preferred-size: 54%;
      flex-basis: 54%;
  text-align: left;
}

.flow__contents-text h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flow__contents-text h3 {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .flow__contents-text h3 {
    font-size: 19px;
  }
}

.flow__contents-text p {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .flow__contents-text p {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .flow__contents-text p {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}

.flow-btn {
  text-align: center;
}

.flow-btn a {
  background: #FAD126;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAD126), to(#FF544F));
  background: linear-gradient(to bottom, #FAD126 0%, #FF544F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD126', endColorstr=' #FF544F', GradientType=0);
  padding: 1rem 1.2rem;
  color: #fff;
  font-weight: bold;
  font-size: min(2vw, 21px);
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .flow-btn a {
    padding: 2rem 2rem;
    font-size: max(3.5vw, 18px);
  }
}

@media screen and (max-width: 480px) {
  .flow-btn a {
    padding: 1rem 1rem;
    font-size: max(4vw, 12.8px);
  }
}

.flow__step {
  overflow-x: auto;
}

@media screen and (max-width: 480px) {
  .flow__step {
    padding: 0 8px;
  }
}

.flow__step img {
  min-width: 820px;
}

#price .inner {
  margin-bottom: 128px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  #price .inner {
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 480px) {
  #price .inner {
    margin-bottom: 48px;
  }
}

.price__title {
  max-width: 268px;
  margin: 0 auto 120px;
}

@media screen and (max-width: 480px) {
  .price__title {
    margin: 0 auto 35px;
  }
}

.price__title .section__main-title :last-child::before {
  width: 350%;
}

.price__course {
  margin-bottom: 65px;
  padding: 0 16px;
}

@media screen and (max-width: 480px) {
  .price__course {
    margin-bottom: 35px;
    padding: 0 8px;
  }
}

.price__course-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .price__course-pc {
    display: none;
  }
}

.price__course-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .price__course-sp {
    max-width: 650px;
    margin: 0 auto;
    display: block;
  }
}

.price__comparison-table {
  margin-bottom: 78px;
  overflow-x: scroll;
}

.price__comparison-table .table {
  width: 975px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  margin-left: 6rem;
}

@media screen and (max-width: 768px) {
  .price__comparison-table .table {
    margin-left: 1rem;
  }
}

.price__comparison-table ul {
  width: 195px;
}

.price__comparison-table ul :first-child {
  background-color: #CCCCCC;
}

.price__comparison-table li {
  height: 35px;
  border: 0.7px solid #d8cbcb;
  margin: auto;
  width: 195px;
  line-height: 35px;
}

.price__comparison-table .highlight {
  width: 390px;
  background-color: #FAAE40;
  color: #fff;
  line-height: 150%;
  -webkit-transform: scaleY(1.05);
          transform: scaleY(1.05);
}

.price__comparison-table .highlight :first-child {
  background-color: #F48300;
}

.price__comparison-table .highlight li {
  font-weight: bold;
  font-size: 1.1rem;
  height: 35px;
  border: 0.7px solid #d8cbcb;
  margin: auto;
  width: 390px;
  line-height: 35px;
}

.price__comparison-table img {
  min-width: 880px;
}

@media screen and (max-width: 480px) {
  .price__comparison-table {
    margin-bottom: 45px;
  }
}

.price-btn {
  text-align: center;
}

.price-btn a {
  background: #FAD126;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAD126), to(#FF544F));
  background: linear-gradient(to bottom, #FAD126 0%, #FF544F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD126', endColorstr=' #FF544F', GradientType=0);
  padding: 2rem 3rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .price-btn a {
    padding: 2rem 3rem;
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 480px) {
  .price-btn a {
    padding: 1rem 1rem;
    font-size: 4vw;
  }
}

.sec__voice {
  padding-top: 60px;
  margin-bottom: 34px;
  text-align: center;
}

.sec__voice .inner {
  position: relative;
  margin-bottom: 120px;
  padding: 140px 100px 100px;
  max-width: 100%;
  background-color: #e0e0e0;
}

@media screen and (max-width: 1080px) {
  .sec__voice .inner {
    padding: 140px 16px 100px;
  }
}

@media screen and (max-width: 768px) {
  .sec__voice .inner {
    padding: 100px 16px 100px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 480px) {
  .sec__voice .inner {
    padding: 50px 16px 60px;
    margin-bottom: 0;
  }
}

.voice__title {
  width: 268px;
  margin: 0 auto 157px;
}

@media screen and (max-width: 768px) {
  .voice__title {
    margin: 0 auto 128px;
  }
}

@media screen and (max-width: 480px) {
  .voice__title {
    margin: 0 auto 80px;
  }
}

.voice__title .section__main-title :last-child::before {
  width: 220%;
}

.voice__wrap {
  padding: 60px 90px 90px;
  margin: 0 auto 90px;
  max-width: 1200px;
  border-radius: 30px;
}

@media screen and (max-width: 1080px) {
  .voice__wrap {
    padding: 60px 16px 90px;
  }
}

@media screen and (max-width: 768px) {
  .voice__wrap {
    background-color: #e0e0e0;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .voice__wrap {
    padding: 20px 0 60px;
    margin: 0 auto;
  }
}

.voice__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  border-radius: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .voice__article {
    padding: 1rem;
  }
}

.voice__article .voice_img {
  text-align: center;
  width: 20%;
  border-right: 1px solid #000;
  font-size: 1.2rem;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .voice__article .voice_img {
    font-size: 0.8rem;
  }
}

.voice__article .voice_text {
  text-align: left;
  margin-left: 2rem;
  width: 80%;
}

.voice__article .voice_title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #FF7F4A;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .voice__article .voice_title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .voice__article .voice_title {
    font-size: 1.5rem;
  }
}

.voice__article .voice_comment {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .voice__article .voice_comment {
    font-size: 1rem;
  }
}

.voice__examples {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .voice__examples {
    overflow-x: scroll;
  }
  .voice__examples img {
    min-width: 670px;
  }
}

.voice-btn {
  text-align: center;
}

.voice-btn a {
  background: #FAD126;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAD126), to(#FF544F));
  background: linear-gradient(to bottom, #FAD126 0%, #FF544F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD126', endColorstr=' #FF544F', GradientType=0);
  padding: 2rem 3rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .voice-btn a {
    padding: 2rem 3rem;
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 480px) {
  .voice-btn a {
    padding: 1rem 1rem;
    font-size: 4vw;
  }
}

#nutritionist .inner {
  padding: 60px 16px 144px;
}

.nutritionist__title {
  max-width: 340px;
  margin: 0 auto;
  padding: 0 16px;
}

.nutritionist__title .section__main-title :first-child {
  font-size: clamp(36px, 5vw, 40px);
  font-family: 'Cinzel', serif;
  font-style: italic;
  color: #545454;
  opacity: .3;
  margin-bottom: -8px;
  z-index: 2;
}

.nutritionist__title .section__main-title :first-child::first-letter {
  font-size: clamp(42px, 5vw, 45px);
}

.nutritionist__text {
  max-width: 642px;
  margin: 57px auto 84px;
}

.nutritionist__text h3 {
  margin-bottom: 42px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
}

.nutritionist__text p {
  line-height: 1.5;
  padding-bottom: 1.2rem;
}

.nutritionist__introduction h3 {
  font-size: 2.5rem;
  color: #f59300;
  text-align: center;
  margin-bottom: 12px;
}

.nutritionist__introduction .nutritionist__subtitle {
  margin-bottom: 40px;
  display: block;
  text-align: center;
}

.nutritionist__introduction h4 {
  margin-top: 40px;
  text-align: center;
}

.nutritionist__introduction h4 span {
  display: inline-block;
}

.nutritionist__img {
  margin: 0 auto;
  max-width: 850px;
}

.nutritionist__img img {
  width: 100%;
  padding-left: 16px;
}

@media screen and (max-width: 845px) {
  .nutritionist__img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nutritionist__img img {
    padding-top: 16px;
  }
}

.sec__others {
  background-color: #f7f7f7;
  padding: 80px 0 130px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .sec__others {
    padding: 80px 0;
  }
}

.others__title h3 {
  font-size: 2.5rem;
  color: #f59300;
  text-align: center;
  margin-bottom: 12px;
}

.others__title span {
  margin-bottom: 40px;
  display: block;
  text-align: center;
}

.others__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 90px;
  max-width: 1082px;
}

@media screen and (max-width: 480px) {
  .others__list {
    margin: 0 auto 16px;
  }
}

.others__item {
  position: relative;
  margin-top: 50px;
  width: 360px;
  height: 470px;
}

.others__item img {
  margin-bottom: 34px;
  width: 227px;
}

.others__item h4 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #f59300;
}

.others__item p {
  margin: 0 auto;
  width: 247px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .others__item {
    width: 280px;
  }
}

@media screen and (max-width: 560px) {
  .others__item {
    width: 80%;
  }
}

.others-btn {
  text-align: center;
}

.others-btn a {
  background: #FAD126;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAD126), to(#FF544F));
  background: linear-gradient(to bottom, #FAD126 0%, #FF544F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD126', endColorstr=' #FF544F', GradientType=0);
  padding: 2rem 3rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .others-btn a {
    padding: 2rem 3rem;
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 480px) {
  .others-btn a {
    padding: 1rem 1rem;
    font-size: 4vw;
  }
}

.sec__footer {
  background-color: #6c6c6c;
  padding: 60px 0;
  text-align: center;
}

.sec__footer small {
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .sec__footer {
    padding: 60px 0 40px 0;
  }
}

.footer__logo {
  width: 164px;
  margin: 0 auto 43px;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.footer__nav li {
  position: relative;
  padding: 0 24px;
  font-size: 15px;
  color: #fff;
}

.footer__nav li::after {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.footer__nav li:last-child::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer__nav {
    display: block;
  }
  .footer__nav li {
    margin-bottom: 12px;
  }
  .footer__nav li::after {
    content: none;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 96px;
}

@media screen and (max-width: 768px) {
  .footer__sns {
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 480px) {
  .footer__sns {
    margin-bottom: 48px;
  }
}

.footer__sns-logo {
  text-align: center;
  margin: 0 12px;
}

.footer__sns-logo img {
  width: 40px;
}
/*# sourceMappingURL=style.css.map */