@charset "UTF-8";
/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Base
 * -------------------------------------------------------------------
 */
/* base
--------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
html {
  font-size: 16px;
}

body {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  color: #343434;
}
body.is-active {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}
.wrapper > section:nth-child(even) {
  background: #fafafa;
}

/* reset
--------------------------- */
/*!
    destyle.css v4.0.1
    https://github.com/nicolas-cusan/destyle.css
*/
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.3em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* animation
--------------------------- */
@keyframes menu-container-appeared {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes menu-container-leaved {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Module
 * -------------------------------------------------------------------
 */
.nav-header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-header.is-fixed {
  top: 0;
}
@media screen and (max-width: 767px) {
  body.is-active .nav-header {
    height: 72;
  }
}
.nav-header__inner {
  width: 92%;
  display: grid;
  gap: 20px;
  grid-template-columns: auto 160px 160px;
  margin: 0 auto;
  transition: all 0.4s;
}
.is-fixed .nav-header__inner {
  width: 100%;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .nav-header__inner {
    display: block;
    width: 90%;
    height: 72px;
  }
  body.is-active .nav-header__inner {
    height: 100%;
    margin-bottom: 20px;
  }
}
.nav-header__main {
  padding: 1pc;
  display: grid;
  justify-items: end;
  position: relative;
  background-color: #fff;
  -webkit-transition: border-radius 1s;
  -moz-transition: border-radius 1s;
  -ms-transition: border-radius 1s;
  -o-transition: border-radius 1s;
  transition: border-radius 1s;
}
.is-fixed .nav-header__main {
  padding: 1.2pc;
}
@media screen and (max-width: 767px) {
  .nav-header__main {
    width: 100%;
    height: inherit;
    padding: 0;
    position: relative;
  }
  .is-fixed .nav-header__main {
    padding: 0;
  }
}
.nav-header__main-logo {
  position: absolute;
  width: 18rem;
  max-width: 200px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 3%;
}
@media screen and (max-width: 1134px) {
  .nav-header__main-logo {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .nav-header__main-logo {
    width: 130px;
  }
}
.nav-header__main-nav ul {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.nav-header__main-nav-item {
  padding: 1rem;
  margin-left: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1134px) {
  .nav-header__main-nav-item {
    padding: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-header__main-nav-item {
    margin-left: 0;
  }
}
.nav-header__main-nav-item:hover {
  color: #0599D6;
}
@media screen and (max-width: 1134px) {
  .nav-header__main-nav-item:hover {
    color: inherit;
  }
}
@media screen and (max-width: 767px) {
  .nav-header__sub {
    display: none;
  }
}
.nav-header__sub-link {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #0599D6;
  display: inline-block;
  position: relative;
}
.nav-header__sub-link:hover .nav-header__sub-link-text {
  transform: translate(-50%, -50%) scale(1.2);
}
.nav-header__sub-link-text {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-header .small {
  font-size: 60%;
  display: block;
}
.nav-header .green {
  background-color: #4cc57e !important;
}

.nav-drawer {
  display: none;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .nav-drawer {
    display: block;
    width: 72px;
    height: 72px;
    border: none;
    background-color: #0599D6;
    position: relative;
    -webkit-transition: border-radius 1s;
    -moz-transition: border-radius 1s;
    -ms-transition: border-radius 1s;
    -o-transition: border-radius 1s;
    transition: border-radius 1s;
  }
}
.nav-drawer span {
  position: absolute;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-drawer span:first-of-type {
  top: 25px;
}
.is-active .nav-drawer span:first-of-type {
  top: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.nav-drawer span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.is-active .nav-drawer span:nth-of-type(2) {
  display: none;
}
.nav-drawer span:last-of-type {
  bottom: 25px;
}
.is-active .nav-drawer span:last-of-type {
  bottom: unset;
  top: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
}
.nav-drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 95;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  will-change: opacity;
}
.is-active .nav-drawer__overlay {
  visibility: visible;
  opacity: 1;
}
.nav-drawer__nav .sp_only {
  display: none;
}
body.is-active .nav-drawer__nav {
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .nav-drawer__nav {
    display: grid;
    grid-template-rows: 0fr;
    width: 100%;
    margin-top: 72px;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .is-active .nav-drawer__nav {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .nav-drawer__nav ul {
    padding: 45px;
    flex-flow: column;
    visibility: hidden;
    opacity: 0;
    transition: ease-in 0.1s;
    transition-delay: 0.5s;
  }
  .is-active .nav-drawer__nav ul {
    visibility: visible;
    opacity: 1;
  }
  .nav-drawer__nav .sp_only {
    display: inline-block;
    width: 165px;
    height: 55px;
    margin-top: 20px;
    text-align: center;
    background-color: #0599D6;
    border-radius: 50px;
    -webkit-transition: border-radius 1s;
    -moz-transition: border-radius 1s;
    -ms-transition: border-radius 1s;
    -o-transition: border-radius 1s;
    transition: border-radius 1s;
  }
  .nav-drawer__nav .sp_only span {
    font-size: 115%;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .nav-drawer__nav .sp_only span {
    font-size: 95%;
    line-height: 1.6;
  }
}

.nav-pagetop {
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: -10;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .nav-pagetop {
    right: 15px;
  }
}
.nav-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon_pagetop.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-pagetop.is-active {
  opacity: 1;
  z-index: 10;
}
.nav-pagetop:hover {
  transform: scale(1.2);
}
body.is-active .nav-pagetop {
  z-index: -1;
}

.footer {
  width: 100%;
  height: fit-content;
  display: flex;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    flex-flow: column-reverse;
  }
}
.footer__inner {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: 100%;
  }
}
.footer__common {
  background-color: #343434;
  padding: 4%;
}
@media screen and (max-width: 767px) {
  .footer__common {
    padding: 35px 5%;
    text-align: center;
  }
}
.footer__common-logo {
  padding-left: 3%;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .footer__common-logo {
    width: 200px;
  }
}
.footer__common-list {
  padding-left: 3%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .footer__common-list {
    padding: 0;
    font-size: 80%;
    width: fit-content;
    margin: 50px auto 0;
  }
}
.footer__common-list li::after {
  content: "";
  border-right: solid 1px;
  padding-right: 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .footer__common-list li {
    margin: 0;
    display: inline;
  }
}
.footer__common-list li:last-of-type::after {
  display: none;
}
.footer__common-list li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer__common-list li::after {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.footer__common-copy {
  padding-left: 3%;
  margin-top: 15px;
}
.footer__info {
  display: flex;
  width: 100%;
  height: 100%;
}
.footer__info > * {
  width: 50%;
  padding: 2pc;
  cursor: pointer;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
@media screen and (max-width: 767px) {
  .footer__info {
    display: block;
  }
  .footer__info > * {
    width: 100%;
  }
}
.footer__info-contact {
  display: block;
  background-color: #2D4889;
  border-right: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .footer__info-contact {
    border-right: none;
    border-bottom: solid 1px #fff;
  }
}
.footer__info-contact:hover {
  background-color: #0599D6;
}
.footer__info-sign {
  display: block;
  background-color: #30726d;
}
.footer__info-sign:hover {
  background-color: #4cc57e;
}
.footer__info-ttl {
  font-size: 26px;
  font-weight: bold;
  position: relative;
}
.footer__info-contact .footer__info-ttl::after {
  content: "";
  display: block;
  background-image: url(../img/icon_mail.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 34px;
  height: 26.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.footer__info-sign .footer__info-ttl::after {
  content: "";
  display: block;
  background-image: url(../img/icon_signup.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 36px;
  height: 34.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.footer__info-txt {
  margin-top: 30px;
}

.content {
  margin-top: 50px;
}
.content + .content {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .content {
    margin-top: 25px;
  }
}
.content__ttl {
  border-bottom: 1px solid #343434;
}
@media screen and (max-width: 767px) {
  .content__ttl {
    padding-bottom: 5px;
  }
}
.content__ttl-main {
  font-size: 165%;
  font-weight: bold;
  line-height: 2;
  color: #0599D6;
  color: #4cc57e;
}
@media screen and (max-width: 767px) {
  .content__ttl-main {
    font-size: 117%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .content__ttl-main {
    font-size: 155%;
    display: block;
    text-align: center;
  }
}
.content__ttl-sub {
  font-size: inherit;
  line-height: 2.3;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .content__ttl-sub {
    display: block;
    text-align: center;
    padding-left: 0;
  }
}
.content__item {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 160px auto;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .content__item {
    grid-template-columns: 1fr;
  }
  .content__item figure {
    width: 130px;
    height: auto;
    margin: 0 auto;
  }
}
.content__item-inner {
  margin: auto 0;
}
.content__item-ttl {
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .content__item-ttl {
    font-size: 95%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .content__item-ttl {
    font-size: 113%;
    text-align: center;
  }
}
.content__item-text {
  font-size: inherit;
  line-height: 2.3;
}

/*
 * トップページ
 * -------------------------------------------------------------------
 */
.top-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0599D6;
  z-index: 100;
  display: grid;
  place-items: center;
  pointer-events: none;
  overflow: hidden;
}
.top-loading__inner {
  position: relative;
  overflow: hidden;
}
.top-loading__ttl {
  width: 25vw;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1134px) {
  .top-loading__ttl {
    width: 50vw;
  }
}
.top-loading__parts01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  opacity: 0;
  background-color: #2D4889;
}

.top-kv {
  position: relative;
}
.top-kv__img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1134px) {
  .top-kv__img {
    height: 940px;
  }
}
@media screen and (max-width: 767px) {
  .top-kv__img {
    height: 100vh;
  }
}
@media screen and (max-width: 1134px) {
  .top-kv__img-bg {
    height: 100%;
    width: 100%;
    aspect-ratio: 3/1;
    object-fit: cover;
  }
}
.top-kv__box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-kv__box {
    transform: unset;
    left: 0;
    top: 20vh;
    width: 100%;
    height: 80vh;
    padding: 0 5%;
  }
}
.top-kv__box-ttl {
  font-size: 280%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top-kv__box-ttl {
    font-size: 140%;
  }
}
.top-kv__box-txt {
  font-size: 150%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-kv__box-txt {
    font-size: 100%;
    margin-top: 25px;
  }
}
.top-kv__box-txt .pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .top-kv__box-txt .pc_only {
    display: none;
  }
}
.top-kv__box-btn {
  display: block;
  width: 280px;
  height: 90px;
  margin-top: 80px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  color: #343434;
  border: 1px #0599D6 solid;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.top-kv__box-btn:hover {
  color: #0599D6;
}
.top-kv__box-btn:hover::before {
  transform: translateY(-50%) scale(1.2);
}
.top-kv__box-btn span {
  font-size: 120%;
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
}
.top-kv__box-btn::before {
  content: "";
  display: block;
  background-image: url(../img/icon_arr.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 6.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .top-kv__box-btn {
    height: 72px;
    margin-top: 40px;
    position: absolute;
    bottom: 50px;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-kv__box-btn span {
    font-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.top-mission {
  position: relative;
  overflow: hidden;
}
.top-mission .svg {
  content: "";
  display: block;
  width: 585px;
  height: 582px;
  mask-image: url(../img/bg02.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #0599D6;
  opacity: 0.05;
  position: absolute;
  top: -90px;
  left: -200px;
}
@media screen and (max-width: 767px) {
  .top-mission .svg {
    width: 260px;
    height: 260px;
    top: -30px;
    left: -90px;
  }
}
.top-mission__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 1134px) {
  .top-mission__container {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top-mission__container {
    max-width: 90%;
  }
}
.top-mission__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.top-mission__heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top-mission__heading {
    margin-bottom: 30px;
  }
}
.top-mission__heading-ttl {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .top-mission__heading-ttl {
    display: block;
    text-align: center;
  }
}
.top-mission__heading-ttl-main {
  font-size: 365%;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-mission__heading-ttl-main {
    font-size: 225%;
    line-height: 1.6;
  }
}
.top-mission__heading-ttl-sub {
  font-size: 115%;
  font-weight: bold;
  display: inline-block;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .top-mission__heading-ttl-sub {
    font-size: 95%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1134px) {
  .top-mission__heading-ttl-sub {
    display: block;
    padding-left: min(6vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .top-mission__heading-ttl-sub {
    padding: 0;
  }
}
.top-mission__copy {
  font-size: 165%;
  font-weight: bold;
  line-height: 2;
  color: #0599D6;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-mission__copy {
    font-size: 117%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .top-mission__copy {
    margin-bottom: 20px;
  }
}
.top-mission__text {
  font-size: inherit;
  line-height: 2.3;
}

.top-about {
  position: relative;
  background-color: #ECEFF0;
}
.top-about__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 1134px) {
  .top-about__container {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top-about__container {
    max-width: 90%;
  }
}
.top-about__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.top-about__grid {
  display: grid;
  grid-template-columns: auto 400px;
  gap: 40px;
}
@media screen and (max-width: 1134px) {
  .top-about__grid {
    grid-template-columns: 1fr;
  }
  .top-about__grid .top-about__grid-inner:nth-of-type(1) {
    order: 2;
  }
  .top-about__grid .top-about__grid-inner:nth-of-type(2) {
    order: 1;
  }
  .top-about__grid .top-about__grid-inner:nth-of-type(2) figure {
    max-width: 420px;
    margin: 0 auto;
  }
}
.top-about__heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top-about__heading {
    margin-bottom: 30px;
  }
}
.top-about__heading-ttl {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .top-about__heading-ttl {
    display: block;
    text-align: center;
  }
}
.top-about__heading-ttl-main {
  font-size: 365%;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-about__heading-ttl-main {
    font-size: 225%;
    line-height: 1.6;
  }
}
.top-about__heading-ttl-sub {
  font-size: 115%;
  font-weight: bold;
  display: inline-block;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .top-about__heading-ttl-sub {
    font-size: 95%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1134px) {
  .top-about__heading-ttl-sub {
    display: block;
    padding-left: min(6vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .top-about__heading-ttl-sub {
    padding: 0;
  }
}
.top-about__copy {
  font-size: 165%;
  font-weight: bold;
  line-height: 2;
  color: #0599D6;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-about__copy {
    font-size: 117%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .top-about__copy {
    margin-bottom: 20px;
  }
}
.top-about__text {
  font-size: inherit;
  line-height: 2.3;
  margin-top: 20px;
}
.top-about__figure {
  display: block;
  width: 86%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #fff;
}
.top-about__figure > * {
  max-width: 980px;
  padding: 90px 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1134px) {
  .top-about__figure {
    width: 90%;
  }
  .top-about__figure > * {
    width: 100%;
    max-width: auto;
    padding: 45px 30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top-about__figure > * {
    padding: 30px 15px;
  }
}
.top-about__replayer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 1134px) {
  .top-about__replayer {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top-about__replayer {
    max-width: 90%;
  }
}
.top-about__replayer-ttl {
  position: relative;
  font-size: 165%;
  font-weight: bold;
  line-height: 2;
  color: #0599D6;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .top-about__replayer-ttl {
    font-size: 117%;
    line-height: 1.6;
  }
}
.top-about__replayer-ttl span {
  font-size: 85%;
}
.top-about__replayer-ttl::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../img/icon_faq.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-about__replayer-ttl {
    padding-left: 0;
    text-align: center;
    padding-top: 45px;
    font-size: 165%;
  }
  .top-about__replayer-ttl::before {
    display: block;
    margin: 0 auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-about__replayer-text {
  font-size: inherit;
  line-height: 2.3;
  margin-top: 25px;
}
.top-about__replayer-link {
  font-size: inherit;
  line-height: 2.3;
  margin-top: 25px;
}
.top-about__replayer-link a {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.top-about__replayer-link a::before {
  content: "▶";
  display: inline;
  color: #0599D6;
  vertical-align: middle;
  padding-right: 0.5rem;
}
.top-about__replayer-link a::after {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-image: url(../img/icon_target.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.top-about__replayer-link a:hover {
  color: #0599D6;
}
@media screen and (max-width: 1134px) {
  .top-about__replayer-link a:hover {
    color: inherit;
  }
}
.top-about__replayer-link a:hover::after {
  background-image: url(../img/icon_target_hv.svg);
}

.top-feature {
  width: 86%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #2D4889;
  margin: 100px auto 110px;
  overflow: hidden;
  position: relative;
}
.top-feature > * {
  max-width: 980px;
  padding: 90px 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1134px) {
  .top-feature {
    width: 90%;
  }
  .top-feature > * {
    width: 100%;
    max-width: auto;
    padding: 45px 30px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top-feature > * {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .top-feature {
    margin: 50px auto;
  }
}
.top-feature .svg {
  content: "";
  display: block;
  width: 380px;
  height: 380px;
  mask-image: url(../img/bg02.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  opacity: 0.05;
  position: absolute;
  top: -35px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .top-feature .svg {
    width: 260px;
    height: 260px;
    top: -12px;
    left: -10px;
  }
}
.top-feature__heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top-feature__heading {
    margin-bottom: 30px;
  }
}
.top-feature__heading-ttl {
  display: flex;
  align-items: baseline;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-feature__heading-ttl {
    display: block;
    text-align: center;
  }
}
.top-feature__heading-ttl-main {
  font-size: 365%;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-feature__heading-ttl-main {
    font-size: 225%;
    line-height: 1.6;
  }
}
.top-feature__heading-ttl-sub {
  font-size: 115%;
  font-weight: bold;
  display: inline-block;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .top-feature__heading-ttl-sub {
    font-size: 95%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1134px) {
  .top-feature__heading-ttl-sub {
    display: block;
    padding-left: min(6vw, 45px);
  }
}
@media screen and (max-width: 767px) {
  .top-feature__heading-ttl-sub {
    padding: 0;
  }
}
.top-feature__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1134px) {
  .top-feature__grid {
    grid-template-columns: 1fr;
  }
}
.top-feature__grid-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 8.5% 5%;
}
.top-feature__grid-inner figure {
  width: 100%;
}
.top-feature__grid-inner h3 {
  font-size: 115%;
  font-weight: bold;
  text-align: center;
  color: #2D4889;
  font-weight: bold;
  border-bottom: 1px solid #343434;
  padding-bottom: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top-feature__grid-inner h3 {
    font-size: 95%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .top-feature__grid-inner h3 {
    font-size: 117%;
    line-height: 1.6;
  }
}
.top-feature__grid-inner ul {
  font-size: inherit;
  line-height: 2.3;
  margin-top: 20px;
  padding-left: 2rem;
}
.top-feature__grid-inner li {
  list-style: disc;
}
.top-feature__text {
  font-size: inherit;
  line-height: 2.3;
}

.top-consortium {
  position: relative;
  background-color: #ECEFF0;
  overflow: hidden;
}
.top-consortium__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1134px) {
  .top-consortium__container {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top-consortium__container {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .top-consortium__container {
    padding-bottom: 70px;
  }
}
.top-consortium__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.top-consortium__heading {
  margin-bottom: 60px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-consortium__heading {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.top-consortium__heading-ttl-main {
  font-size: 365%;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-consortium__heading-ttl-main {
    font-size: 225%;
    line-height: 1.6;
  }
}
.top-consortium__heading-ttl-sub {
  font-size: 115%;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-consortium__heading-ttl-sub {
    font-size: 95%;
    line-height: 1.6;
  }
}
.top-consortium__text {
  font-size: inherit;
  line-height: 2.3;
}
.top-consortium__purpose {
  width: 100%;
  height: fit-content;
  background-image: url(../img/bg03.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.top-consortium__purpose-ttl {
  font-size: 165%;
  font-weight: bold;
  line-height: 2;
  color: #0599D6;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top-consortium__purpose-ttl {
    font-size: 117%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .top-consortium__purpose-ttl {
    font-size: 165%;
  }
}
.top-consortium__purpose-text {
  font-size: inherit;
  line-height: 2.3;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1rem;
  text-decoration-color: rgba(111, 207, 168, 0.4);
  text-underline-offset: -0.2rem;
  text-decoration-skip-ink: none;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top-consortium__purpose-text {
    margin-bottom: 40px;
  }
}
.top-consortium__purpose-text .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-consortium__purpose-text .sp_only {
    display: block;
  }
}
.top-consortium__initiative-ttl {
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-consortium__initiative-ttl {
    font-size: 95%;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .top-consortium__initiative-ttl {
    font-size: 165%;
    text-align: center;
  }
}
.top-consortium__initiative-text {
  font-size: inherit;
  line-height: 2.3;
}
.top-consortium .bg-green {
  background: linear-gradient(-45deg, #78dba2 65%, #74b3cc);
  color: #fff;
}/*# sourceMappingURL=style.css.map */