@charset "UTF-8";

.notLink{ pointer-events: none;}

.clearfix { *zoom: 1;}
.clearfix:before,
.clearfix:after { display: table; line-height: 0; content: "";}
.clearfix:after { clear: both;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  background: transparent; }

/* focusable elements */
a, label, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  background: transparent; }

body {
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul, summary {
  list-style: none; }

summary::-webkit-details-marker {
  margin: 0;
  width: 0;
  color: transparent; }

blockquote, q {
  quotes: none; }

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

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

hr {
  margin: 0; }

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

/* form */
input, button, select, option, optgroup, textarea, progress, meter {
  margin: 0;
  font: inherit;
  color: inherit;
  vertical-align: middle; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
[type="checkbox"]:not(:disabled),
[type="radio"]:not(:disabled),
[type="range"]:not(:disabled),
[type="color"]:not(:disabled),
[type="file"]:not(:disabled),
[type="image"]:not(:disabled),
:not(:disabled)::-webkit-inner-spin-button,
:not(:disabled)::-webkit-outer-spin-button,
:not(:disabled)::-webkit-search-results-button,
:not(:disabled)::-webkit-search-cancel-button,
:not(:disabled)::-webkit-clear-button,
:not(:disabled)::-webkit-calendar-picker-indicator,
:not(:disabled)::-webkit-contacts-auto-fill-button,
select:not(:disabled),
label,
summary {
  cursor: pointer; }

/* remove buttons' padding for Firefox */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* disable default appearances for iOS */
@supports (-webkit-overflow-scrolling: touch) {
  button, [type="button"], [type="reset"], [type="submit"],
  [type="text"], [type="tel"], [type="email"], [type="url"],
  [type="number"], [type="password"], [type="search"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none; } }

/* svg for IE10 and over */
@media all and (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; } }

.white-fill-btn::before, #hamburger-menu, .video-wrap::after, .video-wrap .title-wrap, .recruit-area::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.video-wrap .title-wrap > div {
  display: flex;
  justify-content: center;
  align-items: center; }

@media screen and (min-width: 1025px) {
  .hide-for-pc {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-for-tablet {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .hide-for-sp {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .hide-for-not-pc {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hide-for-not-sp {
    display: none !important; } }

.initial-transparent {
  opacity: 0; }

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック", "Meiryo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: black; }

a {
  text-decoration: none; }

a:not([class]):not([id]) {
  transition: transform 0.2s ease-out;
  display: inline-block; }
  a:not([class]):not([id]):hover {
    transform: translateY(-5px); }

.white-btn, .black-btn {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  min-width: 180px;
  position: relative; }
  .white-btn::after, .black-btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    margin-top: 27px;
    margin-bottom: 27px;
    transition: transform 0.2s ease-out; }
  .white-btn:hover::after, .black-btn:hover::after {
    transform: translateX(10px); }

.white-btn {
  color: black;
  background: white;
  border: 1px solid black; }
  .white-btn::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent black; }

.black-btn {
  color: white;
  background: black; }
  .black-btn::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent white; }

.bluegreen-btn {
  display: inline-block;
  text-align: center;
  padding: 20px;
  min-width: 280px;
  position: relative;
  color: white;
  background: #14A282; }
  .bluegreen-btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    margin-top: 28px;
    margin-bottom: 28px;
    transition: transform 0.2s ease-out;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent white; }
  .bluegreen-btn:hover::after {
    transform: translateX(10px); }

.white-fill-btn {
  display: inline-block;
  color: black;
  background: white;
  border: 1px solid black;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  min-width: 170px;
  position: relative;
  transition: color 0.2s ease-out; }
  .white-fill-btn::before {
    content: "";
    background: black;
    transition: transform 0.2s ease-out;
    transform-origin: right center;
    transform: scaleX(0); }
  .white-fill-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
    width: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #14A282;
    border-bottom: 1px solid #14A282;
    transition: transform 0.2s ease-out;
    transform-origin: left center;
    transform: scaleX(0); }
  .white-fill-btn:hover {
    color: white; }
    .white-fill-btn:hover::before, .white-fill-btn:hover::after {
      transform: scaleX(1); }
  .white-fill-btn span {
    position: relative;
    z-index: 1; }

header {
  position: absolute;
  width: 100%;
  z-index: 100; }

@keyframes header-nav-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  header #header-nav, header #fixed-header-nav {
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header #header-nav .logo, header #fixed-header-nav .logo {
      max-width: 753px;
      display: inline-block;
      margin-left: 5%;
      margin-right: 20px; }
      header #header-nav .logo img, header #fixed-header-nav .logo img {
        vertical-align: bottom; width: 277px; max-width: 277px;}
    header #header-nav ul, header #fixed-header-nav ul {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      flex: 1 1 0%;
      margin-right: 5%;
      margin-top: 30px;
      margin-bottom: 30px;
      font-size: 18px; }
    @media screen and (max-width: 820px) {
	      header #header-nav ul, header #fixed-header-nav ul { margin-right: 10px; }
    } 
      
      header #header-nav ul li:not(:last-of-type), header #fixed-header-nav ul li:not(:last-of-type) {
        margin-right: 50px; }
      @media screen and (max-width: 1300px) {
	      header #header-nav ul li:not(:last-of-type), header #fixed-header-nav ul li:not(:last-of-type) { margin-right: 20px; }
      }
      @media screen and (max-width: 1150px) {
	      header #header-nav .logo img, header #fixed-header-nav .logo img {  width: 170px;}
	      header #header-nav ul li:not(:last-of-type), header #fixed-header-nav ul li:not(:last-of-type) { margin-right: 10px; }
	      header #header-nav ul li a, header #fixed-header-nav ul li a{ font-size: 14px;}
      } 
      
        /* メニューボタン */
        body.home #header-nav ul li:nth-child(1) a,
        body.home header #fixed-header-nav ul li:nth-child(1) a{ border-bottom: 2px solid #14A282; pointer-events: none; padding-bottom: 5px;}

        
  header #fixed-header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: white;
    color: black; }
    header #fixed-header-nav.show {
      animation: header-nav-fadein 0.2s 1 ease-out both; }
    header #fixed-header-nav.hide {
      display: none; }
  header #header-nav-sp, header #fixed-header-nav-sp {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px; }
    header #header-nav-sp .logo, header #fixed-header-nav-sp .logo {
      margin-right: 10px; }
      header #header-nav-sp .logo img, header #fixed-header-nav-sp .logo img {
        vertical-align: bottom; width: 160px;}
    header #header-nav-sp .hamburger-btn, header #fixed-header-nav-sp .hamburger-btn {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: none;
      border: 0;
      padding: 0;
      width: 30px;
      height: 22px;
      border-top: 2px solid #14A282;
      border-bottom: 2px solid #B1C945; }
      header #header-nav-sp .hamburger-btn::after, header #fixed-header-nav-sp .hamburger-btn::after {
        content: "";
        display: block;
        width: 100%;
        border-top: 2px solid #5AB259; }
  header #fixed-header-nav-sp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: white; }
    header #fixed-header-nav-sp.show {
      animation: header-nav-fadein 0.2s 1 ease-out both; }
    header #fixed-header-nav-sp.hide {
      display: none; }
  header .inquiry {
    position: fixed;
    z-index: 99;
    right: 0; }
    header .inquiry ul {
      width: 40px; }
      header .inquiry ul li a {
        display: block;
        overflow: hidden;
        height: 40px;
        background: black;
        color: white;
        padding-bottom: 10px;
        transition: height 0.2s ease-out; }
        header .inquiry ul li a .img-wrap {
          display: block;
          height: 40px;
          padding: 10px; }
        header .inquiry ul li a .title {
          display: block;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
          margin-left: 7px;
          margin-right: auto;
          min-height: 200px; }
        header .inquiry ul li a:hover {
          background: #14A282; }
      header .inquiry ul li:not(:last-of-type) {
        margin-bottom: 10px; }
      header .inquiry ul li.pdf-btn a .img-wrap {
        padding: 5px; }
      header .inquiry ul li.inquiry-btn a:hover {
        height: 150px; }
      header .inquiry ul li.tel-btn a:hover {
        height: 200px; }
      header .inquiry ul li.pdf-btn a:hover {
        height: 150px; }
      header .inquiry ul li.video-btn a:hover {
        height: 140px; }

#hamburger-menu {
  position: fixed;
  z-index: 100;
  background: #14A282;
  color: white;
  overflow: scroll;
  padding: 10px;
  text-align: center;
  transform: translateX(-100%); }
  #hamburger-menu.show {
    animation: hamburger-menu-show-anim 0.2s 1 both; }

@keyframes hamburger-menu-show-anim {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0%); } }
  #hamburger-menu.hide {
    animation: hamburger-menu-hide-anim 0.2s 1 both; }

@keyframes hamburger-menu-hide-anim {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } }
  #hamburger-menu .btn-wrap {
    text-align: right; }
    #hamburger-menu .btn-wrap #hamburger-menu-close-btn {
      border: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      padding: 0;
      background: none;
      font-size: 24px; }

footer {
  background: black;
  color: white; }
  /*footer .breadcrumb {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 140px; }
    @media screen and (max-width: 767px) {
      footer .breadcrumb {
        padding-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      footer .breadcrumb {
        padding-top: 15px; } }
    @media screen and (max-width: 767px) {
      footer .breadcrumb {
        padding-right: 10px; } }
    @media screen and (max-width: 767px) {
      footer .breadcrumb {
        padding-left: 10px; } }
    footer .breadcrumb ul {
      display: flex;
      flex-wrap: wrap; }
      footer .breadcrumb ul li:not(:last-of-type)::after {
        margin-right: 2px;
        content: "＞"; }*/
  footer .inner {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      footer .inner {
        padding-left: 10px; } }
    @media screen and (max-width: 767px) {
      footer .inner {
        padding-right: 10px; } }
    @media screen and (max-width: 767px) {
      footer .inner {
        padding-top: 70px;
        padding-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      footer .inner {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; } }
    footer .inner .left-wrap {
      max-width: 380px; }
      @media screen and (max-width: 767px) {
        footer .inner .left-wrap {
          margin-left: auto;
          margin-right: auto; } }
      footer .inner .left-wrap .logo {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          footer .inner .left-wrap .logo {
            margin-bottom: 15px; } }
      footer .inner .left-wrap address {
        margin-bottom: 60px; }
        @media screen and (max-width: 767px) {
          footer .inner .left-wrap address {
            margin-bottom: 30px; } }
        footer .inner .left-wrap address .icon-and-tel-wrap {
          display: flex;
          justify-content: space-between;
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            footer .inner .left-wrap address .icon-and-tel-wrap {
              margin-bottom: 10px; } }
          footer .inner .left-wrap address .icon-and-tel-wrap .icon-wrap {
            display: flex; }
            footer .inner .left-wrap address .icon-and-tel-wrap .icon-wrap .ecostage-wrap {
              width: 40px;
              margin-right: 10px; }
            footer .inner .left-wrap address .icon-and-tel-wrap .icon-wrap a {
              width: 55px; }
        footer .inner .left-wrap address .address {
          text-align: center; }
      footer .inner .left-wrap .lang-btn-wrap-wrap {
        text-align: center;
        font-size: 14px; }
        footer .inner .left-wrap .lang-btn-wrap-wrap .lang-btn-wrap {
          width: 100px;
          border: 2px solid white;
          border-radius: 5px;
          overflow: hidden;
          display: inline-block; }
          footer .inner .left-wrap .lang-btn-wrap-wrap .lang-btn-wrap .lang-btn {
            display: inline-block;
            width: 50%;
            text-align: center; }
            footer .inner .left-wrap .lang-btn-wrap-wrap .lang-btn-wrap .lang-btn.selected {
              pointer-events: none;
              background: white;
              color: black; }
            footer .inner .left-wrap .lang-btn-wrap-wrap .lang-btn-wrap .lang-btn.disabled {
              pointer-events: none; }
    footer .inner .mid-wrap {
      margin-top: 30px;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        footer .inner .mid-wrap {
          margin-top: 15px; } }
      @media screen and (min-width: 768px) {
        footer .inner .mid-wrap {
          margin-left: 80px;
          margin-right: 80px; } }
      footer .inner .mid-wrap .nav-list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        font-size: 14px; }
        footer .inner .mid-wrap .nav-list:first-of-type {
          margin-right: 60px; }
          @media screen and (max-width: 767px) {
            footer .inner .mid-wrap .nav-list:first-of-type {
              margin-right: 30px; } }
        footer .inner .mid-wrap .nav-list li {
          margin-bottom: 50px; }
          @media screen and (max-width: 767px) {
            footer .inner .mid-wrap .nav-list li {
              margin-bottom: 25px; } }
    footer .inner .right-wrap li {
      margin-bottom: 40px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        footer .inner .right-wrap li {
          margin-bottom: 20px; } }
  footer .copyright {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    background: white;
    color: black;
    text-align: center; }
    @media screen and (max-width: 767px) {
      footer .copyright {
        padding-bottom: 7.5px; } }
    @media screen and (max-width: 767px) {
      footer .copyright {
        padding-top: 7.5px; } }
    @media screen and (max-width: 767px) {
      footer .copyright {
        padding-left: 10px; } }
    @media screen and (max-width: 767px) {
      footer .copyright {
        padding-right: 10px; } }

#page-top-btn {
  position: fixed;
  bottom: 20px;
  transform: translateX(-10000px);
  right: 20px;
  z-index: 99;
  background-color: rgba(20, 162, 130, 0.5);
  border: 2px solid #ffffff;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  #page-top-btn::after {
    content: '';
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 24.2px 14px;
    border-color: transparent transparent white transparent; }
  #page-top-btn:hover {
    background-color: rgba(20, 162, 130, 0.8); }
  #page-top-btn.show {
    animation: page-top-btn-show-anim 0.3s ease-out 1 both; }

@keyframes page-top-btn-show-anim {
  0% {
    transform: translateX(0);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
  #page-top-btn.hide {
    animation: page-top-btn-hide-anim 0.3s ease-in 1 both; }

@keyframes page-top-btn-hide-anim {
  0% {
    transform: translateX(0);
    opacity: 1; }
  99% {
    transform: translateX(0); }
  100% {
    transform: translateX(-10000px);
    opacity: 0; } }

.video-wrap {
  overflow: hidden;
  position: relative;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .video-wrap {
      margin-bottom: 50px; } }
  .video-wrap::after {
    content: '';
    display: block;
    background: url(../../image/bg-darkstripe.png); }
  .video-wrap video {
    position: relative; }
  .video-wrap .title-wrap {
    color: white;
    text-align: center;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 767px) {
      .video-wrap .title-wrap {
        padding-left: 10px; } }
    @media screen and (max-width: 767px) {
      .video-wrap .title-wrap {
        padding-right: 10px; } }
    .video-wrap .title-wrap > div {
      height: 100%;
      flex-direction: column; }
      .video-wrap .title-wrap > div h1 {
        font-size: 48px;
        margin-bottom: 60px; }
        @media screen and (max-width: 767px) {
          .video-wrap .title-wrap > div h1 {
            font-size: 23px; } }
        @media screen and (max-width: 767px) {
          .video-wrap .title-wrap > div h1 {
            margin-bottom: 30px; } }
        .video-wrap .title-wrap > div h1 p {
          font-size: 16px; }

.about-area {
  text-align: center;
  margin-bottom: 120px;
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .about-area {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .about-area {
      margin-left: 10px; } }
  @media screen and (max-width: 767px) {
    .about-area {
      margin-right: 10px; } }
  .about-area h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .about-area h2 {
        font-size: 19px; } }
    @media screen and (max-width: 767px) {
      .about-area h2 {
        margin-bottom: 30px; } }
  .about-area p {
    line-height: 2em;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .about-area p {
        margin-bottom: 20px; } 
      .about-area p br{ display: none;}}

.product-area {
  position: relative;
  padding-top: 100px;
  margin-bottom: 200px; }
  @media screen and (max-width: 767px) {
    .product-area {
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    .product-area {
      margin-bottom: 100px; } }
  .product-area::before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 90%;
    height: 80%;
    background: #EDEDED;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .product-area::before {
        height: 95%; } }
  .product-area .title-wrap {
    position: absolute;
    top: -40px;
    left: 22%; }
    @media screen and (max-width: 767px) {
      .product-area .title-wrap {
        top: -20px; } }
    @media screen and (max-width: 767px) {
      .product-area .title-wrap {
        left: 11%; } }
    .product-area .title-wrap h2 {
      font-size: 48px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .product-area .title-wrap h2 {
          font-size: 23px; } }
      @media screen and (max-width: 767px) {
        .product-area .title-wrap h2 {
          margin-bottom: 10px; } }
      .product-area .title-wrap h2 span {
        font-size: 14px; }
    .product-area .title-wrap p {
      font-size: 14px; }
  .product-area .product {
    display: flex;
    margin-top: 50px;
    margin-bottom: 300px; }
    @media screen and (max-width: 767px) {
      .product-area .product {
        margin-top: 25px; } }
    @media screen and (max-width: 767px) {
      .product-area .product {
        margin-bottom: 50px; } }
    .product-area .product ul {
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 1025px) {
        .product-area .product ul {
          width: 30%;
          margin-top: 140px; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .product-area .product ul {
          width: 15%;
          margin-top: 65px; } }
      .product-area .product ul li {
        text-align: left; padding-left: 20px;}
        @media screen and (min-width: 1025px) {
          .product-area .product ul li {
            min-width: 200px;
            font-size: 36px; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .product-area .product ul li {
            font-size: 18px; } }
    .product-area .product .text-and-img-wrap {
      position: relative; }
      @media screen and (min-width: 1025px) {
        .product-area .product .text-and-img-wrap {
          width: 70%; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .product-area .product .text-and-img-wrap {
          width: 85%; } }
      @media screen and (max-width: 767px) {
        .product-area .product .text-and-img-wrap {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 100%; } }
      .product-area .product .text-and-img-wrap .text-wrap {
        background: black;
        color: white;
        margin-bottom: 30px; }
        @media screen and (min-width: 1025px) {
          .product-area .product .text-and-img-wrap .text-wrap {
            margin-top: 150px;
            padding-top: 70px;
            padding-left: 60px;
            padding-bottom: 40px; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .product-area .product .text-and-img-wrap .text-wrap {
            margin-top: 70px;
            padding-top: 30px;
            padding-left: 30px;
            padding-bottom: 30px; } }
        @media screen and (max-width: 767px) {
          .product-area .product .text-and-img-wrap .text-wrap {
            background: transparent;
            color: black;
            order: 2; } }
        .product-area .product .text-and-img-wrap .text-wrap .text-inner {
          display: inline-block;
          max-width: 300px;
          padding-left: 20px;
          border-left: 1px solid white; }
          @media screen and (max-width: 767px) {
            .product-area .product .text-and-img-wrap .text-wrap .text-inner {
              padding-left: 10px; } }
          @media screen and (max-width: 767px) {
            .product-area .product .text-and-img-wrap .text-wrap .text-inner {
              border-left-color: black; } }
          .product-area .product .text-and-img-wrap .text-wrap .text-inner h3 {
            font-size: 24px;
            margin-bottom: 30px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              .product-area .product .text-and-img-wrap .text-wrap .text-inner h3 {
                font-size: 19px; } }
            @media screen and (max-width: 767px) {
              .product-area .product .text-and-img-wrap .text-wrap .text-inner h3 {
                margin-bottom: 15px; } }
      .product-area .product .text-and-img-wrap .img-wrap {
        max-width: 1200px;
        position: absolute; }
        @media screen and (max-width: 767px) {
          .product-area .product .text-and-img-wrap .img-wrap {
            position: static;
            order: 1;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 10px;
            padding-right: 10px; } }
      @media screen and (max-width: 767px) {
        .product-area .product .text-and-img-wrap .btn-wrap {
          order: 3; } }
    @media screen and (min-width: 1025px) {
      .product-area .product.product1 ul {
        align-items: flex-end; } }
    .product-area .product.product1 .text-and-img-wrap .img-wrap {
      top: 300px; }
      @media screen and (min-width: 768px) {
        .product-area .product.product1 .text-and-img-wrap .img-wrap {
          left: 350px; top: 200px; } }
    @media screen and (min-width: 1025px) {
      .product-area .product.product2 ul {
        align-items: flex-start; } }
    .product-area .product.product2 .text-and-img-wrap {
      text-align: right; }
      .product-area .product.product2 .text-and-img-wrap .text-wrap .text-inner {
        text-align: left;
        margin-right: 50px; }
        @media screen and (max-width: 767px) {
          .product-area .product.product2 .text-and-img-wrap .text-wrap .text-inner {
            margin-right: 0; } }
            
      .product-area .product.product2 .text-and-img-wrap .img-wrap {
        top: -2%; }
        @media screen and (min-width: 768px) {
          .product-area .product.product2 .text-and-img-wrap .img-wrap {
            left: 0; top: -20%; } }
        
        @media screen and (min-width: 1025px) {
          .product-area .product.product2 .text-and-img-wrap .img-wrap {
        top: 0; } }
        
        @media screen and (min-width: 1358px) {
          .product-area .product.product2 .text-and-img-wrap .img-wrap {
        top: -20%; } }
                    
  @media screen and (min-width: 768px) {
    .product-area > .btn-wrap {
      margin-right: 140px;
      text-align: right; } }
  @media screen and (max-width: 767px) {
    .product-area > .btn-wrap {
      text-align: center; } }
    
   
      
      

.list-area{ width: 100%; overflow: hidden; background-color: #EAECEF; padding: 80px 0 40px; margin-bottom: 200px;}
.home .list-area{ margin-bottom: 0;}
.list-area .innerBox{ width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 10px; box-sizing: border-box;}
.list-area .innerBox h2 { margin-bottom: 80px; font-size: 36px; text-align: left;}
.list-area .innerBox h2 span{ font-size: 14px;}
.list-area .innerBox ul{ width: 100%; text-align: center;}
.list-area .innerBox ul li{ width: 100%; max-width: 350px; display: inline-block; margin-bottom: 40px;}
.list-area .innerBox ul li:nth-child(3n+2){ margin: 0 10px;}
.list-area .innerBox ul li a{ background-color: #fff; display: block;}
.list-area .innerBox ul li img{ vertical-align: bottom;}
.list-area .innerBox ul li h3{ background-color: #232323; text-align: center; font-size: 20px; color: #fff; padding: 10px 0;}
@media screen and (max-width: 1120px) { 
	.list-area .innerBox{ width: 100%; max-width: 768px; margin: 0 auto;}
	.list-area .innerBox ul li:nth-child(3n+2){ margin: 0 0;}
	.list-area .innerBox ul li:nth-child(odd){ margin-right: 10px;}
}
@media screen and (max-width: 768px) {
	.list-area .innerBox ul li{ width: 100%; max-width: 48%; margin-bottom: 20px;}
	.list-area .innerBox ul li:nth-child(odd){ margin-right: 1%;}
	.list-area .innerBox ul li h3{ font-size: 10px;}
}

@media screen and (max-width: 767px) {
	.list-area{ margin-bottom: 100px;}
	.list-area .innerBox h2 { margin-bottom: 15px; font-size: 21px;}
}


.news-area {
  overflow: hidden;
  text-align: center;
  margin-bottom: 200px;
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .news-area {
      margin-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .news-area {
      margin-left: 10px; } }
  @media screen and (max-width: 767px) {
    .news-area {
      margin-right: 10px; } }
  .news-area .innerBox{ width: 100%; max-width: 500px; display: inline-block; text-align: left; vertical-align: top;}
  @media screen and (max-width: 1000px) {
    .news-area .innerBox{ width: 100%; max-width: 500px;}
    .news-area .innerBox:nth-child(2){ margin-top: 40px;}
  }
  .news-area h2 {
    margin-bottom: 80px;
    font-size: 36px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .news-area h2 {
        margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .news-area h2 {
        font-size: 21px; margin-bottom: 15px; } }
    .news-area h2 span {
      font-size: 14px; }
  .news-area ul {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto; }
    .news-area ul li {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .news-area ul li {
          margin-bottom: 20px; } }
      .news-area ul li dl {
        display: block; }
        .news-area ul li dl dt {
          min-width: 120px;
          text-align: left; }
        .news-area ul li dl dd {
          color: #14A282; }
  .news-area .btn-wrap {
    text-align: center; }

.recruit-area {
  color: white;
  background: url(../../image/recruit-pict.jpg) center center/cover no-repeat;
  padding-top: 200px;
  padding-bottom: 160px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .recruit-area {
      padding-top: 100px; } }
  @media screen and (max-width: 767px) {
    .recruit-area {
      padding-bottom: 80px; } }
  @media screen and (max-width: 767px) {
    .recruit-area {
      padding-left: 10px; } }
  @media screen and (max-width: 767px) {
    .recruit-area {
      padding-right: 10px; } }
  .recruit-area::before {
    content: "";
    background: url(../../image/bg-darkstripe.png); }
  .recruit-area .inner {
    z-index: 1;
    position: relative; }
    .recruit-area .inner h2 {
      margin-bottom: 30px;
      font-size: 36px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .recruit-area .inner h2 {
          margin-bottom: 15px; } }
      @media screen and (max-width: 767px) {
        .recruit-area .inner h2 {
          font-size: 21px; } }
      .recruit-area .inner h2 span {
        font-size: 14px; }
    .recruit-area .inner p {
      margin-bottom: 80px; }
      @media screen and (max-width: 767px) {
        .recruit-area .inner p {
          margin-bottom: 40px; } }

.fb_iframe_widget span{ width: 100%; margin: auto auto; display: block;}
@media screen and (max-width: 767px) {

}
/*# sourceMappingURL=bundle.css.map*/