@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://use.typekit.net/jag4xbq.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
*,
::before,
::after {
  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 {
  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;
}

.is-pc {
  display: block;
}

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

.is-tb {
  display: none;
}

@media screen and (max-width: 835px) {
  .is-tb {
    display: block;
  }
}

.is-tb-only {
  display: none;
}

@media screen and (max-width: 835px) {
  .is-tb-only {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .is-tb-only {
    display: none;
  }
}

.v-futura, .c-heading__section, .c-heading__second-sec, .mv__heading, .sec04__second, .sec04__list-item:before, .sec04__list-item em {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

html {
  width: 100vw;
  height: 100vh;
}

body {
  position: relative;
  min-height: 100vh;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #2c353f;
  background: url(./img/bg.jpg);
  overflow-x: hidden;
}

@media screen and (max-width: 835px) {
  body {
    font-size: 23px;
    font-size: 3.067vw;
    line-height: 1.67;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 13px;
    font-size: 3.467vw;
  }
}

em {
  font-style: normal;
}

img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

main {
  overflow-x: hidden;
}

.c-heading__section {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-size: 39px;
  color: #2557d6;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .c-heading__section {
    font-size: 32px;
  }
}

@media screen and (max-width: 835px) {
  .c-heading__section {
    padding-left: 26px;
    padding-left: 3.467vw;
    font-size: 40px;
    font-size: 5.333vw;
  }
}

.c-heading__section:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 6.5px;
  height: 34px;
  background-color: #2557d6;
}

@media screen and (max-width: 835px) {
  .c-heading__section:before {
    width: 8px;
    width: 1.067vw;
    height: 40px;
    height: 5.333vw;
  }
}

.c-heading__second-sec {
  padding-bottom: 14.5px;
  font-size: 29px;
  color: #2557d6;
  line-height: 1;
  border-bottom: 2px solid #2557d6;
}

@media screen and (max-width: 835px) {
  .c-heading__second-sec {
    padding-bottom: 17.5px;
    padding-bottom: 2.333vw;
    font-size: 35px;
    font-size: 4.667vw;
    border-bottom-width: 7px;
    border-bottom-width: 0.933vw;
  }
}

.c-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 99px 65.5px 89px;
  background-color: #fff;
  background: #fff url(./img/section_bgline.png) repeat-y center top/contain;
}

@media screen and (max-width: 1299px) {
  .c-container {
    width: 95%;
  }
}

@media screen and (max-width: 1024px) {
  .c-container {
    padding: 79px 45.5px 69px;
  }
}

@media screen and (max-width: 835px) {
  .c-container {
    width: 690px;
    width: 92vw;
    padding: 119px 30px 97px;
    padding: 15.867vw 4vw 12.933vw;
    background: #fff url(./img/section_bgline-sp.png) repeat-y center top/contain;
  }
}

.hd__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  padding: 0 80.5px;
  background: #2557d6;
  z-index: 1000;
}

@media screen and (max-width: 1024px) {
  .hd__container {
    padding-left: 51.5px;
  }
}

@media screen and (max-width: 835px) {
  .hd__container {
    height: 100px;
    height: 13.333vw;
    padding: 28px;
    padding: 3.733vw;
  }
}

.hd__logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 163.5px;
  height: 38.5px;
}

@media screen and (max-width: 835px) {
  .hd__logo {
    width: 184px;
    width: 24.533vw;
    height: auto;
  }
}

.hd__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.mv__wrapper {
  position: relative;
  width: 100%;
  height: 826px;
  z-index: 1;
}

@media screen and (max-width: 835px) {
  .mv__wrapper {
    height: 906px;
    height: 120.8vw;
  }
}

.mv__wrapper--bg {
  position: absolute;
  width: 100%;
  height: calc(100% + 74px);
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -10;
}

.mv__wrapper--bg:after {
  content: '';
  position: absolute;
  top: 80.5px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 819px;
  background: url(./img/mainvisual_pc.jpg) no-repeat center top/cover;
  z-index: -1;
}

@media screen and (max-width: 835px) {
  .mv__wrapper--bg:after {
    top: 100px;
    top: 13.333vw;
    height: 860px;
    height: 114.667vw;
    background: url(./img/mainvisual_sp.jpg) no-repeat center top/cover;
  }
}

.mv__container {
  max-width: 1082px;
  margin: 0 auto;
  padding-top: 219px;
}

@media screen and (max-width: 1299px) {
  .mv__container {
    max-width: 860px;
  }
}

@media screen and (max-width: 1024px) {
  .mv__container {
    width: 85%;
  }
}

@media screen and (max-width: 835px) {
  .mv__container {
    max-width: 630px;
    max-width: 84vw;
    padding-top: 261px;
    padding-top: 34.8vw;
  }
}

.mv__heading {
  font-size: 80px;
  letter-spacing: .8px;
  line-height: 1.07;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 835px) {
  .mv__heading {
    font-size: 70px;
    font-size: 9.333vw;
    letter-spacing: 1.5px;
    letter-spacing: 0.2vw;
    line-height: 1.1;
  }
}

.mv__images {
  transform: translateX(-32px);
  padding-top: 67px;
}

@media screen and (max-width: 835px) {
  .mv__images {
    transform: translateX(-28px);
    transform: translateX(-3.733vw);
    padding-top: 56px;
    padding-top: 7.467vw;
  }
}

.mv__images ul {
  display: flex;
}

@media screen and (max-width: 835px) {
  .mv__images ul {
    width: 100vw;
  }
}

.mv__images-items {
  width: 262px;
}

@media screen and (max-width: 835px) {
  .mv__images-items {
    width: 238px;
    width: 31.733vw;
  }
}

.mv__images-items:nth-child(2) {
  transform: translateX(-13px);
}

@media screen and (max-width: 835px) {
  .mv__images-items:nth-child(2) {
    transform: translateX(-1.733vw);
  }
}

.mv__images-items:nth-child(3) {
  transform: translateX(-26px);
}

@media screen and (max-width: 835px) {
  .mv__images-items:nth-child(3) {
    transform: translateX(-3.467vw);
  }
}

.sec01__container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 835px) {
  .sec01__container {
    padding-bottom: 101px;
    padding-bottom: 13.467vw;
  }
}

.sec01__content {
  margin-top: 55px;
}

@media screen and (max-width: 835px) {
  .sec01__content {
    margin-top: 73px;
    margin-top: 9.733vw;
  }
}

.sec01__content h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media screen and (max-width: 835px) {
  .sec01__content h3 {
    font-size: 29px;
    font-size: 3.867vw;
    line-height: 1.6;
    letter-spacing: 1.8px;
    letter-spacing: 0.24vw;
  }
}

.sec01__content p {
  margin-top: 20px;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 835px) {
  .sec01__content p {
    margin-top: 32px;
    margin-top: 4.267vw;
    letter-spacing: 0.7px;
    letter-spacing: 0.093vw;
    text-align: justify;
  }
}

.sec02__container {
  margin-top: 51.5px;
}

@media screen and (max-width: 835px) {
  .sec02__container {
    margin-top: 60px;
    margin-top: 8vw;
  }
}

.sec02__list, .sec02__list-history {
  margin-top: 48px;
  letter-spacing: .3px;
}

@media screen and (max-width: 835px) {
  .sec02__list, .sec02__list-history {
    margin-top: 63px;
    margin-top: 8.4vw;
  }
}

.sec02__list div, .sec02__list-history div {
  display: flex;
  margin-bottom: 5px;
}

@media screen and (max-width: 835px) {
  .sec02__list div, .sec02__list-history div {
    flex-direction: column;
    margin-bottom: 21px;
    margin-bottom: 2.8vw;
  }
}

.sec02__list div dt, .sec02__list-history div dt {
  display: flex;
  align-items: center;
  width: 280.5px;
  margin-right: 5px;
  padding: 29.5px 28.5px 27.5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background-color: #e2e5ee;
}

@media screen and (max-width: 835px) {
  .sec02__list div dt, .sec02__list-history div dt {
    width: 100%;
    margin-right: 0;
    padding: 40px 31px 43px;
    padding: 5.333vw 4.133vw 5.733vw;
    font-size: 26px;
    font-size: 3.467vw;
  }
}

.sec02__list div dd, .sec02__list-history div dd {
  width: 866px;
  padding: 29.5px 22.5px 27.5px 28.5px;
  background-color: #f3f4f9;
}

@media screen and (max-width: 835px) {
  .sec02__list div dd, .sec02__list-history div dd {
    width: 100%;
    padding: 30px 31px;
    padding: 4vw 4.133vw;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 2.09;
  }
}

@media screen and (max-width: 835px) {
  .sec02__list--narrow {
    letter-spacing: -0.3px;
  }
}

@media screen and (max-width: 480px) {
  .sec02__list--narrow {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 835px) {
  .sec02__list--tel {
    color: #2557d6;
  }
}

.sec02__history-heading {
  margin-top: 99px;
}

@media screen and (max-width: 835px) {
  .sec02__history-heading {
    margin-top: 142px;
    margin-top: 18.933vw;
  }
}

.sec02__list-history div dt {
  padding: 29.5px 28.5px 28.5px;
}

@media screen and (max-width: 835px) {
  .sec02__list-history div dt {
    letter-spacing: 1px;
    padding: 37.5px 28.5px 44.5px;
    padding: 5vw 3.8vw 5.933vw;
  }
}

.sec02__list-history div dd {
  padding: 29.5px 28.5px 28.5px;
}

@media screen and (max-width: 835px) {
  .sec02__list-history div dd {
    padding: 30px 28.5px 31.5px;
    padding: 4vw 3.8vw 4.2vw;
  }
}

@media screen and (max-width: 835px) {
  .sec02__list-history div .sec02__list--narrow {
    letter-spacing: -0.1px;
  }
}

.sec03__container {
  margin-top: 56px;
  padding-bottom: 100px;
}

@media screen and (max-width: 835px) {
  .sec03__container {
    margin-top: 60px;
    margin-top: 8vw;
    padding-top: 118px;
    padding-top: 15.733vw;
    padding-bottom: 103px;
    padding-bottom: 13.733vw;
  }
}

@media screen and (max-width: 835px) {
  .sec03__container .c-heading__section {
    line-height: 1.2;
  }
  .sec03__container .c-heading__section:before {
    height: 90px;
    height: 12vw;
  }
}

.sec03__desc {
  margin-top: 57.5px;
  letter-spacing: .8px;
}

@media screen and (max-width: 835px) {
  .sec03__desc {
    margin-top: 61px;
    margin-top: 8.133vw;
    letter-spacing: .5px;
  }
}

.sec03__graph {
  margin-top: 49.5px;
}

@media screen and (max-width: 835px) {
  .sec03__graph {
    margin-top: 52px;
    margin-top: 6.933vw;
  }
}

.sec03__graph ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .sec03__graph ul {
    flex-direction: column;
  }
}

.sec03__graph-item:first-child {
  width: 658px;
}

@media screen and (max-width: 1299px) {
  .sec03__graph-item:first-child {
    width: 57.26%;
  }
}

@media screen and (max-width: 1024px) {
  .sec03__graph-item:first-child {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 835px) {
  .sec03__graph-item:first-child {
    width: 100%;
  }
}

.sec03__graph-item:last-child {
  width: 468px;
}

@media screen and (max-width: 1299px) {
  .sec03__graph-item:last-child {
    width: 40.73%;
  }
}

@media screen and (max-width: 1024px) {
  .sec03__graph-item:last-child {
    width: 80%;
    margin: 32px auto 0;
  }
}

@media screen and (max-width: 835px) {
  .sec03__graph-item:last-child {
    width: 100%;
    margin-top: 4.267vw;
  }
}

.sec04__container {
  margin-top: 51px;
  padding-bottom: 100px;
}

@media screen and (max-width: 835px) {
  .sec04__container {
    margin-top: 60px;
    margin-top: 8vw;
    padding-top: 118px;
    padding-top: 15.733vw;
    padding-right: 28px;
    padding-right: 3.733vw;
    padding-bottom: 119px;
    padding-bottom: 15.867vw;
  }
}

@media screen and (max-width: 835px) {
  .sec04__container .c-heading__section {
    line-height: 1.4;
  }
  .sec04__container .c-heading__section:before {
    height: 52px;
    height: 6.933vw;
  }
}

.sec04__desc {
  margin-top: 56.5px;
  letter-spacing: .85px;
}

@media screen and (max-width: 835px) {
  .sec04__desc {
    margin-top: 62px;
    margin-top: 8.267vw;
    letter-spacing: .5px;
  }
}

.sec04__second {
  margin-top: 72.5px;
  font-size: 27px;
  letter-spacing: .2px;
  text-align: center;
}

@media screen and (max-width: 835px) {
  .sec04__second {
    margin-top: 113px;
    margin-top: 15.067vw;
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.4;
    letter-spacing: .4px;
  }
}

.sec04__list {
  margin-top: 37px;
  text-align: center;
}

@media screen and (max-width: 835px) {
  .sec04__list {
    margin-top: 67px;
    margin-top: 8.933vw;
  }
}

.sec04__list ol {
  transform: translateX(3.5px);
  counter-reset: num;
}

.sec04__list-item {
  position: relative;
  width: 1084.5px;
  margin: 0 auto 63px;
  padding: 21.5px 0 24px;
  background-color: #f4f5fa;
  border: 3px solid #2557d6;
}

@media screen and (max-width: 1299px) {
  .sec04__list-item {
    width: calc(100% + 10px);
  }
}

@media screen and (max-width: 835px) {
  .sec04__list-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 212px;
    height: 28.267vw;
    margin-bottom: 106px;
    margin-bottom: 14.133vw;
    padding: 0 29px;
    padding: 0 3.867vw;
    border-width: 7px;
    border-width: 0.933vw;
  }
}

@media screen and (max-width: 480px) {
  .sec04__list-item {
    height: 128px;
    height: 34.133vw;
  }
}

.sec04__list-item:before {
  counter-increment: num 1;
  content: counter(num);
  position: absolute;
  left: -38.75px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67.5px;
  height: 67.5px;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #2557d6;
}

@media screen and (max-width: 835px) {
  .sec04__list-item:before {
    left: -38.75px;
    left: -5.167vw;
    width: 68px;
    width: 9.067vw;
    height: 68px;
    height: 9.067vw;
    font-size: 28px;
    font-size: 3.733vw;
  }
}

.sec04__list-item:after {
  content: '';
  position: absolute;
  left: calc(50% - 3px);
  transform: translateX(-50%);
  bottom: -55px;
  display: block;
  width: 25.5px;
  height: 42px;
  background: url(./img/arrow_down.png) no-repeat center center/contain;
}

@media screen and (max-width: 835px) {
  .sec04__list-item:after {
    bottom: -94px;
    bottom: -12.533vw;
    width: 40px;
    width: 5.333vw;
    height: 66px;
    height: 8.8vw;
  }
}

.sec04__list-item:last-child {
  padding: 14px 0 13px;
  margin-bottom: 0;
}

@media screen and (max-width: 835px) {
  .sec04__list-item:last-child {
    padding: 1.867vw 0 1.733vw;
  }
}

@media screen and (max-width: 480px) {
  .sec04__list-item:last-child {
    height: 200px;
    height: 53.333vw;
  }
}

.sec04__list-item:last-child:after {
  display: none;
}

@media screen and (max-width: 835px) {
  .sec04__list-item:last-child span {
    margin-top: 8px;
    margin-top: 1.067vw;
    padding: 0 20px;
    padding: 0 2.667vw;
    letter-spacing: 0;
  }
}

.sec04__list-item em {
  display: block;
  font-size: 21px;
  letter-spacing: .2px;
  line-height: 1;
  color: #2557d6;
}

@media screen and (max-width: 835px) {
  .sec04__list-item em {
    font-size: 35px;
    font-size: 4.667vw;
  }
}

.sec04__list-item span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 835px) {
  .sec04__list-item span {
    margin-top: 16px;
    margin-top: 2.133vw;
    font-size: 22px;
    font-size: 2.933vw;
    line-height: 1.65;
  }
}

@media screen and (max-width: 480px) {
  .sec04__list-item span {
    font-size: 13px;
    font-size: 3.467vw;
  }
}

.sec04__list-item--oneline {
  padding: 33px 0 36px;
}

@media screen and (max-width: 835px) {
  .sec04__list-item--oneline {
    padding: 0;
  }
}

@media screen and (max-width: 835px) {
  .sec04__list-item--oneline em {
    line-height: 1.15;
  }
}

.sec05__container {
  margin-top: 50px;
  padding-bottom: 82px;
}

@media screen and (max-width: 835px) {
  .sec05__container {
    margin-top: 60px;
    margin-top: 8vw;
    padding-bottom: 120px;
    padding-bottom: 16vw;
    padding-top: 126px;
    padding-top: 16.8vw;
  }
}

@media screen and (max-width: 835px) {
  .sec05__container .c-heading__section:before {
    top: -7px;
    top: -0.933vw;
    height: 50px;
    height: 6.667vw;
  }
}

.sec05__system {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 67.5px;
}

@media screen and (max-width: 1024px) {
  .sec05__system {
    align-items: flex-start;
  }
}

@media screen and (max-width: 835px) {
  .sec05__system {
    flex-direction: column-reverse;
    margin-top: 71px;
    margin-top: 9.467vw;
  }
}

.sec05__graph {
  width: 575px;
}

@media screen and (max-width: 1299px) {
  .sec05__graph {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 1024px) {
  .sec05__graph {
    margin-top: 0;
  }
}

@media screen and (max-width: 835px) {
  .sec05__graph {
    width: 100%;
    margin-top: 77px;
    margin-top: 10.267vw;
  }
}

.sec05__desc {
  width: 524px;
  letter-spacing: .8px;
  text-align: justify;
}

@media screen and (max-width: 1299px) {
  .sec05__desc {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 1024px) {
  .sec05__desc {
    width: 50%;
  }
}

@media screen and (max-width: 835px) {
  .sec05__desc {
    width: 100%;
    letter-spacing: .4px;
  }
}

.sec05__desc p:first-child {
  margin-bottom: 33px;
}

@media screen and (max-width: 835px) {
  .sec05__desc p:first-child {
    margin-bottom: 43px;
    margin-bottom: 5.733vw;
    letter-spacing: 0;
  }
}

.sec05__pros {
  margin-top: 72px;
}

@media screen and (max-width: 835px) {
  .sec05__pros {
    margin-top: 113px;
    margin-top: 15.067vw;
  }
}

.sec05__cons {
  margin-top: 60px;
}

@media screen and (max-width: 835px) {
  .sec05__cons {
    margin-top: 108px;
    margin-top: 14.4vw;
  }
}

.sec05__check-list {
  margin-top: 33px;
}

@media screen and (max-width: 835px) {
  .sec05__check-list {
    width: 102%;
    margin-top: 33px;
    margin-top: 4.4vw;
  }
}

.sec05__check-list li {
  position: relative;
  margin-bottom: 21.5px;
  padding-left: 45px;
  letter-spacing: .8px;
  line-height: 1.6;
}

@media screen and (max-width: 835px) {
  .sec05__check-list li {
    margin-bottom: 27.5px;
    margin-bottom: 3.667vw;
    padding-left: 54px;
    padding-left: 7.2vw;
    letter-spacing: -0.7px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 480px) {
  .sec05__check-list li {
    letter-spacing: 0;
  }
}

.sec05__check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 27.5px;
  height: 27.5px;
  background: url(./img/check.png) center center/contain;
}

@media screen and (max-width: 835px) {
  .sec05__check-list li::before {
    top: 2px;
    top: 0.267vw;
    width: 37.5px;
    width: 5vw;
    height: 37.5px;
    height: 5vw;
  }
}

.sec06__container {
  margin-top: 50px;
  padding-bottom: 97px;
}

@media screen and (max-width: 835px) {
  .sec06__container {
    margin-top: 61px;
    margin-top: 8.133vw;
    padding-bottom: 149px;
    padding-bottom: 19.867vw;
  }
}

@media screen and (max-width: 835px) {
  .sec06__container .c-heading__section {
    line-height: 1.2;
  }
  .sec06__container .c-heading__section::before {
    height: 90px;
    height: 12vw;
  }
}

.sec06__desc {
  margin-top: 59px;
  letter-spacing: .8px;
  text-align: justify;
}

@media screen and (max-width: 835px) {
  .sec06__desc {
    margin-top: 61px;
    margin-top: 8.133vw;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 480px) {
  .sec06__desc {
    letter-spacing: -0.5px;
  }
}

.sec06__second-01 {
  margin-top: 65px;
}

@media screen and (max-width: 835px) {
  .sec06__second-01 {
    margin-top: 109px;
    margin-top: 14.533vw;
  }
}

.sec06__second-01 + ul {
  margin-top: 19.5px;
  line-height: 1.75;
  letter-spacing: .8px;
}

@media screen and (max-width: 835px) {
  .sec06__second-01 + ul {
    margin-top: 31.5px;
    margin-top: 4.2vw;
    line-height: 1.7;
    letter-spacing: -.6px;
  }
}

@media screen and (max-width: 480px) {
  .sec06__second-01 + ul {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 835px) {
  .sec06__second-01 + ul li {
    display: inline;
  }
}

.sec06__second-02 {
  margin-top: 54.5px;
  padding-bottom: 14px;
  letter-spacing: .4px;
}

@media screen and (max-width: 835px) {
  .sec06__second-02 {
    margin-top: 70.5px;
    margin-top: 9.4vw;
    padding-bottom: 18px;
    padding-bottom: 2.4vw;
    letter-spacing: -.2px;
  }
}

.sec06__second-02 + ul {
  margin-top: 20.5px;
  line-height: 1.75;
  letter-spacing: .8px;
}

@media screen and (max-width: 835px) {
  .sec06__second-02 + ul {
    margin-top: 31.5px;
    margin-top: 4.2vw;
    line-height: 1.7;
    letter-spacing: -.6px;
  }
}

@media screen and (max-width: 480px) {
  .sec06__second-02 + ul {
    letter-spacing: 0;
  }
}

.sec06__second-03 {
  margin-top: 54px;
  padding-bottom: 13px;
  letter-spacing: .2px;
}

@media screen and (max-width: 835px) {
  .sec06__second-03 {
    margin-top: 73px;
    margin-top: 9.733vw;
    padding-bottom: 17px;
    padding-bottom: 2.267vw;
    letter-spacing: .3px;
  }
}

.sec06__second-03 + p {
  margin-top: 21.5px;
  letter-spacing: .8px;
}

@media screen and (max-width: 835px) {
  .sec06__second-03 + p {
    margin-top: 33.5px;
    margin-top: 4.467vw;
    letter-spacing: -.6px;
  }
}

@media screen and (max-width: 480px) {
  .sec06__second-03 + p {
    letter-spacing: 0;
  }
}

.sec06__second-04 {
  margin-top: 52px;
  padding-bottom: 14px;
  letter-spacing: .4px;
}

@media screen and (max-width: 835px) {
  .sec06__second-04 {
    margin-top: 73px;
    margin-top: 9.733vw;
    padding-bottom: 17px;
    padding-bottom: 2.267vw;
  }
}

.sec06__second-04 + p {
  margin-top: 20.5px;
  letter-spacing: .8px;
}

@media screen and (max-width: 835px) {
  .sec06__second-04 + p {
    margin-top: 32.5px;
    margin-top: 4.333vw;
  }
}

@media screen and (max-width: 480px) {
  .sec06__second-04 + p {
    letter-spacing: 0;
  }
}

.sec06__second-05 {
  margin-top: 52px;
  padding-bottom: 14px;
  letter-spacing: .4px;
}

@media screen and (max-width: 835px) {
  .sec06__second-05 {
    margin-top: 76px;
    margin-top: 10.133vw;
    padding-bottom: 18px;
    padding-bottom: 2.4vw;
  }
}

.sec06__second-05 + ul {
  margin-top: 20.5px;
  line-height: 1.75;
  letter-spacing: .8px;
}

@media screen and (max-width: 835px) {
  .sec06__second-05 + ul {
    margin-top: 32px;
    margin-top: 4.267vw;
    line-height: 1.67;
    letter-spacing: .7px;
  }
}

@media screen and (max-width: 480px) {
  .sec06__second-05 + ul {
    letter-spacing: 0;
  }
}

.sec07__container {
  margin-top: 50px;
  padding-bottom: 103px;
}

@media screen and (max-width: 835px) {
  .sec07__container {
    margin-top: 60px;
    margin-top: 8vw;
    padding-bottom: 93px;
    padding-bottom: 12.4vw;
  }
}

@media screen and (max-width: 835px) {
  .sec07__container .c-heading__section:before {
    height: 90px;
    height: 12vw;
  }
}

.sec07__intro {
  margin-top: 57.5px;
  letter-spacing: .8px;
}

@media screen and (max-width: 835px) {
  .sec07__intro {
    margin-top: 118px;
    margin-top: 15.733vw;
    letter-spacing: -.9px;
  }
}

@media screen and (max-width: 480px) {
  .sec07__intro {
    letter-spacing: 0;
  }
}

.sec07__form {
  margin-top: 57px;
}

@media screen and (max-width: 835px) {
  .sec07__form {
    margin-top: 52px;
    margin-top: 6.933vw;
  }
}

.sec07__form-content div {
  display: flex;
  margin-bottom: 5px;
}

@media screen and (max-width: 835px) {
  .sec07__form-content div {
    flex-direction: column;
    margin-bottom: 10px;
    margin-bottom: 1.333vw;
  }
}

.sec07__form-content div dt {
  position: relative;
  display: flex;
  align-items: center;
  width: 309px;
  height: auto;
  margin-right: 5px;
  padding: 0 27.5px;
  font-size: 16px;
  font-weight: 700;
  background-color: #e2e5ee;
}

@media screen and (max-width: 1024px) {
  .sec07__form-content div dt {
    padding-left: 17.5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 835px) {
  .sec07__form-content div dt {
    width: 100%;
    margin-right: 0;
    padding: 12px 26px 16px;
    padding: 1.6vw 3.467vw 2.133vw;
    font-size: 28px;
    font-size: 3.733vw;
  }
}

.sec07__form-content div dd {
  width: 836px;
  padding: 13.5px 13px;
  background-color: #f3f4f9;
}

@media screen and (max-width: 835px) {
  .sec07__form-content div dd {
    width: 100%;
    padding: 21px 25px 19px;
    padding: 2.8vw 3.333vw 2.533vw;
  }
}

@media screen and (max-width: 835px) {
  .sec07__address-line {
    padding-bottom: 10px !important;
    padding-bottom: 1.333vw !important;
  }
}

.sec07__postal-line {
  display: flex;
  align-items: center;
  margin-bottom: 14.5px !important;
}

@media screen and (max-width: 835px) {
  .sec07__postal-line {
    flex-direction: row !important;
    margin-bottom: 1.933vw !important;
    font-size: 30px;
    font-size: 4vw;
  }
}

.sec07__subject-line {
  display: flex;
  padding-top: 17.5px;
  padding-bottom: 14.5px;
  padding-left: 5px;
}

@media screen and (max-width: 1024px) {
  .sec07__subject-line {
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 1px;
  }
}

@media screen and (max-width: 835px) {
  .sec07__subject-line {
    padding-top: 21.5px;
    padding-top: 2.867vw;
    padding-left: 0.133vw;
  }
}

.sec07__subject-line li {
  margin-right: 41px;
  font-size: 13px;
}

@media screen and (max-width: 835px) {
  .sec07__subject-line li {
    margin-right: 0;
    margin-bottom: 27px;
    margin-bottom: 3.6vw;
    font-size: 26px;
    font-size: 3.467vw;
  }
}

.sec07__btn-line {
  position: relative;
  width: 312px;
  height: 73px;
  margin: 57.5px auto 0;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 835px) {
  .sec07__btn-line {
    width: 100%;
    height: 146px;
    height: 19.467vw;
    margin-top: 94px;
    margin-top: 12.533vw;
    font-size: 30px;
    font-size: 4vw;
  }
}

.sec07__btn-line:before {
  content: '';
  position: absolute;
  left: 26.5px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 14.5px;
  height: 7.5px;
  background: url(./img/btn_arrow.png) no-repeat center center/contain;
}

@media screen and (max-width: 835px) {
  .sec07__btn-line:before {
    left: 52.5px;
    left: 7vw;
    top: calc(50% + 2px);
    top: calc(50% +  0.267vw);
    width: 29px;
    width: 3.867vw;
    height: 15px;
    height: 2vw;
  }
}

.sec07__btn-line:hover {
  opacity: .8;
  transition: all 0.3s ease 0s;
}

.sec07__required:after {
  content: '*Required';
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 0;
  width: 64px;
  height: 19px;
  margin-left: 18px;
  font-size: 9px;
  line-height: 1;
  letter-spacing: .2px;
  font-weight: 400;
  color: #fff;
  background-color: #c82927;
}

@media screen and (max-width: 1024px) {
  .sec07__required:after {
    position: absolute;
    top: 6px;
    right: 6px;
  }
}

@media screen and (max-width: 835px) {
  .sec07__required:after {
    position: relative;
    right: auto;
    align-items: flex-start;
    top: 1px;
    top: 0.133vw;
    width: 128px;
    width: 17.067vw;
    height: 38px;
    height: 5.067vw;
    margin-left: 32px;
    margin-left: 4.267vw;
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 34px;
    line-height: 4.533vw;
    letter-spacing: .4px;
  }
}

input[type=text],
input[type=email],
input[type=tel] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 13px;
  padding: 17.5px 22px 18.5px;
  width: 100%;
  height: 50px;
  border: 1px solid #e2e5ee;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 835px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    height: 90px;
    height: 12vw;
    padding: 26px 28px 29px;
    padding: 3.467vw 3.733vw 3.867vw;
    font-size: 22px;
    font-size: 2.933vw;
    border-width: 2px;
    border-width: 0.267vw;
  }
}

@media screen and (max-width: 480px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    font-size: 15px;
    font-size: 4vw;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 835px) {
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=tel]:focus {
    border-width: 2px;
    border-width: 0.267vw;
  }
}

input[type=text]::-webkit-input-placeholder {
  color: #b9b9ba;
}

input[type=text]::-moz-placeholder {
  color: #b9b9ba;
}

input[type=text]:-ms-input-placeholder {
  color: #b9b9ba;
}

input[type=text]::-ms-input-placeholder {
  color: #b9b9ba;
}

input[type=text]::placeholder {
  color: #b9b9ba;
}

input[type=text].postal-3 {
  width: 70.5px;
  margin: 0 9px 0 4.5px;
}

@media screen and (max-width: 835px) {
  input[type=text].postal-3 {
    width: 104.5px;
    width: 13.933vw;
    margin: 0 17px 0 15.5px;
    margin: 0 2.267vw 0 2.067vw;
    padding: 3.467vw 2.733vw 3.867vw;
  }
}

input[type=text].postal-4 {
  width: 90.5px;
  margin-left: 8px;
}

@media screen and (max-width: 835px) {
  input[type=text].postal-4 {
    width: 149.5px;
    width: 19.933vw;
    margin-left: 16px;
    margin-left: 2.133vw;
  }
}

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

input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30.5px;
  position: relative;
}

@media screen and (max-width: 835px) {
  input[type=radio] + span {
    padding-left: 57.5px;
    padding-left: 7.667vw;
  }
}

input[type=radio] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #d5d5d7;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 835px) {
  input[type=radio] + span::before {
    width: 40px;
    width: 5.333vw;
    height: 40px;
    height: 5.333vw;
  }
}

input[type=radio] + span::after {
  -webkit-transform: translateY(-50%);
  background: #2557d6;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 835px) {
  input[type=radio] + span::after {
    left: 6px;
    left: 1.33vw;
    width: 20px;
    width: 2.667vw;
    height: 20px;
    height: 2.667vw;
    padding: 0.267vw;
  }
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #e2e5ee;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 13px;
  height: 178px;
  padding: 17.5px 22px 18.5px;
  border-radius: 5px;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 835px) {
  textarea {
    height: 411px;
    height: 54.8vw;
    font-size: 22px;
    font-size: 2.933vw;
    padding: 17.5px 22px 18.5px;
    padding: 2.333vw 2.933vw 2.467vw;
    border-radius: 5px;
    border-radius: 0.667vw;
  }
}

@media screen and (max-width: 480px) {
  textarea {
    font-size: 15px;
    font-size: 4vw;
  }
}

textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
  transition: all 0.3s ease 0s;
}

input[type=button] {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #2557d6;
  text-align: center;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
}

.ft__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 103px;
  margin-top: 43px;
  padding: 0 73px 0 81.5px;
  color: #fff;
  background-color: #091a43;
}

@media screen and (max-width: 1024px) {
  .ft__container {
    padding: 0 53px 0 51.5px;
  }
}

@media screen and (max-width: 835px) {
  .ft__container {
    flex-direction: column;
    height: 423px;
    height: 56.4vw;
    margin-top: 56px;
    margin-top: 7.467vw;
    padding: 112px 0 44px;
    padding: 14.933vw 0 5.867vw;
  }
}

.ft__logo {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 835px) {
  .ft__logo {
    flex-direction: column;
  }
}

.ft__logo img {
  width: 39px;
  height: auto;
  margin-right: 34px;
}

@media screen and (max-width: 835px) {
  .ft__logo img {
    width: 61px;
    width: 8.133vw;
    margin-right: 0;
  }
}

.ft__logo a {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .8px;
}

@media screen and (max-width: 835px) {
  .ft__logo a {
    margin-top: 31px;
    margin-top: 4.133vw;
    font-size: 26px;
    font-size: 3.467vw;
    letter-spacing: 1.1px;
  }
}

.ft__copy {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1.1px;
  color: #61739f;
}

@media screen and (max-width: 835px) {
  .ft__copy {
    font-size: 22px;
    font-size: 2.933vw;
    letter-spacing: 2.2px;
  }
}

@-webkit-keyframes aniBody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes aniBody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes aniMain {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes aniMain {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.s-anim__body {
  -webkit-animation: aniBody 2s cubic-bezier(0.64, 0.045, 0.35, 1) 0s 1 forwards;
          animation: aniBody 2s cubic-bezier(0.64, 0.045, 0.35, 1) 0s 1 forwards;
}

.s-anim__main:after {
  -webkit-animation: aniMain 6s cubic-bezier(0.64, 0.045, 0.35, 1) 0.5s 1 forwards;
          animation: aniMain 6s cubic-bezier(0.64, 0.045, 0.35, 1) 0.5s 1 forwards;
}

@-webkit-keyframes heading-out {
  0% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}

@keyframes heading-out {
  0% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}

.ua-section-heading {
  position: relative;
}

.ua-section-heading::after {
  content: '';
  position: absolute;
  transform: scale(1, 1);
  left: -23%;
  width: 125%;
  height: 156%;
  background-color: #2557d6;
  z-index: 10;
}

.s-cover {
  position: relative;
}

.s-cover.delighter {
  transform: scaleX(0);
  transform-origin: left top;
  transition-timing-function: cubic-bezier(0.64, 0.045, 0.35, 1);
  transition-duration: .3s;
}

.s-cover.delighter:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleX(1);
  width: 100%;
  height: 110%;
  background-color: #2557d6;
  transition-timing-function: cubic-bezier(0.64, 0.045, 0.35, 1);
  transition-duration: .4s;
  transition-delay: .5s;
}

.s-cover.started {
  transform: scaleX(1);
  transform-origin: left top;
  transition-timing-function: cubic-bezier(0.64, 0.045, 0.35, 1);
  transition-duration: .3s;
}

.s-cover.started:after {
  transition-timing-function: cubic-bezier(0.64, 0.045, 0.35, 1);
  transition-duration: 1s;
  -webkit-animation: heading-out .4s ease-in-out .5s alternate forwards;
          animation: heading-out .4s ease-in-out .5s alternate forwards;
}

/* Firefox */
@-moz-document url-prefix() {
  .sec03__container .c-heading__section {
    line-height: 0.6;
  }
  @media screen and (max-width: 835px) {
    .sec03__container .c-heading__section::before {
      top: -5px;
      top: -1.046vw;
    }
  }
  @media screen and (max-width: 835px) {
    .sec03__container .c-heading__section::after {
      top: -1.046vw;
      height: 12vw;
    }
  }
}

@media screen and (max-width: 835px) {
  .sec05__container .c-heading__section::after {
    top: -0.933vw;
    height: 6.667vw;
  }
}

@media screen and (max-width: 835px) {
  .sec07__container .c-heading__section::after {
    width: 102%;
    height: 12vw;
  }
}
