@charset "UTF-8";
/*
 * 変数
 */
@media (max-width: 1100px) {
  .br_pc {
    display: none;
  }
}

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

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

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

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

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

span.aks {
  display: inline-block;
}

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

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

img {
  width: 100%;
}

/*
 * トランジション
 */
.main-tit-block {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .main-tit-block {
    width: 220px;
  }
}

/* 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: "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, sans-serif;
  line-height: 1.5;
  color: #333;
  font-feature-settings: "palt";
}

b, strong, .bold {
  font-family: "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, sans-serif;
  font-weight: 700;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  color: #333;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-size: 17px;
  letter-spacing: 0.5px;
}
@media (max-width: 1025px) {
  .wrapper {
    font-size: 16px;
  }
}

span.aks {
  display: inline-block;
}

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

.wp-block-buttons {
  justify-content: center;
}

.main-tit {
  width: 400px;
  display: flex;
  padding: 3px 0;
  position: relative;
  align-items: center;
  color: #003893;
}
@media (max-width: 1025px) {
  .main-tit {
    width: 360px;
  }
}
@media (max-width: 560px) {
  .main-tit {
    width: 220px;
  }
}
.main-tit::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 300%;
  height: 4px;
  background-color: #EB7482;
  z-index: 0;
}
@media (max-width: 560px) {
  .main-tit::after {
    bottom: 7px;
  }
}
.main-tit h2 {
  position: relative;
  font-size: 6.5em;
  letter-spacing: -5px;
  font-weight: 500;
  line-height: 1;
  transform: skewX(-5deg);
  display: inline-block;
  margin-right: 6%;
  z-index: 1;
}
@media (max-width: 560px) {
  .main-tit h2 {
    font-size: 3em;
    margin-right: 2%;
    letter-spacing: -2px;
  }
}
.main-tit span {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: -25px;
}
@media (max-width: 560px) {
  .main-tit span {
    font-size: 1.2em;
    margin-bottom: -2px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/*
 * アニメーション
 */
.sa {
  opacity: 0;
  transition: all 0.5s ease;
}

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

.sa--up {
  transform: translate(0px, 30px);
}

.sa--ri-up {
  transform: translate(10px, -20px);
}

.sa--zoom {
  transform: scale(0.8);
}

#page-top {
  background: #ffffff;
  position: fixed;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #003893;
  right: 19px;
  bottom: 92px;
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  z-index: 99;
  border: 2px solid #003893;
  border-radius: 50%;
  padding: 0;
}
#page-top:hover {
  transform: translate(0, -10px);
  background: #EB7482;
  color: #ffffff;
  border-color: #EB7482;
}
@media (max-width: 560px) {
  #page-top {
    bottom: 76px;
    right: 0;
  }
}
#page-top i {
  font-size: 30px;
  line-height: 1;
  margin-bottom: -4px;
}
#page-top p {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
}

.btnFOut {
  -webkit-animation-name: "FOut";
  animation-name: "FOut";
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes FOut {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: -50px;
  }
}
.btnFIn {
  -webkit-animation-name: "FIn";
  animation-name: "FIn";
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes FIn {
  0% {
    bottom: -90px;
  }
}
.footer {
  background: #003893;
  color: white;
  position: relative;
}
.footer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  max-width: 1000px;
}
@media (max-width: 1025px) {
  .footer-box {
    width: 85%;
  }
}
@media (max-width: 560px) {
  .footer-box {
    margin-top: 15%;
    flex-direction: column;
    align-items: center;
  }
}
.footer-text {
  width: 60%;
}
@media (max-width: 560px) {
  .footer-text {
    width: 100%;
  }
}
.footer-text p {
  line-height: 1.3;
  margin-bottom: 1%;
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 560px) {
  .footer-text p {
    margin-bottom: 5%;
    font-size: clamp(1rem, 0.357rem + 2.86vw, 1.125rem);
  }
}
.footer-text p i {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #ffffff;
  color: #003893;
  border-radius: 50%;
  margin-right: 5px;
}
.footer-name {
  font-weight: 700 !important;
  font-size: 48px !important;
  line-height: 1.3;
}
@media (max-width: 560px) {
  .footer-name {
    font-size: 38px !important;
  }
}
.footer-name span {
  font-size: 26px;
  margin-left: 3px;
}
@media (max-width: 560px) {
  .footer-name {
    font-size: clamp(1.25rem, -0.028rem + 5.45vw, 1.438rem);
    margin-bottom: 10px;
  }
}
.footer .f-image {
  width: 50%;
  text-align: center;
  margin-top: -10%;
  margin-right: -6%;
}
@media (min-width: 1600px) {
  .footer .f-image {
    margin-right: -15%;
  }
}
@media (max-width: 1025px) {
  .footer .f-image {
    margin-right: -5%;
  }
}
@media (max-width: 560px) {
  .footer .f-image {
    margin-right: -16%;
    margin-left: auto;
    margin-top: -13%;
    margin-bottom: -5%;
    z-index: 0;
  }
}
.footer .f-image img {
  width: 80%;
}
@media (max-width: 560px) {
  .footer .f-image img {
    width: 90%;
  }
}
.footer .f-sns {
  width: 30%;
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}
@media (max-width: 1025px) {
  .footer .f-sns {
    width: 40%;
  }
}
@media (max-width: 560px) {
  .footer .f-sns {
    width: 138px;
  }
}
.footer .f-sns a {
  width: 30%;
  line-height: 1;
}
.footer .f-sns a i {
  font-size: 48px;
  vertical-align: text-bottom;
}
@media (max-width: 1025px) {
  .footer .f-sns a i {
    font-size: 38px;
  }
}
.footer .f-sns a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.footer .copy {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 13px;
  background-color: #EB7482;
  padding: 12px 0;
}

header {
  height: 100px;
}
@media (max-width: 1025px) {
  header {
    height: 85px;
  }
}
@media (max-width: 560px) {
  header {
    height: 0px;
  }
}

.close-cover {
  visibility: hidden;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.open .close-cover {
  visibility: visible;
  opacity: 0.5;
}

.header-top, .header-top-arc {
  width: 100%;
  position: fixed;
  z-index: 9998;
  transition: 0.5s;
  display: flex;
  align-items: center;
}

.fixed.header-top {
  background-color: white;
  box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 560px) {
  .fixed.header-top {
    height: 76px;
  }
}

.open .fixed.header-top {
  box-shadow: none;
}

.open .header-top {
  background-color: white;
}

.header-top-back {
  width: 100%;
  margin: 0 auto;
  padding: 12px 4px;
}
@media (max-width: 1025px) {
  .header-top-back {
    padding: 0;
  }
}

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

.fixed .header-top-back-inner {
  justify-content: space-between;
}

.header-nav-name {
  display: none;
  margin-top: 0%;
  margin-bottom: 0%;
  font-size: clamp(2rem, -0.272rem + 3.53vw, 2.375rem);
  color: #003893;
  line-height: 1.2;
  font-weight: 800;
}
@media (max-width: 1025px) {
  .header-nav-name {
    font-size: 38px;
    margin-top: 2%;
    margin-bottom: 1%;
  }
}
.header-nav-name span {
  font-size: 15px;
  font-weight: 600;
}
.header-nav-name a {
  display: flex;
  flex-direction: column;
}

.fixed .header-nav-name {
  display: inline-block;
}

@media (max-width: 1025px) {
  .open .header-nav-name {
    display: inline-block;
  }
}
:has(.breadcrumb-area) .header-nav-name {
  display: inline-block;
  margin-top: 1%;
  margin-bottom: 0%;
}
@media (max-width: 1025px) {
  :has(.breadcrumb-area) .header-nav-name {
    margin-top: 2%;
    margin-bottom: 1%;
  }
}

.menu-header {
  width: 80%;
  display: flex;
  font-weight: 600;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1025px) {
  .menu-header {
    display: none;
  }
}
.menu-header-link {
  display: flex;
  align-items: flex-end;
}
.menu-header-link a {
  overflow: hidden;
  pointer-events: auto;
  cursor: pointer;
  border: none;
  margin: 0;
  font-family: inherit;
  position: relative;
  display: inline-block;
  transition: all 0.35s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.menu-header-link a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #003893;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.menu-header-link a:hover {
  color: #003893;
}
.menu-header-link a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.menu-header-link {
  position: relative;
}
.menu-header-link:hover {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.menu-header .logo-link {
  max-width: 135px;
}
.menu-header .logo-link a {
  transition: all 0.35s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.menu-header .logo-link a::after {
  display: none;
}
.menu-header .logo-link a:hover {
  opacity: 0.7;
}
.menu-header-link.current {
  color: #003893;
  position: relative;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.menu-header-link.current::before {
  content: "";
  width: 30%;
  top: -6px;
  right: 0;
  left: 0;
  margin: auto;
  height: 3px;
  background: #003893;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}

#gloval-nav {
  display: none;
}

#nav-toggle {
  display: none;
}

@media (max-width: 1025px) {
  /*
   * タブレット・スマホメニューボタン
   */
  #nav-toggle,
  #nav-toggle span {
    display: inline-block;
    box-sizing: border-box;
  }
  #nav-toggle {
    position: absolute;
    top: -6px;
    right: 0px;
    width: 71px;
    height: 71px;
    border: none;
    appearance: none;
    cursor: pointer;
    overflow: hidden;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #nav-toggle {
    top: 22px;
    right: 8px;
    height: 61px;
    width: 61px;
  }
}
@media (max-width: 1025px) and (max-width: 850px) {
  #nav-toggle {
    top: 15px;
  }
}
@media (max-width: 1025px) and (max-width: 560px) {
  #nav-toggle {
    top: 10px;
  }
}
@media (max-width: 1025px) {
  #menu-text {
    display: inline-block;
    color: #333;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 44px;
    right: 0;
    font-size: 0.9em;
    font-weight: 600;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #menu-text {
    top: 36px;
    font-size: 0.76em;
  }
}
@media (max-width: 1025px) {
  #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;
    margin: auto;
    width: 56%;
    right: 0;
    left: 0;
    height: 3px;
    border-radius: 3px;
    background: #003893;
    transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  }
  #nav-toggle::before {
    top: 14px;
    left: 15px;
    transform-origin: 0 0;
    transform: rotate(44deg) scaleX(0);
    transition-delay: 0s;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #nav-toggle::before {
    top: 8px;
    left: 12px;
  }
}
@media (max-width: 1025px) {
  #nav-toggle::after {
    top: 14px;
    right: 15px;
    transform-origin: 100% 0;
    transform: rotate(-44deg) scaleX(0);
    transition-delay: 0.2s;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #nav-toggle::after {
    top: 8px;
    right: 12px;
  }
}
@media (max-width: 1025px) {
  #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: 15px;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #nav-toggle span:nth-of-type(1) {
    top: 12px;
  }
}
@media (max-width: 1025px) {
  #nav-toggle span:nth-of-type(2) {
    top: 26px;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #nav-toggle span:nth-of-type(2) {
    top: 21px;
  }
}
@media (max-width: 1025px) {
  #nav-toggle span:nth-of-type(3) {
    bottom: 29px;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #nav-toggle span:nth-of-type(3) {
    bottom: 29px;
  }
}
@media (max-width: 1025px) {
  .open #nav-toggle::before {
    transform: rotate(44deg) scaleX(1);
    transition-delay: 0.6s;
    background-color: #003893;
  }
  .open #nav-toggle::after {
    transform: rotate(-44deg) scaleX(1);
    transition-delay: 0.8s;
    background-color: #003893;
  }
  .open #nav-toggle span:nth-of-type(-n+3) {
    transform: scaleX(0);
  }
  .open #nav-toggle span:nth-of-type(1) {
    transition-delay: 0.1s;
  }
  .open #nav-toggle span:nth-of-type(2) {
    transition-delay: 0.18s;
  }
  .open #nav-toggle span:nth-of-type(3) {
    transition-delay: 0.26s;
  }
}
@media (max-width: 1025px) {
  /*
   * スマホメニュー本体
   */
  #gloval-nav {
    position: fixed;
    flex-direction: column;
    z-index: 990;
    opacity: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 63px;
    height: 0;
    transition: all 0.6s cubic-bezier(0.22, 0.11, 0.22, 1) 0.2s;
    visibility: hidden;
    z-index: 9000;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  #gloval-nav {
    margin-top: 90px;
    justify-content: flex-start;
  }
}
@media (max-width: 1025px) and (max-width: 560px) {
  #gloval-nav {
    margin-top: 72px;
  }
}
@media (max-width: 1025px) {
  .back-color {
    width: 100%;
    height: 25%;
    background-color: #EB7482;
    position: relative;
  }
  .back-color::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 349px 132vw 0 0;
    border-color: #FFFFFF transparent transparent transparent;
  }
}
@media (max-width: 1025px) and (max-width: 850px) {
  .back-color::before {
    border-width: 304px 132vw 0 0;
  }
}
@media (max-width: 1025px) and (max-width: 560px) {
  .back-color::before {
    border-width: 290px 155vw 0 0;
  }
}
@media (max-width: 1025px) and (max-width: 375px) {
  .back-color::before {
    border-width: 290px 170vw 0 0;
  }
}
@media (max-width: 1025px) {
  .gloval-nav-inner {
    width: 100%;
    height: 80%;
    align-items: center;
    background-color: #003893;
    position: relative;
  }
  .gloval-nav-inner::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 100vw;
    border-color: transparent transparent #003893 transparent;
  }
  .nav-menu {
    width: 60%;
    margin: 0 auto;
    font-size: 16px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.37, 0.16, 0.12, 1) 0.2s;
    margin-bottom: 15%;
    margin-top: 10%;
  }
}
@media (max-width: 1025px) and (max-width: 560px) {
  .nav-menu {
    margin-top: 10%;
  }
}
@media (max-width: 1025px) and (max-width: 375px) {
  .nav-menu {
    margin-top: -5%;
  }
}
@media (max-width: 1025px) {
  .nav-menu li {
    opacity: 0;
    transform: translate3d(25px, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    width: 85%;
    position: relative;
  }
  .nav-menu li + li {
    border-top: none;
  }
  .nav-menu li span {
    display: inline-block;
  }
  .nav-menu .nav-menu-logo {
    width: 40%;
  }
}
@media (max-width: 1025px) and (max-width: 560px) {
  .nav-menu .nav-menu-logo {
    width: 60%;
  }
}
@media (max-width: 1025px) {
  .nav-menu .f-sns {
    margin-top: 1%;
    text-align: center;
  }
  .nav-menu .f-sns a {
    display: inline-block;
    width: auto;
    font-size: 2.2em;
    font-weight: normal;
    line-height: 1;
    padding: 2% 0 3% 0;
  }
}
@media (max-width: 1025px) and (max-width: 560px) {
  .nav-menu .f-sns a {
    padding: 5% 0;
  }
}
@media (max-width: 1025px) {
  .nav-menu li > a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 18px 0 14px;
    color: white;
    text-align: center;
  }
}
@media (max-width: 1025px) and (max-width: 560px) {
  .nav-menu li > a {
    padding: 15px 0 10px;
  }
}
@media (max-width: 1025px) {
  .nav-menu li > a span {
    font-weight: 600;
    color: white;
    font-size: 20px;
    display: block;
    line-height: 1;
  }
}
@media (max-width: 1025px) and (max-width: 560px) {
  .nav-menu li > a span {
    font-size: 18px;
  }
}
@media (max-width: 1025px) {
  .open #gloval-nav {
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.22, 0.11, 0.22, 1) 0.2s;
    visibility: visible;
    height: 100%;
  }
  .open #gloval-nav .nav-menu .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;
  }
  .open #gloval-nav .nav-menu .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;
  }
  .open #gloval-nav .nav-menu .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;
  }
  .open #gloval-nav .nav-menu .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;
  }
  .open #gloval-nav .nav-menu .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;
  }
  .open #gloval-nav .nav-menu .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;
  }
  .open #gloval-nav .nav-menu .nav-menu-list7 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.8s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  }
  .open #gloval-nav .nav-menu .nav-menu-list8 {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.85s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s;
  }
  .open #gloval-nav li:hover {
    transition: 0.6s ease;
  }
}
/*
 * パンくずリスト
 */
.breadcrumb-area {
  width: 100%;
  font-size: 14px;
  position: relative;
  z-index: 1;
  padding-bottom: 1%;
  padding-top: 1%;
  line-height: 1;
  padding-left: 3%;
  background-color: white;
}
.breadcrumb-area span a {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-duration: 0.2s;
  transition-property: color;
}
.breadcrumb-area span a:hover {
  color: #003893;
}
.breadcrumb-area i {
  font-size: 1.3em;
  vertical-align: text-bottom;
}
@media (max-width: 560px) {
  .breadcrumb-area {
    padding: 3%;
    font-size: 12px;
  }
}

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