/*  #blog
-------------------------------------------------------------------------------*/
.sec--blog {
  padding: 14.6666666667vw 0 13.3333333333vw 0;
}

.sec--blog .sec-head {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}

.sec--blog .sec-btn {
  margin-top: 8vw;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .sec--blog {
    padding: 5.5555555556vw 0 4.1666666667vw 0;
  }
  .sec--blog .sec-head {
    margin-bottom: 2.7777777778vw;
  }
  .sec--blog .sec-desc p {
    text-align: center;
  }
  .sec--blog .sec-btn {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--blog {
    padding: 80px 0 60px 0;
  }
  .sec--blog .sec-head {
    margin-bottom: 40px;
  }
  .sec--blog .sec-btn {
    margin-top: 45px;
  }
}
/*  #building
-------------------------------------------------------------------------------*/
/* ------------------------------------------- building - */
.sec--building {
  padding: 16vw 0 13.3333333333vw 0;
  background-color: #feedd7;
}

.sec--building .sec-head {
  margin-bottom: 8vw;
  text-align: center;
}

.building {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6666666667vw;
}

.building > li {
  width: 45.3333333333vw;
}

.building > li a {
  position: relative;
  display: block;
  height: 38.6666666667vw;
  overflow: hidden;
}
.building > li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 5.3333333333vw 5.3333333333vw;
  border-color: transparent transparent #f18700 transparent;
}

.building-content {
  position: absolute;
  left: 2.6666666667vw;
  bottom: 3.3333333333vw;
  z-index: 1;
}

.building-ttl {
  color: #ffffff;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}

.building-en {
  position: relative;
  margin-top: 0.5em;
  color: #ffffff;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2.4vw;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.building-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.building-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  opacity: 0.51;
}

.building--planning .building-bg {
  background-image: url(../img/building/planning_sp.jpg);
}

.building--performance .building-bg {
  background-image: url(../img/building/performance_sp.jpg);
}

.building--support .building-bg {
  background-image: url(../img/building/support_sp.jpg);
}

.building--reform .building-bg {
  background-image: url(../img/building/reform_sp.jpg);
}

@media screen and (max-width: 750px) {
  .building {
    margin-left: -0.6666666667vw;
    width: 93.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--building {
    padding: 6.9444444444vw 0 5.5555555556vw 0;
  }
  .sec--building .sec-head {
    margin-bottom: 3.4722222222vw;
  }
  .building {
    gap: 2.0833333333vw 2.5vw;
  }
  .building > li {
    width: 36.9444444444vw;
  }
  .building > li a {
    height: 16.6666666667vw;
  }
  .building > li a:after {
    border-width: 0px 0px 2.0833333333vw 2.0833333333vw;
  }
  .building-content {
    left: 2.0833333333vw;
    bottom: 1.3888888889vw;
  }
  .building-ttl {
    font-size: 1.8055555556vw;
  }
  .building-en {
    left: 0.2083333333vw;
    font-size: 0.8333333333vw;
  }
  .building-bg {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .building > li:hover .building-bg {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  .building--planning .building-bg {
    background-image: url(../img/building/planning.jpg);
    background-image: image-set(url(../img/building/planning.jpg) 1x, url(../img/building/planning-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/building/planning.jpg) 1x, url(../img/building/planning-2x.jpg) 2x);
  }
  .building--performance .building-bg {
    background-image: url(../img/building/performance.jpg);
    background-image: image-set(url(../img/building/performance.jpg) 1x, url(../img/building/performance-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/building/performance.jpg) 1x, url(../img/building/performance-2x.jpg) 2x);
  }
  .building--support .building-bg {
    background-image: url(../img/building/support.jpg);
    background-image: image-set(url(../img/building/support.jpg) 1x, url(../img/building/support-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/building/support.jpg) 1x, url(../img/building/support-2x.jpg) 2x);
  }
  .building--reform .building-bg {
    background-image: url(../img/building/reform.jpg);
    background-image: image-set(url(../img/building/reform.jpg) 1x, url(../img/building/reform-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/building/reform.jpg) 1x, url(../img/building/reform-2x.jpg) 2x);
  }
}
@media screen and (min-width: 1441px) {
  .sec--building {
    padding: 100px 0 80px 0;
  }
  .sec--building .sec-head {
    margin-bottom: 50px;
  }
  .building {
    gap: 30px 36px;
  }
  .building > li {
    width: 532px;
  }
  .building > li a {
    height: 240px;
  }
  .building > li a:after {
    border-width: 0px 0px 30px 30px;
  }
  .building-content {
    left: 30px;
    bottom: 20px;
  }
  .building-ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .building-en {
    left: 3px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* ------------------------------------------- menu - */
.sec--menu {
  padding: 9.3333333333vw 0;
  background-color: #ffffff;
}

.menu > li a {
  position: relative;
}

.menu-ttl {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .menu {
    margin: 0 auto;
    width: 88vw;
  }
  .menu > li:nth-child(n+2) {
    margin-top: 4.6666666667vw;
  }
  .menu > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2vw 10vw 2vw 2vw;
    border: 0.2666666667vw solid #d9d9d9;
  }
  .menu > li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4vw;
    display: inline-block;
    width: 2.4vw;
    height: 4.2666666667vw;
    background-image: url(../img/building/arrow.svg);
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu-image {
    width: 45.3333333333vw;
  }
  .menu-content {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--menu {
    padding: 2.7777777778vw 0;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2.7777777778vw;
  }
  .menu > li {
    margin-left: 2.7777777778vw;
    width: calc(33.33333% - 2.7777777778vw);
  }
  .menu > li a {
    display: block;
  }
  .menu-image {
    margin-bottom: 1.7361111111vw;
  }
  .menu-ttl {
    font-size: 1.5277777778vw;
    text-align: center;
  }
  .menu > li:hover .menu-image img {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    cursor: pointer;
  }
}
@media screen and (min-width: 1441px) {
  .sec--menu {
    padding: 40px 0;
  }
  .menu {
    margin-left: -40px;
  }
  .menu > li {
    margin-left: 40px;
    width: calc(33.33333% - 40px);
  }
  .menu-image {
    margin-bottom: 25px;
  }
  .menu-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
/*  company
-------------------------------------------------------------------------------*/
.sec--company {
  padding: 16vw 0 12vw 0;
}
.sec--company:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 87.4666666667vw;
  background-color: #feedd7;
  z-index: -1;
}

.sec--company .sec-head {
  margin-bottom: 8.6666666667vw;
  text-align: center;
}

.sec--company .sec-btn {
  margin-top: 10.6666666667vw;
  text-align: center;
}

.company-ttl {
  margin-bottom: 1.5em;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

.company-image {
  position: relative;
  margin-bottom: 10.6666666667vw;
}

@media screen and (min-width: 751px) {
  .sec--company {
    padding: 5.2083333333vw 0 5.5555555556vw 0;
  }
  .sec--company:before {
    left: auto;
    right: 0;
    width: 20.8%;
    height: 100%;
  }
  .sec--company .sec-head {
    margin-bottom: 4.1666666667vw;
    text-align: left;
  }
  .sec--company .sec-btn {
    margin-top: 3.4722222222vw;
    text-align: left;
  }
  .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .company-image {
    margin: 0;
    width: 32.6388888889vw;
    height: 33.3333333333vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .company-image > div {
    position: absolute;
    top: -3.125vw;
    left: 0;
    width: 44.4444444444vw;
  }
  .company-content {
    width: 38.1944444444vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .company-ttl {
    font-size: 1.8055555556vw;
    text-align: left;
  }
}
@media screen and (min-width: 1441px) {
  .sec--company {
    padding: 75px 0 80px 0;
  }
  .sec--company .sec-head {
    margin-bottom: 60px;
  }
  .sec--company .sec-btn {
    margin-top: 50px;
  }
  .company-image {
    width: 470px;
    height: 480px;
  }
  .company-image > div {
    top: -45px;
    width: 640px;
  }
  .company-content {
    width: 550px;
  }
  .company-ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
/*  #event
-------------------------------------------------------------------------------*/
.sec--event {
  padding: 16vw 0 13.3333333333vw 0;
}
.sec--event:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f4f1;
  z-index: -1;
}

.sec--event .sec-head {
  margin-bottom: 8vw;
  text-align: center;
}

.event-slide {
  position: relative;
}

.sec--event .sec-btn {
  margin-top: 8.6666666667vw;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .event-slide .swiper-slide {
    margin-right: 5.3333333333vw;
    width: 68.5333333333vw !important;
  }
  .event-slide .swiper-slide:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) {
  .sec--event {
    padding: 5.5555555556vw 0 4.5138888889vw 0;
  }
  .sec--event:before {
    left: auto;
    right: 0;
    width: calc(100% - 4.1666666667vw);
  }
  .sec--event .sec-head {
    margin-bottom: 2.4305555556vw;
  }
  .sec--event .sec-desc p {
    text-align: center;
  }
  .sec--event .sec-btn {
    margin-top: 3.125vw;
  }
  .event-slide .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.7777777778vw;
    width: auto;
    height: auto;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .event-slide .swiper-wrapper .swiper-slide {
    margin-left: 2.7777777778vw;
    width: calc(33.33333% - 2.7777777778vw) !important;
    height: auto;
  }
  .event-slide .swiper-wrapper .swiper-slide:nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .sec--event {
    padding: 80px 0 65px 0;
  }
  .sec--event:before {
    width: calc(100% - 60px);
  }
  .sec--event .sec-head {
    margin-bottom: 35px;
  }
  .sec--event .sec-btn {
    margin-top: 45px;
  }
  .event-slide .swiper-wrapper {
    margin-left: -40px;
  }
  .event-slide .swiper-wrapper .swiper-slide {
    margin-left: 40px;
    width: calc(33.33333% - 40px) !important;
  }
}
/*  #modelhouse
-------------------------------------------------------------------------------*/
.sec--modelhouse {
  padding: 13.3333333333vw 0;
  overflow: hidden;
}
.sec--modelhouse:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80vw;
  height: calc(100% - 66.6666666667vw);
  background-color: #f7f4f1;
  z-index: -2;
}
.sec--modelhouse:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.3333333333vw;
  display: inline-block;
  width: 56vw;
  height: 56vw;
  background-image: url(../img/modelhouse/mark_sp.png);
  background-size: contain;
  z-index: -1;
}

.sec--modelhouse .sec-head {
  margin-bottom: 8vw;
  text-align: center;
}

.sec--modelhouse .sec-btn {
  margin-top: 8vw;
  text-align: center;
}

.modelhouse {
  position: relative;
}

.modelhouse-image {
  position: relative;
  margin-bottom: 10.6666666667vw;
  width: 80vw;
}
.modelhouse-image:after {
  content: "";
  position: absolute;
  right: -17.3333333333vw;
  bottom: -7.3333333333vw;
  display: inline-block;
  width: 33.3333333333vw;
  height: 40vw;
  background-image: url(../img/modelhouse/exterior_sp.png);
  background-size: contain;
  z-index: 1;
}

.modelhouse-content {
  position: relative;
}

.modelhouse-ttl {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.modelhouse-sub {
  position: relative;
  left: 4vw;
  width: 45.3333333333vw;
}

@media screen and (max-width: 750px) {
  .modelhouse-image {
    left: -4vw;
  }
  .modelhouse-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8vw;
  }
  .modelhouse-ttl {
    width: 42.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .sec--modelhouse {
    padding: 6.9444444444vw 0 7.9861111111vw 0;
  }
  .sec--modelhouse:before {
    width: calc(100% - 30.5555555556vw);
    height: 43.0555555556vw;
  }
  .sec--modelhouse:after {
    right: 2.7777777778vw;
    bottom: -4.1666666667vw;
    width: 29.1666666667vw;
    height: 29.1666666667vw;
    background-image: url(../img/modelhouse/mark.png);
    background-image: image-set(url(../img/modelhouse/mark.png) 1x, url(../img/modelhouse/mark-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/modelhouse/mark.png) 1x, url(../img/modelhouse/mark-2x.png) 2x);
  }
  .sec--modelhouse .sec-head {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .sec--modelhouse .sec-btn {
    margin-top: 3.4722222222vw;
    text-align: left;
  }
  .modelhouse-image {
    margin-bottom: 4.8611111111vw;
    width: 54.5833333333vw;
  }
  .modelhouse-image:after {
    right: -11.8055555556vw;
    bottom: -3.125vw;
    width: 16.1111111111vw;
    height: 19.3055555556vw;
    background-image: url(../img/modelhouse/exterior.png);
    background-image: image-set(url(../img/modelhouse/exterior.png) 1x, url(../img/modelhouse/exterior-2x.png) 2x);
    background-image: -webkit-image-set(url(../img/modelhouse/exterior.png) 1x, url(../img/modelhouse/exterior-2x.png) 2x);
  }
  .modelhouse-content {
    padding-left: 31.9444444444vw;
  }
  .modelhouse-ttl {
    margin-bottom: 1em;
    font-size: 1.8055555556vw;
  }
  .modelhouse-sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 25vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--modelhouse {
    padding: 100px 0 115px 0;
  }
  .sec--modelhouse:before {
    width: calc(100% - 440px);
    height: 620px;
  }
  .sec--modelhouse:after {
    right: 40px;
    bottom: -60px;
    width: 420px;
    height: 420px;
  }
  .sec--modelhouse .sec-head {
    margin-bottom: 35px;
  }
  .sec--modelhouse .sec-btn {
    margin-top: 50px;
  }
  .modelhouse-image {
    margin-bottom: 70px;
    width: 786px;
  }
  .modelhouse-image:after {
    right: -170px;
    bottom: -45px;
    width: 232px;
    height: 278px;
  }
  .modelhouse-content {
    padding-left: 460px;
  }
  .modelhouse-ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .modelhouse-sub {
    width: 360px;
  }
}
/*  #mv
-------------------------------------------------------------------------------*/
.mv {
  position: relative;
}

.mv-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mv-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.mv-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 176vw;
}

.mv-slide .swiper-slide.is-play img {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.mv-ttl {
  position: absolute;
  top: 46.6666666667vw;
  left: 50%;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.mv-ttl span {
  position: relative;
  top: -0.05em;
  font-size: 7.7333333333vw;
  line-height: 2.2em;
}

.news {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 88vw;
  z-index: 2;
}

.news a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4vw;
  height: 20vw;
  background-color: rgba(0, 0, 0, 0.3);
}
.news a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 99.99999%;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vw 6vw 10vw 0px;
  border-color: transparent rgba(0, 0, 0, 0.3) transparent transparent;
}

.news-date {
  margin-bottom: 0.3em;
  color: #ffffff;
  font-size: 3.7333333333vw;
}

.news-ttl {
  position: relative;
  padding-bottom: 0.5em;
  max-height: 1.8em;
  color: #ffffff;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.8em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.news-ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.mv-pagination {
  position: absolute;
  left: 4vw !important;
  bottom: 26.6666666667vw !important;
  width: 4vw !important;
  text-align: center;
  z-index: 3;
}

.mv-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 !important;
  width: 4vw;
  height: 4vw;
  background-color: transparent;
  background-image: url(../img/slide/dot.svg);
  background-size: 1.0666666667vw;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: unset;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mv-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}

.mv-pagination .swiper-pagination-bullet:nth-child(n+2) {
  margin-top: 4.6666666667vw !important;
}

.mv-pagination .swiper-pagination-bullet-active {
  background-image: url(../img/slide/double.svg);
  background-size: contain !important;
}

@media screen and (min-width: 751px) {
  .mv-slide img {
    height: 62.5vw;
  }
  .mv-ttl {
    top: 14.9305555556vw;
    font-size: 1.9444444444vw;
  }
  .mv-ttl span {
    font-size: 2.9166666667vw;
  }
  .news {
    width: 43.0555555556vw;
  }
  .news a {
    padding: 0 3.4722222222vw;
    height: 6.9444444444vw;
  }
  .news a:before {
    border-width: 3.4722222222vw 2.7777777778vw 3.4722222222vw 0px;
  }
  .news a > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news-date {
    margin: 0 1.5em 0 0;
    font-size: 1.1111111111vw;
  }
  .news-ttl {
    font-size: 1.1111111111vw;
  }
  .news-ttl:after {
    height: 0.0694444444vw;
  }
  .mv-pagination {
    left: 5.5555555556vw !important;
    bottom: 4.1666666667vw !important;
    width: 1.5277777778vw !important;
  }
  .mv-pagination .swiper-pagination-bullet {
    width: 1.5277777778vw;
    height: 1.5277777778vw;
    background-size: 0.4166666667vw;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .mv-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
  }
  .mv-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-top: 1.7361111111vw !important;
  }
}
@media screen and (min-width: 1441px) {
  .mv-slide img {
    height: 900px;
  }
  .mv-ttl {
    top: 215px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .mv-ttl span {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .news {
    width: 620px;
  }
  .news a {
    padding: 0 50px;
    height: 100px;
  }
  .news a:before {
    border-width: 50px 40px 50px 0px;
  }
  .news-date {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .news-ttl:after {
    height: 1px;
  }
  .mv-pagination {
    left: 80px !important;
    bottom: 60px !important;
    width: 22px !important;
  }
  .mv-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background-size: 6px;
  }
  .mv-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-top: 25px;
  }
}
/*  #staff
-------------------------------------------------------------------------------*/
.sec--staff {
  padding: 13.3333333333vw 0 10.6666666667vw 0;
  background-image: url(../img/staff/bg_sp.jpg);
  background-size: cover;
}
.sec--staff:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
}

.sec--staff .sec-head {
  margin-bottom: 10.6666666667vw;
  text-align: center;
}

.sec--staff .sec-ttl,
.sec--staff .sec-desc p {
  color: #ffffff;
}

.sec--staff .sec-btn {
  margin-top: 10.6666666667vw;
  text-align: center;
}

.sec--staff .sec-btn .btn-main span {
  color: #ffffff;
}

.staff-frt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42.6666666667vw;
}

.staff-frt li {
  position: relative;
  width: 29.3333333333vw;
}

.staff-frt li:nth-child(1) {
  top: -5.3333333333vw;
}

.staff-frt li:nth-child(3) {
  bottom: -5.3333333333vw;
}

@media screen and (min-width: 751px) {
  .sec--staff {
    padding: 4.8611111111vw 0;
    background-image: url(../img/staff/bg.jpg);
    background-image: image-set(url(../img/staff/bg.jpg) 1x, url(../img/staff/bg-2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/staff/bg.jpg) 1x, url(../img/staff/bg-2x.jpg) 2x);
  }
  .sec--staff .sec-head {
    margin: 0;
    width: 29.1666666667vw;
    text-align: left;
  }
  .sec--staff .sec-btn {
    margin-top: 2.7777777778vw;
    text-align: left;
  }
  .staff-frt {
    position: absolute;
    top: 50%;
    right: 0;
    width: 44.4444444444vw;
    height: 22.2222222222vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .staff-frt li {
    width: 13.8888888889vw;
  }
  .staff-frt li:nth-child(1) {
    top: -4.1666666667vw;
  }
  .staff-frt li:nth-child(3) {
    bottom: -4.1666666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--staff {
    padding: 70px 0;
  }
  .sec--staff .sec-head {
    width: 420px;
  }
  .sec--staff .sec-btn {
    margin-top: 40px;
  }
  .staff-frt {
    width: 640px;
    height: 320px;
  }
  .staff-frt li {
    width: 200px;
  }
  .staff-frt li:nth-child(1) {
    top: -60px;
  }
  .staff-frt li:nth-child(3) {
    bottom: -60px;
  }
}
/*  #works
-------------------------------------------------------------------------------*/
.sec--works {
  padding: 13.3333333333vw 0;
  background-color: #ffffff;
}

.sec--works .sec-head {
  margin-bottom: 8vw;
  text-align: center;
}

.sec--works .sec-btn {
  margin-top: 8.6666666667vw;
  text-align: center;
}

.works-frt {
  position: relative;
}

.works-frt-slide {
  position: relative;
  margin-top: 8vw;
}

.works-slide .swiper-slide {
  margin-right: 5.3333333333vw;
  width: 68.5333333333vw !important;
  height: auto;
}

.works-slide .swiper-slide:last-child {
  margin-right: 0 !important;
}

#works-pagination {
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10.6666666667vw;
}

#works-pagination .swiper-pagination-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  background-color: #eeeeee;
  border-radius: 0 !important;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

#works-pagination .swiper-pagination-bullet:nth-child(n+2) {
  margin-left: 2.1333333333vw;
}

#works-pagination .swiper-pagination-bullet-active {
  background-color: #f18700 !important;
  color: #ffffff;
}

@media screen and (min-width: 751px) {
  .sec--works {
    padding: 8.3333333333vw 0 6.9444444444vw 0;
  }
  .sec--works .sec-head {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2;
  }
  .sec--works .sec-head:before {
    content: "";
    position: absolute;
    top: -1em;
    left: 50%;
    width: 11.8055555556vw;
    height: 130%;
    background-color: #ffffff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .sec--works .sec-desc {
    margin-left: 10.0694444444vw;
  }
  .sec--works .sec-btn {
    position: absolute;
    top: 0.5555555556vw;
    right: 0;
    margin: 0;
    text-align: right;
  }
  .works-frt-slide {
    margin-top: 3.125vw;
  }
  .works-slide .swiper-slide {
    margin-right: 2.0833333333vw;
    width: 23.6111111111vw !important;
  }
  #works-pagination {
    margin-top: 3.125vw;
  }
  #works-pagination .swiper-pagination-bullet {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    font-size: 1.1111111111vw;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #works-pagination .swiper-pagination-bullet:hover {
    background-color: #fff0e2 !important;
    color: #333333 !important;
  }
  #works-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 1.0416666667vw;
  }
}
@media screen and (min-width: 1441px) {
  .sec--works {
    padding: 120px 0 100px 0;
  }
  .sec--works .sec-head:before {
    width: 170px;
  }
  .sec--works .sec-desc {
    margin-left: 145px;
  }
  .sec--works .sec-btn {
    top: 8px;
  }
  .works-frt-slide {
    margin-top: 45px;
  }
  .works-slide .swiper-slide {
    margin-right: 30px;
    width: 340px !important;
  }
  #works-pagination {
    margin-top: 45px;
  }
  #works-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 48px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #works-pagination .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 15px;
  }
}