@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #222222;
  outline: none;
  position: relative;
  display: inline-block;
}

a:hover {
  opacity: 0.7;
}

a img,
a svg {
  text-decoration: none;
  transition: all 0.3s;
  color: #222222;
  outline: none;
}

div {
  outline: none;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div, li, header, footer, dt, dd, section {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.pc-view {
  display: none !important;
}

.sp-view {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .pc-view {
    display: block !important;
  }
  .sp-view {
    display: none !important;
  }
}
/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: -webkit-fill-available;
}

body {
  color: #222222;
  background: #FFF;
  line-height: 1.6;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  min-height: -webkit-fill-available;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  a[href*="tel:"] {
    text-decoration: none;
  }
}
/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

strong {
  font-weight: bold;
}

section, article {
  position: relative;
}

.nolink {
  pointer-events: none;
}
.nolink:hover {
  opacity: 1;
}

[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0);
}

.svg-box {
  width: 0;
  height: 0;
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
  padding-top: 60px;
}

@media screen and (min-width: 769px) {
  #page {
    padding-top: 90px;
  }
}
.flex-wrapper {
  display: flex;
}

.box-inner {
  padding: 0 16px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .box-inner {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 1137px;
  }
  .pc-flex {
    display: flex;
  }
}
.font-en {
  font-family: "fino-sans", sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.font-s {
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .font-s {
    font-size: 12px;
  }
}
.btn-base a {
  display: block;
  text-align: center;
}
.btn-base.btn-dl a {
  background: #db6010;
  color: #fff;
}
.btn-base.btn-info a {
  background: #fff;
  color: #db6010;
  border: 1px solid #DB6010;
}

.contents-box {
  overflow: hidden;
  background: #fff;
}
.contents-box:not(#mv) {
  z-index: 2;
}
.contents-box .box-inner .main-mds {
  padding-bottom: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #222222;
  width: calc(100% + 32px);
  margin-left: -16px;
  padding-left: 16px;
}
@media (min-width: 769px) {
  .contents-box .box-inner .main-mds {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
  }
}
.contents-box .box-inner .main-mds .mds-inner {
  max-width: 1105px;
  margin: 0 auto;
  position: relative;
}
.contents-box .box-inner .main-mds .mds-l .txt-en {
  font-family: "fino-sans", sans-serif;
  font-size: 56px;
  line-height: 1;
  -webkit-text-stroke: 1px #222222;
  color: transparent;
  transition: 0.5s;
}
@media (min-width: 769px) {
  .contents-box .box-inner .main-mds .mds-l .txt-en {
    font-size: 106px;
  }
}
.contents-box .box-inner .main-mds .mds-l .txt-jp {
  margin-left: 16px;
  margin-bottom: 5px;
  background: #222222;
  color: #fff;
  font-weight: 500;
  padding: 1px 10px 2px;
  vertical-align: super;
}
@media (min-width: 769px) {
  .contents-box .box-inner .main-mds .mds-l .txt-jp {
    font-size: 18px;
  }
}
.contents-box .box-inner .main-mds .mds-l.anm .txt-en {
  color: #222222;
}
.contents-box .box-inner .other-box {
  padding-top: 32px;
}
@media (min-width: 769px) {
  .contents-box .box-inner .other-box {
    position: relative;
  }
}
@media (min-width: 769px) {
  .contents-box .box-inner .other-box .box-l {
    padding-right: 373px;
  }
}
@media (min-width: 769px) {
  .contents-box .box-inner .other-box .box-l .txt-wrapper {
    display: flex;
    gap: min(2.3529411765vw, 32px);
  }
}
.contents-box .box-inner .other-box .box-l .txt-wrapper .other-mds {
  border-left: 3px solid #222222;
  padding: 3px 0 3px 16px;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .contents-box .box-inner .other-box .box-l .txt-wrapper .other-mds {
    font-size: 26px;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: 0.1em;
  }
}
.contents-box .box-inner .other-box .box-l .txt-wrapper .other-mds .font-s {
  font-size: 14px;
}
@media (min-width: 769px) {
  .contents-box .box-inner .other-box .box-l .txt-wrapper .other-mds .font-s {
    font-size: 18px;
  }
}
.contents-box .box-inner .other-box .box-l .txt-wrapper .other-mds .point {
  padding-top: 10px;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 16px 10px;
  background-image: radial-gradient(2px 2px at center center, #222222, #222222 100%, transparent);
}
@media (min-width: 769px) {
  .contents-box .box-inner .other-box .box-l .txt-wrapper .other-mds .point {
    background-size: 20px 10px;
  }
}
.contents-box .box-inner .other-box .box-l .txt-wrapper .img-box {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .contents-box .box-inner .other-box .box-l .txt-wrapper .inner {
    padding-left: 60px;
  }
}
.contents-box .box-inner .other-box .box-l .txt-wrapper .inner .other-mds-s {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .contents-box .box-inner .other-box .box-l .txt-wrapper .inner .other-mds-s {
    font-size: 18px;
    margin-bottom: 11px;
  }
}
.contents-box .box-inner .other-box .box-l .txt-wrapper .inner .other-list li {
  font-size: 12px;
  margin-bottom: 8px;
  padding-left: 18px;
  background: url(../images/icon_check.svg) no-repeat 0 4px;
  background-size: 12px;
}
@media (min-width: 769px) {
  .contents-box .box-inner .other-box .box-l .txt-wrapper .inner .other-list li {
    font-size: 14px;
    background-size: 16px;
  }
}
.contents-box .box-inner .other-box .box-l .btn-box {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .contents-box .box-inner .other-box .box-l .btn-box {
    margin-top: 48px;
    display: flex;
    gap: 32px;
    max-width: 704px;
  }
}
.contents-box .box-inner .other-box .box-l .btn-box .btn-base {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .contents-box .box-inner .other-box .box-l .btn-box .btn-base {
    width: 50%;
  }
}
.contents-box .box-inner .other-box .box-l .btn-box .btn-base a {
  font-size: 16px;
  padding: 20px;
}
.contents-box .box-inner .other-box .box-l .btn-box .btn-base img {
  font-size: 18px;
  margin-right: 16px;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .contents-box .box-inner .other-box .box-r {
    max-width: 373px;
    position: absolute;
    bottom: 0;
    right: -20px;
  }
}
.page-hd {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.page-hd .hd-inner {
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 12px;
}
@media (min-width: 769px) {
  .page-hd .hd-inner {
    height: 90px;
    padding: 25px 64px;
  }
}
.page-hd .hd-inner .top-logo {
  width: 74px;
  margin-right: 20px;
}
@media (min-width: 769px) {
  .page-hd .hd-inner .top-logo {
    width: 297px;
    margin-right: auto;
  }
}
.page-hd .hd-inner .btn-box {
  display: flex;
  gap: 8px;
}
@media (min-width: 769px) {
  .page-hd .hd-inner .btn-box {
    gap: 16px;
  }
}
.page-hd .hd-inner .btn-box .btn-base a {
  display: block;
  padding: 10px 0;
  font-size: 10px;
}
@media (min-width: 769px) {
  .page-hd .hd-inner .btn-box .btn-base a {
    font-size: 12px;
  }
}
.page-hd .hd-inner .btn-box .btn-base img {
  width: 14px;
  vertical-align: middle;
  margin-right: 8px;
}
.page-hd .hd-inner .btn-box .btn-dl {
  width: 30.4vw;
}
@media (min-width: 769px) {
  .page-hd .hd-inner .btn-box .btn-dl {
    width: 156px;
  }
}
.page-hd .hd-inner .btn-box .btn-info {
  width: 21.8666666667vw;
}
@media (min-width: 769px) {
  .page-hd .hd-inner .btn-box .btn-info {
    width: 156px;
  }
}
.page-hd .hd-inner .btn-menu {
  margin-left: auto;
}
@media (min-width: 769px) {
  .page-hd .hd-inner .btn-menu {
    display: none !important;
  }
}
.page-hd .hd-inner .btn-menu .hbg-wrapper {
  position: relative;
  width: 33px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-hd .hd-inner .btn-menu .hbg-wrapper span {
  position: absolute;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  background-color: #222222;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease;
  z-index: 1;
}
@media (min-width: 769px) {
  .page-hd .hd-inner .btn-menu .hbg-wrapper span {
    height: 2px;
  }
}
.page-hd .hd-inner .btn-menu .hbg-wrapper span:nth-of-type(1) {
  top: 0;
}
.page-hd .hd-inner .btn-menu .hbg-wrapper span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
}
.page-hd .hd-inner .btn-menu .hbg-wrapper span:nth-of-type(3) {
  bottom: 0;
  width: 16px;
}
.page-hd .hd-inner .btn-menu.open .hbg-wrapper span:nth-child(1) {
  transform: translateY(5px) rotate(-35deg);
}
.page-hd .hd-inner .btn-menu.open .hbg-wrapper span:nth-child(2) {
  opacity: 0;
}
.page-hd .hd-inner .btn-menu.open .hbg-wrapper span:nth-child(3) {
  transform: translateY(-12px) rotate(35deg);
  width: 100%;
}

/*============================
#gnav
============================*/
@media (max-width: 768px) {
  #gnav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 10;
  }
  #gnav .gnav-bg {
    background: #b4b4b4;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  #gnav .gnav-inner {
    overflow: hidden;
    position: fixed;
    top: 77px;
    width: calc(100% - 32px);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background: #fff;
  }
  #gnav .gnav-inner .gnav-list {
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
  #gnav .gnav-inner .gnav-list li {
    font-weight: 500;
  }
  #gnav .gnav-inner .gnav-list li a {
    text-decoration: underline;
  }
  #gnav .gnav-inner .btn-box {
    display: flex;
    gap: 1px;
  }
  #gnav .gnav-inner .btn-box .btn-base {
    height: 70px;
    width: 50%;
  }
  #gnav .gnav-inner .btn-box .btn-base a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
  }
  #gnav .gnav-inner .btn-box .btn-base img {
    width: 16px;
    margin-right: 10px;
  }
}
@media (min-width: 769px) {
  #gnav .gnav-bg {
    display: none !important;
  }
  #gnav .gnav-inner .gnav-list {
    display: flex;
    gap: 24px;
    margin-right: 32px;
  }
  #gnav .gnav-inner .gnav-list li a {
    text-decoration: underline;
    font-size: 12px;
  }
  #gnav .gnav-inner .gnav-list li a:hover {
    opacity: 1;
    text-decoration: none;
  }
  #gnav .gnav-inner .btn-box {
    display: none !important;
  }
}
/*============================
#mv
============================*/
#mv {
  z-index: 1;
  width: 100%;
  height: 100dvh;
  clip-path: inset(15px);
  transition: clip-path 0.3s ease-out;
}
@media (min-width: 769px) {
  #mv {
    cursor: url(../images/scroll.svg), auto;
    clip-path: inset(0 50px);
  }
}
#mv .mv-img {
  height: 100%;
}
#mv .mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .mv-txt01 {
  position: absolute;
  top: 40px;
  left: 26px;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
}
@media (min-width: 769px) {
  #mv .mv-txt01 {
    top: min(19.4117647059vw, 264px);
    left: min(13.6764705882vw, 186px);
    font-size: min(1.7647058824vw, 24px);
  }
}
#mv .mv-txt01 span {
  color: #fff;
  background: #222222;
  padding: 1px 8px;
  line-height: 1.8;
}
#mv .mv-txt02 {
  font-family: "fino-sans", sans-serif;
  font-size: 82px;
  line-height: 1;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  transition: 1s;
  position: absolute;
  right: 8px;
  bottom: 90px;
  text-align: center;
  height: fit-content;
}
@media (min-width: 769px) {
  #mv .mv-txt02 {
    right: auto;
    bottom: 0;
    top: min(9.1911764706vw, 125px);
    left: min(9.1911764706vw, 125px);
    font-size: min(12.9411764706vw, 176px);
    line-height: 0.9;
  }
}
#mv .mv-txt02.anm {
  color: #fff;
}

/*============================
#breadcrumb
============================*/
#breadcrumb {
  padding-top: 24px;
}
@media (min-width: 769px) {
  #breadcrumb {
    padding-top: 52px;
  }
}
@media (min-width: 769px) {
  #breadcrumb .box-inner {
    max-width: 1240px;
  }
}
#breadcrumb .box-inner .breadcrumb-list {
  display: flex;
  font-size: 10px;
}
#breadcrumb .box-inner .breadcrumb-list .breadcrumb-item a {
  color: #646464;
  position: relative;
  display: block;
  padding-right: 8px;
  margin-right: 8px;
  text-decoration: underline;
}
#breadcrumb .box-inner .breadcrumb-list .breadcrumb-item a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #ebeae7;
}
#breadcrumb .box-inner .breadcrumb-list .breadcrumb-item:last-child a {
  text-decoration: none;
}
#breadcrumb .box-inner .breadcrumb-list .breadcrumb-item:last-child a::before {
  content: none;
}

/*============================
#works
============================*/
#works {
  padding-top: 24px;
  padding-bottom: 50px;
}
@media (min-width: 769px) {
  #works {
    padding-top: 54px;
    padding-bottom: 105px;
  }
}
@media (min-width: 769px) {
  #works .box-inner {
    max-width: initial;
    padding: 0;
  }
}
@media (min-width: 769px) {
  #works .box-inner .main-mds .mds-inner {
    display: flex;
    align-items: center;
  }
}
#works .box-inner .main-mds .btn-s {
  font-size: 12px;
  text-align: right;
  width: fit-content;
  margin-left: auto;
  margin-right: 16px;
  margin-top: 20px;
}
@media (min-width: 769px) {
  #works .box-inner .main-mds .btn-s {
    font-size: 14px;
  }
}
#works .box-inner .main-mds .btn-s a {
  position: relative;
  display: block;
  padding-right: 36px;
}
#works .box-inner .main-mds .btn-s a::before, #works .box-inner .main-mds .btn-s a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#works .box-inner .main-mds .btn-s a::before {
  background: #222222;
  width: 28px;
  height: 15px;
}
#works .box-inner .main-mds .btn-s a::after {
  width: 5px;
  height: 5px;
  right: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
#works .box-inner .logo-slider {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  #works .box-inner .logo-slider {
    margin-bottom: 28px;
  }
}
#works .box-inner .logo-slider .splide__slide {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #works .box-inner .logo-slider {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
  #works .box-inner .logo-slider .splide__slide.parco img {
    width: 22.6666666667vw;
  }
  #works .box-inner .logo-slider .splide__slide.daimaru img {
    width: 41.3333333333vw;
  }
  #works .box-inner .logo-slider .splide__slide.matsuzakaya img {
    width: 40.2666666667vw;
  }
  #works .box-inner .logo-slider .splide__slide.takashimaya img {
    width: 43.2vw;
  }
  #works .box-inner .logo-slider .splide__slide.otaka img {
    width: 38.6666666667vw;
  }
  #works .box-inner .logo-slider .splide__slide.kameido img {
    width: 25.3333333333vw;
  }
  #works .box-inner .logo-slider .splide__slide.shonan img {
    width: 33.0666666667vw;
  }
  #works .box-inner .logo-slider .splide__slide.ygp img {
    width: 17.6vw;
  }
  #works .box-inner .logo-slider .splide__slide.mores img {
    width: 21.8666666667vw;
  }
}
@media (min-width: 769px) {
  #works .box-inner .logo-slider .splide__slide.parco img {
    width: 9.9264705882vw;
  }
  #works .box-inner .logo-slider .splide__slide.daimaru img {
    width: 14.8529411765vw;
  }
  #works .box-inner .logo-slider .splide__slide.matsuzakaya img {
    width: 13.75vw;
  }
  #works .box-inner .logo-slider .splide__slide.takashimaya img {
    width: 15.5882352941vw;
  }
  #works .box-inner .logo-slider .splide__slide.otaka img {
    width: 14.3382352941vw;
  }
  #works .box-inner .logo-slider .splide__slide.kameido img {
    width: 10.6617647059vw;
  }
  #works .box-inner .logo-slider .splide__slide.shonan img {
    width: 12.9411764706vw;
  }
  #works .box-inner .logo-slider .splide__slide.ygp img {
    width: 8.4558823529vw;
  }
  #works .box-inner .logo-slider .splide__slide.mores img {
    width: 9.7058823529vw;
  }
}
#works .box-inner .works-list {
  border-top: 1px solid #EBEAE7;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #works .box-inner .works-list {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
@media (min-width: 769px) {
  #works .box-inner .works-list {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
  }
}
#works .box-inner .works-list li {
  border-bottom: 1px solid #EBEAE7;
  padding: 5px 8px 18px;
  width: calc(50% - 1px);
  position: relative;
}
@media (min-width: 769px) {
  #works .box-inner .works-list li {
    width: 28.6764705882vw;
    padding: 32px;
  }
  #works .box-inner .works-list li:nth-child(3n-2)::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: calc(50% - 27vw);
    width: 50%;
    height: 1px;
    background: #ebeae7;
  }
  #works .box-inner .works-list li:nth-child(3n-1) {
    border-right: 1px solid #EBEAE7;
    border-left: 1px solid #EBEAE7;
  }
  #works .box-inner .works-list li:nth-child(3n)::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: calc(50% - 27vw);
    width: 50%;
    height: 1px;
    background: #ebeae7;
  }
}
@media (max-width: 768px) {
  #works .box-inner .works-list li:nth-child(2n-1) {
    border-right: 1px solid #EBEAE7;
  }
}
@media (min-width: 769px) {
  #works .box-inner .works-list li a:hover {
    opacity: 1;
  }
  #works .box-inner .works-list li a:hover .img-box::before {
    transform: rotate(-6deg);
  }
}
#works .box-inner .works-list li a .img-box {
  position: relative;
}
@media (min-width: 769px) {
  #works .box-inner .works-list li a .img-box {
    margin-bottom: 20px;
  }
}
#works .box-inner .works-list li a .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ebeae7;
  transition: 0.3s;
  z-index: -1;
}
#works .box-inner .works-list li a .txt-box {
  padding: 8px 8px 0;
}
@media (min-width: 769px) {
  #works .box-inner .works-list li a .txt-box {
    padding: 0;
  }
}
#works .box-inner .works-list li a .txt-box .scname {
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  #works .box-inner .works-list li a .txt-box .scname {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#works .box-inner .works-list li a .txt-box .category {
  font-size: 10px;
  color: #646464;
}
@media (min-width: 769px) {
  #works .box-inner .works-list li a .txt-box .category {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  #works .box-inner .other-box {
    max-width: 1137px;
    margin: 48px auto 0;
  }
}
@media (min-width: 769px) {
  #works .box-inner .other-box .box-l .txt-wrapper .other-mds {
    width: 60%;
  }
}
@media (min-width: 769px) {
  #works .box-inner .other-box .box-l .txt-wrapper .inner {
    padding-left: 0;
    margin-left: -45px;
  }
}
/*============================
#voice
============================*/
#voice {
  padding-bottom: 50px;
}
@media (min-width: 769px) {
  #voice {
    padding-bottom: 110px;
  }
}
#voice .box-inner .main-mds .mds-l {
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  #voice .box-inner .main-mds .txt-s {
    position: absolute;
    bottom: -80px;
    left: 0;
  }
}
#voice .box-inner .voice-list {
  padding: 0 8px 78px;
}
@media (min-width: 769px) {
  #voice .box-inner .voice-list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 23px;
    justify-content: flex-end;
    padding: 0 0 140px;
  }
}
#voice .box-inner .voice-list li {
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  #voice .box-inner .voice-list li {
    margin: 0;
    width: calc(50% - 12px);
  }
}
@media (min-width: 769px) {
  #voice .box-inner .voice-list li a {
    display: flex;
    flex-direction: row-reverse;
  }
  #voice .box-inner .voice-list li a:hover {
    opacity: 1;
  }
  #voice .box-inner .voice-list li a:hover .img-box::before {
    opacity: 0.5;
  }
  #voice .box-inner .voice-list li a:hover .txt-box {
    background: #ebeae7;
    color: #222222;
  }
  #voice .box-inner .voice-list li a:hover .txt-box .name {
    color: #7E7E7E;
  }
  #voice .box-inner .voice-list li a:hover .txt-box .comment {
    text-decoration: none;
  }
}
#voice .box-inner .voice-list li a .img-box {
  position: relative;
}
@media (min-width: 769px) {
  #voice .box-inner .voice-list li a .img-box {
    max-width: 325px;
    width: 60%;
  }
  #voice .box-inner .voice-list li a .img-box::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #646464;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
}
#voice .box-inner .voice-list li a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#voice .box-inner .voice-list li a .txt-box {
  background: #7e7e7e;
  color: #fff;
  padding: 8px 16px 16px;
  transition: 0.3s;
}
@media (min-width: 769px) {
  #voice .box-inner .voice-list li a .txt-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px;
  }
}
#voice .box-inner .voice-list li a .txt-box .num {
  color: #b4b4b4;
  font-size: 14px;
  font-family: "gotham", sans-serif;
  margin-bottom: 3px;
}
@media (min-width: 769px) {
  #voice .box-inner .voice-list li a .txt-box .num {
    margin-bottom: auto;
  }
}
#voice .box-inner .voice-list li a .txt-box .name {
  font-size: 10px;
  color: #ebeae7;
  margin-bottom: 3px;
}
@media (min-width: 769px) {
  #voice .box-inner .voice-list li a .txt-box .name {
    font-size: 12px;
  }
}
#voice .box-inner .voice-list li a .txt-box .comment {
  font-weight: 500;
  text-decoration: underline;
}
@media (min-width: 769px) {
  #voice .box-inner .voice-list li a .txt-box .comment {
    font-size: 16px;
  }
}
#voice .box-inner .mds-signage {
  border-top: 1px solid #222222;
  width: calc(100% + 32px);
  margin-left: -16px;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #voice .box-inner .mds-signage {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  #voice .box-inner .mds-signage .mds-inner {
    max-width: 1105px;
    margin: 0 auto;
    position: relative;
  }
}
#voice .box-inner .mds-signage span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #222222;
  position: absolute;
  left: 16px;
  top: -16px;
}
@media (min-width: 769px) {
  #voice .box-inner .mds-signage span {
    font-size: 24px;
    left: 0;
    top: -20px;
    padding: 0 10px;
  }
}
@media (min-width: 769px) {
  #voice .box-inner .pc-flex {
    gap: 32px;
  }
}
#voice .box-inner .pc-flex .txt-s {
  font-size: 12px;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  #voice .box-inner .pc-flex .txt-s {
    font-size: 14px;
    margin-bottom: 0;
    flex: 1;
    padding-top: 15px;
  }
}
#voice .box-inner .pc-flex .merit-box {
  background: #ebeae7;
  padding: 16px 30px;
}
@media (min-width: 769px) {
  #voice .box-inner .pc-flex .merit-box {
    padding: 16px min(2.5vw, 34px);
    width: min(55.1470588235vw, 750px);
  }
}
#voice .box-inner .pc-flex .merit-box .merit-mds {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  #voice .box-inner .pc-flex .merit-box .merit-mds {
    font-size: 14px;
  }
}
#voice .box-inner .pc-flex .merit-box .merit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  #voice .box-inner .pc-flex .merit-box .merit-list {
    gap: 8px;
  }
}
#voice .box-inner .pc-flex .merit-box .merit-list li {
  width: 35.2vw;
  height: 35.2vw;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  #voice .box-inner .pc-flex .merit-box .merit-list li {
    width: min(11.4705882353vw, 164px);
    height: min(11.4705882353vw, 164px);
  }
}
#voice .box-inner .pc-flex .merit-box .merit-list li .img-box {
  text-align: center;
}
#voice .box-inner .pc-flex .merit-box .merit-list li .txt-box {
  font-size: 10px;
  padding-top: 16px;
}
@media (min-width: 769px) {
  #voice .box-inner .pc-flex .merit-box .merit-list li .txt-box {
    font-size: 12px;
  }
}
#voice .box-inner .pc-flex .merit-box .merit-list li:nth-child(1) .img-box img {
  width: 54px;
}
#voice .box-inner .pc-flex .merit-box .merit-list li:nth-child(2) .img-box img {
  width: 52px;
}
#voice .box-inner .pc-flex .merit-box .merit-list li:nth-child(3) .img-box img {
  width: 56px;
}
#voice .box-inner .pc-flex .merit-box .merit-list li:nth-child(4) .img-box img {
  width: 62px;
}
@media (min-width: 769px) {
  #voice .box-inner .other-box {
    padding-top: 80px;
  }
}
/*============================
#features
============================*/
#features {
  padding-bottom: 35px;
}
@media (min-width: 769px) {
  #features {
    padding-bottom: 83px;
  }
}
@media (min-width: 769px) {
  #features .box-inner .main-mds {
    margin-bottom: 50px;
  }
}
#features .box-inner .features-list {
  margin-right: 8px;
}
@media (min-width: 769px) {
  #features .box-inner .features-list {
    display: flex;
    justify-content: space-between;
    gap: min(3.8970588235vw, 53px);
    margin-right: 0;
  }
}
#features .box-inner .features-list li {
  margin-bottom: 32px;
}
@media (min-width: 769px) {
  #features .box-inner .features-list li {
    margin-bottom: 0;
    width: calc(33.3333333333% - min(1.4705882353vw, 20px));
  }
}
#features .box-inner .features-list li .img-box {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 769px) {
  #features .box-inner .features-list li .img-box {
    gap: 8px;
  }
}
#features .box-inner .features-list li .img-box .num {
  color: #9f9f9f;
  font-size: 12px;
  width: 26px;
  line-height: 1.1;
}
@media (min-width: 769px) {
  #features .box-inner .features-list li .img-box .num {
    font-size: 14px;
    width: 30px;
  }
}
#features .box-inner .features-list li .img-box .num .num-l {
  display: block;
  font-family: "gotham", sans-serif;
  font-size: 40px;
  font-weight: 500;
}
@media (min-width: 769px) {
  #features .box-inner .features-list li .img-box .num .num-l {
    font-size: 46px;
  }
}
#features .box-inner .features-list li .img-box img {
  width: 77.3333333333vw;
}
@media (min-width: 769px) {
  #features .box-inner .features-list li .img-box img {
    width: min(21.6911764706vw, 295px);
  }
}
#features .box-inner .features-list li .txt-box {
  padding-left: 32px;
}
@media (min-width: 769px) {
  #features .box-inner .features-list li .txt-box {
    padding-left: 37px;
  }
}
#features .box-inner .features-list li .txt-box .mds {
  font-weight: 500;
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  #features .box-inner .features-list li .txt-box .mds {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
#features .box-inner .features-list li .txt-box .point {
  font-size: 12px;
  padding-left: 10px;
  position: relative;
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  #features .box-inner .features-list li .txt-box .point {
    font-size: 14px;
  }
}
#features .box-inner .features-list li .txt-box .point::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: #222222;
}
@media (min-width: 769px) {
  #features .box-inner .features-list li .txt-box .point::before {
    width: 4px;
    height: 4px;
  }
}

/*============================
#services
============================*/
#services .box-inner .services-mds-m {
  border-left: 3px solid #222222;
  padding: 3px 0 3px 16px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
#services .box-inner .services-list-txt {
  font-size: 12px;
  padding-left: 10px;
  position: relative;
  margin-bottom: 6px;
}
@media (min-width: 769px) {
  #services .box-inner .services-list-txt {
    font-size: 14px;
  }
}
#services .box-inner .services-list-txt::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: #222222;
}
#services .box-inner .support-list {
  padding-top: 20px;
}
@media (min-width: 769px) {
  #services .box-inner .support-list {
    display: flex;
    gap: 24px;
  }
}
#services .box-inner .support-list li {
  display: flex;
  margin-bottom: 2.1333333333vw;
  height: 40vw;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(20px);
}
#services .box-inner .support-list li.anm {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 769px) {
  #services .box-inner .support-list li {
    display: block;
    height: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  #services .box-inner .support-list li {
    border-left: 1px solid #222222;
  }
}
#services .box-inner .support-list li:last-child .img-box::before {
  background: url(../images/icon_downarrow_last.svg) no-repeat;
  background-size: contain;
  width: 4.8vw;
  height: 10.1333333333vw;
}
@media (min-width: 769px) {
  #services .box-inner .support-list li:last-child .img-box::before {
    content: none;
  }
}
@media (min-width: 769px) {
  #services .box-inner .support-list li:last-child .txt-box .step::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../images/icon_arrow_last_pc.svg) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
  }
}
#services .box-inner .support-list li .img-box {
  width: 43.7333333333vw;
  height: fit-content;
  position: relative;
}
@media (min-width: 769px) {
  #services .box-inner .support-list li .img-box {
    width: 11.9852941176vw;
    margin-bottom: 16px;
  }
}
#services .box-inner .support-list li .img-box::before {
  content: "";
  position: absolute;
  bottom: -10.1333333333vw;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/icon_downarrow.svg) no-repeat;
  background-size: contain;
  width: 4.8vw;
  height: 10.1333333333vw;
}
@media (min-width: 769px) {
  #services .box-inner .support-list li .img-box::before {
    content: none;
  }
}
#services .box-inner .support-list li .img-box img {
  border: 1px solid #222222;
}
@media (min-width: 769px) {
  #services .box-inner .support-list li .img-box img {
    border-left: none;
  }
}
#services .box-inner .support-list li .txt-box {
  flex: 1;
}
#services .box-inner .support-list li .txt-box .support-mds-s {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 18px;
}
@media (min-width: 769px) {
  #services .box-inner .support-list li .txt-box .support-mds-s {
    font-size: 14px;
  }
}
#services .box-inner .support-list li .txt-box .step {
  border-bottom: 1px solid #222222;
  position: relative;
  margin-bottom: 15px;
}
#services .box-inner .support-list li .txt-box .step span {
  width: fit-content;
  font-family: "gotham", sans-serif;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background: #222222;
  padding: 1px 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  margin: auto;
}
@media (min-width: 769px) {
  #services .box-inner .support-list li .txt-box .step::before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../images/icon_arrow_pc.svg) no-repeat;
    background-size: contain;
    width: 9px;
    height: 18px;
  }
}
#services .box-inner .support-list li .txt-box .detail {
  font-size: 10px;
  position: relative;
  margin-left: 15px;
  margin-bottom: 3px;
}
@media (min-width: 769px) {
  #services .box-inner .support-list li .txt-box .detail {
    font-size: 12px;
  }
}
#services .box-inner .support-list li .txt-box .detail:not(.mds) {
  padding-left: 8px;
}
#services .box-inner .support-list li .txt-box .detail:not(.mds)::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: #B4B4B4;
}
#services .box-inner .example-list {
  margin-top: 30px;
}
@media (min-width: 769px) {
  #services .box-inner .example-list {
    display: flex;
    flex-wrap: wrap;
    gap: 64px min(7.0588235294vw, 96px);
    margin-top: 70px;
  }
}
#services .box-inner .example-list li {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #services .box-inner .example-list li {
    width: calc(50% - 48px);
    margin-bottom: 0;
  }
}
#services .box-inner .example-list li .top-mds {
  border-left: 3px solid #222222;
  padding: 3px 0 3px 16px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  #services .box-inner .example-list li .top-mds {
    font-size: 24px;
  }
}
#services .box-inner .example-list li .img-box {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  #services .box-inner .example-list li .img-box {
    margin-bottom: 24px;
  }
}
#services .box-inner .example-list li .txt-box {
  font-size: 12px;
}
@media (min-width: 769px) {
  #services .box-inner .example-list li .txt-box {
    font-size: 14px;
  }
}
#services .box-inner .example-list li .link-box {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#services .box-inner .example-list li .link-box .btn01 {
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
}
#services .box-inner .example-list li .link-box .btn01 a {
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  padding-right: 36px;
  font-size: 12px;
}
@media (min-width: 769px) {
  #services .box-inner .example-list li .link-box .btn01 a {
    font-size: 14px;
  }
}
#services .box-inner .example-list li .link-box .btn01 a::before, #services .box-inner .example-list li .link-box .btn01 a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#services .box-inner .example-list li .link-box .btn01 a::before {
  background: #222222;
  width: 28px;
  height: 15px;
}
#services .box-inner .example-list li .link-box .btn01 a::after {
  width: 5px;
  height: 5px;
  right: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
#services .box-inner .example-list li .link-box .btn02 {
  width: 41.0666666667vw;
  text-align: center;
  margin-left: auto;
}
@media (min-width: 769px) {
  #services .box-inner .example-list li .link-box .btn02 {
    width: 156px;
  }
}
#services .box-inner .example-list li .link-box .btn02 a {
  color: #fff;
  background: #DB6010;
  font-size: 12px;
  display: block;
  padding: 14px 0;
}
#services .box-inner .example-list li .link-box .btn02 img {
  font-size: 14px;
  margin-right: 8px;
  vertical-align: middle;
}
#services .box-inner .example-list li .new {
  color: #e24b4b;
  margin-left: auto;
  font-size: 10px;
  font-family: "gotham", sans-serif;
  display: block;
  font-weight: 400;
}
@media (min-width: 769px) {
  #services .box-inner .example-list li .new {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  #services .box-inner .other-box .box-l {
    width: 115%;
  }
}
/*------------------------------------------
decoration
------------------------------------------*/
.decoration {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
@media (min-width: 769px) {
  .decoration {
    padding-top: 100px;
  }
}

.decoration [class*=sp0] {
  height: 137px;
}

.decoration .sp01 {
  background: url(../images/bg_scroll_pc02.jpg) 0 0;
  background-size: auto 137px;
  -webkit-animation: scroll 14s linear infinite;
  animation: scroll 14s linear infinite;
}

.decoration .sp02 {
  background: url(../images/bg_scroll_sp02.jpg) 0 0;
  background-size: auto 137px;
  -webkit-animation: scroll-re 14s linear infinite;
  animation: scroll-re 14s linear infinite;
}

.decoration .pc {
  display: none;
}

/* PC */
@media screen and (min-width: 745px) {
  .decoration [class*=sp0] {
    display: none;
  }
  .decoration .pc {
    display: block;
    height: 260px;
    background: url(../images/bg_scroll_pc02.jpg) 0 0;
    background-size: auto 260px;
    -webkit-animation: scroll-pc 18s linear infinite;
    animation: scroll-pc 18s linear infinite;
  }
}
@keyframes scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 835px 0;
  }
}
@keyframes scroll-re {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -835px 0;
  }
}
@keyframes scroll-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1586px 0;
  }
}
.page-ft {
  background: #646464;
  color: #fff;
  z-index: 1;
  position: relative;
  padding-top: 11px;
}
@media (min-width: 769px) {
  .page-ft {
    padding-top: 55px;
  }
}
.page-ft a {
  color: #fff;
}
.page-ft .box-inner {
  padding: 0 24px;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .page-ft .box-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.page-ft .box-inner .ft-ttl {
  font-size: 56px;
  font-family: "fino-sans", sans-serif;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-ttl {
    font-size: min(7.7941176471vw, 106px);
    line-height: 1;
    padding-bottom: 15px;
  }
}
.page-ft .box-inner .ft-l {
  padding-bottom: 32px;
}
.page-ft .box-inner .ft-l .ftimg-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-ft .box-inner .ft-l .ftimg-box .logo {
  width: 37.3333333333vw;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-l .ftimg-box .logo {
    width: min(16.0294117647vw, 218px);
    margin-right: 40px;
  }
}
.page-ft .box-inner .ft-l .ftimg-box .photo {
  width: 34.9333333333vw;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-l .ftimg-box .photo {
    width: min(15.1470588235vw, 206px);
  }
}
.page-ft .box-inner .ft-r {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-r {
    margin-bottom: 0;
    width: 550px;
    padding-bottom: 18px;
  }
}
.page-ft .box-inner .ft-r .ft-txt01 {
  font-weight: 500;
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-r .ft-txt01 {
    font-size: 18px;
    margin-bottom: 48px;
  }
}
.page-ft .box-inner .ft-r .btn-ft {
  border: 1px solid #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-r .btn-ft {
    margin-bottom: 35px;
  }
}
.page-ft .box-inner .ft-r .btn-ft a {
  display: block;
  padding: 23px 0;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-r .btn-ft a {
    font-size: 20px;
    padding: 18px 0;
  }
}
.page-ft .box-inner .ft-r .btn-ft a img {
  margin-right: 16px;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-r .btn-ft a img {
    font-size: 24px;
  }
}
.page-ft .box-inner .ft-r .tel {
  text-align: center;
  font-family: "gotham", sans-serif;
  color: #b4b4b4;
  font-size: 12px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-r .tel {
    font-size: 16px;
  }
}
.page-ft .box-inner .ft-r .tel span {
  font-size: 20px;
  color: #fff;
  margin-left: 16px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-r .tel span {
    font-size: 26px;
  }
}
@media (min-width: 769px) {
  .page-ft > .box-inner {
    padding-bottom: 45px;
  }
}
.page-ft .copy-box {
  background: #fff;
  color: #222222;
  text-align: center;
  font-size: 12px;
  padding: 24px;
}
@media (max-width: 768px) {
  .page-ft .copy-box .box-inner {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 769px) {
  .page-ft .copy-box .box-inner {
    display: flex;
    justify-content: space-between;
  }
}
.page-ft .copy-box .copyright {
  font-size: 10px;
  font-family: "gotham", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .page-ft .copy-box .copyright {
    font-size: 12px;
  }
}
.page-ft .copy-box .copy-txt {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .page-ft .copy-box .copy-txt {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=_map/common.css.map */
