@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
@media (max-width: 1100px) {
  .br_pc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .br_tab {
    display: none;
  }
}

@media (min-width: 1100px) {
  .tab_br {
    display: none;
  }
}
@media (max-width: 530px) {
  .tab_br {
    display: none;
  }
}

@media (max-width: 1024px) {
  .br_tab_exc {
    display: none;
  }
}
@media (min-width: 530px) {
  .br_tab_exc {
    display: none;
  }
}

@media (min-width: 530px) {
  .br_sp {
    display: none;
  }
}

@media (max-width: 530px) {
  .br_sp_exc {
    display: none;
  }
}

span.aks {
  display: inline-block;
}

p.indent {
  text-indent: 1em;
}

p.indent2 {
  text-indent: -1em;
  padding-left: 1em;
}

/*
 * トランジション
 */
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: "Roboto", "Noto Sans JP", "Noto Sans", "Lato", "Helvetica Neue", Arial, "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: #333;
  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: 1024px) {
  .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: 530px) {
  .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;
  }
}

/* =========================
   中身
========================= */
.main-top {
  opacity: 0;
  transform: translateY(6px);
  animation: contentIn 0.32s ease forwards;
  animation-delay: 0.5s;
}

@keyframes contentIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-catch {
  opacity: 0;
  transform: translate(50px, -50px);
  animation: catchInSimple 0.35s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  animation-delay: 1s;
}

@keyframes catchInSimple {
  0% {
    opacity: 0;
    transform: translate(50px, -50px); /* ここで初期位置を再指定 */
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@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: 530px) {
  .movetext span span {
    transition-duration: 1s;
  }
}

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

.top-c span span:nth-child(2) {
  transition-delay: 2s;
}
@media (max-width: 530px) {
  .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: 530px) {
  .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: 1024px) {
  .fade_group div,
  .fade_group2 div {
    left: -140vw;
  }
}
@media (max-width: 530px) {
  .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);
}

/* 右から */
.sa--right {
  transform: translateX(80px);
}

#page-top {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  right: 30px;
  top: 90px;
  position: absolute;
  width: 63px;
}
@media (max-width: 530px) {
  #page-top {
    right: 15px;
    top: 96px;
  }
}
#page-top:hover .top-border {
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translate(0, -10px);
}
#page-top a {
  text-align: center;
}
#page-top .top-text {
  font-weight: bold;
  color: white;
  font-size: 13px;
  display: inline-block;
}
#page-top .top-border {
  transition-duration: 0.5s;
  transition-property: transform;
  width: 1px;
  height: 49px;
  background: white;
  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: white;
}
#page-top .top-border::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: -4px;
  display: block;
  width: 18px;
  height: 1px;
  background-color: white;
  transform: rotate(300deg);
}

/*
 * パンくずリスト
 */
.breadcrumb-area {
  width: 100%;
  font-size: 14px;
  color: white;
  background: #333;
  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: 1024px) {
  .breadcrumb-area {
    margin-bottom: 8%;
  }
}
@media (max-width: 530px) {
  .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: 10%;
}
@media (max-width: 530px) {
  .footer {
    margin-top: 14%;
  }
}
.footer-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  padding-top: 14%;
  padding-bottom: 4%;
  color: white;
  background-color: #004E9D;
}
@media (min-width: 1600px) {
  .footer-inner {
    padding-top: 12%;
  }
}
@media (max-width: 530px) {
  .footer-inner {
    padding-top: 20%;
    padding-bottom: 6%;
  }
}
.footer .footer-box .footer-text {
  position: relative;
  width: 70%;
  max-width: 915px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-bottom: 2%;
  z-index: 10;
}
@media (max-width: 1024px) {
  .footer .footer-box .footer-text {
    flex-direction: column;
  }
}
.footer .footer-box .footer-text p {
  text-align: left;
}
@media (max-width: 1024px) {
  .footer .footer-box .footer-text p {
    text-align: center;
  }
}
@media (max-width: 530px) {
  .footer .footer-box .footer-text p {
    font-size: clamp(0.813rem, 0.266rem + 2.5vw, 0.938rem);
  }
}
@media (max-width: 530px) {
  .footer .footer-box .footer-text {
    width: 80%;
    margin-bottom: 10%;
  }
}
.footer .footer-box .footer-text h3 {
  margin-bottom: 1%;
  font-size: 25px;
}
@media (max-width: 1024px) {
  .footer .footer-box .footer-text h3 {
    margin-bottom: 4%;
  }
}
@media (max-width: 530px) {
  .footer .footer-box .footer-text h3 {
    margin-bottom: 6%;
  }
}
.footer .footer-img {
  transform: skewY(-8deg);
  width: 160%;
  margin-left: -30%;
  margin-bottom: -7%;
}
@media (min-width: 1600px) {
  .footer .footer-img {
    width: 140%;
    margin-left: -20%;
  }
}
@media (max-width: 530px) {
  .footer .footer-img {
    width: 350%;
    margin-left: -125%;
  }
}
.footer .footer-img img {
  width: 100%;
}
.footer .copy {
  text-align: center;
  font-size: 13px;
  background-color: #004E9D;
  color: white;
  padding-bottom: 3%;
}
@media (max-width: 530px) {
  .footer .copy {
    font-size: 11px;
  }
}

/*ここからヘッダー*/
.header {
  opacity: 1;
  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: 1024px) {
  .header-top {
    align-items: flex-end;
  }
}

.header-top-back {
  width: 100%;
  margin: 0 auto;
  padding: 47px 4px 15px;
  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: 530px) {
  .header-top-back {
    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: 530px) {
  .header-top-back-inner {
    align-items: center;
  }
}

.menu-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 74%;
  color: #333;
  margin-top: 6px;
}
@media (max-width: 1024px) {
  .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: #0080CB;
  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;
  flex-direction: column;
  align-items: left;
  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 span {
  font-size: 15px;
  display: block;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 3px;
}
@media (max-width: 1024px) {
  .header-nav-name h1 {
    position: relative;
    height: 52px;
  }
}
@media (max-width: 530px) {
  .header-nav-name h1 {
    font-size: 24px;
    justify-content: end;
  }
  .header-nav-name h1 span {
    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: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
}
.header.fixed .header-nav-name h1 {
  opacity: 1;
  color: #0080CB;
}

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

#nav-toggle {
  position: relative;
  transform: skewY(-12deg);
  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: 3px;
  background: #0080CB;
  -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: #004E9D;
  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;
}
@media (max-width: 1024px) {
  ul.nav-menu {
    margin-left: 0;
    margin-right: auto;
    margin-top: 5%;
  }
}
@media (max-width: 530px) {
  ul.nav-menu {
    width: 100%;
    margin: 0 auto;
  }
}

.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: #004E9D;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0);
}
.active .header.fixed .header-nav-name h1 {
  opacity: 1;
  color: white;
}

ul.nav-menu li {
  width: 42%;
  max-width: 370px;
  height: 84%;
  list-style-type: none;
  text-align: right;
  border-bottom: 1px solid white;
  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: 1024px) {
  ul.nav-menu li {
    width: 53%;
    margin-bottom: 2%;
  }
}
@media (max-width: 530px) {
  ul.nav-menu li {
    width: 100%;
    height: 45%;
  }
}

.nav-menu-block {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2%;
}
@media (max-width: 1024px) {
  .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: 1024px) {
  ul.nav-menu .nav-link-block {
    width: 100%;
  }
}
@media (max-width: 530px) {
  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: 530px) {
  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: 530px) {
  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: 90%;
  position: relative;
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s ease;
  margin-bottom: 8%;
  margin-top: 7%;
  margin-left: 3%;
}
@media (max-width: 530px) {
  .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: 1024px) {
  .nav-menu li > a span {
    font-size: 24px;
  }
}
.nav-menu li > a i {
  font-size: 18px;
  border: 1px solid;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 530px) {
  .nav-menu li > a i {
    margin-right: 20px;
    font-size: 16px;
    width: 23px;
    height: 23px;
  }
}
.nav-menu li > a:hover i {
  margin-right: -15px;
}
@media (max-width: 530px) {
  .nav-menu li > a:hover i {
    margin-right: 0;
  }
}

#menu-text {
  transform: skewY(12deg);
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #0080CB;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 29px;
  right: -4px;
}

#close-text {
  display: inline-block;
  font-weight: bold;
  transform: skewY(12deg);
  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;
  transform: skewY(0deg);
  transition: opacity 0.6s cubic-bezier(1, 0, 0, 1) 0.8s;
}
.active #close-text {
  opacity: 1;
  transform: skewY(0deg);
  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;
}
.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: #0080CB;
  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: 1024px) {
  .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: 1024px) {
  .actionmov.c-line-2 {
    right: -20px;
  }
}
@media (max-width: 530px) {
  .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: 530px) {
  .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: 1024px) {
  .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: 530px) {
  .actionmov.c-line-5 {
    bottom: 65%;
  }
}

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