/*************************************************

header

*************************************************/
.header {
  background-color: rgba(255, 255, 255, 0.95);
}

/*************************************************

container

*************************************************/
.container {
  padding-top: 0;
}

/*************************************************

bottom-contacts

*************************************************/
.bottom-contacts {
  margin-top: 0;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .bottom-contacts {
    padding-top: 3rem;
  }
}
.bottom-contacts::before {
  display: none;
}

/*************************************************

top common

*************************************************/
.top-bigtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 17.5rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(172, 31, 40)), to(rgb(132, 44, 49)));
  background: linear-gradient(90deg, rgb(172, 31, 40) 0%, rgb(132, 44, 49) 100%);
}
@media screen and (max-width: 767px) {
  .top-bigtitle {
    height: 9.5rem;
  }
}

.top-bigtitle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1rem 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: min(105rem, 100% - 6rem);
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-bigtitle__inner {
    gap: 1rem 2.5rem;
  }
}

.top-bigtitle__en {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .top-bigtitle__en {
    font-size: 2.4rem;
  }
}

.top-bigtitle__ja {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-bigtitle__ja {
    font-size: 1.2rem;
  }
}

/*************************************************

top-mv

*************************************************/
.top-mv {
  position: relative;
}

.top-mv-letters {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(105rem, 100% - 4rem);
  margin-bottom: 4.7584187408%;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv-letters {
    margin-bottom: 16%;
  }
}

.top-mv-letters__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.3rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .top-mv-letters__title {
    width: 100%;
    margin-bottom: 1.1rem;
    padding-bottom: 1.5rem;
  }
}
.top-mv-letters__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-animation: mv_border 0.4s 0.3s cubic-bezier(0.7, 0, 0.51, 0.88) forwards;
          animation: mv_border 0.4s 0.3s cubic-bezier(0.7, 0, 0.51, 0.88) forwards;
}

@-webkit-keyframes mv_border {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes mv_border {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.top-mv-letters__title-txt {
  overflow: hidden;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-animation: mv_texts 0.4s 1s cubic-bezier(0.7, 0, 0.51, 0.88) forwards;
          animation: mv_texts 0.4s 1s cubic-bezier(0.7, 0, 0.51, 0.88) forwards;
}
@media screen and (max-width: 767px) {
  .top-mv-letters__title-txt {
    font-size: min(2.2rem, 5.8666666667vw);
  }
}
.top-mv-letters__title-txt:nth-child(2) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

@-webkit-keyframes mv_texts {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes mv_texts {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.top-mv-letters__text {
  font-weight: 500;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-animation: mv_texts 0.4s 1.5s cubic-bezier(0.7, 0, 0.51, 0.88) forwards;
          animation: mv_texts 0.4s 1.5s cubic-bezier(0.7, 0, 0.51, 0.88) forwards;
}
@media screen and (max-width: 767px) {
  .top-mv-letters__text {
    font-size: min(1.3rem, 3.4666666667vw);
  }
}

.top-mv-img {
  position: relative;
  line-height: 0;
  z-index: 1;
}
.top-mv-img img {
  width: 100%;
}

/*************************************************

top-message

*************************************************/
.top-message {
  position: relative;
  max-width: 136.6rem;
  margin: 0 auto;
  padding: 5rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .top-message {
    padding: 2rem 0 5rem;
  }
}

.top-message-letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: min(105rem, 100% - 2rem);
  margin: 0 auto;
  padding: 3rem 5rem 5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.4rem 0.6rem 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.4rem 0.6rem 0 rgba(0, 0, 0, 0.06);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-message-letters {
    padding: 2rem 1rem 7rem;
  }
}

.top-message-letters__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}

.top-message-letters__title-en {
  color: #ac1f28;
  font-weight: 500;
}

.top-message-letters__title-ja {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-message-letters__title-ja {
    font-size: 1.8rem;
  }
}

.top-message-img {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 33.5285505124%;
  line-height: 0;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .top-message-img {
    width: 29.2825768668%;
  }
}
@media screen and (max-width: 767px) {
  .top-message-img {
    position: relative;
    top: 0;
    width: calc(100% - 2rem);
    margin: -4rem 0 0 auto;
  }
}
.top-message-img img {
  width: 100%;
}

/*************************************************

top-services

*************************************************/
.top-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(105rem, 100% - 2rem);
  margin: 0 auto;
  padding: 4rem 0 11rem;
}
@media screen and (max-width: 767px) {
  .top-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem 0 4rem;
  }
}

.top-services-left {
  width: 46.6666666667%;
}
@media screen and (max-width: 767px) {
  .top-services-left {
    width: 100%;
  }
}

.top-services-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-services-right {
    width: 100%;
    margin-top: 1.5rem;
  }
}

/* top-services-list01
--------------------------------*/
.top-services-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem 0;
}
@media screen and (max-width: 767px) {
  .top-services-list01 {
    gap: 0.9rem 0;
  }
}

.top-services-list01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 1rem);
}
@media screen and (max-width: 767px) {
  .top-services-list01__item {
    width: calc(50% - 0.45rem);
  }
}

.top-services-list01__acnhor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 14.5rem;
  width: 100%;
  padding: 1.3rem 0.4rem;
  color: #2f4050;
  text-decoration: none;
  text-align: center;
  background-color: #E5E7E8;
  border-radius: 0.5rem;
  border: transparent solid 1px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (any-hover: hover) {
  .top-services-list01__acnhor:hover {
    border-color: #ac1f28;
  }
  .top-services-list01__acnhor:hover .top-services-list01__arw {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}

.top-services-list01__icon {
  margin-bottom: 1rem;
  line-height: 0;
}

.top-services-list01__title {
  font-weight: 700;
  line-height: 1.3;
}

.top-services-list01__text {
  margin-top: 1rem;
  color: #8C8F91;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top-services-list01__text {
    font-size: 0.8rem;
  }
}

.top-services-list01__arw {
  margin-top: auto;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* top-services-list02
--------------------------------*/
.top-services-list02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100%;
  margin-right: -5rem;
  padding: 3rem 4rem;
  border: #7E8892 solid 1px;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1180px) {
  .top-services-list02 {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-services-list02 {
    padding: 2rem 1rem;
    -webkit-box-shadow: 0 0.4rem 0.6rem 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 0.4rem 0.6rem 0 rgba(0, 0, 0, 0.06);
  }
}

.top-services-list02__item + .top-services-list02__item {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: #2f4050 solid 1px;
}
@media screen and (max-width: 767px) {
  .top-services-list02__item + .top-services-list02__item {
    margin-top: 2rem;
    padding-top: 2.5rem;
  }
}

.top-services-list02__acnhor {
  display: block;
  color: #2e2e2e;
  text-decoration: none;
}
@media (any-hover: hover) {
  .top-services-list02__acnhor:hover .top-services-list02__head {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  .top-services-list02__acnhor:hover .top-services-list02__title {
    color: #ac1f28;
  }
  .top-services-list02__acnhor:hover .top-services-list02__arw {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
  .top-services-list02__acnhor:hover .in-ov {
    opacity: 1;
  }
}

.top-services-list02__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.4;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .top-services-list02__head {
    margin-bottom: 2rem;
  }
}

.top-services-list02__head-letters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem 2rem;
  width: calc(100% - 5rem);
}

.top-services-list02__icon {
  position: relative;
  line-height: 0;
}
.top-services-list02__icon img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-services-list02__icon .in-ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 2;
}

.top-services-list02__title {
  color: #2f4050;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .top-services-list02__title {
    font-size: 1.6rem;
  }
}

.top-services-list02__en {
  color: #8C8F91;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-services-list02__en {
    font-size: 0.8rem;
  }
}

.top-services-list02__text {
  font-size: 1.4rem;
  font-weight: 500;
}

.top-services-list02__arw {
  position: relative;
  margin-top: 1rem;
  width: 2rem;
  height: 1.8rem;
  margin: 1rem 1.2rem 0 auto;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .top-services-list02__arw {
    margin-right: 0;
  }
}
.top-services-list02__arw img {
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .top-services-list02__arw img {
    opacity: 0;
  }
}
.top-services-list02__arw .in-ov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-services-list02__arw .in-ov {
    opacity: 1;
  }
}