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

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

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

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

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

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

a.text_link {
  color: #64b5f7;
}
a.text_link:hover {
  opacity: 1 !important;
}

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

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

.red {
  color: #ca0a0a !important;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.txt_center {
  text-align: center !important;
}

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

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

body {
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.wrapper {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
@media only screen and (min-width: 426px) {
  .sp_425 {
    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;
}
body.home_page {
    position: relative !important;
    top: auto !important;
}
.totop {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 145px;
  right: 10px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 60px;
  height: 60px;
  margin: 0;
}

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

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

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

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
@keyframes fixed_banner {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -3px;
    opacity: 0.7;
  }
}
.fixed_banner {
  position: fixed;
  top: 200px;
  right: -120px;
  z-index: 15;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.fixed_banner::before {
  content: "«";
  -webkit-transform: translate(-100%, -50%) scaleX(0.6);
          transform: translate(-100%, -50%) scaleX(0.6);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  font-size: 1.2em;
  line-height: 1;
  -webkit-animation: fixed_banner 0.4s ease infinite alternate forwards;
          animation: fixed_banner 0.4s ease infinite alternate forwards;
}
.fixed_banner:hover {
  right: 0;
}
.fixed_banner > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixed_banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.fixed_banner p {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.2222222222;
  text-align: center;
}
.fixed_banner p::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.fixed_banner .tel {
  background-color: #30548d;
  height: 380px;
}
.fixed_banner .tel p {
  padding: 0 25px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 0.97;
}
.fixed_banner .tel p::before {
  background-image: url("../images/shared_icon_tel.svg");
  background-size: auto 17px;
  height: 17px;
}
.fixed_banner .tel p i {
  font-style: normal;
}
.fixed_banner .tel p span {
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
}
.fixed_banner .mail {
  background-color: #d79d43;
  height: 90px;
}
.fixed_banner .mail p {
  font-size: 18px;
  font-weight: 500;
}
.fixed_banner .mail p::before {
  background-image: url("../images/shared_icon_web.svg");
  background-size: auto 16px;
  height: 16px;
}
.fixed_banner .line {
  background-color: #22ba4f;
  height: 90px;
}
.fixed_banner .line p {
  font-size: 18px;
  font-weight: 500;
}
.fixed_banner .line p::before {
  background-image: url("../images/shared_icon_line.svg");
  background-size: auto 22px;
  height: 22px;
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    width: 140px;
    height: 300px;
  }
  .fixed_banner .tel {
    height: 120px;
  }
  .fixed_banner .tel p {
    padding: 0;
    text-align: left;
  }
  .fixed_banner .tel p i {
    display: block;
  }
  .fixed_banner .tel p span {
    -webkit-writing-mode: lr-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: lr-tb;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .fixed_banner {
    width: 70px;
  }
  .fixed_banner .tel {
    height: 270px;
  }
  .fixed_banner .tel p {
    font-size: 18px;
  }
  .fixed_banner .web p, .fixed_banner .mail p {
    font-size: 15px;
  }

  .under .fixed_banner {
    width: 90px;
  }
}
.cm_btn {
  max-width: 260px;
  width: 100%;
}
.cm_btn a {
  text-decoration: none;
  padding: 10px 5px;
  display: block;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  border-radius: 150px;
  color: #fff;
  letter-spacing: 0.2em;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.cm_btn a:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 14px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.cm_btn a:not(.no_hover):hover {
  opacity: 0.8;
  -webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.3);
}
.cm_btn a:not(.no_hover):hover:after {
  right: 10px;
}
.cm_btn01 a {
  background-color: #30548d;
}
.cm_btn02 a {
  background-color: #68a8d4;
}

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

.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 37%;
  width: 38px;
  height: 38px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
}
.slick-arrow:focus {
  outline: 0;
}

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

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

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

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

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

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

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

.logo {
  width: 25%;
  max-width: 358px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 51px;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}

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

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

@media only screen and (min-width: 769px) and (max-width: 1800px) {
  .logo {
    width: 20%;
  }
	.pc_navi > ul {
		flex-wrap: nowrap;
	}
  .pc_navi > ul > li {
    margin: 0 10px;
  }
	
	.pc_navi > ul > li > a, .pc_navi > ul > li > p {
		font-size: 0.85vw;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .header_top {
    padding-top: 15px;
  }

  .logo {
    margin-left: 10px;
  }
	
	.right_head {
		width: 78%;
	}

/*
  .pc_navi > ul > li {
    margin: 0 18px;
  }
  .pc_navi > ul > li > a, .pc_navi > ul > li p {
    font-size: 12px;
  }
  .pc_navi > ul > li > a:after, .pc_navi > ul > li p:after {
    width: 11px;
  }
  .pc_navi > ul > li.home a::before {
    margin: 2px 0 1px;
  }
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }*/
}
footer p {
  margin-bottom: 0;
}
footer .ft_bg {
  background: url(../images/ft_bg.jpg) no-repeat center/cover;
  padding: 59px 0 33px;
  position: relative;
}
footer .ft_logo {
  max-width: 311px;
  margin-right: 30px;
  width: 48%;
}
footer .ft_box {
  max-width: 650px;
  width: 50.75%;
}
footer .ft_link {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 37px;
  color: #333333;
}
footer .ft_link .menu02 {
  margin-top: 26px;
}
footer .ft_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .ft_link ul:last-child {
  margin-bottom: 0;
}
footer .ft_link li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 16px;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #333;
  width: 49.5%;
}
footer .ft_link li.last {
  margin-bottom: 29px;
}
footer .ft_link li:last-child {
  margin-bottom: 0;
}
footer .ft_link li:not(.ttl):before {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #30548d;
}
footer .ft_link li.ttl {
  margin-bottom: 34px;
  padding-left: 0;
  font-size: 26px;
  font-weight: 400;
  color: #d79d43;
  line-height: 1;
  pointer-events: none;
  width: 100%;
}
footer .ft_link li.ttl a {
  padding-bottom: 5px;
  border-bottom: 1px solid #d79d43;
}
footer .ft_link li.sm {
  background: url(../images/shared_bullet02.png) left 22px top 8px no-repeat;
  padding-left: 34px;
  margin-bottom: 8px;
  /* &::before {
      position: absolute;
      top: 8px;
      left: 24px;
      border: 2.5px solid #fff;
      border-top-color: transparent;
      border-bottom-color: transparent;
      border-right-color: transparent;
      transform: scaleX(1.6);
  } */
}
footer .ft_link a {
  color: inherit;
  text-decoration: none;
}
footer .ft_link a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .ft_info .des {
  letter-spacing: 0.1em;
  width: 47.4%;
}
footer .ft_bnr {
  margin-top: 28px;
}
footer .ft_bnr_it {
  max-width: 320px;
  width: 49.5%;
}
footer .ft_bnr_it a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
}
footer .ft_bnr_it a span {
  color: #fff;
  background-repeat: no-repeat;
}
footer .ft_bnr .bnr_tel {
  background: #30548d;
  height: 102px;
}
footer .ft_bnr .bnr_tel a {
  padding-bottom: 8px;
}
footer .ft_bnr .bnr_tel a:hover {
  opacity: 1;
}
footer .ft_bnr .bnr_tel a .tel {
  background-image: url(../images/shared_icon_tel.svg);
  background-size: auto 26px;
  font-size: 34px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-left: 36px;
  background-position: left 4px top 10px;
}
footer .ft_bnr .bnr_tel a .time {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #30548d;
  background-color: #fff;
  border-radius: 20px;
  padding: 3px 15px;
  margin-top: 6px;
  display: block;
}
footer .ft_bnr .bnr_line {
  background-color: #22ba4f;
  margin-bottom: 10px;
  height: 46px;
}
footer .ft_bnr .bnr_line a span {
  background-image: url(../images/shared_icon_line.svg);
  background-size: auto 27px;
  padding-left: 51px;
  padding-top: 11px;
  padding-bottom: 10px;
  font-size: 20px;
  background-position: left 9px top 12px;
}
footer .ft_bnr .bnr_web {
  background-color: #68a8d4;
  height: 46px;
}
footer .ft_bnr .bnr_web a span {
  background-image: url(../images/shared_icon_web.svg);
  background-size: auto 26px;
  padding-left: 60px;
  padding-top: 12px;
  padding-bottom: 9px;
  background-position: left 0px top 10px;
}
footer .copyright {
  background: url(../images/pattern02.jpg) repeat center;
}
footer .copyright p {
  padding: 17px 0 18px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  footer .ft_bg {
    background-position: right 40% center;
  }
  footer .ft_box {
    width: 65%;
  }
  footer .ft_logo {
    margin-right: 15px;
  }
  footer .ft_info .des {
    letter-spacing: 0;
  }
  footer .ft_bnr .bnr_tel a .tel {
    background-size: auto 21px;
    font-size: 25px;
    font-weight: 500;
    padding-left: 29px;
    background-position: left 4px top 6px;
  }
  footer .ft_bnr .bnr_tel a .time {
    letter-spacing: 0;
    font-size: 12px;
  }
  footer .ft_bnr .bnr_web a span {
    background-size: auto 24px;
  }
  footer .ft_bnr .bnr_line a span {
    padding-left: 45px;
    font-size: 16px;
    background-position: left 3px top 4px;
  }
  footer .ft_link li {
    background-position: left top 4px;
    font-size: 14px;
  }
  footer .ft_link li.ttl {
    margin-bottom: 24px;
  }
  footer .ft_link li:not(.ttl):before {
    top: 10px;
  }
  footer .ft_link li.sm {
    background-position: left 19px top 5px;
  }
  footer .info .note {
    font-size: 12px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.home_page .key {
  height: 1170px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.home_page .key .inner {
  position: relative;
  height: 100%;
  padding: 0;
}
.home_page .key .key_text .idx_catch {
  position: relative;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: center;
  align-items: flex-end;
	padding-bottom: 13%;
  z-index: 3;
}
.home_page .key .key_text .slider_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: 1170px;
}
.home_page .key .key_text .slider_bg01 {
  background-image: url(../images/idx_key_bg01.png);
  z-index: 3;
}
.home_page .key .key_text .slider_bg02 {
  background-image: url(../images/idx_key_bg02.png);
}
.home_page .key .key_text .slider_bg03 {
  background-image: url(../images/idx_key_bg03.png);
  z-index: 2;
}
/*.home_page .key .key_text ul:after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 0;
  top: 21%;
  line-height: 0.8;
  background: url(../images/idx_txtcath.png) no-repeat center/contain;
  width: 793px;
  height: 281px;
  z-index: 3;
}*/

.home_page .key .key_text ul li {
  height: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.home_page .key .key_text ul li:nth-child(2) h2, .home_page .key .key_text ul li:nth-child(3) h2 {
  letter-spacing: 0;
}
.home_page .key .key_text ul li:nth-child(2) h2, .home_page .key .key_text ul li:nth-child(2) p.catch_txt, .home_page .key .key_text ul li:nth-child(3) h2, .home_page .key .key_text ul li:nth-child(3) p.catch_txt {
  padding: 33px 25px;
  min-height: 370px;
  min-width: 370px;
}
.home_page .key .key_text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 240px;
  margin-right: 87px;
  max-width: 717px;
  width: 100%;
  margin-left: auto;
}
.home_page .key h2, .home_page .key p.catch_txt {
  text-align: center;
  color: #fff;
  width: 48%;
  font-weight: 600;
  letter-spacing: 0.1em;
  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;
  z-index: 1;
  padding: 50px 31px 50px;
  margin: 0 19px;
  min-width: 320px;
  min-height: 320px;
}
.home_page .key h2:before, .home_page .key p.catch_txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}*/
.home_page .key h2 {
  font-size: 52px;
  line-height: 1.4;
  letter-spacing: 0.1em;
	font-weight: 600;
	color: #ef5690;
	text-align: center;
	margin-bottom: 10px;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 1), 
               0px 0px 5px rgba(255, 255, 255, 1), 
			   0px 0px 8px rgba(255, 255, 255, 1),
			   0px 0px 10px rgba(255,255,255, 1),
			   0px 0px 12px rgba(255,255,255, 1),
			   0px 0px 15px rgba(255,255,255, 1),
			   0px 0px 20px rgba(255,255,255, 1),
			   0px 0px 25px rgba(255,255,255, 1),
		2px 2px 0px rgba(255,255,255, 1), 
               2px -2px 0px rgba(255,255,255, 1), 
			   -2px 2px 0px rgba(255,255,255, 1), 
			   -2px -2px 0px rgba(255,255,255, 1), 
			   2px 0px 0px rgba(255,255,255, 1), 
			   0px 2px 0px rgba(255,255,255, 1), 
			   -2px 0px 0px rgba(255,255,255, 1), 
			   0px -2px 0px rgba(255,255,255, 1);
}
/*.home_page .key h2:before {
  background: url(../images/key_h2_bg.svg) no-repeat center/contain;
}*/
.home_page .key p.catch_txt {
  font-size: 30px;
	font-weight: 600;
	line-height: 1.6;
	color: #43a0a2;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 1), 
               0px 0px 5px rgba(255, 255, 255, 1), 
			   0px 0px 8px rgba(255, 255, 255, 1),
			   0px 0px 10px rgba(255,255,255, 1),
			   0px 0px 12px rgba(255,255,255, 1),
			   0px 0px 15px rgba(255,255,255, 1),
			   0px 0px 20px rgba(255,255,255, 1),
			   0px 0px 25px rgba(255,255,255, 1),
		2px 2px 0px rgba(255,255,255, 1), 
               2px -2px 0px rgba(255,255,255, 1), 
			   -2px 2px 0px rgba(255,255,255, 1), 
			   -2px -2px 0px rgba(255,255,255, 1), 
			   2px 0px 0px rgba(255,255,255, 1), 
			   0px 2px 0px rgba(255,255,255, 1), 
			   -2px 0px 0px rgba(255,255,255, 1), 
			   0px -2px 0px rgba(255,255,255, 1);
}
/*.home_page .key p.catch_txt:before {
  background: url(../images/key_catch_txt_bg.svg) no-repeat center/contain;
}*/
.home_page .topic_path {
  display: none;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    height: 50vw;
  }
  .home_page .key .key_text .slider_bg {
    height: 50vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1700px) {
  .home_page .key {
    height: 70vw;
  }
  .home_page .key .key_text .slider_bg {
    height: 70vw;
  }
	
	.home_page .key .key_text ul li {
    height: 70vw;
  }
	/*
  .home_page .key .key_text ul:after {
    width: 38vw;
    height: 20vw;
    right: 5%;
  }
  .home_page .key .key_text ul li {
    height: 70vw;
  }
  .home_page .key .key_text ul li:nth-child(2) h2, .home_page .key .key_text ul li:nth-child(2) p.catch_txt, .home_page .key .key_text ul li:nth-child(3) h2, .home_page .key .key_text ul li:nth-child(3) p.catch_txt {
    padding: 3.7vw 1.5vw 4vw;
    min-width: 25vw;
    min-height: 25vw;
  }
  .home_page .key .key_text .item {
    margin-top: 18.5vw;
    margin-right: 0.5vw;
    max-width: 51vw;
  }*/
  .home_page .key h2 {
    font-size: 2.8vw;
  }
  .home_page .key p.catch_txt {
    font-size: 1.8vw;
  }
  /*.home_page .key h2, .home_page .key p.catch_txt {
    padding: 3.6vw 1.5vw 3.6vw;
    min-width: 22vw;
    min-height: 22vw;
    margin: 0;
  }
  .home_page .key h2:before, .home_page .key p.catch_txt:before {
    max-width: 21vw;
    max-height: 21vw;
  }*/
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  /*.home_page .key .key_text ul:after {
    right: 8%;
  }
  .home_page .key .key_text ul li:nth-child(2) h2, .home_page .key .key_text ul li:nth-child(2) p.catch_txt, .home_page .key .key_text ul li:nth-child(3) h2, .home_page .key .key_text ul li:nth-child(3) p.catch_txt {
    padding: 3.7vw 1vw 4vw;
    letter-spacing: 0;
  }
  .home_page .key .key_text .item {
    margin-right: 2.5vw;
  }
  .home_page .key h2, .home_page .key p.catch_txt {
    min-width: 23vw;
    min-height: 23vw;
  }*/
}
@media all and (-ms-high-contrast: none) {
  .home_page .key .key_text .item {
    margin-left: 0;
  }
}
.link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.link a {
  display: block;
  width: 100%;
  height: 100%;
}

h3 {
  font-size: 48px;
  letter-spacing: 0.13em;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 1;
}
h3.idx_h3 {
  padding-top: 81px;
}
h3.idx_h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 94px auto;
  background-position: top center;
}
h3 .en {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-transform: uppercase;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9px;
}

.txt_en {
  font-family: "Mr De Haviland", cursive;
}

.en {
  font-family: "Ubuntu", sans-serif;
}

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

.idx_banner {
  background: url(../images/pattern01.jpg) repeat center;
  padding: 42px 0;
}

.list_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.list_banner .item {
  margin: 10px;
  text-align: center;
}
.list_banner.w_full .item{max-width: 542px;}

@media only screen and (min-width: 769px){
    .list_banner.w_full .item{max-width: 415px;}
    .list_banner.w_full .item {
        width: calc(50% - 20px);
    }
}

.idx_contact {
  background: url(../images/idx_contact_bg.jpg) no-repeat center/cover;
  padding: 92px 0;
}
.idx_contact h3 {
  text-align: center;
  margin-bottom: 0;
  width: 50%;
  font-size: initial;
}
.idx_contact h3 .en {
  line-height: 1;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #30548d;
  display: block;
  margin-bottom: 9px;
}
.idx_contact h3 .jp {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #d79d43;
}
.idx_contact_box {
  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;
  background: url(../images/idx_contact_box.jpg) no-repeat center/cover;
  padding: 30px 10px 34px;
  border: 3px solid #f7c87e;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.idx_contact_box:hover {
  -webkit-box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.3);
}
.idx_contact_txt {
  width: 50%;
  text-align: center;
}
.idx_contact_txt p {
  margin-bottom: 0;
}
.idx_contact_txt span {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.idx_contact_txt .large {
  font-size: 24px;
  color: #4e6a9a;
  letter-spacing: 0.15em;
  line-height: 1.25;
  font-weight: 500;
}
.idx_contact_txt .small {
  letter-spacing: 0.2em;
  line-height: 2;
}
.idx_contact_txt .box_tel {
  margin-top: 5px;
}
.idx_contact_txt .box_tel a {
  text-decoration: none;
}
.idx_contact_txt .box_tel .tel {
  background-repeat: no-repeat;
  background-position: left 8px top 9px;
  background-image: url(../images/shared_icon_tel_y.svg);
  background-size: auto 36px;
  font-size: 48px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 59px;
  color: #d79d43;
}
.idx_contact_txt .box_tel .time {
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #d79d43;
  border-radius: 20px;
  padding: 0px 22px 0px 24px;
  margin-top: 9px;
}
.idx_contact_txt .box_wrap {
  max-width: 460px;
  width: 100%;
  margin-left: 48px;
}

.idx_map .map {
  height: 450px;
  width: 100%;
}
.idx_map_detail {
  background: url(../images/pattern02.jpg) repeat center;
  padding: 25px 0;
}
.idx_map_detail dl {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.idx_map_detail dl:nth-child(1) dt {
  width: 100px;
}
.idx_map_detail dl:nth-child(1) dd {
  width: calc(100% - 110px);
}
.idx_map_detail dl dt {
  width: 194px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.idx_map_detail dl dd {
  letter-spacing: 0.1em;
  line-height: 1.875;
  width: calc(100% - 194px);
}
.idx_map_detail dl dd ul li {
  position: relative;
  padding-left: 22px;
}
.idx_map_detail dl dd ul li:before {
  content: "";
  position: absolute;
  top: 0.49em;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  h3 {
    font-size: 35px;
  }
  h3.idx_h3 {
    padding-top: 75px;
  }
  h3.idx_h3:before {
    background-size: 85px auto;
  }

  .idx_map_detail dl {
    width: 49%;
  }
  .idx_map_detail dl:nth-child(1) dt {
    width: 80px;
  }
  .idx_map_detail dl:nth-child(1) dd {
    width: calc(100% - 80px);
  }
  .idx_map_detail dl dt {
    width: 145px;
    font-size: 15px;
  }
  .idx_map_detail dl dd {
    width: calc(100% - 145px);
  }

  .idx_contact {
    background: url(../images/idx_contact_bg.jpg) no-repeat center/cover;
    padding: 92px 0;
  }
  .idx_contact h3 {
    width: 40%;
  }
  .idx_contact h3 .en {
    font-size: 45px;
  }
  .idx_contact h3 .jp {
    font-size: 18px;
  }
  .idx_contact_txt {
    width: 60%;
  }
  .idx_contact_txt .large {
    font-size: 18px;
  }
  .idx_contact_txt .box_tel .tel {
    background-position: left 2px top 7px;
    background-size: auto 24px;
    font-size: 35px;
    padding-left: 35px;
  }
  .idx_contact_txt .box_tel .time {
    letter-spacing: 0.1em;
  }
  .idx_contact_txt .box_wrap {
    margin-left: 25px;
  }
}
@-webkit-keyframes idx_key {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -3840px center;
  }
}
@keyframes idx_key {
  from {
    background-position: 0 center;
  }
  to {
    background-position: -3840px center;
  }
}
.idx01 {
  padding: 255px 0 66px;
  position: relative;
  z-index: 1;
  margin-top: -220px;
  background: url(../images/idx01_bg.jpg) no-repeat center/cover;
}
.idx01:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/idx01_flower01.png), url(../images/idx01_flower02.png);
  background-repeat: no-repeat;
  background-position: top -183px left -230px, top -215px right -292px;
}
.idx01 h3 {
  font-size: 60px;
  color: #ef5690;
  padding-top: 114px;
  padding-bottom: 71px;
  margin-bottom: 41px;
}
.idx01 h3:before {
  background-image: url(../images/idx01_h3_logo.png);
  background-size: 122px auto;
}
.idx01 h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/idx01_h3_after.png) no-repeat center/contain;
  width: 100%;
  height: 120px;
}
.idx01_checklist {
  position: relative;
  z-index: 1;
}
.idx01_checklist_it {
  width: 50%;
  margin-bottom: 40px;
}
.idx01_checklist_it h4 {
  font-size: 30px;
  font-weight: 600;
  color: #ef5690;
  letter-spacing: 0.2em;
  padding-left: 60px;
  background: url(../images/shared_icon_checklist.svg) no-repeat top 4px left;
  background-size: 42px auto;
  padding-bottom: 7px;
}
.idx01_checklist_it > p {
  letter-spacing: 0.15em;
  line-height: 2.25;
  padding-left: 60px;
}
.idx01_checklist_it:nth-child(4) {
  margin-bottom: 0;
}
.idx01_img {
  position: absolute;
  bottom: 0;
  right: -255px;
  z-index: 0;
  width: 42.5%;
}

@media only screen and (min-width: 1921px) {
  .idx01 {
    padding: 12.7vw 0 3.4vw;
    margin-top: -11vw;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx01 .idx_h3 {
    font-size: 45px;
    padding-top: 95px;
    padding-bottom: 60px;
    margin-bottom: 21px;
  }
  .idx01 .idx_h3:before {
    background-size: 100px auto;
  }
  .idx01 .idx_h3:after {
    height: 105px;
  }
  .idx01_checklist_it {
    width: 49%;
    margin-bottom: 20px;
  }
  .idx01_checklist_it h4 {
    font-size: 20px;
    background-position: top 0 left;
    background-size: 28px auto;
    padding-left: 45px;
  }
  .idx01_checklist_it > p {
    padding-left: 45px;
    letter-spacing: 0.1em;
  }
  .idx01_img {
    right: -14%;
    width: 37%;
  }
}
.idx02 {
  padding: 0 0 115px;
  background: url(../images/idx02_bg.jpg) no-repeat center/cover;
  position: relative;
}
.idx02 .idx_h3 {
  color: #fff;
  margin-bottom: 107px;
}
.idx02 .idx_h3:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  right: -50vw;
  margin: auto;
  width: 100vw;
  height: 236px;
  background: url(../images/idx02_before.png) no-repeat center bottom;
  z-index: -1;
}
.idx02 .idx_h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 234, 0, 0.5)));
  background: linear-gradient(transparent 70%, rgba(255, 234, 0, 0.5) 70%);
  line-height: 1.3;
  display: inline-block;
}
.idx02 .idx_h3:before {
  top: 30px;
  background-size: 60px auto;
  background-image: url(../images/idx02_h3_logo.png);
}
.idx02_box {
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 54px 80px 73px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.idx02_box .idx_list li {
  position: relative;
  padding: 17px 10px 19px 63px;
  border-bottom: 1px solid #edd9dd;
  font-size: 24px;
  letter-spacing: 0.035em;
  font-weight: 500;
}
.idx02_box .idx_list li:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 5px;
  width: 33px;
  height: 36px;
  background: url(../images/shared_icon_tooth.svg) no-repeat center/contain;
}
.idx02_box .list_note {
  font-size: 24px;
  font-weight: 500;
  padding-left: 63px;
  padding-top: 10px;
}
.idx02_spec {
  background-color: #ffa8b9;
  border-radius: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  padding: 21px 20px 22px;
  margin-top: 23px;
}
.idx02_spec p {
  letter-spacing: 0.1em;
  font-size: 18px;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx02_box {
    padding: 44px 50px 63px;
  }
  .idx02_box .idx_list li {
    padding-left: 45px;
    font-size: 18px;
  }
  .idx02_box .idx_list li:before {
    height: 25px;
  }
  .idx02_box .list_note {
    font-size: 18px;
    padding-left: 45px;
  }
}
.idx03 {
  padding: 89px 0 73px;
  background: #68c3c5;
}
.idx03 .idx_h3 {
  color: #fff;
  display: table;
  margin: 0 auto 34px;
  padding: 80px 180px 0 186px;
  background-image: url(../images/idx03_h3_before.svg), url(../images/idx03_h3_after.svg);
  background-position: left bottom 12px, right bottom 12px;
  background-repeat: no-repeat;
  background-size: 152px auto;
}
.idx03 .idx_h3:before {
  background-image: url(../images/idx03_logo.svg);
  background-size: 94px auto;
}
.idx03_box {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.idx03_item {
  position: relative;
  padding: 143px 0 70px;
}
.idx03_item:first-child .idx03_img {
  left: 0;
}
.idx03_item:nth-child(2n+1) .idx03_content {
  margin-left: auto;
  -webkit-transform: skewX(-9.5deg);
          transform: skewX(-9.5deg);
  left: -44px;
  padding: 71px 72px 113px 99px;
}
.idx03_item:nth-child(2n+1) .idx03_content .box_in {
  -webkit-transform: skewX(9.5deg);
          transform: skewX(9.5deg);
}
.idx03_item:nth-child(2n+1) .idx03_content h4 {
  color: #ef5690;
}
.idx03_item:nth-child(2n+1) .idx03_img {
  left: 0;
}
.idx03_item:nth-child(2n+1) .idx03_num {
  color: #f7eaed;
  right: 15px;
  -webkit-transform: skewX(9.5deg);
          transform: skewX(9.5deg);
}
.idx03_item:nth-child(2n+2) .idx03_content {
  -webkit-transform: skewX(9.5deg);
          transform: skewX(9.5deg);
  right: -44px;
  padding: 71px 52px 113px 110px;
}
.idx03_item:nth-child(2n+2) .idx03_content .box_in {
  -webkit-transform: skewX(-9.5deg);
          transform: skewX(-9.5deg);
}
.idx03_item:nth-child(2n+2) .idx03_content h4 {
  color: #28a096;
}
.idx03_item:nth-child(2n+2) .idx03_img {
  right: 0;
}
.idx03_item:nth-child(2n+2) .idx03_num {
  color: #e3f3f2;
  left: 15px;
  -webkit-transform: skewX(-9.5deg);
          transform: skewX(-9.5deg);
}
.idx03_content {
  background-color: #fff;
  width: 50%;
  max-width: 728px;
  min-height: 520px;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.idx03_content .box_in {
  max-width: 481px;
  width: 100%;
  margin: auto;
}
.idx03_content h4 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 31px;
}
.idx03_content p:not(.idx03_num) {
  letter-spacing: 0.13em;
  line-height: 2.25;
}
.idx03_img {
  width: 56.5%;
  height: 100%;
  position: absolute;
  top: 0;
}
.idx03_num {
  font-family: "Ubuntu", sans-serif;
  font-size: 240px;
  line-height: 0.8;
  position: absolute;
  bottom: 0;
  letter-spacing: -20px;
  z-index: -1;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx03_item {
    padding: 30px 0 50px;
  }
  .idx03_item:nth-child(2n+1) .idx03_content {
    padding: 35px 35px 45px 45px;
  }
  .idx03_item:nth-child(2n+2) .idx03_content {
    padding: 35px 35px 45px 45px;
  }
  .idx03_content {
    min-height: 390px;
  }
  .idx03_content h4 {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .idx03_content p:not(.idx03_num) {
    letter-spacing: 0.1em;
  }
  .idx03_num {
    font-size: 130px;
  }
}
.idx04 {
  padding: 91px 0 80px;
  position: relative;
}
.idx04:before {
  content: "";
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #f6fcff;
  height: 450px;
  width: 100%;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}
.idx04 .inner {
  padding: 0 10px;
  max-width: 1340px;
}
.idx04 .idx_h3 {
  margin-bottom: 95px;
  color: #30548d;
}
.idx04 .idx_h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 234, 0, 0.5)));
  background: linear-gradient(transparent 70%, rgba(255, 234, 0, 0.5) 70%);
  line-height: 1.3;
  display: inline-block;
}
.idx04 .idx_h3:before {
  background-image: url(../images/idx04_h3_logo.png);
}
.idx04_item {
  width: 32%;
  max-width: 400px;
  position: relative;
}
.idx04_item figure {
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
.idx04_item figure:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  background: url(../images/idx04_img_before.jpg) no-repeat center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.idx04_item h4 {
  font-size: 22px;
  color: #30548d;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 14px;
  line-height: 1.6;
}
.idx04_item .cont {
  letter-spacing: 0.1em;
  line-height: 2.25;
}
.idx04_item:nth-child(1) .idx04_num {
  background-color: #ef5690;
}
.idx04_item:nth-child(2) .idx04_num {
  background-color: #b18bdb;
}
.idx04_item:nth-child(3) .idx04_num {
  background-color: #5eb8b0;
}
.idx04_num {
  font-family: "Mr De Haviland", cursive;
  font-size: 20px;
  letter-spacing: 0.08em;
  padding-bottom: 11px;
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  top: -50px;
  left: 15px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.idx04_num_txt {
  font-size: 48px;
  line-height: 0.6;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx04_item figure {
    margin-bottom: 25px;
  }
  .idx04_item figure:before {
    top: 6px;
    left: 6px;
  }
  .idx04_item h4 {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
  .idx04_num {
    left: 5px;
  }
  .idx04_num_txt {
    font-size: 30px;
  }
}
.idx05 {
  padding: 101px 0 156px;
  background: url(../images/idx05_bg.png) no-repeat center/cover;
  position: relative;
  z-index: 2;
}
.idx05 .en {
  display: table;
  margin: 0 auto -10px;
}
.idx05 .idx_h3 {
  color: #ef5690;
  margin-bottom: 57px;
}
.idx05 .idx_h3:before {
  background-size: 94px auto;
  background-image: url(../images/idx03_h3_logo.png);
}
.idx05 .img_girl {
  position: absolute;
  top: -16px;
  right: 116px;
}
.idx05_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.idx05_item:not(:last-child) {
  margin-bottom: 42px;
  z-index: 1;
}
.idx05_item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 37px;
  left: 56px;
  margin: auto;
  width: 7px;
  height: 110%;
  background: url(../images/idx05_step_line.svg) repeat-y center/cover;
  z-index: -2;
}
.idx05_item01 .idx05_num:before {
  background-color: #b18bdb;
}
.idx05_item01 .idx05_cont {
  background-image: url(../images/idx05_flower01.svg);
}
.idx05_item01 .idx05_cont .tl {
  color: #b18bdb;
}
.idx05_item02 .idx05_num:before {
  background-color: #28a096;
}
.idx05_item02 .idx05_cont {
  background-image: url(../images/idx05_flower02.svg);
}
.idx05_item02 .idx05_cont .tl {
  color: #28a096;
}
.idx05_item03 .idx05_num:before {
  background-color: #84a5d9;
}
.idx05_item03 .idx05_cont {
  background-image: url(../images/idx05_flower03.svg);
}
.idx05_item03 .idx05_cont .tl {
  color: #84a5d9;
}
.idx05_item04 .idx05_num:before {
  background-color: #ffa8b9;
}
.idx05_item04 .idx05_cont {
  background-image: url(../images/idx05_flower04.svg);
}
.idx05_item04 .idx05_cont .tl {
  color: #ffa8b9;
}
.idx05_item05 .idx05_num:before {
  background-color: #ef5690;
}
.idx05_item05 .idx05_cont {
  background-image: url(../images/idx05_flower05.svg);
}
.idx05_item05 .idx05_cont .tl {
  color: #ef5690;
}
.idx05_num {
  font-size: 60px;
  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;
  position: relative;
  top: 14px;
  color: #fff;
  z-index: 1;
  height: 120px;
  width: 120px;
  font-family: "Ubuntu", sans-serif;
  border-radius: 50%;
}
.idx05_num:before, .idx05_num:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.idx05_num:before {
  width: 100%;
  height: 100%;
  z-index: -1;
}
.idx05_num:after {
  border: 2px dotted #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.idx05_cont {
  padding: 47px 40px 49px 75px;
  background-color: #fff;
  background-position: top -70px right -120px;
  background-repeat: no-repeat;
  margin-left: auto;
  width: calc(100% - 95px);
  margin-left: -25px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.idx05_cont .tl {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 14px;
}
.idx05_cont .cont p {
  letter-spacing: 0.13em;
  font-size: 18px;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx05_item:not(:last-child) {
    margin-bottom: 35px;
  }
  .idx05_cont {
    padding: 40px 30px 40px 62px;
  }
  .idx05_cont .tl {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .idx05 .img_girl {
    right: 10px;
    width: 150px;
    top: 48px;
  }
}
.idx06 {
  padding: 172px 0 66px;
  background: url(../images/idx06_bg.jpg) no-repeat center/cover;
  position: relative;
  z-index: 1;
  margin-top: -80px;
}
.idx06 .idx_h3 {
  color: #28a096;
  margin-bottom: 45px;
}
.idx06 .idx_h3:before {
  background-image: url(../images/idx06_h3_logo.png);
}
.idx06_b {
  margin-bottom: 60px;
}
.idx06 .img_girl {
  position: absolute;
  top: -92px;
  left: 95px;
  z-index: -1;
	margin-bottom: 0;
}
.idx06 h4 {
  background: url(../images/idx06_h4_bg.jpg) repeat center;
  color: #fff;
  padding: 10px 10px 11px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
}
.idx06 h4 .space {
  margin-right: -15px;
}
.idx06 figure {
  margin: 30px 0;
}
.idx06 .idx_tbl th, .idx06 .idx_tbl td {
  font-size: 18px;
  border: 1px solid #5d5d5d;
  padding: 15px 16px 15px 25px;
}
.idx06 .idx_tbl th {
  width: 50%;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #f7dde7;
  text-align: left;
}
.idx06 .idx_tbl td {
  text-align: right;
  letter-spacing: 0.1em;
  background-color: #fff;
}
.idx06 .idx_tbl .clr_pink {
  color: #ef5690;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.idx06 .idx_tbl .space {
  margin-right: -9px;
}

@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx06 h4 {
    font-size: 24px;
  }
  .idx06 .img_girl {
    top:6px;
    left: 10px;
    width: 160px;
  }
  .idx06 .idx_tbl th, .idx06 .idx_tbl td {
    font-size: 16px;
    padding: 15px 16px 15px 16px;
  }
  .idx06 .idx_tbl th {
    letter-spacing: 0;
  }
  .idx06 .idx_tbl .clr_pink {
    font-size: 18px;
  }
}
.idx07 {
  padding: 85px 0;
  background: url(../images/idx07_bg.jpg) no-repeat center/cover;
}
.idx07 .inner {
  max-width: 1380px;
  padding: 0 10px;
}
.idx07 h3 {
  color: #ef5690;
  margin-bottom: 38px;
  letter-spacing: 0.1em;
}
.idx07 h3 .en {
  color: #fbf5f5;
  font-weight: 500;
  font-size: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 0.7;
  z-index: -1;
}
.idx07_box {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  border-radius: 100px;
  background: #fff url(../images/idx07_box_logo.png) no-repeat top 198px center;
  background-size: 317px auto;
  padding: 74px 70px 78px 91px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.idx07_box > p {
  line-height: 2.25;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.idx07_img {
  display: none;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx07 {
    background-position: left 38% center;
  }
  .idx07 h3 {
    margin-bottom: 9px;
  }
  .idx07 h3 .en {
    font-size: 80px;
  }
  .idx07_box {
    background-size: 250px auto;
    background-position: top 150px center;
    width: 70%;
    padding: 40px 45px 45px 45px;
  }
}
.idx08 {
  padding: 94px 0 66px;
  background: url(../images/idx08_bg.jpg) no-repeat center/cover;
}
.idx08 .idx_h3 {
  color: #30548d;
  margin-bottom: 48px;
}
.idx08 .idx_h3:before {
  background-image: url(../images/idx08_h3_logo.png);
}
.idx08 .idx_h3 .en {
  color: #d79d43;
  position: relative;
}
.idx08 .idx_h3 .en:before, .idx08 .idx_h3 .en:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 119px;
  height: 1px;
  background-color: #d79d43;
}
.idx08 .idx_h3 .en:before {
  left: -130px;
}
.idx08 .idx_h3 .en:after {
  right: -130px;
}
.idx08_info {
  max-width: 640px;
  width: 50%;
  margin-left: auto;
}
.idx08_info .box_info {
  padding-left: 20px;
  padding-top: 33px;
}
.idx08_info .box_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 6px 17px;
  border-bottom: 1px solid #cfe1e9;
}
.idx08_info .box_info dl dt {
  width: 144px;
  padding-right: 10px;
}
.idx08_info .box_info dl dd {
  width: calc(100% - 144px);
}
.idx08 .box_cal td, .idx08 .box_cal th {
  border: 0;
  text-align: center;
  line-height: 1;
}
.idx08 .box_cal th {
  padding: 16px 11px 16px;
  background-color: #30548d;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.idx08 .box_cal th:first-child {
  width: 168px;
}
.idx08 .box_cal td {
  letter-spacing: 0.1em;
  border-bottom: 1px solid #dadada;
  padding: 21px 11px 15px;
  background-color: #fff;
}
.idx08 .box_cal .tb_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 11px;
}
.idx08 .box_cal .tb_note > p {
  width: 47%;
  letter-spacing: 0.1em;
}
.idx08_time {
  margin-top: 67px;
}
.idx08_time > div {
  width: 49%;
  max-width: 620px;
}
.idx08 .bnr_pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.idx08 .bnr_pay_it:not(:first-child) {
  padding-left: 10px;
}
.idx08 .box_pay_txt p {
  margin-bottom: 0;
}
.idx08 .gr_btn {
  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-left: -12px;
  margin-right: -12px;
  margin-top: 3px;
}
.idx08 .gr_btn .cm_btn {
  margin: 12px;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .idx08 .box_cal th, .idx08 .box_cal td {
    font-size: 12px;
  }
  .idx08 .box_cal th {
    padding: 16px 6px 16px;
  }
  .idx08 .box_cal th:first-child {
    width: 110px;
  }
  .idx08 .box_cal td {
    padding: 21px 6px 15px;
  }
  .idx08 .box_cal .tb_note > p {
    letter-spacing: 0;
  }
}


#payment { padding: 180px 0 60px; background: none; }

#payment .g-color--primary { color: #ef5690; }

#payment .g-font-weight--700 { font-weight: 700; }

#payment .g-text-center--xs { text-align: center; }

#payment .g-bg-color--sky-light { background-color: #f5f8f9; }

#payment .g-ul-li-tb-15--xs > li { padding-top: 0.9375rem; padding-bottom: 0.9375rem; }

#payment .g-hor-divider__solid--sky-light { border-bottom: 0.0625rem solid #f5f8f9; }

#payment .g-font-size-12--xs { font-size: 0.75rem; }

#payment .g-font-size-10--xs { font-size: 0.625rem; }

#payment .g-font-size-16--xs { font-size: 1rem; }

#payment .g-font-size-18--xs { font-size: 1.125rem; }

#payment .g-padding-y-30--xs { padding-top: 1.875rem; padding-bottom: 1.875rem; }

#payment .g-row-col--0 { margin-bottom: 3.75rem; margin-right: auto; margin-left: auto; overflow: hidden; text-align: center; }

#payment .g-row-col--0::before { display: table; content: " "; }

#payment .g-row-col--0::after { clear: both; }

#payment table.general { border-collapse: collapse; border-spacing: 0; }

#payment table.general .inputRow { display: none; }

#payment table.general input, #payment table.general select, #payment table.general option { padding: 5px; }

#payment table.general tbody tr th, #payment table.general tbody tr td { border-collapse: collapse; padding: 30px 30px; border-left: 1px solid #dedede; border-right: 1px solid #dedede; border-bottom: none; }

#payment table.general tbody tr:last-child th, #payment table.general tbody tr:last-child td { border-bottom: 1px solid #dedede; }

#payment table.general tbody tr td { border-top: 1px solid #dedede; }

#payment table.general tbody tr td input[type="radio"]:not(:first-child) { margin-left: 5px; }

#payment table.general tbody tr th { text-align: left; font-weight: bold; background-color: #f8f8f8; border-top: 1px solid #dedede !important; }

#payment table.general span.notes, #payment table.general span.freeBonusAttention { display: block; margin-top: 10px; font-size: 12px; }

#payment .calc { margin-top: 50px; }

#payment p.notes { font-size: 14px; }

#payment form .cm_btn { margin: 3rem auto 3.75rem; display: flex; justify-content: center; max-width: 540px; }

#payment form .cm_btn a { margin: 0px 10px; max-width: 260px; width: calc(50% - 20px); cursor: pointer; }

#payment form .cm_btn a.loansimulationBtn_reset { background-color: #30548d; }

#payment .results table.general tbody tr th { background-color: #fdf0f9; }

#payment .results th, #payment .results td { padding: 0; border: 0; }

#payment .loansimulationNotes { padding-top: 2em; margin-top: -2em; }

@media screen and (min-width: 768px) { #payment table.general tbody tr th { width: 260px; } }

@media screen and (max-width: 768px) { #payment { padding: 50px 0pc; }
  #payment table.general tbody tr th, #payment table.general tbody tr td { width: 100% !important; display: block; }
  #payment table.general tbody tr th { padding: 10px; }
  #payment table.general tbody tr td { padding: 15px; }
  #payment table.general tbody tr td input[size="34"] { width: 100%; max-width: 317px; }
  #payment form .cm_btn { flex-wrap: wrap; }
  #payment form .cm_btn a { min-width: 261px; margin: 10px; } }

@media screen and (max-width: 991px) { .g-row-col--0 { max-width: 720px; } }

@media screen and (min-width: 992px) { .col-md-3 { width: 33.33%; float: left; } }

@media print { body { -webkit-print-color-adjust: exact !important; }
  header, .key, .idx01, .idx02, .idx03, .idx04, .idx05, section.idx06, #payment .block_quick, #payment h3, .cm_btn, .idx07, .idx08, .idx_map, .idx_contact, .idx_gallery, .idx_banner, .fixed_banner, footer, footer .fblock, .totop { display: none !important; }
  table.general.table.loansimulationTbl td input[size="20"] { width: 200px !important; }
  table.general.table.loansimulationTbl td input[size="24"] { width: 240px !important; }
  table.general.table.loansimulationTbl td input[size="34"] { width: 321px !important; }
  table.general.table.loansimulationTbl td input[size="2"] { width: 62px !important; }
  h4 { background-color: deeppink !important; color: white !important; padding: 10px 10px 11px !important; text-align: center; font-size: 30px !important; font-weight: 600 !important; letter-spacing: 0.1em !important; margin-bottom: 35px !important; }
  #payment { padding: 130px 0px 50px; }
  #payment .u-mt-section, #payment .loansimulationNotes { padding-top: 40px !important; margin-top: 0 !important; }
  #payment table.general tbody tr th { width: 260px; }
  #payment table.general tbody tr th, #payment table.general tbody tr td { padding: 19px !important; }
  #payment table.general .inputRow { display: none !important; }
  #payment .block3.loansimulationSct.u-mt-section table tr:first-child input[readonly="readonly"] { padding-bottom: 5px; }
  #payment .u-mt-section { margin-top: 50px; } }
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
.under .sitemap {
  padding-top: 40px;
}
.under .sitemap > ul > li p {
  margin-bottom: 0;
}
.under .sitemap > ul > li a, .under .sitemap > ul > li p {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 30px;
  border-bottom: dotted 1px #ccc;
  color: #333333;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.under .sitemap > ul > li a:before, .under .sitemap > ul > li p:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background: #ccc;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.under .sitemap > ul > li p:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: #ccc;
  left: 6px;
  top: 50%;
  margin-top: -7px;
}
.under .sitemap > ul > li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05);
}
.under .sitemap > ul > li li a {
  padding-left: 70px;
}
.under .sitemap > ul > li li a:before {
  left: 40px;
}
.under #mainContent {
  padding-bottom: 100px;
}
.under .key {
  background: url(../images/under_key_bg.jpg) no-repeat center/cover;
  height: 500px;
}
.under .key .inner {
  height: 100%;
  padding: 0px;
}
.under .key .key_text {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  padding: 0 140px;
}
.under h2 {
  background-color: white;
  display: table;
  padding: 16px 70px;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  color: #30548d;
  letter-spacing: 0.1em;
}
.under h2, .under h3, .under h4, .under h5, .under h6 {
  line-height: 1.4;
}
.under h2:last-child, .under h3:last-child, .under h4:last-child, .under h5:last-child, .under h6:last-child {
  margin-bottom: 0;
}
.under h3 {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 66px;
  margin-bottom: 40px;
  color: #30548d;
  font-size: 40px;
  letter-spacing: 0.12em;
}
.under h3:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 70px auto;
  background-position: top center;
  background-image: url(../images/ud_icon_logo.svg);
}
.under h3 .en {
  color: #d79d43;
  position: relative;
}
.under h3 .en:before, .under h3 .en:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 119px;
  height: 1px;
  background-color: #d79d43;
}
.under h3 .en:before {
  left: -130px;
}
.under h3 .en:after {
  right: -130px;
}
.under h4 {
  margin-bottom: 30px;
  background: url(../images/idx06_h4_bg.jpg) repeat center;
  color: #fff;
  padding: 10px 20px 11px;
  font-size: 30px;
  font-weight: 600;
}
.under h5 {
  margin-bottom: 25px;
  position: relative;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.1em;
  border-left: 4px solid #ef5690;
  padding-left: 15px;
}
.under h6 {
  position: relative;
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 18px;
  color: #d79d43;
  letter-spacing: 3px;
  padding-left: 20px;
}
.under h6:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 3px;
  background-color: #d79d43;
}

.under section:first-child h3 {
  margin-top: 50px;
}
.under section {
  padding-top: 1px;
}
.under section h3 {
  margin-top: 80px;
}
.under .secH4 {
  padding-top: 60px;
}
.under .secH5 {
  padding-top: 50px;
}
.under .secH6 {
  padding-top: 40px;
}
.under .imgBox.rowImg .image_l img, .under .imgBox.rowImg .image_r img {
  max-width: 100%;
  max-height: 458px;
}
.under .imgBox.rowImg .image_l {
  float: left;
  margin-right: 80px;
}
.under .imgBox.rowImg .image_r {
  float: right;
  margin-left: 80px;
}
.under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
  max-width: 654px;
  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% - 734px);
}
.under .imgBox.rowImg.large .image_l, .under .imgBox.rowImg.large .image_r {
  max-width: 440px;
}
.under .imgBox.rowImg.large .txt_l, .under .imgBox.rowImg.large .txt_r {
  width: calc(100% - 475px);
}
.under .imgBox.rowImg.full .image_l, .under .imgBox.rowImg.full .image_r {
  max-width: 60vw;
}
.under .imgBox.colImg .list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.under .imgBox.colImg p {
  margin-bottom: 5px;
}
.under .imgBox.colImg p:last-child {
  margin-bottom: 0;
}
.under .imgBox.colImg figure {
  margin-bottom: 15px;
}
.under .imgBox.colImg .text p {
  font-size: 1em;
}
.under .imgBox.colImg .text .ttl {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #a98c54;
  font-family: "Noto Serif JP", serif;
}
.under .imgBox.colImg3 figure, .under .imgBox.colImg2 figure {
  position: relative;
  background: #efefef;
  overflow: hidden;
  height: 280px;
  width: 100%;
  text-align: center;
}
.under .imgBox.colImg3 img, .under .imgBox.colImg2 img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.under .imgBox.colImg3 .item {
  width: 32%;
}
.under .imgBox.colImg2 .item {
  width: 49%;
}
.under .imgBox.colImg1 .item {
  width: 100%;
}
.under .imgBox.colImg1 .item img {
  max-width: 800px;
  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;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
    min-width: 320px;
    max-width: 320px;
  }

  .under .imgBox.rowImg .txt_l, .under .imgBox.rowImg .txt_r {
    width: calc(100% - 365px);
  }
}
.under table {
  border-radius: 3px;
}
.under table.rollTable {
  width: 100%;
}
.under table.tbl_style01 th, .under table.tbl_style01 td {
  border: 1px solid #f7dde7;
  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: #f7dde7;
  font-size: 1.125em;
  font-weight: normal;
  text-align: center;
}
.under table.tbl_style01 td {
  background-color: #fff;
  color: #383838;
  font-size: 1em;
}
.under table.tbl_style01.rowHead tr th:not(:last-child) {
  border-right: 1px solid #fff;
}
.under table.tbl_style01.colHead tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.under table.tbl_style02 th, .under table.tbl_style02 td {
  border: 2px solid #9dba38;
  border-left: none;
  border-right: none;
  padding: 0.625em;
}
.under table.tbl_style02 th img, .under table.tbl_style02 td img {
  max-width: 100%;
}
.under table.tbl_style02 th {
  background: none;
  font-weight: normal;
  font-size: 1.125em;
  color: #9dba38;
}
.under table.tbl_style02 td {
  font-size: 1em;
}
.under .tbl_note {
  display: none;
  margin-top: 10px;
  color: #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%;
}
.under ul.list01 li {
  background-size: 10px auto;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  letter-spacing: 1.6px;
}
.under ul.list01 li:last-child {
  padding-bottom: 0;
}
.under ul.list01 li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef5690;
  position: absolute;
  left: 0;
  top: 0.55em;
}
.under .list_note {
  margin-top: 15px;
  padding-left: 20px;
}
.under .list_note.no_mt {
  margin-top: 0;
}
.under .topic_path {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 1.5px;
  padding: 27px 0 7px;
}
.under .topic_path ul {
  background-size: auto 15px;
  display: block;
  padding: 4px 10px 4px 0;
}
.under .topic_path ul::after {
  content: "";
  display: block;
  clear: both;
}
.under .topic_path ul li {
  float: left;
  text-transform: uppercase;
  color: #333;
}
.under .topic_path a {
  text-decoration: none;
  color: #30548d;
}
.under .topic_path a:hover {
  opacity: 1;
  text-decoration: underline;
}
.under .topic_path span {
  display: inline-block;
  padding: 0 12px;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  color: #30548d;
  line-height: 1;
}
.under .anchor-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0;
}
.under .anchor-links > div {
  background-color: #30548d;
  border-radius: 3px;
  position: relative;
  display: block;
  min-width: 135px;
  width: 19%;
  margin: 0% 0.5% 1%;
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.under .anchor-links > div a {
  display: block;
  width: 100%;
  padding: 10px 5px 9px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}
.under .anchor-links > div::after {
  content: "";
  border: 4px solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: auto;
  bottom: 2px;
  left: calc(50% - 4px);
  right: auto;
  line-height: 1;
}
.under .anchor-links > div:hover a {
  opacity: 1;
}
.under .anchor-links > div:hover::after {
  bottom: 0;
}
.under .anchor-links > div.ext::after {
  content: ">";
  border: 0;
  position: absolute;
  top: calc(50% - 0.5em);
  bottom: auto;
  left: auto;
  right: 7px;
  font-size: 0.857em;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.under .anchor-links > div.ext:hover::after {
  right: 5px;
}
.under .ud_map {
  width: 100%;
  height: 450px;
}
.under .ud_map iframe {
  width: 100%;
  height: 100%;
}
.under .ud_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d5cbce;
  padding: 10px;
}
.under .ud_info dl dt {
  width: 110px;
}
.under .ud_info dl dd {
  width: calc(100% - 110px);
}
.under .doctor_box {
  max-width: 700px;
  margin: auto;
  position: relative;
}
.under .doctor_box p {
  margin-bottom: 0;
}
.under .doctor_box .doctor_name {
  position: absolute !important;
  right: 2%;
  bottom: 0;
  background: rgba(0, 22, 88, 0.8);
  padding: 20px;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  outline-offset: -8px;
}
.under .doctor_box .doctor_name span {
  font-size: 80%;
  display: block;
}
.under #socialbuttons {
  display: table;
  margin: 20px auto 10px;
}
.under #socialbuttons > div {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  overflow: hidden;
}
.under #socialbuttons .line {
  margin-right: 0px;
}

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

/* 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: #30548d;
  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: #30548d;
}

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

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

@media only screen and (max-width: 768px) {
  .main_blog_container .main_blog_content {
    width: auto;
    margin: 0 auto;
  }
  .main_blog_container .sidebar {
    display: none;
  }
}
.blog_post_button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
}
.blog_post_button > div {
  border-radius: 10px;
  position: relative;
  width: 32%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
  /* &.prev, &.next {
  	span {
  		display: block;
  		a {
  			&::after {
  				content: "";
  				background-repeat: no-repeat;
  				background-position: center;
  				background-size: auto 10px;
  				transform: translateY(-50%);
  				position: absolute;
  				top: 50%;
  				width: 15px;
  				height: 15px;
  				text-decoration: none !important;
  			}
  		}
  	}
  }
  &.prev {
  	a {
  		padding-left: 25px;
  		&::after {
  			background-image: url(../images/angle-double-left.svg);
  			left: 7px;
  		}
  	}
  }
  &.next {
  	a {
  		padding-right: 25px;
  		&::after {
  			background-image: url(../images/angle-double-right.svg);
  			right: 7px;
  		}
  	}
  }
  &:hover {
  	&.prev {
  		a {
  			&::after {
  			}
  		}
  	}
  	&.next {
  		a {
  			&::after {
  			}
  		}
  	}
  } */
}
.blog_post_button > div a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding: 11px 10px 10px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #30548d;
}

/* END BLOG
------------------------------------------------------------------------*/
/* START Mail
------------------------------------------------------------------------*/
.contact-form-style01 .contact-table {
  background-size: cover;
  width: 100%;
  margin: 0 auto 0px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.contact-form-style01 .contact-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-form-style01 .contact-table input, .contact-form-style01 .contact-table select, .contact-form-style01 .contact-table textarea {
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 1rem;
}
.contact-form-style01 .contact-table input {
  width: 100%;
}
.contact-form-style01 .contact-table textarea {
  max-width: 100%;
  width: 100%;
  height: 7em;
}
.contact-form-style01 .contact-table input, .contact-form-style01 .contact-table textarea {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-form-style01 .contact-table input[type=radio],
.contact-form-style01 .contact-table input[type=checkbox] {
  margin: 5px 3px 5px 0px;
  width: auto;
}
.contact-form-style01 .contact-table [readonly*=readonly] {
  background: none;
  border: 0;
  font-weight: bold;
}
.contact-form-style01 .contact-table dl {
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-form-style01 .contact-table dl:last-child dt, .contact-form-style01 .contact-table dl:last-child dd {
  border-bottom: 0px;
}
.contact-form-style01 .contact-table dt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  padding: 15px 20px;
  font-size: 20px;
}
.contact-form-style01 .contact-table dt span {
  display: inline-block;
  border-radius: 7px;
  padding: 2px 7px;
  margin-left: 5px;
  font-size: 70%;
  line-height: 1;
}
.contact-form-style01 .contact-table dd {
  width: calc(100% - 400px);
  padding: 15px 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form-style01 .contact-table .postal_code {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form-style01 .contact-table .inline span {
  max-width: 75px;
  margin: 0 5px;
  text-align: center;
}
.contact-form-style01 .contact-table .inline input {
  text-align: center;
}
.contact-form-style01 .contact-table .clockpicker input {
  width: 70px;
  text-align: center;
}
.contact-form-style01 .contact-table input:not([type=radio]):not([type=checkbox]):focus, .contact-form-style01 .contact-table textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contact-form-style01 .confirm-table textarea {
  resize: none;
  width: 100%;
}
.contact-form-style01 .confirm-table input:not([type=radio]):not([type=checkbox]):focus, .contact-form-style01 .confirm-table textarea:focus {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form-style01 .input_btn, .contact-form-style01 .button.thanks_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 520px;
  margin: 40px auto 0;
}
.contact-form-style01 .input_btn input, .contact-form-style01 .input_btn a, .contact-form-style01 .button.thanks_btn input, .contact-form-style01 .button.thanks_btn a {
  color: inherit;
  text-decoration: none;
}
.contact-form-style01 .input_btn input[type=button], .contact-form-style01 .input_btn input[type=submit], .contact-form-style01 .button.thanks_btn {
  display: block;
  width: 200px;
  height: 45px;
  border: none;
  padding: 10px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
}
.contact-form-style01 .input_btn input[type=button]:hover, .contact-form-style01 .input_btn input[type=submit]:hover, .contact-form-style01 .button.thanks_btn:hover {
  opacity: 0.8;
}
.contact-form-style01 .input_btn input[type=button], .contact-form-style01 .input_btn input[type=submit], .contact-form-style01 .button.thanks_btn {
  background-color: #68a8d4;
  color: #fff;
}
.contact-form-style01 .contact-table {
  border: 1px solid #f7dde7;
}
.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: #f7dde7;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #f7dde7;
  color: #333;
}
.contact-form-style01 .contact-table dt span {
  background-color: #ffffff;
  color: #ff3c7f;
}
.contact-form-style01 .contact-table dd {
  border-bottom: 1px solid #f7dde7;
}
.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*/
/*---------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-width: 800px;
  max-height: 500px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.under_post {
  font-size: 17px;
}

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

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

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

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

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

.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: url(../images/icon_quote.png) no-repeat;
  background-size: 40px;
  width: 50px;
  height: 50px;
  content: "";
}

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

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

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

  .img_r {
    max-width: 300px;
    margin: 0 0px 15px 20px;
  }
}
/*---------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;
  }
}
/*pc*/
footer .copyright p{padding: 0;margin: 0;}
footer .copyright{padding: 17px 0 18px 0;margin-top: 0;}
footer .copyright .textwidget p {color:#fff;letter-spacing:.1em;font-size:12px;text-align:center;}
.flex_b{display: flex;justify-content: center;align-items: center;}
footer .copyright p.copy_img{padding-right: 20px;margin-right: 20px;position: relative;}
footer .copyright p.copy_img:after{content:'';position: absolute;right: 0;top: 0;bottom: 0;margin: auto;height: 80%;width: 1px;background-color: rgba(255, 255, 255, 0.8);}

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