@charset "UTF-8";

/*--基本スタイル--*/
/*--mixin--*/
/*共通部分*/
html {
  font-size: 100%;
  letter-spacing: 0.22em;
  visibility: hidden;
  opacity: 0;
}

html.wf-active {
  visibility: visible;
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif, apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.5;
  color: #3b454b;
  font-weight: 400;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 0.75rem;
  }
}

body.fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.max-extend {
  max-width: 1920px;
  margin: 0 auto;
}

.max-extend-inner {
  max-width: 1280px;
  margin: 0 auto 0;
}

.content-extend {
  max-width: 1190px;
  width: 90%;
  margin: 0 auto;
}

.wrapper {
  padding: 0 4%;
}

.content-wrapper {
  padding: 0 5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.5rem;
  }
}

b {
  font-weight: 700;
}

p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  p {
    font-size: 0.75rem;
  }
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.m-br {
  display: none;
}
@media screen and (max-width: 992px) {
  .m-br {
    display: block;
  }
}

.xs-br {
  display: none;
}
@media screen and (max-width: 576px) {
  .xs-br {
    display: block;
  }
}

.pc-show {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

.sp-xs-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-xs-none {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .sp-xs-none {
    display: none;
  }
}

.sp-xs-show {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp-xs-show {
    display: block;
  }
}

.xs-show {
  display: none;
}
@media screen and (max-width: 576px) {
  .xs-show {
    display: block;
  }
}

.xs-none {
  display: block;
}
@media screen and (max-width: 576px) {
  .xs-none {
    display: none;
  }
}

ul {
  list-style: none;
}

.m-plus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}

select {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 576px) {
  table th, table td {
    font-size: 0.875rem;
  }
}

ol {
  padding-left: 20px;
}

ul {
  list-style: none;
}

.back-inherit {
  background-color: inherit !important;
}

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

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

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

.mr-right {
  margin-right: 4%;
}

.mr-left {
  margin-left: 4%;
}

.mr-top {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .mr-top {
    margin-top: 40px;
  }
}

.mr-content-top {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .mr-content-top {
    margin-top: 24px;
  }
}

.responsive-br {
  display: block;
}
@media screen and (max-width: 576px) {
  .responsive-br {
    display: none;
  }
}

.flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

.display-flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: end;
}
.justify-around {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}

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

.no-warp {
  white-space: nowrap;
}

.pointer {
  cursor: pointer;
}

/* フォントサイズ */
.fs-12 {
  font-size: 0.75rem;
}
.fs-20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .fs-20 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-20 {
    font-size: 0.875rem;
  }
}
.fs-24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  .fs-24 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-24 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-24 {
    font-size: 1rem;
  }
}
.fs-28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .fs-28 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-28 {
    font-size: 1.25rem;
  }
}
.fs-32 {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .fs-32 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .fs-32 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-32 {
    font-size: 1.5rem;
  }
}
.fs-34 {
  font-size: 2.125rem;
}
@media screen and (max-width: 768px) {
  .fs-34 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-34 {
    font-size: 1.75rem;
  }
}
.fs-38 {
  font-size: 2.375rem;
}
@media screen and (max-width: 768px) {
  .fs-38 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-38 {
    font-size: 1.75rem;
  }
}
.fs-48 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .fs-48 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 576px) {
  .fs-48 {
    font-size: 2.5rem;
  }
}
.fs-80 {
  font-size: 5rem;
}
@media screen and (max-width: 1366px) {
  .fs-80 {
    font-size: 6.3vw;
  }
}
@media screen and (max-width: 768px) {
  .fs-80 {
    font-size: 9.6vw;
  }
}

/* フォントカラー */
.fc-black-light {
  color: #4B4B4B;
}
.fc-black-highlight {
  color: #5F5958;
}
.fc-blue-dark {
  color: #0253A0;
}
.fc-blue {
  color: #0D50CE;
}
.fc-blue-light {
  color: #40CAD1;
}
.fc-blue-highlight {
  color: #E4F6F7;
}
.fc-yellow {
  color: #FCF6AB;
}
.fc-yellow-dark {
  color: #FFF100;
}
.fc-purple {
  color: #9BAAFC;
}
.fc-green {
  color: #4CDE95;
}
.fc-orange {
  color: #F7C25F;
}
.fc-red-dark {
  color: #CB3904;
}
.fc-red {
  color: #F04242;
}
.fc-red-light {
  color: #D64D6D;
}
.fc-white {
  color: #ffffff;
}

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

.title-bottom-line {
  padding: 16px 0;
  margin: 0 auto;
  display: inline-block;
  border-bottom: 5px solid #40CAD1;
}
.title-bottom-line.dark-blue-line {
  border-bottom: 5px solid #0253A0;
}
.title-bottom-line.white-line {
  border-bottom: 5px solid #ffffff;
}
.title-bottom-line.main-title {
  position: relative;
}
.title-bottom-line.main-title::before {
  content: "";
  width: 105px;
  height: 130px;
  position: absolute;
  top: -26px;
  left: -120px;
  background-image: url("../img/main-content/denkyuu_on.svg");
  transform: rotate(-14deg);
}
@media screen and (max-width: 576px) {
  .title-bottom-line.main-title::before {
    width: 50px;
    height: 62px;
    top: -15px;
    left: -40px;
    background-image: url("../img/main-content/iphone-denkyuu_on.svg");
    transform: rotate(-8deg);
  }
}
.title-bottom-line.main-title::after {
  content: "";
  width: 105px;
  height: 130px;
  position: absolute;
  top: -26px;
  right: -120px;
  background-image: url("../img/main-content/denkyuu_on.svg");
  transform: rotate(14deg);
}
@media screen and (max-width: 576px) {
  .title-bottom-line.main-title::after {
    transform: rotate(8deg);
    width: 50px;
    height: 62px;
    top: -15px;
    right: -25px;
    background-image: url("../img/main-content/iphone-denkyuu_on.svg");
  }
}

/* bottom 三角 */
.triangle-bottom {
  margin: 48px auto;
  width: 0;
  height: 0;
  border-left: 250px solid transparent;
  border-right: 250px solid transparent;
  border-top: 64px solid #40CAD1;
}
@media screen and (max-width: 576px) {
  .triangle-bottom {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 50px solid #40CAD1;
  }
}

body {
  overflow-x: hidden;
}

.header {
  max-width: 1920px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .header h1 {
    width: 100%;
    margin: auto;
    background: #fff;
  }
}
.header h1 a img {
  display: block;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .header h1 a img {
    margin: auto;
  }
}

header {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  background-color: inherit;
  opacity: 1;
  z-index: 100;
}
header .header-label {
  align-items: center;
  width: 120px;
}
header .header-label .slide-menu {
  display: flex;
}
header .header-label .slide-menu li {
  color: #fff;
  font-size: 1.25rem;
}
header .header-label .slide-menu li a {
  color: #fff;
}
header .header-label .slide-menu .big {
  font-size: 1.5rem;
  border-bottom: 1px solid #fff;
}

header .header-area {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0;
  margin: auto;
  align-items: center;
  width: 120px;
  height: 100vh;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header .header-area {
    background: inherit;
  }
}
header .header-area .company-name {
  text-align: center;
  writing-mode: vertical-rl;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin: auto;
  margin-top: 100px;
  font-family: "Hind", sans-serif;
}
@media screen and (max-width: 768px) {
  header .header-area .company-name {
    display: none;
  }
}
header .header-area .company-name a {
  color: #212121;
  letter-spacing: 0;
  line-height: 16px;
}
header .hamburger {
  margin: auto;
  margin-top: 30px;
  width: 35px;
  height: 20px;
  position: relative;
  transition: 0.5s; /* 追記 */
}
@media screen and (max-width: 768px) {
  header .hamburger {
    margin-top: 30px;
    margin-right: 10px;
  }
}
header .hamburger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #212121;
  transition: 0.5s; /* 追記 */
}
header .hamburger span:first-of-type { /* ハンバーガーメニューの1番目の線 */
  top: 0;
}
header .hamburger span:nth-of-type(2) { /* ハンバーガーメニューの2番目の線 */
  top: 50%;
}
header .hamburger span:last-of-type { /* ハンバーガーメニューの3番目の線 */
  top: 100%;
}
header .header-label .slide-menu {
  background-color: rgba(33, 33, 33, 0.95);
  display: block;
  position: fixed;
  top: 0px;
  right: 0;
  width: 33%;
  transform: translateX(100%);
  transition: 0.2s; /* 追記 */
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .header-label .slide-menu {
    width: 100%;
    background-color: rgb(33, 33, 33);
  }
}
header .header-label .slide-menu.active {
  right: 120px;
  padding: 50px 20px;
}
@media screen and (max-width: 768px) {
  header .header-label .slide-menu.active {
    right: 0;
  }
}
header .slide-menu li {
  color: #fff;
  line-height: 175%;
  text-align: left;
}
header .hamburger.active { /* 追記 */
  transform: rotateY(360deg); /* 追記 */
}
header .hamburger.active span {
  color: #fff;
}
header .hamburger.active span:first-of-type { /* ハンバーガーメニューの1番目の線 */
  top: 50%;
  transform: rotate(45deg);
}
header .hamburger.active span:nth-of-type(2) { /* ハンバーガーメニューの2番目の線 */
  opacity: 0; /* 透明にする */
}
header .hamburger.active span:last-of-type { /* ハンバーガーメニューの3番目の線 */
  top: 50%;
  transform: rotate(-45deg);
}
header .slide-menu.active {
  transform: translateX(0);
}

/*----scrollFadein----*/
.scroll-fadein {
  opacity: 0;
}
.scroll-fadein.show {
  animation: up-fadein 1s ease-out forwards;
}

@keyframes up-fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*時間差でフェイドイン*/
.scroll-fadein-delay1 {
  opacity: 0;
}
.scroll-fadein-delay1.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay1.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay1.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay1.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay1.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay1.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay1.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay1.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay1.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay1.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay1.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay1.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay1.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay1.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay1.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay1.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay1.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay1.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay1.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay1.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay1.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay2 {
  opacity: 0;
}
.scroll-fadein-delay2.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay2.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay2.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay2.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay2.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay2.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay2.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay2.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay2.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay2.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay2.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay2.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay2.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay2.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay2.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay2.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay2.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay2.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay2.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay2.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay2.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay3 {
  opacity: 0;
}
.scroll-fadein-delay3.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay3.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay3.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay3.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay3.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay3.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay3.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay3.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay3.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay3.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay3.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay3.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay3.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay3.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay3.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay3.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay3.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay3.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay3.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay3.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay3.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay4 {
  opacity: 0;
}
.scroll-fadein-delay4.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay4.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay4.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay4.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay4.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay4.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay4.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay4.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay4.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay4.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay4.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay4.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay4.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay4.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay4.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay4.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay4.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay4.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay4.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay4.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay4.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay5 {
  opacity: 0;
}
.scroll-fadein-delay5.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay5.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay5.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay5.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay5.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay5.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay5.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay5.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay5.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay5.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay5.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay5.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay5.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay5.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay5.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay5.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay5.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay5.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay5.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay5.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay5.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay6 {
  opacity: 0;
}
.scroll-fadein-delay6.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay6.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay6.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay6.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay6.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay6.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay6.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay6.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay6.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay6.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay6.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay6.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay6.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay6.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay6.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay6.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay6.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay6.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay6.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay6.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay6.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay7 {
  opacity: 0;
}
.scroll-fadein-delay7.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay7.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay7.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay7.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay7.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay7.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay7.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay7.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay7.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay7.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay7.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay7.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay7.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay7.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay7.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay7.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay7.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay7.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay7.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay7.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay7.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay8 {
  opacity: 0;
}
.scroll-fadein-delay8.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay8.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay8.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay8.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay8.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay8.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay8.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay8.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay8.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay8.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay8.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay8.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay8.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay8.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay8.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay8.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay8.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay8.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay8.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay8.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay8.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay9 {
  opacity: 0;
}
.scroll-fadein-delay9.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay9.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay9.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay9.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay9.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay9.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay9.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay9.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay9.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay9.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay9.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay9.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay9.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay9.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay9.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay9.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay9.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay9.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay9.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay9.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay9.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

.scroll-fadein-delay10 {
  opacity: 0;
}
.scroll-fadein-delay10.show {
  animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay10.show:nth-of-type(1) {
  animation-delay: 0s;
}
.scroll-fadein-delay10.show:nth-of-type(2) {
  animation-delay: 0.5s;
}
.scroll-fadein-delay10.show:nth-of-type(3) {
  animation-delay: 1s;
}
.scroll-fadein-delay10.show:nth-of-type(4) {
  animation-delay: 1.5s;
}
.scroll-fadein-delay10.show:nth-of-type(5) {
  animation-delay: 2s;
}
.scroll-fadein-delay10.show:nth-of-type(6) {
  animation-delay: 2.5s;
}
.scroll-fadein-delay10.show:nth-of-type(7) {
  animation-delay: 3s;
}
.scroll-fadein-delay10.show:nth-of-type(8) {
  animation-delay: 3.5s;
}
.scroll-fadein-delay10.show:nth-of-type(9) {
  animation-delay: 4s;
}
.scroll-fadein-delay10.show:nth-of-type(10) {
  animation-delay: 4.5s;
}
.scroll-fadein-delay10.show:nth-of-type(11) {
  animation-delay: 5s;
}
.scroll-fadein-delay10.show:nth-of-type(12) {
  animation-delay: 5.5s;
}
.scroll-fadein-delay10.show:nth-of-type(13) {
  animation-delay: 6s;
}
.scroll-fadein-delay10.show:nth-of-type(14) {
  animation-delay: 6.5s;
}
.scroll-fadein-delay10.show:nth-of-type(15) {
  animation-delay: 7s;
}
.scroll-fadein-delay10.show:nth-of-type(16) {
  animation-delay: 7.5s;
}
.scroll-fadein-delay10.show:nth-of-type(17) {
  animation-delay: 8s;
}
.scroll-fadein-delay10.show:nth-of-type(18) {
  animation-delay: 8.5s;
}
.scroll-fadein-delay10.show:nth-of-type(19) {
  animation-delay: 9s;
}
.scroll-fadein-delay10.show:nth-of-type(20) {
  animation-delay: 9.5s;
}

/*右から左にフェイドイン*/
.scroll-fadein-right {
  opacity: 0;
}
.scroll-fadein-right.show {
  opacity: 1;
  animation: right-fadein 1s ease-out;
}

@keyframes right-fadein {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*左から右にフェイドイン*/
.scroll-fadein-left {
  opacity: 0;
}
.scroll-fadein-left.show {
  opacity: 1;
  animation: left-fadein 1s ease-out;
}

@keyframes left-fadein {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.side-fadein {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.side-fadein span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.side-fadein.show,
.side-fadein.show span {
  transform: translate(0, 0);
}

.js-one-text-up-fadein {
  opacity: 0;
}

.sp-js-span-wrap-text span, .js-span-wrap-text span, .js-span-wrap-bottom-text span, .js-one-text-up-fadein span {
  opacity: 0;
  display: inline-block;
}
.sp-js-span-wrap-text span:nth-child(1), .js-span-wrap-text span:nth-child(1), .js-span-wrap-bottom-text span:nth-child(1), .js-one-text-up-fadein span:nth-child(1) {
  animation: oneFade 1s ease 0.7s forwards;
}
.sp-js-span-wrap-text span:nth-child(2), .js-span-wrap-text span:nth-child(2), .js-span-wrap-bottom-text span:nth-child(2), .js-one-text-up-fadein span:nth-child(2) {
  animation: oneFade 1s ease 0.8s forwards;
}
.sp-js-span-wrap-text span:nth-child(3), .js-span-wrap-text span:nth-child(3), .js-span-wrap-bottom-text span:nth-child(3), .js-one-text-up-fadein span:nth-child(3) {
  animation: oneFade 1s ease 0.9s forwards;
}
.sp-js-span-wrap-text span:nth-child(4), .js-span-wrap-text span:nth-child(4), .js-span-wrap-bottom-text span:nth-child(4), .js-one-text-up-fadein span:nth-child(4) {
  animation: oneFade 1s ease 1s forwards;
}
.sp-js-span-wrap-text span:nth-child(5), .js-span-wrap-text span:nth-child(5), .js-span-wrap-bottom-text span:nth-child(5), .js-one-text-up-fadein span:nth-child(5) {
  animation: oneFade 1s ease 1.1s forwards;
}
.sp-js-span-wrap-text span:nth-child(6), .js-span-wrap-text span:nth-child(6), .js-span-wrap-bottom-text span:nth-child(6), .js-one-text-up-fadein span:nth-child(6) {
  animation: oneFade 1s ease 1.2s forwards;
}
.sp-js-span-wrap-text span:nth-child(7), .js-span-wrap-text span:nth-child(7), .js-span-wrap-bottom-text span:nth-child(7), .js-one-text-up-fadein span:nth-child(7) {
  animation: oneFade 1s ease 1.3s forwards;
}
.sp-js-span-wrap-text span:nth-child(8), .js-span-wrap-text span:nth-child(8), .js-span-wrap-bottom-text span:nth-child(8), .js-one-text-up-fadein span:nth-child(8) {
  animation: oneFade 1s ease 1.4s forwards;
}
.sp-js-span-wrap-text span:nth-child(9), .js-span-wrap-text span:nth-child(9), .js-span-wrap-bottom-text span:nth-child(9), .js-one-text-up-fadein span:nth-child(9) {
  animation: oneFade 1s ease 1.5s forwards;
}
.sp-js-span-wrap-text span:nth-child(10), .js-span-wrap-text span:nth-child(10), .js-span-wrap-bottom-text span:nth-child(10), .js-one-text-up-fadein span:nth-child(10) {
  animation: oneFade 1s ease 1.6s forwards;
}
.sp-js-span-wrap-text span:nth-child(11), .js-span-wrap-text span:nth-child(11), .js-span-wrap-bottom-text span:nth-child(11), .js-one-text-up-fadein span:nth-child(11) {
  animation: oneFade 1s ease 1.7s forwards;
}
.sp-js-span-wrap-text span:nth-child(12), .js-span-wrap-text span:nth-child(12), .js-span-wrap-bottom-text span:nth-child(12), .js-one-text-up-fadein span:nth-child(12) {
  animation: oneFade 1s ease 1.8s forwards;
}
.sp-js-span-wrap-text span:nth-child(13), .js-span-wrap-text span:nth-child(13), .js-span-wrap-bottom-text span:nth-child(13), .js-one-text-up-fadein span:nth-child(13) {
  animation: oneFade 1s ease 1.9s forwards;
}
.sp-js-span-wrap-text span:nth-child(14), .js-span-wrap-text span:nth-child(14), .js-span-wrap-bottom-text span:nth-child(14), .js-one-text-up-fadein span:nth-child(14) {
  animation: oneFade 1s ease 2s forwards;
}
.sp-js-span-wrap-text span:nth-child(15), .js-span-wrap-text span:nth-child(15), .js-span-wrap-bottom-text span:nth-child(15), .js-one-text-up-fadein span:nth-child(15) {
  animation: oneFade 1s ease 2.1s forwards;
}
.sp-js-span-wrap-text span:nth-child(16), .js-span-wrap-text span:nth-child(16), .js-span-wrap-bottom-text span:nth-child(16), .js-one-text-up-fadein span:nth-child(16) {
  animation: oneFade 1s ease 2.2s forwards;
}
.sp-js-span-wrap-text span:nth-child(17), .js-span-wrap-text span:nth-child(17), .js-span-wrap-bottom-text span:nth-child(17), .js-one-text-up-fadein span:nth-child(17) {
  animation: oneFade 1s ease 2.3s forwards;
}
.sp-js-span-wrap-text span:nth-child(18), .js-span-wrap-text span:nth-child(18), .js-span-wrap-bottom-text span:nth-child(18), .js-one-text-up-fadein span:nth-child(18) {
  animation: oneFade 1s ease 2.4s forwards;
}
.sp-js-span-wrap-text span:nth-child(19), .js-span-wrap-text span:nth-child(19), .js-span-wrap-bottom-text span:nth-child(19), .js-one-text-up-fadein span:nth-child(19) {
  animation: oneFade 1s ease 2.5s forwards;
}
.sp-js-span-wrap-text span:nth-child(20), .js-span-wrap-text span:nth-child(20), .js-span-wrap-bottom-text span:nth-child(20), .js-one-text-up-fadein span:nth-child(20) {
  animation: oneFade 1s ease 2.6s forwards;
}
.sp-js-span-wrap-text span:nth-child(21), .js-span-wrap-text span:nth-child(21), .js-span-wrap-bottom-text span:nth-child(21), .js-one-text-up-fadein span:nth-child(21) {
  animation: oneFade 1s ease 2.7s forwards;
}
.sp-js-span-wrap-text span:nth-child(22), .js-span-wrap-text span:nth-child(22), .js-span-wrap-bottom-text span:nth-child(22), .js-one-text-up-fadein span:nth-child(22) {
  animation: oneFade 1s ease 2.8s forwards;
}
.sp-js-span-wrap-text span:nth-child(23), .js-span-wrap-text span:nth-child(23), .js-span-wrap-bottom-text span:nth-child(23), .js-one-text-up-fadein span:nth-child(23) {
  animation: oneFade 1s ease 2.9s forwards;
}
.sp-js-span-wrap-text span:nth-child(24), .js-span-wrap-text span:nth-child(24), .js-span-wrap-bottom-text span:nth-child(24), .js-one-text-up-fadein span:nth-child(24) {
  animation: oneFade 1s ease 3s forwards;
}
.sp-js-span-wrap-text span:nth-child(25), .js-span-wrap-text span:nth-child(25), .js-span-wrap-bottom-text span:nth-child(25), .js-one-text-up-fadein span:nth-child(25) {
  animation: oneFade 1s ease 3.1s forwards;
}
.sp-js-span-wrap-text span:nth-child(26), .js-span-wrap-text span:nth-child(26), .js-span-wrap-bottom-text span:nth-child(26), .js-one-text-up-fadein span:nth-child(26) {
  animation: oneFade 1s ease 3.2s forwards;
}
.sp-js-span-wrap-text span:nth-child(27), .js-span-wrap-text span:nth-child(27), .js-span-wrap-bottom-text span:nth-child(27), .js-one-text-up-fadein span:nth-child(27) {
  animation: oneFade 1s ease 3.3s forwards;
}
.sp-js-span-wrap-text span:nth-child(28), .js-span-wrap-text span:nth-child(28), .js-span-wrap-bottom-text span:nth-child(28), .js-one-text-up-fadein span:nth-child(28) {
  animation: oneFade 1s ease 3.4s forwards;
}
.sp-js-span-wrap-text span:nth-child(29), .js-span-wrap-text span:nth-child(29), .js-span-wrap-bottom-text span:nth-child(29), .js-one-text-up-fadein span:nth-child(29) {
  animation: oneFade 1s ease 3.5s forwards;
}
.sp-js-span-wrap-text span:nth-child(30), .js-span-wrap-text span:nth-child(30), .js-span-wrap-bottom-text span:nth-child(30), .js-one-text-up-fadein span:nth-child(30) {
  animation: oneFade 1s ease 3.6s forwards;
}
.sp-js-span-wrap-text span:nth-child(31), .js-span-wrap-text span:nth-child(31), .js-span-wrap-bottom-text span:nth-child(31), .js-one-text-up-fadein span:nth-child(31) {
  animation: oneFade 1s ease 3.7s forwards;
}
.sp-js-span-wrap-text span:nth-child(32), .js-span-wrap-text span:nth-child(32), .js-span-wrap-bottom-text span:nth-child(32), .js-one-text-up-fadein span:nth-child(32) {
  animation: oneFade 1s ease 3.8s forwards;
}
.sp-js-span-wrap-text span:nth-child(33), .js-span-wrap-text span:nth-child(33), .js-span-wrap-bottom-text span:nth-child(33), .js-one-text-up-fadein span:nth-child(33) {
  animation: oneFade 1s ease 3.9s forwards;
}
.sp-js-span-wrap-text span:nth-child(34), .js-span-wrap-text span:nth-child(34), .js-span-wrap-bottom-text span:nth-child(34), .js-one-text-up-fadein span:nth-child(34) {
  animation: oneFade 1s ease 4s forwards;
}
.sp-js-span-wrap-text span:nth-child(35), .js-span-wrap-text span:nth-child(35), .js-span-wrap-bottom-text span:nth-child(35), .js-one-text-up-fadein span:nth-child(35) {
  animation: oneFade 1s ease 4.1s forwards;
}
.sp-js-span-wrap-text span:nth-child(36), .js-span-wrap-text span:nth-child(36), .js-span-wrap-bottom-text span:nth-child(36), .js-one-text-up-fadein span:nth-child(36) {
  animation: oneFade 1s ease 4.2s forwards;
}
.sp-js-span-wrap-text span:nth-child(37), .js-span-wrap-text span:nth-child(37), .js-span-wrap-bottom-text span:nth-child(37), .js-one-text-up-fadein span:nth-child(37) {
  animation: oneFade 1s ease 4.3s forwards;
}
.sp-js-span-wrap-text span:nth-child(38), .js-span-wrap-text span:nth-child(38), .js-span-wrap-bottom-text span:nth-child(38), .js-one-text-up-fadein span:nth-child(38) {
  animation: oneFade 1s ease 4.4s forwards;
}
.sp-js-span-wrap-text span:nth-child(39), .js-span-wrap-text span:nth-child(39), .js-span-wrap-bottom-text span:nth-child(39), .js-one-text-up-fadein span:nth-child(39) {
  animation: oneFade 1s ease 4.5s forwards;
}
.sp-js-span-wrap-text span:nth-child(40), .js-span-wrap-text span:nth-child(40), .js-span-wrap-bottom-text span:nth-child(40), .js-one-text-up-fadein span:nth-child(40) {
  animation: oneFade 1s ease 4.6s forwards;
}
.sp-js-span-wrap-text span:nth-child(41), .js-span-wrap-text span:nth-child(41), .js-span-wrap-bottom-text span:nth-child(41), .js-one-text-up-fadein span:nth-child(41) {
  animation: oneFade 1s ease 4.7s forwards;
}
.sp-js-span-wrap-text span:nth-child(42), .js-span-wrap-text span:nth-child(42), .js-span-wrap-bottom-text span:nth-child(42), .js-one-text-up-fadein span:nth-child(42) {
  animation: oneFade 1s ease 4.8s forwards;
}
.sp-js-span-wrap-text span:nth-child(43), .js-span-wrap-text span:nth-child(43), .js-span-wrap-bottom-text span:nth-child(43), .js-one-text-up-fadein span:nth-child(43) {
  animation: oneFade 1s ease 4.9s forwards;
}

@keyframes oneFade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fv {
  width: 100%;
  max-width: 1800px;
  margin-right: 120px;
  position: relative;
  height: 100vh;
  max-height: 950px;
}
.fv div#n2-ss-1 .n2-ss-slider-4 {
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .fv .n2-ss-text {
    font-size: 350% !important;
  }
}
@media screen and (max-width: 768px) {
  .fv div#n2-ss-1 .n2-font-0427a985ef6a97289efad9ca028fea53-paragraph {
    font-size: 50% !important;
  }
}
.fv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: noto-serif;
  font-weight: 400;
  color: #fff;
  font-size: 5rem;
  font-family: "Sawarabi Mincho";
  width: 90%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv h1 {
    font-size: 2.125rem;
  }
}
.fv .news {
  position: absolute;
  width: 100%;
  bottom: 2%;
  left: 10%;
  right: 10%;
  padding: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fv .news {
    left: 2%;
    bottom: 30px;
  }
}
.fv .news .title {
  padding: 20px;
  font-size: 1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #fff;
  background-color: #212121;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 992px) {
  .fv .news .title {
    font-size: 0.75rem;
    padding: 18px;
  }
}
@media screen and (max-width: 768px) {
  .fv .news .title {
    font-size: 0.625rem;
    padding: 23px;
  }
}
.fv .news .flex {
  margin-top: 1rem;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fv .news .flex {
    display: flex;
  }
}
.fv .news .flex .new {
  background-color: #fff;
  display: flex;
  padding: 15px;
  justify-content: space-between;
  width: 60%;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 768px) {
  .fv .news .flex .new {
    display: block;
    text-align: left;
    padding: 5px;
    width: 96%;
    margin-right: 2%;
  }
}
.fv .news .flex .new .day {
  font-size: 1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #212121;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .fv .news .flex .new .day {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .fv .news .flex .new .day {
    font-size: 0.625rem;
  }
}
.fv .news .flex .new .day a {
  color: #212121;
}
.fv .news .flex .new .content {
  margin-left: 1rem;
  font-size: 1rem;
  font-family: "Noto Serif JP", sans-serif;
  color: #212121;
}
@media screen and (max-width: 992px) {
  .fv .news .flex .new .content {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .fv .news .flex .new .content {
    font-size: 0.625rem;
    margin-left: 0;
  }
}
.fv .news .flex .new .content a {
  color: #212121;
}
.fv img {
  width: 100%;
  max-height: 100vh;
  min-height: 667px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

footer {
  text-align: center;
  background-color: #fff;
  padding: 40px;
  margin-top: 198px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 2%;
    padding-top: 40px;
  }
}
footer .d-flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer .d-flex {
    display: block;
  }
}
footer .d-flex p {
  width: 250px;
}
footer .d-flex p a {
  font-size: 1.25rem;
  color: #00053a;
}
@media screen and (max-width: 768px) {
  footer .d-flex p {
    text-align: left;
  }
}
footer .d-flex img {
  width: 50px;
  margin: 30px;
}
footer small {
  color: #00053a;
  font-size: 0.875rem;
  display: block;
  padding: 5px 0;
}

.content-title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
  color: #212121;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .content-title {
    margin: auto;
    width: 100%;
    text-align: center;
  }
}

.content1 {
  margin-top: 198px;
}
@media screen and (max-width: 768px) {
  .content1 {
    margin-top: 98px;
  }
}
.content1 .content-title {
  margin-left: 55%;
}
@media screen and (max-width: 768px) {
  .content1 .content-title {
    margin: auto;
    width: 100%;
    text-align: center;
  }
}
.content1 .flex {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .content1 .flex {
    display: block;
  }
}
.content1 .flex .president-image {
  width: 50%;
  max-width: 50%;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .content1 .flex .president-image {
    max-width: 100%;
    width: 100%;
  }
}
.content1 .flex .president-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  transition: transform 0.6s ease;
}
.content1 .flex .president-image img:hover {
  transform: scale(1.1); /* 拡大 */
}
.content1 .flex .greeting {
  width: 35%;
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .content1 .flex .greeting {
    margin: auto;
    width: 100%;
  }
}
.content1 .flex .greeting .main {
  font-size: 1rem;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .content1 .flex .greeting .main {
    width: 96%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
  }
}
.content1 .contact-form {
  text-align: center;
}
.content1 .contact-form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #212121;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .content1 .contact-form input {
    width: 100%;
    margin: auto;
  }
}
.content1 .contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #212121;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .content1 .contact-form textarea {
    width: 100%;
    margin: auto;
  }
}
.content1 .contact-form .submit-btn {
  margin-top: 60px;
}
.content1 .contact-form .submit-btn input {
  margin-top: 20px;
  width: 25%;
  background-color: #212121;
  color: #fff;
  box-shadow: 3px 3px 2px #212121;
}
.content1 .contact-form .screen-reader-response,
.content1 .contact-form .wpcf7-not-valid-tip {
  display: none;
}
.content1 .contact-form .wpcf7-response-output {
  color: red;
  margin-top: 10px;
  font-size: 1rem;
}

.content2 {
  margin-top: 198px;
  margin-left: 5%;
  margin-right: 120px;
}
@media screen and (max-width: 768px) {
  .content2 {
    margin: auto;
    margin-top: 98px;
    text-align: center;
  }
}
.content2 .flex {
  margin-top: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .content2 .flex {
    display: block;
  }
}
.content2 .flex .main {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .content2 .flex .main {
    width: 100%;
    margin-top: 40px;
  }
}
.content2 .flex .main .human-image {
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.content2 .flex .main .human-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  transition: transform 0.6s ease;
}
.content2 .flex .main .human-image img:hover {
  transform: scale(1.1); /* 拡大 */
}
.content2 .flex .main .day {
  font-size: 1rem;
  color: #212121;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .content2 .flex .main .day {
    margin: auto;
    width: 96%;
    font-size: 1rem;
  }
}
.content2 .flex .main .title {
  font-size: 1.125rem;
  color: #212121;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .content2 .flex .main .title {
    margin: auto;
    width: 96%;
    font-size: 1rem;
  }
}

.content3 {
  margin: auto;
  text-align: center;
  margin-top: 198px;
}
@media screen and (max-width: 768px) {
  .content3 {
    width: 96%;
  }
}
.content3 .content-title {
  color: #212121;
}
@media screen and (max-width: 768px) {
  .content3 .content-title {
    margin: auto;
    width: 100%;
    text-align: center;
  }
}

.entry {
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .entry {
  	  margin-left: 2%;
	  margin-right: 2%;
	}
}
.entry .flex {
  margin-top: 20px;
}
.entry .flex .entry-title {
  width: 100px;
  font-weight: bold;
  font-size: 1rem;
}
.entry .flex .entry-body {
  width: calc(100% - 100px);
  flex-wrap: wrap;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .entry .flex .entry-body {
    width: 100%;
  }
}
.entry .flex .entry-body .mediaS {
  display: none;
}
@media screen and (max-width: 768px) {
  .entry .flex .entry-body .mediaS {
    display: block;
  }
}

.archive-news .news {
  position: static;
  background: #fff000;
  padding: 80px;
  margin-left: auto;
  margin-top: 250px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .archive-news .news {
    margin-left: auto;
    margin-top: 198px;
    text-align: center;
    padding: 50px 2%;
    width: 90%;
  }
}
.archive-news .news .title {
  font-size: 3.5rem;
  background: inherit;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .archive-news .news .title {
    font-size: 2rem;
  }
}
.archive-news .news .flex {
  margin-top: 50px;
  border-bottom: 1px solid #212121;
}
@media screen and (max-width: 768px) {
  .archive-news .news .flex {
    width: 96%;
    margin: auto;
    margin-top: 50px;
    display: block;
  }
}
.archive-news .news .flex .day {
  text-align: left;
  padding-left: 1rem;
}
.archive-news .news .flex .day a {
  color: #212121;
}
@media screen and (max-width: 768px) {
  .archive-news .news .flex .day a {
    font-size: 1rem;
  }
}
.archive-news .news .flex .content {
  text-align: left;
  margin-left: 5%;
  padding-left: 1rem;
}
.archive-news .news .flex .content a {
  color: #212121;
}
@media screen and (max-width: 768px) {
  .archive-news .news .flex .content a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .archive-news .news .flex .content {
    margin-left: 0;
  }
}
.archive-news .news-fv {
  height: 300px;
  overflow: hidden;
}
.archive-news .news-fv img {
  -o-object-fit: cover;
     object-fit: cover;
}

.single-news {
  margin-top: 198px;
  background-color: #fff000;
  padding: 80px;
  width: 90%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .single-news {
    padding: 50px 2%;
    width: 90%;
  }
}
.single-news .content-title {
  font-size: 3.5rem;
  background-color: inherit;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .single-news .content-title {
    font-size: 2rem;
  }
}
.single-news .single-post {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .single-news .single-post {
    margin-top: 75px;
  }
}
.single-news .single-post .thumbnail img {
  width: calc(100% - 120px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .single-news .single-post .thumbnail img {
    width: 100%;
  }
}
.single-news .single-post .content-title {
  font-size: 2rem;
  margin-top: 30px;
  color: #212121;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-news .single-post .content-title {
    font-size: 1.5rem;
    padding: 0 2%;
  }
}
.single-news .single-post .date {
  text-align: right;
  font-size: 1.25rem;
  color: #212121;
}
.single-news .single-post .content {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .single-news .single-post .content {
    width: 100%;
  }
}
.single-news .single-post .content .main {
  margin-top: 30px;
  font-size: 1.25rem;
  color: #212121;
  text-align: left;
}
.single-news .single-post .content .main p {
  margin-top: 50px;
  font-size: 1rem;
  color: #212121;
  text-align: left;
}

.archive-jobs {
  margin-top: 198px;
  background-color: #FFB6C1;
  padding: 80px;
  padding-right: 200px;
  width: 90%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .archive-jobs {
    padding: 50px 0;
    width: 90%;
    margin-left: auto;
    margin-right: 0;
  }
}
.archive-jobs .content-title {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .archive-jobs .content-title {
    font-size: 2rem;
  }
}

.single-jobs {
  margin-top: 198px;
  background-color: #FFB6C1;
  width: 90%;
  padding: 80px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .single-jobs {
    padding: 50px 0;
    width: 90%;
    margin-left: auto;
    margin-right: 0;
  }
}
.single-jobs .content-title {
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .single-jobs .content-title {
    font-size: 2rem;
  }
}
.single-jobs .single-post {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .single-jobs .single-post {
    margin-top: 75px;
  }
}
.single-jobs .single-post .thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .single-jobs .single-post .thumbnail img {
    width: 100%;
  }
}
.single-jobs .single-post .content-title {
  font-size: 2rem;
  margin-top: 30px;
  color: #212121;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-jobs .single-post .content-title {
    font-size: 1.5rem;
    padding: 0 2%;
  }
}
.single-jobs .single-post .date {
  text-align: right;
  font-size: 1.25rem;
  color: #212121;
}
.single-jobs .single-post .content {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .single-jobs .single-post .content {
    width: 100%;
    padding: 0 2%;
  }
}
.single-jobs .single-post .content .main {
  margin-top: 30px;
  font-size: 1.25rem;
  color: #212121;
  text-align: left;
}
.single-jobs .single-post .content .main p {
  margin-top: 50px;
  font-size: 1rem;
  color: #212121;
  text-align: left;
}

#wrap {
  position: relative;
  overflow: hidden;
}

.slideConts {
  transition: 0.5s;
}

.slideContsL {
  transform: translate(-2000px, 0);
}

.slideContsR {
  transform: translate(2000px, 0);
}

.slideContsL.show {
  transform: translate(0px, 0) !important;
}

.slideContsR.show {
  transform: translate(0px, 0) !important;
}

body {
  background-color: #fff;
  color: #212121;
}

.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #212121;
  z-index: 9999;
  animation: byeShutter 2.6s forwards;
}
.shutter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
  animation: shutterOpen 2s forwards;
}

.content {
  animation: contentScale 2.6s forwards;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.margin-auto{
	margin-left: auto;
	margin-right: auto;
}
.content1 .margin-left-0{
	margin-left: 0;
}
.w-50{
	width: 50%;
}
@media screen and (max-width: 768px) {
.sp-w-90{
	width: 90%;
}
}
@keyframes contentScale {
  70% {
    transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    transform: perspective(800px) scale(1) rotateX(0);
  }
}/*# sourceMappingURL=style.css.map */