@charset "UTF-8";
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Regular");
  font-weight: 500;
}
/*----------
  reset
----------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  position: relative;
  color: #000;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", sans-serif;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .05em;
  -webkit-text-size-adjust: none;
}

.menuOpen {
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media all and (-ms-heigh-contrast: none) {
  body {
    font-family: "Meiryo UI", "メイリオ", sans-serif;
  }
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, address {
  display: block;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

blockquote, q {
  quotes: none;
}

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

a {
  color: #000;
  text-decoration: none;
}

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

img {
  border: 0;
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
}

button, input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 100%;
  outline: none;
  padding: 0;
  resize: none;
}

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

address {
  font-style: normal;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------
  common
----------*/
/* utility */
.cf::after {
  content: '';
  clear: both;
  display: block;
}

.en {
  font-family: "Crimson Text", serif;
}

.jaSerif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.txtXXXL {
  font-size: 150%;
}

.txtXL {
  font-size: 120%;
}

.txtL {
  font-size: 110%;
}

.txtS {
  font-size: 90%;
}

.txtXS {
  font-size: 80%;
}

.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.txtLeft {
  text-align-last: auto !important;
}

.txtCenter {
  text-align: center !important;
}

.txtRight {
  text-align: right !important;
}

.txtWhite {
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.imgMax img {
  width: 100%;
}

/* modules */
.titleMod01 {
  font-weight: normal;
}
.titleMod01 .ja, .titleMod01 .en {
  display: block;
  line-height: 1.2;
}
.titleMod01 .ja {
  font-size: 110%;
  letter-spacing: .18em;
}
.titleMod01 .en {
  font-size: 260%;
  letter-spacing: .05em;
}

.moreTxt {
  display: inline-block;
  font-size: 70%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.boxLink01 {
  position: relative;
  padding-top: 50%;
  display: block;
  background-color: rgba(19, 128, 45, 0.7);
  color: #fff;
  text-align: center;
}
.boxLink01 .titleMod01 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
}
.boxLink01 .moreTxt {
  color: #fff;
  display: block;
  padding: 0 25%;
  position: relative;
  letter-spacing: .2em;
}
.boxLink01 .moreTxt::before, .boxLink01 .moreTxt::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 1px;
  background-color: #fff;
}
.boxLink01 .moreTxt::before {
  width: 30%;
}
.boxLink01 .moreTxt::after {
  width: 10px;
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@media screen and (min-width: 769px) {
  /* utility */
  .sp {
    display: none !important;
  }

  /* modules */
  .boxLink01 .moreTxt::before {
    width: 65px;
    transition: width .2s, right .2s;
  }
  .boxLink01 .moreTxt::after {
    transition: right .2s;
  }
  .boxLink01:hover .moreTxt {
    opacity: .7;
  }
  .boxLink01:hover .moreTxt::before {
    width: 75px;
    right: 0;
  }
  .boxLink01:hover .moreTxt::after {
    right: 0;
  }
}
/*----------
  layout
----------*/
/* header */
.site-header {
  box-sizing: border-box;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.gnav-lang {
  font-family: "Century", serif;
  font-style: italic;
}

.gnav-lang li {
  display: inline-block;
}

.gnav-lang li a {
  display: inline-block;
  padding: 0 5px;
}

.gnav-lang li.active a {
  background-color: #13802d;
  color: #fff;
}

.gnav-lang li:first-child:after {
  content: '/';
  display: inline-block;
  padding: 0 5px 0 10px;
}

@media screen and (max-width: 768px) {
  .site-logo {
    padding: 10px 0 0 15px;
  }

  .sp-nav-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(199, 199, 199, 0.6);
  }
  .sp-nav-btn .line {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 40%;
    height: 2px;
    background-color: #13802d;
  }
  .sp-nav-btn .line:first-child {
    top: calc(50% - 7px);
  }
  .sp-nav-btn .line:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  .sp-nav-btn .line:last-child {
    bottom: calc(50% - 7px);
  }

  .gnav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    padding: 50px 15px;
    background-color: #fff;
    text-align: center;
    font-size: 120%;
    display: none;
  }

  .gnav-list li {
    border-bottom: 1px solid #13802d;
  }

  .gnav-list li a {
    display: block;
    padding: 10px 0;
  }

  .gnav-lang {
    margin-top: 20px;
  }

  .sp-nav-close {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 40px;
    height: 40px;
  }
  .sp-nav-close .line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 2px;
    background-color: #13802d;
  }
  .sp-nav-close .line:first-child {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sp-nav-close .line:last-child {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/* footer */
.site-footer {
  padding: 15px 0;
  background-color: #26201e;
  text-align: center;
}

.site-footer .company-logo {
  margin-bottom: 10px;
}

.copyright {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 70%;
}

@media screen and (min-width: 1010px) {
  .site-header {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  /* header */
  .site-header {
    max-width: 1000px;
    padding: 10px 0;
    text-align: center;
  }

  .site-logo {
    display: inline-block;
    padding-right: 30px;
    vertical-align: top;
  }

  .gnav-wrapper {
    display: inline-block;
    vertical-align: top;
  }

  .gnav-list {
    display: inline-block;
    text-align: center;
  }

  .gnav-list li {
    display: inline-block;
    padding: 25px 20px 0;
    vertical-align: top;
    line-height: 1;
  }

  .gnav-list li a {
    position: relative;
    display: block;
    padding-bottom: 20px;
    color: #fff;
  }

  .gnav-list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 4px;
    background-color: #13802d;
    transition: 0.2s;
  }

  .gnav-list li a:hover::after,
  .gnav-list li.active a::after {
    width: 100%;
  }

  .gnav-lang {
    display: inline-block;
    padding: 15px 0 0 30px;
    vertical-align: top;
    color: #fff;
  }

  .gnav-lang a {
    color: #fff;
  }

  /* footer */
  .site-footer {
    text-align: left;
  }

  .site-footer-inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .company-logo {
    display: inline-block;
    margin-bottom: 0 !important;
    width: 300px;
    vertical-align: middle;
  }

  .copyright {
    display: inline-block;
    vertical-align: middle;
  }
}
/*----------
  page
----------*/
/* toppage */
.mainvisual {
  position: relative;
}
.mainvisual__slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mainvisual__slides li {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.mainvisual__slides .mv01 {
    background-image: url(../img/top_mv01.jpg);
}
.mainvisual__slides .mv02 {
    background-image: url(../img/top_mv02.jpg);
}
.mainvisual__slides .mv03 {
    background-image: url(../img/top_mv03.jpg);
}
.mainvisual__slides .mv04 {
    background-image: url(../img/top_mv04.jpg);
}
.mainvisual__slides .mv05 {
    background-image: url(../img/top_mv05.jpg);
}
.mainvisual__slides .slick-list,
.mainvisual__slides .slick-track {
    height: 100%;
}
.mainvisual .maincopy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.mainvisual .main-scroll {
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: block;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  border: 2px solid #fff;
  border-radius: 22px;
  font-size: 0;
}
.mainvisual .main-scroll::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .mainvisual {
    padding-top: 133%;
  }
}
.top-title-block {
  display: block;
  margin-bottom: 2vw;
}
.top-title-block .titleMod01 {
  color: #666;
}
.top-title-block .titleMod01 .ja {
  margin-left: 2em;
}
.top-title-block .titleMod01 .en {
  font-size: 300%;
}
.top-title-block .moreTxt {
  position: relative;
  display: block;
  margin: 2em 0;
  padding-right: 25%;
  text-align: right;
  color: #13802d;
}
.top-title-block .moreTxt::before, .top-title-block .moreTxt::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 10px;
  height: 1px;
  background-color: #13802d;
}
.top-title-block .moreTxt::before {
  width: 20%;
}
.top-title-block .moreTxt::after {
  width: 10px;
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.top-section01 {
  position: relative;
  padding: 40px 15px;
  z-index: 3;
}

.top-section01-box {
  position: relative;
  padding-top: 100%;
}
.top-section01-box .boxLink01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  margin-top: 15%;
}
.top-section01-box:not(:last-child) {
  margin-bottom: 15px;
}

.top-section01-01 {
  background: url(../img/top_bg01.png) center center no-repeat;
  background-size: cover;
}

.top-section01-02 {
  background: url(../img/top_bg02.png) center center no-repeat;
  background-size: cover;
}

.top-section01-catch {
  position: absolute;
  top: 12%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 120%;
  line-height: 1.6;
  letter-spacing: .3em;
}

.top-section02 {
  position: relative;
  top: -20vw;
  margin-bottom: -20vw;
  padding: 20vw 15px 0;
  background: url(../img/top_bg03_sp.png) left top no-repeat;
  background-size: 100%;
  z-index: 2;
}

.top-section02-box {
  display: block;
  position: relative;
  padding-top: 100%;
  background-position: center center;
  background-size: 110%;
}
.top-section02-box .boxLink01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  padding-top: 50%;
  background-color: transparent;
}

.top-section02-01 {
  background-image: url(../img/top_bg04.jpg);
}

.top-section02-02 {
  background-image: url(../img/top_bg05.jpg);
}

.top-section02-03 {
  background-image: url(../img/top_bg06.jpg);
}

.top-section03 {
  position: relative;
  top: -20vw;
  padding: 35vw 0;
  background: url(../img/top_bg07.png) center top no-repeat;
  background-size: 600%;
  z-index: 1;
}
.top-section03 .top-title-block {
  margin-bottom: calc(6vw - 40px);
  padding-left: 15px;
  padding-right: 15px;
}
.top-section03 .top-title-block .moreTxt {
  top: -40px;
  margin-top: 1em;
}

.top-section03-box {
  position: relative;
  height: 64vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.top-section03-box .txt {
  padding-top: calc(73% - 3.5em);
  text-align: center;
  font-size: 110%;
  line-height: 1.4;
  color: #4d4d4d;
}
.top-section03-box .boxLink01 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  padding-top: 0;
}
.top-section03-box .boxLink01 div {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 24.4vw;
  height: 24.4vw;
}
.top-section03-box .boxLink01 div::before, .top-section03-box .boxLink01 div::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 1px;
  background-color: #fff;
}
.top-section03-box .boxLink01 div::before {
  width: 45%;
}
.top-section03-box .boxLink01 div::after {
  width: 10px;
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -moz-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.top-section03-box .boxLink01 .moreTxt {
  padding: 0;
}
.top-section03-box .boxLink01 .moreTxt:before, .top-section03-box .boxLink01 .moreTxt:after {
  display: none;
}

.top-section03-01 {
  background-color: #efefef;
  background-image: url(../img/top_products_img01.jpg);
}

.top-section03-02 {
  background-color: #f4f4f4;
  background-image: url(../img/top_products_img02.jpg);
}

.top-section03-03 {
  background-color: #f4f4f4;
  background-image: url(../img/top_products_img03.jpg);
}

@media screen and (min-width: 769px) {
  /* toppage */
  .mainvisual {
    height: 100vh;
  }
  .mainvisual .maincopy {
    width: auto;
  }

  .top-title-block {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 18.7%;
  }
  .top-title-block .titleMod01 {
    display: inline-block;
  }
  .top-title-block .titleMod01 .en {
    font-size: 54px;
  }
  .top-title-block .moreTxt {
    display: inline-block;
    margin: 0 0 0 30px;
    padding-right: 80px;
  }
  .top-title-block .moreTxt::before {
    width: 65px;
    transition: width .2s, right .2s;
  }
  .top-title-block .moreTxt::after {
    transition: right .2s;
  }
  .top-title-block:hover .moreTxt {
    opacity: .7;
  }
  .top-title-block:hover .moreTxt::before {
    width: 75px;
    right: -10px;
  }
  .top-title-block:hover .moreTxt::after {
    right: -10px;
  }

  .top-section01 {
    padding: 0;
  }

  .top-section01-box {
    width: calc(50% + 70px);
    padding-top: 520px;
  }
  .top-section01-box .boxLink01 {
    width: 220px;
    padding-top: 220px;
    margin-top: 0;
  }
  .top-section01-box:not(:last-child) {
    margin-bottom: 0;
  }

  .top-section01-01 {
    z-index: 9;
  }

  .top-section01-02 {
    top: -140px;
    margin-left: calc(50% - 70px);
    margin-bottom: -140px;
  }

  .top-section01-catch {
    top: 8%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  .top-section01-catch .sp {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) {
  .top-section02 {
    top: -380px;
    margin-bottom: -380px;
    padding: 500px 0 110px;
    background-image: url(../img/top_bg03.png);
    background-position: center top;
    background-size: 100% auto;
  }

  .top-section02-boxwrapper {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -.4em;
  }

  .top-section02-box {
    display: inline-block;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-top: 540px;
    background-size: cover;
    letter-spacing: normal;
    vertical-align: top;
  }
  .top-section02-box .boxLink01 {
    width: 220px;
    padding-top: 190px;
  }
  .top-section02-box:hover .boxLink01 .moreTxt {
    opacity: .7;
  }
  .top-section02-box:hover .boxLink01 .moreTxt::before {
    width: 75px;
    right: 0;
  }
  .top-section02-box:hover .boxLink01 .moreTxt::after {
    right: 0;
  }

  .top-section02-01 {
    margin-top: 140px;
  }

  .top-section02-02 {
    margin-top: 70px;
  }

  .top-section03 {
    position: static;
    background-size: cover;
    padding: 100px 0 160px;
  }
  .top-section03 .top-title-block {
    margin-bottom: 20px;
  }
  .top-section03 .top-title-block .moreTxt {
    top: auto;
  }

  .top-section03-boxwrapper {
    overflow: hidden;
  }

  .top-section03-box {
    float: left;
    height: 360px;
  }
  .top-section03-box .txt {
    padding-top: 280px;
  }
  .top-section03-box .boxLink01 {
    padding-top: 0;
  }
  .top-section03-box .boxLink01 div {
    height: 90px;
    width: 90px;
  }
  .top-section03-box .boxLink01 div::before {
    width: 40px;
    transition: width .2s, right .2s;
  }
  .top-section03-box .boxLink01 div::after {
    transition: right .2s;
  }
  .top-section03-box:hover .boxLink01 div {
    opacity: .7;
  }
  .top-section03-box:hover .boxLink01 div::before {
    width: 50px;
    right: 0;
  }
  .top-section03-box:hover .boxLink01 div::after {
    right: 0;
  }

  .top-section03-01 {
    width: 50%;
  }

  .top-section03-02,
  .top-section03-03 {
    width: 50%;
  }
}
.sec-title-area {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 294px;
  margin-bottom: 45px;
  position: relative;
}
.sec-title-area h1 {
  color: #fff;
  font-size: 105%;
  line-height: 220%;
  max-width: 1000px;
  margin-bottom: 30px;
  padding-left: 18px;
  text-align: left;
  width: 100%;
}
.sec-title-area h1 span {
  font-size: 360%;
  display: block;
  font-weight: 400;
  margin-left: -18px;
}
.sec-title-area .topic-path {
  display: flex;
  margin: 0 auto;
  width: 1000px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.sec-title-area .topic-path li {
  color: #666;
  font-size: 65%;
}
.sec-title-area .topic-path li:before {
  content: "＞";
  font-size: 80%;
  display: inline-block;
  margin: 0 10px;
}
.sec-title-area .topic-path li:first-child:before {
  display: none;
}
.sec-title-area .topic-path li a {
  color: #666;
}

.section-wrapper .leadArea {
  max-width: 1000px;
  margin: 0 auto 65px;
  text-align: center;
}
.section-wrapper .leadArea h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 170%;
  font-weight: 500;
  line-height: 180%;
}
.section-wrapper .leadArea p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 35px;
  text-align: left;
}
.section-wrapper .leadArea .subNav {
  display: flex;
  justify-content: center;
  margin: 0 auto 70px;
}
.section-wrapper .leadArea .subNav li:before {
  content: "｜";
  margin: 0 45px;
}
.section-wrapper .leadArea .subNav li:first-child:before {
  display: none;
}
.section-wrapper .leadArea .subNav li a {
  color: #606060;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 105%;
  display: inline-block;
}
.section-wrapper .leadArea .subNav li a:hover {
  opacity: 0.8;
}
.section-wrapper .leadArea .subNav li a:after {
  background-color: #ffffff;
  content: "";
  height: 4px;
  display: block;
  width: 100%;
}
.section-wrapper .leadArea .subNav li a.c:after {
  background-color: #13812B;
}
.section-wrapper .secCont {
  max-width: 1000px;
  margin: 0 auto;
}
.section-wrapper h2.s01 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 185%;
  font-weight: 500;
  margin-bottom: 40px;
}
.section-wrapper h2.s01:before {
  background-color: #000;
  content: "";
  height: 5px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: 0.3em;
  width: 20px;
}

#about {
  background: url(../img/about/bg01.jpg) no-repeat 0 70px;
}
#about .sec-title-area {
  background-image: url(../img/about/mainBg.png);
}
#about section h2 {
  color: #4d4d4d;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 105%;
  line-height: 160%;
  margin-bottom: 50px;
  padding-left: 40px;
}
#about section h2 span {
  display: block;
  font-size: 335%;
  margin-left: -40px;
}
#about .anchor {
  background-color: #4C4845;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 100px;
  padding: 15px 0;
}
#about .anchor li {
  background: url(../img/about/anchor.png) no-repeat 0 50%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 105%;
  font-weight: 600;
  margin: 0 0 0 55px;
  padding-left: 18px;
}
#about .anchor li:first-child {
  margin: 0;
}
#about .anchor li a {
  color: #fff;
}
#about .anchor li a:hover {
  text-decoration: underline;
}
#about #h201 {
  background: url(../img/about/bg02.png) no-repeat 90% 100%, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 22%, #fcf9f2 22%, #fcf9f2 88%, #ffffff 88%, #ffffff 100%);
  margin-bottom: 30px;
}
#about #h201 .secCont {
  min-height: 560px;
  position: relative;
}
#about #h201 .secCont .pict {
  position: absolute;
  top: 40px;
  right: 0;
}


@media only screen and (min-width: 759px) {
#about #h201 .secCont .pict img {
	position: relative;
	left: 110px;
	}
}

#about #h201 h3 {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 160%;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 35px;
  padding-left: 50px;
	letter-spacing: 0.3em;
}
#about #h201 p {
  margin-left: 80px;
  position: relative;
  width: 710px;
  z-index: 2;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#about #h202 {
  background: url(../img/about/bg03.jpg) no-repeat 90% 30px, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, #F1EEDD 55%, #F1EEDD 96%, #ffffff 96%, #ffffff 100%);
  margin-bottom: 50px;
}
#about #h202 .secCont {
  position: relative;
}
#about #h202 .secCont .pict {
  text-align: right;
}
#about #h202 dl {
  display: flex;
  margin: 0 0 50px -40px;
  align-items: center;
}
#about #h202 dl dt {
  box-sizing: border-box;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 160%;
  line-height: 140%;
  padding-left: 40px;
  width: 275px;
}
#about #h202 dl dt span {
  color: #9b9b9b;
  display: block;
  font-size: 90%;
  font-weight: 400;
  margin-left: -40px;
}
#about #h202 dl dd {
  border-left: 5px solid #CECECE;
  box-sizing: border-box;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 130%;
  line-height: 150%;
  padding-left: 30px;
  width: 700px;
}
#about #h202 dl:last-of-type {
  margin: 0 0 110px 130px;
}
#about #h202 dl:last-of-type dt {
  width: 215px;
}
#about #h202 dl:last-of-type dd {
  width: 690px;
}
#about #h203 .secCont {
  padding-bottom: 220px;
  position: relative;
}
#about #h203 .secCont:after {
  background: url(../img/about/bg04.png) no-repeat 0 0;
  content: "";
  display: block;
  height: 258px;
  position: absolute;
  bottom: 55px;
  right: 20px;
  width: 239px;
  z-index: -1;
}
#about #h203 table {
  width: 100%;
}
#about #h203 table th {
  border-bottom: 1px solid #DADADA;
  color: #333;
  font-weight: 700;
  padding: 22px 0 22px 20px;
  text-align: left;
  width: 210px;
}
#about #h203 table td {
  border-bottom: 1px solid #DADADA;
  color: #333;
  padding: 22px 0;
  text-align: left;
}
#about #h203 table tr:first-of-type th,
#about #h203 table tr:first-of-type td {
  border-top: 1px solid #DADADA;
}
#about #h204 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, #F2EEEB 32%, #F2EEEB 89%, #ffffff 89%, #ffffff 100%);
}
#about #h204 .secCont {
  padding-bottom: 110px;
}
#about #h204 .map {
  margin: 0 auto 30px;
  text-align: center;
}
#about #h204 p {
  text-align: center;
}
#about #h205 {
  background: url(../img/about/bg04.jpg) no-repeat 50% 100%;
  background-size: cover;
  padding-bottom: 120px;
}
#about #h205 h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 160%;
  font-weight: 500;
  line-height: 150%;
  margin: 0 auto;
  text-align: center;
}
#about #h205 .fig {
  margin: 50px auto 60px;
  text-align: center;
}
#about #h205 p {
  max-width: 485px;
  margin: 30px auto 0;
  text-align: center;
}

#products {
  background: url(../img/products/bg01.jpg) no-repeat 100% 220px, url(../img/products/bg02.jpg) no-repeat 0 55%, url(../img/products/bg03.jpg) no-repeat 100% 98%;
}
#products .sec-title-area {
  background-image: url(../img/products/mainBg.png);
}
#products .anchor {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 120px;
  padding: 0;
}
#products .anchor li:first-child {
  margin: 0 50px 0 0;
}
#products .anchor li a {
  display: block;
  text-align: center;
  position: relative;
}
#products .anchor li a span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}
#products .anchor li a span:before {
  background: url(../img/products/icon.png) no-repeat 0 0;
  content: "";
  height: 6px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: 0.15em;
  width: 10px;
}
#products h2 {
  color: #666;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 170%;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 180%;
}
#products #h201 {
  margin-bottom: 285px;
}
#products #h201 h3 {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 160%;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
#products #h201 p {
  padding: 0 40px;
}
#products #h201 .slideArea {
  border-left: 1px solid #fff;
  margin: 0 0 50px 85px;
  position: relative;
  width: 710px;
}
#products #h201 .slideArea .slick-slider {
  z-index: 2;
}
#products #h201 .slideArea:after {
  background-color: #FFF9E9;
  content: "";
  height: 430px;
  display: block;
  position: absolute;
  bottom: -70px;
  right: -70px;
  width: 710px;
  z-index: 1;
}
#products #h201 .slideArea .slideThum {
  position: absolute;
  top: -1px;
  right: -119px;
  width: 120px;
  z-index: 2;
}
#products #h201 .slideArea .slide-dots {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
#products #h201 .slideArea .slide-dots li button {
  background-color: #C4D1C7;
  color: #fff;
  font-family: "Crimson Text", serif;
  height: 50px;
  width: 50px;
}
#products #h201 .slideArea .slide-dots li button:before {
  content: "0";
}
#products #h201 .slideArea .slide-dots li.slick-active button {
  background-color: #57A269;
}
#products #h202 .secCont {
  display: flex;
  padding-bottom: 200px;
  position: relative;
}
#products #h202 .secCont .detail {
  max-width: 530px;
  position: relative;
  z-index: 2;
}
#products #h202 .pict {
  position: relative;
  width: 460px;
}
#products #h202 .pict:before {
  background-color: #FFF9E9;
  content: "";
  height: 320px;
  display: block;
  position: absolute;
  top: -40px;
  left: -30px;
  width: 100%;
}
#products #h202 .pict img {
  position: absolute;
  top: -120px;
  right: -40px;
}

#belief .sec-title-area {
  background-image: url(../img/belief/mainBg.png);
}
#belief .section-wrapper .leadArea p {
  text-align: center;
}
#belief section {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 52%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #ffffff 0%, #ffffff 51%, #FCF9F2 51%, #FCF9F2 100%);
  margin-bottom: 60px;
  padding-bottom: 140px;
}
#belief section .secCont {
  justify-content: space-between;
  display: flex;
  position: relative;
}
#belief section .pict {
  max-width: 460px;
  position: relative;
  width: 50%;
}
#belief section .pict a {
  display: block;
  position: relative;
}
#belief section .pict img {
  transform: translate(-30px, -30px);
  display: block;
  position: relative;
  z-index: 2;
}
#belief section .pict:before {
  background-color: #D0E7D5;
  content: "";
  height: 320px;
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 460px;
}
#belief section .pict dl {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(-30px, -30px);
  height: 172px;
  width: 172px;
  z-index: 3;
}
#belief section .pict dl dt {
  color: #fff;
  font-size: 95%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#belief section .pict dl dd {
  color: #fff;
  font-size: 215%;
  display: block;
  line-height: 100%;
  padding-left: 75px;
  text-indent: -75px;
}
#belief section .detail {
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  width: 50%;
}
#belief section .detail:before {
  border: 1px solid #E7F2EA;
  content: "";
  height: 190px;
  display: block;
  position: absolute;
  top: 0;
  right: -50px;
  width: 190px;
  z-index: 0;
}
#belief section .detail h2 {
  color: #00803a;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 175%;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 120%;
}
#belief section .detail h2 span {
  display: block;
  color: #808080;
  font-size: 50%;
}
#belief section .detail h2 a {
  color: #00803a;
}
#belief section .detail p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 0 70px -50px;
  width: 540px;
  position: relative;
  z-index: 2;
}
#belief section .detail .moreLink {
  margin: 0 0 0 100px;
}
#belief section .detail .moreLink a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #13802d;
}
#belief section:nth-of-type(2) {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 52%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #FCF9F2 0%, #FCF9F2 49%, #ffffff 49%, #ffffff 100%);
}
#belief section:nth-of-type(2) .secCont {
  flex-flow: row-reverse;
}
#belief section:nth-of-type(2) .pict img {
  transform: translate(30px, -30px);
}
#belief section:nth-of-type(2) .pict:before {
  top: 30px;
  right: 30px;
  left: auto;
}
#belief section:nth-of-type(2) .pict dl {
  transform: translate(30px, -30px);
}
#belief section:nth-of-type(2) .pict dl dd {
  padding-left: 20px;
  text-indent: -14px;
}
#belief section:nth-of-type(2) .detail:before {
  top: 70px;
  right: auto;
  left: -180px;
}
#belief section:nth-of-type(2) .detail p {
  margin-left: -30px;
}
#belief section:nth-of-type(2) .detail .moreLink {
  margin: 0 0 0 100px;
}
#belief section:nth-of-type(2) .detail .moreLink a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #13802d;
}
#belief section:nth-of-type(3) {
  margin-bottom: 250px;
}

#traceability .sec-title-area {
  background-image: url(../img/belief/traceability/mainBg.png);
}
#traceability .section-wrapper .leadArea p {
  padding: 0 40px;
}
#traceability .section-wrapper h2.s01:before {
  margin-right: 5px;
}
#traceability .section-wrapper h2.s01 + p {
  margin: 0 0 70px;
  padding: 0 40px;
}
#traceability h3 {
  color: #534741;
  font-size: 145%;
  margin: 0 auto 45px;
  position: relative;
  text-align: center;
}
#traceability h3 span {
  background-color: #fff;
  display: inline-block;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}
#traceability h3:before {
  background-color: #C9BC9C;
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
#traceability .fig {
  margin-bottom: 80px;
}
#traceability .footLink {
  background-color: #F5E9B9;
  padding: 30px 0 70px;
  text-align: center;
}
#traceability .footLink dt {
  font-size: 120%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin: 0 auto 40px;
}
#traceability .footLink dd {
  margin: 0 auto;
  width: 260px;
}
#traceability .footLink dd a {
  background-color: #569F56;
  display: block;
  padding: 15px 18px;
  text-align: left;
}
#traceability .footLink dd a .moreTxt {
  color: #fff;
  font-size: 100%;
  display: block;
  margin: 0;
  text-align: left;
}
#traceability .footLink dd a .moreTxt:before {
  background-color: #fff;
  bottom: 14px;
  width: 30px;
}
#traceability .footLink dd a .moreTxt:after {
  background-color: #fff;
  bottom: 14px;
}
#traceability .footLink dd a .moreTxt:hover:before {
  width: 40px;
}

#quality .sec-title-area {
  background-image: url(../img/belief/quality/mainBg.png);
}
#quality .section-wrapper .leadArea p {
  padding: 0 40px;
}
#quality section {
  margin-bottom: 120px;
}
#quality section h3 {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 160%;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 30px;
  padding-left: 40px;
}
#quality section.h201 p {
  margin: 0 0 70px;
  padding: 0 40px;
}
#quality section.h201 .fig {
  margin: 0 auto;
  text-align: center;
}
#quality section.h202 .comparison {
  background: url(../img/belief/quality/arrow.jpg) no-repeat 50% 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 130px;
}
#quality section.h202 .comparison dl {
  background-color: #F1F8E6;
  box-sizing: border-box;
  width: 50%;
}
#quality section.h202 .comparison dl dt {
  background-color: #01803B;
  border-bottom: 1px solid #DBD9DA;
  color: #fff;
  font-size: 120%;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
}
#quality section.h202 .comparison dl dd {
  border-bottom: 1px solid #DBD9DA;
  padding: 20px 25px;
}
#quality section.h202 .comparison dl:last-of-type {
  border-left: 1px solid #DBD9DA;
  background-color: #FFFCF9;
}
#quality section.h202 .comparison dl:last-of-type dt {
  background-color: #F5E9B9;
  color: #000;
}
#quality section.h202 .pictArea01 {
  background-color: #FAF3E3;
  box-sizing: border-box;
  min-height: 220px;
  margin-bottom: 160px;
  max-width: 1000px;
  padding: 60px 465px 20px 40px;
  position: relative;
}
#quality section.h202 .pictArea01 .pict {
  position: absolute;
  top: 35px;
  right: 30px;
}
#quality section.h202 .pictArea01 .pict span {
  color: #333;
  display: block;
  margin: 5px auto 0;
  text-align: center;
}
#quality section.h202 .pictArea02 {
  box-sizing: border-box;
  max-width: 1000px;
  margin-top: 330px;
  padding: 0 0 0 430px;
  position: relative;
}
#quality section.h202 .pictArea02 .pict {
  position: absolute;
  top: -70px;
  left: -80px;
}
#quality section.h202 .pictArea02 h3 {
  padding: 0;
}
#quality section.h202 .pictArea02 table {
  width: 100%;
}
#quality section.h202 .pictArea02 table th {
  border-bottom: 1px solid #DADADA;
  font-weight: 700;
  padding: 15px 20px;
  text-align: left;
  width: 110px;
}
#quality section.h202 .pictArea02 table td {
  border-bottom: 1px solid #DADADA;
  padding: 15px 20px;
  text-align: left;
}
#quality section.h202 .pictArea02 table tr:first-of-type th {
  background-color: #F1EEDD;
  font-size: 105%;
}
#quality section.h202 .pictArea02 table tr:first-of-type th:last-of-type {
  width: auto;
}
#quality section.h203 {
  background-color: #F1EEDD;
  margin-bottom: 250px;
}
#quality section.h203 .secCont {
  padding: 80px 390px 150px 0;
  position: relative;
}
#quality section.h203 .secCont p {
  padding-left: 40px;
}
#quality section.h203 .secCont .pict {
  position: absolute;
  top: 130px;
  right: -110px;
}
#quality section.h203 .secCont .pict span {
  color: #333;
  display: block;
  margin: 5px auto 0;
  text-align: center;
}
@media screen and (max-width: 1220px) {
  #quality section.h203 .secCont {
    padding-right: 470px;
  }
  #quality section.h203 .secCont .pict {
    right: -20px;
  }
}
#quality section.h204 {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 21%, #FFFAEA 21%, #FFFAEA 100%);
  margin-bottom: 0;
}
#quality section.h204 .certification {
  display: flex;
  justify-content: space-between;
  padding: 10px 40px 50px;
}
#quality section.h204 .certification dl {
  width: 29.5%;
}
#quality section.h204 .certification dl dt {
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
#quality section.h204 .certification dl dt:after {
  background-color: #C8C8A4;
  content: "";
  height: 3px;
  display: block;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
}
#quality section.h204 .certification dl dd {
  padding-left: 20px;
  position: relative;
}
#quality section.h204 .certification dl dd:before {
  background-color: #CDCFCC;
  content: "";
  height: 2px;
  display: block;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
}

#development .sec-title-area {
  background-image: url(../img/belief/development/mainBg.png);
}
#development .section-wrapper .leadArea p {
  padding: 0 40px;
}
#development section {
  margin-bottom: 150px;
}
#development section p {
  margin: 0 0 70px;
  padding: 0 40px;
}
#development section.h201 {
  background: url(../img/belief/development/bg01.jpg) no-repeat 50% 100%;
  background-size: cover;
  padding-bottom: 30px;
}
#development section.h202 h3 {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 160%;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 30px;
  padding-left: 40px;
}
#development section.h202 .fig {
  margin: 0 auto;
  text-align: center;
}
#development section.h203 {
  background: url(../img/belief/development/bg02.jpg) no-repeat 43% 220px;
}
#development section.h203 .fig {
  margin: 0 auto 40px;
  text-align: center;
}

#table .sec-title-area {
  background-image: url(../img/table/mainBg.png);
}
#table .section-wrapper .leadArea p {
  text-align: center;
}
#table h3 {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 160%;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
#table section {
  margin-bottom: 100px;
}
#table section p {
  padding: 0 40px;
}
#table #h201 h3 {
  margin-bottom: 20px;
  padding-left: 40px;
}
#table #h201 .fig {
  margin: 0 auto 40px;
  padding: 0 40px;
  text-align: center;
}
#table #h203 h2 {
  margin-bottom: 120px;
}
#table #h203 .pictArea {
  display: flex;
  flex-flow: row-reverse;
  position: relative;
}
#table #h203 .pictArea .detail {
  max-width: 570px;
  margin-left: -40px;
  position: relative;
  z-index: 2;
}
#table #h203 .pictArea .detail p {
  padding: 0;
}
#table #h203 .pict {
  position: relative;
  width: 460px;
}
#table #h203 .pict:before {
  background-color: #FFF9E9;
  content: "";
  height: 320px;
  display: block;
  width: 100%;
}
#table #h203 .pict img {
  position: absolute;
  top: -80px;
  left: -80px;
}
#table #h204 {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 52%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #ffffff 0%, #ffffff 35%, #D0E7D5 35%, #D0E7D5 100%);
  padding-bottom: 70px;
  overflow: hidden;
}
#table #h204 h2 {
  margin-bottom: 90px;
}
#table #h204 .yearWrap {
  box-sizing: border-box;
  max-width: 1210px;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 1210px) {
  #table #h204 .yearWrap {
    width: 95%;
  }
}
#table #h204 .year {
  position: relative;
}
#table #h204 .year .date {
  background: url(../img/table/date.png) no-repeat 50% 0;
  box-sizing: border-box;
  height: 88px;
  padding-top: 18px;
  position: absolute;
  top: -88px;
  left: 90.5%;
  width: 81px;
}
#table #h204 .year .date.april {
  left: 2%;
}
#table #h204 .year .date.may {
  left: 14%;
}
#table #h204 .year .date.june {
  left: 27%;
}
#table #h204 .year .date.july {
  left: 39.5%;
}
#table #h204 .year .date.august {
  left: 52.5%;
}
#table #h204 .year .date.september {
  left: 65.5%;
}
#table #h204 .year .date.october {
  left: 78.5%;
}
#table #h204 .year .date dt {
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 140%;
  line-height: 100%;
  color: #fff;
}
#table #h204 .year .date dd {
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 140%;
  line-height: 100%;
  color: #fff;
  letter-spacing: -0.05em;
}
#table #h204 .year .date dd .month {
  vertical-align: 0.25em;
}
#table #h204 .year .date dd .day {
  font-size: 75%;
  vertical-align: -0.25em;
}
#table #h204 .slideArea {
  margin: 0 auto;
  position: relative;
  width: 710px;
}
#table #h204 .slideArea .slick-prev {
  background-color: #59A368;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 75%;
  height: 90px;
  padding: 35px 7px 0;
  margin-top: -45px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -90px;
  width: 90px;
  z-index: 5;
}
#table #h204 .slideArea .slick-prev span {
  position: relative;
  height: 1px;
  margin-top: 20px;
  display: block;
  width: 100%;
}
#table #h204 .slideArea .slick-prev span:before {
  background-color: #fff;
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .2s;
  width: 30px;
}
#table #h204 .slideArea .slick-prev span:after {
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 1px;
  transform: rotate(-45deg);
  width: 10px;
}
#table #h204 .slideArea .slick-prev:hover span:before {
  width: 40px;
}
#table #h204 .slideArea .slick-next {
  background-color: #59A368;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 75%;
  height: 90px;
  padding: 35px 7px 0;
  margin-top: -45px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: -90px;
  width: 90px;
  z-index: 5;
}
#table #h204 .slideArea .slick-next span {
  position: relative;
  height: 1px;
  margin-top: 20px;
  display: block;
  width: 100%;
}
#table #h204 .slideArea .slick-next span:before {
  background-color: #fff;
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: width .2s;
  width: 30px;
}
#table #h204 .slideArea .slick-next span:after {
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 4px;
  right: 0;
  height: 1px;
  transform: rotate(45deg);
  width: 10px;
}
#table #h204 .slideArea .slick-next:hover span:before {
  width: 40px;
}
#table #h204 .slideArea .slick-track {
  background-color: #fff;
}
#table #h204 .slideArea .slick-list {
  overflow: visible !important;
}
#table #h204 .slideArea .slick-slide {
  background-color: #fff;
}
#table #h204 .slideArea .slick-slide img {
  transition: opacity 0.3s;
  opacity: 0.4;
}
#table #h204 .slideArea .slick-slide.slick-current img {
  opacity: 1;
}
#table #h205 ul {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
#table #h205 ul:last-of-type {
  background: url(../img/table/arrow02.png) no-repeat 50% 100%;
  margin-bottom: 130px;
  padding-bottom: 100px;
}
#table #h205 ul li {
  max-width: 300px;
  margin-left: 5%;
  position: relative;
  width: 30%;
}
#table #h205 ul li:before {
  background: url(../img/table/arrow01.png) no-repeat 0 0;
  content: "";
  height: 50px;
  display: block;
  position: absolute;
  top: 30%;
  left: -30px;
  width: 21px;
}
#table #h205 ul li:first-child {
  margin-left: 0;
}
#table #h205 ul li:first-child:before {
  display: none;
}
#table #h205 ul li img {
  display: block;
}
#table #h205 ul li span {
  display: block;
  margin-top: 8px;
  line-height: 140%;
}
#table #h205 .pictArea {
  min-height: 800px;
  padding-right: 500px;
  position: relative;
}
#table #h205 .pictArea p {
  padding: 0;
  position: relative;
  z-index: 2;
}
#table #h205 .pictArea .pict {
  position: absolute;
  top: -40px;
  right: -200px;
}
@media screen and (max-width: 1400px) {
  #table #h205 .pictArea {
    min-height: 600px;
  }
  #table #h205 .pictArea .pict {
    right: -100px;
    width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  #table #h205 .pictArea {
    min-height: 500px;
  }
  #table #h205 .pictArea .pict {
    right: 0;
    width: 700px;
  }
}

@media screen and (max-width: 1010px) {
  .sec-title-area {
    background-position: 100% 100%;
    height: 400px;
  }
  .sec-title-area h1 {
    box-sizing: border-box;
    padding-left: 40px;
  }
  .sec-title-area .topic-path {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
  }

  .section-wrapper .leadArea {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .section-wrapper .secCont {
    box-sizing: border-box;
    padding: 0 20px;
  }

  #about .sec-title-area {
    background-image: url(../img/about/mainBg_sp.png);
  }
  #about #h201 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 22%, #fcf9f2 22%, #fcf9f2 88%, #ffffff 88%, #ffffff 100%);
  }
  #about #h201 .secCont {
    min-height: 0;
    padding-bottom: 20px;
  }
  #about #h201 .secCont .pict {
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
  }
  #about #h201 h3 {
    padding-left: 0;
  }
  #about #h201 p {
    margin: 0 0 40px;
    width: auto;
  }
  #about #h202 {
    background: url(../img/about/bg03_sp.jpg) no-repeat 100% 0, linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 65%, #F1EEDD 65%, #F1EEDD 96%, #ffffff 96%, #ffffff 100%);
    background-size: 100%, auto;
  }
  #about #h202 dl {
    display: block;
    margin: 0 0 40px;
  }
  #about #h202 dl dt {
    margin-bottom: 20px;
    width: auto !important;
  }
  #about #h202 dl dd {
    margin-left: 40px;
    width: auto !important;
  }
  #about #h202 dl:last-of-type {
    margin: 0 0 110px;
  }
  #about #h203 .secCont {
    padding-bottom: 50px;
  }
  #about #h203 .secCont:after {
    display: none;
  }

  #products .sec-title-area {
    background-image: url(../img/products/mainBg_sp.png);
  }
  #products #h201 h3,
  #products #h201 p {
    padding: 0;
  }
  #products #h201 .slideArea {
    border-left: none;
    margin: 0 auto 50px;
  }
  #products #h201 .slideArea:after {
    right: -40px;
  }
  #products #h201 .slideArea .slideThum {
    display: none;
  }
  #products #h202 .secCont {
    display: block;
    padding-bottom: 200px;
    position: relative;
  }
  #products #h202 .secCont .detail {
    margin-bottom: 60px;
    max-width: 100%;
  }
  #products #h202 .pict {
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 460px;
  }
  #products #h202 .pict:before {
    background-color: #FFF9E9;
    content: "";
    height: 320px;
    display: block;
    position: absolute;
    top: auto;
    bottom: -40px;
    left: -30px;
    width: 100%;
  }
  #products #h202 .pict img {
    position: relative;
    top: auto;
    right: auto;
  }

  #belief .sec-title-area {
    background-image: url(../img/belief/mainBg_sp.png);
  }
  #belief section {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 80%, #FCF9F2 80%, #FCF9F2 100%) !important;
    margin-bottom: 60px;
    padding-bottom: 100px;
  }
  #belief section .secCont {
    display: block;
  }
  #belief section .pict {
    margin: 0 auto 80px;
    position: relative;
    width: 50%;
  }
  #belief section .pict:before {
    height: 100%;
    width: 100%;
  }
  #belief section .detail {
    padding-left: 0;
    width: auto;
  }
  #belief section .detail:before {
    display: none;
  }
  #belief section .detail h2 {
    color: #00803a;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Meiryo UI", "メイリオ", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 175%;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 120%;
  }
  #belief section .detail h2 span {
    display: block;
    color: #808080;
    font-size: 50%;
  }
  #belief section .detail p {
    margin: 0 0 30px !important;
    width: auto;
  }
  #belief section:nth-of-type(3) {
    margin-bottom: 120px;
  }

  #traceability .sec-title-area {
    background-image: url(../img/belief/traceability/mainBg_sp.png);
  }

  #quality .sec-title-area {
    background-image: url(../img/belief/quality/mainBg_sp.png);
  }
  #quality section.h202 .pictArea02 {
    margin-top: 120px;
    padding: 0;
    position: relative;
  }
  #quality section.h202 .pictArea02 .pict {
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
  }
  #quality section.h202 .pictArea02 section {
    margin-bottom: 50px;
  }
  #quality section.h203 {
    margin-bottom: 100px;
  }
  #quality section.h203 .secCont {
    padding: 60px 40px;
  }
  #quality section.h203 .secCont p {
    margin-bottom: 50px;
    padding-left: 40px;
  }
  #quality section.h203 .secCont .pict {
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
  }

  #development .sec-title-area {
    background-image: url(../img/belief/development/mainBg_sp.png);
  }

  #table .sec-title-area {
    background-image: url(../img/table/mainBg_sp.png);
  }
  #table #h203 h2 {
    margin-bottom: 50px;
  }
  #table #h203 .pictArea {
    display: block;
    flex-flow: row-reverse;
    padding-bottom: 0;
    position: relative;
  }
  #table #h203 .pictArea .detail {
    max-width: 100%;
    margin: 0 0 100px;
  }
  #table #h203 .pictArea .detail h3,
  #table #h203 .pictArea .detail p {
    padding: 0 40px;
  }
  #table #h203 .pict {
    margin: 0 auto;
    position: relative;
    width: 460px;
  }
  #table #h203 .pict:before {
    background-color: #FFF9E9;
    content: "";
    height: 320px;
    display: block;
    width: 100%;
  }
  #table #h203 .pict img {
    position: absolute;
    top: -40px;
    left: -40px;
  }
  #table #h204 .slideArea {
    width: 590px;
  }
}
@media screen and (max-width: 769px) {
  .sec-title-area {
    height: 65vw;
    margin-bottom: 15vw;
  }
  .sec-title-area h1 {
    box-sizing: border-box;
    padding-left: 6vw;
  }
  .sec-title-area h1 span {
    margin-left: -2vw;
  }
  .sec-title-area .topic-path {
    display: none;
  }

  .section-wrapper .leadArea {
    box-sizing: border-box;
    padding: 0 4vw;
  }
  .section-wrapper .leadArea .subNav {
    flex-wrap: wrap;
    margin: 0 -4vw 7vw;
  }
  .section-wrapper .leadArea .subNav li:before {
    margin: 0 2vw;
  }
  .section-wrapper .secCont {
    box-sizing: border-box;
    padding: 0 4vw;
  }
  .section-wrapper h2.s01 {
    margin-bottom: 5vw;
  }
  .section-wrapper h2.s01:before {
    height: 3px;
    margin-right: 2vw;
    vertical-align: 0.3em;
    width: 2vw;
  }

  #about .anchor {
    justify-content: flex-start;
    margin: 0 auto 15vw;
    padding: 4vw 4vw 1vw;
  }
  #about .anchor li {
    margin: 0 0 4vw !important;
    width: 50%;
  }
  #about section h2 {
    margin-bottom: 10vw;
  }
  #about #h201 .secCont {
    padding-bottom: 4vw;
  }
  #about #h201 h3 {
    margin-bottom: 5vw;
  }
  #about #h201 p {
    margin: 0 0 5vw;
  }
  #about #h202 dl {
    margin: 0 0 5vw;
  }
  #about #h202 dl dt {
    margin-bottom: 3vw;
  }
  #about #h202 dl dd {
    border-left-width: 3px;
    margin-left: 40px;
  }
  #about #h202 dl:last-of-type {
    margin: 0 0 12vw;
  }
  #about #h203 .secCont {
    padding-bottom: 10vw;
  }
  #about #h203 table th {
    display: block;
    border-bottom: none;
    padding: 4vw 0 1vw;
    width: 100%;
  }
  #about #h203 table td {
    display: block;
    color: #333;
    padding: 0 0 4vw;
  }
  #about #h203 table tr:first-of-type td {
    border-top: none;
  }
  #about #h204 .secCont {
    padding-bottom: 15vw;
  }
  #about #h204 .map {
    margin: 0 auto 4vw;
  }
  #about #h205 {
    padding-bottom: 14vw;
  }
  #about #h205 .fig {
    margin: 6vw auto;
    text-align: center;
  }
  #about #h205 p {
    margin: 4vw auto 0;
  }

  #products {
    background-size: 40vw, 40vw, 40vw;
  }
  #products .anchor {
    flex-flow: column;
    margin: 0 auto 12vw;
    padding: 0;
  }
  #products .anchor li:first-child {
    margin: 0 0 5vw;
  }
  #products h2 {
    margin-bottom: 3vw;
  }
  #products #h201 {
    margin-bottom: 20vw;
    overflow: hidden;
  }
  #products #h201 h3 {
    margin-bottom: 3vw;
  }
  #products #h201 .slideArea {
    margin: 0 auto 10vw;
    position: relative;
    width: 100%;
  }
  #products #h201 .slideArea .slick-slider {
    z-index: 2;
  }
  #products #h201 .slideArea:after {
    height: 60vw;
    bottom: -7vw;
    right: -5vw;
    width: 100%;
  }
  #products #h202 .secCont {
    padding-bottom: 200px;
    position: relative;
  }
  #products #h202 .pict {
    max-width: 460px;
    width: 100%;
  }
  #products #h202 .pict:before {
    height: 45vw;
  }

  #belief section {
    margin-bottom: 10vw;
    padding-bottom: 10vw;
  }
  #belief section .pict {
    margin: 0 auto 8vw;
    position: relative;
    width: 100%;
  }
  #belief section .pict img {
    transform: translate(-4vw, -4vw);
  }
  #belief section .pict:before {
    top: 4vw;
    left: 4vw;
  }
  #belief section .pict dl {
    transform: translate(-4vw, -4vw);
  }
  #belief section .detail h2 {
    margin-bottom: 3vw;
  }
  #belief section .detail p {
    margin: 0 0 8vw !important;
  }
  #belief section .detail .moreLink {
    margin: 0 0 0 5vw !important;
  }
  #belief section .detail .moreLink .moreTxt {
    display: inline-block;
    text-align: left;
  }
  #belief section .detail .moreLink .moreTxt:before {
    width: 65%;
  }
  #belief section:nth-of-type(2) .pict img {
    transform: translate(4vw, -4vw);
  }
  #belief section:nth-of-type(2) .pict:before {
    top: 4vw;
    right: 4vw;
    left: auto;
  }
  #belief section:nth-of-type(2) .pict dl {
    transform: translate(4vw, -4vw);
  }
  #belief section:nth-of-type(2) .pict dl dd {
    padding-left: 20px;
    text-indent: -14px;
  }
  #belief section:nth-of-type(3) {
    margin-bottom: 15vw;
  }

  #traceability .section-wrapper .leadArea p {
    padding: 0;
  }
  #traceability .section-wrapper h2.s01:before {
    margin-right: 1vw;
  }
  #traceability .section-wrapper h2.s01 + p {
    margin: 0 0 8vw;
    padding: 0;
  }
  #traceability h3 {
    margin: 0 auto 5vw;
  }
  #traceability h3 span {
    padding: 0 2vw;
  }
  #traceability .fig {
    margin-bottom: 8vw;
  }
  #traceability .footLink {
    padding: 3vw 0 7vw;
  }
  #traceability .footLink dt {
    margin: 0 auto 4vw;
  }
  #traceability .footLink dd {
    margin: 0 auto;
    width: 60vw;
  }
  #traceability .footLink dd a {
    background-color: #569F56;
    display: block;
    padding: 2vw;
    text-align: left;
  }
  #traceability .footLink dd a .moreTxt:before {
    bottom: 3vw;
    width: 15%;
  }
  #traceability .footLink dd a .moreTxt:after {
    bottom: 3vw;
  }

  #development .section-wrapper .leadArea p {
    padding: 0;
  }
  #development section {
    margin-bottom: 12vw;
  }
  #development section p {
    margin: 0 0 8vw;
    padding: 0;
  }
  #development section.h201 {
    padding-bottom: 3vw;
  }
  #development section.h202 h3 {
    margin-bottom: 3vw;
    padding-left: 0;
  }
  #development section.h203 {
    background: none;
  }
  #development section.h203 .fig {
    margin: 0 auto 4vw;
  }

  #quality .section-wrapper .leadArea p {
    padding: 0;
  }
  #quality section {
    margin-bottom: 12vw;
  }
  #quality section h3 {
    margin-bottom: 3vw;
    padding-left: 0;
  }
  #quality section.h201 p {
    margin: 0 0 5vw;
    padding: 0;
  }
  #quality section.h201 .fig {
    margin: 0 auto;
    text-align: center;
  }
  #quality section.h202 .comparison {
    background-size: 15%;
    margin-bottom: 5vw;
    display: block;
    padding-bottom: 15vw;
  }
  #quality section.h202 .comparison dl {
    background-color: #F1F8E6;
    box-sizing: border-box;
    width: 100%;
  }
  #quality section.h202 .comparison dl dt {
    padding: 2vw;
  }
  #quality section.h202 .comparison dl dd {
    padding: 2vw;
  }
  #quality section.h202 .comparison dl:last-of-type {
    border-left: none;
  }
  #quality section.h202 .pictArea01 {
    margin-bottom: 11vw;
    padding: 4vw;
  }
  #quality section.h202 .pictArea01 .pict {
    margin: 4vw auto 0;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
  }
  #quality section.h202 .pictArea02 {
    margin-top: 0;
    padding: 0;
  }
  #quality section.h202 .pictArea02 table {
    width: 100%;
  }
  #quality section.h202 .pictArea02 table th {
    padding: 2vw;
    width: 20vw;
  }
  #quality section.h202 .pictArea02 table td {
    padding: 2vw;
  }
  #quality section.h203 {
    margin-bottom: 12vw;
  }
  #quality section.h203 .secCont {
    padding: 5vw 4vw;
    position: relative;
  }
  #quality section.h203 .secCont p {
    margin-bottom: 5vw;
    padding-left: 0;
  }
  #quality section.h204 {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 10%, #FFFAEA 10%, #FFFAEA 100%);
    margin-bottom: 0;
  }
  #quality section.h204 .certification {
    display: block;
    padding: 2vw 1vw 5vw;
  }
  #quality section.h204 .certification dl {
    margin-bottom: 4vw;
    width: 100%;
  }

  #table h3 {
    margin-bottom: 3vw;
  }
  #table section {
    margin-bottom: 10vw;
  }
  #table section p {
    padding: 0;
  }
  #table #h201 h3 {
    margin-bottom: 3vw;
    padding-left: 0;
  }
  #table #h201 .fig {
    margin: 0 auto 5vw;
    padding: 0;
  }
  #table #h203 h2 {
    margin-bottom: 5vw;
  }
  #table #h203 .pictArea {
    padding-bottom: 0;
  }
  #table #h203 .pictArea .detail {
    margin-bottom: 10vw;
  }
  #table #h203 .pictArea .detail h3,
  #table #h203 .pictArea .detail p {
    padding: 0;
  }
  #table #h203 .pict {
    width: 60%;
  }
  #table #h203 .pict:before {
    height: 35vw;
    position: absolute;
    bottom: -4vw;
    right: -4vw;
  }
  #table #h203 .pict img {
    position: relative;
    top: auto;
    left: auto;
  }
  #table #h204 {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 52%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #ffffff 0%, #ffffff 35%, #D0E7D5 35%, #D0E7D5 100%);
    padding-bottom: 5vw;
  }
  #table #h204 h2 {
    margin-bottom: 2vw;
  }
  #table #h204 .yearWrap {
    max-width: 100%;
    margin: 0 0 4vw;
    overflow-x: scroll;
    width: 100%;
  }
  #table #h204 .year {
    padding-top: 22vw;
    width: 200%;
  }
  #table #h204 .year .date {
    background-size: 100%;
    height: 22vw;
    padding-top: 5vw;
    top: 0;
    left: 89.5%;
    width: 20vw;
  }
  #table #h204 .year .date.april {
    left: 0;
  }
  #table #h204 .year .date.may {
    left: 12%;
  }
  #table #h204 .year .date.june {
    left: 25%;
  }
  #table #h204 .year .date.july {
    left: 37.5%;
  }
  #table #h204 .year .date.august {
    left: 50.5%;
  }
  #table #h204 .year .date.september {
    left: 63.5%;
  }
  #table #h204 .year .date.october {
    left: 76.5%;
  }
  #table #h204 .slideArea {
    width: 100%;
  }
  #table #h204 .slideArea .slick-prev {
    display: none !important;
  }
  #table #h204 .slideArea .slick-next {
    display: none !important;
  }
  #table #h205 ul {
    display: block;
    justify-content: center;
    margin-bottom: 8vw;
  }
  #table #h205 ul:last-of-type {
    margin-bottom: 10vw;
    padding-bottom: 80px;
  }
  #table #h205 ul li {
    max-width: 100%;
    margin: 0 auto 3vw !important;
    text-align: center;
    width: 80%;
  }
  #table #h205 ul li:before {
    background-image: url(../img/table/arrow01_2.png);
    height: 20px;
    margin: 0 auto 4vw;
    position: relative;
    top: auto;
    left: auto;
    width: 50px;
  }
  #table #h205 ul li:first-child {
    margin-left: 0;
  }
  #table #h205 ul li:first-child:before {
    display: none;
  }
  #table #h205 ul li img {
    display: block;
    margin: 0 auto;
  }
  #table #h205 .pictArea {
    min-height: 0;
    padding-right: 0;
    position: relative;
  }
  #table #h205 .pictArea p {
    padding: 0;
    position: relative;
    z-index: 2;
  }
  #table #h205 .pictArea .pict {
    position: relative;
    top: auto;
    right: auto;
    margin: 7vw auto 0;
    width: 80%;
  }
}
