@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 {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------
  BASE
--------------------------------------------*/
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;
  letter-spacing: 0.025em;
  color: #333;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 991.9px) {
  body {
    font-size: 1.4rem;
  }
}
* {
  overflow-wrap: break-word;
  word-break: break-all;
}

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

main,
picture {
  display: block;
}

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

table {
  width: 100%;
}

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

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

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

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;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #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;
  transform: translateX(0) !important;
  opacity: 0;
  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;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #DB1A1A;
  cursor: pointer;
}

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

.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
  width: 100%;
  height: 2px;
  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 {
  transform: rotate(45deg);
}

.slideout-open .hamburger-icon::after {
  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 entry
--------------------------------------------*/
/*--------------------------------------------
  footer
--------------------------------------------*/
.l-footer {
  padding: 10rem 0;
  background: #333333;
  color: #ffffff;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
.l-footer__info {
  margin-top: 3rem;
}
.l-footer__info.-iso img {
  max-width: 150px;
}
.l-footer__map {
  text-decoration: underline;
  color: #ffffff;
}
@media (min-width: 992px) {
  .l-footer__map:hover {
    opacity: 0.7;
  }
}
.l-footer__fb {
  text-align: right;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .l-footer__fb a:hover {
    opacity: 0.7;
  }
}
.l-footer__copyright {
  font-family: "Archivo", sans-serif;
  line-height: 1;
  margin-top: 14rem;
  color: #999999;
  font-family: "Archivo", sans-serif;
}
.l-footer__navWrap {
  display: flex;
}
.l-footer__navi {
  display: flex;
}
.l-footer__navi:not(:first-child) {
  margin-left: 10rem;
}
.l-footer__navi li {
  line-height: 1;
}
.l-footer__navi > ul > li:not(:first-child) {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .l-footer__navi a:hover {
    opacity: 0.7;
  }
}
.l-footer__navSub {
  padding-left: 0.5em;
  margin-top: 3rem;
}
.l-footer__navSub > li:not(:first-child) {
  margin-top: 3rem;
}
.l-footer__navItem {
  color: #ffffff;
}
@media (max-width: 1599.9px) {
  .l-footer__navi:not(:first-child) {
    margin-left: 6rem;
  }
}
@media (max-width: 1399.9px) {
  .l-footer__navi:not(:first-child) {
    margin-left: 3rem;
  }
}
@media (max-width: 991.9px) {
  .l-footer {
    padding: 5rem 0 3rem;
  }
  .l-footer__logo {
    width: 50%;
  }
  .l-footer__copyright {
    margin-top: 5rem;
  }
  .l-footer__fb {
    text-align: left;
    margin-top: 2rem;
    width: 50%;
  }
}
/*--------------------------------------------
  header main
--------------------------------------------*/
.l-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 105;
  white-space: nowrap;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 5vw;
  transition: 0.4s;
}
.l-header__logo {
  padding-right: 3rem;
}
@media (min-width: 992px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__hamburger {
  width: 6rem;
  height: 6rem;
  background: #DB1A1A;
  z-index: 115;
}
.l-header__hamburger span {
  position: absolute;
  width: 60%;
  height: 2px;
  background: #ffffff;
  left: 20%;
  top: calc(50% - 1px);
  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%;
  transform-origin: center center;
  background: #ffffff;
  transition: inherit;
}
.l-header__hamburger span:before {
  transform: translateY(-0.75em);
}
.l-header__hamburger span:after {
  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 {
  transform: rotate(45deg);
  background: #DB1A1A;
}
.slideout-open .l-header__hamburger span:after {
  transform: rotate(-45deg);
  background: #DB1A1A;
}
@media (max-width: 991.9px) {
  .l-header__inner {
    align-items: flex-start;
  }
  .l-header__logo {
    padding-top: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .l-header__logo {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 575.9px) {
  .l-header__hamburger {
    width: 5rem;
    height: 5rem;
    padding: 1em;
  }
}

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

.l-content {
  padding-top: 10rem;
  padding-bottom: 12rem;
}
.l-content.-col {
  display: flex;
}
@media (max-width: 991.9px) {
  .l-content.-col {
    display: block;
  }
}
@media (max-width: 991.9px) {
  .l-content {
    padding-top: 4.5em;
    padding-bottom: 6.25em;
  }
}

.l-main {
  width: 80%;
}
@media (max-width: 1199.9px) {
  .l-main {
    width: 75%;
  }
}
@media (max-width: 991.9px) {
  .l-main {
    width: 100%;
  }
}

.c-section {
  padding: 6.25em 0;
}
@media (max-width: 991.9px) {
  .c-section {
    padding: 4.25em 0;
  }
}

/*--------------------------------------------
  breadcrumb wrap
--------------------------------------------*/
.l-breadcrumb {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media (max-width: 991.9px) {
  .l-breadcrumb {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767.9px) {
  .l-breadcrumb {
    display: none;
  }
}

/*--------------------------------------------
  breadcrumb ol
--------------------------------------------*/
.l-breadcrumb_list {
  display: flex;
  align-items: center;
}
.l-breadcrumb_list__item {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.5rem;
}
.l-breadcrumb_list__item + *::before {
  content: "/";
  display: inline-block;
  margin-right: 1em;
}
.l-breadcrumb_list__item > a {
  display: block;
  text-decoration: none;
}
.l-breadcrumb_list__item > a:hover {
  text-decoration: underline;
}
.l-breadcrumb_list__item:not(:first-child) {
  margin-left: 1em;
}
.l-breadcrumb_list__item:last-child > a {
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 991.9px) {
  .l-breadcrumb_list__item {
    font-size: 1.4rem;
  }
}
/*--------------------------------------------
  side bar nav
--------------------------------------------*/
.l-sidebar {
  width: 20%;
  padding-left: 6rem;
}
.l-sidebar__box {
  line-height: 1;
}
.l-sidebar__box + .l-sidebar__box {
  margin-top: 4.6rem;
}
.l-sidebar__box.-mortor .l-sidebar__txt {
  padding-right: 0.5em;
}
.l-sidebar__box.-mortor .l-sidebar__txt .jp {
  line-height: 1.4;
}
.l-sidebar__box.-mortor .l-sidebar__link {
  padding: 2.2rem 0;
}
.l-sidebar__head {
  background: #666666;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 2rem 0;
}
.l-sidebar__item {
  border-bottom: 1px solid #ccc;
}
.l-sidebar__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
}
.l-sidebar__link svg {
  fill: #888888;
  width: 10px;
  height: 6px;
  transform: rotate(-90deg);
}
.l-sidebar__txt {
  font-weight: bold;
}
.l-sidebar__txt span {
  display: block;
  line-height: 1;
}
.l-sidebar__txt .en {
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
  color: #AAAAAA;
  font-weight: normal;
  margin-top: 1rem;
}
.l-sidebar__bnr {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .l-sidebar__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1599.9px) {
  .l-sidebar {
    padding-left: 4rem;
  }
}
@media (max-width: 1199.9px) {
  .l-sidebar {
    width: 25%;
  }
}
@media (max-width: 991.9px) {
  .l-sidebar {
    width: 100%;
    margin-top: 5rem;
    padding-left: 0;
  }
  .l-sidebar__bnr {
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  .l-sidebar__link {
    padding: 1.5rem 0;
  }
  .l-sidebar__box + .l-sidebar__box {
    margin-top: 3rem;
  }
  .l-sidebar__bnr {
    margin-top: 3.5rem;
  }
}

/*--------------------------------------------
  Object
--------------------------------------------*/
/*--------------------------------------------
  animation
--------------------------------------------*/
.c-animation.-opacity {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: translateX(10%);
}
.c-animation.-opacity.scrolled {
  opacity: 1;
  transform: translateX(0%);
}
.c-animation.-ttl > span {
  display: inline-block;
}
.c-animation.-ttl > span > span {
  display: inline-block;
  opacity: 0;
  transform: translateX(150%);
  transition: transform 0.6s 0.4s, opacity 0.6s 0.4s;
}
.c-animation.-ttl.scrolled > span > span {
  opacity: 1;
  transform: translateX(0%);
}
.c-animation.-box {
  position: relative;
  overflow: hidden;
}
.c-animation.-box:before {
  content: "";
  width: 160%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -30%;
  background: #DB1A1A;
  z-index: 10;
  transform: skewX(-25deg);
  transition: all 0.4s ease-in-out;
}
.c-animation.-box.-white:before {
  background: #fff;
}
.c-animation.-box.scrolled:before {
  width: 0;
}
.c-animation.-scroll {
  opacity: 0;
  transform: translateY(4rem);
  transition: all 0.7s linear;
}
.c-animation.-scroll.scrolled {
  opacity: 1;
  transform: translateY(0);
}
.c-animation.-delay100, .c-animation.-delay100:before, .c-animation.-delay100:after {
  transition-delay: 0.1s !important;
}
.c-animation.-delay200, .c-animation.-delay200:before, .c-animation.-delay200:after {
  transition-delay: 0.2s !important;
}
.c-animation.-delay250, .c-animation.-delay250:before, .c-animation.-delay250:after {
  transition-delay: 0.25s !important;
}
.c-animation.-delay300, .c-animation.-delay300:before, .c-animation.-delay300:after {
  transition-delay: 0.3s !important;
}
.c-animation.-delay350, .c-animation.-delay350:before, .c-animation.-delay350:after {
  transition-delay: 0.35s !important;
}
.c-animation.-delay400, .c-animation.-delay400:before, .c-animation.-delay400:after {
  transition-delay: 0.4s !important;
}
.c-animation.-delay450, .c-animation.-delay450:before, .c-animation.-delay450:after {
  transition-delay: 0.45s !important;
}
.c-animation.-delay500, .c-animation.-delay500:before, .c-animation.-delay500:after {
  transition-delay: 0.5s !important;
}
.c-animation.-delay550, .c-animation.-delay550:before, .c-animation.-delay550:after {
  transition-delay: 0.55s !important;
}
.c-animation.-delay600, .c-animation.-delay600:before, .c-animation.-delay600:after {
  transition-delay: 0.6s !important;
}
.c-animation.-delay650, .c-animation.-delay650:before, .c-animation.-delay650:after {
  transition-delay: 0.65s !important;
}
.c-animation.-delay700, .c-animation.-delay700:before, .c-animation.-delay700:after {
  transition-delay: 0.7s !important;
}
.c-animation.-delay750, .c-animation.-delay750:before, .c-animation.-delay750:after {
  transition-delay: 0.75s !important;
}
.c-animation.-delay800, .c-animation.-delay800:before, .c-animation.-delay800:after {
  transition-delay: 0.8s !important;
}
.c-animation.-delay850, .c-animation.-delay850:before, .c-animation.-delay850:after {
  transition-delay: 0.85s !important;
}
.c-animation.-delay900, .c-animation.-delay900:before, .c-animation.-delay900:after {
  transition-delay: 0.9s !important;
}
.c-animation.-delay950, .c-animation.-delay950:before, .c-animation.-delay950:after {
  transition-delay: 0.95s !important;
}
.c-animation.-delay1000, .c-animation.-delay1000:before, .c-animation.-delay1000:after {
  transition-delay: 1s !important;
}
.c-animation.-delay1050, .c-animation.-delay1050:before, .c-animation.-delay1050:after {
  transition-delay: 1.05s !important;
}
.c-animation.-delay1100, .c-animation.-delay1100:before, .c-animation.-delay1100:after {
  transition-delay: 1.1s !important;
}

/*--------------------------------------------
  button wrap
--------------------------------------------*/
.c-btn_wrap {
  display: flex;
  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: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-btn_wrap.-col > * + * {
    margin-top: 1.5em;
    margin-left: 0;
  }
}

/*--------------------------------------------
  button
--------------------------------------------*/
.c-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 24rem;
  font-weight: 600;
  max-width: 100%;
  padding: 1.25em;
  background-color: #DB1A1A;
  border: 1px solid #DB1A1A;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  line-height: 1;
}
.c-btn svg {
  fill: #ffffff;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .c-btn:hover {
    color: #DB1A1A;
    background: #fff;
  }
  .c-btn:hover svg {
    fill: #DB1A1A;
  }
}
.c-btn.-md {
  width: 18rem;
}
.c-btn.-bd_thin {
  border-width: 2px;
}
.c-btn.-mail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn.-mail svg {
  width: 14px;
  height: 10px;
  fill: #ffffff;
  margin-right: 8px;
  transition: all 0.4s 0s;
}
@media (min-width: 992px) {
  .c-btn.-mail:hover svg {
    fill: #DB1A1A;
  }
}
.c-btn.-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #DB1A1A;
}
.c-btn.-white.-mail svg {
  fill: #DB1A1A;
}
@media (min-width: 992px) {
  .c-btn.-white.-mail:hover svg {
    fill: #ffffff;
  }
}
.c-btn.-white:hover {
  background-color: #DB1A1A;
  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: flex;
  align-items: center;
  width: 100%;
  min-height: 16rem;
  padding: 1em;
  padding-right: 4em;
  background-color: #DB1A1A;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.3;
}
.c-btn_lg::before {
  content: "";
  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: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  padding-left: 0.1em;
  background-color: #DB1A1A;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (min-width: 992px) {
  .c-btn_lg::before {
    transition: all 0.4s 0s;
  }
}
.c-btn_lg:hover::before {
  background-color: #ffffff;
  color: #DB1A1A;
}
@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%;
  vertical-align: middle;
}
.c-form__sheet > tbody > tr > td {
  width: 75%;
}
@media (max-width: 991.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: "必須";
  color: #fff;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  background: #DB1A1A;
  padding: 0.2em 0.5em;
  right: -2.5em;
}
.c-form__row > .c-form__field {
  display: flex;
  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;
}
.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 .c-form__check + label.error {
  display: inline-block;
}
.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__field.-radio > span, .c-form__field.-check > span {
  margin-bottom: 1em;
  display: inline-block;
}
.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: 991.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: #f5f5f5;
  display: inline-block;
  max-width: 100%;
  padding: 1em 1.25em;
  line-height: 1;
}
.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 {
  display: none;
}
.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;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.c-form__radio + *:after {
  transform: scale(0.4);
  visibility: hidden;
  background: #DB1A1A;
}
.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;
  transform: rotate(-45deg) translate(0, 50%);
  top: 0;
  border-left: solid 3px #DB1A1A;
  border-bottom: solid 3px #DB1A1A;
  visibility: hidden;
}
.c-form__check:checked + *:after {
  visibility: visible;
}
.c-form__agreement {
  text-align: center;
  margin-bottom: 3rem;
}
.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__checkBox {
  text-align: center;
}
.c-form__btnwrap {
  margin-top: 5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-form__btnwrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-form__btn {
  cursor: pointer;
  display: block;
  font-weight: 500;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  padding: 1.25em 1em;
  text-align: center;
  border: solid 1px #DB1A1A;
  background: #DB1A1A;
  transition: all 0.4s 0s;
}
.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
}
.c-form__btn.-center {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .c-form__btn:hover {
    background: #fff;
    color: #DB1A1A;
  }
  .c-form__btn.-back:hover {
    background: #fff;
    color: #aaa;
  }
}
@media (min-width: 768px) {
  .c-form__btn {
    width: 280px;
  }
  .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;
}

.c-form_privacy {
  margin-top: 7rem;
}
.c-form_privacy__box {
  border: solid 1px #ddd;
  padding: 4rem 3rem;
  overflow-y: scroll;
  max-height: 22em;
  margin-top: 1.5em;
  margin-bottom: 3rem;
}
.c-form_privacy__list dt {
  margin-top: 1.5em;
}
.c-form_privacy__list dt:before {
  content: "■";
  margin-right: 0.25em;
}
.c-form_privacy__list dd {
  margin-top: 0.5em;
}
.c-form_privacy__list dd ul {
  margin-top: 0.5em;
}
.c-form_privacy__item {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5em;
}
.c-form_privacy__listDisc li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-form_privacy__ga a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-form_privacy__ga a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .c-form_privacy {
    padding-top: 4.25em;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 2rem !important;
}

.mw_wp_form .horizontal-item:first-child {
  margin-left: 2rem;
}

/*--------------------------------------------
  sup border
--------------------------------------------*/
.c-ttl_sup {
  line-height: 1;
}
.c-ttl_sup__en {
  font-size: 7.2rem;
  color: #DB1A1A;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
}
.c-ttl_sup__jp {
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 2rem;
}
.c-ttl_sup.-white {
  color: #ffffff;
}
.c-ttl_sup.-center {
  text-align: center;
}
.c-ttl_sup + .c-desc {
  text-align: center;
  margin-top: 3.5rem;
}
@media (max-width: 991.9px) {
  .c-ttl_sup__en {
    font-size: 4.5rem;
  }
  .c-ttl_sup__jp {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_sup__en {
    font-size: 3.5rem;
  }
}

.c-ttl_pl {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 4rem;
}
.c-ttl_pl.-en {
  font-family: "Archivo", sans-serif;
}
.c-ttl_pl.-md {
  font-size: 2.5rem;
}
@media (max-width: 991.9px) {
  .c-ttl_pl {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_pl {
    font-size: 2.2rem;
  }
}

.c-ttl_bg {
  background: #666666;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1;
  padding: 2rem 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 991.9px) {
  .c-ttl_bg {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_bg {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_bg {
    font-size: 1.8rem;
  }
}

.c-ttl_bdL {
  font-size: 2.4rem;
  line-height: 1;
  padding: 0.2rem 0 0.2rem 2.1rem;
  border-left: 6px solid #DB1A1A;
  margin-bottom: 2rem;
}
.c-ttl_bdL.-col {
  display: flex;
  align-items: flex-end;
}
.c-ttl_bdL.-col .c-ttl_bdL__en {
  font-size: 1.6rem;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  margin-left: 3rem;
}
.c-ttl_bdL.-sm {
  font-size: 2.2rem;
}
.c-ttl_bdL.-bdb {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ccc;
  border-left: none;
  position: relative;
}
.c-ttl_bdL.-bdb:before {
  content: "";
  width: 6px;
  height: 1.3em;
  background: #DB1A1A;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.9px) {
  .c-ttl_bdL {
    font-size: 2rem;
  }
  .c-ttl_bdL.-sm {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_bdL {
    font-size: 1.8rem;
  }
  .c-ttl_bdL.-sm {
    font-size: 1.8rem;
  }
  .c-ttl_bdL.-col .c-ttl_bdL__en {
    font-size: 1.4rem;
    margin-left: 1rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_bdL {
    font-size: 1.6rem;
  }
  .c-ttl_bdL.-sm {
    font-size: 1.8rem;
  }
}

.c-ttl_disc {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 3rem;
}
.c-ttl_disc.-gray {
  color: #4C4F59;
}
.c-ttl_disc.-gray span {
  color: #4C4F59;
}
.c-ttl_disc.-orange span {
  color: #9B8C6C;
}
@media (max-width: 767.9px) {
  .c-ttl_disc {
    font-size: 1.8rem;
  }
}

/*--------------------------------------------
  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(1600px + 5vw * 2);
  }
  .c-inner.-full {
    max-width: 100%;
  }
  .c-inner.-md {
    max-width: calc(1200px + 5vw * 2);
  }
}
@media (max-width: 991.9px) {
  .c-inner.-pd0_tb {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------
  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: 5.25em;
    padding-bottom: 5.25em;
  }
  .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%;
  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: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .c-totop a:hover {
    opacity: 0.7;
  }
}
.c-totop__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.c-totop__circle {
  width: 5rem;
  height: 5rem;
  background: #DB1A1A;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-totop__circle svg {
  fill: #fff;
}
.c-totop__txt {
  color: #DB1A1A;
  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;
  }
}

.c-box_gray {
  background: #F7F6F5;
  padding: 10rem 0;
}
.c-box_gray__inner {
  padding: 10rem;
  background: #fff;
}
@media (max-width: 991.9px) {
  .c-box_gray {
    padding: 4.25em 0;
  }
  .c-box_gray__inner {
    padding: 4.25em;
  }
}
@media (max-width: 575.9px) {
  .c-box_gray__inner {
    padding: 4rem 3rem;
  }
}

.c-lead {
  max-width: 1100px;
  margin: 0 auto;
}
.c-lead__ttl {
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 3.4rem;
}
.c-lead__desc p + p {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .c-lead__ttl {
    font-size: 2.2rem;
    margin-bottom: 1em;
  }
}
@media (max-width: 575.9px) {
  .c-lead__ttl {
    font-size: 2rem;
  }
}

/*--------------------------------------------
  panel
--------------------------------------------*/
.p-panel_contact {
  padding: 10rem 0;
  background: url(../img/common/bg_contact.jpg) no-repeat center/cover;
}
.p-panel_contact .c-desc {
  font-size: 1.8rem;
}
.p-panel_contact__inner {
  background: #ffffff;
  padding: 8rem 5rem 7rem;
}
.p-panel_contact__wrap {
  max-width: 1040px;
  margin: 5rem auto 0;
  display: flex;
  justify-content: space-between;
}
.p-panel_contact__item {
  width: calc((100% - 8rem) / 2);
}
.p-panel_contact__ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.p-panel_contact__ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #aaaaaa;
  position: absolute;
  left: 0;
  top: 50%;
}
.p-panel_contact__ttl span {
  padding: 0 2rem;
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 10;
}
.p-panel_contact__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.p-panel_contact__link.-tel {
  margin-top: 4rem;
}
.p-panel_contact__link.-tel a span {
  font-size: 4rem;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
}
.p-panel_contact__link.-tel a svg {
  fill: #333;
  width: 2rem;
  height: 3.2rem;
  margin-right: 1rem;
}
.p-panel_contact__link.-mail {
  margin-top: 2.6rem;
}
.p-panel_contact__link.-mail a {
  background: #9B8C6C;
  font-weight: bold;
  padding: 1.625em 0;
  border: 1px solid #9B8C6C;
  color: #ffffff;
}
.p-panel_contact__link.-mail a svg {
  fill: #ffffff;
  margin-right: 1.2rem;
  width: 1.8rem;
  height: 1.4rem;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-panel_contact__link.-mail a:hover {
    background: #ffffff;
    color: #9B8C6C;
  }
  .p-panel_contact__link.-mail a:hover svg {
    fill: #9B8C6C;
  }
}
@media (max-width: 991.9px) {
  .p-panel_contact {
    padding-top: 5.25em;
    padding-bottom: 5.25em;
  }
  .p-panel_contact__wrap {
    display: block;
  }
  .p-panel_contact__item {
    width: 100%;
  }
  .p-panel_contact__item:not(:first-child) {
    margin-top: 4rem;
  }
  .p-panel_contact__link.-tel {
    margin-top: 2.6rem;
  }
}
@media (max-width: 575.9px) {
  .p-panel_contact .c-desc {
    font-size: 1.4rem;
  }
  .p-panel_contact__inner {
    padding: 5rem 5vw;
  }
  .p-panel_contact__link.-tel a span {
    font-size: 3rem;
  }
  .p-panel_contact__link.-tel a svg {
    width: 1.5rem;
  }
}

/*--------------------------------------------
  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;
  }
}

/*--------------------------------------------
  list
--------------------------------------------*/
.c-list_disc__item {
  position: relative;
  padding-left: 0.75em;
  text-indent: -0.75em;
}
.c-list_disc__item:before {
  content: "";
  width: 0.375em;
  height: 0.375em;
  border-radius: 50%;
  background: #DB1A1A;
  display: inline-block;
  margin-right: 0.375em;
  vertical-align: middle;
}
/*--------------------------------------------
  table responsive
--------------------------------------------*/
.c-tbl_responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media (max-width: 991.9px) {
  .c-tbl_responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: 0.2em;
    scrollbar-color: #DB1A1A #fafafa;
  }
  .c-tbl_responsive::-webkit-scrollbar {
    height: 0.2em;
  }
  .c-tbl_responsive::-webkit-scrollbar-track {
    background: #fafafa;
    border-radius: 1rem;
  }
  .c-tbl_responsive::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #DB1A1A;
  }
  .c-tbl_responsive > table {
    margin-bottom: 0;
  }
  .c-tbl_responsive > table > thead > tr > th, .c-tbl_responsive > table > tbody > tr > th, .c-tbl_responsive > table > tfoot > tr > th, .c-tbl_responsive > table > thead > tr > td, .c-tbl_responsive > table > tbody > tr > td, .c-tbl_responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.c-tbl_pr {
  border: 1px solid #cccccc;
  border-bottom: none;
}
.c-tbl_pr tr {
  border-bottom: 1px solid #cccccc;
}
.c-tbl_pr th, .c-tbl_pr td {
  padding: 1.1625em 1.875em;
}
.c-tbl_pr th {
  width: 20%;
  background: #eeeeee;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 991.9px) {
  .c-tbl_pr {
    font-size: 1.4rem;
  }
  .c-tbl_pr th {
    width: 25%;
  }
}
@media (max-width: 767.9px) {
  .c-tbl_pr th, .c-tbl_pr td {
    display: block;
    width: 100%;
    padding: 1em;
  }
}
@media (max-width: 575.9px) {
  .c-tbl_pr th, .c-tbl_pr td {
    padding: 1rem;
  }
}

.c-tbl_mortor {
  border: 1px solid #ccc;
  border-bottom: none;
}
.c-tbl_mortor tr {
  border-bottom: 1px solid #ccc;
}
.c-tbl_mortor th, .c-tbl_mortor td {
  padding: 1.1625em 1.875em;
}
.c-tbl_mortor th {
  width: 25%;
  background: #EEEEEE;
  text-align: left;
}
.c-tbl_mortor th.-point {
  background: #9B8C6C;
  color: #ffffff;
  line-height: 1.5;
  padding: 0.5625em 0.2em;
  text-align: center;
  border-right: 1px solid #ccc;
}
.c-tbl_mortor th.-white {
  background: #ffffff;
}
.c-tbl_mortor td:not(:last-of-type) {
  border-right: 1px solid #ccc;
}
@media (max-width: 991.9px) {
  .c-tbl_mortor th.-point {
    padding: 0.6em 1.5em;
  }
}
@media (max-width: 767.9px) {
  .c-tbl_mortor th, .c-tbl_mortor td {
    display: block;
    width: 100%;
  }
}

@media (max-width: 991.9px) {
  .c-tbl_scroll {
    overflow-x: auto;
  }
  .c-tbl_scroll > table th, .c-tbl_scroll > table td {
    display: table-cell;
    width: auto;
    white-space: nowrap;
  }
}

/*--------------------------------------------
  anchor
--------------------------------------------*/
.c-anc {
  text-decoration: underline;
}
.c-anc:hover {
  text-decoration: none;
}

.c-anchor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-anchor__item {
  width: calc((100% - 12rem) / 4);
}
.c-anchor__item a {
  display: block;
  color: #666666;
  font-weight: bold;
  line-height: 1;
  padding: 2.2rem 2rem;
  border: 1px solid #666;
  position: relative;
}
.c-anchor__item a:before {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../img/common/icon_chevron.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media (min-width: 992px) {
  .c-anchor__item a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1200px) {
  .c-anchor.-col3 .c-anchor__item {
    width: calc((100% - 8rem) / 3);
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .c-anchor.-col3 .c-anchor__item {
    width: calc((100% - 4rem) / 3);
  }
  .c-anchor.-col3 a {
    padding: 2.2rem 1rem;
  }
  .c-anchor.-col3 a:before {
    right: 1rem;
  }
}
@media (max-width: 991.9px) {
  .c-anchor {
    flex-wrap: wrap;
  }
  .c-anchor__item {
    width: 48%;
  }
  .c-anchor__item:nth-child(n+3) {
    margin-top: 2rem;
  }
  .c-anchor__item a {
    padding: 2.2rem 1.5rem;
  }
}
@media (max-width: 575.9px) {
  .c-anchor__item {
    width: 100%;
  }
  .c-anchor__item:nth-child(n+2) {
    margin-top: 2rem;
  }
}

/*--------------------------------------------
  anchor arrow
--------------------------------------------*/
.c-anc_arrow {
  position: relative;
  display: inline-block;
  padding: 1.5em 0;
  padding-right: 5.5em;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
}
.c-anc_arrow::before {
  content: "";
  transform: scale(1.5);
  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: 0.5em;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  padding-left: 0.1em;
  background-color: #DB1A1A;
  border-radius: 50%;
  border: 1px solid #DB1A1A;
  color: #ffffff;
}
@media (min-width: 992px) {
  .c-anc_arrow::before {
    transition: all 0.4s 0s;
  }
}
.c-anc_arrow:hover {
  text-decoration: underline;
}
.c-anc_arrow:hover::before {
  background-color: #ffffff;
  color: #DB1A1A;
}
@media (max-width: 991.9px) {
  .c-anc_arrow {
    padding: 1.2em 0;
    padding-right: 4.5em;
  }
  .c-anc_arrow::before {
    transform: scale(1.2);
    width: 2.6em;
    height: 2.6em;
  }
}

/*--------------------------------------------
  column
--------------------------------------------*/
.c-col {
  display: flex;
  flex-wrap: wrap;
  margin-top: -3em;
  margin-left: -3em;
}
.c-col__item {
  width: 50%;
  margin-top: 3em;
  padding-left: 3em;
}
.c-col.-gap_xs {
  margin-top: -1.2em;
}
.c-col.-gap_xs > .c-col__item {
  margin-top: 1.2em;
}
.c-col.-gutter_xs {
  margin-left: -1.2em;
}
.c-col.-gutter_xs > .c-col__item {
  padding-left: 1.2em;
}
.c-col.-space_thin {
  margin-top: -1px;
  margin-left: -1px;
}
.c-col.-space_thin > .c-col__item {
  margin-top: 1px;
  padding-left: 1px;
}
.c-col.-space_sm {
  margin-top: -2em;
  margin-left: -2em;
}
.c-col.-space_sm > .c-col__item {
  margin-top: 2em;
  padding-left: 2em;
}
@media (min-width: 768px) {
  .c-col.-col3 > .c-col__item {
    width: 33.3333%;
  }
}
@media (min-width: 768px) {
  .c-col.-half_img > .c-col__item {
    flex: 1;
    width: auto;
  }
  .c-col.-half_img > .c-col__item.-img {
    flex: 0 1 auto;
    width: calc(50% + 1.5em);
  }
}
@media (max-width: 991.9px) {
  .c-col {
    margin-top: -2em;
    margin-left: -2em;
  }
  .c-col__item {
    margin-top: 2em;
    padding-left: 2em;
  }
  .c-col.-gap_xs {
    margin-top: -1em;
  }
  .c-col.-gap_xs > .c-col__item {
    margin-top: 1em;
  }
  .c-col.-gutter_xs {
    margin-left: -1em;
  }
  .c-col.-gutter_xs > .c-col__item {
    padding-left: 1em;
  }
  .c-col.-space_sm {
    margin-top: -1.2em;
    margin-left: -1.2em;
  }
  .c-col.-space_sm > .c-col__item {
    margin-top: 1.2em;
    padding-left: 1.2em;
  }
  .c-col.-col_mqTb {
    flex-direction: column;
  }
  .c-col.-col_mqTb > .c-col__item {
    width: 100% !important;
  }
}
@media (max-width: 991.9px) and (min-width: 576px) {
  .c-col.-col2_mqSmXs > .c-col__item {
    width: 50%;
  }
}
@media (max-width: 767.9px) {
  .c-col__item {
    width: 100%;
  }
}

/*--------------------------------------------
  key
--------------------------------------------*/
.p-home_kv {
  position: relative;
  padding-bottom: 10rem;
}
.p-home_kv .c-ofi {
  padding-top: 64.378%;
}
.p-home_kv:before {
  content: "";
  width: 47.55%;
  background: #DB1A1A;
  height: 38rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.p-home_kv__inner {
  width: calc(100% - 8.5256em);
  position: relative;
}
.p-home_kv__catch {
  position: absolute;
  bottom: 10rem;
  left: 0;
  line-height: 1;
  color: #ffffff;
  padding-left: 5vw;
  width: 100%;
}
.p-home_kv__ttl {
  font-family: "Archivo", sans-serif;
  font-size: 10rem;
  font-size: 5vw;
  font-weight: 600;
  letter-spacing: 0;
}
.p-home_kv__ttl span {
  font-size: 4vw;
}
.p-home_kv__desc {
  font-size: 3.6rem;
  font-size: 1.8vw;
  margin-top: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media (max-width: 991.9px) {
  .p-home_kv {
    padding-bottom: 5rem;
  }
  .p-home_kv:before {
    height: 20rem;
  }
  .p-home_kv__inner {
    width: calc(100% - 6rem);
  }
  .p-home_kv__catch {
    bottom: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_kv:before {
    height: 10rem;
  }
  .p-home_kv .c-ofi {
    padding-top: 73%;
  }
}
@media (max-width: 575.9px) {
  .p-home_kv .c-ofi {
    padding-top: 100%;
  }
  .p-home_kv__inner {
    width: calc(100% - 5rem);
  }
  .p-home_kv__ttl {
    font-size: 2.2rem;
  }
  .p-home_kv__desc {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

/*--------------------------------------------
  advantage
--------------------------------------------*/
.p-home_advantage__wrap {
  display: flex;
  align-items: center;
}
.p-home_advantage__img {
  width: 46.5%;
  position: absolute;
  left: 0;
}
.p-home_advantage__cnt {
  width: 53.5%;
  margin-left: auto;
  padding-left: 5vw;
}
.p-home_advantage__list {
  margin-top: 8rem;
  border-top: 1px solid #CCCCCC;
}
.p-home_advantage__item {
  border-bottom: 1px solid #CCCCCC;
}
.p-home_advantage__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.5rem 3rem 3.5rem 0;
}
.p-home_advantage__itemL {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 78%;
  padding-right: 3rem;
}
.p-home_advantage__itemL .num {
  border-radius: 50%;
  border: 1px solid #DB1A1A;
  width: 7rem;
  height: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  color: #DB1A1A;
  background: #ffffff;
}
.p-home_advantage__itemL .cnt {
  width: calc(100% - 10rem);
}
.p-home_advantage__itemL .cnt h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.p-home_advantage__more {
  width: 22%;
  padding-left: 3rem;
  border-left: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
}
.p-home_advantage__more span {
  font-weight: 600;
  color: #DB1A1A;
  display: inline-block;
  margin-right: 1.2rem;
}
.p-home_advantage__more svg {
  fill: #DB1A1A;
  width: 1.5rem;
}
@media (min-width: 992px) {
  .p-home_advantage__link:hover {
    background: #DB1A1A;
    color: #ffffff;
  }
  .p-home_advantage__link:hover .p-home_advantage__more span {
    color: #ffffff;
  }
  .p-home_advantage__link:hover .p-home_advantage__more svg {
    fill: #ffffff;
  }
}
@media (max-width: 1599.9px) {
  .p-home_advantage__img {
    width: 40%;
  }
  .p-home_advantage__cnt {
    width: 60%;
  }
}
@media (max-width: 1399.9px) {
  .p-home_advantage__itemL {
    width: 70%;
  }
  .p-home_advantage__itemL .cnt h3 {
    font-size: 2.2rem;
  }
  .p-home_advantage__more {
    width: 30%;
  }
}
@media (max-width: 991.9px) {
  .p-home_advantage__wrap {
    flex-direction: column-reverse;
  }
  .p-home_advantage__img {
    position: static;
    width: 100%;
    margin-top: 5rem;
  }
  .p-home_advantage__cnt {
    width: 100%;
    padding-left: 0;
  }
  .p-home_advantage__list {
    margin-top: 5rem;
  }
  .p-home_advantage__itemL {
    width: 75%;
  }
  .p-home_advantage__more {
    width: 25%;
  }
}
@media (max-width: 767.9px) {
  .p-home_advantage__link {
    flex-direction: column;
    padding: 2.5rem 0 2.5rem;
  }
  .p-home_advantage__itemL {
    width: 100%;
    padding-right: 0;
  }
  .p-home_advantage__itemL .num {
    width: 5.5rem;
    height: 5.5rem;
  }
  .p-home_advantage__itemL .cnt {
    width: calc(100% - 8rem);
  }
  .p-home_advantage__itemL .cnt h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .p-home_advantage__more {
    width: 100%;
    padding-left: 0;
    border-left: none;
    justify-content: flex-end;
    margin-top: 0.5rem;
  }
}
@media (max-width: 575.9px) {
  .p-home_advantage__itemL .num {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p-home_advantage__itemL .cnt {
    width: calc(100% - 6rem);
  }
}

/*--------------------------------------------
  product
--------------------------------------------*/
.p-home_product {
  padding-top: 0;
}
.p-home_product__list {
  margin-top: 8rem;
}
@media (max-width: 767.9px) {
  .p-home_product__list {
    margin-top: 4rem;
  }
}

/*--------------------------------------------
  about
--------------------------------------------*/
.p-home_about {
  background: url(../img/home/bg_about.jpg) no-repeat center/cover;
}
.p-home_about__inner {
  background: #ffffff;
  padding: 11rem 10rem 9rem 10rem;
}
.p-home_about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8rem;
}
.p-home_about__item {
  width: calc((100% - 6rem) / 2);
  border-bottom: 1px solid #CCCCCC;
}
.p-home_about__item:nth-child(n+3) {
  margin-top: 3.5rem;
}
.p-home_about__link {
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-home_about__link:nth-child(-n+2) {
  padding-top: 0;
}
@media (min-width: 992px) {
  .p-home_about__link:hover .p-home_about__arrow {
    background: #DB1A1A;
  }
  .p-home_about__link:hover .p-home_about__arrow svg {
    fill: #ffffff;
  }
  .p-home_about__link:hover .p-home_about__img img {
    transform: scale(1.1);
  }
}
.p-home_about__cnt {
  display: flex;
  align-items: center;
  padding-right: 2rem;
  width: calc(100% - 5.4rem);
}
.p-home_about__img {
  overflow: hidden;
  width: 27.5%;
}
.p-home_about__img img {
  transition: 0.4s;
}
.p-home_about__ttl {
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: bold;
  width: 72.5%;
  padding-left: 4rem;
}
.p-home_about__arrow {
  width: 5.4rem;
  height: 5.4rem;
  border: 1px solid #DB1A1A;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.p-home_about__arrow svg {
  fill: #DB1A1A;
  transition: 0.4s;
}
@media (max-width: 1399.9px) {
  .p-home_about__ttl {
    padding-left: 2rem;
  }
}
@media (max-width: 991.9px) {
  .p-home_about__inner {
    padding: 5.25em;
  }
  .p-home_about__item {
    width: 100%;
  }
  .p-home_about__item:nth-child(n+3) {
    margin-top: 0;
  }
  .p-home_about__item:first-child .p-home_about__link {
    padding-top: 0;
  }
  .p-home_about__link:nth-child(-n+2) {
    padding: 2rem 0;
  }
  .p-home_about__ttl {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_about__inner {
    padding: 5rem 5vw;
  }
  .p-home_about__list {
    margin-top: 4rem;
  }
}
@media (max-width: 575.9px) {
  .p-home_about__img {
    width: 35%;
  }
  .p-home_about__ttl {
    width: 65%;
    font-size: 1.6rem;
  }
  .p-home_about__cnt {
    width: calc(100% - 2.5rem);
  }
  .p-home_about__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/*--------------------------------------------
  case
--------------------------------------------*/
.p-home_case__btn {
  margin-top: 6rem;
}
.p-home_case__list {
  margin-top: 6.5rem;
}

/*--------------------------------------------
  underlink
--------------------------------------------*/
.p-home_underlink {
  position: relative;
}
.p-home_underlink:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #F5F5F5;
  z-index: -1;
}
.p-home_underlink__wrap {
  display: flex;
  justify-content: space-between;
}
.p-home_underlink__item {
  width: calc((100% - 6rem) / 2);
}
.p-home_underlink__link {
  display: block;
  position: relative;
}
.p-home_underlink__link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #333333;
  z-index: -1;
}
@media (min-width: 992px) {
  .p-home_underlink__link:hover .p-home_underlink__img {
    opacity: 1;
  }
  .p-home_underlink__link:hover .p-home_underlink__ttl {
    color: #DB1A1A;
  }
  .p-home_underlink__link:hover .p-home_underlink__arrow {
    background: #DB1A1A;
    border-color: #DB1A1A;
  }
}
.p-home_underlink__img {
  opacity: 0.7;
  transition: 0.4s;
}
.p-home_underlink__ttlWrap {
  padding: 0 3rem 0 4rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-home_underlink__ttl {
  color: #ffffff;
  line-height: 1;
  transition: 0.4s;
}
.p-home_underlink__ttl .en {
  font-size: 4.8rem;
  font-family: "Archivo", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
}
.p-home_underlink__ttl .jp {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-home_underlink__arrow {
  width: 5.4rem;
  height: 5.4rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.p-home_underlink__arrow svg {
  fill: #ffffff;
  transition: 0.4s;
}
@media (max-width: 991.9px) {
  .p-home_underlink__wrap {
    display: block;
  }
  .p-home_underlink__item {
    width: 100%;
  }
  .p-home_underlink__item:not(:first-child) {
    margin-top: 4rem;
  }
  .p-home_underlink__img img {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .p-home_underlink__ttlWrap {
    padding: 0 2.5rem;
    bottom: 2.5rem;
  }
  .p-home_underlink__ttl .en {
    font-size: 4rem;
  }
}
@media (max-width: 575.9px) {
  .p-home_underlink__ttl .en {
    font-size: 3rem;
  }
}

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

  404

============================================*/
/*-------------------------------
  404 > COMMON
-------------------------------*/
.p-404 {
  text-align: center;
}
.p-404__head {
  margin-bottom: 5rem;
}
.p-404__ttl {
  font-size: 3rem;
}
@media (max-width: 575.9px) {
  .p-404 {
    text-align: left;
  }
  .p-404__ttl {
    font-size: 2.2rem;
  }
  .p-404__head {
    margin-bottom: 2rem;
  }
}

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

  CONTACT

============================================*/
.p-contact__sec:not(:first-child) {
  margin-top: 6.25em;
}
.p-contact__head {
  margin-bottom: 5rem;
}
.p-contact__anchor {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .p-contact__anchor:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .p-contact__sec:not(:first-child) {
    margin-top: 4.25em;
  }
}

.p-contact_tel {
  text-align: center;
}
.p-contact_tel__num {
  font-family: "Lexend", sans-serif;
  color: #DB1A1A;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .p-contact_tel__num {
    font-size: 3.5rem;
  }
}

.p-contact_form {
  background: #F7F6F5;
  padding: 10rem 0;
}
.p-contact_form .c-ttl_pl {
  text-align: center;
}
.p-contact_form__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 10rem;
}
@media (max-width: 991.9px) {
  .p-contact_form {
    padding: 4.25em 0;
  }
  .p-contact_form__inner {
    padding: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-contact_form__inner {
    padding: 5rem 3rem;
  }
}

.p-contact_thanks {
  padding-top: 10rem;
}
.p-contact_thanks__ttl {
  font-size: 3rem;
  margin-bottom: 4rem;
}

/*-------------------------------
  CONTACT > COMMON
-------------------------------*/
/*============================================

  NEWS

============================================*/
/*-------------------------------
  NEWS > COMMON
-------------------------------*/
/*-------------------------------
  NEWS > SINGLE
-------------------------------*/
.p-panel_article__head {
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
  border-bottom: solid 1px #ddd;
}
.p-panel_article__info {
  margin-bottom: 1em;
}
.p-panel_article__ttl {
  font-size: 1.6em;
  line-height: 1.4;
}
.p-panel_article__btn {
  text-align: center;
  margin-top: 3.5em;
}
.p-panel_article__btn a {
  margin: 0 auto;
}
@media (max-width: 575.9px) {
  .p-panel_article__ttl {
    font-size: 1.4em;
  }
}

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

  COMPANY

============================================*/
/*-------------------------------
  COMPANY > COMMON
-------------------------------*/
.p-company section + section {
  margin-top: 8rem;
}
@media (max-width: 991.9px) {
  .p-company section + section {
    margin-top: 4.25em;
  }
}

.p-company_philosophy__wrap {
  display: flex;
  align-items: center;
}
.p-company_philosophy__img {
  width: 47.5%;
}
.p-company_philosophy__cnt {
  width: 52.5%;
  padding-left: 8rem;
}
.p-company_philosophy__ttl {
  line-height: 1.5;
  font-size: 2.4rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 991.9px) {
  .p-company_philosophy__wrap {
    flex-direction: column-reverse;
  }
  .p-company_philosophy__img {
    width: 100%;
    margin-top: 3rem;
  }
  .p-company_philosophy__img img {
    width: 100%;
  }
  .p-company_philosophy__cnt {
    width: 100%;
    padding-left: 0;
  }
  .p-company_philosophy__ttl {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-company_philosophy__ttl {
    font-size: 2rem;
  }
}
.p-company_overview__listWrap {
  display: flex;
}
.p-company_overview__list:not(:first-child) {
  margin-left: 8rem;
}
.p-company_overview__list li {
  position: relative;
  padding-left: 1.2rem;
}
.p-company_overview__list li:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #DB1A1A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.9px) {
  .p-company_overview__list:not(:first-child) {
    margin-left: 4rem;
  }
}
@media (max-width: 767.9px) {
  .p-company_overview__listWrap {
    display: block;
  }
  .p-company_overview__list:not(:first-child) {
    margin-left: 0;
  }
}

.p-company_access__map {
  position: relative;
  padding-top: 35%;
}
.p-company_access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-company_access__info {
  margin-top: 4rem;
}
.p-company_access__info h3 {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.p-company_access__infoList {
  display: flex;
}
.p-company_access__infoList li {
  display: flex;
}
.p-company_access__infoList li:not(:first-child) {
  margin-left: 4rem;
}
@media (max-width: 991.9px) {
  .p-company_access__infoList {
    display: block;
  }
  .p-company_access__infoList li:not(:first-child) {
    margin-left: 0;
    margin-top: 1em;
  }
}
@media (max-width: 575.9px) {
  .p-company_access__map {
    padding-top: 45%;
  }
  .p-company_access__info h3 {
    font-size: 1.6rem;
  }
  .p-company_access__infoList li {
    flex-direction: column;
  }
}

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

  PRODUCT

============================================*/
/*-------------------------------
  PRODUCT > COMMON
-------------------------------*/
.p-product__desc {
  text-align: center;
}
.p-product__list {
  margin-top: 8rem;
}
.p-product__sec:not(:first-child) {
  margin-top: 10rem;
}
.p-product_head {
  display: flex;
}
.p-product_head__img {
  width: 39.1%;
}
.p-product_head__imgWrap {
  padding-top: 100%;
  border: 1px solid #ccc;
}
.p-product_head__cnt {
  width: 60.9%;
  padding-left: 6rem;
}
.p-product_head__ttl {
  line-height: 1;
  margin-bottom: 3.4rem;
}
.p-product_head__ttl .en {
  font-size: 1.8rem;
  color: #DB1A1A;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.p-product_head__ttl .jp {
  font-size: 3rem;
}
.p-product_head__txt + .p-product_head__txt {
  margin-top: 3.4rem;
  padding-top: 3.4rem;
  position: relative;
}
.p-product_head__txt + .p-product_head__txt:before {
  content: "";
  width: 8rem;
  height: 2px;
  background: #DB1A1A;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.9px) {
  .p-product_head {
    display: block;
  }
  .p-product_head__img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-product_head__cnt {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767.9px) {
  .p-product_head__ttl .en {
    font-size: 1.6rem;
  }
  .p-product_head__ttl .jp {
    font-size: 2.5rem;
  }
}
.p-product_body {
  margin-top: 6rem;
}
.p-product_body__cnt:not(:first-child) {
  margin-top: 6rem;
}
.p-product_body__free {
  border: 1px solid #CCCCCC;
  padding: 3.5rem 4rem;
}
@media (max-width: 1399.9px) {
  .p-product_body__table th {
    width: 25%;
  }
  .p-product_body__table td {
    width: 75%;
  }
}
@media (max-width: 767.9px) {
  .p-product_body__table th, .p-product_body__table td {
    display: block;
    width: 100%;
  }
}

.p-product_example__desc {
  margin-bottom: 1.8rem;
}
.p-product_example__list + .p-product_example__list {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  position: relative;
}
.p-product_example__list + .p-product_example__list:before {
  content: "";
  width: 8rem;
  height: 2px;
  background: #DB1A1A;
  position: absolute;
  top: 0;
  left: 0;
}
/*============================================

  ABOUT

============================================*/
/*-------------------------------
  ABOUT > COMMON
-------------------------------*/
.p-about {
  padding-bottom: 0;
}
.p-about__desc {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 5.4rem;
  font-weight: bold;
}
@media (max-width: 991.9px) {
  .p-about section + section {
    margin-top: 4.25em;
  }
}

.p-about_advantage {
  padding-top: 10rem;
}
.p-about_advantage__item {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 10rem;
}
.p-about_advantage__item:before, .p-about_advantage__item:after {
  content: "";
  position: absolute;
  width: 71%;
}
.p-about_advantage__item:before {
  background: rgb(219, 26, 26);
  background: linear-gradient(90deg, rgb(219, 26, 26) 0%, rgb(227, 103, 9) 100%);
  height: 18rem;
  z-index: -1;
  left: 0;
  top: 0;
}
.p-about_advantage__item:after {
  height: calc(100% - 9rem);
  bottom: 0;
  right: 0;
  z-index: -2;
  background: #F5F5F5;
}
.p-about_advantage__item:nth-child(even):before {
  right: 0;
  left: inherit;
}
.p-about_advantage__item:nth-child(even):after {
  left: 0;
  right: inherit;
}
.p-about_advantage__item:nth-child(even) .p-about_advantage__wrap {
  flex-direction: row-reverse;
}
.p-about_advantage__item:nth-child(even) .p-about_advantage__ttl {
  margin-left: 36%;
}
.p-about_advantage__item:nth-child(even) .p-about_advantage__cnt {
  padding-left: 0;
  padding-right: 8rem;
}
.p-about_advantage__wrap {
  display: flex;
  align-items: center;
}
.p-about_advantage__img {
  width: 47.5%;
}
.p-about_advantage__cnt {
  width: 52.5%;
  padding-left: 8rem;
}
.p-about_advantage__ttl {
  line-height: 1;
  font-size: 3rem;
  color: #fff;
  margin-bottom: 6rem;
}
.p-about_advantage__subTtl {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 2.8rem;
}
@media (max-width: 1399.9px) {
  .p-about_advantage__item:nth-child(even) .p-about_advantage__ttl {
    margin-left: 32%;
  }
}
@media (max-width: 1199.9px) {
  .p-about_advantage__item {
    padding-top: 5rem;
  }
  .p-about_advantage__item:before, .p-about_advantage__item:after {
    width: 80%;
  }
  .p-about_advantage__item:before {
    height: 15rem;
  }
  .p-about_advantage__item:nth-child(even) .p-about_advantage__ttl {
    margin-left: 22%;
  }
  .p-about_advantage__ttl {
    line-height: 1.4;
    margin-bottom: 3rem;
  }
  .p-about_advantage__wrap {
    align-items: flex-start;
  }
  .p-about_advantage__cnt {
    padding-top: 5rem;
  }
}
@media (max-width: 991.9px) {
  .p-about_advantage {
    padding-top: 4.25em;
  }
  .p-about_advantage__item {
    padding-bottom: 4.25em;
    padding-top: 0;
  }
  .p-about_advantage__item:before {
    display: none;
  }
  .p-about_advantage__item:after {
    width: 100%;
  }
  .p-about_advantage__item:nth-child(even) .p-about_advantage__ttl {
    margin-left: -5vw;
  }
  .p-about_advantage__item:nth-child(even) .p-about_advantage__cnt {
    padding-right: 0;
  }
  .p-about_advantage__item:nth-child(even) .p-about_advantage__wrap {
    flex-direction: column-reverse;
  }
  .p-about_advantage__ttl {
    background: rgb(219, 26, 26);
    background: linear-gradient(90deg, rgb(219, 26, 26) 0%, rgb(227, 103, 9) 100%);
    margin-left: -5vw;
    margin-right: -5vw;
    padding: 4rem 5vw;
    font-size: 2.5rem;
  }
  .p-about_advantage__wrap {
    flex-direction: column-reverse;
  }
  .p-about_advantage__img {
    width: 100%;
    margin-top: 3rem;
  }
  .p-about_advantage__img img {
    width: 100%;
  }
  .p-about_advantage__cnt {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .p-about_advantage__subTtl {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-about_advantage__ttl {
    font-size: 2rem;
  }
  .p-about_advantage__subTtl {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-about_advantage__ttl {
    padding: 3rem 5vw;
  }
}

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

  MOTOR

============================================*/
/*-------------------------------
  MOTOR > COMMON
-------------------------------*/
.p-motor__sec + .p-motor__sec {
  padding-top: 7rem;
}
@media (max-width: 767.9px) {
  .p-motor__sec + .p-motor__sec {
    padding-top: 5rem;
  }
}

.p-motor_head {
  margin-bottom: 6rem;
}
@media (max-width: 767.9px) {
  .p-motor_head {
    margin-bottom: 3rem;
  }
}

.p-motor_body {
  margin-top: 7rem;
}
.p-motor_body.-maintenance {
  margin-top: 6rem;
}
@media (max-width: 767.9px) {
  .p-motor_body {
    margin-top: 5rem;
  }
}

.p-motor_list__item:not(:first-child) {
  margin-top: 4rem;
}
.p-motor_list__cntItem {
  padding: 3rem 4rem;
  border: 1px solid #ccc;
}
.p-motor_list__cntItem:not(:first-child) {
  margin-top: 2rem;
}
.p-motor_list__cntItem > h5 {
  font-size: 2rem;
  line-height: 1;
  color: #DB1A1A;
  margin-bottom: 1.8rem;
}
.p-motor_list__subCnt {
  margin-top: 1.8rem;
}
.p-motor_list__subCntItem > h6 {
  font-weight: bold;
}
.p-motor_list__subCntItem:not(:first-child) {
  margin-top: 1.8rem;
}
.p-motor_list__desc {
  margin-bottom: 2.3rem;
}
@media (max-width: 991.9px) {
  .p-motor_list__cntItem {
    padding: 3rem;
  }
  .p-motor_list__cntItem > h5 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-motor_list__cntItem {
    padding: 2rem;
  }
  .p-motor_list__cntItem > h5 {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}

.p-motor_maintenance__item:first-child .p-motor_maintenance__ttl + .p-motor_maintenance__cnt {
  display: block;
}
.p-motor_maintenance__item:not(:first-child) {
  margin-top: 5rem;
}
.p-motor_maintenance__ttl {
  display: flex;
  align-items: stretch;
  position: relative;
  cursor: pointer;
}
.p-motor_maintenance__ttl + .p-motor_maintenance__cnt {
  display: none;
}
.p-motor_maintenance__ttl:before {
  content: "";
  width: 1.6rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  background: url(../img/common/icon_chevron.svg) no-repeat center/contain;
  transition: 0.4s;
}
.p-motor_maintenance__ttl.is-open:before {
  transform: translateY(-50%) rotate(180deg);
}
.p-motor_maintenance__ttl .case {
  display: inline-block;
  width: 14rem;
  background: #DB1A1A;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1;
  padding: 2rem 0;
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
}
.p-motor_maintenance__ttl .ttl {
  font-size: 2.2rem;
  background: #EEEEEE;
  padding: 1rem 5rem 1rem 3rem;
  width: calc(100% - 14rem);
  display: flex;
  align-items: center;
}
.p-motor_maintenance__cnt {
  padding: 3rem;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.p-motor_maintenance__cnt p + p {
  margin-top: 1em;
}
.p-motor_maintenance__subItem:not(:first-child) {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .p-motor_maintenance__item:not(:first-child) {
    margin-top: 3rem;
  }
  .p-motor_maintenance__ttl:before {
    right: 1.5rem;
  }
  .p-motor_maintenance__ttl .case {
    font-size: 2rem;
    width: 12rem;
    padding: 1.5rem 0;
  }
  .p-motor_maintenance__ttl .ttl {
    font-size: 1.8rem;
    width: calc(100% - 12rem);
  }
}
@media (max-width: 767.9px) {
  .p-motor_maintenance__ttl .case {
    font-size: 1.8rem;
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-motor_maintenance__ttl .ttl {
    padding: 1rem 3rem 1rem 1.5rem;
    font-size: 1.6rem;
    width: calc(100% - 10rem);
  }
}
@media (max-width: 575.9px) {
  .p-motor_maintenance__ttl:before {
    width: 1rem;
  }
  .p-motor_maintenance__ttl .case {
    font-size: 1.6rem;
  }
  .p-motor_maintenance__ttl .ttl {
    line-height: 1.4;
  }
  .p-motor_maintenance__cnt {
    padding: 2rem;
  }
}

.p-motor_glossary__guide {
  margin-bottom: 6rem;
}
.p-motor_glossary__guideTtl {
  background: #666666;
  color: #fff;
  line-height: 1;
  font-size: 2.4rem;
  padding: 2rem 4rem;
  font-weight: bold;
}
.p-motor_glossary__guideBox {
  background: #eeeeee;
  padding: 3rem 4rem;
  display: flex;
}
.p-motor_glossary__guideList {
  width: 25%;
}
.p-motor_glossary__guideList.-col2 {
  width: 50%;
}
.p-motor_glossary__guideList li {
  font-weight: bold;
  padding-left: 0.6em;
  text-indent: -0.6em;
}
.p-motor_glossary__guideList li:not(:first-child) {
  margin-top: 0.6rem;
}
.p-motor_glossary__guideList li a {
  position: relative;
  border-bottom: 1px solid #949191;
}
.p-motor_glossary__guideList li a:before {
  content: "";
  width: 0.375em;
  height: 0.375em;
  background: #DB1A1A;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media (min-width: 992px) {
  .p-motor_glossary__guideList li a:hover {
    border-bottom: none;
  }
}
.p-motor_glossary__item:not(:first-child) {
  margin-top: 4rem;
}
.p-motor_glossary__txt {
  border: 1px solid #ccc;
  padding: 2.4rem 4rem;
}
.p-motor_glossary__txt p + p {
  margin-top: 1em;
}
@media (max-width: 1399.9px) {
  .p-motor_glossary__guideList:not(:last-child) {
    padding-right: 1em;
  }
}
@media (max-width: 991.9px) {
  .p-motor_glossary__guideBox {
    flex-wrap: wrap;
    padding: 3rem;
  }
  .p-motor_glossary__guideTtl {
    font-size: 2rem;
    padding: 2rem;
  }
  .p-motor_glossary__guideList {
    width: 50%;
  }
  .p-motor_glossary__txt {
    padding: 2.4rem 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-motor_glossary__guideBox {
    display: block;
    padding: 2rem;
  }
  .p-motor_glossary__guideTtl {
    font-size: 1.8rem;
  }
  .p-motor_glossary__guideList {
    width: 100%;
  }
  .p-motor_glossary__guideList.-col2 {
    width: 100%;
  }
  .p-motor_glossary__guideList:not(:last-child) {
    padding-right: 0;
  }
  .p-motor_glossary__txt {
    padding: 2rem;
  }
}

.p-motor_faq__item:first-child .p-motor_faq__q + .p-motor_faq__a {
  display: block;
}
.p-motor_faq__item:not(:first-child) {
  margin-top: 5rem;
}
.p-motor_faq__q {
  display: flex;
  align-items: stretch;
  position: relative;
  cursor: pointer;
}
.p-motor_faq__q + .p-motor_faq__a {
  display: none;
}
.p-motor_faq__q:before {
  content: "";
  width: 1.6rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  background: url(../img/common/icon_chevron.svg) no-repeat center/contain;
  transition: 0.4s;
}
.p-motor_faq__q.is-open:before {
  transform: translateY(-50%) rotate(180deg);
}
.p-motor_faq__q .q {
  display: inline-block;
  width: 6rem;
  background: #DB1A1A;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1;
  padding: 2rem 0;
  text-align: center;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
}
.p-motor_faq__q .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  background: #EEEEEE;
  padding: 1rem 5rem 1rem 3rem;
  width: calc(100% - 6rem);
  display: flex;
  align-items: center;
}
.p-motor_faq__a {
  padding: 3rem;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.p-motor_faq__a p + p {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .p-motor_faq__item:not(:first-child) {
    margin-top: 3rem;
  }
  .p-motor_faq__ttl:before {
    right: 1.5rem;
  }
  .p-motor_faq__ttl .q {
    font-size: 2rem;
    width: 12rem;
    padding: 1.5rem 0;
  }
  .p-motor_faq__ttl .ttl {
    font-size: 1.8rem;
    width: calc(100% - 12rem);
  }
}
@media (max-width: 767.9px) {
  .p-motor_faq__ttl .q {
    font-size: 1.8rem;
    width: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-motor_faq__ttl .ttl {
    padding: 1rem 3rem 1rem 1.5rem;
    font-size: 1.6rem;
    width: calc(100% - 10rem);
  }
}
@media (max-width: 575.9px) {
  .p-motor_faq__ttl:before {
    width: 1rem;
  }
  .p-motor_faq__ttl .case {
    font-size: 1.6rem;
  }
  .p-motor_faq__ttl .ttl {
    line-height: 1.4;
  }
  .p-motor_faq__cnt {
    padding: 2rem;
  }
}

.p-motor_process__box {
  background: #EEEEEE;
  padding: 4rem;
}
.p-motor_process__inner {
  background: #ffffff;
  padding: 6rem;
}
@media (max-width: 991.9px) {
  .p-motor_process__box {
    padding: 3rem;
  }
  .p-motor_process__inner {
    padding: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-motor_process__box {
    padding: 2rem;
  }
  .p-motor_process__inner {
    padding: 2rem;
  }
}

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

  RECRUIT

============================================*/
/*-------------------------------
  RECRUIT > COMMON
-------------------------------*/
.p-recruit__sec:not(:first-child) {
  margin-top: 8rem;
}
.p-recruit .c-ttl_pl {
  margin-bottom: 4rem;
}

.p-recruit_message__wrap {
  display: flex;
}
.p-recruit_message__img {
  width: 47.5%;
}
.p-recruit_message__cnt {
  width: 52.5%;
  padding-left: 8rem;
  padding-top: 1.6rem;
}
.p-recruit_message__ttl {
  line-height: 1.8;
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 3.1rem;
  border-bottom: 5px solid #DB1A1A;
  margin-bottom: 5.5rem;
}
.p-recruit_message__txt p + p {
  margin-top: 1.625em;
}
@media (max-width: 991.9px) {
  .p-recruit_message__wrap {
    flex-direction: column-reverse;
  }
  .p-recruit_message__img {
    width: 100%;
    margin-top: 3rem;
  }
  .p-recruit_message__img img {
    width: 100%;
  }
  .p-recruit_message__cnt {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_message__ttl {
    padding-bottom: 2rem;
    margin-bottom: 3.4rem;
    border-bottom-width: 3px;
    font-size: 2rem;
  }
  .p-recruit_message__txt p + p {
    margin-top: 1em;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_message__ttl {
    font-size: 1.8rem;
  }
}

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

  ATTEMPT

============================================*/
/*-------------------------------
  RECRUIT > COMMON
-------------------------------*/
.p-attempt_head__inner {
  display: flex;
  align-items: center;
}
.p-attempt_head__img {
  width: 50%;
  padding-right: 4rem;
}
.p-attempt_head__cnt {
  width: 50%;
  padding-left: 4rem;
}
.p-attempt_head__ttl {
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 4.7rem;
}
@media (max-width: 991.9px) {
  .p-attempt_head__inner {
    flex-direction: column-reverse;
  }
  .p-attempt_head__img {
    width: 100%;
    padding-right: 0;
    margin-top: 4rem;
  }
  .p-attempt_head__img img {
    width: 100%;
  }
  .p-attempt_head__cnt {
    width: 100%;
    padding-left: 0;
  }
  .p-attempt_head__ttl {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-attempt_head__ttl {
    font-size: 2rem;
  }
}

.p-attempt_body {
  margin-top: 8rem;
}
.p-attempt_body__box {
  background: #EEEEEE;
  padding: 4rem;
}
.p-attempt_body__inner {
  background: #fff;
  padding: 7rem 8rem;
}
.p-attempt_body__ttl {
  text-align: center;
  position: relative;
  margin-bottom: 5.8rem;
  font-size: 3rem;
}
.p-attempt_body__ttl:before, .p-attempt_body__ttl:after {
  content: "";
  width: 100%;
  background: #E0E0E0;
  position: absolute;
  left: 0;
  top: 50%;
}
.p-attempt_body__ttl:before {
  height: 1px;
}
.p-attempt_body__ttl:after {
  height: 3px;
  transform: translateY(-2px);
}
.p-attempt_body__ttl span {
  display: inline-block;
  line-height: 1;
  padding: 0 3.5rem;
  background: #ffffff;
  position: relative;
  z-index: 10;
}
.p-attempt_body__listTtl {
  font-size: 2rem;
  margin-bottom: 2.2rem;
  padding-left: 2.6rem;
  position: relative;
  line-height: 1.2;
}
.p-attempt_body__listTtl:before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #DB1A1A;
}
.p-attempt_body__item:not(:first-child) {
  margin-top: 6rem;
}
.p-attempt_body__icons {
  display: flex;
  margin-top: 1.5rem;
}
.p-attempt_body__icon:not(:first-child) {
  margin-left: 1rem;
}
@media (max-width: 991.9px) {
  .p-attempt_body__inner {
    padding: 4rem;
  }
  .p-attempt_body__ttl {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .p-attempt_body__listTtl {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .p-attempt_body__box {
    padding: 3rem;
  }
  .p-attempt_body__inner {
    padding: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-attempt_body__box {
    padding: 2rem;
  }
  .p-attempt_body__ttl {
    font-size: 2rem;
  }
  .p-attempt_body__ttl span {
    padding: 0 1rem;
  }
  .p-attempt_body__listTtl {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-left: 2rem;
  }
}

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

  PRIVACY POLICY

============================================*/
/*-------------------------------
  PRIVACY > COMMON
-------------------------------*/
.p-privacypolicy__headTtl {
  font-size: 2.5rem;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.3;
}
.p-privacypolicy__body {
  margin-top: 5rem;
}
.p-privacypolicy__list dt {
  margin-bottom: 1.25em;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 0.8em;
  line-height: 1.4;
  position: relative;
}
.p-privacypolicy__list dt:before {
  content: "";
  width: 7rem;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #DB1A1A;
}
.p-privacypolicy__list dd:not(:last-child) {
  margin-bottom: 3.125em;
}
.p-privacypolicy__list dd > *:nth-child(n+2) {
  margin-top: 1em;
}
.p-privacypolicy__ga h3 {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.p-privacypolicy__ga a {
  word-break: break-all;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .p-privacypolicy__ga a:hover {
    opacity: 0.7;
  }
}
@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;
  }
}

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

  SITEMAP

============================================*/
/*-------------------------------
    SITEMAP > COMMON
-------------------------------*/
.p-sitemap__list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-sitemap__item {
  width: 48%;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
  font-size: 2.2rem;
}
.p-sitemap__item span {
  display: block;
  color: #DB1A1A;
  font-family: "Archivo", sans-serif;
  font-size: 1.4rem;
}
.p-sitemap__item a {
  display: block;
  padding: 2.5rem 0;
}
@media (min-width: 992px) {
  .p-sitemap__item a:hover {
    opacity: 0.7;
  }
}
.p-sitemap__item:nth-child(-n+2) a {
  padding-top: 0;
}
@media (max-width: 991.9px) {
  .p-sitemap__item {
    font-size: 2rem;
  }
  .p-sitemap__item span {
    display: block;
    margin-left: 0;
  }
  .p-sitemap__item a {
    padding: 2rem 0;
  }
}
@media (max-width: 767.9px) {
  .p-sitemap__item {
    width: 100%;
  }
  .p-sitemap__item:nth-child(-n+2) a {
    padding: 2rem 0;
  }
  .p-sitemap__item:first-child a {
    padding-top: 0;
  }
}
@media (max-width: 575.9px) {
  .p-sitemap__item {
    font-size: 1.8rem;
  }
  .p-sitemap__item a {
    padding: 1.5rem 0;
  }
}

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

  KV

============================================*/
/*-------------------------------
  KV > TOP
-------------------------------*/
/*-------------------------------
  KV > UNDER
-------------------------------*/
.p-kv_under {
  position: relative;
}
.p-kv_under:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8rem;
  background: #DB1A1A;
  width: 55%;
  height: 16rem;
  z-index: -1;
}
.p-kv_under__inner {
  width: calc(100% - 8.5256em);
  background: no-repeat center/cover;
}
.p-kv_under__inner.-company {
  background-image: url(../img/company/img_kv.jpg);
}
.p-kv_under__inner.-about {
  background-image: url(../img/about/img_kv.jpg);
}
.p-kv_under__inner.-motor {
  background-image: url(../img/motor/img_kv.jpg);
}
.p-kv_under__inner.-product {
  background-image: url(../img/product/img_kv.jpg);
}
.p-kv_under__inner.-attempt {
  background-image: url(../img/attempt/img_kv.jpg);
}
.p-kv_under__inner.-contact {
  background-image: url(../img/contact/img_kv.jpg);
}
.p-kv_under__ttl {
  padding-top: 22.7rem;
  padding-bottom: 17.4rem;
  line-height: 1;
  color: #fff;
}
.p-kv_under__ttl .sub {
  font-family: "Archivo", sans-serif;
  font-size: 6rem;
  font-weight: 600;
}
.p-kv_under__ttl .main {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 1rem;
}
.p-kv_under__ttl .main.-en {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 991.9px) {
  .p-kv_under:before {
    bottom: -5rem;
    height: 12rem;
  }
  .p-kv_under__ttl {
    padding-top: 10rem;
    padding-bottom: 8.5rem;
  }
  .p-kv_under__ttl .sub {
    font-size: 4rem;
  }
  .p-kv_under__ttl .main {
    font-size: 1.6rem;
  }
  .p-kv_under__inner {
    width: calc(100% - 6rem);
  }
}
@media (max-width: 767.9px) {
  .p-kv_under {
    margin-bottom: 5rem;
  }
  .p-kv_under__ttl .sub {
    font-size: 3.5rem;
  }
  .p-kv_under__ttl .main {
    font-size: 1.4rem;
  }
  .p-kv_under__img {
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-kv_under {
    margin-bottom: 3rem;
  }
  .p-kv_under:before {
    bottom: -3rem;
    height: 10rem;
  }
  .p-kv_under__inner {
    width: calc(100% - 5rem);
  }
  .p-kv_under__ttl {
    padding-bottom: 3.5rem;
  }
  .p-kv_under__ttl .sub {
    font-size: 3rem;
  }
}

/*--------------------------------------------
  card
--------------------------------------------*/
/*--------------------------------------------
  news
--------------------------------------------*/
.c-card_product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-card_product__item {
  width: calc((100% - 12rem) / 3);
}
.c-card_product__item:nth-child(n+4) {
  margin-top: 6rem;
}
.c-card_product__link {
  position: relative;
  color: #fff;
  display: block;
}
.c-card_product__link:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .c-card_product__link:hover {
    color: #DB1A1A;
  }
  .c-card_product__link:hover:before {
    opacity: 0;
  }
  .c-card_product__link:hover .c-card_product__img {
    opacity: 1;
  }
  .c-card_product__link:hover .c-card_product__img img {
    transform: scale(1.1);
  }
  .c-card_product__link:hover .c-card_product__arrow {
    border-color: #DB1A1A;
    background: #DB1A1A;
  }
}
.c-card_product__img {
  padding-top: 60%;
  position: relative;
  opacity: 0.7;
  transition: 0.4s;
  overflow: hidden;
}
.c-card_product__img img {
  transition: 0.4s;
}
.c-card_product__ttlWrap {
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 3rem;
}
.c-card_product__ttl .en {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
}
.c-card_product__ttl .jp {
  font-size: 2.4rem;
  margin-top: 1.5rem;
  font-weight: bold;
}
.c-card_product__arrow {
  width: 5.4rem;
  height: 5.4rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.c-card_product__arrow svg {
  fill: #ffffff;
  transition: 0.4s;
}
@media (max-width: 1199.9px) {
  .c-card_product__item {
    width: calc((100% - 6rem) / 3);
  }
}
@media (max-width: 991.9px) {
  .c-card_product__item {
    width: calc((100% - 3rem) / 2);
  }
  .c-card_product__item:nth-child(n+3) {
    margin-top: 3rem;
  }
  .c-card_product__ttlWrap {
    padding: 0 2rem;
    bottom: 2rem;
  }
  .c-card_product__ttl .jp {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .c-card_product__item {
    width: 100%;
  }
  .c-card_product__item:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.c-card_case {
  display: flex;
  border-left: 1px solid #CCCCCC;
}
.c-card_case__item {
  width: 33.333%;
  border-right: 1px solid #CCCCCC;
}
.c-card_case__link {
  padding: 0 5rem 5rem;
  display: block;
}
@media (min-width: 992px) {
  .c-card_case__link:hover .c-card_case__img img {
    transform: scale(1.1);
  }
}
.c-card_case__img {
  padding-top: 57.87%;
  overflow: hidden;
}
.c-card_case__img img {
  transition: 0.4s;
}
.c-card_case__ttl {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 3.5rem;
}
.c-card_case__txt {
  margin-top: 2rem;
}
@media (max-width: 991.9px) {
  .c-card_case {
    border-left: none;
    display: block;
  }
  .c-card_case__item {
    width: 100%;
    border-right: none;
  }
  .c-card_case__item:not(:first-child) {
    padding-top: 4rem;
    margin-top: 4rem;
    border-top: 1px solid #ccc;
  }
  .c-card_case__link {
    padding: 0;
  }
  .c-card_case__ttl {
    font-size: 2rem;
  }
}
/*============================================

  GLOBAL NAVIGATION

============================================*/
.p-gnavi__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.p-gnavi__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #262424;
  font-family: "Archivo", sans-serif;
  padding: 1.5rem 0;
}
.p-gnavi__lang {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}
.p-gnavi__lang > li {
  line-height: 1.0625;
}
@media (min-width: 992px) {
  .p-gnavi__lang > li a:hover {
    color: #999999;
  }
}
.p-gnavi__lang > li.-active a {
  color: #999999;
}
.p-gnavi__lang > li:not(:first-child) {
  padding-left: 1.2rem;
  margin-left: 1.2rem;
  border-left: 1px solid #fff;
}
.p-gnavi__lang > li > a {
  color: #ffffff;
}
.p-gnavi__tel {
  display: flex;
  align-items: center;
  margin-right: 6rem;
}
.p-gnavi__telItem {
  line-height: 1;
  display: flex;
  align-items: center;
}
.p-gnavi__telItem .badge {
  color: #ffffff;
  border: 1px solid #999999;
  padding: 0.2rem 0.5rem;
  margin-right: 0.6rem;
  display: inline-block;
}
.p-gnavi__telItem .num {
  font-size: 2.2rem;
  color: #ffffff;
}
.p-gnavi__telItem:not(:first-child) {
  margin-left: 2rem;
}
.p-gnavi__navi {
  background: #000;
  padding: 3rem 6rem;
}
.p-gnavi__list {
  display: flex;
  align-items: center;
}
.p-gnavi__item:not(:first-child) {
  margin-left: 6rem;
}
.p-gnavi__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-gnavi__link:hover {
    opacity: 0.7;
  }
}
.p-gnavi__jp {
  color: #ffffff;
  line-height: 1;
}
.p-gnavi__en {
  color: #999999;
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 1rem;
}
.p-gnavi__contact a {
  background: #DB1A1A;
  padding: 1.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.p-gnavi__contact a .p-gnavi__en {
  color: #F6C5C5;
}
@media (min-width: 992px) {
  .p-gnavi__contact a:hover {
    background: #000;
  }
}
@media (max-width: 1599.9px) {
  .p-gnavi__list > li:nth-child(n+2) {
    margin-left: 2rem;
  }
  .p-gnavi__telWrap {
    margin-left: 2rem;
  }
  .p-gnavi__mail {
    margin-left: 2rem;
  }
  .p-gnavi__mail a {
    padding: 1em 0.5em;
    width: 15rem;
  }
  .p-gnavi__tel .num {
    font-size: 2rem;
  }
}
@media (max-width: 991.9px) {
  .p-gnavi__wrap {
    display: block;
    background: #000;
    height: 100vh;
    overflow: auto;
    padding: 5rem 5vw;
  }
  .p-gnavi__main {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-gnavi__top {
    margin-top: 2rem;
    flex-direction: column;
    padding: 2rem 0;
  }
  .p-gnavi__navi {
    padding: 0;
  }
  .p-gnavi__list {
    display: block;
  }
  .p-gnavi__list > li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 2.5rem;
  }
  .p-gnavi__lang {
    margin-right: 0;
  }
  .p-gnavi__tel {
    margin-right: 0;
    margin-top: 1.5rem;
    flex-direction: column;
    justify-content: center;
  }
  .p-gnavi__telItem:not(:first-child) {
    margin-left: 0;
    margin-top: 1rem;
  }
  .p-gnavi__contact {
    margin-top: 2rem;
  }
  .p-gnavi__link.js-accordionSp {
    position: relative;
  }
  .p-gnavi__link.js-accordionSp:before, .p-gnavi__link.js-accordionSp:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    margin: auto;
    width: 1em;
    height: 2px;
    background-color: #fff;
    transition: 0.4s;
    left: inherit;
  }
  .p-gnavi__link.js-accordionSp:after {
    transform: rotate(90deg);
  }
  .p-gnavi__link.js-accordionSp.is-open:before {
    opacity: 0;
  }
}

.slideout-open .l-header__hamburger span:after,
.slideout-open .l-header__hamburger span:before {
  background: #ffffff;
}

.p-gnavi_dropdown:hover .p-gnavi_dropdown__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.p-gnavi_dropdown__list {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateY(10px);
  position: absolute;
  padding: 2rem 0 0;
}
.p-gnavi_dropdown__item {
  background: #262424;
  text-align: center;
  padding: 0 2rem;
}
.p-gnavi_dropdown__item:not(:first-child) .p-gnavi_dropdown__link {
  border-top: 1px solid #999999;
}
.p-gnavi_dropdown__link {
  display: block;
  padding: 1rem 0;
  color: #ffffff;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .p-gnavi_dropdown__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .p-gnavi_dropdown__list {
    visibility: hidden;
    position: static;
    display: none;
    transition: none;
  }
}

/*--------------------------------------------
  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 {
  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 {
  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 {
  flex-wrap: wrap;
}

.u-row {
  flex-direction: row;
}

.u-row_reverse {
  flex-direction: row-reverse;
}

.u-column {
  flex-direction: column;
}

.u-column_reverse {
  flex-direction: column-reverse;
}

.u-ai {
  align-items: stretch;
}

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

.u-ai_center {
  align-items: center;
}

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

.u-jc_start {
  justify-content: flex-start;
}

.u-jc_center {
  justify-content: center;
}

.u-jc_end {
  justify-content: flex-end;
}

.u-jc_sb {
  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 {
  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;
}

.u-ff_ch {
  font-family: "Microsoft Yahei", "微软雅黑", "Microsoft JhengHei";
}

.u-ff_viet {
  font-family: "Arial", sans-serif;
}

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

.u-main {
  color: #DB1A1A;
}

.u-sub {
  color: #1D2065;
}

.u-point {
  color: #9B8C6C;
}

.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: #DB1A1A;
}

.u-bg_sub {
  background-color: #1D2065;
}

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

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

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

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

.u-bg_lorange {
  background-color: #ffd6ad;
}/*# sourceMappingURL=style.css.map */