@media only screen and (max-width: 740px) {
  .p-overview-item {
    padding: 25px 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-overview-item {
    display: flex;
  }
}
.p-overview-item:nth-child(odd) {
  background: rgba(153, 161, 175, 0.05);
}
.p-overview-item:nth-child(even) {
  background: rgba(153, 161, 175, 0.15);
}
.p-overview-item > dt {
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-overview-item > dt {
    padding-bottom: 15px;
    padding-inline: 10px;
    margin-inline: -10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e4e7;
  }
}
@media print, screen and (min-width: 741px) {
  .p-overview-item > dt {
    flex: 0 0 15.7142857143vw;
    padding: 1.7857142857vw 1.7857142857vw;
    border-right: 1px solid #e0e4e7;
  }
}
@media only screen and (min-width: 1400px) {
  .p-overview-item > dt {
    flex: 0 0 220px;
    padding: 25px 25px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-overview-item > dd {
    flex: 1 1 auto;
    padding: 1.7857142857vw 2.5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-overview-item > dd {
    padding: 25px 35px;
  }
}
.p-overview-item > dd > p:not(:first-child) {
  margin-top: 1em;
}

.p-overview-item-address:not(:first-child) {
  margin-top: 1.5em;
}
.p-overview-item-address dt {
  margin-bottom: 0.2em;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-overview-item-management tr {
    display: block;
  }
  .p-overview-item-management tr:not(:first-child) {
    margin-top: 1em;
  }
}
.p-overview-item-management th {
  text-align: left;
}
@media only screen and (max-width: 740px) {
  .p-overview-item-management th {
    display: block;
  }
}
@media print, screen and (min-width: 741px) {
  .p-overview-item-management th {
    padding-right: 1em;
  }
}
@media only screen and (max-width: 740px) {
  .p-overview-item-management td {
    display: block;
  }
}
.p-overview-movie {
  width: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 740px) {
  .p-overview-movie {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-overview-movie {
    max-width: 780px;
    margin: 8.5714285714vw auto 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p-overview-movie {
    margin: 120px auto 0;
  }
}
.p-overview-movie iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 740px) {
  .p-overview-catalog {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-overview-catalog {
    margin-top: 8.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-overview-catalog {
    margin-top: 120px;
  }
}

.p-overview-catalog-bnr {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(93, 113, 165, 0.3);
}
@media only screen and (max-width: 740px) {
  .p-overview-catalog-bnr {
    display: block;
    border-radius: 20px 0 20px 0;
    padding: 20px 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-overview-catalog-bnr {
    display: flex;
    border-radius: 40px 0 40px 0;
    padding: 1.7857142857vw 1.7857142857vw;
    gap: 2.8571428571vw;
    transition: color 0.4s;
  }
  .p-overview-catalog-bnr:hover {
    color: #0071bc;
  }
  .p-overview-catalog-bnr:hover .p-overview-catalog-link:before {
    scale: 0;
  }
  .p-overview-catalog-bnr:hover .p-overview-catalog-link:after {
    scale: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .p-overview-catalog-bnr {
    padding: 25px 25px;
    gap: 40px;
  }
}

.p-overview-catalog-img {
  aspect-ratio: 350/250;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-overview-catalog-img {
    width: 240px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 741px) {
  .p-overview-catalog-img {
    flex: 0 0 25vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-overview-catalog-img {
    flex: 0 0 350px;
  }
}
.p-overview-catalog-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 5%;
}

@media print, screen and (min-width: 741px) {
  .p-overview-catalog-body {
    flex: 1 1 auto;
    padding-top: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-overview-catalog-body {
    padding-top: 15px;
  }
}

.p-overview-catalog-hl {
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-overview-catalog-hl {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    margin-block: 1.2em 0.6em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-overview-catalog-hl {
    font-size: 2vw;
    margin-bottom: 0.4em;
  }
}
@media only screen and (min-width: 1400px) {
  .p-overview-catalog-hl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.p-overview-catalog-link {
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .p-overview-catalog-link {
    position: relative;
    margin-top: 40px;
    text-align: right;
    padding-right: 50px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-overview-catalog-link {
    position: absolute;
    right: 2.8571428571vw;
    bottom: 3.5714285714vw;
    padding-right: 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-overview-catalog-link {
    right: 40px;
    bottom: 50px;
    padding-right: 50px;
  }
}
.p-overview-catalog-link:before {
  content: "";
  display: block;
  background: #1d2951;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-overview-catalog-link:before {
    width: 40px;
    height: 40px;
    right: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-overview-catalog-link:before {
    width: 2.8571428571vw;
    height: 2.8571428571vw;
    right: 0;
    top: 0.75em;
    translate: 0 -50%;
    transition: scale 0.6s;
  }
}
@media only screen and (min-width: 1400px) {
  .p-overview-catalog-link:before {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-overview-catalog-link:after {
    content: "";
    display: block;
    background: #0071bc;
    border-radius: 100%;
    position: absolute;
    translate: 50% 50%;
    width: 2.8571428571vw;
    height: 2.8571428571vw;
    right: 0;
    top: 0.75em;
    translate: 0 -50%;
    scale: 0;
    transition: scale 0.6s;
  }
}
@media only screen and (min-width: 1400px) {
  .p-overview-catalog-link:after {
    width: 40px;
    height: 40px;
  }
}
.p-overview-catalog-link .-icon {
  display: block;
  background: #fff;
  mask: url(/_assets/_common/img/icon-arrow.svg) 50% 50%/contain no-repeat;
  position: absolute;
  transition: background 0.6s;
  z-index: 1;
}
@media only screen and (max-width: 740px) {
  .p-overview-catalog-link .-icon {
    width: 10px;
    height: 8px;
    right: 20px;
    top: 22px;
    translate: 50% -50%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-overview-catalog-link .-icon {
    width: 0.7142857143vw;
    height: 0.5714285714vw;
    right: 1.4285714286vw;
    top: 0.75em;
    translate: 50% -50%;
  }
}
@media only screen and (min-width: 1400px) {
  .p-overview-catalog-link .-icon {
    width: 10px;
    height: 8px;
    right: 20px;
  }
}