@charset "UTF-8";
header.l-header {
  padding-top: 40px;
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  header.l-header {
    padding-top: 20px;
  }
}
header.l-header .c-site-branding__title .custom-logo {
  width: 172px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  header.l-header .c-site-branding__title .custom-logo {
    width: 152px;
  }
}
header.l-header ul#menu-header-1 li.c-navbar__item a {
  padding: 14px;
  color: #4d4d4d;
}
header.l-header ul#menu-header-1 li.c-navbar__item span {
  padding: 4px;
}
header.l-header ul#menu-header-1 li.c-navbar__item:last-child {
  display: none;
}
header.l-header ul#menu-header-1 li.c-navbar__item[data-active-menu] a {
  color: #4d4d4d;
}
header.l-header ul#menu-header-1 li.c-navbar__item[data-active-menu] span {
  border-bottom: 1px solid #4d4d4d;
}

@media screen and (max-width: 1023px) {
  .c-hamburger-btn__bars {
    height: 32px;
    width: 44px;
  }
  .c-hamburger-btn__bar {
    height: 4px;
  }
  .c-hamburger-btn__bar:nth-of-type(2) {
    top: 14px;
  }
  .c-hamburger-btn__bar:nth-of-type(3) {
    top: 28px;
  }
  .c-hamburger-btn__label {
    display: none;
  }
  .c-hamburger-btn[aria-expanded=true] {
    padding-top: 40px;
  }
  .c-drawer {
    background-image: linear-gradient(to bottom, #008cd7, #0065b1 37%, #0061ad 44%, #0054a2 67%, #1f2a66);
  }
  .c-drawer #menu-header li {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .c-drawer #menu-header li:last-child a {
    margin: 100px auto 0;
    background-image: url("../image/logo.png");
    width: 217px;
    height: 97px;
    background-size: contain;
    background-position: center;
    max-width: 100%;
  }
}
footer {
  background-color: #d6dbe4;
  border: none !important;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  footer div.l-footer-widget-area {
    padding: 20px 0 0 !important;
  }
}
footer div.c-container {
  padding: 0;
}
footer div.c-row {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
footer div.c-row div.c-row__col {
  margin: 100px auto;
  max-width: 100%;
  flex-basis: auto;
}
@media screen and (max-width: 1023px) {
  footer div.c-row div.c-row__col {
    margin: 0;
    padding: 20px 20px 0 20px;
  }
}
footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1023px) {
  footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns {
    flex-direction: column-reverse;
  }
}
footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child {
  margin-right: 80px;
}
@media screen and (max-width: 1023px) {
  footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child {
    margin: 0;
  }
}
footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child > div.wp-block-columns > div.wp-block-column:first-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child > div.wp-block-columns > div.wp-block-column:first-child figure,
footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child > div.wp-block-columns > div.wp-block-column:first-child img {
  margin: 0;
  padding: 0;
  width: 208px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child > div.wp-block-columns > div.wp-block-column:first-child figure,
footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child > div.wp-block-columns > div.wp-block-column:first-child img {
    margin: auto;
  }
}
footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child > div.wp-block-columns > div.wp-block-column:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media screen and (max-width: 1023px) {
  footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child > div.wp-block-columns > div.wp-block-column:last-child {
    margin: 20px 0;
    text-align: center;
  }
}
footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child > div.wp-block-columns > div.wp-block-column:last-child > p:first-child {
  margin: 0;
  font-size: 0.813rem;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child > div.wp-block-columns > div.wp-block-column:last-child > p:first-child {
    color: rgba(77, 77, 77, 0.3137254902);
    font-weight: 500;
  }
}
footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child > div.wp-block-columns > div.wp-block-column:last-child > p:last-child {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1023px) {
  footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child > div.wp-block-columns > div.wp-block-column:last-child > p:last-child {
    color: rgba(77, 77, 77, 0.3137254902);
    font-weight: 500;
  }
}
footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child > p {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #979797;
}
@media screen and (max-width: 1023px) {
  footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:first-child > p {
    text-align: center;
    margin: 0 calc(50% - 50vw);
    padding: 20px 20px;
    width: 100vw;
    background-color: #ffffff;
  }
}
footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:last-child ul#menu-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:last-child ul#menu-footer {
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 12px;
  }
}
footer div.c-row div.c-row__col > div.c-widget > div.wp-block-columns > div.wp-block-column:last-child ul#menu-footer > li {
  margin: 15px;
  font-size: 0.813rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: linear-gradient(135deg, #008cd7, #0065b1 37%, #0061ad 44%, #0054a2 67%, #1f2a66);
  text-align: center;
  /* Loading画像中央配置　*/
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo img {
  width: min(50vw, 300px);
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.anim-box.fadeup.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@font-face {
  font-family: "SourceHanCodeJP";
  font-style: "light";
  font-weight: 300;
  src: url("../fonts/SourceHanCodeJP-Light.otf") format("opentype"), url("../fonts/SourceHanCodeJP-Light.otf") format("truetype");
}
@font-face {
  font-family: "SourceHanCodeJP";
  font-style: "regular";
  font-weight: 400;
  src: url("../fonts/SourceHanCodeJP-Regular.otf") format("opentype"), url("../fonts/SourceHanCodeJP-Regular.otf") format("truetype");
}
@font-face {
  font-family: "SourceHanCodeJP";
  font-style: "medium";
  font-weight: 500;
  src: url("../fonts/SourceHanCodeJP-Medium.otf") format("opentype"), url("../fonts/SourceHanCodeJP-Medium.otf") format("truetype");
}
@font-face {
  font-family: "SourceHanCodeJP";
  font-style: "bold";
  font-weight: 700;
  src: url("../fonts/SourceHanCodeJP-Bold.otf") format("opentype"), url("../fonts/SourceHanCodeJP-Bold.otf") format("truetype");
}
@font-face {
  font-family: "SourceHanCodeJP";
  font-style: "extra-bold";
  font-weight: 800;
  src: url("../fonts/SourceHanCodeJP-ExtraBold.otf") format("opentype"), url("../fonts/SourceHanCodeJP-ExtraBold.otf") format("truetype");
}
@font-face {
  font-family: "SourceHanCodeJP";
  font-style: "heavy";
  font-weight: 900;
  src: url("../fonts/SourceHanCodeJP-Heavy.otf") format("opentype"), url("../fonts/SourceHanCodeJP-Heavy.otf") format("truetype");
}
html,
body {
  font-family: "SourceHanCodeJP";
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05rem;
  line-height: 1.75;
  color: #4d4d4d;
}

:root {
  --entry-content-h2-border-left: none;
  --entry-content-h2-background-color: none;
  --entry-content-h2-padding: none;
  --entry-content-h3-border-bottom: none;
  --entry-content-h3-padding: none;
  --wp--style--block-gap: 0;
  --accent-color: #014b80;
}

.p-breadcrumbs-wrapper {
  display: none;
}

.svgcircle {
  padding: 0;
  margin: 0;
  position: absolute;
  aspect-ratio: 1/1;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
}
.svgcircle-1 {
  top: -60px;
  left: 35%;
  width: 540px !important;
  filter: blur(20px);
}
.svgcircle-2 {
  top: 300px;
  left: 50%;
  width: 240px !important;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .svgcircle-2 {
    top: 500px;
    left: auto;
    right: -100px;
  }
}
.svgcircle-3 {
  top: -300px;
  right: -280px;
  width: 820px !important;
  filter: blur(28px);
}
@media screen and (max-width: 1023px) {
  .svgcircle-3 {
    top: -140px;
    right: -140px;
    width: 480px !important;
  }
}
.svgcircle-4 {
  top: 500px;
  right: 80px;
  width: 560px !important;
  filter: blur(15px);
}
.svgcircle-5 {
  top: 500px;
  left: -240px;
  width: 820px !important;
  filter: blur(10px);
}
.svgcircle-6 {
  top: -60px;
  left: 20%;
  width: 540px !important;
  filter: blur(20px);
}
@media screen and (max-width: 1023px) {
  .svgcircle-6 {
    display: none;
  }
}

div.c-entry__content {
  transform: translate3d(0, 0, 0);
}

.bg-line {
  border-left: solid 2px white;
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  transform: translateX(50%);
  z-index: 0;
}

#splash,
#splash_logo {
  z-index: 10000;
}/*# sourceMappingURL=style.css.map */