@charset "UTF-8";
/*--------------------------------------------
  Foundation
--------------------------------------------*/
/*--------------------------------------------
  value
--------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?fsx2ee");
  src: url("../fonts/icomoon.eot?fsx2ee#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fsx2ee") format("truetype"), url("../fonts/icomoon.woff?fsx2ee") format("woff"), url("../fonts/icomoon.svg?fsx2ee#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*--------------------------------------------
  media query
--------------------------------------------*/
/*--------------------------------------------
  transition
--------------------------------------------*/
/*--------------------------------------------
  hover image
--------------------------------------------*/
/*--------------------------------------------
  hover opacity
--------------------------------------------*/
/*--------------------------------------------
  slick slider dot nav
--------------------------------------------*/
/*--------------------------------------------
  icon
--------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, 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;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: top;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

ul li,
ol li {
  list-style-type: none;
}

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

/*--------------------------------------------
  BASE
--------------------------------------------*/
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1399.9px) {
  html {
    font-size: 0.75vw;
  }
}
@media (max-width: 1199.9px) {
  html {
    font-size: 0.8vw;
  }
}
@media (max-width: 991.9px) {
  html {
    font-size: 1.3vw;
  }
}
@media (max-width: 767.9px) {
  html {
    font-size: 1.75vw;
  }
}
@media (max-width: 575.9px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  padding-top: 7.5487em;
}
@media (max-width: 991.9px) {
  body {
    font-size: 1.4rem;
    padding-top: 4.284em;
  }
}
@media (max-width: 575.9px) {
  body {
    padding-top: 3.571em;
  }
}

* {
  overflow-wrap: break-word;
  word-break: break-all;
}

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

main,
picture {
  display: block;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

table {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}
@media (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  a {
    -webkit-transition: all 0.4s 0s;
    transition: all 0.4s 0s;
  }
}

button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  button {
    -webkit-transition: all 0.4s 0s;
    transition: all 0.4s 0s;
  }
}

svg {
  width: 1em;
  height: 1em;
  fill: #000;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
}

input,
textarea {
  -webkit-appearance: none;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
[type=range],
[type=color],
[type=file],
select,
textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 1em;
  background-color: transparent;
  border: 1px solid #ddd;
  outline: none;
  line-height: 1.3;
}
select {
  padding-right: 1.3em;
}
select option {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, "Yu Gothic Medium", "Yu Gothic", Verdana, arial, sans-serif;
}
.is-ios select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

textarea {
  min-height: 12.5em;
}
@media (max-width: 767.9px) {
  textarea {
    min-height: 10em;
  }
}

/*!------------------------------------*\
    slideout
\*!------------------------------------*/
@media (max-width: 991.9px) {
  .slideout-open,
.slideout-open body {
    overflow: hidden;
  }
  .slideout-menu {
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
  }
  .slideout-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -6em;
    left: 0;
    right: 0;
    bottom: -6em;
    background-color: #ffffff;
  }
  .slideout-open .slideout-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .slideout-menu .scroll-inner {
    position: relative;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .slideout-menu .menu-inner {
    padding: 8em 5vw 10em;
  }
}
.slideout-panel {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.2);
  will-change: transform;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.slideout-open .slideout-panel {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.slideout-hamburger {
  display: block;
  width: 4.5em;
  height: 100%;
  padding: 2em 1em;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #e70012;
  cursor: pointer;
}

.hamburger-icon {
  position: relative;
  display: block;
}

.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #ffffff;
}

.hamburger-icon::before,
.hamburger-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.7em;
  left: 0;
}

.hamburger-icon::after {
  top: 0.7em;
}

.slideout-open .hamburger-icon {
  background-color: transparent;
}

.slideout-open .hamburger-icon::before,
.slideout-open .hamburger-icon::after {
  top: 0;
}

.slideout-open .hamburger-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slideout-open .hamburger-icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

/*--------------------------------------------
  Layout
--------------------------------------------*/
/*--------------------------------------------
  footer info
--------------------------------------------*/
/*--------------------------------------------
  footer contact
--------------------------------------------*/
.l-footer_contact {
  background: #383636;
}
.l-footer_contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer_contact__item {
  width: 50%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  line-height: 1;
  padding: 5em 2rem;
}
.l-footer_contact__item a {
  color: #ffffff;
}
.l-footer_contact__item.-tel {
  border-right: 1px solid #888888;
}
.l-footer_contact__item.-tel .l-footer_contact__ttl {
  margin-bottom: 2.2rem;
}
.l-footer_contact__item.-tel .num a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer_contact__item.-tel .num a img {
  width: 28px;
}
.l-footer_contact__item.-tel .num a span {
  font-size: 3em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-left: 1.8rem;
}
.l-footer_contact__item.-tel .txt {
  font-size: 0.85em;
  margin-top: 1rem;
}
.l-footer_contact__item.-mail .l-footer_contact__ttl {
  margin-bottom: 2rem;
}
.l-footer_contact__item.-mail .c-btn {
  border-radius: 20px;
}
.l-footer_contact__item.-mail .c-btn.-contact span {
  padding-left: 4rem;
}
.l-footer_contact__ttl {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 991.9px) {
  .l-footer_contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer_contact__item {
    width: 100%;
  }
  .l-footer_contact__item.-tel {
    border-right: none;
    border-bottom: 1px solid #888888;
  }
}
@media (max-width: 575.9px) {
  .l-footer_contact__ttl {
    font-size: 1.2em;
  }
  .l-footer_contact__btn {
    width: 100%;
  }
  .l-footer_contact__item {
    padding: 3em 2rem;
  }
  .l-footer_contact__item.-tel .num a img {
    width: 2rem;
  }
  .l-footer_contact__item.-tel .num a span {
    font-size: 2.5em;
    margin-left: 1rem;
  }
}

/*--------------------------------------------
  footer
--------------------------------------------*/
.l-footer__inner {
  max-width: calc(1740px + 10vw) !important;
  position: relative;
}
.l-footer__inner:before {
  content: "";
  width: 100%;
  height: 40.7rem;
  background: #f8f8f8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.l-footer__bottom {
  padding-top: 5em;
  padding-bottom: 5em;
}
.l-footer__info {
  line-height: 2.42;
  font-size: 0.85em;
  margin-top: 2.5rem;
}
.l-footer__bottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1442px;
  margin-right: auto;
  margin-left: auto;
}
.l-footer__logo {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
}
.l-footer__copyright {
  border-top: solid 1px #DCDCDC;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  background: #000;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}
.l-footer__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__nav ul:not(:first-child) {
  margin-left: 1em;
}
.l-footer__navItem {
  font-size: 1.4rem;
}
.l-footer__navItem:not(:first-child) {
  margin-left: 1em;
}
@media (min-width: 992px) {
  .l-footer__navItem a:hover {
    color: #e70012;
  }
}
.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 4rem;
}
.l-footer__sns .sns_item:not(:first-child) {
  margin-left: 1rem;
}
.l-footer__sns .sns_item img {
  width: 40px;
}
@media (max-width: 1199.9px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .l-footer__nav ul:not(:first-child) {
    margin-top: 1em;
    margin-left: 0;
  }
}
@media (max-width: 991.9px) {
  .l-footer__bottom {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .l-footer__info {
    margin-top: 1.5rem;
    line-height: 1.8;
  }
  .l-footer__copyright {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (max-width: 575.9px) {
  .l-footer__copyright {
    text-align: center;
  }
}

/*--------------------------------------------
  header main
--------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 105;
  white-space: nowrap;
  background: #fff;
}
.l-header.is-act {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.l-header.is-act .l-header__inner {
  padding: 1.5rem 2vw;
}
.l-header__inner {
  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;
  padding: 3rem 2vw;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__navi {
  margin-left: auto;
  padding-left: 1vw;
}
.l-header__navi__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__navi__item:not(:first-child) {
  margin-left: 1.25em;
}
.l-header__navi__item a {
  font-size: 0.875em;
}
@media (min-width: 992px) {
  .l-header__navi__item a:hover {
    color: #e70012;
  }
}
.l-header__navi .slideout-menu:before {
  display: none;
}
.l-header__sns {
  margin-left: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__sns .sns_item:not(:first-child) {
  margin-left: 1rem;
}
.l-header__sns img {
  max-width: 40px;
}
.l-header__tel {
  margin-left: 2.6vw;
}
.l-header__tel .num a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__tel .num img {
  max-width: 20px;
}
.l-header__tel .num span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
}
.l-header__contact {
  margin-left: 2rem;
}
.l-header__hamburger {
  width: 6rem;
  height: 6rem;
  background: #e70012;
  z-index: 115;
  margin-left: 1.5rem;
}
.l-header__hamburger span {
  position: absolute;
  width: 60%;
  height: 2px;
  background: #ffffff;
  left: 20%;
  top: calc(50% - 1px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header__hamburger span:before, .l-header__hamburger span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background: #ffffff;
  -webkit-transition: inherit;
  transition: inherit;
}
.l-header__hamburger span:before {
  -webkit-transform: translateY(-0.75em);
          transform: translateY(-0.75em);
}
.l-header__hamburger span:after {
  -webkit-transform: translateY(0.75em);
          transform: translateY(0.75em);
}
.slideout-open .l-header__hamburger {
  background: transparent;
}
.slideout-open .l-header__hamburger span {
  background: transparent;
}
.slideout-open .l-header__hamburger span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #e70012;
}
.slideout-open .l-header__hamburger span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #e70012;
}
@media (max-width: 1599.9px) {
  .l-header__inner {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .l-header__navi {
    padding-left: 1.5vw;
  }
  .l-header__sns {
    margin-left: 1.5vw;
  }
  .l-header__tel {
    margin-left: 1.5vw;
  }
}
@media (max-width: 1399.9px) {
  .l-header__navi {
    padding-left: 1vw;
  }
  .l-header__sns {
    margin-left: 1vw;
  }
  .l-header__tel {
    margin-left: 1vw;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .l-header__contact a {
    width: 5rem !important;
    height: 5rem;
    border-radius: 7px !important;
    padding: 0 !important;
    background: url(../img/common/icon_mail_white.svg) no-repeat center/20px auto;
    background-color: #e70012 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) and (min-width: 992px) {
  .l-header__contact a:hover {
    background-image: url(../img/common/icon_mail_red.svg);
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .l-header__sns img {
    max-width: 3vw;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .l-header__tel .num span {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .l-header__contact a {
    width: 5rem !important;
    height: 5rem;
    border-radius: 7px !important;
    padding: 0 !important;
    background: url(../img/common/icon_mail_white.svg) no-repeat center/20px auto;
    background-color: #e70012 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) and (min-width: 992px) {
  .l-header__contact a:hover {
    background-image: url(../img/common/icon_mail_red.svg);
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .l-header__sns img {
    max-width: 3vw;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .l-header__tel .num span {
    font-size: 2.4rem;
  }
}
@media (max-width: 991.9px) {
  .l-header.is-act .l-header__inner {
    padding: 0 0 0 3vw;
  }
  .l-header__inner {
    padding: 0 0 0 3vw;
  }
  .l-header__navi__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    overflow: auto;
    padding: 6rem 4vw 5rem;
  }
  .l-header__navi__list {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .l-header__navi__item {
    text-align: center;
    border-bottom: solid 1px #e6e6e6;
  }
  .l-header__navi__item:not(:first-child) {
    margin-left: 0;
  }
  .l-header__navi__item a {
    color: #333;
    display: block;
    padding: 1em 0;
  }
  .l-header__navi .l-header__sns,
.l-header__navi .l-header__tel,
.l-header__navi .l-header__contact {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 575.9px) {
  .l-header__logo {
    width: 30%;
  }
  .l-header__hamburger {
    width: 5rem;
    height: 5rem;
    padding: 1em;
  }
  .l-header__sns .sns_item img {
    width: 30px;
  }
}

/*--------------------------------------------
  inertia box
--------------------------------------------*/
/*--------------------------------------------
  content main
--------------------------------------------*/
.l-container {
  overflow: hidden;
}

.l-content {
  padding-bottom: 7.5em;
  position: relative;
}
.l-content.-bg:before {
  content: "";
  width: 100%;
  height: 7.5em;
  background: #f8f8f8;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991.9px) {
  .l-content {
    padding-bottom: 5em;
  }
}

.l-main {
  padding-bottom: 7.5em;
  position: relative;
}
.l-main.-bg:before {
  content: "";
  width: 100%;
  height: 7.5em;
  background: #f8f8f8;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991.9px) {
  .l-main {
    padding-bottom: 5em;
  }
  .l-main.-bg:before {
    height: 6em;
  }
}

/*--------------------------------------------
  breadcrumb wrap
--------------------------------------------*/
/*--------------------------------------------
  breadcrumb ol
--------------------------------------------*/
.l-breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-breadcrumb_list__item {
  position: relative;
  margin-left: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.l-breadcrumb_list__item + *::before {
  content: ">";
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 0.5em;
  color: #888;
  font-weight: 700;
}
.l-breadcrumb_list__item > a {
  display: block;
  font-size: 1.2rem;
  color: #666666;
}
.l-breadcrumb_list__item:first-child {
  padding-left: 0;
}
.l-breadcrumb_list__item:first-child > a {
  border-bottom: 1px solid #888;
}
.l-breadcrumb_list__item:first-child > a:hover {
  border-color: transparent;
}
.l-breadcrumb_list__item:last-child > a {
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 991.9px) {
  .l-breadcrumb_list {
    padding-top: 2rem;
  }
}
/*--------------------------------------------
  Object
--------------------------------------------*/
/*--------------------------------------------
  button wrap
--------------------------------------------*/
.c-btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3em;
}
.c-btn_wrap.-mgt_lg {
  margin-top: 5em;
}
.c-btn_wrap.-col > * + * {
  margin-left: 2em;
}
@media (max-width: 991.9px) {
  .c-btn_wrap {
    margin-top: 2.5em;
  }
  .c-btn_wrap.-mgt_lg {
    margin-top: 3em;
  }
}
@media (max-width: 767.9px) {
  .c-btn_wrap.-col {
    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;
  }
  .c-btn_wrap.-col > * + * {
    margin-top: 1.5em;
    margin-left: 0;
  }
}

/*--------------------------------------------
  button
--------------------------------------------*/
.c-btn {
  display: block;
  border-radius: 5px;
  width: 46rem;
  max-width: 100%;
  padding: 1.8em 2em;
  font-weight: bold;
  background-color: #e70012;
  border: 1px solid #e70012;
  font-size: 2rem;
  color: #ffffff;
  line-height: 1;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .c-btn:hover {
    color: #e70012;
    background: #fff;
  }
}
.c-btn.-center {
  margin-right: auto;
  margin-left: auto;
}
.c-btn.-md {
  width: 24rem;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.6em 1em;
}
.c-btn.-contact {
  text-align: center;
}
.c-btn.-contact span {
  padding-left: 3rem;
  position: relative;
}
.c-btn.-contact span:before {
  content: "";
  width: 20px;
  height: 14px;
  background: url(../img/common/icon_mail_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .c-btn.-contact:hover span:before {
    background-image: url(../img/common/icon_mail_red.svg);
  }
}
.c-btn.-arrow {
  position: relative;
}
.c-btn.-arrow:before {
  content: "";
  width: 13px;
  height: 20px;
  background: url(../img/common/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .c-btn.-arrow:hover:before {
    background-image: url(../img/common/arrow_right_red.svg);
  }
}
.c-btn.-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000;
}
.c-btn.-white.-arrow:before {
  content: "";
  background-image: url(../img/common/arrow_right_red.svg);
}
@media (min-width: 992px) {
  .c-btn.-white.-arrow:hover:before {
    background-image: url(../img/common/arrow_right_white.svg);
  }
}
@media (min-width: 992px) {
  .c-btn.-white:hover {
    background-color: #383636;
    color: #ffffff;
  }
}
.c-btn.-center {
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  .c-btn {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------
  button lg
--------------------------------------------*/
.c-btn_lg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 16rem;
  padding: 1em;
  padding-right: 4em;
  background-color: #e70012;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.3;
}
.c-btn_lg::before {
  content: "";
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eab7";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  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;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  padding-left: 0.1em;
  background-color: #e70012;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (min-width: 992px) {
  .c-btn_lg::before {
    -webkit-transition: all 0.4s 0s;
    transition: all 0.4s 0s;
  }
}
.c-btn_lg:hover::before {
  background-color: #ffffff;
  color: #e70012;
}
@media (max-width: 991.9px) {
  .c-btn_lg {
    min-height: 10rem;
    padding: 0.8em;
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .c-btn_lg {
    min-height: 8rem;
    font-size: 1.8rem;
  }
}

/*============================================

  FORM

============================================*/
.c-form__sheet > tbody > tr {
  border-bottom: solid 1px #e6e6e6;
}
.c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
  text-align: left;
  line-height: 1.5;
  padding: 1.5em;
  vertical-align: top;
}
.c-form__sheet > tbody > tr > th {
  width: 25%;
}
.c-form__sheet > tbody > tr > td {
  width: 75%;
}
@media (max-width: 991.9px) {
  .c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
    padding: 1em;
  }
  .c-form__sheet > tbody > tr th {
    width: 28%;
  }
  .c-form__sheet > tbody > tr td {
    width: 72%;
  }
}
@media (max-width: 767.9px) {
  .c-form__sheet > tbody > tr {
    display: block;
    padding-bottom: 1.125em;
  }
  .c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
    display: block;
    padding: 1em;
  }
  .c-form__sheet > tbody > tr > th {
    width: 100%;
    font-size: 1.125em;
    padding-bottom: 0;
  }
  .c-form__sheet > tbody > tr > td {
    width: 100%;
  }
  .c-form__sheet > tbody > tr:nth-last-child(n+2) {
    margin-bottom: 1.125em;
  }
}
@media (max-width: 575.9px) {
  .c-form__sheet > tbody > tr > th {
    padding: 0;
  }
  .c-form__sheet > tbody > tr > td {
    padding: 1em 0 0 0;
  }
}
.c-form__ttl {
  display: inline-block;
  padding-right: 0.75em;
  font-weight: inherit;
}
.c-form__ttl.-required {
  position: relative;
}
.c-form__ttl.-required:after {
  position: absolute;
  content: "*";
  right: 0;
  top: 0;
  font-size: 1.125em;
  color: #e70012;
}
.c-form__row > .c-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__row > .c-form__field > .c-form__subttl {
  margin-right: 1em;
  display: inline-block;
  width: 22%;
}
@media (max-width: 991.9px) {
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 25%;
  }
}
@media (max-width: 767.9px) {
  .c-form__row > .c-form__field {
    display: block;
  }
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.c-form__rowgroup th,
.c-form__rowgroup td {
  padding-bottom: 0.75em;
}
.c-form__rowgroup th {
  white-space: nowrap;
  font-weight: 400;
  padding-right: 2em;
}
@media (max-width: 991.9px) {
  .c-form__rowgroup th,
.c-form__rowgroup td {
    display: block !important;
    width: 100% !important;
  }
}
.c-form__field:nth-child(n+2) {
  margin-top: 1em;
}
.c-form__field label.error {
  display: block;
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__field.-pe_none label {
  pointer-events: none;
}
.c-form__field.-pe_none label input {
  pointer-events: none;
}
.c-form__field.-radio li:nth-child(n+2), .c-form__field.-check li:nth-child(n+2) {
  margin-top: 0.5em;
}
.c-form__error {
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__notes {
  position: relative;
  margin-top: 0.5em;
  font-size: 0.875em;
  opacity: 0.75;
  padding-left: 1em;
}
.c-form__notes:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.c-form__input.-text, .c-form__input.-textarea {
  display: inline-block;
  vertical-align: middle;
  padding: 0.75em;
  border: solid 1px #ddd;
}
.c-form__input.-text.-short, .c-form__input.-textarea.-short {
  width: 40%;
}
.c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
  width: 60%;
}
.c-form__input.-text.-long, .c-form__input.-textarea.-long {
  width: 80%;
}
.c-form__input.-text.-half, .c-form__input.-textarea.-half {
  width: calc((100% - 2em) / 2);
}
.c-form__input.-text.-half:nth-child(n+2), .c-form__input.-textarea.-half:nth-child(n+2) {
  margin-left: 1em;
}
.c-form__input.-text.-full, .c-form__input.-textarea.-full {
  width: 100%;
}
@media (max-width: 767.9px) {
  .c-form__input.-text.-short, .c-form__input.-textarea.-short {
    width: 50%;
  }
  .c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
    width: 100%;
  }
  .c-form__input.-text.-long, .c-form__input.-textarea.-long {
    width: 100%;
  }
}
.c-form__input.-textarea {
  min-height: 10.5em;
  line-height: 1.5;
}
.c-form__select {
  background: #ffffff;
  display: inline-block;
  max-width: 100%;
  padding: 1em 1.25em;
  line-height: 1;
}
.c-form__select.-middle {
  width: 60%;
}
.c-form__select.-long {
  width: 80%;
}
@media (max-width: 767.9px) {
  .c-form__select.-short {
    width: 50%;
  }
  .c-form__select.-middle {
    width: 100%;
  }
  .c-form__select.-long {
    width: 100%;
  }
}
.c-form__check + *, .c-form__radio + * {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0.25em 2.25em;
  line-height: 1;
}
.c-form__radio + *:before, .c-form__radio + *:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #ffffff;
  border: solid 1px #ddd;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.c-form__radio + *:after {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  visibility: hidden;
}
.c-form__radio:checked + *:after {
  visibility: visible;
}
.c-form__check + *:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: #f5f5f5;
  border: solid 1px #ddd;
}
.c-form__check + *:after {
  position: absolute;
  content: "";
  left: 0;
  width: 1em;
  height: 0.65em;
  -webkit-transform: rotate(-45deg) translate(0, 50%);
          transform: rotate(-45deg) translate(0, 50%);
  top: 0;
  border-left: solid 3px #e70012;
  border-bottom: solid 3px #e70012;
  visibility: hidden;
}
.c-form__check:checked + *:after {
  visibility: visible;
}
.c-form__agreement {
  text-align: center;
  margin-top: 3em;
}
.c-form__agreement a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .c-form__agreement a:hover {
    text-decoration: none;
  }
}
.c-form__agreement .error {
  color: #c11;
}
.c-form__privacy {
  margin-bottom: 1.5rem;
  border: solid 1px #ddd;
  padding: 3rem;
  overflow-y: scroll;
  max-height: 22em;
  margin-top: 1.5em;
}
.c-form__privacyList {
  margin-top: 2rem;
}
.c-form__privacyList dt {
  margin-top: 1.5em;
}
.c-form__privacyList dt:before {
  content: "●";
  margin-right: 0.25em;
}
.c-form__privacyList dd {
  margin-top: 0.5em;
}
.c-form__privacyList dd ul {
  padding-left: 2em;
  margin-top: 0.5em;
}
.c-form__privacyList dd ul li {
  list-style: disc;
}
.c-form__privacyGa a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-form__privacyGa a:hover {
    opacity: 0.7;
  }
}
.c-form__checkBox {
  text-align: center;
}
.c-form__btnwrap {
  margin-top: 5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-form__btnwrap {
    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;
  }
}
.c-form__button {
  margin-top: 5rem;
}
.c-form__btn {
  cursor: pointer;
  display: block;
  border-radius: 20px;
  color: #fff;
  line-height: 1;
  padding: 1.6em 1em;
  text-align: center;
  border: solid 1px #e70012;
  background: #e70012;
  -webkit-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
  margin-right: auto;
  margin-left: auto;
}
.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
}
@media (min-width: 992px) {
  .c-form__btn:hover {
    background: #fff;
    color: #e70012;
  }
  .c-form__btn.-back:hover {
    background: #fff;
    color: #aaa;
  }
}
@media (min-width: 768px) {
  .c-form__btn {
    width: 24rem;
  }
  .c-form__btn:nth-child(n+2) {
    margin-left: 2em;
  }
}
@media (max-width: 767.9px) {
  .c-form__btn {
    width: 50%;
    margin: 0 auto;
  }
  .c-form__btn:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
@media (max-width: 575.9px) {
  .c-form__btn {
    width: 100%;
  }
}
.c-form.-confirm .c-form__notes {
  display: none;
}
.c-form.-confirm .c-form__error {
  display: none;
}
.c-form.-confirm .c-form__agreement {
  display: none;
}
.c-form.-confirm .lead {
  text-align: center;
  margin-bottom: 2em;
}
.c-form.-thanks {
  text-align: center;
}
.c-form.-thanks p {
  margin-bottom: 1.5em;
  line-height: 2.5;
}

/*--------------------------------------------
  sup border
--------------------------------------------*/
.c-ttl_pl {
  font-size: 2.5em;
  line-height: 1;
}
@media (max-width: 991.9px) {
  .c-ttl_pl {
    line-height: 1.4;
    font-size: 2em;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_pl {
    font-size: 1.6em;
  }
}

.c-ttl_sup {
  margin-bottom: 5em;
}
.c-ttl_sup__main {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-ttl_sup__sub {
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  color: #e70012;
  margin-top: 2em;
  letter-spacing: 0.1em;
}
.c-ttl_sup.-center {
  text-align: center;
}
@media (max-width: 767.9px) {
  .c-ttl_sup {
    margin-bottom: 3em;
  }
  .c-ttl_sup__main {
    font-size: 2em;
  }
  .c-ttl_sup__sub {
    margin-top: 1em;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_sup__main {
    font-size: 1.6em;
  }
}

/*--------------------------------------------
  inner
--------------------------------------------*/
.c-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (min-width: 992px) {
  .c-inner {
    max-width: calc(1442px + (5vw * 2));
  }
  .c-inner.-full {
    max-width: 100%;
  }
}
@media (max-width: 991.9px) {
  .c-inner.-pd0_tb {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------
  section
--------------------------------------------*/
.c-section__gray {
  background: #f8f8f8;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
@media (max-width: 991.9px) {
  .c-section__gray {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

/*--------------------------------------------
  box
--------------------------------------------*/
.c-box__white {
  background: #ffffff;
  padding: 7.5em;
}
.c-box__white + .c-box__white {
  margin-top: 5em;
}
@media (max-width: 991.9px) {
  .c-box__white {
    padding: 5em;
  }
}
@media (max-width: 767.9px) {
  .c-box__white {
    padding: 3em;
  }
}
@media (max-width: 575.9px) {
  .c-box__white {
    padding: 3em 2em;
  }
}

/*--------------------------------------------
  box padding
--------------------------------------------*/
@media (min-width: 992px) {
  .c-boxpd {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }
  .c-boxpd_xs {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .c-boxpd_sm {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 991.9px) {
  .c-boxpd {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .c-boxpd_xs {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .c-boxpd_sm {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}

/*--------------------------------------------
  iframe responsive
--------------------------------------------*/
.c-iframe {
  position: relative;
  padding-top: 52.5%;
  height: 0;
  overflow: hidden;
}
.c-iframe.-youtube {
  padding-top: 56.25%;
}
.c-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767.9px) {
  .c-iframe {
    padding-top: 65%;
  }
}

/*--------------------------------------------
  logo
--------------------------------------------*/
.c-logo {
  display: block;
  max-width: 100%;
  height: auto;
}
/*--------------------------------------------
  object-fit
--------------------------------------------*/
.c-ofi {
  position: relative;
  padding-top: 60%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.c-ofi__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.c-ofi__img.-top {
  -o-object-position: center top;
     object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}
.c-ofi__img.-left {
  -o-object-position: left center;
     object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
}
.c-ofi__img.-right {
  -o-object-position: right center;
     object-position: right center;
  font-family: "object-fit: cover; object-position: right center;";
}
.c-ofi__img.-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
  font-family: "object-fit: cover; object-position: center bottom;";
}
.c-ofi__img.-contain {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center center;";
}

.c-totop {
  width: 30%;
  position: absolute;
  bottom: 3rem;
  right: 0;
}
.c-totop a {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .c-totop a:hover {
    opacity: 0.7;
  }
}
.c-totop__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-totop__circle {
  width: 5rem;
  height: 5rem;
  background: #e70012;
  border-radius: 50%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-totop__circle svg {
  fill: #fff;
}
.c-totop__txt {
  color: #e70012;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}
@media (max-width: 767.9px) {
  .c-totop {
    bottom: inherit;
    top: 0;
  }
  .c-totop__circle {
    width: 4rem;
    height: 4rem;
  }
  .c-totop__txt {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 575.9px) {
  .c-totop {
    bottom: inherit;
    top: 0;
  }
  .c-totop__circle {
    width: 3.5rem;
    height: 3.5rem;
  }
  .c-totop__txt {
    font-size: 1.2rem;
  }
}

/*--------------------------------------------
  panel
--------------------------------------------*/
.p-panel_contact {
  position: relative;
  background: #000;
  z-index: 0;
  padding: 14rem 0;
}
.p-panel_contact:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/bg_contact.png) no-repeat center/cover;
  z-index: -1;
}
.p-panel_contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-panel_contact__txt {
  color: #fff;
}
.p-panel_contact__linkWrap {
  width: 53.4%;
}
.p-panel_contact__link {
  border: solid 2px #BABFCA;
  border-radius: 5px;
}
.p-panel_contact__link:not(:first-child) {
  margin-top: 2rem;
}
.p-panel_contact__linkInner {
  color: #fff;
  padding: 3rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .p-panel_contact a.p-panel_contact__linkInner:hover {
    background: none;
  }
}
.p-panel_contact__linkIcon {
  width: 8rem;
  height: 8rem;
  background: #fff;
  border-radius: 50%;
  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;
  margin-right: 3rem;
}
.p-panel_contact__linkIcon svg {
  fill: #e70012;
}
.p-panel_contact__linkIcon svg.icon_tel {
  width: 22px;
  height: 29px;
}
.p-panel_contact__linkIcon svg.icon_mail {
  width: 26px;
  height: 20px;
}
.p-panel_contact__linkTxt {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 700;
}
.p-panel_contact__linkTxt.-num {
  font-weight: 500;
  font-size: 3.8rem;
}
.p-panel_contact__linkTxt.-num a {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
}
.p-panel_contact__linkTxt.-num span {
  font-size: 1.6rem;
  display: block;
  margin-top: 1rem;
}
@media (max-width: 991.9px) {
  .p-panel_contact {
    padding: 4.25em 0;
  }
  .p-panel_contact__inner {
    display: block;
  }
  .p-panel_contact__linkWrap {
    width: 100%;
    margin-top: 3rem;
  }
  .p-panel_contact__linkInner {
    padding: 2rem 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-panel_contact__linkInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-panel_contact__linkIcon {
    width: 6rem;
    height: 6rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .p-panel_contact__linkTxt {
    font-size: 2.2rem;
  }
  .p-panel_contact__linkTxt.-num {
    font-size: 3rem;
  }
  .p-panel_contact__linkTxt.-num span {
    font-size: 1.4rem;
  }
}

.c-panel_underTop {
  position: relative;
}
.c-panel_underTop__inner {
  position: relative;
  padding-top: 58.2rem;
}
.c-panel_underTop__inner:before {
  content: "";
  width: 95vw;
  height: 78.6rem;
  background: no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 5vw;
}
.c-panel_underTop.-service .c-panel_underTop__inner {
  padding-bottom: 6.25em;
}
.c-panel_underTop.-service .c-panel_underTop__inner:before {
  background-image: url(../img/service/img_kv.jpg);
}
.c-panel_underTop.-service .c-panel_underTop__inner:after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 5vw;
  background: #383636;
  z-index: -1;
}
.c-panel_underTop.-about .c-panel_underTop__inner:before {
  background-image: url(../img/about/img_kv.jpg);
}
.c-panel_underTop.-about .c-panel_underTop__cnt {
  padding-bottom: 0;
}
.c-panel_underTop__cnt {
  width: 80%;
  margin-left: auto;
  background: #fff;
  padding: 8rem 5.5rem;
  padding-right: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.c-panel_underTop__cnt:before {
  content: "";
}
.c-panel_underTop__sup {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #e70012;
  line-height: 1;
  margin-right: 7.3rem;
}
.c-panel_underTop__txtWrap {
  position: relative;
  padding-top: 2.8rem;
}
.c-panel_underTop__txtWrap:before {
  content: "";
  width: 10.5rem;
  height: 1px;
  background: #e70012;
  position: absolute;
  top: 0;
  left: 0;
}
.c-panel_underTop__ttl {
  line-height: 1.66;
  font-size: 3.6rem;
  margin-bottom: 3.3rem;
}
.c-panel_underTop__txt p:not(:first-child) {
  margin-top: 2em;
}
@media (max-width: 991.9px) {
  .c-panel_underTop__inner {
    padding-top: 24rem;
  }
  .c-panel_underTop__inner:before {
    height: 30rem;
  }
  .c-panel_underTop__cnt {
    width: 100%;
    padding: 5.5rem;
  }
  .c-panel_underTop__ttl {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .c-panel_underTop__sup {
    margin-right: 4rem;
  }
}
@media (max-width: 767.9px) {
  .c-panel_underTop__cnt {
    padding: 4rem;
  }
  .c-panel_underTop__ttl {
    font-size: 2.5rem;
  }
  .c-panel_underTop__sup {
    margin-right: 3rem;
  }
}
@media (max-width: 767.9px) {
  .c-panel_underTop__inner {
    padding-top: 17rem;
  }
  .c-panel_underTop__inner:before {
    height: 22rem;
  }
  .c-panel_underTop__cnt {
    padding: 3rem;
  }
  .c-panel_underTop__ttl {
    font-size: 2rem;
  }
  .c-panel_underTop__sup {
    margin-right: 2rem;
  }
  .c-panel_underTop__list {
    margin-top: 4.25em;
  }
}

/*--------------------------------------------
  deco
--------------------------------------------*/
.c-deco_under {
  position: relative;
  padding-bottom: 6.25em;
}
.c-deco_under::before {
  content: "";
  width: 100vw;
  height: 80%;
  background: #1D2065;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.c-deco_under__inner {
  padding: 6.25em;
  background: #fff;
}
.c-deco_under.-reverse:before {
  right: inherit;
  left: 0;
}
@media (max-width: 991.9px) {
  .c-deco_under {
    padding-bottom: 4.25em;
  }
  .c-deco_under__inner {
    padding: 4.25rem;
  }
}
@media (max-width: 767.9px) {
  .c-deco_under__inner {
    padding: 4.25em 2rem;
  }
}

/*--------------------------------------------
  key
--------------------------------------------*/
.p-index_kv {
  position: relative;
}
.p-index_kv__img {
  position: relative;
  z-index: -1;
}
.p-index_kv__img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 24, 21, 0.35);
  z-index: 1;
}
.p-index_kv__img .c-ofi {
  height: 720px;
  padding-top: 0;
}
.p-index_kv__catch {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  line-height: 1.84;
  font-size: 4.5rem;
  text-align: center;
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 1199.9px) {
  .p-index_kv__img .c-ofi {
    padding-top: 45%;
    height: auto;
  }
}
@media (max-width: 991.9px) {
  .p-index_kv__catch {
    font-size: 3.5vw;
    letter-spacing: 0.1em;
  }
  .p-index_kv__img {
    position: relative;
  }
}
@media (max-width: 575.9px) {
  .p-index_kv__img {
    position: relative;
  }
  .p-index_kv__img .c-ofi {
    padding-top: 55%;
  }
}

/*--------------------------------------------
  reason
--------------------------------------------*/
.p-index_reason {
  background: #f8f8f8;
}
.p-index_reason__inner {
  max-width: calc(1740px + 10vw);
}
.p-index_reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-index_reason__list li {
  width: calc((100% - 6rem) / 3);
  -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.p-index_reason__txtBox {
  background: #ffffff;
  padding: 5em 2em;
}
.p-index_reason__ttl {
  font-weight: bold;
  margin-bottom: 2.25em;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-index_reason__ttl .main {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.p-index_reason__ttl .sub {
  line-height: 1;
  color: #e70012;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.p-index_reason__txt {
  line-height: 2.28;
  font-size: 1.4rem;
  color: #333;
  width: 67%;
  margin: 0 auto;
}
.p-index_reason__btn {
  margin-top: 8rem;
}
@media (max-width: 1399.9px) {
  .p-index_reason__txt {
    width: 100%;
  }
}
@media (max-width: 991.9px) {
  .p-index_reason__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-index_reason__list li {
    width: 100%;
  }
  .p-index_reason__list li:not(:first-child) {
    margin-top: 3rem;
  }
  .p-index_reason__img img {
    width: 100%;
  }
  .p-index_reason__txtBox {
    padding: 3em 2em;
  }
  .p-index_reason__ttl {
    margin-bottom: 1.5em;
  }
  .p-index_reason__ttl .sub {
    margin-bottom: 1em;
  }
}
@media (max-width: 575.9px) {
  .p-index_reason__ttl .main {
    font-size: 1.4em;
  }
  .p-index_reason__btn {
    margin-top: 4rem;
  }
}

/*--------------------------------------------
  service
--------------------------------------------*/
.p-index_service__item {
  position: relative;
}
.p-index_service__item:not(:first-child) {
  margin-top: 10.6em;
}
.p-index_service__item:nth-child(odd) .p-index_service__bg {
  left: 0;
}
.p-index_service__item:nth-child(odd) .p-index_service__bg:before {
  top: 0;
  left: 0;
  border-width: 96px 96px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.p-index_service__item:nth-child(odd) .p-index_service__bg:after {
  bottom: 0;
  right: 0;
  border-width: 0 0 96px 96px;
  border-color: transparent transparent #ffffff transparent;
}
.p-index_service__item:nth-child(odd) .p-index_service__img {
  right: 5vw;
}
.p-index_service__item:nth-child(odd):before {
  left: 0;
  background-position: center left;
}
.p-index_service__item:nth-child(even) .p-index_service__bg {
  right: 0;
}
.p-index_service__item:nth-child(even) .p-index_service__bg:before {
  right: 0;
  top: 0;
  border-width: 0 96px 96px 0;
  border-color: transparent #ffffff transparent transparent;
}
.p-index_service__item:nth-child(even) .p-index_service__bg:after {
  left: 0;
  bottom: 0;
  border-width: 96px 0 0 96px;
  border-color: transparent transparent transparent #ffffff;
}
.p-index_service__item:nth-child(even) .p-index_service__img {
  left: 5vw;
}
.p-index_service__item:nth-child(even) .p-index_service__cnt {
  margin-left: auto;
}
.p-index_service__item:nth-child(even):before {
  right: 0;
  background-position: center right;
}
.p-index_service__item:before {
  content: "";
  width: 731px;
  height: 153px;
  background: url(../img/index/txt_service.png) no-repeat center/contain;
  position: absolute;
  bottom: -2rem;
}
.p-index_service__bg {
  position: absolute;
  top: 0;
  background: #e70012;
  width: 83%;
  height: 100%;
  z-index: -1;
}
.p-index_service__bg:before, .p-index_service__bg:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.p-index_service__inner {
  padding-top: 13.3rem;
  padding-bottom: 20.5rem;
  position: relative;
}
.p-index_service__img {
  position: absolute;
  top: -9rem;
  -webkit-box-shadow: 0 0 45px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 45px 15px rgba(0, 0, 0, 0.12);
  width: 45%;
  max-width: 660px;
}
.p-index_service__cnt {
  color: #ffffff;
  width: 45.7%;
}
.p-index_service__ttl {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.2em;
}
.p-index_service__txt {
  line-height: 2.42;
  font-size: 1.4rem;
}
.p-index_service__btn {
  margin-top: 5rem;
}
@media (max-width: 991.9px) {
  .p-index_service__item:before {
    height: 15vw;
  }
  .p-index_service__item:nth-child(odd) .p-index_service__img {
    margin-left: auto;
  }
  .p-index_service__item:not(:first-child) {
    margin-top: 6em;
  }
  .p-index_service__inner {
    padding-top: 6em;
    padding-bottom: 10em;
  }
  .p-index_service__bg {
    width: 90%;
  }
  .p-index_service__cnt {
    width: 80%;
  }
  .p-index_service__btn {
    margin-top: 3rem;
  }
  .p-index_service__img {
    position: static;
    margin-top: 3rem;
    width: 90%;
    max-width: none;
  }
  .p-index_service__img img {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .p-index_service__item:nth-child(odd) .p-index_service__bg:before {
    border-width: 60px 60px 0 0;
  }
  .p-index_service__item:nth-child(odd) .p-index_service__bg:after {
    border-width: 0 0 60px 60px;
  }
  .p-index_service__item:nth-child(even) .p-index_service__bg:before {
    border-width: 0 60px 60px 0;
  }
  .p-index_service__item:nth-child(even) .p-index_service__bg:after {
    border-width: 60px 0 0 60px;
  }
  .p-index_service__ttl {
    font-size: 1.8em;
  }
}
@media (max-width: 575.9px) {
  .p-index_service__inner {
    padding-top: 5em;
    padding-bottom: 6em;
  }
  .p-index_service__item:before {
    bottom: 0;
  }
  .p-index_service__ttl {
    font-size: 1.4em;
  }
}

/*--------------------------------------------
  construction
--------------------------------------------*/
.p-index_construction {
  padding-top: 0;
}
.p-index_construction__lead {
  text-align: center;
  max-width: 71.7%;
  font-size: 1.4rem;
  margin: 0 auto;
}
.p-index_construction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
.p-index_construction__item {
  width: 48.75%;
}
.p-index_construction__item:nth-child(n+3) {
  margin-top: 5rem;
}
.p-index_construction__ttl {
  position: relative;
  padding-right: 1.5rem;
  margin-top: 1.3em;
}
.p-index_construction__ttl:before {
  content: "";
  width: 13px;
  height: 20px;
  background: url(../img/common/arrow_right_black.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-index_construction__btn {
  margin-top: 6rem;
}
@media (max-width: 767.9px) {
  .p-index_construction__lead {
    max-width: 100%;
  }
}
@media (max-width: 575.9px) {
  .p-index_construction__list {
    display: block;
  }
  .p-index_construction__item {
    width: 100%;
  }
  .p-index_construction__item:not(:first-child) {
    margin-top: 3rem;
  }
}

/*--------------------------------------------
  underlink
--------------------------------------------*/
.p-index_underLink__inner {
  max-width: calc(1740px + 10vw);
}
.p-index_underLink__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-index_underLink__item {
  width: 48.85%;
  position: relative;
}
.p-index_underLink__item a {
  display: block;
  width: 100%;
  padding-top: 7.43vw;
  padding-bottom: 7.43vw;
  background: no-repeat center/cover;
  position: relative;
}
.p-index_underLink__item a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 24, 20, 0.65);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-index_underLink__item a:hover:before {
    opacity: 0;
  }
  .p-index_underLink__item a:hover .p-index_underLink__arrow {
    background-image: url(../img/common/arrow_right_red.svg);
  }
  .p-index_underLink__item a:hover .p-index_underLink__ttl {
    background: #e70012;
  }
}
.p-index_underLink__item.-investigation a {
  background-image: url(../img/index/img_investigation.jpg);
}
.p-index_underLink__item.-company a {
  background-image: url(../img/index/img_company.jpg);
}
.p-index_underLink__ttl {
  width: 51.5%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ffffff;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  padding-top: 3.56em;
  padding-bottom: 4.06em;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-index_underLink__ttl .main {
  font-size: 2em;
  letter-spacing: 0.1em;
}
.p-index_underLink__ttl .sub {
  font-size: 0.85em;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 2.14em;
  letter-spacing: 0.1em;
}
.p-index_underLink__arrow {
  width: 13px;
  height: 20px;
  background: url(../img/common/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  z-index: 10;
}
@media (max-width: 1399.9px) {
  .p-index_underLink__item a {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
  .p-index_underLink__ttl {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (max-width: 991.9px) {
  .p-index_underLink__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-index_underLink__item {
    width: 100%;
  }
  .p-index_underLink__item:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_underLink__ttl {
    width: 80%;
  }
  .p-index_underLink__ttl .main {
    font-size: 1.5em;
  }
  .p-index_underLink__ttl .sub {
    margin-top: 1.5em;
  }
  .p-index_underLink__arrow {
    right: 1.5rem;
    bottom: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-index_bnr {
  padding-top: 5em;
}
.p-index_bnr__wrap {
  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;
}
.p-index_bnr__img {
  margin-right: 4px;
  position: relative;
}
.p-index_bnr__img .bg {
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: -1;
  max-width: none;
}
.p-index_bnr__txt {
  margin-left: 4rem;
  font-size: 1.75em;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.18em;
}
.p-index_bnr__txt span {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-bottom: 0.46em;
  font-weight: bold;
  font-weight: bold;
}
.p-index_bnr__txt span:not(:first-child) {
  margin-top: 3rem;
}
.p-index_bnr__txt span:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #2e2c2c;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991.9px) {
  .p-index_bnr__img {
    width: 40%;
  }
  .p-index_bnr__txt {
    margin-left: 2rem;
    font-size: 1.3em;
  }
  .p-index_bnr__txt span:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-index_bnr__txt {
    font-size: 1.1em;
  }
  .p-index_bnr__img {
    width: 35%;
  }
  .p-index_bnr__img .bg {
    width: 130%;
  }
}
@media (max-width: 575.9px) {
  .p-index_bnr__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-index_bnr__img {
    width: 100%;
  }
  .p-index_bnr__img img {
    width: 100%;
  }
  .p-index_bnr__img .bg {
    width: 130%;
  }
  .p-index_bnr__txt {
    margin-left: 0;
    margin-top: 2rem;
    font-size: 1.3em;
  }
}

/*--------------------------------------------
  news
--------------------------------------------*/
.p-index_news {
  padding-top: 7.5em;
  padding-bottom: 8.875em;
}
.p-index_news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-index_news__cnt {
  width: 79%;
  margin-left: 10rem;
}
@media (max-width: 991.9px) {
  .p-index_news {
    padding-top: 4.25em;
    padding-bottom: 4.25em;
  }
  .p-index_news__inner {
    display: block;
  }
  .p-index_news__ttl {
    width: 100%;
    padding-right: 0;
  }
  .p-index_news__cnt {
    width: 100%;
    margin-left: 0;
  }
}
/*============================================

  404

============================================*/
/*-------------------------------
  404 > COMMON
-------------------------------*/
.p-404__head {
  margin-bottom: 5rem;
  text-align: center;
}
.p-404__head .c-ttl_sup__main {
  margin-top: 0;
}
.p-404__body {
  text-align: center;
}
.p-404__btn {
  margin-top: 2.5em;
}
.p-404__btn .c-btn {
  margin: 0 auto;
}
@media (max-width: 575.9px) {
  .p-404__body {
    text-align: left;
  }
}

/*============================================

  CONTACT

============================================*/
.p-contact__lead {
  text-align: center;
}
.p-contact__lead .link {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .p-contact__lead .link:hover {
    text-decoration: none;
  }
}
.p-contact__box {
  margin-top: 5em;
}
@media (max-width: 991.9px) {
  .p-contact__ttl {
    margin-bottom: 4rem;
  }
}
@media (max-width: 575.9px) {
  .p-contact__box {
    margin-top: 3rem;
  }
}

/*-------------------------------
  CONTACT > COMMON
-------------------------------*/
/*--------------------------------------------
  SERVICE
--------------------------------------------*/
.p-service.-construction .p-service_service {
  margin-top: 7.5em;
}
@media (max-width: 991.9px) {
  .p-service.-construction .p-service_service {
    margin-top: 5em;
  }
}

.p-service_top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5em;
}
.p-service_top__txt {
  width: 50%;
  padding-right: 7rem;
  font-size: 0.85em;
  line-height: 2.28;
}
.p-service_top__txt p:not(:first-child) {
  margin-top: 2em;
}
.p-service_top__img {
  width: 50%;
  -webkit-box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.9px) {
  .p-service_top__wrap {
    display: block;
    margin-top: 3rem;
  }
  .p-service_top__txt {
    width: 100%;
    padding-right: 0;
  }
  .p-service_top__txt p:not(:first-child) {
    margin-top: 1em;
  }
  .p-service_top__img {
    width: 100%;
    margin-top: 3rem;
  }
  .p-service_top__img img {
    width: 100%;
  }
}

.p-service_service__inner {
  max-width: calc(1760px + 10vw);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
.p-service_service__item {
  color: #ffffff;
}
.p-service_service__item:not(:first-child) {
  margin-top: 5em;
}
.p-service_service__itemInner {
  background: #e70012;
  position: relative;
  padding-top: 6.25em;
  padding-bottom: 7.5em;
}
.p-service_service__itemInner:before, .p-service_service__itemInner:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.p-service_service__itemInner:before {
  top: 0;
  left: 0;
  border-width: 96px 96px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.p-service_service__itemInner:after {
  bottom: 0;
  right: 0;
  border-width: 0 0 96px 96px;
  border-color: transparent transparent #ffffff transparent;
}
.p-service_service__ttl {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 2rem;
}
.p-service_service__txt {
  font-size: 0.85em;
}
.p-service_service__imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
.p-service_service__img {
  width: 47.15%;
  -webkit-box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.08);
}
.p-service_service__deco {
  position: absolute;
  bottom: -2rem;
  right: 7.7rem;
}
@media (max-width: 991.9px) {
  .p-service_service__itemInner {
    padding-top: 5em;
    padding-bottom: 6em;
  }
  .p-service_service__itemInner:before {
    border-width: 70px 70px 0 0;
  }
  .p-service_service__itemInner:after {
    border-width: 0 0 70px 70px;
  }
  .p-service_service__deco img {
    height: 12vw;
  }
  .p-service_service__imgWrap {
    margin-top: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-service_service__ttl {
    font-size: 1.6em;
  }
  .p-service_service__itemInner {
    padding-top: 4em;
    padding-bottom: 5em;
  }
  .p-service_service__item:not(:first-child) {
    margin-top: 3em;
  }
}
@media (max-width: 575.9px) {
  .p-service_service__itemInner {
    padding-top: 3em;
    padding-bottom: 4em;
  }
  .p-service_service__itemInner:before {
    border-width: 40px 40px 0 0;
  }
  .p-service_service__itemInner:after {
    border-width: 0 0 40px 40px;
  }
  .p-service_service__deco {
    bottom: 0;
  }
}

.p-service_flow {
  background: #f8f8f8;
}
.p-service_flow__wrap {
  margin-top: 6.25em;
}
.p-service_flow__item:not(:first-child) {
  margin-top: 5em;
}
.p-service_flow__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
.p-service_flow__ttl .num {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: #e70012;
  line-height: 5.6rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.6em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-right: 2.4rem;
}
.p-service_flow__ttl .ttl {
  line-height: 1;
  color: #e70012;
  font-size: 2em;
}
.p-service_flow__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.p-service_flow__txt {
  font-size: 0.85em;
  line-height: 2.28;
  margin-top: 1em;
}
.p-service_flow__imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-service_flow__imgWrap > .p-service_flow__imgWrap {
  margin-top: 0;
}
.p-service_flow__img {
  -webkit-box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.08);
}
.p-service_flow__img.-noshadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-service_flow__img.-col2 {
  width: 46.87%;
}
.p-service_flow__img.-col2 > .col2 {
  width: 42.96%;
}
.p-service_flow__img.-col3 {
  width: 29.06%;
}
.p-service_flow__img figcaption {
  text-align: center;
  font-size: 0.85em;
  line-height: 1;
  margin-top: 2.2rem;
}
@media (max-width: 991.9px) {
  .p-service_flow__wrap {
    margin-top: 3em;
  }
}
@media (max-width: 767.9px) {
  .p-service_flow__ttl {
    margin-bottom: 3rem;
  }
  .p-service_flow__ttl .num {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    margin-right: 1.4rem;
  }
  .p-service_flow__ttl .ttl {
    font-size: 1.4em;
  }
  .p-service_flow__imgWrap img {
    width: 100%;
  }
  .p-service_flow__imgWrap.-col4 {
    display: block;
  }
  .p-service_flow__imgWrap.-col4 > .p-service_flow__img.-col2 {
    width: 100%;
  }
  .p-service_flow__imgWrap + .p-service_flow__imgWrap {
    margin-top: 3rem;
  }
  .p-service_flow__img.-col2 {
    width: 48%;
  }
  .p-service_flow__img.-col3 {
    width: 31.5%;
  }
  .p-service_flow__img figcaption {
    margin-top: 1rem;
  }
}

.p-company_philosophy__wrap {
  text-align: center;
}
.p-company_philosophy__head p {
  font-size: 2.5rem;
}
.p-company_philosophy__body {
  font-family: "Hiragino Mincho ProN", "BIZ UDPMincho", "Yu Mincho", "Times New Roman", Georgia, serif;
  font-size: 5em;
  color: #e70012;
}
@media (max-width: 767.9px) {
  .p-company_philosophy__head p {
    font-size: 2rem;
  }
  .p-company_philosophy__body {
    font-size: 3.5em;
  }
}
@media (max-width: 575.9px) {
  .p-company_philosophy__head {
    text-align: left;
  }
  .p-company_philosophy__head p {
    line-height: 1.4;
    font-size: 1.8rem;
  }
  .p-company_philosophy__head p span {
    font-size: 1.6rem;
    display: inline-block;
    margin-top: 0.5rem;
  }
}

.p-company_overview__ttl {
  margin-bottom: 4.3rem;
}
.p-company_overview__table th {
  width: 25%;
  padding: 1.875em 0 1.8em;
  font-weight: 500;
  text-align: left;
  border-bottom: solid 1px #e70012;
}
.p-company_overview__table td {
  width: 75%;
  padding: 1.875em 0 1.8em;
  border-bottom: solid 1px #ddd;
}
.p-company_overview__table td .list li:not(:first-child) {
  margin-top: 0.5em;
}
.p-company_overview__table td .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-company_overview__table td .wrap .item {
  margin-right: 1em;
}
.p-company_overview__table td .link {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .p-company_overview__table td .link:hover {
    text-decoration: none;
  }
}
@media (max-width: 991.9px) {
  .p-company_overview__table th {
    width: 20%;
  }
  .p-company_overview__table td {
    width: 80%;
  }
}
@media (max-width: 767.9px) {
  .p-company_overview__table {
    border: solid 1px #E8E9EB;
  }
  .p-company_overview__table tr {
    border-bottom: none;
  }
  .p-company_overview__table th {
    display: block;
    width: 100%;
    background: #383636;
    color: #fff;
    border-bottom: none;
    padding: 1em;
  }
  .p-company_overview__table td {
    display: block;
    width: 100%;
    padding: 1em;
  }
}

.p-company_history__table tr {
  border-bottom: solid 1px #ddd;
}
.p-company_history__table th, .p-company_history__table td {
  padding: 1.875em 0 1.8em;
  text-align: left;
  vertical-align: middle;
  line-height: 1.4;
}
.p-company_history__table th {
  font-size: 1.8rem;
  font-weight: 500;
}
.p-company_history__table td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-company_history__table td .txt {
  line-height: 1.4;
  position: relative;
  padding-left: 4em;
}
.p-company_history__table td .txt:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4em;
  height: 1px;
  content: "";
  background: #e70012;
}
@media (max-width: 991.9px) {
  .p-company_history__table th, .p-company_history__table td {
    padding: 1em 0;
  }
}
@media (max-width: 767.9px) {
  .p-company_history__table th {
    font-size: inherit;
    min-width: 4.5em;
    vertical-align: top;
  }
  .p-company_history__table td .txt {
    padding-left: 3em;
  }
  .p-company_history__table td .txt:before {
    top: 0.8em;
  }
}
/*============================================

  PRIVACY POLICY

============================================*/
/*-------------------------------
  PRIVACY > COMMON
-------------------------------*/
.p-privacypolicy__lead {
  text-align: center;
}
.p-privacypolicy__body {
  margin-top: 5rem;
}
.p-privacypolicy__ttl {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.p-privacypolicy__list li:not(:first-child) {
  margin-top: 0.5em;
}
.p-privacypolicy__cnt {
  margin-top: 2rem;
  padding: 2rem;
  border: 2px solid #e70012;
}
.p-privacypolicy__cnt ul {
  padding-left: 1em;
}
.p-privacypolicy__cnt li {
  list-style-type: disc;
}
@media (max-width: 991.9px) {
  .p-privacypolicy__headTtl {
    font-size: 2.2rem;
  }
  .p-privacypolicy__list dt {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-privacypolicy__body {
    margin-top: 3rem;
  }
  .p-privacypolicy__headTtl {
    font-size: 1.8rem;
  }
  .p-privacypolicy__list dt {
    font-size: 1.6rem;
  }
}

.p-about_strength {
  padding-top: 7.5em;
  padding-bottom: 10em;
}
.p-about_strength__list {
  margin-top: 5.625em;
}
.p-about_strength__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 6.5rem;
}
.p-about_strength__item:not(:first-child) {
  border-top: solid 1px #DCDCDC;
  margin-top: 9.5rem;
  padding-top: 9.5rem;
}
.p-about_strength__ttl {
  width: 37.5%;
  padding-right: 5rem;
}
.p-about_strength__txt {
  width: 62.5%;
}
.p-about_strength__txt p:not(:first-child) {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .p-about_strength {
    padding-top: 4.25em;
    padding-bottom: 4.25em;
  }
  .p-about_strength__item {
    display: block;
    padding: 0;
  }
  .p-about_strength__item:not(:first-child) {
    margin-top: 5rem;
    padding-top: 5rem;
  }
  .p-about_strength__ttl {
    width: 100%;
    padding-right: 0;
  }
  .p-about_strength__txt {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-about_strength__item:not(:first-child) {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

/*--------------------------------------------
  Q&A
--------------------------------------------*/
.p-qa__head {
  text-align: center;
}
.p-qa__body {
  margin-top: 3.125em;
}
.p-qa__item {
  border-radius: 10px;
}
.p-qa__item:not(:first-child) {
  margin-top: 2rem;
}
.p-qa__item dt + dd {
  display: none;
}
.p-qa__item dt {
  cursor: pointer;
  font-weight: 500;
  font-size: 2rem;
  padding: 1.5rem;
  position: relative;
  background: #e70012;
  color: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.5;
}
.p-qa__item dt:before {
  content: "Q";
  font-weight: bold;
  color: #ffffff;
  font-size: 3rem;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
}
.p-qa__item dt span {
  display: block;
  position: relative;
  padding-right: 3rem;
  width: 100%;
}
.p-qa__item dt span:before, .p-qa__item dt span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 1em;
  background: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-qa__item dt span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-qa__item dt.is-open span:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.p-qa__item dd {
  margin-top: 1.5rem;
  position: relative;
  padding: 0 4.5rem;
}
@media (max-width: 767.9px) {
  .p-qa__body {
    margin-top: 2em;
  }
  .p-qa__item dt {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.9px) {
  .p-qa__item dt:before {
    font-size: 2rem;
  }
  .p-qa__item dd {
    padding: 0;
  }
}

/*--------------------------------------------
  REASON
--------------------------------------------*/
.p-reason__item:nth-child(odd) .p-reason__img {
  left: 0;
}
.p-reason__item:nth-child(odd) .p-reason__cnt {
  padding-right: calc((100% - 1442px) / 2);
  padding-left: 8rem;
}
.p-reason__item:nth-child(odd) .p-reason__cntInner {
  padding-left: 8rem;
}
.p-reason__item:nth-child(even) .p-reason__itemInner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-reason__item:nth-child(even) .p-reason__img {
  right: 0;
}
.p-reason__item:nth-child(even) .p-reason__cnt {
  padding-left: calc((100% - 1442px) / 2);
  padding-right: 8rem;
}
.p-reason__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-reason__no {
  background: rgb(216, 40, 54);
  background: -webkit-gradient(linear, left top, right top, from(rgb(216, 40, 54)), to(rgb(0, 0, 0)));
  background: linear-gradient(90deg, rgb(216, 40, 54) 0%, rgb(0, 0, 0) 100%);
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  padding: 2.125em 0;
  text-align: center;
}
.p-reason__img {
  width: 50%;
}
.p-reason__cnt {
  width: 50%;
  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;
}
.p-reason__ttl {
  font-size: 1.75em;
  line-height: 1.7;
  margin-bottom: 3rem;
}
.p-reason__txt {
  font-size: 0.85em;
  line-height: 2.28;
  color: #333;
}
@media (max-width: 1599.9px) {
  .p-reason__item:nth-child(odd) .p-reason__cnt {
    padding-right: 5vw;
  }
  .p-reason__item:nth-child(even) .p-reason__cnt {
    padding-left: 5vw;
  }
}
@media (max-width: 1199.9px) {
  .p-reason__ttl {
    margin-bottom: 1.5rem;
    line-height: 1.4;
  }
  .p-reason__item:nth-child(odd) .p-reason__cnt {
    padding-left: 4rem;
  }
  .p-reason__item:nth-child(even) .p-reason__cnt {
    padding-right: 4rem;
  }
}
@media (max-width: 991.9px) {
  .p-reason__ttl {
    font-size: 1.5em;
  }
  .p-reason__itemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-reason__img {
    width: 100%;
  }
  .p-reason__cnt {
    width: 100%;
  }
  .p-reason__item:nth-child(odd) .p-reason__cnt {
    padding: 5vw;
  }
  .p-reason__item:nth-child(even) .p-reason__itemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-reason__item:nth-child(even) .p-reason__cnt {
    padding: 5vw;
  }
}
@media (max-width: 767.9px) {
  .p-reason__no {
    padding: 1.5em 0;
  }
}
/*--------------------------------------------
    INVESTIGATION & DIGNOSIS
--------------------------------------------*/
.p-investigation_top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8rem;
}
.p-investigation_top__item {
  width: 30.37%;
}
.p-investigation_top__item:nth-child(n+4) {
  margin-top: 7rem;
}
.p-investigation_top__item:not(:nth-child(3n)) {
  margin-right: 4.445%;
}
.p-investigation_top__img {
  margin-bottom: 4rem;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.p-investigation_top__ttl {
  font-size: 1.5em;
  line-height: 1;
  text-align: center;
  margin-bottom: 2.5rem;
  color: #e70012;
}
.p-investigation_top__ttl span {
  padding-bottom: 1.3rem;
  position: relative;
  display: inline-block;
}
.p-investigation_top__ttl span:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #e70012;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-investigation_top__txt {
  font-size: 0.85em;
  line-height: 2.285;
}
@media (max-width: 1599.9px) {
  .p-investigation_top__ttl {
    font-size: 1.4em;
  }
}
@media (max-width: 1399.9px) {
  .p-investigation_top__item {
    width: 31.33%;
  }
  .p-investigation_top__item:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .p-investigation_top__ttl {
    font-size: 1.35em;
  }
}
@media (max-width: 991.9px) {
  .p-investigation_top__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3rem;
  }
  .p-investigation_top__item {
    width: 48%;
  }
  .p-investigation_top__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-investigation_top__item:nth-child(n+3) {
    margin-top: 3rem;
  }
  .p-investigation_top__img {
    margin-bottom: 3rem;
  }
  .p-investigation_top__ttl {
    font-size: 1em;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575.9px) {
  .p-investigation_top__item {
    width: 100%;
  }
  .p-investigation_top__item:nth-child(n+2) {
    margin-top: 3rem;
  }
  .p-investigation_top__img {
    margin-bottom: 2rem;
  }
  .p-investigation_top__img img {
    width: 100%;
  }
}

.p-investigation_point {
  background: #f8f8f8;
  margin-top: 5.3em;
}
.p-investigation_point__item {
  padding-bottom: 7.5em;
}
.p-investigation_point__ttl {
  background: #221815;
  color: #ffffff;
  line-height: 1;
  font-size: 2em;
  padding: 0.875em 0;
  margin-bottom: 8.5rem;
}
.p-investigation_point__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-investigation_point__wrap + .p-investigation_point__wrap {
  margin-top: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-investigation_point__wrap + .p-investigation_point__wrap .p-investigation_point__txt {
  padding-right: 0;
  padding-left: 7rem;
}
.p-investigation_point__img {
  width: 50%;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.p-investigation_point__txt {
  padding-right: 7rem;
  width: 50%;
  font-size: 1.4rem;
  line-height: 2.285;
}
.p-investigation_point__txt p:not(:first-child) {
  margin-top: 2em;
}
.p-investigation_point__txt .attention {
  display: block;
  font-size: 2rem;
  margin-top: 1em;
  color: #e70012;
  line-height: 1.4;
}
.p-investigation_point__box {
  margin-top: 5.2rem;
  background: #e70012;
  color: #ffffff;
  text-align: center;
  padding: 5.5rem;
  position: relative;
}
.p-investigation_point__box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 0;
  border-color: #f8f8f8 transparent transparent transparent;
}
.p-investigation_point__box:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 40px;
  border-color: transparent transparent #f8f8f8 transparent;
}
.p-investigation_point__box .point {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  margin-bottom: 1rem;
}
.p-investigation_point__box .txt {
  font-size: 1.5em;
  line-height: 1.66;
  max-width: 90.5%;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
}
@media (max-width: 991.9px) {
  .p-investigation_point__wrap {
    display: block;
  }
  .p-investigation_point__wrap + .p-investigation_point__wrap {
    margin-top: 3rem;
  }
  .p-investigation_point__wrap + .p-investigation_point__wrap .p-investigation_point__txt {
    padding-left: 0;
  }
  .p-investigation_point__item {
    padding-bottom: 5em;
  }
  .p-investigation_point__ttl {
    margin-bottom: 3rem;
    font-size: 1.6em;
  }
  .p-investigation_point__txt {
    width: 100%;
    padding-right: 0;
  }
  .p-investigation_point__txt p:not(:first-child) {
    margin-top: 1em;
  }
  .p-investigation_point__img {
    width: 100%;
    margin-top: 3rem;
  }
  .p-investigation_point__img img {
    width: 100%;
  }
  .p-investigation_point__box {
    margin-top: 3rem;
  }
  .p-investigation_point__box .txt {
    max-width: 100%;
    font-size: 1.2em;
  }
}
@media (max-width: 767.9px) {
  .p-investigation_point__box {
    padding: 3rem 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-investigation_point__box {
    padding: 3rem 2rem;
  }
}

.p-construction_anchor {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}
.p-construction_anchor__item {
  line-height: 1;
}
.p-construction_anchor__item:not(:first-child) {
  margin-right: 1.5em;
  padding-right: 1.5em;
  position: relative;
}
.p-construction_anchor__item:not(:first-child):before {
  content: "/";
  position: absolute;
  right: 0;
  top: 0;
}
.p-construction_anchor__item:nth-child(2) {
  padding-left: 1.5em;
  margin-left: 1.5em;
}
.p-construction_anchor__item:nth-child(2):after {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
}
.p-construction_anchor__item.-all a, .p-construction_anchor__item.-current a {
  display: block;
  position: relative;
  color: #e70012;
  font-weight: bold;
}
.p-construction_anchor__item.-all a:before, .p-construction_anchor__item.-current a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e70012;
  width: 100%;
  height: 4px;
}
.p-construction_anchor__item a {
  padding-bottom: 2.4rem;
  display: block;
}
@media (max-width: 991.9px) {
  .p-construction_anchor {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2rem;
  }
  .p-construction_anchor__item.-all a, .p-construction_anchor__item.-current a {
    padding-bottom: 1.5rem;
  }
  .p-construction_anchor__item.-all a:before, .p-construction_anchor__item.-current a:before {
    bottom: 1.2rem;
    height: 2px;
  }
}

.p-construction_item {
  padding-top: 5em;
  position: relative;
}
.p-construction_item:not(:first-child) {
  margin-top: 11.25em;
}
.p-construction_item:before {
  content: "";
  width: 100%;
  height: 307px;
  background: #e70012;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-construction_item__ttl {
  color: #ffffff;
  font-size: 2em;
  line-height: 1.3;
  margin-bottom: 3rem;
  text-align: center;
}
.p-construction_item__desc {
  color: #ffffff;
  line-height: 2.28;
  font-size: 0.85em;
  text-align: center;
}
.p-construction_item__imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.5rem;
}
.p-construction_item__img {
  width: 47.15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-construction_item__img .inner {
  position: relative;
}
.p-construction_item__icon {
  position: absolute;
  right: 4rem;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  border-radius: 50%;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  width: 12rem;
  height: 12rem;
  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;
  letter-spacing: 0.1em;
}
.p-construction_item__icon.-before {
  background: #383636;
  border: 1px solid #000;
}
.p-construction_item__icon.-after {
  background: #e70012;
}
@media (max-width: 991.9px) {
  .p-construction_item__icon {
    width: 10rem;
    height: 10rem;
    right: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-construction_item:not(:first-child) {
    margin-top: 5em;
  }
  .p-construction_item__ttl {
    font-size: 1.6em;
  }
  .p-construction_item__icon {
    width: 7rem;
    height: 7rem;
    right: 1rem;
  }
}
@media (max-width: 575.9px) {
  .p-construction_item__ttl {
    font-size: 1.4em;
    margin-bottom: 1rem;
  }
  .p-construction_item__imgWrap {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-construction_item__img {
    width: 100%;
  }
  .p-construction_item__img:not(:first-child) {
    margin-top: 5rem;
  }
  .p-construction_item__icon {
    width: 5.5rem;
    height: 5.5rem;
    font-size: 1.1rem;
  }
}

/*============================================

  KV

============================================*/
/*-------------------------------
  KV > TOP
-------------------------------*/
/*-------------------------------
  KV > UNDER
-------------------------------*/
.p-kv_under {
  padding-top: 3.125em;
  padding-bottom: 7em;
  border-top: 1px solid #d4d4d4;
  position: relative;
}
.p-kv_under.-bg {
  position: relative;
}
.p-kv_under.-bg:before {
  content: "";
  width: 100%;
  height: 37.8rem;
  background: #f8f8f8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-kv_under__inner {
  max-width: calc(1760px + 10vw);
}
.p-kv_under__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-top: 6.25em;
}
.p-kv_under__ttl .main {
  font-size: 2.81em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.p-kv_under__ttl .sub {
  font-family: "Roboto Condensed", sans-serif;
  color: #e70012;
  margin-left: 3.125em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-kv_under__img {
  margin-top: 3.125em;
  position: relative;
}
.p-kv_under__img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}
@media (max-width: 1599.9px) {
  .p-kv_under.-bg:before {
    height: 25rem;
  }
}
@media (max-width: 991.9px) {
  .p-kv_under {
    padding-top: 3em;
    padding-bottom: 5em;
  }
  .p-kv_under.-bg:before {
    height: 14rem;
  }
  .p-kv_under__ttl {
    margin-top: 3em;
  }
  .p-kv_under__ttl .main {
    font-size: 2.5em;
  }
}
@media (max-width: 767.9px) {
  .p-kv_under {
    padding-bottom: 3em;
  }
  .p-kv_under.-bg:before {
    height: 9rem;
  }
  .p-kv_under__ttl {
    display: block;
  }
  .p-kv_under__ttl .sub {
    margin-left: 0;
    margin-top: 0.8em;
  }
  .p-kv_under__ttl .main {
    font-size: 2.2em;
  }
  .p-kv_under__img {
    margin-top: 2em;
  }
}
@media (max-width: 575.9px) {
  .p-kv_under__ttl {
    margin-top: 0;
  }
  .p-kv_under__ttl .main {
    font-size: 1.8em;
    line-height: 1.3;
  }
}

/*--------------------------------------------
  card
--------------------------------------------*/
/*--------------------------------------------
  news
--------------------------------------------*/
.c-card_news__item {
  border-bottom: solid 1px #E6E6E6;
}
.c-card_news__item:first-child .c-card_news__link {
  padding-top: 0;
}
.c-card_news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em 0;
}
@media (min-width: 992px) {
  .c-card_news__link:hover {
    opacity: 0.7;
  }
}
.c-card_news__date {
  margin-right: 4rem;
  min-width: 5.4em;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 575.9px) {
  .c-card_news__link {
    display: block;
    padding: 1em 0;
  }
  .c-card_news__date {
    margin-right: 0;
    min-width: 100%;
  }
}

/*--------------------------------------------
  text-align
--------------------------------------------*/
.u-center {
  text-align: center;
}

.u-left {
  text-align: left;
}

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

@media (max-width: 575.9px) {
  .u-center_ss {
    text-align: center;
  }
  .u-left_ss {
    text-align: left;
  }
  .u-right_ss {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .u-center_xs {
    text-align: center;
  }
  .u-left_xs {
    text-align: left;
  }
  .u-right_xs {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .u-center_sm {
    text-align: center;
  }
  .u-left_sm {
    text-align: left;
  }
  .u-right_sm {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .u-center_md {
    text-align: center;
  }
  .u-left_md {
    text-align: left;
  }
  .u-right_md {
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .u-center_lg {
    text-align: center;
  }
  .u-left_lg {
    text-align: left;
  }
  .u-right_lg {
    text-align: right;
  }
}
@media (min-width: 1400px) and (max-width: 1599.9px) {
  .u-center_xl {
    text-align: center;
  }
  .u-left_xl {
    text-align: left;
  }
  .u-right_xl {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .u-center_xxl {
    text-align: center;
  }
  .u-left_xxl {
    text-align: left;
  }
  .u-right_xxl {
    text-align: right;
  }
}
@media (max-width: 767.9px) {
  .u-center_sp {
    text-align: center;
  }
  .u-left_sp {
    text-align: left;
  }
  .u-right_sp {
    text-align: right;
  }
}
@media (max-width: 991.9px) {
  .u-center_tb {
    text-align: center;
  }
  .u-left_tb {
    text-align: left;
  }
  .u-right_tb {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .u-center_pc {
    text-align: center;
  }
  .u-left_pc {
    text-align: left;
  }
  .u-right_pc {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .u-center_dt {
    text-align: center;
  }
  .u-left_dt {
    text-align: left;
  }
  .u-right_dt {
    text-align: right;
  }
}
/*--------------------------------------------
  display
--------------------------------------------*/
.u-none {
  display: none;
}

.u-none_imp {
  display: none !important;
}

.u-show {
  display: block;
}

.u-show_imp {
  display: block !important;
}

@media (max-width: 575.9px) {
  .u-visible_xs:not(.u-visible_ss),
.u-visible_sm:not(.u-visible_ss),
.u-visible_md:not(.u-visible_ss),
.u-visible_lg:not(.u-visible_ss),
.u-visible_xl:not(.u-visible_ss),
.u-visible_xxl:not(.u-visible_ss),
.u-hidden_ss {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .u-visible_ss:not(.u-visible_xs),
.u-visible_sm:not(.u-visible_xs),
.u-visible_md:not(.u-visible_xs),
.u-visible_lg:not(.u-visible_xs),
.u-visible_xl:not(.u-visible_xs),
.u-visible_xxl:not(.u-visible_xs),
.u-hidden_xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .u-visible_ss:not(.u-visible_sm),
.u-visible_xs:not(.u-visible_sm),
.u-visible_md:not(.u-visible_sm),
.u-visible_lg:not(.u-visible_sm),
.u-visible_xl:not(.u-visible_sm),
.u-visible_xxl:not(.u-visible_sm),
.u-hidden_sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .u-visible_ss:not(.u-visible_md),
.u-visible_xs:not(.u-visible_md),
.u-visible_sm:not(.u-visible_md),
.u-visible_lg:not(.u-visible_md),
.u-visible_xl:not(.u-visible_md),
.u-visible_xxl:not(.u-visible_md),
.u-hidden_md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .u-visible_ss:not(.u-visible_lg),
.u-visible_xs:not(.u-visible_lg),
.u-visible_sm:not(.u-visible_lg),
.u-visible_md:not(.u-visible_lg),
.u-visible_xl:not(.u-visible_lg),
.u-visible_xxl:not(.u-visible_lg),
.u-hidden_lg {
    display: none !important;
  }
}
@media (min-width: 1400px) and (max-width: 1599.9px) {
  .u-visible_ss:not(.u-visible_xl),
.u-visible_xs:not(.u-visible_xl),
.u-visible_sm:not(.u-visible_xl),
.u-visible_md:not(.u-visible_xl),
.u-visible_lg:not(.u-visible_xl),
.u-visible_xxl:not(.u-visible_xl),
.u-hidden_xl {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .u-visible_ss:not(.u-visible_xxl),
.u-visible_xs:not(.u-visible_xxl),
.u-visible_sm:not(.u-visible_xxl),
.u-visible_md:not(.u-visible_xxl),
.u-visible_lg:not(.u-visible_xxl),
.u-visible_xl:not(.u-visible_xxl),
.u-hidden_xxl {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-visible_sp {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u-visible_tb {
    display: none !important;
  }
}
@media (max-width: 991.9px) {
  .u-visible_pc {
    display: none !important;
  }
}
@media (max-width: 1399.9px) {
  .u-visible_dt {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .u-hidden_sp {
    display: none !important;
  }
}
@media (max-width: 991.9px) {
  .u-hidden_tb {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u-hidden_pc {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .u-hidden_dt {
    display: none !important;
  }
}
@media screen {
  .u-visible_print {
    display: none !important;
  }
}
@media print {
  .u-hidden_print {
    display: none !important;
  }
}
.u-display_input {
  display: none;
}
.mw_wp_form_input .u-display_input {
  display: block;
}

.u-display_confirm {
  display: none;
}
.mw_wp_form_confirm .u-display_confirm {
  display: block;
}

/*--------------------------------------------
  margin
--------------------------------------------*/
.u-mgt0 {
  margin-top: 0;
}
.u-mgt_ss {
  margin-top: 0.6em;
}
.u-mgt_xs {
  margin-top: 1em;
}
.u-mgt_sm {
  margin-top: 1.5em;
}
.u-mgt_md {
  margin-top: 2em;
}
.u-mgt_lg {
  margin-top: 2.5em;
}
.u-mgt_xl {
  margin-top: 3em;
}
.u-mgt_xxl {
  margin-top: 3.5em;
}
@media (max-width: 991.9px) {
  .u-mgt_ss {
    margin-top: 0.4em;
  }
  .u-mgt_xs {
    margin-top: 0.8em;
  }
  .u-mgt_sm {
    margin-top: 1.2em;
  }
  .u-mgt_md {
    margin-top: 1.6em;
  }
  .u-mgt_lg {
    margin-top: 2em;
  }
  .u-mgt_xl {
    margin-top: 2.4em;
  }
  .u-mgt_xxl {
    margin-top: 2.8em;
  }
}

.u-mgl0 {
  margin-left: 0;
}

.u-mgr0 {
  margin-right: 0;
}

.u-mgb0 {
  margin-bottom: 0;
}
.u-mgb_ss {
  margin-bottom: 0.6em;
}
.u-mgb_xs {
  margin-bottom: 1em;
}
.u-mgb_sm {
  margin-bottom: 1.5em;
}
.u-mgb_md {
  margin-bottom: 2em;
}
.u-mgb_lg {
  margin-bottom: 2.5em;
}
.u-mgb_xl {
  margin-bottom: 3em;
}
.u-mgb_xxl {
  margin-bottom: 3.5em;
}
@media (max-width: 991.9px) {
  .u-mgb_ss {
    margin-bottom: 0.4em;
  }
  .u-mgb_xs {
    margin-bottom: 0.8em;
  }
  .u-mgb_sm {
    margin-bottom: 1.2em;
  }
  .u-mgb_md {
    margin-bottom: 1.6em;
  }
  .u-mgb_lg {
    margin-bottom: 2em;
  }
  .u-mgb_xl {
    margin-bottom: 2.4em;
  }
  .u-mgb_xxl {
    margin-bottom: 2.8em;
  }
}

/*--------------------------------------------
  padding
--------------------------------------------*/
.u-pdt0 {
  padding-top: 0;
}

.u-pdl0 {
  padding-left: 0;
}

.u-pdr0 {
  padding-right: 0;
}

.u-pdb0 {
  padding-bottom: 0;
}

/*--------------------------------------------
  common
--------------------------------------------*/
.u-palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.u-italic {
  font-style: italic;
}

.u-va_sup {
  font-size: 70%;
  vertical-align: super;
}

.u-va_sub {
  font-size: 70%;
  vertical-align: sub;
}

.u-cursive {
  font-family: "HG行書体", cursive, serif;
}

.u-vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.u-upr {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.u-fw {
  font-weight: 700;
}
.u-fw400 {
  font-weight: 400;
}
.u-fw500 {
  font-weight: 500;
}

.u-lh {
  line-height: 1.8;
}
.u-lh_ss {
  line-height: 1.1;
}
.u-lh_xs {
  line-height: 1.3;
}
.u-lh_sm {
  line-height: 1.5;
}
.u-lh_md {
  line-height: 2;
}

.u-fs {
  font-size: 1.6rem;
}
.u-fs_xs {
  font-size: 1.2rem;
}
.u-fs_sm {
  font-size: 1.4rem;
}
.u-fs_md {
  font-size: 1.8rem;
}
.u-fs_lg {
  font-size: 2rem;
}
.u-fs_xl {
  font-size: 2.4rem;
}
.u-fs_xxl {
  font-size: 3rem;
}
@media (max-width: 991.9px) {
  .u-fs {
    font-size: 1.4rem;
  }
  .u-fs_xs {
    font-size: 1rem;
  }
  .u-fs_sm {
    font-size: 1.2rem;
  }
  .u-fs_md {
    font-size: 1.6rem;
  }
  .u-fs_lg {
    font-size: 1.8rem;
  }
  .u-fs_xl {
    font-size: 2rem;
  }
  .u-fs_xxl {
    font-size: 2.4rem;
  }
}

.u-z1 {
  position: relative;
  z-index: 1;
}

.u-w100p {
  width: 100%;
}

.u-h100p {
  height: 100%;
}

.u-fx_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.u-row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-column_reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.u-ai {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.u-ai_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-ai_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-ai_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.u-jc_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-jc_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-jc_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-jc_sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-pe_none {
  pointer-events: none;
}
body.is-pc .u-pe, body.is-pc .u-pe_color {
  pointer-events: none;
  cursor: default;
}
body.is-tb .u-pe, body.is-sp .u-pe {
  text-decoration: underline;
}
body.is-tb .u-pe:hover, body.is-sp .u-pe:hover {
  text-decoration: none;
}
body.is-tb .u-pe_color, body.is-sp .u-pe_color {
  color: #25b4e0;
  text-decoration: none;
}
body.is-tb .u-pe_color:hover, body.is-sp .u-pe_color:hover {
  text-decoration: underline;
}

.u-bdt {
  border-top: 1px solid #f4f4f4;
}

.u-bdb {
  border-bottom: 1px solid #f4f4f4;
}

.u-nowrap {
  white-space: nowrap;
}

.u-of_hidden {
  overflow: hidden;
}

.u-bv_hidden {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.u-center_block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.u-align_height {
  display: block !important;
  visibility: hidden;
  pointer-events: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------
  color & background-color
--------------------------------------------*/
.u-font {
  color: #000;
}

.u-main {
  color: #e70012;
}

.u-sub {
  color: #383636;
}

.u-point {
  color: #cc1111;
}

.u-white {
  color: #ffffff;
}

.u-black {
  color: #111111;
}

.u-gray {
  color: #777777;
}

.u-red {
  color: #dc0000;
}

.u-pink {
  color: #ff33bb;
}

.u-purple {
  color: #8000ff;
}

.u-navy {
  color: #0000cc;
}

.u-blue {
  color: #0080ff;
}

.u-sky {
  color: #f0fcff;
}

.u-green {
  color: #00e626;
}

.u-yellow {
  color: #ffff00;
}

.u-orange {
  color: #ff8000;
}

.u-brown {
  color: #99331f;
}

.u-bg_main {
  background-color: #e70012;
}

.u-bg_sub {
  background-color: #383636;
}

.u-bg_white {
  background-color: #ffffff;
}

.u-bg_gray {
  background-color: #f8f8f8;
}

.u-bg_lgray {
  background-color: #fafafa;
}

.u-bg_dgray {
  background-color: #777777;
}

.u-bg_lorange {
  background-color: #ffd6ad;
}

/*--------------------------------------------
  Wordpress EDITOR
--------------------------------------------*/
.wp-editor > * + * {
  margin-top: 3em;
}
.wp-editor .wp-block-columns .wp-block-column:not(:last-child) {
  margin-bottom: 2em;
}
.wp-editor .wp-block-columns .wp-block-column > * + * {
  margin-top: 2em;
}
.wp-editor strong {
  font-weight: 700;
}
.wp-editor em {
  font-style: italic;
}
.wp-editor blockquote {
  display: block;
  padding: 2em;
  background-color: #fafafa;
}
.wp-editor sup {
  vertical-align: super;
  font-size: 70%;
}
.wp-editor sub {
  vertical-align: sub;
  font-size: 70%;
}
.wp-editor figure {
  max-width: 100%;
}
.wp-editor img[class*=wp-image-],
.wp-editor img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}
.wp-editor .alignleft {
  display: block;
  float: none;
  margin: 0;
  margin-right: auto;
}
.wp-editor .aligncenter {
  display: block;
  float: none;
  margin: 0 auto;
}
.wp-editor .alignright {
  display: block;
  float: none;
  margin: 0;
  margin-left: auto;
}
.wp-editor .c-iframe {
  padding-top: 52.5%;
}
.wp-editor h2 {
  padding-left: 0.8em;
  border-left: 0.5rem solid #e70012;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.wp-editor h3 {
  position: relative;
  padding-left: 1em;
  padding-bottom: 0.5em;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.wp-editor h3::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background-color: #e70012;
}
.wp-editor h4 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.wp-editor a:not([class]) {
  color: #25b4e0;
  text-decoration: underline;
  word-break: break-all;
}
.wp-editor a:not([class]):hover {
  text-decoration: none;
}
.wp-editor ul:not([class]),
.wp-editor ol:not([class]) {
  padding-left: 2em;
  line-height: 1.5;
}
.wp-editor ul:not([class]) > li:not(:first-child),
.wp-editor ol:not([class]) > li:not(:first-child) {
  margin-top: 0.8em;
}
.wp-editor ul:not([class]) > li > ul,
.wp-editor ul:not([class]) > li > ol,
.wp-editor ol:not([class]) > li > ul,
.wp-editor ol:not([class]) > li > ol {
  margin-top: 0.6em;
}
.wp-editor ul:not([class]) > li {
  list-style-type: disc;
}
.wp-editor ol:not([class]) > li {
  list-style-type: decimal;
}
.wp-editor table {
  width: 100%;
}
.wp-editor table tr > th,
.wp-editor table tr > td {
  padding: 1em;
  border: 1px solid #efefef;
}
.wp-editor table tr > th {
  background-color: #fafafa;
}
.wp-editor.-inner_box > * + * {
  margin-top: 2em;
}
@media (max-width: 991.9px) {
  .wp-editor > * + * {
    margin-top: 2em;
  }
  .wp-editor .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .wp-editor .wp-block-columns .wp-block-column > * + * {
    margin-top: 1.5em;
  }
  .wp-editor blockquote {
    padding: 1.5em;
  }
  .wp-editor h2 {
    padding-left: 0.6em;
    border-width: 0.4rem;
    font-size: 2rem;
  }
  .wp-editor h3 {
    font-size: 1.8rem;
  }
  .wp-editor h4 {
    font-size: 1.6rem;
  }
  .wp-editor.-inner_box > * + * {
    margin-top: 1.5em;
  }
}

/*-------------------------------
  WP > PAGINATION
-------------------------------*/
.wp-pagenavi {
  margin-top: 3em;
  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;
  line-height: 2;
}
.wp-pagenavi > * {
  display: inline-block;
  text-align: center;
  margin: 0 0.5em;
  width: 2em;
  text-align: center;
  color: #fff;
}
.wp-pagenavi .current {
  font-weight: 700;
  background: #e70012;
  border: solid 1px #e70012;
}
.wp-pagenavi a {
  background: #fff;
  color: #e70012;
  border: solid 1px #e70012;
}
@media (min-width: 992px) {
  .wp-pagenavi a:hover {
    background: #e70012;
    color: #fff;
  }
}
.wp-pagenavi .extend {
  color: #333;
}
@media (max-width: 575.9px) {
  .wp-pagenavi .extend {
    display: none;
  }
}

/*-------------------------------
  WP > PAGINATION(ORIGINAL)
-------------------------------*/
.wp-pager {
  margin-top: 3em;
  margin-top: 11.25em;
}
@media (max-width: 767.9px) {
  .wp-pager {
    margin-top: 8em;
  }
}
@media (max-width: 575.9px) {
  .wp-pager {
    margin-top: 5em;
  }
}
.wp-pager__list {
  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;
}
.wp-pager__item {
  display: inline-block;
  text-align: center;
  margin: 0 0.6rem;
  width: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
}
.wp-pager__item > a,
.wp-pager__item > span {
  display: block;
  background: #fff;
  color: #052c86;
  border: solid 1px #383636;
  border-radius: 50%;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .wp-pager__item > a:hover {
    background: #e70012;
    color: #fff;
  }
}
.wp-pager__item.-current > a,
.wp-pager__item.-current > span {
  color: #fff;
  background: #e70012;
  border: solid 1px #e70012;
}
.wp-pager__item.-extend {
  margin: 0;
}
.wp-pager__item.-extend > a,
.wp-pager__item.-extend > span {
  border: none;
}
.wp-pager__item.-extend > a:before,
.wp-pager__item.-extend > span:before {
  content: "<<";
  color: #323333;
}
.wp-pager__item.-first > a:before {
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eabc";
  -webkit-transform: rotate(180deg) scale(0.75);
          transform: rotate(180deg) scale(0.75);
}
.wp-pager__item.-last > a {
  border: none;
}
.wp-pager__item.-last > a:before {
  color: #323333;
  display: inline-block;
  content: ">>";
}
@media (max-width: 575.9px) {
  .wp-pager__item {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .wp-pager__item.-extend {
    display: none;
  }
  .wp-pager__item > a,
.wp-pager__item > span {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */