@charset 'UTF-8';

.fadein {
  transition: ease .3s opacity, ease .3s transform .15s;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  opacity: 0;
}

.fadein.rag1 {
  transition: ease .3s opacity .15s, ease .3s transform .3s;
}

.fadein.rag2 {
  transition: ease .3s opacity .3s, ease .3s transform .45s;
}

.fadein.rag3 {
  transition: ease .3s opacity .45s, ease .3s transform .6s;
}

.fadein.rag4 {
  transition: ease .3s opacity .6s, ease .3s transform .75s;
}

.fadein.rag5 {
  transition: ease .3s opacity .75s, ease .3s transform .9s;
}

.fadein.rag6 {
  transition: ease .3s opacity .9s, ease .3s transform 1.05s;
}

.fadein.rag7 {
  transition: ease .3s opacity 1.05s, ease .3s transform 1.2s;
}

.fadein.rag8 {
  transition: ease .3s opacity 1.2s, ease .3s transform 1.35s;
}

.fadein.rag9 {
  transition: ease .3s opacity 1.35s, ease .3s transform 1.5s;
}

.fadein.rag10 {
  transition: ease .3s opacity 1.5s, ease .3s transform 1.65s;
}

.fadein.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.slidein {
  transition: ease .6s all;
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  opacity: 0;
}

.slidein.rag1 {
  transition: ease .6s all .15s;
}

.slidein.rag2 {
  transition: ease .6s all .3s;
}

.slidein.rag3 {
  transition: ease .6s all .45s;
}

.slidein.rag4 {
  transition: ease .6s all .6s;
}

.slidein.rag5 {
  transition: ease .6s all .75s;
}

.slidein.rag6 {
  transition: ease .6s all .9s;
}

.slidein.rag7 {
  transition: ease .6s all 1.05s;
}

.slidein.rag8 {
  transition: ease .6s all 1.2s;
}

.slidein.rag9 {
  transition: ease .6s all 1.35s;
}

.slidein.rag10 {
  transition: ease .6s all 1.5s;
}

.slidein.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@-webkit-keyframes fluffy1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  5% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  10% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  25% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  30% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes fluffy1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  5% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  10% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  25% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  30% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.wp-pagenavi {
  display: flex;
  flex-direction: row;
  margin-top: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}

.wp-pagenavi span,
.wp-pagenavi a {
  font-size: 1.4rem;
  display: flex;
  flex-direction: row;
  width: 32px;
  height: 32px;
  transition: ease .3s all;
  color: white;
  border-radius: 50%;
  background: black;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  color: black;
  background: white;
}

.wp-pagenavi span.current,
.wp-pagenavi a.current {
  color: black;
  background: white;
}

.wp-pagenavi span.last,
.wp-pagenavi span.extend,
.wp-pagenavi span.first,
.wp-pagenavi a.last,
.wp-pagenavi a.extend,
.wp-pagenavi a.first {
  display: none;
}

.wp-pagenavi span.pages {
  display: none !important;
}

a.deco {
  text-decoration: underline;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.fs31 {
  font-size: 31px;
}

.fs32 {
  font-size: 32px;
}

.fs33 {
  font-size: 33px;
}

.fs34 {
  font-size: 34px;
}

.fs35 {
  font-size: 35px;
}

.fs36 {
  font-size: 36px;
}

.fs37 {
  font-size: 37px;
}

.fs38 {
  font-size: 38px;
}

.fs39 {
  font-size: 39px;
}

.fs40 {
  font-size: 40px;
}

.fs41 {
  font-size: 41px;
}

.fs42 {
  font-size: 42px;
}

.fs43 {
  font-size: 43px;
}

.fs44 {
  font-size: 44px;
}

.fs45 {
  font-size: 45px;
}

.fs46 {
  font-size: 46px;
}

.fs47 {
  font-size: 47px;
}

.fs48 {
  font-size: 48px;
}

.fs49 {
  font-size: 49px;
}

.fs50 {
  font-size: 50px;
}

.fs51 {
  font-size: 51px;
}

.fs52 {
  font-size: 52px;
}

.fs53 {
  font-size: 53px;
}

.fs54 {
  font-size: 54px;
}

.fs55 {
  font-size: 55px;
}

.fs56 {
  font-size: 56px;
}

.fs57 {
  font-size: 57px;
}

.fs58 {
  font-size: 58px;
}

.fs59 {
  font-size: 59px;
}

.fs60 {
  font-size: 60px;
}

.fs-os {
  font-family: 'Open Sans', sans-serif;
}

.italic {
  font-style: italic;
}

.wrap {
  width: 100%;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 32px;
}

.wrap-big {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.scroll-prevent {
  /*動き固定*/
  position: absolute;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

body,
html {
  width: 100%;
}

body {
  scroll-behavior: smooth;
}

p,
li,
dt,
dd {
  font-family: 'Noto Sans', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .03em;
  color: #505050;
}

a,
span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: 'Noto Sans', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
span,
img {
  display: inline-block;
  vertical-align: top;
}

.en {
  font-family: 'Roboto', sans-serif;
}

figure {
  line-height: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

img.wp-post-image {
  max-width: 100%;
  height: auto !important;
}

.page-nav__list a {
  display: block;
}

.about .call {
  padding: 72px 0 164px;
  border: 80px solid #f9f9f9;
  background: white;
}

.about .call__title {
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 48px;
  text-align: center;
  border-bottom: 1px solid black;
}

.about .call__text {
  font-weight: 700;
  line-height: 2.4;
  display: none;
  margin-top: 32px;
  padding-bottom: 48px;
  text-align: center;
  border-bottom: 1px solid black;
}

.about .call__image {
  display: block;
  margin-top: 32px;
}

.about .mv {
  position: relative;
  width: 100%;
  height: 50vw;
}

.about .mv::before {
  position: fixed;
  z-index: -1;
  top: 74px;
  left: 0;
  width: 100%;
  height: 50vw;
  content: '';
  background: url('../../images/about/mv.webp') no-repeat;
  background-position: center top;
  background-size: cover;
}

.about .mv__text-box {
  position: absolute;
  top: 50%;
  left: calc(158 / 1400 * 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about .mv__title {
  font-weight: 700;
  color: white;
}

.about .mv__title span {
  display: block;
}

.about .mv__title .en {
  font-size: 4vw;
}

.about .mv__title .jp {
  font-size: 2vw;
}

.about .mv__text {
  line-height: 2.4;
  margin-top: 2em;
  color: white;
  color: 1.6vw;
}

.about .page-title {
  padding-top: 110px;
  background: white;
}

.about .page-title__title {
  font-size: 2.2rem;
  font-weight: 700;
  display: none;
  text-align: center;
}

.about .page-title__text {
  font-weight: 700;
  line-height: 2.4;
  padding-bottom: 48px;
  text-align: center;
  border-bottom: 1px solid black;
}

.about .reclamation {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 148px;
  background: white;
}

.about .reclamation__sub-title {
  font-size: 1.7rem;
  font-weight: 700;
}

.about .reclamation__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #06768e;
}

.about .reclamation__flex {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-top: 8px;
  padding-bottom: 48px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 48px 0;
}

.about .reclamation__flex::before {
  position: absolute;
  top: 24px;
  right: 0;
  width: 100vw;
  height: calc(100% - 24px);
  content: '';
  background: #f9f9f9;
}

.about .reclamation__flex>* {
  position: relative;
  z-index: 20;
}

.about .reclamation__text-box {
  flex-basis: 45%;
}

.about .reclamation__text-box-midashi {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 2.5em;
}

.about .reclamation__text-box-midashi:first-of-type {
  margin-top: 0;
}

.about .reclamation__text-box-midashi::before {
  padding-right: 12px;
  content: '—';
  color: #E68A9C;
}

.about .reclamation__text-box-midashi.blue::before {
  color: #2d99b1;
}

.about .reclamation__text-box-text {
  margin-top: 1.5em;
}

.about .reclamation__image {
  flex-basis: 55%;
}

.about .reclamation__image img {
  display: inline-block;
  -webkit-transform: translateX(36px);
  transform: translateX(36px);
}

.case-study .case-list {
  padding-bottom: 120px;
  background: #f9f9f9;
}

.case-study .case-list__single {
  display: flex;
  flex-direction: row;
  margin-top: 108px;
  padding: 50px;
  background-color: white;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px 0;
}

.case-study .case-list__single:first-of-type {
  margin-top: 0;
}

.case-study .case-list__single-thumbs {
  flex-basis: 45%;
}

.case-study .case-list__single-text-box {
  flex-basis: 50%;
}

.case-study .case-list__single-category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
}

.case-study .case-list__single-category-single {
  font-size: 1.1rem;
  padding: 2px 16px;
  color: white;
  background: #E68A9C;
}

.case-study .case-list__single-date {
  font-size: 1.2rem;
  margin-top: 16px;
}

.case-study .case-list__single-title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.4;
  margin-top: 1em;
}

.case-study .case-list__single-content {
  line-height: 2;
  margin-top: 1.4em;
}

.case-study .category {
  padding: 72px 0 0;
  background: #f9f9f9;
}

.case-study .category__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 32px;
}

.case-study .category__nav-single a {
  display: block;
  padding: 6px 32px;
  transition: ease-out .3s all;
  border: 1px solid black;
  border-radius: 30px;
}

.case-study .category__nav-single a:hover {
  color: white;
  background: black;
}

.case-study .category__nav-single.active a {
  color: white;
  background: black;
}

.case-study .head-text {
  padding-top: 72px;
  background: #f9f9f9;
}

.case-study .head-text__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  position: relative;
  padding-bottom: 120px;
}

.case-study .head-text__flex figure {
  position: absolute;
  right: -200px;
  bottom: 0;
  width: 600px;
}

.case-study .head-text__flex figure img {
  width: 100%;
}

.case-study .mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vw;
}

.case-study .mv::before {
  position: fixed;
  z-index: -1;
  top: 74px;
  left: 0;
  width: 100%;
  height: 50vw;
  content: '';
  background: url('../../images/case-study/mv.webp') no-repeat;
  background-position: center top;
  background-size: cover;
}

.case-study .mv__text-box {
  position: absolute;
  top: 50%;
  left: calc(158 / 1400 * 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-study .mv__text-box::before {
  position: absolute;
  z-index: 10;
  top: -24%;
  right: -48px;
  width: 100vw;
  height: 150%;
  content: '';
  background: #888;
}

.case-study .mv__title {
  font-weight: 700;
  position: relative;
  z-index: 20;
  color: white;
}

.case-study .mv__title span {
  display: block;
}

.case-study .mv__title .en {
  font-size: 4vw;
}

.case-study .mv__title .jp {
  font-size: 2vw;
}

.case-study .mv__text {
  line-height: 2.4;
  margin-top: 2em;
  color: white;
  color: 1.6vw;
}

.company__title.center {
  text-align: center;
}

.company__title.white {
  color: white;
}

.company__title>span {
  display: block;
}

.company__title .en {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.company__title .jp {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .3em;
}

.company .tab-wrap {
  display: none;
}

.company .tab-wrap.active {
  display: block;
}

.company .message {
  overflow: hidden;
  padding: 128px 0 144px;
  background: white;
}

.company .message .wrap {
  position: relative;
  z-index: 20;
}

.company .message .wrap::before {
  position: absolute;
  z-index: -1;
  top: -32px;
  left: 36%;
  width: 100vw;
  height: 75%;
  content: '';
  background: #f9f9f9;
}

.company .message__flex {
  display: flex;
  flex-direction: row;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 48px 80px;
}

.company .message__flex-image {
  text-align: center;
  flex-basis: 36%;
}

.company .message__flex-text-box {
  flex-basis: calc(64% - 80px);
}

.company .message__flex-back-text {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 32px;
  letter-spacing: .3em;
}

.company .message__flex-back-text span {
  position: relative;
  z-index: 20;
  padding: 20px 0;
  color: white;
}

.company .message__flex-back-text span::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -72px;
  width: 100vw;
  height: 100%;
  content: '';
  background-color: #888;
}

.company .message__flex-text {
  line-height: 2;
  margin-top: 40px;
}

.company .message__content-text {
  line-height: 2;
}

.company .message__content-image {
  margin-top: 32px;
}

.company .mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 25vw;
}

.company .mv::before {
  position: fixed;
  z-index: -1;
  top: 74px;
  left: 0;
  width: 100%;
  height: 50vw;
  content: '';
  background: url('../../images/company/mv.webp') no-repeat;
  background-position: center top;
  background-size: cover;
}

.company .mv__text-box {
  position: absolute;
  top: 50%;
  left: calc(158 / 1400 * 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.company .mv__title {
  font-weight: 700;
  color: white;
}

.company .mv__title span {
  display: block;
}

.company .mv__title .en {
  font-size: 4vw;
}

.company .mv__title .jp {
  font-size: 2vw;
}

.company .mv__text {
  line-height: 2.4;
  margin-top: 2em;
  color: white;
  color: 1.6vw;
}

.company .page-nav {
  background: white;
}

.company .page-nav__list {
  display: flex;
  flex-direction: row;
  max-width: 832px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  -webkit-transform: translateY(-33px);
  transform: translateY(-33px);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.company .page-nav__single {
  height: 66px;
  flex-basis: calc(100% / 3 - 20px * 2 / 3);
}

.company .page-nav__single button {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  display: block;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  transition: ease-in .3s all;
  text-align: center;
  color: white;
  background: #a4a4a4;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.company .page-nav__single button::before {
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 6px;
  height: 6px;
  content: '';
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.company .page-nav__single.active button {
  background: #E68A9C;
}

.company .page-nav__single button:hover {
  -webkit-animation: fluffy1 1s ease;
  animation: fluffy1 1s ease;
  background: #E68A9C;
}

.company .profile {
  position: relative;
  overflow: hidden;
  padding: 128px 0 144px;
  background: white;
}

.company .profile .company__title {
  position: relative;
  z-index: 30;
}

.company .profile__head-flex {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  padding: 72px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}

.company .profile__head-flex::before {
  position: absolute;
  z-index: -1;
  top: -12px;
  left: 8%;
  width: 100vw;
  height: calc(100% + 24px);
  content: '';
  background: #f9f9f9;
}

.company .profile__head-flex-image {
  text-align: center;
  flex-basis: 50%;
}

.company .profile__head-flex-image img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.company .profile__head-flex-text-box {
  flex-basis: calc(50% - 48px);
}

.company .profile__head-flex-text-box dl {
  display: flex;
  flex-direction: row;
  padding: 16px 0;
  border-bottom: 1px solid #a4a4a4;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 8px 32px;
}

.company .profile__head-flex-text-box dl:first-of-type {
  border-top: 1px solid #a4a4a4;
}

.company .profile__head-flex-text-box dt {
  flex-basis: 96px;
}

.company .profile__head-flex-text-box dd {
  flex-basis: calc(100% - 96px - 32px);
}

.company .profile__image-flex {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  max-width: 960px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 48px 80px;
}

.company .profile__image-flex::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -60px;
  width: 100vw;
  height: 100%;
  content: '';
  background: #f9f9f9;
}

.company .profile__image-flex.rev::before {
  right: auto;
  left: -60px;
}

.company .profile__image-flex-single {
  flex-basis: calc(50% - 40px);
}

.company .profile__image-flex-name {
  font-size: 1.8rem;
  margin-top: 1.2em;
  margin-bottom: .6em;
  padding-bottom: .6em;
  border-bottom: 1px solid #a4a4a4;
}

.company .vision {
  position: relative;
  overflow: hidden;
  padding: 128px 0 144px;
  background: #f9f9f9;
}

.company .vision::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 158px;
  content: '';
  background: white;
}

.company .vision .wrap {
  position: relative;
  z-index: 20;
}

.company .vision .wrap::before {
  position: absolute;
  z-index: -1;
  top: -32px;
  left: 36%;
  width: 100vw;
  height: 75%;
  content: '';
  background: white;
}

.company .vision__head-text {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 32px;
  letter-spacing: .3em;
  color: black;
}

.company .vision__head-back {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 30;
  margin-top: 64px;
  padding: 12px 24px;
  color: white;
}

.company .vision__head-back::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  content: '';
  background: #888;
}

.company .vision__step {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

.company .vision__step::before {
  position: absolute;
  top: 0;
  left: 33px;
  width: 1px;
  height: calc(100% - 80px);
  content: '';
  background: #E68A9C;
}

.company .vision__step::after {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 36px;
  height: 82px;
  content: '';
  background: url('../../images/company/arrow.svg') no-repeat;
}

.company .vision__step-single {
  margin-top: 32px;
}

.company .vision__step-single:first-of-type {
  margin-top: 0;
}

.company .vision__step-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px 0;
}

.company .vision__step-title-num {
  position: relative;
  z-index: 40;
  display: flex;
  flex-direction: row;
  flex-direction: column;
  height: 66px;
  text-align: center;
  color: white;
  border-radius: 50%;
  background: #E68A9C;
  flex-basis: 66px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.company .vision__step-title-num .en {
  font-size: 1.2rem;
  line-height: 1;
}

.company .vision__step-title-num .num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.company .vision__step-title-text {
  font-size: 2rem;
  position: relative;
  z-index: 30;
  color: white;
  flex-basis: calc(100% - 66px);
}

.company .vision__step-title-text::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -24px;
  width: 100vw;
  height: 100%;
  content: '';
  background: #E68A9C;
}

.company .vision__step-content {
  padding-left: 80px;
}

.company .vision__step-midashi {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1em;
  color: black;
}

.company .vision__step-midashi:first-of-type {
  margin-top: 0;
}

.company .vision__step-midashi::before {
  padding-right: 12px;
  content: '—';
  color: #E68A9C;
}

.company .vision__step-text {
  line-height: 2;
  margin-top: 1em;
}

.contact-center .bpo {
  overflow: hidden;
  padding: 132px 0 180px;
  background: #f9f9f9;
}

.contact-center .bpo__top-text {
  margin-top: 32px;
  padding-bottom: 32px;
  text-align: center;
  border-bottom: 1px solid #a4a4a4;
}

.contact-center .bpo__flex {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  margin-top: 64px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px 0;
  gap: 48px 4%;
}

.contact-center .bpo__flex::before {
  position: absolute;
  z-index: -1;
  top: 8%;
  left: 40%;
  width: 100vw;
  height: 84%;
  content: '';
  background: white;
}

.contact-center .bpo__image {
  text-align: center;
  flex-basis: 46%;
}

.contact-center .bpo__text-box {
  flex-basis: 50%;
}

.contact-center .bpo__text-box-midashi {
  font-size: 1.8rem;
  font-weight: 700;
}

.contact-center .bpo__text-box-midashi.mt2em {
  margin-top: 2em;
}

.contact-center .bpo__text-box-midashi::before {
  padding-right: 6px;
  content: '－';
  color: #E68A9C;
}

.contact-center .bpo__text-box-text {
  line-height: 2;
  margin-top: 1.4em;
}

.contact-center .bpo__images {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  margin-top: 96px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 80px 68px;
}

.contact-center .bpo__images-single {
  flex-basis: calc(50% - 34px);
}

.contact-center .bpo__images-single.small {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 32px;
}

.contact-center .bpo__images-small-single {
  flex-basis: calc(50% - 16px);
}

.contact-center .bpo__images-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.contact-center .bpo__images-title::before {
  padding-right: 6px;
  content: '－';
  color: #E68A9C;
}

.contact-center .bpo__images-thumbs {
  margin-top: 16px;
}

.contact-center .bpo__images-text {
  margin-top: 16px;
}

.contact-center__title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.contact-center .in {
  padding: 184px 0 220px;
  background: white;
}

.contact-center .in__top-flex {
  display: flex;
  flex-direction: row;
  max-width: 1020px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  border-bottom: 1px solid #a4a4a4;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}

.contact-center .in__top-flex-image {
  flex-basis: calc(50% - 24px);
}

.contact-center .in__top-flex-text {
  line-height: 2.4;
  flex-basis: calc(50% - 24px);
}

.contact-center .in__images {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  margin-top: 64px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 45px 68px;
}

.contact-center .in__images-single {
  flex-basis: calc(50% - 34px);
}

.contact-center .in__images-single.big {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 45px;
}

.contact-center .in__images-small-single {
  flex-basis: calc(100% / 3 - 45px * 2 / 3);
}

.contact-center .in__images-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.contact-center .in__images-title::before {
  padding-right: 6px;
  content: '－';
  color: #E68A9C;
}

.contact-center .in__images-thumbs {
  margin-top: 16px;
}

.contact-center .in__images-text {
  margin-top: 16px;
}

.contact-center .mv {
  position: relative;
  width: 100%;
  height: 50vw;
}

.contact-center .mv::before {
  position: fixed;
  z-index: -1;
  top: 74px;
  left: 0;
  width: 100%;
  height: 50vw;
  content: '';
  background: url('../../images/contact-center/mv.webp') no-repeat;
  background-position: center top;
  background-size: cover;
}

.contact-center .mv__text-box {
  position: absolute;
  top: 50%;
  left: calc(158 / 1400 * 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-center .mv__title {
  font-weight: 700;
  color: white;
}

.contact-center .mv__title span {
  display: block;
}

.contact-center .mv__title .en {
  font-size: 4vw;
}

.contact-center .mv__title .jp {
  font-size: 2vw;
}

.contact-center .mv__text {
  line-height: 2.4;
  margin-top: 2em;
  color: white;
  color: 1.6vw;
}

.contact-center .out {
  padding: 112px 0 152px;
  background: #f9f9f9;
}

.contact-center .out .contact-center__title {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.contact-center .out__top-flex {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: row;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px 0;
}

.contact-center .out__top-flex-text {
  line-height: 2.4;
  flex-basis: 50%;
}

.contact-center .out__top-flex-image {
  flex-basis: 45%;
}

.contact-center .out__images {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 80px 68px;
}

.contact-center .out__images::before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  -webkit-transform: translateY(-64px);
  transform: translateY(-64px);
  background: #a4a4a4;
}

.contact-center .out__images::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: calc(100% - 120px);
  height: 100%;
  content: '';
  -webkit-transform: translateX(-50%) translateY(-184px);
  transform: translateX(-50%) translateY(-184px);
  background: white;
}

.contact-center .out__images-single {
  flex-basis: calc(50% - 34px);
}

.contact-center .out__images-single.small {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 32px;
}

.contact-center .out__images-small-single {
  flex-basis: calc(50% - 16px);
}

.contact-center .out__images-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.contact-center .out__images-title::before {
  padding-right: 6px;
  content: '－';
  color: #E68A9C;
}

.contact-center .out__images-thumbs {
  margin-top: 16px;
}

.contact-center .out__images-text {
  margin-top: 16px;
}

.contact-center .page-nav {
  background: white;
}

.contact-center .page-nav__list {
  display: flex;
  flex-direction: row;
  -webkit-transform: translateY(-76px);
  transform: translateY(-76px);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.contact-center .page-nav__single {
  flex-basis: calc(25% - 20px * 3 / 4);
}

.contact-center .page-nav__single a:hover {
  -webkit-animation: fluffy1 1s ease;
  animation: fluffy1 1s ease;
}

.contact-center .shotyo {
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 200px;
  background: white;
}

.contact-center .shotyo__flex {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  margin-top: 42px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px 0;
}

.contact-center .shotyo__flex::before {
  position: absolute;
  z-index: -1;
  top: 8%;
  left: 30%;
  width: 100vw;
  height: 84%;
  content: '';
  background: #f9f9f9;
}

.contact-center .shotyo__image {
  flex-basis: 55%;
}

.contact-center .shotyo__text-box {
  flex-basis: 45%;
}

.contact-center .shotyo__text-box-list li {
  font-size: 1.6rem;
  line-height: 16px;
  position: relative;
  margin-top: 1.8em;
  padding-left: 48px;
}

.contact-center .shotyo__text-box-list li:first-of-type {
  margin-top: 0;
}

.contact-center .shotyo__text-box-list li:nth-of-type(1)::before {
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '01';
  color: #E68A9C;
}

.contact-center .shotyo__text-box-list li:nth-of-type(2)::before {
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '02';
  color: #E68A9C;
}

.contact-center .shotyo__text-box-list li:nth-of-type(3)::before {
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '03';
  color: #E68A9C;
}

.contact-center .shotyo__text-box-list li:nth-of-type(4)::before {
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '04';
  color: #E68A9C;
}

.contact-center .shotyo__text-box-list li:nth-of-type(5)::before {
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '05';
  color: #E68A9C;
}

.contact-center .shotyo__text-box-icons {
  display: flex;
  flex-direction: row;
  margin-top: 42px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.contact-center .shotyo__text-box-icons li {
  text-align: center;
  flex-basis: calc(100% / 3 - 14px * 2 / 3);
}

.contact-center .shotyo__taikyo {
  display: flex;
  flex-direction: row;
  max-width: 960px;
  margin-top: 76px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px;
  border: 1px solid #a4a4a4;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.contact-center .shotyo__taikyo-image {
  text-align: center;
  flex-basis: 236px;
}

.contact-center .shotyo__taikyo-text {
  flex-basis: calc(100% - 236px - 32px);
}

.contact-center .shotyo .more {
  font-size: 1.4rem;
  line-height: 12px;
  margin-top: 136px;
  color: white;
}

.contact-center .shotyo .more a {
  position: relative;
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 24px;
  transition: ease .2s all;
  text-align: center;
  border: 1px solid black;
  border-radius: 30px;
  background: black;
}

.contact-center .shotyo .more a::before {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 6px;
  height: 6px;
  content: '';
  transition: ease .2s all;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid white;
  border-right: 1px solid white;
}

.contact-center .shotyo .more a:hover {
  color: black;
  background: white;
}

.contact-center .shotyo .more a:hover::before {
  border-color: black;
}

.dispatch-business .haken {
  padding: 0 0 152px;
  background: white;
}

.dispatch-business .haken .contact-center__title {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.dispatch-business .haken__top-flex {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: row;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px 0;
}

.dispatch-business .haken__top-flex-image {
  flex-basis: 45%;
}

.dispatch-business .haken__top-flex-text-box {
  flex-basis: 50%;
}

.dispatch-business .haken__top-flex-midashi {
  font-size: 1.7rem;
  font-weight: 700;
}

.dispatch-business .haken__top-flex-text {
  line-height: 2.4;
  margin-top: 1.4em;
}

.dispatch-business .haken__images {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 80px 68px;
}

.dispatch-business .haken__images::before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  -webkit-transform: translateY(-64px);
  transform: translateY(-64px);
  background: #a4a4a4;
}

.dispatch-business .haken__images-single {
  flex-basis: calc(50% - 34px);
}

.dispatch-business .haken__images-single.small {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 32px;
}

.dispatch-business .haken__images-small-single {
  flex-basis: calc(50% - 16px);
}

.dispatch-business .haken__images-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.dispatch-business .haken__images-title::before {
  padding-right: 6px;
  content: '－';
  color: #E68A9C;
}

.dispatch-business .haken__images-thumbs {
  margin-top: 16px;
}

.dispatch-business .haken__images-text {
  margin-top: 16px;
}

.dispatch-business .mv {
  position: relative;
  width: 100%;
  height: 50vw;
}

.dispatch-business .mv::before {
  position: fixed;
  z-index: -1;
  top: 74px;
  left: 0;
  width: 100%;
  height: 50vw;
  content: '';
  background: url('../../images/dispatch-business/mv.webp') no-repeat;
  background-position: center top;
  background-size: cover;
}

.dispatch-business .mv__text-box {
  position: absolute;
  top: 50%;
  left: calc(158 / 1400 * 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dispatch-business .mv__title {
  font-weight: 700;
  color: white;
}

.dispatch-business .mv__title span {
  display: block;
}

.dispatch-business .mv__title .en {
  font-size: 4vw;
}

.dispatch-business .mv__title .jp {
  font-size: 2vw;
}

.dispatch-business .mv__text {
  line-height: 2.4;
  margin-top: 2em;
  color: white;
  color: 1.6vw;
}

.dispatch-business .page-nav {
  background: white;
}

.dispatch-business .page-nav__list {
  display: flex;
  flex-direction: row;
  -webkit-transform: translateY(-76px);
  transform: translateY(-76px);
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.dispatch-business .page-nav__single {
  flex-basis: calc(25% - 20px * 3 / 4);
}

.dispatch-business .page-nav__single a:hover {
  -webkit-animation: fluffy1 1s ease;
  animation: fluffy1 1s ease;
}

.field-sales__title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.field-sales .daiko {
  padding: 0 0 128px;
  background: #f9f9f9;
}

.field-sales .daiko .field-sales__title {
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  text-align: left;
}

.field-sales .daiko__flex {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  margin-top: 42px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px 0;
}

.field-sales .daiko__flex::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 60px;
  width: 100vw;
  height: 50%;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: white;
}

.field-sales .daiko__flex-text-box {
  flex-basis: 50%;
}

.field-sales .daiko__flex-image {
  flex-basis: 50%;
}

.field-sales .daiko__flex-midashi {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
}

.field-sales .daiko__flex-text {
  line-height: 2.4;
  margin-top: 1.4em;
}

.field-sales .mv {
  position: relative;
  width: 100%;
  height: 50vw;
}

.field-sales .mv::before {
  position: fixed;
  z-index: -1;
  top: 74px;
  left: 0;
  width: 100%;
  height: 50vw;
  content: '';
  background: url('../../images/field-sales/mv.webp') no-repeat;
  background-position: center top;
  background-size: cover;
}

.field-sales .mv__text-box {
  position: absolute;
  top: 50%;
  left: calc(158 / 1400 * 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.field-sales .mv__title {
  font-weight: 700;
  color: white;
}

.field-sales .mv__title span {
  display: block;
}

.field-sales .mv__title .en {
  font-size: 4vw;
}

.field-sales .mv__title .jp {
  font-size: 2vw;
}

.field-sales .mv__text {
  line-height: 2.4;
  margin-top: 2em;
  color: white;
  color: 1.6vw;
}

.field-sales .page-nav {
  background: white;
}

.field-sales .page-nav__list {
  display: flex;
  flex-direction: row;
  -webkit-transform: translateY(-76px);
  transform: translateY(-76px);
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.field-sales .page-nav__single {
  flex-basis: calc(25% - 20px * 3 / 4);
}

.field-sales .page-nav__single a:hover {
  -webkit-animation: fluffy1 1s ease;
  animation: fluffy1 1s ease;
}

.field-sales .zeroen {
  padding: 90px 0 172px;
  background: white;
}

.field-sales .zeroen__top-flex {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  margin-top: 42px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px 0;
}

.field-sales .zeroen__top-flex::before {
  position: absolute;
  z-index: -1;
  top: 8%;
  right: 50%;
  width: 100vw;
  height: 84%;
  content: '';
  background: #f9f9f9;
}

.field-sales .zeroen__top-flex-text-box {
  flex-basis: 36%;
}

.field-sales .zeroen__top-flex-image {
  flex-basis: 64%;
}

.field-sales .zeroen__top-flex-midashi {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
}

.field-sales .zeroen__top-flex-text {
  line-height: 2.4;
  margin-top: 1.4em;
}

.field-sales .zeroen__images {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #a4a4a4;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 45px 68px;
}

.field-sales .zeroen__images-single {
  flex-basis: calc(50% - 34px);
}

.field-sales .zeroen__images-single.big {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 45px;
}

.field-sales .zeroen__images-small-single {
  flex-basis: calc(100% / 3 - 45px * 2 / 3);
}

.field-sales .zeroen__images-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.field-sales .zeroen__images-title::before {
  padding-right: 6px;
  content: '－';
  color: #2d99b1;
}

.field-sales .zeroen__images-thumbs {
  margin-top: 16px;
}

.field-sales .zeroen__images-text {
  margin-top: 16px;
}

.field-sales .zeroen .more {
  font-size: 1.4rem;
  line-height: 12px;
  margin-top: 136px;
  color: white;
}

.field-sales .zeroen .more a {
  position: relative;
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 24px;
  transition: ease .2s all;
  text-align: center;
  border: 1px solid black;
  border-radius: 30px;
  background: black;
}

.field-sales .zeroen .more a::before {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 6px;
  height: 6px;
  content: '';
  transition: ease .2s all;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid white;
  border-right: 1px solid white;
}

.field-sales .zeroen .more a:hover {
  color: black;
  background: white;
}

.field-sales .zeroen .more a:hover::before {
  border-color: black;
}

footer {
  padding: 72px 0 86px;
  background: white;
}

footer .footer-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}

footer .footer-head__logo {
  display: flex;
  flex-direction: row;
  flex-basis: 214px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

footer .footer-head__bar {
  background: black;
  flex-basis: 1px;
}

footer .footer-head .service__big-link {
  font-size: 1.7rem;
  font-weight: 700;
}

footer .footer-head .service__small-link {
  font-weight: 400;
  margin-top: .6em;
}

footer .footer-head .service__small-link::before {
  padding-right: 8px;
  content: '—';
}

footer .footer-head .service__small-link:first-of-type {
  margin-top: 1.2em;
}

footer .footer-head .service__small-link a {
  transition: ease-out .3s all;
}

footer .footer-head .service__small-link a:hover {
  color: #E68A9C;
}

footer .footer-head .global__big-link {
  font-size: 1.7rem;
  font-weight: 700;
  margin-top: .4em;
}

footer .footer-head .global__big-link:first-of-type {
  margin-top: 0;
}

footer .footer-head .global__big-link a {
  transition: ease-out .3s all;
}

footer .footer-head .global__big-link a:hover {
  color: #E68A9C;
}

footer .footer-head .other {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 16px;
}

footer .footer-head .other__button-link {
  font-size: 1.5rem;
  line-height: 15px;
  color: black;
}

footer .footer-head .other__button-link a {
  position: relative;
  display: block;
  width: 180px;
  padding: 12px;
  transition: ease-out .3s all;
  text-align: center;
  border: 1px solid black;
  border-radius: 30px;
  background: white;
}

footer .footer-head .other__button-link a::before {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  content: '';
  transition: ease-in .3s all;
  transition: ease-out .3s all;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid black;
  border-right: 1px solid black;
}

footer .footer-head .other__button-link a:hover {
  color: #fff;
  background: #D9414E;
  border-color: #D9414E;
}

footer .footer-head .other__button-link a:hover::before {
  border-color: #fff;
}

footer .footer-head .other__small-link {
  line-height: 14px;
}

footer .footer-head .other__small-link a {
  transition: ease-out .3s all;
}

footer .footer-head .other__small-link a:hover {
  color: #E68A9C;
}

footer .footer-bottom {
  margin-top: 40px;
}

footer .footer-bottom a {
  text-decoration: underline;
  color: #E68A9C;
}

footer .footer-bottom__flex {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 24px;
}

.f-information {
  position: relative;
  position: relative;
  overflow: hidden;
  padding: 108px 0 132px;
}

.f-information::before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url('../../images/footer/back__fixed.webp') no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-filter: brightness(.4);
  filter: brightness(.4);
}

.f-information .wrap {
  position: relative;
  z-index: 20;
}

.f-information__title.center {
  text-align: center;
}

.f-information__title.white {
  color: white;
}

.f-information__title>span {
  display: block;
}

.f-information__title .en {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.f-information__title .jp {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .3em;
}

.f-information__flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 916px;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 32px 60px;
}

.f-information__single {
  flex-basis: calc(50% - 30px);
}

.f-information__single a {
  position: relative;
  display: block;
  padding: 20px 24px;
  transition: ease-in .3s all;
  text-align: center;
  border: 1px solid white;
  border-radius: 60px;
}

.f-information__single a::before {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  content: '';
  transition: ease-in .3s all;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid white;
  border-right: 1px solid white;
}

.f-information__single a p {
  transition: ease-in .3s all;
  color: white;
}

.f-information__single a:hover {
  background: white;
}

.f-information__single a:hover::before {
  border-color: black;
}

.f-information__single a:hover p {
  color: black;
}

.f-information__small {
  font-size: 1.3rem;
}

.f-information__title {
  font-size: 1.9rem;
}

body {
  position: relative;
}

.fixed-nav {
  position: fixed;
  z-index: 200;
  top: 58vh;
  right: 0;
  opacity: 0;
}

.fixed-nav.active {
  transition: ease .3s all;
  opacity: 1;
}

.fixed-nav figure {
  transition: ease .3s all;
}

.fixed-nav figure:hover {
  opacity: .6;
}

.fixed-nav figure+figure {
  margin-top: 8px;
}

.fixed-nav a {
  display: block;
}

header {
  position: sticky;
  z-index: 400;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  background: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

header .logo {
  display: flex;
  flex-direction: row;
  margin-left: 38px;
  flex-basis: 196px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

header .head-center {
  margin-right: 32px;
  margin-left: auto;
}

header .head-center ul {
  display: flex;
  flex-direction: row;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 32px;
  flex-wrap: nowrap;
}

header .head-center li {
  font-size: 1.2rem;
  position: relative;
  display: flex;
  flex-direction: row;
  height: 100%;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

header .head-center li span {
  transition: ease-out .3s all;
}

header .head-center li.has-child:hover span {
  color: #E68A9C;
}

header .head-center li.has-child:hover .child-nav {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

header .head-center li .child-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  transition: ease-out .3s all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  background: rgba(0, 0, 0, .4);
}

header .head-center li .child-nav__single {
  font-size: 1.2rem;
  color: white;
  border-bottom: 1px solid white;
}

header .head-center li .child-nav__single:last-of-type {
  border-bottom: none;
}

header .head-center li .child-nav__single a {
  position: relative;
  display: block;
  padding: 8px;
  transition: ease-out .3s all;
}

header .head-center li .child-nav__single a::before {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 4px;
  height: 4px;
  content: '';
  transition: ease-in .3s all;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid white;
  border-right: 1px solid white;
}

header .head-center li .child-nav__single a:hover {
  color: #E68A9C;
}

header .head-center li .child-nav__single a:hover::before {
  border-color: #E68A9C;
}

header .head-center li>a {
  position: relative;
  display: inline-block;
  transition: ease-out .3s all;
}

header .head-center li>a::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  transition: ease-out .3s all;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background: #E68A9C;
}

header .head-center li>a:hover {
  color: #E68A9C;
}

header .head-center li>a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

header .head-right {
  flex-basis: 360px;
}

header .head-right ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

header .head-right li {
  font-size: 14px;
  line-height: 14px;
  background: #E68A9C;
  flex-basis: 180px;
}

header .head-right li a {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  padding: 30px 16px;
  text-align: center;
  color: white;
}

header .head-right li a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  content: '';
  transition: ease .4s all;
  -webkit-transform: translateX(-150%) skewX(30deg);
  transform: translateX(-150%) skewX(30deg);
  background: black;
}

header .head-right li a:hover::before {
  -webkit-transform: translateX(-25%) skewX(30deg);
  transform: translateX(-25%) skewX(30deg);
}

header .head-right li:last-of-type {
  background: #D9414E;
}

header .global-toggle {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  width: 32px;
  margin-right: 38px;
  cursor: pointer;
  transition: ease-in-out .2s transform;
  flex-basis: 32px;
  aspect-ratio: 1/1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

header .global-toggle__bar {
  width: 100%;
  height: 4px;
  transition: ease-in-out .2s transform, ease-in-out .2s opacity;
  border-radius: 4px;
  background: #E68A9C;
}

header .global-toggle.active .global-toggle__bar:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

header .global-toggle.active .global-toggle__bar:nth-of-type(2) {
  opacity: 0;
}

header .global-toggle.active .global-toggle__bar:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.hum-global {
  position: fixed;
  z-index: 300;
  top: 74px;
  left: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: calc(100vh - 74px);
  transition: ease-out .3s transform;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: white;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.hum-global.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hum-global.active .hum-global__images::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.hum-global__images {
  position: relative;
  overflow: hidden;
  height: 100%;
  flex-basis: calc(100% - 540px);
}

.hum-global__images::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: ease-out .3s transform .3s;
  background: #E68A9C;
}

.hum-global__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hum-global__nav-wrap {
  display: flex;
  flex-direction: row;
  background: #E68A9C;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-basis: 540px;
}

.hum-global__nav-center {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  padding: 32px 86px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 48px 0;
}

.hum-global__main li {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2em;
  color: white;
}

.hum-global__main li:last-child {
  margin-bottom: 0;
}

.hum-global__main li .child-nav {
  margin-top: 8px;
  padding-left: 8px;
}

.hum-global__main li .child-nav__single {
  font-size: 1.3rem;
  color: white;
}

.hum-global__main li .child-nav__single::before {
  padding-right: 8px;
  content: '—';
}

.hum-global__sub {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.hum-global__sub li {
  font-size: 2rem;
  font-weight: 700;
  line-height: 16px;
  color: white;
}

.hum-global__sub li+li {
  margin-left: 16px;
}

.hum-global__sub li+li::before {
  padding-right: 14px;
  content: '/';
}

.loading-wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: ease-out 1s opacity 2.4s;
  background: white;
}

.loading-wrap .loading-img {
  position: absolute;
  top: calc(50% - 112px);
  left: 50%;
  width: 240px;
  transition: ease-out .5s all;
  -webkit-transform: translateX(-50%) translateY(calc(-50% + 24px));
  transform: translateX(-50%) translateY(calc(-50% + 24px));
  opacity: 0;
}

.loading-wrap .loading-border {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: 24px;
  transition: ease-in-out 1s transform 1.4s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background: #E68A9C;
}

.loading-wrap.active {
  opacity: 0;
}

.loading-wrap.active .loading-img {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}

.loading-wrap.active .loading-border {
  -webkit-transform: scaleX(100%);
  transform: scaleX(100%);
}

.index .about {
  padding: 100px 0;
  background: white;
}

.index .about__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px 0;
}

.index .about__text-wrap {
  flex-basis: calc(100% - 568px);
}

.index .about__images {
  flex-basis: 540px;
}

.index .about__text {
  margin-top: 24px;
}

.index .about__more {
  margin-top: 48px;
}

.index .case {
  position: relative;
  overflow: hidden;
  margin-top: 180px;
  padding-bottom: 110px;
}

.index .case::before {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: '';
  background-color: #fff;
}

.index .case .wrap {
  position: relative;
  z-index: 20;
}

.index .case__head-text {
  line-height: 2.4;
  margin-top: 36px;
  text-align: center;
}

.index .case__slider {
  margin-top: 72px;
}

.index .case__slider-single {
  background: white;
}

.index .case__slider-single figure {
  overflow: hidden;
}

.index .case__slider-single figure img {
  display: inline-block;
  transition: ease-out .3s all;
  width: 100%;
  aspect-ratio: 246 / 160;
  object-fit: cover;
  object-position: center;
}

.index .case__slider-single figure a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.index .case__slider-text {
  padding: 24px;
}

.index .case__slider-text a {
  display: inline-block;
  transition: ease-out .3s all;
}

.index .case__slider-text a:hover {
  color: #E68A9C;
}

.index .case .slick-slide+.slick-slide {
  margin-left: 24px;
}

.index .case__more {
  margin-top: 94px;
}

.index .case__more a {
  margin-right: auto;
  margin-left: auto;
}

.index {
  background: #F9F9F9;
}

.index__title.center {
  text-align: center;
}

.index__title.white {
  color: black;
}

.index__title>span {
  display: block;
}

.index__title .en {
  color: #aaa;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.index__title .jp {
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .3em;
}

.index .more {
  font-size: 1.2rem;
  line-height: 12px;
  color: white;
}

.index .more a {
  position: relative;
  display: block;
  width: 120px;
  padding: 8px 24px;
  transition: ease .2s all;
  text-align: center;
  /* border: 1px solid black; */
  border-radius: 30px;
  background: #D9414E;
}

.index .more a::before {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  content: '';
  transition: ease .2s all;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid white;
  border-right: 1px solid white;
}

.index .more a:hover {
  background: black;
}

.index .intro {
  position: relative;
  overflow: hidden;
  margin-top: 180px;
  margin-bottom: 60px;
}

.index .intro__head-text {
  margin-top: 32px;
}

.index .intro__flex {
  display: flex;
  flex-direction: row;
  margin-top: 48px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
}

.index .intro__flex-single {
  flex-basis: calc(100% / 4 - 24px * 3 / 4);
}

.index .island {
  position: relative;
  overflow: hidden;
  margin-top: 180px;
  padding: 48px 0;
  background: url('../../images/index/island__back.webp') no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.index .island__text {
  line-height: 2.4;
  margin-top: 32px;
  color: white;
}

.index .island__more {
  margin-top: 48px;
}

.index .links {
  position: relative;
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  padding: 180px 0;
}

.index .links::before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url('../../images/footer/back__fixed.webp') no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-filter: brightness(.4);
  filter: brightness(.4);
}

.index .links .wrap {
  position: relative;
  z-index: 20;
}

.index .links__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.index .links__single {
  flex-basis: calc(50% - 20px);
}

.index .links__single a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.index .links__single a:hover .links__single-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.index .links__single-text-box {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 192px;
  background-color: #fff;
  flex-basis: 192px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.index .links__single-text-box::before {
  position: absolute;
  right: 16px;
  bottom: 24px;
  width: 24px;
  height: 1px;
  content: '';
  background: #aaa;
}

.index .links__single-text-box::after {
  position: absolute;
  right: 16px;
  bottom: 24px;
  width: 24px;
  height: 1px;
  content: '';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #aaa;
}

.index .links__single._flex .links__single-text-box figure {
  height: 47px;
  width: 100%;
  text-align: center;
}

.index .links__single._flex .links__single-text-box figure img {
  height: 100%;
}

.index .links__single-image {
  overflow: hidden;
  height: 192px;
  flex-basis: calc(100% - 192px);
}

.index .links__single-image img {
  display: block;
  width: 100%;
  height: 100%;
  transition: ease .3s transform;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .index .links__single:nth-of-type(2) .links__single-text-box {
  background-color: #0072af;
} */

.index .links__single:nth-of-type(3), .index .links__single:nth-of-type(4) {
  flex-basis: 875px;
}

.index .links__single:nth-of-type(3) .links__single-text-box, .index .links__single:nth-of-type(4) .links__single-text-box {
  background-color: #E68A9C;
  flex-basis: 396px;
}

.index .links__single:nth-of-type(3) .links__single-image, .index .links__single:nth-of-type(4) .links__single-image {
  flex-basis: calc(100% - 396px);
}

.index .mv {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 720px;
  background: #E6B8C1;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (240px)[3];
  grid-template-rows: repeat(3, 240px);
}

.index .mv figure {
  overflow: hidden;
}

.index .mv figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.index .mv figure.active img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.index .mv figure.active:nth-of-type(1) img {
  transition: linear 2s all;
  transition-delay: 0s;
}

.index .mv figure.active:nth-of-type(2) img {
  transition: linear 2s all;
  transition-delay: 2.5s;
}

.index .mv figure.active:nth-of-type(3) img {
  transition: linear 2s all;
  transition-delay: 1.5s;
}

.index .mv figure.active:nth-of-type(4) img {
  transition: linear 2s all;
  transition-delay: 2s;
}

.index .mv figure.active:nth-of-type(5) img {
  transition: linear 2s all;
  transition-delay: 1s;
}

.index .mv figure.active:nth-of-type(6) img {
  transition: linear 2s all;
  transition-delay: .5s;
}

.index .mv__image1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.index .mv__image2 {
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-column: 5/9;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.index .mv__image3 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-column: 9/13;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.index .mv__text1 {
  display: flex;
  flex-direction: row;
  height: 240px;
  padding: 24px;
  background: #E68A9C;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.index .mv__text1 h2 {
  font-weight: 700;
  display: none;
  color: white;
}

.index .mv__text1 span {
  display: block;
}

.index .mv__text1 .en {
  font-size: 2vw;
  margin-bottom: .6em;
}

.index .mv__text1 .jp {
  font-size: 2.2vw;
}

.index .mv__image4 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.index .mv__image5 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.index .mv__image6 {
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
  grid-column: 7/13;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
}

.index .news {
  padding: 64px 0;
  background: #F9F9F9;
}

.index .news__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 48px 56px;
}

.index .news__title-box {
  flex-basis: 260px;
}

.index .news__more {
  margin-top: 32px;
}

.index .news__list {
  flex-basis: calc(100% - 260px - 56px);
}

.index .news__single {
  position: relative;
  margin-top: 16px;
  background: white;
}

.index .news__single a {
  position: relative;
  z-index: 20;
  display: block;
  overflow: hidden;
  padding: 16px 36px 16px 20px;
}

.index .news__single a::before {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  content: '';
  transition: ease-out .3s all;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid black;
  border-right: 1px solid black;
}

.index .news__single a::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  content: '';
  transition: ease .5s all;
  -webkit-transform: skewX(-30deg) translateX(-125%);
  transform: skewX(-30deg) translateX(-125%);
  background: black;
}

.index .news__single a:hover::before {
  border-color: white;
}

.index .news__single a:hover::after {
  -webkit-transform: skewX(-30deg) translateX(-25%);
  transform: skewX(-30deg) translateX(-25%);
}

.index .news__single a:hover .news__single-date {
  color: white;
}

.index .news__single a:hover .news__single-title {
  color: white;
}

.index .news__single:first-of-type {
  margin-top: 0;
}

.index .news__single-info {
  font-size: 1.3rem;
  line-height: 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}

.index .news__single-date {
  transition: ease-out .3s all;
}

.index .news__single-cat {
  font-size: 1.2rem;
  line-height: 12px;
  padding: 4px;
  color: white;
  background: #a4a4a4;
}

.index .news__single-title {
  font-size: 1.6rem;
  margin-top: 4px;
  transition: ease-out .3s all;
}

.index .reasons {
  position: relative;
  overflow: hidden;
  margin-top: 180px;
}

.index .reasons .wrap {
  position: relative;
  z-index: 20;
}

.index .reasons .wrap>*:not(.white-back) {
  position: relative;
  z-index: 20;
}

.index .reasons .wrap .white-back {
  position: absolute;
  z-index: 10;
  top: 32px;
  left: 120px;
  width: 100vw;
  height: calc(100% - 32px);
  background: white;
}

.index .reasons__head-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 24px;
  flex-wrap: nowrap;
}

.index .reasons__head-text {
  line-height: 2.4;
  margin-top: 32px;
}

.index .reasons__flex {
  display: flex;
  flex-direction: row;
  margin-top: 64px;
  padding-bottom: 72px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 60px;
}

.index .reasons__single {
  flex-basis: calc(100% / 2 - 40px);
}

.index .reasons__single p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 22px;
  text-align: center;
}

.index .service {
  position: relative;
  overflow: hidden;
  margin-top: 180px;
}

.index .service .wrap {
  position: relative;
  z-index: 20;
}

.index .service .wrap>*:not(.white-back) {
  position: relative;
  z-index: 20;
}

.index .service .wrap .white-back {
  position: absolute;
  z-index: 10;
  top: 32px;
  right: 50%;
  width: 100vw;
  height: 80%;
  background: white;
}

.index .service__head-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px 32px;
}

.index .service__head-text {
  padding-top: 16px;
}

.index .service__content-top {
  margin-top: 64px;
  background: #E68A9C;
}

.index .service__content-bottom {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 8px;
}

.index .service .service-list {
  padding: 64px 30px;
}

.index .service .kenkoukeiei.service-list {
  padding: 64px 12px;
}

.index .service .service-list h3 {
  color: white;
}

.index .service .service-list h3>span {
  display: block;
}

.index .service .service-list h3 .en {
  font-size: 1.2vw;
  font-weight: 700;
}

.index .service .service-list h3 .jp {
  font-size: 1.4vw;
  font-weight: 700;
  margin-top: .4em;
  letter-spacing: .1em;
}

.index .service .service-list a {
  display: block;
  transition: ease-out .3s all;
}

.index .service .service-list a:hover {
  -webkit-animation: fluffy1 1s ease;
  animation: fluffy1 1s ease;
  opacity: .8;
}

.index .service .contact-center__flex {
  display: flex;
  flex-direction: row;
  margin-top: 56px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px 48px;
  flex-wrap: nowrap;
}

.index .service .contact-center__single {
  flex-basis: 200px;
}

.index .service .contact-center__single figure {
  text-align: center;
}

.index .service .field-sales {
  background-color: #47A0CC;
  flex-basis: 50%;
}

.index .service .field-sales__flex {
  display: flex;
  flex-direction: row;
  margin-top: 56px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px 48px;
  flex-wrap: nowrap;
}

.index .service .field-sales__single {
  flex-basis: 200px;
}

.index .service .field-sales__single figure {
  text-align: center;
}

.index .service .dispatch-business {
  background: #D9666F;
  flex-basis: 25%;
}

.index .service .dispatch-business__flex {
  margin-top: 56px;
}

.index .service .dispatch-business__single {
  width: 100%;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.index .service .dispatch-business__single figure {
  text-align: center;
}

.index .service .recruitment {
  background: #e5aca7;
  flex-basis: 25%;
}

.index .service .kenkoukeiei {
  background: #D97557;
  flex-basis: 25%;
}

.index .service .recruitment__flex, .index .service .kenkoukeiei__flex {
  margin-top: 56px;
}

.index .service .recruitment__single, .index .service .kenkoukeiei__single {
  width: 100%;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.index .service .recruitment__single figure {
  text-align: center;
}

.information .forms {
  padding: 88px 0 144px;
  background: white;
  background: white;
}

.information .forms__list {
  padding: 64px;
  /* border: 1px solid #888888; */
  background: #f9f9f9;
}

.information .forms__single {
  display: flex;
  flex-direction: row;
  padding: 24px 0;
  border-bottom: 1px solid #888888;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.information .forms__single-title {
  flex-basis: 200px;
}

.information .forms__single-title::before {
  font-size: 1.2rem;
  margin-right: 4px;
  padding: 2px 8px;
  content: '任意';
  color: white;
  border-radius: 4px;
  background: #69a9e5;
}

.information .forms__single-title.req::before {
  content: '必須';
  background: #e00000;
}

.information .forms__single-inputs {
  font-size: 1.4rem;
  flex-basis: calc(100% - 200px);
}

.information .forms__single-inputs>span {
  display: block;
  width: 100%;
}

.information .forms input:not([type=radio]):not([type=checkbox]):not([type=submit]),
.information .forms textarea {
  display: inline-block;
  width: 100%;
  padding: 8px;
  border: 1px solid #a4a4a4;
  background: white;
}

.information .forms input[type=radio],
.information .forms input[type=checkbox] {
  margin-right: 4px;
}

.information .forms .wpcf7-list-item {
  display: block;
  margin-bottom: 1em;
}

.information .forms .wpcf7-list-item:last-of-type {
  margin-bottom: 0;
}

.information .forms__send {
  max-width: 320px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}

.information .forms__send input[type=submit] {
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  padding: 16px 12px;
  cursor: pointer;
  transition: ease .3s all;
  text-align: center;
  color: white;
  border: none;
  border-radius: 30px;
  background: black;
}

.information .forms__send input[type=submit]:hover {
  color: black;
  background: white;
}

.information .mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 25vw;
}

.information .mv::before {
  position: fixed;
  z-index: -1;
  top: 74px;
  left: 0;
  width: 100%;
  height: 50vw;
  content: '';
  background: url('../../images/information/mv.webp') no-repeat;
  background-position: center top;
  background-size: cover;
}

.information .mv__text-box {
  position: absolute;
  top: 50%;
  left: calc(158 / 1400 * 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.information .mv__title {
  font-weight: 700;
  color: white;
}

.information .mv__title span {
  display: block;
}

.information .mv__title .en {
  font-size: 4vw;
}

.information .mv__title .jp {
  font-size: 2vw;
}

.island .makes {
  overflow: hidden;
  background: white;
}

.island .makes__flex {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px 72px;
  flex-wrap: nowrap;
}

.island .makes__flex.rev {
  flex-direction: row-reverse;
}

.island .makes__flex-midashi {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  padding: 80px 0 100px;
  background: #f0a080;
  flex-basis: calc(344 / 1400 * 100vw);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.island .makes__flex-midashi::before {
  position: absolute;
  z-index: -1;
  top: -100%;
  right: 0;
  width: 100vw;
  height: 400%;
  content: '';
  background: #f0a080;
}

.island .makes__flex-midashi picture {
  display: block;
  width: calc(216 / 1400 * 100vw);
}

.island .makes__flex-midashi.blue {
  background: #90caca;
  justify-content: flex-end;
}

.island .makes__flex-midashi.blue::before {
  right: auto;
  left: 0;
  background: #90caca;
}

.island .makes__flex-midashi.yellow {
  background: #ecaf41;
}

.island .makes__flex-midashi.yellow::before {
  background: #ecaf41;
}

.island .makes__flex-content {
  padding: 80px 0;
  flex-basis: calc(100% - 344 / 1400 * 100vw - 72px);
}

.island .makes__flex-big-text {
  font-size: 2.4rem;
  margin-top: 2em;
  text-align: justify;
  color: black;
}

.island .makes__flex-sub-title {
  margin-top: 3em;
  color: white;
}

.island .makes__flex-sub-title span {
  font-weight: 700;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: row;
  width: 140px;
  height: 30px;
  text-align: center;
  letter-spacing: .2em;
  background: #f0a080;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.island .makes__flex-sub-title span::before {
  position: absolute;
  top: -12px;
  right: -14px;
  width: 24px;
  height: 24px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
}

.island .makes__flex-sub-title span::after {
  position: absolute;
  right: -14px;
  bottom: -12px;
  width: 24px;
  height: 24px;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white;
}

.island .makes__flex-sub-title.blue span {
  background: #90caca;
}

.island .makes__flex-sub-title.yellow span {
  background: #ecaf41;
}

.island .makes__flex-text {
  line-height: 2;
  margin-top: 1.6em;
}

.island .makes__thumbs {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.island .makes__thumbs-single {
  flex-basis: 25%;
}

.island .mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 74px);
}

.island .mv::before {
  position: fixed;
  z-index: -1;
  top: 74px;
  left: 0;
  width: 100%;
  height: calc(100vh - 74px);
  content: '';
  background: url('../../images/island/mv.webp') no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.island .mv__title-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.island .what {
  overflow: hidden;
  padding: 80px 0;
  background: #f0ebe6;
}

.island .what__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 48px 60px;
}

.island .what__flex-text-box {
  position: relative;
  z-index: 20;
  flex-basis: calc(50% - 60px);
}

.island .what__flex-title {
  font-family: 'Oswald', sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
}

.island .what__flex-text {
  font-size: 2.6rem;
  margin-top: 1.4em;
}

.island .what__flex-text span {
  font-size: 1.6rem;
}

.island .what__flex-image {
  position: relative;
  flex-basis: 50%;
  aspect-ratio: 1/1;
}

.island .what__flex-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(842 / 1400 * 100vw);
  content: '';
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('../../images/island/make.svg') no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1/1;
}

.materials .contents {
  padding: 88px 0 144px;
  background: #fff;
}

.materials .contents .green_box {
  padding: 64px 60px;
  background: #f9f9f9;
}

.materials .contents__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px 40px;
}

.materials .contents__single {
  display: flex;
  flex-direction: row;
  padding: 24px;
  background: white;
  flex-basis: calc(50% - 20px);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
}

.materials .contents__thumbs {
  flex-basis: 59px;
}

.materials .contents__text-box {
  flex: 1;
}

.materials .contents__text-box .title {
  font-size: 1.5rem;
  color: #000;
}

.materials .contents__text-box .text {
  font-size: 1.4rem;
  color: #505050;
  border-top: 1px solid #707070;
}

.materials .contents .more {
  font-size: 1.4rem;
  line-height: 12px;
  margin-top: 56px;
  color: white;
}

.materials .contents .more a {
  position: relative;
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 24px;
  transition: ease .2s all;
  text-align: center;
  border: 1px solid black;
  border-radius: 30px;
  background: black;
}

.materials .contents .more a::before {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 6px;
  height: 6px;
  content: '';
  transition: ease .2s all;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid white;
  border-right: 1px solid white;
}

.materials .contents .more a:hover {
  color: black;
  background: white;
}

.materials .contents .more a:hover::before {
  border-color: black;
}

.materials .mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 25vw;
}

.materials .mv::before {
  position: fixed;
  z-index: -1;
  top: 74px;
  left: 0;
  width: 100%;
  height: 50vw;
  content: '';
  background: url('../../images/materials/mv.webp') no-repeat;
  background-position: center top;
  background-size: cover;
}

.materials .mv__text-box {
  position: absolute;
  top: 50%;
  left: calc(158 / 1400 * 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.materials .mv__title {
  font-weight: 700;
  color: #000;
}

.materials .mv__title span {
  display: block;
}

.materials .mv__title .en {
  font-size: 4vw;
}

.materials .mv__title .jp {
  font-size: 2vw;
}

.news .archive {
  padding: 88px 0 144px;
  background: #f9f9f9;
}

.news .archive__single {
  position: relative;
  margin-top: 16px;
  background: white;
}

.news .archive__single a {
  position: relative;
  z-index: 20;
  display: block;
  overflow: hidden;
  padding: 16px 36px 16px 20px;
}

.news .archive__single a::before {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 8px;
  height: 8px;
  content: '';
  transition: ease-out .3s all;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid black;
  border-right: 1px solid black;
}

.news .archive__single a::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  content: '';
  transition: ease .5s all;
  -webkit-transform: skewX(-30deg) translateX(-125%);
  transform: skewX(-30deg) translateX(-125%);
  background: black;
}

.news .archive__single a:hover::before {
  border-color: white;
}

.news .archive__single a:hover::after {
  -webkit-transform: skewX(-30deg) translateX(-25%);
  transform: skewX(-30deg) translateX(-25%);
}

.news .archive__single a:hover .archive__single-date {
  color: white;
}

.news .archive__single a:hover .archive__single-title {
  color: white;
}

.news .archive__single:first-of-type {
  margin-top: 0;
}

.news .archive__single-info {
  font-size: 1.3rem;
  line-height: 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}

.news .archive__single-date {
  transition: ease-out .3s all;
}

.news .archive__single-cat {
  font-size: 1.2rem;
  line-height: 12px;
  padding: 4px;
  color: white;
  background: #a4a4a4;
}

.news .archive__single-title {
  font-size: 1.6rem;
  margin-top: 4px;
  transition: ease-out .3s all;
}

.news .mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 25vw;
}

.news .mv::before {
  position: fixed;
  z-index: -1;
  top: 74px;
  left: 0;
  width: 100%;
  height: 50vw;
  content: '';
  background: url('../../images/news/mv.webp') no-repeat;
  background-position: center top;
  background-size: cover;
}

.news .mv__text-box {
  position: absolute;
  top: 50%;
  left: calc(158 / 1400 * 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news .mv__title {
  font-weight: 700;
  color: white;
}

.news .mv__title span {
  display: block;
}

.news .mv__title .en {
  font-size: 4vw;
}

.news .mv__title .jp {
  font-size: 2vw;
}

.news .mv__text {
  line-height: 2.4;
  margin-top: 2em;
  color: white;
  color: 1.6vw;
}

.news .single {
  padding: 88px 0 144px;
  background: white;
}

.news .single__date {
  font-size: 1.8rem;
}

.news .single .single__slider+.single__date {
  padding-top: 64px;
}

.news .single__title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: .8em;
}

.news .single__content {
  margin-top: 32px;
  padding: 32px 0;
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
}

.news .back-number {
  padding: 56px 0;
  background: #e8e8e8;
}

.news .back-number__title {
  font-size: 2rem;
  font-weight: 700;
}

.news .back-number__list {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}

.news .back-number__single {
  flex-basis: calc(25% - 20px * 3 / 4);
}

.news .back-number__single-title {
  margin-top: 1em;
}

.privacy, .tekikaku-kiyaku, .tokusyoho {
  padding: 108px 0 144px;
}

.privacy .content h2.content__title, .tekikaku-kiyaku .content h2.content__title, .tokusyoho .content h2.content__title {
  font-size: 2.2rem;
  font-weight: 700;
}

.privacy .content h3.content__title, .tekikaku-kiyaku .content h3.content__title, .tokusyoho .content h3.content__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 3em;
}

.privacy .content__text, .tekikaku-kiyaku .content__text, .tokusyoho .content__text {
  margin-top: 2em;
}

.privacy .content__text.right, .tekikaku-kiyaku .content__text.right, .tokusyoho .content__text.right {
  text-align: right;
}

.privacy .content__image, .tekikaku-kiyaku .content__image, .tokusyoho .content__image {
  margin-top: 2em;
}

.privacy .content__image.w960, .tekikaku-kiyaku .content__image.w960, .tokusyoho .content__image.w960 {
  overflow: auto;
}

.privacy .content__image.w960 img, .tekikaku-kiyaku .content__image.w960 img, .tokusyoho .content__image.w960 img {
  min-width: 960px;
}

.privacy .content__middle, .privacy .content__bottom, .tekikaku-kiyaku .content__middle, .tekikaku-kiyaku .content__bottom, .tokusyoho .content__middle, .tokusyoho .content__bottom {
  margin-top: 72px;
  padding-top: 72px;
  border-top: 1px solid #a4a4a4;
}

.privacy-policy {
  padding: 108px 0 144px
}

.privacy-policy .content h2.content__title {
  font-size: 2.2rem;
  font-weight: 700
}

.privacy-policy .content h3.content__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 3em
}

.privacy-policy .content__text {
  margin-top: 2em
}

.privacy-policy .content__text.right {
  text-align: right
}

.privacy-policy .content__image {
  margin-top: 2em
}

.privacy-policy .content__image.w960 {
  overflow: auto
}

.privacy-policy .content__image.w960 img {
  min-width: 960px
}

.privacy-policy .content__bottom, .privacy-policy .content__middle {
  margin-top: 72px;
  padding-top: 72px;
  border-top: 1px solid #a4a4a4
}

.reason .mv {
  position: relative;
  width: 100%;
  height: 60vw;
  max-height: calc(100vh - 74px);
}

.reason .mv::before {
  position: fixed;
  z-index: -1;
  top: 74px;
  left: 0;
  width: 100%;
  height: 60vw;
  content: '';
  background: url('../../images/reason/mv.webp') no-repeat;
  background-position: center top;
  background-size: cover;
}

.reason .mv__text-box {
  position: absolute;
  top: 50%;
  left: calc(158 / 1400 * 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.reason .mv__title {
  font-weight: 700;
}

.reason .mv__title span {
  display: block;
}

.reason .mv__title .en {
  font-size: 4vw;
}

.reason .mv__title .jp {
  font-size: 2vw;
}

.reason .mv__text {
  line-height: 2.4;
  margin-top: 2em;
  color: black;
  color: 1.6vw;
}

.reason {
  overflow: hidden;
}

.reason .reasons {
  background: #f9f9f9;
}

.reason .reasons__single {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1240px;
  margin-top: 78px;
  margin-right: auto;
  -webkit-transform: translateY(-106px);
  transform: translateY(-106px);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.reason .reasons__single::before {
  position: absolute;
  z-index: -1;
  right: -35%;
  bottom: -35%;
  width: 100%;
  height: 100%;
  content: '';
  background: white;
}

.reason .reasons__single .reasons__text-box {
  background: #E68A9C;
}

.reason .reasons__single:first-of-type {
  margin-top: 0;
}

.reason .reasons__single:nth-of-type(2n) {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: auto;
}

.reason .reasons__single:nth-of-type(2n)::before {
  right: auto;
  left: -35%;
}

.reason .reasons__single:nth-of-type(2n) .reasons__text-box {
  background: #D96C75;
}

.reason .reasons__image {
  flex-basis: calc(100% - 670px);
}

.reason .reasons__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reason .reasons__text-box {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  padding: 48px 56px;
  flex-basis: 670px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.reason .reasons__num {
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
  color: white;
}

.reason .reasons__title {
  font-size: 2.4rem;
  font-weight: 700;
  width: 100%;
  margin-top: 16px;
  color: white;
}

.reason .reasons__text {
  line-height: 2;
  width: 100%;
  margin-top: 40px;
  color: white;
}

.recruit .mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 25vw;
}

.recruit .mv::before {
  position: fixed;
  z-index: -1;
  top: 74px;
  left: 0;
  width: 100%;
  height: 50vw;
  content: '';
  background: url('../../images/recruit/mv.webp') no-repeat;
  background-position: center top;
  background-size: cover;
}

.recruit .mv__text-box {
  position: absolute;
  top: 50%;
  left: calc(158 / 1400 * 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.recruit .mv__title {
  font-weight: 700;
  color: white;
}

.recruit .mv__title span {
  display: block;
}

.recruit .mv__title .en {
  font-size: 4vw;
}

.recruit .mv__title .jp {
  font-size: 2vw;
}

.recruit .mv__text {
  line-height: 2.4;
  margin-top: 2em;
  color: white;
  color: 1.6vw;
}

.recruit .saiyo {
  overflow: hidden;
  background: #FFF7F9;
}

.recruit .saiyo__links-flex {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: row;
  padding-top: 104px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.recruit .saiyo__links-single {
  flex-basis: 875px;
}

.recruit .saiyo__links-single a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.recruit .saiyo__links-single a:hover .saiyo__links-single-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.recruit .saiyo__links-single-text-box {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 192px;
  background-color: #D9414E;
  flex-basis: 396px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.recruit .saiyo__links-single-text-box::before {
  position: absolute;
  right: 16px;
  bottom: 24px;
  width: 24px;
  height: 1px;
  content: '';
  background: white;
}

.recruit .saiyo__links-single-text-box::after {
  position: absolute;
  right: 16px;
  bottom: 24px;
  width: 24px;
  height: 1px;
  content: '';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: white;
}

.recruit .saiyo__links-single-image {
  overflow: hidden;
  height: 192px;
  flex-basis: calc(100% - 396px);
}

.recruit .saiyo__links-single-image img {
  display: block;
  width: 100%;
  height: 100%;
  transition: ease .3s transform;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit .saiyo__flex {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  flex-direction: row-reverse;
  padding: 64px 0 144px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 48px 0;
}

.recruit .saiyo__flex::before {
  position: absolute;
  z-index: -1;
  top: -96px;
  left: 20%;
  width: 100vw;
  height: 84%;
  content: '';
  background: #FCEBEE;
}

.recruit .saiyo__flex-images {
  flex-basis: 50%;
}

.recruit .saiyo__flex-image:first-of-type {
  -webkit-transform: translate(-100px, 70px);
  transform: translate(-100px, 70px);
}

.recruit .saiyo__flex-image:last-of-type {
  padding-right: 64px;
}

.recruit .saiyo__flex-text-box {
  flex-basis: 50%;
}

.recruit .saiyo__flex-title {
  font-size: 2.2rem;
  font-weight: 700;
}

.recruit .saiyo__flex-text {
  line-height: 2.4;
  margin-top: 2.2em;
}

.recruit .yoko {
  padding-bottom: 144px;
  background: #FFF7F9;
}

.recruit .yoko__title {
  font-size: 2.2rem;
  font-weight: 700;
}

.recruit .yoko__list {
  margin-top: 32px;
}

.recruit .yoko__list dl {
  display: flex;
  flex-direction: row;
  margin-top: 2px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.recruit .yoko__list dl:first-of-type {
  margin-top: 0;
}

.recruit .yoko__list dt {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  padding: 24px 16px;
  text-align: center;
  color: white;
  background: #E68A9C;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-basis: 168px;
}

.recruit .yoko__list dd {
  padding: 24px;
  background: #fff;
  flex-basis: calc(100% - 168px);
}

.security {
  padding: 108px 0 144px;
}

.security .content h2.content__title {
  font-size: 2.2rem;
  font-weight: 700;
}

.security .content h3.content__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 3em;
}

.security .content__text {
  margin-top: 2em;
}

.security .content__text.right {
  text-align: right;
}

.security .content__list {
  margin-top: 3em;
}

.security .content__single {
  display: flex;
  flex-direction: row;
  margin-top: 3em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  flex-wrap: nowrap;
}

.security .content__single:first-of-type {
  margin-top: 0;
}

.security .content__single .text {
  text-align: justify;
}

@media screen and (min-width:641px) {
  header {
    min-height: 74px;
  }

  .index .mv figure img {
    opacity: 0;
  }

  .index .service__content-bottom {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width:1400px) {
  .contact-center .shotyo__image {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
  }

  .index .mv__text1 .en {
    font-size: 1.4vw;
  }

  .index .mv__text1 .jp {
    font-size: 1.6vw;
  }

  .index .service .service-list h3 .en {
    font-size: 1.8rem;
  }

  .island .makes__flex-midashi {
    padding: 120px 0 140px;
  }

  .island .what__flex-image::before {
    width: 842px;
  }

  .xl-none {
    display: none !important;
  }
}

@media screen and (max-width:1399px) {
  .contact-center .bpo__text-box-midashi {
    font-size: 1.4rem;
  }

  .contact-center .bpo__images-title {
    font-size: 1.4rem;
  }

  .contact-center .in__images-title {
    font-size: 1.4rem;
  }

  .contact-center .out__images-title {
    font-size: 1.4rem;
  }

  .contact-center .shotyo__image {
    flex-basis: calc(50% - 16px);
  }

  .contact-center .shotyo__text-box {
    flex-basis: calc(50% - 16px);
  }

  .dispatch-business .haken__images-title {
    font-size: 1.4rem;
  }

  .field-sales .zeroen__images-title {
    font-size: 1.4rem;
  }

  footer .footer-head__logo {
    flex-basis: 180px;
  }

  .fixed-nav {
    width: 240px;
  }

  header {
    align-items: center;
  }

  .index .about__text-wrap {
    flex-basis: calc(50% - 12px);
  }

  .index .about__images {
    flex-basis: calc(50% - 12px);
  }

  .index .news__title-box {
    flex-basis: 200px;
  }

  .index .news__list {
    flex-basis: calc(100% - 200px - 56px);
  }

  .index .service .contact-center__flex {
    gap: 32px 24px;
  }

  .index .service .field-sales__flex {
    gap: 32px 24px;
  }

  .reason .reasons__image {
    flex-basis: calc(100% - 540px);
  }

  .reason .reasons__text-box {
    flex-basis: 540px;
  }

  .recruit .saiyo__flex-image:first-of-type {
    padding-right: 64px;
    -webkit-transform: translate(-32px, 70px);
    transform: translate(-32px, 70px);
  }

  .l-none {
    display: none !important;
  }
}

@media screen and (max-width:919px) {
  .about .call {
    padding: 48px 0 72px;
    border: 16px solid #f0f5fa;
  }

  .about .mv__text-box {
    left: 0;
    width: 100%;
    max-width: 640px;
    padding: 0 48px;
  }

  .about .mv__title .en {
    font-size: 3.2rem;
  }

  .about .mv__title .jp {
    font-size: 2rem;
  }

  .about .mv__text {
    font-size: 1.4rem;
  }

  .about .reclamation {
    padding-bottom: 74px;
  }

  .about .reclamation__flex {
    margin-top: 32px;
  }

  .about .reclamation__text-box {
    flex-basis: 100%;
  }

  .about .reclamation__image {
    flex-basis: 100%;
  }

  .about .reclamation__image img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .case-study .case-list__single {
    max-width: 640px;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
  }

  .case-study .case-list__single-thumbs {
    flex-basis: 100%;
  }

  .case-study .case-list__single-text-box {
    flex-basis: 100%;
  }

  .case-study .head-text__flex {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }

  .case-study .head-text__flex-image {
    margin-right: 0;
    margin-left: auto;
  }

  .case-study .mv__text-box {
    left: 0;
    width: 100%;
    max-width: 640px;
    padding: 0 48px;
  }

  .case-study .mv__text-box::before {
    right: auto;
    left: 0;
    width: 40vw;
  }

  .case-study .mv__title .en {
    font-size: 3.2rem;
  }

  .case-study .mv__title .jp {
    font-size: 2rem;
  }

  .case-study .mv__text {
    font-size: 1.4rem;
  }

  .company .message__flex-image {
    flex-basis: 100%;
  }

  .company .message__flex-text-box {
    flex-basis: 100%;
  }

  .company .message__flex-back-text {
    font-size: 1.6rem;
  }

  .company .message__flex-back-text span {
    padding-right: 48px;
  }

  .company .message__flex-back-text span::before {
    right: 0;
  }

  .company .mv__text-box {
    left: 0;
    width: 100%;
    max-width: 640px;
    padding: 0 48px;
  }

  .company .mv__title .en {
    font-size: 3.2rem;
  }

  .company .mv__title .jp {
    font-size: 2rem;
  }

  .company .mv__text {
    font-size: 1.4rem;
  }

  .company .profile__head-flex {
    margin-top: 48px;
  }

  .company .profile__head-flex-image {
    max-height: 400px;
    flex-basis: 100%;
  }

  .company .profile__head-flex-text-box {
    flex-basis: 100%;
  }

  .company .profile__head-flex-text-box dt {
    flex-basis: 100%;
  }

  .company .profile__head-flex-text-box dd {
    flex-basis: 100%;
  }

  .company .profile__image-flex {
    gap: 48px 40px;
  }

  .company .profile__image-flex::before {
    right: -32px;
    width: calc(100% + 64px);
  }

  .company .profile__image-flex.rev::before {
    left: -32px;
  }

  .company .profile__image-flex-single {
    flex-basis: calc(50% - 20px);
  }

  .company .profile__image-flex-name {
    font-size: 1.5rem;
  }

  .company .vision__head-text {
    font-size: 2rem;
    letter-spacing: .1em;
  }

  .company .vision__head-back {
    font-size: 1.6rem;
    margin-top: 32px;
  }

  .company .vision__step {
    margin-top: 48px;
  }

  .company .vision__step-title-text {
    font-size: 1.6rem;
    padding-left: 8px;
    color: #E68A9C;
  }

  .company .vision__step-title-text::before {
    display: none;
  }

  .company .vision__step-content {
    padding-left: 72px;
  }

  .company .vision__step-midashi {
    font-size: 1.3rem;
  }

  .company .vision__step-midashi::before {
    padding-right: 6px;
  }

  .contact-center .bpo__flex::before {
    left: 15%;
  }

  .contact-center .bpo__flex {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-center .bpo__image {
    flex-basis: 100%;
  }

  .contact-center .bpo__text-box {
    flex-basis: 100%;
  }

  .contact-center .bpo__images {
    max-width: 480px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    gap: 48px;
  }

  .contact-center .bpo__images-single {
    flex-basis: calc(100%);
  }

  .contact-center .bpo__images-single.small {
    gap: 0 8px;
  }

  .contact-center .bpo__images-small-single {
    flex-basis: calc(50% - 4px);
  }

  .contact-center .in__top-flex {
    max-width: 640px;
  }

  .contact-center .in__top-flex-image {
    flex-basis: 100%;
  }

  .contact-center .in__top-flex-text {
    flex-basis: 100%;
  }

  .contact-center .in__images {
    max-width: 480px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    gap: 48px;
  }

  .contact-center .in__images-single {
    flex-basis: calc(100%);
  }

  .contact-center .in__images-single.big {
    gap: 16px 8px;
  }

  .contact-center .in__images-small-single {
    flex-basis: calc(50% - 4px);
  }

  .contact-center .mv__text-box {
    left: 0;
    width: 100%;
    max-width: 640px;
    padding: 0 48px;
  }

  .contact-center .mv__title .en {
    font-size: 3.2rem;
  }

  .contact-center .mv__title .jp {
    font-size: 2rem;
  }

  .contact-center .mv__text {
    font-size: 1.4rem;
  }

  .contact-center .out {
    padding: 56px 0 72px;
  }

  .contact-center .out .contact-center__title {
    -webkit-transform: none;
    transform: none;
  }

  .contact-center .out__top-flex {
    max-width: 480px;
    margin-top: 32px;
  }

  .contact-center .out__top-flex-text {
    flex-basis: 100%;
  }

  .contact-center .out__top-flex-image {
    flex-basis: 100%;
  }

  .contact-center .out__images {
    max-width: 480px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    gap: 48px;
  }

  .contact-center .out__images::before {
    display: none;
  }

  .contact-center .out__images::after {
    width: 90%;
    -webkit-transform: translateX(-50%) translateY(-64px);
    transform: translateX(-50%) translateY(-64px);
  }

  .contact-center .out__images-single {
    flex-basis: calc(100%);
  }

  .contact-center .out__images-single.small {
    gap: 0 8px;
  }

  .contact-center .out__images-small-single {
    flex-basis: calc(50% - 4px);
  }

  .contact-center .shotyo__flex::before {
    left: 15%;
  }

  .contact-center .shotyo__flex {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-center .shotyo__image {
    flex-basis: 100%;
  }

  .contact-center .shotyo__text-box {
    flex-basis: 100%;
  }

  .contact-center .shotyo .more {
    margin-top: 48px;
  }

  .dispatch-business .haken {
    padding: 0 0 72px;
  }

  .dispatch-business .haken .contact-center__title {
    -webkit-transform: none;
    transform: none;
  }

  .dispatch-business .haken__top-flex {
    max-width: 480px;
  }

  .dispatch-business .haken__top-flex-image {
    flex-basis: 100%;
  }

  .dispatch-business .haken__top-flex-text-box {
    flex-basis: 100%;
  }

  .dispatch-business .haken__images {
    max-width: 480px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    gap: 48px;
  }

  .dispatch-business .haken__images::before {
    display: none;
  }

  .dispatch-business .haken__images-single {
    flex-basis: calc(100%);
  }

  .dispatch-business .haken__images-single.small {
    gap: 0 8px;
  }

  .dispatch-business .haken__images-small-single {
    flex-basis: calc(50% - 4px);
  }

  .dispatch-business .mv__text-box {
    left: 0;
    width: 100%;
    max-width: 640px;
    padding: 0 48px;
  }

  .dispatch-business .mv__title .en {
    font-size: 3.2rem;
  }

  .dispatch-business .mv__title .jp {
    font-size: 2rem;
  }

  .dispatch-business .mv__text {
    font-size: 1.4rem;
  }

  .field-sales .daiko {
    padding: 72px 0 128px;
  }

  .field-sales .daiko .field-sales__title {
    -webkit-transform: none;
    transform: none;
    text-align: center;
  }

  .field-sales .daiko__flex::before {
    top: 5%;
    right: 16px;
    height: 90%;
    -webkit-transform: none;
    transform: none;
  }

  .field-sales .daiko__flex {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }

  .field-sales .daiko__flex-text-box {
    flex-basis: 100%;
  }

  .field-sales .daiko__flex-image {
    flex-basis: 100%;
  }

  .field-sales .mv__text-box {
    left: 0;
    width: 100%;
    max-width: 640px;
    padding: 0 48px;
  }

  .field-sales .mv__title .en {
    font-size: 3.2rem;
  }

  .field-sales .mv__title .jp {
    font-size: 2rem;
  }

  .field-sales .mv__text {
    font-size: 1.4rem;
  }

  .field-sales .zeroen__top-flex::before {
    right: 15%;
  }

  .field-sales .zeroen__top-flex {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }

  .field-sales .zeroen__top-flex-text-box {
    flex-basis: 100%;
  }

  .field-sales .zeroen__top-flex-image {
    flex-basis: 100%;
  }

  .field-sales .zeroen__images {
    max-width: 480px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 32px;
    gap: 48px;
  }

  .field-sales .zeroen__images-single {
    flex-basis: calc(100%);
  }

  .field-sales .zeroen__images-single.big {
    gap: 16px 8px;
  }

  .field-sales .zeroen__images-small-single {
    flex-basis: calc(50% - 4px);
  }

  .field-sales .zeroen .more {
    margin-top: 48px;
  }

  footer .footer-head {
    flex-wrap: wrap;
    gap: 32px 0;
  }

  footer .footer-head__bar {
    height: 1px;
    flex-basis: 100%;
  }

  footer .footer-head .other {
    flex-direction: row;
    align-items: center;
  }

  .f-information {
    padding: 90px 0;
    background-attachment: local, scroll;
    background-size: cover;
  }

  .f-information__single {
    flex-basis: 100%;
  }

  .hum-global__images {
    flex-basis: calc(100% - 320px);
  }

  .hum-global__nav-wrap {
    flex-basis: 320px;
  }

  .hum-global__nav-center {
    padding: 32px;
    gap: 36px 0;
  }

  .hum-global__main li {
    font-size: 1.6rem;
    margin-bottom: 1.4em;
  }

  .hum-global__main li:last-child {
    margin-bottom: 0;
  }

  .hum-global__sub li {
    font-size: 1.8rem;
  }

  .index .case {
    margin-top: 90px;
    padding-bottom: 60px;
  }

  .index .case__head-text {
    text-align: left;
  }

  .index .intro {
    margin-top: 90px;
  }

  .index .intro__flex-single {
    flex-basis: calc(100% / 3 - 24px * 3 / 2);
  }

  .index .island {
    margin-top: 90px;
    background-attachment: local, scroll;
    background-size: cover;
  }

  .index .links {
    padding: 90px 0;
    background-attachment: local, scroll;
    background-size: cover;
  }

  .index .links__single {
    flex-basis: 100%;
  }

  .index .news__title-box {
    flex-basis: 160px;
  }

  .index .news__list {
    flex-basis: calc(100% - 160px - 56px);
  }

  .index .reasons {
    margin-top: 90px;
  }

  .index .reasons__flex {
    gap: 32px 24px;
  }

  .index .reasons__single {
    flex-basis: calc(100% / 2 - 16px);
  }

  .index .service {
    margin-top: 90px;
  }

  .index .service .service-list h3 .en {
    font-size: 1.6rem;
  }

  .index .service .service-list h3 .jp {
    font-size: 1.8rem;
  }

  .index .service .contact-center__flex {
    justify-content: space-around;
    gap: 48px 90px;
    flex-wrap: wrap;
    flex-basis: 225px;
  }

  .index .service .field-sales {
    flex-basis: 100%;
  }

  .index .service .field-sales__flex {
    justify-content: space-around;
    gap: 48px 90px;
    flex-wrap: wrap;
    flex-basis: 225px;
  }

  .index .service .dispatch-business {
    flex-basis: 50%;
  }

  .index .service .dispatch-business__single {
    max-width: 225px;
  }

  .index .service .recruitment {
    flex-basis: 50%;
  }

  .index .service .recruitment__single {
    max-width: 225px;
  }

  .information .mv__text-box {
    left: 0;
    width: 100%;
    max-width: 640px;
    padding: 0 48px;
  }

  .information .mv__title .en {
    font-size: 3.2rem;
  }

  .information .mv__title .jp {
    font-size: 2rem;
  }

  .island .makes__flex {
    gap: 32px 48px;
  }

  .island .makes__flex-midashi {
    flex-basis: calc(264 / 1400 * 100vw);
  }

  .island .makes__flex-midashi picture {
    width: calc(168 / 1400 * 100vw);
  }

  .island .makes__flex-content {
    flex-basis: calc(100% - 264 / 1400 * 100vw - 48px);
  }

  .island .makes__thumbs-single {
    flex-basis: 50%;
  }

  .island .what__flex {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }

  .island .what__flex-text-box {
    flex-basis: 100%;
  }

  .island .what__flex-image {
    flex-basis: 100%;
  }

  .island .what__flex-image::before {
    width: 100%;
  }

  .materials .contents .more {
    margin-top: 32px;
  }

  .materials .mv__text-box {
    left: 0;
    width: 100%;
    max-width: 640px;
    padding: 0 48px;
  }

  .materials .mv__title .en {
    font-size: 3.2rem;
  }

  .materials .mv__title .jp {
    font-size: 2rem;
  }

  .news .mv__text-box {
    left: 0;
    width: 100%;
    max-width: 640px;
    padding: 0 48px;
  }

  .news .mv__title .en {
    font-size: 3.2rem;
  }

  .news .mv__title .jp {
    font-size: 2rem;
  }

  .news .mv__text {
    font-size: 1.4rem;
  }

  .news .back-number__single {
    flex-basis: calc(50% - 10px);
  }

  .reason .mv__text-box {
    left: 0;
    width: 100%;
    max-width: 640px;
    padding: 0 48px;
  }

  .reason .mv__title .en {
    font-size: 3.2rem;
  }

  .reason .mv__title .jp {
    font-size: 2rem;
  }

  .reason .mv__text {
    font-size: 1.4rem;
  }

  .reason .reasons {
    padding: 0 24px;
  }

  .reason .reasons__single {
    margin-top: 40px;
    -webkit-transform: translateY(-54px);
    transform: translateY(-54px);
  }

  .reason .reasons__image {
    flex-basis: 50%;
  }

  .reason .reasons__text-box {
    flex-basis: 50%;
  }

  .recruit .mv__text-box {
    left: 0;
    width: 100%;
    max-width: 640px;
    padding: 0 48px;
  }

  .recruit .mv__title .en {
    font-size: 3.2rem;
  }

  .recruit .mv__title .jp {
    font-size: 2rem;
  }

  .recruit .mv__text {
    font-size: 1.4rem;
  }

  .recruit .saiyo__links-single {
    flex-basis: 100%;
  }

  .recruit .saiyo__flex-images {
    flex-basis: 100%;
  }

  .recruit .saiyo__flex-image:first-of-type {
    max-width: 480px;
    margin-right: auto;
    padding-right: 0;
    -webkit-transform: none;
    transform: none;
  }

  .recruit .saiyo__flex-image:last-of-type {
    max-width: 480px;
    margin-left: auto;
    padding-right: 0;
  }

  .recruit .saiyo__flex-text-box {
    flex-basis: 100%;
  }

  .recruit .saiyo__flex-title {
    font-size: 1.6rem;
  }

  .recruit .yoko {
    padding-bottom: 72px;
  }

  .recruit .yoko__title {
    font-size: 1.6rem;
  }

  .m-none {
    display: none !important;
  }

  br:not(.br) {
    display: none;
  }
}

@media screen and (max-width:640px) {
  .fadein.rag1 {
    transition: ease .3s opacity, ease .3s transform .15s;
  }

  .fadein.rag2 {
    transition: ease .3s opacity, ease .3s transform .15s;
  }

  .fadein.rag3 {
    transition: ease .3s opacity, ease .3s transform .15s;
  }

  .fadein.rag4 {
    transition: ease .3s opacity, ease .3s transform .15s;
  }

  .fadein.rag5 {
    transition: ease .3s opacity, ease .3s transform .15s;
  }

  .fadein.rag6 {
    transition: ease .3s opacity, ease .3s transform .15s;
  }

  .fadein.rag7 {
    transition: ease .3s opacity, ease .3s transform .15s;
  }

  .fadein.rag8 {
    transition: ease .3s opacity, ease .3s transform .15s;
  }

  .fadein.rag9 {
    transition: ease .3s opacity, ease .3s transform .15s;
  }

  .fadein.rag10 {
    transition: ease .3s opacity, ease .3s transform .15s;
  }

  .slidein.rag1 {
    transition: ease .6s all;
  }

  .slidein.rag2 {
    transition: ease .6s all;
  }

  .slidein.rag3 {
    transition: ease .6s all;
  }

  .slidein.rag4 {
    transition: ease .6s all;
  }

  .slidein.rag5 {
    transition: ease .6s all;
  }

  .slidein.rag6 {
    transition: ease .6s all;
  }

  .slidein.rag7 {
    transition: ease .6s all;
  }

  .slidein.rag8 {
    transition: ease .6s all;
  }

  .slidein.rag9 {
    transition: ease .6s all;
  }

  .slidein.rag10 {
    transition: ease .6s all;
  }

  .fs_sp10 {
    font-size: 10px;
  }

  .fs_sp11 {
    font-size: 11px;
  }

  .fs_sp12 {
    font-size: 12px;
  }

  .fs_sp13 {
    font-size: 13px;
  }

  .fs_sp14 {
    font-size: 14px;
  }

  .fs_sp15 {
    font-size: 15px;
  }

  .fs_sp16 {
    font-size: 16px;
  }

  .fs_sp17 {
    font-size: 17px;
  }

  .fs_sp18 {
    font-size: 18px;
  }

  .fs_sp19 {
    font-size: 19px;
  }

  .fs_sp20 {
    font-size: 20px;
  }

  .fs_sp21 {
    font-size: 21px;
  }

  .fs_sp22 {
    font-size: 22px;
  }

  .fs_sp23 {
    font-size: 23px;
  }

  .fs_sp24 {
    font-size: 24px;
  }

  .fs_sp25 {
    font-size: 25px;
  }

  .fs_sp26 {
    font-size: 26px;
  }

  .fs_sp27 {
    font-size: 27px;
  }

  .fs_sp28 {
    font-size: 28px;
  }

  .fs_sp29 {
    font-size: 29px;
  }

  .fs_sp30 {
    font-size: 30px;
  }

  .fs_sp31 {
    font-size: 31px;
  }

  .fs_sp32 {
    font-size: 32px;
  }

  .fs_sp33 {
    font-size: 33px;
  }

  .fs_sp34 {
    font-size: 34px;
  }

  .fs_sp35 {
    font-size: 35px;
  }

  .fs_sp36 {
    font-size: 36px;
  }

  .fs_sp37 {
    font-size: 37px;
  }

  .fs_sp38 {
    font-size: 38px;
  }

  .fs_sp39 {
    font-size: 39px;
  }

  .fs_sp40 {
    font-size: 40px;
  }

  .fs_sp41 {
    font-size: 41px;
  }

  .fs_sp42 {
    font-size: 42px;
  }

  .fs_sp43 {
    font-size: 43px;
  }

  .fs_sp44 {
    font-size: 44px;
  }

  .fs_sp45 {
    font-size: 45px;
  }

  .fs_sp46 {
    font-size: 46px;
  }

  .fs_sp47 {
    font-size: 47px;
  }

  .fs_sp48 {
    font-size: 48px;
  }

  .fs_sp49 {
    font-size: 49px;
  }

  .fs_sp50 {
    font-size: 50px;
  }

  .fs_sp51 {
    font-size: 51px;
  }

  .fs_sp52 {
    font-size: 52px;
  }

  .fs_sp53 {
    font-size: 53px;
  }

  .fs_sp54 {
    font-size: 54px;
  }

  .fs_sp55 {
    font-size: 55px;
  }

  .fs_sp56 {
    font-size: 56px;
  }

  .fs_sp57 {
    font-size: 57px;
  }

  .fs_sp58 {
    font-size: 58px;
  }

  .fs_sp59 {
    font-size: 59px;
  }

  .fs_sp60 {
    font-size: 60px;
  }

  .wrap {
    padding: 0 16px;
  }

  p,
  li,
  dt,
  dd {
    font-size: 1.2rem;
  }

  .about .mv {
    height: 60vh;
  }

  .about .mv::before {
    top: 64px;
    height: 60vh;
    background-image: url('../../images/about/mv__sp.webp');
  }

  .case-study .case-list__single {
    margin-top: 48px;
    padding: 24px;
  }

  .case-study .head-text__flex-image {
    width: 180px;
  }

  .case-study .mv {
    height: 60vh;
  }

  .case-study .mv::before {
    top: 64px;
    height: 60vh;
    background-image: url('../../images/case-study/mv__sp.webp');
  }

  .case-study .mv__text-box::before {
    width: 80vw;
  }

  .company__title .en {
    font-size: 3.2rem;
  }

  .company__title .jp {
    font-size: 1.4rem;
  }

  .company .message {
    padding-top: 56px;
    padding-bottom: 74px;
  }

  .company .mv {
    height: 60vh;
  }

  .company .mv::before {
    top: 64px;
    height: 60vh;
    background-image: url('../../images/company/mv__sp.webp');
  }

  .company .page-nav__single {
    flex-basis: calc(50% - 10px);
  }

  .company .profile__image-flex-single {
    flex-basis: 100%;
  }

  .company .vision {
    padding-top: 56px;
    padding-bottom: 74px;
  }

  .company .vision::before {
    height: 76px;
  }

  .contact-center .bpo {
    padding: 56px 0 72px;
  }

  .contact-center .bpo__text-box-midashi::before {
    padding-right: 2px;
  }

  .contact-center .bpo__images-title::before {
    padding-right: 2px;
  }

  .contact-center .bpo__images-title {
    font-size: 1.26rem;
  }

  .contact-center .bpo__images-thumbs {
    margin-top: 8px;
  }

  .contact-center .bpo__images-text {
    margin-top: 8px;
  }

  .contact-center__title {
    font-size: 1.8rem;
  }

  .contact-center .in {
    padding: 64px 0 72px;
  }

  .contact-center .in__images-title::before {
    padding-right: 2px;
  }

  .contact-center .in__images-title {
    font-size: 1.26rem;
  }

  .contact-center .in__images-thumbs {
    margin-top: 8px;
  }

  .contact-center .in__images-text {
    margin-top: 8px;
  }

  .contact-center .mv {
    height: 60vh;
  }

  .contact-center .mv::before {
    top: 64px;
    height: 60vh;
    background-image: url('../../images/contact-center/mv__sp.webp');
  }

  .contact-center .out__images-title::before {
    padding-right: 2px;
  }

  .contact-center .out__images-title {
    font-size: 1.26rem;
  }

  .contact-center .out__images-thumbs {
    margin-top: 8px;
  }

  .contact-center .out__images-text {
    margin-top: 8px;
  }

  .contact-center .page-nav__single {
    flex-basis: calc(50% - 10px);
  }

  .contact-center .shotyo {
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .contact-center .shotyo__text-box-list li {
    font-size: 1.3rem;
    padding-left: 32px;
  }

  .contact-center .shotyo__text-box-list li:nth-of-type(1)::before {
    font-size: 2rem;
  }

  .contact-center .shotyo__text-box-list li:nth-of-type(2)::before {
    font-size: 2rem;
  }

  .contact-center .shotyo__text-box-list li:nth-of-type(3)::before {
    font-size: 2rem;
  }

  .contact-center .shotyo__text-box-list li:nth-of-type(4)::before {
    font-size: 2rem;
  }

  .contact-center .shotyo__text-box-list li:nth-of-type(5)::before {
    font-size: 2rem;
  }

  .contact-center .shotyo__taikyo-image {
    flex-basis: 100%;
  }

  .contact-center .shotyo__taikyo-text {
    flex-basis: 100%;
  }

  .contact-center .shotyo .more a::before {
    right: 88pxpx;
  }

  .dispatch-business .haken__images-title::before {
    padding-right: 2px;
  }

  .dispatch-business .haken__images-title {
    font-size: 1.26rem;
  }

  .dispatch-business .haken__images-thumbs {
    margin-top: 8px;
  }

  .dispatch-business .haken__images-text {
    margin-top: 8px;
  }

  .dispatch-business .mv {
    height: 60vh;
  }

  .dispatch-business .mv::before {
    top: 64px;
    height: 60vh;
    background-image: url('../../images/dispatch-business/mv__sp.webp');
  }

  .dispatch-business .page-nav__single {
    flex-basis: calc(50% - 10px);
  }

  .field-sales__title {
    font-size: 1.8rem;
  }

  .field-sales .daiko {
    padding: 56px 0 72px;
  }

  .field-sales .mv {
    height: 60vh;
  }

  .field-sales .mv::before {
    top: 64px;
    height: 60vh;
    background-image: url('../../images/field-sales/mv__sp.webp');
  }

  .field-sales .page-nav__single {
    flex-basis: calc(50% - 10px);
  }

  .field-sales .zeroen {
    padding: 0 0 72px;
  }

  .field-sales .zeroen__images-title::before {
    padding-right: 2px;
  }

  .field-sales .zeroen__images-title {
    font-size: 1.26rem;
  }

  .field-sales .zeroen__images-thumbs {
    margin-top: 8px;
  }

  .field-sales .zeroen__images-text {
    margin-top: 8px;
  }

  .field-sales .zeroen .more a::before {
    right: 88pxpx;
  }

  footer .footer-head__logo {
    flex-basis: 100%;
  }

  footer .footer-head__logo a {
    width: 180px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  footer .footer-head .other {
    flex-direction: column;
    justify-content: center;
    flex-basis: 100%;
  }

  footer .footer-bottom p {
    font-size: 1.2rem;
  }

  .f-information__title .en {
    font-size: 3.2rem;
  }

  .f-information__title .jp {
    font-size: 1.4rem;
  }

  header {
    min-height: 64px;
  }

  header .logo {
    margin-left: 16px;
    flex-basis: 144px;
  }

  header .global-toggle {
    width: 24px;
    margin-right: 16px;
    flex-basis: 24px;
    gap: 4px;
  }

  .hum-global {
    top: 64px;
    height: calc(100% - 64px);
  }

  .hum-global__nav-wrap {
    height: 100%;
    flex-basis: 100%;
  }

  .index .about__text-wrap {
    flex-basis: 100%;
  }

  .index .about__images {
    flex-basis: 100%;
  }

  .index .about__more {
    margin-top: 24px;
  }

  .index .case__slider {
    margin-top: 56px;
  }

  .index .case .slick-slide+.slick-slide {
    margin-left: 0;
  }

  .index__title .en {
    font-size: 3.2rem;
  }

  .index__title .jp {
    font-size: 1.4rem;
  }

  .index .more {
    font-size: 1rem;
    line-height: 10px;
  }

  .index .more a {
    width: 100px;
    padding: 8px;
  }

  .index .more a::before {
    right: 88pxpx;
  }

  .index .intro__flex-single {
    flex-basis: calc(50% - 12px);
  }

  .index .links__single-text-box {
    flex-basis: 100%;
  }

  .index .links__single-image {
    flex-basis: 100%;
  }

  .index .links__single:nth-of-type(3) {
    flex-basis: 100%;
  }

  .index .links__single:nth-of-type(3) .links__single-text-box {
    flex-basis: 100%;
  }

  .index .links__single:nth-of-type(3) .links__single-image, .index .links__single:nth-of-type(4) .links__single-image {
    flex-basis: 100%;
  }

  .index .mv {
    height: 540px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: (180px)[3];
    grid-template-rows: repeat(3, 180px);
  }

  .index .mv__image2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .index .mv__text1 {
    height: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }

  .index .mv__text1 .en {
    font-size: 1.8rem;
  }

  .index .mv__text1 .jp {
    font-size: 1.6rem;
  }

  .index .mv__image6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .index .news__title-box {
    flex-basis: 100%;
  }

  .index .news__list {
    flex-basis: 100%;
  }

  .index .reasons .wrap .white-back {
    top: 18px;
    left: 70px;
  }

  .index .reasons__flex {
    margin-top: 48px;
    gap: 32px 16px;
    justify-content: flex-start;
  }

  .index .reasons__single {
    flex-basis: calc(50% - 8px);
  }

  .index .service .wrap .white-back {
    top: 18px;
  }

  .index .service .service-list {
    padding: 48px 32px;
  }

  .index .service .contact-center__flex {
    width: 100%;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }

  .index .service .contact-center__single {
    flex-basis: 100%;
  }

  .index .service .field-sales__flex {
    width: 100%;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }

  .index .service .field-sales__single {
    flex-basis: 100%;
  }

  .index .service .dispatch-business {
    flex-basis: 100%;
  }

  .index .service .recruitment, .index .service .kenkoukeiei {
    flex-basis: 100%;
  }

  .information .mv {
    height: 60vh;
  }

  .information .mv::before {
    top: 64px;
    height: 60vh;
    background-image: url('../../images/information/mv__sp.webp');
  }

  .island .makes__flex {
    flex-wrap: wrap;
  }

  .island .makes__flex-midashi {
    padding: 32px 0;
    text-align: center;
    flex-basis: 100%;
    justify-content: center;
  }

  .island .makes__flex-midashi::before {
    top: 0;
    right: -50%;
    width: 200vw;
    height: 100%;
  }

  .island .makes__flex-midashi picture {
    width: auto;
  }

  .island .makes__flex-midashi.blue {
    justify-content: center;
  }

  .island .makes__flex-midashi.blue::before {
    left: auto;
  }

  .island .makes__flex-content {
    padding: 0 0 48px;
    flex-basis: 100%;
  }

  .island .makes__flex-big-text {
    font-size: 1.8rem;
  }

  .island .mv {
    height: calc(100vh - 64px);
  }

  .island .mv::before {
    top: 64px;
    height: calc(100vh - 64px);
  }

  .island .mv__title-image {
    width: 100%;
    max-width: 264px;
  }

  .island .what__flex-title {
    font-size: 3.2rem;
  }

  .island .what__flex-text {
    font-size: 1.8rem;
  }

  .island .what__flex-text span {
    font-size: 1.4rem;
  }

  .materials .contents .green_box {
    padding: 32px 16px;
  }

  .materials .contents__single {
    flex-basis: 100%;
  }

  .materials .contents .more a::before {
    right: 88pxpx;
  }

  .materials .mv {
    height: 60vh;
  }

  .materials .mv::before {
    top: 64px;
    height: 60vh;
    background-image: url('../../images/materials/mv__sp.webp');
  }

  .news .mv {
    height: 60vh;
  }

  .news .mv::before {
    top: 64px;
    height: 60vh;
    background-image: url('../../images/news/mv__sp.webp');
  }

  .news .single__date {
    font-size: 1.5rem;
  }

  .news .single .single__slider+.single__date {
    padding-top: 48px;
  }

  .news .single__title {
    font-size: 1.6rem;
  }

  .privacy, .tekikaku-kiyaku, .tokusyoho {
    padding: 54px 0 72px;
  }

  .privacy .content h2.content__title, .tekikaku-kiyaku .content h2.content__title, .tokusyoho .content h2.content__title {
    font-size: 1.8rem;
  }

  .privacy .content h3.content__title, .tekikaku-kiyaku .content h3.content__title, .tokusyoho .content h3.content__title {
    font-size: 1.5rem;
  }

  .privacy-policy {
    padding: 54px 0 72px
  }

  .privacy-policy .content h2.content__title {
    font-size: 1.8rem
  }

  .privacy-policy .content h3.content__title {
    font-size: 1.5rem
  }

  .reason .mv {
    height: 60vh;
  }

  .reason .mv::before {
    top: 64px;
    height: 60vh;
    background-image: url('../../images/reason/mv__sp.webp');
    -webkit-filter: brightness(.6);
    filter: brightness(.6);
  }

  .reason .mv__title {
    color: white;
  }

  .reason .mv__text {
    color: white;
  }

  .reason .reasons {
    padding: 0 16px;
  }

  .reason .reasons__image {
    flex-basis: 100%;
  }

  .reason .reasons__text-box {
    padding: 24px;
    flex-basis: 100%;
  }

  .recruit .mv {
    height: 60vh;
  }

  .recruit .mv::before {
    top: 64px;
    height: 60vh;
    background-image: url('../../images/recruit/mv__sp.webp');
  }

  .recruit .saiyo__links-single-text-box {
    flex-basis: 100%;
  }

  .recruit .saiyo__links-single-image {
    flex-basis: 100%;
  }

  .recruit .yoko__list dt {
    flex-basis: 100%;
  }

  .recruit .yoko__list dd {
    flex-basis: 100%;
  }

  .security {
    padding: 54px 0 72px;
  }

  .security .content h2.content__title {
    font-size: 1.8rem;
  }

  .security .content h3.content__title {
    font-size: 1.5rem;
  }

  .s-none {
    display: none !important;
  }
}

/**個人情報保護方針の「保有個人データの安全管理のために講じた措置について」の表 ここから**/
table.privacy-data-sochi {
  border-collapse: collapse;
  margin: 2rem 0;
}

/*PC*/
@media screen and (min-width: 600px) {
  table.privacy-data-sochi th, table.privacy-data-sochi td {
    padding: 10px !important;
    font-size: 1.4rem !important;
    border: solid 1px #000 !important;
  }

  table.privacy-data-sochi th {
    width: 20% !important;
    background-color: #f2f2f2;
  }
}

/*SP*/
@media screen and (max-width: 599px) {
  table.privacy-data-sochi th, table.privacy-data-sochi td {
    display: block;
    width: 100% !important;
    font-size: 1.2rem !important;
    line-height: 2.5rem !important;
  }

  table.privacy-data-sochi th {
    background-color: #f2f2f2 !important;
    margin-top: 2rem !important;
  }
}

/**個人情報保護方針の「保有個人データの安全管理のために講じた措置について」の表 ここまで**/

/**テキカク利用規約(利用企業様向け)のリスト ここから**/
.tekikaku-kiyaku-list {
  margin: 2rem 0;
  list-style: none;
  counter-reset: counter_twoListItem;
}

@media only screen and (min-width: 768px) {
  .tekikaku-kiyaku-list>li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .tekikaku-kiyaku-list>li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}

.tekikaku-kiyaku-list>li {
  position: relative;
  padding-left: 2rem;
  line-height: 1.6;
}

.tekikaku-kiyaku-list>li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(counter_twoListItem) ".";
  counter-increment: counter_twoListItem;
}

.tekikaku-kiyaku-list-sub {
  margin: 1rem 0 2rem;
  list-style: none;
  counter-reset: counter_listItem;
}

.tekikaku-kiyaku-list-sub>li {
  position: relative;
  padding-left: 4.5rem;
}

@media only screen and (min-width: 768px) {
  .tekikaku-kiyaku-list-sub>li:not(:last-child) {
    margin-bottom: 0.3rem;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767px) {
  .tekikaku-kiyaku-list-sub>li:not(:last-child) {
    margin-bottom: 0.8rem;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 768px) {
  .tekikaku-kiyaku-list-sub>li:not(:last-child)::before {
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tekikaku-kiyaku-list-sub>li:not(:last-child)::before {
    top: 0.2rem;
  }
}

.tekikaku-kiyaku-list-sub>li::before {
  position: absolute;
  left: 0;
  letter-spacing: -0.1rem;
  content: "（"counter(counter_listItem) "）";
  counter-increment: counter_listItem;
}

/*数字を非表示*/
.tekikaku-kiyaku-list.no-num>li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(counter_twoListItem) ".";
  counter-increment: counter_twoListItem;
  display: none !important;
}

/**テキカク利用規約(利用企業様向け)のリスト ここまで**/

/*黒文字*/
p.black {
  color: #000 !important;
}

/*幅100%*/
.wid-100 {
  width: 100% !important;
}

/*スマホだけ中央揃え*/
@media only screen and (max-width: 767px) {
  .sp-center {
    text-align: center !important;
  }
}

@media only screen and (min-width: 768px) {
  .pc-mar-top-2rem {
    margin-top: 2rem !important;
  }

  .pc-mar-top-5rem {
    margin-top: 5rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp-mar-top-2rem {
    margin-top: 2rem !important;
  }

  .sp-mar-top-5rem {
    margin-top: 5rem !important;
  }
}

@media screen and (min-width:1400px) {
  .xl-none {
    display: none !important;
  }
}

@media screen and (max-width:1399px) {
  .l-none {
    display: none !important;
  }
}

@media screen and (max-width:919px) {
  .m-none {
    display: none !important;
  }

  br:not(.br) {
    display: none;
  }
}

@media screen and (max-width:640px) {
  .s-none {
    display: none !important;
  }

  .information .forms__list {
    padding: 24px;
  }

  .information .forms__single-title {
    flex-basis: 100%;
  }

  .information .forms__single-inputs {
    margin-top: 8px;
    flex-basis: 100%;
  }
}