@charset "UTF-8";
@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=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900;1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

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:not(.tel_click) {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #64b5f7;
}
a:not(.tel_click):hover, a:not(.tel_click):active {
  color: #64b5f7;
}
a:not([target*=_blank]) {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:not([target*=_blank]):hover {
  opacity: 0.7;
}

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

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

iframe {
  width: 100%;
  height: 100%;
}

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

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;
  letter-spacing: 0.1em;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.inner_big, .inner, .inner_sm {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.inner_big {
  max-width: 1740px;
}

.inner {
  max-width: 1300px;
}

.inner_sm {
  max-width: 1000px;
}

.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;
  }
}
.accBtn::before, .accBtn::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle, .accBtn.triangle_btt {
  position: relative;
}
.accBtn.triangle::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle.rotate::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
.accBtn.triangle_btt::after {
  content: "";
  position: relative;
  top: 0px;
  width: 0;
  height: 0;
  border-radius: 20px;
  border-color: inherit;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid;
  display: block;
  margin: 10px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accBtn.rotate::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

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

.rel {
  position: relative;
}

.ovh {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

.totop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 18%;
  right: 15px;
}
.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: 70px;
  height: 70px;
  margin: 0;
}
.totop:hover {
  opacity: 0.8;
}

@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: 42%;
  right: 0;
  z-index: 5;
}
.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;
  transition: all 0.3s ease;
}
.fixed_banner > div:not(.tel):hover {
  opacity: 0.7;
}
.fixed_banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.fixed_banner p {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.12em;
  font-weight: 500;
  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: 9px;
}
.fixed_banner .tel {
  background-color: #87cf7f;
}
.fixed_banner .tel p {
  line-height: 1.23;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  font-size: 26px;
}
.fixed_banner .tel p::before {
  background-image: url("../images/shared_fixed_bnr_icon02.png");
  background-size: auto 27px;
  height: 27px;
  margin-bottom: 6px;
}
.fixed_banner .tel p i {
  font-style: normal;
}
.fixed_banner .mail {
  background-color: #f8b357;
}
.fixed_banner .mail p {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.09;
  font-size: 22px;
}
.fixed_banner .mail p::before {
  background-image: url("../images/shared_fixed_bnr_icon01.png");
  background-size: auto 24px;
  height: 24px;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    width: 100px;
  }
  .fixed_banner .tel {
    height: 160px;
  }
  .fixed_banner .tel p {
    padding-top: 6px;
  }
  .fixed_banner .tel p i {
    display: block;
  }
  .fixed_banner .tel p span {
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
  }
  .fixed_banner .mail {
    height: 120px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .fixed_banner {
    width: 80px;
  }
  .fixed_banner .mail {
    height: 100px;
  }
  .fixed_banner .mail p {
    font-size: 18px;
  }
  .fixed_banner .tel {
    height: 130px;
  }
  .fixed_banner .tel p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 800px) {
  .fixed_banner {
    top: 200px;
    width: 80px;
  }
  .fixed_banner .mail {
    height: 100px;
  }
  .fixed_banner .mail p {
    font-size: 18px;
  }
  .fixed_banner .tel {
    height: 130px;
  }
  .fixed_banner .tel p {
    font-size: 20px;
  }
  .totop {
    bottom: 15%;
  }
}
.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%);
          transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}
.slick-arrow:focus {
  outline: 0;
}

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

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

/* Tablet
-------------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  body {
    font-size: 87.5%;
  }
  .btn.style01 a, .btn-group .btn.style02 a, .btn.style02 a {
    font-size: 14px;
  }
  .totop {
    right: 10px;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  font-size: 10px;
}

.wrapper {
  position: relative;
  z-index: 0;
}
.wrapper::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 9px;
  background: url(../images/h_icon_bg.png) right top no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
  max-width: 151px;
  max-height: 146px;
  z-index: 2;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.header_top {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  padding: 1% 10px 0 20px;
  -webkit-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;
}

.logo {
  width: 25%;
  max-width: 180px;

  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;
}
.logo .ov{
  display: block;
}
header.active .ov {
  display: block;
}
header.active .main {
  display: none;
}
.right_head {
  width: 70%;
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}
.pc_navi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:nth-child(1) {
  width: 13%;
}
.pc_navi > ul > li:nth-child(1) > a::after, .pc_navi > ul > li:nth-child(1) > p::after {
  background-color: #7ab0a7;
}
.pc_navi > ul > li:nth-child(2) {
  width: 20%;
}
.pc_navi > ul > li:nth-child(2) > a::after, .pc_navi > ul > li:nth-child(2) > p::after {
  background-color: #97c444;
}
.pc_navi > ul > li:nth-child(3) {
  width: 27%;
}
.pc_navi > ul > li:nth-child(3) > a::after, .pc_navi > ul > li:nth-child(3) > p::after {
  background-color: #f68cba;
}
.pc_navi > ul > li:nth-child(4) {
  width: 19%;
}
.pc_navi > ul > li:nth-child(4) > a::after, .pc_navi > ul > li:nth-child(4) > p::after {
  background-color: #cc905b;
}
.pc_navi > ul > li:nth-child(5) {
  width: 20%;
}
.pc_navi > ul > li:nth-child(5) > a::after, .pc_navi > ul > li:nth-child(5) > p::after {
  background-color: #39a4c5;
}
.pc_navi > ul > li > a, .pc_navi > ul > li > p {
  padding-top: 44px;
  padding-bottom: 5px;
  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;
  text-decoration: none;
  text-align: center;
  color: #040404;
  background-repeat: no-repeat;
  background-position: top center;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.5;
  font-size: 18px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pc_navi > ul > li > a::after, .pc_navi > ul > li > p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.pc_navi > ul > li > a:hover, .pc_navi > ul > li > p:hover {
  opacity: 1;
  color: #040404;
}
.pc_navi > ul > li > a:hover::after, .pc_navi > ul > li > p:hover::after {
  width: 100%;
}
.pc_navi > ul > li:nth-of-type(1) > a, .pc_navi > ul > li:nth-of-type(1) > p {
  background-image: url(../images/h_menu_icon01.png);
}
.pc_navi > ul > li:nth-of-type(2) > a, .pc_navi > ul > li:nth-of-type(2) > p {
  background-image: url(../images/h_menu_icon02.png);
}
.pc_navi > ul > li:nth-of-type(3) > a, .pc_navi > ul > li:nth-of-type(3) > p {
  background-image: url(../images/h_menu_icon03.png);
}
.pc_navi > ul > li:nth-of-type(4) > a, .pc_navi > ul > li:nth-of-type(4) > p {
  background-image: url(../images/h_menu_icon04.png);
}
.pc_navi > ul > li:nth-of-type(5) > a, .pc_navi > ul > li:nth-of-type(5) > p {
  background-image: url(../images/h_menu_icon05.png);
}
.pc_navi > ul > li:nth-of-type(1) > a, .pc_navi > ul > li:nth-of-type(1) > p {
  background-size: auto 26px;
  background-position: top 7px center;
}
.pc_navi > ul > li:nth-of-type(2) > a, .pc_navi > ul > li:nth-of-type(2) > p {
  background-size: auto 32px;
}
.pc_navi > ul > li:nth-of-type(3) > a, .pc_navi > ul > li:nth-of-type(3) > p {
  background-size: auto 40px;
}
.pc_navi > ul > li:nth-of-type(4) > a, .pc_navi > ul > li:nth-of-type(4) > p {
  background-size: auto 41px;
}
.pc_navi > ul > li:nth-of-type(5) > a, .pc_navi > ul > li:nth-of-type(5) > p {
  background-size: auto 36px;
}
.pc_navi > ul > li:hover a.title::after, .pc_navi > ul > li:hover p.title::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 220px;
  right: 50%;
  bottom: 0px;
  padding-top: 0px;
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.pc_navi > ul .subInner.active {
  opacity: 1;
  visibility: visible;
}
.pc_navi > ul .subInner ul {
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 19px 10px 19px 28px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .pc_navi > ul > li > a, .pc_navi > ul > li > p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .header_top {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pc_navi > ul > li > a, .pc_navi > ul > li > p {
    padding-top: 35px;
    font-size: 1.5vw;
  }
  .pc_navi > ul > li:nth-of-type(1) > a, .pc_navi > ul > li:nth-of-type(1) > p {
    background-size: auto 18px;
  }
  .pc_navi > ul > li:nth-of-type(2) > a, .pc_navi > ul > li:nth-of-type(2) > p {
    background-size: auto 22px;
  }
  .pc_navi > ul > li:nth-of-type(3) > a, .pc_navi > ul > li:nth-of-type(3) > p {
    background-size: auto 22px;
  }
  .pc_navi > ul > li:nth-of-type(4) > a, .pc_navi > ul > li:nth-of-type(4) > p {
    background-size: auto 28px;
  }
  .pc_navi > ul > li:nth-of-type(5) > a, .pc_navi > ul > li:nth-of-type(5) > p {
    background-size: auto 24px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 800px) {
  .logo {
    max-width: 180px;
  }
  .header_top {
    padding-top: 15px;
  }
}
@-webkit-keyframes ft_gallery {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -1975px center;
  }
}
@keyframes ft_gallery {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -1975px center;
  }
}
footer {
  padding: 40px 0 36px 0;
  position: relative;
}
footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 111px;
  background: url(../images/ft_bg.jpg) bottom center no-repeat;
  background-size: cover;
}
footer .ft_gallery {
  background: url(../images/ft_gallery.png) repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
  -webkit-animation: ft_gallery 50s linear infinite;
          animation: ft_gallery 50s linear infinite;
  height: 260px;
  position: relative;
}
footer .ft_gallery::before, footer .ft_gallery::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
}
footer .ft_gallery::before {
  background-image: url(../images/ft_icon01.png);
  top: -24%;
  right: 16%;
  max-width: 146px;
  max-height: 141px;
}
footer .ft_gallery::after {
  background-image: url(../images/ft_icon02.png);
  left: 16.5%;
  bottom: -19px;
  max-width: 117px;
  max-height: 84px;
}
footer .ft_main {
  margin-top: 67px;
  padding: 77px 0;
  background-color: #e7f3ef;
}
footer .ft_main p {
  margin: 0;
}
footer .ft_main .col_l {
  width: 49%;
  max-width: 620px;
}
footer .ft_main .col_r {
  width: 51%;
  padding-left: 62px;
  margin-top: -3px;
}
footer .ft_main .ft_logo {
  text-align: center;
}
footer .ft_main .ft_logo a {
  margin-left: auto;
  margin-right: auto;
  display: block;  max-width: 300px;
}
footer .ft_main .ft_logo img {
 

}
footer .ft_main .ft_add {
  margin: 18px 0 24px 0;
  color: #000;
  text-align: center;
  font-weight: 500;
  line-height: 1.875;
}
footer .ft_main .ft_box_btn .item {
  width: 49%;
  max-width: 300px;
  padding: 7px 10px;
  border-radius: 5px;
}
footer .ft_main .ft_box_btn .item a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  color: inherit;
}
footer .ft_main .ft_box_btn .item p {
  margin: 0;
  color: #fff;
  text-align: center;
}
footer .ft_main .ft_box_btn .item span {
  background-repeat: no-repeat;
  background-position: left center;
}
footer .ft_main .ft_box_btn .tel {
  background-color: #869e47;
}
footer .ft_main .ft_box_btn .tel a {
  pointer-events: none;
}
footer .ft_main .ft_box_btn .tel p {
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 26px;
}
footer .ft_main .ft_box_btn .tel span {
  padding-left: 38px;
  margin-left: 5px;
  background-image: url(../images/idx_icon_tel_27x27.png);
  background-size: auto 27px;
}
footer .ft_main .ft_box_btn .mail {
  background-color: #ffc259;
}
footer .ft_main .ft_box_btn .mail p {
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 22px;
}
footer .ft_main .ft_box_btn .mail span {
  padding-left: 47px;
  margin-left: 6px;
  background-image: url(../images/idx_icon_mail_32x24.png);
  background-position: left top 7px;
  background-size: auto 24px;
}
footer .ft_main .ft_map {
  margin: 30px 0 0;
  line-height: 0;
  font-size: 0;
}
footer .ft_main .ft_map iframe {
  height: 299px;
}
footer .ft_main .copyright {
  margin-top: 54px;
}
footer .ft_main .copyright p {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 14px;
}

.ft_link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ft_link a {
  text-decoration: none;
}
.ft_link .menu01 {
  width: 61%;
}
.ft_link .menu02 {
  width: 39%;
}
.ft_link .ttl {
  margin-bottom: 23px;
  padding-left: 0;
  margin-left: -4px;
  color: #87cf7f;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 48px;
  pointer-events: none;
}
.ft_link .ttl::before {
  display: none;
}
.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 22px;
  color: #414141;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.ft_link li:last-child {
  margin-bottom: 0;
}
.ft_link li::before {
  content: "";
  background-color: #87cf7f;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
}
.ft_link a {
  color: inherit;
}
.ft_link a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #414141;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  footer .ft_main .ft_box_btn .tel p {
    font-size: 25px;
  }
  .ft_link li::before {
    top: 8px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  footer::after {
    height: 55px;
    background-position: top center;
  }
  footer .ft_gallery {
    height: 200px;
  }
  footer .ft_gallery::before, footer .ft_gallery::after {
    background-size: 50% auto;
  }
  footer .ft_gallery::before {
    top: -20%;
    right: 5%;
    background-position: right top;
  }
  footer .ft_gallery::after {
    left: 10%;
    bottom: -10px;
    background-position: left bottom;
  }
  footer .ft_main .ft_add {
    font-size: 13px;
  }
  footer .ft_main .ft_box_btn .tel {
    padding-top: 10px;
  }
  footer .ft_main .ft_box_btn .tel p {
    font-size: 16px;
  }
  footer .ft_main .ft_box_btn .tel span {
    padding-left: 26px;
    margin: 0;
    background-size: auto 20px;
  }
  footer .ft_main .ft_box_btn .mail p {
    font-size: 18px;
  }
  footer .ft_main .ft_box_btn .mail span {
    margin: 0;
    padding-left: 35px;
    background-size: auto 18px;
  }
  footer .ft_main .copyright p {
    font-size: 13px;
  }
  .ft_link .ttl {
    font-size: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .ft_link li {
    font-size: 1.5vw;
  }
  .ft_link li::before {
    top: 0.8vw;
  }
  footer .ft_main .col_r {
    padding-left: 20px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.key::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/idx_key_arrow.png) top center no-repeat;
  max-height: 67px;
}

.home_page .key {
  background-image: url(../images/idx_key_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 910px;
  margin-top: 120px;
  overflow: hidden;
  position: relative;
  z-index: 1;
      --mask: url(../images/idx_key_bg_mask.png) ;
   mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position:  center;
    -webkit-mask-position:  center;
}
.home_page .key .inner {
  position: relative;
  height: 100%;
  padding: 0;
}
.home_page .key .key_text {
  width: 100%;
  height: 100%;
  padding-bottom: 144px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home_page .key .key_text .item {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding: 45px 10px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.home_page .key .key_text .item::before, .home_page .key .key_text .item::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
}
.home_page .key .key_text .item::before {
  background-image: url(../images/idx_key_img01.png);
  left: -30px;
  top: -16px;
  max-width: 105px;
  max-height: 171px;
}
.home_page .key .key_text .item::after {
  background-image: url(../images/idx_key_img02.png);
  max-width: 99px;
  max-height: 225px;
  right: -52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home_page .key h2, .home_page .key p {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.home_page .key h2 {
  margin-bottom: 22px;
  color: #90d789;
  line-height: 1.29;
  font-size: 48px;
}
.home_page .key p {
  margin: 0;
  color: #000;
  line-height: 1.62;
  font-size: 26px;
}
.home_page .topic_path {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .home_page .key {
    height: 690px;
            max-height: 58vw;
        min-height: 590px;
  }
  .home_page .key .key_text .item {
    padding: 25px 10px;        max-width: 760px;
  }
  .home_page .key h2 {
    font-size: 40px;
  }
  .home_page .key p {
    font-size: 22px;
  }
    .home_page .key .key_text  {
        padding-bottom: calc(90px + 2%);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .home_page .key h2 {
    font-size: 36px;
  }
  .home_page .key p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .home_page .key {
    height: 590px;
    background-image: url(../images/idx_key_bg_1000.jpg);
  }
  .home_page .key::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/idx_key_line.png) top left 70% no-repeat;
    background-size: cover;
    width: 100%;
    height: 82px;
    z-index: -1;
  }
  .home_page .key .key_text {
    padding-bottom: 218px;
  }
  .home_page .key .key_text .item {
    width: 70%;
  }
  .home_page .key h2 {
    font-size: 30px;
  }
  .home_page .key p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 800px) {
  .home_page .key {
    height: 618px;
    margin-top: 100px;
    background-position: bottom center;
  }

  .home_page .key::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/idx_key_line.png) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 82px;
    z-index: -1;
  }
  .home_page .key .key_text .item {
    padding: 30px 10px;
  
    max-width: 720px;

  }
  .home_page .key h2 {
         font-size: 36px;
  }
  .home_page .key p {
           font-size: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width:1024px){
 .home_page .key{
  height: 636px;        max-height: 76vw;
 }
   .home_page .key .key_text .item {
  
    max-width: 559px;
  }

  .home_page .key h2 {
         font-size: 28px;
  }
  .home_page .key p {
           font-size: 18px;
  }
  .home_page .key .key_text .item::after{
        right: -38px;
            max-width: 78px;
  }
  .home_page .key .key_text .item::before{
        left: -30px;    max-width: 83px;
  }
}
.idx_h3_ttl {
  padding-bottom: 37px;
  margin-bottom: 21px;
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 26px;
  position: relative;
}
.idx_h3_ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: url(../images/idx_h3_icon.png) bottom center no-repeat;
  background-size: contain;
  width: 34px;
  height: 16px;
}
.idx_h3_ttl span {
  display: block;
}
.idx_h3_ttl .eng {
  margin-bottom: 4px;
  color: #ffc259;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 307.69%;
}
.idx_h3_ttl.cl_w {
  color: #fff;
}
.idx_h3_ttl.cl_w .eng {
  color: #fff;
}
.idx_h3_ttl.cl_p .eng {
  color: #ffc259;
}

.idx_box_btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.idx_box_btn .idx_btn {
  width: 300px;
  margin: 5px 15px;
}

.idx_btn a {
  width: 100%;
  max-width: 300px;
  padding: 17px 10px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #90d789;
 
  background-image: url(../images/idx_icon_arrow_22x4.png),url(../images/btn_bg.jpg);
  background-position: right 8px center,center;
  background-repeat: no-repeat;
  background-size:auto 4px,cover;
  border-radius: 31px;
  font-size: 18px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx_btn a:hover {
  color: #fff;
  opacity: 1;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.idx_btn.bg_n a {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx_h3_ttl {
    font-size: 18px;
  }
  .idx_btn a {
    padding: 15px 10px;
    font-size: 14px;
  }
}
.idx01 {
  padding: 80px 0 83px 0;
  margin-top: -122px;
  background: url(../images/idx01_bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.idx01::before, .idx01::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 50%;
  z-index: -1;
}
.idx01::before {
  background-image: url(../images/idx01_icon02.png);
  top: 49px;
  right: 7%;
  max-width: 163px;
  max-height: 149px;
}
.idx01::after {
  background-image: url(../images/idx01_icon03.png);
  bottom: -70px;
  right: -80px;
  max-width: 332px;
  max-height: 337px;
}
.idx01 .inner {
  position: relative;
  z-index: 0;
}
.idx01 .inner::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -80px;
  background: url(../images/idx01_icon01.png) left top no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
  max-width: 269px;
  max-height: 260px;
  z-index: -1;
}
.idx01 .col_img {
  width: 45%;
  max-width: 568px;
}
.idx01 .col_img figure {
  width: 90%;
}
.idx01 .col_img figure:nth-of-type(1) {
  max-width: 500px;
}
.idx01 .col_img figure:nth-of-type(2) {
  max-width: 400px;
  margin-left: auto;
  margin-top: -190px;
}
.idx01 .col_img figure img {
  border-radius: 20px;
}
.idx01 .col_infor {
  width: 55%;
  padding: 97px 0 0 0;
}
.idx01 .col_infor .txt {
  padding: 0 45px;
  text-align: center;
  line-height: 2.33;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 18px;
}
.idx01 .col_infor .idx_box_btn {
  margin-top: 47px;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx01 .col_infor .txt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx01::before, .idx01::after {
    background-size: 50% auto;
  }
  .idx01::before {
    right: 3%;
    background-position: right top;
  }
  .idx01::after {
    bottom: -5%;
    right: -5%;
    background-position: bottom right;
  }
  .idx01 .inner::before {
    top: 0%;
    left: -5%;
    background-size: 50% auto;
    background-position: top left;
  }
  .idx01 .col_infor .txt {
    padding: 0 10px 0 20px;
    font-size: 16px;
  }
  .idx01 .col_img figure:nth-of-type(2) {
    margin-top: -25%;
  }
}
.idx02 {
  padding: 107px 0 123px 0;
  position: relative;
  z-index: 0;
}
.idx02::before, .idx02::after {
  content: "";
  position: absolute;
  width: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.idx02::before {
  background-image: url(../images/idx02_icon01.png);
  top: 57px;
  left: 4.5%;
  height: 25%;
  max-width: 273px;
  max-height: 150px;
}
.idx02::after {
  background-image: url(../images/idx02_icon02.png);
  bottom: 49px;
  left: 30px;
  height: 56%;
  max-width: 374px;
  max-height: 380px;
}
.idx02 .idx_h3_ttl {
  margin-bottom: 34px;
}
.idx02 .col_infor {
  width: 53%;
  padding-right: 46px;
  padding-top: 33px;
}
.idx02 .col_infor .thumb {
  max-width: 640px;
  margin-left: auto;
}
.idx02 .col_infor .txt {
  margin-bottom: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.25;
}
.idx02 .col_img {
  width: 47%;
  max-width: 800px;
  position: relative;
  z-index: 0;
}
.idx02 .col_img::after {
  content: "";
  position: absolute;
  bottom: -109px;
  left: -118px;
  background: url(../images/idx02_icon03.png) left bottom no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
  max-width: 314px;
  max-height: 303px;
  z-index: -1;
}
.idx02 .col_img img {
  border-radius: 20px;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx02 {
    padding: 80px 0;
  }
  .idx02::before, .idx02::after {
    background-size: 50% auto;
  }
  .idx02::before {
    top: 5%;
    left: 4.5%;
  }
  .idx02::after {
    bottom: 49px;
    left: 30px;
  }
  .idx02 .col_infor {
    padding-right: 20px;
  }
}
.idx03 {
  padding: 0 0 168px 0;
}
.idx03_head {
  padding: 90px 0 192px 0;
  background: url(../images/idx03_bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.idx03_head::after {
  content: "";
  position: absolute;
  bottom: 59px;
  right: 12%;
  background: url(../images/idx03_icon03.png) right bottom no-repeat;
  background-size: contain;
  max-width: 239px;
  max-height: 241px;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.idx03_head .inner {
  position: relative;
  z-index: 0;
}
.idx03_head .inner::before, .idx03_head .inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.idx03_head .inner::before {
  background-image: url(../images/idx03_icon01.png);
  top: -107px;
  left: 27%;
  max-width: 168px;
  max-height: 179px;
}
.idx03_head .inner::after {
  background-image: url(../images/idx03_icon02.png);
  top: -14px;
  left: 67.5%;
  max-width: 68px;
  max-height: 61px;
}
.idx03_head .idx_h3_ttl {
  margin-bottom: 32px;
}
.idx03_head .txt {
  line-height: 2.33;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.idx03 > .inner {
  position: relative;
  z-index: 0;
}
.idx03 > .inner::before, .idx03 > .inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.idx03 > .inner::before {
  background-image: url(../images/idx03_icon04.png);
  right: -113px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 144px;
  max-height: 132px;
}
.idx03 > .inner::after {
  background-image: url(../images/idx03_icon05.png);
  left: -83px;
  bottom: -96px;
  max-width: 228px;
  max-height: 216px;
}
.idx03_box {
  margin-top: -127px;
  padding: 60px 60px 20px 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.idx03_box .item {
  width: 32%;
  max-width: 360px;
  height: 220px;
  margin-bottom: 40px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx03_box .item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.idx03_box .item::before, .idx03_box .item::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.idx03_box .item::before {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  bottom: -16px;
}
.idx03_box .item::after {
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  bottom: -4px;
}
.idx03_box .item:nth-of-type(1) {
  background-image: url(../images/idx03_img01.jpg);
}
.idx03_box .item:nth-of-type(2) {
  background-image: url(../images/idx03_img02.jpg);
}
.idx03_box .item:nth-of-type(3) {
  background-image: url(../images/idx03_img03.jpg);
}
.idx03_box .item:nth-of-type(4) {
  background-image: url(../images/idx03_img04.jpg);
}
.idx03_box .item:nth-of-type(5) {
  background-image: url(../images/idx03_img05.jpg);
}
.idx03_box .item:nth-of-type(6) {
  background-image: url(../images/idx03_img06.jpg);
}
.idx03_box .item:nth-of-type(1)::before {
  background-color: #f68dbf;
}
.idx03_box .item:nth-of-type(2)::before {
  background-color: #a07bb4;
}
.idx03_box .item:nth-of-type(3)::before {
  background-color: #8ebf34;
}
.idx03_box .item:nth-of-type(4)::before {
  background-color: #60b78a;
}
.idx03_box .item:nth-of-type(5)::before {
  background-color: #f39447;
}
.idx03_box .item:nth-of-type(6)::before {
  background-color: #7cbfdd;
}
.idx03_box .item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.idx03_box .ttl {
  margin: 0;
  margin-top: -7px;
  text-align: center;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.75);
  letter-spacing: 0.2em;
  font-size: 26px;
}
.idx03_box .ttl .eng {
  margin-top: 3px;
  font-family: "Parisienne", cursive;
  line-height: 1;
  letter-spacing: 0.18em;
  font-size: 92.31%;
  display: block;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx03 {
    padding-bottom: 140px;
  }
  .idx03_head::after {
    bottom: 50px;
    right: 30%;
    background-size: 50% auto;
  }
  .idx03_head .inner::before, .idx03_head .inner::after {
    background-size: contain;
  }
  .idx03_head .inner::before {
    top: -24%;
    left: 31%;
    width: 10%;
    height: 32%;
    background-position: top left;
  }
  .idx03_head .inner::after {
    left: 68%;
    width: 6%;
    height: 21%;
  }
  .idx03_head .txt {
    font-size: 16px;
  }
  .idx03_box {
    padding: 40px 20px 20px;
  }
  .idx03_box .ttl {
    font-size: 20px;
  }
  .idx03 > .inner::before, .idx03 > .inner::after {
    background-size: 50% auto;
  }
  .idx03 > .inner::before {
    right: -113px;
  }
  .idx03 > .inner::after {
    left: -5%;
    bottom: -8%;
    background-position: left bottom;
  }
}
.idx04 {
  padding: 39px 0;
  background-color: #e6f9f2;
  position: relative;
}
.idx04::before, .idx04::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 63px;
  left: 0;
}
.idx04::before {
  background-image: url(../images/idx04_bg01.png);
  top: -62px;
}
.idx04::after {
  background-image: url(../images/idx04_bg02.png);
  bottom: -63px;
}
.idx04_full {
  position: relative;
  z-index: 0;
}
.idx04_full::before, .idx04_full::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.idx04_full::before {
  background-image: url(../images/idx04_icon01.png);
  top: 2%;
  left: 6%;
  max-width: 476px;
  max-height: 486px;
}
.idx04_full::after {
  background-image: url(../images/idx04_icon02.png);
  top: 23%;
  right: 2%;
  max-width: 530px;
  max-height: 516px;
}
.idx04 .inner {
  position: relative;
}
.idx04 .inner::after {
  content: "";
  position: absolute;
  bottom: 7%;
  left: -13%;
  background: url(../images/idx04_icon03.png) bottom left no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  max-width: 398px;
  max-height: 375px;
  z-index: -1;
}
.idx04 .idx_h3_ttl {
  margin-bottom: 51px;
}
.idx04_box .item {
  width: 48%;
  max-width: 610px;
  margin-bottom: 28px;
}
.idx04_box .item img {
  border-radius: 20px;
}
.idx04_box .item .box_img {
  position: relative;
}
.idx04_box .item .box_img::before, .idx04_box .item .box_img::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.idx04_box .item .box_infor {
  padding: 38px 0 0 74px;
}
.idx04_box .item .point {
  width: 125px;
  height: 112px;
  margin: 0;
  padding-top: 17px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: #fff;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 18px;
  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;
  bottom: -38px;
  left: -57px;
}
.idx04_box .item .point .num {
  display: block;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 250%;
}
.idx04_box .item h4 {
  margin-bottom: 21px;
  padding-bottom: 24px;
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 26px;
  position: relative;
}
.idx04_box .item h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 1px;
  background: #ffc259;
}
.idx04_box .item .txt {
  margin: 0;
  line-height: 2.25;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.idx04_box .item:nth-of-type(1) .point {
  background-image: url(../images/idx04_img05.png);
}
.idx04_box .item:nth-of-type(2) .point {
  background-image: url(../images/idx04_img06.png);
}
.idx04_box .item:nth-of-type(3) .point {
  background-image: url(../images/idx04_img07.png);
}
.idx04_box .item:nth-of-type(4) .point {
  background-image: url(../images/idx04_img08.png);
}
.idx04_box .item:nth-of-type(1) .box_img::before {
  background-image: url(../images/idx04_img09.png);
  right: -28px;
  bottom: -13px;
  height: 100%;
  width: 100%;
  max-width: 105px;
  max-height: 252px;
}
.idx04_box .item:nth-of-type(2) .box_img::before {
  background-image: url(../images/idx04_img10.png);
  top: -44px;
  right: -15px;
  max-width: 94px;
  max-height: 94px;
  width: 100%;
  height: 100%;
}
.idx04_box .item:nth-of-type(2) h4::after {
  background: #7596f2;
}
.idx04_box .item:nth-of-type(3) .box_img::before {
  background-image: url(../images/idx04_img11.png);
  right: 26px;
  top: -26px;
  max-width: 50px;
  max-height: 51px;
  width: 100%;
  height: 100%;
}
.idx04_box .item:nth-of-type(3) .box_img::after {
  background-image: url(../images/idx04_img12.png);
  right: -21px;
  bottom: -13px;
  max-width: 58px;
  max-height: 71px;
  width: 100%;
  height: 100%;
}
.idx04_box .item:nth-of-type(3) h4::after {
  background: #5db7a5;
}
.idx04_box .item:nth-of-type(4) .box_img::before {
  background-image: url(../images/idx04_img13.png);
  right: -27px;
  bottom: -22px;
  max-width: 80px;
  max-height: 117px;
  width: 100%;
  height: 100%;
}
.idx04_box .item:nth-of-type(4) h4::after {
  background: #f86955;
}
.idx04_box .item:nth-of-type(even) {
  margin-top: 62px;
}

@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx04_box {
    width: 92%;
    margin: 0 auto;
  }
  .idx04_box .item {
    width: 46%;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx04_box .item h4 {
    font-size: 25px;
  }
  .idx04_box .item .txt br {
    display: none;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx04 {
    padding: 20px 0 0;
  }
  .idx04 .inner::after {
    bottom: 2%;
    left: -5%;
    background-size: 50% auto;
  }
  .idx04_full::before, .idx04_full::after {
    background-size: 50% auto;
  }
  .idx04_full::before {
    background-position: top left;
  }
  .idx04_full::after {
    background-position: top right;
  }
  .idx04_box .item .box_infor {
    padding: 30px 0 0 30px;
  }
  .idx04_box .item .point {
    width: 80px;
    height: 70px;
    font-size: 12px;
    left: -40px;
    bottom: -35px;
  }
  .idx04_box .item h4 {
    padding-bottom: 15px;
    font-size: 21px;
  }
  .idx04_box .item .box_img::before {
    background-size: 50% auto;
  }
  .idx04_box .item:nth-of-type(1) .box_img::before {
    right: -10px;
    background-position: right bottom;
  }
  .idx04_box .item:nth-of-type(2) .box_img::before {
    top: 0px;
    background-position: right top;
  }
  .idx04_box .item:nth-of-type(3) .box_img::before {
    right: 0px;
    background-position: right top;
  }
  .idx04_box .item:nth-of-type(3) .box_img::after {
    background-position: right bottom;
  }
  .idx04_box .item:nth-of-type(4) .box_img::before {
    right: -10px;
    bottom: 0;
    background-position: right bottom;
  }
}
.idx05 {
  padding: 148px 0 84px 0;
  position: relative;
  z-index: 0;
}
.idx05::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 16%;
  background: url(../images/idx05_icon03.png) right bottom no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
  max-width: 223px;
  max-height: 354px;
  z-index: -1;
}
.idx05 .idx_h3_ttl {
  margin-bottom: 53px;
  padding-bottom: 0;
  text-align: left;
}
.idx05 .idx_h3_ttl::after {
  display: none;
}
.idx05 .idx_h3_ttl span {
  display: inline-block;
}
.idx05 .idx_h3_ttl .eng {
  margin-right: 20px;
  font-size: 276.92%;
}
.idx05_box .col_img {
  width: calc(50% + 30px);
  margin-left: -30px;
  position: relative;
  z-index: 0;
}
.idx05_box .col_img::before, .idx05_box .col_img::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  width: 50%;
  height: 100%;
}
.idx05_box .col_img::before {
  background-image: url(../images/idx05_icon01.png);
  top: -37px;
  left: -11px;
  max-width: 276px;
  max-height: 407px;
}
.idx05_box .col_img::after {
  background-image: url(../images/idx05_icon02.png);
  right: -68px;
  bottom: 13%;
  max-width: 291px;
  max-height: 282px;
}
.idx05_box .col_infor {
  width: 50%;
  max-width: 640px;
  padding: 38px 0 0 54px;
}
.idx05_box .box_name {
  max-width: 400px;
  margin-bottom: 30px;
}
.idx05_box .box_name p {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}
.idx05_box .box_name .pos {
  padding-bottom: 4px;
  padding-left: 11px;
  margin-bottom: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 20px;
  border-bottom: 1px solid #ffc259;
}
.idx05_box .box_name .name {
  padding-left: 10px;
  color: #ffc259;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.3;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.idx05_box .box_name .name .eng {
  margin-left: 40px;
  color: #ffc259;
  font-family: "Nunito", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 53.33%;
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
}
.idx05_box .txt {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.625;
}
.idx05 .idx_box_btn {
  margin-top: 47px;
}

@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx05_box .col_img {
    width: 50%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx05 .idx_h3_ttl {
    font-size: 17px;
  }
  .idx05_box .col_infor {
    padding-left: 20px;
  }
  .idx05_box .box_name .name {
    font-size: 26px;
  }
  .idx05_box .txt br {
    display: none;
  }
}
.idx06 {
  padding: 108px 0 0;
  background-color: #fec051;
  position: relative;
  z-index: 0;
}
.idx06::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/idx06_bg.jpg) top center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.idx06::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/idx06_icon01.png) top center no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
  max-width: 374px;
  max-height: 102px;
}
.idx06 .idx_h3_ttl {
  margin-bottom: 44px;
}
.idx06 .txt_h3 {
  max-width: 950px;
  margin: 0 auto 62px auto;
  padding: 24px 30px;
  background: #e19c25;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-size: 20px;
}
.idx06_box .col_l, .idx06_box .col_r {
  width: 50%;
  max-width: 640px;
}
.idx06_box .col_l {
  padding-right: 30px;
}
.idx06_box .col_r {
  padding-left: 30px;
}
.idx06_box_add dl {
  padding: 18px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.idx06_box_add dl:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.idx06_box_add dt, .idx06_box_add dd {
  color: #fff;
  line-height: 1.5;
}
.idx06_box_add dt {
  width: 165px;
  letter-spacing: 0.1em;
}
.idx06_box_add dd {
  width: calc(100% - 165px);
  padding-left: 30px;
  letter-spacing: 0.2em;
}
.idx06_box_time table {
  background: #fff;
}
.idx06_box_time table tr:nth-of-type(1) {
  background-color: #e25591;
}
.idx06_box_time table tr:nth-of-type(2) {
  border-bottom: 1px solid rgba(226, 85, 146, 0.2);
}
.idx06_box_time table tr:nth-of-type(3) td {
  padding: 11px 0 21px 0;
}
.idx06_box_time table th, .idx06_box_time table td {
  border: none;
  text-align: center;
}
.idx06_box_time table th {
  padding: 14px 10px 13px 10px;
  color: #fff;
  background-color: #8cd185;
  font-weight: 400;
}
.idx06_box_time table th:last-child {
  letter-spacing: -0.2em;
}
.idx06_box_time table td {
  padding: 11px 0 12px 0;
  background: #fff;
}
.idx06_box_time .note_time {
  margin: 14px 0 0 7px;
  color: #fff;
  line-height: 1.875;
  letter-spacing: 0.08em;
}
.idx06_tel {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
}
.idx06_tel a {
  margin-left: 9px;
  text-decoration: none;
  pointer-events: none;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 175%;
}
.idx06 .idx_btn {
  margin-top: 43px;
}
.idx06 .idx_btn a{
  background-color: transparent;
  border: 1px solid #fff;
  background-image: url(../images/idx_icon_arrow_22x4.png),none;
}
.idx06_map {
  margin: 101px 0 0;
  font-size: 0;
  line-height: 0;
}
.idx06_map iframe {
  height: 450px;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx06 .txt_h3 {
    font-size: 16px;
  }
  .idx06_box_add dt {
    width: 100px;
  }
  .idx06_box_add dt .sp_only {
    display: block !important;
  }
  .idx06_box_add dd {
    width: calc(100% - 100px);
  }
  .idx06_tel {
    font-size: 20px;
  }
  .idx06_box_time table th {
    padding: 14px 5px;
  }
  .idx06_map iframe {
    height: 350px;
  }
}
.idx07 {
  padding-bottom: 90px;
}
.idx07_gallery {
  margin-top: 1px;
  position: relative;
}
.idx07_gallery .gallery_list li {
  width: 19.96%;
  height: 400px;
  max-height: 400px;
  max-width: 383px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx07_gallery .gallery_list li:nth-of-type(1) {
  background-image: url(../images/idx07_img01.jpg);
}
.idx07_gallery .gallery_list li:nth-of-type(2) {
  background-image: url(../images/idx07_img02.jpg);
}
.idx07_gallery .gallery_list li:nth-of-type(3) {
  background-image: url(../images/idx07_img03.jpg);
}
.idx07_gallery .gallery_list li:nth-of-type(4) {
  background-image: url(../images/idx07_img04.jpg);
}
.idx07_gallery .gallery_list li:nth-of-type(5) {
  background-image: url(../images/idx07_img05.jpg);
}
.idx07_h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.idx07_h3 .idx_h3_ttl {
  width: 100%;
  margin: -29px auto 0 auto;
}
.idx07_h3 .idx_h3_ttl .eng {
  padding: 0 56px 0 73px;
  position: relative;
  z-index: 0;
}
.idx07_h3 .idx_h3_ttl .eng::before, .idx07_h3 .idx_h3_ttl .eng::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 63px;
  z-index: -1;
}
.idx07_h3 .idx_h3_ttl .eng::before {
  background-image: url(../images/idx07_icon01.png);
  background-position: left center;
  left: 0;
}
.idx07_h3 .idx_h3_ttl .eng::after {
  background-image: url(../images/idx07_icon02.png);
  background-position: right center;
  right: 0;
}
.idx07 > .inner {
  position: relative;
}
.idx07 > .inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
  background-image: url(../images/idx07_icon04.png);
  bottom: 7%;
  right: -16%;
  z-index: -1;
  max-width: 359px;
  max-height: 330px;
}
.idx07_box {
  margin-top: -109px;
  padding: 65px 40px 84px 40px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #fff;
  position: relative;
  z-index: 0;
}
.idx07_box::before, .idx07_box::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
}
.idx07_box::before {
  background-image: url(../images/idx07_icon03.png);
  top: 28%;
  left: -14.5%;
  max-width: 293px;
  max-height: 321px;
  z-index: 1;
}
.idx07_box .youtube {
  max-width: 800px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
}
.idx07_box .youtube iframe {
  height: 450px;
  -webkit-clip-path: inset(0px 2px);
          clip-path: inset(0px 2px);
}
.idx07_box .idx_box_btn {
  margin-top: 59px;
}
.idx07_box .idx_box_btn .idx_btn {
  width: calc(33.3333333333% - 30px);
  max-width: 300px;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx07_box {
    margin-top: -80px;
  }
  .idx07_box::before {
    left: -13%;
    background-size: 50% auto;
    background-position: left top;
  }
  .idx07_box .youtube iframe {
    height: 350px;
  }
  .idx07_gallery .gallery_list li {
    height: 300px;
  }
}
.idx08 .col_l, .idx08 .col_r {
  width: 50%;
}
.idx08 .col_l {
  padding: 82px 35px 60px 10px;
  background-color: #f2fff1;
}
.idx08 .col_l .thumb {
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.idx08 .col_l .thumb::before {
  content: "";
  position: absolute;
  top: -18%;
  left: -16%;
  width: 50%;
  height: 100%;
  background: url(../images/idx08_icon01.png) top left no-repeat;
  background-size: contain;
  max-width: 223px;
  max-height: 210px;
  z-index: -1;
}
.idx08 .col_l .col_l_h3 {
  margin-bottom: 17px;
  padding: 7px 6px 8px 23px;
  color: #fff;
  background-color: #ffc259;
  border-radius: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.idx08 .col_l .col_l_h3 .eng {
  margin-bottom: -4px;
  color: #f8d3e3;
  font-family: "Nunito", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 61.54%;
}
.idx08 .col_l .item {
  padding: 24px 10px 21px 10px;
  position: relative;
  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;
}
.idx08 .col_l .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/idx08_img02.png) repeat;
}
.idx08 .col_l .item p {
  margin: 0;
}
.idx08 .col_l .item .date {
  width: 116px;
  color: #878787;
}
.idx08 .col_l .item .cate {
  width: 100px;
  padding: 5px;
  text-align: center;
  color: #fff;
  line-height: 0.9;
}
.idx08 .col_l .item .cate.news {
  background-color: #ffc259;
}
.idx08 .col_l .item .cate.blog {
  background-color: #8cd185;
}
.idx08 .col_l .item .ttl {
  width: calc(100% - 100px - 116px);
  padding-left: 21px;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx08 .col_l .item .ttl a {
  display: block;
  text-decoration: none;
  color: #333;
}
.idx08 .col_l .item .ttl a:hover {
  color: #c9638f;
}
.idx08 .col_l .item:nth-of-type(2) {
  padding: 27px 10px 23px 10px;
}
.idx08 .col_l .idx_btn {
  margin-top: 43px;
}
.idx08 .col_l .idx_btn a {
  max-width: 220px;
  padding: 11px 10px;
  background-color: #ec87b3;
  font-size: 16px;
}
.idx08 .col_r {
  padding: 66px 10px 63px 36px;
  background: url(../images/idx08_bg.jpg) center no-repeat;
  background-size: cover;
}
.idx08 .col_r .thumb {
  max-width: 609px;
}
.idx08 .col_r .col_r_h3 {
  margin: 0 auto 13px auto;
  padding-left: 45px;
  font-family: "Nunito", sans-serif;
  text-align: center;
  background: url(../images/idx08_icon_ins.png) left center no-repeat;
  background-size: auto 31px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 42px;
  display: table;
}
.idx08 .col_r .box_ins .item {
  width: 150px;
  height: 150px;
  max-width: 150px;
  max-height: 150px;
  margin: 1px;
  background-color: #fff;
  background-image: url(../images/idx08_img01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 31px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.idx08 .col_r .box_ins .item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.idx08 .thumb {
  max-width: 605px;
}

@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx08 .col_r .box_ins {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .idx08 .col_r .box_ins .item {
    width: 10vw;
    height: 10vw;
    background-size: contain;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx08 .col_l {
    padding-right: 20px;
  }
  .idx08 .col_l .col_l_h3 {
    font-size: 24px;
  }
  .idx08 .col_l .thumb::before {
    top: -10%;
    left: -6%;
    background-size: 50% auto;
  }
  .idx08 .col_l .item {
    padding: 15px 10px !important;
  }
  .idx08 .col_l .item .date {
    width: 100px;
  }
  .idx08 .col_l .item .cate {
    width: 80px;
  }
  .idx08 .col_l .item .ttl {
    width: calc(100% - 80px - 100px);
    padding-left: 15px;
  }
  .idx08 .col_r {
    padding-left: 20px;
  }
}
.idx_banner {
  position: fixed;
  left: 20px;
  bottom: 116px;
  z-index: 2;
}
.idx_banner .item {
  width: 320px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx_banner .item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.idx_banner .item p {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  font-weight: 500;
}
.idx_banner .item .ttl {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.idx_banner .item:hover {
  opacity: 0.8;
}
.idx_banner .corona {
  padding: 0 10px 0 20px;
  margin-bottom: 16px;
  background: url(../images/idx_banner_bg01.jpg) center no-repeat;
  background-size: cover;
}
.idx_banner .corona .ttl {
  height: 100%;
  padding-left: 75px;
  background: url(../images/idx_banner_img02.png) left center no-repeat;
  background-size: auto 62px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx_banner .corona .close {
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 3;
}
.idx_banner .corona .close:hover {
  opacity: 0.8;
}
.idx_banner .recruit {
  background-color: #439dfc;
}
.idx_banner .recruit::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 15px;
  background: url(../images/idx_banner_img01.png) right bottom no-repeat;
  background-size: auto 108px;
  width: 50%;
  height: 120%;
  max-width: 122px;
  max-height: 108px;
  z-index: 1;
}
.idx_banner .recruit .ttl {
  padding-left: 36px;
  letter-spacing: 0.1em;
  font-size: 30px;
}
.idx_banner .recruit .eng {
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 30px;
  position: absolute;
  bottom: -5px;
  left: 10px;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx_banner {
    bottom: 90px;
  }
  .idx_banner .item {
    width: 280px;
    height: 80px;
  }
  .idx_banner .corona .ttl {
    padding-left: 55px;
    background-size: auto 45px;
    font-size: 20px;
  }
  .idx_banner .recruit::after {
    background-size: auto 90px;
  }
  .idx_banner .recruit .ttl {
    padding-left: 25px;
    font-size: 24px;
  }
  .idx_banner .recruit .eng {
    font-size: 24px;
  }
}
@media only screen and (max-height: 800px) and (min-width: 769px) {
  .idx_banner {
    bottom: 40px;
  }
  .idx_banner .item {
    width: 280px;
    height: 80px;
  }
  .idx_banner .corona .ttl {
    padding-left: 55px;
    background-size: auto 45px;
    font-size: 20px;
  }
  .idx_banner .recruit::after {
    background-size: auto 90px;
  }
  .idx_banner .recruit .ttl {
    padding-left: 25px;
    font-size: 24px;
  }
  .idx_banner .recruit .eng {
    font-size: 24px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                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: rgb(51, 51, 51);
  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: 1170px;
}
.under .key {
  background: url(../images/under_key_bg.png) center no-repeat;
  background-size: cover;
  margin-top: 120px;
  height: 550px;
}
.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 .key .key_text h2 {
  padding: 15px 40px;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  color: #90d789;
  letter-spacing: 0.1em;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.95);
}
.under h2, .under h3, .under h4, .under h5, .under h6 {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.under h2:last-child, .under h3:last-child, .under h4:last-child, .under h5:last-child, .under h6:last-child {
  margin-bottom: 0;
}
.under h3 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  color: #90d789;
  font-size: 36px;
  text-align: center;
}
.under h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/idx_h3_icon.png) bottom center no-repeat;
  background-size: auto 16px;
  width: 26px;
  height: 16px;
}
.under h4 {
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
  font-size: 28px;
  color: #000;
}

.under h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/under_h4_icon.png) left top no-repeat;
  background-size: auto 50px;
  width: 48px;
  height: 50px;
}
.under h5 {
  margin-bottom: 25px;
  padding-left: 40px;
  position: relative;
  font-size: 24px;
  color: #90d789;
}
.under h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/under_h5_icon.png) left top no-repeat;
  background-size: auto 31px;
  width: 31px;
  height: 31px;
}
.under h6 {
  margin-top: 30px;
  position: relative;
  margin-bottom: 25px;
  color: #e25592;
  font-size: 20px;
}

.under section:first-child h3 {
  margin-top: 50px;
}
.under section {
  padding-top: 1px;
}
.under section h3 {
  margin-top: 80px;
}
.under .secH4 {
  padding-top: 60px;
}
.under .secH5 {
  padding-top: 50px;
}
.under .secH6 {
  padding-top: 40px;
}
.under .imgBox.rowImg .image_l img, .under .imgBox.rowImg .image_r img {
  max-width: 100%;
  max-height: 500px;
}
.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: -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;
}
.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%);
  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 {
  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 #ddd;
  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: #87cf7f;
  color: #fff;
  font-size: 1.125em;
  font-weight: normal;
  text-align: center;
}
.under table.tbl_style01 td {
  background-color: #fff;
  color: #383838;
  font-size: 1em;
}
.under table.tbl_style01.rowHead tr th:not(:last-child) {
  border-right: 1px solid #ddd;
}
.under table.tbl_style01.colHead tr:not(:last-child) th {
  border-bottom: 1px solid #ddd;
}
.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: -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;
  padding-bottom: 10px;
}
.under ul.list01 li:last-child {
  padding-bottom: 0;
}
.under ul.list01 li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f8b357;
  position: absolute;
  left: 0;
  top: 9px;
}
.under .list_note {
  margin-top: 15px;
  padding-left: 20px;
}
.under .list_note.no_mt {
  margin-top: 0;
}
.under .topic_path {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 1.5px;
  padding: 0 0 7px;
}
.under .topic_path ul {
  display: block;
  padding: 4px 10px 4px 0;
}
.under .topic_path ul::after {
  content: "";
  display: block;
  clear: both;
}
.under .topic_path ul li {
  float: left;
  text-transform: uppercase;
  color: #333;
}
.under .topic_path a {
  text-decoration: none;
  color: #87cf7f;
}
.under .topic_path a:hover {
  opacity: 1;
  text-decoration: underline;
}
.under .topic_path span {
  display: inline-block;
  padding: 0 12px;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  color: #87cf7f;
  line-height: 1;
}
.under .anchor-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0;
}
.under .anchor-links > div {
  background-color: #87cf7f;
  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: ">";
  border: 0;
  position: absolute;
  top: calc(50% - 0.5em);
  bottom: auto;
  left: auto;
  right: 7px;
  font-size: 0.857em;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.under .anchor-links > div.ext:hover::after {
  right: 5px;
}
.under .doctor_box {
  max-width: 700px;
  margin: auto;
  position: relative;
}
.under .doctor_box p {
  margin-bottom: 0;
}
.under .doctor_box .doctor_name {
  position: absolute !important;
  right: 2%;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  z-index: 1;
  color: #87cf7f;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.under .doctor_box .doctor_name span {
  font-size: 80%;
  display: block;
}
.under .ud_map {
  height: 450px;
}
.under .exp li {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.under .exp li .year {
  width: 7.5em;
}
.under .exp li .txt {
  width: calc(100% - 7.5em);
}

.under .clinic_tbl01 th {
  width: 350px;
  text-align: right;
}
.under .clinic_tbl02 {
  text-align: center;
}
.under .clinic_tbl02 th:first-child {
  width: 350px;
}
.under .clinic_tbl02 th:not(:first-child) {
  width: calc((100% - 350px) / 7);
}
.under .teeth_box .secH4 {
  width: 48%;
}
.under .teeth_box .secH5 {
  padding-top: 20px !important;
}
.under .teeth_box img {
  max-height: 180px;
}
.under .teeth_box p {
  font-size: 14px;
}
.under .access_box_img01 .block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.under .access_box_img01 .block:nth-child(even) .big {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.under .access_box_img01 .block .big {
  width: calc(0.5 * (100% - 10px));
}
.under .access_box_img01 .block .small {
  width: calc(0.5 * (100% - 10px));
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.under .access_box_img01 .block .small figure {
  width: calc((100% - 10px) * 0.5);
}
.under .access_box_img01 .block figure {
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 10px;
}
.under .access_box_img02 .block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.under .access_box_img02 .block:nth-child(even) .big {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.under .access_box_img02 .block .big {
  width: calc(0.5517241379 * (100% - 10px));
}
.under .access_box_img02 .block .small {
  width: calc(0.4482758621 * (100% - 10px));
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.under .access_box_img02 .block .small figure {
  width: calc((100% - 10px) * 0.5);
}
.under .access_box_img02 .block figure {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.under .under_box_flow {
  background: url(../images/line_dotted_h.gif) 30px 0 repeat-y;
}
.under .under_box_flow .item {
  margin-top: 60px;
  position: relative;
  margin-left: 120px;
}
.under .under_box_flow .item::before {
  content: "";
  height: 1px;
  width: 78px;
  background: url(../images/line_dotted_v.gif) 0 0 repeat-x;
  position: absolute;
  top: 52px;
  left: -60px;
}
.under .under_box_flow .item::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border: solid 2px #4d5878;
  border-radius: 50%;
  left: 15px;
  top: 48px;
}
.under .under_box_flow .item .box_in {
  padding: 30px 40px;
  background: #f8f8f8;
  border-radius: 20px;
}
.under .under_box_flow .item .label {
  margin: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #87cf7f;
  border-radius: 50%;
  top: 20px;
  left: -120px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
}

.under .qa_it {
  margin-bottom: 40px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 8px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.under .box_q {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #fcecf3;
  padding: 15px 20px 15px 85px;
  margin-bottom: 0;
  cursor: pointer;
}

.under .qa_it:hover {
  -webkit-box-shadow: rgba(149, 157, 165, 0.4) 0px 0px 8px;
          box-shadow: rgba(149, 157, 165, 0.4) 0px 0px 8px;
}

.under .box_a {
  padding: 20px 20px 20px 85px;
}

.under .box_q, .under .box_a {
  position: relative;
}

.under .box_q:before, .under .box_a:before {
  position: absolute;
  left: 20px;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  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;
  font-weight: bold;
  font-size: 24px;
  margin-top: -3px;
}

.under .box_q:before {
  content: "Q";
  background-color: #87cf7f;
  top: 10px;
}

.under .box_q:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #87cf7f;
  border-right: 3px solid #87cf7f;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.under .box_q.rotate:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.under .box_a:before {
  content: "A";
  background-color: #ffc259;
  top: 14px;
}

/* START BLOG
------------------------------------------------------------------------*/
#pagination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
}
#pagination:empty {
  display: none;
}
#pagination a, #pagination span {
  background-color: #87cf7f;
  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 (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: #87cf7f;
}

.blog_list_style01 .item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #bababa;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog_list_style01 .item figure {
  background-color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
  border: 3px solid #87cf7f;
  width: 220px;
  height: 220px;
}
.blog_list_style01 .item figure img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.blog_list_style01 .item .info {
  width: calc(100% - 250px);
  position: relative;
  padding-bottom: 40px;
}
.blog_list_style01 .item .info p {
  margin-bottom: 0;
  line-height: 1.5;
}
.blog_list_style01 .item .info .date {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
  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: #ffc259;
  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: #8cd185;
}
.blog_list_style01 .item .info .ttl {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-size: 120%;
  font-weight: 600;
  color: #333333;
}
.blog_list_style01 .item .info .ttl a {
  color: inherit;
}
.blog_list_style01 .item .info .des {
  padding-bottom: 45px;
}
.blog_list_style01 .item .info .button {
  background-color: #fff;
  border: 3px solid #ddd;
  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: #87cf7f;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  -webkit-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: -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: 24%;
  margin-right: 1%;
  margin-bottom: 15px;
  position: relative;
}
.blog_list_style02.colImg4_blog .item:nth-child(4) {
  margin-right: 0;
}
.blog_list_style02.colImg4_blog .item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.blog_list_style02.colImg4_blog .item .img {
  background: url(../images/shared_blog_logo.png) center no-repeat;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
}
.blog_list_style02.colImg4_blog .item .img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog_list_style02.colImg4_blog .item .img img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
}
.blog_list_style02.colImg4_blog .item:hover a {
  opacity: 1;
}
.blog_list_style02.colImg4_blog .item:hover .img img {
  -webkit-filter: blur(5px) grayscale(50%);
          filter: blur(5px) grayscale(50%);
  -webkit-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
}
.blog_list_style02.colImg4_blog figure {
  background-color: #ddd;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

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

@media only screen and (max-width: 768px) {
  .blog_detail_style02 .box_gallery {
    width: 100%;
    margin: 0 auto 30px;
  }
  .blog_detail_style02 .box_gallery .main_img {
    max-height: 400px;
    height: 100vw;
  }
  .blog_detail_style02 .box_info {
    width: 100%;
    margin: 0 auto;
  }
  .blog_detail_style02 .box_info table th {
    width: 100%;
  }
  .blog_detail_style02 .box_info table.tbl_style03 {
    border-bottom: none;
  }
}
.main_blog_container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_blog_container .main_blog_content {
  max-width: 100%;
  width: calc(100% - 250px);
}
.main_blog_container .main_blog_content > div {
  padding-top: 0;
}
.main_blog_container .sidebar {
  width: 220px;
}
.main_blog_container .sidebar .txt_head, .main_blog_container .sidebar .widgettitle {
  background-color: #87cf7f;
  -webkit-transform: none;
          transform: none;
  position: static;
  display: block;
  margin-bottom: 0;
  padding: 15px 10px;
  width: 100%;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.main_blog_container .sidebar ul:not(.children) {
  background-color: #fff;
  border: 1px solid #ddebf2;
  border-top: 0;
  padding: 0 10px;
}
.main_blog_container .sidebar ul:not(.children) > li {
  border-bottom: 1px solid #959595;
  padding: 12px 10px;
  font-size: 80%;
}
.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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
}
.blog_post_button > div {
  border-radius: 10px;
  position: relative;
  width: 32%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
  /* &.prev, &.next {
  	span {
  		display: block;
  		a {
  			&::after {
  				content: "";
  				background-repeat: no-repeat;
  				background-position: center;
  				background-size: auto 10px;
  				transform: translateY(-50%);
  				position: absolute;
  				top: 50%;
  				width: 15px;
  				height: 15px;
  				text-decoration: none !important;
  			}
  		}
  	}
  }
  &.prev {
  	a {
  		padding-left: 25px;
  		&::after {
  			background-image: url(../images/angle-double-left.svg);
  			left: 7px;
  		}
  	}
  }
  &.next {
  	a {
  		padding-right: 25px;
  		&::after {
  			background-image: url(../images/angle-double-right.svg);
  			right: 7px;
  		}
  	}
  }
  &:hover {
  	&.prev {
  		a {
  			&::after {
  			}
  		}
  	}
  	&.next {
  		a {
  			&::after {
  			}
  		}
  	}
  } */
}
.blog_post_button > div a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding: 11px 10px 10px;
  max-width: 100%;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #87cf7f;
  text-transform: uppercase;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
.blog_post_button > div:hover a {
  color: #fff;
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .contact-form-style01 .contact-table dt {
    width: 40%;
  }
  .contact-form-style01 .contact-table dd {
    width: 60%;
  }
  .contact-form-style02 {
    padding: 50px 30px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form-style01 .contact-table dl {
    display: block;
  }
  .contact-form-style01 .contact-table dt, .contact-form-style01 .contact-table dd {
    width: 100%;
  }
  .contact-form-style01 .contact-table dd {
    border-color: transparent;
  }
  .contact-form-style01 .contact-table input, .contact-form-style01 .contact-table textarea {
    width: 100%;
  }
  .contact-form-style01 .contact-table input[type=checkbox], .contact-form-style01 .contact-table input[type=radio] {
    width: auto;
  }
  .contact-form-style01 .wpcf7-list-item {
    display: block;
  }
  .contact-form-style02 {
    padding: 40px 30px 40px;
  }
  .contact-form-style02 .contact-table input, .contact-form-style02 .contact-table textarea {
    padding-bottom: 20px;
    text-align: center;
  }
  .contact-form-style02 .contact-table dl {
    width: 100%;
  }
  .contact-form-style02 .contact-table dl dt {
    width: 100%;
    text-align: center;
  }
  .contact-form-style02 .contact-table dl:not(.full) dt {
    bottom: 20px;
  }
  .contact-form-style02 .contact-table dl:not(.full).non-empty dt, .contact-form-style02 .contact-table dl:not(.full).focus dt {
    font-size: 0.9em;
  }
  .contact-form-style02 .wpcf7-not-valid-tip {
    text-align: center;
  }
  .page-contact-confirm .contact-form-style01 .contact-table dd {
    height: 54px;
  }
}
@-moz-document url-prefix() {
  .contact-form-style01 .contact-table dt span {
    padding: 1px 7px 3px 7px;
    margin-top: 4px;
  }
}
/* 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%);
  transform: translate(-60%, 50%);
  margin-bottom: 0;
}

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

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

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

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

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

.ttl_lp01_s02 {
  padding-bottom: 0.85em;
}

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

.ttl_lp01 .sp_onl {
  display: none;
}

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

.lpbox {
  padding: 55px 0;
}

.lpbox01 {
  background: #E9F3F5;
}

.lpbox02 {
  background: #FAF8EF;
}

.lpbox04 {
  padding-top: 10px;
}

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

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

.blog-content .entry .colImg1 img, .img_wcap_ct img {
  max-height: 500px;
}

.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;
  border-radius: 5px;
  text-decoration: none;
  -webkit-box-shadow: inset 0px -4px 0px 0px #7F7F7F;
  box-shadow: inset 0px -4px 0px 0px #7F7F7F;
  margin: 0 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list_bxex02_btn {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.under_post {
  font-size: 17px;
}

.center_img {
  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;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
.grecaptcha-badge {
  visibility: hidden;
}

#wpadminbar {
  display: none;
}