@charset "UTF-8";
.text-center {
  text-align: center;
}

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

.alert {
  margin: 30px auto;
  text-align: center;
}

/*
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap" rel="stylesheet">
*/
@font-face {
  font-family: "FlopDesign";
  src: url("../font/FlopDesignFONT.otf") format("opentype");
}
* {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
}

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

img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
}

ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

li, ol {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media all and (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*
  ----------------
  Base styles
  ----------------
*/
html {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

main {
  overflow: hidden;
  padding-top: 120px;
}
@media all and (max-width : 768px) {
  main {
    padding-top: 96px;
  }
}

/*
  ----------------
  選択する際の色設定
  ----------------
*/
/*
  ----------------
  文章のスタイル設定
  ----------------
*/
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

.blue {
  color: #3FA9F5;
}

/*
  ----------------
  ユーティリティー
  ----------------
*/
.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media all and (max-width : 768px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*
  ----------------
  レスポンシブ用のユティリティー
  ----------------
*/
@media all and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

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

/*
  ----------------
  Animations
  ----------------
*/
/*
  ----------------
  パンくずのスタイル設定
  ----------------
*/
.breadcrumb {
  background: #F6F1EB;
  overflow-x: scroll;
}
.breadcrumb__list {
  display: flex;
  max-width: 1200px;
  padding: 15px 30px;
  margin: auto;
}
@media all and (max-width : 768px) {
  .breadcrumb__list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.breadcrumb__item:not(:first-child)::before {
  content: ">";
  margin: 0 5px;
}

/*
  ----------------
  ボタン
  ----------------
*/
.button, .button--line, .button--white, .button--small, .button--medium {
  display: block;
  max-width: 260px;
  margin: auto;
  background: #3FA9F5;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  width: 100%;
}
.button:not(:last-child), .button--line:not(:last-child), .button--white:not(:last-child), .button--small:not(:last-child), .button--medium:not(:last-child) {
  margin-bottom: 30px;
}
.button i, .button--line i, .button--white i, .button--small i, .button--medium i {
  font-size: 16px;
}
.button i.left, .button--line i.left, .button--white i.left, .button--small i.left, .button--medium i.left {
  margin-right: 10px;
}
.button i.right, .button--line i.right, .button--white i.right, .button--small i.right, .button--medium i.right {
  margin-left: 10px;
}
.button--medium {
  max-width: 220px;
  font-size: 16px;
  padding: 10px;
  font-weight: 500;
}
.button--small {
  max-width: 170px;
  font-size: 14px;
  font-weight: 500;
}
.button--small i {
  font-size: 14px;
}
.button--white {
  color: #3FA9F5;
  background: #fff;
  border: 1px solid #3FA9F5;
}
.button--white i {
  color: #3FA9F5;
}
.button--line {
  background: #4CC764;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  line-height: 1;
  margin-bottom: 75px;
}
.button--line i {
  font-family: "Font Awesome 5 Brands";
  font-weight: 500;
  font-size: 38px;
  color: #4cc764;
  position: relative;
  margin-right: 10px;
}
.button--line i::before {
  position: relative;
  z-index: 1;
}
.button--line i::after {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.more-button {
  display: block;
  max-width: 250px;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  border: solid #9EA2A2;
  border-width: 1px 0;
}
.more-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  color: #3FA9F5;
  font-size: 14px;
  margin-left: 15px;
}

.upload {
  display: block;
  font-size: 18px;
  padding: 15px 40px;
  border-radius: 16px;
  background: #F2F2F2;
  margin-right: 25px;
  cursor: pointer;
}
.upload::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07c";
}

/*
  ----------------
  フッタースタイル設定
  ----------------
*/
.footer {
  background: #3FA9F5;
  padding: 20px 0 10px;
  color: #fff;
}
@media all and (max-width : 768px) {
  .footer {
    margin-bottom: 68px;
  }
}
.footer-list {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.footer-list__item {
  font-size: 14px;
}
.footer-list__item:not(:last-child) {
  margin-right: 1em;
}
.footer-copy {
  font-size: 14px;
  text-align: center;
}
.footer--biz {
  background: #F2F2F2;
  padding: 20px 0 15px;
}
@media all and (min-width: 769px) {
  .footer--biz {
    margin-left: 217px;
  }
}
.footer--biz.register {
  margin-left: 0;
}

/*
  ----------------
  ヘッダーのスタイル設定
  ----------------
*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.header-tab {
  height: 40px;
  background: #F6F1EB;
  padding-right: 5px;
  padding-top: 5px;
  overflow: hidden;
  position: relative;
}
.header-tab::after {
  content: "";
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.header-tab__list {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width : 768px) {
  .header-tab__list {
    justify-content: center;
  }
}
.header-tab__item {
  width: 115px;
  height: 50px;
  border-radius: 10px;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 2.15px;
  margin-left: 10px;
}
.header-tab__item a {
  width: 100%;
  height: 100%;
}
.header-tab__item--user {
  background: #3FA9F5;
  border: 1px solid #3FA9F5;
}
.header-tab__item--mg {
  background: #FF7BAC;
  border: 1px solid #FF7BAC;
}
.header-tab__item--biz {
  background: #7AC943;
  border: 1px solid #7AC943;
}
.header-tab__item.is-current {
  color: #333;
  background: #fff;
  border-color: #ccc;
  margin-top: 0;
  padding-top: 6px;
  position: relative;
}
.header-tab__item.is-current::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
}
.header-menu {
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px 15px;
}
@media all and (max-width : 768px) {
  .header-menu {
    height: 56px;
    justify-content: center;
    padding: 0;
  }
}
@media all and (min-width: 769px) {
  .header-menu.is-shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 3px;
  }
}
.header-menu--right {
  display: flex;
}
.header-menu__logout {
  position: relative;
  margin-left: 20px;
  position: relative;
  padding-left: 23px;
}
.header-menu__logout::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f5";
  color: #3FA9F5;
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
.header-menu__title {
  font-family: "FlopDesign";
  font-size: 24px;
  color: #3FA9F5;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width : 768px) {
  .header-menu__title {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.header-menu__title img {
  height: 50px;
}
.header-menu__title span {
  display: block;
  font-size: 12px;
  color: #333;
  margin-top: 5px;
}
.header-menu__button {
  display: flex;
  width: 21px;
  height: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: -40px;
  cursor: pointer;
  z-index: 6;
  transition: top 0.5s;
}
.header-menu__button span, .header-menu__button::before, .header-menu__button::after {
  content: "";
  width: 21px;
  height: 4px;
  display: block;
  background: #444;
  transition: 0.3s;
  border-radius: 1px;
}
.header-menu__button::before {
  position: absolute;
  bottom: 0;
}
.header-menu__button::after {
  position: absolute;
  top: 0;
}
.header-menu__button.is-open span {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.header-menu__button.is-open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 8px;
}
.header-menu__button.is-open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
.header-menu__contents {
  flex: 1;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
}
@media all and (min-width: 769px) {
  .header-menu__contents {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 20px;
  }
}
@media all and (max-width : 768px) {
  .header-menu__contents {
    font-size: 18px;
    padding: 100px 20px;
    margin-top: -100px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 120vh;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #fff;
    z-index: 5;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    overflow-y: scroll;
  }
  .header-menu__contents.is-show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media all and (min-width: 769px) {
  .header-menu__contents a {
    margin-left: 2em;
  }
}
@media all and (max-width : 768px) {
  .header-menu__contents a {
    display: block;
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
  }
  .header-menu__contents a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #3FA9F5;
    content: "\f0da";
    margin-right: 30px;
  }
}
.header-menu__list {
  display: flex;
}
@media all and (min-width: 769px) {
  .header-menu__list {
    border-left: 1px solid #ccc;
  }
}
@media all and (max-width : 768px) {
  .header-menu__list {
    justify-content: space-between;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 6px 0;
    border-top: 3px solid #F6F1EB;
    z-index: 4;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .header-menu__list.is-hide {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media all and (min-width: 769px) {
  .header-menu__item {
    margin-left: 25px;
  }
}
@media all and (max-width : 768px) {
  .header-menu__item {
    flex-basis: 20%;
    padding: 5px 0;
  }
  .header-menu__item:not(:first-child) {
    border-left: 1px solid #b3b3b3;
  }
}
.header-menu__item i {
  color: #3FA9F5;
  font-size: 20px;
  margin-bottom: 5px;
}
.header-menu__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
@media all and (max-width : 768px) {
  .header-menu__item a {
    font-size: 12px;
  }
}
.header-menu__user {
  position: relative;
  padding-left: 23px;
}
.header-menu__user::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  color: #3FA9F5;
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
.header-menu__biz {
  position: fixed;
  width: 217px;
  height: 100vh;
  top: 80px;
  left: 0;
  background: #fff;
  z-index: -1;
}
@media all and (max-width : 768px) {
  .header-menu__biz {
    padding: 100px 20px;
    margin-top: -100px;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 120vh;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #fff;
    z-index: 5;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    overflow-y: scroll;
  }
  .header-menu__biz.is-show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.header-menu__biz-list {
  padding-top: 30px;
}
.header-menu__biz-item {
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 500;
}
.header-menu__biz-item dd {
  margin-top: 20px;
}
@media all and (min-width: 769px) {
  .header-menu__biz-item dd {
    display: none;
  }
}
.header-menu__biz-item dd a {
  font-size: 18px;
  display: block;
}
.header-menu__biz-item dd a:not(:last-of-type) {
  margin-bottom: 10px;
}
.header-menu__biz-item dd a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  content: "\f0da";
  margin-right: 10px;
}
.header-menu__biz-item.is-current {
  color: #fff;
  background: #3FA9F5;
  position: relative;
}
@media all and (min-width: 769px) {
  .header-menu__biz-item.is-current {
    margin-right: -15px;
  }
  .header-menu__biz-item.is-current::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0px;
    border-color: #3FA9F5 transparent transparent transparent;
    position: absolute;
    top: 100%;
    right: 0;
  }
}
.header-menu__biz-item.is-current dd {
  display: block;
}

/*
  ----------------
  Headings
  ----------------
*/
.title-secondary {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media all and (max-width : 768px) {
  .title-secondary {
    margin-bottom: 20px;
  }
}

.help-block {
  display: block;
  color: #DF0003;
  font-weight: 600;
  margin: -20px 0 30px 0;
}

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

.uprice {
  font-size: 120%;
  font-weight: 600;
}

.uprice em {
  font-style: normal;
  font-size: 220%;
  margin: 0 20px;
}

.payment {
  max-width: 375px;
  margin: 30px auto;
}

.sns-list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.sns-list .fas {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 500;
  font-size: 42px;
}
.sns-list a:first-of-type {
  color: #395196;
}
.sns-list a:nth-child(2) {
  color: #4CC764;
  margin: 0 30px;
}
.sns-list a:nth-child(3) {
  color: #00A9FF;
}

.biz {
  padding-top: 80px;
}
@media all and (max-width : 768px) {
  .biz {
    padding-top: 56px;
  }
}
.biz-pr {
  background: #F6F1EB;
  padding: 35px;
}
@media all and (max-width : 768px) {
  .biz-pr {
    padding: 35px 15px;
  }
}
.biz-pr__lead {
  text-align: center;
  margin-bottom: 25px;
}
.biz-pr__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(51, 51, 51, 0.3) 0 0 1.8px;
  max-width: 1130px;
  margin: 0 auto 50px;
  padding: 25px;
}
@media all and (max-width : 768px) {
  .biz-pr__list {
    display: block;
    padding: 10px;
  }
}
@media all and (max-width : 768px) {
  .biz-pr__item {
    padding: 10px;
  }
}
.biz-pr__item a {
  display: flex;
  align-items: center;
}
.biz-pr__item img {
  margin-right: 10px;
}
@media all and (max-width : 768px) {
  .biz-pr__item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
}
.biz-pr__item span {
  font-size: 14px;
  color: #FF7BAC;
  display: block;
}
.biz-pr__button {
  display: flex;
  justify-content: center;
}
.biz-pr__button a {
  background: #7AC943;
  margin: 0 20px;
  width: 260px;
  margin-bottom: 0 !important;
}
@media all and (max-width : 768px) {
  .biz-pr__button a {
    width: 148px;
    margin: 0 5px;
  }
}
.biz-page {
  background: #f2f2f2;
  padding: 30px;
  padding-left: 50px;
  min-height: calc(100vh - 135px);
}
@media all and (min-width: 769px) {
  .biz-page {
    margin-left: 217px;
  }
}
@media all and (max-width : 768px) {
  .biz-page {
    padding: 25px 15px 15px;
    min-height: calc(100vh - 111px);
  }
}
.biz-page.register {
  margin-left: 0;
}
.biz-page__layout, .biz-page__layout--pr {
  background: #fff;
  max-width: 1060px;
  margin: auto;
  padding: 20px 20px 40px;
  margin-bottom: 30px;
}
.biz-page__layout--pr {
  margin-top: 80px;
  position: relative;
  padding-top: 30px;
}
.biz-page__layout--pr__title {
  background: #3FA9F5;
  color: #fff;
  padding: 0 25px;
  position: absolute;
  top: -40px;
  left: 0;
  height: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.biz-page__layout--pr.free {
  background: rgba(255, 255, 255, 0.45);
}
.biz-page__layout--pr.free > * {
  opacity: 0.45;
}
.biz-page__layout .mb60, .biz-page__layout--pr .mb60 {
  margin-bottom: 60px;
}
.biz-page__layout .mb120, .biz-page__layout--pr .mb120 {
  margin-bottom: 120px;
}
.biz-page__layout input[type=checkbox], .biz-page__layout--pr input[type=checkbox] {
  display: none;
}
.biz-page__layout input[type=checkbox]:checked + label::after, .biz-page__layout--pr input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.biz-page__layout label, .biz-page__layout--pr label {
  width: 100%;
  padding-left: 27px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.biz-page__layout label::before, .biz-page__layout--pr label::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #e6e6e6;
  display: block;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.biz-page__layout label::after, .biz-page__layout--pr label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 12px;
  color: #3FA9F5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  opacity: 0;
}
.biz-title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 40px;
}
.biz-title::after {
  content: "";
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #3FA9F5;
}
.biz-news-list {
  margin-bottom: 40px;
}
.biz-news-list__item {
  margin-bottom: 20px;
  display: flex;
}
.biz-news-list__date {
  font-weight: bold;
  margin-right: 40px;
}
.biz-news-list__title {
  flex: 1;
}
.biz-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 20px;
}
.biz-pagination__number {
  background: #f2f2f2;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.biz-pagination__number a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.biz-pagination__number.is-current {
  background: #3FA9F5;
  color: #fff;
}
.biz-pagination li p {
  margin: 0 10px;
}
.biz-pagination__prev, .biz-pagination__next {
  margin: 0 20px;
  color: #3FA9F5;
  font-size: 22px;
}
.biz-list > dl {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.biz-list > dl.start {
  align-items: flex-start;
}
.biz-list > dl.start > dt {
  padding-top: 10px;
}
.biz-list dt {
  font-weight: bold;
  flex-basis: 20%;
}
@media all and (max-width : 768px) {
  .biz-list dt {
    flex-basis: 30%;
  }
}
.biz-list dd {
  flex-basis: 80%;
}
@media all and (max-width : 768px) {
  .biz-list dd {
    flex-basis: 70%;
  }
}
.biz-list dd .help-block {
  display: block;
  color: #df0003;
  font-weight: 600;
  margin: 10px 0;
}
.biz-list dd input,
.biz-list dd select {
  width: 100%;
  font-size: 18px;
  padding: 15px 25px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
}
.biz-list dd select {
  margin-bottom: 20px;
}
.biz-list dd input[type=file] {
  display: none;
}
.biz-list dd textarea {
  width: 100%;
  height: 330px;
  font-size: 18px;
  padding: 15px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
}
.biz-list dd textarea:-ms-input-placeholder {
  color: #b3b3b3;
}
.biz-list dd textarea::-ms-input-placeholder {
  color: #b3b3b3;
}
.biz-list dd textarea::placeholder, .biz-list dd textarea::-ms-input-placeholder, .biz-list dd textarea:-ms-input-placeholder {
  color: #b3b3b3;
}
.biz-list dd .select {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  height: 52px;
  overflow: hidden;
  position: relative;
}
.biz-list dd .select::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
}
.biz-list dd .select select {
  font-size: 18px;
  padding: 15px 20px;
  width: 100%;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}
.biz-list dd .select select:focus {
  outline-color: transparent;
}
.biz-list dd dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.biz-list dd dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.biz-list dd input[type=checkbox] {
  display: none;
}
.biz-list dd input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.biz-list dd label {
  width: 100%;
  padding-left: 27px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.biz-list dd label::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #e6e6e6;
  display: block;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.biz-list dd label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 12px;
  color: #3FA9F5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  opacity: 0;
}
.biz-office__file-upload {
  display: flex;
  align-items: center;
}
.biz-office__file-upload:not(:last-of-type) {
  margin-bottom: 15px;
}
.biz-office__note {
  font-size: 12px;
  margin-top: 15px;
}
.biz-office__free {
  background: #fff;
  padding: 50px 45px 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1 !important;
}
.biz-office__free p {
  color: #c1272d;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.biz-plan__table {
  margin-bottom: 60px;
}
@media all and (max-width : 768px) {
  .biz-plan__table {
    overflow-x: auto;
  }
}
.biz-plan__table table {
  width: 100%;
  border-spacing: 0;
  text-align: center;
}
@media all and (max-width : 768px) {
  .biz-plan__table table {
    min-width: 700px;
  }
}
.biz-plan__table th {
  background: #3FA9F5;
  color: #fff;
  font-weight: bold;
  padding: 10px 5px;
}
.biz-plan__table td {
  padding: 8px 15px;
}
.biz-plan__table td:first-child {
  text-align: left;
}
.biz-plan__table tr:nth-child(even) {
  background: #f2f2f2;
}
.biz-plan__text {
  color: #c1272d;
  text-align: center;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 30px;
}
.biz-plan__text--white {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.75;
}
.biz-plan__text--white a {
  color: #3fa9f5;
  font-weight: bold;
}
.biz-plan-check {
  text-align: center;
  margin-bottom: 30px;
}
.biz-plan-check span {
  display: inline-block;
}
.biz-history__item {
  display: flex;
  margin-bottom: 20px;
}
@media all and (max-width : 768px) {
  .biz-history__item {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}
.biz-history__date, .biz-history__price {
  font-weight: bold;
}
.biz-history__date {
  margin-right: 50px;
}
@media all and (max-width : 768px) {
  .biz-history__date {
    margin-bottom: 5px;
  }
}
.biz-history__name {
  flex: 1;
}
@media all and (max-width : 768px) {
  .biz-history__name {
    margin-bottom: 5px;
  }
}
.biz-ad-list {
  margin-bottom: 60px;
}
@media all and (max-width : 768px) {
  .biz-ad-list {
    margin-bottom: 40px;
  }
}
.biz-ad-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media all and (max-width : 768px) {
  .biz-ad-list__item {
    display: block;
  }
  .biz-ad-list__item:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}
.biz-ad-list__date {
  flex-basis: 30%;
  font-weight: bold;
}
@media all and (max-width : 768px) {
  .biz-ad-list__date {
    margin-bottom: 5px;
  }
}
.biz-ad-list__name {
  flex: 1;
}
@media all and (max-width : 768px) {
  .biz-ad-list__name {
    margin-bottom: 5px;
  }
}
.biz-ad-list__status {
  width: 120px;
  border-radius: 12px;
  color: #fff;
  font-weight: bold;
  background: #7AC943;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.biz-ad-list__status.closed {
  background: #b3b3b3;
}
.biz-ad-buy {
  margin-bottom: 80px;
}
.biz-ad-buy__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.biz-ad-buy__item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15c";
  color: #3FA9F5;
  font-size: 18px;
  margin-right: 15px;
}
.biz-news-date {
  font-weight: bold;
  text-align: right;
  margin-bottom: 30px;
}
.biz-review__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 50px;
}
@media all and (max-width : 768px) {
  .biz-review__head {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.biz-review__num {
  font-size: 16px;
}
@media all and (max-width : 768px) {
  .biz-review__num {
    margin-bottom: 10px;
  }
}
.biz-review__num span {
  font-size: 24px;
  font-weight: bold;
  color: #3FA9F5;
}
.biz-review__button {
  position: relative;
}
@media all and (min-width: 769px) {
  .biz-review__button {
    width: 420px;
  }
}
.biz-review__button input {
  width: 100%;
  font-size: 18px;
  padding: 15px 25px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  margin-bottom: 0;
}
.biz-review__search {
  font-size: 20px;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.biz-review__list {
  margin-bottom: 60px;
}
.biz-review__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.biz-review__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.biz-review__item div {
  display: flex;
  align-items: center;
}
@media all and (max-width : 768px) {
  .biz-review__item div {
    flex-basis: 100%;
    justify-content: space-between;
  }
}
.biz-review__star {
  font-size: 16px;
  font-weight: bold;
}
@media all and (max-width : 768px) {
  .biz-review__star {
    margin-bottom: 10px;
  }
}
.biz-review__star i {
  font-size: 15px;
  color: #fbb03b;
}
.biz-review__star i:last-of-type {
  margin-right: 20px;
}
.biz-review__star i.is-white {
  color: #f6f1eb;
}
.biz-review__date {
  font-weight: bold;
  margin-right: 20px;
}
.biz-review__preview {
  font-weight: bold;
  padding: 7px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
}
.biz-review__text {
  flex-basis: 100%;
  margin-top: 15px;
  margin-bottom: 45px;
}
.biz-message__list {
  margin-bottom: 70px;
}
.biz-message__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.biz-message__user {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.biz-message__user time {
  font-weight: normal;
  padding-right: 30px;
}
@media all and (max-width : 768px) {
  .biz-message__user time {
    padding-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media all and (max-width : 768px) {
  .biz-message__user {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.biz-message__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.biz-message__text {
  margin-bottom: 20px;
}
.biz-message__send {
  font-weight: bold;
  margin-bottom: 25px;
  margin-right: 0;
}
.biz-message__send.done {
  background: #b3b3b3;
}
.biz-message input {
  width: 100%;
  font-size: 18px;
  padding: 15px 25px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  margin-bottom: 20px;
}
@media all and (max-width : 768px) {
  .biz-message input {
    margin-bottom: 10px;
  }
}
.biz-message textarea {
  width: 100%;
  height: 330px;
  font-size: 18px;
  padding: 15px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  margin-bottom: 45px;
}
.biz-message textarea:-ms-input-placeholder {
  color: #b3b3b3;
}
.biz-message textarea::-ms-input-placeholder {
  color: #b3b3b3;
}
.biz-message textarea::placeholder, .biz-message textarea::-ms-input-placeholder, .biz-message textarea:-ms-input-placeholder {
  color: #b3b3b3;
}
.biz-message__check {
  border-top: 1px solid #ccc;
  padding-top: 35px;
  margin-bottom: 200px;
}
.biz-message__search {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media all and (max-width : 768px) {
  .biz-message__search {
    flex-wrap: wrap;
  }
}
.biz-message__search__label {
  margin-right: 10px;
}
@media all and (max-width : 768px) {
  .biz-message__search__label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.biz-message__search input,
.biz-message__search select {
  width: 100%;
  font-size: 18px;
  padding: 15px 25px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
}
@media all and (max-width : 768px) {
  .biz-message__search input,
.biz-message__search select {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media all and (max-width : 768px) {
  .biz-message__search__submit {
    width: 100%;
    text-align: center;
  }
}
.biz-message__search__submit button {
  background: #3fa9f5;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
}
.biz-document__button {
  position: relative;
  margin-left: auto;
  margin-bottom: 50px;
}
@media all and (min-width: 769px) {
  .biz-document__button {
    width: 420px;
  }
}
@media all and (max-width : 768px) {
  .biz-document__button {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
.biz-document__button input {
  width: 100%;
  font-size: 18px;
  padding: 15px 25px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  margin-bottom: 0;
}
.biz-document__search {
  font-size: 20px;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.biz-document-list {
  margin-bottom: 60px;
}
@media all and (max-width : 768px) {
  .biz-document-list {
    margin-bottom: 40px;
  }
}
.biz-document-list__item {
  margin-bottom: 10px;
}
@media all and (max-width : 768px) {
  .biz-document-list__item:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}
.biz-document-list__item a {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media all and (max-width : 768px) {
  .biz-document-list__item a {
    display: block;
  }
}
.biz-document-list__date {
  flex-basis: 18.5%;
  font-weight: bold;
}
@media all and (max-width : 768px) {
  .biz-document-list__date {
    margin-bottom: 5px;
  }
}
.biz-document-list__name {
  flex-basis: 19.5%;
}
@media all and (max-width : 768px) {
  .biz-document-list__name {
    margin-bottom: 5px;
  }
}
.biz-document-list__mail {
  flex: 1;
}
@media all and (max-width : 768px) {
  .biz-document-list__mail {
    margin-bottom: 5px;
  }
}
.biz-document-list__status {
  width: 120px;
  border-radius: 12px;
  color: #fff;
  font-weight: bold;
  background: #7AC943;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.biz-document-list__status.closed {
  background: #b3b3b3;
}

.blog-layout {
  max-width: 1200px;
  padding: 45px 30px 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width : 768px) {
  .blog-layout {
    display: block;
    padding: 0 15px;
  }
}
.blog-contents {
  flex-basis: 65.8%;
}
.blog-contents--full {
  flex-basis: 100%;
}
.blog-contents__image {
  margin-bottom: 30px;
}
@media all and (max-width : 768px) {
  .blog-contents__image {
    margin: 0 calc(50% - 50vw) 20px;
  }
}
.blog-contents__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-contents__category {
  font-weight: bold;
  color: #3FA9F5;
  flex-basis: 50%;
}
.blog-contents__date {
  font-size: 14px;
  text-align: right;
  flex-basis: 50%;
}
.blog-contents__title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 35px;
  flex-basis: 100%;
}
@media all and (max-width : 768px) {
  .blog-contents__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.blog-contents__sns {
  justify-content: flex-end;
  margin-bottom: 45px;
}
.blog-contents-table {
  padding: 30px;
  border: 1px solid #333;
  margin-bottom: 25px;
}
@media all and (max-width : 768px) {
  .blog-contents-table {
    padding: 25px;
  }
}
.blog-contents-table__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media all and (max-width : 768px) {
  .blog-contents-table__title {
    text-align: center;
  }
}
.blog-contents-table ol {
  counter-reset: number;
  list-style-type: none;
}
.blog-contents-table ol li::before {
  counter-increment: number;
  content: counter(number) ". ";
  text-indent: 1em;
}
.blog-contents__text {
  padding: 0 18px;
}
@media all and (max-width : 768px) {
  .blog-contents__text {
    padding: 0;
  }
}
.blog-contents__text h2 {
  background: #F6F1EB;
  padding: 25px 18px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 -18px 25px;
}
@media all and (max-width : 768px) {
  .blog-contents__text h2 {
    margin: 0 -15px 25px;
  }
}
.blog-contents__text h2 span {
  height: 150px;
  margin-top: -150px;
}
.blog-contents__text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.blog-contents__text h3 span {
  padding-top: 150px;
  margin-top: -150px;
}
@media all and (max-width : 768px) {
  .blog-contents__text h3 span {
    padding-top: 100px;
    margin-top: -100px;
  }
}
.blog-contents__text p {
  margin-bottom: 40px;
}
.blog-contents__text img {
  width: 100%;
  margin-bottom: 40px;
}
.blog-contents__text a {
  color: #3FA9F5;
}
.blog-side {
  flex-basis: 30%;
}
@media all and (max-width : 768px) {
  .blog-side {
    border-top: 10px solid #F6F1EB;
    margin: 0 calc(50% - 50vw);
    padding: 30px 15px 0;
  }
}
.blog-side .column-list {
  display: block;
  padding: 0;
  margin-bottom: 40px;
}
.blog-side-category:not(:first-child) {
  margin-top: 70px;
}
@media all and (max-width : 768px) {
  .blog-side-category {
    border-top: 10px solid #F6F1EB;
    margin: 30px calc(50% - 50vw) 0;
    padding: 30px 15px 50px;
  }
}
.blog-side-category__list li {
  padding-left: 20px;
  position: relative;
  padding-bottom: 10px;
}
.blog-side-category__list li:not(:last-child) {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.blog-side-category__list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3FA9F5;
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 10px;
}

/*
  ----------------
  ホームページ
  ----------------
*/
.hero {
  position: relative;
}
@media all and (max-width : 768px) {
  .hero {
    background: #F6F1EB;
  }
}
.hero__img img {
  width: 70%;
}
@media all and (max-width : 768px) {
  .hero__img img {
    width: 100%;
  }
}
.hero__img .swiper-button-prev,
.hero__img .swiper-button-next {
  background: none;
}
.hero__img .swiper-button-prev i,
.hero__img .swiper-button-next i {
  font-size: 24px;
  color: #3FA9F5;
}
@media all and (max-width : 768px) {
  .hero__img .swiper-button-prev i,
.hero__img .swiper-button-next i {
    font-size: 18px;
  }
}
.hero__img .swiper-button-prev {
  left: 20px;
}
@media all and (max-width : 768px) {
  .hero__img .swiper-button-prev {
    left: 10px;
  }
}
.hero__img .swiper-button-next {
  right: 20px;
}
@media all and (max-width : 768px) {
  .hero__img .swiper-button-next {
    right: 10px;
  }
}
.hero__img .service-slider__slide img {
  height: auto;
  width: 70%;
}
@media all and (max-width : 768px) {
  .hero__img .service-slider__slide img {
    width: 100%;
  }
}
.hero-search {
  background: #fff;
  box-shadow: rgba(51, 51, 51, 0.3) 0 0 2.15px;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  position: relative;
}
@media all and (min-width: 769px) {
  .hero-search {
    position: absolute;
    right: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 344px;
  }
}
@media all and (max-width : 768px) {
  .hero-search {
    margin: -55px 15px 0;
  }
}
.hero-search__tab {
  margin-bottom: 30px;
  width: 50%;
  height: 45px;
  background-color: #F6F1EB;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  cursor: pointer;
  word-break: keep-all;
}
.hero-search input[type=radio] {
  display: none;
}
.hero-search input:checked + label {
  background-color: #fff;
}
.hero-search__select {
  margin: 0 15px 20px;
  display: none;
  flex-basis: 100%;
  border: 1px solid #b3b3b3;
  border-radius: 15px;
  height: 52px;
  overflow: hidden;
  padding: 8px;
}
.hero-search__select button {
  width: 50%;
  font-size: 16px;
  text-align: center;
  color: #ccc;
  cursor: pointer;
}
.hero-search__select button::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
  margin-right: 5px;
}
.hero-search__select button:first-child {
  border-right: 1px solid #9ea2a2;
}
.hero-search__select button:first-child::before {
  content: "\f3c5";
}
.hero-search__select button:last-child::before {
  content: "\f593";
}
.hero-search__input {
  margin: 0 15px 20px;
  display: none;
  width: 100%;
  border: 1px solid #b3b3b3;
  border-radius: 15px;
  height: 52px;
}
.hero-search__input button {
  width: 100%;
  font-size: 16px;
  text-align: left;
  padding: 10px;
  color: #ccc;
  cursor: pointer;
}
.hero-search #tab_adress:checked ~ #adress_content,
.hero-search #tab_keyword:checked ~ #keyword_content {
  display: flex;
}
.hero-search__button {
  margin-bottom: 25px;
  flex-basis: 100%;
}

.search-modal {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0s 0.4s;
}
.search-modal.is-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s 0.1s, visibility 0s 0.1s;
}
.search-modal__box {
  width: 100%;
  flex-basis: 100% !important;
  max-width: 800px;
  background: #F6F1EB;
  padding: 55px 15px 90px;
  margin: auto !important;
  display: none;
  position: relative;
}
@media all and (min-width: 769px) {
  .search-modal__box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.search-modal__box.is-show {
  display: block;
}
.search-modal__close {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 24px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3FA9F5;
  border-radius: 50px;
}
.search-modal__input {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #b3b3b3;
  border-radius: 15px;
  height: 52px;
  font-size: 16px;
  padding: 10px;
  color: #ccc;
}
.search-modal__link {
  display: block;
  font-size: 14px;
  color: #3FA9F5;
  margin-bottom: 25px;
  text-align: center;
}

.begin {
  background: #F6F1EB;
  padding: 35px;
}
@media all and (max-width : 768px) {
  .begin {
    padding: 35px 15px 40px;
  }
}
.begin-list {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(51, 51, 51, 0.3) 0 0 1.8px;
  max-width: 1130px;
  margin: 0 auto 30px;
  padding: 25px;
}
@media all and (max-width : 768px) {
  .begin-list {
    display: block;
  }
}
.begin-list__column {
  flex-basis: 30%;
}
@media all and (max-width : 768px) {
  .begin-list__column:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
}
.begin-list__item a {
  display: flex;
  align-items: center;
}
.begin-list__item img {
  margin-right: 10px;
}
.begin-list__item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.news {
  padding: 35px 0;
}
.news-list {
  max-width: 960px;
  margin: 40px auto;
  padding: 0 20px;
}
@media all and (max-width : 768px) {
  .news-list {
    padding: 0 50px;
  }
}
.news-list__item {
  margin-bottom: 20px;
}
.news-list__date {
  font-size: 16px;
  font-weight: bold;
  color: #3FA9F5;
  margin-bottom: 5px;
}
.news-list__title {
  font-size: 16px;
  padding-left: 8px;
}

.service {
  background: #F6F1EB;
  padding: 35px 0 150px;
  position: relative;
}
@media all and (max-width : 768px) {
  .service {
    padding-bottom: 180px;
  }
}
.service::after {
  content: "";
  width: 100%;
  height: 72px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: url(../img/home/service_object.svg) center/contain repeat-x;
}
@media all and (max-width : 768px) {
  .service::after {
    background-size: cover;
  }
}
.service-column {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
@media all and (max-width : 768px) {
  .service-column {
    display: block;
    margin-bottom: 40px;
  }
}
.service-column__item {
  flex-basis: 30%;
  position: relative;
}
@media all and (max-width : 768px) {
  .service-column__item {
    margin-bottom: 20px;
  }
}
.service-column__title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  background: #3FA9F5;
  position: absolute;
  left: 0;
  bottom: 15px;
}
.service-slider {
  max-width: 1240px;
  margin: auto;
  padding-left: 40px;
  position: relative;
}
.service-slider .swiper-container {
  overflow: visible;
  margin: 0;
}
@media all and (min-width: 769px) {
  .service-slider .swiper-container {
    max-width: 420px;
  }
}
.service-slider__slide {
  background: #fff;
  max-width: 100%;
}
.service-slider__slide a {
  display: block;
}
.service-slider__slide img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-slider__title {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 10px;
  min-height: 105px;
}
.service-slider__star {
  font-size: 16px;
  font-weight: bold;
  color: #FBB03B;
  padding: 0 10px 15px;
}
.service-slider__star i {
  font-size: 14px;
}
.service-slider__star i.is-white {
  color: #F6F1EB;
}
.service-slider__area {
  font-size: 14px;
  font-weight: 500;
  color: #3FA9F5;
  text-align: right;
  padding: 0 10px 15px;
}
.service-slider .swiper-pagination {
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.service-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 10px !important;
}
.service-slider .swiper-pagination-bullet-active {
  background: #3FA9F5;
}

.column {
  padding: 65px 0 35px;
}
.column-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media all and (max-width : 768px) {
  .column-list {
    display: block;
    max-height: 50vh;
    overflow: auto;
    margin-bottom: 40px;
  }
}
.column-list a {
  display: block;
}
.column-list__item {
  flex-basis: 45%;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.column-list__image {
  width: 28.5%;
  float: left;
  margin-right: 15px;
}
.column-list__title {
  font-size: 16px;
  margin-bottom: 15px;
}
.column-list__category {
  font-size: 14px;
  font-weight: bold;
  color: #3FA9F5;
  text-align: right;
}

.recommend {
  padding: 45px 0 35px;
  background: #F6F1EB;
}
.recommend-slider {
  max-width: 1240px;
  margin: auto;
  padding-left: 40px;
  position: relative;
  margin-bottom: 65px;
}
.recommend-slider .swiper-container {
  overflow: visible;
  margin: 0;
}
@media all and (min-width: 769px) {
  .recommend-slider .swiper-container {
    max-width: 420px;
  }
}
.recommend-slider__slide {
  background: #fff;
  max-width: 100%;
  padding-top: 15px;
}
.recommend-slider__slide img {
  padding: 0 15px;
}
.recommend-slider__title {
  font-size: 16px;
  padding: 15px 10px;
}
.recommend-slider__price {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px 10px;
  text-align: right;
}
.recommend-slider__price span {
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}
.recommend-slider .swiper-pagination {
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.recommend-slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 10px !important;
}
.recommend-slider .swiper-pagination-bullet-active {
  background: #3FA9F5;
}

.login {
  padding-top: 0;
}
.login-layout {
  min-height: calc(100vh - 55px);
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-check {
  text-align: center;
  margin-bottom: 30px;
}
.login-check span {
  display: inline-block;
}
.login-inner {
  width: 100%;
  padding: 0 20px;
}
@media all and (min-width: 769px) {
  .login-inner {
    max-width: 460px;
  }
}
.login-inner input {
  width: 100%;
  font-size: 18px;
  padding: 15px 25px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  margin-bottom: 30px;
}
.login-inner input[type=checkbox] {
  display: none;
}
.login-inner input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.login-inner label {
  width: 100%;
  padding-left: 27px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.login-inner label::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #e6e6e6;
  display: block;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.login-inner label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 12px;
  color: #3FA9F5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  opacity: 0;
}
.login__title {
  font-family: "FlopDesign";
  font-size: 24px;
  color: #3FA9F5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media all and (max-width : 768px) {
  .login__title {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.login__title span {
  display: block;
  font-size: 12px;
  color: #333;
  margin-top: 5px;
}
.login-forget {
  text-align: center;
  color: #3fa9f5;
  font-weight: bold;
}

.register-button {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #7AC943;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.mg-pr {
  background: #F6F1EB;
  padding: 35px;
}
@media all and (max-width : 768px) {
  .mg-pr {
    padding: 35px 15px;
  }
}
.mg-pr__lead {
  text-align: center;
  margin-bottom: 25px;
}
.mg-pr__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(51, 51, 51, 0.3) 0 0 1.8px;
  max-width: 1130px;
  margin: 0 auto 50px;
  padding: 25px;
}
@media all and (max-width : 768px) {
  .mg-pr__list {
    display: block;
    padding: 10px;
  }
}
@media all and (max-width : 768px) {
  .mg-pr__item {
    padding: 10px;
  }
}
.mg-pr__item a {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
.mg-pr__item img {
  margin-right: 10px;
}
@media all and (max-width : 768px) {
  .mg-pr__item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
}
.mg-pr__item span {
  font-size: 14px;
  color: #FF7BAC;
  display: block;
}
.mg-pr__button {
  display: flex;
  justify-content: center;
}
.mg-pr__button .button, .mg-pr__button .button--medium, .mg-pr__button .button--small, .mg-pr__button .button--white, .mg-pr__button .button--line {
  margin-bottom: 0;
}
.mg-pr__button a {
  background: #FF7BAC;
  margin: 0 20px;
  width: 260px;
}
@media all and (max-width : 768px) {
  .mg-pr__button a {
    width: 148px;
    margin: 0 5px;
  }
}

.notification {
  background: #f6f1eb;
  padding: 35px 0;
}
.notification-list {
  max-width: 960px;
  margin: 40px auto;
  padding: 0 20px;
}
@media all and (max-width : 768px) {
  .notification-list {
    padding: 0 50px;
  }
}
.notification-list__item {
  margin-bottom: 20px;
}
.notification-list__item ul {
  margin-top: 30px;
  padding-left: 15px;
}
.notification-list__date {
  font-size: 16px;
  font-weight: bold;
  color: #3FA9F5;
  margin-bottom: 5px;
}
.notification-list__title {
  font-size: 16px;
  padding-left: 8px;
}
.notification-list__pdf {
  color: #3fa9f5;
  font-weight: 700;
  margin-bottom: 10px;
}
.notification-list__pdf a {
  display: block;
  padding-left: 30px;
  position: relative;
}
.notification-list__pdf a i {
  position: absolute;
  left: 0;
  top: 5px;
}
.notification-list__url {
  color: #3fa9f5;
  font-weight: 700;
  margin-bottom: 10px;
}
.notification-list__url a {
  display: block;
  padding-left: 30px;
  position: relative;
}
.notification-list__url a i {
  position: absolute;
  left: 0;
}

.mypage {
  background: #F6F1EB;
  padding-top: 120px;
  min-height: 100vh;
}
@media all and (max-width : 768px) {
  .mypage {
    padding-top: 96px;
    margin-bottom: 68px;
  }
}
.mypage-layout {
  max-width: 830px;
  padding: 0 15px;
  margin: auto;
}
.mypage-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.mypage-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 345px;
  margin: 0 auto 40px;
}
.mypage-list__item, .mypage-list__item--large, .mypage-list__item--yet {
  width: calc((100% - 25px) / 3);
  padding-top: calc((100% - 25px) / 3);
  background: #fff;
  margin-bottom: 12.5px;
  position: relative;
}
.mypage-list__item a, .mypage-list__item--large a, .mypage-list__item--yet a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}
.mypage-list__item a img, .mypage-list__item--large a img, .mypage-list__item--yet a img {
  margin-bottom: 10px;
}
.mypage-list__item--yet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
}
.mypage-list__item--large {
  width: calc((100% - 12.5px) / 2);
}
.mypage-home__link {
  position: relative;
  margin: 0 auto 30px;
  max-width: 400px;
}
.mypage-home__link a {
  display: block;
}
.mypage-home__link img {
  width: 100%;
}
.mypage-home__link p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  background: #3FA9F5;
  position: absolute;
  left: 0;
  bottom: 15px;
}
.mypage-link, .mypage-link--logout, .mypage-link--delete {
  display: block;
  text-align: center;
  color: #3FA9F5;
  margin-top: 15px;
}
.mypage-link--delete {
  color: #c1272d;
  margin-left: auto;
  margin-right: auto;
}
.mypage-link--logout {
  color: #333;
  margin-bottom: 30px;
}
.mypage-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.mypage-switch__text {
  font-size: 16px;
  font-weight: bold;
}
.mypage-switch__button {
  position: relative;
  width: 96px;
  height: 40px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.mypage-switch__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 38px;
  border-radius: 38px;
  background: #7AC943;
  transition: left 0.25s;
}
.mypage-switch__button.is-active::after {
  left: 42px;
}
.mypage-toggle {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mypage-toggle__title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #7AC943;
  border-radius: 50px;
  padding: 8px 18px;
  padding-left: 25px;
  padding-right: 40px;
  display: inline-block;
  z-index: 1;
  cursor: pointer;
  margin-bottom: -18px;
  position: relative;
  transition: all 0.5s ease 0s;
}
.mypage-toggle__title::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-left: 12px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 11px;
  margin: auto;
  transition: all 0.5s ease 0s;
}
.mypage-toggle__title.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 2px;
}
.mypage-toggle__demerit {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #7AC943;
  border-radius: 50px;
  padding: 8px 30px;
  margin-top: 25px;
  display: inline-block;
  z-index: 1;
  cursor: pointer;
  margin-bottom: -18px;
  position: relative;
}
.mypage-toggle__demerit::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 12px;
  height: 10px;
}
.mypage-toggle__contents {
  display: none;
  flex-basis: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 11px;
  padding: 40px 30px 30px;
}
.mypage-toggle__contents ul li:not(:last-child) {
  margin-bottom: 30px;
}
.mypage-toggle__contents ul img {
  margin-right: 20px;
}
.mypage-toggle__wrap {
  background: #fff;
  border-radius: 25px;
  padding: 40px 30px 20px;
  margin-top: -40px;
  text-align: center;
  border: 1px solid #e6e6e6;
  display: none;
}
.mypage-toggle__wrap-item {
  position: relative;
}
.mypage-toggle__wrap-item:not(:last-child) {
  margin-bottom: 55px;
}
.mypage-toggle__wrap-item:not(:last-child):after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  top: auto;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 10px;
  color: #3FA9F5;
}
.mypage-toggle__wrap-img {
  margin-bottom: 20px;
}
.mypage-toggle__wrap-dec {
  font-size: 12px;
  margin-bottom: 40px;
}
.mypage-toggle__wrap-btn .button:not(:last-child), .mypage-toggle__wrap-btn .button--medium:not(:last-child), .mypage-toggle__wrap-btn .button--small:not(:last-child), .mypage-toggle__wrap-btn .button--white:not(:last-child), .mypage-toggle__wrap-btn .button--line:not(:last-child) {
  margin-bottom: 20px;
}
.mypage input,
.mypage select {
  width: 100%;
  font-size: 18px;
  padding: 15px 25px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  margin-bottom: 30px;
}
.mypage input:-moz-read-only, .mypage textarea:-moz-read-only {
  background-color: #e6e6e6;
}
.mypage input:read-only,
.mypage textarea:read-only {
  background-color: #e6e6e6;
}
.mypage input[type=checkbox] {
  display: none;
}
.mypage input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.mypage label {
  width: 100%;
  padding-left: 27px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.mypage label::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #e6e6e6;
  display: block;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.mypage label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 12px;
  color: #3FA9F5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  opacity: 0;
}
.mypage-review__list {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
@media all and (max-width : 768px) {
  .mypage-review__list {
    display: block;
  }
}
.mypage-review__item {
  flex-basis: 31%;
  margin-bottom: 30px;
}
.mypage-review__box {
  background: #fff;
  padding: 15px 10px 10px;
  margin-bottom: 10px;
}
.mypage-review__star {
  margin-bottom: 10px;
}
.mypage-review__star i {
  color: #fbb03b;
  font-size: 15px;
}
.mypage-review__star i.is-white {
  color: #f6f1eb;
}
.mypage-review__office {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-align: right;
  margin-top: 10px;
}
.mypage-review__button {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.mypage-review__button .button, .mypage-review__button .button--medium, .mypage-review__button .button--small, .mypage-review__button .button--white, .mypage-review__button .button--line {
  font-size: 16px;
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  margin: 0;
}
.mypage-review__button .mypage-link, .mypage-review__button .mypage-link--delete, .mypage-review__button .mypage-link--logout {
  margin: 0;
}
.mypage-post__office {
  margin-bottom: 25px;
}
.mypage-post__star {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.mypage-post__star span {
  margin-left: 40px;
}
.mypage-post__star i {
  color: #fbb03b;
  font-size: 31px;
}
.mypage-post__star i.is-white {
  color: #fff;
}
.mypage-post__content {
  width: 100%;
  height: 330px;
  font-size: 18px;
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  margin-bottom: 40px;
}
.mypage-post__content:-ms-input-placeholder {
  color: #b3b3b3;
}
.mypage-post__content::-ms-input-placeholder {
  color: #b3b3b3;
}
.mypage-post__content::placeholder, .mypage-post__content::-ms-input-placeholder, .mypage-post__content:-ms-input-placeholder {
  color: #b3b3b3;
}
.mypage-edit__button {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.mypage-edit__button .button, .mypage-edit__button .button--medium, .mypage-edit__button .button--small, .mypage-edit__button .button--white, .mypage-edit__button .button--line {
  font-size: 16px;
  display: inline-block;
  width: auto;
  padding: 10px 10px;
  margin: 0;
}
.mypage-ribon {
  width: 130px;
  display: block;
  margin: auto;
}
.mypage-check {
  margin-bottom: 30px;
}

.result__button {
  margin: 20px 0;
}
.result__layout {
  padding: 0 15px;
  max-width: 1230px;
  margin: auto;
}
@media all and (max-width : 768px) {
  .result__layout {
    padding: 0;
  }
}
.result__layout .result-list::before {
  display: none;
}

.browsing-history__button {
  display: flex;
  justify-content: flex-end;
  margin: -10px 15px 30px;
}
.browsing-history__button .button, .browsing-history__button .button--medium, .browsing-history__button .button--small, .browsing-history__button .button--white, .browsing-history__button .button--line {
  margin: 0;
}

.favorite__button {
  position: relative;
  margin: -10px 15px 30px;
}
.favorite__button input {
  margin-bottom: 0;
}
.favorite__search {
  font-size: 20px;
  color: #3FA9F5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 60px;
}

.document-list .result-list {
  margin-top: 30px;
}
.document__button {
  margin: -10px 0 30px;
}
.document-history-list {
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(51, 51, 51, 0.3) 0 0 1.8px;
  padding: 25px;
}
@media all and (max-width : 768px) {
  .document-history-list {
    margin: 0 15px;
  }
}
.document-history-list__item {
  padding-left: 20px;
  position: relative;
}
.document-history-list__item:not(:last-child) {
  margin-bottom: 20px;
}
.document-history-list__item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3FA9F5;
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cancel__layout {
  padding: 0 15px;
  max-width: 800px;
  margin: auto;
}
.cancel__lead {
  margin-bottom: 55px;
}
.cancel__lead.center {
  text-align: center;
}
.cancel__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.cancel__button {
  margin-top: 100px;
}
.cancel__button .button, .cancel__button .button--medium, .cancel__button .button--small, .cancel__button .button--white, .cancel__button .button--line {
  background: #c1272d;
}

.message-list,
.register-history {
  padding: 35px 0;
  background: #fff;
}
.message-list-list,
.register-history-list {
  max-width: 960px;
  margin: 40px auto;
  padding: 0 20px;
}
@media all and (max-width : 768px) {
  .message-list-list,
.register-history-list {
    padding: 0 50px;
  }
}
.message-list-list__item,
.register-history-list__item {
  margin-bottom: 20px;
}
.message-list-list__item a,
.register-history-list__item a {
  display: block;
}
.message-list-list__date,
.register-history-list__date {
  font-size: 16px;
  font-weight: bold;
  color: #3FA9F5;
  margin-bottom: 5px;
}
.message-list-list__title,
.register-history-list__title {
  font-size: 16px;
  padding-left: 8px;
}
.message-list-list__price,
.register-history-list__price {
  text-align: right;
  font-weight: bold;
}

.message-detail {
  background: #fff;
  padding: 40px 0;
}
.message-detail__name {
  color: #3fa9f5;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.message-detail__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.message-detail__date {
  font-size: 16px;
  color: #3FA9F5;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 20px;
}
.message-detail__text {
  margin-bottom: 50px;
}
.message-detail-pager {
  display: flex;
  justify-content: space-between;
  max-width: 290px;
  margin: 30px auto 0;
  color: #3FA9F5;
  font-size: 18px;
}
.message-detail-pager__list {
  font-size: 16px;
}

.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 260px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20535%20512.06%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M259.3%2C17.8%2C194%2C150.2%2C47.9%2C171.5c-26.2%2C3.8-36.7%2C36.1-17.7%2C54.6l105.7%2C103-25%2C145.5c-4.5%2C26.3%2C23.2%2C46%2C46.4%2C33.7L288%2C439.6l130.7%2C68.7c23.2%2C12.2%2C50.9-7.4%2C46.4-33.7l-25-145.5%2C105.7-103c19-18.5%2C8.5-50.8-17.7-54.6L382%2C150.2%2C316.7%2C17.8c-11.7-23.6-45.6-23.9-57.4%2C0Z%22%20transform%3D%22translate(-20.5%200.01)%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20535%20512.06%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fbb03b%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M259.3%2C17.8%2C194%2C150.2%2C47.9%2C171.5c-26.2%2C3.8-36.7%2C36.1-17.7%2C54.6l105.7%2C103-25%2C145.5c-4.5%2C26.3%2C23.2%2C46%2C46.4%2C33.7L288%2C439.6l130.7%2C68.7c23.2%2C12.2%2C50.9-7.4%2C46.4-33.7l-25-145.5%2C105.7-103c19-18.5%2C8.5-50.8-17.7-54.6L382%2C150.2%2C316.7%2C17.8c-11.7-23.6-45.6-23.9-57.4%2C0Z%22%20transform%3D%22translate(-20.5%200.01)%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 10%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i, .star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 20%;
}
.star-rating i ~ i ~ i {
  width: 30%;
}
.star-rating i ~ i ~ i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 50%;
}
.star-rating i ~ i ~ i ~ i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i ~ i ~ i ~ i {
  width: 70%;
}
.star-rating i ~ i ~ i ~ i ~ i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i ~ i ~ i ~ i ~ i {
  width: 90%;
}
.star-rating i ~ i ~ i ~ i ~ i ~ i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.office-layout {
  max-width: 1200px;
  padding: 0 30px;
  margin: auto;
}
@media all and (max-width : 768px) {
  .office-layout {
    padding: 0 15px;
  }
}
.office-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}
@media all and (max-width : 768px) {
  .office-title {
    display: block;
  }
}
.office-title h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media all and (max-width : 768px) {
  .office-title h1 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.office-title__star {
  font-size: 16px;
  font-weight: bold;
  color: #fbb03b;
  display: block;
  margin-top: 20px;
}
.office-title__star i {
  font-size: 14px;
}
.office-title__star i.is-white {
  color: #f6f1eb;
}
.office-title__button {
  float: right;
  display: flex;
  justify-content: space-between;
}
.office-title__button a {
  width: 172px;
  border: 1px solid #b3b3b3;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  margin-left: 10px;
}
.office-title__button a i,
.office-title__button a img {
  color: #fbb03b;
  margin-bottom: 5px;
}
.office-title__button button {
  width: 172px;
  border: 1px solid #b3b3b3;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  margin-left: 10px;
  transition: all 0.3s;
}
.office-title__button button i,
.office-title__button button img {
  color: #fbb03b;
  margin-bottom: 5px;
  height: 18px;
}
.office-title__button button.is-active {
  background: #7AC943;
  border-color: #7AC943;
  color: #fff;
}
.office-detail {
  background: #fff;
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media all and (max-width : 768px) {
  .office-detail {
    display: block;
    padding-bottom: 40px;
  }
}
.office-detail::after {
  content: "";
  width: 100vw;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 calc(50% - 50vw);
  background: #F6F1EB;
}
@media all and (max-width : 768px) {
  .office-detail::after {
    height: 15px;
  }
}
.office-detail__slider {
  width: 51.4%;
  margin: 0;
  padding-bottom: 50px;
}
@media all and (max-width : 768px) {
  .office-detail__slider {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.office-detail__slider .swiper-button-prev,
.office-detail__slider .swiper-button-next {
  background: none;
}
.office-detail__slider .swiper-button-prev i,
.office-detail__slider .swiper-button-next i {
  font-size: 24px;
  color: #fff;
}
.office-detail__slider .swiper-button-prev {
  left: 25px;
}
@media all and (max-width : 768px) {
  .office-detail__slider .swiper-button-prev {
    left: 15px;
  }
}
.office-detail__slider .swiper-button-next {
  right: 25px;
}
@media all and (max-width : 768px) {
  .office-detail__slider .swiper-button-next {
    right: 15px;
  }
}
.office-detail__slider .swiper-pagination {
  bottom: 10px;
}
.office-detail__slider .swiper-pagination-bullet {
  background: #f6f1eb;
  opacity: 1;
  margin: 0 10px !important;
}
.office-detail__slider .swiper-pagination-bullet-active {
  background: #3FA9F5;
}
.office-detail dl {
  flex-basis: 45%;
}
.office-detail dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.office-detail dl dd {
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
@media all and (max-width : 768px) {
  .office-detail dl dd:last-of-type {
    border: none;
  }
}
.office-detail__service {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 10px 0;
  margin-bottom: -15px;
}
@media all and (max-width : 768px) {
  .office-detail__service {
    padding-left: 0;
  }
}
.office-detail__service li {
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 9px 5px;
  margin-right: 5px;
  margin-bottom: 15px;
}
.office-detail__service li.is-selected {
  color: #3FA9F5;
  border-color: #3FA9F5;
}
.office-detail__date {
  font-size: 14px;
  font-weight: 500;
  padding-top: 30px;
}
.office-detail__note {
  font-size: 12px;
  padding-top: 15px;
}
.office-detail__button {
  display: flex;
  justify-content: space-between;
}
.office-detail__button a {
  width: 172px;
  border: 1px solid #b3b3b3;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
.office-detail__button a i,
.office-detail__button a img {
  color: #fbb03b;
  margin-bottom: 5px;
}
.office-detail__button button {
  width: 172px;
  border: 1px solid #b3b3b3;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  margin-left: 10px;
  transition: all 0.3s;
}
.office-detail__button button i,
.office-detail__button button img {
  color: #fbb03b;
  margin-bottom: 5px;
  height: 18px;
}
.office-detail__button button.is-active {
  background: #7AC943;
  border-color: #7AC943;
  color: #fff;
}
.office-detail__star {
  font-size: 24px;
  font-weight: bold;
  color: #fbb03b;
  display: block;
  margin-bottom: 40px;
}
.office-detail__star i {
  font-size: 18px;
}
.office-detail__star i.is-white {
  color: #f6f1eb;
}
.office-feature {
  padding: 30px 0;
}
@media all and (max-width : 768px) {
  .office-feature {
    padding: 25px 0 40px;
  }
}
.office-feature__layout, .office-feature__layout--reverse {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media all and (max-width : 768px) {
  .office-feature__layout, .office-feature__layout--reverse {
    display: block;
  }
}
.office-feature__layout--reverse {
  flex-direction: row-reverse;
}
.office-feature__hidden {
  padding-top: 50px;
  display: none;
}
.office-feature__image {
  flex-basis: 51%;
}
@media all and (max-width : 768px) {
  .office-feature__image {
    margin-bottom: 20px;
  }
}
.office-feature__image .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.office-feature__image .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.office-feature__text {
  flex-basis: 46%;
}
.office-review {
  background: #F6F1EB;
  margin: 0 calc(50% - 50vw);
  padding: 40px calc(50vw - 50%);
}
.office-review__list {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 35px;
}
@media all and (max-width : 768px) {
  .office-review__list {
    display: block;
    padding: 0;
  }
}
.office-review__item {
  flex-basis: 31%;
}
@media all and (max-width : 768px) {
  .office-review__item {
    margin-bottom: 35px;
  }
}
.office-review__box {
  background: #fff;
  padding: 15px 10px 20px;
  margin-bottom: 15px;
}
@media all and (max-width : 768px) {
  .office-review__box {
    margin-bottom: 10px;
  }
}
.office-review__star {
  margin-bottom: 10px;
}
.office-review__star i {
  color: #fbb03b;
  font-size: 15px;
}
.office-review__star i.is-white {
  color: #f6f1eb;
}
.office-review__user {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.office-review__buttonwrap {
  display: flex;
  justify-content: center;
}
.office-review__buttonwrap .button--small {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0 !important;
}
.office-toggle__list {
  padding-top: 10px;
  margin-bottom: 45px;
}
.office-toggle__item {
  cursor: pointer;
}
.office-toggle__item.open {
  border-bottom: 30px solid #f6f1eb;
}
.office-toggle__item.open > dl > dt::after {
  position: absolute;
  top: 0;
  left: calc(50% + 150px);
  line-height: 65px;
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  color: #000;
}
.office-toggle__item > dl > dt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  position: relative;
}
.office-toggle__item > dl > dt::after {
  position: absolute;
  top: 0;
  left: calc(50% + 150px);
  line-height: 65px;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  color: #000;
}
.office-toggle__item > dl > dd {
  display: none;
}
.office-toggle__item > dl > dd dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.office-toggle__item > dl > dd dd {
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
@media all and (max-width : 768px) {
  .office-toggle__item > dl > dd dd {
    padding-left: 20px;
  }
}
.office-toggle__item > dl > dd dd:not(:last-child) {
  margin-bottom: 10px;
}
.office-toggle__item > dl > dd dd:last-child {
  border-bottom: none;
}
.office-toggle__item .dl_list {
  display: flex;
  flex-wrap: wrap;
}
.office-toggle__item .dl_list dt {
  width: 30%;
  font-weight: normal;
}
@media all and (max-width : 768px) {
  .office-toggle__item .dl_list dt {
    width: 20%;
  }
}
.office-toggle__item .dl_list dd {
  width: 70%;
  border: none;
  margin-bottom: 0 !important;
}
@media all and (max-width : 768px) {
  .office-toggle__item .dl_list dd {
    width: 80%;
  }
}
.office-bottom {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media all and (max-width : 768px) {
  .office-bottom {
    padding-top: 90px;
  }
}
.office-bottom__button {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.office-bottom__button a {
  width: 172px;
  border: 1px solid #b3b3b3;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
.office-bottom__button a:last-child {
  margin-left: 10px;
}
.office-bottom__button a i,
.office-bottom__button a img {
  color: #fbb03b;
  margin-bottom: 5px;
}
.office-bottom__button button {
  width: 172px;
  border: 1px solid #b3b3b3;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  margin-left: 10px;
  transition: all 0.3s;
}
.office-bottom__button button i,
.office-bottom__button button img {
  color: #fbb03b;
  margin-bottom: 5px;
  height: 18px;
}
.office-bottom__button button.is-active {
  background: #7AC943;
  border-color: #7AC943;
  color: #fff;
}
.office-bottom__link {
  font-size: 14px;
  color: #3FA9F5;
  text-align: center;
}
.office-near-service {
  padding: 30px 0 100px;
  background: #F6F1EB;
  overflow: hidden;
}
.office-near-service__slider {
  max-width: 1240px;
  margin: auto;
  padding-left: 40px;
  position: relative;
  margin-bottom: 65px;
}
.office-near-service__slider .swiper-container {
  overflow: visible;
  margin: 0;
}
@media all and (min-width: 769px) {
  .office-near-service__slider .swiper-container {
    max-width: 420px;
  }
}
.office-near-service__slide {
  background: #fff;
  max-width: 100%;
}
.office-near-service__title {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 10px;
  min-height: 105px;
}
.office-near-service__star {
  font-size: 16px;
  font-weight: bold;
  color: #fbb03b;
  padding: 0 10px 15px;
}
.office-near-service__star i {
  font-size: 14px;
}
.office-near-service__star i.is-white {
  color: #f6f1eb;
}
.office-near-service__area {
  font-size: 14px;
  font-weight: 500;
  color: #3FA9F5;
  text-align: right;
  padding: 0 10px 15px;
}
.office-near-service .swiper-pagination {
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.office-near-service .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 10px !important;
}
.office-near-service .swiper-pagination-bullet-active {
  background: #3FA9F5;
}

.page .container {
  padding: 45px 30px;
}
.page p {
  margin-bottom: 40px;
}
.page h1,
.page h2,
.page h3,
.page h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
}
.page h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.page img {
  width: 100%;
  margin-bottom: 40px;
}
.page a {
  color: #3FA9F5;
}

.post {
  background: #F6F1EB;
  padding: 20px 0 40px;
}
.post__layout {
  max-width: 830px;
  margin: auto;
  padding: 0 15px;
}
.post__office {
  margin-bottom: 25px;
}
.post__star {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.post__star span {
  margin-left: 40px;
}
.post__star i {
  color: #FBB03B;
  font-size: 31px;
}
.post__star i.is-white {
  color: #F6F1EB;
}
.post__content {
  width: 100%;
  height: 330px;
  font-size: 18px;
  padding: 25px;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  margin-bottom: 40px;
}
.post__content:-ms-input-placeholder {
  color: #B3B3B3;
}
.post__content::-ms-input-placeholder {
  color: #B3B3B3;
}
.post__content::placeholder, .post__content::-ms-input-placeholder, .post__content:-ms-input-placeholder {
  color: #B3B3B3;
}
.post__complete {
  margin-bottom: 70px;
}

.result {
  background: #F6F1EB;
}
.result-layout {
  padding: 30px 15px 0;
  max-width: 1230px;
  margin: auto;
}
@media all and (max-width : 768px) {
  .result-layout {
    padding: 20px 15px 0;
  }
}
.result-column {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.result-column a {
  margin: 0;
}
@media all and (max-width : 768px) {
  .result-column a {
    padding: 10px 30px;
  }
}
.result-num {
  font-size: 16px;
  margin-right: 50px;
}
.result-num span {
  font-size: 24px;
  font-weight: bold;
  color: #3FA9F5;
}
.result-head {
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .result-head {
    border-bottom: 3px solid #3FA9F5;
  }
}
@media all and (max-width : 768px) {
  .result-head {
    flex-wrap: wrap;
    margin: 0 calc(50% - 50vw);
  }
}
.result-tab {
  display: flex;
}
@media all and (max-width : 768px) {
  .result-tab {
    width: 100%;
    padding-bottom: 15px;
  }
}
.result-tab input {
  display: none;
}
.result-tab__label {
  width: 188px;
  height: 54px;
  font-size: 16px;
  font-weight: bold;
  line-height: 54px;
  background: #fff;
  text-align: center;
  display: block;
  cursor: pointer;
  margin-right: 18px;
}
@media all and (max-width : 768px) {
  .result-tab__label {
    width: 50%;
    height: 48px;
    background: transparent;
    margin: 0;
  }
}
.result-tab input:checked + label {
  background: #fff;
}
@media all and (min-width: 769px) {
  .result-tab input:checked + label {
    background: #3FA9F5;
    color: #fff;
  }
}
.result-tab #terms:checked ~ #result-list,
.result-tab #map:checked ~ #result-map {
  display: flex;
}
.result-sort {
  margin-right: 20px;
  width: 172px;
  height: 35px;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 18px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media all and (max-width : 768px) {
  .result-sort {
    margin-left: 15px;
  }
}
.result-sort::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3FA9F5;
  content: "\f0dd";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
}
.result-sort select {
  font-size: 16px;
  padding: 10px 10px 10px 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #333;
  width: 100%;
  text-align: center;
}
.result-sort select:focus {
  outline-color: transparent;
}
@media all and (max-width : 768px) {
  .result-contents {
    margin: -50px calc(50% - 50vw) 0;
    padding-top: 70px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 2.25px;
  }
}
.result-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 50px;
}
@media all and (max-width : 768px) {
  .result-list {
    padding: 0;
    background: #F6F1EB;
    margin-top: -10px;
    position: relative;
  }
  .result-list::before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: -5px;
    left: 0;
    background: #fff;
  }
}
.result-list::after {
  content: "";
  flex-basis: calc((100% - 30px) / 3);
}
.result-list__item {
  flex-basis: calc((100% - 30px) / 3);
  background: #fff;
  padding: 20px 0 30px;
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 2.25px;
}
@media all and (max-width : 768px) {
  .result-list__item {
    flex-basis: 100%;
  }
}
.result-list__title {
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px;
  margin-bottom: 20px;
  min-height: 58px;
}
.result-list__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.result-list__image img {
  width: 33%;
  -o-object-fit: cover;
     object-fit: cover;
}
.result-list__star {
  font-size: 24px;
  font-weight: bold;
  color: #FBB03B;
  padding: 0 15px;
  margin-bottom: 30px;
}
.result-list__star i {
  font-size: 18px;
}
.result-list__star i.is-white {
  color: #F6F1EB;
}
.result-list__service {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 30px;
}
.result-list__service li {
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 9px 5px;
}
.result-list__service li.is-selected {
  color: #3FA9F5;
  border-color: #3FA9F5;
}
.result-list__detail {
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.result-list__time {
  padding: 0 20px;
  margin-bottom: 40px;
  font-size: 16px;
}
.result-list__time th {
  font-weight: bold;
  padding-right: 30px;
}
.result-list__time td {
  flex: 1;
}
.result-list__button {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.result-list__button button {
  width: 49%;
  border: 1px solid #B3B3B3;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  transition: all 0.3s;
}
.result-list__button button i,
.result-list__button button img {
  color: #FBB03B;
  margin-bottom: 5px;
  height: 18px;
}
.result-list__button button.is-active {
  background: #7AC943;
  border-color: #7AC943;
  color: #fff;
}
.result-map {
  display: none;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 30px calc(50vw - 50%) 50px;
  background: #fff;
  justify-content: space-between;
}
@media all and (max-width : 768px) {
  .result-map {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.result-map__window {
  flex-basis: 59%;
  margin-bottom: 20px;
}
@media all and (max-width : 768px) {
  .result-map__window {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.result-map__window > div {
  height: 0;
  padding-top: 96.3%;
  position: relative;
}
.result-map__window > div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.result-map__list {
  flex-basis: 38%;
  padding-right: 10px;
}
@media all and (max-width : 768px) {
  .result-map__list {
    flex-basis: 100%;
  }
}
.result-map__item {
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  display: flex;
}
@media all and (max-width : 768px) {
  .result-map__item {
    margin-bottom: 20px;
  }
}
.result-map__item.is-active {
  background: #7AC943;
  color: #fff;
}
.result-map__image {
  margin-right: 20px;
  min-width: 68px;
  width: 68px;
}
.result-map__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media all and (max-width : 768px) {
  .result-map__title {
    margin-bottom: 10px;
  }
}
.result-map__star {
  font-size: 16px;
  font-weight: bold;
  color: #FBB03B;
}
.result-map__star i {
  font-size: 14px;
}
.result-map__star i.is-white {
  color: #F6F1EB;
}

.review {
  background: #F6F1EB;
  padding-top: 20px;
  padding-bottom: 40px;
}
.review__layout {
  max-width: 1200px;
  padding: 0 40px;
  margin: auto;
}
@media all and (max-width : 768px) {
  .review__layout {
    padding: 0 15px;
  }
}
.review__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: 35px;
}
.review__list:after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}
@media all and (max-width : 768px) {
  .review__list {
    display: block;
  }
}
.review__item {
  flex-basis: 31%;
  margin-bottom: 30px;
}
.review__box {
  background: #fff;
  padding: 15px 10px 10px;
  margin-bottom: 10px;
}
.review__star {
  margin-bottom: 10px;
}
.review__star i {
  color: #fbb03b;
  font-size: 15px;
}
.review__star i.is-white {
  color: #f6f1eb;
}
.review__office {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-align: right;
  margin-top: 10px;
}
.review__button {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.review__button .button, .review__button .button--medium, .review__button .button--small, .review__button .button--white, .review__button .button--line {
  font-size: 16px;
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  margin: 0;
}
.review__post {
  background: #fff;
  margin: -20px calc(50% - 50vw) -40px;
  padding: 20px calc(50vw - 50%) 50px;
}
.review__post p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.review__user {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 20px;
}
.review__text {
  margin-bottom: 50px;
}
.review-pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 290px;
  margin: 30px auto 0;
  color: #3FA9F5;
  font-size: 18px;
  position: relative;
}
.review-pager__prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.review-pager__next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.review-pager__list {
  font-size: 16px;
}
.review__reference .button, .review__reference .button--medium, .review__reference .button--small, .review__reference .button--white, .review__reference .button--line {
  margin-bottom: 30px;
}

.search {
  background: #F6F1EB;
}
.search-layout {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  padding: 40px 20px;
  margin: auto;
}
@media all and (max-width : 768px) {
  .search-layout {
    display: block;
    padding: 20px 15px 10px;
  }
}
.search-layout__column {
  flex-basis: 44%;
}
@media all and (max-width : 768px) {
  .search-layout__column {
    margin-bottom: 40px;
  }
}
.search-layout__column h2 {
  margin-bottom: 20px;
}
.search-layout__column input[type=text] {
  width: 100%;
  font-size: 18px;
  padding: 15px 25px;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  margin-bottom: 17px;
}
.search-layout__column ul,
.search-layout__column dl {
  width: 100%;
  background: #fff;
  padding: 10px 0;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  margin-bottom: 35px;
}
.search-layout__column ul .search-select,
.search-layout__column dl .search-select {
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s;
}
.search-layout__column ul .search-select.is-active,
.search-layout__column dl .search-select.is-active {
  background: #7AC943;
}
.search-layout__column ul .search-select.is-active button, .search-layout__column ul .search-select.is-active label,
.search-layout__column dl .search-select.is-active button,
.search-layout__column dl .search-select.is-active label {
  color: #fff;
}
.search-layout__column ul .search-select:not(:last-child) button, .search-layout__column ul .search-select:not(:last-child) label,
.search-layout__column dl .search-select:not(:last-child) button,
.search-layout__column dl .search-select:not(:last-child) label {
  border-bottom: 1px solid #ccc;
}
.search-layout__column ul .search-select button, .search-layout__column ul .search-select label,
.search-layout__column dl .search-select button,
.search-layout__column dl .search-select label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px;
  transition: color 0.3s;
  cursor: pointer;
}
.search-layout__column ul .search-select img,
.search-layout__column dl .search-select img {
  margin-right: 10px;
}
.search-layout__column ul .search-select label input,
.search-layout__column dl .search-select label input {
  display: none;
}
.search-layout__column dl {
  padding: 25px 20px;
}
.search-layout__column dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.search-layout__column dl dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.search-layout__column dl dd input[type=checkbox] {
  display: none;
}
.search-layout__column dl dd input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.search-layout__column dl dd label {
  width: 100%;
  padding-left: 27px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.search-layout__column dl dd label::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #E6E6E6;
  display: block;
  margin-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.search-layout__column dl dd label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 12px;
  color: #3FA9F5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  opacity: 0;
}

.narrow-search {
  background: #F6F1EB;
}
