@charset "UTF-8";
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.eot);
  src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Thin.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Thin.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Thin.woff) format("woff");
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Light.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Light.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Light.woff) format("woff");
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-DemiLight.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-DemiLight.woff) format("woff");
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Regular.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Regular.woff) format("woff");
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Medium.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Medium.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Medium.woff) format("woff");
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Bold.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Bold.woff) format("woff");
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Black.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Black.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanJPs/YakuHanJPs-Black.woff) format("woff");
}
@font-face {
  font-family: YakuHanMPs;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-ExtraLight.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-ExtraLight.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-ExtraLight.woff) format("woff");
}
@font-face {
  font-family: YakuHanMPs;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Light.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Light.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Light.woff) format("woff");
}
@font-face {
  font-family: YakuHanMPs;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Regular.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Regular.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Regular.woff) format("woff");
}
@font-face {
  font-family: YakuHanMPs;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Medium.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Medium.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Medium.woff) format("woff");
}
@font-face {
  font-family: YakuHanMPs;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-SemiBold.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-SemiBold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-SemiBold.woff) format("woff");
}
@font-face {
  font-family: YakuHanMPs;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Bold.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Bold.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Bold.woff) format("woff");
}
@font-face {
  font-family: YakuHanMPs;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Black.eot);
  src: url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Black.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/fonts/YakuHanMPs/YakuHanMPs-Black.woff) format("woff");
}
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.8;
  min-width: 320px;
  font-size: 0.9375rem;
  font-family: "Noto Serif JP", serif;
  background: #161616;
  color: #ffffff;
  word-wrap: break-word;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1230px) {
  body {
    font-size: 1.2195121951vw;
    -webkit-text-size-adjust: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
    -webkit-text-size-adjust: 100%;
  }
}

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

table a {
  word-break: break-all;
}

br {
  letter-spacing: 0;
}

a {
  color: #007ae5;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover { /*マウスをのせたとき*/
  color: #666666;
  text-decoration: underline;
}
a:active { /*マウスを押したとき*/
  color: #666666;
  text-decoration: none;
}

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

select.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 30px;
  width: 200px;
  height: 50px;
  line-height: 40px;
  background-size: 10px 30px;
  background-position: right 10px center;
}
select.custom-select::-ms-expand {
  display: none;
}
select.custom-select.is-example1 {
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ff0000" fill-opacity="1" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></svg>');
  background-repeat: no-repeat;
}
select.custom-select.is-example2 {
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ff0000" fill-opacity="1" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></svg>');
  background-repeat: no-repeat;
}
select.custom-select.is-example3 {
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ff0000" fill-opacity="0.7" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></svg>');
  background-repeat: no-repeat;
}
select.custom-select.is-example4 {
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ff0000" fill-opacity="1" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></svg>');
  background-repeat: no-repeat;
}
select.custom-select.is-example5 {
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ff0000" fill-opacity="1" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></svg>');
  background-repeat: no-repeat;
}
select.custom-select.is-example6 {
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ff0000" fill-opacity="0.7" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" /></svg>');
  background-repeat: no-repeat;
}

/*************** フォーム ***************/
*:-moz-placeholder-shown {
  color: #aaaaaa;
}
*:-ms-input-placeholder {
  color: #aaaaaa;
}
*:placeholder-shown {
  color: #aaaaaa;
}

*::-webkit-input-placeholder {
  color: #aaaaaa;
}

*:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

*::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #aaaaaa;
}

button {
  font-family: unset;
  vertical-align: middle;
  cursor: pointer;
}

input[type=text],
input[type=password],
input[type=number],
textarea,
select {
  padding: 10px 5px;
  line-height: 1.4;
  min-height: 46px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  background: #fafafa;
  color: #111111;
  font-size: 0.9375rem;
  font-family: YakuHanJPs, "Roboto", verdana, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=number]:hover,
textarea:hover,
select:hover {
  border-color: #888888;
  background: #ffffff;
  color: #333333;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  border-color: #67CBDF;
  background: #ffffff;
  color: #333333;
  -webkit-box-shadow: 0 0 0 3px rgba(103, 203, 223, 0.2);
          box-shadow: 0 0 0 3px rgba(103, 203, 223, 0.2);
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
textarea:disabled,
select:disabled {
  border-color: #888888;
  background: #EBEBE4;
  color: #777777;
  cursor: not-allowed;
}
@media only screen and (max-width: 1230px) {
  input[type=text],
  input[type=password],
  input[type=number],
  textarea,
  select {
    padding: 0.8130081301vw 0.406504065vw;
    min-height: 3.7398373984vw;
    border-radius: 0.243902439vw;
    font-size: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  input[type=text],
  input[type=password],
  input[type=number],
  textarea,
  select {
    padding: 2.6666666667vw 1.3333333333vw;
    border-radius: 0.8vw;
    min-height: 12.2666666667vw;
    font-size: 4vw;
  }
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=number]:focus,
  textarea:focus,
  select:focus {
    -webkit-box-shadow: 0 0 0 0.8vw rgba(103, 203, 223, 0.2);
            box-shadow: 0 0 0 0.8vw rgba(103, 203, 223, 0.2);
  }
}

input[type=text],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  top: -0.1em;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
@media only screen and (max-width: 1230px) {
  input[type=radio],
  input[type=checkbox] {
    margin: 0 0.406504065vw 0 0;
  }
}
@media only screen and (max-width: 767px) {
  input[type=radio],
  input[type=checkbox] {
    margin: 0 1.3333333333vw 0 0;
  }
}

select {
  max-width: 100%;
  height: 46px;
}
@media only screen and (max-width: 1230px) {
  select {
    height: 3.7398373984vw;
  }
}
@media only screen and (max-width: 767px) {
  select {
    height: 12.2666666667vw;
  }
}

label {
  cursor: pointer;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* html5要素 */
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, dialog, figure, footer, header, time, picture,
hgroup, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  vertical-align: bottom;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

a {
  /*outline:none; アクセシビリティのためoutlineは消してはいけない*/
}

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

/*************** コンテンツ幅 ***************/
.u-container,
.l-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
}
@media only screen and (max-width: 767px) {
  .u-container,
  .l-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .u-container,
  .l-container {
    padding-left: 1.2195121951vw;
    padding-right: 1.2195121951vw;
    width: 100%;
  }
}
@media only screen and (min-width: 1231px) {
  .u-container,
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1230px;
  }
}

.u-min-container,
.l-min-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
}
@media only screen and (max-width: 767px) {
  .u-min-container,
  .l-min-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .u-min-container,
  .l-min-container {
    padding-left: 1.5151515152vw;
    padding-right: 1.5151515152vw;
    width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .u-min-container,
  .l-min-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 990px;
  }
}

/*************** コンテンツ上下余白 ***************/
.u-contents,
.l-contents {
  padding-top: 75px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1230px) {
  .u-contents,
  .l-contents {
    padding-top: 6.0975609756vw;
    padding-bottom: 7.3170731707vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-contents,
  .l-contents {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
.u-contents.is-bg,
.l-contents.is-bg {
  background: #EEEEEE;
}
.u-contents.is-border,
.l-contents.is-border {
  border-top: 1px solid #dddddd;
}
.u-contents .l-contents-box:last-child,
.l-contents .l-contents-box:last-child {
  margin-bottom: 0;
}

.u-contents-box,
.l-contents-box {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1230px) {
  .u-contents-box,
  .l-contents-box {
    margin-bottom: 4.8780487805vw;
  }
}
@media only screen and (max-width: 767px) {
  .u-contents-box,
  .l-contents-box {
    margin-bottom: 12vw;
  }
}

/* clearfix */
.u-cl:before, .u-cl:after {
  content: " ";
  display: table;
}

.u-cl:after {
  clear: both;
}

.u-cl {
  *zoom: 1;
}

/* font関連 */
.u-bold {
  font-weight: bold !important;
}

.u-through {
  text-decoration: line-through;
}

.u-font-xs {
  font-size: 10px !important;
}
@media only screen and (max-width: 767px) {
  .u-font-xs {
    font-size: 2.6666666667vw !important;
  }
}

.u-font-ss {
  font-size: 12px !important;
}
@media only screen and (max-width: 767px) {
  .u-font-ss {
    font-size: 3.2vw !important;
  }
}

.u-font-s {
  font-size: 14px !important;
}
@media only screen and (max-width: 767px) {
  .u-font-s {
    font-size: 3.7333333333vw !important;
  }
}

.u-font-m {
  font-size: 16px !important;
}
@media only screen and (max-width: 767px) {
  .u-font-m {
    font-size: 4.2666666667vw !important;
  }
}

.u-font-l {
  font-size: 21px !important;
}
@media only screen and (max-width: 767px) {
  .u-font-l {
    font-size: 5.6vw !important;
  }
}

.u-font-ll {
  font-size: 30px !important;
}
@media only screen and (max-width: 767px) {
  .u-font-ll {
    font-size: 8vw !important;
  }
}

.u-font-xl {
  font-size: 48px !important;
}
@media only screen and (max-width: 767px) {
  .u-font-xl {
    font-size: 12.8vw !important;
  }
}

.u-mincho {
  font-family: YakuHanMPs, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
}

.u-mincho-noto {
  font-family: "Noto Serif JP", serif;
}

.u-mincho-sawarabi {
  font-family: YakuHanMPs, "Sawarabi Mincho", serif;
}

.u-gothic-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.u-gothic-rounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/* float */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

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

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

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

/* vertical-align */
.u-valign-top {
  vertical-align: top !important;
}

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

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

/* bottom-margin */
.u-mb0 {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb0 {
    margin-bottom: 0vw !important;
  }
}

.u-mb5 {
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb5 {
    margin-bottom: 1.3333333333vw !important;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 2.6666666667vw !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb15 {
    margin-bottom: 4vw !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 5.3333333333vw !important;
  }
}

.u-mb25 {
  margin-bottom: 25px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb25 {
    margin-bottom: 6.6666666667vw !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 8vw !important;
  }
}

.u-mb35 {
  margin-bottom: 35px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb35 {
    margin-bottom: 9.3333333333vw !important;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 10.6666666667vw !important;
  }
}

.u-mb45 {
  margin-bottom: 45px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb45 {
    margin-bottom: 12vw !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 13.3333333333vw !important;
  }
}

.u-mb55 {
  margin-bottom: 55px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb55 {
    margin-bottom: 14.6666666667vw !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 16vw !important;
  }
}

.u-mbxs {
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 767px) {
  .u-mbxs {
    margin-bottom: 1.3333333333vw !important;
  }
}

.u-mbss {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .u-mbss {
    margin-bottom: 2.6666666667vw !important;
  }
}

.u-mbs {
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 767px) {
  .u-mbs {
    margin-bottom: 4vw !important;
  }
}

.u-mbm {
  margin-bottom: 45px !important;
}
@media only screen and (max-width: 767px) {
  .u-mbm {
    margin-bottom: 12vw !important;
  }
}

.u-mbl {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .u-mbl {
    margin-bottom: 16vw !important;
  }
}

.u-mbll {
  margin-bottom: 120px !important;
}
@media only screen and (max-width: 767px) {
  .u-mbll {
    margin-bottom: 32vw !important;
  }
}

.u-mbxl {
  margin-bottom: 240px !important;
}
@media only screen and (max-width: 767px) {
  .u-mbxl {
    margin-bottom: 64vw !important;
  }
}

/* padding */
.u-plrs {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media only screen and (max-width: 767px) {
  .u-plrs {
    padding-left: 2.6666666667vw !important;
    padding-right: 2.6666666667vw !important;
  }
}

.u-plrm {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media only screen and (max-width: 767px) {
  .u-plrm {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}

/* 幅 */
.u-ws {
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .u-ws {
    width: 13.3333333333vw;
  }
}

.u-wm {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .u-wm {
    width: 26.6666666667vw;
  }
}

.u-wl {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .u-wl {
    width: 53.3333333333vw;
  }
}

.u-w-half {
  width: 50%;
}

.u-w-max {
  width: 100%;
}

/* 色 */
.u-red {
  color: #eb0800;
}

.u-required {
  color: #eb0800;
} /* 必須 */
.u-date {
  color: #888888;
} /* 日付 */
/* 表示・非表示 */
.u-dpn {
  display: none;
}

.u-pc-only {
  display: block;
}

.u-sp-only {
  display: none;
}

img.u-pc-only {
  display: inline;
}

img.u-sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  img.u-pc-only {
    display: none;
  }
  img.u-sp-only {
    display: inline;
  }
}
/* opacity */
.u-opa a img,
.u-opa-img img,
.u-opa-box {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.u-opa a img:hover,
.u-opa-img img:hover,
.u-opa-box:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.u-spr {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  border: 0;
  cursor: pointer;
}

.u-spr::-moz-focus-inner {
  padding: 0;
  border: none;
}

.u-pre {
  padding: 15px;
  background: #333333;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .u-pre {
    padding: 4vw;
  }
}

/***** 画像 *****/
.u-img {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .u-img {
    margin-bottom: 4vw;
  }
}

/***** テキスト *****/
.u-txt {
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .u-list-txt {
    padding-left: 0;
  }
}
/* input画像ボタンにつける */
.u-input-img {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.u-input-img:hover {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* inputテキストボタンにつける */
.u-input-txt {
  padding: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.u-input-txt:hover {
  padding: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  text-decoration: underline;
}

.u-hidden {
  overflow: hidden;
}

.u-overbg {
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
}

.u-overframe {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

/***** iframeの高さをレスポンシブ対応 *****/
.u-iframe-content {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}
.u-iframe-content iframe, .u-iframe-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-iframe-content img {
  -o-object-fit: cover;
     object-fit: cover;
}
.u-iframe-content .lazy-iframe {
  cursor: pointer;
}
.u-iframe-content .lazy-iframe img {
  z-index: 1;
}
.u-iframe-content .lazy-iframe .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.u-iframe-content .lazy-iframe .play-btn:hover .play-btn-icon .st0 {
  fill: #ff0000;
  fill-opacity: 1;
}
.u-iframe-content .lazy-iframe .play-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -21px;
  z-index: 50;
}
.u-iframe-content .lazy-iframe.is-active iframe {
  z-index: 100;
}

.play-btn {
  width: 64px;
  height: 43px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 767px) {
  .play-btn {
    width: 17.0666666667vw;
    height: 11.4666666667vw;
  }
}

.play-btn-icon {
  width: 64px;
  height: 43px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}
.play-btn-icon .st0 {
  fill: #212121;
  fill-opacity: 0.8;
}
.play-btn-icon .st1 {
  fill: #ffffff;
  fill-opacity: 1;
}
@media only screen and (max-width: 767px) {
  .play-btn-icon {
    width: 17.0666666667vw;
    height: 11.4666666667vw;
  }
}

/***** 見た目を隠したいとき *****/
.u-visually-hidden {
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 4px;
  height: 4px;
}
@media only screen and (max-width: 767px) {
  .u-visually-hidden {
    margin: -0.2666666667vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}

/*************** パンくず ***************/
.l-breadcrumbs {
  padding: 10px 0;
  font-size: 0.75rem;
  background-color: #393939;
}
@media only screen and (max-width: 1230px) {
  .l-breadcrumbs {
    padding: 0.8130081301vw 0;
    font-size: 0.9756097561vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-breadcrumbs {
    padding: 1.8666666667vw 0;
    font-size: 2.6666666667vw;
  }
}

.l-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
@media only screen and (max-width: 1230px) {
  .l-breadcrumbs-list__item {
    margin-right: 2.0325203252vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-breadcrumbs-list__item {
    margin-right: 6.6666666667vw;
    margin-top: 0.8vw;
    margin-bottom: 0.8vw;
  }
  .l-breadcrumbs-list__item:before {
    right: -4vw;
    margin-top: -0.8vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .l-breadcrumbs-list__item:last-child {
    margin-right: 0;
  }
}
.l-breadcrumbs-list__item a {
  color: #ffffff;
}
.l-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 1230px) {
  .l-breadcrumbs-list__item:before {
    right: -1.2195121951vw;
    margin-top: -0.243902439vw;
    width: 0.487804878vw;
    height: 0.487804878vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-breadcrumbs-list__item:before {
    right: -4vw;
    margin-top: -0.8vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
.l-breadcrumbs-list__item:last-child {
  margin-right: 0;
}
.l-breadcrumbs-list__item:last-child a {
  color: #ffffff;
}
.l-breadcrumbs-list__item:last-child:before {
  content: none;
}

#top .l-breadcrumbs-list__item:before {
  content: none;
}

/*************** フッター ***************/
#l-footer {
  overflow: hidden;
}
#l-footer + iframe {
  display: none;
}

.l-footer-main {
  padding: 15px 0;
  background-color: #192f60;
}
@media only screen and (max-width: 1230px) {
  .l-footer-main {
    padding: 1.2195121951vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-main {
    padding: 0 0 8vw 0;
  }
}

.l-footer-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-footer-contents-wrap {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer-navi {
    margin-bottom: 8vw;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer-navi-wrap {
    margin-bottom: 8vw;
  }
}

.l-footer-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-navi-list {
    margin-bottom: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-navi-list {
    display: block;
    margin-bottom: 0;
  }
}

.l-footer-navi-list__item {
  position: relative;
  padding: 0 15px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-navi-list__item {
    padding: 0 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-navi-list__item {
    padding: 0;
    border-bottom: 1px solid #ffffff;
  }
}
.l-footer-navi-list__item:after {
  content: "/";
  position: absolute;
  top: 0;
  right: -5px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-navi-list__item:after {
    right: -0.406504065vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-navi-list__item:after {
    content: none;
  }
}
.l-footer-navi-list__item:last-child {
  padding-right: 0;
}
.l-footer-navi-list__item:last-child:after {
  content: none;
}

.l-footer-navi-list__link {
  display: block;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .l-footer-navi-list__link {
    position: relative;
    padding-left: 4vw;
    padding-right: 4vw;
    line-height: 16vw;
  }
}
.l-footer-navi-list__link:hover {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .l-footer-navi-list__link:hover {
    text-decoration: none;
  }
}

.l-footer-copy {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-copy {
    margin-bottom: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-copy {
    margin-bottom: 4vw;
    font-size: 3.2vw;
    text-align: center;
  }
}

.l-footer-logo {
  margin-bottom: 10px;
  width: 175px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-logo {
    margin-bottom: 0.8130081301vw;
    width: 14.2276422764vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-logo {
    margin: 0 auto;
    margin-bottom: 2.6666666667vw;
    width: 36vw;
  }
}

.l-footer-info {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1230px) {
  .l-footer-info {
    font-size: 0.9756097561vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-info {
    margin-bottom: 4vw;
    font-size: 2.6666666667vw;
    text-align: center;
  }
}

.l-footer-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-info-list {
    margin-bottom: 0.406504065vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-info-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.3333333333vw;
  }
}

.l-footer-info-list__item {
  margin-right: 20px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-info-list__item {
    margin-right: 1.6260162602vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-info-list__item {
    margin-right: 0;
    padding: 0 5px;
  }
}

/***** フォームボタン *****/
.l-footer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 54px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-form {
    margin-top: 4.3902439024vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-form {
    display: block;
    margin-top: 0;
  }
}

.l-footer-form-wrap {
  margin-left: 15px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-form-wrap {
    margin-left: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-form-wrap {
    margin-left: 0;
    margin-bottom: 4vw;
  }
}

.l-footer-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;
  margin: 0 auto;
  width: 200px;
  line-height: 45px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-form-btn {
    width: 16.2601626016vw;
    line-height: 3.6585365854vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-form-btn {
    width: 53.3333333333vw;
    line-height: 12vw;
  }
}
.l-footer-form-btn.is-entry {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.l-footer-form-btn.is-entry:hover {
  color: #192f60;
  background-color: #ffffff;
  text-decoration: none;
}
.l-footer-form-btn.is-contact {
  background: #c70a0a;
  color: #ffffff;
}
.l-footer-form-btn.is-contact:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(../images/contact-icon.svg) no-repeat;
  background-size: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-form-btn.is-contact:before {
    width: 1.6260162602vw;
    height: 0.8130081301vw;
    margin-right: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-form-btn.is-contact:before {
    width: 5.3333333333vw;
    height: 2.6666666667vw;
    margin-right: 4vw;
  }
}
.l-footer-form-btn.is-contact:hover {
  color: #ffffff;
  text-decoration: none;
}

.l-copyright {
  display: block;
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 0.75rem;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .l-copyright {
    padding-top: 1.2195121951vw;
    padding-bottom: 2.4390243902vw;
    font-size: 0.9756097561vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-copyright {
    padding-top: 4vw;
    padding-bottom: 8vw;
    font-size: 2.6666666667vw;
  }
}

.l-footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 85px;
  margin: 0 -15px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-sns-list {
    bottom: 6.9105691057vw;
    margin: 0 -1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-sns-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
    margin: 0 -4vw;
  }
}

.l-footer-sns-list__item {
  padding: 0 15px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-sns-list__item {
    padding: 0 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-sns-list__item {
    padding: 0 4vw;
  }
}

.l-footer-sns-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
}
@media only screen and (max-width: 1230px) {
  .l-footer-sns-list__link {
    font-size: 0.9756097561vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-sns-list__link {
    font-size: 3.2vw;
  }
}
.l-footer-sns-list__link:hover {
  color: #ffffff;
}
.l-footer-sns-list__link img {
  width: 15px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-sns-list__link img {
    width: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-sns-list__link img {
    width: 4vw;
  }
}
.l-footer-sns-list__link i, .l-footer-sns-list__link img {
  margin-right: 10px;
}
@media only screen and (max-width: 1230px) {
  .l-footer-sns-list__link i, .l-footer-sns-list__link img {
    margin-right: 0.8130081301vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer-sns-list__link i, .l-footer-sns-list__link img {
    margin-right: 2.6666666667vw;
  }
}

/*************** ボトム バナー ***************/
.l-bottom-bnr {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1230px) {
  .l-bottom-bnr {
    padding-top: 4.8780487805vw;
    padding-bottom: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-bottom-bnr {
    padding-top: 8vw;
    padding-bottom: 6.6666666667vw;
  }
}

.l-bottom-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 1230px) {
  .l-bottom-bnr-list {
    margin-left: -1.2195121951vw;
    margin-right: -1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-bottom-bnr-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.l-bottom-bnr-list__item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
}
@media only screen and (max-width: 1230px) {
  .l-bottom-bnr-list__item {
    margin-bottom: 2.4390243902vw;
    padding-left: 1.2195121951vw;
    padding-right: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-bottom-bnr-list__item {
    margin-bottom: 5.3333333333vw;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .l-bottom-bnr-list__img img {
    max-width: 88vw;
  }
}

.l-bottom-bnr-list__body {
  margin-top: 5px;
}
@media only screen and (max-width: 1230px) {
  .l-bottom-bnr-list__body {
    margin-top: 0.406504065vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-bottom-bnr-list__body {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}

/*************** ボトムコンテンツ ***************/
.bottom-contents {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1230px) {
  .bottom-contents {
    margin-bottom: 7.3170731707vw;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-contents {
    margin-bottom: 24vw;
  }
}

.bottom-contents-wrap {
  position: relative;
}

.bottom-contents-img img {
  -webkit-clip-path: polygon(0 9%, 100% 0%, 100% 91%, 0% 100%);
          clip-path: polygon(0 9%, 100% 0%, 100% 91%, 0% 100%);
}
@media only screen and (max-width: 767px) {
  .bottom-contents-img img {
    -webkit-clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0% 100%);
            clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0% 100%);
  }
}

.bottom-contents-ttl-wrap {
  position: absolute;
  top: 40px;
  left: -15px;
  padding: 0 65px;
  -webkit-transform: skewY(-2deg);
      -ms-transform: skewY(-2deg);
          transform: skewY(-2deg);
  z-index: 2;
}
@media only screen and (max-width: 1230px) {
  .bottom-contents-ttl-wrap {
    top: 3.2520325203vw;
    left: -1.2195121951vw;
    padding: 0 5.2845528455vw;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-contents-ttl-wrap {
    top: 4vw;
    left: 4vw;
    padding: 0 4vw;
  }
}
.bottom-contents-ttl-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 123, 183, 0.8)), color-stop(90%, rgba(23, 74, 129, 0.8)));
  background: linear-gradient(to right, rgba(0, 123, 183, 0.8) 0%, rgba(23, 74, 129, 0.8) 90%);
}

.bottom-contents-ttl {
  font-size: 2.8125rem;
  font-weight: normal;
}
@media only screen and (max-width: 1230px) {
  .bottom-contents-ttl {
    font-size: 3.6585365854vw;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-contents-ttl {
    font-size: 4vw;
  }
}
.bottom-contents-ttl span {
  color: #ffe600;
}

.bottom-contents-recruit {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
@media only screen and (max-width: 1230px) {
  .bottom-contents-recruit {
    width: 19.512195122vw;
    height: 19.512195122vw;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-contents-recruit {
    top: 24vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: auto;
    border-radius: inherit;
  }
}

.bottom-contents-recruit-link:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .bottom-contents-recruit-link:hover .bottom-contents-recruit-txt {
    background: rgba(255, 230, 0, 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .bottom-contents-recruit-img {
    display: none;
  }
}

.bottom-contents-recruit-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 0 10px 0;
  width: 100%;
  color: #161616;
  background-color: #ffe600;
  line-height: 1.4em;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .bottom-contents-recruit-txt {
    padding: 0.406504065vw 0 0.8130081301vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-contents-recruit-txt {
    position: static;
    padding: 2.6666666667vw 4vw;
    white-space: nowrap;
  }
}

.bottom-contents-fukidashi {
  position: absolute;
  top: 200px;
  left: 120px;
  z-index: 2;
  padding: 35px 10px;
  border-radius: 100%;
  color: #161616;
  background-color: #ffffff;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .bottom-contents-fukidashi {
    top: 16.2601626016vw;
    left: 8.5365853659vw;
    padding: 2.8455284553vw 0.8130081301vw;
    font-size: 1.4634146341vw;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-contents-fukidashi {
    display: none;
  }
}
.bottom-contents-fukidashi:before {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 1230px) {
  .bottom-contents-fukidashi:before {
    right: 0.243902439vw;
  }
}
@media only screen and (max-width: 1230px) {
  .bottom-contents-fukidashi:before {
    border-width: 2.4390243902vw 0.6504065041vw 0 0.6504065041vw;
  }
}

.bottom-contents-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .bottom-contents-btn-wrap {
    display: block;
    bottom: -8vw;
  }
}

.bottom-contents-mail,
.bottom-contents-tel {
  padding: 0 30px;
}
@media only screen and (max-width: 1230px) {
  .bottom-contents-mail,
  .bottom-contents-tel {
    padding: 0 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-contents-mail,
  .bottom-contents-tel {
    padding: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .bottom-contents-mail {
    margin-bottom: 4vw;
  }
}

.bottom-contents-mail-btn,
.bottom-contents-tel-btn {
  display: inline-block;
  padding: 5px 15px;
  min-width: 450px;
  color: #ffffff;
  font-size: 1.875rem;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .bottom-contents-mail-btn,
  .bottom-contents-tel-btn {
    padding: 0.406504065vw 1.2195121951vw;
    min-width: 36.5853658537vw;
    font-size: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-contents-mail-btn,
  .bottom-contents-tel-btn {
    padding: 1.3333333333vw 4vw;
    min-width: 80vw;
    font-size: 4.8vw;
  }
}
.bottom-contents-mail-btn:hover,
.bottom-contents-tel-btn:hover {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}
.bottom-contents-mail-btn p,
.bottom-contents-tel-btn p {
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9375rem;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1230px) {
  .bottom-contents-mail-btn p,
  .bottom-contents-tel-btn p {
    padding-left: 2.4390243902vw;
    font-size: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-contents-mail-btn p,
  .bottom-contents-tel-btn p {
    padding-left: 8vw;
    font-size: 3.2vw;
  }
}
.bottom-contents-mail-btn span,
.bottom-contents-tel-btn span {
  display: inline-block;
  padding-left: 10px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 1230px) {
  .bottom-contents-mail-btn span,
  .bottom-contents-tel-btn span {
    padding-left: 0.8130081301vw;
    font-size: 0.9756097561vw;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-contents-mail-btn span,
  .bottom-contents-tel-btn span {
    padding-left: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

.bottom-contents-mail-btn {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 123, 183, 0.8)), color-stop(90%, rgba(23, 74, 129, 0.8)));
  background: linear-gradient(to right, rgba(0, 123, 183, 0.8) 0%, rgba(23, 74, 129, 0.8) 90%);
}
.bottom-contents-mail-btn p {
  background-image: url(../images/bottom-contents-mail.svg);
  background-size: 17px;
}
@media only screen and (max-width: 1230px) {
  .bottom-contents-mail-btn p {
    background-size: 1.3821138211vw;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-contents-mail-btn p {
    background-size: 3.4666666667vw;
  }
}

.bottom-contents-tel-btn {
  background: rgba(199, 10, 10, 0.8);
}
.bottom-contents-tel-btn p {
  background-image: url(../images/bottom-contents-tel.svg);
  background-size: 20px;
}
@media only screen and (max-width: 1230px) {
  .bottom-contents-tel-btn p {
    background-size: 1.6260162602vw;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-contents-tel-btn p {
    background-size: 4.5333333333vw;
  }
}

/*************** Page Top ***************/
.l-go-top {
  position: fixed;
  z-index: 100000;
  bottom: 10px;
  right: 10px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  opacity: 0;
  visibility: hidden;
}
.l-go-top.is-show {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .l-go-top {
    bottom: 26.6666666667vw;
    right: 2.6666666667vw;
  }
}
.l-go-top a, .l-go-top button {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -99999px;
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  text-decoration: none;
}
.l-go-top a:before, .l-go-top button:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -6px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.l-go-top a:hover, .l-go-top button:hover {
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.l-go-top a:hover:before, .l-go-top button:hover:before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media only screen and (max-width: 1230px) {
  .l-go-top a, .l-go-top button {
    width: 3.6585365854vw;
    height: 3.6585365854vw;
  }
  .l-go-top a:before, .l-go-top button:before {
    margin-top: -0.243902439vw;
    margin-left: -0.487804878vw;
    width: 0.9756097561vw;
    height: 0.9756097561vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-go-top a, .l-go-top button {
    width: 12vw;
    height: 12vw;
  }
  .l-go-top a:before, .l-go-top button:before {
    margin-top: -1.3333333333vw;
    margin-left: -2.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

/*************** ヘッダー ***************/
#l-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 999999999;
  pointer-events: none;
  opacity: 0;
}
#l-header.is-active {
  opacity: 1;
  pointer-events: inherit;
}

.l-header-main {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
}
@media only screen and (max-width: 1230px) {
  .l-header-main {
    height: 3.6585365854vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-main {
    display: block;
    position: relative;
    height: auto;
  }
}

.l-header-main__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 175px;
}
@media only screen and (max-width: 1230px) {
  .l-header-main__logo {
    width: 14.2276422764vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-main__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    height: 9.8666666667vw;
  }
  .l-header-main__logo img {
    width: 27.4666666667vw;
  }
}
.l-header-main__logo a {
  display: inherit;
}

.l-header-contact {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #c70a0a;
}

.l-header-contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 45px;
}
@media only screen and (max-width: 1230px) {
  .l-header-contact__link {
    width: 4.8780487805vw;
    height: 3.6585365854vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-contact__link {
    width: 12vw;
    height: 9.8666666667vw;
  }
}
.l-header-contact__link img {
  width: 22px;
}
@media only screen and (max-width: 1230px) {
  .l-header-contact__link img {
    width: 1.7886178862vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-header-contact__link img {
    width: 5.8666666667vw;
  }
}

.l-main-navi-logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-logo {
    display: block;
    margin-bottom: 1.3333333333vw;
    text-align: center;
  }
  .l-main-navi-logo img {
    width: 30.6666666667vw;
  }
}

.l-main-navi-name {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-name {
    display: block;
    margin-bottom: 4vw;
    font-size: 2.6666666667vw;
    text-align: center;
  }
}

/*************** メインナビ ***************/
.l-main-navi-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-btn {
    display: block;
    position: absolute;
    top: 0px;
    left: -4vw;
    padding: 0;
    border: 0;
    width: 9.8666666667vw;
    height: 9.8666666667vw;
    background: transparent;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    z-index: 2;
  }
  .l-main-navi-btn span {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    left: 2.1333333333vw;
    width: 5.3333333333vw;
    height: 0.2666666667vw;
    border-radius: 1.0666666667vw;
    background-color: #192f60;
  }
  .l-main-navi-btn span:nth-of-type(1) {
    top: 3.2vw;
  }
  .l-main-navi-btn span:nth-of-type(2) {
    top: 4.8vw;
    left: 3.2vw;
  }
  .l-main-navi-btn span:nth-of-type(3) {
    bottom: 3.2vw;
  }
  .l-main-navi-btn.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(1.8666666667vw) rotate(-45deg);
        -ms-transform: translateY(1.8666666667vw) rotate(-45deg);
            transform: translateY(1.8666666667vw) rotate(-45deg);
  }
  .l-main-navi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-main-navi-btn.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-1.3333333333vw) rotate(45deg);
        -ms-transform: translateY(-1.3333333333vw) rotate(45deg);
            transform: translateY(-1.3333333333vw) rotate(45deg);
  }
}

.l-main-navi {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .l-main-navi {
    margin: 0;
    width: 100%;
  }
}

.l-main-navi .l-container {
  position: relative;
}

.l-main-navi-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-wrap {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    margin-left: -4vw;
    margin-right: -4vw;
    padding: 2.6666666667vw 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0.8vw 0.8vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.8vw 0.8vw rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 768px) {
  .l-main-navi-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.l-main-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  margin-right: 60px;
}
@media only screen and (max-width: 1230px) {
  .l-main-navi-list {
    margin: 0 -1.6260162602vw;
    margin-right: 4.8780487805vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-main-navi-list {
    display: block;
    margin: 0 4vw;
    border-top: 1px solid #192f60;
  }
}

.l-main-navi-list__item {
  position: relative;
  padding: 0 20px;
  min-width: 75px;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .l-main-navi-list__item {
    padding: 0 1.6260162602vw;
    min-width: 6.0975609756vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-main-navi-list__item {
    padding: 0;
    min-width: 0;
    border-bottom: 1px solid #192f60;
    text-align: left;
  }
}
.l-main-navi-list__item:after {
  content: "/";
  position: absolute;
  top: -5px;
  right: -5px;
}
@media only screen and (max-width: 1230px) {
  .l-main-navi-list__item:after {
    top: -0.406504065vw;
    right: -0.406504065vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-main-navi-list__item:after {
    content: none;
  }
}
.l-main-navi-list__item:last-child:after {
  content: none;
}

.l-main-navi-list__link {
  display: block;
  position: relative;
  font-size: 0.75rem;
  color: #192f60;
}
@media only screen and (max-width: 1230px) {
  .l-main-navi-list__link {
    font-size: 0.9756097561vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-main-navi-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 4vw 0;
    font-size: 4vw;
  }
  .l-main-navi-list__link:after {
    content: "";
    position: absolute;
    right: 1.3333333333vw;
    top: 50%;
    margin-top: -1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 1px solid #192f60;
    border-bottom: 1px solid #192f60;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
  color: #192f60;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
    color: #192f60;
    text-decoration: none;
  }
}

.l-main-navi-btn-close {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-btn-close {
    display: block;
    position: relative;
    margin: 4vw auto 0 auto;
    border: none;
    border-radius: 0;
    background: none;
    color: #192f60;
    font-size: 2.6666666667vw;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .l-main-navi-btn-close::before, .l-main-navi-btn-close::after {
    content: "";
    position: absolute;
    top: 2.1333333333vw;
    left: -5.3333333333vw;
    height: 0.2666666667vw;
    width: 4vw;
    background: #192f60;
  }
  .l-main-navi-btn-close::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-main-navi-btn-close::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.l-main-navi-sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-main-navi-sp-only {
    display: block;
  }
}

/*************** お問合せ ***************/
@media only screen and (max-width: 767px) {
  .l-main-navi-contact {
    margin-top: 8vw;
    margin-bottom: 2.6666666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .l-main-navi-contact__link {
    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: 0 auto;
    width: 53.3333333333vw;
    line-height: 12vw;
    background: #c70a0a;
    color: #ffffff;
  }
  .l-main-navi-contact__link:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .l-main-navi-contact__link:before {
    content: "";
    display: inline-block;
    width: 5.3333333333vw;
    height: 2.6666666667vw;
    background: url(../images/contact-icon.svg) no-repeat;
    background-size: contain;
    margin-right: 4vw;
  }
}

/*************** 電話 ***************/
@media only screen and (max-width: 767px) {
  .l-header-tel__link {
    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: 0 auto;
    width: 53.3333333333vw;
    line-height: 12vw;
    border: 1px solid #192f60;
    color: #192f60;
  }
  .l-header-tel__link:hover {
    color: #192f60;
    text-decoration: none;
  }
}

@media (orientation: portrait) {
  .l-main {
    min-height: 800px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 1230px) {
  .l-main {
    min-height: 65.0406504065vw;
  }
}
@media only screen and (orientation: portrait) and (max-width: 767px) {
  .l-main {
    min-height: inherit;
  }
}
.l-main {
  min-height: 600px;
}
@media only screen and (max-width: 1230px) {
  .l-main {
    min-height: 48.7804878049vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-main {
    min-height: 160vw;
  }
}

.l-contents-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;
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
}
@media only screen and (max-width: 1230px) {
  .l-contents-wrap {
    max-width: 80.487804878vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-contents-wrap {
    display: block;
    max-width: inherit;
  }
}

.l-contents-side {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 30px;
  width: 165px;
}
@media only screen and (max-width: 1230px) {
  .l-contents-side {
    margin-right: 2.4390243902vw;
    width: 13.4146341463vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-contents-side {
    margin-right: 0;
    width: auto;
  }
}

.l-contents-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .l-contents-main {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

/***** フルサイズコンテンツ(スタイルガイドページ) *****/
.l-full-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #dddddd;
  min-width: 1290px;
}
@media only screen and (max-width: 1230px) {
  .l-full-container {
    min-width: 104.8780487805vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-full-container {
    display: block;
    min-width: inherit;
  }
}

.l-full-container__side {
  padding: 30px;
  width: 240px;
  background: #f5f5f5;
}
@media only screen and (max-width: 1230px) {
  .l-full-container__side {
    padding: 2.4390243902vw;
    width: 19.512195122vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-full-container__side {
    padding: 8vw;
    width: auto;
  }
}

.l-full-container__main {
  padding: 0 30px;
  padding-top: 30px;
  width: 1050px;
}
@media only screen and (max-width: 1230px) {
  .l-full-container__main {
    padding: 0 2.4390243902vw;
    padding-top: 2.4390243902vw;
    width: 85.3658536585vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-full-container__main {
    padding: 0 4vw;
    width: auto;
  }
}

/*************** ログイン中 ***************/
.l-header-login-now {
  overflow: hidden;
  padding: 3px 0;
  font-size: 0.875rem;
  background: #2b991f;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .l-header-login-now {
    padding: 0.8vw 0;
    font-size: 3.2vw;
  }
}
.l-header-login-now a {
  color: #ffffff;
  text-decoration: underline;
}

.l-header-login-message {
  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;
}
@media only screen and (max-width: 767px) {
  .l-header-login-message {
    display: block;
  }
}

.l-header-login-message__btn {
  padding: 0;
  border: none;
  background: transparent;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .l-header-login-message__btn {
    float: right;
  }
}
.l-header-login-message__btn:hover {
  text-decoration: underline;
}

/*************** サイド ***************/
.l-side-bnr-list__item {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1230px) {
  .l-side-bnr-list__item {
    margin-bottom: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-side-bnr-list__item {
    margin-bottom: 4vw;
  }
}

.l-side-box {
  margin-bottom: 45px;
}
@media only screen and (max-width: 1230px) {
  .l-side-box {
    margin-bottom: 3.6585365854vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-side-box {
    margin-bottom: 8vw;
  }
}

.l-side-ttl {
  margin-bottom: 20px;
  color: #007bb7;
}
@media only screen and (max-width: 1230px) {
  .l-side-ttl {
    margin-bottom: 1.6260162602vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-side-ttl {
    margin-bottom: 2.6666666667vw;
  }
}

.l-side-list__item {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1230px) {
  .l-side-list__item {
    margin-bottom: 1.6260162602vw;
  }
}
@media only screen and (max-width: 767px) {
  .l-side-list__item {
    margin-bottom: 0.5333333333vw;
  }
}

.l-side-list__link {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .l-side-list__link {
    display: block;
    padding: 2.9333333333vw 4vw;
    background: #fafafa;
    color: #696969;
  }
  .l-side-list__link:hover {
    background: #f0f0f0;
    text-decoration: none;
  }
}
.l-side-list__link:before {
  content: "- ";
}
@media only screen and (max-width: 767px) {
  .l-side-list__link:before {
    content: none;
  }
}

/*************** スタイルガイド サイドナビ ***************/
.c-side-index-list__item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1230px) {
  .c-side-index-list__item {
    margin-bottom: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-side-index-list__item {
    margin-bottom: 8vw;
  }
}

.c-side-index-list__link {
  display: block;
  padding: 0;
  border: none;
  font-weight: bold;
  background: transparent;
}

.c-side-index-sub-list {
  margin-top: 10px;
}
@media only screen and (max-width: 1230px) {
  .c-side-index-sub-list {
    margin-top: 0.8130081301vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-side-index-sub-list {
    margin-top: 2.6666666667vw;
  }
}

.c-side-index-sub-list__item {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1230px) {
  .c-side-index-sub-list__item {
    margin-bottom: 0.406504065vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-side-index-sub-list__item {
    margin-bottom: 1.3333333333vw;
  }
}

.c-side-index-sub-list__link {
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
}
.c-side-index-sub-list__link.is-current {
  background: #fafafa;
  font-weight: bold;
}
.c-side-index-sub-list__link:hover {
  background: #fafafa;
  text-decoration: none;
}
@media only screen and (max-width: 1230px) {
  .c-side-index-sub-list__link {
    padding: 0.406504065vw 0.8130081301vw;
    border-radius: 0.406504065vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-side-index-sub-list__link {
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}

/***** loading *****/
.p-loading-overlay {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
.p-loading-overlay:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 123, 183)), to(rgb(23, 74, 129)));
  background: linear-gradient(90deg, rgb(0, 123, 183) 0%, rgb(23, 74, 129) 100%);
}
.p-loading-overlay.is-loaded {
  -webkit-animation: loadingAll 0.8s ease forwards;
          animation: loadingAll 0.8s ease forwards;
}
.p-loading-overlay.is-loaded:before {
  -webkit-animation: loadingBg 0.8s cubic-bezier(1, 0.2, 0.2, 1) forwards;
          animation: loadingBg 0.8s cubic-bezier(1, 0.2, 0.2, 1) forwards;
}
.p-loading-overlay.is-loaded .p-loading-overlay__img {
  -webkit-animation: loadingFade 0.5s ease forwards;
          animation: loadingFade 0.5s ease forwards;
}

.p-loading-overlay__img {
  text-align: center;
  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;
}

.p-loading-overlay__logo {
  position: relative;
  margin-top: 30px;
  -webkit-animation: loadingLogo 1.5s ease forwards;
          animation: loadingLogo 1.5s ease forwards;
}
@media only screen and (max-width: 1230px) {
  .p-loading-overlay__logo {
    margin-top: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-loading-overlay__logo {
    margin-top: 8vw;
  }
}

.p-loading-overlay__logo {
  width: 300px;
}
@media only screen and (max-width: 1230px) {
  .p-loading-overlay__logo {
    width: 24.3902439024vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-loading-overlay__logo {
    width: 40vw;
  }
}

@-webkit-keyframes loadingLogo {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes loadingLogo {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes loadingAll {
  100% {
    visibility: hidden;
  }
}
@keyframes loadingAll {
  100% {
    visibility: hidden;
  }
}
@-webkit-keyframes loadingFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loadingFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes loadingBg {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
    visibility: hidden;
  }
}
@keyframes loadingBg {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
    visibility: hidden;
  }
}
.pdf-desc-text {
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .pdf-desc-text {
    padding-bottom: 2.6666666667vw;
  }
}

.js-download-form {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .js-download-form {
    padding-bottom: 8vw;
  }
}

.second-login {
  padding-top: 90px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .second-login {
    padding: 0 4vw;
    padding-top: 4vw;
  }
}

.second-login-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .second-login-form-item {
    padding-bottom: 4vw;
  }
}

.second-login-form-ttl {
  width: 120px;
  font-size: 1rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .second-login-form-ttl {
    width: 24vw;
    font-size: 3.7333333333vw;
  }
}

.second-login-form {
  width: 360px;
}
@media only screen and (max-width: 767px) {
  .second-login-form {
    width: 96vw;
  }
}

.voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: item;
}
@media only screen and (max-width: 767px) {
  .voice-list {
    display: block;
  }
}

.voice-list__item {
  padding-right: 60px;
  width: 33.333%;
}
@media only screen and (max-width: 1230px) {
  .voice-list__item {
    padding-right: 4.8780487805vw;
  }
}
@media only screen and (max-width: 767px) {
  .voice-list__item {
    padding-right: 0;
    margin-bottom: 12vw;
    padding: 0;
    width: auto;
  }
}
.voice-list__item.is-top:nth-child(2) {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
@media only screen and (max-width: 767px) {
  .voice-list__item.is-top:nth-child(2) {
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
}
.voice-list__item.is-top:nth-child(3) {
  margin-right: 0;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
@media only screen and (max-width: 767px) {
  .voice-list__item.is-top:nth-child(3) {
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }
}
.voice-list__item.is-second {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1230px) {
  .voice-list__item.is-second {
    margin-bottom: 4.8780487805vw;
  }
}
@media only screen and (max-width: 767px) {
  .voice-list__item.is-second {
    margin-bottom: 12vw;
  }
}

.voice-list__link {
  display: block;
  position: relative;
  margin-right: 15px;
  padding-left: 15px;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 123, 183, 0.35)), color-stop(90%, rgba(23, 74, 129, 0.35)));
  background: linear-gradient(to bottom, rgba(0, 123, 183, 0.35) 0%, rgba(23, 74, 129, 0.35) 90%);
}
@media only screen and (max-width: 1230px) {
  .voice-list__link {
    margin-right: 1.2195121951vw;
    padding-left: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .voice-list__link {
    margin-right: 4vw;
    padding-left: 4vw;
  }
}
.voice-list__link:hover {
  color: #ffffff;
  text-decoration: none;
}
.voice-list__link:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.voice-list__img-wrap {
  position: relative;
  top: -15px;
  left: 15px;
}
@media only screen and (max-width: 1230px) {
  .voice-list__img-wrap {
    top: -1.2195121951vw;
    left: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .voice-list__img-wrap {
    top: -4vw;
    left: 4vw;
  }
}

.voice-list__img {
  overflow: hidden;
}
.voice-list__img img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.voice-list-label {
  position: absolute;
  left: -15px;
  bottom: 0;
  padding: 0 20px;
  line-height: 1.875rem;
  background: rgba(199, 10, 10, 0.85);
}
@media only screen and (max-width: 1230px) {
  .voice-list-label {
    left: -1.2195121951vw;
    padding: 0 1.6260162602vw;
    line-height: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .voice-list-label {
    left: -4vw;
    padding: 0 5.3333333333vw;
    line-height: 8vw;
  }
}

.voice-list__count {
  position: absolute;
  top: 75px;
  left: -57px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 1230px) {
  .voice-list__count {
    top: 6.0975609756vw;
    left: -4.6341463415vw;
  }
}
@media only screen and (max-width: 767px) {
  .voice-list__count {
    top: 20vw;
    left: -11.4666666667vw;
  }
}
.voice-list__count:after {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
}

.voice-list__txt {
  padding: 15px;
  padding-top: 0;
}
@media only screen and (max-width: 1230px) {
  .voice-list__txt {
    padding: 1.2195121951vw;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .voice-list__txt {
    padding: 4vw;
    padding-top: 0;
  }
}

.voice-list__ttl {
  font-weight: normal;
}

.voice-list__flex {
  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-bottom: 15px;
}

.voice-list__year {
  font-size: 0.75rem;
}
@media only screen and (max-width: 1230px) {
  .voice-list__year {
    font-size: 0.9756097561vw;
  }
}
@media only screen and (max-width: 767px) {
  .voice-list__year {
    font-size: 3.2vw;
  }
}

/***** 最大幅画像 *****/
.second-large-img {
  margin: 0 auto;
  max-width: 1480px;
}
@media only screen and (max-width: 1230px) {
  .second-large-img {
    max-width: 120.325203252vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-large-img {
    max-width: inherit;
  }
}
.second-large-img.is-message {
  -webkit-transform: translateY(125px);
      -ms-transform: translateY(125px);
          transform: translateY(125px);
}
@media only screen and (max-width: 1230px) {
  .second-large-img.is-message {
    -webkit-transform: translateY(10.162601626vw);
        -ms-transform: translateY(10.162601626vw);
            transform: translateY(10.162601626vw);
  }
}
@media only screen and (max-width: 767px) {
  .second-large-img.is-message {
    padding: 0 4vw;
    -webkit-transform: translateY(16vw);
        -ms-transform: translateY(16vw);
            transform: translateY(16vw);
  }
}

/***** 背景画像 *****/
.daiko-bg {
  background-color: #001d35;
  background-image: url(../images/daiko-pattern.png);
}

.black-bg {
  position: relative;
}
.black-bg:before {
  content: "";
  position: absolute;
  top: -75px;
  left: -45px;
  height: calc(100% + 120px);
  width: calc(100% + 90px);
  background-color: #000000;
  -webkit-transform: skewY(-2deg);
      -ms-transform: skewY(-2deg);
          transform: skewY(-2deg);
  z-index: 1;
}
@media only screen and (max-width: 1320px) {
  .black-bg:before {
    left: -15px;
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 1230px) {
  .black-bg:before {
    top: -6.0975609756vw;
    left: -1.2195121951vw;
    height: calc(100% + 9.756097561vw);
    width: calc(100% + 2.4390243902vw);
  }
}
@media only screen and (max-width: 767px) {
  .black-bg:before {
    top: -8vw;
    left: -1.6vw;
    width: calc(100% + 3.2vw);
    height: calc(100% + 4vw);
  }
}
.black-bg.is-service:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: skewY(-1deg);
      -ms-transform: skewY(-1deg);
          transform: skewY(-1deg);
}

/***** 独自ページ 2カラムコンテンツ *****/
.second-two-column {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1230px) {
  .second-two-column {
    margin-bottom: 4.8780487805vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-two-column {
    margin-bottom: 8vw;
  }
}
.second-two-column.is-reverse .second-two-column-txt {
  right: 0;
  left: auto;
}
.second-two-column.is-reverse .second-two-column-img {
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 767px) {
  .second-two-column.is-reverse .second-two-column-img {
    margin: 0 -4vw;
    margin-bottom: 8vw;
  }
}
.second-two-column.is-aboutus {
  margin-top: 60px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1230px) {
  .second-two-column.is-aboutus {
    margin-top: 4.8780487805vw;
    margin-bottom: 6.0975609756vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-two-column.is-aboutus {
    margin-top: 12vw;
    margin-bottom: 16vw;
  }
}
.second-two-column.is-service {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1230px) {
  .second-two-column.is-service {
    margin-bottom: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-two-column.is-service {
    margin-bottom: 8vw;
  }
}

.second-two-column-txt {
  position: absolute;
  top: 45px;
  left: 0;
  width: 540px;
}
@media only screen and (max-width: 1230px) {
  .second-two-column-txt {
    top: 3.6585365854vw;
    width: 43.9024390244vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-two-column-txt {
    position: static;
    width: auto !important;
  }
}
.second-two-column-txt.is-message02 {
  width: 640px;
}
@media only screen and (max-width: 1230px) {
  .second-two-column-txt.is-message02 {
    width: 52.0325203252vw;
  }
}
.second-two-column-txt.is-aboutus01 {
  top: 45px;
  width: 540px;
}
@media only screen and (max-width: 1230px) {
  .second-two-column-txt.is-aboutus01 {
    top: 3.6585365854vw;
    width: 43.9024390244vw;
  }
}
.second-two-column-txt.is-aboutus02 {
  top: 0;
  width: 560px;
}
@media only screen and (max-width: 1230px) {
  .second-two-column-txt.is-aboutus02 {
    width: 45.5284552846vw;
  }
}
.second-two-column-txt.is-service01 {
  top: 30px;
  width: 560px;
}
@media only screen and (max-width: 1230px) {
  .second-two-column-txt.is-service01 {
    top: 2.4390243902vw;
    width: 45.5284552846vw;
  }
}
.second-two-column-txt.is-service02 {
  top: -20px;
  width: 560px;
}
@media only screen and (max-width: 1230px) {
  .second-two-column-txt.is-service02 {
    top: -1.6260162602vw;
    width: 45.5284552846vw;
  }
}

.second-two-column-img {
  margin: 0 0 0 auto;
  width: 720px;
}
@media only screen and (max-width: 1230px) {
  .second-two-column-img {
    width: 58.5365853659vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-two-column-img {
    margin: 0 -4vw;
    margin-bottom: 8vw;
    width: auto !important;
  }
}
.second-two-column-img.is-message02, .second-two-column-img.is-aboutus02 {
  width: 600px;
}
@media only screen and (max-width: 1230px) {
  .second-two-column-img.is-message02, .second-two-column-img.is-aboutus02 {
    width: 48.7804878049vw;
  }
}
.second-two-column-img.is-service01 {
  width: 900px;
}
@media only screen and (max-width: 1230px) {
  .second-two-column-img.is-service01 {
    width: 73.1707317073vw;
  }
}
.second-two-column-img.is-service02 {
  width: 580px;
}
@media only screen and (max-width: 1230px) {
  .second-two-column-img.is-service02 {
    width: 47.1544715447vw;
  }
}

.second-two-column-body {
  padding: 30px;
  background: rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 1230px) {
  .second-two-column-body {
    padding: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-two-column-body {
    padding: 4vw;
    font-size: 3.2vw;
  }
}
.second-two-column-body.is-aboutus {
  padding: 20px;
}
@media only screen and (max-width: 1230px) {
  .second-two-column-body.is-aboutus {
    padding: 1.6260162602vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-two-column-body.is-aboutus {
    padding: 4vw;
  }
}

/***** テーブル *****/
.p-tbl-wrap {
  position: relative;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 120px;
  max-width: 860px;
  background-color: #000000;
}
@media only screen and (max-width: 1230px) {
  .p-tbl-wrap {
    padding-top: 4.8780487805vw;
    padding-bottom: 9.756097561vw;
    max-width: 69.918699187vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-tbl-wrap {
    padding: 8vw 4vw 16vw 4vw;
    max-width: inherit;
  }
}
.p-tbl-wrap.is-message {
  margin-top: 60px;
}
@media only screen and (max-width: 1230px) {
  .p-tbl-wrap.is-message {
    margin-top: 4.8780487805vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-tbl-wrap.is-message {
    margin-top: 12vw;
  }
}
.p-tbl-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 860px;
  border-color: transparent transparent #161616 transparent;
}
@media only screen and (max-width: 1230px) {
  .p-tbl-wrap:before {
    border-width: 0 0 3.6585365854vw 69.918699187vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-tbl-wrap:before {
    border-width: 0 0 8vw 92vw;
  }
}

.second-tbl-list {
  margin: 0 auto;
}

.second-tbl-list-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1230px) {
  .second-tbl-list-tr {
    margin-bottom: 4.8780487805vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-tbl-list-tr {
    margin-bottom: 16vw;
  }
}
.second-tbl-list-tr:last-child {
  margin-bottom: 0;
}

.second-tbl-list-th {
  position: relative;
  margin-right: 135px;
  width: 90px;
  color: #007bb7;
  font-size: 1.125rem;
  text-align: right;
}
@media only screen and (max-width: 1230px) {
  .second-tbl-list-th {
    margin-right: 10.9756097561vw;
    width: 7.3170731707vw;
    font-size: 1.4634146341vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-tbl-list-th {
    margin-right: 17.3333333333vw;
    width: 21.8666666667vw;
    font-size: 4vw;
    text-align: left;
  }
}
.second-tbl-list-th:before, .second-tbl-list-th:after {
  content: "";
  position: absolute;
  top: 16px;
  width: 45px;
  height: 1px;
}
@media only screen and (max-width: 1230px) {
  .second-tbl-list-th:before, .second-tbl-list-th:after {
    top: 1.3008130081vw;
    width: 3.6585365854vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-tbl-list-th:before, .second-tbl-list-th:after {
    top: 3.7333333333vw;
    width: 5.3333333333vw;
  }
}
.second-tbl-list-th:before {
  left: 110px;
  background: #007bb7;
}
@media only screen and (max-width: 1230px) {
  .second-tbl-list-th:before {
    left: 8.9430894309vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-tbl-list-th:before {
    left: 22.6666666667vw;
  }
}
.second-tbl-list-th:after {
  left: 155px;
  background: #ffffff;
}
@media only screen and (max-width: 1230px) {
  .second-tbl-list-th:after {
    left: 12.6016260163vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-tbl-list-th:after {
    left: 28vw;
  }
}

.second-tbl-list-td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/***** VOICE *****/
.p-voice-contents {
  padding-top: 45px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1230px) {
  .p-voice-contents {
    padding-top: 3.6585365854vw;
    padding-bottom: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-contents {
    padding-top: 12vw;
    padding-bottom: 8vw;
  }
}
.p-voice-contents.is-message, .p-voice-contents.is-voice {
  padding-bottom: 180px;
}
@media only screen and (max-width: 1230px) {
  .p-voice-contents.is-message, .p-voice-contents.is-voice {
    padding-bottom: 14.6341463415vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-contents.is-message, .p-voice-contents.is-voice {
    padding-bottom: 32vw;
  }
}

.p-voice-contents-wrap,
.voice-list {
  position: relative;
  z-index: 2;
}

.p-voice-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1230px) {
  .p-voice-contents-wrap {
    margin-bottom: 7.3170731707vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-contents-wrap {
    display: block;
    margin-bottom: 16vw;
  }
}

.p-voice-contents-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 60px;
  font-size: 2.8125rem;
  font-weight: normal;
}
@media only screen and (max-width: 1230px) {
  .p-voice-contents-ttl {
    margin-right: 4.8780487805vw;
    font-size: 3.6585365854vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-contents-ttl {
    margin-right: 0;
    margin-bottom: 4vw;
    font-size: 5.8666666667vw;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .p-voice-contents-txt {
    margin-bottom: 4vw;
    font-size: 3.2vw;
  }
}

/***** 横幅いっぱい画像 *****/
.map-max-width {
  height: 0;
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .map-max-width {
    padding-bottom: 50%;
  }
}
.map-max-width iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.p-recruit,
.p-vehicle {
  overflow: hidden;
}

/***** TOP 2カラムコンテンツ *****/
.top-two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .top-two-column {
    display: block;
  }
}
.top-two-column.is-reverse {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}
.top-two-column.is-reverse .top-ttl-wrap {
  top: 0;
  left: calc(50% + 20px);
}
@media only screen and (max-width: 1230px) {
  .top-two-column.is-reverse .top-ttl-wrap {
    left: calc(50% + 1.6260162602vw);
  }
}
.top-two-column.is-reverse .top-two-column-contents {
  padding-top: 90px;
  margin-right: 0;
  margin-left: 45px;
}
@media only screen and (max-width: 1230px) {
  .top-two-column.is-reverse .top-two-column-contents {
    padding-top: 7.3170731707vw;
    margin-left: 3.6585365854vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-two-column.is-reverse .top-two-column-contents {
    padding-top: 0;
    margin-left: 0;
  }
}

.top-ttl-wrap {
  position: absolute;
  top: 30px;
  left: 0;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
  font-weight: normal;
}
@media only screen and (max-width: 1230px) {
  .top-ttl-wrap {
    top: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-ttl-wrap {
    position: static;
    margin-bottom: 30px;
  }
}
.top-ttl-wrap.is-top {
  top: 15px;
}
@media only screen and (max-width: 1230px) {
  .top-ttl-wrap.is-top {
    top: 1.2195121951vw;
  }
}
.top-ttl-wrap.is-recruit {
  top: 0;
}
.top-ttl-wrap.is-recruit:after {
  top: -10px;
}
@media only screen and (max-width: 1230px) {
  .top-ttl-wrap.is-recruit:after {
    top: -0.8130081301vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-ttl-wrap.is-recruit:after {
    top: -2.6666666667vw;
  }
}
.top-ttl-wrap:after {
  content: attr(data-en-bg) "";
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 5rem;
  opacity: 0.1;
  white-space: nowrap;
}
@media only screen and (max-width: 1230px) {
  .top-ttl-wrap:after {
    top: -3.2520325203vw;
    font-size: 6.5040650407vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-ttl-wrap:after {
    top: 0;
    left: 8vw;
    font-size: 2.5rem;
  }
}

.top-ttl-ja {
  display: block;
  position: relative;
  font-size: 2.8125rem;
  line-height: 1.5em;
  z-index: 2;
}
@media only screen and (max-width: 1230px) {
  .top-ttl-ja {
    font-size: 3.6585365854vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-ttl-ja {
    font-size: 1.875rem;
  }
}

.top-ttl-en {
  display: block;
  position: relative;
  color: #c70a0a;
  font-size: 0.75rem;
  z-index: 2;
}
@media only screen and (max-width: 1230px) {
  .top-ttl-en {
    font-size: 0.9756097561vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-ttl-en {
    font-size: 0.625rem;
  }
}

.top-recruit-sub-ttl {
  display: inline-block;
  padding: 2px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  background-color: #c70a0a;
  font-size: 0.9375rem;
}
@media only screen and (max-width: 1230px) {
  .top-recruit-sub-ttl {
    padding: 0.202020202vw 1.5151515152vw;
    font-size: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-recruit-sub-ttl {
    padding: 0.5333333333vw 4vw;
    font-size: 0.75rem;
  }
}
.top-recruit-sub-ttl.is-large {
  font-size: 1.125rem;
}
@media only screen and (max-width: 1230px) {
  .top-recruit-sub-ttl.is-large {
    font-size: 1.4634146341vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-recruit-sub-ttl.is-large {
    font-size: 0.75rem;
  }
}

.top-two-column-img,
.top-two-column-contents {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .top-two-column-img,
  .top-two-column-contents {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .top-two-column-img {
    margin-bottom: 15px;
  }
}

.top-two-column-contents {
  margin-right: 45px;
  padding-top: 150px;
}
@media only screen and (max-width: 1230px) {
  .top-two-column-contents {
    margin-right: 3.6585365854vw;
    padding-top: 12.1951219512vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-two-column-contents {
    margin-right: 0;
    padding-top: 0;
  }
}
.top-two-column-contents.is-padding {
  padding-top: 90px;
}
@media only screen and (max-width: 1230px) {
  .top-two-column-contents.is-padding {
    padding-top: 7.3170731707vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-two-column-contents.is-padding {
    padding-top: 0;
  }
}

.top-two-column-ttl-rotate {
  margin-bottom: 30px;
  font-size: 1.875rem;
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  line-height: 2em;
  white-space: nowrap;
}
@media only screen and (max-width: 1230px) {
  .top-two-column-ttl-rotate {
    margin-bottom: 2.4390243902vw;
    font-size: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-two-column-ttl-rotate {
    margin-bottom: 8vw;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
  }
}
.top-two-column-ttl-rotate strong {
  font-size: 2.8125rem;
}
@media only screen and (max-width: 1230px) {
  .top-two-column-ttl-rotate strong {
    font-size: 3.6585365854vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-two-column-ttl-rotate strong {
    font-size: 5.8666666667vw;
  }
}

.top-two-column-body {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1230px) {
  .top-two-column-body {
    margin-bottom: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-two-column-body {
    margin-bottom: 8vw;
    font-size: 3.2vw;
  }
}

@media only screen and (max-width: 767px) {
  .top-btn {
    text-align: center;
  }
}

/**** アニメーション ****/
.effect-fade,
.key-fade {
  opacity: 0;
}
.effect-fade.effect-scroll.is-fade, .effect-fade.effect-load.is-fade,
.key-fade.effect-scroll.is-fade,
.key-fade.effect-load.is-fade {
  -webkit-animation: fadeAnimation 1s ease-out forwards;
          animation: fadeAnimation 1s ease-out forwards;
}
@-webkit-keyframes fadeAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.effect-fade.effect-scroll.is-up, .effect-fade.effect-load.is-up,
.key-fade.effect-scroll.is-up,
.key-fade.effect-load.is-up {
  -webkit-animation: fadeUp 0.3s ease-out forwards;
          animation: fadeUp 0.3s ease-out forwards;
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.effect-fade.effect-scroll.is-toLeft, .effect-fade.effect-load.is-toLeft,
.key-fade.effect-scroll.is-toLeft,
.key-fade.effect-load.is-toLeft {
  -webkit-animation: toRight 0.5s ease-out forwards;
          animation: toRight 0.5s ease-out forwards;
}
@-webkit-keyframes toRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes toRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.effect-fade.effect-scroll.delay01, .effect-fade.effect-load.delay01,
.key-fade.effect-scroll.delay01,
.key-fade.effect-load.delay01 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.effect-fade.effect-scroll.delay02, .effect-fade.effect-load.delay02,
.key-fade.effect-scroll.delay02,
.key-fade.effect-load.delay02 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.effect-fade.effect-scroll.delay03, .effect-fade.effect-load.delay03,
.key-fade.effect-scroll.delay03,
.key-fade.effect-load.delay03 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.effect-fade.effect-scroll.delay04, .effect-fade.effect-load.delay04,
.key-fade.effect-scroll.delay04,
.key-fade.effect-load.delay04 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.effect-fade.effect-scroll.delay05, .effect-fade.effect-load.delay05,
.key-fade.effect-scroll.delay05,
.key-fade.effect-load.delay05 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.effect-fade.effect-scroll.delay06, .effect-fade.effect-load.delay06,
.key-fade.effect-scroll.delay06,
.key-fade.effect-load.delay06 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.effect-fade.effect-scroll.delay07, .effect-fade.effect-load.delay07,
.key-fade.effect-scroll.delay07,
.key-fade.effect-load.delay07 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.effect-fade.effect-scroll.delay08, .effect-fade.effect-load.delay08,
.key-fade.effect-scroll.delay08,
.key-fade.effect-load.delay08 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.effect-fade.effect-scroll.delay09, .effect-fade.effect-load.delay09,
.key-fade.effect-scroll.delay09,
.key-fade.effect-load.delay09 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.effect-fade.effect-scroll.delay10, .effect-fade.effect-load.delay10,
.key-fade.effect-scroll.delay10,
.key-fade.effect-load.delay10 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.effect-fade.effect-scroll.delay11, .effect-fade.effect-load.delay11,
.key-fade.effect-scroll.delay11,
.key-fade.effect-load.delay11 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.effect-fade.effect-scroll.delay12, .effect-fade.effect-load.delay12,
.key-fade.effect-scroll.delay12,
.key-fade.effect-load.delay12 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.effect-fade.effect-scroll.delay13, .effect-fade.effect-load.delay13,
.key-fade.effect-scroll.delay13,
.key-fade.effect-load.delay13 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.effect-fade.effect-scroll.delay14, .effect-fade.effect-load.delay14,
.key-fade.effect-scroll.delay14,
.key-fade.effect-load.delay14 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.effect-fade.effect-scroll.delay15, .effect-fade.effect-load.delay15,
.key-fade.effect-scroll.delay15,
.key-fade.effect-load.delay15 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.effect-fade.effect-scroll.delay16, .effect-fade.effect-load.delay16,
.key-fade.effect-scroll.delay16,
.key-fade.effect-load.delay16 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.effect-fade.effect-scroll.delay17, .effect-fade.effect-load.delay17,
.key-fade.effect-scroll.delay17,
.key-fade.effect-load.delay17 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.effect-fade.effect-scroll.delay18, .effect-fade.effect-load.delay18,
.key-fade.effect-scroll.delay18,
.key-fade.effect-load.delay18 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.effect-fade.effect-scroll.delay19, .effect-fade.effect-load.delay19,
.key-fade.effect-scroll.delay19,
.key-fade.effect-load.delay19 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.effect-fade.effect-scroll.delay20, .effect-fade.effect-load.delay20,
.key-fade.effect-scroll.delay20,
.key-fade.effect-load.delay20 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.effect-fade.effect-scroll.delay:nth-child(1), .effect-fade.effect-load.delay:nth-child(1),
.key-fade.effect-scroll.delay:nth-child(1),
.key-fade.effect-load.delay:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.effect-fade.effect-scroll.delay:nth-child(2), .effect-fade.effect-load.delay:nth-child(2),
.key-fade.effect-scroll.delay:nth-child(2),
.key-fade.effect-load.delay:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.effect-fade.effect-scroll.delay:nth-child(3), .effect-fade.effect-load.delay:nth-child(3),
.key-fade.effect-scroll.delay:nth-child(3),
.key-fade.effect-load.delay:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.effect-fade.effect-scroll.delay:nth-child(4), .effect-fade.effect-load.delay:nth-child(4),
.key-fade.effect-scroll.delay:nth-child(4),
.key-fade.effect-load.delay:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.effect-fade.effect-scroll.delay:nth-child(5), .effect-fade.effect-load.delay:nth-child(5),
.key-fade.effect-scroll.delay:nth-child(5),
.key-fade.effect-load.delay:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.effect-fade.effect-scroll.delay:nth-child(6), .effect-fade.effect-load.delay:nth-child(6),
.key-fade.effect-scroll.delay:nth-child(6),
.key-fade.effect-load.delay:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.effect-fade.effect-scroll.delay:nth-child(7), .effect-fade.effect-load.delay:nth-child(7),
.key-fade.effect-scroll.delay:nth-child(7),
.key-fade.effect-load.delay:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.effect-fade.effect-scroll.delay:nth-child(8), .effect-fade.effect-load.delay:nth-child(8),
.key-fade.effect-scroll.delay:nth-child(8),
.key-fade.effect-load.delay:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.effect-fade.effect-scroll.delay:nth-child(9), .effect-fade.effect-load.delay:nth-child(9),
.key-fade.effect-scroll.delay:nth-child(9),
.key-fade.effect-load.delay:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.effect-fade.effect-scroll.delay:nth-child(10), .effect-fade.effect-load.delay:nth-child(10),
.key-fade.effect-scroll.delay:nth-child(10),
.key-fade.effect-load.delay:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.effect-fade.effect-scroll.delay:nth-child(11), .effect-fade.effect-load.delay:nth-child(11),
.key-fade.effect-scroll.delay:nth-child(11),
.key-fade.effect-load.delay:nth-child(11) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.effect-fade.effect-scroll.delay:nth-child(12), .effect-fade.effect-load.delay:nth-child(12),
.key-fade.effect-scroll.delay:nth-child(12),
.key-fade.effect-load.delay:nth-child(12) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.effect-fade.effect-scroll.delay:nth-child(13), .effect-fade.effect-load.delay:nth-child(13),
.key-fade.effect-scroll.delay:nth-child(13),
.key-fade.effect-load.delay:nth-child(13) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.effect-fade.effect-scroll.delay:nth-child(14), .effect-fade.effect-load.delay:nth-child(14),
.key-fade.effect-scroll.delay:nth-child(14),
.key-fade.effect-load.delay:nth-child(14) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.effect-fade.effect-scroll.delay:nth-child(15), .effect-fade.effect-load.delay:nth-child(15),
.key-fade.effect-scroll.delay:nth-child(15),
.key-fade.effect-load.delay:nth-child(15) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.effect-fade.effect-scroll.delay:nth-child(16), .effect-fade.effect-load.delay:nth-child(16),
.key-fade.effect-scroll.delay:nth-child(16),
.key-fade.effect-load.delay:nth-child(16) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.effect-fade.effect-scroll.delay:nth-child(17), .effect-fade.effect-load.delay:nth-child(17),
.key-fade.effect-scroll.delay:nth-child(17),
.key-fade.effect-load.delay:nth-child(17) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.effect-fade.effect-scroll.delay:nth-child(18), .effect-fade.effect-load.delay:nth-child(18),
.key-fade.effect-scroll.delay:nth-child(18),
.key-fade.effect-load.delay:nth-child(18) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.effect-fade.effect-scroll.delay:nth-child(19), .effect-fade.effect-load.delay:nth-child(19),
.key-fade.effect-scroll.delay:nth-child(19),
.key-fade.effect-load.delay:nth-child(19) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.effect-fade.effect-scroll.delay:nth-child(20), .effect-fade.effect-load.delay:nth-child(20),
.key-fade.effect-scroll.delay:nth-child(20),
.key-fade.effect-load.delay:nth-child(20) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.effect-fade.effect-scroll.delay:nth-child(21), .effect-fade.effect-load.delay:nth-child(21),
.key-fade.effect-scroll.delay:nth-child(21),
.key-fade.effect-load.delay:nth-child(21) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.effect-fade.effect-scroll.delay:nth-child(22), .effect-fade.effect-load.delay:nth-child(22),
.key-fade.effect-scroll.delay:nth-child(22),
.key-fade.effect-load.delay:nth-child(22) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.effect-fade.effect-scroll.delay:nth-child(23), .effect-fade.effect-load.delay:nth-child(23),
.key-fade.effect-scroll.delay:nth-child(23),
.key-fade.effect-load.delay:nth-child(23) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.effect-fade.effect-scroll.delay:nth-child(24), .effect-fade.effect-load.delay:nth-child(24),
.key-fade.effect-scroll.delay:nth-child(24),
.key-fade.effect-load.delay:nth-child(24) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.effect-fade.effect-scroll.delay:nth-child(25), .effect-fade.effect-load.delay:nth-child(25),
.key-fade.effect-scroll.delay:nth-child(25),
.key-fade.effect-load.delay:nth-child(25) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.effect-fade.effect-scroll.delay:nth-child(26), .effect-fade.effect-load.delay:nth-child(26),
.key-fade.effect-scroll.delay:nth-child(26),
.key-fade.effect-load.delay:nth-child(26) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
.effect-fade.effect-scroll.delay:nth-child(27), .effect-fade.effect-load.delay:nth-child(27),
.key-fade.effect-scroll.delay:nth-child(27),
.key-fade.effect-load.delay:nth-child(27) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
.effect-fade.effect-scroll.delay:nth-child(28), .effect-fade.effect-load.delay:nth-child(28),
.key-fade.effect-scroll.delay:nth-child(28),
.key-fade.effect-load.delay:nth-child(28) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.effect-fade.effect-scroll.delay:nth-child(29), .effect-fade.effect-load.delay:nth-child(29),
.key-fade.effect-scroll.delay:nth-child(29),
.key-fade.effect-load.delay:nth-child(29) {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}
.effect-fade.effect-scroll.delay:nth-child(30), .effect-fade.effect-load.delay:nth-child(30),
.key-fade.effect-scroll.delay:nth-child(30),
.key-fade.effect-load.delay:nth-child(30) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.effect-fade.effect-scroll.delay:nth-child(31), .effect-fade.effect-load.delay:nth-child(31),
.key-fade.effect-scroll.delay:nth-child(31),
.key-fade.effect-load.delay:nth-child(31) {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}
.effect-fade.effect-scroll.delay:nth-child(32), .effect-fade.effect-load.delay:nth-child(32),
.key-fade.effect-scroll.delay:nth-child(32),
.key-fade.effect-load.delay:nth-child(32) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.effect-fade.effect-scroll.delay:nth-child(33), .effect-fade.effect-load.delay:nth-child(33),
.key-fade.effect-scroll.delay:nth-child(33),
.key-fade.effect-load.delay:nth-child(33) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
.effect-fade.effect-scroll.delay:nth-child(34), .effect-fade.effect-load.delay:nth-child(34),
.key-fade.effect-scroll.delay:nth-child(34),
.key-fade.effect-load.delay:nth-child(34) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
.effect-fade.effect-scroll.delay:nth-child(35), .effect-fade.effect-load.delay:nth-child(35),
.key-fade.effect-scroll.delay:nth-child(35),
.key-fade.effect-load.delay:nth-child(35) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.effect-fade.effect-scroll.delay:nth-child(36), .effect-fade.effect-load.delay:nth-child(36),
.key-fade.effect-scroll.delay:nth-child(36),
.key-fade.effect-load.delay:nth-child(36) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
.effect-fade.effect-scroll.delay:nth-child(37), .effect-fade.effect-load.delay:nth-child(37),
.key-fade.effect-scroll.delay:nth-child(37),
.key-fade.effect-load.delay:nth-child(37) {
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
}
.effect-fade.effect-scroll.delay:nth-child(38), .effect-fade.effect-load.delay:nth-child(38),
.key-fade.effect-scroll.delay:nth-child(38),
.key-fade.effect-load.delay:nth-child(38) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}
.effect-fade.effect-scroll.delay:nth-child(39), .effect-fade.effect-load.delay:nth-child(39),
.key-fade.effect-scroll.delay:nth-child(39),
.key-fade.effect-load.delay:nth-child(39) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}
.effect-fade.effect-scroll.delay:nth-child(40), .effect-fade.effect-load.delay:nth-child(40),
.key-fade.effect-scroll.delay:nth-child(40),
.key-fade.effect-load.delay:nth-child(40) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.effect-fade.effect-scroll.delay:nth-child(41), .effect-fade.effect-load.delay:nth-child(41),
.key-fade.effect-scroll.delay:nth-child(41),
.key-fade.effect-load.delay:nth-child(41) {
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
}
.effect-fade.effect-scroll.delay:nth-child(42), .effect-fade.effect-load.delay:nth-child(42),
.key-fade.effect-scroll.delay:nth-child(42),
.key-fade.effect-load.delay:nth-child(42) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
.effect-fade.effect-scroll.delay:nth-child(43), .effect-fade.effect-load.delay:nth-child(43),
.key-fade.effect-scroll.delay:nth-child(43),
.key-fade.effect-load.delay:nth-child(43) {
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s;
}
.effect-fade.effect-scroll.delay:nth-child(44), .effect-fade.effect-load.delay:nth-child(44),
.key-fade.effect-scroll.delay:nth-child(44),
.key-fade.effect-load.delay:nth-child(44) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}
.effect-fade.effect-scroll.delay:nth-child(45), .effect-fade.effect-load.delay:nth-child(45),
.key-fade.effect-scroll.delay:nth-child(45),
.key-fade.effect-load.delay:nth-child(45) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.effect-fade.effect-scroll.delay:nth-child(46), .effect-fade.effect-load.delay:nth-child(46),
.key-fade.effect-scroll.delay:nth-child(46),
.key-fade.effect-load.delay:nth-child(46) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}
.effect-fade.effect-scroll.delay:nth-child(47), .effect-fade.effect-load.delay:nth-child(47),
.key-fade.effect-scroll.delay:nth-child(47),
.key-fade.effect-load.delay:nth-child(47) {
  -webkit-animation-delay: 9.4s;
          animation-delay: 9.4s;
}
.effect-fade.effect-scroll.delay:nth-child(48), .effect-fade.effect-load.delay:nth-child(48),
.key-fade.effect-scroll.delay:nth-child(48),
.key-fade.effect-load.delay:nth-child(48) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
.effect-fade.effect-scroll.delay:nth-child(49), .effect-fade.effect-load.delay:nth-child(49),
.key-fade.effect-scroll.delay:nth-child(49),
.key-fade.effect-load.delay:nth-child(49) {
  -webkit-animation-delay: 9.8s;
          animation-delay: 9.8s;
}
.effect-fade.effect-scroll.delay:nth-child(50), .effect-fade.effect-load.delay:nth-child(50),
.key-fade.effect-scroll.delay:nth-child(50),
.key-fade.effect-load.delay:nth-child(50) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

/***** メンテナンスページ調整 *****/
.p-maintenance {
  color: #000000;
  background: #ffffff;
}
.p-maintenance .c-lead {
  margin: 0 auto;
  max-width: 960px;
  font-size: 0.9375rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-maintenance .c-lead {
    font-size: 4vw;
  }
}
/*# sourceMappingURL=style-common.css.map */