@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700;900&display=swap");
@-webkit-keyframes slide_up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slide_up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide_down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slide_down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slide_right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide_right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide_left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide_left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_up {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes blur_up {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_down {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes blur_down {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes blur_right {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes blur_right {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_left {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes blur_left {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
.slide_up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate_slide_up {
  -webkit-animation-name: slide_up;
          animation-name: slide_up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slide_down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.animate_slide_down {
  -webkit-animation-name: slide_down;
          animation-name: slide_down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slide_right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.animate_slide_right {
  -webkit-animation-name: slide_right;
          animation-name: slide_right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.slide_left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.animate_slide_left {
  -webkit-animation-name: slide_left;
          animation-name: slide_left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.blur {
  opacity: 0;
}

.animate_blur {
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.blur_up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate_blur_up {
  -webkit-animation-name: blur_up;
          animation-name: blur_up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.blur_down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.animate_blur_down {
  -webkit-animation-name: blur_down;
          animation-name: blur_down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.blur_right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.animate_blur_right {
  -webkit-animation-name: blur_right;
          animation-name: blur_right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.blur_left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.animate_blur_left {
  -webkit-animation-name: blur_left;
          animation-name: blur_left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.contarea {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .sp_contarea {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
.serif {
  font-family: "ヒラギノ明朝 ProN", serif;
}

.s-serif {
  font-family: "Zen Maru Gothic", sans-serif;
}

.paragraph-group {
  display: block;
}

.paragraph {
  display: inline-block;
}

.text-white {
  color: #fff;
}

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

.text-black {
  font-weight: 900;
}

.text-pink {
  color: #F3A9C0;
}

.txt_link {
  color: #16B8D3;
  text-decoration: underline;
}
.txt_link:hover {
  color: #1190a5;
}

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

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

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

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

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.bg_wave_white {
  background-color: #fff;
  position: relative;
}
.bg_wave_white::before {
  content: "";
  display: block;
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  height: 125px;
  background-image: url("../images/wave_white.svg");
  background-size: 2044px;
  background-repeat: repeat-x;
  background-position: center;
}
.bg_wave_white::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
  height: 125px;
  background-image: url("../images/wave_white.svg");
  background-size: 2044px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-repeat: repeat-x;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .bg_wave_white::before, .bg_wave_white::after {
    background-size: 1500px;
    height: 100px;
  }
}

html {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}
html ::-moz-selection {
  background: #F3A9C0;
}
html ::selection {
  background: #F3A9C0;
}

body {
  position: relative;
  color: #585F64;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.7;
  background-color: #77CADA;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
}
body.active {
  overflow: hidden;
}

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

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.tit_lv-1 {
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .tit_lv-1 {
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
  }
  .tit_lv-1::after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    width: 162px;
    height: 75px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .tit_lv-1 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
  }
  .tit_lv-1::after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    width: 110px;
    height: 53px;
    background-repeat: no-repeat;
    background-size: 110px;
  }
}
.tit_lv-1.white {
  color: #fff;
}
.tit_lv-1.white::after {
  background-image: url("../images/sunrays_white.svg");
}
.tit_lv-1.blue {
  color: #16B8D3;
}
.tit_lv-1.blue::after {
  background-image: url("../images/sunrays_blue.svg");
}

.btn-contact {
  display: block;
  background-color: #F3A9C0;
  color: #fff;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  padding: 0 40px 0 30px;
  position: relative;
}
.btn-contact::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  background: #FFF100;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-contact:hover {
  background-color: #ed7c9f;
}
.btn-contact.small {
  height: 50px;
  line-height: 50px;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.pagetop a {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #77CADA;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px rgba(8, 53, 61, 0.3019607843);
          box-shadow: 0px 3px 6px rgba(8, 53, 61, 0.3019607843);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop a::after {
  position: absolute;
  top: 14px;
  left: 11px;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-style: none solid solid none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (min-width: 1100px) {
  .header {
    background: #fff;
    position: relative;
    z-index: 1000;
  }
  .header .medium-only {
    display: none;
  }
  .header::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: ellipse(50% 50% at 50% 0%);
  }
  .header_inner {
    height: 80px;
  }
  .header_logo {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
  }
  .header_logo a {
    width: 130px;
    display: block;
  }
  .header_logo a img {
    width: 100%;
  }
  .header .gnav {
    background: #fff;
  }
  .header .gnav_toggle {
    display: none !important;
  }
  .header .gnav_container {
    padding-top: 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .header .gnav_content:nth-child(1) {
    margin-left: -170px;
  }
  .header .gnav_content:nth-child(2) {
    margin-right: 210px;
  }
  .header .gnav_content.btn {
    position: absolute;
    top: 20px;
    right: 30px;
  }
  .header .gnav_txt {
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 1.2;
    font-weight: bold;
  }
  .header .gnav_txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #F3A9C0;
  }
  .header .gnav_txt:hover {
    color: #16B8D3;
  }
}
@media screen and (max-width: 1100px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 70px;
    background: #fff;
  }
  .header .medium-only {
    display: none;
  }
  .header_inner {
    height: 70px;
    padding: 0;
  }
  .header_logo {
    position: relative;
    z-index: 1010;
    padding-left: 20px;
    padding-top: 10px;
  }
  .header_logo a {
    width: 200px;
    display: block;
  }
  .header_logo a img {
    width: 100%;
  }
  .header_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .header_container .gnav_toggle {
    position: relative;
    z-index: 1010;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-top: 10px;
    background: transparent;
  }
  .header_container .gnav_toggle span {
    display: block;
    color: transparent;
  }
  .header_container .gnav_toggle::before, .header_container .gnav_toggle::after,
  .header_container .gnav_toggle span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    height: 2px;
    background: #77CADA;
    margin: auto;
  }
  .header_container .gnav_toggle::before {
    top: 16px;
  }
  .header_container .gnav_toggle::after {
    bottom: 15px;
  }
  .header_container .gnav_toggle span::before {
    top: 0;
    bottom: 0;
  }
  .header_container .gnav_toggle.active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    bottom: 0;
  }
  .header_container .gnav_toggle.active::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    bottom: 0;
  }
  .header_container .gnav_toggle.active span::before {
    width: 0;
  }
  .header .gnav {
    display: none;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 75px 20px;
    background: #fff;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
    opacity: 0;
    overflow: hidden;
  }
  .header .gnav.active {
    display: block;
    visibility: visible;
    opacity: 1;
    overflow: scroll;
  }
  .header .gnav_container {
    margin-top: 20px;
  }
  .header .gnav_content {
    display: block;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 700;
  }
  .header .gnav_txt {
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 1.2;
  }
  .header .gnav_txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #F3A9C0;
  }
}

@media screen and (min-width: 1100px) {
  .followed-header {
    opacity: 0;
    position: fixed;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
    width: 1100px;
    height: 50px;
    background-color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 6px rgba(8, 53, 61, 0.3019607843);
            box-shadow: 0px 3px 6px rgba(8, 53, 61, 0.3019607843);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .followed-header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 20px 0 20px 30px;
  }
  .followed-header_logo a {
    width: 160px;
    display: block;
  }
  .followed-header_logo a img {
    width: 100%;
  }
  .followed-header_nav {
    width: calc(100% - 30px - 160px - 140px);
    margin-right: 150px;
  }
  .followed-header_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .followed-header_content {
    font-weight: 700;
  }
  .followed-header_content.btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .followed-header_txt:hover {
    color: #16B8D3;
  }
}
@media screen and (max-width: 1099px) {
  .followed-header {
    display: none;
  }
}

.mv {
  position: relative;
  background-size: cover;
}
.mv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -65px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 125px;
  background-image: url("../images/wave_blue.svg");
  background-size: 2044px;
  background-repeat: repeat-x;
  background-position: center;
}
.mv_read {
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 1;
  padding-left: 40px;
}
.mv_read_01 {
  width: 150px;
}
.mv_read_02 {
  width: 550px;
  margin-top: -45px;
}
@media print, screen and (min-width: 768px) {
  .mv {
    width: 100%;
    height: 760px;
    background-image: url("../images/mv2.webp");
    background-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    width: 100%;
    height: 600px;
    margin-top: 70px;
    background-image: url("../images/mv_sp.jpg");
    background-position: center center;
  }
  .mv::after {
    background-size: 1500px;
    height: 100px;
  }
  .mv_read {
    bottom: 70px;
    padding-left: 20px;
  }
  .mv_read_01 {
    width: 90px;
  }
  .mv_read_02 {
    width: 80%;
    min-width: 330px;
    margin-top: -25px;
  }
}

.about {
  position: relative;
  padding-top: 50px;
  padding-bottom: 130px;
  color: #fff;
}
.about_deco {
  position: absolute;
  top: 9%;
  right: 1%;
  z-index: -1;
  width: 260px;
  opacity: 0.1;
}
.about_ttl {
  margin-bottom: 30px;
}
.about_txt {
  text-align: center;
}
.about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 30px 0;
}
.about_list li {
  color: #585F64;
  font-size: 22px;
  font-weight: 700;
  background-color: #fff;
  border: 6px solid #F3A9C0;
  border-radius: 40px;
  padding: 2px 20px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .about_deco {
    display: none;
  }
  .about_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 25px 0;
  }
  .about_list li {
    font-size: 18px;
    padding: 2px 20px;
  }
}

.passion {
  position: relative;
  padding: 70px 0;
}
.passion_deco1 {
  position: absolute;
  top: 2%;
  right: -7%;
  width: 500px;
}
.passion_deco2 {
  position: absolute;
  bottom: 4%;
  left: 2%;
  width: 500px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.passion_ttl {
  margin-bottom: 60px;
}
.passion_img {
  -o-object-fit: cover;
     object-fit: cover;
}
.passion_desc .tit_point {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 40px;
  color: #16B8D3;
  font-weight: 700;
}
.passion_desc_ttl {
  font-weight: 700;
  font-size: clamp(1.2rem, 1rem + 1vw, 1.8rem);
  margin-bottom: 30px;
  color: #16B8D3;
}
.passion_desc_txt {
  margin-bottom: 40px;
  line-height: 2.2;
}
.passion_desc_price {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  text-align: right;
}
.passion_desc_price span {
  font-size: 12px;
}
.passion_desc_price::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #585F64;
}
.passion_txt {
  padding: 70px 0;
  text-align: center;
  background: #fff;
}
.passion_name {
  position: relative;
  z-index: 1;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  padding: 30px 40px 40px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 10px rgba(243, 169, 192, 0.6);
          box-shadow: 0px 3px 10px rgba(243, 169, 192, 0.6);
  border-radius: 20px;
}
.passion_name_ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.passion_name_img {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.passion_name_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.passion_name_txt p {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .passion {
    padding: 10px 0 20px 0;
  }
  .passion::after {
    width: calc(100% - 20px);
  }
  .passion_deco1, .passion_deco2 {
    display: none;
  }
  .passion_ttl {
    margin-bottom: 40px;
  }
  .passion_img {
    margin-bottom: 30px;
  }
  .passion_desc {
    padding: 0 5vw;
  }
  .passion_desc_ttl {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .passion_desc_txt {
    margin-bottom: 60px;
    line-height: 2;
  }
  .passion_desc .tit_point {
    margin-bottom: 20px;
  }
  .passion_txt {
    padding: 30px;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .passion_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .passion_content:nth-child(2n) > .passion_desc {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-right: 60px;
  }
  .passion_desc {
    width: 50%;
    padding-left: 5vw;
  }
  .passion_desc_txt {
    max-width: 600px;
    padding-right: 5vw;
  }
  .passion_img {
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  .passion_desc_ttl {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
  .passion_desc_txt {
    line-height: 2;
    font-size: 14px;
  }
}

.feature {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  color: #fff;
}
.feature_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.feature_box li {
  width: 32%;
}
.feature_box_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
.feature_box_txt {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .feature {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .feature_box {
    display: block;
  }
  .feature_box li {
    width: 100%;
    margin-bottom: 40px;
  }
  .feature_box_ttl {
    min-height: inherit;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.description {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
}
.description_deco1 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 500px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.description_table {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
}
.description_table th {
  width: 30%;
  padding: 13px 13px 13px 24px;
  background-color: #F3A9C0;
  border-top: 1px solid #F3A9C0;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: left;
  vertical-align: top;
}
.description_table td {
  width: 70%;
  padding: 13px 13px 13px 24px;
  border: 1px #F3A9C0 solid;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .description {
    padding-top: 10px;
    padding-bottom: 100px;
  }
  .description_deco1 {
    display: none;
  }
  .description_table th {
    line-height: 1.2;
    padding: 8px;
  }
  .description_table td {
    padding: 8px;
  }
}

.flow {
  padding-bottom: 140px;
}
.flow_deco1 {
  position: absolute;
  bottom: 0%;
  left: -3%;
  z-index: 1;
  width: 500px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.flow_lead {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 50px;
}
.flow_container {
  position: relative;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}
.flow_container::after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 0;
  width: 3px;
  height: calc(90% - 0px);
  background: #F3A9C0;
}
.flow_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.flow_content:not(:last-child) {
  margin-bottom: 40px;
}
.flow_content_desc {
  width: calc(100% - 70px);
}
.flow_content_txt {
  text-align: justify;
}
.flow_content_ttl {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 4px;
}
.flow_content_num {
  position: relative;
  z-index: 1;
  background: #F3A9C0;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 44px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow {
    padding-bottom: 70px;
  }
  .flow_deco1 {
    display: none;
  }
}

.access {
  padding-top: 130px;
  padding-bottom: 130px;
  color: #fff;
  text-align: center;
}
.access_ttl {
  margin-bottom: 8px;
}
.access_name {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.access_txt {
  margin-bottom: 20px;
}
.access_map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .access {
    padding-top: 90px;
    padding-bottom: 130px;
  }
  .access_name {
    font-size: 18px;
  }
}

.visit {
  padding-top: 30px;
  padding-bottom: 130px;
  background-color: #F0CC54;
  position: relative;
}
.visit::before {
  content: "";
  display: block;
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  height: 125px;
  background-image: url("../images/wave_yellow.svg");
  background-size: 2044px;
  background-repeat: repeat-x;
  background-position: center;
}
.visit_box {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px 40px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 10px rgba(243, 169, 192, 0.6);
          box-shadow: 0px 3px 10px rgba(243, 169, 192, 0.6);
  border-radius: 20px;
}
.visit_txt {
  text-align: center;
}
.visit_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.visit_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.visit_tel {
  font-size: 45px;
  font-weight: 700;
  color: #F3A9C0;
  line-height: 1.2;
}
.visit_time {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .visit {
    padding-top: 10px;
    padding-bottom: 130px;
  }
  .visit_txt {
    text-align: left;
  }
  .visit::before {
    background-size: 1500px;
    height: 100px;
  }
}

.footer {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #fff;
  position: relative;
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  top: -65px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 125px;
  background-image: url("../images/wave_white.svg");
  background-size: 2044px;
  background-repeat: repeat-x;
  background-position: center;
}
.footer_inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_logo {
  display: block;
  width: 170px;
  height: auto;
}
.footer_nav {
  margin-bottom: 30px;
}
.footer_nav_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 30px;
}
.footer_nav_container a {
  font-weight: 700;
}
.footer_ttl {
  margin-bottom: 30px;
  text-align: right;
}
.footer_ttl_name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.footer_copy {
  font-size: 11px;
  text-align: right;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .footer::before {
    background-size: 1500px;
    height: 100px;
  }
  .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer_logo {
    margin-bottom: 30px;
  }
  .footer_nav {
    margin-bottom: 30px;
  }
  .footer_nav_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_ttl {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer_ttl_name {
    font-size: 18px;
  }
  .footer_copy {
    margin-bottom: 0px;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */