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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

img {
  vertical-align: top;
}

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

del {
  text-decoration: line-through;
}

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

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

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

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

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  padding-top: 8.425em;
}
@media (max-width: 991.9px) {
  body {
    padding-top: 3.999em;
  }
}
@media (max-width: 575.9px) {
  body {
    font-size: 1.4rem;
    padding-top: 3.5718em;
  }
}

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

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

main,
picture {
  display: block;
}

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

table {
  width: 100%;
}

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

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

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

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

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

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: #fff;
  }
  .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;
  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
--------------------------------------------*/
.l-footer {
  padding: 10rem 0 8rem;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
.l-footer__info {
  width: 34.166%;
}
.l-footer__logo {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .l-footer__logo a:hover {
    opacity: 0.7;
  }
}
.l-footer__address + .l-footer__address {
  margin-top: 1.6rem;
}
.l-footer__navi {
  display: flex;
  justify-content: flex-end;
}
.l-footer__navi > ul:not(:first-child) {
  margin-left: 10rem;
}
.l-footer__navi > ul > li {
  line-height: 1;
}
.l-footer__navi > ul > li:not(:first-child) {
  margin-top: 3rem;
}
.l-footer__naviLink {
  font-weight: 500;
}
@media (min-width: 992px) {
  .l-footer__naviLink:hover {
    opacity: 0.7;
  }
}
.l-footer__copy {
  margin-top: 6.6rem;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1599.9px) {
  .l-footer__navi > ul:not(:first-child) {
    margin-left: 6rem;
  }
}
@media (max-width: 1199.9px) {
  .l-footer__navi > ul:not(:first-child) {
    margin-left: 4rem;
  }
}
@media (max-width: 991.9px) {
  .l-footer {
    padding: 4.5rem 0;
  }
  .l-footer__logo {
    width: 40%;
  }
  .l-footer__info {
    width: 100%;
  }
  .l-footer__wrap {
    display: block;
  }
  .l-footer__navi {
    margin-top: 3rem;
    display: block;
  }
  .l-footer__copy {
    margin-top: 4rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 767.9px) {
  .l-footer__logo {
    width: 70%;
  }
}
@media (max-width: 575.9px) {
  .l-footer__naviFoot {
    display: block;
  }
}

/*--------------------------------------------
  header main
--------------------------------------------*/
.l-header {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.l-header.is-fixed {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: fixed;
}
.l-header.is-fixed .l-header__inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.l-header.is-fixed .l-header__link a {
  font-size: 1.4rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 3vw;
  transition: 0.4s;
}
.l-header__logo {
  width: 20.5%;
}
@media (min-width: 992px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.l-header__tel {
  margin-right: 2rem;
}
.l-header__telTxt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}
.l-header__telNum {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding-left: 3.8rem;
  position: relative;
  margin-top: 1rem;
}
.l-header__telNum:before {
  content: "";
  width: 3rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_freedial.svg) no-repeat center/contain;
}
.l-header__btnWrap {
  display: flex;
}
.l-header__btn:nth-child(2) {
  margin-left: 2rem;
}
.l-header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 1.2rem 2rem;
  color: #fff;
  font-weight: 500;
  position: relative;
  line-height: 1;
}
.l-header__link span {
  display: inline-block;
  margin-left: 8px;
}
.l-header__link svg {
  fill: #fff;
  transition: 0.4s;
}
.l-header__link.-mail {
  background: #009944;
  border: 1px solid #009944;
}
.l-header__link.-mail svg {
  width: 1.6rem;
  height: 1.2rem;
}
.l-header__link.-product {
  background: #92d65c;
  border: 1px solid #92d65c;
}
.l-header__link.-product svg {
  width: 1.6rem;
  height: 1.2rem;
}
.l-header__link.-maintenance {
  background: #66B329;
  border: 1px solid #66B329;
}
.l-header__link.-maintenance svg {
  width: 1.8rem;
  height: 1.8rem;
}
@media (min-width: 992px) {
  .l-header__link:hover {
    background: #fff;
  }
  .l-header__link.-mail:hover {
    color: #009944;
  }
  .l-header__link.-mail:hover svg {
    fill: #009944;
  }
  .l-header__link.-maintenance:hover {
    color: #66B329;
  }
  .l-header__link.-maintenance:hover svg {
    fill: #66B329;
  }
}
.l-header__hamburger {
  width: 6rem;
  height: 6rem;
  z-index: 115;
}
.l-header__hamburger span {
  position: absolute;
  width: 50%;
  height: 2px;
  background: #009944;
  left: 25%;
  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: #009944;
  transition: inherit;
}
.l-header__hamburger span:before {
  transform: translateY(-0.75em);
}
.l-header__hamburger span:after {
  transform: translateY(0.75em);
}
.slideout-open .l-header__hamburger span {
  background: transparent;
}
.slideout-open .l-header__hamburger span:before {
  transform: rotate(45deg);
  background: #009944;
}
.slideout-open .l-header__hamburger span:after {
  transform: rotate(-45deg);
  background: #009944;
}
@media (max-width: 991.9px) {
  .l-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .l-header.is-fixed .l-header__inner {
    padding: 0 3vw;
  }
  .l-header__logo {
    width: 40%;
  }
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3vw;
  }
  .l-header__top {
    display: block;
  }
  .l-header__btnWrap {
    justify-content: space-between;
    margin-top: 2rem;
  }
  .l-header__btn {
    width: 48%;
  }
  .l-header__btn:nth-child(2) {
    margin-left: 0;
  }
  .l-header__link {
    width: 100%;
  }
  .l-header__tel {
    margin-right: 0;
    margin-top: 3rem;
    text-align: center;
  }
  .l-header__telTxt {
    font-size: 1.4rem;
  }
  .l-header__telNum {
    display: inline-block;
  }
}
@media (max-width: 767.9px) {
  .l-header__logo {
    padding-right: 0;
    width: 70%;
  }
  .l-header__btnWrap {
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
  }
  .l-header__btn {
    width: 80%;
  }
  .l-header__btn:not(:first-child) {
    margin-top: 2rem;
  }
}
@media (max-width: 575.9px) {
  .l-header__hamburger {
    width: 5rem;
    height: 5rem;
    padding: 1em;
  }
}

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

.l-content__body {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.l-content.-under {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.l-content.-pb0 {
  padding-bottom: 0 !important;
}
.l-content.-bdb {
  border-bottom: 1px solid #ddd;
}
.l-content.-col {
  display: flex;
}
@media (max-width: 991.9px) {
  .l-content.-col {
    display: block;
  }
}
@media (max-width: 991.9px) {
  .l-content__body {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .l-content.-under {
    padding-top: 4.5em;
    padding-bottom: 7.5rem;
  }
}

.l-main {
  padding: 12rem 0;
}
@media (max-width: 991.9px) {
  .l-main {
    padding: 7.5rem 0;
  }
}

/*--------------------------------------------
  breadcrumb wrap
--------------------------------------------*/
.l-breadcrumb {
  margin-top: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E0E0DE;
}
@media (max-width: 991.9px) {
  .l-breadcrumb {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .l-breadcrumb {
    display: none;
  }
}

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

/*--------------------------------------------
  loader
--------------------------------------------*/
.l-loader {
  z-index: 1000;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 0 5vw;
  background: #000;
  transition: bottom 0.4s;
}
.l-loader__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-loader__logo {
  margin: auto;
  transition: 0.4s;
  opacity: 0;
}
.is-loaded .l-loader .l-loader__logo {
  animation: loader 2.2s 0.8s ease both;
}
@keyframes loader {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  75% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*--------------------------------------------
  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-out;
    transform: translateY(10%);
  }
  .c-animation.-fadeUp.scrolled {
    opacity: 1;
    transform: translateY(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: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #009944;
    z-index: 10;
    transition: all 0.8s ease-out;
  }
  .c-animation.-box.-white:before {
    background: #fff;
  }
  .c-animation.-box.scrolled:before {
    width: 0;
  }
  .c-animation.-scroll {
    opacity: 0;
    transform: translateY(4rem);
    transition: all 0.7s linear;
  }
  .c-animation.-scroll.scrolled {
    opacity: 1;
    transform: translateY(0);
  }
  .c-animation.-delay100, .c-animation.-delay100:before, .c-animation.-delay100:after {
    transition-delay: 0.1s !important;
  }
  .c-animation.-delay200, .c-animation.-delay200:before, .c-animation.-delay200:after {
    transition-delay: 0.2s !important;
  }
  .c-animation.-delay250, .c-animation.-delay250:before, .c-animation.-delay250:after {
    transition-delay: 0.25s !important;
  }
  .c-animation.-delay300, .c-animation.-delay300:before, .c-animation.-delay300:after {
    transition-delay: 0.3s !important;
  }
  .c-animation.-delay350, .c-animation.-delay350:before, .c-animation.-delay350:after {
    transition-delay: 0.35s !important;
  }
  .c-animation.-delay400, .c-animation.-delay400:before, .c-animation.-delay400:after {
    transition-delay: 0.4s !important;
  }
  .c-animation.-delay450, .c-animation.-delay450:before, .c-animation.-delay450:after {
    transition-delay: 0.45s !important;
  }
  .c-animation.-delay500, .c-animation.-delay500:before, .c-animation.-delay500:after {
    transition-delay: 0.5s !important;
  }
  .c-animation.-delay550, .c-animation.-delay550:before, .c-animation.-delay550:after {
    transition-delay: 0.55s !important;
  }
  .c-animation.-delay600, .c-animation.-delay600:before, .c-animation.-delay600:after {
    transition-delay: 0.6s !important;
  }
  .c-animation.-delay650, .c-animation.-delay650:before, .c-animation.-delay650:after {
    transition-delay: 0.65s !important;
  }
  .c-animation.-delay700, .c-animation.-delay700:before, .c-animation.-delay700:after {
    transition-delay: 0.7s !important;
  }
  .c-animation.-delay750, .c-animation.-delay750:before, .c-animation.-delay750:after {
    transition-delay: 0.75s !important;
  }
  .c-animation.-delay800, .c-animation.-delay800:before, .c-animation.-delay800:after {
    transition-delay: 0.8s !important;
  }
  .c-animation.-delay850, .c-animation.-delay850:before, .c-animation.-delay850:after {
    transition-delay: 0.85s !important;
  }
  .c-animation.-delay900, .c-animation.-delay900:before, .c-animation.-delay900:after {
    transition-delay: 0.9s !important;
  }
  .c-animation.-delay950, .c-animation.-delay950:before, .c-animation.-delay950:after {
    transition-delay: 0.95s !important;
  }
  .c-animation.-delay1000, .c-animation.-delay1000:before, .c-animation.-delay1000:after {
    transition-delay: 1s !important;
  }
  .c-animation.-delay1050, .c-animation.-delay1050:before, .c-animation.-delay1050:after {
    transition-delay: 1.05s !important;
  }
  .c-animation.-delay1100, .c-animation.-delay1100:before, .c-animation.-delay1100:after {
    transition-delay: 1.1s !important;
  }
}
/*--------------------------------------------
  button wrap
--------------------------------------------*/
.c-btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
.c-btn_wrap.-mgt_lg {
  margin-top: 5em;
}
.c-btn_wrap.-col > * + * {
  margin-left: 2em;
}
@media (max-width: 991.9px) {
  .c-btn_wrap {
    margin-top: 2.5em;
  }
  .c-btn_wrap.-mgt_lg {
    margin-top: 3em;
  }
}
@media (max-width: 767.9px) {
  .c-btn_wrap.-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-btn_wrap.-col > * + * {
    margin-top: 1.5em;
    margin-left: 0;
  }
}

/*--------------------------------------------
  button
--------------------------------------------*/
.c-btn {
  display: inline-block;
  width: auto;
  font-weight: 500;
  padding: 2rem 2.5rem 2rem 3rem;
  border-radius: 5px;
  background: #009944;
  border: 1px solid #009944;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
.c-btn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn span {
  margin-right: 1rem;
}
.c-btn svg {
  fill: #fff;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .c-btn:hover {
    color: #009944;
    background: #fff;
  }
  .c-btn:hover svg {
    fill: #009944;
  }
}
.c-btn.-point {
  background: #009333;
  border-color: #009333;
}
@media (min-width: 992px) {
  .c-btn.-point:hover {
    color: #009333;
    background: #fff;
  }
}
.c-btn.-orange {
  background: #EA7D3D;
  border-color: #EA7D3D;
}
@media (min-width: 992px) {
  .c-btn.-orange:hover {
    color: #EA7D3D;
    background: #fff;
  }
}
.c-btn.-line {
  background: #06C755;
  border-color: #06C755;
}
@media (min-width: 992px) {
  .c-btn.-line:hover {
    color: #06C755;
    background: #fff;
  }
}
.c-btn.-lg {
  width: 30rem;
}
.c-btn.-center {
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  .c-btn {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------
  button lg
--------------------------------------------*/
.c-btn_lg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 16rem;
  padding: 1em;
  padding-right: 4em;
  background-color: #009944;
  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: #009944;
  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: #009944;
}
@media (max-width: 991.9px) {
  .c-btn_lg {
    min-height: 10rem;
    padding: 0.8em;
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .c-btn_lg {
    min-height: 8rem;
    font-size: 1.8rem;
  }
}

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

  FORM

============================================*/
.c-form__sheet > tbody > tr {
  border-bottom: solid 1px #e6e6e6;
}
.c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
  text-align: left;
  line-height: 1.5;
  padding: 1.5em;
  vertical-align: top;
}
.c-form__sheet > tbody > tr > th {
  width: 25%;
  vertical-align: middle;
}
.c-form__sheet > tbody > tr > td {
  width: 75%;
}
@media (max-width: 991.9px) {
  .c-form__sheet > tbody > tr {
    display: block;
    padding-bottom: 1.125em;
  }
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    display: block;
    padding: 1em;
  }
  .c-form__sheet > tbody > tr > th {
    width: 100%;
    font-size: 1.125em;
    padding-bottom: 0;
  }
  .c-form__sheet > tbody > tr > td {
    width: 100%;
  }
  .c-form__sheet > tbody > tr:nth-last-child(n+2) {
    margin-bottom: 1.125em;
  }
}
@media (max-width: 575.9px) {
  .c-form__sheet > tbody > tr > th {
    padding: 0;
  }
  .c-form__sheet > tbody > tr > td {
    padding: 1em 0 0 0;
  }
}
.c-form__ttl.-selected {
  position: relative;
}
.c-form__ttl.-selected:after {
  position: absolute;
  content: "選択必須";
  color: #fff;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  background: #000;
  padding: 0.2em 0.5em;
  right: -5.5em;
}
@media (max-width: 991.9px) {
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 25%;
  }
}
@media (max-width: 767.9px) {
  .c-form__row > .c-form__field {
    display: block;
  }
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.c-form__rowgroup th,
.c-form__rowgroup td {
  padding-bottom: 0.75em;
}
.c-form__rowgroup th {
  white-space: nowrap;
  font-weight: 400;
  padding-right: 2em;
}
.c-form__field label.error {
  display: block;
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__field .c-form__check + label.error {
  display: inline-block;
}
.c-form__field.-pe_none label {
  pointer-events: none;
}
.c-form__field.-pe_none label input {
  pointer-events: none;
}
.c-form__field.-radio li:nth-child(n+2), .c-form__field.-check li:nth-child(n+2) {
  margin-top: 0.5em;
}
.c-form__field.-radio > span, .c-form__field.-check > span {
  margin-bottom: 1em;
  display: inline-block;
}
.c-form__error {
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__input.-text, .c-form__input.-textarea {
  display: inline-block;
  vertical-align: middle;
  padding: 0.75em;
  border: solid 1px #ddd;
}
.c-form__input.-text.-short, .c-form__input.-textarea.-short {
  width: 40%;
}
.c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
  width: 60%;
}
.c-form__input.-text.-long, .c-form__input.-textarea.-long {
  width: 80%;
}
.c-form__input.-text.-half, .c-form__input.-textarea.-half {
  width: calc((100% - 2em) / 2);
}
.c-form__input.-text.-half:nth-child(n+2), .c-form__input.-textarea.-half:nth-child(n+2) {
  margin-left: 1em;
}
.c-form__input.-text.-full, .c-form__input.-textarea.-full {
  width: 100%;
}
@media (max-width: 991.9px) {
  .c-form__input.-text.-short, .c-form__input.-textarea.-short {
    width: 50%;
  }
  .c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
    width: 100%;
  }
  .c-form__input.-text.-long, .c-form__input.-textarea.-long {
    width: 100%;
  }
}
.c-form__input.-textarea {
  min-height: 10.5em;
  line-height: 1.5;
}
.c-form__check + *, .c-form__radio + * {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0.25em 2.25em;
  line-height: 1;
}
.c-form__radio {
  display: none;
}
.c-form__radio + *:before, .c-form__radio + *:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #ffffff;
  border: solid 1px #ddd;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.c-form__radio + *:after {
  transform: scale(0.4);
  visibility: hidden;
  background: #009944;
}
.c-form__radio:checked + *:after {
  visibility: visible;
}
.c-form__check + *:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: #f5f5f5;
  border: solid 1px #ddd;
}
.c-form__check + *:after {
  position: absolute;
  content: "";
  left: 0;
  width: 1em;
  height: 0.65em;
  transform: rotate(-45deg) translate(0, 50%);
  top: 0;
  border-left: solid 3px #009944;
  border-bottom: solid 3px #009944;
  visibility: hidden;
}
.c-form__check:checked + *:after {
  visibility: visible;
}
.c-form__agreement {
  text-align: center;
  margin-bottom: 3rem;
}
.c-form__agreement a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .c-form__agreement a:hover {
    text-decoration: none;
  }
}
.c-form__agreement .error {
  color: #c11;
}
.c-form__checkBox {
  text-align: center;
  margin-top: 5rem;
}
.c-form__checkBox a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .c-form__checkBox a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.c-form__btnwrap {
  margin-top: 5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-form__btnwrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-form.-confirm .c-form__notes {
  display: none;
}
.c-form.-confirm .c-form__error {
  display: none;
}
.c-form.-confirm .c-form__agreement {
  display: none;
}
.c-form.-confirm .lead {
  text-align: center;
  margin-bottom: 2em;
}
.c-form.-thanks {
  text-align: center;
}
.c-form.-thanks p {
  margin-bottom: 1.5em;
  line-height: 2.5;
}

.c-form_privacy {
  margin-top: 7rem;
}
.c-form_privacy__box {
  border: solid 1px #ddd;
  padding: 4rem 3rem;
  overflow-y: scroll;
  max-height: 22em;
  margin-top: 1.5em;
  margin-bottom: 3rem;
}
.c-form_privacy__ttl {
  margin-bottom: 1em;
}
.c-form_privacy__list dt {
  margin-top: 1.5em;
}
.c-form_privacy__list dt:before {
  content: "■";
  margin-right: 0.25em;
}
.c-form_privacy__list dd {
  margin-top: 0.5em;
}
.c-form_privacy__list dd ul {
  margin-top: 0.5em;
}
.c-form_privacy__item {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5em;
}
.c-form_privacy__listDisc li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-form_privacy__ga 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 {
    margin-top: 4.25em;
  }
}

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

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

/*--------------------------------------------
  sup border
--------------------------------------------*/
.c-ttl_sup {
  line-height: 1;
  margin-bottom: 6rem;
}
.c-ttl_sup__en {
  font-size: 5.6rem;
  font-family: "Poppins", sans-serif;
  color: #009944;
  font-weight: 600;
  transition: 0.4s ease-out;
}
@media (min-width: 992px) {
  .c-ttl_sup__en.-md {
    font-size: 5rem;
  }
  .c-ttl_sup__en.-sm {
    font-size: 3.6rem;
  }
  .c-ttl_sup__en.-sm.-multi {
    line-height: 1.1;
  }
}
.c-ttl_sup__jp {
  font-weight: 500;
  font-size: 2rem;
  margin-top: 3rem;
  color: #009944;
  transition: 0.4s ease-out;
}
.c-ttl_sup__jp span {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
.c-ttl_sup__jp span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 1em;
  background: #009944;
  transform: translateY(-50%) skew(-20deg);
  transition: 0.4s ease-out;
}
@media (min-width: 992px) {
  .c-ttl_sup__jp.-sm {
    font-size: 1.8rem;
  }
}
.c-ttl_sup.-white .c-ttl_sup__en {
  color: #fff;
}
.c-ttl_sup.-white .c-ttl_sup__jp {
  color: #fff;
}
.c-ttl_sup.-white .c-ttl_sup__jp span:before {
  background: #fff;
}
.c-ttl_sup.-center {
  text-align: center;
}
.c-ttl_sup + .c-desc {
  text-align: center;
  margin-top: 3.5rem;
}
@media (max-width: 991.9px) {
  .c-ttl_sup {
    margin-bottom: 4rem;
  }
  .c-ttl_sup__en {
    font-size: 4rem;
  }
  .c-ttl_sup__jp {
    margin-top: 1em;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_sup__en {
    font-size: 3rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_sup__en {
    font-size: 2.6rem;
  }
  .c-ttl_sup__jp {
    font-size: 1.6rem;
  }
}

.c-ttl_diagonal {
  color: #009944;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  margin-bottom: 3.5rem;
  font-weight: 500;
  padding-left: 1em;
}
.c-ttl_diagonal.-lg {
  font-size: 2.6rem;
}
.c-ttl_diagonal:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 1em;
  background: #009944;
  transform: translateY(-50%) skew(-20deg);
}
@media (max-width: 991.9px) {
  .c-ttl_diagonal {
    margin-bottom: 2.5rem;
  }
}

.c-ttl_pl {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 2.3rem;
  font-weight: 700;
  color: #009333;
}
.c-ttl_pl.-sm {
  font-size: 2rem;
}
.c-ttl_pl.-bd {
  border-bottom: 1px solid #009333;
  display: inline-block;
}
.c-ttl_pl.-center {
  text-align: center;
}
.c-ttl_pl.-multi {
  line-height: 1.5;
}
@media (max-width: 991.9px) {
  .c-ttl_pl {
    font-size: 2.2rem;
  }
  .c-ttl_pl.-sm {
    line-height: 1.5;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_pl {
    font-size: 2rem;
  }
  .c-ttl_pl.-sm {
    font-size: 1.9rem;
  }
}

.c-ttl_bk {
  line-height: 1;
  font-size: 3.2rem;
}
.c-ttl_bk.-center {
  text-align: center;
}
@media (max-width: 991.9px) {
  .c-ttl_bk {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_bk {
    font-size: 2rem;
  }
}

.c-ttl_sub {
  font-size: 1.8rem;
}

.c-ttl_cnt {
  margin-bottom: 4.5rem;
}
.c-ttl_cnt__en {
  color: #009944;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.c-ttl_cnt__jp {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.64;
}
@media (max-width: 991.9px) {
  .c-ttl_cnt {
    margin-bottom: 3.5rem;
  }
  .c-ttl_cnt__jp {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_cnt {
    margin-bottom: 2.5rem;
  }
  .c-ttl_cnt__jp {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_cnt__jp {
    font-size: 2rem;
  }
}

.c-ttl_bdL {
  font-size: 3rem;
  line-height: 1;
  padding-left: 2.4rem;
  margin-bottom: 5rem;
  position: relative;
}
.c-ttl_bdL.-sm {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.c-ttl_bdL:before {
  content: "";
  width: 4px;
  height: 100%;
  background: rgb(134, 206, 53);
  background: linear-gradient(180deg, rgb(134, 206, 53) 0%, rgb(43, 173, 87) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.9px) {
  .c-ttl_bdL {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .c-ttl_bdL.-sm {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_bdL {
    font-size: 1.8rem;
  }
  .c-ttl_bdL.-sm {
    font-size: 1.8rem;
  }
}
.c-ttl_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: #009944;
}
.c-ttl_disc.-green:before {
  background: #25862A;
}
.c-ttl_disc.-blue:before {
  background: #0752A8;
}
@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(1400px + 5vw * 2);
  }
  .c-inner.-full {
    max-width: 100%;
  }
  .c-inner.-md {
    max-width: calc(1440px + 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: 6.25em;
    padding-bottom: 6.25em;
  }
  .c-boxpd_xs {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .c-boxpd_sm {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 991.9px) {
  .c-boxpd {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .c-boxpd_xs {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .c-boxpd_sm {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}

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

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

.c-totop {
  position: fixed;
  right: 5vw;
  bottom: 3%;
}
.c-totop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #009944;
  border-radius: 50%;
  width: 4.6rem;
  height: 4.6rem;
  border: 1px solid #009944;
}
@media (min-width: 992px) {
  .c-totop a:hover {
    background: #ffffff;
  }
  .c-totop a:hover svg {
    fill: #009944;
  }
}
.c-totop svg {
  transform: rotate(-90deg);
  fill: #ffffff;
  width: 18px;
  height: 14px;
  transition: 0.4s;
}

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

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

/*--------------------------------------------
  panel
--------------------------------------------*/
.p-panel_contact {
  padding: 10rem 0;
  background: #009944;
}
.p-panel_contact__head {
  margin-bottom: 4.5rem;
}
.p-panel_contact__desc {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.77;
}
.p-panel_contact__box {
  background: #ffffff;
  padding: 6rem 13rem;
  display: flex;
  border-radius: 5px;
}
.p-panel_contact__ttl {
  font-weight: 500;
  margin-bottom: 3rem;
}
.p-panel_contact__tel {
  margin-right: 6rem;
  border-right: 1px solid #ccc;
  padding-right: 6rem;
}
.p-panel_contact__num {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 4rem;
  display: block;
  padding-left: 6.1rem;
  position: relative;
}
.p-panel_contact__num:before {
  content: "";
  width: 4.9rem;
  height: 3.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_freedial.svg) no-repeat center/contain;
}
.p-panel_contact__form {
  width: 60.53%;
}
.p-panel_contact__form .p-panel_contact__ttl {
  text-align: center;
}
.p-panel_contact__btnWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-panel_contact__btn {
  width: calc((100% - 3rem) / 2);
}
.p-panel_contact__link {
  width: 100%;
  display: block;
  max-width: 330px;
  border-radius: 5px;
  background: #009944;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 2rem 0;
  border: 1px solid #009944;
}
.p-panel_contact__link.-sub {
  background: #66B329;
  border: 1px solid #66B329;
}
@media (min-width: 992px) {
  .p-panel_contact__link:hover {
    background: #fff;
    color: #009944;
  }
  .p-panel_contact__link.-sub:hover {
    color: #66B329;
  }
}
@media (max-width: 1599.9px) {
  .p-panel_contact__box {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
@media (max-width: 1399.9px) {
  .p-panel_contact__tel {
    margin-right: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1199.9px) {
  .p-panel_contact__box {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (max-width: 991.9px) {
  .p-panel_contact {
    padding: 7.5rem 0;
  }
  .p-panel_contact__box {
    display: block;
  }
  .p-panel_contact__tel {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    text-align: center;
  }
  .p-panel_contact__num {
    display: inline-block;
  }
  .p-panel_contact__form {
    width: 100%;
    padding-top: 3rem;
    margin-top: 3rem;
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 767.9px) {
  .p-panel_contact__box {
    padding: 6rem;
  }
  .p-panel_contact__btnWrap {
    flex-direction: column;
  }
  .p-panel_contact__btn {
    width: 80%;
  }
  .p-panel_contact__btn:not(:first-child) {
    margin-top: 2rem;
  }
  .p-panel_contact__link {
    max-width: 100%;
  }
}
@media (max-width: 575.9px) {
  .p-panel_contact__box {
    padding: 4rem 3rem;
  }
  .p-panel_contact__btn {
    width: 100%;
  }
  .p-panel_contact__num {
    font-size: 3rem;
  }
  .p-panel_contact__num:before {
    height: 1em;
  }
}

.p-panel_bnr {
  padding: 6rem 0;
  margin-top: 10rem;
  background: #F1F2F4;
}
.p-panel_bnr__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.p-panel_bnr__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-panel_bnr__item:not(:first-child) {
  margin-left: 4rem;
}
@media (min-width: 992px) {
  .p-panel_bnr a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .p-panel_bnr {
    margin-top: 7.5rem;
  }
  .p-panel_bnr__item:not(:first-child) {
    margin-left: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-panel_bnr__wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-panel_bnr__item:not(:first-child) {
    margin-left: 0;
  }
  .p-panel_bnr__item:nth-child(even) {
    margin-left: 2rem;
  }
  .p-panel_bnr__item:nth-child(n+3) {
    margin-top: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-panel_bnr__wrap {
    justify-content: space-between;
  }
  .p-panel_bnr__item {
    width: 48%;
  }
  .p-panel_bnr__item:nth-child(even) {
    margin-left: 0;
  }
}

/*--------------------------------------------
  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.25em;
  text-indent: -1.25em;
}
.c-list_disc__item:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #009944;
  display: inline-block;
  margin-right: 0.75em;
  vertical-align: middle;
}
.c-list_check > li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 2.8rem;
}
.c-list_check > li:not(:first-child) {
  margin-top: 1rem;
}
.c-list_check > li:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_check.svg) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.4em;
}
@media (max-width: 767.9px) {
  .c-list_check > li {
    font-size: 1.6rem;
  }
}

/*--------------------------------------------
  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: #009944 #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: #009944;
  }
  .c-tbl_responsive > table {
    margin-bottom: 0;
  }
  .c-tbl_responsive > table > thead > tr > th, .c-tbl_responsive > table > tbody > tr > th, .c-tbl_responsive > table > tfoot > tr > th, .c-tbl_responsive > table > thead > tr > td, .c-tbl_responsive > table > tbody > tr > td, .c-tbl_responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.c-tbl_pr {
  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}
.c-tbl_pr tr {
  border-bottom: 1px solid #E0E0E0;
}
.c-tbl_pr th, .c-tbl_pr td {
  padding: 1.5em 1.5em;
}
.c-tbl_pr th {
  width: 20%;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  background: #F7F6F5;
  border-right: 1px solid #E0E0E0;
}
.c-tbl_pr td {
  width: 80%;
}
@media (max-width: 991.9px) {
  .c-tbl_pr {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.9px) {
  .c-tbl_pr th, .c-tbl_pr td {
    display: block;
    width: 100%;
    padding: 1em;
  }
  .c-tbl_pr th {
    padding-bottom: 0;
  }
}
.c-tbl_mortor {
  border: 1px solid #ccc;
  border-bottom: none;
}
.c-tbl_mortor tr {
  border-bottom: 1px solid #ccc;
}
.c-tbl_mortor th, .c-tbl_mortor td {
  padding: 1.1625em 1.875em;
}
.c-tbl_mortor th {
  width: 25%;
  background: #EEEEEE;
  text-align: left;
}
.c-tbl_mortor th.-point {
  background: #009333;
  color: #ffffff;
  line-height: 1.5;
  padding: 0.5625em 0.2em;
  text-align: center;
  border-right: 1px solid #ccc;
}
.c-tbl_mortor th.-white {
  background: #ffffff;
}
.c-tbl_mortor td:not(:last-of-type) {
  border-right: 1px solid #ccc;
}
@media (max-width: 991.9px) {
  .c-tbl_mortor th.-point {
    padding: 0.6em 1.5em;
  }
}
@media (max-width: 767.9px) {
  .c-tbl_mortor th, .c-tbl_mortor td {
    display: block;
    width: 100%;
  }
}

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

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

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

/*--------------------------------------------
  anchor arrow
--------------------------------------------*/
.c-anc_arrow {
  position: relative;
  display: inline-block;
  padding: 1.5em 0;
  padding-right: 5.5em;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
}
.c-anc_arrow::before {
  content: "";
  transform: scale(1.5);
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eab7";
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  padding-left: 0.1em;
  background-color: #009944;
  border-radius: 50%;
  border: 1px solid #009944;
  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: #009944;
}
@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%;
  }
}

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

  PAGER

============================================*/
.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pager__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  background: #fff;
  color: #009944;
}
.c-pager__item.-current {
  background: #009944;
  color: #fff;
}
.c-pager__item.-ellipsis {
  background: 0 0;
  color: #009944;
}
.c-pager__item.-link {
  border: 1px solid #009944;
}
@media (min-width: 992px) {
  .c-pager__item.-link:hover {
    background: #009944;
    color: #fff;
  }
}
.c-pager__item:nth-child(n+2) {
  margin-left: 0.5em;
}

/*--------------------------------------------
  key
--------------------------------------------*/
.p-home_kv {
  position: relative;
}
.p-home_kv__img .c-ofi {
  padding-top: 45%;
}
.p-home_kv__slide {
  padding-top: 45%;
}
.p-home_kv__txt {
  position: absolute;
  left: 0;
  bottom: 14rem;
  width: 100%;
  color: #fff;
  line-height: 1;
}
.p-home_kv__txtInner {
  padding: 0 5vw;
}
.p-home_kv__catch {
  font-size: 7.2rem;
  font-weight: 500;
}
.p-home_kv__desc {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 4rem;
}
@media (max-width: 1399.9px) {
  .p-home_kv__catch {
    font-size: 5vw;
  }
}
@media (max-width: 991.9px) {
  .p-home_kv__img .c-ofi {
    padding-top: 50%;
  }
  .p-home_kv__slide {
    padding-top: 50%;
  }
  .p-home_kv__txt {
    bottom: 5rem;
  }
  .p-home_kv__txtInner {
    padding: 0 3vw;
  }
  .p-home_kv__desc {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media (max-width: 767.9px) {
  .p-home_kv__img .c-ofi {
    padding-top: 65%;
  }
  .p-home_kv__slide {
    padding-top: 65%;
  }
  .p-home_kv__desc {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.9px) {
  .p-home_kv__catch {
    font-size: 5.5vw;
  }
  .p-home_kv__desc {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------
  reason
--------------------------------------------*/
.p-home_reason__wrap {
  display: flex;
  align-items: center;
  gap: 30px 4%;
}
.p-home_reason__img {
  width: 46%;
}
.p-home_reason__cnt {
  width: 35%;
}
.p-home_reason__lead {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.866;
  margin-bottom: 2.2rem;
}
.p-home_reason__btn {
  margin-top: 6rem;
}
@media (max-width: 1599.9px) {
  .p-home_reason__cnt {
    width: 40%;
  }
}
@media (max-width: 1199.9px) {
  .p-home_reason__cnt {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .p-home_reason .c-inner {
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 991.9px) {
  .p-home_reason__wrap {
    flex-direction: column-reverse;
    gap: 0;
  }
  .p-home_reason__img {
    width: 100%;
    margin-top: 3rem;
  }
  .p-home_reason__cnt {
    width: 100%;
  }
  .p-home_reason__lead {
    line-height: 1.6;
    font-size: 2.5rem;
    margin-bottom: 1.8rem;
  }
  .p-home_reason__btn {
    margin-top: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_reason__lead {
    font-size: 2rem;
  }
}
/*--------------------------------------------
  product
--------------------------------------------*/
/*--------------------------------------------
  news
--------------------------------------------*/
.p-home_maintenance {
  background: #F2F3F4;
}
.p-home_maintenance__lead {
  text-align: center;
  font-size: 3rem;
  line-height: 1.8666;
  margin-bottom: 3.5rem;
  font-weight: 500;
}
.p-home_maintenance__desc {
  max-width: 1100px;
  margin: 0 auto 5.5rem;
}
.p-home_maintenance__imgWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-home_maintenance__btn {
  margin-top: 6rem;
}
@media (max-width: 991.9px) {
  .p-home_maintenance__lead {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 1em;
  }
}
@media (max-width: 767.9px) {
  .p-home_maintenance__lead {
    font-size: 2rem;
  }
  .p-home_maintenance__imgWrap {
    flex-wrap: wrap;
  }
  .p-home_maintenance__img {
    width: 50%;
  }
  .p-home_maintenance__btn {
    margin-top: 3rem;
  }
  .p-home_maintenance__desc {
    margin-bottom: 3rem;
  }
}

/*--------------------------------------------
  news
--------------------------------------------*/
.p-home_news__wrap {
  display: flex;
}
.p-home_news__ttlWrap {
  width: 17.24%;
}
.p-home_news__cnt {
  width: 82.76%;
}
@media (max-width: 1199.9px) {
  .p-home_news__ttlWrap {
    width: 25%;
  }
  .p-home_news__cnt {
    width: 75%;
  }
}
@media (max-width: 991.9px) {
  .p-home_news__wrap {
    display: block;
  }
  .p-home_news__ttlWrap {
    width: 100%;
  }
  .p-home_news__cnt {
    width: 100%;
  }
  .p-home_news__btn {
    margin-top: 3rem;
  }
  .p-home_news .c-ttl_sup {
    text-align: center;
  }
}
/*--------------------------------------------
  underlink
--------------------------------------------*/
.p-home_underlink.-green {
  background: #009944;
}
.p-home_underlink .c-ttl_sup {
  margin-bottom: 0;
}
.p-home_underlink__wrap {
  display: flex;
  justify-content: space-between;
}
.p-home_underlink__item {
  width: calc((100% - 6rem) / 2);
  position: relative;
}
.p-home_underlink__link.-col {
  display: flex;
}
.p-home_underlink__link.-col .p-home_underlink__img {
  width: 38.2%;
}
.p-home_underlink__link.-col .p-home_underlink__cnt {
  width: 61.8%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 6rem;
  border-right: 30px solid #377E4B;
  position: relative;
  transition: 0.4s;
}
.p-home_underlink__link.-col .p-home_underlink__cnt:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  background: url(../img/common/icom_arrow_right.svg) no-repeat center/contain;
}
.p-home_underlink__img {
  overflow: hidden;
}
.p-home_underlink__img img {
  transition: 0.4s ease-out;
}
.p-home_underlink__float {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
}
@media (min-width: 992px) {
  .p-home_underlink__link.-col:hover .p-home_underlink__cnt {
    border-color: #66B329;
  }
  .p-home_underlink__link.-col:hover .c-ttl_sup__en {
    color: #66B329;
  }
  .p-home_underlink__link.-col:hover .c-ttl_sup__jp {
    color: #66B329;
  }
  .p-home_underlink__link.-col:hover .c-ttl_sup__jp span:before {
    background: #66B329;
  }
  .p-home_underlink__link:hover .p-home_underlink__img img {
    transform: scale(1.1);
  }
}
@media (max-width: 1199.9px) {
  .p-home_underlink__link.-col .p-home_underlink__cnt {
    padding-left: 3rem;
  }
}
@media (max-width: 991.9px) {
  .p-home_underlink__wrap {
    display: block;
  }
  .p-home_underlink__item {
    width: 100%;
  }
  .p-home_underlink__item:not(:first-child) {
    margin-top: 3rem;
  }
  .p-home_underlink__link.-col .p-home_underlink__img {
    width: 28%;
  }
  .p-home_underlink__link.-col .p-home_underlink__cnt {
    width: 72%;
  }
  .p-home_underlink__img img {
    width: 100%;
  }
}
@media (max-width: 575.9px) {
  .p-home_underlink__link.-col .p-home_underlink__cnt {
    padding: 2rem 0 2rem 2rem;
  }
  .p-home_underlink__link.-col .p-home_underlink__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

/*--------------------------------------------
  case
--------------------------------------------*/
.p-home_case {
  padding-bottom: 12rem;
}
.p-home_case__btn {
  margin-top: 6rem;
}
@media (max-width: 991.9px) {
  .p-home_case {
    padding-bottom: 7.5rem;
  }
}
/*============================================

  404

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

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

  CONTACT

============================================*/
/*-------------------------------
  CONTACT > COMMON
-------------------------------*/
/*-------------------------------
  CONTACT > THANKS
-------------------------------*/
.p-thanks__txt {
  text-align: center;
  line-height: 2;
}
.p-thanks__btn {
  text-align: center;
}

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

  NEWS

============================================*/
/*-------------------------------
  NEWS > COMMON
-------------------------------*/
.p-news__pager {
  margin-top: 5rem;
}
.p-news__inner {
  max-width: 1200px;
  margin: 0 auto;
}

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

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

  WORKS

============================================*/
/*-------------------------------
  WORKS > COMMON
-------------------------------*/
.p-works_archive__list {
  display: flex;
  flex-wrap: wrap;
}
.p-works_archive__item {
  width: calc((100% - 12rem) / 4);
}
.p-works_archive__item:not(:nth-child(4n)) {
  margin-right: 4rem;
}
.p-works_archive__item:nth-child(n+5) {
  margin-top: 5rem;
}
.p-works_archive__img {
  overflow: hidden;
}
.p-works_archive__img img {
  transition: 0.4s;
}
@media (min-width: 992px) {
  .p-works_archive__link:hover .p-works_archive__img img {
    transform: scale(1.1);
  }
}
@media (max-width: 991.9px) {
  .p-works_archive__item {
    width: calc((100% - 8rem) / 3);
  }
  .p-works_archive__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .p-works_archive__item:not(:nth-child(3n)) {
    margin-right: 4rem;
  }
  .p-works_archive__item:nth-child(n+5) {
    margin-top: 5rem;
  }
  .p-works_archive__item:nth-child(n+4) {
    margin-top: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-works_archive {
    margin-bottom: 3rem;
  }
  .p-works_archive__list {
    justify-content: space-between;
  }
  .p-works_archive__item {
    width: 48%;
  }
  .p-works_archive__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-works_archive__item:nth-child(n+3) {
    margin-top: 5rem;
  }
}

.p-works_detail__wrap {
  display: flex;
}
.p-works_detail__slide {
  width: 50%;
  padding-right: 4rem;
}
.p-works_detail__cnt {
  width: 50%;
  padding-left: 4rem;
}
.p-works_detail__ttlSub {
  color: #009944;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1rem;
  font-weight: 500;
}
.p-works_detail__ttlSub:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 1em;
  background: #009944;
  transform: translateY(-50%) skew(-20deg);
}
.p-works_detail__ttl {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  font-weight: 500;
}
.p-works_detail__lead p + p {
  margin-top: 1em;
}
.p-works_detail__slideThumb {
  margin-top: 2rem;
  margin-right: -5px;
  margin-left: -5px;
}
.p-works_detail__slideThumb .slick-track {
  margin: 0 !important;
  transform: unset !important;
}
.p-works_detail__slideThumbItem {
  margin: 0 5px;
  position: relative;
}
.p-works_detail__slideThumbItem:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  z-index: 100;
}
.p-works_detail__slideThumbItem.slick-current:before {
  opacity: 0;
}
.p-works_detail__btn {
  margin-top: 3.5em;
  text-align: center;
}
@media (max-width: 991.9px) {
  .p-works_detail__wrap {
    flex-direction: column-reverse;
  }
  .p-works_detail__slide {
    width: 100%;
    margin-top: 5rem;
    padding-right: 0;
  }
  .p-works_detail__cnt {
    width: 100%;
    padding-left: 0;
  }
  .p-works_detail__ttl {
    margin-bottom: 2rem;
  }
}

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

  COMPANY

============================================*/
/*-------------------------------
  COMPANY > COMMON
-------------------------------*/
.p-company_information {
  padding-bottom: 10rem;
}
.p-company_information__inner {
  max-width: 1161px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .p-company_information__inner {
    margin-top: 10rem;
  }
}
.p-company_information__table {
  border-collapse: separate;
  border-spacing: 14px 0;
}
.p-company_information__table tr:first-child th {
  border-top: 2px solid #009944;
}
.p-company_information__table tr:first-child td {
  border-top: 1px solid #B7B7B7;
}
.p-company_information__table th {
  width: 27.54%;
  border-bottom: 2px solid #009944;
  font-weight: 700;
  vertical-align: top;
  text-align: left;
  padding: 1.875em 1em;
}
.p-company_information__table td {
  width: 72.46%;
  border-bottom: 1px solid #B7B7B7;
  padding: 1.875em;
}
.p-company_information__link {
  color: #009944;
  font-weight: 700;
}
@media (min-width: 992px) {
  .p-company_information__link:hover {
    opacity: 0.7;
  }
}
.p-company_information__foot {
  margin-top: 5rem;
  display: flex;
  padding: 0 14px;
}
.p-company_information__footLogo {
  width: calc(27.54% + 14px);
}
.p-company_information__footInfo {
  width: 72.46%;
  margin-left: 4.4rem;
  font-weight: 700;
}
@media (max-width: 991.9px) {
  .p-company_information {
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-company_information__table {
    border-collapse: collapse;
  }
  .p-company_information__table th, .p-company_information__table td {
    display: block;
    width: 100%;
    padding: 1em;
  }
  .p-company_information__table th {
    border: none;
    background: #009944;
    color: #fff;
  }
  .p-company_information__foot {
    padding: 0;
  }
}
@media (max-width: 575.9px) {
  .p-company_information__foot {
    display: block;
  }
  .p-company_information__footLogo {
    width: 100%;
    text-align: center;
  }
  .p-company_information__footInfo {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
}

.p-company_recipient {
  background: #F2F3F4;
  padding: 7rem 0 8rem;
}
.p-company_recipient__wrap {
  display: flex;
  justify-content: space-between;
}
.p-company_recipient__ttl {
  width: 21.5%;
}
.p-company_recipient__listWrap {
  width: 78.5%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.p-company_recipient__list:nth-child(1) .p-company_recipient__item {
  padding-left: 5rem;
}
.p-company_recipient__list:nth-child(2) .p-company_recipient__item {
  padding-left: 10rem;
}
.p-company_recipient__list:nth-child(3) .p-company_recipient__item {
  padding-left: 10rem;
}
.p-company_recipient__list:nth-child(4) .p-company_recipient__item {
  padding-left: 8rem;
  padding-right: 7rem;
}
.p-company_recipient__item {
  border-bottom: 1px solid #ddd;
  line-height: 3.75;
  width: 100%;
  height: 3.75em;
}
@media (min-width: 992px) {
  .p-company_recipient__item:nth-child(6) {
    border-bottom: none;
  }
}
.p-company_recipient__note {
  color: #FF0000;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1599.9px) {
  .p-company_recipient__list:nth-child(1) .p-company_recipient__item {
    padding-left: 5rem;
  }
  .p-company_recipient__list:nth-child(2) .p-company_recipient__item {
    padding-left: 5rem;
  }
  .p-company_recipient__list:nth-child(3) .p-company_recipient__item {
    padding-left: 5rem;
  }
  .p-company_recipient__list:nth-child(4) .p-company_recipient__item {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 1399.9px) {
  .p-company_recipient__ttl {
    width: 25%;
  }
  .p-company_recipient__listWrap {
    width: 75%;
  }
  .p-company_recipient__list:nth-child(1) .p-company_recipient__item {
    padding-left: 3rem;
  }
  .p-company_recipient__list:nth-child(2) .p-company_recipient__item {
    padding-left: 3rem;
  }
  .p-company_recipient__list:nth-child(3) .p-company_recipient__item {
    padding-left: 3rem;
  }
  .p-company_recipient__list:nth-child(4) .p-company_recipient__item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 991.9px) {
  .p-company_recipient__wrap {
    display: block;
  }
  .p-company_recipient__ttl {
    width: 100%;
  }
  .p-company_recipient__listWrap {
    width: 100%;
    display: block;
  }
  .p-company_recipient__list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-company_recipient__item {
    width: 50%;
    height: auto;
    line-height: 2.75;
  }
  .p-company_recipient__note {
    position: static;
    margin-top: 1rem;
  }
}
.p-company_area {
  padding-top: 7rem;
}
.p-company_area__wrap {
  display: flex;
}
.p-company_area .c-ttl_sup {
  width: 21.5%;
}
.p-company_area__cnt {
  width: 78.5%;
}
.p-company_area__ttl {
  line-height: 1;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.p-company_area__lead span {
  color: #FF0000;
}
.p-company_area__mapWrap {
  margin-top: 5rem;
  display: flex;
}
.p-company_area__map .img {
  margin-bottom: 3.5rem;
}
.p-company_area__map .ttl {
  line-height: 1;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #009944;
}
.p-company_area__map:nth-child(2) {
  margin-left: 9rem;
}
@media (max-width: 1399.9px) {
  .p-company_area .c-ttl_sup {
    width: 25%;
  }
  .p-company_area__cnt {
    width: 75%;
  }
}
@media (max-width: 991.9px) {
  .p-company_area__wrap {
    display: block;
  }
  .p-company_area .c-ttl_sup {
    width: 100%;
  }
  .p-company_area__cnt {
    width: 100%;
  }
  .p-company_area__map {
    width: 50%;
  }
  .p-company_area__map:nth-child(2) {
    margin-left: 0;
  }
  .p-company_area__map .ttl {
    font-size: 2.5rem;
  }
  .p-company_area__ttl {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-company_area__ttl {
    font-size: 2.2rem;
  }
  .p-company_area__map .ttl {
    font-size: 2.2rem;
  }
  .p-company_area__mapWrap {
    display: block;
  }
  .p-company_area__map {
    width: 100%;
    text-align: center;
  }
  .p-company_area__map .img {
    margin-bottom: 2rem;
  }
  .p-company_area__map:nth-child(2) {
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-company_area__ttl {
    font-size: 1.8rem;
  }
  .p-company_area__map .ttl {
    font-size: 1.8rem;
  }
}

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

  FAQ

============================================*/
/*-------------------------------
  FAQ > COMMON
-------------------------------*/
.p-faq__inner {
  display: flex;
  align-items: center;
}
.p-faq__inner .txt {
  width: calc(100% - 9.9rem);
}
.p-faq__q {
  padding: 1.5rem 3.8rem;
}
.p-faq__q .txt {
  color: #009944;
  font-size: 2rem;
  font-weight: 700;
}
.p-faq__q.is-open + .p-faq__a {
  display: block;
}
.p-faq__a {
  background: #F2F3F4;
  padding: 3.8rem;
}
.p-faq__icon {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  margin-right: 4.3rem;
  font-weight: 600;
  font-size: 3rem;
  line-height: 5.6rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.p-faq__icon.-q {
  background: #009944;
  color: #fff;
}
.p-faq__icon.-a {
  border: 1px solid #009944;
  color: #009944;
  background: #fff;
}
@media (max-width: 991.9px) {
  .p-faq__icon {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 3rem;
    line-height: 4.8rem;
  }
  .p-faq__inner .txt {
    width: calc(100% - 7.8rem);
  }
}
@media (max-width: 767.9px) {
  .p-faq__q {
    padding: 1.5rem 2rem;
  }
  .p-faq__q .txt {
    font-size: 1.8rem;
  }
  .p-faq__a {
    padding: 2rem;
  }
  .p-faq__icon {
    width: 4rem;
    height: 4rem;
    margin-right: 2rem;
    line-height: 4rem;
    font-size: 2.5rem;
  }
  .p-faq__inner .txt {
    width: calc(100% - 6rem);
  }
}
@media (max-width: 575.9px) {
  .p-faq__icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1.5rem;
    line-height: 3.5rem;
    font-size: 2rem;
  }
  .p-faq__inner .txt {
    width: calc(100% - 5rem);
  }
}

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

  REASON

============================================*/
/*-------------------------------
  REASON > COMMON
-------------------------------*/
.p-reason__sec {
  position: relative;
}
.p-reason__wrap {
  width: 38.1%;
  max-width: 533px;
  margin: 0 auto;
}
.p-reason__item:not(:first-child) {
  margin-top: 8rem;
}
.p-reason__num {
  font-size: 5.6rem;
  line-height: 1;
  color: #009944;
  font-weight: 600;
  margin-bottom: 3rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.p-reason__ttl {
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  color: #009944;
  margin-bottom: 3rem;
  text-align: center;
}
.p-reason__ttl span {
  display: inline-block;
  padding-left: 1.8rem;
  position: relative;
}
.p-reason__ttl span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 0.9em;
  background: #009944;
  transform: skew(-20deg);
}
.p-reason__img {
  position: absolute;
  width: 24.65%;
}
.p-reason__img.-img01 {
  left: 5%;
  top: 0;
}
.p-reason__img.-img02 {
  right: 0;
  top: 0;
  transform: translateY(100%);
}
.p-reason__img.-img03 {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-reason__img.-img04 {
  right: 5%;
  bottom: 0;
  transform: translateY(-100%);
}
.p-reason__img.-img05 {
  left: 5%;
  bottom: 0;
}
@media (max-width: 1399.9px) {
  .p-reason__wrap {
    width: 40%;
  }
}
@media (max-width: 1199.9px) {
  .p-reason__wrap {
    width: 43%;
  }
}
@media (max-width: 991.9px) {
  .p-reason__wrap {
    max-width: 100%;
    width: 70%;
  }
  .p-reason__img {
    position: static;
    margin-top: 5rem;
    transform: none !important;
    width: 60%;
  }
  .p-reason__img.-img02 {
    margin-left: auto;
  }
  .p-reason__img.-img04 {
    margin-left: auto;
  }
  .p-reason__img + .p-reason__item {
    margin-top: 5rem;
  }
  .p-reason__num {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
  .p-reason__ttl {
    font-size: 2.6rem;
  }
}
@media (max-width: 767.9px) {
  .p-reason__wrap {
    width: 80%;
  }
  .p-reason__num {
    font-size: 4rem;
  }
  .p-reason__ttl {
    font-size: 2.2rem;
  }
  .p-reason__img {
    width: 70%;
  }
}
@media (max-width: 575.9px) {
  .p-reason__wrap {
    width: 100%;
  }
  .p-reason__num {
    font-size: 3rem;
  }
  .p-reason__ttl {
    font-size: 2rem;
  }
  .p-reason__img {
    width: 85%;
    margin-top: 3rem;
  }
  .p-reason__img + .p-reason__item {
    margin-top: 3rem;
  }
}

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

  SAFETY

============================================*/
/*-------------------------------
  SAFETY > INTRODUCTION
-------------------------------*/
.p-safety_introduction__txt {
  border: solid 5px #ddd;
  padding: 5rem;
  font-size: 1.875em;
  text-align: center;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.p-safety_introduction__notes {
  margin-bottom: 1em;
  line-height: 1;
  font-size: 0.875em;
  text-align: right;
}
@media (max-width: 991.9px) {
  .p-safety_introduction__txt {
    font-size: 1.625em;
    padding: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-safety_introduction__txt {
    font-size: 1.5em;
  }
  .p-safety_introduction__notes {
    text-align: center;
  }
}

/*-------------------------------
  SAFETY > USE
-------------------------------*/
.p-safety_use__head {
  margin-bottom: 4rem;
}
.p-safety_use__headline {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .p-safety_use__cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .p-safety_use__img {
    width: 40%;
  }
  .p-safety_use__txt {
    width: calc(60% - 5rem);
  }
}
@media (max-width: 991.9px) {
  .p-safety_use__head {
    margin-bottom: 3rem;
  }
  .p-safety_use__headline {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-safety_use__img {
    margin-bottom: 2rem;
  }
  .p-safety_use__desc {
    padding: 3rem 2rem;
    border: solid 5px #dddddd;
  }
}

/*-------------------------------
  SAFETY > HANDLING
-------------------------------*/
.p-safety_handling__head {
  margin-bottom: 4rem;
}
.p-safety_handling__headline {
  margin-bottom: 3rem;
}
.p-safety_handling__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-safety_handling__list li:nth-child(n+2) {
  margin-top: 2rem;
}
.p-safety_handling__icon {
  background: #FFEE00;
  color: #009944;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 1.875em;
  line-height: 1;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-safety_handling__annotation {
  width: calc(100% - 7.5em - 3rem);
}
.p-safety_handling__annotation h4 {
  font-size: 1.125em;
  font-weight: 500;
  color: #009944;
  line-height: 1;
  margin-bottom: 0.5em;
}
.p-safety_handling__annotation p {
  padding-left: 1em;
}
@media (min-width: 576px) {
  .p-safety_handling__cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .p-safety_handling__img {
    width: 40%;
  }
  .p-safety_handling__txt {
    width: calc(60% - 5rem);
  }
}
@media (max-width: 1199.9px) {
  .p-safety_handling__icon {
    font-size: 1.75em;
  }
  .p-safety_handling__annotation {
    width: calc(100% - 7em - 3rem);
  }
}
@media (max-width: 991.9px) {
  .p-safety_handling__head {
    margin-bottom: 3rem;
  }
  .p-safety_handling__headline {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-safety_handling__img {
    margin-bottom: 2rem;
  }
  .p-safety_handling__desc {
    padding: 3rem 2rem;
    border: solid 5px #dddddd;
  }
  .p-safety_handling__icon {
    font-size: 1.5em;
  }
  .p-safety_handling__annotation {
    width: calc(100% - 6em - 2rem);
  }
}

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

  SHOP

============================================*/
/*-------------------------------
  SHOP > AGENT
-------------------------------*/
.p-shop_agency__ttl {
  margin-bottom: 3rem;
}
.p-shop_agency__table {
  table-layout: fixed;
}
.p-shop_agency__table > thead > tr > th,
.p-shop_agency__table > thead > tr > td,
.p-shop_agency__table > tbody > tr > th,
.p-shop_agency__table > tbody > tr > td {
  line-height: 1.5;
  border: solid 1px #cccccc;
  padding: 1em;
}
.p-shop_agency__table > thead > tr > th[data-col-name=name],
.p-shop_agency__table > thead > tr > td[data-col-name=name],
.p-shop_agency__table > tbody > tr > th[data-col-name=name],
.p-shop_agency__table > tbody > tr > td[data-col-name=name] {
  width: 30%;
}
.p-shop_agency__table > thead > tr > th[data-col-name=address],
.p-shop_agency__table > thead > tr > td[data-col-name=address],
.p-shop_agency__table > tbody > tr > th[data-col-name=address],
.p-shop_agency__table > tbody > tr > td[data-col-name=address] {
  width: 35%;
}
.p-shop_agency__table > thead > tr > th[data-col-name=tel], .p-shop_agency__table > thead > tr > th[data-col-name=fax],
.p-shop_agency__table > thead > tr > td[data-col-name=tel],
.p-shop_agency__table > thead > tr > td[data-col-name=fax],
.p-shop_agency__table > tbody > tr > th[data-col-name=tel],
.p-shop_agency__table > tbody > tr > th[data-col-name=fax],
.p-shop_agency__table > tbody > tr > td[data-col-name=tel],
.p-shop_agency__table > tbody > tr > td[data-col-name=fax] {
  width: 17.5%;
  text-align: center;
}
.p-shop_agency__table > thead > tr > th {
  background: #009944;
  color: #fff;
  text-align: center;
}
.p-shop_agency__table > tbody th,
.p-shop_agency__table > tbody td {
  background: #fff;
}
.p-shop_agency__table > tbody th {
  text-align: left;
  background: #D9F3E5;
}
@media (max-width: 767.9px) {
  .p-shop_agency__table > thead {
    display: none;
  }
  .p-shop_agency__table > tbody > tr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border: solid 1px #cccccc;
  }
  .p-shop_agency__table > tbody > tr:nth-child(n+2) {
    margin-top: 2rem;
  }
  .p-shop_agency__table > tbody > tr > th,
  .p-shop_agency__table > tbody > tr > td {
    display: block;
    border: none;
  }
  .p-shop_agency__table > tbody > tr > th[data-col-name=name],
  .p-shop_agency__table > tbody > tr > td[data-col-name=name] {
    width: 100%;
    padding: 1em;
  }
  .p-shop_agency__table > tbody > tr > th[data-col-name=address],
  .p-shop_agency__table > tbody > tr > td[data-col-name=address] {
    width: 100%;
    padding: 1em 1em 0;
    margin-bottom: 0.5em;
  }
  .p-shop_agency__table > tbody > tr > th[data-col-name=tel], .p-shop_agency__table > tbody > tr > th[data-col-name=fax],
  .p-shop_agency__table > tbody > tr > td[data-col-name=tel],
  .p-shop_agency__table > tbody > tr > td[data-col-name=fax] {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: 0 1em 1em;
  }
  .p-shop_agency__table > tbody > tr > th[data-col-name=tel]:before,
  .p-shop_agency__table > tbody > tr > td[data-col-name=tel]:before {
    content: "TEL：";
  }
  .p-shop_agency__table > tbody > tr > th[data-col-name=fax]:before,
  .p-shop_agency__table > tbody > tr > td[data-col-name=fax]:before {
    content: "FAX：";
  }
}

/*-------------------------------
  SHOP > GLOBAL
-------------------------------*/
.p-shop_global__ttl {
  margin-bottom: 3rem;
}

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

  AFTER SERVICE

============================================*/
/*-------------------------------
  AFTER SERVICE > AREA
-------------------------------*/
.p-maintenance_area {
  padding: 3rem;
  background: #D9F3E5;
  line-height: 1;
}
.p-maintenance_area__block:nth-child(n+2) {
  margin-top: 1em;
}
@media (min-width: 576px) {
  .p-maintenance_area__block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.p-maintenance_area__ttl {
  font-size: 0.875em;
  font-weight: 500;
}
.p-maintenance_area__ttl span {
  display: inline-block;
  padding: 0.25em 0;
}
@media (min-width: 576px) {
  .p-maintenance_area__ttl {
    width: 8em;
    margin-right: 1em;
    border-right: solid 1px #006d2d;
    padding-top: 0.35em;
  }
}
.p-maintenance_area__cont {
  font-size: 0.75em;
}
@media (min-width: 576px) {
  .p-maintenance_area__cont {
    width: calc(100% - 10.5em);
  }
}
.p-maintenance_area__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.p-maintenance_area__list li {
  margin: 0.375em 0;
}
.p-maintenance_area__list li:nth-last-child(n+2) {
  margin-right: 1em;
}
.p-maintenance_area__list li a {
  display: block;
  padding: 0.375em 1em 0.5em;
  background: #fff;
  border: solid 1px #009944;
  color: #009944;
}
@media (min-width: 992px) {
  .p-maintenance_area__list li a:hover {
    background: #009944;
    color: #fff;
  }
}
@media (max-width: 575.9px) {
  .p-maintenance_area {
    padding: 3rem 2rem;
  }
  .p-maintenance_area__block:nth-child(n+2) {
    margin-top: 2rem;
  }
  .p-maintenance_area__ttl {
    font-size: 1.125em;
    margin-bottom: 0.5em;
  }
  .p-maintenance_area__ttl:before {
    content: "■";
    color: #009944;
    margin-right: 0.5em;
  }
  .p-maintenance_area__cont {
    font-size: 0.875em;
  }
}

/*-------------------------------
  AFTER SERVICE > COMPANY
-------------------------------*/
.p-maintenance_company__head {
  margin-bottom: 3rem;
}
.p-maintenance_company__title {
  margin-bottom: 3rem;
}
.p-maintenance_company__ttl {
  margin-bottom: 1rem;
}
.p-maintenance_company__table {
  table-layout: fixed;
}
.p-maintenance_company__table > thead > tr > th,
.p-maintenance_company__table > thead > tr > td,
.p-maintenance_company__table > tbody > tr > th,
.p-maintenance_company__table > tbody > tr > td {
  line-height: 1.5;
  border: solid 1px #cccccc;
}
.p-maintenance_company__table > thead > tr > th[data-col-name=name],
.p-maintenance_company__table > thead > tr > td[data-col-name=name],
.p-maintenance_company__table > tbody > tr > th[data-col-name=name],
.p-maintenance_company__table > tbody > tr > td[data-col-name=name] {
  width: 40%;
}
.p-maintenance_company__table > thead > tr > th[data-col-name=address],
.p-maintenance_company__table > thead > tr > td[data-col-name=address],
.p-maintenance_company__table > tbody > tr > th[data-col-name=address],
.p-maintenance_company__table > tbody > tr > td[data-col-name=address] {
  width: 60%;
}
.p-maintenance_company__table > thead > tr > th {
  background: #009944;
  color: #fff;
  text-align: center;
  padding: 1em;
}
.p-maintenance_company__table > tbody th,
.p-maintenance_company__table > tbody td {
  background: #fff;
  padding: 1.25em;
}
.p-maintenance_company__table > tbody th {
  text-align: left;
  background: #D9F3E5;
}
.p-maintenance_company__table > tbody th strong {
  display: block;
}
.p-maintenance_company__table > tbody th a {
  display: inline-block;
  background: #FFEE00;
  color: #009944;
  line-height: 1;
  font-size: 0.75em;
  padding: 0.5em;
  margin-top: 0.75em;
}
@media (min-width: 992px) {
  .p-maintenance_company__table > tbody th a:hover {
    background: #009944;
    color: #fff;
  }
}
.p-maintenance_company__table > tbody td span {
  display: inline-block;
}
.p-maintenance_company__table > tbody td span:nth-child(n+2) {
  margin-left: 2em;
}
@media (max-width: 767.9px) {
  .p-maintenance_company__table > thead {
    display: none;
  }
  .p-maintenance_company__table > tbody > tr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border: solid 1px #cccccc;
  }
  .p-maintenance_company__table > tbody > tr:nth-child(n+2) {
    margin-top: 2rem;
  }
  .p-maintenance_company__table > tbody > tr > th,
  .p-maintenance_company__table > tbody > tr > td {
    display: block;
    border: none;
  }
  .p-maintenance_company__table > tbody > tr > th[data-col-name=name], .p-maintenance_company__table > tbody > tr > th[data-col-name=address], .p-maintenance_company__table > tbody > tr > th[data-col-name=link],
  .p-maintenance_company__table > tbody > tr > td[data-col-name=name],
  .p-maintenance_company__table > tbody > tr > td[data-col-name=address],
  .p-maintenance_company__table > tbody > tr > td[data-col-name=link] {
    width: 100%;
  }
  .p-maintenance_company__table > tbody > tr > th[data-col-name=link],
  .p-maintenance_company__table > tbody > tr > td[data-col-name=link] {
    padding: 0;
  }
  .p-maintenance_company__table > tbody > tr > th[data-col-name=link] a,
  .p-maintenance_company__table > tbody > tr > td[data-col-name=link] a {
    background: #FFEE00;
    color: #009944;
    font-size: 0.75em;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 1.25em;
    font-weight: 500;
  }
}

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

  REPAIR

============================================*/
/*-------------------------------
  REPAIR > COMMON
-------------------------------*/
.p-repair {
  padding-top: 0 !important;
}
.p-repair__sec {
  padding-top: 10rem;
}
@media (max-width: 991.9px) {
  .p-repair__sec {
    padding-top: 7.5rem;
  }
}

.p-repair_head {
  background: #F2F3F4;
  padding: 9rem 0;
}
.p-repair_head__ttl {
  text-align: center;
  font-weight: 500;
  color: #009944;
  font-size: 3rem;
  line-height: 1.866;
  margin-bottom: 2.2rem;
}
.p-repair_head__txt {
  text-align: center;
}
.p-repair_head__txt p + p {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .p-repair_head {
    padding: 7.5rem 0;
  }
  .p-repair_head__ttl {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .p-repair_head__ttl {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-repair_head__ttl {
    font-size: 1.8rem;
  }
}

.p-repair_trouble__catch {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 3rem;
  line-height: 1;
}
.p-repair_trouble__desc {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 4rem;
  color: #009944;
}
.p-repair_trouble__desc span {
  display: inline-block;
  padding: 1.5rem 3rem;
  line-height: 1;
  border: 1px solid #009944;
  border-radius: 3.5rem;
}
.p-repair_trouble__img {
  text-align: center;
}
.p-repair_trouble__note {
  max-width: 1225px;
  margin: 0 auto;
  text-align: right;
  margin-top: 1rem;
}
@media (max-width: 991.9px) {
  .p-repair_trouble__catch {
    line-height: 1.4;
    font-size: 2.2rem;
  }
  .p-repair_trouble__desc {
    font-size: 1.8rem;
  }
  .p-repair_trouble__desc span {
    border-radius: 5rem;
    line-height: 1.4;
    padding: 1.5rem;
  }
}
@media (max-width: 575.9px) {
  .p-repair_trouble__catch {
    font-size: 1.8rem;
  }
}

.p-repair_check__colWrap {
  display: flex;
  justify-content: space-between;
}
.p-repair_check__col {
  width: calc((100% - 4rem) / 2);
}
.p-repair_check__item {
  border: 1px solid #DDDDDD;
  border-radius: 0.5rem;
}
.p-repair_check__item + .p-repair_check__item {
  margin-top: 3rem;
}
.p-repair_check__cnt {
  padding: 3rem 4rem;
}
.p-repair_check__ttl {
  background: #009944;
  color: #fff;
  line-height: 1;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 1.5rem 4rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.p-repair_check__ttl.-check {
  text-align: center;
}
.p-repair_check__ttl.-check span {
  display: inline-block;
  padding-left: 2.6rem;
  position: relative;
}
.p-repair_check__ttl.-check span:before {
  content: "";
  width: 1.8rem;
  height: 1.65rem;
  background: url(../img/maintenance/icon_check_white.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-repair_check__txtBox + .p-repair_check__txtBox {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #DDDDDD;
}
.p-repair_check__txt .strong {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
}
.p-repair_check__txt .attention {
  font-size: 1.4rem;
}
.p-repair_check__strong {
  color: #FF0000;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.3em;
  line-height: 1.44;
}
.p-repair_check__list li {
  text-indent: -1.8em;
  padding-left: 1.5em;
}
.p-repair_check__foot {
  margin-top: 6rem;
}
.p-repair_check__footWrap {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 4rem;
}
.p-repair_check__footCol {
  width: 33.333%;
}
.p-repair_check__footCol:not(:first-child) {
  border-left: 1px solid #ddd;
  padding-left: 2rem;
  margin-left: 2rem;
}
.p-repair_check__footItem + .p-repair_check__footItem {
  margin-top: 3.5rem;
}
.p-repair_check__footTtl {
  color: #009944;
  border-radius: 0.5rem 0.5rem 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 2.8rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.p-repair_check__footTtl:before {
  content: "";
  width: 1.8rem;
  height: 1.65rem;
  background: url(../img/maintenance/icon_check_green.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-repair_check__footTxt {
  padding-left: 2.8rem;
}
.p-repair_check__footItemsub {
  margin-top: 3.5rem;
}
.p-repair_check__footTtlsub {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.6rem;
  color: #009944;
}
@media (max-width: 991.9px) {
  .p-repair_check__colWrap {
    display: block;
  }
  .p-repair_check__col {
    width: 100%;
  }
  .p-repair_check__ttl {
    font-size: 2rem;
    padding: 1.5rem 3rem;
  }
  .p-repair_check__cnt {
    padding: 2rem 3rem;
  }
  .p-repair_check__footWrap {
    display: block;
    padding: 2rem 3rem;
  }
  .p-repair_check__footCol {
    width: 100%;
  }
  .p-repair_check__footCol:not(:first-child) {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .p-repair_check__footCol:not(:first-child) {
    margin-top: 3.5rem;
  }
}
@media (max-width: 575.9px) {
  .p-repair_check .c-ttl_sup__jp {
    line-height: 1.4;
  }
  .p-repair_check__ttl {
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
  }
  .p-repair_check__cnt {
    padding: 2rem;
  }
  .p-repair_check__strong {
    font-size: 1.6rem;
  }
  .p-repair_check__txtBox + .p-repair_check__txtBox {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .p-repair_check__txt .strong {
    font-size: 1.6rem;
  }
  .p-repair_check__footWrap {
    padding: 3rem 2rem;
  }
}

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

  PRIVACY POLICY

============================================*/
/*-------------------------------
  PRIVACY > COMMON
-------------------------------*/
.p-privacypolicy__wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.p-privacypolicy__list {
  margin-top: 5rem;
}
.p-privacypolicy__list dt {
  margin-bottom: 1.25em;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 0.8em;
  line-height: 1.4;
  position: relative;
}
.p-privacypolicy__list dt:before {
  content: "";
  width: 7rem;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #009944;
}
.p-privacypolicy__list dd:not(:last-child) {
  margin-bottom: 3.125em;
}
.p-privacypolicy__list dd > *:nth-child(n+2) {
  margin-top: 1em;
}
.p-privacypolicy__item:not(:first-child) {
  margin-top: 3em;
}
.p-privacypolicy__listDisc li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-privacypolicy__ga {
  margin-top: 1em;
}
.p-privacypolicy__ga h3 {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.p-privacypolicy__ga a {
  word-break: break-all;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .p-privacypolicy__ga a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .p-privacypolicy__headTtl {
    font-size: 2.2rem;
  }
  .p-privacypolicy__list dt {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-privacypolicy__body {
    margin-top: 3rem;
  }
  .p-privacypolicy__headTtl {
    font-size: 1.8rem;
  }
  .p-privacypolicy__list dt {
    font-size: 1.6rem;
  }
}

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

  SITEMAP

============================================*/
/*-------------------------------
  SITEMAP > COMMON
-------------------------------*/
/*============================================

  KV

============================================*/
/*-------------------------------
  KV > TOP
-------------------------------*/
/*-------------------------------
  KV > UNDER
-------------------------------*/
.p-kv_under {
  position: relative;
  background: #009944;
}
.p-kv_under__ttl {
  line-height: 1;
  color: #ffffff;
  padding-top: 14rem;
  padding-bottom: 13rem;
}
.p-kv_under__ttl .en {
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  font-weight: 600;
}
.p-kv_under__ttl .jp {
  font-weight: normal;
  margin-top: 2rem;
  position: relative;
  padding-left: 1.5em;
}
.p-kv_under__ttl .jp:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 1em;
  background: #fff;
  transform: translateY(-50%) skew(-20deg);
}
.p-kv_under__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 64.5%;
  height: 100%;
}
.p-kv_under__img .c-ofi {
  padding-top: 0;
  height: 100%;
}
.p-kv_under__imgInner {
  padding-right: 5.7rem;
  position: relative;
}
.p-kv_under__arrow {
  position: absolute;
  right: 0;
  top: 16rem;
  z-index: 10;
}
.p-kv_under__arrow a {
  display: block;
  background: #009944;
  width: 11.5rem;
  height: 11.5rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .p-kv_under__arrow a:hover {
    opacity: 0.7;
  }
}
.p-kv_under__arrow svg {
  transform: rotate(90deg);
  fill: #ffffff;
  width: 25px;
  height: 19px;
}
@media (max-width: 991.9px) {
  .p-kv_under__img {
    width: 50%;
  }
  .p-kv_under__ttl {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .p-kv_under__ttl .en {
    font-size: 4rem;
  }
}
@media (max-width: 767.9px) {
  .p-kv_under__ttl {
    padding-top: 8rem;
    padding-bottom: 7rem;
  }
  .p-kv_under__ttl .en {
    font-size: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-kv_under__ttl {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .p-kv_under__ttl .en {
    font-size: 2.6rem;
  }
}

/*--------------------------------------------
  news
--------------------------------------------*/
.c-card_news__item {
  border-bottom: solid 1px #ccc;
}
.c-card_news__item:first-child .c-card_news__link {
  padding-top: 0;
}
.c-card_news__link {
  display: flex;
  padding: 1.5em 0;
}
@media (min-width: 992px) {
  .c-card_news__link:hover {
    color: #009944;
  }
}
.c-card_news__date {
  margin-right: 1.75em;
  min-width: 7em;
}
.c-card_news__ttl {
  width: calc(100% - 6.4em);
}
@media (max-width: 767.9px) {
  .c-card_news__link {
    display: block;
    padding: 1em 0;
  }
  .c-card_news__date {
    display: block;
    margin-right: 0;
    min-width: 100%;
  }
  .c-card_news__ttl {
    width: 100%;
  }
}

/*--------------------------------------------
  product
--------------------------------------------*/
.c-card_product {
  display: flex;
}
.c-card_product__item {
  width: calc((100% - 12rem) / 3);
  position: relative;
}
.c-card_product__item:not(:nth-child(n+3)) {
  margin-right: 6rem;
}
.c-card_product__item:nth-child(n+4) {
  margin-top: 5rem;
}
.c-card_product__img {
  margin-bottom: 3rem;
  overflow: hidden;
}
.c-card_product__img img {
  transition: 0.4s ease-out;
}
.c-card_product__ttl {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-right: 2.5rem;
  margin-bottom: 2rem;
}
.c-card_product__ttl:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_arrow_green.svg) no-repeat center/contain;
}
@media (min-width: 992px) {
  .c-card_product__link:hover .c-card_product__img img {
    transform: scale(1.1);
  }
}
@media (max-width: 991.9px) {
  .c-card_product__item {
    width: calc((100% - 6rem) / 3);
  }
  .c-card_product__item:not(:nth-child(n+3)) {
    margin-right: 3rem;
  }
  .c-card_product__img {
    margin-bottom: 2rem;
  }
  .c-card_product__img img {
    width: 100%;
  }
  .c-card_product__ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .c-card_product {
    display: block;
  }
  .c-card_product__item {
    width: 100%;
  }
  .c-card_product__item:not(:first-child) {
    margin-top: 5rem;
  }
}

/*--------------------------------------------
  case
--------------------------------------------*/
.c-card_case {
  display: flex;
}
.c-card_case__item {
  width: calc((100% - 12rem) / 4);
}
.c-card_case__item:not(:nth-child(4n)) {
  margin-right: 4rem;
}
.c-card_case__ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 1em;
}
.c-card_case__img {
  overflow: hidden;
}
.c-card_case__img img {
  transition: 0.4s ease-out;
}
@media (min-width: 992px) {
  .c-card_case__link:hover {
    color: #009944;
  }
  .c-card_case__link:hover .c-card_case__img img {
    transform: scale(1.1);
  }
}
@media (max-width: 991.9px) {
  .c-card_case {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-card_case__item {
    width: calc((100% - 3rem) / 2);
  }
  .c-card_case__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .c-card_case__item:nth-child(n+3) {
    margin-top: 5rem;
  }
  .c-card_case__img img {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .c-card_case__ttl {
    font-size: 1.8rem;
  }
  .c-card_case__item {
    width: 100%;
  }
  .c-card_case__item:not(:first-child) {
    margin-top: 5rem;
  }
}
/*============================================

  GLOBAL NAVIGATION

============================================*/
.p-gnavi {
  transition: 0.4s;
}
.p-gnavi__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-gnavi__item {
  line-height: 1;
}
.p-gnavi__item:not(:first-child) {
  margin-left: 5rem;
}
.p-gnavi__link {
  font-weight: 500;
  display: block;
}
@media (min-width: 992px) {
  .p-gnavi__link:hover {
    color: #009944;
  }
}
@media (max-width: 1599.9px) {
  .p-gnavi__item:not(:first-child) {
    margin-left: 3rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .p-gnavi__link {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .p-gnavi__link {
    font-size: 1.3rem;
  }
}
@media (max-width: 991.9px) {
  .p-gnavi__inner {
    display: block;
    height: 100vh;
    overflow: auto;
    padding: 9rem 3vw 5rem;
  }
  .p-gnavi__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-gnavi__item {
    width: 49%;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
  }
  .p-gnavi__item:not(:first-child) {
    margin-left: 0;
  }
  .p-gnavi__link {
    padding: 1em 0;
  }
}
/*--------------------------------------------
  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-serif {
  font-family: "Noto Serif JP", serif;
}

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

.u-main {
  color: #009944;
}

.u-sub {
  color: #66B329;
}

.u-point {
  color: #009333;
}

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

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

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

.u-bg_sub {
  background-color: #66B329;
}

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

/*-------------------------------
  WP > PAGINATION(ORIGINAL)
-------------------------------*/
.wp-pager {
  margin-top: 8rem;
}
.wp-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pager__item {
  display: inline-block;
  text-align: center;
  margin: 0 0.75em;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
}
.wp-pager__item > a,
.wp-pager__item > span {
  display: block;
  background: #fff;
  color: #555555;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .wp-pager__item > a:hover {
    background: #009944;
    color: #fff;
  }
}
.wp-pager__item.-current > a,
.wp-pager__item.-current > span {
  color: #fff;
  background: #009944;
  border: solid 1px #009944;
}
.wp-pager__item.-extend {
  margin: 0;
  display: none;
}
.wp-pager__item.-extend > a,
.wp-pager__item.-extend > span {
  color: #009944;
  border: none;
}
.wp-pager__item.-first > a:before {
  content: "";
  display: inline-block;
  transform: rotate(180deg) scale(0.75);
  width: 20px;
  height: 15px;
  background: url(../img/common/icon_pager.svg) no-repeat center/contain;
}
.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;
  }
}
@media (max-width: 575.9px) {
  .wp-pager__item {
    margin: 0 0.5em;
  }
  .wp-pager__item > a,
  .wp-pager__item > span {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */