@charset "UTF-8";
/**
 * 目次
 *
 * 01. Font
 * 02. SassVar
 * 03. Reset
 * 04. Base
 * 05. Layout
 * 06. Compo
 *
 */
/* ======================================
   01. Font
=========================================
*/
@import url(//use.fontawesome.com/releases/v5.2.0/css/all.css);
@import url(//indestructibletype-fonthosting.github.io/renner.css);
/*font-family: $fontG01;*/
/*-- Noto Font --*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansCJKjp-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../font/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Thin.woff") format("woff"), url("../font/NotoSansCJKjp-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansCJKjp-Light.eot");
  src: url("../font/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Light.woff") format("woff"), url("../font/NotoSansCJKjp-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansCJKjp-DemiLight.eot");
  src: url("../font/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../font/NotoSansCJKjp-DemiLight.ttf") format("truetype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.eot");
  src: url("../font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.eot");
  src: url("../font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.eot");
  src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp-Black.eot");
  src: url("../font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Black.woff") format("woff"), url("../font/NotoSansCJKjp-Black.ttf") format("truetype"); }
/* ======================================
   02. SassVar
=========================================
*/
/*@include incImg100Auto();*/
/*@include incSmoothing();*/
/* ======================================
   03. Reset
=========================================
*/
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0; }

body * {
  box-sizing: border-box; }

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
  box-sizing: content-box !important; }

p, li, dt, dd, th, td {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7; }

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

::selection {
  background-color: #E5F5F3;
  color: #333;
  /* Safari */ }

::-moz-selection {
  background-color: #E5F5F3;
  color: #333;
  /* Firefox */ }

/* ======================================
   04. Base
=========================================
*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */ }

body {
  color: #333;
  font-family: "Noto Sans Japanese", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  overflow-x: hidden;
  padding-top: 100px; }

a, a:link, a:hover, a:focus {
  color: #1172AA;
  text-decoration: underline;
  cursor: pointer;
  outline: none; }

a:hover {
  text-decoration: none; }

/*-- clearFix --*/
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block;
  min-height: 1%; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

/*-- br clear --*/
br.clear {
  clear: both;
  display: inline !important;
  display: none;
  line-height: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  br.clear {
    display: block !important;
    content: " "; } }
div.clear {
  clear: both;
  line-height: 0px; }

/* ======================================
   05. Layout
=========================================
*/
/*-- wrap --*/
.wrap.green {
  background-color: #F5FCF6; }

/*-- header --*/
.header * {
  line-height: 1;
  letter-spacing: 0.06em;
  vertical-align: top; }

.header {
  border-top: 4px solid #26a83c;
  background-color: #FFF;
  height: 100px;
  transition: 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .header .hdInr {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto 20px;
    padding: 0 20px;
    width: 100%; }
    .header .hdInr .logo {
      padding-top: 30px; }
      .header .hdInr .logo img {
        width: 200px; }
    .header .hdInr .hdR .hdRB {
      padding: 10px 0 13px;
      text-align: right; }
      .header .hdInr .hdR .hdRB .address {
        display: inline-block;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 13px;
        line-height: 1.4;
        padding: 5px 10px 0 0;
        vertical-align: middle; }
      .header .hdInr .hdR .hdRB ul {
        display: inline-block;
        margin-top: -2px; }
        .header .hdInr .hdR .hdRB ul li {
          display: inline-block;
          font-size: 13px;
          margin-right: 1px; }
          .header .hdInr .hdR .hdRB ul li a {
            border-radius: 3px;
            background-color: #26a83c;
            color: #FFF;
            display: block;
            line-height: 1.4;
            margin-left: 3px;
            padding: 7px 12px 7px;
            text-decoration: none; }
        .header .hdInr .hdR .hdRB ul li.li01 a {
          background-color: #384151; }
    .header .hdInr .hdR #gNav {
      float: right;
      min-width: 640px; }
    .header .hdInr .hdR #gNav > ul {
      display: table;
      width: 100%;
      z-index: 10000000; }
    .header .hdInr .hdR #gNav > ul > li {
      display: table-cell;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600;
      line-height: 1.4;
      text-align: center;
      vertical-align: middle;
      z-index: 10000000;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .header .hdInr .hdR #gNav > ul > li > a {
      color: #333;
      display: table;
      height: 25px;
      text-decoration: none;
      width: 100%;
      min-width: 100px;
      z-index: 1000; }
    .header .hdInr .hdR #gNav > ul > li.li02 > a {
      cursor: default; }
    .header .hdInr .hdR #gNav > ul > li > a > span {
      display: table-cell;
      height: 25px;
      letter-spacing: 0.1em;
      vertical-align: top;
      text-align: center;
      width: 100%; }
    .header .hdInr .hdR #gNav > ul > li > a > span em {
      color: #26a83c;
      font-family: "Renner*";
      font-size: 9px;
      font-style: normal;
      font-weight: 300;
      display: block;
      letter-spacing: 0.3em;
      margin: 7px 0 13px;
      text-transform: uppercase; }
    .header .hdInr .hdR #gNav > ul > li > a:hover,
    .header .hdInr .hdR #gNav > ul > li > ahover span em,
    .header .hdInr .hdR #gNav > ul > li.current-item > a {
      color: #26a83c; }
    .header .hdInr .hdR #gNav ul li .subList {
      background: #F5FCF6;
      position: absolute;
      top: 96px;
      left: 0;
      width: 100%;
      z-index: 100;
      box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.2);
      display: none; }
    .header .hdInr .hdR #gNav ul li .subList .subListInr {
      display: table;
      margin: 0 auto;
      width: 100%;
      max-width: 1000px; }
    .header .hdInr .hdR #gNav ul li .subList .subListInr .subListInrL {
      display: table-cell;
      vertical-align: middle;
      width: 40%; }
    .header .hdInr .hdR #gNav ul li .subList .subListInr .subListInrL h3 span.en {
      font-family: "Renner*";
      display: block;
      font-size: 36px;
      font-weight: 400;
      letter-spacing: 0.2em;
      text-transform: uppercase; }
    .header .hdInr .hdR #gNav ul li .subList .subListInr .subListInrL h3 span.ja {
      display: block;
      font-size: 18px;
      font-weight: 600;
      padding-top: 10px;
      letter-spacing: 0.1em; }
    .header .hdInr .hdR #gNav ul li .subList .subListInr .subListInrR {
      display: table-cell;
      vertical-align: middle;
      padding: 20px 20px 0;
      width: calc(100% - 40%); }
    .header .hdInr .hdR #gNav ul li .subList .subListInr .subListInrR ul {
      display: flex;
      justify-content: space-between; }
    .header .hdInr .hdR #gNav ul li .subList .subListInr .subListInrR ul li {
      font-size: 13px;
      padding: 0 0 20px 0;
      text-align: left;
      width: 32% !important; }
    .header .hdInr .hdR #gNav ul li .subList .subListInr .subListInrR ul li a {
      background-color: #FFF;
      border: 1px solid #EEE;
      color: #333;
      display: block;
      transition: 0.2s;
      text-decoration: none;
      padding: 0 0 10px; }
    .header .hdInr .hdR #gNav ul li .subList .subListInr .subListInrR ul li a:hover {
      color: #63BA00; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(1) a:hover {
      color: #63BA00; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(2) a:hover {
      color: #ff6600; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(3) a:hover {
      color: #3399ff; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(4) a:hover {
      color: #ff6699; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(5) a:hover {
      color: #00cc99; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(6) a:hover {
      color: #ffcc00; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(7) a:hover {
      color: #9966cc; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(8) a:hover {
      color: #ff3333; }
    .header .hdInr .hdR #gNav ul li .subList .subListInr .subListInrR ul li img {
      height: auto;
      margin-bottom: 10px;
      width: 100%; }
    .header .hdInr .hdR #gNav ul li .subList .subListInr .subListInrR ul li a p.txt {
      font-size: 13px;
      padding: 5px 20px 5px 10px;
      text-align: center; }
    .header .hdInr .hdR #gNav ul li .subList .subListInr .subListInrR ul li a p.txt:before {
      content: "\f138";
      color: #63BA00;
      display: inline-block;
      font-family: "fontawesome";
      font-weight: normal;
      margin-right: 7px; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(1) a p.txt:before {
      color: #66cc00; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(2) a p.txt:before {
      color: #ff6600; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(3) a p.txt:before {
      color: #3399ff; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(4) a p.txt:before {
      color: #ff6699; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(5) a p.txt:before {
      color: #00cc99; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(6) a p.txt:before {
      color: #ffcc00; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(7) a p.txt:before {
      color: #9966cc; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(8) a p.txt:before {
      color: #ff3333; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(9) a p.txt:before {
      color: #0b7787; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(10) a p.txt:before {
      color: #795548; }
    .header .hdInr .hdR #gNav ul li:first-child .subList .subListInr .subListInrR ul li:nth-child(11) a p.txt:before {
      color: #607d8b; }
    .header .hdInr .hdR #slide-line {
      position: absolute;
      bottom: 0;
      height: 2px;
      background-color: #26a83c;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      z-index: 0;
      pointer-events: none; }
    .header .hdInr .hdR .subHover #slide-line {
      bottom: 0;
      z-index: -1; }

@media only screen and (min-width: 960px) {
  body.throughHd .header {
    box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 4px 5px -3px rgba(0, 0, 0, 0.1); } }
/*-- spmenu --*/
.my-button {
  position: fixed;
  top: 0;
  right: 0;
  height: 76px;
  width: 76px;
  display: none; }
  .my-button a {
    display: block;
    text-decoration: none;
    height: 76px;
    width: 76px; }
  .my-button a:hover {
    text-decoration: none; }

.menu-trigger, .menu-trigger span {
  transition: all .4s;
  box-sizing: border-box;
  text-decoration: none; }

.menu-trigger {
  position: relative;
  top: 21px;
  width: 32px;
  height: 22px; }
  .menu-trigger span {
    position: absolute;
    left: 22px;
    width: 100%;
    height: 2px;
    background-color: #26a83c;
    border-radius: 4px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 10px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

html.mm-opened .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }

html.mm-opened .menu-trigger span:nth-of-type(2) {
  opacity: 0; }

html.mm-opened .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg); }

.-button a em {
  color: #26a83c;
  font-style: normal;
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  padding-top: 3px;
  text-align: center;
  display: none; }

.my-button .menuName {
  color: #26a83c;
  display: inline-block;
  font-size: 10px;
  margin-top: 3px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 16px;
  left: 20px; }

p.menuLogo {
  background-color: #FFF;
  border-top: 3px solid #fa0046;
  line-height: 0;
  padding: 7px 20px;
  text-align: center; }

p.menuLogo img {
  vertical-align: middle; }

p.menuLogo a:hover span {
  color: #333 !important;
  display: block;
  letter-spacing: 0.15em;
  line-height: 1;
  padding-top: 7px; }

.mm-listview > li {
  font-size: 1rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.accessLi {
  background-color: #a4303e;
  padding: 30px;
  text-align: center; }
  .accessLi p {
    display: inline;
    font-size: 14px;
    font-size: 1.4rem; }
    .accessLi p a {
      color: #FFF;
      padding: 5px 10px;
      text-decoration: underline; }
      .accessLi p a:before {
        content: "\f105";
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
        font-weight: bold;
        margin-right: 5px; }

.contactZone {
  background-color: #a4303e;
  padding-bottom: 30px;
  text-align: center; }
  .contactZone p {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .contactZone p.tel {
    font-family: "Times New Roman", Times, "serif";
    font-style: italic;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 15px 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .contactZone p.tel a {
      color: #FFF;
      cursor: default;
      text-decoration: none; }
      .contactZone p.tel a span {
        font-size: 32px;
        font-size: 3.2rem;
        letter-spacing: 0.06em; }

.contactBtns {
  background-color: #a4303e;
  padding: 0 30px 25px;
  display: flex;
  justify-content: space-between;
  text-align: center; }
  .contactBtns p {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 49%; }
    .contactBtns p a {
      background: url(../cmn_img/icon_ft_01.png) 10px center no-repeat #656565;
      background-size: 24px auto;
      border-radius: 3px;
      color: #FFF;
      display: block;
      line-height: 1.4;
      padding: 16px 5px 14px 18px;
      text-decoration: none;
      position: relative;
      transition: 0.2s; }
      .contactBtns p a:hover {
        background-color: #7D7D7D; }
      .contactBtns p a:after {
        content: "\f105";
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
        font-weight: bold;
        margin-right: 5px;
        position: absolute;
        top: 18px;
        right: 10px; }
  .contactBtns p.li02 a {
    background: url(../cmn_img/icon_ft_02.png) 10px center no-repeat #A98B33;
    background-size: 24px auto; }
    .contactBtns p.li02 a:hover {
      background-color: #C4A239; }

.seiyakuZone {
  background-color: #a4303e;
  color: #FFF;
  margin: 15px;
  padding: 0;
  text-align: center;
  /*
  p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
  @include incSmoothing();
  }
  */ }
  .seiyakuZone p.li01 {
    border-bottom: 1px solid #8c202d;
    color: #FFF;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .seiyakuZone p.li02 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 14px 7px 5px; }
  .seiyakuZone p.li03 {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 7px 10px; }

.seiyakuBtns {
  padding: 10px 15px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center; }
  .seiyakuBtns p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-top: 7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%; }
    .seiyakuBtns p a {
      background-color: #FFF;
      border-radius: 3px;
      color: #26a83c;
      display: block;
      line-height: 1.4;
      padding: 16px 15px 14px 15px;
      text-decoration: none;
      position: relative;
      transition: 0.2s; }
      .seiyakuBtns p a:before {
        content: "\f138";
        color: #A98B33;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: 11px;
        font-weight: bold;
        margin-right: 5px;
        display: none; }
  .seiyakuBtns p.li02 a {
    background-color: #FFF;
    color: #333; }

/*-- mv --*/
.mv {
  background: linear-gradient(90deg, #1AAA35, #63BE00);
  box-shadow: 0 0 4px #CCC;
  display: flex;
  align-items: center;
  height: 170px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .mv .cName {
    color: #FFF;
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.08em;
    margin: 0 auto;
    max-width: 1040px;
    padding-left: 40px;
    text-align: left;
    width: 100%;
    transition: 0.4s;
    position: relative; }
    .mv .cName:after {
      content: attr(data-text);
      color: #FFF;
      display: block;
      font-family: "Renner*";
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0.25em;
      padding-top: 5px;
      text-transform: uppercase;
      transition: 0.4s; }
    .mv .cName:before {
      background-color: #FFF;
      border-radius: 10px;
      content: '';
      height: 64px;
      width: 6px;
      position: absolute;
      top: -5px;
      left: 0; }

/*-- breadChumbs --*/
.breadChumbs {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .breadChumbs p {
    font-size: 11px;
    font-size: 1.1;
    line-height: 1.4;
    letter-spacing: 0.06em;
    margin: 0 auto;
    transition: 0.2s;
    padding: 0 5px; }
    .breadChumbs p a {
      color: #666; }

/*-- contents --*/
.contents {
  display: block;
  flex-direction: row-reverse;
  max-width: 1040px;
  margin: 0 auto 0;
  padding: 50px 20px 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.contents * {
  transition: 0.4s; }

.contents.wide {
  max-width: inherit;
  padding: 50px 0 0; }

#pageMenu {
  background: linear-gradient(90deg, #1AAA35, #63BE00);
  padding: 40px; }

#pageMenu ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px; }
  #pageMenu ul li {
    font-size: 18px;
    width: 31.6%; }
    #pageMenu ul li a {
      background-color: #FFF;
      border-radius: 3px;
      color: #333;
      display: inline-block;
      margin: 0;
      width: 100%;
      padding: 20px 15px 18px 5px;
      text-align: center;
      text-decoration: none;
      transition: 0.2s;
      position: relative; }
      #pageMenu ul li a:after {
        content: "\f138";
        color: #26a83c;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        top: 30%;
        right: 20px;
        transition: 0.2s; }
      #pageMenu ul li a:hover {
        opacity: 0.8; }
      #pageMenu ul li a.btnWhite {
        background-color: #FFF;
        border: 1px solid #DDD;
        color: #26a83c; }
        #pageMenu ul li a.btnWhite:after {
          color: #26a83c; }
      #pageMenu ul li a[target="_blank"]:after {
        content: "\f35d"; }
      #pageMenu ul li a[href$=".pdf"]:after {
        content: "\f1c1"; }

/*-- footer --*/
#footer {
  background-color: #161616;
  color: #FFF;
  padding: 30px 0; }

#footer a {
  color: #FFF;
  text-decoration: none; }

#footer .inr {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 20px;
  overflow: hidden; }

#footer .inr .ftL {
  width: 35%; }

#footer .inr .ftL p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 25px; }

#footer .inr .ftL .logo {
  margin-bottom: 15px; }

#footer .inr .ftL small {
  color: #888;
  display: block;
  font-size: 10px; }

#footer .inr .ftR {
  width: 45%; }

#footer .inr .ftR ul {
  overflow: hidden;
  text-align: right; }

#footer .inr .ftR ul li {
  display: inline-block;
  font-size: 13px;
  margin: 0 0 10px 15px; }

#footer .inr .ftR ul li a:hover {
  text-decoration: underline; }

#footer .inr .ftR p {
  color: #888;
  display: block;
  text-align: right;
  font-size: 10px; }

#footer .inr .ftR p a {
  color: #888;
  padding: 0 5px; }

#footer .inr .ftR p a:hover {
  text-decoration: underline; }

/*-- TopControl --*/
#topcontrol {
  z-index: 8; }
  #topcontrol a {
    background: url(../cmn_js/scrolltop/scrollup.png) center center no-repeat;
    background: url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat\9;
    /* IE8 and below */
    *background: url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat;
    /* IE7 and below */
    _background: url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat;
    /* IE6 */
    background-size: 40px 40px;
    font-size: 0;
    text-decoration: none;
    display: block;
    height: 38px;
    width: 38px;
    opacity: 0.7;
    border-radius: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  #topcontrol a:hover {
    background-size: 54px 54px;
    opacity: 1;
    height: 50px;
    width: 50px; }

/* ======================================
   06. Component
=========================================
*/
/*-- Basic parts --*/
section {
  clear: both;
  margin: 0 0 120px;
  position: relative; }

section.tiny {
  margin: 0 auto 120px;
  max-width: 860px; }

section:last-child {
  margin-bottom: 0;
  padding-bottom: 10px; }

.cmnAnc {
  display: inline-block;
  margin-top: -130px;
  padding-top: 130px; }

.tbl {
  display: table;
  width: 100%; }

.tblCell {
  display: table-cell;
  vertical-align: middle; }

.spHide {
  display: block; }

.spDisp {
  display: none; }

.bscImg.spHide {
  display: inline-block; }

.hvBtn, .hvBtns a {
  transition: 0.2s; }

.hvBtn:hover, .hvBtns a:hover {
  opacity: 0.7; }

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

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

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

.vAT {
  vertical-align: top !important; }

.vAM {
  vertical-align: middle !important; }

.vAB {
  vertical-align: bottom !important; }

.red {
  color: red; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.icon {
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -1px; }

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

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

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

.top15 {
  margin-top: 15px !important; }

.top20 {
  margin-top: 20px !important; }

.top25 {
  margin-top: 25px !important; }

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

.top35 {
  margin-top: 35px !important; }

.top40 {
  margin-top: 40px !important; }

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

.btm5, .btm05 {
  margin-bottom: 5px !important; }

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

.btm15 {
  margin-bottom: 15px !important; }

.btm20 {
  margin-bottom: 20px !important; }

.btm25 {
  margin-bottom: 25px !important; }

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

.btm35 {
  margin-bottom: 35px !important; }

.btm40 {
  margin-bottom: 40px !important; }

.btm45 {
  margin-bottom: 45px !important; }

.btm50 {
  margin-bottom: 50px !important; }

.btm55 {
  margin-bottom: 55px !important; }

.btm60 {
  margin-bottom: 60px !important; }

.btm65 {
  margin-bottom: 65px !important; }

.btm70 {
  margin-bottom: 70px !important; }

.btm75 {
  margin-bottom: 75px !important; }

.btm80 {
  margin-bottom: 80px !important; }

.btm85 {
  margin-bottom: 85px !important; }

.btm90 {
  margin-bottom: 90px !important; }

.btm95 {
  margin-bottom: 90px !important; }

.pT0 {
  padding-top: 0 !important; }

.pT5 {
  padding-top: 5px !important; }

.pT10 {
  padding-top: 10px !important; }

.pT15 {
  padding-top: 15px !important; }

.pT20 {
  padding-top: 20px !important; }

.pT25 {
  padding-top: 25px !important; }

.pT30 {
  padding-top: 30px !important; }

.pT35 {
  padding-top: 35px !important; }

.pT40 {
  padding-top: 40px !important; }

.pT45 {
  padding-top: 45px !important; }

.pB0 {
  padding-bottom: 0 !important; }

.pB5 {
  padding-bottom: 5px !important; }

.pB10 {
  padding-bottom: 10px !important; }

.pB15 {
  padding-bottom: 15px !important; }

.pB20 {
  padding-bottom: 20px !important; }

.lm5 {
  margin-left: 5px !important; }

.lm10 {
  margin-left: 10px !important; }

.lm15 {
  margin-left: 15px !important; }

.lm20 {
  margin-left: 20px !important; }

.lm50 {
  margin-left: 50px !important; }

.lm60 {
  margin-left: 60px !important; }

.lm70 {
  margin-left: 70px !important; }

.rm5 {
  margin-right: 5px !important; }

.rm10 {
  margin-right: 10px !important; }

.rm15 {
  margin-right: 15px !important; }

.rm20 {
  margin-right: 20px !important; }

.w5 {
  width: 5% !important; }

.w10 {
  width: 10% !important; }

.w15 {
  width: 15% !important; }

.w18 {
  width: 18% !important; }

.w20 {
  width: 20% !important; }

.w25 {
  width: 25% !important; }

.w30 {
  width: 30% !important; }

.w35 {
  width: 35% !important; }

.w40 {
  width: 40% !important; }

.w45 {
  width: 45% !important; }

.w50 {
  width: 50% !important; }

.w55 {
  width: 55% !important; }

.w60 {
  width: 60% !important; }

.w65 {
  width: 65% !important; }

.w70 {
  width: 70% !important; }

.w75 {
  width: 75% !important; }

.w80 {
  width: 80% !important; }

.w85 {
  width: 85% !important; }

.w90 {
  width: 90% !important; }

.w95 {
  width: 95% !important; }

.wfull {
  width: 100% !important; }

.w100 {
  width: 100px; }

.w150 {
  width: 150px; }

.w200 {
  width: 200px; }

.w250 {
  width: 250px; }

.w300 {
  width: 300px; }

.w350 {
  width: 350px; }

.w400 {
  width: 400px; }

.w450 {
  width: 450px; }

.w500 {
  width: 500px; }

.w550 {
  width: 550px; }

.w600 {
  width: 600px; }

.contents .size10 {
  font-size: 10px !important;
  font-size: 1rem !important; }

.contents .size11 {
  font-size: 11px !important;
  font-size: 1.1rem !important; }

.contents .size12 {
  font-size: 12px !important;
  font-size: 1.2rem !important; }

.contents .size13 {
  font-size: 13px !important;
  font-size: 1.3rem !important; }

.contents .size14 {
  font-size: 14px !important;
  font-size: 1.4rem !important; }

.contents .size15 {
  font-size: 15px !important;
  font-size: 1.5rem !important; }

.contents .size16 {
  font-size: 16px !important;
  font-size: 1.6rem !important; }

.contents .size17 {
  font-size: 17px !important;
  font-size: 1.7rem !important; }

.contents .size18 {
  font-size: 18px !important;
  font-size: 1.8rem !important; }

.contents .size19 {
  font-size: 19px !important;
  font-size: 1.9rem !important; }

.contents .size20 {
  font-size: 20px !important;
  font-size: 2rem !important; }

.contents .size21 {
  font-size: 21px !important;
  font-size: 2.1rem !important; }

.contents .size22 {
  font-size: 22px !important;
  font-size: 2.2rem !important; }

.contents .size23 {
  font-size: 23px !important;
  font-size: 2.3rem !important; }

.contents .size24 {
  font-size: 24px !important;
  font-size: 2.4rem !important; }

/*-- head --*/
.head02 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0 0 35px;
  width: 100%;
  text-align: center; }
  .head02:first-letter {
    color: #26a83c; }

.head03, .editor h2 {
  color: #333;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 5px 0 5px 25px;
  position: relative; }
  .head03 span, .editor h2 span {
    font-size: 1.4rem;
    color: #888; }
  .head03:before, .editor h2:before {
    background-color: #26a83c;
    border-radius: 10px;
    content: '';
    height: 100%;
    width: 6px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }

.head04, .editor h3 {
  border-bottom: 2px solid #E8E8E8;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  padding: 0 5px 10px;
  position: relative; }
  .head04 span, .editor h3 span {
    color: #777;
    font-size: 12px; }

.head04:after, .editor h3:after {
  background-color: #26a83c;
  content: '';
  height: 2px;
  width: 40px;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0; }

.head05, .editor h4 {
  color: #26a83c;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px; }

.head06 {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px; }

/*-- AnchorBox --*/
.anchorBox {
  background-color: #F5FCF6;
  border: 1px dashed rgba(29, 171, 50, 0.5);
  margin: 0 0 50px;
  padding: 18px 30px 15px;
  text-align: center; }
  .anchorBox ul li {
    display: inline-block;
    margin-right: 15px; }
    .anchorBox ul li a {
      color: #555;
      display: block;
      font-size: 15px;
      font-size: 1.5rem;
      padding: 10px 10px 10px 0; }
      .anchorBox ul li a:hover {
        color: #26a83c; }
      .anchorBox ul li a:after {
        content: "\f107";
        color: #26a83c;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: 13px;
        font-weight: bold;
        margin-left: 7px;
        vertical-align: middle; }

/*-- Box --*/
.bscBox {
  border: 1px solid #DDD;
  padding: 35px 45px 25px;
  margin-bottom: 25px; }
  .bscBox.bb02 {
    border-top: 3px solid #26a83c; }
  .bscBox.bb03 {
    background-color: #FBFBFB;
    border: 1px solid #DDD; }
  .bscBox.bb04 {
    border: 1px dashed rgba(29, 171, 50, 0.5); }

/*-- List --*/
.indList {
  margin-bottom: 30px; }
  .indList li {
    margin-bottom: 5px;
    text-indent: -1em;
    padding-left: 1em;
    position: relative; }
    .indList li:before {
      content: '・';
      display: inline; }
  .indList.list02 li:before {
    content: '※'; }
  .indList.list03 li {
    text-indent: 0;
    padding-left: 20px; }
    .indList.list03 li:before {
      background-color: #333;
      border-radius: 6px;
      content: '';
      display: inline-block;
      line-height: 1;
      height: 6px;
      width: 6px;
      position: absolute;
      top: 9px;
      left: 3px; }
  .indList.list04 li {
    text-indent: 0;
    padding-left: 20px; }
    .indList.list04 li:before {
      background-color: #26a83c;
      border-radius: 6px;
      content: '';
      display: inline-block;
      line-height: 1;
      height: 6px;
      width: 6px;
      position: absolute;
      top: 9px;
      left: 3px; }
  .indList.listS li {
    font-size: 13px;
    font-size: 1.3rem; }
  .indList.border li {
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .indList.border li:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }

.numList {
  margin-bottom: 30px;
  padding-left: 1.3em;
  counter-reset: list-count;
  list-style: none; }
  .numList li {
    line-height: 1.7;
    margin-bottom: 5px;
    text-indent: -1.3em; }
    .numList li:before {
      font-weight: bold;
      content: counter(list-count) ". ";
      counter-increment: list-count; }
  .numList.listS li {
    font-size: 13px;
    font-size: 1.3rem; }

.linkList {
  margin-bottom: 30px; }
  .linkList li {
    margin-bottom: 10px; }
    .linkList li a {
      display: inline-block;
      padding: 0 30px 0 0;
      transition: 0.2s; }
      .linkList li a:before {
        content: "\f105";
        color: #26a83c;
        display: inline-block;
        font-family: "Font Awesome 5 Free";
        font-size: 13px;
        font-weight: bold;
        margin-right: 7px;
        transition: 0.2s; }
      .linkList li a[target="_blank"]:before {
        content: "\f35d"; }
      .linkList li a[href$=".pdf"]:before {
        content: "\f1c1"; }

/*-- FAQ --*/
.faqArea dl {
  margin-bottom: 40px; }
  .faqArea dl dt {
    color: #26a83c;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 45px;
    position: relative; }
    .faqArea dl dt:before {
      background-color: #26a83c;
      border-radius: 100%;
      content: 'Q';
      color: #FFF;
      display: inline-block;
      font-weight: normal;
      padding: 3px 10px;
      position: absolute;
      top: -2px;
      left: 0; }
  .faqArea dl dd {
    margin-left: 45px; }

/*-- TABLE --*/
.bscTbl {
  margin-bottom: 40px; }
  .bscTbl table {
    border-collapse: collapse;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    width: 100%; }
    .bscTbl table th, .bscTbl table td {
      border-bottom: 1px solid #DDD;
      border-right: 1px solid #DDD;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1.5;
      padding: 16px 15px;
      text-align: left; }
    .bscTbl table th {
      font-weight: 400;
      vertical-align: top; }
  .bscTbl.tbl01 table th {
    background-color: #26a83c;
    color: #FFF; }
  .bscTbl.tbl03 thead th {
    background-color: #F5F5F5;
    text-align: left; }
  .bscTbl.tbl04 table {
    border-top: 2px solid #26a83c; }
    .bscTbl.tbl04 table thead th {
      background-color: #F5F5F5;
      text-align: left; }
  .bscTbl.tblS table th, .bscTbl.tblS table td {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 12px 10px 10px; }
  .bscTbl .indList {
    margin-bottom: 0; }
    .bscTbl .indList li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.5;
      margin-bottom: 3px; }

/*-- FLEX --*/
.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin: 0 0 50px; }
  .flex .img {
    width: 100%; }
    .flex .img img {
      height: auto;
      width: 100%; }
  .flex .data {
    padding: 10px 0 10px 35px; }
  .flex.img2 .img {
    width: 49%;
    margin: 0 0.5%; }
    .flex.img2 .img p {
      padding: 5px 0; }
  .flex.img3 .img {
    width: 32.333333%;
    margin: 0 0.5%; }
    .flex.img3 .img p {
      font-size: 13px;
      font-size: 1.3rem;
      padding: 10px 0; }
  .flex.reverse {
    flex-direction: row-reverse; }
    .flex.reverse .data {
      padding: 10px 35px 10px 0; }

.alignTop {
  align-items: flex-start; }

.fullReverse .data {
  padding: 10px 35px 10px 0; }
.fullReverse.reverse .data {
  padding: 10px 0 10px 35px; }

.imgMix.img2 .img {
  width: auto; }
  .imgMix.img2 .img img {
    max-height: 280px;
    padding-right: 15px;
    width: auto; }
.imgMix.img3 .img {
  width: auto; }
  .imgMix.img3 .img img {
    max-height: 280px;
    width: auto; }

/*-- BTN --*/
.cmnBtn {
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 50px 15px; }
  .cmnBtn a {
    background-color: #26a83c;
    border: 1px solid #26a83c;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
    margin: 0 7px;
    width: 100%;
    padding: 16px 20px 15px 5px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    position: relative; }
    .cmnBtn a:after {
      content: "\f105";
      color: rgba(255, 255, 225, 0.4);
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: 16px;
      font-weight: bold;
      position: absolute;
      top: 27%;
      right: 20px;
      transition: 0.2s; }
    .cmnBtn a:hover {
      opacity: 0.8; }
    .cmnBtn a.btnWhite {
      background-color: #FFF;
      border: 1px solid #DDD;
      color: #26a83c; }
      .cmnBtn a.btnWhite:after {
        color: #26a83c; }
    .cmnBtn a.btnWhiteR {
      background-color: #FFF;
      border: 1px solid #DDD;
      color: #26a83c;
      padding: 16px 5px 15px 20px;
      max-width: 370px; }
      .cmnBtn a.btnWhiteR:after {
        content: "\f104";
        color: #26a83c;
        top: 27%;
        right: auto;
        left: 30px; }
    .cmnBtn a[target="_blank"]:after {
      content: "\f35d"; }
    .cmnBtn a[href$=".pdf"]:after {
      content: "\f1c1"; }

.cmnBtn.noBdr {
  border: none;
  padding: 8px 0 !important; }

/*-- OTHER --*/
.contactDl {
  border: 1px solid #DDD;
  border-top: 3px solid #26a83c;
  text-align: center;
  padding: 0 0 20px; }
  .contactDl dt {
    background-color: #F5FCF6;
    border-bottom: 1px solid #DDD;
    color: #26a83c;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    padding: 30px 0 25px; }
  .contactDl dd {
    padding: 30px 30px 15px; }
    .contactDl dd p {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: normal;
      text-align: left; }

.bscDl dt {
  font-weight: bold;
  padding: 5px 0 5px; }
.bscDl dd {
  border-bottom: 1px dotted #DDD;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  padding-bottom: 15px; }
.bscDl dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.bscDl02 dt {
  border-top: 1px dotted #DDD;
  color: #26a83c;
  font-weight: bold;
  padding: 15px 0 10px; }
.bscDl02 dd {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px 1em;
  padding-bottom: 15px; }
.bscDl02 dt:first-child {
  border-top: none; }

.staffList {
  border: 1px solid #DDD;
  border-top: 3px solid #26a83c;
  padding: 35px 35px 25px;
  margin-bottom: 25px; }
  .staffList .inr {
    display: flex; }
    .staffList .inr p.img {
      width: 30%; }
      .staffList .inr p.img img {
        height: auto;
        width: 100%; }
    .staffList .inr .data {
      padding-left: 25px;
      width: 70%; }
      .staffList .inr .data dl.table {
        border-top: 1px solid #EEE;
        display: table;
        width: 100%; }
        .staffList .inr .data dl.table dt {
          color: #26a83c;
          display: table-cell;
          font-size: 14px;
          font-size: 1.4rem;
          padding: 10px 5px;
          width: 20%; }
        .staffList .inr .data dl.table dd {
          display: table-cell;
          font-size: 13px;
          font-size: 1.3rem;
          padding: 10px 5px;
          width: 80%; }
          .staffList .inr .data dl.table dd ul.indList {
            margin-bottom: 0; }
            .staffList .inr .data dl.table dd ul.indList li {
              font-size: 13px;
              font-size: 1.3rem;
              margin-bottom: 0; }
      .staffList .inr .data dl.table:first-child {
        border-top: none !important; }
      .staffList .inr .data dl.message {
        border: 1px solid #EEE;
        padding: 15px 15px; }
        .staffList .inr .data dl.message dt {
          color: #26a83c;
          font-size: 14px;
          font-size: 1.4rem;
          margin-bottom: 5px; }
        .staffList .inr .data dl.message dd {
          font-size: 13px;
          font-size: 1.3rem; }

.newsList {
  border-left: 1px solid #DDD;
  margin: 0 45px 60px; }
  .newsList ul {
    display: flex;
    flex-wrap: wrap; }
    .newsList ul li {
      border-right: 1px solid #DDD;
      border-bottom: 1px solid #DDD;
      width: 33.3333%; }
      .newsList ul li a {
        display: block;
        padding: 45px 40px;
        text-decoration: none;
        transition: 0.2s;
        position: relative; }
        .newsList ul li a p.tag {
          text-align: right;
          position: absolute;
          top: 0;
          right: 0; }
          .newsList ul li a p.tag span {
            background-color: #26a83c;
            color: #FFF;
            display: inline-block;
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 1;
            padding: 7px 15px 5px; }
        .newsList ul li a p.img {
          background-image: url("../cmn_img/logo.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover !important;
          border: 8px solid #F5F5F5;
          display: block;
          height: 90px;
          width: 90px; }
        .newsList ul li a p.date {
          font-size: 13px;
          font-size: 1.3rem;
          margin: -25px 0 20px;
          text-align: right; }
        .newsList ul li a p.txt {
          color: #444;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.7;
          text-decoration: underline; }
        .newsList ul li a:hover {
          background-color: #FAFAFA; }
          .newsList ul li a:hover p.txt {
            color: #26a83c;
            text-decoration: none; }
  @media only screen and (max-width: 1180px) {
    .newsList ul li {
      width: 50%; } }

.newsHead {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  padding: 60px 0 40px; }
  .newsHead span.title:before,
  .newsHead span.title:after {
    background-color: #DDB2BC;
    content: '';
    display: inline-block;
    height: 1px;
    margin: 0 15px;
    width: 40px;
    vertical-align: middle; }
  .newsHead span.en {
    color: #26a83c;
    display: block;
    font-family: "Times New Roman", Times, "serif";
    font-size: 11px;
    letter-spacing: 0.06em;
    padding-top: 10px; }

.newsDate {
  display: block;
  font-size: 13px;
  font-weight: normal;
  padding-left: 5px; }

.listBnr {
  display: flex;
  justify-content: space-between;
  margin: 0 45px 60px; }
  .listBnr li {
    width: 49%; }
    .listBnr li a {
      display: block;
      transition: 0.2s; }
      .listBnr li a img {
        height: auto;
        width: 100%;
        max-width: 448px; }
    .listBnr li a:hover {
      opacity: 0.8; }

#pager {
  text-align: center;
  padding-bottom: 60px; }
  #pager span {
    background-color: #F5F5F5;
    border: 1px solid #EEE;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 4px;
    padding: 15px 18px; }
  #pager .prev, #pager .next {
    border: none;
    margin: 0; }
  #pager .current, #pager span:hover {
    background-color: #333;
    color: #FFF; }
  #pager .disabled {
    display: none; }

.cList {
  background-color: #FFF;
  border: 1px solid #DDD;
  margin: 0 45px;
  padding: 60px 30px 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .cList > ul > li {
    box-shadow: 0 0 4px #CCC;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0;
    padding-bottom: 25px;
    position: absolute; }
    .cList > ul > li > a, .cList > ul > li > span {
      background: url("../cmn_img/bg_head02.png") right center no-repeat;
      color: #FFF;
      display: block;
      margin: -45px 25px 0;
      padding: 30px 25px 30px 45px;
      text-decoration: none;
      position: relative; }
    .cList > ul > li > a:before, .cList > ul > li > span:before {
      background: url("../cmn_img/bg_clisthead.png") left center no-repeat;
      content: '';
      display: inline-block;
      height: 26px;
      width: 15px;
      position: absolute;
      top: 29px;
      left: 20px; }
    .cList > ul > li > a:after {
      background: url("../cmn_img/bg_cmenu_arrow_w.png") center center no-repeat;
      content: '';
      display: inline-block;
      height: 15px;
      width: 10px;
      position: absolute;
      top: 35px;
      right: 20px; }
    .cList > ul > li .img {
      background-size: cover !important;
      height: 250px; }
    .cList > ul > li .subMenu {
      margin: 15px 25px 0;
      padding-bottom: 10px; }
      .cList > ul > li .subMenu li {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4; }
        .cList > ul > li .subMenu li a {
          border-bottom: 1px dotted #DDD;
          background-position: 93% center;
          color: #333;
          cursor: pointer;
          display: block;
          padding: 12px 12px 9px 16px;
          text-decoration: none;
          transition: 0.2s; }
          .cList > ul > li .subMenu li a:hover {
            background-color: #FAFAFA;
            color: #26a83c; }
  .cList > ul li.noImg {
    padding-top: 25px; }
  .cList > ul li.noImg > a,
  .cList > ul li.noImg > span {
    margin: 0 25px 0; }

/*-- ListPage --*/
.indexList {
  background-color: #F5F5F5;
  border: 1px solid #DDD;
  padding: 35px; }
  .indexList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .indexList ul li {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 5px;
      width: 49.5%; }
      .indexList ul li a {
        align-items: center;
        align-content: center;
        background-color: #FFF;
        color: #333;
        display: flex;
        flex-wrap: wrap;
        line-height: 1.4;
        height: 100%;
        min-height: 100px;
        padding: 30px 40px 28px 25px;
        position: relative;
        transition: 0.2s;
        text-decoration: none;
        width: 100%; }
        .indexList ul li a:after {
          content: attr(data-text);
          color: #26a83c;
          display: block;
          font-family: "Renner*";
          font-size: 10px;
          font-size: 1rem;
          font-weight: 400;
          letter-spacing: 0.15em;
          text-transform: uppercase;
          width: 100%; }
        .indexList ul li a:before {
          content: "\f105";
          color: #26a83c;
          display: inline-block;
          font-family: "Font Awesome 5 Free";
          font-size: 30px;
          font-weight: bold;
          position: absolute;
          right: 18px;
          transition: 0.2s; }
        .indexList ul li a:hover {
          color: #26a83c; }
          .indexList ul li a:hover:before {
            right: 15px; }

.indexList.list2 {
  margin-bottom: 40px;
  padding: 25px; }
  .indexList.list2 ul li {
    font-size: 16px; }
    .indexList.list2 ul li a {
      min-height: 70px;
      padding: 20px 40px 18px 25px; }
      .indexList.list2 ul li a:after {
        content: attr(data-text);
        color: #26a83c;
        display: block;
        font-family: "Renner*";
        font-size: 10px;
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        width: 100%; }
      .indexList.list2 ul li a:before {
        font-size: 24px; }
      .indexList.list2 ul li a:hover {
        color: #26a83c; }
        .indexList.list2 ul li a:hover:before {
          right: 15px; }

/*-- Kakehashi --*/
.kakehashiList ul li {
  border-bottom: 1px solid #DDD;
  font-size: 14px; }
  .kakehashiList ul li a {
    color: #333;
    display: flex;
    align-items: flex-start;
    padding: 25px 10px 25px 15px;
    text-decoration: none;
    transition: 0.2s; }
    .kakehashiList ul li a span.vol {
      background-color: #FFF;
      border: 1px solid #26a83c;
      color: #26a83c;
      display: inline-block;
      font-size: 12px;
      font-weight: 600;
      font-family: "Renner*";
      margin-right: 15px;
      padding: 3px 15px 2px;
      white-space: nowrap; }
    .kakehashiList ul li a span.date {
      margin-right: 15px;
      padding-top: 2px;
      white-space: nowrap;
      min-width: 8em; }
    .kakehashiList ul li a span.data {
      padding-top: 2px;
      text-decoration: underline; }
    .kakehashiList ul li a:hover {
      background-color: #FAFAFA;
      color: #26a83c;
      text-decoration: none; }
      .kakehashiList ul li a:hover span.data {
        text-decoration: none; }
  .kakehashiList ul li a[href$=".pdf"] span.data:after {
    content: "\f1c1";
    color: #26a83c;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: bold;
    margin-left: 7px;
    margin-top: -2px;
    transition: 0.2s;
    vertical-align: top; }
.kakehashiList ul li:first-child a {
  display: flex;
  align-items: center;
  padding: 30px 15px; }
  .kakehashiList ul li:first-child a p.img {
    background-color: #FFF;
    border: 1px solid #DDD;
    line-height: 1;
    padding: 10px;
    width: 50%; }
    .kakehashiList ul li:first-child a p.img img {
      height: auto;
      width: 100%; }
  .kakehashiList ul li:first-child a .box {
    display: block;
    padding: 0 10px 0 25px;
    width: 50%; }
    .kakehashiList ul li:first-child a .box span.vol {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #DDD;
      color: #26a83c;
      display: block;
      font-size: 15px;
      font-weight: 600;
      margin: 5px 0 15px;
      padding: 0 0 15px; }
    .kakehashiList ul li:first-child a .box span.date {
      display: block;
      margin-right: 15px;
      padding-top: 2px;
      white-space: nowrap;
      min-width: 8em; }
      .kakehashiList ul li:first-child a .box span.date:after {
        background-color: #26a83c;
        color: #FFF;
        content: '最新号';
        display: inline-block;
        font-size: 12px;
        line-height: 1.4;
        margin-left: 10px;
        padding: 3px 10px 2px; }
    .kakehashiList ul li:first-child a .box span.data {
      font-size: 20px;
      padding-top: 0; }
      .kakehashiList ul li:first-child a .box span.data:after {
        font-size: 18px;
        vertical-align: middle; }

/*-- Event --*/
.eventList ul li {
  border-bottom: 1px solid #DDD;
  font-size: 14px; }
  .eventList ul li a {
    color: #333;
    display: flex;
    align-items: center;
    padding: 25px 10px 25px 20px;
    text-decoration: none;
    transition: 0.2s; }
    .eventList ul li a p.img {
      background-size: cover !important;
      background-color: #FFF;
      border: 1px solid #CCC;
      line-height: 1;
      padding: 10px;
      height: 90px;
      width: 90px; }
    .eventList ul li a .box {
      display: block;
      padding: 0 10px 0 25px;
      width: calc(100% - 90px); }
      .eventList ul li a .box span.date {
        color: #26a83c;
        display: block;
        margin-right: 15px;
        padding-top: 2px;
        white-space: nowrap;
        min-width: 8em; }
        .eventList ul li a .box span.date:after {
          background-color: #26a83c;
          color: #FFF;
          content: 'ご案内';
          display: inline;
          font-size: 11px;
          line-height: 1.4;
          margin: 0 0 0 10px;
          padding: 4px 10px 3px; }
      .eventList ul li a .box span.data {
        display: block;
        padding-top: 5px;
        text-decoration: underline; }
    .eventList ul li a:hover {
      background-color: #FAFAFA;
      color: #26a83c;
      text-decoration: none; }
      .eventList ul li a:hover span.data {
        text-decoration: none; }
  .eventList ul li a[href$=".pdf"] span.data:after {
    content: "\f1c1";
    color: #26a83c;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: bold;
    margin-left: 7px;
    margin-top: -2px;
    transition: 0.2s;
    vertical-align: top; }
.eventList ul li.gohokoku a .box span.date::after {
  background-color: #FF9326;
  content: 'ご報告'; }

.eventTitle {
  border-bottom: 1px solid #DDD;
  font-size: 14px;
  font-weight: normal;
  align-items: center;
  display: flex;
  margin: 0 30px 50px;
  min-height: 200px;
  padding: 0 30px; }
  .eventTitle span.date {
    color: #26a83c;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    margin-right: 15px;
    padding-top: 2px;
    white-space: nowrap;
    min-width: 8em; }
    .eventTitle span.date:after {
      background-color: #26a83c;
      color: #FFF;
      content: 'ご案内';
      display: inline;
      font-size: 11px;
      line-height: 1.4;
      margin: 0 0 0 10px;
      padding: 4px 10px 3px; }
  .eventTitle span.data {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 20px; }

.eventTitle.gohokoku span.date::after {
  background-color: #FF9300;
  content: 'ご報告'; }

/*-- News --*/
.newsIndex {
  border-top: 1px solid #DDD;
  max-width: 860px;
  margin: 0 auto; }
  .newsIndex ul li {
    border-bottom: 1px solid #DDD;
    font-size: 14px; }
    .newsIndex ul li a {
      color: #333;
      display: flex;
      align-items: flex-start;
      padding: 25px 10px 25px 10px;
      text-decoration: none;
      transition: 0.2s; }
      .newsIndex ul li a span.date {
        color: #26a83c;
        display: block;
        margin-right: 10px;
        white-space: nowrap;
        min-width: 8em; }
      .newsIndex ul li a span.data {
        display: block;
        text-decoration: underline; }
      .newsIndex ul li a:hover {
        background-color: #FAFAFA;
        color: #26a83c;
        text-decoration: none; }
        .newsIndex ul li a:hover span.data {
          text-decoration: none; }
    .newsIndex ul li a[href$=".pdf"] span.data:after {
      content: "\f1c1";
      color: #26a83c;
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: 15px;
      font-weight: bold;
      margin-left: 7px;
      margin-top: -2px;
      transition: 0.2s;
      vertical-align: top; }

.newsTitle {
  border-bottom: 1px solid #DDD;
  font-size: 14px;
  font-weight: normal;
  align-items: center;
  display: flex;
  margin: 0 auto 30px;
  padding: 0 10px 30px;
  max-width: 860px; }
  .newsTitle span.date {
    color: #26a83c;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    margin-right: 15px;
    padding-top: 2px;
    white-space: nowrap;
    min-width: 8em; }
  .newsTitle span.data {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 20px; }

.editor {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 15px 30px; }

/*-- Pager --*/
.pager {
  text-align: center;
  margin: 60px auto 0; }
  .pager a {
    display: inline-block;
    padding: 5px 0;
    width: 40px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #FFF;
    background: #CCC;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }

.pager a:hover,
.pager .current {
  background: #26a83c;
  color: #FFF;
  cursor: pointer; }

/*-- inquiry --*/
.inquirySection .bscTbl.tbl01 table th {
  width: 38%; }
.inquirySection .size11 {
  line-height: 1.4;
  padding-top: 10px !important; }
.inquirySection .bscTbl.tbl01 table td {
  padding: 20px 15px 30px; }
.inquirySection select {
  font-size: 14px;
  width: 50%; }
.inquirySection label {
  cursor: pointer; }
.inquirySection label:hover {
  text-decoration: underline; }
.inquirySection input[type=checkbox] {
  margin-right: 5px; }
.inquirySection .imeOn {
  ime-mode: active; }
.inquirySection .imeOff {
  ime-mode: disabled; }
.inquirySection .fullW {
  width: 100%; }
.inquirySection textarea.txtarea {
  background-color: #FFF;
  border: 1px solid #CCC;
  font-size: 14px;
  height: 200px;
  padding: 10px;
  width: 100%; }
.inquirySection .submitBtn {
  padding: 20px 0 20px; }
  .inquirySection .submitBtn input {
    background-color: #FF9326;
    border: none;
    color: #FFFF;
    display: inline-block;
    padding: 10px 20px;
    min-width: 300px; }
  .inquirySection .submitBtn input.return {
    background-color: #AAA; }
.inquirySection .hissu:before {
  background-color: #FFF;
  color: #26a83c;
  content: '必須';
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  margin-left: 10px;
  padding: 4px 10px;
  vertical-align: 1px;
  float: right; }
.inquirySection .nini:before {
  background-color: #999;
  color: #FFF;
  content: '任意';
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-left: 10px;
  padding: 4px 10px;
  vertical-align: 1px;
  float: right; }
.inquirySection td.err {
  background-color: #fff0f5; }
.inquirySection p.err {
  color: red;
  font-size: 13px;
  margin-bottom: 5px; }

/*-- Movie --*/
.movie {
  position: relative;
  padding-top: 56.25%;
  width: 100%; }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

/*-- Student --*/
.studentList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .studentList ul li {
    background-color: #FFF;
    border-top: 2px solid #26a83c;
    box-shadow: 0 0 4px #CCC;
    margin-bottom: 40px;
    padding: 20px 35px 30px;
    width: 48%; }
    .studentList ul li .profile {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin-bottom: 5px; }
      .studentList ul li .profile h3 {
        color: #26a83c;
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: 0.1em; }
        .studentList ul li .profile h3 span {
          background: linear-gradient(#1AAA35, #63BE00);
          color: #FFF;
          font-size: 11px;
          font-size: 1.1rem;
          margin-right: 10px;
          padding: 4px 10px 3px;
          vertical-align: 3px; }
    .studentList ul li h4 {
      font-size: 17px;
      font-size: 1.7rem;
      margin-bottom: 10px; }
    .studentList ul li p {
      font-size: 14px;
      font-size: 1.4rem; }

.courseData {
  background-color: #F5FCF6; }
  .courseData .courseDataInr {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px 0 40px; }
    .courseData .courseDataInr .cdR {
      width: 350px; }
      .courseData .courseDataInr .cdR img {
        width: 100%; }
    .courseData .courseDataInr .cdL {
      width: calc(100% - 380px); }
      .courseData .courseDataInr .cdL ul {
        margin-bottom: 20px; }
        .courseData .courseDataInr .cdL ul li {
          background: linear-gradient(#1AAA35, #63BE00);
          border-radius: 1px;
          color: #FFF;
          display: inline-block;
          font-size: 10px;
          font-size: 1rem;
          font-weight: 200;
          line-height: 1;
          margin-right: 7px;
          padding: 6px 10px;
          vertical-align: 3px; }
      .courseData .courseDataInr .cdL h1 {
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: 500;
        margin-bottom: 30px; }
        .courseData .courseDataInr .cdL h1 span {
          color: #26a83c;
          font-weight: normal;
          font-size: 13px;
          font-style: italic;
          font-family: "Renner*";
          font-weight: 300;
          letter-spacing: 0.1em;
          margin-left: 20px;
          vertical-align: middle;
          text-transform: uppercase; }
      .courseData .courseDataInr .cdL .box {
        background-color: #FFF;
        border: 1px dashed #57BD00;
        display: flex;
        padding: 18px 20px; }
        .courseData .courseDataInr .cdL .box dl {
          padding-left: 25px; }
          .courseData .courseDataInr .cdL .box dl dt {
            color: #26a83c;
            font-size: 18px;
            margin-bottom: 5px; }
          .courseData .courseDataInr .cdL .box dl dd strong {
            color: #F3304A;
            font-weight: normal; }

/*-- course --*/
.tabMenu ul {
  text-align: center; }
  .tabMenu ul li {
    background-color: #EFEFEF;
    display: inline-block;
    min-width: 250px;
    padding: 10px 25px; }
    .tabMenu ul li.current {
      background-color: #26a83c;
      color: #FFF; }

#tab {
  border-top: 2px solid #26a83c;
  background-color: #FFF;
  box-shadow: 0 0 8px #CCC;
  padding: 40px 50px; }

.courseTbl {
  display: flex;
  justify-content: space-between; }
  .courseTbl .ctL {
    width: 49%; }
  .courseTbl .ctR {
    width: 49%; }
  .courseTbl .courseTblinr {
    max-width: 900px;
    width: 100%; }
    .courseTbl .courseTblinr table th.ttl {
      width: 20%;
      vertical-align: middle; }
    .courseTbl .courseTblinr table th.ttl02 {
      background-color: #63be00; }
    .courseTbl .courseTblinr table th.bold {
      font-weight: bold; }
    .courseTbl .courseTblinr table th {
      text-align: center; }
    .courseTbl .courseTblinr table tr td.price {
      text-align: right; }
    .courseTbl .courseTblinr table tr td span {
      color: #888;
      font-size: 12px; }
    .courseTbl .courseTblinr p.setumei-txt {
      color: #888;
      font-size: 12px; }
    .courseTbl .courseTblinr p.redtxt {
      color: red;
      font-size: 13px;
      font-weight: bold; }

.courseTbl.other table th.ttl {
  width: 50%; }

/*-- Entry --*/
.flowBox {
  border: 3px double #26a83c;
  color: #333;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 5px 0 5px 25px;
  position: relative;
  padding: 35px 45px;
  margin-bottom: 25px; }
  .flowBox h2 {
    color: #26a83c;
    font-size: 20px;
    margin-bottom: 15px; }
    .flowBox h2 span {
      font-size: 15px;
      vertical-align: middle;
      border-bottom: 2px solid #26a83c;
      padding-bottom: 0.3rem;
      margin-right: 2.5rem; }
  .flowBox dl {
    background-color: #F5FCF6;
    padding: 25px 35px; }
    .flowBox dl dt {
      color: #26a83c;
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 10px; }
    .flowBox dl dd {
      font-size: 14px;
      margin-bottom: 5px;
      text-indent: -0.8em;
      padding-left: 2em; }
      .flowBox dl dd i {
        color: #26a83c;
        margin-right: 0.5em; }

.arrow {
  margin: 0 auto 20px;
  padding-top: 35px;
  position: relative; }
  .arrow:before {
    width: 100px;
    height: 30px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#f9ac23));
    background-image: -webkit-linear-gradient(#FFFFFF, #f9ac23);
    background-image: linear-gradient(#FFFFFF, #f9ac23);
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px; }
  .arrow:after {
    border-top: 25px solid #f9ac23;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -100px; }

/*-- Access --*/
.map iframe {
  height: 400px;
  width: 100%; }

.accessData {
  margin-top: 25px; }
  .accessData dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px; }

/*-- About --*/
.about00 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 0 30px; }
  .about00 h2 {
    font-size: 26px;
    font-size: 2.6rem; }
    .about00 h2 span {
      color: #26a83c;
      font-family: "Renner*";
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: normal;
      font-style: italic;
      margin-left: 15px;
      text-transform: uppercase; }

.about01 {
  background: url("../uniq/about/bg_about01.gif") center bottom repeat-x;
  max-width: none;
  margin-bottom: 60px; }
  .about01 .about01Inr {
    background: url("../uniq/about/img_about01.png") center top no-repeat;
    margin: 0 auto;
    height: 480px; }

.about02 {
  background: url("../uniq/about/img_about02.png") center top no-repeat;
  max-width: none;
  height: 440px;
  max-width: 1040px;
  margin: 0 auto; }

.flowSec .flex.img2 .img .bscBox {
  min-height: 200px; }

.abouttop01 {
  margin: 0 auto 0;
  padding: 0 0 50px;
  width: 100%;
  max-width: 1080px;
  text-align: center; }
  .abouttop01 .inr {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: 2;
    position: relative; }
    .abouttop01 .inr .inrL {
      padding: 0;
      width: 100%;
      max-width: 1080px; }
      .abouttop01 .inr .inrL h2 {
        font-family: "Renner*";
        font-size: 40px;
        font-size: 4rem;
        font-weight: 600;
        font-style: italic;
        line-height: 1.4;
        letter-spacing: 0.1em;
        margin: 0 0 35px;
        width: 100%; }
        .abouttop01 .inr .inrL h2:first-letter {
          color: #26a83c; }
        .abouttop01 .inr .inrL h2 span {
          font-size: 16px;
          font-size: 1.6rem;
          font-style: normal;
          display: block; }
      .abouttop01 .inr .inrL h3 {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: 0.1em;
        margin: 0 0 25px;
        width: 100%; }
      .abouttop01 .inr .inrL .btn {
        font-family: "Renner*";
        margin-top: 40px; }
        .abouttop01 .inr .inrL .btn a {
          background-color: #384151;
          border-radius: 50px;
          color: #FFF;
          display: inline-block;
          font-weight: bold;
          min-width: 200px;
          padding: 12px 30px;
          text-align: center;
          text-decoration: none; }
          .abouttop01 .inr .inrL .btn a:hover {
            background-color: #26a83c; }

.abouttop02 {
  background: #F5FCF6;
  margin-bottom: 0;
  padding: 50px 0 !important; }
  .abouttop02 .inr {
    margin: 0 auto;
    max-width: 1080px; }
    .abouttop02 .inr h2 {
      color: #FFF;
      font-family: "Renner*";
      font-size: 40px;
      font-size: 4rem;
      font-weight: 600;
      font-style: italic;
      line-height: 1.4;
      letter-spacing: 0.1em;
      margin: 0 0 35px;
      text-align: center;
      width: 100%; }
      .abouttop02 .inr h2 span {
        font-size: 16px;
        font-size: 1.6rem;
        font-style: normal;
        display: block; }
    .abouttop02 .inr ul {
      display: flex;
      justify-content: space-between; }
      .abouttop02 .inr ul li {
        background-color: #FFF;
        width: 31.5%;
        max-width: 340px; }
        .abouttop02 .inr ul li a {
          background-color: #FFF;
          color: #333;
          display: block;
          text-decoration: none;
          transition: 0.4s; }
          .abouttop02 .inr ul li a:hover {
            box-shadow: 0 0 10px #FFF;
            color: #26a83c;
            transform: scale(1.03); }
          .abouttop02 .inr ul li a p.img img {
            height: auto;
            width: 100%; }
          .abouttop02 .inr ul li a .data {
            padding: 10px 20px 20px;
            text-align: center; }
            .abouttop02 .inr ul li a .data h3 span.tag {
              background: linear-gradient(#1AAA35, #63BE00);
              border-radius: 1px;
              color: #FFF;
              display: inline-block;
              font-size: 10px;
              font-size: 1rem;
              font-weight: 600;
              line-height: 1;
              margin-right: 7px;
              padding: 6px 10px;
              vertical-align: 3px; }
            .abouttop02 .inr ul li a .data h3 span.en {
              display: block;
              color: #26a83c;
              font-weight: normal;
              font-size: 13px;
              font-style: italic;
              font-family: "Renner*";
              font-weight: 300;
              letter-spacing: 0.1em;
              vertical-align: middle;
              text-transform: uppercase; }
