@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;
}
@font-face {
  font-family: "avenir-next";
  src: url("../fonts/avenir-next-ultra-light.ttf") format("truetype");
}
/*--------------------------------------------
  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-size: 1.6rem;
  color: #212121;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 991.9px) {
  body {
    font-size: 1.4rem;
  }
}
* {
  overflow-wrap: break-word;
  word-break: break-all;
}

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

main,
picture {
  display: block;
}

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

table {
  width: 100%;
}

a {
  color: #212121;
  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: #212121;
}

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%;
  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: #1a1a1a;
    padding: calc(6rem + 4vw) 4vw 3rem;
    height: 100vh;
    overflow: auto;
  }
  .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: #43AFEF;
  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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------
  Layout
--------------------------------------------*/
/*--------------------------------------------
  footer info
--------------------------------------------*/
/*--------------------------------------------
  footer entry
--------------------------------------------*/
/*--------------------------------------------
  footer
--------------------------------------------*/
.l-footer {
  background: #000;
  color: #fff;
  padding: 4.5rem 0 4rem;
  position: relative;
}
.l-footer .c-inner {
  max-width: calc(1402px + 10vw);
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
.l-footer__address {
  margin-top: 3.2rem;
}
.l-footer__navi {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-end;
}
.l-footer__menu {
  display: flex;
  align-items: center;
}
.l-footer__menuItem:not(:first-child) {
  border-left: 1px solid #fff;
}
.l-footer__menuItem a {
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .l-footer__menuItem a:hover {
    opacity: 0.7;
  }
}
.l-footer__copyright {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  margin-top: 3.5rem;
}
.l-footer__privacy a {
  color: #fff;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .l-footer__privacy a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1399.9px) {
  .l-footer__logo img {
    max-width: 200px;
  }
  .l-footer__menuItem a {
    padding: 0 1.5rem;
  }
}
@media (max-width: 991.9px) {
  .l-footer__copyright {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.9px) {
  .l-footer {
    padding: 4rem 0 7rem;
  }
  .l-footer__logo {
    width: 50%;
  }
}
/*--------------------------------------------
  header main
--------------------------------------------*/
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: all 0.4s;
}
.l-header.is-act {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.7);
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 5vw;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__hamburger {
  width: 5rem;
  height: 5rem;
  background: transparent;
  z-index: 115;
  padding: 0;
  border-radius: 1rem;
}
.l-header__hamburger span {
  position: absolute;
  width: 70%;
  height: 2px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  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: #fff;
  transition: inherit;
}
.l-header__hamburger span:before {
  top: 0;
  transform: translateY(0.8rem);
}
.l-header__hamburger span:after {
  bottom: 0;
  transform: translateY(-0.8rem);
}
.slideout-open .l-header__hamburger span {
  background: transparent;
}
.slideout-open .l-header__hamburger span:before {
  transform: rotate(45deg);
}
.slideout-open .l-header__hamburger span:after {
  transform: rotate(-45deg);
}
.l-header__lang {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-left: auto;
  margin-right: 2rem;
  color: #fff;
}
.l-header__lang .icon {
  fill: #fff;
  margin-right: 0.5rem;
}
.l-header__lang .link {
  color: #fff;
}
.l-header__lang .link.-current {
  text-decoration: underline;
}
@media (max-width: 1599.9px) {
  .l-header__inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .l-header__logo {
    width: 17%;
  }
}
@media (max-width: 991.9px) {
  .l-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .l-header__inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .l-header__logo {
    width: 30%;
  }
}
@media (max-width: 575.9px) {
  .l-header__logo {
    width: 40%;
  }
}

.l-header_cta {
  position: fixed;
  right: 0;
  top: 20rem;
  z-index: 100;
}
.l-header_cta__link {
  background: #43AFEF;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  writing-mode: vertical-lr;
  line-height: 1;
  padding: 2rem;
  display: block;
}
.l-header_cta__link span {
  display: inline-block;
  padding-bottom: 3.2rem;
  position: relative;
}
.l-header_cta__link span:before {
  content: "";
  width: 2.5rem;
  height: 2.3rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-42%);
  background: url(../../img/common/icon_memo.svg) no-repeat center/contain;
}
@media (min-width: 992px) {
  .l-header_cta__link:hover {
    background: #212121;
  }
}
@media (max-width: 767.9px) {
  .l-header_cta {
    bottom: 0;
    top: auto;
    width: 100%;
  }
  .l-header_cta__link {
    writing-mode: inherit;
    border-radius: 5px 5px 0 0;
    text-align: center;
  }
  .l-header_cta__link span {
    padding-bottom: 0;
    padding-right: 3.2rem;
  }
  .l-header_cta__link span:before {
    right: 0;
    left: inherit;
    transform: translateY(-50%);
    top: 50%;
    bottom: inherit;
  }
}

/*--------------------------------------------
  inertia box
--------------------------------------------*/
/*--------------------------------------------
  content main
--------------------------------------------*/
.l-container {
  margin-bottom: 5rem;
}

.l-content.-under {
  padding-top: 4rem;
}
.c-section {
  padding: 6.25em 0;
}
@media (max-width: 991.9px) {
  .c-section {
    padding: 4.25em 0;
  }
}

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

/*--------------------------------------------
  breadcrumb ol
--------------------------------------------*/
.l-breadcrumb_list {
  display: flex;
  align-items: center;
}
.l-breadcrumb_list > li {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.2rem;
}
.l-breadcrumb_list > li + *::before {
  content: "";
  width: 3.5px;
  height: 5.2px;
  display: inline-block;
  margin-right: 0.5em;
  background: url(../../img/common/icon_chevron.svg) no-repeat center/contain;
}
.l-breadcrumb_list > li > a {
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #666;
}
.l-breadcrumb_list > li > a:hover {
  text-decoration: underline;
}
.l-breadcrumb_list > li:not(:first-child) {
  margin-left: 0.5em;
}
.l-breadcrumb_list > li:last-child > a {
  text-decoration: none;
  pointer-events: none;
  color: #212121;
}
@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: #43AFEF;
  }
}

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

  GLOBAL NAVIGATION

============================================*/
.l-gnavi__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-gnavi__menu {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.l-gnavi__menu > ul {
  display: flex;
  align-items: center;
}
.l-gnavi__item:not(:first-child) {
  border-left: 1px solid #fff;
}
.l-gnavi__link {
  color: #fff;
  line-height: 1;
  font-weight: 500;
  display: block;
  padding: 0 3rem;
}
@media (min-width: 992px) {
  .l-gnavi__link:not(span):hover {
    opacity: 0.7;
  }
}
.l-gnavi__btn a {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 100%;
  background: #E60113;
  border-radius: 3rem;
  color: #fff;
  padding: 1em 2.5rem 1em 2rem;
}
@media (min-width: 992px) {
  .l-gnavi__btn a:hover {
    background: #1A1311;
  }
}
.l-gnavi__btn .icon {
  fill: #fff;
  display: block;
  margin-right: 0.8rem;
  transition: 0.4s;
}
.l-gnavi__lang {
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
.l-gnavi__lang a {
  color: #fff;
}
.l-gnavi__lang .icon {
  fill: #fff;
  margin-right: 0.5rem;
}
.l-gnavi__lang .link.-current {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .l-gnavi__lang .link:hover {
    text-decoration: underline;
  }
}
.l-gnavi__tel {
  display: flex;
  align-items: center;
  margin-left: 2.6rem;
}
.l-gnavi__tel .icon {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
.l-gnavi__tel a {
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 0.8;
  font-size: 2.7rem;
}
@media (max-width: 1399.9px) {
  .l-gnavi__link {
    padding: 0 2rem;
  }
}
@media (max-width: 991.9px) {
  .l-gnavi__wrap {
    display: block;
  }
  .l-gnavi__menu {
    flex-direction: column;
  }
  .l-gnavi__menu > ul {
    flex-wrap: wrap;
    width: 100%;
  }
  .l-gnavi__navi {
    display: flex;
    flex-direction: column-reverse;
  }
  .l-gnavi__item {
    width: 50%;
  }
  .l-gnavi__item:not(:first-child) {
    border-left: none;
  }
  .l-gnavi__item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .l-gnavi__item:nth-child(n+3) {
    margin-top: 1.5em;
  }
  .l-gnavi__link {
    display: block;
    padding: 1em;
    font-size: 1.5rem;
    text-align: center;
  }
  .l-gnavi__logo {
    width: 50%;
    margin: 0 auto 3rem;
    text-align: center;
  }
  .l-gnavi__btn {
    margin-top: 3rem;
  }
  .l-gnavi__top {
    margin-top: 3rem;
    justify-content: center;
  }
  .l-gnavi__tel {
    margin-left: 0;
  }
}
@media (max-width: 575.9px) {
  .l-gnavi__logo {
    width: 50%;
  }
}

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

  MEGAMENU

============================================*/
.l-megamenu {
  z-index: 100;
  display: none;
  width: 100vw;
}
.l-megamenu.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-megamenu__inner {
  padding-top: 2.8rem;
  padding-bottom: 2.2rem;
  background: #fff;
}
.l-megamenu__listWrap {
  display: flex;
}
.l-megamenu__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-megamenu__item:not(:first-child) {
  margin-left: 6.3rem;
}
.l-megamenu__link {
  position: relative;
}
@media (min-width: 992px) {
  .l-megamenu__link:hover .l-megamenu__img img {
    transform: scale(1.4) rotate(10deg);
  }
  .l-megamenu__link:hover .l-megamenu__over {
    opacity: 1;
    visibility: visible;
  }
}
.l-megamenu__img {
  overflow: hidden;
  position: relative;
}
.l-megamenu__img img {
  transition: 0.4s;
}
.l-megamenu__ttl {
  font-size: 1.5rem;
  font-weight: 500;
}
.l-megamenu__over {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 35, 64, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .l-megamenu {
    position: fixed;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 991.9px) {
  .l-megamenu {
    width: 100%;
  }
  .l-megamenu__inner {
    padding: 1.5rem 0 2.5rem;
  }
  .l-megamenu__list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .l-megamenu__item {
    width: 20%;
    text-align: center;
  }
  .l-megamenu__item:not(:first-child) {
    margin-left: 0;
  }
  .l-megamenu__item:not(:last-child) {
    border-right: 1px solid #dddddd;
  }
  .l-megamenu__item a {
    padding: 0 1rem;
    display: block;
  }
}
@media (max-width: 767.9px) {
  .l-megamenu__item {
    width: 50%;
  }
  .l-megamenu__item:not(:last-child) {
    border-right: none;
  }
  .l-megamenu__item:nth-child(odd) {
    border-right: 1px solid #dddddd;
  }
  .l-megamenu__item:nth-child(n+3) {
    margin-top: 2rem;
  }
  .l-megamenu__ttl {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------
  Object
--------------------------------------------*/
/*--------------------------------------------
  animation
--------------------------------------------*/
.c-animation.-opacity {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateX(10%);
}
.c-animation.-opacity.scrolled {
  opacity: 1;
  transform: translateX(0%);
}
.c-animation.-ttl > span {
  display: inline-block;
}
.c-animation.-ttl > span > span {
  display: inline-block;
  opacity: 0;
  transform: translateX(150%);
  transition: transform 0.6s 0.4s, opacity 0.6s 0.4s;
}
.c-animation.-ttl.scrolled > span > span {
  opacity: 1;
  transform: translateX(0%);
}
.c-animation.-box {
  position: relative;
  overflow: hidden;
}
.c-animation.-box:before {
  content: "";
  width: 160%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -30%;
  background: #43AFEF;
  z-index: 10;
  transform: skew(-25deg);
  transition: all 0.4s ease-in-out;
}
.c-animation.-box.-white:before {
  background: #fff;
}
.c-animation.-box.scrolled:before {
  width: 0;
}
.c-animation.-img {
  overflow: hidden;
  display: inline-block;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  transform-origin: left center;
}
.c-animation.-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #43AFEF;
}
.c-animation.-img .item {
  opacity: 0;
  transition-delay: 0.3s;
  z-index: 0;
  position: relative;
  transform: translateX(15%);
}
.c-animation.-img.scrolled {
  transform: scaleX(1);
}
.c-animation.-img.scrolled:before {
  transition: width 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  width: 0;
  z-index: 100;
}
.c-animation.-img.scrolled .item {
  opacity: 1;
  transform: translateX(0);
}
.c-animation.-fadeUp {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateY(50px);
}
.c-animation.-fadeUp.scrolled {
  opacity: 1;
  transform: translateY(0%);
}
.c-animation.-fadeInLeft {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: translateX(-100px);
}
.c-animation.-fadeInLeft.scrolled {
  opacity: 1;
  transform: translateX(0%);
}
.c-animation.-fadeInRight {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: translateX(100px);
}
.c-animation.-fadeInRight.scrolled {
  opacity: 1;
  transform: translateX(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;
}
.c-animation.-delay1150, .c-animation.-delay1150:before, .c-animation.-delay1150:after {
  transition-delay: 1.15s !important;
}
.c-animation.-delay1200, .c-animation.-delay1200:before, .c-animation.-delay1200:after {
  transition-delay: 1.2s !important;
}
.c-animation.-delay1250, .c-animation.-delay1250:before, .c-animation.-delay1250:after {
  transition-delay: 1.25s !important;
}

@keyframes floating-x {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(10%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
/*--------------------------------------------
  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;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #43AFEF;
  background: #fff;
  color: #43AFEF;
  max-width: 18.8rem;
  padding: 1.8rem 0;
  line-height: 1;
}
.c-btn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn__icon {
  fill: #43AFEF;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 1rem;
  transition: 0.4s;
}
.c-btn.-center {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .c-btn:hover {
    background: #43AFEF;
    color: #fff;
  }
  .c-btn:hover .c-btn__icon {
    fill: #fff;
  }
}
/*--------------------------------------------
  moreボタン
--------------------------------------------*/
.c-btn_more {
  font-family: "Poppins", sans-serif;
  width: 13.4rem;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  display: block;
  text-align: center;
}
.c-btn_more.-center {
  margin: 0 auto;
}
.c-btn_more.-right {
  margin-left: auto;
}
.c-btn_more:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 992px) {
  .c-btn_more:hover {
    color: #E60113;
  }
}
@media (max-width: 767.9px) {
  .c-btn_more {
    padding: 1.5em 0;
  }
}

/*--------------------------------------------
  button lg
--------------------------------------------*/
.c-btn_lg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 16rem;
  padding: 1em;
  padding-right: 4em;
  background-color: #43AFEF;
  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: #43AFEF;
  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: #43AFEF;
}
@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: 1px solid #b4b4b5;
}
.c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
  text-align: left;
  line-height: 1.5;
  padding: 4rem;
  vertical-align: top;
}
.c-form__sheet > tbody > tr > th {
  width: 26.7%;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
  padding-left: 3rem;
  padding-right: 0;
}
.c-form__sheet > tbody > tr > td {
  width: 73.3%;
}
@media (max-width: 991.9px) {
  .c-form__sheet {
    border-collapse: collapse;
  }
  .c-form__sheet > tbody > tr {
    border-bottom: none;
  }
  .c-form__sheet > tbody > tr:first-child th, .c-form__sheet > tbody > tr:first-child td {
    border-top: none;
  }
  .c-form__sheet > tbody > tr:last-child td {
    padding-bottom: 0;
  }
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    display: block;
    padding: 1em;
    padding: 0.75em 0.75em;
  }
  .c-form__sheet > tbody > tr > th {
    width: 100%;
    border-bottom: none;
    background: #404040;
    color: #fff;
    border-radius: 5px;
  }
  .c-form__sheet > tbody > tr > td {
    width: 100%;
    border-bottom: none;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media (max-width: 575.9px) {
  .c-form__sheet > tbody > tr > td {
    padding: 1em 0 2em;
  }
}
.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: #fff;
  background: #E60113;
  line-height: 1;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-left: 1.5em;
  font-size: 0.8em;
}
.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;
}
@media (max-width: 767.9px) {
  .c-form th, .c-form td {
    display: block;
    width: 100%;
  }
  .c-form th {
    padding-right: 0;
    padding-bottom: 0.5em;
  }
  .c-form td {
    padding-bottom: 1em;
  }
}
.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;
  font-weight: 500;
}
.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;
  border: solid 1px #B7B7B7;
  background: #fff;
}
.c-form__input.-text.-short, .c-form__input.-textarea.-short {
  width: 40%;
}
.c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
  width: 80%;
}
.c-form__input.-text.-long, .c-form__input.-textarea.-long {
  width: 100%;
}
.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.-text, .c-form__input.-text.-textarea, .c-form__input.-textarea.-text, .c-form__input.-textarea.-textarea {
    padding: 0.75em;
  }
  .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 {
  border-color: #b7b7b7;
}
.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 #9a9a9a;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.c-form__radio + *:after {
  transform: scale(0.4);
  visibility: hidden;
  background: #43AFEF;
}
.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: #ffffff;
  border: solid 1px #9a9a9a;
}
.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 #43AFEF;
  border-bottom: solid 3px #43AFEF;
  visibility: hidden;
}
.c-form__check:checked + *:after {
  visibility: visible;
}
.c-form__file {
  border: none;
  padding: 0;
}
.c-form__agreement {
  text-align: center;
  font-weight: 500;
}
.c-form__agreement a {
  text-decoration: underline;
  font-weight: 500;
}
@media (min-width: 992px) {
  .c-form__agreement a:hover {
    text-decoration: none;
  }
}
.c-form__agreement .error {
  color: #c11;
}
.c-form__checkBox {
  text-align: center;
  color: #43AFEF !important;
  font-weight: bold !important;
  margin-top: 2rem;
}
.c-form__checkBox span {
  font-weight: bold;
}
.c-form__button {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .c-form__button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-form__btn {
  cursor: pointer;
  width: 100%;
  display: block;
  position: relative;
  background: #43AFEF;
  color: #fff;
}
.c-form__btn:before {
  content: "";
  height: 1.4rem;
  width: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background: url(../../img/common/icon_arrow_white.svg) no-repeat center/contain;
  transition: 0.4s;
}
.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
  color: #fff;
}
.c-form__btn.-center {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .c-form__btn:hover {
    background: #fff;
    color: #43AFEF;
  }
  .c-form__btn:hover:before {
    background-image: url(../../img/common/icon_arrow.svg);
  }
  .c-form__btn.-back:hover {
    opacity: 0.4;
    background: #aaa;
    border-color: #aaa;
    color: #fff;
  }
  .c-form__btn.-back:hover:before {
    background-image: url(../../img/common/icon_arrow_white.svg);
  }
}
@media (min-width: 768px) {
  .c-form__btn:nth-child(n+2) {
    margin-left: 2em;
  }
}
@media (max-width: 991.9px) {
  .c-form__btn {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.9px) {
  .c-form__btn {
    width: 50%;
    margin: 0 auto;
  }
  .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 .c-form__checkBox {
  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;
}
@media (max-width: 575.9px) {
  .c-form.-thanks {
    text-align: left;
  }
}
.c-form__foot {
  margin-top: 7rem;
}
@media (max-width: 991.9px) {
  .c-form__foot {
    margin-top: 5rem;
  }
}
.c-form .p-country-name {
  display: none !important;
}

.c-form_privacy {
  margin-top: 7rem;
}
.c-form_privacy__box {
  border: solid 1px #dddddd;
  padding: 4rem 3rem;
  overflow-y: scroll;
  max-height: 22em;
  margin-top: 1.5em;
  margin-bottom: 3rem;
}
.c-form_privacy__ttl {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 1em;
}
.c-form_privacy__lead {
  margin-bottom: 1em;
}
.c-form_privacy__subttl {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.c-form_privacy__sublist {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .c-form_privacy {
    margin-top: 5rem;
  }
  .c-form_privacy__ttl {
    font-size: 1.4em;
  }
}

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

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0.5em !important;
}

/*--------------------------------------------
  sup border
--------------------------------------------*/
.c-ttl_sup {
  line-height: 1;
  position: relative;
  margin-bottom: 4rem;
}
.c-ttl_sup__jp {
  font-weight: 700;
  font-size: 4.6rem;
}
.c-ttl_sup__jp.-sm {
  font-size: 3.6rem;
}
.c-ttl_sup__en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  line-height: 0.8;
  position: relative;
}
.c-ttl_sup__en:before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  background: #43AFEF;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.55em;
  margin-top: -5px;
}
.c-ttl_sup.-white .c-ttl_sup__jp {
  color: #ffffff;
}
.c-ttl_sup.-white .c-ttl_sup__en {
  color: #ffffff;
}
.c-ttl_sup.-center {
  text-align: center;
}
@media (max-width: 991.9px) {
  .c-ttl_sup__en {
    margin-bottom: 1em;
  }
  .c-ttl_sup__jp {
    font-size: 3.5rem;
  }
  .c-ttl_sup__jp.-sm {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_sup__jp {
    font-size: 2.8rem;
  }
  .c-ttl_sup__jp.-sm {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_sup__en {
    font-size: 1.6rem;
  }
  .c-ttl_sup__jp {
    font-size: 2.2rem;
  }
  .c-ttl_sup__jp.-sm {
    font-size: 2rem;
  }
}

.c-ttl_pl {
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 2em;
}
.c-ttl_pl.-center {
  text-align: center;
}
@media (max-width: 991.9px) {
  .c-ttl_pl {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_pl {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.c-ttl_sec {
  line-height: 1;
}
.c-ttl_sec__en {
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.8;
}
.c-ttl_sec__jp {
  color: #A69C9C;
  font-weight: 700;
  margin-top: 1rem;
}
.c-ttl_sec.-jp {
  line-height: 1;
}
.c-ttl_sec.-jp .c-ttl_sec__jp {
  font-size: 4rem;
  font-weight: 700;
  color: #43AFEF;
  margin-top: 0;
}
.c-ttl_sec.-jp .c-ttl_sec__en {
  font-size: 2rem;
  font-weight: 700;
  color: #A69C9C;
  margin-top: 1.5rem;
}
@media (max-width: 991.9px) {
  .c-ttl_sec__en {
    font-size: 4rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__jp {
    font-size: 3rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__en {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_sec__en {
    font-size: 3.5rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__jp {
    font-size: 2.5rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__en {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_sec__en {
    font-size: 2.5rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__jp {
    font-size: 2.5rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__en {
    font-size: 1.6rem;
  }
}

.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: #E60113;
  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: 2.4rem;
  line-height: 1;
  padding: 0.6rem 0 0.6rem 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.c-ttl_bdl:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #43AFEF;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.9px) {
  .c-ttl_bdl {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_bdl {
    font-size: 1.8rem;
  }
}

.c-ttl_disc {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1.8rem;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.c-ttl_disc:before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  display: inline-block;
  margin-right: 0.44em;
  vertical-align: middle;
  border-radius: 50%;
  background: #43AFEF;
}
.c-ttl_disc.-green:before {
  background: #25862A;
}
.c-ttl_disc.-blue:before {
  background: #0752A8;
}
.c-ttl_disc.-brown:before {
  background: #B76530;
}
@media (max-width: 767.9px) {
  .c-ttl_disc {
    font-size: 1.8rem;
  }
}

/*--------------------------------------------
  inner
--------------------------------------------*/
.c-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (min-width: 992px) {
  .c-inner {
    max-width: calc(1240px + 5vw * 2);
  }
  .c-inner.-full {
    max-width: 100%;
  }
  .c-inner.-lg {
    max-width: calc(1752px + 5vw * 2);
  }
  .c-inner.-sm {
    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: 10rem;
    padding-bottom: 10rem;
  }
  .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;
  }
}
@media (max-width: 575.9px) {
  .c-boxpd {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}

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

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

.c-totop {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: #43AFEF;
  cursor: pointer;
  border: 1px solid #fff;
  transition: 0.4s;
  position: fixed;
  bottom: 10%;
  right: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-totop__icon {
  stroke: #fff;
  fill: #fff;
  width: 1.8rem;
  height: 1.9rem;
}
@media (min-width: 992px) {
  .c-totop:hover {
    background: #fff;
    border-color: #43AFEF;
  }
  .c-totop:hover .c-totop__icon {
    fill: #43AFEF;
    stroke: #43AFEF;
  }
}
.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-searchform {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.c-searchform__input input {
  border-radius: 3rem;
  background: #fff;
  border: 1px solid #43AFEF;
  padding: 1.1625em;
}
.c-searchform__btn {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
/*--------------------------------------------
  panel
--------------------------------------------*/
.c-panel_contact {
  background: #1A1A1A;
  border-radius: 3rem 3rem 0 0;
  padding: 8.5rem 0 3rem;
  color: #fff;
  position: relative;
  top: -5rem;
}
.c-panel_contact:before {
  content: "";
  width: 100%;
  height: 5rem;
  position: absolute;
  bottom: -5rem;
  left: 0;
  background: #1A1A1A;
}
.c-panel_contact .c-ttl_sup {
  margin-bottom: 3rem;
}
.c-panel_contact__inner {
  display: flex;
}
.c-panel_contact__item {
  width: 50%;
}
.c-panel_contact__item:nth-child(1) {
  padding-left: 11rem;
}
.c-panel_contact__desc {
  font-weight: 500;
  font-size: 1.4rem;
}
.c-panel_contact__tel .txt {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 9rem;
}
.c-panel_contact__num {
  margin-top: 1.3rem;
}
.c-panel_contact__num a {
  display: flex;
  align-items: center;
}
.c-panel_contact__num .icon {
  width: 5em;
  height: 5em;
  display: inline-block;
  margin-right: 1rem;
}
.c-panel_contact__num .num {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 7.8rem;
  line-height: 0.9;
}
.c-panel_contact__btns {
  margin-top: 3.5rem;
}
.c-panel_contact__btn {
  width: 100%;
}
.c-panel_contact__btn:not(:first-child) {
  margin-top: 2rem;
}
.c-panel_contact__btn.-blue a {
  background: #43AFEF;
}
.c-panel_contact__btn.-blue a span {
  padding-left: 3.8rem;
}
.c-panel_contact__btn.-blue a span:before {
  width: 2.5rem;
  height: 2.3rem;
  background-image: url(../../img/common/icon_memo.svg);
}
@media (min-width: 992px) {
  .c-panel_contact__btn.-blue a:hover {
    background: #fff;
    color: #43AFEF;
  }
  .c-panel_contact__btn.-blue a:hover span:before {
    background-image: url(../../img/common/icon_memo_blue.svg);
  }
}
.c-panel_contact__btn.-red a {
  background: #E60113;
}
.c-panel_contact__btn.-red a span {
  padding-left: 3.3rem;
}
.c-panel_contact__btn.-red a span:before {
  width: 2rem;
  height: 2.2rem;
  background-image: url(../../img/common/icon_download.svg);
}
@media (min-width: 992px) {
  .c-panel_contact__btn.-red a:hover {
    background: #fff;
    color: #E60113;
  }
  .c-panel_contact__btn.-red a:hover span:before {
    background-image: url(../../img/common/icon_download_red.svg);
  }
}
.c-panel_contact__btn a {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.2rem 0;
  width: 100%;
}
.c-panel_contact__btn a span {
  position: relative;
}
.c-panel_contact__btn a span:before {
  content: "";
  background: no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media (max-width: 1399.9px) {
  .c-panel_contact__num .num {
    font-size: 6rem;
  }
}
@media (max-width: 991.9px) {
  .c-panel_contact__inner {
    flex-direction: column;
  }
  .c-panel_contact__item {
    width: 100%;
  }
  .c-panel_contact__item:nth-child(1) {
    padding-left: 0;
  }
  .c-panel_contact__item:nth-child(2) {
    margin-top: 4rem;
  }
  .c-panel_contact__num .icon {
    width: 4em;
    height: 4em;
  }
  .c-panel_contact__num .num {
    font-size: 5rem;
  }
  .c-panel_contact__tel .txt {
    padding-left: 0;
  }
}
@media (max-width: 575.9px) {
  .c-panel_contact__tel .txt {
    font-size: 1.5rem;
  }
  .c-panel_contact__num .icon {
    width: 3rem;
    height: 3rem;
  }
  .c-panel_contact__num .num {
    font-size: 3rem;
  }
  .c-panel_contact__btn a {
    font-size: 1.6rem;
  }
}

.c-panel_cat__box {
  background: #404040;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  padding: 1.8rem 1.3rem 1.8rem 2rem;
}
.c-panel_cat__txt {
  color: #fff;
  font-weight: 700;
  margin-right: 1.4rem;
}
.c-panel_cat__wrap {
  display: flex;
  align-items: center;
}
.c-panel_cat__item:not(:first-child) {
  margin-left: 5.7px;
}
.c-panel_cat__item .icon {
  fill: #212121;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
  margin-left: 1rem;
  transition: 0.4s;
}
.c-panel_cat__item.-current .c-panel_cat__link {
  background: #43AFEF;
  color: #fff;
  border-color: #43AFEF;
}
.c-panel_cat__item.-current .icon {
  fill: #fff;
}
.c-panel_cat__link {
  display: block;
  padding: 1.4rem 2rem;
  border-radius: 5px;
  background: #fff;
  font-weight: 700;
  border: 1px solid #868686;
}
@media (min-width: 992px) {
  .c-panel_cat__link:hover {
    background: #43AFEF;
    color: #fff;
  }
  .c-panel_cat__link:hover .icon {
    fill: #fff;
  }
}
@media (max-width: 1399.9px) {
  .c-panel_cat__link {
    padding: 1.4rem 1.5rem;
  }
}
@media (max-width: 1199.9px) {
  .c-panel_cat__txt {
    width: 7em;
  }
  .c-panel_cat__wrap {
    flex-wrap: wrap;
    width: calc(100% - 7em);
  }
  .c-panel_cat__item {
    width: calc((100% - 12px) / 3);
  }
  .c-panel_cat__item:not(:first-child) {
    margin-left: 0;
  }
  .c-panel_cat__item:nth-child(n+4) {
    margin-top: 6px;
  }
  .c-panel_cat__item:not(:nth-child(3n)) {
    margin-right: 6px;
  }
}
@media (max-width: 991.9px) {
  .c-panel_cat__link {
    padding: 1.4rem 1rem;
  }
}
@media (max-width: 767.9px) {
  .c-panel_cat__box {
    display: block;
  }
  .c-panel_cat__txt {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  .c-panel_cat__wrap {
    width: 100%;
    justify-content: space-between;
  }
  .c-panel_cat__item {
    width: calc((100% - 6px) / 2);
  }
  .c-panel_cat__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .c-panel_cat__item:nth-child(n+3) {
    margin-top: 6px;
  }
  .c-panel_cat__link {
    padding: 1rem;
    line-height: 1;
  }
}
@media (max-width: 575.9px) {
  .c-panel_cat__item .icon {
    display: none;
  }
}

/*--------------------------------------------
  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: #43AFEF #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: #43AFEF;
  }
  .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 #43AFEF;
}
.c-tbl_pr th, .c-tbl_pr td {
  padding: 1.65em 3.125em;
}
.c-tbl_pr th {
  width: 20.37%;
  font-weight: 500;
  color: #43AFEF;
  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: #43AFEF;
    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: #43AFEF;
  border-radius: 50%;
  border: 1px solid #43AFEF;
  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: #43AFEF;
}
@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%;
  }
}

/*--------------------------------------------
  news
--------------------------------------------*/
.c-card_news__item {
  border-bottom: 1px solid #C6C7C7;
}
.c-card_news__item:first-child {
  border-top: 1px solid #C6C7C7;
}
.c-card_news__link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 4.5rem 1.8rem;
}
@media (min-width: 992px) {
  .c-card_news__link:hover {
    opacity: 0.7;
  }
}
.c-card_news__info {
  min-width: 23.6rem;
}
.c-card_news__date {
  font-weight: 500;
  margin-right: 3rem;
}
.c-card_news__term {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  background: #404040;
  border-radius: 5px;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  transition: 0.4s;
}
.c-card_news__ttl {
  width: calc(100% - 23.6rem);
}
@media (max-width: 991.9px) {
  .c-card_news__date {
    margin-right: 1rem;
  }
  .c-card_news__link {
    flex-wrap: wrap;
    padding: 1em 0;
  }
  .c-card_news__ttl {
    width: 100%;
    margin-top: 0.5em;
  }
}
/*--------------------------------------------
  case
--------------------------------------------*/
.c-card_case__item {
  border-bottom: 1px solid #C6C7C7;
}
.c-card_case__item:first-child {
  border-top: 1px solid #C6C7C7;
}
.c-card_case__link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 4.5rem 1.8rem;
}
@media (min-width: 992px) {
  .c-card_case__link:hover {
    opacity: 0.7;
  }
}
.c-card_case__info {
  min-width: 11.6rem;
}
.c-card_case__date {
  font-weight: 500;
  margin-right: 3rem;
}
.c-card_case__term {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  background: #404040;
  border-radius: 5px;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  transition: 0.4s;
}
.c-card_case__ttl {
  width: calc(100% - 11.6rem);
}
@media (max-width: 991.9px) {
  .c-card_case__date {
    margin-right: 1rem;
  }
  .c-card_case__link {
    flex-wrap: wrap;
    padding: 1em 0;
  }
  .c-card_case__ttl {
    width: 100%;
    margin-top: 0.5em;
  }
}
/*--------------------------------------------
  search
--------------------------------------------*/
.c-search_keyword {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-search_keyword__txt {
  color: #fff;
  font-size: 1.8rem;
  margin-right: 2.3rem;
  font-weight: 700;
}
.c-search_keyword__input {
  position: relative;
}
.c-search_keyword__input input {
  width: 600px;
  background: #fff;
  border-radius: 30px;
  padding: 1.15em;
}
.c-search_keyword__input button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.c-search_keyword__input button .icon {
  width: 2rem;
  height: 2rem;
  fill: #43AFEF;
}
@media (max-width: 767.9px) {
  .c-search_keyword {
    display: block;
  }
  .c-search_keyword__txt {
    font-size: 1.6rem;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .c-search_keyword__input {
    width: 100%;
  }
  .c-search_keyword__input input {
    width: 100%;
  }
}

.c-search_filter__wrap {
  display: flex;
  flex-wrap: wrap;
}
.c-search_filter__item {
  width: 50%;
  display: flex;
  align-items: center;
  color: #43AFEF;
}
.c-search_filter__item:nth-child(n+3) {
  margin-top: 3rem;
}
.c-search_filter__name {
  width: 5.6875em;
  color: #43AFEF;
  font-weight: 700;
}
.c-search_filter__name.-lg {
  width: 7.1875em;
}
.c-search_filter__fieldWrap {
  display: flex;
  align-items: center;
}
.c-search_filter__fieldWrap .c-search_filter__field {
  display: flex;
  align-items: center;
}
.c-search_filter__fieldWrap .c-search_filter__field + .c-search_filter__field {
  margin-left: 1rem;
}
.c-search_filter__field select {
  background: #fff;
  border-radius: 3rem;
  color: #43AFEF;
  width: 270px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-search_filter__field select.sm {
  width: 150px;
  margin-right: 1rem;
}
.c-search_filter__select {
  position: relative;
}
.c-search_filter__select:before {
  content: "";
  width: 1.5rem;
  height: 0.9rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  background: url(../../img/common/icon_chevron.svg) no-repeat center/contain;
}
.c-search_filter__txt {
  font-weight: 500;
}
.c-search_filter__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.c-search_filter__btn {
  margin: 0 1.25rem;
}
.c-search_filter__btn .btn {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 1em 0;
  border-radius: 5px;
  display: block;
}
@media (min-width: 992px) {
  .c-search_filter__btn .btn {
    font-size: 1.8rem;
  }
}
.c-search_filter__btn.-search .btn {
  background: #43AFEF;
  color: #fff;
  border: 1px solid #43AFEF;
  width: 350px;
  position: relative;
}
.c-search_filter__btn.-search .btn .icon {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  fill: #fff;
  width: 2rem;
  height: 2rem;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .c-search_filter__btn.-search .btn:hover {
    background: #fff;
    color: #43AFEF;
  }
  .c-search_filter__btn.-search .btn:hover .icon {
    fill: #43AFEF;
  }
}
.c-search_filter__btn.-clear .btn {
  background: #fff;
  border: 1px solid #43AFEF;
  color: #43AFEF;
  width: 270px;
}
@media (min-width: 992px) {
  .c-search_filter__btn.-clear .btn:hover {
    background: #43AFEF;
    color: #fff;
  }
}
@media (max-width: 1199.9px) {
  .c-search_filter__field select.sm {
    width: 120px;
  }
}
@media (max-width: 991.9px) {
  .c-search_filter__wrap {
    display: block;
  }
  .c-search_filter__item {
    width: 100%;
  }
  .c-search_filter__item:not(:first-child) {
    margin-top: 1.5rem;
  }
  .c-search_filter__field select {
    width: 30rem;
  }
  .c-search_filter__field select.sm {
    width: 13rem;
  }
  .c-search_filter__name {
    width: 7em;
  }
  .c-search_filter__name.-lg {
    width: 7em;
  }
}
@media (max-width: 767.9px) {
  .c-search_filter__toggle {
    color: #43AFEF;
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
    padding: 1.5rem 0;
  }
  .c-search_filter__toggle span {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #43AFEF;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-search_filter__toggle span:before, .c-search_filter__toggle span:after {
    content: "";
    width: 0.8em;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.4s;
  }
  .c-search_filter__toggle span:after {
    transform: rotate(90deg);
  }
  .c-search_filter__toggle.open span:after {
    transform: rotate(0);
  }
  .c-search_filter__form {
    display: none;
  }
  .c-search_filter__btnWrap {
    flex-direction: column;
    align-items: center;
  }
  .c-search_filter__btn.-clear {
    margin-top: 1.5rem;
  }
  .c-search_filter__select:before {
    width: 1rem;
    height: 0.5em;
    right: 1.5rem;
  }
}
@media (max-width: 575.9px) {
  .c-search_filter__item {
    display: block;
  }
  .c-search_filter__name {
    margin-bottom: 0.5em;
    width: auto;
  }
  .c-search_filter__field select {
    width: 100%;
  }
  .c-search_filter__field select.sm {
    width: 11rem;
  }
  .c-search_filter__btn.-search {
    width: 100%;
  }
  .c-search_filter__btn.-clear {
    width: 70%;
  }
}

/*--------------------------------------------
  key
--------------------------------------------*/
.p-home {
  overflow: hidden;
}
.p-home_kv {
  position: relative;
}
.slideout-open .p-home_kv .slick-dots {
  z-index: 0;
}
.p-home_kv .c-inner {
  max-width: calc(1402px + 10vw);
}
.p-home_kv__slide {
  position: relative;
}
.p-home_kv__slide .slick-dots {
  position: absolute;
  top: 50%;
  left: 7vw;
  z-index: 100;
}
.p-home_kv__slide .slick-dots li {
  font-size: 0;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.p-home_kv__slide .slick-dots li:not(:first-child) {
  margin-top: 1.8rem;
}
.p-home_kv__slide .slick-dots li.slick-active {
  background: #43AFEF;
}
.p-home_kv__img {
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}
.p-home_kv__img .c-ofi {
  padding-top: 54%;
}
.p-home_kv__catch {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40rem;
  color: #fff;
}
.p-home_kv__catchEn {
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
}
.p-home_kv__catchJp {
  font-weight: 500;
  max-width: 620px;
  margin-top: 5rem;
  line-height: 1.875;
}
@media (max-width: 1599.9px) {
  .p-home_kv__slide .slick-dots {
    left: 3vw;
  }
}
@media (max-width: 1399.9px) {
  .p-home_kv__catch {
    top: 40%;
  }
}
@media (max-width: 991.9px) {
  .p-home_kv__catch {
    top: 35%;
  }
  .p-home_kv__catchEn {
    font-size: 5rem;
  }
  .p-home_kv__catchJp {
    margin-top: 1.5rem;
  }
  .p-home_kv__img .c-ofi {
    padding-top: 70%;
  }
}
@media (max-width: 767.9px) {
  .p-home_kv__catchEn {
    font-size: 3.5rem;
  }
  .p-home_kv__slide .slick-dots li:not(:first-child) {
    margin-top: 0.9rem;
  }
}
@media (max-width: 575.9px) {
  .p-home_kv__img .c-ofi {
    padding-top: 50vh;
  }
  .p-home_kv__catchEn {
    font-size: 2.8rem;
  }
  .p-home_kv__catchJp {
    margin-top: 1em;
  }
}

/*--------------------------------------------
  NEWS
--------------------------------------------*/
.p-home_news {
  padding: 8rem 0;
}
.p-home_news__wrap {
  display: flex;
}
.p-home_news__ttlWrap {
  width: 25.8%;
}
.p-home_news__cnt {
  width: 74.2%;
}
.p-home_news__tab {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.p-home_news__tabItem {
  cursor: pointer;
}
.p-home_news__tabItem span {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 5px;
  background: #868686;
  padding: 8px 20px;
}
.p-home_news__tabItem.-active span {
  background: #404040;
}
.p-home_news__tabItem:not(:first-child) {
  margin-left: 0.5rem;
}
.p-home_news__panelItem {
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.p-home_news__panelItem.-active {
  display: block;
  opacity: 1;
}
.p-home_news__btn {
  margin-top: 4rem;
}
@media (max-width: 991.9px) {
  .p-home_news {
    padding: 4.5em 0;
  }
  .p-home_news__wrap {
    display: block;
  }
  .p-home_news__ttlWrap {
    width: 100%;
  }
  .p-home_news__cnt {
    width: 100%;
  }
}
/*--------------------------------------------
  STRENGTH
--------------------------------------------*/
.p-home_strength {
  padding: 8rem 0;
  position: relative;
}
.p-home_strength:before {
  content: "";
  width: 77.34%;
  height: 100%;
  background: #404040;
  border-radius: 0 3rem 3rem 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-home_strength .c-inner {
  max-width: calc(1402px + 10vw);
}
.p-home_strength__wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.p-home_strength__deco {
  position: absolute;
  bottom: -8rem;
  right: 0;
  transform: translateY(50%);
  z-index: 10;
  color: #43AFEF;
  font-weight: 600;
  font-size: 8.6rem;
  font-family: "Poppins", sans-serif;
  line-height: 0.9;
}
.p-home_strength__cnt {
  width: 50%;
  padding-left: 8rem;
}
.p-home_strength__img {
  width: 50%;
  border-radius: 1rem;
}
.p-home_strength__desc {
  color: #fff;
  max-width: 517px;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-home_strength__desc p + p {
  margin-top: 1em;
}
.p-home_strength__btn {
  margin-top: 3rem;
}
.p-home_strength__img {
  overflow: hidden;
  position: relative;
}
.p-home_strength__img img {
  transition: 0.4s;
}
@media (max-width: 1399.9px) {
  .p-home_strength__desc {
    max-width: 85%;
  }
  .p-home_strength__cnt {
    padding-left: 0;
  }
}
@media (max-width: 991.9px) {
  .p-home_strength:before {
    width: 95%;
  }
  .p-home_strength__wrap {
    display: block;
  }
  .p-home_strength__cnt {
    width: 100%;
  }
  .p-home_strength__desc {
    max-width: 95%;
  }
  .p-home_strength__img {
    width: 95%;
    margin-top: 5rem;
  }
  .p-home_strength__img img {
    width: 100%;
  }
  .p-home_strength__deco {
    font-size: 6rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_strength__deco {
    font-size: 4rem;
  }
}
/*--------------------------------------------
  PRODUCTS
--------------------------------------------*/
.p-home_products {
  padding: 9rem 0 12.5rem;
}
.p-home_products__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-home_products__item {
  position: relative;
  width: calc((100% - 10rem) / 3);
}
.p-home_products__item:nth-child(n+4) {
  margin-top: 4rem;
}
.p-home_products__ttl {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.9em;
}
.p-home_products__btn {
  margin-top: 4rem;
}
.p-home_products__img {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
}
.p-home_products__img img {
  transition: 0.4s;
}
.p-home_products__link:hover .p-home_products__img img {
  transform: scale(1.1);
}
@media (max-width: 991.9px) {
  .p-home_products__item {
    width: 48%;
  }
  .p-home_products__item:nth-child(n+3) {
    margin-top: 4rem;
  }
}
/*--------------------------------------------
  EXAMPLE
--------------------------------------------*/
.p-home_example {
  padding: 8.5rem 0 21rem;
  position: relative;
}
.p-home_example:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 3rem 3rem 0 0;
  background: url(../../img/home/bg_example.png) no-repeat center/cover;
  z-index: -1;
}
.p-home_example__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-home_example__deco {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  right: 5vw;
  line-height: 0.75;
  z-index: 10;
  color: #fff;
  font-weight: 600;
  font-size: 7.6rem;
  font-family: "Poppins", sans-serif;
}
.p-home_example__img {
  width: 36.3%;
  position: absolute !important;
  top: -8.5rem;
  border-radius: 1rem;
}
.p-home_example__cnt {
  width: 63.7%;
  padding-left: 8rem;
  margin-left: auto;
}
.p-home_example__ttl {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.9em;
}
.p-home_example__btn {
  margin-top: 3rem;
}
@media (max-width: 991.9px) {
  .p-home_example {
    padding-bottom: 15rem;
  }
  .p-home_example__wrap {
    flex-direction: column-reverse;
  }
  .p-home_example__img {
    width: 100%;
    position: relative !important;
    top: inherit;
    width: 100%;
    text-align: center;
    margin-top: 5rem;
  }
  .p-home_example__cnt {
    width: 100%;
    padding-left: 0;
  }
  .p-home_example__deco {
    font-size: 6rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_example {
    padding-bottom: 10rem;
  }
  .p-home_example__deco {
    font-size: 4rem;
    transform: translateY(-100%);
  }
}
/*--------------------------------------------
  UNDERLINK
--------------------------------------------*/
.p-home_underlink {
  padding: 8rem 0 10rem;
  position: relative;
  top: -3rem;
}
.p-home_underlink:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #43AFEF;
  border-radius: 3rem 3rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.p-home_underlink__wrap {
  display: flex;
  justify-content: space-between;
}
.p-home_underlink__item {
  width: 50%;
  position: relative;
}
.p-home_underlink__item:nth-child(2) {
  padding-left: 4rem;
}
.p-home_underlink__itemSub:not(:first-child) {
  margin-top: 3rem;
}
.p-home_underlink__itemSub .p-home_underlink__ttl {
  bottom: 2.6rem;
}
.p-home_underlink__img {
  overflow: hidden;
}
.p-home_underlink__img img {
  transition: 0.4s;
}
.p-home_underlink__link {
  color: #fff;
  position: relative;
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.p-home_underlink__link:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-home_underlink__link:hover:before {
    opacity: 0.6;
  }
}
.p-home_underlink__ttl {
  line-height: 1;
  position: absolute;
  left: 3.2rem;
  bottom: 4.3rem;
}
.p-home_underlink__ttl .en {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 2.5rem;
  line-height: 0.8;
}
.p-home_underlink__ttl .en:before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  background: #43AFEF;
  border-radius: 50%;
  display: inline-block;
  margin-top: -5px;
  margin-right: 0.55em;
}
.p-home_underlink__ttl .jp {
  font-size: 3.6rem;
  font-weight: 700;
}
.p-home_underlink__arrow {
  position: absolute;
  fill: #fff;
  width: 3.2rem;
  height: 0.55rem;
  right: 2.5rem;
  bottom: 3.6rem;
}
@media (max-width: 991.9px) {
  .p-home_underlink__ttl .en {
    margin-bottom: 1em;
  }
  .p-home_underlink__ttl .jp {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_underlink__wrap {
    display: block;
  }
  .p-home_underlink__item {
    width: 100%;
  }
  .p-home_underlink__item:not(:first-child) {
    margin-top: 3rem;
    padding-left: 0;
  }
  .p-home_underlink__box {
    padding: 8rem 3rem;
    width: 85%;
  }
  .p-home_underlink__ttl .en {
    font-size: 3.6rem;
  }
  .p-home_underlink__img img {
    width: 100%;
  }
}
@media (max-width: 575.9px) {
  .p-home_underlink__ttl .en {
    font-size: 2.8rem;
  }
  .p-home_underlink__ttl .jp {
    font-size: 1.6rem;
  }
  .p-home_underlink__box {
    padding: 5rem 3rem;
  }
}

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

  404

============================================*/
/*-------------------------------
  404 > COMMON
-------------------------------*/
.p-404 {
  padding-bottom: 10rem !important;
}
.p-404__head {
  margin-bottom: 5rem;
  text-align: center;
}
.p-404__body {
  text-align: center;
}
.p-404__ttl {
  font-size: 3rem;
}
@media (max-width: 767.9px) {
  .p-404 {
    padding-bottom: 7.5rem !important;
  }
}
@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 {
  padding-bottom: 8rem;
}
.p-contact__lead {
  margin-bottom: 5rem;
  text-align: center;
}
.p-contact__lead a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .p-contact__lead a:hover {
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .p-contact {
    padding-top: 8rem !important;
  }
}
/*============================================

  PRODUCT

============================================*/
.p-products__term {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 4rem;
}
.p-products__term span {
  display: inline-block;
  padding-left: 2.4rem;
  position: relative;
}
.p-products__term span:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #43AFEF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 991.9px) {
  .p-products__term {
    font-size: 3rem;
    margin-bottom: 0.75em;
  }
}
@media (max-width: 767.9px) {
  .p-products__term {
    font-size: 2.6rem;
  }
}
@media (max-width: 575.9px) {
  .p-products__term {
    font-size: 2.2rem;
  }
}

.p-products_archive {
  padding: 8rem 0 10rem;
}
.p-products_archive__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-products_archive__item {
  position: relative;
  width: calc((100% - 10rem) / 3);
}
.p-products_archive__item:nth-child(n+4) {
  margin-top: 4rem;
}
.p-products_archive__ttl {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.9em;
}
.p-products_archive__btn {
  margin-top: 4rem;
}
.p-products_archive__img {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
}
.p-products_archive__img img {
  transition: 0.4s;
}
.p-products_archive__link:hover .p-products_archive__img img {
  transform: scale(1.1);
}
@media (max-width: 991.9px) {
  .p-products_archive__item {
    width: 48%;
  }
  .p-products_archive__item:nth-child(n+3) {
    margin-top: 4rem;
  }
}
@media (max-width: 767.9px) {
  .p-products_archive {
    padding-bottom: 8rem;
  }
}
.p-products_tax {
  padding: 8rem 0 8rem;
}
.p-products_tax__wrap {
  display: flex;
  flex-wrap: wrap;
}
.p-products_tax__item {
  position: relative;
  width: calc((100% - 10rem) / 3);
}
.p-products_tax__item:not(:nth-child(3n)) {
  margin-right: 5rem;
}
.p-products_tax__item:nth-child(n+4) {
  margin-top: 5rem;
}
.p-products_tax__img {
  border-radius: 2rem;
  overflow: hidden;
  background: #F5F7F6;
}
.p-products_tax__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1em;
}
.p-products_tax__desc {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.p-products_tax__btn {
  margin-top: 2.5rem;
  max-width: 18.8rem;
}
.p-products_tax__btn a {
  color: #43AFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 1px solid #43AFEF;
  border-radius: 5px;
  padding: 1.2em 0;
  line-height: 1;
}
@media (min-width: 992px) {
  .p-products_tax__btn a:hover {
    background: #43AFEF;
    color: #fff;
  }
  .p-products_tax__btn a:hover .icon {
    fill: #fff;
  }
}
.p-products_tax__btn .icon {
  fill: #43AFEF;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 1.2rem;
  transition: 0.4s;
}
.p-products_tax__img {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  background: #F5F7F6;
  padding: 2rem;
}
.p-products_tax__img .c-ofi {
  padding-top: 110%;
}
.p-products_tax__img img {
  transition: 0.4s;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}
.p-products_tax__link:hover .p-products_tax__img img {
  transform: scale(1.1);
}
@media (max-width: 991.9px) {
  .p-products_tax__item {
    width: calc((100% - 6rem) / 3);
  }
  .p-products_tax__item:not(:nth-child(3n)) {
    margin-right: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-products_tax {
    padding: 5rem 0 8rem;
  }
  .p-products_tax__wrap {
    justify-content: space-between;
  }
  .p-products_tax__item {
    width: 48%;
  }
  .p-products_tax__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-products_tax__item:nth-child(n+3) {
    margin-top: 5rem;
  }
  .p-products_tax__ttl {
    font-size: 1.6rem;
  }
}
.p-products_single {
  padding: 8rem 0 8rem;
}
.p-products_single__head {
  display: flex;
}
.p-products_single__img {
  width: 50%;
  padding-right: 5rem;
}
.p-products_single__img .box {
  border-radius: 2rem;
  background: #F5F7F6;
  padding: 2rem;
  overflow: hidden;
}
.p-products_single__img .c-ofi {
  padding-top: 110%;
}
.p-products_single__img img {
  transition: 0.4s;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: darken;
}
.p-products_single__info {
  width: 50%;
  padding-top: 2rem;
}
.p-products_single__ttl {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.p-products_single__desc {
  font-weight: 500;
}
.p-products_single__btns {
  margin-top: 3rem;
}
.p-products_single__btn {
  max-width: 620px;
}
.p-products_single__btn:not(:first-child) {
  margin-top: 2rem;
}
.p-products_single__btn a {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.2rem 0;
  width: 100%;
}
.p-products_single__btn a span {
  position: relative;
}
.p-products_single__btn a span:before {
  content: "";
  background: no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.p-products_single__btn.-contact a {
  background: #43AFEF;
  border: 1px solid #43AFEF;
}
.p-products_single__btn.-contact a span {
  padding-left: 3.8rem;
}
.p-products_single__btn.-contact a span:before {
  width: 2.5rem;
  height: 2.3rem;
  background-image: url(../../img/common/icon_memo.svg);
}
@media (min-width: 992px) {
  .p-products_single__btn.-contact a:hover {
    background: #fff;
    color: #43AFEF;
  }
  .p-products_single__btn.-contact a:hover span:before {
    background-image: url(../../img/common/icon_memo_blue.svg);
  }
}
.p-products_single__btn.-catalog a {
  background: #E60113;
  border: 1px solid #E60113;
}
.p-products_single__btn.-catalog a span {
  padding-left: 3.3rem;
}
.p-products_single__btn.-catalog a span:before {
  width: 2rem;
  height: 2.2rem;
  background-image: url(../../img/common/icon_download.svg);
}
@media (min-width: 992px) {
  .p-products_single__btn.-catalog a:hover {
    background: #fff;
    color: #E60113;
  }
  .p-products_single__btn.-catalog a:hover span:before {
    background-image: url(../../img/common/icon_download_red.svg);
  }
}
.p-products_single__btn.-catalog.-black a {
  background: #404040;
  border-color: #404040;
}
@media (min-width: 992px) {
  .p-products_single__btn.-catalog.-black a:hover {
    background: #fff;
    color: #404040;
  }
  .p-products_single__btn.-catalog.-black a:hover span:before {
    background-image: url(../../img/common/icon_download_black.svg);
  }
}
.p-products_single__foot {
  margin-top: 4rem;
  font-size: 1.4rem;
}
.p-products_single__tbl {
  margin-top: 8.5rem;
}
.p-products_single__tbl tr {
  border-bottom: 1px solid #B4B4B5;
}
.p-products_single__tbl tr:first-child {
  border-top: 1px solid #B4B4B5;
}
.p-products_single__tbl th {
  width: 16.5%;
  background: #F5F7F6;
  font-weight: 700;
  padding: 3rem 2rem 3rem 5.5rem;
  text-align: left;
  vertical-align: top;
  line-height: 2;
}
.p-products_single__tbl td {
  width: 83.5%;
  padding: 3rem 4rem;
  line-height: 2;
}
.p-products_single__movie {
  padding-top: 8rem;
}
.p-products_single__frame {
  padding-top: 59.62%;
  position: relative;
}
.p-products_single__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-products_single__back {
  margin-top: 4rem;
}
.p-products_single__back a {
  display: block;
  max-width: 206px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #404040;
}
@media (min-width: 992px) {
  .p-products_single__back a:hover {
    background: #404040;
    color: #fff;
  }
  .p-products_single__back a:hover .icon {
    fill: #fff;
  }
}
.p-products_single__back .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 0;
}
.p-products_single__back .icon {
  fill: #404040;
  width: 1.4rem;
  height: 1.4rem;
  transform: rotate(180deg);
  margin-right: 1.6rem;
  transition: 0.4s;
}
@media (max-width: 991.9px) {
  .p-products_single__img {
    padding-right: 3rem;
  }
  .p-products_single__ttl {
    font-size: 2.2rem;
  }
  .p-products_single__btn a {
    font-size: 1.6rem;
  }
  .p-products_single__tbl th {
    width: 20%;
    padding: 3rem 2rem;
  }
  .p-products_single__tbl td {
    width: 80%;
    padding: 3rem 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-products_single {
    padding: 5rem 0 8rem;
  }
  .p-products_single__head {
    display: block;
  }
  .p-products_single__img {
    width: 100%;
    padding-right: 0;
    margin-top: 3rem;
  }
  .p-products_single__info {
    width: 100%;
    padding-top: 0;
  }
  .p-products_single__btn {
    margin: 0 auto;
  }
}
@media (max-width: 575.9px) {
  .p-products_single__ttl {
    font-size: 2.2rem;
  }
  .p-products_single__tbl th, .p-products_single__tbl td {
    padding: 2rem 1rem;
  }
  .p-products_single__tbl th {
    width: 25%;
  }
  .p-products_single__tbl td {
    width: 75%;
  }
}

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

  COMPANY

============================================*/
/*-------------------------------
  COMPANY > COMMON
-------------------------------*/
.p-company_overview {
  padding-bottom: 10rem;
}
.p-company_overview__tbl tr {
  border-bottom: 1px solid #B4B4B5;
}
.p-company_overview__tbl th, .p-company_overview__tbl td {
  padding: 3rem 0;
}
.p-company_overview__tbl th {
  width: 13%;
  font-weight: 700;
}
.p-company_overview__tbl th .box {
  background: #404040;
  border-radius: 8px;
  padding: 1.3rem 0;
  color: #fff;
}
.p-company_overview__tbl td {
  width: 87%;
  padding-left: 6rem;
  font-weight: 500;
}
@media (max-width: 991.9px) {
  .p-company_overview__tbl th, .p-company_overview__tbl td {
    padding: 1em 0;
  }
  .p-company_overview__tbl th {
    width: 25%;
  }
  .p-company_overview__tbl th .box {
    padding: 1rem 0;
  }
  .p-company_overview__tbl td {
    width: 75%;
    padding-left: 1.5em;
  }
}
@media (max-width: 575.9px) {
  .p-company_overview__tbl th .box {
    border-radius: 5px;
  }
}

.p-company_access {
  padding-top: 8rem;
  padding-bottom: 12rem;
  position: relative;
}
.p-company_access:before {
  content: "";
  width: 74.25%;
  min-width: 1200px;
  height: 100%;
  border-radius: 0 3rem 3rem 0;
  background: #404040;
  position: absolute;
  left: 0;
  top: 0;
}
.p-company_access .c-inner {
  position: relative;
}
.p-company_access__deco {
  position: absolute;
  color: #43AFEF;
  font-size: 8.6rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  right: 5vw;
  bottom: -12rem;
  transform: translateY(50%);
  line-height: 0.8;
}
.p-company_access__wrap {
  display: flex;
  justify-content: space-between;
}
.p-company_access__item {
  width: calc((100% - 10rem) / 2);
}
.p-company_access__ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
.p-company_access__address {
  font-size: 1.5rem;
  color: #fff;
  margin-top: 0.5rem;
}
.p-company_access__map {
  border-radius: 2rem;
  overflow: hidden;
}
.p-company_access__frame {
  padding-top: 62%;
  position: relative;
}
.p-company_access__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199.9px) {
  .p-company_access:before {
    min-width: 95%;
  }
}
@media (max-width: 991.9px) {
  .p-company_access:before {
    min-width: auto;
    width: 100%;
  }
  .p-company_access__item {
    width: calc((100% - 5rem) / 2);
  }
  .p-company_access__ttl {
    font-size: 1.8rem;
  }
  .p-company_access__address {
    font-size: 1.4rem;
  }
  .p-company_access__deco {
    font-size: 6.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-company_access {
    padding-bottom: 8rem;
  }
  .p-company_access:before {
    width: 90%;
  }
  .p-company_access__wrap {
    display: block;
  }
  .p-company_access__item {
    width: 100%;
  }
  .p-company_access__item:not(:first-child) {
    margin-top: 5rem;
  }
  .p-company_access__deco {
    font-size: 5rem;
    bottom: -8rem;
  }
}
@media (max-width: 575.9px) {
  .p-company_access__ttl {
    font-size: 1.6rem;
  }
}

.p-company_history {
  padding: 10rem 0 10rem;
}
.p-company_history__item {
  display: flex;
  align-items: center;
}
.p-company_history__item:not(:first-child) {
  margin-top: 1.4em;
}
.p-company_history__year {
  color: #43AFEF;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  line-height: 0.85;
  min-width: 9rem;
  margin-right: 3.4rem;
  padding: 1rem 0;
}
.p-company_history__cnt {
  width: calc(100% - 12.4rem);
  padding-left: 2.5em;
  position: relative;
}
.p-company_history__cnt:before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #43AFEF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-company_history__cnt .ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.p-company_history__cnt p + p {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .p-company_history__year {
    font-size: 2.6rem;
    min-width: 7rem;
  }
  .p-company_history__cnt {
    width: calc(100% - 8rem);
  }
  .p-company_history__cnt .ttl {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media (max-width: 767.9px) {
  .p-company_history {
    padding: 8rem 0 13rem;
  }
  .p-company_history__cnt .ttl {
    font-size: 1.6rem;
  }
  .p-company_history__year {
    min-width: 8rem;
    margin-right: 0;
  }
}
@media (max-width: 575.9px) {
  .p-company_history__year {
    font-size: 2.2rem;
    min-width: 7rem;
  }
  .p-company_history__cnt {
    width: calc(100% - 7rem);
  }
}

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

  STRENGTH

============================================*/
.p-strength_head .c-ttl_sup__jp {
  line-height: 1.3888;
}
.p-strength_head__desc {
  text-align: center;
  line-height: 2.43;
  font-size: 1.4rem;
}
.p-strength_head__desc.-strong {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 1.25em;
}
.p-strength_head__icons {
  max-width: 1014px;
  margin: 3.5rem auto;
  display: flex;
  justify-content: space-between;
}
.p-strength_head__icon {
  text-align: center;
}
.p-strength_head__icon .txt {
  color: #43AFEF;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1rem;
}
@media (max-width: 991.9px) {
  .p-strength_head__icon {
    width: 31%;
  }
  .p-strength_head__icon .txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.9px) {
  .p-strength_head__desc {
    text-align: left;
  }
}
@media (max-width: 575.9px) {
  .p-strength_head__desc.-strong {
    font-size: 1.15em;
  }
  .p-strength_head__icon .txt {
    font-size: 1.4rem;
  }
}

.p-strength_product {
  position: relative;
  padding-top: 8rem;
}
.p-strength_product .c-inner {
  max-width: calc(1410px + 10vw);
  position: relative;
}
.p-strength_product .c-inner:before {
  content: "PRODUCT";
  color: #43AFEF;
  font-size: 8.6rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  position: absolute;
  bottom: -2.5rem;
  right: 5vw;
  font-weight: 600;
  transform: translateY(100%);
}
.p-strength_product__inner {
  padding-top: 4.8rem;
  padding-bottom: 8.8rem;
  position: relative;
}
.p-strength_product__inner:before {
  content: "";
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #404040;
  border-radius: 0 3rem 3rem 0;
}
.p-strength_product__wrap {
  display: flex;
  align-items: center;
}
.p-strength_product__ttl {
  width: 28%;
  padding-left: 8.5rem;
}
.p-strength_product__ttl .ttl {
  color: #fff;
  font-size: 4.6rem;
  font-size: 2.3vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em;
}
.p-strength_product__badge span {
  display: inline-block;
  color: #fff;
  background: #868686;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 5px 2rem;
}
.p-strength_product__badge:not(:first-child) {
  margin-top: 1rem;
}
.p-strength_product__imgs {
  width: 72%;
  display: flex;
  flex-wrap: wrap;
}
.p-strength_product__img {
  width: calc((100% - 4rem) / 3);
}
.p-strength_product__img:not(:nth-child(3n)) {
  margin-right: 2rem;
}
.p-strength_product__img:nth-child(n+4) {
  margin-top: 2rem;
}
@media (max-width: 1399.9px) {
  .p-strength_product__ttl .ttl {
    font-size: 2.6vw;
  }
}
@media (max-width: 1199.9px) {
  .p-strength_product__ttl {
    padding-left: 0;
  }
}
@media (max-width: 991.9px) {
  .p-strength_product__inner .c-inner:before {
    font-size: 6rem;
  }
  .p-strength_product__inner:before {
    width: 90%;
  }
  .p-strength_product__wrap {
    display: block;
  }
  .p-strength_product__ttl {
    width: 100%;
  }
  .p-strength_product__ttl .ttl {
    font-size: 3rem;
    margin-bottom: 1em;
  }
  .p-strength_product__badges {
    display: flex;
    flex-wrap: wrap;
  }
  .p-strength_product__badge {
    margin: 0 0.5rem 1rem;
  }
  .p-strength_product__badge:not(:first-child) {
    margin-top: 0;
  }
  .p-strength_product__imgs {
    width: 100%;
    margin-top: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-strength_product__ttl .ttl {
    font-size: 2.6rem;
  }
}
@media (max-width: 575.9px) {
  .p-strength_product {
    padding-top: 5rem;
  }
  .p-strength_product .c-inner:before {
    font-size: 5rem;
    bottom: -5.5rem;
  }
  .p-strength_product__ttl .ttl {
    font-size: 2.2rem;
  }
  .p-strength_product__imgs {
    justify-content: space-between;
  }
  .p-strength_product__img {
    width: 48%;
  }
  .p-strength_product__img:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-strength_product__img:nth-child(n+3) {
    margin-top: 2rem;
  }
}

.p-strength_intro {
  padding-top: 8rem;
  overflow: hidden;
}
.p-strength_intro .c-ttl_sup {
  margin-bottom: 2.5rem;
}
.p-strength_intro__catch {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.p-strength_intro__wrap {
  margin-top: 11.5rem;
}
.p-strength_intro__item {
  position: relative;
}
.p-strength_intro__item:before {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 3rem 3rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-strength_intro__item:nth-child(even) .p-strength_intro__inner {
  flex-direction: row-reverse;
}
.p-strength_intro__item:nth-child(1):before {
  background: #F2F4F3;
}
.p-strength_intro__item:nth-child(1) .p-strength_intro__cnt {
  padding-right: 0;
}
.p-strength_intro__item:nth-child(2):before {
  background: #EAEAEA;
  top: -2rem;
}
.p-strength_intro__item:nth-child(2) .p-strength_intro__inner {
  padding-top: 6rem;
}
.p-strength_intro__item:nth-child(2) .p-strength_intro__cnt {
  padding-left: 0;
}
.p-strength_intro__item:nth-child(3):before {
  background: #E2E2E2;
  top: -4rem;
}
.p-strength_intro__item:nth-child(3):after {
  content: "";
  width: 100%;
  height: 4rem;
  background: #E2E2E2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-strength_intro__item:nth-child(3) .p-strength_intro__inner {
  padding-top: 4rem;
}
.p-strength_intro__item:nth-child(3) .p-strength_intro__cnt {
  padding-right: 0;
}
.p-strength_intro__item:nth-child(3) .p-strength_intro__img {
  top: -15rem;
}
.p-strength_intro__inner {
  display: flex;
  padding-top: 8rem;
}
.p-strength_intro__img {
  width: 36.3%;
  position: relative;
  top: -16rem;
}
.p-strength_intro__cnt {
  width: 63.7%;
  padding: 0 8rem;
}
.p-strength_intro__ttl {
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 1em;
}
.p-strength_intro__lead {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.p-strength_intro__desc {
  font-size: 1.4rem;
  line-height: 1.86;
}
@media (max-width: 1199.9px) {
  .p-strength_intro__item:nth-child(2) .p-strength_intro__inner {
    padding-bottom: 8rem;
  }
  .p-strength_intro__item:nth-child(3) .p-strength_intro__inner {
    padding-bottom: 8rem;
  }
  .p-strength_intro__item:nth-child(3) .p-strength_intro__img {
    top: -12rem;
  }
  .p-strength_intro__ttl {
    font-size: 3.2rem;
  }
  .p-strength_intro__img {
    top: -12rem;
  }
}
@media (max-width: 991.9px) {
  .p-strength_intro__wrap {
    margin-top: 7rem;
  }
  .p-strength_intro__item:nth-child(even) .p-strength_intro__inner {
    flex-direction: column-reverse;
  }
  .p-strength_intro__item:nth-child(1) .p-strength_intro__inner {
    padding-bottom: 8rem;
  }
  .p-strength_intro__item:nth-child(2) .p-strength_intro__inner {
    padding-bottom: 10rem;
  }
  .p-strength_intro__item:nth-child(3) .p-strength_intro__img {
    top: 0;
  }
  .p-strength_intro__item:nth-child(3) .p-strength_intro__inner {
    padding-bottom: 12rem;
  }
  .p-strength_intro__inner {
    flex-direction: column-reverse;
  }
  .p-strength_intro__img {
    width: 100%;
    top: 0;
    text-align: center;
    margin-top: 3rem;
  }
  .p-strength_intro__cnt {
    width: 100%;
    padding: 0;
  }
  .p-strength_intro__ttl {
    font-size: 2.6rem;
  }
  .p-strength_intro__lead {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-strength_intro__wrap {
    margin-top: 4rem;
  }
  .p-strength_intro__catch {
    font-size: 1.8rem;
  }
  .p-strength_intro__inner {
    padding-top: 5rem;
  }
  .p-strength_intro__ttl {
    font-size: 2.4rem;
  }
  .p-strength_intro__lead {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-strength_intro__ttl {
    font-size: 2rem;
  }
}

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

  CATALOG

============================================*/
/*-------------------------------
  CATALOG > COMMON
-------------------------------*/
.p-catalog {
  padding-bottom: 10rem;
}
@media (max-width: 767.9px) {
  .p-catalog {
    padding-bottom: 8rem;
  }
}
.p-catalog_head {
  margin-bottom: 5rem;
}
.p-catalog_head__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-catalog_head__logo {
  margin-left: 5rem;
}
@media (max-width: 767.9px) {
  .p-catalog_head__wrap {
    display: block;
  }
  .p-catalog_head__logo {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.p-catalog_body {
  margin-top: 8rem;
}
.p-catalog_body__item:not(:first-child) {
  margin-top: 8rem;
}
.p-catalog_body__term {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
}
.p-catalog_body__term:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #43AFEF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-catalog_body__tbl thead {
  white-space: nowrap;
}
.p-catalog_body__tbl tr {
  border-bottom: 1px solid #B4B4B5;
}
.p-catalog_body__tbl tr:first-child {
  border-top: 1px solid #B4B4B5;
}
.p-catalog_body__tbl th, .p-catalog_body__tbl td {
  padding: 1em;
}
.p-catalog_body__tbl th:not(:last-child), .p-catalog_body__tbl td:not(:last-child) {
  border-right: 1px solid #B4B4B5;
}
.p-catalog_body__tbl th {
  background: #F5F7F6;
  font-weight: 700;
}
.p-catalog_body__tbl th:first-child {
  width: 60%;
}
.p-catalog_body__ttl {
  font-weight: 500;
}
.p-catalog_body__btn {
  text-align: center;
}
.p-catalog_body__btn a {
  border-radius: 5px;
  background: #43AFEF;
  border: 1px solid #43AFEF;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  padding: 1em 0;
  width: 20rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .p-catalog_body__btn a:hover {
    background: #fff;
    color: #43AFEF;
  }
  .p-catalog_body__btn a:hover span:before {
    background-image: url(../../img/common/icon_download_blue.svg);
  }
}
.p-catalog_body__btn span {
  display: inline-block;
  padding-left: 2em;
  position: relative;
}
.p-catalog_body__btn span:before {
  width: 1.25em;
  height: 1.375em;
  content: "";
  background: url(../../img/common/icon_download.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.p-catalog_body__btn.-black a {
  background: #404040;
  border-color: #404040;
}
@media (min-width: 992px) {
  .p-catalog_body__btn.-black a:hover {
    color: #404040;
    background: #fff;
  }
  .p-catalog_body__btn.-black a:hover span:before {
    background-image: url(../../img/common/icon_download_black.svg);
  }
}
@media (max-width: 991.9px) {
  .p-catalog_body__term {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .p-catalog_body {
    margin-top: 5rem;
  }
  .p-catalog_body__item:not(:first-child) {
    margin-top: 5rem;
  }
  .p-catalog_body__term {
    font-size: 2rem;
  }
  .p-catalog_body__tbl th:first-child {
    width: 70%;
  }
  .p-catalog_body__tbl th, .p-catalog_body__tbl td {
    padding: 0.8em 1em;
  }
  .p-catalog_body__tbl td.btn {
    white-space: nowrap;
  }
  .p-catalog_body__btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    padding: 0.6rem 1rem;
  }
  .p-catalog_body__btn span {
    padding-left: 1.6em;
  }
  .p-catalog_body__btn span:before {
    width: 1em;
    height: 1.2em;
  }
}
@media (max-width: 575.9px) {
  .p-catalog_body__tbl th:first-child {
    width: 80%;
  }
}

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

  PRIVACY POLICY

============================================*/
/*-------------------------------
  PRIVACY > COMMON
-------------------------------*/
.p-privacypolicy {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.p-privacypolicy__head {
  font-weight: 500;
}
.p-privacypolicy__body {
  margin-top: 5rem;
}
.p-privacypolicy__item:not(:first-child) {
  margin-top: 6rem;
}
.p-privacypolicy__item > dt {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
}
.p-privacypolicy__item > dt:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #43AFEF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-privacypolicy__item a {
  text-decoration: underline;
  color: #43AFEF;
}
@media (min-width: 992px) {
  .p-privacypolicy__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.p-privacypolicy__list {
  padding-left: 1.5em;
  font-weight: 500;
}
.p-privacypolicy__list > li {
  list-style-type: disc;
}
.p-privacypolicy__list > li:not(:first-child) {
  margin-top: 0.25em;
}
.p-privacypolicy__box {
  padding: 2em;
  background: #f6f6f6;
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .p-privacypolicy__item > dt {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .p-privacypolicy {
    padding-top: 4rem;
  }
  .p-privacypolicy__item dt {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-privacypolicy__item > dt {
    font-size: 1.8rem;
  }
}

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

  CONTACT

============================================*/
.p-contact {
  padding-bottom: 8rem;
}
.p-contact__lead {
  margin-bottom: 5rem;
  text-align: center;
}
.p-contact__lead a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .p-contact__lead a:hover {
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .p-contact {
    padding-top: 8rem !important;
  }
}
/*============================================

  FAQ

============================================*/
.p-faq {
  padding-bottom: 10rem;
}
@media (max-width: 767.9px) {
  .p-faq {
    padding-bottom: 8rem;
  }
}

.p-faq_body {
  padding-top: 8rem;
}
.p-faq_body dt + dd {
  display: none;
}
.p-faq_body__item:not(:first-child) {
  margin-top: 8rem;
}
.p-faq_body__cat {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
}
.p-faq_body__cat:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #43AFEF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-faq_body__icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.7rem;
}
.p-faq_body__cntItem {
  border: 1px solid #404040;
  border-radius: 5px;
}
.p-faq_body__cntItem:not(:first-child) {
  margin-top: 3rem;
}
.p-faq_body__cntItem:first-child dt + dd {
  display: block;
}
.p-faq_body__q {
  background: #404040;
  color: #fff;
  font-size: 2rem;
  padding: 1.35rem 2em 1.35rem 1.8rem;
  position: relative;
  cursor: pointer;
  border: 1px solid #212121;
  font-weight: 500;
}
.p-faq_body__q .inner {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.p-faq_body__q:before, .p-faq_body__q:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 1em;
  background: #ffffff;
  transition: 0.4s;
}
.p-faq_body__q:after {
  transform: rotate(90deg);
}
.p-faq_body__q.is-open:after {
  transform: rotate(0);
}
.p-faq_body__a {
  padding: 1.35rem 1.8rem;
}
@media (max-width: 991.9px) {
  .p-faq_body__cat {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .p-faq_body__cat {
    font-size: 2rem;
  }
  .p-faq_body__q {
    font-size: 1.8rem;
    padding-right: 2.5em;
  }
}
@media (max-width: 575.9px) {
  .p-faq_body__q {
    font-size: 1.6rem;
  }
  .p-faq_body__q:before, .p-faq_body__q:after {
    height: 2px;
    width: 0.85em;
  }
}

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

  CASE

============================================*/
/*-------------------------------
  RECRUIT > CASE
-------------------------------*/
.p-case {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media (max-width: 767.9px) {
  .p-case {
    padding-bottom: 8rem;
  }
}

.p-case_tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 8rem;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.p-case_tab__item a {
  display: inline-flex;
  font-weight: 700;
  padding: 0 1.5em;
  font-weight: 700;
  border: 2px solid #212121;
}
@media (min-width: 992px) {
  .p-case_tab__item a:hover {
    background: #212121;
    color: #fff;
  }
}
.p-case_tab__item.-active a {
  background: #212121;
  color: #fff;
}
@media (max-width: 991.9px) {
  .p-case_tab {
    margin-bottom: 5rem;
  }
}

.p-case_single__head {
  border-bottom: 1px solid #212121;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
.p-case_single__info {
  display: flex;
  margin-bottom: 2rem;
  margin-bottom: 1rem;
}
.p-case_single__date {
  font-weight: 500;
  margin-right: 1em;
}
.p-case_single__cat {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #1a1a1a;
  line-height: 1;
  padding: 0.3em 0.5em 0.1em;
  font-weight: 700;
}
.p-case_single__ttl {
  font-size: 3rem;
}
.p-case_single__btn {
  margin-top: 5rem;
}
@media (max-width: 991.9px) {
  .p-case_single__ttl {
    font-size: 2.6rem;
  }
}
@media (max-width: 767.9px) {
  .p-case_single__ttl {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .p-case_single__ttl {
    font-size: 1.8rem;
  }
}

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

  ESD/SDGs

============================================*/
/*-------------------------------
  ESD/SDGs > COMMON
-------------------------------*/
.p-esg-sdgs {
  overflow: hidden;
}
.p-esg-sdgs_head {
  padding-bottom: 10rem;
}
.p-esg-sdgs_head__wrap {
  display: flex;
  justify-content: space-between;
}
.p-esg-sdgs_head__item {
  width: calc((100% - 8rem) / 2);
}
.p-esg-sdgs_head__img {
  margin-bottom: 4rem;
  text-align: center;
}
.p-esg-sdgs_head__ttl {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
@media (max-width: 991.9px) {
  .p-esg-sdgs_head {
    padding-bottom: 4.5em;
  }
  .p-esg-sdgs_head__item {
    width: calc((100% - 4rem) / 2);
  }
}
@media (max-width: 767.9px) {
  .p-esg-sdgs_head__wrap {
    display: block;
  }
  .p-esg-sdgs_head__item {
    width: 100%;
  }
  .p-esg-sdgs_head__item:not(:first-child) {
    margin-top: 5rem;
  }
  .p-esg-sdgs_head__item:nth-child(1) .p-esd-sdgs_about__img {
    margin-bottom: 0;
  }
  .p-esg-sdgs_head__img {
    margin-bottom: 3rem;
  }
  .p-esg-sdgs_head__ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.p-esg-sdgs_body {
  padding: 10rem 0;
  background: #f0f0f0;
}
.p-esg-sdgs_body__inner {
  background: #fff;
  padding: 10rem;
}
.p-esg-sdgs_body__item:not(:first-child) {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #dddddd;
}
.p-esg-sdgs_body__ttl {
  line-height: 1;
  padding: 2rem 3rem;
  background: #43AFEF;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4rem;
}
.p-esg-sdgs_body__ttl .en {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  line-height: 0.9;
}
.p-esg-sdgs_body__ttl .jp {
  padding-left: 2em;
  position: relative;
  font-size: 3.4rem;
  margin-left: 1em;
}
.p-esg-sdgs_body__ttl .jp:before {
  content: "";
  height: 1px;
  width: 1em;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.p-esg-sdgs_body__lead {
  text-align: center;
}
.p-esg-sdgs_body__attempt {
  margin-top: 5rem;
}
.p-esg-sdgs_body__attemptWrap {
  display: flex;
}
.p-esg-sdgs_body__attemptTtl {
  font-size: 2.8rem;
  margin-bottom: 0.5em;
}
.p-esg-sdgs_body__attemptCnt {
  width: 40%;
}
.p-esg-sdgs_body__attemptList {
  font-size: 1.8rem;
}
.p-esg-sdgs_body__attemptList li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-esg-sdgs_body__imgs {
  padding-left: 4rem;
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.p-esg-sdgs_body__img {
  width: 48%;
}
.p-esg-sdgs_body__img img {
  width: 100%;
}
.p-esg-sdgs_body__goal {
  margin-top: 5rem;
  display: flex;
}
.p-esg-sdgs_body__goalItem:not(:first-child) {
  margin-top: 3rem;
}
.p-esg-sdgs_body__goalIcons {
  display: flex;
}
.p-esg-sdgs_body__goalIcon:not(:first-child) {
  margin-left: 1rem;
}
.p-esg-sdgs_body__goalIcon img {
  max-width: 150px;
}
.p-esg-sdgs_body__goalTxts {
  margin-left: 2rem;
}
.p-esg-sdgs_body__goalTxt {
  font-size: 1.8rem;
}
.p-esg-sdgs_body__goalTxt:not(:first-child) {
  margin-top: 0.3em;
}
@media (max-width: 1199.9px) {
  .p-esg-sdgs_body__goal {
    display: block;
  }
  .p-esg-sdgs_body__goalTxts {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 991.9px) {
  .p-esg-sdgs_body {
    padding: 4.5em 0;
  }
  .p-esg-sdgs_body__inner {
    padding: 4.5em;
  }
  .p-esg-sdgs_body__ttl .en {
    font-size: 3rem;
  }
  .p-esg-sdgs_body__ttl .jp {
    font-size: 2.6rem;
  }
  .p-esg-sdgs_body__lead {
    text-align: left;
  }
  .p-esg-sdgs_body__attempt {
    margin-top: 3rem;
  }
  .p-esg-sdgs_body__attemptWrap {
    display: block;
  }
  .p-esg-sdgs_body__attemptCnt {
    width: 100%;
  }
  .p-esg-sdgs_body__attemptTtl {
    font-size: 2.4rem;
  }
  .p-esg-sdgs_body__attemptList {
    font-size: 1.6rem;
  }
  .p-esg-sdgs_body__imgs {
    padding-left: 0;
    width: 100%;
    margin-top: 2rem;
  }
  .p-esg-sdgs_body__goalTxt {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.9px) {
  .p-esg-sdgs_body__inner {
    padding: 2.5em;
  }
  .p-esg-sdgs_body__ttl {
    padding: 2rem;
    margin-bottom: 2.5rem;
  }
  .p-esg-sdgs_body__ttl .en {
    font-size: 2.6rem;
  }
  .p-esg-sdgs_body__ttl .jp {
    font-size: 2.2rem;
  }
  .p-esg-sdgs_body__attempt {
    margin-top: 2rem;
  }
  .p-esg-sdgs_body__attemptTtl {
    font-size: 2rem;
  }
  .p-esg-sdgs_body__goalIcon img {
    max-width: 100px;
  }
}
@media (max-width: 575.9px) {
  .p-esg-sdgs_body__inner {
    padding: 3rem;
  }
  .p-esg-sdgs_body__ttl {
    display: block;
  }
  .p-esg-sdgs_body__ttl .jp {
    margin-left: 0;
    margin-top: 0.25em;
    font-size: 2rem;
    padding-left: 1.5em;
  }
  .p-esg-sdgs_body__imgs {
    display: block;
  }
  .p-esg-sdgs_body__img {
    width: 100%;
  }
  .p-esg-sdgs_body__img:not(:first-child) {
    margin-left: 0;
    margin-top: 1rem;
  }
  .p-esg-sdgs_body__goalIcon {
    width: 32%;
  }
  .p-esg-sdgs_body__goalIcon:not(:first-child) {
    margin-left: 2%;
  }
  .p-esg-sdgs_body__goalIcon img {
    max-width: 100%;
  }
}

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

  KV

============================================*/
/*-------------------------------
  KV > TOP
-------------------------------*/
/*-------------------------------
  KV > UNDER
-------------------------------*/
.p-kv_under {
  background: no-repeat center/cover;
  border-radius: 0 0 3rem 3rem;
}
.p-kv_under.-strength {
  background-image: url(../../img/strength/img_kv.png);
}
.p-kv_under.-company {
  background-image: url(../../img/company/img_kv.png);
}
.p-kv_under.-products {
  background-image: url(../../img/products/img_kv.png);
}
.p-kv_under__ttl {
  padding-top: 20rem;
  padding-bottom: 14rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.p-kv_under__ttl .en {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 0.9;
  position: relative;
  padding-left: 2.2rem;
  display: inline-block;
}
.p-kv_under__ttl .en:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #43AFEF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-kv_under__ttl .jp {
  font-size: 4.6rem;
  font-weight: 700;
  margin-top: 2rem;
}
@media (max-width: 991.9px) {
  .p-kv_under__ttl {
    padding-top: 12rem;
    padding-bottom: 10rem;
  }
  .p-kv_under__ttl .jp {
    font-size: 3rem;
    margin-top: 0.5em;
  }
}
@media (max-width: 767.9px) {
  .p-kv_under {
    border-radius: 0 0 2rem 2rem;
  }
  .p-kv_under__ttl {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .p-kv_under__ttl .jp {
    font-size: 2.6rem;
  }
}
/*--------------------------------------------
  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;
  }
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

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

.u-main {
  color: #43AFEF;
}

.u-sub {
  color: #404040;
}

.u-point {
  color: #E60113;
}

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

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

.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 p + p {
  margin-top: 1em;
}
.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: #43AFEF;
}
.wp-editor h3 {
  color: #43AFEF;
  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: #43AFEF;
  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;
  }
}

/*-------------------------------
  WP > PAGINATION(ORIGINAL)
-------------------------------*/
.wp-pager {
  margin-top: 8rem;
}
.wp-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pager__item {
  display: inline-block;
  text-align: center;
  margin: 0 0.5rem;
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  text-align: center;
}
.wp-pager__item > a,
.wp-pager__item > span {
  display: block;
  background: #fff;
  color: #43AFEF;
  border: 1px solid #43AFEF;
}
.wp-pager__item > a.current,
.wp-pager__item > span.current {
  color: #fff;
  background: #43AFEF;
}
@media (min-width: 992px) {
  .wp-pager__item > a:hover {
    background: #43AFEF;
    color: #fff;
  }
}
.wp-pager__item.-current > a,
.wp-pager__item.-current > span {
  color: #fff;
  background: #43AFEF;
}
.wp-pager__item.-extend {
  margin: 0;
  display: none;
}
.wp-pager__item.-extend > a,
.wp-pager__item.-extend > span {
  color: #43AFEF;
  border: none;
}
.wp-pager__item.-last {
  display: none;
}
.wp-pager__item.-last > a:before {
  content: "";
  display: inline-block;
  transform: scale(0.75);
  width: 20px;
  height: 15px;
  background: url(../img/common/icon_pager.svg) no-repeat center/contain;
}
@media (max-width: 575.9px) {
  .wp-pager__item.-extend {
    display: none;
  }
}
/*--------------------------------------------
  WPForms
--------------------------------------------*/
.wpforms-container {
  border-top: 1px solid #dddddd;
}
.wpforms-container .wpforms-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 4rem 0 !important;
}
.wpforms-container .wpforms-field.wpforms-field-checkbox.privacy {
  justify-content: center;
  width: 100%;
}
.wpforms-container .wpforms-field.wpforms-field-checkbox.privacy ul {
  justify-content: center;
  margin-top: 1em;
}
.wpforms-container .wpforms-field.wpforms-field-checkbox.privacy .wpforms-field-label {
  width: 100%;
}
.wpforms-container .wpforms-field.wpforms-field-checkbox.privacy input[type=checkbox] {
  padding: 0 !important;
}
.wpforms-container .wpforms-field.wpforms-field-checkbox.privacy input[type=checkbox]:before {
  width: 1.2em !important;
  height: 1.2em !important;
  border-radius: 0 !important;
}
.wpforms-container .wpforms-field:not(:first-child) {
  border-top: 1px solid #dddddd;
}
.wpforms-container .wpforms-field-label {
  width: 25%;
  margin-bottom: 0 !important;
  font-weight: 500 !important;
}
.wpforms-container input[type=text],
.wpforms-container textarea {
  border-radius: 0 !important;
  border-color: #b7b7b7 !important;
  padding: 0.85em !important;
  line-height: 1.3 !important;
}
.wpforms-container input[type=text].wpforms-field-medium,
.wpforms-container textarea.wpforms-field-medium {
  max-width: 65% !important;
}
.wpforms-container textarea {
  height: 10em !important;
}
@media (max-width: 991.9px) {
  .wpforms-container input[type=text].wpforms-field-medium,
  .wpforms-container textarea.wpforms-field-medium {
    max-width: 75% !important;
  }
}
@media (max-width: 767.9px) {
  .wpforms-container .wpforms-field {
    display: block;
    padding: 3rem 0 !important;
  }
  .wpforms-container .wpforms-field.wpforms-field-checkbox.privacy {
    text-align: center;
  }
  .wpforms-container .wpforms-field-label {
    width: 100%;
    margin-bottom: 1em !important;
  }
  .wpforms-container input[type=text].wpforms-field-medium,
  .wpforms-container textarea.wpforms-field-medium {
    max-width: 100% !important;
  }
}
.wpforms-submit-container {
  text-align: center;
}
.wpforms-submit-container .wpforms-submit {
  width: 25rem;
  background: #263994 !important;
  border-radius: 0 !important;
  height: auto !important;
  padding: 1em !important;
  transition: 0.4s;
}
.wpforms-submit-container .wpforms-submit:hover {
  background: #43AFEF !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full {
  background: #fff2d5 !important;
  border: none !important;
  text-align: center;
  padding: 3em !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full .c-form__button {
  margin-top: 3rem !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full .c-btn {
  border-radius: 3rem !important;
  border: 1px solid #092340 !important;
  background: #fff !important;
  color: #092340 !important;
  max-width: 25.3rem !important;
  padding: 2rem 0 !important;
  width: 100% !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full .c-btn:hover {
  background: #fff !important;
  color: #092340 !important;
}
div.wpforms-container-full .wpforms-confirmation-container-full .c-btn__icon {
  width: 3.2rem !important;
  height: 0.55rem !important;
  margin-left: 0.5rem !important;
}/*# sourceMappingURL=style.css.map */