@charset "UTF-8";
html body .hero {
  height: 450px;
  position: relative;
  background: url(../../images/owner/mv-pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .hero {
    height: 390px;
    background: url(../../images/owner/mv-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .hero-textbox {
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
html body .hero-textbox .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 42px;
  color: #F8F8F8;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch {
    font-size: 28px;
    line-height: 36px;
  }
}
html body .hero-textbox .catch span {
  display: inline-block;
  position: relative;
  font-size: 42px;
  line-height: 56px;
  color: #F8F8F8;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch span {
    font-size: 42px;
    line-height: 56px;
  }
}
html body .hero-textbox .catch span::after, html body .hero-textbox .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 50%;
  width: 60px;
}
html body .hero-textbox .catch span::before {
  right: 100%;
  margin-right: 5px;
}
html body .hero-textbox .catch span::after {
  left: 100%;
  margin-left: 5px;
}
html body .hero-textbox .sub {
  font-size: 16px;
  line-height: 16px;
  color: #F8F8F8;
  font-size: normal;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .sub {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .sub {
    background-color: #fff;
    color: #0E1A3C;
  }
}
html body .contents_breadcrumb {
  padding: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  html body .contents_breadcrumb {
    margin-bottom: 40px;
  }
}
html body.owner section .wrapper {
  max-width: 1532px;
}
html body.owner section .xs-sp {
  display: none;
}
@media screen and (max-width: 575px) {
  html body.owner section .xs-sp {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  html body.owner section .xs-pc {
    display: none;
  }
}
html body.owner section.o-two-col .two-col {
  display: flex;
}
@media screen and (max-width: 991px) {
  html body.owner section.o-two-col .two-col {
    display: block;
  }
}
html body.owner section.o-two-col .two-col .two-col__image {
  flex: 1;
}
html body.owner section.o-two-col .two-col .two-col__image img {
  object-fit: cover;
  min-width: 757px;
  height: 560px;
}
@media screen and (max-width: 1600px) {
  html body.owner section.o-two-col .two-col .two-col__image img {
    height: 630px;
  }
}
@media screen and (max-width: 1400px) {
  html body.owner section.o-two-col .two-col .two-col__image img {
    min-width: 650px;
    height: 650px;
  }
}
@media screen and (max-width: 1199px) {
  html body.owner section.o-two-col .two-col .two-col__image img {
    min-width: 550px;
    height: 800px;
    object-position: bottom;
  }
}
@media screen and (max-width: 991px) {
  html body.owner section.o-two-col .two-col .two-col__image img {
    min-width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  html body.owner section.o-two-col .two-col .two-col__image img {
    height: 261px;
  }
}
html body.owner section.o-two-col .two-col .two-col__content {
  background-color: #F8F8F8;
  padding: 50px 40px 40px;
  color: #0E1A3C;
  flex: 1;
}
@media screen and (max-width: 991px) {
  html body.owner section.o-two-col .two-col .two-col__content {
    padding: 38px 20px;
  }
}
html body.owner section.o-two-col .two-col .two-col__content .two-col__text {
  letter-spacing: 0.04em;
  line-height: 1.875;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  html body.owner section.o-two-col .two-col .two-col__content .two-col__text {
    font-size: 15px;
    line-height: 1.867;
  }
}
html body.owner section.o-two-col .two-col .two-col__content .club-login {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}
html body.owner section.o-two-col .two-col .two-col__content .club-login .club-login__text {
  font-size: 20px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 991px) {
  html body.owner section.o-two-col .two-col .two-col__content .club-login .club-login__text {
    font-size: 17px;
    letter-spacing: 0;
  }
}
html body.owner section.o-two-col .two-col .two-col__content .club-login .box-link-arrow {
  margin: 20px 0;
}
html body.owner section.o-two-col .two-col .two-col__content .club-login .box-link-arrow a {
  margin-left: 0;
}
html body.owner section.o-two-col .two-col .two-col__content .club-login .club-login__number {
  font-size: 36px;
  letter-spacing: 0.1em;
  margin: 10px 0;
  display: inline-block;
}
html body.owner section.o-two-col .two-col .two-col__content .club-login .club-login__time {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  html body.owner section.o-two-col .two-col .two-col__content .club-login .club-login__time {
    letter-spacing: 0.05em;
  }
}
html body.owner section.o-point {
  margin-top: 180px;
}
@media screen and (max-width: 991px) {
  html body.owner section.o-point {
    margin-top: 50px;
  }
}
html body.owner section.o-point .wrapper {
  max-width: 1400px;
}
html body.owner section.o-point .o-point__text {
  font-size: 28px;
  line-height: 1.964;
  color: #0E1A3C;
  text-align: center;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 991px) {
  html body.owner section.o-point .o-point__text {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}
html body.owner section.o-point .o-point__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  html body.owner section.o-point .o-point__list {
    display: block;
  }
}
html body.owner section.o-point .o-point__list .o-point__item {
  background-color: #F8F8F8;
  color: #0E1A3C;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 31.6666666667%;
}
@media screen and (max-width: 991px) {
  html body.owner section.o-point .o-point__list .o-point__item {
    flex-basis: 47.5%;
  }
}
html body.owner section.o-point .o-point__list .o-point__item:nth-child(n+4) {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  html body.owner section.o-point .o-point__list .o-point__item:nth-child(n+3) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  html body.owner section.o-point .o-point__list .o-point__item:nth-child(n+2) {
    margin-top: 60px;
  }
}
html body.owner section.o-point .o-point__list .o-point__item .o-point__inner {
  padding: 25px 37px;
}
@media screen and (max-width: 767px) {
  html body.owner section.o-point .o-point__list .o-point__item .o-point__inner {
    padding: 20px;
  }
}
html body.owner section.o-point .o-point__list .o-point__item .o-point__inner .o-point__title {
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1.25;
  margin-bottom: 30px;
  position: relative;
  color: #0E1A3C;
  border-bottom: 1px solid #0E1A3C;
  padding: 0 0 16px 100px;
}
@media screen and (max-width: 767px) {
  html body.owner section.o-point .o-point__list .o-point__item .o-point__inner .o-point__title {
    font-size: 18px;
    padding: 0 0 16px 80px;
    margin-bottom: 20px;
  }
}
html body.owner section.o-point .o-point__list .o-point__item .o-point__inner .o-point__title::before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: 90px;
  font-weight: 200;
  line-height: 0.8;
  color: #A5AAB9;
  position: absolute;
  top: -42px;
  left: -20px;
  font-family: "Jost", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  html body.owner section.o-point .o-point__list .o-point__item .o-point__inner .o-point__title::before {
    font-size: 70px;
    top: -35px;
    left: -10px;
  }
}
html body.owner section.o-point .o-point__list .o-point__item .o-point__inner .o-point__description {
  font-weight: 500;
  line-height: 1.75;
}
html body.owner section.o-point .o-point__list .o-point__item .o-point__inner .o-point__features {
  margin-top: 20px;
}
html body.owner section.o-point .o-point__list .o-point__item .o-point__inner .o-point__features li {
  line-height: 1.75;
}
html body.owner section.o-point .o-point__list .o-point__item .o-point__inner .o-point__features li::before {
  content: "・";
}
html body.owner section.o-point .o-point__list .o-point__item .o-point__image {
  margin-top: 30px;
  width: 100%;
  min-width: 425px;
}
@media screen and (max-width: 1400px) {
  html body.owner section.o-point .o-point__list .o-point__item .o-point__image {
    min-width: 100%;
  }
}
html body.owner section.o-contact {
  margin-bottom: 140px;
}
html body.owner section.o-contact .greeting {
  text-align: center;
  font-size: 29px;
  letter-spacing: 0.04em;
  line-height: 1.862;
  color: #0E1A3C;
  padding: 130px 0;
}
@media screen and (max-width: 991px) {
  html body.owner section.o-contact .greeting {
    font-size: 18px;
    padding: 50px 0;
  }
}
html body.owner section.o-contact .o-contact__content {
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=owner.css.map */
