@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
:root {
  --s: 1px;
  --h: 1px;
  --f: 1px;
}
@media screen and (max-width: 1440px) {
  :root {
    --s: 0.071vw;
    --h: 0.071vw;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --s: 0.2564vw;
    --h: 0.2564vw;
    --f: 0.2564vw;
  }
}

.hoverUp__back {
  display: none;
}

.anime-set {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}

.anime-off {
  opacity: 0;
  -webkit-transform: translateY(calc(var(--f) * 100));
          transform: translateY(calc(var(--f) * 100));
}

.main26 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  font-size: calc(var(--f) * 16);
  line-height: 1.5;
  color: #0A0A0A;
}
@media screen and (max-width: 960px) {
  .main26 {
    font-size: calc(var(--f) * 14);
  }
}
.main26 br.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .main26 br.pc {
    display: none;
  }
  .main26 br.sp {
    display: inline;
  }
}

@media screen and (min-width: 960.02px) {
  .header {
    position: fixed;
    right: calc(var(--s) * 120);
    top: calc(var(--s) * 34);
    z-index: 1000;
    padding: 0;
  }
  .header__logo {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
  }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    height: calc(var(--f) * 92);
    padding: 0 0 0 calc(var(--f) * 22);
  }
  .header__logo {
    position: relative;
    overflow: hidden;
    width: calc(var(--f) * 48);
    height: calc(var(--f) * 48);
  }
  .header__logo img {
    max-width: unset;
    height: calc(var(--f) * 48);
  }
  .header__logo::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/_common/nav_logo_sp_black.svg) left center/auto calc(var(--f) * 48) no-repeat;
  }
  .header.is-dark-text .header__logo::after {
    opacity: 1;
  }
}

@media screen and (min-width: 960.02px) {
  .nav__btn, .nav__label, .nav__logo {
    display: none;
  }
  .nav__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__link {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    padding: 0 1.625em;
    color: #fff;
  }
  .nav__link .hoverUp {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .nav__link .hoverUp__fore,
  .nav__link .hoverUp__back {
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .nav__link .hoverUp__back {
    position: absolute;
    left: 0;
    top: 100%;
  }
  .nav__link:hover .hoverUp__fore {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .nav__link:hover .hoverUp__back {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .nav__cta .label {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    min-height: calc(var(--f) * 58);
    padding: 0 1.25em;
    color: #fff;
    background: #A89E92;
    border-radius: 999px;
  }
  .nav__cta .label .hoverUp {
    position: relative;
    overflow: hidden;
    display: block;
  }
  .nav__cta .label .hoverUp__fore,
  .nav__cta .label .hoverUp__back {
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .nav__cta .label .hoverUp__back {
    position: absolute;
    left: 0;
    top: 100%;
  }
  .nav__cta .label:hover .hoverUp__fore {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .nav__cta .label:hover .hoverUp__back {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .header.is-dark-text .nav__link {
    color: #0A0A0A;
  }
}
@media screen and (max-width: 960px) {
  .nav__btn {
    display: none;
  }
  .nav__label {
    position: fixed;
    right: calc(var(--f) * 28);
    height: calc(var(--f) * 12);
    z-index: 10;
    display: block;
    width: calc(var(--f) * 64);
    height: calc(var(--f) * 64);
  }
  .nav__label span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 68.75%;
    height: 1px;
    margin: auto;
  }
  .nav__label span::before, .nav__label span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__label span::before {
    top: calc(var(--f) * -6);
  }
  .nav__label span::after {
    top: calc(var(--f) * 5);
  }
  .nav__btn:checked + .nav__label span::before {
    top: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
    background: #fff !important;
  }
  .nav__btn:checked + .nav__label span::after {
    top: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    background: #fff !important;
  }
  .header.is-dark-text .nav__label span::before, .header.is-dark-text .nav__label span::after {
    background: #0A0A0A;
  }
  .nav__wrap {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
    width: 100%;
    padding: calc(var(--f) * 120) calc(var(--f) * 67) calc(var(--f) * 46);
    color: #fff;
    background: #008ED7;
  }
  .nav__btn:checked + .nav__label + .nav__wrap {
    opacity: 1;
    pointer-events: all;
  }
  .nav__logo {
    position: absolute;
    top: calc(var(--f) * 22);
    left: calc(var(--f) * 22);
  }
  .nav__logo img {
    max-width: unset;
    height: calc(var(--f) * 48);
  }
  .nav__link {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    padding: 0.88em 0;
    font-size: calc(var(--f) * 16);
    text-align: center;
  }
  .nav__cta {
    margin-top: calc(var(--f) * 26);
  }
  .nav__cta .label {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 0.83em;
    width: 100%;
    padding: 0.6em;
    color: #008ED7;
    font-size: calc(var(--f) * 14);
    text-align: center;
    background: #fff;
    border-radius: calc(var(--f) * 10);
  }
  .nav__cta .label::before {
    content: "";
    display: block;
    width: 2.9em;
    height: 2.9em;
    background: url(../img/_common/ico_contact_aqua.svg) center/contain no-repeat;
  }
}

.homeBusiness {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: calc(var(--h) * 152) 0 calc(var(--h) * 155);
}
.homeBusiness__container {
  position: relative;
  width: 1200px;
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
}
.homeBusiness__bg {
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: calc(var(--h) * 520);
}
.homeBusiness__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeBusiness__title {
  margin-bottom: calc(var(--s) * 62);
}
.homeBusiness__title .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: calc(var(--f) * 36);
}
.homeBusiness__title .en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #A89E92;
  font-size: calc(var(--f) * 20);
}
@media screen and (max-width: 960px) {
  .homeBusiness__title .ja {
    font-size: calc(var(--f) * 24);
  }
  .homeBusiness__title .en {
    font-size: calc(var(--f) * 14);
  }
}
.homeBusiness__title .ja {
  color: #fff;
}
@media screen and (max-width: 960px) {
  .homeBusiness {
    padding-top: calc(var(--h) * 80);
    padding-bottom: calc(var(--h) * 80);
  }
  .homeBusiness__bg {
    height: calc(var(--h) * 140);
  }
  .homeBusiness__title {
    margin-bottom: calc(var(--s) * 36);
  }
}
.homeBusiness__list {
  margin: 0 0 calc(var(--h) * 146);
}
.homeBusiness__list__box {
  position: relative;
  border-radius: calc(var(--f) * 12);
  background: #fff;
}
.homeBusiness__list__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.25em 0 0.5em;
  font-size: calc(var(--f) * 24);
}
.homeBusiness__list__items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.875em;
  min-height: 2.8125em;
}
.homeBusiness__list__items li::before {
  content: "";
  width: 1.875em;
  height: 1.875em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #A89E92 url(../../img/top/btn_arrow.svg) center/45.9% auto no-repeat;
  border-radius: 999px;
}
@media screen and (min-width: 960.02px) {
  .homeBusiness__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .homeBusiness__list__box {
    width: calc((100% - var(--s) * 56) / 2);
    padding: calc(var(--f) * 20) calc(var(--f) * 148) calc(var(--f) * 28) calc(var(--f) * 30);
  }
  .homeBusiness__list__photo {
    position: relative;
    position: absolute;
    top: calc(var(--f) * 20);
    right: calc(var(--f) * 18);
    overflow: hidden;
    width: calc(var(--s) * 142);
    height: calc(100% - var(--f) * 40);
    border-radius: calc(var(--f) * 10);
  }
  .homeBusiness__list__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 960px) {
  .homeBusiness__list {
    margin-bottom: calc(var(--h) * 156);
  }
  .homeBusiness__list__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc(var(--f) * 14) calc(var(--f) * 18) calc(var(--f) * 20);
    margin-bottom: calc(var(--f) * 14);
  }
  .homeBusiness__list__box:last-child {
    margin-bottom: 0;
  }
  .homeBusiness__list__title {
    width: 100%;
    padding-bottom: 0.8em;
    font-size: calc(var(--f) * 20);
  }
  .homeBusiness__list__items {
    width: calc(var(--s) * 202);
  }
  .homeBusiness__list__items li::before {
    width: 1.5em;
    height: 1.5em;
  }
  .homeBusiness__list__photo {
    width: calc(var(--s) * 88);
  }
  .homeBusiness__list__photo img {
    border-radius: calc(var(--f) * 4);
  }
}
.homeBusiness__method {
  position: relative;
  z-index: 10;
  margin: 0 0 calc(var(--h) * 152);
  color: #fff;
}
.homeBusiness__method::before {
  content: "";
  position: absolute;
  right: calc(var(--s) * -70);
  top: calc(var(--h) * -222);
  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
  display: block;
  width: calc(var(--f) * 493);
  height: 100%;
  background: url(../../img/top/mv_logo.svg) center top/contain no-repeat;
}
.homeBusiness__method__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: calc(var(--f) * 36);
  text-align: center;
  margin: 0 0 calc(var(--s) * 56);
}
@media screen and (max-width: 960px) {
  .homeBusiness__method__title {
    font-size: calc(var(--f) * 20);
  }
}
.homeBusiness__method__text p {
  margin-bottom: 2em;
}
.homeBusiness__method__text p:last-child {
  margin-bottom: 0;
}
.homeBusiness__method__text b {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.homeBusiness__method__text b.big {
  font-size: 1.25em;
}
@media screen and (min-width: 960.02px) {
  .homeBusiness__method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .homeBusiness__method__title {
    width: 100%;
  }
  .homeBusiness__method__chart {
    padding-left: calc(var(--s) * 70);
  }
  .homeBusiness__method__chart img {
    width: calc(var(--s) * 480);
  }
  .homeBusiness__method__text {
    width: calc(100% - var(--s) * 630);
    white-space: nowrap;
    line-height: calc(var(--f) * 44);
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1200px) {
  .homeBusiness__method__chart {
    padding-left: 0;
  }
  .homeBusiness__method__text {
    width: calc(100% - var(--s) * 560);
    white-space: unset;
  }
}
@media screen and (max-width: 960px) {
  .homeBusiness__method {
    margin-bottom: calc(var(--h) * 80);
  }
  .homeBusiness__method::before {
    right: calc(var(--s) * 94);
    top: calc(var(--h) * -100);
    width: calc(var(--s) * 160);
  }
  .homeBusiness__method__title {
    margin-bottom: calc(var(--s) * 36);
  }
  .homeBusiness__method__chart {
    padding-right: calc(var(--f) * 8);
    padding-left: calc(var(--f) * 8);
    padding-bottom: calc(var(--h) * 44);
  }
  .homeBusiness__method__text {
    padding: 0 calc(var(--f) * 10);
    line-height: calc(var(--f) * 30);
  }
  .homeBusiness__method__text p {
    margin-bottom: 1.2em;
  }
  .homeBusiness__method__text p:last-child {
    margin-bottom: 0;
  }
}
.homeBusiness__research__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: calc(var(--f) * 36);
  text-align: center;
  margin: 0 0 calc(var(--s) * 56);
  color: #fff;
  font-size: calc(var(--f) * 32);
}
@media screen and (max-width: 960px) {
  .homeBusiness__research__title {
    font-size: calc(var(--f) * 20);
  }
}
.homeBusiness__research__text {
  margin: 0 0 calc(var(--s) * 72);
  color: #fff;
}
.homeBusiness__research__text .list__item {
  position: relative;
  padding: calc(var(--f) * 22) 0 calc(var(--f) * 22) calc(var(--f) * 66);
}
.homeBusiness__research__text .list__item .count {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  left: 0.8em;
  top: 0.4em;
  color: #A89E92;
  font-size: calc(var(--f) * 36);
}
.homeBusiness__research__text .list__item .text {
  line-height: 1.875;
  font-weight: 400;
}
.homeBusiness__research__text .list__item .text b {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 750 !important;
  font-style: normal;
}
.homeBusiness__research__menu {
  padding: calc(var(--s) * 37) calc(var(--s) * 68);
  background: #fff;
}
.homeBusiness__research__menu .title {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 750 !important;
  font-style: normal;
  margin: 0 0 1em;
  font-size: calc(var(--f) * 20);
  text-align: center;
}
.homeBusiness__research__menu .list {
  margin: 0 0 calc(var(--f) * 30);
}
.homeBusiness__research__menu .list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(var(--f) * 908);
}
.homeBusiness__research__menu .list__item {
  position: relative;
  z-index: 10;
  width: 20%;
  background: #F4EEE9;
}
.homeBusiness__research__menu .list__item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: calc(var(--f) * 4);
  height: 100%;
  background: #fff;
}
.homeBusiness__research__menu .list__item .count {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(var(--f) * 56);
  color: #fff;
  background: #000;
  border-bottom: calc(var(--f) * 6) solid #fff;
}
.homeBusiness__research__menu .list__item .count::before {
  content: "";
  position: absolute;
  left: calc(var(--f) * -1);
  top: 0;
  display: block;
  width: calc(var(--f) * 26);
  height: 100%;
  background: #363636;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.homeBusiness__research__menu .list__item .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.9em 0 0.8em;
  margin: 0;
  font-size: calc(var(--f) * 20);
  text-align: center;
}
.homeBusiness__research__menu .list__item .details {
  padding: 0 0.6em 0.75em 1.25em;
  margin: 0;
}
.homeBusiness__research__menu .list__item .details li {
  padding: 0.4em 0 0.4em 1.375em;
  line-height: 1.25;
  background: url(../img/home/business_check.svg) left center/1em auto no-repeat;
}
.homeBusiness__research__menu .list__item:first-child .count::before {
  display: none;
}
.homeBusiness__research__menu .list__item:nth-child(2n) .count {
  background: #363636;
}
.homeBusiness__research__menu .list__item:nth-child(2n) .count::before {
  background: #000;
}
.homeBusiness__research__menu .list__item:last-child::after {
  display: none;
}
.homeBusiness__research__menu .merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(var(--f) * 20);
}
.homeBusiness__research__menu .merit span {
  display: inline-block;
  padding: 0.15em 0;
  border-bottom: calc(var(--f) * 2) solid #A89E92;
}
@media screen and (min-width: 960.02px) {
  .homeBusiness__research {
    padding-right: calc(var(--s) * 60);
    padding-left: calc(var(--s) * 60);
  }
  .homeBusiness__research__text .list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #D9D9D9;
  }
  .homeBusiness__research__text .list__item {
    width: 33.3333333333%;
    border-left: 1px solid #D9D9D9;
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1300px) {
  .homeBusiness__research__menu {
    padding: calc(var(--s) * 37) calc(var(--s) * 68);
    margin-right: calc(var(--s) * -144);
    margin-left: calc(var(--s) * -144);
  }
  .homeBusiness__research__menu .list__items {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .homeBusiness__research__title {
    margin-bottom: calc(var(--f) * 36);
  }
  .homeBusiness__research__text {
    margin: 0 calc(var(--s) * 18) calc(var(--s) * 72);
    color: #fff;
  }
  .homeBusiness__research__text .list__items {
    border-top: 1px solid #fff;
  }
  .homeBusiness__research__text .list__item {
    position: relative;
    padding: calc(var(--f) * 14) 0 calc(var(--f) * 14) calc(var(--f) * 38);
    border-bottom: 1px solid #fff;
  }
  .homeBusiness__research__text .list__item .count {
    left: 0.15em;
    font-size: calc(var(--f) * 24);
  }
  .homeBusiness__research__text .list__item .text {
    line-height: 1.71;
  }
  .homeBusiness__research__menu {
    padding: calc(var(--s) * 25) calc(var(--s) * 16) calc(var(--s) * 20);
  }
  .homeBusiness__research__menu .title {
    margin-bottom: calc(var(--f) * 12);
    font-size: calc(var(--f) * 14);
  }
  .homeBusiness__research__menu .list {
    position: relative;
    overflow-x: scroll;
    padding: 0 0 calc(var(--f) * 20);
    margin-bottom: calc(var(--f) * 14);
  }
  .homeBusiness__research__menu .list__items {
    width: calc(var(--f) * 798);
  }
  .homeBusiness__research__menu .list__item .count {
    height: calc(var(--f) * 48);
  }
  .homeBusiness__research__menu .list__item .title {
    padding: 0.8em 0 0.6em;
    font-size: calc(var(--f) * 18);
  }
  .homeBusiness__research__menu .list__item .details {
    padding-left: 1em;
  }
  .homeBusiness__research__menu .merit {
    font-size: calc(var(--f) * 14);
  }
  .homeBusiness__research__menu .merit span {
    display: inline-block;
    padding: 0.7em;
    border-bottom: calc(var(--f) * 2) solid #A89E92;
  }
}

.homeClient {
  position: relative;
  overflow: hidden;
  padding: calc(var(--h) * 150) 0 0;
  background: #fff;
}
.homeClient__container {
  position: relative;
  width: 1200px;
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
  z-index: 10;
}
.homeClient__bg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  right: 0;
  top: -0.1em;
  z-index: -1;
  display: block;
  color: #D9D9D9;
  font-size: calc(var(--f) * 120);
  line-height: 1;
}
.homeClient__title {
  margin: 0 0 calc(var(--s) * 62);
}
.homeClient__title .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: calc(var(--f) * 36);
}
.homeClient__title .en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #A89E92;
  font-size: calc(var(--f) * 20);
}
@media screen and (max-width: 960px) {
  .homeClient__title .ja {
    font-size: calc(var(--f) * 24);
  }
  .homeClient__title .en {
    font-size: calc(var(--f) * 14);
  }
}
@media screen and (max-width: 960px) {
  .homeClient {
    padding-top: calc(var(--h) * 34);
  }
  .homeClient__bg {
    right: 0.1em;
    top: 0.05em;
    font-size: calc(var(--f) * 40);
  }
  .homeClient__title {
    margin-bottom: calc(var(--h) * 27);
  }
}
.homeClient__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(var(--s) * 67) 0;
  padding-bottom: calc(var(--h) * 142);
}
.homeClient__list__box {
  width: calc((100% - var(--f) * 50) / 6);
}
.homeClient__list__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.7em 0;
  margin: 0 0 1.5em;
  text-align: center;
  border-bottom: 1px solid #DEDEDE;
}
.homeClient__list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--f) * 10);
  padding: 0 calc(var(--f) * 10);
}
.homeClient__list__items li {
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}
.homeClient__list__items li span {
  display: block;
  width: 50%;
  height: calc(var(--f) * 45);
  margin: 0 auto;
}
.homeClient__list__items li span img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeClient__list__items--column2 li {
  width: calc((100% - var(--f) * 11) / 2);
}
.homeClient__list__items--column2 li span {
  width: 100%;
}
@media only screen and (min-width: 960.02px) and (max-width: 1100px) {
  .homeClient__list__box {
    width: calc((100% - var(--f) * 30) / 4);
  }
}
@media screen and (max-width: 960px) {
  .homeClient__list {
    gap: calc(var(--s) * 16) 0;
    padding-bottom: calc(var(--h) * 100);
  }
  .homeClient__list__box {
    width: calc((100% - var(--f) * 20) / 2);
  }
  .homeClient__list__items li span {
    height: calc(var(--f) * 35);
  }
}
.homeClient__examples {
  position: relative;
  z-index: 10;
  padding: calc(var(--h) * 46) 0 calc(var(--h) * 80);
}
.homeClient__examples::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: calc(var(--f) * 344);
  margin-left: -50vw;
  background: #F5F5F5;
}
.homeClient__examples__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  z-index: 5;
  color: #D9D9D9;
  font-size: calc(var(--f) * 100);
  line-height: 0.88;
  text-align: center;
}
.homeClient__examples__list {
  padding: calc(var(--s) * 40) calc(var(--s) * 52) 0;
  background: #fff;
}
.homeClient__examples__list .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(var(--f) * 10);
  margin: 0 0 calc(var(--s) * 58);
}
.homeClient__examples__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - var(--f) * 31) / 4);
  min-height: calc(var(--f) * 60);
  color: #fff;
  text-align: center;
  background: #0A0A0A;
}
.homeClient__examples__list .contact {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 calc(var(--s) * 38);
  font-size: calc(var(--f) * 20);
  text-align: center;
}
.homeClient__examples__list .cta {
  width: calc(var(--f) * 435);
  max-width: 100%;
  margin: 0 auto;
}
.homeClient__examples__list .cta .label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.83em;
  width: 100%;
  padding: 1.25em;
  color: #fff;
  font-size: calc(var(--f) * 18);
  text-align: center;
  background: #008ED7;
  border-radius: calc(var(--f) * 10);
}
.homeClient__examples__list .cta .label .hoverUp {
  position: relative;
  overflow: hidden;
  display: block;
}
.homeClient__examples__list .cta .label .hoverUp__fore,
.homeClient__examples__list .cta .label .hoverUp__back {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.homeClient__examples__list .cta .label .hoverUp__back {
  position: absolute;
  left: 0;
  top: 100%;
}
.homeClient__examples__list .cta .label:hover .hoverUp__fore {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.homeClient__examples__list .cta .label:hover .hoverUp__back {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.homeClient__examples__list .cta .label::before {
  content: "";
  display: block;
  width: 2.22em;
  height: 2.22em;
  background: url(../img/_common/ico_contact_white.svg) center/contain no-repeat;
}
@media screen and (max-width: 960px) {
  .homeClient__examples__list .cta .label {
    padding: 0.75em 1.25em;
  }
}
@media screen and (min-width: 960.02px) {
  .homeClient__examples__list {
    margin: 0 calc(var(--s) * 33);
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1200px) {
  .homeClient__examples__list .item {
    width: calc((100% - var(--f) * 21) / 3);
  }
}
@media screen and (max-width: 960px) {
  .homeClient__examples {
    padding-top: calc(var(--h) * 74);
    padding-bottom: calc(var(--h) * 60);
  }
  .homeClient__examples__title {
    font-size: calc(var(--f) * 40);
  }
  .homeClient__examples__list {
    padding: 6vw;
    margin: 0 -6vw;
  }
  .homeClient__examples__list .items {
    gap: calc(var(--f) * 5) 0;
    margin-bottom: calc(var(--f) * 28);
  }
  .homeClient__examples__list .item {
    width: calc((100% - var(--f) * 8) / 2);
    min-height: calc(var(--f) * 40);
    font-size: calc(var(--f) * 13);
    line-height: 1;
  }
  .homeClient__examples__list .contact {
    margin-bottom: calc(var(--s) * 24);
    font-size: calc(var(--f) * 16);
  }
}

.homeConsultant {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: calc(var(--h) * 140) 0 calc(var(--h) * 70);
  background: #F5F5F5;
}
.homeConsultant__container {
  position: relative;
  width: 1200px;
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
}
.homeConsultant__photo {
  position: relative;
}
.homeConsultant__photo .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  left: 0;
  bottom: calc(var(--f) * -22);
  display: block;
  width: 100%;
  padding-left: 1.2em;
  color: #A89E92;
  font-size: calc(var(--f) * 120);
  line-height: 1;
  text-align: center;
}
.homeConsultant__title {
  margin: 0 0 calc(var(--s) * 230);
}
.homeConsultant__title .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: calc(var(--f) * 36);
}
.homeConsultant__title .en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #A89E92;
  font-size: calc(var(--f) * 20);
}
@media screen and (max-width: 960px) {
  .homeConsultant__title .ja {
    font-size: calc(var(--f) * 24);
  }
  .homeConsultant__title .en {
    font-size: calc(var(--f) * 14);
  }
}
.homeConsultant__text {
  position: relative;
  color: #fff;
  font-size: calc(var(--f) * 24);
  line-height: 1.75;
  background: #0A0A0A;
}
.homeConsultant__examples {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: calc(var(--f) * 40) 0 calc(var(--f) * 35);
  color: #fff;
}
.homeConsultant__examples .title {
  font-size: calc(var(--f) * 20);
  white-space: nowrap;
}
.homeConsultant__examples .items li {
  padding: 0.15em 0;
  font-size: calc(var(--f) * 14);
}
.homeConsultant__examples .items li::before {
  content: "・";
}
@media screen and (min-width: 960.02px) {
  .homeConsultant__examples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 30);
  }
  .homeConsultant__text {
    display: inline-block;
    padding: calc(var(--f) * 50) calc(var(--f) * 40) calc(var(--f) * 60) 0;
  }
  .homeConsultant__text::before {
    content: "";
    position: absolute;
    left: -100vw;
    top: 0;
    z-index: -1;
    width: 200vw;
    height: 200vw;
    background: #0A0A0A;
  }
  .homeConsultant__examples {
    border-top: 1px solid #A89E92;
    border-bottom: 1px solid #A89E92;
  }
  .homeConsultant__photo {
    position: absolute;
    right: calc(var(--s) * -120);
    top: calc(var(--h) * 2);
    z-index: -1;
    width: calc(var(--s) * 948);
  }
}
@media screen and (max-width: 960px) {
  .homeConsultant {
    padding-top: calc(var(--h) * 72);
    padding-bottom: 0;
  }
  .homeConsultant__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
  }
  .homeConsultant__title {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    width: 100%;
    padding-left: 6vw;
    margin-bottom: calc(var(--s) * 37);
  }
  .homeConsultant__text {
    width: 100%;
    padding: calc(var(--s) * 52) calc(var(--s) * 35) calc(var(--f) * 15);
    font-size: calc(var(--f) * 14);
    line-height: 1.857;
  }
  .homeConsultant__examples {
    width: 100%;
    padding: 0 calc(var(--s) * 35) calc(var(--s) * 40);
    background: #0A0A0A;
  }
  .homeConsultant__examples::before, .homeConsultant__examples::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background: #A89E92;
  }
  .homeConsultant__examples::after {
    margin-top: calc(var(--f) * 10);
  }
  .homeConsultant__examples .title {
    padding: 0.72em 0;
    font-size: calc(var(--f) * 15);
  }
  .homeConsultant__examples .items li {
    padding: 0.25em 0;
    font-size: calc(var(--f) * 12);
  }
  .homeConsultant__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    z-index: 10;
    width: 100%;
  }
  .homeConsultant__photo .text {
    padding-left: 0;
    font-size: calc(var(--f) * 48);
  }
}

.homeMember {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: calc(var(--h) * 90) 0 calc(var(--h) * 158);
  background: #fff;
}
.homeMember .container {
  position: relative;
  width: 1200px;
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
}
.homeMember .head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 calc(var(--s) * 42);
  font-size: calc(var(--f) * 24);
}
.homeMember .list__item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--f) * 20);
}
.homeMember .list__item .text {
  width: 100%;
}
.homeMember .list__item .position {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(var(--f) * 14);
}
.homeMember .list__item .name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  font-size: calc(var(--f) * 20);
}
.homeMember .list__item .excerpt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(var(--f) * 15);
}
.homeMember .list__item .contents {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.homeMember .list__item .img {
  width: calc(var(--s) * 124);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.homeMember .list__item .img img {
  border-radius: calc(var(--f) * 10);
}
.homeMember .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: calc(var(--f) * 62) 0 0;
}
.homeMember .more .label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.83em;
  width: 100%;
  min-height: calc(var(--f) * 60);
  padding: 0.25em 1.625em;
  color: #fff;
  background: #A89E92 url(../../img/top/btn_arrow.svg) right 1.625em center/1.3em auto no-repeat;
  border-radius: 999px;
}
.homeMember .more .label .hoverUp {
  position: relative;
  overflow: hidden;
  display: block;
}
.homeMember .more .label .hoverUp__fore,
.homeMember .more .label .hoverUp__back {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.homeMember .more .label .hoverUp__back {
  position: absolute;
  left: 0;
  top: 100%;
}
.homeMember .more .label:hover .hoverUp__fore {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.homeMember .more .label:hover .hoverUp__back {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 960px) {
  .homeMember .more .label {
    min-height: calc(var(--f) * 50);
  }
}
.homeMember .more .label {
  width: calc(var(--f) * 250);
}
@media screen and (min-width: 960.02px) {
  .homeMember .list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--s) * 52) calc(var(--s) * 68);
  }
  .homeMember .list__item {
    width: calc((100% - var(--s) * 137) / 3);
  }
  .homeMember .list__item .title {
    min-height: calc(var(--f) * 76);
  }
}
@media screen and (max-width: 960px) {
  .homeMember {
    padding-top: calc(var(--h) * 80);
    padding-bottom: calc(var(--h) * 80);
  }
  .homeMember .head {
    margin-bottom: calc(var(--f) * 21);
    font-size: calc(var(--f) * 20);
    text-align: center;
  }
  .homeMember .list__item {
    display: none;
    padding: calc(var(--f) * 14) 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .homeMember .list__item:nth-child(1), .homeMember .list__item:nth-child(2), .homeMember .list__item:nth-child(3) {
    display: block;
  }
  .homeMember .list__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .homeMember .list__item .position {
    margin-bottom: 0.15em;
    font-size: calc(var(--f) * 12);
  }
  .homeMember .list__item .name {
    margin-bottom: 1em;
    font-size: calc(var(--f) * 18);
  }
  .homeMember .list__item .excerpt {
    font-size: calc(var(--f) * 14);
  }
  .homeMember .list__item .img {
    width: calc(var(--s) * 90);
  }
  .homeMember .list__item .img img {
    border-radius: calc(var(--f) * 4);
  }
  .homeMember .more {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(var(--f) * 20);
  }
  .homeMember .more .label {
    width: calc(var(--f) * 215);
  }
}

.homeMV {
  position: relative;
  overflow: hidden;
  z-index: 10;
  color: #fff;
}
.homeMV__container {
  position: relative;
  width: 1200px;
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: 100svh;
}
.homeMV__title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(var(--f) * 569);
  max-width: 72%;
  aspect-ratio: 596/190;
  padding: 0 0 calc(var(--f) * 80);
  margin: auto;
}
.homeMV__title img {
  display: block;
  width: 100%;
}
.homeMV__text {
  position: absolute;
  left: 0;
  bottom: calc(var(--s) * 66);
}
.homeMV__text__text .top {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 0.55em;
  font-size: calc(var(--f) * 36);
}
.homeMV__text__text .contents {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.875;
}
.homeMV__text__link {
  width: calc(var(--f) * 340);
  margin: calc(var(--f) * 40) 0 0;
}
.homeMV__text__link .label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.83em;
  width: 100%;
  padding: 1.25em;
  color: #fff;
  font-size: calc(var(--f) * 18);
  text-align: center;
  background: #008ED7;
  border-radius: calc(var(--f) * 10);
}
.homeMV__text__link .label .hoverUp {
  position: relative;
  overflow: hidden;
  display: block;
}
.homeMV__text__link .label .hoverUp__fore,
.homeMV__text__link .label .hoverUp__back {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.homeMV__text__link .label .hoverUp__back {
  position: absolute;
  left: 0;
  top: 100%;
}
.homeMV__text__link .label:hover .hoverUp__fore {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.homeMV__text__link .label:hover .hoverUp__back {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.homeMV__text__link .label::before {
  content: "";
  display: block;
  width: 2.22em;
  height: 2.22em;
  background: url(../img/_common/ico_contact_white.svg) center/contain no-repeat;
}
@media screen and (max-width: 960px) {
  .homeMV__text__link .label {
    padding: 0.75em 1.25em;
  }
}
.homeMV__text__link .label {
  padding: 1em;
}
.homeMV__photo {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.homeMV__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .homeMV__text {
    left: calc(var(--s) * 13);
    bottom: calc(var(--s) * 32);
  }
  .homeMV__text__text .top {
    font-size: calc(var(--f) * 20);
  }
  .homeMV__text__text .contents {
    font-size: calc(var(--f) * 13);
    line-height: 1.85;
  }
  .homeMV__text__link {
    margin-top: calc(var(--f) * 28);
  }
  .homeMV__text__link .label {
    width: calc(var(--f) * 256);
    padding: 1em;
    font-size: calc(var(--f) * 14);
  }
}
.homeMV__photo {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
  -webkit-transition-duration: 1600ms;
          transition-duration: 1600ms;
}
body.anime-off .homeMV__photo {
  opacity: 0.5;
  -webkit-filter: blur(calc(var(--f) * 200));
          filter: blur(calc(var(--f) * 200));
}
.homeMV__title {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms;
}
body.anime-off .homeMV__title {
  opacity: 0;
}
.homeMV__text__text .top {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
.homeMV__text__text .contents {
  -webkit-transition-delay: 2100ms;
          transition-delay: 2100ms;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
.homeMV__text__link {
  -webkit-transition-delay: 2200ms;
          transition-delay: 2200ms;
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms;
}
body.anime-off .homeMV__text__text .top, body.anime-off .homeMV__text__text .contents, body.anime-off .homeMV__text__link {
  opacity: 0;
  -webkit-transform: translateY(calc(var(--f) * 80));
          transform: translateY(calc(var(--f) * 80));
}

.homeStance {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: calc(var(--h) * 148) 0 calc(var(--h) * 158);
  background: #F4EEE9;
}
.homeStance__container {
  position: relative;
  width: 1200px;
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
  z-index: 10;
}
.homeStance__title {
  margin: 0 0 calc(var(--s) * 46);
}
.homeStance__title .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: calc(var(--f) * 36);
}
.homeStance__title .en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #A89E92;
  font-size: calc(var(--f) * 20);
}
@media screen and (max-width: 960px) {
  .homeStance__title .ja {
    font-size: calc(var(--f) * 24);
  }
  .homeStance__title .en {
    font-size: calc(var(--f) * 14);
  }
}
.homeStance__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 750 !important;
  font-style: normal;
  font-size: calc(var(--f) * 24);
  line-height: 1.83;
}
.homeStance__merit {
  position: relative;
}
.homeStance__merit::before, .homeStance__merit::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: calc(var(--f) * 57);
  height: calc(var(--f) * 3);
  margin: auto;
  background: #A89E92;
}
.homeStance__merit::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.homeStance__merit::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.homeStance__merit__box {
  width: calc(var(--f) * 311);
  aspect-ratio: 311/314;
  padding: calc(var(--f) * 55) 0 0;
  background: url(../img/home/stance_balloon.svg) center/contain no-repeat;
  text-align: center;
}
.homeStance__merit__box .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 calc(var(--f) * 20);
  color: #A89E92;
  font-size: calc(var(--f) * 24);
  line-height: 1.4;
}
.homeStance__merit__box .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(var(--f) * 15);
  line-height: 2;
}
.homeStance__merit__box--right {
  position: absolute;
  right: 0;
  top: 0;
}
.homeStance__slide__swiper {
  width: calc(var(--f) * 295);
}
.homeStance__slide__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.homeStance__slide__swiper .swiper-slide span {
  display: block;
  padding: 0 calc(var(--f) * 10) 0 0;
}
.homeStance__slide__swiper .swiper-slide span img {
  border-radius: calc(var(--f) * 10);
}
@media screen and (min-width: 960.02px) {
  .homeStance__text {
    height: calc(var(--f) * 210);
  }
  .homeStance__merit {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(var(--f) * 706);
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1300px) {
  .homeStance__merit {
    position: relative;
    margin: calc(var(--f) * -60) auto calc(var(--f) * 30);
  }
}
@media screen and (max-width: 960px) {
  .homeStance {
    padding-top: calc(var(--h) * 74);
    padding-bottom: calc(var(--h) * 80);
  }
  .homeStance__title {
    margin-bottom: calc(var(--s) * 34);
  }
  .homeStance__text {
    margin-bottom: calc(var(--s) * 22);
    font-size: calc(var(--f) * 14);
    line-height: 1.857;
    text-align: center;
  }
  .homeStance__merit {
    margin-bottom: calc(var(--s) * 35);
  }
  .homeStance__merit::before, .homeStance__merit::after {
    width: calc(var(--f) * 37.5);
  }
  .homeStance__merit__box {
    width: calc(var(--f) * 178);
    padding-top: calc(var(--f) * 32);
  }
  .homeStance__merit__box .title {
    margin-bottom: 0;
    font-size: calc(var(--f) * 14);
  }
  .homeStance__merit__box .text {
    font-size: calc(var(--f) * 12);
    line-height: 1.667;
  }
  .homeStance__slide__swiper {
    width: calc(var(--f) * 195);
  }
  .homeStance__slide__swiper .swiper-slide span {
    padding-right: calc(var(--f) * 6);
  }
}

.newsList {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: calc(var(--h) * 160) 0 calc(var(--h) * 70);
  background: #fff;
}
.newsList__container {
  position: relative;
  width: 1200px;
  max-width: 88vw;
  margin-right: auto;
  margin-left: auto;
  z-index: 10;
}
.newsList__title {
  margin: 0 0 calc(var(--s) * 18);
}
.newsList__title .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: calc(var(--f) * 36);
}
.newsList__title .en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #A89E92;
  font-size: calc(var(--f) * 20);
}
@media screen and (max-width: 960px) {
  .newsList__title .ja {
    font-size: calc(var(--f) * 24);
  }
  .newsList__title .en {
    font-size: calc(var(--f) * 14);
  }
}
.newsList__list {
  margin: 0 0 calc(var(--s) * 40);
}
.newsList__list__item {
  border-bottom: 1px solid #DEDEDE;
}
.newsList__list__item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 20);
  padding: calc(var(--f) * 25) 0;
  color: #0A0A0A;
}
.newsList__list__item .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(var(--f) * 10);
}
.newsList__list__item .cate span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8.4em;
  height: 2.36em;
  font-size: calc(var(--f) * 14);
  background: #F5F5F5;
  border-radius: 999px;
}
.newsList__list__item .cate span.news {
  color: #008ED7;
  background: #EDF4F7;
}
.newsList__list__item .cate span.press-release {
  color: #FF74A6;
  background: #FFEFF5;
}
.newsList__list__item .date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #828282;
}
.newsList__list__item .text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
}
.newsList__list__item .inner {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008ED7), to(#008ED7));
  background-image: linear-gradient(#008ED7, #008ED7);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  -webkit-transition-property: background-size, color;
  transition-property: background-size, color;
}
.newsList__list__item .box:hover .inner {
  color: #008ED7;
  background-position: 0 100%;
  background-size: 100% 1px;
}
.newsList__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.newsList__more .label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0.83em;
  width: 100%;
  min-height: calc(var(--f) * 60);
  padding: 0.25em 1.625em;
  color: #fff;
  background: #A89E92 url(../../img/top/btn_arrow.svg) right 1.625em center/1.3em auto no-repeat;
  border-radius: 999px;
}
.newsList__more .label .hoverUp {
  position: relative;
  overflow: hidden;
  display: block;
}
.newsList__more .label .hoverUp__fore,
.newsList__more .label .hoverUp__back {
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.newsList__more .label .hoverUp__back {
  position: absolute;
  left: 0;
  top: 100%;
}
.newsList__more .label:hover .hoverUp__fore {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.newsList__more .label:hover .hoverUp__back {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 960px) {
  .newsList__more .label {
    min-height: calc(var(--f) * 50);
  }
}
.newsList__more .label {
  width: calc(var(--f) * 250);
}
@media screen and (min-width: 960.02px) {
  .newsList__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newsList__list {
    position: relative;
    width: calc(var(--s) * 896);
    margin-top: calc(var(--f) * -22);
  }
}
@media screen and (max-width: 960px) {
  .newsList {
    padding-top: calc(var(--h) * 68);
    padding-bottom: calc(var(--h) * 80);
  }
  .newsList__list__item .box {
    gap: calc(var(--f) * 16) calc(var(--f) * 20);
    padding: calc(var(--f) * 16) 0;
  }
  .newsList__more {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newsList__more .label {
    width: calc(var(--f) * 215);
  }
}