@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/* fonts */
@font-face {
  src: url(../fonts/NotoSansJP-Bold.woff) format("woff"), url(../fonts/NotoSansJP-Bold.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../fonts/NotoSansJP-Medium.woff) format("woff"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansJP-Regular.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../fonts/ZenKakuGothicNew-Black.woff) format("woff"), url(../fonts/ZenKakuGothicNew-Black.woff2) format("woff2");
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  src: url(../fonts/ZenKakuGothicNew-Bold.woff) format("woff"), url(../fonts/ZenKakuGothicNew-Bold.woff2) format("woff2");
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../fonts/ZenOldMincho-Black.woff) format("woff"), url(../fonts/ZenOldMincho-Black.woff2) format("woff2");
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  src: url(../fonts/VujahdayScript-Regular.woff) format("woff"), url(../fonts/VujahdayScript-Regular.woff2) format("woff2");
  font-family: "Vujahday Script";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../fonts/DMSerifDisplay-Regular.woff) format("woff"), url(../fonts/DMSerifDisplay-Regular.woff2) format("woff2");
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
/* font:rem=px デザインしたwidthを割る  */
html {
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 0.6944444444vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  color: #3B4242;
  font-display: optional;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

/* common */
.blue {
  color: #0EB7C3;
}

.orange {
  color: #FE9400;
}

.pink {
  color: #FF7777;
}

.red {
  color: #EF3F3F;
}

.yellow {
  color: #FFF838;
}

.gold {
  color: #D3AA00;
}

.bold {
  font-weight: 700;
}

.dark_green {
  color: #205053;
}

.number {
  font-family: "DM Serif Display", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.text {
  line-height: 2;
  font-weight: 400;
}

.intro {
  line-height: 2;
  font-weight: 400;
}

.note {
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
}

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

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

h2 {
  text-align: center;
}
h2 .heading_wrap {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 0.8em;
  font-size: 2.8rem;
  color: #0EB7C3;
  line-height: 1.2;
  font-weight: 900;
}
@media only screen and (min-width: 769px) {
  h2 .heading_wrap {
    font-size: 3.6rem;
  }
}
h2 .heading_wrap::before {
  position: absolute;
  font-family: "Vujahday Script", sans-serif;
  font-size: 3.2rem;
  transform: rotate(-15deg);
  line-height: 1.2;
  font-weight: 400;
  color: rgba(0, 197, 211, 0.2);
  top: -0.5em;
  left: -1.5em;
}
@media only screen and (min-width: 769px) {
  h2 .heading_wrap::before {
    font-size: 6.4rem;
  }
}
h2 .heading_wrap .hira {
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  h2 .heading_wrap .hira {
    font-size: 2.6rem;
  }
}

/* splide */
.splide {
  padding-bottom: 2rem;
}
.splide__pagination {
  bottom: 0;
}
.splide__pagination__page.is-active {
  transform: scale(1);
  background: #00C5D3;
}

/* header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .header {
    padding: 1.5rem 2rem;
    align-items: center;
  }
}
.header .flex {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header .logo {
  cursor: pointer;
  width: 6.3rem;
}
@media only screen and (min-width: 769px) {
  .header .logo {
    width: 8.6rem;
    margin: 0;
  }
}
.header .tel {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header .tel figure {
  width: 3.5rem;
  height: 3.5rem;
}
@media only screen and (min-width: 769px) {
  .header .tel figure {
    width: 4rem;
    height: 4rem;
  }
}
.header .tel .phone_number {
  font-size: 1.8rem;
  color: #0EB7C3;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .header .tel .phone_number a {
    pointer-events: none;
  }
}
.header .tel .time {
  font-size: 1.2rem;
  font-weight: 400;
}
.header .nav_btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header .nav_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    transition: all 0.4s;
    z-index: 1000;
  }
}
.header .nav_btn figure {
  width: 2.5rem;
  height: 2.5rem;
}
.header .nav_btn span {
  color: #00C5D3;
  font-size: 1rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .header nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.4s;
    z-index: 999;
  }
}
.header nav.open {
  right: 0;
}
.header nav .nav_menu {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .header nav .nav_menu {
    display: block;
    text-align: center;
    color: #fff;
    gap: 2rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .header nav .nav_menu {
    gap: 5rem;
  }
}
.header nav .nav_menu li a {
  text-transform: uppercase;
  color: #3B4242;
}
@media only screen and (max-width: 768px) {
  .header nav .nav_menu li a {
    display: block;
    padding: 1em 0;
    color: #fff;
  }
}

/**/
.fv {
  position: relative;
  overflow: hidden;
  background: url(../images/fv_head_01.png) no-repeat top left -1.4rem/15rem 10rem, url(../images/fv_head_02.png) no-repeat top left 13.6rem/15rem 10rem, url(../images/fv_head_03.png) no-repeat top left 28.6rem/15rem 10rem, #F9F7F0;
  padding: 7rem 2rem 0;
}
@media only screen and (min-width: 769px) {
  .fv {
    background: #F9F7F0;
    padding: 3rem 0 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .fv .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60rem;
    /* 1セット分 */
    background: url(../images/fv_head_01.png) no-repeat top right 7.5rem/30rem 20rem, url(../images/fv_head_02.png) no-repeat top 20rem right 7.5rem/30rem 20rem, url(../images/fv_head_03.png) no-repeat top 40rem right 7.5rem/30rem 20rem, url(../images/venue_02.png) no-repeat top left 7.5rem/30rem 20rem, url(../images/fv_head_04.png) no-repeat top 20rem left 7.5rem/30rem 20rem, url(../images/venue_01.png) no-repeat top 40rem left 7.5rem/30rem 20rem;
    z-index: 0;
  }
}
@media only screen and (min-width: 769px) {
  .fv .bg2 {
    top: 0rem;
  }
}
.fv::before {
  position: absolute;
  content: "";
  bottom: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 116%;
  height: 11rem;
  border-radius: 50%;
  background: #00C5D3;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .fv::before {
    bottom: -12.8rem;
    height: 22.5rem;
  }
}
.fv .main_catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .fv .main_catch {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.fv .main_catch .bubble .bubble_wrap {
  position: relative;
  display: inline-block;
  background: #00C5D3;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.4;
  padding: 1rem 1rem 1rem 8.5rem;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .fv .main_catch .bubble .bubble_wrap {
    font-size: 2.4rem;
    padding: 1.5rem 2.5rem 1.8rem 13.85rem;
  }
}
.fv .main_catch .bubble .bubble_wrap .middle {
  display: block;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .fv .main_catch .bubble .bubble_wrap .middle {
    font-size: 2rem;
  }
}
.fv .main_catch .bubble .bubble_wrap::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -1.5rem;
  background: url(../images/bride_groom.svg) no-repeat center/contain;
  width: 11rem;
  height: 6.9rem;
}
@media only screen and (min-width: 769px) {
  .fv .main_catch .bubble .bubble_wrap::before {
    width: 16.5rem;
    height: 10.35rem;
  }
}
.fv .main_catch .bubble .bubble_wrap::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  width: 2rem;
  height: 1rem;
  transform: translateX(-50%);
  background: #00C5D3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (min-width: 769px) {
  .fv .main_catch .bubble .bubble_wrap::after {
    width: 3rem;
    height: 1.5rem;
  }
}
.fv .main_catch .catch {
  margin-top: 1rem;
  color: #205053;
}
.fv .main_catch .catch .sub {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .fv .main_catch .catch .sub {
    font-size: 2.4rem;
  }
}
.fv .main_catch .catch .sub .number {
  font-size: 3rem;
}
@media only screen and (min-width: 769px) {
  .fv .main_catch .catch .sub .number {
    font-size: 4.5rem;
  }
}
.fv .main_catch .catch .main {
  display: inline-block;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .fv .main_catch .catch .main {
    font-size: 5.7rem;
  }
}
.fv .main_catch .note {
  text-align: left;
  font-weight: 400;
  margin-top: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
}
.fv .main_catch + div {
  margin-top: 3.7rem;
}
@media only screen and (min-width: 769px) {
  .fv .main_catch + div {
    margin-top: 6rem;
  }
}
.fv .two_campaign {
  position: relative;
  background: url(../images/campaign_back.webp) no-repeat center/cover;
  border-radius: 0.5rem;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .fv .two_campaign {
    width: 60rem;
    margin: 0 auto;
  }
}
.fv .two_campaign::before, .fv .two_campaign::after {
  position: absolute;
  content: "";
  top: 0;
  background: url(../images/flags.svg) no-repeat center/contain;
  width: 8rem;
  height: 3.6rem;
}
@media only screen and (min-width: 769px) {
  .fv .two_campaign::before, .fv .two_campaign::after {
    width: 11rem;
    height: 4.95rem;
  }
}
.fv .two_campaign::before {
  left: 0;
}
.fv .two_campaign::after {
  right: 0;
  transform: scale(-1, 1);
}
.fv .two_campaign h2 {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .fv .two_campaign h2 {
    top: -4rem;
  }
}
.fv .two_campaign h2 .ribbon {
  white-space: nowrap;
  padding: 0.1em 5.4em 1em 5.4em;
  font-size: 1.8rem;
  color: #fff;
  background: url(../images/ribbon_red.svg) no-repeat center/contain;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) {
  .fv .two_campaign h2 .ribbon {
    font-size: 2.4rem;
  }
}
.fv .two_campaign .contents_wrap {
  padding: 2rem 1rem 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .fv .two_campaign .contents_wrap {
    padding: 3rem 1.5rem 1.5rem;
  }
}
.fv .two_campaign .contents_wrap .contents {
  background: #fff;
  border-radius: 0.25rem;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .fv .two_campaign .contents_wrap .contents {
    padding: 2rem 0;
    font-size: 1.8rem;
  }
}
.fv .two_campaign .contents_wrap .contents p {
  line-height: 1.2;
}
.fv .two_campaign .contents_wrap .contents p .strong {
  font-size: 200%;
}
.fv .two_campaign .contents_wrap .contents p .mark {
  font-size: 1rem;
  vertical-align: top;
}
.fv .two_campaign .contents_wrap .contents .discount {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.6rem;
}
.fv .two_campaign .contents_wrap .contents .discount p .original_price {
  font-size: 133%;
}
@media only screen and (min-width: 769px) {
  .fv .two_campaign .contents_wrap .contents .discount p img {
    margin-bottom: 0.5rem;
    width: 1.5rem;
  }
}
.fv .two_campaign .contents_wrap .contents .discount p .zero {
  font-size: 300%;
  line-height: 0.8;
  vertical-align: -0.04em;
}
.fv .note {
  text-align: right;
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: 0.25em;
}
@media only screen and (min-width: 769px) {
  .fv .note {
    width: 60rem;
    margin: 0.5em auto 0;
  }
}

/* CTA */
.cta_area {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #00C5D3;
}
.cta_area .inner {
  padding: 1rem 3rem 3rem;
}
@media only screen and (min-width: 769px) {
  .cta_area .inner {
    padding: 0 47rem 6rem;
  }
}
.cta_area .inner .cta .top {
  text-align: center;
}
.cta_area .inner .cta .top .top_wrap {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  font-size: 1.8rem;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .cta_area .inner .cta .top .top_wrap {
    font-size: 2.4rem;
  }
}
.cta_area .inner .cta .top .top_wrap::before, .cta_area .inner .cta .top .top_wrap::after {
  position: absolute;
  content: "";
  bottom: 0.3em;
  width: 1px;
  height: 60%;
  background: #fff;
}
.cta_area .inner .cta .top .top_wrap::before {
  left: 0;
  transform: rotate(-20deg);
}
.cta_area .inner .cta .top .top_wrap::after {
  right: 0;
  transform: rotate(20deg);
}
.cta_area .inner .cta .top .number {
  font-size: 3.6rem;
}
@media only screen and (min-width: 769px) {
  .cta_area .inner .cta .top .number {
    font-size: 4.8rem;
  }
}
.cta_area .inner .cta .top + .btn {
  margin-top: 1rem;
}
.cta_area .inner .cta .btn {
  position: relative;
  background: #FFF838;
  border: solid 1px #fff;
  color: #205053;
  font-size: 1.8rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1.5em;
  border-radius: 0.5rem;
  box-shadow: 0 0.4rem 0 0 rgba(32, 80, 83, 0.25);
  transition: all 0.4s;
}
@media only screen and (min-width: 769px) {
  .cta_area .inner .cta .btn {
    font-size: 2.4rem;
    gap: 1.6em;
  }
}
.cta_area .inner .cta .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  background: url(../images/cta_arrow.svg) no-repeat center/contain;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.cta_area .inner .cta .btn:hover {
  box-shadow: 0 0.1rem 0 0 rgba(32, 80, 83, 0.25);
  transform: translateY(0.2rem);
}
.cta_area .inner .cta .btn:hover::after {
  right: 0.75em;
}
.cta_area .inner .cta .btn .situation_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  color: #0EB7C3;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .cta_area .inner .cta .btn .situation_wrap {
    font-size: 1.8rem;
  }
}
.cta_area .inner .cta .btn .situation_wrap span + span {
  border-top: solid 1px #205053;
  width: 100%;
  text-align: center;
}
.cta_area .inner .cta + div {
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .cta_area .inner .cta + div {
    margin-top: 1.5rem;
  }
}
.cta_area .inner .second_cta_wrap a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 0.5rem;
  background: #837E53;
  padding: 1em 0;
  box-shadow: 0 0.3rem 0 0 rgba(32, 80, 83, 0.25);
  transition: all 0.4s;
}
.cta_area .inner .second_cta_wrap a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  background: url(../images/cta_arrow_white.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.cta_area .inner .second_cta_wrap a:hover {
  box-shadow: 0 0.1rem 0 0 rgba(32, 80, 83, 0.25);
  transform: translateY(0.2rem);
}

/* 特別キャンペーン */
.special {
  position: relative;
}
.special::before {
  position: absolute;
  content: "Special";
  font-family: "Vujahday Script", sans-serif;
  top: 0;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 400;
  color: rgba(0, 197, 211, 0.2);
  transform: rotate(-15deg);
}
@media only screen and (min-width: 769px) {
  .special::before {
    top: 2rem;
    left: 33rem;
    font-size: 6.4rem;
  }
}
.special .inner {
  padding: 4rem 2rem;
}
@media only screen and (min-width: 769px) {
  .special .inner {
    padding: 6rem 39.5rem;
  }
}
.special .inner .special_campaign {
  background: #F9F7F0;
  border: solid #D3AA00 1px;
  padding: 2rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .special .inner .special_campaign {
    padding: 2.5rem;
  }
}
.special .inner .special_campaign .ribbon {
  position: absolute;
  top: 0;
  left: 1rem;
  display: inline-block;
  padding: 0.5rem 1rem 1rem 1rem;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  background: linear-gradient(180deg, #00C5D3 0%, #03B2BE 100%);
}
@media only screen and (min-width: 769px) {
  .special .inner .special_campaign .ribbon {
    left: 5rem;
    padding: 1rem;
    font-size: 2.2rem;
  }
}
.special .inner .special_campaign .ribbon .strong {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .special .inner .special_campaign .ribbon .strong {
    font-size: 3.3rem;
  }
}
.special .inner .special_campaign .ribbon::before, .special .inner .special_campaign .ribbon::after {
  position: absolute;
  content: "";
  background: #03B2BE;
  width: 50%;
  top: 100%;
  height: 1rem;
}
.special .inner .special_campaign .ribbon::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.special .inner .special_campaign .ribbon::after {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.special .inner .special_campaign h2 {
  font-size: 3rem;
  color: #0EB7C3;
  margin-bottom: 0.8em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (max-width: 768px) {
  .special .inner .special_campaign h2 {
    padding-left: 7rem;
    letter-spacing: -0.02em;
  }
}
@media only screen and (min-width: 769px) {
  .special .inner .special_campaign h2 {
    text-align: center;
    font-size: 4.2rem;
    margin-bottom: 0.35em;
    margin-left: 3.5rem;
  }
}
.special .inner .special_campaign .contents .top {
  text-align: center;
}
.special .inner .special_campaign .contents .top span {
  position: relative;
  padding: 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .special .inner .special_campaign .contents .top span {
    font-size: 1.8rem;
  }
}
.special .inner .special_campaign .contents .top span::before, .special .inner .special_campaign .contents .top span::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1px;
  height: 1em;
  background: #3B4242;
}
.special .inner .special_campaign .contents .top span::before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}
.special .inner .special_campaign .contents .top span::after {
  right: 0;
  transform: translateY(-50%) rotate(20deg);
}
.special .inner .special_campaign .contents .main {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 2.4rem;
}
.special .inner .special_campaign .contents .main .number {
  font-size: 6rem;
}
.special .inner .special_campaign .contents .main .middle {
  font-size: 3.6rem;
}
.special .inner .special_campaign .contents + ul {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: solid 1px #E6E0D5;
}
@media only screen and (min-width: 769px) {
  .special .inner .special_campaign .contents + ul {
    padding-left: 4rem;
  }
}
.special .inner .special_campaign .benefit_list {
  display: flex;
  row-gap: 0.7rem;
}
@media only screen and (max-width: 768px) {
  .special .inner .special_campaign .benefit_list {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .special .inner .special_campaign .benefit_list {
    flex-wrap: wrap;
  }
}
.special .inner .special_campaign .benefit_list li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .special .inner .special_campaign .benefit_list li {
    width: 50%;
    font-size: 1.8rem;
  }
}
.special .inner .special_campaign .benefit_list li figure {
  width: 4.2rem;
  height: 4.2rem;
}
@media only screen and (min-width: 769px) {
  .special .inner .special_campaign .benefit_list li figure {
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .special .inner .special_campaign .benefit_list li p {
    line-height: 1.2;
  }
}
.special .inner .special_campaign .benefit_list li .rental_list {
  width: calc(100% - 4.2rem);
}
@media only screen and (min-width: 769px) {
  .special .inner .special_campaign .benefit_list li .rental_list {
    width: calc(100% - 5.5rem);
  }
}
.special .inner .special_campaign .benefit_list li .rental_list .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .special .inner .special_campaign .benefit_list li .rental_list .items {
    display: none;
  }
}
.special .inner .special_campaign .benefit_list li .rental_list .items li {
  white-space: nowrap;
  padding-left: 1em;
  position: relative;
  font-size: 1.2rem;
  display: block;
  font-weight: 400;
}
.special .inner .special_campaign .benefit_list li .rental_list .items li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.special .inner .special_campaign .benefit_list li .rental_list .items li + li {
  margin-top: 0;
}
.special .inner .special_campaign .benefit_list li .rental_list .items_pc {
  font-size: 1.2rem;
  font-weight: 400;
}
@media only screen and (min-width: 769px) {
  .special .inner .special_campaign .benefit_list li.width100 {
    width: 100%;
  }
  .special .inner .special_campaign .benefit_list li.width100 .rental_list {
    display: flex;
    gap: 1rem;
  }
  .special .inner .special_campaign .benefit_list li.width100 .rental_list p {
    min-width: 9em;
  }
}
.special .inner .special_campaign + div {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .special .inner .special_campaign + div {
    margin-top: 2.5rem;
  }
}
.special .inner .campaign_btn a {
  position: relative;
  background: #FFF838;
  border: solid 1px #fff;
  color: #205053;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.8em;
  border-radius: 0.5rem;
  box-shadow: 0 0.4rem 0 0 rgba(32, 80, 83, 0.25);
  transition: all 0.4s;
}
@media only screen and (min-width: 769px) {
  .special .inner .campaign_btn a {
    width: 75%;
    margin: 0 auto;
    font-size: 2.4rem;
  }
}
.special .inner .campaign_btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  background: url(../images/cta_arrow.svg) no-repeat center/contain;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.special .inner .campaign_btn a:hover {
  box-shadow: 0 0.1rem 0 0 rgba(32, 80, 83, 0.25);
  transform: translateY(0.3rem);
}
.special .inner .campaign_btn a:hover::after {
  right: 0.75em;
}
.special .inner .campaign_btn a .limited_wrap {
  display: inline-block;
  background: #fff;
  color: #0EB7C3;
  padding: 0.5em 0.85em;
  border-radius: 0.25rem;
  font-weight: 900;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .special .inner .campaign_btn a .limited_wrap {
    font-size: 1.8rem;
  }
}
.special .inner .campaign_btn a .limited_wrap .strong {
  font-size: 2.8rem;
}
@media only screen and (min-width: 769px) {
  .special .inner .campaign_btn a .limited_wrap .strong {
    font-size: 3.6rem;
  }
}
.special .inner .campaign_btn a .limited_wrap .middle {
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .special .inner .campaign_btn a .limited_wrap .middle {
    font-size: 2.4rem;
  }
}
.special .inner .campaign_btn a .main_word {
  display: inline-block;
  line-height: 1.2;
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .special .inner .campaign_btn a .main_word {
    font-size: 2.4rem;
  }
}
.special .inner .campaign_btn + div {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .special .inner .campaign_btn + div {
    margin-top: 3rem;
  }
}

/**/
.about_us {
  background: #F9F7F0;
}
.about_us .inner {
  padding: 4rem 3rem;
}
@media only screen and (min-width: 769px) {
  .about_us .inner {
    padding: 6rem 32.1rem;
  }
}
.about_us h2 .heading_wrap::before {
  content: "About us";
}
@media only screen and (min-width: 769px) {
  .about_us .intro_wrap {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .about_us .intro_wrap picture {
    height: 18rem;
  }
}
@media only screen and (min-width: 769px) {
  .about_us .intro_wrap picture {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .about_us .intro_wrap picture img {
    height: 18rem;
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (max-width: 768px) {
  .about_us .intro_wrap .intro {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .about_us .intro_wrap .intro {
    width: calc(55% - 2rem);
  }
}
.about_us .intro_wrap + div {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .about_us .intro_wrap + div {
    margin-top: 4rem;
  }
}
.about_us .number_of_user {
  position: relative;
  text-align: center;
  background: #fff;
  border: solid 1px #D3AA00;
  padding: 4rem 1rem 1rem;
}
@media only screen and (min-width: 769px) {
  .about_us .number_of_user {
    padding: 7.5rem 0 2rem;
    width: 85%;
    margin: 0 auto;
  }
}
.about_us .number_of_user::before {
  position: absolute;
  content: "";
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/crown.svg) no-repeat center/contain;
  width: 15rem;
  height: 2.1rem;
}
@media only screen and (min-width: 769px) {
  .about_us .number_of_user::before {
    width: 29.1rem;
    height: 4rem;
  }
}
.about_us .number_of_user p:not(.note) {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .about_us .number_of_user p:not(.note) {
    font-size: 2rem;
  }
}
.about_us .number_of_user p:not(.note).gold {
  position: relative;
  display: inline-block;
  padding: 0 2.3rem;
  font-size: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .about_us .number_of_user p:not(.note).gold {
    padding: 0 3.5rem;
    font-size: 3.6rem;
  }
}
.about_us .number_of_user p:not(.note).gold::before, .about_us .number_of_user p:not(.note).gold::after {
  position: absolute;
  content: "";
  background: url(../images/laurel_wreath.svg) no-repeat center/contain;
  width: 1.8rem;
  height: 5rem;
}
@media only screen and (min-width: 769px) {
  .about_us .number_of_user p:not(.note).gold::before, .about_us .number_of_user p:not(.note).gold::after {
    width: 3rem;
    height: 8.3rem;
  }
}
.about_us .number_of_user p:not(.note).gold::before {
  left: 0;
}
.about_us .number_of_user p:not(.note).gold::after {
  right: 0;
  transform: scale(-1, 1);
}
.about_us .number_of_user p:not(.note).gold .number {
  font-size: 5rem;
}
@media only screen and (min-width: 769px) {
  .about_us .number_of_user p:not(.note).gold .number {
    font-size: 6.4rem;
  }
}
.about_us .number_of_user p:not(.note).gold .strong {
  font-size: 3.6rem;
}
@media only screen and (min-width: 769px) {
  .about_us .number_of_user p:not(.note).gold .strong {
    font-size: 5.2rem;
  }
}
.about_us .number_of_user + div {
  margin-top: 4rem;
}
@media only screen and (min-width: 769px) {
  .about_us .number_of_user + div {
    margin-top: 5rem;
  }
}
.about_us .recommend h3 {
  text-align: center;
  margin-bottom: 0.75em;
}
.about_us .recommend h3 .heading_wrap {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  color: #0EB7C3;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (min-width: 769px) {
  .about_us .recommend h3 .heading_wrap {
    font-size: 2.4rem;
  }
}
.about_us .recommend h3 .heading_wrap::before {
  position: absolute;
  content: "Recommend";
  font-family: "Vujahday Script", sans-serif;
  font-size: 3.2rem;
  transform: rotate(-15deg);
  line-height: 1.2;
  font-weight: 400;
  color: rgba(0, 197, 211, 0.2);
  top: -0.5em;
  left: -1.5em;
}
@media only screen and (min-width: 769px) {
  .about_us .recommend h3 .heading_wrap::before {
    font-size: 4rem;
  }
}
.about_us .recommend h3 .heading_wrap::after {
  position: absolute;
  content: "";
  background: url(../images/shiny.svg) no-repeat center/contain;
  width: 4rem;
  height: 3.7rem;
  top: -0.7em;
  right: -1.4em;
}
.about_us .recommend .recomend_list_wrap {
  position: relative;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 2px 2px 0 0 rgba(14, 183, 195, 0.2);
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .about_us .recommend .recomend_list_wrap {
    width: 62.5%;
    margin: 0 auto;
  }
}
.about_us .recommend .recomend_list_wrap::before {
  position: absolute;
  content: "";
  background: url(../images/flag.svg) no-repeat center/contain;
  width: 4rem;
  height: 4.45rem;
  top: -1.5rem;
  left: 1.5rem;
  transform: rotate(-15deg);
}
.about_us .recommend .recomend_list_wrap ul {
  padding: 3rem 0;
}
.about_us .recommend .recomend_list_wrap ul li span {
  display: inline-block;
  position: relative;
  padding-left: 2em;
}
.about_us .recommend .recomend_list_wrap ul li span::before {
  position: absolute;
  content: "";
  background: url(../images/check.svg) no-repeat center/contain;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.about_us .recommend .recomend_list_wrap ul li + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: solid 1px #F9F7F0;
}
.about_us .recommend + div {
  margin-top: 3.5rem;
}
@media only screen and (min-width: 769px) {
  .about_us .recommend + div {
    margin-top: 3rem;
  }
}
.about_us .but {
  text-align: center;
  position: relative;
  padding-top: 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .about_us .but {
    padding-top: 3rem;
    font-size: 2rem;
  }
}
.about_us .but::before {
  position: absolute;
  content: "";
  background: url(../images/but.svg) no-repeat center/contain;
  width: 7rem;
  height: 3.3rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .about_us .but::before {
    width: 10.8rem;
    height: 5rem;
  }
}
.about_us .but .but_wrap {
  position: relative;
  display: inline-block;
  padding: 1.5em 5.5em 1em 1.7em;
  background: #ddd;
  border-radius: 1rem;
}
.about_us .but .but_wrap::after {
  position: absolute;
  content: "";
  background: url(../images/worried_woman.svg) no-repeat center/contain;
  width: 5.6rem;
  height: 10.8rem;
  bottom: 0;
  right: 0.8rem;
}
@media only screen and (min-width: 769px) {
  .about_us .but .but_wrap::after {
    width: 7rem;
    height: 13.5rem;
    right: 2rem;
  }
}
.about_us .text {
  margin-top: 1em;
}
@media only screen and (min-width: 769px) {
  .about_us .text {
    width: 81%;
    margin: 1em auto 0;
  }
}
.about_us .text + div {
  margin-top: 3rem;
}
.about_us .to_do_list_wrap {
  text-align: center;
}
.about_us .to_do_list_wrap h4 {
  margin-bottom: 1em;
}
.about_us .to_do_list_wrap h4 .heading_wrap {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  color: #205053;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .about_us .to_do_list_wrap h4 .heading_wrap {
    font-size: 2rem;
  }
}
.about_us .to_do_list_wrap h4 .heading_wrap::before, .about_us .to_do_list_wrap h4 .heading_wrap::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #205053;
  top: 50%;
  transform: translateY(-50%);
}
.about_us .to_do_list_wrap h4 .heading_wrap::before {
  left: 0;
}
.about_us .to_do_list_wrap h4 .heading_wrap::after {
  right: 0;
}
.about_us .to_do_list_wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media only screen and (min-width: 769px) {
  .about_us .to_do_list_wrap ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.about_us .to_do_list_wrap ul li {
  background: #205053;
  color: #fff;
  padding: 1em 0;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  min-height: 6.2em;
}
.about_us .text_full {
  margin-top: 1em;
  line-height: 2;
  font-weight: 400;
}

/**/
.thats_why {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow: hidden;
}
.thats_why::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5rem;
  background: #F9F7F0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (min-width: 769px) {
  .thats_why::before {
    height: 10rem;
  }
}
.thats_why::after {
  position: absolute;
  content: "";
  bottom: -6.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 116%;
  height: 9rem;
  border-radius: 50%;
  background: #00C5D3;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .thats_why::after {
    bottom: -16.8rem;
    height: 22.5rem;
  }
}
.thats_why .inner {
  padding: 8.5rem 3rem 4rem;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .thats_why .inner {
    padding: 13.2rem 0 9rem;
  }
}
.thats_why .inner::before, .thats_why .inner::after {
  position: absolute;
  content: "";
  background: url(../images/shiny.svg) no-repeat center/contain;
  width: 4rem;
  height: 3.7rem;
}
@media only screen and (min-width: 769px) {
  .thats_why .inner::before, .thats_why .inner::after {
    width: 6.4rem;
    height: 5.9rem;
  }
}
.thats_why .inner::before {
  top: 9rem;
  right: 1rem;
}
@media only screen and (min-width: 769px) {
  .thats_why .inner::before {
    top: 14.2rem;
    right: 42rem;
  }
}
.thats_why .inner::after {
  top: 17.5rem;
  left: 1rem;
}
@media only screen and (min-width: 769px) {
  .thats_why .inner::after {
    top: 29.4rem;
    left: 40.3rem;
  }
}
.thats_why .inner .top {
  position: absolute;
  top: 2.5rem;
  left: 1.5rem;
  transform: rotate(-10deg);
  display: inline-block;
  padding: 0 0.7em 0 0.8em;
  color: #0EB7C3;
  font-size: 2.8rem;
  font-weight: 900;
}
@media only screen and (min-width: 769px) {
  .thats_why .inner .top {
    font-size: 4.4rem;
    top: 6.5rem;
    left: 33.8rem;
  }
}
.thats_why .inner .top::before, .thats_why .inner .top::after {
  position: absolute;
  content: "";
  background: url(../images/strong.svg) no-repeat center/contain;
  width: 1.7rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .thats_why .inner .top::before, .thats_why .inner .top::after {
    width: 2.8rem;
    height: 4.8rem;
  }
}
.thats_why .inner .top::before {
  left: 0;
}
.thats_why .inner .top::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.thats_why .inner p {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .thats_why .inner p {
    font-size: 3.2rem;
  }
}
.thats_why .inner p.main {
  font-weight: 900;
  color: #0EB7C3;
  font-size: 3rem;
}
@media only screen and (min-width: 769px) {
  .thats_why .inner p.main {
    font-size: 4.8rem;
  }
}
.thats_why .inner p.main .hira {
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .thats_why .inner p.main .hira {
    font-size: 3.2rem;
  }
}
.thats_why .inner p.main .back_strong {
  display: inline-block;
  background: url(../images/strong_line_yellow.svg) no-repeat bottom left/contain;
}
.thats_why .inner ul {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .thats_why .inner ul {
    margin-top: 2.5rem;
  }
}
.thats_why .inner ul li {
  width: 10rem;
  height: 10rem;
  background: #fff;
  border-radius: 50%;
  color: #205053;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0.4rem 0.8rem rgba(149, 126, 90, 0.2));
}
@media only screen and (min-width: 769px) {
  .thats_why .inner ul li {
    width: 15rem;
    height: 15rem;
    font-size: 2rem;
  }
}
.thats_why .inner ul li .mark {
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .thats_why .inner ul li .mark {
    font-size: 1.2rem;
  }
}
.thats_why .inner ul li .pink .number {
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .thats_why .inner ul li .pink .number {
    font-size: 3rem;
  }
}
.thats_why .inner ul li .pink.bigger {
  font-size: 2.8rem;
}
@media only screen and (min-width: 769px) {
  .thats_why .inner ul li .pink.bigger {
    font-size: 4.2rem;
  }
}
.thats_why .inner .note {
  margin-top: 1em;
  font-weight: 400;
}

/**/
.reason {
  background: url(../images/photos_sp.webp) no-repeat center bottom 4rem/112%;
}
@media only screen and (min-width: 769px) {
  .reason {
    position: relative;
    background: url(../images/photos_right.webp) no-repeat bottom 2rem right 10rem/32rem;
  }
  .reason::before {
    position: absolute;
    content: "";
    bottom: 2rem;
    left: 19rem;
    width: 27rem;
    height: 18rem;
    background: url(../images/photo_left.webp) no-repeat center/contain;
  }
}
.reason .inner {
  padding: 4rem 3rem 18rem;
}
@media only screen and (min-width: 769px) {
  .reason .inner {
    padding: 6rem 37rem;
  }
}
.reason .inner h2 .heading_wrap::before {
  content: "Reason";
}
.reason .inner .list_back {
  background: #F9F7F0;
  border-top: solid 0.5rem #00C5D3;
  padding: 3rem 0;
}
.reason .inner .list_back .list_wrap {
  display: flex;
  justify-content: center;
}
.reason .inner .list_back .list_wrap ul li span:not(.orange) {
  position: relative;
  padding-left: 2em;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .reason .inner .list_back .list_wrap ul li span:not(.orange) {
    font-size: 2rem;
  }
}
.reason .inner .list_back .list_wrap ul li span:not(.orange)::before {
  position: absolute;
  content: "";
  background: url(../images/check.svg) no-repeat center/contain;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.reason .inner .list_back .list_wrap ul li + li {
  margin-top: 0.75em;
}
.reason .inner .list_back + div {
  margin-top: 2.5rem;
}
.reason .inner .simple {
  text-align: center;
}
.reason .inner .simple .strong {
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .reason .inner .simple .strong {
    font-size: 3.6rem;
  }
}
.reason .inner .simple .strong span {
  display: inline-block;
  background: url(../images/yellow_line.svg) no-repeat bottom left/contain;
  padding-bottom: 0.4em;
}
.reason .inner .simple p {
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .reason .inner .simple p {
    font-size: 2rem;
  }
}

/**/
.price {
  background: #F2FCFD;
}
.price .inner {
  padding: 4rem 3rem;
}
@media only screen and (min-width: 769px) {
  .price .inner {
    padding: 6rem 35.5rem;
  }
}
.price .inner h2 .heading_wrap {
  color: #205053;
}
.price .inner h2 .heading_wrap::before {
  content: "Price";
}
.price .inner .features_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media only screen and (min-width: 769px) {
  .price .inner .features_list {
    gap: 2rem;
  }
}
.price .inner .features_list li {
  background: #00C5D3;
  color: #fff;
  line-height: 1.2;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  border: solid 0.4rem #C2F1F4;
  width: 11rem;
  height: 11rem;
}
@media only screen and (min-width: 769px) {
  .price .inner .features_list li {
    font-size: 2rem;
    width: 13.8rem;
    height: 13.8rem;
  }
}
.price .inner .free {
  text-align: center;
}
.price .inner .free .underline {
  display: inline-block;
  background: linear-gradient(transparent 70%, #FFF838 70%);
  font-size: 1.6rem;
  margin: 1em 0 0.625em;
}
@media only screen and (min-width: 769px) {
  .price .inner .free .underline {
    font-size: 2rem;
    margin: 1em 0 1.5em;
  }
}
.price .inner .free .underline .strong {
  font-size: 150%;
}
@media only screen and (min-width: 769px) {
  .price .inner .fee_table {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 7rem;
  }
  .price .inner .fee_table::after {
    position: absolute;
    content: "";
    background: url(../images/plus.svg) no-repeat center/contain;
    width: 4rem;
    height: 4rem;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.price .inner .fee_table .service_fee {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .price .inner .fee_table .service_fee {
    position: relative;
  }
  .price .inner .fee_table .service_fee::after {
    position: absolute;
    content: "";
    background: url(../images/plus.svg) no-repeat center/contain;
    width: 4rem;
    height: 4rem;
    top: calc(100% - 1rem);
    left: 50%;
    transform: translateX(-50%);
  }
}
.price .inner .fee_table .service_fee dl {
  text-align: center;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
}
.price .inner .fee_table .service_fee dl dt {
  background: #F9F7F0;
  font-size: 1.6rem;
  padding: 0.5em 0;
}
.price .inner .fee_table .service_fee dl dt span {
  font-size: 1.2rem;
}
.price .inner .fee_table .service_fee dl dd {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1rem 0 1.5rem;
}
.price .inner .fee_table .service_fee dl dd .per_person {
  font-size: 1.4rem;
}
.price .inner .fee_table .service_fee dl dd .per_price {
  font-size: 2.8rem;
}
.price .inner .fee_table .service_fee dl dd .per_price .number {
  font-size: 200%;
  font-weight: 400;
}
.price .inner .fee_table .service_fee dl dd .per_price .yen {
  position: relative;
  display: inline-block;
  margin-left: 0.1em;
}
.price .inner .fee_table .service_fee dl dd .per_price .yen .tax {
  position: absolute;
  top: -0.6em;
  left: 0;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .price .inner .fee_table .service_fee + .usage_fee {
    margin-top: 1rem;
  }
}
.price .inner .fee_table .usage_fee {
  width: 100%;
  border-radius: 1rem;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .price .inner .fee_table .usage_fee {
    padding: 3rem 0;
  }
}
.price .inner .fee_table + .detail {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .price .inner .fee_table + .detail {
    margin-top: 4rem;
  }
}
.price .inner .fee_table + .more_info {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .price .inner .fee_table + .more_info {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 769px) {
  .price .inner .detail {
    width: 80%;
    margin: 0 auto;
  }
}
.price .inner .detail h3 {
  text-align: center;
}
.price .inner .detail h3 .heading_wrap {
  display: inline-block;
  position: relative;
  padding: 0 0.8em;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.price .inner .detail h3 .heading_wrap .strong {
  font-size: 200%;
  line-height: 1;
}
.price .inner .detail h3 .heading_wrap::before, .price .inner .detail h3 .heading_wrap::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #00C5D3;
  top: 60%;
}
.price .inner .detail h3 .heading_wrap::before {
  left: 0;
}
.price .inner .detail h3 .heading_wrap::after {
  right: 0;
}
.price .inner .detail .table table {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  font-size: 1.4rem;
}
.price .inner .detail .table table caption {
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem;
}
.price .inner .detail .table table caption .mark {
  font-size: 1rem;
  font-weight: 400;
}
.price .inner .detail .table table thead tr th {
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding: 0.5em 0;
}
.price .inner .detail .table table thead tr th.man {
  background: #61C0DA;
  border-right: 1px solid #fff;
}
.price .inner .detail .table table thead tr th.woman {
  background: #DA6163;
}
.price .inner .detail .table table tbody tr th {
  vertical-align: middle;
  text-align: center;
  background: #E6E0D5;
  border-top: solid 1px #fff;
  padding: 0.5em;
}
.price .inner .detail .table table tbody tr th.top_left {
  border-radius: 1rem 0 0 0;
}
.price .inner .detail .table table tbody tr th.man {
  background: #61C0DA;
  color: #fff;
}
.price .inner .detail .table table tbody tr th.woman {
  background: #DA6163;
  color: #fff;
}
.price .inner .detail .table table tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding: 0.5em 0;
}
.price .inner .detail .table table tbody tr td.line {
  border-top: solid 1px #E6E0D5;
}
.price .inner .detail .table table tbody tr td.line_right {
  border-right: solid 1px #E6E0D5;
}
.price .inner .detail .table table tbody tr td span {
  font-size: 140%;
}
@media only screen and (max-width: 768px) {
  .price .inner .detail .table table.total tbody tr {
    display: flex;
    flex-direction: column;
  }
  .price .inner .detail .table table.total tbody tr th.top_left {
    border-radius: 1rem 1rem 0 0;
  }
}
.price .inner .detail .table table.total tbody tr th.difference {
  background: #FF7777;
  color: #fff;
}
.price .inner .detail .table table.total tbody tr td.difference {
  background: rgba(255, 119, 119, 0.2);
}
.price .inner .detail .table + .table {
  margin-top: 2.5rem;
}
.price .inner .detail .conclusion {
  text-align: center;
  font-size: 1.6rem;
  margin: 1em 0;
}
.price .inner .detail .conclusion .number {
  font-size: 200%;
}
.price .inner .more_info {
  position: relative;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 769px) {
  .price .inner .more_info {
    padding-bottom: 6rem;
  }
}
.price .inner .more_info .js-accordion-btn {
  position: absolute;
  bottom: 0;
  display: inline-block;
  z-index: 1;
  width: 100%;
}
.price .inner .more_info .js-accordion-btn.is-show::after {
  transform: translateY(-50%) rotate(180deg);
}
.price .inner .more_info .js-accordion-btn.is-show + .js-accordion-text::after {
  display: none;
}
.price .inner .more_info .js-accordion-btn.more_btn {
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 0.5rem;
  background: #205053;
  padding: 1em 0;
  box-shadow: 0 0.4rem 0 0 rgba(32, 80, 83, 0.25);
  transition: all 0.4s;
}
@media only screen and (min-width: 769px) {
  .price .inner .more_info .js-accordion-btn.more_btn {
    font-size: 1.6rem;
  }
}
.price .inner .more_info .js-accordion-btn.more_btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  background: url(../images/cta_arrow_white.svg) no-repeat center/contain;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.4s;
}
@media only screen and (min-width: 769px) {
  .price .inner .more_info .js-accordion-btn.more_btn:hover {
    box-shadow: 0 0.1rem 0 0 rgba(32, 80, 83, 0.25);
    transform: translateY(0.2rem);
  }
  .price .inner .more_info .js-accordion-btn.more_btn:hover::after {
    top: 60%;
    transform: translateY(-60%) rotate(90deg);
  }
}
.price .inner .more_info .js-accordion-btn.more_btn.is-show::after {
  transform: translateY(-50%) rotate(-90deg);
}
.price .inner .more_info .js-accordion-text {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: 2rem;
}
.price .inner .more_info .js-accordion-text.is-hide {
  height: 20rem;
}
.price .inner .more_info .js-accordion-text::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

/**/
@media only screen and (max-width: 768px) {
  .service {
    background: url(../images/item_bottom_sp.webp) no-repeat center bottom/100%;
  }
}
@media only screen and (min-width: 769px) {
  .service {
    background: url(../images/item_bottom_pc.webp) no-repeat left 18rem bottom 4rem/50.2rem 18.594rem;
  }
}
.service .inner {
  padding: 4rem 3rem 10.7rem;
}
@media only screen and (min-width: 769px) {
  .service .inner {
    padding: 6rem 37rem 6rem;
  }
}
.service .inner h2 .heading_wrap .sub {
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .service .inner h2 .heading_wrap .sub {
    font-size: 2rem;
  }
}
.service .inner h2 .heading_wrap .sub .number {
  font-size: 3rem;
}
@media only screen and (min-width: 769px) {
  .service .inner h2 .heading_wrap .sub .number {
    font-size: 3.6rem;
  }
}
.service .inner h2 .heading_wrap::before {
  content: "Service";
}
.service .inner .intro + div {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .service .inner .intro + div {
    margin-top: 2rem;
  }
}
.service .inner .service_contents h3 {
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 0.5em 0;
  text-align: center;
}
.service .inner .service_contents h3.pro {
  background: #FDFAF2;
  border-color: #D3AA00;
  color: #D3AA00;
}
.service .inner .service_contents h3.service {
  background: #F2FCFD;
  border-color: #00C5D3;
  color: #0EB7C3;
}
.service .inner .service_contents .service_contents_list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .service .inner .service_contents .service_contents_list {
    grid-template-columns: repeat(6, 1fr);
  }
}
.service .inner .service_contents .service_contents_list li {
  position: relative;
  background: #F9F7F0;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  height: 10.7rem;
}
.service .inner .service_contents .service_contents_list li.limited_service {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
}
.service .inner .service_contents .service_contents_list li.limited_service .name {
  margin-top: 0.5em;
}
.service .inner .service_contents .service_contents_list li .limited {
  position: absolute;
  top: 0;
  left: 0;
  background: #00C5D3;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.25em 0;
}
.service .inner .service_contents .service_contents_list li figure {
  width: 4.6rem;
  height: 3.5rem;
}
.service .inner .service_contents .service_contents_list li .name {
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 1em;
}
.service .inner .service_contents + .service_contents {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .service .inner .service_contents + .service_contents {
    margin-top: 3rem;
  }
}
.service .inner .note {
  margin-top: 1em;
}
.service .inner .note + div {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .service .inner .note + div {
    margin-top: 6rem;
  }
}
.service .inner .bring {
  padding: 7.5rem 0 0;
  text-align: center;
  line-height: 1.4;
  background: url(../images/item_cake.svg) no-repeat left 5.4rem top 1rem/6rem 6rem, url(../images/item_balloon.svg) no-repeat center top/6rem 6rem, url(../images/item_flag.svg) no-repeat right 5.4rem top 1rem/6rem 6rem;
}
@media only screen and (min-width: 769px) {
  .service .inner .bring {
    background: url(../images/item_cake.svg) no-repeat left 23rem top 1rem/6rem 6rem, url(../images/item_balloon.svg) no-repeat center top/6rem 6rem, url(../images/item_flag.svg) no-repeat right 23rem top 1rem/6rem 6rem;
    width: 55%;
    margin-left: auto;
  }
}
.service .inner .bring .top {
  font-size: 1.6rem;
  color: #205053;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .service .inner .bring .top {
    font-size: 2rem;
  }
}
.service .inner .bring .top span {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
}
.service .inner .bring .top span::before, .service .inner .bring .top span::after {
  position: absolute;
  content: "";
  top: 50%;
  background: #205053;
  height: 1em;
  width: 1px;
}
.service .inner .bring .top span::before {
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
}
.service .inner .bring .top span::after {
  right: 0;
  transform: translateY(-50%) rotate(20deg);
}
.service .inner .bring .free {
  font-size: 2.6rem;
  color: #FF7777;
}
@media only screen and (min-width: 769px) {
  .service .inner .bring .free {
    font-size: 3rem;
  }
}
.service .inner .bring .free .line {
  display: inline-block;
  border-bottom: dashed 2px #FF7777;
}

/**/
.moreover {
  background: url(../images/money.svg) no-repeat bottom 4rem left 1rem/9rem 3.8rem, url(../images/wallet.svg) no-repeat bottom 4.5rem right 2.5rem/5.4rem 5.9rem, #F9F7F0;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .moreover {
    background: url(../images/money.svg) no-repeat bottom 5.3rem left 47.5rem/10.7rem 4.56rem, url(../images/wallet.svg) no-repeat bottom 4.8rem right 49.9rem/6rem 7.5rem, #F9F7F0;
  }
}
.moreover .inner {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media only screen and (min-width: 769px) {
  .moreover .inner {
    padding: 6rem 0;
  }
}
.moreover .inner .if {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .moreover .inner .if {
    font-size: 2.4rem;
  }
}
.moreover .inner .money_back .money_back_wrap {
  font-family: "Zen Old Mincho", serif;
  position: relative;
  display: inline-block;
  padding: 0 0.5em 0 0.6em;
  line-height: 1.1;
  font-size: 4rem;
}
@media only screen and (min-width: 769px) {
  .moreover .inner .money_back .money_back_wrap {
    font-size: 4.4rem;
  }
}
.moreover .inner .money_back .money_back_wrap::before, .moreover .inner .money_back .money_back_wrap::after {
  position: absolute;
  content: "";
  background: url(../images/laurel_wreath.svg) no-repeat center/contain;
  width: 1.6rem;
  height: 4.4rem;
}
@media only screen and (min-width: 769px) {
  .moreover .inner .money_back .money_back_wrap::before, .moreover .inner .money_back .money_back_wrap::after {
    width: 1.9rem;
    height: 5.3rem;
  }
}
.moreover .inner .money_back .money_back_wrap::before {
  left: 0;
}
.moreover .inner .money_back .money_back_wrap::after {
  right: 0;
  transform: scale(-1, 1);
}
.moreover .inner .money_back .money_back_wrap .hira {
  font-size: 2.8rem;
}
@media only screen and (min-width: 769px) {
  .moreover .inner .money_back .money_back_wrap .hira {
    font-size: 3.4rem;
  }
}
.moreover .inner .reassurance {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .moreover .inner .reassurance {
    font-size: 2rem;
  }
}

/**/
.no_doubt {
  position: relative;
  overflow: hidden;
  background: url(../images/flower.svg) no-repeat top 0.8rem center/100%, url(../images/wedding.svg) no-repeat center bottom -5rem/115%;
}
@media only screen and (min-width: 769px) {
  .no_doubt {
    background: url(../images/flower.svg) no-repeat top center/70%, url(../images/wedding.svg) no-repeat center bottom -4rem/56.347rem 22.5rem;
  }
}
.no_doubt::after {
  position: absolute;
  content: "";
  bottom: -6.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 116%;
  height: 9rem;
  border-radius: 50%;
  background: #00C5D3;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .no_doubt::after {
    bottom: -16.8rem;
    height: 22.5rem;
  }
}
.no_doubt .inner {
  padding: 4rem 0 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .no_doubt .inner {
    padding: 6rem 0 19rem;
  }
}
.no_doubt .inner .first_line {
  font-size: 1.6rem;
  color: #205053;
}
@media only screen and (min-width: 769px) {
  .no_doubt .inner .first_line {
    font-size: 2.4rem;
  }
}
.no_doubt .inner .second_line {
  font-size: 2.4rem;
  color: #205053;
}
@media only screen and (min-width: 769px) {
  .no_doubt .inner .second_line {
    font-size: 3.6rem;
  }
}
.no_doubt .inner .strong span {
  font-size: 4rem;
  padding: 0 1em;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .no_doubt .inner .strong span {
    font-size: 6rem;
  }
}
.no_doubt .inner .strong span::before, .no_doubt .inner .strong span::after {
  position: absolute;
  content: "";
  background: url(../images/strong_pink.svg) no-repeat center/contain;
  width: 3.2rem;
  height: 5.6rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .no_doubt .inner .strong span::before, .no_doubt .inner .strong span::after {
    width: 4.8rem;
    height: 8.4rem;
  }
}
.no_doubt .inner .strong span::before {
  left: 0;
}
.no_doubt .inner .strong span::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}

/**/
.venue {
  background: #F9F7F0;
}
.venue .inner {
  padding: 4rem 3rem;
}
@media only screen and (min-width: 769px) {
  .venue .inner {
    padding: 6rem 0;
  }
}
.venue h2 .heading_wrap::before {
  content: "Venue";
}
.venue .splide__arrow {
  display: none;
}
.venue .text {
  margin-top: 2em;
}
@media only screen and (min-width: 769px) {
  .venue .text {
    margin: 1em auto 0;
    width: 70rem;
  }
}
.venue .good_news {
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 2rem;
  margin: 6rem auto 0;
  padding: 3rem 1.5rem;
}
@media only screen and (min-width: 769px) {
  .venue .good_news {
    width: 65rem;
    margin: 8rem auto 0;
    padding: 2.5rem;
  }
}
.venue .good_news::before {
  position: absolute;
  content: "";
  top: -5.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/good_news.svg) no-repeat center/contain;
  width: 10rem;
  height: 4.1rem;
}
.venue .good_news::after {
  position: absolute;
  content: "";
  top: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/for_you.svg) no-repeat center/contain;
  width: 19.8rem;
  height: 3.2rem;
}
@media only screen and (min-width: 769px) {
  .venue .good_news::after {
    top: -1.8rem;
    width: 23.8rem;
    height: 3.8rem;
  }
}
.venue .good_news .top {
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .venue .good_news .top {
    font-size: 2.4rem;
  }
}
.venue .good_news .top .strong {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .venue .good_news .top .strong {
    font-size: 2.8rem;
  }
}
.venue .good_news .top .strong.underline {
  background: linear-gradient(transparent 70%, #FFF838 70%);
}
.venue .good_news .top + .bottom {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: solid 1px #E6E0D5;
}
.venue .good_news .bottom .title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .venue .good_news .bottom .title {
    font-size: 2rem;
  }
}
.venue .good_news .bottom .title span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.venue .good_news .bottom .title span::before {
  position: absolute;
  content: "";
  background: url(../images/thumb_up.svg) no-repeat center/contain;
  width: 1em;
  height: 1em;
  top: 0.3em;
  left: 0;
}
.venue .good_news .bottom .list_wrap {
  display: flex;
  justify-content: center;
  text-align: left;
}
.venue .good_news .bottom .list_wrap ul li {
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .venue .good_news .bottom .list_wrap ul li {
    font-size: 1.8rem;
  }
}
.venue .good_news .bottom .list_wrap ul li span {
  padding-left: 2em;
  position: relative;
}
.venue .good_news .bottom .list_wrap ul li span::before {
  position: absolute;
  content: "";
  background: url(../images/check.svg) no-repeat center/contain;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.venue .good_news .bottom .list_wrap ul li + li {
  margin-top: 0.5em;
}
.venue .good_news + .cta {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .venue .good_news + .cta {
    margin-top: 2.5rem;
  }
}
.venue .cta .btn {
  display: block;
  text-align: center;
  position: relative;
  background: #FFF838;
  border: solid 1px #fff;
  color: #205053;
  font-size: 1.8rem;
  padding: 1em;
  border-radius: 0.5rem;
  box-shadow: 0 0.4rem 0 0 rgba(32, 80, 83, 0.25);
  transition: all 0.4s;
}
@media only screen and (min-width: 769px) {
  .venue .cta .btn {
    width: 50rem;
    margin: 0 auto;
    font-size: 2.4rem;
  }
}
.venue .cta .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  background: url(../images/cta_arrow.svg) no-repeat center/contain;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.venue .cta .btn:hover {
  box-shadow: 0 0.1rem 0 0 rgba(32, 80, 83, 0.25);
  transform: translateY(0.3rem);
}
.venue .cta .btn:hover::after {
  right: 0.75em;
}

/**/
.choice {
  background: url(../images/choice_back_sp.webp) no-repeat center bottom/100% 33rem, #F2FCFD;
}
@media only screen and (min-width: 769px) {
  .choice {
    background: url(../images/choice_back_pc.webp) no-repeat center bottom/100% 51.5rem, #F2FCFD;
  }
}
.choice .inner {
  padding: 4rem 3rem 26rem;
}
@media only screen and (min-width: 769px) {
  .choice .inner {
    padding: 4rem 35.5rem 42.5rem;
  }
}
.choice .inner .heading_top {
  text-align: center;
  margin-bottom: 1em;
}
.choice .inner .heading_top span {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  background: #00C5D3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 100rem;
}
.choice .inner .heading_top span::after {
  position: absolute;
  content: "";
  background: #00C5D3;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 2rem;
  height: 1rem;
}
.choice .inner .intro + .guidance {
  margin-top: 2.5rem;
}
.choice .inner .guidance {
  background: #fff;
  padding: 0.5rem;
}
.choice .inner .guidance .inline {
  border: solid 1px #D3AA00;
  padding: 2rem 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  color: #D3AA00;
}
@media only screen and (min-width: 769px) {
  .choice .inner .guidance .inline {
    padding: 4rem 0;
    font-size: 2.6rem;
  }
}
.choice .inner .guidance .inline .hira {
  font-size: 1.6rem;
}

/**/
.voice .inner {
  padding: 4rem 3rem;
}
@media only screen and (min-width: 769px) {
  .voice .inner {
    padding: 6rem 15rem;
  }
}
.voice .inner h2 .heading_wrap::before {
  content: "Voice";
  top: 0;
  left: -0.5em;
}
.voice .inner .slider_voice .splide__arrow {
  background: #00C5D3;
}
.voice .inner .slider_voice .splide__arrow--prev {
  left: -1.5rem;
}
.voice .inner .slider_voice .splide__arrow--next {
  right: -1.5rem;
}
.voice .inner .slider_voice .splide__arrow svg {
  fill: #fff;
}
.voice .inner .slider_voice ul li.splide__slide {
  background: #F9F7F0;
  padding: 2rem 2rem 2.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
.voice .inner .slider_voice ul li.splide__slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: #00C5D3;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.voice .inner .slider_voice ul li.splide__slide .profile {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.voice .inner .slider_voice ul li.splide__slide .profile picture {
  width: 8rem;
  height: 8rem;
}
.voice .inner .slider_voice ul li.splide__slide .profile .right .name {
  font-size: 2rem;
  color: #205053;
}
.voice .inner .slider_voice ul li.splide__slide .profile .right .name + .conditions {
  margin-top: 0.5rem;
}
.voice .inner .slider_voice ul li.splide__slide .profile .right .conditions span {
  display: inline-block;
  padding: 0.1em 0.8em 0.2em;
  font-size: 1.2rem;
  border: solid 1px #3B4242;
  background: #fff;
  border-radius: 100rem;
}
@media only screen and (min-width: 769px) {
  .voice .inner .slider_voice ul li.splide__slide .profile .right .conditions span {
    padding: 0.25em 0.8em 0.2em;
  }
}
.voice .inner .slider_voice ul li.splide__slide .profile .right .conditions span + span {
  margin-left: 0.5rem;
}
.voice .inner .slider_voice ul li.splide__slide .comment {
  font-weight: 400;
  margin-top: 1em;
  line-height: 2;
}
.voice .inner .slider_voice ul li.splide__slide .comment + div {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: solid 1px #E6E0D5;
}
.voice .inner .slider_voice ul li.splide__slide .reason_for_choosing .heading {
  text-align: center;
  color: #0EB7C3;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 1rem;
}
.voice .inner .slider_voice ul li.splide__slide .reason_for_choosing .heading::after {
  position: absolute;
  content: "Q";
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8rem;
  line-height: 1;
  opacity: 0.2;
  top: -1.4rem;
  left: 50%;
  transform: translateX(-50%);
}
.voice .inner .slider_voice ul li.splide__slide .reason_for_choosing ul li {
  padding-left: 1em;
  position: relative;
  font-weight: 400;
  font-size: 1.4rem;
}
.voice .inner .slider_voice ul li.splide__slide .reason_for_choosing ul li::before {
  position: absolute;
  content: "";
  background: #00C5D3;
  width: 0.5em;
  height: 0.5em;
  top: 0.55em;
  left: 0;
}

/**/
.flow {
  background: #F2FCFD;
}
.flow .inner {
  padding: 4rem 3rem;
}
@media only screen and (min-width: 769px) {
  .flow .inner {
    padding: 6rem 22rem;
  }
}
.flow .inner h2 .heading_wrap::before {
  content: "Flow";
}
.flow .flow_list {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .flow .flow_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.flow .flow_list::after {
  position: absolute;
  content: "";
  top: 2.4rem;
  left: 2.4rem;
  height: 75%;
  width: 2px;
  background: #00C5D3;
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .flow .flow_list::after {
    top: 3rem;
    left: 10%;
    height: 2px;
    width: 80%;
  }
}
.flow .flow_list li {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .flow .flow_list li {
    display: flex;
    gap: 3rem;
  }
  .flow .flow_list li + li {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 769px) {
  .flow .flow_list li figure {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 auto 1rem;
  }
}
.flow .flow_list li figure img {
  width: 4.8rem;
  height: 4.8rem;
}
@media only screen and (min-width: 769px) {
  .flow .flow_list li figure img {
    width: 6rem;
    height: 6rem;
  }
}
.flow .flow_list li .text_wrap {
  width: 100%;
}
.flow .flow_list li .text_wrap h3 {
  color: #205053;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .flow .flow_list li .text_wrap h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.flow .flow_list li .text_wrap h3 .small {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .flow .flow_list li .text_wrap h3 .small {
    font-size: 1.4rem;
  }
}
.flow .flow_list li .text_wrap .text {
  font-size: 1.4rem;
  margin-top: 0.5em;
}
@media only screen and (min-width: 769px) {
  .flow .flow_list li .text_wrap .text {
    margin-top: 1em;
  }
}
.flow .flow_list li .text_wrap .text + a {
  margin-top: 1em;
}
.flow .flow_list li .text_wrap a {
  color: #205053;
  display: block;
  background: #FFF838;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  text-align: center;
  padding: 1em 0;
  width: 100%;
  box-shadow: 0 3px 0 0 rgba(32, 80, 83, 0.25);
  position: relative;
}
.flow .flow_list li .text_wrap a::after {
  position: absolute;
  content: "";
  background: url(../images/cta_arrow.svg) no-repeat center/contain;
  width: 1em;
  height: 1em;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

/**/
.faq .inner {
  padding: 4rem 3rem;
}
@media only screen and (min-width: 769px) {
  .faq .inner {
    padding: 6rem 42rem;
  }
}
.faq .inner h2 .heading_wrap::before {
  content: "FAQ";
}
.faq .inner dl {
  background: #F9F7F0;
  position: relative;
}
.faq .inner dl::before {
  position: absolute;
  content: "Q";
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  color: #00C5D3;
  top: -1rem;
  left: -1rem;
  line-height: 1;
}
.faq .inner dl dt {
  cursor: pointer;
  position: relative;
  padding: 1em 2em 1em 1.5em;
}
@media only screen and (min-width: 769px) {
  .faq .inner dl dt {
    padding: 1em 2.5em 1em 1.5em;
  }
}
.faq .inner dl dt::after {
  position: absolute;
  content: "";
  background: url(../images/arrow_faq.svg) no-repeat center/contain;
  width: 1rem;
  height: 0.5rem;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .faq .inner dl dt::after {
    right: 1em;
  }
}
.faq .inner dl dt.open::after {
  transform: translateY(-50%) scale(1, -1);
}
.faq .inner dl dd {
  display: none;
  padding: 1.5rem 2rem 2rem;
  font-weight: 400;
  line-height: 2;
  font-size: 1.2rem;
  border-top: solid 1px #fff;
}
@media only screen and (min-width: 769px) {
  .faq .inner dl dd {
    font-size: 1.4rem;
  }
}
.faq .inner dl + dl {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .faq .inner dl + dl {
    margin-top: 2rem;
  }
}

/**/
.contact .inner {
  display: none;
  background: #F2FCFD;
  padding: 4rem 3rem;
}
@media only screen and (min-width: 769px) {
  .contact .inner {
    padding: 6rem 44.5rem;
  }
}
.contact .inner.active {
  display: block;
}
.contact .tab {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 2px solid #00C5D3;
}
.contact .tab button {
  text-align: center;
  font-size: 1.6rem;
  background: #F9F7F0;
  color: #0EB7C3;
  padding: 1rem 0;
  line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  .contact .tab button {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}
.contact .tab button.active {
  background: #00C5D3;
  color: #fff;
}
.contact .tab button:first-child {
  border-radius: 0 1rem 0 0;
}
.contact .tab button:nth-child(2) {
  border-radius: 1rem 0 0 0;
}
.contact h2 .heading_wrap .sub {
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .contact h2 .heading_wrap .sub {
    font-size: 2rem;
  }
}
.contact h2 .heading_wrap .sub .strong {
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .contact h2 .heading_wrap .sub .strong {
    font-size: 3.6rem;
  }
}
.contact h2 .heading_wrap::before {
  content: "Contact";
}
.contact form .content + .content {
  margin-top: 2rem;
}
.contact form .content p {
  font-weight: 600;
}
.contact form .content p.heading {
  margin-bottom: 1rem;
}
.contact form .content p span {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.2rem;
  margin-right: 1rem;
}
.contact form .content p span.required {
  background: #FF7777;
}
.contact form .content p span.optionally {
  background: #888;
}
.contact form .content input::placeholder,
.contact form .content textarea::placeholder {
  color: #ddd;
  font-weight: 400;
}
.contact form .content input[type=date],
.contact form .content input[type=text],
.contact form .content input[type=email],
.contact form .content input[type=tel],
.contact form .content textarea,
.contact form .content select {
  width: 100%;
  background: #fff;
  padding: 1em;
}
.contact form .content .tel_input_wrap {
  display: flex;
  align-items: stretch;
  background: #fff;
}
.contact form .content .tel_input_wrap .tel_prefix {
  display: flex;
  align-items: center;
  padding: 0 0.8em;
  background: #f0f0f0;
  color: #555;
  font-size: 0.95em;
  font-weight: bold;
  white-space: nowrap;
  border-right: 1px solid #ddd;
}
.contact form .content .tel_input_wrap input[type=tel] {
  flex: 1;
  width: auto;
  background: transparent;
}
.contact form .content .tel_input_wrap input[type=tel].error {
  outline: 2px solid #e00;
}
.contact form .content .tel_error {
  display: none;
  margin-top: 0.4em;
  color: #e00;
  font-size: 0.85em;
}
.contact form .content input[type=date],
.contact form .content select {
  cursor: pointer;
}
.contact form .content textarea {
  min-height: 9em;
}
.contact form .content .select_wrap {
  position: relative;
}
.contact form .content .select_wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background: #3B4242;
  width: 1rem;
  height: 0.5rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.contact form .content label p {
  margin-bottom: 1rem;
}
.contact form .content.agree {
  text-align: center;
}
.contact form .content.agree a {
  color: #0EB7C3;
  text-decoration: underline;
}
.contact form .content.submit_btn input[type=submit] {
  background: url(../images/cta_arrow.svg) no-repeat center right 1em/1em 1em, #FFF838;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  color: #205053;
  box-shadow: 0 4px 0 rgba(32, 80, 83, 0.25);
  border-radius: 0.5rem;
  padding: 1.5em 0;
  border: solid 1px #fff;
  transition: all 0.4s;
}
.contact form .content.submit_btn input[type=submit]:disabled {
  filter: grayscale(100%);
  color: #888;
}
.honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/**/
.footer_nav {
  font-weight: 400;
  background: #F9F7F0;
  padding: 4rem 2rem 3rem;
}
@media only screen and (min-width: 769px) {
  .footer_nav {
    padding: 5rem 44.5rem 4rem;
  }
}
.footer_nav figure {
  width: 13rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .footer_nav figure {
    width: 15rem;
  }
}
.footer_nav figure + div {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .footer_nav figure + div {
    margin-top: 4rem;
  }
}
.footer_nav .business_hours {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_nav .business_hours_wrap dl {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.footer_nav .business_hours_wrap dl dt {
  background: #fff;
  padding: 0.5em 1em;
}
.footer_nav .business_hours_wrap dl dd {
  display: inline-block;
}
.footer_nav .business_hours_wrap dl + dl {
  margin-top: 0.5rem;
}
.footer_nav .business_hours + nav {
  margin-top: 1.5rem;
}
.footer_nav nav ul {
  display: flex;
  justify-content: center;
}
.footer_nav nav ul li {
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .footer_nav nav ul li {
    font-size: 1.4rem;
  }
}
.footer_nav nav ul li:first-child {
  padding-right: 1em;
  border-right: solid #ddd 1px;
}
.footer_nav nav ul li:nth-child(2) {
  padding-left: 1em;
}

/**/
.footer {
  background: #3B4242;
  text-align: center;
  padding: 1em 0;
}
.footer .copy {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 400;
}

/* プライバシーポリシー */
.privacy .inner {
  padding: 4rem 2rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .privacy .inner {
    padding: 6rem 39.5rem;
  }
}
.privacy .inner h2 {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .privacy .inner h2 {
    font-size: 2.4rem;
  }
}
.privacy .inner p {
  text-indent: 1em;
  font-weight: 400;
}
.privacy .inner h3 {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .privacy .inner h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .privacy .inner h4 {
    font-size: 1.6rem;
  }
}
.privacy .inner .whole {
  margin-top: 2em;
}
.privacy .inner .whole .list + li {
  margin-top: 2em;
}
.privacy .inner .whole .list .inside_list {
  padding-left: 1em;
  margin-top: 1.5em;
}
.privacy .inner .whole .list .inside_list li + li {
  margin-top: 1em;
}
.privacy .inner .whole .list .inside_list li .more_inside {
  margin-top: 1em;
}
.privacy .inner .whole .list .inside_list li .more_inside li + li {
  margin-top: 0.5em;
}

/**/
.thanks .inner {
  padding: 6rem 2rem;
}
@media only screen and (min-width: 769px) {
  .thanks .inner {
    padding: 8rem 39.5rem;
  }
}
.thanks .inner h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1em;
  color: #0EB7C3;
}
@media only screen and (min-width: 769px) {
  .thanks .inner h2 {
    font-size: 3rem;
  }
}
.thanks .inner p {
  font-weight: 400;
  line-height: 2;
}

.back_btn {
  margin: 3rem auto 0;
  text-align: center;
}
.back_btn a {
  position: relative;
  background: #FFF838;
  border: solid 1px #fff;
  color: #205053;
  font-size: 1.6rem;
  padding: 0.8rem 3em;
  gap: 1.5em;
  border-radius: 0.5rem;
  box-shadow: 0 0.4rem 0 0 rgba(32, 80, 83, 0.25);
  transition: all 0.4s;
}
@media only screen and (min-width: 769px) {
  .back_btn a {
    font-size: 1.8rem;
  }
}
.back_btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 1em;
  width: 1em;
  height: 1em;
  background: url(../images/cta_arrow.svg) no-repeat center/contain;
  transform: translateY(-50%) scale(-1, 1);
  transition: all 0.4s;
}
.back_btn a:hover {
  box-shadow: 0 0.1rem 0 0 rgba(32, 80, 83, 0.25);
}
.back_btn a:hover::after {
  left: 0.75em;
}
.back_btn a .situation_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  color: #0EB7C3;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .back_btn a .situation_wrap {
    font-size: 1.8rem;
  }
}
.back_btn a .situation_wrap span + span {
  border-top: solid 1px #205053;
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=style.css.map */