@charset "UTF-8";

/* Line Height ----- */
.lh-15 {
  line-height: 1.5;
}

.lh-17 {
  line-height: 1.7;
}

.lh-20 {
  line-height: 2.0;
}

/* Flex Box ----- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Padding ----- */
.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 3px;
}

.pt-10 {
  padding-top: 6px;
}

.pt-15 {
  padding-top: 9px;
}

.pt-20 {
  padding-top: 12px;
}

.pt-25 {
  padding-top: 15px;
}

.pt-30 {
  padding-top: 18px;
}

.pt-35 {
  padding-top: 21px;
}

.pt-40 {
  padding-top: 24px;
}

@media screen and (min-width: 576px) {
  .pt-0 {
    padding-top: 0px;
  }

  .pt-5 {
    padding-top: 5px;
  }

  .pt-10 {
    padding-top: 10px;
  }

  .pt-15 {
    padding-top: 15px;
  }

  .pt-20 {
    padding-top: 20px;
  }

  .pt-25 {
    padding-top: 25px;
  }

  .pt-30 {
    padding-top: 30px;
  }

  .pt-35 {
    padding-top: 35px;
  }

  .pt-40 {
    padding-top: 40px;
  }
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 3px;
}

.pr-10 {
  padding-right: 6px;
}

.pr-15 {
  padding-right: 9px;
}

.pr-20 {
  padding-right: 12px;
}

.pr-25 {
  padding-right: 15px;
}

.pr-30 {
  padding-right: 18px;
}

.pr-35 {
  padding-right: 21px;
}

.pr-40 {
  padding-right: 24px;
}

@media screen and (min-width: 576px) {
  .pr-0 {
    padding-right: 0px;
  }

  .pr-5 {
    padding-right: 5px;
  }

  .pr-10 {
    padding-right: 10px;
  }

  .pr-15 {
    padding-right: 15px;
  }

  .pr-20 {
    padding-right: 20px;
  }

  .pr-25 {
    padding-right: 25px;
  }

  .pr-30 {
    padding-right: 30px;
  }

  .pr-35 {
    padding-right: 35px;
  }

  .pr-40 {
    padding-right: 40px;
  }
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 3px;
}

.pb-10 {
  padding-bottom: 6px;
}

.pb-15 {
  padding-bottom: 9px;
}

.pb-20 {
  padding-bottom: 12px;
}

.pb-25 {
  padding-bottom: 15px;
}

.pb-30 {
  padding-bottom: 18px;
}

.pb-35 {
  padding-bottom: 21px;
}

.pb-40 {
  padding-bottom: 24px;
}

@media screen and (min-width: 576px) {
  .pb-0 {
    padding-bottom: 0px;
  }

  .pb-5 {
    padding-bottom: 5px;
  }

  .pb-10 {
    padding-bottom: 10px;
  }

  .pb-15 {
    padding-bottom: 15px;
  }

  .pb-20 {
    padding-bottom: 20px;
  }

  .pb-25 {
    padding-bottom: 25px;
  }

  .pb-30 {
    padding-bottom: 30px;
  }

  .pb-35 {
    padding-bottom: 35px;
  }

  .pb-40 {
    padding-bottom: 40px;
  }
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 3px;
}

.pl-10 {
  padding-left: 6px;
}

.pl-15 {
  padding-left: 9px;
}

.pl-20 {
  padding-left: 12px;
}

.pl-25 {
  padding-left: 15px;
}

.pl-30 {
  padding-left: 18px;
}

.pl-35 {
  padding-left: 21px;
}

.pl-40 {
  padding-left: 24px;
}

@media screen and (min-width: 576px) {
  .pl-0 {
    padding-left: 0px;
  }

  .pl-5 {
    padding-left: 5px;
  }

  .pl-10 {
    padding-left: 10px;
  }

  .pl-15 {
    padding-left: 15px;
  }

  .pl-20 {
    padding-left: 20px;
  }

  .pl-25 {
    padding-left: 25px;
  }

  .pl-30 {
    padding-left: 30px;
  }

  .pl-35 {
    padding-left: 35px;
  }

  .pl-40 {
    padding-left: 40px;
  }
}

/* Font Size ----- */
/* 10px */
[class*='font--3'] {
  font-size: 0.625em;
}

/* 12px */
[class*='font--2'] {
  font-size: 0.75em;
}

/* 14px */
[class*='font--1'] {
  font-size: 0.875em;
}

/* 16px */
[class*='font-0'] {
  font-size: 1em;
}

/* 18px */
[class*='font-1'] {
  font-size: 1.125em;
}

/* 21px */
[class*='font-2'] {
  font-size: 1.3125em;
}

/* 24px */
[class*='font-3'] {
  font-size: 1.5em;
}

/* 30px */
[class*='font-4'] {
  font-size: 1.875em;
}

/* 36px */
[class*='font-5'] {
  font-size: 2.25em;
}

/* 48px */
[class*='font-6'] {
  font-size: 3em;
}

@media screen and (min-width: 576px) {

  /* 10px */
  [class*='font--3'] {
    font-size: 0.625em;
  }

  /* 12px */
  [class*='font--2'] {
    font-size: 0.75em;
  }

  /* 14px */
  [class*='font--1'] {
    font-size: 0.875em;
  }

  /* 16px */
  [class*='font-0'] {
    font-size: 1em;
  }

  /* 18px */
  [class*='font-1'] {
    font-size: 1.125em;
  }

  /* 21px */
  [class*='font-2'] {
    font-size: 1.3125em;
  }

  /* 24px */
  [class*='font-3'] {
    font-size: 1.5em;
  }

  /* 30px */
  [class*='font-4'] {
    font-size: 1.875em;
  }

  /* 36px */
  [class*='font-5'] {
    font-size: 2.25em;
  }

  /* 48px */
  [class*='font-6'] {
    font-size: 3em;
  }

  /* 10px */
  [class*='font-'][class*='-mid--3'] {
    font-size: 0.625em !important;
  }

  /* 12px */
  [class*='font-'][class*='-mid--2'] {
    font-size: 0.75em !important;
  }

  /* 14px */
  [class*='font-'][class*='-mid--1'] {
    font-size: 0.875em !important;
  }

  /* 16px */
  [class*='font-'][class*='-mid-0'] {
    font-size: 1em !important;
  }

  /* 18px */
  [class*='font-'][class*='-mid-1'] {
    font-size: 1.125em !important;
  }

  /* 21px */
  [class*='font-'][class*='-mid-2'] {
    font-size: 1.3125em !important;
  }

  /* 24px */
  [class*='font-'][class*='-mid-3'] {
    font-size: 1.5em !important;
  }

  /* 30px */
  [class*='font-'][class*='-mid-4'] {
    font-size: 1.875em !important;
  }

  /* 36px */
  [class*='font-'][class*='-mid-5'] {
    font-size: 2.25em !important;
  }

  /* 48px */
  [class*='font-'][class*='-mid-6'] {
    font-size: 3em !important;
  }
}

@media screen and (min-width: 768px) {

  /* 10px */
  [class*='font-'][class*='-xmd--3'] {
    font-size: 0.625em !important;
  }

  /* 12px */
  [class*='font-'][class*='-xmd--2'] {
    font-size: 0.75em !important;
  }

  /* 14px */
  [class*='font-'][class*='-xmd--1'] {
    font-size: 0.875em !important;
  }

  /* 16px */
  [class*='font-'][class*='-xmd-0'] {
    font-size: 1em !important;
  }

  /* 18px */
  [class*='font-'][class*='-xmd-1'] {
    font-size: 1.125em !important;
  }

  /* 21px */
  [class*='font-'][class*='-xmd-2'] {
    font-size: 1.3125em !important;
  }

  /* 24px */
  [class*='font-'][class*='-xmd-3'] {
    font-size: 1.5em !important;
  }

  /* 30px */
  [class*='font-'][class*='-xmd-4'] {
    font-size: 1.875em !important;
  }

  /* 36px */
  [class*='font-'][class*='-xmd-5'] {
    font-size: 2.25em !important;
  }

  /* 48px */
  [class*='font-'][class*='-xmd-6'] {
    font-size: 3em !important;
  }
}

@media screen and (max-width: 767px) {

  /* 12px */
  .font--3 {
    font-size: 0.75em;
  }

  /* 13px */
  .font--2 {
    font-size: 0.815em;
  }

  /* 16px */
  .font-1 {
    font-size: 1.0em;
  }

  /* 18px */
  .font-2 {
    font-size: 1.125em;
  }

  /* 20px */
  .font-3 {
    font-size: 1.25em;
  }

  /* 22px */
  .font-4 {
    font-size: 1.375em;
  }

  /* 24px */
  .font-5 {
    font-size: 1.5em;
  }

  /* 36px */
  .font-6 {
    font-size: 1.875em;
  }

  /* 10px */
  [class*='font-'][class*='-min--3'] {
    font-size: 0.625em !important;
  }

  /* 12px */
  [class*='font-'][class*='-min--2'] {
    font-size: 0.75em !important;
  }

  /* 14px */
  [class*='font-'][class*='-min--1'] {
    font-size: 0.875em !important;
  }

  /* 16px */
  [class*='font-'][class*='-min-0'] {
    font-size: 1em !important;
  }

  /* 18px */
  [class*='font-'][class*='-min-1'] {
    font-size: 1.125em !important;
  }

  /* 21px */
  [class*='font-'][class*='-min-2'] {
    font-size: 1.3125em !important;
  }

  /* 24px */
  [class*='font-'][class*='-min-3'] {
    font-size: 1.5em !important;
  }

  /* 30px */
  [class*='font-'][class*='-min-4'] {
    font-size: 1.875em !important;
  }

  /* 36px */
  [class*='font-'][class*='-min-5'] {
    font-size: 2.25em !important;
  }

  /* 48px */
  [class*='font-'][class*='-min-6'] {
    font-size: 3em !important;
  }
}

/* Text Align ----- */
.tAc {
  text-align: left !important;
}

.tAl {
  text-align: left !important;
}

.tAr {
  text-align: left !important;
}

@media screen and (min-width: 576px) {

  .tAc,
  .xtAc {
    text-align: center !important;
  }

  .tAl,
  .xtAl {
    text-align: left !important;
  }

  .tAr,
  .xtAr {
    text-align: right !important;
  }
}

/* Font Weight ----- */
.bold {
  font-weight: bold;
}

.bold-off {
  font-weight: normal;
}

/* Space ----- */
.space {
  padding-top: 30px;
}

.space-half {
  padding-top: 15px;
}

.space-ptit {
  padding-top: 7px;
}

@media screen and (min-width: 576px) {
  .space {
    padding-top: 45px;
  }

  .space-half {
    padding-top: 20px;
  }

  .space-ptit {
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .space {
    padding-top: 60px;
  }

  .space-half {
    padding-top: 30px;
  }

  .space-ptit {
    padding-top: 15px;
  }
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.8em;
  margin: 0;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 0.875em;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* スマホのハイライトデザインを無効にする */
}

a:focus {
  outline: none;
}

.remove {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  font-size: 0.5em;
  text-align: left;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/******************************************************************************************************
 * Common
 *****************************************************************************************************/
@font-face {
  font-family: "times";
  font-display: swap;
  src: url("../fonts/TimesNewRoman.woff") format("woff");
}

h2,
h3,
h4 {
  line-height: 1.7;
}

.times {
  font-family: "times";
  font-weight: normal;
  line-height: 1em;
}

.color {
  color: #33440b;
}

.color-sub {
  color: #24743e;
}

.w100 {
  width: 100%;
}

a img {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: none;
  opacity: .3s;
}

a:hover img {
  opacity: .6;
}

a.non-op:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .xs-wide {
    margin-left: -15px;
    margin-right: -15px;
  }

  .xs-wide .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .xs-wide__l {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.btn-org {
  background-color: #33440b;
  color: #fff;
  font-weight: bold;
  padding: 8px 15px;
  padding-left: 30px;
  max-width: 300px;
  width: 100%;
  position: relative;
  padding-right: 60px;
  display: block;
  border: solid 1px transparent;
}

@media screen and (max-width: 767px) {
  .btn-org {
    margin: 0 auto;
  }
}

.btn-org:after,
.btn-org:before {
  content: "";
  width: 40px;
  height: 9px;
  background-image: url(../img/common/more.svg);
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-org:before {
  background-image: url(../img/common/more-green.svg);
  opacity: 0;
}

.btn-org:hover {
  border: solid 1px #33440b;
  background-color: #fff;
  color: #33440b;
}

.btn-org:hover:after {
  opacity: 0;
}

.btn-org:hover:before {
  opacity: 1;
}

.btn-org.center {
  margin: 0 auto;
}

.btn-border {
  border: solid 1px #24743e;
  color: #24743e;
  padding: 10px 40px;
  position: relative;
}

.btn-border:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/btn-border-arw.svg);
  -webkit-transition: .3s;
  transition: .3s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-border:hover {
  color: #24743e;
}

.btn-border:hover:after {
  -webkit-transform: translate(6px, -50%);
  transform: translate(6px, -50%);
}

.btn-border.bg-fff {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  h2 .eng {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 768px) {
  .elem {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(18px);
    transform: translateY(18px);
    opacity: 0;
  }

  .elem.action {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.breadcrumbs a {
  color: #24743e;
  text-decoration: underline;
}

/******************************************************************************************************
 * Fv
 *****************************************************************************************************/
.fullscreen-wrapper {
  background-color: #e0eae2;
  background-image: none;
}

.fullscreen-wrapper h2 {
  color: #24743e;
}

/******************************************************************************************************
 * Header
 *****************************************************************************************************/
@media screen and (min-width: 992px) {
  header>.container>.inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media screen and (max-width: 991px) {
  header>.container>.inner {
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  header>.container>.inner {
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  header>.container>.inner>.header-logo {
    left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  header>.container>.inner>.header-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  header>.container>.inner nav.navbar {
    display: none;
  }
}

header>.container>.inner nav.navbar ul li a {
  font-family: "times";
  color: #33440b !important;
}

@media screen and (min-width: 768px) {
  header>.container>.inner nav.navbar ul li a {
    font-size: 1.2em !important;
    text-align: center;
    line-height: 1.7 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  header>.container>.inner nav.navbar ul li a>div {
    font-size: .7em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

@media screen and (max-width: 767px) {
  header>.container>.inner nav.navbar ul li a>div {
    display: none;
  }
}

header>.container>.inner nav.sp {
  display: none;
  padding: 0;
}

header>.container>.inner nav.sp ul {
  list-style: none;
}

header>.container>.inner nav.sp ul li {
  text-align: left;
}

header>.container>.inner nav.sp ul li a {
  display: block;
  padding: 8px 15px;
}

header>.container>.inner nav.sp ul li+li {
  border-top: solid 1px #666;
}

header>.container>.inner nav.sp ul li.has_child>ul li {
  padding-left: 15px;
  font-size: .9em;
  border-top: dotted 1px #666;
}

@media screen and (max-width: 767px) {
  header>.container>.inner nav.sp {
    display: block;
  }
}

/******************************************************************************************************
 * FV
 *****************************************************************************************************/
#fv .container {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #fv .container {
    padding-right: 0;
    padding-left: 0;
  }
}

#fv .container .canvas {
  -webkit-filter: blur(8px);
  filter: blur(8px);
  padding-top: 65.20833333333333%;
  background-image: url(../img/top/fv-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: 2s;
  transition: 2s;
}

@media screen and (max-width: 767px) {
  #fv .container .canvas {
    padding-top: 100%;
    background-image: url(../img/top/fv-bg-sp.jpg);
  }
}

#fv .container .canvas .txt01,
#fv .container .canvas .txt02 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#fv .container .canvas .txt01 {
  top: 5.53191489361702%;
  width: 26.80555555555556%;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #fv .container .canvas .txt01 {
    width: 44.27083333333333%;
  }
}

#fv .container .canvas .txt01 .st1 {
  fill: #fff;
  stroke: #fff;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
}

@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }

  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }

  50% {
    fill: transparent;
  }

  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}

@keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }

  40% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }

  50% {
    fill: transparent;
  }

  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}

#fv .container .canvas .txt02 {
  width: 43.61111111111111%;
  bottom: 5%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #fv .container .canvas .txt02 {
    width: 65.10416666666667%;
  }
}

#fv .container .canvas .txt02 .st0 {
  fill: #fff;
}

body.open #fv .canvas {
  -webkit-filter: blur(0) !important;
  filter: blur(0) !important;
}

body.open #fv .txt01 {
  opacity: 1 !important;
}

body.open #fv .txt01 .st1 {
  -webkit-animation: hello 4s ease-in 0s forwards;
  animation: hello 4s ease-in 0s forwards;
}

body.open #fv .txt02 {
  opacity: 1 !important;
}

/******************************************************************************************************
 * Top
 *****************************************************************************************************/
@media (min-width: 1400px) {
  #front-contents .container {
    width: 1400px;
  }
}

#front-contents #know-group .color-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#front-contents #know-group .color-select * {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#front-contents #know-group .color-select .square {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

#front-contents #know-group .color-select .color-green,
#front-contents #know-group .color-select .color-orange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px;
}

#front-contents #know-group .color-select .color-green .square {
  background-color: #33440b;
}

#front-contents #know-group .color-select .color-orange .square {
  background-color: #db620f;
}

#front-contents #know-group .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#front-contents #know-group .boxes .box {
  display: block;
  width: 20%;
  border-right: solid 1px #333300;
  border-bottom: solid 1px #333300;
  position: relative;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 991px) {
  #front-contents #know-group .boxes .box {
    width: 25%;
  }
}

#front-contents #know-group .boxes .box:before,
#front-contents #know-group .boxes .box:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 1;
}

#front-contents #know-group .boxes .box:before {
  top: 10px;
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .boxes .box:before {
    top: 5px;
  }
}

#front-contents #know-group .boxes .box:after {
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .boxes .box:after {
    bottom: 5px;
  }
}

#front-contents #know-group .boxes .box.main {
  color: #33440b;
}

#front-contents #know-group .boxes .box.main .icon svg path {
  fill: #33440b;
}

#front-contents #know-group .boxes .box.group {
  color: #db620f;
}

#front-contents #know-group .boxes .box.group .icon svg path {
  fill: #db620f;
}

#front-contents #know-group .boxes .box .bg {
  height: 100%;
}

#front-contents #know-group .boxes .box .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  opacity: 0;
  z-index: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

#front-contents #know-group .boxes .box .box-inner {
  padding: 40px;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 991px) {
  #front-contents #know-group .boxes .box .box-inner {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .boxes .box .box-inner {
    padding: 15px 10px;
  }
}

#front-contents #know-group .boxes .box .box-inner:before,
#front-contents #know-group .boxes .box .box-inner:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 100%;
  top: 0;
}

#front-contents #know-group .boxes .box .box-inner:before {
  left: 10px;
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .boxes .box .box-inner:before {
    left: 5px;
  }
}

#front-contents #know-group .boxes .box .box-inner:after {
  right: 10px;
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .boxes .box .box-inner:after {
    right: 5px;
  }
}

#front-contents #know-group .boxes .box .box-inner .icon {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .boxes .box .box-inner .icon {
    max-width: 50px;
  }
}

#front-contents #know-group .boxes .box .box-inner .icon>svg {
  display: block;
}

#front-contents #know-group .boxes .box .box-inner h3 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .boxes .box .box-inner h3 {
    margin-top: 5px;
  }
}

#front-contents #know-group .boxes .box .box-inner h3 .ja {
  letter-spacing: .4em;
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .boxes .box .box-inner h3 .ja {
    letter-spacing: .2em;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#front-contents #know-group .boxes .box .box-inner h3 .eng {
  padding-top: 8px;
}

@media screen and (max-width: 991px) {
  #front-contents #know-group .boxes .box .box-inner h3 .eng {
    display: none;
  }
}

#front-contents #know-group .boxes .box:nth-of-type(5n) {
  border-right: none;
}

@media screen and (max-width: 991px) {
  #front-contents #know-group .boxes .box:nth-of-type(5n) {
    border-right: solid 1px #333300;
  }
}

@media screen and (max-width: 991px) {
  #front-contents #know-group .boxes .box:nth-of-type(4n) {
    border-right: none;
  }
}

#front-contents #know-group .boxes .box:hover {
  text-decoration: none;
  color: #fff;
}

#front-contents #know-group .boxes .box:hover .bg:before {
  opacity: 1;
}

#front-contents #know-group .boxes .box:hover .icon svg path {
  fill: #fff;
}

#front-contents #know-group .boxes .box.box01.main .bg:before {
  background-image: url(../img/top/bg-m-01.jpg);
}

#front-contents #know-group .boxes .box.box02.main .bg:before {
  background-image: url(../img/top/bg-m-02.jpg);
}

#front-contents #know-group .boxes .box.box03.main .bg:before {
  background-image: url(../img/top/bg-m-03.jpg);
}

#front-contents #know-group .boxes .box.box04.main .bg:before {
  background-image: url(../img/top/bg-m-04.jpg);
}

#front-contents #know-group .boxes .box.box05.main .bg:before {
  background-image: url(../img/top/bg-m-05.jpg);
}

#front-contents #know-group .boxes .box.box06.main .bg:before {
  background-image: url(../img/top/bg-m-06.jpg);
}

#front-contents #know-group .boxes .box.box07.main .bg:before {
  background-image: url(../img/top/bg-m-07.jpg);
}

#front-contents #know-group .boxes .box.box08.main .bg:before {
  background-image: url(../img/top/bg-m-08.jpg);
}

#front-contents #know-group .boxes .box.box09.main .bg:before {
  background-image: url(../img/top/bg-m-09.jpg);
}

#front-contents #know-group .boxes .box.box10.main .bg:before {
  background-image: url(../img/top/bg-m-10.jpg);
}

#front-contents #know-group .boxes .box.box11.main .bg:before {
  background-image: url(../img/top/bg-m-11.jpg);
}

#front-contents #know-group .boxes .box.box12.main .bg:before {
  background-image: url(../img/top/bg-m-12.jpg);
}

#front-contents #know-group .boxes .box.box01.group .bg:before {
  background-image: url(../img/top/bg-g-01.jpg);
}

#front-contents #know-group .boxes .box.box02.group .bg:before {
  background-image: url(../img/top/bg-g-02.jpg);
}

#front-contents #know-group .boxes .box.box03.group .bg:before {
  background-image: url(../img/top/bg-g-03.jpg);
}

#front-contents #know-group .boxes .box.box04.group .bg:before {
  background-image: url(../img/top/bg-g-04.jpg);
}

#front-contents #know-group .boxes .box.box05.group .bg:before {
  background-image: url(../img/top/bg-g-05.jpg);
}

#front-contents #know-group .boxes .box.box06.group .bg:before {
  background-image: url(../img/top/bg-g-06.jpg);
}

#front-contents #know-group .boxes .box.box07.group .bg:before {
  background-image: url(../img/top/bg-g-07.jpg);
}

#front-contents #know-group .boxes .box.box08.group .bg:before {
  background-image: url(../img/top/bg-g-08.jpg);
}

#front-contents #know-group .bn-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

#front-contents #know-group .bn {
  margin: 0 60px;
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .bn {
    margin: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .bn .bn-inner {
    width: 300px;
    min-width: auto;
  }
}

#front-contents #know-group .bn .bn-inner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px;
  background-color: #eeeded;
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .bn .bn-inner .inner {
    display: block;
  }
}

#front-contents #know-group .bn .bn-inner .img-box {
  width: 40%;
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .bn .bn-inner .img-box {
    width: 100%;
  }
}

#front-contents #know-group .bn .bn-inner .img-box .remove {
  padding-top: 100%;
}

#front-contents #know-group .bn .bn-inner .txt {
  padding: 15px 30px;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .bn .bn-inner .txt {
    width: 100%;
    padding: 30px;
  }
}

#front-contents #know-group .bn .bn-inner.box01 .img-box .remove {
  background-image: url(../img/top/know-bn-ph01.jpg);
}

#front-contents #know-group .bn .bn-inner.box02 .img-box .remove {
  background-image: url(../img/top/know-bn-ph02.jpg);
}

#front-contents #know-group .bn .bn-inner.box03 .img-box .remove {
  background-image: url(../img/top/know-bn-ph03.jpg);
}

#front-contents #know-group .bn .slick-arw {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 35px;
  background-size: contain;
  background-position: center;
  background-image: url(../img/common/slick-arw.svg);
}

#front-contents #know-group .bn .slick-arw.prev-arrow {
  -webkit-transform: translate(-180%, -50%);
  transform: translate(-180%, -50%);
  left: 0;
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .bn .slick-arw.prev-arrow {
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
  }
}

#front-contents #know-group .bn .slick-arw.next-arrow {
  -webkit-transform: translate(180%, -50%) scale(-1, 1);
  transform: translate(180%, -50%) scale(-1, 1);
  right: 0;
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .bn .slick-arw.next-arrow {
    -webkit-transform: translate(150%, -50%) scale(-1, 1);
    transform: translate(150%, -50%) scale(-1, 1);
  }
}

@media screen and (max-width: 767px) {
  #front-contents #know-group .bn .slick-arw {
    width: 13px;
    height: 25px;
  }
}

#front-contents #service .gray-bg {
  background-color: #eaeaea;
  padding: 30px;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  position: relative;
}

#front-contents #service .gray-bg:after {
  content: "";
  position: absolute;
  width: 98px;
  height: 98px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 30px;
  top: 30px;
}

@media screen and (max-width: 767px) {
  #front-contents #service .gray-bg:after {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  #front-contents #service .gray-bg {
    padding: 30px 15px;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

@media screen and (max-width: 767px) {
  #front-contents #service .gray-bg .icon {
    width: 50px;
    margin: 0 auto 10px;
  }
}

#front-contents #service .gray-bg h3 .ja {
  letter-spacing: 0.4em;
  margin-left: .4em;
}

@media screen and (max-width: 767px) {
  #front-contents #service .gray-bg .btn-org {
    margin-top: 10px;
  }
}

#front-contents #service .box01 .gray-bg:after {
  background-image: url(../img/top/num-01.png);
}

#front-contents #service .box02 .gray-bg:after {
  background-image: url(../img/top/num-02.png);
}

#front-contents #service .box03 .gray-bg:after {
  background-image: url(../img/top/num-03.png);
}

#front-contents #service .box04 .gray-bg:after {
  background-image: url(../img/top/num-04.png);
}

#front-contents #service .box05 .gray-bg:after {
  background-image: url(../img/top/num-05.png);
}

#front-contents #service .box06 .gray-bg:after {
  background-image: url(../img/top/num-06.png);
}

#front-contents #service .box07 .gray-bg:after {
  background-image: url(../img/top/num-07.png);
}

#front-contents #spacial .number {
  background-image: url(../img/top/spacial_bg01.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

#front-contents #spacial .zurashi {
  padding: 60px;
  background-color: #fff;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

#front-contents #spacial .zurashi h2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#front-contents #spacial .zurashi h2 .eng {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  #front-contents #spacial .zurashi {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
    padding: 30px 15px;
  }
}

#front-contents #recruit {
  background-image: url(../img/top/recruit-bg.jpg);
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #front-contents #recruit {
    background-position: top right;
    background-size: 100% auto;
  }
}

#front-contents #recruit p {
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  #front-contents #recruit .box {
    padding-top: 30%;
  }
}

/******************************************************************************************************
 * Footer
 *****************************************************************************************************/
.foot-block {
  background-color: #eaeaea;
}

.foot-block .tab-wrap {
  background-color: #fff;
}

.foot-block .tab-wrap .tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.foot-block .tab-wrap .tab-head>.tab-head-part {
  width: calc(100% / 3);
  border-bottom: solid 1px #24743e;
  color: #24743e;
  padding: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .foot-block .tab-wrap .tab-head>.tab-head-part {
    padding: 15px;
  }
}

.foot-block .tab-wrap .tab-head>.tab-head-part:hover {
  cursor: pointer;
}

.foot-block .tab-wrap .tab-head>.tab-head-part.active {
  background-color: #24743e;
}

.foot-block .tab-wrap .tab-head>.tab-head-part.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #24743e transparent transparent transparent;
}

.foot-block .tab-wrap .tab-head>.tab-head-part.active h3 {
  color: #fff !important;
}

.foot-block .tab-wrap .tab-head>.tab-head-part+.tab-head-part {
  border-left: solid 1px #24743e;
}

.foot-block .tab-wrap .tab-content {
  padding: 60px;
  display: none;
}

@media screen and (max-width: 767px) {
  .foot-block .tab-wrap .tab-content {
    padding: 30px 15px;
  }
}

.foot-block .tab-wrap .tab-content.show {
  display: block;
}

.foot-block .tab-wrap .tab-content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.foot-block .tab-wrap .tab-content ul li {
  padding: 15px 35px;
}

@media screen and (max-width: 767px) {
  .foot-block .tab-wrap .tab-content ul li {
    width: 50%;
    padding: 15px 10px;
  }
}

.foot-block .tab-wrap .tab-content ul li a {
  text-decoration: underline;
}

.foot-block .tab-wrap .tab-content ul li a:before {
  content: "＞";
}

footer {
  background-color: #eaeaea;
}

footer .foot-logo {
  width: 320px;
  background-color: #fff;
}

footer .foot-logo .remove {
  background-image: url(../img/common/logo.svg);
  padding-top: 17.12538226299694%;
}

@media screen and (max-width: 767px) {
  footer .foot-logo {
    width: 250px;
    margin: 0 auto;
  }
}

footer .right.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 767px) {
  footer .right.flex {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

footer .right a {
  border: solid 1px #24743e;
  padding: 10px 30px;
  text-align: center;
  display: block;
  color: #24743e;
  margin: 0 10px;
  max-width: 260px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  footer .right a {
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
  }
}

footer .right a:last-of-type {
  position: relative;
}

footer .right a:last-of-type:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../img/common/right-arw.svg);
  background-size: contain;
}

.cv-wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  border-top: solid 1px #fff;
}

.cv-wrap>a {
  width: 50%;
  padding: 10px 20px;
}

.cv-wrap>a>img {
  width: auto;
  height: 25px;
  margin: 0 auto;
}

.cv-wrap>a:first-of-type {
  background-color: #2e7440;
  border-right: solid 1px #fff;
}

.cv-wrap>a:last-of-type {
  background-color: #3f7fb7;
}

@media screen and (min-width: 768px) {
  .cv-wrap {
    width: auto;
    height: auto;
    display: block;
    left: auto;
    right: -1px;
    bottom: auto;
    top: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }

  .cv-wrap>a {
    padding: 30px 15px;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .cv-wrap>a>img {
    width: 28px;
    height: auto;
  }

  .cv-wrap>a:last-of-type {
    margin-top: 30px;
  }
}

/******************************************************************************************************
 * Company
 *****************************************************************************************************/
.company-common .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .company-common .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.company-common .inner {
  width: 16%;
  padding: 30px 10px;
  border-left: solid 1px #33440b;
}

@media screen and (max-width: 767px) {
  .company-common .inner {
    width: calc(100% / 3);
    margin-bottom: 10px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .company-common .inner:nth-of-type(3) {
    border-right: solid 1px #33440b;
  }
}

.company-common .inner .icon {
  width: 80px;
  height: 80px;
  border: solid 1px #24743e;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 auto;
}

.company-common .inner .icon path {
  fill: #24743e;
}

.company-common .inner h3 {
  color: #24743e;
}

.company-common .inner:last-of-type {
  border-right: solid 1px #33440b;
}

.company-common .inner:hover {
  background-color: #24743e;
}

.company-common .inner:hover .icon {
  border: solid 1px #fff;
  background-color: transparent;
}

.company-common .inner:hover path {
  fill: #fff;
}

.company-common .inner:hover h3 {
  color: #fff;
}

#company-contents .box {
  margin-top: 30px;
}

#company-contents .box .under-img {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

#company-contents .box .under-img .icon {
  width: 80px;
  height: 80px;
  border: solid 1px #24743e;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 auto;
}

#company-contents .box .under-img .icon path {
  fill: #24743e;
}

#company-contents .box .under-img h3 {
  color: #24743e;
}

#company-contents .box:hover .icon {
  border: solid 1px #fff;
  background-color: #24743e;
}

#company-contents .box:hover .icon path {
  fill: #fff;
}

#company-contents .box:hover h3 {
  text-decoration: underline;
}

#aboutus-contents table th,
#aboutus-contents table td {
  padding: 20px;
  border-top: solid 1px #33440b;
  border-bottom: solid 1px #33440b;
}

#aboutus-contents table th {
  color: #24743e;
}

#aboutus-contents #greed .image {
  padding-right: 30px;
  padding-bottom: 30px;
  width: 550px;
  float: left;
}

@media screen and (max-width: 767px) {
  #aboutus-contents #greed .image {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-bottom: 15px;
  }
}

#aboutus-contents #about table {
  width: 100%;
  border-collapse: collapse;
}

#aboutus-contents #about table th {
  width: 200px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #aboutus-contents #about table th {
    width: 100%;
  }
}

#aboutus-contents #about table td ul {
  margin-left: 1em;
}

#aboutus-contents #organization .inner {
  padding: 45px;
  background-color: #f4f8f5;
}

@media screen and (max-width: 767px) {
  #aboutus-contents #organization .inner {
    padding: 15px;
  }
}

#aboutus-contents #history table,
#aboutus-contents #certificate table {
  width: 100%;
  border-collapse: collapse;
}

#aboutus-contents #history table .year,
#aboutus-contents #certificate table .year {
  padding-right: 20px;
  width: 200px;
}

#aboutus-contents #history table .year span,
#aboutus-contents #certificate table .year span {
  display: none;
  color: #333;
}

@media screen and (max-width: 767px) {

  #aboutus-contents #history table .year span,
  #aboutus-contents #certificate table .year span {
    display: inline;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {

  #aboutus-contents #history table .year,
  #aboutus-contents #certificate table .year {
    width: 100%;
    display: inline-block;
  }
}

#aboutus-contents #history table .month,
#aboutus-contents #certificate table .month {
  padding-right: 50px;
  width: 110px;
}

@media screen and (max-width: 767px) {

  #aboutus-contents #history table .month,
  #aboutus-contents #certificate table .month {
    width: 60%;
    display: inline-block;
  }
}

#aboutus-contents #certificate table th {
  width: 320px;
}

@media screen and (max-width: 767px) {

  #aboutus-contents table th,
  #aboutus-contents table td {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  #aboutus-contents table th {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-align: left !important;
  }

  #aboutus-contents table td {
    border-top: none !important;
    border-bottom: none !important;
    padding-top: 5px !important;
  }

  #aboutus-contents table .month {
    display: none;
  }
}

#group-contents h3 {
  color: #24743e;
}

@media screen and (max-width: 991px) {
  #group-contents .box .flex {
    display: block;
  }
}

#group-contents .midashi {
  padding: 35px 45px;
  border: solid 1px #33440b;
}

@media screen and (max-width: 767px) {
  #group-contents .midashi {
    padding: 15px;
  }
}

#group-contents .midashi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#group-contents .midashi ul li a {
  text-decoration: underline;
  margin: 15px;
  display: block;
  width: 260px;
}

@media screen and (max-width: 767px) {
  #group-contents .midashi ul li a {
    width: auto;
    margin: 5px 10px;
  }
}

#group-contents .midashi ul li a:before {
  content: "＞";
}

#group-contents table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 991px) {
  #group-contents table {
    margin-top: 30px;
  }
}

#group-contents table th,
#group-contents table td {
  padding: 20px 5px;
  border-top: solid 1px #24743e;
  border-bottom: solid 1px #24743e;
}

#group-contents table th a,
#group-contents table td a {
  color: #24743e;
  text-decoration: underline;
}

#group-contents table th {
  color: #24743e;
  text-align: center;
  width: 200px;
}

@media screen and (max-width: 767px) {

  #group-contents table th,
  #group-contents table td {
    padding: 10px 5px;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  #group-contents table th {
    border-bottom: none;
    padding-bottom: 0;
  }

  #group-contents table td {
    padding-top: 3px;
    border-top: none;
    border-bottom: none;
  }
}

#group-contents #history table {
  width: 100%;
  border-collapse: collapse;
}

#group-contents #history table .year {
  padding-right: 20px;
  width: 200px;
}

#group-contents #history table .year span {
  display: none;
  color: #333;
}

@media screen and (max-width: 767px) {
  #group-contents #history table .year span {
    display: inline;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  #group-contents #history table .year {
    width: 100%;
    display: inline-block;
  }
}

#group-contents #history table .month {
  padding-right: 50px;
  width: 110px;
}

@media screen and (max-width: 767px) {
  #group-contents #history table .month {
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {

  #group-contents #history table th,
  #group-contents #history table td {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  #group-contents #history table th {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-align: left !important;
  }

  #group-contents #history table td {
    border-top: none !important;
    border-bottom: none !important;
    padding-top: 5px !important;
  }

  #group-contents #history table .month {
    display: none;
  }
}

#access-contents .box-wrap {
  margin-top: 60px;
}

#access-contents .box-wrap:first-of-type {
  margin-top: 0;
}

#access-contents table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 991px) {
  #access-contents table.table01 {
    margin-top: 30px;
  }
}

#access-contents table th,
#access-contents table td {
  padding: 20px 5px;
  border-top: solid 1px #24743e;
  border-bottom: solid 1px #24743e;
}

#access-contents table th a,
#access-contents table td a {
  color: #24743e;
  text-decoration: underline;
}

#access-contents table th {
  color: #24743e;
  text-align: center;
  width: 200px;
}

@media screen and (max-width: 767px) {

  #access-contents table th,
  #access-contents table td {
    padding: 10px 5px;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }

  #access-contents table th {
    border-bottom: none;
    padding-bottom: 0;
  }

  #access-contents table td {
    padding-top: 3px;
    border-top: none;
    border-bottom: none;
  }
}

#access-contents table.table02 th {
  width: 40%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  #access-contents table.table02 th {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {

  #access-contents table table th,
  #access-contents table table td {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  #access-contents table table th {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-align: left !important;
  }

  #access-contents table table td {
    border-top: none !important;
    border-bottom: none !important;
    padding-top: 5px !important;
  }

  #access-contents table table .month {
    display: none;
  }
}

/******************************************************************************************************
 * Topics
 *****************************************************************************************************/
.side-menu>div {
  background-color: #EBF2EC;
  padding-bottom: 0 !important;
  margin-bottom: 30px;
}

.side-menu h3 {
  background-color: #24743e;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
}

.side-menu ul {
  padding: 10px 0;
}

.side-menu ul li {
  border-top: dotted 1px #73564F;
  padding: 10px 15px;
  list-style: none;
}

.side-menu ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  color: #33440b;
}

.side-menu ul li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "●";
  padding-right: 4px;
  font-size: 0.6em;
}

.side-menu ul li:first-of-type {
  margin-top: 0;
  border-top: none;
}

#blog-block .cat {
  background-color: #24743e;
  color: #fff;
  font-size: .8em;
  margin-left: 15px;
  padding: 5px;
}

#blog-block .cat a {
  color: #fff;
}

#gallery-contents .thumb {
  padding-top: 80%;
}

/******************************************************************************************************
 * Special
 *****************************************************************************************************/
#special-contents .fullscreen-wrapper {
  background-color: transparent;
}

#special-contents .foot-block {
  z-index: 4;
  position: relative;
}

#special-contents .fullscreen-wrapper {
  z-index: 1;
}

#special-contents #outline {
  z-index: 0;
}

#special-contents .fixed-bg {
  position: fixed;
  height: calc(100vh - 84px);
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/company/special/message-bg.jpg);
  background-size: cover;
  background-position: center top 0px;
}

@media screen and (max-width: 767px) {
  #special-contents .fixed-bg {
    height: calc(100vh - 48px);
    background-image: url(../img/company/special/message-bg-sp.jpg);
  }
}

#special-contents .breadcrumbs {
  position: relative;
  z-index: 1;
}

#special-contents .color-bg {
  position: relative;
}

#special-contents .color-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EFEFEF;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#special-contents .wide-xs {
  margin-left: -15px;
  margin-right: -15px;
}

#special-contents .container-huge {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#special-contents .container-huge .container-huge-inner {
  border-left: dotted 5px #fff;
  margin-left: 75px;
  margin-right: 75px;
  position: relative;
}

@media screen and (max-width: 1050px) {
  #special-contents .container-huge .container-huge-inner {
    margin-left: 0;
    margin-right: 0;
    border: none;
  }
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
  #special-contents .container-huge .container-huge-inner {
    margin-left: 15px;
    margin-right: 15px;
  }
}

#special-contents .container-huge .container-huge-inner:before {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(../img/company/special/y55-65.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  -webkit-transform: translateX(calc(-50% - 5px));
  transform: translateX(calc(-50% - 5px));
  z-index: 1;
}

@media screen and (max-width: 1050px) {
  #special-contents .container-huge .container-huge-inner:before {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80px;
    height: 80px;
  }
}

#special-contents .container-huge .container-huge-inner:after {
  content: "";
  width: 300px;
  height: 1px;
  background-color: #33440b;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 0;
}

@media screen and (max-width: 1050px) {
  #special-contents .container-huge .container-huge-inner:after {
    width: 5px;
    height: 100%;
    border-left: dotted 5px #fff;
    background-color: transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#special-contents .container-huge .container-huge-inner.pb {
  padding-bottom: 60px;
}

@media screen and (max-width: 1050px) {
  #special-contents .container-huge .container-huge-inner.pb {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 1050px) {
  #special-contents .container-huge .container-huge-inner.inner02 .box {
    padding-top: 0;
  }
}

#special-contents .container-huge .container-huge-inner.inner03:before {
  background-image: url(../img/company/special/y66-75.svg);
}

#special-contents .container-huge .container-huge-inner.inner04:before {
  background-image: url(../img/company/special/y76-85.svg);
}

#special-contents .container-huge .container-huge-inner.inner05:before {
  background-image: url(../img/company/special/y86-95.svg);
}

#special-contents .container-huge .container-huge-inner.inner06:before {
  background-image: url(../img/company/special/y96-05.svg);
}

#special-contents .container-huge .container-huge-inner.inner07:before {
  background-image: url(../img/company/special/y06-15.svg);
}

#special-contents .container-huge .container-huge-inner.inner08:before {
  background-image: url(../img/company/special/y16-19.svg);
}

#special-contents .container-huge .box {
  background-color: #fff;
  padding: 5%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1050px) {
  #special-contents .container-huge .box {
    padding: 15px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 1050px) {
  #special-contents .container-huge .box.box02 {
    padding-top: 0;
  }
}

@media screen and (max-width: 1500px) {
  #special-contents .container-huge .container {
    width: 970px;
  }
}

@media screen and (max-width: 1250px) {
  #special-contents .container-huge .container {
    width: 768px;
  }
}

@media screen and (max-width: 1050px) {
  #special-contents .container-huge .container {
    width: calc(100%);
  }
}

#special-contents .container-huge.not-num .container-huge-inner:before,
#special-contents .container-huge.not-num .container-huge-inner:after {
  content: none;
}

#special-contents #message {
  position: relative;
}

#special-contents #message:after {
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  width: 100%;
  height: 200%;
  display: block;
  left: 0;
  top: 0;
}

#special-contents #message h2 {
  color: #33440B;
  line-height: 2.5;
  padding-top: 12vw;
  padding-bottom: 12vw;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  #special-contents #message h2 {
    padding-bottom: 22vw;
  }
}

#special-contents #message .box {
  padding: 5%;
  padding-bottom: 0;
}

@media screen and (max-width: 1050px) {
  #special-contents #message .box {
    padding: 15px;
    padding-top: 60px;
  }
}

/******************************************************************************************************
 * interview
 *****************************************************************************************************/
#interview_fv {
  background-color: #E0EAE2;
  position: relative;
}

@media screen and (max-width: 767px) {
  #interview_fv {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#interview_fv .left {
  width: 45%;
  position: relative;
  z-index: 1;
  padding-bottom: 5%;
}

@media screen and (max-width: 767px) {
  #interview_fv .left {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #interview_fv .left .block-box {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

#interview_fv .left .theme {
  line-height: 1.5;
  letter-spacing: 0.2em;
}

#interview_fv .left .base-info {
  line-height: 2;
}

#interview_fv .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #interview_fv .right {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}

#interview_fv .right .remove {
  height: 100%;
}

@media screen and (max-width: 767px) {
  #interview_fv .right .remove {
    height: auto;
    padding-top: 46.74868189806678%;
  }
}

#questions dl dt,
#questions dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#questions dl dt .number,
#questions dl dt .left,
#questions dl dd .number,
#questions dl dd .left {
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {

  #questions dl dt .number,
  #questions dl dt .left,
  #questions dl dd .number,
  #questions dl dd .left {
    width: 40px;
  }
}

#questions dl dt {
  border-bottom: solid 1px #24743e;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#questions dl+dl {
  margin-top: 60px;
}

#interview-archive .theme {
  line-height: 1.5;
  letter-spacing: 0.2em;
}

#interview-archive .img-wrap .remove {
  padding-top: 65.84615384615385%;
}

/******************************************************************************************************
 * recruit
 *****************************************************************************************************/
#recruit-contents .fullscreen-wrapper {
  background-image: url(../img/recruit/fv.jpg);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
  background-position: center;
}

#recruit-contents .fullscreen-wrapper .block-box {
  padding-bottom: 54vh;
}

#recruit-contents .fullscreen-wrapper .block-box h2 {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #recruit-contents .fullscreen-wrapper .block-box {
    padding-bottom: 30vh;
    padding-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  #recruit-contents .fullscreen-wrapper {
    width: 750px;
  }
}

@media screen and (min-width: 992px) {
  #recruit-contents .fullscreen-wrapper {
    width: 970px;
  }
}

@media screen and (min-width: 1200px) {
  #recruit-contents .fullscreen-wrapper {
    width: 1170px;
  }
}

#recruit-contents #gallery-block {
  background-color: #EDEDED;
}

#recruit-contents #numbers .inner {
  padding: 30px;
}

#recruit-contents #numbers .box+.box {
  border-left: solid 1px #333300;
}

@media screen and (max-width: 767px) {
  #recruit-contents #numbers .box+.box {
    border-left: none;
  }
}

#recruit-contents #recruit-block {
  background-image: url(../img/recruit/recruit-bg.jpg);
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #recruit-contents #recruit-block {
    background-position: top right;
    background-size: 100% auto;
  }
}

#recruit-contents #recruit-block p {
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  #recruit-contents #recruit-block .box {
    padding-top: 56%;
  }
}

#recruit-contents #recruit-block .btn-org {
  background-color: #24743e;
}

#recruit-contents #recruit-block .btn-org:hover {
  color: #24743e;
  background-color: #fff;
  border: solid 1px #24743e;
}

/******************************************************************************************************
 * recruit
 *****************************************************************************************************/
@-webkit-keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  49% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

@keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  49% {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
}

@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }

  49% {
    visibility: hidden;
  }

  50% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@keyframes animate-content {
  0% {
    visibility: hidden;
  }

  49% {
    visibility: hidden;
  }

  50% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

.mask_wrap {
  display: inline-block;
}

.mask_wrap .mask_inner {
  position: relative;
  visibility: hidden;
}

.mask_wrap .mask_inner::after {
  content: "";
  background: #24743e;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
}

.mask_wrap .mask_inner.start {
  -webkit-animation-name: animate-content;
  animation-name: animate-content;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mask_wrap .mask_inner.start::after {
  -webkit-animation-name: animate-panel;
  animation-name: animate-panel;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#numbers-contents .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#numbers-contents .wrap .box {
  width: calc(100% / 3);
  padding: 30px 15px;
}

@media screen and (min-width: 768px) {
  #numbers-contents .wrap .box {
    border-bottom: solid 1px #333300;
  }

  #numbers-contents .wrap .box:nth-of-type(3n + 2) {
    border-left: solid 1px #333300;
    border-right: solid 1px #333300;
  }

  #numbers-contents .wrap .box:last-child {
    border-right: none !important;
  }

  #numbers-contents .wrap .box:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  #numbers-contents .wrap .box {
    width: calc(100% / 2);
    border-bottom: solid 1px #333300;
  }

  #numbers-contents .wrap .box:nth-of-type(2n) {
    border-left: solid 1px #333300;
  }

  #numbers-contents .wrap .box:last-child {
    border-bottom: none;
  }
}

#numbers-contents .wrap .box .txt-wrap,
#numbers-contents .wrap .box .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
}

@media screen and (max-width: 767px) {

  #numbers-contents .wrap .box .txt-wrap,
  #numbers-contents .wrap .box .img-wrap {
    height: 90px;
  }
}

#numbers-contents .wrap .box .img-wrap {
  max-width: 320px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: .8s;
  transition: .8s;
}

#numbers-contents .wrap .box .img-wrap>img {
  height: 100%;
}

#numbers-contents .wrap .box .img-wrap.action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/******************************************************************************************************
 * entry
 *****************************************************************************************************/
#entry-contents #guide .btn-border {
  width: 100%;
}

#entry-contents #flow .step {
  border: solid 1px #24743e;
  padding: 20px 15px;
  margin-bottom: 60px;
  position: relative;
}

#entry-contents #flow .step:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  bottom: -30%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  background-image: url(../img/common/btn-border-arw.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#entry-contents #flow .step.last {
  background-color: #24743e;
}

#entry-contents #flow .step.last:after {
  content: none;
}

#entry-contents #requirement {
  background-image: url(../img/recruit/entry/requirement-bg.jpg);
  background-size: cover;
  background-position: center;
}

#entry-contents #requirement .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#entry-contents #requirement .tab {
  text-align: center;
  color: #24743e;
  border: solid 1px #24743e;
  padding: 30px 15px;
  width: 50%;
  background-color: #fff;
}

#entry-contents #requirement .tab.tactive {
  background-color: #24743e;
  color: #fff;
  position: relative;
}

#entry-contents #requirement .tab.tactive:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #24743e transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

#entry-contents #requirement .tab:hover {
  cursor: pointer;
}

#entry-contents #requirement .tab-contents {
  background-color: #fff;
  padding: 8%;
  display: none;
}

#entry-contents #requirement .tab-contents .tab-content-r {
  margin-bottom: 4px;
}

#entry-contents #requirement .tab-contents .tab-content-r .tab-content-title {
  background-color: #24743e;
  padding: 15px 30px;
}

#entry-contents #requirement .tab-contents .tab-content-r .tab-content-title:hover {
  cursor: pointer;
}

#entry-contents #requirement .tab-contents .tab-content-r table {
  width: 100%;
  border-collapse: collapse;
  display: none;
}

#entry-contents #requirement .tab-contents .tab-content-r table th,
#entry-contents #requirement .tab-contents .tab-content-r table td {
  padding: 15px;
  border-top: solid 1px #33440B;
}

#entry-contents #requirement .tab-contents .tab-content-r table th {
  text-align: center;
  color: #24743e;
}

#entry-contents #requirement .tab-contents .tab-content-r table tr:last-of-type th,
#entry-contents #requirement .tab-contents .tab-content-r table tr:last-of-type td {
  margin-bottom: 30px;
}

#entry-contents #requirement .tab-contents .tab-content-r table .jump {
  margin-bottom: 45px;
}

#entry-contents #requirement .tab-contents .tab-content-r table .jump a {
  color: #24743e;
  position: relative;
  padding-right: 20px;
}

#entry-contents #requirement .tab-contents .tab-content-r table .jump a:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(../img/recruit/entry/blank.svg);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#entry-contents #requirement .tab-contents.show {
  display: block;
}

#entry-form table {
  width: 100%;
  border-collapse: collapse;
}

#entry-form table th,
#entry-form table td {
  padding: 15px;
  border-top: solid 1px #33440B;
}

#entry-form table th {
  text-align: center;
  color: #24743e;
  position: relative;
  width: 240px;
  padding-right: 55px;
}

#entry-form table th .hissu {
  background-color: #24743e;
  color: #fff;
  position: absolute;
  font-size: .6em;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 40px;
}

#entry-form .next-btn {
  border: solid 1px #24743e;
  color: #24743e;
  padding: 10px 40px;
  position: relative;
  background-color: #fff;
}

#entry-form .next-btn:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/common/btn-border-arw.svg);
  -webkit-transition: .3s;
  transition: .3s;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#entry-form .next-btn input {
  background-color: transparent;
  border: none;
}

.form-box label:not(.except-xs) {
  width: 300px;
}

.form-box label:not(.except-xs) input[type="text"],
.form-box label:not(.except-xs) input[type="tel"],
.form-box label:not(.except-xs) input[type="password"],
.form-box label:not(.except-xs) input[type="file"] {
  width: 100%;
}

.form-box label:not(.except-xs) textarea {
  width: 400px;
}

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

** form
==================================================*/
.inherit-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .inherit-sp {
    display: inherit;
  }
}

.step-box {
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: -.40em;
  letter-spacing: -1em;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.step-box+.warning {
  margin-top: 40px;
  color: #DA3828;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .step-box+.warning {
    margin-top: 20px;
    text-align: left;
  }
}

.step-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32%;
  text-align: center;
  line-height: 70px;
  white-space: nowrap;
  letter-spacing: normal;
  vertical-align: middle;
  background-color: #E7F5FC;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .step-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 11px;
  }
}

@media screen and (max-width: 767px) {
  .step-item .step-ol {
    display: inline-block;
    padding-bottom: 3px;
  }
}

.active .step-item+.step-item.active::before,
.active .step-item+.step-item:not(.active)::before {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 30px;
  border-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.step-item:not(.active) {
  color: #3E3A39;
}

.step-item:not(.active)+.step-item:not(.active)::before,
.step-item:not(.active)+.step-item:not(.active)::after {
  position: absolute;
  left: 30px;
  display: block;
  height: 100%;
  border-left: solid 2px #fff;
  content: "";
}

.step-item:not(.active)+.step-item:not(.active)::before {
  bottom: 48.5%;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-40.5deg);
  transform: rotate(-40.5deg);
}

.step-item:not(.active)+.step-item:not(.active)::after {
  top: 48.5%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(40.5deg);
  transform: rotate(40.5deg);
}

.step-item:not(.active)+.step-item.active::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 30px;
  border-color: transparent;
  border-left-color: #E7F5FC;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.step-item.active {
  color: #FFFFFF;
  background-color: #0097E0;
}

.step-item.active+.step-item::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 30px;
  border-color: transparent;
  border-left-color: #0097E0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.step-item:not(.step-1) {
  padding-left: 30px;
}

.step-item.step-2 {
  width: 36%;
}

.step-ol {
  line-height: 1;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .step-ol {
    margin-right: 0;
  }
}

.step-item:not(.active) .step-ol {
  color: #0097E0;
}

.step-txt {
  line-height: 1;
}

.form-guide {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.8em;
  text-align: left;
}

.form-guide a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .form-guide {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="file"] {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark-color(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  text-align: start;
  background-color: -internal-light-dark-color(white, #3b3b3b);
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 2px;
  border: solid 1px #3E3A39;
}

input,
select {
  height: 34px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="file"],
textarea,
select {
  font-size: 16px;
  padding: 3px;
  border: solid 1px #ccc;
  border-radius: 2px;
  background: #fff;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="file"] {
  width: 60%;
  padding: 3px 3px 2px;
}

@media screen and (max-width: 767px) {
  input[type="text"] {
    width: 100%;
  }
}

/* input.zip1[name="your_tel_1"] {
    width: 10%;
    @include max(sm) {
        width: 50px;
    }
}
input.zip2[name="your_tel_2"],
input.zip2[name="your_tel_3"] {
    width: 15%;
    @include max(sm) {
        width: 70px;
    }
} */
textarea {
  width: 100%;
  height: 230px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  textarea {
    height: 160px;
  }
}

button {
  -webkit-appearance: button;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark-color(buttontext, #aaaaaa);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: default;
  background-color: -internal-light-dark-color(#efefef, #4a4a4a);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0em;
  font: 400 13.3333px Arial;
  padding: 1px 6px;
  border: solid 1px #bbb;
  border-radius: 2px;
}

input[type="radio"],
input[type="checkbox"] {
  height: 16px !important;
  width: 16px !important;
  margin: 0 5px 0 0 !important;
  vertical-align: baseline;
}

.address-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .address-control {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.address-control+.address-control {
  margin-top: 6px;
}

.address-control label {
  display: inline;
  width: calc(100% - 137px);
}

@media screen and (max-width: 767px) {
  .address-control label {
    width: 100%;
  }
}

.address-control .inner-label {
  display: inline-block;
  width: 130px;
  color: #fff;
  font-size: 0.9375em;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  border-radius: 3px;
  padding: 11px 0;
  margin-right: 7px;
  background: #00953C;
}

@media screen and (max-width: 767px) {
  .address-control .inner-label {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.address-control:nth-child(1) .except-xs {
  width: auto;
  margin-right: 6px;
}

.address-control:nth-child(1) .except-xs+.except-xs {
  margin-left: 6px;
  margin-right: 0;
}

.address-control input[name="your_address"] {
  width: calc((100% - 94px) * 0.6);
}

@media screen and (max-width: 767px) {
  .address-control input[name="your_address"] {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  input.hasDatepicker {
    width: 60%;
  }
}

input.zip1 {
  width: 60px;
}

@media screen and (max-width: 767px) {
  input.zip1 {
    width: 50px;
  }
}

input.zip2 {
  width: 90px;
}

@media screen and (max-width: 767px) {
  input.zip2 {
    width: 70px;
  }
}

.zip-btn {
  position: relative;
  display: inline-block;
  color: #3E3A39;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  padding: 0 18px;
  background-color: #E1EFEE;
  border-radius: 4px;
  border: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.ui-datepicker-trigger {
  margin-left: 10px;
}

.send_button {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0 0 30px;
  text-align: center;
  letter-spacing: .04em;
}

@media screen and (max-width: 767px) {
  .send_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.send_button .btn-form {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .send_button .btn-form {
    padding: 5px;
  }
}

.send_button .more {
  padding: 0;
  width: 280px;
  max-width: 100%;
}

.send_button .more>*::after {
  right: 20px;
}

.send_button .btn a.fair-button {
  background-color: #3E3A39;
}

.send_button .btn+.btn {
  margin-left: 10px !important;
}

@media screen and (max-width: 767px) {
  .send_button .btn+.btn {
    margin-left: 0 !important;
    margin-top: 16px !important;
  }
}

.send_button .btn-inner {
  padding: 0 !important;
  margin: 0;
}

.send_button .btn-inner::before {
  z-index: 999;
}

.send_button input,
.send_button .for-hover {
  width: 100%;
  height: 60px;
  height: 100%;
  font-size: 16px;
  padding: 20px;
  margin: 0;
  background-color: transparent;
  line-height: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .wrap.-contact {
    padding-bottom: 0;
  }
}

.step-box+.form-box {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .step-box+.form-box {
    margin-top: 60px;
  }
}

.form-table-m {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0px;
  margin: 0;
  border-top: 1px #e1e1dd solid;
  border-bottom: 1px #e1e1dd solid;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .form-table-m {
    border-top: none;
    border-bottom: none;
  }
}

.form-table tbody {
  /* border-top: 1px #e1e1dd solid;
    border-bottom: 1px #e1e1dd solid; */
}

.form-table-row:nth-child(n + 1) {
  border-top: 1px #e1e1dd solid;
}

@media screen and (max-width: 767px) {
  .form-table-row:nth-child(n + 1) {
    border-top: none;
  }
}

.form-table-ttl,
.form-table-txt {
  padding: 30px 20px;
}

@media screen and (max-width: 767px) {

  .form-table-ttl,
  .form-table-txt {
    font-size: 14px;
  }
}

.form-table-ttl {
  width: 24% !important;
  min-width: 270px !important;
  background-color: rgba(222, 222, 222, 0.26);
}

.form-table-ttl .need {
  display: block !important;
  margin-left: 10px;
  padding: 0px 7px;
  color: #fff;
  font-size: 0.78em;
  line-height: 2em;
  background-color: #DA3828;
}

@media screen and (max-width: 767px) {
  .form-table-ttl {
    padding: 10px;
  }

  .form-table-ttl .need {
    font-size: 10px;
  }
}

.form-table-txt {
  display: table-cell !important;
  width: 60% !important;
}

@media screen and (max-width: 767px) {
  .form-table-txt {
    padding: 20px 0;
  }
}

.form-table-txt .alert {
  color: #DA3828;
}

.form-table-txt .alert li {
  position: relative;
  padding-left: 20px;
  font-size: 0.875em;
}

.form-table-txt .alert li::before {
  content: '※';
  color: #DA3828;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  top: 50%;
}

@media screen and (max-width: 767px) {

  .form-table tbody,
  .form-table-row,
  .form-table-ttl,
  .form-table-txt {
    display: block !important;
    width: 100% !important;
  }
}

form .btn {
  margin: 0 !important;
}

.junk {
  border: 1px solid #333;
  padding: 4%;
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .junk {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .junk {
    max-width: 100%;
  }
}

.mw_wp_form input[type="file"] {
  border: none !important;
}

@media screen and (max-width: 767px) {
  .mw_wp_form input[type="file"] {
    width: 100%;
  }
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0;
}

.contact-page .return-btn {
  display: none;
}

.mw-wp-form_image img {
  width: 100%;
}

.success {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #008ED7;
  border-bottom: dotted 2px #FDDA00;
}

@media screen and (max-width: 767px) {
  .success {
    font-size: 21px;
  }
}

#contact_form .btn-org input {
  background-color: transparent;
  width: 100%;
  height: 100%;
}

#contact_form span.hissu {
  display: block;
  float: right;
  background-color: #ff322e;
  color: #fff;
  font-size: 0.75em;
  padding: 0 8px;
}

@media screen and (max-width: 767px) {
  #contact_form .tel-row td input {
    width: 25% !important;
  }
}

#entry-confirm-contents tr.mid {
  display: none;
}

#logistics-contents #characteristics .inner {
  background-color: #eef4f0;
  padding: 5%;
}

@media screen and (max-width: 767px) {
  #logistics-contents #characteristics .inner {
    padding: 15px;
  }
}

#logistics-contents #characteristics .inner h4 {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  #logistics-contents #characteristics .inner h4 {
    padding-top: 12px;
  }
}

#logistics-contents #example .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

#logistics-contents #example .inner .box {
  padding: 30px 15px;
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  #logistics-contents #example .inner .box {
    width: 50%;
  }
}

#logistics-contents #example .inner .box .image {
  position: relative;
  z-index: 1;
  text-align: center;
}

#logistics-contents #example .inner .box .image img {
  display: inline-block;
}

#logistics-contents #example .inner .box .image:before {
  content: "";
  width: 260px;
  height: 260px;
  background-color: #eef4f0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  #logistics-contents #example .inner .box .image:before {
    width: 130px;
    height: 130px;
  }
}

#logistics-contents #example .inner .box h4 {
  padding-top: 15px;
}

#service.common {
  background-color: #f6f6f6;
}

#service.common .image {
  padding: 0 20%;
}

#products.common .wrap {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  #products.common .wrap {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  #products.common .wrap h3 {
    padding-top: 15px;
  }
}

#products.common .inner {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  #products.common .inner {
    padding-top: 10px;
  }
}

#products.common .inner ul {
  padding: 0 15px;
  margin-left: 1.5em;
  margin-bottom: 0;
}

#products.common .inner ul li {
  color: #3e3a39;
}

#products.common .inner.txt {
  margin: 0;
}

#office.common table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #office.common table {
    margin-top: 30px;
  }
}

#office.common table th,
#office.common table td {
  padding: 30px 15px;
}

#office.common table th {
  color: #24743e;
  text-align: center;
  width: 110px;
  vertical-align: middle;
}

#office.common table tr th,
#office.common table tr td {
  border-top: solid 1px #33440b;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {

  #office.common table tr th,
  #office.common table tr td {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 767px) {
  #office.common table tr td {
    border-top: none;
    padding-top: 8px;
  }
}

#office.common table tr:last-of-type th,
#office.common table tr:last-of-type td {
  border-bottom: solid 1px #33440b;
}

@media screen and (max-width: 767px) {
  #office.common table tr:last-of-type th {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  #office.common table tr th {
    padding-bottom: 0;
  }
}

#caresupport-contents #cooperate {
  background-color: #f7f7f7;
}

#caresupport-contents #works {
  background-color: #eef4f0;
}

#building-contents #construction,
#building-contents #bridge,
#building-contents #setsubi,
#building-contents #gaiheki,
#building-contents #sasshi {
  background-color: #eef4f0;
}

#building-contents #construction .inner,
#building-contents #bridge .inner,
#building-contents #setsubi .inner,
#building-contents #gaiheki .inner,
#building-contents #sasshi .inner {
  background-color: #fff;
  padding: 5%;
}

@media screen and (max-width: 767px) {

  #building-contents #construction .inner,
  #building-contents #bridge .inner,
  #building-contents #setsubi .inner,
  #building-contents #gaiheki .inner,
  #building-contents #sasshi .inner {
    padding: 15px;
  }
}

#building-contents #construction .inner ul,
#building-contents #bridge .inner ul,
#building-contents #setsubi .inner ul,
#building-contents #gaiheki .inner ul,
#building-contents #sasshi .inner ul {
  margin-left: 1em;
}

#building-contents #construction .inner .wrap,
#building-contents #bridge .inner .wrap,
#building-contents #setsubi .inner .wrap,
#building-contents #gaiheki .inner .wrap,
#building-contents #sasshi .inner .wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {

  #building-contents #construction .inner .wrap,
  #building-contents #bridge .inner .wrap,
  #building-contents #setsubi .inner .wrap,
  #building-contents #gaiheki .inner .wrap,
  #building-contents #sasshi .inner .wrap {
    padding: 15px 15px 0;
  }
}

#building-contents #construction .inner .wrap ul,
#building-contents #bridge .inner .wrap ul,
#building-contents #setsubi .inner .wrap ul,
#building-contents #gaiheki .inner .wrap ul,
#building-contents #sasshi .inner .wrap ul {
  margin: 0 15px;
}

#building-contents .cv>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: solid 1px #24743e;
  padding: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #building-contents .cv>a {
    display: block;
    padding: 15px;
  }
}

#building-contents .cv>a .left,
#building-contents .cv>a .right {
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 767px) {

  #building-contents .cv>a .left,
  #building-contents .cv>a .right {
    width: 100%;
  }
}

#building-contents .cv>a .right {
  color: #24743e;
}

@media screen and (max-width: 767px) {
  #building-contents .cv>a .right {
    padding-top: 10px;
  }
}

#building-contents #bridge,
#building-contents #gaiheki {
  background-color: transparent;
}

#building-contents #bridge .inner,
#building-contents #gaiheki .inner {
  background-color: #eef4f0;
}

#building-contents #setsubi,
#building-contents #sasshi {
  background-color: #eef4f0;
}

#building-contents #setsubi .inner,
#building-contents #sasshi .inner {
  background-color: #fff;
}

#building-contents #gaiheki .inner {
  background-color: #fff;
}

#news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  #news ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    padding: 15px 0;
  }

  #news ul li+li {
    border-top: dotted 1px #333;
  }
}

#news ul li .txt {
  width: 100%;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  #news ul li .txt {
    margin-right: 0;
    margin-left: 15px;
  }
}

#news ul li .image {
  max-width: 150px;
}

@media screen and (max-width: 767px) {
  #news ul li .image {
    max-width: 80px;
  }
}

#news ul li a:hover {
  color: inherit;
  text-decoration: underline;
}

#gas-contents #service {
  background-color: #eef4f0;
}

#gas-contents #service h3 {
  line-height: 1.5;
}

#gas-contents #service p {
  line-height: 2;
}

#gas-contents #service .inner {
  background-color: #fff;
  padding: 5%;
}

@media screen and (max-width: 767px) {
  #gas-contents #service .inner {
    padding: 15px;
  }
}

#gas-contents #service .inner .change ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 1em;
}

#gas-contents #service .inner .change ul li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #gas-contents #service .inner .change ul li {
    width: 100%;
  }
}

#gas-contents #service .inner .change ul li.close-li {
  display: none;
}

#gas-contents #service .inner .change .btn-org:hover {
  cursor: pointer;
}

#gas-contents #service #area ul li {
  width: 20%;
}

@media screen and (max-width: 767px) {
  #gas-contents #service #area ul li {
    width: 50%;
  }
}

#gas-contents #service #maker ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 1em;
}

#gas-contents #service #maker ul li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #gas-contents #service #maker ul li {
    width: 100%;
  }
}

#gas-contents #flow .flow {
  border: solid 1px #33440b;
  padding: 5%;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #gas-contents #flow .flow {
    padding: 15px;
  }
}

#gas-contents #flow .flow:after {
  content: "";
  width: 21px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100% + 19px));
  transform: translate(-50%, calc(100% + 19px));
  background-image: url(../img/gas/flow-arw.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#gas-contents #flow .flow:last-of-type {
  margin-bottom: 0;
}

#gas-contents #flow .flow:last-of-type:after {
  content: none;
}

#gas-contents #faq dl dt {
  position: relative;
}

#gas-contents #faq dl dt:before {
  content: "Q1";
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}

@media screen and (max-width: 767px) {
  #gas-contents #faq dl dt:before {
    font-size: 1.2em;
  }
}

#gas-contents #faq dl dd {
  border-top: solid 1px #24743e;
  margin-top: 10px;
  padding-top: 15px;
}

#gas-contents #faq dl dt,
#gas-contents #faq dl dd {
  padding-left: 80px;
}

@media screen and (max-width: 767px) {

  #gas-contents #faq dl dt,
  #gas-contents #faq dl dd {
    padding-left: 40px;
  }
}

#gas-contents #faq dl.question01 dt:before {
  content: "Q1";
}

#gas-contents #faq dl.question02 dt:before {
  content: "Q2";
}

#gas-contents #faq dl.question03 dt:before {
  content: "Q3";
}

#gas-contents #faq dl.question04 dt:before {
  content: "Q4";
}

#gas-contents #faq dl.question05 dt:before {
  content: "Q5";
}

#gas-contents #faq dl.question06 dt:before {
  content: "Q6";
}

#gas-contents #faq dl.question07 dt:before {
  content: "Q7";
}

#gas-contents #hosyou {
  background-image: url(../img/gas/hosyou-bg.jpg);
  background-size: cover;
  background-position: center;
}

#gas-contents #hosyou .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  #gas-contents #hosyou .btns {
    display: block;
    margin: 0 auto;
  }
}

#gas-contents #hosyou .btns .left,
#gas-contents #hosyou .btns .right {
  width: calc(50% - 15px);
  margin: 0 15px;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {

  #gas-contents #hosyou .btns .left,
  #gas-contents #hosyou .btns .right {
    width: 100%;
    margin: 10px 0;
    padding: 8px;
  }
}

#gas-contents #hosyou .btns .left {
  background-color: #24743e;
}

#gas-contents #hosyou .btns .right {
  background-color: #2785ba;
}

#gas-contents #hosyou .inner {
  background-color: #fff;
  padding: 5% 0;
}

@media screen and (max-width: 767px) {
  #gas-contents #hosyou .inner {
    padding: 15px;
  }
}

#gas-contents #hosyou .inner h3 {
  text-align: center;
  color: #fff;
  background-color: #24743e;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}

#gas-contents #hosyou .inner h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #24743e transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

#gas-contents #hosyou .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  #gas-contents #hosyou .inner ul {
    margin-left: 0;
  }
}

#gas-contents #hosyou .inner ul li {
  margin-left: 2em;
}

#gas-contents #hosyou .inner .ul-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#gas-contents #hosyou .inner .ul-wrap ul {
  display: block;
  width: calc(50% - 2em);
}

@media screen and (max-width: 767px) {
  #gas-contents #hosyou .inner .ul-wrap ul {
    width: 100%;
    margin-bottom: 0;
  }
}

#reform-contents #flow .flow {
  border: solid 1px #33440b;
  padding: 5%;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #reform-contents #flow .flow {
    padding: 15px;
  }
}

#reform-contents #flow .flow:after {
  content: "";
  width: 21px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100% + 19px));
  transform: translate(-50%, calc(100% + 19px));
  background-image: url(../img/gas/flow-arw.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#reform-contents #flow .flow:last-of-type {
  margin-bottom: 0;
}

#reform-contents #flow .flow:last-of-type:after {
  content: none;
}

#reform-contents #reform-inner-works .work-box {
  text-align: center;
  background-color: #deeae2;
}

#reform-contents #reform-inner-works .work-box>img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 280px;
}

@media screen and (max-width: 767px) {
  #reform-contents #reform-inner-works .work-box>img {
    height: 200px;
  }
}

#works-archive .work-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}

#works-archive .work-box .before,
#works-archive .work-box .after {
  width: calc(50% - 50px);
  margin: 0 25px;
  background-color: #deeae2;
  text-align: center;
}

#works-archive .work-box .before>img,
#works-archive .work-box .after>img {
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

#materials-archive .img-wrap {
  text-align: center;
}

#materials-archive .img-wrap>img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

#works-contents .box .under-img .icon {
  width: 80px;
  height: 80px;
  border: solid 1px #24743e;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 auto;
  position: relative;
}

#works-contents .box .under-img h3 {
  color: #24743e;
}

#works-contents .box .under-img .icon path {
  fill: #24743e;
}

#works-contents .box .under-img {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

#works-contents .box:hover .icon path {
  fill: #fff;
}

#works-contents .box:hover .icon {
  border: solid 1px #fff;
  background-color: #24743e;
}

#works-contents .box svg {
  position: absolute;
  width: 80%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#works-contents .group-block .inner {
  border: solid 1px #33440b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #works-contents .group-block .inner {
    padding: 20px 15px;
  }
}

#works-contents .group-block .inner .box {
  width: 33%;
}

@media screen and (max-width: 767px) {
  #works-contents .group-block .inner .box {
    width: 100%;
  }
}

#works-contents .group-block .inner .box>a {
  display: block;
  position: relative;
  color: #33440b;
  padding-left: 1.2em;
  text-decoration: underline;
}

#works-contents .group-block .inner .box>a+a {
  margin-top: 6px;
}

#works-contents .group-block .inner .box>a:before {
  content: "＞";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*# sourceMappingURL=style-custom02.css.map */