@charset "UTF-8";
.bold {
  font-weight: bold;
}

.loading-area {
  display: none;
  animation: loading-area 0.6s ease-out 2.3s forwards;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100svh;
  background-color: #fff;
  z-index: 19999;
  top: 0;
  left: 0;
  pointer-events: none;
}
.loading-area.is-first {
  display: block;
}
.loading-area .first-logo_wrap,
.loading-area .second-logo_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.loading-area .first-logo_wrap {
  animation: first-logo 2s cubic-bezier(0.47, 0, 0.74, 0.71) infinite;
  -webkit-perspective: 1000;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  transform-origin: center;
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .loading-area .first-logo_wrap img {
    transform: scale(60%);
  }
}

@keyframes loading-area {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes first-logo {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.simplebar-container {
  overflow-y: hidden;
  overflow-x: auto;
}
@media only screen and (max-width: 767px) {
  .simplebar-container {
    width: 90%;
    margin: 60px auto 0;
    padding-bottom: 15px;
  }
}

.simplebar-scrollbar::before {
  background: #BFA26A;
  border-radius: 0;
  left: 0 !important;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track {
  background: linear-gradient(180deg, white 80%, rgba(64, 55, 54, 0.25) 80%, rgba(64, 55, 54, 0.25) 100%);
}

.lh2 {
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .lh2-pc {
    line-height: 2;
  }
}
.ls05 {
  letter-spacing: 0.5px;
}

@media print, screen and (min-width: 768px) {
  .ls25-pc {
    letter-spacing: 2.5px;
  }
}
#topimage {
  position: relative;
  width: 100%;
  aspect-ratio: 9/4;
  background: url("/img/topimage.jpg?20251126") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  #topimage {
    height: 320px;
  }
}

.topvideo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.topvideo video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .topvideo video {
    top: 50%;
    min-width: 720px;
    min-height: 320px;
    width: 100%;
  }
}

.video-screen {
  position: absolute;
  overflow: hidden;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  mix-blend-mode: lighten;
  z-index: 10;
  /*	background: url("../img/topimage.jpg") no-repeat;*/
}
@media only screen and (max-width: 767px) {
  .video-screen {
    height: 320px;
  }
  .video-screen img {
    min-height: 320px;
    aspect-ratio: 15/16;
  }
}

.audio_button {
  position: absolute;
  cursor: pointer;
  right: 80px;
  bottom: 20px;
  transition: 0.3s;
  width: 30px;
  height: 21px;
  z-index: 15;
  background-image: url("/img/music-off-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .audio_button {
    right: 20px;
  }
}

.play .audio_button {
  background-image: url("/img/music-on-icon.png");
}

mt85-pc mt50-sp mb5-pc
.is-first h1 {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px;
  margin-bottom: 5px;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  mt85-pc mt50-sp mb5-pc
  .is-first h1 {
    font-size: 18px;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  mt85-pc mt50-sp mb5-pc
  .is-first h1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    animation: slidein 1.5s cubic-bezier(0.39, 0.58, 0.57, 1) 4.55s forwards;
  }
}
@media only screen and (max-width: 767px) {
  mt85-pc mt50-sp mb5-pc
  .is-first h1 span {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  mt85-pc mt50-sp mb5-pc
  .is-first h1 span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  mt85-pc mt50-sp mb5-pc
  .is-first h1 span:first-of-type::before {
    animation: slidein 0.75s cubic-bezier(0.39, 0.58, 0.57, 1) 4.55s forwards;
  }
  mt85-pc mt50-sp mb5-pc
  .is-first h1 span:last-of-type::before {
    animation: slidein 1s cubic-bezier(0.39, 0.58, 0.57, 1) 5.3s forwards;
  }
}
mt85-pc mt50-sp mb5-pc
.is-first .small_h1 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-size: 15px;
  text-align: center;
  color: #BFBDB4;
  opacity: 0;
  animation: fadein 0.5s cubic-bezier(0.39, 0.58, 0.57, 1) 5.05s forwards;
}
@media only screen and (max-width: 767px) {
  mt85-pc mt50-sp mb5-pc
  .is-first .small_h1 {
    animation: fadein 1s cubic-bezier(0.39, 0.58, 0.57, 1) 6.3s forwards;
    font-size: 10px;
  }
}

h1 {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 85px;
  margin-bottom: 5px;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 18px;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  h1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    animation: slidein 1.5s cubic-bezier(0.39, 0.58, 0.57, 1) 0.25s forwards;
  }
}
@media only screen and (max-width: 767px) {
  h1 span {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  h1 span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  h1 span:first-of-type::before {
    animation: slidein 0.75s cubic-bezier(0.39, 0.58, 0.57, 1) 0.25s forwards;
  }
  h1 span:last-of-type::before {
    animation: slidein 1s cubic-bezier(0.39, 0.58, 0.57, 1) 1s forwards;
  }
}

.small_h1 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-size: 15px;
  text-align: center;
  color: #BFBDB4;
  opacity: 0;
  animation: fadein 0.5s cubic-bezier(0.39, 0.58, 0.57, 1) 1.75s forwards;
}
@media only screen and (max-width: 767px) {
  .small_h1 {
    animation: fadein 1s cubic-bezier(0.39, 0.58, 0.57, 1) 2s forwards;
    font-size: 10px;
  }
}

@keyframes slidein {
  from {
    transform-origin: right;
    transform: scaleX(1);
  }
  to {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h2 {
  font-size: 42px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 23px;
  }
}

.section-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 400px;
  text-align: center;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .section-top {
    height: auto;
    aspect-ratio: 75/32;
  }
}
.section-top p {
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .section-top p {
    font-size: 12px;
  }
}

#news {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #news::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #403736;
    opacity: 0.25;
    top: 40px;
  }
}

.news-wrapper {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .news-wrapper {
    width: 1032px;
  }
}

.news-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .news-container {
    padding: 0 15px;
    gap: 25px;
  }
}

.news-unit {
  flex-shrink: 0;
  width: 315px;
}
@media only screen and (max-width: 767px) {
  .news-unit {
    width: 275px;
  }
}
.news-unit .tag-area {
  display: flex;
  gap: 10px;
}
.news-unit .news-date {
  font-size: 14px;
}
.news-unit .news-tag {
  display: inline-block;
  font-size: 12px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100%;
  padding: 1px 10px 0px;
  text-align: center;
  background-color: #ABA497;
  color: #fff;
}
.news-unit .news-title {
  font-size: 18px;
  margin-top: 21px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .news-unit .news-title {
    font-size: 15px;
  }
}
.news-unit .news-content {
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .news-unit .news-content {
    gap: 20px;
  }
}

.viewmore {
  position: relative;
  font-size: 18px;
  color: #403736;
  float: right;
  opacity: 0.25;
}
@media only screen and (max-width: 767px) {
  .viewmore {
    margin-right: 60px;
  }
}
.viewmore:hover {
  opacity: 0.3;
}
.viewmore::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -36px;
  width: 24px;
  height: 1px;
  background-color: #403736;
}
.viewmore::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  bottom: 14px;
  right: -37px;
  width: 11px;
  height: 1px;
  background-color: #403736;
}

.section-bottom {
  position: relative;
  font-size: 18px;
  color: #403736;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .section-bottom {
    font-size: 14px;
  }
}
.section-bottom::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  left: -40px;
  background-color: #C2BCAF;
}
@media only screen and (max-width: 767px) {
  .section-bottom::before {
    width: 20px;
    height: 20px;
    left: -25px;
    top: -2px;
  }
}

#philosophy figure {
  position: absolute;
  bottom: -120px;
  left: -20px;
  opacity: 0.36;
  background: url("/img/philosophy-img.png") no-repeat center/contain;
  width: 420px;
  aspect-ratio: 7/13;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #philosophy figure {
    width: 260px;
    bottom: 35%;
    left: 53%;
  }
}
#philosophy .section-top {
  background: url("/img/philosophy-top.jpg") no-repeat center/cover;
}
@media print, screen and (min-width: 768px) {
  #philosophy .philosophy-text {
    width: 640px;
    margin-left: auto;
  }
}

#corporation .section-top {
  background: url("/img/corporation-top.jpg") no-repeat center/cover;
}
@media print, screen and (min-width: 768px) {
  #corporation .corporation-img {
    width: 340px;
    height: 460px;
  }
}
@media only screen and (max-width: 767px) {
  #corporation .corporation-img {
    width: 32vw;
    max-width: 145px;
    height: 195px;
  }
}

#individuals .section-top {
  background: url("/img/individuals-top.jpg") no-repeat center/cover;
}
@media print, screen and (min-width: 768px) {
  #individuals .individuals-img {
    width: 340px;
    height: 460px;
  }
}
@media only screen and (max-width: 767px) {
  #individuals .individuals-img {
    width: 32vw;
    max-width: 145px;
    height: 195px;
  }
}

.office-container {
  position: relative;
  z-index: 10;
  margin-top: 45px;
  gap: 0 10px;
  display: flex;
  justify-content: center;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .office-container {
    flex-direction: column;
    gap: 10px;
  }
}
.office-container .office-unit {
  text-align: center;
  background-color: #ECE9E4;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .office-container .office-unit {
    padding: 20px 25px;
  }
}
.office-container .office-unit a {
  padding: 15px 30px;
  border: 1px solid;
}
@media only screen and (max-width: 767px) {
  .office-container .office-unit a {
    padding: 12px 35px;
  }
}

#office {
  overflow: hidden;
  position: relative;
  background: url("/img/office-bg.jpg") no-repeat bottom/cover;
  max-width: 1640px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #office {
    aspect-ratio: 63/22;
  }
}
@media only screen and (max-width: 767px) {
  #office {
    aspect-ratio: 25/16;
    max-width: 100vw;
    background: url("/img/office-bg_sp.jpg") no-repeat bottom/cover;
  }
}
#office::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #414132 0%, rgba(65, 65, 50, 0) 20%, rgba(255, 255, 255, 0) 60%, white 100%);
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #office::before {
    background: linear-gradient(0deg, #414132 0%, rgba(65, 65, 50, 0) 20%, rgba(255, 255, 255, 0) 80%, white 100%);
  }
}

#contact {
  overflow: hidden;
  position: relative;
  background-color: #414132;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact-container {
  background: #fff;
  text-align: center;
}
#contact .contact-container a {
  color: #fff;
  background-color: #8E8574;
  padding: 15px 50px;
}
@media only screen and (max-width: 767px) {
  #contact .contact-container a {
    width: 100%;
    display: inline-block;
    max-width: 260px;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width: 768px) {
  #recruit .recruit-img {
    width: 427px;
    height: 352px;
  }
}
@media only screen and (max-width: 767px) {
  #recruit .recruit-img {
    width: 100%;
    height: auto;
    max-height: 350px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  #recruit .recruit-container {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  #recruit .recruit-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

/*# sourceMappingURL=page_top.css.map */
