@charset "UTF-8";
/*
Theme Name: URESHINO_THEME
Theme URI: https://ureshino.miecaritas.jp
Description: 嬉野カトリックの家.
Author: ECCOM Creation Co.,Ltd.
Author URI: 
Version: 1.1.0
.
嬉野カトリックの家
.
*/
/* 変数
------------------------------------*/
/* 外部CSS
------------------------------------*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  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,
.service-calendar__tel .service-calendar__tel-text::after,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before, .service-calendar__tel .service-calendar__tel-text::after,
::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;
}

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

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] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* 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 */
}

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

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] {
  cursor: pointer;
  color: inherit;
}

/* 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 {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

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

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

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  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;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: 0.75s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/* 共通パーツ
------------------------------------*/
html {
  font-size: 62.5%;
  min-height: 100vh;
  width: 100%;
}
@media screen and (max-width: 370px) {
  html {
    font-size: 50%;
  }
}

/* safari css hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1px) {
  html {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
body {
  background: #FDFDF8 url("images/bg.svg") repeat-y top 130px center/1418px;
  color: #707070;
  cursor: none !important;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.2em;
  line-height: 2.2857142857;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  body {
    background: #FDFDF8 url("images/bg-sp.svg") repeat-y top 85px center/132.267vw;
    cursor: default !important;
    font-size: 1.4rem;
    min-width: 320px;
    overflow-x: hidden;
  }
}
body:before, .service-calendar__tel body.service-calendar__tel-text::after {
  background-color: #FDFDF8;
  content: "";
  display: block;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  body:before, .service-calendar__tel body.service-calendar__tel-text::after {
    height: 85px;
  }
}
body.is-schedule {
  background-position: center bottom;
}
body.is-schedule:before, .service-calendar__tel body.is-schedule.service-calendar__tel-text::after {
  height: 170px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  body.is-schedule {
    background-image: none;
  }
}
body.is-fixed {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
}

*,
::before,
.service-calendar__tel .service-calendar__tel-text::after,
::after {
  box-sizing: border-box;
}

main {
  overflow: hidden;
}

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

p {
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

ul, ol {
  margin: 0;
  padding: 0 0 0 1.3em;
}

a {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"] {
  pointer-events: none;
}

button,
input[type=submit],
a {
  cursor: none !important;
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  button,
  input[type=submit],
  a {
    cursor: pointer !important;
  }
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
button:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.c-preload * {
  transition: none !important;
}

.c-header.is-fixed + main {
  padding-top: 167px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-header.is-fixed + main {
    padding-top: 85px;
  }
}

.c-header {
  height: 167px;
  padding: 0 30px;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-header {
    height: 85px;
  }
}
@media screen and (max-width: 650px) {
  .c-header {
    padding: 0 20px;
  }
}
.c-header.is-fixed {
  background: #FDFDF8 url("images/bg.svg") repeat-y top 130px center/1418px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.c-header .c-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
  padding: 60px 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-header .c-header__inner {
    display: block;
    padding: 10px 0 25px;
  }
}
.c-header .c-header__logo {
  width: 265px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-header .c-header__logo {
    width: 223px;
  }
}
.c-header .c-header__logo .c-header__logo-link {
  display: block;
}
.c-header .c-header__logo .c-header__logo-text {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.5;
  margin: 0 0 15px;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-header .c-header__logo .c-header__logo-text {
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    transform: scale(0.8);
    transform-origin: left center;
    margin-bottom: 10px;
    width: 120%;
  }
}
.c-header .c-header__logo .c-header__logo-image {
  display: block;
  line-height: 0;
  height: auto;
  width: 261px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-header .c-header__logo .c-header__logo-image {
    width: 223px;
  }
}
@media screen and (max-width: 370px) {
  .c-header .c-header__logo .c-header__logo-image {
    max-width: 200px;
    width: 100%;
  }
}
.c-header .c-header__navigation {
  position: relative;
}
.c-header .c-header__menu {
  align-items: flex-end;
  display: flex;
  gap: 34px;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media (max-width: 1120px) {
  .c-header .c-header__menu {
    gap: 16px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-header .c-header__menu {
    display: none;
  }
}
.c-header .c-header__menu .c-header__menu-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
}
.c-header .c-header__menu .c-header__menu-item:hover {
  opacity: 0.7;
}
.c-header .c-header__menu .c-header__menu-item .c-header__menu-icon {
  height: auto;
  width: 68px;
}
.c-header .c-header__menu .c-header__menu-item .c-header__menu-text {
  font-size: 1.1rem;
  letter-spacing: 2.2px;
  line-height: 1.5454545455;
  padding: 10px 0 0;
}
.c-header .c-header__contact {
  position: absolute;
  right: 0;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.c-header .c-header__contact .c-header__contact-button {
  align-items: center;
  background: #D8AEB1;
  border-radius: 0 0 10px 10px;
  display: flex;
  gap: 10px;
  height: 100%;
  justify-content: center;
  padding: 8px 20px;
  transition: opacity 0.3s ease;
  width: 100%;
}
.c-header .c-header__contact .c-header__contact-button:hover {
  opacity: 0.7;
}
.c-header .c-header__contact .c-header__contact-button .c-header__contact-icon {
  height: auto;
  width: 25px;
}
.c-header .c-header__contact .c-header__contact-button .c-header__contact-text {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.2px;
}
.c-header .c-header__hamburger {
  height: 35px;
  display: none;
  outline: none;
  pointer-events: visible;
  position: absolute;
  right: 30px;
  top: 19px;
  width: 36px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-header .c-header__hamburger {
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .c-header .c-header__hamburger {
    right: 20px;
  }
}
.c-header .c-header__hamburger::after {
  content: "menu";
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 27px;
  text-align: center;
  width: 100%;
}
.c-header .c-header__hamburger span {
  border-radius: 20px;
  display: block;
  height: 4px;
  margin: 0 0 5px;
  width: 100%;
}
.c-header .c-header__hamburger span:nth-child(1) {
  background-color: #F8DE89;
}
.c-header .c-header__hamburger span:nth-child(2) {
  background-color: #B1D8E2;
}
.c-header .c-header__hamburger span:nth-child(3) {
  background-color: #D8AEB1;
}

.c-footer {
  position: relative;
}

.c-footer-upper {
  margin: 0 auto;
  max-width: 636px;
  text-align: center;
  width: 100%;
}
.c-footer-upper .c-footer-upper__headline {
  font-size: 2.8rem;
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.3571428571;
  margin: 0 0 25px;
  text-align: center;
  text-indent: -0.2em;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-footer-upper .c-footer-upper__headline {
    letter-spacing: 0.09em;
    line-height: 1.6071428571;
    text-indent: -0.09em;
  }
}
.c-footer-upper .c-footer-upper__tel {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
.c-footer-upper .c-footer-upper__tel::before, .c-footer-upper .service-calendar__tel .c-footer-upper__tel.service-calendar__tel-text::after, .service-calendar__tel .c-footer-upper .c-footer-upper__tel.service-calendar__tel-text::after {
  background: url("images/icon-tel.svg") no-repeat top left/contain;
  content: "";
  display: inline-block;
  height: 29px;
  margin: 0 7px 0 0;
  width: 23px;
  vertical-align: bottom;
}
.c-footer-upper .c-footer-upper__time {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4285714286;
  margin: 5px 0 0;
}

.c-footer {
  border-top: 4px solid #F7F4EF;
  padding: 33px 20px 73px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-footer {
    padding: 50px 0 32px;
  }
}
.c-footer .c-footer__inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-footer .c-footer__inner {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    width: 100%;
  }
}
.c-footer .c-footer__inner .c-footer__logo-link {
  display: block;
}
.c-footer .c-footer__inner .c-footer__logo-link .c-footer__logo {
  display: block;
  height: auto;
  margin: 7px 0 0;
  width: 158px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-footer .c-footer__inner .c-footer__logo-link .c-footer__logo {
    margin: 0 0 48px;
    width: 154px;
  }
}
.c-footer .c-footer__inner .c-footer__menu {
  align-items: flex-end;
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  width: 77.6%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-footer .c-footer__inner .c-footer__menu {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 230px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-footer .c-footer__inner .c-footer__menu li {
    margin: 0 0 22px;
  }
  .c-footer .c-footer__inner .c-footer__menu li:last-child {
    margin-bottom: 0;
  }
}
.c-footer .c-footer__inner .c-footer__menu li .c-footer__menu-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-footer .c-footer__inner .c-footer__menu li .c-footer__menu-item {
    flex-direction: row;
  }
}
.c-footer .c-footer__inner .c-footer__menu li .c-footer__menu-item:hover {
  opacity: 0.7;
}
.c-footer .c-footer__inner .c-footer__menu li .c-footer__menu-item .c-footer__menu-icon {
  height: auto;
  width: 68px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-footer .c-footer__inner .c-footer__menu li .c-footer__menu-item .c-footer__menu-icon {
    margin: 0 22px 0 0;
    width: 45px;
  }
}
.c-footer .c-footer__inner .c-footer__menu li .c-footer__menu-item .c-footer__menu-text {
  font-size: 1rem;
  line-height: 1.5;
  margin: 10px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-footer .c-footer__inner .c-footer__menu li .c-footer__menu-item .c-footer__menu-text {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0;
  }
}
.c-footer .c-footer__privacy-policy {
  align-items: center;
  color: #707070;
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 150%;
  padding: 5px;
  text-align: center;
}
.c-footer .c-footer__copyright {
  font-size: 1rem;
  letter-spacing: 0;
  text-align: center;
}

.c-sp-menu {
  display: none;
  height: 100%;
  opacity: 0;
  padding: 9px 20px;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-sp-menu {
    display: block;
  }
}
.c-sp-menu.is-active {
  opacity: 1;
  overflow-y: scroll;
  pointer-events: auto;
}

.c-sp-menu__bg {
  background-color: rgba(43, 43, 43, 0.4);
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.c-sp-menu__inner {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  min-width: 247px;
  padding: 25px 12px 34px;
  position: relative;
  width: 247px;
}

.c-sp-menu__close {
  height: 42px;
  outline: none;
  position: absolute;
  right: 15px;
  top: 25px;
  width: 30px;
}
.c-sp-menu__close::after {
  content: "close";
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 30px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.c-sp-menu__close span {
  border-radius: 20px;
  display: block;
  height: 4px;
  margin: 0 0 5px;
  position: absolute;
  left: 50%;
  top: 30%;
  width: 100%;
}
.c-sp-menu__close span:nth-child(1) {
  background-color: #F8DE89;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-sp-menu__close span:nth-child(2) {
  background-color: #B1D8E2;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-sp-menu__list {
  list-style: none;
  margin: 83px 0 0;
  padding: 0;
}
.c-sp-menu__list li {
  margin: 0 0 20px;
}
@media screen and (max-width: 370px) {
  .c-sp-menu__list li {
    margin: 0 0 12px;
  }
}
.c-sp-menu__list li:last-of-type {
  margin-bottom: 0;
}
.c-sp-menu__list li .c-sp-menu__item {
  align-items: center;
  display: flex;
}
.c-sp-menu__list li .c-sp-menu__item .c-sp-menu__icon {
  display: block;
  height: auto;
  margin: 0 15px 0 0;
  width: 45px;
}
.c-sp-menu__list li .c-sp-menu__item .c-sp-menu__text {
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-sp-menu__contact-buttun {
  align-items: center;
  background-color: #D8AEB1;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  justify-content: center;
  height: 41px;
  width: 216px;
}
.c-sp-menu__contact-buttun .c-sp-menu__contact-icon {
  display: block;
  margin: 0 7px 0 0;
  width: 17px;
}

.c-sp-menu__tel-number {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin: 0 0 4px;
}
.c-sp-menu__tel-number::before, .service-calendar__tel .c-sp-menu__tel-number.service-calendar__tel-text::after {
  background: url("images/icon-tel.svg") no-repeat top left/contain;
  content: "";
  display: inline-block;
  height: 22px;
  margin: 0 8px 0 0;
  width: 17px;
  vertical-align: middle;
}

.c-sp-menu__time {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

.c-headline__about {
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.5em;
  line-height: 1;
  margin: 0 calc(50% - 50vw);
  text-align: center;
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .c-headline__about {
    line-height: 1.1875;
  }
}
@media screen and (max-width: 370px) {
  .c-headline__about {
    font-size: 2.8rem;
  }
}

.c-headline__default {
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
}
.c-headline__default.is-lines {
  line-height: 1.4473684211;
}

.c-headline__section {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.2em;
  line-height: 1;
}
.c-headline__section .c-headline__section-image {
  margin: 0 0 16px;
}

.c-headline__section-small {
  align-items: center;
  display: flex;
  font-size: 2.8rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.2em;
  line-height: 1.4642857143;
  margin: 0 auto;
  text-align: center;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-headline__section-small {
    font-size: 2.2rem;
  }
}
.c-headline__section-small.is-pinkcircle-bluesquare::before, .service-calendar__tel .c-headline__section-small.is-pinkcircle-bluesquare.service-calendar__tel-text::after {
  background: url("images/icon-circle.svg") no-repeat center center/20px 21px;
}
.c-headline__section-small.is-pinkcircle-bluesquare::after {
  background: url("images/icon-square.svg") no-repeat center center/25px 25px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-headline__section-small.is-pinkcircle-bluesquare::after {
    margin: 0 -26px 0 26px;
  }
}
.c-headline__section-small.is-yellow::before, .service-calendar__tel .c-headline__section-small.is-yellow.service-calendar__tel-text::after {
  background: url("images/icon-triangle.svg") no-repeat center center/32px 17px;
}
.c-headline__section-small.is-yellow::after {
  background: url("images/icon-circle-yellow.svg") no-repeat center center/19px 19px;
}
.c-headline__section-small.is-green::before, .service-calendar__tel .c-headline__section-small.is-green.service-calendar__tel-text::after {
  background: url("images/icon-triangle-green.svg") no-repeat center center/32px 17px;
}
.c-headline__section-small.is-green::after {
  background: url("images/icon-circle-green.svg") no-repeat center center/19px 19px;
}
.c-headline__section-small::before, .service-calendar__tel .c-headline__section-small.service-calendar__tel-text::after {
  background: url("images/icon-triangle.svg") no-repeat center center/32px 17px;
  content: "";
  display: inline-block;
  height: 25px;
  margin: 0 19px 0 -19px;
  min-width: 32px;
  width: 32px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-headline__section-small::before, .service-calendar__tel .c-headline__section-small.service-calendar__tel-text::after {
    margin: 0 18px 0 -26px;
  }
}
.c-headline__section-small::after {
  background: url("images/icon-circle.svg") no-repeat center center/19px 19px;
  content: "";
  display: inline-block;
  height: 25px;
  margin: 0 -11px 0 11px;
  min-width: 32px;
  width: 32px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-headline__section-small::after {
    margin: 0 -22px 0 11px;
  }
}

.c-headline__kv {
  display: block;
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 74px 0 0;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-headline__kv {
    font-size: 2.4rem;
    margin-top: 50px;
    line-height: 1.4583333333;
  }
}
.c-headline__kv.is-long-title {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-headline__kv.is-long-title {
    letter-spacing: 0.2em;
  }
}

.c-headline__page {
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.2368421053;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-headline__page {
    font-size: 2.2rem;
    line-height: 1.2727272727;
  }
}

.c-contents {
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 30px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-contents {
    padding: 0 20px;
  }
}

.c-pagetop {
  position: absolute;
  top: -80px;
  right: calc(50% - 500px);
  transition: opacity 0.3s ease;
  width: 70px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-pagetop {
    top: -108px;
    right: 20px;
  }
}
.c-pagetop:hover {
  opacity: 0.7;
}
.c-pagetop .c-pagetop__button {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.c-pagetop .c-pagetop__button .c-pagetop__icon {
  display: block;
  height: auto;
  margin: 0 0 4px;
  width: 30px;
}
.c-pagetop .c-pagetop__button .c-pagetop__text {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}

.c-breadcrumb-list {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 0 10px -20px;
  width: calc(100% + 40px);
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-breadcrumb-list {
    margin-bottom: 9px;
  }
}
.c-breadcrumb-list .c-breadcrumb-list__item {
  display: block;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  padding: 5px 20px;
}
.c-breadcrumb-list .c-breadcrumb-list__item:hover {
  opacity: 0.7;
}
.c-breadcrumb-list .c-breadcrumb-list__item:last-child:after {
  display: none;
}
.c-breadcrumb-list .c-breadcrumb-list__item.is-current:hover {
  opacity: 1;
}
.c-breadcrumb-list .c-breadcrumb-list__arrow {
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  display: block;
  height: 6px;
  transform: rotate(45deg);
  width: 6px;
}

.c-pager {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 166px;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-pager {
    margin: 0 0 148px;
    width: 100%;
  }
}
.c-pager .page-numbers {
  border-radius: 50%;
  font-size: 1.8rem;
  height: 30px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 5px;
  text-align: center;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  width: 30px;
}
.c-pager .page-numbers:hover {
  opacity: 0.7;
}
.c-pager .page-numbers.current {
  background-color: #EDCFAC;
  color: #fff;
  margin: 0 15px;
}
.c-pager .page-numbers.current:hover {
  opacity: 1;
}
.c-pager .page-numbers.prev {
  border-radius: 0;
  border-left: 2px solid #707070;
  border-bottom: 2px solid #707070;
  display: inline-block;
  height: 9px;
  margin: -1px 15px 0 0;
  transform: rotate(45deg);
  padding: 0;
  width: 9px;
}
.c-pager .page-numbers.next {
  border-radius: 0;
  border-right: 2px solid #707070;
  border-top: 2px solid #707070;
  display: inline-block;
  height: 9px;
  margin: -1px 0 0 15px;
  transform: rotate(45deg);
  padding: 0;
  width: 9px;
}

.c-posts {
  background-color: rgba(255, 255, 252, 0.7);
  margin: 0 calc(50% - 50vw);
  padding: 78px 30px 79px;
  position: relative;
  width: 100vw;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-posts {
    padding: 50px 20px 100px;
  }
}
.c-posts .c-posts__inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.c-posts .c-posts__contents {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 830px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-posts .c-posts__contents {
    flex-direction: column;
    margin: 0 auto 0 0;
    max-width: 802px;
  }
}
.c-posts .c-posts__contents .c-posts__image-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 40px 0 0;
  width: 16.265060241%;
}
@media screen and (max-width: 650px) {
  .c-posts .c-posts__contents .c-posts__image-block {
    margin: 0 0 47px;
    width: 100%;
  }
}
.c-posts .c-posts__contents .c-posts__image-block .c-posts__img {
  display: block;
  height: auto;
  margin: 0 0 10px;
}
@media screen and (max-width: 650px) {
  .c-posts .c-posts__contents .c-posts__image-block .c-posts__img {
    margin-bottom: 18px;
  }
}
.c-posts .c-posts__contents .c-posts__image-block .c-posts__headline {
  font-size: 1.4rem;
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0 10px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .c-posts .c-posts__contents .c-posts__image-block .c-posts__headline {
    font-size: 2rem;
    line-height: 1.35;
    padding-bottom: 15px;
  }
}
.c-posts .c-posts__contents .c-posts__image-block .c-posts__headline.is-ls6 {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 650px) {
  .c-posts .c-posts__contents .c-posts__image-block .c-posts__headline.is-ls6 {
    letter-spacing: 0.2em;
  }
}
.c-posts .c-posts__contents .c-posts__image-block .c-posts__link {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .c-posts .c-posts__contents .c-posts__image-block .c-posts__link {
    font-size: 1.4rem;
  }
}
.c-posts .c-posts__contents .c-posts__image-block .c-posts__link:hover {
  text-decoration: none;
}
.c-posts .c-posts__contents .c-posts__image-block .c-posts__link:after {
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 0 0 12px;
  transform: rotate(45deg);
  width: 7px;
}
.c-posts .c-posts__contents .c-posts__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  width: 78.5542168675%;
}
@media screen and (max-width: 650px) {
  .c-posts .c-posts__contents .c-posts__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 auto 0 0;
    overflow-x: scroll;
    white-space: nowrap;
    width: calc(100% + 20px);
  }
}
.c-posts .c-posts__contents .c-posts__list li {
  height: 221px;
  width: 20.7055214724%;
}
@media screen and (max-width: 650px) {
  .c-posts .c-posts__contents .c-posts__list li {
    height: 294px;
    margin: 0 27px 0 0;
    width: 180px;
  }
}
.c-posts .c-posts__contents .c-posts__list li.is-dammy {
  display: block;
  height: 0;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .c-posts .c-posts__contents .c-posts__list li.is-dammy {
    display: none;
  }
}
.c-posts .c-posts__contents .c-posts__list li .c-posts__item {
  display: block;
  transition: opacity 0.3s ease;
  width: 100%;
}
.c-posts .c-posts__contents .c-posts__list li .c-posts__item:hover {
  opacity: 0.7;
}
.c-posts .c-posts__contents .c-posts__list li .c-posts__thumbnail {
  border-radius: 10px;
  display: block;
  height: 135px;
  margin: 0 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 135px;
}
@media screen and (max-width: 650px) {
  .c-posts .c-posts__contents .c-posts__list li .c-posts__thumbnail {
    height: 180px;
    margin-bottom: 13px;
    width: 180px;
  }
}
.c-posts .c-posts__contents .c-posts__list li .c-posts__title {
  display: -webkit-box;
  font-size: 1.2rem;
  height: 54px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0 0 3px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 650px) {
  .c-posts .c-posts__contents .c-posts__list li .c-posts__title {
    font-size: 1.5rem;
    height: 70px;
    line-height: 1.6;
    padding-bottom: 15px;
    white-space: normal;
    width: 180px;
  }
}
.c-posts .c-posts__contents .c-posts__list li .c-posts__date {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1.4615384615;
}
@media screen and (max-width: 650px) {
  .c-posts .c-posts__contents .c-posts__list li .c-posts__date {
    font-size: 1.4rem;
  }
}

.c-about {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 580px;
  width: 100%;
}
.c-about .c-about__logo {
  display: block;
  height: auto;
  width: 183px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-about .c-about__logo {
    width: 111px;
  }
}
.c-about .c-about__text {
  line-height: 2.7142857143;
}

.c-text__head {
  font-size: 1.6rem;
  line-height: 1.9375;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-text__head {
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    line-height: 2;
  }
}

.c-link__more {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 26px 0 0;
  position: relative;
  text-align: left;
  text-decoration: underline;
  white-space: nowrap;
}
.c-link__more:hover {
  text-decoration: none;
}
.c-link__more:after {
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: calc(50% - 3px);
  right: 2px;
  transform: rotate(45deg);
  width: 8px;
}
.c-link__more.is-pink {
  color: #D8AEB1;
}
.c-link__more.is-pink::after {
  border-color: #D8AEB1;
}

.c-kv {
  line-height: 0;
  height: 280px;
  margin: 0 calc(50% - 50vw);
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 650px) {
  .c-kv {
    height: 120px;
  }
}
.c-kv .c-kv__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-kv .c-kv__icon {
  height: auto;
  margin: auto;
  max-width: 100%;
  position: absolute;
  bottom: -54px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-kv .c-kv__icon {
    bottom: -30px;
  }
}
@media screen and (max-width: 650px) {
  .c-kv .c-kv__icon {
    max-width: 375px;
  }
}
@media screen and (max-width: 370px) {
  .c-kv .c-kv__icon {
    max-width: 100%;
  }
}

.c-banner {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  padding: 30px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-banner {
    flex-direction: column;
  }
}
@media screen and (max-width: 650px) {
  .c-banner {
    padding: 20px;
  }
}
.c-banner .c-banner__decoration01, .c-banner .c-banner__decoration03, .c-banner .c-banner__decoration02 {
  display: block;
  height: auto;
  position: absolute;
  left: 19px;
  top: -29px;
  width: 89px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-banner .c-banner__decoration01, .c-banner .c-banner__decoration03, .c-banner .c-banner__decoration02 {
    left: auto;
    right: 2px;
    top: -33px;
  }
}
.c-banner .c-banner__decoration02 {
  left: auto;
  right: 0;
  top: -68px;
  width: 214px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-banner .c-banner__decoration02 {
    display: none;
  }
}
.c-banner .c-banner__decoration03 {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-banner .c-banner__decoration03 {
    display: block;
    left: 2px;
    right: auto;
    top: -48px;
    width: 120px;
  }
}
.c-banner .c-banner__image {
  line-height: 0;
  width: calc(100% - 611px);
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-banner .c-banner__image {
    width: 100%;
  }
}
.c-banner .c-banner__image img {
  border-radius: 20px 0 0 20px;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-banner .c-banner__image img {
    border-radius: 20px;
    margin: 0 0 20px;
  }
}
.c-banner .c-banner__text-block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 48px;
  width: 611px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-banner .c-banner__text-block {
    align-items: center;
    padding: 0;
    width: 100%;
  }
}
.c-banner .c-banner__text-block p:not([class]) {
  line-height: 200%;
  width: 100%;
}
.c-banner .c-banner__text-block .c-banner__headline {
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.1842105263;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-banner .c-banner__text-block .c-banner__headline {
    font-size: 2.2rem;
    letter-spacing: 0.12em;
    line-height: 1.5909090909;
    margin: 0 0 10px;
    width: calc(100% + 1px);
  }
}
.c-banner .c-banner__text-block .c-banner__button {
  margin: 20px 0 0;
  max-width: 307px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-banner .c-banner__text-block .c-banner__button {
    margin: 15px;
  }
}

.lb-data .lb-number {
  display: none !important;
}

.c-cursor {
  height: 40px;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease 0.2s;
  width: 40px;
  will-change: filter;
  z-index: 20000;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-cursor {
    display: none;
  }
}
.c-cursor .c-cursor__default {
  display: block;
  opacity: 1;
  position: absolute;
  left: calc(50% - 13px);
  top: calc(50% - 13px);
  transition: opacity 0.4s ease;
}
.c-cursor .c-cursor__active {
  animation: mouseCursorAnimationOut 0.2s ease 1 forwards;
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 19px);
}
.c-cursor.is-ready {
  opacity: 1;
}
.c-cursor.is-active .c-cursor__default {
  opacity: 0;
}
.c-cursor.is-active .c-cursor__active {
  animation: mouseCursorAnimationOn 0.4s ease 1 forwards;
}

@keyframes mouseCursorAnimationOn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  80% {
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes mouseCursorAnimationOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.a-fadeup {
  opacity: 0;
}
.a-fadeup.is-animated {
  animation: fadeUp 2s ease forwards;
}
.a-fadeup.is-late {
  animation-delay: 0.5s;
}
.a-fadeup.is-late02 {
  animation-delay: 1s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transition: translate3d(0, 0, 0);
  }
}
/* ボタン */
.c-button__default {
  align-items: center;
  background-color: #F8DE89;
  border-radius: 20px;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 55px;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 1;
  transition: opacity 0.3s ease;
  max-width: 307px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-button__default {
    max-width: 334px;
  }
}
@media screen and (max-width: 370px) {
  .c-button__default {
    font-size: 1.4rem;
  }
}
.c-button__default:hover {
  opacity: 0.7;
}

.c-button__cta {
  align-items: center;
  background-color: #F8DE89;
  border-radius: 20px;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 55px;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 1;
  transition: opacity 0.3s ease;
  max-width: 307px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-button__cta {
    max-width: 334px;
  }
}
@media screen and (max-width: 370px) {
  .c-button__cta {
    font-size: 1.4rem;
  }
}
.c-button__cta:hover {
  opacity: 0.7;
}
.c-button__cta.is-pink {
  color: #fff;
  background-color: #D8AEB1;
}
.c-button__cta.is-long {
  max-width: 370px;
}
.c-button__cta::before, .service-calendar__tel .c-button__cta.service-calendar__tel-text::after {
  background: url("images/icon-recruit.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 59px;
  position: absolute;
  bottom: 0;
  left: 21px;
  width: 44px;
}
@media screen and (max-width: 370px) {
  .c-button__cta::before, .service-calendar__tel .c-button__cta.service-calendar__tel-text::after {
    height: 47px;
    left: 10px;
    width: 35px;
  }
}
.c-button__cta::after {
  background: url("images/icon-service.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 46px;
}
@media screen and (max-width: 370px) {
  .c-button__cta::after {
    height: 46px;
    right: 10px;
    width: 35px;
  }
}
.c-button__cta .c-button__cta-icon::before, .c-button__cta .service-calendar__tel .c-button__cta-icon.service-calendar__tel-text::after, .service-calendar__tel .c-button__cta .c-button__cta-icon.service-calendar__tel-text::after {
  background: url("images/icon-mail-white.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 5px -2px 0;
  width: 18px;
}

.c-button__footer-contact {
  align-items: center;
  background-color: #F8DE89;
  border-radius: 20px;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 55px;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 1;
  transition: opacity 0.3s ease;
  max-width: 307px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .c-button__footer-contact {
    max-width: 334px;
  }
}
@media screen and (max-width: 370px) {
  .c-button__footer-contact {
    font-size: 1.4rem;
  }
}
.c-button__footer-contact:hover {
  opacity: 0.7;
}
.c-button__footer-contact::before, .service-calendar__tel .c-button__footer-contact.service-calendar__tel-text::after {
  background: url("images/decoration-tree01.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 38px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 9px;
  top: 0;
  width: 51px;
}
.c-button__footer-contact::after {
  background: url("images/decoration-tree02.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 43px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 20px;
  top: 0;
  width: 40px;
}
.c-button__footer-contact .c-button__footer-contact-icon::before, .c-button__footer-contact .service-calendar__tel .c-button__footer-contact-icon.service-calendar__tel-text::after, .service-calendar__tel .c-button__footer-contact .c-button__footer-contact-icon.service-calendar__tel-text::after {
  background: url("images/icon-mail-gray.svg") no-repeat top left/contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 5px -2px 0;
  width: 18px;
}

.c-button__anchor {
  align-items: center;
  background-color: #8DC1CE;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  height: 54px;
  font-size: 1.8rem;
  justify-content: center;
  letter-spacing: 0.2em;
  line-height: 1.2;
  min-width: 216px;
  padding: 15px 40px;
  position: relative;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 650px) {
  .c-button__anchor {
    width: 100%;
  }
}
.c-button__anchor::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 22px;
  top: 20px;
  transform: rotate(45deg);
  width: 8px;
}
.c-button__anchor:hover {
  opacity: 0.7;
}

/* デフォルトtable */
.c-table__default {
  background-color: #fff;
  border-radius: 20px;
  border-spacing: 0;
  height: 100%;
  position: relative;
  width: 100%;
}
.c-table__default thead {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
}
.c-table__default thead th {
  background-color: #8DC1CE;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 14px 20px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-table__default thead th {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 13px 10px 10px;
  }
}
.c-table__default tbody tr:last-child th,
.c-table__default tbody tr:last-child td {
  border-bottom: none;
}
.c-table__default tbody th {
  border-bottom: 2px solid #E3E3E3;
  border-right: 2px solid #E3E3E3;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4666666667;
  padding: 24px 10px 18px;
  width: 194px;
}
@media screen and (max-width: 650px) {
  .c-table__default tbody th {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    padding: 18px 5px;
    width: 28%;
  }
}
.c-table__default tbody td {
  border-bottom: 2px solid #E3E3E3;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 28px 14px 25px;
}
@media screen and (max-width: 650px) {
  .c-table__default tbody td {
    font-size: 1rem;
    line-height: 1.5;
    padding: 20px 14px;
  }
}
@media screen and (max-width: 650px) {
  .c-table__default .c-table__text-sp-small {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.c-list__number {
  list-style: none;
  padding-left: 28px;
  position: relative;
  counter-reset: number 0;
}
@media screen and (max-width: 650px) {
  .c-list__number {
    padding-left: 15px;
  }
}
.c-list__number li {
  padding: 1px 0;
  position: relative;
}
.c-list__number li::before, .c-list__number .service-calendar__tel li.service-calendar__tel-text::after, .service-calendar__tel .c-list__number li.service-calendar__tel-text::after {
  border: 1px solid #707070;
  border-radius: 50%;
  counter-increment: number 1;
  content: counter(number) " ";
  display: block;
  height: calc(1em + 3px);
  letter-spacing: 0;
  line-height: 1em;
  position: absolute;
  left: -28px;
  top: 3px;
  text-align: center;
  transform: scale(0.8);
  transform-origin: center center;
  white-space: nowrap;
  width: calc(1em + 3px);
}
@media screen and (max-width: 650px) {
  .c-list__number li::before, .c-list__number .service-calendar__tel li.service-calendar__tel-text::after, .service-calendar__tel .c-list__number li.service-calendar__tel-text::after {
    left: -15px;
  }
}

/* ユーティリティー
------------------------------------*/
/*
    .u-mb-0{
        margin-bottom:0 !important;
    }

    .u-mr-5{
        margin-right:5rem !important;
    }

    .u-mt-15{
        margin-right:15rem !important;
    }
*/
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-1 {
  margin-top: 1rem !important;
}

.u-mt-2 {
  margin-top: 2rem !important;
}

.u-mt-3 {
  margin-top: 3rem !important;
}

.u-mt-4 {
  margin-top: 4rem !important;
}

.u-mt-5 {
  margin-top: 5rem !important;
}

.u-mt-6 {
  margin-top: 6rem !important;
}

.u-mt-7 {
  margin-top: 7rem !important;
}

.u-mt-8 {
  margin-top: 8rem !important;
}

.u-mt-9 {
  margin-top: 9rem !important;
}

.u-mt-10 {
  margin-top: 10rem !important;
}

.u-mt-11 {
  margin-top: 11rem !important;
}

.u-mt-12 {
  margin-top: 12rem !important;
}

.u-mt-13 {
  margin-top: 13rem !important;
}

.u-mt-14 {
  margin-top: 14rem !important;
}

.u-mt-15 {
  margin-top: 15rem !important;
}

.u-mt-16 {
  margin-top: 16rem !important;
}

.u-mt-17 {
  margin-top: 17rem !important;
}

.u-mt-18 {
  margin-top: 18rem !important;
}

.u-mt-19 {
  margin-top: 19rem !important;
}

.u-mt-20 {
  margin-top: 20rem !important;
}

.u-mt-21 {
  margin-top: 21rem !important;
}

.u-mt-22 {
  margin-top: 22rem !important;
}

.u-mt-23 {
  margin-top: 23rem !important;
}

.u-mt-24 {
  margin-top: 24rem !important;
}

.u-mt-25 {
  margin-top: 25rem !important;
}

.u-mt-26 {
  margin-top: 26rem !important;
}

.u-mt-27 {
  margin-top: 27rem !important;
}

.u-mt-28 {
  margin-top: 28rem !important;
}

.u-mt-29 {
  margin-top: 29rem !important;
}

.u-mt-30 {
  margin-top: 30rem !important;
}

.u-mt-31 {
  margin-top: 31rem !important;
}

.u-mt-32 {
  margin-top: 32rem !important;
}

.u-mt-33 {
  margin-top: 33rem !important;
}

.u-mt-34 {
  margin-top: 34rem !important;
}

.u-mt-35 {
  margin-top: 35rem !important;
}

.u-mt-36 {
  margin-top: 36rem !important;
}

.u-mt-37 {
  margin-top: 37rem !important;
}

.u-mt-38 {
  margin-top: 38rem !important;
}

.u-mt-39 {
  margin-top: 39rem !important;
}

.u-mt-40 {
  margin-top: 40rem !important;
}

.u-mt-41 {
  margin-top: 41rem !important;
}

.u-mt-42 {
  margin-top: 42rem !important;
}

.u-mt-43 {
  margin-top: 43rem !important;
}

.u-mt-44 {
  margin-top: 44rem !important;
}

.u-mt-45 {
  margin-top: 45rem !important;
}

.u-mt-46 {
  margin-top: 46rem !important;
}

.u-mt-47 {
  margin-top: 47rem !important;
}

.u-mt-48 {
  margin-top: 48rem !important;
}

.u-mt-49 {
  margin-top: 49rem !important;
}

.u-mt-50 {
  margin-top: 50rem !important;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .u-tab-mt-0 {
    margin-top: 0rem !important;
  }
  .u-tab-mt-1 {
    margin-top: 1rem !important;
  }
  .u-tab-mt-2 {
    margin-top: 2rem !important;
  }
  .u-tab-mt-3 {
    margin-top: 3rem !important;
  }
  .u-tab-mt-4 {
    margin-top: 4rem !important;
  }
  .u-tab-mt-5 {
    margin-top: 5rem !important;
  }
  .u-tab-mt-6 {
    margin-top: 6rem !important;
  }
  .u-tab-mt-7 {
    margin-top: 7rem !important;
  }
  .u-tab-mt-8 {
    margin-top: 8rem !important;
  }
  .u-tab-mt-9 {
    margin-top: 9rem !important;
  }
  .u-tab-mt-10 {
    margin-top: 10rem !important;
  }
  .u-tab-mt-11 {
    margin-top: 11rem !important;
  }
  .u-tab-mt-12 {
    margin-top: 12rem !important;
  }
  .u-tab-mt-13 {
    margin-top: 13rem !important;
  }
  .u-tab-mt-14 {
    margin-top: 14rem !important;
  }
  .u-tab-mt-15 {
    margin-top: 15rem !important;
  }
  .u-tab-mt-16 {
    margin-top: 16rem !important;
  }
  .u-tab-mt-17 {
    margin-top: 17rem !important;
  }
  .u-tab-mt-18 {
    margin-top: 18rem !important;
  }
  .u-tab-mt-19 {
    margin-top: 19rem !important;
  }
  .u-tab-mt-20 {
    margin-top: 20rem !important;
  }
  .u-tab-mt-21 {
    margin-top: 21rem !important;
  }
  .u-tab-mt-22 {
    margin-top: 22rem !important;
  }
  .u-tab-mt-23 {
    margin-top: 23rem !important;
  }
  .u-tab-mt-24 {
    margin-top: 24rem !important;
  }
  .u-tab-mt-25 {
    margin-top: 25rem !important;
  }
  .u-tab-mt-26 {
    margin-top: 26rem !important;
  }
  .u-tab-mt-27 {
    margin-top: 27rem !important;
  }
  .u-tab-mt-28 {
    margin-top: 28rem !important;
  }
  .u-tab-mt-29 {
    margin-top: 29rem !important;
  }
  .u-tab-mt-30 {
    margin-top: 30rem !important;
  }
  .u-tab-mt-31 {
    margin-top: 31rem !important;
  }
  .u-tab-mt-32 {
    margin-top: 32rem !important;
  }
  .u-tab-mt-33 {
    margin-top: 33rem !important;
  }
  .u-tab-mt-34 {
    margin-top: 34rem !important;
  }
  .u-tab-mt-35 {
    margin-top: 35rem !important;
  }
  .u-tab-mt-36 {
    margin-top: 36rem !important;
  }
  .u-tab-mt-37 {
    margin-top: 37rem !important;
  }
  .u-tab-mt-38 {
    margin-top: 38rem !important;
  }
  .u-tab-mt-39 {
    margin-top: 39rem !important;
  }
  .u-tab-mt-40 {
    margin-top: 40rem !important;
  }
  .u-tab-mt-41 {
    margin-top: 41rem !important;
  }
  .u-tab-mt-42 {
    margin-top: 42rem !important;
  }
  .u-tab-mt-43 {
    margin-top: 43rem !important;
  }
  .u-tab-mt-44 {
    margin-top: 44rem !important;
  }
  .u-tab-mt-45 {
    margin-top: 45rem !important;
  }
  .u-tab-mt-46 {
    margin-top: 46rem !important;
  }
  .u-tab-mt-47 {
    margin-top: 47rem !important;
  }
  .u-tab-mt-48 {
    margin-top: 48rem !important;
  }
  .u-tab-mt-49 {
    margin-top: 49rem !important;
  }
  .u-tab-mt-50 {
    margin-top: 50rem !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mt-0 {
    margin-top: 0rem !important;
  }
  .u-sp-mt-1 {
    margin-top: 1rem !important;
  }
  .u-sp-mt-2 {
    margin-top: 2rem !important;
  }
  .u-sp-mt-3 {
    margin-top: 3rem !important;
  }
  .u-sp-mt-4 {
    margin-top: 4rem !important;
  }
  .u-sp-mt-5 {
    margin-top: 5rem !important;
  }
  .u-sp-mt-6 {
    margin-top: 6rem !important;
  }
  .u-sp-mt-7 {
    margin-top: 7rem !important;
  }
  .u-sp-mt-8 {
    margin-top: 8rem !important;
  }
  .u-sp-mt-9 {
    margin-top: 9rem !important;
  }
  .u-sp-mt-10 {
    margin-top: 10rem !important;
  }
  .u-sp-mt-11 {
    margin-top: 11rem !important;
  }
  .u-sp-mt-12 {
    margin-top: 12rem !important;
  }
  .u-sp-mt-13 {
    margin-top: 13rem !important;
  }
  .u-sp-mt-14 {
    margin-top: 14rem !important;
  }
  .u-sp-mt-15 {
    margin-top: 15rem !important;
  }
  .u-sp-mt-16 {
    margin-top: 16rem !important;
  }
  .u-sp-mt-17 {
    margin-top: 17rem !important;
  }
  .u-sp-mt-18 {
    margin-top: 18rem !important;
  }
  .u-sp-mt-19 {
    margin-top: 19rem !important;
  }
  .u-sp-mt-20 {
    margin-top: 20rem !important;
  }
  .u-sp-mt-21 {
    margin-top: 21rem !important;
  }
  .u-sp-mt-22 {
    margin-top: 22rem !important;
  }
  .u-sp-mt-23 {
    margin-top: 23rem !important;
  }
  .u-sp-mt-24 {
    margin-top: 24rem !important;
  }
  .u-sp-mt-25 {
    margin-top: 25rem !important;
  }
  .u-sp-mt-26 {
    margin-top: 26rem !important;
  }
  .u-sp-mt-27 {
    margin-top: 27rem !important;
  }
  .u-sp-mt-28 {
    margin-top: 28rem !important;
  }
  .u-sp-mt-29 {
    margin-top: 29rem !important;
  }
  .u-sp-mt-30 {
    margin-top: 30rem !important;
  }
  .u-sp-mt-31 {
    margin-top: 31rem !important;
  }
  .u-sp-mt-32 {
    margin-top: 32rem !important;
  }
  .u-sp-mt-33 {
    margin-top: 33rem !important;
  }
  .u-sp-mt-34 {
    margin-top: 34rem !important;
  }
  .u-sp-mt-35 {
    margin-top: 35rem !important;
  }
  .u-sp-mt-36 {
    margin-top: 36rem !important;
  }
  .u-sp-mt-37 {
    margin-top: 37rem !important;
  }
  .u-sp-mt-38 {
    margin-top: 38rem !important;
  }
  .u-sp-mt-39 {
    margin-top: 39rem !important;
  }
  .u-sp-mt-40 {
    margin-top: 40rem !important;
  }
  .u-sp-mt-41 {
    margin-top: 41rem !important;
  }
  .u-sp-mt-42 {
    margin-top: 42rem !important;
  }
  .u-sp-mt-43 {
    margin-top: 43rem !important;
  }
  .u-sp-mt-44 {
    margin-top: 44rem !important;
  }
  .u-sp-mt-45 {
    margin-top: 45rem !important;
  }
  .u-sp-mt-46 {
    margin-top: 46rem !important;
  }
  .u-sp-mt-47 {
    margin-top: 47rem !important;
  }
  .u-sp-mt-48 {
    margin-top: 48rem !important;
  }
  .u-sp-mt-49 {
    margin-top: 49rem !important;
  }
  .u-sp-mt-50 {
    margin-top: 50rem !important;
  }
}
.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mr-1 {
  margin-right: 1rem !important;
}

.u-mr-2 {
  margin-right: 2rem !important;
}

.u-mr-3 {
  margin-right: 3rem !important;
}

.u-mr-4 {
  margin-right: 4rem !important;
}

.u-mr-5 {
  margin-right: 5rem !important;
}

.u-mr-6 {
  margin-right: 6rem !important;
}

.u-mr-7 {
  margin-right: 7rem !important;
}

.u-mr-8 {
  margin-right: 8rem !important;
}

.u-mr-9 {
  margin-right: 9rem !important;
}

.u-mr-10 {
  margin-right: 10rem !important;
}

.u-mr-11 {
  margin-right: 11rem !important;
}

.u-mr-12 {
  margin-right: 12rem !important;
}

.u-mr-13 {
  margin-right: 13rem !important;
}

.u-mr-14 {
  margin-right: 14rem !important;
}

.u-mr-15 {
  margin-right: 15rem !important;
}

.u-mr-16 {
  margin-right: 16rem !important;
}

.u-mr-17 {
  margin-right: 17rem !important;
}

.u-mr-18 {
  margin-right: 18rem !important;
}

.u-mr-19 {
  margin-right: 19rem !important;
}

.u-mr-20 {
  margin-right: 20rem !important;
}

.u-mr-21 {
  margin-right: 21rem !important;
}

.u-mr-22 {
  margin-right: 22rem !important;
}

.u-mr-23 {
  margin-right: 23rem !important;
}

.u-mr-24 {
  margin-right: 24rem !important;
}

.u-mr-25 {
  margin-right: 25rem !important;
}

.u-mr-26 {
  margin-right: 26rem !important;
}

.u-mr-27 {
  margin-right: 27rem !important;
}

.u-mr-28 {
  margin-right: 28rem !important;
}

.u-mr-29 {
  margin-right: 29rem !important;
}

.u-mr-30 {
  margin-right: 30rem !important;
}

.u-mr-31 {
  margin-right: 31rem !important;
}

.u-mr-32 {
  margin-right: 32rem !important;
}

.u-mr-33 {
  margin-right: 33rem !important;
}

.u-mr-34 {
  margin-right: 34rem !important;
}

.u-mr-35 {
  margin-right: 35rem !important;
}

.u-mr-36 {
  margin-right: 36rem !important;
}

.u-mr-37 {
  margin-right: 37rem !important;
}

.u-mr-38 {
  margin-right: 38rem !important;
}

.u-mr-39 {
  margin-right: 39rem !important;
}

.u-mr-40 {
  margin-right: 40rem !important;
}

.u-mr-41 {
  margin-right: 41rem !important;
}

.u-mr-42 {
  margin-right: 42rem !important;
}

.u-mr-43 {
  margin-right: 43rem !important;
}

.u-mr-44 {
  margin-right: 44rem !important;
}

.u-mr-45 {
  margin-right: 45rem !important;
}

.u-mr-46 {
  margin-right: 46rem !important;
}

.u-mr-47 {
  margin-right: 47rem !important;
}

.u-mr-48 {
  margin-right: 48rem !important;
}

.u-mr-49 {
  margin-right: 49rem !important;
}

.u-mr-50 {
  margin-right: 50rem !important;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .u-tab-mr-0 {
    margin-right: 0rem !important;
  }
  .u-tab-mr-1 {
    margin-right: 1rem !important;
  }
  .u-tab-mr-2 {
    margin-right: 2rem !important;
  }
  .u-tab-mr-3 {
    margin-right: 3rem !important;
  }
  .u-tab-mr-4 {
    margin-right: 4rem !important;
  }
  .u-tab-mr-5 {
    margin-right: 5rem !important;
  }
  .u-tab-mr-6 {
    margin-right: 6rem !important;
  }
  .u-tab-mr-7 {
    margin-right: 7rem !important;
  }
  .u-tab-mr-8 {
    margin-right: 8rem !important;
  }
  .u-tab-mr-9 {
    margin-right: 9rem !important;
  }
  .u-tab-mr-10 {
    margin-right: 10rem !important;
  }
  .u-tab-mr-11 {
    margin-right: 11rem !important;
  }
  .u-tab-mr-12 {
    margin-right: 12rem !important;
  }
  .u-tab-mr-13 {
    margin-right: 13rem !important;
  }
  .u-tab-mr-14 {
    margin-right: 14rem !important;
  }
  .u-tab-mr-15 {
    margin-right: 15rem !important;
  }
  .u-tab-mr-16 {
    margin-right: 16rem !important;
  }
  .u-tab-mr-17 {
    margin-right: 17rem !important;
  }
  .u-tab-mr-18 {
    margin-right: 18rem !important;
  }
  .u-tab-mr-19 {
    margin-right: 19rem !important;
  }
  .u-tab-mr-20 {
    margin-right: 20rem !important;
  }
  .u-tab-mr-21 {
    margin-right: 21rem !important;
  }
  .u-tab-mr-22 {
    margin-right: 22rem !important;
  }
  .u-tab-mr-23 {
    margin-right: 23rem !important;
  }
  .u-tab-mr-24 {
    margin-right: 24rem !important;
  }
  .u-tab-mr-25 {
    margin-right: 25rem !important;
  }
  .u-tab-mr-26 {
    margin-right: 26rem !important;
  }
  .u-tab-mr-27 {
    margin-right: 27rem !important;
  }
  .u-tab-mr-28 {
    margin-right: 28rem !important;
  }
  .u-tab-mr-29 {
    margin-right: 29rem !important;
  }
  .u-tab-mr-30 {
    margin-right: 30rem !important;
  }
  .u-tab-mr-31 {
    margin-right: 31rem !important;
  }
  .u-tab-mr-32 {
    margin-right: 32rem !important;
  }
  .u-tab-mr-33 {
    margin-right: 33rem !important;
  }
  .u-tab-mr-34 {
    margin-right: 34rem !important;
  }
  .u-tab-mr-35 {
    margin-right: 35rem !important;
  }
  .u-tab-mr-36 {
    margin-right: 36rem !important;
  }
  .u-tab-mr-37 {
    margin-right: 37rem !important;
  }
  .u-tab-mr-38 {
    margin-right: 38rem !important;
  }
  .u-tab-mr-39 {
    margin-right: 39rem !important;
  }
  .u-tab-mr-40 {
    margin-right: 40rem !important;
  }
  .u-tab-mr-41 {
    margin-right: 41rem !important;
  }
  .u-tab-mr-42 {
    margin-right: 42rem !important;
  }
  .u-tab-mr-43 {
    margin-right: 43rem !important;
  }
  .u-tab-mr-44 {
    margin-right: 44rem !important;
  }
  .u-tab-mr-45 {
    margin-right: 45rem !important;
  }
  .u-tab-mr-46 {
    margin-right: 46rem !important;
  }
  .u-tab-mr-47 {
    margin-right: 47rem !important;
  }
  .u-tab-mr-48 {
    margin-right: 48rem !important;
  }
  .u-tab-mr-49 {
    margin-right: 49rem !important;
  }
  .u-tab-mr-50 {
    margin-right: 50rem !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mr-0 {
    margin-right: 0rem !important;
  }
  .u-sp-mr-1 {
    margin-right: 1rem !important;
  }
  .u-sp-mr-2 {
    margin-right: 2rem !important;
  }
  .u-sp-mr-3 {
    margin-right: 3rem !important;
  }
  .u-sp-mr-4 {
    margin-right: 4rem !important;
  }
  .u-sp-mr-5 {
    margin-right: 5rem !important;
  }
  .u-sp-mr-6 {
    margin-right: 6rem !important;
  }
  .u-sp-mr-7 {
    margin-right: 7rem !important;
  }
  .u-sp-mr-8 {
    margin-right: 8rem !important;
  }
  .u-sp-mr-9 {
    margin-right: 9rem !important;
  }
  .u-sp-mr-10 {
    margin-right: 10rem !important;
  }
  .u-sp-mr-11 {
    margin-right: 11rem !important;
  }
  .u-sp-mr-12 {
    margin-right: 12rem !important;
  }
  .u-sp-mr-13 {
    margin-right: 13rem !important;
  }
  .u-sp-mr-14 {
    margin-right: 14rem !important;
  }
  .u-sp-mr-15 {
    margin-right: 15rem !important;
  }
  .u-sp-mr-16 {
    margin-right: 16rem !important;
  }
  .u-sp-mr-17 {
    margin-right: 17rem !important;
  }
  .u-sp-mr-18 {
    margin-right: 18rem !important;
  }
  .u-sp-mr-19 {
    margin-right: 19rem !important;
  }
  .u-sp-mr-20 {
    margin-right: 20rem !important;
  }
  .u-sp-mr-21 {
    margin-right: 21rem !important;
  }
  .u-sp-mr-22 {
    margin-right: 22rem !important;
  }
  .u-sp-mr-23 {
    margin-right: 23rem !important;
  }
  .u-sp-mr-24 {
    margin-right: 24rem !important;
  }
  .u-sp-mr-25 {
    margin-right: 25rem !important;
  }
  .u-sp-mr-26 {
    margin-right: 26rem !important;
  }
  .u-sp-mr-27 {
    margin-right: 27rem !important;
  }
  .u-sp-mr-28 {
    margin-right: 28rem !important;
  }
  .u-sp-mr-29 {
    margin-right: 29rem !important;
  }
  .u-sp-mr-30 {
    margin-right: 30rem !important;
  }
  .u-sp-mr-31 {
    margin-right: 31rem !important;
  }
  .u-sp-mr-32 {
    margin-right: 32rem !important;
  }
  .u-sp-mr-33 {
    margin-right: 33rem !important;
  }
  .u-sp-mr-34 {
    margin-right: 34rem !important;
  }
  .u-sp-mr-35 {
    margin-right: 35rem !important;
  }
  .u-sp-mr-36 {
    margin-right: 36rem !important;
  }
  .u-sp-mr-37 {
    margin-right: 37rem !important;
  }
  .u-sp-mr-38 {
    margin-right: 38rem !important;
  }
  .u-sp-mr-39 {
    margin-right: 39rem !important;
  }
  .u-sp-mr-40 {
    margin-right: 40rem !important;
  }
  .u-sp-mr-41 {
    margin-right: 41rem !important;
  }
  .u-sp-mr-42 {
    margin-right: 42rem !important;
  }
  .u-sp-mr-43 {
    margin-right: 43rem !important;
  }
  .u-sp-mr-44 {
    margin-right: 44rem !important;
  }
  .u-sp-mr-45 {
    margin-right: 45rem !important;
  }
  .u-sp-mr-46 {
    margin-right: 46rem !important;
  }
  .u-sp-mr-47 {
    margin-right: 47rem !important;
  }
  .u-sp-mr-48 {
    margin-right: 48rem !important;
  }
  .u-sp-mr-49 {
    margin-right: 49rem !important;
  }
  .u-sp-mr-50 {
    margin-right: 50rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-1 {
  margin-bottom: 1rem !important;
}

.u-mb-2 {
  margin-bottom: 2rem !important;
}

.u-mb-3 {
  margin-bottom: 3rem !important;
}

.u-mb-4 {
  margin-bottom: 4rem !important;
}

.u-mb-5 {
  margin-bottom: 5rem !important;
}

.u-mb-6 {
  margin-bottom: 6rem !important;
}

.u-mb-7 {
  margin-bottom: 7rem !important;
}

.u-mb-8 {
  margin-bottom: 8rem !important;
}

.u-mb-9 {
  margin-bottom: 9rem !important;
}

.u-mb-10 {
  margin-bottom: 10rem !important;
}

.u-mb-11 {
  margin-bottom: 11rem !important;
}

.u-mb-12 {
  margin-bottom: 12rem !important;
}

.u-mb-13 {
  margin-bottom: 13rem !important;
}

.u-mb-14 {
  margin-bottom: 14rem !important;
}

.u-mb-15 {
  margin-bottom: 15rem !important;
}

.u-mb-16 {
  margin-bottom: 16rem !important;
}

.u-mb-17 {
  margin-bottom: 17rem !important;
}

.u-mb-18 {
  margin-bottom: 18rem !important;
}

.u-mb-19 {
  margin-bottom: 19rem !important;
}

.u-mb-20 {
  margin-bottom: 20rem !important;
}

.u-mb-21 {
  margin-bottom: 21rem !important;
}

.u-mb-22 {
  margin-bottom: 22rem !important;
}

.u-mb-23 {
  margin-bottom: 23rem !important;
}

.u-mb-24 {
  margin-bottom: 24rem !important;
}

.u-mb-25 {
  margin-bottom: 25rem !important;
}

.u-mb-26 {
  margin-bottom: 26rem !important;
}

.u-mb-27 {
  margin-bottom: 27rem !important;
}

.u-mb-28 {
  margin-bottom: 28rem !important;
}

.u-mb-29 {
  margin-bottom: 29rem !important;
}

.u-mb-30 {
  margin-bottom: 30rem !important;
}

.u-mb-31 {
  margin-bottom: 31rem !important;
}

.u-mb-32 {
  margin-bottom: 32rem !important;
}

.u-mb-33 {
  margin-bottom: 33rem !important;
}

.u-mb-34 {
  margin-bottom: 34rem !important;
}

.u-mb-35 {
  margin-bottom: 35rem !important;
}

.u-mb-36 {
  margin-bottom: 36rem !important;
}

.u-mb-37 {
  margin-bottom: 37rem !important;
}

.u-mb-38 {
  margin-bottom: 38rem !important;
}

.u-mb-39 {
  margin-bottom: 39rem !important;
}

.u-mb-40 {
  margin-bottom: 40rem !important;
}

.u-mb-41 {
  margin-bottom: 41rem !important;
}

.u-mb-42 {
  margin-bottom: 42rem !important;
}

.u-mb-43 {
  margin-bottom: 43rem !important;
}

.u-mb-44 {
  margin-bottom: 44rem !important;
}

.u-mb-45 {
  margin-bottom: 45rem !important;
}

.u-mb-46 {
  margin-bottom: 46rem !important;
}

.u-mb-47 {
  margin-bottom: 47rem !important;
}

.u-mb-48 {
  margin-bottom: 48rem !important;
}

.u-mb-49 {
  margin-bottom: 49rem !important;
}

.u-mb-50 {
  margin-bottom: 50rem !important;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .u-tab-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 1rem !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 2rem !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 3rem !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 4rem !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 5rem !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 6rem !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 7rem !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 8rem !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 9rem !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 10rem !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 11rem !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 12rem !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 13rem !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 14rem !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 15rem !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 16rem !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 17rem !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 18rem !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 19rem !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 20rem !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 21rem !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 22rem !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 23rem !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 24rem !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 25rem !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 26rem !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 27rem !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 28rem !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 29rem !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 30rem !important;
  }
  .u-tab-mb-31 {
    margin-bottom: 31rem !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 32rem !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 33rem !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 34rem !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 35rem !important;
  }
  .u-tab-mb-36 {
    margin-bottom: 36rem !important;
  }
  .u-tab-mb-37 {
    margin-bottom: 37rem !important;
  }
  .u-tab-mb-38 {
    margin-bottom: 38rem !important;
  }
  .u-tab-mb-39 {
    margin-bottom: 39rem !important;
  }
  .u-tab-mb-40 {
    margin-bottom: 40rem !important;
  }
  .u-tab-mb-41 {
    margin-bottom: 41rem !important;
  }
  .u-tab-mb-42 {
    margin-bottom: 42rem !important;
  }
  .u-tab-mb-43 {
    margin-bottom: 43rem !important;
  }
  .u-tab-mb-44 {
    margin-bottom: 44rem !important;
  }
  .u-tab-mb-45 {
    margin-bottom: 45rem !important;
  }
  .u-tab-mb-46 {
    margin-bottom: 46rem !important;
  }
  .u-tab-mb-47 {
    margin-bottom: 47rem !important;
  }
  .u-tab-mb-48 {
    margin-bottom: 48rem !important;
  }
  .u-tab-mb-49 {
    margin-bottom: 49rem !important;
  }
  .u-tab-mb-50 {
    margin-bottom: 50rem !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 1rem !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 2rem !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 3rem !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 4rem !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 5rem !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 6rem !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 7rem !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 8rem !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 9rem !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 10rem !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 11rem !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 12rem !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 13rem !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 14rem !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 15rem !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 16rem !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 17rem !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 18rem !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 19rem !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20rem !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 21rem !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 22rem !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 23rem !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 24rem !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 25rem !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 26rem !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 27rem !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 28rem !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 29rem !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 30rem !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 31rem !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 32rem !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 33rem !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 34rem !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 35rem !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 36rem !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 37rem !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 38rem !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 39rem !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 40rem !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 41rem !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 42rem !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 43rem !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 44rem !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 45rem !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 46rem !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 47rem !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 48rem !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 49rem !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 50rem !important;
  }
}
.u-ml-0 {
  margin-left: 0rem !important;
}

.u-ml-1 {
  margin-left: 1rem !important;
}

.u-ml-2 {
  margin-left: 2rem !important;
}

.u-ml-3 {
  margin-left: 3rem !important;
}

.u-ml-4 {
  margin-left: 4rem !important;
}

.u-ml-5 {
  margin-left: 5rem !important;
}

.u-ml-6 {
  margin-left: 6rem !important;
}

.u-ml-7 {
  margin-left: 7rem !important;
}

.u-ml-8 {
  margin-left: 8rem !important;
}

.u-ml-9 {
  margin-left: 9rem !important;
}

.u-ml-10 {
  margin-left: 10rem !important;
}

.u-ml-11 {
  margin-left: 11rem !important;
}

.u-ml-12 {
  margin-left: 12rem !important;
}

.u-ml-13 {
  margin-left: 13rem !important;
}

.u-ml-14 {
  margin-left: 14rem !important;
}

.u-ml-15 {
  margin-left: 15rem !important;
}

.u-ml-16 {
  margin-left: 16rem !important;
}

.u-ml-17 {
  margin-left: 17rem !important;
}

.u-ml-18 {
  margin-left: 18rem !important;
}

.u-ml-19 {
  margin-left: 19rem !important;
}

.u-ml-20 {
  margin-left: 20rem !important;
}

.u-ml-21 {
  margin-left: 21rem !important;
}

.u-ml-22 {
  margin-left: 22rem !important;
}

.u-ml-23 {
  margin-left: 23rem !important;
}

.u-ml-24 {
  margin-left: 24rem !important;
}

.u-ml-25 {
  margin-left: 25rem !important;
}

.u-ml-26 {
  margin-left: 26rem !important;
}

.u-ml-27 {
  margin-left: 27rem !important;
}

.u-ml-28 {
  margin-left: 28rem !important;
}

.u-ml-29 {
  margin-left: 29rem !important;
}

.u-ml-30 {
  margin-left: 30rem !important;
}

.u-ml-31 {
  margin-left: 31rem !important;
}

.u-ml-32 {
  margin-left: 32rem !important;
}

.u-ml-33 {
  margin-left: 33rem !important;
}

.u-ml-34 {
  margin-left: 34rem !important;
}

.u-ml-35 {
  margin-left: 35rem !important;
}

.u-ml-36 {
  margin-left: 36rem !important;
}

.u-ml-37 {
  margin-left: 37rem !important;
}

.u-ml-38 {
  margin-left: 38rem !important;
}

.u-ml-39 {
  margin-left: 39rem !important;
}

.u-ml-40 {
  margin-left: 40rem !important;
}

.u-ml-41 {
  margin-left: 41rem !important;
}

.u-ml-42 {
  margin-left: 42rem !important;
}

.u-ml-43 {
  margin-left: 43rem !important;
}

.u-ml-44 {
  margin-left: 44rem !important;
}

.u-ml-45 {
  margin-left: 45rem !important;
}

.u-ml-46 {
  margin-left: 46rem !important;
}

.u-ml-47 {
  margin-left: 47rem !important;
}

.u-ml-48 {
  margin-left: 48rem !important;
}

.u-ml-49 {
  margin-left: 49rem !important;
}

.u-ml-50 {
  margin-left: 50rem !important;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .u-tab-ml-0 {
    margin-left: 0rem !important;
  }
  .u-tab-ml-1 {
    margin-left: 1rem !important;
  }
  .u-tab-ml-2 {
    margin-left: 2rem !important;
  }
  .u-tab-ml-3 {
    margin-left: 3rem !important;
  }
  .u-tab-ml-4 {
    margin-left: 4rem !important;
  }
  .u-tab-ml-5 {
    margin-left: 5rem !important;
  }
  .u-tab-ml-6 {
    margin-left: 6rem !important;
  }
  .u-tab-ml-7 {
    margin-left: 7rem !important;
  }
  .u-tab-ml-8 {
    margin-left: 8rem !important;
  }
  .u-tab-ml-9 {
    margin-left: 9rem !important;
  }
  .u-tab-ml-10 {
    margin-left: 10rem !important;
  }
  .u-tab-ml-11 {
    margin-left: 11rem !important;
  }
  .u-tab-ml-12 {
    margin-left: 12rem !important;
  }
  .u-tab-ml-13 {
    margin-left: 13rem !important;
  }
  .u-tab-ml-14 {
    margin-left: 14rem !important;
  }
  .u-tab-ml-15 {
    margin-left: 15rem !important;
  }
  .u-tab-ml-16 {
    margin-left: 16rem !important;
  }
  .u-tab-ml-17 {
    margin-left: 17rem !important;
  }
  .u-tab-ml-18 {
    margin-left: 18rem !important;
  }
  .u-tab-ml-19 {
    margin-left: 19rem !important;
  }
  .u-tab-ml-20 {
    margin-left: 20rem !important;
  }
  .u-tab-ml-21 {
    margin-left: 21rem !important;
  }
  .u-tab-ml-22 {
    margin-left: 22rem !important;
  }
  .u-tab-ml-23 {
    margin-left: 23rem !important;
  }
  .u-tab-ml-24 {
    margin-left: 24rem !important;
  }
  .u-tab-ml-25 {
    margin-left: 25rem !important;
  }
  .u-tab-ml-26 {
    margin-left: 26rem !important;
  }
  .u-tab-ml-27 {
    margin-left: 27rem !important;
  }
  .u-tab-ml-28 {
    margin-left: 28rem !important;
  }
  .u-tab-ml-29 {
    margin-left: 29rem !important;
  }
  .u-tab-ml-30 {
    margin-left: 30rem !important;
  }
  .u-tab-ml-31 {
    margin-left: 31rem !important;
  }
  .u-tab-ml-32 {
    margin-left: 32rem !important;
  }
  .u-tab-ml-33 {
    margin-left: 33rem !important;
  }
  .u-tab-ml-34 {
    margin-left: 34rem !important;
  }
  .u-tab-ml-35 {
    margin-left: 35rem !important;
  }
  .u-tab-ml-36 {
    margin-left: 36rem !important;
  }
  .u-tab-ml-37 {
    margin-left: 37rem !important;
  }
  .u-tab-ml-38 {
    margin-left: 38rem !important;
  }
  .u-tab-ml-39 {
    margin-left: 39rem !important;
  }
  .u-tab-ml-40 {
    margin-left: 40rem !important;
  }
  .u-tab-ml-41 {
    margin-left: 41rem !important;
  }
  .u-tab-ml-42 {
    margin-left: 42rem !important;
  }
  .u-tab-ml-43 {
    margin-left: 43rem !important;
  }
  .u-tab-ml-44 {
    margin-left: 44rem !important;
  }
  .u-tab-ml-45 {
    margin-left: 45rem !important;
  }
  .u-tab-ml-46 {
    margin-left: 46rem !important;
  }
  .u-tab-ml-47 {
    margin-left: 47rem !important;
  }
  .u-tab-ml-48 {
    margin-left: 48rem !important;
  }
  .u-tab-ml-49 {
    margin-left: 49rem !important;
  }
  .u-tab-ml-50 {
    margin-left: 50rem !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-ml-0 {
    margin-left: 0rem !important;
  }
  .u-sp-ml-1 {
    margin-left: 1rem !important;
  }
  .u-sp-ml-2 {
    margin-left: 2rem !important;
  }
  .u-sp-ml-3 {
    margin-left: 3rem !important;
  }
  .u-sp-ml-4 {
    margin-left: 4rem !important;
  }
  .u-sp-ml-5 {
    margin-left: 5rem !important;
  }
  .u-sp-ml-6 {
    margin-left: 6rem !important;
  }
  .u-sp-ml-7 {
    margin-left: 7rem !important;
  }
  .u-sp-ml-8 {
    margin-left: 8rem !important;
  }
  .u-sp-ml-9 {
    margin-left: 9rem !important;
  }
  .u-sp-ml-10 {
    margin-left: 10rem !important;
  }
  .u-sp-ml-11 {
    margin-left: 11rem !important;
  }
  .u-sp-ml-12 {
    margin-left: 12rem !important;
  }
  .u-sp-ml-13 {
    margin-left: 13rem !important;
  }
  .u-sp-ml-14 {
    margin-left: 14rem !important;
  }
  .u-sp-ml-15 {
    margin-left: 15rem !important;
  }
  .u-sp-ml-16 {
    margin-left: 16rem !important;
  }
  .u-sp-ml-17 {
    margin-left: 17rem !important;
  }
  .u-sp-ml-18 {
    margin-left: 18rem !important;
  }
  .u-sp-ml-19 {
    margin-left: 19rem !important;
  }
  .u-sp-ml-20 {
    margin-left: 20rem !important;
  }
  .u-sp-ml-21 {
    margin-left: 21rem !important;
  }
  .u-sp-ml-22 {
    margin-left: 22rem !important;
  }
  .u-sp-ml-23 {
    margin-left: 23rem !important;
  }
  .u-sp-ml-24 {
    margin-left: 24rem !important;
  }
  .u-sp-ml-25 {
    margin-left: 25rem !important;
  }
  .u-sp-ml-26 {
    margin-left: 26rem !important;
  }
  .u-sp-ml-27 {
    margin-left: 27rem !important;
  }
  .u-sp-ml-28 {
    margin-left: 28rem !important;
  }
  .u-sp-ml-29 {
    margin-left: 29rem !important;
  }
  .u-sp-ml-30 {
    margin-left: 30rem !important;
  }
  .u-sp-ml-31 {
    margin-left: 31rem !important;
  }
  .u-sp-ml-32 {
    margin-left: 32rem !important;
  }
  .u-sp-ml-33 {
    margin-left: 33rem !important;
  }
  .u-sp-ml-34 {
    margin-left: 34rem !important;
  }
  .u-sp-ml-35 {
    margin-left: 35rem !important;
  }
  .u-sp-ml-36 {
    margin-left: 36rem !important;
  }
  .u-sp-ml-37 {
    margin-left: 37rem !important;
  }
  .u-sp-ml-38 {
    margin-left: 38rem !important;
  }
  .u-sp-ml-39 {
    margin-left: 39rem !important;
  }
  .u-sp-ml-40 {
    margin-left: 40rem !important;
  }
  .u-sp-ml-41 {
    margin-left: 41rem !important;
  }
  .u-sp-ml-42 {
    margin-left: 42rem !important;
  }
  .u-sp-ml-43 {
    margin-left: 43rem !important;
  }
  .u-sp-ml-44 {
    margin-left: 44rem !important;
  }
  .u-sp-ml-45 {
    margin-left: 45rem !important;
  }
  .u-sp-ml-46 {
    margin-left: 46rem !important;
  }
  .u-sp-ml-47 {
    margin-left: 47rem !important;
  }
  .u-sp-ml-48 {
    margin-left: 48rem !important;
  }
  .u-sp-ml-49 {
    margin-left: 49rem !important;
  }
  .u-sp-ml-50 {
    margin-left: 50rem !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-minchou {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.u-gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "Hiragino Sans", "MS Pゴシック", "MS PGothic", sans-serif;
}

.u-fontS {
  font-size: 1.1rem;
}

.u-fontM {
  font-size: 2.2rem;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .u-fontM {
    font-size: 1.5rem;
  }
}

.u-fontL {
  font-size: 3rem;
}
@media screen and (max-width: 370px) {
  .u-fontL {
    font-size: 2.6rem;
  }
}

.u-fontN {
  font-size: 1.6rem;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .u-fontN {
    font-size: 1.4rem;
  }
}

.u-font10 {
  font-size: 10px !important;
}

.u-font11 {
  font-size: 11px !important;
}

.u-font12 {
  font-size: 12px !important;
}

.u-font13 {
  font-size: 13px !important;
}

.u-font14 {
  font-size: 14px !important;
}

.u-font15 {
  font-size: 15px !important;
}

.u-font16 {
  font-size: 16px !important;
}

.u-font17 {
  font-size: 17px !important;
}

.u-font18 {
  font-size: 18px !important;
}

.u-font19 {
  font-size: 19px !important;
}

.u-font20 {
  font-size: 20px !important;
}

.u-font21 {
  font-size: 21px !important;
}

.u-font22 {
  font-size: 22px !important;
}

.u-font23 {
  font-size: 23px !important;
}

.u-font24 {
  font-size: 24px !important;
}

.u-font25 {
  font-size: 25px !important;
}

.u-font26 {
  font-size: 26px !important;
}

.u-font27 {
  font-size: 27px !important;
}

.u-font28 {
  font-size: 28px !important;
}

.u-font29 {
  font-size: 29px !important;
}

.u-font30 {
  font-size: 30px !important;
}

.u-font31 {
  font-size: 31px !important;
}

.u-font32 {
  font-size: 32px !important;
}

.u-font33 {
  font-size: 33px !important;
}

.u-font34 {
  font-size: 34px !important;
}

.u-font35 {
  font-size: 35px !important;
}

.u-font36 {
  font-size: 36px !important;
}

.u-font37 {
  font-size: 37px !important;
}

.u-font38 {
  font-size: 38px !important;
}

.u-font39 {
  font-size: 39px !important;
}

.u-font40 {
  font-size: 40px !important;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .u-tab-font0 {
    font-size: 0px !important;
  }
  .u-tab-font1 {
    font-size: 1px !important;
  }
  .u-tab-font2 {
    font-size: 2px !important;
  }
  .u-tab-font3 {
    font-size: 3px !important;
  }
  .u-tab-font4 {
    font-size: 4px !important;
  }
  .u-tab-font5 {
    font-size: 5px !important;
  }
  .u-tab-font6 {
    font-size: 6px !important;
  }
  .u-tab-font7 {
    font-size: 7px !important;
  }
  .u-tab-font8 {
    font-size: 8px !important;
  }
  .u-tab-font9 {
    font-size: 9px !important;
  }
  .u-tab-font10 {
    font-size: 10px !important;
  }
  .u-tab-font11 {
    font-size: 11px !important;
  }
  .u-tab-font12 {
    font-size: 12px !important;
  }
  .u-tab-font13 {
    font-size: 13px !important;
  }
  .u-tab-font14 {
    font-size: 14px !important;
  }
  .u-tab-font15 {
    font-size: 15px !important;
  }
  .u-tab-font16 {
    font-size: 16px !important;
  }
  .u-tab-font17 {
    font-size: 17px !important;
  }
  .u-tab-font18 {
    font-size: 18px !important;
  }
  .u-tab-font19 {
    font-size: 19px !important;
  }
  .u-tab-font20 {
    font-size: 20px !important;
  }
  .u-tab-font21 {
    font-size: 21px !important;
  }
  .u-tab-font22 {
    font-size: 22px !important;
  }
  .u-tab-font23 {
    font-size: 23px !important;
  }
  .u-tab-font24 {
    font-size: 24px !important;
  }
  .u-tab-font25 {
    font-size: 25px !important;
  }
  .u-tab-font26 {
    font-size: 26px !important;
  }
  .u-tab-font27 {
    font-size: 27px !important;
  }
  .u-tab-font28 {
    font-size: 28px !important;
  }
  .u-tab-font29 {
    font-size: 29px !important;
  }
  .u-tab-font30 {
    font-size: 30px !important;
  }
  .u-tab-font31 {
    font-size: 31px !important;
  }
  .u-tab-font32 {
    font-size: 32px !important;
  }
  .u-tab-font33 {
    font-size: 33px !important;
  }
  .u-tab-font34 {
    font-size: 34px !important;
  }
  .u-tab-font35 {
    font-size: 35px !important;
  }
  .u-tab-font36 {
    font-size: 36px !important;
  }
  .u-tab-font37 {
    font-size: 37px !important;
  }
  .u-tab-font38 {
    font-size: 38px !important;
  }
  .u-tab-font39 {
    font-size: 39px !important;
  }
  .u-tab-font40 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0px !important;
  }
  .u-sp-font1 {
    font-size: 1px !important;
  }
  .u-sp-font2 {
    font-size: 2px !important;
  }
  .u-sp-font3 {
    font-size: 3px !important;
  }
  .u-sp-font4 {
    font-size: 4px !important;
  }
  .u-sp-font5 {
    font-size: 5px !important;
  }
  .u-sp-font6 {
    font-size: 6px !important;
  }
  .u-sp-font7 {
    font-size: 7px !important;
  }
  .u-sp-font8 {
    font-size: 8px !important;
  }
  .u-sp-font9 {
    font-size: 9px !important;
  }
  .u-sp-font10 {
    font-size: 10px !important;
  }
  .u-sp-font11 {
    font-size: 11px !important;
  }
  .u-sp-font12 {
    font-size: 12px !important;
  }
  .u-sp-font13 {
    font-size: 13px !important;
  }
  .u-sp-font14 {
    font-size: 14px !important;
  }
  .u-sp-font15 {
    font-size: 15px !important;
  }
  .u-sp-font16 {
    font-size: 16px !important;
  }
  .u-sp-font17 {
    font-size: 17px !important;
  }
  .u-sp-font18 {
    font-size: 18px !important;
  }
  .u-sp-font19 {
    font-size: 19px !important;
  }
  .u-sp-font20 {
    font-size: 20px !important;
  }
  .u-sp-font21 {
    font-size: 21px !important;
  }
  .u-sp-font22 {
    font-size: 22px !important;
  }
  .u-sp-font23 {
    font-size: 23px !important;
  }
  .u-sp-font24 {
    font-size: 24px !important;
  }
  .u-sp-font25 {
    font-size: 25px !important;
  }
  .u-sp-font26 {
    font-size: 26px !important;
  }
  .u-sp-font27 {
    font-size: 27px !important;
  }
  .u-sp-font28 {
    font-size: 28px !important;
  }
  .u-sp-font29 {
    font-size: 29px !important;
  }
  .u-sp-font30 {
    font-size: 30px !important;
  }
  .u-sp-font31 {
    font-size: 31px !important;
  }
  .u-sp-font32 {
    font-size: 32px !important;
  }
  .u-sp-font33 {
    font-size: 33px !important;
  }
  .u-sp-font34 {
    font-size: 34px !important;
  }
  .u-sp-font35 {
    font-size: 35px !important;
  }
  .u-sp-font36 {
    font-size: 36px !important;
  }
  .u-sp-font37 {
    font-size: 37px !important;
  }
  .u-sp-font38 {
    font-size: 38px !important;
  }
  .u-sp-font39 {
    font-size: 39px !important;
  }
  .u-sp-font40 {
    font-size: 40px !important;
  }
}
.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #D8AEB1;
}

.u-normal {
  font-weight: 300;
}

.u-bold {
  font-weight: 700;
}

.u-ls__thin {
  letter-spacing: -0.05em;
}

.u-ls__wide {
  letter-spacing: 0.1em;
}

.u-lh0 {
  line-height: 0 !important;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-textleft, .textleft, .alignleft {
  text-align: left !important;
}

.u-textcenter, .textcenter, .aligncenter {
  text-align: center !important;
}

.u-textright, .textright, .alignright {
  text-align: right !important;
}

.u-textjustify, .textjustify, .alignjustify {
  text-align: justify !important;
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .u-tab-textcenter {
    text-align: center !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .u-tab-textleft {
    text-align: left !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .u-tab-textright {
    text-align: right !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textcenter {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textleft {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-sp-textright {
    text-align: right !important;
  }
}

@font-face {
  font-family: "Hannari";
  src: url("font/HannariMincho-Regular.otf") format("opentype"), url("font/HannariMincho-Regular.ttf") format("truetype"), url("font/HannariMincho-Regular.woff") format("woff"), url("font/HannariMincho-Regular.woff2") format("woff2"), url("font/HannariMincho-Regular.eot") format("eot");
}
.u-font__hannari {
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
}

.u-pink {
  color: #D8AEB1;
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

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

.u-tab {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .u-tab {
    display: block;
  }
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
  .u-tab-none {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .u-sp {
    display: inline-block;
  }
}

.u-small {
  display: none;
}
@media screen and (max-width: 370px) {
  .u-small {
    display: inline-block;
  }
}

@media screen and (max-width: 370px) {
  .u-small-none {
    display: none;
  }
}

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

.u-inlineblock-smallnone {
  display: inline-block;
}
@media screen and (max-width: 370px) {
  .u-inlineblock-smallnone {
    display: inline;
  }
}

.u-block {
  display: block;
}

/* サブページ
------------------------------------*/
.top-kv {
  line-height: 0;
  position: relative;
  width: 100%;
}
.top-kv .top-kv__slider {
  list-style: none;
  padding: 0;
}
.top-kv .top-kv__slider .top-kv__slider-items .top-kv__image {
  display: block;
}
.top-kv .top-kv__slider .top-kv__slider-items .top-kv__image img {
  height: auto;
  width: 100%;
}
.top-kv .top-kv__headline {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.top-about {
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .top-about {
    width: 80.5970149254%;
  }
}

.top-about__image-block {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.top-about__image-block .top-about__image-list {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1800px;
  padding: 105px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-about__image-block .top-about__image-list {
    padding-top: 54px;
  }
}
.top-about__image-block .top-about__image-list img {
  display: block;
  height: auto;
}
.top-about__image-block .top-about__image-list img:first-child {
  border-radius: 0 20px 20px 0;
  margin: 404px 0 0;
  width: 21.25%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-about__image-block .top-about__image-list img:first-child {
    margin-top: 146px;
    width: 21.6%;
  }
}
.top-about__image-block .top-about__image-list img:nth-child(2) {
  border-radius: 20px;
  margin: 210px 0 0;
  width: 24.0625%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-about__image-block .top-about__image-list img:nth-child(2) {
    margin-top: 75px;
    width: 21.6%;
  }
}
.top-about__image-block .top-about__image-list img:nth-child(3) {
  border-radius: 20px 0 0 20px;
  width: 48.4375%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-about__image-block .top-about__image-list img:nth-child(3) {
    width: 46.9333333333%;
  }
}

.top-service {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.top-service .top-service__list {
  width: calc(100% - (50vw - 530px));
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-service .top-service__list {
    width: calc(100% - 20px);
  }
}
.top-service .top-service__list-inner {
  max-width: 1430px;
  margin: 0 0 0 auto;
  padding: 0 30px 0 0;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-service .top-service__list-inner {
    padding-right: 0;
  }
}
.top-service .top-service__list-inner .top-service__item {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 0 72px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-service .top-service__list-inner .top-service__item {
    flex-direction: column;
    margin-bottom: 111px;
    width: 100%;
  }
}
.top-service .top-service__list-inner .top-service__item:last-child {
  margin-bottom: 0;
}
.top-service .top-service__list-inner .top-service__image-block {
  position: relative;
  width: 61.963190184%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-service .top-service__list-inner .top-service__image-block {
    margin: 0 0 35px;
    max-width: 707px;
    width: 100%;
  }
}
.top-service .top-service__list-inner .top-service__image-block .top-service__image {
  border-radius: 0 20px 20px 0;
  display: block;
  height: auto;
  width: 100%;
}
.top-service .top-service__list-inner .top-service__image-block .top-service__decoration {
  height: auto;
  position: absolute;
  bottom: -89px;
  left: 81px;
  width: 191px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-service .top-service__list-inner .top-service__image-block .top-service__decoration {
    display: none;
  }
}
.top-service .top-service__list-inner .top-service__text-block {
  width: 34.6187554777%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-service .top-service__list-inner .top-service__text-block {
    padding: 0 0 0 30px;
    margin: 0 auto;
    max-width: 694px;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .top-service .top-service__list-inner .top-service__text-block {
    padding-left: 20px;
  }
}
.top-service .top-service__list-inner .top-service__text-block .top-service__headline {
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.4473684211;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-service .top-service__list-inner .top-service__text-block .top-service__headline {
    font-size: 3rem;
  }
}
.top-service .top-service__list-inner .top-service__text-block .top-service__text {
  line-height: 1.8571428571;
}

.top-schedule {
  padding: 120px 0 73px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-schedule {
    padding: 50px 0 100px;
  }
}
.top-schedule::before, .service-calendar__tel .top-schedule.service-calendar__tel-text::after {
  background-color: rgba(240, 236, 203, 0.2);
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
}
.top-schedule .top-schedule__decoration01, .top-schedule .top-schedule__decoration03, .top-schedule .top-schedule__decoration02 {
  display: block;
  height: auto;
  position: absolute;
  left: -80px;
  top: 71px;
  width: 209px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-schedule .top-schedule__decoration01, .top-schedule .top-schedule__decoration03, .top-schedule .top-schedule__decoration02 {
    left: auto;
    right: -52px;
    top: -52px;
    width: 168px;
  }
}
.top-schedule .top-schedule__decoration02 {
  bottom: -91px;
  left: auto;
  right: -75px;
  top: auto;
  width: 222px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-schedule .top-schedule__decoration02 {
    bottom: -67px;
    left: auto;
    right: -35px;
    width: 152px;
  }
}
.top-schedule .top-schedule__decoration03 {
  display: none;
  left: -40px;
  top: 60px;
  width: 142px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-schedule .top-schedule__decoration03 {
    display: block;
  }
}

.top-schedule__term {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 12px 0 0;
  text-align: center;
}

.top-schedule__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .top-schedule__list {
    flex-wrap: wrap;
  }
}
.top-schedule__list li {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 0 40px;
  width: 22%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-schedule__list li {
    margin-bottom: 30px;
    width: calc(25vw - 30px);
  }
}
@media screen and (max-width: 650px) {
  .top-schedule__list li {
    width: calc(50vw - 25px);
  }
}
.top-schedule__list li.is-dammy {
  display: block;
  height: 0;
  margin: 0;
}
.top-schedule__list .top-schedule__image {
  border-radius: 20px;
  display: block;
  height: 220px;
  margin: 0 0 30px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 220px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-schedule__list .top-schedule__image {
    height: calc(25vw - 30px);
    margin: 0 0 10px;
    width: calc(25vw - 30px);
  }
}
@media screen and (max-width: 650px) {
  .top-schedule__list .top-schedule__image {
    height: calc(50vw - 25px);
    width: calc(50vw - 25px);
  }
}
.top-schedule__list .top-schedule__title {
  display: -webkit-box;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-schedule__list .top-schedule__title {
    font-size: 1.5rem;
  }
}

.top-recruit {
  margin: 0 calc(50% - 50vw);
  position: relative;
  width: 100vw;
}
.top-recruit .top-recruit__detail {
  margin: 0 0 0 auto;
  position: relative;
  width: calc(100% - (50vw - 530px));
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-recruit .top-recruit__detail {
    padding: 0;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 650px) {
  .top-recruit .top-recruit__detail {
    width: calc(100% - 20px);
  }
}
.top-recruit .top-recruit__detail::before, .top-recruit .service-calendar__tel .top-recruit__detail.service-calendar__tel-text::after, .service-calendar__tel .top-recruit .top-recruit__detail.service-calendar__tel-text::after {
  background: url("images/decoration-people01@2x.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 212px;
  position: absolute;
  top: -137px;
  left: -70px;
  width: 296px;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-recruit .top-recruit__detail::before, .top-recruit .service-calendar__tel .top-recruit__detail.service-calendar__tel-text::after, .service-calendar__tel .top-recruit .top-recruit__detail.service-calendar__tel-text::after {
    height: 135px;
    left: -15px;
    top: -123px;
    width: 234px;
  }
}
.top-recruit .top-recruit__detail .top-recruit__detail-inner {
  max-width: 1430px;
  margin: 0 auto 0 0;
  padding: 0 0 0 30px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-recruit .top-recruit__detail .top-recruit__detail-inner {
    padding: 0;
  }
}
.top-recruit .top-recruit__detail .top-recruit__detail-inner::after {
  background: url("images/top-recruit01@2x.jpg") no-repeat top left/cover;
  border-radius: 20px 0 0 20px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 62.8947368421%;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-recruit .top-recruit__detail .top-recruit__detail-inner::after {
    background-image: url("images/top-recruit01-sp@2x.jpg");
    height: 51.2vw;
    max-width: 717px;
    width: 100%;
  }
}
.top-recruit .top-recruit__detail .top-recruit__detail-inner .top-recruit__text-block {
  padding: 83px 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-recruit .top-recruit__detail .top-recruit__detail-inner .top-recruit__text-block {
    margin: 0 auto;
    max-width: 694px;
    padding: 59.2vw 30px 30px 0;
  }
}
@media screen and (max-width: 650px) {
  .top-recruit .top-recruit__detail .top-recruit__detail-inner .top-recruit__text-block {
    padding-right: 20px;
  }
}
.top-recruit .top-recruit__detail .top-recruit__detail-inner .top-recruit__headline {
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4473684211;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-recruit .top-recruit__detail .top-recruit__detail-inner .top-recruit__headline {
    font-size: 3.2rem;
  }
}
.top-recruit .top-recruit__detail .top-recruit__detail-inner .top-recruit__text {
  padding: 34px 0 37px;
  width: 30.5263157895%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-recruit .top-recruit__detail .top-recruit__detail-inner .top-recruit__text {
    padding: 30px 0 50px;
    width: 100%;
  }
}

.top-recruit__image-block {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.top-recruit__image-block .top-recruit__image-list {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1800px;
  padding: 11px 0 0;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-recruit__image-block .top-recruit__image-list {
    padding: 0;
  }
}
.top-recruit__image-block .top-recruit__image-list img {
  display: block;
  height: auto;
}
.top-recruit__image-block .top-recruit__image-list img:first-child {
  border-radius: 0 20px 20px 0;
  width: 28.046875%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-recruit__image-block .top-recruit__image-list img:first-child {
    width: 26.9333333333%;
  }
}
.top-recruit__image-block .top-recruit__image-list img:nth-child(2) {
  border-radius: 20px;
  margin: 103px 0 0;
  width: 37.65625%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-recruit__image-block .top-recruit__image-list img:nth-child(2) {
    margin-top: 30px;
    width: 37.8666666667%;
  }
}
.top-recruit__image-block .top-recruit__image-list img:nth-child(3) {
  border-radius: 20px 0 0 20px;
  margin: 181px 0 0;
  width: 28.75%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-recruit__image-block .top-recruit__image-list img:nth-child(3) {
    margin-top: 53px;
    width: 29.0666666667%;
  }
}

.top-facility {
  position: relative;
}
.top-facility .top-facility__decoration01 {
  height: auto;
  position: absolute;
  left: 67px;
  top: 187px;
  width: 184px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-facility .top-facility__decoration01 {
    left: -60px;
    top: -64px;
    width: 137px;
  }
}
.top-facility .top-facility__decoration02 {
  height: auto;
  position: absolute;
  right: 38px;
  top: 180px;
  width: 178px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-facility .top-facility__decoration02 {
    right: -60px;
    top: -60px;
    width: 132px;
  }
}
.top-facility .top-facility__image {
  margin: 0 auto;
  max-width: 664px;
  position: relative;
  width: 100%;
}
.top-facility .top-facility__image::after {
  background: url("images/decoration-pond@2x.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 123px;
  position: absolute;
  bottom: -61px;
  left: -170px;
  width: 241px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-facility .top-facility__image::after {
    display: none;
  }
}
.top-facility .top-facility__image img {
  border-radius: 20px;
  display: block;
  height: auto;
  width: 100%;
}
.top-facility .top-facility__headline {
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.5em;
  line-height: 1.5833333333;
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-facility .top-facility__headline {
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    line-height: 1.7272727273;
  }
}
.top-facility .top-facility__text {
  margin: 0 auto;
  max-width: 612px;
  width: 100%;
}

.top-access {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  max-width: 732px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-access {
    flex-direction: column;
  }
}
.top-access .top-access__map {
  height: 233px;
  width: 308px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-access .top-access__map {
    height: 252px;
    margin: 0 auto 30px;
    max-width: 664px;
    width: 100%;
  }
}
.top-access .top-access__map iframe {
  height: 100%;
  width: 100%;
}
.top-access .top-access__detail {
  width: 381px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-access .top-access__detail {
    margin: 0 auto;
    max-width: 664px;
    width: 100%;
  }
}
.top-access .top-access__detail .top-access__address {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
.top-access .top-access__detail a {
  font-size: 1.2rem;
  line-height: 1.5;
  text-decoration: underline;
  margin: 0 3px 0 0;
  position: relative;
}
.top-access .top-access__detail a[target=_blank]::after {
  background: url("images/icon-link.svg") no-repeat top left/contain;
  content: "";
  display: inline-block;
  height: 27px;
  margin: 0 0 2px 10px;
  vertical-align: middle;
  width: 27px;
}
.top-access .top-access__detail a:hover {
  text-decoration: none;
}
.top-access .top-access__text {
  font-size: 1.2rem;
  line-height: 2.3333333333;
  padding: 22px 0 32px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .top-access .top-access__text {
    padding-bottom: 10px;
  }
}
.top-access .top-access__organization {
  font-size: 1.2rem;
  line-height: 2.3333333333;
}
@media screen and (max-width: 650px) {
  .top-access .top-access__organization {
    line-height: 1.5;
  }
}

.about-top__headline {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 96px 0 60px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-top__headline {
    margin: 60px 0 40px;
  }
}

.about {
  position: relative;
}

.about-philosophy__text {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 2.5833333333;
  text-align: center;
  margin: 0 0 170px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-philosophy__text {
    font-size: 1.4rem;
    line-height: 2.2857142857;
    margin-bottom: 68px;
  }
}

.about-philosophy__back-image {
  display: block;
  height: 320px;
  margin: 0 calc(50% - 50vw);
  max-width: none;
  width: 100vw;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-philosophy__back-image {
    height: 32vw;
  }
}
.about-philosophy__back-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.about-policy {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-policy {
    margin: 0 auto;
    max-width: 664px;
  }
}
@media screen and (max-width: 650px) {
  .about-policy {
    flex-direction: column;
    max-width: none;
  }
}
.about-policy .about-policy__text-block {
  padding: 0 50px 0 0;
  text-align: center;
  width: 60.5%;
}
@media screen and (max-width: 650px) {
  .about-policy .about-policy__text-block {
    padding: 0;
    width: 100%;
  }
}
.about-policy .about-policy__image {
  border-radius: 20px;
  line-height: 0;
  overflow: hidden;
  width: 39.5%;
}
@media screen and (max-width: 650px) {
  .about-policy .about-policy__image {
    width: 100%;
  }
}
.about-policy .about-policy__image img {
  height: auto;
  width: 100%;
}
.about-policy .about-policy__text {
  font-size: 1.8rem;
  line-height: 1.8888888889;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-policy .about-policy__text {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 650px) {
  .about-policy .about-policy__text {
    margin-bottom: 99px;
  }
}

.about-facility {
  position: relative;
}
.about-facility .about-facility__headline {
  margin: 0 0 78px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-facility .about-facility__headline {
    margin-bottom: 48px;
  }
}
.about-facility .about-facility__headline::before, .about-facility .service-calendar__tel .about-facility__headline.service-calendar__tel-text::after, .service-calendar__tel .about-facility .about-facility__headline.service-calendar__tel-text::after {
  background: url("images/decoration-tree07.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 130px;
  position: absolute;
  bottom: -19px;
  left: calc(50% - 368px);
  width: 147px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-facility .about-facility__headline::before, .about-facility .service-calendar__tel .about-facility__headline.service-calendar__tel-text::after, .service-calendar__tel .about-facility .about-facility__headline.service-calendar__tel-text::after {
    height: 93px;
    bottom: 5px;
    left: calc(50% - 214px);
    width: 104px;
  }
}
.about-facility .about-facility__headline::after {
  background: url("images/decoration-tree08.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 116px;
  position: absolute;
  bottom: -10px;
  right: calc(50% - 334px);
  width: 147px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-facility .about-facility__headline::after {
    height: 75px;
    bottom: 12px;
    right: calc(50% - 208px);
    width: 95px;
  }
}
.about-facility .about-facility__entrance-image01 {
  display: block;
  margin: 0 calc(50% - 50vw) 55px;
  max-width: none;
  width: 100vw;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-facility .about-facility__entrance-image01 {
    margin-bottom: 19px;
  }
}
.about-facility .about-facility__entrance-list {
  display: flex;
  justify-content: space-between;
  max-width: 983px;
  margin: 0 0 55px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-facility .about-facility__entrance-list {
    margin-bottom: 30px;
  }
}
.about-facility .about-facility__entrance-list .about-facility__entrance-image02 {
  border-radius: 20px;
  display: block;
  width: 31.8413021363%;
}
.about-facility .about-facility__entrance-text {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.5833333333;
  text-align: center;
  margin: 25px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-facility .about-facility__entrance-text {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 30px;
  }
}

.about-facility__contents {
  position: relative;
}
.about-facility__contents .about-facility__contents-headline {
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 400;
  position: relative;
  text-align: center;
}
.about-facility__contents .about-facility__contents-headline::before, .about-facility__contents .service-calendar__tel .about-facility__contents-headline.service-calendar__tel-text::after, .service-calendar__tel .about-facility__contents .about-facility__contents-headline.service-calendar__tel-text::after {
  background: url("images/decoration-tree05.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 86px;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 190px);
  width: 68px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-facility__contents .about-facility__contents-headline::before, .about-facility__contents .service-calendar__tel .about-facility__contents-headline.service-calendar__tel-text::after, .service-calendar__tel .about-facility__contents .about-facility__contents-headline.service-calendar__tel-text::after {
    height: 56px;
    bottom: -16px;
    left: calc(50% - 154px);
    width: 44px;
  }
}
.about-facility__contents .about-facility__contents-headline::after {
  background: url("images/decoration-tree06.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 86px;
  position: absolute;
  bottom: -30px;
  right: calc(50% - 164px);
  width: 66px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-facility__contents .about-facility__contents-headline::after {
    height: 56px;
    bottom: -16px;
    right: calc(50% - 146px);
    width: 43px;
  }
}
.about-facility__contents .about-facility__item {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 0 90px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-facility__contents .about-facility__item {
    align-items: center;
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.about-facility__contents .about-facility__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-facility__contents .about-facility__item:nth-child(even) {
    flex-direction: column;
  }
}
.about-facility__contents .about-facility__item .about-facility__image {
  border-radius: 20px;
  display: block;
  width: 65.6%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-facility__contents .about-facility__item .about-facility__image {
    max-width: 656px;
    width: 100%;
  }
}
.about-facility__contents .about-facility__item .about-facility__text-block {
  padding: 37px 0 0;
  width: 31%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-facility__contents .about-facility__item .about-facility__text-block {
    max-width: 656px;
    width: 100%;
  }
}
.about-facility__contents .about-facility__item .about-facility__text-block .about-facility__text {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2.6666666667;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-facility__contents .about-facility__item .about-facility__text-block .about-facility__text {
    font-size: 1.4rem;
    line-height: 2.2857142857;
  }
}
.about-facility__contents .about-facility__overview {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 83px;
  justify-content: center;
  padding: 37px 37px 39px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .about-facility__contents .about-facility__overview {
    align-items: center;
    gap: 30px;
  }
}
@media screen and (max-width: 650px) {
  .about-facility__contents .about-facility__overview {
    flex-direction: column;
    padding: 30px;
  }
}
.about-facility__contents .about-facility__overview .about-facility__overview-photo {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .about-facility__contents .about-facility__overview .about-facility__overview-photo {
    width: 258px;
  }
}
.about-facility__contents .about-facility__overview .about-facility__overview-headline {
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4473684211;
}
@media screen and (max-width: 650px) {
  .about-facility__contents .about-facility__overview .about-facility__overview-headline {
    text-align: center;
  }
}
.about-facility__contents .about-facility__overview .about-facility__overview-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.6666666667;
  margin: 4px 0 0;
}

.recruit-headline__text {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.recruit-top {
  position: relative;
}
.recruit-top .recruit-top__headline {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 57px 0 23px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-top .recruit-top__headline {
    font-size: 1.8rem;
    margin: 103px 0 41px;
  }
}
.recruit-top .recruit-top__text {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}
.recruit-top .recruit-top__images {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.recruit-top .recruit-top__image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  max-width: 1800px;
  padding: 0;
}
.recruit-top .recruit-top__image-list li {
  margin: 0 0 10px;
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 650px) {
  .recruit-top .recruit-top__image-list li {
    margin-bottom: 5px;
    width: calc((100% - 5px) / 2);
  }
}
.recruit-top .recruit-top__image-list li .recruit-top__image {
  display: block;
  height: auto;
  width: 100%;
}

.recruit-top__anchors {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto 36px;
  padding: 0;
}
.recruit-top__anchors li {
  margin: 0 20px 20px;
}
@media screen and (max-width: 650px) {
  .recruit-top__anchors li {
    width: 100%;
  }
}

.recruit-training {
  position: relative;
}
.recruit-training .recruit-training__item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  margin: 0 0 40px;
  padding: 40px 25px 30px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-training .recruit-training__item {
    margin-bottom: 36px;
  }
}
.recruit-training .recruit-training__item.is-half {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 650px) {
  .recruit-training .recruit-training__item.is-half {
    width: 100%;
  }
}
.recruit-training .recruit-training__item .recruit-training__decoration01 {
  display: block;
  height: auto;
  position: absolute;
  left: 40px;
  top: -136px;
  width: 122px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-training .recruit-training__item .recruit-training__decoration01 {
    top: -66px;
    width: 73px;
    z-index: 1;
  }
}
@media screen and (max-width: 650px) {
  .recruit-training .recruit-training__item .recruit-training__decoration01 {
    left: -16px;
  }
}
.recruit-training .recruit-training__item .recruit-training__decoration02 {
  display: block;
  height: auto;
  position: absolute;
  right: 44px;
  top: -117px;
  width: 150px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-training .recruit-training__item .recruit-training__decoration02 {
    top: -50px;
    width: 67px;
    z-index: 1;
  }
}
@media screen and (max-width: 650px) {
  .recruit-training .recruit-training__item .recruit-training__decoration02 {
    right: 0;
  }
}
.recruit-training .recruit-training__title {
  align-items: center;
  color: #DB848A;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
  min-height: 70px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-training .recruit-training__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 650px) {
  .recruit-training .recruit-training__title {
    min-height: 0;
  }
}
.recruit-training .recruit-training__title.is-blue {
  color: #60BBD3;
}
.recruit-training .recruit-training__title.is-yellow {
  color: #EAC061;
}
.recruit-training .recruit-training__image-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  max-width: 827px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .recruit-training .recruit-training__image-list {
    flex-direction: column;
  }
}
.recruit-training .recruit-training__image-list .recruit-training__image-item {
  margin: 0 0 30px;
  width: 30.9552599758%;
}
@media screen and (max-width: 650px) {
  .recruit-training .recruit-training__image-list .recruit-training__image-item {
    width: 100%;
  }
}
.recruit-training .recruit-training__image-list .recruit-training__image-item img {
  border-radius: 20px;
  height: auto;
  width: 100%;
}
.recruit-training .recruit-training__image-list .recruit-training__image-item figcaption {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.4166666667;
  text-align: center;
}
.recruit-training .recruit-training__item-text {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .recruit-training .recruit-training__item-text {
    text-align: left;
  }
}
.recruit-training .recruit-training__item-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .recruit-training .recruit-training__item-flex {
    flex-direction: column;
  }
}
.recruit-training .recruit-training__item-list {
  list-style: none;
  padding: 0;
}
.recruit-training .recruit-training__item-list li {
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 0 0 0 2em;
  text-indent: -0.9em;
}
.recruit-training .recruit-training__item-list li::before, .recruit-training .recruit-training__item-list .service-calendar__tel li.service-calendar__tel-text::after, .service-calendar__tel .recruit-training .recruit-training__item-list li.service-calendar__tel-text::after {
  content: "・";
  display: inline-block;
  margin: 0 0.2em 0 0;
}

.recruit-guide {
  padding: 1px 0;
  position: relative;
}
.recruit-guide::before, .service-calendar__tel .recruit-guide.service-calendar__tel-text::after {
  background-color: rgba(240, 236, 203, 0.2);
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.recruit-guide .recruit-guide__decoration01 {
  height: auto;
  position: absolute;
  left: -187px;
  top: -74px;
  width: 297px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-guide .recruit-guide__decoration01 {
    left: -20px;
    top: -63px;
    width: 129px;
  }
}
.recruit-guide .recruit-guide__decoration02 {
  height: auto;
  position: absolute;
  right: -104px;
  top: -82px;
  width: 241px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-guide .recruit-guide__decoration02 {
    right: -11px;
    top: -63px;
    width: 107px;
  }
}

.recruit-guide__list {
  list-style: none;
  margin: 0 auto;
  max-width: 730px;
  padding: 0;
  width: 100%;
}
.recruit-guide__list li {
  margin: 0 0 20px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-guide__list li {
    margin-bottom: 15px;
  }
}
.recruit-guide__list li .recruit-guide__item {
  align-items: center;
  background-color: #8DC1CE;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  justify-content: center;
  outline: none;
  padding: 28px 26px;
  position: relative;
  transform: opacity 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-guide__list li .recruit-guide__item {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding: 35px 20px;
  }
}
@media screen and (max-width: 650px) {
  .recruit-guide__list li .recruit-guide__item {
    justify-content: flex-start;
  }
}
.recruit-guide__list li .recruit-guide__item:hover {
  opacity: 0.7;
}
.recruit-guide__list li .recruit-guide__item.is-disabled {
  background-color: #E0E0E0;
  pointer-events: none;
}
.recruit-guide__list li .recruit-guide__item .recruit-guide__right {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  position: absolute;
  right: 26px;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 650px) {
  .recruit-guide__list li .recruit-guide__item .recruit-guide__right {
    right: 20px;
  }
}
.recruit-guide__list li .recruit-guide__item .recruit-guide__right .recruit-guide__icon {
  display: flex;
  height: auto;
  width: 18px;
}
.recruit-guide__list li .recruit-guide__item .recruit-guide__right .recruit-guide__icon {
  display: block;
  height: auto;
  margin-bottom: 7px;
  width: 18px;
}

.recruit-modal {
  display: block;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  z-index: 1000;
}
.recruit-modal.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1001;
}
.recruit-modal .recruit-modal__bg {
  background-color: rgba(49, 49, 49, 0.6);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.recruit-modal .recruit-modal__content {
  border-radius: 20px;
  margin: auto;
  max-height: 84%;
  max-width: 730px;
  overflow-y: scroll;
  position: absolute;
  left: 0;
  right: 0;
  top: 8%;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-modal .recruit-modal__content {
    max-height: calc(92% - 85px);
    top: 85px;
  }
}
.recruit-modal .recruit-modal__closebutton {
  background: none;
  display: block;
  height: 23px;
  outline: none;
  padding: 10px;
  position: absolute;
  top: calc(8% + 18px);
  left: calc(50% + 365px - 64px);
  width: 23px;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-modal .recruit-modal__closebutton {
    top: 45px;
    left: auto;
    right: 20px;
  }
}
.recruit-modal .recruit-modal__closebutton::before, .recruit-modal .service-calendar__tel .recruit-modal__closebutton.service-calendar__tel-text::after, .service-calendar__tel .recruit-modal .recruit-modal__closebutton.service-calendar__tel-text::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 26px;
}
.recruit-modal .recruit-modal__closebutton::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  transform-origin: center;
  width: 26px;
}

.recruit-flow {
  position: relative;
}
.recruit-flow .recruit-flow__list {
  display: flex;
  gap: 20px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 77px auto 65px;
  max-width: 1000px;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-flow .recruit-flow__list {
    gap: 0px;
    flex-direction: column;
    margin: 40px auto;
  }
}
.recruit-flow .recruit-flow__list .recruit-flow__item {
  background-color: #EBF2DC;
  border-radius: 20px;
  padding: 19px 14px 17px 10px;
  position: relative;
  width: 18.7%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-flow .recruit-flow__list .recruit-flow__item {
    margin: 0 auto 34px;
    max-width: 730px;
    padding: 20px;
    width: 100%;
  }
  .recruit-flow .recruit-flow__list .recruit-flow__item:last-child {
    margin-bottom: 0;
  }
}
.recruit-flow .recruit-flow__list .recruit-flow__item::after {
  border-color: transparent transparent transparent #ebf2dc;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: -10px;
  top: 0;
  width: 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-flow .recruit-flow__list .recruit-flow__item::after {
    border-color: #ebf2dc transparent transparent transparent;
    border-width: 14px 9px 0 9px;
    left: 0;
    right: 0;
    top: auto;
    bottom: -14px;
  }
}
.recruit-flow .recruit-flow__list .recruit-flow__item.is-last {
  background-color: #F8DE89;
}
.recruit-flow .recruit-flow__list .recruit-flow__item.is-last::after {
  display: none;
}
.recruit-flow .recruit-flow__list .recruit-flow__item .recruit-flow__title {
  margin: 0 0 10px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.45;
  text-align: center;
}
.recruit-flow .recruit-flow__list .recruit-flow__item .recruit-flow__text {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}

.recruit-staff {
  margin: 0 calc(50% - 50vw);
  padding: 1px 0;
  position: relative;
  width: 100vw;
}
.recruit-staff::before, .service-calendar__tel .recruit-staff.service-calendar__tel-text::after {
  background-color: rgba(240, 236, 203, 0.2);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.recruit-staff .recruit-staff__list {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  width: 100%;
}
.recruit-staff .recruit-staff__list .recruit-staff__item {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 150px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-staff .recruit-staff__list .recruit-staff__item {
    flex-direction: column;
    margin: 0 0 80px;
    width: 100%;
  }
}
.recruit-staff .recruit-staff__list .recruit-staff__item.is-reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-staff .recruit-staff__list .recruit-staff__item.is-reverse {
    flex-direction: column;
    margin: 0 0 80px;
  }
}
.recruit-staff .recruit-staff__list .recruit-staff__item.is-reverse .recruit-staff__image {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}
.recruit-staff .recruit-staff__list .recruit-staff__item.is-reverse .recruit-staff__image img {
  border-radius: 20px 0 0 20px;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-staff .recruit-staff__list .recruit-staff__item.is-reverse .recruit-staff__image img {
    margin: 0 0 0 auto;
  }
}
.recruit-staff .recruit-staff__list .recruit-staff__item .recruit-staff__image {
  margin-left: calc(50% - 50vw);
  max-width: none;
  width: calc(50vw - 20px);
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-staff .recruit-staff__list .recruit-staff__item .recruit-staff__image {
    max-width: 800px;
    margin: 0 auto 40px -20px;
    width: calc(100% + 20px);
  }
}
.recruit-staff .recruit-staff__list .recruit-staff__item .recruit-staff__image img {
  border-radius: 0 20px 20px 0;
  display: block;
  height: auto;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-staff .recruit-staff__list .recruit-staff__item .recruit-staff__image img {
    margin: 0 auto 0 0;
  }
}
.recruit-staff .recruit-staff__list .recruit-staff__item .recruit-staff__detail {
  width: calc(50% - 20px);
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-staff .recruit-staff__list .recruit-staff__item .recruit-staff__detail {
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
  }
}
.recruit-staff .recruit-staff__list .recruit-staff__item .recruit-staff__detail .recruit-staff__name {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 13px;
}
.recruit-staff .recruit-staff__list .recruit-staff__item .recruit-staff__detail .recruit-staff__headline {
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4473684211;
  margin: 0 0 25px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-staff .recruit-staff__list .recruit-staff__item .recruit-staff__detail .recruit-staff__headline {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-staff .recruit-staff__list .recruit-staff__item .recruit-staff__detail .recruit-staff__headline br {
    display: none;
  }
}

.recruit-spend {
  padding: 82px 0 100px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend {
    padding: 41px 0 60px;
  }
}
.recruit-spend .recruit-spend__inner {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__inner {
    margin: 0 auto;
    max-width: 731px;
  }
}
.recruit-spend .recruit-spend__illust-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 15px;
  top: -194px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__illust-block {
    align-items: flex-start;
    left: 0;
    top: -72px;
  }
}
.recruit-spend .recruit-spend__illust {
  display: block;
  height: auto;
  margin: 0 0 8px;
  width: 68px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__illust {
    margin: 0 0 4px;
    width: 21px;
  }
}
.recruit-spend .recruit-spend__illust-text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__illust-text {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.recruit-spend .recruit-spend__item-block {
  width: 100%;
  margin: 0 0 67px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__item-block {
    margin: 0 0 35px;
  }
}
.recruit-spend .recruit-spend__item-block .recruit-spend__line {
  background-color: #B5B5B5;
  height: calc(100% + 59px);
  position: absolute;
  left: 65px;
  top: -6px;
  width: 2px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__item-block .recruit-spend__line {
    height: calc(100% + 24px);
    left: 20px;
    top: -6px;
  }
}
.recruit-spend .recruit-spend__item-block .recruit-spend__line::before, .recruit-spend .recruit-spend__item-block .service-calendar__tel .recruit-spend__line.service-calendar__tel-text::after, .service-calendar__tel .recruit-spend .recruit-spend__item-block .recruit-spend__line.service-calendar__tel-text::after {
  background-color: #ACACAC;
  border-radius: 50%;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  left: -5px;
  top: -25px;
  width: 11px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__item-block .recruit-spend__line::before, .recruit-spend .recruit-spend__item-block .service-calendar__tel .recruit-spend__line.service-calendar__tel-text::after, .service-calendar__tel .recruit-spend .recruit-spend__item-block .recruit-spend__line.service-calendar__tel-text::after {
    height: 8px;
    left: -3px;
    top: -6px;
    width: 8px;
  }
}
.recruit-spend .recruit-spend__item-block .recruit-spend__line::after {
  background-color: #ACACAC;
  border-radius: 50%;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  bottom: -10px;
  left: -5px;
  width: 11px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__item-block .recruit-spend__line::after {
    height: 8px;
    bottom: -7px;
    left: -3px;
    width: 8px;
  }
}
.recruit-spend .recruit-spend__item-block .recruit-spend__item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  margin: 0 0 30px;
  padding: 25px 47px 25px 65px;
  position: relative;
}
.recruit-spend .recruit-spend__item-block .recruit-spend__item.is-padding-small {
  padding: 15px 47px 16px 65px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__item-block .recruit-spend__item.is-padding-small {
    padding: 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__item-block .recruit-spend__item {
    padding: 20px;
  }
}
.recruit-spend .recruit-spend__item-block .recruit-spend__item:last-child {
  margin-bottom: 0;
}
.recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list {
  list-style: none;
  padding: 17px 0;
  position: relative;
}
.recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list::before, .recruit-spend .recruit-spend__item-block .recruit-spend__item .service-calendar__tel .recruit-spend__list.service-calendar__tel-text::after, .service-calendar__tel .recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list.service-calendar__tel-text::after {
  background-color: #B5B5B5;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
}
.recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list li {
  align-items: flex-start;
  display: flex;
  margin: 0 0 30px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list li {
    flex-direction: column;
  }
}
.recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list li.is-pc-center {
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list li.is-pc-center {
    align-items: flex-start;
  }
}
.recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list li:last-child {
  margin: 0;
}
.recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list li .recruit-spend__time {
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8125;
  padding: 6px 17px 5px;
  width: 126px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list li .recruit-spend__time {
    font-size: 1.9rem;
    line-height: 1.4736842105;
    margin: 0 0 14px;
    padding: 6px 17px;
    width: 125px;
  }
}
.recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list li .recruit-spend__time.is-blue {
  background-color: #C4E3E8;
}
.recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list li .recruit-spend__time.is-yellow {
  background-color: #F8DE89;
  color: #707070;
}
.recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list li .recruit-spend__time.is-pink {
  background-color: #D8AEB1;
}
.recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list li .recruit-spend__text {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 0 0 16px;
}
.recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list li .recruit-spend__image {
  border-radius: 20px;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 400px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list li .recruit-spend__image {
    min-width: 260px;
    right: 20px;
    width: 40vw;
  }
}
@media screen and (max-width: 650px) {
  .recruit-spend .recruit-spend__item-block .recruit-spend__item .recruit-spend__list li .recruit-spend__image {
    position: static;
    max-width: 277px;
    margin: 20px 0 0 16px;
  }
}
.recruit-spend .recruit-spend__bottom-text {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0 0 0 27px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .recruit-spend .recruit-spend__bottom-text {
    padding-left: 0;
  }
}

.schedule-wrapper {
  position: relative;
}
.schedule-wrapper::before, .service-calendar__tel .schedule-wrapper.service-calendar__tel-text::after {
  background-color: #FDFDF8;
  content: "";
  display: block;
  height: calc(100% + 100px);
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
}

.schedule-event {
  margin: 0 0 120px;
  position: relative;
}
.schedule-event .schedule-event__bg-spring01, .schedule-event .schedule-event__bg-winter04, .schedule-event .schedule-event__bg-winter03, .schedule-event .schedule-event__bg-winter02, .schedule-event .schedule-event__bg-winter01, .schedule-event .schedule-event__bg-autumn04, .schedule-event .schedule-event__bg-autumn03, .schedule-event .schedule-event__bg-autumn02, .schedule-event .schedule-event__bg-autumn01, .schedule-event .schedule-event__bg-summer04, .schedule-event .schedule-event__bg-summer03, .schedule-event .schedule-event__bg-summer02, .schedule-event .schedule-event__bg-summer01, .schedule-event .schedule-event__bg-spring03, .schedule-event .schedule-event__bg-spring02 {
  display: block;
  height: auto;
  position: absolute;
  top: 9%;
  left: -153px;
  width: 180px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-spring01, .schedule-event .schedule-event__bg-winter04, .schedule-event .schedule-event__bg-winter03, .schedule-event .schedule-event__bg-winter02, .schedule-event .schedule-event__bg-winter01, .schedule-event .schedule-event__bg-autumn04, .schedule-event .schedule-event__bg-autumn03, .schedule-event .schedule-event__bg-autumn02, .schedule-event .schedule-event__bg-autumn01, .schedule-event .schedule-event__bg-summer04, .schedule-event .schedule-event__bg-summer03, .schedule-event .schedule-event__bg-summer02, .schedule-event .schedule-event__bg-summer01, .schedule-event .schedule-event__bg-spring03, .schedule-event .schedule-event__bg-spring02 {
    left: -11.953vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-spring01, .schedule-event .schedule-event__bg-winter04, .schedule-event .schedule-event__bg-winter03, .schedule-event .schedule-event__bg-winter02, .schedule-event .schedule-event__bg-winter01, .schedule-event .schedule-event__bg-autumn04, .schedule-event .schedule-event__bg-autumn03, .schedule-event .schedule-event__bg-autumn02, .schedule-event .schedule-event__bg-autumn01, .schedule-event .schedule-event__bg-summer04, .schedule-event .schedule-event__bg-summer03, .schedule-event .schedule-event__bg-summer02, .schedule-event .schedule-event__bg-summer01, .schedule-event .schedule-event__bg-spring03, .schedule-event .schedule-event__bg-spring02 {
    left: -83px;
    top: -14px;
  }
}
.schedule-event .schedule-event__bg-spring02 {
  left: auto;
  right: -194px;
  top: 32%;
  width: 185px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-spring02 {
    right: -15.156vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-spring02 {
    right: -76px;
    top: 47%;
  }
}
.schedule-event .schedule-event__bg-spring03 {
  left: -190px;
  top: 69%;
  width: 131px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-spring03 {
    left: -14.844vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-spring03 {
    bottom: 3.6%;
    left: -94px;
    top: auto;
  }
}
.schedule-event .schedule-event__bg-summer01 {
  left: -113px;
  top: 8.6%;
  width: 112px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-summer01 {
    left: -8.828vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-summer01 {
    left: -96px;
    top: -65px;
  }
}
.schedule-event .schedule-event__bg-summer02 {
  top: 10%;
  left: auto;
  right: -224px;
  width: 225px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-summer02 {
    right: -17.5vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-summer02 {
    right: -130px;
    top: 67.8%;
  }
}
.schedule-event .schedule-event__bg-summer03 {
  left: -254px;
  top: 44%;
  width: 222px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-summer03 {
    left: -19.844vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-summer03 {
    left: -136px;
    top: 15.7%;
  }
}
.schedule-event .schedule-event__bg-summer04 {
  top: 63%;
  left: auto;
  right: -186px;
  width: 130px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-summer04 {
    right: -14.531vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-summer04 {
    bottom: -52px;
    right: -54px;
    top: auto;
  }
}
.schedule-event .schedule-event__bg-autumn01 {
  top: -142px;
  left: -96px;
  width: 112px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-autumn01 {
    left: -7.5vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-autumn01 {
    left: -59px;
    top: -129px;
  }
}
.schedule-event .schedule-event__bg-autumn02 {
  top: 5px;
  left: auto;
  right: -76px;
  width: 112px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-autumn02 {
    right: -5.938vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-autumn02 {
    right: -40px;
    top: 60%;
  }
}
.schedule-event .schedule-event__bg-autumn03 {
  top: 48%;
  left: auto;
  right: -186px;
  width: 169px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-autumn03 {
    right: -14.531vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-autumn03 {
    bottom: 38px;
    right: -112px;
    top: auto;
  }
}
.schedule-event .schedule-event__bg-autumn04 {
  top: 72%;
  left: -170px;
  width: 262px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-autumn04 {
    left: -13.281vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-autumn04 {
    left: -104px;
    top: 36%;
    width: 235px;
  }
}
.schedule-event .schedule-event__bg-winter01 {
  left: -168px;
  top: 4.5%;
  width: 168px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-winter01 {
    left: -13.125vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-winter01 {
    left: -73px;
    top: -118px;
  }
}
.schedule-event .schedule-event__bg-winter02 {
  left: auto;
  right: -198px;
  top: 26%;
  width: 192px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-winter02 {
    right: -15.469vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-winter02 {
    right: -117px;
    top: 64.8%;
  }
}
.schedule-event .schedule-event__bg-winter03 {
  left: auto;
  right: -155px;
  top: 77%;
  width: 109px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-winter03 {
    right: -12.109vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-winter03 {
    bottom: 20px;
    right: -72px;
    top: auto;
  }
}
.schedule-event .schedule-event__bg-winter04 {
  left: -144px;
  top: 76%;
  width: 121px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event .schedule-event__bg-winter04 {
    left: -11.25vw;
  }
}
@media screen and (max-width: 650px) {
  .schedule-event .schedule-event__bg-winter04 {
    left: -49px;
    top: 28%;
    width: 154px;
  }
}

.schedule-event__headline {
  color: #fff;
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 6.8rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-align: center;
}
.schedule-event__headline .schedule-event__headline-back {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  height: auto;
  transform: rotate(-28deg);
  width: 155px;
  z-index: -1;
}
.schedule-event__headline .schedule-event__headline-back path {
  opacity: 1;
}
.schedule-event__headline .schedule-event__headline-back.is-pink path {
  fill: #F5D4D4;
}
.schedule-event__headline .schedule-event__headline-back.is-blue path {
  fill: #C4E3E8;
}
.schedule-event__headline .schedule-event__headline-back.is-brown path {
  fill: #EDCFAC;
}
.schedule-event__headline .schedule-event__headline-back.is-gray path {
  fill: #EAEAEA;
}

.schedule-event__text {
  line-height: 2.0714285714;
  max-width: 656px;
  margin: 0 auto;
  text-align: center;
}

.schedule-event__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 -19px;
  padding: 0;
  width: calc(100% + 38px);
}
@media screen and (max-width: 650px) {
  .schedule-event__list {
    justify-content: space-between;
    margin: 0 -12px;
    width: calc(100% + 24px);
  }
}
.schedule-event__list li {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 19px 45px;
  width: 135px;
}
@media screen and (max-width: 650px) {
  .schedule-event__list li {
    margin: 0 12px 24px;
    width: calc(50vw - 32px);
  }
}
.schedule-event__list li.is-dummy {
  height: 0;
  margin-bottom: 0;
}
.schedule-event__list li .schedule-event__lightbox {
  display: block;
  line-height: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}
.schedule-event__list li .schedule-event__lightbox:hover {
  opacity: 0.7;
}
.schedule-event__list li .schedule-event__thumbnail {
  display: block;
  border-radius: 10px;
  height: 135px;
  margin: 0 auto 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 135px;
}
@media screen and (max-width: 650px) {
  .schedule-event__list li .schedule-event__thumbnail {
    height: calc(50vw - 32px);
    width: calc(50vw - 32px);
  }
}
.schedule-event__list li .schedule-event__title {
  align-items: center;
  display: flex;
  flex-grow: 1;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .schedule-event__list li .schedule-event__title {
    font-size: 1.3rem;
    line-height: 1.4615384615;
  }
}

.schedule-event__year {
  margin: 0 0 166px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event__year {
    margin: 20px 0 182px;
  }
}
.schedule-event__year .schedule-event__year-headline {
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 0 0 60px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .schedule-event__year .schedule-event__year-headline {
    font-size: 2.3rem;
    line-height: 1.5217391304;
    margin-bottom: 85px;
  }
}
.schedule-event__year .schedule-event__year-headline::before, .schedule-event__year .service-calendar__tel .schedule-event__year-headline.service-calendar__tel-text::after, .service-calendar__tel .schedule-event__year .schedule-event__year-headline.service-calendar__tel-text::after {
  background: url("images/decoration-4square.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 117px;
  margin: auto;
  max-width: 431px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 700px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .blog-list {
    justify-content: space-between;
    padding: 0 23px;
  }
}
.blog-list li {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 20px 30px;
  padding: 0;
  width: 135px;
}
@media screen and (max-width: 650px) {
  .blog-list li {
    margin: 0 0 30px;
    width: 46.7128027682%;
  }
}
.blog-list li.is-dummy {
  height: 0;
  margin-bottom: 0;
}
.blog-list li .blog-list__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.blog-list li .blog-list__item .blog-list__image {
  border-radius: 10px;
  display: block;
  height: auto;
  margin: 0 0 10px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .blog-list li .blog-list__item .blog-list__image {
    margin-bottom: 16px;
  }
}
.blog-list li .blog-list__item .blog-list__title {
  display: -webkit-box;
  font-size: 1.2rem;
  flex-shrink: 0;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 0 0 5px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog-list li .blog-list__item .blog-list__date {
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: auto;
}

.blog-top__image {
  border-radius: 10px;
  display: block;
  line-height: 0;
  margin: 53px auto 20px;
  max-width: 660px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .blog-top__image {
    margin: 0 auto 76px;
  }
}
.blog-top__image img {
  height: auto;
  width: 100%;
}

.blog-top__headline {
  font-size: 2.2rem;
  line-height: 1.5;
  padding-bottom: 5px;
  text-align: center;
}

.blog-top__date {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.blog-detail {
  margin: 0 auto;
  max-width: 660px;
  width: 100%;
}
.blog-detail p {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 0 0 50px;
  width: 100%;
}
.blog-detail a {
  color: #DB848A;
  text-decoration: underline;
}
.blog-detail a:hover {
  text-decoration: none;
}
.blog-detail h2 {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}
.blog-detail h2::before, .blog-detail .service-calendar__tel h2.service-calendar__tel-text::after, .service-calendar__tel .blog-detail h2.service-calendar__tel-text::after {
  background: url("images/icon-triangle.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 17px;
  margin: 0 10px 0 0;
  min-width: 32px;
  width: 32px;
}
.blog-detail h2::after {
  background: url("images/icon-circle-blue.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 19px;
  margin: 0 0 0 10px;
  min-width: 19px;
  width: 19px;
}
.blog-detail h3 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 0 0 25px;
}
.blog-detail .wp-block-gallery {
  margin: 0 0 50px;
}
@media screen and (max-width: 650px) {
  .blog-detail .wp-block-gallery {
    margin-bottom: 77px;
  }
}
.blog-detail .wp-block-gallery .blocks-gallery-grid {
  margin: 0;
}
.blog-detail .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 0;
}
.blog-detail .wp-block-gallery .blocks-gallery-item::before, .blog-detail .wp-block-gallery .service-calendar__tel .blocks-gallery-item.service-calendar__tel-text::after, .service-calendar__tel .blog-detail .wp-block-gallery .blocks-gallery-item.service-calendar__tel-text::after {
  display: none;
}
@media screen and (max-width: 650px) {
  .blog-detail .wp-block-gallery .blocks-gallery-item {
    margin: 0 0 40px;
    width: 100%;
  }
  .blog-detail .wp-block-gallery .blocks-gallery-item:last-child {
    margin-bottom: 0;
  }
}
.blog-detail .wp-block-gallery .blocks-gallery-item figure {
  align-items: flex-start;
  flex-direction: column;
}
.blog-detail .wp-block-gallery .blocks-gallery-item .blocks-gallery-item__caption {
  background: none;
  color: #707070;
  flex-grow: 1;
  font-size: 1.2rem;
  height: auto;
  letter-spacing: 0.2em;
  line-height: 1.5;
  max-height: none;
  padding: 8px 0 0;
  position: static;
  text-align: left;
}
.blog-detail .wp-block-gallery .blocks-gallery-item .blocks-gallery-item__caption br {
  display: none;
}
.blog-detail .wp-block-image {
  line-height: 0;
  max-width: 473px;
  margin: 0 0 50px;
  width: 100%;
}
.blog-detail .wp-block-image figcaption {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
  padding: 8px 0 0;
}
.blog-detail ul:not([class]) {
  color: #242424;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 2.375;
  list-style: none;
  margin: 0 0 70px;
  padding: 0;
  width: 100%;
}
.blog-detail ul:not([class]) li {
  margin: 0 0 10px;
  padding: 0 0 0 28px;
  text-indent: -28px;
}
.blog-detail ul:not([class]) li::before, .blog-detail ul:not([class]) .service-calendar__tel li.service-calendar__tel-text::after, .service-calendar__tel .blog-detail ul:not([class]) li.service-calendar__tel-text::after {
  background: url("images/icon-triangle.svg") no-repeat center center/18px 10px;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 0 10px 0 0;
  width: 18px;
  vertical-align: middle;
}
.blog-detail ul:not([class]) li:nth-child(3n+2)::before, .blog-detail ul:not([class]) .service-calendar__tel li.service-calendar__tel-text:nth-child(3n+2)::after, .service-calendar__tel .blog-detail ul:not([class]) li.service-calendar__tel-text:nth-child(3n+2)::after {
  background: url("images/icon-square.svg") no-repeat center center/17px 18px;
}
.blog-detail ul:not([class]) li:nth-child(3n+3)::before, .blog-detail ul:not([class]) .service-calendar__tel li.service-calendar__tel-text:nth-child(3n+3)::after, .service-calendar__tel .blog-detail ul:not([class]) li.service-calendar__tel-text:nth-child(3n+3)::after {
  background: url("images/icon-circle.svg") no-repeat center center/14px 15px;
}
.blog-detail ol:not([class]) {
  color: #242424;
  counter-reset: number;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 2.375;
  list-style: none;
  margin: 0 0 70px;
  padding: 0;
  width: 100%;
}
.blog-detail ol:not([class]) li {
  margin: 0 0 15px;
  padding: 0 0 0 34px;
  position: relative;
}
.blog-detail ol:not([class]) li::before, .blog-detail ol:not([class]) .service-calendar__tel li.service-calendar__tel-text::after, .service-calendar__tel .blog-detail ol:not([class]) li.service-calendar__tel-text::after {
  align-items: center;
  background: #F8DE89;
  border-radius: 50%;
  content: counter(number);
  counter-increment: number;
  color: #fff;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 24px;
}
.blog-detail ol:not([class]) li:nth-child(3n+2)::before, .blog-detail ol:not([class]) .service-calendar__tel li.service-calendar__tel-text:nth-child(3n+2)::after, .service-calendar__tel .blog-detail ol:not([class]) li.service-calendar__tel-text:nth-child(3n+2)::after {
  background: #B1D8E2;
}
.blog-detail ol:not([class]) li:nth-child(3n+3)::before, .blog-detail ol:not([class]) .service-calendar__tel li.service-calendar__tel-text:nth-child(3n+3)::after, .service-calendar__tel .blog-detail ol:not([class]) li.service-calendar__tel-text:nth-child(3n+3)::after {
  background: #D8AEB1;
}

.blog-footer-navi {
  display: flex;
  font-size: 1.6rem;
  justify-content: space-between;
  letter-spacing: 0.12em;
  line-height: 1.5;
  list-style: none;
  margin: 0 auto;
  max-width: 574px;
  padding: 0;
  position: relative;
  transform: opacity 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 370px) {
  .blog-footer-navi {
    font-size: 1.4rem;
  }
}
.blog-footer-navi .blog-footer-navi__link {
  color: #333333;
  display: inline-block;
  padding: 10px;
  position: relative;
}
.blog-footer-navi .blog-footer-navi__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 650px) {
  .blog-footer-navi .blog-footer-navi__link.is-list {
    margin: auto;
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    text-align: center;
    width: 130px;
  }
}
.blog-footer-navi .blog-footer-navi__link.is-prev::before, .blog-footer-navi .service-calendar__tel .blog-footer-navi__link.is-prev.service-calendar__tel-text::after, .service-calendar__tel .blog-footer-navi .blog-footer-navi__link.is-prev.service-calendar__tel-text::after {
  border-bottom: 2px solid #333333;
  border-left: 2px solid #333333;
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 21px 1px 0;
  transform: rotate(45deg);
  width: 9px;
}
.blog-footer-navi .blog-footer-navi__link.is-next::after {
  border-bottom: none;
  border-left: none;
  border-right: 2px solid #333333;
  border-top: 2px solid #333333;
  content: "";
  display: inline-block;
  height: 9px;
  margin: 0 0 1px 21px;
  transform: rotate(45deg);
  width: 9px;
}
.blog-footer-navi .blog-footer-navi__link.is-dummy {
  pointer-events: none;
  visibility: hidden;
}

.contact-thanks {
  margin: 0 auto;
  max-width: 370px;
}

.contact-thanks__text {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}

.contact__headline {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .contact__headline {
    margin-top: 57px;
  }
}

.contact__block {
  margin: 0 auto;
  max-width: 660px;
}
.contact__block .wpforms-container-full {
  margin-bottom: 0;
}
.contact__block .wpforms-container-full .wpforms-form .wpforms-field {
  padding: 0 0 30px;
}
.contact__block .wpforms-container-full .wpforms-form .wpforms-field:last-child {
  padding: 0;
}
.contact__block .wpforms-container-full .wpforms-form .wpforms-field-label {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  justify-content: flex-end;
  line-height: 1.4444444444;
  margin: 0;
  padding-bottom: 20px;
}
.contact__block .wpforms-container-full .wpforms-form .wpforms-required-label, .contact__block .wpforms-container-full .wpforms-form .wpforms-optional-label {
  border-radius: 10px;
  background-color: #F5D4D4;
  color: #B97474;
  font-size: 1.5rem;
  font-weight: 500;
  height: 27px;
  line-height: 1.4666666667;
  margin-right: 10px;
  order: 3;
  padding: 3px 12px;
  width: 56px;
}
.contact__block .wpforms-container-full .wpforms-form .wpforms-optional-label {
  background-color: #DDDDDD;
  color: #A3A3A3;
  order: 2;
}
.contact__block .wpforms-container-full .wpforms-form label {
  cursor: none;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .contact__block .wpforms-container-full .wpforms-form label {
    cursor: pointer;
  }
}
.contact__block .wpforms-container-full .wpforms-form .wpforms-container-full,
.contact__block .wpforms-container-full .wpforms-form input[type=tel],
.contact__block .wpforms-container-full .wpforms-form input[type=text],
.contact__block .wpforms-container-full .wpforms-form input[type=email],
.contact__block .wpforms-container-full .wpforms-form input[type=password],
.contact__block .wpforms-container-full .wpforms-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #F8F8F8;
  border: 2px solid #E5E5E5;
  border-radius: 20px;
  cursor: none;
  font-size: 1.4rem;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.2em;
  line-height: 1.4285714286;
  padding: 17px 20px;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .contact__block .wpforms-container-full .wpforms-form .wpforms-container-full,
  .contact__block .wpforms-container-full .wpforms-form input[type=tel],
  .contact__block .wpforms-container-full .wpforms-form input[type=text],
  .contact__block .wpforms-container-full .wpforms-form input[type=email],
  .contact__block .wpforms-container-full .wpforms-form input[type=password],
  .contact__block .wpforms-container-full .wpforms-form textarea {
    cursor: pointer;
  }
}
.contact__block .wpforms-container-full .wpforms-form .wpforms-container-full::-moz-placeholder, .contact__block .wpforms-container-full .wpforms-form input[type=tel]::-moz-placeholder, .contact__block .wpforms-container-full .wpforms-form input[type=text]::-moz-placeholder, .contact__block .wpforms-container-full .wpforms-form input[type=email]::-moz-placeholder, .contact__block .wpforms-container-full .wpforms-form input[type=password]::-moz-placeholder, .contact__block .wpforms-container-full .wpforms-form textarea::-moz-placeholder {
  color: #B2B2B2;
}
.contact__block .wpforms-container-full .wpforms-form .wpforms-container-full::placeholder,
.contact__block .wpforms-container-full .wpforms-form input[type=tel]::placeholder,
.contact__block .wpforms-container-full .wpforms-form input[type=text]::placeholder,
.contact__block .wpforms-container-full .wpforms-form input[type=email]::placeholder,
.contact__block .wpforms-container-full .wpforms-form input[type=password]::placeholder,
.contact__block .wpforms-container-full .wpforms-form textarea::placeholder {
  color: #B2B2B2;
}
.contact__block .wpforms-container-full .wpforms-form .wpforms-container-full:hover, .contact__block .wpforms-container-full .wpforms-form .wpforms-container-full:focus,
.contact__block .wpforms-container-full .wpforms-form input[type=tel]:hover,
.contact__block .wpforms-container-full .wpforms-form input[type=tel]:focus,
.contact__block .wpforms-container-full .wpforms-form input[type=text]:hover,
.contact__block .wpforms-container-full .wpforms-form input[type=text]:focus,
.contact__block .wpforms-container-full .wpforms-form input[type=email]:hover,
.contact__block .wpforms-container-full .wpforms-form input[type=email]:focus,
.contact__block .wpforms-container-full .wpforms-form input[type=password]:hover,
.contact__block .wpforms-container-full .wpforms-form input[type=password]:focus,
.contact__block .wpforms-container-full .wpforms-form textarea:hover,
.contact__block .wpforms-container-full .wpforms-form textarea:focus {
  border: 2px solid #bbb;
}
.contact__block .wpforms-container-full .wpforms-form .wpforms-container-full.wpforms-error,
.contact__block .wpforms-container-full .wpforms-form input[type=tel].wpforms-error,
.contact__block .wpforms-container-full .wpforms-form input[type=text].wpforms-error,
.contact__block .wpforms-container-full .wpforms-form input[type=email].wpforms-error,
.contact__block .wpforms-container-full .wpforms-form input[type=password].wpforms-error,
.contact__block .wpforms-container-full .wpforms-form textarea.wpforms-error {
  border: 2px solid #E36666;
}
.contact__block .wpforms-container-full .wpforms-form .contact__choice ul.wpforms-field-required {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  .contact__block .wpforms-container-full .wpforms-form .contact__choice ul.wpforms-field-required {
    flex-direction: column;
  }
}
.contact__block .wpforms-container-full .wpforms-form .contact__choice ul.wpforms-field-required li {
  margin: 0 27px 0 0 !important;
}
@media screen and (max-width: 650px) {
  .contact__block .wpforms-container-full .wpforms-form .contact__choice ul.wpforms-field-required li {
    margin: 0 0 14px 0 !important;
  }
}
.contact__block .wpforms-container-full .wpforms-form .contact__choice ul.wpforms-field-required li .wpforms-field-label-inline {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.4285714286;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .contact__block .wpforms-container-full .wpforms-form .contact__privacy {
    margin-top: 20px;
    overflow: visible !important;
  }
}
.contact__block .wpforms-container-full .wpforms-form .contact__privacy .wpforms-field-label-inline {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.contact__block .wpforms-container-full .wpforms-form .contact__privacy .wpforms-field-label-inline a {
  text-decoration: underline;
}
.contact__block .wpforms-container-full .wpforms-form input[type=radio] {
  display: none !important;
}
.contact__block .wpforms-container-full .wpforms-form input[type=radio] + label {
  box-sizing: border-box;
  cursor: none;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  padding-left: 35px;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .contact__block .wpforms-container-full .wpforms-form input[type=radio] + label {
    cursor: pointer;
  }
}
.contact__block .wpforms-container-full .wpforms-form input[type=radio] + label:hover::before, .contact__block .wpforms-container-full .wpforms-form .service-calendar__tel input[type=radio] + label.service-calendar__tel-text:hover::after, .service-calendar__tel .contact__block .wpforms-container-full .wpforms-form input[type=radio] + label.service-calendar__tel-text:hover::after {
  border: 2px solid #bbb;
}
.contact__block .wpforms-container-full .wpforms-form input[type=radio] + label::before, .contact__block .wpforms-container-full .wpforms-form .service-calendar__tel input[type=radio] + label.service-calendar__tel-text::after, .service-calendar__tel .contact__block .wpforms-container-full .wpforms-form input[type=radio] + label.service-calendar__tel-text::after {
  background: #F8F8F8;
  border: 2px solid #E5E5E5;
  border-radius: 50%;
  content: "";
  display: block;
  height: 27px;
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  transition: border-color 0.3s ease;
  width: 27px;
}
.contact__block .wpforms-container-full .wpforms-form input[type=radio] + label::after {
  background: #D9848A;
  border-radius: 50%;
  content: "";
  display: block;
  height: 13px;
  opacity: 0;
  position: absolute;
  left: 7px;
  top: calc(50% - 6px);
  width: 13px;
}
.contact__block .wpforms-container-full .wpforms-form input[type=radio]:checked + label::after {
  opacity: 1;
}
.contact__block .wpforms-container-full .wpforms-form input[type=checkbox] {
  display: none !important;
}
.contact__block .wpforms-container-full .wpforms-form input[type=checkbox] + label {
  box-sizing: border-box;
  color: #434343;
  cursor: none;
  display: inline-block;
  line-height: 1.5;
  padding: 0 0 0 42px;
  position: relative;
  text-align: left;
  width: auto;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .contact__block .wpforms-container-full .wpforms-form input[type=checkbox] + label {
    cursor: pointer;
  }
}
.contact__block .wpforms-container-full .wpforms-form input[type=checkbox] + label:hover::before, .contact__block .wpforms-container-full .wpforms-form .service-calendar__tel input[type=checkbox] + label.service-calendar__tel-text:hover::after, .service-calendar__tel .contact__block .wpforms-container-full .wpforms-form input[type=checkbox] + label.service-calendar__tel-text:hover::after {
  border: 2px solid #bbb;
}
.contact__block .wpforms-container-full .wpforms-form input[type=checkbox] + label::before, .contact__block .wpforms-container-full .wpforms-form .service-calendar__tel input[type=checkbox] + label.service-calendar__tel-text::after, .service-calendar__tel .contact__block .wpforms-container-full .wpforms-form input[type=checkbox] + label.service-calendar__tel-text::after {
  background: #F8F8F8;
  border: 2px solid #E5E5E5;
  border-radius: 5px;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: calc(50% - 13px);
  transition: border-color 0.3s ease;
  width: 28px;
}
.contact__block .wpforms-container-full .wpforms-form input[type=checkbox] + label::after {
  content: "✔️";
  display: block;
  font-size: 1.2rem;
  opacity: 0;
  position: absolute;
  top: calc(50% - 6px);
  left: 8px;
}
.contact__block .wpforms-container-full .wpforms-form input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.contact__block .wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: 15px;
  padding: 0;
}
.contact__block .wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
  background-color: #F8DE89;
  border: none;
  border-radius: 20px;
  color: #707070;
  cursor: none;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 auto;
  max-width: 307px;
  padding: 20px 10px 20px;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .contact__block .wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
    cursor: pointer;
  }
}
@media screen and (max-width: 650px) {
  .contact__block .wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
    max-width: 100%;
  }
}
.contact__block .wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  opacity: 0.7;
}
.contact__block .wpforms-container-full .wpforms-form .wpforms-field-description {
  color: #B9B9B9;
  font-size: 1.2rem;
  line-height: 1.5;
}
.contact__block .wpforms-container-full .wpforms-error-container {
  margin: 40px auto;
}
.contact__block .wpforms-container-full .wpforms-error-container a {
  text-decoration: underline;
}
.contact__block .wpforms-container-full .wpforms-error-container a:hover {
  text-decoration: none;
}
.contact__block .wpforms-container-full .wpforms-has-error .choices .choices__inner {
  background: #F7F7F7 !important;
  border-color: #E36666 !important;
}
.contact__block .wpforms-container-full label.wpforms-error {
  color: #E36666 !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  line-height: 1.4285714286 !important;
  margin-top: 5px !important;
}

.contact-tel__block {
  margin: 0 auto;
  max-width: 291px;
  width: 100%;
}
.contact-tel__block .contact-tel__image {
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 0 0 7px;
  width: 83px;
}
.contact-tel__block .contact-tel__title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 18px;
  text-align: center;
}
.contact-tel__block .contact-tel__tel {
  display: block;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0 0 5px;
  text-align: center;
}
.contact-tel__block .contact-tel__tel::before, .contact-tel__block .service-calendar__tel .contact-tel__tel.service-calendar__tel-text::after, .service-calendar__tel .contact-tel__block .contact-tel__tel.service-calendar__tel-text::after {
  background: url("images/icon-tel.svg") no-repeat top left/contain;
  content: "";
  display: inline-block;
  height: 23px;
  margin: 0 8px -3px 0;
  width: 18px;
}
.contact-tel__block .contact-tel__time {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

.contact-attention {
  color: #707070;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
}

.contact-attention-bottom {
  color: #434343 !important;
  font-size: 1.4rem !important;
  letter-spacing: 0.05em !important;
  line-height: 1.4285714286 !important;
  margin: -37px 0 0 !important;
}
@media screen and (max-width: 650px) {
  .contact-attention-bottom {
    margin-top: 0 !important;
  }
}

.service-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.service-link .service-link__item {
  border-radius: 20px;
  margin: 27px 20px;
  max-width: 100%;
  width: 398px;
}
@media screen and (max-width: 650px) {
  .service-link .service-link__item {
    margin: 27px 0;
  }
}
.service-link .service-link__item.is-yellow {
  background-color: #FFEFB9;
}
.service-link .service-link__item.is-green {
  background-color: #EBF2DC;
}
.service-link .service-link__item .service-link__link {
  display: block;
  height: calc(100% + 44px);
  padding: 0 22px 78px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .service-link .service-link__item .service-link__link {
    height: calc(100% + 25px);
    padding: 0 10px 60px;
  }
}
.service-link .service-link__item .service-link__link:hover:after {
  transform: translateY(14px) rotate(45deg);
  height: 24px;
  width: 24px;
}
.service-link .service-link__item .service-link__link:hover .service-link__image {
  transform: scale(1.06);
}
.service-link .service-link__item .service-link__link:after {
  border-bottom: 2px solid #707070;
  border-right: 2px solid #707070;
  content: "";
  display: block;
  margin: auto;
  height: 14px;
  position: absolute;
  bottom: 27px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  width: 14px;
}
@media screen and (max-width: 650px) {
  .service-link .service-link__item .service-link__link:after {
    bottom: 30px;
  }
}
.service-link .service-link__item .service-link__image {
  display: block;
  height: auto;
  margin: -44px auto 15px;
  transition: transform 0.3s ease;
  width: 240px;
}
@media screen and (max-width: 650px) {
  .service-link .service-link__item .service-link__image {
    margin: -25px auto 20px;
    width: 192px;
  }
}
.service-link .service-link__item .service-link__title {
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 15px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .service-link .service-link__item .service-link__title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 370px) {
  .service-link .service-link__item .service-link__title {
    font-size: 2.4rem;
  }
}
.service-link .service-link__item .service-link__text {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .service-link .service-link__item .service-link__text {
    margin: 0 auto;
    max-width: 292px;
    padding: 0 10px;
  }
}

.service-entrance {
  padding: 0 0 205px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-entrance {
    padding: 0 0 106px;
  }
}
.service-entrance::before, .service-calendar__tel .service-entrance.service-calendar__tel-text::after {
  background-color: rgba(255, 234, 180, 0.25);
  content: "";
  display: block;
  height: calc(100% - 80px);
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 80px;
  width: 100vw;
  z-index: -2;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-entrance::before, .service-calendar__tel .service-entrance.service-calendar__tel-text::after {
    height: calc(100% - 34px);
    top: 34px;
  }
}
.service-entrance::after {
  background-color: rgba(255, 219, 126, 0.25);
  content: "";
  display: block;
  height: 34px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 80px;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-entrance::after {
    top: 34px;
  }
}

.service__headline {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 0 0 25px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service__headline {
    font-size: 2.8rem;
  }
}
.service__headline::after {
  content: "";
  display: block;
  height: 5px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 64px;
}
.service__headline.is-yellow::after {
  background-color: #FFEFB9;
}
.service__headline.is-green::after {
  background-color: #EBF2DC;
}
.service__headline.is-small {
  font-size: 3.8rem;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service__headline.is-small {
    font-size: 2.8rem;
    line-height: 1.3571428571;
  }
}
.service__headline .service__headline-image {
  display: block;
  margin: 0 0 20px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service__headline .service__headline-image {
    margin-bottom: 30px;
  }
}

.service-text__default {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 0 auto;
  text-align: center;
  max-width: 783px;
}

.service-support {
  border-bottom: 1px solid #D8D8D8;
  padding: 0 0 47px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-support {
    padding-bottom: 36px;
  }
}

.service-support__headline {
  margin: 0 0 76px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-support__headline {
    margin-bottom: 25px;
  }
}

.service-support__list {
  display: flex;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-support__list {
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 600px;
  }
}
.service-support__list .service-support__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 20px 25px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-support__list .service-support__item {
    margin: 0 0 32px;
    padding: 10px 15px 30px 0;
    width: 50%;
  }
  .service-support__list .service-support__item:nth-child(even) {
    padding: 10px 0 30px 15px;
  }
  .service-support__list .service-support__item:nth-child(even)::after {
    display: none;
  }
}
.service-support__list .service-support__item:after {
  background-color: #DDDDDD;
  content: "";
  display: block;
  height: 273px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-support__list .service-support__item:after {
    height: 100%;
  }
}
.service-support__list .service-support__item:first-child {
  padding-left: 0;
}
.service-support__list .service-support__item:last-child {
  padding-right: 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-support__list .service-support__item:last-child {
    border-right: 1px solid #DDDDDD;
    margin-bottom: 0;
    padding-right: 15px;
  }
}
.service-support__list .service-support__item:last-child::after {
  display: none;
}
.service-support__list .service-support__item .service-support__image {
  display: block;
  height: auto;
  margin: 0 auto 23px;
  max-height: 156px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-support__list .service-support__item .service-support__image {
    margin-bottom: 10px;
    max-height: none;
  }
}
@media screen and (max-width: 650px) {
  .service-support__list .service-support__item .service-support__image {
    height: 115px;
    width: auto;
  }
}
.service-support__list .service-support__item .service-support__title {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 0 0 12px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-support__list .service-support__item .service-support__title {
    font-size: 1.6rem;
  }
}
.service-support__list .service-support__item .service-support__text {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 2;
  margin: 0 auto;
  max-width: 154px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-support__list .service-support__item .service-support__text {
    line-height: 1.5;
    text-align: center;
  }
}

.service-price {
  border-bottom: 1px solid #D8D8D8;
  padding: 100px 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price {
    padding: 54px 0 130px;
  }
}

.service-price__block {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  margin: 0 0 30px;
  padding: 30px 57px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block {
    margin-bottom: 20px;
    padding: 30px;
  }
}
.service-price__block.is-decoration::before, .service-calendar__tel .service-price__block.is-decoration.service-calendar__tel-text::after {
  background: url("images/decoration-tree02.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 98px;
  position: absolute;
  left: 27px;
  top: -93px;
  width: 93px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block.is-decoration::before, .service-calendar__tel .service-price__block.is-decoration.service-calendar__tel-text::after {
    height: 72px;
    left: 6px;
    top: -83px;
    width: 67px;
  }
}
.service-price__block.is-decoration::after {
  background: url("images/decoration-tree01.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 103px;
  position: absolute;
  right: 26px;
  top: -93px;
  width: 137px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block.is-decoration::after {
    height: 75px;
    right: 0;
    top: -93px;
    width: 99px;
  }
}
.service-price__block .service-price__list {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__list {
    flex-direction: column;
  }
}
.service-price__block .service-price__list li {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 33.333%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__list li {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    max-width: 650px;
    padding: 36px 0 35px;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__list li:first-child {
    padding-top: 0;
  }
}
.service-price__block .service-price__list li:last-child {
  padding-bottom: 0;
}
.service-price__block .service-price__list li:last-child::before, .service-price__block .service-price__list li:last-child::after {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__list li::before, .service-price__block .service-price__list .service-calendar__tel li.service-calendar__tel-text::after, .service-calendar__tel .service-price__block .service-price__list li.service-calendar__tel-text::after {
    background: linear-gradient(to right, rgb(198, 198, 198), rgb(198, 198, 198) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 8px 0.5px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.service-price__block .service-price__list li::after {
  background: url("images/icon-puls.svg") no-repeat top left/contain;
  content: "";
  display: block;
  height: 31px;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: -10px;
  top: 0;
  width: 31px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__list li::after {
    margin: auto;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    top: auto;
  }
}
.service-price__block .service-price__list li .service-price__image {
  display: block;
  height: auto;
  margin: 0 0 15px;
  width: 169px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__list li .service-price__image {
    margin: -10px 26px 0 0;
    width: 77px;
  }
}
.service-price__block .service-price__list li .service-price__image:first-child {
  margin-top: 0;
}
.service-price__block .service-price__list li .service-price__text {
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__list li .service-price__text {
    width: 185px;
  }
}
.service-price__block .service-price__list li .service-price__text .service-price__title {
  font-size: 1.6rem;
  line-height: 1.5;
}
.service-price__block .service-price__list li .service-price__text .service-price__price {
  color: #5EADC1;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.3rem;
  margin: 10px auto 0;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__list li .service-price__text .service-price__price {
    margin-top: 0;
  }
}
.service-price__block .service-price__list li .service-price__text .service-price__price.is-pink {
  color: #DB848A;
}
.service-price__block .service-price__notes {
  font-size: 1.2rem;
  line-height: 1.8333333333;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__notes {
    margin: 0 auto;
    max-width: 650px;
  }
}
.service-price__block .service-price__headline {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__headline {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.service-price__block .service-price__other-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 604px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__other-list {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.service-price__block .service-price__other-list li {
  margin: 0 0 20px;
  width: 134px;
}
@media screen and (max-width: 650px) {
  .service-price__block .service-price__other-list li {
    width: 50%;
  }
}
.service-price__block .service-price__other-list li .service-price__other-image {
  display: block;
  height: auto;
  max-width: 134px;
}
.service-price__block .service-price__other-list li .service-price__other-title {
  line-height: 1.5;
  text-align: center;
}
.service-price__block .service-price__headline-small {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 0 0 20px;
}
.service-price__block .service-price__other-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  line-height: 1.5714285714;
  margin: 0 0 16px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .service-price__block .service-price__other-text {
    text-align: left;
  }
}
.service-price__block .service-price__image-list {
  border-top: 1px solid #C6C6C6;
  list-style: none;
  margin: 0 auto 17px;
  padding: 0;
  max-width: 795px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__image-list {
    max-width: 650px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 650px) {
  .service-price__block .service-price__image-list {
    margin: 0 0 0 -30px;
    width: calc(100% + 60px);
  }
}
.service-price__block .service-price__image-list li {
  align-items: center;
  border-bottom: 1px solid #C6C6C6;
  display: flex;
  justify-content: space-between;
  padding: 18px 0 18px 26px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__image-list li {
    justify-content: center;
    padding: 20px 23px;
  }
}
.service-price__block .service-price__image-list li .service-price__image-icon {
  line-height: 0;
  margin: 0 33px 0 0;
  text-align: center;
  width: 60px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__image-list li .service-price__image-icon {
    margin: 0;
    width: 77px;
  }
}
.service-price__block .service-price__image-list li .service-price__image-text {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 93px);
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__image-list li .service-price__image-text {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 200px;
  }
}
.service-price__block .service-price__image-list li .service-price__image-title {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 280px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__image-list li .service-price__image-title {
    margin: 0 0 10px;
    width: 100%;
  }
}
.service-price__block .service-price__image-list li .service-price__image-center {
  font-size: 1.3rem;
  line-height: 1.4615384615;
  width: calc((100% - 280px) / 2);
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__image-list li .service-price__image-center {
    margin: 0 0 10px;
    width: 100%;
  }
}
.service-price__block .service-price__image-list li .service-price__image-right {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  width: calc((100% - 280px) / 2);
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__image-list li .service-price__image-right {
    text-align: center;
    width: 100%;
  }
}
.service-price__block .service-price__image-list li .service-price__image-right.is-pink {
  color: #D8AEB1;
  font-weight: 500;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__image-list li .service-price__image-right.is-pink {
    line-height: 2.2;
  }
}
.service-price__block .service-price__image-list li .service-price__image-right.is-blue {
  color: #B1D8E2;
  font-size: 2rem;
}
.service-price__block .service-price__image-total {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  line-height: 1.5;
  margin: 0 45px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__image-total {
    flex-direction: column;
    margin: 30px 0 9px;
  }
}
.service-price__block .service-price__image-total .service-price__image-total-text {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 27px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-price__block .service-price__image-total .service-price__image-total-text {
    margin: 0 0 5px;
  }
}
.service-price__block .service-price__image-total .service-price__image-total-price {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.service-daily {
  border-bottom: 1px solid #D8D8D8;
  padding: 132px 0 100px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-daily {
    padding: 85px 0 121px;
  }
}
.service-daily::before, .service-calendar__tel .service-daily.service-calendar__tel-text::after {
  background: url("images/decoration-tree02.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 98px;
  position: absolute;
  left: 43px;
  top: 106px;
  width: 93px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-daily::before, .service-calendar__tel .service-daily.service-calendar__tel-text::after {
    display: none;
  }
}
.service-daily::after {
  background: url("images/decoration-tree01.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 103px;
  position: absolute;
  right: 10px;
  top: 106px;
  width: 137px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-daily::after {
    display: none;
  }
}
.service-daily .service-daily__flow {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 910px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-daily .service-daily__flow {
    max-width: 610px;
    width: 100%;
  }
}
.service-daily .service-daily__flow li {
  align-items: flex-start;
  display: flex;
  margin: 0 0 30px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-daily .service-daily__flow li {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.service-daily .service-daily__flow li:last-child {
  margin-bottom: 0;
}
.service-daily .service-daily__flow li.is-bed-illust::after {
  background: url("images/icon-sleep@2x.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 138px;
  position: absolute;
  bottom: -66px;
  right: -17px;
  width: 127px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-daily .service-daily__flow li.is-bed-illust::after {
    bottom: -71px;
    right: 0;
  }
}
.service-daily .service-daily__flow .service-daily__flow-image {
  border-radius: 20px;
  display: block;
  margin: 0 40px 0 0;
  width: 610px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-daily .service-daily__flow .service-daily__flow-image {
    margin: 0 0 20px;
    width: 100%;
  }
}
.service-daily .service-daily__flow .service-daily__flow-detail {
  width: 260px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-daily .service-daily__flow .service-daily__flow-detail {
    width: 100%;
  }
}
.service-daily .service-daily__flow .service-daily__flow-detail .service-daily__flow-title {
  font-size: 2.8rem;
  font-family: "Hannari", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 15px;
}
.service-daily .service-daily__flow .service-daily__flow-detail .service-daily__flow-time {
  font-size: 1.6rem;
  line-height: 2;
}

.service-flow__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 920px;
}
.service-flow__list li {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  margin: 0 0 30px;
  padding: 30px 170px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-flow__list li {
    padding: 30px;
  }
}
.service-flow__list li.is-border-yellow, .service-flow__list li.is-border-green {
  border: 5px solid #F8DE89;
  margin: 0;
  padding: 25px 165px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-flow__list li.is-border-yellow, .service-flow__list li.is-border-green {
    padding: 30px;
  }
}
.service-flow__list li.is-border-green {
  border-color: #BCD881;
}
.service-flow__list li .service-flow__list-inner {
  width: 415px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-flow__list li .service-flow__list-inner {
    padding: 80px 0 0;
    width: 100%;
  }
}
.service-flow__list li .service-flow__list-title {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.45;
  margin: 0 0 10px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-flow__list li .service-flow__list-title {
    text-align: center;
  }
}
.service-flow__list li .service-flow__list-text {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.service-flow__list li .service-flow__list-notes {
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 20px;
}
.service-flow__list li .service-flow__image01 {
  display: block;
  height: auto;
  position: absolute;
  bottom: 39px;
  right: 177px;
  width: 99px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-flow__list li .service-flow__image01 {
    margin: auto;
    bottom: auto;
    left: 0;
    right: 0;
    top: -60px;
  }
}
.service-flow__list li .service-flow__image02 {
  display: block;
  height: auto;
  position: absolute;
  bottom: 20px;
  right: 123px;
  width: 161px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-flow__list li .service-flow__image02 {
    margin: auto;
    bottom: auto;
    left: 0;
    right: 0;
    top: -37px;
  }
}
.service-flow__list li .service-flow__image04 {
  display: block;
  height: auto;
  position: absolute;
  bottom: 46px;
  right: 111px;
  width: 173px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-flow__list li .service-flow__image04 {
    margin: auto;
    bottom: auto;
    left: 0;
    right: 0;
    top: -26px;
    width: 173px;
  }
}
.service-flow__list li .service-flow__image07 {
  display: block;
  height: auto;
  position: absolute;
  bottom: 60px;
  right: 126px;
  width: 149px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-flow__list li .service-flow__image07 {
    margin: auto;
    bottom: auto;
    left: 0;
    right: 0;
    top: -54px;
    width: 149px;
  }
}
.service-flow__list li .service-flow__link {
  color: #5EADC1;
  display: flex;
}
.service-flow__list li .service-flow__link .service-flow__tel-icon {
  height: auto;
  margin: 0 15px 0 0;
  width: 15px;
}
.service-flow__list li .service-flow__link .service-flow__tel-icon path {
  fill: #5EADC1;
}
.service-flow__list li .service-flow__link .service-flow__link-text {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4615384615;
}
.service-flow__list li .service-flow__link .service-flow__link-text.is-mail {
  text-decoration: underline;
}
.service-flow__list li .service-flow__link .service-flow__link-text.is-mail::after {
  border-top: 2px solid #5EADC1;
  border-right: 2px solid #5EADC1;
  content: "";
  display: inline-block;
  height: 5px;
  margin: 0 0 0 7px;
  transform: rotate(45deg);
  width: 5px;
  vertical-align: middle;
}
.service-flow__list li .service-flow__link .service-flow__mail-icon {
  height: auto;
  margin: 0 13px 0 0;
  width: 18px;
}
.service-flow__list li .service-flow__link .service-flow__mail-icon path {
  fill: #5EADC1;
}

.service-short {
  margin: -80px auto 0;
  padding: 0 0 136px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-short {
    padding: 0 0 116px;
  }
}
.service-short::before, .service-calendar__tel .service-short.service-calendar__tel-text::after {
  background-color: rgba(239, 255, 217, 0.25);
  content: "";
  display: block;
  height: calc(100% - 80px);
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 80px;
  width: 100vw;
  z-index: -1;
}
.service-short::after {
  background-color: rgba(197, 216, 159, 0.25);
  content: "";
  display: block;
  height: 34px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 80px;
  width: 100vw;
  z-index: -1;
}
.service-short .service-short-support {
  border-bottom: 1px solid #D8D8D8;
}

.service-short-price {
  border-bottom: 1px solid #D8D8D8;
  padding: 100px 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-short-price {
    padding: 60px 0;
  }
}

.service-short__calendar {
  border-bottom: 1px solid #D8D8D8;
  padding: 142px 0 100px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-short__calendar {
    padding: 60px 0 99px;
  }
}

.service-calendar {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  margin: 0 auto;
  max-width: 910px;
  padding: 40px 44px 24px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar {
    padding: 21px 16px 32px;
  }
}
.service-calendar::before, .service-calendar__tel .service-calendar.service-calendar__tel-text::after {
  background: url("images/icon-wheelchair_talk@2x.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 124px;
  position: absolute;
  left: 11px;
  top: -131px;
  width: 183px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar::before, .service-calendar__tel .service-calendar.service-calendar__tel-text::after {
    display: none;
  }
}
.service-calendar::after {
  background: url("images/icon-schedule@2x.png") no-repeat top left/contain;
  content: "";
  display: block;
  height: 134px;
  position: absolute;
  right: 15px;
  top: -123px;
  transform: rotate(12deg);
  width: 165px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar::after {
    display: none;
  }
}
.service-calendar .service-calendar__field {
  transition: opacity 0.6s ease-in-out;
}
.service-calendar .service-calendar__field.is-loading {
  opacity: 0;
}
.service-calendar .monthly-calendar {
  position: relative;
}
.service-calendar .monthly-prev-next {
  height: 0;
}
.service-calendar .monthly-prev, .service-calendar .monthly-next {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  position: absolute;
  left: 160px;
  top: 19px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar .monthly-prev, .service-calendar .monthly-next {
    font-size: 1.4rem;
    left: calc(50% - 180px);
    top: 13px;
  }
}
@media screen and (max-width: 650px) {
  .service-calendar .monthly-prev, .service-calendar .monthly-next {
    left: 0;
  }
}
@media screen and (max-width: 370px) {
  .service-calendar .monthly-prev, .service-calendar .monthly-next {
    font-size: 1rem;
  }
}
.service-calendar .monthly-prev span, .service-calendar .monthly-next span,
.service-calendar .monthly-prev a,
.service-calendar .monthly-next a {
  align-items: center;
  display: flex;
  justify-content: center;
}
.service-calendar .monthly-prev span::after, .service-calendar .monthly-next span::after,
.service-calendar .monthly-prev a::after,
.service-calendar .monthly-next a::after {
  content: "";
  border-left: 3px solid #333333;
  border-bottom: 3px solid #333333;
  display: inline-block;
  height: 12px;
  margin: 0 34px;
  transform: rotate(45deg);
  width: 12px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar .monthly-prev span::after, .service-calendar .monthly-next span::after,
  .service-calendar .monthly-prev a::after,
  .service-calendar .monthly-next a::after {
    border-width: 1px;
    height: 8px;
    margin: 0 10px;
    right: -15px;
    width: 8px;
  }
}
.service-calendar .monthly-prev span.no-link, .service-calendar .monthly-next span.no-link,
.service-calendar .monthly-prev a.no-link,
.service-calendar .monthly-next a.no-link {
  opacity: 0.2;
}
.service-calendar .monthly-next {
  left: auto;
  bottom: auto;
  right: 160px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar .monthly-next {
    right: calc(50% - 180px);
  }
}
@media screen and (max-width: 650px) {
  .service-calendar .monthly-next {
    right: 0;
  }
}
.service-calendar .monthly-next span::after,
.service-calendar .monthly-next a::after {
  order: -1;
  left: -50px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar .monthly-next span::after,
  .service-calendar .monthly-next a::after {
    left: -17px;
  }
}
.service-calendar table {
  background-color: #fff;
  border-collapse: collapse;
  color: #333333;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar table {
    border-bottom: 1px solid #707070;
  }
}
.service-calendar table caption {
  background-color: #fff;
  color: #707070;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.46875;
  padding: 0 0 40px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar table caption {
    font-size: 2.4rem;
    line-height: 1.5;
    padding: 0 0 21px;
  }
}
.service-calendar table th {
  border-right: 1px solid #707070;
  font-size: 1.5rem;
  font-weight: 700;
  height: 60px;
  letter-spacing: 0;
  line-height: 1.4666666667;
  width: 118px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar table th {
    font-size: 1.6rem;
    height: 38px;
    line-height: 1.5;
  }
}
.service-calendar table th:last-child {
  border-right: none;
}
.service-calendar table th.sun {
  color: #E36666;
}
.service-calendar table th.sat {
  color: #54ABEB;
}
.service-calendar table tr {
  border-top: 1px solid #707070;
}
.service-calendar table tr:first-child {
  border-top: none;
}
.service-calendar table td {
  border-right: 1px solid #707070;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  height: 86px;
  position: relative;
  text-align: center;
  vertical-align: top;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar table td {
    font-size: 1.6rem;
    height: 65px;
    line-height: 1.5;
  }
}
.service-calendar table td:after {
  content: "";
  display: block;
  height: 24px;
  margin: auto;
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  width: 25px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar table td:after {
    bottom: 12px;
    width: 16px;
  }
}
.service-calendar table td.vacant:after {
  background: url("images/icon-maru.svg") no-repeat center center/contain;
}
.service-calendar table td.low:after {
  background: url("images/icon-sankaku.svg") no-repeat center center/contain;
}
.service-calendar table td.disable:after, .service-calendar table td.full:after {
  background: url("images/icon-batsu.svg") no-repeat center center/contain;
}
.service-calendar table td:last-child {
  border-right: none;
}
.service-calendar table td .calendar-mark {
  color: transparent;
}
.service-calendar table td .calendar-daylink {
  pointer-events: none;
}
.service-calendar .service-calendar__notes {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar .service-calendar__notes {
    margin-top: 20px;
  }
}
.service-calendar .service-calendar__notes li {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 20px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar .service-calendar__notes li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 370px) {
  .service-calendar .service-calendar__notes li {
    font-size: 1rem;
  }
}
.service-calendar .service-calendar__notes li .service-calendar__notes-icon {
  vertical-align: bottom;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .service-calendar .service-calendar__notes li .service-calendar__notes-icon {
    height: auto;
    width: 15px;
  }
}
@media screen and (max-width: 370px) {
  .service-calendar .service-calendar__notes li .service-calendar__notes-icon {
    width: 10px;
  }
}

.service-calendar__tel {
  margin: 64px 0 0;
  text-align: center;
}
.service-calendar__tel .service-calendar__tel-text {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin: 0 0 13px;
}
.service-calendar__tel .service-calendar__tel-text::before, .service-calendar__tel .service-calendar__tel-text::after {
  background-color: #707070;
  content: "";
  display: block;
  height: 2px;
  margin: 0 20px 0 0;
  width: 50px;
}
@media screen and (max-width: 370px) {
  .service-calendar__tel .service-calendar__tel-text::before, .service-calendar__tel .service-calendar__tel-text::after {
    width: 30px;
  }
}
.service-calendar__tel .service-calendar__tel-text::after {
  margin: 0 0 0 20px;
}
.service-calendar__tel .service-calendar__tel-number {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.46875;
  margin: 0 0 5px;
}
.service-calendar__tel .service-calendar__tel-number::before, .service-calendar__tel .service-calendar__tel-number.service-calendar__tel-text::after {
  background: url(images/icon-tel.svg) no-repeat top left/contain;
  content: "";
  display: inline-block;
  height: 29px;
  margin: 0 10px 0 0;
  width: 23px;
  vertical-align: middle;
}
.service-calendar__tel .service-calendar__tel-time {
  font-variant-position: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4285714286;
}

.p-volunteer-card {
  align-items: center;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.06);
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 40px 80px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .p-volunteer-card {
    padding: 40px 32px;
  }
}
.p-volunteer-card .p-volunteer-card__header {
  text-align: center;
}
.p-volunteer-card .p-volunteer-card__content {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .p-volunteer-card .p-volunteer-card__content {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
  }
}
.p-volunteer-card .p-volunteer-card__image01 {
  position: absolute;
  top: -97px;
  right: -82px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .p-volunteer-card .p-volunteer-card__image01 {
    top: -43px;
    right: 0px;
  }
  .p-volunteer-card .p-volunteer-card__image01 img {
    height: 82px;
    width: auto;
  }
}
.p-volunteer-card .p-volunteer-card__image02 {
  position: absolute;
  bottom: -70px;
  left: -45px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .p-volunteer-card .p-volunteer-card__image02 {
    bottom: -43px;
    left: 0;
  }
  .p-volunteer-card .p-volunteer-card__image02 img {
    height: 60px;
    width: auto;
  }
}

.p-volunteer-items-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 100px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .p-volunteer-items-wrapper {
    gap: 80px;
    margin: 0 auto;
    max-width: 520px;
  }
}
.p-volunteer-items-wrapper .p-volunteer-items:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .p-volunteer-items-wrapper .p-volunteer-items:nth-of-type(even) {
    flex-direction: column;
  }
}
.p-volunteer-items-wrapper .p-volunteer-items-wrapper__image01 {
  position: absolute;
  top: -136px;
  left: 40px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .p-volunteer-items-wrapper .p-volunteer-items-wrapper__image01 {
    top: -70px;
    left: 12px;
  }
  .p-volunteer-items-wrapper .p-volunteer-items-wrapper__image01 img {
    height: 74px;
    width: auto;
  }
}

.p-volunteer-items {
  display: flex;
  gap: 24px 48px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .p-volunteer-items {
    flex-direction: column;
  }
}
.p-volunteer-items .p-volunteer-items__image {
  border-radius: 20px;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 520px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .p-volunteer-items .p-volunteer-items__image {
    margin: 0 auto;
    min-width: 0;
  }
}
.p-volunteer-items .p-volunteer-items__image img {
  display: block;
  width: 100%;
}
.p-volunteer-items .p-volunteer-items__headline {
  color: var(--, #707070);
  font-family: HannariMincho;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 45px */
  letter-spacing: 6px;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .p-volunteer-items .p-volunteer-items__headline {
    font-size: 24px;
  }
}
.p-volunteer-items .p-volunteer-items__text {
  color: var(--, #707070);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 3.2px;
  margin: 24px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .p-volunteer-items .p-volunteer-items__text {
    font-size: 12px;
    margin: 8px 0 0;
  }
}
.p-volunteer-items .p-volunteer-items__button {
  margin: 24px 0 0;
  text-align: right;
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .p-volunteer-items .p-volunteer-items__button {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */