@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Gilda+Display&family=Homemade+Apple&family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Serif JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #000;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  text-align: justify;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  opacity: 0.9;
}

[lang=en] {
  text-transform: uppercase;
  font-family: "Gilda Display", serif;
}

a[href^="tel:"] {
  cursor: default;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #003A6B;
  cursor: pointer;
}

button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #003A6B;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

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

.hpc {
  display: none;
}

.vpc {
  display: none;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.text-justify {
  text-align: justify !important;
}
.text-100 {
  font-weight: 100;
}

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

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

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

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

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

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.wbr {
  display: block;
}

.wbr__sp {
  display: block;
}

.wbr__pc {
  display: inline;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

/* Accessibility */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.l-wrapper {
  margin-left: 10.666vw;
  margin-right: 10.666vw;
  max-width: 100rem;
}

.wrapper__xs {
  margin: 0 auto;
  width: 80%;
}

.wrapper__s {
  margin: 0 auto;
  width: 80%;
}

.wrapper__md {
  margin: 0 auto;
  width: 90%;
}

.l-wrapper-lg {
  margin: 0 auto;
  width: 90%;
}

.l-sec {
  padding: 14.9333333333vw 0;
}
.l-sec01 {
  padding: 2rem 0;
}

.spacer__top {
  padding: 10.6666666667vw 0 0;
}

.spacer__xs {
  padding: 8.5333333333vw 0;
}

.spacer__s {
  padding: 10.6666666667vw 0;
}

.navBar {
  width: 3rem;
  height: 1.8rem;
  cursor: pointer;
  position: relative;
}
.navBar__line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
}
.navBar__line.line01.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.navBar__line.line02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navBar__line.line02.active {
  display: none;
}
.navBar__line.line03 {
  bottom: 0;
}
.navBar__line.line03.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-315deg);
          transform: translateY(-50%) rotate(-315deg);
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.btn {
  text-align: center;
}

.contact__bg {
  background-color: rgb(229, 248, 252);
}

.contact__box {
  background-color: #fff;
  border-radius: 10.6666666667vw 0;
  width: 80vw;
  margin: 0 auto;
  padding: 13.3333333333vw 0;
  margin-bottom: 10.6666666667vw;
}

.contact__ttl {
  text-align: center;
  font-size: 5.3333333333vw;
}

.contact__tel {
  color: rgb(75, 193, 216);
  font-size: 10.6666666667vw;
  display: block;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
  margin-top: 2.1333333333vw;
}
.contact__tel a {
  color: rgb(75, 193, 216);
}

.contact__tel span {
  font-size: 8.5333333333vw;
  padding-right: 2.6666666667vw;
}

.contact__time {
  text-align: center;
  font-size: 3.7333333333vw;
  margin-top: 0.5333333333vw;
}

.contact__btn {
  padding: 4.2666666667vw 0;
  border-radius: 1.0666666667vw;
  background-color: rgb(75, 193, 216);
  color: #fff;
  text-align: center;
  font-size: 5.3333333333vw;
  display: inline-block;
  margin-top: 8.5333333333vw;
  width: 68.5333333333vw;
}

.cta__wrapper {
  width: 80vw;
  margin: 0 auto;
  position: relative;
}

.cta__spacer {
  margin-bottom: 14.9333333333vw;
}

.cta__bg {
  background-image: url("././../img/cta/cta__bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14.9333333333vw 9.8666666667vw 8.5333333333vw;
  border-radius: 0 0 6.4vw 0;
}

.cta__box {
  color: #fff;
}

.cta__contact {
  position: absolute;
  font-family: "Homemade Apple", cursive;
  font-size: 5.3333333333vw;
  top: 5.3333333333vw;
  left: 1.6vw;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.cta__ttl {
  font-size: 5.3333333333vw;
  text-align: center;
  line-height: 1;
}

.cta__tel {
  font-size: 5.3333333333vw;
  letter-spacing: 2px;
  display: inline-block;
  margin: 1rem auto;
}
.cta__tel a {
  color: #fff;
}

.cta__tel span {
  font-size: 6.4vw;
  padding-right: 4.2666666667vw;
}

.cta__time {
  text-align: center;
  font-size: 3.7333333333vw;
}

.ex__bg {
  background-color: rgb(229, 248, 252);
}

.flow__txt {
  text-align: center;
  font-size: 4.2666666667vw;
  font-family: "Noto sans JP", sans-serif;
}

.flow__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow__tabItem {
  background-color: #d9d9d9;
  border-radius: 2.1333333333vw 2.1333333333vw 0vw 0vw;
  padding: 4.2666666667vw 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  text-align: center;
  width: 38.6666666667vw;
}

.flow__tabItem.active {
  background-color: rgb(75, 193, 216);
}

.flow__link {
  color: #000;
}
.flow__link:hover, .flow__link:active, .flow__link:focus {
  color: #fff;
}

.flow__tabItem.active .flow__link {
  color: #fff;
}

.tab__content {
  display: none;
}

.tab__content.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.flow__wrapper {
  margin-top: 16vw;
}

.flow__inner {
  padding-bottom: 15.4666666667vw;
  margin-bottom: 16.8vw;
  position: relative;
}
.flow__inner:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 9.0666666667vw 13.3333333333vw 0 13.3333333333vw;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(0px 6px 4px #d8eaec);
          filter: drop-shadow(0px 6px 4px #d8eaec);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow__inner:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.flow__inner:last-child:before {
  display: none;
}

.step {
  background-color: #fff;
  border-radius: 100vh;
  width: 16.5333333333vw;
  height: 16.5333333333vw;
  position: absolute;
  left: 50%;
  top: -8.2666666667vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgb(75, 193, 216);
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1;
  padding: 3.7333333333vw 3.2vw;
  border: 1px solid rgb(75, 193, 216);
  letter-spacing: 1px;
}

.step__num {
  display: block;
  font-size: 6.4vw;
  margin: 0 auto;
  letter-spacing: 0;
}

.flow__image img {
  border-radius: 0 6.4vw 0 6.4vw;
}

.flow__ttl {
  font-size: 4.2666666667vw;
  font-weight: 600;
  padding: 6.4vw 0 4.2666666667vw;
  text-align: center;
  letter-spacing: 1px;
}

.flow__ttl span {
  font-weight: 600;
}

.flow__content {
  font-size: 3.7333333333vw;
  font-family: "Noto Sans JP", sans-serif;
}

.footer {
  color: #fff;
  position: relative;
  margin-bottom: 29.8666666667vw;
}

.footer__bg {
  background-color: rgb(75, 193, 216);
}

.footer__logo {
  position: absolute;
  top: -16.2666666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer__logoImage {
  border: 3.2vw solid rgb(75, 193, 216);
  border-radius: 100vh;
  width: 32.5333333333vw;
}

.footer__inner {
  padding: 32vw 0 17.0666666667vw;
}

.footer__ttl {
  margin-bottom: 12.8vw;
}

.footer__ttl span {
  font-size: 8.5333333333vw;
  letter-spacing: 0.16em;
}

.footer__ttl h2 {
  font-size: 4.2666666667vw;
}

.footer__list {
  margin-bottom: 4.2666666667vw;
  line-height: 1.3;
}

.footer__list a {
  color: #fff;
}

.footer__list dt {
  font-size: 4.2666666667vw;
}

.footer__list dd,
.footer__txt {
  font-size: 3.7333333333vw;
}

.footer__copy {
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 6.4vw;
  font-size: 3.2vw;
}

.footer__copy a {
  color: #fff;
}

.contact {
  color: #000;
}

input[type=checkbox] {
  opacity: 0;
}

label.check {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before,
label.check::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #5d5d5d;
}

label.check::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  border-left: 2px solid #5d5d5d;
  border-bottom: 2px solid #5d5d5d;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

label.check:hover::before {
  background: #fff;
}

input[type=checkbox]:checked + label.check::before {
  background: #fff;
  border: 1px solid #5d5d5d;
}

input[type=checkbox]:checked + label.check::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form__item {
  margin-bottom: 1.5rem;
}
.form__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  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;
}
.form__label span {
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.privacyCheck {
  font-size: 1.5rem;
  margin: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacyCheck a {
  color: #454545;
  text-decoration: underline;
}
.privacyCheck__txt {
  margin-bottom: 1rem;
}

.sentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
  font-size: 1.6rem;
}

.submitBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submitBox input {
  width: 12rem;
  height: 4rem;
  margin: 0 1rem;
}

label.check {
  -webkit-transform: translateY(-240%);
          transform: translateY(-240%);
}

.header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 999; /*最前面へ*/
  top: 0;
}

/*　上に上がる動き　*/
#header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

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

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
#header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

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

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__wrapper {
  margin: 4.2666666667vw auto 3.4666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header__logo {
  position: absolute;
}

.header__logoImage {
  border-radius: 50vh;
  border: 3.2vw solid #d8e9ec;
  width: 28vw;
}

.header__phoneLink {
  font-size: 5.3333333333vw;
  color: #000;
  padding-left: 6.4vw;
  position: relative;
}
.header__phoneLink:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.8vw;
  height: 4.8vw;
  content: "";
  background-image: url("././../img/common/phone-icon.svg");
  background-repeat: no-repeat;
  background-size: 4.8vw 4.8vw;
}

.phone__text {
  padding-left: 6.4vw;
  font-size: 3.7333333333vw;
  letter-spacing: 1px;
  color: rgb(112, 135, 140);
}

.kv {
  margin-top: 21.3333333333vw;
}

.kv__bg {
  background-image: url("././../img/kv/kv-bg_sp.jpg");
  background-position: center middle;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 1.8266666667vw;
}

.kv__inner {
  padding: 23.4666666667vw 0 14.9333333333vw;
}

.kv__heading,
.kv__txt {
  text-align: center;
  color: #fff;
}

.kv__heading {
  font-size: 9.6vw;
  font-weight: 500;
}

.kv__heading span {
  display: block;
  font-weight: 500;
}

.kv__txt {
  font-size: 3.7333333333vw;
  padding-top: 4.2666666667vw;
  font-weight: 600;
}

.kv__txt span {
  font-size: 4.8vw;
  font-weight: 600;
}

.kv__flx {
  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;
}

.kv__sp01 {
  width: 26.4vw;
}

.kv__sp02 {
  width: 22.1333333333vw;
}

.kv__sp03 {
  width: 33.648vw;
}

.parallax {
  min-height: 55.7333333333vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax__bg {
  background-image: url("././../img/parallax/parallax.jpg");
}

.price__card {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px #ccedf1;
          box-shadow: 0px 0px 10px #ccedf1;
  padding: 8.5333333333vw 0;
  border-radius: 2.1333333333vw;
}

.price__ttl,
.price__txt {
  text-align: center;
}

.price__ttl {
  color: rgb(112, 135, 140);
  font-size: 5.3333333333vw;
}

.price__txt {
  padding: 5.6vw 0 6.4vw;
  font-size: 4.2666666667vw;
  font-family: "Noto sans JP", sans-serif;
}

.price__image {
  width: 80vw;
  margin: 0 auto;
}

.price__image img {
  border-radius: 2.1333333333vw;
}

.price__list {
  padding: 4.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.price__dt {
  font-size: 4.2666666667vw;
  letter-spacing: 1px;
}

.price__dd {
  padding-left: 5.3333333333vw;
  letter-spacing: 0;
  font-size: 4.2666666667vw;
}

.price__dd p {
  display: block;
}

.price__num {
  color: rgb(75, 193, 216);
  font-size: 8.5333333333vw;
  line-height: 1;
}

.price__tax {
  font-size: 3.7333333333vw;
}

.price__base {
  font-size: 4.2666666667vw;
}

.optional {
  position: relative;
  padding-left: 54.4vw;
  font-size: 3.2vw;
}
.optional:before, .optional:after {
  content: "";
  position: absolute;
  background-color: rgb(203, 203, 203);
  width: 5.3333333333vw;
  height: 0.2666666667vw;
  top: 50%;
  left: 42.1333333333vw;
}
.optional:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.qa__wrapper {
  margin: 0 auto;
  width: 90%;
}

.qa__heading {
  margin-bottom: 4.2666666667vw;
  color: #000;
  font-weight: 500;
  font-size: 4.2666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-shadow: 0px 0px 8px rgba(75, 193, 216, 0.42);
          box-shadow: 0px 0px 8px rgba(75, 193, 216, 0.42);
  border-radius: 2.1333333333vw;
  padding: 3.2vw 3.2vw 3.2vw 10.6666666667vw;
  position: relative;
}

.qa__heading::before {
  content: "Q";
  font-family: "Gilda Display", serif;
  color: rgb(75, 193, 216);
  font-size: 6.4vw;
  position: absolute;
  top: 1.6vw;
  left: 3.2vw;
}

.qa__content {
  margin: 0 0 12.8vw;
  padding: 0 5.3333333333vw;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
}

.reason__bg {
  background: linear-gradient(151.87deg, #4bc1d8 34.75%, #b0e4de 83.6%);
  border-radius: 8.5333333333vw;
}

.reason__card {
  background-color: #fff;
  border-radius: 2.1333333333vw;
  padding: 10.6666666667vw 8vw 8.5333333333vw;
  position: relative;
  margin-bottom: 12.8vw;
}

.reason__number {
  color: rgb(75, 193, 216);
  font-size: 12.8vw;
  position: absolute;
  top: 4.2666666667vw;
  left: 6.4vw;
  font-family: "Gilda Display", serif;
}

.reason__icon {
  -webkit-box-shadow: 0px 0px 7px #77cfe0;
          box-shadow: 0px 0px 7px #77cfe0;
  border-radius: 100vh;
  padding: 4.8vw;
  width: 17.0666666667vw;
  height: 17.0666666667vw;
  margin: 0 auto;
}
.reason__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason__ttl {
  text-align: center;
  font-size: 4.2666666667vw;
  padding: 6.4vw 0vw 4.2666666667vw;
  font-weight: 500;
}

.reason__txt {
  font-size: 4.2666666667vw;
  font-family: "Noto Sans JP", sans-serif;
}

.recruit__bg {
  position: relative;
}
.recruit__bg:before {
  content: "";
  position: absolute;
  background-color: rgb(229, 248, 252);
  width: 95.2vw;
  height: 108.8vw;
  top: 21.3333333333vw;
  left: 0;
  z-index: -1;
}

.recruit__txt {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2666666667vw;
  letter-spacing: 1px;
}

.recruit__prefecture {
  text-align: center;
  color: #fff;
  width: 61.3333333333vw;
  margin: 0 auto;
  padding: 2.1333333333vw 0;
  background-color: rgb(75, 193, 216);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.2666666667vw;
  line-height: 1.3;
}

.recruit__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2vw;
}

.service__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service__left {
  width: 38%;
}

.service__right {
  width: 60%;
}

.service__card {
  border-bottom: 1px solid #d8eaec;
  padding: 8.5333333333vw 0 6.4vw;
}

.service .grid__item:first-of-type .service__card {
  padding-top: 0;
}

.service__image {
  width: 26.1333333333vw;
  height: auto;
  border-radius: 0 0 4.2666666667vw 0;
}

.service__ttl,
.service__txt {
  letter-spacing: 1px;
  font-size: 4.2666666667vw;
}

.service__ttl {
  color: rgb(75, 193, 216);
  font-weight: 500;
}

.service__txt {
  font-family: "Noto Sans JP", sans-serif;
}

.telCta {
  position: fixed;
  bottom: 0;
}

.telCta__inner {
  position: relative;
}

.telCta__wrapper {
  width: 100%;
  padding: 4.2666666667vw 0 6.4vw;
}

.telCta__bg {
  background-color: rgba(112, 135, 140, 0.631372549);
}

.telCta__text {
  text-align: center;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.6;
}

.telCta__btn {
  font-size: 5.3333333333vw;
  line-height: 1.54;
  background-color: #fff;
  border-radius: 50vh;
  margin: 1.0666666667vw auto 0;
  display: block;
  width: 87.2vw;
  text-align: center;
}

.telCta__link {
  position: relative;
  color: rgb(75, 193, 216);
  text-align: center;
  display: block;
  padding: 2.4vw 0 2.4vw 7.4666666667vw;
}
.telCta__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17.0666666667vw;
  background-image: url("././../img/common/telCta-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.ttl {
  text-align: center;
  font-size: 3.7333333333vw;
  color: rgb(112, 135, 140);
  padding-bottom: 6.9333333333vw;
  position: relative;
}
.ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("././../img/common/ttl-icon.svg");
  background-size: 9.6vw 4.8vw;
  background-repeat: no-repeat;
  width: 9.6vw;
  height: 4.8vw;
}

.ttl__simple {
  text-align: center;
  font-size: 3.7333333333vw;
  color: rgb(112, 135, 140);
}

.ttl span,
.ttl__simple span {
  display: block;
  font-size: 10.6666666667vw;
  color: #000;
  line-height: 1;
  letter-spacing: 0.16em;
}
.ttl span::first-letter,
.ttl__simple span::first-letter {
  color: #4bc1d8;
}

.ttl-white {
  color: #fff;
}

.ttl-white h2 {
  font-size: 3.7333333333vw;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1.5;
  font-weight: 500;
}

.ttl-white h2 span {
  display: block;
  font-weight: 500;
}

.ttl-white p {
  font-size: 10.6666666667vw;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.16em;
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fadeMask {
  position: relative;
}
.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.fadeMask::before {
  content: "";
  display: inline-block;
  background: #2b2a2a;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeMask.active::before {
  width: 0%;
}
.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeIn.active {
  opacity: 1;
}

.dl1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.dl2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dl3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.dl4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.dl5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.dl6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dl7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.dl8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background-color: #2b2a2a;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading.active {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .vsp {
    display: none;
  }
  .vpc {
    display: block;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .wbr__sp {
    display: inline;
  }
  .wbr__pc {
    display: block;
  }
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-wrapper.wrapper01 {
    max-width: 114rem;
  }
  .l-wrapper.wrapper02 {
    max-width: 128rem;
  }
  .wrapper__xs {
    width: 62.5vw;
  }
  .wrapper__s {
    width: 78.125vw;
  }
  .wrapper__md {
    width: 78.125vw;
  }
  .l-wrapper-lg {
    width: 85.9375vw;
  }
  .l-sec {
    padding: 6.25vw 0;
  }
  .l-sec01 {
    padding: 4rem 0;
  }
  .spacer__top {
    padding: 3.125vw 0 0;
  }
  .spacer__xs {
    padding: 2.5vw 0;
  }
  .spacer__s {
    padding: 3.125vw 0;
  }
  .contact__box {
    border-radius: 3.125vw 0;
    width: 54.6875vw;
    padding: 3.90625vw 0;
    margin-bottom: 3.125vw;
  }
  .contact__ttl {
    font-size: 1.5625vw;
  }
  .contact__tel {
    font-size: 3.125vw;
    margin-top: 0.625vw;
  }
  .contact__tel span {
    font-size: 2.5vw;
    padding-right: 0.78125vw;
  }
  .contact__time {
    font-size: 1.09375vw;
    margin-top: 0.15625vw;
  }
  .contact__btn {
    padding: 1.25vw;
    border-radius: 0.3125vw;
    font-size: 1.5625vw;
    margin-top: 2.5vw;
    width: 20.078125vw;
  }
  .cta__wrapper {
    width: 100%;
  }
  .cta__spacer {
    margin-bottom: 0;
  }
  .cta__bg {
    background-image: url("././../img/cta/cta__bg.jpg");
    background-position: center center;
    padding: 5vw 0;
    border-radius: 1.875vw 0;
    position: relative;
    z-index: -2;
  }
  .cta__box {
    width: 30.234375vw;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 2.5vw 0 2.1875vw;
  }
  .cta__box:before {
    content: "";
    position: absolute;
    top: 0;
    background: #d9d9d9;
    mix-blend-mode: multiply;
    border-radius: 0.625vw;
    width: 30.234375vw;
    height: 13.359375vw;
    margin: auto;
    z-index: -1;
  }
  .cta__inner {
    position: revert;
    z-index: 1;
  }
  .cta__contact {
    font-size: 1.5625vw;
    top: -0.390625vw;
    left: 0.46875vw;
  }
  .cta__ttl {
    font-size: 1.5625vw;
  }
  .cta__tel {
    font-size: 2.5vw;
    text-align: center;
    display: block;
  }
  .cta__tel span {
    font-size: 1.875vw;
    padding-right: 1.25vw;
  }
  .cta__time {
    font-size: 1.09375vw;
  }
  .flow__spacer {
    margin: 0 0 1.25vw;
  }
  .flow__txt {
    font-size: 1.25vw;
  }
  .flow__tabItem {
    border-radius: 0.625vw 0.625vw 0vw 0vw;
    padding: 1.25vw 2.34375vw;
    font-size: 1.25vw;
    width: 30.46875vw;
  }
  .flow__wrapper {
    margin-top: 4.6875vw;
  }
  .flow__inner {
    padding-bottom: 5vw;
    margin-bottom: 3.75vw;
  }
  .flow__inner:before {
    border-width: 2.03125vw 3.828125vw 0 3.828125vw;
    -webkit-filter: drop-shadow(0px 6px 4px #d8eaec);
            filter: drop-shadow(0px 6px 4px #d8eaec);
  }
  .step {
    width: 4.84375vw;
    height: 4.84375vw;
    font-size: 1.09375vw;
    padding: 1.09375vw 0.9375vw;
    left: 4.84375vw;
    top: -2.421875vw;
  }
  .step__num {
    font-size: 1.875vw;
  }
  .flow__image {
    padding-left: 2.5vw;
  }
  .flow__image img {
    border-radius: 0 1.875vw 0 1.875vw;
  }
  .flow__ttl {
    font-size: 1.40625vw;
    padding: 1.25vw 0 1.25vw 2.5vw;
    text-align: left;
  }
  .flow__content {
    font-size: 1.25vw;
    padding: 0 0 1.25vw 2.5vw;
  }
  .flow__item {
    width: 50%;
  }
  .footer {
    margin-bottom: 8.75vw;
  }
  .footer__logo {
    top: -4.765625vw;
  }
  .footer__logoImage {
    border: 0.9375vw solid rgb(75, 193, 216);
    width: 9.53125vw;
  }
  .footer__inner {
    padding: 9.375vw 0 5vw;
  }
  .footer__ttl {
    margin-bottom: 3.75vw;
  }
  .footer__ttl span {
    font-size: 2.5vw;
  }
  .footer__ttl h2 {
    font-size: 1.25vw;
  }
  .footer__list {
    margin-bottom: 1.25vw;
  }
  .footer__list dt {
    font-size: 1.25vw;
  }
  .footer__list dd,
  .footer__txt {
    font-size: 1.09375vw;
  }
  .footer__copy {
    font-size: 0.9375vw;
    padding-bottom: 1.875vw;
  }
  .footer__item {
    width: 30%;
  }
  .form__item {
    border-top: 0.05rem solid #1a1311;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21rem;
            flex: 0 0 21rem;
    margin-right: 3.5rem;
  }
  .privacyCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 4.5rem 0 6.5rem;
  }
  .privacyCheck__txt {
    margin-bottom: 0;
    margin-left: 3rem;
  }
  .sentArea {
    margin-bottom: 10rem;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  textarea {
    font-size: 1.3rem;
  }
  .header__wrapper {
    margin: 1.25vw auto 0.78125vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 3.515625vw;
  }
  .header__item {
    display: block;
    margin-left: 1.875vw;
  }
  .header__link {
    position: relative;
    color: #000;
    font-size: 1.25vw;
  }
  .header__link.active {
    color: rgb(75, 193, 216);
    position: relative;
  }
  .header__link.active:before {
    position: absolute;
    content: "";
    width: 0.46875vw;
    height: 0.46875vw;
    background-color: rgb(75, 193, 216);
    border-radius: 100vh;
    bottom: -0.625vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__logoImage {
    border: 0.9375vw solid #d8e9ec;
    width: 10.390625vw;
  }
  .header__phoneLink {
    font-size: 1.875vw;
    padding-left: 3.4375vw;
  }
  .header__phoneLink:before {
    width: 2.5vw;
    height: 2.5vw;
    background-size: 2.5vw 2.5vw;
  }
  .phone__text {
    font-size: 0.9375vw;
    padding-left: 5.78125vw;
  }
  .kv {
    margin-top: 7.890625vw;
  }
  .kv__bg {
    background-image: url("././../img/kv/wave.svg"), url("././../img/kv/kv-bg_pc.jpg");
    background-position: center bottom 0.78125vw, center center;
    background-size: 100% auto, cover;
  }
  .kv__inner {
    padding: 6.875vw 0 5vw;
  }
  .kv__heading {
    font-size: 2.8125vw;
  }
  .kv__heading span {
    display: inline-block;
  }
  .kv__txt {
    font-size: 1.5625vw;
    padding-top: 1.25vw;
  }
  .kv__txt span {
    font-size: 1.875vw;
  }
  .kv__pc01 {
    width: 13.86875vw;
  }
  .kv__pc02 {
    width: 11.64140625vw;
  }
  .kv__pc03 {
    width: 17.63828125vw;
  }
  .kv__pc04 {
    width: 11.6421875vw;
  }
  .kv__pc05 {
    width: 13.90625vw;
  }
  .parallax {
    background-attachment: fixed;
    min-height: 18.75vw;
    background-position: top center;
  }
  .price__card {
    padding: 2.5vw;
    border-radius: 0.625vw;
    height: 100%;
    width: 36.71875vw;
  }
  .price__ttl {
    font-size: 1.5625vw;
  }
  .price__txt {
    font-size: 1.25vw;
    padding: 1.640625vw 0 1.875vw;
  }
  .price__image {
    width: 23.4375vw;
  }
  .price__image img {
    border-radius: 0.625vw;
  }
  .price__inner {
    margin: 0 auto;
    display: block;
    width: 25vw;
  }
  .price__list {
    padding: 1.875vw 0;
  }
  .price__dt {
    font-size: 1.25vw;
  }
  .price__dd {
    padding-left: 1.5625vw;
    font-size: 1.25vw;
  }
  .price__num {
    font-size: 2.5vw;
  }
  .price__tax {
    font-size: 1.09375vw;
  }
  .price__base {
    font-size: 1.5625vw;
  }
  .optional {
    padding-left: 15.9375vw;
    font-size: 0.9375vw;
    padding-bottom: 0.625vw;
  }
  .optional:before, .optional:after {
    width: 1.5625vw;
    height: 0.078125vw;
    left: 12.34375vw;
  }
  .qa__wrapper {
    width: 62.5vw;
  }
  .qa__heading {
    font-size: 1.25vw;
    border-radius: 0.625vw;
    padding: 2.5vw 5.625vw;
    margin-bottom: 1.25vw;
  }
  .qa__heading::before {
    font-size: 2.5vw;
    top: 50%;
    left: 2.5vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .qa__content {
    font-size: 1.25vw;
    margin: 0 0 4.375vw;
  }
  .reason__bg {
    border-radius: 2.5vw;
  }
  .reason__item {
    width: 30%;
  }
  .reason__card {
    border-radius: 0.625vw;
    padding: 3.125vw 2.34375vw 2.5vw;
    margin-bottom: 0;
  }
  .reason__number {
    font-size: 3.75vw;
    top: 1.25vw;
    left: 1.875vw;
  }
  .reason__icon {
    width: 5vw;
    height: 5vw;
    padding: 1.40625vw;
  }
  .reason__ttl {
    font-size: 1.25vw;
    padding: 1.875vw 0vw 1.25vw;
  }
  .reason__txt {
    font-size: 1.25vw;
  }
  .recruit__bg:before {
    width: 62.5vw;
    height: 20.3125vw;
    top: 8.125vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .recruit__txt {
    font-size: 1.25vw;
  }
  .recruit__prefecture {
    width: 12.109375vw;
    font-size: 1.25vw;
    padding: 0.625vw 0;
    margin-bottom: 0;
  }
  .recruit__inner {
    width: 51.25vw;
    margin: 0 auto 3.75vw;
  }
  .recruit__area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.9375vw;
  }
  .service__flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service__flxItem {
    width: 48%;
  }
  .service__card {
    padding: 2.5vw 0 1.875vw;
  }
  .service__cardTop {
    border-top: 1px solid #d8eaec;
    padding: 1.5625vw 0 1.5625vw;
  }
  .service__image {
    width: 11.40625vw;
    border-radius: 0 0 1.40625vw 0;
  }
  .service__ttl {
    font-size: 1.5625vw;
  }
  .service__txt {
    font-size: 1.25vw;
  }
  .telCta__wrapper {
    padding: 1.25vw 0 1.875vw;
  }
  .telCta__text {
    font-size: 0.9375vw;
  }
  .telCta__btn {
    font-size: 1.5625vw;
    margin-top: 0.3125vw;
    width: 25.546875vw;
  }
  .telCta__link {
    font-size: 1.5625vw;
    padding: 0.703125vw 0 0.703125vw 2.1875vw;
    margin-top: 0.3125vw;
    width: 25.546875vw;
  }
  .telCta__link:before {
    left: 5vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .ttl {
    font-size: 1.09375vw;
    padding-bottom: 2.03125vw;
  }
  .ttl:before {
    width: 2.8125vw;
    height: 1.40625vw;
    background-size: 2.8125vw 1.40625vw;
  }
  .ttl__simple {
    font-size: 1.09375vw;
  }
  .ttl span,
  .ttl__simple span {
    font-size: 3.125vw;
  }
  .ttl-white h2 {
    font-size: 1.09375vw;
  }
  .ttl-white h2 span {
    display: inline;
  }
  .ttl-white p {
    font-size: 3.125vw;
  }
}
/*# sourceMappingURL=style.css.map */
