@charset "UTF-8";
/* Scss Document */
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
header
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.header {
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/common/footprint01.png");
  background-position: top 27px left 200px;
  background-repeat: no-repeat;
  background-size: 136px 115px;
  transition: 0.1s linear; }

.logo {
  margin: 0;
  padding: 0; }
  .logo__anchor {
    padding: 0; }

.headerRight {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .headerRight__upper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }

.headerTel {
  margin: 0;
  padding: 0;
  color: #00a650;
  line-height: 1.0; }
  .headerTel__txt {
    width: 100%;
    font-size: 12px;
    display: block; }
  .headerTel__num {
    width: 100%;
    margin: 7px 0 0;
    font-size: 33px;
    font-family: "Kanit", sans-serif;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    .headerTel__num img {
      margin: 0 10px 0 0; }

.headerSns {
  margin: 0 0 0 40px;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  .headerSns__item {
    margin: 0 20px 0 0;
    padding: 0; }
    .headerSns__item:last-of-type {
      margin: 0; }
  .headerSns__anchor {
    width: 100%;
    height: 100%;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    .headerSns__anchor img {
      transition: 0.1s linear; }
    .headerSns__anchor:hover img {
      -moz-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }

@media (max-width: 1500px) {
  .header {
    padding: 15px 100px;
    background-position: top 27px left 290px; } }
@media (max-width: 1200px) {
  .header {
    padding: 15px 40px;
    background-position: top 27px left 230px; } }
@media (max-width: 1100px) {
  .headerRight {
    flex-direction: row;
    align-items: center; }
    .headerRight__upper {
      margin: 0 40px 0 0; } }
@media (max-width: 900px) {
  .headerRight__upper {
    display: none; } }
@media (max-width: 600px) {
  .header {
    background-position: top 27px left 170px;
    background-size: 100px 85px; }

  .logo img {
    width: 120px;
    height: 99px; } }
@media (max-width: 640px) {
  .header {
    padding: 15px 20px; } }
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
global navigation
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.gNav {
  margin: 30px 0 0;
  padding: 0; }
  .gNav__logo {
    display: none; }
  .gNav__list {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style-type: none; }
  .gNav__item {
    margin: 0 40px 0 0;
    padding: 0; }
    .gNav__item:last-of-type {
      margin: 0; }
  .gNav__anchor {
    color: #00a650 !important;
    line-height: 1.0;
    font-family: "Kosugi Maru", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
    position: relative; }
    .gNav__anchor::after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: -10px;
      left: 0;
      background-color: #00a650;
      transform: scaleX(0);
      transform-origin: center right;
      transition: transform 0.5s ease; }
    .gNav__anchor:hover {
      text-decoration: none;
      top: 1px;
      left: 1px; }
      .gNav__anchor:hover::after {
        transform-origin: center left;
        -moz-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }

.gNavSns,
.gNavTel {
  display: none; }

@media (max-width: 1100px) {
  .gNav {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #00a650; }
    .gNav__logo {
      display: block;
      text-align: center; }
    .gNav__list {
      margin: 50px 0 0;
      display: -webkit-block;
      display: -moz-block;
      display: -ms-block;
      display: -o-block;
      display: block; }
    .gNav__item {
      margin: 0;
      text-align: center;
      background-color: #FFF;
      border-top: 1px solid #00a650;
      border-right: 1px solid #00a650;
      border-left: 1px solid #00a650; }
      .gNav__item:first-of-type {
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-top-left-radius: 20px;
        -moz-border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; }
      .gNav__item:last-of-type {
        border-bottom: 1px solid #00a650;
        -webkit-border-bottom-left-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-bottom-left-radius: 20px;
        -moz-border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px; }
    .gNav__anchor {
      width: 100%;
      height: 100%;
      padding: 20px;
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .gNav__anchor::after {
        content: none; }

  .gNavSns {
    margin: 30px 0 0;
    padding: 0;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none; }
    .gNavSns__item {
      margin: 0 10px; }

  .gNavTel {
    margin: 30px 0 0;
    padding: 0;
    color: #FFF;
    line-height: 1.0;
    display: flex;
    flex-direction: column; }
    .gNavTel__txt {
      width: 100%;
      font-size: 12px;
      display: block;
      text-align: center; }
    .gNavTel__num {
      width: 100%;
      margin: 7px 0 0;
      font-size: 33px;
      font-family: "Kanit", sans-serif;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
      .gNavTel__num img {
        margin: 0 10px 0 0; }
      .gNavTel__num span.tel-link a {
        color: #FFF; } }
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
メニューボタン
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.btnMenu {
  width: 100px;
  height: 100px;
  display: none;
  transition: 0.1s linear; }
  .btnMenu a {
    width: 100%;
    height: 100%;
    padding: 26px 0 0;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .btnMenu a:hover {
      text-decoration: none; }

.menu-trigger {
  background-color: #00a650; }

.menu-trigger,
.menu-trigger span {
  transition: all .4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.menu-trigger span {
  width: 50px;
  height: 2px;
  display: block;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .menu-trigger span:nth-of-type(1) {
    margin: 0 auto 8px;
    background-color: #FFF; }
  .menu-trigger span:nth-of-type(2) {
    margin: 0 auto;
    background-color: #FFF; }
  .menu-trigger span:nth-of-type(3) {
    margin: 8px auto 0;
    background-color: #FFF; }

.menu-trigger.active span:nth-of-type(1) {
  width: 46px;
  margin: 8px auto 0;
  top: 2px;
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  left: 0;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards; }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
.menu-trigger.active span:nth-of-type(3) {
  width: 46px;
  margin: 0 auto;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.menu-trigger strong {
  margin: 10px 0 0;
  color: #FFF;
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0;
  display: block;
  position: relative; }

.menu-trigger.active strong {
  margin: 25px 0 0; }

@media (max-width: 1100px) {
  .btnMenu {
    display: block;
    z-index: 10000; } }
@media (max-width: 600px) {
  .btnMenu {
    width: 70px;
    height: 70px; }
    .btnMenu a {
      padding: 18px 0 0; }

  .menu-trigger span {
    width: 40px;
    height: 2px; }
    .menu-trigger span:nth-of-type(1) {
      margin: 0 auto 6px; }
    .menu-trigger span:nth-of-type(3) {
      margin: 6px auto 0; }
    .menu-trigger span .menu-trigger.active span:nth-of-type(1) {
      width: 30px; }
    .menu-trigger span .menu-trigger.active span:nth-of-type(3) {
      width: 30px; } }
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
footer
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 100px 0;
  background-image: url("../img/common/footprint02.png");
  background-position: bottom 20px right 30px;
  background-repeat: no-repeat;
  background-size: 354px 231px; }

.footerData {
  text-align: center;
  font-style: normal;
  -webkit-text-shadow: 2px 2px 2px white, -2px -2px 2px white, -2px 2px 2px white, 2px -2px 2px white;
  -moz-text-shadow: 2px 2px 2px white, -2px -2px 2px white, -2px 2px 2px white, 2px -2px 2px white;
  text-shadow: 2px 2px 2px white, -2px -2px 2px white, -2px 2px 2px white, 2px -2px 2px white; }
  .footerData__name {
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 700;
    display: block; }

.copyright {
  margin: 20px 0 0;
  text-align: center; }

/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
sub
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.container {
  margin: 60px 0 0;
  padding: 0; }

.contents {
  width: auto;
  max-width: 1400px;
  margin: 120px auto 0;
  padding: 0;
  transition: 0.1s linear; }

@media (max-width: 1500px) {
  .contents {
    margin: 120px 100px 0; } }
@media (max-width: 1200px) {
  .contents {
    margin: 120px 40px 0; } }
@media (max-width: 800px) {
  .contents {
    margin: 40px 40px 0; } }
@media (max-width: 640px) {
  .container {
    margin: 40px 0 0; }

  .contents {
    margin: 40px 20px 0; } }
/* ------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////
pageTitle
/////////////////////////////////////////////////////////////////////
------------------------------------------------------------------ */
.pageTitle {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  font-weight: normal; }
  .pageTitle__inner {
    width: 50%;
    margin: 0;
    padding: 40px 100px 40px calc((100% - 1400px)/2);
    display: block;
    line-height: 1.0;
    background-color: #d9f7b7;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.1s linear; }
    .pageTitle__inner--eng {
      padding: 7px 25px;
      display: inline-block;
      color: #FFF;
      background-color: #00a650;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
    .pageTitle__inner--jpn {
      margin: 30px 0 0;
      display: block;
      color: #00a650;
      font-size: 36px; }
  .pageTitle__image {
    margin: 0 0 -20px -50px; }

@media (max-width: 1500px) {
  .pageTitle__inner {
    padding: 40px 100px; } }
@media (max-width: 1400px) {
  .pageTitle__image {
    width: 45%;
    height: auto; } }
@media (max-width: 1200px) {
  .pageTitle__inner {
    padding: 40px; } }
@media (max-width: 1000px) {
  .pageTitle__inner--jpn {
    font-size: 30px; } }
@media (max-width: 800px) {
  .pageTitle {
    flex-direction: column;
    align-items: flex-start; }
    .pageTitle__inner {
      width: calc(100% - 40px); }
    .pageTitle__image {
      margin: -20px 20px 0 0;
      align-self: flex-end; } }
@media (max-width: 640px) {
  .pageTitle__inner {
    width: calc(100% - 20px);
    padding: 40px 20px; }
    .pageTitle__inner--jpn {
      font-size: 24px; } }
