@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap");
@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=Lato:wght@300;400;700&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;
}
.bnr{
  display: table;
  position: relative;
}

*, ::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 {
  overflow: hidden;
}

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

.inner_big {
  max-width: 1440px;
}

.inner {
  max-width: 1300px;
}

.inner_sm {
  max-width: 1138px;
}

.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: 37px;
  right: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}
.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: 69px;
  height: 69px;
  margin: 0;
  border-radius: 50%;
}
.totop:hover {
  opacity: 0.7;
}

@media only screen and (max-height: 800px) and (min-width: 769px) {
  .totop {
    right: 70px;
  }
}
@-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: calc(50vh - 200px);
  right: 0;
  z-index: 20;
}
.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;
  line-height: 1.2222222222;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 15px;
  text-align: center;
}
.fixed_banner p span {
  position: relative;
}
.fixed_banner p span::before, .fixed_banner p span::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.fixed_banner p span::before {
  top: 0;
  background-position: top center;
}
.fixed_banner p span::after {
  bottom: 0;
  background-image: url(../images/shared_fixed_bnr_icon03.png);
  background-position: bottom center;
  width: 18px;
  height: 18px;
}
.fixed_banner .mail{
	background-color:#17abb4;
}
.fixed_banner .mail p span::before {
  background-image: url("../images/shared_fixed_bnr_icon04.png");
  width: 26px;
  height: 25px;
}
.fixed_banner .tel {
  background-color: #8bc782;
}
.fixed_banner .tel p span::before {
  background-image: url("../images/shared_fixed_bnr_icon01.png");
  height: 24px;
  width: 24px;
}
.fixed_banner .web {
  background-color: #68b26b;
}
.fixed_banner .web p span::before {
  background-image: url("../images/shared_fixed_bnr_icon02.png");
  width: 18px;
  height: 25px;
}
.fixed_banner .tel .num {
 opacity: 0;
 visibility: hidden;
  position: absolute;
  left: -170px;
  top: 50%;
  transform: translateY(-50%);
  background: #8bc782;
  padding: 15px;
  border-radius: 5px;
  transition: .3s all ease;
}
.fixed_banner .tel .num::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #8bc782;
}
.fixed_banner .tel:hover .num {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 769px) {
  .fixed_banner {
    width: 55px;
  }
  .fixed_banner .tel, .fixed_banner .web, .fixed_banner .mail {
    height: 150px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .fixed_banner .tel p:not(.num), .fixed_banner .web p,.fixed_banner .mail p {
    -ms-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    white-space: nowrap;
  }
	  .fixed_banner .mail {
    margin-bottom: 5px;height: 170px;
  }
	.fixed_banner .mail p{
		font-size:14px;
	}
.fixed_banner .mail p span	{
		    padding: 23px 0;
    letter-spacing: 0.1em;
	}
  .fixed_banner .tel {
    margin-bottom: 5px;
  }
  .fixed_banner .tel p span {
    padding: 32px 0;
  }
  .fixed_banner .web p span {
    padding: 32px 0 28px 0;
  }
}
.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 .icon {
    width: 40px;
    height: 40px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  font-size: 10px;
}

header {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
header.logo_active {
  background: #fff;
}
header.logo_active .pc_navi > ul li > a, header.logo_active .pc_navi > ul li > p {
  color: #333;
}
header.logo_active .logo {
  max-width: 307px;
}
header.logo_active .logo .active {
  display: block;
}
header.logo_active .logo .no_active {
  display: none;
}

.header_top {
  width: calc(100% - 90px);
  padding: 21px 10px 0 30px;
  -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: 42%;
  max-width: 511px;
  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 .active {
  display: none;
}

.right_head {
  width: 58%;
  padding-top: 15px;
  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;
  justify-content: flex-end;
}
.pc_navi > ul > li {
  padding: 0 16px;
  position: relative;
}
/* .pc_navi > ul > li:nth-child(1) {
  width: 20%;
}
.pc_navi > ul > li:nth-child(2) {
  width: 19%;
}
.pc_navi > ul > li:nth-child(3) {
  width: 20%;
}
.pc_navi > ul > li:nth-child(4) {
  width: 20%;
}
.pc_navi > ul > li:nth-child(5) {
  width: 21%;
} */
.pc_navi > ul > li > a, .pc_navi > ul > li > p {
  position: relative;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fefefe;
  -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: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  -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: #fff;
}
.pc_navi > ul > li > a:hover::after, .pc_navi > ul > li > p:hover::after {
  width: 100%;
}
.pc_navi > ul > li.lv2 {
  padding-bottom: 10px;
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 230px;
  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 .subInner {
  opacity: 1;
	width: 100%;
  visibility: visible;
	position: relative;
	right: 0;
	-webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.pc_navi > ul .subInner .subInner ul {
	background-color: transparent;
}

.pc_navi > ul .subInner .subInner ul li {
	padding-right: 0;
	padding-left: 20px;
}

.pc_navi > ul .subInner ul {
  background-color: rgba(109, 138, 66, 0.8);
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 10px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 19px 10px 19px 28px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0px;
}
.pc_navi > ul .subInner ul li a::before {
  content: "›";
  display: block;
  position: absolute;
  top: 48%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  header.active {
    -webkit-animation: scrolltop 1s;
            animation: scrolltop 1s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    background: #fff;
  }
  header.active .logo {
    max-width: 317px;
  }
  header.active .logo .no_active {
    display: none;
  }
  header.active .logo .active {
    display: block;
  }
  header.active .pc_navi > ul > li > a, header.active .pc_navi > ul > li > p {
    color: #333;
  }
  header.active .pc_navi > ul > li > a:hover::after, header.active .pc_navi > ul > li > p:hover::after {
    background: #333;
  }
  header.logo_active .pc_navi > ul > li > a:hover::after, header.logo_active .pc_navi > ul > li > p:hover::after {
    background: #333;
  }
}
@-webkit-keyframes scrolltop {
  0% {
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
    opacity: 0;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scrolltop {
  0% {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0;
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 1441px) {
  .header_top {
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .pc_navi > ul > li {
    padding: 0 13px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .header_top {
    padding-left: 20px;
    margin: 0;
  }
  .logo {
    width: 30%;
  }
  .right_head {
    width: 68%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .pc_navi > ul > li {
    padding: 0 5px;
  }
  .pc_navi > ul > li > a, .pc_navi > ul > li p {
    font-size: 12px;
  }
  .pc_navi > ul .subInner {
    width: 200px;
  }
  .pc_navi > ul .subInner ul li a {
    padding: 15px 10px 15px 25px;
    font-size: 12px;
  }
  .header_top {
    width: calc(100% - 60px);
  }
  .right_head {
    padding-top: 0;
  }
}
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: 420px;
}
footer .ft_main {
  padding: 110px 0 67px 0;
  background: url(../images/ft_bg.jpg) center no-repeat;
  background-size: cover;
}
footer .ft_main .col_l {
  width: 51.25%;
  max-width: 573px;
}
footer .ft_main .col_r {
  width: 48.75%;
  max-width: 545px;
  padding-left: 4%;
  margin-top: -5px;
}
footer .ft_main .ft_map {
  margin: 0;
  font-size: 0;
}
footer .ft_main .ft_map iframe {
  height: 228px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
footer .ft_main .box_ft_logo {
  margin: 59px 0 33px 0;
  position: relative;
}
footer .ft_main .box_ft_logo .col_l {
  width: 21%;
  max-width: 116px;
}
footer .ft_main .box_ft_logo .col_l img {
  width: 100%;
  max-width: 116px;
}
footer .ft_main .box_ft_logo .col_r {
  width: 79%;
  padding-left: 18px;
  padding-top: 10px;
}
footer .ft_main .box_ft_logo .col_r img {
  width: 100%;
  max-width: 373px;
}
footer .ft_main .box_ft_logo .ft_add {
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.875;
}
footer .ft_main .ft_box_time table {
  margin-bottom: 23px;
}
footer .ft_main .ft_box_time table tr:not(:first-child) {
  border-bottom: 1px solid #aaaaaa;
}
footer .ft_main .ft_box_time table tr:first-child th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
footer .ft_main .ft_box_time table tr:first-child th:last-child {
  padding-right: 40px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
footer .ft_main .ft_box_time table tr:nth-of-type(3) td {
  padding: 22px 0 23px 0;
}
footer .ft_main .ft_box_time table tr:nth-of-type(4) td {
  padding: 23px 0 24px 0;
}
footer .ft_main .ft_box_time table th, footer .ft_main .ft_box_time table td {
  text-align: center;
  border: none;
  font-weight: 400;
  font-size: 15px;
}
footer .ft_main .ft_box_time table th {
  padding: 19px 10px;
  color: #fff;
  background-color: #8bc782;
}
footer .ft_main .ft_box_time table td {
  padding: 26px 0 21px 0;
  letter-spacing: 0.08em;
}
footer .ft_main .ft_box_time table td:not(:first-child) {
  color: #8bc782;
}
footer .ft_main .ft_box_time table td:last-child {
  padding-right: 28px !important;
}
footer .ft_main .ft_box_time table td .cl {
  color: #8bc782;
  letter-spacing: 0;
  font-size: 93.33%;
  display: block;
}
footer .ft_main .ft_box_time .note {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  line-height: 1.67;
  font-size: 12px;
}
footer .ft_main .ft_box_time .note .dot {
  color: #8bc782;
}
footer .ft_main .ft_link .menu_l, footer .ft_main .ft_link .menu_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .ft_main .ft_link .menu01, footer .ft_main .ft_link .menu03 {
  width: 53%;
}
footer .ft_main .ft_link .menu02, footer .ft_main .ft_link .menu04 {
  width: 45%;
  margin-top: 64px;
}
footer .ft_main .ft_link .menu01 {
  margin-bottom: 40px;
}
footer .ft_main .ft_link .has_tg {
  display: none;
}
footer .ft_copyright {
  padding: 22px 0;
  background: url(../images/ft_copy_bg.jpg) center no-repeat;
  background-size: cover;
}
footer .ft_copyright .logo_grits {
  width: 139px;
  padding-right: 20px;
}
footer .ft_copyright .copyright {
  width: calc(100% - 139px);
  padding-left: 20px;
  position: relative;
}
footer .ft_copyright .copyright::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #fff;
}
footer .ft_copyright .copyright p {
  margin: 0;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.12em;
  font-size: 12px;
}
footer .ft_bnrs{
 width: 100%;
 max-width: 545px;
margin: 0 auto;
}

footer .ft_bnrs .bnr{
  position: relative;
}
footer .ft_bnrs .bnr:not(:last-child){
  margin-bottom: 10px;
}

@-webkit-keyframes ft_gallery {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -2580px center;
  }
}
@keyframes ft_gallery {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -2580px center;
  }
}
.ft_link {
  color: #333333;
}
.ft_link a {
  text-decoration: none;
}
.ft_link .ttl {
  margin-bottom: 18px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 36px;
  color: #8bc782;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.2em;
  pointer-events: none;
}
.ft_link .ttl::before {
  display: none;
}

.ft_link .sub-menu {
	padding-top: 0.5em;
}

.menu_toggle .inside .ft_link .sub-menu  li:last-child {
	margin-bottom: 0;
}

.ft_link ul:last-child {
  margin-bottom: 0;
}
.ft_link li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 21px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.ft_link li::before {
  content: "";
  background-color: #8bc782;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 13px;
  left: 6px;
}
.ft_link a {
  color: inherit;
}
.ft_link a:hover {
  opacity: 1;
  text-decoration: underline;
  color: #333;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .ft_link li::before {
    top: 10px;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  footer .ft_main .col_r {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  footer .ft_gallery {
    height: 350px;
  }
  footer .ft_main {
    padding-top: 80px;
  }
  footer .ft_main .col_l, footer .ft_main .col_r {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  footer .ft_main .col_l {
    margin-bottom: 30px;
  }
  footer .ft_main .col_r {
    max-width: 730px;
  }
  footer .ft_main .ft_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .ft_main .ft_link .menu_l {
    width: 48%;
  }
  footer .ft_main .ft_link .menu_r {
    width: 52%;
  }
  footer .ft_main .ft_link .menu01, footer .ft_main .ft_link .menu03 {
    width: 51%;
  }
  footer .ft_main .ft_link .menu02, footer .ft_main .ft_link .menu04 {
    width: 48%;
  }
  footer .ft_main .ft_link li:not(.ttl) {
    font-size: 13px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.home_page .key {
  height: 54vw;
  max-height: 780px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.home_page .key::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 18, 16, 0.45);
}
.home_page .key .inner {
  position: relative;
  height: 100%;
}
.home_page .key .key_inner {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.home_page .key .key_text {
  position: relative;
  width: 100%;
  height: 100%;
}
.home_page .key #myvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_page .key .catch {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0 13.3% 6.8% 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home_page .key .item {
  max-width: 408px;
  margin-left: auto;
}
.home_page .key h2, .home_page .key p {
  color: #fff;
}
.home_page .key h2 {
  margin-bottom: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-size: 40px;
}
.home_page .key p {
  margin: 0;
  line-height: 2.5;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 18px;
}
.home_page .topic_path {
  display: none;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .home_page .key h2 {
    font-size: 32px;
  }
  .home_page .key p {
    font-size: 16px;
  }
}
@media only screen and (max-height: 800px) and (min-width: 769px) {
  .home_page .key .catch {
    padding-bottom: 12%;
  }
}
.idx_h3 {
  margin-bottom: 28px;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 40px;
}
.idx_h3 span {
  display: block;
}
.idx_h3 .eng {
  font-family: "Lato", sans-serif;
  color: #8bc782;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 50%;
}
.idx_h3 .jp {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.idx_h3.cl_w {
  color: #fff;
}
.idx_h3.cl_w .eng {
  color: #fff;
}

.idx_eng {
  margin: 0;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: rgba(139, 199, 130, 0.18);
  line-height: 0.8;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-size: 170px;
}

.idx_btn a {
  width: 100%;
  max-width: 464px;
  padding: 33px 10px;
  text-align: center;
  color: #8bc782;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border: 2px solid #90c987;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/idx_icon_btn.png) right center no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx_btn a:hover {
  background: #8bc782;
  color: #fff;
}
.idx_btn a:hover::after {
  right: 25px;
}

.idx_btn_single a {
  padding-right: 49px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 20px;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx_btn_single a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/idx_icon_btn.png) right center no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
}
.idx_btn_single a:hover {
  opacity: 1;
  color: #8bc782;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx_eng {
    font-size: 11vw;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx_btn_single a {
    font-size: 16px;
  }
  .idx_btn a {
    padding: 25px 10px;
    font-size: 18px;
  }
  .idx_btn a::after {
    right: 15px;
  }
  .idx_h3 {
    font-size: 36px;
  }
}
.idx01 {
  padding: 50px 0 37px 0;
  background-color: #f7f7f7;
}
.idx01_blog .inner {
  max-width: 1280px;
  padding: 65px 0 58px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}

.idx01_blog .box_h3 {
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx01_blog.st2 .box_h3{
  margin-bottom: 30px;
}
.idx01_blog .idx_h3 {
  width: 62%;
  padding-right: 10px;
  margin: 0;
  text-align: left;
  letter-spacing: 0.18em;
  font-size: 30px;
}
.idx01_blog .idx_h3 .eng {
  font-size: 53.33%;
}
.idx01_blog .idx_btn_single {
  width: 38%;
  text-align: right;
}
.idx01_blog .col {
  width: 50%;
  padding: 0 92px 0 78px;
  position: relative;
}
.idx01_blog .col:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #d5d5d5;
}
.idx01_blog.st2 .col:nth-of-type(1)::before {
  display: none;
}
.idx01_blog .col:nth-of-type(2) {
  padding: 0 78px 0 94px;
}
.idx01_blog .col dl {
  padding: 26px 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.idx01_blog .col dl a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.idx01_blog .col dl dt, .idx01_blog .col dl dd {
  font-size: 15px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx01_blog .col dl dt {
  width: 110px;
  letter-spacing: 0.12em;
}
.idx01_blog .col dl dd {
  width: calc(100% - 110px);
  padding-left: 29px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.idx01_blog .col dl:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.idx01_blog .col dl:hover dd {
  color: #8bc782;
}
.idx01_btn {
  width: 30%;
}
.idx01_blog.st2{
  margin-top:60px;
}
.idx01_blog.st2 .col{
  width: 100%;
  padding: 0px 80px;
}

.idx01_blog .box {
  position: relative;
    margin-bottom: 30px;
    width: 32%;
    /* min-width: 250px; */
    position: relative;
    transition: all .3s;
    background-color: transparent;
}
.idx01_blog  .link>a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.idx01_blog  .box:hover{
    background-color: #fff;
}
.idx01_blog  .box:hover h4{
    color: #68b26b;
}
.idx01_blog  .box:hover .idx_btn a {
	background: #8bc782;
    color: #fff;
}
.idx01_blog  .box:hover .idx_btn a::after {
	right: 5px;
}
.idx01_blog  h4 {
    padding: 15px 5px 10px;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: "Zen Maru Gothic", sans-serif;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.idx01_blog  .box .box_img{
    width: 100%;
    height: 250px;
    max-height: 70vw;
    display: flex;
   align-items: center;
   justify-content: center;
    background-color: #ecf2dc;

}
.idx01_blog .box .box_img img {
  max-height: 100%;
}
.idx01_blog .box .box_img .date{
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Lato", sans-serif;
    background-color: #68b26b;
    color: #fff;
    padding: 0em 0.5em 0em;
}
.idx01_blog .box .idx_btn a::after {
	right: 10px;
}

@media only screen and (min-width:769px) {
  .idx01_blog.st2 .inner{
    padding: 65px 0 25px 0;
  }
	.idx01_blog .box .idx_btn a {
	    padding: 15px 10px;
    max-width: 300px;
    margin: 20px auto 0 auto;
    font-size: 18px;
}

}
@media only screen and (min-width:1025px) {
    .idx01_blog.st2 .flex{
        justify-content: flex-start;
    }
    .idx01_blog  .box { margin-right: 2%; }
    .idx01_blog  .box:last-child{
        margin-right: 0;
    }
}
@media only screen and (min-width:769px) and (max-width:1024px) {
   .idx01_blog  .box {
        width: 48%;
    }
}


.idx01_main {
  margin: 64px -10px 0 -10px;
  padding-left: 10px;
  position: relative;
  z-index: 0;
}
.idx01_main::after {
  content: "";
  position: absolute;
  left: 5.5%;
  bottom: -2%;
  background: url(../images/idx01_img02.png) left bottom no-repeat;
  width: 50%;
  height: 100%;
  max-width: 474px;
  max-height: 429px;
  z-index: -1;
}
.idx01_main .idx_eng {
  margin-left: -28px;
}
.idx01_main .idx_h3 {
  margin-top: -53px;
  text-align: left;
  line-height: 1.65;
  font-size: 46px;
}
.idx01_main .idx_h3 .eng {
  font-size: 43.48%;
}
.idx01_main .idx_h3 .jp {
  margin-left: -3px;
}
.idx01_main .box_thumb {
  width: 100%;
  max-width: 1279px;
  margin-top: -102px;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx01_main .col_l {
  width: 39%;
  max-width: 545px;
  padding-right: 40px;
}
.idx01_main .col_r {
  width: 61%;
  max-width: 765px;
}
.idx01_main .txt {
  line-height: 2.5;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx01_main .idx_eng {
    margin-left: -19px;
  }
  .idx01_main .box_thumb {
    margin-top: -3vw;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx01_blog .idx_h3 {
    font-size: 26px;
  }
  .idx01_blog .col {
    padding: 0 30px !important;
  }
  .idx01_blog .col dl dd {
    padding-left: 10px;
  }
  .idx01_main .idx_h3 {
    font-size: 38px;
  }
  .idx01_main .col_l {
    padding-right: 30px;
  }
}
.idx02 {
  padding-bottom: 20px;
  background-color: #f7f7f7;
}
.idx02_bg {
  height: 690px;
  padding: 115px 0;
  background: url(../images/idx02_bg.jpg) center no-repeat;
  background-size: cover;
}
.idx02_box {
  padding: 0 10px;
  margin-top: -385px;
}
.idx02_box .inner {
  max-width: 1280px;
  padding: 95px 0 101px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}
.idx02_box .col_l {
  width: 48.90625%;
  max-width: 626px;
  padding: 0 81px;
}
.idx02_box .col_r {
  width: 51.09375%;
  max-width: 654px;
  padding-right: 81px;
}
.idx02_box .box_add {
  margin-bottom: 53px;
}
.idx02_box .box_add dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.idx02_box .box_add dl:not(:last-child) {
  margin-bottom: 17px;
}
.idx02_box .box_add dt {
  width: 100px;
  font-weight: 500;
}
.idx02_box .box_add dd {
  width: calc(100% - 100px);
  padding-left: 10px;
}
.idx02_box .idx_btn.idx_btn01 {
  margin-bottom: 20px;
}
.idx02_box .box_time table {
  margin-bottom: 23px;
}
.idx02_box .box_time table tr:not(:first-child) {
  border-bottom: 1px solid #aaaaaa;
}
.idx02_box .box_time table tr:first-child {
  background-color: #8bc782;
}
.idx02_box .box_time table tr:first-child th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.idx02_box .box_time table tr:first-child th:last-child {
  padding-right: 40px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.idx02_box .box_time table tr:nth-of-type(3) td {
  padding: 22px 0 23px 0;
}
.idx02_box .box_time table tr:nth-of-type(4) td {
  padding: 23px 0 24px 0;
}
.idx02_box .box_time table th, .idx02_box .box_time table td {
  text-align: center;
  border: none;
  font-weight: 400;
  font-size: 15px;
}
.idx02_box .box_time table th {
  padding: 29px 10px;
  color: #fff;
  background-color: #8bc782;
}
.idx02_box .box_time table td {
  padding: 28px 0 21px 0;
  letter-spacing: 0.08em;
}
.idx02_box .box_time table td:not(:first-child) {
  color: #8bc782;
}
.idx02_box .box_time table td:last-child {
  padding-right: 28px !important;
}
.idx02_box .box_time table td .cl {
  color: #8bc782;
  letter-spacing: 0;
  font-size: 93.33%;
  display: block;
}
.idx02_box .box_time .note {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  line-height: 1.67;
  font-size: 12px;
}
.idx02_box .box_time .note .dot {
  color: #8bc782;
}
.idx02_box .box_time .note:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.idx02_box .box_time .note .line {
  line-height: 1;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx02_box .inner {
    padding: 50px 0;
  }
  .idx02_box .col_l {
    padding: 0 30px;
  }
  .idx02_box .col_r {
    padding-right: 30px;
  }
  .idx02_box .box_add dt {
    width: 75px;
  }
  .idx02_box .box_time table tr:first-child th:last-child {
    padding-right: 10px;
  }
  .idx02_box .box_time table th {
    padding: 20px 5px;
    font-size: 14px;
  }
  .idx02_box .box_time table td {
    padding: 20px 0 !important;
    font-size: 13px;
  }
  .idx02_box .box_time table td:last-child {
    padding-right: 10px !important;
  }
}
.idx03 {
  padding: 94px 0 162px 0;
  background-color: #f7f7f7;
  background-image: url(../images/idx03_bg.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.idx03 .idx_eng {
  color: #fff;
  text-align: center;
}
.idx03 .idx_h3 {
  margin-top: -67px;
  margin-bottom: 69px;
}
.idx03_box .item {
  width: 19.375%;
  max-width: 248px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  background: #fff;
  position: relative;
  overflow: hidden;
  -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 .icon {
  width: 100px;
  height: 100px;
  margin: -50px auto 0 auto;
  background: #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;
  position: relative;
}
.idx03_box .item .icon figure::before {
  display: none;
}
.idx03_box .item .icon img {
  max-width: 57px;
}
.idx03_box .item .infor {
  min-height: 250px;
  padding: 0 20px 20px;
  background: #fff;
}
.idx03_box .item figure {
  position: relative;
}
.idx03_box .item figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx03_box .item p {
  margin: 0;
  text-align: center;
}
.idx03_box .item .eng {
  margin-top: 10px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #f26180;
  letter-spacing: 0.2em;
  font-size: 12px;
}
.idx03_box .item .jp {
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 24px;
}
.idx03_box .item.item02 .icon img {
  max-width: 54px;
}
.idx03_box .item.item02 .eng {
  color: #e9a100;
}
.idx03_box .item.item02:hover figure::before {
  background: #e9a100;
}
.idx03_box .item.item03 .icon img {
  max-width: 65px;
}
.idx03_box .item.item03 .eng {
  margin-top: 5px;
  color: #64b417;
}
.idx03_box .item.item03:hover figure::before {
  background: #64b417;
}
.idx03_box .item.item04 .icon img {
  max-width: 43px;
}
.idx03_box .item.item04 .eng {
  color: #20b4ca;
}
.idx03_box .item.item04:hover figure::before {
  background: #20b4ca;
}
.idx03_box .item.item05 .icon img {
  max-width: 53px;
}
.idx03_box .item.item05 .eng {
  color: #8452af;
}
.idx03_box .item.item05:hover figure::before {
  background: #8452af;
}
.idx03_box .item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.idx03_box .item:hover figure::before {
  background: #f26180;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx03 {
    padding: 80px 0;
  }
  .idx03_box .item .infor {
    min-height: 210px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx03 {
    padding: 80px 0;
  }
  .idx03_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .idx03_box .item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 20px 10px;
  }
  .idx03_box .item .jp {
    font-size: 20px;
  }
}
.idx04 {
  padding: 84px 0 126px 0;
  background-color: #f7f7f7;
  background-image: url(../images/idx04_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.idx04::before, .idx04::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.idx04::before {
  background-image: url(../images/idx04_img09.png);
  background-position: left bottom;
  left: -217px;
  bottom: 5%;
}
.idx04::after {
  background-image: url(../images/idx04_img08.png);
  background-position: right bottom;
  right: -192px;
  bottom: 0%;
}
.idx04 .idx_eng {
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.idx04 .idx_h3 {
  margin-top: -98px;
  margin-bottom: 29px;
}
.idx04_box01 {
  margin-bottom: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx04_box01 .col_img {
  width: 51.09375%;
  max-width: 654px;
}
.idx04_box01 .col_infor {
  width: 48.90625%;
  max-width: 626px;
  padding-left: 105px;
  margin-top: 19px;
}
.idx04_box01 h4, .idx04_box01 p {
  color: #fff;
}
.idx04_box01 h4 {
  padding-bottom: 19px;
  margin-bottom: 25px;
  margin-top: -40px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.2em;
  font-size: 46px;
  position: relative;
}
.idx04_box01 h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 2px;
  background-color: #daeec9;
}
.idx04_box01 .txt {
  line-height: 2.3;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 20px;
}
.idx04_box02 {
  margin-bottom: 81px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx04_box02 .col_img {
  width: 65.9375%;
  max-width: 844px;
  position: relative;
}
.idx04_box02 .col_img::after {
  content: "";
  position: absolute;
  top: -30%;
  right: -4.4%;
  background: url(../images/idx04_img10.png) right top no-repeat;
  background-size: contain;
  width: 50%;
  height: 50%;
  max-width: 285px;
  max-height: 189px;
}
.idx04_box02 .col_img img {
  border-radius: 10px;
}
.idx04_box02 .col_infor {
  width: calc(34.0625% + 109px);
  max-width: 545px;
  margin-right: -109px;
  padding-left: 81px;
  margin-top: 23px;
  position: relative;
  z-index: 1;
}
.idx04_box02 h4 {
  margin-bottom: 25px;
  color: #8bc782;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.72;
  letter-spacing: 0.2em;
  font-size: 36px;
}
.idx04_box02 h5 {
  margin-bottom: 8px;
  margin-left: 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.1em;
  font-size: 28px;
}
.idx04_box02 .txt {
  margin-left: 28px;
  line-height: 2.5;
}
.idx04_box03 {
  margin-bottom: 50px;
}
.idx04_box03 .item {
  width: 48.75%;
  max-width: 545px;
  padding: 32px 35px 34px 38px;
  margin: 0 0 30px 0;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #8bc782;
  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;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx04_box03 .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/idx_icon_btn.png) center right no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx04_box03 .item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.idx04_box03 .item .img {
  width: 130px;
}
.idx04_box03 .item .infor {
  width: calc(100% - 130px);
  padding: 0 0 0 40px;
}
.idx04_box03 .item .eng {
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #64b417;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.22em;
  font-size: 12px;
}
.idx04_box03 .item .jp {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.53;
  letter-spacing: 0.1em;
  font-size: 30px;
}
.idx04_box03 .item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.idx04_box03 .item:hover::after {
  right: 15px;
}
.idx04_box04 {
  max-width: 1118px;
  min-height: 336px;
  margin-bottom: 60px;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #8bc782;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx04_box04 > div > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.idx04_box04 .col_img {
  width: 41.5%;
  max-width: 462px;
}
.idx04_box04 .col_infor {
  width: 58.5%;
  padding: 10px 25px 10px 33px;
}
.idx04_box04 .idx_eng {
  margin-top: 41px;
  text-align: left;
  color: rgba(139, 199, 130, 0.2);
  letter-spacing: 0.19em;
  font-size: 80px;
}
.idx04_box04 h4 {
  margin-top: -29px;
  margin-bottom: 45px;
  padding-left: 55px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-size: 36px;
}
.idx04_box04 h4 .small {
  display: block;
  letter-spacing: 0.2em;
  font-size: 80%;
}
.idx04_box04:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.idx04_box04:hover .idx_btn_single a {
  opacity: 1;
}
.idx04 .idx_btn_single {
  text-align: right;
}
.idx04 .idx_btn_single a {
  color: #8bc782;
}

@media only screen and (min-width: 1921px) {
  .idx04 {
    background-size: cover;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx04 .idx_h3 {
    margin-top: -7vw;
  }
  .idx04_box02 h4 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx04 {
    padding: 80px 0 40px 0;
  }
  .idx04 .idx_h3 {
    margin-top: -9vw;
  }
  .idx04_box01 {
    margin-bottom: 60px;
  }
  .idx04_box01 .col_infor {
    padding-left: 30px;
  }
  .idx04_box01 h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 30px;
  }
  .idx04_box01 .txt {
    font-size: 16px;
  }
  .idx04_box02 {
    margin-bottom: 60px;
  }
  .idx04_box02 .col_infor {
    padding-left: 30px;
  }
  .idx04_box02 h4 {
    font-size: 27px;
  }
  .idx04_box02 h5 {
    font-size: 24px;
  }
  .idx04_box03 {
    margin-bottom: 30px;
  }
  .idx04_box03 .item {
    padding: 20px;
  }
  .idx04_box03 .item::after {
    right: 10px;
  }
  .idx04_box03 .item .img {
    width: 100px;
  }
  .idx04_box03 .item .infor {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
  .idx04_box03 .item .jp {
    font-size: 26px;
  }
  .idx04_box04 {
    min-height: 222px;
  }
  .idx04_box04 .col_infor {
    padding: 10px 20px;
  }
  .idx04_box04 .idx_eng {
    margin-top: 0;
    font-size: 7vw;
  }
  .idx04_box04 h4 {
    margin-top: -3vw;
    margin-bottom: 30px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx04 {
    padding: 80px 0 40px 0;
    background-size: 100% auto;
  }
  .idx04 .idx_h3 {
    margin-top: -9vw;
  }
  .idx04_box01 {
    margin-bottom: 60px;
  }
  .idx04_box01 .col_infor {
    padding-left: 30px;
  }
  .idx04_box01 h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 30px;
  }
  .idx04_box01 .txt {
    font-size: 16px;
  }
  .idx04_box02 {
    margin-bottom: 60px;
  }
  .idx04_box02 .col_infor {
    padding-left: 30px;
  }
  .idx04_box02 h4 {
    font-size: 27px;
  }
  .idx04_box02 h5 {
    font-size: 24px;
  }
  .idx04_box03 {
    margin-bottom: 30px;
  }
  .idx04_box03 .item {
    padding: 20px;
  }
  .idx04_box03 .item::after {
    right: 10px;
  }
  .idx04_box03 .item .img {
    width: 100px;
  }
  .idx04_box03 .item .infor {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
  .idx04_box03 .item .jp {
    font-size: 20px;
  }
  .idx04_box03 .item .eng {
    font-size: 10px;
  }
  .idx04_box04 {
    min-height: 222px;
  }
  .idx04_box04 .col_infor {
    padding: 10px 20px;
  }
  .idx04_box04 .idx_eng {
    margin-top: 0;
    font-size: 7vw;
  }
  .idx04_box04 h4 {
    font-size: 25px;
  }
}
.idx05 {
  padding: 116px 0 139px 0;
  background-color: #e8eff3;
}
.idx05 .idx_eng {
  color: rgba(23, 171, 180, 0.15);
  letter-spacing: 0.19em;
}
.idx05 .idx05_boxh3 {
  margin-bottom: 49px;
  margin-top: -104px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx05 .idx05_boxh3 .col_l {
  width: 39%;
  padding-right: 20px;
  padding-left: 27px;
}
.idx05 .idx05_boxh3 .col_r {
  width: 61%;
  padding-left: 28px;
  margin-top: -14px;
}
.idx05 .idx05_boxh3 .idx_h3 {
  font-size: 46px;
  line-height: 1.6;
  text-align: left;
}
.idx05 .idx05_boxh3 .idx_h3 .eng {
  color: #17abb4;
  font-size: 43.48%;
}
.idx05 .idx05_boxh3 h4 {
  margin-bottom: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.1em;
  font-size: 28px;
}
.idx05 .idx05_boxh3 .txt {
  line-height: 2.5;
}
.idx05_box01 {
  margin-bottom: 48px;
  justify-content: center;
}
.idx05_box01 .item {
  width: calc(100% / 4 - 20px);
  max-width: 299px;
  margin: 0 10px 30px 10px;
  padding: 33px 10px 30px 10px;
  border-radius: 10px;
  border: 2px solid #cfcfcf;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx05_box01 .item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.idx05_box01 .item p {
  margin: 0;
  text-align: center;
}
.idx05_box01 .item .img {
  height: 150px;
  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;
}
.idx05_box01 .item .infor {
  margin-top: 22px;
}
.idx05_box01 .item .jp {
  margin: 10px 0 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 24px;
}
.idx05_box01 .item .eng {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #17abb4;
  letter-spacing: 0.2em;
  font-size: 12px;
}
.idx05_box01 .item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.idx05_box02 {
  padding: 103px 27px 40px 27px;
  background: url(../images/idx05_bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx05_box02:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.idx05_box02:hover .idx_btn_single a {
  opacity: 1;
}
.idx05_box02 > div:not(.idx_btn_single) a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.idx05_box02::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px solid #fff;
  border-radius: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.idx05_box02 .idx_h3 {
  padding-bottom: 5px;
  line-height: 1.7;
  font-size: 42px;
  position: relative;
}
.idx05_box02 .idx_h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 130px;
  height: 2px;
  background: #fff;
}
.idx05_box02 .idx_h3 .eng {
  font-size: 38.1%;
}
.idx05_box02 h4, .idx05_box02 .txt {
  text-align: center;
  color: #fff;
}
.idx05_box02 h4 {
  margin-bottom: 11px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.1em;
  font-size: 28px;
}
.idx05_box02 .txt {
  font-weight: 300;
  line-height: 2.5;
}
.idx05_box02 .idx_btn_single {
  margin-top: 33px;
  text-align: right;
}
.idx05_box02 .idx_btn_single a {
  color: #fff;
}
.idx05_box02 .idx_btn_single a::after {
  background: url(../images/idx_icon_btn_white.png) right center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx05 .idx05_boxh3 {
    margin-top: -6vw;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx05 {
    padding: 80px 0;
  }
  .idx05 .idx05_boxh3 .col_l {
    padding: 0 15px;
  }
  .idx05 .idx05_boxh3 .col_r {
    padding-left: 15px;
  }
  .idx05 .idx05_boxh3 .idx_h3 {
    font-size: 34px;
  }
  .idx05 .idx05_boxh3 h4 {
    font-size: 26px;
  }
  .idx05_box01 .item {
        width: calc(100% / 4 - 10px);
    margin: 0 5px 20px 5px;
  }
  .idx05_box01 .item .jp {
    font-size: 20px;
  }
  .idx05_box02 .idx_h3 {
    font-size: 36px;
  }
  .idx05_box02 h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx05 {
    padding: 80px 0;
  }
  .idx05 .idx05_boxh3 {
    margin-top: -6vw;
  }
  .idx05 .idx05_boxh3 .col_l {
    padding: 0 15px;
  }
  .idx05 .idx05_boxh3 .col_r {
    padding-left: 15px;
  }
  .idx05 .idx05_boxh3 .idx_h3 {
    font-size: 34px;
  }
  .idx05 .idx05_boxh3 h4 {
    font-size: 26px;
  }
  .idx05_box01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .idx05_box01 .item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px 10px;
  }
  .idx05_box01 .item .jp {
    font-size: 20px;
  }
  .idx05_box02 .idx_h3 {
    font-size: 36px;
  }
  .idx05_box02 h4 {
    font-size: 26px;
  }
}
.idx06 {
  padding: 116px 0 225px 0;
  background-color: #f7f7f7;
  position: relative;
  z-index: 0;
}
.idx06::before, .idx06::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.idx06::before {
  background-image: url(../images/idx06_img05.png);
  background-position: top left;
  left: -165px;
  top: 6%;
}
.idx06::after {
  background-image: url(../images/idx06_img06.png);
  background-position: right bottom;
  right: -247px;
  bottom: 10%;
}
.idx06 .idx_eng {
  color: #fff;
  text-align: center;
}
.idx06 .idx_h3 {
  margin-top: -67px;
  margin-bottom: 80px;
}
.idx06_inner {
  padding-left: 81px;
}
.idx06_box .item {
  width: 48%;
  max-width: 545px;
  margin-bottom: 80px;
}
.idx06_box .item02, .idx06_box .item04 {
  margin-top: 40px;
}
.idx06_box .infor {
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.idx06_box figure {
  text-align: right;
}
.idx06_box figure img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.idx06_box .point {
  width: 110px;
  margin: 0;
  text-transform: uppercase;
  color: #8bc782;
  font-family: "Lato", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 24px;
}
.idx06_box .point .num {
  display: block;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 375%;
}
.idx06_box .thumb {
  width: calc(100% - 110px);
  padding-left: 26px;
}
.idx06_box h4 {
  margin-bottom: 13px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.71875;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 32px;
}
.idx06_box .txt {
  line-height: 2.5;
}

@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx06_inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx06 .idx_h3 {
    margin-top: -6vw;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx06 {
    padding: 80px 0;
  }
  .idx06_inner {
    padding-left: 0;
  }
  .idx06_box .point {
    width: 70px;
    font-size: 16px;
  }
  .idx06_box .thumb {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
  .idx06_box h4 {
    font-size: 24px;
  }
}
.idx07 {
  margin-top: -118px;
  background: url(../images/idx07_bg.jpg) bottom center no-repeat;
  background-size: auto;
  position: relative;
  z-index: 0;
}
.idx07::after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  background: url(../images/idx07_img02.png) bottom left no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
  max-width: 570px;
  max-height: 516px;
  z-index: -1;
}
.idx07_full {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.idx07 .inner {
  max-width: 1300px;
  position: relative;
}
.idx07 .idx_eng {
  color: rgba(23, 171, 180, 0.15);
  letter-spacing: 0.18em;
  position: absolute;
  left: 0;
  top: -52px;
}
.idx07_box {
  padding-top: 82px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.idx07_box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  background: url(../images/idx07_img01.png) bottom right no-repeat;
  background-size: auto 100%;
  max-width: 586px;
  max-height: 859px;
  z-index: 0;
}
.idx07_box .col_infor {
  width: 50%;
  max-width: 640px;
  padding: 40px 0 84px 81px;
  order: 2;
}
.idx07_box .idx_h3 {
  margin-bottom: 24px;
  text-align: left;
  font-size: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx07_box .idx_h3 span {
  display: inline-block;
}
.idx07_box .idx_h3 .eng {
  margin-right: 10px;
  font-size: 43.48%;
}
.idx07_box .txt {
  color: #fff;
  line-height: 2.5;
  font-weight: 300;
}
.idx07_box .btn01 {
  margin: 48px 0 20px 0;
}
.idx07_box .idx_btn a {
  background: #fff;
}
.idx07_box .idx_btn a:hover {
  background: #8bc782;
  color: #fff;
  opacity: 1;
}
.idx07_box .box_name {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background: rgba(247, 247, 247, 0.9);
  position: absolute;
      bottom: 80px;
    left: 0;
  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;
  z-index: 2;
}
.idx07_box .box_name p {
  margin: 0;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #17abb4;
}
.idx07_box .box_name .pos {
  margin-bottom: 10px;
  margin-top: -16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 20px;
}
.idx07_box .box_name .name {
  letter-spacing: 0.2em;
  line-height: 1.3;
  font-size: 30px;
}
.idx07_box .box_name .name .eng {
  display: block;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
  font-size: 46.67%;
}

@media only screen and (min-width: 1921px) {
  .idx07 {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 769px) {
  .idx07 .idx_eng {
    left: 10px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx07 {
    margin-top: -8vw;
  }
  .idx07 .idx_eng {
    top: -6vw;
  }
  .idx07_box {
    padding-top: 0;
  }
  .idx07_box .idx_h3 {
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx07_box .idx_h3 {
    font-size: 36px;
  }
  .idx07_box .box_name {
    width: 200px;
    height: 200px;
  }
  .idx07_box .box_name .pos {
    font-size: 18px;
  }
  .idx07_box .box_name .name {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx07_box .col_infor {
    padding-bottom: 50px;
    padding-left: 0;
  }
  .idx07_box::after {
    left: -10px;
  }
}
.idx08 {
  padding: 80px 0 100px 0;
  background-color: #f7f7f7;
}
.idx08 .item {
  width: 49%;
  max-width: 545px;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.idx08 .item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.idx08 .item:not(:first-child):hover {
  opacity: 0.8;
}
.idx08 .idx08_banner {
  margin-top: 40px;
}
.idx08 .idx08_banner .item {
  width: 32%;
  max-width: 500px;
}
.idx08 .idx08_banner .item:hover {
  opacity: 1;
}
.idx09 {
	padding: 80px 0 50px 0;
}
.idx09 .item {
	width: 49%;
	max-width: 640px;
	height: 180px;
	margin-bottom: 30px;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
}
.idx09 .item a {
	position: absolute;
	top: 0; 
	left: 0;
	right: 0; 
	bottom: 0;
	z-index: 1;
}
.idx09 .item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 10px;
}
.idx09 .item::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/idx_icon_btn_white.png) right center no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.idx09 .item:hover::after {
	right: 25px;
}
.idx09 .item a::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	left: 5px;
	bottom: 5px;
	border: 2px solid #fff;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border-radius: 10px;
}
.idx09 .item:nth-of-type(1) {
	background-image: url(../images/idx09_img01.jpg);
}
.idx09 .item:nth-of-type(2) {
	background-image: url(../images/idx09_img02.jpg);
}
.idx09 .item:nth-of-type(3) {
	background-image: url(../images/idx09_img03.jpg);
}
.idx09 .item:nth-of-type(4) {
	background-image: url(../images/idx09_img04.jpg);
}
.idx09 .item:nth-of-type(1)::before {
	background-color: rgba(242, 97, 128, 0.7);
}
.idx09 .item:nth-of-type(2)::before {
	background-color: rgba(233, 161, 0, 0.7);
}
.idx09 .item:nth-of-type(3):before {
	background-color: rgba(100, 180, 23, 0.7);
}
.idx09 .item:nth-of-type(4):before {
	background-color: rgba(32, 180, 202, 0.7);
}
.idx09 .item p {
	margin: 0;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
	font-size: 26px;
}
.idx09 .item p span {
	display: block;
	font-size: 80%;
}
.idx09 .bnr_block{
  display: flex;
  justify-content: space-between;
}
.idx09 .bnr_block .bnr{
  position: relative;
  width: 49%;
  max-width: 640px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) and (min-width: 769px) { 
	.idx09 .item::after { 
		right: 15px;
	}
	.idx09 .item p {
		font-size: 2.6vw;
	}
}

/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                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 .itemchild {
  padding-left: 40px;
}
.under .sitemap > ul > li li a:before {
  left: 40px;
}
.under #mainContent {
  padding-bottom: 100px;
}
.under #mainContent .inner {
  max-width: 1044px;
}
.under #mainContent .topic_path .inner {
  max-width: 1300px;
}
.under .key {
  background: url(../images/under_key_bg.jpg) center no-repeat;
  background-size: cover;
  height: 640px;
}
.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 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.2em;
}
.under h2, .under h3, .under h4, .under h5, .under h6 {
  line-height: 1.4;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.under h2:last-child, .under h3:last-child, .under h4:last-child, .under h5:last-child, .under h6:last-child {
  margin-bottom: 0;
}
.under h3 {
  position: relative;
  margin-bottom: 37px;
  padding-bottom: 26px;
  color: #8bc782;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
.under h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #8bc782;
}
.under h4 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 24px;
  border-bottom: 2px solid #8bc782;
  color: #8bc782;
}
.under h5 {
  margin-bottom: 25px;
  padding-left: 24px;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 20px;
  color: #8bc782;
}
.under h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background: #8bc782;
  border-radius: 2px;
}
.under h6 {
  margin-top: 30px;
  padding-left: 28px;
  position: relative;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  font-size: 18px;
  color: #8bc782;
}
.under h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: #8bc782;
  border-radius: 50%;
}

@media only screen and (min-width: 769px) {
  .under #mainContent p {
    line-height: 2.5;
  }
}
.under section:first-child h3 {
  margin-top: 154px;
}
.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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.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: #8bc782;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.under table.tbl_style01 td {
  background-color: #fff;
  color: #333;
}
.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: 16px;
}
.under ul.list01 li:last-child {
  padding-bottom: 0;
}
.under ul.list01 li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8bc782;
  position: absolute;
  left: 0;
  top: 10px;
}
.under .list_note {
  margin-top: 15px;
  padding-left: 20px;
}
.under .list_note.no_mt {
  margin-top: 0;
}
.under .topic_path {
  font-size: 12px;
  padding: 15px 0 7px;
}
.under .topic_path ul {
  display: block;
  padding: 4px 10px 4px 0;
}
.under .topic_path ul::after {
  content: "";
  display: block;
  clear: both;
}
.under .topic_path ul li {
  float: left;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.under .topic_path a {
  text-decoration: none;
  color: #8bc782;
}
.under .topic_path a:hover {
  opacity: 1;
  text-decoration: underline;
}
.under .topic_path span {
  display: inline-block;
  padding: 0 12px;
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
  color: #333;
  line-height: 0.1;
  font-size: 180%;
  padding-top: 6px;
}
.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: #8bc782;
  border-radius: 3px;
  position: relative;
  display: block;
  min-width: 135px;
  width: calc(100% / 3 - 1%);
  margin: 0% 0.5% 1%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.under .anchor-links > div a {
  display: block;
  width: 100%;
  padding: 15px 5px;
  color: inherit;
  font-size: 16px;
  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 .text {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
      right: 10%;
    bottom: 50px;
}
.under .doctor_box img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.under .doctor_box .ttl {
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #17abb4;
  text-align: center;
  font-weight: 500;
  line-height: 1.5 !important;
  font-size: 26px;
}
.under .doctor_box .ttl span {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 65%;
}
.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.page-about .map iframe {
  height: 400px;
}
.under.page-clinic .map iframe {
  height: 400px;
}
.under .under_btn a {
  max-width: 600px;
  margin: 30px auto 0 auto;
  padding: 33px 39px 33px 39px;
}
.under .under_btn a::after {
  right: 10px;
}
.under.page-fee .clinic_tbl01 {
  table-layout: fixed;
}
.under.page-fee .clinic_tbl01 td {
  text-align: center;
}
.under.page-recruit .clinic_tbl01 .list01 li {
  padding-bottom: 0;
}
.under.page-recruit .clinic_tbl01 .list01 li::before {
  top: 17px;
}
.under .under_box_step .step_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #ccc;
}
.under .under_box_step .step_item:last-child .step_cont {
  border-bottom: 0;
}
.under .under_box_step .step_cont {
  padding: 20px;
  width: calc(100% - 100px);
  border-bottom: 1px dotted #ccc;
}
.under .under_box_step .step_cont .tl {
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
}
.under .under_box_step .step_num {
  width: 100px;
  text-align: center;
  line-height: 1 !important;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  font-size: 40px;
  position: relative;
  color: #8bc782;
  font-weight: 600;
  margin-bottom: 0;
}
.under .under_box_step .step_num::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  height: 100%;
  width: 4px;
  background-color: #8bc782;
}
.under .under_box_step .step_num span {
  display: block;
  font-weight: 400;
  font-size: 50%;
}

@media only screen and (min-width: 769px) and (max-width: 1000px)  {
.under .anchor-links > div a {
  font-size: 13px;
}
}

@media only screen and (min-width: 769px) {
  .under.page-inverted-eyelashes .mt16, .under.page-plastic-surgery .mt16, .under.page-wrinkles .mt16, .under.page-beautiful-skin .mt16, .under.page-hair-removal .mt16, .under.page-doctor-cosmetics .mt16, .under.page-armpit .mt16, .under.page-small-face .mt16 {
    margin-top: -16px;
  }
}
/* 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: #8bc782;
  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: #8bc782;
}

.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 #8bc782;
  width: 220px;
  height: 220px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.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: #8bc782;
  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.column {
  background-color: #6d8a42;
}
.blog_list_style01 .item .info .date .tag a.case {
  background-color: #333;
}
@media only screen and (min-width:769px) and (max-width:992px) {

  .blog_list_style01 .item .info .date {
    display: block;
  }
  .blog_list_style01 .item .info .date .tag{
    display: block;
    margin-left: 0;
  }}
.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: #8bc782;
  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%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.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%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.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%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.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: #8bc782;
}
.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: #8bc782;
  -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::before, .blog_post_button > div::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog_post_button > div::before {
  background-color: #8bc782;
}
.blog_post_button > div::after {
  border: 1px solid #8bc782;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.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%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
.blog_post_button > div:hover::before {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.blog_post_button > div:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.blog_post_button > div:hover a {
  color: #000;
}

/* 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 textarea{
	width:100% !important;
}
.contact-form-style01 .contact-table input {
  width: 100%;
}
.contact-form-style01 .contact-table textarea {
  max-width: 100%;
  width: 100%;
  height: 7em;
}
.contact-form-style01 .contact-table input, .contact-form-style01 .contact-table textarea {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-form-style01 .contact-table input[type=radio],
.contact-form-style01 .contact-table input[type=checkbox] {
  margin: 5px 3px 5px 0px;
  width: auto;
}
.contact-form-style01 .contact-table [readonly*=readonly] {
  background: none;
  border: 0;
  font-weight: bold;
}
.contact-form-style01 .contact-table dl {
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-form-style01 .contact-table dl:last-child dt, .contact-form-style01 .contact-table dl:last-child dd {
  border-bottom: 0px;
}
.contact-form-style01 .contact-table dt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  padding: 15px 20px;
  font-size: 20px;
}
.contact-form-style01 .contact-table dt span {
  display: inline-block;
  border-radius: 7px;
  padding: 2px 7px;
  margin-left: 5px;
  font-size: 70%;
  line-height: 1;
}
.contact-form-style01 .contact-table dd {
  width: calc(100% - 400px);
  padding: 15px 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form-style01 .contact-table .postal_code {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form-style01 .contact-table .inline span {
  max-width: 75px;
  margin: 0 5px;
  text-align: center;
}
.contact-form-style01 .contact-table .inline input {
  text-align: center;
}
.contact-form-style01 .contact-table .clockpicker input {
  width: 70px;
  text-align: center;
}
.contact-form-style01 .contact-table input:not([type=radio]):not([type=checkbox]):focus, .contact-form-style01 .contact-table textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contact-form-style01 .confirm-table textarea {
  resize: none;
  width: 100%;
}
.contact-form-style01 .confirm-table input:not([type=radio]):not([type=checkbox]):focus, .contact-form-style01 .confirm-table textarea:focus {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form-style01 .input_btn, .contact-form-style01 .button.thanks_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 520px;
  margin: 40px auto 0;
}
.contact-form-style01 .input_btn input, .contact-form-style01 .input_btn a, .contact-form-style01 .button.thanks_btn input, .contact-form-style01 .button.thanks_btn a {
  color: inherit;
  text-decoration: none;
  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: #8bc782;
  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: #8bc782;
  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;
  }
}
/* END Mail*/
/*INTERVIEW PAGE*/
.under.page-interview .key, .under.page-eyelid-interview .key {
  height: 700px;
  background-image: none;
  background-color: #dadada;
  position: relative;
  z-index: 0;
}
.under.page-interview .key .inner, .under.page-eyelid-interview .key .inner {
  max-width: 1138px;
}
.under.page-interview .key .key_text, .under.page-eyelid-interview .key .key_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 33px;
  margin-left: -9px;
}
.under.page-interview .key h2,
.under.page-interview .key p, .under.page-eyelid-interview .key h2,
.under.page-eyelid-interview .key p {
  display: table;
  color: #fff;
}
.under.page-interview .key h2, .under.page-eyelid-interview .key h2 {
  text-align: left;
  margin-bottom: 31px;
  position: relative;
}
.under.page-interview .key h2:before, .under.page-eyelid-interview .key h2:before {
  content: "INTERVIEW";
  position: absolute;
  top: -59px;
  left: -40px;
  font-size: 170px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
  z-index: -1;
}
.under.page-interview .key h2 span, .under.page-eyelid-interview .key h2 span {
  display: block;
  letter-spacing: 0.2em;
}
.under.page-interview .key h2 .en, .under.page-eyelid-interview .key h2 .en {
  font-size: 20px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  text-indent: 7px;
}
.under.page-interview .key h2 .jp, .under.page-eyelid-interview .key h2 .jp {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.75;
}
.under.page-interview .key p, .under.page-eyelid-interview .key p {
  font-size: 18px;
  line-height: 2.5;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-left: 37px;
}
.under.page-interview .key .txt, .under.page-eyelid-interview .key .txt {
  padding-bottom: 38px;
  border-bottom: 1px solid #fff;
}
.under.page-interview .key .interview_name, .under.page-eyelid-interview .key .interview_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 38px;
  width: 100%;
}
.under.page-interview .key .interview_name span, .under.page-eyelid-interview .key .interview_name span {
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}
.under.page-interview .key .interview_name .name_txt, .under.page-eyelid-interview .key .interview_name .name_txt {
  font-size: 24px;
  margin-right: 20px;
}
.under.page-interview .key .interview_name .name_jp, .under.page-eyelid-interview .key .interview_name .name_jp {
  margin: 0 -5px 0 1px;
  font-size: 32px;
}
.under.page-interview .key .interview_name .name_en, .under.page-eyelid-interview .key .interview_name .name_en {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.21em;
  font-size: 14px;
  font-weight: 400;
  margin-left: 12px;
}
.under.page-interview #mainContent, .under.page-eyelid-interview #mainContent {
  background: #f7f7f7;
  position: relative;
  z-index: 0;
}
.under.page-interview #mainContent::before, .under.page-interview #mainContent::after, .under.page-eyelid-interview #mainContent::before, .under.page-eyelid-interview #mainContent::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 50%;
  height: 100%;
}
.under.page-interview #mainContent::before, .under.page-eyelid-interview #mainContent::before {
  background-image: url(../images/interview_icon01.png);
  background-position: right center;
  right: -17%;
  top: 13%;
}
.under.page-interview #mainContent::after, .under.page-eyelid-interview #mainContent::after {
  background-image: url(../images/interview_icon02.png);
  background-position: left center;
  left: -16%;
  top: 56%;
}
.under.page-interview #mainContent .inner, .under.page-eyelid-interview #mainContent .inner {
  max-width: 1300px;
}
.under .interview_catch {
  height: 540px;
  margin-top: 146px;
  margin-bottom: -73px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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;
}
.under .interview_catch p {
  margin: 0;
  margin-top: -83px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 2.3 !important;
  color: #fff;
  text-align: center;
}
.under .interview_catch.bg01 {
  background-image: url(../images/interview_catch_bg01.png);
}
.under .interview_catch.bg02 {
  background-image: url(../images/interview_catch_bg02.png);
}
.under .interview_sec {
  margin-top: 61px;
}
.under .interview_box {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.under .interview_box.box_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.under .interview_img {
  position: relative;
  width: 42.578125%;
  max-width: 545px;
}
.under .interview_img img {
  -webkit-box-shadow: 2.5px 2.5px 6.3px rgba(0, 0, 0, 0.025), 20px 20px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 2.5px 2.5px 6.3px rgba(0, 0, 0, 0.025), 20px 20px 50px rgba(0, 0, 0, 0.05);
}
.under .interview_content {
  width: 57.421875%;
  padding: 0 81px;
}
.under .interview_content h4 {
  font-size: 28px;
  padding-bottom: 19px;
  line-height: 1.85;
  margin-bottom: 16px;
  color: #8bc782;
  border-bottom: 0;
}
.under .interview_content h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #daeec9;
  width: 130px;
  height: 2px;
}
.under .interview_content h4 .en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 71.43%;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 15px;
}
.under.page-interview .key::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 804px;
  background-image: url(../images/interview_key_person.png);
  background-repeat: no-repeat;
  background-position: left center;
  z-index: -1;
}
.under.page-interview .key::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 18, 16, 0.45);
}
.under.page-interview section:nth-of-type(1) .interview_sec:nth-of-type(1) {
  margin-top: 80px;
}
.under.page-interview section:nth-of-type(1) .interview_sec:nth-of-type(1) .interview_content {
  margin-top: -80px;
}
.under.page-interview section:nth-of-type(1) .interview_sec:nth-of-type(3) .interview_content {
  margin-top: 18px;
}
.under.page-interview section:nth-of-type(2) .interview_sec:nth-of-type(1) {
  margin-top: 80px;
}
.under.page-interview section:nth-of-type(2) .interview_sec:nth-of-type(1) .interview_content {
  margin-top: -29px;
}
.under.page-interview section:nth-of-type(2) .interview_sec:nth-of-type(3) .interview_content {
  margin-top: -27px;
}
.under.page-interview section:nth-of-type(3) .interview_sec:nth-of-type(1) {
  margin-top: 77px;
}
.under.page-interview section:nth-of-type(3) .interview_sec:nth-of-type(1) .interview_content {
  margin-top: 16px;
}
.under.page-eyelid-interview .key {
  background-image: url(../images/interview_key_bg_eyelid.jpg);
  background-position: right 30% center;
}
.under.page-eyelid-interview .key h2::before {
  color: rgba(255, 255, 255, 0.1);
  top: -44px;
}
.under.page-eyelid-interview .interview_content h4 {
  color: #77bdc1;
}
.under.page-eyelid-interview .interview_content h4::before {
  background: #c9eee7;
}
.under.page-eyelid-interview .interview_catch {
  margin-top: 119px;
}
.under.page-eyelid-interview .interview_catch.bg01 {
  background-image: url(../images/interview_catch_eye_bg01.png);
}
.under.page-eyelid-interview .interview_catch.bg02 {
  margin-top: 144px;
  background-image: url(../images/interview_catch_eye_bg02.png);
}
.under.page-eyelid-interview section:nth-of-type(1) .interview_sec:nth-of-type(1) {
  margin-top: 80px;
}
.under.page-eyelid-interview section:nth-of-type(1) .interview_sec:nth-of-type(1) .interview_content {
  margin-top: 10px;
}
.under.page-eyelid-interview section:nth-of-type(1) .interview_sec:nth-of-type(2) .interview_content {
  margin-top: -12px;
}
.under.page-eyelid-interview section:nth-of-type(1) .interview_sec:nth-of-type(3) {
  margin-top: 82px;
}
.under.page-eyelid-interview section:nth-of-type(2) .interview_sec:nth-of-type(1) {
  margin-top: 80px;
}
.under.page-eyelid-interview section:nth-of-type(2) .interview_sec:nth-of-type(1) .interview_content {
  margin-top: 18px;
}
.under.page-eyelid-interview section:nth-of-type(2) .interview_sec:nth-of-type(2) {
  margin-top: 80px;
}
.under.page-eyelid-interview section:nth-of-type(2) .interview_sec:nth-of-type(3) {
  margin-top: 41px;
}
.under.page-eyelid-interview section:nth-of-type(3) .interview_sec:nth-of-type(1) {
  margin-top: 124px;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .under.page-interview .key::after, .under.page-eyelid-interview .key::after {
    width: 75%;
  }
  .under.page-interview .key h2::before, .under.page-eyelid-interview .key h2::before {
    left: 0;
    font-size: 13vw;
  }
  .under .interview_content {
    padding: 0 30px;
  }
  .under .interview_content h4 {
    font-size: 24px;
  }
  .under .interview_catch {
    height: 450px;
  }
  .under .interview_catch p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .interview_content {
    margin-top: 0 !important;
  }
  .under .interview_content h4 br {
    display: none;
  }
  .under .interview_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/*---------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;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/