@charset "UTF-8";
@import "../css/base.css";
@import "../css/fonts.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body::-webkit-scrollbar {
  display: block;
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 100, 38, 0.8)), to(rgba(0, 100, 38, 0.3)));
  background: linear-gradient(0deg, rgba(0, 100, 38, 0.8) 0%, rgba(0, 100, 38, 0.3) 100%);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 100, 38, 0.4)), to(rgba(0, 100, 38, 0.6)));
  background: linear-gradient(0deg, rgba(0, 100, 38, 0.4) 0%, rgba(0, 100, 38, 0.6) 100%);
}

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

header, section, footer, aside, nav, main, article, figure {
  display: block;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: blue;
  font-family: inherit;
  font-weight: inherit;
}
a:hover, a:active {
  text-decoration: none;
}
a:not([target*=_blank]) {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:not([target*=_blank]):hover {
  opacity: 0.7;
}

a.logo:hover, .logo a:hover,
a.ft_logo:hover, .ft_logo a:hover {
  opacity: 1 !important;
}

a.text_link {
  color: blue;
}
a.text_link:hover {
  opacity: 1 !important;
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  a.tel_click {
    pointer-events: none;
    opacity: 1 !important;
  }
}
table {
  width: 100%;
}

p {
  line-height: 2;
  letter-spacing: inherit;
  word-wrap: break-word;
  word-break: break-word;
  margin-bottom: 15px;
}
p:empty {
  display: none !important;
}
p:last-child {
  margin-bottom: 0;
}

.red {
  color: #ca0a0a !important;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html {
  overflow-x: auto !important;
}

body {
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.wrapper {
  overflow: hidden;
}

.inner {
  max-width: 1170px;
  margin: 0 auto;
}

.inner_l {
  padding: 0 10px;
  max-width: 1556px;
  margin: 0 auto;
}

.inner_sm {
  max-width: 1000px;
  margin: 0 auto;
}

.fullWidthBreak {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           WordPress Core                                 */
/*==========================================================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 35px;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) {
  .sp_480 {
    display: none !important;
  }
}
@media only screen and (min-width: 321px) {
  .sp_320 {
    display: none !important;
  }
}
.accBtn::before, .accBtn::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle, .accBtn.triangle_btt {
  position: relative;
}
.accBtn.triangle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle.rotate::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
.accBtn.triangle_btt::after {
  content: "";
  position: relative;
  top: 0px;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  display: block;
  margin: 10px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.rotate::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.TabContainer .TabContent {
  background-color: #edf0f5;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent > ul {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.TabContainer .TabContent > ul > li {
  opacity: 0;
  z-index: -10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.TabContainer .TabContent > ul > li.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabContent > ul > li div {
  padding-top: 20px;
}
.TabContainer .TabContent p {
  padding: 9px 10% 0;
  margin: 0;
}
.TabContainer .TabContent p.des {
  color: #838E95;
  font-size: 12px;
}
.TabContainer .TabPager {
  display: table;
  min-width: 290px;
}
.TabContainer .TabPager li {
  background-color: #fff;
  display: block;
  float: left;
  position: relative;
  margin: 0;
  padding: 9px 20px;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #797b7d;
}
.TabContainer .TabPager li p {
  margin: 0;
}
.TabContainer .TabPager li.active {
  background-color: #edf0f5;
  z-index: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

.ovs {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* Lets it scroll lazy */
}

.lt0 {
  letter-spacing: 0 !important;
}

figure {
  margin: 0;
  text-align: center;
  line-height: 1;
}

.fblock {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.key {
  position: relative;
}

.gMap {
  width: 100%;
  height: 100%;
}

.txt_l {
  float: left;
  width: calc(100% - 385px);
}

.txt_r {
  float: right;
  width: calc(100% - 385px);
}

.image_alone {
  display: table;
  max-width: 500px;
  margin: 0 auto;
  border: 7px solid rgba(231, 231, 231, 0.5);
  border-radius: 11px;
  overflow: hidden;
}

.totop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 60px;
  right: 10px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 60px;
  height: 58px;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .totop:hover .icon {
    opacity: 0.9;
    -webkit-animation-name: bounce;
            animation-name: bounce;
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
}

.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 15;
}
.fixed_banner > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.fixed_banner p {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.2222222222;
  text-align: center;
}
.fixed_banner p::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 100%;
  margin-bottom: 7px;
}
.fixed_banner .tel {
  background-color: #006426;
}
.fixed_banner .tel p {
  padding: 0 25px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.05;
  font-family: "Lora", serif;
}
.fixed_banner .tel p::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.312' height='30.3' viewBox='0 0 30.312 30.3'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M561.186,10785.1c1.155-1.1,2.317-2.2,3.421-3.4a2.148,2.148,0,0,1,2.384-.6,16.718,16.718,0,0,0,5.423.9,1.772,1.772,0,0,1,1.9,1.9c-0.052,1.9-.014,3.7-0.015,5.5a1.71,1.71,0,0,1-1.811,1.9,28.6,28.6,0,0,1-18.34-6.8,28.176,28.176,0,0,1-9.408-15.4,26.935,26.935,0,0,1-.742-6.4,1.789,1.789,0,0,1,1.691-1.8h5.879a1.713,1.713,0,0,1,1.669,1.7,20.989,20.989,0,0,0,.961,6,1.664,1.664,0,0,1-.468,1.8c-1.137,1.2-2.266,2.3-3.4,3.4a0.365,0.365,0,0,0-.1.5,25.65,25.65,0,0,0,10.858,10.8h0.1Zm6.369-10.7h-3.331v-3.3h3.331v3.3Zm6.719,0h-3.128a0.25,0.25,0,0,1-.209-0.2c-0.014-1-.009-2.1-0.009-3.1h3.346v3.3Zm-16.773,0v-3.3h3.293v3.3H557.5Z' transform='translate(-544 -10760.9)'/%3E%3C/svg%3E%0A");
  background-size: auto 24px;
  height: 24px;
}
.fixed_banner .tel p i {
  font-style: normal;
}
.fixed_banner .tel p span {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
}
.fixed_banner .web {
  background-color: #014a1d;
  height: 90px;
}
.fixed_banner .web p {
  font-size: 18px;
  font-weight: 500;
}
.fixed_banner .web p::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.47' height='30.9' viewBox='0 0 28.47 30.9'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1165.88,10761.4c0-.8-0.01-1.5,0-2.3a0.917,0.917,0,0,1,1.28-.9,0.939,0.939,0,0,1,.56.9v2.3h7.57v-2.3a0.939,0.939,0,0,1,.56-0.9,0.919,0.919,0,0,1,1.28.9c0.02,0.6,0,1.3.01,2v0.3h5.43a3.159,3.159,0,0,1,3.17,3.2v21.3a3.194,3.194,0,0,1-3.04,3.1h-22.39a3.194,3.194,0,0,1-3.04-3.1v-21.3a3.159,3.159,0,0,1,3.17-3.2h5.44Zm-6.77,9.2v15.4a1.014,1.014,0,0,0,1.17,1.1h22.48a1.031,1.031,0,0,0,1.14-1.2v-15.3h-24.79Zm18.02-7.3c0,0.6.01,1.1,0,1.7a1,1,0,0,1-.91,1.1,1.019,1.019,0,0,1-.93-1.1v-1.7h-7.57c0,0.6.01,1.2,0,1.8a0.987,0.987,0,0,1-.91,1,1,1,0,0,1-.93-1v-1.8h-5.58a1.011,1.011,0,0,0-1.19,1.2v4.2h24.79v-4.2a1.046,1.046,0,0,0-1.19-1.2h-5.58Zm-12.17,12.1v-2.2h2.86v2.2h-2.86Zm5.09-2.2h2.85v2.2h-2.85v-2.2Zm8,2.3h-2.86v-2.3h2.86v2.3Zm-13.08,2.2h2.85v2.2h-2.85v-2.2Zm7.93,2.2h-2.85v-2.2h2.85v2.2Zm5.15-2.2v2.2h-2.86v-2.2h2.86Zm-13.07,4.5h2.85v2.1h-2.85v-2.1Zm5.08,0h2.84v2.1h-2.84v-2.1Zm7.99,0v2.1h-2.86v-2.1h2.86Z' transform='translate(-1157.28 -10758.1)'/%3E%3C/svg%3E%0A");
  background-size: auto 22px;
  height: 22px;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    width: 75px;
    height: 420px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .fixed_banner.active {
    bottom: 150px;
  }
  .fixed_banner > div {
    width: 75px;
  }
  .fixed_banner .tel {
    height: 420px;
  }
  .fixed_banner .tel p {
    padding: 28px 20px 14px 28px;
    text-align: center;
  }
  .fixed_banner .tel p:before {
    margin-bottom: 7px;
    margin-left: -3px;
  }
  .fixed_banner .tel p i {
    display: block;
  }
  .fixed_banner .tel p span {
    display: table;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1171px) and (max-width: 1440px) {
  .fixed_banner.active {
    bottom: 80px;
  }
  .fixed_banner .tel {
    height: 370px;
  }
  .fixed_banner .tel p {
    padding: 17px 20px 14px 28px;
    font-size: 26px;
  }
  .fixed_banner .tel p:before {
    background-size: auto 26px;
    height: 26px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .fixed_banner {
    width: 50px;
  }
  .fixed_banner > div {
    width: 50px;
  }
  .fixed_banner .tel {
    height: 255px;
  }
  .fixed_banner .tel p {
    padding: 14px 15px;
    font-size: 18px;
  }
  .fixed_banner .tel p:before {
    background-size: auto 18px;
    height: 18px;
  }
  .fixed_banner .web p, .fixed_banner .mail p {
    font-size: 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  .fixed_banner .tel p {
    width: 100%;
  }
  .fixed_banner .tel p span {
    margin-left: -3px;
  }
}
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group .btn {
  max-width: 270px;
  width: 100%;
  border-radius: 30px;
  background-color: #006426;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-group .btn a {
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 12px 6px 12px 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  letter-spacing: 0.2em;
}
.btn-group .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-image: url(../images/shared_icon_arrow.png);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-group .btn:hover {
  background-color: rgba(0, 100, 38, 0.8);
}
.btn-group .btn:hover a {
  opacity: 1;
}
.btn-group .btn:hover a:after {
  left: 25px;
}

.under .btn-group {
  margin-top: 30px;
}

@media all and (-ms-high-contrast: none) {
  .btn-group .btn a {
    padding: 14px 6px 10px 10px;
  }
}
.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 37%;
  width: 38px;
  height: 38px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}
.slick-arrow:focus {
  outline: 0;
}

.slick-prev {
  left: -55px;
}

.slick-next {
  right: -55px;
}

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  body {
    font-size: 87.5%;
  }

  .btn.style01 a, .btn.style02 a {
    font-size: 14px;
  }

  .totop {
    right: 10px;
  }
  .totop bt .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .inner {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .inner_sm {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  font-size: 10px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.active {
  background-color: #014a1d;
}
header.active .logo {
  margin-top: 0;
}

.header_top {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1860px;
  margin: 0 auto;
  padding: 10px;
}

.logo {
  width: 20%;
  max-width: 314px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 19px;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}

.right_head {
  width: 80%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc_navi {
  width: calc(100% - 450px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pc_navi > ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.pc_navi > ul > li {
  background-repeat: no-repeat;
  background-position: center top 10px;
  position: relative;
}
.pc_navi > ul > li:nth-child(1) {
  border-left: 0;
  width: 12%;
}
.pc_navi > ul > li:nth-child(2) {
  width: 12.6%;
}
.pc_navi > ul > li:nth-child(3) {
  width: 13.8%;
}
.pc_navi > ul > li:nth-child(4) {
  width: 13%;
}
.pc_navi > ul > li:nth-child(5) {
  width: 16%;
}
.pc_navi > ul > li:nth-child(6) {
  width: 12%;
}
.pc_navi > ul > li > a, .pc_navi > ul > li > p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  width: 100%;
  height: 70px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pc_navi > ul > li > a span, .pc_navi > ul > li > p span {
  display: block;
  padding-top: 0px;
  font-size: 66.6666666667%;
  font-weight: 600;
  color: #fff;
}
.pc_navi > ul > li > a.title, .pc_navi > ul > li > p.title {
  position: relative;
}
.pc_navi > ul > li > a.title::after, .pc_navi > ul > li > p.title::after {
  content: "";
  background: url(../images/shared_pc_navi_arrow.png) center no-repeat;
  background-size: contain;
  width: 11px;
  height: 6px;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 6px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pc_navi > ul > li > a.title:hover, .pc_navi > ul > li > p.title:hover {
  opacity: 0.7;
}
.pc_navi > ul > li:hover a.title::after, .pc_navi > ul > li:hover p.title::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.pc_navi > ul > li.home a::before {
  width: 100%;
  height: 16px;
  display: block;
  margin-bottom: 10px;
}
.pc_navi > ul .lv_2col .subInner {
  width: 565px;
}
.pc_navi > ul .lv_2col .subInner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pc_navi > ul .lv_2col .subInner ul li {
  width: 50%;
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 245px;
  right: 50%;
  bottom: -10px;
  padding-top: 0px;
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul {
  background-color: rgba(1, 74, 29, 0.8);
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 19px 10px 19px 28px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
}

.h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 406px;
  margin-left: 25px;
  padding-right: 20px;
}
.h_contact p {
  margin-bottom: 0;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.h_contact a {
  color: #fff;
  padding: 8px 23px;
  text-decoration: none;
}
.h_contact .tel {
  margin-left: 20px;
  font-family: "Lora", serif;
  font-size: 26px;
}
.h_contact .tel a {
  padding: 11px 28px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.h_contact .tel span {
  padding-left: 29px;
  background-position: left center;
  background-size: auto 19px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.312' height='30.3' viewBox='0 0 30.312 30.3'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M561.186,10785.1c1.155-1.1,2.317-2.2,3.421-3.4a2.148,2.148,0,0,1,2.384-.6,16.718,16.718,0,0,0,5.423.9,1.772,1.772,0,0,1,1.9,1.9c-0.052,1.9-.014,3.7-0.015,5.5a1.71,1.71,0,0,1-1.811,1.9,28.6,28.6,0,0,1-18.34-6.8,28.176,28.176,0,0,1-9.408-15.4,26.935,26.935,0,0,1-.742-6.4,1.789,1.789,0,0,1,1.691-1.8h5.879a1.713,1.713,0,0,1,1.669,1.7,20.989,20.989,0,0,0,.961,6,1.664,1.664,0,0,1-.468,1.8c-1.137,1.2-2.266,2.3-3.4,3.4a0.365,0.365,0,0,0-.1.5,25.65,25.65,0,0,0,10.858,10.8h0.1Zm6.369-10.7h-3.331v-3.3h3.331v3.3Zm6.719,0h-3.128a0.25,0.25,0,0,1-.209-0.2c-0.014-1-.009-2.1-0.009-3.1h3.346v3.3Zm-16.773,0v-3.3h3.293v3.3H557.5Z' transform='translate(-544 -10760.9)'/%3E%3C/svg%3E%0A");
}

@media only screen and (min-width: 769px) {
  .logo {
    height: 65px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .pc_navi {
    width: calc(100% - 25vw);
  }
  .pc_navi > ul > li:nth-child(1) {
    border-left: 0;
    width: 14%;
  }
  .pc_navi > ul > li:nth-child(2) {
    width: 15.6%;
  }
  .pc_navi > ul > li:nth-child(3) {
    width: 16.8%;
  }
  .pc_navi > ul > li:nth-child(4) {
    width: 17%;
  }
  .pc_navi > ul > li:nth-child(5) {
    width: 20%;
  }
  .pc_navi > ul > li:nth-child(6) {
    width: 16%;
  }

  .h_contact {
    width: 25vw;
    margin-left: 0;
    padding-right: 0;
  }
  .h_contact .h_intro a {
    font-size: 1.2vw;
    padding: 0.8vw 1vw;
  }
  .h_contact .tel {
    font-size: 2vw;
    margin-left: 5px;
  }
  .h_contact .tel a {
    padding: 1vw 1vw;
  }
  .h_contact .tel span {
    padding-left: 2.1vw;
    background-size: auto 1.8vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .header_top {
    padding: 0 10px;
  }

  .logo {
    width: 17%;
    max-width: 157px;
  }
  .logo img {
    image-rendering: -webkit-optimize-contrast;
  }

  .pc_navi > ul > li > a, .pc_navi > ul > li p {
    font-size: 12px;
  }
  .pc_navi > ul > li.home a::before {
    margin: 2px 0 1px;
  }
  .pc_navi > ul .lv_2col .subInner {
    width: 500px;
  }
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
}
footer {
  position: relative;
}
footer p {
  margin-bottom: 0;
}
footer .ft_logo {
  margin: 0px auto 10px;
  text-align: center;
}
footer .ft_block {
  background: url(../images/ft_bg.jpg) no-repeat center/cover;
  padding: 81px 0 46px;
}
footer .ft_block .ft_cnt {
  width: 50%;
  max-width: 585px;
  margin: 0 0 0 auto;
}
footer .ft_link {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
footer .ft_link .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .ft_link .menu01 {
  margin-top: 38px;
}
footer .ft_link .menu02 {
  margin-top: 36px;
}
footer .ft_link .ft_menu {
  width: 49%;
}
footer .ft_link .ft_menu.ft_menu2, footer .ft_link .ft_menu.ft_menu4 {
  margin-top: 47px;
}
footer .ft_link li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 12px;
}
footer .ft_link li.ttl {
  margin-bottom: 17px;
  padding-bottom: 4px;
  text-transform: uppercase;
  padding-left: 30px;
}
footer .ft_link li.ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 1px;
  background-color: rgba(0, 100, 38, 0.5);
}
footer .ft_link li.ttl a {
  font-size: 24px;
  font-family: "Lora", serif;
  font-weight: 500;
  color: #006426;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
}
footer .ft_link li.ttl::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 19px;
  background-image: url("data:image/svg+xml,%0A%3Csvg id='ico' xmlns='http://www.w3.org/2000/svg' width='21.5' height='18.1' viewBox='0 0 21.5 18.1'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23006426; %7D .cls-1, .cls-2 %7B fill-rule: evenodd; %7D .cls-2 %7B fill: %2392f5b8; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M979.964,11671.8c-2.885-2.2-8-.2-11.421,4.3-3.316,4.4-3.82,9.6-1.227,11.8-1.21-1.7-.769-4.9,1.217-7.9,2.3-3.5,5.8-5.2,7.822-3.9s1.785,5.2-.518,8.6a9.238,9.238,0,0,1-5.75,4.3c2.815,0.1,6.334-1.8,8.9-5.2C982.411,11679.3,982.848,11673.9,979.964,11671.8Z' transform='translate(-960.375 -11670.9)'/%3E%3Cpath id='Shape_3_copy' data-name='Shape 3 copy' class='cls-2' d='M967.08,11676.1a12.162,12.162,0,0,1,2.451-2.7c-2.7-2.1-5.712-2.7-7.574-1.3-2.492,1.8-1.984,6.6,1.135,10.7,0.415,0.5.856,1,1.313,1.5A12.578,12.578,0,0,1,967.08,11676.1Z' transform='translate(-960.375 -11670.9)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px auto;
}
footer .ft_link li.last {
  margin-bottom: 29px;
}
footer .ft_link li:last-child {
  margin-bottom: 0;
}
footer .ft_link li:not(.ttl)::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background-size: 6px auto;
  background-position: left center;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.156' height='6.2' viewBox='0 0 6.156 6.2'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23006426; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M963.772,11730.7a3.291,3.291,0,0,1-1.372.4,1.669,1.669,0,0,1-1.377-.3,3.814,3.814,0,0,1-.814-1.4c-0.015,0-.03,0-0.043-0.1a4.072,4.072,0,0,1,0-2.3,3.383,3.383,0,0,1,.746-1.3,2.47,2.47,0,0,1,1.391-.7,3.6,3.6,0,0,1,2.251.6,3.3,3.3,0,0,1,1.6,2.1,2.91,2.91,0,0,1-1.431,2.4C964.417,11730.3,964.1,11730.5,963.772,11730.7Z' transform='translate(-960 -11725)'/%3E%3C/svg%3E%0A");
  top: 10px;
  left: 0px;
}
footer .ft_link a {
  color: #222;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.4;
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 400;
}
footer .ft_link a:hover {
  opacity: 1;
  color: #006426;
  text-decoration: underline;
}
footer .ft_bnr {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .ft_bnr p {
  text-align: center;
  max-width: 282px;
}
footer .ft_info p {
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
}
footer .copyright {
  background-color: #006426;
  padding: 15px 0 16px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  footer .ft_link .menu01 {
    margin-top: 40px;
  }
  footer .ft_link .menu02 {
    margin-top: 40px;
  }
  footer .ft_link .ft_menu.ft_menu2, footer .ft_link .ft_menu.ft_menu4 {
    margin-top: 30px;
  }
  footer .ft_link li {
    padding-left: 12px;
  }
  footer .ft_link li.ttl {
    padding-bottom: 0;
    margin-bottom: 5px;
    padding-left: 22px;
    line-height: 1.8;
  }
  footer .ft_link li.ttl:before {
    background-size: auto 14px;
  }
  footer .ft_link li.ttl a {
    font-size: 20px;
  }
  footer .ft_link li:not(.ttl) {
    top: 8px;
  }
  footer .ft_link li a {
    font-size: 12px;
  }
  footer .ft_link li:not(.ttl) {
    background-position: left 3px top 5px;
  }
  footer .ft_link li.sm {
    background-position: left 19px top 5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  footer .ft_block {
    background-position: center right 42%;
  }
  footer .ft_block .ft_cnt {
    width: 63%;
  }
}
@media all and (-ms-high-contrast: none) {
  .h_contact a {
    padding: 10px 23px 6px;
  }

  footer .ft_link li:not(.ttl):before {
    top: 7px;
  }
  footer .copyright {
    padding: 16px 0 14px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.home_page .key {
  background-color: #161616;
  background-size: cover;
  height: 50vw;
  overflow: hidden;
  position: relative;
}
.home_page .key .inner {
  position: relative;
  height: 100%;
  padding: 0;
}
.home_page .key #myvideo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 101vw;
  height: 57vw;
}
.home_page .key .key_text {
  position: relative;
  width: 100%;
  height: 100%;
}
.home_page .key .key_text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 43, 16, 0.6);
  z-index: 2;
}
.home_page .key .key_text .item {
  height: 50vw;
}
.home_page .key .key_text ul {
  max-width: 1190px;
  width: 100%;
  margin: auto;
  z-index: 2;
}
.home_page .key .key_text ul.hide {
  visibility: hidden;
}
.home_page .key .key_text ul:before {
  content: "";
  position: absolute;
  top: -11px;
  left: -97px;
  width: 551px;
  height: 465px;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='551.906' height='465.5' viewBox='0 0 551.906 465.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; opacity: 0.08; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M770.18,265.4c-74.055-54.757-205.337-4.88-293.226,111.4-85.137,112.636-98.078,246.022-31.511,304.052C414.368,637.464,425.69,553.084,476.7,476.438c59.122-88.869,149.032-133.583,200.817-99.875s45.84,133.055-13.284,221.909c-41.936,63.03-99.312,103.673-147.638,110.039,72.287,3.633,162.617-46.228,228.537-133.431C833.018,458.8,844.233,320.154,770.18,265.4Z' transform='translate(-267.219 -243.188)'/%3E%3Cpath id='Shape_3_copy' data-name='Shape 3 copy' class='cls-1' d='M439.394,375.632A404.064,404.064,0,0,1,502.315,306.6c-69.417-53.736-146.67-69.8-194.466-33.752-63.995,48.24-50.947,171.6,29.145,275.5a384.307,384.307,0,0,0,33.711,38.226C365.315,523.927,388.5,446.154,439.394,375.632Z' transform='translate(-267.219 -243.188)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.home_page .key .key_text .txt_catch {
  position: absolute;
  width: 100%;
  top: 25%;
  bottom: 0;
  left: 0;
  margin: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home_page .key .txt01 {
  margin-top: -12px;
}
.home_page .key h2, .home_page .key p {
  color: #fff;
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
  font-family: "Noto Serif JP", serif;
}
.home_page .key h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.6;
  margin-left: 25px;
  letter-spacing: 0.2em;
}
.home_page .key p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.4em;
  line-height: 1.7;
}
.home_page .topic_path {
  display: none;
}
.home_page #mainContent {
  position: relative;
}
.home_page .tobelow {
  width: 16px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  top: -108px;
  margin: auto;
  cursor: pointer;
  z-index: 2;
}
.home_page .tobelow:hover p {
  opacity: 0.8;
}
.home_page .tobelow .link {
  height: calc(100% + 130px);
}
.home_page .tobelow p {
  position: relative;
  padding-bottom: 0;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Lora", serif;
}
.home_page .tobelow p:before, .home_page .tobelow p:after {
  position: absolute;
  content: "";
  margin: auto;
}
.home_page .tobelow p:before {
  background-color: #006426;
  height: 90px;
  bottom: -100px;
  left: 4px;
  right: 0;
  margin: auto;
  width: 1px;
}
.home_page .tobelow p:after {
  width: 1px;
  height: 20px;
  background-color: #abffcb;
  left: 4px;
  right: 0;
  top: 136px;
  margin: auto;
  animation: tobelow 2.5s infinite alternate-reverse forwards;
}

@media only screen and (min-width: 769px) and (max-width: 1700px) {
  .home_page .key .key_text ul:before {
    background-size: auto 26vw;
    top: 1vw;
    left: -5vw;
    width: 35vw;
    height: 26vw;
  }
  .home_page .key h2 {
    font-size: 2.5vw;
    margin-left: 10px;
  }
  .home_page .key p {
    font-size: 1.8vw;
    letter-spacing: 0.2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .home_page .key .key_text ul:before {
    left: 0;
  }
  .home_page .key .key_text .txt_catch {
    left: 4vw;
  }
}
@-webkit-keyframes tobelow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-71px);
    transform: translateY(-71px);
  }
}
@keyframes tobelow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-71px);
    transform: translateY(-71px);
  }
}
.link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.link a {
  display: block;
  width: 100%;
  height: 100%;
}

h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
}
h3.tl01_h3 {
  font-size: 20px;
  padding-bottom: 21px;
  padding-top: 45px;
}
h3.tl01_h3:before, h3.tl01_h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
h3.tl01_h3:before {
  width: 38px;
  height: 32px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 32px;
  background-image: url("data:image/svg+xml,%0A%3Csvg id='ico' xmlns='http://www.w3.org/2000/svg' width='21.5' height='18.1' viewBox='0 0 21.5 18.1'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23006426; %7D .cls-1, .cls-2 %7B fill-rule: evenodd; %7D .cls-2 %7B fill: %2392f5b8; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M979.964,11671.8c-2.885-2.2-8-.2-11.421,4.3-3.316,4.4-3.82,9.6-1.227,11.8-1.21-1.7-.769-4.9,1.217-7.9,2.3-3.5,5.8-5.2,7.822-3.9s1.785,5.2-.518,8.6a9.238,9.238,0,0,1-5.75,4.3c2.815,0.1,6.334-1.8,8.9-5.2C982.411,11679.3,982.848,11673.9,979.964,11671.8Z' transform='translate(-960.375 -11670.9)'/%3E%3Cpath id='Shape_3_copy' data-name='Shape 3 copy' class='cls-2' d='M967.08,11676.1a12.162,12.162,0,0,1,2.451-2.7c-2.7-2.1-5.712-2.7-7.574-1.3-2.492,1.8-1.984,6.6,1.135,10.7,0.415,0.5.856,1,1.313,1.5A12.578,12.578,0,0,1,967.08,11676.1Z' transform='translate(-960.375 -11670.9)'/%3E%3C/svg%3E%0A");
}
h3.tl01_h3:after {
  bottom: 0;
  height: 2px;
  width: 60px;
  background-color: #006426;
}
h3.tl02_h3 {
  position: relative;
  padding-bottom: 22px;
  letter-spacing: 0.2em;
}
h3.tl02_h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 60px;
  background-color: #006426;
}
h3.tl02_h3 span {
  color: #006426;
}
h3 .en {
  font-family: "Lora", serif;
  font-size: 50px;
  letter-spacing: 0.15em;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  color: #006426;
  margin-top: 4px;
}

h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  h3 {
    font-size: 30px;
  }
  h3 .en {
    font-size: 33px;
    margin-top: 0;
  }
  h3 .tl01_h3 {
    padding-bottom: 15px;
  }
}
.corona_bnr {
  position: fixed;
  bottom: 20px;
  left: 15px;
  z-index: 5;
}
.corona_bnr .ic_close {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 25;
  cursor: pointer;
}
.corona_bnr .ic_close:hover {
  opacity: 0.7;
}
.corona_bnr .bnr_in {
  position: relative;
  background-color: #e7fff0;
  width: 320px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  overflow: hidden;
}
.corona_bnr .bnr_in:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #9fffc3;
  top: -25px;
  right: -25px;
  border-radius: 50%;
}
.corona_bnr .box_txt {
  padding: 6px 10px 10px;
}
.corona_bnr .ttl {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  width: 100%;
  color: #006426;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  line-height: 1.4;
}
.corona_bnr .btn-group {
  margin-top: 14px;
}
.corona_bnr .btn-group .btn {
  max-width: 220px;
}
.corona_bnr .btn-group .btn a {
  padding: 5px 10px 5px 11px;
  letter-spacing: 0.05em;
}

.idx_gallery {
  background: url(../images/idx_gallery_img.png) repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
  -webkit-animation: idx_key 50s linear infinite;
  animation: idx_key 50s linear infinite;
  height: 300px;
  margin-bottom: 100px;
}

@media all and (-ms-high-contrast: none) {
  .corona_bnr .btn-group .btn a {
    padding: 7px 10px 3px 11px;
  }
}
@-webkit-keyframes idx_key {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -4624px center;
  }
}
@keyframes idx_key {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -4624px center;
  }
}
.index01 {
  padding: 101px 0 90px;
  background-image: url(../images/idx01_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index01 .inner {
  position: relative;
}
.index01 .idx_tl {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../images/idx01_tl_bg.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 472px;
  height: 426px;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.index01 .idx_tl span:nth-child(1) {
  letter-spacing: 0.2em;
}
.index01 .idx_tl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 11px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 279px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='551.906' height='465.5' viewBox='0 0 551.906 465.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; opacity: 0.08; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M770.18,265.4c-74.055-54.757-205.337-4.88-293.226,111.4-85.137,112.636-98.078,246.022-31.511,304.052C414.368,637.464,425.69,553.084,476.7,476.438c59.122-88.869,149.032-133.583,200.817-99.875s45.84,133.055-13.284,221.909c-41.936,63.03-99.312,103.673-147.638,110.039,72.287,3.633,162.617-46.228,228.537-133.431C833.018,458.8,844.233,320.154,770.18,265.4Z' transform='translate(-267.219 -243.188)'/%3E%3Cpath id='Shape_3_copy' data-name='Shape 3 copy' class='cls-1' d='M439.394,375.632A404.064,404.064,0,0,1,502.315,306.6c-69.417-53.736-146.67-69.8-194.466-33.752-63.995,48.24-50.947,171.6,29.145,275.5a384.307,384.307,0,0,0,33.711,38.226C365.315,523.927,388.5,446.154,439.394,375.632Z' transform='translate(-267.219 -243.188)'/%3E%3C/svg%3E%0A");
}
.index01 .idx_tl .txt_large {
  font-size: 55px;
  line-height: 1.35;
}
.index01 .idx_tl h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1.52;
  text-align: center;
  margin-bottom: 0;
}
.index01 .trouble_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index01 .trouble_row.row_center {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index01 .trouble_row.row_center .trouble_item {
  margin: 0 6px;
}
.index01 .trouble_row:nth-child(2) {
  margin-bottom: 67px;
}
.index01 .trouble_row:nth-child(3) {
  margin-bottom: 31px;
}
.index01 .trouble_item {
  width: 24%;
  max-width: 320px;
  margin: 0 64px 0 66px;
}
.index01 .trouble_item figure {
  text-align: center;
}
.index01 .trouble_tl {
  color: #006426;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  padding-left: 30px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.594' height='24.69' viewBox='0 0 25.594 24.69'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23e6e4e2; fill-opacity: 0; stroke: %23006426; stroke-width: 1px; %7D .cls-1, .cls-2 %7B fill-rule: evenodd; %7D .cls-2 %7B fill: red; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M645.859,2031.38h20.022v20.01H645.859v-20.01Z' transform='translate(-645.344 -2027.19)'/%3E%3Cpath class='cls-2' d='M655.621,2040.77c0.282-.45.55-0.9,0.832-1.33a35.776,35.776,0,0,1,6.068-7.05,42.143,42.143,0,0,1,6.662-4.87,3.045,3.045,0,0,1,.723-0.28,0.78,0.78,0,0,1,.862.22,0.887,0.887,0,0,1,.086.93,1.671,1.671,0,0,1-.45.63,49.075,49.075,0,0,0-11.295,13.36,21.607,21.607,0,0,0-1.74,3.74,1.742,1.742,0,0,1-3.308.14,30.711,30.711,0,0,0-4.226-6.87c-0.416-.5-0.887-0.96-1.31-1.46a3.227,3.227,0,0,1-.533-0.81,1.355,1.355,0,0,1,1.364-1.95,2.641,2.641,0,0,1,1.278.41,15.267,15.267,0,0,1,3.885,3.69C654.891,2039.76,655.244,2040.25,655.621,2040.77Z' transform='translate(-645.344 -2027.19)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top 10px;
  display: table;
  margin: 7px auto 0;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index01 .idx_tl {
    width: 39vw;
    height: 40vw;
    background-size: auto 40vw;
  }
  .index01 .idx_tl:before {
    background-size: auto 20vw;
  }
  .index01 .idx_tl h3 {
    font-size: 3vw;
    margin-bottom: 0;
  }
  .index01 .idx_tl .txt_large {
    font-size: 4vw;
  }
  .index01 .trouble_row:not(:last-child) {
    margin-bottom: 60px;
  }
  .index01 .trouble_item {
    width: 26.5%;
    margin: 0 20px;
  }
  .index01 .trouble_tl {
    font-size: 2.2vw;
    background-position: left top 1vw;
    background-size: auto 2vw;
    padding-left: 2.7vw;
  }
}
.index02 {
  padding: 100px 0;
  background: url(../images/idx02_pattern.jpg) repeat center;
}
.index02 .inner {
  max-width: 1920px;
}
.index02 .tl01_h3 {
  margin-bottom: 61px;
}
.index02 .tl01_h3 .en {
  font-weight: 500;
}
.index02 .idx02_point .point_item {
  max-width: 1728px;
  width: 90.2%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}
.index02 .idx02_point .point_item:nth-child(1) {
  background-image: url(../images/idx02_item_bg01.jpg);
}
.index02 .idx02_point .point_item:nth-child(2) {
  background-image: url(../images/idx02_item_bg02.jpg);
}
.index02 .idx02_point .point_item:nth-child(3) {
  background-image: url(../images/idx02_item_bg03.jpg);
}
.index02 .idx02_point .point_item:nth-child(4) {
  background-image: url(../images/idx02_item_bg04.jpg);
}
.index02 .idx02_point .point_item:nth-child(2n+1) .point_in {
  margin-left: auto;
}
.index02 .idx02_point .point_item:nth-child(2n+2) {
  margin-left: auto;
}
.index02 .idx02_point .point_item:nth-child(2n+2) .point_in {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.index02 .idx02_point .point_item:nth-child(2n+2) .point_tag {
  margin-right: 12px;
}
.index02 .idx02_point .point_in {
  width: calc(50% - 84px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
  padding: 18px 10px 33px;
}
.index02 .idx02_point .point_content {
  max-width: 585px;
  width: 93%;
}
.index02 .idx02_point .point_content p {
  letter-spacing: 0.2em;
  line-height: 2.2;
}
.index02 .idx02_point .point_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../images/idx02_point.png) no-repeat center;
  background-size: auto 63px;
  font-size: 32px;
  font-family: "Lora", serif;
  margin-right: 18px;
  text-align: center;
  line-height: 1;
  height: 64px;
  width: 90px;
  color: #fff;
  font-weight: 600;
}
.index02 .idx02_point .point_tag span {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  font-weight: 500;
}
.index02 .idx02_point .point_tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.index02 .idx02_point .point_tl h4 {
  width: calc(100% - 110px);
  color: #000;
  letter-spacing: 0.03em;
  line-height: 1.65;
  font-weight: 500;
}
.index02 .idx02_point .point_tl h4 .en {
  display: block;
  font-family: "Lora", serif;
  color: #006426;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 1600px) and (min-width: 1171px) {
  .index02 .idx02_point .point_tl h4 {
    width: calc(100% - 68px);
    font-size: 2vw;
  }
  .index02 .idx02_point .point_tl h4 .en {
    font-size: 1vw;
  }
  .index02 .idx02_point .point_in {
    width: 52%;
  }
  .index02 .idx02_point .point_tag {
    background-size: auto 48px;
    margin-right: 10px;
    height: 48px;
    width: 78px;
    font-size: 18PX;
  }
  .index02 .idx02_point .point_tag span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index02 {
    padding: 60px 0 70px;
  }
  .index02 .idx02_point .point_item {
    width: 99%;
  }
  .index02 .idx02_point .point_item:nth-child(2n+1) {
    margin-left: -10px;
  }
  .index02 .idx02_point .point_item:nth-child(2n+1) .point_in {
    padding: 16px 0 33px;
  }
  .index02 .idx02_point .point_item:nth-child(2n+2) {
    margin-right: -10px;
  }
  .index02 .idx02_point .point_item:nth-child(2n+2) .point_in {
    padding: 16px 0 33px;
  }
  .index02 .idx02_point .point_tl {
    margin-bottom: 15px;
  }
  .index02 .idx02_point .point_tl h4 {
    width: calc(100% - 68px);
    font-size: 20px;
  }
  .index02 .idx02_point .point_in {
    width: 53%;
    height: 330px;
  }
  .index02 .idx02_point .point_tag {
    background-size: auto 40px;
    font-size: 20px;
    margin-right: 10px;
    height: 40px;
    width: 58px;
  }
  .index02 .idx02_point .point_tag span {
    font-size: 8px;
  }
}
.index03 {
  padding: 86px 0 100px;
  background: url(../images/idx08_pattern.jpg) repeat center;
}
.index03 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index03 .row.col3 {
  margin-top: 100px;
}
.index03 .row.col3 .item {
  width: calc(100%/3 - 20px);
}
.index03 .row.col3 .item:nth-child(3) .bx_tl .jp {
  padding: 23px 16px 23px 16px;
}
.index03 .row.col2 {
  margin-top: 110px;
}
.index03 .row.col2 .item {
  width: calc(100%/2 - 15px);
}
.index03 .row.col2 .item:nth-child(2) .bx_tl .jp {
  padding: 23px 23px 22px 21px;
}
.index03 .row .item {
  position: relative;
  z-index: 1;
}
.index03 .row .item figure {
  overflow: hidden;
}
.index03 .row .item figure img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index03 .row .item:hover .link {
  background-color: rgba(0, 100, 38, 0.5);
}
.index03 .row .item:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index03 .bx_tl {
  position: absolute;
  top: -40px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  z-index: 1;
}
.index03 .bx_tl .small {
  font-size: 20px;
}
.index03 .bx_tl .jp, .index03 .bx_tl .en {
  text-align: center;
  cursor: vertical-text;
  writing-mode: vertical-lr;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.index03 .bx_tl .jp {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 500;
  background-color: #006426;
  padding: 23px 21px 21px 21px;
  margin-right: 10px;
  line-height: 1.2;
  text-align: center;
}
.index03 .bx_tl .en {
  color: #006426;
  font-family: "Lora", serif;
  background-color: #fff;
  padding: 24px 9px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index03 .row.col3 {
    margin-top: 70px;
  }
  .index03 .row.col3 .item {
    width: calc(100%/3 - 12px);
  }
  .index03 .row.col2 {
    margin-top: 80px;
  }
  .index03 .row.col2 .item {
    width: calc(100%/2 - 12px);
  }
  .index03 .bx_tl {
    top: -25px;
  }
  .index03 .bx_tl .jp {
    font-size: 2.2vw;
    padding: 1vw;
    margin-right: 6px;
  }
  .index03 .bx_tl .en {
    padding: 1vw 0.2vw;
    font-size: 1.4vw;
  }
}
.index04 {
  padding: 87px 0 100px;
  background: url(../images/idx04_bg.jpg) no-repeat center/cover;
}
.index04 .tl02_h3 {
  color: #fff;
  letter-spacing: 0.16em;
  margin-bottom: 60px;
}
.index04 .tl02_h3:after {
  background-color: #fff;
}
.index04 .idx04_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index04 .idx04_box .item {
  width: calc(100%/4 - 21px);
  margin: 0;
  background-color: #fff;
  padding: 91px 0 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index04 .idx04_box .item h4 {
  font-size: 26px;
  color: #006426;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 34px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.index04 .idx04_box .item .cont {
  text-align: center;
  padding: 22px 15px 16px;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .index04 .idx04_box .item h4 {
    font-size: 1.8vw;
  }
  .index04 .idx04_box .item .cont {
    letter-spacing: 0.05em;
    font-size: 92%;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index04 {
    padding: 50px 0 70px;
  }
  .index04 .idx04_box .item {
    width: calc(100%/4 - 6px);
    padding: 6vw 0 3vw;
  }
  .index04 .idx04_box .item h4 {
    padding: 0px 4px;
    top: 2vw;
    letter-spacing: 0;
  }
  .index04 .idx04_box .item .cont {
    padding: 22px 6px 10px;
  }
  .index04 .btn-group .btn a {
    padding: 9px 6px 9px 31px;
    letter-spacing: 0;
    font-size: 13px;
  }
}
.index05 {
  padding: 87px 0 100px;
  background: url(../images/idx05_bg.jpg) no-repeat center/cover;
}
.index05 .tl02_h3 {
  margin-bottom: 60px;
}
.index05 .link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.index05 .link:hover {
  background-color: rgba(0, 100, 38, 0.1);
}
.index05 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index05 .row .bx_item {
  background-color: #f6fff9;
  border: 1px solid #c8c8c8;
  position: relative;
}
.index05 .row .bx_item:nth-child(5) .bx_tl .num img {
  max-height: 78px;
}
.index05 .row .bx_in {
  padding: 105px 15px 60px;
}
.index05 .row .col3 {
  margin-bottom: 30px;
  width: calc(100%/3 - 20px);
}
.index05 .row .col2 {
  width: calc(100%/2 - 15px);
  position: relative;
}
.index05 .row .col2 .cont {
  max-width: 340px;
  padding-left: 0;
}
.index05 .row .bx_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index05 .row .bx_content figure {
  width: 36.6%;
}
.index05 .row .bx_content .cont {
  width: 63.4%;
  padding-left: 24px;
  letter-spacing: 0.15em;
  color: #000;
}
.index05 .row .bx_tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index05 .row .bx_tl .num {
  width: 70px;
  text-align: center;
  margin-right: 21px;
}
.index05 .row .bx_tl .num img {
  height: 72px;
}
.index05 .row .bx_tl h4 {
  width: calc(100% - 80px);
  font-size: 32px;
  color: #000;
  line-height: 1.35;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.index05 .row .bx_tl h4 span {
  color: #006426;
}

@media only screen and (min-width: 1171px) {
  .index05 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index05 .row .bx_item {
    position: relative;
  }
  .index05 .row .bx_item:nth-child(1) .bx_tl {
    top: 34px;
    left: 30px;
  }
  .index05 .row .bx_item:nth-child(1) .bx_tl .num {
    width: 70px;
    margin-right: 11px;
  }
  .index05 .row .bx_item:nth-child(1) figure {
    left: 33px;
    top: 109px;
  }
  .index05 .row .bx_item:nth-child(2) figure {
    left: 38px;
    top: 99px;
  }
  .index05 .row .bx_item:nth-child(3) figure {
    left: 10px;
    top: 106px;
  }
  .index05 .row .bx_item:nth-child(3) .bx_tl .num img {
    max-height: 73px;
  }
  .index05 .row .bx_item:nth-child(4) figure {
    top: 3px;
    right: 26px;
  }
  .index05 .row .bx_item:nth-child(5) .bx_tl .num img {
    max-height: 78px;
  }
  .index05 .row .bx_in {
    padding: 105px 15px 60px;
  }
  .index05 .row .col3 .bx_content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 37px;
  }
  .index05 .row .col3 figure {
    left: 0;
  }
  .index05 .row .col2 {
    position: relative;
  }
  .index05 .row .col2 .bx_in {
    padding: 128px 53px 61px;
  }
  .index05 .row .col2 figure {
    top: 6px;
    height: 100%;
    right: 7px;
  }
  .index05 .row .col2 .bx_content {
    margin-top: 13px;
  }
  .index05 .row .col2 .bx_tl {
    left: 70px;
    top: 37px;
  }
  .index05 .row .bx_content figure {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index05 .row .bx_tl {
    position: absolute;
    top: 40px;
    left: 39px;
    width: 100%;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 1171px) {
  .index05 .row .bx_item:nth-child(1) figure {
    left: 20px;
  }
  .index05 .row .bx_item:nth-child(1) .bx_tl .num {
    width: 55px;
  }
  .index05 .row .bx_item:nth-child(2) figure {
    left: 20px;
  }
  .index05 .row .bx_tl h4 {
    font-size: 2vw;
  }
  .index05 .row .bx_tl .num {
    width: 55px;
  }
  .index05 .row .bx_content .cont {
    letter-spacing: 0.05em;
    font-size: 92%;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index05 {
    padding: 70px 0;
  }
  .index05 .row .bx_item:nth-child(1) .bx_tl .num {
    width: 30px;
  }
  .index05 .row .bx_in {
    padding: 20px 10px;
  }
  .index05 .row .col3 {
    margin-bottom: 15px;
    width: calc(100%/3 - 6px);
  }
  .index05 .row .col2 {
    width: calc(100%/2 - 6px);
  }
  .index05 .row .bx_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index05 .row .bx_content figure {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 220px;
  }
  .index05 .row .bx_content .cont {
    text-align: center;
    width: 100%;
    padding-left: 0;
    letter-spacing: 0.1em;
  }
  .index05 .row .bx_tl {
    height: 60px;
  }
  .index05 .row .bx_tl .num {
    width: 45px;
  }
  .index05 .row .bx_tl .num img {
    height: 40px;
  }
  .index05 .row .bx_tl h4 {
    width: calc(100% - 40px);
    font-size: 2.2vw;
    letter-spacing: 0.1em;
  }
}
.index06 {
  padding: 0 0 135px;
  position: relative;
  z-index: 1;
  background: url(../images/idx08_pattern.jpg) repeat center;
}
.index06:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 585px;
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/idx06_bg.jpg);
}
.index06 .inner_l {
  position: relative;
}
.index06 .idx06_box {
  max-width: 768px;
  width: 50%;
  padding: 59px 77px 220px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='551.906' height='465.5' viewBox='0 0 551.906 465.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; opacity: 0.3; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M770.18,265.4c-74.055-54.757-205.337-4.88-293.226,111.4-85.137,112.636-98.078,246.022-31.511,304.052C414.368,637.464,425.69,553.084,476.7,476.438c59.122-88.869,149.032-133.583,200.817-99.875s45.84,133.055-13.284,221.909c-41.936,63.03-99.312,103.673-147.638,110.039,72.287,3.633,162.617-46.228,228.537-133.431C833.018,458.8,844.233,320.154,770.18,265.4Z' transform='translate(-267.219 -243.188)'/%3E%3Cpath id='Shape_3_copy' data-name='Shape 3 copy' class='cls-1' d='M439.394,375.632A404.064,404.064,0,0,1,502.315,306.6c-69.417-53.736-146.67-69.8-194.466-33.752-63.995,48.24-50.947,171.6,29.145,275.5a384.307,384.307,0,0,0,33.711,38.226C365.315,523.927,388.5,446.154,439.394,375.632Z' transform='translate(-267.219 -243.188)'/%3E%3C/svg%3E%0A"), url(../images/idx02_pattern.jpg);
  background-position: center;
  background-repeat: no-repeat, repeat;
  background-size: 87% auto, auto;
}
.index06 .idx06_box p {
  letter-spacing: 0.2em;
  line-height: 2.2;
}
.index06 .idx06_box .btn-group {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 99px;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.index06 .idx06_box .btn-group .btn {
  max-width: 320px;
  margin: 0 15px;
}
.index06 .idx06_box .btn-group .btn a {
  padding: 8px 25px 9px 22px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.index06 .idx06_yt {
  position: relative;
  max-width: 610px;
  width: 100%;
  height: 345px;
  margin: 40px auto 0;
}
.index06 .idx06_yt iframe {
  width: 100%;
  height: 100%;
}
.index06 .box_name {
  position: absolute;
  top: 514px;
  right: 12%;
}
.index06 .box_name .txt_small {
  font-size: 24px;
  margin-right: 10px;
}
.index06 .box_name .txt_large {
  font-size: 32px;
}
.index06 .box_name span {
  color: #006426;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index06 {
    padding: 0 0 100px;
  }
  .index06:before {
    background-position: top right -230px;
  }
  .index06 .box_name {
    bottom: 160px;
    right: 20px;
  }
  .index06 .idx06_box {
    width: 55%;
    padding: 40px 20px 150px;
  }
  .index06 .idx06_box p {
    letter-spacing: 0.1em;
  }
  .index06 .idx06_box .btn-group {
    bottom: 50px;
  }
  .index06 .idx06_box .btn-group .btn {
    max-width: 225px;
    margin: 0 6px;
  }
  .index06 .idx06_box .btn-group .btn a {
    padding: 10px 17px 11px 38px;
    letter-spacing: 0.05em;
    font-size: 14px;
  }
  .index06 .idx06_yt {
    height: 27vw;
  }
}
.index07 {
  position: relative;
  z-index: 1;
  background: url(../images/idx08_pattern.jpg) repeat center;
}
.index07:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 970px;
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/idx07_bg.jpg);
}
.index07 .tl02_h3 {
  padding-bottom: 21px;
  margin-bottom: 40px;
}
.index07 .tl02_h3 .en {
  position: absolute;
  top: -107px;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0.1em;
}
.index07 .idx07_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.index07 .idx07_box > div {
  width: 50%;
}
.index07 .idx07_box .box_right {
  background-color: #fff;
  padding: 69px 20px 100px;
}
.index07 .idx07_box .box_right .info {
  margin: 23px 0 8px;
}
.index07 .idx07_box .box_right .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 0 14px;
}
.index07 .idx07_box .box_right .info dl:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.index07 .idx07_box .box_right .info dl dt, .index07 .idx07_box .box_right .info dl dd {
  letter-spacing: 0.2em;
}
.index07 .idx07_box .box_right .info dl dt {
  width: 75px;
  right: 10px;
  color: #000;
}
.index07 .idx07_box .box_right .info dl dd {
  width: calc(100% - 88px);
}
.index07 .idx07_box .box_right .tbl_time {
  border: 1px solid #006426;
}
.index07 .idx07_box .box_right .tbl_time th, .index07 .idx07_box .box_right .tbl_time td {
  text-align: center;
  border-right: 0;
  border-left: 0;
  font-size: 14px;
}
.index07 .idx07_box .box_right .tbl_time th {
  background-color: #006426;
  border: 0;
  color: #fff;
  letter-spacing: 0.2em;
  padding: 13px 0 9px;
  font-weight: 300;
}
.index07 .idx07_box .box_right .tbl_time td {
  letter-spacing: 0.1em;
  border-bottom: 1px solid #006426;
  background-color: #fff;
  padding: 9px 10px 10px;
  font-family: "Noto Serif JP", serif;
}
.index07 .idx07_box .box_right .tbl_time td.first_col {
  color: #000;
  width: 150px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.index07 .idx07_box .box_right .note_time {
  margin-top: 11px;
  font-size: 14px;
  padding-left: 9px;
  letter-spacing: 0.1em;
}
.index07 .idx07_box .box_right .btn-group {
  margin-top: 33px;
}
.index07 .idx07_box .box_left {
  padding: 0 10px;
}
.index07 .idx07_box .box_in {
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
}
.index07 .idx07_box .box_in figure {
  height: 315px;
  max-width: 565px;
  width: 100%;
}
.index07 .idx07_box .box_in figure iframe {
  width: 100%;
  height: 100%;
}
.index07 .idx07_box .box_news {
  background-color: #fff;
  max-width: 576px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.index07 .idx07_box .box_news .tl_news {
  background-color: #006426;
  color: #fff;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 4px 48px 7px;
  margin-bottom: 0;
}
.index07 .idx07_box .box_news .tl_news .en {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  padding-left: 29px;
  letter-spacing: 0.18em;
}
.index07 .idx07_box .box_news .tl_news .en:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  height: 1px;
  width: 15px;
}
.index07 .idx07_box .box_news .list_post {
  padding: 5px 47px 17px;
}
.index07 .idx07_box .box_news .list_post li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.index07 .idx07_box .box_news .list_post li a {
  padding: 18px 7px 18px;
  text-decoration: none;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.index07 .idx07_box .box_news .list_post li a:before {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  background-color: #006426;
  height: 1px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.index07 .idx07_box .box_news .list_post li a:hover {
  color: #006426;
  opacity: 1;
}
.index07 .idx07_box .box_news .list_post li a:hover:before {
  width: 100%;
}
.index07 .idx07_box .box_news .list_post li .date {
  width: 142px;
  letter-spacing: 0.1em;
}
.index07 .idx07_box .box_news .list_post li .tl {
  width: calc(100% - 142px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 0.1em;
}
.index07 .list_yt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.index07 .list_yt .yt {
  width: 49%;
  text-align: center;
}
.index07 .list_yt .yt iframe {
  max-width: 565px;
  width: 100%;
  height: 315px;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index07:before {
    height: 750px;
  }
  .index07 .tl02_h3 .en {
    top: -70px;
  }
  .index07 .idx07_box .box_left {
    padding: 0 20px 0 10px;
  }
  .index07 .idx07_box .box_right {
    padding: 45px 20px 45px;
  }
  .index07 .idx07_box .box_right .info dl dt, .index07 .idx07_box .box_right .info dl dd {
    letter-spacing: 0.05em;
  }
  .index07 .idx07_box .box_right .info dl dt {
    width: 60px;
  }
  .index07 .idx07_box .box_right .info dl dd {
    width: calc(100% - 70px);
  }
  .index07 .idx07_box .box_right .tbl_time th, .index07 .idx07_box .box_right .tbl_time td {
    font-size: 1.2vw;
  }
  .index07 .idx07_box .box_right .tbl_time th {
    padding: 13px 5px 9px;
  }
  .index07 .idx07_box .box_right .tbl_time td {
    padding: 9px 5px 10px;
  }
  .index07 .idx07_box .box_right .tbl_time td.first_col {
    width: 125px;
  }
  .index07 .idx07_box .box_right .note_time {
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .index07 .idx07_box .box_in figure {
    height: 24vw;
  }
  .index07 .idx07_box .box_news {
    padding-bottom: 45px;
  }
  .index07 .idx07_box .box_news .tl_news {
    font-size: 24px;
  }
  .index07 .idx07_box .box_news .tl_news .en {
    font-size: 13px;
    padding-left: 19px;
  }
  .index07 .idx07_box .box_news .list_post {
    padding: 5px 25px 17px;
  }
  .index07 .idx07_box .box_news .list_post li .date {
    width: 95px;
  }
  .index07 .idx07_box .box_news .list_post li .tl {
    width: calc(100% - 110px);
  }
  .index07 .list_yt .yt iframe {
    height: 24.5vw;
  }
}
.index08 {
  padding: 101px 0 100px;
  position: relative;
}
.index08:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: url(../images/idx08_pattern.jpg) repeat center;
}
.index08 .inner {
  max-width: 1748px;
  padding: 0 10px;
}
.index08 h3 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-weight: normal;
  padding-top: 70px;
  position: relative;
  margin-bottom: 33px;
}
.index08 h3:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 63px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='63.031' height='52.7' viewBox='0 0 63.031 52.7'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B filter: url(%23filter); %7D .cls-2 %7B fill: %23006426; %7D .cls-2, .cls-3 %7B fill-rule: evenodd; %7D .cls-3 %7B fill: %2392f5b8; %7D %3C/style%3E%3Cfilter id='filter' filterUnits='userSpaceOnUse'%3E%3CfeFlood result='flood' flood-color='%23fff'/%3E%3CfeComposite result='composite' operator='in' in2='SourceGraphic'/%3E%3CfeBlend result='blend' in2='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='ico' class='cls-1'%3E%3Cpath class='cls-2' d='M985.438,10293.5c-8.457-6.2-23.45-.5-33.487,12.6-9.723,12.8-11.2,27.9-3.6,34.4-3.549-4.9-2.256-14.4,3.57-23.1,6.751-10.1,17.019-15.1,22.933-11.3s5.235,15.1-1.517,25.1c-4.789,7.2-11.342,11.8-16.86,12.5,8.255,0.4,18.571-5.3,26.1-15.1C992.614,10315.4,993.9,10299.7,985.438,10293.5Z' transform='translate(-928 -10291)'/%3E%3Cpath id='Shape_3_copy' data-name='Shape 3 copy' class='cls-3' d='M947.661,10306a45.565,45.565,0,0,1,7.186-7.8c-7.927-6.1-16.75-7.9-22.208-3.9-7.309,5.5-5.818,19.5,3.328,31.2a50.674,50.674,0,0,0,3.85,4.4C939.2,10322.8,941.849,10314,947.661,10306Z' transform='translate(-928 -10291)'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.index08 h3 .en {
  display: block;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.index08 .contact_box {
  background: url(../images/idx08_bg.jpg) repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
  -webkit-animation: ani_contact 50s linear infinite;
          animation: ani_contact 50s linear infinite;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  color: #fff;
  text-align: center;
}
.index08 .contact_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 47, 34, 0.7);
  z-index: -1;
}
.index08 .contact_box .des {
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 1.63;
  margin-bottom: 0;
}
.index08 .contact_link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index08 .box_l, .index08 .box_r {
  width: 50%;
  position: relative;
  text-align: left;
}
.index08 .box_l .box_txt, .index08 .box_r .box_txt {
  display: table;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.index08 .box_l p, .index08 .box_r p {
  margin-bottom: 0;
  color: #fff;
}
.index08 .box_l {
  padding: 21px 0 23px 0;
  background: #006426;
}
.index08 .box_l .box_txt {
  padding-left: 43px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.25' height='19.25' viewBox='0 0 19.25 19.25'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1621.92,50.371c0.73-.729,1.47-1.432,2.17-2.17a1.308,1.308,0,0,1,1.51-.369,10.789,10.789,0,0,0,3.45.537,1.15,1.15,0,0,1,1.21,1.244c-0.03,1.16-.01,2.323-0.01,3.485a1.065,1.065,0,0,1-1.15,1.158A18.157,18.157,0,0,1,1611,36.084,1.052,1.052,0,0,1,1612.07,35c1.25,0,2.49,0,3.74,0a1.031,1.031,0,0,1,1.06,1.038,13.514,13.514,0,0,0,.61,3.84,1.06,1.06,0,0,1-.3,1.147c-0.72.721-1.44,1.444-2.16,2.161a0.225,0.225,0,0,0-.06.319,16.108,16.108,0,0,0,6.9,6.841A0.348,0.348,0,0,0,1621.92,50.371Zm4.04-6.819h-2.11V41.433h2.11v2.119Zm4.27,0.013c-0.67,0-1.33,0-1.99-.006a0.22,0.22,0,0,1-.13-0.151c-0.01-.651,0-1.3,0-1.969h2.12v2.126Zm-10.65-.02V41.433h2.09v2.111h-2.09Z' transform='translate(-1611 -35)'/%3E%3C/svg%3E%0A");
  background-position: left 2px bottom 4px;
  background-size: 30px auto;
}
.index08 .box_l .txt_note {
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.index08 .box_l .tel {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-family: "Lora", serif;
  line-height: 1;
}
.index08 .box_l .box_in {
  margin-left: auto;
}
.index08 .box_r {
  padding: 27px 0 22px 0;
  background: #014a1d;
}
.index08 .box_r .box_txt {
  padding-left: 43px;
  margin-right: auto;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.47' height='30.9' viewBox='0 0 28.47 30.9'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1165.88,10761.4c0-.8-0.01-1.5,0-2.3a0.917,0.917,0,0,1,1.28-.9,0.939,0.939,0,0,1,.56.9v2.3h7.57v-2.3a0.939,0.939,0,0,1,.56-0.9,0.919,0.919,0,0,1,1.28.9c0.02,0.6,0,1.3.01,2v0.3h5.43a3.159,3.159,0,0,1,3.17,3.2v21.3a3.194,3.194,0,0,1-3.04,3.1h-22.39a3.194,3.194,0,0,1-3.04-3.1v-21.3a3.159,3.159,0,0,1,3.17-3.2h5.44Zm-6.77,9.2v15.4a1.014,1.014,0,0,0,1.17,1.1h22.48a1.031,1.031,0,0,0,1.14-1.2v-15.3h-24.79Zm18.02-7.3c0,0.6.01,1.1,0,1.7a1,1,0,0,1-.91,1.1,1.019,1.019,0,0,1-.93-1.1v-1.7h-7.57c0,0.6.01,1.2,0,1.8a0.987,0.987,0,0,1-.91,1,1,1,0,0,1-.93-1v-1.8h-5.58a1.011,1.011,0,0,0-1.19,1.2v4.2h24.79v-4.2a1.046,1.046,0,0,0-1.19-1.2h-5.58Zm-12.17,12.1v-2.2h2.86v2.2h-2.86Zm5.09-2.2h2.85v2.2h-2.85v-2.2Zm8,2.3h-2.86v-2.3h2.86v2.3Zm-13.08,2.2h2.85v2.2h-2.85v-2.2Zm7.93,2.2h-2.85v-2.2h2.85v2.2Zm5.15-2.2v2.2h-2.86v-2.2h2.86Zm-13.07,4.5h2.85v2.1h-2.85v-2.1Zm5.08,0h2.84v2.1h-2.84v-2.1Zm7.99,0v2.1h-2.86v-2.1h2.86Z' transform='translate(-1157.28 -10758.1)'/%3E%3C/svg%3E%0A");
  background-position: left 5px bottom 4px;
  background-size: 28px auto;
}
.index08 .box_r .txt_note {
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.index08 .box_r .mail {
  font-size: 26px;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.index08 .box_in {
  width: 100%;
  max-width: 585px;
}
.index08 .btn-group {
  margin-top: 35px;
}
.index08 .btn-group .btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.index08 .btn-group .btn a {
  padding: 11px 10px;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .index08 .contact_box {
    height: 440px;
  }
  .index08 .contact_box .des {
    font-size: 18px;
  }
  .index08 h3 {
    font-size: 20px;
  }
  .index08 h3 .en {
    font-size: 42px;
  }
}
@-webkit-keyframes ani_contact {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -1920px center;
  }
}
@keyframes ani_contact {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -1920px center;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
.under .sitemap {
  padding-top: 40px;
}
.under .sitemap > ul > li p {
  margin-bottom: 0;
}
.under .sitemap > ul > li p.title {
  color: #006426;
}
.under .sitemap > ul > li a, .under .sitemap > ul > li p {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 30px;
  border-bottom: dotted 1px #006426;
  color: #333333;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.under .sitemap > ul > li a:before, .under .sitemap > ul > li p:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background: #006426;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.under .sitemap > ul > li p:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: #006426;
  left: 6px;
  top: 50%;
  margin-top: -7px;
}
.under .sitemap > ul > li a:hover {
  text-decoration: none;
  opacity: 1;
  color: #006426;
  background: rgba(0, 100, 38, 0.05);
}
.under .sitemap > ul > li li a {
  padding-left: 70px;
  text-decoration: none;
}
.under .sitemap > ul > li li a:before {
  left: 40px;
}
.under #mainContent {
  padding-bottom: 100px;
}
.under .key {
  height: 500px;
  background: url(../images/under_key_bg.jpg) no-repeat center;
}
.under .key .inner {
  height: 100%;
  padding: 0px;
}
.under .key .key_text {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  z-index: 1;
}
.under .key .key_text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 300px auto;
  z-index: -1;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='551.906' height='465.5' viewBox='0 0 551.906 465.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; opacity: 0.08; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M770.18,265.4c-74.055-54.757-205.337-4.88-293.226,111.4-85.137,112.636-98.078,246.022-31.511,304.052C414.368,637.464,425.69,553.084,476.7,476.438c59.122-88.869,149.032-133.583,200.817-99.875s45.84,133.055-13.284,221.909c-41.936,63.03-99.312,103.673-147.638,110.039,72.287,3.633,162.617-46.228,228.537-133.431C833.018,458.8,844.233,320.154,770.18,265.4Z' transform='translate(-267.219 -243.188)'/%3E%3Cpath id='Shape_3_copy' data-name='Shape 3 copy' class='cls-1' d='M439.394,375.632A404.064,404.064,0,0,1,502.315,306.6c-69.417-53.736-146.67-69.8-194.466-33.752-63.995,48.24-50.947,171.6,29.145,275.5a384.307,384.307,0,0,0,33.711,38.226C365.315,523.927,388.5,446.154,439.394,375.632Z' transform='translate(-267.219 -243.188)'/%3E%3C/svg%3E%0A");
}
.under h2 {
  font-size: 42px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
}
.under h2, .under h3, .under h4, .under h5, .under h6 {
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
}
.under h2:last-child, .under h3:last-child, .under h4:last-child, .under h5:last-child, .under h6:last-child {
  margin-bottom: 0;
}
.under h3 {
  background-size: 50px auto;
  position: relative;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 21px;
  padding-top: 40px;
}
.under h3:before, .under h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.under h3:before {
  width: 38px;
  height: 32px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 32px;
  background-image: url("data:image/svg+xml,%0A%3Csvg id='ico' xmlns='http://www.w3.org/2000/svg' width='21.5' height='18.1' viewBox='0 0 21.5 18.1'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23006426; %7D .cls-1, .cls-2 %7B fill-rule: evenodd; %7D .cls-2 %7B fill: %2392f5b8; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M979.964,11671.8c-2.885-2.2-8-.2-11.421,4.3-3.316,4.4-3.82,9.6-1.227,11.8-1.21-1.7-.769-4.9,1.217-7.9,2.3-3.5,5.8-5.2,7.822-3.9s1.785,5.2-.518,8.6a9.238,9.238,0,0,1-5.75,4.3c2.815,0.1,6.334-1.8,8.9-5.2C982.411,11679.3,982.848,11673.9,979.964,11671.8Z' transform='translate(-960.375 -11670.9)'/%3E%3Cpath id='Shape_3_copy' data-name='Shape 3 copy' class='cls-2' d='M967.08,11676.1a12.162,12.162,0,0,1,2.451-2.7c-2.7-2.1-5.712-2.7-7.574-1.3-2.492,1.8-1.984,6.6,1.135,10.7,0.415,0.5.856,1,1.313,1.5A12.578,12.578,0,0,1,967.08,11676.1Z' transform='translate(-960.375 -11670.9)'/%3E%3C/svg%3E%0A");
}
.under h3:after {
  bottom: 0;
  height: 2px;
  width: 60px;
  background-color: #006426;
}
.under h3 .en {
  font-size: 18px;
  font-family: "Lora", serif;
  letter-spacing: 0.15em;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  color: #006426;
}
.under h4 {
  background-repeat: repeat;
  margin-bottom: 30px;
  position: relative;
  font-weight: 500;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #006426;
  padding: 9px 20px 12px 60px;
  background-repeat: no-repeat;
  background-position: top 12px left 13px;
  background-size: 40px auto;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='551.906' height='465.5' viewBox='0 0 551.906 465.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; opacity: 0.2; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M770.18,265.4c-74.055-54.757-205.337-4.88-293.226,111.4-85.137,112.636-98.078,246.022-31.511,304.052C414.368,637.464,425.69,553.084,476.7,476.438c59.122-88.869,149.032-133.583,200.817-99.875s45.84,133.055-13.284,221.909c-41.936,63.03-99.312,103.673-147.638,110.039,72.287,3.633,162.617-46.228,228.537-133.431C833.018,458.8,844.233,320.154,770.18,265.4Z' transform='translate(-267.219 -243.188)'/%3E%3Cpath id='Shape_3_copy' data-name='Shape 3 copy' class='cls-1' d='M439.394,375.632A404.064,404.064,0,0,1,502.315,306.6c-69.417-53.736-146.67-69.8-194.466-33.752-63.995,48.24-50.947,171.6,29.145,275.5a384.307,384.307,0,0,0,33.711,38.226C365.315,523.927,388.5,446.154,439.394,375.632Z' transform='translate(-267.219 -243.188)'/%3E%3C/svg%3E%0A");
}
.under h5 {
  margin-bottom: 25px;
  position: relative;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.1em;
  border-left: 4px solid #006426;
  padding-left: 15px;
  color: #006426;
}
.under h6 {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  padding-left: 25px;
  font-weight: 600;
  color: #000;
}
.under h6:before, .under h6:after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.under h6:before {
  top: 6px;
  background: #92f5b8;
  width: 10px;
  height: 10px;
}
.under h6:after {
  left: 3px;
  top: 8px;
  background: #006426;
  width: 12px;
  height: 12px;
}

.under section:first-child h3 {
  margin-top: 50px;
}
.under section {
  padding-top: 1px;
}
.under section h3 {
  margin-top: 80px;
}
.under .secH4 {
  padding-top: 60px;
}
.under .secH5 {
  padding-top: 50px;
}
.under .secH6 {
  padding-top: 40px;
}
.under .imgBox.rowImg .image_l img, .under .imgBox.rowImg .image_r img {
  max-width: 100%;
  max-height: 300px;
}
.under .imgBox.rowImg .image_l {
  float: left;
  margin-right: 45px;
}
.under .imgBox.rowImg .image_r {
  float: right;
  margin-left: 45px;
}
.under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
  max-width: 450px;
  margin-bottom: 15px;
}
.under .imgBox.rowImg .txt_l {
  float: left;
}
.under .imgBox.rowImg .txt_r {
  float: right;
}
.under .imgBox.rowImg .txt_l, .under .imgBox.rowImg .txt_r {
  width: calc(100% - 495px);
}
.under .imgBox.rowImg.large .image_l, .under .imgBox.rowImg.large .image_r {
  max-width: 440px;
}
.under .imgBox.rowImg.large .txt_l, .under .imgBox.rowImg.large .txt_r {
  width: calc(100% - 475px);
}
.under .imgBox.rowImg.full .image_l, .under .imgBox.rowImg.full .image_r {
  max-width: 60vw;
}
.under .imgBox.colImg .list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.under .imgBox.colImg p {
  margin-bottom: 5px;
}
.under .imgBox.colImg p:last-child {
  margin-bottom: 0;
}
.under .imgBox.colImg figure {
  margin-bottom: 15px;
}
.under .imgBox.colImg .text p {
  font-size: 1em;
}
.under .imgBox.colImg .text .ttl {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #006426;
  font-family: "Noto Serif JP", serif;
}
.under .imgBox.colImg3 figure, .under .imgBox.colImg2 figure {
  overflow: hidden;
  position: relative;
}
.under .imgBox.colImg3 img, .under .imgBox.colImg2 img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.under .imgBox.colImg3 .item {
  width: 32%;
}
.under .imgBox.colImg2 .item {
  width: 49%;
}
.under .imgBox.colImg1 .item {
  width: 100%;
}
.under .imgBox.colImg1 .item figure img {
  max-height: 500px;
}
.under .youtube {
  text-align: center;
}
.under .youtube iframe {
  width: 800px;
  height: 420px;
}
.under .ud_map iframe {
  width: 100%;
  height: 450px;
}
.under .ud_step .step_item {
  border: 1px solid #eeefee;
  background: rgba(239, 253, 245, 0.5);
}
.under .ud_step .step_item:not(:last-child) {
  position: relative;
  margin-bottom: 60px;
}
.under .ud_step .step_item:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: -43px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 30px 0 30px;
  border-color: #006426 transparent transparent transparent;
  background: none !important;
}
.under .ud_step .step_item .step_tl {
  color: #006426;
  background: url(../images/idx02_pattern.jpg) repeat center;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
}
.under .ud_step .step_item .step_num {
  background: url(../images/step_num_bg.png) no-repeat center/contain;
  color: #fff;
  width: 60px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 20px;
  margin-right: 20px;
}
.under .ud_step .step_item .step_cont {
  padding: 15px 20px;
}
.under .box_qa .qa_it {
  border: 1px solid #e1e8e4;
}
.under .box_qa .qa_it:not(:last-child) {
  margin-bottom: 30px;
}
.under .box_qa .qa_it .accBtn, .under .box_qa .qa_it .accBlock {
  position: relative;
}
.under .box_qa .qa_it .accBtn:before, .under .box_qa .qa_it .accBlock:before {
  position: absolute;
  font-size: 22px;
  left: 15px;
  top: 15px;
  width: 45px;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px 9px;
  border-radius: 50%;
  line-height: 1.3em;
  font-family: "Lora", serif;
}
.under .box_qa .qa_it .accBtn {
  background: url(../images/idx02_pattern.jpg) repeat center;
  color: #006426;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  padding: 20px 20px 20px 80px;
  overflow: hidden;
  line-height: 1.5em;
  cursor: pointer;
}
.under .box_qa .qa_it .accBtn:hover {
  opacity: 0.8;
}
.under .box_qa .qa_it .accBtn:before {
  content: "Q";
  background: #006426;
  color: #fff;
}
.under .box_qa .qa_it .accBtn:after {
  content: "";
  border: 0;
  position: absolute;
  top: calc(50% - 5px);
  bottom: auto;
  left: auto;
  right: 30px;
  background: url(../images/shared_arrow_green.png) no-repeat center/contain;
  width: 18px;
  height: 11px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.under .box_qa .qa_it .accBtn.rotate:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.under .box_qa .qa_it .accBlock {
  padding: 20px 20px 25px 80px;
  position: relative;
}
.under .box_qa .qa_it .accBlock:before {
  content: "A";
  background: #d0f3df;
  color: #006426;
}
.under .acf_block .text_h3 {
  margin: 45px 0 0;
}
.under .acf_block .text_h4 {
  margin: 30px 0 0;
}
.under .acf_block .text_h5 {
  margin: 20px 0 0;
}

@media only screen and (min-width: 769px) {
  .under .imgBox.colImg2 figure, .under .imgBox.colImg3 figure {
    min-height: 250px;
    background: #efefef;
  }

  .under .imgBox.colImg2 figure img, .under .imgBox.colImg3 figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
    min-width: 450px;
    background: #efefef;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
    min-width: 320px;
    max-width: 320px;
  }

  .under .imgBox.rowImg .txt_l, .under .imgBox.rowImg .txt_r {
    width: calc(100% - 365px);
  }

  .under h3 {
    font-size: 35px;
  }
}
.under table {
  border-radius: 3px;
}
.under table.rollTable {
  width: 100%;
}
.under table.tbl_center td, .under table.tbl_center th {
  text-align: center;
}
.under table.tbl_style01 th, .under table.tbl_style01 td {
  border: 1px solid #006426;
  padding: 0.625rem;
}
.under table.tbl_style01 th img, .under table.tbl_style01 td img {
  max-width: 100%;
}
.under table.tbl_style01 th {
  background-color: #006426;
  color: #fff;
  font-size: 1.125em;
  font-weight: normal;
  text-align: center;
}
.under table.tbl_style01 td {
  background-color: #fff;
  color: #383838;
  font-size: 1em;
}
.under table.tbl_style01.rowHead tr th:not(:last-child) {
  border-right: 1px solid #fff;
}
.under table.tbl_style01.colHead tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.under table.tbl_style02 th, .under table.tbl_style02 td {
  border: 2px solid #9dba38;
  border-left: none;
  border-right: none;
  padding: 0.625em;
}
.under table.tbl_style02 th img, .under table.tbl_style02 td img {
  max-width: 100%;
}
.under table.tbl_style02 th {
  background: none;
  font-weight: normal;
  font-size: 1.125em;
  color: #9dba38;
}
.under table.tbl_style02 td {
  font-size: 1em;
}
.under .tbl_note {
  display: none;
  margin-top: 10px;
  color: #006426;
  font-size: 11px;
  letter-spacing: 0;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under table.tbl_style01 th, .under table.tbl_style01 td {
    padding: 0.5rem;
  }
  .under table.tbl_style01 th {
    font-size: 1em;
  }
  .under table.tbl_style01 td {
    font-size: 0.9em;
  }
  .under table.tbl_style02 th {
    font-size: 1em;
  }
  .under table.tbl_style02 td {
    font-size: 0.9em;
  }
}
@media all and (-ms-high-contrast: none) {
  .under table.tbl_style01 th, .under table.tbl_style01 td {
    padding: 0.735rem 0.625rem 0.535rem;
  }
}
.under ul.list01.mcol-2 {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.under ul.list01.mcol-2 li {
  width: 49%;
}
.under ul.list01 li {
  background-size: 10px auto;
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
  letter-spacing: 0.06em;
}
.under ul.list01 li:last-child {
  padding-bottom: 0;
}
.under ul.list01 li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-size: 8px auto;
  background-position: left center;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.156' height='6.2' viewBox='0 0 6.156 6.2'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23006426; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M963.772,11730.7a3.291,3.291,0,0,1-1.372.4,1.669,1.669,0,0,1-1.377-.3,3.814,3.814,0,0,1-.814-1.4c-0.015,0-.03,0-0.043-0.1a4.072,4.072,0,0,1,0-2.3,3.383,3.383,0,0,1,.746-1.3,2.47,2.47,0,0,1,1.391-.7,3.6,3.6,0,0,1,2.251.6,3.3,3.3,0,0,1,1.6,2.1,2.91,2.91,0,0,1-1.431,2.4C964.417,11730.3,964.1,11730.5,963.772,11730.7Z' transform='translate(-960 -11725)'/%3E%3C/svg%3E%0A");
  top: 0.5em;
  left: 0px;
}
.under ul.list02.mcol-2 {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.under ul.list02.mcol-2 li {
  width: 49%;
}
.under ul.list02 li {
  background-size: 10px auto;
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
  letter-spacing: 0.06em;
}
.under ul.list02 li:last-child {
  padding-bottom: 0;
}
.under ul.list02 li::before {
  content: "";
  width: 17px;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.594' height='24.69' viewBox='0 0 25.594 24.69'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23e6e4e2; fill-opacity: 0; stroke: %23006426; stroke-width: 1px; %7D .cls-1, .cls-2 %7B fill-rule: evenodd; %7D .cls-2 %7B fill: red; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M645.859,2031.38h20.022v20.01H645.859v-20.01Z' transform='translate(-645.344 -2027.19)'/%3E%3Cpath class='cls-2' d='M655.621,2040.77c0.282-.45.55-0.9,0.832-1.33a35.776,35.776,0,0,1,6.068-7.05,42.143,42.143,0,0,1,6.662-4.87,3.045,3.045,0,0,1,.723-0.28,0.78,0.78,0,0,1,.862.22,0.887,0.887,0,0,1,.086.93,1.671,1.671,0,0,1-.45.63,49.075,49.075,0,0,0-11.295,13.36,21.607,21.607,0,0,0-1.74,3.74,1.742,1.742,0,0,1-3.308.14,30.711,30.711,0,0,0-4.226-6.87c-0.416-.5-0.887-0.96-1.31-1.46a3.227,3.227,0,0,1-.533-0.81,1.355,1.355,0,0,1,1.364-1.95,2.641,2.641,0,0,1,1.278.41,15.267,15.267,0,0,1,3.885,3.69C654.891,2039.76,655.244,2040.25,655.621,2040.77Z' transform='translate(-645.344 -2027.19)'/%3E%3C/svg%3E%0A");
  top: 0.1em;
  left: 0px;
}
.under ul.list01.list_mb20, .under ul.list02.list_mb20 {
  margin-bottom: 20px;
}
.under .list_info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.under .list_info .txt_y {
  margin-right: 10px;
  width: 100px;
}
.under .list_info .txt_des {
  width: calc(100% - 110px);
}
.under .list_note {
  margin-top: 15px;
  padding-left: 20px;
}
.under .list_note.no_mt {
  margin-top: 0;
}
.under .topic_path {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 1.5px;
  padding: 27px 0 7px;
}
.under .topic_path ul {
  background: url(../images/shared_path_icon.svg) left top 4px no-repeat;
  background-size: auto 15px;
  display: block;
  padding: 4px 10px 4px 28px;
}
.under .topic_path ul::after {
  content: "";
  display: block;
  clear: both;
}
.under .topic_path ul li {
  float: left;
  text-transform: uppercase;
  color: #333;
}
.under .topic_path a {
  text-decoration: none;
  color: #006426;
}
.under .topic_path a:hover {
  opacity: 1;
  text-decoration: underline;
}
.under .topic_path span {
  display: inline-block;
  padding: 0 12px;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  color: #006426;
  line-height: 1;
}
.under .anchor-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0;
}
.under .anchor-links > div {
  background-color: #555;
  border-radius: 3px;
  position: relative;
  display: block;
  min-width: 135px;
  width: 19%;
  margin: 0% 0.5% 1%;
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.under .anchor-links > div a {
  display: block;
  width: 100%;
  padding: 10px 5px 9px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.under .anchor-links > div::after {
  content: "";
  border: 4px solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: auto;
  bottom: 2px;
  left: calc(50% - 4px);
  right: auto;
  line-height: 1;
}
.under .anchor-links > div:hover a {
  opacity: 1;
}
.under .anchor-links > div:hover::after {
  bottom: 0;
}
.under .anchor-links > div.ext::after {
  content: ">";
  border: 0;
  position: absolute;
  top: calc(50% - 0.5em);
  bottom: auto;
  left: auto;
  right: 7px;
  font-size: 0.857em;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.under .anchor-links > div.ext:hover::after {
  right: 5px;
}
.under .doctor_box {
  background-color: #dedede;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.under .doctor_box p {
  margin-bottom: 0;
}
.under .doctor_box .img {
  border: 10px solid rgba(255, 255, 255, 0.5);
  position: relative;
  width: 300px;
  height: 240px;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.under .doctor_box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  max-height: 240px;
}
.under .doctor_box .text {
  position: relative;
  width: calc(100% - 300px);
}
.under .doctor_box .text .ttl {
  background: rgba(255, 255, 255, 0.3);
  padding: 17px 10px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
.under #socialbuttons {
  display: table;
  margin: 20px auto 10px;
}
.under #socialbuttons > div {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  overflow: hidden;
}
.under #socialbuttons .line {
  margin-right: 0px;
}

@media all and (-ms-high-contrast: none) {
  .under ul.list01 li:before {
    top: 0.4em;
  }
}
.under .clinic_tbl01 th {
  width: 350px;
  text-align: right;
}
.under .clinic_tbl02 {
  text-align: center;
}
.under .clinic_tbl02 th:first-child {
  width: 350px;
}
.under .clinic_tbl02 th:not(:first-child) {
  width: calc((100% - 350px) / 7);
}
.under .teeth_box .secH4 {
  width: 48%;
}
.under .teeth_box .secH5 {
  padding-top: 20px !important;
}
.under .teeth_box img {
  max-height: 180px;
}
.under .teeth_box p {
  font-size: 14px;
}
.under .access_box_img01 .block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.under .access_box_img01 .block:nth-child(even) .big {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.under .access_box_img01 .block .big {
  width: calc((580 / 1160) * (100% - 10px));
}
.under .access_box_img01 .block .small {
  width: calc((580 / 1160) * (100% - 10px));
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.under .access_box_img01 .block .small figure {
  width: calc((100% - 10px) * 0.5);
}
.under .access_box_img01 .block figure {
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 10px;
}
.under .access_box_img02 .block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.under .access_box_img02 .block:nth-child(even) .big {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.under .access_box_img02 .block .big {
  width: calc((640 / 1160) * (100% - 10px));
}
.under .access_box_img02 .block .small {
  width: calc((520 / 1160) * (100% - 10px));
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.under .access_box_img02 .block .small figure {
  width: calc((100% - 10px) * 0.5);
}
.under .access_box_img02 .block figure {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  .under table.clinic_tbl02 {
    table-layout: fixed;
  }
}
.under_box_spec {
  background: #006426;
  max-width: 850px;
  width: 100%;
  margin: 60px auto 0;
  position: relative;
  z-index: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.under_box_spec:before, .under_box_spec:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
}
.under_box_spec:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: top 5px left 10px, top 6px right 10px, left 10px bottom 8px, right 10px bottom 8px;
  background-size: 24px auto;
  background-image: url(../images/box_spec_before.png), url(../images/box_spec_before.png), url(../images/box_spec_before.png), url(../images/box_spec_before.png);
}
.under_box_spec:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='551.906' height='465.5' viewBox='0 0 551.906 465.5'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; opacity: 0.2; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M770.18,265.4c-74.055-54.757-205.337-4.88-293.226,111.4-85.137,112.636-98.078,246.022-31.511,304.052C414.368,637.464,425.69,553.084,476.7,476.438c59.122-88.869,149.032-133.583,200.817-99.875s45.84,133.055-13.284,221.909c-41.936,63.03-99.312,103.673-147.638,110.039,72.287,3.633,162.617-46.228,228.537-133.431C833.018,458.8,844.233,320.154,770.18,265.4Z' transform='translate(-267.219 -243.188)'/%3E%3Cpath id='Shape_3_copy' data-name='Shape 3 copy' class='cls-1' d='M439.394,375.632A404.064,404.064,0,0,1,502.315,306.6c-69.417-53.736-146.67-69.8-194.466-33.752-63.995,48.24-50.947,171.6,29.145,275.5a384.307,384.307,0,0,0,33.711,38.226C365.315,523.927,388.5,446.154,439.394,375.632Z' transform='translate(-267.219 -243.188)'/%3E%3C/svg%3E%0A");
  background-size: 54px auto;
  bottom: 20px;
  right: 20px;
  height: 44px;
  width: 54px;
}
.under_box_spec .txt {
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 1.6;
  padding: 60px 20px 60px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.under_box_spec .txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: 1px dashed rgba(255, 255, 255, 0.6);
}

.under .txt_center {
  text-align: center;
}
.under.page-interview #mainContent > .inner {
  max-width: 100%;
  padding: 0;
}
.under.page-interview .key {
  height: 850px;
  background-position: center;
}
.under.page-interview .key .key_text {
  padding: 100px 0 0 87px;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.under.page-interview .key .key_text:before {
  background-position: left center;
}
.under.page-interview .key h2 {
  padding-left: 96px;
}

.ud_interview01 {
  position: relative;
  padding: 0 0 100px;
}
.ud_interview01:last-child {
  padding: 0;
}
.ud_interview01 .inter_box1 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.ud_interview01 .inter_box1:before, .ud_interview01 .inter_box1:after {
  position: absolute;
  content: "";
}
.ud_interview01 .inter_box1:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 9.8%;
  background-repeat: no-repeat;
  background-size: cover;
}
.ud_interview01 .inter_box1:after {
  top: 0;
  left: 1.8%;
  width: 109px;
  height: 1015px;
  background-image: url(../images/interview_bg_eng.png);
  background-repeat: repeat-y;
  background-position: center 0;
  background-size: 100% auto;
  height: calc(100% - 80px);
  -webkit-animation: interview_scroll 10s linear infinite;
  animation: interview_scroll 10s linear infinite;
}
.ud_interview01 .item {
  max-width: 63%;
  width: 700px;
  margin: 0px auto 40px 15px;
  min-height: 410px;
  padding: 30px 40px;
  text-align: center;
  border: 7px solid rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
}
.ud_interview01 .item:nth-child(1) {
  background-image: url(../images/interview_bg_small1.jpg);
}
.ud_interview01 .item:nth-child(2) {
  background-image: url(../images/interview_bg_small2.jpg);
}
.ud_interview01 .item:nth-child(3) {
  background-image: url(../images/interview_bg_small3.jpg);
}
.ud_interview01 .item:last-child {
  margin-bottom: 0;
}
.ud_interview01 .item p {
  width: 100%;
  color: #fff;
  letter-spacing: 0.1em;
}
.ud_interview01 .item .f-en {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  white-space: nowrap;
  font-family: "Lora", serif;
}
.ud_interview01 .item h4 {
  background: none;
  color: #fff;
  padding: 0 0 16px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}
.ud_interview01 .item h4:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ud_interview01 .item .number {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  font-size: 90%;
  font-family: "Lora", serif;
}
.ud_interview01 .item .tl {
  width: 100%;
}
.ud_interview01.box1 .inter_box1 {
  margin-top: 100px;
}
.ud_interview01.box2 .inter_box1:before, .ud_interview01.box4 .inter_box1:before {
  left: 0;
  right: 9.8%;
}
.ud_interview01.box2 .inter_box1:after, .ud_interview01.box4 .inter_box1:after {
  left: auto;
  right: 1.8%;
}
.ud_interview01.box2 .item, .ud_interview01.box4 .item {
  margin-left: auto;
  margin-right: 15px;
}
.ud_interview01 .bg01:before {
  background-image: url(../images/interview_bg01.jpg);
  background-position: right bottom;
}
.ud_interview01 .bg02:before {
  background-image: url(../images/interview_bg02.jpg);
  background-position: left bottom;
}
.ud_interview01 .bg03:before {
  background-image: url(../images/interview_bg03.jpg);
  background-position: right bottom;
}
.ud_interview01 .bg04:before {
  background-image: url(../images/interview_bg04.jpg);
  background-position: right bottom;
}

@media only screen and (min-width: 769px) {
  .under.page-interview .key {
    height: 950px;
    background-image: url(../images/interview_key.jpg);
    background-position: center;
  }
  .under.page-interview .key h2 {
    border: none;
    background: none;
    padding: 0;
    cursor: vertical-text;
    -ms-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    white-space: nowrap;
  }

  .ud_interview01 .item h4 {
    font-size: 27px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 1501px) {
  .ud_interview01.box1 .item:nth-child(2n), .ud_interview01.box3 .item:nth-child(2n) {
    margin-left: calc(20px + 6vw);
  }
  .ud_interview01.box2 .item:nth-child(2n), .ud_interview01.box4 .item:nth-child(2n) {
    margin-right: calc(20px + 6vw);
  }
}
@media only screen and (max-width: 1500px) and (min-width: 769px) {
  .under.page-interview .key {
    height: 700px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1500px) {
  .ud_interview01 .item {
    margin-left: calc(20px + 6vw);
  }

  .ud_interview01.box2 .item, .ud_interview01.box4 .item {
    margin-right: calc(20px + 6vw);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1500px) {
  .ud_interview01 .inter_box1:after {
    width: 6vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .under.page-interview .key .inner {
    padding: 0 15px;
  }
  .under.page-interview .key h2 {
    font-size: 34px;
  }
  .under.page-interview .key p {
    font-size: 18px;
    margin-right: 25px;
  }

  .ud_interview01 .item {
    padding: 25px 30px;
    width: 650px;
    margin-left: 15px;
    min-height: 350px;
  }
  .ud_interview01 .item .f-en {
    font-size: 16px;
  }
  .ud_interview01 .item h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .ud_interview01 .inter_box1 {
    padding: 50px 0;
  }
  .ud_interview01 .inter_box1 .flex {
    padding: 0 10px 0 9.8%;
  }
  .ud_interview01.box2 .item, .ud_interview01.box4 .item {
    margin-right: 15px;
  }
  .ud_interview01.box2 .inter_box1 .flex, .ud_interview01.box4 .inter_box1 .flex {
    padding: 0 9.8% 0 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .under.page-interview .txt_center {
    font-size: 13px;
  }

  .under_box_spec .txt {
    font-size: 20px;
    letter-spacing: 0.08em;
  }

  .ud_interview01 .item {
    max-width: 85%;
    margin-left: auto;
  }
  .ud_interview01.box2 .item, .ud_interview01.box4 .item {
    margin-right: auto;
  }
}
@-webkit-keyframes interview_scroll {
  from {
    background-position: center 0;
  }
  to {
    background-position: center -1015px;
  }
}
@keyframes interview_scroll {
  from {
    background-position: center 0;
  }
  to {
    background-position: center -1015px;
  }
}
/* START BLOG
------------------------------------------------------------------------*/
#pagination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
}
#pagination:empty {
  display: none;
}
#pagination a, #pagination span {
  background-color: #555;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin: 10px 5px;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 1;
}
#pagination a.prev, #pagination a.next, #pagination span.prev, #pagination span.next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
  color: transparent;
}
#pagination a.prev, #pagination span.prev {
  background-image: url(../images/shared_blog_arrow_prev.svg);
}
#pagination a.next, #pagination span.next {
  background-image: url(../images/shared_blog_arrow_next.svg);
}
@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  #pagination {
    /* for IE 9 and above */
  }
  #pagination a, #pagination span {
    padding-top: 2px;
  }
}
#pagination a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagination span {
  opacity: 0.5;
}
#pagination .active a, #pagination a.active:hover {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
}

.blog-content .date {
  margin-bottom: 20px;
  text-align: center;
  color: #006426;
}

.blog_list_style01 .item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #bababa;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog_list_style01 .item figure {
  background-color: white;
  position: relative;
  overflow: hidden;
  border: 2px solid #006426;
  width: 220px;
  height: 220px;
}
.blog_list_style01 .item figure img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.blog_list_style01 .item .info {
  width: calc(100% - 250px);
  position: relative;
  padding-bottom: 40px;
}
.blog_list_style01 .item .info p {
  margin-bottom: 0;
  line-height: 1.5;
}
.blog_list_style01 .item .info .date {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
  color: #006426;
  font-size: 90%;
}
.blog_list_style01 .item .info .date .tag {
  display: inline-block;
  margin-left: 20px;
  color: transparent;
  font-size: 90%;
  letter-spacing: -1em;
}
.blog_list_style01 .item .info .date .tag a {
  background-color: #006426;
  display: inline-block;
  margin-left: 2px;
  padding: 0 10px;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
}
.blog_list_style01 .item .info .ttl {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-size: 120%;
  font-weight: 600;
  color: #333333;
}
.blog_list_style01 .item .info .ttl a {
  color: inherit;
}
.blog_list_style01 .item .info .des {
  padding-bottom: 45px;
}
.blog_list_style01 .item .info .button {
  background-color: #fff;
  border: 2px solid #006426;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.blog_list_style01 .item .info .button a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 5px 10px;
  font-size: 90%;
  color: #333;
  text-decoration: none;
}
.blog_list_style01 .item .info .button a::before {
  opacity: 0;
}
.blog_list_style01 .item .info .button::after {
  content: "";
  background-color: #d9f1e2;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 769px) {
  .blog_list_style01 .item .info .button:hover a {
    opacity: 1;
  }
  .blog_list_style01 .item .info .button:hover::after {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .blog_list_style01 .item {
    display: block;
  }
  .blog_list_style01 .item figure {
    margin: 0 auto;
  }
  .blog_list_style01 .item .info {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .blog_list_style01 .item .info .button {
    position: relative;
    display: table;
  }
}
@media all and (-ms-high-contrast: none) {
  .blog_list_style01 .item .info .date .tag {
    margin-top: -2px;
  }
  .blog_list_style01 .item .info .date .tag a {
    padding: 4px 10px 0;
  }
  .blog_list_style01 .item .info .button a {
    padding: 8px 10px 3px;
  }
}
.blog_list_style02.colImg .list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.blog_list_style02.colImg p {
  margin-bottom: 5px;
}
.blog_list_style02.colImg p:last-child {
  margin-bottom: 0;
}
.blog_list_style02.colImg figure {
  margin-bottom: 15px;
}
.blog_list_style02.colImg .text p {
  font-size: 1em;
}
.blog_list_style02.colImg .text .ttl {
  font-family: inherit;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #0e7cad;
}
.blog_list_style02.colImg4_blog .item {
  width: calc(96% / 4);
  margin-right: 1%;
  margin-bottom: 15px;
  position: relative;
}
.blog_list_style02.colImg4_blog .item:nth-child(4) {
  margin-right: 0;
}
.blog_list_style02.colImg4_blog .item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.blog_list_style02.colImg4_blog .item .img {
  background: url(../images/shared_blog_logo.png) center no-repeat;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
}
.blog_list_style02.colImg4_blog .item .img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog_list_style02.colImg4_blog .item .img img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
}
.blog_list_style02.colImg4_blog .item:hover a {
  opacity: 1;
}
.blog_list_style02.colImg4_blog .item:hover .img img {
  -webkit-filter: blur(5px) grayscale(50%);
          filter: blur(5px) grayscale(50%);
  -webkit-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
}
.blog_list_style02.colImg4_blog figure {
  background-color: #ddd;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .blog_list_style02.colImg4_blog .item .img {
    height: 30vw;
  }
}
@media only screen and (max-width: 768px) {
  .blog_list_style02.colImg4_blog .item .img {
    height: 280px;
  }
  .blog_list_style02.colImg4_blog figure {
    height: 260px;
  }
}
@media only screen and (max-width: 640px) {
  .blog_list_style02.colImg .list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .blog_list_style02.colImg .item {
    margin-bottom: 15px;
  }
  .blog_list_style02.colImg figure {
    margin-bottom: 5px;
  }
  .blog_list_style02.colImg .text {
    font-size: 14px;
  }
  .blog_list_style02.colImg4_blog .item {
    width: 49%;
  }
  .blog_list_style02.colImg4_blog .item .img {
    height: 48vw;
  }
  .blog_list_style02.colImg4_blog figure {
    height: 48vw;
  }
}
.blog_detail_style02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 30px;
}
.blog_detail_style02 .box_gallery {
  width: 35%;
  max-width: 400px;
}
.blog_detail_style02 .box_gallery .main_img {
  background: #ededed;
  position: relative;
  height: 400px;
  margin-bottom: 11px;
}
.blog_detail_style02 .box_gallery .main_img .item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.blog_detail_style02 .box_gallery .main_img .item.active {
  opacity: 1;
}
.blog_detail_style02 .box_gallery .main_img .img {
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 100%;
}
.blog_detail_style02 .box_gallery .main_img .img img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
}
.blog_detail_style02 .box_gallery .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog_detail_style02 .box_gallery .thumb li {
  background-color: #ededed;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: calc(100% / 8 - 4.4px);
  margin-right: 5px;
  margin-bottom: 5px;
  height: 20vw;
  max-height: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.blog_detail_style02 .box_gallery .thumb li:nth-child(8n+0) {
  margin-right: 0;
}
.blog_detail_style02 .box_gallery .thumb li:hover {
  opacity: 0.7;
}
.blog_detail_style02 .box_gallery .thumb li img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.blog_detail_style02 .box_gallery .thumb.col_5 li {
  width: calc(100% / 5 - 4px);
  max-height: 77px;
}
.blog_detail_style02 .box_gallery .thumb.col_5 li:nth-child(5) {
  margin-right: 0;
}
.blog_detail_style02 .box_gallery.withSlick .main_img {
  height: auto;
}
.blog_detail_style02 .box_gallery.withSlick .main_img .item {
  height: 400px;
}
.blog_detail_style02 .box_gallery.withSlick .main_img .item:nth-child(n) {
  display: block;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li {
  opacity: 0.5;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  z-index: 1;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li.active {
  opacity: 1;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li.active::after {
  border-color: #ff9933;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li:hover {
  opacity: 1;
}
.blog_detail_style02 .box_gallery.withSlick .controls p {
  display: table;
  cursor: pointer;
}
.blog_detail_style02 .box_gallery.withSlick .controls p:hover {
  text-decoration: underline;
}
.blog_detail_style02 .box_info {
  width: 62%;
  max-width: 710px;
}
.blog_detail_style02 .box_info .intro {
  margin-bottom: 20px;
}
.blog_detail_style02 .box_info table {
  /* &.tbl_style03{
  	th{
  		width: 38%;
  	}
  } */
}
.blog_detail_style02 .box_info table th {
  width: 30%;
  background: #f5f5f5;
  color: #1b1b1b;
}
.blog_detail_style02.noGallery .box_info {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .blog_detail_style02 .box_gallery {
    width: 100%;
    margin: 0 auto 30px;
  }
  .blog_detail_style02 .box_gallery .main_img {
    max-height: 400px;
    height: 100vw;
  }
  .blog_detail_style02 .box_info {
    width: 100%;
    margin: 0 auto;
  }
  .blog_detail_style02 .box_info table th {
    width: 100%;
  }
  .blog_detail_style02 .box_info table.tbl_style03 {
    border-bottom: none;
  }
}
.main_blog_container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_blog_container .main_blog_content {
  max-width: 100%;
  width: calc(100% - 250px);
}
.main_blog_container .main_blog_content > div {
  padding-top: 0;
}
.main_blog_container .sidebar {
  width: 220px;
}
.main_blog_container .sidebar .txt_head, .main_blog_container .sidebar .widgettitle {
  background-color: #006426;
  -webkit-transform: none;
          transform: none;
  position: static;
  display: block;
  margin-bottom: 0;
  padding: 15px 10px;
  width: 100%;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.main_blog_container .sidebar ul:not(.children) {
  background-color: #fff;
  border: 1px solid #ddebf2;
  border-top: 0;
  padding: 0 10px;
}
.main_blog_container .sidebar ul:not(.children) > li {
  border-bottom: 1px solid #959595;
  padding: 12px 10px;
  font-size: 80%;
  font-family: Meiryo, arial, clean, verdana, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.main_blog_container .sidebar ul:not(.children) > li:last-child {
  border-bottom: 0;
}
.main_blog_container .sidebar ul:not(.children) > li a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.main_blog_container .sidebar ul:not(.children) > li a:hover {
  text-decoration: none;
}
.main_blog_container .sidebar ul.children {
  padding: 7px 7px;
}
.main_blog_container .sidebar ul.children li {
  padding-bottom: 5px;
}
.main_blog_container .sidebar ul.children li:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .main_blog_container .main_blog_content {
    width: auto;
    margin: 0 auto;
  }
  .main_blog_container .sidebar {
    display: none;
  }
}
.blog_post_button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
}
.blog_post_button > div {
  border-radius: 10px;
  position: relative;
  width: 32%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
}
.blog_post_button > div a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding: 14px 10px 13px;
  max-width: 100%;
  background-color: #006426;
  border-radius: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .blog_post_button > div a:hover {
    opacity: 0.8;
  }
}
/*---------add post---------*/
.box_hp_mainvisual {
  background: #fff;
  text-align: center;
  color: #292929;
  padding: 50px 50px;
  position: absolute;
  right: 60px;
  bottom: 110px;
}

.communication .box_hp_mainvisual {
  padding: 50px 20px;
}

.main_txt {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
}

.main_txt_h {
  font-size: 35px;
}

.box_hb_stt {
  background: #FA8F20;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-weight: bold;
  height: 130px;
  width: 130px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-60%, 50%);
  transform: translate(-60%, 50%);
  margin-bottom: 0;
}

.main_hp_box .inner {
  position: relative;
  height: 100%;
}

.under #main.lexpage {
  padding: 0 0;
}

.archive_single_list_exlp .boxmain_tab a:last-child {
  border-bottom: 1px solid #dedede;
}

.lexpage .archive_single_list_exlp .list_post {
  margin-bottom: 40px;
}

.ttl_lp01 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  margin-bottom: 1.7em;
}

.ttl_lp01_s02 {
  padding-bottom: 0.85em;
}

.ttl_lp01_s02:before {
  content: "";
  width: 110px;
  height: 3px;
  background: #1c1c1c;
  position: absolute;
  bottom: 0;
  left: calc(50% - 55px);
}

.ttl_lp01 .sp_onl {
  display: none;
}

.ttl_lp01 strong {
  font-size: 140%;
}

.lpbox {
  padding: 55px 0;
}

.lpbox01 {
  background: #E9F3F5;
}

.lpbox02 {
  background: #FAF8EF;
}

.lpbox04 {
  padding-top: 10px;
}

.blog-content .entry > h3 {
  margin-bottom: 0;
}

.blog-content .entry > h4 {
  margin-top: 60px;
}

ul.list-tab01 {
  padding: 0px;
  list-style: none;
  display: none;
  max-width: 800px;
  margin: 0 auto 30px;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.list-tab01 li {
  width: calc((100% - 20px) / 3);
  background: #B7B7B7;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -4px 0px 0px #7F7F7F;
  box-shadow: inset 0px -4px 0px 0px #7F7F7F;
  margin: 0 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

ul.list-tab01 li.current {
  background: #9FBC8D;
  -webkit-box-shadow: inset 0px -4px 0px 0px #386934;
  box-shadow: inset 0px -4px 0px 0px #386934;
}

ul.list-tab01 li:nth-child(3n+3) {
  margin-right: 0;
}

.list_bxex_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.list_bxex02_col {
  width: calc((100% -40px) / 3);
  margin-right: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}

.list_bxex02_col:nth-child(3n+3) {
  margin-right: 0;
}

.list_bxex02_col:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #9FBC8D;
  border-right: 20px solid transparent;
  position: absolute;
  left: 3px;
  top: 3px;
}

.list_bxex02_ttl {
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

.list_bxex02_ttl:before {
  content: "";
  background: #9FBC8D;
  width: 60px;
  height: 3px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -10px;
}

.list_bxex02_col.list_bxex02_cl01:before {
  border-top: 10px solid #9FBC8D;
  border-right: 10px solid transparent;
}

.list_bxex02_cl01 .list_bxex02_ttl:before {
  background: #9FBC8D;
}

.list_bxex02_ttl.list_bxex02_ttl_01 {
  font-size: 20px;
  line-height: 24px;
}

.box_sub01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.list_bxex02_btn {
  margin-bottom: 0;
}

.list_bxex02_btn a {
  background: url(../images/icon_btn001.png) right 8px center no-repeat #386934;
  background-size: 15px auto;
  color: #fff;
  display: inline-block;
  padding: 3px 35px 3px 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.list_bxex02_btn a:hover {
  background-position: right 5px center;
  opacity: 0.8;
}

.list_bxex02_ttl_sub {
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

.list_bxex02_des_ttl {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.list_bxex02_des {
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}

.list_bxex02_pd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.list_bxex_02 li {
  background: #F9F9F9;
  padding: 10px 1px 10px 1px;
  width: calc((100% - 21px) / 3);
  margin: 0 10px 10px 0;
  text-align: center;
}

.list_bxex_02 li:nth-child(3n+3) {
  margin-right: 0;
}

.list_bxex_02 li.list2r img {
  margin-bottom: 5px;
}

.list_bxex_02 li img {
  display: block;
  margin: 0 auto 8px;
}

.list_bxex_02 li span {
  font-size: 11px;
  line-height: 14px;
  display: block;
}

.under_post {
  font-size: 17px;
}

.center_img {
  max-width: 800px;
  margin: 0 auto 1.5em;
  text-align: center;
}

.inbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.tag_cate {
  border: 1px solid #E5127C;
  color: #E5127C;
  font-size: 12px;
  font-weight: bold;
  margin-right: 8px;
  line-height: 20px;
  padding: 0 12px;
}

.post_date {
  font-size: 16px;
  font-weight: bold;
}

.img_wcap_ct {
  margin: 40px auto 40px;
  text-align: center;
}

.img_wcap_ct img {
  max-height: 500px;
}

.box_center {
  max-width: 760px;
  margin: 0 auto 40px;
}

p:empty {
  display: none;
}

.note01 {
  margin-bottom: 30px;
}

.note01 {
  position: relative;
  padding-left: 20px;
  line-height: 1.6em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.note01:before {
  content: "※";
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0;
}

.note01.note_c {
  margin-top: 20px;
  color: #D90029;
}

.note01.note_c:before {
  color: #D90029;
}

.box_ctwimg {
  clear: both;
  margin-bottom: 40px;
}

.box_ctwimg p:last-child {
  margin-bottom: 0;
}

.img_r {
  max-width: 420px;
  float: right;
  margin: 0 0 20px 40px;
}

.img_l {
  max-width: 420px;
  float: left;
  margin: 0 40px 20px 0;
}

.catption_txt {
  padding-top: 10px;
  color: #8E8E8E;
  font-size: 15px;
  display: block;
  letter-spacing: -0.05em;
}

.box_lig01 {
  position: relative;
  padding: 40px;
  background: #e3edf7;
  margin-bottom: 40px;
}

.box_lig01 p:last-child {
  margin-bottom: 0;
}

.box_lig02 {
  position: relative;
  padding: 40px;
  background: #F7F7F7;
  margin-bottom: 40px;
}

.box_lig02 p:last-child {
  margin-bottom: 0;
}

.maint0 {
  margin-top: 0;
}

blockquote p,
blockquote li,
blockquote dt,
blockquote dd,
blockquote a {
  font-size: 16px;
}

blockquote {
  position: relative;
  padding: 25px 30px 25px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F7F7F7;
  margin-bottom: 40px;
  border-left: 2px solid #E5127C;
  /*     -webkit-box-shadow: 3px 3px 5px 6px #ccc; 
    -moz-box-shadow:    3px 3px 5px 6px #ccc;   */
  -webkit-box-shadow: 1px 2px 2px 0px #e0e0e0;
  box-shadow: 1px 2px 2px 0px #e0e0e0;
}

blockquote:before {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2;
  /*background: url(../images/icon_quote.png) no-repeat;*/
  background-size: 40px;
  width: 50px;
  height: 50px;
  content: "";
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

@media screen and (max-width: 960px) {
  .img_l {
    max-width: 300px;
    margin: 0 20px 15px 0;
  }

  .img_r {
    max-width: 300px;
    margin: 0 0px 15px 20px;
  }
}
/* END BLOG
------------------------------------------------------------------------*/
/* START Mail
------------------------------------------------------------------------*/
.contact-form-style01 .contact-table {
  background-size: cover;
  width: 100%;
  margin: 0 auto 0px;
  overflow: hidden;
  position: relative;
}
.contact-form-style01 .contact-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-form-style01 .contact-table input, .contact-form-style01 .contact-table select, .contact-form-style01 .contact-table textarea {
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 1rem;
}
.contact-form-style01 .contact-table input {
  width: 100%;
}
.contact-form-style01 .contact-table textarea {
  max-width: 100%;
  width: 100%;
  height: 7em;
}
.contact-form-style01 .contact-table input, .contact-form-style01 .contact-table textarea {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-form-style01 .contact-table input[type=radio],
.contact-form-style01 .contact-table input[type=checkbox] {
  margin: 5px 3px 5px 0px;
  width: auto;
}
.contact-form-style01 .contact-table [readonly*=readonly] {
  background: none;
  border: 0;
  font-weight: bold;
}
.contact-form-style01 .contact-table dl {
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-form-style01 .contact-table dl:last-child dt, .contact-form-style01 .contact-table dl:last-child dd {
  border-bottom: 0px;
}
.contact-form-style01 .contact-table dt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  padding: 15px 20px;
  font-size: 20px;
}
.contact-form-style01 .contact-table dt span {
  display: inline-block;
  border-radius: 7px;
  padding: 2px 7px;
  margin-left: 5px;
  font-size: 70%;
  line-height: 1;
}
.contact-form-style01 .contact-table dd {
  width: calc(100% - 400px);
  padding: 15px 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form-style01 .contact-table .postal_code {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form-style01 .contact-table .inline span {
  max-width: 75px;
  margin: 0 5px;
  text-align: center;
}
.contact-form-style01 .contact-table .inline input {
  text-align: center;
}
.contact-form-style01 .contact-table .clockpicker input {
  width: 70px;
  text-align: center;
}
.contact-form-style01 .contact-table input:not([type=radio]):not([type=checkbox]):focus, .contact-form-style01 .contact-table textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contact-form-style01 .confirm-table textarea {
  resize: none;
  width: 100%;
}
.contact-form-style01 .confirm-table input:not([type=radio]):not([type=checkbox]):focus, .contact-form-style01 .confirm-table textarea:focus {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form-style01 .input_btn, .contact-form-style01 .button.thanks_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 520px;
  margin: 40px auto 0;
}
.contact-form-style01 .input_btn input, .contact-form-style01 .input_btn a, .contact-form-style01 .button.thanks_btn input, .contact-form-style01 .button.thanks_btn a {
  color: inherit;
  text-decoration: none;
}
.contact-form-style01 .input_btn input[type=button], .contact-form-style01 .input_btn input[type=submit], .contact-form-style01 .button.thanks_btn {
  display: block;
  width: 200px;
  height: 45px;
  border: none;
  padding: 10px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
}
.contact-form-style01 .input_btn input[type=button]:hover, .contact-form-style01 .input_btn input[type=submit]:hover, .contact-form-style01 .button.thanks_btn:hover {
  opacity: 0.8;
}
.contact-form-style01 .input_btn input[type=button], .contact-form-style01 .input_btn input[type=submit], .contact-form-style01 .button.thanks_btn {
  background-color: #006426;
  color: #fff;
  border-radius: 30px;
}
.contact-form-style01 .contact-table {
  border: 1px solid #006426;
}
.contact-form-style01 .contact-table input, .contact-form-style01 .contact-table select, .contact-form-style01 .contact-table textarea {
  border-color: #ddd;
}
.contact-form-style01 .contact-table dt {
  background-color: #006426;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.contact-form-style01 .contact-table dt span {
  background-color: #ffffff;
  color: #ff3c7f;
}
.contact-form-style01 .contact-table dd {
  border-bottom: 1px solid #006426;
}
.contact-form-style01 .wpcf7-not-valid-tip {
  display: block;
  margin: 3px 7px 0;
}
.contact-form-style02 {
  background: url(../images/contact-form-bg.jpg);
  padding: 80px 50px 80px;
}
.contact-form-style02 .contact-table {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-form-style02 .contact-table input:not([type=radio]):not([type=checkbox]), .contact-form-style02 .contact-table textarea {
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  display: block;
  border-radius: 0;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px dashed;
  -webkit-transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}
.contact-form-style02 .contact-table textarea {
  max-width: 100%;
  border: 1px dashed;
  padding: 20px;
}
.contact-form-style02 .contact-table dl {
  position: relative;
  z-index: 0;
  width: 49%;
  margin-bottom: 60px;
}
.contact-form-style02 .contact-table dl:last-child {
  margin-bottom: 0;
}
.contact-form-style02 .contact-table dl dt {
  font-size: 0.9em;
}
.contact-form-style02 .contact-table dl dt span {
  position: relative;
  top: -0.1em;
  display: inline-block;
  padding: 0px 5px;
  margin-left: 8px;
  border-radius: 7px;
  font-size: 0.7em;
}
.contact-form-style02 .contact-table dl.inline dd {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form-style02 .contact-table dl.inline input {
  text-align: center;
}
.contact-form-style02 .contact-table dl.hasBD dd {
  padding: 15px;
  border: 1px dashed;
  -webkit-transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.contact-form-style02 .contact-table dl.full {
  width: 100%;
  padding: 20px 0;
}
.contact-form-style02 .contact-table dl.full dt {
  padding-bottom: 15px;
}
.contact-form-style02 .contact-table dl:not(.full) dt {
  position: absolute;
  z-index: 0;
  bottom: 15px;
  left: 0px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact-form-style02 .contact-table dl:not(.full) dd {
  padding: 0px 0px;
}
.contact-form-style02 .contact-table dl:not(.full).non-empty dt, .contact-form-style02 .contact-table dl:not(.full).focus dt {
  bottom: -5px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 0.75em;
}
.contact-form-style02 .contact-table dl:not(.full) .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: -1;
}
.contact-form-style02 .confirm-table dl:not(.hasBD):not(.non-empty) {
  opacity: 0.45;
}
.contact-form-style02 .wpcf7-not-valid-tip {
  display: block;
  text-align: right;
}
.contact-form-style02 .input_btn, .contact-form-style02 .button.thanks_btn {
  position: relative;
  display: table;
  margin: 40px auto 0;
  height: 45px;
}
.contact-form-style02 .input_btn input, .contact-form-style02 .input_btn a, .contact-form-style02 .button.thanks_btn input, .contact-form-style02 .button.thanks_btn a {
  color: inherit;
}
.contact-form-style02 .input_btn::before, .contact-form-style02 .input_btn::after, .contact-form-style02 .button.thanks_btn::before, .contact-form-style02 .button.thanks_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.34, 0.36, 0.06, 1.01);
  transition: all 0.3s cubic-bezier(0.34, 0.36, 0.06, 1.01);
}
.contact-form-style02 .input_btn::before, .contact-form-style02 .button.thanks_btn::before {
  top: 0;
}
.contact-form-style02 .input_btn::after, .contact-form-style02 .button.thanks_btn::after {
  bottom: 0;
}
.contact-form-style02 .input_btn:hover::before, .contact-form-style02 .button.thanks_btn:hover::before {
  top: 100%;
  width: 80%;
}
.contact-form-style02 .input_btn:hover::after, .contact-form-style02 .button.thanks_btn:hover::after {
  bottom: -7px;
  width: 60%;
}
.contact-form-style02 .input_btn input[type=button], .contact-form-style02 .input_btn input[type=submit], .contact-form-style02 .button.thanks_btn {
  background-color: transparent;
  border: none;
  outline: 0;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}
.contact-form-style02 .input_btn, .contact-form-style02 .button.thanks_btn {
  color: #333;
}
.contact-form-style02 .input_btn::before, .contact-form-style02 .input_btn::after, .contact-form-style02 .button.thanks_btn::before, .contact-form-style02 .button.thanks_btn::after {
  background-color: #fcbb45;
}
.contact-form-style02 .contact-table input, .contact-form-style02 .contact-table textarea {
  background-color: transparent;
  border-color: #a1a3a2;
  color: #495057;
}
.contact-form-style02 .contact-table input:focus, .contact-form-style02 .contact-table textarea:focus {
  border-color: #000;
  color: #495057;
}
.contact-form-style02 .contact-table dl.hasBD dd {
  border-color: #a1a3a2;
  color: #495057;
}
.contact-form-style02 .contact-table dl.hasBD.focus dd {
  border-color: #000;
  color: #495057;
}
.contact-form-style02 .contact-table dl dt {
  font-size: 0.9em;
}
.contact-form-style02 .contact-table dl dt span {
  background-color: #353535;
  color: #ffffff;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 80%;
  color: #ff3c7f;
}

.wpcf7-response-output {
  padding-top: 20px;
}

.wpcf7-list-item {
  margin-right: 15px;
}

.wpcf7-list-item-label {
  color: #000;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.captcha_box {
  display: table;
  margin: 50px auto 0;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .contact-form-style01 .contact-table dt {
    width: 40%;
  }
  .contact-form-style01 .contact-table dd {
    width: 60%;
  }
  .contact-form-style02 {
    padding: 50px 30px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form-style01 .contact-table dl {
    display: block;
  }
  .contact-form-style01 .contact-table dt, .contact-form-style01 .contact-table dd {
    width: 100%;
  }
  .contact-form-style01 .contact-table dd {
    border-color: transparent;
  }
  .contact-form-style01 .contact-table input, .contact-form-style01 .contact-table textarea {
    width: 100%;
  }
  .contact-form-style01 .contact-table input[type=checkbox], .contact-form-style01 .contact-table input[type=radio] {
    width: auto;
  }
  .contact-form-style01 .wpcf7-list-item {
    display: block;
  }
  .contact-form-style02 {
    padding: 40px 30px 40px;
  }
  .contact-form-style02 .contact-table input, .contact-form-style02 .contact-table textarea {
    padding-bottom: 20px;
    text-align: center;
  }
  .contact-form-style02 .contact-table dl {
    width: 100%;
  }
  .contact-form-style02 .contact-table dl dt {
    width: 100%;
    text-align: center;
  }
  .contact-form-style02 .contact-table dl:not(.full) dt {
    bottom: 20px;
  }
  .contact-form-style02 .contact-table dl:not(.full).non-empty dt, .contact-form-style02 .contact-table dl:not(.full).focus dt {
    font-size: 0.9em;
  }
  .contact-form-style02 .wpcf7-not-valid-tip {
    text-align: center;
  }
}
/* END Mail*/
/*==========================================================================*/
/*==========================================================================*/
#wpadminbar {
  display: none;
}

/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*pc*/
footer .copyright p{padding: 0;margin: 0;}
footer .copyright{padding: 15px 0 16px 0;margin-top: 0;}
footer .copyright .textwidget p {color:#fff;letter-spacing:.1em;font-size:13px;text-align:center;}
.flex_b{display: flex;justify-content: center;align-items: center;}
footer .copyright p.copy_img{padding-right: 20px;margin-right: 20px;position: relative;}
footer .copyright p.copy_img:after{content:'';position: absolute;right: 0;top: 0;bottom: 0;margin: auto;height: 80%;width: 1px;background-color: rgba(255, 255, 255, 0.8);}
