@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: 1366px;
  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: 96%;
  margin: auto;
}

header {
  max-width: 1366px;
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  opacity: 1;
  z-index: 100;
}
header .header-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  header .header-label {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  header .header-label {
    padding-left: 0;
    padding-right: 0;
  }
}
header .header-label .slide-menu {
  display: flex;
}
header .header-label .slide-menu li {
  padding: 10px 20px;
  color: #00053a;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  header .header-label .slide-menu li {
    padding-left: 0;
  }
}
header .header-label .slide-menu li a {
  color: #00053a;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  header .header-label .slide-menu li a {
    font-size: 1.25rem;
  }
}
header .header-label .header-area {
  margin-top: 10px;
  margin-bottom: 10px;
}
header .header-label .header-area h1 {
  font-size: 1.25rem;
  color: #fff;
  z-index: 1000;
}
header .header-label .header-area h1 a {
  color: #fff;
}
header .header-label .header-area h1 .logo {
  width: 50px;
}

@media screen and (max-width: 768px) {
  header .header-area {
    display: flex;
    justify-content: space-between;
    height: 40px;
    padding: 0 20px;
    align-items: center;
    width: 100%;
  }
  header .hamburger {
    width: 35px;
    height: 20px;
    position: relative;
    transition: 0.5s; /* 追記 */
    z-index: 1000;
  }
  header .hamburger span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #00053a;
    transition: 0.5s; /* 追記 */
    z-index: 1000;
  }
  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: #fff;
    display: block;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    transform: translateX(100%);
    transition: 0.5s; /* 追記 */
    height: 100%;
  }
  header .slide-menu li {
    color: #fff;
    text-align: left;
    margin-left: 4%;
  }
  header .slide-menu .one {
    margin-top: 150px;
  }
  header .hamburger.active { /* 追記 */
    transform: rotateY(360deg); /* 追記 */
  }
  header .hamburger.active span {
    color: #00053a;
    z-index: 1000;
  }
  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: 84%;
  margin-left: 7%;
  margin-right: 7%;
}
.fv .margin-top-150 {
  margin: auto;
  margin-top: 150px;
  text-align: center;
}
.fv .text-center {
  text-align: center;
}
.fv .target {
  transition: 0.5s;
  transform: rotateZ(0deg);
}
.fv .container:hover .target {
  transform: rotateZ(360deg);
}
.fv .flip-box {
  background-color: transparent;
  perspective: 1000px;
}
.fv .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.fv .flip-box-inner-open {
  transform: rotateY(180deg);
}
.fv .flip-box-inner-close {
  transform: rotateY(0deg);
}
.fv .flip-box-front, .fv .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.fv .flip-box-back {
  background-color: #555;
  color: white;
  transform: rotateY(180deg);
}
.fv .kaiten {
  color: #00053a;
  margin-top: 25%;
}
@media screen and (max-width: 768px) {
  .fv .kaiten {
    margin-top: 50%;
  }
}

footer {
  text-align: center;
  background-color: #fff;
  padding: 40px;
  padding-right: 4%;
  padding-left: 4%;
  margin-top: 150px;
}
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;
}

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 10px;
  bottom: 0;
  opacity: 0;
  transition: all 1s ease;
}

#page_top.show {
  opacity: 0.6;
  transform: none;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 30px;
  color: #A12568;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: "TOP";
  font-size: 18px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #00053a;
}

.content-title {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content-title {
    font-size: 2rem;
  }
}

.content1 {
  margin-top: 700px;
}
@media screen and (max-width: 576px) {
  .content1 {
    margin-top: 500px;
  }
}

.content1,
.content3 {
  padding: 80px;
  background-color: #00053a;
}
@media screen and (max-width: 768px) {
  .content1,
  .content3 {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.content1 .content-title,
.content3 .content-title {
  color: #ffffff;
}

.content1 .d-flex {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .content1 .d-flex {
    display: block;
    margin-bottom: 50px;
  }
}
.content1 .d-flex .left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .content1 .d-flex .left {
    width: 100%;
    margin: auto;
  }
}
.content1 .d-flex .right {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .content1 .d-flex .right {
    width: 100%;
    margin: auto;
    margin-top: 40px;
  }
}
.content1 .d-flex .right p {
  font-size: 1.25rem;
  color: #ffffff;
}
.content1 .more {
  text-align: right;
  margin-top: 20px;
}
.content1 .more a {
  color: #fff;
}

.content2,
.content4 {
  background-color: #fff;
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .content2,
  .content4 {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.content2 .content-title,
.content4 .content-title {
  color: #00053a;
}
.content2 .d-flex,
.content4 .d-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .content2 .d-flex,
  .content4 .d-flex {
    display: block;
    margin-bottom: 50px;
  }
}
.content2 .d-flex .post,
.content4 .d-flex .post {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .content2 .d-flex .post,
  .content4 .d-flex .post {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.content2 .d-flex .post .d-flex-child,
.content4 .d-flex .post .d-flex-child {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .content2 .d-flex .post .d-flex-child,
  .content4 .d-flex .post .d-flex-child {
    display: block;
  }
}
.content2 .d-flex .post .d-flex-child p,
.content4 .d-flex .post .d-flex-child p {
  font-size: 1.25rem;
  color: #00053a;
  margin-top: 10px;
}
.content2 .d-flex .post img,
.content4 .d-flex .post img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  max-width: 450px;
  overflow: hidden;
}
.content2 .blogs-flex,
.content4 .blogs-flex {
  flex-wrap: wrap;
}
.content2 .blogs-flex .post,
.content4 .blogs-flex .post {
  margin-bottom: 30px;
}
.content2 .margin-top-150,
.content4 .margin-top-150 {
  margin-top: 100px;
}
.content2 .more,
.content4 .more {
  text-align: right;
  margin-top: 20px;
}
.content2 .more a,
.content4 .more a {
  color: #00053a;
  font-size: 1.5rem;
  font-weight: bold;
}

.content3 .d-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .content3 .d-flex {
    display: block;
    margin-bottom: 50px;
  }
}
.content3 .d-flex .left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .content3 .d-flex .left {
    width: 100%;
    margin: auto;
  }
}
.content3 .d-flex .left img {
  width: 100%;
}
.content3 .d-flex .left p {
  color: #fff;
  text-align: left;
  font-size: 1.25rem;
  margin-top: 10px;
}
.content3 .d-flex .left p.text {
  text-align: left;
}
.content3 .d-flex .right {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .content3 .d-flex .right {
    width: 100%;
    margin: auto;
    margin-top: 40px;
  }
}
.content3 .d-flex .right img {
  width: 100%;
}
.content3 .d-flex p {
  color: #fff;
  text-align: left;
  font-size: 1.25rem;
  margin-top: 10px;
}
.content3 .d-flex p.text {
  text-align: left;
}

.content4 .contact-form {
  text-align: center;
  margin-top: 40px;
}
.content4 .contact-form input {
  width: 50%;
  padding: 10px;
  border: 1px solid #00053a;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .content4 .contact-form input {
    width: 100%;
    margin: auto;
  }
}
.content4 .contact-form textarea {
  width: 50%;
  padding: 10px;
  border: 1px solid #00053a;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .content4 .contact-form textarea {
    width: 100%;
    margin: auto;
  }
}
.content4 .contact-form .submit-btn input {
  margin-top: 20px;
  width: 25%;
  background-color: #00053a;
  color: #fff;
  box-shadow: 3px 3px 2px #00053a;
}
.content4 .contact-form .screen-reader-response,
.content4 .contact-form .wpcf7-not-valid-tip {
  display: none;
}
.content4 .contact-form .wpcf7-response-output {
  color: red;
  margin-top: 10px;
  font-size: 1rem;
}

.single-post {
  margin-top: 150px;
}
.single-post .thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .content-title {
  margin-top: 30px;
  color: #00053a;
}
.single-post .date {
  text-align: right;
  font-size: 1.25rem;
  color: #00053a;
}
.single-post .content {
  padding-left: 4%;
  padding-right: 4%;
}
.single-post .content .main {
  margin-top: 30px;
  font-size: 1.25rem;
  color: #00053a;
  text-align: left;
}
.single-post .content .main p {
  margin-top: 50px;
  font-size: 1.25rem;
  color: #00053a;
  text-align: left;
}

#profile {
  margin-top: 150px;
}

#achievement .post a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  max-width: 450px;
  overflow: hidden;
}
#achievement .post a p {
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #achievement .post {
    margin: auto;
    margin-bottom: 30px;
  }
}
#achievement .more {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
#achievement .d-flex-child {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #achievement .d-flex-child {
    display: block;
  }
}
/* シャッター */
.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00053a;
  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%;
  }
}
@keyframes contentScale {
  70% {
    transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    transform: perspective(800px) scale(1) rotateX(0);
  }
}

/*---------------------*//*# sourceMappingURL=style.css.map */