@charset "UTF-8";
/*--------------------------------------------
  Foundation
--------------------------------------------*/
/*--------------------------------------------
  value
--------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?fsx2ee");
  src: url("../fonts/icomoon.eot?fsx2ee#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fsx2ee") format("truetype"), url("../fonts/icomoon.woff?fsx2ee") format("woff"), url("../fonts/icomoon.svg?fsx2ee#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*--------------------------------------------
  media query
--------------------------------------------*/
/*--------------------------------------------
  transition
--------------------------------------------*/
/*--------------------------------------------
  hover image
--------------------------------------------*/
/*--------------------------------------------
  hover opacity
--------------------------------------------*/
/*--------------------------------------------
  slick slider dot nav
--------------------------------------------*/
/*--------------------------------------------
  icon
--------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

img {
  vertical-align: top;
}

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

del {
  text-decoration: line-through;
}

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

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

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

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

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

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

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

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #222222;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  padding-top: 7.6875em;
}
@media (max-width: 991.9px) {
  body {
    font-size: 1.4rem;
    padding-top: 4.906em;
  }
}
@media (max-width: 767.9px) {
  body {
    padding-top: 4.28489em;
  }
}
@media (max-width: 575.9px) {
  body {
    padding-top: 4.1337em;
  }
}

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

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

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

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

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

/*!------------------------------------*\
    slideout
\*!------------------------------------*/
@media (max-width: 991.9px) {
  .slideout-open,
  .slideout-open body {
    overflow: hidden;
  }
  .slideout-menu {
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #F5FBFF;
    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: #0061AF;
  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 {
  padding: 4.2rem 0 2rem;
  background: #F5FBFF;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  max-width: calc(1200px + 10vw);
  padding-left: 5vw;
  padding-right: 5vw;
  margin: 0 auto;
}
.l-footer__address {
  margin-top: 2.5rem;
}
.l-footer__bnrs {
  margin-top: 1.5rem;
}
.l-footer__bnr:not(:first-child) {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .l-footer__bnr a:hover {
    opacity: 0.7;
  }
}
.l-footer__privacy {
  margin-top: 1rem;
}
.l-footer__privacy a {
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
}
.l-footer__privacy a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: scale(0);
  transform-origin: left;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .l-footer__privacy a:hover:before {
    transform: scale(1);
  }
}
.l-footer__navi {
  display: flex;
}
.l-footer__menu:not(:first-child) {
  margin-left: 3rem;
}
.l-footer__menu > li:not(:first-child) {
  margin-top: 3rem;
}
.l-footer__menu > li .sm {
  font-size: 1.1rem;
  font-weight: 400;
  display: block;
  margin-top: 0.3rem;
}
.l-footer__navItem {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.l-footer__navItem:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: scale(0);
  transform-origin: left;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .l-footer__navItem:hover:before {
    transform: scale(1);
  }
}
.l-footer__submenu {
  margin-top: 2rem;
}
.l-footer__submenu > li:not(:first-child) {
  margin-top: 2rem;
}
.l-footer__submenu a {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  position: relative;
}
.l-footer__submenu a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: scale(0);
  transform-origin: left;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .l-footer__submenu a:hover:before {
    transform: scale(1);
  }
}
.l-footer__sns {
  margin-top: 4.5rem;
  display: flex;
  justify-content: flex-end;
}
.l-footer__sns a {
  display: inline-block;
  margin-right: 14rem;
}
@media (min-width: 992px) {
  .l-footer__sns a:hover {
    opacity: 0.7;
  }
}
.l-footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 6.5rem;
}
@media (max-width: 1199.9px) {
  .l-footer__menu:not(:first-child) {
    margin-left: 1rem;
  }
  .l-footer__logo img {
    max-width: 300px;
  }
}
/*--------------------------------------------
  header main
--------------------------------------------*/
.l-header {
  background: #fff;
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.l-header.is-act {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 3vw 2rem;
}
@media (min-width: 992px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__hamburger {
  width: 5rem;
  height: 5rem;
  background: none;
  z-index: 115;
  padding: 1em;
}
.l-header__hamburger span {
  position: absolute;
  width: 60%;
  height: 2px;
  background: rgb(0, 97, 175);
  background: linear-gradient(90deg, rgb(0, 97, 175) 0%, rgb(16, 147, 148) 100%);
  left: 20%;
  top: calc(50% - 1px);
  transition: all 0.4s;
}
.l-header__hamburger span:before, .l-header__hamburger span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  background: rgb(0, 97, 175);
  background: linear-gradient(90deg, rgb(0, 97, 175) 0%, rgb(16, 147, 148) 100%);
  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);
}
@media (max-width: 991.9px) {
  .l-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
  }
}
@media (max-width: 767.9px) {
  .l-header__logo {
    width: 50%;
  }
  .l-header__hamburger {
    width: 4rem;
    height: 4rem;
  }
}
/*--------------------------------------------
  inertia box
--------------------------------------------*/
/*--------------------------------------------
  content main
--------------------------------------------*/
.l-content.-under {
  padding-top: 9rem;
}
@media (max-width: 991.9px) {
  .l-content.-under {
    padding-top: 4.5em;
  }
}

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

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

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

/*--------------------------------------------
  breadcrumb ol
--------------------------------------------*/
.l-breadcrumb_list {
  display: flex;
  align-items: center;
}
.l-breadcrumb_list__item {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
}
.l-breadcrumb_list__item + *::before {
  content: "";
  width: 7px;
  height: 8px;
  border-top: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  margin-right: 0.5em;
  transform: rotate(45deg);
}
.l-breadcrumb_list__item > a {
  display: block;
  text-decoration: none;
}
.l-breadcrumb_list__item > a:hover {
  text-decoration: underline;
}
.l-breadcrumb_list__item:not(:first-child) {
  margin-left: 0.5em;
}
.l-breadcrumb_list__item:first-child > a {
  color: #a8a8a8;
}
.l-breadcrumb_list__item:last-child > a {
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 991.9px) {
  .l-breadcrumb_list__item {
    font-size: 1.4rem;
  }
}
/*--------------------------------------------
  side bar nav
--------------------------------------------*/
.l-sidebar {
  width: 20%;
  padding-left: 6rem;
}
.l-sidebar__box {
  line-height: 1;
}
.l-sidebar__box + .l-sidebar__box {
  margin-top: 4.6rem;
}
.l-sidebar__box.-mortor .l-sidebar__txt {
  padding-right: 0.5em;
}
.l-sidebar__box.-mortor .l-sidebar__txt .jp {
  line-height: 1.4;
}
.l-sidebar__box.-mortor .l-sidebar__link {
  padding: 2.2rem 0;
}
.l-sidebar__head {
  background: #666666;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 2rem 0;
}
.l-sidebar__item {
  border-bottom: 1px solid #ccc;
}
.l-sidebar__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
}
.l-sidebar__link svg {
  fill: #888888;
  width: 10px;
  height: 6px;
  transform: rotate(-90deg);
}
.l-sidebar__txt {
  font-weight: bold;
}
.l-sidebar__txt span {
  display: block;
  line-height: 1;
}
.l-sidebar__txt .en {
  font-family: "Poppins", 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: #0061AF;
  }
}

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

  GLOBAL NAVIGATION

============================================*/
.l-gnavi__btns {
  display: flex;
}
.l-gnavi__btn:not(:first-child) {
  margin-left: 1.4rem;
}
.l-gnavi__btn a {
  border-radius: 2.2rem;
  display: block;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.l-gnavi__btn .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
}
.l-gnavi__btn .txt {
  margin-right: 1rem;
  display: block;
}
.l-gnavi__btn.-blue a {
  background: #D6E9F4;
  width: 17rem;
  padding: 1.25rem 0;
  border: 1px solid #D6E9F4;
}
@media (min-width: 992px) {
  .l-gnavi__btn.-blue a:hover {
    border-color: #222222;
    color: #222222;
    background: #fff;
  }
}
.l-gnavi__btn.-blue .arrow {
  fill: #222222;
}
.l-gnavi__btn.-grad a {
  color: #fff;
  background: rgb(0, 97, 175);
  background: linear-gradient(90deg, rgb(0, 97, 175) 0%, rgb(16, 147, 148) 100%);
  width: 16.5rem;
  padding: 1.25rem 0;
}
.l-gnavi__btn.-grad a:before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  background: #fff;
  opacity: 0;
  border-radius: 3.8rem;
  transition: 0.4s;
}
.l-gnavi__btn.-grad a .txt {
  position: relative;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .l-gnavi__btn.-grad a:hover .txt {
    background: linear-gradient(90deg, #0061AF 0%, #109394 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .l-gnavi__btn.-grad a:hover:before {
    opacity: 1;
  }
  .l-gnavi__btn.-grad a:hover .arrow {
    fill: #109394;
  }
}
.l-gnavi__btn.-grad .arrow {
  fill: #fff;
}
.l-gnavi__btn.-white a {
  border: 1px solid #109394;
  color: #109394;
  width: 22.8rem;
  padding: 0.5rem 0 0.3rem;
  background: #fff;
}
.l-gnavi__btn.-white a .en {
  font-size: 1rem;
  display: block;
  margin-top: 0.4rem;
}
@media (min-width: 992px) {
  .l-gnavi__btn.-white a:hover {
    color: #ffffff;
    background: #109394;
  }
  .l-gnavi__btn.-white a:hover .arrow {
    fill: #fff;
  }
}
.l-gnavi__btn.-white .arrow {
  fill: #109394;
}
.l-gnavi__menu {
  display: flex;
  align-items: center;
  margin-top: 1.7rem;
  justify-content: flex-end;
}
.l-gnavi__menu + .l-gnavi__menu {
  margin-top: 1rem;
}
.l-gnavi__list {
  display: flex;
  align-items: center;
}
.l-gnavi__item:not(:first-child) {
  margin-left: 4rem;
}
.l-gnavi__link {
  line-height: 1;
  font-weight: 700;
  display: block;
  position: relative;
}
.l-gnavi__link:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: scale(0);
  transform-origin: left;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .l-gnavi__link:hover:before {
    transform: scale(1);
  }
}
.l-gnavi__sns {
  margin-left: 3.4rem;
  width: 2.8rem;
  height: 2.8rem;
}
@media (min-width: 992px) {
  .l-gnavi__sns a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .l-gnavi__wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .l-gnavi__menu {
    display: block;
  }
  .l-gnavi__menu.-main {
    order: 1;
  }
  .l-gnavi__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-gnavi__item {
    width: 49%;
  }
  .l-gnavi__item:not(:first-child) {
    margin-left: 0;
    margin-top: 1rem;
  }
  .l-gnavi__link {
    background: #fff;
    border-radius: 3rem;
    text-align: center;
    display: block;
    padding: 1em;
  }
  .l-gnavi__btns {
    justify-content: center;
    margin-top: 3rem;
  }
  .l-gnavi__sns {
    margin: 2rem auto 0;
  }
}
@media (max-width: 767.9px) {
  .l-gnavi__btns {
    flex-direction: column;
    align-items: center;
  }
  .l-gnavi__btn {
    width: 100%;
  }
  .l-gnavi__btn:not(:first-child) {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .l-gnavi__btn a {
    width: 60% !important;
    margin-right: auto;
    margin-left: auto;
  }
}

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

  MEGAMENU

============================================*/
.l-megamenu {
  z-index: 100;
  display: none;
}
.l-megamenu.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-megamenu__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-megamenu__box {
  background: rgba(118, 204, 45, 0.8);
  display: inline-block;
  padding: 3rem 4.5rem;
  border-radius: 1rem;
  color: #fff;
}
.l-megamenu__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 3rem;
}
.l-megamenu__listWrap {
  display: flex;
}
.l-megamenu__list:not(:first-child) {
  margin-left: 4.5rem;
}
.l-megamenu__item:not(:first-child) {
  margin-top: 2.5rem;
}
.l-megamenu__item a {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  display: block;
}
@media (min-width: 992px) {
  .l-megamenu__item a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 992px) {
  .l-megamenu {
    position: fixed;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 991.9px) {
  .l-megamenu__box {
    border-radius: 5px;
    display: block;
    background: #0061AF;
    width: 100%;
    margin-top: 1rem;
    padding: 2rem;
  }
  .l-megamenu__listWrap {
    justify-content: space-between;
  }
  .l-megamenu__list {
    width: 49%;
  }
  .l-megamenu__list:not(:first-child) {
    margin-left: 0;
  }
  .l-megamenu__item a {
    color: #0061AF;
    background: #fff;
    padding: 1em;
    border-radius: 5px;
    line-height: 1.4;
  }
  .l-megamenu__item:not(:first-child) {
    margin-top: 1rem;
  }
}

/*--------------------------------------------
  Object
--------------------------------------------*/
/*--------------------------------------------
  animation
--------------------------------------------*/
@media (min-width: 992px) {
  .c-animation.-opacity {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: translateX(10%);
  }
  .c-animation.-opacity.scrolled {
    opacity: 1;
    transform: translateX(0%);
  }
  .c-animation.-fadeUp {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    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.-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: #0061AF;
    z-index: 10;
    transform: skewX(-25deg);
    transition: all 0.4s ease-in-out;
  }
  .c-animation.-box.-white:before {
    background: #fff;
  }
  .c-animation.-box.scrolled:before {
    width: 0;
  }
  .c-animation.-scroll {
    opacity: 0;
    transform: translateY(4rem);
    transition: all 0.7s linear;
  }
  .c-animation.-scroll.scrolled {
    opacity: 1;
    transform: translateY(0);
  }
  .c-animation.-scale {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: scale(0);
  }
  .c-animation.-scale.scrolled {
    opacity: 1;
    transform: scale(1);
  }
  .c-animation.-delay100, .c-animation.-delay100:before, .c-animation.-delay100:after {
    transition-delay: 0.1s !important;
  }
  .c-animation.-delay200, .c-animation.-delay200:before, .c-animation.-delay200:after {
    transition-delay: 0.2s !important;
  }
  .c-animation.-delay250, .c-animation.-delay250:before, .c-animation.-delay250:after {
    transition-delay: 0.25s !important;
  }
  .c-animation.-delay300, .c-animation.-delay300:before, .c-animation.-delay300:after {
    transition-delay: 0.3s !important;
  }
  .c-animation.-delay350, .c-animation.-delay350:before, .c-animation.-delay350:after {
    transition-delay: 0.35s !important;
  }
  .c-animation.-delay400, .c-animation.-delay400:before, .c-animation.-delay400:after {
    transition-delay: 0.4s !important;
  }
  .c-animation.-delay450, .c-animation.-delay450:before, .c-animation.-delay450:after {
    transition-delay: 0.45s !important;
  }
  .c-animation.-delay500, .c-animation.-delay500:before, .c-animation.-delay500:after {
    transition-delay: 0.5s !important;
  }
  .c-animation.-delay550, .c-animation.-delay550:before, .c-animation.-delay550:after {
    transition-delay: 0.55s !important;
  }
  .c-animation.-delay600, .c-animation.-delay600:before, .c-animation.-delay600:after {
    transition-delay: 0.6s !important;
  }
  .c-animation.-delay650, .c-animation.-delay650:before, .c-animation.-delay650:after {
    transition-delay: 0.65s !important;
  }
  .c-animation.-delay700, .c-animation.-delay700:before, .c-animation.-delay700:after {
    transition-delay: 0.7s !important;
  }
  .c-animation.-delay750, .c-animation.-delay750:before, .c-animation.-delay750:after {
    transition-delay: 0.75s !important;
  }
  .c-animation.-delay800, .c-animation.-delay800:before, .c-animation.-delay800:after {
    transition-delay: 0.8s !important;
  }
  .c-animation.-delay850, .c-animation.-delay850:before, .c-animation.-delay850:after {
    transition-delay: 0.85s !important;
  }
  .c-animation.-delay900, .c-animation.-delay900:before, .c-animation.-delay900:after {
    transition-delay: 0.9s !important;
  }
  .c-animation.-delay950, .c-animation.-delay950:before, .c-animation.-delay950:after {
    transition-delay: 0.95s !important;
  }
  .c-animation.-delay1000, .c-animation.-delay1000:before, .c-animation.-delay1000:after {
    transition-delay: 1s !important;
  }
  .c-animation.-delay1050, .c-animation.-delay1050:before, .c-animation.-delay1050:after {
    transition-delay: 1.05s !important;
  }
  .c-animation.-delay1100, .c-animation.-delay1100:before, .c-animation.-delay1100:after {
    transition-delay: 1.1s !important;
  }
}
@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: inline-block;
  border-radius: 3.8rem;
  background: linear-gradient(90deg, #0061AF 0%, #109394 100%);
  font-weight: 500;
  line-height: 1;
  padding: 1em 8rem 1em 6.3rem;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 1;
  border: 1px solid #109394;
  border-color: transparent;
}
.c-btn:before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  background: #fff;
  opacity: 0;
  border-radius: 3.8rem;
  transition: 0.4s;
}
.c-btn span {
  display: inline-block;
  transition: 0.4s;
  position: relative;
}
.c-btn .arrow {
  fill: #fff;
  width: 1.5rem;
  height: 1.1rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.c-btn.-multi {
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
}
.c-btn.-multi .sm {
  font-size: 1.4rem;
  display: block;
  margin-top: 0.4rem;
}
.c-btn.-white {
  color: #109394;
  background: #fff;
  border: 1px solid #109394;
}
.c-btn.-white .arrow {
  fill: #109394;
}
.c-btn.-white:before {
  display: none;
}
.c-btn.-white span {
  transition: none;
}
.c-btn.-lg {
  max-width: 307px;
}
@media (min-width: 992px) {
  .c-btn:hover span {
    background: linear-gradient(90deg, #0061AF 0%, #109394 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .c-btn:hover .arrow {
    fill: #109394;
  }
  .c-btn:hover:before {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .c-btn.-white:hover {
    background: #109394;
    color: #fff;
  }
  .c-btn.-white:hover .arrow {
    fill: #fff;
  }
  .c-btn.-white:hover span {
    background: none;
    -webkit-text-fill-color: inherit;
  }
}
.c-btn.-center {
  margin: 0 auto;
}
@media (max-width: 767.9px) {
  .c-btn {
    width: 80%;
  }
}
@media (max-width: 575.9px) {
  .c-btn {
    width: 100%;
  }
}

/*--------------------------------------------
  moreボタン
--------------------------------------------*/
.c-btn_more {
  font-family: "Poppins", 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: #FDA35E;
  }
}
@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: #0061AF;
  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: #0061AF;
  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: #0061AF;
}
@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 .p-country-name {
  display: none !important;
}
.c-form__sheet > tbody > tr {
  display: flex;
}
.c-form__sheet > tbody > tr:not(:first-child) {
  margin-top: 3rem;
}
.c-form__sheet > tbody > tr.align_center {
  align-items: center;
}
.c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
  display: block;
  text-align: left;
  line-height: 1.5;
  padding: 0;
}
.c-form__sheet > tbody > tr > th {
  width: 29%;
  text-align: left;
  font-weight: 400;
  padding-right: 3rem;
  vertical-align: top;
  padding-top: 0.656em;
  padding-bottom: 0.656em;
}
.c-form__sheet > tbody > tr > td {
  width: 71%;
}
@media (max-width: 991.9px) {
  .c-form__sheet > tbody > tr {
    display: block;
  }
  .c-form__sheet > tbody > tr:not(:first-child) {
    margin-top: 2rem;
  }
  .c-form__sheet > tbody > tr > th {
    width: 100%;
    padding-right: 0;
  }
  .c-form__sheet > tbody > tr > td {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .c-form__sheet > tbody > tr {
    margin-top: 1rem;
  }
}
.c-form__item + .c-form__item {
  margin-top: 3.5rem;
}
.c-form__itemTtl {
  line-height: 1;
  color: #0061AF;
  font-size: 2rem;
  border-bottom: 1px solid #0061AF;
  padding-bottom: 1.5rem;
  margin-bottom: 2.4rem;
}
.c-form__itemTtl span {
  color: #222222;
  font-size: 1.3rem;
  margin-left: 1.8rem;
  display: inline-block;
  font-weight: 400;
}
@media (max-width: 991.9px) {
  .c-form__itemTtl {
    margin-bottom: 0.6em;
  }
}
@media (max-width: 767.9px) {
  .c-form__itemTtl {
    font-size: 1.8rem;
  }
  .c-form__itemTtl span {
    display: block;
    margin-left: 0;
    margin-top: 1em;
  }
}
.c-form__ttl {
  padding-right: 0.75em;
  font-weight: inherit;
}
.c-form__ttl.-required {
  position: relative;
}
.c-form__ttl.-required:after {
  content: "必須";
  color: #CC1515;
  border: 1px solid #CC1515;
  line-height: 1;
  padding: 0.5rem 1rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
}
.c-form__row > .c-form__field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-form__row > .c-form__field > .c-form__subttl {
  margin-right: 1em;
  display: inline-block;
  width: 22%;
}
.c-form__row .mwform-checkbox-field.horizontal-item {
  width: 50%;
  display: inline-block;
}
.c-form__row .mwform-checkbox-field.horizontal-item:nth-child(n+3) {
  margin-top: 1rem;
}
.c-form__row .mwform-checkbox-field.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
@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__row .mwform-checkbox-field.horizontal-item {
    width: 100%;
  }
  .c-form__row .mwform-checkbox-field.horizontal-item:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.c-form__rowgroup th,
.c-form__rowgroup td {
  padding-bottom: 0.75em;
}
.c-form__rowgroup th {
  white-space: nowrap;
  font-weight: 400;
  padding-right: 2em;
}
.c-form__field:nth-child(n+2) {
  margin-top: 1em;
}
.c-form__field label.error {
  display: block;
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__field .c-form__check + label.error {
  display: inline-block;
}
.c-form__field.-pe_none label {
  pointer-events: none;
}
.c-form__field.-pe_none label input {
  pointer-events: none;
}
.c-form__field.-radio li:nth-child(n+2), .c-form__field.-check li:nth-child(n+2) {
  margin-top: 0.5em;
}
.c-form__field.-radio > span, .c-form__field.-check > span {
  display: inline-block;
}
.c-form__field.-horizontal {
  margin: 0 -2rem;
}
.c-form__field.-file {
  display: flex;
  align-items: center;
}
.c-form__error {
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__notes {
  position: relative;
  margin-top: 0.5em;
  font-size: 0.875em;
  opacity: 0.75;
  padding-left: 1em;
}
.c-form__notes:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.c-form__input.-text, .c-form__input.-textarea {
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  vertical-align: middle;
  padding: 0.9em 0.75em;
  border: solid 1px #D7D7D7;
}
.c-form__input.-text.-short, .c-form__input.-textarea.-short {
  width: 30%;
}
.c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
  width: 60%;
}
.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.-short, .c-form__input.-textarea.-short {
    width: 100%;
  }
  .c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
    width: 100%;
  }
  .c-form__input.-text.-long, .c-form__input.-textarea.-long {
    width: 100%;
  }
}
.c-form__input.-textarea {
  min-height: 10.5em;
  line-height: 1.5;
}
.c-form__select {
  background: #f5f5f5;
  display: inline-block;
  max-width: 100%;
  padding: 1em 1.25em;
  line-height: 1;
}
.c-form__check + *, .c-form__radio + * {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.31em;
  line-height: 1;
}
.c-form__radio {
  display: none;
}
.c-form__radio + *:before, .c-form__radio + *:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #ffffff;
  border: solid 1px #cbcbcb;
}
.c-form__radio + *:after {
  transform: scale(0.4);
  visibility: hidden;
  background: #0061AF;
}
.c-form__radio:checked + *:after {
  visibility: visible;
}
.c-form__check {
  display: none;
}
.c-form__check + *:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: #ffffff;
  border: solid 1px #cbcbcb;
  border-radius: 2px;
}
.c-form__check + *:after {
  position: absolute;
  content: "";
  left: 0;
  width: 0.8em;
  height: 0.5em;
  transform: rotate(-45deg) translate(0, 50%);
  top: 0;
  border-left: solid 3px #0061AF;
  border-bottom: solid 3px #0061AF;
  visibility: hidden;
}
.c-form__check:checked + *:after {
  visibility: visible;
}
.c-form__file {
  padding: 0;
  border: none;
}
.c-form__agreement {
  text-align: center;
  margin-top: 7rem;
}
.c-form__agreement a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .c-form__agreement a:hover {
    text-decoration: none;
  }
}
.c-form__agreement .error {
  color: #c11;
}
.c-form__agreement .mwform-checkbox-field-text {
  line-height: 1.4;
}
@media (max-width: 767.9px) {
  .c-form__agreement {
    margin-top: 4rem;
  }
}
@media (max-width: 575.9px) {
  .c-form__agreement {
    margin-top: 4rem;
  }
}
.c-form__checkBox {
  text-align: center;
}
.c-form__button {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .c-form__button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.9px) {
  .c-form__button {
    margin-top: 3rem;
  }
}
.c-form__btn {
  cursor: pointer;
  margin: 0 auto;
}
.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
  color: #fff;
}
.c-form__btn.-back:before {
  border-color: transparent transparent transparent #fff;
}
.c-form__btn.-center {
  margin: 0 auto;
}
.c-form__btn:after {
  content: "";
  width: 1.5rem;
  height: 1.1rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  background: url(../img/common/icon_arrow_white.svg) no-repeat center/contain;
}
@media (min-width: 992px) {
  .c-form__btn.-back:hover {
    opacity: 0.4;
  }
  .c-form__btn.-back:hover:after {
    transform: scale(0);
  }
  .c-form__btn:hover:after {
    background: url(../img/common/icon_arrow_grad.svg) no-repeat center/contain;
  }
}
@media (min-width: 768px) {
  .c-form__btn:nth-child(n+2) {
    margin-left: 2em;
  }
}
@media (max-width: 767.9px) {
  .c-form__btn:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.c-form.-confirm .c-form__notes {
  display: none;
}
.c-form.-confirm .c-form__error {
  display: none;
}
.c-form.-confirm .c-form__agreement {
  display: none;
}
.c-form.-confirm .c-form__sheet > tbody > tr > td {
  padding: 0.656em 0;
}
.c-form.-confirm .lead {
  text-align: center;
  margin-bottom: 2em;
}
.c-form.-thanks {
  text-align: center;
}
.c-form.-thanks p {
  margin-bottom: 1.5em;
  line-height: 2.5;
}

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

.p-country-name {
  display: none !important;
}

/*--------------------------------------------
  sup border
--------------------------------------------*/
.c-ttl_sup {
  line-height: 1;
  position: relative;
  margin-bottom: 3.5rem;
}
.c-ttl_sup__en {
  font-family: "Poppins", serif;
  font-weight: 700;
  color: #0061AF;
  font-size: 1.4rem;
  margin-top: 1.4rem;
}
.c-ttl_sup__en span {
  display: inline-block;
  background: linear-gradient(90deg, #0061AF 0%, #109394 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-ttl_sup__jp {
  font-weight: 700;
  font-size: 3.2rem;
}
@media (min-width: 992px) {
  .c-ttl_sup__jp.-sm {
    font-size: 2.8rem;
  }
}
.c-ttl_sup.-white {
  color: #ffffff;
}
.c-ttl_sup.-white .c-ttl_sup__en {
  color: #fff;
}
.c-ttl_sup.-green {
  color: #109394;
}
.c-ttl_sup.-green .c-ttl_sup__en {
  color: #109394;
}
.c-ttl_sup.-center {
  text-align: center;
}
.c-ttl_sup + .c-desc {
  margin-top: 4.3rem;
}
@media (min-width: 992px) {
  .c-ttl_sup.-md .c-ttl_sup__jp {
    font-size: 3.6rem;
  }
}
@media (max-width: 991.9px) {
  .c-ttl_sup__jp {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_sup {
    margin-bottom: 3rem;
  }
  .c-ttl_sup__jp {
    font-size: 2.5rem;
  }
  .c-ttl_sup + .c-desc {
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_sup__jp {
    font-size: 2.2rem;
  }
}

.c-ttl_pl {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 4.5rem;
}
.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", 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: #0061AF;
  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: #FDA35E;
  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;
  font-weight: 500;
}
.c-ttl_bdl:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #0061AF;
  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: #0061AF;
}
.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(1100px + 5vw * 2);
  }
  .c-inner.-full {
    max-width: 100%;
  }
  .c-inner.-md {
    max-width: calc(1200px + 5vw * 2);
  }
}
@media (max-width: 991.9px) {
  .c-inner.-pd0_tb {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

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

.c-totop {
  width: 4.4rem;
  height: 4.4rem;
  background: #222;
  border-radius: 50%;
  position: fixed;
  right: 5vw;
  bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  cursor: pointer;
}
.c-totop .arrow {
  width: 1.8rem;
  height: 1.4rem;
  transform: rotate(270deg);
  fill: #fff;
}
@media (min-width: 992px) {
  .c-totop:hover {
    opacity: 0.7;
  }
}
.c-arrow {
  display: block;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #109394 0%, #0061AF 100%);
  position: relative;
  transition: 0.4s;
  z-index: 0;
}
.c-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon_arrow_white.svg) no-repeat center/1.5rem 1.1rem;
  transition: 0.4s;
}
.c-arrow:after {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0;
  transition: 0.4s;
  z-index: -1;
}
.c-arrow.-reverse:before {
  transform: rotate(180deg);
}
.c-lead__ttl {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.7rem;
}
.c-lead__desc {
  font-weight: 500;
}
.c-lead__desc p + p {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .c-lead__ttl {
    font-size: 2.2rem;
    margin-bottom: 1em;
  }
}
@media (max-width: 575.9px) {
  .c-lead__ttl {
    font-size: 2rem;
    line-height: 1.4;
  }
}

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

.c-fixedNavi {
  position: fixed;
  right: 0;
  bottom: 15rem;
}
.c-fixedNavi__item:not(:first-child) {
  margin-top: 1.4rem;
}
.c-fixedNavi__link {
  width: 5rem;
  height: 17.6rem;
  border-radius: 9px 0 0 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}
.c-fixedNavi__link.-web {
  background: #FDA35E;
  border: 1px solid #FDA35E;
}
.c-fixedNavi__link.-web .c-fixedNavi__icon {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  width: 2.5rem;
  height: 2.6rem;
}
.c-fixedNavi__link.-line {
  background: #0061AF;
  border: 1px solid #0061AF;
}
.c-fixedNavi__link.-line .c-fixedNavi__icon {
  width: 2.7rem;
  height: 2.7rem;
}
.c-fixedNavi__link.-tel {
  background: #fff;
  border: 1px solid #0061AF;
  color: #0061AF;
}
.c-fixedNavi__link.-tel .c-fixedNavi__icon {
  fill: #0061AF;
}
@media (min-width: 992px) {
  .c-fixedNavi__link:hover.-web {
    background: #fff;
    color: #FDA35E;
  }
  .c-fixedNavi__link:hover.-web .c-fixedNavi__icon {
    stroke: #FDA35E;
  }
  .c-fixedNavi__link:hover.-line {
    background: #fff;
    color: #0061AF;
  }
  .c-fixedNavi__link:hover.-line .c-fixedNavi__icon {
    fill: #0061AF;
  }
}
.c-fixedNavi__icon {
  margin-bottom: 1rem;
  fill: #fff;
  transition: 0.4s;
}
.c-fixedNavi__txt {
  line-height: 1;
}
@media (min-width: 992px) {
  .c-fixedNavi__txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media (max-width: 991.9px) {
  .c-fixedNavi {
    bottom: 0;
    width: 100%;
  }
  .c-fixedNavi__inner {
    display: flex;
  }
  .c-fixedNavi__item {
    width: 33.3333%;
  }
  .c-fixedNavi__item:not(:first-child) {
    margin-top: 0;
  }
  .c-fixedNavi__icon {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }
  .c-fixedNavi__link {
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 1.8rem 0;
    flex-direction: row;
    font-size: 1.3rem;
  }
  .c-fixedNavi__link.-web .c-fixedNavi__icon {
    width: 2rem;
    height: 2rem;
  }
  .c-fixedNavi__link.-line .c-fixedNavi__icon {
    width: 2rem;
    height: 2rem;
  }
  .c-fixedNavi__link.-tel .c-fixedNavi__icon {
    width: 2rem;
    height: 2rem;
  }
}

.c-bg_grad {
  background: linear-gradient(180deg, #FFFFFF 0%, #E7F6FF 20.5%);
}

.c-searchWrod__form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-searchWrod__txt {
  margin-right: 1.7rem;
}
.c-searchWrod__box {
  display: flex;
  align-items: center;
}
.c-searchWrod__input input {
  background: #fff;
  width: 67.2rem;
  border: none;
}
.c-searchWrod__btn button {
  background: #0061AF;
  color: #fff;
  padding: 1rem 1.5rem;
}
.c-searchWrod__btn button span {
  display: inline-block;
  padding-left: 2rem;
  position: relative;
}
.c-searchWrod__btn button span:before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../img/common/icon_search.svg) no-repeat center/contain;
}
@media (max-width: 991.9px) {
  .c-searchWrod__box {
    width: 80%;
  }
  .c-searchWrod__input {
    width: 85%;
  }
  .c-searchWrod__input input {
    width: 100%;
  }
  .c-searchWrod__btn {
    width: 15%;
  }
  .c-searchWrod__btn button {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .c-searchWrod__form {
    display: block;
  }
  .c-searchWrod__txt {
    margin-right: 0;
  }
  .c-searchWrod__box {
    width: 100%;
  }
  .c-searchWrod__input {
    width: 75%;
  }
  .c-searchWrod__btn {
    width: 25%;
  }
  .c-searchWrod__btn button {
    padding: 1rem;
  }
}

.c-productsSearch_tab {
  display: flex;
  align-items: flex-end;
}
.c-productsSearch_tab__item {
  border-radius: 1.3rem 1.3rem 0 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  max-width: 38rem;
  padding-top: 1.4rem;
  width: 100%;
  text-align: center;
}
.c-productsSearch_tab__item span {
  background: #f1f1f1;
  padding: 2.2rem 0;
  display: block;
  border-radius: 1.3rem 1.3rem 0 0;
}
.c-productsSearch_tab__item.-active {
  color: #0061AF;
  background: #fff;
}
.c-productsSearch_tab__item.-active span {
  background: #fff;
}
.c-productsSearch_tab__item:not(:first-child) {
  margin-left: 6px;
}
.c-productsSearch_panel {
  background: #fff;
  padding: 8rem 12rem 6rem;
}
.c-productsSearch_panel__item {
  display: none;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.c-productsSearch_panel__item.-active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.c-productsSearch_panel__itemSub:not(:first-child) {
  margin-top: 6rem;
}
.c-productsSearch_panel__itemTtl {
  line-height: 1;
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 2.5rem;
}
.c-productsSearch_panel__check {
  display: flex;
  flex-wrap: wrap;
}
.c-productsSearch_panel__checkItem {
  margin-bottom: 3.3rem;
  margin-right: 3rem;
}
.c-productsSearch_panel__checkItem > label input {
  display: none;
}
.c-productsSearch_panel__checkItem > label input:checked + span:before {
  background: #0061AF;
}
.c-productsSearch_panel__checkItem > label input:checked + span:after {
  visibility: visible;
}
.c-productsSearch_panel__checkItem > label span {
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  padding-left: 1.4em;
}
.c-productsSearch_panel__checkItem > label span:before {
  content: "";
  display: inline-block;
  width: 1.06em;
  height: 1.06em;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.c-productsSearch_panel__checkItem > label span:after {
  position: absolute;
  content: "";
  left: 0;
  width: 0.65em;
  height: 0.5em;
  transform: rotate(-45deg) translate(0, 50%);
  top: 0;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  visibility: hidden;
}
.c-productsSearch_panel__col {
  display: flex;
}
.c-productsSearch_panel__navi {
  width: 20%;
  padding-top: 2rem;
}
.c-productsSearch_panel__navi .ttl {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 3.5rem;
}
.c-productsSearch_panel__navi .navi_list li {
  cursor: pointer;
  line-height: 1;
  color: #7a7a7a;
}
.c-productsSearch_panel__navi .navi_list li.-active {
  color: #222;
}
.c-productsSearch_panel__navi .navi_list li:not(:first-child) {
  margin-top: 4rem;
}
.c-productsSearch_panel__maker {
  width: 80%;
  padding-left: 8.5rem;
}
.c-productsSearch_panel__order {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.c-productsSearch_panel__order.-active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.c-productsSearch_panel__btn {
  margin-top: 5rem;
  text-align: center;
}
.c-productsSearch_tabSub {
  display: flex;
  border-bottom: 1px solid #D6E9F4;
  margin-bottom: 5rem;
}
.c-productsSearch_tabSub__item {
  text-align: center;
  font-weight: 500;
  width: calc((100% - 2rem) / 5);
  border-radius: 1rem 1rem 0 0;
  position: relative;
  padding-top: 1rem;
}
.c-productsSearch_tabSub__item:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
  opacity: 0;
}
.c-productsSearch_tabSub__item.-active {
  color: #0061AF;
  background: #fff;
  border: 1px solid #D6E9F4;
  border-bottom: none;
}
.c-productsSearch_tabSub__item.-active span {
  background: #fff;
}
.c-productsSearch_tabSub__item.-active:before {
  opacity: 1;
}
.c-productsSearch_tabSub__item:not(:first-child) {
  margin-left: 0.5rem;
}
.c-productsSearch_tabSub__item span {
  background: #f8f8f8;
  border-radius: 1rem 1rem 0 0;
  display: block;
  padding: 1rem 0;
  line-height: 1;
}
.c-productsSearch_panelSub__item {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.c-productsSearch_panelSub__item.-active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.c-productsSearch_panelSub__radio {
  display: flex;
  flex-wrap: wrap;
}
.c-productsSearch_panelSub__radioItem {
  width: 50%;
}
.c-productsSearch_panelSub__radioItem:nth-child(even) {
  padding-left: 1em;
}
.c-productsSearch_panelSub__radioItem:nth-child(n+3) {
  margin-top: 2.5rem;
}
.c-productsSearch_panelSub__radioItem > label input {
  display: none;
}
.c-productsSearch_panelSub__radioItem > label input:checked + span:after {
  visibility: visible;
}
.c-productsSearch_panelSub__radioItem > label span {
  position: relative;
  font-size: 1.5rem;
  position: relative;
  padding-left: 1.22em;
  display: block;
}
.c-productsSearch_panelSub__radioItem > label span:before {
  content: "";
  display: inline-block;
  width: 1.06em;
  height: 1.06em;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0.33em;
}
.c-productsSearch_panelSub__radioItem > label span:after {
  content: "";
  width: 0.66em;
  height: 0.66em;
  background: #0061AF;
  border-radius: 50%;
  position: absolute;
  left: 0.2em;
  top: 0.533em;
  visibility: hidden;
}
@media (max-width: 991.9px) {
  .c-productsSearch_tab__item {
    font-size: 1.6rem;
  }
  .c-productsSearch_panel {
    padding: 6rem 5rem;
  }
  .c-productsSearch_panel__itemTtl {
    font-size: 1.6rem;
  }
  .c-productsSearch_panel__navi {
    width: 16%;
  }
  .c-productsSearch_panel__navi .ttl {
    font-size: 1.6rem;
  }
  .c-productsSearch_panel__maker {
    width: 84%;
    padding-left: 3rem;
  }
  .c-productsSearch_panel__btn {
    margin-top: 3rem;
  }
}
@media (max-width: 767.9px) {
  .c-productsSearch_tab__item {
    padding-top: 0.8rem;
    font-size: 1.4rem;
  }
  .c-productsSearch_tab__item span {
    padding: 1.5rem 0;
  }
  .c-productsSearch_panel {
    padding: 4rem 3rem;
  }
  .c-productsSearch_panel__itemSub:not(:first-child) {
    margin-top: 3rem;
  }
  .c-productsSearch_panel__check {
    justify-content: space-between;
  }
  .c-productsSearch_panel__checkItem {
    margin-bottom: 0;
    margin-right: 0;
    width: 48%;
  }
  .c-productsSearch_panel__checkItem:nth-child(n+3) {
    margin-top: 2rem;
  }
  .c-productsSearch_panel__btn {
    margin-top: 3rem;
  }
  .c-productsSearch_panel__col {
    display: block;
  }
  .c-productsSearch_panel__navi {
    width: 100%;
  }
  .c-productsSearch_panel__navi .ttl {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .c-productsSearch_panel__navi .navi_list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-productsSearch_panel__navi .navi_list li {
    width: 18.5%;
    background: #0061AF;
    color: #fff;
    margin: 0 0.75%;
    text-align: center;
    opacity: 0.8;
    padding: 0.5em 0;
  }
  .c-productsSearch_panel__navi .navi_list li.-active {
    opacity: 1;
    color: #fff;
    font-weight: 700;
  }
  .c-productsSearch_panel__navi .navi_list li:not(:first-child) {
    margin-top: 0;
  }
  .c-productsSearch_panel__navi .navi_list li:nth-child(n+6) {
    margin-top: 0.5em;
  }
  .c-productsSearch_panel__maker {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
  .c-productsSearch_panelSub__radioItem {
    width: 100%;
  }
  .c-productsSearch_panelSub__radioItem:nth-child(even) {
    padding-left: 0;
  }
  .c-productsSearch_panelSub__radioItem:not(:first-child) {
    margin-top: 2rem;
  }
  .c-productsSearch_tabSub__item {
    padding-top: 0.6rem;
  }
}
@media (max-width: 575.9px) {
  .c-productsSearch_tab__item {
    line-height: 1.4;
  }
  .c-productsSearch_panel__checkItem {
    width: 100%;
  }
  .c-productsSearch_panel__checkItem:not(:first-child) {
    margin-top: 2rem;
  }
}

.c-pagenation {
  margin-top: 8rem;
}
.c-pagenation .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagenation .page-numbers > li .page-numbers {
  color: #0061AF;
}
.c-pagenation .page-numbers > li .page-numbers:not(.dots) {
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  font-family: "Poppins", serif;
  font-size: 1.3rem;
}
.c-pagenation .page-numbers > li .page-numbers.current {
  background: #0061AF;
  color: #fff;
}
.c-pagenation .page-numbers > li .page-numbers.next, .c-pagenation .page-numbers > li .page-numbers.prev {
  display: none;
}
@media (min-width: 992px) {
  .c-pagenation .page-numbers > li .page-numbers a:hover {
    opacity: 0.7;
  }
}
.c-pagenation .page-numbers > li:not(:first-child) {
  margin-left: 1rem;
}

/*--------------------------------------------
  panel
--------------------------------------------*/
.c-panel_contact {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.c-panel_contact__wrap {
  display: flex;
}
.c-panel_contact__item {
  width: 50%;
  text-align: center;
  padding: 5rem 0;
}
.c-panel_contact__item:nth-child(1) {
  color: #fff;
  border-radius: 3rem 0 0 3rem;
  background: rgb(0, 97, 175);
  background: linear-gradient(90deg, rgb(0, 97, 175) 0%, rgb(16, 147, 148) 100%);
}
.c-panel_contact__item:nth-child(2) {
  color: #109394;
  border-radius: 0 3rem 3rem 0;
  border: 3px solid #109394;
}
.c-panel_contact__ttl {
  margin-bottom: 2rem;
}
.c-panel_contact__txt {
  line-height: 1.8;
}
.c-panel_contact__btn {
  width: 70%;
  margin: 2.5rem auto 0;
}
.c-panel_contact__btn a {
  display: block;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  font-size: 1.8rem;
  border-radius: 3.25rem;
  padding: 1.1em 0;
  position: relative;
  text-align: center;
  border-radius: 3.2rem;
}
.c-panel_contact__btn a .arrow {
  position: absolute;
  right: 1.7rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 1.4rem;
  transition: 0.4s;
}
.c-panel_contact__btn.-white a {
  background: #fff;
  border: 1px solid #fff;
}
.c-panel_contact__btn.-white a .arrow {
  fill: #109394;
}
@media (min-width: 992px) {
  .c-panel_contact__btn.-white a:hover {
    background: transparent;
    color: #fff;
  }
  .c-panel_contact__btn.-white a:hover .arrow {
    fill: #fff;
  }
  .c-panel_contact__btn.-white a:hover .txt {
    background: none;
    -webkit-text-fill-color: inherit;
  }
}
.c-panel_contact__btn.-white .txt {
  display: block;
  background: linear-gradient(90deg, #0061AF 0%, #109394 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-panel_contact__btn.-green a {
  background: #109394;
  color: #fff;
  border: 1px solid #109394;
}
.c-panel_contact__btn.-green a .arrow {
  fill: #fff;
}
@media (min-width: 992px) {
  .c-panel_contact__btn.-green a:hover {
    background: #fff;
    color: #109394;
  }
  .c-panel_contact__btn.-green a:hover .arrow {
    fill: #109394;
  }
}
.c-panel_contact__tel {
  font-size: 1.9rem;
  font-weight: 700;
  font-family: "Poppins", serif;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.c-panel_contact__tel .num a {
  color: #fff;
}
.c-panel_contact__tel .num:nth-child(2):before {
  content: "／";
  font-weight: 700;
  display: inline-block;
  margin-right: 0.7rem;
  margin-left: 1rem;
}
@media (max-width: 991.9px) {
  .c-panel_contact {
    padding: 4.5em 0;
  }
  .c-panel_contact__wrap {
    display: block;
  }
  .c-panel_contact__item {
    width: 100%;
    padding: 5rem 5vw;
  }
  .c-panel_contact__item:nth-child(1) {
    border-radius: 3rem 3rem 0 0;
  }
  .c-panel_contact__item:nth-child(2) {
    border-radius: 0 0 3rem 3rem;
  }
}
@media (max-width: 575.9px) {
  .c-panel_contact__item {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .c-panel_contact__btn {
    width: 100%;
  }
  .c-panel_contact__btn a {
    font-size: 1.5rem;
  }
  .c-panel_contact__tel {
    display: block;
  }
  .c-panel_contact__tel .num:nth-child(2) {
    margin-top: 1rem;
  }
  .c-panel_contact__tel .num:nth-child(2):before {
    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: #0061AF #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: #0061AF;
  }
  .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 #0061AF;
}
.c-tbl_pr th, .c-tbl_pr td {
  padding: 1.65em 3.125em;
}
.c-tbl_pr th {
  width: 20.37%;
  font-weight: 500;
  color: #0061AF;
  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: #0061AF;
    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: #0061AF;
  border-radius: 50%;
  border: 1px solid #0061AF;
  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: #0061AF;
}
@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 dashed #ababab;
}
.c-card_news__item.visible {
  display: block;
}
.c-card_news__link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2.5em 0;
  padding-right: 1.125em;
}
@media (min-width: 992px) {
  .c-card_news__link:hover {
    opacity: 0.7;
  }
}
.c-card_news__arrow {
  width: 1.125em;
  height: 1.125em;
  border-radius: 50%;
  background: linear-gradient(90deg, #0061AF 0%, #109394 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-card_news__arrow .arrow {
  fill: #fff;
  width: 0.75em;
  height: 0.5em;
}
.c-card_news__date {
  font-family: "Poppins", serif;
  margin-right: 2.5rem;
}
.c-card_news__term {
  text-align: center;
  line-height: 1;
  border: 1px solid #222;
  border-radius: 2.5rem;
  min-width: 10rem;
  padding: 4.5px 10px;
  margin-right: 2.5rem;
  display: inline-block;
  transition: 0.4s;
}
.c-card_news__ttl {
  width: calc(100% - 15.5em);
}
@media (max-width: 991.9px) {
  .c-card_news__link {
    flex-wrap: wrap;
    padding: 2rem 1.125em 2rem 0;
  }
  .c-card_news__date {
    margin-right: 2rem;
  }
  .c-card_news__term {
    margin-right: 0;
  }
  .c-card_news__ttl {
    width: 100%;
    margin-top: 0.75em;
  }
}
@media (max-width: 767.9px) {
  .c-card_news__date {
    min-width: auto;
  }
  .c-card_news__term {
    width: auto;
    min-width: auto;
  }
}

/*--------------------------------------------
  key
--------------------------------------------*/
.p-home__imgs {
  display: flex;
}
.p-home__img {
  width: 25%;
}
.p-home__img img {
  width: 100%;
}
@media (max-width: 575.9px) {
  .p-home__imgs {
    flex-wrap: wrap;
  }
  .p-home__img {
    width: 50%;
  }
}

.p-home_kv {
  position: relative;
}
.p-home_kv__video .c-ofi {
  padding-top: 0;
  height: calc(100vh - 7.6875em);
}
@media (max-width: 991.9px) {
  .p-home_kv__video .c-ofi {
    height: auto;
    padding-top: 66.666%;
  }
}
/*--------------------------------------------
  news
--------------------------------------------*/
.p-home_news {
  background: linear-gradient(90deg, #0061AF 0%, #109394 100%);
  padding: 3.5rem 0;
}
.p-home_news__inner {
  max-width: calc(1200px + 10vw);
}
.p-home_news__wrap {
  display: flex;
}
.p-home_news__ttlWrap {
  width: 13.75%;
}
.p-home_news__cnt {
  width: 86.25%;
  padding-left: 5rem;
  padding-right: 5rem;
}
.p-home_news__list {
  margin: 0 -0.6rem;
}
.p-home_news__item {
  margin: 0 0.6rem;
}
.p-home_news__link {
  background: #fff;
  border-radius: 1.6rem;
  display: block;
  height: 100%;
  padding: 2.4rem 1.8rem;
}
@media (min-width: 992px) {
  .p-home_news__link:hover {
    background: #222222;
    color: #fff;
  }
  .p-home_news__link:hover .p-home_news__term {
    border-color: #fff;
  }
}
.p-home_news__itemTop {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 1rem;
}
.p-home_news__date {
  font-family: "Poppins", serif;
  font-size: 1.4rem;
}
.p-home_news__term {
  font-size: 1.3rem;
  border-radius: 2.5rem;
  border: 1px solid #222;
  padding: 5px 8px;
  margin-left: 1rem;
}
.p-home_news__itemTtl {
  font-weight: 500;
  line-height: 1.5;
}
.p-home_news__btn {
  margin-top: 4.5rem;
}
.p-home_news__btn a {
  display: block;
  background: #fff;
  border-radius: 3.8rem;
  text-align: center;
  line-height: 1;
  padding: 1rem 0;
  position: relative;
  font-weight: 500;
}
@media (min-width: 992px) {
  .p-home_news__btn a:hover {
    color: #fff;
    background: #222222;
  }
  .p-home_news__btn a:hover .arrow {
    fill: #fff;
  }
}
.p-home_news__btn .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  fill: #222;
  width: 1.5rem;
  height: 1.1rem;
  transition: 0.4s;
}
.p-home_news .slick-track {
  display: flex;
}
.p-home_news .slick-slide {
  height: auto !important;
}
.p-home_news .slick-arrow {
  background: rgba(255, 255, 255, 0.63);
  border-radius: 50%;
  position: absolute;
  width: 2.9rem;
  height: 2.9rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  z-index: 50;
  transition: 0.4s;
}
.p-home_news .slick-arrow.slick-disabled {
  opacity: 0.7;
  pointer-events: none;
}
.p-home_news .slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon_arrow.svg) no-repeat center/1.5rem 1.1rem;
}
@media (min-width: 992px) {
  .p-home_news .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.63);
  }
  .p-home_news .slick-arrow:hover:before {
    background-image: url(../img/common/icon_arrow_white.svg);
  }
}
.p-home_news .slick-next {
  right: -3.3rem;
}
.p-home_news .slick-prev {
  left: -3.3rem;
}
.p-home_news .slick-prev:before {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .p-home_news .slick-prev:hover:before {
    transform: none;
  }
}
@media (max-width: 1199.9px) {
  .p-home_news__term {
    padding: 5px;
  }
}
@media (max-width: 991.9px) {
  .p-home_news__wrap {
    display: block;
  }
  .p-home_news__ttlWrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-home_news__ttl {
    margin-bottom: 0;
  }
  .p-home_news__btn {
    margin-top: 0;
  }
  .p-home_news__btn a {
    padding: 1rem 4rem 1rem 3rem;
  }
  .p-home_news__cnt {
    width: 100%;
    margin-top: 1.5rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .p-home_news__link {
    padding: 1.8rem 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_news {
    padding: 2.5rem 0;
  }
}
/*--------------------------------------------
  about
--------------------------------------------*/
.p-home_about {
  background: linear-gradient(180deg, #FFFFFF 0%, #E7F6FF 100%);
  position: relative;
  overflow: hidden;
}
.p-home_about:before {
  content: "Speciality & Kindness";
  color: rgba(202, 221, 238, 0.4);
  font-size: 10.4rem;
  font-weight: 700;
  writing-mode: vertical-lr;
  position: absolute;
  right: -1rem;
  top: 16.5rem;
  line-height: 1;
}
.p-home_about__read {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  text-align: center;
}
.p-home_about__desc {
  max-width: 536px;
  margin: 0 auto;
  text-align: center;
}
.p-home_about__wrap {
  display: flex;
  align-items: center;
  max-width: 990px;
  margin: 4rem auto 0;
}
.p-home_about__img {
  width: 50%;
}
.p-home_about__cnt {
  width: 50%;
  padding-left: 1.5rem;
  position: relative;
}
.p-home_about__cntTtl {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 991.9px) {
  .p-home_about__desc {
    max-width: 100%;
  }
  .p-home_about__cntTtl {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_about:before {
    font-size: 7rem;
    top: 6.5rem;
  }
  .p-home_about__read {
    font-size: 1.8rem;
  }
  .p-home_about__wrap {
    display: block;
    margin-top: 3rem;
  }
  .p-home_about__img {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .p-home_about__cnt {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
  .p-home_about__cntTtl {
    font-size: 1.8rem;
  }
}
.p-home_strength {
  margin-top: 5rem;
}
.p-home_strength__list {
  display: flex;
  justify-content: space-between;
}
.p-home_strength__item {
  width: calc((100% - 6.6rem) / 3);
  position: relative;
  background: #fff;
  border-radius: 2.2rem;
  padding: 4.5rem 2.7rem 1.6rem;
}
.p-home_strength__num {
  position: absolute;
  font-family: "Poppins", serif;
  color: #0061AF;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  top: 2.2rem;
  left: 1.6rem;
}
.p-home_strength__itemTtl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.p-home_strength__icon {
  text-align: center;
}
.p-home_strength__txt {
  border-top: 1px dashed #9F9F9F;
  margin-top: 2.3rem;
  padding-top: 2.3rem;
}
.p-home_strength__more {
  margin-top: 1.6rem;
  font-weight: 700;
}
.p-home_strength__more .arrow {
  display: block;
  margin-left: 1.7rem;
}
.p-home_strength__more a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p-home_strength__more a .txt {
  position: relative;
}
.p-home_strength__more a .txt:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: left;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-home_strength__more a:hover .c-arrow:before {
    background-image: url(../img/common/icon_arrow_grad.svg);
    transform: rotate(0);
  }
  .p-home_strength__more a:hover .c-arrow:after {
    opacity: 1;
  }
  .p-home_strength__more a:hover .txt:before {
    transform: scale(1);
  }
}
@media (max-width: 991.9px) {
  .p-home_strength__list {
    flex-wrap: wrap;
  }
  .p-home_strength__item {
    width: 100%;
    padding: 3rem;
  }
  .p-home_strength__item:not(:first-child) {
    margin-top: 2rem;
  }
  .p-home_strength__txt {
    margin-top: 1.8rem;
    padding-top: 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_strength__itemTtl {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .p-home_strength__icon {
    width: 20%;
    margin: 0 auto;
  }
}
@media (max-width: 575.9px) {
  .p-home_strength__icon {
    width: 25%;
  }
}

/*--------------------------------------------
  product
--------------------------------------------*/
.p-home_product__desc {
  text-align: center;
}
.p-home_product__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.p-home_product__item {
  width: 33.333%;
  position: relative;
}
.p-home_product__item .p-home_product__link {
  border-bottom: 1px solid #D4D4D4;
  border-right: 1px solid #D4D4D4;
}
.p-home_product__item:nth-child(-n+3) .p-home_product__link {
  border-top: 1px solid #D4D4D4;
}
.p-home_product__item:nth-child(3n+1) .p-home_product__link {
  border-left: 1px solid #D4D4D4;
}
.p-home_product__link {
  display: block;
  text-align: center;
  padding: 1.8rem 1.5rem 3.5rem;
}
@media (min-width: 992px) {
  .p-home_product__link:hover {
    opacity: 0.7;
  }
}
.p-home_product__ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.p-home_product__arrow {
  position: absolute;
  right: 3rem;
  bottom: 1.5rem;
}
.p-home_product__btns {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
.p-home_product__btn {
  margin: 0 1.2rem;
}
@media (max-width: 991.9px) {
  .p-home_product__item {
    width: 50%;
  }
  .p-home_product__item:nth-child(-n+3) .p-home_product__link {
    border-top: none;
  }
  .p-home_product__item:nth-child(-n+2) .p-home_product__link {
    border-top: 1px solid #D4D4D4;
  }
  .p-home_product__item:nth-child(3n+1) .p-home_product__link {
    border-left: none;
  }
  .p-home_product__item:nth-child(2n+1) .p-home_product__link {
    border-left: 1px solid #D4D4D4;
  }
  .p-home_product__btns {
    flex-direction: column;
    margin-top: 5rem;
    align-items: center;
  }
  .p-home_product__btn {
    margin: 0;
  }
  .p-home_product__btn:not(:first-child) {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_product__arrow {
    right: 1rem;
    bottom: 1rem;
  }
  .p-home_product__btn {
    width: 100%;
    text-align: center;
  }
}
/*--------------------------------------------
  company
--------------------------------------------*/
.p-home_company {
  padding-bottom: 16rem;
  position: relative;
}
.p-home_company:before {
  content: "KUKI PUMP INDUSTRY CO,LTD";
  font-size: 10.4rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(202, 221, 238, 0.4);
  position: absolute;
  left: 0;
  bottom: 7rem;
  font-family: "Poppins", serif;
}
.p-home_company__bg {
  padding: 7rem 0 6rem;
  background: #F5FBFF;
}
.p-home_company__wrap {
  display: flex;
  justify-content: space-between;
}
.p-home_company__item {
  width: calc((100% - 7rem) / 3);
  position: relative;
}
.p-home_company__ttl {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.8rem 0 0 0;
  padding: 0.7rem 0 0.7rem 2rem;
  background: #F5FBFF;
  line-height: 1;
  font-weight: 700;
}
.p-home_company__arrow {
  margin-left: 1.4rem;
}
.p-home_company__btn {
  margin-top: 4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .p-home_company__link:hover {
    color: #ffffff;
  }
  .p-home_company__link:hover .p-home_company__ttl {
    background: #109394;
  }
  .p-home_company__link:hover .p-home_company__arrow {
    background: #fff;
  }
  .p-home_company__link:hover .p-home_company__arrow:before {
    background-image: url(../img/common/icon_arrow.svg);
    transform: none;
  }
}
@media (max-width: 1399.9px) {
  .p-home_company:before {
    font-size: 7.2vw;
  }
}
@media (max-width: 991.9px) {
  .p-home_company {
    padding-bottom: 4.5em;
  }
  .p-home_company:before {
    bottom: 5rem;
  }
  .p-home_company__bg {
    padding: 4.5em 0;
  }
  .p-home_company__item {
    width: calc((100% - 4rem) / 3);
  }
}
@media (max-width: 767.9px) {
  .p-home_company__wrap {
    display: block;
  }
  .p-home_company__item {
    width: 100%;
  }
  .p-home_company__item:not(:first-child) {
    margin-top: 2rem;
  }
  .p-home_company__img img {
    width: 100%;
  }
}
/*--------------------------------------------
  recruit
--------------------------------------------*/
.p-home_recruit {
  padding: 12.5rem 0 9rem;
  background: url(../img/home/img_recruit.jpg) no-repeat center/cover;
  position: relative;
}
.p-home_recruit:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(89.69deg, rgba(255, 255, 255, 0.73) 34.47%, rgba(0, 0, 0, 0.73) 99.73%);
}
.p-home_recruit__desc {
  position: relative;
}
.p-home_recruit__btn {
  margin-top: 3rem;
}
.p-home_recruit__link {
  position: relative;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.p-home_recruit__link span {
  margin-right: 1rem;
  position: relative;
}
.p-home_recruit__link span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: left;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-home_recruit__link:hover .c-arrow:before {
    background-image: url(../img/common/icon_arrow_grad.svg);
    transform: rotate(0);
  }
  .p-home_recruit__link:hover .c-arrow:after {
    opacity: 1;
  }
  .p-home_recruit__link:hover span:before {
    transform: scale(1);
  }
}
@media (max-width: 991.9px) {
  .p-home_recruit {
    padding: 4.5em 0;
  }
  .p-home_recruit__desc {
    max-width: 70%;
  }
}
.p-home_instagram {
  padding: 9rem 0 10rem;
}
.p-home_instagram__link {
  text-align: center;
}
@media (min-width: 992px) {
  .p-home_instagram__link a:hover {
    color: #FDA35E;
  }
}
.p-home_instagram__wrap {
  margin-top: 4.5rem;
}
@media (max-width: 991.9px) {
  .p-home_instagram {
    padding: 4.5em 0;
  }
}
@media (max-width: 767.9px) {
  .p-home_instagram {
    padding: 4rem 0;
  }
}
.p-home_contact {
  padding-bottom: 10rem;
}
.p-home_contact__link {
  display: block;
  max-width: 590px;
  margin: 0 auto;
  border: 1px solid #222;
  text-align: center;
  line-height: 1;
  padding: 5.5rem 0;
}
.p-home_contact__en {
  font-size: 4rem;
  color: #FDA35E;
}
.p-home_contact__jp {
  font-size: 2.4rem;
  margin-top: 1.5rem;
}
@media (max-width: 991.9px) {
  .p-home_contact {
    padding-bottom: 7rem;
  }
  .p-home_contact__link {
    max-width: 58%;
    padding: 3rem 0;
  }
}
@media (max-width: 767.9px) {
  .p-home_contact__en {
    font-size: 2rem;
  }
  .p-home_contact__jp {
    font-size: 1.4rem;
  }
}
/*============================================

  404

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

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

  CONTACT

============================================*/
.p-contact {
  padding-top: 0 !important;
}
.p-contact_head__box {
  max-width: 850px;
  margin: 3.5rem auto 0;
  border: 1px solid #CBCBCB;
  padding: 3rem 0;
}
.p-contact_head__ttl {
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
.p-contact_head__wrap {
  display: flex;
  justify-content: center;
}
.p-contact_head__item {
  width: 50%;
  padding: 0 3.5rem;
}
.p-contact_head__item:nth-child(1) {
  padding-left: 7.6rem;
}
.p-contact_head__item:nth-child(2) {
  border-left: 1px solid #CBCBCB;
  padding-right: 6rem;
}
.p-contact_head__num .num {
  font-size: 4rem;
  line-height: 1;
  display: inline-block;
  font-family: "Poppins", serif;
  color: #0061AF;
  font-weight: 700;
  position: relative;
}
.p-contact_head__num .num:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-contact_head__num.-tel .num {
  padding-left: 0.825em;
}
.p-contact_head__num.-tel .num:before {
  width: 0.575em;
  height: 0.575em;
  background: url(../img/contact/icon_tel.svg) no-repeat center/contain;
}
.p-contact_head__num.-fax .num {
  padding-left: 1em;
}
.p-contact_head__num.-fax .num:before {
  width: 0.75em;
  height: 0.75em;
  background: url(../img/contact/icon_fax.svg) no-repeat center/contain;
}
.p-contact_head__txt {
  text-align: center;
  font-size: 1.4rem;
}
.p-contact_head__note {
  text-align: center;
  margin-top: 2.2rem;
}
.p-contact_head__note a {
  display: inline-block;
  padding-right: 1.3125em;
  position: relative;
}
.p-contact_head__note a:before, .p-contact_head__note a:after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.p-contact_head__note a:before {
  background: linear-gradient(90deg, #109394 0%, #0061AF 100%);
  border-radius: 50%;
}
.p-contact_head__note a:after {
  background: url(../img/common/icon_arrow_white.svg) no-repeat center/10px 5px;
}
@media (min-width: 992px) {
  .p-contact_head__note a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .p-contact_head__item:nth-child(1) {
    padding-left: 3.5rem;
  }
  .p-contact_head__item:nth-child(2) {
    padding-right: 0;
  }
  .p-contact_head__num .num {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-contact_head__box {
    padding: 3.5rem;
  }
  .p-contact_head__wrap {
    display: block;
  }
  .p-contact_head__item {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .p-contact_head__item:nth-child(1) {
    padding-left: 0;
  }
  .p-contact_head__item:nth-child(2) {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #CBCBCB;
    border-left: none;
  }
}
@media (max-width: 575.9px) {
  .p-contact_head__box {
    padding: 3rem;
  }
  .p-contact_head__ttl {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .p-contact_head__num .num {
    font-size: 2.5rem;
  }
}

.p-contact_body {
  margin-top: 4.2rem;
}
.p-contact_body__desc {
  text-align: center;
}
.p-contact_body__form {
  margin-top: 3.5rem;
  background: #F5FBFF;
  padding: 6.5rem 12.5rem;
}
@media (max-width: 991.9px) {
  .p-contact_body__form {
    padding: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-contact_body__form {
    padding: 4rem 3rem;
  }
  .p-contact_body__desc {
    text-align: left;
  }
}

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

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

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

  NEWS

============================================*/
/*-------------------------------
  NEWS > COMMON
-------------------------------*/
.p-news__wrap {
  display: flex;
}
@media (max-width: 767.9px) {
  .p-news__wrap {
    flex-direction: column-reverse;
  }
}

.p-news_side {
  width: 14.5%;
  padding-top: 3rem;
}
.p-news_side__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 1.2rem;
  margin-bottom: 3.6rem;
  border-bottom: 1px solid #eee;
}
.p-news_side__item {
  line-height: 1;
}
.p-news_side__item:not(:first-child) {
  margin-top: 4rem;
}
@media (max-width: 991.9px) {
  .p-news_side__ttl {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.9px) {
  .p-news_side {
    width: 100%;
    padding-top: 0;
    margin-top: 5rem;
  }
}

.p-news_main {
  width: 85.5%;
  padding-left: 10rem;
}
.p-news_main__tab {
  display: flex;
  border-bottom: 1px solid #D6E9F4;
}
.p-news_main__tabItem {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  width: calc((100% - 2.1rem) / 4);
  border-radius: 1rem 1rem 0 0;
  position: relative;
  padding-top: 1.2rem;
  cursor: pointer;
}
.p-news_main__tabItem:not(:first-child) {
  margin-left: 7px;
}
.p-news_main__tabItem span {
  background: #f8f8f8;
  border-radius: 1rem 1rem 0 0;
  display: block;
  padding: 1.5rem 0;
  line-height: 1;
}
.p-news_main__tabItem:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
  opacity: 0;
}
.p-news_main__tabItem.-active {
  color: #0061AF;
  background: #fff;
  border: 1px solid #D6E9F4;
  border-bottom: none;
}
.p-news_main__tabItem.-active:before {
  opacity: 1;
}
.p-news_main__tabItem.-active span {
  background: #fff;
}
.p-news_main__panelItem {
  display: none;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.p-news_main__panelItem.-active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.p-news_main__more {
  margin-top: 4.5rem;
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
  transition: 0.4s;
  cursor: pointer;
}
.p-news_main__more.on-click {
  opacity: 0;
  visibility: hidden;
}
.p-news_main__more .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.p-news_main__more .txt {
  margin-right: 1em;
}
.p-news_main__more .btn {
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  background: linear-gradient(90deg, #109394 0%, #0061AF 100%);
  position: relative;
}
.p-news_main__more .btn:before, .p-news_main__more .btn:after {
  content: "";
  width: 46%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.p-news_main__more .btn:after {
  transform: rotate(90deg);
}
@media (max-width: 991.9px) {
  .p-news_main {
    padding-left: 5rem;
  }
  .p-news_main__tabItem {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.9px) {
  .p-news_main {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 575.9px) {
  .p-news_main__tabItem {
    font-size: 1.4rem;
    padding-top: 0.8rem;
  }
  .p-news_main__tabItem span {
    padding: 1rem 0;
  }
}

/*-------------------------------
  NEWS > SINGLE
-------------------------------*/
.p-panel_article__head {
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
  border-bottom: solid 1px #ddd;
}
.p-panel_article__info {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
.p-panel_article__date {
  font-family: "Poppins", serif;
  margin-right: 2rem;
  line-height: 1;
}
.p-panel_article__term {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  border: 1px solid #222;
  border-radius: 2.5rem;
  padding: 4.5px 10px;
  display: inline-block;
}
.p-panel_article__ttl {
  font-size: 1.5em;
  font-weight: 700;
}
.p-panel_article__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5em;
  transition: 0.4s;
}
.p-panel_article__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .p-panel_article__btn a:hover {
    opacity: 0.7;
  }
}
.p-panel_article__btn .txt {
  font-weight: 700;
  margin-left: 1em;
}
@media (max-width: 575.9px) {
  .p-panel_article__ttl {
    font-size: 1.4em;
    line-height: 1.4;
  }
}

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

  COMPANY

============================================*/
/*-------------------------------
  COMPANY > COMMON
-------------------------------*/
.p-company .c-ttl_sup {
  margin-bottom: 5rem;
}
.p-company__sec {
  padding-top: 9rem;
}
.p-company__sec:first-child {
  padding-top: 0;
}
.p-company__inner {
  max-width: calc(900px + 10vw);
}
@media (max-width: 991.9px) {
  .p-company__sec {
    padding-top: 4.5em;
  }
}
@media (max-width: 767.9px) {
  .p-company .c-ttl_sup {
    margin-bottom: 3rem;
  }
}
.p-company_greeting {
  padding-bottom: 11rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #E7F6FF 100%);
}
.p-company_greeting__wrap {
  display: flex;
}
.p-company_greeting__cnt {
  width: 57.18%;
}
.p-company_greeting__lead {
  font-size: 2.2rem;
  line-height: 1.818;
  margin-bottom: 3.5rem;
  font-weight: 700;
}
.p-company_greeting__txt p + p {
  margin-top: 1em;
}
.p-company_greeting__img {
  width: 42.82%;
  padding-left: 5rem;
}
.p-company_greeting__name {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 3em;
  line-height: 1;
}
.p-company_greeting__name .sub {
  margin-right: 1em;
}
.p-company_greeting__name .main {
  font-size: 1.5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media (max-width: 991.9px) {
  .p-company_greeting {
    padding-bottom: 4.5em;
  }
  .p-company_greeting__wrap {
    display: block;
  }
  .p-company_greeting__img {
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
  }
  .p-company_greeting__img img {
    width: 100%;
  }
  .p-company_greeting__cnt {
    width: 100%;
  }
  .p-company_greeting__name {
    margin-top: 2em;
  }
}
.p-company_profile__wrap {
  display: flex;
}
.p-company_profile__ttl {
  width: 32%;
}
.p-company_profile__cnt {
  width: 68%;
}
.p-company_profile__tbl tr {
  border-bottom: 1px dashed #ababab;
}
.p-company_profile__tbl tr:first-child th, .p-company_profile__tbl tr:first-child td {
  padding-top: 0;
}
.p-company_profile__tbl th {
  width: 15.8%;
  padding: 2em 0;
  vertical-align: top;
  text-align: left;
  font-weight: 700;
  color: #0061AF;
}
.p-company_profile__tbl td {
  width: 84.2%;
  padding: 2em 1em;
}
@media (max-width: 991.9px) {
  .p-company_profile__wrap {
    display: block;
  }
  .p-company_profile__ttl {
    width: 100%;
  }
  .p-company_profile__cnt {
    width: 100%;
  }
  .p-company_profile__tbl th {
    width: 20%;
  }
  .p-company_profile__tbl td {
    width: 80%;
  }
}
@media (max-width: 767.9px) {
  .p-company_profile__tbl th, .p-company_profile__tbl td {
    display: block;
    width: 100%;
    padding: 1em 0;
  }
  .p-company_profile__tbl th {
    padding-bottom: 0;
  }
}
.p-company_history {
  padding-bottom: 10rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #E7F6FF 20.85%);
}
.p-company_history__box {
  background: #fff;
  padding: 7rem 12.5rem;
}
.p-company_history__list {
  display: flex;
  flex-wrap: wrap;
}
.p-company_history__list dt {
  width: 16%;
  line-height: 2;
}
.p-company_history__list dd {
  width: 84%;
  position: relative;
  line-height: 2;
  padding-bottom: 2.75em;
  padding-left: 4.5rem;
}
.p-company_history__list dd:before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #0061AF 0%, #109394 100%);
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: 0.6875em;
}
.p-company_history__list dd:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #0061AF;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: 0.6875em;
}
.p-company_history__list dd:last-of-type {
  padding-bottom: 0;
}
.p-company_history__list dd:last-of-type:after {
  height: 1.1rem;
}
.p-company_history__imgWrap {
  display: flex;
}
.p-company_history__img {
  margin-top: 1rem;
}
.p-company_history__img + .p-company_history__img {
  margin-left: 2rem;
}
@media (max-width: 991.9px) {
  .p-company_history__box {
    padding: 6rem 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-company_history__box {
    padding: 3rem;
  }
  .p-company_history__list dt {
    width: 25%;
  }
  .p-company_history__list dd {
    width: 75%;
  }
}
@media (max-width: 575.9px) {
  .p-company_history__list dt {
    width: 30%;
  }
  .p-company_history__list dd {
    width: 70%;
    padding-left: 2.5rem;
  }
  .p-company_history__imgWrap {
    display: block;
  }
  .p-company_history__img + .p-company_history__img {
    margin-left: 0;
  }
}

.p-company_office__wrap {
  max-width: 850px;
  margin: 0 auto;
  margin-top: 6.5rem;
}
.p-company_office__item {
  display: flex;
  padding-bottom: 5rem;
  border-bottom: 1px dashed #ababab;
}
.p-company_office__item:not(:first-child) {
  margin-top: 5rem;
}
.p-company_office__cnt {
  width: 45.11%;
}
.p-company_office__ttl {
  font-size: 2rem;
  line-height: 1.2;
  border-left: 3px solid #0061AF;
  padding-left: 0.7rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.p-company_office__map a {
  color: #0061AF;
  font-size: 1.8rem;
  position: relative;
  padding-right: 1.5rem;
  display: inline-block;
  border-bottom: 1px solid #0061AF;
  line-height: 1.2;
}
.p-company_office__map a:before {
  content: "";
  width: 1.2rem;
  height: 1.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/company/icon_map.svg) no-repeat center/contain;
}
@media (min-width: 992px) {
  .p-company_office__map a:hover {
    opacity: 0.7;
  }
}
.p-company_office__address {
  margin-top: 0.5em;
}
.p-company_office__tel {
  margin-top: 0.5em;
}
.p-company_office__img {
  width: 53.89%;
}
@media (max-width: 991.9px) {
  .p-company_office__wrap {
    margin-top: 0;
  }
  .p-company_office__item {
    display: block;
  }
  .p-company_office__item:not(:first-child) {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .p-company_office__ttl {
    font-size: 1.8rem;
  }
  .p-company_office__cnt {
    width: 100%;
  }
  .p-company_office__map a {
    font-size: 1.4rem;
  }
  .p-company_office__img {
    width: 100%;
    margin-top: 3rem;
  }
  .p-company_office__img img {
    width: 100%;
  }
}
.p-company_gallery__wrap {
  max-width: 746px;
  margin: 10rem auto 0;
}
.p-company_gallery .slick-arrow {
  width: 2.2rem;
  height: 4.1rem;
  position: absolute;
  top: 50%;
  font-size: 0;
  transform: translateY(-50%);
  padding: 0;
}
.p-company_gallery .slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/company/icon_arrow_slick.svg) no-repeat center/contain;
}
.p-company_gallery .slick-prev {
  left: -6rem;
  transform: rotate(180deg) translateY(45%);
}
.p-company_gallery .slick-next {
  right: -6rem;
}
@media (max-width: 991.9px) {
  .p-company_gallery {
    left: -3rem;
  }
  .p-company_gallery__wrap {
    margin-top: 0;
    padding: 0 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-company_gallery .slick-arrow {
    width: 1.6rem;
    height: 3rem;
  }
  .p-company_gallery .slick-prev {
    left: -3rem;
  }
  .p-company_gallery .slick-next {
    right: -3rem;
  }
}
/*============================================

  STRENGTH

============================================*/
.p-strength {
  position: relative;
}
.p-strength_production {
  padding-bottom: 7.5rem;
}
.p-strength_production__inner {
  max-width: 1083px;
  margin: 4.5rem auto 0;
}
.p-strength_production__lead {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-strength_production__lead span {
  color: #A69C9C;
}
.p-strength_production__txt {
  margin-top: 3.5rem;
}
.p-strength_production__txt p + p {
  margin-top: 1em;
}
.p-strength_production__txt span {
  color: #A69C9C;
  font-weight: 700;
  font-size: 2rem;
}
.p-strength_production__img {
  margin-top: 4rem;
}
@media (max-width: 1199.9px) {
  .p-strength_production__lead {
    font-size: 2rem;
  }
  .p-strength_production__txt span {
    font-size: 1.8rem;
  }
}
@media (max-width: 991.9px) {
  .p-strength_production__lead {
    font-size: 1.8rem;
  }
  .p-strength_production__txt span {
    font-size: 1.6rem;
  }
}
.p-strength_process {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: #f9f9f9;
}
.p-strength_process__inner {
  display: flex;
}
.p-strength_process__ttl {
  width: 25%;
  padding-right: 5rem;
}
.p-strength_process__wrap {
  width: 75%;
}
.p-strength_process__item {
  display: flex;
}
.p-strength_process__item:not(:first-child) {
  margin-top: 4.5rem;
}
.p-strength_process__item:not(:first-child) .p-strength_process__step:before {
  content: "";
  width: 2px;
  height: 4.5rem;
  background: #0061AF;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 50%;
}
.p-strength_process__step {
  background: #0061AF;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  width: 11%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", serif;
  position: relative;
}
.p-strength_process__step .step {
  font-size: 1.8rem;
}
.p-strength_process__step .num {
  font-size: 4.8rem;
}
.p-strength_process__cnt {
  width: 89%;
  padding: 3rem 2.5rem;
  background: #fff;
}
.p-strength_process__itemTtl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media (max-width: 991.9px) {
  .p-strength_process__inner {
    display: block;
  }
  .p-strength_process__ttl {
    width: 100%;
  }
  .p-strength_process__wrap {
    width: 100%;
    margin-top: 3.5rem;
  }
  .p-strength_process__step .num {
    font-size: 4rem;
  }
  .p-strength_process__itemTtl {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .p-strength_process__step {
    width: 15%;
  }
  .p-strength_process__step .step {
    font-size: 1.6rem;
  }
  .p-strength_process__step .num {
    font-size: 3rem;
  }
  .p-strength_process__cnt {
    width: 85%;
    padding: 2.5rem;
  }
  .p-strength_process__itemTtl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.9px) {
  .p-strength_process__step .step {
    font-size: 1.4rem;
  }
  .p-strength_process__step .num {
    font-size: 2.6rem;
  }
}

.p-strength_strong {
  position: relative;
  padding-top: 9rem;
}
.p-strength_strong__wrap {
  margin-top: 4rem;
}
.p-strength_strong__ttl {
  width: 53%;
  margin-left: auto;
}
.p-strength_strong__item:not(:first-child) {
  margin-top: 15rem;
}
.p-strength_strong__item:nth-child(2) .p-strength_strong__img {
  margin-top: 4.5rem;
}
.p-strength_strong__col .p-strength_strong__img {
  position: absolute;
  left: 0;
  width: 41.666%;
}
.p-strength_strong__col .p-strength_strong__img.-right {
  right: 0;
  left: inherit;
}
.p-strength_strong__col .p-strength_strong__img .c-ofi {
  padding: 0;
  height: 583px;
}
.p-strength_strong__col .p-strength_strong__img img {
  width: 100%;
}
.p-strength_strong__col .p-strength_strong__cnt {
  width: 53%;
  padding-bottom: 12rem;
}
.p-strength_strong__col .p-strength_strong__cnt.-left {
  margin-left: auto;
}
.p-strength_strong__itemTtl .sub {
  color: #A69C9C;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-strength_strong__itemTtl .sub span {
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Poppins", serif;
  font-size: 2rem;
}
.p-strength_strong__itemTtl .main {
  font-size: 2.4rem;
  line-height: 1.5;
}
.p-strength_strong__lead {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  color: #A69C9C;
  margin-top: 3.5rem;
}
.p-strength_strong__txt {
  margin-top: 2rem;
}
.p-strength_strong__txt p + p {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .p-strength_strong__item:not(:first-child) {
    margin-top: 8rem;
  }
  .p-strength_strong__ttl {
    width: auto;
    margin-left: 0;
  }
  .p-strength_strong__col {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-strength_strong__col .p-strength_strong__img {
    position: relative;
    width: 100%;
    margin-top: 3rem;
  }
  .p-strength_strong__col .p-strength_strong__img .c-ofi {
    height: auto;
    padding-top: 60%;
  }
  .p-strength_strong__col .p-strength_strong__cnt {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 767.9px) {
  .p-strength_strong__item:not(:first-child) {
    margin-top: 6rem;
  }
  .p-strength_strong__itemTt .sub {
    font-size: 1.6rem;
  }
  .p-strength_strong__itemTt .sub span {
    font-size: 1.2em;
  }
  .p-strength_strong__itemTt .main {
    font-size: 2rem;
  }
  .p-strength_strong__lead {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
/*============================================

  PRODUCTS

============================================*/
.p-products {
  padding-bottom: 10rem;
}
.p-products_head {
  margin-top: 9.5rem;
}
@media (max-width: 767.9px) {
  .p-products_head {
    margin-top: 4.5rem;
  }
}

.p-products_cnt {
  margin-top: 5rem;
}
.p-products_cnt.-result {
  margin-bottom: 11rem;
  margin-top: 0;
}
.p-products_cnt.-result .p-products_cnt__wrap {
  margin-top: 3.5rem;
}
.p-products_cnt__result .result_head {
  display: flex;
  align-items: baseline;
  margin-bottom: 7rem;
}
.p-products_cnt__result .result_head .ttl {
  font-weight: 500;
  margin-right: 2.5rem;
}
.p-products_cnt__result .result_head .cnt_item {
  display: flex;
  font-size: 1.2rem;
}
.p-products_cnt__result .result_head .cnt_ttl {
  font-weight: 500;
}
.p-products_cnt__result .result_head .cnt_result span:not(:first-child):before {
  content: "、";
  display: inline-block;
}
.p-products_cnt__ttl {
  font-weight: 500;
  margin-bottom: 5rem;
}
.p-products_cnt__wrap {
  display: flex;
  flex-wrap: wrap;
}
.p-products_cnt__item {
  width: calc((100% - 4.5rem) / 4);
}
.p-products_cnt__item:not(:nth-child(4n)) {
  margin-right: 1.5rem;
}
.p-products_cnt__item:nth-child(n+5) {
  margin-top: 6rem;
}
@media (min-width: 992px) {
  .p-products_cnt__link:hover {
    opacity: 0.7;
  }
}
.p-products_cnt__img {
  background: #fff;
  border-radius: 2rem;
  margin-bottom: 1.5rem;
}
.p-products_cnt__img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90%;
}
.p-products_cnt__catWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-products_cnt__cat {
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 2.5rem;
  border: 1px solid #222;
  padding: 0.3rem 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.p-products_cnt__maker {
  color: #0061AF;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.p-products_cnt__name {
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 991.9px) {
  .p-products_cnt__item {
    width: calc((100% - 3rem) / 3);
  }
  .p-products_cnt__item:not(:nth-child(3n)) {
    margin-right: 1.5rem;
  }
  .p-products_cnt__item:nth-child(n+4) {
    margin-top: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-products_cnt.-result {
    margin-bottom: 7rem;
  }
  .p-products_cnt__wrap {
    justify-content: space-between;
  }
  .p-products_cnt__item {
    width: 48.5%;
  }
  .p-products_cnt__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-products_cnt__item:nth-child(n+3) {
    margin-top: 5rem;
  }
  .p-products_cnt__item:not(:nth-child(4)) {
    margin-right: 0;
  }
}
@media (max-width: 575.9px) {
  .p-products_cnt__catWrap {
    display: block;
  }
  .p-products_cnt__cat {
    display: inline-block;
    margin-bottom: 0.4rem;
  }
}

.p-products_detail__maker {
  color: #0061AF;
  font-size: 1.8rem;
  line-height: 1;
}
.p-products_detail__ttl {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1;
  margin-top: 2rem;
}
.p-products_detail__body {
  margin-top: 6.5rem;
  display: flex;
}
.p-products_detail__gallery {
  width: 41.8%;
}
.p-products_detail__gallery .img {
  height: auto;
  border: 1px solid #d7d7d7;
}
.p-products_detail__galleryMain .img {
  border-radius: 3.2rem;
  margin: 0 1px;
}
.p-products_detail__galleryMain .img .c-ofi {
  padding-top: 75%;
}
.p-products_detail__galleryMain .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90%;
}
.p-products_detail__galleryThumb {
  margin: 3rem -8px 0;
}
.p-products_detail__galleryThumb .slick-track {
  margin: 0;
}
.p-products_detail__galleryThumb .img {
  margin: 0 8px;
  border-radius: 2rem;
}
.p-products_detail__galleryThumb .img .c-ofi {
  padding-top: 100%;
}
.p-products_detail__galleryThumb .img img {
  max-width: 50%;
}
.p-products_detail__btn {
  margin-top: 5rem;
}
.p-products_detail__cnt {
  width: 58.2%;
  padding-left: 5rem;
}
.p-products_detail__cntItem:not(:first-child) {
  margin-top: 4rem;
}
.p-products_detail__cntItem .cnt ul {
  padding-left: 1.5em;
}
.p-products_detail__cntItem .cnt ul > li {
  list-style-type: disc;
}
@media (max-width: 991.9px) {
  .p-products_detail__body {
    display: block;
    margin-top: 3rem;
  }
  .p-products_detail__gallery {
    width: 100%;
  }
  .p-products_detail__cnt {
    width: 100%;
    padding-left: 0;
    margin-top: 5rem;
  }
  .p-products_detail__ttl {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .p-products_detail__btn {
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  .p-products_detail__maker {
    font-size: 1.6rem;
  }
  .p-products_detail__ttl {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.9px) {
  .p-products_detail__maker {
    font-size: 1.4rem;
  }
  .p-products_detail__ttl {
    font-size: 2rem;
  }
}

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

  CASE

============================================*/
/*-------------------------------
  RECRUIT > CASE
-------------------------------*/
.p-case__inner {
  max-width: 900px;
  margin: 0 auto;
}
.p-case_anchor {
  display: flex;
  justify-content: center;
  margin-bottom: 12rem;
}
.p-case_anchor__item:not(:first-child) {
  margin-left: 3.8rem;
}
.p-case_anchor__link {
  border: 3px solid #109394;
  border-radius: 3rem;
  display: block;
  color: #109394;
  text-align: center;
  width: 21rem;
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 1em 0;
  overflow: hidden;
}
.p-case_anchor__link:before {
  content: "▼";
  color: #109394;
  font-size: 1rem;
  transform: translateY(-50%);
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transition: 0.4s;
}
.p-case_anchor__link:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #109394;
  transform: scale(0, 1);
  transition: 0.4s;
  z-index: -1;
  transform-origin: left top;
}
@media (min-width: 992px) {
  .p-case_anchor__link:hover {
    color: #fff;
  }
  .p-case_anchor__link:hover:before {
    color: #fff;
  }
  .p-case_anchor__link:hover:after {
    transform: scale(1, 1);
  }
}
@media (max-width: 991.9px) {
  .p-case_anchor {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767.9px) {
  .p-case_anchor {
    justify-content: space-between;
  }
  .p-case_anchor__item {
    width: 48%;
  }
  .p-case_anchor__item:not(:first-child) {
    margin-left: 0;
  }
  .p-case_anchor__link {
    width: 100%;
    border-width: 2px;
  }
}

.p-case_construction__wrap {
  margin-top: 7rem;
}
.p-case_construction__item {
  display: flex;
}
.p-case_construction__item:nth-child(odd) .p-case_construction__cnt {
  padding-right: 4rem;
}
.p-case_construction__item:nth-child(odd) .p-case_construction__img {
  padding-left: 3rem;
}
.p-case_construction__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-case_construction__item:nth-child(even) .p-case_construction__cnt {
  padding-left: 4rem;
}
.p-case_construction__item:nth-child(even) .p-case_construction__img {
  padding-right: 3rem;
}
.p-case_construction__item:not(:first-child) {
  margin-top: 10rem;
}
.p-case_construction__cnt {
  width: 50%;
}
.p-case_construction__ttl {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.p-case_construction__ttl span {
  display: inline-block;
  border-bottom: 4px solid #FEF49D;
}
.p-case_construction__lead {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.p-case_construction__img {
  width: 50%;
}
.p-case_construction__imgInner {
  position: relative;
}
.p-case_construction__imgInner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #DAEDF9;
  border-radius: 3.2rem;
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  z-index: -1;
}
.p-case_construction__icons {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.p-case_construction__icon {
  background: #DAEDF9;
  width: 12rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-case_construction__icon:not(:first-child) {
  margin-left: 1.4rem;
}
@media (min-width: 768px) {
  .p-case_construction__item:nth-child(even) .p-case_construction__imgInner:before {
    right: inherit;
    left: -2rem;
  }
}
@media (max-width: 991.9px) {
  .p-case_construction__item {
    display: flex;
  }
  .p-case_construction__item:nth-child(odd) .p-case_construction__cnt {
    padding-right: 2rem;
  }
  .p-case_construction__item:nth-child(odd) .p-case_construction__img {
    padding-left: 1.5rem;
  }
  .p-case_construction__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-case_construction__item:nth-child(even) .p-case_construction__cnt {
    padding-left: 2rem;
  }
  .p-case_construction__item:nth-child(even) .p-case_construction__img {
    padding-right: 1.5rem;
  }
  .p-case_construction__item:not(:first-child) {
    margin-top: 8rem;
  }
}
@media (max-width: 767.9px) {
  .p-case_construction__item {
    display: block;
  }
  .p-case_construction__item:nth-child(odd) .p-case_construction__cnt {
    padding-right: 0;
  }
  .p-case_construction__item:nth-child(odd) .p-case_construction__img {
    padding-left: 0;
  }
  .p-case_construction__item:nth-child(even) .p-case_construction__cnt {
    padding-left: 0;
  }
  .p-case_construction__item:nth-child(even) .p-case_construction__img {
    padding-right: 0;
  }
  .p-case_construction__item:not(:first-child) {
    margin-top: 5rem;
  }
  .p-case_construction__cnt {
    width: 100%;
  }
  .p-case_construction__img {
    width: 100%;
    margin-top: 3rem;
  }
  .p-case_construction__img img {
    width: 100%;
  }
  .p-case_construction__imgInner {
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
  .p-case_construction__imgInner:before {
    right: 0;
    bottom: 0;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
  .p-case_construction__ttl {
    font-size: 2.2rem;
  }
  .p-case_construction__icon {
    width: 8rem;
    padding: 1rem;
  }
}
.p-case_works {
  padding-top: 14rem;
}
.p-case_works__cat {
  max-width: 500px;
  margin: 0 auto 7.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-case_works__catItem {
  margin: 0 0.75rem 1.5rem;
}
.p-case_works__catItem.-active span {
  background: #109394;
  color: #fff;
}
.p-case_works__catItem.-active span:before {
  color: #fff;
}
.p-case_works__catItem span {
  display: block;
  padding: 0.7rem 3.5rem 0.7rem 1.2rem;
  border-radius: 3rem;
  border: 1px solid #109394;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  position: relative;
  color: #109394;
  cursor: pointer;
  overflow: hidden;
  transition: 0.4s;
}
.p-case_works__catItem span:before {
  content: "▼";
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
  color: #109394;
  transition: 0.4s;
}
.p-case_works__catItem span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #109394;
  transition: 0.4s;
  transform: scale(0, 1);
  z-index: -1;
  transform-origin: left top;
}
@media (min-width: 992px) {
  .p-case_works__catItem:hover span {
    color: #fff;
  }
  .p-case_works__catItem:hover span:before {
    color: #fff;
  }
  .p-case_works__catItem:hover span:after {
    transform: scale(1, 1);
  }
}
.p-case_works__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-case_works__item {
  width: calc((100% - 8rem) / 2);
  margin-bottom: 8rem;
}
.p-case_works__item.-hide {
  display: none;
}
.p-case_works__item.-active {
  display: block;
}
.p-case_works__info {
  display: flex;
  flex-wrap: wrap;
}
.p-case_works__info dt {
  font-weight: 700;
  border-bottom: 1px solid #109394;
  width: 27.5%;
  padding: 1.15rem 1.5rem;
}
.p-case_works__info dt:last-of-type {
  border-bottom: none;
}
.p-case_works__info dd {
  border-bottom: 1px solid #dcdcdc;
  width: 72.5%;
  padding: 1.15rem 1.5rem;
}
.p-case_works__info dd:last-of-type {
  border-bottom: none;
}
.p-case_works__img {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
}
.p-case_works__img .c-ofi {
  padding-top: 63.41%;
}
.p-case_works__badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #109394;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 1.2rem 0 0 0;
  padding: 9px 14px;
  font-weight: 700;
}
@media (max-width: 991.9px) {
  .p-case_works {
    padding-top: 7.5rem;
  }
  .p-case_works__cat {
    max-width: 80%;
    margin-bottom: 5rem;
  }
  .p-case_works__item {
    width: calc((100% - 4rem) / 2);
  }
  .p-case_works__item:nth-child(n+3) {
    margin-top: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-case_works__cat {
    max-width: 90%;
  }
  .p-case_works__info {
    display: block;
    margin-top: 0.5rem;
  }
  .p-case_works__info dt, .p-case_works__info dd {
    width: 100%;
  }
  .p-case_works__info dt {
    border-bottom: none;
    padding-bottom: 0;
    color: #109394;
  }
}
@media (max-width: 575.9px) {
  .p-case_works__cat {
    max-width: 100%;
  }
  .p-case_works__cnt {
    display: block;
  }
  .p-case_works__item {
    width: 100%;
  }
  .p-case_works__item:not(:first-child) {
    margin-top: 5rem;
  }
}

.p-case_detail {
  max-width: 955px;
  margin: 0 auto;
}
.p-case_detail__imgMainWrap {
  position: relative;
}
.p-case_detail__imgMain {
  position: relative;
  overflow: hidden;
}
.p-case_detail__imgMainItem {
  border-radius: 1.2rem;
  overflow: hidden;
  height: auto;
}
.p-case_detail__imgMainItem .c-ofi {
  padding-top: 63.46%;
}
.p-case_detail__imgMainItem img {
  width: 100%;
}
.p-case_detail__imgThumb {
  margin-top: 5.3rem;
}
.p-case_detail__imgThumb a {
  display: block;
}
.p-case_detail__imgThumb .slick-track {
  margin: 0 !important;
}
.p-case_detail__imgThumb .slick-arrow {
  width: 3rem;
  height: 3rem;
  background: #0061AF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  transition: 0.4s;
  z-index: 10;
}
.p-case_detail__imgThumb .slick-arrow:before {
  content: "";
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/home/icon_arrow_slick.svg) no-repeat center/contain;
}
.p-case_detail__imgThumb .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.p-case_detail__imgThumb .slick-prev {
  left: -1rem;
}
.p-case_detail__imgThumb .slick-next {
  right: -1rem;
}
.p-case_detail__imgThumb .slick-next:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p-case_detail__imgThumbItem {
  border-radius: 1.2rem;
  overflow: hidden;
  margin: 0 2.8rem;
  position: relative;
  height: auto;
}
.p-case_detail__imgThumbItem .c-ofi {
  padding-top: 65.53%;
}
.p-case_detail__cat {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #109394;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  padding: 1.7rem 3rem;
  border-radius: 1.2rem 0 1.2rem 0;
  font-weight: 700;
}
.p-case_detail__cnt {
  margin-top: 6rem;
}
.p-case_detail__cnt dl {
  display: flex;
  flex-wrap: wrap;
}
.p-case_detail__cnt dl dt, .p-case_detail__cnt dl dd {
  padding-top: 3.4rem;
  padding-bottom: 5.8rem;
}
.p-case_detail__cnt dl dt {
  font-weight: 700;
  border-bottom: 1px solid #109394;
  width: 27.54%;
  padding-left: 4.2rem;
}
.p-case_detail__cnt dl dd {
  border-bottom: 1px solid #dcdcdc;
  width: 72.46%;
  padding-left: 7.5rem;
}
.p-case_detail__desc {
  margin-top: 1em;
}
.p-case_detail__btn {
  margin-top: 5rem;
}
@media (max-width: 991.9px) {
  .p-case_detail__imgThumb {
    margin-top: 3rem;
  }
  .p-case_detail__imgThumbItem {
    margin: 0 1rem;
  }
  .p-case_detail__cat {
    font-size: 2.5rem;
  }
  .p-case_detail__cnt {
    margin-top: 2rem;
  }
  .p-case_detail__cnt dl dt, .p-case_detail__cnt dl dd {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .p-case_detail__cnt dl dt {
    padding-left: 2rem;
  }
  .p-case_detail__cnt dl dd {
    padding-left: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-case_detail__cat {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-case_detail__imgThumb {
    margin-top: 1rem;
  }
  .p-case_detail__imgThumbItem {
    margin: 0 0.5rem;
  }
  .p-case_detail__cat {
    font-size: 1.4rem;
    padding: 1rem;
  }
}

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

  ESD/SDGs

============================================*/
/*-------------------------------
  ESD/SDGs > COMMON
-------------------------------*/
.p-esg-sdgs {
  padding-bottom: 0;
}
.p-esg-sdgs .c-ttl_pl {
  margin-bottom: 6rem;
}
.p-esg-sdgs__desc {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 5.4rem;
  font-weight: bold;
}
@media (max-width: 991.9px) {
  .p-esg-sdgs .c-ttl_pl {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767.9px) {
  .p-esg-sdgs .c-ttl_pl {
    margin-bottom: 3rem;
  }
}

.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;
}
.p-esg-sdgs_head__ttl {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
@media (max-width: 991.9px) {
  .p-esg-sdgs_head__item {
    width: calc((100% - 4rem) / 2);
  }
}
@media (max-width: 767.9px) {
  .p-esg-sdgs_head .c-ttl_pl {
    margin-bottom: 3rem;
  }
  .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-top: 10rem;
}
.p-esg-sdgs_body__lead {
  text-align: center;
  margin-bottom: 5rem;
}
.p-esg-sdgs_body__declaration {
  margin-top: 6rem;
  padding: 6rem;
  background: #efefef;
}
.p-esg-sdgs_body__declaration .cnt {
  max-width: 80%;
  margin: 0 auto;
}
.p-esg-sdgs_body__declaration .name {
  text-align: right;
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .p-esg-sdgs_body {
    padding-top: 7.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-esg-sdgs_body__lead {
    text-align: left;
    margin-bottom: 3rem;
  }
  .p-esg-sdgs_body__declaration {
    padding: 3rem;
  }
  .p-esg-sdgs_body__declaration .cnt {
    max-width: 100%;
  }
}

.p-esg-sdgs_detail {
  margin-top: 9rem;
}
.p-esg-sdgs_detail .c-ttl_disc {
  margin-bottom: 0.5rem;
}
.p-esg-sdgs_detail__head {
  margin-bottom: 5rem;
  background: no-repeat center/cover;
}
.p-esg-sdgs_detail__head.-e {
  background-image: url(../img/esg-sdgs/bg_environmental.jpg);
}
.p-esg-sdgs_detail__head.-s {
  background-image: url(../img/esg-sdgs/bg_social.jpg);
}
.p-esg-sdgs_detail__head.-g {
  background-image: url(../img/esg-sdgs/bg_governance.jpg);
}
.p-esg-sdgs_detail__headBox {
  width: 26.2rem;
  height: 26.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
}
.p-esg-sdgs_detail__headBox.-e {
  background: rgba(37, 134, 42, 0.75);
}
.p-esg-sdgs_detail__headBox.-s {
  background: rgba(7, 82, 168, 0.75);
}
.p-esg-sdgs_detail__headBox.-g {
  background: rgba(206, 84, 4, 0.75);
}
.p-esg-sdgs_detail__headBox .ttl_en {
  font-weight: bold;
  font-size: 3rem;
}
.p-esg-sdgs_detail__headBox .ttl_jp {
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 1.5rem;
}
.p-esg-sdgs_detail__cnt:not(:first-child) {
  margin-top: 8rem;
}
.p-esg-sdgs_detail__item {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #DDDDDD;
}
.p-esg-sdgs_detail__item.-col {
  display: flex;
}
.p-esg-sdgs_detail__item.-col .p-esg-sdgs_detail__txt {
  width: 56.45%;
}
.p-esg-sdgs_detail__item.-col > .p-esg-sdgs_detail__img {
  width: 43.55%;
  padding-left: 4rem;
}
.p-esg-sdgs_detail__img.-col {
  display: flex;
}
.p-esg-sdgs_detail__img.-col .p-esg-sdgs_detail__img:not(:first-child) {
  margin-left: 2rem;
}
.p-esg-sdgs_detail__ttl {
  line-height: 1.4;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  padding-left: 1.9rem;
  position: relative;
}
.p-esg-sdgs_detail__ttl:before {
  content: "";
  width: 4px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.2em;
  margin-right: 1.5rem;
}
.p-esg-sdgs_detail__ttl.-e:before {
  background: #25862A;
}
.p-esg-sdgs_detail__ttl.-s:before {
  background: #0752A8;
}
.p-esg-sdgs_detail__ttl.-g:before {
  background: #CE5404;
}
.p-esg-sdgs_detail__list > li:not(:first-child) {
  margin-top: 1em;
}
.p-esg-sdgs_detail__list > li p {
  padding-left: 1em;
}
.p-esg-sdgs_detail__txt + .p-esg-sdgs_detail__txt {
  margin-top: 3rem;
  padding-left: 0.9rem;
}
.p-esg-sdgs_detail__txt + .p-esg-sdgs_detail__txt p {
  padding-left: 0;
}
.p-esg-sdgs_detail__txt p {
  padding-left: 0.9rem;
}
.p-esg-sdgs_detail__subttl {
  line-height: 1.4;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.p-esg-sdgs_detail__sdgsTtl {
  margin-bottom: 1.6rem;
}
.p-esg-sdgs_detail__icons {
  display: flex;
}
.p-esg-sdgs_detail__icon:not(:first-child) {
  margin-left: 1rem;
}
@media (max-width: 991.9px) {
  .p-esg-sdgs_detail__headBox {
    width: 18rem;
    height: 18rem;
  }
  .p-esg-sdgs_detail__headBox .ttl_en {
    font-size: 2rem;
  }
  .p-esg-sdgs_detail__ttl {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .p-esg-sdgs_detail__subttl {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .p-esg-sdgs_detail__item.-col {
    display: block;
  }
  .p-esg-sdgs_detail__item.-col .p-esg-sdgs_detail__txt {
    width: 100%;
  }
  .p-esg-sdgs_detail__item.-col > .p-esg-sdgs_detail__img {
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-esg-sdgs_detail {
    margin-top: 5rem;
  }
  .p-esg-sdgs_detail__headBox {
    width: 50%;
    height: auto;
    padding: 4rem 0;
  }
  .p-esg-sdgs_detail__headBox .ttl_en {
    font-size: 2rem;
  }
  .p-esg-sdgs_detail__headBox .ttl_jp {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-esg-sdgs_detail__lead {
    text-align: left;
  }
  .p-esg-sdgs_detail__icons {
    flex-wrap: wrap;
  }
  .p-esg-sdgs_detail__icon {
    width: calc((100% - 2rem) / 3);
  }
  .p-esg-sdgs_detail__icon:not(:first-child) {
    margin-left: 0;
  }
  .p-esg-sdgs_detail__icon:nth-child(n+4) {
    margin-top: 1rem;
  }
  .p-esg-sdgs_detail__icon:not(:nth-child(3n)) {
    margin-right: 1rem;
  }
  .p-esg-sdgs_detail__img {
    text-align: center;
  }
  .p-esg-sdgs_detail__img.-col {
    display: block;
  }
  .p-esg-sdgs_detail__img.-col .p-esg-sdgs_detail__img {
    text-align: center;
  }
  .p-esg-sdgs_detail__img.-col .p-esg-sdgs_detail__img:not(:first-child) {
    margin-left: 0;
    margin-top: 2rem;
  }
  .p-esg-sdgs_detail__headBox {
    width: 50%;
  }
}

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

  PRIVACY POLICY

============================================*/
/*-------------------------------
  PRIVACY > COMMON
-------------------------------*/
.p-privacypolicy__inner {
  max-width: 850px;
  margin: 0 auto;
}
.p-privacypolicy__body {
  margin-top: 5rem;
}
.p-privacypolicy__item:not(:first-child) {
  margin-top: 4.5rem;
}
.p-privacypolicy__item > dt {
  margin-bottom: 1.5rem;
  font-size: 1.25em;
  font-weight: 500;
  border-bottom: dashed 1px #828282;
  padding-bottom: 1.5rem;
  line-height: 1;
  color: #0061AF;
}
.p-privacypolicy__item > dt span {
  display: inline-block;
}
.p-privacypolicy__list {
  padding-left: 1.5em;
  margin-top: 0.75em;
}
.p-privacypolicy__list > li {
  list-style-type: disc;
}
.p-privacypolicy__sub {
  margin-top: 1em;
}
.p-privacypolicy__subItem:not(:first-child) {
  margin-top: 0.5em;
}
.p-privacypolicy__subItem > dt {
  margin-bottom: 0.25em;
}
.p-privacypolicy__ga {
  margin-top: 0.5em;
}
.p-privacypolicy__ga a {
  word-break: break-all;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .p-privacypolicy__ga a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
/*============================================

  SITEMAP

============================================*/
/*-------------------------------
    SITEMAP > COMMON
-------------------------------*/
.p-sitemap__inner {
  max-width: 840px;
  margin: 0 auto;
}
.p-sitemap__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-sitemap__item {
  width: calc((100% - 8rem) / 2);
  border-bottom: 1px solid #dcdcdc;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
}
.p-sitemap__item span {
  display: block;
  color: #0061AF;
  font-family: "Poppins", serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 1em;
}
.p-sitemap__item a {
  display: block;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .p-sitemap__item a:hover {
    opacity: 0.7;
  }
}
.p-sitemap__item:nth-child(-n+2) a {
  padding-top: 0;
}
.p-sitemap__item:nth-child(n+3) {
  margin-top: 4rem;
}
.p-sitemap__item:before {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #0061AF;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_arrow_cta.svg) no-repeat center/8px 14px;
  background-color: #0061AF;
}
@media (max-width: 991.9px) {
  .p-sitemap__item {
    font-size: 2rem;
  }
  .p-sitemap__item a {
    padding: 2rem 0;
  }
}
@media (max-width: 767.9px) {
  .p-sitemap__item {
    width: 100%;
  }
  .p-sitemap__item:nth-child(-n+2) a {
    padding-top: 1.5rem;
  }
  .p-sitemap__item:first-child a {
    padding-top: 0;
  }
  .p-sitemap__item:not(:first-child) {
    margin-top: 0;
  }
}
@media (max-width: 575.9px) {
  .p-sitemap__item {
    font-size: 1.8rem;
  }
  .p-sitemap__item a {
    padding: 1.5rem 0;
  }
  .p-sitemap__item:before {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.p-recruit__ttl {
  margin-bottom: 4rem;
  position: relative;
  font-size: 3.6rem;
  padding-left: 1.06em;
  line-height: 1;
}
.p-recruit__ttl:before {
  content: "";
  width: 0.64em;
  height: 0.64em;
  border-radius: 50%;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 0.25em;
}
.p-recruit__ttl.-white {
  color: #fff;
}
.p-recruit__ttl.-col {
  display: flex;
  align-items: flex-end;
}
.p-recruit__ttl .sub {
  font-size: 1.4rem;
  margin-left: 1.6em;
}
@media (max-width: 991.9px) {
  .p-recruit__ttl {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.9px) {
  .p-recruit__ttl {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .p-recruit__ttl.-col {
    display: block;
  }
  .p-recruit__ttl .sub {
    margin-left: 0;
    margin-top: 1em;
    font-size: 1.3rem;
  }
}

.p-recruit_message__inner {
  max-width: calc(1280px + 10vw);
}
.p-recruit_message__wrap {
  display: flex;
  align-items: center;
}
.p-recruit_message__img.-img01 {
  width: 24.2%;
  margin-bottom: auto;
}
.p-recruit_message__img.-img02 {
  margin-top: auto;
  width: 22%;
}
.p-recruit_message__cnt {
  width: 53.8%;
  padding: 3rem 7rem 3.5rem;
}
.p-recruit_message__cntTtl {
  color: #ff0000;
  font-family: "Poppins", serif;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.p-recruit_message__cntTxt {
  line-height: 2.5;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 1199.9px) {
  .p-recruit_message__cnt {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 991.9px) {
  .p-recruit_message__wrap {
    display: block;
  }
  .p-recruit_message__img.-img01 {
    width: 40%;
  }
  .p-recruit_message__img.-img02 {
    width: 35%;
    margin-left: auto;
    margin-top: 3rem;
  }
  .p-recruit_message__cnt {
    width: 100%;
    padding: 0;
    margin-top: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_message__cntTtl {
    font-size: 1.6rem;
    margin-bottom: 0.6em;
  }
  .p-recruit_message__cntTxt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_message__img.-img01 {
    width: 65%;
  }
  .p-recruit_message__img.-img02 {
    width: 60%;
  }
}

.p-recruit_number {
  margin-top: 10rem;
  padding-top: 17.5rem;
  padding-bottom: 9.5rem;
  background: url(../img/recruit/img_bg_number.png) no-repeat center top/100% auto;
  position: relative;
}
@media (min-width: 992px) {
  .p-recruit_number .p-recruit__ttl {
    margin-bottom: 7.5rem;
  }
}
.p-recruit_number:before {
  content: "";
  width: 100%;
  height: calc(100% - 17.5rem);
  position: absolute;
  top: 17.5rem;
  left: 0;
  background-color: #0061AF;
  z-index: -1;
}
.p-recruit_number__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
.p-recruit_number__item {
  background: #fff;
  border-radius: 3.2rem;
  padding: 2.8rem 2.5rem 2.8rem;
}
.p-recruit_number__item.-col1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.p-recruit_number__item:nth-child(1) {
  grid-area: 1/1/2/2;
}
.p-recruit_number__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.p-recruit_number__item:nth-child(3) {
  grid-area: 1/3/2/5;
}
@media (min-width: 992px) {
  .p-recruit_number__item:nth-child(3) {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.p-recruit_number__item:nth-child(3) .p-recruit_number__icon img {
  max-width: 113px;
}
.p-recruit_number__item:nth-child(3) .p-recruit_number__cnt {
  margin-right: 4rem;
  margin-top: 4rem;
}
.p-recruit_number__item:nth-child(3) .p-recruit_number__numWrap {
  justify-content: flex-start;
}
.p-recruit_number__item:nth-child(4) {
  grid-area: 2/1/3/3;
}
@media (min-width: 992px) {
  .p-recruit_number__item:nth-child(4) {
    padding: 1.7rem 3rem 1.3rem 9rem;
  }
}
.p-recruit_number__item:nth-child(4) .p-recruit_number__ttl {
  margin-bottom: 4.4rem;
}
.p-recruit_number__item:nth-child(4) .p-recruit_number__cnt {
  margin-right: 3.6rem;
  padding-top: 1rem;
}
.p-recruit_number__item:nth-child(5) {
  grid-area: 2/3/3/4;
}
.p-recruit_number__item:nth-child(6) {
  grid-area: 2/4/3/5;
}
.p-recruit_number__item:nth-child(6) .p-recruit_number__icon img {
  max-width: 172px;
}
.p-recruit_number__item:nth-child(7) {
  grid-area: 3/1/4/2;
}
.p-recruit_number__item:nth-child(8) {
  grid-area: 3/2/4/3;
}
.p-recruit_number__item:nth-child(9) {
  grid-area: 3/3/4/4;
}
.p-recruit_number__item:nth-child(10) {
  grid-area: 3/4/4/5;
}
.p-recruit_number__item:nth-child(11) {
  grid-area: 4/1/5/2;
}
.p-recruit_number__item:nth-child(12) {
  grid-area: 4/2/5/4;
}
@media (min-width: 992px) {
  .p-recruit_number__item:nth-child(12) {
    padding-left: 5rem;
    padding-right: 4rem;
  }
}
.p-recruit_number__item:nth-child(12) .p-recruit_number__icon {
  margin-top: 1.5rem;
}
.p-recruit_number__item:nth-child(12) .p-recruit_number__icon img {
  max-width: 71px;
}
.p-recruit_number__item:nth-child(12) .p-recruit_number__cntWrap {
  align-items: center;
}
.p-recruit_number__item:nth-child(12) .p-recruit_number__icon {
  margin-right: 3rem;
}
.p-recruit_number__item:nth-child(12) .p-recruit_number__numWrap {
  justify-content: flex-start;
}
.p-recruit_number__item:nth-child(13) {
  grid-area: 4/4/5/5;
  padding-bottom: 2rem;
}
.p-recruit_number__item:nth-child(13) .p-recruit_number__icon img {
  max-width: 201px;
}
.p-recruit_number__ttl {
  line-height: 1;
}
.p-recruit_number__cntWrap {
  display: flex;
}
.p-recruit_number__txt {
  line-height: 1;
  margin-top: 1em;
}
.p-recruit_number__icon {
  text-align: center;
}
.p-recruit_number__icon:not(.-lg) img {
  max-width: 57px;
}
.p-recruit_number__numWrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-recruit_number__numWrap .num {
  font-family: "Poppins", serif;
  font-weight: 700;
  line-height: 0.7;
  font-size: 6.4rem;
}
@media (min-width: 992px) {
  .p-recruit_number__numWrap .num.-sm {
    font-size: 6rem;
  }
}
.p-recruit_number__numWrap .txt {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  margin-left: 0.5rem;
}
.p-recruit_number__numWrap .border {
  width: 5.125em;
  border-bottom: 1px dashed #222;
  margin: 0 4px 0.5em 8px;
}
.p-recruit_number__numWrap .border.-short {
  width: 2em;
}
.p-recruit_number__numWrap + .p-recruit_number__numWrap {
  margin-top: 3.5rem;
}
@media (max-width: 1199.9px) {
  .p-recruit_number__numWrap .num {
    font-size: 5rem;
  }
  .p-recruit_number__numWrap .num.-sm {
    font-size: 3.5vw;
  }
  .p-recruit_number__numWrap .border {
    width: 3em;
  }
  .p-recruit_number__item:nth-child(3) {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .p-recruit_number__item:nth-child(4) {
    padding-left: 5rem;
  }
  .p-recruit_number__item:nth-child(12) {
    padding-left: 4rem;
  }
}
@media (max-width: 991.9px) {
  .p-recruit_number {
    padding-top: 10rem;
  }
  .p-recruit_number:before {
    top: 8rem;
    height: calc(100% - 8rem);
  }
  .p-recruit_number__wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .p-recruit_number__item {
    width: calc((100% - 2.5rem) / 2);
    border-radius: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .p-recruit_number__item:nth-child(3) {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .p-recruit_number__item:nth-child(3) .p-recruit_number__cnt {
    margin-right: 0;
    margin-top: 2rem;
  }
  .p-recruit_number__item:nth-child(3) .p-recruit_number__numWrap {
    justify-content: center;
  }
  .p-recruit_number__item:nth-child(4) {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .p-recruit_number__item:nth-child(4) .p-recruit_number__cnt {
    margin-right: 0;
    padding-top: 0;
  }
  .p-recruit_number__item:nth-child(4) .p-recruit_number__ttl {
    margin-bottom: 1rem;
  }
  .p-recruit_number__item:nth-child(12) {
    padding-left: 2.5rem;
  }
  .p-recruit_number__item:nth-child(12) .p-recruit_number__icon {
    margin-right: 0;
    margin-top: 0;
  }
  .p-recruit_number__ttl {
    margin-bottom: 1rem;
    text-align: center;
  }
  .p-recruit_number__cntWrap {
    display: block;
  }
  .p-recruit_number__numWrap {
    margin-top: 1.5rem;
  }
  .p-recruit_number__numWrap .num {
    font-size: 4rem;
  }
  .p-recruit_number__numWrap .num.-sm {
    font-size: 3.6rem;
  }
  .p-recruit_number__numWrap .txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_number__numWrap .num {
    font-size: 3rem;
  }
  .p-recruit_number__numWrap .num.-sm {
    font-size: 3rem;
  }
  .p-recruit_number__numWrap .border {
    display: none;
  }
  .p-recruit_number__item:nth-child(12) .p-recruit_number__numWrap {
    flex-wrap: wrap;
  }
  .p-recruit_number__item:nth-child(12) .p-recruit_number__numWrap .txt:first-of-type {
    width: 100%;
    margin-bottom: 1rem;
  }
  .p-recruit_number__item:nth-child(12) .p-recruit_number__numWrap + .p-recruit_number__numWrap {
    margin-top: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_number:before {
    top: 5rem;
    height: calc(100% - 5rem);
  }
  .p-recruit_number__item {
    width: 100%;
  }
  .p-recruit_number__ttl {
    font-size: 1.6rem;
  }
}

.p-recruit_welfare {
  padding-top: 12.5rem;
  padding-bottom: 10rem;
  background: url(../img/recruit/img_bg_welfare.png) repeat-y center top/100% auto;
  background-color: #F5FBFF;
  position: relative;
}
.p-recruit_welfare:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15rem;
  background: url(../img/recruit/img_bg_welfare.png) repeat-y center top/100% auto;
  width: 100%;
  height: 15rem;
}
.p-recruit_welfare__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-recruit_welfare__item {
  background: #fff;
  border-radius: 3.2rem;
  padding: 2.3rem 2.8rem 2rem;
  width: calc((100% - 7.5rem) / 4);
}
.p-recruit_welfare__item:nth-child(n+5) {
  margin-top: 2.5rem;
}
.p-recruit_welfare__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 1.3rem;
}
.p-recruit_welfare__ttl .icon img {
  max-width: 51px;
}
.p-recruit_welfare__ttl .ttl {
  line-height: 1.4375;
  margin-left: 1.3rem;
}
.p-recruit_welfare__txt p {
  font-size: 1.5rem;
}
.p-recruit_welfare__txt .note {
  font-size: 1.1rem;
  display: inline-block;
}
@media (max-width: 991.9px) {
  .p-recruit_welfare {
    padding: 4.5em 0;
  }
  .p-recruit_welfare__item {
    width: calc((100% - 2.5rem) / 2);
    border-radius: 2.5rem;
  }
  .p-recruit_welfare__item:nth-child(n+3) {
    margin-top: 2.5rem;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_welfare__item {
    width: 100%;
  }
  .p-recruit_welfare__item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-recruit_business {
  padding-top: 11.5rem;
  padding-bottom: 9rem;
  position: relative;
  background: url(../img/recruit/img_bg_business.png) no-repeat center top/100% auto;
}
.p-recruit_business:before {
  content: "";
  width: 100%;
  height: calc(100% - 237px);
  position: absolute;
  top: 237px;
  left: 0;
  background-color: #D6E9F4;
}
.p-recruit_business__graph {
  position: relative;
  text-align: center;
}
@media (max-width: 1599.9px) {
  .p-recruit_business:before {
    height: calc(100% - 15rem);
    top: 15rem;
  }
}
@media (max-width: 991.9px) {
  .p-recruit_business {
    padding-top: 8rem;
  }
  .p-recruit_business:before {
    height: calc(100% - 8rem);
    top: 8rem;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_business:before {
    height: calc(100% - 5rem);
    top: 5rem;
  }
}
.p-recruit_interview {
  padding-top: 9rem;
  padding-bottom: 8rem;
}
.p-recruit_interview__wrap {
  max-width: 850px;
  margin: 0 auto;
}
.p-recruit_interview__tab {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #FFDFDF;
}
.p-recruit_interview__tabItem {
  width: calc((100% - 3.4rem) / 3);
  border-radius: 1rem 1rem 0 0;
  padding-top: 1rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.p-recruit_interview__tabItem:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
  opacity: 0;
}
.p-recruit_interview__tabItem.-active {
  color: #ff0000;
  background: #ffffff;
  border: 1px solid #FFDFDF;
  border-bottom: none;
}
.p-recruit_interview__tabItem.-active .p-recruit_interview__tabInner {
  background: #ffffff;
}
.p-recruit_interview__tabItem.-active:before {
  opacity: 1;
}
.p-recruit_interview__tabItem .sub {
  font-size: 1.4rem;
}
.p-recruit_interview__tabItem .main {
  font-size: 1.8rem;
  margin-top: 1rem;
}
.p-recruit_interview__tabInner {
  background: #f8f8f8;
  padding: 2.2rem 0;
  display: block;
  border-radius: 1rem 1rem 0 0;
}
.p-recruit_interview__panel {
  margin-top: 8rem;
}
.p-recruit_interview__panelItem {
  display: none;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.p-recruit_interview__panelItem.-active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.p-recruit_interview__head {
  display: flex;
  align-items: center;
}
.p-recruit_interview__img {
  width: 45.41%;
}
.p-recruit_interview__profile {
  width: 54.59%;
  padding-left: 4rem;
}
.p-recruit_interview__year {
  font-size: 2rem;
}
.p-recruit_interview__name {
  font-size: 3.2rem;
  font-weight: 700;
}
.p-recruit_interview__item {
  margin-top: 3.5rem;
}
.p-recruit_interview__ttl {
  position: relative;
  margin-bottom: 2.5rem;
}
.p-recruit_interview__ttl:before {
  content: "Q.";
  font-weight: 700;
  color: #ff0000;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
}
.p-recruit_interview__itemImg {
  margin-top: 3rem;
}
.p-recruit_interview__col {
  display: flex;
}
.p-recruit_interview__col .p-recruit_interview__itemWrap {
  width: 59.05%;
  padding-right: 2.8rem;
}
.p-recruit_interview__col .p-recruit_interview__itemImg {
  width: 40.95%;
}
@media (max-width: 991.9px) {
  .p-recruit_interview {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .p-recruit_interview__tabItem {
    width: calc((100% - 1.5rem) / 3);
  }
  .p-recruit_interview__tabInner {
    padding: 1.5rem 0;
  }
  .p-recruit_interview__year {
    font-size: 1.8rem;
  }
  .p-recruit_interview__name {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_interview__tab {
    flex-wrap: wrap;
    border-bottom: none;
  }
  .p-recruit_interview__tabItem {
    width: 100%;
    padding-top: 0;
    border: none;
    border-radius: 1rem;
    background: #f8f8f8;
  }
  .p-recruit_interview__tabItem.-active {
    background: #ff0000;
    color: #fff;
  }
  .p-recruit_interview__tabItem.-active .p-recruit_interview__tabInner {
    background: none;
  }
  .p-recruit_interview__tabItem:before {
    display: none;
  }
  .p-recruit_interview__tabItem:not(:first-child) {
    margin-top: 1rem;
  }
  .p-recruit_interview__tabInner {
    background: none;
  }
  .p-recruit_interview__panel {
    margin-top: 4rem;
  }
  .p-recruit_interview__head {
    flex-direction: column;
  }
  .p-recruit_interview__img {
    width: 100%;
    text-align: center;
  }
  .p-recruit_interview__profile {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
  .p-recruit_interview__name {
    font-size: 2.2rem;
  }
  .p-recruit_interview__col {
    display: block;
  }
  .p-recruit_interview__col .p-recruit_interview__itemWrap {
    width: 100%;
    padding-right: 0;
    margin-top: 3rem;
  }
  .p-recruit_interview__col .p-recruit_interview__itemImg {
    width: 100%;
    text-align: center;
  }
}
.p-recruit_reqirement {
  padding-top: 10rem;
  padding-bottom: 7.7rem;
  background: #F8F8F8;
}
.p-recruit_reqirement__tab {
  max-width: 585px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.p-recruit_reqirement__tabItem {
  width: calc((100% - 3.5rem) / 2);
  border-radius: 1rem 1rem 0 0;
  padding-top: 1rem;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  font-size: 2.6rem;
}
.p-recruit_reqirement__tabItem:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 10;
  opacity: 0;
}
.p-recruit_reqirement__tabItem.-active {
  color: #0061AF;
  background: #ffffff;
  border: 3px solid #0061AF;
  border-bottom: none;
}
.p-recruit_reqirement__tabItem.-active .p-recruit_reqirement__tabInner {
  background: #ffffff;
}
.p-recruit_reqirement__tabItem.-active:before {
  opacity: 1;
}
.p-recruit_reqirement__tabInner {
  background: #e3e3e3;
  padding: 2.2rem 0;
  display: block;
  border-radius: 1rem 1rem 0 0;
  height: 100%;
}
.p-recruit_reqirement__panelItem {
  background: #fff;
  padding: 8rem 5rem;
  border-radius: 2rem;
  border: 3px solid #0061AF;
  display: none;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.p-recruit_reqirement__panelItem.-active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.p-recruit_reqirement__panelInner {
  max-width: 850px;
  margin: 0 auto;
}
.p-recruit_reqirement__tbl tr {
  border-bottom: 1px dotted #C0C0C0;
}
.p-recruit_reqirement__tbl tr:first-child th,
.p-recruit_reqirement__tbl tr:first-child td {
  padding-top: 0;
}
.p-recruit_reqirement__tbl th {
  width: 18%;
  color: #0061AF;
  font-weight: 700;
  vertical-align: top;
  text-align: left;
}
.p-recruit_reqirement__tbl td {
  width: 82%;
}
.p-recruit_reqirement__tbl td .note {
  font-size: 1.2rem;
}
.p-recruit_reqirement__tbl th, .p-recruit_reqirement__tbl td {
  padding: 0.9em 0;
}
@media (max-width: 991.9px) {
  .p-recruit_reqirement {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .p-recruit_reqirement__tabItem {
    font-size: 2rem;
  }
  .p-recruit_reqirement__tabInner {
    padding: 1.5rem 0;
  }
  .p-recruit_reqirement__panelItem {
    padding: 5rem;
  }
  .p-recruit_reqirement__tbl th {
    width: 25%;
  }
  .p-recruit_reqirement__tbl td {
    width: 75%;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_reqirement__tbl th, .p-recruit_reqirement__tbl td {
    display: block;
    width: 100%;
  }
  .p-recruit_reqirement__tbl th {
    padding-bottom: 0;
  }
  .p-recruit_reqirement__tab {
    max-width: 80%;
  }
  .p-recruit_reqirement__tabItem {
    width: 48%;
    font-size: 1.8rem;
  }
  .p-recruit_reqirement__tabInner {
    padding: 1rem 0;
  }
  .p-recruit_reqirement__panelItem {
    padding: 3rem;
  }
}
.p-recruit_flow {
  padding-top: 7.7rem;
  background: #F8F8F8;
  padding-bottom: 8rem;
}
.p-recruit_flow__wrap {
  display: flex;
  justify-content: space-between;
}
.p-recruit_flow__item {
  width: calc((100% - 12.9rem) / 4);
  position: relative;
  padding-top: 3rem;
  padding-left: 3rem;
}
.p-recruit_flow__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.2rem;
  height: 6.2rem;
  background: #0061AF;
  border-radius: 50%;
  color: #fff;
  font-family: "Poppins", serif;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-recruit_flow__num .step {
  font-size: 1.2rem;
}
.p-recruit_flow__num .num {
  font-size: 2.6rem;
}
.p-recruit_flow__cnt {
  background: #fff;
  border-top: 2px solid #0061AF;
  padding-top: 4.4rem;
  padding-bottom: 4rem;
  text-align: center;
}
.p-recruit_flow__icon img {
  max-width: 105px;
}
.p-recruit_flow__txt {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media (max-width: 991.9px) {
  .p-recruit_flow {
    padding-top: 0;
    padding-bottom: 4.5em;
  }
  .p-recruit_flow__item {
    width: calc((100% - 5rem) / 4);
    padding-top: 2rem;
    padding-left: 2rem;
  }
  .p-recruit_flow__num {
    width: 4.5rem;
    height: 4.5rem;
  }
  .p-recruit_flow__num .num {
    font-size: 1.8rem;
  }
  .p-recruit_flow__txt {
    font-size: 2rem;
    margin-top: 1em;
  }
  .p-recruit_flow__cnt {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_flow__wrap {
    flex-wrap: wrap;
  }
  .p-recruit_flow__item {
    width: 48%;
  }
  .p-recruit_flow__item:nth-child(n+3) {
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_flow__txt {
    font-size: 1.8rem;
    margin-top: 0.8em;
  }
}

.p-recruit_entry {
  padding-top: 11rem;
}
.p-recruit_entry__ttl {
  text-align: center;
  color: #ff0000;
  font-size: 6.4rem;
  line-height: 1;
  font-family: "Poppins", serif;
  margin-bottom: 4rem;
}
.p-recruit_entry__desc {
  text-align: center;
}
.p-recruit_entry__box {
  background: #F5FBFF;
  padding: 6rem 5rem 16.5rem;
  margin-top: 6rem;
}
.p-recruit_entry__box.-pbsm {
  padding-bottom: 6rem;
}
.p-recruit_entry__inner {
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  .p-recruit_entry {
    padding-top: 4.5em;
  }
  .p-recruit_entry__ttl {
    font-size: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-recruit_entry__ttl {
    font-size: 4rem;
  }
  .p-recruit_entry__box {
    padding: 4rem 3rem;
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-recruit_entry__ttl {
    font-size: 3rem;
  }
}

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

  GEAR PUMP

============================================*/
/*-------------------------------
  GEAR PUMP > COMMON
-------------------------------*/
.p-gear_pump {
  padding-top: 11.5rem;
}
.p-gear_pump_features {
  padding-bottom: 9rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #E7F6FF 100%);
}
.p-gear_pump_features__wrap {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
}
.p-gear_pump_features__cnt {
  width: 56.63%;
  padding-right: 6rem;
  padding-top: 2.8rem;
}
.p-gear_pump_features__ttl {
  line-height: 1;
  margin-bottom: 4rem;
}
.p-gear_pump_features__ttl .en {
  font-weight: 700;
  color: #0061AF;
  font-family: "Poppins", serif;
}
.p-gear_pump_features__ttl .jp {
  font-weight: 500;
  font-size: 2.6rem;
  margin-top: 1.6rem;
}
.p-gear_pump_features__list {
  margin-bottom: 4rem;
}
.p-gear_pump_features__list li {
  color: #0061AF;
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
}
.p-gear_pump_features__list li:not(:first-child) {
  margin-top: 0.75rem;
}
.p-gear_pump_features__list li:before {
  content: "";
  width: 0.6875em;
  height: 0.6875em;
  border-radius: 50%;
  background: linear-gradient(270deg, #0F8D98 0%, #114E85 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-gear_pump_features__txt {
  max-width: 435px;
}
.p-gear_pump_features__txt p + p {
  margin-top: 1em;
}
.p-gear_pump_features__img {
  width: 43.37%;
}
@media (max-width: 991.9px) {
  .p-gear_pump_features {
    padding-bottom: 4.5em;
  }
  .p-gear_pump_features__wrap {
    display: block;
  }
  .p-gear_pump_features__cnt {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
  .p-gear_pump_features__img {
    width: 100%;
    margin-top: 3rem;
  }
  .p-gear_pump_features__img img {
    width: 100%;
  }
  .p-gear_pump_features__ttl {
    margin-bottom: 2.5rem;
  }
  .p-gear_pump_features__list {
    margin-bottom: 2.5rem;
  }
  .p-gear_pump_features__txt {
    max-width: 100%;
  }
}
@media (max-width: 767.9px) {
  .p-gear_pump_features__ttl .jp {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
  .p-gear_pump_features__list li:not(:first-child) {
    margin-top: 0.5rem;
  }
}
@media (max-width: 575.9px) {
  .p-gear_pump_features__ttl .jp {
    font-size: 1.8rem;
  }
}

.p-gear_pump_product {
  padding-top: 10rem;
}
.p-gear_pump_product .c-ttl_sup {
  margin-bottom: 7.6rem;
}
.p-gear_pump_product__sec:not(:first-of-type) {
  padding-top: 8rem;
  margin-top: 12rem;
  position: relative;
}
.p-gear_pump_product__sec:not(:first-of-type):before {
  content: "";
  width: 62.5%;
  height: 1px;
  border-top: 1px dashed #9F9F9F;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-gear_pump_product__inner {
  max-width: 900px;
  margin: 0 auto;
}
.p-gear_pump_product__head {
  margin-bottom: 7rem;
}
.p-gear_pump_product__col {
  display: flex;
  align-items: center;
}
.p-gear_pump_product__img {
  width: 52.33%;
  border: 1px solid #d7d7d7;
  height: 315px;
  border-radius: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-gear_pump_product__headCnt {
  width: 47.67%;
  padding-left: 5.4rem;
}
.p-gear_pump_product__ttl {
  font-size: 3.4rem;
  line-height: 1.44;
  font-weight: 500;
}
.p-gear_pump_product__item + .p-gear_pump_product__item {
  margin-top: 7.5rem;
}
.p-gear_pump_product__btn {
  margin-top: 2.5rem;
}
.p-gear_pump_product__list.-disc {
  line-height: 2;
}
.p-gear_pump_product__list.-disc li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-gear_pump_product__list.-square {
  margin-top: 4rem;
}
.p-gear_pump_product__list.-square li {
  position: relative;
  padding-left: 1.125em;
}
.p-gear_pump_product__list.-square li:before {
  content: "";
  width: 0.625em;
  height: 0.625em;
  background: #0061AF;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.p-gear_pump_product__list.-square li:not(:first-child) {
  margin-top: 2rem;
}
.p-gear_pump_product__tbl {
  margin-top: 5.5rem;
  border-left: 1px solid #cbcbcb;
}
.p-gear_pump_product__tbl tr {
  border-bottom: 1px solid #cbcbcb;
}
.p-gear_pump_product__tbl tr:nth-child(odd) td {
  background: #F8F8F8;
}
.p-gear_pump_product__tbl th {
  background: #0061AF;
  color: #fff;
  line-height: 1.4;
  padding: 1rem 0.5rem;
  font-weight: 400;
}
.p-gear_pump_product__tbl th .sm {
  font-size: 1.3rem;
}
.p-gear_pump_product__tbl td {
  padding: 1.4rem 1rem;
}
.p-gear_pump_product__tbl th, .p-gear_pump_product__tbl td {
  text-align: center;
  border-right: 1px solid #cbcbcb;
}
.p-gear_pump_product__tbl.-col7 th {
  width: 14.2857142857%;
}
.p-gear_pump_product__tbl.-col6 {
  width: 84%;
}
.p-gear_pump_product__tbl.-col6 th {
  width: 16.6666666667%;
}
.p-gear_pump_product__note {
  margin-top: 3.7rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 991.9px) {
  .p-gear_pump_product {
    padding-top: 4.5em;
  }
  .p-gear_pump_product .c-ttl_sup {
    margin-bottom: 5rem;
  }
  .p-gear_pump_product__sec:not(:first-of-type) {
    padding-top: 4.5em;
    margin-top: 4.5em;
  }
  .p-gear_pump_product__sec:not(:first-of-type):before {
    width: 90%;
  }
  .p-gear_pump_product__head {
    margin-bottom: 4rem;
  }
  .p-gear_pump_product__col {
    display: block;
  }
  .p-gear_pump_product__img {
    width: 100%;
  }
  .p-gear_pump_product__headCnt {
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
  }
  .p-gear_pump_product__ttl {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.9px) {
  .p-gear_pump_product .c-ttl_sup {
    margin-bottom: 3rem;
  }
  .p-gear_pump_product__ttl {
    font-size: 2.2rem;
  }
  .p-gear_pump_product__item + .p-gear_pump_product__item {
    margin-top: 5rem;
  }
  .p-gear_pump_product__list.-square {
    margin-top: 2rem;
  }
  .p-gear_pump_product__list.-square li:not(:first-child) {
    margin-top: 1rem;
  }
  .p-gear_pump_product__tblWrap {
    overflow: auto;
  }
  .p-gear_pump_product__tbl {
    margin-top: 0;
  }
  .p-gear_pump_product__tbl th, .p-gear_pump_product__tbl td {
    white-space: nowrap;
  }
  .p-gear_pump_product__tbl.-col6 {
    width: 100%;
  }
  .p-gear_pump_product__img {
    height: auto;
    padding: 2rem 0;
  }
}
@media (max-width: 575.9px) {
  .p-gear_pump_product__ttl {
    font-size: 2rem;
  }
}

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

  MAINTENANCE

============================================*/
/*-------------------------------
  MAINTENANCE > COMMON
-------------------------------*/
.p-mainte_head {
  position: relative;
}
.p-mainte_head__wrap {
  display: flex;
}
.p-mainte_head__img {
  width: 52.22%;
  position: relative;
  z-index: -1;
}
.p-mainte_head__img img {
  width: 100%;
}
.p-mainte_head__cnt {
  width: 47.78%;
  padding-left: 7.7rem;
  padding-right: calc(50% - 550px);
}
.p-mainte_head__lead {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 2.8rem;
}
.p-mainte_head__txt p + p {
  margin-top: 1em;
}
.p-mainte_head .c-inner {
  position: relative;
}
.p-mainte_head__deco {
  position: absolute;
  bottom: -12rem;
  left: 10.6rem;
}
@media (max-width: 1199.9px) {
  .p-mainte_head__cnt {
    padding-right: 5vw;
  }
}
@media (max-width: 991.9px) {
  .p-mainte_head__wrap {
    display: block;
  }
  .p-mainte_head__img {
    width: calc(100% - 5vw);
  }
  .p-mainte_head__img img {
    width: 100%;
  }
  .p-mainte_head__cnt {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
    margin-top: 3rem;
  }
  .p-mainte_head__deco {
    bottom: inherit;
    top: 30rem;
    width: 28%;
  }
  .p-mainte_head .c-inner {
    position: static;
  }
}
@media (max-width: 767.9px) {
  .p-mainte_head__deco {
    top: 22rem;
    left: 5vw;
  }
}
@media (max-width: 575.9px) {
  .p-mainte_head__deco {
    top: 15rem;
  }
  .p-mainte_head__lead {
    margin-bottom: 1em;
  }
}

.p-mainte_follow {
  padding-top: 14rem;
  padding-bottom: 12rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #E7F6FF 100%);
}
@media (min-width: 992px) {
  .p-mainte_follow .c-ttl_sup {
    margin-bottom: 8rem;
  }
}
.p-mainte_follow__item {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .p-mainte_follow__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-mainte_follow__item:nth-child(even) .p-mainte_follow__cnt {
    padding-left: 10rem;
    padding-right: 6rem;
  }
}
.p-mainte_follow__item:not(:first-child) {
  margin-top: 8rem;
}
.p-mainte_follow__img {
  width: 45.73%;
}
.p-mainte_follow__cnt {
  width: 54.27%;
  padding-left: 6rem;
  padding-right: 10rem;
}
.p-mainte_follow__num {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  color: #0061AF;
  font-family: "Poppins", serif;
  margin-bottom: 1.2rem;
}
.p-mainte_follow__ttl {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  font-weight: 500;
}
.p-mainte_follow__link {
  margin-top: 1.5rem;
}
.p-mainte_follow__link a {
  display: inline-block;
  padding-right: 4.2rem;
  position: relative;
  font-weight: 700;
}
.p-mainte_follow__link a:before {
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(270deg, #0265AC 0%, #0F8E97 100%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-mainte_follow__link a:after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: url(../img/mainte/icon_arrow.svg) no-repeat center/15px 10px;
}
@media (max-width: 991.9px) {
  .p-mainte_follow {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .p-mainte_follow__item {
    display: block;
  }
  .p-mainte_follow__item:not(:first-child) {
    margin-top: 6rem;
  }
  .p-mainte_follow__img {
    width: 100%;
  }
  .p-mainte_follow__img img {
    width: 100%;
  }
  .p-mainte_follow__cnt {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
  .p-mainte_follow__ttl {
    margin-bottom: 1.5rem;
  }
  .p-mainte_follow__num {
    margin-bottom: 0.5rem;
  }
}
.p-mainte_works {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (min-width: 992px) {
  .p-mainte_works .c-ttl_sup {
    margin-bottom: 5rem;
  }
}
.p-mainte_works__item:not(:first-child) {
  margin-top: 8.5rem;
}
.p-mainte_works__gallery {
  max-width: 588px;
  margin: 0 auto;
}
.p-mainte_works__ttl {
  font-weight: 500;
  color: #0061AF;
  font-size: 2rem;
  line-height: 1;
  padding-left: 1.6rem;
  position: relative;
  margin-bottom: 1em;
}
.p-mainte_works__ttl:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: linear-gradient(90deg, #0061AF 0%, #109394 100%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-mainte_works__main {
  overflow: hidden;
}
.p-mainte_works__thumb {
  overflow: hidden;
  margin: 1rem -0.5rem 0;
}
.p-mainte_works__thumb .p-mainte_works__img {
  margin: 0 0.5rem;
}
.p-mainte_works__img {
  border-radius: 2.2rem;
  position: relative;
  overflow: hidden;
}
.p-mainte_works__tag {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background: #0061AF;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 2.2rem 0 2.2rem 0;
  width: 32%;
  padding: 0.7rem 0;
}
@media (max-width: 991.9px) {
  .p-mainte_works {
    padding: 4.5em 0;
  }
}
@media (max-width: 767.9px) {
  .p-mainte_works__item:not(:first-child) {
    margin-top: 5rem;
  }
}
@media (max-width: 575.9px) {
  .p-mainte_works {
    padding-bottom: 0;
  }
  .p-mainte_works__img {
    border-radius: 1.5rem;
  }
}

.p-mainte_solution {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background: linear-gradient(180deg, #FFFFFF 0%, #E7F6FF 100%);
}
@media (min-width: 992px) {
  .p-mainte_solution .c-ttl_sup {
    margin-bottom: 7rem;
  }
}
.p-mainte_solution__wrap {
  display: flex;
}
.p-mainte_solution__img {
  width: 48.33%;
}
.p-mainte_solution__cnt {
  width: 51.67%;
  padding-right: 9rem;
  padding-left: calc(50% - 550px);
}
.p-mainte_solution__txt p + p {
  margin-top: 1em;
}
.p-mainte_solution__info {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.p-mainte_solution__info dt {
  width: 3.5em;
}
.p-mainte_solution__info dt:not(:first-of-type) {
  margin-top: 2.2rem;
}
.p-mainte_solution__info dd {
  width: calc(100% - 3.5em);
}
.p-mainte_solution__info dd:not(:first-of-type) {
  margin-top: 2.2rem;
}
.p-mainte_solution__link {
  color: #0061AF;
  display: inline-block;
  padding-right: 1.4rem;
  position: relative;
}
@media (min-width: 992px) {
  .p-mainte_solution__link:hover {
    opacity: 0.7;
  }
}
.p-mainte_solution__link:before {
  content: "";
  width: 1.1rem;
  height: 1.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/mainte/icon_map.svg) no-repeat center/contain;
}
.p-mainte_solution__movie {
  margin-top: 8rem;
}
.p-mainte_solution__movieWrap {
  max-width: 746px;
  margin: 0 auto;
}
.p-mainte_solution__frame {
  position: relative;
  padding-top: 56.3%;
}
.p-mainte_solution__frame .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199.9px) {
  .p-mainte_solution__cnt {
    padding-left: 5vw;
  }
}
@media (max-width: 991.9px) {
  .p-mainte_solution {
    padding: 4.5em 0;
  }
  .p-mainte_solution__wrap {
    display: block;
  }
  .p-mainte_solution__cnt {
    padding: 0 5vw;
    width: 100%;
  }
  .p-mainte_solution__img {
    width: 100%;
    margin-top: 3rem;
  }
  .p-mainte_solution__img img {
    width: 100%;
  }
  .p-mainte_solution__movie {
    margin-top: 4.5em;
  }
}
.p-mainte_foot {
  padding-top: 6rem;
}
.p-mainte_foot__item {
  background: #f8f8f8;
  border-radius: 2.5rem;
}
.p-mainte_foot__item:not(:first-child) {
  margin-top: 3.5rem;
}
.p-mainte_foot__wrap {
  padding: 3.5rem 6rem;
  display: flex;
}
.p-mainte_foot__ttl {
  width: 35%;
  font-size: 2rem;
  line-height: 1;
}
.p-mainte_foot__cnt {
  width: 65%;
}
.p-mainte_foot__list:not(:first-child) {
  margin-left: 7rem;
}
.p-mainte_foot__listWrap {
  display: flex;
}
.p-mainte_foot__note {
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media (max-width: 991.9px) {
  .p-mainte_foot__wrap {
    display: block;
  }
  .p-mainte_foot__ttl {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-mainte_foot__cnt {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .p-mainte_foot__wrap {
    padding: 3rem;
  }
  .p-mainte_foot__listWrap {
    display: block;
  }
  .p-mainte_foot__list:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 575.9px) {
  .p-mainte_foot__ttl {
    font-size: 1.8rem;
  }
}

.p-mainte_bnr {
  padding-top: 6rem;
}
.p-mainte_bnr__link {
  border: 1px solid #d1d1d1;
  padding: 4rem 8rem;
  display: block;
  background: url(../img/mainte/bg_bnr.png) no-repeat center right/auto 100%;
}
@media (min-width: 992px) {
  .p-mainte_bnr__link:hover {
    opacity: 0.7;
  }
}
.p-mainte_bnr__txt {
  color: #0061AF;
  font-weight: 500;
  line-height: 1.4;
}
.p-mainte_bnr__txt .sub {
  font-size: 2.4rem;
}
.p-mainte_bnr__txt .main {
  font-size: 3.6rem;
}
.p-mainte_bnr__btn {
  margin-top: 1.5rem;
}
.p-mainte_bnr__btn span {
  display: inline-block;
  padding-right: 4.5rem;
  position: relative;
}
.p-mainte_bnr__btn span:before {
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(270deg, #0265AC 0%, #0F8E97 100%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-mainte_bnr__btn span:after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/mainte/icon_arrow.svg) no-repeat center/15px 10px;
}
@media (max-width: 991.9px) {
  .p-mainte_bnr__link {
    padding: 3rem 4rem;
  }
  .p-mainte_bnr__txt .sub {
    font-size: 2rem;
  }
  .p-mainte_bnr__txt .main {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-mainte_bnr__link {
    padding: 3rem;
  }
  .p-mainte_bnr__txt .sub {
    font-size: 1.8rem;
  }
  .p-mainte_bnr__txt .main {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.9px) {
  .p-mainte_bnr__link {
    padding: 3rem 2rem;
    background-position: center right -10rem;
  }
  .p-mainte_bnr__txt .sub {
    font-size: 1.6rem;
  }
  .p-mainte_bnr__txt .main {
    font-size: 2rem;
  }
}

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

  KV

============================================*/
/*-------------------------------
  KV > TOP
-------------------------------*/
/*-------------------------------
  KV > UNDER
-------------------------------*/
.p-kv_under__img img {
  width: 100%;
}
.p-kv_under__ttl {
  line-height: 1;
  text-align: center;
  margin-top: 7rem;
}
.p-kv_under__ttl .jp {
  font-size: 2rem;
  margin-top: 1.1em;
}
.p-kv_under__ttl .en {
  font-weight: 700;
  font-family: "Poppins", serif;
  font-size: 5rem;
}
.p-kv_under__ttl .en span {
  display: inline-block;
  background: linear-gradient(90deg, #0061AF 0%, #109394 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-kv_under__desc {
  margin-top: 3rem;
  text-align: center;
}
@media (max-width: 991.9px) {
  .p-kv_under__ttl {
    margin-top: 5rem;
  }
  .p-kv_under__ttl .en {
    font-size: 4rem;
  }
}
@media (max-width: 767.9px) {
  .p-kv_under__ttl .jp {
    margin-top: 0.5rem;
  }
  .p-kv_under__ttl .en {
    font-size: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-kv_under__ttl {
    margin-top: 3rem;
  }
}

.p-kv_recruit {
  position: relative;
  padding: 1.8rem;
  background: #E7E7E7;
}
.p-kv_recruit__img img {
  width: 100%;
}
.p-kv_recruit__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  text-align: center;
  width: 100%;
  color: #ff0000;
  line-height: 1;
  font-family: "Poppins", serif;
  font-size: 12.8rem;
}
.p-kv_recruit__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
.p-kv_recruit__btn a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Poppins", serif;
  background: #ff0000;
  border: 1px solid #ff0000;
  padding: 1.7rem 1.5rem 1.7rem 2.5rem;
}
.p-kv_recruit__btn a .arrow {
  margin-left: 1rem;
  width: 2.2rem;
  height: 1rem;
  fill: #fff;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-kv_recruit__btn a:hover {
    color: #ff0000;
    background: #fff;
  }
  .p-kv_recruit__btn a:hover svg {
    fill: #ff0000;
  }
}
@media (max-width: 991.9px) {
  .p-kv_recruit__ttl {
    font-size: 8rem;
  }
  .p-kv_recruit__btn a {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-kv_recruit__ttl {
    font-size: 5rem;
  }
  .p-kv_recruit__btn a {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-kv_recruit__btn a {
    font-size: 1.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;
  }
}

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

.u-main {
  color: #0061AF;
}

.u-sub {
  color: #109394;
}

.u-point {
  color: #FDA35E;
}

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

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

.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: #0061AF;
}
.wp-editor h3 {
  color: #0061AF;
  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: #0061AF;
  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: 2rem;
}
.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: #109394;
  border: 1px solid #109394;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .wp-pager__item > a:hover {
    background: #109394;
    color: #fff;
  }
}
.wp-pager__item.-current > a,
.wp-pager__item.-current > span {
  color: #fff;
  background: #109394;
}
.wp-pager__item.-extend {
  margin: 0;
  display: none;
}
.wp-pager__item.-extend > a,
.wp-pager__item.-extend > span {
  color: #0061AF;
  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;
  }
}/*# sourceMappingURL=style.css.map */