@charset "UTF-8";
/* ==========================================================================
  base
========================================================================== */
* {
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

img, video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* ==========================================================================
  anime
========================================================================== */
.moves {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  transform: translate(0, 0);
}

/* ==========================================================================
  movie
========================================================================== */
.movie-outer {
  width: 100%;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/*ボタン共通*/
.btn-base {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
  font-size: 0.8em;
}

.btn-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}

body.scft {
  position: relative;
  color: #000000;
  background: #ffffff;
  font-family: "Noto Sans JP";
  font-optical-sizing: auto;
  font-style: 400;
  font-size: 20px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

/* ==========================================================================
  header
========================================================================== */
.scft-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .scft-header {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .scft-header {
    height: 60px;
  }
}

.header-logo {
  position: absolute;
  left: 30px;
  top: 12px;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    left: 12px;
    top: 12px;
    width: 100px;
    z-index: 1;
  }
}

.header-nav {
  position: absolute;
  right: 30px;
  top: 19px;
  width: 88vw;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: block;
    transition: all 1s;
    transform: translate(100vw, 0);
    background: #ffffff;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 0;
    padding: 0;
    height: 100vh;
  }
}

.header-on {
  transform: translate(0, 0);
  transition: all 0.6s;
}

.scft-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(98% - 80px);
  margin-right: 2%;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .scft-nav {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 24vw;
    border-bottom: 1px solid #718AAD;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    transform: translate(-20px, 0);
  }
}
.scft-nav li.nav-01 {
  position: relative;
  margin-right: 1vw;
}
@media screen and (max-width: 767px) {
  .scft-nav li.nav-01 {
    margin: 0;
    border-top: 1px solid #718AAD;
    padding: 15px 6vw;
    text-align: left;
  }
}
.scft-nav li.nav-01:last-child {
  margin-right: 0;
}

.scft-parent-nav {
  display: block;
  width: 100%;
  color: #395C8D;
  font-size: 0.75em;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
.scft-parent-nav:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .scft-parent-nav:hover {
    color: #ffffff;
    background: #1BB56C;
    background: linear-gradient(90deg, rgba(27, 181, 108, 0.5) 0%, rgba(0, 136, 255, 0.5) 100%);
  }
}
.scft-parent-nav span {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .scft-parent-nav span {
    display: block;
    padding: 0;
    height: auto;
  }
}

.scft-nav-lang {
  width: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .scft-nav-lang {
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}

.nav-lang {
  width: 46%;
  height: 24px;
  border: 1px solid #395C8D;
  color: #395C8D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.6em;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .nav-lang:hover {
    background: #395C8D;
    color: #ffffff;
  }
}

.nav-lang-active {
  background: #395C8D;
  color: #ffffff;
}

.scft-nav-children-outer {
  display: none;
}
@media screen and (max-width: 767px) {
  .scft-nav-children-outer {
    display: block;
  }
}

.scft-nav-children-inner {
  position: absolute;
  top: 40px;
  left: 0;
  padding-top: 20px;
  width: 36vw;
}
@media screen and (min-width: 768px) {
  .scft-nav-children-inner:before {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    left: -20px;
    top: -40px;
    background: #004480;
    transition: 0.6s;
  }
}
@media screen and (max-width: 767px) {
  .scft-nav-children-inner {
    margin-top: 10px;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .scft-nav-children-inner.nav-children-line:before {
    height: calc(100% + 40px);
    transition: 0.6s;
  }
}

.scft-nav-children-box {
  background: #1BB56C;
  background: linear-gradient(90deg, rgba(27, 181, 108, 0.8) 0%, rgba(0, 136, 255, 0.8) 100%);
  padding: 20px;
  border-radius: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .scft-nav-children-box {
    background: none;
    padding: 0;
    border-radius: 0;
  }
}

.scft-nav-children {
  width: calc(33.3333333333% - 20px);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .scft-nav-children {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .scft-nav-children {
    width: calc(33.3333333333% - 10px);
  }
}
.scft-nav-children li {
  margin-bottom: 15px;
}
.scft-nav-children li:last-child {
  margin: 0;
}

.scft-children-nav {
  line-height: 1;
  color: #ffffff;
  font-size: 0.75em;
  text-decoration: none;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .scft-children-nav:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .scft-children-nav {
    color: #395C8D;
    font-size: 0.7em;
  }
}

@media screen and (min-width: 768px) {
  .scft-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .scft-menu {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 20px;
  }
}
.scft-menu span {
  position: absolute;
  width: 40px;
  height: 1px;
  background: #395C8D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scft-menu span:nth-child(1) {
  top: 0;
  left: 0;
}
.scft-menu span:nth-child(2) {
  top: 9px;
  left: 0;
}
.scft-menu span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.scft-menu-active span {
  transition: all 0.2s;
}
.scft-menu-active span:nth-child(1), .scft-menu-active span:nth-child(3) {
  transform-origin: center center;
  -webkit-transform-origin: center center;
  width: 100%;
}
.scft-menu-active span:nth-child(1) {
  transform: rotate(-30deg);
  top: 10px;
  left: 0;
  margin-left: 15%;
}
.scft-menu-active span:nth-child(2) {
  display: none;
}
.scft-menu-active span:nth-child(3) {
  transform: rotate(30deg);
  top: 10px;
  left: 50%;
  margin-left: -35%;
}

.h-move {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: 0.6s;
}

/* ==========================================================================
  footer
========================================================================== */
.scft-footer {
  position: relative;
  z-index: 1;
  background: #395C8D;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .scft-footer {
    padding: 40px 0;
  }
}

.footer-bf {
  position: absolute;
  left: 5vw;
  top: -50px;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .footer-bf {
    top: -30px;
    width: 60px;
  }
}

.scft-footer-inner {
  width: 88vw;
  margin: 0 auto;
}

.footer-logo {
  width: 160px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin: 0 auto 40px;
  }
}

.footer-nav {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    margin-bottom: 40px;
  }
}

.footer-nav-01 {
  width: 46%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer-nav-01 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.footer-nav-02,
.footer-nav-03 {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .footer-nav-02,
  .footer-nav-03 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav-02 {
    margin-bottom: 30px;
  }
}

.footer-nav-ttl {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff;
  font-size: 0.9em;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-nav-ttl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.footer-list li {
  font-size: 0.7em;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-list li {
    margin-bottom: 10px;
  }
}
.footer-list li:last-child {
  margin: 0;
}
.footer-list li a {
  color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer-list li a:hover {
    opacity: 0.7;
  }
}

.footer-list-h {
  width: 50%;
}

.footer-bans {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-bans {
    margin-bottom: 10px;
  }
}
.footer-bans p {
  margin-right: 20px;
}
.footer-bans p img {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .footer-bans p img {
    height: 6vw;
  }
}

.footer-bottom {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-other-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .footer-other-nav {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer-other-nav li {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer-other-nav li {
    margin: 0;
    width: 50%;
  }
}
.footer-other-nav li a {
  text-decoration: none;
  font-size: 0.6em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-other-nav li a {
    font-size: 0.55em;
  }
}
@media screen and (min-width: 768px) {
  .footer-other-nav li a:hover {
    opacity: 0.7;
  }
}

.footer-copy {
  font-size: 0.6em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    text-align: center;
  }
}

/* ==========================================================================
  outer
========================================================================== */
.scft-main {
  position: relative;
  z-index: 1;
  background: #ffffff;
}

.scft-top-main {
  background: none;
}

/* ==========================================================================
  news page
========================================================================== */
.news-head {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #718AAD;
}
@media screen and (max-width: 767px) {
  .news-head {
    margin-bottom: 20px;
    justify-content: flex-end;
  }
}

.news-hanrei {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .news-hanrei {
    width: 100%;
    justify-content: center;
    margin: 0 0 20px;
  }
}
.news-hanrei .news-genre {
  display: inline-block;
  margin: 0 15px 0 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news-hanrei .news-genre:last-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .news-hanrei .news-genre:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.news-year .selectbox {
  position: relative;
}
.news-year .selectbox::before,
.news-year .selectbox::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.news-year .selectbox::before {
  display: inline-block;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  background-color: #395C8D;
}
@media screen and (max-width: 767px) {
  .news-year .selectbox::before {
    width: 2em;
    height: 2em;
  }
}
.news-year .selectbox::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .news-year .selectbox::after {
    right: 1em;
  }
}
.news-year .selectbox select {
  appearance: none;
  min-width: 100px;
  height: 2.8em;
  padding: 0 90px 0 0;
  border: none;
  background: #ffffff;
  color: #395C8D;
  font-size: 1em;
  cursor: pointer;
  line-height: 2.8em;
}
@media screen and (max-width: 767px) {
  .news-year .selectbox select {
    height: 2em;
    line-height: 2em;
    padding: 0 40px 0 0;
  }
}
.news-year .selectbox select:focus {
  outline: none;
}

.h3-anime {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(45deg, rgb(57, 92, 141) 25%, rgb(10, 168, 93) 50%, rgb(57, 92, 141) 75%);
  background-size: 200%;
  animation: gradation 6s infinite linear;
}

@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
/* ==========================================================================
  loading
========================================================================== */
.scft {
  position: relative;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #ffffff;
  background-size: cover;
  overflow: hidden;
}

.loading-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation: loadingbg 2s forwards linear;
}
.loading-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loading-movie {
  width: 100vw;
  height: 100vh;
  animation: loadingbg 4s forwards linear;
}
.loading-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes loadingbg {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.6;
  }
}
.loading-bf {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) rotate(30deg);
}
@media screen and (max-width: 767px) {
  .loading-bf {
    width: 60px;
    top: 46%;
  }
}

.loading-bf-anime {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .loading-bf-anime img {
    animation: loadingbf 0.8s infinite linear;
  }
}
@media screen and (max-width: 767px) {
  .loading-bf-anime img {
    animation: loadingbfsp 0.8s infinite linear;
  }
}

@keyframes loadingbf {
  0% {
    height: 60px;
    width: 120px;
  }
  50% {
    height: 60px;
    width: 100px;
  }
  100% {
    height: 60px;
    width: 120px;
  }
}
@keyframes loadingbfsp {
  0% {
    height: 30px;
    width: 60px;
  }
  50% {
    height: 30px;
    width: 55px;
  }
  100% {
    height: 30px;
    width: 60px;
  }
}
.loading-ttl {
  width: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .loading-ttl {
    width: 200px;
  }
}

/* 画像の右寄せ */
.alignright {
  display: inline;
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
}
.alignright img {
  width: 100% !important;
  height: auto;
}
@media screen and (min-width: 768px) {
  .alignright {
    width: auto;
  }
}
.alignright:after {
  content: "";
  clear: both;
}

/* 画像の左寄せ */
.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.alignleft img {
  width: 100% !important;
  height: auto;
}
@media screen and (min-width: 768px) {
  .alignleft {
    width: auto;
  }
}
.alignleft:after {
  content: "";
  clear: both;
}

/* 画像の中央寄せ */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.aligncenter img {
  width: 100% !important;
  height: auto;
}
@media screen and (min-width: 768px) {
  .aligncenter {
    width: auto;
  }
}

.wp-caption-text {
  margin-top: 10px;
  font-size: 0.8em;
}

/* 回り込みの解除（念のため） */
.clear {
  clear: both;
}

.imgfr:after,
.imgfl:after {
  content: "";
  clear: both;
}
.imgfr img,
.imgfl img {
  width: auto;
  max-width: 100%;
}

iframe {
  max-width: 100% !important;
}

.abs-logo {
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 50px;
  left: 50px;
}
@media screen and (max-width: 767px) {
  .abs-logo {
    top: 20px;
    left: 20px;
    max-width: 100px;
  }
}

.abs-main {
  padding-top: 200px !important;
}
@media screen and (max-width: 767px) {
  .abs-main {
    padding-top: 100px !important;
  }
}

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