#line {
  overflow: hidden;
}
#line .header_outer {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#line .header_outer + * {
  background-color: #f0efeb;
}
#line .header_outer::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 260px);
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/kv_pc.png");
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  display: none;
}
#line .header_outer header {
  position: relative;
  z-index: 1;
  min-height: 530px;
  align-items: center;
  background-image: url("../img/kv_pc.png");
  background-size: cover;
  background-position: center;
  height: auto;
}
#line .header_outer header .btn_wrapper div {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media only screen and (max-width: 701px) {
  #line .header_outer {
    max-width: 100%;
  }
  #line .header_outer .kv_container {
    padding-top: 17px;
  }
  #line .header_outer header {
    background-image: url("../img/kv_sp.png");
    aspect-ratio: auto;
    min-height: 0;
    height: auto;
    overflow: hidden;
  }
  #line .header_outer header h1 {
    line-height: 1.35;
    padding-bottom: 2.2%;
  }
  #line .header_outer header hgroup p:before {
    margin-bottom: 1.5%;
  }
  #line .header_outer header hgroup p::after {
    margin-top: 0.5%;
  }
  #line .header_outer header picture {
    max-width: 41.8667%;
    width: 100%;
    margin-top: 5.2%;
    margin-right: auto;
    padding-left: 15px;
  }
  #line .header_outer header .kv_text .btn_wrapper {
    position: absolute;
    height: auto;
    max-width: calc(58.1333% + 2px);
    width: 100%;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    padding: 0;
    aspect-ratio: 157/154.2;
  }
  #line .header_outer header .kv_text .btn_wrapper div {
    padding: 7.2% 7.6% 9% 8.6%;
    width: 100%;
    position: relative;
    flex-direction: column;
    gap: 0;
  }
  #line .header_outer header .kv_text .btn_wrapper div::before {
    content: "";
    display: block;
    position: absolute;
    width: 200vw;
    height: 100%;
    background-color: rgba(49, 60, 42, 0.7);
    z-index: -1;
    top: 0;
    left: -100vw;
  }
  #line .header_outer header .kv_text .btn_wrapper div p {
    padding-bottom: 5.5%;
  }
  #line .header_outer header .kv_text .btn_wrapper div .btn_line {
    margin-inline: 0;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #line .benefits h2 {
    max-width: 100%;
    width: 100%;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 768px) {
  #line .benefits .benefits_wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0 24px;
  }
}
#line .benefits::after {
  max-width: 1180px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #line .facilities hgroup {
    max-width: 100%;
    width: 100%;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 768px) {
  #line .facilities .facilities_list {
    max-width: 100%;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
#line .facilities::after {
  max-width: 1180px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.benefits .benefits_wrapper {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1061px) {
  .benefits .benefits_wrapper {
    max-width: 830px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .benefits .list-order_box {
    width: 11.9402%;
    margin: 0 5.9701%;
  }
}
@media only screen and (max-width: 701px) {
  .benefits .list-order_box {
    width: 39%;
    margin: 0;
  }
}
.benefits .list-order_box p {
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 1061px) {
  .benefits .list-order_box p {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .benefits .list-order_box p {
    margin: 0 auto;
  }
}
.benefits .grid-container {
  margin: 0 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(0, 320px);
  align-items: center;
  justify-content: center;
}
.benefits .grid-container h3 {
  grid-row: 1/2;
  margin-top: auto;
}
.benefits .grid-container .benefits_text {
  grid-row: 2/3;
  margin-bottom: auto;
}
.benefits .grid-container picture {
  grid-row: 1/3;
}
@media only screen and (max-width: 1061px) {
  .benefits .grid-container {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .benefits .grid-container {
    margin: 0 auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0;
  }
  .benefits .grid-container h3 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 0;
    width: 88.0598%;
    margin: 0 auto;
    border-bottom: 0;
  }
  .benefits .grid-container .benefits_text {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-bottom: 0;
    width: 88.0598%;
    margin: 0 auto;
  }
  .benefits .grid-container picture {
    grid-column: 1/2;
    grid-row: 2/3;
    width: 88.0598%;
    margin: 0 auto;
  }
}
.benefits li:nth-of-type(even) .list-order_box {
  margin: 0;
  width: 100%;
}
.benefits li:nth-of-type(even) .list-order_box p {
  left: auto;
  right: 0;
  margin-left: 30px;
  margin-right: 30px;
}
.benefits li:nth-of-type(even) .grid-container {
  margin: 0 30px;
  align-items: center;
  justify-content: center;
  grid-template-rows: auto !important;
  grid-template-columns: minmax(0, 320px) 1fr !important;
}
.benefits li:nth-of-type(even) .grid-container h3 {
  grid-row: 1/2;
  margin-top: auto;
}
.benefits li:nth-of-type(even) .grid-container .benefits_text {
  grid-row: 2/3;
  margin-bottom: auto;
}
.benefits li:nth-of-type(even) .grid-container picture {
  grid-row: 1/3;
}
@media only screen and (max-width: 1061px) {
  .benefits li:nth-of-type(even) .grid-container {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 1061px) {
  .benefits li:nth-of-type(even) .list-order_box p {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .benefits li:nth-of-type(even) .list-order_box {
    margin: 0;
    width: 100%;
    margin-inline: auto 0;
    width: 39%;
    height: auto;
    aspect-ratio: 1/0.245;
  }
  .benefits li:nth-of-type(even) .list-order_box p {
    top: 0;
    margin: 0 auto;
    left: auto;
    right: 0;
    width: 24.5324vw;
    height: auto;
    aspect-ratio: 1/0.7827;
    font-size: 4.2667vw;
    top: -66%;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
  .benefits li:nth-of-type(even) .grid-container {
    margin: 0 auto;
    align-items: center;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
  }
  .benefits li:nth-of-type(even) .grid-container h3 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 0;
  }
  .benefits li:nth-of-type(even) .grid-container .benefits_text {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-bottom: 0;
  }
  .benefits li:nth-of-type(even) .grid-container picture {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.facilities .facilities_list {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
.facilities .facilities_list ul {
  align-items: normal;
}
.facilities .facilities_list li {
  max-width: calc((100% - 30px) / 3);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .facilities .facilities_list li {
    max-width: 48.95%;
  }
}
.facilities .facilities_list li a {
  height: 100%;
}

.adjust-w-0 {
  width: 0% !important;
}

.adjust-w-1 {
  width: 1% !important;
}

.adjust-w-2 {
  width: 2% !important;
}

.adjust-w-3 {
  width: 3% !important;
}

.adjust-w-4 {
  width: 4% !important;
}

.adjust-w-5 {
  width: 5% !important;
}

.adjust-w-6 {
  width: 6% !important;
}

.adjust-w-7 {
  width: 7% !important;
}

.adjust-w-8 {
  width: 8% !important;
}

.adjust-w-9 {
  width: 9% !important;
}

.adjust-w-10 {
  width: 10% !important;
}

.adjust-w-11 {
  width: 11% !important;
}

.adjust-w-12 {
  width: 12% !important;
}

.adjust-w-13 {
  width: 13% !important;
}

.adjust-w-14 {
  width: 14% !important;
}

.adjust-w-15 {
  width: 15% !important;
}

.adjust-w-16 {
  width: 16% !important;
}

.adjust-w-17 {
  width: 17% !important;
}

.adjust-w-18 {
  width: 18% !important;
}

.adjust-w-19 {
  width: 19% !important;
}

.adjust-w-20 {
  width: 20% !important;
}

.adjust-w-21 {
  width: 21% !important;
}

.adjust-w-22 {
  width: 22% !important;
}

.adjust-w-23 {
  width: 23% !important;
}

.adjust-w-24 {
  width: 24% !important;
}

.adjust-w-25 {
  width: 25% !important;
}

.adjust-w-26 {
  width: 26% !important;
}

.adjust-w-27 {
  width: 27% !important;
}

.adjust-w-28 {
  width: 28% !important;
}

.adjust-w-29 {
  width: 29% !important;
}

.adjust-w-30 {
  width: 30% !important;
}

.adjust-w-31 {
  width: 31% !important;
}

.adjust-w-32 {
  width: 32% !important;
}

.adjust-w-33 {
  width: 33% !important;
}

.adjust-w-34 {
  width: 34% !important;
}

.adjust-w-35 {
  width: 35% !important;
}

.adjust-w-36 {
  width: 36% !important;
}

.adjust-w-37 {
  width: 37% !important;
}

.adjust-w-38 {
  width: 38% !important;
}

.adjust-w-39 {
  width: 39% !important;
}

.adjust-w-40 {
  width: 40% !important;
}

.adjust-w-41 {
  width: 41% !important;
}

.adjust-w-42 {
  width: 42% !important;
}

.adjust-w-43 {
  width: 43% !important;
}

.adjust-w-44 {
  width: 44% !important;
}

.adjust-w-45 {
  width: 45% !important;
}

.adjust-w-46 {
  width: 46% !important;
}

.adjust-w-47 {
  width: 47% !important;
}

.adjust-w-48 {
  width: 48% !important;
}

.adjust-w-49 {
  width: 49% !important;
}

.adjust-w-50 {
  width: 50% !important;
}

.adjust-w-51 {
  width: 51% !important;
}

.adjust-w-52 {
  width: 52% !important;
}

.adjust-w-53 {
  width: 53% !important;
}

.adjust-w-54 {
  width: 54% !important;
}

.adjust-w-55 {
  width: 55% !important;
}

.adjust-w-56 {
  width: 56% !important;
}

.adjust-w-57 {
  width: 57% !important;
}

.adjust-w-58 {
  width: 58% !important;
}

.adjust-w-59 {
  width: 59% !important;
}

.adjust-w-60 {
  width: 60% !important;
}

.adjust-w-61 {
  width: 61% !important;
}

.adjust-w-62 {
  width: 62% !important;
}

.adjust-w-63 {
  width: 63% !important;
}

.adjust-w-64 {
  width: 64% !important;
}

.adjust-w-65 {
  width: 65% !important;
}

.adjust-w-66 {
  width: 66% !important;
}

.adjust-w-67 {
  width: 67% !important;
}

.adjust-w-68 {
  width: 68% !important;
}

.adjust-w-69 {
  width: 69% !important;
}

.adjust-w-70 {
  width: 70% !important;
}

.adjust-w-71 {
  width: 71% !important;
}

.adjust-w-72 {
  width: 72% !important;
}

.adjust-w-73 {
  width: 73% !important;
}

.adjust-w-74 {
  width: 74% !important;
}

.adjust-w-75 {
  width: 75% !important;
}

.adjust-w-76 {
  width: 76% !important;
}

.adjust-w-77 {
  width: 77% !important;
}

.adjust-w-78 {
  width: 78% !important;
}

.adjust-w-79 {
  width: 79% !important;
}

.adjust-w-80 {
  width: 80% !important;
}

.adjust-w-81 {
  width: 81% !important;
}

.adjust-w-82 {
  width: 82% !important;
}

.adjust-w-83 {
  width: 83% !important;
}

.adjust-w-84 {
  width: 84% !important;
}

.adjust-w-85 {
  width: 85% !important;
}

.adjust-w-86 {
  width: 86% !important;
}

.adjust-w-87 {
  width: 87% !important;
}

.adjust-w-88 {
  width: 88% !important;
}

.adjust-w-89 {
  width: 89% !important;
}

.adjust-w-90 {
  width: 90% !important;
}

.adjust-w-91 {
  width: 91% !important;
}

.adjust-w-92 {
  width: 92% !important;
}

.adjust-w-93 {
  width: 93% !important;
}

.adjust-w-94 {
  width: 94% !important;
}

.adjust-w-95 {
  width: 95% !important;
}

.adjust-w-96 {
  width: 96% !important;
}

.adjust-w-97 {
  width: 97% !important;
}

.adjust-w-98 {
  width: 98% !important;
}

.adjust-w-99 {
  width: 99% !important;
}

.adjust-w-100 {
  width: 100% !important;
}

.adjust-align-left {
  text-align: left;
}

.adjust-align-center {
  text-align: center;
}

.adjust-align-right {
  text-align: right;
}

.media.adjust-align-left {
  align-items: flex-start;
}
.media.adjust-align-center {
  align-items: center;
}
.media.adjust-align-right {
  align-items: flex-end;
}

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

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

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

.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}/*# sourceMappingURL=line_add.css.map */