.advertisement {
  max-width: 800px;
  display: flex;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .advertisement {
    align-items: center;
    gap: 0 40px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .advertisement {
    flex-direction: column;
    gap: 16px 0;
    align-items: flex-start;
    padding: 16px 32px;
  }
}
.advertisement__label {
  display: block;
  border: 1px solid #231815;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  line-height: 1;
  padding: 4px 16px;
}
.advertisement__txt {
  flex: 1;
  font-size: 12px;
  line-height: 1.4;
}

.mainVisual {
  position: relative;
}
.mainVisual__ttl {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mainVisual__ttl {
    width: -moz-fit-content;
    width: fit-content;
    gap: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__ttl {
    width: 310px;
    top: 100px;
    gap: 12px 0;
  }
}
.mainVisual__ttlSub {
  font-family: var(--font-garamond);
  color: #595757;
}
@media screen and (max-width: 768px) {
  .mainVisual__ttlSub {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .mainVisual__image .caption {
    text-align: right;
    padding: 8px 8px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual__image .caption {
    padding: 8px 20px 0;
  }
}

.uspArea {
  padding: 60px 0 20px;
}
.uspArea__sub {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .uspArea__sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__sub {
    line-height: 1.6;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .uspArea__sub .large {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__sub .large {
    font-size: 26px;
  }
}
.uspArea__ttl {
  line-height: 140%;
  margin-bottom: 8px;
  text-align: center;
  color: #5C747E;
}
@media screen and (min-width: 768px) {
  .uspArea__ttl {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  .uspArea__ttl {
    font-size: 40px;
  }
}

.uspCards {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-block: 40px 60px;
}
@media screen and (max-width: 768px) {
  .uspCards {
    flex-direction: column;
    gap: 20px 0;
    align-items: center;
    padding-inline: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .uspCards__item {
    max-width: 100%;
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .uspCards__item {
    width: 100%;
  }
}
.uspCards .caption {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.uspCard {
  background: #5C747E;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .uspCard {
    padding: 2px 8px 4px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .uspCard {
    padding: 2px 4px 16px;
  }
}
.uspCard .large {
  font-size: 36px;
  margin-top: 12px;
  display: block;
}
.uspCard .middle {
  font-size: 18px;
}
.uspCard .num {
  font-size: 60px;
  font-family: var(--font-garamond);
}
.uspCard .vertical {
  writing-mode: vertical-rl;
  display: inline-block;
  font-size: 14px;
  margin-block: 0 4px;
  margin-bottom: -6px;
  letter-spacing: 0.2em;
}
.uspCard .flowWrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .uspCard .flowWrap {
    display: flex;
    justify-content: center;
    margin-top: 12px;
  }
}
.uspCard .flow {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .uspCard .flow {
    position: absolute;
    top: -10px;
    left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .uspCard .flow {
    margin-top: 9px;
  }
}

.topSection {
  position: relative;
}
@media screen and (min-width: 768px) {
  .topSection__inner {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .topSection__inner {
    padding-top: 60px;
  }
}
.topSection--concept {
  padding-bottom: 60px;
}
.topSection--concept::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1.8;
  background: url(../imgs/pc/bg-concept.jpg) no-repeat center top/100% 100%;
}
@media screen and (max-width: 768px) {
  .topSection--concept::before {
    background-image: url(../imgs/sp/bg-concept.jpg);
  }
}
.topSection--location {
  background: no-repeat center top/100% 100%;
}
@media screen and (min-width: 768px) {
  .topSection--location {
    background-image: url(../imgs/pc/bg-location.png);
    padding-block: 120px 400px;
    padding-left: calc(50% - 580px);
  }
}
@media screen and (max-width: 768px) {
  .topSection--location {
    background-image: url(../imgs/sp/bg-location.png);
    padding-bottom: 280px;
    padding-top: 80px;
  }
}
.topSection--access {
  background: no-repeat center top/cover;
  padding-top: 1px;
}
@media screen and (min-width: 768px) {
  .topSection--access {
    background-image: url(../imgs/pc/bg-access.png);
    padding-right: calc(50% - 580px);
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .topSection--access {
    background-image: url(../imgs/sp/bg-access.png);
    padding-bottom: 100px;
  }
}
.topSection--access::before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #5C747E;
}
@media screen and (min-width: 768px) {
  .topSection--access::before {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topSection--access::before {
    height: 14px;
  }
}
.topSection__title {
  text-align: center;
  color: #5C9EAA;
  font-size: 120px;
  font-family: var(--font-garamond);
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .topSection__title {
    font-size: 60px;
    margin-bottom: 16px;
  }
}
.topSection__title--dark {
  color: #5C747E;
}
.topSection--location .topSection__title {
  position: absolute;
  text-shadow: 2px 2px 15px #e6eef1;
  line-height: 1;
  margin-top: 340px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .topSection--location .topSection__title {
    margin-top: 56vw;
    width: 100%;
    text-align: center;
  }
}
.topSection--access .topSection__title {
  position: absolute;
  text-shadow: 2px 2px 15px #e6eef1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .topSection--access .topSection__title {
    top: 250px;
    right: calc(50% - 600px);
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .topSection--access .topSection__title {
    top: 100px;
    right: 24px;
    text-align: right;
    line-height: 1.2;
  }
}
.topSection__lead {
  grid-area: lead;
  margin-bottom: 24px;
  text-align: center;
  color: #5C9EAA;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .topSection__lead {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .topSection__lead {
    font-size: 24px;
    padding-inline: 24px;
    line-height: 1.6;
  }
}
.topSection__lead--dark {
  color: #5C747E;
}
.topSection--location .topSection__lead {
  text-align: left;
}
.topSection--access .topSection__lead {
  text-align: right;
}
.topSection__txt {
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .topSection__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .topSection__txt {
    padding-inline: 24px;
    font-size: 14px;
  }
}

.topLocation__heading {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
}
.topLocation__heading .caption {
  position: absolute;
  bottom: -20px;
  right: 8px;
}
.topLocation__cont {
  display: grid;
  grid-template: "lead img" auto "more img" 1fr/472px 1fr;
  gap: 0 153px;
}
@media screen and (min-width: 768px) {
  .topLocation__cont {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .topLocation__cont {
    margin-top: 140px;
    grid-template: "lead" auto "img" auto "more" 1fr/100%;
  }
}
.topLocation__more {
  grid-area: more;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .topLocation__more {
    text-align: center;
  }
}

.topLocationSubPhoto {
  grid-area: img;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .topLocationSubPhoto {
    width: 100%;
    margin-top: 24px;
    padding-right: 24px;
  }
}
.topLocationSubPhoto .caption {
  display: block;
  text-align: right;
  padding: 8px 0 0 0;
}
.topLocationSubPhoto__item {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .topLocationSubPhoto__item:nth-child(1) {
    width: 309px;
    margin-inline: auto 0;
  }
}
@media screen and (min-width: 768px) {
  .topLocationSubPhoto__item:nth-child(2) {
    margin: -60px 0 0 -100px;
  }
}
@media screen and (max-width: 768px) {
  .topLocationSubPhoto__item:nth-child(2) {
    width: 150px;
    margin: -64px 0 0 24px;
  }
}

.topAccess {
  margin-top: 100px;
}
.topAccess__heading {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .topAccess__heading {
    margin: -350px auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topAccess__heading {
    margin: -200px auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topAccess__heading .photo {
    width: 333px;
  }
}
.topAccess__heading .caption {
  position: absolute;
  top: calc(100% + 8px);
  left: 8px;
}
@media screen and (max-width: 768px) {
  .topAccess__heading .caption {
    left: 8px;
    right: auto;
  }
}
.topAccess__cont {
  display: grid;
}
@media screen and (min-width: 768px) {
  .topAccess__cont {
    grid-template: "img lead" auto "img more" 1fr/367px 1fr;
    margin: 100px 0 0 auto;
    width: 1111px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topAccess__cont {
    grid-template: "lead" auto "img" auto "more" 1fr/100%;
    margin-top: 120px;
    width: 100%;
  }
}
.topAccess__more {
  grid-area: more;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .topAccess__more {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto 0;
  }
}
@media screen and (max-width: 768px) {
  .topAccess__more {
    text-align: center;
  }
}

.topAccessSubPhoto {
  grid-area: img;
}
.topAccessSubPhoto .caption {
  display: block;
  text-align: right;
  padding: 8px 0 0 0;
}
@media screen and (min-width: 768px) {
  .topAccessSubPhoto__item {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .topAccessSubPhoto__item {
    width: calc(100% - 48px);
    margin-inline: auto;
  }
}

.btnMore {
  display: inline-flex;
  flex-direction: column;
  background: #5C9EAA;
  max-width: 100%;
  color: #fff;
  font-family: var(--font-garamond);
}
@media screen and (min-width: 768px) {
  .btnMore {
    width: 472px;
    height: 140px;
    padding: 22px 50px;
  }
}
@media screen and (max-width: 768px) {
  .btnMore {
    align-items: flex-start;
    width: 100%;
    height: 100px;
    padding: 16px 32px;
    width: calc(100% - 48px);
  }
}
.btnMore::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #5C9EAA 0%, #017ebc 100%);
  transition: opacity 0.5s ease;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: overlay;
}
.btnMore--txt {
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .btnMore--txt {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .btnMore--txt {
    font-size: 30px;
  }
}
.btnMore--s {
  font-size: 14px;
}
.btnMore--arrow {
  position: absolute;
  transition: transform 0.5s ease;
}
@media screen and (min-width: 768px) {
  .btnMore--arrow {
    width: 120px;
    height: 14px;
    right: 35px;
    bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .btnMore--arrow {
    width: 85px;
    height: 9px;
    right: 24px;
    bottom: 40px;
  }
}
a:hover .btnMore--arrow {
  transform: translateX(10px);
}
.btnMore:hover::before {
  opacity: 0.5;
}