/* mv */
.mvWrap {
  position: relative;
  /* padding: 16.7rem 0 7rem; */
  height: calc(100vh - 10.4rem);
  min-height: 69rem;
  max-height: 115rem;
  overflow: hidden;
}
.mvWrap.js-anime {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 1s;
  z-index: -1;
}
.mvWrap.js-anime.active {
  top: -12rem;
}
/* .mvWrap.js-anime * {
  transition: filter .5s;
}
.mvWrap.js-anime.active * {
  filter: blur(7px);
} */
.mvWrap .mv_bg {
  position: absolute;
  top: 48%;
  left: 51.5%;
  transform: translate(-50%,-50%) rotate(11deg);
  z-index: -1;
  width: 154.3rem;
  height: 34.6rem;
}
.mvWrap .mv_bg .svg__content { 
	position: absolute;
	top: 0;
	left: 0;
}
.mvWrap .txtWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120.4rem;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
.mvWrap .txtWrap .ttl {
  font-size: 9.9rem;
  font-weight: var(--bold);
  line-height: 1.3737;
}
.mvWrap .txtWrap .txt {
  width: 83.2rem;
  margin-top: 3.4rem;
  line-height: 1.75;
}
.mvWrap .txt span.anime.fadeIn.active {
  animation: fadeIn 1.2s 1.5s ease-out forwards;
}
.mvWrap .txt span.anime.fadeIn:nth-of-type(2).active {
  animation: fadeIn 1.2s 2s ease-out forwards;
}
/* 縦向きの場合 */
@media (orientation: portrait) {
  .mvWrap {
    max-height: 100rem;
  }
}
@media screen and (max-width: 767px) {
  .mvWrap {
    max-height: none;
    min-height: auto;
    height: calc(100vh - 6.4rem);
  }
  .mvWrap .txtWrap {
    top: 57%;
    width: 34.5rem;
  }
  .mvWrap .txtWrap .ttl {
    font-size: 3.8rem;
  }
  .mvWrap .txtWrap .txt {
    width: 32rem;
    margin-top: 2rem;
  }
  .mvWrap .mv_bg {
    top: 38%;
    left: 51.5%;
    transform: translate(-50%,-50%) rotate(26deg);
    width: 47rem;
    height: 10.5rem;
  }

}


/* message */
.MessageWrap {
  position: relative;
  padding: 16.4rem 0 18.2rem;
  background: var(--color-blue);
}
.MessageWrap.js-anime {
  min-height: 100vh;
  margin-top: calc(100vh - 10.4rem);
  transition: .5s;
}
.MessageWrap.js-anime.active {
  margin-top: 10rem;
  padding-bottom:calc(100vh - 40%);
  padding-top:calc(100vh - 40%);
  transition: .5s;
}
.MessageWrap * {
  color: var(--color-white);
}
.MessageWrap .ttl_h2 span {
  color: var(--color-white);
}
.MessageWrap .ttl_h2 span::before {
  background: var(--color-white);
}
.MessageWrap .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 9.7rem;
}
.MessageWrap .flex .left.lead {
  width: 54.3rem;
}
.MessageWrap .flex .right {
  width: 62.5rem;
}

.MessageWrap .flex .right .txt {
  font-size: 1.8rem;
  line-height: 2.33;
}
.MessageWrap .scroll {
  position: absolute;
  right: 17.5rem;
  top: -9.7rem;
  width: 13.7rem;
  height: 13.7rem;
  border-radius: 100%;
  background: var(--color-navy);
  transition: .3s;
}
.MessageWrap .scroll::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.8rem;
  background: url(../img/icon_arrow.png) center/contain no-repeat;
  transform: translate(-50%, -50%);
}
.MessageWrap::before,
.MessageWrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 62rem;
  height: 62rem;
  border-radius: 100%;
  opacity: 0.26;
}
.MessageWrap::before {
  border: 2px solid var(--color-white);
  left: -20rem;
  bottom: -36.6rem;
  animation: round 2s linear infinite;
}
.MessageWrap::after {
  border: 5px solid var(--color-white);
  left: -24.1rem;
  bottom: -33rem;
  animation: round2 5s linear infinite;
}
/* 縦向きの場合 */
@media (orientation: portrait) {
  .MessageWrap.js-anime {
    margin-top: 100rem;
  }
  .MessageWrap.js-anime.active {
    padding-bottom: 50rem;
    padding-top: 50rem;
  }
}
@media screen and (min-width: 768px) {
  .MessageWrap .scroll:hover {
    opacity: 1;
    right: 14.35rem;
    top: -12.85rem;
    width: 20rem;
    height: 20rem;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .MessageWrap {
    padding: 7.4rem 0;
  }
  .MessageWrap.js-anime {
    margin-top: calc(100vh - 6.4rem);
  }
  .MessageWrap.js-anime.active {
    margin-top: 6rem;
    padding-bottom: calc(100vh - 124%);
    padding-top: calc(100vh - 110%);
  }
  .MessageWrap .flex {
    display: block;
    margin-top: 5rem;
  }
  .MessageWrap .flex .left.lead {
    width: auto;
  }
  .MessageWrap .flex .right {
    width: auto;
  }
  .MessageWrap .flex .right .txt {
    margin-top: 6rem;
    font-size: 1.4rem;
  }
  .MessageWrap::before,
  .MessageWrap::after {
    width: 44rem;
    height: 44rem;
  }
  .MessageWrap::after {
    left: -22.1rem;
    bottom: -27rem;
  }
  .MessageWrap::before {
    left: -20rem;
    bottom: -29.6rem;
  }
  .MessageWrap .scroll {
    right: 1.5rem;
    top: -4rem;
    width: 7.7rem;
    height: 7.7rem;
    background: var(--color-navy);
  }
  .MessageWrap .scroll::after {
    width: 1rem;
    height: 0.5rem;
  }
}




.imgBg {
  position: relative;
  height: 41.6rem;
  /* background: gray; */
  overflow: hidden;

  /* background-size: cover;
  background-position: center;
  background-image: url(../img/img_bgimg.jpg);
  transition: .5s; */
}
.imgBg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serviceWrap .imgBg {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .imgBg {
    height: 30.6rem;
  }
  .serviceWrap .imgBg {
    margin-top: 3rem;
  }
}


/* about */
/* .aboutWrap {
  position: relative;
  min-height: 91rem;
  height: 100vh;
  padding: 15.6rem 0 14.9rem;
  background: #F3F3F3;
}
.aboutWrap .ttl_h2 {
  width: 59rem;
  margin-left: auto;
} */
.aboutWrap {
  position: relative;
  background: #F3F3F3;
}
.aboutWrap .item {
  position: sticky;
  top: 0;
  width: 100%;
  /* min-height: 91rem; */
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0s;
}
.aboutWrap .item.is-show {
  opacity: 1;
  transition: 1.5s;
}
.aboutWrap .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 125rem;
  padding: 15.6rem 0 14.9rem;
}
.aboutWrap .flex .img {
  width: 59rem;
}
.aboutWrap .flex .txtWrap {
  width: 59rem;
}
.aboutWrap .flex .txtWrap dt {
  font-size: 2.8rem;
  line-height: 1.71;
}
.aboutWrap .flex .txtWrap dd {
  margin-top: 5.8rem;
  font-size: 1.8rem;
  line-height: 2.33;
}
.block1 {
  z-index: 1;
  /* background: blue; */
}
.block2 {
  z-index: 2;
  /* background: gray; */
}
.block3 {
  z-index: 3;
  /* background: red; */
}
.aboutWrap .in {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  display: block;
  width: 125rem;
  height: 100vh;
  transform: translate(-50%);
  pointer-events: none;
  z-index: 1;
}
.aboutWrap.fixed .in {
  position: fixed;
}
.aboutWrap.fixed.end .in {
  position: absolute;
  top: auto;
  bottom: 0;
}
.aboutWrap .ttl_h2 {
  width: 61rem;
  margin-left: auto;
  margin-top: 15.9rem;
}
.controlWrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 128.6rem;
  font-size: 1.2rem;
  color: #C9C9C9;
  z-index: 5;
  transform: translate(-50%, -50%);
}
.control {
  position: absolute;
  width: 6rem;
  padding-top: calc(20.3rem + 1.5rem);
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.control .bar {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 20.3rem;
  background: #C9C9C9;
  transform: translateX(-50%);
}
.controlBar {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  display: block;
  width: 1px;
  height: 8.29rem;
  background: var(--color-navy);
  transform: translateX(-50%);
  transition: .5s;
  z-index: 2;
}
.nofixed.aboutWrap {
  padding: 5rem 0 8rem;
}
.nofixed.aboutWrap .flex {
  padding: 4.6rem 0 14.9rem;
}
@media screen and (max-width: 767px) {
  .aboutWrap.end {
    position: static;
  }
  .aboutWrap .ttl_h2 {
    position: absolute;
    top: 4.9rem;
    width: 100%;
    margin: 0;
  }
  .aboutWrap .in {
    width: 34.5rem;
    height: auto;
  }
  .aboutWrap .flex {
    display: block;
    width: 34.5rem;
    margin: 0 auto;
    padding: 10rem 0;
    transition: .5s;
  }
  .aboutWrap .item:first-of-type .flex {
    padding-top: 20rem;
  }
  .aboutWrap .flex .img {
    width: 32.5rem;
    margin: 0 auto;
  }
  .aboutWrap .flex .txtWrap {
    width: 32.5rem;
    margin: 4rem auto 0;
  }
  .aboutWrap .flex .txtWrap dt {
    font-size: 2rem;
  }
  .aboutWrap .flex .txtWrap dd {
    margin-top: 2.8rem;
    font-size: 1.4rem;
  }
  .aboutWrap .item {
    position: static;
    display: block;
    height: auto;
    transition: .5s;
    opacity: 1;
  }
  .aboutWrap .item.slideUp .flex {
    opacity: 0;
  }
  .aboutWrap .item.slideUp.active .flex {
    animation: slideUp2 .7s .3s ease-out forwards;
  }
  .controlWrap {
    display: none;
    left: 1rem;
    width: 6rem;
    font-size: 1rem;
  }
  /* .aboutWrap.fixed.end .in .ttl_h2 {
    top: -6rem;
  } */
  /* .aboutWrap.fixed.end .in {
    bottom: 11rem;
  } */
  .nofixed.aboutWrap {
    padding: 0;
  }
  .nofixed.aboutWrap .ttl_h2 {
    padding-top: 10rem;
  }
  .nofixed.aboutWrap .item:first-of-type .flex {
    padding-top: 5rem;
  }
  .nofixed.aboutWrap .flex {
    padding: 5rem 0 10rem;
  }
  @keyframes slideUp2 {
    0% {
      opacity: 0;
      transform: translateY(10rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}





/* contact */
.contactWrap {
  padding: 0 0 13rem;
  background: var(--color-white);
}
.contactWrap .in {
  padding-top: 14.4rem;
}
.contactWrap .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 12.5rem;
}
.contactWrap .flex a {
  position: relative;
  display: block;
  width: 59rem;
  padding-bottom: 6.5rem;
  border-bottom: 1px solid var(--color-navy);
  font-size: 3.6rem;
  color: var(--color-txt);
  line-height: 1.33;
}
.contactWrap .flex a:hover {
  letter-spacing: 0.025em;
}
.contactWrap .flex a:hover::after {
  box-shadow: none;
  background: var(--color-blue);
}
.contactWrap .flex a small {
  font-size: 1.6rem;
}
.contactWrap .flex a::after {
  position: absolute;
  top: 0.6rem;
  right: 0;
  content: "";
  display: block;
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: var(--color-navy-light);
  transition: .3s;
}
.contactWrap .flex a::before {
  position: absolute;
  right: 3.6rem;
  top: 4.4rem;
  content: "";
  display: block;
  width: 1rem;
  height: 0.7rem;
  background: url(../img/icon_arrow.png) center/contain no-repeat;
  transform: rotate(-90deg);
  z-index: 1;
}
.txtSlide {
  position: relative;
  width: 100%;
  margin-top: -1.5rem;
  margin-inline: auto;
  overflow: hidden;
}
.txtSlide span {
  display: block;
  width: 364rem;
  font-size: 10.2rem;
  font-weight: var(--regular);
  color: var(--color-gray);
  animation: loop 40s linear infinite;
  white-space: nowrap;
  line-height: 1.3;
}
.txtSlide span:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  animation: loop 40s -20s linear infinite;
}
@keyframes loop {
  0%{
    transform: translateX(100%);
  }
  100%{
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .contactWrap {
    padding-bottom: 10rem;
  }
  .contactWrap .in {
    padding-top: 6.9rem;
  }
  .contactWrap .flex {
    display: block;
    margin-top: 5rem;
  }
  .contactWrap .flex a {
    width: auto;
    padding: 0 8rem 3.5rem 0;
    margin-top: 5rem;
    font-size: 2.5rem;
  }
  .contactWrap .flex a::after {
    width: 6.3rem;
    height: 6.3rem;
  }
  .contactWrap .flex a small {
    display: inline-block;
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .contactWrap .flex a::before {
    right: 2.8rem;
    top: 3.6rem;
    width: 0.8rem;
    height: 0.5rem;
  }
  .txtSlide {
    margin-top: 0;
  }
  .txtSlide span {
    width: 190rem;
    font-size: 5.2rem;
  }
}