@charset "UTF-8";
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

.break {
  display: inline-block;
}

.sp-break {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sp-break {
    display: inline;
  }
}

/*その他と主な共通部分は省略*/
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; /*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*その他と主な共通部分は省略*/
a.btn-flat {
  overflow: hidden;
  padding: 2rem 6rem;
  color: #FF4600;
  border-radius: 0;
  background: #000;
}
@media screen and (max-width: 768px) {
  a.btn-flat {
    padding: 1.5rem 6rem;
  }
}

.btn-flat:hover {
  color: #fff;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);
  border-radius: 50%;
  background: #FF4600;
}

a.btn-flat:hover:before {
  width: 400px;
  height: 400px;
  -webkit-transform: translateX(-1%) translateY(-175px);
  transform: translateX(-1%) translateY(-175px);
}

.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  margin-bottom: 3px;
  margin-left: 8px;
}

a.btn-flat02 {
  overflow: hidden;
  padding: 2rem 6rem;
  color: #ffffff;
  border-radius: 0;
  background: #000;
}
@media screen and (max-width: 768px) {
  a.btn-flat02 {
    padding: 1.5rem 6rem;
  }
}

.btn-flat02:hover {
  color: #171717;
}

a.btn-flat02 span {
  position: relative;
}

a.btn-flat02:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);
  border-radius: 50%;
  background: #ffffff;
}

a.btn-flat02:hover:before {
  width: 400px;
  height: 400px;
  -webkit-transform: translateX(-1%) translateY(-175px);
  transform: translateX(-1%) translateY(-175px);
}

.dli-caret-right02 {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  margin-bottom: 3px;
  margin-left: 8px;
}

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

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

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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; /* 2 */
  -webkit-text-decoration: underline dotted;
          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.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

svg {
  vertical-align: bottom;
}

.index-top {
  background-color: #204E91;
  color: #fff;
  padding: 54px 0 45px;
}
@media screen and (max-width: 768px) {
  .index-top {
    padding: 27px 0 28px;
  }
}
.index-top__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-top__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .index-top__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index-top__visual {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .index-top__visual {
    width: 13%;
  }
}
.index-top__img {
  width: 100%;
}
.index-top__text {
  width: 50%;
  margin-left: 5vw;
}
@media screen and (max-width: 768px) {
  .index-top__text {
    width: 100%;
    text-align: center;
  }
}
.index-top__main {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .index-top__main {
    font-size: 20px;
    margin-top: 4vw;
  }
}
.index-top__sub {
  font-size: 100px;
  font-weight: 700;
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  .index-top__sub {
    text-align: center;
    font-size: 30px;
    margin-top: 1.4vw;
  }
}

.l-side__right-banner {
  position: fixed;
  bottom: 50%;
  right: 0;
  width: 10%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-side__right-banner {
    width: 21%;
    bottom: 10%;
  }
}
.l-side__banner-box {
  height: 258px;
  border: 13px solid #ffffff;
  border-right: none;
  background: #f9e33b;
  border-radius: 40px 0px 0 40px;
}
@media screen and (max-width: 768px) {
  .l-side__banner-box {
    height: 214px;
    border: 10px solid #ffffff;
    border-right: none;
  }
}
.l-side__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-side__link:hover {
  opacity: 0.8;
}
.l-side__visual {
  margin: 0 auto;
  width: 47%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-side__visual {
    width: 50%;
    margin-top: 30px;
  }
}
.l-side__img {
  width: 100%;
}
.l-side__font-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-side__font-wrapper {
    margin-top: 20px;
  }
}
.l-side__font01 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 24px;
  color: #204E91;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-side__font01 {
    font-size: 16px;
  }
}

svg {
  vertical-align: bottom;
}

.l-footer {
  background-color: #204E91;
  color: #fff;
  padding: 54px 0 45px;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 54px 0 200px;
  }
}
.l-footer__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.l-footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__item-wrapper {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .l-footer__item-wrapper {
    width: 100%;
  }
}
.l-footer__item-wrapper02 {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .l-footer__item-wrapper02 {
    width: 100%;
  }
}
.l-footer__item01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #fff;
  padding: 0px 40px 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__item01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 0px 20px;
  }
}
.l-footer__item01-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer__item01-flex {
    margin-top: 10px;
  }
}
.l-footer__item01-title {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer__item01-title {
    font-size: 22px;
  }
}
.l-footer__item01-visual {
  width: 8%;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__item01-visual {
    margin-left: 0px;
  }
}
.l-footer__item01-img {
  width: 100%;
}
.l-footer__item01-add {
  font-size: 22px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__item01-add {
    font-size: 18px;
  }
}
.l-footer__item02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #fff;
  padding: 30px 40px 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__item02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0px 20px;
  }
}
.l-footer__item02-text {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__item02-text {
    margin-left: 0;
  }
}
.l-footer__item02-name {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer__item02-name {
    font-size: 20px;
    margin-top: 10px;
  }
}
.l-footer__item02-url {
  margin-top: 0.5vw;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-footer__item02-url {
    font-size: 18px;
    margin-top: 10px;
  }
}
.l-footer__item02-visual {
  width: 30%;
}
.l-footer__item02-img {
  width: 100%;
}
.l-footer__item02-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  border-bottom: solid 1px rgb(255, 255, 255);
}
.l-footer__item02-link:hover {
  opacity: 0.8;
}
.l-footer__item03 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__item03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0px 20px;
  }
}
.l-footer__item03-title {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer__item03-title {
    font-size: 22px;
  }
}
.l-footer__item03-list {
  margin-left: 20px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .l-footer__item03-list {
    margin-left: 0;
  }
}
.l-footer__item03-sub {
  font-size: 20px;
  font-weight: 400;
}
.l-footer__item03-item {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__item03-item {
    font-size: 18px;
    margin-top: 12px;
  }
}
.l-footer__item03-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-footer__item03-link:hover {
  opacity: 0.8;
}
.l-footer__item03-mini {
  font-size: 24px;
  font-weight: 700;
}
.l-footer__item03-num {
  font-size: 30px;
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__item03-num {
    font-size: 26px;
    margin-top: 8px;
  }
}
.l-footer__item04 {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__item04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0px 20px;
    margin-top: 0;
  }
}

svg {
  vertical-align: bottom;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #030000;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
    padding-right: 0px;
  }
}

.index-mv {
  padding: 36px 0 30px;
}
.index-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-mv__visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-mv__img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .index-mv__img {
    width: 95%;
  }
}
.index-mv__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-mv__text {
  width: 90%;
  font-size: 26px;
  margin-top: 2.5vw;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .index-mv__text {
    font-size: 18px;
  }
}

.index-flow {
  background-color: #204E91;
  color: #fff;
  padding: 54px 0 45px;
}
.index-flow__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-flow__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-flow__title {
  width: 40%;
  font-weight: bold;
  font-size: 44px;
  text-align: center;
  --x-gradient: linear-gradient(90deg, #fff 0 20px, transparent 0 calc(100% - 20px), #fff calc(100% - 20px));
  --y-gradient: linear-gradient(#fff 0 20px, transparent 0 calc(100% - 20px), #fff calc(100% - 20px));
  position: relative;
  padding: 2rem;
  margin-bottom: 0.2rem;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: top, right, bottom, left;
}
@media screen and (max-width: 768px) {
  .index-flow__title {
    font-size: 24px;
    width: 80%;
    padding: 1.5rem;
  }
}
.index-flow__card-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5vw;
}
.index-flow__card-wrap02 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-flow__card-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .index-flow__card-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.index-flow__card-li {
  width: 50%;
  padding: 10px;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .index-flow__card-li {
    width: 100%;
    padding-bottom: 20px;
  }
}
.index-flow__card-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-flow__card-white {
  font-size: 16px;
  line-height: 1;
}
.index-flow__card-yellow {
  display: block;
  color: #FBE73B;
  font-weight: 700;
  font-size: 80px;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .index-flow__card-yellow {
    font-size: 60px;
  }
}
.index-flow__card-title {
  font-size: 40px;
  font-weight: 700;
  padding-left: 2.5vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .index-flow__card-title {
    font-size: 26px;
    margin-top: 3vw;
  }
}
.index-flow__card-visual {
  margin: 0 0 5px;
  margin-top: 2vw;
}
@media screen and (max-width: 768px) {
  .index-flow__card-visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3vw;
  }
}
.index-flow__card-img {
  height: 300px;
  aspect-ratio: 45/29;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 768px) {
  .index-flow__card-img {
    height: auto;
    width: 90%;
  }
}
.index-flow__card-visual02 {
  margin: 0 0 5px;
  margin-top: 2vw;
}
@media screen and (max-width: 768px) {
  .index-flow__card-visual02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3vw;
  }
}
.index-flow__card-img02 {
  height: 390px;
  aspect-ratio: 14/13;
}
@media screen and (max-width: 768px) {
  .index-flow__card-img02 {
    height: auto;
    width: 90%;
  }
}
.index-flow__card-ttl {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .index-flow__card-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index-flow__card-txt {
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 20px;
  font-size: 26px;
  margin-top: 1vw;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .index-flow__card-txt {
    font-size: 18px;
    margin-left: 38px;
  }
}

.index-ftrs {
  padding: 54px 0 45px;
}
.index-ftrs__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-ftrs__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-ftrs__title {
  width: 60%;
  font-weight: bold;
  font-size: 44px;
  text-align: center;
  color: #204E91;
  --x-gradient: linear-gradient(90deg, #204E91 0 20px, transparent 0 calc(100% - 20px), #204E91 calc(100% - 20px));
  --y-gradient: linear-gradient(#204E91 0 20px, transparent 0 calc(100% - 20px), #204E91 calc(100% - 20px));
  position: relative;
  padding: 2rem;
  margin-bottom: 0.2rem;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: top, right, bottom, left;
}
@media screen and (max-width: 768px) {
  .index-ftrs__title {
    font-size: 24px;
    width: 80%;
    padding: 1.5rem;
  }
}
.index-ftrs__card-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-ftrs__card-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .index-ftrs__card-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.index-ftrs__card-li {
  background: #F2F2F2;
  width: 32%;
  padding: 20px;
  position: relative;
  padding-bottom: 5px;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .index-ftrs__card-li {
    width: 90%;
    padding: 10px;
  }
}
.index-ftrs__card-visual {
  margin: 0 0 5px;
  margin-top: 2vw;
}
@media screen and (max-width: 768px) {
  .index-ftrs__card-visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3vw;
  }
}
.index-ftrs__card-img {
  height: 80px;
  aspect-ratio: 1/1;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 768px) {
  .index-ftrs__card-img {
    height: auto;
    width: 90%;
  }
}
.index-ftrs__card-ttl {
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: 700;
  border-bottom: 9px solid #76A4D6;
  display: inline-block;
  margin-top: 1vw;
  padding-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .index-ftrs__card-ttl {
    font-size: 26px;
  }
}
.index-ftrs__card-txt {
  margin-left: 28px;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 20px;
  font-size: 22px;
  margin-top: 2vw;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-ftrs__card-txt {
    font-size: 18px;
    margin-left: 19px;
  }
}
.index-ftrs__card-txt02 {
  padding-bottom: 0.5vw;
}

.index-pic {
  background-color: #DDF2FF;
  padding: 54px 0 45px;
}
.index-pic__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-pic__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-pic__title {
  width: 80%;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  --x-gradient: linear-gradient(90deg, #204E91 0 20px, transparent 0 calc(100% - 20px), #204E91 calc(100% - 20px));
  --y-gradient: linear-gradient(#204E91 0 20px, transparent 0 calc(100% - 20px), #204E91 calc(100% - 20px));
  position: relative;
  padding: 2rem;
  margin-bottom: 0.2rem;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: top, right, bottom, left;
}
@media screen and (max-width: 768px) {
  .index-pic__title {
    font-size: 18px;
    width: 100%;
    padding: 1.5rem;
  }
}
.index-pic__title-blue {
  color: #204E91;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .index-pic__title-blue {
    font-size: 24px;
  }
}
.index-pic__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-pic__text {
  width: 90%;
  font-size: 24px;
  margin-top: 2.5vw;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-pic__text {
    font-size: 18px;
  }
}
.index-pic__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3vw;
}
@media screen and (max-width: 768px) {
  .index-pic__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5vw;
  }
}
.index-pic__visual {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .index-pic__visual {
    width: 100%;
  }
}
.index-pic__img {
  width: 100%;
}
.index-pic__visual02 {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .index-pic__visual02 {
    width: 80%;
    margin-top: 6vw;
  }
}
.index-pic__img02 {
  width: 100%;
}

.index-mgmt {
  padding: 54px 0 45px;
}
.index-mgmt__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-mgmt__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-mgmt__title {
  width: 60%;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  --x-gradient: linear-gradient(90deg, #204E91 0 20px, transparent 0 calc(100% - 20px), #204E91 calc(100% - 20px));
  --y-gradient: linear-gradient(#204E91 0 20px, transparent 0 calc(100% - 20px), #204E91 calc(100% - 20px));
  position: relative;
  padding: 2rem;
  margin-bottom: 0.2rem;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: top, right, bottom, left;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .index-mgmt__title {
    font-size: 18px;
    width: 100%;
    padding: 1.5rem;
  }
}
.index-mgmt__title-blue {
  color: #204E91;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .index-mgmt__title-blue {
    font-size: 24px;
  }
}
.index-mgmt__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-mgmt__text {
  width: 90%;
  font-size: 24px;
  margin-top: 2.5vw;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-mgmt__text {
    font-size: 18px;
  }
}
.index-mgmt__visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3vw;
}
@media screen and (max-width: 768px) {
  .index-mgmt__visual {
    margin-top: 5vw;
  }
}
.index-mgmt__img {
  width: 90%;
}
.index-mgmt__subtext-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .index-mgmt__subtext-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index-mgmt__subtext {
  width: 90%;
  font-size: 22px;
  text-align: center;
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  .index-mgmt__subtext {
    text-align: left;
    font-size: 16px;
  }
}

.index-form {
  background-color: #DDF2FF;
  position: relative;
  padding: 54px 0 45px;
}
.index-form__btn-visual {
  position: absolute;
  bottom: 0%;
  right: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .index-form__btn-visual {
    right: 0%;
  }
}
.index-form__btn-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-form__btn-link:hover {
  opacity: 0.8;
}
.index-form__btn-img {
  width: 66%;
}
@media screen and (max-width: 768px) {
  .index-form__btn-img {
    width: 53%;
  }
}
.index-form__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-form__title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-form__title {
  width: 60%;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  --x-gradient: linear-gradient(90deg, #204E91 0 20px, transparent 0 calc(100% - 20px), #204E91 calc(100% - 20px));
  --y-gradient: linear-gradient(#204E91 0 20px, transparent 0 calc(100% - 20px), #204E91 calc(100% - 20px));
  position: relative;
  padding: 2rem;
  margin-bottom: 0.2rem;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: top, right, bottom, left;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .index-form__title {
    font-size: 18px;
    width: 100%;
    padding: 1.5rem;
  }
}
.index-form__title-blue {
  color: #204E91;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .index-form__title-blue {
    font-size: 24px;
  }
}
.index-form__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-form__text {
  width: 90%;
  font-size: 24px;
  margin-top: 2.5vw;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-form__text {
    font-size: 18px;
  }
}
.index-form__flex {
  margin-top: 3vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .index-form__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5vw;
  }
}
.index-form__visual {
  width: 37%;
}
@media screen and (max-width: 768px) {
  .index-form__visual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.index-form__img {
  width: 80%;
}
.index-form__visual02 {
  width: 40%;
  margin-left: 3vw;
}
@media screen and (max-width: 768px) {
  .index-form__visual02 {
    width: 100%;
    margin-left: 0;
    margin-top: 3vw;
  }
}
.index-form__img02 {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */