@charset "UTF-8";
/* リキッドレイアウト対応 */
/*
	Theme Name: 京都通運
	Theme URI: https://kyoto-tsuun.com/
	Description: 京都通運公式サイトのテーマ
	Author: offer
	Author URI: https://offers.co.jp
	Version: 1.0.0
*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-weight: 400;
}

.is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
}

.is-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.is-mt {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media (max-width: 375px) {
  html {
    font-size: vw(375, 16);
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: vw(strip-unit(1440px), 16);
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/*hoge*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.7;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* reset */
body {
  background-color: #fff;
  color: #000;
}

main {
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  main {
    padding-top: 60px;
  }
}
main.home {
  overflow-x: hidden;
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  main.home {
    padding-top: 0;
  }
}
main.company {
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  main.company {
    padding-top: 60px;
  }
}
main.sub, main.hero {
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  main.sub, main.hero {
    padding-top: 60px;
  }
}

section h1, section h2, section h3 {
  font-family: "Bebas Neue", sans-serif;
}
section.main-section {
  max-width: 1440px;
  width: 100%;
}
section.sub-section {
  max-width: 1440px;
  width: 100%;
}

p.disclaimer {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  p.disclaimer {
    margin: 0;
    font-size: 2.7vw;
  }
}
p.disclaimer span {
  display: block;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  p.disclaimer span {
    font-size: 2.2vw;
  }
}
p.home-comment {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  p.home-comment {
    font-size: 4.5vw;
    text-align: left;
  }
}
p.before-discription {
  margin-bottom: 100px !important;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  p.before-discription {
    margin-bottom: 30px !important;
    font-size: 4.5vw;
    text-align: left;
  }
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.font-h {
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .font-h {
    font-size: 30px;
  }
}

.font-lll {
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  .font-lll {
    font-size: 26px;
  }
}

.font-ll {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .font-ll {
    font-size: 24px;
  }
}

.font-l {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .font-l {
    font-size: 22px;
  }
}

.font-mmm {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .font-mmm {
    font-size: 20px;
  }
}

.font-mm {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .font-mm {
    font-size: 18px;
  }
}

.font-m {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .font-m {
    font-size: 15px;
  }
}

.font-s {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .font-s {
    font-size: 13px;
  }
}

.font-ss {
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .font-ss {
    font-size: 11px;
  }
}

.font-sss {
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  .font-sss {
    font-size: 9px;
  }
}

.color-main {
  color: #0070BB;
}

.color-sub {
  color: #D20B28;
}

.swiper-button-prev,
.swiper-button-next {
  width: 35px !important;
  height: 35px !important;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev,
  .swiper-button-next {
    font-size: 22px;
  }
}

.swiper-button-prev {
  left: 210px !important;
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev {
    color: #fff !important;
    left: 0 !important;
  }
}

.swiper-button-next {
  right: 210px !important;
}
@media screen and (max-width: 1200px) {
  .swiper-button-next {
    color: #fff !important;
    right: 0 !important;
  }
}

section.column-container {
  margin: 100px auto;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 1200px) {
  section.column-container {
    margin: 50px auto !important;
    max-width: none;
    max-width: initial;
  }
}
section.column-container p.single-ti {
  color: #34814A;
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  section.column-container p.single-ti {
    font-size: 30px;
  }
}
section.column-container article.content-container {
  -ms-flex-preferred-size: 850px;
      flex-basis: 850px;
}
@media screen and (max-width: 1200px) {
  section.column-container article.content-container {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
}
section.column-container article.content-container div.single-ti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #E9F9D1;
}
@media screen and (max-width: 1200px) {
  section.column-container article.content-container div.single-ti {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.column-container article.content-container div.single-ti img {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  section.column-container article.content-container div.single-ti img {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    width: 100%;
  }
}
section.column-container article.content-container div.single-ti div.title-container {
  -ms-flex-preferred-size: 550px;
      flex-basis: 550px;
  padding: 20px 30px;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  section.column-container article.content-container div.single-ti div.title-container {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    padding: 10px 20px;
    font-size: 15px;
  }
}
section.column-container article.content-container div.title-news-container {
  color: #34814A;
  font-size: 28px;
  line-height: 1.2;
}
section.column-container article.content-container section.single-content {
  padding: 50px 0;
}
@media screen and (max-width: 1200px) {
  section.column-container article.content-container section.single-content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  section.column-container article.content-container section.single-content h2 {
    font-size: 18px;
  }
}
section.column-container article.content-container section.single-content p {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  section.column-container article.content-container section.single-content p {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
section.hero {
  margin: 0 auto;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1200px) {
  section.hero {
    height: 200px;
  }
}
section.hero img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  section.hero img {
    height: 200px;
  }
}
section.column-container {
  margin: 100px auto;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 1200px) {
  section.column-container {
    margin: 50px auto;
    max-width: none;
    max-width: initial;
  }
}
section.column-container div.column-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 50px auto 0;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  section.column-container div.column-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px auto 0;
    max-width: none;
    max-width: initial;
  }
}
section.column-container div.column-list-container {
  -ms-flex-preferred-size: 850px;
      flex-basis: 850px;
}
section.column-container div.column-list-container ul.column-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  section.column-container div.column-list-container ul.column-lists {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px 50px;
  }
}
section.column-container div.column-list-container li.column-single {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 3px 3px 5px #999;
          box-shadow: 3px 3px 5px #999;
}
@media screen and (max-width: 1200px) {
  section.column-container div.column-list-container li.column-single {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    margin-bottom: 20px;
  }
}
section.column-container div.column-list-container li.column-single:nth-child(odd) {
  margin-right: 25px;
}
@media screen and (max-width: 1200px) {
  section.column-container div.column-list-container li.column-single:nth-child(odd) {
    margin: 0;
    margin-bottom: 20px;
  }
}
section.column-container div.column-list-container li.column-single:nth-child(even) {
  margin-left: 25px;
}
@media screen and (max-width: 1200px) {
  section.column-container div.column-list-container li.column-single:nth-child(even) {
    margin: 0;
    margin-bottom: 20px;
  }
}
section.column-container div.column-list-container li.column-single img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  section.column-container div.column-list-container li.column-single img {
    height: 150px;
  }
}
section.column-container div.column-list-container li.column-single div.column-content {
  padding: 20px;
}
@media screen and (max-width: 1200px) {
  section.column-container div.column-list-container li.column-single div.column-content {
    font-size: 13px;
  }
}
section.column-container div.column-list-container li.column-single div.column-content time {
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  section.column-container div.column-list-container li.column-single div.column-content time {
    font-size: 13px;
  }
}
section.column-container div.column-list-container div.pager-content {
  margin: 50px 0;
}
section.column-container div.column-list-container div.pager-content div.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.column-container div.column-list-container div.pager-content div.nav-links a, section.column-container div.column-list-container div.pager-content div.nav-links span {
  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;
  margin: 10px;
  border: solid 1px #000;
  width: 35px;
  height: 45px;
  font-size: 18px;
}
section.column-container div.column-list-container div.pager-content div.nav-links a.current, section.column-container div.column-list-container div.pager-content div.nav-links span.current {
  color: #fff;
  background: #000;
}
section.column-container div.news-list-container {
  -ms-flex-preferred-size: 850px;
      flex-basis: 850px;
}
section.column-container div.news-list-container ul.news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #bbb;
  padding: 5px 16px;
  padding: 5px 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.column-container div.news-list-container ul.news-list li a:hover {
  background: #cbf7b9;
}
section.column-container div.news-list-container ul.news-list li a span.news-genre {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  color: #555;
  font-weight: bold;
}
section.column-container div.news-list-container ul.news-list li a span.news-genre-release {
  color: #34814A;
}
section.column-container div.news-list-container ul.news-list li a span.news-caption {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  padding: 0 0 0 20px;
}
section.column-container div.news-list-container ul.news-list li a span.news-link {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  text-align: right;
}
section.column-container div.news-list-container ul.news-list li a time {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #666;
  font-weight: bold;
  text-align: center;
}
section.column-container div.news-list-container div.pager-content {
  margin: 50px 0;
}
section.column-container div.news-list-container div.pager-content div.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.column-container div.news-list-container div.pager-content div.nav-links a, section.column-container div.news-list-container div.pager-content div.nav-links span {
  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;
  margin: 10px;
  border: solid 1px #000;
  width: 35px;
  height: 45px;
  font-size: 18px;
}
section.column-container div.news-list-container div.pager-content div.nav-links a.current, section.column-container div.news-list-container div.pager-content div.nav-links span.current {
  color: #fff;
  background: #000;
}
section.column-container aside {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  margin-left: 50px;
}
@media screen and (max-width: 1200px) {
  section.column-container aside {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    margin: 0;
    padding: 0 30px;
    width: 100%;
  }
}
section.column-container aside ul.category-lists {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 0;
}
section.column-container aside ul:last-child {
  border-top: none;
}
section.column-container aside ul li a {
  display: block;
  padding: 5px 5px;
}
section.column-container aside ul li a:hover {
  background: #eee;
}

div.bg-white {
  background-color: #fff;
}
div.bg-gray {
  background-color: #eee;
}
div.bg-green {
  background-color: #E9F9D1;
}
div.bg-environment {
  background-color: #34814A;
}
div.green-bg {
  background-image: url(./img/bg_green.svg);
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: cover;
}
div.green-max-bg {
  background-color: #34814A;
}
div.japan-bg {
  background-image: url(./img/japan-map.png);
  background-repeat: no-repeat;
  background-position: 70% 200px;
  background-size: 450px auto;
}
@media screen and (max-width: 1200px) {
  div.japan-bg {
    background-image: none;
  }
}

.normal-ti {
  color: #34814A;
  text-align: center;
}
h1.normal-ti {
  margin-top: 100px;
  font-size: 56px;
}
@media screen and (max-width: 1200px) {
  h1.normal-ti {
    margin-top: 50px;
    font-size: 30px;
  }
}

h2.normal-ti {
  margin-bottom: 50px;
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  h2.normal-ti {
    margin-bottom: 20px;
  }
}

.normal-ti-extra {
  font-size: 40px !important;
}
@media screen and (max-width: 1200px) {
  .normal-ti-extra {
    font-size: 24px !important;
  }
}
.normal-ti-underline {
  text-decoration: underline !important;
}
.normal-ti-upper {
  text-transform: uppercase;
}
.normal-ti-group-h2 {
  color: #000;
  margin: 0 auto;
  border-bottom: solid 2px #34814A;
  width: 100%;
  max-width: 1100px;
  font-size: 24px !important;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .normal-ti-group-h2 {
    margin-top: 30px;
    border-bottom: solid 1px #34814A;
    padding: 0 8vw;
    font-size: 20px !important;
  }
}
.normal-ti-group-h3 {
  color: #34814A;
  margin-bottom: 30px;
  font-size: 28px !important;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .normal-ti-group-h3 {
    margin-bottom: 10px;
    font-size: 22px !important;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

.co-white {
  color: #fff;
}

div.hero {
  margin: 0 auto;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1200px) {
  div.hero {
    height: 200px;
  }
}
div.hero img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  div.hero img {
    height: 200px;
  }
}

section.company-container {
  margin: 0 auto;
  width: 100%;
}
section.company-container h2.csr-gradation-ti {
  color: #fff;
  background: #34814A;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  section.company-container h2.csr-gradation-ti {
    font-size: 21px;
  }
}
section.company-container h2.second-ti {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  section.company-container h2.second-ti {
    margin: 0;
  }
}
section.history-lists {
  margin: 0 auto;
  padding: 0 0 200px;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  section.history-lists {
    padding: 0 8vw 100px;
    max-width: none;
    max-width: initial;
  }
}
section.history-lists dl.history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 100px 0;
}
@media screen and (max-width: 1200px) {
  section.history-lists dl.history-list {
    margin: 50px 0 0;
  }
}
section.history-lists dl.history-list dt, section.history-lists dl.history-list dd {
  border-bottom: solid 2px #34814A;
  padding: 30px 0;
}
@media screen and (max-width: 1200px) {
  section.history-lists dl.history-list dt, section.history-lists dl.history-list dd {
    border-bottom: solid 1px #34814A;
    padding: 10px 0;
    font-size: 14px;
  }
}
section.history-lists dl.history-list dt {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  font-weight: bold;
}
section.history-lists dl.history-list dd {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
@media screen and (max-width: 1200px) {
  section.history-lists dl.history-list dd {
    padding-left: 4vw;
  }
}
section.greeting-sec {
  margin: 0 auto;
  padding: 0 0 100px;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  section.greeting-sec {
    padding: 0 8vw 50px;
    max-width: none;
    max-width: initial;
  }
}
section.greeting-sec p.president-message {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  section.greeting-sec p.president-message {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.8;
  }
}
section.greeting-sec p.president-name {
  font-size: 32px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  section.greeting-sec p.president-name {
    font-size: 22px;
  }
}
section.greeting-sec p.president-name span.company-name {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  section.greeting-sec p.president-name span.company-name {
    font-size: 22px;
  }
}
section.greeting-sec p.president-name span.small {
  margin-right: 30px;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  section.greeting-sec p.president-name span.small {
    margin-right: 20px;
    font-size: 15px;
  }
}
section.group-company {
  margin: 60px auto 40px;
  padding: 0 0 100px;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  section.group-company {
    margin: 0 auto 0;
    padding: 0 8vw 50px;
    max-width: none;
    max-width: initial;
  }
}
section.group-company p.group-slogan {
  color: #fff;
  background: #34814A;
  margin: 70px 0 0;
  padding: 10px 0;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  section.group-company p.group-slogan {
    margin: 30px 0 0;
    padding: 10px 4vw;
    font-size: 18px;
  }
}
section ul.branches-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 0;
}
@media screen and (max-width: 1200px) {
  section ul.branches-link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
}
section ul.branches-link li {
  color: #34814A;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  section ul.branches-link li {
    margin-bottom: 0;
    font-size: 18px;
  }
}
section.branches-lists {
  margin: 0 auto;
  padding: 0 0 100px;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  section.branches-lists {
    padding: 0 8vw 50px;
    max-width: none;
    max-width: initial;
  }
}
section.branches-lists ul.branches-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 100px;
}
@media screen and (max-width: 1200px) {
  section.branches-lists ul.branches-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 40px;
  }
}
section.branches-lists ul.branches-list li div {
  border-left: solid 8px #34814A;
  padding: 0 15px;
}
@media screen and (max-width: 1200px) {
  section.branches-lists ul.branches-list li div {
    margin-bottom: 20px;
    border-left: solid 4px #34814A;
  }
}
section.branches-lists ul.branches-list li div h2 {
  color: #34814A;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  section.branches-lists ul.branches-list li div h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1;
  }
}
section.branches-lists ul.branches-list li div address {
  font-style: normal;
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  section.branches-lists ul.branches-list li div address {
    font-size: 14px;
    line-height: 1.5;
  }
}
section.branches-lists ul.branches-list li iframe {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1200px) {
  section.branches-lists ul.branches-list li iframe {
    width: 100%;
    height: 200px;
  }
}
section.recruit-status {
  margin: 0 auto;
  padding: 0 0 50px;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  section.recruit-status {
    padding: 0 8vw 50px;
    max-width: none;
    max-width: initial;
  }
}
section.recruit-status div.jobstatus {
  margin: 30px 0;
}
@media screen and (max-width: 1200px) {
  section.recruit-status div.jobstatus {
    margin: 10px 0 30px;
  }
}
section.recruit-status p.jobtype {
  color: #34814A;
  font-size: 32px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  section.recruit-status p.jobtype {
    font-size: 24px;
  }
}
section.recruit-status p.jobstatus-text {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  section.recruit-status p.jobstatus-text {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
section.recruit-status figure.jobstatus-image img {
  width: 100%;
}
section.recruit-status figure.jobstatus-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
}
section.recruit-status figure.jobstatus-images img {
  width: 48%;
}
section.recruit-status table, section.recruit-status th, section.recruit-status td {
  border: solid 1px #34814A;
  border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
  section.recruit-status table, section.recruit-status th, section.recruit-status td {
    font-size: 14px;
  }
}
section.recruit-status table.recruit-table {
  margin: 0 auto;
  width: 100%;
}
section.recruit-status th {
  background-color: #cbf7b9;
  padding: 20px;
  width: 30%;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  section.recruit-status th {
    padding: 10px 2vw;
    width: 25%;
  }
}
section.recruit-status td {
  background-color: #fff;
  padding: 20px;
  width: 70%;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  section.recruit-status td {
    padding: 10px 2vw;
    width: 75%;
  }
}
section.recruit-status-second {
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  section.recruit-status-second {
    margin-top: 50px;
    padding: 0;
  }
}
section.csr-dataile {
  margin: 50px auto;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  section.csr-dataile {
    margin: 20px 0 0;
    padding: 0 8vw;
  }
}
section.csr-dataile h3.environment {
  color: #34814A;
  margin-bottom: 30px;
  font-size: 32px;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  section.csr-dataile h3.environment {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
section.csr-dataile h3.security {
  color: #FAC100;
  margin-top: 30px;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  section.csr-dataile h3.security {
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
  }
}
section.csr-dataile div.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1200px) {
  section.csr-dataile div.flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.csr-dataile div.flex-container .left-container p,
section.csr-dataile div.flex-container .right-container p {
  margin-bottom: 2vh;
}
section.csr-dataile div.flex-container .left-container img,
section.csr-dataile div.flex-container .right-container img {
  width: 100%;
}
section.csr-dataile div.flex-container .left-container {
  -ms-flex-preferred-size: 580px;
      flex-basis: 580px;
}
@media screen and (max-width: 1200px) {
  section.csr-dataile div.flex-container .left-container {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
}
section.csr-dataile div.flex-container .right-container {
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px;
}
@media screen and (max-width: 1200px) {
  section.csr-dataile div.flex-container .right-container {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
}
section.csr-dataile div.csr-signature {
  margin: 50px 0;
  padding-bottom: 100px;
  font-size: 20px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  section.csr-dataile div.csr-signature {
    margin: 20px 0 0;
    padding-bottom: 40px;
    font-size: 16px;
    text-align: left;
  }
}
section.csr-dataile div.csr-signature span.president-name {
  margin-left: 30px;
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  section.csr-dataile div.csr-signature span.president-name {
    font-size: 24px;
  }
}
section.csr-dataile ol {
  list-style: decimal;
  list-style-type: decimal;
  list-style-position: inside;
}
section.csr-dataile ol li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  section.csr-dataile ol li {
    margin: 0;
    font-size: 15px;
  }
}
section.csr-dataile ul.csr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0;
}
section.csr-dataile ul.csr-list li {
  display: block;
}
section.csr-dataile ul.csr-list li img {
  width: 100%;
}
section.csr-dataile section.security-sec {
  padding: 30px 0;
}
@media screen and (max-width: 1200px) {
  section.csr-dataile section.security-sec {
    padding: 10px 0;
  }
}
section.csr-dataile section.security-sec p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  section.csr-dataile section.security-sec p {
    margin-bottom: 10px;
  }
}
section.csr-dataile section.security-sec p.plan-of-action a {
  color: #0070BB;
  text-decoration: underline;
}
section.csr-dataile section.security-sec h4 {
  margin-bottom: 20px;
  font-size: 24px;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  section.csr-dataile section.security-sec h4 {
    font-size: 18px;
  }
}
section.csr-dataile section.personal-information dt {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  section.csr-dataile section.personal-information dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
section.csr-dataile section.personal-information dd {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  section.csr-dataile section.personal-information dd {
    margin-bottom: 30px;
    font-size: 13px;
  }
}
section.contact-sec {
  color: #fff;
  margin: 0 auto 0;
  padding-bottom: 100px;
  width: 100%;
  max-width: 800px;
}
section.contact-sec p.coution {
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  section.contact-sec p.coution {
    padding: 0 20px;
  }
}
section.contact-sec form.wpcf7-form p {
  margin: 0 0 20px;
}
@media screen and (max-width: 1200px) {
  section.contact-sec form.wpcf7-form p {
    padding: 0 20px;
  }
}
section.contact-sec form.wpcf7-form input[type=text], section.contact-sec form.wpcf7-form input[type=password], section.contact-sec form.wpcf7-form input[type=email], section.contact-sec form.wpcf7-form input[type=search], section.contact-sec form.wpcf7-form input[type=tel], section.contact-sec form.wpcf7-form input[type=url], section.contact-sec form.wpcf7-form input[type=number], section.contact-sec form.wpcf7-form input[type=date], section.contact-sec form.wpcf7-form input[type=time], section.contact-sec form.wpcf7-form input[type=datetime-local], section.contact-sec form.wpcf7-form input[type=month], section.contact-sec form.wpcf7-form input[type=week], section.contact-sec form.wpcf7-form input[type=color] {
  background: #fff;
  border: solid 0.5px #000;
  padding: 5px 10px;
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  section.contact-sec form.wpcf7-form input[type=text], section.contact-sec form.wpcf7-form input[type=password], section.contact-sec form.wpcf7-form input[type=email], section.contact-sec form.wpcf7-form input[type=search], section.contact-sec form.wpcf7-form input[type=tel], section.contact-sec form.wpcf7-form input[type=url], section.contact-sec form.wpcf7-form input[type=number], section.contact-sec form.wpcf7-form input[type=date], section.contact-sec form.wpcf7-form input[type=time], section.contact-sec form.wpcf7-form input[type=datetime-local], section.contact-sec form.wpcf7-form input[type=month], section.contact-sec form.wpcf7-form input[type=week], section.contact-sec form.wpcf7-form input[type=color] {
    width: 100%;
  }
}
section.contact-sec form.wpcf7-form textarea {
  background: #fff;
  border: solid 0.5px #000;
  padding: 5px;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  section.contact-sec form.wpcf7-form textarea {
    width: 100%;
  }
}
section.contact-sec form.wpcf7-form input[type=submit] {
  color: #000;
  background: #FAC100;
  border: solid 1px #000;
  padding: 10px 0;
  width: 200px;
}

div.sub-menu {
  margin: 50px auto;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  div.sub-menu {
    margin: 30px auto;
    padding: 0 8vw 0;
    max-width: none;
    max-width: initial;
  }
}
div.sub-menu ul.sub-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  div.sub-menu ul.sub-menu-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
div.sub-menu ul.sub-menu-btn li {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
}
@media screen and (max-width: 1200px) {
  div.sub-menu ul.sub-menu-btn li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 10px;
  }
}
div.sub-menu ul.sub-menu-btn li a {
  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;
  color: #34814A;
  background: #cbf7b9;
  border: solid 1px #34814A;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  div.sub-menu ul.sub-menu-btn li a {
    height: 40px;
    font-size: 15px;
  }
}
div.sub-menu ul.sub-menu-btn li a:hover {
  color: #cbf7b9;
  background: #5B9A57;
}
div.sub-menu ul.sub-menu-btn li a.current {
  color: #fff;
  background: #34814A;
}

h1.contact-ti {
  color: #fff;
  margin: 0;
  padding: 100px 0;
}
h1 small.csr-subti {
  display: block;
  font-size: 18px;
}

footer {
  background: #E9F9D1;
  padding: 0 0 15px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 0 0 15px;
  }
}
footer section.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 auto;
  padding: 100px 150px 10px;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 1200px) {
  footer section.footer-container {
    padding: 50px 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    max-width: initial;
  }
}
footer section.footer-container div.company-status {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  font-size: 18px;
}
footer section.footer-container div.company-status p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  footer section.footer-container div.company-status p {
    margin-bottom: 10px;
  }
}
footer section.footer-container div.company-status p img.footer-logo {
  width: 300px;
}
@media screen and (max-width: 1200px) {
  footer section.footer-container div.company-status p img.footer-logo {
    width: 200px;
  }
}
footer section.footer-container div.company-status p.legal-text {
  color: #34814A;
  font-weight: bold;
}
footer section.footer-container div.company-status address {
  margin-bottom: 50px;
  font-weight: bold;
  font-style: normal;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  footer section.footer-container div.company-status address {
    font-size: 13px;
  }
}
footer section.footer-container nav.footer-menu {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 1200px) {
  footer section.footer-container nav.footer-menu {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    width: 100%;
  }
}
footer section.footer-container nav.footer-menu ul.menu-primary {
  color: #34814A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 600px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  footer section.footer-container nav.footer-menu ul.menu-primary {
    margin: 10px 0;
    height: auto;
    height: initial;
    font-size: 15px;
  }
}
footer section.footer-container nav.footer-menu ul.menu-primary > li {
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  footer section.footer-container nav.footer-menu ul.menu-primary > li {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  footer section.footer-container nav.footer-menu ul.menu-primary > li a {
    padding: 10px 0;
  }
}
footer section.footer-container nav.footer-menu ul.menu-primary > li a:hover {
  color: #5B9A57;
  text-decoration: underline;
}
footer section.footer-container nav.footer-menu ul ul.menu-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: lighter;
}
footer section.footer-container nav.footer-menu ul ul.menu-sub > li {
  margin: 10px 0;
}
@media screen and (max-width: 1200px) {
  footer section.footer-container nav.footer-menu ul ul.menu-sub > li {
    margin: 0 0;
  }
}
footer small {
  display: block;
  text-align: center;
}

div#return-btn {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: -5vh;
  right: 5vw;
  -webkit-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
}
@media screen and (max-width: 1200px) {
  div#return-btn {
    bottom: -10vh;
  }
}
div#return-btn a {
  position: absolute;
  width: 100%;
  height: auto;
}
div.show {
  bottom: 6vh !important;
}

header {
  width: 100%;
}
header div.header-content {
  position: fixed;
  background: #E9F9D1;
  width: 100%;
  z-index: 1000;
}
header div div.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 1440px;
  height: 80px;
}
@media screen and (max-width: 1200px) {
  header div div.header-container {
    width: 100%;
    height: 60px;
  }
}
header div div h1 {
  width: 205px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  header div div h1 {
    margin-left: 10px;
  }
}

nav.main-menu {
  position: relative;
  color: #34814A;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  nav.main-menu {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: #fff;
    border-bottom: solid 1px #5B9A57;
    top: 100%;
    left: 100%;
    width: 100%;
    height: auto;
    height: initial;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 1200px) {
  nav.main-menu.active {
    left: 0;
  }
}
nav.main-menu ul.menu-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  nav.main-menu ul.menu-primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
nav.main-menu ul.menu-primary > li:last-child a {
  background: #FAC100;
}
nav.main-menu ul.menu-primary > li:last-child a:hover {
  background: #34814A;
}
@media screen and (max-width: 1200px) {
  nav.main-menu ul.menu-primary li {
    width: 100%;
  }
}
nav.main-menu ul.menu-primary li a {
  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: 160px;
  height: 80px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 1200px) {
  nav.main-menu ul.menu-primary li a {
    width: 100%;
    height: 60px;
  }
}
nav.main-menu ul.menu-primary li a:hover {
  color: #fff;
  background: #34814A;
}
nav.main-menu ul.menu-primary li ul.menu-sub, nav.main-menu ul.menu-primary li ul.sub-menu {
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(223, 229, 216, .9);
  left: 0;
  width: 100%;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, height 0.01s ease;
  transition: opacity 0.5s ease, height 0.01s ease;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  nav.main-menu ul.menu-primary li ul.menu-sub, nav.main-menu ul.menu-primary li ul.sub-menu {
    position: static;
    position: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
nav.main-menu ul.menu-primary li ul.menu-sub li a, nav.main-menu ul.menu-primary li ul.sub-menu li a {
  width: 200px;
  height: 60px;
}
@media screen and (max-width: 1200px) {
  nav.main-menu ul.menu-primary li ul.menu-sub li a, nav.main-menu ul.menu-primary li ul.sub-menu li a {
    width: 100%;
  }
}
nav.main-menu ul.menu-primary li ul.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  max-height: 1000px;
}
nav div.burger-menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  nav div.burger-menu {
    position: fixed;
    display: block;
    margin: 0.3rem 1rem 0 0;
    top: 15px;
    right: 0;
    z-index: 111;
  }
}
nav div.burger-menu .btn-trigger {
  position: relative;
  width: 40px;
  height: 22px;
  cursor: pointer;
}
nav div.burger-menu .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #aaa;
  border-radius: 0;
}
nav div.burger-menu .btn-trigger, nav div.burger-menu .btn-trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav div.burger-menu .btn-trigger span:nth-of-type(1) {
  top: 0;
}
nav div.burger-menu .btn-trigger span:nth-of-type(2) {
  top: 10px;
}
nav div.burger-menu .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
nav div.burger-menu #btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
nav div.burger-menu #btn01.active span:nth-of-type(2) {
  opacity: 0;
}
nav div.burger-menu #btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

main.home {
  position: relative;
  background-image: url(./img/bg-object01.png), url(./img/bg-object02.png);
  background-position: 5vw -850px, right -1300px;
  background-size: 500px auto, 800px auto;
  background-repeat: no-repeat, no-repeat;
}

section.mainsplide-bk {
  background: #ddd;
}
section.main-visual {
  position: relative;
  background: #999;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  section.main-visual {
    max-height: 250px;
  }
}
section.main-visual img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.sec-topread {
  margin: 0 auto;
  padding: 100px 0;
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 1200px) {
  section.sec-topread {
    padding: 20px 0;
  }
}
section.sec-topread p.read-text {
  margin: 0 auto;
  border: solid 2px #000;
  padding: 30px 50px;
  width: 550px;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  section.sec-topread p.read-text {
    background: #fff;
    border: solid 1px #000;
    padding: 4vw;
    width: 90%;
    font-size: 15px;
  }
}
section.sec-column {
  margin: 100px 0 100px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  section.sec-column {
    margin: 50px 0 50px;
  }
}
section.sec-column ul.column {
  padding: 0 100px;
}
section.sec-column ul.column li a {
  display: block;
  margin: 0 32px;
  margin: 0 2rem;
  -webkit-box-shadow: 0px 6px 4px #999;
          box-shadow: 0px 6px 4px #999;
}
section.sec-column ul.column li a img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.sec-column ul.column li a img:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
section.sec-column ul.column li a div {
  background: #fff;
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 112px;
}
section.sec-column ul.column li a div:hover {
  background: #eee;
}
section.sec-column ul.column li a div time {
  font-weight: bold;
  line-height: 1;
}
section.sec-column ul.column li a div h3 {
  font-size: 16px;
  font-weight: normal;
}
section.sec-information {
  margin: 100px 0;
}
section.sec-information div.bnr-container {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  max-width: 1440px;
  text-align: center;
}
section.sec-information div.bnr-container p {
  margin-bottom: 50px;
}
section.sec-information div.bnr-container p img {
  width: 1100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.sec-information div.bnr-container p img:hover {
  opacity: 0.7;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
section.sec-topics {
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  section.sec-topics {
    padding: 50px 0;
  }
}
section.sec-topics ul.topics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 960px;
}
@media screen and (max-width: 1200px) {
  section.sec-topics ul.topics-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
section.sec-topics ul.topics-list li {
  color: #fff;
  background: #34814A;
  width: 430px;
  height: 600px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  section.sec-topics ul.topics-list li {
    margin-bottom: 20px;
    width: 85%;
    height: auto;
    height: initial;
  }
}
section.sec-topics ul.topics-list li:hover {
  background: #5B9A57;
}
section.sec-topics ul.topics-list li:hover img {
  opacity: 0.7;
}
section.sec-topics ul.topics-list li img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  section.sec-topics ul.topics-list li img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.sec-topics ul.topics-list li div {
  padding: 25px;
}
@media screen and (max-width: 1200px) {
  section.sec-topics ul.topics-list li div {
    padding: 3vw;
  }
}
section.sec-topics ul.topics-list li div time {
  color: #ccc;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  section.sec-topics ul.topics-list li div time {
    font-size: 18px;
    line-height: 1;
  }
}
section.sec-topics ul.topics-list li div p {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  section.sec-topics ul.topics-list li div p {
    font-size: 15px;
  }
}
section.sec-business h2 {
  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;
  color: #fff;
  background: url(./img/bg-business.png) no-repeat center/cover;
  height: 300px;
}
@media screen and (max-width: 1200px) {
  section.sec-business h2 {
    height: 150px;
  }
}
section.sec-business section.business-list-container {
  padding: 100px 0 0;
}
@media screen and (max-width: 1200px) {
  section.sec-business section.business-list-container {
    padding: 50px 0 0;
  }
}
section.sec-business section.business-list-container ul.business-list {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  section.sec-business section.business-list-container ul.business-list {
    padding: 0 8vw;
    max-width: none;
    max-width: initial;
  }
}
section.sec-business section.business-list-container ul.business-list li.business-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  section.sec-business section.business-list-container ul.business-list li.business-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
section.sec-business section.business-list-container ul.business-list li.business-single img {
  width: 700px;
}
@media screen and (max-width: 1200px) {
  section.sec-business section.business-list-container ul.business-list li.business-single img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.sec-business section.business-list-container ul.business-list li.business-single div {
  width: 300px;
  padding: 15px 0 50px;
}
@media screen and (max-width: 1200px) {
  section.sec-business section.business-list-container ul.business-list li.business-single div {
    padding: 15px 0;
    width: 100%;
  }
}
section.sec-business section.business-list-container ul.business-list li.business-single div h3 {
  color: #34814A;
  margin-bottom: 30px;
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  section.sec-business section.business-list-container ul.business-list li.business-single div h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
section.sec-business section.business-list-container ul.business-list li.business-single div p {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  section.sec-business section.business-list-container ul.business-list li.business-single div p {
    margin-bottom: 30px;
  }
}
section.sec-business section.business-list-container div.business-btn {
  margin: 0 auto 100px;
  width: 1100px;
}
@media screen and (max-width: 1200px) {
  section.sec-business section.business-list-container div.business-btn {
    margin: 0 auto 50px;
    width: 100%;
  }
}
section.sec-pr {
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  section.sec-pr {
    padding: 50px 0;
  }
}
section.sec-pr iframe, section.sec-pr video {
  width: 800px;
  height: 450px;
}
@media screen and (max-width: 1200px) {
  section.sec-pr iframe, section.sec-pr video {
    width: 90%;
    height: auto;
  }
}
section.sec-inforemation {
  padding: 100px 0;
  margin: 0 auto;
  width: 900px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  section.sec-inforemation {
    padding: 50px 8vw;
    width: 100%;
  }
}
section.sec-inforemation img {
  width: 800px;
}
section.sec-environment {
  background-image: url(./img/environment-bk.png);
  background-repeat: no-repeat;
  background-position: right 40px;
  background-size: 500px;
  padding: 100px 0;
  margin: 0 auto;
  width: 1100px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  section.sec-environment {
    background-repeat: no-repeat;
    background-position: 95% 3%;
    background-size: 250px;
    padding: 150px 8vw 50px;
    width: 100%;
  }
}
section.sec-environment h2 {
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  section.sec-environment h2 {
    font-size: 30px;
  }
}
section.sec-environment p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  section.sec-environment p {
    font-size: 14px;
  }
}
section.sec-environment p:last-child {
  margin-bottom: 0;
}
section.sec-news {
  background: #fff;
  margin: 0 auto;
  padding: 100px 0;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  section.sec-news {
    padding: 50px 0;
    width: 100%;
    max-width: none;
    max-width: initial;
  }
}
section.sec-news ul.news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #bbb;
  padding: 5px 16px;
  padding: 5px 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  section.sec-news ul.news-list li a {
    display: block;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
section.sec-news ul.news-list li a:hover {
  background: #cbf7b9;
}
section.sec-news ul.news-list li a span.news-genre {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  color: #555;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  section.sec-news ul.news-list li a span.news-genre {
    display: block;
  }
}
section.sec-news ul.news-list li a span.news-genre-release {
  color: #34814A;
}
section.sec-news ul.news-list li a span.news-caption {
  -webkit-box-flex: 4.5;
      -ms-flex: 4.5;
          flex: 4.5;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1200px) {
  section.sec-news ul.news-list li a span.news-caption {
    display: block;
    padding: 0;
  }
}
section.sec-news ul.news-list li a span.news-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  section.sec-news ul.news-list li a span.news-link {
    display: block;
  }
}
section.sec-news ul.news-list li a time {
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
  color: #666;
  font-weight: bold;
  text-align: center;
}

li.splide__slide p.main-emblem {
  position: absolute;
  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;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  li.splide__slide p.main-emblem {
    font-size: 24px;
  }
}

button.splide__pagination__page {
  background: #aaa !important;
}
button.is-active {
  background: #34814A !important;
}

header.hero {
  margin: 0 auto;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1200px) {
  header.hero {
    height: 200px;
  }
}
header.hero img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  header.hero img {
    height: 200px;
  }
}

section.works-container {
  margin: 0 auto 0;
  width: 100%;
}
section.works-container header.conceptual-diagram {
  margin: 50px auto 0;
  padding: 0 100px;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  section.works-container header.conceptual-diagram {
    margin: 20px auto 0;
    padding: 0 8vw;
    max-width: none;
    max-width: initial;
  }
}
section.works-read {
  margin: 0 auto;
  padding: 100px 0;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  section.works-read {
    padding: 50px 8vw;
    max-width: none;
    max-width: initial;
  }
}
section.works-read p {
  margin: 0;
}
section.works-read h2 {
  color: #34814A;
  margin-top: 20px;
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  section.works-read h2 {
    font-size: 22px;
  }
}
section.works-read div.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0;
}
@media screen and (max-width: 1200px) {
  section.works-read div.flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 0;
  }
}
section.works-read div.flex-container .flex-left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
section.works-read div.flex-container .flex-right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 50px;
}
@media screen and (max-width: 1200px) {
  section.works-read div.flex-container .flex-right {
    margin-top: 20px;
    padding: 0 0;
  }
}
section.works-read div.pdca-cycle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin: 30px 0 0;
  border: solid 1px #34814A;
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  section.works-read div.pdca-cycle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4vw;
  }
}
section.works-read div.pdca-cycle .pdca-left {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  padding: 0 100px 0 20px;
}
@media screen and (max-width: 1200px) {
  section.works-read div.pdca-cycle .pdca-left {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    padding: 0;
  }
}
section.works-read div.pdca-cycle .pdca-left h3 {
  margin-bottom: 20px;
  border-bottom: solid 2px #000;
  padding: 0 10px;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  section.works-read div.pdca-cycle .pdca-left h3 {
    font-size: 15px;
  }
}
section.works-read div.pdca-cycle .pdca-left ul.pdca {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
section.works-read div.pdca-cycle .pdca-left ul.pdca li.pdca {
  border-bottom: dotted 1px #aaa;
  padding: 0 10px 10px;
}
@media screen and (max-width: 1200px) {
  section.works-read div.pdca-cycle .pdca-left ul.pdca li.pdca {
    font-size: 14px;
  }
}
section.works-read div.pdca-cycle .pdca-left ul.pdca li.pdca strong {
  display: block;
}
section.works-read div.pdca-cycle .pdca-left ul.pdca li.pdca strong.pdca-plan {
  color: #0070BB;
}
section.works-read div.pdca-cycle .pdca-left ul.pdca li.pdca strong.pdca-do1 {
  color: #D20B28;
}
section.works-read div.pdca-cycle .pdca-left ul.pdca li.pdca strong.pdca-check {
  color: #34814A;
}
section.works-read div.pdca-cycle .pdca-left ul.pdca li.pdca strong.pdca-do2 {
  color: #FAC100;
}
section.works-read div.pdca-cycle .pdca-right {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  padding: 0;
}
section.works-read div.pdca-cycle .pdca-right img {
  width: 100%;
}
section.works-read li {
  margin-bottom: 10px;
}
section.sec-3pl {
  margin: 0 auto;
  padding: 100px 0 100px;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  section.sec-3pl {
    padding: 50px 8vw 50px;
    max-width: none;
    max-width: initial;
  }
}
section.sec-3pl h2 {
  color: #34814A;
  margin-bottom: 30px;
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  section.sec-3pl h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
section.sec-3pl div.flex-3pl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  section.sec-3pl div.flex-3pl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.sec-3pl div.flex-3pl .flex-left {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}
section.sec-3pl div.flex-3pl .flex-right {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  section.sec-3pl div.flex-3pl .flex-right {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  section.sec-3pl div.flex-3pl:last-child {
    margin: 0;
  }
}
section.sec-3pl div.flex-3pl-lists ul.flex-3pl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  section.sec-3pl div.flex-3pl-lists ul.flex-3pl-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 15px;
  }
}
section.sec-3pl div.flex-3pl-lists ul.flex-3pl-list li {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  background: #fff;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  section.sec-3pl div.flex-3pl-lists ul.flex-3pl-list li {
    font-size: 15px;
    text-align: left;
  }
}
section.sec-3pl div.flex-3pl-lists ul.flex-3pl-list li h4 {
  color: #fff;
  background-color: #0070BB;
  margin-bottom: 20px;
  padding: 3px 0;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  section.sec-3pl div.flex-3pl-lists ul.flex-3pl-list li h4 {
    font-size: 18px;
    text-align: center;
  }
}
section.sec-3pl div.flex-3pl-lists ul.flex-3pl-list li img {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 120px;
}
@media screen and (max-width: 1200px) {
  section.sec-3pl div.flex-3pl-lists ul.flex-3pl-list li img {
    display: inline;
    padding: 0 10px;
    width: 100%;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
section.sec-3pl div.flex-3pl-lists ul.flex-3pl-list li p {
  padding: 10px 0;
}
@media screen and (max-width: 1200px) {
  section.sec-3pl div.flex-3pl-lists ul.flex-3pl-list li p {
    padding: 10px;
    text-align: left;
  }
}
section.sec-warehouse {
  position: relative;
  margin: 0 auto;
  padding: 100px 0 100px;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  section.sec-warehouse {
    padding: 50px 8vw;
    max-width: none;
    max-width: initial;
  }
}
section.sec-warehouse h2 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #34814A;
  padding: 0 30px;
  font-size: 32px;
  top: 110px;
  left: -30px;
  height: 75px;
}
@media screen and (max-width: 1200px) {
  section.sec-warehouse h2 {
    position: static;
    position: initial;
    padding: 5px 4vw;
    height: auto;
    height: initial;
    font-size: 22px;
  }
}
section.sec-warehouse h2 small {
  font-size: 0.7em;
}
section.sec-warehouse div.warehouse-header {
  margin: 50px 0;
}
@media screen and (max-width: 1200px) {
  section.sec-warehouse div.warehouse-header {
    margin: 0 0;
  }
}
section.sec-warehouse div.warehouse-header img {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  section.sec-warehouse div.warehouse-header img {
    margin-bottom: 20px;
  }
}
section.sec-warehouse div.warehouse-header a {
  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;
  color: #34814A;
  background: #fff;
  margin: 50px 0;
  border: solid 1px #34814A;
  width: 250px;
  height: 50px;
  font-weight: bold;
}
section.sec-warehouse div.warehouse-middle {
  background: #fff;
  padding: 30px;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  section.sec-warehouse div.warehouse-middle {
    padding: 4vw;
    font-size: 15px;
  }
}
section.sec-warehouse div.warehouse-middle strong {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  section.sec-warehouse div.warehouse-middle strong {
    font-size: 18px;
  }
}
section.sec-warehouse div.flex-warehouse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  section.sec-warehouse div.flex-warehouse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
section.sec-warehouse div.flex-warehouse .flex-left {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}
section.sec-warehouse div.flex-warehouse .flex-right {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}
section.sec-warehouse div.flex-warehouse .flex-right p {
  margin-bottom: 30px;
}
section.sec-warehouse div.flex-warehouse .flex-right li a {
  display: block;
  color: #34814A;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
  width: 300px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  section.sec-warehouse div.flex-warehouse .flex-right li a {
    width: 100%;
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  section.sec-warehouse div.flex-warehouse .flex-right li a:last-child {
    margin: 0;
  }
}
section.sec-warehouse div.flex-warehouse .flex-right li a:hover {
  color: #fff;
  background: #34814A;
}
section.sec-warehouses-list {
  position: relative;
  margin: 0 auto;
  padding: 100px 0 100px;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  section.sec-warehouses-list {
    padding: 50px 8vw 50px;
    max-width: none;
    max-width: initial;
  }
}
section.sec-warehouses-list h3 {
  color: #34814A;
  margin-bottom: 20px;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  section.sec-warehouses-list h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
section.sec-warehouses-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  margin-bottom: 50px;
  border: solid 1px #34814A;
  padding: 25px;
}
@media screen and (max-width: 1200px) {
  section.sec-warehouses-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    padding: 2vw;
  }
}
section.sec-warehouses-list li div {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
section.sec-warehouses-list li div img {
  width: 100%;
}
section.sec-warehouses-list li p {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  section.sec-warehouses-list li p {
    font-size: 14px;
  }
}
section.sec-warehouses-list li p strong {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  section.sec-warehouses-list li p strong {
    font-size: 15px;
    margin-bottom: 0;
  }
}
section.sec-marine-transport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px auto 0;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  section.sec-marine-transport {
    margin: 0 auto 0;
    padding: 0 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
    max-width: initial;
  }
}
section.sec-marine-transport:first-child {
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  section.sec-marine-transport:first-child {
    padding-top: 50px;
  }
}
section.sec-marine-transport:last-child {
  margin-top: 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  section.sec-marine-transport:last-child {
    margin-top: 0;
    padding-bottom: 50px;
  }
}
section.sec-marine-transport h2 {
  color: #34814A;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  section.sec-marine-transport h2 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
section.sec-marine-transport ul {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  section.sec-marine-transport ul {
    font-size: 15px;
  }
}
section.sec-marine-transport .marine-transport-large {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
section.sec-marine-transport .marine-transport-large p {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  section.sec-marine-transport .marine-transport-large p {
    font-size: 14px;
  }
}
section.sec-marine-transport .marine-transport-small {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
@media screen and (max-width: 1200px) {
  section.sec-marine-transport .marine-transport-small {
    text-align: center;
  }
}
section.sec-marine-transport .marine-transport-small img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  section.sec-marine-transport .marine-transport-small img {
    margin-top: 20px;
    width: 100%;
  }
}
section.sec-ferry {
  margin: 0 auto;
  padding: 100px 0;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  section.sec-ferry {
    padding: 50px 8vw;
    max-width: none;
    max-width: initial;
  }
}
section.sec-ferry div.ferry-read {
  margin: 50px auto;
}
@media screen and (max-width: 1200px) {
  section.sec-ferry div.ferry-read {
    margin: 0 auto 30px;
  }
}
section.sec-ferry h2 {
  color: #34814A;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  section.sec-ferry h2 {
    font-size: 22px;
  }
}
section.sec-ferry p.ferry-type {
  border: solid 1px #000;
  padding: 30px;
}
section.sec-ferry ul.ferry-type li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  margin-bottom: 50px;
  border: solid 1px #34814A;
  padding: 25px;
}
@media screen and (max-width: 1200px) {
  section.sec-ferry ul.ferry-type li {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4vw;
  }
}
section.sec-ferry ul.ferry-type li:last-child {
  margin-bottom: 0;
}
section.sec-ferry ul.ferry-type li div {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media screen and (max-width: 1200px) {
  section.sec-ferry ul.ferry-type li div {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    text-align: center;
  }
}
section.sec-ferry ul.ferry-type li div img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  section.sec-ferry ul.ferry-type li div img {
    width: 50%;
  }
}
section.sec-ferry ul.ferry-type li p {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}
section.sec-ferry ul.ferry-type li p strong {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  section.sec-ferry ul.ferry-type li p strong {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
section.sec-ferry ul.large-scale {
  border: solid 1px #000;
  padding: 30px;
  padding-left: 50px;
  list-style-type: circle;
}
@media screen and (max-width: 1200px) {
  section.sec-ferry ul.large-scale {
    padding: 4vw;
    padding-left: 7vw;
  }
}
section.sec-ferry ul.large-scale li {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  section.sec-ferry ul.large-scale li {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  section.sec-ferry ul.large-scale li:last-child {
    margin-bottom: 0;
  }
}
section.sec-train {
  margin: 0 auto;
  padding: 50px 0 100px;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  section.sec-train {
    padding: 30px 8vw 50px;
    max-width: none;
    max-width: initial;
  }
}
section.sec-train h2 {
  color: #34814A;
}
@media screen and (max-width: 1200px) {
  section.sec-train h2 {
    font-size: 15px;
  }
}
section.sec-train dl.train-list {
  margin: 50px 0 100px;
}
@media screen and (max-width: 1200px) {
  section.sec-train dl.train-list {
    margin: 0 0 50px;
  }
}
section.sec-train dl.train-list dt {
  color: #34814A;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  section.sec-train dl.train-list dt {
    font-size: 18px;
  }
}
section.sec-train dl.train-list dd {
  margin: 0 0 30px;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  section.sec-train dl.train-list dd {
    font-size: 15px;
  }
}
section.sec-train dl.train-list dd img.modal-image {
  margin: 50px 0 0;
}
section.sec-train div.flex-merit-demerit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  section.sec-train div.flex-merit-demerit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.sec-train div.flex-merit-demerit li {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  section.sec-train div.flex-merit-demerit li {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
section.sec-train div.flex-merit-demerit img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  section.sec-train div.flex-merit-demerit img {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
}
section.sec-merit-demerit {
  background: #fff;
  margin: 30px 0;
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  section.sec-merit-demerit {
    margin: 10px 0;
    padding: 4vw;
  }
}
section.logistics-2024-issue {
  margin: 0 auto;
  padding: 50px 0 100px;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 1200px) {
  section.logistics-2024-issue {
    padding: 20px 4vw 30px;
  }
}
section.logistics-2024-issue img {
  width: 100%;
}
div.work-sub-menu {
  margin: 70px auto 0;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1200px) {
  div.work-sub-menu {
    margin: 20px auto 0;
    padding: 0 4vw;
    max-width: none;
    max-width: initial;
  }
}
div.work-sub-menu ul.work-sub-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  div.work-sub-menu ul.work-sub-menu-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
div.work-sub-menu ul.work-sub-menu-btn li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1200px) {
  div.work-sub-menu ul.work-sub-menu-btn li {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 50%;
  }
}
div.work-sub-menu ul.work-sub-menu-btn li a {
  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;
  color: #34814A;
  background: #cbf7b9;
  border: solid 1px #34814A;
  border-right: none;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  div.work-sub-menu ul.work-sub-menu-btn li a {
    border: none;
    border-bottom: solid 1px #34814A;
    height: 40px;
    font-size: 14px;
  }
}
div.work-sub-menu ul.work-sub-menu-btn li a:hover {
  color: #cbf7b9;
  background: #5B9A57;
}
div.work-sub-menu ul.work-sub-menu-btn li a.current {
  color: #fff;
  background: #34814A;
}
div.work-sub-menu ul.work-sub-menu-btn li:last-child > a {
  border-right: solid 1px #34814A;
}
@media screen and (max-width: 1200px) {
  div.work-sub-menu ul.work-sub-menu-btn li:last-child > a {
    border: none;
  }
}
@media screen and (max-width: 1200px) {
  div.work-sub-menu ul.work-sub-menu-btn li:nth-child(odd) {
    border-right: solid 1px #34814A;
  }
}
@media screen and (max-width: 1200px) {
  div.work-sub-menu ul.work-sub-menu-btn li:nth-child(even) {
    border: none;
  }
}

div.btn-container {
  margin: 50px 0;
}
@media screen and (max-width: 1200px) {
  div.btn-container {
    margin: 20px 0;
  }
}
div.btn-container-left {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  div.btn-container-left {
    margin: 20px 0;
  }
}
div.btn-containers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}
@media screen and (max-width: 1200px) {
  div.btn-containers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px auto;
    padding: 0 8vw;
  }
}
div a.btn {
  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;
  color: #fff;
  background: #aaa;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 40px;
  width: 300px;
  height: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  div a.btn {
    width: 80%;
    height: 50px;
  }
}
div a.btn-square {
  background: #34814A;
  margin: 0;
  border-radius: 0;
  width: 500px;
  height: 170px;
  font-size: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  div a.btn-square {
    margin-bottom: 20px;
    width: 100%;
    height: 100px;
    font-size: 18px;
  }
}
div a.btn-square:hover {
  color: #34814A;
  background: #cbf7b9;
}
div a.btn-square span {
  display: block;
  text-align: center;
  line-height: 1.2;
}
div a.btn-square span span {
  font-size: 24px;
}
div a.btn-normal {
  background: #34814A;
}
div a.btn-normal:hover {
  color: #34814A;
  background: #cbf7b9;
  border: solid 3px #34814A;
}
div a.btn-light-green {
  background: #5B9A57;
}
div a.btn-light-green:hover {
  color: #5B9A57;
  background: #cbf7b9;
  border: solid 3px #5B9A57;
}
div a.btn-clear {
  color: #34814A;
  background: #fff;
  border: solid 3px #34814A;
}
div a.btn-clear:hover {
  color: #fff;
  background: #34814A;
}
div a.btn-group {
  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;
  color: #34814A;
  background: #fff;
  margin: 0;
  border: solid 1px #34814A;
  border-radius: 0;
  width: 240px;
  height: 50px;
  font-size: 16px;
}
div a.btn-recruit {
  color: #34814A;
  background: #FAC100;
  border: solid #000 1px;
  border-radius: 0;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 500px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}
/*# sourceMappingURL=style.css.map */
