@charset "UTF-8";
@font-face {
  font-family: "acumin-variable-concept";
  src: url("../fonts/AcuminVariableConcept.woff") format("woff"), url("../fonts/AcuminVariableConcept.woff2") format("woff2");
  font-weight: 500 600 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Regular.woff") format("woff"), url("../fonts/ZenOldMincho-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("../fonts/ZenOldMincho-Bold.woff") format("woff"), url("../fonts/ZenOldMincho-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Imperial Script";
  src: url("../fonts/ImperialScript-Regular.woff") format("woff"), url("../fonts/ImperialScript-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* ::::::::::  skycruising :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (max-width: 767px) {
  body {
    font-weight: 400;
  }
}

.btn a {
  border-radius: 14px;
  background: #376ab3;
  width: 345px;
  height: 78px;
  font-weight: 600;
  font-size: 2.1rem;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .btn a {
    height: 65px;
    font-size: 1.9rem;
  }
}

.contents {
  padding-top: 82px;
  color: #000;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", "Custom Yu Gothic", YuGothic, "游ゴシック", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contents {
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .contents .wrapper {
    max-width: 80% !important;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .wrapper {
    max-width: 90% !important;
  }
}

/* =========================================================
kv
========================================================= */
.contents .kv {
  position: relative;
  height: auto;
  color: #fff;
  font-size: 2.3rem;
}
.contents .kv .bg {
  display: block;
  width: 100%;
}
.contents .kv .bg img {
  width: 100%;
  height: auto;
}
.contents .kv .textBlock {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  padding: 110px 0;
}
@media (max-width: 767px) {
  .contents .kv .textBlock {
    max-width: 90% !important;
    align-items: center;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .contents .kv .textBlock .textWrap {
    display: contents;
  }
}
.contents .kv .textBlock .pageTitle {
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: "acumin-variable-concept";
  font-stretch: 50%;
  font-weight: 600;
  font-size: 14.1rem;
  font-synthesis: none;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .contents .kv .textBlock .pageTitle {
    font-size: 7.8rem;
  }
}
.contents .kv .textBlock h3 {
  color: #f5e559;
  line-height: 1.3;
  font-size: 3.9rem;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .contents .kv .textBlock h3 {
    margin-top: -5px;
    font-size: 2.1rem;
  }
}
.contents .kv .textBlock .leadText {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 15%, #fff 85%, rgba(255, 255, 255, 0) 100%);
  margin-top: 60px;
  padding: 12px 0;
  line-height: 1.7;
  color: #0a5491;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-weight: 700;
  font-size: 2.6rem;
}
@media (max-width: 767px) {
  .contents .kv .textBlock .leadText {
    width: 110%;
    margin: auto -5% 0;
    font-size: 1.6rem;
  }
}

/* =========================================================
lead
========================================================= */
.lead .wrapper {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .lead .wrapper {
    padding: 50px 0;
  }
}
.lead .wrapper::before, .lead .wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: -700px;
  left: -500px;
  z-index: -1;
  background: radial-gradient(#BDDBF4 10%, rgba(255, 255, 255, 0) 70%);
  width: 1400px;
  height: 1400px;
  margin: auto;
}
@media (max-width: 767px) {
  .lead .wrapper::before, .lead .wrapper::after {
    top: -200px;
    left: -300px;
    width: 800px;
    height: 800px;
  }
}
.lead .wrapper::after {
  content: "";
  top: auto;
  bottom: -700px;
  left: auto;
  right: -300px;
  background: radial-gradient(#DBEBCA 10%, rgba(255, 255, 255, 0) 70%);
}
@media (max-width: 767px) {
  .lead .wrapper::after {
    top: auto;
    bottom: -100px;
    left: auto;
    right: -400px;
  }
}
.leadBlock {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6%;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .leadBlock {
    display: block;
  }
}
.leadBlock + .leadBlock {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .leadBlock + .leadBlock {
    margin-top: 50px;
  }
}
.leadBlockPhoto picture {
  display: block;
}
.leadBlockPhoto .photo01 {
  position: absolute;
  top: -140px;
  right: 0;
}
@media (max-width: 767px) {
  .leadBlockPhoto .photo01 {
    position: static;
  }
}
.leadBlockPhoto .photo02 img,
.leadBlockPhoto .photo03 img {
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .leadBlock01 .leadBlockPhoto {
    width: 37.5%;
  }
  .leadBlock01 .textBlock {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .leadBlock01 .leadBlockPhoto {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 85%;
    margin: 0 auto 30px;
  }
  .leadBlock01 .leadBlockPhoto img {
    width: 100%;
    height: auto;
  }
}
.leadBlock02 {
  flex-direction: row-reverse;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-weight: 400;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .leadBlock02 {
    line-height: 2;
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .leadBlock02 .leadBlockPhoto {
    width: 56%;
  }
  .leadBlock02 .textBlock {
    width: 37.5%;
  }
}
@media (max-width: 767px) {
  .leadBlock02 .leadBlockPhoto {
    margin: 0 -13% 30px;
  }
}
.leadBlock02 .btn {
  margin-top: 40px;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック";
}
@media (max-width: 767px) {
  .leadBlock02 .btn {
    margin-top: 20px;
  }
}
.leadBlock02 .btn a {
  font-family: initial;
}
.leadTitle01 {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .leadTitle01 {
    line-height: 1.5;
  }
}
.leadTitle01 span {
  display: block;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: fit-content;
  padding: 0 40px;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .leadTitle01 span {
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }
}
.leadTitle02 {
  margin-bottom: 10px;
  color: #0a5491;
  font-size: 4rem;
  font-family: "Zen Old Mincho";
  font-weight: 700;
}
@media (max-width: 767px) {
  .leadTitle02 {
    font-size: 2.8rem;
  }
}
.leadTitle02 span {
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Imperial Script";
  font-weight: 400;
}
@media (max-width: 767px) {
  .leadTitle02 span {
    font-size: 3rem;
  }
}

/* =========================================================
plan
========================================================= */
.plan {
  position: relative;
  background: #fff;
}
.plan .wrapper {
  padding-inline: 65px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .plan .wrapper {
    padding-inline: 0;
    padding-bottom: 80px;
  }
}
.planTitle {
  font-size: 2.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .planTitle {
    font-size: 2.1rem;
  }
}
.plan .planList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5% 40px;
  margin: 40px 0 80px;
}
@media (max-width: 767px) {
  .plan .planList {
    display: block;
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
.plan .planList .listItem {
  background: #f2f2f2;
  padding: 20px 20px 15px;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .plan .planList .listItem + .listItem {
    margin-top: 25px;
  }
}
.plan .planList .listItem .photo {
  position: relative;
  display: block;
  margin: -20px -20px 15px;
}
.plan .planList .listItem .photo .area {
  position: absolute;
  left: 15px;
  bottom: 15px;
  line-height: 1;
  color: #fff;
  font-size: 5.5rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .plan .planList .listItem .photo .area {
    font-size: 5rem;
  }
}
.plan .planList .listItem .planPrice {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}

.gradientLine {
  position: relative;
  border: none;
  display: block;
  background: #F3F7FF;
  width: 100%;
  height: 85px;
  margin: 0 auto;
}
.gradientLine::before, .gradientLine::after {
  content: "";
  display: block;
  position: absolute;
  top: -220px;
  z-index: 0;
  background: radial-gradient(#BDDBF4 10%, rgba(255, 255, 255, 0) 70%);
  width: 500px;
  height: 500px;
  margin: auto;
}
@media (max-width: 767px) {
  .gradientLine::before, .gradientLine::after {
    top: -100px;
    width: 180px;
    height: 180px;
  }
}
.gradientLine::before {
  left: -700px;
  right: 0;
}
@media (max-width: 767px) {
  .gradientLine::before {
    left: -180px;
  }
}
.gradientLine::after {
  content: "";
  left: 0;
  right: -600px;
  background: radial-gradient(#DBEBCA 10%, rgba(255, 255, 255, 0) 70%);
}
@media (max-width: 767px) {
  .gradientLine::after {
    top: auto;
    bottom: -100px;
    right: -150px;
  }
}
/*# sourceMappingURL=map/skycruising.css.map */
