@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
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, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #333333;
    padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  body {
        padding-bottom: calc(200 / 750 * 100vw);
}
}

.font-pop {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.white {
  color: #ffffff;
}

.gold {
  color: #b3a369;
}

.bold {
  font-weight: 700;
}

.blawn {
  color: #c66e4e;
}

a:hover {
  cursor: pointer;
}

section {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section {
    padding: 10.6666666667vw 0;
  }
}

.ttl {
  font-size: 40px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .ttl {
    line-height: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .ttl {
    font-size: 7.4666666667vw;
  }
}

.sttl {
  font-size: 18px;
  line-height: 1.5em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sttl {
    font-size: 4.8vw;
  }
}

.cv-btn-ttl {
  margin: 0 auto;
  margin-bottom: 17px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .cv-btn-ttl {
    width: 57.3333333333vw;
    margin-bottom: 2vw;
  }
}

.cv-btn {
  background: #b3a369;
  display: block;
  color: #fff;
  width: 630px;
  height: 80px;
  border-radius: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 32px;
  -webkit-box-shadow: 0px 12px 0px 0px #786830;
          box-shadow: 0px 12px 0px 0px #786830;
  position: relative;
}

@media (max-width: 767px) {
  .cv-btn {
    width: 84vw;
    height:calc(96/750 * 100vw);
    border-radius: 100px;
    padding: 0 4.2666666667vw;
    -webkit-box-shadow: 0px 2vw 0px 0px #786830;
            box-shadow: 0px 2vw 0px 0px #786830;
  }
}
.cv-btn:hover {
  opacity: 0.8;
}

.cv-btn-txt {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .cv-btn-txt {
    margin-top: -4px;
  }
}

@media (max-width: 767px) {
  .cv-btn-txt {
    margin-top: -1.3333333333vw;
    font-size:calc(32/750 * 100vw);
    letter-spacing: 0.02em;
    padding-top: 0.6666666667vw;
  }
}
.btn-arrow {
  position: absolute;
  right: 39px;
  top: 20%;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .btn-arrow {
    top: 22%;
    width: 6vw;
    right: 3.8666666667vw;
  }
}

.cv-btn-area {
  background-color: #fbf9ee;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .cv-btn-area {
    padding: 5.0666666667vw 0 7.2vw 0;
  }
}
.cv-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cv-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.case-list-bottom {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .case-list-bottom {
    margin-top: 11.3333333333vw;
  }
}
.case-list-bottom .cv-btn-txt {
  line-height: 1.2em;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .case-list-bottom .cv-btn-txt {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .case-list-bottom .cv-btn-txt {
    font-size: 3.7333333333vw;
  }
}
.case-list-bottom .cv-btn-txt .cv-btn-stxt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .case-list-bottom .cv-btn-txt .cv-btn-stxt {
    font-size:calc(24/750 * 100vw);
  }
}

.case-01-bottom {
  margin-top: 40px;
  margin-bottom: 100px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .case-01-bottom {
    margin-top: 10.6666666667vw;
    margin-bottom: 16.666667vw;
    height: calc(112/750 * 100vw);
  }
}
.case-01-bottom .cv-btn-txt {
  line-height: 1.2em;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .case-01-bottom .cv-btn-txt {
    font-size: 3.7333333333vw;
  }
}
.case-01-bottom .cv-btn-txt .cv-btn-stxt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .case-01-bottom .cv-btn-txt .cv-btn-stxt {
    font-size: 3.2vw;
  }
}

.case-03-top-btn {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .case-03-top-btn {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.case-03-top-btn .cv-btn-txt {
  line-height: 1.2em;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .case-03-top-btn .cv-btn-txt {
    font-size: 3.7333333333vw;
  }
}
.case-03-top-btn .cv-btn-txt .cv-btn-stxt {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .case-03-top-btn .cv-btn-txt .cv-btn-stxt {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .case-04-top-btn .cv-btn-txt {
    line-height: 1.1em;
  }
}
.case-04-top-btn .cv-btn-stxt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .case-04-top-btn .cv-btn-stxt {
    font-size: 3.2vw;
  }
}

.notes {
  color: #777777 !important;
  text-align: left;
  font-size: 14px !important;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 2.6666666667vw !important;
  }
}

.slick-initialized .slick-slide {
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .slick-initialized .slick-slide {
    margin: 0 10px;
  }
}
.case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  margin: 0 auto;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .case-list {
    width: 89.3333333333vw;
    height: 76.1333333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .case-img {
    width: 89.3333333333vw;
    height: 55.2vw;
  }
}
.case-list-item {
  width: 540px;
  height: 571px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .case-list-item {
    width: 89.3333333333vw;
    height: 76.1333333333vw;
  }
}

.case-list-txt {
  font-size: 16px;
 text-align: left;
  margin-top: 16px;
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .case-list-txt {
    font-size: 3.7333333333vw;
    margin-top: 3.2vw;
  }
}

.z-5-slide-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  bottom: 90px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .z-5-slide-dots {
    gap: 3.2vw;
    bottom: 24.2666666667vw;
  }
}

.z-5-slide-dots li {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .z-5-slide-dots li {
    width: 2.2vw;
    height: 2.2vw;
  }
}

.z-5-slide-dots li button {
  display: none;
}

.z-5-slide-dots li.slick-active {
  background: #ffffff;
}

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

.slick-slide {
  height: auto !important;
}

.case-list .slick-next {
  right: -21px;
  left: auto;
  top: 36%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .case-list .slick-next {
    top: 42%;
    height: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .case-list .slick-next {
    right: -4vw;
    height: 8.5333333333vw;
    width: 8.5333333333vw;
  }
}
.case-list .slick-next:before {
  font-size: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  color: #000000;
  right: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .case-list .slick-next:before {
    font-size: 3.7333333333vw;
  }
}
.case-list .slick-prev {
  left: -21px;
  right: auto;
  z-index: 5;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .case-list .slick-prev {
    top: 42%;
    height: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .case-list .slick-prev {
    left: -4.333333vw;
    height: 8.5333333333vw;
    width: 8.5333333333vw;
    top: 36%;
  }
}
.case-list .slick-prev:before {
  font-size: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  color: #000000;
  left: 0;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .case-list .slick-prev:before {
    font-size: 3.7333333333vw;
  }
}
.case-list .slick-prev.slick-disabled,
.case-list .slick-next.slick-disabled {
  opacity: 0;
}

.case-list .slick-prev.slick-disabled:before,
.case-list .slick-next.slick-disabled:before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 4vw;
  }
}

.slider {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .slider {
    margin-bottom: 3.2vw;
  }
}
.grade-ttl {
  background: rgb(159, 206, 248);
  background: -webkit-gradient(linear, left top, right top, from(rgb(159, 206, 248)), to(rgb(214, 188, 243)));
  background: linear-gradient(90deg, rgb(159, 206, 248) 0%, rgb(214, 188, 243) 100%);
  border-radius: 2px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  padding: 4px 30px;
  display: inline;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .grade-ttl {
    border-radius: 0.5333333333vw;
    padding: 1.3333333333vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.grade-ttl .font-pop {
  font-size: 32px;
  position: relative;
  bottom: -4px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .grade-ttl .font-pop {
    bottom: -0.5333333333vw;
    font-size: 6.4vw;
  }
}

.case-03 .grade-ttl {
  background: rgb(106, 209, 193);
  background: -webkit-gradient(linear, left top, right top, from(rgb(106, 209, 193)), to(rgb(119, 177, 236)));
  background: linear-gradient(90deg, rgb(106, 209, 193) 0%, rgb(119, 177, 236) 100%);
}

.scroll_down {
  position: relative;
}
@media screen and (min-width: 768px) {
  .scroll_down {
    display: none;
  }
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

.scroll_down p {
  display: inline-block;
  position: absolute;
  right: 34px;
  bottom: 23px;
  z-index: 2;
  width: 37px;
  padding: 10px 10px 110px;
  color: #c7c7c7;
  font-size: 20px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .scroll_down p {
    font-size: 2.6666666667vw;
    width: 4.9333333333vw;
    padding: 1.3333333333vw 1.3333333333vw 14.6666666667vw;
    right: 4.5333333333vw;
    bottom: 3.0666666667vw;
  }
}

.scroll_down p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .scroll_down p:before {
    width: 0.1333333333vw;
    height: 13.3333333333vw;
  }
}

.scroll_down p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #c7c7c7;
}
@media screen and (max-width: 767px) {
  .scroll_down p:after {
    width: 0.1333333333vw;
    height: 13.3333333333vw;
  }
}

#type01 p:after {
  -webkit-animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.anc-top-btn {
  position: absolute;
  top: -90px;
  right: 32px;
  background-color: #5c5c5c;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .anc-top-btn {
    top: -12vw;
    right: 4.2666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 3.2vw;
  }
}

/* =========================================================
Web fonts
========================================================= */
/* =========================================================
base
========================================================= */
html, body {
  width: 100%;
  min-width: 1200px;
  height: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  html, body {
    min-width: 100%;
  }
}

body {
  letter-spacing: 0;
  background: #fff;
  font-weight: 400;
  font-size: 18.6666666667px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
    line-height: 1.7;
  }
}

main {
  width: 100vw;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

a {
  color: #333;
  display: block;
  text-decoration: none;
}

p {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

img {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.pc-in {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-in {
    display: none;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-in {
    display: block;
  }
}

/* border-box
--------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

.header {
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100vw;
    max-width: 1920px;
  }
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header .header-inner {
    width: 100%;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner {
    height: 13.3333333333vw;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header .header-inner .logo {
    width: 205px;
    padding-left: 30px;
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-inner .logo {
    width: 34.6666666667vw;
    height: auto;
    margin: 0 auto;
  }
}
.header .header-inner .logo img {
  width: 100%;
}

.mv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    width: 100vw;
    height: 28.6458333333vw;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .mv .pc-move {
    height: 28.6458333333vw;
    width: 100%;
  }
}
.mv .mv-parts-culm {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 32.2916666667vw;
  z-index: 1;
  top: 19.229167vw;
      left: 4.600833vw;
}
.mv .mv-parts-culm img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv .mv-parts-culm {
    display: none;
  }
}
.mv .mv-parts-culm:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .mv .mv-txt {
    width: 31.40625vw;
    position: absolute;
    top: 4.53125vw;
    left: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv-txt {
    margin-top: 5.0666666667vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    width: 80.5333333333vw;
  }
}

.mv-list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv-list {
    height: 28.6458333333vw;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-list {
    height: calc(827/750 * 100vw);
  }
}

.mv-list-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
  width: 100vw;
}

.mv-list-item.active {
  opacity: 1;
}

.mv-dots {
  position: absolute;
  left: 71.09375vw;
  bottom: 1.25vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mv-dots {
    left: 50%;
    bottom: 37.3333333333vw;
  }
}
.mv-dots .dot {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin: 0 0.625vw;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .mv-dots .dot {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 1.6vw;
  }
}
.mv-dots .dot.active {
  background-color: rgb(255, 255, 255);
}

.qa-list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .qa-list {
    width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .qa-list {
    width: 89.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .qa-list-item {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .qa-list-item {
    margin-bottom: 6.4vw;
  }
}

.qa-list-item .qa-q:hover {
  cursor: pointer;
}

.qa-a {
  display: none;
  background-color: #ffffff;
}

.qa-q {
  background-color: #5c5c5c;
  width: 630px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  padding: 12px 0;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .qa-q {
    width: 84vw;
    font-size: 4vw;
    padding: 3.7333333333vw 0;
  }
}

.toggle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 19px;
  height: 4px;
  border-radius: 50px;
  background-color: #ffffff;
  right: 18px;
}

@media (max-width: 767px) {
  .toggle::after {
    right: 2.4vw;
    width: 3.7333333333vw;
    height: 0.4vw;
  }
}
.toggle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 19px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 18px;
}

@media (max-width: 767px) {
  .toggle::before {
    right: 2.4vw;
    width: 3.7333333333vw;
    height: 0.4vw;
  }
}
.qa-q.is-open .toggle::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.toggle {
  position: relative;
  right: -125px;
}
@media screen and (max-width: 767px) {
  .toggle {
    right: -16.6666666667vw;
  }
}

.access-img {
  width: 540px;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .access-img {
    width: 89.3333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}

.qa-a-inner {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  .qa-a-inner {
    padding-top: calc(40/750 * 100vw);
  }
}

.stxt-none-btn {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .stxt-none-btn {
    padding-top: 10.6666666667vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

.case {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .case {
    padding-top: 32px;
  }
}

.case-intro-txt {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .case-intro-txt {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}
.case-intro-txt .gold {
  display: block;
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: -15px;
}
@media screen and (max-width: 767px) {
  .case-intro-txt .gold {
    font-size: 4.8vw;
    margin-bottom: -4vw;
  }
}

.case-item {
  position: relative;
  margin-top: calc(54/750 * 100vw);
}
@media screen and (min-width: 769px) {
  .case-item{
    margin-top: 24px;
  }
}
.case-bg {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  height: 619px;
  width: 100%;
  top: 17px;
  background: url(../img/bg_pc.webp) top center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
.case-bg {
    width: 100vw;
    height:calc(619/750 * 100vw);
   top: 4.533333vw;
    background: url(../img/bg.webp) top center/100vw auto no-repeat;
  }
}
.case-item .case-ttl-img {
  width: 350px;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .case-item .case-ttl-img {
    width:calc(503/750 * 100vw);
    margin-bottom: calc(16/750 * 100vw);
  }
}
.case-item .case-sttl {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .case-item .case-sttl {
    line-height: 1.8em;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .case-item .case-sttl {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.case-item .case-sttl .under-line {
  font-size: 130%;
  border-bottom: solid 2px #c66e4e;
}
.case-item .case-ttl {
  line-height: 1.2em;
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .case-item .case-ttl {
    font-size: calc(46/750 * 100vw);
    margin-bottom:calc(40/750 * 100vw);
  }
}
.case-item .case-ttl-stxt {
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-item .case-ttl-stxt {
    font-size: calc(32/750 * 100vw);
  }
}
.case-ttl-stxt::before{
  content: "";
  position: absolute;
  width: calc(12/750 * 100vw);
  height: calc(28/750 * 100vw);
  background: url(../img/angle_img.webp) top center/100% auto no-repeat;
  left: calc(-24/750 * 100vw);
  top: calc(12/750 * 100vw);
}
.case-ttl-stxt::after{
  content: "";
  position: absolute;
  width: calc(12/750 * 100vw);
  height: calc(28/750 * 100vw);
  background: url(../img/angle_img.webp) top center/100% auto no-repeat;
  right: calc(-24/750 * 100vw);
  top: calc(12/750 * 100vw);
  transform: scale(-1, 1);
}
@media screen and (min-width: 769px) {
  .case-ttl-stxt::before{
  content: "";
  position: absolute;
        width: 8px;
        height: 22px;
        left: -21px;
        top: 7px;
}
.case-ttl-stxt::after{
  content: "";
  position: absolute;
 width: 8px;
        height: 22px;
        right: -21px;
        top: 7px;
  transform: scale(-1, 1);
}
}
.case-item .case-ttl-bottom-txt {
  font-size: 16px;
  width: 670px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.8em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .case-item .case-ttl-bottom-txt {
    font-size: calc(28/750 * 100vw);
    width: 89.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.case-item .case-01-hotel-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 900px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .case-item .case-01-hotel-contents {
    width: 89.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.case-item .case-01-hotel-contents .case-01-hotel-item {
  width: auto;
  margin: 0 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .case-item .case-01-hotel-contents .case-01-hotel-item {
    width: 27.2vw;
    margin: 0 0.6666666667vw;
    margin-bottom: 3.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .case-item .case-01-hotel-contents .case-01-hotel-item img {
    width: auto;
    height: 15.666667vw;
  }
}
@media screen and (min-width: 768px) {
  .case-item .case-01-hotel-contents .case-01-hotel-item img {
    width: 100%;
    height: 80px;
  }
}
.case-item .case-main-img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .case-item .case-main-img {
    width: 100vw;
  }
}
.case-item .case-main-bottom {
  width: 750px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .case-item .case-main-bottom {
    margin: 0 auto;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .case-item .case-main-bottom {
    width: 100vw;
    margin-top: 4.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.case-item .case-main-bottom .case-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .case-item .case-main-bottom .case-area {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: -114px;
    left: 121px;
  }
}
@media screen and (max-width: 767px) {
  .case-item .case-main-bottom .case-area {
    width: 8.8vw;
  }
}
.case-item .case-main-bottom .case-area-img {
  width: 320px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .case-item .case-main-bottom .case-area-img {
    width: 64vw;
  }
}
@media screen and (min-width: 768px) {
  .case-item .case-main-bottom .case-area-img img {
    border-radius: 24px;
  }
}

.case-slider{
  margin-top: calc(40/750 * 100vw);
}

@media screen and (min-width: 768px) {
  .case-slider {
    margin-top: 32px;
  }
}
.case-slider .case-slider-ttl {
    font-size: 24px;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .case-slider .case-slider-ttl {
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .case-slider .case-slider-ttl {
    font-size: 4.8vw;
    margin-bottom: calc(16/750 * 100vw);
  }
}

.benefits .benefits-ttl {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .benefits .benefits-ttl {
    margin-top:calc(40/750 * 100vw);
    font-size: 4.8vw;
  }
}
.benefits .benefits-ttl-txt {
  margin-top: 4px;
  font-size: 14px;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefits .benefits-ttl-txt {
    margin-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.benefits .benefits-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 700px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .benefits .benefits-contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits-contents {
    width: 89.3333333333vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.benefits .benefits-contents .benefits-item {
  background-color: #fbf9ee;
  width: 180px;
  border-radius: 16px;
  padding: 34px 0 0 0;
  height: 180px;
}
@media screen and (min-width: 768px) {
  .benefits .benefits-contents .benefits-item {
    margin: 0 8px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .benefits .benefits-contents .benefits-item {
    border-radius: 4.2666666667vw;
    width: 42.5333333333vw;
    padding: 5.3333333333vw 0;
    margin-bottom: 4.2666666667vw;
    height: 40.2666666667vw;
  }
}
.benefits .benefits-contents .benefits-item .benefits-item-img {
  width: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .benefits .benefits-contents .benefits-item .benefits-item-img {
    width: 17.2vw;
  }
}
.benefits .benefits-contents .benefits-item .benefits-item-txt {
  text-align: center;
  line-height: 1.3em;
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .benefits .benefits-contents .benefits-item .benefits-item-txt {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.benefits .benefits-contents .benefits-item:nth-child(3) .benefits-item-img {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .benefits .benefits-contents .benefits-item:nth-child(3) .benefits-item-img {
    width: 14.2666666667vw;
  }
}
.benefits .benefits-contents .benefits-item:nth-child(5) .benefits-item-img {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .benefits .benefits-contents .benefits-item:nth-child(5) .benefits-item-img {
    width: 11.7333333333vw;
  }
}
.benefits .benefits-contents .benefits-item:nth-child(6) .benefits-item-img {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .benefits .benefits-contents .benefits-item:nth-child(6) .benefits-item-img {
    width: 13.2vw;
  }
}

.benefits-acco {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .benefits-acco {
    margin-top: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.benefits-acco .qa-q {
  background-color: #b39d6c;
}
.benefits-acco .qa-q p {
  text-align: center;
  line-height: 1.3em;
}
.benefits-acco .benefits-contents .benefits-item:nth-child(5) .benefits-item-img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .benefits-acco .benefits-contents .benefits-item:nth-child(5) .benefits-item-img {
    width: 18.5333333333vw;
  }
}
.benefits-acco .benefits-contents .benefits-item:nth-child(6) .benefits-item-img {
  width: 60px;
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .benefits-acco .benefits-contents .benefits-item:nth-child(6) .benefits-item-img {
    width: 19.8666666667vw;
    padding-top: 3.2vw;
  }
}

.appli {
  background-color: #b3a369;
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .appli {
    padding: 10.6666666667vw 0;
  }
}
.appli .appli-side-txt {
  position: absolute;
  width: 55px;
  left: 400px;
  top: 55px;
}
@media screen and (min-width: 768px) {
  .appli .appli-side-txt {
    position: absolute;
    left: 173px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    bottom: -177px;
  }
}
@media screen and (max-width: 767px) {
  .appli .appli-side-txt {
    left: 0;
    width: 9.666667vw;
    top: 7.3333333333vw;
  }
}
.appli .appli-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .appli .appli-ttl {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.appli .appli-txt {
  text-align: center;
  font-size: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .appli .appli-txt {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}
.appli .appli-img {
  width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .appli .appli-img {
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .appli .appli-img {
    width: 69.4666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .appli-culm {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 600px;
  }
}

.notes-box {
  width: 670px;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .notes-box {
    width: 89.3333333333vw;
    margin-top: 8.5333333333vw;
    margin-bottom: 6.4vw;
  }
}
.notes-box .notes {
  margin-bottom: 2px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .notes-box .notes {
    margin-bottom: 0.5333333333vw;
  }
}

.copy-txt {
  font-size: 9px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .copy-txt {
    font-size: 2.4vw;
    margin-top: 6.4vw;
    margin-bottom: 8.5333333333vw;
  }
}

.footer-img {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .footer-img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-img {
    width: 15.2vw;
    margin-bottom: 6.4vw;
  }
}

.footer-link {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-link {
    font-size: 2.6666666667vw;
  }
}

.qa-list-anc {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .qa-list-anc {
    position: relative;
    width: 800px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.qa-list-anc .anc-q {
  position: relative;
  width: 100%;
  border-radius: 0;
  font-size: 3.7333333333vw;
  background-color: #e0523b;
}
@media screen and (min-width: 768px) {
  .qa-list-anc .anc-q {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
  }
}
.qa-list-anc .fa-angle-down {
  position: absolute;
  right: 7.6vw;
}
@media screen and (min-width: 768px) {
  .qa-list-anc .fa-angle-down {
    right: 32px;
  }
}
.qa-list-anc .fa-angle-down:before {
  color: #ffffff;
}
.qa-list-anc .anc-q.is-open .fa-angle-down {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.qa-list-anc .qa-a-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(680/750 * 100vw);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .qa-list-anc .qa-a-inner {
    width: 100%;
    justify-content: center;
  }
}
.qa-list-anc .qa-a-inner .anc-item {
  font-weight: 500;
  letter-spacing: -0.06em;
  width: 48%;
  font-size: calc(26/750 * 100vw);
  margin-bottom: calc(30/750 * 100vw);
  border: #333333 solid calc(2/750 * 100vw);
  padding: calc(8/750 * 100vw) 0;
      text-align: center;
      border-radius: calc(100/750 * 100vw);
      position: relative;
}
@media screen and (min-width: 768px) {
  .qa-list-anc .qa-a-inner .anc-item {
    font-size: 16px;
    margin-bottom: 16px;
    border-radius: 100px;
    padding: 4px;
    border: #333333 solid 2px;
    width: 40%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
.qa-list-anc .qa-a-inner .anc-item:last-child{
margin: 0 auto;
width: calc(340/750 * 100vw);
}
}
 .qa-list-anc .qa-a-inner .anc-item::after{
  content: "";
  width:calc(15/750 * 100vw);
  height: calc(8/750 * 100vw);
  background: url(../img/under_arrow.webp) top center/100% auto no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: calc(26/750 * 100vw);
 }
@media screen and (min-width: 769px) {
  .qa-list-anc .qa-a-inner .anc-item::after{
        width: 12px;
        right: 26px;
            bottom: -9px;
}}
.nomal-anc {
  padding: 3.7333333333vw 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .nomal-anc {
    padding: 12px 0;
    width: 250px;
    position: absolute !important;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .nomal-anc {
    position: relative;
  }
}
.nomal-anc .fa-angle-down {
  top: 42%;
}

@media screen and (min-width: 768px) {
  .case-02-plan-slider {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .case-02-plan-slider .slick-next, .case-02-plan-slider .slick-prev {
    top: 39% !important;
  }
}
@media screen and (min-width: 768px) {
  .case-02-plan-slider .z-5-slide-dots {
    bottom: 132px !important;
  }
}

.floating {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  z-index: 99;
  background-color: #fbf9ef;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 5px 5px -5px #959595;
          box-shadow: 0px 5px 5px -5px #959595;
  width: 100%;
}

.floating.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.floating .cv-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .floating .cv-btn-area {
    width: 93.3333333333vw;
    padding: 2.6666666667vw 0 4.2666666667vw 0;
  }
}
.floating .cv-btn {
  width: 484px;
}
@media screen and (max-width: 767px) {
  .floating .cv-btn {
    width: 44vw;
    height: 13.3333333333vw;
  }
}
.floating .cv-btn .cv-btn-txt {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .floating .cv-btn .cv-btn-txt {
    font-size: 3.2vw;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .floating .cv-btn .btn-arrow {
    display: none;
  }
}
.floating .other-cv-btn {
  background-color: #c66e4e;
  -webkit-box-shadow: 0px 12px 0px 0px #83462f;
          box-shadow: 0px 12px 0px 0px #83462f;
}
@media screen and (max-width: 767px) {
  .floating .other-cv-btn {
    -webkit-box-shadow: 0px 2vw 0px 0px #83462f;
            box-shadow: 0px 2vw 0px 0px #83462f;
  }
}

.other-cv-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.other-cv-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.case-intro-txt-bottom {
  font-size: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .case-intro-txt-bottom {
    font-size: 3.2vw;
    margin-bottom: 9.6vw;
  }
}

.beige-area {
  background-color: #fbf9ee;
  padding: 20px 0 24px 0;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
 line-height: 1.2em;
  color: #c66e4e;
}
@media screen and (max-width: 767px) {
  .beige-area {
    padding: 4.2666666667vw 0 6.4vw 0;
    font-size: calc(48/750 * 100vw);
  }
}
.beige-area .grad-area-stxt {
  font-size: 24px;
          letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .beige-area .grad-area-stxt {
    font-size:calc(32/750 * 100vw);
  }
}

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

.appli-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .appli-img-box {
    width: 69.7333333333vw;
  }
}

.appli-img-left {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .appli-img-left {
    width: 28.9333333333vw;
  }
}

.appli-btn {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .appli-btn {
    width: 33.0666666667vw;
  }
}

.appli-btn:nth-child(1) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .appli-btn:nth-child(1) {
    margin-bottom: 6.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .benefits .benefits-contents .glas-item {
    padding-top: 22px;
  }
}
.benefits .benefits-contents .glas-item .benefits-item-img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .benefits .benefits-contents .glas-item .benefits-item-img {
    width: 13.3333333333vw;
  }
}

.autumn-red{
  color: #e0523b!important;
}

/*Area-contents*/
.Area-ssttl{
  font-size: calc(32/750 * 100vw);
  background-color: #e0523b;
  width: calc(180/750 * 100vw);
  height: calc(55/750 * 100vw);
  border-radius: calc(4/750 * 100vw);
      letter-spacing: 0.03em;
    font-weight: 600;
        margin: 0 auto;
        margin-bottom: calc(30/750 * 100vw);
}
@media screen and (min-width: 768px) {
.Area-ssttl{
        font-size: 20px;
        width: 110px;
        height: 40px;
        border-radius: 4px;
        margin-bottom: 8px;
}
}
.Area-sttl{
  font-size: calc(40/750 * 100vw);
  border-bottom: calc(2/750 * 100vw) solid;
      display: inline;
}
@media screen and (min-width: 768px) {
.Area-sttl{
  font-size: 26px;
  border-bottom: solid 2px;
}
}

.Area-ttl{
  font-size: calc(56/750 * 100vw);
}
@media screen and (min-width: 768px) {
.Area-ttl{
  font-size: 40px;
  margin-top: -12px;
}
}
.Area-ttl-stxt{
  font-size: 60%;
      margin-right: calc(-24/750 * 100vw);
}
@media screen and (min-width: 768px) {
  .Area-ttl-stxt{
      margin-right: -12px;
}
}
.Area-txt{
  width: calc(670/750 * 100vw);
  margin: 0 auto;
  text-align: center;
  margin-top: calc(24/750 * 100vw);
      line-height: 1.8em;
      margin-bottom: calc(32/750 * 100vw);
          letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .Area-txt{
    width: 800px;
    margin-top: 0;
        margin-bottom: 8px;
        font-size: 16px;
  }
}
.Area-contents .notes{
  text-align: center;
}

.dot-line {
  width: 2px;
  margin: 0 auto;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
 .dot-line {
    width: 0.5333333333vw;
    margin-bottom: 0.6666666667vw;
  }
}
/*case-hotel-culm*/
.case-hotel-culm{
  display: flex;
      justify-content: center;  
          align-items: center;
          margin-bottom: calc(48/750 * 100vw);
}
@media screen and (min-width: 769px) {
  .case-hotel-culm{
          margin-bottom: 24px;
}
}
.case-hotel-culm-img{
  width: calc(160/750 * 100vw);
  margin-right: calc(32/750 * 100vw);
}
@media screen and (min-width: 769px) {
  .case-hotel-culm-img{
    width: 120px;
    margin-right: 24px;
  }
}
.case-hotel-culm-txt{
  font-size: calc(40/750 * 100vw);
  font-weight: bold;
      line-height: 1.3em;
          letter-spacing: 0.08em;
          text-align: left;
}
@media screen and (min-width: 769px) {
  .case-hotel-culm-txt{
    font-size: 32px;
  }
}

.case-05 .case-list{
  height: calc(635/750 * 100vw);
}
.case-05 .case-list .slick-prev{
  top: 33%;
}
.case-05 .case-list .slick-next{
    top: 33%;
}
.case-05 .z-5-slide-dots{
          bottom: 32.266667vw;
}
@media screen and (min-width: 769px) {
  .case-05 .case-list{
  height:430px;
}
.case-05 .case-list .slick-prev{
  top: 40%;
}
.case-05 .case-list .slick-next{
   top: 40%;
}
.case-05 .z-5-slide-dots{
               bottom: 110px;
}
}

.benefits .beige-area{
font-size: 26px;
}
@media screen and (max-width: 768px) {
.benefits .beige-area{
 font-size: calc(36 / 750 * 100vw);
 line-height: 1.3em;
}
}
