.mv {
  padding-top: 0;
  place-content: center;
  height: 100vh;
  margin-top: -86px;
}
@media all and (max-width: 767px) {
  .mv {
    height: 100dvh;
  }
}
.mv .main_copy {
  position: relative;
}
.mv .main_copy .txx {
  position: absolute;
  width: 100%;
  bottom: -94px;
}
@media all and (max-width: 767px) {
  .mv .main_copy {
    margin-top: -1%;
  }
  .mv h1 {
    width: 100%;
    text-align: center;
  }
  .mv h1 img {
    display: inline-block;
    width: 300px;
    height: 45px;
    position: relative;
    top: 5%;
  }
}

.mv_bg {
  background: none;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.mv_bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 102%;
  min-height: 102%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mv_bg .spm {
  display: none;
}
@media all and (max-width: 767px) {
  .mv_bg {
    background: none;
    height: 100vh;
  }
  .mv_bg .spm {
    display: block;
  }
  .mv_bg .pcm {
    display: none;
  }
  .mv_bg video {
    width: auto;
    height: 100dvh;
  }
}

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border: 1px solid #C7C7C7;
  display: inline-block;
  border-radius: 50%;
  background: none;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  border: 1px solid #A39989;
}

.top1 {
  background: url("../images/pt.jpg");
  background-size: 260px auto;
  padding: 120px 0 100px 0;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .top1 {
    padding: 64px 0 56px 0;
  }
}
.top1 .bx_top_c2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .top1 .bx_top_c2 {
    display: block;
  }
}
.top1 .bx_top_c2 .pg_t1 {
  bottom: 0;
  left: 0;
  width: auto;
}
.top1 .bx_top_c2 .txt {
  margin-top: 32px;
  color: #A39989;
  line-height: 2.5;
  width: 425px;
}
@media all and (max-width: 1200px) {
  .top1 .bx_top_c2 .txt {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .top1 .bx_top_c2 .txt {
    margin-top: 24px;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.3;
  }
}
.top1 .bx_top_c2_img {
  width: 54.5%;
  overflow: hidden;
  position: relative;
  padding-bottom: 28px;
  box-sizing: border-box;
}
@media all and (max-width: 1200px) {
  .top1 .bx_top_c2_img {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .top1 .bx_top_c2_txtarea {
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .top1 .bx_top_c2_txtarea {
    margin-top: 40px;
  }
}

.top2 {
  margin-top: -1px;
  background: url("../images/pt.jpg");
  background-size: 260px auto;
}
.top2_bx {
  margin-top: 32px;
  background: url(../images/top2_bg.jpg) no-repeat center center/cover;
  height: 400px;
  padding-bottom: 16px;
  box-sizing: border-box;
  position: relative;
  place-content: flex-end;
}
@media all and (max-width: 767px) {
  .top2_bx {
    margin-top: 40px;
    height: 310px;
    background: url(../images/top2_bg_sp.jpg) no-repeat center center/cover;
  }
}
.top2_top_c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  color: white;
  font-size: 1.4rem;
}
.top2_top_c2 .txt {
  line-height: 2;
  margin-bottom: 16px;
}
@media all and (max-width: 767px) {
  .top2_top_c2 {
    font-size: 1.3rem;
    display: block;
  }
  .top2_top_c2 .txt {
    line-height: 2;
    margin-bottom: 8px;
  }
  .top2_top_c2 a {
    margin-top: 16px;
  }
}

.top4 {
  background: url("../images/pt.jpg");
  background-size: 260px auto;
  padding: 120px 0;
  box-sizing: border-box;
}
.top4_c2 {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 0 70px;
}
.top4_c2 a {
  text-decoration: none;
  color: #A39989;
}
@media all and (max-width: 1280px) {
  .top4_c2 {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}
.top4 .imp {
  border: 1px solid #A39989;
  padding: 24px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .top4 .imp:hover {
    background: white;
  }
  .top4 .imp:hover a {
    color: #454545;
  }
  .top4 .imp:hover .ct {
    background: #454545;
  }
  .top4 .imp:hover .pluf:before {
    background: #454545;
  }
  .top4 .imp:hover .pluf:after {
    background: #454545;
  }
}
@media all and (max-width: 767px) {
  .top4 .imp {
    padding: 24px 16px;
  }
}
.top4 .line_imp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.top4 .line_imp .ct {
  color: white;
  background: #A39989;
  padding: 4px 10px;
  box-sizing: border-box;
  margin-right: 45px;
  transition: all 0.3s ease;
}
.top4 .line_imp .ymd {
  margin-right: 25px;
  transition: all 0.3s ease;
}
.top4 .line_imp .txt {
  transition: all 0.3s ease;
}
.top4 .line_imp .pluf {
  position: absolute;
  right: 0;
  top: 8px;
}
@media all and (max-width: 767px) {
  .top4 .line_imp {
    display: block;
    font-size: 1.4rem;
  }
  .top4 .line_imp .ct {
    padding: 4px 10px;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 16px;
  }
  .top4 .line_imp .ymd {
    margin: 0 0 8px 0;
  }
  .top4 .line_imp .pluf {
    top: unset;
    bottom: 0;
  }
}
.top4 .info {
  margin-top: 8px;
}
.top4 .info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 24px;
  border-bottom: 1px solid #A39989;
  padding: 24px 0;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .top4 .info a:hover {
    background: white;
    color: #454545;
  }
  .top4 .info a:hover .pluf:before {
    background: #454545;
  }
  .top4 .info a:hover .pluf:after {
    background: #454545;
  }
}
.top4 .info .pluf {
  position: absolute;
  right: 0;
  top: 29px;
}
@media all and (max-width: 767px) {
  .top4 .info a {
    font-weight: 500;
    display: block;
  }
  .top4 .info a .ymd {
    font-size: 1rem;
  }
  .top4 .info a .txt {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .top4 .info a {
    gap: 0 24px;
    padding: 16px 0;
  }
  .top4 .info .pluf {
    display: none;
  }
}
.top4 .btn_sq {
  margin: 32px auto 0 auto;
  border: 1px solid #A39989;
}
@media all and (max-width: 767px) {
  .top4 .btn_sq {
    margin: 40px auto 0 auto;
  }
}
@media all and (max-width: 767px) {
  .top4 {
    padding: 64px 0;
  }
}

.top6 {
  padding: 120px 0;
  box-sizing: border-box;
  background: url(../images/ex_bg.jpg) no-repeat center center/cover;
}
.top6 .company_info {
  max-width: 800px;
  color: white;
  margin: 80px auto 0 auto;
}
.top6 .line {
  padding: 27px 0;
  box-sizing: border-box;
  border-top: 1px solid white;
  display: grid;
  align-items: center;
  grid-template-columns: 260px 1fr;
}
.top6 .line:last-of-type {
  border-bottom: 1px solid white;
}
@media all and (max-width: 767px) {
  .top6 {
    padding: 64px 0;
  }
  .top6 h2 {
    line-height: 1.3;
  }
  .top6 .company_info {
    margin: 40px auto 0 auto;
  }
  .top6 .line {
    padding: 20px 0;
    grid-template-columns: 1fr;
    font-size: 1.4rem;
  }
  .top6 .line .tx {
    margin-top: 10px;
  }
}

.top7 {
  background: url("../images/pt.jpg");
  background-size: 260px auto;
  position: relative;
  height: 464px;
  overflow: hidden;
}
.top7 .inner {
  height: 464px;
  place-content: center;
}
.top7 .ct {
  color: #A39989;
  display: inline-block;
  position: relative;
  z-index: 2;
  max-width: 540px;
  padding-top: 20px;
  aspect-ratio: 704/464;
  width: 100%;
}
.top7 .ttl_cm {
  position: relative;
  z-index: 2;
}
.top7 .info {
  position: relative;
  z-index: 2;
}
.top7 .info .ad {
  margin: 24px 0;
}
.top7 .info .btn_sq {
  margin-top: 32px;
}
@media all and (max-width: 767px) {
  .top7 .info .btn_sq {
    margin-top: 24px;
    padding: 14px 10px;
  }
}
.top7 .mapw {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
}
.top7 .map {
  position: relative;
  height: 464px;
  overflow: hidden;
  padding-top: 38.25%;
}
.top7 .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1280px) {
  .top7 .map {
    height: auto;
    min-height: 464px;
  }
}
@media all and (max-width: 767px) {
  .top7 .inner {
    height: auto;
    padding: 64px 0;
    box-sizing: border-box;
  }
  .top7 .ct {
    padding-top: 0;
  }
  .top7 {
    height: auto;
  }
  .top7 .map {
    min-height: 240px;
  }
  .top7 .mapw {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
  }
}

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