/*------------------------------------------------

p-top-mv

-------------------------------------------------*/
.p-top-mv {
  height: calc(100vh - 80px);
  position: relative;
  padding-top: 3.7vh;
  padding-bottom: 8.6vh;
  background-color: #f9f9f9;
}
.p-top-mv .p-top-mv__move-txt {
  position: absolute;
  height: 25%;
  background: url(../../../img/top/mv-move-txt.png) top 0px left 0/1975px auto repeat-x;
  background-size: cover;
  width: 100%;
}
.p-top-mv .p-top-mv__move-txt.p-top-mv__move-txt--01 {
  top: 0;
  animation: mv-move-txt01 90s linear infinite;
}
@keyframes mv-move-txt01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1975px 0;
  }
}
.p-top-mv .p-top-mv__move-txt.p-top-mv__move-txt--02 {
  top: 25%;
  animation: mv-move-txt02 90s linear infinite;
}
@keyframes mv-move-txt02 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1975px 0;
  }
}
.p-top-mv .p-top-mv__move-txt.p-top-mv__move-txt--03 {
  top: 50%;
  animation: mv-move-txt03 90s linear infinite;
}
@keyframes mv-move-txt03 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1975px 0;
  }
}
.p-top-mv .p-top-mv__move-txt.p-top-mv__move-txt--04 {
  top: 75%;
  animation: mv-move-txt04 90s linear infinite;
}
@keyframes mv-move-txt04 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1975px 0;
  }
}
.p-top-mv .p-top-mv__move {
  position: relative;
  height: 57vh;
  background: url(../../../img/top/mv-move.png) top 0px left 0/2020px auto repeat-x;
  background-size: cover;
  width: 100%;
  animation: scroll 120s linear infinite;
}
@keyframes scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2020px 0;
  }
}
.p-top-mv .p-top-mv__ttl {
  position: relative;
  margin-top: 3.7vh;
}
.p-top-mv .p-top-mv__ttl-txt {
  font-size: 4.44vh;
  margin-left: 11.1vh;
  font-weight: 400;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-top-mv .p-top-mv__ttl-txt span {
  font-family: "Noto Serif", serif;
  display: inline-block;
  opacity: 0;
  animation: fadeIn 0.8s forwards;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--01 span:nth-child(1) {
  animation-delay: 0.1s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--01 span:nth-child(2) {
  animation-delay: 0.15s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--01 span:nth-child(3) {
  animation-delay: 0.2s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--01 span:nth-child(4) {
  animation-delay: 0.25s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--01 span:nth-child(5) {
  animation-delay: 0.3s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--01 span:nth-child(6) {
  animation-delay: 0.35s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--01 span:nth-child(7) {
  animation-delay: 0.4s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--01 span:nth-child(8) {
  animation-delay: 0.45s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--01 span:nth-child(9) {
  animation-delay: 0.5s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--01 span:nth-child(10) {
  animation-delay: 0.55s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--02 span:nth-child(1) {
  animation-delay: 0.65s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--02 span:nth-child(2) {
  animation-delay: 0.7s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--02 span:nth-child(3) {
  animation-delay: 0.75s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--02 span:nth-child(4) {
  animation-delay: 0.8s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--02 span:nth-child(5) {
  animation-delay: 0.85s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--02 span:nth-child(6) {
  animation-delay: 0.9s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--02 span:nth-child(7) {
  animation-delay: 0.95s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--02 span:nth-child(8) {
  animation-delay: 1s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--02 span:nth-child(9) {
  animation-delay: 1.05s;
}
.p-top-mv .p-top-mv__ttl-txt.p-top-mv__ttl-txt--02 span:nth-child(10) {
  animation-delay: 1.1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.p-top-mv .p-top-mv__ttl-subtxt {
  margin-top: 3.7vh;
  margin-left: 11.1vh;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.22vh;
  letter-spacing: 0.04em;
}
.p-top-mv .p-top-mv__scroll {
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 60px;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-text {
  width: 60px;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  writing-mode: vertical-rl;
  align-items: center;
  font-family: "Cormorant Garamond", serif;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-line {
  margin: 0 auto;
  margin-top: 10px;
  height: 100px;
  display: block;
  width: 1px;
  background: #000;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-line:after {
  width: 8px;
  height: 8px;
  background: #00274B;
  content: "";
  display: block;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
  left: -4px;
  top: 20px;
  animation-name: mv-scroll;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes mv-scroll {
  0% {
    opacity: 1;
    transform: translateY(-20px) translateX(0);
  }
  50% {
    transform: translateY(40px) translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateY(80px) translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    margin-top: 3.5714285714rem;
    padding-top: 3.5714285714rem;
    padding-bottom: 4.2857142857rem;
    height: auto;
  }
  .p-top-mv .p-top-mv__move {
    height: 17.1428571429rem;
  }
  .p-top-mv .p-top-mv__ttl {
    margin-top: 2.8571428571rem;
  }
  .p-top-mv .p-top-mv__ttl-txt {
    font-size: 2.1428571429rem;
    margin-left: 1.4285714286rem;
  }
  .p-top-mv .p-top-mv__ttl-subtxt {
    margin-left: 1.4285714286rem;
    font-size: 1rem;
  }
  .p-top-mv .p-top-mv__scroll {
    right: -0.7142857143rem;
    bottom: 1.4285714286rem;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-text {
    width: 4.2857142857rem;
    font-size: 0.7142857143rem;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-line {
    margin-top: 0.7142857143rem;
    height: 7.1428571429rem;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-line:after {
    width: 0.5714285714rem;
    height: 0.5714285714rem;
    left: -0.2857142857rem;
    top: 1.4285714286rem;
  }
}

/*------------------------------------------------

p-top-about

-------------------------------------------------*/
.p-top-about {
  background-color: #f9f9f9;
  padding: 60px 70px 0;
}
.p-top-about .p-top-about__outer {
  position: relative;
  background-color: #fff;
  border-radius: 24px 24px 0 0;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.05);
}
.p-top-about .p-top-about__bgtxt {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.09em;
  font-size: 120px;
  color: #E2E8ED;
  right: 50px;
  bottom: 20px;
}
.p-top-about .p-top-about__area {
  position: relative;
  z-index: 1;
  padding: 90px 40px 100px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}
.p-top-about .p-top-about__area.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-about .p-top-about__area-block {
  width: calc(100% - 480px);
}
.p-top-about .p-top-about__area-block .-ttl {
  margin-top: 20px;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.9;
}
.p-top-about .p-top-about__area-block .-txt {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 3;
}
.p-top-about .p-top-about--btn {
  margin-top: 50px;
}
.p-top-about .p-top-about__area-img {
  width: 400px;
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  .p-top-about .p-top-about__area {
    padding: 90px 0px 100px;
  }
  .p-top-about .p-top-about__area-block {
    width: calc(100% - 340px);
  }
  .p-top-about .p-top-about__area-img {
    width: 300px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 0 1.4285714286rem;
  }
  .p-top-about .p-top-about__outer {
    border-radius: 1.4285714286rem 1.4285714286rem 0 0;
  }
  .p-top-about .p-top-about__bgtxt {
    font-size: 4.2857142857rem;
    right: 1.7857142857rem;
    bottom: 0.7142857143rem;
  }
  .p-top-about .p-top-about__area {
    padding: 3.5714285714rem 0rem 7.1428571429rem;
  }
  .p-top-about .p-top-about__area-block {
    width: 100%;
    display: contents;
  }
  .p-top-about .p-top-about__area-block .-ttl {
    margin-top: 1.7857142857rem;
    font-size: 1.6428571429rem;
    order: 2;
  }
  .p-top-about .p-top-about__area-block .-txt {
    margin-top: 1.4285714286rem;
    font-size: 1rem;
    line-height: 2.5;
    order: 3;
  }
  .p-top-about .p-top-about--btn {
    margin: auto;
    margin-top: 3.5714285714rem;
    order: 4;
  }
  .p-top-about .p-top-about__area-img {
    width: 100%;
    margin-left: 0rem;
    margin-top: 1.4285714286rem;
    order: 1;
  }
}

/*------------------------------------------------

p-top-service

-------------------------------------------------*/
.p-top-service {
  padding: 80px 0 100px;
  background: linear-gradient(45deg, rgba(27, 50, 86, 0.77) 0%, rgb(69, 145, 153) 100%);
}
.p-top-service .p-top-service__area {
  position: relative;
  margin-top: 100px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.p-top-service .p-top-service__area.isActive {
  transform: translateY(0);
  opacity: 1;
}
.p-top-service .p-top-service__area.p-top-service__area--mt {
  margin-top: 30px;
}
.p-top-service .p-top-service__area.p-top-service__area--02 .-ttl {
  padding-left: 0;
  padding-right: 45px;
}
.p-top-service .p-top-service__area.p-top-service__area--02 .-txt {
  padding-left: 0;
  padding-right: 45px;
}
.p-top-service .p-top-service__area.p-top-service__area--02 .-series {
  left: auto;
  right: -125px;
}
.p-top-service .p-top-service__area .-series {
  position: absolute;
  font-size: 210px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 255, 255, 0.1);
  top: -125px;
  z-index: -1;
  left: -125px;
}
.p-top-service .p-top-service__area .-img {
  width: 350px;
}
.p-top-service .p-top-service__area .-txtbox {
  width: calc(100% - 350px);
}
.p-top-service .p-top-service__area .-ttlbox {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.p-top-service .p-top-service__area .-ttl {
  font-size: 25px;
  font-family: "Noto Serif", serif;
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding-left: 45px;
}
.p-top-service .p-top-service__area .-num {
  display: block;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
.p-top-service .p-top-service__area .-txt {
  margin-top: 15px;
  padding-left: 45px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}
.p-top-service .p-top-service__area .-content {
  width: 100%;
  margin-top: 30px;
}
.p-top-service .p-top-service__area .-content-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  background-color: #fff;
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  color: #2D5972;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.p-top-service .p-top-service__area .-content-list {
  width: calc(100% - 110px);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 15px;
}
.p-top-service .p-top-service__area .-content-list ul {
  gap: 20px;
}
.p-top-service .p-top-service__area .-content-list ul li {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .p-top-service .p-top-service__area.p-top-service__area--02 .-series {
    right: 0;
    left: -50px;
  }
  .p-top-service .p-top-service__area .-series {
    font-size: 200px;
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding: 3.5714285714rem 0 4.2857142857rem;
  }
  .p-top-service .p-top-service__area {
    margin-top: 3.5714285714rem;
  }
  .p-top-service .p-top-service__area.p-top-service__area--mt {
    margin-top: 2.1428571429rem;
  }
  .p-top-service .p-top-service__area.p-top-service__area--02 .-ttl {
    padding-left: 0;
    padding-right: 1.6071428571rem;
  }
  .p-top-service .p-top-service__area.p-top-service__area--02 .-txt {
    padding-left: 0;
    padding-right: 1.6071428571rem;
  }
  .p-top-service .p-top-service__area.p-top-service__area--02 .-series {
    left: auto;
    right: auto;
  }
  .p-top-service .p-top-service__area .-series {
    z-index: 1;
    font-size: 5.9285714286rem;
    top: -3.5714285714rem;
    transform: translateY(0%);
    right: auto;
    left: -0.7142857143rem;
  }
  .p-top-service .p-top-service__area .-img {
    width: 100%;
    margin: auto;
  }
  .p-top-service .p-top-service__area .-txtbox {
    width: 100%;
    margin-top: 1.4285714286rem;
  }
  .p-top-service .p-top-service__area .-ttlbox {
    padding-bottom: 1.1428571429rem;
  }
  .p-top-service .p-top-service__area .-ttl {
    font-size: 1.7857142857rem;
    padding-left: 0;
  }
  .p-top-service .p-top-service__area .-num {
    font-size: 0.8571428571rem;
    margin-bottom: 0.3571428571rem;
  }
  .p-top-service .p-top-service__area .-txt {
    margin-top: 1.0714285714rem;
    padding-left: 0;
    font-size: 1rem;
  }
  .p-top-service .-content {
    width: 100%;
    margin-top: 30px;
  }
  .p-top-service .-content-ttl {
    width: 7.1428571429rem;
    font-size: 1.1428571429rem;
  }
  .p-top-service .-content-list {
    width: calc(100% - 7.1428571429rem);
    padding: 1.0714285714rem;
  }
  .p-top-service .-content-list ul {
    gap: 1.0714285714rem;
  }
  .p-top-service .-content-list ul li {
    font-size: 1rem;
  }
}

/*------------------------------------------------

p-top-message

-------------------------------------------------*/
.p-top-message {
  position: relative;
  padding-top: 90px;
  padding-bottom: 170px;
}
.p-top-message::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #f9f9f9;
  width: 90%;
  top: 55%;
  bottom: 90px;
  right: 0;
}
.p-top-message .p-top-message--inner {
  position: relative;
}
.p-top-message .p-top-message__bgtxt {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-size: 150px;
  line-height: 1;
  letter-spacing: 0.09em;
  color: #fff;
  right: 0;
  bottom: 120px;
}
.p-top-message .p-top-message__area {
  width: calc(100% + 40px);
  margin: 0 -40px 0 0;
  position: relative;
  margin-top: 40px;
}
.p-top-message .p-top-message__area .-img {
  flex: 1;
  overflow: hidden;
  height: 400px;
  position: relative;
  margin-left: calc(45% - 50vw);
}
.p-top-message .p-top-message__area .-img::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: all 1s cubic-bezier(0.8, 0, 0.17, 1);
}
.p-top-message .p-top-message__area .-img.isActive::before {
  transform-origin: left top;
  transform: scale(0, 1);
}
.p-top-message .p-top-message__area .-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-message .p-top-message__area .-img::before {
  content: "";
  display: block;
  padding-top: 500px;
}
.p-top-message .p-top-message__area .-txtbox {
  width: 54%;
  margin-top: 20px;
  margin-left: 50px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.p-top-message .p-top-message__area .-txtbox.isActive {
  transform: translateY(0);
  opacity: 1;
}
.p-top-message .p-top-message__area .-ttl {
  padding-left: 12px;
  position: relative;
  font-weight: 400;
  font-size: 26px;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.p-top-message .p-top-message__area .-ttl::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #3B3533;
  width: 3px;
  top: 2px;
  left: 0;
  bottom: 2px;
}
.p-top-message .p-top-message__area .-txt {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2.1;
}
.p-top-message .p-top-message__area .-name {
  margin-top: 40px;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .p-top-message .p-top-message__area {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-message {
    padding-top: 3.5714285714rem;
    padding-bottom: 2.1428571429rem;
  }
  .p-top-message::before {
    width: 78.7%;
    top: 23%;
    bottom: 0;
  }
  .p-top-message .p-top-message__bgtxt {
    font-size: 6.0714285714rem;
    right: 0rem;
    bottom: 15.7142857143rem;
    writing-mode: vertical-rl;
  }
  .p-top-message .p-top-message__area {
    width: 100%;
    margin: 0 0px 0 0;
    margin-top: 0rem;
  }
  .p-top-message .p-top-message__area .-img {
    height: 15rem;
    flex: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 1.7857142857rem;
  }
  .p-top-message .p-top-message__area .-img img {
    position: static;
  }
  .p-top-message .p-top-message__area .-img::before {
    padding-top: 15rem;
  }
  .p-top-message .p-top-message__area .-txtbox {
    width: 100%;
    margin-top: 2.1428571429rem;
    margin-left: 0px;
  }
  .p-top-message .p-top-message__area .-ttl {
    font-size: 1.4285714286rem;
    padding-bottom: 0.7142857143rem;
  }
  .p-top-message .p-top-message__area .-ttl::before {
    width: 0.2142857143rem;
    top: 0.1428571429rem;
    left: 0;
    bottom: 0.7142857143rem;
  }
  .p-top-message .p-top-message__area .-txt {
    margin-top: 1.0714285714rem;
    font-size: 1rem;
  }
  .p-top-message .p-top-message__area .-name {
    margin-top: 1.4285714286rem;
    font-size: 1.2857142857rem;
  }
}/*# sourceMappingURL=index.css.map */