/*-- common --*/
/*-- colors--*/
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  color: #666666;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.mainttl {
  color: #666666;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .mainttl {
    font-size: 3.5rem;
  }
}

.subttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  text-align: left;
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .subttl {
    font-size: 22px;
  }
}

.morebtn {
  color: #fff;
  display: block;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .morebtn {
    font-size: 1.4rem;
  }
}

.morebtn:hover {
  /* background: #abdfef; */
  color: #fff;
  transition: 0.3s ease;
  opacity: 0.8;
}

.top-news__ttl,
.top-works__ttl,
.top-production__ttl,
.top-contact__ttl {
  color: #666666;
  line-height: 1.2;
  text-align: left;
}

.top-news__ttl--small,
.top-works__ttl--small,
.top-production__ttl--small,
.top-contact__ttl--small {
  color: #666;
  line-height: 1.5;
}
.top-production__ttl--small {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-production__ttl--small {
    font-size: 12px;
    letter-spacing: 0.15em;
  }
}
.breadcrumb {
  margin-top: 15px;
  text-align: right;
  padding-right: 72px;
  color: #a39161;
  font-weight: 500;
}

@media screen and (max-width: 1050px) {
  .breadcrumb {
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 8px 10px 0;
    padding-right: 0;
    line-height: 1.1;
  }
}

.breadcrumb span,
.breadcrumb a {
  color: #a39161;
  font-size: 19px;
  font-weight: 500;
  line-height: calc(42 / 19);
  letter-spacing: 3.8px;
}

@media screen and (max-width: 1050px) {
  .breadcrumb span,
  .breadcrumb a {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb span,
  .breadcrumb a {
    font-size: 12px;
    line-height: 1.8;
  }
}

.tab {
  display: block;
}

@media screen and (max-width: 1100px) {
  .tab {
    display: none;
  }
}

/*-- Top --*/
.mv {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
}

/* PC動画エリア */
.mv > .pc {
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

/* PC動画 */
.mv__mov {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .mv__mov {
    display: none;
  }
}

/* SP */
.mv__wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.mv__sp {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.mv__cover,
.mv__wrapper::after {
  display: none;
}
.maincatch {
  color: #666666;
  text-align: center;
  padding: 70px 70px;
}

@media screen and (max-width: 1050px) {
  .maincatch {
    padding: 50px 20px;
    font-size: 14px;
  }
}
.mv__cover {
  display: none;
}
.mv__mov {
  margin-top: 0;
}

/*-- Top news --*/
img {
  width: auto;
}

.top-news {
  background: #f0fcff;
  opacity: 0;
}

.top-news__content {
  min-height: 248px;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 65px;
  gap: 75px;
}

@media screen and (max-width: 767px) {
  .top-news__content {
    /* width: 95%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 20px 20px 40px;
  }
}
/* 外側：ベージュ */
.top-news__bg {
  background: #f3eee7;
  padding-bottom: 90px;
}
.top-news__head {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top-news__head {
    display: contents;
  }
}
.top-news__ttl {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top-news__ttl {
    order: 1;
  }
}

.top-news__ttl--small {
  white-space: nowrap;
}
.top-news__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 133px;
  padding-bottom: 5px;
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  margin-top: 15px;
  transition: opacity 0.3s ease;
}
.top-news__btn:hover {
  opacity: 0.5;
}
.top-news__btn::after {
  content: "＞";
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .top-news__btn {
    order: 3;
    width: 50%;
    margin: 48px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.top-news__latest-list {
  margin: 0;
}

@media screen and (max-width: 1050px) {
  .top-news__latest-list {
    order: 2;
    width: 100%;
    margin: 20px 0 0;
  }
}

.top-news__latest-list li {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.top-news__latest-list li:hover {
  opacity: 0.65;
  transition: ease 0.3s;
}

@media screen and (max-width: 767px) {
  .top-news__latest-list li {
    display: block;
    margin-bottom: 11px;
  }
}

.top-news__latest-date {
  font-size: 12px;
  font-weight: 500;
  margin-right: 30px;
  color: #666666;
  font-family:
    Tenor Sans,
    sans-serif;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .top-news__latest-date {
    font-size: 1.4rem;
  }
}

.top-news__latest-tag {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  background-color: #00b9ef;
  width: 92px;
  margin: 2px;
  font-weight: 900;
  margin-right: 30px;
  text-align: center;
  line-height: 1;
  padding: 4px 0;
}

.top-news__latest-tag.works {
  background-color: #00b9ef;
}

.top-news__latest-tag.news {
  background-color: #afd14f;
}

@media screen and (max-width: 767px) {
  .top-news__latest-tag {
    font-size: 10px;
    width: 8rem;
    padding: 3px 0;
  }
}

.top-news__latest-ttl {
  font-size: 15px;
  font-weight: 500;
  color: #666666;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 767px) {
  .top-news__latest-ttl {
    display: block;
    font-size: 1.4rem;
  }
}

.section-label {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .section-label {
    font-size: 12px;
  }
}

.section-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a39161;
  transform: translateY(-50%);
  opacity: 0.5;
}

/*-- Top overview --*/
.top-overview {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.top-overview__ttl {
  position: relative;
  width: 1190px;
  height: 748px;
  margin: auto;
}

@media screen and (max-width: 1050px) {
  .top-overview__ttl {
    height: 700px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top-overview__ttl {
    width: 100%;
    height: 182px;
  }
}

.top-overview__deco01 {
  position: absolute;
  top: 143px;
  left: 13px;
  opacity: 0;
  transform: translateX(-90px) scale(0.9);
}

@media screen and (max-width: 1050px) {
  .top-overview__deco01 {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .top-overview__deco01 {
    width: 171px;
    top: 33px;
    left: -15px;
    transform: translateX(0) scale(1);
  }
}

.top-overview__deco02 {
  position: absolute;
  top: 160px;
  right: 36px;
  opacity: 0;
  transform: translateX(90px) scale(0.8);
}

@media screen and (max-width: 1050px) {
  .top-overview__deco02 {
    right: -40px;
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .top-overview__deco02 {
    width: 130px;
    top: 44px;
    right: 0;
    transform: translateX(0) scale(1);
  }
}

.top-overview__text01 {
  position: absolute;
  top: 201px;
  left: 303px;
  opacity: 0;
  transform: translateX(110px) translateX(-50px) scale(0.6);
}

@media screen and (max-width: 1050px) {
  .top-overview__text01 {
    width: 55%;
    left: 13%;
    top: 16%;
  }
}

@media screen and (max-width: 767px) {
  .top-overview__text01 {
    width: 183px;
    top: 27px;
    left: 70px;
    transform: translateX(0) scale(1);
  }
}

.top-overview__text02 {
  position: absolute;
  top: 448px;
  left: 394px;
  opacity: 0;
  transform: translateX(-110px) translateX(50px) scale(0.6);
}

@media screen and (max-width: 1050px) {
  .top-overview__text02 {
    top: 55%;
    left: 22%;
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .top-overview__text02 {
    width: 273px;
    top: 125px;
    left: 76px;
    transform: translateX(0) scale(1);
  }
}

.top-overview__text {
  width: 1008px;
  margin: 0 auto;
  text-align: center;
  font-size: 19px;
  line-height: 2.2;
  font-weight: 700;
  padding-bottom: 60px;
  transform: translateY(30px);
}

.top-overview__text em {
  color: #e9450a;
  font-weight: 700;
}

@media screen and (max-width: 1050px) {
  .top-overview__text {
    width: 95%;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .top-overview__text {
    width: 80%;
    margin: 70px auto 42px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 2;
    transform: translateY(0);
  }
}

/*--Top overview Animation--*/
.show .top-overview__deco01,
.show .top-overview__deco02,
.show .top-overview__text01,
.show .top-overview__text02 {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.show .top-overview__deco01 {
  transition: 0.5s ease-in-out 1.7s;
}

.show .top-overview__deco02 {
  transition: 0.5s ease-in-out 1.9s;
}

.show .top-overview__text01 {
  transition: 0.5s ease-in-out 2.2s;
}

.show .top-overview__text02 {
  transition: 0.5s ease-in-out 2.5s;
}

.show .top-overview__text {
  opacity: 1;
  transition: 1.5s ease 2.8s;
  transform: translateY(0);
}
/*-- Top service --*/
.top-service {
  position: relative;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.top-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: url(../images/service-img.webp) center 50% / cover no-repeat;
  z-index: 0;
}

.top-service__ttl,
.top-service__block {
  position: relative;
  z-index: 1;
}

.top-service__ttl {
  max-width: 1230px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 197px 0 70px;
  color: #fff;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 1050px) {
  .top-service__ttl {
    padding: 105px 0 20px;
  }
}
.top-service__ttl--small {
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.top-service__block {
  background: none;
  padding: 0 0 141px;
}
@media screen and (max-width: 1050px) {
  .top-service__block {
    padding: 0 0 80px;
  }
}
.top-service__list {
  max-width: 1230px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  opacity: 1;
}

.top-service__item {
  width: 282px;
  height: 480px;
  background: #fff;
  text-align: center;
  transition: ease 0.3s;
}
@media screen and (max-width: 1050px) {
  .top-service__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .top-service__item {
    width: 100%;
    height: auto;
    min-height: 480px;
  }
}
.top-service__link {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 45px 41px 36px;
  display: grid;
  grid-template-rows:
    30px /* 日本語タイトル */
    24px /* 英字 */
    180px /* アイコン */
    1fr /* 説明文 */
    45px; /* ボタン */

  justify-items: center;
  color: #666;
}
@media screen and (max-width: 1050px) {
  .top-service__link {
    grid-template-rows:
      45px
      30px
      160px
      1fr
      45px;
  }
}

@media screen and (max-width: 767px) {
  .top-service__link {
    grid-template-rows:
      auto
      auto
      140px
      auto
      45px;
  }
}
.top-service__item:nth-child(3) .top-service__link {
  padding: 45px 37px 36px;
}
@media screen and (max-width: 1050px) {
  .top-service__link {
    padding: 45px 0 36px;
  }
  .top-service__item:nth-child(3) .top-service__link {
    padding: 45px 0px 36px;
  }
}
.top-service__name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.top-service__en-name {
  margin-top: 2px;
  font-family: "Marcellus", serif;
  font-size: 12px;
  font-weight: 400;
  color: #a39161;
}

.top-service__pic {
  margin: 0;
  align-self: center;
  transition: ease 0.3s;
}

.top-service__pic img {
  display: block;
  margin: 0 auto;
}

.top-service__item:nth-child(1) .top-service__pic img {
  width: 78px;
}

.top-service__item:nth-child(2) .top-service__pic img {
  width: 78px;
}

.top-service__item:nth-child(3) .top-service__pic img {
  width: 90px;
}

.top-service__item:nth-child(4) .top-service__pic img {
  width: 76px;
}

.top-service__text {
  margin: 0;
  align-self: start;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.top-service__more {
  width: 200px;
  height: 45px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #666;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.top-service__more::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 15px;
  border-top: 0.5px solid #fff;
  border-right: 0.5px solid #fff;
  transform: rotate(45deg);
}

.top-service__more:hover {
  opacity: 0.8;
  transition: ease 0.3s;
}
.top-service__stitch {
  border: 0;
  height: 14px;
  background-image:
    repeating-linear-gradient(
      45deg,
      #666 0px,
      #666 0.5px,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%
    ),
    repeating-linear-gradient(
      135deg,
      #666 0px,
      #666 0.5px,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%
    );
  background-size: 14px 14px;
}
@media screen and (max-width: 1050px) {
  .top-service__name {
    font-size: 32px;
  }
  .top-service__more {
    width: 73%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-service__name {
    font-size: 20px;
  }
  .top-service__text {
    font-size: 14px;
  }
}
/*-- Top works --*/
.top-works {
  padding-top: 174px;
  margin-bottom: 172px;
  background: #fff;
}

@media screen and (max-width: 1050px) {
  .top-works {
    padding: 100px 0 113px;
    margin-bottom: 0;
  }
}

.top-works__ttl {
  width: 1196px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  text-align: left;
  color: #666;
}

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

.top-works__list {
  width: 1196px;
  max-width: calc(100% - 40px);
  margin: auto;
  padding: 84px 0 64px;

  display: flex;
  justify-content: flex-start;
  gap: 88px;

  opacity: 1;
}

@media screen and (max-width: 1050px) {
  .top-works__list {
    width: 95%;
    gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .top-works__list {
    width: 100%;
    margin: 20px auto 0;
    padding: 0;
    flex-direction: column;
  }
}

.top-works__item {
  width: 340px;
  margin: 0;
  line-height: 1.8;
}

.top-works__item > a {
  transition: opacity 0.3s ease;
}

.top-works__item > a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1050px) {
  .top-works__item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 767px) {
  .top-works__item {
    width: 100%;
    margin-bottom: 0;
  }
}

.top-works__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.top-works__imgWrap {
  height: 180px;
  overflow: hidden;
  background: #f5f5f5;
}

@media screen and (max-width: 1050px) {
  .top-works__imgWrap {
    height: 17vw;
  }
}

@media screen and (max-width: 767px) {
  .top-works__imgWrap {
    height: auto;
    aspect-ratio: 353 / 187;
  }
}

.top-works img,
.top-works__imgWrap .wp-post-image {
  width: 100%;
  height: 100%;
  margin: 0;

  display: block;
  object-fit: cover;
}

.top-works__info {
  padding-top: 18px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .top-works__info {
    padding-top: 14px;
  }
}

.top-works__info-ttl {
  display: block;

  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .top-works__info-ttl {
    font-size: 14px;
  }
}

.top-works__date {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-family:
    Tenor Sans,
    sans-serif;
}

@media screen and (max-width: 767px) {
  .top-works__date {
    font-size: 12px;
  }
}

/*-- Top production --*/
.top-production {
  padding: 150px 0 180px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .top-production {
    padding: 40px 0 50px;
  }
}

.top-production__ttl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-production__ttl {
    letter-spacing: 3px;
  }
}

.top-production__listWrapper {
  width: 100%;
  overflow: hidden;
  margin: auto;
}

.top-production__list {
  display: flex;
}

.top-production__block {
  width: auto;
  margin: auto;
  padding: 35px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1050px) {
  .top-production__block {
    padding: 7px 0 0;
  }
}

.top-production__item {
  text-align: center;
  overflow: hidden;
  line-height: 1;
  width: 160px;
  margin-right: 45px;
}

@media screen and (max-width: 1050px) {
  .top-production__item {
    width: 120px;
  }
}

.top-production__logo {
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 1050px) {
  .top-production__logo {
    width: 100%;
  }
}

/*-- Top vision --*/
.top-vision {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 122px 0 112px;
}
@media screen and (max-width: 767px) {
  .top-vision {
    padding: 0 0 80px;
  }
}
.top-vision::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f3eee7;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-vision::before {
    display: none;
  }
}
.top-vision__inner {
  position: relative;
  display: flex;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-vision__inner {
    width: 100%;
    max-width: none;
    padding: 0;
    display: block;
    background: #fff;
  }
}
@media screen and (max-width: 1050px) {
  .top-vision__inner {
    padding: 0 20px;
  }
}

.top-vision__content--left {
  padding: 86px 0 102px;
}
@media screen and (max-width: 767px) {
  .top-vision__content--left {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
}
.top-vision__content--right {
  width: 50%;
  aspect-ratio: 489 / 340;
  background: url(../images/usvision_pic1.webp) center center / cover no-repeat;
}
@media screen and (max-width: 767px) {
  .top-vision__content--right {
    display: none;
  }
}
.top-vision__content {
  width: 50%;
  /* background: #fff; */
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-vision__content {
    width: 100%;
  }
}
.top-vision__ttl {
  color: #666666;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .top-vision__ttl {
    order: 2;
    padding: 60px 0 0 0;
  }
}
.top-vision__text {
  margin-top: 30px;
  font-size: 15px;
  color: #666666;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .top-vision__text {
    order: 3;
    margin-top: 24px;
    font-size: 14px;
    line-height: 2.3;
  }
}

@media screen and (max-width: 767px) {
  .top-vision__figure.sp {
    order: 1;
    display: block;
    width: 100vw;
    max-width: none;
    height: auto;
    margin-left: calc(50% - 50vw);
  }
}
.top-vision__pic {
  width: 100%;
}
/* 英字全体 */
.top-vision-main-ttl .en {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

/* NとVIだけ */
.top-vision-main-ttl .accent {
  color: #a39161;
}

/* 上ブロック */
.top-vision__intro {
  text-align: center;
  margin-bottom: 60px;
}
.top-vision-main-ttl {
  padding: 0 20px;
  margin-top: 152px;
  margin-bottom: 146px;
}
@media screen and (max-width: 1050px) {
  .top-vision-main-ttl {
    margin: 80px 0;
  }
}
.top-overview__title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.top-overview__lead {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top-overview__title,
  .en {
    font-size: 18px;
  }
  .top-overview__lead {
    font-size: 14px;
  }
}

.top-overview__divider {
  content: "";
  display: block;
  width: 1px;
  height: 37px;
  background: #666;
  opacity: 0.5;
  margin: 22px auto 22px;
}

/* 
  Top visual divider
*/

.top-visual-divider {
  width: 100%;
  overflow: hidden;
  margin-top: 145px;
}
@media screen and (max-width: 767px) {
  .top-visual-divide {
    margin-top: 80px;
  }
}
.top-visual-divider__img {
  width: 100%;
  display: block;
}
/*-- Top contact --*/
.top-contact {
  padding: 180px 0;
  background: #fff;
}

@media screen and (max-width: 1050px) {
  .top-contact {
    padding: 135px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .top-contact {
    padding: 60px 0 100px;
  }
}

.top-contact__ttl {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  color: #666666;
  text-align: left;
}

.top-contact__text {
  max-width: 1200px;
  width: calc(100% - 40px);
  font-size: 14px;
  text-align: left;
  padding: 10px 0;
  margin: auto;
}

@media screen and (max-width: 1050px) {
  .top-contact__text {
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top-contact__text {
    font-size: 15px;
    font-weight: 500;
    padding: 11px 20px;
  }
}

.top-contact__icon {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 10px auto 45px;
  display: flex;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .top-contact__icon {
    width: calc(100% - 40px);
    margin: 0 auto 33px;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
  }
}
.top-contact__icon li {
  position: relative;
  color: #a39161;
  font-size: 18px;
  padding-right: 20px;
  padding-left: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .top-contact__icon li {
    font-size: 11px;
    padding-left: 16px;
    padding-right: 0;
    flex: 0 0 auto;
  }
}
.top-contact__icon li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a39161;
  transform: translateY(-50%);
  opacity: 0.5;
}

.top-contact__btn-area {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.top-contact__btn {
  position: relative;
  width: 588px;
  min-height: 170px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 24px;
}

.top-contact__btn::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 0.5px solid #fff;
  pointer-events: none;
}

.top-contact__btnText {
  text-align: left;
}

.top-contact__tel {
  padding-left: 168px;
  background:
    url(../images/tel_icon.png) 93px center / 45px no-repeat,
    #666666;
}

.top-contact__number {
  width: 326px;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.top-contact__number a {
  color: #fff;
  font-weight: 600;
}

.top-contact__number a:hover {
  transition: ease 0.3s;
  opacity: 0.6;
}

.top-contact__person {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-top: 3px;
  text-align: center;
}

.top-contact__mail {
  padding-left: 254px;
  background:
    url(../images/mail_icon.png) 171px center / 56px no-repeat,
    #666666;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.top-contact__mail:hover {
  background:
    url(../images/mail_icon.png) 171px center / 56px no-repeat,
    #666666;
  opacity: 0.8;
  transition: ease 0.3s;
}

/* 768px〜1050px：2列のまま崩れないように調整 */
@media screen and (max-width: 1050px) and (min-width: 768px) {
  .top-contact__btn-area {
    gap: 20px;
    justify-content: flex-start;
  }

  .top-contact__btn {
    width: calc((100% - 20px) / 2);
    min-height: 140px;
    padding-left: 0;
    justify-content: center;
    gap: 18px;
  }

  .top-contact__tel {
    background:
      url(../images/tel_icon.png) 70px center / 45px no-repeat,
      #666666;
    padding-left: 110px;
  }

  .top-contact__mail {
    background:
      url(../images/mail_icon.png) 70px center / 56px no-repeat,
      #666666;
    padding-left: 140px;
    font-size: 22px;
  }

  .top-contact__mail:hover {
    background:
      url(../images/mail_icon.png) 70px center / 56px no-repeat,
      #666666;
  }

  .top-contact__number {
    width: auto;
    font-size: 24px;
    white-space: nowrap;
  }

  .top-contact__person {
    font-size: 13px;
    text-align: left;
    white-space: nowrap;
  }
}

/* 767px以下：縦並び、アイコンは疑似要素で中央寄せ */
@media screen and (max-width: 767px) {
  .top-contact__btn-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .top-contact__btn {
    width: 100%;
    min-height: 136px;
    padding-left: 0;
    justify-content: center;
    gap: 24px;
  }

  .top-contact__btnText {
    white-space: nowrap;
  }

  .top-contact__btnText br {
    display: none;
  }

  .top-contact__tel {
    padding-left: 0;
    background: #666666;
  }

  .top-contact__tel::before {
    content: "";
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    background: url(../images/tel_icon.png) center / contain no-repeat;
  }

  .top-contact__number {
    width: auto;
    font-size: 18px;
    font-weight: 500;
  }

  .top-contact__person {
    font-size: 13px;
    text-align: left;
  }

  .top-contact__mail {
    padding-left: 0;
    background: #666666;
    font-size: 18px;
  }

  .top-contact__mail:hover {
    background: #666666;
  }

  .top-contact__mail::before {
    content: "";
    width: 43px;
    height: 31px;
    flex-shrink: 0;
    background: url(../images/mail_icon.png) center / contain no-repeat;
  }
}

@media screen and (max-width: 374px) {
  .top-contact__number {
    font-size: 17px;
  }

  .top-contact__person {
    font-size: 11px;
  }

  .top-contact__tel::before {
    width: 27px;
    height: 27px;
  }

  .top-contact__mail::before {
    width: 38px;
    height: 27px;
  }
  .top-contact__mail {
    font-size: 17px;
  }
}

/*-- Top common Animation --*/
body.is-js .top-vision-main-ttl,
body.is-js .top-service__item,
body.is-js .top-works__item,
body.is-js .top-vision__text {
  opacity: 0;
}
.fadeIn_1s {
  animation: fadeIn 1s ease forwards;
}

.fadeIn_2s {
  animation: fadeIn 2s ease-in forwards;
}

.fadeIn_3s {
  animation: fadeIn 3s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeInUp {
  animation: fadeInUp 0.9s ease-out forwards;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*-- slider --*/
.js-slider_inner:first-child {
  animation: sliderLoop 90s linear infinite;
}

.js-slider_inner:nth-child(2) {
  animation: sliderLoop2 90s -60s linear infinite;
}

.js-slider_inner:last-child {
  animation: sliderLoop3 90s -30s linear infinite;
}

@keyframes sliderLoop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes sliderLoop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes sliderLoop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}
.top-works__imgWrap img {
  width: 100%;
  aspect-ratio: 340 / 180;
  object-fit: cover;
  display: block;
}
/*# sourceMappingURL=maps/top.css.map */
