@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  background-color: color(selection);
}
*::selection {
  background-color: color(selection);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10vw;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  a a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

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

picture img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button,
html [type=button],
[type=reset],
[type=submit] {
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: bottom;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Serif JP", serif;
  color: #101010;
}

p,
input,
textarea,
li,
span {
  font-family: "Noto Sans JP", sans-serif;
  color: #101010;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #101010;
  text-decoration: none;
}
.komidashi, .komidashi2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .komidashi, .komidashi2 {
    text-align: center;
    margin-bottom: 10px;
  }
}

.komidashi{
  color: #005F93;
}

.komidashi2 {
  color: #EF8B1E;
}


.lazyload-img {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

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

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

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

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/**
* @file _l-footer.scss
**/
.footer {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #005f93;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.footer__contents {
  max-width: 780px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .footer__contents {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer__item {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

.footer__item--top {
  display: grid;
  grid-template-columns: 68% 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__item--top {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

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

.footer__time--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__time--sp {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}

.footer__tel {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .footer__tel {
    margin-top: 20px;
  }
}

/**
* @file _l-header.scss
**/
.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 100px;
  background-color: #fff;
}
.header.is-fixed {
  position: fixed;
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
    padding: 15px;
    height: 85px;
    background-color: #fff;
  }
}
.header.hidden {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  opacity: 0;
}
.header .header__nav {
  width: 100%;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 82%;
}
@media screen and (max-width: 1024px) {
  .header .header__nav {
    grid-template-columns: 1fr 64%;
  }
}
@media screen and (max-width: 768px) {
  .header .header__nav {
    width: unset;
  }
}
.header .header__logo {
  width: 100%;
  margin-left: 30px;
  max-width: 236px;
  padding: 20px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .header .header__logo {
    display: none;
  }
}
.header .header__logo--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header__logo--sp {
    display: block;
    width: 100%;
    max-width: 211px;
  }
}
.header .header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  .header .header__menu {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .header .header__menu::before {
    content: url(../images/common/ornament10.svg);
    position: absolute;
    bottom: 200px;
    right: -20px;
    z-index: -1;
  }
}
.header .header__menu .header__list {
  white-space: nowrap;
}
.header .header__menu .header__list:nth-of-type(5) .header__link {
  background: #005f93;
  height: 100px;
  width: 100%;
  padding-left: 62px;
  padding-right: 30px;
  -webkit-clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0% 100%);
  max-width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1240px) {
  .header .header__menu .header__list:nth-of-type(5) .header__link {
    width: 100%;
    padding-left: 32px;
    padding-right: 20px;
  }
}
.header .header__menu .header__list:nth-of-type(5) .header__link::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header__menu .header__list {
    width: 100%;
    margin-top: 5px;
  }
}
.header .header__menu .header__list .header__link {
  position: relative;
  font-size: clamp(0.875rem, 0.8268rem + 0.241vw, 1.125rem);
  letter-spacing: 1px;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .header .header__menu .header__list .header__link {
    font-size: 18px;
    display: block;
    padding: 20px 20px 25px 20px;
    line-height: 1;
    border-bottom: 1px solid #707070;
  }
}
.header .header__menu .header__list .header__link::before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header .header__list:nth-of-type(5) {
    display: none;
  }
}
.header .header__tel {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .header .header__tel {
    display: none;
  }
}
.header .header__tel__link {
  text-align: right;
  display: block;
  background-color: #fff;
  padding: 20px 20px 20px 50px;
  border: solid 1px #101010;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.header .header__tel__link span {
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.header .header__tel__link span:nth-of-type(1) {
  font-size: 24px;
  position: relative;
}
.header .header__tel__link span:nth-of-type(1)::before {
  position: absolute;
  left: -50px;
  top: -3px;
  content: "";
  display: block;
  max-width: 72px;
  width: 100%;
  height: 52px;
  background-image: url(../images/common/tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header .header__tel__link span:nth-of-type(2) {
  margin-top: 5px;
  font-size: 12px;
}
.header .nav {
  /********************************************************/
  /* ハンバーガーメニュー */
  /********************************************************/
}
@media screen and (max-width: 768px) {
  .header .nav::before {
    content: url(../images/common/ornament9.svg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .header .nav::after {
    content: url(../images/common/ornament11.svg);
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .header .nav {
    position: fixed;
    top: 0;
    right: -100%;
    padding: 70px 26px;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 100%;
    height: 100svh;
    background-color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header .nav.is-open {
    right: 0;
  }
}
.header .nav .header__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding: 2% 0;
}
.header .nav .header__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .nav .header__item {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .header .nav .header__item:first-of-type {
    margin-top: 30px;
  }
}
.header .nav .header__item:not(:first-of-type) {
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .header .nav .header__item:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header .nav .header__item:not(:first-of-type) {
    margin-left: 0;
  }
}
.header .nav__link {
  width: 100%;
  font-size: min(1vw, 15px);
  font-weight: 600;
  color: #333;
  text-decoration: none;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .nav__link:hover {
  color: #ef7b51;
}
.header .nav__link:hover::after {
  width: 100%;
}
.header .nav__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 50%;
  background-color: #ef7b51;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .header .nav__link {
    display: block;
    padding: 16px 0;
    font-size: 1.5rem;
  }
}
.header .nav__toggle {
  position: fixed;
  z-index: 2000;
  min-width: 38px;
  height: 25px;
  cursor: pointer;
}
@media screen and (max-width: 1240px) {
  .header .nav__toggle {
    top: 28px;
    right: 22px;
  }
}
.header .nav__toggle::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 56px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .nav__menu-line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  width: 38px;
  height: 3px;
  background-color: #008a45;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .header .nav__link--top {
    padding: 8px 0;
  }
}
.header .menu-line1 {
  top: 0;
}
.header .menu-line2 {
  top: 12.5px;
}
.header .menu-line3 {
  top: 25px;
}
.header #js-nav-menu.is-open .menu-line1 {
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  height: 3px;
}
.header #js-nav-menu.is-open .menu-line2 {
  opacity: 0;
}
.header #js-nav-menu.is-open .menu-line3 {
  position: absolute;
  max-width: 50px;
  top: 15px;
  left: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  height: 3px;
}
.header #js-nav.is-open .nav__lists {
  right: 0;
}

.top__btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .top__btn {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}

.sp__menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__menu {
    width: 100%;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
}

.section {
  position: relative;
  padding-top: 68px;
  padding-bottom: 68px;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

.inner {
  width: 100%;
  max-width: min(100% - 40px, 1100px);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    max-width: min(100% - 40px, 740px);
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: min(100% - 40px, 540px);
  }
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  /* 下に10pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

.inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  /* フェード開始を0.2秒遅らせる */
}

/*=======
# パンくず
==================*/
.c-breadcrumb {
  text-align: right;
}

.c-breadcrumb-padding {
  padding: 10px 20px;
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  text-align: center;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 200px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mv__wrap {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .mv__wrap {
    padding-top: 0px;
  }
}

.mv {
  height: 500px;
  overflow-x: clip;
  background-image: url(../images/pages/top/mv.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(../images/pages/top/mv-sp.png);
  }
}

.mv__text {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 788px;
  width: 64%;
}
@media screen and (max-width: 768px) {
  .mv__text {
    top: 20px;
    left: 12px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 94%;
  }
}

picture {
  display: block;
}

.worries {
  background-image: url(../images/pages/top/bg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.worries__title {
  width: 100%;
}
.worries__img {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .worries__img {
    margin-top: 20px;
  }
}

.balance {
  padding-top: 40px;
  padding-bottom: 20px;
  background-image: url(../images/pages/top/bg2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .balance {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url(../images/pages/top/bg2-sp.png);
  }
}
@media screen and (max-width: 768px) {
  .balance .inner {
    max-width: min(100% - 0px, 800px);
    width: 100%;
    margin-inline: auto;
  }
}

.balance__img {
  max-width: 847px;
  width: 77%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .balance__img {
    top: -20px;
    position: relative;
    margin-right: auto;
    width: 106%;
    padding-top: 20px;
  }
}

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

.Improvement__img {
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .Improvement__img {
    height: auto;
    margin-bottom: 40px;
  }
}

.treatment, .price {
  background-color: #eaeaea;
}
@media screen and (max-width: 768px) {
  .treatment {
    padding-bottom: 40px;
  }
}

.treatment__title .treatment__contents_last{
  max-width: 638px;
  margin-inline: auto;
  width: 100%;
}

.treatment__container {
  position: relative;
  /* top: -100px; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 796px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .treatment__container {
    width: 80%;
    /* top: -40px; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.treatment__title{
  margin-bottom: 50px;
}

.treatment__contents {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #005f93;
  border-radius: 14px;
}

.treatment__img {
  width: 100%;
}

.treatment__text {
  margin-top: 18px;
}
.treatment__text span {
  font-size: 20px;
  color: #005f93;
  font-weight: 600;
  display: block;
  padding-left: 32px;
  text-align: justify;
  letter-spacing: -0.3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .treatment__text span {
    font-size: 18px;
  }
}
.treatment__text span:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .treatment__text span:before {
    top: 12px;
  }
}
.treatment__contents_last{
  margin-top: 30px;
}
.treatment__bg {
  display: none;
  /* position: absolute;
  bottom: 0;
  right: 0;
  max-width: 681px;
  width: 47%;
}
@media screen and (max-width: 768px) {
  .treatment__bg {
    display: none;
  } */
}

/*施術の流れ*/
.step_box{
  display: flex;
  flex-direction: row; /* デフォルトで横並び */
  width: 90%;
  margin-inline: auto;
  max-width: 1000px;
  justify-content: space-between;
  background-color: #FBF5C6;
  padding: 20px;
  border: 1px solid #005F93;
  align-items: center;
  border-radius: 14px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .step_box {
    flex-direction: column; /* 768px以下で縦並び */
    width: 80%;
  }
}

.step_box::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #005F93;
  width: 90px;
  height: 30px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.step_box:last-child::before {
  display: none;
}


/* 初回施術内容の指示 */
.step_box_img {
  width: 100%;
  max-width: 300px;
}

.step_box dl{
  width: 100%;
  margin-inline: auto;
  max-width: 550px;
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .step_box dl{
    margin-inline: auto;
    margin-top: 30px;
   
  }
}

.step-img, .price-img, .voc-img{
 max-width: 500px;
 /* width: 90%; */
 margin-inline: auto;
 margin-bottom: 30px;
}

/*施術料金のご案内*/
.price-img {
   margin-bottom: 0;

}
.price .inner {
  max-width: min(100% - 40px, 800px);
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .price .inner {
    max-width: min(100% - 40px, 740px);
  }
}
@media screen and (max-width: 768px) {
  .price .inner {
    max-width: min(100% - 40px, 540px);
  }
}

.price__table__title {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .price__table__title {
    font-size: 24px;
  }
}
.price__table__title span {
  padding-left: 12px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .price__table__title span {
    display: block;
    font-size: 16px;
  }
}

.price__table {
  display: grid;
  grid-template-columns: 47% 20% 33%;
}
@media screen and (max-width: 768px) {
  .price__table {
    grid-template-columns: 46% 22% 32%;
    margin-top: 10px;
  }
}

.price__table__header {
  text-align: center;
  font-size: 28px;
  background-color: #005f93;
  color: #ffff00;
  font-weight: 500;
  letter-spacing: 4px;
  border: 1px solid #fff;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .price__table__header {
    padding: 6px;
    font-size: 16px;
  }
}

.price__table__data {
  font-size: 28px;
  background-color: #ffffec;
  font-weight: 500;
  border: 1px solid #000;
  padding: 8px;
  letter-spacing: -1px;
}
.price__table__data:nth-of-type(7), .price__table__data:nth-of-type(8), .price__table__data:nth-of-type(9), .price__table__data:nth-of-type(13), .price__table__data:nth-of-type(14), .price__table__data:nth-of-type(15) {
  background-color: #fff6d5;
}
.price__table__data:nth-of-type(5), .price__table__data:nth-of-type(6), .price__table__data:nth-of-type(8), .price__table__data:nth-of-type(9), .price__table__data:nth-of-type(11), .price__table__data:nth-of-type(12), .price__table__data:nth-of-type(14), .price__table__data:nth-of-type(15) {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price__table__data {
    font-size: 16px;
  }
}
.price__table__data.--price {
  font-weight: 500;
  color: #b9272d;
}
.price__table__data.--price span {
  font-weight: 500;
  color: #b9272d;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .price__table__data.--price span {
    font-size: 14px;
    display: block;
  }
}

.price__img {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .price__img {
    margin-top: 24px;
  }
}

.price__greetings {
  /* margin-top: 74px; */
  width: 90%;
  margin-inline: auto;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .price__greetings {
    margin-top: 38px;
  }
}

/* お客様の声 */
.voc {
  background-image: url(../images/pages/top/title7-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}
.voc__table {
  width: 90%;
  /* margin-inline: auto; */
  max-width: 1000px;
  background-color: #FBF5C6;
  padding: 20px;
  border-radius: 14px;
  margin: 30px auto;
  display: flex;
  flex-direction: row; /* デフォルトで横並び */
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.20);  
}
@media screen and (max-width: 1080px) {
  .voc__table {
    flex-direction: column; /* 768px以下で縦並び */
    width: 80%;
  }
}

.voc-img{
  max-width: 380px;
  width: 100%;
  margin-inline: auto;
 }
 @media screen and (max-width: 1080px) {
  .voc-img{
    max-width: 300px;
  }
}

.voc__comment1, .voc__comment2{
  margin: 10px auto;
  padding-left: 50px;
}

  .voice-line {
  height: 1px;
  background-color: #f58220;
  margin: 0.5rem auto;
  width: 100%;
  max-width: 695px;
}
@media screen and (max-width: 1080px) {
  .voc__comment_img{
    width: 70%;
    margin: 20px auto;
    padding-left: 0px;
  }

  .voc__comment1, .voc__comment2{
    width: 90%;
    margin: 20px auto;
    padding-left: 0px;
  }
  }

/* ご挨拶 */
.greetings section {

}
.consultation {
  background-image: url(../images/pages/top/bg6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .consultation {
    background-image: url(../images/pages/top/bg6-sp.png);
  }
}

.consultation__img {
  max-width: 808px;
  margin-inline: auto;
}

.contact {
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: url(../images/pages/top/bg7.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact__tel {
  max-width: 588px;
  margin-inline: auto;
}

.googlemap {
  position: relative;
  height: 386px;
}

.top__btn {
  position: fixed;
  bottom: 38px;
  right: 38px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top__btn {
    bottom: 88px;
    right: 10px;
  }
}

.top__btn__link {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #008a45;
  border: solid 2px #008a45;
  position: relative;
}
@media (any-hover: hover) {
  .top__btn__link:hover {
    background-color: #fff;
  }
  .top__btn__link:hover:before {
    border-right: 2px solid #008a45;
    border-bottom: 2px solid #008a45;
  }
}
@media screen and (max-width: 768px) {
  .top__btn__link {
    width: 40px;
    height: 40px;
  }
}
.top__btn__link:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .top__btn__link:before {
    width: 8px;
    height: 8px;
  }
}/*# sourceMappingURL=style.css.map */
/*レスポンシブで改行を消す*/
.sp{
  display: none;
}