@charset "UTF-8";
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes line {
  0% {
    -webkit-transform: translateZ(1px) translateY(0px) translateX(0px);
    transform: translateZ(1px) translateY(0px) translateX(0px);
  }
  50% {
    -webkit-transform: translateZ(0px) translateY(-20px) translateX(20px);
    transform: translateZ(0px) translateY(-20px) translateX(20px);
  }
  100% {
    -webkit-transform: translateZ(1px) translateY(0px) translateX(0px);
    transform: translateZ(1px) translateY(0px) translateX(0px);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: translateZ(1px) translateY(0) translateX(0);
    transform: translateZ(1px) translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateZ(0) translateY(-20px) translateX(20px);
    transform: translateZ(0) translateY(-20px) translateX(20px);
  }
  100% {
    -webkit-transform: translateZ(1px) translateY(0) translateX(0);
    transform: translateZ(1px) translateY(0) translateX(0);
  }
}
@keyframes line {
  0% {
    -webkit-transform: translateZ(1px) translateY(0) translateX(0);
    transform: translateZ(1px) translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateZ(0) translateY(-20px) translateX(20px);
    transform: translateZ(0) translateY(-20px) translateX(20px);
  }
  100% {
    -webkit-transform: translateZ(1px) translateY(0) translateX(0);
    transform: translateZ(1px) translateY(0) translateX(0);
  }
}
* {
  font-style: normal;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
}

figure,
nav {
  display: block;
}

html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ W3", HiraKakuPro-W3, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

.anchor {
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}

img {
  vertical-align: top;
}

svg {
  pointer-events: none;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}
@media screen and (max-width: 767px) {
  .c-pc {
    display: none;
  }
}
.c-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-all {
    width: 100%;
    min-width: 320px;
    overflow: hidden;
  }
}
.header::after {
  background: transparent;
}

.headerpadding {
  display: none;
}

.top {
  overflow: hidden;
}

.mv {
  padding-top: 70px;
  height: 100vh;
  height: calc(100vh - 70px);
  min-height: 640px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .mv {
    padding-top: 0;
    height: auto;
  }
}

.mv__visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mv__visual {
    display: block;
  }
}

.mv__visual picture,
.mv__visual img {
  height: 100%;
  max-height: 880px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mv__visual picture {
  display: block;
}
@media only screen and (max-width: 767px) {
  .mv__visual picture {
    margin-top: 85px;
  }
}

.mv__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: min(100%, 170.4545454545vh);
  max-width: 1500px;
  min-width: min(100%, calc(1500px * 640 / 880));
  height: 100%;
  font-size: 1.0666666667vw;
}
@media screen and (min-width: 1500px) {
  .mv__nav {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .mv__nav {
    position: static;
    width: 100%;
    min-width: 100%;
    translate: 0 0;
    font-size: 16px;
  }
}
.mv__nav .mv__nav-inner {
  position: absolute;
  top: 50%;
  margin-top: calc(100 / 1500 * 100%);
  margin-top: calc(30px + (100 / 1500 * 100%));
  left: 50%;
  margin-left: calc(-553 / 1500 * 100%);
  width: calc(420 / 1500 * 100%);
  max-width: 420px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .mv__nav .mv__nav-inner {
    position: static;
    margin: 0;
    margin-top: 1.875em;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.mv__nav .mv__nav-inner .mv__nav-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #3c88d9;
  -webkit-transform: skew(-17deg);
  transform: skew(-17deg);
  padding: 0;
  line-height: 1;
}
.mv__nav .mv__nav-inner .mv__nav-title span {
  display: block;
  font-size: 0.875em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .mv__nav .mv__nav-inner .mv__nav-title span {
    font-size: 0.625em;
    line-height: 1.8em;
  }
}
.mv__nav .mv__nav-inner .mv__nav-title span i {
  display: block;
  -webkit-transform: skew(17deg);
  transform: skew(17deg);
}
.mv__nav .mv__nav-inner .mv__nav-title span:nth-child(1) {
  background-color: #116ed2;
}
.mv__nav .mv__nav-inner .mv__nav-title span:nth-child(1) i {
  font-size: 1em;
  font-family: "Oswald", sans-serif;
  font-style: italic;
  color: #fff;
  padding: 0 1.0714285714em;
}
@media screen and (max-width: 767px) {
  .mv__nav .mv__nav-inner .mv__nav-title span:nth-child(1) i {
    font-size: 1.2em;
    padding: 0 1em;
    letter-spacing: 0.12em;
  }
}
.mv__nav .mv__nav-inner .mv__nav-title span:nth-child(2) i {
  font-weight: 500;
  padding: 0 1.4285714286em;
  translate: 0 -3%;
  color: #116ed2;
}
@media screen and (max-width: 767px) {
  .mv__nav .mv__nav-inner .mv__nav-title span:nth-child(2) i {
    padding: 0 10px;
  }
}
.mv__nav .mv__nav-inner .mv__nav-list {
  margin-top: 0.5625em;
  background-color: #fff;
}
.mv__nav .mv__nav-inner .mv__nav-list li {
  border-bottom: 1px solid #b6b6b6;
}
.mv__nav .mv__nav-inner .mv__nav-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 0.8888888889em;
  width: 100%;
  height: 4.1666666667em;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .mv__nav .mv__nav-inner .mv__nav-list li a {
    font-size: 1em;
    padding: 0 0.75em;
    height: 3.75em;
  }
}
.mv__nav .mv__nav-inner .mv__nav-list li a:before, .mv__nav .mv__nav-inner .mv__nav-list li a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background-color: #000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.mv__nav .mv__nav-inner .mv__nav-list li a:before {
  right: 0.8333333333em;
  width: 0.8333333333em;
}
.mv__nav .mv__nav-inner .mv__nav-list li a:after {
  right: 0.8333333333em;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.3888888889em;
}
.mv__nav .mv__nav-inner .mv__nav-list li a:hover {
  color: #fff;
}
.mv__nav .mv__nav-inner .mv__nav-list li a:hover:before, .mv__nav .mv__nav-inner .mv__nav-list li a:hover:after {
  background-color: #fff;
}
.mv__nav .mv__nav-inner .mv__nav-list li a:hover._pink {
  background-color: #e4007f;
}
.mv__nav .mv__nav-inner .mv__nav-list li a:hover._blue {
  background-color: #0052aa;
}
.mv__nav .mv__nav-inner .mv__nav-list li a:hover._green {
  background-color: #00ae83;
}

.mv__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 42px;
  height: 42px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .mv__scroll {
    bottom: auto;
    top: 580px;
    left: auto;
    right: 15px;
    width: 10px;
    height: 82px;
  }
}
.mv__scroll span {
  font-size: 14px;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .mv__scroll span {
    font-size: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.mv__scroll div {
  background: #000;
  bottom: 0;
  height: 20px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  .mv__scroll div {
    height: 45px;
  }
}
.mv__scroll div:after {
  -webkit-animation: mvscroll 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s infinite;
  animation: mvscroll 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s infinite;
  background: #116ed1;
  content: "";
  height: 30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .mv__scroll div:after {
    -webkit-animation-name: mvscroll_sp;
    animation-name: mvscroll_sp;
    height: 22px;
  }
}

@-webkit-keyframes mvscroll {
  0% {
    top: 0;
  }
  35% {
    top: 80px;
  }
  35.1% {
    top: -30px;
  }
  60% {
    top: -30px;
  }
  90% {
    top: 0;
  }
  100% {
    top: 0;
  }
}

@keyframes mvscroll {
  0% {
    top: 0;
  }
  35% {
    top: 80px;
  }
  35.1% {
    top: -30px;
  }
  60% {
    top: -30px;
  }
  90% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes mvscroll_sp {
  0% {
    top: 0;
  }
  35% {
    top: 45px;
  }
  35.1% {
    top: -22px;
  }
  60% {
    top: -22px;
  }
  90% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes mvscroll_sp {
  0% {
    top: 0;
  }
  35% {
    top: 45px;
  }
  35.1% {
    top: -22px;
  }
  60% {
    top: -22px;
  }
  90% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
.block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1120px;
  padding: 0px 28px;
  position: relative;
  z-index: 5;
  gap: 80px;
}
@media screen and (max-width: 1120px) {
  .block {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .block {
    display: block;
    padding: 0px;
  }
}
.block__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
}
@media screen and (max-width: 1120px) {
  .block__photo {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .block__photo {
    width: auto;
  }
}
.block__contents {
  text-align: left;
  width: 560px;
}
@media screen and (max-width: 1120px) {
  .block__contents {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .block__contents {
    padding: 0px 22px;
    width: auto;
  }
}
.block__contents h2 {
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.28em;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .block__contents h2 {
    font-size: 3.2rem;
    margin: 0 0 17px;
  }
}
.block__contents p {
  font-size: 1.8rem;
  line-height: 2.111em;
  margin: 0px 0px 40px;
}
@media screen and (max-width: 767px) {
  .block__contents p {
    font-size: 1.3rem;
    line-height: 2.076em;
    margin: 0px 0px 23px;
  }
}
.block__contents span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #b0b0b0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.06em;
  max-width: 380px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .block__contents span {
    font-size: 1.5rem;
    height: 49px;
    width: 225px;
  }
}
.block__contents nav {
  height: 80px;
  max-width: 380px;
  overflow: hidden;
  position: relative;
}
.block__contents nav::before, .block__contents nav::after {
  background: #07338c;
  content: "";
  height: 80px;
  position: absolute;
  top: 0px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  width: 50px;
}
@media screen and (max-width: 767px) {
  .block__contents nav::before, .block__contents nav::after {
    content: none;
  }
}
.block__contents nav::before {
  background: #fff;
  opacity: 0.2;
}
.block__contents nav:hover::before, .block__contents nav:hover::after {
  top: 0px;
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 30px;
}
.block__contents nav:hover::before {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
@media screen and (max-width: 767px) {
  .block__contents nav {
    height: 49px;
    width: 225px;
  }
}
.block__contents nav::before, .block__contents nav::after {
  left: -45%;
}
@media print, screen and (min-width: 768px) {
  .block__contents nav:hover::before, .block__contents nav:hover::after {
    left: 110%;
  }
}
.block__contents nav a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #116ed1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.06em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .block__contents nav a {
    font-size: 1.5rem;
  }
}

.work {
  margin: 90px auto 195px;
}
@media screen and (max-width: 767px) {
  .work {
    margin: 60px auto 140px;
  }
}
.work::before {
  background: url(../images/bg.webp) no-repeat left top;
  background-size: cover;
  bottom: 30px;
  content: "";
  margin: auto;
  position: absolute;
  right: 558px;
  top: 95px;
  width: calc(50vw + 28px);
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  .work::before {
    left: 0px;
    right: auto;
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .work::before {
    bottom: auto;
    height: 262.5px;
    top: 14px;
    width: 300px;
  }
}
.work .block__photo {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .work .block__photo {
    margin: 0px 0px 30px;
    padding: 0px 22px 0px 0px;
  }
}
.work .block__photo img {
  margin: 0px -12px 0px -190px;
  max-width: 682px;
  width: min(calc(100% + 202px),44.8vw);
}
@media screen and (max-width: 1120px) {
  .work .block__photo img {
    margin: 0px -12px 0px -28px;
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 767px) {
  .work .block__photo img {
    margin: 0px;
    width: 100%;
  }
}

.voice {
  margin: 0px auto 240px;
}
@media screen and (max-width: 767px) {
  .voice {
    margin: 0px auto 145px;
  }
}
.voice[data-status="show"] .voice__bg02 div, .voice[data-status="show"] .voice__bg01 div {
  opacity: 1;
  margin: 0px 0px 0px 0px;
}
.voice::before {
  background: url(../images/bg.webp) no-repeat left top;
  background-size: cover;
  bottom: -90px;
  content: "";
  left: 958px;
  margin: auto;
  position: absolute;
  top: -90px;
  width: calc(50vw + 28px);
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  .voice::before {
    left: auto;
    right: 0px;
    width: 25.3%;
  }
}
@media screen and (max-width: 767px) {
  .voice::before {
    bottom: auto;
    height: 271.5px;
    top: -30px;
    width: 142.5px;
  }
}
.voice .block__contents {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.voice .block__photo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 767px) {
  .voice .block__photo {
    margin: 0px 0px 43px;
    padding: 0px 0px 0px 22px;
  }
}
.voice .block__photo img {
  margin: 0px -190px 0px 0px;
  max-width: 670px;
  width: min(calc(100% + 190px),44.8vw);
}
@media screen and (max-width: 1120px) {
  .voice .block__photo img {
    margin: 0px -28px 0px 0px;
    width: calc(100% + 28px);
  }
}
@media screen and (max-width: 767px) {
  .voice .block__photo img {
    margin: 0px;
    width: 100%;
  }
}
.voice__bg01 {
  height: 153px;
  left: -74px;
  position: absolute;
  top: -30px;
  width: 141px;
}
@media screen and (max-width: 767px) {
  .voice__bg01 {
    display: none;
  }
}
.voice__bg01 div {
  background: url(../images/line.svg) no-repeat left top;
  background-size: 115px 109px;
  position: absolute;
  width: 115px;
}
.voice__bg01--01 {
  -webkit-animation: line 10s ease 0ms infinite;
  animation: line 10s ease 0ms infinite;
  height: 115px;
  right: 25px;
  top: 39px;
  opacity: 0;
  margin: -50px -50px 0px 0px;
  -webkit-transition: margin 300ms ease 0s, opacity 500ms ease 0s;
  transition: margin 300ms ease 0s, opacity 500ms ease 0s;
}
.voice__bg01--02 {
  -webkit-animation: line 10s ease -500ms infinite;
  animation: line 10s ease -500ms infinite;
  height: 90px;
  right: 0px;
  top: 0px;
  opacity: 0;
  margin: -50px -50px 0px 0px;
  -webkit-transition: margin 300ms ease 150ms, opacity 500ms ease 150ms;
  transition: margin 300ms ease 150ms, opacity 500ms ease 150ms;
}
.voice__bg02 {
  height: 272.5px;
  position: absolute;
  right: -300px;
  top: -170px;
  width: 445.5px;
}
@media screen and (max-width: 767px) {
  .voice__bg02 {
    top: -50px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.voice__bg02 div {
  position: absolute;
  z-index: 1;
}
.voice__bg02 div:nth-of-type(1) {
  -webkit-animation: line 10s ease -500ms infinite;
  animation: line 10s ease -500ms infinite;
  background: url(../images/voice_bg_01.png) no-repeat left top;
  background-size: contain;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 100ms, opacity 500ms ease 100ms;
  transition: margin 300ms ease 100ms, opacity 500ms ease 100ms;
}
.voice__bg02 div:nth-of-type(2) {
  -webkit-animation: line 10s ease -1000ms infinite;
  animation: line 10s ease -1000ms infinite;
  background: url(../images/voice_bg_02.png) no-repeat left top;
  background-size: contain;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 200ms, opacity 500ms ease 200ms;
  transition: margin 300ms ease 200ms, opacity 500ms ease 200ms;
}
.voice__bg02 div:nth-of-type(3) {
  -webkit-animation: line 10s ease -1500ms infinite;
  animation: line 10s ease -1500ms infinite;
  background: url(../images/voice_bg_03.png) no-repeat left top;
  background-size: contain;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 300ms, opacity 500ms ease 300ms;
  transition: margin 300ms ease 300ms, opacity 500ms ease 300ms;
}
.voice__bg02 div:nth-of-type(4) {
  -webkit-animation: line 10s ease -2000ms infinite;
  animation: line 10s ease -2000ms infinite;
  background: url(../images/voice_bg_04.png) no-repeat left top;
  background-size: contain;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 400ms, opacity 500ms ease 400ms;
  transition: margin 300ms ease 400ms, opacity 500ms ease 400ms;
}
.voice__bg02 div:nth-of-type(5) {
  -webkit-animation: line 10s ease -2500ms infinite;
  animation: line 10s ease -2500ms infinite;
  background: url(../images/voice_bg_05.png) no-repeat left top;
  background-size: contain;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 500ms, opacity 500ms ease 500ms;
  transition: margin 300ms ease 500ms, opacity 500ms ease 500ms;
}
.voice__bg02--01 {
  height: 145.5px;
  left: 0px;
  top: 96.5px;
  width: 198.5px;
}
.voice__bg02--02 {
  height: 84px;
  left: 225px;
  top: 14.5px;
  width: 84px;
}
.voice__bg02--03 {
  height: 212px;
  left: 85.5px;
  top: 17.5px;
  width: 311px;
}
.voice__bg02--04 {
  height: 36px;
  left: 118.5px;
  top: 236.5px;
  width: 36.5px;
}
.voice__bg02--05 {
  height: 136.5px;
  left: 318px;
  top: 0px;
  width: 127.5px;
}

.aboutus {
  margin: 0px auto 225px;
}
@media screen and (max-width: 767px) {
  .aboutus {
    margin: 0px auto 140px;
  }
}
.aboutus::before {
  background: url(../images/bg.webp) no-repeat left top;
  background-size: cover;
  bottom: 100px;
  content: "";
  margin: auto;
  position: absolute;
  right: 468px;
  top: -75px;
  width: calc(57vw + 28px);
  z-index: -1;
}
@media screen and (max-width: 1120px) {
  .aboutus::before {
    left: 0px;
    right: auto;
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .aboutus::before {
    bottom: auto;
    height: 187.5px;
    top: -40px;
    width: 330px;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutus::after {
    background: url(../images/aboutus_bg.webp) no-repeat center;
    background-size: contain;
    bottom: -130px;
    content: "";
    left: calc(100% - 178px );
    margin: auto;
    position: absolute;
    top: -65px;
    width: 534px;
    z-index: -1;
  }
}
.aboutus .block__photo {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .aboutus .block__photo {
    margin: 0px 0px 40px;
    padding: 0px 22px 0px 0px;
  }
}
.aboutus .block__photo img {
  margin: 0px 0px 0px -190px;
  max-width: 670px;
  width: min(calc(100% + 190px),44.8vw);
}
@media screen and (max-width: 1120px) {
  .aboutus .block__photo img {
    margin: 0px 0px 0px -28px;
    width: calc(100% + 28px);
  }
}
@media screen and (max-width: 767px) {
  .aboutus .block__photo img {
    margin: 0px;
    width: 100%;
  }
}

.midcareer {
  margin: 0px auto 165px;
}
@media screen and (max-width: 767px) {
  .midcareer {
    margin: 0px auto 130px;
  }
}
.midcareer[data-status="show"] .midcareer__bg div {
  opacity: 1;
  margin: 0px 0px 0px 0px;
}
.midcareer .block__contents {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.midcareer .block__photo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 767px) {
  .midcareer .block__photo {
    margin: 0px 0px 30px;
    padding: 0px 0px 0px 22px;
  }
}
.midcareer .block__photo img {
  margin: 0px -190px 0px 0px;
  max-width: 670px;
  width: min(calc(100% + 190px),44.8vw);
}
@media screen and (max-width: 1120px) {
  .midcareer .block__photo img {
    margin: 0px -28px 0px 0px;
    width: calc(100% + 28px);
  }
}
@media screen and (max-width: 767px) {
  .midcareer .block__photo img {
    margin: 0px;
    width: 100%;
  }
}
.midcareer__bg {
  height: 244px;
  left: -217px;
  pointer-events: none;
  position: absolute;
  top: -120px;
  width: 281px;
}
@media screen and (max-width: 767px) {
  .midcareer__bg {
    left: auto;
    right: -105px;
    top: -120px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.midcareer__bg div {
  position: absolute;
  z-index: 1;
}
.midcareer__bg div:nth-of-type(1) {
  -webkit-animation: line 10s ease -500ms infinite;
  animation: line 10s ease -500ms infinite;
  background: url(../images/midcareer_bg_01.png) no-repeat left top;
  background-size: contain;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 100ms, opacity 500ms ease 100ms;
  transition: margin 300ms ease 100ms, opacity 500ms ease 100ms;
}
.midcareer__bg div:nth-of-type(2) {
  -webkit-animation: line 10s ease -1000ms infinite;
  animation: line 10s ease -1000ms infinite;
  background: url(../images/midcareer_bg_02.png) no-repeat left top;
  background-size: contain;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 200ms, opacity 500ms ease 200ms;
  transition: margin 300ms ease 200ms, opacity 500ms ease 200ms;
}
.midcareer__bg div:nth-of-type(3) {
  -webkit-animation: line 10s ease -1500ms infinite;
  animation: line 10s ease -1500ms infinite;
  background: url(../images/midcareer_bg_03.png) no-repeat left top;
  background-size: contain;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 300ms, opacity 500ms ease 300ms;
  transition: margin 300ms ease 300ms, opacity 500ms ease 300ms;
}
.midcareer__bg div:nth-of-type(4) {
  -webkit-animation: line 10s ease -2000ms infinite;
  animation: line 10s ease -2000ms infinite;
  background: url(../images/midcareer_bg_04.png) no-repeat left top;
  background-size: contain;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 400ms, opacity 500ms ease 400ms;
  transition: margin 300ms ease 400ms, opacity 500ms ease 400ms;
}
.midcareer__bg div:nth-of-type(5) {
  -webkit-animation: line 10s ease -2500ms infinite;
  animation: line 10s ease -2500ms infinite;
  background: url(../images/midcareer_bg_05.png) no-repeat left top;
  background-size: contain;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 500ms, opacity 500ms ease 500ms;
  transition: margin 300ms ease 500ms, opacity 500ms ease 500ms;
}
.midcareer__bg div:nth-of-type(6) {
  -webkit-animation: line 10s ease -3000ms infinite;
  animation: line 10s ease -3000ms infinite;
  background: url(../images/midcareer_bg_06.png) no-repeat left top;
  background-size: contain;
  opacity: 0;
  margin: -50px 0px 0px 50px;
  -webkit-transition: margin 300ms ease 600ms, opacity 500ms ease 600ms;
  transition: margin 300ms ease 600ms, opacity 500ms ease 600ms;
}
.midcareer__bg--01 {
  height: 58px;
  left: 6px;
  top: 89px;
  width: 53px;
}
.midcareer__bg--02 {
  height: 31px;
  left: 44px;
  top: 137px;
  width: 31px;
}
.midcareer__bg--03 {
  height: 50px;
  left: 181px;
  top: 0px;
  width: 71px;
}
.midcareer__bg--04 {
  height: 61px;
  left: 94px;
  top: 73px;
  width: 61px;
}
.midcareer__bg--05 {
  height: 208px;
  left: 0px;
  top: 36px;
  width: 237px;
}
.midcareer__bg--06 {
  height: 69px;
  left: 173px;
  top: 110px;
  width: 108px;
}


