@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
#page {
  opacity: 0;
  transition: 1s;
}
#page.is-visible {
  opacity: 1;
}

.contents-box .contents-ttl .txt-jp {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .contents-box .contents-ttl .txt-jp {
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.contents-box .contents-ttl .txt-jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #151515;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .contents-box .contents-ttl .txt-jp::before {
    width: 9px;
    height: 9px;
  }
}
.contents-box .contents-ttl .txt-en {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 32px;
  line-height: 1;
}
@media (min-width: 769px) {
  .contents-box .contents-ttl .txt-en {
    font-size: 48px;
  }
}
@media (min-width: 769px) {
  .contents-box .ttl-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.contents-box .ttl-wrapper .top-txt {
  line-height: 1.75;
  letter-spacing: 0.11em;
  font-size: 13px;
}
@media (min-width: 769px) {
  .contents-box .ttl-wrapper .top-txt {
    text-align: right;
    font-size: 16px;
    max-width: 460px;
    width: 50%;
  }
}

#splash {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100dvh;
  justify-content: center;
  align-items: center;
  z-index: 20;
  display: none;
}
#splash.is-hide {
  transition: opacity 1s ease;
  opacity: 0;
  pointer-events: none;
}
#splash .splash-logo {
  transition: transform 1s ease, opacity 1s ease;
}
@media (max-width: 768px) {
  #splash .splash-logo {
    width: 280px;
  }
}
@media (min-width: 769px) {
  #splash .splash-logo {
    width: 434px;
  }
}
#splash .splash-logo img {
  width: 100%;
}
#splash .splash-logo.is-hide {
  transform: translateY(-20px);
  opacity: 0;
}

.fv-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .fv-wrapper {
    height: 100svh;
  }
}
@media (min-width: 769px) {
  .fv-wrapper {
    height: calc(100svh - 80px);
    overflow: hidden;
  }
}

/*============================
#mv
============================*/
#mv {
  flex: 1 1 auto;
  min-height: 0;
}
#mv .box-inner {
  position: relative;
  height: 100%;
  padding-bottom: 12px;
}
@media (min-width: 769px) {
  #mv .box-inner {
    max-width: initial;
    padding: 0 30px 60px;
    display: flex;
    flex-direction: column;
  }
}
#mv .box-inner .mv-wrapper {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #mv .box-inner .mv-wrapper {
    display: flex;
    flex-direction: column;
    height: calc(100% - 180px);
  }
}
@media (min-width: 769px) {
  #mv .box-inner .mv-wrapper {
    display: flex;
    gap: 16px;
    justify-content: center;
    min-height: 0;
  }
}
#mv .box-inner .mv-main {
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  #mv .box-inner .mv-main {
    margin-bottom: 4px;
    aspect-ratio: 355/296;
    border-radius: 4px;
    flex: 1;
  }
}
@media (min-width: 769px) {
  #mv .box-inner .mv-main {
    border-radius: 12px;
    aspect-ratio: 966/623;
    width: 100%;
  }
}
#mv .box-inner .mv-main .mainimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .box-inner .mv-main .gradation01 {
  position: absolute;
  transition: 1.5s;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .box-inner .mv-main .gradation01.is-visible {
  opacity: 1;
}
@media (max-width: 768px) {
  #mv .box-inner .mv-main .gradation01 {
    aspect-ratio: 355/296;
    top: 0;
    right: 0;
  }
}
@media (min-width: 769px) {
  #mv .box-inner .mv-main .gradation01 {
    width: 100%;
    top: 0;
    left: 0;
  }
}
#mv .box-inner .mv-main .gradation02 {
  position: absolute;
  mix-blend-mode: screen;
  transition: 1.5s;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .box-inner .mv-main .gradation02.is-visible {
  opacity: 1;
}
@media (max-width: 768px) {
  #mv .box-inner .mv-main .gradation02 {
    aspect-ratio: 355/296;
    top: 0;
    right: 0;
  }
}
@media (min-width: 769px) {
  #mv .box-inner .mv-main .gradation02 {
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  #mv .box-inner .mv-slider.splide {
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) {
  #mv .box-inner .mv-slider.splide {
    width: 23.4260614934vw;
  }
}
#mv .box-inner .light-img {
  position: absolute;
  width: 105.3333333333vw;
  bottom: 19.7333333333vw;
  right: -38.4vw;
  z-index: 2;
  mix-blend-mode: screen;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 1.5s ease;
}
#mv .box-inner .light-img.is-visible {
  clip-path: inset(0 0 0 0);
}
@media (min-width: 769px) {
  #mv .box-inner .light-img {
    width: fit-content;
    bottom: -13.9092240117vw;
    right: -1.1713030747vw;
  }
  #mv .box-inner .light-img img {
    width: 81.5519765739vw;
  }
}
@media (min-width: 769px) {
  #mv .box-inner .mv-btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-shrink: 0;
    position: absolute;
    bottom: 60px;
    width: calc(100% - 4.39238653vw);
  }
}
#mv .box-inner .catch-box {
  margin-bottom: 14px;
}
@media (min-width: 769px) {
  #mv .box-inner .catch-box {
    margin-bottom: -2.635431918vw;
    margin-left: -1px;
  }
}
#mv .box-inner .catch-box img {
  display: block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
}
#mv .box-inner .catch-box img.is-visible {
  clip-path: inset(0 0 0 0);
}
@media (min-width: 769px) {
  #mv .box-inner .catch-box .catch01 {
    width: 43.9238653001vw;
  }
}
#mv .box-inner .catch-box .catch02 {
  margin-top: -1px;
}
@media (max-width: 768px) {
  #mv .box-inner .catch-box .catch02 {
    width: 77.3333333333vw;
  }
}
@media (min-width: 769px) {
  #mv .box-inner .catch-box .catch02 {
    width: 35.8711566618vw;
  }
}
#mv .box-inner .news-wrapper {
  overflow: hidden;
  width: 100%;
  background: #fff;
  transition: 0.7s;
  opacity: 0;
  position: relative;
}
@media (max-width: 768px) {
  #mv .box-inner .news-wrapper {
    transform: translateY(15px);
  }
}
@media (min-width: 769px) {
  #mv .box-inner .news-wrapper {
    transform: translateY(50px) translateX(-10px);
    width: 590px;
  }
}
#mv .box-inner .news-wrapper.is-visible {
  opacity: 1;
}
@media (max-width: 768px) {
  #mv .box-inner .news-wrapper.is-visible {
    transform: translateY(0);
  }
}
@media (min-width: 769px) {
  #mv .box-inner .news-wrapper.is-visible {
    transform: translateY(40px) translateX(-10px);
  }
}
#mv .box-inner .news-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
#mv .box-inner .news-box .news-mds {
  line-height: 0;
}
#mv .box-inner .news-box .news-mds .icon-news {
  font-family: "Unbounded", sans-serif;
  font-size: 10px;
  color: #fff;
  background: #151515;
  padding: 1px 4px;
}
@media (min-width: 769px) {
  #mv .box-inner .news-box .news-mds .icon-news {
    font-size: 11px;
  }
}
#mv .box-inner .news-box .news-detail {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  flex: 1;
}
@media (min-width: 769px) {
  #mv .box-inner .news-box .news-detail {
    font-size: 13px;
  }
}
#mv .box-inner .news-box .news-detail .news-text {
  display: inline-block;
  white-space: nowrap;
  transform: translateX(0);
  padding-right: 10px;
}
#mv .box-inner .news-box .news-detail .date {
  font-family: "Unbounded", sans-serif;
  font-size: 10px;
  font-weight: 300;
}
@media (min-width: 769px) {
  #mv .box-inner .news-box .news-detail .date {
    font-size: 13px;
  }
}
#mv .box-inner .news-box:hover {
  opacity: 1;
}
#mv .box-inner .news-box:hover .news-text {
  text-decoration: underline;
}
#mv .box-inner .news-link {
  font-size: 10px;
  text-decoration: underline;
  display: block;
}
@media (max-width: 768px) {
  #mv .box-inner .news-link {
    margin-top: 8px;
    text-align: right;
  }
}
@media (min-width: 769px) {
  #mv .box-inner .news-link {
    position: absolute;
    right: 0;
    top: -2px;
    background: #fff;
    padding: 3px 0 3px 16px;
  }
}
#mv .box-inner .news-link:hover {
  opacity: 1;
}
#mv .box-inner .news-link:hover span {
  opacity: 0.7;
}
#mv .box-inner .news-link span {
  transition: 0.3s;
}

.msg-bg-wrapper {
  position: relative;
}
@media (min-width: 769px) {
  .msg-bg-wrapper {
    background-image: url(../images/home/message_bg_pc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1600px) {
  .msg-bg-wrapper {
    background-image: url(../images/home/message_bg_pc.png);
    background-size: 1630px 100%;
    background-position: top center;
  }
}
@media (max-width: 768px) {
  .msg-bg-wrapper {
    padding-top: 21.3333333333vw;
    margin-top: -26.6666666667vw;
  }
  .msg-bg-wrapper::before, .msg-bg-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: calc(100% - 42.6666666667vw);
    background: #EAEAEA;
    z-index: -1;
  }
  .msg-bg-wrapper::before {
    left: 24px;
  }
  .msg-bg-wrapper::after {
    right: 24px;
  }
}
@media (min-width: 769px) {
  .msg-bg-wrapper {
    padding-top: 6.149341142vw;
  }
}

/*============================
#nav-slider
============================*/
#nav-slider {
  padding-bottom: 60px;
}
@media (min-width: 769px) {
  #nav-slider {
    padding-bottom: min(7.6134699854vw, 104px);
  }
}
@media (max-width: 768px) {
  #nav-slider .box-inner {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
@media (min-width: 769px) {
  #nav-slider .box-inner {
    max-width: initial;
    padding: 0 30px;
  }
}
@media (min-width: 1600px) {
  #nav-slider .box-inner .nav-slider.splide .splide__track .splide__list .splide__slide {
    width: 434px !important;
    flex-shrink: 0;
  }
}
@media (min-width: 769px) {
  #nav-slider .box-inner .nav-slider.splide .splide__track .splide__list .splide__slide a:hover {
    opacity: 1;
  }
  #nav-slider .box-inner .nav-slider.splide .splide__track .splide__list .splide__slide a:hover .img-box img {
    transform: scale(1.1);
  }
}
#nav-slider .box-inner .nav-slider.splide .splide__track .splide__list .splide__slide .img-box {
  overflow: hidden;
  margin-bottom: 8px;
}
#nav-slider .box-inner .nav-slider.splide .splide__track .splide__list .splide__slide .img-box img {
  transition: 0.5s;
}
#nav-slider .box-inner .nav-slider.splide .splide__track .splide__list .splide__slide .txt-box {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#nav-slider .box-inner .nav-slider.splide .splide__arrows {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding-top: 22px;
}
@media (min-width: 769px) {
  #nav-slider .box-inner .nav-slider.splide .splide__arrows {
    justify-content: flex-end;
  }
}
#nav-slider .box-inner .nav-slider.splide .splide__arrow {
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  z-index: 1;
  text-indent: -9999px;
  transition: all 0.3s ease;
}
#nav-slider .box-inner .nav-slider.splide .splide__arrow.splide__arrow--prev {
  transform: scale(-1, 1);
}
#nav-slider .box-inner .nav-slider.splide .splide__arrow .icon-arrow {
  margin-left: auto;
  margin-right: 0;
  width: 32px;
  height: 32px;
  background: #151515;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (min-width: 769px) {
  #nav-slider .box-inner .nav-slider.splide .splide__arrow .icon-arrow {
    width: 36px;
    height: 36px;
  }
}
#nav-slider .box-inner .nav-slider.splide .splide__arrow .icon-arrow .icon-arrow-w {
  width: 6px;
  height: 10px;
  transition: 0.3s;
}
@media (min-width: 769px) {
  #nav-slider .box-inner .nav-slider.splide .splide__arrow .icon-arrow .icon-arrow-w {
    width: 6px;
    height: 10px;
  }
}
@media (min-width: 769px) {
  #nav-slider .box-inner .nav-slider.splide .splide__arrow .icon-arrow:hover {
    opacity: 1;
    background: #e6e6e6;
  }
  #nav-slider .box-inner .nav-slider.splide .splide__arrow .icon-arrow:hover .icon-arrow-w {
    animation-name: hoverArrow;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    filter: invert(100%);
  }
}
#nav-slider .box-inner .nav-slider.splide .splide__toggle__icon {
  width: 32px;
  height: 32px;
  background: #151515;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#nav-slider .box-inner .nav-slider.splide .splide__toggle__icon img {
  transition: 0.3s;
}
@media (min-width: 769px) {
  #nav-slider .box-inner .nav-slider.splide .splide__toggle__icon {
    width: 36px;
    height: 36px;
  }
  #nav-slider .box-inner .nav-slider.splide .splide__toggle__icon:hover {
    opacity: 1;
    background: #e6e6e6;
  }
  #nav-slider .box-inner .nav-slider.splide .splide__toggle__icon:hover img {
    filter: invert(100%);
  }
}
#nav-slider .box-inner .nav-slider.splide .splide__toggle__play .splide__toggle__icon img {
  margin-left: 5px;
}
@media (min-width: 769px) {
  #nav-slider .box-inner .nav-slider.splide .splide__toggle__play .splide__toggle__icon img {
    margin-left: 3px;
  }
}
#nav-slider .box-inner .nav-slider.splide .splide__toggle {
  width: 32px;
}
@media (min-width: 769px) {
  #nav-slider .box-inner .nav-slider.splide .splide__toggle {
    width: 36px;
  }
}

/*============================
#message
============================*/
@media (max-width: 768px) {
  #message {
    padding: 0 6.4vw 10.6666666667vw;
  }
}
@media (min-width: 769px) {
  #message {
    padding: 0 min(7.6134699854vw, 104px) 60px;
    min-height: 100vh;
  }
}
@media (max-width: 768px) {
  #message .contents-ttl .txt-jp {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 768px) {
  #message .contents-ttl .txt-en {
    font-size: 8.5333333333vw;
  }
}
#message .box-inner {
  padding: 0;
}
@media (min-width: 769px) {
  #message .box-inner {
    padding: 0;
    max-width: initial;
  }
}
@media (min-width: 1600px) {
  #message .box-inner {
    max-width: 1377px;
  }
}
#message .box-inner .contents-ttl {
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  #message .box-inner .contents-ttl {
    margin-left: 0;
    margin-bottom: 66px;
  }
}
@media (min-width: 769px) {
  #message .box-inner .pc-flex {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  #message .box-inner .pc-flex {
    max-width: 1377px;
  }
}
#message .box-inner .js-scroll-message {
  position: relative;
  line-height: 2;
}
#message .box-inner .js-scroll-message span {
  transition: opacity 0.2s linear;
  will-change: opacity;
}
#message .box-inner .js-scroll-message span.is-active {
  opacity: 1;
}
@media (max-width: 768px) {
  #message .box-inner .box-l {
    width: 87.2vw;
    margin: 0 auto 56px;
    margin-left: 0.8vw;
  }
}
@media (min-width: 769px) {
  #message .box-inner .box-l {
    padding-right: 1.4641288433vw;
    width: 41.9472913616vw;
  }
}
@media (min-width: 1600px) {
  #message .box-inner .box-l {
    width: 665px;
    padding-right: 23px;
  }
}
#message .box-inner .box-l .msg-sttl {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 6.4vw;
}
@media (min-width: 769px) {
  #message .box-inner .box-l .msg-sttl {
    font-size: 2.196193265vw;
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  #message .box-inner .box-l .msg-sttl {
    font-size: 35px;
  }
}
#message .box-inner .box-l .message-detail {
  font-weight: 500;
  font-size: 4vw;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  #message .box-inner .box-l .message-detail {
    font-size: 1.317715959vw;
    line-height: 2.3;
    width: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  #message .box-inner .box-l .message-detail {
    font-size: 21px;
  }
}
#message .box-inner .box-l .read-more {
  width: 223px;
}
#message .box-inner .box-l .read-more a {
  color: #fff;
  border-radius: 2em;
  background: #151515;
  display: block;
  padding: 11px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
@media (min-width: 769px) {
  #message .box-inner .box-l .read-more a:hover {
    opacity: 1;
    background: #e6e6e6;
    color: #151515;
  }
}
#message .box-inner .merit-section {
  position: relative;
}
@media (max-width: 768px) {
  #message .box-inner .merit-section {
    width: 87.2vw;
    margin: 0 auto;
    height: 86vh;
    transform: translateY(-22.1333333333vw);
  }
}
@media (min-width: 769px) {
  #message .box-inner .merit-section {
    width: 28.2576866764vw;
    transform: translateY(-10%);
  }
}
@media (min-width: 1600px) {
  #message .box-inner .merit-section {
    width: 386px;
  }
}
#message .box-inner .merit-section .scr {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
#message .box-inner .merit-section .merit-ttl {
  font-size: 15px;
  margin-bottom: 26px;
  font-weight: 500;
  position: absolute;
  top: -50px;
}
@media (min-width: 769px) {
  #message .box-inner .merit-section .merit-ttl {
    font-size: 1.317715959vw;
    margin-bottom: 30px;
    top: -55px;
  }
}
@media (min-width: 1600px) {
  #message .box-inner .merit-section .merit-ttl {
    font-size: 18px;
  }
}
#message .box-inner .merit-section .scr-mask {
  position: relative;
  height: 100%;
}
#message .box-inner .merit-section .merit-box {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 46.4vw;
}
@media (min-width: 769px) {
  #message .box-inner .merit-section .merit-box {
    height: 15.2269399707vw;
  }
}
@media (min-width: 1600px) {
  #message .box-inner .merit-section .merit-box {
    height: 208px;
  }
}
#message .box-inner .merit-section .merit-box .mds-s {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Unbounded", sans-serif;
  padding-top: 17px;
  padding-left: 11px;
}
@media (min-width: 769px) {
  #message .box-inner .merit-section .merit-box .mds-s {
    padding-left: 14px;
  }
}
#message .box-inner .merit-section .merit-box .mds-s .num {
  font-size: 10px;
  width: 31px;
  height: 20px;
  border: 1px solid #151515;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  #message .box-inner .merit-section .merit-box .mds-s .num {
    font-size: 13px;
    width: 38px;
    height: 25px;
  }
}
#message .box-inner .merit-section .merit-box .mds-s .txt {
  font-size: 18px;
}
@media (min-width: 769px) {
  #message .box-inner .merit-section .merit-box .mds-s .txt {
    font-size: 1.6105417277vw;
  }
}
@media (min-width: 1600px) {
  #message .box-inner .merit-section .merit-box .mds-s .txt {
    font-size: 22px;
  }
}
#message .box-inner .merit-section .merit-box .detail {
  padding-top: 8px;
  padding-left: 63px;
  padding-right: 29px;
}
@media (min-width: 769px) {
  #message .box-inner .merit-section .merit-box .detail {
    font-size: 1.317715959vw;
  }
}
@media (min-width: 1600px) {
  #message .box-inner .merit-section .merit-box .detail {
    font-size: 18px;
  }
}
#message .box-inner .merit-section .merit01 {
  background-image: url(../images/home/message_bg01.svg);
}
#message .box-inner .merit-section .merit02 {
  background-image: url(../images/home/message_bg02.svg);
}
#message .box-inner .merit-section .merit03 {
  background-image: url(../images/home/message_bg03.svg);
}
#message .scr-txt-wrapper {
  display: flex;
  width: 100%;
  z-index: -1;
  position: relative;
}
@media (max-width: 768px) {
  #message .scr-txt-wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 769px) {
  #message .scr-txt-wrapper {
    margin-top: 135px;
  }
}
#message .scr-txt {
  display: flex;
  white-space: nowrap;
  animation: scrolltxt 90s linear infinite;
}
@media (min-width: 769px) {
  #message .scr-txt {
    animation: scrolltxt 150s linear infinite;
  }
}
#message .scr-txt span {
  font-size: 50px;
  color: #F2F2F2;
  margin-right: 50px;
  font-family: "Unbounded", sans-serif;
}
@media (min-width: 769px) {
  #message .scr-txt span {
    font-size: 100px;
  }
}

@keyframes scrolltxt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*============================
#service
============================*/
#service {
  background: #f2f2f2;
  border-radius: 12px;
  padding-top: 98px;
  padding-bottom: 40px;
  transition: 0.3s;
  z-index: 1;
}
@media (min-width: 769px) {
  #service {
    padding-top: 160px;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  #service .box-inner {
    padding: 0 24px;
  }
}
@media (min-width: 769px) {
  #service .box-inner {
    padding: 0 min(7.6134699854vw, 104px);
    max-width: 1584px;
  }
}
#service .box-inner .ttl-wrapper {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  #service .box-inner .ttl-wrapper {
    margin-bottom: 64px;
  }
}
#service .box-inner .ttl-wrapper .contents-ttl {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  #service .box-inner .ttl-wrapper .contents-ttl {
    margin-bottom: 0;
  }
}
#service .box-inner .mds-s {
  margin-bottom: 16px;
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
}
@media (min-width: 769px) {
  #service .box-inner .mds-s {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
#service .box-inner .service-list {
  margin-bottom: 55px;
}
@media (min-width: 769px) {
  #service .box-inner .service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 75px;
  }
}
#service .box-inner .service-list > li {
  margin-bottom: 16px;
  background: #ececec;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (min-width: 769px) {
  #service .box-inner .service-list > li {
    margin-bottom: 0;
    width: calc(50% - 16px);
  }
}
#service .box-inner .service-list > li.fade-in {
  opacity: 1;
  transform: translateY(0);
}
#service .box-inner .service-list > li a {
  display: block;
  padding: 23px;
}
@media (min-width: 769px) {
  #service .box-inner .service-list > li a {
    padding: 32px;
  }
  #service .box-inner .service-list > li a:hover {
    opacity: 1;
  }
  #service .box-inner .service-list > li a:hover .img-box img {
    transform: scale(1.1);
  }
  #service .box-inner .service-list > li a:hover .txt-box .detail .icon-arrow {
    background: #606060;
  }
  #service .box-inner .service-list > li a:hover .txt-box .detail .icon-arrow .icon-arrow-w {
    animation-name: hoverArrow;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
}
#service .box-inner .service-list > li .img-box {
  margin-bottom: 16px;
  overflow: hidden;
}
@media (min-width: 769px) {
  #service .box-inner .service-list > li .img-box {
    margin-bottom: 20px;
  }
}
#service .box-inner .service-list > li .img-box img {
  transition: 0.5s;
}
#service .box-inner .service-list > li .txt-box .tag-list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
#service .box-inner .service-list > li .txt-box .tag-list li {
  text-align: center;
  background: #e2e2e2;
  font-family: "Unbounded", sans-serif;
  font-size: 10px;
  border-radius: 12px;
  padding: 4px 12px;
}
#service .box-inner .service-list > li .txt-box .ttl01 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}
@media (min-width: 769px) {
  #service .box-inner .service-list > li .txt-box .ttl01 {
    font-size: 24px;
    margin-bottom: 9px;
  }
}
#service .box-inner .service-list > li .txt-box .ttl02 {
  margin-bottom: 16px;
  font-size: 13px;
}
@media (min-width: 769px) {
  #service .box-inner .service-list > li .txt-box .ttl02 {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
#service .box-inner .service-list > li .txt-box .detail {
  display: flex;
}
@media (max-width: 768px) {
  #service .box-inner .service-list > li .txt-box .detail {
    font-size: 13px;
  }
}
#service .box-inner .service-list > li .txt-box .detail .inner {
  flex: 1;
}
#service .box-inner .service-list > li .txt-box .detail .icon-arrow {
  margin-left: auto;
  margin-right: 0;
  width: 24px;
  height: 24px;
  background: #151515;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (min-width: 769px) {
  #service .box-inner .service-list > li .txt-box .detail .icon-arrow {
    width: 36px;
    height: 36px;
  }
}
#service .box-inner .service-list > li .txt-box .detail .icon-arrow .icon-arrow-w {
  width: 5px;
  height: 6px;
  transition: 0.3s;
}
@media (min-width: 769px) {
  #service .box-inner .service-list > li .txt-box .detail .icon-arrow .icon-arrow-w {
    width: 6px;
    height: 10px;
  }
}

/*============================
#works
============================*/
#works {
  background: #1e2027;
  color: #EAEAEA;
  padding-top: 88px;
  padding-bottom: 80px;
  margin-top: -12px;
}
@media (min-width: 769px) {
  #works {
    padding-top: 140px;
    padding-bottom: 150px;
    margin-top: -24px;
  }
}
@media (max-width: 768px) {
  #works .box-inner {
    padding: 0 24px;
  }
}
@media (min-width: 769px) {
  #works .box-inner {
    padding: 0 min(7.6134699854vw, 104px);
    max-width: 1584px;
  }
}
#works .box-inner .ttl-wrapper {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  #works .box-inner .ttl-wrapper {
    margin-bottom: 64px;
  }
}
#works .box-inner .ttl-wrapper .contents-ttl {
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  #works .box-inner .ttl-wrapper .contents-ttl {
    margin-bottom: 0;
  }
}
#works .box-inner .ttl-wrapper .contents-ttl .txt-jp::before {
  background-color: #EAEAEA;
}
@media (min-width: 769px) {
  #works .box-inner .works-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 80px;
    width: min(76.1346998536vw, 1216px);
    margin: 0 auto;
  }
}
#works .box-inner .works-list > li {
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (min-width: 769px) {
  #works .box-inner .works-list > li {
    margin-bottom: 0px;
    width: calc(50% - 40px);
  }
  #works .box-inner .works-list > li:nth-child(2n) {
    margin-top: 80px;
  }
}
#works .box-inner .works-list > li.fade-in {
  opacity: 1;
  transform: translateY(0);
}
#works .box-inner .works-list > li a {
  color: #eaeaea;
}
@media (min-width: 769px) {
  #works .box-inner .works-list > li a:hover .img-box img {
    opacity: 1;
    transform: scale(1.05);
  }
}
#works .box-inner .works-list > li .img-box {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 12px;
}
#works .box-inner .works-list > li .txt-box .ttl01 {
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 400;
}
@media (min-width: 769px) {
  #works .box-inner .works-list > li .txt-box .ttl01 {
    font-size: 18px;
  }
}
#works .box-inner .works-list > li .txt-box .ttl02 {
  margin-bottom: 16px;
  font-size: 10px;
  color: #b9b9b9;
}
#works .box-inner .works-list > li .txt-box .ttl02 .txt-en {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
}
#works .box-inner .works-list .tag-list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
#works .box-inner .works-list .tag-list li a {
  display: block;
  text-align: center;
  border: 1px solid #B9B9B9;
  color: #b9b9b9;
  font-size: 12px;
  border-radius: 12px;
  padding: 2px 12px;
  transition: 0.5s;
}
@media (min-width: 769px) {
  #works .box-inner .works-list .tag-list li a:hover {
    background: #eaeaea;
    color: #151515;
  }
}
@media (min-width: 769px) {
  #works .box-inner .btn-more {
    margin: 0 auto;
    margin-top: 64px;
    width: min(76.1346998536vw, 1216px);
  }
}
#works .box-inner .btn-more a {
  border-radius: 24px;
  background: #33353e;
  color: #EAEAEA;
  font-size: 13px;
  display: block;
  text-align: center;
  padding: 14px 0;
  font-weight: 500;
}
@media (min-width: 769px) {
  #works .box-inner .btn-more a:hover {
    opacity: 1;
    background: #4A4C55;
  }
}

/*============================
#clients
============================*/
#clients {
  padding-top: 88px;
  padding-bottom: 80px;
}
@media (min-width: 769px) {
  #clients {
    padding: 160px 0;
  }
}
@media (min-width: 769px) {
  #clients .box-inner {
    padding: 0 min(7.6134699854vw, 104px);
    max-width: 1584px;
  }
}
#clients .box-inner .ttl-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  #clients .box-inner .ttl-wrapper {
    padding: 0 14px;
  }
}
#clients .box-inner .ttl-wrapper .contents-ttl {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  #clients .box-inner .ttl-wrapper .contents-ttl .txt-en {
    font-size: 32px;
  }
}
#clients .box-inner .ttl-wrapper .top-txt {
  max-width: 460px;
}
@media (max-width: 768px) {
  #clients .box-inner .clients-slider {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
#clients .box-inner .clients-slider .splide__track .splide__list .splide__slide {
  padding: 0 12px;
  border-left: 1px solid #E5E5E5;
  height: 25.0666666667vw;
}
@media (min-width: 769px) {
  #clients .box-inner .clients-slider .splide__track .splide__list .splide__slide {
    height: 8.78477306vw;
  }
}
#clients .box-inner .slider01 {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  #clients .box-inner .slider01 {
    margin-bottom: 32px;
  }
}
#clients .box-inner .btn-more {
  width: 183px;
  margin: 40px auto 0;
}
#clients .box-inner .btn-more a {
  border-radius: 24px;
  background: #151515;
  color: #EAEAEA;
  font-size: 13px;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
}
#clients .box-inner .btn-more a:hover {
  opacity: 1;
  background: #e6e6e6;
  color: #151515;
}

/*============================
#news
============================*/
#news {
  background: #f2f2f2;
  padding-top: 88px;
  padding-bottom: 92px;
}
@media (min-width: 769px) {
  #news {
    padding: 148px 0 128px;
  }
}
@media (min-width: 769px) {
  #news .box-inner {
    padding: 0 min(7.6134699854vw, 104px);
    max-width: 1584px;
  }
}
@media (min-width: 769px) {
  #news .box-inner {
    gap: min(9.8096632504vw, 134px);
    display: flex;
  }
}
#news .box-inner .contents-ttl {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #news .box-inner .contents-ttl {
    padding-left: 14px;
  }
}
@media (min-width: 769px) {
  #news .box-inner .contents-ttl .txt-en {
    font-size: 32px;
  }
}
@media (min-width: 769px) {
  #news .box-inner .news-box {
    max-width: 900px;
    width: 65.8857979502vw;
    flex: 1;
  }
}
#news .box-inner .news-list {
  margin-bottom: 20px;
}
#news .box-inner .news-list .inner {
  display: block;
  margin-bottom: 8px;
  border-radius: 4px;
  background: #ececec;
  padding: 18px 24px;
}
@media (min-width: 769px) {
  #news .box-inner .news-list .inner {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 28px 32px;
  }
  #news .box-inner .news-list .inner:hover {
    opacity: 1;
  }
  #news .box-inner .news-list .inner:hover dd {
    text-decoration: underline;
  }
}
#news .box-inner .news-list .inner dt {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 8px;
}
#news .box-inner .news-list .inner dt .date {
  font-size: 14px;
  font-weight: 300;
  font-family: "Unbounded", sans-serif;
}
#news .box-inner .news-list .inner dt .category {
  border-radius: 12px;
  border: 1px solid #151515;
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 3px 12px;
  font-weight: 400;
}
#news .box-inner .news-list .inner dd {
  flex: 1;
  letter-spacing: 0.07em;
}
#news .box-inner .btn-more {
  width: 157px;
  margin-left: auto;
  margin-right: 0;
}
#news .box-inner .btn-more a {
  border-radius: 24px;
  background: #151515;
  color: #EAEAEA;
  font-weight: 500;
  font-size: 13px;
  display: block;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 769px) {
  #news .box-inner .btn-more a:hover {
    opacity: 1;
    background: #e6e6e6;
    color: #151515;
  }
}

/*============================
#other
============================*/
#other {
  padding: 48px 0;
}
@media (min-width: 769px) {
  #other {
    padding: 72px 0 66px;
  }
}
@media (min-width: 769px) {
  #other .box-inner {
    max-width: 1584px;
    padding: 0 min(7.6134699854vw, 104px);
  }
}
@media (min-width: 769px) {
  #other .box-inner .other-list {
    display: flex;
  }
}
#other .box-inner .other-list li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #E5E5E5;
}
@media (min-width: 769px) {
  #other .box-inner .other-list li {
    border-bottom: none;
    width: 50%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
#other .box-inner .other-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 769px) {
  #other .box-inner .other-list li:last-child {
    border-left: 1px solid #E5E5E5;
    padding-left: 20px;
    margin-left: 20px;
  }
}
#other .box-inner .other-list li a {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
}
@media (min-width: 769px) {
  #other .box-inner .other-list li a {
    gap: 24px;
    padding: 24px;
  }
  #other .box-inner .other-list li a:hover {
    background: #f2f2f2;
    opacity: 1;
  }
  #other .box-inner .other-list li a:hover .txt-box .detail .icon-arrow {
    background: #e6e6e6;
  }
  #other .box-inner .other-list li a:hover .txt-box .detail .icon-arrow .icon-arrow-w {
    animation-name: hoverArrow;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    filter: invert(100%);
  }
}
@media (max-width: 768px) {
  #other .box-inner .other-list li a .img-box {
    width: 18.1333333333vw;
  }
}
@media (min-width: 769px) {
  #other .box-inner .other-list li a .img-box {
    width: min(10.0292825769vw, 137px);
  }
}
#other .box-inner .other-list li a .txt-box {
  flex: 1;
}
#other .box-inner .other-list li a .txt-box .contents-ttl {
  margin-bottom: 7px;
}
@media (min-width: 769px) {
  #other .box-inner .other-list li a .txt-box .contents-ttl {
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) {
  #other .box-inner .other-list li a .txt-box .contents-ttl .txt-jp {
    margin-bottom: 6px;
  }
}
#other .box-inner .other-list li a .txt-box .contents-ttl .txt-en {
  font-size: 20px;
}
@media (min-width: 769px) {
  #other .box-inner .other-list li a .txt-box .contents-ttl .txt-en {
    font-size: 32px;
  }
}
#other .box-inner .other-list li a .txt-box .detail {
  font-size: 13px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 769px) {
  #other .box-inner .other-list li a .txt-box .detail {
    align-items: center;
  }
  #other .box-inner .other-list li a .txt-box .detail > span {
    padding-right: 20px;
  }
}
#other .box-inner .other-list li a .txt-box .detail .inner {
  flex: 1;
}
#other .box-inner .other-list li a .txt-box .detail .icon-arrow {
  margin-left: auto;
  margin-right: 0;
  width: 20px;
  height: 20px;
  background: #151515;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (min-width: 769px) {
  #other .box-inner .other-list li a .txt-box .detail .icon-arrow {
    width: 32px;
    height: 32px;
    padding-right: 0;
    max-width: initial;
  }
}
#other .box-inner .other-list li a .txt-box .detail .icon-arrow .icon-arrow-w {
  width: 5px;
  height: 6px;
  transition: 0.3s;
}
@media (min-width: 769px) {
  #other .box-inner .other-list li a .txt-box .detail .icon-arrow .icon-arrow-w {
    width: 6px;
    height: 10px;
  }
}

@keyframes hoverArrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
body {
  transition: background-color 0.4s ease, color 0.4s ease;
}

/* 反転時 */
body.is-invert {
  background: #1E2027;
  color: #EAEAEA;
}
body.is-invert a {
  color: #EAEAEA;
}
body.is-invert .page-hd {
  background: #1E2027;
  color: #EAEAEA;
}
body.is-invert .page-hd .hd-inner .top-logo {
  filter: invert(100%);
}
body.is-invert .page-hd .pc-nav .nav01 li a::before {
  background: #eaeaea;
}
body.is-invert #service {
  background: #1E2027;
}
body.is-invert #service .box-inner .service-list .txt-box {
  color: #1E2027;
}
/*# sourceMappingURL=_map/home.css.map */
