@charset "UTF-8";
/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v54-japanese-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v54-japanese-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v54-japanese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-900 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/noto-sans-jp-v54-japanese-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

ul, li {
  list-style: none;
}

img {
  width: 100%;
}

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

.green {
  color: #15877E;
  font-weight: bold;
}

.green-2 {
  color: #15877E;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 15px;
}

.black-bold {
  font-weight: bold;
}

.container-1 {
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container-1 {
    max-width: 90%;
  }
}

.container-2 {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container-2 {
    max-width: 90%;
  }
}

.section-margin {
  margin-top: 60px;
  margin-bottom: 60px;
}

.back-color {
  background-color: #E6F4F2;
  padding: 20px 0;
}

.back-color-2 {
  background-color: #15877E;
  padding: 20px 0;
}

.back-image {
  background-image: -webkit-image-set(url("../images/hakidasu-main-pc-2.webp") type("image/webp"), url("../images/hakidasu-main-pc-2.jpg") type("image/jpeg"));
  background-image: image-set(url("../images/hakidasu-main-pc-2.webp") type("image/webp"), url("../images/hakidasu-main-pc-2.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}

.back-color-radius {
  background-color: #E6F4F2;
  border-radius: 20px;
  padding: 30px 0;
}

.box-inner {
  background-color: #fdfdfd;
  -webkit-box-shadow: 2px 2px 3px grey;
          box-shadow: 2px 2px 3px grey;
  margin: 30px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 15px 25px;
}
@media (max-width: 767px) {
  .box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 10px;
  }
}

.box-radius {
  background-color: #fdfdfd;
  -webkit-box-shadow: 2px 2px 3px grey;
          box-shadow: 2px 2px 3px grey;
  margin: 30px auto;
  padding: 25px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .box-radius {
    padding: 15px 10px;
  }
}

.btn {
  text-align: center;
  margin: 20px 0;
}

.btn .arrow {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#f7945e), to(#f38e65));
  background: -webkit-linear-gradient(left, #f7945e, #f38e65);
  background: linear-gradient(to right, #f7945e, #f38e65);
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  padding: 16px 50px;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 480px) {
  .btn .arrow {
    padding: 12px 40px;
  }
}

.btn .arrow:hover {
  opacity: 0.85;
}

/* 吹き出しスタイル */
.btn .label {
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  color: #f38e65;
  padding: 4px 18px;
  font-size: 12px;
  border-radius: 16px;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn .label::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 8px solid #fdfdfd;
}

/* 矢印アイコン */
.btn-circle {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fdfdfd;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid #F0F3F5;
}
@media (max-width: 480px) {
  .btn-circle {
    width: 20px;
    height: 20px;
    right: 8px;
  }
}

.btn .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #F2945B;
  border-top: 2px solid #F2945B;
}
@media (max-width: 480px) {
  .btn .arrow::after {
    right: 17px;
    width: 4px;
    height: 4px;
  }
}

/*--- セクションタイトル ---*/
.section-title-2 {
  text-align: center;
  color: #15877E;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-title-2 {
    font-size: 2.5rem;
  }
}
.section-title-2 span {
  font-weight: 500;
  font-size: 1.5rem;
  color: #333;
}

.section-title {
  text-align: center;
  color: #15877E;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 1.6rem;
  }
}
.section-title span {
  font-weight: 500;
  font-size: 1.1rem;
  color: #333;
}
@media (max-width: 767px) {
  .section-title span {
    font-size: 1rem;
  }
}

#header {
  padding: 1rem;
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* ハンバーガー */
  /* ナビゲーションメニュー */
  /* 表示時に使うクラス */
}
#header.scrolled {
  background-color: #fdfdfd;
  padding: 0.6rem;
}
#header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  margin: 0 auto;
}
#header .header-inner .header-left {
  width: 15%;
}
@media (max-width: 767px) {
  #header .header-inner .header-left {
    width: 45%;
    margin-left: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #header .header-inner .header-left {
    width: 30%;
    margin-left: -10px;
  }
}
#header .header-inner .header-left .logo {
  width: 100%;
}
#header .header-inner .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 1024px) {
  #header .header-inner .header-right .btn {
    display: none;
  }
}
#header .hamburger {
  cursor: pointer;
  z-index: 1001;
  position: relative;
}
#header .hamburger::after {
  position: absolute;
  content: "menu";
  font-size: 0.7rem;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1024px) {
  #header .hamburger::after {
    bottom: -20px;
  }
}
#header .hamburger span {
  display: block;
  height: 2px;
  width: 28px;
  background-color: #333;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
#header .hamburger span:nth-child(1) {
  top: 32px;
}
@media (max-width: 1024px) {
  #header .hamburger span:nth-child(1) {
    top: -16px;
  }
}
#header .hamburger span:nth-child(2) {
  top: 40px;
}
@media (max-width: 1024px) {
  #header .hamburger span:nth-child(2) {
    top: -8px;
  }
}
#header .hamburger span:nth-child(3) {
  top: 48px;
}
@media (max-width: 1024px) {
  #header .hamburger span:nth-child(3) {
    top: 0;
  }
}
#header .hamburger.active {
  position: fixed;
  top: 1rem;
  right: 2.5rem;
  color: #fdfdfd;
}
#header .hamburger.active span {
  background-color: #fdfdfd;
}
#header .hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 12px;
}
#header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
#header .hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
#header .hamburger.active::after {
  content: "close";
  bottom: -40px;
}
#header #nav-area {
  position: fixed;
  top: 0;
  right: -100%;
  max-width: 410px;
  width: 100%;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  z-index: 1000;
  height: 100vh;
  background-color: #19A798;
}
#header #nav-area .main-nav {
  padding-top: 70px;
}
#header #nav-area .main-nav .logo {
  width: 40%;
  display: block;
  margin: 15px auto;
}
#header #nav-area .main-nav ul {
  max-width: 90%;
  margin: 0 auto;
}
#header #nav-area .main-nav ul li {
  border-bottom: 1px dotted #E6F4F2;
  padding: 10px 0;
}
#header #nav-area .main-nav ul li a {
  color: #fdfdfd;
  font-size: 1.1rem;
  display: block;
  position: relative;
}
#header #nav-area .main-nav ul li a::after {
  content: "→";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.9em;
  color: #fdfdfd;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#header #nav-area .main-nav ul li a:hover::after {
  -webkit-transform: translateY(-50%) translateX(4px);
          transform: translateY(-50%) translateX(4px);
}
#header #nav-area .main-nav .btn {
  margin-top: 50px;
}
#header #nav-area.active {
  right: 0;
  z-index: 100;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.main-visual {
  background-image: -webkit-image-set(url("../images/hakidasu-main-pc-2.webp") type("image/webp"), url("../images/hakidasu-main-pc-2.jpg") type("image/jpeg"));
  background-image: image-set(url("../images/hakidasu-main-pc-2.webp") type("image/webp"), url("../images/hakidasu-main-pc-2.jpg") type("image/jpeg"));
  background-size: 100%;
  min-height: 800px;
  margin: 0;
}
@media (max-width: 480px) {
  .main-visual {
    min-height: 930px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .main-visual {
    min-height: 1000px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-visual {
    min-height: 1060px;
  }
}
.main-visual .main-inner {
  position: relative;
  top: 120px;
}
@media (max-width: 767px) {
  .main-visual .main-inner {
    top: 100px;
  }
}
.main-visual .main-inner .main-phrase {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.main-visual .main-inner .main-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .main-visual .main-inner .main-middle {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-visual .main-inner .main-middle .main-middle-left {
  width: 48%;
}
@media (max-width: 1024px) {
  .main-visual .main-inner .main-middle .main-middle-left {
    width: 100%;
    text-align: center;
  }
}
.main-visual .main-inner .main-middle .main-middle-1 {
  color: #15877E;
  font-size: 3rem;
  font-weight: 800;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media (max-width: 767px) {
  .main-visual .main-inner .main-middle .main-middle-1 {
    font-size: 2.5rem;
  }
}
.main-visual .main-inner .main-middle .main-middle-1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 5px;
  left: 0;
  background-color: #F2945B;
  z-index: -1;
}
.main-visual .main-inner .main-middle .main-middle-2 {
  font-size: 2rem;
  font-weight: 600;
  color: #15877E;
  background-color: #fdfdfd;
  padding: 6px 12px;
  border-radius: 25px;
  display: inline-block;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .main-visual .main-inner .main-middle .main-middle-2 {
    font-size: 1.5rem;
  }
}
.main-visual .main-inner .main-middle .main-middle-2 span {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .main-visual .main-inner .main-middle .main-middle-2 span {
    font-size: 1.2rem;
  }
}
.main-visual .main-inner .main-middle .service-title {
  margin-left: -15px;
}
@media (max-width: 767px) {
  .main-visual .main-inner .main-middle .service-title {
    margin-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .main-visual .main-inner .main-middle .service-title {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-visual .main-inner .main-middle .service-title {
    width: 65%;
  }
}
.main-visual .main-inner .main-middle .main-middle-right {
  width: 48%;
}
@media (max-width: 1024px) {
  .main-visual .main-inner .main-middle .main-middle-right {
    width: 100%;
  }
}
.main-visual .main-inner .main-middle .main-middle-right img {
  width: 85%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 767px) {
  .main-visual .main-inner .main-middle .main-middle-right img {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-visual .main-inner .main-middle .main-middle-right img {
    width: 55%;
  }
}
.main-visual .main-inner .main-bottom {
  text-align: center;
  margin-top: 30px;
}
.main-visual .main-inner .main-bottom .main-bottom-1 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.main-visual .main-inner .main-bottom .main-bottom-1 span {
  color: #15877E;
  font-size: 1.5rem;
}
.main-visual .main-inner .main-bottom .main-bottom-2 {
  background-color: #15877E;
  color: #fdfdfd;
  font-size: 1.3rem;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .main-visual .main-inner .main-bottom .main-bottom-2 {
    font-size: 0.9rem;
    text-align: left;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .main-visual .main-inner .main-bottom .main-bottom-2 {
    font-size: 1rem;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-visual .main-inner .main-bottom .main-bottom-2 {
    font-size: 1.1rem;
  }
}

#about {
  position: relative;
}
#about .section-title-2 {
  position: absolute;
  left: 50%;
  top: -43px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  #about .section-title-2 {
    top: -36px;
    white-space: nowrap;
  }
}
#about .circle {
  background-color: #E6F4F2;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 15px;
  position: relative;
}
#about .circle img {
  width: 60px;
  display: block;
  position: absolute;
  top: 23px;
  left: 15px;
}
#about p {
  width: 80%;
}
@media (max-width: 767px) {
  #about p {
    width: 100%;
    line-height: 2rem;
  }
}

.problem-contents {
  display: grid;
  grid-template-columns: 25% 25% 25%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .problem-contents {
    grid-template-columns: 100%;
  }
}
.problem-contents img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 10px auto;
}

.appropriate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .appropriate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.appropriate picture {
  width: 13%;
}
@media (max-width: 767px) {
  .appropriate picture {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
.appropriate .under-line {
  position: relative;
  z-index: 1;
}
.appropriate .under-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 2px;
  left: 0;
  background-color: #F2945B;
  z-index: -1;
}

#example {
  position: relative;
}
#example .section-title {
  position: absolute;
  left: 50%;
  top: -27px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 480px) {
  #example .section-title {
    top: -35px;
    white-space: nowrap;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #example .section-title {
    top: -35px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #example .section-title {
    top: -45px;
  }
}
#example .box-inner p {
  line-height: 2rem;
}
#example .box-inner .green-2 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #example .box-inner .green-2 {
    text-align: center;
  }
}
#example .box-inner img {
  width: 8%;
}
@media (max-width: 767px) {
  #example .box-inner img {
    width: 30%;
  }
}
#example .example-bold {
  text-align: center;
  margin: 10px auto;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #example .example-bold {
    font-size: 1.1rem;
  }
}

.feature-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .feature-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.feature-contents:nth-of-type(2) {
  position: relative;
}
.feature-contents:nth-of-type(2)::before {
  position: absolute;
  left: -26%;
  bottom: -280px;
  display: inline-block;
  content: url("../images/feature-image-1.png");
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}
@media (max-width: 480px) {
  .feature-contents:nth-of-type(2)::before {
    bottom: 80px;
    left: -46%;
    -webkit-transform: scale(0.18);
            transform: scale(0.18);
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .feature-contents:nth-of-type(2)::before {
    bottom: 70px;
    left: -38%;
    -webkit-transform: scale(0.18);
            transform: scale(0.18);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .feature-contents:nth-of-type(2)::before {
    bottom: -120px;
    left: -28%;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
}
.feature-contents .number {
  color: #19A798;
  font-size: 3rem;
  font-weight: bold;
}
.feature-contents .feature-text .black-bold {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .feature-contents .feature-text .black-bold {
    font-size: 1.3rem;
  }
}

.feelings-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1024px) {
  .feelings-contents {
    grid-template-columns: 1fr;
  }
}
.feelings-contents .box-radius {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .feelings-contents .box-radius {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feelings-contents .box-radius .circle {
  background-color: #E6F4F2;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 15px;
  position: relative;
}
.feelings-contents .box-radius .circle img {
  width: 60px;
  display: block;
  position: absolute;
  top: 20px;
  left: 25px;
}
.feelings-contents .box-radius .feelings-text {
  width: 75%;
}
@media (max-width: 767px) {
  .feelings-contents .box-radius .feelings-text {
    width: 100%;
    line-height: 2rem;
  }
}
.feelings-contents .box-radius .feelings-text .small {
  font-size: 0.85rem;
  margin: 5px 0;
}

#price {
  position: relative;
}
#price .section-title {
  position: absolute;
  left: 50%;
  top: -27px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  #price .section-title {
    top: -20px;
  }
}
#price .price-preface {
  line-height: 2rem;
  margin: 30px 0;
  text-align: center;
}
@media (max-width: 767px) {
  #price .price-preface {
    margin-top: 10px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #price .price-preface {
    text-align: left;
  }
}
#price .price-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #A0CFC7;
  border-radius: 30px;
}
@media (max-width: 767px) {
  #price .price-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#price .price-inner .price-left {
  background-color: #A0CFC7;
  padding: 20px 15px;
  text-align: center;
  border-radius: 30px;
  width: 25%;
}
@media (max-width: 480px) {
  #price .price-inner .price-left {
    width: 90%;
    border-radius: 30px 30px 0 0;
    padding: 15px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #price .price-inner .price-left {
    width: 92%;
    border-radius: 30px 30px 0 0;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #price .price-inner .price-left {
    width: 30%;
  }
}
#price .price-inner .price-left .black-bold {
  margin-bottom: 8px;
}
#price .price-inner .price-right {
  width: 75%;
}
@media (max-width: 767px) {
  #price .price-inner .price-right {
    width: 100%;
    padding: 20px 0;
  }
}
#price .price-inner .price-right p {
  text-align: center;
}
#price .price-inner .price-right p .black-bold {
  font-size: 2rem;
}
#price .btn {
  margin-top: 60px;
}

.place-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .place-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .place-contents {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.place-contents .place-text {
  width: 62%;
}
@media (max-width: 767px) {
  .place-contents .place-text {
    width: 100%;
    line-height: 2rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .place-contents .place-text {
    width: 55%;
  }
}
.place-contents .place-text .under-line {
  position: relative;
  z-index: 1;
}
.place-contents .place-text .under-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 2px;
  left: 0;
  background-color: #F2945B;
  z-index: -1;
}
.place-contents .place-image {
  width: 35%;
}
@media (max-width: 767px) {
  .place-contents .place-image {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .place-contents .place-image {
    width: 40%;
  }
}
.place-contents .place-image img {
  border-radius: 20px;
}

.opening-hours {
  text-align: center;
}
.opening-hours p {
  display: inline-block;
  background-color: #E6F4F2;
  padding: 10px 20px;
  margin: 10px 0;
}

#message .section-title {
  line-height: 1.8rem;
}
#message .message-title {
  color: #15877E;
  display: inline-block;
}
#message .owner-image {
  text-align: center;
}
#message .owner-image img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
#message .box-radius p {
  line-height: 2rem;
}
#message .name {
  text-align: right;
  font-weight: bold;
}

.flow-image {
  text-align: center;
}
.flow-image img {
  width: 15%;
}
@media (max-width: 767px) {
  .flow-image img {
    width: 25%;
  }
}

.flow-contents {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .flow-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    padding-top: 80px;
    margin-top: 0;
  }
  .flow-contents::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .flow-contents {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 80px;
  }
}
.flow-contents .flow-1 {
  width: 20%;
  background-color: #E6F4F2;
  padding: 50px 15px 20px 15px;
  position: relative;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .flow-contents .flow-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    white-space: normal;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .flow-contents .flow-1 {
    width: 43%;
  }
}
.flow-contents .flow-number {
  background-color: #15877E;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .flow-contents .flow-number {
    width: 60px;
    height: 60px;
    top: -30px;
  }
}
.flow-contents .flow-number p {
  color: #fdfdfd;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .flow-contents .flow-number p {
    font-size: 1.5rem;
    margin-top: 12px;
  }
}
.flow-contents .flow-number p::before {
  position: absolute;
  content: "STEP";
  color: #15877E;
  font-size: 1.2rem;
  font-weight: 600;
  top: -35px;
  left: -15px;
  display: inline-block;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.flow-contents .black-bold {
  text-align: center;
  margin-bottom: 15px;
}

.faqdetail .faqdt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .faqdetail .faqdt {
    font-size: 1.1rem;
    padding: 10px 22px 10px 10px;
  }
}
.faqdetail .faqdt::before, .faqdetail .faqdt::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #15877E;
  top: 48%;
  right: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 767px) {
  .faqdetail .faqdt::before, .faqdetail .faqdt::after {
    right: 5px;
  }
}
.faqdetail .faqdt::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faqdetail .faqdt::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faqdetail .faqdt span {
  display: inline-block;
  background-color: #15877E;
  color: #fdfdfd;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 600;
}
.faqdetail .faqdd {
  display: block;
  width: 90%;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  font-size: 1rem;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  -webkit-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}
@media (max-width: 767px) {
  .faqdetail .faqdd {
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
    padding: 0 22px 0 10px;
  }
}
.faqdetail .faqdd.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  max-height: 1000px;
}
@media (max-width: 767px) {
  .faqdetail .faqdd.open {
    padding: 20px 22px 20px 10px;
  }
}
.faqdetail .faqdd span {
  display: inline-block;
  color: #15877E;
  border: 1px solid #15877E;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: 600;
}
.faqdetail .faqdt.close-faq::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faqdetail .faqdt.close-faq::after {
  opacity: 0;
}

.contact-contents {
  text-align: center;
}
.contact-contents img {
  width: 20%;
}
@media (max-width: 767px) {
  .contact-contents img {
    width: 40%;
  }
}
.contact-contents .btn-block {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .contact-contents .btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact-contents .btn-block .arrow {
  display: inline-block;
  width: 240px;
  background: -webkit-gradient(linear, left top, right top, from(#f7945e), to(#f38e65));
  background: -webkit-linear-gradient(left, #f7945e, #f38e65);
  background: linear-gradient(to right, #f7945e, #f38e65);
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  padding: 16px 0;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact-contents .btn-block .arrow:hover {
  opacity: 0.85;
}
.contact-contents .btn-block .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #F2945B;
  border-top: 2px solid #F2945B;
}
@media (max-width: 480px) {
  .contact-contents .btn-block .arrow::after {
    right: 17px;
  }
}
.contact-contents .btn-block .arrow-2 {
  display: inline-block;
  width: 240px;
  background: -webkit-gradient(linear, left top, right top, from(#15877e), to(#1a9a8e));
  background: -webkit-linear-gradient(left, #15877e, #1a9a8e);
  background: linear-gradient(to right, #15877e, #1a9a8e);
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  padding: 16px 0;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact-contents .btn-block .arrow-2:hover {
  opacity: 0.85;
}
.contact-contents .btn-block .arrow-2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #15877E;
  border-top: 2px solid #15877E;
}
@media (max-width: 480px) {
  .contact-contents .btn-block .arrow-2::after {
    right: 17px;
  }
}

.footer-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fdfdfd;
}
@media (max-width: 767px) {
  .footer-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer-contents small {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin-top: 10px;
  }
}
.footer-contents .footer-menu-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .footer-contents .footer-menu-contents {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 8px;
  }
}
.footer-contents .footer-menu-contents a {
  font-size: 0.8rem;
  color: #fdfdfd;
}

#header-page {
  margin-top: 20px;
}

#header-page .logo-link {
  display: inline-block;
  max-width: 180px;
  margin-left: -20px;
}

.page-content h2 {
  margin: 30px auto;
  color: #15877E;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .page-content h2 {
    font-size: 1.3rem;
  }
}

.page-content p, .page-content ul li {
  line-height: 2rem;
}

.page-id-16 .page-content ol li {
  list-style: decimal;
  margin-left: 20px;
}/*# sourceMappingURL=style.css.map */