@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: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  color: #000;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  padding-top: 7.2em;
}
@media (max-width: 991.9px) {
  body {
    font-size: 1.4rem;
    padding-top: 4.2851em;
  }
}
@media (max-width: 575.9px) {
  body {
    padding-top: 3.5717em;
  }
}

* {
  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: #000;
  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: #000;
}

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

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

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

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

/*!------------------------------------*\
    slideout
\*!------------------------------------*/
@media (max-width: 991.9px) {
  .slideout-open,
  .slideout-open body {
    overflow: hidden;
  }
  .slideout-menu {
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    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: #0741a5;
  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: 8rem 0;
  background: #313335;
  position: relative;
}
.l-footer:before {
  content: "";
  width: 100%;
  height: 15.6rem;
  background: #313335;
  position: absolute;
  left: 0;
  top: -15.6rem;
  z-index: -1;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
.l-footer__address {
  color: #fff;
  margin-top: 3rem;
  font-size: 1.5rem;
}
.l-footer__copyright {
  line-height: 1;
  color: #888888;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 6rem;
}
.l-footer__navWrap {
  display: flex;
}
.l-footer__navi {
  display: flex;
}
.l-footer__navi > ul:not(:first-child) {
  margin-left: 8rem;
}
.l-footer__navi > ul > li:not(:first-child) {
  margin-top: 2.2rem;
}
.l-footer__navi > ul ul {
  margin-top: 3rem;
  padding-left: 0.5em;
}
.l-footer__navi > ul ul li:not(:first-child) {
  margin-top: 2rem;
}
.l-footer__navi li {
  line-height: 1;
}
@media (min-width: 992px) {
  .l-footer__navi a:hover {
    opacity: 0.7;
  }
}
.l-footer__navItem {
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 991.9px) {
  .l-footer {
    padding: 5rem 0 3rem;
  }
  .l-footer__logo {
    width: 75%;
  }
  .l-footer__logo img {
    max-width: 100%;
  }
}
@media (max-width: 575.9px) {
  .l-footer__copyright {
    font-size: 1.2rem;
  }
}

/*--------------------------------------------
  header main
--------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 105;
  white-space: nowrap;
  background: #ffffff;
}
.l-header.is-act {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .l-header.is-act .p-gnavi__contact a {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 3.12vw;
  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: #0741a5;
  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 span {
  background: transparent;
}
.slideout-open .l-header__hamburger span:before {
  transform: rotate(45deg);
  background: #0741a5;
}
.slideout-open .l-header__hamburger span:after {
  transform: rotate(-45deg);
  background: #0741a5;
}
@media (max-width: 991.9px) {
  .l-header__inner {
    padding: 0 0 0 3vw;
  }
}
@media (max-width: 767.9px) {
  .l-header__logo {
    padding-left: 0;
    width: 50%;
  }
}
@media (max-width: 575.9px) {
  .l-header__logo {
    width: 60%;
  }
  .l-header__hamburger {
    width: 5rem;
    height: 5rem;
    padding: 1em;
  }
}

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

.l-content.-under {
  padding-top: 10rem;
  padding-bottom: 16rem;
}
@media (max-width: 991.9px) {
  .l-content.-under {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}

.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 {
  margin-top: 4rem;
  padding-left: calc(3.125vw + 3rem);
}
@media (max-width: 991.9px) {
  .l-breadcrumb {
    padding-left: calc(3.125vw + 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;
  font-weight: 500;
}
.l-breadcrumb_list__item + *::before {
  content: ">";
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  margin-right: 0.75em;
}
.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: 0.75em;
}
.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: "Poppins", 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;
  }
}

.l-sidebar_product {
  position: relative;
}
.l-sidebar_product:before {
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(14, 62, 160);
  background: linear-gradient(85deg, rgb(14, 62, 160) 0%, rgb(15, 126, 197) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.l-sidebar_product__head {
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 2.7rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #bbc4cf;
  font-weight: 500;
}
.l-sidebar_product__list {
  margin-top: 3rem;
  padding-left: 3rem;
  border-left: 1px solid #bbc4cf;
  font-weight: 500;
}
.l-sidebar_product__list li:not(:first-child) {
  margin-top: 1.2rem;
}
.l-sidebar_product__subList {
  font-weight: 400;
  margin-top: 1rem;
}
.l-sidebar_product__subList .disc {
  color: #9fa6bc;
}
.l-sidebar_product__link.current {
  position: relative;
}
.l-sidebar_product__link.current:before {
  content: "";
  height: 100%;
  width: 4px;
  background: #047dcb;
  position: absolute;
  left: -3rem;
  top: 0;
}
@media (min-width: 992px) {
  .l-sidebar_product__link:hover {
    color: #0741a5;
  }
}

/*--------------------------------------------
  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.-fadeUp {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: translateY(10%);
}
.c-animation.-fadeUp.scrolled {
  opacity: 1;
  transform: translateY(0%);
}
.c-animation.-fadeInLeft {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transition: 1.5s cubic-bezier(0.96, 0, 0.51, 0.86);
  transform: translateX(-100%);
}
.c-animation.-fadeInLeft.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: #0741a5;
  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.-scale {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: scale(0);
}
.c-animation.-scale.scrolled {
  opacity: 1;
  transform: scale(1);
}
.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: block;
  width: 32rem;
  font-weight: 500;
  font-size: 1.5rem;
  max-width: 100%;
  padding: 3rem 0 3rem 3.2rem;
  background: #0741a5;
  color: #ffffff;
  line-height: 1;
  position: relative;
}
.c-btn:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.3rem;
}
@media (min-width: 992px) {
  .c-btn:hover {
    background: #e14d1a;
  }
}
.c-btn.-sm {
  width: 20rem;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.c-btn.-md {
  width: 30rem;
}
.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: #0741a5;
  }
}
.c-btn.-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0741a5;
}
.c-btn.-white.-mail svg {
  fill: #0741a5;
}
@media (min-width: 992px) {
  .c-btn.-white.-mail:hover svg {
    fill: #ffffff;
  }
}
.c-btn.-white:hover {
  background-color: #0741a5;
  color: #ffffff;
}
.c-btn.-center {
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  .c-btn {
    font-size: 1.4rem;
    padding: 2rem 0 2rem 2.5rem;
  }
}
/*--------------------------------------------
  button lg
--------------------------------------------*/
.c-btn_lg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 16rem;
  padding: 1em;
  padding-right: 4em;
  background-color: #0741a5;
  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: #0741a5;
  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: #0741a5;
}
@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 2px #0741a5;
}
.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%;
  color: #0741a5;
  text-align: left;
  vertical-align: middle;
  font-weight: 500;
}
.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 {
  content: "*";
  color: #dc0000;
  display: inline-block;
  margin-left: 0.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 {
  display: inline-block;
}
.c-form__field.-horizontal {
  margin: 0 -2rem;
}
.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: #0741a5;
}
.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 #0741a5;
  border-bottom: solid 3px #0741a5;
  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;
}
@media (min-width: 768px) {
  .c-form__btnwrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-form__btn {
  text-align: left;
  cursor: pointer;
}
.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
}
.c-form__btn.-center {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-form__btn:nth-child(n+2) {
    margin-left: 2em;
  }
}
@media (max-width: 767.9px) {
  .c-form__btn:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.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__ttl {
  margin-bottom: 1em;
}
.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 {
  margin-top: 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;
  }
}

@media (max-width: 575.9px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
    margin-bottom: 1em;
  }
}

/*--------------------------------------------
  sup border
--------------------------------------------*/
.c-ttl_sup {
  line-height: 1;
  position: relative;
  padding-bottom: 3.2rem;
  margin-bottom: 4.5rem;
}
.c-ttl_sup:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 8px;
  background: #e14d1a;
  transform: skew(30deg);
}
.c-ttl_sup__en {
  font-size: 7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0741a5;
}
@media (min-width: 992px) {
  .c-ttl_sup__en.-lg {
    font-size: 6rem;
  }
}
.c-ttl_sup__jp {
  font-weight: 500;
  margin-bottom: 1.4rem;
}
.c-ttl_sup.-white {
  color: #ffffff;
}
.c-ttl_sup.-white .c-ttl_sup__en {
  color: #ffffff;
}
.c-ttl_sup.-center {
  text-align: center;
}
.c-ttl_sup + .c-desc {
  margin-top: 4.3rem;
}
@media (max-width: 991.9px) {
  .c-ttl_sup__en {
    font-size: 4rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_sup {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
  .c-ttl_sup + .c-desc {
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_sup__en {
    font-size: 3rem;
  }
  .c-ttl_sup__jp {
    font-size: 1.4rem;
  }
}

.c-ttl_bd {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 3.1rem;
  position: relative;
  margin-bottom: 3.4rem;
}
.c-ttl_bd:before {
  content: "";
  width: 5rem;
  height: 6px;
  background: #e14d1a;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991.9px) {
  .c-ttl_bd {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_bd {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_bd {
    margin-bottom: 2.5rem;
  }
}

.c-ttl_bdL {
  font-size: 3rem;
  line-height: 1;
  padding-left: 2.4rem;
  margin-bottom: 5rem;
  position: relative;
}
.c-ttl_bdL:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #0741a5;
  position: absolute;
  top: 0;
  left: 0;
}
.c-ttl_bdL.-sm {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 991.9px) {
  .c-ttl_bdL {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .c-ttl_bdL.-sm {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_bdL {
    font-size: 1.8rem;
  }
  .c-ttl_bdL.-sm {
    font-size: 1.8rem;
  }
}

.c-ttl_bgEn {
  text-align: center;
  padding-bottom: 1.8rem;
  position: relative;
  margin-bottom: 7.6rem;
}
.c-ttl_bgEn__en {
  color: #ecf1f8;
  font-family: "Poppins", sans-serif;
  font-size: 10rem;
  line-height: 0.8;
  font-weight: 600;
}
.c-ttl_bgEn__en.-white {
  color: #fff;
}
.c-ttl_bgEn__jp {
  line-height: 1;
  color: #0741a5;
  font-size: 3.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.c-ttl_bgEn.-deco {
  padding-bottom: 3.8rem;
  margin-bottom: 6rem;
}
.c-ttl_bgEn.-deco .c-ttl_bgEn__jp {
  color: #000;
  font-size: 2.8rem;
  bottom: 3.5rem;
}
.c-ttl_bgEn.-deco .c-ttl_bgEn__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6.2rem;
  height: 8px;
  margin: 0 auto;
  display: block;
}
.c-ttl_bgEn.-deco .c-ttl_bgEn__deco:before, .c-ttl_bgEn.-deco .c-ttl_bgEn__deco:after {
  content: "";
  height: 100%;
  position: absolute;
  transform: skew(30deg);
}
.c-ttl_bgEn.-deco .c-ttl_bgEn__deco:before {
  left: 5px;
  background: #0741a5;
  width: 3rem;
}
.c-ttl_bgEn.-deco .c-ttl_bgEn__deco:after {
  right: 5px;
  background: #e14d1a;
  width: 2rem;
}
@media (max-width: 991.9px) {
  .c-ttl_bgEn {
    margin-bottom: 5rem;
  }
  .c-ttl_bgEn__en {
    font-size: 8rem;
  }
  .c-ttl_bgEn__jp {
    font-size: 2.8rem;
  }
  .c-ttl_bgEn.-deco {
    padding-bottom: 3.5rem;
    margin-bottom: 4rem;
  }
  .c-ttl_bgEn.-deco .c-ttl_bgEn__jp {
    font-size: 2.5rem;
    bottom: 3rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_bgEn {
    padding-bottom: 1rem;
  }
  .c-ttl_bgEn__en {
    font-size: 6rem;
  }
  .c-ttl_bgEn__jp {
    font-size: 2.4rem;
  }
  .c-ttl_bgEn.-deco .c-ttl_bgEn__jp {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_bgEn__en {
    font-size: 5rem;
  }
  .c-ttl_bgEn__jp {
    font-size: 2.2rem;
  }
  .c-ttl_bgEn.-deco .c-ttl_bgEn__jp {
    font-size: 1.8rem;
  }
}

.c-ttl_pl {
  text-align: center;
  margin-bottom: 5rem;
}
.c-ttl_pl__jp {
  font-size: 1.8rem;
  font-weight: 500;
}
.c-ttl_pl__en {
  line-height: 0.83;
  font-weight: 600;
  color: #0741a5;
  font-size: 6rem;
  margin-top: 1.5rem;
}
@media (max-width: 991.9px) {
  .c-ttl_pl__jp {
    font-size: 1.6rem;
  }
  .c-ttl_pl__en {
    font-size: 4rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_pl__en {
    font-size: 3.2rem;
  }
}

/*--------------------------------------------
  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(1200px + 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: 12rem;
    padding-bottom: 12rem;
  }
  .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: 4.5em;
    padding-bottom: 4.5em;
  }
  .c-boxpd_xs {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .c-boxpd_sm {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}

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

/*--------------------------------------------
  logo
--------------------------------------------*/
.c-logo {
  display: block;
  max-width: 100%;
  height: auto;
}
/*--------------------------------------------
  object-fit
--------------------------------------------*/
.c-ofi {
  position: relative;
  padding-top: 60%;
  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 {
  position: fixed;
  bottom: 10rem;
  right: 5vw;
}
.c-totop__inner {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background: #0741a5;
  position: relative;
}
.c-totop__inner:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media (min-width: 992px) {
  .c-totop__inner:hover {
    opacity: 0.7;
  }
}
.c-totop__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.9px) {
  .c-totop__inner {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media (max-width: 575.9px) {
  .c-totop {
    bottom: 5rem;
  }
}

.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__ttl {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.7rem;
}
.c-lead__desc {
  font-weight: 500;
}
.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;
    line-height: 1.4;
  }
}

.c-desc.-white {
  color: #ffffff;
}

.c-bg_product {
  background: url(../img/product/img_bg.jpg) no-repeat top right/cover;
}

/*--------------------------------------------
  panel
--------------------------------------------*/
.p-panel_contact {
  max-width: calc(1340px + 10vw);
  padding-right: 5vw;
  padding-left: 5vw;
  margin: 0 auto;
}
.p-panel_contact__box {
  background: #0741a5;
  margin: 0 auto;
  padding: 7.5rem 5vw;
}
.p-panel_contact__inner {
  max-width: 894px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-panel_contact .c-ttl_sup {
  margin-bottom: 2rem;
  padding-bottom: 0;
}
.p-panel_contact .c-ttl_sup:before {
  display: none;
}
.p-panel_contact .c-ttl_sup__jp {
  margin-bottom: 1rem;
}
.p-panel_contact .c-ttl_sup__en {
  font-size: 5rem;
}
.p-panel_contact__desc {
  color: #ffffff;
}
.p-panel_contact__l {
  width: 58.62%;
}
.p-panel_contact__r {
  width: 41.38%;
}
.p-panel_contact__tel {
  color: #ffffff;
}
.p-panel_contact__tel .num {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-panel_contact__tel a {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-left: 1.7rem;
}
.p-panel_contact__tel .txt {
  font-size: 1.5rem;
  text-align: center;
}
.p-panel_contact__btn {
  margin-top: 1.7rem;
}
.p-panel_contact__btn a {
  display: block;
  line-height: 1;
  margin: 0 auto;
  max-width: 37rem;
  font-weight: bold;
  background: #e14d1a;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 3rem;
}
.p-panel_contact__btn a:before {
  content: "";
  width: 26px;
  height: 17px;
  background: url(../img/common/icon_mail.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4rem;
  transition: 0.4s;
}
.p-panel_contact__btn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
  color: #ffffff;
  font-weight: bold;
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-panel_contact__btn a:hover {
    background: #fff;
    color: #e14d1a;
  }
  .p-panel_contact__btn a:hover:before {
    background-image: url(../img/common/icon_mail_point.svg);
  }
  .p-panel_contact__btn a:hover:after {
    background-image: url(../img/common/icon_arrow_point.svg);
  }
}
@media (max-width: 991.9px) {
  .p-panel_contact .c-ttl_sup__en {
    font-size: 4rem;
  }
  .p-panel_contact__box {
    padding: 4.5em 5vw;
  }
  .p-panel_contact__inner {
    flex-direction: column;
  }
  .p-panel_contact__l {
    width: 100%;
    text-align: center;
  }
  .p-panel_contact__r {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-panel_contact__btn a {
    padding: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-panel_contact .c-ttl_sup__en {
    font-size: 3rem;
  }
  .p-panel_contact__tel a {
    font-size: 2.5rem;
    margin-left: 0.5em;
  }
  .p-panel_contact__tel .num img {
    width: 20px;
  }
}

/*--------------------------------------------
  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: 1.1875em;
  text-indent: -1.1875em;
}
.c-list_disc__item:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #2e8cd4;
  display: inline-block;
  margin-right: 0.6875em;
  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: #0741a5 #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: #0741a5;
  }
  .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 {
  width: 90%;
  margin: 0 auto;
}
.c-tbl_pr tr {
  border-bottom: 2px solid #0741a5;
}
.c-tbl_pr th, .c-tbl_pr td {
  padding: 1.65em 3.125em;
}
.c-tbl_pr th {
  width: 20.37%;
  font-weight: 500;
  color: #0741a5;
  text-align: left;
  vertical-align: top;
}
.c-tbl_pr td {
  width: 79.63%;
}
.c-tbl_pr.-md th {
  width: 25%;
}
.c-tbl_pr.-md td {
  width: 75%;
}
@media (max-width: 991.9px) {
  .c-tbl_pr {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .c-tbl_pr {
    border-bottom: 1px solid #ccc;
  }
  .c-tbl_pr tr {
    border-bottom: none;
  }
  .c-tbl_pr th, .c-tbl_pr td {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1em;
  }
  .c-tbl_pr th {
    background: #0741a5;
    color: #fff;
  }
  .c-tbl_pr td {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .c-tbl_pr.-md th {
    width: 100%;
  }
  .c-tbl_pr.-md td {
    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: #0741a5;
  border-radius: 50%;
  border: 1px solid #0741a5;
  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: #0741a5;
}
@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 {
  padding-top: 14rem;
}
@media (max-width: 991.9px) {
  .p-home {
    padding-top: 4.5em;
  }
}

.p-home_kv {
  position: relative;
}
.p-home_kv__inner {
  padding-left: 3.125vw;
}
.p-home_kv__img img {
  width: 100%;
}
.p-home_kv__catch {
  position: absolute;
  left: calc(3.125vw + 12.4rem);
  top: 11rem;
  width: 100%;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-home_kv__catchTtl {
  font-size: 6.2rem;
  line-height: 1.29;
  font-weight: 700;
  letter-spacing: 0.28em;
}
.p-home_kv__catchDesc {
  font-size: 2.5rem;
  margin-top: 2rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
.p-home_kv__navi {
  position: absolute;
  right: 0;
  bottom: 4.5rem;
}
.p-home_kv__naviLogo {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 11rem;
  font-weight: 600;
  line-height: 1;
  padding-right: 4.5rem;
  text-align: right;
  letter-spacing: 0.03em;
}
.p-home_kv__naviLogo span {
  font-size: 14rem;
}
.p-home_kv__naviNav {
  margin-top: 2rem;
  background: #fff;
  padding: 2rem;
  font-weight: 500;
}
.p-home_kv__naviNav ul {
  display: flex;
}
.p-home_kv__naviNav ul > li {
  line-height: 1;
}
.p-home_kv__naviNav ul > li:not(:first-child) {
  margin-left: 1em;
}
.p-home_kv__naviNav ul > li:not(:first-child):before {
  content: "/";
  display: inline-block;
  margin-right: 1em;
}
@media (min-width: 992px) {
  .p-home_kv__naviNav ul > li a:hover {
    color: #0741a5;
  }
}
@media (max-width: 991.9px) {
  .p-home_kv__catch {
    left: 8vw;
  }
  .p-home_kv__catchTtl {
    font-size: 4.5rem;
  }
  .p-home_kv__catchDesc {
    font-size: 2.1rem;
    line-height: 1.7;
  }
}
@media (max-width: 767.9px) {
  .p-home_kv .c-ofi {
    padding-top: 75%;
  }
  .p-home_kv__catch {
    top: 5rem;
  }
  .p-home_kv__catchTtl {
    font-size: 3rem;
  }
  .p-home_kv__catchDesc {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-home_kv .c-ofi {
    padding-top: 85%;
  }
  .p-home_kv__desc {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------
  strength
--------------------------------------------*/
.p-home_strength {
  position: relative;
  padding-bottom: 15rem;
}
.p-home_strength:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15rem;
  background: #0741a5;
  z-index: -1;
}
.p-home_strength__cnt {
  width: 52.25%;
  background: #fff;
  padding-right: 14rem;
  padding-bottom: 10rem;
}
.p-home_strength__list {
  display: flex;
  margin-top: 3rem;
}
.p-home_strength__list li:not(:first-child) {
  margin-left: 3.3rem;
}
.p-home_strength__listTxt {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  margin-top: 1.8rem;
  letter-spacing: 0em;
}
.p-home_strength__img {
  width: 63.125%;
  min-width: 900px;
  position: absolute;
  right: 0;
  top: 6rem;
  z-index: -1;
}
.p-home_strength__btn {
  margin-top: 3.8rem;
}
@media (max-width: 1399.9px) {
  .p-home_strength__cnt {
    padding-right: 6rem;
  }
}
@media (max-width: 991.9px) {
  .p-home_strength {
    padding-bottom: 10rem;
  }
  .p-home_strength__cnt {
    width: 100%;
    padding: 0;
  }
  .p-home_strength__img {
    width: 90%;
    position: static;
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    min-width: auto;
  }
  .p-home_strength__list {
    justify-content: center;
  }
  .p-home_strength__list li {
    text-align: center;
  }
  .p-home_strength__btn a {
    margin: 0 auto;
  }
}
@media (max-width: 767.9px) {
  .p-home_strength__listTxt {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.9px) {
  .p-home_strength__listTxt {
    font-size: 1.4rem;
  }
  .p-home_strength__list li:not(:first-child) {
    margin-left: 2rem;
  }
}

/*--------------------------------------------
  business
--------------------------------------------*/
.p-home_business {
  position: relative;
  overflow: hidden;
}
.p-home_business:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 41.8rem;
  background: #eaedf3;
  z-index: -1;
}
.p-home_business__head {
  display: flex;
}
.p-home_business .c-ttl_sup {
  width: 44.41%;
}
.p-home_business .c-lead {
  width: 55.59%;
}
.p-home_business__wrap {
  margin-top: 7.7rem;
}
.p-home_business__item.-full {
  position: relative;
}
.p-home_business__item.-full .p-home_business__cnt {
  width: 45%;
}
.p-home_business__item.-full .p-home_business__img {
  width: 63.68%;
  z-index: -1;
}
.p-home_business__item.-full .p-home_business__img img {
  width: 100%;
}
.p-home_business__item.-full .p-home_business__itemInner {
  width: 100%;
  position: absolute;
  bottom: -3rem;
}
.p-home_business__item.-full .p-home_business__link {
  display: block;
  padding: 6.6rem 7rem 6rem;
  background: #fff;
}
@media (min-width: 992px) {
  .p-home_business__item.-full .p-home_business__link:hover {
    background: #0741a5;
    color: #fff;
  }
}
.p-home_business__item.-reform .p-home_business__cnt {
  margin-left: auto;
}
.p-home_business__item.-reform .p-home_business__itemInner {
  right: 0;
}
.p-home_business__item.-repair {
  margin-top: 9rem;
}
.p-home_business__item.-repair .p-home_business__itemInner {
  left: 0;
}
.p-home_business__item.-repair .p-home_business__img {
  margin-left: auto;
}
.p-home_business__cnt {
  position: relative;
  transition: 0.4s;
}
.p-home_business__col {
  margin-top: 11rem;
  display: flex;
  justify-content: space-between;
}
.p-home_business__col .p-home_business__item {
  width: calc((100% - 9rem) / 3);
  position: relative;
}
.p-home_business__col .p-home_business__link {
  height: 100%;
  display: block;
  background: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .p-home_business__col .p-home_business__link:hover {
    background: #0741a5;
  }
}
.p-home_business__col .p-home_business__cnt {
  padding: 5rem 4rem;
}
.p-home_business__col .p-home_business__ttl {
  font-size: 2.4rem;
}
.p-home_business__col .p-home_business__num {
  font-size: 5rem;
  right: 2.4rem;
  top: 2.4rem;
}
.p-home_business__col .p-home_business__arrow {
  width: 5rem;
  height: 5rem;
}
.p-home_business__col .p-home_business__arrow:before {
  width: 14px;
  height: 14px;
}
.p-home_business__ttl {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.p-home_business__ttl:before {
  content: "";
  width: 40px;
  height: 6px;
  background: #e14d1a;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-home_business__txt {
  font-weight: 500;
}
.p-home_business__num {
  position: absolute;
  top: 3rem;
  right: 4rem;
  font-size: 8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #e1e9f6;
  line-height: 0.85;
}
.p-home_business__arrow {
  background: #0741a5;
  color: #fff;
  width: 6rem;
  height: 6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}
.p-home_business__arrow:before {
  content: "";
  width: 16px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/home/icon_arrow.svg) no-repeat center/contain;
}
@media (min-width: 992px) {
  .p-home_business__link:hover .p-home_business__cnt {
    background: #0741a5;
    color: #fff;
  }
  .p-home_business__link:hover .p-home_business__arrow {
    background: #e14d1a;
  }
}
@media (min-width: 992px) {
  .p-home_business .c-ttl_sup {
    margin-bottom: 0;
  }
}
@media (max-width: 1199.9px) {
  .p-home_business .c-ttl_sup {
    width: 40%;
  }
  .p-home_business .c-lead {
    width: 60%;
  }
  .p-home_business__item.-full .p-home_business__cnt {
    width: 50%;
  }
  .p-home_business__col .p-home_business__item {
    width: calc((100% - 6rem) / 3);
  }
}
@media (max-width: 991.9px) {
  .p-home_business .c-ttl_sup {
    width: 100%;
  }
  .p-home_business .c-lead {
    width: 100%;
  }
  .p-home_business__head {
    display: block;
  }
  .p-home_business__item.-full {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-home_business__item.-full .p-home_business__itemInner {
    position: relative;
    bottom: 0;
    top: -3rem;
  }
  .p-home_business__item.-full .p-home_business__cnt {
    width: 100%;
  }
  .p-home_business__item.-full .p-home_business__link {
    padding: 5rem;
  }
  .p-home_business__item.-full .p-home_business__img {
    width: 90%;
  }
  .p-home_business__item.-repair {
    margin-top: 3rem;
  }
  .p-home_business__img img {
    width: 100%;
  }
  .p-home_business__col {
    margin-top: 3rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-home_business__col .p-home_business__item {
    width: 48%;
  }
  .p-home_business__col .p-home_business__item:nth-child(n+3) {
    margin-top: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_business__ttl {
    font-size: 2.2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .p-home_business__item.-full .p-home_business__link {
    padding: 4rem 3rem;
  }
  .p-home_business__col .p-home_business__ttl {
    font-size: 2.2rem;
  }
  .p-home_business__col .p-home_business__item {
    width: 100%;
  }
  .p-home_business__col .p-home_business__item:nth-child(n+2) {
    margin-top: 2rem;
  }
  .p-home_business__col .p-home_business__cnt {
    padding: 4rem 3rem;
  }
  .p-home_business__col .p-home_business__num {
    font-size: 4rem;
  }
  .p-home_business__col .p-home_business__arrow {
    width: 4rem;
    height: 4rem;
  }
  .p-home_business__num {
    font-size: 4rem;
  }
  .p-home_business__arrow {
    width: 4rem;
    height: 4rem;
  }
  .p-home_business__arrow:before {
    width: 14px;
    height: 14px;
  }
}
/*--------------------------------------------
  recruit
--------------------------------------------*/
.p-home_recruit {
  padding-top: 14rem;
  padding-bottom: 16rem;
  position: relative;
}
.p-home_recruit__wrap {
  padding-top: 3rem;
  padding-bottom: 4rem;
  position: relative;
}
.p-home_recruit__wrap:before {
  content: "";
  height: 100%;
  width: 46.83%;
  background: #e14d1a;
  position: absolute;
  top: 0;
  left: -6rem;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%);
}
.p-home_recruit__box {
  position: relative;
}
.p-home_recruit__cnt {
  width: 36%;
  position: absolute;
  top: 50%;
  transform: translateY(-42%);
  right: 13.5rem;
}
.p-home_recruit__ttl {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 9rem;
  line-height: 0.85;
  margin-bottom: 3rem;
}
.p-home_recruit__badge {
  background: #e14d1a;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  padding: 1.2rem 7rem;
  margin-bottom: 2rem;
}
.p-home_recruit__desc {
  line-height: 2.25;
  font-weight: 500;
}
.p-home_recruit__arrow {
  width: 7rem;
  height: 7rem;
  background: #e14d1a;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.4s;
}
.p-home_recruit__arrow:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/home/icon_arrow.svg) no-repeat center/contain;
}
.p-home_recruit__link {
  display: block;
  position: relative;
}
.p-home_recruit__link:before {
  content: "";
  width: 58%;
  height: calc(100% - 2.6rem);
  position: absolute;
  right: 0;
  bottom: 0;
  background: #a3cbe8;
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-home_recruit__link:hover {
    color: #fff;
  }
  .p-home_recruit__link:hover:before {
    background: #0741a5;
  }
}
@media (max-width: 1199.9px) {
  .p-home_recruit {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 991.9px) {
  .p-home_recruit {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .p-home_recruit__wrap {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .p-home_recruit__link:before {
    height: calc(100% - 1.5rem);
  }
  .p-home_recruit__cnt {
    width: 50%;
    right: 1rem;
  }
  .p-home_recruit__ttl {
    font-size: 5rem;
    margin-bottom: 1.5rem;
  }
  .p-home_recruit__badge {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    padding: 1.2rem 3rem;
  }
  .p-home_recruit__desc {
    line-height: 1.8;
  }
  .p-home_recruit__arrow {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_recruit__link:before {
    display: none;
  }
  .p-home_recruit__cnt {
    transform: translateY(-70%);
  }
  .p-home_recruit__img {
    position: relative;
  }
  .p-home_recruit__img:before {
    content: "";
    width: 58%;
    height: calc(100% - 1.3rem);
    position: absolute;
    right: 0;
    bottom: 0;
    background: #a3cbe8;
    -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .p-home_recruit__desc {
    background: #a3cbe8;
    padding: 1.5em 1.5em;
  }
}
@media (max-width: 575.9px) {
  .p-home_recruit__cnt {
    transform: none;
    top: 5rem;
  }
  .p-home_recruit__img:before {
    height: calc(100% + 0.2rem);
    bottom: -1rem;
  }
  .p-home_recruit__ttl {
    font-size: 3.5rem;
  }
}

/*--------------------------------------------
  underlink
--------------------------------------------*/
.p-home_underlink__wrap {
  display: flex;
}
.p-home_underlink__item {
  width: 50%;
  position: relative;
  height: 38rem;
}
.p-home_underlink__item:nth-child(2) {
  margin-top: 5rem;
}
.p-home_underlink__item:nth-child(2) .p-home_underlink__link:before {
  background-image: url(../img/home/img_company.jpg);
}
.p-home_underlink__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 13rem;
  padding-bottom: 4rem;
  height: 100%;
  color: #fff;
  background: #12243b;
}
.p-home_underlink__link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/home/img_esg.jpg) no-repeat center/cover;
  opacity: 0.4;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-home_underlink__link:hover {
    color: #e14d1a;
  }
  .p-home_underlink__link:hover:before {
    opacity: 1;
  }
  .p-home_underlink__link:hover .p-home_underlink__arrow {
    background: #e14d1a;
  }
}
.p-home_underlink__cnt {
  height: 100%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-home_underlink__ttl {
  line-height: 1;
  font-weight: 600;
}
.p-home_underlink__ttl .en {
  font-size: 5rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2rem;
}
.p-home_underlink__ttl .jp {
  font-size: 1.8rem;
}
.p-home_underlink__arrow {
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0741a5;
  transition: 0.4s;
}
.p-home_underlink__arrow:before {
  content: "";
  width: 16px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/home/icon_arrow.svg) no-repeat center/contain;
  transition: 0.4s;
}
@media (max-width: 1399.9px) {
  .p-home_underlink__link {
    padding-top: 10rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 991.9px) {
  .p-home_underlink__wrap {
    display: block;
  }
  .p-home_underlink__item {
    height: 30rem;
    width: 100%;
  }
  .p-home_underlink__item:nth-child(2) {
    margin-top: 0;
  }
  .p-home_underlink__link {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_underlink__item {
    height: 24rem;
  }
  .p-home_underlink__ttl .en {
    font-size: 4rem;
  }
  .p-home_underlink__ttl .jp {
    font-size: 1.6rem;
  }
  .p-home_underlink__link {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .p-home_underlink__arrow {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 575.9px) {
  .p-home_underlink__item {
    height: auto;
  }
  .p-home_underlink__link {
    padding: 3rem 0 4rem;
  }
  .p-home_underlink__ttl {
    margin-bottom: 1em;
  }
  .p-home_underlink__ttl .en {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }
  .p-home_underlink__ttl .jp {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------
  news
--------------------------------------------*/
.p-home_news {
  padding-top: 12.5rem;
  padding-bottom: 11rem;
  position: relative;
}
.p-home_news .c-ttl_sup {
  margin-bottom: 0;
}
.p-home_news__wrap {
  display: flex;
}
.p-home_news__ttlWrap {
  width: 18%;
  position: relative;
  z-index: 1;
}
.p-home_news__cnt {
  width: 82%;
  padding-top: 5rem;
  padding-bottom: 6rem;
  padding-left: 8rem;
  position: relative;
}
.p-home_news__cnt:before {
  content: "";
  width: 77.5vw;
  height: 100%;
  background: #eef1f6;
  position: absolute;
  left: -3.5rem;
  top: 0;
  z-index: -1;
}
.p-home_news__btn {
  margin-top: 5rem;
}
@media (max-width: 1199.9px) {
  .p-home_news__ttlWrap {
    width: 20%;
  }
  .p-home_news__cnt {
    width: 80%;
  }
}
@media (max-width: 991.9px) {
  .p-home_news {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .p-home_news__wrap {
    display: block;
  }
  .p-home_news__ttlWrap {
    width: 100%;
  }
  .p-home_news__cnt {
    width: 100%;
    margin-top: 3rem;
    padding-left: 0;
  }
  .p-home_news__cnt:before {
    width: 90%;
  }
}
@media (max-width: 767.9px) {
  .p-home_news:before {
    width: 90vw;
  }
}

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

  404

============================================*/
/*-------------------------------
  404 > COMMON
-------------------------------*/
.p-404__head {
  margin-bottom: 5rem;
  text-align: center;
}
.p-404__body {
  text-align: center;
}
.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__tel {
  margin-top: 4rem;
}
.p-contact__tel .txt {
  margin-top: 0.5em;
}
.p-contact__telNum {
  display: flex;
}
.p-contact__telNum a {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-left: 1.7rem;
}
@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: "Lato", sans-serif;
  color: #0741a5;
  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;
}

.your_trigger_detail {
  display: none;
}
.your_trigger_detail.selected {
  display: block;
}

/*-------------------------------
  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;
  display: flex;
  align-items: center;
}
.p-panel_article__term {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  background: #313335;
  color: #fff;
  padding: 0.5rem 1.5rem;
  margin-left: 1.5em;
  display: inline-block;
}
.p-panel_article__ttl {
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: 500;
}
.p-panel_article__btn {
  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__sec:not(:first-child) {
  padding-top: 12rem;
}
@media (max-width: 991.9px) {
  .p-company__sec:not(:first-child) {
    padding-top: 4.5em;
  }
}
.p-company_greeting__txt p + p {
  margin-top: 1em;
}
.p-company_overview__link {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .p-company_overview__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.p-company_access {
  padding-top: 6.25em;
}
.p-company_access__map {
  margin-top: 6rem;
  padding-top: 45%;
  position: relative;
}
.p-company_access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-company_access__info {
  margin-top: 1em;
}

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

  STRENGTH

============================================*/
.p-strength {
  position: relative;
}
.p-strength:before {
  content: "";
  position: absolute;
  top: 18rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eaedf3;
  z-index: -1;
}
.p-strength__inner {
  max-width: calc(1600px + 10vw);
}
.p-strength__item {
  padding-bottom: 6rem;
  position: relative;
}
.p-strength__item:nth-child(odd) .p-strength__cnt {
  right: 0;
}
.p-strength__item:nth-child(even) .p-strength__img {
  margin-left: auto;
}
.p-strength__item:nth-child(even) .p-strength__cnt {
  left: 0;
}
.p-strength__item:not(:first-child) {
  margin-top: 10rem;
}
.p-strength__img {
  width: 63.75%;
  min-width: 1020px;
}
.p-strength__img img {
  width: 100%;
}
.p-strength__cnt {
  position: absolute;
  bottom: 0;
  background: #fff;
  padding: 8rem 8rem 7rem;
  width: 45%;
}
.p-strength__num {
  position: absolute;
  left: 7.5rem;
  top: -2.7rem;
  color: #0741a5;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 0.8;
  font-size: 9rem;
}
@media (max-width: 1199.9px) {
  .p-strength__cnt {
    width: 55%;
  }
}
@media (max-width: 991.9px) {
  .p-strength__item {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .p-strength__item:nth-child(odd) .p-strength__cnt {
    margin-left: auto;
  }
  .p-strength__item:not(:first-child) {
    margin-top: 7.5rem;
  }
  .p-strength__cnt {
    position: relative;
    width: 90%;
    top: -3rem;
    padding: 5rem;
  }
  .p-strength__img {
    min-width: auto;
    width: 100%;
  }
  .p-strength__num {
    font-size: 7rem;
    left: 5rem;
  }
}
@media (max-width: 575.9px) {
  .p-strength__cnt {
    padding: 4rem 3rem;
  }
  .p-strength__num {
    left: 3rem;
    font-size: 5rem;
    top: -1.8rem;
  }
}

.p-reform {
  padding-bottom: 0 !important;
  position: relative;
}
.p-reform:before {
  content: "";
  width: 100%;
  height: 30rem;
  background: #dde7f7;
  position: absolute;
  left: 0;
  bottom: -30rem;
  z-index: -1;
}

.p-reform_head {
  position: relative;
  padding-bottom: 9rem;
}
.p-reform_head:before {
  content: "";
  width: 100%;
  height: 46rem;
  background: #0741a5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-reform_head__txt {
  margin-top: 4.5rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.p-reform_head__txtItem {
  width: 46.25%;
}
.p-reform_head__txtItem p:not(:first-child) {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .p-reform_head__txt {
    display: block;
  }
  .p-reform_head__txtItem {
    width: 100%;
  }
  .p-reform_head__txtItem:not(:first-child) {
    margin-top: 1em;
  }
}
@media (max-width: 767.9px) {
  .p-reform_head:before {
    height: 75%;
  }
}
.p-reform_type {
  padding-top: 13rem;
}
.p-reform_type__wrap {
  display: flex;
  flex-wrap: wrap;
}
.p-reform_type__item {
  width: calc((100% - 6rem) / 3);
}
.p-reform_type__item:not(:nth-child(3n)) {
  margin-right: 3rem;
}
.p-reform_type__item:nth-child(n+4) {
  margin-top: 5rem;
}
.p-reform_type__img {
  margin-bottom: 3.5rem;
}
.p-reform_type__ttl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #0741a5;
  margin-bottom: 2.5rem;
}
@media (max-width: 991.9px) {
  .p-reform_type {
    padding-top: 4.5em;
  }
  .p-reform_type__wrap {
    justify-content: space-between;
  }
  .p-reform_type__item {
    width: 48%;
  }
  .p-reform_type__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-reform_type__item:nth-child(n+3) {
    margin-top: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-reform_type__img {
    margin-bottom: 2rem;
  }
  .p-reform_type__ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575.9px) {
  .p-reform_type {
    display: block;
  }
  .p-reform_type__item {
    width: 100%;
  }
  .p-reform_type__item:not(:first-child) {
    margin-top: 4rem;
  }
  .p-reform_type__img img {
    width: 100%;
  }
}

.p-reform_other {
  padding-top: 13rem;
  padding-bottom: 14rem;
}
.p-reform_other__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-reform_other__item {
  width: calc((100% - 4rem) / 2);
  background: #f2f5fa;
  padding: 4.5rem 2rem 4.5rem 3rem;
  position: relative;
}
.p-reform_other__item:nth-child(n+3) {
  margin-top: 2.5rem;
}
.p-reform_other__item:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 0px 30px 30px 0px;
  position: absolute;
  top: 0;
  right: 0;
}
.p-reform_other__inner {
  border-left: 4px solid #0741a5;
  padding-left: 2.4rem;
}
.p-reform_other__ttl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: #0741a5;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.9px) {
  .p-reform_other {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media (max-width: 767.9px) {
  .p-reform_other__wrap {
    display: block;
  }
  .p-reform_other__item {
    width: 100%;
    padding: 3rem 2rem;
  }
  .p-reform_other__item:not(:first-child) {
    margin-top: 2.5rem;
  }
  .p-reform_other__ttl {
    font-size: 1.8rem;
  }
}
.p-reform_point {
  background: #dde7f7;
  padding-top: 9rem;
  padding-bottom: 16rem;
}
.p-reform_point__item {
  background: #fff;
  display: flex;
  padding: 3rem 3rem 3rem 6rem;
}
.p-reform_point__item:not(:first-child) {
  margin-top: 4rem;
}
.p-reform_point__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-reform_point__item:nth-child(even) .p-reform_point__cnt {
  padding-right: 0;
  padding-left: 6rem;
}
.p-reform_point__cnt {
  width: 60.18%;
  padding-right: 6rem;
  padding-top: 2.5rem;
}
.p-reform_point__img {
  width: 39.82%;
}
.p-reform_point__ttlWrap {
  display: flex;
  align-items: center;
  color: #0741a5;
  margin-bottom: 3.4rem;
}
.p-reform_point__num {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  line-height: 0.8;
  margin-right: 3rem;
}
.p-reform_point__ttl {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
}
.p-reform_point__list {
  font-weight: 500;
}
.p-reform_point__list li:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: #9db5df;
  display: inline-block;
  margin-right: 1.3rem;
  vertical-align: middle;
}
@media (max-width: 991.9px) {
  .p-reform_point {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .p-reform_point__item {
    display: block;
    padding: 5rem 4rem;
  }
  .p-reform_point__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-reform_point__item:nth-child(even) .p-reform_point__cnt {
    padding-right: 0;
    padding-left: 0;
  }
  .p-reform_point__cnt {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
  .p-reform_point__img {
    width: 100%;
    margin-top: 3rem;
  }
  .p-reform_point__img img {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .p-reform_point__num {
    font-size: 4rem;
    margin-right: 2rem;
  }
  .p-reform_point__ttl {
    font-size: 2rem;
  }
  .p-reform_point__list li {
    padding-left: 2.7rem;
    text-indent: -2.7rem;
  }
}
@media (max-width: 575.9px) {
  .p-reform_point__item {
    padding: 3rem 3rem;
  }
  .p-reform_point__ttlWrap {
    margin-bottom: 2.5rem;
  }
  .p-reform_point__num {
    font-size: 3.2rem;
    margin-right: 1rem;
  }
}

.p-repair {
  padding-bottom: 0 !important;
  position: relative;
}
.p-repair:before {
  content: "";
  width: 100%;
  height: 30rem;
  background: #dde7f7;
  position: absolute;
  left: 0;
  bottom: -30rem;
  z-index: -1;
}

.p-repair_head {
  position: relative;
  padding-bottom: 11.4rem;
}
.p-repair_head:before {
  content: "";
  width: 85%;
  height: 35rem;
  background: #0741a5;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.p-repair_head__wrap {
  position: relative;
}
.p-repair_head__img {
  width: 62.5%;
}
.p-repair_head__cnt {
  width: 51.66%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 6.6rem;
  padding: 6.6rem 6.3rem;
}
.p-repair_head__ttl {
  color: #0741a5;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
.p-repair_head__txt p + p {
  margin-top: 1.2em;
}
.p-repair_head__icon {
  position: absolute;
  top: -1.2rem;
  right: 2rem;
  padding: 0 4rem 3.3rem 4rem;
}
.p-repair_head__icon img {
  position: relative;
}
.p-repair_head__icon:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 80px 0 80px;
  border-color: #f9efeb transparent transparent transparent;
  position: absolute;
  top: 1.4rem;
  right: 0;
}
@media (max-width: 1199.9px) {
  .p-repair_head__cnt {
    width: 60%;
  }
}
@media (max-width: 991.9px) {
  .p-repair_head {
    padding-bottom: 4rem;
  }
  .p-repair_head:before {
    height: 80%;
    width: 85%;
  }
  .p-repair_head__img {
    width: 70%;
  }
  .p-repair_head__cnt {
    padding: 5rem;
    width: 95%;
    margin-left: auto;
    top: -5rem;
    position: relative;
  }
  .p-repair_head__ttl {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
}
@media (max-width: 767.9px) {
  .p-repair_head__img {
    width: 90%;
  }
  .p-repair_head__ttl {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .p-repair_head__icon {
    padding: 0 3rem 2.5rem 3rem;
  }
  .p-repair_head__icon img {
    width: 54px;
  }
  .p-repair_head__icon:before {
    border-width: 50px 60px 0 60px;
  }
  .p-repair_head__cnt {
    padding: 4rem 3rem;
  }
  .p-repair_head__ttl {
    font-size: 1.8rem;
  }
}

.p-repair_construction {
  padding-top: 12rem;
  padding-bottom: 14rem;
}
.p-repair_construction__head {
  max-width: 800px;
  margin: 0 auto;
}
.p-repair_construction__ttl {
  text-align: center;
  color: #0741a5;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.p-repair_construction__txt {
  font-weight: 500;
}
.p-repair_construction__imgs {
  display: flex;
  justify-content: space-between;
  margin-top: 2.6rem;
}
.p-repair_construction__img {
  width: calc((100% - 4rem) / 2);
}
@media (max-width: 991.9px) {
  .p-repair_construction {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media (max-width: 767.9px) {
  .p-repair_construction__ttl {
    font-size: 2.2rem;
  }
  .p-repair_construction__img {
    width: 49%;
  }
}
@media (max-width: 575.9px) {
  .p-repair_construction__ttl {
    font-size: 2rem;
  }
}

.p-repair_flow {
  background: #eaedf3;
  padding-top: 9rem;
  padding-bottom: 14rem;
}
.p-repair_flow__item {
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  padding: 3.5rem 4rem;
}
.p-repair_flow__item:not(:first-child) {
  margin-top: 5rem;
}
.p-repair_flow__item:not(:last-child):before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  border-color: #9EB6DE transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4rem;
}
.p-repair_flow__icon {
  width: 16rem;
  height: 16rem;
  background: #eaedf3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-repair_flow__icon:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 0px 30px 30px 0px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(270deg);
}
.p-repair_flow__icon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 0px 30px 30px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(90deg);
}
.p-repair_flow__cnt {
  width: calc(100% - 16rem);
  padding-left: 6rem;
}
.p-repair_flow__ttlWrap {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.p-repair_flow__num {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #0741a5;
  font-size: 4rem;
  line-height: 0.8;
  margin-right: 2.8rem;
}
.p-repair_flow__ttl {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 991.9px) {
  .p-repair_flow {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .p-repair_flow__icon {
    width: 12rem;
    height: 12rem;
    padding: 3rem;
  }
  .p-repair_flow__cnt {
    width: calc(100% - 12rem);
    padding-left: 3rem;
  }
  .p-repair_flow__ttlWrap {
    margin-bottom: 2rem;
  }
  .p-repair_flow__num {
    font-size: 3rem;
    margin-right: 1.5rem;
  }
  .p-repair_flow__ttl {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-repair_flow__item {
    padding: 3rem;
  }
  .p-repair_flow__icon {
    width: 7rem;
    height: 7rem;
    padding: 1.5rem;
  }
  .p-repair_flow__icon:before, .p-repair_flow__icon:after {
    border-width: 0px 20px 20px 0px;
  }
  .p-repair_flow__cnt {
    width: calc(100% - 7rem);
    padding-left: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-repair_flow__item {
    flex-direction: column;
    justify-content: center;
  }
  .p-repair_flow__cnt {
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
  }
  .p-repair_flow__ttlWrap {
    justify-content: center;
  }
  .p-repair_flow__ttl {
    font-size: 1.8rem;
  }
  .p-repair_flow__num {
    font-size: 2.5rem;
  }
}

.p-new {
  padding-bottom: 0 !important;
  position: relative;
}
.p-new:before {
  content: "";
  width: 100%;
  height: 30rem;
  background: #dde7f7;
  position: absolute;
  left: 0;
  bottom: -30rem;
  z-index: -1;
}

.p-new_head {
  position: relative;
  padding-bottom: 11.4rem;
}
.p-new_head:before {
  content: "";
  width: 85%;
  height: 35rem;
  background: #0741a5;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.p-new_head__wrap {
  position: relative;
}
.p-new_head__img {
  width: 62.5%;
}
.p-new_head__img img {
  width: 100%;
}
.p-new_head__cnt {
  width: 51.66%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 6.6rem;
  padding: 6.6rem 6.3rem;
}
.p-new_head__ttl {
  color: #0741a5;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
.p-new_head__txt p + p {
  margin-top: 1.2em;
}
@media (max-width: 1199.9px) {
  .p-new_head__cnt {
    width: 60%;
  }
}
@media (max-width: 991.9px) {
  .p-new_head {
    padding-bottom: 4rem;
  }
  .p-new_head:before {
    height: 80%;
    width: 85%;
  }
  .p-new_head__img {
    width: 70%;
  }
  .p-new_head__cnt {
    padding: 5rem;
    width: 95%;
    margin-left: auto;
    top: -5rem;
    position: relative;
  }
  .p-new_head__ttl {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
}
@media (max-width: 767.9px) {
  .p-new_head__img {
    width: 90%;
  }
  .p-new_head__ttl {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .p-new_head__icon {
    padding: 0 3rem 2.5rem 3rem;
  }
  .p-new_head__icon img {
    width: 54px;
  }
  .p-new_head__icon:before {
    border-width: 50px 60px 0 60px;
  }
  .p-new_head__cnt {
    padding: 4rem 3rem;
  }
  .p-new_head__ttl {
    font-size: 1.8rem;
  }
}

.p-new_construction {
  padding-top: 12rem;
  padding-bottom: 14rem;
  position: relative;
}
.p-new_construction:before {
  content: "";
  width: 100%;
  height: 14rem;
  background: #dde7f7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-new_construction__head {
  margin: 0 auto;
}
.p-new_construction__ttl {
  text-align: center;
  color: #0741a5;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.p-new_construction__txt {
  font-weight: 500;
  text-align: center;
}
.p-new_construction__imgs {
  display: flex;
  justify-content: space-between;
  margin-top: 2.6rem;
}
.p-new_construction__img {
  width: calc((100% - 9rem) / 3);
}
.p-new_construction__foot {
  margin-top: 12rem;
  padding-top: 12rem;
  position: relative;
  background: #dde7f7;
}
.p-new_construction__footWrap {
  position: relative;
}
.p-new_construction__footCnt {
  width: 51.66%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 6.6rem;
  padding: 6.6rem 6.3rem;
}
.p-new_construction__footTtl {
  color: #0741a5;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
.p-new_construction__footImg {
  width: 62.5%;
  margin-left: auto;
}
.p-new_construction__footImg img {
  width: 100%;
}
@media (max-width: 991.9px) {
  .p-new_construction {
    padding-top: 4.5em;
    padding-bottom: 1.5em;
  }
  .p-new_construction__ttl {
    font-size: 2.6rem;
  }
  .p-new_construction__img {
    width: calc((100% - 4rem) / 3);
  }
  .p-new_construction__foot {
    margin-top: 4.5em;
    padding-top: 4.5em;
  }
  .p-new_construction__footImg {
    width: 70%;
    margin-left: 0;
  }
  .p-new_construction__footCnt {
    padding: 5rem;
    width: 95%;
    margin-left: auto;
    top: -5rem;
    position: relative;
  }
  .p-new_construction__footTtl {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
}
@media (max-width: 767.9px) {
  .p-new_construction__ttl {
    font-size: 2.2rem;
  }
  .p-new_construction__txt {
    text-align: left;
  }
  .p-new_construction__footImg {
    width: 90%;
  }
  .p-new_construction__footTtl {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .p-new_construction__ttl {
    font-size: 2rem;
  }
  .p-new_construction__imgs {
    display: block;
  }
  .p-new_construction__img {
    width: 100%;
  }
  .p-new_construction__img:not(:first-child) {
    margin-top: 2rem;
  }
  .p-new_construction__img img {
    width: 100%;
  }
  .p-new_construction__footCnt {
    padding: 4rem 3rem;
  }
  .p-new_construction__footTtl {
    font-size: 1.8rem;
  }
}

.p-management {
  padding-bottom: 0 !important;
  position: relative;
}
.p-management:before {
  content: "";
  width: 100%;
  height: 30rem;
  background: #dde7f7;
  position: absolute;
  left: 0;
  bottom: -30rem;
  z-index: -1;
}

.p-management_head {
  position: relative;
  padding-bottom: 21.4rem;
}
.p-management_head:before {
  content: "";
  width: 85%;
  height: 35rem;
  background: #0741a5;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.p-management_head__wrap {
  position: relative;
}
.p-management_head__img {
  width: 62.5%;
}
.p-management_head__img img {
  width: 100%;
}
.p-management_head__cnt {
  width: 51.66%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 6.6rem;
  padding: 6.6rem 6.3rem;
}
.p-management_head__ttl {
  color: #0741a5;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
.p-management_head__txt p + p {
  margin-top: 1.2em;
}
@media (max-width: 1199.9px) {
  .p-management_head__cnt {
    width: 60%;
  }
}
@media (max-width: 991.9px) {
  .p-management_head {
    padding-bottom: 4rem;
  }
  .p-management_head:before {
    height: 80%;
    width: 85%;
  }
  .p-management_head__img {
    width: 70%;
  }
  .p-management_head__cnt {
    padding: 5rem;
    width: 95%;
    margin-left: auto;
    top: -5rem;
    position: relative;
  }
  .p-management_head__ttl {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
}
@media (max-width: 767.9px) {
  .p-management_head__img {
    width: 90%;
  }
  .p-management_head__ttl {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .p-management_head__icon {
    padding: 0 3rem 2.5rem 3rem;
  }
  .p-management_head__icon img {
    width: 54px;
  }
  .p-management_head__icon:before {
    border-width: 50px 60px 0 60px;
  }
  .p-management_head__cnt {
    padding: 4rem 3rem;
  }
  .p-management_head__ttl {
    font-size: 1.8rem;
  }
}

.p-management_service {
  padding: 12rem 0;
}
.p-management_service__box {
  padding: 5rem;
  background: #f2f5fa;
  text-align: center;
}
.p-management_service__inner {
  background: #fff;
  padding: 3rem;
}
.p-management_service__list {
  display: inline-block;
  text-align: left;
}
.p-management_service__list li {
  font-size: 2rem;
  line-height: 1;
  color: #0741a5;
  padding-left: 6rem;
  position: relative;
  font-weight: 500;
}
.p-management_service__list li:before {
  content: "";
  width: 3.5rem;
  height: 0.6rem;
  background: #e14d1a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-management_service__list li:not(:first-child) {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .p-management_service {
    padding: 4.5em 0;
  }
  .p-management_service__list li {
    font-size: 1.8rem;
  }
  .p-management_service__list li:before {
    height: 0.3rem;
  }
}
@media (max-width: 767.9px) {
  .p-management_service__box {
    padding: 3rem;
  }
  .p-management_service__list li {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 2em;
  }
  .p-management_service__list li:before {
    width: 1.5em;
    height: 0.2rem;
    transform: none;
    top: 0.75em;
  }
}
.p-management_merit {
  padding-top: 12rem;
  padding-bottom: 14rem;
  background: #dde7f7;
}
.p-management_merit__wrap {
  position: relative;
}
.p-management_merit__cnt {
  width: 51.66%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 6.6rem;
  padding: 6.6rem 6.3rem;
}
.p-management_merit__ttl {
  color: #0741a5;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
.p-management_merit__img {
  width: 62.5%;
  margin-left: auto;
}
.p-management_merit__img img {
  width: 100%;
}
@media (max-width: 991.9px) {
  .p-management_merit {
    padding-top: 4.5em;
    padding-bottom: 1.5em;
  }
  .p-management_merit__img {
    width: 70%;
    margin-left: 0;
  }
  .p-management_merit__cnt {
    padding: 5rem;
    width: 95%;
    margin-left: auto;
    top: -5rem;
    position: relative;
  }
  .p-management_merit__ttl {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
}
@media (max-width: 767.9px) {
  .p-management_merit__img {
    width: 90%;
  }
  .p-management_merit__ttl {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .p-management_merit__cnt {
    padding: 4rem 3rem;
  }
  .p-management_merit__ttl {
    font-size: 1.8rem;
  }
}

.p-station_construction__head {
  max-width: 800px;
  margin: 0 auto;
}
.p-station_construction__ttl {
  text-align: center;
  color: #0741a5;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.p-station_construction__txt {
  font-weight: 500;
}
.p-station_construction__txt p + p {
  margin-top: 1em;
}
.p-station_construction__imgs {
  display: flex;
  justify-content: space-between;
  margin-top: 2.6rem;
}
.p-station_construction__img {
  width: calc((100% - 4rem) / 2);
}
@media (max-width: 991.9px) {
  .p-station_construction {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media (max-width: 767.9px) {
  .p-station_construction__ttl {
    font-size: 2.2rem;
  }
  .p-station_construction__img {
    width: 49%;
  }
}
@media (max-width: 575.9px) {
  .p-station_construction__ttl {
    font-size: 2rem;
  }
}

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

  RECRUIT

============================================*/
/*-------------------------------
  RECRUIT > COMMON
-------------------------------*/
.p-recruit {
  padding-bottom: 13rem !important;
}
@media (max-width: 991.9px) {
  .p-recruit {
    padding-bottom: 4.5em !important;
  }
}
.p-recruit.-top {
  padding-bottom: 0 !important;
  position: relative;
}
.p-recruit.-top:before {
  content: "";
  width: 100%;
  height: 30rem;
  background: #dde7f7;
  position: absolute;
  left: 0;
  bottom: -30rem;
  z-index: -1;
}

.p-recruit_top {
  position: relative;
  padding-bottom: 10rem;
}
.p-recruit_top:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 27rem;
  background: #eaedf3;
  z-index: -1;
}
.p-recruit_top__lead {
  text-align: center;
}
.p-recruit_top__lead .ttl {
  color: #0741a5;
  font-size: 2.8rem;
  margin-bottom: 0.5em;
}
.p-recruit_top__lead p + p {
  margin-top: 1em;
}
.p-recruit_top__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 7.5rem;
}
.p-recruit_top__item {
  width: calc((100% - 5rem) / 2);
  padding-bottom: 5rem;
  position: relative;
}
@media (min-width: 992px) {
  .p-recruit_top__link:hover .p-recruit_top__ttl {
    color: #e14d1a;
  }
  .p-recruit_top__link:hover .p-recruit_top__arrow {
    background: #0741a5;
  }
}
.p-recruit_top__img {
  width: 90%;
}
.p-recruit_top__cnt {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 3rem;
  width: 60%;
}
.p-recruit_top__ttl {
  color: #0741a5;
  font-size: 2.8rem;
  line-height: 1;
  position: relative;
  padding-bottom: 3rem;
  font-weight: 700;
  transition: 0.4s;
}
.p-recruit_top__ttl:before {
  content: "";
  width: 4rem;
  height: 0.6rem;
  background: #e14d1a;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-recruit_top__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.6rem;
  height: 4.6rem;
  background: #e14d1a;
  transition: 0.4s;
}
.p-recruit_top__arrow:before {
  content: "";
  width: 16px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/home/icon_arrow.svg) no-repeat center/contain;
}
@media (max-width: 991.9px) {
  .p-recruit_top__lead .ttl {
    font-size: 2.4rem;
  }
  .p-recruit_top__wrap {
    display: block;
  }
  .p-recruit_top__item {
    width: 100%;
  }
  .p-recruit_top__item:not(:first-child) {
    margin-top: 5rem;
  }
  .p-recruit_top__ttl {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_top__lead .ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.p-recruit_head {
  padding-bottom: 16rem;
  position: relative;
}
.p-recruit_head:before {
  content: "";
  width: 100%;
  height: calc(100% - 6rem);
  background: #0741a5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-recruit_head__wrap {
  position: relative;
}
.p-recruit_head__img {
  width: 60.83%;
  position: relative;
}
.p-recruit_head__deco {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 5.8rem;
  line-height: 0.86;
  position: absolute;
  left: 5rem;
  bottom: -5.5rem;
}
.p-recruit_head__cnt {
  background: #fff;
  padding: 6rem 7rem;
  width: 50.83%;
  position: absolute;
  top: 13rem;
  right: 0;
}
.p-recruit_head__ttl {
  color: #0741a5;
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3.5rem;
}
.p-recruit_head__ttl:before {
  content: "";
  width: 4rem;
  height: 0.6rem;
  background: #e14d1a;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-recruit_head__txt p + p {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .p-recruit_head {
    padding-bottom: 4rem;
  }
  .p-recruit_head__cnt {
    width: 95%;
    margin-left: auto;
    padding: 5rem;
    top: -5rem;
    position: relative;
  }
  .p-recruit_head__ttl {
    font-size: 2.5rem;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .p-recruit_head__img {
    width: 70%;
  }
  .p-recruit_head__img img {
    width: 100%;
  }
  .p-recruit_head__deco {
    font-size: 4.5rem;
    left: inherit;
    bottom: inherit;
    top: 50%;
    right: -30%;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_head__img {
    width: 90%;
  }
  .p-recruit_head__deco {
    top: 35%;
    font-size: 3rem;
    right: -10%;
  }
  .p-recruit_head__ttl {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_head__cnt {
    padding: 4rem 3rem;
  }
  .p-recruit_head__ttl {
    font-size: 2rem;
  }
  .p-recruit_head__deco {
    font-size: 2.5rem;
  }
}

.p-recruit_about {
  padding-top: 6rem;
  padding-bottom: 12rem;
}
.p-recruit_about__wrap {
  display: flex;
}
.p-recruit_about__item {
  width: 50%;
}
.p-recruit_about__item:nth-child(1) {
  padding-right: 4rem;
}
.p-recruit_about__item:nth-child(2) {
  padding-left: 4rem;
}
.p-recruit_about__ttl {
  font-size: 1.8rem;
  line-height: 1;
  color: #0741a5;
  padding-left: 6rem;
  position: relative;
  font-weight: 500;
  margin-bottom: 3.6rem;
}
.p-recruit_about__ttl:before {
  content: "";
  width: 3.5rem;
  height: 0.6rem;
  background: #e14d1a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-recruit_about__list {
  font-weight: 500;
}
.p-recruit_about__list li {
  position: relative;
}
.p-recruit_about__list li:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: #0741a5;
  display: inline-block;
  margin-right: 1rem;
}
.p-recruit_about__entry {
  margin-top: 3.5rem;
  border: 2px solid #0741a5;
  position: relative;
  padding: 6rem 3rem 3rem;
}
.p-recruit_about__entry .ttl {
  position: absolute;
  top: 0;
  left: 0;
  background: #0741a5;
  line-height: 1;
  color: #fff;
  padding: 1.2rem 3.3rem;
  font-weight: 500;
}
.p-recruit_about__entry .list h4 {
  font-weight: normal;
}
.p-recruit_about__entry .list li:not(:first-child) {
  margin-top: 1em;
}
@media (min-width: 992px) {
  .p-recruit_about__entry .list p {
    letter-spacing: -0.01em;
  }
}
.p-recruit_about__entry .list .indent {
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 991.9px) {
  .p-recruit_about {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .p-recruit_about__wrap {
    display: block;
  }
  .p-recruit_about__item {
    width: 100%;
  }
  .p-recruit_about__item:nth-child(1) {
    padding-right: 0;
  }
  .p-recruit_about__item:nth-child(2) {
    padding-left: 0;
    margin-top: 4rem;
  }
  .p-recruit_about__ttl {
    margin-bottom: 1.5em;
  }
  .p-recruit_about__entry {
    padding-top: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_about__ttl {
    padding-left: 4rem;
    margin-bottom: 1em;
  }
  .p-recruit_about__ttl:before {
    width: 2.5rem;
  }
}

.p-recruit_point {
  background: #e9eff7;
  padding-top: 8rem;
  padding-bottom: 12rem;
}
.p-recruit_point__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-recruit_point__item {
  width: calc((100% - 4rem) / 2);
  position: relative;
  background: #fff;
  border: 2px solid #0741a5;
  padding: 3.6rem 4rem 4.2rem;
  position: relative;
}
.p-recruit_point__item:nth-child(n+3) {
  margin-top: 4rem;
}
.p-recruit_point__item:before {
  content: "";
  width: 4.8rem;
  height: 1rem;
  background: #e14d1a;
  position: absolute;
  top: -2px;
  left: -2px;
}
.p-recruit_point__ttl {
  font-size: 2.6rem;
  color: #0741a5;
  line-height: 1.92;
  margin-bottom: 2.3rem;
}
.p-recruit_point__num {
  color: #0741a5;
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  line-height: 0.8;
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
}
.p-recruit_point__txt.-col .txt {
  width: 61%;
}
.p-recruit_point__txt.-col .img {
  width: 32.76%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991.9px) {
  .p-recruit_point {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .p-recruit_point__wrap {
    display: block;
  }
  .p-recruit_point__item {
    width: 100%;
  }
  .p-recruit_point__item:not(:first-child) {
    margin-top: 3rem;
  }
  .p-recruit_point__ttl {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 0.8em;
  }
  .p-recruit_point__num {
    font-size: 4rem;
  }
  .p-recruit_point__txt.-col .img {
    width: 17%;
  }
  .p-recruit_point__txt.-col .txt {
    width: 80%;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_point__item {
    padding: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_point__ttl {
    font-size: 1.8rem;
  }
  .p-recruit_point__num {
    font-size: 3rem;
    top: 2rem;
    right: 2rem;
  }
  .p-recruit_point__txt.-col .txt {
    width: 100%;
  }
}

.p-recruit_schedule {
  padding-top: 12rem;
}
.p-recruit_schedule__box {
  position: relative;
  padding: 5rem;
  border: 2px solid #0741a5;
  background: #f2f6fc;
  text-align: center;
  margin-top: 8.25rem;
}
.p-recruit_schedule__ttl {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 3.4rem;
  color: #0741a5;
}
.p-recruit_schedule__icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.p-recruit_schedule__wrap {
  display: flex;
  justify-content: center;
}
.p-recruit_schedule__list:not(:first-child) {
  margin-left: 5rem;
}
.p-recruit_schedule__item {
  display: flex;
  align-items: center;
}
.p-recruit_schedule__item:not(:first-child) {
  margin-top: 0.5em;
}
.p-recruit_schedule__item .time {
  color: #0741a5;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  margin-right: 2rem;
}
.p-recruit_schedule__attention {
  display: inline-block;
  text-align: left;
  margin-top: 2rem;
}
@media (max-width: 991.9px) {
  .p-recruit_schedule {
    padding-top: 4.5em;
  }
  .p-recruit_schedule__wrap {
    flex-direction: column;
  }
  .p-recruit_schedule__list:not(:first-child) {
    margin-left: 0;
    margin-top: 0.5em;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_schedule__item {
    align-items: baseline;
  }
  .p-recruit_schedule__item .time {
    width: 4em;
    margin-right: 1em;
  }
  .p-recruit_schedule__item dd {
    width: calc(100% - 5em);
    text-align: left;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_schedule__box {
    padding: 5rem 3rem 3rem;
  }
}

.p-recruit_system {
  padding-top: 12rem;
  padding-bottom: 10rem;
  position: relative;
}
.p-recruit_system__wrap {
  position: relative;
}
.p-recruit_system__catch {
  margin-bottom: 4rem;
  padding-top: 3rem;
}
.p-recruit_system__catch .item {
  background: #0741a5;
  font-size: 2.4rem;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 1.5rem;
}
.p-recruit_system__catch .item:not(:first-child) {
  margin-top: 7px;
}
.p-recruit_system__list {
  width: 46%;
}
.p-recruit_system__listItem dt {
  color: #0741a5;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.8rem;
}
.p-recruit_system__listItem dt:before {
  content: "";
  width: 1em;
  height: 1em;
  background: #0741a5;
  display: inline-block;
  margin-right: 1.2rem;
  vertical-align: middle;
}
.p-recruit_system__listItem:not(:first-child) {
  margin-top: 1.5rem;
}
.p-recruit_system__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50.81%;
  z-index: -1;
}
.p-recruit_system__img img {
  width: 100%;
}
.p-recruit_system__img:before {
  content: "";
  width: 100%;
  height: 24rem;
  position: absolute;
  left: 6rem;
  bottom: -6rem;
  z-index: -1;
  background: #0741a5;
}
.p-recruit_system__txt {
  margin-top: 1.3rem;
  width: 46%;
}
.p-recruit_system__txt .strong {
  color: #0741a5;
  font-size: 1.125em;
  font-weight: 700;
}
@media (min-width: 992px) {
  .p-recruit_system__list {
    letter-spacing: -0.01em;
  }
  .p-recruit_system__txt {
    letter-spacing: -0.01em;
  }
}
@media (max-width: 991.9px) {
  .p-recruit_system {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .p-recruit_system__img {
    position: relative;
    width: 100%;
    margin-top: 5rem;
  }
  .p-recruit_system__catch {
    padding-top: 0;
  }
  .p-recruit_system__catch .item {
    font-size: 1.8rem;
  }
  .p-recruit_system__list {
    width: 100%;
  }
  .p-recruit_system__txt {
    width: 100%;
  }
  .p-recruit_system__listItem dt {
    margin-bottom: 1em;
  }
  .p-recruit_system__listItem:not(:first-child) {
    margin-top: 1.5em;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_system__catch .item {
    font-size: 1.6rem;
    padding: 0.8em;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_system__catch .item {
    line-height: 1.4;
  }
}

.p-recruit_info {
  padding-top: 7.8rem;
}
.p-recruit_info__map {
  padding-top: 62.5%;
  position: relative;
}
.p-recruit_info__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-recruit_contact {
  padding-top: 10rem;
}
.p-recruit_contact__inner {
  max-width: 800px;
  margin: 0 auto;
}
.p-recruit_contact__link {
  text-align: center;
  display: block;
  padding: 5.5rem 0;
  position: relative;
  background-color: #061226;
}
.p-recruit_contact__link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/recruit/bg_contact.jpg) no-repeat center/cover;
  opacity: 0.5;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-recruit_contact__link:hover:before {
    opacity: 1;
  }
  .p-recruit_contact__link:hover .p-recruit_contact__ttl {
    color: #0741a5;
  }
  .p-recruit_contact__link:hover .p-recruit_contact__arrow {
    background: #0741a5;
  }
}
.p-recruit_contact__ttl {
  color: #e14d1a;
  font-family: "Poppins", sans-serif;
  font-size: 5.6rem;
  line-height: 0.8;
  position: relative;
}
.p-recruit_contact__txt {
  color: #fff;
  font-weight: 700;
  margin-top: 2rem;
  position: relative;
}
.p-recruit_contact__arrow {
  background: #e14d1a;
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-recruit_contact__arrow:before {
  content: "";
  width: 16px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/home/icon_arrow.svg) no-repeat center/contain;
}
@media (max-width: 991.9px) {
  .p-recruit_contact {
    padding-top: 4.5em;
  }
  .p-recruit_contact__ttl {
    font-size: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_contact__ttl {
    font-size: 4rem;
  }
  .p-recruit_contact__link {
    padding: 4.5rem 0;
  }
  .p-recruit_contact__txt {
    margin-top: 1.5rem;
  }
}

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

  ESG

============================================*/
/*-------------------------------
  ESG > COMMON
-------------------------------*/
.p-esg__sec:not(:first-child) {
  padding-top: 12rem;
}
@media (max-width: 991.9px) {
  .p-esg__sec:not(:first-child) {
    padding-top: 4.5em;
  }
}
.p-esg_about {
  padding: 12rem 0;
  background: #dde7f7;
}
.p-esg_about__item {
  padding: 7rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.p-esg_about__item:not(:first-child) {
  margin-top: 5rem;
}
.p-esg_about__cnt {
  width: 60%;
}
.p-esg_about__img {
  width: 40%;
  padding-left: 5rem;
}
@media (max-width: 991.9px) {
  .p-esg_about {
    padding: 4.5em 0;
  }
  .p-esg_about__item {
    display: block;
    padding: 5rem;
  }
  .p-esg_about__cnt {
    width: 100%;
  }
  .p-esg_about__img {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-esg_about__wrap {
    display: block;
  }
  .p-esg_about__item {
    width: 100%;
    padding: 3rem;
  }
  .p-esg_about__item:not(:first-child) {
    margin-top: 5rem;
  }
  .p-esg_about__item:nth-child(1) .p-esg_about__img {
    margin-bottom: 0;
  }
}
.p-esg_detail__sec:not(:first-child) {
  margin-top: 8rem;
}
.p-esg_detail__item {
  display: flex;
}
.p-esg_detail__item.-nocol {
  display: block;
}
.p-esg_detail__item + .p-esg_detail__item {
  margin-top: 6rem;
}
.p-esg_detail__ttl {
  color: #ffffff;
  line-height: 1;
  font-size: 2.4rem;
  padding: 2rem 3rem;
  margin-bottom: 4rem;
  background: #0741a5;
}
.p-esg_detail__itemWrap {
  display: flex;
}
.p-esg_detail__img {
  width: 40%;
  padding-left: 4rem;
}
.p-esg_detail__imgBd img {
  border: 1px solid #ccc;
}
.p-esg_detail__cnt {
  width: 60%;
}
.p-esg_detail__cnt.-col {
  display: flex;
}
.p-esg_detail__txt p + p {
  margin-top: 1em;
}
.p-esg_detail__icons {
  display: flex;
}
.p-esg_detail__icons .p-esg_detail__icon {
  width: calc((100% - 3rem) / 3);
}
.p-esg_detail__icons .p-esg_detail__icon:not(:first-child) {
  margin-left: 1.5rem;
}
.p-esg_detail__securityItem {
  width: 35%;
}
.p-esg_detail__securityItem:not(:first-child) {
  margin-left: 4rem;
}
@media (max-width: 991.9px) {
  .p-esg_detail__ttl {
    font-size: 2rem;
    padding: 0.7em 1em;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-esg_detail__item {
    display: block;
  }
  .p-esg_detail__cnt {
    width: 100%;
  }
  .p-esg_detail__img {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
  .p-esg_detail__icons {
    justify-content: flex-start;
  }
  .p-esg_detail__icons .p-esg_detail__icon:not(:first-child) {
    margin-left: 1rem;
  }
  .p-esg_detail__securityItem {
    width: 100%;
  }
  .p-esg_detail__securityItem:not(:first-child) {
    margin-left: 0;
    margin-top: 4rem;
  }
  .p-esg_detail__securityItem img {
    width: 100%;
  }
}
@media (max-width: 575.9px) {
  .p-esg_detail__ttl {
    font-size: 1.8rem;
  }
}

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

  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__wrap dt {
  margin-bottom: 1.25em;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: solid 1px #cdcdcd;
  padding-bottom: 0.8em;
  line-height: 1.4;
  position: relative;
}
.p-privacypolicy__wrap dt:before {
  content: "";
  width: 7rem;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #0a90de;
}
.p-privacypolicy__wrap dd:not(:last-child) {
  margin-bottom: 3.125em;
}
.p-privacypolicy__wrap dd > *:nth-child(n+2) {
  margin-top: 1em;
}
.p-privacypolicy__wrap dd .sub_box {
  margin-top: 1em;
}
.p-privacypolicy__list.-disc {
  padding-left: 1em;
}
.p-privacypolicy__list.-disc li {
  list-style-type: disc;
}
.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: 5rem;
  }
  .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: #0741a5;
  font-family: "Poppins", 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__inner {
  padding-left: 3.125vw;
  position: relative;
}
.p-kv_under__img img {
  width: 100%;
}
.p-kv_under__float {
  width: 100%;
  position: absolute;
  left: 3.125vw;
  bottom: 0;
}
.p-kv_under__floatInner {
  display: inline-block;
  padding: 4rem 10rem 1rem 3rem;
  background: #fff;
}
.p-kv_under__ttl {
  padding-bottom: 3.2rem;
  position: relative;
}
.p-kv_under__ttl:before {
  content: "";
  width: 5rem;
  height: 8px;
  background: #e14d1a;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skew(30deg);
}
.p-kv_under__ttl .jp {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.p-kv_under__ttl .en {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #0741a5;
  font-size: 6rem;
  line-height: 0.8;
  margin-top: 2rem;
}
@media (max-width: 991.9px) {
  .p-kv_under__ttl {
    padding-bottom: 2rem;
  }
  .p-kv_under__ttl .jp {
    font-size: 1.6rem;
  }
  .p-kv_under__ttl .en {
    font-size: 3.6rem;
  }
  .p-kv_under__floatInner {
    padding: 2rem 5rem 1rem 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-kv_under__ttl .en {
    font-size: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-kv_under__ttl:before {
    height: 5px;
  }
  .p-kv_under__ttl .jp {
    font-size: 1.4rem;
  }
  .p-kv_under__ttl .en {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
  .p-kv_under__floatInner {
    padding: 1.5rem 2rem 0 1.5rem;
  }
}

/*--------------------------------------------
  news
--------------------------------------------*/
.c-card_news__item {
  border-bottom: solid 1px #d4dbe6;
}
.c-card_news__link {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .c-card_news__link:hover .c-card_news__term {
    background: #e14d1a;
  }
}
.c-card_news__date {
  font-family: "Lato", sans-serif;
  margin-right: 2.8rem;
  min-width: 5.5em;
}
.c-card_news__term {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  background: #313335;
  color: #fff;
  min-width: 7.2em;
  padding: 6px;
  margin-right: 3.3rem;
  display: inline-block;
  transition: 0.4s;
}
.c-card_news__ttl {
  width: calc(100% - 6.4em);
}
@media (max-width: 767.9px) {
  .c-card_news__link {
    display: block;
    padding: 1em 0;
  }
  .c-card_news__link:before {
    width: 3rem;
    height: 2rem;
  }
  .c-card_news__date {
    display: inline-block;
    margin-right: 0;
    min-width: auto;
    margin-right: 1em;
  }
  .c-card_news__term {
    margin-right: 0;
  }
  .c-card_news__ttl {
    width: 100%;
    margin-top: 0.5em;
  }
}

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

  GLOBAL NAVIGATION

============================================*/
.p-gnavi__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.p-gnavi__list {
  display: flex;
  align-items: center;
}
.p-gnavi__item:not(:first-child) {
  margin-left: 3rem;
}
.p-gnavi__link {
  font-weight: 500;
  line-height: 1;
  display: block;
}
@media (min-width: 992px) {
  .p-gnavi__link:hover {
    color: #0741a5;
  }
}
.p-gnavi__tel {
  margin-left: 3.5rem;
}
.p-gnavi__tel a {
  display: block;
  padding-left: 2.8rem;
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
}
.p-gnavi__tel a:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -8.5px;
  left: 0;
  background: url(../img/common/icon_tel.svg) no-repeat center/contain;
}
.p-gnavi__contact {
  margin-left: 3rem;
}
.p-gnavi__contact a {
  font-weight: 700;
  line-height: 1;
  display: block;
  background: #0741a5;
  padding: 5rem 3rem;
  color: #ffffff;
}
@media (min-width: 992px) {
  .p-gnavi__contact a:hover {
    background: #e14d1a;
  }
}
@media (max-width: 1399.9px) {
  .p-gnavi__item:not(:first-child) {
    margin-left: 2rem;
  }
  .p-gnavi__tel {
    margin-left: 2rem;
  }
  .p-gnavi__contact {
    margin-left: 2rem;
  }
  .p-gnavi__contact a {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991.9px) {
  .p-gnavi__wrap {
    display: block;
    height: 100vh;
    overflow: auto;
    padding: 8rem 5vw 5rem;
  }
  .p-gnavi__list {
    display: block;
  }
  .p-gnavi__item {
    position: relative;
    border-bottom: 1px solid #0741a5;
  }
  .p-gnavi__item:not(:first-child) {
    margin-left: 0;
  }
  .p-gnavi__link {
    display: block;
    padding: 1em;
    font-size: 1.6rem;
  }
  .p-gnavi__contact {
    margin-top: 3rem;
    margin-left: 0;
  }
  .p-gnavi__contact a {
    margin: 0 auto;
    width: 80%;
    background: #0741a5;
    padding: 2rem 0 2rem 2.5rem;
    position: relative;
    font-size: 1.4rem;
  }
  .p-gnavi__contact a:before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.3rem;
  }
  .p-gnavi__tel {
    margin-left: 0;
    margin-top: 3rem;
    text-align: center;
  }
  .p-gnavi__tel a {
    display: inline-block;
    font-size: 3rem;
    padding-left: 3rem;
  }
  .p-gnavi__tel a:before {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
  }
  .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: #0741a5;
    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;
}

@media (min-width: 992px) {
  .p-gnavi_dropdown:hover .p-gnavi_dropdown__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .p-gnavi_dropdown__list {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    position: absolute;
  }
}
.p-gnavi_dropdown__list {
  transition: 0.4s;
  padding: 2rem 0 0;
}
.p-gnavi_dropdown__item {
  background: #0741a5;
  text-align: center;
  padding: 0 2rem;
}
.p-gnavi_dropdown__item:not(:first-child) .p-gnavi_dropdown__link {
  border-top: 1px solid #ffffff;
}
.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 {
    position: static;
    display: none;
    transition: none;
  }
  .p-gnavi_dropdown__list.is-open {
    visibility: visible;
  }
  .p-gnavi_dropdown__item {
    text-align: left;
  }
}

/*--------------------------------------------
  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-underline {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .u-underline:hover {
    text-decoration: none;
  }
}

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

.u-main {
  color: #0741a5;
}

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

.u-point {
  color: #e14d1a;
}

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

.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;
}

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