@charset "UTF-8";
/*!
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
/**
 # Foundation
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,200;0,300;0,400;0,700;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* reset for form */
input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", Meiryo, 'Noto Sans JP', YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif,-apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  color: #000;
  text-align: left;
  background-color: #FFF;
  font-size: 1.6rem;
  font-weight: normal;
  overflow-x: hidden;
  font-weight: 400;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}
.display-none {
  display: none;
}
.pc {
  display: block !important;
}

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

.smp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .smp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 4.06vw;
    padding: 0;
  }
}

/**
 # Vendor CSS
 */
/**
 # Layout
 */
/*--------------------------------------------------------------
    # footer.scss
--------------------------------------------------------------*/
.l--footer {
  margin: 0px 0 0;
  background-color: #4E4E4E;
  padding: 80px 30px;
}

.l--footer__inner {
  max-width: 960px;
  margin: 0 auto;
}

.l--footer-logo {
  display: block;
  width: 230px;
  margin: 0 auto 30px;
}

.l--footer-logo img {
  width: 100%;
  vertical-align: bottom;
}

.l--footer-list {
  text-align: center;
  letter-spacing: -0.45em;
  margin: 0 0 30px;
}

.l--footer-list li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #FFF;
}

.l--footer-list li a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0 40px 0 0;
  background-image: url(../images/common/icon-blank.png);
  background-repeat: no-repeat;
  background-position: 98.65% center;
  background-size: 10px 10px;
  padding: 0 20px 0 0;
}

.l--footer-list li a:link {
  color: #FFF;
  text-decoration: none;
}

.l--footer-list li a:visited {
  color: #FFF;
  text-decoration: none;
}

.l--footer-list li a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.35;
}

.l--footer-list li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.l--footer-copyright {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .l--footer {
    margin: 8.53333vw 0 0;
    padding: 8.53333vw 0;
  }
  .l--footer-logo {
    width: 42.66667vw;
    margin: 0 auto 4.8vw;
  }
  .l--footer-logo img {
    width: 100%;
    vertical-align: bottom;
  }
  .l--footer-list {
    text-align: left;
    background-color: #333;
    margin: 0 0 6.4vw;
  }
  .l--footer-list li {
    display: block;
    margin: 0;
    padding: 3.2vw 5.33333vw 3.2vw;
    border-right: none;
    border-bottom: 1px solid #4E4E4E;
    background-image: url(../images/common/arrow__04.png);
    background-repeat: no-repeat;
    background-position: 95.65% center;
    background-size: 1.33333vw;
  }
  .l--footer-list li a {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    display: inline-block;
    font-size: 3.2vw;
    background-image: url(../images/common/icon-blank.png);
    background-repeat: no-repeat;
    background-position: 98.65% center;
    background-size: 2.66667vw 2.66667vw;
    padding: 0 5.33333vw 0 0;
  }
  .l--footer-list li:last-child {
    margin: 0;
    padding: 3.2vw 5.33333vw 3.2vw;
    border-right: none;
    border-bottom: 1px solid #4E4E4E;
  }
  .l--footer-copyright {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    color: #FFF;
  }
}

/*
     Page top
--------------------------------------------------------------*/
.page--top-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
  width: 60px;
  height: 60px;
  background-color: #6BA329;
}

.page--top-wrap a {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.page--top-wrap a:before {
  width: 16px;
  height: 2px;
  margin-top: -10px;
  background-color: #FFF;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page--top-wrap a:after {
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  margin-left: -2px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.page--top-wrap a:hover {
  opacity: 0.65;
}

@media screen and (max-width: 768px) {
  .page--top-wrap {
    width: 21.33333vw;
    height: 21.33333vw;
    bottom: 5.33333vw;
    right: 5.33333vw;
  }
  .page--top-wrap a {
    right: 0;
    position: absolute;
    display: block;
    width: 21.33333vw;
    height: 21.33333vw;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .page--top-wrap a:before {
    width: 16px;
    height: 2px;
    margin-top: -10px;
    background-color: #FFF;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page--top-wrap a:after {
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    margin-left: -2px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .page--top-wrap a:hover {
    opacity: 0.65;
  }
}

/*--------------------------------------------------------------
    # header.scss
--------------------------------------------------------------*/
/*  header
--------------------------------------------------------------*/
.clearance--box {
  height: 104px;
}

.l--header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  background-color: #FFF;
}

.l--header__inner {
  position: relative;
  height: 104px;
}

.l--header-logo {
  position: absolute;
  top: 16px;
  left: 24px;
  width: 207px;
  display: block;
}

.l--header-logo a {
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--header-logo a:hover {
  opacity: 0.45;
}

.l--header-logo a img {
  width: 100%;
  vertical-align: bottom;
}

.l--header-link {
  position: absolute;
  right: 24px;
  top: 26px;
  display: flex;
}

.l--header-link li a {
  display: block;
  padding: 0 18px 0 0;
  border-right: 1px solid #C3C3C3;
  margin: 0 18px 0 0;
  font-size: 1.3rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--header-link li a:link {
  color: #113407;
  text-decoration: none;
}

.l--header-link li a:visited {
  color: #113407;
  text-decoration: none;
}

.l--header-link li a:hover {
  color: #113407;
  text-decoration: underline;
  opacity: 0.65;
}

.l--header-link li:last-child a {
  padding: 0;
  border: none;
  margin: 0;
}

@media screen and (max-width: 1365px) {
  .clearance--box {
    height: 66px;
  }
  .l--header__inner {
    position: relative;
    height: 66px;
  }
  .l--header-link {
    position: absolute;
    right: 120px;
    top: 26px;
  }
}

@media screen and (max-width: 768px) {
  .clearance--box {
    height: 13.33333vw;
  }
  .l--header__inner {
    height: 13.33333vw;
  }
  .l--header-logo {
    top: 2.66667vw;
    left: 2.66667vw;
    width: 40vw;
  }
  .l--header-link {
    right: 12vw;
    top: 4.8vw;
  }
  .l--header-link li a {
    padding: 0 1.6vw 0 0;
    border-right: 1px solid #C3C3C3;
    margin: 0 1.6vw 0 0;
    font-size: 2.93333vw;
  }
  .l--header-link li:last-child a {
    padding: 0;
    border: none;
    margin: 0;
  }
}

/**
 # Objects -  Compornent -
 */
/**
 # Objects -  project -
 */
/*
    animation.scss
---------------------------------------------------------------------------- */
/*
    home[keyvisual]
--------------------------------------------------------------*/
body.loading .h--hero-images {
  opacity: 0.5;
  transform: translateY(0);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transform: scale(1.3);
}

body.loaded .h--hero-images {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
  transform: scale(1);
}

body.loading .h--hero-main-title {
  opacity: 0.0;
  transform: translateY(0);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.75s;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

body.loaded .h--hero-main-title {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

body.loading .h--hero-main-text {
  opacity: 0.0;
  transform: translateY(0);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.5s;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

body.loaded .h--hero-main-text {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

body.loading .h--approach-title .approach-sub {
  opacity: 0.0;
  transform: translateY(0);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.25s;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

body.loaded .h--approach-title .approach-sub {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

body.loading .h--approach-title .approach-main {
  opacity: 0.0;
  transform: translateY(0);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.55s;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

body.loaded .h--approach-title .approach-main {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

body.loading .h--approach-text {
  opacity: 0.0;
  transform: translateY(50px);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.55s;
}

body.loaded .h--approach-text {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
}

body.loading .h--approach-meta {
  opacity: 0.0;
  transform: translateY(50px);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1.55s;
}

body.loaded .h--approach-meta {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
}

body.loading .h--approach {
  opacity: 1.0;
  background-color: #FFF;
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 1s;
}

body.loaded .h--approach {
  opacity: 1;
  background-color: #458833;
}

/*
    home[sectioin]
--------------------------------------------------------------*/
.h--navs-box-images {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.5s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transform: scale(1.25);
}

.h--navs-box-images.lazyloaded {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
  transform: scale(1);
}

.h--navs-box-contents {
  opacity: 0.0;
  transform: translateY(50px);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.5s;
}

.h--navs-box-contents.lazyloaded {
  opacity: 1;
  transform: translateY(0);
}

.h--sitemap-title .sitemap-sub {
  opacity: 0.0;
  transform: translateY(0);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.h--sitemap-title .sitemap-sub.lazyloaded {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.h--sitemap-title .sitemap-main {
  opacity: 0.0;
  transform: translateY(0);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.h--sitemap-title .sitemap-main.lazyloaded {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.h--sitemap-nav {
  opacity: 0.0;
  transform: translateY(50px);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.85s;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.h--sitemap-nav.lazyloaded {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.h--initiatives-images {
  opacity: 0.0;
  transform: translateY(50px);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.25s;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.h--initiatives-images.lazyloaded {
  opacity: 1;
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.h--initiatives-contents {
  opacity: 0.0;
  transform: translateY(100px);
  transition: 1s cubic-bezier(0.09, 0.43, 0.1, 0.79) 0.55s;
}

.h--initiatives-contents.lazyloaded {
  opacity: 1;
  transform: translateY(0);
}

/*
    gmenu
---------------------------------------------------------------------------- */
.l--gmenuNav {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
}

.en .navigation-list {
  width: 1400px;
  align-items: center;
}

.en .navigation-list > li a {
  font-size: 1.3rem;
  padding: 21px 0 21px;
}

.navigation-list {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  margin: 0 auto;
}

.navigation-list li > ul {
  display: none;
}

.navigation-list > li {
  position: relative;
}

.navigation-list > li a {
  display: block;
  padding: 21px 0 21px;
  font-size: 1.4rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.navigation-list > li a:link {
  color: #113407;
  text-decoration: none;
}

.navigation-list > li a:visited {
  color: #113407;
  text-decoration: none;
}

.navigation-list > li a:hover {
  color: #113407;
  text-decoration: none;
  opacity: 0.65;
}

.navigation-list > li a.navigation-list-parents {
  padding: 21px 15px 21px 0;
  background-image: url(../images/common/arrow__03.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right center;
}

.navigation-list .navigation-list-submenu {
  width: 280px;
  background-color: #458833;
  padding: 20px;
  position: absolute;
}

.navigation-list .navigation-list-submenu > li a {
  font-size: 1.3rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  padding: 10px 0 10px 15px;
  background-image: url(../images/common/arrow__04.png);
  background-repeat: no-repeat;
  background-size: 4px;
  background-position: left center;
  line-height: 1.8;
}

.navigation-list .navigation-list-submenu > li a:link {
  color: #FFF;
  text-decoration: none;
}

.navigation-list .navigation-list-submenu > li a:visited {
  color: #FFF;
  text-decoration: none;
}

.navigation-list .navigation-list-submenu > li a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.65;
}

@media screen and (max-width: 1365px) {
  .navigation-list {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .navigation-list li > ul {
    display: none;
  }
  .navigation-list > li {
    position: relative;
    cursor: pointer;
  }
  .navigation-list > li a {
    pointer-events: none;
    display: block;
    padding: 30px;
    font-size: 1.6rem;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    border-bottom: 1px solid #7DAC71;
  }
  .navigation-list > li a:link {
    color: #FFF;
    text-decoration: none;
  }
  .navigation-list > li a:visited {
    color: #FFF;
    text-decoration: none;
  }
  .navigation-list > li a:hover {
    color: #FFF;
    text-decoration: none;
    opacity: 0.65;
  }
  .navigation-list > li.active a.navigation-list-parents span i:after {
    display: none;
  }
  .navigation-list > li a.navigation-list-parents {
    padding: 30px;
    background: none;
    position: relative;
  }
  .navigation-list > li a.navigation-list-parents span {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
    border: 1px solid #FFF;
  }
  .navigation-list > li a.navigation-list-parents span i {
    position: relative;
    width: 25px;
    height: 25px;
    display: block;
  }
  .navigation-list > li a.navigation-list-parents span i:before {
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 16px;
    height: 1px;
    display: block;
    top: 11px;
    left: 4px;
  }
  .navigation-list > li a.navigation-list-parents span i:after {
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 1px;
    height: 16px;
    display: block;
    top: 4px;
    left: 11px;
  }
  .navigation-list .navigation-list-submenu {
    background-color: #FFF;
    width: auto;
    position: relative;
    padding: 0;
  }
  .navigation-list .navigation-list-submenu > li a {
    pointer-events: all;
    font-size: 1.4rem;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    padding: 15px 50px;
    background: none;
    border-bottom: 1px solid #7DAC71;
    background-image: url(../images/common/arrow__02.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 30px center;
  }
  .navigation-list .navigation-list-submenu > li a:link {
    color: #458833;
    text-decoration: none;
  }
  .navigation-list .navigation-list-submenu > li a:visited {
    color: #458833;
    text-decoration: none;
  }
  .navigation-list .navigation-list-submenu > li a:hover {
    color: #458833;
    text-decoration: none;
    opacity: 0.65;
  }
}

@media screen and (max-width: 768px) {
  .navigation-list > li a {
    pointer-events: none;
    display: block;
    padding: 5.33333vw;
    font-size: 3.2vw;
  }
  .navigation-list > li a.navigation-list-parents {
    padding: 5.33333vw;
    background: none;
    position: relative;
  }
  .navigation-list > li a.navigation-list-parents span {
    display: block;
    position: absolute;
    top: 4.26667vw;
    right: 3.2vw;
    width: 5.33333vw;
    height: 5.33333vw;
    border: 1px solid #FFF;
  }
  .navigation-list > li a.navigation-list-parents span i {
    position: relative;
    width: 5.33333vw;
    height: 5.33333vw;
    display: block;
  }
  .navigation-list > li a.navigation-list-parents span i:before {
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 3.2vw;
    height: 1px;
    display: block;
    top: 2.4vw;
    left: 0.8vw;
  }
  .navigation-list > li a.navigation-list-parents span i:after {
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 1px;
    height: 3.2vw;
    display: block;
    top: 0.8vw;
    left: 2.4vw;
  }
  .navigation-list .navigation-list-submenu > li a {
    pointer-events: all;
    font-size: 2.93333vw;
    padding: 3.2vw 9.6vw;
    background: none;
    border-bottom: 1px solid #7DAC71;
    background-image: url(../images/common/arrow__02.png);
    background-repeat: no-repeat;
    background-size: 2.13333vw;
    background-position: 5.33333vw center;
  }
}

/*
    Hamburger menu
---------------------------------------------------------------------------- */
.scroll-lock {
  overflow: hidden;
}

@media screen and (max-width: 1365px) {
  .burger--wrap {
    height: 50px;
    width: 50px;
    top: 8px;
    right: 24px;
    position: absolute;
    z-index: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .burger {
    width: 24px;
    height: 14px;
    z-index: 9999;
    display: flex;
    align-items: center;
    position: relative;
  }
  .burger .line {
    width: 24px;
    height: 2.0px;
    background: #458833;
    transition: 0.3s;
    right: 0;
    position: absolute;
  }
  .burger::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2.0px;
    top: 0;
    right: 0;
    background: #458833;
    transition: 0.6s;
  }
  .burger::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2.0px;
    bottom: 0;
    right: 0;
    background: #458833;
    transition: 0.8s;
  }
  .navigation.nav-active {
    display: block;
    z-index: 300;
    animation: show 0.25s linear 0s;
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .navigation {
    display: none;
    opacity: 0.0;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .navigation .navigation--content {
    background: rgba(69, 136, 51, 0.8);
    padding: 0;
    height: 100vh;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 100;
  }
  .navigation .navigation--content__inner {
    position: relative;
    padding: 180px 0 0;
  }
  .burger--wrap.burger--wrap-active {
    background-color: #FFF;
  }
  .burger-active::before {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #458833;
  }
  .burger-active::after {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #458833;
    width: 100%;
  }
  .burger-active > .line {
    transform: scale(0);
  }
  .nav-active {
    top: 0;
    right: 0;
    opacity: 1.0;
  }
  .burger-active .line {
    background-color: #FFF;
  }
}

@media screen and (max-width: 768px) {
  .burger--wrap {
    height: 8vw;
    width: 8vw;
    top: 2.66667vw;
    right: 1.6vw;
  }
  .burger {
    width: 6.4vw;
    height: 3.73333vw;
  }
  .burger .line {
    width: 6.4vw;
  }
  .burger::before {
    width: 6.4vw;
  }
  .burger::after {
    width: 6.4vw;
  }
  .navigation {
    display: none;
    opacity: 0.0;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .navigation .navigation--content {
    background: rgba(69, 136, 51, 0.8);
    padding: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 100;
  }
  .navigation .navigation--content__inner {
    padding: 10.66667vw 0 0;
  }
  .burger--wrap.burger--wrap-active {
    background-color: #FFF;
  }
  .burger-active::before {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #458833;
  }
  .burger-active::after {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #458833;
    width: 100%;
  }
  .burger-active > .line {
    transform: scale(0);
  }
  .nav-active {
    top: 0;
    right: 0;
    opacity: 1.0;
  }
  .burger-active .line {
    background-color: #FFF;
  }
}

/**
 # Objects -  pages -
 */
/*--------------------------------------------------------------
    # _home.scss
--------------------------------------------------------------*/
/*  keyvisual
--------------------------------------------------------------*/
.h--hero {
  width: auto;
  height: 42.16691069vw;
  position: relative;
}

.h--hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42.16691069vw;
}

.h--hero-main {
  max-width: 45.75402635%;
}

.h--hero-main-title {
  font-weight: 700;
  font-size: 4.0rem;
  color: #FFF;
  text-align: center;
  margin: 0 0 25px;
}

.h--hero-main-text {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

.h--hero-images {
  background-image: url(../images/second/home/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #000;
  display: block;
  height: 42.16691069vw;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.h--hero-name {
  position: absolute;
  right: 20px;
  font-size: 1.4rem;
  color: #FFF;
  top: 20px;
}

@media screen and (max-width: 768px) {
  .h--hero {
    height: 122.66667vw;
  }
  .h--hero__inner {
    height: 122.66667vw;
  }
  .h--hero-main {
    max-width: 86.75402635%;
  }
  .h--hero-main-title {
    font-size: 10.13333vw;
    margin: 0 0 3.2vw;
    line-height: 1.4;
  }
  .h--hero-main-text {
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 1.75;
  }
  .h--hero-images {
    background-image: url(../images/second/home/main.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-color: #000;
    display: block;
    height: 122.66667vw;
  }
  .h--hero-name {
    right: 3.2vw;
    font-size: 2.66667vw;
    top: 3.2vw;
  }
}

/*  approach
--------------------------------------------------------------*/
.h--approach {
  background-color: #458833;
  position: relative;
  width: auto;
  padding: 75px 40px 65px;
}

.h--approach__inner {
  max-width: 832px;
  margin: 0 auto;
}

.h--approach-title {
  margin: 0 0 40px;
  text-align: center;
}

.h--approach-title .approach-sub {
  font-size: 4.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
  display: block;
}

.h--approach-title .approach-main {
  color: #FFF;
  font-size: 2.6rem;
  letter-spacing: -0.025em;
  font-weight: 700;
  display: block;
  position: relative;
  top: -20px;
}

.h--approach-text {
  text-align: center;
  font-size: 1.6rem;
  color: #FFF;
  margin: 0 0 40px;
}

.h--approach-meta {
  display: flex;
  flex-wrap: wrap;
}

.h--approach-meta-box {
  width: 30.76923077%;
  border-top: 1px solid #7DAC71;
  margin: 0 3.846153846% 0 0;
  padding: 30px 0 0;
}

.h--approach-meta-box:last-child {
  margin: 0;
}

.h--approach-meta-box-title {
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  margin: 0 0 20px;
}

.h--approach-meta-box-data {
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  margin: 0 0 20px;
}

.h--approach-meta-box-data em {
  font-size: 6.4rem;
  font-weight: 700;
}

.h--approach-meta-box-ex {
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .h--approach {
    padding: 9.33333vw 5.33333vw;
  }
  .h--approach__inner {
    max-width: 89.33333vw;
  }
  .h--approach-title {
    margin: 0 0 6.4vw;
  }
  .h--approach-title .approach-sub {
    font-size: 6.4vw;
  }
  .h--approach-title .approach-main {
    font-size: 5.33333vw;
    top: -2.66vw;
  }
  .h--approach-text {
    text-align: left;
    font-size: 3.73333vw;
    margin: 0 0 6.4vw;
    line-height: 1.42857;
  }
  .h--approach-meta-box {
    padding: 6.4vw 0 0;
  }
  .h--approach-meta-box-title {
    font-size: 3.2vw;
    margin: 0 0 3.2vw;
    min-height: 2.0em;
  }
  .h--approach-meta-box-data {
    text-align: center;
    color: #FFF;
    font-size: 3.2vw;
    margin: 0 0 3.2vw;
  }
  .h--approach-meta-box-data em {
    font-size: 9.6vw;
    font-weight: 700;
  }
  .h--approach-meta-box-ex {
    text-align: center;
    color: #FFF;
    font-size: 3.2vw;
  }
}

/*  h--navs
--------------------------------------------------------------*/
.h--navs {
  padding: 100px 40px 95px;
}

.h--navs__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.h--navs__wrapper {
  display: flex;
  justify-content: space-between;
}

.h--navs-box {
  width: 47.5%;
}

.h--navs-box-images {
  display: block;
}

.h--navs-box-images img {
  width: 100%;
  vertical-align: bottom;
}

.h--navs-box-contents {
  position: relative;
  width: 88.77192982%;
  background-color: #FFF;
  border-radius: 4px;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
  top: -30px;
  margin: 0 auto;
}

.h--navs-box-contents__inner {
  padding: 60px 8.893280632%;
}

.h--navs-box-contents-title {
  font-size: 2.2rem;
  color: #458833;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px;
}

.h--navs-box-contents-text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 35px;
}

.h--navs .cmn--button01 {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .h--navs {
    padding: 9.6vw 10.66667vw 6.4vw;
  }
  .h--navs__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .h--navs__wrapper {
    display: block;
  }
  .h--navs-box {
    width: auto;
  }
  .h--navs-box-images {
    display: block;
  }
  .h--navs-box-images img {
    width: 100%;
    vertical-align: bottom;
  }
  .h--navs-box-contents {
    position: relative;
    width: 92.77192982%;
    top: -6.66vw;
  }
  .h--navs-box-contents__inner {
    padding: 5.33333vw;
  }
  .h--navs-box-contents-title {
    font-size: 5.06667vw;
    margin: 0 0 3.2vw;
  }
  .h--navs-box-contents-text {
    font-size: 3.73333vw;
    line-height: 1.6;
    margin: 0 0 6.4vw;
  }
  .h--navs .cmn--button01 {
    margin: 0 auto;
  }
}

/*  h--sitemap
--------------------------------------------------------------*/
.h--sitemap {
  background-color: #EDF4EC;
  padding: 105px 40px 90px;
}

.h--sitemap-title {
  margin: 0 0 40px;
  text-align: center;
}

.h--sitemap-title .sitemap-sub {
  font-size: 4.8rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.1);
  display: block;
}

.h--sitemap-title .sitemap-main {
  color: #000;
  font-size: 2.6rem;
  letter-spacing: -0.025em;
  font-weight: 700;
  display: block;
  position: relative;
  top: -20px;
}

.h--sitemap-nav {
  max-width: 1250px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.h--sitemap-box {
  width: 23.04%;
  margin: 0 2.56% 2.56% 0;
  background-color: #FFF;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
  border-radius: 4px;
}

.h--sitemap-box:nth-child(4n) {
  margin: 0 0 2.56% 0;
}

.h--sitemap-box__inner {
  padding: 40px 6.94444%;
}

.h--sitemap-box-figure {
  width: 55px;
  margin: 0 auto 20px;
}

.h--sitemap-box-figure img {
  width: 100%;
  vertical-align: bottom;
}

.h--sitemap-box-title {
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
  margin: 0 0 30px;
  line-height: 1.33333;
}

.h--sitemap-box-list li {
  margin: 0 0 15px;
}

.h--sitemap-box-list li:last-child {
  margin: 0;
}

.h--sitemap-box-list li a {
  display: block;
  padding: 0 0 0 20px;
  background-image: url(../images/common/arrow__02.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left 4.5px;
  font-size: 1.4rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  line-height: 1.42857;
}

.h--sitemap-box-list li a:link {
  color: #000;
  text-decoration: none;
}

.h--sitemap-box-list li a:visited {
  color: #000;
  text-decoration: none;
}

.h--sitemap-box-list li a:hover {
  color: #458833;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .h--sitemap {
    padding: 9.6vw 5.33333vw 6.4vw;
  }
  .h--sitemap-title {
    margin: 0 0 6.4vw;
  }
  .h--sitemap-title .sitemap-sub {
    font-size: 6.4vw;
  }
  .h--sitemap-title .sitemap-main {
    font-size: 5.33333vw;
    top: -2.66vw;
  }
  .h--sitemap-nav {
    max-width: initial;
  }
  .h--sitemap-box {
    width: 47.76119%;
    margin: 0 4.47761% 4.47761% 0;
  }
  .h--sitemap-box:nth-child(4n) {
    margin: 0 0 4.47761% 0;
  }
  .h--sitemap-box:nth-child(2n) {
    margin: 0 0 4.47761% 0;
  }
  .h--sitemap-box__inner {
    padding: 3.2vw;
  }
  .h--sitemap-box-figure {
    width: 12.26667vw;
    margin: 0 auto 3.2vw;
  }
  .h--sitemap-box-title {
    font-size: 4.26667vw;
    margin: 0 0 6.4vw;
    text-align: left;
  }
  .h--sitemap-box-list li {
    margin: 0 0 3.2vw;
  }
  .h--sitemap-box-list li:last-child {
    margin: 0;
  }
  .h--sitemap-box-list li a {
    padding: 0 0 0 4.8vw;
    background-image: url(../images/common/arrow__02.png);
    background-repeat: no-repeat;
    background-size: 2.13333vw;
    background-position: left 1.6vw;
    font-size: 3.2vw;
  }
}

/*  h--initiatives
--------------------------------------------------------------*/
.h--initiatives {
  padding: 90px 0 0;
  position: relative;
}

.h--initiatives__inner {
  max-width: 1204px;
  margin: 0 auto;
}

.h--initiatives-images {
  display: block;
}

.h--initiatives-images img {
  width: 100%;
  vertical-align: bottom;
}

.h--initiatives-contents {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  top: -30px;
  background-color: #FFF;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
}

.h--initiatives-contents__inner {
  padding: 55px 30px 80px;
}

.h--initiatives-contents-title {
  color: #458833;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 35px;
  text-align: center;
}

.h--initiatives-contents-text {
  width: 49.64912%;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  margin: 0 auto 30px;
}

.h--initiatives-contents-figure {
  width: 89.91228%;
  margin: 0 auto 35px;
}

.h--initiatives-contents-figure img {
  width: 100%;
  vertical-align: bottom;
}

.h--initiatives .cmn--button01 {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .h--initiatives {
    padding: 9.6vw 0 0;
    position: relative;
  }
  .h--initiatives__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .h--initiatives-images {
    display: block;
  }
  .h--initiatives-images img {
    width: 100%;
    vertical-align: bottom;
  }
  .h--initiatives-contents {
    max-width: 88%;
    margin: 0 auto;
    position: relative;
    top: -6.66vw;
  }
  .h--initiatives-contents__inner {
    padding: 6.4vw;
  }
  .h--initiatives-contents-title {
    font-size: 5.06667vw;
    margin: 0 0 6.4vw;
  }
  .h--initiatives-contents-text {
    width: auto;
    font-size: 3.73333vw;
    line-height: 1.6;
    letter-spacing: 0.025em;
    margin: 0 auto 6.4vw;
  }
  .h--initiatives-contents-figure {
    width: auto;
    margin: 0 auto 3.2vw;
  }
  .h--initiatives-contents-figure img {
    width: 100%;
    vertical-align: bottom;
  }
  .h--initiatives .cmn--button01 {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
    # _components.scss
--------------------------------------------------------------*/
/*  Common [config]
--------------------------------------------------------------*/
.cmn--headline {
  background-color: #EDF4EC;
  height: 256px;
  padding: 0 40px;
}

.cmn--headline__inner {
  display: flex;
  align-items: center;
  max-width: 1152px;
  margin: 0 auto;
  height: 256px;
}

.cmn--headline-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #458833;
  letter-spacing: 0.05em;
  position: relative;
}

.cmn--headline-title:before {
  content: "";
  background-color: #458833;
  height: 2px;
  width: 64px;
  display: block;
  position: absolute;
  left: -114px;
  top: 15px;
}

.cmn--main {
  position: relative;
  padding: 0 40px;
  padding-bottom: 60px;
}

.cmn--main-contents {
  max-width: 1152px;
  margin: 0 auto;
}

.cmn--main .cmn--topicpath {
  margin: 32px 0 62px;
}

.cmn--main .cmn--topicpath-list {
  display: flex;
  align-items: center;
}

.cmn--main .cmn--topicpath-list li {
  font-size: 1.4rem;
  color: #000;
  font-weight: 300;
  line-height: 1.0;
  padding: 0;
}

.cmn--main .cmn--topicpath-list li:before {
  display: none;
}

.cmn--main .cmn--topicpath-list li a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.cmn--main .cmn--topicpath-list li a:link {
  color: #000;
  text-decoration: none;
}

.cmn--main .cmn--topicpath-list li a:visited {
  color: #000;
  text-decoration: none;
}

.cmn--main .cmn--topicpath-list li a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.65;
}

.cmn--main .cmn--topicpath-list-arrow {
  width: 36px;
  background-image: url(../images/common/arrow__05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 4px;
  height: 1.4rem;
}

@media screen and (max-width: 768px) {
  .cmn--headline {
    height: 26.66667vw;
    padding: 0;
  }
  .cmn--headline__inner {
    display: flex;
    align-items: center;
    max-width: initial;
    margin: 0 auto;
    height: 26.66667vw;
  }
  .cmn--headline-title {
    font-size: 5.06667vw;
    position: relative;
    padding: 0 0 0 8vw;
  }
  .cmn--headline-title:before {
    content: "";
    background-color: #458833;
    height: 1px;
    width: 5.33333vw;
    display: block;
    position: absolute;
    left: 0;
    top: 3.2vw;
  }
  .cmn--main {
    padding: 0 5.33333vw;
  }
  .cmn--main-contents {
    max-width: initial;
    margin: 0 auto;
  }
  .cmn--main .cmn--topicpath {
    margin: 6.4vw 0;
  }
  .cmn--main .cmn--topicpath-list {
    display: flex;
    align-items: center;
    margin: 0 0 3.2vw;
  }
  .cmn--main .cmn--topicpath-list li {
    font-size: 3.2vw;
    margin: 0;
  }
  .cmn--main .cmn--topicpath-list-arrow {
    width: 6.4vw;
    background-image: url(../images/common/arrow__05.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.06667vw;
    height: 3.2vw;
  }
}

/*  cmn-group
--------------------------------------------------------------*/
.cmn--main .cmn-group {
  background-color: #F5F5F5;
  border: 1px solid #DDD;
  margin: 0 0 32px;
}

.cmn--main .cmn-group__inner {
  padding: 32px;
}

.cmn--main .cmn-group ul {
  margin: 0;
}

.cmn--main .cmn-group ul li:last-child {
  margin: 0;
}

.cmn--main .cmn-group ol {
  margin: 0;
}

.cmn--main .cmn-group ol li:last-child {
  margin: 0;
}

/*  Headline
--------------------------------------------------------------*/
.cmn--main-contents h2 {
  font-size: 2.8rem;
  border-left: 2px solid #458833;
  padding: 1px 0 2px 10px;
  margin: 0 0 32px;
}

.cmn--main-contents h2.headline--l2 {
  background-color: #458833;
  padding: 15px;
  color: #FFF;
  display: inline-block;
}

.cmn--main-contents h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #DDDDDD;
  padding: 0 0 10px;
  margin: 0 0 16px;
  line-height: 1.33333;
}

.cmn--main-contents h4 {
  font-size: 2.0rem;
  color: #6BA329;
  margin: 0 0 16px;
  line-height: 1.33333;
}

.cmn--main-contents h5 {
  font-size: 1.8rem;
  color: #A5A01A;
  margin: 0 0 16px;
  line-height: 1.33333;
}

@media screen and (max-width: 768px) {
  .cmn--main-contents h2 {
    font-size: 5.33333vw;
    padding: 0.53333vw 0 0.53333vw 2.66667vw;
    margin: 0 0 6.4vw;
  }
  .cmn--main-contents h3 {
    font-size: 4.8vw;
    padding: 0 0 3.2vw;
    margin: 0 0 4.26667vw;
    line-height: 1.33333;
  }
  .cmn--main-contents h4 {
    font-size: 4.26667vw;
    margin: 0 0 4.26667vw;
    line-height: 1.33333;
  }
}

/*  Text
--------------------------------------------------------------*/
.cmn--main-contents p {
  font-size: 1.6rem;
  line-height: 1.625;
  margin: 0 0 32px;
  font-weight: 300;
}

.cmn--main-contents p.lead {
  font-size: 2.2rem;
  color: #555555;
  margin: 0 0 32px;
  line-height: 1.45455;
  font-weight: 400;
}

.cmn--main-contents p.text-right {
  text-align: right;
}

.cmn--main-contents b {
  font-weight: 700;
}

.cmn--main-contents strong {
  font-weight: 700;
}

.cmn--main-contents p a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.cmn--main-contents p a:link {
  color: #458833;
  text-decoration: underline;
}

.cmn--main-contents p a:visited {
  color: #458833;
  text-decoration: underline;
}

.cmn--main-contents p a:hover {
  color: #458833;
  text-decoration: underline;
  opacity: 0.65;
}

.cmn--main-contents .caution--list li {
  text-indent: -3.0em;
  padding-left: 3.0em;
  font-size: 1.3rem;
}

.cmn--main-contents .caution--list li:before {
  display: none;
}

.cmn--main-contents .caution--list.en-indent li {
  text-indent: -4.0em;
  padding-left: 4.0em;
  font-size: 1.3rem;
}

.cmn--main-contents .caution--list.en-indent li:before {
  display: none;
}

.cmn--main-contents .caution--list.en-indent li span {
  display: inline-block;
  width: 4.0em;
  text-indent: 0;
}

.cmn--main-contents .caution {
  font-size: 1.3rem;
  margin: -16px 0 0;
}

.cmn--caution {
  color: #666 !important;
  font-size: 1.3rem !important;
  margin-top: -12px !important;
}

.cmn--exlinks {
  display: inline-block;
  padding: 0 15px 0 0;
  background-image: url(../images/common/icon-blank__def.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: right center;
}

.en .caution--list li {
  text-indent: -1.0em;
  padding-left: 1.0em;
}

@media screen and (max-width: 768px) {
  .cmn--main-contents p {
    font-size: 3.73333vw;
    line-height: 1.85714;
    margin: 0 0 4.26667vw;
  }
  .cmn--main-contents p.lead {
    font-size: 4.26667vw;
    margin: 0 0 4.26667vw;
    line-height: 1.5;
  }
  .cmn--main-contents p.text-right {
    text-align: right;
  }
}

/*  List
--------------------------------------------------------------*/
.cmn--main-contents ul {
  margin: 0 0 32px;
}

.cmn--main-contents ul li {
  position: relative;
  margin: 0 0 12px;
  line-height: 1.5;
  padding: 0 0 0 24px;
  font-weight: 300;
}

.cmn--main-contents ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  position: absolute;
  top: 8px;
  left: 6px;
  border-radius: 50%;
}

.cmn--main-contents ol {
  margin: 0 0 32px;
}

.cmn--main-contents ol li {
  position: relative;
  margin: 0 0 12px;
  line-height: 1.5;
  padding: 0;
  font-weight: 300;
}

.cmn--main-contents .indent--list li {
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.cmn--main-contents .indent--listEnNum li {
  padding-left: 2.0em;
  text-indent: -2.0em;
}

.cmn--main-contents .indent--listEnNum li span {
  width: 2.0em;
  text-indent: 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .cmn--main-contents ul {
    margin: 0 0 6.4vw;
  }
  .cmn--main-contents ul li {
    position: relative;
    margin: 0 0 3.2vw;
    line-height: 1.5;
    padding: 0 0 0 4.26667vw;
    font-size: 3.73333vw;
  }
  .cmn--main-contents ul li:before {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    background-color: #000;
    position: absolute;
    top: 2.66667vw;
    left: 1.6vw;
    border-radius: 50%;
  }
  .cmn--main-contents ol {
    margin: 0 0 6.4vw;
  }
  .cmn--main-contents ol li {
    position: relative;
    margin: 0 0 3.2vw;
    line-height: 1.5;
    padding: 0;
    font-size: 3.73333vw;
  }
}

/*  Table
--------------------------------------------------------------*/
.cmn--main-contents .scroll--table-text {
  display: none;
}

.cmn--main-contents table {
  margin: 0 0 32px;
}

.cmn--main-contents table thead th {
  background-color: #56863F;
  vertical-align: center;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFF;
  font-weight: 300;
}

.cmn--main-contents table th {
  border: 1px solid #DDDDDD;
  vertical-align: center;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #EDF4EC;
  font-weight: 300;
}

.cmn--main-contents table td {
  border: 1px solid #DDDDDD;
  vertical-align: center;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .cmn--main-contents .scroll--table-text {
    display: block;
    font-size: 3.46667vw;
    color: #9e9e9e;
    margin: 0 0 3.2vw;
  }
  .cmn--main-contents .scroll--table {
    width: 100%;
    overflow-x: scroll;
  }
  .cmn--main-contents .scroll--table table {
    width: 800px;
  }
  .cmn--main-contents table {
    margin: 0 0 8.53333vw;
  }
  .cmn--main-contents table thead th {
    padding: 3.2vw;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 1.5;
    color: #FFF;
    font-weight: 300;
  }
  .cmn--main-contents table th {
    border: 1px solid #DDDDDD;
    vertical-align: center;
    padding: 3.2vw;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 1.5;
    background-color: #EDF4EC;
    font-weight: 300;
  }
  .cmn--main-contents table td {
    border: 1px solid #DDDDDD;
    vertical-align: center;
    padding: 3.2vw;
    font-size: 3.73333vw;
    font-weight: 400;
    line-height: 1.5;
    font-weight: 300;
  }
}

/*  Button
--------------------------------------------------------------*/
.cmn--button01 {
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  position: relative;
  display: flex;
  align-items: center;
  width: 155px;
}

.cmn--button01:link {
  text-decoration: none;
}

.cmn--button01:visited {
  text-decoration: none;
}

.cmn--button01:hover {
  text-decoration: none;
}

.cmn--button01 span {
  color: #0B0B0B;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 2px;
  background-color: #FFF;
  z-index: 3;
  position: relative;
  font-weight: 700;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.cmn--button01 em {
  margin-left: -20px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  display: block;
  width: 72px;
  height: 72px;
  border: 1px solid #458833;
  border-radius: 50%;
  z-index: 2;
  background-image: url(../images/common/arrow__01.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}

.cmn--button01:hover span {
  color: #458833;
}

@media screen and (max-width: 768px) {
  .cmn--button01 {
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    position: relative;
    display: flex;
    align-items: center;
    width: 42.66667vw;
  }
  .cmn--button01:link {
    text-decoration: none;
  }
  .cmn--button01:visited {
    text-decoration: none;
  }
  .cmn--button01:hover {
    text-decoration: none;
  }
  .cmn--button01 span {
    color: #0B0B0B;
    font-size: 3.73333vw;
    padding: 0.53333vw;
    z-index: 3;
    font-weight: 700;
  }
  .cmn--button01 em {
    margin-left: -4.66vw;
    width: 17.06667vw;
    height: 17.06667vw;
    border: 1px solid #458833;
    border-radius: 50%;
    z-index: 2;
    background-image: url(../images/common/arrow__01.png);
    background-size: 3.2vw;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .cmn--button01:hover span {
    color: #458833;
  }
}

/*--------------------------------------------------------------
    # _pages.scss
--------------------------------------------------------------*/
/*  concept
--------------------------------------------------------------*/
.top-message .photo__list {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  margin: 64px auto;
}

.top-message .photo__list-photo {
  width: 48.5%;
  margin: 0 auto;
  display: block;
}

.top-message .photo__list-photo img {
  width: 100%;
  vertical-align: bottom;
}

.top-message .photo__list-photo figcaption {
  margin: 10px 0 0;
  text-align: center;
  line-height: 1.57143;
  font-size: 1.4rem;
}

.top-message .photo__list-photo figcaption span {
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .top-message .photo__list {
    max-width: initial;
    display: flex;
    justify-content: space-between;
    margin: 8.53333vw auto;
  }
  .top-message .photo__list-photo {
    width: 48.5%;
    display: block;
  }
  .top-message .photo__list-photo img {
    width: 100%;
    vertical-align: bottom;
  }
  .top-message .photo__list-photo figcaption {
    margin: 3.2vw 0 0;
    text-align: center;
    line-height: 1.57143;
    font-size: 2.93333vw;
  }
  .top-message .photo__list-photo figcaption span {
    font-size: 3.73333vw;
    font-weight: 700;
  }
}

.policy-promotion .fig__01 {
  max-width: 80%;
  margin: 0 auto 64px;
}

.policy-promotion .fig__01 img {
  width: 100%;
  vertical-align: bottom;
}

.policy-promotion .fig__01 figcaption {
  margin: 25px 0 0;
  font-size: 1.3rem;
  padding-left: 1.0em;
  text-indent: -1.0em;
  line-height: 1.42857;
}

.policy-promotion .fig__02 {
  max-width: 1140px;
  margin: 0 auto 64px;
}

.policy-promotion .fig__02 img {
  width: 100%;
  vertical-align: bottom;
}

.policy-promotion table thead th {
  text-align: center;
}

.policy-promotion table td {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .policy-promotion .fig__01 {
    max-width: 1140px;
    margin: 0 auto 6.4vw;
  }
  .policy-promotion .fig__01 img {
    width: 100%;
    vertical-align: bottom;
  }
  .policy-promotion .fig__02 {
    max-width: 1140px;
    margin: 0 auto 6.4vw;
  }
  .policy-promotion .fig__02 img {
    width: 100%;
    vertical-align: bottom;
  }
  .policy-promotion table {
    width: 70% !important;
  }
  .policy-promotion table thead th {
    text-align: center;
  }
  .policy-promotion table td {
    text-align: center;
  }
}

.stakeholder-engagement .fig__01 {
  max-width: 1140px;
  margin: 0 auto 64px;
}

.stakeholder-engagement .fig__01 img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .stakeholder-engagement .fig__01 {
    max-width: 1140px;
    margin: 0 auto 6.4vw;
  }
  .stakeholder-engagement .fig__01 img {
    width: 100%;
    vertical-align: bottom;
  }
}

.materiality .cmn--main-contents .materiality-items {
  display: flex;
  justify-content: space-between;
  margin: 0 0 64px;
}

.materiality .cmn--main-contents .materiality-items-symbol {
  width: 13.88889%;
}

.materiality .cmn--main-contents .materiality-items-symbol-title {
  border: none;
  padding: 0;
  text-align: center;
}

.materiality .cmn--main-contents .materiality-items-symbol-titleEng {
  font-size: 12.8rem;
  font-family: "Roboto", sans-serif;
  display: block;
  font-weight: 700;
}

.materiality .cmn--main-contents .materiality-items-symbol-titleTxt {
  font-size: 2.0rem;
  font-weight: 700;
}

.materiality .cmn--main-contents .materiality-items-symbol-titleTxt em {
  font-size: 1.5rem;
  display: block;
  margin: 5px 0 0;
}

.materiality .cmn--main-contents .materiality-items-list {
  width: 82.46528%;
}

.materiality .cmn--main-contents .materiality-items-titlebox {
  border-top: 1px solid #000;
  border-bottom: none;
  padding: 15px 0;
  margin: 0;
  cursor: pointer;
}

.materiality .cmn--main-contents .materiality-items-titlebox:last-child {
  border-bottom: 1px solid #000;
}

.materiality .cmn--main-contents .materiality-items-titlebox-title {
  display: flex;
  align-items: center;
  background-image: url(../images/second/concept/materiality/icon__open.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
}

.materiality .cmn--main-contents .materiality-items-titlebox-title.active {
  background-image: url(../images/second/concept/materiality/icon__close.png);
}

.materiality .cmn--main-contents .materiality-items-titlebox-title span {
  width: 75.75758%;
  display: block;
  padding: 0;
  font-size: 2.0rem;
  font-weight: 700;
}

.materiality .cmn--main-contents .materiality-items-titlebox-title dl {
  display: flex;
}

.materiality .cmn--main-contents .materiality-items-titlebox-title dl dd {
  width: 40px;
  margin: 0 0 0 10px;
}

.materiality .cmn--main-contents .materiality-items-titlebox-title dl dd img {
  width: 100%;
  vertical-align: bottom;
}

.materiality .cmn--main-contents .materiality-items-contents {
  display: none;
}

.materiality .cmn--main-contents .materiality-items-contents__inner {
  padding: 20px 0;
}

.materiality .cmn--main-contents .materiality-items-contents p {
  margin: 0 0 12px;
}

.materiality .cmn--main-contents .materiality-items-cbox {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #000;
  padding: 0 0 16px;
  margin: 0 0 24px;
}

.materiality .cmn--main-contents .materiality-items-cbox:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.materiality .cmn--main-contents .materiality-items-cboxLeft {
  width: 28.42105%;
}

.materiality .cmn--main-contents .materiality-items-cboxLeft h4 {
  font-size: 1.6rem;
  margin: 0 0 6px;
  color: #000;
}

.materiality .cmn--main-contents .materiality-items-cboxLeft ul li {
  font-size: 1.6rem;
  margin: 0 0 5px;
}

.materiality .cmn--main-contents .materiality-items-cboxLeft ul li:last-child {
  margin: 0;
}

.materiality .cmn--main-contents .materiality-items-cboxLeft ul:last-child {
  margin: 0;
}

.materiality .cmn--main-contents .materiality-items-cboxLeft ul {
  margin: 0 0 12px;
}

.materiality .cmn--main-contents .materiality-items-cboxRight {
  width: 67.36842%;
}

.materiality .cmn--main-contents .materiality-items-cboxRight h4 {
  font-size: 1.6rem;
  margin: 0 0 6px;
  color: #000;
}

.materiality .cmn--main-contents .materiality-items-cboxRight ul li {
  font-size: 1.6rem;
  margin: 0 0 5px;
}

.materiality .cmn--main-contents .materiality-items-cboxRight ul li:last-child {
  margin: 0;
}

.materiality .cmn--main-contents .materiality-items-cboxRight ul:last-child {
  margin: 0;
}

.materiality .cmn--main-contents .materiality-items-cboxRight ul {
  margin: 0 0 12px;
}

.materiality .cmn--main-contents .materiality-items-cbox-title {
  background-color: #000;
  border: none;
  color: #FFF;
  font-size: 1.6rem;
  padding: 5px 10px;
  text-align: center;
  margin: 0 0 24px;
}

.materiality .cmn--main-contents .environment .materiality-items-symbol-title .materiality-items-symbol-titleEng {
  color: #458833;
}

.materiality .cmn--main-contents .environment .materiality-items-titlebox-title {
  color: #458833;
}

.materiality .cmn--main-contents .environment .materiality-items-titlebox {
  border-top: 1px solid #458833;
}

.materiality .cmn--main-contents .environment .materiality-items-titlebox:last-child {
  border-bottom: 1px solid #458833;
}

.materiality .cmn--main-contents .environment .materiality-items-cbox-title {
  background-color: #458833;
}

.materiality .cmn--main-contents .environment .materiality-items-cbox {
  border-bottom: 1px dashed #458833;
}

.materiality .cmn--main-contents .environment .materiality-items-cbox:last-child {
  border-bottom: none;
}

.materiality .cmn--main-contents .environment .materiality-items-titlebox-title {
  background-image: url(../images/second/concept/materiality/icon__open_m.png);
}

.materiality .cmn--main-contents .environment .materiality-items-titlebox-title.active {
  background-image: url(../images/second/concept/materiality/icon__close_m.png);
}

.materiality .cmn--main-contents .social .materiality-items-symbol-title .materiality-items-symbol-titleEng {
  color: #D8BA3B;
}

.materiality .cmn--main-contents .social .materiality-items-titlebox-title {
  color: #D8BA3B;
}

.materiality .cmn--main-contents .social .materiality-items-titlebox {
  border-top: 1px solid #D8BA3B;
}

.materiality .cmn--main-contents .social .materiality-items-titlebox:last-child {
  border-bottom: 1px solid #D8BA3B;
}

.materiality .cmn--main-contents .social .materiality-items-cbox-title {
  background-color: #D8BA3B;
}

.materiality .cmn--main-contents .social .materiality-items-cbox {
  border-bottom: 1px dashed #D8BA3B;
}

.materiality .cmn--main-contents .social .materiality-items-cbox:last-child {
  border-bottom: none;
}

.materiality .cmn--main-contents .social .materiality-items-titlebox-title {
  background-image: url(../images/second/concept/materiality/icon__open_s.png);
}

.materiality .cmn--main-contents .social .materiality-items-titlebox-title.active {
  background-image: url(../images/second/concept/materiality/icon__close_s.png);
}

.materiality .cmn--main-contents .governance .materiality-items-symbol-title .materiality-items-symbol-titleEng {
  color: #D15065;
}

.materiality .cmn--main-contents .governance .materiality-items-titlebox-title {
  color: #D15065;
}

.materiality .cmn--main-contents .governance .materiality-items-titlebox {
  border-top: 1px solid #D15065;
}

.materiality .cmn--main-contents .governance .materiality-items-titlebox:last-child {
  border-bottom: 1px solid #D15065;
}

.materiality .cmn--main-contents .governance .materiality-items-cbox-title {
  background-color: #D15065;
}

.materiality .cmn--main-contents .governance .materiality-items-cbox {
  border-bottom: 1px dashed #D15065;
}

.materiality .cmn--main-contents .governance .materiality-items-cbox:last-child {
  border-bottom: none;
}

.materiality .cmn--main-contents .governance .materiality-items-titlebox-title {
  background-image: url(../images/second/concept/materiality/icon__open_g.png);
}

.materiality .cmn--main-contents .governance .materiality-items-titlebox-title.active {
  background-image: url(../images/second/concept/materiality/icon__close_g.png);
}

.materiality .cmn--main-contents .materiality-stepbox {
  background-image: url(../images/second/concept/materiality/step__line.png);
  background-size: 2px;
  background-repeat: repeat-y;
  background-position: 48px top;
  display: flex;
  justify-content: space-between;
  padding: 0 0 32px;
}

.materiality .cmn--main-contents .materiality-stepbox.end__line {
  position: relative;
}

.materiality .cmn--main-contents .materiality-stepbox.end__line:after {
  content: "";
  background-color: #FFF;
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.materiality .cmn--main-contents .materiality-stepbox-num__wrap {
  width: 8.33333%;
}

.materiality .cmn--main-contents .materiality-stepbox-num {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6BA329;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.materiality .cmn--main-contents .materiality-stepbox-num__inner {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  color: #FFF;
}

.materiality .cmn--main-contents .materiality-stepbox-num__inner em {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 5px;
  text-align: center;
}

.materiality .cmn--main-contents .materiality-stepbox-contents {
  width: 88.54167%;
}

.materiality .cmn--main-contents .materiality-stepbox-contents-title {
  margin: 0 0 32px;
  font-size: 3.2rem;
  color: #555555;
  font-weight: 400;
  border: none;
  padding: 30px 0 0;
}

.materiality .cmn--main-contents .materiality-stepbox-c-contents__wrapper {
  display: flex;
  justify-content: space-between;
}

.materiality .cmn--main-contents .materiality-stepbox-c-contents__wrapper figure {
  width: 39.21569%;
}

.materiality .cmn--main-contents .materiality-stepbox-c-contents__wrapper figure img {
  width: 100%;
  vertical-align: bottom;
}

.materiality .cmn--main-contents .materiality-stepbox-c-contents {
  width: 57.84314%;
}

.materiality .cmn--main-contents .materiality-stepbox-c-contents-lead {
  font-size: 2.4rem;
  line-height: 1.33333;
  letter-spacing: 0.05em;
}

.materiality .cmn--main-contents .materiality-stepbox-c-contents.single {
  width: auto;
}

.materiality .cmn--main-contents .materiality-stepbox-c-contents table {
  width: 100%;
}

.materiality .cmn--main-contents .materiality-stepbox-c-contents table th {
  width: 30%;
}

.materiality .cmn--main-contents .materiality-stepbox-c-contents table p {
  margin: 0 0 12px;
}

.materiality .cmn--main-contents .materiality-stepbox-c-contents .step__figure img {
  width: 100%;
  vertical-align: bottom;
}

.materiality .cmn--main-contents .materiality-stepbox-dl {
  display: flex;
  max-width: 100%;
}

.materiality .cmn--main-contents .materiality-stepbox-dl dl {
  margin: 0 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.materiality .cmn--main-contents .materiality-stepbox-dl dl dt {
  width: 85%;
  margin: 0 0 6px;
  font-size: 1.4rem;
}

.materiality .cmn--main-contents .materiality-stepbox-dl dl dd {
  width: 15%;
  margin: 0 0 6px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .materiality .cmn--main-contents .materiality-items {
    display: block;
    margin: 0 0 8.53333vw;
  }
  .materiality .cmn--main-contents .materiality-items-symbol {
    width: auto;
  }
  .materiality .cmn--main-contents .materiality-items-symbol-titleEng {
    font-size: 17.06667vw;
  }
  .materiality .cmn--main-contents .materiality-items-symbol-titleTxt {
    font-size: 5.33333vw;
  }
  .materiality .cmn--main-contents .materiality-items-symbol-titleTxt em {
    font-size: 4vw;
    display: block;
    margin: 2.66667vw 0 0;
  }
  .materiality .cmn--main-contents .materiality-items-list {
    width: auto;
  }
  .materiality .cmn--main-contents .materiality-items-titlebox {
    padding: 4vw 0;
  }
  .materiality .cmn--main-contents .materiality-items-titlebox-title {
    display: block;
    align-items: center;
    background-image: url(../images/second/concept/materiality/icon__open.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
  }
  .materiality .cmn--main-contents .materiality-items-titlebox-title.active {
    background-image: url(../images/second/concept/materiality/icon__close.png);
  }
  .materiality .cmn--main-contents .materiality-items-titlebox-title span {
    width: 87.87879%;
    margin: 0 0 3.2vw;
    display: block;
    padding: 0;
    font-size: 4.26667vw;
    font-weight: 700;
  }
  .materiality .cmn--main-contents .materiality-items-titlebox-title dl {
    display: flex;
  }
  .materiality .cmn--main-contents .materiality-items-titlebox-title dl dd {
    width: 10.66667vw;
    margin: 0 2.66667vw 0 0;
  }
  .materiality .cmn--main-contents .materiality-items-contents {
    display: none;
  }
  .materiality .cmn--main-contents .materiality-items-contents__inner {
    padding: 4vw 0;
  }
  .materiality .cmn--main-contents .materiality-items-contents p {
    margin: 0;
  }
  .materiality .cmn--main-contents .materiality-items-cbox {
    display: block;
    padding: 0 0 3.2vw;
    margin: 0 0 6.4vw;
  }
  .materiality .cmn--main-contents .materiality-items-cboxLeft {
    width: auto;
    margin: 0 0 8.53333vw;
  }
  .materiality .cmn--main-contents .materiality-items-cboxLeft h4 {
    font-size: 3.73333vw;
    margin: 0 0 6px;
    color: #000;
  }
  .materiality .cmn--main-contents .materiality-items-cboxLeft ul li {
    font-size: 3.73333vw;
    margin: 0 0 5px;
  }
  .materiality .cmn--main-contents .materiality-items-cboxLeft ul li:last-child {
    margin: 0;
  }
  .materiality .cmn--main-contents .materiality-items-cboxLeft ul:last-child {
    margin: 0;
  }
  .materiality .cmn--main-contents .materiality-items-cboxLeft ul {
    margin: 0 0 12px;
  }
  .materiality .cmn--main-contents .materiality-items-cboxRight {
    width: auto;
  }
  .materiality .cmn--main-contents .materiality-items-cboxRight h4 {
    font-size: 3.73333vw;
    margin: 0 0 6px;
    color: #000;
  }
  .materiality .cmn--main-contents .materiality-items-cboxRight ul li {
    font-size: 3.73333vw;
    margin: 0 0 5px;
  }
  .materiality .cmn--main-contents .materiality-items-cboxRight ul li:last-child {
    margin: 0;
  }
  .materiality .cmn--main-contents .materiality-items-cboxRight ul:last-child {
    margin: 0;
  }
  .materiality .cmn--main-contents .materiality-items-cboxRight ul {
    margin: 0 0 12px;
  }
  .materiality .cmn--main-contents .materiality-items-cbox-title {
    font-size: 4vw;
    padding: 1.33333vw 4vw;
    margin: 0 0 3.2vw;
  }
  .materiality .cmn--main-contents .materiality-stepbox {
    background-image: url(../images/second/concept/materiality/step__line.png);
    background-size: 1px;
    background-repeat: repeat-y;
    background-position: 36px top;
    display: flex;
    justify-content: space-between;
    padding: 0 0 32px;
  }
  .materiality .cmn--main-contents .materiality-stepbox.end__line {
    position: relative;
  }
  .materiality .cmn--main-contents .materiality-stepbox.end__line:after {
    content: "";
    background-color: #FFF;
    width: 64px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .materiality .cmn--main-contents .materiality-stepbox-num__wrap {
    width: 30%;
  }
  .materiality .cmn--main-contents .materiality-stepbox-num {
    width: 17.6vw;
    height: 17.6vw;
    text-align: center;
  }
  .materiality .cmn--main-contents .materiality-stepbox-num__inner {
    font-size: 5.33333vw;
    color: #FFF;
  }
  .materiality .cmn--main-contents .materiality-stepbox-num__inner em {
    display: block;
    font-size: 2.93333vw;
    margin: 0 0 5px;
    text-align: center;
  }
  .materiality .cmn--main-contents .materiality-stepbox-contents {
    width: 68vw;
  }
  .materiality .cmn--main-contents .materiality-stepbox-contents-title {
    margin: 0 0 3.2vw;
    font-size: 5.33333vw;
    padding: 5.33333vw 0 0;
  }
  .materiality .cmn--main-contents .materiality-stepbox-c-contents__wrapper {
    display: block;
    justify-content: space-between;
  }
  .materiality .cmn--main-contents .materiality-stepbox-c-contents__wrapper figure {
    width: auto;
  }
  .materiality .cmn--main-contents .materiality-stepbox-c-contents__wrapper figure img {
    width: 100%;
    vertical-align: bottom;
  }
  .materiality .cmn--main-contents .materiality-stepbox-c-contents {
    width: auto;
  }
  .materiality .cmn--main-contents .materiality-stepbox-c-contents-lead {
    font-size: 4.26667vw;
  }
  .materiality .cmn--main-contents .materiality-stepbox-c-contents table {
    width: 100%;
  }
  .materiality .cmn--main-contents .materiality-stepbox-c-contents table th {
    width: 30%;
  }
  .materiality .cmn--main-contents .materiality-stepbox-c-contents table p {
    margin: 0 0 3.2vw;
  }
  .materiality .cmn--main-contents .materiality-stepbox-dl {
    display: block;
    max-width: 100%;
  }
  .materiality .cmn--main-contents .materiality-stepbox-dl dl {
    margin: 0 0 5.33333vw 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .materiality .cmn--main-contents .materiality-stepbox-dl dl dt {
    width: 85%;
    margin: 0 0 6px;
    font-size: 1.4rem;
  }
  .materiality .cmn--main-contents .materiality-stepbox-dl dl dd {
    width: 15%;
    margin: 0 0 6px;
    font-size: 1.4rem;
  }
}

.stakeholder-engagement-table01 {
  width: 50%;
}

.stakeholder-engagement-table01 td {
  vertical-align: middle;
  text-align: center;
}

.stakeholder-engagement-table01 th {
  vertical-align: middle;
}

/*  evaluation
--------------------------------------------------------------*/
.initiatives-evaluations__fig01 {
  max-width: 630px;
  margin: 0 auto 64px;
}

.initiatives-evaluations__fig01 img {
  width: 100%;
  vertical-align: bottom;
}

.initiatives-evaluations__fig02 {
  max-width: 315px;
  margin: 0 auto 64px;
}

.initiatives-evaluations__fig02 img {
  width: 100%;
  vertical-align: bottom;
}

.initiatives-evaluations__box {
  display: flex;
  justify-content: space-between;
}

.initiatives-evaluations__box-photo {
  width: 30%;
  border: 1px solid #DDD;
  display: flex;
  align-items: center;
}

.initiatives-evaluations__box-photo img {
  width: 100%;
  vertical-align: bottom;
}

.initiatives-evaluations__box-content {
  width: 68%;
}

.initiatives-evaluations__box-content img {
  width: 100%;
  vertical-align: bottom;
}

/*  environmental
--------------------------------------------------------------*/
.policy-performance-table01 {
  width: 100%;
}

.policy-performance-table02 {
  width: 100%;
}

.policy-performance-table02 td {
  vertical-align: middle;
  text-align: center;
}

.policy-performance-table02 th {
  vertical-align: middle;
  text-align: center;
}

.climate-change .cmn--caution {
  font-size: 1.4rem;
  margin: -15px 0 32px;
}

.climate-change .v--mode {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.climate-change-table01 {
  width: 100%;
}

.climate-change-table02 {
  width: 50%;
}

.climate-change-table02 td {
  vertical-align: middle;
  text-align: center;
}

.climate-change-table02 th {
  text-align: center;
}

.climate-change-table03 {
  width: 100%;
}

.climate-change-table03 th {
  vertical-align: middle;
  text-align: center;
}

.climate-change-table03 td {
  vertical-align: middle;
}

.climate-change-table03 td ul {
  margin: 0 !important;
}

.climate-change-table03 td ul li:last-child {
  margin: 0 !important;
}

.climate-change-table04 td {
  vertical-align: middle;
  font-size: 1.4rem !important;
}

.climate-change-table04 th {
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem !important;
}

.climate-change-table04 ul {
  margin: 0 !important;
  font-size: 1.3rem !important;
}

.climate-change-table04 ul li:last-child {
  margin: 0;
}

.climate-change .t-title01 {
  background-color: #F4F3EC;
}

.climate-change .t-title-risk {
  color: #FFF;
  background-color: #D15065;
  text-align: center;
}

.climate-change .t-title-op {
  color: #FFF;
  background-color: #D8BA3B;
  text-align: center;
}

.climate-change .t--center {
  text-align: center;
}

.climate-change .t--hcl {
  text-align: center;
  background-color: #5D9EBA;
  color: #FFF;
}

.climate-change .t--hcr {
  text-align: center;
  background-color: #5DBAA5;
  color: #FFF;
}

.climate-change .r--s {
  text-align: center;
  background-color: #E396A3;
  color: #FFF;
}

.climate-change .r--m {
  text-align: center;
  background-color: #DA7383;
  color: #FFF;
}

.climate-change .r--l {
  text-align: center;
  background-color: #D15065;
  color: #FFF;
}

.climate-change .o--s {
  text-align: center;
  background-color: #E8D68A;
  color: #FFF;
}

.climate-change .o--m {
  text-align: center;
  background-color: #DFC762;
  color: #FFF;
}

.climate-change .o--l {
  text-align: center;
  background-color: #D8BA3B;
  color: #FFF;
}

.climate-change__fig01 {
  max-width: 630px;
  margin: 0 auto 64px;
}

.climate-change__fig01 img {
  width: 100%;
  vertical-align: bottom;
}

.climate-change__fig02 {
  max-width: 80%;
  margin: 0 auto 64px;
}

.climate-change__fig02 img {
  width: 100%;
  vertical-align: bottom;
}

.climate-change__fig03 {
  max-width: 80%;
  margin: 0 auto 64px;
}

.climate-change__fig03 img {
  width: 100%;
  vertical-align: bottom;
}

.approaches-table01 {
  width: 100%;
}

.approaches-table02 {
  width: 100%;
}

.approaches-table02 td {
  vertical-align: middle;
  text-align: center;
}

.approaches-table02 th {
  text-align: center;
  vertical-align: middle;
}

.approaches .text-right {
  margin: 0 0 10px;
}

.approaches--images {
  width: 680px;
  margin: 0 auto 64px;
  display: flex;
  justify-content: space-between;
}

.approaches--images figure {
  width: 46.5%;
  margin: 0 auto;
}

.approaches--images figure img {
  width: 100%;
  vertical-align: bottom;
}

.approaches--images figcaption {
  display: block;
  margin: 15px 0 0;
  text-align: center;
  font-size: 1.4rem;
}

.approaches--case {
  max-width: 1020px;
  margin: 0 auto 64px;
  border-bottom: 3px dotted #CCC;
  padding: 0 0 0;
}

.approaches--case-primary {
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
}

.approaches--case-images {
  width: 48.5%;
}

.approaches--case-images img {
  width: 100%;
  vertical-align: bottom;
}

.approaches--case-contents {
  width: 48.5%;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
}

.approaches--case-contents__inner {
  text-align: center;
  width: 100%;
}

.approaches--case-contents p {
  margin: 0 0 16px;
  font-weight: 700;
}

.approaches--case-contents span {
  font-size: 3.6rem;
  font-weight: 700;
}

.approaches--case-contents span em {
  font-size: 8.6rem;
  font-family: "Roboto", sans-serif;
}

.greenbuilding-certification-info {
  display: flex;
  justify-content: space-between;
  padding: 0 32px 0;
}

.greenbuilding-certification-info-fig {
  width: 15.68%;
}

.greenbuilding-certification-info-fig img {
  width: 100%;
  vertical-align: bottom;
}

.greenbuilding-certification-info-contents {
  width: 80.85%;
}

.greenbuilding-sec {
  border-top: 1px solid #DDD;
  margin: 0 0 32px;
}

.greenbuilding-sec__inner {
  padding: 32px 0 0;
  display: flex;
  justify-content: space-between;
}

.greenbuilding-sec--text {
  padding: 20px 0 0;
  margin: 0 0 10px !important;
}

.cmn--main-contents .greenbuilding-meta {
  width: 20.8%;
  text-align: center;
}

.cmn--main-contents .greenbuilding-meta figure {
  margin: 16px auto 0;
  width: 70%;
}

.cmn--main-contents .greenbuilding-meta figure img {
  width: 100%;
  vertical-align: bottom;
}

.cmn--main-contents .greenbuilding-meta-evaluation {
  margin: 0 0 8px;
  font-size: 2.0rem;
  color: #458833;
}

.cmn--main-contents .greenbuilding-meta-evaluation em {
  font-size: 2.0rem;
}

.cmn--main-contents .greenbuilding-date {
  color: #458833;
  font-weight: bold;
  font-size: 2.2rem;
}

.cmn--main-contents .greenbuilding-list {
  width: 77.8%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.cmn--main-contents .greenbuilding-list li {
  padding: 0;
  width: 22.5%;
  margin: 0 3.05% 32px 0;
}

.cmn--main-contents .greenbuilding-list li:before {
  display: none;
}

.cmn--main-contents .greenbuilding-list li picture {
  display: block;
}

.cmn--main-contents .greenbuilding-list li picture img {
  width: 100%;
  vertical-align: bottom;
}

.cmn--main-contents .greenbuilding-list li:nth-child(4n) {
  margin: 0 0 32px;
}

.cmn--main-contents .greenbuilding-list-title {
  font-size: 1.6rem;
  margin: 8px 0 8px;
  display: block;
  text-align: center;
  color: #458833;
}

.cmn--main-contents .greenbuilding-list a {
  display: block;
  border: 1px solid #6BA329;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  max-width: 128px;
  margin: 0 auto;
  border-radius: 3px;
  padding: 4px;
  background-color: #6BA329;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.cmn--main-contents .greenbuilding-list a:link {
  color: #FFF;
  text-decoration: none;
}

.cmn--main-contents .greenbuilding-list a:visited {
  color: #FFF;
  text-decoration: none;
}

.cmn--main-contents .greenbuilding-list a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #458833;
}

/*  social
--------------------------------------------------------------*/
.social-policy-table01 {
  width: 100%;
}

.social-policy-table01 th {
  vertical-align: middle;
}

.social-policy-table01 td ul {
  margin: 0;
}

.social-policy-table01 td ul li:last-child {
  margin: 0;
}

.tenants-communities .fig__01 {
  max-width: 80%;
  margin: 0 auto 64px;
}

.tenants-communities .fig__01 img {
  width: 100%;
  vertical-align: bottom;
}

.tenants-communities-gallery {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 64px;
}

.tenants-communities-gallery figure {
  width: 22.5%;
}

.tenants-communities-gallery figure img {
  width: 100%;
  vertical-align: bottom;
}

.tenants-communities-gallery figcaption {
  display: block;
  margin: 10px 0 0;
  text-align: center;
  font-size: 1.4rem;
}

.tenants-communities .text-right {
  margin: 0 0 16px;
}

.employees-table01 {
  width: 100%;
}

.employees-table01 th {
  vertical-align: middle;
}

.employees-table01 td {
  vertical-align: middle;
  text-align: center;
}

.employees-table02 {
  width: 100%;
}

.employees-table02 thead th {
  vertical-align: middle;
  text-align: center;
}

.employees-table02 th {
  vertical-align: middle;
}

.employees-table02 td {
  vertical-align: middle;
  text-align: right;
}

.employees-gallery {
  display: flex;
  justify-content: space-between;
  margin: 32px auto 0;
  max-width: 600px;
}

.employees-gallery figure {
  width: 48.5%;
}

.employees-gallery figure img {
  width: 100%;
  vertical-align: bottom;
  border: 1px solid #CCC;
}

.employees-gallery figcaption {
  display: block;
  margin: 10px 0 0;
  text-align: center;
  font-size: 1.4rem;
}

.employees--tableblock {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.employees--tableblock table {
  width: 47.5%;
}

/*  governance
--------------------------------------------------------------*/
.corporate-governance-table01 {
  width: 100%;
  margin: 0 0 16px;
}

.corporate-governance-table01 th {
  vertical-align: middle;
  text-align: center;
}

.corporate-governance-table01 td {
  vertical-align: middle;
  text-align: center;
}

.corporate-governance-table02 {
  width: 100%;
  margin: 0 0 16px;
}

.corporate-governance-table02 th {
  vertical-align: middle;
  text-align: center;
}

.corporate-governance-table02 td {
  vertical-align: middle;
  text-align: center;
}

.corporate-governance-table03 {
  width: 100%;
  margin: 0 0 16px;
}

.corporate-governance-table03 th {
  vertical-align: middle;
}

.corporate-governance-table03 td {
  vertical-align: middle;
}

.corporate-governance .cautoin--talbe {
  font-size: 1.3rem;
  display: block;
  margin: -16px 0 32px;
}

.corporate-governance .fig__01 {
  max-width: 80%;
  margin: 0 auto 64px;
}

.corporate-governance .fig__01 img {
  width: 100%;
  vertical-align: bottom;
}

.compliance-table01 {
  width: 65%;
  margin: 0 0 16px;
}

.compliance-table01 th {
  vertical-align: middle;
  text-align: center;
}

.compliance-table01 td {
  vertical-align: middle;
}

.compliance-table01 td ul {
  margin: 0;
}

.compliance-table01 td ul li:last-child {
  margin: 0;
}

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

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

/*  finance
--------------------------------------------------------------*/
.cmn--main-contents ul.bels-list-style-type-none li:before {
  display: none;
}

ul.bels-list-style-type-none .bels-padding {
  padding-left: 0.6em;
} 

ul.bels-list-style-type-none .bels-padding--2em {
  padding-left: 2.2em;
} 

ul.bels-list-style-type-none .bels-padding--en {
  padding-left: 1.6em;
} 

ul.bels-list-style-type-none .bels-padding--en--2em {
  padding-left: 2.4em;
}

.cmn--main-contents ol li.criteria-indent {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.cmn--main-contents ol li.criteria-indent--en {
  padding: 0 0 0 2em;
  text-indent: -2em;
}

.greenfinance-table01 {
  width: 100%;
}

.greenfinance-table01 th {
  vertical-align: middle;
}

.greenfinance-table01 td {
  vertical-align: middle;
}

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

.greenfinance-table02 {
  width: 100%;
}

.greenfinance-table02 th {
  vertical-align: middle;
  text-align: center;
}

.greenfinance-table02 td {
  vertical-align: middle;
}

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

.greenfinance .data-lead {
  margin: 0 0 8px;
}

.greenfinance .caution--list {
  margin: -16px 0 32px;
}

.greenfinance .text-right {
  margin: 0 0 8px;
}

/*  framework
--------------------------------------------------------------*/
.framework-table01 {
  width: 100%;
}

.framework-table01 th {
  vertical-align: middle;
}

.framework-table01 td {
  vertical-align: middle;
}

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

.framework .report-index-list li {
  padding: 10px 0 15px;
  border-bottom: 1px solid #CCC;
}

.framework .report-index-list li:before {
  display: none;
}

.framework .report-index-list li a {
  display: flex;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.framework .report-index-list li a:link {
  color: #458833;
  text-decoration: none;
}

.framework .report-index-list li a:visited {
  color: #458833;
  text-decoration: none;
}

.framework .report-index-list li a:hover {
  color: #458833;
  text-decoration: underline;
  opacity: 0.65;
}

.framework .report-index-list-time {
  width: 12.5%;
  font-weight: 500;
}

.framework .report-index-list-text {
  margin: 0 15px 0 0;
}

.framework .report-index-list-pdf span {
  border: 1px solid #E7281B;
  border-radius: 5px;
  color: #E7281B;
  font-size: 1.2rem;
  display: inline-block;
  padding: 2.5px 20px 2.5px;
  font-weight: 400;
  margin: 0 10px 0 0;
}

.framework .report-index-list-pdf em {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .framework .report-index-list li {
    padding: 2.66667vw 0 4vw;
  }
  .framework .report-index-list li a {
    display: block;
  }
  .framework .report-index-list-time {
    width: auto;
    font-weight: 500;
    margin: 0 0 1.33333vw;
    display: block;
  }
  .framework .report-index-list-text {
    margin: 0 0 2.66667vw;
    display: block;
  }
  .framework .report-index-list-pdf span {
    border-radius: 1.33333vw;
    color: #FFF;
    font-size: 3.2vw;
    padding: 0.8vw 1.33333vw;
    margin: 0 2.66667vw 0 0;
  }
  .framework .report-index-list-pdf em {
    font-size: 3.2vw;
  }
}

/**
 # Objects -  utility -
 */
/*========== utility.scss ==========*/
.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}

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

.smp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .smp {
    display: block !important;
  }
}

/*--------------------------------------------------------------
    # _print.scss
--------------------------------------------------------------*/
@media print {
  .l--header {
    opacity: 100;
    position: relative;
    width: 100%;
  }
  .fadein {
    opacity: 1.0;
    transform: translate(0, 0);
  }
  .keyVisual__pritBlock {
    display: block !important;
  }
  .keyVisual__pritBlock img {
    width: 100%;
  }
  .keyVisual {
    height: auto !important;
  }
  .h--productsBox__thum {
    width: 640px;
    height: 480px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: -60px;
  }
  .h--productsBox__thum img {
    width: 100%;
    transition: none !important;
  }
  .h--productsBox__thumCover {
    width: 640px;
    height: 480px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: none;
    z-index: 10;
    transition: none !important;
  }
  .h--productsBox__title {
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: center;
    top: 200px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #FFF;
    line-height: 1.0;
  }
  .h--productsBox__titleEn {
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: 3.2rem;
    margin: 0 0 10px;
  }
  .h--productsBox__titleJp {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=style.css.map */
.cmn--main-contents p .font-family-similar{
  font-family: 'Noto Sans JP', sans-serif;
}
.cmn--main-contents .caution--list.caution--list__governance li {
    text-indent: -4em;
    padding-left: 4em;
    font-size: 1.3rem;
}
.en .cmn--main-contents .caution--list.caution--list__governance li {
    text-indent: -4.5em;
    padding-left: 4.5em;
    font-size: 1.3rem;
}