@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons%7CMaterial+Icons+Outlined");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0");
html {
  font-size: 14px;
}

body {
  font-family: "Noto Sans", "Noto Sans JP", -apple-system, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  min-width: 100%;
  letter-spacing: 0px;
  color: #000000;
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  opacity: .6;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}

.wrapper > section:nth-child(even) {
  background: #fafafa;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@-webkit-keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@-webkit-keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
.header {
  position: relative;
  background-color: #FFFFFF;
  z-index: 100;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 12px 0;
}

@media (max-width: 991px) {
  .header-left {
    padding: 19px 0;
  }
}

.header-left_logo {
  max-height: 70px;
  margin-top: -6px;
}

@media (max-width: 1440px) and (min-width: 1400px) {
  .header-left_logo {
    max-height: 60px;
    margin-top: -2px;
  }
}

@media (max-width: 1399px) {
  .header-left_logo {
    max-height: 57px;
    margin-top: -2px;
  }
}

@media (max-width: 991px) {
  .header-left_logo {
    max-height: 45px;
    width: auto;
    margin-top: -3px;
  }
}

.header-left_catch {
  padding-left: 15px;
  padding-top: 3px;
}

@media (max-width: 1399px) {
  .header-left_catch {
    display: none;
  }
}

.header-left_catch span {
  font-weight: 700;
}

.header-left_img img {
  max-height: 47px;
  padding-left: 15px;
}

@media (max-width: 1440px) and (min-width: 1400px) {
  .header-left_img img {
    max-height: 40px;
    margin-top: 5px;
  }
}

@media (max-width: 1399px) {
  .header-left_img img {
    max-height: 45px;
    margin-top: -2px;
    margin-top: 1px;
  }
}

@media (max-width: 991px) {
  .header-left_img img {
    max-height: 33px;
    width: auto;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 70px;
  padding: 12px 0;
}

@media (max-width: 1399px) {
  .header-right {
    display: none;
  }
}

.header-right_tel {
  font-size: 0.71rem;
  font-weight: 700;
  padding-right: 25px;
}

.header-right_tel i {
  color: #fff;
  background-color: #70B42C;
  border-radius: 100px;
  font-size: 1.3rem;
  padding: 5px;
  margin-right: 10px;
}

.header-right_tel span {
  font-size: 1.85rem;
  font-weight: 600;
  font-family: "Rubik";
}

.header-right_contact {
  background-color: #EF8200;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 0.64rem;
  font-weight: 700;
  -webkit-box-shadow: 0 2px 0 0 #7C3F11;
          box-shadow: 0 2px 0 0 #7C3F11;
  position: relative;
}

.header-right_contact:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 3px;
  width: 0;
  height: 100%;
  background-color: #F7B885;
  z-index: 0;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

.header-right_contact a {
  padding: 5px 35px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.header-right_contact a:hover {
  opacity: 1;
}

.header-right_contact:hover:after {
  width: 100%;
}

.header-right_contact i {
  font-size: 1.6rem;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  padding-right: 5px;
  line-height: 0;
}

.header-right_contact span {
  font-size: 1rem;
}

.header-nav {
  background-color: #F0F0F0;
  color: #000000;
  border: 1px solid #DBDBDB;
}

.header-nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  position: relative;
}

@media (max-width: 1199px) {
  .header-nav nav {
    height: auto;
  }
}

.header-nav nav ul {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #fff;
}

.header-nav nav li {
  border-left: 1px solid #fff;
  border-right: 1px solid #dbdbdb;
}

.header-nav nav li.selected > a {
  position: relative;
}

.header-nav nav li.selected > a:before {
  content: '';
  width: 100%;
  height: 5px;
  background-color: #3E7700;
  position: absolute;
  bottom: -2px;
  right: 0;
  z-index: 1000;
}

.header-nav nav a {
  padding: 15px 43px;
}

.header-nav nav a:hover {
  color: #FFF;
  background-color: #70B42C;
  opacity: 1;
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .header-nav nav a {
    padding: 15px 27px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header-nav nav a {
    padding: 15px 15px;
  }
}

.header_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .header_icon {
    position: absolute;
    right: 25px;
    top: 45px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .header_icon {
    position: absolute;
    right: 25px;
    top: 28px;
  }
}

@media (max-width: 575px) {
  .header_icon {
    position: absolute;
    right: 15px;
    top: 28px;
  }
}

.header_icon_menu-trigger,
.header_icon_menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header_icon_menu-trigger {
  position: relative;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 100px;
  margin-top: -20px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .header_icon_menu-trigger {
    margin-top: -35px;
  }
}

.header_icon_menu-trigger_close {
  position: absolute;
  top: 10px;
  right: 25px;
  margin-top: 0;
}

@media (max-width: 575px) {
  .header_icon_menu-trigger_close {
    right: 15px;
  }
}

.header_icon_menu-trigger_close span:nth-of-type(1) {
  -webkit-transform: translateY(9px) translateX(-50%) rotate(45deg);
          transform: translateY(9px) translateX(-50%) rotate(45deg);
}

.header_icon_menu-trigger_close span:nth-of-type(2) {
  opacity: 0;
}

.header_icon_menu-trigger_close span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) translateX(-50%) rotate(-45deg);
          transform: translateY(-9px) translateX(-50%) rotate(-45deg);
}

.header_icon_menu-trigger span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  height: 3px;
  background-color: #70B42C;
}

.header_icon_menu-trigger span:nth-of-type(1) {
  top: 15px;
}

.header_icon_menu-trigger span:nth-of-type(2) {
  top: 24px;
}

.header_icon_menu-trigger span:nth-of-type(3) {
  top: 33px;
}

.header .nav-header__fullsize {
  width: 94%;
  left: 50px;
  top: 52px;
  position: absolute;
  z-index: 2000;
  background-color: #70B42C;
  overflow: scroll !important;
  height: calc(100vh - 134px);
}

.header .dropwrap-products {
  padding: 0 15px 15px;
  background-color: #70B42C;
  border-radius: 15px;
}

.header .dropwrap-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 15px 0 0;
}

.header .dropwrap-area.border-top {
  border-top: 2px solid #70B42C;
}

.header .dropBox {
  width: 19%;
  padding: 0 20px;
  background-color: #fff;
  color: #2D2D2D;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 0 0.5%;
  margin-bottom: 15px;
}

@media (max-width: 1440px) {
  .header .dropBox {
    width: 32%;
  }
}

.header .dropBox a {
  font-size: 0.93rem;
}

.header .dropBox a:hover {
  background-color: transparent;
  opacity: .8;
}

.header .dropBox a img:hover {
  opacity: .6;
}

.header .dropBox ol {
  border-top: 1px solid #EAEAEA;
  margin-top: 30px;
}

.header .parentsMenu {
  background-color: #F4F4F4;
  position: relative;
  border-right: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

.header .parentsMenu a {
  display: block;
  padding: 10px 0 8px 35px;
  position: relative;
  font-weight: 600;
}

.header .parentsMenu a:hover {
  color: #70B42C;
  opacity: .8;
}

.header .parentsMenu a:hover i {
  -webkit-transform: translateY(-50%) translateX(-25px);
          transform: translateY(-50%) translateX(-25px);
}

.header .parentsMenu span {
  display: inline-block;
}

.header .parentsMenu i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-30px);
          transform: translateY(-50%) translateX(-30px);
  color: #F57A34;
  font-size: 1.3rem;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.header .childMenu {
  position: relative;
  border-right: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

.header .childMenu a {
  display: block;
  padding: 10px 0 8px 60px;
  position: relative;
  font-weight: 600;
}

.header .childMenu a:hover {
  color: #70B42C;
  opacity: .8;
}

.header .childMenu a:hover i {
  -webkit-transform: translateY(-50%) translateX(-25px);
          transform: translateY(-50%) translateX(-25px);
}

.header .childMenu span {
  display: inline-block;
  word-break: break-word;
  overflow-wrap: break-word;
}

.header .childMenu i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-30px);
          transform: translateY(-50%) translateX(-30px);
  color: #F57A34;
  font-size: 1.3rem;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header nav.pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header nav.pc ul.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header nav.pc ul.pc li.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .header_icon_mail_sp,
  .header .header_icon_menu-trigger {
    display: none;
  }
}

.nav-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1002;
  margin: 0 !important;
}

.nav-drawer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  max-width: 350px;
  min-width: 200px;
  background-color: #f7f8f9;
  border-left: #e2e2e2 1px solid;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nav-drawer[data-open="true"] .nav-drawer__container {
  -webkit-animation-name: menu-container-appeared;
          animation-name: menu-container-appeared;
}

.nav-drawer[data-open="false"] .nav-drawer__container {
  -webkit-animation-name: menu-container-leaved;
          animation-name: menu-container-leaved;
}

.nav-drawer__menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  margin-top: 65px;
}

.nav-drawer__menu-item {
  border-bottom: #e2e2e2 1px dashed;
}

.nav-drawer__menu-item:hover {
  background: #efefef;
}

.nav-drawer__link {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: inherit;
  letter-spacing: 0.01em;
  padding: 1em 1.2em 1em 1.2em;
  text-decoration: none;
}

.nav-drawer__link-main {
  display: block;
  font-weight: 500;
  font-size: 1rem;
}

.nav-drawer__link-sub {
  color: #aaa;
  display: block;
  font-size: 1rem;
}

.nav-drawer__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
}

.nav-drawer__button-close {
  position: relative;
  background-color: #0e64ba;
  margin: 0px 0px 0px auto;
  padding: 0px;
  width: 6rem;
  height: 6rem;
  border: none;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.nav-drawer__button-close:hover, .nav-drawer__button-close:focus {
  outline: none;
  background: #1071d2;
}

.nav-drawer__button-close-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background: #fff;
}

.nav-drawer__button-close-line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.nav-drawer__button-close-line:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.nav-drawer__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nav-drawer[data-open="true"] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-appeared;
          animation-name: menu-overlay-appeared;
}

.nav-drawer[data-open="false"] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-leaved;
          animation-name: menu-overlay-leaved;
}

.nav-drawer__search p {
  background-color: #212121;
  color: #fff;
  padding: 10px 0 10px 47px;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
}

.nav-drawer__search p i {
  position: absolute;
  color: #EF8200;
  left: 15px;
  top: 8px;
  font-size: 1.8rem;
}

.nav-drawer__search form {
  background-color: #fff;
  padding: 10px 15px 16px 18px;
}

.nav-drawer__search form input {
  background-color: #F0F0F0;
  width: 83%;
  border-radius: 6px 0 0 6px;
  padding: 9px 0 9px 21px;
  outline: none;
}

.nav-drawer__search form button {
  background-color: #76B925;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 0 6px 6px 0;
  -webkit-transform: translate(-4px, 6px);
          transform: translate(-4px, 6px);
}

.nav-drawer__search form button i {
  padding: 5px;
}

@media (max-width: 991px) and (min-width: 576px) {
  #mainvisual .mainvisual-bg {
    position: absolute;
    height: 500px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#C6C6C6), to(#F7F7F7));
    background: linear-gradient(#C6C6C6, #F7F7F7);
    z-index: 1;
  }
}

@media (max-width: 575px) {
  #mainvisual .mainvisual-bg {
    position: absolute;
    height: 595px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#C6C6C6), to(#F7F7F7));
    background: linear-gradient(#C6C6C6, #F7F7F7);
    z-index: 1;
  }
}

.top-slider {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#F7F7F7));
  background: linear-gradient(#D8D8D8, #F7F7F7);
}

@media (max-width: 575px) {
  .top-slider_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.top-slider_img {
  width: 57%;
  padding: 100px;
  overflow: hidden;
}

@media (max-width: 991px) and (min-width: 576px) {
  .top-slider_img {
    width: 50%;
    margin-top: 60px;
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .top-slider_img {
    width: 100%;
    max-height: 100%;
    padding: 40px;
  }
}

.top-slider_icon {
  margin-top: 209px;
  width: 130px;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .top-slider_icon {
    margin-top: 150px;
    width: 80px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .top-slider_icon {
    margin-top: 100px;
    width: 70px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .top-slider_icon {
    margin-top: 115px;
    margin-left: 15px;
    width: 50px;
  }
}

@media (max-width: 575px) {
  .top-slider_icon {
    margin-top: 115px;
    margin-left: 60px;
    width: 50px;
  }
}

.top-slider_title {
  font-family: "DIN Alternate";
  font-size: 110px;
  line-height: 1;
  margin-top: 58px;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .top-slider_title {
    font-size: 80px;
    margin-top: 45px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .top-slider_title {
    font-size: 60px;
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .top-slider_title {
    text-align: center;
    font-size: 45px;
    margin-top: 15px;
  }
}

.top-slider_title span {
  font-size: 50px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 20px;
  margin-top: 5px;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .top-slider_title span {
    font-size: 40px;
    margin-left: 15px;
    margin-top: 10px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .top-slider_title span {
    font-size: 35px;
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .top-slider_title span {
    font-size: 20px;
    margin-top: 7px;
    margin-left: 10px;
  }
}

.top-slider_text {
  font-size: 24px;
  margin-top: 8px;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .top-slider_text {
    font-size: 17px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .top-slider_text {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .top-slider_text {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
  }
}

.top-slider_more {
  width: 270px;
  height: 60px;
  text-align: center;
  position: relative;
  border-radius: 100px;
  background-color: #79B222;
  margin-top: 60px;
  display: inline-block;
  border-color: #79B222;
  color: #fff;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .top-slider_more {
    width: 190px;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .top-slider_more {
    display: block;
    margin: 15px auto 0;
    width: 165px;
    height: 45px;
    font-size: 1rem;
  }
}

.top-slider_more:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  width: 0;
  height: 100%;
  background-color: #97BD6B;
  z-index: -1;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

.top-slider_more:hover:after {
  width: 100%;
}

.top-slider_more span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #ffffff;
  font-family: 'Rubik';
}

.slider-button {
  text-align: right;
  margin-right: 50px;
  margin-top: -200px;
  padding-bottom: 50px;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .slider-button {
    margin-top: 0px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .slider-button {
    margin-right: 30px;
    margin-top: -10px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .slider-button {
    margin-right: 30px;
    margin-top: 35px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .slider-button {
    margin-right: 30px;
    margin-top: -40px;
    padding-bottom: 0;
  }
}

.slider-button button {
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #CECECE;
  color: #CECECE;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .slider-button button {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 991px) {
  .slider-button button {
    width: 50px;
    height: 50px;
  }
}

.slider-button button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.slider-button button:hover {
  border: 1px solid #70B42C;
  color: #70B42C;
}

.slider-button_prev i {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg) !important;
          transform: translateX(-50%) translateY(-50%) rotate(-180deg) !important;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .slider-button_next {
    margin-left: 5px;
  }
}

@media (max-width: 991px) {
  .slider-button_next {
    margin-left: 6px;
  }
}

.news {
  width: 1400px;
  margin: auto;
  margin-top: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .news {
    width: 1300px;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .news {
    width: 1140px;
    margin-top: 100px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .news {
    width: 960px;
    margin-top: 100px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .news {
    width: 100%;
    margin-top: 120px;
    padding-left: 20px;
    display: block;
  }
}

@media (max-width: 575px) {
  .news {
    width: 100%;
    margin-top: 120px;
    padding-left: 20px;
    display: block;
  }
}

.news-title {
  width: 29%;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .news-title {
    width: auto;
  }
  .news-title_btn.pc {
    display: block !important;
  }
  .news-title_btn.tablet-sp {
    display: none !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .news-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-title_tab {
    width: 100%;
    margin-left: 40px;
  }
  .news-title_btn {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .news-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-title_tab {
    width: 100%;
    margin-left: 15px;
  }
  .news-title_btn {
    margin-right: 30px;
  }
}

.news-title h2 {
  font-size: 4.6428571428571rem;
  font-family: 'Rubik';
  line-height: 0.8;
  font-weight: 500;
}

@media (max-width: 991px) and (min-width: 768px) {
  .news-title h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .news-title h2 {
    font-size: 2.2rem;
  }
}

.news-title_new {
  margin-top: 52px;
}

@media (max-width: 991px) {
  .news-title_new {
    margin-top: -10px;
  }
}

.news-title_seminar {
  margin-top: 15px;
}

.news-title_tabbtn {
  width: 100%;
  height: 70px;
  display: inline-block;
  background-color: #ffffff;
  padding-left: 44px;
  position: relative;
  border-radius: 100px 0 0 100px;
  text-align: left;
}

@media (max-width: 991px) {
  .news-title_tabbtn {
    height: 38px;
    font-size: 0.66rem;
    padding-left: 20px;
  }
}

.news-title_tabbtn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: 700;
}

.news-title_tabbtn_active {
  width: 100%;
  height: 70px;
  display: inline-block;
  color: #ffffff;
  background-color: #70B42C;
  padding-left: 44px;
  position: relative;
  border-radius: 100px 0 0 100px;
  text-align: left;
}

@media (max-width: 991px) {
  .news-title_tabbtn_active {
    height: 38px;
    font-size: 0.66rem;
    padding-left: 20px;
  }
}

.news-title_tabbtn_active span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: 700;
}

.news-title_more {
  margin-top: 55px;
  position: relative;
}

.news-title_more a {
  position: relative;
  display: inline-block;
}

.news-title_more a.learn-more {
  width: 9rem;
  height: auto;
}

.news-title_more a.learn-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #70B42C;
  border-radius: 100px;
  color: #ffffff;
}

.news-title_more a.learn-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  font-size: 1.3rem;
}

.news-title_more a.learn-more .circle .icon.arrow {
  height: 36px;
  width: 36px;
  text-align: center;
  margin-left: -1px;
}

.news-title_more a.learn-more .circle .icon.arrow i {
  margin-top: 6px;
  margin-left: 1px;
}

.news-title_more a.learn-more .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  left: 50px;
  color: #70B42C;
  padding: 7px 0;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
}

.news-title_more a:hover {
  opacity: 1;
}

.news-title_more a:hover .circle {
  width: 100%;
}

.news-title_more a:hover .circle .icon.arrow {
  background-color: #ffffff;
  border-radius: 100px;
  color: #70B42C;
}

.news-title_more a:hover .button-text {
  color: #ffffff;
}

@media (max-width: 991px) {
  .news-title_more {
    font-size: 0.88rem;
  }
  .news-title_more a {
    width: 90%;
    height: 60px;
    max-width: 450px;
    background-color: #70B42C;
    color: #ffffff;
    display: block;
    border-radius: 100px;
    padding-left: 0;
    position: relative;
    margin: auto;
    text-align: center;
  }
  .news-title_more a span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    font-weight: 700;
  }
  .news-title_more a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 23px;
    font-size: 1.5rem;
  }
  .news-title_more a:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 100px;
    width: 0;
    height: 100%;
    background-color: #97BD6B;
    z-index: -1;
    -webkit-transition: .35s ease all;
    transition: .35s ease all;
  }
  .news-title_more a:hover:after {
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .news-title_more {
    margin: 45px auto 0;
  }
}

@media (max-width: 767px) {
  .news-title_more {
    margin: 30px auto 0;
  }
}

.news-list {
  margin-left: 62px;
  width: 100%;
}

@media (max-width: 991px) {
  .news-list {
    width: auto;
    margin: 30px 20px 0 0;
  }
}

.news-list_detail {
  position: relative;
  display: inline-block;
  width: 100%;
}

@media (max-width: 991px) {
  .news-list_detail {
    height: auto;
  }
}

.news-list_detail time {
  display: inline-block;
  margin-top: 30px;
  font-family: 'Rubik';
  font-weight: 700;
  font-size: 0.88888888888889rem;
}

@media (max-width: 991px) {
  .news-list_detail time {
    margin-top: 20px;
    font-weight: 600;
    font-size: 0.8rem;
  }
}

.news-list_detail p {
  font-size: 1.1111111111111rem;
  font-weight: 700;
  margin-top: 10px;
  width: 85%;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .news-list_detail p {
    font-size: 0.88rem;
    margin-bottom: 20px;
    padding-right: 30px;
  }
}

.news-list_detail p:after {
  content: '→';
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #77B12E;
  font-family: system-ui;
  font-weight: 700;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  zoom: 100%;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .news-list_detail p:after {
    right: 5px;
  }
}

.news-list_detail:hover p:after {
  right: 10px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.news-icon {
  width: 143px;
  height: 23px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  margin-left: 37px;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.77777777777778rem;
  padding-top: 3px;
}

@media (max-width: 991px) {
  .news-icon {
    font-weight: 600;
    font-size: 0.8rem;
    width: 110px;
    height: 18px;
    padding-top: 0;
    margin-left: 20px;
  }
}

.news-icon_hot {
  background-color: #E24154;
}

.news-icon_report {
  background-color: #28CC41;
}

.news-icon_event {
  background-color: #50B42B;
}

.news-icon_release {
  background-color: #32A1E8;
}

.report {
  overflow: hidden;
}

@media (max-width: 991px) {
  .report {
    padding: 0 20px 0 35px;
  }
}

.report header {
  width: 1400px;
  margin: auto;
  margin-top: 140px;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .report header {
    width: 1300px;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .report header {
    width: 1140px;
    margin-top: 100px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .report header {
    width: 960px;
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .report header {
    width: 100%;
    margin-top: 60px;
  }
}

.report header h2 {
  font-size: 2.7777777777778rem;
  font-family: 'Rubik';
  font-weight: 500;
  position: relative;
}

@media (max-width: 991px) {
  .report header h2 {
    font-size: 1.83rem;
  }
}

.report header h2:before {
  content: '・';
  font-size: 4.1666666666667rem;
  position: absolute;
  top: -15px;
  left: -55px;
  color: #EF8524;
  font-weight: 500;
}

@media (max-width: 991px) {
  .report header h2:before {
    font-size: 3.5rem;
    top: -17px;
    left: -36px;
  }
}

.report header p {
  line-height: 1.6;
  display: inline-block;
}

@media (max-width: 991px) {
  .report header p {
    font-size: 0.73rem;
  }
}

.report-content {
  position: relative;
}

@media (max-width: 991px) {
  .report-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.report-content_thm {
  width: 50%;
  margin-top: 50px;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .report-content_thm {
    width: auto;
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .report-content_thm {
    width: 80%;
    margin-left: -40px;
    margin-top: 30px;
  }
}

.report-content_slider {
  position: absolute;
  bottom: 0;
  right: -220px;
  height: 520px;
  padding: 50px;
  background-color: #ffffff;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .report-content_slider {
    height: 390px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .report-content_slider {
    right: -200px;
    height: 320px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .report-content_slider {
    right: auto;
    bottom: 18%;
    left: 23%;
    padding: 20px;
    height: 265px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .report-content_slider {
    height: 320px;
    bottom: 13%;
    left: 35%;
    padding: 40px;
  }
}

.report-content_slider time {
  margin-top: 40px;
  font-family: 'Rubik';
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 0.88888888888889rem;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .report-content_slider time {
    margin-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .report-content_slider time {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .report-content_slider time {
    font-size: 0.73rem;
    margin-top: 20px;
  }
}

.report-content_slider time:after {
  content: '';
  width: 72px;
  height: 1px;
  background-color: #CECECE;
  position: absolute;
  top: 12px;
  margin-left: 20px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .report-content_slider time:after {
    top: 8px;
  }
}

.report-content_slider p {
  margin-top: 25px;
  font-size: 1.1111111111111rem;
  font-weight: 700;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .report-content_slider p {
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .report-content_slider p {
    margin-top: 10px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .report-content_slider p {
    font-size: 0.84rem;
    margin-top: 20px;
  }
}

.report-content_more {
  margin-top: 50px;
  margin-left: 368px;
  position: relative;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .report-content_more {
    margin-left: 315px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .report-content_more {
    margin-top: 40px;
    margin-left: 250px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .report-content_more {
    margin-top: 120px;
    margin-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .report-content_more {
    margin-top: 170px;
    margin-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.report-content_more a {
  position: relative;
  display: inline-block;
}

.report-content_more a.learn-more {
  width: 9rem;
  height: auto;
}

@media (max-width: 991px) {
  .report-content_more a.learn-more {
    width: 7rem;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.report-content_more a.learn-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #70B42C;
  border-radius: 100px;
  color: #ffffff;
}

.report-content_more a.learn-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  font-size: 1.3rem;
}

.report-content_more a.learn-more .circle .icon.arrow {
  height: 36px;
  width: 36px;
  text-align: center;
  margin-left: -1px;
}

@media (max-width: 991px) {
  .report-content_more a.learn-more .circle .icon.arrow {
    margin-left: 0;
  }
}

.report-content_more a.learn-more .circle .icon.arrow i {
  margin-top: 6px;
  margin-left: 1px;
}

.report-content_more a.learn-more .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  left: 50px;
  color: #70B42C;
  padding: 7px 0;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 991px) {
  .report-content_more a.learn-more .button-text {
    font-size: 0.88rem;
    left: 45px;
    padding: 9px 0;
  }
}

.report-content_more a:hover {
  opacity: 1;
}

.report-content_more a:hover .circle {
  width: 100%;
}

.report-content_more a:hover .circle .icon.arrow {
  background-color: #ffffff;
  border-radius: 100px;
  color: #70B42C;
}

.report-content_more a:hover .button-text {
  color: #ffffff;
}

.labs {
  overflow: hidden;
}

@media (max-width: 991px) {
  .labs {
    padding: 0 20px 0 35px;
  }
}

.labs header {
  width: 1400px;
  margin: auto;
  margin-top: 115px;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .labs header {
    width: 1300px;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .labs header {
    width: 1140px;
    margin-top: 100px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .labs header {
    width: 960px;
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .labs header {
    width: 100%;
    margin-top: 60px;
  }
}

.labs header h2 {
  font-size: 2.7777777777778rem;
  font-family: 'Rubik';
  font-weight: 500;
  position: relative;
}

@media (max-width: 991px) {
  .labs header h2 {
    font-size: 1.83rem;
  }
}

.labs header h2:before {
  content: '・';
  font-size: 4.1666666666667rem;
  position: absolute;
  top: -15px;
  left: -55px;
  color: #EF8524;
  font-weight: 500;
}

@media (max-width: 991px) {
  .labs header h2:before {
    font-size: 3.5rem;
    top: -17px;
    left: -36px;
  }
}

.labs header p {
  line-height: 1.6;
  display: inline-block;
}

@media (max-width: 991px) {
  .labs header p {
    font-size: 0.73rem;
  }
}

.labs-content {
  position: relative;
}

@media (max-width: 991px) {
  .labs-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.labs-content_thm {
  width: 50%;
  margin-top: 50px;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .labs-content_thm {
    width: auto;
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .labs-content_thm {
    width: 80%;
    margin-left: -40px;
    margin-top: 30px;
  }
}

.labs-content_slider {
  position: absolute;
  bottom: 0;
  right: -220px;
  height: 520px;
  padding: 50px;
  background-color: #ffffff;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .labs-content_slider {
    height: 390px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .labs-content_slider {
    right: -200px;
    height: 320px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .labs-content_slider {
    right: auto;
    bottom: 18%;
    left: 23%;
    padding: 20px;
    height: 265px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .labs-content_slider {
    height: 320px;
    bottom: 13%;
    left: 35%;
    padding: 40px;
  }
}

.labs-content_slider time {
  margin-top: 40px;
  font-family: 'Rubik';
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 0.88888888888889rem;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .labs-content_slider time {
    margin-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .labs-content_slider time {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .labs-content_slider time {
    font-size: 0.73rem;
    margin-top: 20px;
  }
}

.labs-content_slider time:after {
  content: '';
  width: 72px;
  height: 1px;
  background-color: #CECECE;
  position: absolute;
  top: 12px;
  margin-left: 20px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .labs-content_slider time:after {
    top: 8px;
  }
}

.labs-content_slider p {
  margin-top: 25px;
  font-size: 1.1111111111111rem;
  font-weight: 700;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .labs-content_slider p {
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .labs-content_slider p {
    margin-top: 10px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .labs-content_slider p {
    font-size: 0.84rem;
    margin-top: 20px;
  }
}

.labs-content_more {
  margin-top: 50px;
  margin-left: 368px;
  position: relative;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .labs-content_more {
    margin-left: 315px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .labs-content_more {
    margin-top: 40px;
    margin-left: 250px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .labs-content_more {
    margin-top: 120px;
    margin-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .labs-content_more {
    margin-top: 170px;
    margin-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.labs-content_more a {
  position: relative;
  display: inline-block;
}

.labs-content_more a.learn-more {
  width: 9rem;
  height: auto;
}

@media (max-width: 991px) {
  .labs-content_more a.learn-more {
    width: 7rem;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.labs-content_more a.learn-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #70B42C;
  border-radius: 100px;
  color: #ffffff;
}

.labs-content_more a.learn-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  font-size: 1.3rem;
}

.labs-content_more a.learn-more .circle .icon.arrow {
  height: 36px;
  width: 36px;
  text-align: center;
  margin-left: -1px;
}

@media (max-width: 991px) {
  .labs-content_more a.learn-more .circle .icon.arrow {
    margin-left: 0;
  }
}

.labs-content_more a.learn-more .circle .icon.arrow i {
  margin-top: 6px;
  margin-left: 1px;
}

.labs-content_more a.learn-more .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  left: 50px;
  color: #70B42C;
  padding: 7px 0;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 991px) {
  .labs-content_more a.learn-more .button-text {
    font-size: 0.88rem;
    left: 45px;
    padding: 9px 0;
  }
}

.labs-content_more a:hover {
  opacity: 1;
}

.labs-content_more a:hover .circle {
  width: 100%;
}

.labs-content_more a:hover .circle .icon.arrow {
  background-color: #ffffff;
  border-radius: 100px;
  color: #70B42C;
}

.labs-content_more a:hover .button-text {
  color: #ffffff;
}

.slider {
  width: 1580px;
  margin: 0 auto;
  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .slider {
    width: 1200px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .slider {
    width: 1050px;
  }
}

@media (max-width: 991px) {
  .slider {
    width: 850px;
  }
}

.slider img {
  width: 450px;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

.slider .slick-slide {
  margin: 0 30px 0 0;
}

.lineup-slider {
  width: 1400px;
  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .lineup-slider {
    width: 1310px;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .lineup-slider {
    width: 1150px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .lineup-slider {
    width: 970px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .lineup-slider {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .lineup-slider {
    width: 520px;
  }
}

.lineup-slider img {
  width: 450px;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

@media (max-width: 991px) {
  .lineup-slider img {
    width: 235px;
  }
}

.lineup-slider .slick-slide {
  margin: 0 15px 0 0;
}

.lineup-slider .slick-slide:last-child {
  margin-right: 0;
}

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  background-color: #ffffff;
  border: 1px solid #CECECE;
  border-radius: 100px;
  color: #CECECE;
  height: 75px;
  width: 75px;
  margin-top: -30px;
  position: relative;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .slick-prev,
  .slick-next {
    height: 60px;
    width: 60px;
  }
}

@media (max-width: 991px) {
  .slick-prev,
  .slick-next {
    height: 50px;
    width: 50px;
    margin-top: -10px;
  }
}

.slick-prev i,
.slick-next i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.slick-prev:hover,
.slick-next:hover {
  border: 1px solid #70B42C;
  color: #70B42C;
}

.slick-prev {
  margin-left: 50px;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .slick-prev {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .slick-prev {
    margin-left: 20px;
  }
}

.slick-prev i {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
          transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}

.slick-next {
  margin-left: 10px;
}

.lineup {
  position: relative;
}

.lineup-bg {
  width: 100%;
  position: relative;
}

.lineup-bg_title {
  position: absolute;
  font-size: 21.428571428571rem;
  color: #70B42C;
  font-family: 'Rubik';
  font-weight: 700;
  opacity: .1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 395px;
  left: -600px;
  z-index: 1;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .lineup-bg_title {
    font-size: 20rem;
    top: 390px;
    left: -625px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .lineup-bg_title {
    font-size: 19.5rem;
    left: -610px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .lineup-bg_title {
    top: 20rem;
    left: -29.5rem;
    font-size: 13rem;
  }
}

@media (max-width: 767px) {
  .lineup-bg_title {
    top: 20rem;
    left: -27.5rem;
    font-size: 11rem;
  }
}

.lineup-bg_title_txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px;
  opacity: 0;
}

.lineup-bg_title_txt:after {
  content: '';
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #70B42C;
  -webkit-transform: translate3d(101%, 0, 0);
          transform: translate3d(101%, 0, 0);
}

.lineup-bg_title_inner {
  opacity: 0;
  display: inline-block;
}

.lineup-bg .js-scroll_product.show .lineup-bg_title_txt:after {
  content: '';
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.lineup-bg .js-scroll_product.done .lineup-bg_title_txt:after {
  content: '';
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 6s;
          transition-duration: 6s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
}

.lineup-bg .js-scroll_product.done .lineup-bg_title_txt, .lineup-bg .js-scroll_product.done .lineup-bg_title_inner {
  opacity: 1;
}

.lineup-bg_decoration {
  height: 628px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#D8D8D8));
  background: linear-gradient(#F7F7F7, #D8D8D8);
}

.lineup-content {
  width: 1400px;
  margin: auto;
  margin-top: 200px;
  position: relative;
  z-index: 2;
  padding-bottom: 187px;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .lineup-content {
    width: 1300px;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .lineup-content {
    width: 1140px;
    margin-top: 180px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .lineup-content {
    width: 960px;
    margin-top: 180px;
  }
}

@media (max-width: 991px) {
  .lineup-content {
    width: 100%;
    padding: 0 20px;
    margin-top: 35px;
  }
}

.lineup-content h3 {
  font-size: 1.4444444444444rem;
  font-family: 'Rubik';
  color: #70B42C;
}

@media (max-width: 991px) {
  .lineup-content h3 {
    font-size: 0.95rem;
    font-weight: 500;
  }
}

.lineup-content_product_title {
  margin-top: 28px;
}

@media (max-width: 991px) {
  .lineup-content_product_title {
    margin-top: 10px;
  }
}

.lineup-content_product_title h4 {
  font-size: 2.2222222222222rem;
  font-family: 'Rubik';
  font-weight: 600;
}

@media (max-width: 991px) {
  .lineup-content_product_title h4 {
    font-size: 1.47rem;
  }
}

.lineup-content_product_title p {
  margin: 0 0 0 auto;
}

@media (max-width: 991px) {
  .lineup-content_product_title p.pc {
    display: none !important;
  }
  .lineup-content_product_title p.tablet-sp {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .lineup-content_product_title p.pc {
    display: block !important;
  }
  .lineup-content_product_title p.tablet-sp {
    display: none !important;
  }
}

.lineup-content_product_title p a {
  width: 308px;
  height: 70px;
  background-color: #70B42C;
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  padding-left: 45px;
  position: relative;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media (max-width: 991px) and (min-width: 768px) {
  .lineup-content_product_title p a {
    width: 90%;
    max-width: 450px;
    display: block;
    margin: 45px auto 0;
    height: 60px;
    padding-left: 0;
    font-size: 0.88rem;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .lineup-content_product_title p a {
    width: 90%;
    max-width: 450px;
    display: block;
    margin: 25px auto 0;
    height: 60px;
    padding-left: 0;
    font-size: 0.88rem;
    text-align: center;
  }
}

.lineup-content_product_title p a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
}

@media (max-width: 991px) {
  .lineup-content_product_title p a span {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

.lineup-content_product_title p a i {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
}

@media (max-width: 991px) {
  .lineup-content_product_title p a i {
    right: 23px;
    font-size: 1.5rem;
  }
}

.lineup-content_product_title p a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  width: 0;
  height: 100%;
  background-color: #97BD6B;
  z-index: -1;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

.lineup-content_product_title p a:hover:after {
  width: 100%;
}

.lineup-content_product_main {
  margin-top: 55px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .lineup-content_product_main {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .lineup-content_product_main {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.lineup-content_product_main_col {
  width: 50%;
}

@media (max-width: 767px) {
  .lineup-content_product_main_col {
    width: 100%;
  }
}

.lineup-content_product_main_col a {
  height: 143px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #F7F7F7;
  border-right: 1px solid #F7F7F7;
  position: relative;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .lineup-content_product_main_col a {
    height: 75px;
  }
}

.lineup-content_product_main_col a:hover .lineup-content_product_main_title:after {
  right: 38px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.lineup-content_product_main_thm {
  width: 143px;
  padding: 0 15px;
  border-top: 1px solid #70B42C;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .lineup-content_product_main_thm {
    font-size: 0.88rem;
    width: 30%;
    position: relative;
  }
  .lineup-content_product_main_thm img {
    height: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

.lineup-content_product_main_title {
  margin-left: 13px;
}

.lineup-content_product_main_title:after {
  content: "→";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 48px;
  color: #77B12E;
  font-family: system-ui;
  font-weight: 700;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  zoom: 100%;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .lineup-content_product_main_title:after {
    right: 20px;
  }
}

.lineup-content_product_main_title_jp {
  font-size: 1.3333333333333rem;
  font-weight: 700;
}

@media (max-width: 991px) {
  .lineup-content_product_main_title_jp {
    font-size: 0.88rem;
  }
}

.lineup-content_product_main_title_us {
  font-size: 0.88888888888889rem;
  font-weight: 700;
  font-family: 'DIN Alternate';
}

@media (max-width: 991px) {
  .lineup-content_product_main_title_us {
    font-size: 0.59rem;
  }
}

.lineup-content_slider {
  margin-top: 52px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .lineup-content_slider {
    margin-top: 80px;
    overflow: hidden;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .lineup-content_slider {
    margin-top: 60px;
    overflow: hidden;
    padding-bottom: 60px;
  }
}

.lineup-content_slider_title {
  margin-top: 40px;
  font-size: 1.3333333333333rem;
  font-weight: 700;
}

@media (max-width: 991px) {
  .lineup-content_slider_title {
    font-size: 0.95rem;
  }
}

.lineup-content_slider_text {
  margin-top: 20px;
  font-weight: 500;
  height: 120px;
  line-height: 2;
}

@media (max-width: 991px) {
  .lineup-content_slider_text {
    font-size: 0.7rem;
    height: 75px;
  }
}

.lineup-content_slider_more {
  color: #70B42C;
  font-weight: 700;
  position: relative;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media (max-width: 991px) {
  .lineup-content_slider_more {
    font-size: 0.88rem;
  }
}

.lineup-content_slider_more:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #70B42C;
  position: absolute;
  top: 50%;
}

.lineup-content_slider_more span {
  padding-left: 60px;
}

.lineup-content_slider a:hover .lineup-content_slider_more {
  margin-left: 10px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.service {
  position: relative;
  overflow-x: clip;
}

@media (max-width: 767px) {
  .service-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.service-title {
  width: 1400px;
  height: 950px;
  margin: auto;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .service-title {
    width: 1300px;
    height: 820px;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .service-title {
    width: 1140px;
    height: 700px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .service-title {
    width: 960px;
    height: 700px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-title {
    width: 100%;
    padding: 0 20px;
    height: 480px;
  }
}

@media (max-width: 767px) {
  .service-title {
    width: 100%;
    padding: 0 20px;
    height: 480px;
  }
}

.service-title h3 {
  font-family: 'Rubik';
  font-size: 1.4444444444444rem;
  color: #70B42C;
  padding-top: 150px;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .service-title h3 {
    padding-top: 100px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-title h3 {
    font-size: 0.95rem;
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .service-title h3 {
    font-size: 0.95rem;
    padding-top: 80px;
  }
}

.service-title h4 {
  font-size: 3.1111111111111rem;
  font-weight: 700;
  margin-top: 50px;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .service-title h4 {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-title h4 {
    font-size: 1.83rem;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .service-title h4 {
    font-size: 1.83rem;
    margin-top: 20px;
  }
}

.service-title_txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
  opacity: 0;
  word-break: keep-all;
}

.service-title_txt:after {
  content: '';
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
}

.service-title_inner {
  opacity: 0;
  display: inline-block;
}

.service-title .js-scroll_service.show .service-title_txt:after {
  content: '';
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.service-title .js-scroll_service.done .service-title_txt:after {
  content: '';
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(103%, 0, 0);
          transform: translate3d(103%, 0, 0);
}

.service-title .js-scroll_service.done .service-title_txt, .service-title .js-scroll_service.done .service-title_inner {
  opacity: 1;
}

.service-title_detail {
  font-size: 1.1111111111111rem;
  font-weight: 500;
  margin-top: 30px;
  line-height: 2;
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-title_detail {
    font-size: 0.8rem;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .service-title_detail {
    font-size: 0.8rem;
    margin-top: 10px;
  }
}

.service-title_more {
  margin-top: 70px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .service-title_more {
    margin-top: 30px;
  }
}

.service-title_more a {
  width: 350px;
  height: 70px;
  background-color: #70B42C;
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  padding-left: 45px;
  position: relative;
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-title_more a {
    width: 90%;
    max-width: 350px;
    height: 60px;
    padding-left: 0;
    font-size: 0.88rem;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .service-title_more a {
    width: 90%;
    display: block;
    max-width: 450px;
    margin: auto;
    height: 60px;
    padding-left: 0;
    font-size: 0.88rem;
    text-align: center;
  }
}

.service-title_more a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-title_more a span {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

@media (max-width: 767px) {
  .service-title_more a span {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

.service-title_more a i {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-title_more a i {
    right: 23px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .service-title_more a i {
    right: 23px;
    font-size: 1.5rem;
  }
}

.service-title_more a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  width: 0;
  height: 100%;
  background-color: #97BD6B;
  z-index: -1;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

.service-title_more a:hover:after {
  width: 100%;
}

.service-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 950px;
  width: 47%;
  background-color: #ffffff;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .service-img {
    height: 820px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .service-img {
    height: 700px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-img {
    height: 475px;
    width: 45%;
  }
}

@media (max-width: 767px) {
  .service-img {
    position: relative;
    height: 200px;
    width: calc(100% - 25px);
  }
}

.service-img_content {
  position: relative;
}

.service-img_content_1 {
  position: absolute;
  left: -290px;
  top: 0;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .service-img_content_1 {
    left: -220px;
    top: 0;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .service-img_content_1 {
    left: -170px;
    top: 0px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-img_content_1 {
    left: -115px;
    top: 20px;
  }
}

.service-img_content_2 {
  position: absolute;
  right: -300px;
  top: -280px;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .service-img_content_2 {
    right: -225px;
    top: -220px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .service-img_content_2 {
    right: -180px;
    top: -180px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-img_content_2 {
    right: -140px;
    top: -130px;
  }
}

.service-img_content_3 {
  position: absolute;
  right: -270px;
  top: 140px;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .service-img_content_3 {
    right: -195px;
    top: 120px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .service-img_content_3 {
    right: -150px;
    top: 100px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-img_content_3 {
    right: -105px;
    top: 70px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .service-img_content_sp {
    margin: -20px -25px auto auto;
    width: 70%;
  }
}

@media (max-width: 575px) {
  .service-img_content_sp {
    margin-left: 25px;
    margin-top: -20px;
  }
}

.service-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 767px) {
  .service-content {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.service-content figcaption {
  padding: 60px 70px 0;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .service-content figcaption {
    padding: 40px 50px 0;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .service-content figcaption {
    padding: 40px 35px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-content figcaption {
    padding: 30px 20px 35px;
  }
}

@media (max-width: 767px) {
  .service-content figcaption {
    padding: 30px 20px 35px;
  }
}

.service-content_title {
  font-size: 1.5555555555556rem;
  font-weight: 700;
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-content_title {
    font-size: 1.03rem;
  }
}

@media (max-width: 767px) {
  .service-content_title {
    font-size: 1.03rem;
  }
}

.service-content_text {
  margin-top: 45px;
  height: 150px;
  line-height: 2;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .service-content_text {
    margin-top: 25px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .service-content_text {
    height: 170px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-content_text {
    font-size: 0.8rem;
    height: 95px;
    margin-top: 20px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .service-content_text {
    font-size: 0.8rem;
    height: 95px;
    margin-top: 20px;
    line-height: 1.5;
  }
}

.service-content_more {
  color: #70B42C;
  font-weight: 700;
  position: relative;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-content_more {
    font-size: 0.88rem;
  }
}

@media (max-width: 767px) {
  .service-content_more {
    font-size: 0.88rem;
  }
}

.service-content_more:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #70B42C;
  position: absolute;
  top: 50%;
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-content_more:before {
    width: 30px;
  }
}

@media (max-width: 767px) {
  .service-content_more:before {
    width: 30px;
  }
}

.service-content_more span {
  padding-left: 60px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .service-content_more span {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .service-content_more span {
    padding-left: 50px;
  }
}

.service-content a:hover .service-content_more {
  margin-left: 10px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.recruit {
  margin-top: 180px;
  overflow: hidden;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .recruit {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  .recruit {
    margin-top: 40px;
  }
}

.recruit-bg {
  height: 628px;
  position: absolute;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#F7F7F7));
  background: linear-gradient(#D8D8D8, #F7F7F7);
}

.recruit-img {
  width: 1680px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .recruit-img {
    width: 1330px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .recruit-img {
    width: 900px;
  }
}

@media (max-width: 991px) {
  .recruit-img {
    width: 94%;
    margin-top: 40px;
  }
}

.recruit-content {
  background-color: #ffffff;
  padding: 85px 140px 123px 122px;
  width: 1660px;
  margin: -130px 0 150px auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .recruit-content {
    width: 1300px;
    padding: 55px 80px 80px 110px;
    margin: -115px 0 150px auto;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .recruit-content {
    padding: 50px;
    width: 900px;
    margin: -100px 0 120px auto;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .recruit-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 96%;
    margin: -30px 0 80px 50px;
    padding: 30px 20px 40px;
  }
}

@media (max-width: 767px) {
  .recruit-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 96%;
    margin: -30px 0 80px 15px;
    padding: 30px 20px 40px;
  }
}

.recruit-content_title h2 {
  font-size: 3.2222222222222rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .recruit-content_title h2 {
    font-size: 1.83rem;
  }
}

.recruit-content_title_text {
  margin-top: 40px;
  font-size: 1.1111111111111rem;
  width: 695px;
  line-height: 2;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  .recruit-content_title_text {
    width: 500px;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .recruit-content_title_text {
    width: 410px;
  }
}

@media (max-width: 991px) {
  .recruit-content_title_text {
    margin-top: 20px;
    font-size: 0.8rem;
    width: 100%;
    line-height: 1.5;
  }
}

.recruit-content_title_more {
  margin-top: 60px;
  width: 270px;
  height: 60px;
  text-align: center;
  position: relative;
  border-radius: 100px;
  background-color: #70B42C;
  display: inline-block;
}

@media (max-width: 991px) and (min-width: 768px) {
  .recruit-content_title_more {
    display: block;
    margin: 45px auto 0;
    width: 90%;
    max-width: 450px;
    display: block;
    height: 60px;
    font-size: 0.88rem;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .recruit-content_title_more {
    display: block;
    margin: 20px auto 0;
    width: 90%;
    max-width: 450px;
    display: block;
    height: 60px;
    font-size: 0.88rem;
    text-align: center;
  }
}

.recruit-content_title_more span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #ffffff;
  font-weight: 700;
}

.recruit-content_title_more:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  width: 0;
  height: 100%;
  background-color: #97BD6B;
  z-index: -1;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

.recruit-content_title_more:hover:after {
  width: 100%;
}

.recruit-content_list {
  margin-left: 85px;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .recruit-content_list {
    margin-left: 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .recruit-content_list {
    margin-top: 50px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .recruit-content_list {
    margin-top: 30px;
    margin-left: 0;
  }
}

.recruit-content_list_detail {
  position: relative;
  height: 110px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 991px) {
  .recruit-content_list_detail {
    height: 60px;
  }
}

.recruit-content_list_detail p {
  font-size: 1.3333333333333rem;
  font-weight: 700;
  margin-top: 38px;
}

@media (max-width: 991px) {
  .recruit-content_list_detail p {
    font-size: 0.88rem;
    margin-top: 20px;
  }
}

.recruit-content_list_detail p:after {
  content: '→';
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #77B12E;
  font-family: system-ui;
  font-weight: 700;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  zoom: 100%;
  font-size: 1rem;
}

.recruit-content_list_detail:hover p:after {
  right: 10px;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.banner {
  margin-top: 100px;
  padding: 45px 0 46px;
  background-color: #E0E0E0;
  position: relative;
}

@media (max-width: 991px) {
  .banner {
    margin-top: 40px;
  }
}

.banner:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -1px;
}

.banner:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #C5C5C5;
  position: absolute;
  top: -2px;
}

footer {
  background-color: #ffffff;
  border-top: 1px solid #D3D3D3;
}

footer .footer {
  padding: 100px 0 170px;
  width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1919px) and (min-width: 1400px) {
  footer .footer {
    width: 1388px;
  }
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer .footer {
    width: 1100px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer .footer {
    width: 920px;
  }
}

@media (max-width: 991px) {
  footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    width: 100%;
    padding: 40px 0 100px;
    text-align: center;
  }
}

footer .footer-left {
  position: relative;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer .footer-left {
    width: 27%;
  }
}

@media (max-width: 991px) {
  footer .footer-left {
    border-top: 1px solid #707070;
    padding-top: 45px;
    margin: auto 30px;
  }
}

footer .footer-logo img {
  height: 65px;
  margin-left: -16px;
}

@media (max-width: 991px) {
  footer .footer-logo img {
    width: 65%;
    max-width: 240px;
    height: auto;
    margin: auto;
  }
}

footer .footer-title {
  margin-top: 40px;
  font-size: 1.14rem;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer .footer-title {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer .footer-title {
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {
  footer .footer-title {
    margin-top: 20px;
    font-size: 0.59rem;
  }
}

footer .footer-social {
  margin-top: 40px;
}

@media (max-width: 991px) {
  footer .footer-social {
    margin: 30px auto 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

footer .footer-social_youtube {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  border: 1px solid #000000;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media (max-width: 991px) {
  footer .footer-social_youtube {
    height: 50px;
    width: 50px;
  }
}

footer .footer-social_youtube:hover {
  background-color: #000000;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

footer .footer-social_youtube:hover svg {
  color: #ffffff;
}

footer .footer-social_twitter {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  border: 1px solid #000000;
  margin-left: 10px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

@media (max-width: 991px) {
  footer .footer-social_twitter {
    margin-left: 15px;
    height: 50px;
    width: 50px;
  }
}

footer .footer-social_twitter:hover {
  background-color: #000000;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

footer .footer-social_twitter:hover svg {
  color: #ffffff;
}

footer .footer-social div {
  position: relative;
}

footer .footer-social div svg {
  position: absolute;
  top: 14px;
  right: 14px;
}

@media (max-width: 991px) {
  footer .footer-social div svg {
    top: 9px;
    right: 12px;
    width: 50%;
  }
}

footer .footer-partner {
  margin-top: 70px;
}

@media (max-width: 991px) {
  footer .footer-partner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 55px;
  }
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer .footer-partner.pc {
    display: block !important;
  }
  footer .footer-partner.tablet-sp {
    display: none !important;
  }
}

@media (max-width: 991px) {
  footer .footer-partner.pc {
    display: none !important;
  }
  footer .footer-partner.tablet-sp {
    display: block !important;
  }
}

footer .footer-partner_text {
  font-family: 'Rubik';
  font-size: 1.85rem;
}

@media (max-width: 991px) {
  footer .footer-partner_text {
    font-size: 1.83rem;
  }
}

footer .footer-partner_img {
  margin-top: 22px;
}

@media (max-width: 991px) {
  footer .footer-partner_img {
    font-size: 3.5714285714286rem;
    margin: 10px auto 0;
    padding-bottom: 60px;
  }
}

footer .footer-partner_img img {
  width: 210px;
}

@media (max-width: 991px) {
  footer .footer-partner_img img {
    width: 42%;
    max-width: 210px;
    margin: auto;
  }
}

footer .footer-copyright {
  position: absolute;
  bottom: -60px;
}

@media (max-width: 991px) {
  footer .footer-copyright {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0.51rem;
  }
}

footer .footer-right {
  margin-left: 200px;
  display: table;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer .footer-right {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  footer .footer-right {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  footer .footer-contact {
    width: 100vw;
  }
}

footer .footer-contact_title {
  font-size: 1.71rem;
  font-weight: 700;
}

@media (max-width: 991px) {
  footer .footer-contact_title {
    font-size: 1.47rem;
  }
}

@media (max-width: 991px) {
  footer .footer-contact_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

footer .footer-contact_name {
  margin-top: 20px;
  font-size: 1.14rem;
  font-weight: 700;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer .footer-contact_name {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer .footer-contact_name {
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {
  footer .footer-contact_name {
    margin-top: 20px;
    font-size: 0.88rem;
  }
}

footer .footer-contact_tel {
  line-height: 1;
}

@media (max-width: 991px) {
  footer .footer-contact_tel {
    margin-top: 8px;
  }
}

footer .footer-contact_tel span {
  font-size: 2.57rem;
  font-family: 'Rubik';
  font-weight: 700;
  margin-left: 8px;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer .footer-contact_tel span {
    font-size: 1.8rem;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    display: inline-block;
  }
}

@media (max-width: 991px) {
  footer .footer-contact_tel span {
    font-size: 2.2rem;
    margin-left: 8px;
  }
}

footer .footer-contact_tel i {
  color: #ffffff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #70B42C;
  padding: 6px;
  font-size: 1.4rem;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

@media (max-width: 991px) {
  footer .footer-contact_tel i {
    height: 26px;
    width: 26px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    font-size: 1.1rem;
    padding: 6px;
  }
}

footer .footer-contact_time {
  font-size: 1.14rem;
  font-weight: 700;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer .footer-contact_time {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer .footer-contact_time {
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {
  footer .footer-contact_time {
    font-size: 0.77rem;
    margin-top: 10px;
  }
}

footer .footer-contact_text {
  margin-left: 65px;
  margin-top: 20px;
  font-size: 1.14rem;
  font-weight: 700;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer .footer-contact_text {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer .footer-contact_text {
    font-size: 0.8rem;
  }
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer .footer-contact_text {
    margin-left: 45px;
  }
}

@media (max-width: 991px) {
  footer .footer-contact_text {
    padding: 0 20px;
    font-size: 0.88rem;
    margin: 55px 0 0;
  }
}

footer .footer-contact_btn {
  margin-left: 65px;
  margin-top: 15px;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer .footer-contact_btn {
    margin-left: 45px;
  }
}

@media (max-width: 991px) {
  footer .footer-contact_btn {
    margin: 0;
    padding: 0 20px;
    width: 100vw;
  }
}

footer .footer-contact_btn a {
  width: 270px;
  height: 60px;
  text-align: center;
  position: relative;
  border-radius: 100px;
  background-color: #70B42C;
  display: inline-block;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

@media (max-width: 991px) {
  footer .footer-contact_btn a {
    display: block;
    margin: 20px auto 0;
    width: 90%;
    max-width: 450px;
    height: 60px;
    font-size: 0.88rem;
    text-align: center;
  }
}

footer .footer-contact_btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
  font-size: 1.28rem;
}

footer .footer-contact_btn a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100px;
  width: 0;
  height: 100%;
  background-color: #97BD6B;
  z-index: -1;
  -webkit-transition: .35s ease all;
  transition: .35s ease all;
}

footer .footer-contact_btn a:hover:after {
  width: 100%;
}

footer .footer-nav {
  margin-top: 60px;
}

@media (max-width: 1439px) and (min-width: 992px) {
  footer .footer-nav.pc {
    display: block !important;
  }
}

footer .footer-nav a:hover {
  opacity: 1;
  color: #70B42C;
}

footer .footer-nav_product {
  padding-right: 20px;
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 640px;
}
/*
@media (max-width: 1439px) and (min-width: 992px) {
  footer .footer-nav_product {
    width: 530px;
  }
} */

/* footer .footer-nav_product ul {
  width: 310px;
  float: left;
} */

@media (max-width: 1439px) and (min-width: 992px) {
  footer .footer-nav_product ul {
    width: 255px;
  }
}

/* footer .footer-nav_product ul:nth-child(2), footer .footer-nav_product ul:nth-child(3) {
  height: 140px;
}

footer .footer-nav_product ul:nth-child(5) {
  height: 90px;
}

footer .footer-nav_product ul:nth-child(5) .footer-nav_second_product {
  margin-top: -25px;
}

footer .footer-nav_product ul:nth-child(7) .footer-nav_second_product {
  margin-top: -87px;
}

footer .footer-nav_product ul:nth-child(9) .footer-nav_second_product {
  margin-top: 25px;
} */

footer .footer-nav_first {
  font-family: 'Rubik';
  font-weight: 600;
  font-size: 1.71rem;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

footer .footer-nav_first:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #70B42C;
  position: absolute;
  bottom: -0;
}

footer .footer-nav_first:nth-of-type(3) {
  margin-top: 90px;
}

footer .footer-nav_second {
  font-family: 'Rubik';
  font-size: 1.14rem;
  line-height: 1.8;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer .footer-nav_second {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer .footer-nav_second {
    font-size: 0.8rem;
  }
}

footer .footer-nav_second:nth-child(1) {
  margin-top: 50px;
}

footer .footer-nav_second_product {
  margin-top: 30px;
  font-family: 'Rubik';
  font-size: 1.14rem;
  line-height: 1.8;
}

footer .footer-nav_third {
  list-style: '-';
  list-style-position: inside;
  font-size: 1.14rem;
  line-height: 1.8;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  footer .footer-nav_third {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer .footer-nav_third {
    font-size: 0.8rem;
  }
}

footer .footer-nav_third a {
  margin-left: 5px;
}

footer .footer-nav_sideblock {
  display: table-cell;
}

footer .footer-nav_about {
  margin-top: 90px;
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}

.page-top a {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: rgba(107, 173, 36, 0.2);
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .page-top a {
    width: 70px;
    height: 70px;
  }
}

.page-top a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  font-size: 1.6rem;
}

.page-top a:hover {
  opacity: 1;
  background: rgba(107, 173, 36, 0.6);
}

@media (max-width: 991px) {
  .side {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .side-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.side-image a {
  margin-top: 20px;
  display: block;
}

.side-image a:nth-of-type(1) {
  margin-top: 0px;
}

@media (max-width: 991px) {
  .side-image a {
    width: 48%;
    margin-top: 0;
  }
  .side-image a:nth-of-type(2) {
    margin-left: 4%;
  }
}

.side-search {
  margin-top: 20px;
  -webkit-box-shadow: 0 2px 0 0 #7C7C7C;
          box-shadow: 0 2px 0 0 #7C7C7C;
}

.side-search p {
  background-color: #212121;
  color: #fff;
  padding: 16px 0 16px 47px;
  position: relative;
  font-size: 1.14rem;
  font-weight: 500;
}

.side-search p i {
  position: absolute;
  color: #EF8200;
  left: 15px;
  top: 15px;
  font-size: 1.8rem;
}

.side-search form {
  background-color: #fff;
  padding: 10px 10px 16px 18px;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
}

.side-search form input {
  background-color: #F0F0F0;
  width: 85%;
  border-radius: 6px 0 0 6px;
  padding: 9px 0 9px 21px;
  outline: none;
}

@media (max-width: 1440px) and (min-width: 1400px) {
  .side-search form input {
    width: 80%;
  }
}

@media (max-width: 1399px) and (min-width: 992px) {
  .side-search form input {
    width: 74%;
  }
}

.side-search form button {
  background-color: #76B925;
  width: 39px;
  height: 39px;
  color: #fff;
  border-radius: 0 6px 6px 0;
  -webkit-transform: translate(-4px, 7px);
          transform: translate(-4px, 7px);
}

@media (max-width: 1399px) {
  .side-search form button {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-4px, 6px);
            transform: translate(-4px, 6px);
  }
}

.side-nav {
  margin-top: 23px;
  background-color: #ffffff;
  border: 1px solid #E6E6E6;
  border-top: none;
}

@media (max-width: 991px) {
  .side-nav {
    margin-top: 40px;
  }
}

.side-nav_box {
  color: #2D2D2D;
}

.side-nav_box:nth-of-type(1) {
  border-top: none;
}

.side-nav_box h4 {
  border-bottom: 2px solid #717171;
}

.side-nav_box h4 a img {
  width: 100%;
}

.side-nav_box ul {
  margin: 0;
  padding-left: 0;
}

@media (max-width: 991px) {
  .side-nav_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #EAEAEA;
  }
}

.side-nav_box li {
  list-style: none;
}

@media (max-width: 991px) {
  .side-nav_box li {
    width: 50%;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
  }
  .side-nav_box li:nth-child(2n + 1) {
    border-right: 1px solid #eaeaea;
  }
  .side-nav_box li:last-child, .side-nav_box li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}

.side-nav_box li:hover {
  color: #70B42C;
}

.side-nav_box li a {
  display: block;
  position: relative;
  background-color: #FAFAFA;
}

@media (max-width: 991px) {
  .side-nav_box li a {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.side-nav_box li a:hover {
  opacity: 1;
}

.side-nav_box li a:hover i {
  left: 20px;
}

.side-nav_box li a span {
  display: block;
  font-weight: 500;
  padding: 8px 0 8px 47px;
  border-bottom: 1px solid #DBDBDB;
}

@media (max-width: 1440px) and (min-width: 1400px) {
  .side-nav_box li a span {
    padding: 8px 5px 8px 47px;
  }
}

@media (max-width: 991px) {
  .side-nav_box li a span {
    width: 100%;
    margin: 0;
    padding: 10px;
    border: none;
  }
}

.side-nav_box li a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  font-size: 1.6rem;
  color: #EF8200;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.side-nav_box li a.active {
  background-color: #C5CFC8;
}

.side-nav_box li.childMenu a {
  background-color: #FFFFFF;
}

.side-nav_box li.childMenu a.active {
  background-color: #C5CFC8;
}

.side-nav_box li.childMenu span {
  padding-left: 75px;
}

.side-nav_box li:nth-last-of-type(1) span {
  border-bottom: none;
}

.side-nav_box li a.active span {
  border: none;
  word-break: break-word;
  overflow-wrap: break-word;
}

.side-pickup {
  margin-top: 70px;
}

.side-pickup_title {
  font-size: 2.15rem;
  font-weight: 700;
}

.side-pickup_sub_title {
  font-size: 0.85rem;
  font-family: 'DIN Alternate';
  font-weight: 700;
}

.side-pickup img {
  margin-top: 20px;
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
.pc {
  display: inherit;
}

.pc-tablet {
  display: inherit;
}

.tablet {
  display: none;
}

.tablet-sp {
  display: none;
}

.sp {
  display: none;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .pc {
    display: none;
  }
  .pc-tablet {
    display: inherit;
  }
  .tablet {
    display: inherit;
  }
  .tablet-sp {
    display: inherit;
  }
  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc-tablet {
    display: none;
  }
  .tablet {
    display: none;
  }
  .tablet-sp {
    display: inherit;
  }
  .sp {
    display: inherit;
  }
}

#breadcrumbWrap {
  padding: 4px 0 10px;
  border-bottom: 1px solid #9A9A9A;
  margin-bottom: 30px;
  color: #2D2D2D;
  font-size: 0.85rem;
}

#breadcrumbWrap a {
  text-decoration: underline;
}
