@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

.sp-only {
  display: block !important;
}

.pc-only {
  display: none !important;
}

.js-sa {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.js-sa.-up {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.js-sa.-right {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.js-sa.-left {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.js-sa.is-show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

@-webkit-keyframes navBtn01OnSP {
  0% {
    top: -8px;
    -webkit-transform: none;
    transform: none;
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes navBtn01OnSP {
  0% {
    top: -8px;
    -webkit-transform: none;
    transform: none;
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes navBtn02OnSP {
  0% {
    top: 8px;
    -webkit-transform: none;
    transform: none;
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes navBtn02OnSP {
  0% {
    top: 8px;
    -webkit-transform: none;
    transform: none;
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes navBtn01OnPC {
  0% {
    top: -10px;
    -webkit-transform: none;
    transform: none;
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes navBtn01OnPC {
  0% {
    top: -10px;
    -webkit-transform: none;
    transform: none;
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes navBtn02OnPC {
  0% {
    top: 10px;
    -webkit-transform: none;
    transform: none;
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes navBtn02OnPC {
  0% {
    top: 10px;
    -webkit-transform: none;
    transform: none;
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes navBtn01OffSP {
  0% {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: -8px;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes navBtn01OffSP {
  0% {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: -8px;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes navBtn02OffSP {
  0% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: 8px;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes navBtn02OffSP {
  0% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: 8px;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes navBtn01OffPC {
  0% {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: -10px;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes navBtn01OffPC {
  0% {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: -10px;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes navBtn02OffPC {
  0% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: 10px;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes navBtn02OffPC {
  0% {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    top: 10px;
    -webkit-transform: none;
    transform: none;
  }
}
body {
  font-size: 12px;
  line-height: 1.4166666667;
  color: #000;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
body.is-nav {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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

select {
  cursor: pointer;
}

i {
  font-style: normal;
}

[aria-disabled=true] {
  pointer-events: none;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

[lang=en] {
  text-transform: uppercase;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=url],
input[type=date],
input[type=password],
textarea,
select {
  font-size: 10px;
  line-height: 1.35;
  border: solid 1px #aaa;
  background: #F7F7F7;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #aaa;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #aaa;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #aaa;
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #aaa;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=date]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #aaa;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #fff;
}

input {
  height: 25px;
  padding: 0 8px;
}

input[type=submit],
input[type=send] {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input[type=submit]:hover,
input[type=send]:hover {
  opacity: 0.7;
}

select {
  height: 25px;
  padding: 0 16px 0 8px;
  background: #F7F7F7 url(../img/template-base/icn_select.svg) no-repeat center right 6px/7px 6px;
}
select:focus {
  background: url(../img/template-base/icn_select.svg) no-repeat center right 6px/7px 6px;
}

textarea {
  height: 227px;
  padding: 8px;
}

.l-main {
  padding: 60px 0 93px;
  overflow: hidden;
}

.l-wrapper {
  width: 89.3333333333vw;
  margin: 0 auto;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  top: 16.1%;
  left: 72.2%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #c6c7c7;
}
.swiper-pagination-bullet:hover {
  opacity: 0.7;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: red;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* .header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  padding: 7px 2.6666666667vw 7px 5.3333333333vw;
  background: #fff;
  z-index: 1000;
}
.header__head {
  position: relative;
  margin-right: auto;
  z-index: 1000;
}
.header__head a {
  display: block;
  width: 35.6vw;
  max-width: 134px;
}
.header__head a img {
  width: 100%;
}
.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(2.6666666667vw);
  transform: translateX(2.6666666667vw);
}
.header__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 126px;
  height: 27.5px;
  margin-right: 6px;
  padding: 0 14px 0 8px;
  border: solid 1px #EBEBEB;
  border-radius: 17px;
  background: #fff;
}
.header__form:focus-within {
  -webkit-box-shadow: 0 0 4px #EBEBEB;
  box-shadow: 0 0 4px #EBEBEB;
}
.header__form [name=q] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  padding: 0 4px;
  border: none;
  background: none;
}
.header__form [name=submit] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 11.5px;
}
.header__form [name=submit] img {
  width: 100%;
}
.header__btn {
  position: relative;
  display: block;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  z-index: 1000;
  background: #fff;
  padding-top: 0.4em;
}
.header__btn:hover i {
  opacity: 0.5;
}
.header__btn i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 42.5px;
  height: 46px;
  padding: 5px;
}
.header__btn i span {
  position: relative;
  width: 100%;
  height: 2px;
  margin: 6px 0;
  background: #000;
  -webkit-transition: background 0.25s 0.25s;
  transition: background 0.25s 0.25s;
}
.header__btn i span::before, .header__btn i span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #000;
}
.header__btn i span::before {
  -webkit-animation: navBtn01OffSP 0.75s forwards;
  animation: navBtn01OffSP 0.75s forwards;
}
.header__btn i span::after {
  -webkit-animation: navBtn02OffSP 0.75s forwards;
  animation: navBtn02OffSP 0.75s forwards;
}
.header__btn i small {
  margin-top: auto;
  font-size: 7px;
  line-height: 1.2142857143;
}
.header__btn[aria-expanded=true] {
  text-transform: uppercase;
}
.header__btn[aria-expanded=true] i span {
  background: none;
}
.header__btn[aria-expanded=true] i span::before {
  -webkit-animation: navBtn01OnSP 0.75s forwards;
  animation: navBtn01OnSP 0.75s forwards;
}
.header__btn[aria-expanded=true] i span::after {
  -webkit-animation: navBtn02OnSP 0.75s forwards;
  animation: navBtn02OnSP 0.75s forwards;
}

.nav {
  position: fixed;
  width: 100%;
  height: calc(100vh - 60px);
  top: 60px;
  left: 0;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.nav[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.nav__wrap {
  height: 100%;
  overflow-y: auto;
}

.nav-link {
  margin-bottom: 38px;
}
.nav-link__item + .nav-link__item {
  margin-top: 1px;
}
.nav-link__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 5.3333333333vw;
  font-size: 15px;
  line-height: 1.7333333333;
  color: #fff;
  white-space: nowrap;
  background: #000;
}
.nav-link__item a::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8px;
  height: 18px;
  margin-right: 10px;
  background: url(../img/template-base/icn_arrow_01.svg) no-repeat center/contain;
}

.nav-detail {
  width: 89.3333333333vw;
  margin: 0 auto;
}
.nav-detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
  padding: 0 0 6px 4px;
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 500;
  border-bottom: 1px solid rgba(229, 25, 26, 0.5);
}
.nav-detail__head i {
  margin-right: 10px;
  width: 15px;
}
.nav-detail__items + .nav-detail__items {
  margin-top: 13px;
}
.nav-detail__items:nth-of-type(n+2) {
  margin-top: 13px;
}
.nav-detail__item {
  font-size: 14px;
  line-height: 3.2142857143;
}
.nav-detail__item + .nav-detail__item {
  margin-top: 13px;
}
.nav-detail__parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.nav-detail__parent::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8px;
  height: 18px;
  margin-right: 9px;
  background: url(../img/template-base/icn_arrow_02.svg) no-repeat center/contain;
}
.nav-detail__children {
  padding-left: 16px;
}
.nav-detail__child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-detail__child a::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  height: 1px;
  margin-right: 9px;
  background: #000;
}

.pc-nav {
  display: none;
}
.pc-nav__item {
  width: 129px;
  margin: 0 6px 6px 0;
}
.pc-nav__item a {
  display: block;
}
.pc-nav__item a:hover {
  opacity: 1;
}
.pc-nav__item a img {
  width: 100%;
}
.pc-nav__item:last-of-type {
  margin-right: 0;
}

.sp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 29px;
}
.sp-nav__item {
  width: calc(50% - 1px);
}
.sp-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  font-size: 15px;
  line-height: 3.3333333333;
  color: #fff;
  background: #E5191A;
}
.sp-nav__item a i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22px;
  margin-right: 6px;
}
.sp-nav__item a i img {
  width: 100%;
}
.sp-nav__item:nth-of-type(n+3) {
  margin-top: 1px;
}

.fixed-nav {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
}
.fixed-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}
.fixed-nav__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% / 5);
}
.fixed-nav__item + .fixed-nav__item {
  border-left: 1px solid #fff;
}
.fixed-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-size: 9px;
  line-height: 1.1111111111;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #000;
} */

.heading-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.heading-1 [lang=en] {
  margin: 0 -7px 8px;
  font-size: 40px;
  line-height: 0.9625;
  font-family: "Bodoni Moda", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.heading-1 [lang=en] span {
  text-transform: lowercase;
}
.heading-1 [lang=en].-nowrap {
  white-space: nowrap;
}
.heading-1 [lang=ja] {
  font-size: 13px;
  line-height: 1.3846153846;
}

.heading-2 {
  font-size: 24px;
  line-height: 1.4583333333;
}

.btn-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 53.3333333333vw;
  min-width: 200px;
  height: 50px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  font-family: "Montserrat", Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #000;
}

.top-mv {
  margin-bottom: 52px;
}
.top-mv__wrap {
  width: 89.3333333333vw;
  margin: 0 auto;
  padding-bottom: 16px;
}
.top-mv__item {
  position: relative;
}
.top-mv__item a {
  position: relative;
  display: block;
}
.top-mv__heading {
  position: absolute;
  bottom: 8px;
  left: 9px;
}
.top-mv__heading [lang=ja] img {
  width: 100%;
}
.top-mv__heading [lang=en] {
  padding-left: 7px;
  font-size: 18.5px;
  line-height: 2.7027027027;
  font-weight: 500;
  color: #fff;
  font-family: "Barlow Condensed", Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.025em;
  text-transform: inherit;
}
.top-mv__image {
  display: block;
  height: 112vw;
  max-height: calc(100vh - 60px - 50px - 25px);
}
.top-mv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.top-mv__image.-contain img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.top-mv__pagination:not(:root) {
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
}
.top-mv__pagination:not(:root) .swiper-pagination-bullet {
  width: 6.6666666667vw;
  min-width: 25px;
  max-width: 30px;
  height: 2px;
  margin: 0 8px 0 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, background 0.3s;
  transition: box-shadow 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
}
.top-mv__pagination:not(:root) .swiper-pagination-bullet-active {
  background: #000;
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000;
}

.top-news {
  margin-bottom: 75px;
}
.top-news__links {
  margin: 23px 0 33px;
}
.top-news__link + .top-news__link {
  margin-top: 24px;
}
.top-news__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.8571428571;
}
.top-news__date {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.top-news__image {
  display: none;
}
.top-news__image img {
  width: 100%;
}

.top-feature {
  margin-bottom: 76px;
}
.top-feature__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-feature__item {
  width: 77.3333333333vw;
  min-width: 290px;
  margin: 0 auto;
  padding: 23px 8px 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.top-feature__txt {
  margin: 17px 0 20px;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}
.top-feature__image {
  display: block;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  min-height: 0%;
  margin: 0 calc(50% - 50vw) -15px;
}
.top-feature__image img {
  width: 100%;
}

.top-info {
  margin-bottom: 75px;
}
.top-info__txt {
  margin: 18px 0 22px;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}
.top-info__items {
  width: 74.1333333333vw;
  margin: 0 auto;
}
.top-info__item + .top-info__item {
  margin-top: 25px;
}
.top-info__item a {
  display: block;
  position: relative;
}
.top-info__heading {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 11px;
  font-size: 15px;
  line-height: 1.6666666667;
  background: #fff;
}
.top-info__image img {
  width: 100%;
}
.top-mov__items {
  width: 74.1333333333vw;
  margin: 0 auto;
}
.top-department {
  margin-bottom: 76px;
}
.top-department__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-department__item {
  width: 100%;
  padding: 23px 8px 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.top-department__txt {
  margin: 17px 0 20px;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}
.top-department__image {
  display: block;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  min-height: 0%;
  margin: 0 calc(50% - 50vw) -15px;
}
.top-department__image img {
  width: 100%;
}

.top-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-message__item {
  width: 83.4666666667vw;
  min-width: 285px;
  margin: 0 auto;
  padding: 23px 8px 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.top-message__txt {
  margin: 17px 0 20px;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}
.top-message__image {
  display: block;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  min-height: 0%;
  margin: 0 calc(50% - 50vw) -15px;
}
.top-message__image img {
  width: 100%;
}

/* .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 89.3333333333vw;
  margin: 0 auto 11px;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  font-size: 9px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.breadcrumb li:last-of-type {
  margin-right: 0;
}
.breadcrumb li + li::before {
  content: "/";
  margin-right: 5px;
  color: #BFBFBF;
}
.breadcrumb li a {
  display: block;
} */

.page-content {
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.4166666667;
}
.page-content h2 {
  margin-bottom: 18px;
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 1.7;
  border-bottom: 1px solid #FF0000;
  font-weight: 600;
}
.page-content h3 {
  position: relative;
  margin-bottom: 6px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.7142857143;
  font-weight: 600;
}
.page-content h3::before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 12px);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #FF0000;
}
.page-content h4 {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.7;
}
.page-content h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.page-content h5::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  margin-left: 10px;
  background: #C9C9C9;
}
.page-content p {
  margin-bottom: 10px;
}
.page-content p.wp-caption-text {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.2727272727;
}
.page-content p + p {
  margin-top: 12px;
}
.page-content p a {
  color: #FF0000;
  text-decoration: underline;
}
.page-content p a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-content p a img:hover {
  opacity: 0.5;
}
.page-content p a.-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-content p img {
  width: auto;
}
.page-content p img.alignleft {
  margin: 0 auto 12px;
}
.page-content p img.alignright {
  margin: 0 auto 12px;
}
.page-content p img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.page-content small {
  font-size: 11px;
  line-height: 1.5454545455;
}
.page-content ul:not([class]) li::before {
  content: "●";
}
.page-content ul:not([class]) ul {
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 11px;
  line-height: 1.5909090909;
}
.page-content ul:not([class]) ul li::before {
  content: "-";
  margin-right: 8px;
}
.page-content ol {
  margin-bottom: 15px;
}
.page-content ol li {
  list-style: inherit;
  margin-left: 15px;
}
.page-content ol li + li {
  margin-top: 11px;
}
.page-content ol li ol {
  margin-top: 16px;
}
.page-content ol li ol li {
  list-style: none;
  counter-increment: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
}
.page-content ol li ol li::before {
  content: "(" counter(num) ")";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
}
.page-content a:hover {
  color: #F71C1D;
  text-decoration: underline;
}
.page-content a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 24px;
  margin-left: 5px;
  background: url(../img/template-base/icn_pdf.svg) no-repeat center/contain;
}
.page-content a[target]::after {
  content: "";
  display: inline-block;
  display: inline-block;
  width: 10px;
  height: 24px;
  margin-left: 5px;
  background: url(../img/template-base/icn_blank.svg) no-repeat center/contain;
}
.page-content table {
  width: 100%;
}
.page-content table th {
  font-weight: normal;
}
.page-content .-note {
  margin-bottom: 37px;
  padding: 12px 14px;
  font-size: 12px;
  line-height: 1.5833333333;
  color: #FF0000;
  border: 1px solid #FF0000;
  background: #FFFDF4;
}
.page-content .-note p:last-of-type {
  margin-bottom: 0;
}
.page-content .-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 31px;
}
.page-content .-anchor li {
  margin-right: 12px;
  border-right: 1px solid #C9C9C9;
}
.page-content .-anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  font-size: 14px;
  /*line-height: 1.4285714286;*/
  line-height: 2.0;
}
.page-content .-anchor li a::before {
  content: "";
  width: 12px;
  height: 7px;
  margin-right: 12px;
  background: url(../img/template-base/icn_arrow_03.svg) no-repeat center/contain;
}
.page-content .-sect-2 + .-sect-2 {
  margin-top: 40px;
}
.page-content .-sect-3 {
  margin-top: 30px;
}
.page-content .-sect-4 + .-sect-4 {
  margin-top: 33px;
}
.page-content .-table-1 {
  font-size: 14px;
  line-height: 1.6;
}
.page-content .-table-1 thead th {
  padding: 12px 10px;
  line-height: 1.6;
  background: #E75141;
  color: #fff;
  font-weight: 600;
}
.page-content .-table-1 tbody th, .page-content .-table-1 tbody td {
  padding: 16px 10px;
  line-height: 1.6;
}
.page-content .-table-1 tbody th {
  width: 64%;
  font-weight: 600;
  padding: 16px 10px;
}
.page-content .-table-1 tbody strong {
  font-weight: 600;
}
.page-content .-table-1 tbody tr:nth-of-type(n+2) th, .page-content .-table-1 tbody tr:nth-of-type(n+2) td {
  padding: 16px 10px;
  border-top: 1px solid #C9C9C9;
}
.page-content .-table-1:last-of-type {
  border-bottom: 1px solid #C9C9C9;
}
.page-content .-table-2 {
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid #C9C9C9;
}
.page-content .-table-2 th, .page-content .-table-2 td {
  border-bottom: 1px solid #C9C9C9;
}
.page-content .-table-2 th {
  width: 35%;
  padding: 12px;
  background: #E75141;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.page-content .-table-2 td {
  padding: 12px;
  line-height: 1.6;
}
.page-content .-table-3 {
  width: 900px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.4166666667;
}
.page-content .-table-3 thead th {
  padding: 12px 5px;
  text-align: center;
  border-left: 1px solid #fff;
  background: #E75141;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.4;
}
.page-content .-table-3 thead th:first-of-type {
  width: 40%;
  border-left: none;
}
.page-content .-table-3 tbody th,
.page-content .-table-3 tbody td{
  line-height: 1.6;
}
.page-content .-table-3 tbody th {
  padding: 8px;
  border-bottom: 1px solid #C9C9C9;
  font-weight: 700;
}
.page-content .-table-3 tbody td {
  padding: 10px 5px;
  border-left: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}
.page-content .-table-4 {
  font-size: 14px;
  line-height: 1.4166666667;
  border-top: 1px solid #C9C9C9;
}
.page-content .-table-4 th, .page-content .-table-4 td {
  border-bottom: 1px solid #C9C9C9;
}
.page-content .-table-4 th {
  width: 34%;
  padding: 12px;
  background: #E75141;
  color: #fff;
  font-weight: 700;
}
.page-content .-table-4 td {
  padding: 12px;
}
.page-content .-table-5 {
  width: 900px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.4166666667;
}
.page-content .-table-5 thead th {
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #fff;
  background: #E75141;
  color: #fff;
  font-weight: 700;
}
.page-content .-table-5 thead th:first-of-type {
  width: 40%;
  border-left: none;
}
.page-content .-table-5 tbody th,
.page-content .-table-5 tbody td{
  line-height: 1.6;
}
.page-content .-table-5 tbody th {
  padding: 8px;
  border-bottom: 1px solid #C9C9C9;
  font-weight: 700;
}
.page-content .-table-5 tbody td {
  padding: 12px 10px;
  border-left: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  vertical-align: middle;
}

.p−404 {
  margin-top: 15px;
}
.p−404__note {
  margin-bottom: 40px;
  padding: 12px 14px;
  font-size: 12px;
  line-height: 1.5833333333;
  color: #FF0000;
  border: 1px solid #FF0000;
  background: #FFFDF4;
}
.p−404__lead {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 1.3571428571;
  text-align: center;
}
.p−404__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 25px;
  padding: 0 14px 0 8px;
  border: solid 1px #EBEBEB;
  border-radius: 20px;
  background: #fff;
}
.p−404__form:focus-within {
  -webkit-box-shadow: 0 0 4px #EBEBEB;
  box-shadow: 0 0 4px #EBEBEB;
}
.p−404__form [name=q] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  border: none;
  background: none;
}
.p−404__form [name=submit] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 11.5px;
}
.p−404__form [name=submit] img {
  width: 100%;
}
.p−404__btn:nth-of-type(n+2) {
  margin-top: 15px;
}

.the_content {
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 1.9166666667;
}
.the_content::after {
  content: "";
  display: block;
  clear: both;
}
.the_content > * {
  margin-bottom: 12px;
}
.the_content > *:last-child {
  margin-bottom: 0;
}
.the_content > * + h2,
.the_content > * + h3 {
  margin-top: 50px;
}
.the_content h2 {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.7;
}
.the_content h3 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.the_content h3::before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 12px);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #FF0000;
}
.the_content div::after {
  content: "";
  display: block;
  clear: both;
}
.the_content p:not([class]) {
  text-indent: 1em;
}
.the_content p.wp-caption-text {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.2727272727;
}
.the_content p + p {
  margin-top: 12px;
}
.the_content p img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.the_content p img + img {
  margin-top: 20px;
}
.the_content p img.aligncenter {
  margin-bottom: 20px;
}
.the_content ul:not([class]) li::before {
  content: "●";
}
.the_content ul:not([class]) ul {
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 11px;
  line-height: 1.5909090909;
}
.the_content ul:not([class]) ul li::before {
  content: "-";
  margin-right: 8px;
}
.the_content ol li {
  list-style: inherit;
  list-style-position: inside;
}
.the_content strong {
  font-weight: bold;
}
.the_content a {
  color: #FF0000;
}
.the_content a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 24px;
  margin-left: 5px;
  background: url(../img/template-base/icn_pdf.svg) no-repeat center/contain;
}
.the_content a[target]::after {
  content: "";
  display: inline-block;
  display: inline-block;
  width: 10px;
  height: 24px;
  margin-left: 5px;
  background: url(../img/template-base/icn_blank.svg) no-repeat center/contain;
}
.the_content .wp-caption {
  width: 100% !important;
}
.the_content .wp-caption.aligncenter {
  margin-bottom: 20px;
}
.the_content table {
  width: 900px;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.4166666667;
}
.the_content table thead th {
  padding: 2px 5px !important;
  text-align: center;
  border-left: 1px solid #C9C9C9;
  background: #E5E5E5;
}
.the_content table thead th:first-of-type {
  width: 40%;
  border-left: none;
}
.the_content table tbody th {
  padding: 8px !important;
  border-bottom: 1px solid #C9C9C9;
}
.the_content table tbody td {
  padding: 8px 15px !important;
  border-bottom: 1px solid #C9C9C9;
}
.the_content table tbody * + td {
  border-left: 1px solid #C9C9C9;
}

.box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-1 + .box-1 {
  margin-top: 30px;
}
.box-1__item {
  width: 100%;
}
.box-1__item + .box-1__item {
  margin-top: 30px;
}

.box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.box-2__item + .box-2__item {
  margin-top: 20px;
}

.box-3 {
  margin-bottom: 40px;
  padding: 8px 12px 6px;
  background: #F8F8F8;
}
.box-3.-border-gray {
  border: 1px solid #C9C9C9;
}
.box-3.set-bg-pink, .box-3.set-bg-blue {
  padding: 14px 12px 4px;
}
* + .box-3 {
  margin-top: 30px;
}
.box-3__head:not(:root) {
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
  font-weight: bold;
  border: none;
}
.box-3__item {
  font-size: 12px;
  line-height: 1.5833333333;
}

.box-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}
.box-4__item {
  min-height: 0%;
}
.links-1 li{
  padding-left: 10px;
  position: relative;
  margin-bottom: 8px;
}
.links-1 li a {
  font-size: 14px;
  line-height: 1.4;
  color: inherit;
  margin-bottom: 4px;
}
.links-1 li a::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4px;
  height: 24px;
  margin-right: 5px;
  background: url(../img/template-base/icn_arrow_02.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 2px;
}
.links-1 li a[href$=".pdf"]::after,
.links-1 li a[target]::after{
  position: absolute;
  transform: translateY(2px);
}

@media screen and (max-width: 769px){
  .links-1 li {
    padding-left: 8px;
  }
  .links-1 li a::before {
    top: -2px;
  }
  .links-1 li a[href$=".pdf"]::after,
  .links-1 li a[target]::after{
    position: absolute;
    transform: translateY(-2px);
  }
}

.news {
  margin: 19px 0 40px;
  border-top: 1px solid #C9C9C9;
}
.news__item {
  border-bottom: 1px solid #C9C9C9;
}
.news__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 15px 12px 0;
}
.news__item a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/template-base/icn_arrow_04.svg) no-repeat center/contain;
}
.news__heading {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.3571428571;
}
.news__date {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 2;
}

.news-detail {
  margin-top: 18px;
}
.news-detail__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 16px;
}
.news-detail__head {
  margin-bottom: 9px;
  padding-bottom: 4px;
  font-size: 15px;
  line-height: 1.7;
  border-bottom: 1px solid #FF0000;
}
.news-detail__date {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 2;
}
.news-detail__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -12px;
}
.news-detail__category {
  margin: 0 12px 12px 0;
}
.news-detail__category a {
  display: block;
  padding: 6px 13px;
  font-size: 11px;
  line-height: 1.6818181818;
  color: #fff;
  border-radius: 2.5px;
  background: #7C7C7C;
}
.news-detail__category a::before {
  content: "#";
  margin-right: 3px;
}
.news-detail__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form {
  margin-top: 19px;
}
.form__lead {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.25;
}
.form__lead i {
  display: inline-block;
  margin-left: 4px;
  padding: 4px;
  font-size: 6.5px;
  line-height: 1.2307692308;
  color: #fff;
  text-align: center;
  background: #FF0000;
}
.form__type {
  margin-bottom: 28px;
}
.form__items {
  margin-bottom: 50px;
}
.form__item + .form__item {
  margin-top: 30px;
}
.form__item input[type=text] {
  width: 100%;
  margin-top: 15px;
}
.form__heading {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  font-weight: normal;
}
.form__heading i {
  display: inline-block;
  margin-left: 4px;
  padding: 4px;
  font-size: 6.5px;
  line-height: 1.2307692308;
  color: #fff;
  text-align: center;
  background: #FF0000;
}
.form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 53.3333333333vw;
  min-width: 200px;
  height: 50px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  font-family: "Montserrat", Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #000;
}
.mw_wp_form_confirm .form__items {
  margin-bottom: 40px;
}
.mw_wp_form_confirm .form__item {
  padding: 0 10px 5px;
  font-size: 9px;
  line-height: 1.6666666667;
  background: #F7F7F7;
}
.mw_wp_form_confirm .form__item + .form__item {
  margin-top: 25px;
}
.mw_wp_form_confirm .form__heading {
  width: calc(100% + 20px);
  margin: 0 -10px 8px;
  padding-bottom: 8px;
  background: #fff;
}

.form-type {
  border: 1px solid #D0D0D0;
  border-radius: 5px;
}
.form-type + .form-type {
  margin-top: 10px;
}
.form-type__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
.form-type__radio span {
  display: block;
  width: 100%;
}
.form-type__radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}
.form-type__radio input + span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  line-height: 1.5;
  white-space: nowrap;
}
.form-type__radio input + span::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 9.5px;
  height: 9.5px;
  margin-right: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #000;
}
.form-type__radio input:focus + span::before {
  -webkit-box-shadow: 0 0 2px #000;
  box-shadow: 0 0 2px #000;
}
.form-type__radio input:checked + span::before {
  background: #000;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.form-type > .form-type__radio {
  margin-right: 0;
}
.form-type > .form-type__radio input + span {
  padding: 7px 8px;
}
.form-type > .form-type__radio input + span::before {
  width: 13px;
  height: 13px;
  margin-right: 6px;
}
.form-type > .form-type__radio input:checked + span::before {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.form-type__items {
  height: 0;
  padding: 0 8px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-type__items > * {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  opacity: 0;
  visibility: hidden;
}
.form-type__items[aria-hidden=false] {
  height: auto;
  padding-bottom: 15px;
}
.form-type__items[aria-hidden=false] > * {
  opacity: 1;
  visibility: visible;
}
.form-type__item + .form-type__item {
  margin-top: 15px;
}
.form-type__item select {
  width: 183px;
  height: 30px;
  margin-top: 2px;
}
.form-type__heading {
  display: block;
  font-size: 9px;
  line-height: 1.6666666667;
  font-weight: normal;
}
.form-type__heading a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #E5191A;
  text-decoration: underline;
}
.form-type__heading a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 24px;
  margin-left: 5px;
  background: url(../img/template-base/icn_pdf.svg) no-repeat center/contain;
}
.form-type__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-type__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-type__check .mwform-checkbox-field {
  margin: 0 10px 5px 0;
}
.form-type__check .mwform-checkbox-field:not(:root) + .mwform-checkbox-field {
  margin-left: 0;
}
.form-type__check input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0 0 99.9% 99.9%);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}
.form-type__check input[type=checkbox] + span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  line-height: 1.5;
}
.form-type__check input[type=checkbox] + span::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 9.5px;
  height: 9.5px;
  margin-right: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
}
.form-type__check input[type=checkbox]:focus + span::before {
  -webkit-box-shadow: 0 0 2px #000;
  box-shadow: 0 0 2px #000;
}
.form-type__check input[type=checkbox]:checked + span::before {
  background: url(../img/template-base/icn_check.svg) no-repeat center/6px 6px;
}
.form-type__check input[type=text] {
  width: 100%;
  margin-top: 2px;
}
.form-type__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3px;
}
.form-type__num {
  margin: 0 12px 0 -8px;
}
.form-type__num select {
  width: 50px;
}

.mw_wp_form_confirm .form-type {
  display: none;
  border: none;
  border-radius: 0;
  background: #F7F7F7;
}
.mw_wp_form_confirm .form-type.is-checked {
  display: block;
  margin-top: 5px;
  padding: 10px 0;
}
.mw_wp_form_confirm .form-type__radio {
  padding: 0 10px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;
}
.mw_wp_form_confirm .form-type__heading {
  font-size: 9px;
  line-height: 1.6666666667;
}
.mw_wp_form_confirm .form-type__heading.-confilm-none {
  display: none;
}
.mw_wp_form_confirm .form-type__detail .form-type__radio {
  padding: 0;
}
.mw_wp_form_confirm .form-type__items {
  height: auto;
  padding: 3px 10px 0;
}
.mw_wp_form_confirm .form-type__items > * {
  opacity: 1;
  visibility: visible;
}
.mw_wp_form_confirm .form-type__item {
  font-size: 9px;
  line-height: 1.2777777778;
  font-weight: 600;
}
.mw_wp_form_confirm .form-type__item + .form-type__item {
  margin-top: 10px;
}
.mw_wp_form_confirm .form-type__data {
  display: block;
}
.mw_wp_form_confirm .form-type__check {
  display: block;
  margin-top: 2px;
  font-size: 9px;
  line-height: 1.2777777778;
}
.mw_wp_form_confirm .form-type__check + .form-type__check {
  margin-top: 5px;
}

.form-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 13px 0 -10px;
}
.form-person__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 121px;
  margin: 0 30px 10px 0;
  font-size: 10px;
  line-height: 1.5;
}
.form-person__heading {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.form-person__detail select {
  width: 50px;
}

.mw_wp_form_confirm .form-person {
  margin-bottom: 0;
}
.mw_wp_form_confirm .form-person__item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 35px 5px 0;
  font-size: 9px;
  line-height: 1.6666666667;
  font-weight: bold;
}
.mw_wp_form_confirm .form-person__heading {
  font-weight: normal;
}
.mw_wp_form_confirm .form-person__heading br {
  display: none;
}

.form-date {
  margin-top: 12px;
}
.form-date__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: -8px;
}
.form-date__items + .form-date__items {
  margin-top: 8px;
}
.form-date__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8px;
}
.form-date__item input[type=text] {
  width: 150px;
  margin-top: 2px;
  background: #F7F7F7 url(../img/template-base/icn_calendar.svg) no-repeat center right 5px/13px 28px;
}
.form-date__item input[type=text]:focus {
  background: url(../img/template-base/icn_calendar.svg) no-repeat center right 5px/13px 28px;
}
.form-date__item + .form-date__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-date__item:first-child {
  margin-right: 17px;
}
.form-date__item .error {
  width: 100%;
  margin-top: 5px;
}
.form-date__heading {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 10px;
  line-height: 1.5;
  font-weight: normal;
}
.form-date__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
}
.form-date__detail select {
  width: 60px;
}
.form-date__detail select:nth-of-type(1) {
  margin-right: 4px;
}
.form-date__detail select:nth-of-type(2) {
  margin-left: 4px;
}

.mw_wp_form_confirm .form-date {
  margin-top: 10px;
  margin: 10px 0 3px;
}
.mw_wp_form_confirm .form-date__items + .form-date__items {
  margin-top: 5px;
}
.mw_wp_form_confirm .form-date__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 9px;
  line-height: 1.3888888889;
  font-weight: 600;
}
.mw_wp_form_confirm .form-date__item:first-child {
  margin-right: 20px;
}
.mw_wp_form_confirm .form-date__heading {
  margin-right: 5px;
  font-weight: normal;
}
.mw_wp_form_confirm .form-date__detail {
  font-size: 16px;
  line-height: 1.875;
}

.form-info {
  margin-top: 12px;
}
.form-info__item {
  display: block;
  font-size: 10px;
  line-height: 1.5;
}
.form-info__item + .form-info__item {
  margin-top: 8px;
}
.form-info__item input[type] {
  width: 100%;
  margin-top: 2px;
}
.form-info__item .error {
  width: 100%;
  margin-top: 3px;
}

.mw_wp_form_confirm .form-info {
  margin-top: 0;
  margin: -8px -10px -5px;
  background: #fff;
}
.mw_wp_form_confirm .form-info__item {
  padding: 10px;
  font-size: 9px;
  line-height: 1.6666666667;
  background: #F7F7F7;
}
.mw_wp_form_confirm .form-info__heading {
  display: block;
  width: calc(100% + 20px);
  margin: -13px -10px 10px;
  padding: 13px 10px 2px 0;
  font-size: 10px;
  line-height: 1.25;
  background: #fff;
}

.tab {
  margin-bottom: 28px;
}
.tab__tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 0 20px;
}
.tab__tabs::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #FD0105;
}
.tab__tab {
  width: 37.3333333333vw;
}
.tab__btn {
  display: block;
  width: 100%;
  padding: 11px;
  font-size: 10px;
  line-height: 1.7;
  text-align: center;
  border: 1px solid #D8D8D8;
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s;
}
.tab__btn[aria-selected=true] {
  color: #fff;
  border-color: #FD0105;
  background: #FD0105;
}
.tab__item[aria-hidden=true] {
  display: none;
}

.faq {
  margin-bottom: 40px;
  border-top: 1px solid #D0D0D0;
}
.faq__heading {
  border-bottom: 1px solid #D0D0D0;
}
.faq__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 30px 6px 8px;
  font-size: 12px;
  line-height: 1.7083333333;
  font-weight: normal;
}
.faq__btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 9px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/template-base/icn_arrow_06.svg) no-repeat center/contain;
}
.faq__btn span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 12px;
  margin-right: 6px;
  font-size: 15px;
  line-height: 1.3666666667;
  font-family: "Bodoni Moda", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.faq__btn[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  padding: 0 8px;
  overflow: hidden;
  background: #F7F7F7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__answer::before {
  content: "A";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 12px;
  margin-right: 6px;
  font-size: 15px;
  line-height: 1.3666666667;
  color: #E5191A;
  font-family: "Bodoni Moda", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 0;
  visibility: hidden;
}
.faq__answer[aria-hidden=false] {
  height: auto;
  padding-top: 6px;
}
.faq__answer[aria-hidden=false]::before {
  opacity: 1;
  visibility: visible;
}
.faq__detail {
  font-size: 12px;
  line-height: 1.7083333333;
}
[aria-hidden] > .faq__detail {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 0;
  visibility: hidden;
}
[aria-hidden=false] > .faq__detail {
  opacity: 1;
  visibility: visible;
}
.feature {
  margin-top: 20px;
}
.feature__item {
  margin-bottom: 83px;
}
.feature__image {
  display: block;
  margin: 0 calc(50% - 50vw);
}
.feature__image img {
  width: 100%;
}

.feature-intro {
  margin-bottom: 28px;
}
.feature-intro__intro {
  position: relative;
  margin-bottom: 24px;
}
.feature-intro__item {
  position: absolute;
  width: 94.6666666667vw;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 7.2vw;
}
.feature-intro__head img {
  width: 100%;
}
.feature-intro__image {
  display: block;
  margin: 0 calc(50% - 50vw);
}
.feature-intro__image img {
  width: 100%;
}
.feature-intro__txt {
  font-size: 12px;
  line-height: 1.4166666667;
  text-align: center;
}
.feature-intro__txt strong {
  font-size: 17px;
  line-height: 1.7058823529;
  font-weight: 500;
}
.feature-intro__txt + .feature-intro__txt {
  margin-top: 10px;
}

.feature-detail + .feature-detail {
  margin-top: 13.3333333333vw;
}
.feature-detail__intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7.7333333333vw;
}
.feature-detail__intro::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.feature-detail__intro.-type-1::before {
  width: 119.0666666667vw;
  height: 119.0666666667vw;
  top: -2.6666666667vw;
  left: 21%;
  background: url(../img/template-base/icn_feature_02.svg) no-repeat center/contain;
}
.feature-detail__intro.-type-2::before {
  width: 109.6vw;
  height: 109.7333333333vw;
  top: -4vw;
  left: 80%;
  background: url(../img/template-base/icn_feature_04.svg) no-repeat center/contain;
}
.feature-detail__intro.-type-3 {
  margin-top: 63px;
}
.feature-detail__intro.-type-3::before {
  width: 110.5333333333vw;
  height: 110.5333333333vw;
  top: -5.3333333333vw;
  left: 17%;
  background: url(../img/template-base/icn_feature_06.svg) no-repeat center/contain;
}
.feature-detail__intro.-type-4 {
  margin-top: 63px;
}
.feature-detail__intro.-type-4::before {
  width: 107.0666666667vw;
  height: 107.0666666667vw;
  top: -13.3333333333vw;
  left: 86%;
  background: url(../img/template-base/icn_feature_08.svg) no-repeat center/contain;
}
.feature-detail__intro.-type-5 {
  margin: 0 -2vw 7.3333333333vw;
}
.feature-detail__intro.-type-5::before {
  width: 102.5333333333vw;
  height: 102.5333333333vw;
  top: 8vw;
  left: 20%;
  background: url(../img/template-base/icn_feature_10.svg) no-repeat center/contain;
}
.feature-detail__intro.-type-6 {
  margin-top: 65px;
}
.feature-detail__intro.-type-6::before {
  width: 122.8vw;
  height: 122.8vw;
  top: -1.3333333333vw;
  left: 76%;
  background: url(../img/template-base/icn_feature_12.svg) no-repeat center/contain;
}
.feature-detail__intro.-type-7 {
  margin-top: 65px;
}
.feature-detail__intro.-type-7::before {
  width: 109.2vw;
  height: 109.2vw;
  top: 10.6666666667vw;
  left: 21%;
  background: url(../img/template-base/icn_feature_14.svg) no-repeat center/contain;
}
.feature-detail__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.feature-detail__heading i {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 12.2666666667vw;
  margin-right: 3.2vw;
  font-size: 22.1333333333vw;
  line-height: 0.8855421687;
}
.feature-detail__heading i::before {
  content: "";
  position: absolute;
  width: 15.2vw;
  height: 15.2vw;
  bottom: -3.2vw;
  right: 0.5333333333vw;
  z-index: -1;
}
.feature-detail__heading > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0.8vw;
}
.feature-detail__heading > span span {
  position: relative;
  padding-bottom: 0.5333333333vw;
  font-size: 5.8666666667vw;
  line-height: 1.5227272727;
  font-weight: 600;
}
.feature-detail__heading > span span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.8vw;
  bottom: 0;
  left: 0;
  background: #000;
}
.feature-detail__heading > span span b {
  font-size: 7.2vw;
  line-height: 1.2407407407;
  font-weight: 800;
}
.feature-detail__heading > span span + span {
  margin-top: 1.3333333333vw;
}
.-type-1 > .feature-detail__heading i::before {
  width: 15.2vw;
  height: 15.2vw;
  bottom: -3.2vw;
  right: 0.5333333333vw;
  background: url(../img/template-base/icn_feature_01.svg) no-repeat center/contain;
}
.-type-2 > .feature-detail__heading i::before {
  width: 15.2vw;
  height: 15.2vw;
  bottom: -3.2vw;
  right: 0.5333333333vw;
  background: url(../img/template-base/icn_feature_03.svg) no-repeat center/contain;
}
.-type-3 > .feature-detail__heading i::before {
  width: 14vw;
  height: 14vw;
  bottom: -5.6vw;
  right: 0.8vw;
  background: url(../img/template-base/icn_feature_05.svg) no-repeat center/contain;
}
.-type-4 > .feature-detail__heading i::before {
  width: 16.8vw;
  height: 16.8vw;
  bottom: -5.3333333333vw;
  right: 0.5333333333vw;
  background: url(../img/template-base/icn_feature_07.svg) no-repeat center/contain;
}
.-type-5 > .feature-detail__heading i::before {
  width: 17.7333333333vw;
  height: 17.7333333333vw;
  bottom: -5.3333333333vw;
  right: 0.5333333333vw;
  background: url(../img/template-base/icn_feature_09.svg) no-repeat center/contain;
}
.-type-6 > .feature-detail__heading i::before {
  width: 14.5333333333vw;
  height: 14.4vw;
  bottom: -3.6vw;
  right: 1.3333333333vw;
  background: url(../img/template-base/icn_feature_11.svg) no-repeat center/contain;
}
.-type-7 > .feature-detail__heading i::before {
  width: 15.8666666667vw;
  height: 15.8666666667vw;
  bottom: -3.6vw;
  right: 1.3333333333vw;
  background: url(../img/template-base/icn_feature_13.svg) no-repeat center/contain;
}
/* icon追加 */
.icon {
    /* position: relative;
    display: inline-block;
    background: 0 0 no-repeat;
    background-size: contain;
    vertical-align: top;
    line-height: 1;
    font-size: 1rem; */
}
.icon .icon--movie {
    background: url(../img/template-base/icon_mov_.svg) no-repeat center right 6px/7px 6px;
}
.feature-detail__icon {
  display: block;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  min-height: 0%;
}
.feature-detail__icon img {
  width: 100%;
}
.-type-1 > .feature-detail__icon {
  width: 35.4666666667vw;
  margin-bottom: 4.8vw;
  -webkit-transform: translateX(1.0666666667vw);
  transform: translateX(1.0666666667vw);
}
.-type-2 > .feature-detail__icon {
  width: 40.4vw;
  margin-bottom: 1.0666666667vw;
  -webkit-transform: translateX(1.3333333333vw);
  transform: translateX(1.3333333333vw);
}
.-type-3 > .feature-detail__icon {
  width: 37.6vw;
  margin-bottom: 1.8666666667vw;
}
.-type-4 > .feature-detail__icon {
  width: 46.6666666667vw;
  margin-bottom: 1.8666666667vw;
  -webkit-transform: translateX(2.6666666667vw);
  transform: translateX(2.6666666667vw);
}
.-type-5 > .feature-detail__icon {
  width: 37.8666666667vw;
  margin-bottom: 1.8666666667vw;
  -webkit-transform: translateX(-2.6666666667vw);
  transform: translateX(-2.6666666667vw);
}
.-type-6 > .feature-detail__icon {
  width: 37.8666666667vw;
  margin-bottom: 1.8666666667vw;
  -webkit-transform: translateX(-2.6666666667vw);
  transform: translateX(-2.6666666667vw);
}
.-type-7 > .feature-detail__icon {
  width: 49.2vw;
  margin-bottom: 3.7333333333vw;
  -webkit-transform: translateX(-2vw);
  transform: translateX(-2vw);
}
.feature-detail__txt {
  font-size: 12px;
  line-height: 1.4166666667;
}
.feature-detail__txt + .feature-detail__txt {
  margin-top: 8px;
}
.feature-detail__txt.-lead {
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 500;
}
.feature-detail__bnr {
  display: block;
  margin: 23px -2vw 0;
}
.feature-detail__bnr img {
  width: 100%;
}
.feature-detail__map {
  height: 59.7333333333vw;
  margin: 20px -2vw;
}
.feature-detail__map iframe {
  width: 100%;
  height: 100%;
}

.feature-strength {
  margin-top: 39px;
}
.feature-strength__items {
  margin-bottom: 35px;
  border-top: 1px solid #B4ACAC;
}
.feature-strength__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
  border-bottom: 1px solid #B4ACAC;
}
.feature-strength__item dt {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 190px;
  margin-right: 2.1333333333vw;
}
.feature-strength__item dt::before {
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  top: -10px;
  left: 0;
  background: url(../img/template-base/icn_feature_15.svg) no-repeat center/cover;
}
.feature-strength__item dt span {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
.feature-strength__item dt strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 25px;
  line-height: 1.4;
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.feature-strength__item dt strong b {
  font-size: 55px;
  line-height: 0.8181818182;
  font-weight: 600;
  color: #8400FF;
}
.feature-strength__item dt small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 166px;
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.4;
  font-weight: normal;
}
.feature-strength__item dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 12px;
  line-height: 1.4166666667;
  font-weight: 500;
}
.feature-strength__item:nth-of-type(even) dt::before {
  left: 15px;
}
.feature-strength__item.-type-6 dt::before {
  top: 20px;
}
.feature-strength__txt {
  font-size: 12px;
  line-height: 1.4166666667;
}
.feature-strength__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.feature-strength__point {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.4;
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.feature-strength__point::before {
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  top: -10px;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/template-base/icn_feature_15.svg) no-repeat center/cover;
}
.feature-strength__point span {
  margin-bottom: 2px;
  font-size: 13.5px;
  line-height: 1.3333333333;
  font-weight: 500;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.feature-strength__point strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 25px;
  line-height: 1;
  font-weight: normal;
}
.feature-strength__point strong span {
  width: 2em;
  margin: 0;
  font-size: 18px;
  line-height: 1.1666666667;
  font-weight: normal;
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.feature-strength__point strong b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  font-size: 55px;
  line-height: 0.9090909091;
  font-weight: 600;
  color: #8400FF;
  width: 0.75em;
}
.feature-strength__point strong small {
  width: 100%;
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}
.feature-strength__point.-type-2 > span {
  -webkit-transform: translateY(-11px);
  transform: translateY(-11px);
}
.feature-strength__foot {
  margin-top: 22px;
}

.feature-video {
  margin-top: 40px;
}
.feature-video__bnr {
  display: block;
  margin: 0 -2vw 22px;
}
.feature-video__bnr img {
  width: 100%;
}
.feature-video__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.feature-video__item {
  width: 42vw;
}
.feature-video__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26.4vw;
  min-width: 99px;
  height: 11.4666666667vw;
  min-height: 43px;
  margin: 0 auto;
  font-size: 3.2vw;
  line-height: 1.7083333333;
  border: 3px solid #FD0105;
  background: #fff;
}
.feature-video__item a::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  margin-right: 0.5333333333vw;
  background: url(../img/template-base/icn_video.png) no-repeat center/contain;
}
.feature-video__yt {
  position: relative;
  margin-bottom: -1.3333333333vw;
  padding-top: 58.65%;
}
.feature-video__yt iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.feature-video__link + .feature-video__link {
  margin-top: 15px;
}
.feature-video__link a {
  display: block;
}
.feature-video__link a img {
  width: 100%;
}

.feature-department {
  margin-top: 25px;
}
.feature-department__item {
  padding-bottom: 25px;
  border-bottom: 1px solid #B4ACAC;
}
.feature-department__item + .feature-department__item {
  margin-top: 15px;
}
.feature-department__detail {
  margin-bottom: 19px;
}
.feature-department__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.75;
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.feature-department__heading::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  margin-right: 8px;
  border-radius: 2.5px;
}
.feature-department__heading span {
  font-size: 10px;
  line-height: 3.5;
  font-weight: 600;
}
.feature-department__heading.-yellow::before {
  background: #EFA600;
}
.feature-department__heading.-green::before {
  background: #009F5D;
}
.feature-department__heading.-blue::before {
  background: #1BB8CE;
}
.feature-department__heading.-red::before {
  background: #EC6D74;
}
.feature-department__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feature-department__data li {
  font-size: 13px;
  line-height: 1.4615384615;
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.feature-department__data li:nth-of-type(odd)::after {
  content: "｜";
  margin: 0 1em;
}
.feature-department__data li:only-of-type::after {
  content: none;
}
.feature-department__btn_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 53.3333333333vw;
  height: 50px;
  min-height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 1em;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #000;
}

.feature-department__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 53.3333333333vw;
  min-width: 200px;
  height: 50px;
  min-height: 50px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  font-family: "Montserrat", Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #000;
}

.feature-support__item + .feature-support__item {
  margin-top: 40px;
}
.feature-support__heading {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.3636363636;
  font-weight: 600;
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
.feature-support__lead {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 500;
  text-align: center;
}
.feature-support__fig {
  margin-bottom: 20px;
}
.feature-support__fig img {
  width: 100%;
}
.feature-support__fig figcaption {
  margin-top: 12px;
}
.feature-support__note {
  font-size: 10px;
  line-height: 1.35;
}
.feature-support__note li + li {
  margin-top: 5px;
}
.feature-support__txt {
  font-size: 12px;
  line-height: 1.4166666667;
}
.feature-support__bnr {
  display: block;
  margin: 18px -2vw 30px;
}
.feature-support__bnr img {
  width: 100%;
}

.feature-env {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 18px -2vw 20px;
}
.feature-env__item {
  width: 44.6666666667vw;
}
.feature-env__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.feature-env__item:nth-of-type(n+3) {
  margin-top: 15px;
}
.feature-env__heading {
  font-size: 12.5px;
  line-height: 1.64;
  font-weight: 500;
}
.feature-env__image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  min-height: 0%;
  margin-bottom: 3px;
}
.feature-env__image img {
  width: 100%;
}

.feature-access {
  margin-bottom: 30px;
}
.feature-access__info {
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1.4166666667;
}
.feature-access__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
}
.feature-access__item dt::before {
  content: "◎";
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.feature-access__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1em;
}
.feature-access__item dd::before {
  content: "…";
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.feature-access__image {
  width: 61.0666666667vw;
  margin: 0 auto;
}
.feature-access__image img {
  width: 100%;
}
.feature-access__image figcaption {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.4166666667;
}

/* .aside-links {
  margin-bottom: 42.5px;
}
.aside-links__sns {
  margin-bottom: 36px;
}
.aside-links__sns dt {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 200;
  font-family: "Bodoni Moda", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  text-transform: inherit;
}
.aside-links__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 290px;
  margin: 0 auto;
}
.aside-links__item a {
  display: block;
  width: 40px;
}
.aside-links__item a img {
  width: 100%;
}
.aside-links__btn {
  display: block;
  font-size: 16px;
  line-height: 4.5625;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background: #000;
}

.footer {
  padding: 43px 0 90px;
  background: #F71C1D;
}
.footer__item {
  margin-bottom: 32px;
}
.footer__item dt {
  width: 133.5px;
  margin: 0 auto 16px;
}
.footer__item dt img {
  width: 100%;
}
.footer__item dd {
  font-size: 12px;
  line-height: 2.2083333333;
  color: #fff;
  text-align: center;
}
.footer__data + .footer__data {
  margin-top: 12px;
}
.footer__copy {
  font-size: 9px;
  line-height: 1.7222222222;
  color: #fff;
  text-align: center;
} */

.archive-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.archive-pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-pager__item {
  margin: 0 5px;
}
.archive-pager__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 37px;
  height: 37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11.5px;
  line-height: 2;
  border: 1px solid #C9C9C9;
}
.archive-pager__item a[aria-current] {
  pointer-events: none;
  color: #fff;
  background: #000;
}
.archive-pager__item a[aria-disabled] {
  pointer-events: none;
}
.archive-pager__item.-dot {
  margin: 0 10px;
}
.archive-pager__item.-dot a {
  border: none;
}
.page-content:not(:root),
.the_content:not(:root) {
  /* 背景色変更クラス */
  /* テキスト・余白調整クラス */
}
.page-content:not(:root) .sp-scroll,
.the_content:not(:root) .sp-scroll {
  overflow-x: auto;
}
.page-content:not(:root) .-btn-1,
.the_content:not(:root) .-btn-1 {
  position: relative;
  display: block;
  width: 53.3333333333vw;
  padding: 12px;
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #FA0818;
}
.page-content:not(:root) .-btn-1::before,
.the_content:not(:root) .-btn-1::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/template-base/icn_arrow_05.svg) no-repeat center/contain;
}
.page-content:not(:root) .-btn-1.-bg-blue,
.the_content:not(:root) .-btn-1.-bg-blue {
  background: #1D2088;
}
.page-content:not(:root) .-btn-1.-bg-black,
.the_content:not(:root) .-btn-1.-bg-black {
  background: #000;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.page-content:not(:root) .-btn-1.-bg-black:hover,
.the_content:not(:root) .-btn-1.-bg-black:hover {
  opacity: 0.1;
  background: #FF0000;
}
.page-content:not(:root) .-btn-1.-no-arrow::before,
.the_content:not(:root) .-btn-1.-no-arrow::before {
  content: none;
}
.page-content:not(:root) .set-bg-gray,
.the_content:not(:root) .set-bg-gray {
  background-color: #F8F8F8;
}
.page-content:not(:root) .set-bg-pink,
.the_content:not(:root) .set-bg-pink {
  background-color: #FFF2F2;
}
.page-content:not(:root) .set-bg-blue,
.the_content:not(:root) .set-bg-blue {
  background-color: #E8E9F3;
}
.page-content:not(:root) .set-min-line,
.the_content:not(:root) .set-min-line {
  line-height: 1;
}
.page-content:not(:root) .set-mid-line,
.the_content:not(:root) .set-mid-line {
  line-height: 1.2;
}
.page-content:not(:root) .set-low-line,
.the_content:not(:root) .set-low-line {
  line-height: 1.4;
}
.page-content:not(:root) .set-pos-rel,
.the_content:not(:root) .set-pos-rel {
  position: relative;
}
.page-content:not(:root) .set-pos-abs,
.the_content:not(:root) .set-pos-abs {
  position: absolute;
}
.page-content:not(:root) .set-hide,
.the_content:not(:root) .set-hide {
  display: none;
}
.page-content:not(:root) .set-wrap-items-ib .item,
.the_content:not(:root) .set-wrap-items-ib .item {
  display: inline-block;
  vertical-align: top;
}
.page-content:not(:root) .set-disp-table,
.the_content:not(:root) .set-disp-table {
  display: table;
}
.page-content:not(:root) .set-disp-cell,
.the_content:not(:root) .set-disp-cell {
  display: table-cell;
}
.page-content:not(:root) .set-disp-ib,
.the_content:not(:root) .set-disp-ib {
  display: inline-block;
}
.page-content:not(:root) .set-disp-b,
.the_content:not(:root) .set-disp-b {
  display: block;
}
.page-content:not(:root) .set-valign-t,
.the_content:not(:root) .set-valign-t {
  vertical-align: top;
}
.page-content:not(:root) .set-valign-m,
.the_content:not(:root) .set-valign-m {
  vertical-align: middle;
}
.page-content:not(:root) .set-valign-b,
.the_content:not(:root) .set-valign-b {
  vertical-align: bottom;
}
.page-content:not(:root) .set-float-l,
.the_content:not(:root) .set-float-l {
  float: left;
}
.page-content:not(:root) .set-float-r,
.the_content:not(:root) .set-float-r {
  float: right;
}
.page-content:not(:root) .set-align-c,
.the_content:not(:root) .set-align-c {
  text-align: center;
}
.page-content:not(:root) .set-align-r,
.the_content:not(:root) .set-align-r {
  text-align: right;
}
.page-content:not(:root) .set-align-l,
.the_content:not(:root) .set-align-l {
  text-align: left;
}
.page-content:not(:root) .set-align-j,
.the_content:not(:root) .set-align-j {
  text-align: justify;
}
.page-content:not(:root) .set-justify,
.the_content:not(:root) .set-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.page-content:not(:root) .set-lt-016,
.the_content:not(:root) .set-lt-016 {
  letter-spacing: 0.16rem;
}
.page-content:not(:root) .large-text,
.the_content:not(:root) .large-text {
  font-size: 1.8rem;
}
.page-content:not(:root) .larger-text,
.the_content:not(:root) .larger-text {
  font-size: 2.4rem;
}
.page-content:not(:root) .set-fs-11,
.the_content:not(:root) .set-fs-11 {
  font-size: 1.1rem;
}
.page-content:not(:root) .set-fs-12,
.the_content:not(:root) .set-fs-12 {
  font-size: 1.2rem;
}
.page-content:not(:root) .set-fs-13,
.the_content:not(:root) .set-fs-13 {
  font-size: 1.3rem;
}
.page-content:not(:root) .set-fs-14,
.the_content:not(:root) .set-fs-14 {
  font-size: 1.4rem;
}
.page-content:not(:root) .set-fs-15,
.the_content:not(:root) .set-fs-15 {
  font-size: 1.5rem;
}
.page-content:not(:root) .set-fs-16,
.the_content:not(:root) .set-fs-16 {
  font-size: 1.6rem;
}
.page-content:not(:root) .set-fs-17,
.the_content:not(:root) .set-fs-17 {
  font-size: 1.7rem;
}
.page-content:not(:root) .set-fs-18,
.the_content:not(:root) .set-fs-18 {
  font-size: 1.8rem;
}
.page-content:not(:root) .set-fs-19,
.the_content:not(:root) .set-fs-19 {
  font-size: 1.9rem;
}
.page-content:not(:root) .set-fs-20,
.the_content:not(:root) .set-fs-20 {
  font-size: 2rem;
}
.page-content:not(:root) .set-fs-21,
.the_content:not(:root) .set-fs-21 {
  font-size: 2.1rem;
}
.page-content:not(:root) .set-fs-22,
.the_content:not(:root) .set-fs-22 {
  font-size: 2.2rem;
}
.page-content:not(:root) .set-fs-23,
.the_content:not(:root) .set-fs-23 {
  font-size: 2.3rem;
}
.page-content:not(:root) .set-fs-24,
.the_content:not(:root) .set-fs-24 {
  font-size: 2.4rem;
}
.page-content:not(:root) .set-fs-25,
.the_content:not(:root) .set-fs-25 {
  font-size: 2.5rem;
}
.page-content:not(:root) .set-fs-26,
.the_content:not(:root) .set-fs-26 {
  font-size: 2.6rem;
}
.page-content:not(:root) .set-fs-27,
.the_content:not(:root) .set-fs-27 {
  font-size: 2.7rem;
}
.page-content:not(:root) .set-fs-28,
.the_content:not(:root) .set-fs-28 {
  font-size: 2.8rem;
}
.page-content:not(:root) .set-fs-29,
.the_content:not(:root) .set-fs-29 {
  font-size: 2.9rem;
}
.page-content:not(:root) .set-fs-30,
.the_content:not(:root) .set-fs-30 {
  font-size: 3rem;
}
.page-content:not(:root) .set-w-11em,
.the_content:not(:root) .set-w-11em {
  width: 11em;
}
.page-content:not(:root) .set-w-1em,
.the_content:not(:root) .set-w-1em {
  width: 1em;
}
.page-content:not(:root) .set-w-2em,
.the_content:not(:root) .set-w-2em {
  width: 2em;
}
.page-content:not(:root) .set-w-3em,
.the_content:not(:root) .set-w-3em {
  width: 3em;
}
.page-content:not(:root) .set-w-4em,
.the_content:not(:root) .set-w-4em {
  width: 4em;
}
.page-content:not(:root) .set-w-5em,
.the_content:not(:root) .set-w-5em {
  width: 5em;
}
.page-content:not(:root) .set-w-6em,
.the_content:not(:root) .set-w-6em {
  width: 6em;
}
.page-content:not(:root) .set-w-7em,
.the_content:not(:root) .set-w-7em {
  width: 7em;
}
.page-content:not(:root) .set-w-8em,
.the_content:not(:root) .set-w-8em {
  width: 8em;
}
.page-content:not(:root) .set-w-9em,
.the_content:not(:root) .set-w-9em {
  width: 9em;
}
.page-content:not(:root) .set-w-10em,
.the_content:not(:root) .set-w-10em {
  width: 10em;
}
.page-content:not(:root) .set-w-10,
.the_content:not(:root) .set-w-10 {
  width: 10%;
}
.page-content:not(:root) .set-w-11,
.the_content:not(:root) .set-w-11 {
  width: 11%;
}
.page-content:not(:root) .set-w-12,
.the_content:not(:root) .set-w-12 {
  width: 12%;
}
.page-content:not(:root) .set-w-13,
.the_content:not(:root) .set-w-13 {
  width: 13%;
}
.page-content:not(:root) .set-w-14,
.the_content:not(:root) .set-w-14 {
  width: 14%;
}
.page-content:not(:root) .set-w-15,
.the_content:not(:root) .set-w-15 {
  width: 15%;
}
.page-content:not(:root) .set-w-16,
.the_content:not(:root) .set-w-16 {
  width: 16%;
}
.page-content:not(:root) .set-w-17,
.the_content:not(:root) .set-w-17 {
  width: 17%;
}
.page-content:not(:root) .set-w-18,
.the_content:not(:root) .set-w-18 {
  width: 18%;
}
.page-content:not(:root) .set-w-19,
.the_content:not(:root) .set-w-19 {
  width: 19%;
}
.page-content:not(:root) .set-w-20,
.the_content:not(:root) .set-w-20 {
  width: 20%;
}
.page-content:not(:root) .set-w-21,
.the_content:not(:root) .set-w-21 {
  width: 21%;
}
.page-content:not(:root) .set-w-22,
.the_content:not(:root) .set-w-22 {
  width: 22%;
}
.page-content:not(:root) .set-w-23,
.the_content:not(:root) .set-w-23 {
  width: 23%;
}
.page-content:not(:root) .set-w-24,
.the_content:not(:root) .set-w-24 {
  width: 24%;
}
.page-content:not(:root) .set-w-25,
.the_content:not(:root) .set-w-25 {
  width: 25%;
}
.page-content:not(:root) .set-w-29,
.the_content:not(:root) .set-w-29 {
  width: 29%;
}
.page-content:not(:root) .set-w-30,
.the_content:not(:root) .set-w-30 {
  width: 30%;
}
.page-content:not(:root) .set-w-32,
.the_content:not(:root) .set-w-32 {
  width: 32%;
}
.page-content:not(:root) .set-w-35,
.the_content:not(:root) .set-w-35 {
  width: 35%;
}
.page-content:not(:root) .set-w-38,
.the_content:not(:root) .set-w-38 {
  width: 38%;
}
.page-content:not(:root) .set-w-40,
.the_content:not(:root) .set-w-40 {
  width: 40%;
}
.page-content:not(:root) .set-w-42,
.the_content:not(:root) .set-w-42 {
  width: 42%;
}
.page-content:not(:root) .set-w-43,
.the_content:not(:root) .set-w-43 {
  width: 43%;
}
.page-content:not(:root) .set-w-45,
.the_content:not(:root) .set-w-45 {
  width: 45%;
}
.page-content:not(:root) .set-w-48,
.the_content:not(:root) .set-w-48 {
  width: 48%;
}
.page-content:not(:root) .set-w-49,
.the_content:not(:root) .set-w-49 {
  width: 49%;
}
.page-content:not(:root) .set-w-50,
.the_content:not(:root) .set-w-50 {
  width: 50%;
}
.page-content:not(:root) .set-w-52,
.the_content:not(:root) .set-w-52 {
  width: 52%;
}
.page-content:not(:root) .set-w-55,
.the_content:not(:root) .set-w-55 {
  width: 55%;
}
.page-content:not(:root) .set-w-58,
.the_content:not(:root) .set-w-58 {
  width: 58%;
}
.page-content:not(:root) .set-w-60,
.the_content:not(:root) .set-w-60 {
  width: 60%;
}
.page-content:not(:root) .set-w-65,
.the_content:not(:root) .set-w-65 {
  width: 65%;
}
.page-content:not(:root) .set-w-68,
.the_content:not(:root) .set-w-68 {
  width: 68%;
}
.page-content:not(:root) .set-w-70,
.the_content:not(:root) .set-w-70 {
  width: 70%;
}
.page-content:not(:root) .set-w-80,
.the_content:not(:root) .set-w-80 {
  width: 80%;
}
.page-content:not(:root) .set-w-90,
.the_content:not(:root) .set-w-90 {
  width: 90%;
}
.page-content:not(:root) .set-w-full,
.the_content:not(:root) .set-w-full {
  width: 100%;
}
.page-content:not(:root) .set-w-40px,
.the_content:not(:root) .set-w-40px {
  width: 40px;
}
.page-content:not(:root) .set-w-50px,
.the_content:not(:root) .set-w-50px {
  width: 50px;
}
.page-content:not(:root) .set-w-60px,
.the_content:not(:root) .set-w-60px {
  width: 60px;
}
.page-content:not(:root) .set-w-70px,
.the_content:not(:root) .set-w-70px {
  width: 70px;
}
.page-content:not(:root) .set-w-80px,
.the_content:not(:root) .set-w-80px {
  width: 80px;
}
.page-content:not(:root) .set-w-90px,
.the_content:not(:root) .set-w-90px {
  width: 90px;
}
.page-content:not(:root) .set-w-100px,
.the_content:not(:root) .set-w-100px {
  width: 100px;
}
.page-content:not(:root) .set-w-130px,
.the_content:not(:root) .set-w-130px {
  width: 130px;
}
.page-content:not(:root) .set-w-140px,
.the_content:not(:root) .set-w-140px {
  width: 140px;
}
.page-content:not(:root) .set-w-150px,
.the_content:not(:root) .set-w-150px {
  width: 150px;
}
.page-content:not(:root) .set-w-160px,
.the_content:not(:root) .set-w-160px {
  width: 160px;
}
.page-content:not(:root) .set-w-180px,
.the_content:not(:root) .set-w-180px {
  width: 180px;
}
.page-content:not(:root) .set-w-200px,
.the_content:not(:root) .set-w-200px {
  width: 200px;
}
.page-content:not(:root) .set-w-240px,
.the_content:not(:root) .set-w-240px {
  width: 240px;
}
.page-content:not(:root) .set-w-250px,
.the_content:not(:root) .set-w-250px {
  width: 250px;
}
.page-content:not(:root) .set-w-280px,
.the_content:not(:root) .set-w-280px {
  width: 280px;
}
.page-content:not(:root) .set-w-300px,
.the_content:not(:root) .set-w-300px {
  width: 300px;
}
.page-content:not(:root) .set-w-350px,
.the_content:not(:root) .set-w-350px {
  width: 350px;
}
.page-content:not(:root) .set-w-400px,
.the_content:not(:root) .set-w-400px {
  width: 400px;
}
.page-content:not(:root) .set-w-460px,
.the_content:not(:root) .set-w-460px {
  width: 460px;
}
.page-content:not(:root) .set-w-480px,
.the_content:not(:root) .set-w-480px {
  width: 480px;
}
.page-content:not(:root) .set-w-490px,
.the_content:not(:root) .set-w-490px {
  width: 490px;
}
.page-content:not(:root) .set-w-500px,
.the_content:not(:root) .set-w-500px {
  width: 500px;
}
.page-content:not(:root) .set-w-570px,
.the_content:not(:root) .set-w-570px {
  width: 570px;
}
.page-content:not(:root) .set-w-600px,
.the_content:not(:root) .set-w-600px {
  width: 600px;
}
.page-content:not(:root) .set-w-670px,
.the_content:not(:root) .set-w-670px {
  width: 670px;
}
.page-content:not(:root) .set-minw-100px,
.the_content:not(:root) .set-minw-100px {
  min-width: 100px;
}
.page-content:not(:root) .set-minw-200px,
.the_content:not(:root) .set-minw-200px {
  min-width: 200px;
}
.page-content:not(:root) .set-minw-300px,
.the_content:not(:root) .set-minw-300px {
  min-width: 300px;
}
.page-content:not(:root) .set-minw-400px,
.the_content:not(:root) .set-minw-400px {
  min-width: 400px;
}
.page-content:not(:root) .set-minw-500px,
.the_content:not(:root) .set-minw-500px {
  min-width: 500px;
}
.page-content:not(:root) .set-minw-600px,
.the_content:not(:root) .set-minw-600px {
  min-width: 600px;
}
.page-content:not(:root) .set-mts,
.the_content:not(:root) .set-mts {
  margin-top: 5px;
}
.page-content:not(:root) .set-mt-5,
.the_content:not(:root) .set-mt-5 {
  margin-top: 5px;
}
.page-content:not(:root) .set-mt-10,
.the_content:not(:root) .set-mt-10 {
  margin-top: 10px;
}
.page-content:not(:root) .set-mt-15,
.the_content:not(:root) .set-mt-15 {
  margin-top: 15px;
}
.page-content:not(:root) .set-mt-20,
.the_content:not(:root) .set-mt-20 {
  margin-top: 20px;
}
.page-content:not(:root) .set-mt-30,
.the_content:not(:root) .set-mt-30 {
  margin-top: 30px;
}
.page-content:not(:root) .set-mt-40,
.the_content:not(:root) .set-mt-40 {
  margin-top: 40px;
}
.page-content:not(:root) .set-mt-50,
.the_content:not(:root) .set-mt-50 {
  margin-top: 50px;
}
.page-content:not(:root) .set-mt-60,
.the_content:not(:root) .set-mt-60 {
  margin-top: 60px;
}
.page-content:not(:root) .set-mt-70,
.the_content:not(:root) .set-mt-70 {
  margin-top: 70px;
}
.page-content:not(:root) .set-mt-80,
.the_content:not(:root) .set-mt-80 {
  margin-top: 80px;
}
.page-content:not(:root) .set-mt-90,
.the_content:not(:root) .set-mt-90 {
  margin-top: 90px;
}
.page-content:not(:root) .set-mt-100,
.the_content:not(:root) .set-mt-100 {
  margin-top: 100px;
}
.page-content:not(:root) .set-mt-155,
.the_content:not(:root) .set-mt-155 {
  margin-top: 155px;
}
.page-content:not(:root) .set-mr-auto,
.the_content:not(:root) .set-mr-auto {
  margin-right: auto;
}
.page-content:not(:root) .set-mr-2per,
.the_content:not(:root) .set-mr-2per {
  margin-right: 2%;
}
.page-content:not(:root) .set-mr-5per,
.the_content:not(:root) .set-mr-5per {
  margin-right: 5%;
}
.page-content:not(:root) .set-mr-5,
.the_content:not(:root) .set-mr-5 {
  margin-right: 5px;
}
.page-content:not(:root) .set-mr-10,
.the_content:not(:root) .set-mr-10 {
  margin-right: 10px;
}
.page-content:not(:root) .set-mr-15,
.the_content:not(:root) .set-mr-15 {
  margin-right: 15px;
}
.page-content:not(:root) .set-mr-20,
.the_content:not(:root) .set-mr-20 {
  margin-right: 20px;
}
.page-content:not(:root) .set-mr-30,
.the_content:not(:root) .set-mr-30 {
  margin-right: 30px;
}
.page-content:not(:root) .set-mr-40,
.the_content:not(:root) .set-mr-40 {
  margin-right: 40px;
}
.page-content:not(:root) .set-mr-50,
.the_content:not(:root) .set-mr-50 {
  margin-right: 50px;
}
.page-content:not(:root) .set-mr-60,
.the_content:not(:root) .set-mr-60 {
  margin-right: 60px;
}
.page-content:not(:root) .set-mr-70,
.the_content:not(:root) .set-mr-70 {
  margin-right: 70px;
}
.page-content:not(:root) .set-mr-80,
.the_content:not(:root) .set-mr-80 {
  margin-right: 80px;
}
.page-content:not(:root) .set-mr-90,
.the_content:not(:root) .set-mr-90 {
  margin-right: 90px;
}
.page-content:not(:root) .set-mr-100,
.the_content:not(:root) .set-mr-100 {
  margin-right: 100px;
}
.page-content:not(:root) .set-mbl,
.the_content:not(:root) .set-mbl {
  margin-bottom: 50px;
}
.page-content:not(:root) .set-mb,
.the_content:not(:root) .set-mb {
  margin-bottom: 35px;
}
.page-content:not(:root) .set-mbs,
.the_content:not(:root) .set-mbs {
  margin-bottom: 20px;
}
.page-content:not(:root) .set-mbss,
.the_content:not(:root) .set-mbss {
  margin-bottom: 10px;
}
.page-content:not(:root) .set-mbsss,
.the_content:not(:root) .set-mbsss {
  margin-bottom: 5px;
}
.page-content:not(:root) .set-mb-2,
.the_content:not(:root) .set-mb-2 {
  margin-bottom: 2px;
}
.page-content:not(:root) .set-mb-5,
.the_content:not(:root) .set-mb-5 {
  margin-bottom: 5px;
}
.page-content:not(:root) .set-mb-10,
.the_content:not(:root) .set-mb-10 {
  margin-bottom: 10px;
}
.page-content:not(:root) .set-mb-15,
.the_content:not(:root) .set-mb-15 {
  margin-bottom: 15px;
}
.page-content:not(:root) .set-mb-20,
.the_content:not(:root) .set-mb-20 {
  margin-bottom: 20px;
}
.page-content:not(:root) .set-mb-30,
.the_content:not(:root) .set-mb-30 {
  margin-bottom: 30px;
}
.page-content:not(:root) .set-mb-40,
.the_content:not(:root) .set-mb-40 {
  margin-bottom: 40px;
}
.page-content:not(:root) .set-mb-50,
.the_content:not(:root) .set-mb-50 {
  margin-bottom: 50px;
}
.page-content:not(:root) .set-mb-60,
.the_content:not(:root) .set-mb-60 {
  margin-bottom: 60px;
}
.page-content:not(:root) .set-mb-70,
.the_content:not(:root) .set-mb-70 {
  margin-bottom: 70px;
}
.page-content:not(:root) .set-mb-80,
.the_content:not(:root) .set-mb-80 {
  margin-bottom: 80px;
}
.page-content:not(:root) .set-mb-90,
.the_content:not(:root) .set-mb-90 {
  margin-bottom: 90px;
}
.page-content:not(:root) .set-mb-100,
.the_content:not(:root) .set-mb-100 {
  margin-bottom: 100px;
}
.page-content:not(:root) .set-mb-130,
.the_content:not(:root) .set-mb-130 {
  margin-bottom: 130px;
}
.page-content:not(:root) .set-mb-150,
.the_content:not(:root) .set-mb-150 {
  margin-bottom: 150px;
}
.page-content:not(:root) .set-ml-auto,
.the_content:not(:root) .set-ml-auto {
  margin-left: auto;
}
.page-content:not(:root) .set-ml-170px,
.the_content:not(:root) .set-ml-170px {
  margin-left: 170px;
}
.page-content:not(:root) .set-ml-2per,
.the_content:not(:root) .set-ml-2per {
  margin-left: 2%;
}
.page-content:not(:root) .set-ml-5per,
.the_content:not(:root) .set-ml-5per {
  margin-left: 5%;
}
.page-content:not(:root) .set-ml-10per,
.the_content:not(:root) .set-ml-10per {
  margin-left: 10%;
}
.page-content:not(:root) .set-ml-15per,
.the_content:not(:root) .set-ml-15per {
  margin-left: 15%;
}
.page-content:not(:root) .set-ml-20per,
.the_content:not(:root) .set-ml-20per {
  margin-left: 20%;
}
.page-content:not(:root) .set-ml-30per,
.the_content:not(:root) .set-ml-30per {
  margin-left: 30%;
}
.page-content:not(:root) .set-ml-40per,
.the_content:not(:root) .set-ml-40per {
  margin-left: 40%;
}
.page-content:not(:root) .set-ml-50per,
.the_content:not(:root) .set-ml-50per {
  margin-left: 50%;
}
.page-content:not(:root) .set-ml-60per,
.the_content:not(:root) .set-ml-60per {
  margin-left: 60%;
}
.page-content:not(:root) .set-ml-70per,
.the_content:not(:root) .set-ml-70per {
  margin-left: 70%;
}
.page-content:not(:root) .set-ml-80per,
.the_content:not(:root) .set-ml-80per {
  margin-left: 80%;
}
.page-content:not(:root) .set-ml-90per,
.the_content:not(:root) .set-ml-90per {
  margin-left: 90%;
}
.page-content:not(:root) .set-ml-5,
.the_content:not(:root) .set-ml-5 {
  margin-left: 5px;
}
.page-content:not(:root) .set-ml-10,
.the_content:not(:root) .set-ml-10 {
  margin-left: 10px;
}
.page-content:not(:root) .set-ml-15,
.the_content:not(:root) .set-ml-15 {
  margin-left: 15px;
}
.page-content:not(:root) .set-ml-20,
.the_content:not(:root) .set-ml-20 {
  margin-left: 20px;
}
.page-content:not(:root) .set-ml-30,
.the_content:not(:root) .set-ml-30 {
  margin-left: 30px;
}
.page-content:not(:root) .set-ml-40,
.the_content:not(:root) .set-ml-40 {
  margin-left: 40px;
}
.page-content:not(:root) .set-ml-50,
.the_content:not(:root) .set-ml-50 {
  margin-left: 50px;
}
.page-content:not(:root) .set-ml-60,
.the_content:not(:root) .set-ml-60 {
  margin-left: 60px;
}
.page-content:not(:root) .set-ml-70,
.the_content:not(:root) .set-ml-70 {
  margin-left: 70px;
}
.page-content:not(:root) .set-ml-80,
.the_content:not(:root) .set-ml-80 {
  margin-left: 80px;
}
.page-content:not(:root) .set-ml-90,
.the_content:not(:root) .set-ml-90 {
  margin-left: 90px;
}
.page-content:not(:root) .set-ml-100,
.the_content:not(:root) .set-ml-100 {
  margin-left: 100px;
}
.page-content:not(:root) .set-p,
.the_content:not(:root) .set-p {
  padding: 10px;
}
.page-content:not(:root) .set-p-20,
.the_content:not(:root) .set-p-20 {
  padding: 20px;
}
.page-content:not(:root) .set-p-40,
.the_content:not(:root) .set-p-40 {
  padding: 40px;
}
.page-content:not(:root) .set-pt-5,
.the_content:not(:root) .set-pt-5 {
  padding-top: 5px;
}
.page-content:not(:root) .set-pt-10,
.the_content:not(:root) .set-pt-10 {
  padding-top: 10px;
}
.page-content:not(:root) .set-pt-15,
.the_content:not(:root) .set-pt-15 {
  padding-top: 15px;
}
.page-content:not(:root) .set-pt-20,
.the_content:not(:root) .set-pt-20 {
  padding-top: 20px;
}
.page-content:not(:root) .set-pt-30,
.the_content:not(:root) .set-pt-30 {
  padding-top: 30px;
}
.page-content:not(:root) .set-pt-40,
.the_content:not(:root) .set-pt-40 {
  padding-top: 40px;
}
.page-content:not(:root) .set-pt-50,
.the_content:not(:root) .set-pt-50 {
  padding-top: 50px;
}
.page-content:not(:root) .set-pt-60,
.the_content:not(:root) .set-pt-60 {
  padding-top: 60px;
}
.page-content:not(:root) .set-pt-70,
.the_content:not(:root) .set-pt-70 {
  padding-top: 70px;
}
.page-content:not(:root) .set-pt-80,
.the_content:not(:root) .set-pt-80 {
  padding-top: 80px;
}
.page-content:not(:root) .set-pt-90,
.the_content:not(:root) .set-pt-90 {
  padding-top: 90px;
}
.page-content:not(:root) .set-pt-100,
.the_content:not(:root) .set-pt-100 {
  padding-top: 100px;
}
.page-content:not(:root) .set-pr-5,
.the_content:not(:root) .set-pr-5 {
  padding-right: 5px;
}
.page-content:not(:root) .set-pr-10,
.the_content:not(:root) .set-pr-10 {
  padding-right: 10px;
}
.page-content:not(:root) .set-pr-15,
.the_content:not(:root) .set-pr-15 {
  padding-right: 15px;
}
.page-content:not(:root) .set-pr-20,
.the_content:not(:root) .set-pr-20 {
  padding-right: 20px;
}
.page-content:not(:root) .set-pr-30,
.the_content:not(:root) .set-pr-30 {
  padding-right: 30px;
}
.page-content:not(:root) .set-pr-40,
.the_content:not(:root) .set-pr-40 {
  padding-right: 40px;
}
.page-content:not(:root) .set-pr-50,
.the_content:not(:root) .set-pr-50 {
  padding-right: 50px;
}
.page-content:not(:root) .set-pr-60,
.the_content:not(:root) .set-pr-60 {
  padding-right: 60px;
}
.page-content:not(:root) .set-pr-70,
.the_content:not(:root) .set-pr-70 {
  padding-right: 70px;
}
.page-content:not(:root) .set-pr-80,
.the_content:not(:root) .set-pr-80 {
  padding-right: 80px;
}
.page-content:not(:root) .set-pr-90,
.the_content:not(:root) .set-pr-90 {
  padding-right: 90px;
}
.page-content:not(:root) .set-pr-100,
.the_content:not(:root) .set-pr-100 {
  padding-right: 100px;
}
.page-content:not(:root) .set-pb-5,
.the_content:not(:root) .set-pb-5 {
  padding-bottom: 5px;
}
.page-content:not(:root) .set-pb-10,
.the_content:not(:root) .set-pb-10 {
  padding-bottom: 10px;
}
.page-content:not(:root) .set-pb-15,
.the_content:not(:root) .set-pb-15 {
  padding-bottom: 15px;
}
.page-content:not(:root) .set-pb-20,
.the_content:not(:root) .set-pb-20 {
  padding-bottom: 20px;
}
.page-content:not(:root) .set-pb-30,
.the_content:not(:root) .set-pb-30 {
  padding-bottom: 30px;
}
.page-content:not(:root) .set-pb-40,
.the_content:not(:root) .set-pb-40 {
  padding-bottom: 40px;
}
.page-content:not(:root) .set-pb-50,
.the_content:not(:root) .set-pb-50 {
  padding-bottom: 50px;
}
.page-content:not(:root) .set-pb-60,
.the_content:not(:root) .set-pb-60 {
  padding-bottom: 60px;
}
.page-content:not(:root) .set-pb-70,
.the_content:not(:root) .set-pb-70 {
  padding-bottom: 70px;
}
.page-content:not(:root) .set-pb-80,
.the_content:not(:root) .set-pb-80 {
  padding-bottom: 80px;
}
.page-content:not(:root) .set-pb-90,
.the_content:not(:root) .set-pb-90 {
  padding-bottom: 90px;
}
.page-content:not(:root) .set-pb-100,
.the_content:not(:root) .set-pb-100 {
  padding-bottom: 100px;
}
.page-content:not(:root) .set-pl-5,
.the_content:not(:root) .set-pl-5 {
  padding-left: 5px;
}
.page-content:not(:root) .set-pl-10,
.the_content:not(:root) .set-pl-10 {
  padding-left: 10px;
}
.page-content:not(:root) .set-pl-15,
.the_content:not(:root) .set-pl-15 {
  padding-left: 15px;
}
.page-content:not(:root) .set-pl-20,
.the_content:not(:root) .set-pl-20 {
  padding-left: 20px;
}
.page-content:not(:root) .set-pl-30,
.the_content:not(:root) .set-pl-30 {
  padding-left: 30px;
}
.page-content:not(:root) .set-pl-40,
.the_content:not(:root) .set-pl-40 {
  padding-left: 40px;
}
.page-content:not(:root) .set-pl-50,
.the_content:not(:root) .set-pl-50 {
  padding-left: 50px;
}
.page-content:not(:root) .set-pl-60,
.the_content:not(:root) .set-pl-60 {
  padding-left: 60px;
}
.page-content:not(:root) .set-pl-70,
.the_content:not(:root) .set-pl-70 {
  padding-left: 70px;
}
.page-content:not(:root) .set-pl-80,
.the_content:not(:root) .set-pl-80 {
  padding-left: 80px;
}
.page-content:not(:root) .set-pl-90,
.the_content:not(:root) .set-pl-90 {
  padding-left: 90px;
}
.page-content:not(:root) .set-pl-100,
.the_content:not(:root) .set-pl-100 {
  padding-left: 100px;
}
.page-content:not(:root) .set-indent,
.the_content:not(:root) .set-indent {
  margin-left: 1.6rem;
  text-indent: -1.3rem;
}
.page-content:not(:root) .set-indent-a,
.the_content:not(:root) .set-indent-a {
  margin-left: 2rem;
  text-indent: -2rem;
}
.page-content:not(:root) .reset-pt,
.the_content:not(:root) .reset-pt {
  padding-top: 0;
}
.page-content:not(:root) .reset-pr,
.the_content:not(:root) .reset-pr {
  padding-right: 0;
}
.page-content:not(:root) .reset-pb,
.the_content:not(:root) .reset-pb {
  padding-bottom: 0;
}
.page-content:not(:root) .reset-pl,
.the_content:not(:root) .reset-pl {
  padding-left: 0;
}
.page-content:not(:root) .reset-mt,
.the_content:not(:root) .reset-mt {
  margin-top: 0;
}
.page-content:not(:root) .reset-mr,
.the_content:not(:root) .reset-mr {
  margin-right: 0;
}
.page-content:not(:root) .reset-mb,
.the_content:not(:root) .reset-mb {
  margin-bottom: 0;
}
.page-content:not(:root) .reset-ml,
.the_content:not(:root) .reset-ml {
  margin-left: 0;
}
.page-content:not(:root) .reset-max-w,
.the_content:not(:root) .reset-max-w {
  max-width: none;
}
.page-content:not(:root) .reset-bold,
.the_content:not(:root) .reset-bold {
  font-weight: normal;
}
.page-content:not(:root) .context-img,
.the_content:not(:root) .context-img {
  float: right;
  margin: 0 0 10px 15px;
}
@media screen and (min-width: 769px){
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: block !important;
  }
  body {
    font-size: 14px;
    line-height: 2;
  }
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=url],
input[type=date],
input[type=password],
textarea,
select {
    font-size: 16px;
  }
  input {
    height: 50px;
  }
  select {
    height: 50px;
    padding: 0 32px 0 18px;
    background-size: 14px 12px;
    background-position: center right 13px;
  }
  select:focus {
    background-size: 14px 12px;
    background-position: center right 13px;
  }
  textarea {
    width: 100%;
  }
  .l-main {
    padding: 85px 0 76px;
  }
  .l-main.-top {
    padding-top: 42px;
  }
  .l-wrapper {
    width: 100%;
    max-width: 1600px;
    padding: 0 6.539%;
  }
  .l-page {
    max-width: 960px;
    margin: 0 auto;
  }
  /* .header {
    padding: 15px 20px;
    background: none;
  }
  .header__head a {
    width: 191px;
    max-width: 100%;
  }
  .header__item {
    -webkit-transform: none;
    transform: none;
  }
  .header__form {
    width: 170px;
    height: 34px;
    margin-right: 43px;
  }
  .header__form [name=submit] {
    width: 15px;
  }
  .header__btn {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
  }
  .header__btn i {
    width: 60px;
    height: 55px;
    padding: 5px 10px;
  }
  .header__btn i span {
    margin: 9px 0;
  }
  .header__btn i span::before {
    -webkit-animation: navBtn01OffPC 0.75s forwards;
    animation: navBtn01OffPC 0.75s forwards;
  }
  .header__btn i span::after {
    -webkit-animation: navBtn02OffPC 0.75s forwards;
    animation: navBtn02OffPC 0.75s forwards;
  }
  .header__btn i small {
    font-size: 11px;
    line-height: 1.4;
  }
  .header__btn[aria-expanded=true] i span::before {
    -webkit-animation: navBtn01OnPC 0.75s forwards;
    animation: navBtn01OnPC 0.75s forwards;
  }
  .header__btn[aria-expanded=true] i span::after {
    -webkit-animation: navBtn02OnPC 0.75s forwards;
    animation: navBtn02OnPC 0.75s forwards;
  }
  .nav {
    height: 100vh;
    top: 0;
    border: 10px solid #E5191A;
  }
  .nav__wrap {
    padding: 91px 163px 60px 43px;
  }
  .nav-link {
    display: none;
  }
  .nav-detail {
    width: 100%;
  }
  .nav-detail__head {
    margin-bottom: 19px;
    padding: 0 0 7px 12px;
    font-size: 29px;
    line-height: 1.3793103448;
  }
  .nav-detail__head i {
    width: 30px;
  }
  .nav-detail__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 12px;
  }
  .nav-detail__items {
    margin: 0 102px 7px 0;
  }
  .nav-detail__items + .nav-detail__items {
    margin-top: 0;
  }
  .nav-detail__items:nth-of-type(n+2) {
    margin-top: 0;
  }
  .nav-detail__items:last-of-type {
    margin: 0;
  }
  .nav-detail__item {
    font-size: 18px;
    line-height: 2.2222222222;
  }
  .nav-detail__item + .nav-detail__item {
    margin-top: 7px;
  }
  .nav-detail__parent::before {
    height: 11px;
  }
  .nav-detail__children {
    padding-left: 18px;
  }
  .nav-detail__child a::before {
    width: 20px;
  }
  .pc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 38px;
  }
  .sp-nav {
    display: none;
  }
  .fixed-nav {
    width: 123px;
    top: 104px;
    bottom: auto;
    z-index: 1000;
  }
  .fixed-nav__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: none;
  }
  .fixed-nav__item {
    width: 100%;
  }
  .fixed-nav__item + .fixed-nav__item {
    margin-top: 1px;
    border-left: none;
  }
  .fixed-nav__item a {
    height: 83px;
    font-size: 13px;
    line-height: 1.3076923077;
    font-weight: 300;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .fixed-nav__item a:hover {
    opacity: 1;
    background: #F71C1D;
  } */
  .heading-1 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .heading-1 [lang=en] {
    margin: 0 0 10px;
    font-size: 50px;
    line-height: 1;
  }
  .heading-1 [lang=ja] {
    font-size: 18px;
    line-height: 1.3888888889;
    font-weight: 300;
  }
  .heading-1.-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-2 {
    font-size: 38px;
    line-height: 1.7105263158;
  }
  .btn-1 {
    width: 270px;
    height: 75px;
    /* margin: 0; */
    font-size: 17px;
    line-height: 1.1764705882;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .btn-1:hover {
    opacity: 1;
    background: #F71C1D;
  }
  .btn-1.-center {
    margin: 0 auto;
  }
  .top-mv {
    margin-bottom: 110px;
  }
  .top-mv__wrap {
    width: calc(100% - 80px);
    padding-bottom: 22px;
  }
  .top-mv__heading {
    bottom: 27px;
    left: 48px;
  }
  .top-mv__heading [lang=ja] {
    display: block;
    width: 570px;
  }
  .top-mv__heading [lang=en] {
    font-size: 35px;
    line-height: 2.7142857143;
  }
  .top-mv__image {
    height: 666px;
    max-height: 100%;
  }
  .top-mv__pagination:not(:root) .swiper-pagination-bullet {
    height: 1px;
    margin-right: 10px;
  }
  .top-mv__pagination:not(:root) .swiper-pagination-bullet-active {
    -webkit-box-shadow: 0 0 0 0.5px #000;
    box-shadow: 0 0 0 0.5px #000;
  }
  .top-news {
    margin-bottom: 143px;
  }
  .top-news__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 8%;
  }
  .top-news__item {
    padding-top: 18px;
  }
  .top-news__links {
    margin: 53px 0 66px;
  }
  .top-news__link + .top-news__link {
    margin-top: 20px;
  }
  .top-news__link a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
  }
  .top-news__date {
    margin-right: 30px;
  }
  .top-news__image {
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24.6153846154vw;
    max-width: 320px;
    margin-right: 9.4%;
  }
  .top-feature {
    margin-bottom: 145px;
  }
  .top-feature__wrap {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 60px;
  }
  .top-feature__item {
    position: absolute;
    width: 391px;
    top: 0;
    right: 0;
    padding: 58px 42px 52px 58px;
  }
  .top-feature__txt {
    margin: 27px 0 33px;
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    text-align: left;
  }
  .top-feature__image {
    width: 87.522%;
    height: 435px;
    margin: 0;
  }
  .top-feature__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .top-info {
    margin-bottom: 160px;
  }
  .top-info__txt {
    margin: 33px 0 41px;
    font-size: 14px;
    line-height: 2;
  }
  .top-info__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1130px;
  }
  .top-info__item {
    width: 49.203%;
  }
  .top-info__item + .top-info__item {
    margin-top: 0;
  }
  .top-info__heading {
    padding: 0 20px;
    font-size: 18px;
    line-height: 2.8;
    font-weight: 300;
  }
  .top-info__image {
    height: 240px;
  }
  .top-info__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .top-mov__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1130px;
  }
  .top-department {
    margin-bottom: 150px;
  }
  .top-department__wrap {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 50px;
  }
  .top-department__item {
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    padding: 56px 56px 50px;
  }
  .top-department__txt {
    margin: 36px 0 40px;
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    text-align: left;
  }
  .top-department__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 76.0769230769vw;
    max-width: 1289px;
    height: 445px;
    margin: 0 -7.5% 0 0;
  }
  .top-department__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .top-message__wrap {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .top-message__item {
    position: absolute;
    width: 406px;
    top: 50.8%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 54px 77px 58px 58px;
  }
  .top-message__txt {
    margin: 36px 0 12px;
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    text-align: left;
  }
  .top-message__image {
    width: 87.4615384615vw;
    max-width: 1312px;
    height: 505px;
    margin: 0 0 0 -7.5%;
  }
  .top-message__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  /* .breadcrumb {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 23px;
  }
  .breadcrumb li {
    margin-right: 10px;
    font-size: 14px;
    line-height: 3.4285714286;
  }
  .breadcrumb li + li::before {
    margin-right: 14px;
  } */
  .page-content {
    margin-top: 18px;
    font-size: 16px;
    line-height: 2;
  }
  .page-content h2 {
    margin-bottom: 37px;
    font-size: 24px;
    line-height: 1.7;
  }
  .page-content h3 {
    margin-bottom: 18px;
    padding-left: 19px;
    font-size: 20px;
    line-height: 1.6666666667;
    font-weight: 600;
  }
  .page-content h3::before {
    width: 5px;
    height: calc(100% - 10px);
  }
  .page-content h4 {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.7222222222;
    font-weight: 600;
  }
  .page-content h5 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.7222222222;
    font-weight: 600;
  }
  .page-content h5::after {
    margin-left: 18px;
  }
  .page-content p {
    margin-bottom: 0;
  }
  .page-content p.wp-caption-text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 2;
  }
  .page-content p + p {
    margin-top: 28px;
  }
  .page-content p a.-img {
    display: block;
  }
  .page-content p img.alignleft {
    float: left;
    display: inline;
    margin: 0 40px 28px 0;
  }
  .page-content p img.alignright {
    float: right;
    display: inline;
    margin: 0 0 28px 40px;
  }
  .page-content small {
    font-size: 12px;
    line-height: 2.3333333333;
  }
  .page-content ul:not([class]) {
    font-size: 15px;
    line-height: 2;
  }
  .page-content ul:not([class]) ul {
    padding-left: 28px;
    font-size: 14px;
    line-height: 2.1428571429;
  }
  * + .page-content ul:not([class]) {
    margin-top: 28px;
  }
  * + .page-content ul:not([class]) ul {
    margin-top: 0;
  }
  .page-content ol {
    margin-bottom: 0;
  }
  .page-content ol li + li {
    margin-top: 0;
  }
  .page-content ol li ol {
    margin-top: 0;
  }
  .page-content ol li ol li {
    margin-left: 22px;
  }
  .page-content a[href$=".pdf"]::after {
    width: 12px;
    height: 28px;
  }
  .page-content a[target]::after {
    width: 12px;
    height: 28px;
  }
  .page-content .-note {
    margin-bottom: 50px;
    padding: 17px 32px;
    font-size: 15px;
    line-height: 1.8666666667;
    border-width: 2px;
  }
  .page-content .-anchor {
    margin-bottom: 48px;
  }
  .page-content .-anchor li {
    margin-right: 28px;
  }
  .page-content .-anchor li a {
    padding-right: 30px;
    font-size: 20px;
    line-height: 1.25;
  }
  .page-content .-anchor li a::before {
    width: 14px;
    height: 17px;
  }
  .page-content .-sect-2 + .-sect-2 {
    margin-top: 80px;
  }
  .page-content .-sect-3 {
    margin-top: 60px;
  }
  .page-content .-sect-4 + .-sect-4 {
    margin-top: 64px;
  }
  .page-content .-table-1 {
    font-size: 16px;
    line-height: 2;
  }
  .page-content .-table-1 thead th {
    padding: 20px 20px 18px;
  }
  .page-content .-table-1 tbody th, .page-content .-table-1 tbody td {
    padding: 20px 20px 18px;
  }
  .page-content .-table-1 tbody th {
    width: 40%;
    padding: 20px 20px 18px;
  }
  .page-content .-table-1 tbody strong {
    font-weight: 700;
  }
  .page-content .-table-1 tbody tr:nth-of-type(n+2) th, .page-content .-table-1 tbody tr:nth-of-type(n+2) td {
    padding: 20px 20px 18px;
  }
  .page-content .-table-2 {
    font-size: 16px;
    line-height: 2;
  }
  .page-content .-table-2 th {
    width: 20.5%;
    padding: 16px;
  }
  .page-content .-table-2 td {
    padding: 16px;
  }
  .page-content .-table-3 {
    width: 100%;
    font-size: 16px;
    line-height: 2;
  }
  .page-content .-table-3 thead th {
    padding: 16px 10px;
  }
  .page-content .-table-3 thead th:first-of-type {
    width: 34%;
  }
  .page-content .-table-3 tbody th {
    padding: 10px 16px 6px;
  }
  .page-content .-table-3 tbody td {
    padding: 16px 15px;
    vertical-align: middle;
  }
  .page-content .-table-4 {
    font-size: 16px;
    line-height: 2;
  }
  .page-content .-table-4 th {
    width: 20.5%;
    padding: 16px;
  }
  .page-content .-table-4 td {
    padding: 16px;
  }
  .page-content .-table-5 {
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
  }
  .page-content .-table-5 thead th {
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
  }
  .page-content .-table-5 thead th:first-of-type {
    width: 34%;
  }
  .page-content .-table-5 tbody th {
    padding: 16px 15px;
    text-align: center;
    vertical-align: middle;
  }
  .page-content .-table-5 tbody td {
    padding: 16px 15px;
    text-align: center;
    vertical-align: middle;
  }
  .p−404 {
    margin-top: 66px;
  }
  .p−404__note {
    margin-bottom: 69px;
    padding: 17px 32px;
    font-size: 15px;
    line-height: 1.8666666667;
    border-width: 2px;
  }
  .p−404__lead {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 2;
  }
  .p−404__form {
    width: 334px;
    height: 66px;
    margin: 0 auto 80px;
    padding: 0 30px 0 28px;
    border-radius: 33px;
  }
  .p−404__form [name=q] {
    font-size: 20px;
    padding: 0 4px;
  }
  .p−404__form [name=submit] {
    width: 22px;
  }
  .p−404__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p−404__btn:nth-of-type(n+2) {
    margin: 0 0 0 30px;
  }
  .the_content {
    margin-bottom: 85px;
    font-size: 14px;
    line-height: 2;
  }
  .the_content > * {
    margin-bottom: 28px;
  }
  .the_content h2 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.7222222222;
  }
  .the_content h3 {
    margin-bottom: 30px;
    padding-left: 19px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
  .the_content h3::before {
    width: 5px;
    height: calc(100% - 10px);
  }
  .the_content p.wp-caption-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 2;
  }
  .the_content p + p {
    margin-top: 28px;
  }
  .the_content p img.alignleft {
    float: left;
    width: calc(25% - 30px);
    margin: 0 40px 30px 0;
  }
  .the_content p img.alignleft:nth-of-type(4n) {
    margin-right: 0;
  }
  .the_content p img.alignright {
    float: right;
    width: calc(25% - 30px);
    margin: 0 0 30px 40px;
  }
  .the_content p img.alignright:nth-of-type(4n) {
    margin-left: 0;
  }
  .the_content p img.aligncenter {
    margin-bottom: 30px;
  }
  .the_content ul:not([class]) {
    font-size: 15px;
    line-height: 2;
  }
  .the_content ul:not([class]) ul {
    padding-left: 28px;
    font-size: 14px;
    line-height: 2.1428571429;
  }
  .the_content ol li {
    font-size: 14px;
    line-height: 2.5;
  }
  .the_content a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .the_content a[href$=".pdf"]::after {
    width: 12px;
    height: 28px;
  }
  .the_content a[target]::after {
    width: 12px;
    height: 28px;
  }
  .the_content .wp-caption {
    width: auto !important;
  }
  .the_content .wp-caption.alignleft {
    float: left;
    width: calc(25% - 30px) !important;
    margin: 0 40px 30px 0;
  }
  .the_content .wp-caption.alignright {
    float: right;
    width: calc(25% - 30px) !important;
    margin: 0 0 30px 40px;
  }
  .the_content .wp-caption.aligncenter {
    margin-bottom: 30px;
  }
  .the_content table {
    width: 100%;
    font-size: 14px;
    line-height: 2;
  }
  .the_content table thead th {
    padding: 11px 10px 6px !important;
  }
  .the_content table thead th:first-of-type {
    width: 34%;
  }
  .the_content table tbody th {
    padding: 10px 25px 6px !important;
  }
  .the_content table tbody td {
    padding: 10px 25px 6px !important;
    vertical-align: middle;
  }
  .box-1 + .box-1 {
    margin-top: 68px;
  }
  .box-1__item + .box-1__item {
    margin-top: 0;
  }
  .-col-1 > .box-1__item {
    width: 100%;
  }
  .-col-2 > .box-1__item {
    width: calc(50% - 10px);
  }
  .-col-3 > .box-1__item {
    width: calc(100% / 3 - 10px);
  }
  .box-2 {
    margin-top: 47px;
  }
  .box-2__item + .box-2__item {
    margin-top: 0;
    margin-left: auto;
  }
  .-col-2 > .box-2__item {
    width: calc(50% - 20px);
  }
  .-col-3 > .box-2__item {
    width: calc(33% - 10px);
  }
  .box-3 {
    padding: 17px 25px 24px;
  }
  .box-3.set-bg-pink, .box-3.set-bg-blue {
    padding: 17px 25px 20px;
  }
  * + .box-3 {
    margin-top: 100px;
  }
  .box-3 + .box-3 {
    margin-top: 30px;
  }
  .box-3__head:not(:root) {
    font-size: 18px;
    line-height: 1.7222222222;
  }
  .box-3__item {
    font-size: 16px;
    line-height: 1.8666666667;
  }
  .box-3__item p + p {
    margin-top: 12px;
  }
  .box-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 68px;
  }
  .box-4__item {
    width: 29.888%;
    margin-right: 5.168%;
  }
  .box-4__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .box-4__item:nth-of-type(n+4) {
    margin-top: 20px;
  }
  .links-1 li + li {
    margin-top: 7px;
  }
  .links-1 li a {
    font-size: 16px;
    line-height: 2;
  }
  .links-1 li a:hover {
    opacity: 1;
    color: #FF0000;
  }
  .links-1 li a::before {
    width: 6px;
    height: 28px;
    margin-right: 12px;
  }
  .news {
    margin: 50px 0 80px;
    border-top: none;
  }
  .news__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 18px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news__item a::after {
    content: none;
  }
  .news__item a:hover {
    opacity: 1;
    color: #F71C1D;
  }
  .news__heading {
    font-size: 16px;
    line-height: 2;
  }
  .news__date {
    margin: 0 60px 0 0;
    font-size: 16px;
    line-height: 2;
  }
  .news-detail {
    margin-top: 60px;
  }
  .news-detail__intro {
    margin-bottom: 34px;
  }
  .news-detail__head {
    margin-bottom: 16px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.7;
  }
  .news-detail__date {
    font-size: 14px;
    line-height: 2;
  }
  .news-detail__category a {
    padding: 5px 13px;
    font-size: 14px;
    line-height: 1.7142857143;
    border-radius: 5px;
  }
  .form {
    margin-top: 53px;
  }
  .form__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.5;
  }
  .form__lead i {
    width: 40px;
    margin-left: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.75;
  }
  .form__type {
    margin-bottom: 59px;
  }
  .form__items {
    margin-bottom: 70px;
  }
  .form__item + .form__item {
    margin-top: 58px;
  }
  .form__item input[type=text] {
    max-width: 715px;
  }
  .form__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.5;
  }
  .form__heading i {
    width: 40px;
    margin-left: 8px;
    padding: 0;
    font-size: 12px;
    line-height: 1.75;
  }
  .form__btn {
    width: 270px;
    height: 75px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.1764705882;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .form__btn:hover {
    opacity: 1;
    background: #F71C1D;
  }
  .mw_wp_form_confirm .form__type {
    margin-bottom: 35px;
  }
  .mw_wp_form_confirm .form__items {
    margin-bottom: 60px;
  }
  .mw_wp_form_confirm .form__item {
    font-size: 18px;
    line-height: 1.6666666667;
  }
  .mw_wp_form_confirm .form__heading {
    margin-bottom: 4px;
    padding-bottom: 16px;
  }
  .form-type {
    border-radius: 10px;
  }
  .form-type__radio {
    margin-right: 32px;
  }
  .form-type__radio input + span {
    font-size: 16px;
    line-height: 1.5625;
  }
  .form-type__radio input + span::before {
    width: 19px;
    height: 19px;
    margin-right: 5px;
  }
  .form-type__radio input:checked + span::before {
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff;
  }
  .form-type > .form-type__radio input + span {
    padding: 14px 20px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
  .form-type > .form-type__radio input + span::before {
    width: 26px;
    height: 26px;
    margin-right: 9px;
  }
  .form-type > .form-type__radio input:checked + span::before {
    -webkit-box-shadow: inset 0 0 0 6px #fff;
    box-shadow: inset 0 0 0 6px #fff;
  }
  .form-type__items {
    padding: 0 30px;
  }
  .form-type__items[aria-hidden=false] {
    padding: 4px 30px 28px;
  }
  .form-type__item + .form-type__item {
    margin-top: 28px;
  }
  .form-type__item select {
    width: 316px;
    height: 50px;
    margin-top: 12px;
  }
  .form-type__heading {
    font-size: 14px;
    line-height: 2.1428571429;
  }
  .form-type__heading a:hover {
    text-decoration: none;
  }
  .form-type__heading a[href$=".pdf"]::after {
    width: 12px;
    height: 28px;
  }
  .form-type__data {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 420px;
    margin-top: 7px;
    margin: 7px 0 -17px;
  }
  .form-type__check .mwform-checkbox-field {
    margin: 0 31px 17px 0;
  }
  .form-type__check input[type=checkbox] + span {
    font-size: 16px;
    line-height: 1.5625;
  }
  .form-type__check input[type=checkbox] + span::before {
    width: 19px;
    height: 19px;
  }
  .form-type__check input[type=checkbox]:checked + span::before {
    background-size: 12px 9px;
  }
  .form-type__check input[type=text] {
    width: 316px;
    margin: 0 0 17px -17px;
  }
  .form-type__detail {
    margin-top: 10px;
  }
  .form-type__num {
    margin: 0 30px 0 -22px;
    font-size: 16px;
    line-height: 1.875;
  }
  .form-type__num select {
    width: 100px;
    margin: 0 4px 0 0;
  }
  .mw_wp_form_confirm .form-type.is-checked {
    padding: 5px 0;
  }
  .mw_wp_form_confirm .form-type__radio {
    font-size: 18px;
    line-height: 1.6666666667;
  }
  .mw_wp_form_confirm .form-type__heading {
    font-size: 14px;
    line-height: 2.1428571429;
  }
  .mw_wp_form_confirm .form-type__items {
    padding: 2px ​10px 28px;
  }
  .mw_wp_form_confirm .form-type__item {
    font-size: 16px;
    line-height: 1.6875;
  }
  .mw_wp_form_confirm .form-type__item + .form-type__item {
    margin-top: 5px;
  }
  .mw_wp_form_confirm .form-type__data {
    margin: 0;
  }
  .mw_wp_form_confirm .form-type__check {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5625;
  }
  .mw_wp_form_confirm .form-type__check + .form-type__check {
    margin-top: 0;
  }
  .form-person {
    margin: 20px 0 -23px;
  }
  .form-person__item {
    width: auto;
    margin: 0 52px 23px 0;
    font-size: 16px;
    line-height: 1.5625;
  }
  .form-person__heading {
    min-width: 75px;
    margin-right: 12px;
  }
  .form-person__detail select {
    width: 100px;
    margin-right: 4px;
    background-position: center right 9px;
  }
  .mw_wp_form_confirm .form-person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .mw_wp_form_confirm .form-person__item {
    margin: 0;
    font-size: 16px;
    line-height: 1.875;
  }
  .mw_wp_form_confirm .form-person__item:nth-of-type(n+2) {
    margin-top: 6px;
  }
  .mw_wp_form_confirm .form-person__heading {
    min-width: 140px;
    text-align: right;
  }
  .form-date {
    margin-top: 20px;
  }
  .form-date__items {
    margin-bottom: 0;
  }
  .form-date__items + .form-date__items {
    margin-top: 20px;
  }
  .form-date__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 350px;
    margin-bottom: 0;
  }
  .form-date__item + .form-date__item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: 18px;
  }
  .form-date__item input[type=text] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 264px;
    margin: 0 0 0 28px;
    background: #F7F7F7 url(../img/template-base/icn_calendar.svg) no-repeat center right 10px/26px 28px;
  }
  .form-date__item input[type=text]:focus {
    background: url(../img/template-base/icn_calendar.svg) no-repeat center right 10px/26px 28px;
  }
  .form-date__item .error {
    position: absolute;
    top: calc(100% + 3px);
    left: 85px;
    margin-top: 0;
  }
  .form-date__heading {
    font-size: 16px;
    line-height: 1.5625;
  }
  .form-date__detail {
    margin-left: 13px;
  }
  .form-date__detail select {
    width: 100px;
    background-position: center right 9px;
  }
  .form-date__detail select:nth-of-type(1) {
    margin-right: 20px;
  }
  .form-date__detail select:nth-of-type(2) {
    margin-left: 20px;
  }
  .mw_wp_form_confirm .form-date {
    margin: 0;
  }
  .mw_wp_form_confirm .form-date__items {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mw_wp_form_confirm .form-date__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .mw_wp_form_confirm .form-date__item:first-child {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.875;
  }
  .mw_wp_form_confirm .form-date__heading {
    margin-right: 15px;
  }
  .form-info {
    margin-top: 20px;
  }
  .form-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.5625;
  }
  .form-info__item + .form-info__item {
    margin-top: 20px;
  }
  .form-info__item input[type] {
    max-width: 551px;
    margin-top: 0;
  }
  .form-info__item .error {
    margin-top: 8px;
    padding-left: 135px;
  }
  .form-info__heading {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 8em;
    margin-right: 7px;
  }
  .mw_wp_form_confirm .form-info {
    margin-top: 0;
  }
  .mw_wp_form_confirm .form-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.875;
  }
  .mw_wp_form_confirm .form-info__heading {
    width: auto;
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.875;
  }
  .tab {
    margin: 80px 0 55px;
  }
  .tab__tabs {
    margin-bottom: 62px;
  }
  .tab__tab {
    width: 209px;
  }
  .tab__btn {
    padding: 17px;
    font-size: 16px;
    line-height: 1.6875;
  }
  .faq__btn {
    padding: 15px 45px 19px 17px;
    font-size: 17px;
    line-height: 1.7058823529;
  }
  .faq__btn::after {
    width: 17px;
    right: 20px;
  }
  .faq__btn span {
    width: 24px;
    margin-right: 15px;
    font-size: 30px;
    line-height: 0.9666666667;
  }
  .faq__answer {
    padding: 0 14px;
  }
  .faq__answer::before {
    width: 24px;
    margin-right: 13px;
    font-size: 30px;
    line-height: 0.9666666667;
  }
  .faq__answer[aria-hidden=false] {
    padding: 16px 14px 22px;
  }
  .faq__detail {
    font-size: 17px;
    line-height: 1.7058823529;
  }
  .feature {
    margin-top: 24px;
  }
  .feature__item {
    margin-bottom: 120px;
  }
  .feature__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .feature-intro {
    margin-bottom: 96px;
  }
  .feature-intro__intro {
    margin-bottom: 56px;
  }
  .feature-intro__item {
    width: 100%;
    padding-top: 60px;
  }
  .feature-intro__head {
    width: 78.0234070221vw;
    max-width: 729px;
  }
  .feature-intro__image {
    height: 518px;
  }
  .feature-intro__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -o-object-position: bottom;
    object-position: bottom;
  }
  .feature-intro__txt {
    font-size: 18px;
    line-height: 1.5555555556;
  }
  .feature-intro__txt strong {
    font-size: 28px;
    line-height: 1.7142857143;
  }
  .feature-intro__txt + .feature-intro__txt {
    margin-top: 14px;
  }
  .feature-detail + .feature-detail {
    margin-top: 148px;
  }
  .feature-detail__intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 65px;
  }
  .feature-detail__intro.-type-1::before {
    width: 893px;
    height: 893px;
    top: -200px;
    left: -1.5%;
  }
  .feature-detail__intro.-type-2::before {
    width: 844px;
    height: 844px;
    top: -70px;
    left: 93%;
  }
  .feature-detail__intro.-type-3 {
    margin: 0 0 30px;
  }
  .feature-detail__intro.-type-3::before {
    width: 673px;
    height: 673px;
    top: -50px;
    left: -4%;
  }
  .feature-detail__intro.-type-4 {
    margin: 0 0 3px;
  }
  .feature-detail__intro.-type-4::before {
    width: 933px;
    height: 933px;
    top: -125px;
    left: 88%;
  }
  .feature-detail__intro.-type-5 {
    margin: 0 0 25px;
  }
  .feature-detail__intro.-type-5::before {
    width: 769px;
    height: 769px;
    top: -70px;
    left: -5%;
  }
  .feature-detail__intro.-type-6::before {
    width: 921px;
    height: 921px;
    top: -80px;
    left: 90%;
  }
  .feature-detail__intro.-type-7 {
    margin: 0 0 40px;
  }
  .feature-detail__intro.-type-7::before {
    width: 819px;
    height: 819px;
    top: -112px;
    left: -1%;
  }
  .feature-detail__heading {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    margin-right: 43px;
  }
  .feature-detail__heading i {
    width: 90px;
    margin-right: 27px;
    font-size: 166px;
    line-height: 0.8855421687;
  }
  .feature-detail__heading > span {
    padding-top: 58px;
  }
  .feature-detail__heading > span span {
    padding-bottom: 17px;
    font-size: 50px;
    line-height: 1.34;
  }
  .feature-detail__heading > span span::before {
    height: 6px;
  }
  .feature-detail__heading > span span b {
    font-size: 65px;
    line-height: 1.0769230769;
  }
  .-type-1 > .feature-detail__heading i::before {
    width: 156px;
    height: 156px;
    bottom: -82px;
    right: 12px;
  }
  .-type-2 > .feature-detail__heading i::before {
    width: 104px;
    height: 104px;
    bottom: -41px;
    right: 37px;
  }
  .-type-3 > .feature-detail__heading i::before {
    width: 105px;
    height: 105px;
    bottom: -52px;
    right: 30px;
  }
  .-type-4 > .feature-detail__heading i::before {
    width: 127px;
    height: 127px;
    bottom: -56px;
    right: 4px;
  }
  .-type-5 > .feature-detail__heading i::before {
    width: 165px;
    height: 165px;
    bottom: -84px;
    right: 5px;
  }
  .-type-6 > .feature-detail__heading i::before {
    width: 147px;
    height: 147px;
    bottom: -60px;
    right: 2px;
  }
  .-type-7 > .feature-detail__heading i::before {
    width: 164px;
    height: 164px;
    bottom: -77px;
    right: -6px;
  }
  .feature-detail__icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .-type-1 > .feature-detail__icon {
    width: 267px;
    margin: 0;
    -webkit-transform: translateY(-67px);
    transform: translateY(-67px);
  }
  .-type-2 > .feature-detail__icon {
    width: 303px;
    margin: 0;
    -webkit-transform: translateY(43px);
    transform: translateY(43px);
  }
  .-type-3 > .feature-detail__icon {
    width: 242px;
    margin: 0;
  }
  .-type-4 > .feature-detail__icon {
    width: 278px;
    margin: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .-type-5 > .feature-detail__icon {
    width: 238px;
    margin: 0;
    -webkit-transform: translate(-25px, -18px);
    transform: translate(-25px, -18px);
  }
  .-type-6 > .feature-detail__icon {
    width: 284px;
    margin: 0;
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
  }
  .-type-7 > .feature-detail__icon {
    width: 323px;
    margin: -60px 0 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .feature-detail__wrap.-narrow {
    max-width: 700px;
    margin: 0 auto;
  }
  .feature-detail__txt {
    font-size: 16px;
    line-height: 1.75;
  }
  .feature-detail__txt + .feature-detail__txt {
    margin-top: 10px;
  }
  .feature-detail__txt.-lead {
    font-size: 20px;
    line-height: 1.7;
  }
  .feature-detail__bnr {
    margin: 25px auto 0;
  }
  .feature-detail__bnr:hover {
    opacity: 0.5;
  }
  .feature-detail__map {
    height: 448px;
    margin: 35px 0;
  }
  .feature-strength {
    margin-top: 94px;
  }
  .feature-strength__items {
    margin-bottom: 36px;
  }
  .feature-strength__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 40px;
  }
  .feature-strength__item dt {
    width: 380px;
    margin-right: 15px;
  }
  .feature-strength__item dt::before {
    width: 192px;
    height: 192px;
    top: -14px;
  }
  .feature-strength__item dt span {
    font-size: 30px;
    line-height: 1.7;
  }
  .feature-strength__item dt strong {
    font-size: 50px;
    line-height: 1;
  }
  .feature-strength__item dt strong b {
    font-size: 110px;
    line-height: 0.8181818182;
  }
  .feature-strength__item dt small {
    width: 326px;
    font-size: 14px;
    line-height: 2;
  }
  .feature-strength__item dd {
    padding-top: 15px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
  .feature-strength__item:nth-of-type(even) dt::before {
    left: 30px;
  }
  .feature-strength__item.-type-6 dt::before {
    top: 37px;
  }
  .feature-strength__txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 504px;
    font-size: 18px;
    line-height: 1.5555555556;
    font-weight: 500;
  }
  .feature-strength__points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 15px 0 0;
  }
  .feature-strength__point {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 380px;
    font-size: 30px;
    line-height: 1.4;
  }
  .feature-strength__point::before {
    width: 192px;
    height: 192px;
    top: 15px;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
  .feature-strength__point + .feature-strength__point {
    margin-top: 28px;
  }
  .feature-strength__point span {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 1.4814814815;
    text-align: left;
  }
  .feature-strength__point strong {
    font-size: 50px;
    line-height: 1;
  }
  .feature-strength__point strong span {
    font-size: 36px;
    line-height: 1.1666666667;
  }
  .feature-strength__point strong b {
    font-size: 110px;
    line-height: 0.9090909091;
  }
  .feature-strength__point strong small {
    width: auto;
    margin-top: 0;
    font-size: 28px;
    line-height: 1;
    text-align: left;
  }
  .feature-strength__point.-type-2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .feature-strength__point.-type-2 > span {
    -webkit-transform: none;
    transform: none;
  }
  .feature-strength__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
  .feature-video {
    width: 700px;
    margin: 0 auto;
  }
  .feature-video__bnr {
    margin: 0 0 30px;
  }
  .feature-video__items {
    margin-bottom: 30px;
  }
  .feature-video__item {
    width: 340px;
  }
  .feature-video__item a {
    width: 178px;
    height: 66px;
    font-size: 20px;
    line-height: 1.7;
    border-width: 6px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .feature-video__item a:hover {
    opacity: 0.5;
  }
  .feature-video__item a::before {
    width: 50px;
    height: 50px;
    margin-right: 2px;
  }
  .feature-video__yt {
    margin-bottom: -14px;
  }
  .feature-video__link + .feature-video__link {
    margin-top: 25px;
  }
  .feature-video__link a:hover {
    opacity: 0.5;
  }
  .feature-department {
    margin-top: 39px;
  }
  .feature-department__item_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 23px;
  }
  .feature-department__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 23px;
  }
  .feature-department__item + .feature-department__item {
    margin-top: 25px;
  }
  .feature-department__detail {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 20px 0 0;
  }
  .feature-department__heading {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 40px;
    line-height: 1.75;
  }
  .feature-department__heading::before {
    width: 37px;
    height: 37px;
    margin-right: 12px;
    border-radius: 5px;
  }
  .feature-department__heading span {
    padding-top: 10px;
    font-size: 20px;
    line-height: 2;
  }
  .feature-department__data {
    max-width: 420px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .feature-department__data li {
    font-size: 18px;
    line-height: 1.65;
  }
  .feature-department__btn {
    width: 176px;
    min-width: 0;
    height: 50px;
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 1.1764705882;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .feature-department__btn:hover {
    opacity: 1;
    background: #F71C1D;
  }
  .feature-department__btn_02 {
    width: auto;
    min-width: 0;
    /* height: 50px; */
    margin: 0 0 5px 5px;
    padding: 1em;
    font-size: 14px;
    line-height: 1.1764705882;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .feature-department__btn_02:hover {
    opacity: 1;
    background: #F71C1D;
  }
  .feature-support__item + .feature-support__item {
    margin-top: 109px;
  }
  .feature-support__heading {
    margin-bottom: 21px;
    font-size: 40px;
    line-height: 1.5;
  }
  .feature-support__lead {
    margin-bottom: 19px;
    font-size: 20px;
    line-height: 1.7;
    text-align: left;
  }
  .feature-support__fig {
    margin-bottom: 28px;
  }
  .feature-support__fig figcaption {
    margin-top: 15px;
  }
  .feature-support__note {
    font-size: 12px;
    line-height: 1.5;
  }
  .feature-support__note li + li {
    margin-top: 7px;
  }
  .feature-support__txt {
    font-size: 16px;
    line-height: 1.75;
  }
  .feature-support__bnr {
    width: 717px;
    margin: 48px auto 60px;
  }
  .feature-env {
    margin: 38px 0 48px;
  }
  .feature-env__item {
    width: 45.666%;
  }
  .feature-env__item a:hover {
    opacity: 0.5;
  }
  .feature-env__item:nth-of-type(n+3) {
    margin-top: 18px;
  }
  .feature-env__heading {
    font-size: 16px;
    line-height: 1.6875;
  }
  .feature-env__image {
    margin-bottom: 6px;
  }
  .feature-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .feature-access__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 20px 0 0;
    font-size: 16px;
    line-height: 1.6875;
  }
  .feature-access__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35.2727272727vw;
    max-width: 388px;
    margin: 0;
  }
  .feature-access__image figcaption {
    font-size: 14px;
    line-height: 1.7142857143;
  }
  .aside-links {
    margin-bottom: 73px;
  }
  .aside-links__sns {
    margin-bottom: 72px;
  }
  .aside-links__sns dt {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.6666666667;
  }
  .aside-links__items {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .aside-links__item + .aside-links__item {
    margin-left: 16px;
  }
  .aside-links__item a {
    width: 54px;
  }
  .aside-links__btn {
    width: 464px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 5.5;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .aside-links__btn:hover {
    opacity: 1;
    background: #F71C1D;
  }
  .footer {
    padding: 120px 0 50px;
  }
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px 0 0;
  }
  .footer__item dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 183px;
    margin: 0 45px 0 0;
  }
  .footer__item dd {
    padding-top: 3px;
    font-size: 14px;
    line-height: 1.6428571429;
    text-align: left;
  }
  .footer__data + .footer__data {
    margin-top: 20px;
  }
  .footer__copy {
    margin-left: auto;
    margin: 50px 0 0 auto;
    font-size: 12px;
    line-height: 1.6666666667;
  }
  .archive-pager__item a {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .archive-pager__item a:hover {
    opacity: 1;
    color: #fff;
    background: #F71C1D;
  }
  .page-content:not(:root) .-btn-1,
.the_content:not(:root) .-btn-1 {
    width: 100%;
    max-width: 269px;
    padding: 23px 12px;
    font-size: 17px;
    line-height: 1.7058823529;
  }
  .page-content:not(:root) .-btn-1::before,
.the_content:not(:root) .-btn-1::before {
    width: 8px;
    height: 14px;
    right: 12px;
  }
}
@media screen and (min-width: 1300px){
  .l-wrapper {
    padding: 0 85px;
  }
}
@media screen and (max-width: 769px){
  .page-content:not(:root) .set-sp-nowrap,
.the_content:not(:root) .set-sp-nowrap {
    white-space: nowrap;
  }
  .page-content:not(:root) .set-sp-align-c,
.the_content:not(:root) .set-sp-align-c {
    text-align: center;
  }
  .page-content:not(:root) .set-sp-align-r,
.the_content:not(:root) .set-sp-align-r {
    text-align: right;
  }
  .page-content:not(:root) .set-sp-align-l,
.the_content:not(:root) .set-sp-align-l {
    text-align: left;
  }
  .page-content:not(:root) .set-sp-fs-def,
.the_content:not(:root) .set-sp-fs-def {
    font-size: 4.1vw;
  }
  .page-content:not(:root) .set-sp-fs-3,
.the_content:not(:root) .set-sp-fs-3 {
    font-size: 3vw;
  }
  .page-content:not(:root) .set-sp-fs-3_5,
.the_content:not(:root) .set-sp-fs-3_5 {
    font-size: 3.5vw;
  }
  .page-content:not(:root) .set-sp-fs-4,
.the_content:not(:root) .set-sp-fs-4 {
    font-size: 4vw;
  }
  .page-content:not(:root) .set-sp-fs-5,
.the_content:not(:root) .set-sp-fs-5 {
    font-size: 5vw;
  }
  .page-content:not(:root) .set-sp-fs-6,
.the_content:not(:root) .set-sp-fs-6 {
    font-size: 6vw;
  }
  .page-content:not(:root) .set-sp-w-10,
.the_content:not(:root) .set-sp-w-10 {
    width: 10%;
  }
  .page-content:not(:root) .set-sp-w-20,
.the_content:not(:root) .set-sp-w-20 {
    width: 20%;
  }
  .page-content:not(:root) .set-sp-w-30,
.the_content:not(:root) .set-sp-w-30 {
    width: 30%;
  }
  .page-content:not(:root) .set-sp-w-40,
.the_content:not(:root) .set-sp-w-40 {
    width: 40%;
  }
  .page-content:not(:root) .set-sp-w-50,
.the_content:not(:root) .set-sp-w-50 {
    width: 50%;
  }
  .page-content:not(:root) .set-sp-w-60,
.the_content:not(:root) .set-sp-w-60 {
    width: 60%;
  }
  .page-content:not(:root) .set-sp-w-65,
.the_content:not(:root) .set-sp-w-65 {
    width: 65%;
  }
  .page-content:not(:root) .set-sp-w-70,
.the_content:not(:root) .set-sp-w-70 {
    width: 70%;
  }
  .page-content:not(:root) .set-sp-w-80,
.the_content:not(:root) .set-sp-w-80 {
    width: 80%;
  }
  .page-content:not(:root) .set-sp-w-90,
.the_content:not(:root) .set-sp-w-90 {
    width: 90%;
  }
  .page-content:not(:root) .set-sp-w-full,
.the_content:not(:root) .set-sp-w-full {
    width: 100%;
  }
  .page-content:not(:root) .set-sp-w-150,
.the_content:not(:root) .set-sp-w-150 {
    width: 150%;
  }
  .page-content:not(:root) .set-sp-w-200,
.the_content:not(:root) .set-sp-w-200 {
    width: 200%;
  }
  .page-content:not(:root) .set-sp-mt-5,
.the_content:not(:root) .set-sp-mt-5 {
    margin-top: 5vw;
  }
  .page-content:not(:root) .set-sp-mt-10,
.the_content:not(:root) .set-sp-mt-10 {
    margin-top: 10vw;
  }
  .page-content:not(:root) .set-sp-mt-15,
.the_content:not(:root) .set-sp-mt-15 {
    margin-top: 15vw;
  }
  .page-content:not(:root) .set-sp-mt-20,
.the_content:not(:root) .set-sp-mt-20 {
    margin-top: 20vw;
  }
  .page-content:not(:root) .set-sp-mt-30,
.the_content:not(:root) .set-sp-mt-30 {
    margin-top: 30vw;
  }
  .page-content:not(:root) .set-sp-mt-40,
.the_content:not(:root) .set-sp-mt-40 {
    margin-top: 40vw;
  }
  .page-content:not(:root) .set-sp-mt-50,
.the_content:not(:root) .set-sp-mt-50 {
    margin-top: 50vw;
  }
  .page-content:not(:root) .set-sp-mt-60,
.the_content:not(:root) .set-sp-mt-60 {
    margin-top: 60vw;
  }
  .page-content:not(:root) .set-sp-mt-70,
.the_content:not(:root) .set-sp-mt-70 {
    margin-top: 70vw;
  }
  .page-content:not(:root) .set-sp-mt-80,
.the_content:not(:root) .set-sp-mt-80 {
    margin-top: 80vw;
  }
  .page-content:not(:root) .set-sp-mt-90,
.the_content:not(:root) .set-sp-mt-90 {
    margin-top: 90vw;
  }
  .page-content:not(:root) .set-sp-mt-100,
.the_content:not(:root) .set-sp-mt-100 {
    margin-top: 100vw;
  }
  .page-content:not(:root) .set-sp-mr-5,
.the_content:not(:root) .set-sp-mr-5 {
    margin-right: 5vw;
  }
  .page-content:not(:root) .set-sp-mr-10,
.the_content:not(:root) .set-sp-mr-10 {
    margin-right: 10vw;
  }
  .page-content:not(:root) .set-sp-mr-15,
.the_content:not(:root) .set-sp-mr-15 {
    margin-right: 15vw;
  }
  .page-content:not(:root) .set-sp-mr-20,
.the_content:not(:root) .set-sp-mr-20 {
    margin-right: 20vw;
  }
  .page-content:not(:root) .set-sp-mr-30,
.the_content:not(:root) .set-sp-mr-30 {
    margin-right: 30vw;
  }
  .page-content:not(:root) .set-sp-mr-40,
.the_content:not(:root) .set-sp-mr-40 {
    margin-right: 40vw;
  }
  .page-content:not(:root) .set-sp-mr-50,
.the_content:not(:root) .set-sp-mr-50 {
    margin-right: 50vw;
  }
  .page-content:not(:root) .set-sp-mr-60,
.the_content:not(:root) .set-sp-mr-60 {
    margin-right: 60vw;
  }
  .page-content:not(:root) .set-sp-mr-70,
.the_content:not(:root) .set-sp-mr-70 {
    margin-right: 70vw;
  }
  .page-content:not(:root) .set-sp-mr-80,
.the_content:not(:root) .set-sp-mr-80 {
    margin-right: 80vw;
  }
  .page-content:not(:root) .set-sp-mr-90,
.the_content:not(:root) .set-sp-mr-90 {
    margin-right: 90vw;
  }
  .page-content:not(:root) .set-sp-mr-100,
.the_content:not(:root) .set-sp-mr-100 {
    margin-right: 100vw;
  }
  .page-content:not(:root) .set-sp-mb-5,
.the_content:not(:root) .set-sp-mb-5 {
    margin-bottom: 5vw;
  }
  .page-content:not(:root) .set-sp-mb-10,
.the_content:not(:root) .set-sp-mb-10 {
    margin-bottom: 10vw;
  }
  .page-content:not(:root) .set-sp-mb-12,
.the_content:not(:root) .set-sp-mb-12 {
    margin-bottom: 12vw;
  }
  .page-content:not(:root) .set-sp-mb-15,
.the_content:not(:root) .set-sp-mb-15 {
    margin-bottom: 15vw;
  }
  .page-content:not(:root) .set-sp-mb-20,
.the_content:not(:root) .set-sp-mb-20 {
    margin-bottom: 20vw;
  }
  .page-content:not(:root) .set-sp-mb-30,
.the_content:not(:root) .set-sp-mb-30 {
    margin-bottom: 30vw;
  }
  .page-content:not(:root) .set-sp-mb-40,
.the_content:not(:root) .set-sp-mb-40 {
    margin-bottom: 40vw;
  }
  .page-content:not(:root) .set-sp-mb-50,
.the_content:not(:root) .set-sp-mb-50 {
    margin-bottom: 50vw;
  }
  .page-content:not(:root) .set-sp-mb-60,
.the_content:not(:root) .set-sp-mb-60 {
    margin-bottom: 60vw;
  }
  .page-content:not(:root) .set-sp-mb-70,
.the_content:not(:root) .set-sp-mb-70 {
    margin-bottom: 70vw;
  }
  .page-content:not(:root) .set-sp-mb-80,
.the_content:not(:root) .set-sp-mb-80 {
    margin-bottom: 80vw;
  }
  .page-content:not(:root) .set-sp-mb-90,
.the_content:not(:root) .set-sp-mb-90 {
    margin-bottom: 90vw;
  }
  .page-content:not(:root) .set-sp-mb-100,
.the_content:not(:root) .set-sp-mb-100 {
    margin-bottom: 100vw;
  }
  .page-content:not(:root) .set-sp-ml-5,
.the_content:not(:root) .set-sp-ml-5 {
    margin-left: 5vw;
  }
  .page-content:not(:root) .set-sp-ml-10,
.the_content:not(:root) .set-sp-ml-10 {
    margin-left: 10vw;
  }
  .page-content:not(:root) .set-sp-ml-15,
.the_content:not(:root) .set-sp-ml-15 {
    margin-left: 15vw;
  }
  .page-content:not(:root) .set-sp-ml-20,
.the_content:not(:root) .set-sp-ml-20 {
    margin-left: 20vw;
  }
  .page-content:not(:root) .set-sp-ml-30,
.the_content:not(:root) .set-sp-ml-30 {
    margin-left: 30vw;
  }
  .page-content:not(:root) .set-sp-ml-40,
.the_content:not(:root) .set-sp-ml-40 {
    margin-left: 40vw;
  }
  .page-content:not(:root) .set-sp-ml-50,
.the_content:not(:root) .set-sp-ml-50 {
    margin-left: 50vw;
  }
  .page-content:not(:root) .set-sp-ml-60,
.the_content:not(:root) .set-sp-ml-60 {
    margin-left: 60vw;
  }
  .page-content:not(:root) .set-sp-ml-70,
.the_content:not(:root) .set-sp-ml-70 {
    margin-left: 70vw;
  }
  .page-content:not(:root) .set-sp-ml-80,
.the_content:not(:root) .set-sp-ml-80 {
    margin-left: 80vw;
  }
  .page-content:not(:root) .set-sp-ml-90,
.the_content:not(:root) .set-sp-ml-90 {
    margin-left: 90vw;
  }
  .page-content:not(:root) .set-sp-ml-100,
.the_content:not(:root) .set-sp-ml-100 {
    margin-left: 100vw;
  }
  .page-content:not(:root) .set-p,
.the_content:not(:root) .set-p {
    padding: 2.5vw 4vw;
  }
  .page-content:not(:root) .set-p-4,
.the_content:not(:root) .set-p-4 {
    padding: 4vw;
  }
  .page-content:not(:root) .set-sp-pt-5,
.the_content:not(:root) .set-sp-pt-5 {
    padding-top: 5vw;
  }
  .page-content:not(:root) .set-sp-pt-10,
.the_content:not(:root) .set-sp-pt-10 {
    padding-top: 10vw;
  }
  .page-content:not(:root) .set-sp-pt-15,
.the_content:not(:root) .set-sp-pt-15 {
    padding-top: 15vw;
  }
  .page-content:not(:root) .set-sp-pt-20,
.the_content:not(:root) .set-sp-pt-20 {
    padding-top: 20vw;
  }
  .page-content:not(:root) .set-sp-pt-30,
.the_content:not(:root) .set-sp-pt-30 {
    padding-top: 30vw;
  }
  .page-content:not(:root) .set-sp-pt-40,
.the_content:not(:root) .set-sp-pt-40 {
    padding-top: 40vw;
  }
  .page-content:not(:root) .set-sp-pt-50,
.the_content:not(:root) .set-sp-pt-50 {
    padding-top: 50vw;
  }
  .page-content:not(:root) .set-sp-pt-60,
.the_content:not(:root) .set-sp-pt-60 {
    padding-top: 60vw;
  }
  .page-content:not(:root) .set-sp-pt-70,
.the_content:not(:root) .set-sp-pt-70 {
    padding-top: 70vw;
  }
  .page-content:not(:root) .set-sp-pt-80,
.the_content:not(:root) .set-sp-pt-80 {
    padding-top: 80vw;
  }
  .page-content:not(:root) .set-sp-pt-90,
.the_content:not(:root) .set-sp-pt-90 {
    padding-top: 90vw;
  }
  .page-content:not(:root) .set-sp-pt-100,
.the_content:not(:root) .set-sp-pt-100 {
    padding-top: 100vw;
  }
  .page-content:not(:root) .set-sp-pr-5,
.the_content:not(:root) .set-sp-pr-5 {
    padding-right: 5vw;
  }
  .page-content:not(:root) .set-sp-pr-10,
.the_content:not(:root) .set-sp-pr-10 {
    padding-right: 10vw;
  }
  .page-content:not(:root) .set-sp-pr-15,
.the_content:not(:root) .set-sp-pr-15 {
    padding-right: 15vw;
  }
  .page-content:not(:root) .set-sp-pr-20,
.the_content:not(:root) .set-sp-pr-20 {
    padding-right: 20vw;
  }
  .page-content:not(:root) .set-sp-pr-30,
.the_content:not(:root) .set-sp-pr-30 {
    padding-right: 30vw;
  }
  .page-content:not(:root) .set-sp-pr-40,
.the_content:not(:root) .set-sp-pr-40 {
    padding-right: 40vw;
  }
  .page-content:not(:root) .set-sp-pr-50,
.the_content:not(:root) .set-sp-pr-50 {
    padding-right: 50vw;
  }
  .page-content:not(:root) .set-sp-pr-60,
.the_content:not(:root) .set-sp-pr-60 {
    padding-right: 60vw;
  }
  .page-content:not(:root) .set-sp-pr-70,
.the_content:not(:root) .set-sp-pr-70 {
    padding-right: 70vw;
  }
  .page-content:not(:root) .set-sp-pr-80,
.the_content:not(:root) .set-sp-pr-80 {
    padding-right: 80vw;
  }
  .page-content:not(:root) .set-sp-pr-90,
.the_content:not(:root) .set-sp-pr-90 {
    padding-right: 90vw;
  }
  .page-content:not(:root) .set-sp-pr-100,
.the_content:not(:root) .set-sp-pr-100 {
    padding-right: 100vw;
  }
  .page-content:not(:root) .set-sp-pb-5,
.the_content:not(:root) .set-sp-pb-5 {
    padding-bottom: 5vw;
  }
  .page-content:not(:root) .set-sp-pb-10,
.the_content:not(:root) .set-sp-pb-10 {
    padding-bottom: 10vw;
  }
  .page-content:not(:root) .set-sp-pb-15,
.the_content:not(:root) .set-sp-pb-15 {
    padding-bottom: 15vw;
  }
  .page-content:not(:root) .set-sp-pb-20,
.the_content:not(:root) .set-sp-pb-20 {
    padding-bottom: 20vw;
  }
  .page-content:not(:root) .set-sp-pb-30,
.the_content:not(:root) .set-sp-pb-30 {
    padding-bottom: 30vw;
  }
  .page-content:not(:root) .set-sp-pb-40,
.the_content:not(:root) .set-sp-pb-40 {
    padding-bottom: 40vw;
  }
  .page-content:not(:root) .set-sp-pb-50,
.the_content:not(:root) .set-sp-pb-50 {
    padding-bottom: 50vw;
  }
  .page-content:not(:root) .set-sp-pb-60,
.the_content:not(:root) .set-sp-pb-60 {
    padding-bottom: 60vw;
  }
  .page-content:not(:root) .set-sp-pb-70,
.the_content:not(:root) .set-sp-pb-70 {
    padding-bottom: 70vw;
  }
  .page-content:not(:root) .set-sp-pb-80,
.the_content:not(:root) .set-sp-pb-80 {
    padding-bottom: 80vw;
  }
  .page-content:not(:root) .set-sp-pb-90,
.the_content:not(:root) .set-sp-pb-90 {
    padding-bottom: 90vw;
  }
  .page-content:not(:root) .set-sp-pb-100,
.the_content:not(:root) .set-sp-pb-100 {
    padding-bottom: 100vw;
  }
  .page-content:not(:root) .set-sp-pl-5,
.the_content:not(:root) .set-sp-pl-5 {
    padding-left: 5vw;
  }
  .page-content:not(:root) .set-sp-pl-10,
.the_content:not(:root) .set-sp-pl-10 {
    padding-left: 10vw;
  }
  .page-content:not(:root) .set-sp-pl-15,
.the_content:not(:root) .set-sp-pl-15 {
    padding-left: 15vw;
  }
  .page-content:not(:root) .set-sp-pl-20,
.the_content:not(:root) .set-sp-pl-20 {
    padding-left: 20vw;
  }
  .page-content:not(:root) .set-sp-pl-30,
.the_content:not(:root) .set-sp-pl-30 {
    padding-left: 30vw;
  }
  .page-content:not(:root) .set-sp-pl-40,
.the_content:not(:root) .set-sp-pl-40 {
    padding-left: 40vw;
  }
  .page-content:not(:root) .set-sp-pl-50,
.the_content:not(:root) .set-sp-pl-50 {
    padding-left: 50vw;
  }
  .page-content:not(:root) .set-sp-pl-60,
.the_content:not(:root) .set-sp-pl-60 {
    padding-left: 60vw;
  }
  .page-content:not(:root) .set-sp-pl-70,
.the_content:not(:root) .set-sp-pl-70 {
    padding-left: 70vw;
  }
  .page-content:not(:root) .set-sp-pl-80,
.the_content:not(:root) .set-sp-pl-80 {
    padding-left: 80vw;
  }
  .page-content:not(:root) .set-sp-pl-90,
.the_content:not(:root) .set-sp-pl-90 {
    padding-left: 90vw;
  }
  .page-content:not(:root) .set-sp-pl-100,
.the_content:not(:root) .set-sp-pl-100 {
    padding-left: 100vw;
  }
  .page-content:not(:root) .set-indent,
.the_content:not(:root) .set-indent {
    margin-left: 4.1vw;
    text-indent: -3.5vw;
  }
  .page-content:not(:root) .set-indent-a,
.the_content:not(:root) .set-indent-a {
    margin-left: 5.2vw;
    text-indent: -5.2vw;
  }
  .page-content:not(:root) .reset-sp-mt,
.the_content:not(:root) .reset-sp-mt {
    margin-top: 0;
  }
  .page-content:not(:root) .reset-sp-mr,
.the_content:not(:root) .reset-sp-mr {
    margin-right: 0;
  }
  .page-content:not(:root) .reset-sp-mb,
.the_content:not(:root) .reset-sp-mb {
    margin-bottom: 0;
  }
  .page-content:not(:root) .reset-sp-ml,
.the_content:not(:root) .reset-sp-ml {
    margin-left: 0;
  }
  .page-content:not(:root) .reset-sp-p,
.the_content:not(:root) .reset-sp-p {
    padding-top: 0;
  }
  .page-content:not(:root) .reset-sp-pt,
.the_content:not(:root) .reset-sp-pt {
    padding-top: 0;
  }
  .page-content:not(:root) .reset-sp-pr,
.the_content:not(:root) .reset-sp-pr {
    padding-right: 0;
  }
  .page-content:not(:root) .reset-sp-pb,
.the_content:not(:root) .reset-sp-pb {
    padding-bottom: 0;
  }
  .page-content:not(:root) .reset-sp-pl,
.the_content:not(:root) .reset-sp-pl {
    padding-left: 0;
  }
  .page-content:not(:root) .reset-sp-w,
.the_content:not(:root) .reset-sp-w {
    width: auto;
  }
}
