@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@font-face {
  font-family: "NeueHaasDisplay";
  src: url("../fonts/NeueHaasDisplay-Mediu.woff"); /* IE9 Compat Modes */
  src: url("../fonts/NeueHaasDisplay-Mediu.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueHaasDisplay-Mediu.woff") format("woff"), url("../fonts/NeueHaasDisplay-Mediu.ttf") format("truetype"), url("../fonts/NeueHaasDisplay-Mediu.svg#svgFontName") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NeueHaasDisplay Roman";
  src: url("../fonts/NeueHaasDisplay-Roman.woff"); /* IE9 Compat Modes */
  src: url("../fonts/NeueHaasDisplay-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/NeueHaasDisplay-Roman.woff") format("woff"), url("../fonts/NeueHaasDisplay-Roman.ttf") format("truetype"), url("../fonts/NeueHaasDisplay-Roman.svg#svgFontName") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  width: 100%;
  height: 100%;
}

body {
  min-width: 320px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow-x: hidden;
  line-height: 1.8;
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 15px;
  color: #222;
}

b {
  font-weight: 600;
}

p {
  font-size: 15px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  outline: none !important;
}
a:hover {
  opacity: 0.5;
}

/*
header
---------------------------------------------*/
.header {
  padding-top: clamp(2.25rem, 48px, 2.5vw);
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 15px;
  gap: 0 2.4vw;
}
.header ul li a {
  display: block;
  padding: 10px 0 11px 0;
  line-height: 1;
}
.header ul li:last-child a {
  background: #2F3A3A;
  color: #fff;
  padding: 9px 18px 11px 18px;
  border-radius: 40px;
}

@media screen and (max-width: 860px) {
  body {
    letter-spacing: 0.08em;
  }
  .header {
    padding-top: 24px;
  }
  .header ul {
    display: none;
  }
  .head-logo {
    width: 65px;
  }
}
/*
layout
---------------------------------------------*/
.container {
  padding-left: min(4.1666666667vw, 80px);
  padding-right: min(4.1666666667vw, 80px);
}

.container2 {
  padding-left: min(8.3333333333vw, 160px);
  padding-right: min(8.3333333333vw, 160px);
}

.ttl {
  margin-bottom: 4vw;
}
.ttl span {
  display: block;
  line-height: 1.3;
}
.ttl span:nth-child(1) {
  font-family: "NeueHaasDisplay", sans-serif;
  font-size: 56px;
  letter-spacing: 0.035em;
  margin-left: -0.02em;
}
.ttl span:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.kv {
  padding: 14vw 0 0vw 0;
}
.kv .container {
  padding-right: 0;
}
.kv h1 {
  margin-bottom: 8vw;
}
.kv h1 span.chara {
  display: block;
  line-height: 1.12;
  font-family: "NeueHaasDisplay", sans-serif;
  font-size: 6.2vw;
  letter-spacing: 0.22vw;
}
.kv h1 .chara-jp {
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.22vw;
  line-height: 1;
  position: relative;
  top: -1.6em;
}

.kv-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.5vw;
}
.kv-visual span:nth-child(2) {
  padding-top: 6.8vw;
}
.kv-visual span:nth-child(3) {
  padding-top: 1.2vw;
}
.kv-visual span:nth-child(4) {
  padding-top: 4.2vw;
}
.kv-visual span:nth-child(5) {
  margin-top: -1.2vw;
}

.approach {
  padding-top: 9vw;
}

.approach-image {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
}

.approach-flow-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.approach-flow-first__list {
  width: 350px;
  height: 350px;
  border: 1px solid #ccc;
  border-radius: 50%;
  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;
}
.approach-flow-first__list:nth-child(2) {
  margin-left: -22px;
  margin-right: -22px;
}
.approach-flow-first__list h3 {
  font-weight: normal;
  margin-bottom: 8px;
}
.approach-flow-first__list h3 em, .approach-flow-first__list h3 small, .approach-flow-first__list h3 span {
  display: block;
  text-align: center;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.approach-flow-first__list h3 em {
  font-family: "NeueHaasDisplay", sans-serif;
  letter-spacing: 0.04em;
  font-size: 12px;
}
.approach-flow-first__list h3 small {
  font-family: "NeueHaasDisplay Roman";
  font-size: 22px;
}
.approach-flow-first__list h3 span {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
}
.approach-flow-first__list p {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #888;
  margin-bottom: 22px;
}

.approach-flow-second {
  display: block;
  text-align: center;
  padding: 70px 0 0 0;
}
.approach-flow-second span {
  font-size: 28px;
  letter-spacing: 0.08em;
  display: inline-block;
  line-height: 1.6;
  font-weight: 400;
}

.approach-flow-last {
  padding: 70px 0 0 0;
  text-align: center;
}
.approach-flow-last span {
  font-size: 28px;
  letter-spacing: 0.08em;
  display: inline-block;
  line-height: 1.5;
  font-weight: 400;
}

.copy-loop {
  margin-top: 9.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: -28px;
}
.copy-loop span {
  font-family: "NeueHaasDisplay", sans-serif;
  font-size: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  color: #EFEFEF;
  display: block;
  line-height: 1;
}
.copy-loop span:nth-child(1) {
  -webkit-animation: Loop1 100s -50s infinite linear;
          animation: Loop1 100s -50s infinite linear;
}
.copy-loop span:nth-child(2) {
  -webkit-animation: Loop2 100s infinite linear;
          animation: Loop2 100s infinite linear;
}

@-webkit-keyframes Loop1 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes Loop1 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes Loop2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes Loop2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.service {
  background: #EFEFEF;
  padding: 9vw 0;
}

.service-wrap {
  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;
}

.service-thumb {
  background: #fff;
  width: calc(50% - 1.5vw);
  padding: 2vw;
  margin-bottom: 3.2vw;
}
.service-thumb:nth-child(2) {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.service-thumb:nth-child(4) {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.service-thumb h3 {
  margin-bottom: 12px;
}
.service-thumb h3 span {
  font-family: "NeueHaasDisplay", sans-serif;
  font-size: 42px;
  line-height: 1.5;
  display: inline-block;
  margin-right: 0.2em;
}
.service-thumb h3 small {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  top: -1px;
}
.service-thumb p {
  color: #666;
  font-weight: 400;
  line-height: 1.6;
  font-size: 15px;
}

.service-thumb__img {
  display: block;
  margin-bottom: 22px;
}

.service-thumb__copy em, .service-thumb__copy span {
  line-height: 1.2;
  display: inline-block;
}
.service-thumb__copy em {
  font-style: normal;
  font-family: "NeueHaasDisplay Roman";
  display: inline-block;
  padding-right: 10px;
  margin-right: 11px;
  border-right: 1px solid #ccc;
  font-size: 17px;
}
.service-thumb__copy em b {
  color: #82D2D2;
}
.service-thumb__copy span {
  font-size: 15px;
  font-weight: 500;
}

.consumer {
  padding: 9vw 0 0 0;
}

.consumer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ddd;
  padding: 2.8vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.consumer-txt {
  width: 400px;
  width: 38%;
  padding-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.consumer-txt h3 {
  margin-bottom: 30px;
}
.consumer-txt h3 span, .consumer-txt h3 small {
  display: block;
  line-height: 1.2;
}
.consumer-txt h3 span {
  font-family: "NeueHaasDisplay", sans-serif;
  font-size: 42px;
}
.consumer-txt h3 small {
  font-weight: 500;
  font-size: 14px;
}
.consumer-txt p {
  font-size: 17px;
  color: #666;
  margin-bottom: 28px;
}
.consumer-txt .link {
  color: #68BFBF;
  text-decoration: underline;
  font-size: 18px;
}

.consumer-img {
  width: calc(100% - 400px);
  width: 62%;
}

.consumer-note {
  padding: 20px 0 0 0;
  width: 100%;
}
.consumer-note a {
  display: block;
  background: #F1F1F1;
  padding: 26px 30px;
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.arrow {
  display: block;
  background: #000;
  position: relative;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow.arrow__small {
  width: 50px;
  height: 50px;
}
.arrow.arrow__big {
  width: 100px;
  height: 100px;
}
.arrow.arrow__white {
  background: #fff;
  border: 1px solid #ddd;
}
.arrow.arrow__white:after {
  width: 14px;
  height: 14px;
  background: url(../img/arrow_black.svg) no-repeat center;
  background-size: contain;
  left: calc(50% - 7px);
  top: calc(50% - 7px);
}
.arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/arrow_white.svg) no-repeat center;
  background-size: contain;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
}
.arrow.arrow__prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.company {
  padding: 9vw 0 0 0;
}
.company .ttl {
  margin-bottom: 0;
}

.company-wrap {
  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;
}

.company-title {
  position: relative;
  top: 4px;
  width: calc(100% - 700px);
  min-width: 170px;
  padding: 80px 0 0 0;
}
.company-title span, .company-title small {
  display: block;
  line-height: 1.3;
}
.company-title span {
  font-family: "NeueHaasDisplay", sans-serif;
  font-size: 40px;
}
.company-title small {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.12em;
}

.company-info {
  width: 700px;
  padding: 80px 0 0 0;
}
.company-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company-info dl dt, .company-info dl dd {
  display: block;
  padding: 12px 0;
}
.company-info dl dt {
  width: 120px;
  font-weight: 600;
}
.company-info dl dd {
  width: calc(100% - 120px);
  font-weight: 400;
}

.top-profile {
  display: block;
  padding: 22px 0 0 0;
}
.top-profile h3 {
  display: block;
  font-weight: 600;
  padding: 20px 0 18px 0;
}
.top-profile h3 small, .top-profile h3 span {
  display: block;
  line-height: 1.3;
}
.top-profile h3 small {
  font-size: 14px;
}
.top-profile h3 span {
  font-size: 24px;
}
.top-profile p {
  font-weight: 400;
}
.top-profile p small {
  display: inline-block;
  font-size: 13px;
  padding: 1.4em 0 0 0;
}

.company-copy {
  font-size: 30px;
  font-weight: 600;
}

.company-lead {
  display: block;
  font-weight: 400;
  font-size: 17px;
  padding: 5px 0 40px 0;
}

.pc-view {
  display: block;
}

.sp-view {
  display: none;
}

@media screen and (max-width: 860px) {
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
  .kv {
    padding: 25vw 0 0 0;
  }
  .kv .container {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .kv h1 {
    margin-bottom: 5.5vw;
  }
  .kv h1 span.chara {
    line-height: 1.2;
    font-size: 7.8vw;
    font-family: "Helvetica Neue", Helvetica, "Inter", sans-serif;
    letter-spacing: 0;
  }
  .kv h1 .chara-jp {
    font-size: 3.1vw;
    letter-spacing: 0.05em;
    top: -1.8em;
  }
  .kv-visual {
    position: relative;
    overflow: hidden;
    gap: 0 3vw;
  }
  .kv-visual span:nth-child(2) {
    padding-top: 8.2vw;
  }
  .kv-visual span:nth-child(3) {
    padding-top: 2vw;
  }
  .kv-visual span:nth-child(4) {
    margin-right: -10vw;
    padding-top: 5vw;
  }
  .kv-visual span:nth-child(5) {
    display: none;
  }
  .container {
    padding: 0 5vw;
  }
  .container2 {
    padding: 0 5vw;
  }
  .approach {
    padding-top: 14vw;
  }
  .approach-image {
    margin-left: -5px;
    margin-right: -5px;
  }
  .ttl {
    margin-bottom: 5vw;
  }
  .ttl span:nth-child(1) {
    font-size: 26px;
    font-family: "Helvetica Neue", Helvetica, "Inter", sans-serif;
    margin-bottom: 2px;
  }
  .ttl span:nth-child(2) {
    font-size: 10px;
  }
  .approach-flow {
    display: none;
  }
  .copy-loop {
    margin-bottom: -15px;
  }
  .copy-loop span {
    font-family: "Helvetica Neue", Helvetica, "Inter", sans-serif;
    font-size: 72px;
  }
  .service {
    padding: 14vw 0 9vw 0;
  }
  .service-wrap {
    display: block;
  }
  .service-thumb {
    width: 100%;
    padding: 4vw;
    margin-bottom: 5vw;
  }
  .service-thumb:nth-child(2) {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .service-thumb:nth-child(4) {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .service-thumb h3 {
    margin-bottom: 5px;
  }
  .service-thumb h3 span {
    font-size: 26px;
    font-family: "Helvetica Neue", Helvetica, "Inter", sans-serif;
  }
  .service-thumb h3 small {
    font-size: 11px;
  }
  .service-thumb p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .service-thumb p br {
    display: none;
  }
  .service-thumb__img {
    margin-bottom: 18px;
  }
  .service-thumb__copy em {
    font-size: 12px;
    padding-right: 8px;
    margin-right: 9px;
  }
  .service-thumb__copy span {
    font-size: 11px;
  }
  .consumer {
    padding: 14vw 0 0 0;
  }
  .consumer-wrap {
    padding: 4vw;
  }
  .consumer-txt {
    width: 100%;
    padding-left: 0;
  }
  .consumer-txt h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 16px;
  }
  .consumer-txt h3 span {
    font-size: 26px;
    margin-right: 8px;
    font-family: "Helvetica Neue", Helvetica, "Inter", sans-serif;
  }
  .consumer-txt h3 small {
    position: relative;
    top: -1px;
    font-size: 11px;
  }
  .consumer-txt p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .consumer-txt p br {
    display: none;
  }
  .consumer-txt .link {
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
  }
  .consumer-img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
  .consumer-note {
    padding: 18px 0 0 0;
  }
  .consumer-note a {
    padding: 12px 4%;
    font-size: 13px;
  }
  .arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 40px;
    height: 40px;
  }
  .arrow.arrow__small {
    width: 30px;
    height: 30px;
  }
  .arrow.arrow__small:after {
    width: 10px;
    height: 10px;
    left: calc(50% - 5px);
    top: calc(50% - 5px);
  }
  .arrow.arrow__big {
    width: 70px;
    height: 70px;
  }
  .arrow:after {
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    top: calc(50% - 6px);
  }
  .company {
    padding: 14vw 0 0 0;
  }
  .company-title {
    padding: 40px 0 0 0;
  }
  .company-title span, .company-title small {
    display: inline-block;
    position: relative;
  }
  .company-title span {
    font-size: 20px;
  }
  .company-title small {
    font-size: 10px;
  }
  .company-info {
    width: 100%;
    padding: 18px 0 0 0;
  }
  .company-info dl {
    font-size: 12px;
  }
  .company-info dl dt, .company-info dl dd {
    padding: 5px 0;
  }
  .company-info dl dt {
    width: 64px;
  }
  .company-info dl dd {
    width: calc(100% - 64px);
  }
  .top-profile {
    padding: 15px 0 0 0;
  }
  .top-profile h3 {
    padding: 16px 0 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-profile h3 small {
    font-size: 11px;
    margin-right: 8px;
  }
  .top-profile h3 span {
    font-size: 18px;
  }
  .top-profile p {
    font-size: 12px;
  }
  .top-profile p small {
    padding: 1em 0 0 0;
    font-size: 11px;
  }
  .company-copy {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .company-lead {
    font-size: 12px;
    padding-bottom: 28px;
  }
}
/*
news
---------------------------------------------*/
.news {
  padding: 9vw 0 50px 0;
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 100%;
}

.swiper-wrapper {
  position: relative;
  max-width: 83.4vw;
  margin: 0 auto;
}

.news-slide {
  display: block;
}
.news-slide.swiper-slide {
  width: 600px;
}

.news-tag {
  display: block;
  font-size: 16px;
  color: #5ABDBF;
  font-family: "NeueHaasDisplay Roman";
  padding: 12px 0 5px 0;
}

.news-title {
  font-weight: 400;
  font-size: 17px;
  display: block;
  line-height: 1.5;
}

.slide-arrow {
  position: absolute;
  top: 9vw;
  right: 6vw;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slide-arrow.slide-prev {
  margin-right: 80px;
}
.slide-arrow.swiper-button-disabled {
  pointer-events: none;
}
.slide-arrow.swiper-button-disabled span {
  background: #fff;
  border: 1px solid #F1F1F1;
}
.slide-arrow.swiper-button-disabled span:after {
  background: url(../img/arrow_black.svg) no-repeat center;
  background-size: contain;
}

.news .swiper-horizontal > .swiper-scrollbar, .news .swiper-scrollbar.swiper-scrollbar-horizontal {
  background: #DADADA;
  width: 83.4vw;
  height: 1px;
  left: 8.3vw;
  z-index: 5;
  border-radius: 0;
}

@media screen and (max-width: 860px) {
  .news {
    padding: 14vw 0 30px 0;
  }
  .news-slide.swiper-slide {
    width: 320px;
  }
  .swiper-wrapper {
    max-width: 90vw;
  }
  .news .swiper-horizontal > .swiper-scrollbar, .news .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 90vw;
    left: 5vw;
  }
  .slide-arrow {
    top: 16vw;
  }
  .slide-arrow.slide-prev {
    margin-right: 48px;
  }
  .news-tag {
    font-size: 12px;
    padding: 8px 0 4px 0;
  }
  .news-title {
    font-size: 12px;
  }
}
/*
contact
---------------------------------------------*/
.contact {
  margin-top: 120px;
  border-top: 1px solid #ddd;
}

.contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
}

.contact-copy h2 {
  font-family: "NeueHaasDisplay", sans-serif;
  font-size: 54px;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.service .contact {
  margin-top: 20px;
}
.service .contact a {
  border: 1px solid #222;
  display: block;
}
.service .contact-wrap {
  padding: 50px 3.5vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service .contact-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0 0 0;
  height: 64px;
}
.service .contact-copy p {
  display: block;
  line-height: 1.5;
  position: relative;
  top: 3px;
  padding-left: 20px;
}

@media screen and (max-width: 860px) {
  .contact {
    margin-top: 60px;
  }
  .contact-wrap {
    padding: 60px 0;
  }
  .contact-copy h2 {
    font-size: 32px;
    font-family: "Helvetica Neue", Helvetica, "Inter", sans-serif;
    margin-bottom: 6px;
  }
  .contact-copy p {
    font-size: 12px;
  }
  .service .contact {
    margin-top: 20px;
  }
  .service .contact a {
    border: 1px solid #222;
    display: block;
  }
  .service .contact-wrap {
    padding: 40px 5vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service .contact-copy {
    display: block;
    padding: 0px 0 0 0;
    height: auto;
  }
  .service .contact-copy p {
    display: block;
    line-height: 1.5;
    position: relative;
    top: 0px;
    padding-left: 0px;
  }
}
/*
footer
---------------------------------------------*/
.footer {
  background: #252A2A;
  background: #222;
  color: #fff;
  padding: 6.5vw 0;
}
.footer a {
  color: #fff;
}
.footer .footer-logo {
  width: 140px;
}
.footer .container2 {
  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;
}
.footer .container2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  gap: 0 2.4vw;
  margin-bottom: 4.6vw;
  padding-top: 6px;
}
.footer .container2 p {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
.footer .container2 p span {
  display: inline-block;
  margin-left: 16px;
}
.footer .container2 p span:last-child {
  font-family: "NeueHaasDisplay Roman";
}

@media screen and (max-width: 860px) {
  .footer {
    padding: 14vw 0;
  }
  .footer .container2 {
    display: block;
  }
  .footer .container2 ul {
    display: block;
    font-size: 14px;
    margin-bottom: 7vw;
    line-height: 2;
  }
  .footer .container2 ul li a {
    display: block;
    padding: 3px 0;
  }
  .footer .container2 p {
    font-size: 11px;
    text-align: left;
  }
  .footer .container2 p span {
    margin-left: 0;
    margin-right: 12px;
  }
  .footer .footer-logo {
    width: 92px;
    margin-bottom: 12px;
  }
}
/*
menu
---------------------------------------------*/
.menu {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  position: fixed;
  right: 5vw;
  top: 17px;
  z-index: 200;
  display: none;
}
.menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #222;
  top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu span:nth-child(1) {
  top: 12px;
}
.menu span:nth-child(2) {
  top: 18px;
}
.menu.js-active span {
  background: #fff;
}
.menu.js-active span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.menu.js-active span:nth-child(2) {
  top: 15px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.menu-body {
  background: #222;
  color: #fff;
  display: block;
  width: 100%;
  min-height: 100vh;
  z-index: 150;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: none;
  opacity: 0;
}
.menu-body.js-active {
  display: block;
}
.menu-body.js-anime {
  opacity: 1;
}
.menu-body .container {
  padding: 0 10vw;
}
.menu-body a {
  color: #fff;
}
.menu-body ul {
  padding: 60px 0 0 0;
  display: block;
}
.menu-body ul li {
  font-size: 5vw;
  border-bottom: 1px solid #444;
}
.menu-body ul li a {
  padding: 22px 0 26px 0;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 860px) {
  .menu {
    display: block;
  }
}
/*
animation
---------------------------------------------*/
.js-fadeUp {
  -webkit-transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.js-fadeUp.js-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.kv h1 span.chara .chara-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}
.kv h1 span.chara .chara-wrap:nth-child(2) {
  position: relative;
  top: -10px;
}
.kv h1 span.chara .chara-wrap:nth-child(2) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.kv h1 span.chara .chara-wrap span {
  position: relative;
  display: block;
  -webkit-transition: 1.1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1.1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translate(0, 110%);
          transform: translate(0, 110%);
}

.kv h1.js-inview span.chara .chara-wrap span {
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

.kv h1 span.chara-jp {
  opacity: 0;
  -webkit-transform: translate(5%, 0);
          transform: translate(5%, 0);
  -webkit-transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  position: relative;
  display: inline-block;
}

.kv h1.js-inview span.chara-jp {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}

.kv-visual span {
  opacity: 0;
  -webkit-transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.kv-visual span:nth-child(1) {
  -webkit-transform: translate(0, -8%);
          transform: translate(0, -8%);
}
.kv-visual span:nth-child(2) {
  -webkit-transform: translate(0, 8%);
          transform: translate(0, 8%);
}
.kv-visual span:nth-child(3) {
  -webkit-transform: translate(0, -8%);
          transform: translate(0, -8%);
}
.kv-visual span:nth-child(4) {
  -webkit-transform: translate(0, 8%);
          transform: translate(0, 8%);
}
.kv-visual span:nth-child(5) {
  -webkit-transform: translate(0, -8%);
          transform: translate(0, -8%);
}
.kv-visual.js-inview span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header ul li:last-child a {
  background: #222;
  border: 1px solid #222;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header ul li:last-child a:hover {
  opacity: 1;
  background: none;
  color: #222;
}

.service .contact a .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service .contact a:hover {
  opacity: 1;
}
.service .contact a:hover .arrow {
  background: #fff;
  border: 1px solid #ddd;
}
.service .contact a:hover .arrow:after {
  background: url(../img/arrow_black.svg) no-repeat center;
  background-size: contain;
}

.contact a .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact a:hover {
  opacity: 1;
}
.contact a:hover .arrow {
  background: #222;
  border: 1px solid #222;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.contact a:hover .arrow:after {
  background: url(../img/arrow_white.svg) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 860px) {
  .kv h1 span.chara .chara-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    line-height: 1.25;
  }
  .kv h1 span.chara .chara-wrap:nth-child(2) {
    position: relative;
    top: -10px;
  }
  .kv h1 .chara-jp {
    top: -2.2em;
  }
}