@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-40px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(40px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .line_ani {
  width: 0;
  transform-style: preserve-3d;
  transition-property: width;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.68, 0.18, 0.6, 0.36);
}
@media screen and (min-width: 768px) {
  .animate.show .line_ani {
    width: 277px;
  }
}
@media screen and (max-width: 767px) {
  .animate.show .line_ani {
    width: 42.6666666667vw;
  }
}
.animate .copy {
  position: relative;
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 600ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
  transition-delay: 400ms;
}
.animate .copy::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #02004b;
  position: absolute;
  top: 0;
  right: 0;
  transform-style: preserve-3d;
  transition-property: width;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
  transition-delay: 1000ms;
}
.animate.show .copy {
  opacity: 1;
}
.animate.show .copy::after {
  width: 0;
}
.animate .d1 {
  transition-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
}
.animate .d21 {
  transition-delay: 2100ms;
}
.animate .d22 {
  transition-delay: 2200ms;
}
.animate .d23 {
  transition-delay: 2300ms;
}
.animate .d24 {
  transition-delay: 2400ms;
}
.animate .d25 {
  transition-delay: 2500ms;
}
.animate .d26 {
  transition-delay: 2600ms;
}
.animate .d27 {
  transition-delay: 2700ms;
}
.animate .d28 {
  transition-delay: 2800ms;
}
.animate .d29 {
  transition-delay: 2900ms;
}
.animate .d30 {
  transition-delay: 3000ms;
}

body {
  font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
body .min {
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
body a, body button {
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  body a, body button {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body a:hover, body button:hover {
    opacity: 0.6;
  }
}
body a:hover, body button:hover {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}
body .nolink {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  body main article {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  body main article section .inner {
    width: 87.8477306003vw;
    margin: auto;
  }
  body main article section h2 {
    display: block;
    width: fit-content;
  }
  body main article section h2.left {
    margin: 0 auto 0 0;
  }
  body main article section h2.center {
    margin: auto;
  }
  body main article section h2.center .en {
    margin-left: auto;
    margin-right: auto;
  }
  body main article section h2.center .jp {
    margin-left: auto;
    margin-right: auto;
  }
  body main article section h2 .en {
    display: block;
    width: fit-content;
    height: 43px;
  }
  body main article section h2 .en img {
    width: auto;
    height: 100%;
  }
  body main article section h2 .jp {
    display: block;
    width: fit-content;
    margin-top: 20px;
    position: relative;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
  }
  body main article section p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
  }
  body main article section p.copy {
    display: block;
    width: fit-content;
    padding: 20px 32px 18px;
    background-color: #02004b;
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin-top: 40px;
  }
  body main article header {
    width: 100%;
    height: 90px;
    padding-left: 24px;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  body main article header .inner {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
    color: #000;
    position: relative;
  }
  body main article header .inner .header-logo {
    width: 295px;
    height: 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  body main article header .inner .header-logo img {
    display: block;
  }
  body main article header .inner .header-logo img.logo {
    width: 164px;
  }
  body main article header .inner .header-logo img.text {
    width: 107px;
  }
  body main article header .inner .links {
    width: auto;
    max-width: calc(100% - 640px);
    justify-self: end;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
  }
  body main article header .inner .links li {
    width: fit-content;
    position: relative;
  }
  body main article header .inner .links li .anchor {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  body main article header .inner .btns {
    width: 288px;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  body main article header .inner .btns a {
    width: 50%;
    height: 100%;
    display: grid;
    place-items: center;
  }
  body main article header .inner .btns a:nth-of-type(1) {
    background-color: #45aed6;
  }
  body main article header .inner .btns a:nth-of-type(2) {
    background-color: #193d90;
  }
  body main article header .inner .btns a p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
  }
  body main article .page-footer {
    padding: 40px 0 100px;
    background-color: #b8dae9;
    color: #333;
  }
  body main article .page-footer .inner {
    width: 87.8477306003vw;
    margin: auto;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 50px;
    position: relative;
  }
  body main article .page-footer .inner .footer-logo {
    display: block;
    width: 189px;
    height: 44px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    margin: auto;
  }
  body main article .page-footer .inner .footer-logo img {
    display: block;
    width: 100%;
  }
  body main article .page-footer .inner .links {
    width: auto;
    max-width: calc(100% - 430px);
    justify-self: end;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px;
  }
  body main article .page-footer .inner .links li {
    width: fit-content;
    position: relative;
  }
  body main article .page-footer .inner .links li .anchor {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  body main article .page-footer .inner .btns {
    width: 190px;
    height: 60px;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  body main article .page-footer .inner .btns a {
    width: 50%;
    height: 100%;
    display: grid;
    place-items: center;
  }
  body main article .page-footer .inner .btns a:nth-of-type(1) {
    background-color: #45aed6;
  }
  body main article .page-footer .inner .btns a:nth-of-type(2) {
    background-color: #193d90;
  }
  body main article .page-footer .inner .btns a p {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .pc_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 0.2666666667vw;
  }
  body {
    min-width: 320px;
  }
  body main article {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 66px;
  }
  body main article section .inner {
    width: 86.6666666667vw;
    margin: auto;
  }
  body main article section h2 {
    display: block;
    width: fit-content;
  }
  body main article section h2.left {
    margin: 0 auto 0 0;
  }
  body main article section h2.center {
    margin: auto;
  }
  body main article section h2.center .en {
    margin-left: auto;
    margin-right: auto;
  }
  body main article section h2.center .jp {
    margin-left: auto;
    margin-right: auto;
  }
  body main article section h2 .en {
    display: block;
    width: fit-content;
    height: 22px;
  }
  body main article section h2 .en img {
    display: block;
    width: auto;
    height: 100%;
  }
  body main article section h2 .jp {
    display: block;
    width: fit-content;
    margin-top: 10px;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
  }
  body main article section p {
    font-size: 12px;
    line-height: 21px;
    font-weight: 500;
  }
  body main article section p.copy {
    display: block;
    width: 100%;
    padding: 9px 0 10px;
    background-color: #02004b;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 48px;
  }
  body main article header {
    width: 100%;
    height: 66px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  body main article header .inner {
    padding-left: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }
  body main article header .inner .header-logo {
    width: 238px;
    height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  body main article header .inner .header-logo img {
    display: block;
  }
  body main article header .inner .header-logo img.logo {
    width: 120px;
  }
  body main article header .inner .header-logo img.text {
    width: 102px;
  }
  body main article header .inner .menu-btn {
    display: block;
    width: 60px;
    height: 66px;
    background: url("../img/menu-btn-open.png") no-repeat center/100%;
    z-index: 0;
  }
  body main article header .inner .menu-btn.open {
    background: url("../img/menu-btn-close.png") no-repeat center/100%;
  }
  body main article .menu {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: rgba(105, 155, 174, 0.9);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    transform: translateX(110vw);
    transition: transform 0.4s ease-out;
  }
  body main article .menu .list-frame {
    width: 100%;
    height: calc(100% - 100px);
    overflow-y: auto;
  }
  body main article .menu .list-frame ul {
    width: 77.3333333333%;
    height: fit-content;
    margin: auto;
    padding-bottom: 60px;
  }
  body main article .menu .list-frame ul li .anchor {
    display: block;
    width: fit-content;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 20px;
  }
  body main article .menu .list-frame ul li .btn {
    display: block;
    width: 100%;
    padding: 12px 0;
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    color: #10335e;
  }
  body main article .menu .list-frame ul li .btn.c2 {
    background-color: #193d90;
    color: #fff;
    margin-top: 20px;
  }
  body main article .menu .list-frame ul li:nth-of-type(n+2) {
    margin-top: 45px;
  }
  body main article .menu.open {
    transform: translateX(0);
  }
  body main article .page-footer {
    padding: 33px 0 35px;
    background-color: #b8dae9;
    color: #333;
  }
  body main article .page-footer .inner {
    width: 86.6666666667%;
    margin: auto;
  }
  body main article .page-footer .inner .footer-logo {
    display: block;
    width: 160px;
    height: 37px;
  }
  body main article .page-footer .inner .footer-logo img {
    width: 100%;
  }
  body main article .page-footer .inner .links {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 30px;
  }
  body main article .page-footer .inner .links li {
    min-width: 110px;
  }
  body main article .page-footer .inner .links li .anchor {
    display: block;
    width: fit-content;
    font-size: 12px;
    line-height: 21px;
    font-weight: 700;
  }
  body main article .page-footer .inner .btns {
    margin-top: 40px;
  }
  body main article .page-footer .inner .btns a {
    display: block;
    width: 100%;
    padding: 14px 0;
    background-color: #45aed6;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
  }
  body main article .page-footer .inner .btns a:nth-of-type(2) {
    background-color: #193d90;
    margin-top: 20px;
  }
  .sp_none {
    display: none !important;
  }
}