@charset "UTF-8";
/** @format */
/** @format */
/** @format */
/** @format */
/** @format */
/** @format */
/** @format */
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%;
  vertical-align: baseline;
}

main {
  display: block;
}

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;
  vertical-align: top;
}

address {
  font-style: normal;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

a:focus {
  outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #ccc;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

button {
  border: none;
  background: none;
  display: block;
  cursor: pointer;
}

textarea,
input {
  box-sizing: border-box;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

button,
a {
  text-decoration: none;
  opacity: 1;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

html {
  /*overflow-y: scroll;*/
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img {
  border: 0px none;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}

/* End hide from IE-mac */
form {
  display: inline;
}

a:focus,
*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

* {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

details summary {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
details summary::-webkit-details-marker {
  display: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/** @format */
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #e9f0f5;
}
*::-webkit-scrollbar-thumb {
  background: #0045a1;
  border-radius: 8px;
}

html {
  font-size: 2.6666666667vw;
  width: 100%;
  height: 100%;
  height: -webkit-fill-availabel;
  min-height: 100%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.302083vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (min-width: 1281px) {
  html {
    font-size: 0.694444vw;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}

/* 基本設定*/
body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  color: #333;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-stretch: 50%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  text-align: justify;
  line-height: 1.571;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}

button,
a {
  color: inherit;
}

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

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

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

.u-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

/** @format */
.l-footer {
  padding: 6.6rem 0 0;
}
@media screen and (min-width: 992px) {
  .l-footer {
    padding: 8.8rem 0 0;
  }
}
.l-footer .l-footer__schema {
  padding: 0 1.9rem 5.1rem;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__schema {
    padding: 0 1.9rem 6.9rem;
    display: flex;
    justify-content: space-between;
  }
}
.l-footer .l-footer__schema .c-fixSchedule__schedule {
  margin-top: 1.4rem;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__schema .c-fixSchedule__schedule {
    margin-top: 0.8rem;
  }
}
.l-footer .l-footer__schema .c-fixSchedule__schedule .-figcaption {
  margin-top: 1.1rem;
  padding-left: 0.5rem;
}
.l-footer .l-footer__schema .c-fixSchedule__schedule .-figcaption .fc-blue {
  margin-right: 0.6rem;
}
.l-footer .l-footer__schema .l-footer__schema__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 71.6%;
  margin-top: 2.4rem;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__schema .l-footer__schema__map {
    width: 49.3%;
    padding-top: 40.2%;
    margin-top: 4rem;
  }
}
.l-footer .l-footer__schema .l-footer__schema__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer .l-footer__logo {
  width: 19.5rem;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__logo {
    margin-top: 4rem;
    width: 25.8rem;
    margin-left: 0.6rem;
  }
}
.l-footer .l-footer__address {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2.4rem;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__address {
    margin-top: 2.3rem;
    line-height: 1.6;
    justify-content: flex-start;
  }
}
.l-footer .l-footer__address .-link {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__address .-link {
    font-size: 1.6rem;
    margin-left: 2rem;
  }
}
.l-footer .l-footer__address .-bg {
  fill: #0020c4;
}
.l-footer .l-footer__address .-arrow {
  fill: #fff;
}
.l-footer .l-footer__tel {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  font-size: 2.8rem;
}
.l-footer .l-footer__tel svg {
  width: 2rem;
  fill: #0020c4;
  margin-right: 0.7rem;
}
.l-footer .l-footer__menu {
  position: relative;
  padding: 0 1.9rem 0;
  border-top: 1px solid #e0e0e0;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__menu {
    max-width: 100%;
  }
}
.l-footer .l-footer__menu .pagetop {
  position: fixed;
  top: calc(100% - 7.3rem);
  right: 1rem;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #0020c4;
  transition: top 0s ease, opacity 0.3s ease;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__menu .pagetop {
    top: calc(100% - 8.2rem);
    right: 4.8rem;
    width: 6rem;
    height: 6rem;
    border: 2px solid #194b9f;
  }
}
.-scroll .l-footer .l-footer__menu .pagetop {
  opacity: 1;
}
.l-footer .l-footer__menu .pagetop.-active {
  position: absolute;
  top: -1.9rem;
  bottom: auto;
  right: 1rem;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__menu .pagetop.-active {
    top: -2.9rem;
    right: 4.8rem;
  }
}
.l-footer .l-footer__menu .pagetop svg {
  width: 1.6rem;
  position: relative;
  top: -0.1rem;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__menu .pagetop svg {
    width: 3.2rem;
    top: -0.2rem;
  }
}
.l-footer .l-footer__menu .l-footer__menu__content {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__menu .l-footer__menu__content {
    position: relative;
    width: 100%;
    max-width: 123rem;
    padding: 0 1.5rem;
    margin: 4.6rem auto 0;
  }
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__menu .l-footer__menu__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 0.7fr;
    grid-template-rows: 1fr 1fr;
  }
}
.l-footer .l-footer__menu .l-footer__menu__item {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__menu .l-footer__menu__item {
    border-bottom: none;
  }
  .l-footer .l-footer__menu .l-footer__menu__item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .l-footer .l-footer__menu .l-footer__menu__item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .l-footer .l-footer__menu .l-footer__menu__item:nth-child(3) {
    grid-column: 3/4;
    grid-row: 1/3;
  }
  .l-footer .l-footer__menu .l-footer__menu__item:nth-child(4) {
    grid-column: 4/5;
    grid-row: 1/3;
  }
}
.l-footer .l-footer__menu .l-footer__menu__item .-details {
  width: 100%;
  height: 100%;
}
.l-footer .l-footer__menu .l-footer__menu__item .-link,
.l-footer .l-footer__menu .l-footer__menu__item .-summary {
  display: flex;
  align-items: center;
  padding: 1.3rem 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__menu .l-footer__menu__item .-link,
.l-footer .l-footer__menu .l-footer__menu__item .-summary {
    height: auto;
  }
}
.l-footer .l-footer__menu .l-footer__menu__item .-list {
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 0.6);
  line-height: 2.083;
  padding-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__menu .l-footer__menu__item .-list {
    font-size: 1.4rem;
    line-height: 2.583;
  }
}
.l-footer .l-footer__menu .l-footer__menu__item .-list .-item {
  padding-left: 1.3rem;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer__menu .l-footer__menu__item .-list .-item {
    padding-left: 0;
  }
}
.l-footer .l-footer__menu .l-footer__menu__item .-list .-item a {
  display: block;
}
.l-footer .copyright {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  padding: 2rem 1.5rem 2.2rem;
}
@media screen and (min-width: 992px) {
  .l-footer .copyright {
    justify-content: flex-end;
    font-size: 1.4rem;
    padding: 0 1.5rem 2.2rem;
    max-width: 120rem;
    margin: 0 auto;
  }
}

.l-fotter-recruit {
  position: relative;
  padding: 6.1rem 0 6.4rem;
  background-color: #ebf5f9;
}
@media screen and (min-width: 992px) {
  .l-fotter-recruit {
    padding: 7.9rem 0 8.1rem;
  }
}
.l-fotter-recruit .l-fotter-recruit__subline {
  margin-top: 2.2rem;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-fotter-recruit .l-fotter-recruit__subline {
    margin-top: 0.9rem;
  }
}
.l-fotter-recruit .c-btn {
  position: relative;
  width: 73%;
  max-width: 38rem;
  margin: 3.1rem auto 0;
  padding: 1.7rem 1rem;
}
@media screen and (min-width: 992px) {
  .l-fotter-recruit .c-btn {
    margin: 3.5rem auto 0;
    padding: 1.1rem 1rem;
  }
}
.l-fotter-recruit .c-btn svg {
  position: absolute;
  top: calc(50% - 1.4rem);
  right: 1rem;
}

/* ==============================
        form.scss
================================= */
input[type=text] {
  border: 1px solid #ccc;
  border-radius: 1rem;
  background-color: #f7fafb;
  padding: 0.7em 1.8em 0.8em;
}

input[type=password] {
  border: 1px solid #ccc;
  border-radius: 1rem;
  background-color: #f7fafb;
  padding: 0.7em 1.8em 0.8em;
}

input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 3.3rem;
}
input[type=radio] + span::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0.1em;
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #dadad8;
  border-radius: 50%;
}
input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.2em);
  left: 0.4em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #615d46;
  border-radius: 50%;
  opacity: 0;
}
input[type=radio]:checked + span::after {
  opacity: 1;
}

input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 2.7rem;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  input[type=checkbox] + span {
    padding-left: 3.3rem;
    font-size: 1.6rem;
  }
}
input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.8em);
  left: 0;
  display: block;
  width: 1.45em;
  height: 1.45em;
  border: 1px solid #dadad8;
}
@media screen and (min-width: 992px) {
  input[type=checkbox] + span::before {
    top: calc(50% - 0.5em);
    left: 0.1em;
    width: 1.15em;
    height: 1.15em;
  }
}
input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.3em);
  left: 0.6em;
  display: block;
  width: 0.3em;
  height: 0.55em;
  border-bottom: 1px solid #615d46;
  border-right: 1px solid #615d46;
  transform: rotate(45deg);
  opacity: 0;
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input[type=tel] {
  border: 1px solid #ccc;
  border-radius: 1rem;
  background-color: #f7fafb;
  padding: 0.7em 1.8em 0.8em;
}

input[type=email] {
  border: 1px solid #ccc;
  border-radius: 1rem;
  background-color: #f7fafb;
  padding: 0.7em 1.8em 0.8em;
}

.c-select {
  position: relative;
}
.c-select::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 1.7em;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-bottom: 2px solid #0020c4;
  border-right: 2px solid #0020c4;
  transform: rotate(45deg);
}
.c-select select {
  border: 1px solid #ccc;
  border-radius: 1rem;
  background-color: #f7fafb;
  padding: 1.2em 3.6em 1.3em 1.8em;
}
.c-file {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ececeb;
  box-shadow: 0 0 0.3rem 0.1rem rgba(121, 121, 121, 0.3);
  min-width: 12.9em;
  border-radius: 5em;
  padding: 0.7em 2.9em 0.7em 2.1em;
}
.c-file::before {
  content: "";
  position: absolute;
  top: calc(50%);
  right: 1.4em;
  display: block;
  width: 0.8em;
  height: 1px;
  background-color: #333;
}
.c-file::after {
  content: "";
  position: absolute;
  top: calc(50%);
  right: 1.4em;
  display: block;
  width: 0.8em;
  height: 1px;
  transform: rotate(90deg);
  background-color: #333;
}
.c-file .mwform-file-delete {
  position: absolute;
}
textarea {
  border: 1px solid #ccc;
  border-radius: 1rem;
  background-color: #f7fafb;
  padding: 1em 1.8em 1.1em;
  min-height: 16.25em;
  width: 100%;
}

/* ==============================
        layout
================================= */
.mw_wp_form {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .mw_wp_form {
    font-size: 1.6rem;
  }
}
.mw_wp_form .form-content {
  margin-top: 5.2em;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.9em 0;
}
@media screen and (min-width: 992px) {
  .mw_wp_form .form-content {
    padding: 1.9em 0;
  }
}
.mw_wp_form .form-content__table {
  padding: 0 2.5rem;
  margin: 0 auto;
  max-width: 105rem;
  margin-top: 4.5rem;
}
.mw_wp_form .form_tr {
  margin-bottom: 1rem;
  padding-top: 2rem;
}
@media screen and (min-width: 992px) {
  .mw_wp_form .form_tr {
    display: flex;
  }
}
.mw_wp_form .form_tr:not(:first-child) {
  border-top: 1px solid #0020c4;
}
.mw_wp_form .form_tr.-officer {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  padding: 0;
  margin: 0;
  border-top: 0px solid #0020c4;
}
.mw_wp_form .form_tr.-officer.-active {
  max-height: 15rem;
  padding-top: 2rem;
  margin-bottom: 1rem;
  border-top: 1px solid #0020c4;
}
.mw_wp_form .form_tr .-address {
  display: flex;
  align-items: center;
}
.mw_wp_form .form_tr .-address:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .mw_wp_form .form_tr .-address.-zip {
    width: 30rem;
  }
  .mw_wp_form .form_tr .-address.-zip input {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .mw_wp_form .form_tr .-address.-region {
    width: 34rem;
  }
}
.mw_wp_form .form_th {
  display: block;
  font-size: 1em;
  line-height: 1.4;
  position: relative;
  font-weight: bold;
  padding: 1.2em 3.4em 1.85em 0.3em;
}
@media screen and (min-width: 992px) {
  .mw_wp_form .form_th {
    min-width: 17.8em;
  }
}
.mw_wp_form .form_th.-required::after {
  content: "必須";
  font-size: 0.88em;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 1.4em;
  display: block;
  padding: 0.3em 1rem;
  border-radius: 1em;
  color: #fff;
  background: #e06641;
}
.mw_wp_form .form_td {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .mw_wp_form .form_td {
    padding-left: 0.9em;
    max-width: calc(100% - 17.8em);
  }
}
.mw_wp_form .form_td .c-select select {
  width: 100%;
  padding: 0.8em 3.6em 0.8em 1.8em;
}
.mw_wp_form .form_td input {
  width: 100%;
}
.mw_wp_form .form_td input[name=zip] {
  width: calc(100% - 3em);
}
.mw_wp_form .form_td .-filesText {
  font-size: 0.88em;
  line-height: 1.857;
  margin-top: 0.85em;
  letter-spacing: 0em;
}
.mw_wp_form .form_td .-policy a {
  color: #0020c4;
  text-decoration: underline;
}
.mw_wp_form .form_submitWrap, .mw_wp_form .form_areaBtn {
  margin-top: 6.8rem;
}
@media screen and (min-width: 992px) {
  .mw_wp_form .form_submitWrap, .mw_wp_form .form_areaBtn {
    display: flex;
    justify-content: center;
  }
}
.mw_wp_form .form_submitWrap .form_submit, .mw_wp_form .form_areaBtn .form_submit {
  position: relative;
  display: flex;
  justify-content: center;
  width: calc(100% - 3.2rem);
  max-width: 30rem;
  margin: 0 auto;
  border-radius: 5rem;
  background-color: #0020c4;
  color: #fff;
  padding: 1.6rem 1rem;
  border: 1px solid #0020c4;
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media (hover: hover) and (pointer: fine) {
  .mw_wp_form .form_submitWrap .form_submit:hover, .mw_wp_form .form_areaBtn .form_submit:hover {
    background-color: #fff;
    color: #0020c4;
  }
}
.mw_wp_form .form_submitWrap .form_submit::after, .mw_wp_form .form_areaBtn .form_submit::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.825em);
  right: 0.8em;
  display: inline-block;
  width: 1.65em;
  height: 1.65em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%3E%3C%2Fcircle%3E%20%3Cpath%20fill%3D%22%232679CD%22%20d%3D%22M8.4%2C15.1c-0.3%2C0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1%2C0-1.4l3.3-3.3L7.7%2C6.8c-0.4-0.4-0.4-1%2C0-1.4s1-0.4%2C1.4%2C0l4%2C4%20c0.2%2C0.2%2C0.3%2C0.4%2C0.3%2C0.7s-0.1%2C0.5-0.3%2C0.7l-4%2C4C8.9%2C15%2C8.7%2C15.1%2C8.4%2C15.1z%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (min-width: 992px) {
  .mw_wp_form .form_submitWrap .form_submit::after, .mw_wp_form .form_areaBtn .form_submit::after {
    top: calc(50% - 0.85em);
    right: 1em;
    width: 1.9em;
    height: 1.9em;
  }
}
.mw_wp_form .form_submitWrap .form_submit.-back, .mw_wp_form .form_areaBtn .form_submit.-back {
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 992px) {
  .mw_wp_form .form_submitWrap .form_submit.-back, .mw_wp_form .form_areaBtn .form_submit.-back {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}

.mw_wp_form_preview .c-select::before {
  display: none;
}

/** @format */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 1.2rem 1rem;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (min-width: 1281px) {
  .l-header {
    padding: 2.9rem 4.4rem;
    background-color: inherit;
  }
}
.l-header .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header .l-header__logo {
  width: 41.2rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  pointer-events: auto;
  transition: width 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (min-width: 1281px) {
  .l-header .l-header__logo {
    width: 41.2rem;
  }
}
.l-header .l-header__logo .l-header__logo-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.l-header .l-header__logo svg {
  width: 17.2rem;
}
.l-header .l-header__nav {
  display: none;
}
@media screen and (min-width: 1281px) {
  .l-header .l-header__nav {
    display: flex;
    align-items: center;
  }
}
.l-header .l-header__nav .l-header__list {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-right: 2rem;
}
@media screen and (min-width: 1920px) {
  .l-header .l-header__nav .l-header__list {
    gap: 4.9rem;
    margin-right: 4.9rem;
  }
}
.l-header .l-header__nav .header__nav__link {
  pointer-events: auto;
  transition: color 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-header .l-header__nav .header__nav__link:hover {
    color: #0020c4;
  }
  .l-header .l-header__nav .header__nav__link:hover .-icon {
    animation: push 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  }
}
.l-header .l-header__nav .header__nav__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20rem;
  padding: 0.4rem 3.1rem 0.4rem 2.3rem;
  border-radius: 4rem;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  pointer-events: auto;
  background-color: #194b9f;
  border: 2px solid #194b9f;
  color: #fff;
}
.l-header .l-header__nav .header__nav__btns svg {
  width: 2rem;
  height: 2rem;
  fill: #fff;
}
.hamburger {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 4.5rem;
  right: 1.3rem;
  pointer-events: all;
  border-radius: 0.8rem;
  background-color: #379fc8;
  font-size: 1rem;
  letter-spacing: -0.1em;
  padding: 1.1rem 0.7rem 0.4rem;
  gap: 0.2rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 1281px) {
  .hamburger {
    display: none;
  }
}
.hamburger::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 1px solid #fff;
  border-radius: 0.5rem;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100%;
  background: #fff;
  overflow: hidden;
  /* opacity: 0; */
  pointer-events: none;
  transition: transform 0.5s ease;
  transform: translateX(100%);
}
.menu[aria-expanded=true] {
  transform: translateX(0);
  pointer-events: auto;
}
@media screen and (min-width: 1281px) {
  .menu {
    display: none;
  }
}
.menu .menu__inner {
  height: 100%;
  padding: 8.2rem 1.5rem 5rem;
  overflow-y: scroll;
}
.menu .menu__nav .menu__nav__list {
  margin-bottom: 6.5rem;
}
.menu .menu__nav .menu__nav__item {
  border-bottom: 1px solid #f0f0f0;
}
.menu .menu__nav .menu__nav__item .-link {
  position: relative;
  display: block;
  font-size: 1.4rem;
  padding: 2rem 1.4rem 2rem 0.5rem;
  letter-spacing: 0.08em;
}
.menu .menu__nav .menu__nav__item .-summary {
  transition: all 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.menu .menu__nav .menu__nav__item .-summary::before {
  content: "";
  position: absolute;
  top: 3rem;
  right: 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #0020c4;
  border-left: 1px solid #0020c4;
  transform: rotate(-135deg);
  transition: transform 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.menu .menu__nav .menu__nav__item .-blocks {
  margin-top: -1.2rem;
  padding-bottom: 2.2rem;
}
.menu .menu__nav .menu__nav__item .-details[open] .-summary::before {
  transform: rotate(45deg);
}
.menu .menu__nav .menu__nav__item .-subline {
  position: relative;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.menu .menu__nav .menu__nav__item .-subline::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: -0.1em;
  display: block;
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  background-color: #0020c4;
}
.menu .menu__nav .menu__nav__item .-textlink {
  font-size: 1.4rem;
  line-height: 2.179;
  letter-spacing: 0.1em;
}
.menu .menu__nav .menu__nav__item .-textlink a {
  padding-left: 1.6rem;
  color: #9a9a9a;
}
.menu .menu__nav .menu__nav__item .-box {
  margin-top: 1.4rem;
  padding-bottom: 1.9rem;
}
.menu .menu__nav .c-btn {
  padding: 2rem 4.5rem;
}

/** @format */
body {
  opacity: 0;
  transition: all 0.6s ease;
  background: #0020c4;
  color: #fff;
}
body.loaded {
  opacity: 1;
}

.c-wrap {
  position: relative;
  width: 100%;
  max-width: 123rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.c-wrapper {
  position: relative;
  width: 100%;
  max-width: 99rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.l-page-mv.-mini .l-page-mv__bg {
  height: 17rem;
}
@media screen and (min-width: 992px) {
  .l-page-mv.-mini .l-page-mv__bg {
    height: 20rem;
  }
}
.l-page-mv.-mini .l-page-mv__headline {
  padding: 6rem 1rem 5.3rem 3.2rem;
}
@media screen and (min-width: 992px) {
  .l-page-mv.-mini .l-page-mv__headline {
    padding: 6rem 1rem 5.3rem 12.5rem;
  }
}
.l-page-mv .l-page-mv__wrap {
  position: relative;
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .l-page-mv .l-page-mv__wrap {
    padding: 0 5rem;
  }
}
.l-page-mv .l-page-mv__bg {
  position: absolute;
  top: 0;
  left: 1.5rem;
  z-index: 0;
  width: calc(100% - 3rem);
  height: 24rem;
  border-radius: 3rem;
  overflow: hidden;
  background-color: #e1ecf7;
}
@media screen and (min-width: 992px) {
  .l-page-mv .l-page-mv__bg {
    left: 5rem;
    width: calc(100% - 10rem);
    height: 40rem;
  }
}
.l-page-mv .l-page-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-page-mv .l-page-mv__headline {
  padding: 9.6rem 1rem 8rem;
}
@media screen and (min-width: 992px) {
  .l-page-mv .l-page-mv__headline {
    padding: 15.2rem 1rem 16rem 12.5rem;
  }
}

.c-breadcrumb {
  display: flex;
  margin-top: 1.7rem;
}
.c-breadcrumb li {
  position: relative;
  font-size: 1.4rem;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: calc(50%);
}
.c-breadcrumb li a {
  position: relative;
  color: #203b8c;
}
.c-breadcrumb li a::after {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #203b8c;
  transform: translateX(0);
  transform-origin: left bottom;
  transition: 0.3s transform cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.c-breadcrumb li:not(:first-child) {
  padding-left: 2.5rem;
}
.c-breadcrumb li:not(:first-child) a {
  color: #333;
}
.c-breadcrumb li:not(:first-child) a::after {
  display: none;
}
.c-breadcrumb li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0.5rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
@media screen and (min-width: 992px) {
  .c-breadcrumb li:not(:first-child)::before {
    top: 1.1rem;
  }
}

.c-archive {
  border-top: 1px solid #e0e0e0;
}
.c-archive .c-archive__item {
  border-bottom: 1px solid #e0e0e0;
}
.c-archive .c-archive__item a {
  display: flex;
  flex-flow: column;
  padding: 2.8rem 0.6rem 2.6rem;
}
.c-archive .c-archive__item .c-archive__schema {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
.c-archive .c-archive__item .c-archive__schema .-time {
  font-size: 1.6rem;
}
.c-archive .c-archive__item .c-archive__schema .-new {
  font-size: 1.3rem;
  border: 1px solid #adadad;
  border-radius: 0.5rem;
  padding: 0.4rem 0.7rem;
  line-height: 1;
  text-transform: uppercase;
  margin-left: 1.5rem;
}
.c-archive .c-archive__item .c-archive__ttl {
  margin-top: 0.4rem;
}

.navigation {
  margin-top: 8.5rem;
}
.navigation .wp-pagenavi {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 7rem;
}
@media screen and (min-width: 992px) {
  .navigation .wp-pagenavi {
    padding: 0 10rem;
  }
}
.navigation .wp-pagenavi .previouspostslink,
.navigation .wp-pagenavi .nextpostslink {
  position: absolute;
  top: 0;
  width: 7rem;
  height: 100%;
  display: flex;
  align-items: center;
  color: #0020c4;
}
@media screen and (min-width: 992px) {
  .navigation .wp-pagenavi .previouspostslink,
.navigation .wp-pagenavi .nextpostslink {
    width: 10rem;
  }
}
.navigation .wp-pagenavi .previouspostslink::before,
.navigation .wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.2rem);
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22rgb(32%2C%2059%2C%20140)%22%3E%20%3Cpath%20d%3D%22M26%2C39.2c-0.5%2C0-1-0.2-1.4-0.6c-0.8-0.8-0.8-2%2C0-2.8L36.2%2C24L24.6%2C12.4c-0.8-0.8-0.8-2%2C0-2.8c0.8-0.8%2C2-0.8%2C2.8%2C0l13%2C13%20c0.8%2C0.8%2C0.8%2C2%2C0%2C2.8l-13%2C13.2C27%2C39%2C26.5%2C39.2%2C26%2C39.2z%22%2F%3E%20%3Cpath%20d%3D%22M28%2C26H9c-1.1%2C0-2-0.9-2-2s0.9-2%2C2-2h19c1.1%2C0%2C2%2C0.9%2C2%2C2S29.1%2C26%2C28%2C26z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}
.navigation .wp-pagenavi .previouspostslink {
  left: 0;
  padding-left: 3.5rem;
}
@media screen and (min-width: 992px) {
  .navigation .wp-pagenavi .previouspostslink {
    padding-left: 4.4rem;
  }
}
.navigation .wp-pagenavi .previouspostslink::before {
  left: 0;
  transform: scaleX(-1);
  transition: transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media (hover: hover) and (pointer: fine) {
  .navigation .wp-pagenavi .previouspostslink:hover::before {
    transform: scaleX(-1) translateX(0.5rem);
  }
}
.navigation .wp-pagenavi .nextpostslink {
  right: 0;
  padding-right: 3.5rem;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .navigation .wp-pagenavi .nextpostslink {
    padding-right: 3.1rem;
  }
}
.navigation .wp-pagenavi .nextpostslink::before {
  right: 0;
  transition: transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media (hover: hover) and (pointer: fine) {
  .navigation .wp-pagenavi .nextpostslink:hover::before {
    transform: translateX(0.5rem);
  }
}
.navigation .wp-pagenavi .page,
.navigation .wp-pagenavi .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 0.6rem;
  border: 2px solid #0020c4;
  border-radius: 50%;
  font-family: "Cabin";
  color: #0020c4;
  background-color: #fff;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (min-width: 992px) {
  .navigation .wp-pagenavi .page,
.navigation .wp-pagenavi .current {
    width: 4.7rem;
    height: 4.7rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .navigation .wp-pagenavi .page:hover,
.navigation .wp-pagenavi .current:hover {
    background-color: #0020c4;
    color: #fff;
  }
}
.navigation .wp-pagenavi .current {
  background-color: #0020c4;
  color: #fff;
}

.c-front-search__content {
  margin-top: 4.5rem;
}
@media screen and (min-width: 992px) {
  .c-front-search__content {
    margin-top: 2.9rem;
  }
}
.c-front-search__content.-theme {
  margin-top: 4rem;
}
@media screen and (min-width: 992px) {
  .c-front-search__content.-theme {
    margin-top: 9.6rem;
  }
}
.c-front-search__content.-theme .c-front-search__content__item .-link {
  padding: 1.6rem 1.5rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .c-front-search__content.-theme .c-front-search__content__item .-link {
    padding: 2.8rem 1.5rem 2.4rem;
  }
}
.c-front-search__content .c-front-search__content__headline {
  display: flex;
  align-items: flex-end;
  padding: 0 0.5rem;
  line-height: 1.4;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .c-front-search__content .c-front-search__content__headline {
    padding: 0 1rem 2.3rem;
    font-size: 2.4rem;
  }
}
.c-front-search__content .c-front-search__content__headline svg {
  fill: #0020c4;
  width: 1.8rem;
  margin-right: 1rem;
}
@media screen and (min-width: 992px) {
  .c-front-search__content .c-front-search__content__headline svg {
    width: 2.2rem;
    margin-right: 1.2rem;
  }
}
.c-front-search__content .c-front-search__content__list {
  border-top: 1px solid #e0e0e0;
  margin-top: 1.4rem;
}
@media screen and (min-width: 992px) {
  .c-front-search__content .c-front-search__content__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 4rem;
  }
}
.c-front-search__content .c-front-search__content__item {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 992px) {
  .c-front-search__content .c-front-search__content__item {
    width: calc(100% / 3 - 2.8rem);
  }
}
.c-front-search__content .c-front-search__content__item .-link {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1rem 1.5rem 1rem;
}
@media screen and (min-width: 992px) {
  .c-front-search__content .c-front-search__content__item .-link {
    padding: 2.7rem 1.8rem 2.4rem;
  }
}
.c-front-search__content .c-front-search__content__item .-figure {
  width: 6rem;
  height: 6rem;
  background-color: #ebf5f9;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .c-front-search__content .c-front-search__content__item .-figure {
    width: 12rem;
    height: 12rem;
  }
}
.c-front-search__content .c-front-search__content__item .-article {
  position: relative;
  width: calc(100% - 6rem);
  padding-top: 0.5rem;
  padding-left: 2.5rem;
}
@media screen and (min-width: 992px) {
  .c-front-search__content .c-front-search__content__item .-article {
    width: calc(100% - 12rem);
    padding-top: 0.5rem;
    padding-left: 2.9rem;
  }
}
.c-front-search__content .c-front-search__content__item .-headline {
  font-size: 1.6rem;
  padding-right: 4rem;
}
@media screen and (min-width: 992px) {
  .c-front-search__content .c-front-search__content__item .-headline {
    padding-right: 3.5rem;
    line-height: 1.7;
  }
}
.c-front-search__content .c-front-search__content__item .-text {
  margin-top: 0.5rem;
  font-size: 1.3rem;
}
.c-front-search__content .c-front-search__content__item .-icon {
  top: 0.5rem;
  right: 0;
  width: 2.7rem;
  height: 2.7rem;
}
.c-front-search__content .c-front-search__content__item .-icon .-bg {
  fill: #0020c4;
}
.c-front-search__content .c-front-search__content__item .-icon .-arrow {
  fill: #fff;
}

.p-about-flow__content__list .p-about-flow__content__item {
  position: relative;
  background-color: #fff;
  padding: 2.4rem 0;
  border-radius: 2rem;
}
@media screen and (min-width: 992px) {
  .p-about-flow__content__list .p-about-flow__content__item {
    padding: 5rem 0 4rem;
  }
}
.p-about-flow__content__list .p-about-flow__content__item:not(:first-child) {
  margin-top: 3.6rem;
}
@media screen and (min-width: 992px) {
  .p-about-flow__content__list .p-about-flow__content__item:not(:first-child) {
    margin-top: 7rem;
  }
}
.p-about-flow__content__list .p-about-flow__content__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -2.7rem;
  left: calc(50% - 0.8rem);
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22%23194B9F%22%3E%3Cpath%20d%3D%22M24.1%2C32.5c-1.6%2C0-2.8-1.3-2.8-2.8V2.8c0-1.6%2C1.3-2.8%2C2.8-2.8c1.6%2C0%2C2.8%2C1.3%2C2.8%2C2.8v26.8%20C26.9%2C31.2%2C25.6%2C32.5%2C24.1%2C32.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M24.1%2C48c-0.7%2C0-1.4-0.3-2-0.8L3.4%2C28.8c-1.1-1.1-1.1-2.9%2C0-4c1.1-1.1%2C2.9-1.1%2C4%2C0L24%2C41.2l16.4-16.4%20c1.1-1.1%2C2.9-1.1%2C4%2C0c1.1%2C1.1%2C1.1%2C2.9%2C0%2C4L26%2C47.2C25.5%2C47.7%2C24.8%2C48%2C24.1%2C48z%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (min-width: 992px) {
  .p-about-flow__content__list .p-about-flow__content__item:not(:first-child)::before {
    top: -4.8rem;
    left: calc(50% - 1.2rem);
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-about-flow__content__list .p-about-flow__content__item .-inner {
  padding: 0 1.5rem;
}
@media screen and (min-width: 992px) {
  .p-about-flow__content__list .p-about-flow__content__item .-inner {
    display: flex;
    margin: 0 auto;
    max-width: 113rem;
    width: 100%;
    gap: 6rem;
  }
}
.p-about-flow__content__list .p-about-flow__content__item .-content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-about-flow__content__list .p-about-flow__content__item .-content {
    width: calc(100% - 36rem);
    line-height: 2;
    padding: 1rem 0;
  }
}
.p-about-flow__content__list .p-about-flow__content__item .-headline {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .p-about-flow__content__list .p-about-flow__content__item .-headline {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.p-about-flow__content__list .p-about-flow__content__item .-subline {
  font-size: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 992px) {
  .p-about-flow__content__list .p-about-flow__content__item .-subline {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}
.p-about-flow__content__list .p-about-flow__content__item .-num {
  margin-right: 0.5em;
}
@media screen and (min-width: 992px) {
  .p-about-flow__content__list .p-about-flow__content__item .-num {
    font-size: 2.4rem;
    margin-right: 0.9rem;
  }
}
.p-about-flow__content__list .p-about-flow__content__item .-figure {
  width: 100%;
  margin-top: 1.4rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-about-flow__content__list .p-about-flow__content__item .-figure {
    width: 30rem;
    height: 17.8rem;
    margin-top: 0;
  }
}
.p-about-flow__content__list .p-about-flow__content__item .-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-flow__content__list .p-about-flow__content__item .-figure.-bottom {
  margin-top: 1.7rem;
}

*[data-san=true] {
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
*[data-san=true].is-active {
  opacity: 1;
  transform: translateY(0);
}
*[data-san=lists] li {
  opacity: 0;
  transform: translateY(0.6rem);
  transition: all 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
*[data-san=lists] li:nth-child(1) {
  transition-delay: 0.15s;
}
*[data-san=lists] li:nth-child(2) {
  transition-delay: 0.3s;
}
*[data-san=lists] li:nth-child(3) {
  transition-delay: 0.45s;
}
*[data-san=lists] li:nth-child(4) {
  transition-delay: 0.6s;
}
*[data-san=lists] li:nth-child(5) {
  transition-delay: 0.75s;
}
*[data-san=lists] li:nth-child(6) {
  transition-delay: 0.9s;
}
*[data-san=lists] li:nth-child(7) {
  transition-delay: 1.05s;
}
*[data-san=lists] li:nth-child(8) {
  transition-delay: 1.2s;
}
*[data-san=lists] li:nth-child(9) {
  transition-delay: 1.35s;
}
*[data-san=lists] li:nth-child(10) {
  transition-delay: 1.5s;
}
*[data-san=lists] li:nth-child(11) {
  transition-delay: 1.65s;
}
*[data-san=lists] li:nth-child(12) {
  transition-delay: 1.8s;
}
*[data-san=lists] li:nth-child(13) {
  transition-delay: 1.95s;
}
*[data-san=lists] li:nth-child(14) {
  transition-delay: 2.1s;
}
*[data-san=lists].is-active li {
  opacity: 1;
  transform: translateY(0);
}

/**
 * /* 下線がうにょんってなって、うにょんってなるアニメーション
 *
 * @format
 */
@keyframes linkborder {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50.1% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
/* 回転のアニメーション */
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  99.9%, to {
    transform: rotate(360deg);
  }
}
/* 矢印が行って帰るアニメーション */
@keyframes c-arrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(50%);
    opacity: 0;
  }
  50.1% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes c-arrow2 {
  0% {
    transform: translateX(0) scaleX(-1);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) scaleX(-1);
    opacity: 0;
  }
  50.1% {
    transform: translateX(50%) scaleX(-1);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleX(-1);
    opacity: 1;
  }
}
@keyframes c-arrow3 {
  0% {
    transform: translateX(0) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: translateX(50%) rotate(45deg);
    opacity: 0;
  }
  50.1% {
    transform: translateX(-50%) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(45deg);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 3.1rem 0.4rem 2.3rem;
  border-radius: 4rem;
  color: #194b9f;
  background-color: #fff;
  border: 2px solid #194b9f;
}
.c-btn .-bg {
  fill: #194b9f;
}
.c-btn .-arrow {
  fill: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    background-color: #194b9f;
    color: #fff;
  }
  .c-btn:hover .-bg {
    fill: #fff;
  }
  .c-btn:hover .-arrow {
    fill: #194b9f;
  }
}

.button-wrapper {
  margin-bottom: 15px;
}

/** @format */
.c-fixSchedule {
  display: none;
}
@media screen and (min-width: 1281px) {
  .c-fixSchedule {
    position: fixed;
    bottom: 12rem;
    right: 0;
    z-index: 10;
    display: flex;
    width: 68.8rem;
    height: 30rem;
    border-radius: 3rem 0 0 3rem;
    background-color: #fff;
    overflow: hidden;
    transform: translateX(60.8rem);
    transition: transform 1s cubic-bezier(0.55, 0.05, 0.22, 0.99);
    box-shadow: 0.4rem 0 1rem rgba(138, 143, 147, 0.16);
  }
}
.c-fixSchedule.-active {
  transform: translateX(0);
}
.c-fixSchedule .c-fixSchedule__btn {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 8rem;
  padding: 1rem 3rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  transition: background-color 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media (hover: hover) and (pointer: fine) {
  .c-fixSchedule .c-fixSchedule__btn:hover {
    background-color: #fafafa;
  }
}
.c-fixSchedule .c-fixSchedule__btn svg {
  width: 2.1rem;
  height: 2.1rem;
  fill: #379fc8;
  margin-bottom: 0.5rem;
}
.c-fixSchedule .c-fixSchedule__btn span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.c-fixSchedule .c-fixSchedule__content {
  display: block;
  width: calc(100% - 8rem);
  padding: 1rem 1rem;
}
.c-fixSchedule .c-fixSchedule__schema {
  padding: 1rem 0.4rem;
  line-height: 1.8;
}
.c-fixSchedule .c-fixSchedule__schema .-dl {
  display: flex;
}
.c-fixSchedule .c-fixSchedule__schema .-dl dd {
  margin-left: 1.1rem;
}

.c-fixSchedule__schedule .-table th {
  vertical-align: middle;
  width: 23%;
  height: 4.2rem;
  padding: 0 0.5rem;
  letter-spacing: 0.055em;
}
@media screen and (min-width: 992px) {
  .c-fixSchedule__schedule .-table th {
    width: 14rem;
    height: 6.5rem;
    padding: 0 1.1rem;
  }
}
.c-fixSchedule__schedule .-table td {
  width: calc((100% - 23%) / 8);
  height: 4.2rem;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .c-fixSchedule__schedule .-table td {
    width: 4.8rem;
    height: 6.4rem;
  }
}
@media screen and (min-width: 992px) {
  .c-fixSchedule__schedule .-table td:last-child {
    padding-left: 0.7rem;
    width: 6.3rem;
  }
}
.c-fixSchedule__schedule .-table td:last-child::after {
  width: calc(100% - 0.5rem);
}
@media screen and (min-width: 992px) {
  .c-fixSchedule__schedule .-table td:last-child::after {
    width: calc(100% - 1rem);
  }
}
.c-fixSchedule__schedule .-tbody th {
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  .c-fixSchedule__schedule .-tbody th {
    font-size: 1.6rem;
  }
}
.c-fixSchedule__schedule .-tbody td {
  font-size: 1rem;
  color: #379fc8;
}
@media screen and (min-width: 992px) {
  .c-fixSchedule__schedule .-tbody td {
    font-size: 1.4rem;
  }
}
.c-fixSchedule__schedule td,
.c-fixSchedule__schedule th {
  position: relative;
}
.c-fixSchedule__schedule td::after,
.c-fixSchedule__schedule th::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

/** @format */
.c-headline01 {
  position: relative;
  font-size: 2.5rem;
  color: #194b9f;
  line-height: 1.4;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .c-headline01 {
    font-size: 4rem;
    line-height: 1.6;
  }
}
.c-headline01::before {
  content: attr(data-ruby);
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Cabin";
  color: #379fc8;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .c-headline01::before {
    font-size: 1.8rem;
  }
}
.c-headline01.-left {
  display: block;
}
.c-headline01.-left::before {
  display: block;
}

.c-headline02 {
  position: relative;
  font-size: 1.8rem;
  padding-left: 2.1rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .c-headline02 {
    font-size: 2.6rem;
  }
}
.c-headline02::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0.4rem;
  display: block;
  width: 0.4rem;
  height: calc(100% - 1.1em);
  background-color: #203b8c;
  border-radius: 1em;
}

.c-headline03 {
  border-radius: 1rem;
  background-color: #ebf5f9;
  font-size: 2rem;
  line-height: 1.385;
  padding: 2rem 3rem;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .c-headline03 {
    font-size: 2.6rem;
  }
}

.c-headline04 {
  font-size: 2.4rem;
  line-height: 1.667;
  padding: 2.3rem 1.2rem;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
}

.c-list {
  line-height: 2.5;
}
.c-list li {
  position: relative;
  padding-left: 2.1rem;
}
.c-list li::after {
  content: "";
  position: absolute;
  top: 1.1em;
  left: 0.8rem;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #50a9cd;
}

.c-faq {
  border-bottom: 1px solid #e0e0e0;
}
.c-faq[open] .c-faq__btn::after {
  bottom: calc(50% - 0.4rem);
  transform: rotate(-135deg);
}
@media screen and (min-width: 992px) {
  .c-faq[open] .c-faq__btn::after {
    top: 4.2rem;
  }
}
.c-faq .c-faq__btn {
  position: relative;
  padding: 2.7rem 6rem 2.8rem 6.9rem;
}
.c-faq .c-faq__btn::before {
  content: "Q";
  position: absolute;
  top: 2.6rem;
  left: 1.2rem;
  border: 2px solid #0020c4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #0020c4;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
}
.c-faq .c-faq__btn::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 0.4rem);
  right: 2.2rem;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 2px solid #0020c4;
  border-right: 2px solid #0020c4;
  transform: rotate(45deg);
  transition: transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99), top 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
@media screen and (min-width: 992px) {
  .c-faq .c-faq__btn::after {
    bottom: auto;
    top: 3.9rem;
  }
}
.c-faq .c-faq__content {
  position: relative;
  margin-top: 0;
  padding: 0;
}
.c-faq .c-faq__content::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 1.2rem;
  border: 2px solid #0020c4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  font-size: 2rem;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0 0 0.4rem;
  color: #0020c4;
}
.c-faq .c-faq__content .c-faq__content__content {
  padding: 0rem 6.6rem 2.2rem 7.1rem;
}

.c-link {
  color: #0020c4;
  text-decoration: underline;
}

/** @format */
.p-front-mv {
  position: relative;
  width: 100%;
  height: 152vw;
  overflow: hidden;
  background: #6376dc;
  background: linear-gradient(141deg, #6376dc 0%, #001fc5 100%);
}
@media screen and (min-width: 992px) {
  .p-front-mv {
    height: 54vw;
  }
}
.p-front-mv .p-front-mv__headline {
  position: absolute;
  top: 22.4vw;
  left: 50%;
  fill: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  text-align: center;
  transform: translateX(-50%);
  letter-spacing: 0.23vw;
}
.p-front-mv .p-front-mv__headline .-subline {
  font-size: 1.8rem;
  transform: scale(0.85, 1);
  transform-origin: center center;
}
.p-front-mv .p-front-mv__headline .-headline {
  font-size: 2.7vw;
  transform: scale(0.85, 1);
  transform-origin: center center;
  line-height: 1.231;
}
.p-front-mv .p-front-mv__headline .-headline span {
  display: block;
}
.p-front-mv .p-front-mv__obj {
  position: absolute;
}
.p-front-mv .p-front-mv__obj.-open {
  z-index: 6;
}
.p-front-mv .p-front-mv__obj.-obj0 {
  top: 2.3vw;
  left: calc(50% - 38.4vw);
}
.p-front-mv .p-front-mv__obj.-obj1 {
  top: 0.8vw;
  right: calc(50% - 19.05vw);
}
.p-front-mv .p-front-mv__obj.-obj2 {
  top: 9.3vw;
  right: calc(50% - 44.1vw);
}
.p-front-mv .p-front-mv__obj.-obj3 {
  top: 19.15vw;
  left: calc(50% - 52.35vw);
}
.p-front-mv .p-front-mv__obj.-obj4 {
  top: 31vw;
  left: calc(50% - 32.3vw);
}
.p-front-mv .p-front-mv__obj.-obj5 {
  top: 31vw;
  right: calc(50% - 25.35vw);
}
.p-front-mv .p-front-mv__obj.-obj6 {
  top: 26.2vw;
  right: calc(50% - 52.75vw);
}
.p-front-mv .p-front-mv__obj .p-front-mv__obj__figure {
  position: relative;
  width: 26.8vw;
}
.p-front-mv .p-front-mv__obj .p-front-mv__obj__figure img {
  transition: opacity 0.3s ease;
  width: 100%;
}
.p-front-mv .p-front-mv__obj .p-front-mv__obj__figure .-figcaption {
  position: absolute;
  top: calc(50% - 0.3rem);
  left: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.6;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.p-front-mv .p-front-mv__obj .p-front-mv__obj__figure .-figcaption::before {
  content: attr(data-ruby);
  display: block;
  font-size: 21px;
  font-family: "Outfit", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.p-front-mv .p-front-mv__obj .p-front-mv__obj__figure .-btn {
  position: absolute;
  bottom: 3.95vw;
  right: 4.1vw;
  width: 2.86vw;
  height: 2.86vw;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0.5rem 0.8rem 0.8rem 0 #1c267c;
}
.p-front-mv .p-front-mv__obj .p-front-mv__obj__figure .-btn .st0 {
  fill: #ffffff;
}
.p-front-mv .p-front-mv__obj .p-front-mv__obj__figure .-btn .st1 {
  fill: #0020c4;
  transition: transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-front-mv .p-front-mv__obj:hover .p-front-mv__obj__figure img, .p-front-mv .p-front-mv__obj:focus .p-front-mv__obj__figure img {
    opacity: 0.5;
  }
  .p-front-mv .p-front-mv__obj:hover .p-front-mv__obj__figure .-figcaption, .p-front-mv .p-front-mv__obj:focus .p-front-mv__obj__figure .-figcaption {
    opacity: 1;
  }
  .p-front-mv .p-front-mv__obj:hover .p-front-mv__obj__figure .-btn, .p-front-mv .p-front-mv__obj:focus .p-front-mv__obj__figure .-btn {
    transform: scale(1.2);
  }
  .p-front-mv .p-front-mv__obj:hover .p-front-mv__obj__figure .-btn .st1, .p-front-mv .p-front-mv__obj:focus .p-front-mv__obj__figure .-btn .st1 {
    animation: c-arrow 0.3s ease;
  }
}

.p-front-dialog .p-front-dialog__close {
  position: absolute;
  top: 1.9rem;
  right: 1.07%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px #1c267c;
  transition: all 0.3s ease;
}
.p-front-dialog .p-front-dialog__close svg {
  width: 50%;
  height: 50%;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .p-front-dialog .p-front-dialog__close:hover {
    transform: scale(1.1);
  }
  .p-front-dialog .p-front-dialog__close:hover svg {
    transform: scale(0.9);
  }
}
.p-front-dialog .p-front-dialog__content {
  position: relative;
  top: -6.5rem;
  max-width: 120rem;
  width: calc(100vw - 3.2rem);
  display: flex;
  background-color: #fff;
  color: #000;
  border-radius: 4rem;
  overflow: hidden;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__schema {
  width: 27.5%;
  background-color: #0020c4;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  padding: 4rem 2.2rem;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__schema .-figure {
  width: 100%;
  height: 23.2rem;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__schema .-tag {
  font-size: 21px;
  font-family: "Outfit";
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1rem;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__schema .-headline {
  font-size: 14px;
  font-weight: bold;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__schema .-text {
  font-size: 14px;
  line-height: 1.5;
  max-width: 23rem;
  margin: 2.3rem auto 0;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__block {
  width: calc(100% - 27.5%);
  padding: 4.8rem 8rem 6rem;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__headline {
  font-size: 4.4rem;
  font-family: "Outfit";
  color: #0020c4;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.091;
  margin-bottom: 3rem;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.3rem 0;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__item {
  width: calc(50% - 1.2rem);
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__item a {
  display: block;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__item a:focus {
  opacity: 0.4;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__item .-figure {
  position: relative;
  width: 100%;
  height: 22rem;
  border-radius: 1rem;
  overflow: hidden;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__item .-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__item .-figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem;
  font-size: 14px;
  font-family: "Outfit";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.286;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: #fff;
  background: #001fc5;
  background: linear-gradient(0deg, #001fc5 0%, rgba(0, 31, 197, 0) 40%);
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__item .-pline {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 3.4rem;
  margin-top: 0.8rem;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__item .-pline::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 1.4rem);
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #0020c4;
  border-radius: 50%;
  overflow: hidden;
}
.p-front-dialog .p-front-dialog__content .p-front-dialog__content__item .-pline::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 0.5rem);
  right: 1.1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .p-front-dialog .p-front-dialog__content .p-front-dialog__content__item a:hover img {
    transform: scale(1.1);
  }
  .p-front-dialog .p-front-dialog__content .p-front-dialog__content__item a:hover .-pline::after {
    animation: c-arrow3 0.3s ease;
  }
}

.myModal {
  position: fixed;
  box-sizing: border-box;
  width: calc(100vw - 32px);
  max-width: 1200px;
  padding: 0;
  border: 0;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.4s, transform 0.4s;
  overflow: inherit;
  background: inherit;
}
.myModal::-webkit-backdrop, .myModal::-webkit-backdrop, .myModal + .backdrop {
  opacity: 0;
  background: #000;
  transition: opacity 0.4s;
}
.myModal::-webkit-backdrop, .myModal::backdrop, .myModal + .backdrop {
  opacity: 0;
  background: #000;
  transition: opacity 0.4s;
}
.myModal.-opening {
  opacity: 1;
  transform: scale(1);
}
.myModal.-opening::-webkit-backdrop, .myModal.-opening::-webkit-backdrop, .myModal.-opening + .backdrop {
  opacity: 0.8;
}
.myModal.-opening::-webkit-backdrop, .myModal.-opening::backdrop, .myModal.-opening + .backdrop {
  opacity: 0.8;
}
.myModal .modal-close {
  position: fixed;
  top: -4.2rem;
  right: 0;
  display: flex;
  width: 4.4rem;
  height: 4.4rem;
}
.myModal video {
  width: 100%;
}

.p-front-soon {
  padding: 32.1rem 0 33.1rem;
  text-align: center;
}
.p-front-soon .p-front-soon__headline {
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.p-front-soon .p-front-soon__subline {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0.6rem;
}
.p-front-soon .p-front-soon__link {
  margin-top: 20.3rem;
}
.p-front-soon .p-front-soon__link a {
  position: relative;
  font-size: 14px;
}
.p-front-soon .p-front-soon__link a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .p-front-soon .p-front-soon__link a:hover::after {
    animation: linkborder 0.3s ease;
  }
}

.p-front-footer {
  font-size: 11px;
  font-family: "Outfit", sans-serif;
  text-align: center;
  opacity: 0.5;
  font-weight: 700;
  padding: 2.2rem 0 4rem;
}

/** @format */
.u-mb10 {
  margin-bottom: 1rem;
}

.fc-cyan {
  color: #379fc8;
}

.fc-blue {
  color: #203b8c;
}

.fs14 {
  font-size: 1.4rem;
}

.ff-kiwi {
  font-family: "Kiwi Maru", serif;
}

.ff-cabin {
  font-family: "Cabin", sans-serif;
}

.-absolute {
  position: absolute;
}

.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .swiper-button-next::after {
  display: none;
}
.swiper .swiper-button-prev::after {
  display: none;
}
.swiper .swiper-pagination-bullet {
  font-family: "cabin";
  margin: 0;
  opacity: 1;
  width: auto;
  height: auto;
  background: inherit;
  color: #0020c4;
}
.swiper > .swiper-scrollbar,
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 9rem;
  height: 0.2rem;
  left: 3.6rem;
  top: auto;
  bottom: 1.5rem;
}
.swiper > .swiper-scrollbar .swiper-scrollbar-drag,
.swiper .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background: #0020c4;
}