@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Teko:300,400,500,600,700);
@-webkit-keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  from {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  from {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes topToBottom {
  from {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes topToBottom {
  from {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes bottomToTop {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes bottomToTop {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*****************************************************
  Foundation
*****************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: inherit;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 0;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  /* 2 */
  margin: 0;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  /* 1 */
  padding: 0;
  border: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  font-size: 1.6rem;
}

html {
  overflow-x: hidden;
  background: transparent;
  font-size: 10px;
}

html.-open {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  word-wrap: break-word;
  position: relative;
  min-width: 100%;
  overflow: hidden;
  background: #fff;
  color: #000;
  font: 400 1.6rem/1.8 "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  word-break: break-word;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

* {
  box-sizing: border-box;
}

ul, ol, li, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin-top: 1em;
  margin-bottom: 1em;
}

em {
  font-style: normal;
}

p {
  margin: 0;
}

img {
  -webkit-touch-callout: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: .1s linear;
}

select {
  white-space: nowrap;
}

a {
  color: #00498a;
  text-decoration: none;
  opacity: 1;
  transition: .1s linear;
}

a:hover {
  text-decoration: underline;
}

@media (max-width: 812px) {
  body {
    font: 400 1.4em/1.4 -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  }
  a:hover {
    text-decoration: none;
  }
}

/*****************************************************
  Layout
*****************************************************/
/* =================================================
  Frame
================================================= */
.l-main {
  position: relative;
}

.l-article {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
}

.l-content {
  position: relative;
  width: 100%;
  max-width: 118rem;
  margin: 0 auto;
}

.l-content_inner {
  padding-right: 10vw;
  padding-bottom: 100px;
  padding-left: 5vw;
  background: rgba(255, 255, 255, 0.5);
}

.l-bg_left {
  background: linear-gradient(to right, #faf7e6 0%, #faf7e6 50%, #ffffff 50%, #ffffff 100%);
}

.l-bg_right {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #faf7e6 50%, #faf7e6 100%);
}

@media (max-width: 812px) {
  .l-content {
    padding: 0;
  }
  .l-content_bg {
    width: 100%;
  }
}

/* =================================================
  Header
================================================= */
.l-header {
  z-index: 7;
  position: fixed;
  top: 0;
  width: 100%;
  height: 64px;
  background: rgba(0, 73, 138, 0.85);
}

.l-header_inner {
  display: flex;
}

.l-header_logo {
  display: flex;
  align-items: flex-end;
  padding-top: 1.6rem;
  padding-left: 2rem;
}

.l-header_logo_main {
  margin-right: 2rem;
}

.l-header_logo:hover {
  text-decoration: none;
}

.l-header_logo_sp {
  display: none;
}

@media (max-width: 812px) {
  .l-header {
    width: 100%;
    height: 64px;
  }
  .l-header_inner {
    display: flex;
  }
  .l-header_logo {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 1.2rem;
    padding-left: 2rem;
  }
  .l-header_logo_main {
    display: none;
    width: 170px;
    margin-right: 2rem;
    margin-bottom: 0.7rem;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: width 0.4s ease;
  }
  .l-header_logo_sub {
    display: none;
    width: 208px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: width 0.4s ease;
  }
  .l-header_logo:hover {
    text-decoration: none;
  }
  .l-header_logo_sp {
    display: block;
    width: 21rem;
    transition: width 0.4s ease;
  }
  .js-floatingHeader {
    transition: 0.4s;
  }
  .js-floatingHeader.-scroll {
    height: 50px;
    transition: 0.4s;
  }
  .js-floatingHeader.-scroll .l-header_logo {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 0.7rem;
    padding-left: 2rem;
  }
  .js-floatingHeader.-scroll .l-header_logo .l-header_logo_main {
    width: 150px;
    margin-right: 2rem;
    margin-bottom: 0.7rem;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: width 0.4s ease;
  }
  .js-floatingHeader.-scroll .l-header_logo .l-header_logo_sub {
    width: 188px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: width 0.4s ease;
  }
  .js-floatingHeader.-scroll .l-header_logo .l-header_logo_sp {
    width: 188px;
    transition: width 0.4s ease;
  }
}

/* =================================================
  .l-nav
================================================= */
.l-nav {
  -webkit-overflow-scrolling: touch;
  z-index: 6;
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  overflow: auto;
  opacity: 0;
  transition: 0.4s ease;
}

.l-nav.-active {
  display: block;
  top: 6.4rem;
  right: 0;
  opacity: 1;
  transition: 0.4s ease;
}

.l-nav_inner {
  padding: 0 2rem;
  background: rgba(0, 73, 138, 0.85);
}

.l-nav_list {
  display: flex;
  flex-direction: column;
  max-width: 118rem;
  margin: 0 auto;
  padding: 4.5rem 0;
}

.l-nav_list_item {
  flex-grow: 1;
  width: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: right;
  transition: 0.4s ease;
}

.l-nav_list_item:hover {
  transition: 0.4s ease;
}

.l-nav_list_item_link {
  display: block;
  position: relative;
  height: auto;
  padding: 1.5rem 6rem 1.5rem 2rem;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.l-nav_list_item_link::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0.4rem;
  bottom: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: '';
  transition: 0.2s linear;
}

.l-nav_list_item_link:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0.3rem;
  bottom: 0;
  width: 2.8rem;
  height: 0.2rem;
  margin: auto 0;
  background: currentColor;
  content: '';
  transition: 0.2s linear;
}

.l-nav_list_item_link:hover {
  text-decoration: none;
}

.l-nav_list_item_link:hover::after {
  right: -1.2rem;
}

.l-nav_list_item_link:hover::before {
  right: -1.3rem;
  width: 4.4rem;
}

.l-spMenu_btn {
  display: block;
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  width: 6.4rem;
  height: 6.4rem;
  background: transparent;
  cursor: pointer;
}

.l-spMenu_btn:before {
  display: block;
  position: absolute;
  top: 1.9rem;
  right: 1.6rem;
  width: 3.2rem;
  height: 0.3rem;
  background: #fff;
  content: "";
  transition: 0.4s ease;
}

.l-spMenu_btn:after {
  display: block;
  position: absolute;
  top: 3.9rem;
  right: 1.6rem;
  width: 3.2rem;
  height: 0.3rem;
  background: #fff;
  content: "";
  transition: 0.4s ease;
}

.l-spMenu_btn i {
  display: block;
  position: absolute;
  top: 2.9rem;
  right: 1.6rem;
  width: 3.2rem;
  height: 0.3rem;
  background: #fff;
  transition: 0.4s ease;
}

.l-spMenu_btn.-active:before {
  top: 3rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  transition: 0.4s ease;
}

.l-spMenu_btn.-active:after {
  top: 3rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  transition: 0.4s ease;
}

.l-spMenu_btn.-active i {
  display: none;
}

.js-navSwitchTarget {
  display: none;
}

.js-navSwitch.-active + .js-navSwitchTarget {
  display: block;
}

.js-overLayer {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  cursor: pointer;
}

@media (max-width: 812px) {
  .l-nav {
    transition: 0.4s ease;
  }
  .l-nav_list {
    padding: 4.2rem 0;
  }
  .l-nav_list_item {
    flex-grow: 1;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: right;
    transition: 0.4s ease;
  }
  .l-nav_list_item:hover {
    transition: 0.4s ease;
  }
  .l-nav_list_item_link {
    display: block;
    position: relative;
    height: auto;
    padding: 1.4rem 2rem 1.4rem 1rem;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .l-nav_list_item_link::after {
    display: none;
  }
  .l-nav_list_item_link:before {
    display: none;
  }
  .l-nav.-scroll.-active {
    top: 5rem;
    opacity: 1;
    transition: 0.4s ease;
  }
  .l-spMenu_btn.-scroll {
    width: 5rem;
    height: 5rem;
  }
  .l-spMenu_btn.-scroll:before {
    top: 1.2rem;
    transition: 0.4s ease;
  }
  .l-spMenu_btn.-scroll:after {
    top: 3.2rem;
    transition: 0.4s ease;
  }
  .l-spMenu_btn.-scroll i {
    top: 2.2rem;
    transition: 0.4s ease;
  }
  .l-spMenu_btn.-scroll.-active:before {
    top: 2.3rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: 0.4s ease;
  }
  .l-spMenu_btn.-scroll.-active:after {
    top: 2.3rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    transition: 0.4s ease;
  }
}

/* =================================================
  Footer
================================================= */
.l-footer {
  position: relative;
  padding: 0 2rem;
  background: #00498a;
  color: #fff;
}

.l-footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 118rem;
  height: 14.4rem;
  margin: 0 auto;
}

.l-footer_content {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.l-footer_content_logo {
  margin-right: 6rem;
}

.l-footer_content_list {
  display: flex;
}

.l-footer_content_list_item {
  margin-right: 3rem;
}

.l-footer_content_list_item:last-child {
  margin-right: 0;
}

.l-footer_content_list_item_link {
  position: relative;
  padding-left: 2rem;
  color: #fff;
  font-size: 1.4rem;
}

.l-footer_content_list_item_link:before {
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto 0;
  transform: rotate(45deg);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: '';
  transition: 0.2s linear;
}

.l-footer_content_list_item_link:hover:before {
  left: 0.5rem;
}

.l-footer_pagetop {
  display: none;
  z-index: 2;
  position: absolute;
  top: -7.4rem;
  right: 1rem;
  width: 6.4rem;
  height: 6.4rem;
  margin-left: auto;
  border: solid 2px #00498a;
  background: rgba(255, 255, 255, 0.5);
  transition: opacity 0.3s linear;
}

.l-footer_pagetop.-fixed {
  position: fixed;
  top: auto;
  bottom: 1rem;
}

.l-footer_pagetop a {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  text-indent: -100vh;
  white-space: nowrap;
}

.l-footer_pagetop a::after {
  display: block;
  position: absolute;
  top: 1.8rem;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin: auto 0;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  border-top: 2px solid #00498a;
  border-right: 2px solid #00498a;
  content: '';
  transition: 0.2s linear;
}

.l-footer_pagetop a:before {
  display: block;
  position: absolute;
  top: 1.7rem;
  left: 50%;
  width: 0.2rem;
  height: 2.8rem;
  margin: auto 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #00498a;
  content: '';
  transition: 0.2s linear;
}

.l-footer_pagetop a:hover {
  text-decoration: none;
}

.l-footer_pagetop a:hover::after {
  top: 0.2rem;
}

.l-footer_pagetop a:hover::before {
  top: 0.2rem;
  height: 4.4rem;
}

.l-footer_copyright {
  font-size: 1.4rem;
  text-align: right;
}

@media (max-width: 1024px) {
  .l-footer_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .l-footer_copyright {
    padding-top: 3rem;
  }
}

@media (max-width: 812px) {
  .l-footer {
    padding: 0 0rem;
  }
  .l-footer_inner {
    display: block;
    max-width: 118rem;
    height: auto;
    margin: 0 auto;
  }
  .l-footer_content {
    display: block;
  }
  .l-footer_content_logo {
    margin: 0;
    padding: 4rem 0 3rem;
    text-align: center;
  }
  .l-footer_content_list {
    display: flex;
    justify-content: center;
  }
  .l-footer_content_list_item {
    margin-right: 0;
  }
  .l-footer_content_list_item:first-child {
    margin-right: 5rem;
  }
  .l-footer_content_list_item_link {
    position: relative;
    padding-left: 1.5rem;
    color: #fff;
    font-size: 1.4rem;
  }
  .l-footer_content_list_item_link:hover:before {
    left: 0.2rem;
  }
  .l-footer_pagetop {
    display: none;
    z-index: 2;
    position: absolute;
    top: -4.5rem;
    right: 0.5rem;
    width: 4rem;
    height: 4rem;
    margin-left: auto;
    border: solid 2px #00498a;
    transition: opacity 0.3s linear;
  }
  .l-footer_pagetop.-fixed {
    position: fixed;
    top: auto;
    bottom: 1rem;
  }
  .l-footer_pagetop a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    text-indent: -100vh;
    white-space: nowrap;
  }
  .l-footer_pagetop a::after {
    display: block;
    position: absolute;
    top: 0.8rem;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    margin: auto 0;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
    border-top: 2px solid #00498a;
    border-right: 2px solid #00498a;
    content: '';
    transition: 0.2s linear;
  }
  .l-footer_pagetop a:before {
    display: block;
    position: absolute;
    top: 0.7rem;
    left: 50%;
    width: 0.2rem;
    height: 2.4rem;
    margin: auto 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #00498a;
    content: '';
    transition: 0.2s linear;
  }
  .l-footer_pagetop a:hover {
    text-decoration: none;
  }
  .l-footer_pagetop a:hover::after {
    top: 0.2rem;
    top: 0.8rem;
  }
  .l-footer_pagetop a:hover::before {
    top: 0rem;
    top: 0.7rem;
    height: 2.6rem;
    height: 2.4rem;
  }
  .l-footer_copyright {
    padding: 3rem 0.5rem 4rem;
    font-size: 1.2rem;
    text-align: center;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .l-footer_pagetop.-fixed {
    bottom: 5.4rem;
  }
}

/* =================================================
  .l-topicsPath
================================================= */
.l-topicsPath {
  position: relative;
  padding: 1.5rem 3rem;
  background: linear-gradient(to right, #0e478e 0%, #22a7e9 100%);
}

.l-topicsPath:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #577fb1 0%, #65c2f0 100%);
  content: "";
}

.l-topicsPath_inner {
  display: flex;
  width: 100%;
  max-width: 118rem;
  margin: 0 auto;
  font-size: 1.4rem;
}

.l-topicsPath_item a {
  color: #fff;
}

.l-topicsPath_item + .l-topicsPath_item::before {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: 0.1em;
  content: '';
}

@media (max-width: 812px) {
  .l-topicsPath {
    padding: 1.1rem 2rem;
    border-bottom: none;
  }
  .l-topicsPath_inner {
    flex-wrap: nowrap;
    overflow: auto;
    font-size: 1rem;
  }
  .l-topicsPath_item {
    flex-shrink: 0;
  }
  .l-topicsPath_item + .l-topicsPath_item::before {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.l-pageHeader {
  margin-bottom: 4rem;
  background: linear-gradient(to right, #0e478e 0%, #22a7e9 100%);
}

.l-pageHeader_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 118rem;
  height: 13rem;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 700;
}

.l-pageHeader_title {
  margin: 0;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

.l-pageHeader_subtitle {
  display: inline-block;
  margin-top: 1rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

.l-pageHeader_subtitle span {
  padding: 0.5rem 1.5rem;
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 0.2rem;
}

@media (max-width: 812px) {
  .l-pageHeader {
    margin-bottom: 4rem;
    padding: 0 2rem;
  }
  .l-pageHeader_inner {
    display: flex;
    width: 100%;
    max-width: 118rem;
    height: auto;
    min-height: 10rem;
    margin: 0 auto;
    padding: 2rem 0;
  }
  .l-pageHeader_title {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 700;
  }
}

/* =================================================
  .l-section
================================================= */
.l-section {
  padding: 0 5rem;
}

@media (max-width: 812px) {
  .l-section + .l-section {
    margin-top: 3rem;
  }
  .l-section.-case {
    margin: 4rem -2rem 3rem;
    padding: 4rem 2rem;
  }
}

.l-column {
  display: flex;
  position: relative;
  align-items: flex-start;
  width: 100%;
  max-width: 118rem;
  margin: 0 auto;
}

.l-primary {
  flex: 1;
}

.l-secondary {
  position: relative;
  flex-shrink: 0;
  width: 29rem;
  margin-left: 3rem;
}

.l-secondary.-case {
  width: 39.4rem;
}

.l-secondary_title {
  margin: 0 0 3rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.l-secondary.-gray {
  padding: 3rem 2rem;
  background: #f7f7f7;
}

.l-secondary:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: linear-gradient(to right, #0f478e 0%, #23a7e9 100%);
  content: "";
}

.l-secondary .c-linkArrow:before {
  top: 0.4em;
}

.l-secondary .c-linkArrow.-url:before {
  top: 0.6em;
}

.l-secondary .p-panelUnit + .p-panelUnit {
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .l-column {
    display: flex;
    display: block;
    flex-direction: column;
  }
  .l-secondary {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    margin-top: 6rem;
    margin-left: 0;
  }
  .l-secondary.-case {
    width: 100%;
    margin-bottom: 1rem;
  }
  .l-secondary_title {
    margin: 0 0 3rem;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .l-secondary.-gray {
    padding: 3rem 2rem;
    background: #f7f7f7;
  }
  .l-secondary:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.3rem;
    background: linear-gradient(to right, #0f478e 0%, #23a7e9 100%);
    content: "";
  }
}

/*****************************************************
  Object
*****************************************************/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

@media (max-width: 812px) {
  .u-mt0 {
    margin-top: 0vw !important;
  }
  .u-mr0 {
    margin-right: 0vw !important;
  }
  .u-mb0 {
    margin-bottom: 0vw !important;
  }
  .u-ml0 {
    margin-left: 0vw !important;
  }
  .u-mt5 {
    margin-top: 0.66667vw !important;
  }
  .u-mr5 {
    margin-right: 0.66667vw !important;
  }
  .u-mb5 {
    margin-bottom: 0.66667vw !important;
  }
  .u-ml5 {
    margin-left: 0.66667vw !important;
  }
  .u-mt10 {
    margin-top: 1.33333vw !important;
  }
  .u-mr10 {
    margin-right: 1.33333vw !important;
  }
  .u-mb10 {
    margin-bottom: 1.33333vw !important;
  }
  .u-ml10 {
    margin-left: 1.33333vw !important;
  }
  .u-mt15 {
    margin-top: 2vw !important;
  }
  .u-mr15 {
    margin-right: 2vw !important;
  }
  .u-mb15 {
    margin-bottom: 2vw !important;
  }
  .u-ml15 {
    margin-left: 2vw !important;
  }
  .u-mt20 {
    margin-top: 2.66667vw !important;
  }
  .u-mr20 {
    margin-right: 2.66667vw !important;
  }
  .u-mb20 {
    margin-bottom: 2.66667vw !important;
  }
  .u-ml20 {
    margin-left: 2.66667vw !important;
  }
  .u-mt25 {
    margin-top: 3.33333vw !important;
  }
  .u-mr25 {
    margin-right: 3.33333vw !important;
  }
  .u-mb25 {
    margin-bottom: 3.33333vw !important;
  }
  .u-ml25 {
    margin-left: 3.33333vw !important;
  }
  .u-mt30 {
    margin-top: 4vw !important;
  }
  .u-mr30 {
    margin-right: 4vw !important;
  }
  .u-mb30 {
    margin-bottom: 4vw !important;
  }
  .u-ml30 {
    margin-left: 4vw !important;
  }
  .u-mt35 {
    margin-top: 4.66667vw !important;
  }
  .u-mr35 {
    margin-right: 4.66667vw !important;
  }
  .u-mb35 {
    margin-bottom: 4.66667vw !important;
  }
  .u-ml35 {
    margin-left: 4.66667vw !important;
  }
  .u-mt40 {
    margin-top: 5.33333vw !important;
  }
  .u-mr40 {
    margin-right: 5.33333vw !important;
  }
  .u-mb40 {
    margin-bottom: 5.33333vw !important;
  }
  .u-ml40 {
    margin-left: 5.33333vw !important;
  }
  .u-mt45 {
    margin-top: 6vw !important;
  }
  .u-mr45 {
    margin-right: 6vw !important;
  }
  .u-mb45 {
    margin-bottom: 6vw !important;
  }
  .u-ml45 {
    margin-left: 6vw !important;
  }
  .u-mt50 {
    margin-top: 6.66667vw !important;
  }
  .u-mr50 {
    margin-right: 6.66667vw !important;
  }
  .u-mb50 {
    margin-bottom: 6.66667vw !important;
  }
  .u-ml50 {
    margin-left: 6.66667vw !important;
  }
  .u-mt55 {
    margin-top: 7.33333vw !important;
  }
  .u-mr55 {
    margin-right: 7.33333vw !important;
  }
  .u-mb55 {
    margin-bottom: 7.33333vw !important;
  }
  .u-ml55 {
    margin-left: 7.33333vw !important;
  }
  .u-mt60 {
    margin-top: 8vw !important;
  }
  .u-mr60 {
    margin-right: 8vw !important;
  }
  .u-mb60 {
    margin-bottom: 8vw !important;
  }
  .u-ml60 {
    margin-left: 8vw !important;
  }
  .u-mt65 {
    margin-top: 8.66667vw !important;
  }
  .u-mr65 {
    margin-right: 8.66667vw !important;
  }
  .u-mb65 {
    margin-bottom: 8.66667vw !important;
  }
  .u-ml65 {
    margin-left: 8.66667vw !important;
  }
  .u-mt70 {
    margin-top: 9.33333vw !important;
  }
  .u-mr70 {
    margin-right: 9.33333vw !important;
  }
  .u-mb70 {
    margin-bottom: 9.33333vw !important;
  }
  .u-ml70 {
    margin-left: 9.33333vw !important;
  }
  .u-mt75 {
    margin-top: 10vw !important;
  }
  .u-mr75 {
    margin-right: 10vw !important;
  }
  .u-mb75 {
    margin-bottom: 10vw !important;
  }
  .u-ml75 {
    margin-left: 10vw !important;
  }
  .u-mt80 {
    margin-top: 10.66667vw !important;
  }
  .u-mr80 {
    margin-right: 10.66667vw !important;
  }
  .u-mb80 {
    margin-bottom: 10.66667vw !important;
  }
  .u-ml80 {
    margin-left: 10.66667vw !important;
  }
  .u-mt85 {
    margin-top: 11.33333vw !important;
  }
  .u-mr85 {
    margin-right: 11.33333vw !important;
  }
  .u-mb85 {
    margin-bottom: 11.33333vw !important;
  }
  .u-ml85 {
    margin-left: 11.33333vw !important;
  }
  .u-mt90 {
    margin-top: 12vw !important;
  }
  .u-mr90 {
    margin-right: 12vw !important;
  }
  .u-mb90 {
    margin-bottom: 12vw !important;
  }
  .u-ml90 {
    margin-left: 12vw !important;
  }
  .u-mt95 {
    margin-top: 12.66667vw !important;
  }
  .u-mr95 {
    margin-right: 12.66667vw !important;
  }
  .u-mb95 {
    margin-bottom: 12.66667vw !important;
  }
  .u-ml95 {
    margin-left: 12.66667vw !important;
  }
  .u-mt100 {
    margin-top: 13.33333vw !important;
  }
  .u-mr100 {
    margin-right: 13.33333vw !important;
  }
  .u-mb100 {
    margin-bottom: 13.33333vw !important;
  }
  .u-ml100 {
    margin-left: 13.33333vw !important;
  }
}

.u-mtNormal {
  margin-top: 4rem !important;
}

.u-mtLarge {
  margin-top: 8rem !important;
}

.u-mbNormal {
  margin-bottom: 4rem !important;
}

.u-mbLarge {
  margin-bottom: 8rem !important;
}

@media (max-width: 812px) {
  .u-mtNormal {
    margin-top: 2rem !important;
  }
  .u-mtLarge {
    margin-top: 4rem !important;
  }
  .u-mbNormal {
    margin-bottom: 2rem !important;
  }
  .u-mbLarge {
    margin-bottom: 4rem !important;
  }
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

@media (max-width: 812px) {
  .u-pt0 {
    padding-top: 0vw !important;
  }
  .u-pr0 {
    padding-right: 0vw !important;
  }
  .u-pb0 {
    padding-bottom: 0vw !important;
  }
  .u-pl0 {
    padding-left: 0vw !important;
  }
  .u-pt5 {
    padding-top: 0.66667vw !important;
  }
  .u-pr5 {
    padding-right: 0.66667vw !important;
  }
  .u-pb5 {
    padding-bottom: 0.66667vw !important;
  }
  .u-pl5 {
    padding-left: 0.66667vw !important;
  }
  .u-pt10 {
    padding-top: 1.33333vw !important;
  }
  .u-pr10 {
    padding-right: 1.33333vw !important;
  }
  .u-pb10 {
    padding-bottom: 1.33333vw !important;
  }
  .u-pl10 {
    padding-left: 1.33333vw !important;
  }
  .u-pt15 {
    padding-top: 2vw !important;
  }
  .u-pr15 {
    padding-right: 2vw !important;
  }
  .u-pb15 {
    padding-bottom: 2vw !important;
  }
  .u-pl15 {
    padding-left: 2vw !important;
  }
  .u-pt20 {
    padding-top: 2.66667vw !important;
  }
  .u-pr20 {
    padding-right: 2.66667vw !important;
  }
  .u-pb20 {
    padding-bottom: 2.66667vw !important;
  }
  .u-pl20 {
    padding-left: 2.66667vw !important;
  }
  .u-pt25 {
    padding-top: 3.33333vw !important;
  }
  .u-pr25 {
    padding-right: 3.33333vw !important;
  }
  .u-pb25 {
    padding-bottom: 3.33333vw !important;
  }
  .u-pl25 {
    padding-left: 3.33333vw !important;
  }
  .u-pt30 {
    padding-top: 4vw !important;
  }
  .u-pr30 {
    padding-right: 4vw !important;
  }
  .u-pb30 {
    padding-bottom: 4vw !important;
  }
  .u-pl30 {
    padding-left: 4vw !important;
  }
  .u-pt35 {
    padding-top: 4.66667vw !important;
  }
  .u-pr35 {
    padding-right: 4.66667vw !important;
  }
  .u-pb35 {
    padding-bottom: 4.66667vw !important;
  }
  .u-pl35 {
    padding-left: 4.66667vw !important;
  }
  .u-pt40 {
    padding-top: 5.33333vw !important;
  }
  .u-pr40 {
    padding-right: 5.33333vw !important;
  }
  .u-pb40 {
    padding-bottom: 5.33333vw !important;
  }
  .u-pl40 {
    padding-left: 5.33333vw !important;
  }
  .u-pt45 {
    padding-top: 6vw !important;
  }
  .u-pr45 {
    padding-right: 6vw !important;
  }
  .u-pb45 {
    padding-bottom: 6vw !important;
  }
  .u-pl45 {
    padding-left: 6vw !important;
  }
  .u-pt50 {
    padding-top: 6.66667vw !important;
  }
  .u-pr50 {
    padding-right: 6.66667vw !important;
  }
  .u-pb50 {
    padding-bottom: 6.66667vw !important;
  }
  .u-pl50 {
    padding-left: 6.66667vw !important;
  }
  .u-pt55 {
    padding-top: 7.33333vw !important;
  }
  .u-pr55 {
    padding-right: 7.33333vw !important;
  }
  .u-pb55 {
    padding-bottom: 7.33333vw !important;
  }
  .u-pl55 {
    padding-left: 7.33333vw !important;
  }
  .u-pt60 {
    padding-top: 8vw !important;
  }
  .u-pr60 {
    padding-right: 8vw !important;
  }
  .u-pb60 {
    padding-bottom: 8vw !important;
  }
  .u-pl60 {
    padding-left: 8vw !important;
  }
  .u-pt65 {
    padding-top: 8.66667vw !important;
  }
  .u-pr65 {
    padding-right: 8.66667vw !important;
  }
  .u-pb65 {
    padding-bottom: 8.66667vw !important;
  }
  .u-pl65 {
    padding-left: 8.66667vw !important;
  }
  .u-pt70 {
    padding-top: 9.33333vw !important;
  }
  .u-pr70 {
    padding-right: 9.33333vw !important;
  }
  .u-pb70 {
    padding-bottom: 9.33333vw !important;
  }
  .u-pl70 {
    padding-left: 9.33333vw !important;
  }
  .u-pt75 {
    padding-top: 10vw !important;
  }
  .u-pr75 {
    padding-right: 10vw !important;
  }
  .u-pb75 {
    padding-bottom: 10vw !important;
  }
  .u-pl75 {
    padding-left: 10vw !important;
  }
  .u-pt80 {
    padding-top: 10.66667vw !important;
  }
  .u-pr80 {
    padding-right: 10.66667vw !important;
  }
  .u-pb80 {
    padding-bottom: 10.66667vw !important;
  }
  .u-pl80 {
    padding-left: 10.66667vw !important;
  }
  .u-pt85 {
    padding-top: 11.33333vw !important;
  }
  .u-pr85 {
    padding-right: 11.33333vw !important;
  }
  .u-pb85 {
    padding-bottom: 11.33333vw !important;
  }
  .u-pl85 {
    padding-left: 11.33333vw !important;
  }
  .u-pt90 {
    padding-top: 12vw !important;
  }
  .u-pr90 {
    padding-right: 12vw !important;
  }
  .u-pb90 {
    padding-bottom: 12vw !important;
  }
  .u-pl90 {
    padding-left: 12vw !important;
  }
  .u-pt95 {
    padding-top: 12.66667vw !important;
  }
  .u-pr95 {
    padding-right: 12.66667vw !important;
  }
  .u-pb95 {
    padding-bottom: 12.66667vw !important;
  }
  .u-pl95 {
    padding-left: 12.66667vw !important;
  }
  .u-pt100 {
    padding-top: 13.33333vw !important;
  }
  .u-pr100 {
    padding-right: 13.33333vw !important;
  }
  .u-pb100 {
    padding-bottom: 13.33333vw !important;
  }
  .u-pl100 {
    padding-left: 13.33333vw !important;
  }
}

.u-wAuto {
  width: auto !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-wfix4 {
  width: 4rem !important;
}

.u-wfix8 {
  width: 8rem !important;
}

.u-wfix12 {
  width: 12rem !important;
}

.u-wfix16 {
  width: 16rem !important;
}

.u-wfix20 {
  width: 20rem !important;
}

.u-wfix24 {
  width: 24rem !important;
}

.u-wfix28 {
  width: 28rem !important;
}

.u-wfix32 {
  width: 32rem !important;
}

.u-wfix36 {
  width: 36rem !important;
}

.u-wfix40 {
  width: 40rem !important;
}

@media (max-width: 812px) {
  [data-spWfix="false"].u-wfix4 {
    width: 100% !important;
  }
  [data-spWfix="false"].u-wfix8 {
    width: 100% !important;
  }
  [data-spWfix="false"].u-wfix12 {
    width: 100% !important;
  }
  [data-spWfix="false"].u-wfix16 {
    width: 100% !important;
  }
  [data-spWfix="false"].u-wfix20 {
    width: 100% !important;
  }
  [data-spWfix="false"].u-wfix24 {
    width: 100% !important;
  }
  [data-spWfix="false"].u-wfix28 {
    width: 100% !important;
  }
  [data-spWfix="false"].u-wfix32 {
    width: 100% !important;
  }
  [data-spWfix="false"].u-wfix36 {
    width: 100% !important;
  }
  [data-spWfix="false"].u-wfix40 {
    width: 100% !important;
  }
}

.u-fs11 {
  font-size: 1.1rem !important;
}

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs13 {
  font-size: 1.3rem !important;
}

.u-fs14 {
  font-size: 1.4rem !important;
}

.u-fs15 {
  font-size: 1.5rem !important;
}

.u-fs16 {
  font-size: 1.6rem !important;
}

.u-fs17 {
  font-size: 1.7rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}

.u-fs19 {
  font-size: 1.9rem !important;
}

.u-fs20 {
  font-size: 2rem !important;
}

.u-fs21 {
  font-size: 2.1rem !important;
}

.u-fs22 {
  font-size: 2.2rem !important;
}

.u-fs23 {
  font-size: 2.3rem !important;
}

.u-fs24 {
  font-size: 2.4rem !important;
}

.u-fs25 {
  font-size: 2.5rem !important;
}

.u-fs26 {
  font-size: 2.6rem !important;
}

.u-fs27 {
  font-size: 2.7rem !important;
}

.u-fs28 {
  font-size: 2.8rem !important;
}

.u-fs29 {
  font-size: 2.9rem !important;
}

.u-fs30 {
  font-size: 3rem !important;
}

.u-fs31 {
  font-size: 3.1rem !important;
}

.u-fs32 {
  font-size: 3.2rem !important;
}

.u-fs33 {
  font-size: 3.3rem !important;
}

.u-fs34 {
  font-size: 3.4rem !important;
}

.u-fs35 {
  font-size: 3.5rem !important;
}

.u-fsBig {
  font-size: 2rem !important;
}

.u-fsSmall {
  font-size: 1.4rem !important;
}

@media (max-width: 812px) {
  .u-fsBig {
    font-size: 1.8rem !important;
  }
  .u-fsSmall {
    font-size: 1.2rem !important;
  }
}

.u-textbold {
  font-weight: 700 !important;
}

.u-textnormal {
  font-weight: 400 !important;
}

.u-textthin {
  font-weight: 200 !important;
}

.u-emp {
  color: #cc0000 !important;
}

.u-serif {
  font-family: "Noto Serif Japanese", serif !important;
}

.u-raleway {
  font-family: "Raleway", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo !important;
}

.u-mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.u-clear {
  clear: both !important;
}

.u-ac {
  text-align: center !important;
}

.u-ar {
  text-align: right !important;
}

.u-al {
  text-align: left !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vb {
  vertical-align: bottom !important;
}

@media (max-width: 1280px) {
  .u-ac-pc {
    text-align: center !important;
  }
  .u-ar-pc {
    text-align: right !important;
  }
  .u-al-pc {
    text-align: left !important;
  }
  .u-vm-pc {
    vertical-align: middle !important;
  }
  .u-vt-pc {
    vertical-align: top !important;
  }
  .u-vb-pc {
    vertical-align: bottom !important;
  }
}

@media (max-width: 812px) {
  .u-ac-sp {
    text-align: center !important;
  }
  .u-ar-sp {
    text-align: right !important;
  }
  .u-al-sp {
    text-align: left !important;
  }
  .u-vm-sp {
    vertical-align: middle !important;
  }
  .u-vt-sp {
    vertical-align: top !important;
  }
  .u-vb-sp {
    vertical-align: bottom !important;
  }
}

.u-sp,
.u-tab,
.u-spOnly {
  display: none !important;
}

@media (max-width: 812px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
}

@media (max-width: 415px) {
  .u-spOnly {
    display: block !important;
  }
}

/* -----------------------------------------------
  .c-btn
----------------------------------------------- */
.c-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  padding: 1.3rem 1.1rem;
  border: 2px solid #ff8c66;
  border: solid 2px #000;
  border-radius: 0.2rem;
  outline: none;
  background-color: #ff8c66;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: 0.2s linear;
}

.c-btn_label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.c-btn.c-grid_col {
  margin-top: 0;
}

.c-btn:hover {
  text-decoration: none;
}

.c-btn.-blue {
  border: 2px solid #00498a;
  background-color: #00498a;
  color: #fff;
}

.c-btn.-blue:hover {
  background-color: #fff;
  color: #00498a;
}

.c-btn.-white {
  border: 2px solid #00498a;
  background-color: #fff;
  color: #00498a;
}

.c-btn.-white:hover {
  background-color: #00498a;
  color: #fff;
}

.c-btn.-inline {
  display: inline-table;
  min-width: 0;
  margin-top: 0;
  margin-left: 2rem;
}

.c-btn.-flex {
  display: table;
  min-width: 39rem;
}

.c-btn.-inlineBlock {
  display: inline-block;
  margin-top: 0;
}

.c-btn.-convertible {
  display: inline-flex;
  min-height: 4rem;
  padding: 0.9rem 1.6rem;
}

.c-btn.-convertible::before {
  min-height: inherit;
  font-size: 0;
  content: "";
}

.c-btn.-small {
  min-width: 40%;
}

.c-btn.-medium {
  min-width: 50%;
}

.c-btn.-large {
  min-width: 75%;
}

.c-btn.-mini {
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
}

.c-btn.-center {
  margin-right: auto;
  margin-left: auto;
}

.c-btn.-right {
  margin-left: auto;
}

.c-btn[class*="-next"], .c-btn[class*="-prev"], .c-btn[class*="-down"], .c-btn[class*="-external"] {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.c-btn.-next::after {
  display: block;
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: '';
  transition: 0.2s linear;
}

.c-btn.-next:before {
  display: block;
  position: absolute;
  top: 0;
  right: 1.1rem;
  bottom: 0;
  width: 2.8rem;
  height: 0.2rem;
  margin: auto 0;
  background: #000;
  content: '';
  transition: 0.2s linear;
}

.c-btn.-next:hover::after {
  right: 0.3rem;
}

.c-btn.-next:hover::before {
  right: 0.2rem;
  width: 3.7rem;
}

.c-btn.-prev::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.6rem;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid  #fff;
  border-left: 2px solid  #fff;
  content: '';
  transition: 0.2s linear;
}

.c-btn.-prev:hover::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.c-btn.-down::after {
  display: block;
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateY(-3px);
          transform: rotate(45deg) translateY(-3px);
  border-right: 2px solid #00498a;
  border-bottom: 2px solid #00498a;
  content: '';
  transition: 0.2s linear;
}

.c-btn.-down:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.c-btn.-external {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  background-image: url("../images/common/ico_external.svg");
  background-position: calc(100% - 1.1rem) 50%;
  background-size: 1.6rem auto;
}

.c-btn.-external:hover {
  background-image: url("../images/common/ico_external_02.svg");
}

.c-btn.-modal {
  background-image: url("../images/common/ico_modal.svg");
  background-position: calc(100% - 1.1rem) 50%;
  background-size: 13px auto;
}

.c-btn.-modal:hover {
  background-image: url("../images/common/ico_modal_02.svg");
}

.c-btn.-disabled {
  border-color: #999;
  background: #999;
  pointer-events: none;
}

.c-btn.-disabled:hover {
  background: #999;
}

.c-btn.-reverse {
  border: 1px solid #00498a;
  background-color: #00498a;
  color: #fff;
}

.c-btn.-reverse:hover {
  background-color: #fff;
  color: #00498a;
}

.c-btn.-reverse.-next::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-btn.-reverse.-next:hover::after {
  border-top: 2px solid #00498a;
  border-right: 2px solid #00498a;
}

.c-btn.-reverse.-external {
  background-image: url("../images/common/ico_external_02.svg");
}

.c-btn.-reverse.-external:hover {
  background-image: url("../images/common/ico_external.svg");
}

.c-btn.-contact {
  border-color: #f0434f;
  background: #f0434f;
}

.c-btn.-contact i {
  padding-left: 2.5rem;
  background: url(../images/common/ico_mail_reverse.svg) no-repeat left center;
  background-size: 2rem;
  font-style: normal;
}

.c-btn.-contact:hover {
  background-color: #d50507;
}

.c-btn.c-grid_col {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 812px) {
  .c-btn {
    min-width: 0;
    margin-top: 3.5rem;
    padding: 1.5rem 1.3rem;
    font-size: 1.8rem;
  }
  .c-btn.-inline {
    display: block;
    width: 100%;
    min-height: 0;
    margin-left: 0;
  }
  .c-btn.-flex {
    width: 100%;
    min-width: 0;
  }
  .c-btn.-flex .c-btn_label {
    display: flex;
  }
  .c-btn.-convertible {
    min-height: 3rem;
  }
  .c-btn.-small {
    min-width: 0;
  }
  .c-btn.-medium {
    min-width: 0;
  }
}

/* -----------------------------------------------
  title
----------------------------------------------- */
.c-titleLvTwo {
  position: relative;
  margin-top: 0px;
  margin-bottom: 6rem;
  color: #00498a;
  font-family: 'Raleway',serif;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

.c-titleLvTwo_sub {
  display: block;
  margin-top: 0.5rem;
  font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2rem;
  letter-spacing: -0.01em;
}

.c-titleLvTwo.-reverse {
  color: #f7f2da;
}

.c-titleLvTwo .-slash {
  margin: 0 0.3em;
  font-weight: 400;
}

.c-titleLvTwo .-text {
  display: inline-block;
}

@media (max-width: 812px) {
  .c-titleLvTwo {
    margin-top: 0px;
    margin-bottom: 4rem;
    font-family: 'Raleway',serif;
    font-size: 3.6rem;
  }
  .c-titleLvTwo_sub {
    margin-top: 0.5rem;
    font-size: 1.8rem;
  }
  .c-titleLvTwo .-slash {
    margin: 0;
    font-weight: 400;
  }
}

.c-titleLvTwo02 {
  margin: 0 auto 6rem auto;
  color: #00498a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.c-titleLvTwo02.-raleway {
  font-family: Raleway;
  font-size: 5.2rem;
  letter-spacing: 0.05em;
}

@media (max-width: 812px) {
  .c-titleLvTwo02 {
    margin: 0 auto 4rem auto;
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: left;
  }
  .c-titleLvTwo02.-raleway {
    font-family: Raleway;
    font-size: 3.12rem;
    letter-spacing: 0.05em;
  }
}

.c-titleLvThree {
  margin: 0 auto 3.5rem auto;
  color: #00498a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.c-titleLvThree span {
  padding: 0 1rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 241, 3, 0) 60%, #fff100 60%, #fff100 100%);
}

.c-titleLvThree.-raleway {
  font-family: Raleway;
  font-size: 4.4rem;
  letter-spacing: 0.05em;
}

.c-titleLvThree.-dark {
  margin-bottom: 5.5rem;
  color: #000;
}

@media (max-width: 812px) {
  .c-titleLvThree {
    font-size: 2.86rem;
  }
  .c-titleLvThree.-raleway {
    font-size: 2.86rem;
  }
  .c-titleLvThree.-dark {
    margin-bottom: 4rem;
    color: #000;
    font-size: 2.4rem;
  }
  .c-titleLvThree.-dark span {
    padding: 0;
  }
  .c-titleLvThree.-dark img {
    width: 4rem;
    margin-top: -4px;
  }
}

.c-titleLvFour {
  position: relative;
  margin: 0 0 3rem;
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.c-titleLvFour:before {
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  background: linear-gradient(135deg, #0e478e 0%, #23a7e9 100%);
  content: "";
}

.c-titleLvFour:after {
  position: absolute;
  top: 1rem;
  left: 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  content: "";
}

@media (max-width: 812px) {
  .c-titleLvFour {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  .c-titleLvFour:before {
    top: 0.5rem;
  }
  .c-titleLvFour:after {
    top: 0.9rem;
  }
}

.c-titleGeneral {
  margin: 0 0 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 812px) {
  .c-titleGeneral {
    margin: 0 0 1.5rem;
    font-size: 1.6rem;
  }
}

/* -----------------------------------------------
  .c-lead
----------------------------------------------- */
.c-lead {
  margin: 0 0 2rem;
  font-size: 3rem;
  font-weight: 400;
}

@media (max-width: 812px) {
  .c-lead {
    font-size: 2rem;
  }
}

/* -----------------------------------------------
  .c-text
----------------------------------------------- */
.c-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

.c-text + .c-text {
  margin-top: 3rem;
}

@media (max-width: 812px) {
  .c-text {
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------
  .c-figure
----------------------------------------------- */
.c-figure {
  margin: 0 auto;
  text-align: center;
}

.c-figure_caption {
  margin: 1.5rem 0 1rem;
  font-size: 1.4rem;
}

.c-figure + .c-figure {
  margin-top: 4rem;
}

@media (max-width: 812px) {
  .c-figure img {
    width: auto;
    max-width: 100%;
  }
}

/* -----------------------------------------------
  .c-imgList
----------------------------------------------- */
.c-imgList_item {
  text-align: center;
}

.c-imgList_item > a {
  display: block;
}

.c-imgList_item > a + .c-imgList_caption {
  margin: 1.5rem 0 0;
}

.c-imgList_item > img ~ .c-imgList_caption {
  margin: 1.5rem 0 0;
}

.c-imgList_caption {
  margin: 0 0 1.5rem;
  font-size: 1.3rem;
}

@media (max-width: 812px) {
  .c-imgList_item img {
    max-width: 100%;
  }
  .c-imgList_caption {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------
  .c-imageUnit
----------------------------------------------- */
.c-imageUnit {
  zoom: 1;
  overflow: hidden;
}

.c-imageUnit_text {
  zoom: 1;
  overflow: hidden;
}

.c-imageUnit_image {
  margin: 0;
  text-align: center;
}

.c-imageUnit_image_caption {
  margin: 1rem 0 0;
  font-size: 1.3rem;
}

.c-imageUnit.-parallel .c-imageUnit_text {
  overflow: visible;
}

.c-imageUnit.-parallel .c-imageUnit_image {
  margin-bottom: 3rem;
}

.c-imageUnit.-imageL .c-imageUnit_image {
  margin-right: 3rem;
  float: left;
}

.c-imageUnit.-imageR .c-imageUnit_image {
  margin-left: 3rem;
  float: right;
}

@media (max-width: 1024px) {
  .c-imageUnit[data-tabgrid="false"] .c-imageUnit_image {
    margin: 0 0 3rem;
    float: none;
  }
  .c-imageUnit[data-tabgrid="false"] .c-imageUnit_image img {
    width: auto;
  }
  .c-imageUnit.-rtl {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .c-imageUnit.-rtl.-imageL .c-imageUnit_image {
    margin-top: 3rem;
    margin-bottom: 0;
  }
  .c-imageUnit.-rtl.-imageR .c-imageUnit_image {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .c-imageUnit.-rtl[data-tabgrid="false"] .c-imageUnit_image {
    margin-top: 3rem;
    margin-bottom: 0;
  }
}

@media (max-width: 812px) {
  .c-imageUnit.-imageL .c-imageUnit_image {
    margin-right: 1.5rem;
  }
  .c-imageUnit.-imageR .c-imageUnit_image {
    margin-left: 1.5rem;
  }
  .c-imageUnit.-rtl {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .c-imageUnit.-rtl.-imageL .c-imageUnit_image {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .c-imageUnit.-rtl.-imageR .c-imageUnit_image {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .c-imageUnit.-rtl[data-spgrid="false"] .c-imageUnit_image {
    margin-top: 2rem;
    margin-bottom: 0;
  }
  .c-imageUnit[data-spgrid="false"] .c-imageUnit_image {
    margin: 0 0 2rem;
    float: none;
  }
  .c-imageUnit[data-spgrid="false"] .c-imageUnit_image img {
    width: auto;
  }
}

/* -----------------------------------------------
  .c-btnList
----------------------------------------------- */
.c-btnList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -2rem -2rem;
}

.c-btnList_item {
  margin: 0 0 2rem 2rem;
}

.c-btnList_item_link {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  min-height: 8rem;
  padding: 1.3rem 1.6rem;
  border: 1px solid #00498a;
  outline: none;
  background-color: #fff;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  transition: 0.2s linear;
}

.c-btnList_item_link:hover {
  background-color: #00498a;
  color: #fff;
  text-decoration: none;
}

.c-btnList_item_link.-next {
  padding-right: 3.5rem;
}

.c-btnList_item_link.-next::after {
  display: block;
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #00498a;
  border-right: 2px solid #00498a;
  content: '';
  transition: 0.2s linear;
}

.c-btnList_item_link.-next:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-btnList_item_link.-external {
  padding-right: 3.5rem;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  background-image: url("../images/common/ico_external.svg");
  background-position: calc(100% - 1.1rem) 50%;
  background-size: 1.6rem auto;
}

.c-btnList_item_link.-external:hover {
  background-image: url("../images/common/ico_external_02.svg");
}

.c-btnList_item_link.-modal {
  padding-right: 3.5rem;
  background-image: url("../images/common/ico_modal.svg");
  background-position: calc(100% - 1.1rem) 50%;
}

.c-btnList_item_link.-modal:hover {
  background-image: url("../images/common/ico_modal_02.svg");
}

.c-btnList.-division2 .c-btnList_item {
  width: calc(100%/2 - 2rem);
}

.c-btnList.-division3 .c-btnList_item {
  width: calc(33.33% - 2rem);
}

@media (max-width: 1024px) {
  .c-btnList[data-tabgrid="false"] {
    display: block;
    margin: 0;
  }
  .c-btnList[data-tabgrid="false"] .c-btnList_item {
    width: auto;
    margin: 0;
  }
  .c-btnList[data-tabgrid="false"] .c-btnList_item + .c-btnList_item {
    margin-top: 2rem;
  }
  .c-btnList[data-tabgrid="2"] .c-btnList_item {
    width: calc(100%/2 - 2rem);
  }
}

@media (max-width: 812px) {
  .c-btnList[data-spgrid="false"], .c-btnList[data-tabgrid="false"] {
    display: block;
    margin: 0;
  }
  .c-btnList[data-spgrid="false"] .c-btnList_item, .c-btnList[data-tabgrid="false"] .c-btnList_item {
    width: auto;
    margin: 0;
  }
  .c-btnList[data-spgrid="false"] .c-btnList_item + .c-btnList_item, .c-btnList[data-tabgrid="false"] .c-btnList_item + .c-btnList_item {
    margin-top: 1rem;
  }
  .c-btnList_item_link {
    min-height: 6rem;
    padding: 1.3rem;
    font-size: 1.5rem;
  }
}

/* -----------------------------------------------
  .c-grid
----------------------------------------------- */
.c-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -3rem;
  margin-left: -3rem;
}

.c-grid.-center {
  justify-content: center;
}

.c-grid.-reverse {
  flex-direction: row-reverse;
}

.c-grid.-middle {
  align-items: center;
}

.c-grid.-end {
  align-items: flex-end;
}

.c-grid > .c-grid_col {
  margin-bottom: 3rem;
  margin-left: 3rem;
}

.c-grid > .c-grid_col.-span1 {
  width: calc((((100% / 12) * 1 ) - 0.01%) - 3rem);
}

.c-grid > .c-grid_col.-span2 {
  width: calc((((100% / 12) * 2 ) - 0.01%) - 3rem);
}

.c-grid > .c-grid_col.-span3 {
  width: calc((((100% / 12) * 3 ) - 0.01%) - 3rem);
}

.c-grid > .c-grid_col.-span4 {
  width: calc((((100% / 12) * 4 ) - 0.01%) - 3rem);
}

.c-grid > .c-grid_col.-span5 {
  width: calc((((100% / 12) * 5 ) - 0.01%) - 3rem);
}

.c-grid > .c-grid_col.-span6 {
  width: calc((((100% / 12) * 6 ) - 0.01%) - 3rem);
}

.c-grid > .c-grid_col.-span7 {
  width: calc((((100% / 12) * 7 ) - 0.01%) - 3rem);
}

.c-grid > .c-grid_col.-span8 {
  width: calc((((100% / 12) * 8 ) - 0.01%) - 3rem);
}

.c-grid > .c-grid_col.-span9 {
  width: calc((((100% / 12) * 9 ) - 0.01%) - 3rem);
}

.c-grid > .c-grid_col.-span10 {
  width: calc((((100% / 12) * 10 ) - 0.01%) - 3rem);
}

.c-grid > .c-grid_col.-span11 {
  width: calc((((100% / 12) * 11 ) - 0.01%) - 3rem);
}

.c-grid > .c-grid_col.-span12 {
  width: calc((((100% / 12) * 12 ) - 0.01%) - 3rem);
}

.c-grid.-division2 > .c-grid_col {
  width: calc(((100% / 2) - 0.01%) - 3rem);
}

.c-grid.-division3 > .c-grid_col {
  width: calc(33.33% - 3rem);
}

.c-grid.-division4 > .c-grid_col {
  width: calc(((100% / 4) - 0.01%) - 3rem);
}

.c-grid.-mbnarrow {
  margin-bottom: 0;
  margin-left: -3rem;
}

.c-grid.-mbnarrow > .c-grid_col {
  margin-bottom: 1rem;
}

.c-grid.-mbnone {
  margin-bottom: 0;
}

.c-grid.-mbnone > .c-grid_col {
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .c-grid.-narrow {
    margin-bottom: -1.5rem;
    margin-left: -1.5rem;
  }
  .c-grid.-narrow > .c-grid_col {
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
  }
  .c-grid.-narrow > .c-grid_col.-span1 {
    width: calc((((100% / 12) * 1 ) - 0.01%) - 3rem / 2);
  }
  .c-grid.-narrow > .c-grid_col.-span2 {
    width: calc((((100% / 12) * 2 ) - 0.01%) - 3rem / 2);
  }
  .c-grid.-narrow > .c-grid_col.-span3 {
    width: calc((((100% / 12) * 3 ) - 0.01%) - 3rem / 2);
  }
  .c-grid.-narrow > .c-grid_col.-span4 {
    width: calc((((100% / 12) * 4 ) - 0.01%) - 3rem / 2);
  }
  .c-grid.-narrow > .c-grid_col.-span5 {
    width: calc((((100% / 12) * 5 ) - 0.01%) - 3rem / 2);
  }
  .c-grid.-narrow > .c-grid_col.-span6 {
    width: calc((((100% / 12) * 6 ) - 0.01%) - 3rem / 2);
  }
  .c-grid.-narrow > .c-grid_col.-span7 {
    width: calc((((100% / 12) * 7 ) - 0.01%) - 3rem / 2);
  }
  .c-grid.-narrow > .c-grid_col.-span8 {
    width: calc((((100% / 12) * 8 ) - 0.01%) - 3rem / 2);
  }
  .c-grid.-narrow > .c-grid_col.-span9 {
    width: calc((((100% / 12) * 9 ) - 0.01%) - 3rem / 2);
  }
  .c-grid.-narrow > .c-grid_col.-span10 {
    width: calc((((100% / 12) * 10 ) - 0.01%) - 3rem / 2);
  }
  .c-grid.-narrow > .c-grid_col.-span11 {
    width: calc((((100% / 12) * 11 ) - 0.01%) - 3rem / 2);
  }
  .c-grid.-narrow > .c-grid_col.-span12 {
    width: calc((((100% / 12) * 12 ) - 0.01%) - 3rem / 2);
  }
  .c-grid.-narrow.-division2 > .c-grid_col {
    width: calc(((100% / 2) - 0.01%) - 3rem / 2);
  }
  .c-grid.-narrow.-division3 > .c-grid_col {
    width: calc(33.33% - 3rem / 2);
  }
  .c-grid.-narrow.-division4 > .c-grid_col {
    width: calc(((100% / 4) - 0.01%) - 3rem / 2);
  }
}

@media (max-width: 1024px) {
  .c-grid {
    margin-bottom: -1.5rem;
  }
  .c-grid[data-tabgrid="false"] {
    display: block;
    margin: 0;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col {
    width: auto;
    margin-left: 0;
    float: none;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span1 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span2 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span3 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span4 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span5 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span6 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span7 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span8 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span9 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span10 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span11 {
    width: auto;
  }
  .c-grid[data-tabgrid="false"] > .c-grid_col.-span12 {
    width: auto;
  }
}

@media (max-width: 1024px) {
  .c-grid[data-tabgrid="2"] > .c-grid_col {
    width: calc(((100% / 2) - 0.01%) - 3rem);
  }
  .c-grid[data-tabgrid="3"] > .c-grid_col {
    width: calc(33.33% - 3rem);
  }
  .c-grid.-narrow {
    margin-left: -1.5rem;
  }
  .c-grid.-narrow > .c-grid_col {
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
  }
  .c-grid.-narrow > .c-grid_col.-span1 {
    width: calc((((100% / 12) * 1) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow > .c-grid_col.-span2 {
    width: calc((((100% / 12) * 2) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow > .c-grid_col.-span3 {
    width: calc((((100% / 12) * 3) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow > .c-grid_col.-span4 {
    width: calc((((100% / 12) * 4) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow > .c-grid_col.-span5 {
    width: calc((((100% / 12) * 5) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow > .c-grid_col.-span6 {
    width: calc((((100% / 12) * 6) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow > .c-grid_col.-span7 {
    width: calc((((100% / 12) * 7) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow > .c-grid_col.-span8 {
    width: calc((((100% / 12) * 8) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow > .c-grid_col.-span9 {
    width: calc((((100% / 12) * 9) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow > .c-grid_col.-span10 {
    width: calc((((100% / 12) * 10) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow > .c-grid_col.-span11 {
    width: calc((((100% / 12) * 11) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow > .c-grid_col.-span12 {
    width: calc((((100% / 12) * 12) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow[data-tabgrid="2"] > .c-grid_col {
    width: calc(((100% / 2) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow[data-tabgrid="3"] > .c-grid_col {
    width: calc(33.33% - 1.5rem);
  }
  .c-grid.-narrow.-division2 > .c-grid_col {
    width: calc(((100% / 2) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow.-division3 > .c-grid_col {
    width: calc(33.33% - 1.5rem);
  }
  .c-grid.-narrow.-division4 > .c-grid_col {
    width: calc(((100% / 4) - 0.01%) - 1.5rem);
  }
}

@media (max-width: 812px) {
  .c-grid {
    margin-left: -1.5rem;
  }
  .c-grid > .c-grid_col {
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
  }
  .c-grid > .c-grid_col.-span1 {
    width: calc((((100% / 12) * 1) - 0.01%) - 1.5rem);
  }
  .c-grid > .c-grid_col.-span2 {
    width: calc((((100% / 12) * 2) - 0.01%) - 1.5rem);
  }
  .c-grid > .c-grid_col.-span3 {
    width: calc((((100% / 12) * 3) - 0.01%) - 1.5rem);
  }
  .c-grid > .c-grid_col.-span4 {
    width: calc((((100% / 12) * 4) - 0.01%) - 1.5rem);
  }
  .c-grid > .c-grid_col.-span5 {
    width: calc((((100% / 12) * 5) - 0.01%) - 1.5rem);
    width: calc((100% / 2) - 1.5rem);
  }
  .c-grid > .c-grid_col.-span6 {
    width: calc((((100% / 12) * 6) - 0.01%) - 1.5rem);
    width: calc((100% / 2) - 1.5rem);
  }
  .c-grid > .c-grid_col.-span7 {
    width: calc((((100% / 12) * 7) - 0.01%) - 1.5rem);
    width: calc((100% / 2) - 1.5rem);
  }
  .c-grid > .c-grid_col.-span8 {
    width: calc((((100% / 12) * 8) - 0.01%) - 1.5rem);
    width: calc((100% / 2) - 1.5rem);
  }
  .c-grid > .c-grid_col.-span9 {
    width: calc((((100% / 12) * 9) - 0.01%) - 1.5rem);
    width: calc((100% / 2) - 1.5rem);
  }
  .c-grid > .c-grid_col.-span10 {
    width: calc((((100% / 12) * 10) - 0.01%) - 1.5rem);
    width: calc((100% / 2) - 1.5rem);
  }
  .c-grid > .c-grid_col.-span11 {
    width: calc((((100% / 12) * 11) - 0.01%) - 1.5rem);
    width: calc((100% / 2) - 1.5rem);
  }
  .c-grid > .c-grid_col.-span12 {
    width: calc((((100% / 12) * 12) - 0.01%) - 1.5rem);
    width: calc((100% / 2) - 1.5rem);
  }
  .c-grid.-division2 > .c-grid_col {
    width: calc(((100% / 2) - 0.01%) - 1.5rem);
  }
  .c-grid.-division3 > .c-grid_col {
    width: calc(33.33% - 1.5rem);
  }
  .c-grid.-division4 > .c-grid_col {
    width: calc(((100% / 4) - 0.01%) - 1.5rem);
  }
  .c-grid[data-spgrid="false"] {
    display: block;
    margin: 0;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    float: none;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col + .c-grid_col {
    margin-top: 1.5rem;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span1 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span2 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span3 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span4 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span5 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span6 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span7 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span8 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span9 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span10 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span11 {
    width: auto;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col.-span12 {
    width: auto;
  }
  .c-grid[data-spgrid="false"].-mbnarrow > .c-grid_col + .c-grid_col {
    margin-top: 0;
  }
  .c-grid[data-spgrid="false"].-mbnone > .c-grid_col + .c-grid_col {
    margin-top: 0;
  }
  .c-grid[data-spgrid="2"] > .c-grid_col {
    width: calc(((100% / 2) - 0.01%) - 1.5rem);
  }
  .c-grid[data-spgrid="3"] > .c-grid_col {
    width: calc(33.33% - 1.5rem);
  }
  .c-grid.-narrow:not([data-spgrid="false"]) {
    margin-left: -1.5rem;
  }
  .c-grid.-narrow:not([data-spgrid="false"]) > .c-grid_col {
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
  }
  .c-grid.-narrow:not([data-spgrid="false"])[data-spgrid="2"] > .c-grid_col {
    width: calc(((100% / 2) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow:not([data-spgrid="false"])[data-spgrid="3"] > .c-grid_col {
    width: calc(33.33% - 1.5rem);
  }
}

/* -----------------------------------------------
  .c-textList
----------------------------------------------- */
[class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]),
[class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) [class^="c-linkArrowList"]:not([class*="_item"]) {
  margin-top: 1rem;
  padding: 0 0 0.5rem;
}

[class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_item"]) {
  margin-top: 1rem;
  padding: 0 0 0.5rem 0.7rem;
}

@media (max-width: 812px) {
  [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]),
  [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) [class^="c-linkArrowList"]:not([class*="_item"]) {
    margin-top: 1rem;
  }
  [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) {
    padding-left: 0.9rem;
  }
}

.c-textList_item {
  position: relative;
  padding-left: 1.4rem;
}

.c-textList_item:before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #00498a;
  content: '';
}

.c-textList_item.c-grid_col {
  margin-bottom: 0;
}

.c-textList_item + .c-textList_item {
  margin-top: 1rem;
}

@media (max-width: 812px) {
  .c-textList[data-spgrid="false"] .c-textList_item.c-grid_col {
    margin-bottom: 0;
  }
  .c-textList_item::before {
    top: 0.35em;
  }
}

.c-textList02 {
  margin: 0;
}

.c-textList02_title {
  position: relative;
  padding-left: 1.4rem;
  font-weight: 700;
}

.c-textList02_title:before {
  display: block;
  position: absolute;
  top: 0.77em;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #00498a;
  content: '';
}

.c-textList02_data {
  padding-left: 1.4rem;
}

.c-textList02_data + .c-textList02_title {
  margin-top: 0.5rem;
}

@media (max-width: 812px) {
  .c-textList02_title::before {
    top: 0.6em;
  }
}

/* -----------------------------------------------
  .c-numericList
----------------------------------------------- */
[class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]),
[class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-linkArrowList"]:not([class*="_item"]) {
  margin-top: 1rem;
  padding: 0 0 0.3rem;
}

[class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) {
  margin-top: 1.5rem;
  padding: 0 0 0.5rem 0.7rem;
}

[class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-textList03"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) {
  margin-top: 0;
  padding: 0 0 0 0.7rem;
}

@media (max-width: 812px) {
  [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]),
  [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]),
  [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-linkArrowList"]:not([class*="_item"]) {
    margin-top: 1rem;
  }
  [class^="c-numericList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]):not([class*="_number"]) [class^="c-textList"]:not([class*="_item"]):not([class*="_title"]):not([class*="_data"]) {
    padding-left: 0.9rem;
  }
}

.c-numericList {
  margin: 0;
  counter-reset: number 0;
}

.c-numericList_item {
  position: relative;
  padding: 0 0 0 2.2rem;
}

.c-numericList_item:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  content: counter(number) ".";
  counter-increment: number 1;
}

.c-numericList_item + .c-numericList_item {
  margin-top: 1rem;
}

.c-numericList02 {
  margin: 0;
  counter-reset: number 0;
}

.c-numericList02_title {
  position: relative;
  padding: 0 0 0 2.2rem;
  font-weight: 700;
}

.c-numericList02_title:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  content: counter(number) ".";
  counter-increment: number 1;
}

.c-numericList02_data {
  padding-left: 2.2rem;
}

.c-numericList02_data + .c-numericList02_title {
  margin-top: 1rem;
}

.c-numericList03 {
  margin: 0;
  counter-reset: number 0;
}

.c-numericList03_item {
  position: relative;
  padding: 0 0 0 2em;
}

.c-numericList03_item:before {
  position: absolute;
  top: 0;
  left: -.5em;
  content: "（" counter(number) "）";
  counter-increment: number 1;
}

.c-numericList04 {
  margin: 0;
  counter-reset: number 0;
}

.c-numericList04_item {
  position: relative;
  padding: 0 0 0 1.8em;
}

.c-numericList04_item + .c-numericList04_item {
  margin-top: 1rem;
}

.c-numericList04_number {
  position: absolute;
  left: 0;
  font-weight: 700;
}

/* -----------------------------------------------
  .c-definition
----------------------------------------------- */
.c-definition {
  margin: 0;
}

.c-definition_title {
  margin-bottom: 1rem;
  font-weight: 700;
}

.c-definition_detail + .c-definition_title {
  margin-top: 2.5rem;
}

@media (max-width: 812px) {
  .c-definition_detail + .c-definition_title {
    margin-top: 1.5rem;
  }
}

/* -----------------------------------------------
  .c-notice
----------------------------------------------- */
.c-notice_item {
  position: relative;
  padding-left: 1em;
}

.c-notice_item + .c-notice_item {
  margin-top: 0.5rem;
}

.c-notice_mark {
  position: absolute;
  left: 0;
}

.c-notice.-numeric .c-notice_item {
  padding-left: 2em;
}

/* -----------------------------------------------
  .c-media
----------------------------------------------- */
.c-media {
  width: 100%;
  max-width: 63.2rem;
  margin: 0 auto;
}

.c-media_inner {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.c-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* -----------------------------------------------
  .c-linkIcon
----------------------------------------------- */
.c-linkIcon::after {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  line-height: 1;
  content: '';
}

.c-linkIcon.-external::after {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  background: url("../images/common/ico_external.svg") 50% 50% no-repeat;
}

.c-linkIcon.-pdf::after {
  background: url("../images/common/ico_pdf.svg") 50% 50%/contain no-repeat;
  vertical-align: -.2rem;
}

.c-linkIcon_size {
  color: #666;
}

@media (max-width: 812px) {
  .c-linkIcon_size {
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------
  .c-linkList
----------------------------------------------- */
/* -----------------------------------------------
  .c-linkArrow
----------------------------------------------- */
.c-linkArrow {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.5rem;
  line-height: 1.4;
}

.c-linkArrow:before {
  display: inline-block;
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #00498a;
  border-right: 2px solid #00498a;
  content: '';
}

@media (max-width: 812px) {
  .c-linkArrow:before {
    top: 0.45em;
  }
}

/* -----------------------------------------------
  .c-linkArrowList
----------------------------------------------- */
[class^="c-linkArrowList"]:not([class*="_item"]) [class^="c-linkArrowList"]:not([class*="_item"]) {
  margin-top: 1rem;
  padding: 0 0 0.3rem;
}

.c-linkArrowList.-horizontal {
  margin: -2rem 0 0 -2rem;
}

.c-linkArrowList.-horizontal .c-linkArrowList_item {
  display: inline-block;
  margin: 2rem 0 0 2rem;
}

.c-linkArrowList.-horizontal .c-linkArrowList_item + .c-linkArrowList_item {
  margin-top: 0;
}

.c-linkArrowList_item {
  position: relative;
  padding-left: 2.6rem;
}

.c-linkArrowList_item + .c-linkArrowList_item {
  margin-top: 1rem;
}

.c-linkArrowList_item::before {
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0.7rem;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #00498a;
  border-right: 2px solid #00498a;
  content: '';
}

.c-linkArrowList_item.-bottom:before {
  top: 0.4em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-linkArrowList_item_link.-external::after, .c-linkArrowList_item_link.-pdf::after {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
  margin-left: 0.4rem;
  line-height: 1;
  content: '';
}

.c-linkArrowList_item_link.-external::after {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  background: url("../images/common/ico_external.svg") 50% 50% no-repeat;
}

.c-linkArrowList_item_link.-pdf::after {
  background: url("../images/common/ico_pdf.svg") 50% 50%/contain no-repeat;
  vertical-align: -.2rem;
}

.c-linkArrowList_item.c-grid_col {
  margin-bottom: 3rem;
}

.c-linkArrowList_item.c-grid_col + .c-linkArrowList_item.c-grid_col {
  margin-top: 0;
}

@media (max-width: 812px) {
  .c-linkArrowList_item::before {
    top: 0.55em;
  }
  .c-linkArrowList_item.c-grid_col {
    margin-bottom: 0;
  }
  .c-linkArrowList_item.c-grid_col + .c-linkArrowList_item.c-grid_col {
    margin-top: 1rem;
  }
}

/* -----------------------------------------------
  .c-ancherList
----------------------------------------------- */
.c-ancherList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -2rem -2rem;
}

.c-ancherList_item {
  margin: 0 0 2rem 2rem;
}

.c-ancherList_item_link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 10rem;
  padding: 1.3rem 4rem;
  border: 1px solid #00498a;
  outline: none;
  background-color: #fff;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  transition: 0.2s linear;
}

.c-ancherList_item_link:hover {
  background-color: #00498a;
  color: #fff;
  text-decoration: none;
}

.c-ancherList_item_link:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c-ancherList_item_link::after {
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #00498a;
  border-right: 2px solid #00498a;
  content: '';
  transition: 0.2s linear;
}

.c-ancherList.-division2 .c-ancherList_item {
  width: calc(100%/2 - 2rem);
}

.c-ancherList.-division3 .c-ancherList_item {
  width: calc(33.33% - 2rem);
}

@media (max-width: 1024px) {
  .c-ancherList[data-tabgrid="false"] {
    display: block;
    margin: 0;
  }
  .c-ancherList[data-tabgrid="false"] .c-ancherList_item {
    width: auto;
    margin: 0;
  }
  .c-ancherList[data-tabgrid="false"] .c-ancherList_item + .c-ancherList_item {
    margin-top: 2rem;
  }
  .c-ancherList[data-tabgrid="2"] .c-ancherList_item {
    width: calc(100%/2 - 2rem);
  }
}

@media (max-width: 812px) {
  .c-ancherList[data-spgrid="false"], .c-ancherList[data-tabgrid="false"] {
    display: block;
    margin: 0;
  }
  .c-ancherList[data-spgrid="false"] .c-ancherList_item, .c-ancherList[data-tabgrid="false"] .c-ancherList_item {
    width: auto;
    margin: 0;
  }
  .c-ancherList[data-spgrid="false"] .c-ancherList_item + .c-ancherList_item, .c-ancherList[data-tabgrid="false"] .c-ancherList_item + .c-ancherList_item {
    margin-top: 1rem;
  }
  .c-ancherList_item_link {
    justify-content: flex-start;
    min-height: 6rem;
    padding: 1.3rem 3.5rem 1.3rem 1.3rem;
    font-size: 1.5rem;
    text-align: left;
  }
  .c-ancherList_item_link::after {
    right: 1.6rem;
  }
}

.c-ancherList02 {
  display: flex;
  flex-wrap: wrap;
  margin: -1px 0 0 -1px;
}

.c-ancherList02_item_link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 6.4rem;
  padding: 1.3rem 4rem;
  border-top: 1px solid #4d4c94;
  border-left: 1px solid #4d4c94;
  outline: none;
  background-color: #00498a;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  transition: 0.2s linear;
}

.c-ancherList02_item_link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.c-ancherList02_item_link::after {
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  transition: 0.2s linear;
}

.c-ancherList02.-division2 .c-ancherList02_item {
  width: calc(50%);
}

.c-ancherList02.-division3 .c-ancherList02_item {
  width: calc(33.3333%);
}

.c-ancherList02.-division4 .c-ancherList02_item {
  width: calc(25%);
}

@media (max-width: 1024px) {
  .c-ancherList02[data-tabgrid="false"] {
    display: block;
  }
  .c-ancherList02[data-tabgrid="false"] .c-ancherList02_item {
    width: auto;
  }
  .c-ancherList02[data-tabgrid="2"] .c-ancherList02_item {
    width: calc(50%);
  }
  .c-ancherList02[data-tabgrid="3"] .c-ancherList02_item {
    width: calc(33.3333%);
  }
}

@media (max-width: 812px) {
  .c-ancherList02[data-spgrid="false"], .c-ancherList02[data-tabgrid="false"] {
    display: block;
  }
  .c-ancherList02[data-spgrid="false"] .c-ancherList02_item, .c-ancherList02[data-tabgrid="false"] .c-ancherList02_item {
    width: auto;
  }
  .c-ancherList02_item_link {
    min-height: 5rem;
    padding: 1.3rem 3.5rem;
    font-size: 1.4rem;
  }
  .c-ancherList02_item_link::after {
    right: 1.6rem;
  }
  .c-ancherList02[data-spgrid="2"] .c-ancherList02_item {
    width: calc(50%);
  }
}

/* -----------------------------------------------
  .c-box
----------------------------------------------- */
[class*="c-box"] .c-grid:not([class*="c-textList"]) {
  margin-bottom: -3rem;
}

@media (max-width: 812px) {
  [class*="c-box"] .c-grid:not([class*="c-textList"]) {
    margin-bottom: -1.5rem;
  }
}

.c-box {
  margin: 4rem 0;
  padding: 3rem;
  background: #f7f7f7;
}

.c-box.-border {
  border: solid 1px #ebebeb;
  background: transparent;
}

.c-box.-transparent {
  margin-top: 0;
  margin-bottom: 3rem;
  border: solid 2px #e5f1ff;
  background: transparent;
}

.c-box.-transparent .c-titleLvFour {
  margin-bottom: 1rem;
}

.c-box.-full {
  margin-right: -6rem;
  margin-left: -6rem;
}

.c-box.-full .c-btn {
  margin-top: 0;
}

@media (max-width: 812px) {
  .c-box {
    padding: 1.5rem;
  }
  .c-box.-full {
    margin-right: -2rem;
    margin-left: -2rem;
    padding: 3rem 2rem;
  }
}

/* -----------------------------------------------
  .c-table
----------------------------------------------- */
[class*="c-table"] .c-definition_detail + .c-definition_title {
  margin-top: 1rem;
}

.c-table table {
  width: 100%;
  background: #fff;
  table-layout: fixed;
}

.c-table td,
.c-table th {
  padding: 10px 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-align: left;
  vertical-align: top;
}

.c-table td {
  vertical-align: middle;
}

.c-table td + td {
  border-left: 1px solid #ebebeb;
}

.c-table th {
  background: #007ad0;
  font-weight: 700;
}

.c-table.-auto table {
  table-layout: inherit;
}

.c-table_grid.-span2 {
  width: 17.58794%;
}

.c-table_grid.-span3 {
  width: 27.889447%;
}

.c-table_grid.-span4 {
  width: 38.190955%;
}

.c-table_grid.-span5 {
  width: 50%;
}

.c-table.-type02 th {
  padding: 3.5rem 2.5rem 3.5rem 0;
  background: transparent;
}

.c-table.-type02 td {
  padding: 3.5rem 0;
}

@media (max-width: 1024px) {
  .-type02 th.c-form_title {
    width: 30%;
  }
}

@media (max-width: 812px) {
  .c-table {
    border-bottom: 1px solid #ebebeb;
  }
  .c-table td,
  .c-table th {
    display: block;
    padding: 1rem 1.5rem;
  }
  .c-table th {
    border-bottom: none;
  }
  .c-table td {
    border-bottom: none;
  }
  .c-table td + td {
    border-top: 1px solid #ebebeb;
    border-left: none;
  }
  .c-table_grid.-span2, .c-table_grid.-span3, .c-table_grid.-span4, .c-table_grid.-span5 {
    width: auto;
  }
  .c-table.-type02 th {
    width: auto;
    padding: 1.5rem 2.5rem 0 0;
    border: none;
    border-top: 1px solid #ebebeb;
    background: transparent;
  }
  .c-table.-type02 td {
    padding: 1.5rem 0 2rem;
    border: none;
  }
}

/* -----------------------------------------------
  .c-tab
----------------------------------------------- */
.c-tab_nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5.8rem;
}

.c-tab_nav_item {
  flex: 1;
  text-align: center;
}

.c-tab_nav_trigger {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem;
  background: #007ad0;
  font-weight: 700;
  line-height: 1.5;
}

.c-tab_nav_trigger:hover {
  background: #00498a;
  color: #fff;
  text-decoration: none;
}

.c-tab_nav_trigger.-active {
  background: #00498a;
  color: #fff;
}

.c-tab_nav_trigger.-active::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -1.2rem;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-width: 1.2rem 1rem 0 1rem;
  border-style: solid;
  border-color: #00498a transparent transparent transparent;
  content: '';
}

@media (max-width: 812px) {
  .c-tab_nav_trigger {
    padding: 1rem;
  }
}

/* -----------------------------------------------
  .c-indentList
----------------------------------------------- */
.c-indentList {
  margin-left: 1em;
}

.c-indentList_item {
  text-indent: -1.35em;
}

/* -----------------------------------------------
  .c-modal
----------------------------------------------- */
.c-modal {
  position: relative;
  margin: 8rem;
  padding: 6rem;
  background: #fff;
}

.c-modal_content {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
}

.c-modal_title {
  margin: 0 0 2rem;
  color: #00498a;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 812px) {
  .c-modal {
    margin: 5rem 2rem;
    padding: 3rem 2rem;
  }
  .c-modal_title {
    font-size: 2rem;
  }
}

/* -----------------------------------------------
  jQmodal
----------------------------------------------- */
.c-modalOverLayer {
  z-index: 1042;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  opacity: 0;
  transition: all 0.15s ease-out;
}

.c-modalOverLayer.-active {
  opacity: 0.7;
  transition: all 0.15s ease-out;
}

.c-modalBox {
  -webkit-backface-visibility: hidden;
  z-index: 1043;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: none !important;
  opacity: 0;
  transition: all 0.15s ease-out;
}

.c-modalBox_container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.c-modalBox_container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.c-modalBox_contents {
  display: inline-block;
  z-index: 1045;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  opacity: 0;
  transition: all 0.15s ease-out;
}

.c-modalBox_contents_inner {
  position: relative;
  max-height: 80vh;
  margin: 8rem;
  padding: 6rem;
  overflow: auto;
  background: #fff;
  opacity: 0;
  transition: all 0.15s ease-out;
}

.c-modalBox.-active {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  transition: all 0.15s ease-out;
}

.c-modalBox.-active .c-modalBox_contents {
  opacity: 1;
  transition: all 0.15s ease-out;
}

.c-modalBox.-active .c-modalBox_contents_inner {
  opacity: 1;
  transition: all 0.15s ease-out;
}

.c-modalBox_closeBox {
  display: flex;
  position: absolute;
  justify-content: flex-end;
  width: 100%;
  padding: 4rem 8rem;
  color: #fff;
  cursor: pointer;
}

.c-modalBox_closeBox_inner {
  position: relative;
  padding-left: 2.7rem;
  cursor: pointer;
}

.c-modalBox_closeBox_inner:before {
  display: block;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2px;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  content: '';
}

.c-modalBox_closeBox_inner:after {
  display: block;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2px;
  margin: auto 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  content: '';
}

.c-modalGallery_pager {
  display: flex;
  z-index: 1045;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.c-modalGallery_pager.-next {
  right: 10rem;
}

.c-modalGallery_pager.-next:after {
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

.c-modalGallery_pager.-prev {
  left: 10rem;
}

.c-modalGallery_pager.-prev:before {
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

@media (max-width: 812px) {
  .c-modalBox_contents {
    padding: 0;
  }
  .c-modalBox_contents_inner {
    margin: 5rem 2rem;
    padding: 3rem 2rem;
  }
  .c-modalBox.-topMovie .c-modalBox_contents_inner {
    margin: 5rem 1rem;
    padding: 1rem;
  }
  .c-modalBox_contents_inner {
    -webkit-overflow-scrolling: touch;
    max-height: 70vh;
    overflow: auto;
  }
  .c-modalBox_closeBox {
    top: 0;
    padding: 2rem;
  }
  .c-modalGallery_pager {
    top: 50%;
    width: 3rem;
    height: 6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
  }
  .c-modalGallery_pager.-next {
    right: 0.5rem;
  }
  .c-modalGallery_pager.-next:after {
    width: 0.6rem;
    height: 0.6rem;
  }
  .c-modalGallery_pager.-prev {
    left: 0.5rem;
  }
  .c-modalGallery_pager.-prev:before {
    width: 0.6rem;
    height: 0.6rem;
  }
}

/* -----------------------------------------------
  .c-form
----------------------------------------------- */
.c-form_steps {
  display: flex;
  justify-content: space-between;
  margin: 8rem 0 4rem;
  counter-reset: number 0;
}

.c-form_steps_item {
  display: flex;
  position: relative;
  position: relative;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-bottom: solid 2px #007ad0;
  color: #00498a;
  font-weight: 700;
  text-align: center;
}

.c-form_steps_item::before {
  position: absolute;
  top: -3rem;
  left: 50%;
  width: 3rem;
  height: 3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: #007ad0;
  font-weight: 400;
  line-height: 3rem;
  content: counter(number) " ";
  counter-increment: number 1;
}

.c-form_steps_item.-current {
  border-bottom: solid 2px #00498a;
}

.c-form_steps_item.-current::before {
  background: #00498a;
  color: #fff;
}

.c-form_steps_item.-current .c-form_steps_num {
  color: #00498a;
}

.c-form_title {
  position: relative;
  padding-right: 8.8rem;
  line-height: 1.4;
}

.c-form_title:not([class*="_grid"]) {
  width: 30%;
}

.c-form_title_ico {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.4rem 0.8rem;
  border-radius: 2px;
  background: #8d7b00;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.c-form_title_ico.-required {
  background: #8d7b00;
}

.c-form_title .c-linkArrow {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
}

.c-form_item .-invalid {
  background-color: #ffdada;
}

.c-form_item_error {
  margin: 1rem 0 0;
  color: #cc0000;
  font-weight: 700;
}

.c-form_item_group {
  margin: 0;
}

.c-form_item_group_title {
  margin: 0 0 1rem;
  font-weight: 700;
}

.c-form_item_group_data {
  padding: 0 0 0 1.7rem;
}

.c-form_item_group_data + .c-form_item_group_title {
  margin: 1rem 0 0;
}

.c-form_item_row {
  display: flex;
  align-items: center;
}

.c-form_item_row + .c-form_item_row {
  margin-top: 2rem;
}

.c-form_item_label {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.c-form_item .c-grid {
  margin-bottom: -1rem;
}

.c-form_item .c-grid > .c-grid_col {
  margin-bottom: 1rem !important;
}

.c-form_item .c-grid > .c-grid_col + .c-grid_col {
  margin-top: 0 !important;
}

.c-form_text {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid #ebebeb;
  border-radius: 0;
  background: #fafafa;
}

.c-form_text.-mini {
  width: 14rem;
}

.c-form_text.-inline {
  display: inline-block;
}

.c-form_text.-flex {
  flex: 1;
}

.c-form_text::-webkit-input-placeholder {
  color: #c7c7c7;
}

.c-form_text::-moz-placeholder {
  color: #c7c7c7;
}

.c-form_text:-ms-input-placeholder {
  color: #c7c7c7;
}

.c-form_text::-ms-input-placeholder {
  color: #c7c7c7;
}

.c-form_text::placeholder {
  color: #c7c7c7;
}

.c-form_text[disabled] {
  background: #f7f7f7;
}

.c-form_textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 15em;
  padding: 0.7rem 1rem;
  border: 1px solid #ebebeb;
  border-radius: 0;
  background: #fafafa;
}

.c-form_textarea::-webkit-input-placeholder {
  color: #c7c7c7;
}

.c-form_textarea::-moz-placeholder {
  color: #c7c7c7;
}

.c-form_textarea:-ms-input-placeholder {
  color: #c7c7c7;
}

.c-form_textarea::-ms-input-placeholder {
  color: #c7c7c7;
}

.c-form_textarea::placeholder {
  color: #c7c7c7;
}

.c-form_textarea[disabled] {
  background: #f7f7f7;
}

.c-form_radio.c-grid {
  margin-bottom: -1rem !important;
}

.c-form_radio_item {
  position: relative;
  padding: 0 0 0 2.2rem;
}

.c-form_radio_item + .c-form_radio_item {
  margin-top: 0.7rem;
}

.c-form_radio_item.-field {
  display: flex;
  align-items: center;
}

.c-form_radio_item_field {
  position: relative;
  flex: 1;
  margin: 0.5rem 0 0.5rem 1rem;
}

.c-form_radio_item.-invalid {
  background-color: transparent;
}

.c-form_radio_item.-invalid::before {
  display: block;
  position: absolute;
  top: 0;
  left: -.5rem;
  width: calc(100% + 1rem);
  height: 100%;
  background: #ffdada;
  content: '';
}

.c-form_radio_label {
  position: relative;
}

.c-form_radio_label::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0.3em;
  left: -2.1rem;
  width: 1.4rem;
  height: 1.4rem;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px #707070;
  content: '';
}

.c-form_radio_btn {
  z-index: -1;
  position: absolute;
  opacity: 0;
}

.c-form_radio_btn:checked + .c-form_radio_label::before {
  background: #00498a;
}

.c-form_select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0.5rem 4rem 0.5rem 1rem;
  border: 1px solid #ebebeb;
  border-radius: 0;
  background: #fff url("../images/common/ico_select.svg") calc(100% - 1rem) 50% no-repeat;
  background-color: #fafafa;
}

.c-form_select::-ms-expand {
  display: none;
}

.c-form_select.-mini {
  width: auto;
}

.c-form_checkbox.c-grid {
  margin-bottom: -1rem !important;
}

.c-form_checkbox_item.-field {
  display: flex;
  align-items: center;
}

.c-form_checkbox_item_field {
  position: relative;
  flex: 1;
  margin: 0.5rem 0 0.5rem 1rem;
}

.c-form_checkbox_item {
  position: relative;
  padding: 0 0 0 2rem;
}

.c-form_checkbox_item + .c-form_checkbox_item {
  margin-top: 0.7rem;
}

.c-form_checkbox_item.-invalid {
  background-color: transparent;
}

.c-form_checkbox_item.-invalid::before {
  display: block;
  position: absolute;
  top: 0;
  left: -.5rem;
  width: calc(100% + 1rem);
  height: 100%;
  background: #ffdada;
  content: '';
}

.c-form_checkbox_label {
  position: relative;
}

.c-form_checkbox_label_outer {
  position: relative;
  padding-left: 2.9rem;
}

.c-form_checkbox_label::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0.3em;
  left: -2rem;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #707070;
  background-color: #fff;
  content: '';
}

.c-form_checkbox_btn {
  z-index: -1;
  position: absolute;
  opacity: 0;
}

.c-form_checkbox_btn:checked + .c-form_checkbox_label::after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0.9rem;
  left: -1.7rem;
  width: 0.8rem;
  height: 0.4rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 2px solid #00498a;
  border-top-style: none;
  border-right-style: none;
  content: '';
}

.c-form_information {
  margin: 4rem 0;
}

.c-form_information_error {
  padding: 2rem;
  border: solid 1px #cc0000;
  color: #cc0000;
}

@media (max-width: 1024px) {
  .c-form_steps {
    margin: 4rem 0 2rem;
  }
  .c-form_steps_item {
    width: calc(100%/3 - 1rem);
  }
  .c-form_steps_num {
    margin-right: 0.5rem;
  }
  .c-form_title {
    width: auto;
    padding: 1rem 5.6rem 1rem 1.5rem;
    font-size: 1.6rem;
  }
  .c-form_title:not([class*="_grid"]) {
    width: auto;
  }
  .c-form_title_ico {
    top: 1.2rem;
    right: 1.5rem;
  }
  .c-form_item_row {
    display: block;
  }
  .c-form_item_row + .c-form_item_row {
    margin-top: 1rem;
  }
  .c-form_text.-mini {
    width: auto;
  }
  .c-form_radio_label::before {
    top: 0.2em;
  }
  .c-form_checkbox_label::before {
    top: 0.15em;
  }
  .c-form_checkbox_btn:checked + .c-form_checkbox_label::after {
    top: 0.6rem;
  }
}

/* -----------------------------------------------
  .js-spAccordion
----------------------------------------------- */
.js-spAccordion .p-accordion_icon {
  display: none;
}

@media (max-width: 812px) {
  .js-spAccordion {
    position: relative;
  }
  .js-spAccordion + * {
    display: none;
  }
  .js-spAccordion:after {
    display: none;
  }
  .js-spAccordion .p-accordion_icon {
    display: block;
    background: transparent;
  }
  .js-spAccordion.-active .p-accordion_icon:after {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    transition: .4s ease;
  }
}

.c-ico {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  padding: 0.3rem 0.6rem;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.c-ico.-new {
  background: #c62827;
}

/* -----------------------------------------------
  Vue.js Animation
----------------------------------------------- */
.v-enter-active,
.v-leave-active {
  transition: opacity 0.1s;
}

.v-enter,
.v-leave-to {
  opacity: 0;
  transition: opacity 0.1s;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

svg {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* -----------------------------------------------
  .p-hero
----------------------------------------------- */
.p-hero {
  position: relative;
  height: calc(50vh - 6.4rem);
  min-height: calc(50vw - 6.4rem);
  min-height: calc(50vw);
  margin-left: 7rem;
  padding-top: 64px;
  border-radius: 0 0 0 7rem;
  background: url("../images/bg_hero.jpg") no-repeat center center;
  background-size: cover;
}

.p-hero_wrap {
  background: #faf7e6;
}

.p-hero_bg {
  height: 100%;
  background: url("../images/bg_hero_logo.png") no-repeat left -1.7vw;
  background-size: cover;
  -webkit-animation: fadeIn 1s ease-in 0.5s forwards;
          animation: fadeIn 1s ease-in 0.5s forwards;
  opacity: 0;
}

.p-hero_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 146rem;
  height: 100%;
  margin: 0 auto;
}

.p-hero_title {
  z-index: 2;
  position: relative;
  margin-bottom: 17.3rem;
  color: #00498a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  -webkit-animation: fadeIn 1s ease 2s forwards, bottomToTop 1s ease 2s forwards;
          animation: fadeIn 1s ease 2s forwards, bottomToTop 1s ease 2s forwards;
  opacity: 0;
}

.p-hero_title span {
  padding: 0 1rem;
  background: #fff;
}

.p-hero_title_textSp {
  display: none;
}

.p-hero_toolTip {
  z-index: 2;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
}

.p-hero_toolTip_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.6rem;
  height: 4.1rem;
  border-radius: 3rem;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  cursor: pointer;
}

.p-hero_toolTip_btn:hover {
  text-decoration: underline;
}

.p-hero_toolTip_btn img {
  margin-right: 1rem;
  transition: 0.3s;
}

.p-hero_toolTip_btn:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: 0.3s;
}

.p-hero_toolTip_btn p {
  line-height: 1.2;
}

.p-hero_toolTip_content {
  position: absolute;
  bottom: 7rem;
  width: 100%;
  padding: 4rem 2rem 3rem;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
  border-radius: 2rem;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  opacity: 0;
  transition: 1s;
}

.p-hero_toolTip_content_closeBtn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.p-hero_toolTip_content:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
  content: "";
}

.p-hero_toolTip_content.-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: 1s;
}

@media all and (-ms-high-contrast: none) {
  .p-hero_title span {
    padding: 0.4rem 1.5rem 0;
    line-height: 2;
  }
}

@media (max-width: 1280px) {
  .p-hero {
    overflow: hidden;
  }
  .p-hero_bg {
    background: url("../images/bg_hero_logo_tab.png") no-repeat left top;
    background-size: contain;
  }
  .p-hero_title {
    margin-bottom: 9vw;
    font-size: 2.5vw;
  }
}

@media (max-width: 1000px) {
  .p-hero_toolTip {
    right: 1rem;
    bottom: 1rem;
    width: 100%;
  }
  .p-hero_toolTip_btn {
    margin-left: auto;
    font-size: 1.6rem;
  }
  .p-hero_toolTip_content {
    position: absolute;
    bottom: 6rem;
    width: 95%;
    padding: 4rem 2rem 3rem;
    -webkit-transform: translate3d(5vw, 2rem, 0);
            transform: translate3d(5vw, 2rem, 0);
    border-radius: 2rem;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    opacity: 0;
    transition: 1s;
  }
  .p-hero_toolTip_content_closeBtn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
  }
  .p-hero_toolTip_content:after {
    position: absolute;
    right: 18vw;
    bottom: -10px;
    left: auto;
    width: 0;
    height: 0;
    -webkit-transform: translate3d(5vw, 0, 0);
            transform: translate3d(5vw, 0, 0);
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
    content: "";
  }
  .p-hero_toolTip_content.-active {
    -webkit-transform: translate3d(5vw, 0, 0);
            transform: translate3d(5vw, 0, 0);
    opacity: 1;
    transition: 1s;
  }
}

@media (max-width: 812px) {
  .p-hero {
    height: 48.6rem;
    height: 55rem;
    min-height: 1rem;
    margin-left: 2rem;
    border-radius: 0 0 0 4rem;
    background: url("../images/bg_hero_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .p-hero_bg {
    background: url("../images/bg_hero_logo_tab.png") no-repeat left top;
    background-size: auto 100%;
  }
  .p-hero_inner {
    justify-content: flex-start;
    padding: 0;
  }
  .p-hero_title {
    margin-top: 29.5rem;
    margin-bottom: 0;
    font-size: 2.4rem;
  }
  .p-hero_title span {
    background: #fff;
  }
  .p-hero_toolTip {
    right: 1rem;
    bottom: 1rem;
    width: 100%;
  }
  .p-hero_toolTip_btn {
    margin-left: auto;
    font-size: 1.6rem;
  }
  .p-hero_toolTip_content {
    position: absolute;
    bottom: 6rem;
    width: 95%;
    padding: 4rem 2rem 3rem;
    -webkit-transform: translate3d(5vw, 2rem, 0);
            transform: translate3d(5vw, 2rem, 0);
    border-radius: 2rem;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    opacity: 0;
    transition: 1s;
  }
  .p-hero_toolTip_content_closeBtn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
  }
  .p-hero_toolTip_content:after {
    position: absolute;
    right: 18vw;
    bottom: -10px;
    left: auto;
    width: 0;
    height: 0;
    -webkit-transform: translate3d(5vw, 0, 0);
            transform: translate3d(5vw, 0, 0);
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
    content: "";
  }
  .p-hero_toolTip_content.-active {
    -webkit-transform: translate3d(5vw, 0, 0);
            transform: translate3d(5vw, 0, 0);
    opacity: 1;
    transition: 1s;
  }
}

@media (max-width: 415px) {
  .p-hero {
    height: 129.6vw;
    height: 146.6vw;
  }
  .p-hero_bg {
    background: url("../images/bg_hero_logo_sp.png") no-repeat left top;
    background-size: contain;
  }
  .p-hero_title {
    margin-top: 78.666667vw;
  }
  .p-hero_title_textPc {
    display: none;
  }
  .p-hero_title_textSp {
    display: inline;
  }
  .p-hero_toolTip_content:after {
    right: 30vw;
  }
}

/* end case-415 */
@media (max-width: 374px) {
  .p-hero_title {
    font-size: 2rem;
  }
}

@media (orientation: landscape) and (max-width: 570px) {
  .p-hero {
    height: 50rem;
  }
}

.p-section {
  padding: 0 5rem;
}

.p-btnBlock {
  max-width: 37.2rem;
}

.p-textBlock .p-paragraph + .p-paragraph {
  margin-top: 3rem;
}

@media (max-width: 812px) {
  .p-section {
    padding: 0 2rem;
  }
  .p-paragraph {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-btnBlock {
    margin: 0 auto;
  }
}

.p-topContent01 {
  padding: 6rem 8rem 8rem;
  border-radius: 0 0 7rem 0;
  background: #faf7e6;
}

.p-topContent01_panel_imgBlock {
  flex-shrink: 0;
  width: 398px;
  height: 448px;
  margin-left: 5rem;
  padding: 2rem 5rem;
  float: right;
  overflow: hidden;
  border-radius: 3rem;
  background-color: #fff;
  text-align: center;
}

.p-topContent01_panel_imgBlock_item {
  position: relative;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
}

.p-topContent01_panel_imgBlock_item_01 {
  z-index: 3;
}

.p-topContent01_panel_imgBlock_item_02 {
  z-index: 2;
  margin-top: -77px;
}

.p-topContent01_panel_imgBlock_item_03 {
  z-index: 1;
  margin-top: -89px;
}

.p-topContent01_panel_imgBlock.-is_animate .p-topContent01_panel_imgBlock_item_01 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.01, 0.96, 1.22) 1s;
  transition: transform 0.3s cubic-bezier(0.77, 0.01, 0.96, 1.22) 1s;
  transition: transform 0.3s cubic-bezier(0.77, 0.01, 0.96, 1.22) 1s, -webkit-transform 0.3s cubic-bezier(0.77, 0.01, 0.96, 1.22) 1s;
}

.p-topContent01_panel_imgBlock.-is_animate .p-topContent01_panel_imgBlock_item_02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.01, 0.96, 1.22) 0.75s;
  transition: transform 0.3s cubic-bezier(0.77, 0.01, 0.96, 1.22) 0.75s;
  transition: transform 0.3s cubic-bezier(0.77, 0.01, 0.96, 1.22) 0.75s, -webkit-transform 0.3s cubic-bezier(0.77, 0.01, 0.96, 1.22) 0.75s;
}

.p-topContent01_panel_imgBlock.-is_animate .p-topContent01_panel_imgBlock_item_03 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: -webkit-transform 0.3s cubic-bezier(0.77, 0.01, 0.96, 1.22) 0.5s;
  transition: transform 0.3s cubic-bezier(0.77, 0.01, 0.96, 1.22) 0.5s;
  transition: transform 0.3s cubic-bezier(0.77, 0.01, 0.96, 1.22) 0.5s, -webkit-transform 0.3s cubic-bezier(0.77, 0.01, 0.96, 1.22) 0.5s;
}

.p-topContent01 .p-btnBlock_sp {
  display: none;
}

@media (max-width: 1024px) {
  .p-topContent01 {
    padding: 6rem 2rem 6rem 0;
    border-radius: 0 0 4rem 0;
    background: #faf7e6;
  }
  .p-topContent01_panel {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-topContent01_panel_imgBlock {
    flex-shrink: 0;
    width: calc(100% - 4rem);
    height: 56.5%;
    margin-top: 3rem;
    margin-left: 2rem;
    padding: 2rem;
    float: none;
    border-radius: 3rem;
    background-color: #fff;
    text-align: center;
  }
  .p-topContent01_panel_imgBlock_item {
    position: relative;
    width: 200px;
    width: 235px;
    max-width: none;
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  .p-topContent01_panel_imgBlock_item_01 {
    z-index: 3;
  }
  .p-topContent01_panel_imgBlock_item_02 {
    z-index: 2;
    margin-top: -70px;
    margin-top: -60px;
  }
  .p-topContent01_panel_imgBlock_item_03 {
    z-index: 1;
    margin-top: -82px;
    margin-top: -72px;
  }
  .p-topContent01 .p-btnBlock_pc {
    display: none;
  }
  .p-topContent01 .p-btnBlock_sp {
    display: block;
    margin: 0 auto;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@media (max-width: 414px) {
  .p-topContent01 .c-titleLvTwo {
    font-size: 8.4vw;
  }
}

@media (max-width: 374px) {
  .p-topContent01_panel_imgBlock {
    width: calc(100% - 2rem);
  }
  .p-topContent01_panel_imgBlock_item {
    width: 200px;
  }
  .p-topContent01_panel_imgBlock_item_02 {
    margin-top: -52px;
  }
  .p-topContent01_panel_imgBlock_item_03 {
    margin-top: -63px;
  }
}

.p-topContent02 {
  position: relative;
}

.p-topContent02 .c-titleLvTwo {
  margin-left: -18.6rem;
}

.p-topContent02 .c-titleLvTwo b {
  margin-right: 0.2em;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: -0.1em;
}

.p-topContent02:after {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200vw;
  height: 14rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  content: "";
}

.p-topContent02_inner {
  z-index: 2;
  position: relative;
  margin-left: 18.6rem;
  padding: 6rem 0 8rem;
  border-radius: 7rem 0 0 0;
  background: #fff;
}

.p-topContent02_panel {
  display: flex;
}

.p-topContent02_panel_imgBlock {
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  max-width: 35.6rem;
  margin-right: 5rem;
  margin-left: -18.6rem;
  border-radius: 3rem;
}

.p-topContent02_panel_imgBlock .p-img_blob_01 {
  z-index: -1;
  position: absolute;
  top: -5rem;
  left: -3rem;
  -webkit-animation: roll 3.5s ease-in-out infinite;
          animation: roll 3.5s ease-in-out infinite;
}

.p-topContent02_panel_imgBlock .p-img_blob_01 span {
  -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
          animation: floatH 10.0s ease-in-out infinite alternate;
}

.p-topContent02_panel_imgBlock .p-img_blob_01 span img {
  -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
          animation: floatV 9.0s ease-in-out infinite alternate;
}

.p-topContent02_panel_imgBlock .p-img_blob_02 {
  position: absolute;
  right: -3rem;
  bottom: 4.5rem;
  -webkit-animation: roll 5.5s ease-in-out 2s infinite;
          animation: roll 5.5s ease-in-out 2s infinite;
}

.p-topContent02_panel_imgBlock .p-img_blob_02 span {
  -webkit-animation: floatH 8.0s ease-in-out 2s infinite alternate;
          animation: floatH 8.0s ease-in-out 2s infinite alternate;
}

.p-topContent02_panel_imgBlock .p-img_blob_02 span img {
  -webkit-animation: floatV 9.0s ease-in-out 2s infinite alternate;
          animation: floatV 9.0s ease-in-out 2s infinite alternate;
}

.p-topContent02_panel_imgBlock .p-img_blob_03 {
  position: absolute;
  bottom: -2rem;
  left: 3rem;
  -webkit-animation: roll 3.5s ease-in-out infinite;
          animation: roll 3.5s ease-in-out infinite;
}

.p-topContent02_panel_imgBlock .p-img_blob_03 span {
  -webkit-animation: floatH 7.0s ease-in-out 3s infinite alternate;
          animation: floatH 7.0s ease-in-out 3s infinite alternate;
}

.p-topContent02_panel_imgBlock .p-img_blob_03 span img {
  -webkit-animation: floatV 6.0s ease-in-out 3s infinite alternate;
          animation: floatV 6.0s ease-in-out 3s infinite alternate;
}

.p-topContent02_panel_imgBlock .p-img_blob_04 {
  position: absolute;
  top: 16rem;
  left: -6rem;
  -webkit-animation: roll 3.5s ease-in-out infinite;
          animation: roll 3.5s ease-in-out infinite;
}

.p-topContent02_panel_imgBlock .p-img_blob_04 span {
  -webkit-animation: floatH 7.0s ease-in-out 4s infinite alternate;
          animation: floatH 7.0s ease-in-out 4s infinite alternate;
}

.p-topContent02_panel_imgBlock .p-img_blob_04 span img {
  -webkit-animation: floatV 6.0s ease-in-out 4s infinite alternate;
          animation: floatV 6.0s ease-in-out 4s infinite alternate;
}

.p-topContent02_panel_imgBlock .p-img_blob_05 {
  position: absolute;
  right: 6rem;
  bottom: -3.5rem;
  -webkit-animation: roll 3.5s ease-in-out infinite;
          animation: roll 3.5s ease-in-out infinite;
}

.p-topContent02_panel_imgBlock .p-img_blob_05 span {
  -webkit-animation: floatH 7.0s ease-in-out 5s infinite alternate;
          animation: floatH 7.0s ease-in-out 5s infinite alternate;
}

.p-topContent02_panel_imgBlock .p-img_blob_05 span img {
  -webkit-animation: floatV 6.0s ease-in-out 5s infinite alternate;
          animation: floatV 6.0s ease-in-out 5s infinite alternate;
}

@-webkit-keyframes floatV {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes floatV {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes floatH {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes floatH {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotateZ(3deg) scale(1);
            transform: rotateZ(3deg) scale(1);
  }
  50% {
    -webkit-transform: rotateZ(-3deg) scale(0.95);
            transform: rotateZ(-3deg) scale(0.95);
  }
  100% {
    -webkit-transform: rotateZ(3deg) scale(1);
            transform: rotateZ(3deg) scale(1);
  }
}

@keyframes roll {
  0% {
    -webkit-transform: rotateZ(3deg) scale(1);
            transform: rotateZ(3deg) scale(1);
  }
  50% {
    -webkit-transform: rotateZ(-3deg) scale(0.95);
            transform: rotateZ(-3deg) scale(0.95);
  }
  100% {
    -webkit-transform: rotateZ(3deg) scale(1);
            transform: rotateZ(3deg) scale(1);
  }
}

@media (max-width: 812px) {
  .p-topContent02 {
    position: relative;
  }
  .p-topContent02 .c-titleLvTwo {
    margin-right: 0;
  }
  .p-topContent02:after {
    display: none;
    height: 0;
  }
  .p-topContent02_inner {
    margin-left: 4rem;
    padding: 6rem 0 0;
    border-radius: 7rem 0 0 0;
    background: #fff;
  }
  .p-topContent02_inner .c-titleLvTwo {
    z-index: 3;
    position: relative;
    margin-left: -4rem;
  }
  .p-topContent02_panel {
    display: block;
  }
  .p-topContent02_panel_textBlock {
    margin: 0 -2rem 0 -6rem;
    padding: 4rem 2rem 6rem;
    background: #fff;
  }
  .p-topContent02_panel_imgBlock {
    z-index: 2;
    position: relative;
    flex-shrink: 0;
    max-width: 35.6rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 3rem;
  }
  .p-topContent02_panel_imgBlock:after {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200vw;
    height: 4.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #fff;
    content: "";
  }
}

@media (max-width: 415px) {
  .p-topContent02_panel {
    display: block;
  }
  .p-topContent02_panel_imgBlock {
    margin-right: 3rem;
    margin-left: -1rem;
  }
}

/* end case-415 */
.p-topContent03 {
  position: relative;
  margin-bottom: 11rem;
  overflow: hidden;
}

.p-topContent03_content {
  position: relative;
  max-width: 98rem;
  margin: 0 auto;
  padding: 6rem;
  border-radius: 6rem;
  background: rgba(0, 73, 138, 0.85);
  color: #fff;
}

.p-topContent03_content .c-titleLvTwo {
  margin-bottom: 5rem;
}

.p-topContent03_content_wrap {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem;
}

.p-topContent03_content_wrap .p-paragraph {
  margin-top: 2.5rem;
}

.p-topContent03_content .p-btnBlock {
  margin: 0 auto;
}

@media (max-width: 920px) {
  .p-topContent03_content .c-titleLvTwo {
    font-size: 6.2vw;
  }
}

@media (max-width: 414px) {
  .p-topContent03_content .c-titleLvTwo {
    font-size: 9.6vw;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@-webkit-keyframes loopReverse {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes loopReverse {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes loop2Reverse {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes loop2Reverse {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-loop_content {
  display: flex;
  width: 100vw;
  overflow: hidden;
  background: #ff8c66;
}

.p-loop_content_wrap {
  position: absolute;
  top: 0;
  left: 0;
}

.p-loop_content_list {
  display: flex;
}

.p-loop_content_list_item {
  flex-shrink: 0;
  width: 400px;
  padding: 1rem 0.5rem;
}

.p-loop_content_01 .p-loop_content_list:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}

.p-loop_content_01 .p-loop_content_list:last-child {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}

.p-loop_content_02 {
  margin-top: -1rem;
}

.p-loop_content_02 .p-loop_content_list:first-child {
  -webkit-animation: loopReverse 50s -25s linear infinite;
          animation: loopReverse 50s -25s linear infinite;
}

.p-loop_content_02 .p-loop_content_list:last-child {
  -webkit-animation: loop2Reverse 50s linear infinite;
          animation: loop2Reverse 50s linear infinite;
}

.p-loop_content_03 {
  margin-top: -1rem;
}

.p-loop_content_03 .p-loop_content_list:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}

.p-loop_content_03 .p-loop_content_list:last-child {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}

@media (max-width: 812px) {
  .p-topContent03 {
    position: relative;
    height: 74.7rem;
    height: auto;
    padding: 0;
    padding: 8rem 0;
    background: url(../images/bg_top_content03_pad.jpg) repeat left top;
    background-size: auto 100%;
  }
  .p-topContent03_content {
    position: relative;
    max-width: 98rem;
    margin: 0 auto;
    padding: 6rem 2rem;
    border-radius: 4rem;
    background: rgba(0, 73, 138, 0.85);
    color: #fff;
  }
  .p-topContent03_content_wrap {
    position: relative;
    padding: 0 2rem;
  }
  .p-topContent03_content .p-btnBlock {
    margin: 0 auto;
  }
  .p-topContent03 .slider__wrap {
    display: none;
  }
}

@media (max-width: 414px) {
  .p-topContent03 {
    background: url(../images/bg_top_content03.jpg) no-repeat left top;
    background-size: auto 100%;
  }
}

.p-topContent04 {
  margin-top: 5rem;
}

.p-topContent04 .c-titleLvTwo {
  margin-right: 8rem;
  margin-bottom: -3.5rem;
  -webkit-transform: translateY(-3.5rem);
          transform: translateY(-3.5rem);
}

.p-topContent04_inner {
  margin-left: 8rem;
  padding: 0 0 8rem;
  border-radius: 7rem 0 0 0;
  background: #faf7e6;
}

.p-topContent04 .p-history_imgBlock {
  margin-left: -10rem;
}

.p-topContent04 .p-history_textBlock {
  margin-top: 6rem;
  padding: 0 10rem;
}

.p-topContent04 .p-btnBlock {
  margin: 0 auto;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

@media (max-width: 1200px) {
  .p-topContent04 .p-history_imgBlock {
    margin-left: -8.335vw;
  }
}

/* end case-812 */
@-webkit-keyframes stroke {
  0% {
    stroke-dashoffset: 988.00;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 988.00;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes strokeReverse {
  0% {
    stroke-dashoffset: -988.00;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes strokeReverse {
  0% {
    stroke-dashoffset: -988.00;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.cls-1 {
  fill: #00498a;
}

.cls-2 {
  fill: #fff100;
}

#arw_group {
  fill: transparent;
  stroke: #00498a;
  stroke-dasharray: 988.00;
  stroke-dashoffset: 988.00;
  stroke-width: 1;
}

#arw_group_sp {
  fill: transparent;
  stroke: #00498a;
  stroke-dasharray: 988.00;
  stroke-dashoffset: 988.00;
  stroke-width: 1;
}

.-is_animate .stroke_01 {
  -webkit-animation: stroke 2s ease-out 0s forwards;
          animation: stroke 2s ease-out 0s forwards;
}

.-is_animate .arrow_01 {
  -webkit-animation: stroke 1s ease-out 0.3s forwards;
          animation: stroke 1s ease-out 0.3s forwards;
}

.-is_animate .stroke_02 {
  -webkit-animation: stroke 2s ease-out 0.5s forwards;
          animation: stroke 2s ease-out 0.5s forwards;
}

.-is_animate .arrow_02 {
  -webkit-animation: stroke 1s ease-out 0.8s forwards;
          animation: stroke 1s ease-out 0.8s forwards;
}

.-is_animate .stroke_03 {
  -webkit-animation: stroke 1s ease-out 1s forwards;
          animation: stroke 1s ease-out 1s forwards;
}

.-is_animate .arrow_03 {
  -webkit-animation: stroke 1s ease-out 1.3s forwards;
          animation: stroke 1s ease-out 1.3s forwards;
}

.-is_animate .stroke_04 {
  -webkit-animation: stroke 2s ease-out 1.5s forwards;
          animation: stroke 2s ease-out 1.5s forwards;
}

.-is_animate .arrow_04 {
  -webkit-animation: stroke 1s ease-out 1.8s forwards;
          animation: stroke 1s ease-out 1.8s forwards;
}

.-is_animate .stroke_05 {
  -webkit-animation: stroke 1s ease-out 2s forwards;
          animation: stroke 1s ease-out 2s forwards;
}

.-is_animate .arrow_05 {
  -webkit-animation: stroke 1s ease-out 2.3s forwards;
          animation: stroke 1s ease-out 2.3s forwards;
}

.-is_animate .stroke_06 {
  -webkit-animation: stroke 2s ease-out 2.5s forwards;
          animation: stroke 2s ease-out 2.5s forwards;
}

.-is_animate .arrow_06 {
  -webkit-animation: stroke 1s ease-out 2.8s forwards;
          animation: stroke 1s ease-out 2.8s forwards;
}

.-is_animate .balloon_05_group {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: historyBalloonScale 3.0s ease-in-out 2.5s infinite alternate;
          animation: historyBalloonScale 3.0s ease-in-out 2.5s infinite alternate;
}

.-is_animate .balloon_05_group_sp {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: historyBalloonScaleSP 3.0s ease-in-out 2.5s infinite alternate;
          animation: historyBalloonScaleSP 3.0s ease-in-out 2.5s infinite alternate;
}

@-webkit-keyframes historyBalloonScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: translate3d(-84px, -15px, 0) scale(1.2);
            transform: translate3d(-84px, -15px, 0) scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes historyBalloonScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: translate3d(-84px, -15px, 0) scale(1.2);
            transform: translate3d(-84px, -15px, 0) scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes historyBalloonScaleSP {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2) translate3d(-53px, -10px, 0);
            transform: scale(1.2) translate3d(-53px, -10px, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes historyBalloonScaleSP {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2) translate3d(-53px, -10px, 0);
            transform: scale(1.2) translate3d(-53px, -10px, 0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.p-history_img {
  display: none;
}

.p-history_img_sp {
  display: none;
}

.p-history_svg_sp {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .p-history_img {
    display: inline-block;
  }
  .p-history_img_sp {
    display: none;
  }
  .p-history_svg {
    display: none;
  }
  .p-history_svg_sp {
    display: none;
  }
}

@media (max-width: 812px) {
  .p-topContent04 {
    margin-top: 7.5rem;
  }
  .p-topContent04 .c-titleLvTwo {
    margin-right: 2rem;
    margin-bottom: -2rem;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
  .p-topContent04_inner {
    margin-left: 0;
    padding: 0 0 8rem 2rem;
    border-radius: 4rem 0 0 0;
    background: #faf7e6;
  }
  .p-topContent04 .p-history_imgBlock {
    margin-right: -2rem;
    margin-left: -4rem;
  }
  .p-topContent04 .p-history_textBlock {
    margin-top: 2rem;
    padding: 0;
  }
  .p-topContent04 .p-btnBlock {
    margin: 0 auto;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  .p-history_svg {
    display: none;
  }
  .p-history_svg_sp {
    display: block;
  }
}

@media all and (max-width: 812px) and (-ms-high-contrast: none) {
  .p-history_img {
    display: none;
  }
  .p-history_img_sp {
    display: inline-block;
  }
  .p-history_svg_sp {
    display: none;
  }
}

@media (max-width: 415px) {
  .p-topContent04 .c-titleLvTwo_sub {
    margin-bottom: 4rem;
    font-size: 1.7rem;
  }
}

.p-mainVisial {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37.5rem;
  padding-top: 64px;
  background-size: cover;
}

.p-mainVisial.-message {
  background: url("../images/bg_mv_message.jpg") no-repeat bottom center;
  background-size: cover;
}

.p-mainVisial.-slogan {
  background: url("../images/bg_mv_slogan.jpg") no-repeat bottom center;
  background-size: cover;
}

.p-mainVisial.-project {
  background: url("../images/bg_mv_project.jpg") no-repeat bottom center;
  background-size: cover;
}

.p-mainVisial.-history {
  background: url("../images/bg_mv_history.jpg") no-repeat bottom center;
  background-size: cover;
}

.p-mainVisial_title {
  color: #fff;
  font-family: 'Raleway',serif;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

.p-mainVisial_title b {
  margin-right: 0.2em;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  letter-spacing: -0.1em;
}

.p-mainVisial_title .-slash {
  margin: 0 0.3em;
  font-weight: 400;
}

.p-mainVisial_title_sub {
  display: block;
  margin-top: 0.5rem;
  font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2rem;
  letter-spacing: -0.01em;
}

@media (max-width: 1000px) {
  .p-mainVisial_title.-slogan {
    font-size: 6vw;
  }
}

@media (max-width: 812px) {
  .p-mainVisial {
    height: 16.8rem;
    height: 23.2rem;
  }
  .p-mainVisial_title {
    font-size: 3.6rem;
  }
  .p-mainVisial_title_sub {
    margin-top: 0.5rem;
    font-size: 1.8rem;
  }
}

@media (max-width: 414px) {
  .p-mainVisial_title.-slogan {
    font-size: 9.4vw;
  }
}

@media (max-width: 374px) {
  .p-mainVisial_title {
    font-size: 9.6vw;
  }
}

.p-messageContent01 {
  position: relative;
}

.p-messageContent01_inner {
  z-index: 2;
  position: relative;
  margin-left: 18.6rem;
  padding: 8rem 0 0;
  border-radius: 0 0 0 4rem;
  background: #fff;
}

.p-messageContent01_panel {
  display: flex;
  margin-top: -8.5rem;
  -webkit-transform: translateY(8.5rem);
          transform: translateY(8.5rem);
}

.p-messageContent01_panel_textBlock {
  padding-bottom: 10.5rem;
}

.p-messageContent01_panel_textBlock .p-paragraph {
  margin-bottom: 4rem;
}

.p-messageContent01_panel_imgBlock {
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  max-width: 36.4rem;
  margin-right: 5rem;
  margin-left: -18.6rem;
  border-radius: 3rem;
}

.p-messageContent01_panel_imgBlock figure {
  position: relative;
}

.p-messageContent01_panel_imgBlock figure figcaption {
  z-index: 1;
  position: relative;
  margin-top: 1rem;
  text-align: center;
}

.p-messageContent01_panel_imgBlock .p-img_blob_01 {
  z-index: -1;
  position: absolute;
  top: -5rem;
  left: -3rem;
  -webkit-animation: roll 3.5s ease-in-out infinite;
          animation: roll 3.5s ease-in-out infinite;
}

.p-messageContent01_panel_imgBlock .p-img_blob_01 span {
  -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
          animation: floatH 10.0s ease-in-out infinite alternate;
}

.p-messageContent01_panel_imgBlock .p-img_blob_01 span img {
  -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
          animation: floatV 9.0s ease-in-out infinite alternate;
}

.p-messageContent01_panel_imgBlock .p-img_blob_02 {
  position: absolute;
  bottom: 10rem;
  left: -2rem;
  -webkit-animation: roll 5.5s ease-in-out 2s infinite;
          animation: roll 5.5s ease-in-out 2s infinite;
}

.p-messageContent01_panel_imgBlock .p-img_blob_02 span {
  -webkit-animation: floatH 8.0s ease-in-out 2s infinite alternate;
          animation: floatH 8.0s ease-in-out 2s infinite alternate;
}

.p-messageContent01_panel_imgBlock .p-img_blob_02 span img {
  -webkit-animation: floatV 9.0s ease-in-out 2s infinite alternate;
          animation: floatV 9.0s ease-in-out 2s infinite alternate;
}

.p-messageContent01_panel_imgBlock .p-img_blob_03 {
  position: absolute;
  right: -2rem;
  bottom: 23rem;
  -webkit-animation: roll 3.5s ease-in-out infinite;
          animation: roll 3.5s ease-in-out infinite;
}

.p-messageContent01_panel_imgBlock .p-img_blob_03 span {
  -webkit-animation: floatH 7.0s ease-in-out 3s infinite alternate;
          animation: floatH 7.0s ease-in-out 3s infinite alternate;
}

.p-messageContent01_panel_imgBlock .p-img_blob_03 span img {
  -webkit-animation: floatV 6.0s ease-in-out 3s infinite alternate;
          animation: floatV 6.0s ease-in-out 3s infinite alternate;
}

@media (max-width: 812px) {
  .p-messageContent01 {
    position: relative;
  }
  .p-messageContent01:after {
    display: none;
    height: 0;
  }
  .p-messageContent01_inner {
    margin-left: 0;
    padding: 6rem 0 0 2rem;
  }
  .p-messageContent01_inner .c-titleLvTwo {
    margin-left: -4rem;
  }
  .p-messageContent01_panel {
    display: block;
    margin-top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .p-messageContent01_panel_textBlock {
    margin: 0;
    padding: 4rem 0 5rem;
  }
  .p-messageContent01_panel_textBlock .p-paragraph {
    margin-bottom: 3rem;
  }
  .p-messageContent01_panel_textBlock .p-paragraph.-last {
    margin-bottom: 0;
  }
  .p-messageContent01_panel_imgBlock {
    z-index: 2;
    position: relative;
    flex-shrink: 0;
    max-width: 35.6rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 2rem;
    border-radius: 3rem;
  }
  .p-messageContent01_panel_imgBlock:after {
    display: none;
  }
  .p-messageContent01_panel_imgBlock .p-img_blob_01 {
    z-index: -1;
    position: absolute;
    top: -4rem;
    left: -2rem;
    -webkit-animation: roll 3.5s ease-in-out infinite;
            animation: roll 3.5s ease-in-out infinite;
  }
  .p-messageContent01_panel_imgBlock .p-img_blob_01 span {
    -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
            animation: floatH 10.0s ease-in-out infinite alternate;
  }
  .p-messageContent01_panel_imgBlock .p-img_blob_01 span img {
    width: 10rem;
    -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
            animation: floatV 9.0s ease-in-out infinite alternate;
  }
}

.p-messageContent02 {
  position: relative;
  max-width: 147.2rem;
  margin: 0 auto;
  padding: 6rem 2rem 10rem 0;
  overflow: hidden;
  overflow: hidden;
  border-radius: 0 6rem 0 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #faf7e6;
}

.p-messageContent02_wrap {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-messageContent02_blobGradation01 {
  z-index: 1;
  position: absolute;
  top: -50rem;
  right: -37rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: roll 3.5s ease-in-out infinite;
          animation: roll 3.5s ease-in-out infinite;
  will-change: transform;
}

.p-messageContent02_blobGradation01 span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
          animation: floatH 10.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-messageContent02_blobGradation01 span img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
          animation: floatV 9.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-messageContent02_blobPattern01 {
  z-index: 1;
  position: absolute;
  top: 8rem;
  right: -8rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: roll 7.5s ease-in-out infinite;
          animation: roll 7.5s ease-in-out infinite;
  will-change: transform;
}

.p-messageContent02_blobPattern01 span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatH 8.0s ease-in-out infinite alternate;
          animation: floatH 8.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-messageContent02_blobPattern01 span img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatV 7.0s ease-in-out infinite alternate;
          animation: floatV 7.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-messageContent02_blobGradation02 {
  z-index: 1;
  position: absolute;
  bottom: 18rem;
  left: -40rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: roll 3.5s ease-in-out infinite;
          animation: roll 3.5s ease-in-out infinite;
  will-change: transform;
}

.p-messageContent02_blobGradation02 span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
          animation: floatH 10.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-messageContent02_blobGradation02 span img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
          animation: floatV 9.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-messageContent02_blobPattern02 {
  z-index: 1;
  position: absolute;
  bottom: 74rem;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: roll 7.5s ease-in-out infinite;
          animation: roll 7.5s ease-in-out infinite;
  will-change: transform;
}

.p-messageContent02_blobPattern02 span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatH 8.0s ease-in-out infinite alternate;
          animation: floatH 8.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-messageContent02_blobPattern02 span img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatV 7.0s ease-in-out infinite alternate;
          animation: floatV 7.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-messageContent02_blobGradation03 {
  z-index: 1;
  position: absolute;
  right: -20rem;
  bottom: -55rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: roll 3.5s ease-in-out infinite;
          animation: roll 3.5s ease-in-out infinite;
  will-change: transform;
}

.p-messageContent02_blobGradation03 span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
          animation: floatH 10.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-messageContent02_blobGradation03 span img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
          animation: floatV 9.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-messageContent02_blobPattern03 {
  z-index: 1;
  position: absolute;
  right: -10rem;
  bottom: 2rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: roll 7.5s ease-in-out infinite;
          animation: roll 7.5s ease-in-out infinite;
  will-change: transform;
}

.p-messageContent02_blobPattern03 span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatH 8.0s ease-in-out infinite alternate;
          animation: floatH 8.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-messageContent02_blobPattern03 span img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatV 7.0s ease-in-out infinite alternate;
          animation: floatV 7.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-messageContent02_blobGradation04 {
  display: none;
}

.p-messageContent02_blobPattern04 {
  display: none;
}

.p-messageContent02_inner {
  overflow: hidden;
  border-radius: 0 6rem 0 0;
  background: #faf7e6;
}

.p-messageContent02_title {
  margin: 0 0 5rem;
  color: #00498a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.8rem;
  font-weight: 700;
}

.p-messageContent02_title.-center {
  margin: 0 0 0.5rem;
  text-align: center;
}

.p-messageContent02_logoBlock {
  margin: 0 auto 5rem;
  text-align: center;
}

.p-messageContent02_titleBlock {
  z-index: 2;
  position: relative;
  margin-bottom: 7rem;
}

.p-messageContent02_titleBlock .p-paragraph {
  max-width: 98rem;
  margin: 0 auto;
}

.p-messageContent02_imgCol {
  display: flex;
  z-index: 2;
  position: relative;
  align-items: flex-start;
  margin-bottom: 7rem;
}

.p-messageContent02_imgCol.-reverse {
  flex-direction: row-reverse;
}

.p-messageContent02_textBlock .p-paragraph + .p-paragraph {
  margin-top: 3rem;
}

.p-messageContent02_imgBlock {
  flex-shrink: 0;
  max-width: 46.6rem;
  margin: 3rem 0 0 4.4rem;
  overflow: hidden;
}

.p-messageContent02_imgBlock.-reverse {
  margin: 3rem 4.4rem 0 0;
}

@media (max-width: 1024px) {
  .p-messageContent02 {
    z-index: 2;
    max-width: 147.2rem;
    margin: 0 auto;
    padding-left: 5rem;
  }
  .p-messageContent02_blobGradation02 {
    display: none;
  }
  .p-messageContent02_blobPattern02 {
    display: none;
  }
  .p-messageContent02_wrap {
    padding-left: 0;
    border-radius: 0 6rem 6rem 0;
  }
  .p-messageContent02_blobGradation04 {
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 18rem;
    bottom: 50vh;
    left: -40rem;
    -webkit-animation: roll 3.5s ease-in-out infinite;
            animation: roll 3.5s ease-in-out infinite;
  }
  .p-messageContent02_blobGradation04 span {
    -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
            animation: floatH 10.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobGradation04 span img {
    -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
            animation: floatV 9.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobPattern04 {
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 74rem;
    bottom: 120vh;
    left: 0;
    -webkit-animation: roll 7.5s ease-in-out infinite;
            animation: roll 7.5s ease-in-out infinite;
  }
  .p-messageContent02_blobPattern04 span {
    -webkit-animation: floatH 8.0s ease-in-out infinite alternate;
            animation: floatH 8.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobPattern04 span img {
    -webkit-animation: floatV 7.0s ease-in-out infinite alternate;
            animation: floatV 7.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_inner {
    padding: 0;
    border-radius: 0 4rem 4rem 0;
  }
  .p-messageContent02_title {
    margin: 0 0 4rem;
    font-size: 2.24rem;
    text-align: left;
  }
  .p-messageContent02_title.-center {
    text-align: left;
  }
  .p-messageContent02_logoBlock {
    max-width: 34rem;
    margin: 0 0 4rem;
  }
  .p-messageContent02_titleBlock {
    z-index: 2;
    position: relative;
    margin-bottom: 5rem;
  }
  .p-messageContent02_titleBlock .p-paragraph {
    max-width: 98rem;
    margin: 0 auto;
  }
  .p-messageContent02_imgCol {
    display: block;
    z-index: 2;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 7rem;
  }
  .p-messageContent02_imgCol.-reverse {
    flex-direction: column;
  }
  .p-messageContent02_imgCol.-last {
    margin-bottom: 0;
  }
  .p-messageContent02_textBlock .p-paragraph + .p-paragraph {
    margin-top: 3rem;
  }
  .p-messageContent02_imgBlock {
    flex-shrink: 0;
    width: calc(100% - 4rem);
    max-width: 36.4rem;
    margin: 2.5rem auto 0;
    overflow: hidden;
  }
  .p-messageContent02_imgBlock.-reverse {
    margin: 2.5rem auto 0;
  }
}

@media (max-width: 812px) {
  .p-messageContent02 {
    z-index: 2;
    max-width: 147.2rem;
    margin: 0 auto;
    padding-left: 2rem;
  }
  .p-messageContent02_wrap {
    border-radius: 0 6rem 6rem 0;
  }
  .p-messageContent02_blobGradation01 {
    z-index: 1;
    position: absolute;
    top: -25rem;
    right: -18.5rem;
    width: 40rem;
    border-radius: 0 6rem 6rem 0;
    -webkit-animation: roll 3.5s ease-in-out infinite;
            animation: roll 3.5s ease-in-out infinite;
  }
  .p-messageContent02_blobGradation01 span {
    border-radius: 0 6rem 6rem 0;
    -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
            animation: floatH 10.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobGradation01 span img {
    border-radius: 0 6rem 6rem 0;
    -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
            animation: floatV 9.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobPattern01 {
    z-index: 1;
    position: absolute;
    top: 4rem;
    right: -4rem;
    width: 24rem;
    -webkit-animation: roll 7.5s ease-in-out infinite;
            animation: roll 7.5s ease-in-out infinite;
  }
  .p-messageContent02_blobPattern01 span {
    -webkit-animation: floatH 8.0s ease-in-out infinite alternate;
            animation: floatH 8.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobPattern01 span img {
    -webkit-animation: floatV 7.0s ease-in-out infinite alternate;
            animation: floatV 7.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobGradation02 {
    z-index: 1;
    position: absolute;
    bottom: 48rem;
    left: -20rem;
    width: 40rem;
    -webkit-animation: roll 3.5s ease-in-out infinite;
            animation: roll 3.5s ease-in-out infinite;
  }
  .p-messageContent02_blobGradation02 span {
    -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
            animation: floatH 10.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobGradation02 span img {
    -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
            animation: floatV 9.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobPattern02 {
    z-index: 1;
    position: absolute;
    bottom: 74rem;
    left: 0;
    width: 18.2rem;
    -webkit-animation: roll 7.5s ease-in-out infinite;
            animation: roll 7.5s ease-in-out infinite;
  }
  .p-messageContent02_blobPattern02 span {
    -webkit-animation: floatH 8.0s ease-in-out infinite alternate;
            animation: floatH 8.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobPattern02 span img {
    -webkit-animation: floatV 7.0s ease-in-out infinite alternate;
            animation: floatV 7.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobGradation03 {
    z-index: 1;
    position: absolute;
    right: -10rem;
    bottom: -25rem;
    width: 40rem;
    border-radius: 0 6rem 6rem 0;
    -webkit-animation: roll 3.5s ease-in-out infinite;
            animation: roll 3.5s ease-in-out infinite;
  }
  .p-messageContent02_blobGradation03 span {
    border-radius: 0 6rem 6rem 0;
    -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
            animation: floatH 10.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobGradation03 span img {
    border-radius: 0 6rem 6rem 0;
    -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
            animation: floatV 9.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobPattern03 {
    z-index: 1;
    position: absolute;
    right: -5rem;
    bottom: 2rem;
    width: 22rem;
    -webkit-animation: roll 7.5s ease-in-out infinite;
            animation: roll 7.5s ease-in-out infinite;
  }
  .p-messageContent02_blobPattern03 span {
    -webkit-animation: floatH 8.0s ease-in-out infinite alternate;
            animation: floatH 8.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobPattern03 span img {
    -webkit-animation: floatV 7.0s ease-in-out infinite alternate;
            animation: floatV 7.0s ease-in-out infinite alternate;
  }
  .p-messageContent02_blobGradation04 {
    display: block;
    z-index: 1;
    position: absolute;
    top: 90rem;
    bottom: auto;
    left: -15rem;
    width: 36rem;
  }
  .p-messageContent02_blobPattern04 {
    display: block;
    z-index: 1;
    position: absolute;
    top: 80rem;
    bottom: auto;
    left: 0;
    width: 18rem;
  }
  .p-messageContent02_inner {
    padding: 0;
    border-radius: 0 4rem 4rem 0;
  }
  .p-messageContent02_title {
    margin: 0 0 4rem;
    font-size: 2.24rem;
    text-align: left;
  }
  .p-messageContent02_title.-center {
    text-align: left;
  }
  .p-messageContent02_logoBlock {
    max-width: 34rem;
    margin: 0 0 4rem;
  }
  .p-messageContent02_titleBlock {
    z-index: 2;
    position: relative;
    margin-bottom: 5rem;
  }
  .p-messageContent02_titleBlock .p-paragraph {
    max-width: 98rem;
    margin: 0 auto;
  }
  .p-messageContent02_imgCol {
    display: block;
    z-index: 2;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 7rem;
  }
  .p-messageContent02_imgCol.-reverse {
    flex-direction: column;
  }
  .p-messageContent02_imgCol.-last {
    margin-bottom: 0;
  }
  .p-messageContent02_textBlock .p-paragraph + .p-paragraph {
    margin-top: 3rem;
  }
  .p-messageContent02_imgBlock {
    flex-shrink: 0;
    width: calc(100% - 4rem);
    max-width: 36.4rem;
    margin: 2.5rem auto 0;
    overflow: hidden;
  }
  .p-messageContent02_imgBlock.-reverse {
    margin: 2.5rem auto 0;
  }
}

.p-sloganContent01 {
  border-radius: 0 0 0 6rem;
  background: #fff;
}

.p-sloganContent01_inner {
  padding: 8rem 10rem;
}

@media (max-width: 812px) {
  .p-sloganContent01 {
    border-radius: 0 0 0 4rem;
    background: #fff;
  }
  .p-sloganContent01_inner {
    padding: 5rem 0 5rem 2rem;
  }
}

.p-sloganContent02 {
  position: relative;
  max-width: 147.2rem;
  margin: 0 auto;
  overflow: hidden;
  overflow: hidden;
  border-radius: 0 6rem 6rem 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #faf7e6;
}

.p-sloganContent02_wrap {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-sloganContent02_blobGradation01 {
  z-index: 1;
  position: absolute;
  top: -50rem;
  right: -37rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: roll 3.5s ease-in-out infinite;
          animation: roll 3.5s ease-in-out infinite;
  will-change: transform;
}

.p-sloganContent02_blobGradation01 span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
          animation: floatH 10.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-sloganContent02_blobGradation01 span img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
          animation: floatV 9.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-sloganContent02_blobPattern01 {
  z-index: 1;
  position: absolute;
  top: 8rem;
  right: -8rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: roll 7.5s ease-in-out infinite;
          animation: roll 7.5s ease-in-out infinite;
  will-change: transform;
}

.p-sloganContent02_blobPattern01 span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatH 8.0s ease-in-out infinite alternate;
          animation: floatH 8.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-sloganContent02_blobPattern01 span img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatV 7.0s ease-in-out infinite alternate;
          animation: floatV 7.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-sloganContent02_blobGradation02 {
  z-index: 1;
  position: absolute;
  bottom: 18rem;
  left: -40rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: roll 3.5s ease-in-out infinite;
          animation: roll 3.5s ease-in-out infinite;
  will-change: transform;
}

.p-sloganContent02_blobGradation02 span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
          animation: floatH 10.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-sloganContent02_blobGradation02 span img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
          animation: floatV 9.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-sloganContent02_blobPattern02 {
  z-index: 1;
  position: absolute;
  bottom: 74rem;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: roll 7.5s ease-in-out infinite;
          animation: roll 7.5s ease-in-out infinite;
  will-change: transform;
}

.p-sloganContent02_blobPattern02 span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatH 8.0s ease-in-out infinite alternate;
          animation: floatH 8.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-sloganContent02_blobPattern02 span img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatV 7.0s ease-in-out infinite alternate;
          animation: floatV 7.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-sloganContent02_blobGradation03 {
  z-index: 1;
  position: absolute;
  right: -20rem;
  bottom: -55rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: roll 3.5s ease-in-out infinite;
          animation: roll 3.5s ease-in-out infinite;
  will-change: transform;
}

.p-sloganContent02_blobGradation03 span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
          animation: floatH 10.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-sloganContent02_blobGradation03 span img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
          animation: floatV 9.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-sloganContent02_blobPattern03 {
  z-index: 1;
  position: absolute;
  right: -10rem;
  bottom: 2rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: roll 7.5s ease-in-out infinite;
          animation: roll 7.5s ease-in-out infinite;
  will-change: transform;
}

.p-sloganContent02_blobPattern03 span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatH 8.0s ease-in-out infinite alternate;
          animation: floatH 8.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-sloganContent02_blobPattern03 span img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: floatV 7.0s ease-in-out infinite alternate;
          animation: floatV 7.0s ease-in-out infinite alternate;
  will-change: transform;
}

.p-sloganContent02_blobGradation04 {
  display: none;
}

.p-sloganContent02_blobPattern04 {
  display: none;
}

.p-sloganContent02_inner {
  padding: 6rem 10rem 10rem;
  overflow: hidden;
  border-radius: 0 6rem 6rem 0;
  background: #faf7e6;
}

.p-sloganContent02_title {
  z-index: 2;
  position: relative;
  margin: 0 0 4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.p-sloganContent02_title_icon {
  width: 8rem;
}

.p-sloganContent02_logoBlock {
  z-index: 2;
  position: relative;
  max-width: 56.8rem;
  margin: 0 auto 5rem;
  padding: 5rem 8rem;
  border-radius: 3rem;
  background: #fff;
}

.p-sloganContent02_text {
  z-index: 2;
  position: relative;
  margin-bottom: 4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.p-sloganContent02_textBlock {
  z-index: 2;
  position: relative;
  margin-bottom: 7rem;
}

.p-sloganContent02 .p-paragraph {
  z-index: 2;
  position: relative;
  margin-bottom: 8rem;
}

@media (max-width: 812px) {
  .p-sloganContent02 {
    z-index: 2;
    max-width: 147.2rem;
    margin: 0 auto;
    padding-left: 2rem;
  }
  .p-sloganContent02_wrap {
    padding-left: 0;
    border-radius: 0 6rem 6rem 0;
  }
  .p-sloganContent02_blobGradation01 {
    z-index: 1;
    position: absolute;
    top: -25rem;
    right: -18.5rem;
    width: 40rem;
    border-radius: 0 6rem 6rem 0;
    -webkit-animation: roll 3.5s ease-in-out infinite;
            animation: roll 3.5s ease-in-out infinite;
  }
  .p-sloganContent02_blobGradation01 span {
    border-radius: 0 6rem 6rem 0;
    -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
            animation: floatH 10.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobGradation01 span img {
    border-radius: 0 6rem 6rem 0;
    -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
            animation: floatV 9.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobPattern01 {
    z-index: 1;
    position: absolute;
    top: 4rem;
    right: -4rem;
    width: 24rem;
    -webkit-animation: roll 7.5s ease-in-out infinite;
            animation: roll 7.5s ease-in-out infinite;
  }
  .p-sloganContent02_blobPattern01 span {
    -webkit-animation: floatH 8.0s ease-in-out infinite alternate;
            animation: floatH 8.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobPattern01 span img {
    -webkit-animation: floatV 7.0s ease-in-out infinite alternate;
            animation: floatV 7.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobGradation02 {
    display: none;
    z-index: 1;
    position: absolute;
    bottom: 48rem;
    left: -20rem;
    width: 40rem;
    -webkit-animation: roll 3.5s ease-in-out infinite;
            animation: roll 3.5s ease-in-out infinite;
  }
  .p-sloganContent02_blobGradation02 span {
    -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
            animation: floatH 10.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobGradation02 span img {
    -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
            animation: floatV 9.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobPattern02 {
    display: none;
    z-index: 1;
    position: absolute;
    bottom: 74rem;
    left: 0;
    width: 18.2rem;
    -webkit-animation: roll 7.5s ease-in-out infinite;
            animation: roll 7.5s ease-in-out infinite;
  }
  .p-sloganContent02_blobPattern02 span {
    -webkit-animation: floatH 8.0s ease-in-out infinite alternate;
            animation: floatH 8.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobPattern02 span img {
    -webkit-animation: floatV 7.0s ease-in-out infinite alternate;
            animation: floatV 7.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobGradation03 {
    z-index: 1;
    position: absolute;
    right: -10rem;
    bottom: -25rem;
    width: 40rem;
    border-radius: 0 6rem 6rem 0;
    -webkit-animation: roll 3.5s ease-in-out infinite;
            animation: roll 3.5s ease-in-out infinite;
  }
  .p-sloganContent02_blobGradation03 span {
    border-radius: 0 6rem 6rem 0;
    -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
            animation: floatH 10.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobGradation03 span img {
    border-radius: 0 6rem 6rem 0;
    -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
            animation: floatV 9.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobPattern03 {
    z-index: 1;
    position: absolute;
    right: -5rem;
    bottom: 2rem;
    width: 22rem;
    -webkit-animation: roll 7.5s ease-in-out infinite;
            animation: roll 7.5s ease-in-out infinite;
  }
  .p-sloganContent02_blobPattern03 span {
    -webkit-animation: floatH 8.0s ease-in-out infinite alternate;
            animation: floatH 8.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobPattern03 span img {
    -webkit-animation: floatV 7.0s ease-in-out infinite alternate;
            animation: floatV 7.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobGradation04 {
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 48rem;
    left: -20rem;
    width: 40rem;
    -webkit-animation: roll 3.5s ease-in-out infinite;
            animation: roll 3.5s ease-in-out infinite;
  }
  .p-sloganContent02_blobGradation04 span {
    -webkit-animation: floatH 10.0s ease-in-out infinite alternate;
            animation: floatH 10.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobGradation04 span img {
    -webkit-animation: floatV 9.0s ease-in-out infinite alternate;
            animation: floatV 9.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobPattern04 {
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 74rem;
    left: 0;
    width: 18.2rem;
    -webkit-animation: roll 7.5s ease-in-out infinite;
            animation: roll 7.5s ease-in-out infinite;
  }
  .p-sloganContent02_blobPattern04 span {
    -webkit-animation: floatH 8.0s ease-in-out infinite alternate;
            animation: floatH 8.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_blobPattern04 span img {
    -webkit-animation: floatV 7.0s ease-in-out infinite alternate;
            animation: floatV 7.0s ease-in-out infinite alternate;
  }
  .p-sloganContent02_inner {
    padding: 4.5rem 2rem 4.5rem 0;
    border-radius: 0 4rem 4rem 0;
    background: #faf7e6;
  }
  .p-sloganContent02_title {
    margin: 0 0 4rem;
    font-size: 1.96rem;
    font-weight: 700;
    text-align: center;
  }
  .p-sloganContent02_title_icon {
    width: 6.5rem;
    margin-bottom: 1rem;
  }
  .p-sloganContent02_logoBlock {
    max-width: 31.5rem;
    margin: 0 auto 5rem;
    padding: 4rem 2rem;
    border-radius: 3rem;
    background: #fff;
  }
  .p-sloganContent02_text {
    margin-bottom: 4rem;
    font-size: 2.3rem;
  }
  .p-sloganContent02_textBlock {
    margin-bottom: 5rem;
  }
  .p-sloganContent02 .p-paragraph {
    margin-bottom: 8rem;
  }
}

.p-sloganContent03 {
  margin: 8rem auto 10rem;
}

.p-sloganContent03_inner {
  padding: 7rem 10rem 8rem 10rem;
  border: solid 2px #00498a;
  background: #fff;
}

.p-sloganContent03_imgBlock {
  display: flex;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.p-sloganContent03_imgBlock_left {
  width: 32.27459%;
  margin-right: 4rem;
}

.p-sloganContent03_imgBlock_right {
  width: 63.831967%;
}

.p-sloganContent03_textBlock {
  margin-bottom: 5rem;
}

@media (max-width: 812px) {
  .p-sloganContent03 {
    border-radius: 0 4rem 4rem 0;
    background: #fff;
  }
  .p-sloganContent03_inner {
    margin: 0 -1rem;
    padding: 4.5rem 2rem;
  }
  .p-sloganContent03_imgBlock {
    display: block;
    margin-top: 3rem;
  }
  .p-sloganContent03_imgBlock_left {
    width: 100%;
    max-width: 50%;
    margin-right: auto;
    margin-bottom: 3rem;
    margin-left: auto;
    text-align: center;
  }
  .p-sloganContent03_imgBlock_right {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

.p-sloganBtn {
  max-width: 35.4rem;
  margin: 0 auto 0 auto;
}

.p-sloganBtn .c-btn {
  margin-top: 1rem;
  padding-right: 4.5rem;
  padding-left: 4.5rem;
  font-size: 1.8rem;
}

.p-project_lead_title {
  margin-bottom: 0.5rem;
}

.p-project_lead_subtitle {
  position: relative;
  margin-bottom: 5rem;
  color: #00498a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.p-project_lead_subtitle:after, .p-project_lead_subtitle:before {
  display: inline-block;
  width: 6rem;
  height: 0.2rem;
  margin: 0 1rem;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  background: #00498a;
  vertical-align: middle;
  content: "";
}

.p-project_lead_text {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 812px) {
  .p-project_lead_title {
    margin-bottom: 1rem;
  }
  .p-project_lead_subtitle {
    position: relative;
    margin-bottom: 4rem;
    font-size: 1.8rem;
    text-align: left;
  }
  .p-project_lead_subtitle:after, .p-project_lead_subtitle:before {
    display: none;
  }
  .p-project_lead_text {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
  }
}

.p-projectContent01 {
  background: #faf7e6;
}

.p-projectContent01.-sub {
  border-radius: 0 0 0 6rem;
}

.p-projectContent01_inner {
  max-width: 147.2rem;
  margin: 0 auto;
  padding: 8rem 10rem 4rem;
}

.p-projectContent01_inner.-sub {
  padding: 4rem 10rem 8rem;
}

.p-projectContent01_slider {
  position: relative;
  overflow: hidden;
}

.p-projectContent01_slider_logo {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.p-projectContent01_slider .slider {
  background: #00498a;
}

@media (max-width: 812px) {
  .p-projectContent01 {
    background: #faf7e6;
  }
  .p-projectContent01.-sub {
    border-radius: 0 0 0 4rem;
  }
  .p-projectContent01_inner {
    max-width: 147.2rem;
    margin: 0 auto;
    padding: 6rem 0 2rem  2rem;
  }
  .p-projectContent01_inner.-sub {
    padding: 4rem 0 6rem  2rem;
  }
  .p-projectContent01_slider {
    position: relative;
    overflow: hidden;
  }
  .p-projectContent01_slider_logo {
    width: 100%;
    height: 237px;
    margin: 0 auto;
    padding: 0 2rem;
    background: url(../images/img_project_10th_sp.png) no-repeat center center;
    background-size: auto 100%;
  }
  .p-projectContent01_slider_logo img {
    display: none;
  }
  .p-projectContent01_slider .slider__item img {
    height: 111px;
    height: 28vw;
    height: 107px;
  }
}

@media (max-width: 374px) {
  .p-projectContent01_slider_logo {
    height: 207px;
  }
  .p-projectContent01_slider_logo img {
    display: none;
  }
  .p-projectContent01_slider .slider__item img {
    height: 111px;
    height: 28vw;
    height: 92px;
  }
}

.p-projectBtn {
  max-width: 56.6rem;
  margin: 0 auto;
}

.p-projectBtn .c-btn {
  margin-top: 1rem;
  padding-right: 4.5rem;
  padding-left: 4.5rem;
  font-size: 1.8rem;
}

@media (max-width: 374px) {
  .p-projectBtn .c-btn {
    font-size: 13.7px;
  }
}

.p-note {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.p-fukidashi {
  font-weight: 700;
  text-align: center;
}

.p-fukidashi:after, .p-fukidashi:before {
  display: inline-block;
  width: 2px;
  height: 30px;
  background: currentColor;
  content: "";
}

.p-fukidashi:before {
  -webkit-transform: translate(-10px, 10px) rotate(-30deg);
          transform: translate(-10px, 10px) rotate(-30deg);
}

.p-fukidashi:after {
  -webkit-transform: translate(10px, 10px) rotate(30deg);
          transform: translate(10px, 10px) rotate(30deg);
}

@media (max-width: 812px) {
  .p-note {
    line-height: 1.8;
  }
  .p-fukidashi {
    font-size: 1.6rem;
  }
}

@media (max-width: 374px) {
  .p-fukidashi {
    font-size: 13.6534px;
  }
}

.p-projectContent02 {
  padding: 6rem 0 12.6rem 0;
}

.p-projectContent02_titleBlock {
  text-align: center;
}

.p-projectContent02_title {
  margin: 6rem 0 5rem 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 700;
}

@media (max-width: 812px) {
  .p-projectContent02 {
    padding: 4rem 0 8rem 0;
  }
  .p-projectContent02_titleBlock {
    text-align: center;
  }
  .p-projectContent02_title {
    margin: 4rem 0 3.5rem 0;
    font-size: 1.92rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: left;
  }
}

.p-project_flow.-is_animate {
  -webkit-animation: fadeInLeft 1s ease 0s forwards;
          animation: fadeInLeft 1s ease 0s forwards;
}

@media (max-width: 415px) {
  .p-project_flow.-is_animate {
    -webkit-animation: fadeIn 1s ease 0s forwards, bottomToTop 1s ease forwards;
            animation: fadeIn 1s ease 0s forwards, bottomToTop 1s ease forwards;
  }
  .p-project_flow_arrow {
    display: none;
  }
}

/* end case-812 */
.p-steps_imgBlock {
  text-align: center;
}

.p-steps_imgBlock.-step01 {
  margin-bottom: -3px;
  -webkit-transform: translateY(-33px);
          transform: translateY(-33px);
}

.p-steps_imgBlock.-step02 {
  margin-bottom: -3px;
  -webkit-transform: translateY(-33px);
          transform: translateY(-33px);
}

.p-steps_imgBlock.-step03 {
  margin-bottom: -2px;
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
}

.p-steps_imgBlock.-step04 {
  margin-bottom: -10px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.p-steps_imgBlock.-step05 {
  margin-bottom: -26px;
  -webkit-transform: translateY(-56px);
          transform: translateY(-56px);
}

@media (max-width: 812px) {
  .p-steps_imgBlock {
    text-align: center;
  }
  .p-steps_imgBlock img {
    max-width: 13rem;
  }
  .p-steps_imgBlock.-step01 {
    margin-bottom: 0;
    -webkit-transform: translateY(-17px);
            transform: translateY(-17px);
  }
  .p-steps_imgBlock.-step02 {
    margin-bottom: 0;
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  .p-steps_imgBlock.-step03 {
    margin-bottom: 0;
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  .p-steps_imgBlock.-step04 {
    margin-bottom: 0px;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .p-steps_imgBlock.-step05 {
    margin-bottom: -26px;
    margin-bottom: 0;
    -webkit-transform: translateY(-23px);
            transform: translateY(-23px);
  }
  .p-steps_imgBlock.-step05 img {
    max-width: 17.1rem;
  }
}

.p-projectContent03 {
  padding-right: 5rem;
  padding-bottom: 8rem;
  border-radius: 0 6rem 6rem 0;
  background: #faf7e6;
}

.p-projectContent03_imgBlock {
  max-width: 77.2rem;
  margin: 0 auto;
  margin-top: 6rem;
  padding: 4.5rem;
  border-radius: 3rem;
  background: #fff;
}

@media (max-width: 812px) {
  .p-projectContent03 {
    padding-right: 2rem;
    padding-bottom: 6rem;
    border-radius: 0 4rem 4rem 0;
    background: #faf7e6;
  }
  .p-projectContent03_imgBlock {
    margin: 0 auto;
    margin-top: 4rem;
    padding: 2rem;
    border-radius: 2rem;
    background: #fff;
  }
  .p-projectContent03 .p-note {
    margin-left: 1rem;
  }
}

.p-projectContent04 {
  padding-bottom: 8rem;
  padding-left: 5rem;
  border-radius: 6rem 0 0 6rem;
  background: #fff;
}

.p-projectContent04_imgBlock {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

.p-projectContent04_imgBlock_item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 2.2rem);
}

.p-projectContent04_imgBlock_item img {
  margin-top: auto;
}

.p-projectContent04_imgBlock_title {
  margin-bottom: 1.2rem;
  padding-left: 1.5em;
  font-size: 1.6rem;
  font-weight: 700;
  text-indent: -1.4em;
}

@media (max-width: 812px) {
  .p-projectContent04 {
    padding-bottom: 6rem;
    padding-left: 2rem;
    border-radius: 4rem 0 0 4rem;
    background: #fff;
  }
  .p-projectContent04_imgBlock {
    display: block;
    margin-top: 4rem;
  }
  .p-projectContent04_imgBlock_item {
    display: block;
    width: 100%;
    margin-top: 4rem;
    text-align: center;
  }
  .p-projectContent04_imgBlock_item img {
    margin-top: auto;
  }
  .p-projectContent04_imgBlock_title {
    margin-bottom: 1.2rem;
    padding-left: 1.5em;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
    text-indent: -1.4em;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .p-projectContent04_imgBlock_item img {
    max-width: 50%;
  }
}

.p-projectContent05 {
  padding-right: 5rem;
  padding-bottom: 6rem;
  border-radius: 0 6rem 0 0;
  background: #faf7e6;
}

.p-projectContent05.-sub {
  padding-top: 6rem;
  padding-bottom: 8rem;
  border-radius: 0 0 6rem 0;
}

.p-projectContent05_imgCol {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.p-projectContent05_imgCol.-is_animate {
  -webkit-animation: fadeInLeft 1s ease 0s forwards;
          animation: fadeInLeft 1s ease 0s forwards;
}

.p-projectContent05_imgCol_item {
  display: flex;
  flex-direction: column;
  width: calc(58.644068% - 2.2rem);
}

.p-projectContent05_imgCol_item.js-animation {
  opacity: 1;
}

.p-projectContent05_imgCol_item:last-child {
  width: calc(41.355932% - 2.2rem);
}

.p-projectContent05_imgCol_item_img {
  position: relative;
  margin-bottom: 1rem;
  padding: 4.5rem;
  border-radius: 3rem;
  background: #fff;
}

.p-projectContent05_imgCol_item_text {
  margin-top: auto;
  margin-left: 1rem;
}

.p-projectContent05_imgCol_item_arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: -5.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-projectContent05_imgCol_item_arrow_sp {
  display: none;
}

.p-projectContent05_imgBlock {
  margin-top: 5rem;
  text-align: center;
}

.p-projectContent05_slider {
  position: relative;
  overflow: hidden;
}

.p-projectContent05_slider .slider {
  background: #faf7e6;
}

.p-projectContent05_slider .slider:last-child, .p-projectContent05_slider .slider:first-child {
  padding: 0;
}

.p-projectContent05_slider .slider__item {
  padding: 0;
}

@media (max-width: 812px) {
  .p-projectContent05 {
    padding-right: 2rem;
    padding-bottom: 4rem;
    border-radius: 0 4rem 0 0;
    background: #faf7e6;
  }
  .p-projectContent05.-sub {
    padding-top: 4rem;
    padding-bottom: 5rem;
    border-radius: 0 0 4rem 0;
  }
  .p-projectContent05_imgCol {
    display: block;
    margin-bottom: 4rem;
  }
  .p-projectContent05_imgCol.-is_animate {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
  .p-projectContent05_imgCol_item {
    display: block;
    width: 100%;
  }
  .p-projectContent05_imgCol_item.js-animation {
    opacity: 0;
  }
  .p-projectContent05_imgCol_item.-is_animate {
    -webkit-animation: fadeIn 1s ease 0s forwards, bottomToTop 1s ease forwards;
            animation: fadeIn 1s ease 0s forwards, bottomToTop 1s ease forwards;
  }
  .p-projectContent05_imgCol_item:last-child {
    width: 100%;
    margin-top: 7rem;
  }
  .p-projectContent05_imgCol_item_img {
    position: relative;
    margin-bottom: 1rem;
    padding: 2rem;
    border-radius: 2rem;
    background: #fff;
    text-align: center;
  }
  .p-projectContent05_imgCol_item_text {
    margin-top: auto;
  }
  .p-projectContent05_imgCol_item_arrow {
    display: none;
  }
  .p-projectContent05_imgCol_item_arrow_sp {
    display: block;
    z-index: 1;
    position: absolute;
    top: -4.5rem;
    left: 50%;
    width: 2.2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-projectContent05_imgBlock {
    margin-top: 4rem;
    text-align: center;
  }
  .p-projectContent05_slider {
    position: relative;
    overflow: hidden;
  }
  .p-projectContent05_slider .slider {
    background: #faf7e6;
  }
  .p-projectContent05_slider .slider:last-child, .p-projectContent05_slider .slider:first-child {
    padding: 0;
  }
  .p-projectContent05_slider .slider__item {
    padding: 0;
  }
  .p-projectContent05_slider .slider__item img {
    height: 116px;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .p-projectContent05_imgCol_item_img {
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .p-projectContent05_imgBlock img {
    max-width: 50%;
  }
}

.p-projectContent06 {
  padding-bottom: 8rem;
  padding-left: 5rem;
  border-radius: 6rem 0 0 6rem;
  background: #fff;
}

.p-projectContent06_imgBlock {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}

.p-projectContent06_imgBlock_item {
  width: calc(50% - 2.2rem);
}

.p-projectContent06_imgBlock_title {
  margin-bottom: 1.2rem;
  padding-left: 1.5em;
  font-size: 1.6rem;
  font-weight: 700;
  text-indent: -1.4em;
}

.p-projectContent06 .p-note {
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 812px) {
  .p-projectContent06 {
    padding-bottom: 6rem;
    padding-left: 2rem;
    border-radius: 4rem 0 0 4rem;
    background: #fff;
  }
  .p-projectContent06_imgBlock {
    display: block;
    justify-content: space-between;
    margin-top: 4rem;
  }
  .p-projectContent06_imgBlock_item {
    width: 100%;
    margin-top: 1.5rem;
    text-align: center;
  }
  .p-projectContent06_imgBlock_title {
    margin-bottom: 1.2rem;
    padding-left: 1.5em;
    font-size: 1.6rem;
    font-weight: 700;
    text-indent: -1.4em;
  }
  .p-projectContent06 .p-note {
    margin-top: 1rem;
    text-align: left;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .p-projectContent06_imgBlock img {
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 415px) {
  .p-projectContent06 .c-titleLvThree.-dark {
    text-indent: -2.8em;
  }
}

/* end case-812 */
.p-projectContent07 {
  margin: 0 -5rem;
  padding: 8rem 0;
  background: #faf7e6;
  text-align: center;
}

.p-projectContent07_inner {
  padding-bottom: 7rem;
  background: #00498a;
}

.p-projectContent07_imgBlock {
  margin-bottom: -2.5rem;
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
  text-align: center;
}

.p-projectContent07_title {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 4rem;
  color: #fff100;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-projectContent07_text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 812px) {
  .p-projectContent07 {
    margin: 0 -2rem;
    padding: 6rem 0;
    text-align: center;
  }
  .p-projectContent07_inner {
    padding: 1rem 2rem 5rem 2rem;
    background: #00498a;
  }
  .p-projectContent07_imgBlock {
    margin-bottom: -2.5rem;
    -webkit-transform: translateY(-2.5rem);
            transform: translateY(-2.5rem);
    text-align: center;
  }
  .p-projectContent07_imgBlock img {
    width: 11.2rem;
  }
  .p-projectContent07_title {
    margin-top: 1rem;
    margin-bottom: 4rem;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .p-projectContent07_text {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: left;
  }
}

.p-projectContent08 {
  padding: 0 5rem 8rem 0;
  border-radius: 0 6rem 6rem 0;
  background: #fff;
}

.p-projectContent08_imgBlock {
  margin-top: 4rem;
  text-align: center;
}

.p-projectContent08_imgBlock.-is_animate {
  -webkit-animation: fadeInLeft 1s ease 0s forwards;
          animation: fadeInLeft 1s ease 0s forwards;
}

.p-projectContent08 .p-textBlock {
  margin-top: 5rem;
}

@media (max-width: 812px) {
  .p-projectContent08 {
    padding: 0 2rem 6rem 0;
    border-radius: 0 4rem 4rem 0;
    background: #fff;
  }
  .p-projectContent08_imgBlock {
    margin-top: 4rem;
    text-align: center;
  }
  .p-projectContent08 .p-textBlock {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .p-projectContent08_imgBlock.-is_animate {
    -webkit-animation: fadeIn 1s ease 0s forwards, bottomToTop 1s ease forwards;
            animation: fadeIn 1s ease 0s forwards, bottomToTop 1s ease forwards;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .p-projectContent08_imgBlock img {
    max-width: 50%;
  }
}

.p-projectContent09 {
  padding: 8rem 0 12rem 0;
  border-radius: 6rem 0 0 0;
  background: #faf7e6;
}

.p-projectContent09_title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.p-projectContent09_imgBlock {
  margin-top: 2rem;
  text-align: center;
}

@media (max-width: 812px) {
  .p-projectContent09 {
    padding: 6rem 0 10rem 2rem;
    border-radius: 4rem 0 0 0;
    background: #faf7e6;
  }
  .p-projectContent09_title {
    margin: 0;
    font-size: 1.8rem;
    text-align: center;
  }
  .p-projectContent09_imgBlock {
    width: 70%;
    margin: 1rem auto 2rem auto;
    text-align: center;
  }
}

.p-historyContent01 {
  padding: 8rem 2rem 21rem 0;
  border-radius: 0 0 6rem  0;
  background: #faf7e6;
}

.p-historyContent02 {
  padding: 8rem 2rem 8rem 0;
}

.p-historyContent03 {
  padding: 8rem 4rem 8rem 2rem;
  border-radius: 6rem 0 0 0;
  background: #faf7e6;
}

@media (max-width: 812px) {
  #history .p-section.-left {
    padding: 0 1rem 0 2rem;
  }
  #history .p-section.-right {
    padding: 0 2rem 0 1rem;
  }
  .p-historyContent01 {
    padding: 60px 2rem 120px 0;
    border-radius: 0 0 4rem  0;
    background: #faf7e6;
  }
  .p-historyContent02 {
    margin: 0 -1rem;
    padding: 70px 0rem 50px 0;
  }
  .p-historyContent03 {
    padding: 80px 1rem 56px 4rem;
    border-radius: 4rem 0 0 0;
    background: #faf7e6;
  }
  .p-historyContent03 .p-history_line.-center {
    justify-content: flex-start;
  }
  .p-historyContent03 .p-history_dot_age {
    left: 1.2rem;
    width: 10.6rem;
  }
  .p-historyContent03 .p-history_dot_age.-right {
    right: -10.6rem;
  }
  .p-historyContent03 .p-history_icon {
    top: 0;
    right: -7rem;
    left: auto;
  }
  .p-historyContent03 .p-history_icon.-right {
    top: 0;
    right: -7rem;
    left: auto;
  }
}

.p-history_line {
  display: flex;
  position: relative;
  justify-content: flex-start;
  margin-bottom: 4.4rem;
}

.p-history_line.-center {
  justify-content: center;
}

.p-history_line.-right {
  justify-content: flex-end;
}

.p-history_line.-age2002 {
  margin-top: -21.5rem;
  margin-bottom: 2.5rem;
}

.p-history_line.-age2003 {
  margin-bottom: 6rem;
}

.p-history_line.-age2004 {
  margin-bottom: 6rem;
}

.p-history_line.-age2005 {
  margin-bottom: 6rem;
}

.p-history_line.-age2008 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.p-history_line.-age2008 .p-history_otherList {
  left: 50%;
  width: calc(25% - 20px);
  margin-top: 1rem;
  margin-left: 4rem;
}

.p-history_line.-age2011 {
  margin-bottom: 13rem;
}

.p-history_line.-age2011 .p-history_otherList {
  top: -2rem;
  width: 50%;
  padding-right: 6rem;
  text-align: right;
}

@media (max-width: 812px) {
  .p-history_line {
    display: flex;
    position: relative;
    justify-content: flex-start;
    margin-bottom: 4.4rem;
  }
  .p-history_line.-center {
    justify-content: center;
  }
  .p-history_line.-right {
    justify-content: flex-end;
  }
  .p-history_line.-age1991 {
    margin-bottom: 11rem;
  }
  .p-history_line.-age1995 {
    margin-bottom: 10rem;
  }
  .p-history_line.-age1997 {
    margin-bottom: 17rem;
    margin-bottom: 15rem;
  }
  .p-history_line.-age2002 {
    margin-top: 0;
    margin-bottom: 16rem;
  }
  .p-history_line.-age2003 {
    margin-bottom: 6rem;
  }
  .p-history_line.-age2004 {
    margin-bottom: 6rem;
  }
  .p-history_line.-age2005 {
    margin-bottom: 8.5rem;
  }
  .p-history_line.-age2008 .p-history_otherList {
    left: calc(50% + 30px);
    width: 40%;
    margin-top: 1rem;
    margin-left: 2.3rem;
  }
  .p-history_line.-age2011 {
    margin-bottom: 12.5rem;
  }
  .p-history_line.-age2011 .p-history_otherList {
    top: 0;
    left: 0%;
    width: 100%;
    margin-top: 2rem;
    margin-left: 2rem;
    padding: 0;
    text-align: left;
  }
  .p-history_line.-age2012 {
    margin-bottom: 8.5rem;
  }
  .p-history_line.-age2014 {
    margin-bottom: 5.5rem;
  }
}

.-lineObject {
  position: absolute;
  top: 100%;
  left: calc(50% - 1px);
  width: 2px;
  height: 0;
  background: #00498a;
  transition: 0.5s ease-in-out;
}

.-lineObject.-left {
  display: none;
}

.-lineObject.-right {
  display: none;
}

@media (max-width: 812px) {
  .-lineObject.-before:before, .-lineObject.-after:after {
    display: block;
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    border: solid 2px #00498a;
    border-radius: 50%;
    background: #fff;
    content: "";
  }
  .-lineObject.-before:before {
    top: -4px;
    left: -3px;
  }
  .-lineObject.-after:after {
    display: none;
    z-index: 1;
    bottom: -4px;
    left: -3px;
    margin-top: 4px;
  }
  .-lineObject.-top {
    margin-top: 4px;
  }
  .-lineObject.-left {
    display: block;
    left: calc(50% - 20px);
  }
  .-lineObject.-right {
    display: block;
    left: calc(50% + 20px);
  }
}

.p-history_box {
  position: relative;
  width: 42%;
  padding: 3.2rem 4.4rem;
  border-radius: 3rem;
  background: #fff;
}

.p-history_box_icon {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 7.2rem;
  height: 7.2rem;
  border-bottom: solid 3px #d97757;
  border-radius: 8px;
  background-color: #ff8c66;
  background-size: cover;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.p-history_box_icon:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  border-bottom: solid 2px #d97757;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.p-history_box_icon.-type01 {
  background-image: url("../images/ico_history_01_off.png");
}

.p-history_box_icon.-type01:hover {
  background-image: url("../images/ico_history_01_on.png");
}

.p-history_box_icon.-type02 {
  background-image: url("../images/ico_history_02_off.png");
}

.p-history_box_icon.-type02:hover {
  background-image: url("../images/ico_history_02_on.png");
}

.p-history_box_icon.-type03 {
  background-image: url("../images/ico_history_03_off.png");
}

.p-history_box_icon.-type03:hover {
  background-image: url("../images/ico_history_03_on.png");
}

.p-history_box_icon.-type04 {
  background-image: url("../images/ico_history_04_off.png");
}

.p-history_box_icon.-type04:hover {
  background-image: url("../images/ico_history_04_on.png");
}

.p-history_box_icon.-type05 {
  background-image: url("../images/ico_history_05_off.png");
}

.p-history_box_icon.-type05:hover {
  background-image: url("../images/ico_history_05_on.png");
}

.p-history_box_icon.-type06 {
  background-image: url("../images/ico_history_06_off.png");
}

.p-history_box_icon.-type06:hover {
  background-image: url("../images/ico_history_06_on.png");
}

.p-history_box.-age1991 .-lineObject {
  height: 0px;
}

.p-history_box.-age1991 .-is_animate {
  height: 450px;
}

.p-history_box.-age1995 .-lineObject {
  height: 0px;
}

.p-history_box.-age1997 .-lineObject {
  height: 0px;
}

.p-history_box.-age2002 .-lineObject {
  height: 0px;
}

.p-history_box.-age2009 .-lineObject {
  height: 0px;
}

.p-history_box.-age2009 .-is_animate {
  height: 280px;
}

.p-history_box.-age2009:before {
  display: block;
  position: absolute;
  bottom: -280px;
  left: calc(50%);
  width: 13px;
  height: 13px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  border-right: 2px solid #00498a;
  border-bottom: 2px solid #00498a;
  content: "";
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.5s;
}

.p-history_box.-age2009.-is_animate:before {
  opacity: 1;
}

@media (max-width: 1000px) {
  .-age2009 .p-history_otherList_item {
    font-size: 1.3rem;
  }
}

@media (max-width: 812px) {
  .p-history_box {
    position: relative;
    width: 100%;
    padding: 3rem 2rem;
    border: solid 4px #faf7e6;
    border-radius: 2rem;
    background: #fff;
  }
  .p-history_box_icon {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 5rem;
    height: 5rem;
    border-bottom: solid 3px #d97757;
    border-radius: 4px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
    transition: 0.3s;
  }
  .p-history_box_icon:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    border-bottom: solid 2px #d97757;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
    transition: 0.3s;
  }
  .p-history_box.-age1991 .-lineObject {
    height: 0px;
  }
  .p-history_box.-age1991 .-is_animate {
    height: 120px;
  }
  .p-history_box.-age1991:before {
    display: block;
    position: absolute;
    bottom: -112px;
    left: calc(50%);
    width: 10px;
    height: 10px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    border-right: 2px solid #00498a;
    border-bottom: 2px solid #00498a;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.3s;
  }
  .p-history_box.-age1991.-is_animate:before {
    opacity: 1;
  }
  .p-history_box.-age1995 .-lineObject {
    height: 0px;
  }
  .p-history_box.-age1995 .-is_animate {
    height: 114px;
  }
  .p-history_box.-age1997 .-lineObject {
    height: 0px;
  }
  .p-history_box.-age1997 .-is_animate {
    height: 174px;
  }
  .p-history_box.-age2002 .-lineObject {
    height: 0px;
  }
  .p-history_box.-age2002 .-is_animate {
    height: 160px;
  }
  .p-history_box.-age2002 .-is_animate.-left {
    height: 563px;
  }
  .p-history_box.-age2002 .-is_animate.-right {
    height: 567px;
  }
  .p-history_box.-age2009 .-lineObject {
    height: 0px;
  }
  .p-history_box.-age2009 .-is_animate {
    height: 200px;
  }
  .p-history_box.-age2009 .-is_animate.-left {
    height: 132px;
  }
  .p-history_box.-age2009 .-is_animate.-right {
    height: 132px;
  }
  .p-history_box.-age2009:before {
    display: block;
    position: absolute;
    bottom: -195px;
    left: calc(50%);
    width: 13px;
    height: 13px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    border-right: 2px solid #00498a;
    border-bottom: 2px solid #00498a;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.4s;
  }
  .p-history_box.-age2009.-is_animate:before {
    opacity: 1;
  }
}

.p-history_age {
  position: relative;
  margin: 0 0 2rem 0;
  color: #00498a;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-history_age:after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: #fff100;
  content: "";
}

.p-history_age span {
  font-family: din-2014-narrow, sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
}

.p-history_title {
  margin: 0 0 1rem 0;
  color: #00498a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-history_text {
  font-size: 1.6rem;
}

.p-history_otherList {
  position: absolute;
  top: 100%;
  left: 0;
  width: 40%;
  margin-top: 2rem;
  margin-left: 1em;
  padding-right: 0em;
}

.p-history_otherList.-right {
  left: 60%;
  left: calc(50% + 10px);
  width: calc(50% - 30px);
  text-align: right;
}

.p-history_otherList_item {
  color: #000;
  font-size: 1.4rem;
  text-indent: -1em;
}

@media (max-width: 812px) {
  .p-history_text {
    line-height: 1.8;
  }
  .p-history_otherList {
    width: 40%;
    margin-top: 1.5rem;
    padding-right: 1em;
  }
  .p-history_otherList.-right {
    left: calc(50% + 30px);
  }
  .p-history_otherList_item {
    font-size: 1.3rem;
  }
  .-age2009 .p-history_otherList_item {
    font-size: 1.3rem;
  }
}

@media (max-width: 320px) {
  .p-history_otherList_item {
    font-size: 3.2vw;
  }
  .-age2009 .p-history_otherList_item {
    font-size: 3.2vw;
  }
}

.p-history_arrow_group {
  fill: transparent;
  stroke: #00498a;
  stroke-dasharray: 988.00;
  stroke-dashoffset: 988.00;
  stroke-width: 1;
}

.p-history_arrow_1991 {
  position: absolute;
  right: -100px;
  bottom: -40px;
}

.p-history_arrow_1991.-is_animate {
  height: auto !important;
}

.p-history_arrow_1991.-is_animate .stroke_01 {
  -webkit-animation: stroke 5s ease-out 1s forwards;
          animation: stroke 5s ease-out 1s forwards;
}

.p-history_arrow_1991.-is_animate .arrow_01 {
  -webkit-animation: stroke 1s ease-out 1.6s forwards;
          animation: stroke 1s ease-out 1.6s forwards;
}

.p-history_arrow_1991_text {
  position: absolute;
  top: 140px;
  right: -170px;
  color: #00498a;
  font-weight: 700;
}

@media (max-width: 812px) {
  .p-history_arrow_1991 {
    display: none;
  }
  .p-history_arrow_1991_text {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -55px;
    left: calc(50% + 10px);
  }
}

.p-history_arrow_2002 {
  position: absolute;
  top: -70px;
  left: calc(50% - 12px);
}

.p-history_arrow_2002.-is_animate {
  height: auto !important;
}

.p-history_arrow_2002.-is_animate .stroke_01 {
  -webkit-animation: stroke 5s ease-out 1s forwards;
          animation: stroke 5s ease-out 1s forwards;
}

.p-history_arrow_2002.-is_animate .arrow_01 {
  -webkit-animation: stroke 1s ease-out 1.35s forwards;
          animation: stroke 1s ease-out 1.35s forwards;
}

.p-history_arrow_2002_text {
  position: absolute;
  top: -85px;
  left: calc(50% + 3rem);
  color: #00498a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
  font-weight: 700;
}

.p-history_arrow_2002_text span {
  margin-left: 2.5rem;
  font-size: 1.8rem;
}

@media (max-width: 812px) {
  .p-history_arrow_2002 {
    position: absolute;
    top: -70px;
    left: calc(50% + 15px);
  }
  .p-history_arrow_2002_text {
    position: absolute;
    top: -80px;
    left: calc(50% + 4.5rem);
    font-size: 1.3rem;
  }
  .p-history_arrow_2002_text span {
    margin-left: 2.5rem;
    font-size: 1.71rem;
  }
}

.p-history_arrow_2009 {
  position: absolute;
  top: -70px;
  left: 59%;
}

.p-history_arrow_2009.-is_animate {
  height: auto !important;
}

.p-history_arrow_2009.-is_animate .stroke_01 {
  -webkit-animation: stroke 5s ease-out 1s forwards;
          animation: stroke 5s ease-out 1s forwards;
}

.p-history_arrow_2009.-is_animate .arrow_01 {
  -webkit-animation: stroke 1s ease-out 1.3s forwards;
          animation: stroke 1s ease-out 1.3s forwards;
}

.p-history_arrow_2009_text {
  position: absolute;
  top: -85px;
  left: calc(59% + 3rem);
  color: #00498a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
  font-weight: 700;
}

.p-history_arrow_2009_text span {
  margin-left: 2.5rem;
  font-size: 1.8rem;
}

@media (max-width: 812px) {
  .p-history_arrow_2009 {
    position: absolute;
    top: -70px;
    left: 59%;
  }
  .p-history_arrow_2009.-is_animate {
    height: auto !important;
  }
  .p-history_arrow_2009.-is_animate .stroke_01 {
    -webkit-animation: stroke 5s ease-out 1s forwards;
            animation: stroke 5s ease-out 1s forwards;
  }
  .p-history_arrow_2009.-is_animate .arrow_01 {
    -webkit-animation: stroke 1s ease-out 1.3s forwards;
            animation: stroke 1s ease-out 1.3s forwards;
  }
  .p-history_arrow_2009_text {
    position: absolute;
    top: -80px;
    left: calc(59% + 3rem);
    color: #00498a;
    font-size: 1.3rem;
    font-weight: 700;
  }
  .p-history_arrow_2009_text span {
    margin-left: 2.5rem;
    font-size: 1.71rem;
  }
}

@media (max-width: 320px) {
  .p-history_arrow_2009_text, .p-history_arrow_2002_text {
    font-size: 12px;
  }
  .p-history_arrow_2009_text span, .p-history_arrow_2002_text span {
    font-size: 15px;
  }
}

.p-history_arrow_1991.-ie11,
.p-history_arrow_2002.-ie11,
.p-history_arrow_2009.-ie11 {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .p-history_arrow_1991,
  .p-history_arrow_2002,
  .p-history_arrow_2009 {
    display: none;
  }
  .p-history_arrow_1991.-ie11,
  .p-history_arrow_2002.-ie11,
  .p-history_arrow_2009.-ie11 {
    display: block;
  }
}

@media all and (max-width: 812px) and (-ms-high-contrast: none) {
  .p-history_arrow_1991.-ie11 {
    display: none;
  }
}

.p-age2019LineRight {
  display: block;
  position: absolute;
  right: 21%;
  bottom: -18.3rem;
  width: 0%;
  height: 2px;
  background: #00498a;
  transition: 0.5s ease-in-out 0.5s;
}

.p-age2019LineRight.-is_animate {
  width: 35%;
}

.p-age2019LineLeft {
  display: block;
  position: absolute;
  bottom: -18.3rem;
  left: 21%;
  width: 0%;
  height: 2px;
  background: #00498a;
  transition: 0.5s ease-in-out 0.5s;
}

.p-age2019LineLeft.-is_animate {
  width: 35%;
}

.p-age2020LineV {
  display: none;
}

@media (max-width: 812px) {
  .p-age2019LineRight {
    display: block;
    position: absolute;
    right: calc(50% - 22px);
    bottom: -13.3rem;
    width: 0%;
    height: 2px;
    background: #00498a;
    transition: 0.3s ease-in-out 0.5s;
  }
  .p-age2019LineRight.-is_animate {
    width: 22px;
  }
  .p-age2019LineLeft {
    display: block;
    position: absolute;
    bottom: -13.3rem;
    left: calc(50% - 20px);
    width: 0%;
    height: 2px;
    background: #00498a;
    transition: 0.3s ease-in-out 0.5s;
  }
  .p-age2019LineLeft.-is_animate {
    width: 20px;
  }
  .p-age2020LineH {
    display: block;
    position: absolute;
    bottom: -90px;
    left: -20px;
    width: 0;
    height: 2px;
    background: #00498a;
    transition: 0.5s 0.5s;
  }
  .p-age2020LineV {
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    width: 2px;
    height: 0px;
    background: #00498a;
    transition: 0.5s 1s;
  }
  .-age2019 .-is_animate.p-age2020LineH {
    width: calc(50% + 10px);
  }
  .-age2019 .-is_animate.p-age2020LineV {
    height: 30px;
  }
}

.p-history_dot {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #00498a;
}

.p-history_dot .-is_animate {
  height: 100px;
}

.p-history_dot.-age2003 .-lineObject {
  height: 0px;
}

.p-history_dot.-age2003 .-is_animate {
  height: 60px;
}

.p-history_dot.-age2004 .-lineObject {
  height: 0px;
}

.p-history_dot.-age2004 .-is_animate {
  height: 60px;
}

.p-history_dot.-age2005 .-lineObject {
  height: 0px;
}

.p-history_dot.-age2005 .-is_animate {
  height: 70px;
}

.p-history_dot.-age2008 .-lineObject {
  height: 0px;
}

.p-history_dot.-age2008 .-is_animate {
  height: 150px;
}

.p-history_dot.-age2011 .-lineObject {
  height: 0px;
}

.p-history_dot.-age2011 .-is_animate {
  height: 130px;
}

.p-history_dot.-age2012 .-lineObject {
  height: 0px;
}

.p-history_dot.-age2012 .-is_animate {
  height: 50px;
}

.p-history_dot.-age2014 .-lineObject {
  height: 0px;
}

.p-history_dot.-age2014 .-is_animate {
  height: 120px;
}

.p-history_dot.-age2019 .-lineObject {
  height: 0px;
}

.p-history_dot_age {
  position: absolute;
  top: -3.8rem;
  left: -11.6rem;
  width: 11.6rem;
  margin: 0 0 2rem 0;
  color: #00498a;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-history_dot_age.-right {
  right: -11.6rem;
  left: auto;
  text-align: right;
}

.p-history_dot_age:after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: #fff100;
  content: "";
}

.p-history_dot_age span {
  font-family: din-2014-narrow, sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
}

@media (max-width: 812px) {
  .p-historyContent03 .p-history_dot {
    margin-left: -25px;
  }
  .p-history_dot {
    position: relative;
    width: 12px;
    height: 12px;
  }
  .p-history_dot .-is_animate {
    height: 100px;
  }
  .p-history_dot.-age2005 .-lineObject {
    height: 0px;
  }
  .p-history_dot.-age2005 .-is_animate {
    height: 90px;
  }
  .p-history_dot.-age2008 .-lineObject {
    height: 0px;
  }
  .p-history_dot.-age2008 .-is_animate {
    height: 154px;
  }
  .p-history_dot.-age2012 .-lineObject {
    height: 0px;
  }
  .p-history_dot.-age2012 .-is_animate {
    height: 90px;
  }
  .p-history_dot.-age2014 .-lineObject {
    height: 0px;
  }
  .p-history_dot.-age2014 .-is_animate {
    height: 130px;
  }
  .p-history_dot.-age2019 .-lineObject {
    height: 0px;
  }
  .p-history_dot_age {
    position: absolute;
    top: -3.8rem;
    left: -12.6rem;
    width: 12.6rem;
    margin: 0 0 2rem 0;
    color: #00498a;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: right;
  }
  .p-history_dot_age.-left {
    text-align: left;
  }
  .p-history_dot_age.-right {
    right: -12.6rem;
    left: auto;
    text-align: right;
  }
  .p-history_dot_age:after {
    display: block;
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 0.2rem;
    border-top: solid 4px #faf7e6;
    border-bottom: solid 4px #faf7e6;
    background: #fff100;
    content: "";
  }
  .p-history_dot_age span {
    font-family: din-2014-narrow, sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
  }
}

.p-history_icon {
  position: absolute;
  top: -1rem;
  left: -9.2rem;
  width: 7.2rem;
  height: 7.2rem;
  border-bottom: solid 3px #d97757;
  border-radius: 8px;
  background-color: #ff8c66;
  background-size: cover;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.p-history_icon:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  border-bottom: solid 2px #d97757;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.p-history_icon.-type01 {
  background-image: url("../images/ico_history_01_off.png");
}

.p-history_icon.-type01:hover {
  background-image: url("../images/ico_history_01_on.png");
}

.p-history_icon.-type02 {
  background-image: url("../images/ico_history_02_off.png");
}

.p-history_icon.-type02:hover {
  background-image: url("../images/ico_history_02_on.png");
}

.p-history_icon.-type03 {
  background-image: url("../images/ico_history_03_off.png");
}

.p-history_icon.-type03:hover {
  background-image: url("../images/ico_history_03_on.png");
}

.p-history_icon.-type04 {
  background-image: url("../images/ico_history_04_off.png");
}

.p-history_icon.-type04:hover {
  background-image: url("../images/ico_history_04_on.png");
}

.p-history_icon.-type05 {
  background-image: url("../images/ico_history_05_off.png");
}

.p-history_icon.-type05:hover {
  background-image: url("../images/ico_history_05_on.png");
}

.p-history_icon.-type06 {
  background-image: url("../images/ico_history_06_off.png");
}

.p-history_icon.-type06:hover {
  background-image: url("../images/ico_history_06_on.png");
}

.p-history_icon.-right {
  right: -9.2rem;
  left: auto;
}

@media (max-width: 812px) {
  .p-history_icon {
    position: absolute;
    top: -5rem;
    left: 0rem;
    width: 5rem;
    height: 5rem;
    border-radius: 4px;
    transition: 0.3s;
  }
  .p-history_icon.-right {
    right: 0rem;
    left: auto;
  }
}

.p-history_important_block {
  width: 77.2rem;
}

.p-history_important_box {
  position: relative;
  width: 100%;
  max-width: 77.2rem;
  padding: 5.7rem 4.4rem 3.2rem 4.4rem;
  border-radius: 3rem;
  background: #00498a;
  color: #fff;
}

.p-history_important_box .-lineObject {
  position: absolute;
  top: 100%;
  left: calc(50% - 1px);
  width: 2px;
  height: 0;
  background: #00498a;
  transition: 0.5s ease-in-out;
}

.p-history_important_box .-is_animate {
  height: 210px;
}

.p-history_important_box .-is_animate.-age2020 {
  height: 260px;
}

.p-history_important_age {
  display: flex;
  position: absolute;
  top: -5rem;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  margin: 0 0 2rem 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: #fff100;
  color: #00498a;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.p-history_important_age strong {
  font-family: din-2014-narrow, sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.p-history_important_age span {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.p-history_important_title {
  margin: 0 0 1rem 0;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.p-history_important_text {
  font-size: 1.6rem;
}

@media (max-width: 812px) {
  .p-history_important_block {
    width: 77.2rem;
  }
  .p-history_important_box {
    position: relative;
    padding: 5.7rem 2rem 3.2rem 2rem;
    border-radius: 2rem;
    background: #00498a;
    color: #fff;
  }
  .p-history_important_box .-lineObject {
    position: absolute;
    top: 100%;
    left: 2rem;
    width: 2px;
    height: 0;
    background: #00498a;
    transition: 0.5s ease-in-out;
  }
  .p-history_important_box .-lineObject.-age2020 {
    left: calc(50% - 4px);
  }
  .p-history_important_box .-is_animate {
    height: 190px;
  }
  .p-history_important_box .p-history_box_icon {
    top: -20px;
    right: 10px;
  }
  .p-history_important_box .p-history_otherList {
    width: 100%;
    padding-right: 1rem;
    padding-left: 4rem;
    text-align: left;
  }
  .p-history_important_box .p-history_otherList.-age2010 {
    padding-left: 4.6rem;
  }
  .p-history_important_box.-age2020 {
    width: calc(100% + 5rem);
    margin: 0 -2rem 0 -3rem;
    padding: 4.7rem 2rem 2.2rem 2rem;
  }
  .p-history_important_age {
    top: -4rem;
    width: 7.6rem;
    height: 7.6rem;
    margin: 0 0 2rem 0;
    margin-left: -0.5rem;
    font-size: 1.6rem;
  }
  .p-history_important_age strong {
    margin-top: -1rem;
    font-size: 3.2rem;
  }
  .p-history_important_age span {
    bottom: 1rem;
  }
  .p-history_important_title {
    margin: 0 0 1.5rem 0;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 2.24rem;
  }
  .p-history_important_text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.p-history_pointLine {
  display: flex;
  position: relative;
  justify-content: flex-start;
}

.p-history_pointLine:after {
  display: block;
  position: absolute;
  top: 76.5px;
  left: 44px;
  width: calc(50% - 52px);
  height: 0.2rem;
  background: #fff100;
  content: "";
}

.p-history_pointLine.-center {
  justify-content: center;
}

.p-history_pointLine.-right {
  justify-content: flex-end;
}

.p-history_pointLine.-right:after {
  right: 44px;
  left: auto;
}

.p-history_pointLine.-age2016 {
  margin-top: -2.4rem;
}

.p-history_pointLine.-age2017 {
  margin-top: -2.4rem;
}

.p-history_pointLine.-age2018 {
  margin-top: -2.4rem;
}

.p-history_pointLine.-age2019 {
  margin-top: -2.4rem;
  margin-bottom: 9.4rem;
}

@media (max-width: 812px) {
  .p-history_pointLine {
    display: flex;
    position: relative;
    justify-content: flex-start;
  }
  .p-history_pointLine:after {
    display: block;
    position: absolute;
    top: 75px;
    left: -13px;
    width: calc(100% - 0rem);
    height: 0.2rem;
    background: #fff100;
    content: "";
  }
  .p-history_pointLine.-center {
    justify-content: center;
  }
  .p-history_pointLine.-right {
    justify-content: flex-end;
  }
  .p-history_pointLine.-right:after {
    right: auto;
    left: -13px;
  }
  .p-history_pointLine.-age2015 {
    margin-bottom: 11rem;
  }
  .p-history_pointLine.-age2016 {
    margin-top: 0;
    margin-bottom: 9rem;
  }
  .p-history_pointLine.-age2017 {
    margin-top: 0;
    margin-bottom: 9rem;
  }
  .p-history_pointLine.-age2018 {
    margin-top: 0;
    margin-bottom: 9rem;
  }
  .p-history_pointLine.-age2019 {
    margin-top: 0rem;
    margin-bottom: 15.4rem;
  }
}

.p-history_pointDot {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: #00498a;
}

.p-history_pointDot.-age2015 .-lineObject {
  height: 0px;
}

.p-history_pointDot.-age2015 .-is_animate {
  height: 360px;
}

.p-history_pointDot.-age2016 .-lineObject {
  height: 0;
}

.p-history_pointDot.-age2016 .-is_animate {
  height: 270px;
}

.p-history_pointDot.-age2017 .-lineObject {
  height: 0;
}

.p-history_pointDot.-age2017 .-is_animate {
  height: 300px;
}

.p-history_pointDot.-age2018 .-lineObject {
  height: 0;
}

.p-history_pointDot.-age2018 .-is_animate {
  height: 320px;
}

.p-history_pointDot.-age2019 .-lineObject {
  height: 0;
}

.p-history_pointDot.-age2019 .-is_animate {
  height: 320px;
}

@media (max-width: 812px) {
  .p-history_pointDot {
    position: absolute;
    top: 70px;
    left: -25px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    border-radius: 50%;
    background: #00498a;
  }
  .p-history_pointDot.-age2015 .-lineObject {
    height: 0px;
  }
  .p-history_pointDot.-age2015 .-is_animate {
    height: 340px;
  }
  .p-history_pointDot.-age2016 .-lineObject {
    height: 0;
  }
  .p-history_pointDot.-age2016 .-is_animate {
    height: 360px;
  }
  .p-history_pointDot.-age2017 .-lineObject {
    height: 0;
  }
  .p-history_pointDot.-age2017 .-is_animate {
    height: 360px;
  }
  .p-history_pointDot.-age2018 .-lineObject {
    height: 0;
  }
  .p-history_pointDot.-age2018 .-is_animate {
    height: 420px;
  }
}

.p-history_pointBox {
  position: relative;
  width: 42%;
  padding: 3.2rem 4.4rem;
  border-radius: 3rem;
  background: #fff;
}

.p-history_pointAge {
  position: relative;
  margin: 0 0 2rem 0;
  color: #00498a;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-history_pointAge span {
  font-family: din-2014-narrow, sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
}

.p-history_pointTitle {
  margin: 0 0 1rem 0;
  color: #00498a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-history_pointText {
  font-size: 1.6rem;
}

.p-history_pointList {
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: 5.5rem;
}

.p-history_pointList.-left {
  right: 50%;
  left: auto;
  margin-right: 4.5rem;
  margin-left: auto;
  text-align: right;
}

.p-history_pointList_item {
  color: #000;
  font-size: 1.4rem;
  text-indent: -1em;
}

@media (max-width: 812px) {
  .p-history_pointBox {
    position: relative;
    width: 100%;
    padding: 3rem 2rem;
    border-radius: 3rem;
  }
  .p-history_pointAge {
    position: relative;
    margin: 0 0 2rem 0;
    color: #00498a;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .p-history_pointAge span {
    font-family: din-2014-narrow, sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
  }
  .p-history_pointTitle {
    margin: 0 0 1rem 0;
    color: #00498a;
    font-size: 2rem;
    font-weight: 700;
  }
  .p-history_pointText {
    font-size: 1.6rem;
  }
  .p-history_pointList {
    position: absolute;
    top: 100%;
    left: 0%;
    margin-top: 1.5rem;
    margin-left: 2rem;
  }
  .p-history_pointList.-left {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: 2rem;
    text-align: left;
  }
  .p-history_pointList_item {
    color: #000;
    font-size: 1.3rem;
  }
}

@media (max-width: 320px) {
  .p-history_pointList_item {
    font-size: 3.2vw;
  }
}

.p-history_toolTIp {
  display: none;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 56.8rem;
  padding: 4.2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: solid 2px #ff8c66;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 0px rgba(0, 0, 0, 0.15);
}

.p-history_toolTIp_caption {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.p-history_toolTIp_caption span {
  font-weight: 400;
}

.p-history_toolTIp_caption_date {
  margin-right: 1em;
}

.p-history_toolTIp_arrow {
  position: absolute;
  bottom: -26px;
}

.p-history_toolTIp_arrow.-right01 {
  right: 100px;
}

.p-history_toolTIp_arrow.-right02 {
  right: 20px;
}

.p-history_toolTIp_arrow.-left01 {
  left: 100px;
}

.p-history_toolTIp_arrow.-left02 {
  left: 200px;
}

@media (max-width: 812px) {
  .p-history_toolTIp {
    display: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: calc(50% + 5px);
    width: calc(100vw - 4rem);
    max-width: 520px;
    padding: 2rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: solid 2px #ff8c66;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 0px rgba(0, 0, 0, 0.15);
  }
  .p-history_toolTIp_caption {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .p-history_toolTIp_arrow {
    position: absolute;
    bottom: -26px;
  }
  .p-history_toolTIp_arrow.-right01 {
    right: 40px;
  }
  .p-history_toolTIp_arrow.-right01.-age2004 {
    right: calc(50% - 80px);
  }
  .p-history_toolTIp_arrow.-right01.-age2014 {
    right: auto;
    left: 150px;
  }
  .p-history_toolTIp_arrow.-right02 {
    right: 40px;
  }
  .p-history_toolTIp_arrow.-left01 {
    right: 20px;
    left: auto;
  }
  .p-history_toolTIp_arrow.-left01.-age2003 {
    right: auto;
    left: calc(50% - 80px);
  }
  .p-history_toolTIp_arrow.-left01.-age2005 {
    right: auto;
    left: calc(50% - 80px);
  }
  .p-history_toolTIp_arrow.-left01.-age2012 {
    right: auto;
    left: 150px;
  }
  .p-history_toolTIp_arrow.-left02 {
    right: 40px;
    left: auto;
  }
  .p-historyContent02 .p-history_toolTIp {
    left: calc(50% - 0px);
  }
  .p-historyContent03 .p-history_toolTIp {
    left: calc(50% - 10px);
  }
}

.p-choon {
  letter-spacing: -2px;
}

@media all and (-ms-high-contrast: none) {
  .p-choon {
    letter-spacing: 0;
  }
}

.p-extarnal_link {
  padding-right: 2rem;
  background: url(../images/ico_blank.png) no-repeat right 2px;
}

.js-toolTipSwitch {
  cursor: pointer;
}

.js-accordionSwitch {
  cursor: pointer;
}

.js-accordionTarget {
  display: none;
}

.js-animation {
  opacity: 0;
}

.js-animation.-visible {
  opacity: 1;
}

.js-animation.-is_animate[data-animationType='fadeIn'] {
  -webkit-animation: fadeIn 1s ease-out 0s forwards;
  animation: fadeIn 1s ease-out 0s forwards;
}

.js-animation.-is_animate[data-animationType='fadeInTop'] {
  -webkit-animation: fadeIn 1s ease 0s forwards, topToBottom 1s ease forwards;
  animation: fadeIn 1s ease 0s forwards, topToBottom 1s ease forwards;
}

.js-animation.-is_animate[data-animationType='fadeInBottom'] {
  -webkit-animation: fadeIn 1s ease 0s forwards, bottomToTop 1s ease forwards;
  animation: fadeIn 1s ease 0s forwards, bottomToTop 1s ease forwards;
}

.js-animation.-is_animate[data-animationType='fadeInRight'] {
  -webkit-animation: fadeInRight 1s ease 0s forwards;
  animation: fadeInRight 1s ease 0s forwards;
}

.js-animation.-is_animate[data-animationType='fadeInLeft'] {
  -webkit-animation: fadeInLeft 1s ease 0s forwards;
  animation: fadeInLeft 1s ease 0s forwards;
}

.js-animation.-is_animate[data-animationDelay="0.5s"] {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.js-animation.-is_animate[data-animationDelay="1s"] {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slider {
  display: flex;
  width: 6000px;
  background: #ff8c66;
}

.slider:first-child {
  padding-top: 5px;
}

.slider:last-child {
  padding-bottom: 5px;
}

.slider__inner {
  display: flex;
}

.slider__item {
  padding: 5px;
}

.slider__inner:first-child {
  -webkit-animation: loop 90s linear infinite;
          animation: loop 90s linear infinite;
}

.slider__inner:nth-child(2) {
  -webkit-animation: loop2 90s -60s linear infinite;
          animation: loop2 90s -60s linear infinite;
}

.slider__inner:last-child {
  -webkit-animation: loop3 90s -30s linear infinite;
          animation: loop3 90s -30s linear infinite;
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}

@keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}

.slider__inner.-reverse:first-child {
  -webkit-animation: reverseLoop 90s linear infinite;
          animation: reverseLoop 90s linear infinite;
}

.slider__inner.-reverse:nth-child(2) {
  -webkit-animation: reverseLoop2 90s -60s linear infinite;
          animation: reverseLoop2 90s -60s linear infinite;
}

.slider__inner.-reverse:last-child {
  -webkit-animation: reverseLoop3 90s -30s linear infinite;
          animation: reverseLoop3 90s -30s linear infinite;
}

@-webkit-keyframes reverseLoop {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}

@keyframes reverseLoop {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}

@-webkit-keyframes reverseLoop2 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes reverseLoop2 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes reverseLoop3 {
  0% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes reverseLoop3 {
  0% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

/* Slider */
.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-animation: fadeIn 2s ease 0s;
          animation: fadeIn 2s ease 0s;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  min-height: 1px;
  float: left;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  outline: none;
  background: rgba(0, 0, 0, 0.7);
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-prev::before,
.slick-next::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  content: '';
}

.slick-prev {
  left: -14px;
}

.slick-prev::before {
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.slick-next {
  right: -14px;
}

.slick-next::before {
  margin-right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

.slick-prev:hover:before,
.slick-next:hover:before {
  border-color: #ff8c66;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}

/*****************************************************
  Print
*****************************************************/
@media print {
  .l-main {
    margin-top: 0 !important;
  }
  .l-header {
    position: static !important;
  }
  .l-footer_pagetop {
    display: none !important;
  }
  .p-hero_main .slick-track {
    width: 100% !important;
  }
  .p-hero_main_item.slick-active {
    position: static !important;
  }
}

@media print and (max-width: 812px) {
  .l-main {
    margin-top: 0 !important;
  }
}

/*****************************************************
  Clears
*****************************************************/
.l-content:after, .l-column:after {
  display: block;
  clear: both;
  content: '';
}
