@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
p,
ul,
ol,
li,
dl,
dt,
dd,
textarea,
h1,
h2,
h3,
h4,
h5,
fieldset,
form,
label,
legend {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
}

a {
  color: #000;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #000;
  font-family: "Noto Sans CJK JP Regular";
  font-size: 1.5rem;
  height: 100%;
  line-height: 1;
  font-family: Hiragino Kaku Gothic Pro;
}

.tokusho-button {
  font-weight: bold;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  border: #fff solid 2px;
  padding: 6px 12px;
  letter-spacing: 0.1em;
  font-size: 15px;
  touch-action: manipulation;
}
.tokusho-button:hover {
  opacity: 0.7;
}
.tokusho-button-wrapper {
  margin-bottom: 36px;
  width: 100%;
}

.tokusho-modal {
  transition: all 0.6s;
  background-image: url(../img/background.png);
  background-size: cover;
  background-position: center;
  overflow-y: auto;
  background-color: white;
  position: fixed;
  width: 90%;
  height: 80vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1500;
  padding-bottom: 144px;
  color: #333333;
}
.tokusho-modal-headding {
  color: #464646;
  margin: 64px auto 100px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}
.tokusho-modal-row {
  width: 78%;
  margin: 36px auto 0;
}
.tokusho-modal-row p {
  line-height: 24px;
}
.tokusho-modal-row p:last-child {
  font-size: 14px;
}
.tokusho-modal-title {
  margin-right: 144px;
  border-bottom: 1px solid #999999;
  padding-bottom: 4px;
  margin-bottom: 8px;
  width: 100%;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1400;
  background-color: #464646;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 1s;
}
.overlay p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  color: white;
}
.overlay p.interview {
  bottom: 10px;
}
.overlay p:hover {
  color: black;
}

.dummy {
  color: red;
}

.over-flow-hidden {
  overflow: hidden;
}

.toggle-humberger-service {
  cursor: pointer;
  height: 0;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.tel a {
  color: white;
}

.humberger-service {
  border-left: white 2px solid;
  max-height: 0;
  opacity: 0;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin: 16px 0;
  pointer-events: none;
}
.humberger-service.open {
  color: white;
  max-height: 100%;
  opacity: 1;
  pointer-events: unset;
}

.shining.skeleton {
  overflow: hidden;
  position: relative;
}
.shining.skeleton::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  position: absolute;
  top: 0;
  left: 0;
  animation: skeleton-animation 0.4s linear 1;
  transform: translateX(-500%) scale(1, 1);
  pointer-events: none;
}

@keyframes skeleton-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.banner {
  display: flex;
  align-items: start;
}
.banner-left {
  display: flex;
  flex-direction: column;
  width: 48%;
  justify-content: space-between;
}
.banner-right {
  width: 48%;
  height: 100%;
}
.banner-items {
  margin-right: 16px;
}
.banner-items:first-child {
  margin-bottom: 16px;
}

#engage-contributions-widget-wrapper {
  height: 100%;
}

.circle {
  position: absolute;
  background-image: url(../img/firstview-color.png);
  background-size: cover;
  background-color: #333;
  background-repeat: no-repeat;
  height: 800px;
  width: 100%;
  max-width: 1600px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.2s;
  -webkit-clip-path: ellipse(60px 60px at 4% 4%);
          clip-path: ellipse(60px 60px at 4% 4%);
  z-index: 90;
}

@media screen and (min-width: 1600px) {
  .circle {
    height: unset;
    width: 100%;
    aspect-ratio: 16/9;
    max-width: unset;
  }
}
.dli-chevron-down {
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  color: rgb(255, 255, 255);
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/* マウスストーカー */
#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  z-index: 10000;
  text-align: center;
}
#mouse-stalker span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#mouse-stalker span.show {
  opacity: 1;
}
#mouse-stalker.is_active {
  background-color: rgba(255, 255, 255, 0.9);
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
}
#mouse-stalker.difference {
  background: rgb(255, 255, 255);
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  mix-blend-mode: difference;
  font-weight: bold;
}

.mouse-on-color {
  filter: grayscale(100%);
  transition: filter 0.2s ease-in-out;
}
.mouse-on-color:hover {
  filter: grayscale(0);
}

#window {
  background-image: url(../img/background.png);
  background-position: center center;
  width: 100%;
  height: 4179px;
  background-size: 100%;
  background-repeat: repeat-y;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: bg-slider 60s linear infinite;
  z-index: -10000;
}

@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -4179px;
  }
}
.scale-up {
  transition: all 0.3s;
}
.scale-up:hover {
  transform: scale(1.1);
}

.scroll-to-color {
  filter: grayscale(100%);
}
.scroll-to-color.is-color {
  filter: grayscale(0%);
}

.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.delay-10 {
  transition-delay: 0.2s;
}
.scroll-up.delay-20 {
  transition-delay: 0.4s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.scroll-from-left {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
  transition: all 1s;
}
.scroll-from-left.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.scroll-from-right {
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  transition: all 1s;
}
.scroll-from-right.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

/*矢印が右に移動する*/
.btnarrow3 {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  outline: none;
}

/*矢印と下線の形状*/
.btnarrow3::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 48%;
  left: 66%;
  /*下線の形状*/
  width: 20%;
  height: 2px;
  background: rgb(255, 255, 255);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

.btnarrow3::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 52%;
  right: 14%;
  /*矢印の形状*/
  width: 15px;
  height: 2px;
  background: rgb(255, 255, 255);
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

/*hoverした際の移動*/
.btnarrow3:hover::before {
  left: 70%;
}

.btnarrow3:hover::after {
  right: 10%;
}

/*矢印が右に移動する*/
.btnarrow4 {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  outline: none;
}
.btnarrow4.disable::before {
  background: rgb(168, 168, 168);
}
.btnarrow4.disable::after {
  background: rgb(168, 168, 168);
}
.btnarrow4.disable:hover::before {
  left: 69%;
}
.btnarrow4.disable:hover::after {
  right: 0%;
}

/*矢印と下線の形状*/
.btnarrow4::before {
  content: "";
  /*絶対配置で下線の位置を決める*/
  position: absolute;
  bottom: 13px;
  left: 69%;
  /*下線の形状*/
  width: 30%;
  height: 2px;
  background: #333;
  /*アニメーションの指定*/
  transition: all 0.3s;
}

.btnarrow4::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  bottom: 17px;
  right: 0;
  /*矢印の形状*/
  width: 15px;
  height: 2px;
  background: #333;
  transform: rotate(35deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before {
  left: 80%;
}

.btnarrow4:hover::after {
  right: -11%;
}

main,
header,
nav,
footer {
  display: block;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

p {
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}
a.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.view_more {
  padding: 8px;
  font-size: 16px;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #000;
  vertical-align: top;
  width: 200px;
  font-family: Hiragino Kaku Gothic Pro;
  font-weight: bold;
  margin-top: 16px;
}
.view_more.disable {
  color: rgb(168, 168, 168);
  border-bottom: 2px solid rgb(168, 168, 168);
}

.wrap {
  width: 84%;
  max-width: 1280px;
  margin: 0 auto;
}

.balloon1-top {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 16px 16px;
  width: 190px;
  color: #555;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 120%;
  left: 40%;
  transform: scale(0, 0);
  transition: all 0.3s;
  transform-origin: 24px -10px;
}
.balloon1-top p {
  color: white;
}
.balloon1-top:hover {
  transform: scale(1, 1);
}

.show {
  display: block;
}

.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -58px;
  border: 15px solid transparent;
  border-bottom: 15px solid rgba(0, 0, 0, 0.8);
}

.balloon1-top p {
  margin: 16px 0;
  padding: 0;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.headding {
  width: 100%;
  margin-top: 158px;
  position: relative;
}
.headding-text {
  position: absolute;
  top: 48%;
  left: 8%;
}
.headding-title {
  font-size: 58px;
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
.headding-jptitle {
  font-size: 20px;
  font-family: Hiragino Kaku Gothic Pro;
  font-weight: bold;
}
.headding-img {
  width: 100%;
}

.section_title {
  display: flex;
  align-items: center;
}
.section_title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 58px;
  margin-right: 64px;
}
.section_title p {
  font-size: 16px;
}

.section_jp_title {
  font-family: Hiragino Kaku Gothic Pro;
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
}
.section_jp_title::before {
  content: "";
  width: 48px;
  height: 8px;
  background-color: #000;
  display: inline-block;
  margin-right: 16px;
}

footer {
  width: 100%;
}
footer .contact {
  font-family: Hiragino Kaku Gothic Pro;
  height: 325px;
  color: #000;
  position: relative;
  overflow: hidden;
  z-index: 100;
  background-image: url("../img/footer.png");
  background-size: cover;
  background-repeat: no-repeat;
}
footer .contact_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
footer .contact_left {
  width: 50%;
  font-weight: bold;
}
footer .contact_title {
  font-family: "Noto Sans JP";
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
footer .contact_text {
  letter-spacing: 0.2em;
  font-size: 16px;
}
footer .contact_btn {
  letter-spacing: 0.1em;
  font-size: 22px;
  display: flex;
  background-color: #000;
  width: 45%;
  height: 115px;
  line-height: 115px;
  justify-content: center;
  color: white;
}
footer .contact_btn:hover {
  cursor: pointer;
  transform: scale(1.1);
}
footer .contact_btn p {
  margin-right: 8px;
}
footer .footer {
  background-color: #6f6f6f;
  position: relative;
}
footer .footer-logo {
  display: block;
  width: 32%;
}
footer .footer_inner {
  margin: auto;
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}
footer .footer_left {
  width: 30%;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 20px;
  align-items: center;
  margin-top: 16px;
}
footer .footer_left_text {
  color: #fff;
  font-family: Hiragino Kaku Gothic Pro;
  font-weight: bold;
  margin-top: 36px;
  text-align: center;
  line-height: 24px;
}
footer .footer_left_text p {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}
footer .footer_left_text p:last-child {
  margin-top: 8px;
}
footer .footer_right {
  margin: 36px auto;
  width: 78%;
}
footer .footer_right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 36px;
  padding-top: 16px;
  margin-left: 36px;
  border-left: #fff 2px solid;
}
footer .footer_right ul > a {
  display: block;
  width: 370px;
}
footer .footer_right ul li {
  height: 24px;
  display: inline;
  width: 30%;
  font-family: Hiragino Kaku Gothic Pro;
  font-weight: bold;
  margin-bottom: 36px;
}
footer .footer_right ul li a {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  touch-action: manipulation;
}
footer .footer_right ul li a.comming-soon {
  color: #555;
}
footer .footer_right ul li a.comming-soon:hover {
  opacity: 1;
}
footer .footer_right ul li a:hover {
  opacity: 0.7;
}
footer .footer_right ul li a span {
  margin-bottom: 4px;
}
footer .footer_right ul li a span:first-child {
  font-size: 16px;
  margin-right: 4px;
  margin-bottom: 4px;
}

.copyright {
  display: block;
  height: 64px;
  width: 100%;
  background-color: #000;
  text-align: center;
  line-height: 64px;
  color: #fff;
  font-family: Hiragino Kaku Gothic Pro;
}

.header {
  width: 100%;
  height: 160px;
  position: absolute;
  z-index: 100;
  top: 0;
}
.header-inner {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  display: block;
  width: 16%;
}
.header-nav .menu_inner {
  display: flex;
  padding: 4px 8px;
  margin-bottom: 16px;
}
.header-nav .menu_inner li {
  position: relative;
  margin: 0 18px;
  font-size: 13px;
  font-family: Hiragino Kaku Gothic Pro;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0.1em;
}
.header-nav .menu_inner li.current-page {
  padding-bottom: 4px;
  border-bottom: 2px black solid;
}
.header-nav .menu_top a {
  color: black;
}
.header-nav .menu_top.top-only a {
  color: white;
  text-shadow: rgb(0, 0, 0) 0px 1px 8px;
}
.header-nav .menu_top .triangle {
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
.header-nav .menu_top .triangle.top-only {
  border-right: 2px solid rgb(255, 255, 255);
  border-bottom: 2px solid rgb(255, 255, 255);
}

.ballon_trigger:hover + .balloon1-top {
  cursor: pointer;
  transform: scale(1, 1);
}

.triangle {
  margin-top: -4px;
  margin-left: 4px;
  vertical-align: top;
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.triangle:hover + .balloon1-top {
  cursor: pointer;
  transform: scale(1, 1);
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-96 {
  margin-top: 96px;
}

.mt-112 {
  margin-top: 112px;
}

.mt-144 {
  margin-top: 144px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-192 {
  margin-top: 192px;
}

.mt-224 {
  margin-top: 224px;
}

.text-sm {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 24px;
}

.text-2x {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 24px;
}

.text-3x {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.text-4x {
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.text-left {
  text-align: left;
}

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

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: end;
}

.font-bold {
  font-weight: bold;
}

.text-gray {
  color: #8c8c8c;
  font-weight: bold;
  font-size: 14px;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.letter-space {
  letter-spacing: 0.2em;
  line-height: 30px;
}

.w-90p {
  width: 90%;
  margin: 0 auto;
}

.w-50p {
  width: 50%;
  margin: 0 auto;
}

.not-pc {
  display: none;
}

@media screen and (max-width: 1025px) {
  .pc-only {
    display: none;
  }
  .not-pc {
    display: block;
  }
  .not-md {
    display: none;
  }
  .menu {
    transition: opacity 0.2s;
    position: fixed;
    top: 0;
    background-image: url("../img/top/menu-bg.png");
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1100;
  }
  .menu-close {
    position: fixed;
    z-index: 1300;
    padding: 16px;
    top: 9%;
    right: 4%;
    cursor: pointer;
  }
  .menu-close span {
    display: block;
    height: 2px;
    width: 30px;
    background: white;
  }
  .menu-close span:first-child {
    transform: translateY(2px) rotate(45deg);
  }
  .menu-close span:last-child {
    transform: translateY(-50%) rotate(-45deg);
  }
  .menu-bar {
    position: fixed;
    z-index: 1300;
    top: 4%;
    right: 4%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    padding: 16px;
    display: flex;
    align-items: center;
  }
  .menu-bar div {
    width: 100%;
  }
  .menu-bar span {
    display: block;
    height: 2px;
    margin: 6px 0;
    width: 30px;
    background: white;
  }
  .menu ul {
    position: absolute;
    bottom: 10%;
    right: 20%;
    color: white;
  }
  .menu ul li {
    margin-bottom: 28px;
    letter-spacing: 0.2em;
  }
  .menu ul li:hover {
    opacity: 0.7;
  }
  .menu ul a {
    color: white;
    font-size: 18px;
    font-weight: bold;
  }
  .menu ul a.fsz-s {
    font-size: 14px;
  }
  .menu ul a.fsz-s:first-child {
    margin: 20px 12px 12px;
  }
  .menu ul a.fsz-s:nth-child(2) {
    margin: 12px 12px 20px;
  }
  .menu ul a.fsz-s:last-child {
    margin: 12px 12px 20px;
  }
  .section_title h2 {
    font-size: 48px;
  }
  .section_title p {
    font-size: 15px;
  }
  .section_jp_title {
    font-size: 15px;
    margin-top: 10px;
  }
  .section_jp_title::before {
    content: "";
    width: 40px;
    margin-right: 8px;
  }
  footer .contact_title {
    font-size: 48px;
  }
  footer .contact_text {
    letter-spacing: 0.2em;
    font-size: 15px;
  }
  footer .contact_btn {
    letter-spacing: 0em;
    font-size: 15px;
    width: 50%;
  }
  footer .contact_btn p {
    margin-right: 4px;
  }
  footer .tokusho-button {
    font-size: 12px;
  }
  footer .tokusho-button-wrapper {
    margin-top: 8px;
  }
  footer .footer-logo {
    width: 30%;
  }
  footer .footer_left {
    width: 45%;
    padding-right: 0px;
    align-items: center;
    margin-top: 16px;
  }
  footer .footer_left_text p {
    font-size: 13px;
    letter-spacing: 0em;
  }
  footer .footer_right {
    margin: 36px auto;
  }
  footer .footer_right ul {
    padding-left: 24px;
    padding-top: 16px;
    margin-left: 16px;
  }
  footer .footer_right ul > a {
    width: 320px;
  }
  footer .footer_right ul li {
    width: 120px;
    font-weight: bold;
    margin-bottom: 24px;
  }
  footer .footer_right ul li a {
    font-size: 12px;
  }
  footer .footer_right ul li a span:first-child {
    font-size: 13px;
    line-height: 18px;
  }
  footer .footer .copylight {
    font-size: 13px;
  }
  .headding-text {
    top: 40%;
  }
  .headding-title {
    font-size: 48px;
    margin-bottom: 16px;
  }
  .headding-jptitle {
    font-size: 18px;
  }
  .headding-img {
    margin-left: auto;
    width: 80%;
  }
}
.sp-only {
  display: none;
}

.not-md {
  display: block;
}

@media screen and (max-width: 767px) {
  .tokusho-modal {
    transition: all 1s;
    padding-bottom: 64px;
  }
  .tokusho-modal.interview {
    margin-top: 8px;
  }
  .tokusho-modal-headding {
    font-size: 20px;
    margin: 64px auto;
  }
  .tokusho-modal-row {
    margin: 24px auto 0;
  }
  .tokusho-modal-row p {
    line-height: 24px;
  }
  .tokusho-modal-row p:last-child {
    font-size: 12px;
  }
  .tokusho-modal-title {
    margin-bottom: 4px;
    margin-right: 16px;
  }
  .banner {
    display: flex;
    flex-wrap: wrap;
  }
  .banner-left {
    width: 100%;
  }
  .banner-right {
    width: 100%;
    height: auto;
  }
  .banner-items {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  #engage-contributions-widget-wrapper {
    height: 300px;
  }
  .btn.recruit-btn-sp {
    margin: 12px 4% 0 auto;
  }
  #mouse-stalker {
    display: none;
  }
  .circle {
    display: none;
  }
  /*矢印と下線の形状*/
  .btnarrow3::before {
    left: 75%;
    width: 15%;
  }
  .btnarrow3::after {
    right: 9%;
    bottom: 54%;
  }
  .not-sp {
    display: none;
  }
  .not-md {
    display: block;
  }
  .sp-only {
    display: block;
  }
  .header {
    height: 100px;
  }
  .header-logo-sp {
    width: 144px;
  }
  .header-logo-sp img {
    width: 100%;
  }
  .section_title h2 {
    font-size: 40px;
    margin-right: 64px;
  }
  .section_title p {
    font-size: 16px;
  }
  .view_more {
    padding: 2px;
    font-size: 14px;
    letter-spacing: 0em;
    border-bottom: 2px solid black;
    vertical-align: top;
    text-align: center;
    width: 36%;
    font-weight: bold;
    margin-top: -24px;
    margin-left: 16px;
  }
  .service-description {
    font-size: 14px;
    margin-top: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
  }
  .mt-144 {
    margin-top: 64px;
  }
  .mt-64 {
    margin-top: 36px;
  }
  footer .contact {
    background-image: url("../img/footer-sp.png");
    background-position: bottom;
    height: 320px;
  }
  footer .contact_inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  footer .contact_left {
    width: 100%;
  }
  footer .contact_title {
    font-size: 48px;
    margin-bottom: 8px;
  }
  footer .contact_text {
    letter-spacing: 0em;
    font-size: 14px;
  }
  footer .contact_btn {
    letter-spacing: 0em;
    font-size: 14px;
    width: 72%;
    height: 64px;
    line-height: 64px;
    margin-top: 16px;
  }
  footer .contact_btn p {
    margin-right: 4px;
  }
  footer .footer {
    padding: 24px 0;
  }
  footer .footer-logo {
    width: 80px;
    margin-right: 12%;
  }
  footer .footer_inner {
    padding-bottom: 24px;
    margin: auto;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  footer .footer_left {
    width: 80%;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto 16px;
    padding-right: 0;
    padding-bottom: 4px;
  }
  footer .footer_left_text {
    margin-top: 0px;
    margin-left: 0;
    line-height: 20px;
  }
  footer .footer_left_text p {
    margin-bottom: 8px;
    line-height: 14px;
    letter-spacing: 0.1em;
    font-size: 10px;
  }
  footer .footer_left_text p:last-child {
    margin-top: 24px;
  }
  footer .footer_right {
    margin: 0 auto;
    padding-left: 4%;
    width: 90%;
  }
  footer .footer_right ul {
    padding-left: 0px;
    padding-top: 24px;
    margin-left: 0px;
    border-left: none;
    border-top: #fff 2px solid;
  }
  footer .footer_right ul > a {
    width: 100%;
  }
  footer .footer_right ul li {
    height: 36px;
    width: 44%;
    margin-bottom: 8px;
  }
  footer .footer_right ul li a {
    font-size: 10px;
  }
  footer .footer_right ul li a span:first-child {
    font-size: 12px;
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .copyright {
    font-size: 10px;
  }
  .menu {
    background-image: none;
    background-color: #333333;
  }
  .menu-bar {
    top: 16px;
    right: 4%;
    padding: 8px;
    height: 64px;
    width: 64px;
  }
  .menu-bar span {
    display: block;
    height: 2px;
    margin: 6px auto;
    width: 70%;
    background: white;
  }
  .menu-close {
    top: 16px;
    right: 4%;
  }
  .menu-close span {
    display: block;
    height: 2px;
    width: 30px;
    background: white;
  }
  .menu-close span:first-child {
    transform: translateY(14px) rotate(45deg);
  }
  .menu-close span:last-child {
    transform: translateY(12px) rotate(-45deg);
  }
  .menu ul {
    position: static;
    padding-left: 18%;
    margin: 160px auto 0;
  }
  .menu ul li {
    margin-bottom: 36px;
  }
  .headding {
    margin-top: 100px;
  }
  .headding-text {
    top: 24%;
    left: 8%;
  }
  .headding-title {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .headding-jptitle {
    font-size: 14px;
  }
  .text-2x {
    font-size: 16px;
  }
  .text-4x {
    font-size: 48px;
  }
}
.carousel {
  width: 100%;
  margin: 36px auto 0;
}
.carousel.not-sp .carousel-container {
  width: 84%;
  max-width: 1280px;
  margin-top: 24px;
}
.carousel.not-sp .img-container li {
  min-width: 33%;
}
.carousel.not-sp li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel.not-sp .prev {
  left: 12%;
}
.carousel.not-sp .next {
  right: 12%;
}

.img-container {
  width: 100%;
  /* outline: 8px solid red; */
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.carousel-container {
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
}

.img-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.img-container li {
  height: 100%;
  min-width: 100%;
  cursor: pointer;
}

li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  line-height: 40px;
  text-align: center;
  transform: translateY(-50%);
  color: #434343;
  cursor: pointer;
  font-size: 24px;
  padding: 0 8px 4px;
  border-radius: 8px;
  top: 50%;
  font-size: 48px;
}

.prev:hover,
.next:hover {
  opacity: 0.8;
}

.prev {
  left: 5%;
}

.next {
  right: 5%;
}

.img-ul {
  transition: transform 0.3s;
  align-items: center;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  display: block;
  width: 240px;
  margin: 64px auto 0;
  position: relative;
  overflow: hidden;
  border: 1px solid black;
  /*ボタンの形状*/
  text-decoration: none;
  padding: 24px 30px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
  background-color: black;
}
.btn.recruit-btn {
  margin: 36px 0 0;
}
.btn.recruit-btn-sp {
  margin: 12px 4% 0 auto;
}
.btn.contact-btn {
  width: 400px;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: rgb(255, 255, 255);
}

.btn:hover span {
  color: rgb(44, 44, 44);
}

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  border-radius: 100%;
  top: -100%;
  left: -130%;
  /*色や形状*/
  background: rgb(255, 255, 255);
  width: 95%;
  height: 500%;
  mix-blend-mode: difference;
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime 0.5s forwards; /*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left: -10%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
/* -----------------------------------------
 ブレークポイント
-------------------------------------------- */
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.entry_btn {
  position: absolute;
  bottom: 0;
  padding: 8px;
  font-size: 14px;
  letter-spacing: 0em;
  border-bottom: 2px solid black;
  vertical-align: top;
  width: 36%;
  margin-top: -24px;
  margin-left: 16px;
}

.video-playing-hide.hidden {
  display: none;
  height: 700px;
}

.firstview-video {
  width: 100%;
  position: absolute;
  transition: opacity 1s;
  opacity: 1;
}
.firstview-video.fadeout {
  opacity: 0;
  visibility: hidden;
}

.firstview {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
.firstview-img {
  background-image: url("../img/firstview.png");
  height: 800px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.firstview-hexagon {
  width: 16%;
  z-index: 1000;
  position: absolute;
  right: 3%;
  bottom: 6%;
  animation: rotate-anime 20s linear infinite;
}
.firstview-text {
  font-family: Hiragino Kaku Gothic Pro;
  position: absolute;
  top: 36%;
  left: 64px;
}
.firstview-text h1 {
  font-size: 64px;
  letter-spacing: 4px;
  line-height: 90px;
  position: relative;
  padding: 0.8rem;
  margin-bottom: 0.2rem;
  background-image: linear-gradient(122deg, rgb(0, 0, 0) 0 47%, #ffffff 0%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: bold;
}
.firstview-text h1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffffff 50%, white 0 50%);
  content: "";
  z-index: -1;
}
.firstview-text p {
  margin-top: 42px;
  font-size: 20px;
  letter-spacing: 12px;
  font-weight: bold;
  line-height: 90px;
  position: relative;
  padding: 0.8rem;
  background-image: linear-gradient(122deg, rgb(0, 0, 0) 0 33%, #ffffff 0%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-weight: bold;
}
.firstview-text p::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffffff 50%, white 0 50%);
  content: "";
  z-index: -1;
}

.service_contents {
  width: 84%;
  margin: 64px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service_item {
  width: 46%;
  position: relative;
  font-family: Hiragino Kaku Gothic Pro;
  font-weight: bold;
}
.service_item:nth-child(2), .service_item:nth-child(4) {
  margin-top: 64px;
}
.service_item p {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 30px;
  width: 100px;
  word-break: break-all;
}
.service_btn {
  margin-left: auto;
  margin-top: 24px;
}

.about {
  margin-top: 64px;
}
.about_contents {
  width: 84%;
  display: flex;
  justify-content: space-between;
}
.about_title {
  font-size: 48px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 16px;
}
.about_item {
  width: 28%;
}
.about_item p {
  font-size: 16px;
  margin-bottom: 48px;
}
.about_btn {
  margin-left: auto;
  margin-top: 24px;
}

.recruit {
  padding-top: 64px;
  margin-top: 200px;
  position: relative;
}
.recruit_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruit_left {
  max-width: 50%;
  padding-bottom: 2px;
}
.recruit_left p {
  font-size: 16px;
  letter-spacing: 0.3em;
  line-height: 32px;
}
.recruit-img {
  width: 70%;
  position: absolute;
  top: -4%;
  right: -8%;
}
.recruit_imgs {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.recruit_imgs img:first-child {
  margin-top: -36%;
  margin-left: -10%;
  width: 1000px;
}
.recruit_imgs img:nth-child(2) {
  margin-top: -25%;
  margin-left: -49%;
  width: 380px;
}
.recruit_imgs img:last-child {
  margin-top: -25%;
  margin-left: -28%;
  width: 380px;
}

@media screen and (max-width: 1440px) {
  .firstview-video {
    width: auto;
    height: 800px;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1025px) {
  .about_title {
    font-size: 40px;
  }
  .about_item p {
    font-size: 15px;
  }
  .recruit {
    padding-top: 64px;
    margin-top: 100px;
  }
  .recruit_left {
    max-width: 52%;
  }
  .recruit_left p {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 24px;
  }
  .recruit-img {
    width: 70%;
    top: 0;
  }
  .recruit_imgs {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .recruit_imgs img:first-child {
    margin-top: -36%;
    margin-left: -10%;
    width: 1000px;
  }
  .recruit_imgs img:nth-child(2) {
    margin-top: -25%;
    margin-left: -49%;
    width: 380px;
  }
  .recruit_imgs img:last-child {
    margin-top: -25%;
    margin-left: -28%;
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .firstview-video {
    height: auto;
    width: 100%;
  }
  .firstview {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  .firstview.hide {
    height: auto;
  }
  .firstview-img {
    background-image: url("../img/firstview-sp.png");
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .firstview-img.hide {
    visibility: hidden;
    height: 740px;
  }
  .firstview-hexagon {
    width: 160px;
    right: 2%;
    bottom: 2%;
  }
  .firstview-text {
    font-family: Hiragino Kaku Gothic Pro;
    position: absolute;
    top: 36%;
    left: 64px;
  }
  .firstview-text h1 {
    font-size: 64px;
    letter-spacing: 4px;
    line-height: 90px;
    position: relative;
    padding: 0.8rem;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(122deg, rgb(0, 0, 0) 0 47%, #ffffff 0%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    font-weight: bold;
  }
  .firstview-text h1::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 50%, white 0 50%);
    content: "";
    z-index: -1;
  }
  .firstview-text p {
    margin-top: 42px;
    font-size: 20px;
    letter-spacing: 12px;
    font-weight: bold;
    line-height: 90px;
    position: relative;
    padding: 0.8rem;
    background-image: linear-gradient(122deg, rgb(0, 0, 0) 0 33%, #ffffff 0%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    font-weight: bold;
  }
  .firstview-text p::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 50%, white 0 50%);
    content: "";
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .service_contents {
    display: none;
  }
  .service_contents-sp {
    margin-top: 36px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .service_contents-sp a {
    margin-top: 16px;
    width: 48%;
  }
  .service_contents-sp a:nth-child(even) {
    margin-top: 36px;
  }
  .about_contents {
    display: none;
  }
  .about_contents-sp {
    margin-top: -24px;
    padding-top: 120px;
  }
  .about_contents-sp img {
    margin-top: -120px;
  }
  .recruit {
    margin-top: 0px;
  }
  .recruit_contents {
    display: block;
  }
  .recruit-description-sp {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
  }
  .recruit-img-sp {
    margin-top: 24px;
  }
  .entry {
    margin-top: 4px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .firstview {
    max-width: unset;
    height: unset;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .firstview-img {
    width: 100%;
    height: unset;
    aspect-ratio: 16/9;
  }
  .recruit > div {
    position: relative;
  }
}/*# sourceMappingURL=top.css.map */