@charset "UTF-8";
@import url(../css/base.css);
@import url(../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=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes:wght@300;400;500;700&display=swap");
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
  font-family: "Noto Serif JP", serif; }
  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(#065f19), to(rgba(6, 95, 25, 0.70632)));
    background: -webkit-linear-gradient(bottom, #065f19 0%, rgba(6, 95, 25, 0.70632) 100%);
    background: linear-gradient(0deg, #065f19 0%, rgba(6, 95, 25, 0.70632) 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(6, 95, 25, 0.563463)), to(rgba(6, 95, 25, 0.647496)));
    background: -webkit-linear-gradient(bottom, rgba(6, 95, 25, 0.563463) 0%, rgba(6, 95, 25, 0.647496) 100%);
    background: linear-gradient(0deg, rgba(6, 95, 25, 0.563463) 0%, rgba(6, 95, 25, 0.647496) 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: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none; }
  a:hover, a:active {
    color: #ff8b36;
    text-decoration: none; }

a:not([target*="_blank"]) {
  -webkit-transition: opacity 0.3s ease;
  -o-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: #f29823; }
  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; }

.wrapper {
  overflow: hidden; }

.inner {
  max-width: 1170px;
  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 5px auto; }

.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; } }

.accBtn::before, .accBtn::after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-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;
  -o-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;
    -o-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;
      -o-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);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease;
    -o-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);
      -ms-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: -webkit-flex;
  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;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 45px;
  right: 95px; }
  .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: 42px;
    height: 42px;
    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: .5s;
  animation-duration: .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;
  top: 200px;
  right: -120px;
  z-index: 15;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  display: none; }
  .fixed_banner::before {
    content: "\00ab";
    -webkit-transform: translate(-100%, -50%) scaleX(0.6);
    -ms-transform: translate(-100%, -50%) scaleX(0.6);
    transform: translate(-100%, -50%) scaleX(0.6);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    font-size: 1.2em;
    line-height: 1;
    -webkit-animation: fixed_banner 0.4s ease infinite alternate forwards;
    animation: fixed_banner 0.4s ease infinite alternate forwards; }
  .fixed_banner:hover {
    right: 0; }
  .fixed_banner > div {
    display: -webkit-flex;
    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;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .fixed_banner > div:not(.tel):hover {
      opacity: 0.7; }
  .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.222222222222222;
    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: 8px; }
  .fixed_banner .tel {
    background-color: #065f19;
    height: 380px; }
    .fixed_banner .tel p {
      padding: 0 25px;
      font-size: 28px;
      font-weight: 600;
      letter-spacing: 0em;
      line-height: 0.97; }
      .fixed_banner .tel p::before {
        background-image: url("../images/shared_fixed_bnr_icon01.png");
        background-size: auto 17px;
        height: 17px; }
      .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: #ccc;
    height: 90px; }
    .fixed_banner .web p {
      font-size: 18px;
      font-weight: 500; }
      .fixed_banner .web p::before {
        background-image: url("../images/shared_fixed_bnr_icon02.png");
        background-size: auto 22px;
        height: 22px; }
  .fixed_banner .mail {
    background-color: #dcdcdc;
    height: 90px; }
    .fixed_banner .mail p {
      font-size: 18px;
      font-weight: 500; }
      .fixed_banner .mail p::before {
        background-image: url("../images/shared_fixed_bnr_icon03.png");
        background-size: auto 16px;
        height: 16px; }

@media only screen and (min-width: 769px) {
  .fixed_banner {
    width: 140px;
    height: 300px; }
    .fixed_banner .tel {
      height: 120px; }
      .fixed_banner .tel p {
        padding: 0;
        text-align: left; }
        .fixed_banner .tel p i {
          display: block; }
        .fixed_banner .tel p span {
          -webkit-writing-mode: lr-tb;
          -ms-writing-mode: lr-tb;
          writing-mode: lr-tb; } }

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .fixed_banner {
    width: 70px; }
    .fixed_banner .tel {
      height: 270px; }
      .fixed_banner .tel p {
        font-size: 18px; }
    .fixed_banner .web p, .fixed_banner .mail p {
      font-size: 15px; }
  .under .fixed_banner {
    width: 90px; } }

.btn-group .btn a {
  display: block; }

.btn-group .btn.style01, .btn-group .btn.style02 {
  width: 100%;
  min-width: 180px;
  max-width: 300px;
  overflow: hidden; }
  .btn-group .btn.style01 a, .btn-group .btn.style02 a {
    padding: 11px 10px 12px;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    text-align: center; }
    .btn-group .btn.style01 a:hover, .btn-group .btn.style02 a:hover {
      opacity: 1;
      background-color: #9cb5ba; }
    .btn-group .btn.style01 a::after, .btn-group .btn.style02 a::after {
      content: "";
      position: absolute;
      right: 5px;
      bottom: 5px;
      border: 4px solid #fff;
      border-left-color: transparent;
      border-top-color: transparent; }
  .btn-group .btn.style01.md a, .btn-group .btn.md.style02 a {
    font-size: 18px; }
    .btn-group .btn.style01.md a::after, .btn-group .btn.md.style02 a::after {
      font-size: 23px; }

.btn-group .btn.bg01 a {
  background-color: #659cc1; }

.btn-group .btn.bg02 a {
  background-color: #f4bf0c; }

.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%);
  -ms-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-group .btn.style02 a, .btn.style02 a {
    font-size: 14px; }
  .totop {
    right: 10px; }
    .totop .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: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20; }

.header_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 96px 0 91px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto; }

.logo {
  width: 25%;
  max-width: 291px;
  display: -webkit-flex;
  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; }
  .logo a {
    display: block;
    width: 100%;
    text-align: center; }

.right_head {
  width: 72%;
  max-width: 945px;
  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; }

.pc_navi {
  width: 100%;
  margin-right: -30px;
  margin-top: 11px; }
  .pc_navi > ul {
    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; }
    .pc_navi > ul > li {
      position: relative; }
      .pc_navi > ul > li:nth-of-type(1) {
        width: 13%; }
      .pc_navi > ul > li:nth-of-type(2) {
        width: 18%; }
      .pc_navi > ul > li:nth-of-type(3) {
        width: 18%; }
      .pc_navi > ul > li:nth-of-type(4) {
        width: 18%; }
      .pc_navi > ul > li:nth-of-type(5) {
        width: 16%; }
      .pc_navi > ul > li:nth-of-type(6) {
        width: 14%; }
      .pc_navi > ul > li > a, .pc_navi > ul > li > p {
        position: relative;
        margin: 0;
        width: 100%;
        text-decoration: none;
        text-align: right;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        color: #fff;
        text-shadow: 0px 0px 4px #5b5b5b, 0px 0px 4px #5b5b5b;
        -webkit-transition: all 0.2s ease;
        -o-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.66666666666667%;
          font-weight: 600;
          color: #333; }
        .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: 5px;
            left: calc(50% - 6px);
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
        .pc_navi > ul > li > a::after, .pc_navi > ul > li > p::after {
          position: absolute;
          left: 50%;
          bottom: -15px;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          height: 3px;
          width: 30px;
          background: #ffffff;
          -webkit-box-shadow: 0px 0px 4px #5b5b5b, 0px 0px 4px #5b5b5b;
          box-shadow: 0px 0px 4px #5b5b5b, 0px 0px 4px #5b5b5b;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
      .pc_navi > ul > li:hover a::after, .pc_navi > ul > li:hover p::after {
        content: ''; }
      .pc_navi > ul > li.home a::before {
        width: 100%;
        height: 16px;
        display: block;
        margin-bottom: 10px; }
    .pc_navi > ul .subInner {
      position: absolute;
      width: 220px;
      right: 50%;
      bottom: 0px;
      padding-top: 0px;
      -webkit-transform: translate(50%, 100%);
      -ms-transform: translate(50%, 100%);
      transform: translate(50%, 100%);
      -webkit-transition: all 0.2s ease-in-out;
      -o-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(0, 0, 0, 0.5);
        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;
            -o-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: "\203A";
              display: block;
              position: absolute;
              top: 50%;
              left: 10px;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              font-size: 14px; }

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .header_top {
    padding: 30px 20px 0 20px; }
  .pc_navi {
    margin-right: 0; }
    .pc_navi > ul > li > a, .pc_navi > ul > li p {
      font-size: 18px; } }

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .header_top {
    padding: 30px 10px 0 10px; }
  .pc_navi > ul > li > a, .pc_navi > ul > li p {
    font-size: 14px; } }

footer {
  background: url(../images/ft_bg.jpg) right center no-repeat;
  background-size: cover;
  padding: 79px 0 20px;
  position: relative; }
  footer p {
    margin-bottom: 0; }
  footer .ft_logo {
    padding: 0px 0 27px; }
  footer .ft_info, footer .ft_map {
    width: 50%;
    max-width: 585px; }
  footer .ft_info {
    padding-right: 10px; }
    footer .ft_info .des {
      color: #000;
      letter-spacing: 0.18em;
      font-weight: 500;
      line-height: 1.5; }
    footer .ft_info .tel {
      margin: 10px 0 6px 0; }
      footer .ft_info .tel a {
        display: inline-block;
        pointer-events: none; }
      footer .ft_info .tel p {
        padding-left: 38px;
        margin: 0;
        color: #065f19;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        line-height: 1.2;
        font-size: 34px;
        background: url(../images/ft_icon_tel.png) left top 5px no-repeat;
        background-size: 27px 27px;
        display: table; }
    footer .ft_info .ft_link {
      max-width: 420px;
      border: 1px solid #065f19;
      background-color: #ebfbee;
      background-image: url(../images/ft_img02.jpg);
      background-repeat: no-repeat;
      background-position: center;
      position: relative; }
      footer .ft_info .ft_link::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 22px;
        border-top: 1.5px solid #065f19;
        border-right: 1.5px solid #065f19;
        width: 10px;
        height: 10px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
      footer .ft_info .ft_link a {
        display: block; }
      footer .ft_info .ft_link p {
        margin: 0;
        padding: 11px 30px;
        color: #065f19;
        font-weight: 500;
        letter-spacing: 0.08em;
        font-size: 18px;
        text-align: center; }
  footer .copyright p {
    padding: 12px 0;
    color: #555;
    letter-spacing: 0.15em;
    font-size: 14px;
    text-align: center; }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  footer .ft_info .ft_link p {
    font-size: 15px; } }

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.home_page .key {
  background: url(../images/idx_key01.png) no-repeat center;
  background-size: cover;
  height: 960px;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .home_page .key .inner {
    position: relative;
    height: 100%;
    padding: 0; }
  .home_page .key .key_text {
    position: relative;
    max-width: 1190px;
    margin: auto;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 10px; }
    .home_page .key .key_text .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -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;
      padding-top: 138px;
      height: 960px; }
  .home_page .key h2 {
    font-size: 48px;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 4px #5b5b5b, 0px 0px 4px #5b5b5b; }
  .home_page .key .txt_small {
    font-size: 26px;
    padding: 20px 0 0;
    letter-spacing: 0.17em;
    text-shadow: 0px 0px 4px #5b5b5b, 0px 0px 4px #5b5b5b;
    line-height: 1.8; }

.home_page .topic_path {
  display: none; }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .home_page .key h2 {
    font-size: 36px; }
  .home_page .key .txt_small {
    font-size: 22px; } }

.key:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-top: 120px solid #065f19;
  border-right: 63vw solid transparent; }

.idx_ttl {
  margin-bottom: 35px;
  padding-bottom: 10px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 42px;
  position: relative; }
  .idx_ttl::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #065f19; }
  .idx_ttl span {
    display: block;
    font-size: 61.9%; }
  .idx_ttl .small {
    font-weight: 500;
    letter-spacing: 0.18em; }
  .idx_ttl .eng {
    font-size: 42.86%;
    font-family: "Roboto", sans-serif;
    color: #065f19;
    font-weight: 400;
    letter-spacing: 0.2em; }
  .idx_ttl.center {
    text-align: center; }
    .idx_ttl.center::after {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.idx_h4 {
  margin-bottom: 25px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-size: 24px; }

.idx_common01 {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .idx_common01 .col_info {
    width: 43%;
    max-width: 490px; }
    .idx_common01 .col_info p {
      max-width: 335px; }
    .idx_common01 .col_info .idx_ttl {
      margin-bottom: 54px; }
      .idx_common01 .col_info .idx_ttl .small {
        margin-bottom: -6px; }
    .idx_common01 .col_info .idx_h4 {
      margin-bottom: 28px; }
  .idx_common01 .col_list {
    width: 57%;
    max-width: 680px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translateX(-5.8%);
    -ms-transform: translateX(-5.8%);
    transform: translateX(-5.8%); }
    .idx_common01 .col_list .list {
      width: 48%;
      max-width: 196px;
      margin: 0 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .idx_common01 .col_list .list01 {
      margin-right: 25px; }
    .idx_common01 .col_list .list02 {
      -webkit-transform: translateY(35%) translateX(-39%) rotate(45deg);
      -ms-transform: translateY(35%) translateX(-39%) rotate(45deg);
      transform: translateY(35%) translateX(-39%) rotate(45deg); }
    .idx_common01 .col_list .item {
      width: 100%;
      height: 0;
      margin-bottom: 30px;
      padding-bottom: 100%;
      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; }
      .idx_common01 .col_list .item::before {
        content: '';
        position: absolute;
        left: 6px;
        right: 6px;
        bottom: 6px;
        top: 6px;
        border: 1px dashed rgba(255, 255, 255, 0.3);
        width: calc(100% - 14px);
        height: calc(100% - 14px); }
      .idx_common01 .col_list .item .ttl {
        width: 100%;
        padding-top: 60px;
        margin-bottom: 0;
        color: #ffffff;
        text-align: center;
        line-height: 1.5;
        font-weight: 200;
        font-size: 22px;
        position: relative;
        position: absolute;
        left: 44%;
        top: 40%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
        .idx_common01 .col_list .item .ttl::before {
          position: absolute;
          left: 47%;
          top: 0;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          color: #ffffff;
          font-family: "Roboto", sans-serif;
          line-height: 1;
          font-weight: 200;
          font-size: 40px; }
    .idx_common01 .col_list .item01 {
      background: #cc3333; }
      .idx_common01 .col_list .item01 .ttl::before {
        content: '01'; }
    .idx_common01 .col_list .item02 {
      background: #ff9900; }
      .idx_common01 .col_list .item02 .ttl::before {
        content: '02'; }
    .idx_common01 .col_list .item03 {
      background: #669933; }
      .idx_common01 .col_list .item03 .ttl::before {
        content: '03'; }
    .idx_common01 .col_list .item04 {
      background: #005d9a; }
      .idx_common01 .col_list .item04 .ttl::before {
        content: '04'; }

.idx_btn {
  width: 100%;
  max-width: 220px;
  margin: 23px auto 0 auto;
  background: #527a16; }
  .idx_btn a {
    padding: 13px 10px;
    display: block;
    position: relative;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 100;
    color: #ffffff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .idx_btn a::after {
      content: '';
      position: absolute;
      bottom: 2px;
      right: 2px;
      border-bottom: 9px solid #fff;
      border-left: 9px solid transparent; }
    .idx_btn a:hover {
      letter-spacing: 0.2em; }

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx_common01 .col_list .list {
    max-width: 180px; } }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx_common01 .col_list {
    -webkit-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    transform: translateX(-8%); }
    .idx_common01 .col_list .list {
      max-width: 140px;
      margin: 0 13px; }
    .idx_common01 .col_list .list02 {
      -webkit-transform: translateY(36%) translateX(-39%) rotate(45deg);
      -ms-transform: translateY(36%) translateX(-39%) rotate(45deg);
      transform: translateY(36%) translateX(-39%) rotate(45deg); }
    .idx_common01 .col_list .item {
      margin-bottom: 20px; }
      .idx_common01 .col_list .item .ttl {
        padding-top: 36px;
        font-size: 17px; }
        .idx_common01 .col_list .item .ttl::before {
          font-size: 32px; }
  .idx_common01 .col_info .idx_ttl {
    margin-bottom: 35px;
    font-size: 3.5vw; }
  .idx_common01 .col_info .idx_h4 {
    font-size: 22px; } }

.idx01 {
  margin-top: -190px;
  padding: 257px 0 111px 0;
  background: url(../images/idx01_bg01.jpg) top right 12% no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0; }
  .idx01 .idx_ttl {
    margin-bottom: 32px; }
  .idx01_box {
    max-width: 1556px;
    padding: 0 10px;
    margin: 0 auto;
    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; }
  .idx01_greet {
    width: 10%;
    max-width: 148px;
    margin-bottom: 45px;
    color: rgba(0, 0, 0, 0.08);
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    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;
    word-wrap: break-word;
    font-size: 105px;
    letter-spacing: 0.2em; }
  .idx01_thumb {
    width: 53%;
    max-width: 780px;
    padding-bottom: 62px; }
    .idx01_thumb p {
      margin-bottom: 18px;
      color: #000000;
      letter-spacing: 0.07em; }
  .idx01_img {
    width: 39%;
    max-width: 596px;
    margin-left: -30px; }

@media only screen and (max-width: 1280px) and (min-width: 1001px) {
  .idx01_box {
    position: relative;
    padding-left: 9vw; }
  .idx01_greet {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    font-size: 8vw;
    width: 8vw;
    text-align: center;
    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; }
  .idx01_thumb {
    width: 64%; } }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx01 {
    padding: 440px 0 111px 0; }
    .idx01_box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .idx01_greet {
      width: auto;
      max-width: auto;
      font-size: 105px;
      letter-spacing: 0.2em;
      position: absolute;
      left: 10%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .idx01_thumb {
      width: 100%;
      max-width: 100%;
      margin-top: 20px;
      padding-bottom: 0;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .idx01_thumb p {
        margin-bottom: 10px; }
    .idx01_img {
      width: 100%;
      max-width: 450px;
      margin: 0 auto;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.idx02 {
  margin-top: -184px;
  padding: 190px 0 206px 0;
  background: url(../images/idx02_bg.png) top right 40% no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .idx02::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/idx02_img01.png) bottom right no-repeat;
    background-size: contain;
    width: 26%;
    max-width: 494px;
    height: 100%;
    z-index: -1; }
  .idx02 .idx_common01 .col_info {
    padding-top: 127px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .idx02 .idx_common01 .col_info p {
      margin-left: auto; }
  .idx02 .idx_common01 .col_list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .idx02 .idx_ttl {
    color: #065f19;
    text-align: right;
    font-weight: 500;
    letter-spacing: 0.05em; }
    .idx02 .idx_ttl::after {
      right: 0;
      left: auto; }
  .idx02 .idx_h4 {
    text-align: right; }

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx02 .inner {
    padding: 0 10px; } }

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx02 .idx_ttl {
    font-size: 36px; } }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx02 {
    margin-top: -140px;
    padding: 170px 0 180px 0; } }

.idx03_head {
  padding: 40px 0;
  position: relative; }
  .idx03_head::before {
    content: '';
    position: absolute;
    background: url(../images/idx03_bg_head.png) right center no-repeat;
    background-size: cover;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 74%; }
  .idx03_head .idx_ttl {
    padding-top: 30px;
    padding-bottom: 12px;
    margin: 0;
    color: #ffffff;
    font-weight: 500; }
    .idx03_head .idx_ttl::after {
      background: #ffffff; }
    .idx03_head .idx_ttl .small {
      margin-bottom: -5px;
      letter-spacing: 0.1em; }

.idx03_box {
  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; }
  .idx03_box .col_l, .idx03_box .col_r {
    width: 50%;
    padding: 60px 30px 51px 30px;
    background-repeat: no-repeat;
    background-size: cover; }
  .idx03_box .info {
    width: 80%;
    max-width: 555px; }
  .idx03_box .thumb {
    margin-bottom: 52px; }
    .idx03_box .thumb .idx_h4 {
      margin-bottom: 31px;
      padding: 12px 10px 12px 48px;
      font-weight: 400;
      line-height: 1.4;
      color: #ffffff;
      position: relative; }
      .idx03_box .thumb .idx_h4::before {
        position: absolute;
        left: -18px;
        top: -17px;
        font-family: "Great Vibes", cursive;
        letter-spacing: 0.1em;
        font-size: 30px;
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg); }
    .idx03_box .thumb p {
      letter-spacing: 0.02em; }
    .idx03_box .thumb:last-child {
      margin-bottom: 0; }

.idx03_box01 .col_l {
  background-image: url(../images/idx03_img01.jpg);
  background-position: left center;
  background-position: left 19% center; }
  .idx03_box01 .col_l .idx_h4 {
    background: #ff9900; }
    .idx03_box01 .col_l .idx_h4::before {
      color: #935800; }
  .idx03_box01 .col_l .thumb01 .idx_h4::before {
    content: 'Benefits'; }
  .idx03_box01 .col_l .thumb02 .idx_h4::before {
    content: 'Boost'; }
  .idx03_box01 .col_l .info {
    margin-left: auto; }

.idx03_box01 .col_r {
  background-image: url(../images/idx03_img02.jpg);
  background-position: right center;
  background-position: right 24% center; }
  .idx03_box01 .col_r .idx_h4 {
    background: #005d9a; }
    .idx03_box01 .col_r .idx_h4::before {
      color: #2babff; }
  .idx03_box01 .col_r .thumb01 .idx_h4::before {
    top: -34px;
    content: 'Support lawyers';
    font-size: 36px; }
  .idx03_box01 .col_r .thumb02 .idx_h4::before {
    content: 'Law firms'; }

.idx03_box02 .col_l, .idx03_box02 .col_r {
  padding: 60px 25px 51px 25px; }

.idx03_box02 .col_l {
  background-image: url(../images/idx03_img03.jpg);
  background-position: right center;
  background-position: right 16% center; }
  .idx03_box02 .col_l .idx_h4 {
    background: #669933; }
    .idx03_box02 .col_l .idx_h4::before {
      color: #306000; }
  .idx03_box02 .col_l .thumb01 .idx_h4::before {
    left: -22px;
    top: -20px;
    content: 'Real estate'; }
  .idx03_box02 .col_l .thumb02 .idx_h4::before {
    content: 'Philosophy'; }

.idx03_box02 .col_r {
  background-image: url(../images/idx03_img04.jpg);
  background-position: left center;
  background-position: left 41% center; }
  .idx03_box02 .col_r .idx_h4 {
    background: #cc3333; }
    .idx03_box02 .col_r .idx_h4::before {
      color: #550000; }
  .idx03_box02 .col_r .thumb01 .idx_h4::before {
    left: -23px;
    top: -27px;
    content: 'School problems'; }
  .idx03_box02 .col_r .thumb02 .idx_h4::before {
    content: 'Application'; }
  .idx03_box02 .col_r .info {
    margin-left: auto; }

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx03_box .thumb p {
    text-shadow: 0 0 3px #fff; } }

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx03_box .thumb .idx_h4 .pc_only {
    display: none; } }

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx03_box .col_l, .idx03_box .col_r {
    padding: 50px 15px; }
  .idx03_box .thumb .idx_h4 {
    padding: 10px 10px 10px 20px;
    font-size: 22px; } }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx03_head::before {
    width: 75%; }
  .idx03_head .idx_ttl {
    font-size: 29px; }
  .idx03_box .col_l, .idx03_box .col_r {
    width: 100%;
    padding: 40px 10px 40px 10px; }
  .idx03_box .thumb {
    margin-bottom: 30px; }
    .idx03_box .thumb .idx_h4 {
      margin-bottom: 20px;
      padding: 10px; }
      .idx03_box .thumb .idx_h4::before {
        font-size: 20px;
        left: -10px;
        top: -10px; }
  .idx03_box01 .col_l {
    background-position: left 19% center; }
  .idx03_box01 .col_r {
    background-position: right 24% center; }
    .idx03_box01 .col_r .thumb01 .idx_h4::before {
      top: -18px;
      font-size: 20px; }
  .idx03_box02 .col_l, .idx03_box02 .col_r {
    padding: 40px 10px 40px 10px; }
  .idx03_box02 .col_l {
    background-position: right 16% center; }
    .idx03_box02 .col_l .thumb01 .idx_h4::before {
      left: -10px;
      top: -10px; }
  .idx03_box02 .col_r {
    background-position: left 41% center; }
    .idx03_box02 .col_r .thumb01 .idx_h4::before {
      left: -10px;
      top: -10px; } }

.idx04 {
  padding: 73px 0 202px 0;
  background: url(../images/idx04_bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0; }
  .idx04::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/idx04_img01.png) top left no-repeat;
    background-size: contain;
    width: 30%;
    max-width: 376px;
    height: 100%;
    z-index: -1; }
  .idx04 .idx_ttl {
    color: #065f19;
    font-weight: 500;
    letter-spacing: -0.1em; }
  .idx04 .idx_h4 {
    letter-spacing: 0.15em; }
  .idx04 p {
    letter-spacing: 0.1em; }
  .idx04 .idx_common01 .col_list {
    -webkit-transform: translateX(14%);
    -ms-transform: translateX(14%);
    transform: translateX(14%);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .idx04 .idx_common01 .col_list .item .ttl {
      letter-spacing: -0.05em; }
    .idx04 .idx_common01 .col_list .item04 .ttl {
      letter-spacing: -0.11em; }
  .idx04 .idx_common01 .col_info {
    padding-top: 126px; }

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx04 .idx_common01 .col_list .item .ttl {
    font-size: 20px; }
  .idx04 .idx_ttl {
    font-size: 38px; } }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx04 .idx_common01 .col_list .item .ttl {
    font-size: 15px; } }

.idx05 {
  background: url(../images/idx05_bg.jpg) center no-repeat;
  background-size: cover; }
  .idx05 .inner {
    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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .idx05 .col_info, .idx05 .col_img {
    width: 50%;
    max-width: 585px; }
  .idx05 .idx_ttl {
    margin-bottom: 31px;
    padding-bottom: 17px;
    color: #065f19;
    font-weight: 500;
    letter-spacing: 0em; }
  .idx05 .col_info {
    padding: 65px 0 71px 0; }
    .idx05 .col_info p {
      letter-spacing: 0.1em; }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx05 .idx_ttl {
    font-size: 32px; } }

.idx06 {
  padding: 72px 0 71px 0;
  background: url(../images/idx06_bg.jpg) no-repeat;
  background-position: right 30% center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .idx06::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/idx06_img01.png) bottom right no-repeat;
    background-size: contain;
    width: 30%;
    max-width: 460px;
    height: 100%;
    z-index: -1; }
  .idx06 .idx_ttl {
    margin-bottom: 25px; }
  .idx06_box {
    width: 80%;
    max-width: 585px;
    margin-left: auto; }
  .idx06_comp {
    margin-bottom: 27px; }
    .idx06_comp dl {
      padding: 10px 0 8px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid rgba(70, 70, 70, 0.2); }
    .idx06_comp dt, .idx06_comp dd {
      letter-spacing: 0.2em;
      font-weight: 500; }
    .idx06_comp dt {
      width: 93px;
      color: #065f19; }
    .idx06_comp dd {
      width: calc(100% - 93px);
      padding-left: 10px;
      color: #000000;
      letter-spacing: 0.19em;
      line-height: 1.5; }
  .idx06_calendar {
    margin-bottom: 11px; }
    .idx06_calendar table tr th, .idx06_calendar table tr td {
      letter-spacing: 0.1em; }
    .idx06_calendar table tr th {
      padding: 11px 17px;
      background: #065f19;
      border: none;
      font-weight: normal;
      color: #ffffff; }
    .idx06_calendar table tr td {
      padding: 9px 15px;
      background: #fff;
      border: none;
      text-align: center;
      color: #000;
      letter-spacing: 0; }
  .idx06_note {
    color: #000000;
    font-weight: 500;
    font-size: 14px; }

.idx07 {
  padding: 73px 0;
  background: url(../images/idx07_bg.jpg) center no-repeat;
  background-size: cover; }
  .idx07 .idx_ttl {
    margin-bottom: 22px; }
    .idx07 .idx_ttl .eng {
      color: #527a16; }
  .idx07_box {
    width: 100%;
    max-width: 960px;
    margin: 0 auto; }
  .idx07_info dl {
    padding: 15px 0 15px 3px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3); }
    .idx07_info dl a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1; }
    .idx07_info dl dt, .idx07_info dl dd {
      color: #000000; }
    .idx07_info dl dt {
      width: 110px;
      padding: 2px 0 0px 0;
      text-align: center;
      background: #edffd2;
      letter-spacing: 0.05em;
      font-size: 14px; }
    .idx07_info dl dd {
      width: calc(100% - 110px);
      padding-left: 30px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .idx07_info dl:last-child {
      border-bottom: none; }
    .idx07_info dl:hover dd {
      font-weight: 600; }

.idx08_map p {
  margin: 0;
  font-size: 0; }

.idx08_slider {
  padding: 30px 0; }
  .idx08_slider .frame {
    background: url(../images/idx08_slider.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: 250px; }

@-webkit-keyframes idx_key {
  from {
    background-position: 0 center; }
  to {
    background-position: -1950px center; } }

@keyframes idx_key {
  from {
    background-position: 0 center; }
  to {
    background-position: -1950px center; } }

.idx09 {
  padding: 75px 0 97px 0;
  background: url(../images/idx09_bg.jpg) center no-repeat;
  background-size: cover; }
  .idx09 .idx_ttl {
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 500; }
    .idx09 .idx_ttl .eng {
      color: #ffffff;
      font-weight: 300; }
    .idx09 .idx_ttl::after {
      background: #ffffff; }
  .idx09_box {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .idx09 .item {
    width: calc(50% - 20px);
    max-width: 350px;
    height: 170px;
    margin: 0 10px;
    padding: 5px;
    border: 1px solid #fff;
    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; }
    .idx09 .item a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1; }
    .idx09 .item::after {
      content: '';
      position: absolute;
      bottom: -20px;
      left: 50%;
      background: url(../images/idx09_img01.png) no-repeat;
      width: 15px;
      height: 33px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .idx09 .item .ttl {
      color: #ffffff;
      text-align: center;
      letter-spacing: 0.18em;
      font-weight: 300;
      font-size: 30px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .idx09 .item .ttl .eng {
        letter-spacing: 0.1em;
        font-size: 53.33%;
        display: block; }
    .idx09 .item:hover .ttl {
      letter-spacing: 0.22em; }
    .idx09 .item:hover::after {
      bottom: -25px; }

/* ie */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .idx01_thumb p {
    letter-spacing: 0.06em; }
  .idx09 .item::after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
.under .sitemap {
  padding-top: 40px; }
  .under .sitemap > ul > li p {
    margin-bottom: 0; }
  .under .sitemap > ul > li a, .under .sitemap > ul > li p {
    display: block;
    width: 100%;
    padding: 15px 15px 15px 30px;
    border-bottom: dotted 1px #ccc;
    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: #ccc;
      left: 0;
      top: 50%;
      margin-top: -2px; }
  .under .sitemap > ul > li p:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 14px;
    background: #ccc;
    left: 6px;
    top: 50%;
    margin-top: -7px; }
  .under .sitemap > ul > li a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.05); }
  .under .sitemap > ul > li li a {
    padding-left: 70px; }
    .under .sitemap > ul > li li a:before {
      left: 40px; }

.under #mainContent {
  padding-bottom: 100px; }

.under .key {
  background: url(../images/under_key_bg.jpg) center no-repeat;
  background-size: cover;
  height: 445px; }
  .under .key .inner {
    height: 100%;
    padding: 0px; }
  .under .key .key_text {
    display: -webkit-flex;
    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%;
    padding: 0 140px; }

.under h2 {
  padding: 16px 5px;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 4px #5b5b5b, 0px 0px 4px #5b5b5b; }

.under h2, .under h3, .under h4, .under h5, .under h6 {
  line-height: 1.4; }
  .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 {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 35px;
  color: #065f19;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center; }
  .under h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 60px;
    background: #065f19;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.under h4 {
  background-repeat: repeat;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 500;
  font-size: 30px;
  color: #6a6a6a;
  letter-spacing: 0.1em; }

.under h5 {
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
  font-size: 26px;
  color: #6a6a6a;
  letter-spacing: 0.1em; }

.under h6 {
  position: relative;
  padding: 0px 15px 0 20px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  letter-spacing: 3px; }
  .under h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 10px;
    width: 10px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    border: 6px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left-color: transparent;
    border-top-color: transparent; }

.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: 40px; }

.under .imgBox.rowImg .image_l img, .under .imgBox.rowImg .image_r img {
  max-width: 100%;
  max-height: 400px; }

.under .imgBox.rowImg .image_l {
  float: left;
  margin-right: 20px; }

.under .imgBox.rowImg .image_r {
  float: right;
  margin-left: 20px; }

.under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
  max-width: 350px;
  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% - 385px); }

.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: -webkit-flex;
  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: #eb7432; }

.under .imgBox.colImg3 .item {
  width: 32%; }

.under .imgBox.colImg3 img {
  max-height: 250px; }

.under .imgBox.colImg2 .item {
  width: 49%; }

.under .imgBox.colImg2 img {
  max-height: 270px; }

.under .imgBox.colImg1 .item {
  width: 100%; }

.under .acf_block h3, .under .acf_block h4, .under .acf_block h5 {
  margin-bottom: 0; }

.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; }

.under .acf_block .list01 {
  margin-top: 20px; }

.under table {
  border-radius: 3px; }
  .under table.rollTable {
    width: 100%; }
  .under table.tbl_style01 th, .under table.tbl_style01 td {
    border: 1px solid #707070;
    padding: 15px 20px; }
    .under table.tbl_style01 th img, .under table.tbl_style01 td img {
      max-width: 100%; }
  .under table.tbl_style01 th {
    background-color: #065f19;
    color: #fff;
    font-size: 1.125em;
    font-weight: normal;
    text-align: left; }
  .under table.tbl_style01 td {
    background-color: #fff;
    color: #383838;
    font-size: 1em;
    text-align: left; }
  .under table.tbl_style01.rowHead tr th:not(:last-child) {
    border-right: 1px solid #fff;
    border-bottom: 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: #b4b4b4;
  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; } }

.under ul.list01.mcol-2 {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .under ul.list01.mcol-2 li {
    width: 50%; }

.under ul.list01 li {
  background-size: 10px auto;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  letter-spacing: 1.6px; }
  .under ul.list01 li:last-child {
    padding-bottom: 0; }
  .under ul.list01 li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #065f19;
    position: absolute;
    left: 0;
    top: 9px; }

.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: 15px 0 7px; }
  .under .topic_path ul {
    display: block;
    padding: 4px 10px 4px 0; }
    .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: #065f19; }
    .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);
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    color: #065f19;
    line-height: 1; }

.under .anchor-links {
  display: -webkit-flex;
  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: "\003e";
      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);
      -ms-transform: scaleX(0.5);
      transform: scaleX(0.5); }
    .under .anchor-links > div.ext:hover::after {
      right: 5px; }

.under .doctor_box {
  background-color: #dedede;
  display: -webkit-flex;
  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%);
      -ms-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%);
      -ms-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; }

.under .clinic_tbl01 th {
  width: 400px;
  text-align: right; }

.under .clinic_tbl02 {
  text-align: center; }
  .under .clinic_tbl02 th:first-child {
    width: 400px; }
  .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: -webkit-flex;
  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: -webkit-flex;
    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: -webkit-flex;
  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: -webkit-flex;
    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; }

/* START BLOG
------------------------------------------------------------------------*/
#pagination {
  display: -webkit-flex;
  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: #065f19;
    display: -webkit-flex;
    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); }
  #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 h4 {
  border-bottom: 1px solid #ea6386;
  text-align: center;
  font-weight: 600; }

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

.blog_list_style01 .item {
  display: -webkit-flex;
  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: 3px solid #2d1a14;
    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%);
      -ms-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: -webkit-flex;
      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;
      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: #edffd2;
          display: inline-block;
          margin-left: 2px;
          padding: 0 10px;
          color: #000;
          letter-spacing: 0; }
    .blog_list_style01 .item .info .ttl {
      margin-bottom: 10px;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      text-decoration: underline;
      font-size: 120%;
      font-weight: 600;
      color: #527a16; }
      .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 #527a16;
      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; }
        .blog_list_style01 .item .info .button a::before {
          opacity: 0; }
      .blog_list_style01 .item .info .button::after {
        content: "";
        background-color: #527a16;
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .blog_list_style01 .item .info .button:hover a {
        opacity: 1;
        color: #fff; }
      .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; } }

.blog_list_style02.colImg .list {
  display: -webkit-flex;
  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%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease;
      -o-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);
    -ms-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: -webkit-flex;
  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;
        -o-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%);
          -ms-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;
        -o-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%);
          -ms-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;
        -o-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: -webkit-flex;
  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: #065f19;
      -webkit-transform: none;
      -ms-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%; }
        .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; }
          .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: -webkit-flex;
  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;
    /* &.prev, &.next {
			span {
				display: block;
				a {
					&::after {
						content: "";
						background-repeat: no-repeat;
						background-position: center;
						background-size: auto 10px;
						transform: translateY(-50%);
						position: absolute;
						top: 50%;
						width: 15px;
						height: 15px;
						text-decoration: none !important;
					}
				}
			}
		}
		&.prev {
			a {
				padding-left: 25px;
				&::after {
					background-image: url(../images/angle-double-left.svg);
					left: 7px;
				}
			}
		}
		&.next {
			a {
				padding-right: 25px;
				&::after {
					background-image: url(../images/angle-double-right.svg);
					right: 7px;
				}
			}
		}
		&:hover {
			&.prev {
				a {
					&::after {
					}
				}
			}
			&.next {
				a {
					&::after {
					}
				}
			}
		} */ }
    .blog_post_button > div a {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      display: block;
      position: relative;
      z-index: 1;
      padding: 11px 10px 10px;
      max-width: 100%;
      background: #065f19;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      text-transform: uppercase;
      line-height: inherit;
      color: inherit;
      text-align: center;
      text-decoration: none; }

/* END BLOG
------------------------------------------------------------------------*/
/* START Mail
------------------------------------------------------------------------*/
.contact-form-style01 .contact-table {
  background-size: cover;
  width: 100%;
  margin: 0 auto 0px;
  border-radius: 5px;
  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;
    -o-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: -webkit-flex;
    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 {
    width: 400px;
    padding: 15px 20px;
    font-size: 20px; }
    .contact-form-style01 .contact-table dt span {
      display: inline-block;
      border-radius: 7px;
      padding: 0px 7px 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: -webkit-flex;
    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: -webkit-flex;
    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; }

.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: #065f19;
  color: #fff; }

.contact-form-style01 .contact-table {
  border: 1px solid #d0e9d5; }
  .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: #ebfbee;
    border-bottom: 1px solid #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .contact-form-style01 .contact-table dt span {
      background-color: #ffffff;
      color: #ff3c7f; }
  .contact-form-style01 .contact-table dd {
    border-bottom: 1px solid #ddebf2; }
    .contact-form-style01 .contact-table dd.contact-file p {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .contact-form-style01 .contact-table dd.contact-file p span {
        max-width: 300px; }
    .contact-form-style01 .contact-table dd.contact-file .file-776 input, .contact-form-style01 .contact-table dd.contact-file .file-777 input, .contact-form-style01 .contact-table dd.contact-file .file-778 input {
      border: none; }
    .contact-form-style01 .contact-table dd.contact-file .file-note {
      font-size: 14px; }

.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: -webkit-flex;
    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;
      -o-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;
      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: -webkit-flex;
        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;
        -o-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;
        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%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: all 0.4s ease;
        -o-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%);
        -ms-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%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all 0.3s cubic-bezier(0.34, 0.36, 0.06, 1.01);
      -o-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*/
/* ie */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .under ul.list01 li::before {
    top: 10px; }
  .contact-form-style01 .contact-table dt span {
    margin-top: 4px; } }

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
#wpadminbar {
  display: none; }
