@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 520px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 830px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
input[type=submit], input[type=button] {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

button {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type=submit],
input[type=button],
input[type=reset],
input[type=search],
select {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  font-family: "Lato", "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Font Awesome 5 free", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  color: #242424;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-size: 17px;
  font-size: clamp(17px, 1.2vw, 20px);
  z-index: 0;
}

.main-wrapper {
  background: white;
}

span.aks {
  display: inline-block;
}

.page-wrapp {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 10%;
}
@media (max-width: 830px) {
  .page-wrapp {
    margin-bottom: 12%;
  }
}

.main-tit-block {
  position: relative;
  display: inline-block;
  width: 100%;
  max-height: 248px;
  margin-top: 80px;
}
.main-tit-block p {
  position: relative;
}
.main-tit-block p::after {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30%;
  height: 7px;
  max-width: 90px;
  content: "";
}
.main-tit-block img {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 248px;
  z-index: -1;
}
@media (max-width: 520px) {
  .main-tit-block {
    padding-bottom: 8%;
    background-size: auto 132%;
    background-position: center right -44px;
  }
  .main-tit-block p::after {
    bottom: -23px;
  }
  .main-tit-block img {
    right: -18%;
    max-height: 243px;
  }
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

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

/* ロゴ配置 */
.loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  z-index: 2000;
  transform: none;
  margin-left: -150px;
  margin-top: -150px;
}

.loading-logo img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.logo-seven {
  animation: sevenFade 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}

@keyframes sevenFade {
  0% {
    opacity: 0;
    transform: scale(0.8) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
.logo-pink {
  animation: pinkDiagonal 0.7s cubic-bezier(0.26, 0.74, 0.34, 0.97) 0.8s forwards;
}

@keyframes pinkDiagonal {
  0% {
    opacity: 0;
    transform: translate(120px, -120px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.logo-blue {
  animation: blueSlide 0.65s cubic-bezier(0.26, 0.74, 0.34, 0.97) 0.8s forwards;
}

@keyframes blueSlide {
  0% {
    opacity: 0;
    transform: translateX(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.logo-name {
  animation: nameUp 0.5s cubic-bezier(0.32, 0.02, 0.21, 0.99) 1.7s forwards;
}

@keyframes nameUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.loading-bg {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004097;
  z-index: 1000;
  animation: bgUp 0.4s cubic-bezier(0.26, 0.74, 0.34, 0.97) 2.5s forwards;
}

@keyframes bgUp {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
/* 7ロゴまわり */
.seven-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 2000;
}

.logo-seven.white {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.logo-seven.blue {
  z-index: 1;
}

.seven-reveal .logo-seven.white {
  clip-path: inset(0 0 0 0);
}

#top-content {
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

/*
 * スクロール促す
 */
.scloll {
  height: 102px;
  position: absolute;
  left: 15px;
  z-index: 3;
  bottom: 18%;
  width: 20px;
}
.scloll .sc-border {
  width: 1px;
  height: 100%;
  border-right: 1px solid white;
  position: relative;
  display: inline-block;
  margin-left: 12px;
  margin-top: 9px;
}
.scloll .sc-border .sc-surcle {
  height: 5px;
  width: 5px;
  right: -3px;
  border-radius: 50%;
  background: white;
  display: inline-block;
  position: absolute;
  animation: scroll 2s cubic-bezier(0.13, 0.51, 0.75, 1.12) 0.5s infinite;
}
.scloll p {
  writing-mode: vertical-rl;
  font-weight: 600;
  color: white;
}
@media (max-width: 520px) {
  .scloll {
    bottom: 20%;
  }
  .scloll .sc-border {
    border-right: 1px solid #004097;
  }
  .scloll .sc-border .sc-surcle {
    background: #004097;
  }
  .scloll p {
    color: #004097;
  }
}

@keyframes scroll {
  0% {
    top: 0;
    opacity: 1;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    top: 97%;
    opacity: 0;
  }
}
/*
 *文字アニメーション
 */
.movetext span {
  overflow: hidden;
  display: inline-block;
  line-height: 1.2;
}

.movetext span span {
  transform: translateY(150px);
  overflow: hidden;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 520px) {
  .movetext span span {
    transition-duration: 1s;
  }
}

.top-c span span:nth-child(1) { /*一文字ずつ遅延させる*/
  transition-delay: 1.8s;
}
@media (max-width: 520px) {
  .top-c span span:nth-child(1) {
    transition-delay: 1.3s;
  }
}

.top-c span span:nth-child(2) {
  transition-delay: 2s;
}
@media (max-width: 520px) {
  .top-c span span:nth-child(2) {
    transition-delay: 1.5s;
  }
}

.top-c span span:nth-child(3) {
  transition-delay: 2.2s;
}
@media (max-width: 520px) {
  .top-c span span:nth-child(3) {
    transition-delay: 1.7s;
  }
}

.movetext.animationtext span span {
  transform: translateY(0px);
  margin-bottom: 4px;
}

/*
 * マスクアニメーション
 */
@keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: skew(25deg, 0deg) scale(0, 1);
  }
  49% {
    transform-origin: left top;
    transform: skew(25deg, 0deg) scale(1, 1);
  }
  50% {
    transform-origin: right top;
    transform: skew(25deg, 0deg) scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: skew(25deg, 0deg) scale(0, 1);
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
/*
 * 下層ページトップアニメーション
 */
.main-tit-image {
  -webkit-clip-path: polygon(29% 0, 100% 0, 100% 0, 29% 0);
  clip-path: polygon(29% 0, 100% 0, 100% 0, 29% 0);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-duration: 0.8s;
}

.main-tit-image.effect-show {
  -webkit-clip-path: polygon(29% 0, 100% 0, 68% 100%, 0 100%);
  clip-path: polygon(29% 0, 100% 0, 68% 100%, 0 100%);
}

/*
 * ページ遷移アニメーション
 */
.fade_group div,
.fade_group2 div {
  content: "";
  position: fixed;
  top: 0;
  left: -133vw;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  transform: skewX(-10deg) scale(1.5);
}
@media (max-width: 830px) {
  .fade_group div,
  .fade_group2 div {
    left: -140vw;
  }
}
@media (max-width: 520px) {
  .fade_group div,
  .fade_group2 div {
    left: -144vw;
  }
}

.fade_group div {
  z-index: 9999;
  transition: 0.6s;
}

.fade_group2 div {
  z-index: 9998;
  transition: 0.8s;
}

.fade_group div:nth-of-type(1) {
  background: rgba(0, 64, 151, 0.3);
}

.fade_group div:nth-of-type(2) {
  background: rgba(0, 64, 151, 0.5);
  transition-delay: 0.1s;
}

.fade_group div:nth-of-type(3) {
  background: rgba(0, 64, 151, 0.7);
  transition-delay: 0.2s;
}

.fade_group div:nth-of-type(4) {
  background: #004097;
  transition-delay: 0.3s;
}

.fade_group2 div:nth-of-type(1) {
  background: rgba(0, 64, 151, 0.8);
  transition-delay: 0.2s;
}

.fade_group2 div:nth-of-type(2) {
  background: rgba(0, 64, 151, 0.8);
  transition-delay: 0.3s;
}

body.fo .fade_group div {
  left: 0;
}

body.fo .fade_group2 div {
  left: 100vw;
}

/*
 * スクロールアニメーション
 */
.sa {
  opacity: 0;
  -webkit-transition: -webkit-transform all 0.8s cubic-bezier(0.13, 0.51, 0.43, 1.01);
  transition: all 0.8s cubic-bezier(0.13, 0.51, 0.43, 1.01);
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate3d(0, 50px, 0);
}

.sa--down {
  transform: translate3d(0, -50px, 0);
}

#page-top {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  right: 30px;
  top: 90px;
  position: absolute;
  width: 63px;
}
#page-top:hover .top-border {
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translate(0, -10px);
}
@media (max-width: 520px) {
  #page-top {
    position: initial;
    margin-right: 4%;
    margin-left: auto;
    margin-bottom: 4%;
    margin-top: -83px;
  }
}
#page-top a {
  text-align: center;
}
#page-top .top-text {
  font-weight: bold;
  color: #004097;
  font-size: 13px;
  display: inline-block;
}
#page-top .top-border {
  transition-duration: 0.5s;
  transition-property: transform;
  width: 1px;
  height: 49px;
  background: #004097;
  display: inline-block;
  position: relative;
}
#page-top .top-border::before {
  content: "";
  position: absolute;
  top: 16px;
  right: -5px;
  display: block;
  width: 14px;
  height: 1px;
  background-color: #004097;
}
#page-top .top-border::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: -4px;
  display: block;
  width: 18px;
  height: 1px;
  background-color: #004097;
  transform: rotate(300deg);
}

/*
 * パンくずリスト
 */
.breadcrumb-area {
  width: 100%;
  font-size: 14px;
  color: white;
  background: #242424;
  padding: 8px 3%;
  position: relative;
  z-index: 1;
  margin-bottom: 5%;
}
.breadcrumb-area span a {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: color;
}
.breadcrumb-area span a:hover {
  color: #bbbbbb;
}
@media (max-width: 830px) {
  .breadcrumb-area {
    margin-bottom: 8%;
  }
}
@media (max-width: 520px) {
  .breadcrumb-area {
    font-size: 12px;
    padding: 1% 5% 1%;
    margin: 0 auto;
    margin-bottom: 14%;
  }
}

.fa-caret-right {
  padding: 0 5px;
}

.footer {
  position: relative;
  margin-top: auto;
  margin-top: 18%;
}
@media (max-width: 520px) {
  .footer {
    margin-top: 35%;
  }
}
.footer-inner {
  width: 60%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 830px) {
  .footer-inner {
    width: 90%;
  }
}
@media (max-width: 520px) {
  .footer-inner {
    width: 100%;
  }
}
.footer .footer-box {
  border-bottom: 1px solid #004097;
}
.footer .footer-box img {
  width: 16%;
  margin-bottom: 2%;
}
@media (max-width: 520px) {
  .footer .footer-box img {
    width: 28%;
    margin-bottom: 8%;
  }
}
.footer .footer-box .footer-text {
  margin-bottom: 5%;
}
@media (max-width: 520px) {
  .footer .footer-box .footer-text {
    margin-bottom: 7%;
  }
}
.footer .footer-box .footer-text h3 {
  color: #004097;
  margin-bottom: 1%;
  font-size: 25px;
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 8%;
}
@media (max-width: 520px) {
  .footer .footer-bottom {
    flex-direction: column-reverse;
    margin-top: 6%;
    margin-bottom: 10%;
  }
}
.footer .footer-bottom-menu {
  display: flex;
  width: 60%;
  max-width: 400px;
  justify-content: space-around;
  list-style: none;
  font-size: 16px;
}
@media (max-width: 520px) {
  .footer .footer-bottom-menu {
    margin-top: 5%;
    flex-direction: column;
  }
  .footer .footer-bottom-menu li {
    margin-bottom: 3px;
  }
}
.footer .footer-bottom-menu a {
  transition: 0.3s;
}
.footer .footer-bottom-menu a:hover {
  color: #2EA7E0;
}
.footer .footer-bottom-sns {
  display: flex;
  width: 38%;
  max-width: 260px;
  justify-content: space-around;
  align-items: center;
  font-family: serif;
}
@media (max-width: 520px) {
  .footer .footer-bottom-sns {
    width: 100%;
    max-width: 500px;
    flex-direction: column;
    border-bottom: 1px solid #004097;
    border-bottom: 1px solid #004097;
    padding-bottom: 3%;
  }
}
.footer .footer-bottom-sns p {
  font-size: 16px;
}
@media (max-width: 520px) {
  .footer .footer-bottom-sns p {
    font-size: 12px;
    margin-bottom: -5px;
  }
}
.footer .footer-bottom-sns i {
  font-size: 30px;
  display: inline-block;
  transition: transform 0.3s ease;
}
@media (max-width: 520px) {
  .footer .footer-bottom-sns i {
    font-size: 34px;
  }
}
.footer .footer-bottom-sns i:hover {
  transform: scale(1.15);
}
.footer .copy {
  text-align: center;
  font-size: 13px;
  background-color: #004097;
  color: white;
}
@media (max-width: 520px) {
  .footer .copy {
    font-size: 11px;
  }
}

/*ここからヘッダー*/
.header {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all 1s cubic-bezier(0.37, 0.16, 0.12, 1) 1s;
  position: absolute;
  z-index: 1;
  width: 100%;
}

/*読み込み時の表示*/
.header.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.header-top {
  width: 100%;
  z-index: 9998;
  transition: 0.5s;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 830px) {
  .header-top {
    align-items: flex-end;
  }
}

.header-top-back {
  width: 100%;
  margin: 0 auto;
  padding: 23px 4px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
}
@media (max-width: 830px) {
  .header-top-back {
    padding: 10px 4px;
  }
}
@media (max-width: 520px) {
  .header-top-back {
    padding: 11px 3vw;
    background: none;
    backdrop-filter: none;
  }
}

.active .header-top-back {
  background: transparent;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
}

.header-top-back-inner {
  width: 95%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  transition: 0.8s ease;
}
@media (max-width: 520px) {
  .header-top-back-inner {
    align-items: center;
  }
}

.menu-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 74%;
  color: #242424;
  margin-top: 6px;
}
@media (max-width: 830px) {
  .menu-header {
    display: none;
  }
}
.menu-header-link {
  display: flex;
  align-items: flex-end;
}
.menu-header-link a {
  transition: color 0.35s cubic-bezier(0.37, 0.16, 0.12, 1);
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}
.menu-header-link a img {
  width: 30px;
  height: auto;
  transition: opacity 0.4s ease;
}
.menu-header-link a img:hover {
  opacity: 0.8;
}
.menu-header-link a.pc-h-link {
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
  border: none;
  margin: 0;
  font-family: inherit;
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
}
.menu-header-link a.pc-h-link span {
  display: block;
  position: relative;
  z-index: 1;
}
.menu-header-link a.pc-h-link > span {
  overflow: hidden;
}
@keyframes MoveRightInitial {
  to {
    transform: translate3d(105%, 0, 0);
  }
}
@keyframes MoveRightEnd {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.menu-header-link a.pc-h-link::before, .menu-header-link a.pc-h-link::after {
  content: "";
  background: #004097;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.menu-header-link a.pc-h-link::before {
  width: 100%;
  -webkit-clip-path: polygon(11% 0%, 100% 0%, 88% 100%, 0% 100%);
  clip-path: polygon(11% 0%, 100% 0%, 88% 100%, 0% 100%);
  transform: translate3d(-100%, 0, 0);
}
.menu-header-link a.pc-h-link:hover::before {
  transform: translate3d(0, 0, 0);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: transform, opacity;
  opacity: 1;
}
.menu-header-link a.pc-h-link::after {
  width: 100%;
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: transform, opacity;
  -webkit-clip-path: polygon(11% 0%, 100% 0%, 88% 100%, 0% 100%);
  clip-path: polygon(11% 0%, 100% 0%, 88% 100%, 0% 100%);
}
.menu-header-link a.pc-h-link:hover::after {
  transform: translate3d(0, 0, 0);
  transition: all 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: transform, opacity;
  opacity: 1;
}
.menu-header-link a.pc-h-link:hover {
  color: white;
}
.menu-header-link a.h-fb-link {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: opacity;
}
.menu-header-link a.h-fb-link:hover {
  opacity: 0.8;
}
.menu-header-link {
  position: relative;
}

.header-nav-name h1 {
  opacity: 0;
  display: flex;
  align-items: end;
  color: white;
  line-height: 1em;
  font-weight: bold;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
}
.header-nav-name h1 p {
  display: flex;
  flex-direction: column;
}
.header-nav-name h1 span {
  font-size: 10px;
  margin-left: 20px;
  line-height: 1em;
}
.header-nav-name h1 .name-en {
  font-size: 15px;
  font-family: serif;
  display: block;
  margin-top: 4px;
  letter-spacing: 4px;
  transform: skewX(-10deg);
  opacity: 0.9;
}
@media (max-width: 830px) {
  .header-nav-name h1 {
    position: relative;
    height: 52px;
  }
}
@media (max-width: 520px) {
  .header-nav-name h1 {
    font-size: 27px;
  }
  .header-nav-name h1 span {
    font-size: 9px;
    margin-left: 15px;
  }
  .header-nav-name h1 .name-en {
    font-size: 13px;
  }
}

/*main-topを超えたら固定表示*/
.header.fixed {
  position: fixed;
  top: 0;
  background: transparent;
  transition: all 1s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.header.fixed .header-top-back {
  background: #fff;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.header.fixed .header-nav-name h1 {
  opacity: 1;
  color: #004097;
}

/*
 * タブレット・スマホメニューボタン
 */
#nav-toggle,
#nav-toggle span {
  display: inline-block;
  box-sizing: border-box;
}

#nav-toggle {
  position: relative;
  transform: skewY(-6deg);
  transition: 0.3;
  width: 40px;
  height: 27px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}

#nav-toggle:focus:not(:focus-visible) {
  outline: none;
}

#nav-toggle::before,
#nav-toggle::after {
  content: "";
}

#nav-toggle::before,
#nav-toggle::after,
#nav-toggle span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #004097;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
}

#nav-toggle::before {
  top: -4px;
  left: 3px;
  transform-origin: 0 0;
  transform: rotate(37deg) scaleX(0);
  transition-delay: 0s;
}

#nav-toggle::after {
  top: -4px;
  right: 3px;
  transform-origin: 100% 0;
  transform: rotate(-37deg) scaleX(0);
  transition-delay: 0.2s;
}

#nav-toggle span:nth-of-type(-n+3) {
  right: 0;
  transform-origin: 100% 0;
  transition-delay: 0.5s;
}

#nav-toggle span:nth-of-type(1) {
  top: -2px;
}

#nav-toggle span:nth-of-type(2) {
  top: 9px;
}

#nav-toggle span:nth-of-type(3) {
  bottom: 3px;
}

.active #nav-toggle::before {
  transform: rotate(16deg) scaleX(1);
  transition-delay: 0.6s;
  background-color: white;
}
.active #nav-toggle::after {
  transform: rotate(-16deg) scaleX(1);
  transition-delay: 0.8s;
  background-color: white;
}
.active #nav-toggle span:nth-of-type(-n+3) {
  transform: scaleX(0);
}
.active #nav-toggle span:nth-of-type(1) {
  transition-delay: 0.1s;
}
.active #nav-toggle span:nth-of-type(2) {
  transition-delay: 0.18s;
}
.active #nav-toggle span:nth-of-type(3) {
  transition-delay: 0.26s;
}

/*
 * スマホメニュー本体
 */
.sp-nav {
  width: 0;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
}

.nav-container {
  width: 0;
  height: 100vh;
  padding: 8em 3em 3em;
  background: #004097;
  position: absolute;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
}

.nav-text-block {
  width: 100%;
  height: 100%;
}

ul.nav-menu {
  width: 75%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

.active .header.fixed {
  position: fixed;
  top: 0;
  background: transparent;
  transition: all 1s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.active .header.fixed .header-top-back {
  background: #004097;
  border: 2px solid #004097;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.4);
}
.active .header.fixed .header-nav-name h1 {
  opacity: 1;
  color: white;
}

ul.nav-menu li {
  width: 100%;
  height: 25%;
  list-style-type: none;
  text-align: right;
  opacity: 0;
  transform: translate3d(25px, 0, 0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
@media (max-width: 520px) {
  ul.nav-menu li {
    height: 50%;
  }
}

.nav-menu-block {
  display: flex;
}
@media (max-width: 520px) {
  .nav-menu-block {
    flex-direction: column;
  }
}

ul.nav-menu .nav-link-block {
  width: 50%;
  height: 10%;
  display: flex;
  align-items: center;
  color: white;
  margin-left: auto;
  text-align-last: left;
  font-size: 22px;
}
@media (max-width: 830px) {
  ul.nav-menu .nav-link-block {
    width: 100%;
  }
}
@media (max-width: 520px) {
  ul.nav-menu .nav-link-block {
    flex-direction: column;
    margin-top: 10%;
    font-size: 17px;
  }
}
ul.nav-menu .nav-link-block p {
  font-weight: bold;
  margin-right: 7px;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  padding-right: 12px;
}
@media (max-width: 520px) {
  ul.nav-menu .nav-link-block p {
    margin-right: 0;
    padding-right: 0;
  }
}
ul.nav-menu .nav-link-block p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 24px;
  background-color: #fff;
  transform: translateY(-50%);
}
@media (max-width: 520px) {
  ul.nav-menu .nav-link-block p::after {
    display: none;
  }
}
ul.nav-menu .nav-link-block i {
  display: inline-block;
  font-size: 34px;
  transition: transform 0.3s ease;
}
ul.nav-menu .nav-link-block i:hover {
  transform: scale(1.15);
}

.nav-menu li > a {
  width: 80%;
  max-width: 360px;
  position: relative;
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  transition: 0.2s ease;
  margin-bottom: 8%;
  margin-top: 7%;
  border-bottom: 1px solid;
}
@media (max-width: 520px) {
  .nav-menu li > a {
    width: 100%;
  }
}
.nav-menu li > a img {
  height: 100%;
  width: auto;
}
.nav-menu li > a span {
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 35px;
  margin-top: -6px;
  transition: color 0.3s ease, transform 0.3s ease;
}
@media (max-width: 830px) {
  .nav-menu li > a span {
    font-size: 24px;
  }
}
.nav-menu li > a:hover span {
  color: #4FD1FF;
  transform: translateX(4px);
}

.nav-menu li > a::before {
  content: "";
  position: absolute;
  top: 67%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2.5px solid currentColor;
  border-right: 2.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

#menu-text {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #004097;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 25px;
  right: -4px;
}

#close-text {
  display: inline-block;
  font-weight: bold;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 20px;
  right: -3px;
}

.active {
  overflow: hidden;
}
.active .header-nav-name h1 {
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  color: white;
  opacity: 1;
}
.active #nav-toggle {
  transform: skewY(0deg);
  width: 50px;
}
.active #menu-text {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(1, 0, 0, 1) 0.8s;
}
.active #close-text {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(1, 0, 0, 1) 0.8s;
}
.active .sp-nav {
  width: 100vw;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
}
.active .nav-container {
  width: 100vw;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
}
.active .nav-menu-list1 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  border-top: 1px dashed #004097;
}
.active .nav-menu-list2 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.55s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.55s;
}
.active .nav-menu-list3 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.6s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.active .nav-menu-list4 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.65s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s;
}
.active .nav-menu-list5 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.7s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.active .nav-menu-list6 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.75s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
}

/*装飾線*/
.c-line {
  position: absolute;
  width: 1px;
  height: 0;
  -webkit-transform: rotate(23deg);
  transform: rotate(23deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
}
.c-line div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #004097;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, -140px, 0);
  transform: translate3d(0, -140px, 0);
}

.c-line-gray div {
  background-color: #B7B7B7;
}

.actionmov.c-line div {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}

.actionmov.c-line-1 {
  top: -47px;
  margin-left: 92px;
  height: 325px;
  z-index: 0;
}
.actionmov.c-line-1 div {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
@media (max-width: 830px) {
  .actionmov.c-line-1 {
    top: -9px;
    margin-left: 43px;
    height: 227px;
  }
}

.actionmov.c-line-2 {
  height: 262px;
  right: 109px;
  top: -145px;
}
.actionmov.c-line-2 div {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
@media (max-width: 830px) {
  .actionmov.c-line-2 {
    right: -20px;
  }
}
@media (max-width: 520px) {
  .actionmov.c-line-2 {
    right: -24px;
    height: 181px;
  }
}

.actionmov.c-line-3 {
  top: -37px;
  left: 78px;
  height: 262px;
  -webkit-transform: rotate(26deg);
  transform: rotate(26deg);
}
.actionmov.c-line-3 div {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
@media (max-width: 520px) {
  .actionmov.c-line-3 {
    top: -73px;
    left: 60px;
    height: 321px;
  }
}

.actionmov.c-line-4 {
  bottom: -118px;
  left: 15%;
  height: 199px;
  -webkit-transform: rotate(26deg);
  transform: rotate(26deg);
}
.actionmov.c-line-4 div {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
@media (max-width: 830px) {
  .actionmov.c-line-4 {
    display: none;
  }
}

.actionmov.c-line-5 {
  bottom: 50%;
  right: -76px;
  height: 229px;
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
}
.actionmov.c-line-5 div {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
@media (max-width: 520px) {
  .actionmov.c-line-5 {
    bottom: 65%;
  }
}

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