html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

* {
  box-sizing: border-box;
  outline: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  line-height: 1.5;
}

body {
  position: relative;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s;
}

a:hover {
  opacity: 0.5;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.main {
  position: relative;
}

.inner {
  max-width: 960px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bg {
  background-color: #ddf0e7;
}

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

@media only screen and (min-width: 769px) {
  .-pc {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .-sp {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .-sp {
    display: none !important;
  }
}

.inview:not(.view) {
  opacity: 0.01;
}

.inview.view {
  opacity: 1;
  -webkit-animation: view 0.5s backwards;
          animation: view 0.5s backwards;
}

@-webkit-keyframes view {
  0% {
    opacity: 0.01;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes view {
  0% {
    opacity: 0.01;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.inview2:not(.view) {
  opacity: 0.01;
  transition: opacity 0.25s;
}

.inview2.view {
  opacity: 1;
  transition: opacity 0.25s;
}

.inviews:not(.view) > * {
  opacity: 0.01;
}

.inviews.view > * {
  opacity: 1;
  -webkit-animation: views 0.5s backwards;
          animation: views 0.5s backwards;
}

@-webkit-keyframes views {
  0% {
    opacity: 0.01;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes views {
  0% {
    opacity: 0.01;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.inviewParent {
  position: relative;
}

.inviewTrigger {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  pointer-events: none;
}

@media only screen and (min-width: 769px) {
  .inviewTrigger {
    top: 40%;
  }
}

.inviewChild:not(.view) {
  opacity: 0.001;
  transition: opacity 0.25s;
}

.inviewChild.view {
  opacity: 1;
  transition: opacity 0.25s;
}

.header p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min((63 / 750 * 100vw), 63px);
  width: min((212 / 750 * 100vw), 212px);
  margin: 10px auto;
}

.fv {
  position: relative;
  height: 600px;
}

@media only screen and (max-width: 768px) {
  .fv {
    height: min((860 / 750 * 100vw), 860px);
  }
}

.fv::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_fv.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .fv::after {
    height: calc(860/750*100vw);
    background-image: url(../img/bg_fv_sp.webp);
  }
}

.fv .txt01 {
  position: relative;
  bottom: 0;
  left: 0;
  max-width: 762px;
  margin-left: -145px;
  z-index: 1;
}

@media only screen and (max-width: 1440px) {
  .fv .txt01 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .fv .txt01 {
    width: 100%;
  }
}

.fv__bgLeft, .fv__bgRight {
  position: absolute;
  width: auto;
  height: 100%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .fv__bgLeft, .fv__bgRight {
    width: min((710 / 750 * 100vw), 710px);
    height: auto;
  }
}

.fv__bgLeft {
  top: 0;
  left: 0;
}

.fv__bgLeft img {
  width: inherit;
  height: inherit;
}

.fv__bgRight {
  top: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .fv__bgRight {
    top: unset;
    bottom: 0;
  }
}

.fv__bgRight img {
  width: inherit;
  height: inherit;
}

.fv__inner {
  position: relative;
  height: inherit;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .fv__inner {
    padding-top: min((380 / 750 * 100vw), 380px);
  }
}

.fv__icon {
  position: absolute;
  top: -50px;
  left: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 157px;
  color: #11482d;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .fv__icon {
    top: min((-120 / 750 * 100vw), -120px);
    left: unset;
    right: min((40 / 750 * 100vw), 40px);
    width: min((196 / 750 * 100vw), 196px);
    height: min((196 / 750 * 100vw), 196px);
    font-size: min((50 / 750 * 100vw), 50px);
  }
}

.fv__icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url(../img/icon_fukidashi.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: drop-shadow(5px 5px 0 rgba(255, 255, 255, 0.3));
          filter: drop-shadow(5px 5px 0 rgba(255, 255, 255, 0.3));
  z-index: -1;
}

.fv__cont {
  position: relative;
  max-width: 670px;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .fv__cont {
    max-width: 100%;
    height: unset;
    background-image: url(../img/bg_fv.png);
    background-position: center top;
    background-repeat: repeat-y;
    padding-top: min((60 / 750 * 100vw), 60px);
    padding-bottom: min((60 / 750 * 100vw), 60px);
  }
}

.fv__cont::before, .fv__cont::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 7px;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .fv__cont::before, .fv__cont::after {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}

.fv__cont::before {
  top: 0;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .fv__cont::before {
    top: min((30 / 750 * 100vw), 30px);
  }
}

.fv__cont::after {
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 768px) {
  .fv__cont::after {
    bottom: min((30 / 750 * 100vw), 30px);
  }
}

.fv__title {
  color: #fff;
  font-size: min((75 / 750 * 100vw), 75px);
  font-weight: bold;
  text-align: center;
}

.fv__title.-small {
  font-size: min((65 / 750 * 100vw), 65px);
}

.fv__date {
  color: #fff;
  text-align: center;
  font-size: min((35 / 750 * 100vw), 35px);
  font-weight: bold;
  margin-top: 10px;
}

.fv__date span {
  font-size: min((45 / 750 * 100vw), 45px);
}

.fv__time {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-top: 5px;
}

.fv__timeInfo {
  color: #11482d;
  font-size: min((35 / 750 * 100vw), 35px);
  font-weight: bold;
  background-color: #fff;
  padding: 0 20px;
}

.fv__timeText {
  color: #fff;
  text-align: center;
  font-size: min((35 / 750 * 100vw), 35px);
  font-weight: bold;
}

.fv__intro {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.fv__intro p {
  color: #fff;
  font-size: min((30 / 750 * 100vw), 30px);
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 5px 20px;
}

.fv__intro p span {
  font-size: min((40 / 750 * 100vw), 40px);
}

.fv__intro p.-only {
  font-size: min((35 / 750 * 100vw), 35px);
  margin-top: min((15 / 750 * 100vw), 15px);
}

/*
.fv_2408 {
  position: relative;
  height: 600px;
  max-width: 100%;
  background: url(../img/fv_2408.webp) 0 0 no-repeat;
  background-position: center top;
  background-size: cover;
}
.fv_2408 .txt01 {
  position: absolute;
  top: 122px;
  left: 50%;
  width: 723px;
  margin-left: -100px;
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 768px) {
  .fv_2408 {
    background: url(../img/fv_sp_2408.webp) 0 0 no-repeat;
    background-position: center top;
    background-size: cover;
    height: min((900 / 750 * 100vw), 900px);
  }
  .fv_2408 .txt01 {
    position: absolute;
    top: 3vw;
    left: 50%;
    width: 97%;
    margin-left: 0;
    transform: translate(-50%, 0);
  }
}
*/

.price {
  padding-top: 102px;
}

@media only screen and (max-width: 768px) {
  .price {
    padding-top: 0;
    margin-top: min((-100 / 750 * 100vw), -100px);
  }

  .price_2408 {
    padding-top: 10vw;
    margin-top: 0;
  }
}

.price__cont {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .price__cont {
    width: min((670 / 750 * 100vw), 670px);
    margin-left: auto;
    margin-right: auto;
  }
}

.price__icon {
  position: absolute;
  top: -52px;
  left: -70px;
  width: min((178 / 750 * 100vw), 178px);
  -webkit-filter: drop-shadow(5px 5px 0 rgba(255, 255, 255, 0.75));
          filter: drop-shadow(5px 5px 0 rgba(255, 255, 255, 0.75));
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .price__icon {
    top: min((-218 / 750 * 100vw), -218px);
    left: 0;
  }

  .price__icon_2408 {
    top: -40vw;
    left: 0;
  }
}

.price__img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}


#order {
  font-feature-settings: 'palt';
  letter-spacing: -0.01em;
  padding-top: min(calc(50/960*100vw), 50px);
  text-align: center;
}

@media screen and (max-width: 768px) {
  #order {
    padding-top: calc(50/750*100vw);
  }
}

#order .m_box_fixed {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #order .m_box_fixed {
    width: 100%;
    padding: 0 calc(40/750*100vw);
  }
}

#order .wrap {
  position: relative;
  height: min(calc(610/960*100vw), 610px);
  padding: min(calc(60/960*100vw), 60px) min(calc(20/960*100vw), 20px);
  font-weight: 700;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #order .wrap {
      height: calc(561/750*100vw);
      padding: calc(40/750*100vw) calc(30/750*100vw);
  }
}

#order .wrap picture.logo {
  position: absolute;
  top: 0;
  left: -70px;
  width: min(calc(180/960*100vw), 180px);
  box-shadow: 10px 10px 0 #fff;
}

@media screen and (max-width: 768px) {
  #order .wrap picture.logo {
      display: none;
  }
}

#order .wrap picture.logo img {
  width: 100%;
}

#order .wrap h1.ttl {
  font-weight: 700;
  font-size: min(calc(74/960*100vw), 74px);
  line-height: 1.2;
  margin-bottom: min(calc(30/960*100vw), 30px);
  background: radial-gradient(circle, rgb(1, 110, 62) 0%, rgb(17, 76, 46) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

@media screen and (max-width: 768px) {
  #order .wrap h1.ttl {
      font-size: calc(60/750*100vw);
      margin-bottom: calc(20/750*100vw);
  }
}

#order .wrap h1.ttl em {
  font-size: min(calc(140/960*100vw), 140px);
}

@media screen and (max-width: 768px) {
  #order .wrap h1.ttl em {
      font-size: calc(110/750*100vw);
  }
}

#order .wrap h1.ttl span {
  font-size: min(calc(63/960*100vw), 63px);
}

@media screen and (max-width: 768px) {
  #order .wrap h1.ttl span {
      font-size: calc(50/750*100vw);
  }
}

#order .wrap p.sub {
  font-size: min(calc(26/960*100vw), 26px);
}

@media screen and (max-width: 768px) {
  #order .wrap p.sub {
    font-size: calc(26/750*100vw);
  }
}

#order .wrap .plan_wrap {
  display: flex;
  justify-content: center;
  padding-top: min(calc(20/960*100vw), 20px);
}

@media screen and (max-width: 768px) {
  #order .wrap .plan_wrap {
    padding-top: calc(15/750*100vw);
  }
}

#order .wrap .plan_wrap .item {
  margin: 0 min(calc(30/960*100vw), 30px);
}

@media screen and (max-width: 768px) {
  #order .wrap .plan_wrap .item {
      margin: 0 calc(15/750*100vw);
  }
}

#order .wrap .plan_wrap .item .t-num {
  font-family: Helvetica,sans-serif;
}

#order .wrap .plan_wrap .item .spec {
  width: min(calc(320/960*100vw), 320px);
  background-color: #9ec844;
  border-radius: 25px;
  text-align: center;
  line-height: 1;
  font-size: min(calc(24/960*100vw), 24px);
  font-weight: 600;
  padding: 7px 0;
}

@media screen and (max-width: 768px) {
  #order .wrap .plan_wrap .item .spec {
    font-size: calc(24/750*100vw);
    width: calc(290/750*100vw);
  }
}

#order .wrap .plan_wrap .item .spec .spec01 {
  font-size: min(calc(36/960*100vw), 36px);
  display: inline-block;
  padding-left: min(calc(10/960*100vw), 10px);
}

@media screen and (max-width: 768px) {
  #order .wrap .plan_wrap .item .spec .spec01 {
    font-size: calc(32/750*100vw);
    padding-left: calc(5/750*100vw);
  }
}

#order .wrap .plan_wrap .item .spec .spec01_2 {
  font-size: min(calc(36/960*100vw), 36px);
  display: inline-block
}

@media screen and (max-width: 768px) {
  #order .wrap .plan_wrap .item .spec .spec01_2 {
    font-size: calc(34/750*100vw);
  }
}

#order .wrap .plan_wrap .item .txt_price {
  color: #066b23;
  line-height: 1;
  padding: min(calc(10/960*100vw), 10px) 0;
}

@media screen and (max-width: 768px) {
  #order .wrap .plan_wrap .item .txt_price {
    padding: calc(10/750*100vw) 0 0;
  }
}

#order .wrap .plan_wrap .item .txt_price .t01 {
  font-size: min(calc(90/960*100vw), 90px);
  font-weight: 600;
  letter-spacing: 0
}

@media screen and (max-width: 768px) {
  #order .wrap .plan_wrap .item .txt_price .t01 {
      font-size: calc(80/750*100vw);
      letter-spacing: -0.03em;
  }
}

#order .wrap .plan_wrap .item .txt_price .t01_2 {
  letter-spacing: -0.05em;
}

#order .wrap .plan_wrap .item .txt_price .t01_min {
  font-size: min(calc(60/960*100vw), 60px);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #order .wrap .plan_wrap .item .txt_price .t01_min {
    font-size: calc(60/750*100vw);
  }
}

#order .wrap .plan_wrap .item .txt_price .t02 {
  font-size: min(calc(36/960*100vw), 36px);
  font-weight: 600;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  #order .wrap .plan_wrap .item .txt_price .t02 {
      font-size: calc(34/750*100vw);
      letter-spacing: -0.05em;
    }
}

#order .wrap .plan_wrap .item .txt_price .t02_min {
  font-weight: normal;
}

#order .wrap .plan_wrap .item .txt_price .t03 {
  font-size: min(calc(20/960*100vw), 20px);
  font-weight: normal;
  color: #141414;
  position: absolute;
  left: 0;
  top: -20px;
}

@media screen and (max-width: 768px) {
  #order .wrap .plan_wrap .item .txt_price .t03 {
    font-size: calc(20/750*100vw);
    top: calc(-20/750*100vw);
  }
}

#order .wrap .txt01 {
  font-size: min(calc(12/960*100vw), 12px);
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #order .wrap .txt01 {
      font-size: calc(18/750*100vw);
      margin-left: calc(25/750*100vw);
      letter-spacing: -0.03em;
      text-align: left;
  }
}

#order .wrap .txt02 {
  font-size: min(calc(16/960*100vw), 16px);
  font-weight: normal;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  #order .wrap .txt02 {
      font-size: calc(18/750*100vw);
      letter-spacing: -0.03em;
  }
}

#order .wrap .order_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
}




.chirashi {
  padding-top: min((50 / 750 * 100vw), 50px);
}

.chirashi__cont {
  position: relative;
  background-color: #fff;
  border: 2px solid #11482d;
  padding: 50px 30px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

@media only screen and (max-width: 768px) {
  .chirashi__cont {
    width: min((670 / 750 * 100vw), 670px);
    margin-left: auto;
    margin-right: auto;
  }
}

.modelhouse {
  padding-top: 80px;
}

.modelhouse__cont {
  position: relative;
  background-color: #fff;
  border: 2px solid #11482d;
  padding-top: 30px;
  padding-bottom: 50px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

@media only screen and (max-width: 768px) {
  .modelhouse__cont {
    padding-top: min((30 / 750 * 100vw), 30px);
    padding-bottom: min((30 / 750 * 100vw), 30px);
    width: min((670 / 750 * 100vw), 670px);
    margin-left: auto;
    margin-right: auto;
  }
}

.modelhouse__title {
  position: relative;
  width: min((800 / 750 * 100vw), 800px);
  color: #11482d;
  font-size: min((50 / 750 * 100vw), 50px);
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #11482d;
  border-bottom: 2px solid #11482d;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .modelhouse__title {
    width: min((590 / 750 * 100vw), 590px);
  }
}

.modelhouse__title::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: calc(100% - 8px);
  border-top: 1px solid #11482d;
  border-bottom: 1px solid #11482d;
  pointer-events: none;
}

.modelhouse__detail {
  padding-top: min((40 / 750 * 100vw), 40px);
}

@media only screen and (min-width: 769px) {
  .modelhouse__detail {
    /* display: flex;
    align-items: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-right: 50px; */
  }
}

.modelhouse__img {
  /* flex: none; */
}

@media only screen and (min-width: 769px) {
  .modelhouse__img {
    width: min((800 / 750* 100vw), 800px);
    margin: 0 auto;
    /* width: min((442 / 750 * 100vw), 442px);
    aspect-ratio: 442 / 320; */
  }
}

.modelhouse__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}



.modelhouse__description {
  font-size: 18px;
  padding: 0 300px;
  margin-top: 30px;
}

.modelhouse__description dl {
  display: flex;
}

.modelhouse__description dl+dl {
  margin-top: 5px;
}

.modelhouse__description dl dt {
  flex-shrink: 0;
  width: 120px;
}

@media screen and (max-width: 960px) {
  .modelhouse__description {
    padding: 0 calc(200/960*100vw);
  }
}

@media screen and (max-width: 767px) {
  .modelhouse__description {
    font-size: calc(24/750*100vw);
    padding: 0 calc(90/750*100vw);
    margin-top: calc(30/750*100vw);
  }
  .modelhouse__description dl {
    display: flex;
  }
  .modelhouse__description dl+dl {
    margin-top: calc(5/750*100vw);
  }
  .modelhouse__description dl dt {
    flex-shrink: 0;
    width: calc(160/750*100vw);
  }
}



.cta {
  padding-top: min((80 / 750 * 100vw), 80px);
}

@media only screen and (max-width: 768px) {
  .cta {
    padding-top: min((50 / 750 * 100vw), 50px);
  }
}

.cta__banner {
  position: relative;
}

.cta__button {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: min((25 / 750 * 100vw), 25px);
  width: min((800 / 750 * 100vw), 800px);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  z-index: 1;
  -webkit-animation: move 2s ease-in infinite;
          animation: move 2s ease-in infinite;
}

@media only screen and (max-width: 768px) {
  .cta__button {
    width: min((654 / 750 * 100vw), 654px);
    bottom: min((21 / 750 * 100vw), 21px);
  }
}

@-webkit-keyframes move {
  20%, 53%, 80%, from, to {
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%, 43% {
    transform: translate3d(0, -10px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    transform: translate3d(0, -4px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  90% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes move {
  20%, 53%, 80%, from, to {
    transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40%, 43% {
    transform: translate3d(0, -10px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    transform: translate3d(0, -4px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  90% {
    transform: translate3d(0, 0, 0);
  }
}

.cta__img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

/* .cta__text {
  font-size: min((16 / 750 * 100vw), 16px);
  text-align: center;
  margin-top: 12px;
} */
.cta__text {
  width: 90%;
  font-size: min((14 / 750 * 100vw), 14px);
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .cta__text {
    font-size: min((15 / 750 * 100vw), 15px);
  }
}

.flow {
  padding-top: 80px;
}

@media only screen and (max-width: 768px) {
  .flow {
    padding-top: min((50 / 750 * 100vw), 50px);
  }
}

.flow__cont {
  position: relative;
  background-color: #fff;
  border: 2px solid #11482d;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

@media only screen and (max-width: 768px) {
  .flow__cont {
    padding-bottom: min((30 / 750 * 100vw), 30px);
    width: min((670 / 750 * 100vw), 670px);
    margin-left: auto;
    margin-right: auto;
  }
}

.flow__list {
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .flow__list {
    padding-bottom: min((70 / 750 * 100vw), 70px);
  }
}

.flow__list li {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .flow__list li {
    margin-top: min((40 / 750 * 100vw), 40px);
  }
}

.flow__icon {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: min((491 / 750 * 100vw), 491px);
  margin: 0 auto;
  transform: translateY(-50%);
}

.access {
  padding-top: 80px;
}

@media only screen and (max-width: 768px) {
  .access {
    padding-top: min((50 / 750 * 100vw), 50px);
  }
}

.access__cont {
  position: relative;
  background-color: #fff;
  border: 2px solid #11482d;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

@media only screen and (max-width: 768px) {
  .access__cont {
    width: min((670 / 750 * 100vw), 670px);
    margin-left: auto;
    margin-right: auto;
  }
}

.access__img02 {
  padding-top: min((100 / 750 * 100vw), 100px);
}

.access__detail {
  padding-top: min((50 / 750 * 100vw), 50px);
  padding-bottom: min((50 / 750 * 100vw), 50px);
  padding-left: 20px;
  padding-right: 20px;
}

.access__detail h3 {
  color: #11482d;
  font-size: min((40 / 750 * 100vw), 40px);
  font-weight: bold;
  text-align: center;
}

.access__detailInfo {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.access__detailInfo ul li dl {
  display: table;
}

.access__detailInfo ul li dl dt {
  display: table-cell;
  width: min((170 / 750 * 100vw), 170px);
  font-size: min((32 / 750 * 100vw), 32px);
  color: #11482d;
}

.access__detailInfo ul li dl dd {
  display: table-cell;
  font-size: min((32 / 750 * 100vw), 32px);
  color: #11482d;
}

.access__map {
  position: relative;
  aspect-ratio: 2 / 1;
}

@media only screen and (max-width: 768px) {
  .access__map {
    aspect-ratio: 1 / 1;
  }
}

.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact {
  padding-top: 80px;
}

@media only screen and (max-width: 768px) {
  .contact {
    padding-top: min((50 / 750 * 100vw), 50px);
  }
}

.contact__cont {
  position: relative;
  background-color: #fff;
  border: 2px solid #11482d;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

@media only screen and (max-width: 768px) {
  .contact__cont {
    width: min((670 / 750 * 100vw), 670px);
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__form {
  max-width: 660px;
  padding: 20px 20px 40px;
  margin-left: auto;
  margin-right: auto;
}

.tel {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tel__cont {
  width: min((800 / 750 * 100vw), 800px);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .tel__cont {
    width: min((590 / 750 * 100vw), 590px);
  }
}

.footer {
  padding-top: min((50 / 750 * 100vw), 50px);
  padding-bottom: min((50 / 750 * 100vw), 50px);
}

@media only screen and (max-width: 768px) {
  .footer__cont {
    padding-left: min((80 / 750 * 100vw), 80px);
    padding-right: min((80 / 750 * 100vw), 80px);
  }
}

.footer__logo {
  width: min((702 / 750 * 100vw), 702px);
  margin-left: auto;
  margin-right: auto;
}

.footer__copy {
  width: min((479 / 750 * 100vw), 479px);
  margin-top: 30px;
}

@media only screen and (min-width: 769px) {
  .footer__copy {
    margin-left: auto;
    margin-right: auto;
  }
}

/*
フォームボタン カスタマイズ
※bownowの設定画面に反映させてください。
https://bownow.jp/login
*/

/* フォームボタン カスタマイズ */
.show-page-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.show-page-btn .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 220px !important;
  max-width: 450px;
  width: 100%;
  margin-right: 0;
  padding: 6px 22px;
  border: none;
  border-bottom: 8px solid #b80301;
  border-radius: 40px;
  background-color: #da0702;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  text-decoration: none;
  transition: all .2s ease;
  letter-spacing: 0.05em;
  position: relative;
  filter: drop-shadow(0 3px 8px rgba(179, 179, 179, 0.6));
}
.show-page-btn .btn::before,
.show-page-btn .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.show-page-btn .btn::before {
  background-color: #fff;
  right: 25px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
}
.show-page-btn .btn::after {
  right: 30px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #da0702;
}
.show-page-btn .btn:active,
.show-page-btn .btn:hover {
  background-color: #da0702;
  opacity: 0.8;
}
.show-page-btn #cancel-btn {
  background-color: #ccc;
  border-bottom-color: #aaa;
}
.show-page-btn #cancel-btn::before,
.show-page-btn #cancel-btn::after {
  content: none;
}
@media only screen and (max-width: 568px) {
  .form-preview-wrap .show-page-btn .btn {
    font-size: 28px;
    padding: 5px 8px;
  }
  .show-page-btn .btn {
    width: 90%;
  }
  .show-page-btn .btn::before {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .show-page-btn .btn::after {
    right: 24px;
    border-width: 5px 0 5px 9px;
  }
}

/*# sourceMappingURL=style.css.map */
