@charset "UTF-8";
* {
  font-family: "Noto Sans", sans-serif !important;
  word-break: keep-all;
}

body {
  color: #333;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.content-title {
  cursor: pointer;
}

blockquote {
  background-color: #eff3f6;
  border-left: solid 2px #254da7;
  margin: 30px 0;
  padding: 20px;
}
blockquote cite {
  display: block;
  text-align: right;
  font-size: 90%;
}
blockquote cite::before {
  content: "―― ";
}

table {
  margin: 30px 0;
}
table thead {
  font-weight: bold;
  background-color: #eff3f6;
  border-bottom: solid 2px #254da7;
}
table tfoot {
  border-top: solid 2px #254da7;
}
table tr {
  height: inherit !important;
}
table th {
  border: solid 1px #ccc;
  padding: 0.5em;
  font-weight: bold;
  height: inherit !important;
}
table td {
  border: solid 1px #ccc;
  padding: 0.5em;
  height: inherit !important;
}

a {
  color: dodgerblue;
}

img {
  height: auto;
}

.pc-only {
  display: none;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.2s;
}

.fv2-section {
  padding-top: 69px;
}
.fv2-section .fv-container {
  position: relative;
}
.fv2-section .fv-container img {
  width: 100%;
  display: block;
  max-height: 384px;
  object-fit: cover;
  object-position: 50% 50%;
}
.fv2-section .fv-container .fv-copy {
  position: absolute;
  left: 5%;
  bottom: 23%;
}
.fv2-section .fv-container .fv-copy h1 {
  font-size: 12vw;
  line-height: 130%;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3294117647);
}
.fv2-section .fv-container .fv-copy span {
  font-size: 6.7vw;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
}
.fv2-section .fv-container .page-nav-link {
  padding-left: 5%;
  margin-top: 10px;
}
.fv2-section .fv-container .page-nav-link a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}
.fv2-section .fv-container .page-nav-link a:first-of-type {
  color: #254da7;
}
.fv2-section .fv-container .page-nav-link a:first-of-type::after {
  content: "";
  width: 1px;
  height: 13px;
  background: #333;
  display: inline-block;
  margin: 0 5px 3px 10px;
  vertical-align: middle;
  transform: skew(-15deg);
}
.fv2-section .fv-container .page-nav-link a:first-of-type::before {
  content: "";
  background: url("../images/home-icon.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}
.fv2-section .fv-container .page-nav-link a:last-of-type {
  color: #b8b8b8;
}
.fv2-section #wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.fv2-section #wrapper-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fv2-section #scroll-down {
  display: block;
  position: relative;
  padding-top: 79px;
  text-align: center;
}
.fv2-section #scroll-title {
  display: block;
  color: #254da7;
  transform: rotate(180deg);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: absolute;
  top: 10%;
  left: 5%;
  writing-mode: vertical-rl;
  margin-left: -9px;
}
.fv2-section #scroll-down::before {
  content: " ";
  animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: -75px;
  left: 5%;
  margin-left: -1px;
  width: 1px;
  height: 70px;
  background: linear-gradient(to top, #254da7 10%, #254da7 40%, #fff 40%, #fff 100%);
}
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0);
  }
}

@media (min-width: 768px) {
  .fv2-section {
    padding-top: 68px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
  }
  .fv2-section .fv-container img {
    width: 95%;
    margin: 0 auto 0 0;
  }
  .fv2-section .fv-container .fv-copy h1 {
    font-size: 96px;
    line-height: 139px;
  }
  .fv2-section .fv-container .fv-copy span {
    font-size: 48px;
    line-height: 40px;
  }
  .fv2-section .fv-container .page-nav-link {
    padding-left: 6%;
  }
  .fv2-section .fv-container .page-nav-link a {
    font-size: 16px;
    line-height: 23px;
  }
  .fv2-section .fv-container .page-nav-link a:first-of-type::before {
    width: 18px;
    height: 18px;
  }
  .fv2-section .fv-container .page-nav-link a:first-of-type::after {
    height: 18px;
    transform: skew(-20deg);
    margin: 0 9px 3px 14px;
  }
  .fv2-section #wrapper #wrapper-inner #scroll-down #scroll-title {
    font-size: 20px;
  }
  .fv2-section #wrapper #wrapper-inner #scroll-down::before {
    left: 5.3%;
  }
  .fv2-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #254da7;
    width: 5%;
    height: 63%;
    overflow: hidden;
  }
}
.section2-title h2 {
  position: relative;
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  color: #254da7;
}
.section2-title h2::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #254da7 0%, #254da7 28%, #d9e6ee 28%, #d9e6ee 100%);
}

@media (min-width: 768px) {
  .section2-title h2 {
    font-size: 40px;
    line-height: 57px;
  }
  .section2-title h2::before {
    bottom: -40px;
    background: linear-gradient(90deg, #254da7 0%, #254da7 7%, #d9e6ee 7%, #d9e6ee 100%);
  }
}
.header-section {
  background: #fff;
  padding: 16px 15px 10px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header-section .header-logo {
  width: 215px;
}
.header-section .header-logo img {
  display: block;
  width: 60%;
}
.header-section .header-nav {
  width: 100vw;
  height: calc(100vh - 69px);
  background: rgba(37, 77, 167, 0.95);
  position: absolute;
  top: 69px;
  left: 0;
  display: none;
  overflow: scroll;
  padding-top: 30px;
}
.header-section .header-nav .link-item {
  width: 90%;
  margin: 0 auto;
  max-width: 400px;
  padding-top: 15px;
  list-style: none;
}
.header-section .header-nav .link-item li {
  padding-bottom: 16px;
}
.header-section .header-nav .link-item li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}
.header-section .header-nav .link-item li:first-of-type a {
  text-decoration: underline;
}
.header-section .header-nav .link-item li:last-of-type {
  margin-bottom: 0;
}
.header-section .header-nav .contact-btn {
  width: 236px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  padding: 6px 0;
  display: block;
  border-radius: 45px;
  text-decoration: none;
  margin: 30px auto 50px auto;
}
.header-section .header-nav .contact-btn p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #254da7;
}
.header-section .header-nav .contact-btn:hover p {
  transition: all 0.3s;
  color: #c50a30;
}
.header-section section .open {
  margin-right: 5px;
  position: relative;
  width: 30px;
  height: 30px;
}
.header-section section .open span {
  position: absolute;
  top: 5px;
  background: #254da7;
  width: 100%;
  height: 3px;
  transition: all 0.3s;
}
.header-section section .open span:nth-of-type(1) {
  top: 2px;
}
.header-section section .open span:nth-of-type(2) {
  top: 12px;
}
.header-section section .open span:nth-of-type(3) {
  top: 22px;
}
.header-section section .open::after {
  content: "MENU";
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  color: #254da7;
  word-break: keep-all;
}
.header-section section .active span:nth-of-type(1) {
  background: #254da7;
  transform: translateY(6px) rotate(-45deg);
  top: 10px;
}
.header-section section .active span:nth-of-type(2) {
  display: none;
}
.header-section section .active span:nth-of-type(3) {
  background: #254da7;
  transform: translateY(-6px) rotate(45deg);
}
.header-section section .active::after {
  display: none;
}

@media (min-width: 1150px) {
  .header-section {
    padding: 0;
    height: 88px;
    background: #254da7;
    max-width: 1600px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-section .header-logo {
    max-width: 282px;
    width: 20%;
    margin-right: 40px;
    background: #fff;
    padding: 30px 5px 0 40px;
  }
  .header-section .header-logo img {
    width: 80%;
  }
  .header-section .header-nav {
    display: flex !important;
    background: transparent;
    position: initial;
    height: initial;
    width: initial;
    padding-top: 0;
    overflow: initial;
    padding-top: 30px;
    height: 91px;
    box-sizing: border-box;
  }
  .header-section .header-nav .link-item {
    padding: 0 !important;
    width: initial;
  }
  .header-section .header-nav .link-item li {
    margin-bottom: 0;
    position: relative;
  }
  .header-section .header-nav .link-item li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 18px 20px 0 0;
    position: relative;
    text-decoration: none;
  }
  .header-section .header-nav .link-item li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  .header-section .header-nav .link-item li a:hover::after {
    transform: scale(1, 1);
  }
  .header-section .header-nav .link-item li:first-of-type::after {
    content: "";
    width: 1px;
    height: 16px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    transform: skew(-15deg);
  }
  .header-section .header-nav .link-item li:first-of-type a {
    text-decoration: none;
    margin: 0 !important;
  }
  .header-section .header-nav .link-item:nth-of-type(4) li::after {
    display: none;
  }
  .header-section .header-nav .contact-btn {
    margin: 0 20px 0 10px;
    width: 188px;
    height: 43px;
    padding: 7px 0;
    position: relative;
    top: -5px;
  }
  .header-section .header-nav .contact-btn p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1150px) and (min-width: 1000px) {
  .header-section .header-logo {
    padding-top: 3px;
    padding-right: 70px;
  }
  .header-section .header-nav .link-item li:first-of-type::after {
    margin: 0 25px;
  }
  .header-section .header-nav .contact-btn {
    margin: 0 50px 0 40px;
  }
}
@media (min-width: 1150px) {
  .header-section section {
    display: none;
  }
}
.footer-section {
  background: #eff3f6;
  border-top: 10px solid #254da7;
  padding: 20px 0;
}
.footer-section .footer-inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.footer-section .footer-inner .footer-content {
  border-bottom: 1px solid #d9e6ee;
  list-style: none;
}
.footer-section .footer-inner .footer-content img {
  width: 201px;
  display: block;
  margin: 25px auto 0 auto;
}
.footer-section .footer-inner .footer-content p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}
.footer-section .footer-inner .footer-content li {
  margin-bottom: 15px;
}
.footer-section .footer-inner .footer-content li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #333;
}
.footer-section .footer-inner .footer-content li:first-of-type a {
  font-weight: 700;
  border-bottom: 1px solid #333;
}
.footer-section .footer-inner .footer-content:first-of-type {
  order: 2;
}
.footer-section .footer-inner .footer-content:last-of-type {
  border-bottom: none;
}
.footer-section .footer-inner .footer-content:last-of-type li {
  border-bottom: 1px solid #d9e6ee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.footer-section .footer-inner .footer-content:last-of-type li a {
  font-weight: 700;
  border-bottom: 1px solid #333;
}

.footer-last-text {
  display: block;
  background: #fff;
  text-align: center;
  padding: 20px 0 15px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .footer-section {
    padding: 30px 0 20px 0;
  }
  .footer-section .footer-inner {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    max-width: 1500px;
  }
  .footer-section .footer-inner .footer-content img {
    margin: 0 auto 47px auto;
    width: 241px;
  }
  .footer-section .footer-inner .footer-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer-section .footer-inner .footer-container .footer-content {
    border-bottom: none !important;
  }
  .footer-section .footer-inner .footer-container .footer-content li {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 15px;
    margin-right: 40px;
  }
  .footer-section .footer-inner .footer-container .footer-content li:first-of-type a {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-section .footer-inner .footer-container .footer-content:first-of-type {
    order: initial;
  }
}
@media (min-width: 768px) {
  .footer-last-text {
    background: #eff3f6;
  }
}
iframe {
  width: auto;
}

.icon-pdf::after {
  content: url(../images/PDF_32.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.8);
  padding-left: 3px;
  /*content: "";
    display: inline-block;
    background: url(../images/PDF_32.png) no-repeat;
    background-position: left 1em center;
    background-size: contain;
    width: 32px;
    height: 32px;
    vertical-align: middle;*/
}/*# sourceMappingURL=style.css.map */