/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
/* CDN google fonts */
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@500&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&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,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* 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;
}

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

.pc-none {
  display: none;
}

body.LP {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f5f5f5;
}

body.LP img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0 auto;
}

body.LP img[src$="svg"] {
  width: 100%;
  display: block;
}

.wrapper {
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 0 18px #999;
  /* background-color: #e3ab67; */
  background: url("../images/20250805/bg-1.jpg") no-repeat bottom center;
}

.pathSVG {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

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

/* slider */
.slider {
  position: relative;
}

.slider .swiper-container {
  overflow: hidden;
  margin-bottom: 10%;
}

.slider .swiper-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
}

.slider .swiper-prev {
  left: 2%;
}

.slider .swiper-next {
  right: 2%;
}

.slider .swiper-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  font-size: 11px;
  font-size: min(2.875vw, 17px);
}

.slider .swiper-pagination .swiper-pagination-bullet {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  opacity: 1;
}

.room-slider.slider {
  margin-bottom: 20%;
}

.room-slider.slider .swiper-arrow {
  width: 8.5%;
}

.room-slider.slider .swiper-pagination {
  margin-bottom: -10%;
}

.room-slider.slider .swiper-pagination-bullet {
  background-color: #9e9e9e;
  margin: 0 1.3em;
}

.room-slider.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #007aff;
}

.location-slider.slider {
  margin-bottom: 10%;
}

.location-slider.slider .swiper-arrow {
  width: 8.5%;
}

.location-slider.slider .swiper-pagination {
  margin-bottom: -10%;
}

.location-slider.slider .swiper-pagination-bullet {
  background-color: #9e9e9e;
  margin: 0 1em;
}

.location-slider.slider
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #007aff;
}

@media (hover: hover) {
  .slider .swiper-arrow,
  .slider .swiper-pagination .swiper-pagination-bullet {
    transition: opacity 0.3s ease-in-out, transform 0.1s;
  }

  .slider .swiper-arrow:hover {
    opacity: 0.75;
  }

  .slider
    .swiper-pagination
    .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    opacity: 0.75;
    transform: scale(1.1);
  }
}

/* header */
.lp-header {
  padding: 0 2.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  height: auto;
  position: relative;
  z-index: 10;
}

.lp-header .logo {
  width: 40%;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.lp-header .txt {
  width: 55%;
  font-size: 1.2rem;
  font-weight: bold;
}

/* main contents */
.lp-first {
  position: relative;
  padding: 0;
  background-color: #e3ab67;
  background: url(../images/202507nn/bg/my6142_1.png) no-repeat bottom center;
}

.lp-first > * {
  position: relative;
  z-index: 5;
}

/* ファーストビュー高さ */
.lp-first .fv {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 601px) {
  .lp-first .fv {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
}

.lp-first-bg {
  /* position: absolute; */
  left: 0;
  top: 0;
  z-index: 1;
}

.lp-first-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-first .fv .title,
.lp-first .fv .number {
  position: relative;
  z-index: 5;
}

.lp-first .room-bg {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.lp-first .room-bg img {
  display: block;
  width: 100%;
}

/* 椅子の位置 */
.lp-first .room-bg.bg02 {
  display: block;
  top: -10.75%;
  left: 0;
  width: 100%;
  /* margin-top: 132.5%; 元　*/
  margin-top: -12%;
}

@media print, screen and (max-width: 600px) {
  .lp-header .txt {
    width: 55%;
    font-size: 3.2vw;
  }

  .lp-first .room-bg.bg02 {
    display: none;
    /* margin-top: 132.5%; */
    top: 57px;
    margin-top: -22.5%;
  }
}

.lp-first .room-bg.bg03 {
  left: 0;
  bottom: 0;
  width: 30%;
}

.lp-first .room-bg.bg04 {
  right: 0;
  top: 0;
  width: 41.066%;
  margin-top: 237.5%;
}

/* .lp-first .fv .satisfaction {
  position: absolute;
  width: 100%;
  left: 0;
  top: 180vw;
  z-index: 10;
}

@media screen and (max-width:601px) {
  .lp-first .fv .satisfaction {
    position: absolute;
    top: 180vw;
    left: 0;
    width: 100%;
    height: 100%;
  }
} */

.lp-first .title {
  width: 66.11%;
  margin: 0 auto 10%;
}

.lp-first .number {
  width: 35.25%;
  margin: 0 0 0 7.5%;
}

/* .lp-first .satisfaction p {
  margin: 0;
}

.lp-first .satisfaction .percent {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}

.lp-first .satisfaction .note {
  padding: 2.5% 5% 2.5% 50%;
  color: #323232;
  font-weight: 700;
  font-size: 10px;
  font-size: min(2.5vw, 15px);
  transform: scale(0.890625, 0.9375);
  transform-origin: right center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-shadow: 2px 2px 1px #e3ab67, -2px -2px 1px #e3ab67, -2px 2px 1px #e3ab67, 2px -2px 1px #e3ab67;
  text-align: right;
} */

@keyframes blink {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes swing {
  0% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(15%);
  }

  100% {
    transform: translateY(15%);
  }
}

/* オンラインで面接から入社まで完結、の下の▼矢印の設定 */
.lp-first .satisfaction .down {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 15% 0;
}

.lp-first .satisfaction .down i {
  display: block;
  margin: 0 auto;
  /* margin: 0 auto 5.5%; 元のマージンのスタイル*/
  /* font-size: 16px;
  font-size: min(4vw, 24px);
  border-style: solid;
  border-width: 1.5em 1em 0 1em;
  border-color: #FFF5CA transparent transparent transparent;
  animation: blink .8s ease-in-out infinite alternate; */
}

.lp-first .satisfaction .down i::before {
  content: "";
  display: block;
  width: 90px;
  aspect-ratio: 1/1;
  background: url("../images/202507nn/05_flow-faq/arrow_mark.png") no-repeat;
  background-size: calc(3590px / 2.5);
  background-position: 100% 34%;
  animation: blink 0.8s ease-in-out infinite alternate;
  position: relative;
  margin: auto;
  transform: rotate(90deg);
}

/*.lp-first .feature {
  position: relative;
  margin-bottom: 16.58%;
}

.lp-first .feature>li+li {
  margin-top: 26.25%;
}

.lp-first .graph {
  margin-bottom: 13.67%;
}

@media print,
screen and (min-width:601px) {
  .lp-header {
    height: 120px;
  }
}

.lp-first .fv {
  min-height: calc(100vh - 20vw);
  min-height: calc(100svh - 20vw);
}

/* ファーストビュー高さ　スマホ */
@media (max-aspect-ratio: 9/16) and (max-width: 600px) {
  .lp-first .satisfaction .down i::before {
    content: "";
    display: block;
    width: 72px;
    background-size: calc(3590px / 2.95);
    background-position: 100.25% 34%;
    aspect-ratio: 1/1;
  }

  .lp-first .fv {
    height: auto;
    /* min-height: 0px; */
    /* height: calc(100vh - 20vw);
    height: calc(100svh - 20vw); */
    /* max-height: 157.5vw; 元 */
    /* max-height: 117.5vw; */
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .lp-first .satisfaction .down {
    position: relative;
    left: 0;
    /* bottom: 45vw; */
    bottom: 0;
    width: 100%;
    margin: 10% 0;
  }
}

/* ファーストビュー高さ　パソコン */
/* @media print,
screen and (min-width:381px) {
  .lp-first .fv { */
/* min-height: 750px; 元 */
/* min-height: 800px; */
/* height: calc(100vh - 120px); */
/* height: calc(100svh - 120px); */
/* height: auto; */
/* max-height: 940px;　元　*/
/* max-height: 800px; */

/* }
} */

.lp-top-radius {
  position: relative;
}

.lp-top-radius::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 9%;
  padding-bottom: calc(9% + 1px);
  margin-top: -8.6%;
  clip-path: url(#clip);
  z-index: 3;
}

.lp-campaign {
  padding-bottom: 22.5%;
  background-color: #88432b;
}

.lp-campaign.lp-top-radius::before {
  background-color: #88432b;
}

.lp-campaign .month {
  position: relative;
  position: absolute;
  top: 0;
  margin-top: -11.5%;
  z-index: 5;
}

.lp-campaign .month > span {
  display: block;
  position: absolute;
  left: 30.75%;
  top: 0;
  width: 38.5%;
  margin-top: 27.5%;
  background-color: #fff5ca;
  border-radius: 12px;
  text-align: center;
  font-weight: 900;
  font-size: 41px;
  color: #88432b;
  line-height: 1.85;
}

.lp-campaign .title {
  padding: 36.25% 0 0;
  margin-bottom: 6.25%;
}

.lp-campaign .campaign-list {
  width: 86.67%;
  margin: 0 auto;
}

.lp-campaign .campaign-list > li + li {
  margin-top: 1.923%;
}

.sec-title {
  /* padding-top: 6.25%; */
  margin: 6.25% auto 0;
}

.sec-title-copy {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-size: min(4.5vw, 27px);
  letter-spacing: 0.1em;
  margin-bottom: 10%;
}

.campaign {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

@media screen and (max-width: 600px) {
  .sec-title-copy {
    font-size: 4.5vw;
  }

  .lp-campaign .month > span {
    border-radius: 2vw;
    font-size: 6.75vw;
  }

  .campaign {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    margin: 0;
  }
}

.lp-room {
  color: #e7d5bc;
  /* background: url("../images/room_bg.jpg") repeat center center; */
  background: url("../images/20250805/bg-1.jpg") repeat center top;
  background-size: 100% auto;
}

.lp-room.lp-top-radius::before {
  background: url("../images/20250805/bg-1.jpg") repeat center top;
  background-size: 100% auto;
}

.lp-room .sec-title {
  width: 100%;
}

.lp-room .room-realy {
  width: 93.33%;
  margin: 0 auto -21.75%;
}

.lp-room .room-realy img {
  display: block;
  position: relative;
  z-index: 5;
}

.lp-room .room-message {
  padding: 37% 15% 28.75%;
  background: url("../images/room_bg02.jpg") repeat center center;
  background-size: 100% auto;
}

.lp-room .room-message h3 {
  margin: 0 0 13.57%;
}

.lp-room .room-message p {
  margin: 0;
}

.lp-location {
  /* padding-bottom: 30%; */
  padding-bottom: 15%;
  color: #76161b;
  background: url("../images/20250805/bg-1.jpg") repeat center center;
  background-size: 100% auto;
}

.lp-location.lp-top-radius::before {
  background: url("../images/location_bg.jpg") repeat center center;
  background-size: 100% auto;
}

.lp-location .sec-title {
  width: 100%;
}

.lp-location .sec-title-copy {
  transform: scaleX(0.95);
}

.lp-location .location-card {
  display: flex;
  flex-direction: column;
  background-color: #231815;
  font-weight: 900;
  color: #fff;
}

.lp-location .location-card .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  min-height: 4.25em;
  margin: 0;
  letter-spacing: 0.025em;
}

.lp-location .location-card .txt strong {
  font-size: 175%;
}

.lp-location .location-card .txt .cross {
  margin: 0 0.4em;
}

@media screen and (max-width: 600px) {
  .lp-location .location-card .txt {
    font-size: 5vw;
  }
}

.lp-reason {
  padding-bottom: 45%;
  color: #f5e8c9;
  background-color: #0091a1;
}

.lp-reason.lp-top-radius::before {
  background-color: #0091a1;
}

.lp-reason .sec-title {
  width: 79.5%;
  margin-bottom: 5%;
}

.lp-reason .sec-title-note {
  margin-bottom: 1em;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  font-size: min(3vw, 18px);
  transform: scaleX(0.95);
  letter-spacing: 0.05em;
}

.lp-reason .reason-list {
  width: 92.33%;
  margin: 0 0 0 4.83%;
}

.lp-reason .reason-list > li {
  padding-top: 5.4%;
}

.lp-worries {
  /* padding-bottom: 40%; */
  /* padding-bottom: 10%; */
  /* background-color: #d5a747; */
  /* background: url('../images/20250805/bg-2.jpg') no-repeat top center; */
  background: url("../images/202507nn/bg/my6142_2.png") no-repeat top center;
  margin-top: -17.5%;
  padding-top: 15%;
}

.lp-worries {
  background-size: 110% 54.5%;
}

.lp-different {
  /* padding-bottom: 40%; */
  /* padding-bottom: 10%; */
  /* background-color: #d5a747; */
  background: url("../images/20250805/bg-1.jpg") no-repeat top center;
}

.worries-solve {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 7.5vw;
  margin-top: -12.5%;
  background: url("../images/20250805/bg-1.jpg") no-repeat top center;
  z-index: -1;
}

.lp-worries.lp-top-radius::before {
  /* background-color: #d5a747; */
  background: url("../images/20250805/bg-2.jpg") no-repeat top center;
}

.lp-worries .sec-title {
  /* width: 76.5%; */
  width: 100%;
  background: url("../images/202507nn/02_reason/8Y21lXf8-removebg-preview.png")
    no-repeat;
  background-size: contain;
  background-position: center 0;
  padding-bottom: 7.5%;
}

.lp-worries .worries-list {
  width: 93.33%;
  margin: 0 auto 12.5%;
  /* padding-top: 7.5%; */
}

.lp-worries .worries-list > li:nth-child(2) {
  margin: -1.785% 0 1.785%;
}

.lp-worries .worries-list > li:nth-child(4) {
  margin: 0.892% 0 -1.339%;
}

.lp-worries .worries-list > li:nth-child(6) {
  margin-top: 5.1785%;
}

.lp-worries .solve-title {
  width: 91.67%;
  margin: 0 auto 1.35%;
}

.lp-worries .solve-point {
  width: 91.67%;
  margin: 0 auto;
  text-align: center;
}

.lp-worries .solve-list {
  width: 90%;
  /* margin: 0 auto 5%; */
  margin: 0 auto;
}

.lp-worries .solve-list li {
  width: 90%;
  margin: 0 auto;
  padding: 0% 0% 5%;
}

@media screen and (max-width: 960px) {
  .worries-solve {
    margin-top: -35.5%;
    padding-top: 30.5%;
    padding-bottom: 10%;
    z-index: -1;
  }

  .lp-worries {
    background-size: 110% 53.5%;
  }

  .lp-worries .worries-list {
    width: 93.33%;
    margin: 0 auto 15.5%;
    padding-bottom: 15.5%;
  }

  /* .worries-solve::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    aspect-ratio: 3 / 0.5;
    background: url('../images/202507nn/bg/my6142_2.png') no-repeat bottom center;
    background-size: cover;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
    z-index: 5;
  } */

  .lp-worries .solve-list li {
    width: 100%;
    padding: 0% 0% 2.5vw;
  }
}

.solve-point {
  padding: 2.5vw 0 5vw;
}

.solve-point strong {
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  color: #0167fd;
  background: #fff;
  padding: 0.6rem;
  border-radius: 0.5rem;
}

.solve-point strong > small {
  display: inline-block;
  font-size: 0.7rem;
  position: relative;
  top: -0.5rem;
}

.solve-point > small {
  font-size: 1.36rem;
  color: #333;
  background: #fff;
  padding: 0.6rem;
  border-radius: 0.5rem;
}

@media screen and (max-width: 600px) {
  .solve-point strong {
    font-size: 1.2em;
  }

  .solve-point > small {
    font-size: 1.1em;
  }
}

/* .lp-worries .solve-list>li::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 25%;
  background: url("../images/icon_down.svg") no-repeat center center;
  background-size: 9.44% auto;
} */

.lp-point {
  /* padding-bottom: 40%; */
  background-color: #c0e8fd;
}

.lp-point.lp-top-radius::before {
  background-color: #c0e8fd;
}

.lp-point .sec-title {
  width: 100%;
}

/* .lp-point .point-list>li+li {
  margin-top: 15.5%;
} */

.lp-point .point-title {
  position: relative;
  width: 52.75%;
  margin: 0;
  z-index: 5;
}

.lp-point .point-img {
  width: 100%;
  margin: 0 auto 5%;
}

.lp-point .point-list > li:first-child .point-img,
.lp-point .point-list > li:nth-child(4) .point-img {
  margin-bottom: 0;
}

/* .lp-point .point-list>li:nth-child(2) .point-img {
  margin-top: -14.25%;
} */

.lp-point .point-text {
  width: 80%;
  margin: 0 auto;
  color: #464646;
  font-feature-settings: normal;
}

.lp-point .point-copy {
  margin: 0 0 0.5em;
  font-weight: 700;
  line-height: 1.4;
  font-size: 26px;
  font-size: min(6.5vw, 39px);
  white-space: nowrap;
}

.lp-point .point-copy .marker {
  background: linear-gradient(transparent 72%, #e76c00 72%);
}

.lp-point .point-desc {
  text-align: justify;
  font-weight: 700;
  line-height: 1.75;
  font-size: 16px;
  font-size: min(4.245vw, 25px);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.lp-point .point-desc strong {
  color: #e76c00;
}

.lp-work {
  padding-bottom: 42.5%;
  text-align: center;
  background-color: #f5e8c9;
}

.lp-work.lp-top-radius::before {
  background-color: #f5e8c9;
}

.lp-work .sec-title {
  width: 49.5%;
}

.lp-work .work-desc {
  width: 74%;
  margin: 0 auto 10%;
}

.lp-work .work-case-title {
  margin-bottom: 11%;
  font-weight: 700;
  font-size: 26px;
  font-size: min(6.5vw, 39px);
  color: #8a5d9c;
  letter-spacing: 0.1em;
}

.lp-work .work-case-title > span {
  display: block;
  transform: scaleX(0.95);
}

.lp-work .work-case-title::after {
  content: "";
  display: block;
  width: 75.03%;
  padding-bottom: 3.8625%;
  margin: 2.5% auto 0;
  background: url("../images/work_line.svg") no-repeat center bottom;
  background-size: 100% auto;
}

.lp-work .work-case-list {
  width: 93.33%;
  margin: 0 auto;
}

.lp-work .work-case-list > li + li {
  margin-top: 13.93%;
}

.lp-data {
  padding-bottom: 38.75%;
  text-align: center;
  background-color: #b5c694;
}

.lp-data.lp-top-radius::before {
  background-color: #b5c694;
}

.lp-data .sec-title {
  width: 85.5%;
  margin-bottom: 5%;
}

.lp-data .sec-title-note {
  margin-bottom: 10%;
  color: #5a6486;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  font-size: min(4vw, 24px);
}

.lp-data .data-list > li + li {
  margin-top: 12.5%;
}

.lp-data .data-list .caption {
  width: 81.75%;
  padding: 0.25em 0;
  margin: 0 auto 5%;
  font-weight: 700;
  font-size: 22px;
  font-size: min(5.5vw, 33px);
  color: #fff;
  background-color: #5a6486;
  border-radius: 5em;
  letter-spacing: 0.1em;
  text-align: center;
}

.lp-data .data-list .caption > span {
  display: inline-block;
  transform: scaleX(0.95);
}

.lp-data .data-list .graph {
  width: 75%;
  margin: 0 auto;
}

.lp-howto {
  padding-bottom: 12.5%;
  text-align: center;
  /* background-color: #1c9ecb; */
  background-color: #005280;
}

.lp-howto.lp-top-radius::before {
  /* background-color: #1c9ecb; */
  background-color: #005280;
}

.lp-howto .sec-title {
  width: 100%;
}

.lp-howto .howto-flow {
  width: 84%;
  margin: 0 auto;
  text-align: justify;
  color: #231815;
  font-size: 14px;
  font-size: min(3.5vw, 21px);
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.05em;
}

/* .lp-howto .howto-flow>li+li {
  margin-top: 5.95%;
} */

.lp-howto .howto-flow .flow-title {
  margin-bottom: 5%;
  position: relative;
}

/* .lp-howto .howto-flow .flow-title::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  font-size: 16px;
  font-size: min(4vw, 24px);
  border-style: solid;
  border-width: 1.2em 0.8em 0 1em;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
} */

.lp-howto .howto-flow .flow-text {
  position: relative;
  padding-left: 27.67%;
  padding-right: 7.3%;
  min-height: 7.4em;
}

.lp-howto .howto-flow .flow-text p {
  color: #fff;
}

/* .lp-howto .howto-flow .flow-text::before,
.lp-howto .howto-flow .flow-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 10.565%;
  transform: translateX(-50%);
} */

.lp-howto .howto-flow .flow-text::after {
  content: "";
  display: block;
  position: absolute;
  left: 10.565%;
  transform: translateX(-50%);
}

/* .lp-howto .howto-flow .flow-text::before {
  top: 0;
  width: 1.488%;
  height: calc(100% - 5px);
  background: url("../images/icon_flow_dot.svg") repeat-y top center;
  background-size: 100% auto;
} */

.lp-howto .howto-flow .flow-text::after {
  top: 0;
  width: 120px;
  aspect-ratio: 1 / 1;
  padding-bottom: 5.1%;
  background: url("../images/202507nn/05_flow-faq/arrow_mark.png") no-repeat
    center bottom;
  background-size: calc(3590px / 2.5) auto;
  background-position: 55% 110%;
  transform: rotate(90deg) translateY(50%);
}

.lp-howto .howto-flow li:last-child .flow-text::after {
  display: none;
}

/* .lp-howto .howto-flow>li:last-child .flow-text::before,
.lp-howto .howto-flow>li:last-child .flow-text::after {
  display: none;
} */

.lp-howto .howto-flow > li:last-child .flow-title::before,
.lp-howto .howto-flow > li:last-child .flow-title::after {
  display: none;
}

@media screen and (max-width: 600px) {
  .lp-howto .howto-flow .flow-text::after {
    top: 0;
    width: 72px;
    aspect-ratio: 1 / 1;
    padding-bottom: 5.1%;
    background: url("../images/202507nn/05_flow-faq/arrow_mark.png") no-repeat
      center bottom;
    background-size: calc(3590px / 4) auto;
    background-position: 55% 110%;
    transform: rotate(90deg) translateY(50%);
    left: 12.5%;
  }
}

.lp-reserve {
  overflow: hidden;
  padding-bottom: 12.25%;
  /* background-color: #88432b; */
}

.lp-reserve .reserve-img {
  margin-left: -4.125%;
  margin-right: -4.125%;
}

.lp-reserve .reserve-img:first-child {
  margin-top: -1%;
}

.lp-reserve .reserve-logo {
  width: 76%;
  margin: 15% auto 12.5%;
}

.lp-reserve .reserve-btn {
  width: 89%;
  /* margin: 0 auto 13%; */
  margin: 0 auto 6.5%;
  animation: swing 0.8s ease-in-out infinite alternate;
}

.lp-reserve .reserve-btn a {
  display: block;
  /* padding: 8.7% 9.555%; */
  /* background-color: #1ec21e; */
  /* border-radius: 100vh; */
  transition: background-color 0.3s ease-in-out;
}

/* @media (hover:hover) {
  .lp-reserve .reserve-btn a:hover {
    background-color: #eea040;
  }
} */

.lp-begin {
  position: relative;
  margin-top: -10%;
  padding: 39% 0 60% 19%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  font-feature-settings: normal;
  z-index: 1;
}

.lp-begin::before,
.lp-begin::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.lp-begin::before {
  height: 50%;
  background-color: #0e7fb0;
}

.lp-begin::after {
  height: 100%;
  background: url("../images/begin_bg.png") no-repeat center top;
  background-size: 100% auto;
}

.lp-begin > * {
  position: relative;
  z-index: 5;
}

.lp-begin .begin-title {
  margin-bottom: 15.4%;
  font-weight: 700;
  font-size: 36px;
  font-size: 9vw;
  font-size: min(9vw, 54px);
  line-height: 1.26;
  letter-spacing: -0.1em;
}

.lp-begin .begin-title > span {
  display: inline-block;
  padding: 0 0.3em 0 0.2em;
  margin-right: 1em;
  color: #231815;
  background-color: #f3f1c7;
  white-space: nowrap;
}

.lp-begin .begin-title > span > span {
  display: inline-block;
  margin-right: -0.5em;
}

.lp-begin .begin-title > span + span {
  margin-top: 0.25em;
}

.lp-begin .begin-text {
  font-weight: 700;
  font-size: 18px;
  font-size: 4.5vw;
  font-size: min(4.5vw, 27px);
  color: #f3f1c7;
  line-height: 2.11;
  letter-spacing: -0.06em;
}

.lp-begin .begin-text > p {
  margin: 0;
}

.lp-begin .begin-text > p + p {
  margin-top: 1.2em;
}

@media print, screen and (min-width: 601px) {
  .lp-begin .begin-title {
    font-size: 54px;
  }

  .lp-begin .begin-text {
    font-size: 27px;
  }
}

.lp-faq {
  padding-bottom: 24.25%;
  /* background-color: #86648c; */
  background-color: #12bbff;
}

.lp-faq.lp-top-radius::before {
  /* background-color: #86648c; */
  background-color: #12bbff;
}

.lp-faq .sec-title {
  width: 67%;
  width: 100%;
  /* margin-bottom: 12.5%; */
}

.lp-faq .faq-list dt {
  width: 83.33%;
  margin: 0 auto;
}

.lp-faq .faq-list dd {
  width: 80.75%;
  margin: 0 auto;
  padding: 1.5em;
  background-color: #fff;
  font-size: 14px;
  font-size: min(3.5vw, 21px);
  font-weight: 700;
  line-height: 1.64;
  text-align: justify;
}

.lp-faq .faq-list dd + dt {
  margin-top: 8.5%;
}

.lp-entry {
  /* padding: 0 0 21%; */
  padding: 0;
  background: url("../images/20250805/bg-1.jpg") no-repeat center top;
  background-size: 100% auto;
}

.lp-entry .entry-title,
.lp-entry .entry-lead {
  text-align: center;
  font-weight: 700;
}

.lp-entry .entry-title {
  position: relative;
  width: 78.75%;
  padding: 0.75em 0;
  margin: 0 auto 7.5%;
  font-size: 40px;
  font-size: min(10vw, 60px);
  color: #fff;
  background-color: #0e7fb0;
  letter-spacing: 0.1em;
}

.lp-entry .entry-title > span {
  display: inline-block;
  transform: scaleX(0.95);
}

.lp-entry .entry-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.35em 0.25em 0 0.25em;
  border-color: #0e7fb0 transparent transparent transparent;
  margin-left: -0.25em;
}

.lp-entry .entry-lead {
  margin-left: 5%;
  margin-bottom: 10%;
  color: #000;
  /* color: #0e7fb0; 元の色の設定 */
  font-size: 18px;
  font-size: min(4.5vw, 27px);
  text-align: center;
  line-height: 1.6;
  transform: scaleX(0.95);
}

.lp-entry .entry-lead > p {
  margin: 0;
}

.lp-entry .entry-lead > p + p {
  margin-top: 1.3em;
}

.lp-entry .form-box .contents {
  width: 96.25%;
  border-radius: 0;
  padding: 4%;
  margin: 0 auto;
  box-shadow: none;
}

.lp-entry.lp-top-radius::before {
  background: url("../images/20250805/bg-1.jpg") no-repeat center top;
}

input,
textarea,
select {
  outline: none;
  box-sizing: border-box;
}

input:placeholder-shown,
textarea:placeholder-shown,
select:placeholder-shown {
  color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #999;
}

.lp-entry .form-box input[type="text"],
.lp-entry .form-box input[type="tel"],
.lp-entry .form-box input[type="email"] {
  width: 100%;
}

.lp-entry .comp-box {
  /* color: #0e7fb0; */
  font-size: min(4vw, 19px);
  width: calc(100% / 1.4);
  margin: 0 auto 40px;
}

.lp-entry .comp-box-tel {
  width: calc(100% / 1.6);
  margin: 0 auto 70px;
  text-align: center;
}

.privacy_box {
  height: 250px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  background-color: #ffffff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px;
  line-height: 1.5;
}

.thanks_box {
  line-height: 1.7;
  min-height: 300px;
}

.thanks_box p + p {
  font-size: 17px;
  margin-top: 40px;
}

.thanks_box p + p + p {
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .privacy_box {
    font-size: 13px;
    height: 150px;
  }
}

.error_blank,
.error_format {
  display: block !important;
  margin-top: 15px;
  color: #fe0000;
}

/* -- form-buttons 応募するボタンの制御　-- */
.form-buttons input {
  font-size: 26px;
  font-size: min(6.5vw, 39px);
  font-weight: 700;
  padding: 0.65em 0;
  border-radius: 0;
  /* background-color: #0e7fb0; */
  border: none;
  line-height: 1;
}

/* .form-buttons input:hover {
  background-color: #1ec21e;
} */

.lp-footer {
  /* padding: 15% 0 2.5%; */
  padding: 4.5% 0 4.5%;
  text-align: center;
  /* background-color: #e3ab67; */
  background: url("../images/20250805/bg-1.jpg") no-repeat center bottom #e3ab67;
}

.lp-footer .footer-nav {
  padding-bottom: 0.2em;
  display: inline-flex;
  justify-content: center;
  border-bottom: 1px solid #000;
}

.lp-footer .footer-nav a {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-size: min(4.5vw, 27px);
  text-decoration: none;
  letter-spacing: 0.05em;
}

.lp-footer .footer-nav a + a {
  margin-left: 1em;
}

.lp-footer .copyright {
  /* margin: 10% 0 0; */
  margin: 0;
  padding: 2.5% 0 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  font-size: min(4.5vw, 27px);
  letter-spacing: 0.05em;
}

#lp-cta {
  position: sticky;
  left: 0;
  bottom: -100%;
  background-color: rgba(255, 255, 255, 0.67);
  z-index: 20;
  transition: bottom 0.6s ease-in-out;
}

body.fixed-cta #lp-cta {
  bottom: 0;
}

#lp-cta .cta-btn {
  display: flex;
  justify-content: space-between;
  padding: 3.5%;
}

#lp-cta .cta-btn > a {
  display: block;
  width: 48.387%;
}

@media (hover: hover) {
  #lp-cta .cta-btn > a img {
    transition: opacity 0.3s ease-in-out;
  }

  #lp-cta .cta-btn > a:hover img {
    opacity: 0.75;
  }
}

/* 250903追加 */
.lp-first .satisfaction .down {
  margin: 5% 0px;
}
.lp-first .room-bg.bg02 {
  margin-top: -18%;
}
.lp-reserve {
  padding-bottom: 12%;
}
.lp-worries {
  margin-top: -17.5%;
  background-size: 110% 47%;
}
.lp-worries .solve-title {
  margin: 0 auto 5%;
}

@media screen and (max-width: 600px) {
  .worries-solve {
    margin-top: -38.5%;
    padding-bottom: 8%;
  }
}
@media screen and (min-width: 601px) {
  .lp-worries {
    background-size: 110% 1350px;
  }
  .lp-worries .worries-list {
    padding-bottom: 70px;
  }
  .lp-worries .solve-title {
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 961px) {
  .worries-solve {
    padding-top: 110px;
    margin-top: -120px;
  }
}
