@charset "UTF-8";
@import url(../css/base.css);
@import url(../css/fonts.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;600;700&display=swap");
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #5c5c5c; }

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;
  color: #64b5f7; }
  a:hover, a:active {
    color: #64b5f7; }

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: #64b5f7; }
  a.text_link:hover {
    opacity: 1 !important; }

.tel_click:hover {
  opacity: 1; }

@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: 1280px;
  margin: 0 auto; }

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

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

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

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

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

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

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

a img.alignnone {
  margin: 5px 20px 20px 0; }

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important; } }

@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important; } }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .br_1000 {
    display: none !important; } }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .br_1000_bl {
    display: block !important; } }

@media only screen and (max-width: 425px) {
  .br_425 {
    display: block !important; } }

@media only screen and (min-width: 426px) {
  .br_425 {
    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: -42px; }
  .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: 160px;
    height: 160px;
    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; }

@-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: 80px;
  right: 0;
  z-index: 15; }
  .fixed_banner > div {
    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 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: #3ab283;
    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/idx_icon_tel_33x33.png");
        background-size: auto 33px;
        height: 33px; }
      .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: #50a65a;
    height: 80px; }
    .fixed_banner .web p {
          font-size: 10px;
    font-weight: 300;}
      .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: #219c92;
    height: 80px;
    width: 80px; }
    .fixed_banner .mail p {
      font-weight: 300;
      letter-spacing: 0;
      font-size: 10px; }
      .fixed_banner .mail p::before {
        background-image: url("../images/idx_icon_mail_white_24x18.png");
        background-size: auto 18px;
        height: 18px; }

.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: 0; }
    .totop .icon {
      width: 80px;
      height: 80px; } }

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

@media only screen and (min-width: 769px) and (max-width: 1118px) {
  .inner_sm {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px; } }

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  font-size: 10px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: #fff; }
  header.scroll {
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 7px 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 7px 20px; }

.header_top {
  height: 80px;
  padding-left: 55px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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; }

.logo {
  width: 25%;
  max-width: 236px;
  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: 74%;
  max-width: 1142px;
  padding-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.pc_navi {
  width: calc(100% - 240px);
  padding-right: 56px; }
  .pc_navi > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .pc_navi > ul > li {
      max-width: 107px;
      position: relative; }
      .pc_navi > ul > li::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 16px;
        background: #c4c4c4; }
      .pc_navi > ul > li:nth-child(1) {
        width: 20%;
        max-width: 90px; }
      .pc_navi > ul > li:nth-child(2) {
        width: 20%; }
      .pc_navi > ul > li:nth-child(3) {
        width: 20%; }
        .pc_navi > ul > li:nth-child(3) .subInner {
          width: 470px; }
          .pc_navi > ul > li:nth-child(3) .subInner ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
          .pc_navi > ul > li:nth-child(3) .subInner li {
            width: 49%; }
      .pc_navi > ul > li:nth-child(4) {
        width: 20%; }
      .pc_navi > ul > li:nth-child(5) {
        width: 20%; }
        .pc_navi > ul > li:nth-child(5)::after {
          display: none; }
      .pc_navi > ul > li > a, .pc_navi > ul > li > p {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        width: 100%;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        color: #5c5c5c;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.1em;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .pc_navi > ul > li > a:hover, .pc_navi > ul > li > p:hover {
          opacity: 1;
          color: #219c92; }
        .pc_navi > ul > li > a.title, .pc_navi > ul > li > p.title {
          position: relative;
          height: 50px; }
          .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:hover a.title::after, .pc_navi > ul > li:hover p.title::after {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px); }
      .pc_navi > ul > li.home a::before {
        width: 100%;
        height: 16px;
        display: block;
        margin-bottom: 10px; }
    .pc_navi > ul .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(14, 119, 124, 0.9);
        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; }

.h_tel {
  width: 232px; }
  .h_tel .num {
    margin: 0;
    padding-left: 38px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #219c92;
    background: url(../images/idx_icon_tel_29x28.png) left center no-repeat;
    background-size: auto 28px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 24px; }
  .h_tel span {
    display: block; }
  .h_tel .note {
    font-family: "Noto Sans JP", sans-serif;
    color: #5c5c5c;
    letter-spacing: 0.04em;
    font-weight: 500;
    font-size: 41.67%; }
  .h_tel .num_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .h_tel i {
    margin-top: -5px;
    font-style: normal; }

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .header_top {
    padding-left: 20px; }
  .pc_navi {
    width: calc(100% - 210px);
    padding-right: 20px; }
  .h_tel {
    width: 210px; } }

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .header_top {
    padding-left: 10px; }
  .pc_navi {
    width: calc(100% - 155px);
    padding-right: 10px; }
    .pc_navi > ul > li:nth-of-type(3) .subInner {
      width: 420px; }
    .pc_navi > ul > li > a, .pc_navi > ul > li p {
      font-size: 12px; }
    .pc_navi > ul .subInner ul li a {
      font-size: 12px; }
  .h_tel {
    width: 155px; }
    .h_tel .num {
      padding-left: 30px;
      background-size: auto 20px;
      font-size: 18px; } }

footer {
  position: relative; }
  footer .ft_banner {
    padding: 70px 0;
    background-image: url(../images/ft_banner_bg01.png), url(../images/ft_banner_bg02.png);
    background-position: left -29% bottom, bottom right -15%;
    background-repeat: no-repeat; }
    footer .ft_banner .item {
      width: 100%;
      max-width: 728px;
      margin: 0 auto;
      position: relative;
    }
      footer .ft_banner .item a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1; }
  footer .ft_contact {
    padding: 90px 0;
    background: url(../images/ft_gallery.jpg) repeat-x;
    background-position: 0 center;
    background-size: auto 100%;
    -webkit-animation: ft_gallery 50s linear infinite;
    animation: ft_gallery 50s linear infinite;
    height: 420px; }
    footer .ft_contact .inner_sm {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    footer .ft_contact .col {
      width: calc(100% / 2 - 28px);
      max-width: 355px;
      height: 220px;
      margin: 10px 14px;
      border-radius: 20px;
      border: 2px solid #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      footer .ft_contact .col p {
        color: #fff;
        text-align: center; }
    footer .ft_contact .col_mail {
      position: relative;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      footer .ft_contact .col_mail a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1; }
      footer .ft_contact .col_mail .ttl {
        margin-top: 9px;
        padding-top: 60px;
        background-image: url(../images/idx_icon_mail_57x45.png);
        background-size: auto 45px; }
    footer .ft_contact .col_tel .ttl {
      margin-top: 14px;
      padding-top: 64px;
      background-image: url(../images/idx_icon_tel_54x53.png);
      background-size: auto 53px; }
    footer .ft_contact .ttl {
      margin-bottom: 0;
      font-family: "Kiwi Maru", serif;
      background-repeat: no-repeat;
      background-position: top center;
      letter-spacing: 0.1em;
      font-size: 20px; }
    footer .ft_contact .tel {
      margin: 0;
      margin-top: -9px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      letter-spacing: 0.05em;
      font-size: 20px; }
      footer .ft_contact .tel span {
        margin-right: 3px;
        font-size: 60%; }
      footer .ft_contact .tel a {
        pointer-events: none;
        color: #fff;
        text-decoration: none; }
    footer .ft_contact .note {
      margin: 0;
      margin-top: -2px;
      letter-spacing: 0.1em;
      font-weight: 300;
      font-size: 12px; }
  footer .ft_main {
    padding: 79px 0 85px 0; }
    footer .ft_main .col_infor {
      width: 49%;
      max-width: 626px;
      padding: 0 81px;
      margin-top: 3px; }
    footer .ft_main .box_head .ft_logo {
      width: 41%;
      max-width: 190px; }
      footer .ft_main .box_head .ft_logo img {
        width: 100%;
        max-width: 160px; }
    footer .ft_main .box_head .thumb {
      width: 59%;
      padding-top: 13px; }
    footer .ft_main .box_head .ft_tel {
      margin-bottom: 12px;
      padding-left: 45px;
      background: url(../images/idx_icon_tel_36x37.png) left center no-repeat;
      background-size: auto 37px; }
      footer .ft_main .box_head .ft_tel .note {
        color: #219c92;
        font-weight: 500;
        letter-spacing: 0.05em;
        font-size: 12px; }
      footer .ft_main .box_head .ft_tel .num a {
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #219c92;
        text-decoration: none;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 1;
        font-size: 28px;
        pointer-events: none; }
    footer .ft_main .box_head .ft_add {
      letter-spacing: 0.1em;
      font-size: 14px; }
    footer .ft_main .ft_map {
      margin: 51px 0 29px 0;
      font-size: 0; }
      footer .ft_main .ft_map iframe {
        border-radius: 5px; }
    footer .ft_main .box_calendar tr {
      border-bottom: 1px solid #bfbfbf; }
      footer .ft_main .box_calendar tr th:last-child {
        letter-spacing: -0.25em;
        padding: 17px 19px 17px 0px; }
    
      footer .ft_main .box_calendar tr td:last-child {
        padding-right: 20px; }
    footer .ft_main .box_calendar th, footer .ft_main .box_calendar td {
      text-align: center;
      border: none;
      letter-spacing: 0.1em;
      font-weight: bold;
      font-size: 14px; }
    footer .ft_main .box_calendar th {
      padding: 17px 7px; }
    footer .ft_main .box_calendar td {
      padding: 21px 0 24px 0; }
      footer .ft_main .box_calendar td span {
        font-weight: 400;
        font-size: 71.4%;
        display: block; }
      footer .ft_main .box_calendar td:not(:first-child) {
        color: #66be8d; }
    footer .ft_main .note {
      margin: 5px 0 0;
      letter-spacing: 0.1em;
      font-size: 10px; }
  footer .ft_link_list {
    width: 51%; }
  footer .ft_copyright {
    padding: 22px 0;
    background: #3ab283; }
    footer .ft_copyright .inner {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    footer .ft_copyright .ft_logo_grits {
      width: 20%;
      max-width: 139px;
      padding-right: 20px; }
    footer .ft_copyright .txt_copy {
      width: 80%;
      padding-left: 20px;
      position: relative; }
      footer .ft_copyright .txt_copy::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background: #fff; }
      footer .ft_copyright .txt_copy p {
        color: #fff;
        letter-spacing: 0.1em;
        font-weight: 300;
        font-size: 10px; }

.ft_link_list {
  max-width: 654px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .ft_link_list .menu01 {
    width: 36%;
    margin-bottom: 47px; }
  .ft_link_list .menu02 {
    width: 50%; }
  .ft_link_list .menu03 {
    width: 36%; }
  .ft_link_list .menu04 {
    width: 29%; }
  .ft_link_list .menu05 {
    width: 30%; }
  .ft_link_list .menu02, .ft_link_list .menu04, .ft_link_list .menu05 {
    margin-top: 63px; }
  .ft_link_list .ttl {
    margin-left: -3px;
    margin-bottom: 33px;
    padding-left: 0;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-transform: uppercase;
    color: #1d9c92;
    pointer-events: none; }
    .ft_link_list .ttl::before {
      display: none; }
  .ft_link_list ul:last-child {
    margin-bottom: 0; }
  .ft_link_list li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 34px;
    margin-left: 4px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-size: 14px; }
    .ft_link_list li:last-child {
      margin-bottom: 0; }
    .ft_link_list li::before {
      content: "";
      background-color: #accc6a;
      border-radius: 100%;
      width: 4px;
      height: 4px;
      position: absolute;
      top: 10px;
      left: 0px; }
  .ft_link_list a {
    color: inherit;
    text-decoration: none; }
    .ft_link_list a:hover {
      opacity: 1;
      text-decoration: underline;
      color: #219c92; }

@-webkit-keyframes ft_gallery {
  from {
    background-position: 0 center; }
  to {
    background-position: -1707px center; } }

@keyframes ft_gallery {
  from {
    background-position: 0 center; }
  to {
    background-position: -1707px center; } }

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  footer .ft_main .col_infor {
    padding: 0 40px; } }

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  footer .ft_main .col_infor {
    padding: 0 40px 0 0; }
  footer .ft_link_list .menu01 {
    width: 44%; }
  footer .ft_link_list .menu04 {
    width: 32%; }
  footer .ft_link_list .menu05 {
    width: 31%; }
  footer .ft_link_list li {
    font-size: 12px; } }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  footer .ft_main .col_infor {
    padding: 0 20px 0 0; }
  footer .ft_main .box_head .thumb {
    width: 57%; }
  footer .ft_main .box_head .ft_tel {
    padding-left: 35px;
    background-size: auto 31px; }
    footer .ft_main .box_head .ft_tel .num a {
      font-size: 22px; }
  footer .ft_main .box_head .ft_add {
    font-size: 12px; } 
    footer .ft_main .box_calendar th, footer .ft_main .box_calendar td {
      font-size: 12px;
    }
  }

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.home_page .key {
  height: 720px;
  margin-top: 80px;
  overflow: hidden; }
  .home_page .key .inner {
    position: relative;
    height: 100%;
    padding: 0; }
  .home_page .key .key_bg {
    width: 100%;
    height: 100%; }
    .home_page .key .key_bg ul {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .home_page .key .key_bg ul.slick-initialized {
        opacity: 1;
        visibility: visible; }
    .home_page .key .key_bg li {
      height: 720px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .home_page .key .key_bg li.anim-active {
        -webkit-animation: idxKeyIn 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
        animation: idxKeyIn 8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
    .home_page .key .key_bg .bg01 {
      background-image: url(../images/idx_key_bg01.jpg); 
          background-position: left 11% center;
  }
    .home_page .key .key_bg .bg02 {
      background-image: url(../images/idx_key_bg02.jpg);
          background-position: right 17% center;
       }
    .home_page .key .key_bg .bg03 {
      background-image: url(../images/idx_key_bg03.jpg); }
  .home_page .key .key_text {
    width: 100%;
    padding: 0 10px;
    margin-top: -19px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .home_page .key h2, .home_page .key p {
    color: #fff;
    font-family: "Kiwi Maru", serif;
    text-align: center; }
  .home_page .key h2 {
    margin-bottom: 20px;
    padding-bottom: 38px;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.7;
    opacity: 0; }
  .home_page .key p {
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 2.45;
    font-size: 18px; }
  .home_page .key .letter {
    display: inline-block;
    opacity: 0; }

.home_page .topic_path {
  display: none; }

@-webkit-keyframes idxKeyIn {
  0% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-filter: blur(20px) brightness(1.21) contrast(100%) saturate(70%);
    filter: blur(20px) brightness(1.21) contrast(100%) saturate(70%); }
  10% {
    -webkit-filter: blur(0px) brightness(1);
    filter: blur(0px) brightness(1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes idxKeyIn {
  0% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-filter: blur(20px) brightness(1.21) contrast(100%) saturate(70%);
    filter: blur(20px) brightness(1.21) contrast(100%) saturate(70%); }
  10% {
    -webkit-filter: blur(0px) brightness(1);
    filter: blur(0px) brightness(1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.idx_btn a {
  width: 100%;
  max-width: 327px;
  padding: 21px 5px 25px 5px;
  background: #219c92;
  color: #fff;
  border-radius: 35px;
  letter-spacing: 0.2em;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .idx_btn a::after {
    content: '';
    position: absolute;
    top: 49%;
    right: 33px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 7px;
    height: 7px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .idx_btn a:hover {
    background: #10787d;
    opacity: 1; }
    .idx_btn a:hover::after {
      right: 25px; }

.idx_h3_ttl {
  font-family: "Kiwi Maru", serif;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1.9;
  font-size: 36px; }
  .idx_h3_ttl span {
    display: block; }
  .idx_h3_ttl .jp {
    line-height: 1.55; }
  .idx_h3_ttl .eng {
    margin-bottom: 8px;
    color: #accc6a;
    text-transform: uppercase;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.2em;
    font-size: 44.44%; }
  .idx_h3_ttl.cl_w {
    color: #fff; }
    .idx_h3_ttl.cl_w .eng {
      color: #fff; }
  .idx_h3_ttl.center {
    text-align: center; }

.idx_ttl_eng {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: rgba(199, 199, 199, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.1;
  font-weight: bold;
  font-size: 182px; }
  .idx_ttl_eng span {
    display: block; }

.idx01 {
  padding: 0 0 65px 0;
  background: #f6f6f6;
  position: relative;
  z-index: 0; }
  .idx01::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/idx01_bg.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    height: 35px;
    z-index: -1; }
  .idx01_col {
    width: 49%;
    max-width: 626px;
    margin-top: -50px;
    padding: 91px 81px 67px 81px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
    .idx01_col:nth-of-type(2) .col_ttl {
      margin-bottom: 14px; }
      .idx01_col:nth-of-type(2) .col_ttl .idx_h3_ttl .eng {
        margin-bottom: 7px; }
  .idx01 .col_ttl {
    margin-bottom: 18px; }
    .idx01 .col_ttl .idx_h3_ttl {
      width: 53%;
      max-width: 246px;
      padding-right: 10px;
      line-height: 1.75;
      font-size: 30px; }
      .idx01 .col_ttl .idx_h3_ttl .eng {
        margin-bottom: 3px;
        font-size: 53.33%; }
      .idx01 .col_ttl .idx_h3_ttl .jp {
        margin-left: -3px; }
    .idx01 .col_ttl .idx_btn {
      width: 47%;
      max-width: 218px;
      margin-top: 9px; }
      .idx01 .col_ttl .idx_btn a {
        max-width: 218px;
        padding: 16px 5px 20px 5px;
        border-radius: 30px; }
  .idx01 dl {
    padding: 26px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .idx01 dl:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
    .idx01 dl a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .idx01 dl dt, .idx01 dl dd {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .idx01 dl dt {
      width: 100px;
      letter-spacing: 0.12em;
      font-size: 15px; }
    .idx01 dl dd {
      width: calc(100% - 100px);
      padding-left: 36px;
      letter-spacing: 0.1em;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      font-size: 14px; }
    .idx01 dl:hover dt {
      padding-left: 5px; }
    .idx01 dl:hover dd {
      color: #219c92; }

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx01_col {
    padding: 80px 40px; } }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx01_col {
    padding: 60px 20px; } }

.idx02 {
  padding: 155px 0 112px 0;
  background-image: url(../images/idx02_bg01.png), url(../images/idx02_bg02.png);
  background-position: bottom right, left top;
  background-repeat: no-repeat; }
  .idx02 .inner {
    position: relative; }
  .idx02 .idx_ttl_eng {
    position: absolute;
    top: -119px;
    left: -13px; }
  .idx02 .idx_h3_ttl {
    margin-bottom: 35px; }
  .idx02 .col_img {
    width: 51%;
    max-width: 654px; }
  .idx02 .col_infor {
    width: 49%;
    max-width: 626px;
    margin-top: -21px;
    padding: 0 81px; }
    .idx02 .col_infor .txt {
      letter-spacing: 0.03em;
      line-height: 2.5; }
    .idx02 .col_infor .idx_btn {
      margin-top: 49px; }
  .idx02_img {
    width: 90%; }
    .idx02_img img {
      border-radius: 5px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .idx02_img01 figure {
    text-align: left; }
  .idx02_img02 {
    margin-top: -107px;
    margin-left: auto; }
    .idx02_img02 figure {
      text-align: right; }

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx02 .col_infor {
    padding: 0 30px; } }

.idx03 {
  padding: 130px 0 140px 0;
  background: url(../images/idx03_bg.jpg) right 50% top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0; }
  .idx03 .idx_ttl_eng {
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -52px;
    right: -48px;
    z-index: -1;
    text-align: right; }
  .idx03 .idx_h3_ttl .jp {
    margin-left: -5px; }
  .idx03 .col_l {
    width: 19%;
    max-width: 218px;
    padding-right: 20px; }
  .idx03 .col_r {
    width: 81%;
    max-width: 900px;
    margin-top: -4px; }
    .idx03 .col_r .txt {
      color: #fff;
      letter-spacing: 0.1em;
      line-height: 2.66;
      font-size: 15px; }
  .idx03 .col_name {
    margin-top: 37px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .idx03 .col_name .box_name {
      width: 58%;
      max-width: 436px;
      padding-right: 20px;
      margin-bottom: 0;
      margin-top: -3px; }
      .idx03 .col_name .box_name > p {
        padding-bottom: 15px;
        font-family: "Kiwi Maru", serif;
        border-bottom: 2px solid #fff;
        color: #fff;
        letter-spacing: 0.2em;
        line-height: 1;
        font-size: 30px;
        display: table; }
      .idx03 .col_name .box_name .pos {
        letter-spacing: 0.3em;
        font-size: 60%; }
      .idx03 .col_name .box_name .eng {
        font-family: "Zen Kaku Gothic New", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.22em;
        font-weight: 500;
        font-size: 40%; }
      .idx03 .col_name .box_name .jp {
        padding: 0 10px 0 20px; }
    .idx03 .col_name .idx_btn {
      width: 42%;
      max-width: 327px; }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx03 .col_l {
    width: 22%; }
  .idx03 .col_r {
    width: 78%; } }

.idx04 {
  padding: 130px 0 161px 0;
  background-image: url(../images/idx04_bg01.png), url(../images/idx04_bg02.png), url(../images/idx04_bg03.png), url(../images/idx04_bg04.png);
  background-position: top right -33%, top 28% left -26%, top 53% right -15%, left -34% bottom;
  background-repeat: no-repeat;
  position: relative; }
  .idx04 .idx_ttl_eng {
    position: absolute;
    top: -51px;
    left: -14px; }
  .idx04 .idx_h3_ttl {
    margin-bottom: 70px; }
  .idx04_box .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .idx04_box .item a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .idx04_box .item.revert .col_img {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .idx04_box .item.revert .col_infor {
      padding: 0 81px 0 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .idx04_box .item {
      margin-bottom: 78px; }
    .idx04_box .item:nth-of-type(1) .col_infor {
      margin-top: -32px; }
    .idx04_box .item:nth-of-type(2) .col_infor {
      margin-top: -12px; }
    .idx04_box .item:nth-of-type(3) .col_infor {
      margin-top: -14px; }
    .idx04_box .item:nth-of-type(4) .col_infor {
      margin-top: -6px; }
    .idx04_box .item:hover {
      background: rgba(33, 156, 146, 0.05); }
  .idx04_box .col_img {
    width: 61%;
    max-width: 682px; }
    .idx04_box .col_img img {
      border-radius: 5px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .idx04_box .col_infor {
    width: 39%;
    max-width: 436px;
    padding-left: 81px; }
  .idx04_box .point {
    text-transform: uppercase;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #accc6a;
    letter-spacing: 0.2em;
    font-weight: 600;
    line-height: 1;
    font-size: 36px; }
    .idx04_box .point .num {
      margin-left: 7px;
      font-family: "Kiwi Maru", serif;
      font-weight: 500;
      font-size: 155.56%; }
  .idx04_box h4 {
    margin: 23px 0 20px 0;
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.88;
    font-size: 24px; }
  .idx04_box .txt {
    letter-spacing: 0.1em;
    line-height: 2.7;
    font-size: 15px; }
.idx04 .idx_btn a {
	margin: 0 auto;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx04_box .item.revert .col_infor {
    padding-right: 30px;
    padding-left: 0; }
  .idx04_box .item:nth-of-type(1) .col_infor {
    margin-top: 0; }
  .idx04_box .item:nth-of-type(2) .col_infor {
    margin-top: 0; }
  .idx04_box .item:nth-of-type(3) .col_infor {
    margin-top: 0; }
  .idx04_box .item:nth-of-type(4) .col_infor {
    margin-top: 0; }
  .idx04_box .col_img {
    width: 55%; }
  .idx04_box .col_infor {
    width: 45%;
    padding-left: 30px; }
  .idx04_box .point {
    font-size: 30px; } }

.idx05 {
  padding: 129px 0 156px 0;
  background: url(../images/idx05_bg.jpg) left 50% center no-repeat;
  background-size: cover; }
  .idx05 .idx_h3_ttl {
    margin-bottom: 53px; }
  .idx05_box .item {
    width: 24%;
    max-width: 299px;
    position: relative; }
    .idx05_box .item a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1; }
    .idx05_box .item:hover .box_hv {
      opacity: 1;
      visibility: visible; }
  .idx05_box .col_infor {
    width: 100%;
    height: 360px;
    max-width: 299px;
    max-height: 360px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative; }
  .idx05_box .item:nth-of-type(1) .col_infor {
    background-image: url(../images/idx05_img01.jpg); }
  .idx05_box .item:nth-of-type(2) .col_infor {
    background-image: url(../images/idx05_img02.jpg); }
  .idx05_box .item:nth-of-type(3) .col_infor {
    background-image: url(../images/idx05_img03.jpg); }
  .idx05_box .item:nth-of-type(4) .col_infor {
    background-image: url(../images/idx05_img04.jpg); }
  .idx05_box .box_hv {
    width: 100%;
    height: 100%;
    padding: 10px 20px 10px 23px;
    background: rgba(33, 156, 146, 0.85);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s opacity ease;
    -o-transition: .3s opacity ease;
    transition: .3s opacity ease; }
    .idx05_box .box_hv li, .idx05_box .box_hv p {
      color: #fff;
      font-size: 14px; }
    .idx05_box .box_hv li {
      margin-left: 6px;
      padding-left: 9px;
      letter-spacing: 0.05em;
      font-weight: 300;
      line-height: 2.6;
      position: relative; }
      .idx05_box .box_hv li:last-child {
        margin-bottom: 0; }
      .idx05_box .box_hv li::before {
        content: '';
        position: absolute;
        top: 17px;
        left: 0;
        border-radius: 50%;
        background: #fff;
        width: 3px;
        height: 3px; }
    .idx05_box .box_hv p {
      font-weight: 300;
      letter-spacing: 0.05em;
      line-height: 2.5; }
  .idx05_box h4 {
    margin-top: 18px;
    font-family: "Kiwi Maru", serif;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 18px; }
    .idx05_box h4 .eng {
      margin-bottom: 1px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      text-transform: uppercase;
      color: #accc6a;
      font-weight: 600;
      letter-spacing: 0.1em;
      font-size: 133.33%;
      display: block; }

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx05_box h4 {
    font-size: 1.4vw; }
  .idx05_box .box_hv {
    padding: 10px; }
    .idx05_box .box_hv p, .idx05_box .box_hv li {
      font-size: 12px; } }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx05_box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .idx05_box .item {
      width: calc(100% / 2 - 20px);
      max-width: 305px;
      margin: 0 10px 30px 10px; }
    .idx05_box h4 {
      font-size: 18px; } }

.idx06 {
  padding: 130px 0 170px 0;
  background: #98cda8;
  position: relative; }
  .idx06 .idx_ttl_eng {
    color: rgba(255, 255, 255, 0.1);
    text-align: right;
    line-height: 1.7;
    position: absolute;
    top: -105px;
    right: -49px; }
  .idx06 .idx_h3_ttl {
    margin-bottom: 75px; }
    .idx06 .idx_h3_ttl .eng {
      margin-bottom: 6px; }
  .idx06_box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .idx06_box .item {
      width: 20%;
      max-width: 236px;
      height: 100%;
      max-height: 276px;
      padding: 0 0 28px 0;
      position: relative; }
      .idx06_box .item::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 100%;
        background: rgba(235, 241, 245, 0.5); }
      .idx06_box .item:last-child::after {
        display: none; }
      .idx06_box .item a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1; }
      .idx06_box .item:hover .col_img {
        width: 200px;
        height: 200px;
        margin-top: -15px;
        background: #219c92; }
      .idx06_box .item:hover figure:not(.img_hv) {
        display: none; }
      .idx06_box .item:hover .img_hv {
        display: block; }
      .idx06_box .item figure {
        width: 100%; }
      .idx06_box .item:nth-of-type(1) figure {
        max-width: 88px; }
      .idx06_box .item:nth-of-type(2) figure {
        max-width: 89px; }
      .idx06_box .item:nth-of-type(3) figure {
        max-width: 112px; }
      .idx06_box .item:nth-of-type(4) figure {
        max-width: 93px; }
      .idx06_box .item:nth-of-type(5) figure {
        max-width: 95px; }
    .idx06_box .col_img {
      width: 170px;
      height: 170px;
      margin: 0 auto;
      background: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .idx06_box .img_hv {
      display: none; }
    .idx06_box h4 {
      margin-top: 23px;
      font-family: "Kiwi Maru", serif;
      color: #fff;
      text-align: center;
      font-weight: 500;
      letter-spacing: 0.1em;
      font-size: 24px; }
      .idx06_box h4 .eng {
        margin-top: 4px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 0.1em;
        font-size: 41.67%;
        display: block; }

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx06_box .item:hover .col_img {
    width: 180px;
    height: 180px; } }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx06 {
    padding-bottom: 60px; }
    .idx06_box .item {
      width: 48%;
      max-width: 350px;
      max-height: 356px;
      margin-bottom: 30px; }
      .idx06_box .item:nth-of-type(even)::after {
        display: none; }
      .idx06_box .item:hover .col_img {
        width: 270px;
        height: 270px;
        margin-top: -10px; }
    .idx06_box .col_img {
      width: 250px;
      height: 250px; } }

.idx07 {
  padding: 129px 0 130px 0;
  background-image: url(../images/idx07_bg01.png), url(../images/idx07_bg02.png);
  background-position: top left -34%, right -27% bottom;
  background-repeat: no-repeat; }
  .idx07 .idx_h3_ttl {
    margin-bottom: 74px; }
    .idx07 .idx_h3_ttl .eng {
      margin-bottom: 5px; }
  .idx07_box .item {
    width: 299px;
    height: 300px;
    margin-bottom: 30px;
    padding: 10px 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    position: relative;
    z-index: 0; }
    .idx07_box .item a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .idx07_box .item:nth-of-type(1) {
      background-image: url(../images/idx07_img01.jpg); }
    .idx07_box .item:nth-of-type(2) {
      background-image: url(../images/idx07_img02.jpg); }
    .idx07_box .item:nth-of-type(3) {
      background-image: url(../images/idx07_img03.jpg); }
    .idx07_box .item:nth-of-type(4) {
      background-image: url(../images/idx07_img04.jpg); }
    .idx07_box .item:nth-of-type(5) {
      background-image: url(../images/idx07_img05.jpg); }
    .idx07_box .item:nth-of-type(6) {
      background-image: url(../images/idx07_img06.jpg); }
    .idx07_box .item:nth-of-type(7) {
      background-image: url(../images/idx07_img07.jpg); }
    .idx07_box .item:nth-of-type(8) {
      background-image: url(../images/idx07_img08.jpg); }
    .idx07_box .item::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(33, 156, 146, 0.85);
      border-radius: 5px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      z-index: -1; }
    .idx07_box .item:hover::after {
      opacity: 1;
      visibility: visible; }
    .idx07_box .item:hover h4 {
      margin-bottom: 17px; }
      .idx07_box .item:hover h4 .eng {
        margin-top: 5px; }
    .idx07_box .item:hover .txt {
      display: block; }
  .idx07_box h4, .idx07_box p {
    color: #fff; }
  .idx07_box h4 {
    font-family: "Kiwi Maru", serif;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 24px; }
    .idx07_box h4 .eng {
      margin-top: 3px;
      font-family: "Zen Kaku Gothic New", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-weight: 500;
      font-size: 41.67%;
      display: block; }
  .idx07_box .txt {
    width: 100%;
    letter-spacing: 0.1em;
    line-height: 2.3;
    font-weight: 200;
    font-size: 14px;
    display: none; }

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx07_box .item {
    width: 23.5vw;
    height: 23.5vw;
    max-width: 299px;
    max-height: 300px; }
  .idx07_box h4 {
    font-size: 2.1vw; }
  .idx07_box .txt {
    font-size: 1vw; } }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx07_box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .idx07_box .item {
      width: calc(100% / 2 - 20px);
      height: 35vw;
      max-width: 310px;
      max-height: 310px;
      margin: 10px; }
    .idx07_box h4 {
      font-size: 2.5vw; }
    .idx07_box .txt {
      font-size: 1.5vw; } }

.idx08 {
  padding: 132px 0 172px 0;
  background: url(../images/idx08_bg.jpg) center no-repeat;
  background-size: cover; }
  .idx08 .idx_h3_ttl {
    margin-bottom: 68px;
    margin-left: 28px; }
    .idx08 .idx_h3_ttl .eng {
      margin-bottom: 3px; }
  .idx08 .col {
    width: 50%;
    max-width: 559px; }
    .idx08 .col dt, .idx08 .col dd, .idx08 .col th, .idx08 .col td, .idx08 .col p {
      color: #fff;
      font-size: 14px; }
    .idx08 .col .note {
      margin-bottom: 0;
      margin-top: 5px;
      text-align: right;
      font-weight: 300;
      letter-spacing: 0.1em;
      font-size: 10px; }
    .idx08 .col:nth-of-type(1) {
      padding-right: 14px; }
    .idx08 .col:nth-of-type(2) {
      padding-left: 14px; }
  .idx08 .box_infor {
    margin-left: 28px; }
    .idx08 .box_infor dl {
      margin-bottom: 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .idx08 .box_infor dl:last-child {
        margin-bottom: 0; }
    .idx08 .box_infor dt, .idx08 .box_infor dd {
      letter-spacing: 0.1em; }
    .idx08 .box_infor dt {
      width: 100px; }
    .idx08 .box_infor dd {
      width: calc(100% - 100px);
      padding-left: 10px; }
  .idx08 .idx_btn {
    margin-top: 73px; }
  .idx08 .map {
    margin: 0;
    font-size: 0; }
    .idx08 .map iframe {
      border-radius: 5px; }
  .idx08 .box_calendar {
    margin-top: 33px; }
    .idx08 .box_calendar tr {
      border-bottom: 1px solid #fff; }
      .idx08 .box_calendar tr th:last-child {
        padding: 16px 24px 16px 0px;
        letter-spacing: -0.1em; }
     
      .idx08 .box_calendar tr td:last-child {
        padding-right: 28px; }
    .idx08 .box_calendar th, .idx08 .box_calendar td {
      text-align: center;
      border: none;
      font-weight: 500;
      letter-spacing: 0.1em; }
    .idx08 .box_calendar th {
      padding: 16px 11px; }
    .idx08 .box_calendar td {
      padding: 21px 0 19px 0; }
      .idx08 .box_calendar td span {
        font-weight: 300;
        font-size: 71.43%;
        display: block; }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx08 .idx_h3_ttl {
    margin-left: 0; }
  .idx08 .box_infor {
    margin-left: 0; }
  .idx08 .col:nth-of-type(1) {
    padding-right: 10px; }
  .idx08 .col:nth-of-type(2) {
    padding-left: 10px; }
  .idx08 .box_calendar th {
    padding: 16px 8px; }
    .idx08 .box_calendar th, .idx08 .box_calendar td {
      font-size: 12px;
     }
    }

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                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: #5c5c5c;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none; }
    .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 #mainContent .inner {
    max-width: 1024px; }
  .under #mainContent .topic_path .inner {
    max-width: 1280px; }

.under .key {
  background: url(../images/under_key_bg.jpg) center no-repeat;
  background-size: cover;
  margin-top: 80px;
  height: 480px; }
  .under .key .inner {
    height: 100%; }
  .under .key .key_text {
    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%; }

.under h2 {
  font-family: "Kiwi Maru", serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em; }

.under h3, .under h4, .under h5, .under h6 {
  line-height: 1.4;
  font-family: "Kiwi Maru", serif;
  color: #1d9c92; }
  .under h3:last-child, .under h4:last-child, .under h5:last-child, .under h6:last-child {
    margin-bottom: 0; }

.under h3 {
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 41px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center; }
  .under h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgba(172, 204, 106, 0.5); }

.under h4 {
  padding-bottom: 12px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  border-bottom: 2px solid rgba(172, 204, 106, 0.5); }

.under h5 {
  padding-left: 20px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em; }
  .under h5::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 3px;
    background: rgba(172, 204, 106, 0.5);
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; }

.under h6 {
  padding-left: 23px;
  position: relative;
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 18px; }
  .under h6::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    background: rgba(172, 204, 106, 0.5);
    border-radius: 50%; }

.under p, .under li, .under dt, .under dd {
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2.5;
  font-size: 15px; }

.under section:first-child h3 {
  margin-top: 87px; }

.under section {
  padding-top: 1px; }
  .under section h3 {
    margin-top: 80px; }

.under .secH4 {
  padding-top: 109px; }

.under .secH5 {
  padding-top: 96px; }

.under .secH6 {
  padding-top: 84px; }

.under .imgBox.rowImg .image_l img, .under .imgBox.rowImg .image_r img {
  max-width: 100%;
  max-height: 500px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

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

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

.under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
  max-width: 450px;
  margin-bottom: 30px; }

.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% - 510px); }

.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: #a98c54;
  font-family: 'Noto Serif JP', serif; }

.under .imgBox.colImg3 figure, .under .imgBox.colImg2 figure {
  position: relative;
  background: #efefef;
  overflow: hidden;
  height: 280px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.under .imgBox.colImg3 img, .under .imgBox.colImg2 img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

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

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

.under .imgBox.colImg1 .item {
  width: 100%; }
  .under .imgBox.colImg1 .item img {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-height: 400px; }

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

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto; } }

.under table {
  border-radius: 3px; }
  .under table.rollTable {
    width: 100%; }
  .under table.tbl_style01 th, .under table.tbl_style01 td {
    border: 1px solid rgba(16, 120, 125, 0.3);
    padding: 0.625rem; }
    .under table.tbl_style01 th img, .under table.tbl_style01 td img {
      max-width: 100%; }
  .under table.tbl_style01 th {
    background-color: #10787d;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center; }
  .under table.tbl_style01 td {
    background-color: #fff;
    color: #383838;
    font-size: 15px; }
  .under table.tbl_style01.rowHead tr th:not(:last-child) {
    border-right: 1px solid #fff; }
  .under table.tbl_style01.colHead tr:not(:last-child) th {
    border-bottom: 1px solid #fff; }
  .under table.tbl_style02 th, .under table.tbl_style02 td {
    border: 2px solid #9dba38;
    border-left: none;
    border-right: none;
    padding: 0.625em; }
    .under table.tbl_style02 th img, .under table.tbl_style02 td img {
      max-width: 100%; }
  .under table.tbl_style02 th {
    background: none;
    font-weight: normal;
    font-size: 1.125em;
    color: #9dba38; }
  .under table.tbl_style02 td {
    font-size: 1em; }

.under .tbl_note {
  display: none;
  margin-top: 10px;
  color: #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%;
    padding-right: 10px; }

.under ul.list01 li {
  position: relative;
  padding-left: 20px; }
  .under ul.list01 li:last-child {
    padding-bottom: 0; }
  .under ul.list01 li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #66be8d;
    position: absolute;
    left: 0;
    top: 15px; }

.under .list_note {
  margin-top: 15px;
  padding-left: 20px; }
  .under .list_note.no_mt {
    margin-top: 0; }

.under .topic_path {
  padding: 11px 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: #5c5c5c;
      font-size: 12px;
      line-height: 1.45;
      letter-spacing: 1.5px; }
  .under .topic_path a {
    text-decoration: none;
    color: #219c92; }
    .under .topic_path a:hover {
      opacity: 1;
      text-decoration: underline; }
  .under .topic_path span {
    display: inline-block;
    padding: 0 8px 0 6px;
    -webkit-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    color: #5c5c5c;
    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: gray;
    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;
      text-decoration: none; }
    .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 {
  max-width: 700px;
  margin: auto;
  position: relative; }
  .under .doctor_box p {
    margin-bottom: 0; }
  .under .doctor_box .text {
    position: absolute !important;
    right: 2%;
    bottom: 30px;
    z-index: 1; }
    .under .doctor_box .text p {
      padding: 20px;
      background: rgba(33, 156, 146, 0.95);
      color: #fff;
      text-align: center;
      font-weight: 600;
      letter-spacing: 0.1em;
      line-height: 1.5;
      font-size: 24px; }
    .under .doctor_box .text span {
      font-size: 80%;
      display: block; }

.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: 350px;
  text-align: right; }

.under .clinic_tbl02 {
  text-align: center; }
  .under .clinic_tbl02 th:first-child {
    width: 350px; }
  .under .clinic_tbl02 th:not(:first-child) {
    width: calc((100% - 350px) / 7); }

.under .teeth_box .secH4 {
  width: 48%; }

.under .teeth_box .secH5 {
  padding-top: 20px !important; }

.under .teeth_box img {
  max-height: 180px; }

.under .teeth_box p {
  font-size: 14px; }

.under .access_box_img01 .block {
  display: -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; }

.under.page-clinic table.tbl_style01 td span {
  display: block; }

.under.page-director .director_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.under.page-director .director_box dt {
  width: 60px; }

.under.page-director .director_box dd {
  width: calc(100% - 60px);
  padding-left: 20px; }

.under .under_box_flow .section {
  margin: 80px 0;
  padding: 30px 30px 30px 130px;
  border: 2px solid #0e777d;
  background: #d5e5b4;
  position: relative;
  z-index: 0; }
  .under .under_box_flow .section:last-child {
    margin-bottom: 0; }
  .under .under_box_flow .section:nth-of-type(even) {
    background: #1d9c92; }
    .under .under_box_flow .section:nth-of-type(even) h4, .under .under_box_flow .section:nth-of-type(even) p, .under .under_box_flow .section:nth-of-type(even) h4 {
      color: #fff;
      border-bottom-color: #fff; }

.under .under_box_flow .eng {
  height: 120%;
  padding: 10px;
  background: #10787d;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }
  .under .under_box_flow .eng::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -29px;
    border-style: solid;
    border-width: 30px 32px 0 33px;
    border-color: #0e777d transparent transparent transparent; }
  .under .under_box_flow .eng span {
    display: block;
    font-size: 250%; }

.under.page-interview #mainContent {
  padding-bottom: 79px;
  background-image: url(../images/itw_bg_top.png), url(../images/itw_bg_bottom.png), url(../images/itw_img_bg03.png), url(../images/itw_img_bg04.png), url(../images/itw_img_bg05.png);
  background-position: top left, right top 21%, right top 58%, left top 74%, right top 94%;
  background-repeat: no-repeat; }
  .under.page-interview #mainContent .inner {
    max-width: 1118px; }
  .under.page-interview #mainContent .topic_path .inner {
    max-width: 1280px; }

.under.page-interview .key_interview {
  height: 600px;
  margin-top: 80px;
  overflow: hidden;
  background-position: center;
  position: relative;
  background: url("../images/itw_img01.jpg") no-repeat;
  background-size: cover;
  background-position: right 46% center; }
  .under.page-interview .key_interview .idx_ttl_eng {
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    letter-spacing: 0.2em;
    line-height: 1.1;
    font-weight: bold;
    font-size: 182px;
    bottom: -36px;
    left: -15px; }
  .under.page-interview .key_interview .key_text {
    width: 65%; }

.under.page-interview .key_interview_text {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .under.page-interview .key_interview_text .inner_sm {
    position: relative; }
  .under.page-interview .key_interview_text h2, .under.page-interview .key_interview_text p {
    text-align: left;
    color: #fff; }
  .under.page-interview .key_interview_text .itw_h2 {
    margin-bottom: 58px;
    text-align: left; }
    .under.page-interview .key_interview_text .itw_h2 span {
      display: block; }
    .under.page-interview .key_interview_text .itw_h2 .eng {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 500;
      letter-spacing: 0.2em; }
    .under.page-interview .key_interview_text .itw_h2 .jp {
      font-family: "Kiwi Maru", serif;
      font-size: 36px;
      position: relative;
      left: -14px;
      letter-spacing: 0.2em; }
  .under.page-interview .key_interview_text .itw_h3 {
    text-align: left;
    font-family: "Kiwi Maru", serif;
    font-size: 24px;
    line-height: 2.1em;
    margin-bottom: 12px;
    letter-spacing: 0.1em; }
  .under.page-interview .key_interview_text .txt {
    font-size: 15px;
    line-height: 2.66em;
    margin-bottom: 7px; }
  .under.page-interview .key_interview_text .box_name {
    position: absolute;
    right: 0;
    bottom: -16px; }
    .under.page-interview .key_interview_text .box_name > p {
      padding-bottom: 15px;
      font-family: "Kiwi Maru", serif;
      border-bottom: 2px solid #fff;
      letter-spacing: 0.2em;
      line-height: 1;
      font-size: 30px;
      display: table; }
    .under.page-interview .key_interview_text .box_name .pos {
      letter-spacing: 0.3em;
      font-size: 60%; }
    .under.page-interview .key_interview_text .box_name .jp {
      padding: 0 10px 0 20px; }
    .under.page-interview .key_interview_text .box_name .eng {
      font-family: "Zen Kaku Gothic New", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.22em;
      font-weight: 500;
      font-size: 40%; }

.under.page-interview .itw, .under.page-interview .itw_ct {
  position: relative; }

.under.page-interview .itw .item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 80px; }

.under.page-interview .itw .col_img {
  width: 58%;
  max-width: 654px;
  padding-right: 80px; }
  .under.page-interview .itw .col_img figure {
    position: relative; }
  .under.page-interview .itw .col_img img {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2; }

.under.page-interview .itw .col_infor {
  width: 42%;
  max-width: 464px; }

.under.page-interview .itw .point {
  margin-bottom: 22px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.2em;
  font-size: 36px;
  text-transform: uppercase;
  color: #accc6a;
  font-weight: bold;
  line-height: 1em; }
  .under.page-interview .itw .point .num {
    margin-left: 10px;
    font-weight: 500;
    line-height: 1em;
    font-family: "Kiwi Maru", serif;
    font-size: 155.56%; }

.under.page-interview .itw .txt {
  line-height: 2.67em; }

.under.page-interview .itw .revert .col_img {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-left: 80px;
  padding-right: 0; }
  .under.page-interview .itw .revert .col_img .txt_num {
    left: 0;
    right: 28px;
    text-align: right; }

.under.page-interview .itw .revert .col_infor {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.under.page-interview .itw01 {
  position: relative;
  padding: 105px 0 54px 0; }
  .under.page-interview .itw01 .item:nth-of-type(1) .col_infor {
    padding-top: 19px; }

.under.page-interview .itw02 {
  height: 400px;
  background: url("../images/itw02_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  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;
  text-align: center; }
  .under.page-interview .itw02 .ttl_itw02 {
    padding-bottom: 0;
    font-family: "Kiwi Maru", serif;
    font-size: 36px;
    color: #fff;
    line-height: 2.38em;
    letter-spacing: 0.2em;
    border-bottom: none; }
  .under.page-interview .itw02 .idx_ttl_eng {
    position: absolute;
    top: -52px;
    right: -50px;
    text-align: right;
    color: rgba(255, 255, 255, 0.1);
    z-index: 1;
    letter-spacing: 0.2em;
    line-height: 1.1;
    font-weight: bold;
    font-size: 182px; }

.under.page-interview .itw03 {
  padding: 140px 0 0; }
  .under.page-interview .itw03 .item {
    margin-bottom: 73px; }
    .under.page-interview .itw03 .item:nth-of-type(1) .col_infor {
      margin-top: -19px; }
    .under.page-interview .itw03 .item:nth-of-type(2) {
      margin-bottom: 86px; }
      .under.page-interview .itw03 .item:nth-of-type(2) .col_infor {
        margin-top: -14px; }
    .under.page-interview .itw03 .item:nth-of-type(3) {
      margin-bottom: 104px; }
      .under.page-interview .itw03 .item:nth-of-type(3) .col_infor {
        padding-top: 19px; }
    .under.page-interview .itw03 .item:last-child {
      margin-bottom: 0; }

.under.page-interview .txt_num {
  font-size: 140px;
  color: #c7c7c7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1em;
  position: absolute;
  bottom: -22px;
  left: 28px;
  text-align: left; }

.under.page-interview .ttl_itw01 {
  padding-bottom: 0;
  border-bottom: none;
  font-family: "Kiwi Maru", serif;
  font-size: 24px;
  color: #5c5c5c;
  line-height: 1.875em;
  margin-bottom: 25px; }

.under footer .ft_contact .col p {
  line-height: 2; }

.under footer .ft_contact .tel {
  font-weight: 400; }

.under footer .ft_contact .col_tel .ttl {
  font-weight: normal; }

.under footer .ft_main .box_head .ft_add {
  font-weight: 400;
  line-height: 2; }

.under footer .ft_main .box_head .ft_tel .note {
  line-height: 2; }

.under footer .ft_main .box_head .ft_tel .num {
  line-height: 2; }

.under footer .ft_main .note {
  line-height: 2;
  font-weight: 400; }

.under .ft_link_list li:not(.ttl) {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 14px; }

.under .fixed_banner .mail p, .under .fixed_banner .web p {
  line-height: 1.222222222222222; }

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .under.page-interview .key_interview_text .box_name {
    right: 10px; }
  .under.page-interview .key_interview_text .itw_h2 .jp {
    left: -10px;
    font-size: 30px; }
  .under.page-interview .key_interview_text .txt {
    font-size: 1.3vw; }
  .under.page-interview .itw .col_img {
    width: 48%;
    padding-right: 20px; }
  .under.page-interview .itw .col_infor {
    width: 52%; }
  .under.page-interview .itw .revert .col_img {
    padding-right: 0;
    padding-left: 20px; }
  .under.page-interview .itw .point {
    font-size: 30px; }
  .under.page-interview .ttl_itw01 {
    font-size: 22px; }
  .under.page-interview .itw02 .ttl_itw02 {
    font-size: 30px; }
  .under.page-interview .itw02 .idx_ttl_eng {
    top: -40px;
    right: -25px;
    font-size: 130px; } }

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .under .ft_link_list li:not(.ttl) {
    font-size: 12px; } }

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under.page-interview .key_interview_text .itw_h2 {
    margin-bottom: 30px; }
  .under.page-interview .key_interview_text .itw_h3 {
    font-size: 22px; }
  .under.page-interview .key_interview_text .txt {
    font-size: 1.5vw; }
  .under.page-interview .key_interview_text .box_name > p {
    font-size: 24px; } }

/* 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: #10787d;
    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;
    text-decoration: none; }
    #pagination a.prev, #pagination a.next, #pagination span.prev, #pagination span.next {
      background-repeat: no-repeat;
      background-position: center;
      background-size: 7px auto;
      color: transparent; }
    #pagination a.prev, #pagination span.prev {
      background-image: url(../images/shared_blog_arrow_prev.svg); }
    #pagination a.next, #pagination span.next {
      background-image: url(../images/shared_blog_arrow_next.svg); }
  @media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (-o-min-device-pixel-ratio: 3/4), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
    #pagination {
      /* for IE 9 and above */ }
      #pagination a, #pagination span {
        padding-top: 2px; } }
  #pagination a:hover {
    text-decoration: none;
    opacity: 0.7; }
  #pagination span {
    opacity: 0.5; }
  #pagination .active a, #pagination a.active:hover {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF; }

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

.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: 2px solid #10787d;
    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: #219c92;
          display: inline-block;
          margin-left: 2px;
          padding: 0 10px;
          color: #fff;
          letter-spacing: 0;
          text-decoration: none; }
          .blog_list_style01 .item .info .date .tag a.blog {
            background-color: #c4da9a; }
    .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: #333333; }
      .blog_list_style01 .item .info .ttl a {
        color: inherit; }
    .blog_list_style01 .item .info .des {
      padding-bottom: 45px; }
    .blog_list_style01 .item .info .button {
      background-color: #fff;
      border: 2px solid #219c92;
      position: absolute;
      bottom: 0px;
      right: 0; }
      .blog_list_style01 .item .info .button a {
        position: relative;
        z-index: 1;
        display: block;
        padding: 5px 10px;
        font-size: 90%;
        color: #333;
        text-decoration: none; }
        .blog_list_style01 .item .info .button a::before {
          opacity: 0; }
      .blog_list_style01 .item .info .button::after {
        content: "";
        background-color: #219c92;
        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: gray; }
  .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: #219c92;
      -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; }
    .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: #10787d;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      color: #fff;
      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 {
    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;
    width: 400px;
    padding: 15px 20px;
    font-size: 20px; }
    .contact-form-style01 .contact-table dt span {
      display: inline-block;
      border-radius: 7px;
      padding: 2px 7px;
      margin-left: 5px;
      font-size: 70%;
      line-height: 1; }
  .contact-form-style01 .contact-table dd {
    width: calc(100% - 400px);
    padding: 15px 25px;
    display: -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;
    text-decoration: none;
    line-height: 1; }

.contact-form-style01 .input_btn input[type="button"], .contact-form-style01 .input_btn input[type="submit"], .contact-form-style01 .button.thanks_btn {
  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: #219c92;
  color: #fff; }

.contact-form-style01 .contact-table {
  border: 1px solid rgba(16, 120, 125, 0.3); }
  .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: #10787d;
    border-bottom: 1px solid #fff;
    color: #fff; }
    .contact-form-style01 .contact-table dt span {
      background-color: #ffffff;
      color: #ff3c7f; }
  .contact-form-style01 .contact-table dd {
    border-bottom: 1px solid rgba(16, 120, 125, 0.3); }

.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 {
    border: none;
    border-bottom: 1px solid rgba(16, 120, 125, 0.3); }
    .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-left: 1px solid rgba(16, 120, 125, 0.3);
      border-right: 1px solid rgba(16, 120, 125, 0.3); }
    .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*/
/*---------add post---------*/
.box_hp_mainvisual {
  background: #fff;
  text-align: center;
  color: #292929;
  padding: 50px 50px;
  position: absolute;
  right: 60px;
  bottom: 110px; }

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

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

.main_txt_h {
  font-size: 35px; }

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

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

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

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

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

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

.ttl_lp01_s02 {
  padding-bottom: .85em; }

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

.ttl_lp01 .sp_onl {
  display: none; }

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

.lpbox {
  padding: 55px 0; }

.lpbox01 {
  background: #E9F3F5; }

.lpbox02 {
  background: #FAF8EF; }

.lpbox04 {
  padding-top: 10px; }

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

.blog-content .entry > h5 {
  margin-top: 50px; }

.blog-content .entry .colImg1 img, .img_wcap_ct img {
  max-height: 500px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.blog-content .entry .list01 {
  margin-top: 30px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list_bxex02_btn {
  margin-bottom: 0; }

.list_bxex02_btn a {
  background-size: 15px auto;
  color: #fff;
  display: inline-block;
  padding: 3px 35px 3px 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

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

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

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

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

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

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

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

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

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

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

.under_post {
  font-size: 17px; }

.center_img {
  margin: 0 auto 1.5em;
  text-align: center; }

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

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

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

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

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

p:empty {
  display: none; }

.note01 {
  margin-bottom: 30px; }

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

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

.note01.note_c {
  color: #D90029; }

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

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

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

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

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

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

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

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

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

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

.maint0 {
  margin-top: 0; }

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

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

blockquote:before {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2;
  background-size: 40px;
  width: 50px;
  height: 50px;
  content: ""; }

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

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

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

/*---------add post sp---------*/
@media screen and (max-width: 768px) {
  .img_wcap_ct {
    margin-bottom: 30px;
    width: auto !important; }
    .img_wcap_ct img {
      max-height: 400px; }
  .blog-content .entry > h4 {
    margin-top: 40px; }
  .blog-content .entry > h5 {
    margin-top: 30px; }
  .under .blog-content .entry .colImg1 img, .under .img_wcap_ct img {
    max-width: 100%; }
  .box_lig01, .box_lig02 {
    padding: 20px;
    margin-top: 30px; }
  .inbl {
    margin-bottom: 40px; }
  .box_lig01, .box_lig02 {
    padding: 20px; }
  .under_post table th {
    font-size: 15px; } }

@media screen and (max-width: 640px) {
  .img_l,
  .img_r {
    float: none;
    max-width: 100%;
    margin: 0 0px 20px 0; } }

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
