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

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

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

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

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

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

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

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

.link > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.red {
  color: #ca0a0a !important;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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

body {
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.1em;
}

.wrapper {
  overflow: hidden;
}

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

.inner_big {
  max-width: 1300px;
}

.inner {
  max-width: 1300px;
}

.inner_sm {
  max-width: 1000px;
}

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

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

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

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

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

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

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

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

/*==========================================================================*/
/*==========================================================================*/
/*==========================================================================*/
/*                              General                                     */
/*==========================================================================*/
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
.accBtn::before, .accBtn::after {
  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;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.accBtn.triangle.rotate::after {
  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;
  transition: all 0.3s ease-in-out;
}
.accBtn.rotate::after {
  transform: rotateX(180deg);
}

.TabContainer .TabContent {
  background-color: #edf0f5;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.TabContainer .TabContent > ul {
  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;
  transition: all 0.5s ease-in-out;
}
.TabContainer .TabContent > ul > li.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.TabContainer .TabPager {
  display: table;
  min-width: 290px;
}
.TabContainer .TabPager li {
  background-color: #fff;
  display: block;
  float: left;
  position: relative;
  margin: 0;
  padding: 9px 20px;
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
  transform: translateY(10px);
  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;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.key {
  position: relative;
}

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

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

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

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

.totop {
  box-shadow: -5.176px 19.319px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  width: 70px;
  height: 70px;
  right: 10px;
  bottom: 20px;
  background: #fff;
  border-radius: 50%;
}
.totop::after {
  position: absolute;
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../images/shared_icon_totop.svg);
          mask-image: url(../images/shared_icon_totop.svg);
  width: 18px;
  height: 18px;
  left: calc(50% - 9px);
  top: calc(50% - 9px);
  background-color: #c89854;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .totop {
    right: 10px;
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .totop {
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .totop.bottom {
    transition: 0.3s all ease-in-out;
  }
}

@media only screen and (min-width: 769px) {
  .totop:hover {
    opacity: 1;
    background-color: #c89854;
    transition: 0.3s all ease-in-out;
  }
  .totop:hover::after {
    transition: 0.3s all ease-in-out;
    background-color: #fff;
  }
}
.bounce {
  animation-name: bounces;
}

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

@keyframes bounces {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px 10px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #9d7c57;
  transition: all 0.3s;
}
.btn-group .btn.style01 a:hover, .btn-group .btn.style02 a:hover {
  opacity: 1;
  background-color: #333;
}
.btn-group .btn.style01 a:hover::after, .btn-group .btn.style02 a:hover::after {
  right: 5px;
}
.btn-group .btn.style01 a::after, .btn-group .btn.style02 a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  right: 10px;
  top: calc(50% - 5px);
  background-image: url(../images/shared_blog_arrow_next.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-group .btn.style01.md a, .btn-group .btn.md.style02 a {
  font-size: 16px;
}
.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;
  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 {
    bottom: 70px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
  .totop::after {
    width: 14px;
    height: 14px;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 20;
  background: transparent;
  transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  header {
    top: 10px;
    font-size: 1.1713030747vw;
  }
}

.header_top {
  padding: 1.5em 10em 0 3.7em;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo {
  width: 26%;
  max-width: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.375em;
}
.logo a {
  display: block;
  width: 100%;
  text-align: center;
}

.right_head {
  width: 70%;
  max-width: 802px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pc_navi {
  width: 100%;
}
.pc_navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0.1875em;
}
.pc_navi > ul > li {
  position: relative;
}
.pc_navi > ul > li:nth-child(1) {
  width: 8.5%;
}
.pc_navi > ul > li:nth-child(2) {
  width: 21%;
}
.pc_navi > ul > li:nth-child(2)::before {
  right: -1em;
}
.pc_navi > ul > li:nth-child(3) {
  width: 14%;
}
.pc_navi > ul > li:nth-child(4) {
  width: 28%;
}
.pc_navi > ul > li:nth-child(4)::before {
  right: -1em;
}
.pc_navi > ul > li:nth-child(5) {
  width: 9%;
}
.pc_navi > ul > li:nth-child(5)::before {
  display: none;
}
.pc_navi > ul > li::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 1.875em;
  top: calc(50% - 0.875em);
  width: 1px;
  right: -1.4375em;
  transform: skew(-46.5deg);
}
.pc_navi > ul > li > a,
.pc_navi > ul > li > p {
  position: relative;
  display: inline-block;
  flex-direction: column;
  margin: 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: all 0.25s ease;
}
.pc_navi > ul > li > a:hover,
.pc_navi > ul > li > p:hover {
  transition: 0.25s all ease-in-out;
  opacity: 1;
  color: #fff;
  opacity: 0.75;
}
.pc_navi > ul > li > a.title::before,
.pc_navi > ul > li > p.title::before {
  content: "";
  position: absolute;
  top: calc(100% + 3px);
  left: calc(50% - 6px);
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transition: all 0.35s ease-in-out;
}
.pc_navi > ul > li > a.title:hover::before,
.pc_navi > ul > li > p.title:hover::before {
  top: calc(100% + 5px);
  transition: all 0.35s ease-in-out;
}
.pc_navi > ul > li:last-child::after {
  display: none;
}
.pc_navi > ul > li:hover a.title::before,
.pc_navi > ul > li:hover p.title::before {
  bottom: 5px;
}
.pc_navi > ul > li.mcol-2 .subInner {
  max-width: 600px;
  width: 45em;
}
.pc_navi > ul > li.mcol-2 .subInner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pc_navi > ul > li.mcol-2 .subInner ul li {
  width: 50%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul > li.mcol-2 .subInner {
    max-width: 600px;
    width: 56em;
    right: 128%;
  }
}
.pc_navi > ul .subInner {
  position: absolute;
  width: 260px;
  right: 50%;
  bottom: -1em;
  padding-top: 0px;
  transform: translate(50%, 100%);
  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(157, 124, 87, 0.9);
  padding-bottom: 10px;
}
.pc_navi > ul .subInner ul li {
  padding: 0 5px;
}
.pc_navi > ul .subInner ul li a {
  position: relative;
  display: block;
  padding: 1.3571428571em 10px 1.3571428571em 28px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
  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: 49%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 14px;
}

header.active {
  z-index: 21;
  transition: 0.3s all ease-in-out;
  background: #ffffff;
  top: 0;
  height: 6.875em;
}
header.active .header_top {
  padding: 14px 10em 20px 3.7em;
}
header.active .right_head {
  padding-top: 1em;
}
header.active .hamburger-btn {
  top: 45px;
  right: 35px;
}
@media only screen and (min-width: 769px) {
  header.active .menu_toggle {
    top: 6.875em;
  }
}
header.active .pc_navi > ul > li > a,
header.active .pc_navi > ul > li > p {
  color: #333333;
  font-weight: 500;
}
header.active .pc_navi > ul > li > a:hover,
header.active .pc_navi > ul > li > p:hover {
  color: #bc9f7d;
}
header.active .pc_navi > ul > li > a.title::before,
header.active .pc_navi > ul > li > p.title::before {
  border-top-color: #bc9f7d;
}
header.active .pc_navi > ul > li::before {
  background: #62411b;
}
header.active #nav-icon span {
  background-color: #9f7c56;
}
header.active .logo img {
  content: url(../images/shared_header_logo_active.png);
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .pc_navi > ul .subInner ul li a {
    font-size: 12px;
  }
  header {
    top: 0;
  }
  .header_top {
    padding: 2.8571428571em 8em 0 2.8571428571em;
  }
  header.active .header_top {
    padding: 1em 8em 1.4285714286em 2.8571428571em;
  }
  header.active .hamburger-btn {
    top: 2.6em;
  }
}
footer .ft_contact {
  padding: 82px 0 92px;
  background: url(../images/ft_contact.jpg) no-repeat top center/cover;
}
footer .ft_contact .ft_contact_ttl {
  text-align: center;
  letter-spacing: 0.18em;
  color: #fff;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.62em;
  margin-bottom: 1.18em;
}
footer .ft_contact .ft_contact_ttl::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: calc(50% - 0.8333333333em);
}
footer .ft_contact .ft_contact_ttl span {
  font-family: "Belleza";
  display: block;
  font-size: 0.6666666667em;
  letter-spacing: 0.1em;
  margin-bottom: 0.0555555556em;
}
footer .ft_contact .ft_group_btn {
  width: 100%;
  max-width: 1062px;
  margin: 0 auto;
}
footer .ft_contact .ft_group_btn .ft_btn {
  width: calc(50% - 0.875em);
}
footer .ft_contact .ft_group_btn .ft_btn a {
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  font-size: 1.875em;
  letter-spacing: 0.12em;
  text-align: center;
  border-radius: 65px;
  border: 2px solid #fff;
  transition: 0.3s all ease-in-out;
}
footer .ft_contact .ft_group_btn .ft_btn a:hover {
  opacity: 1;
}
footer .ft_contact .ft_group_btn .ft_btn span {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
footer .ft_contact .ft_group_btn .ft_btn span::before {
  content: "";
}
footer .ft_contact .ft_group_btn .ft_btn:first-child a {
  padding: 1.3333333333em 1.9333333333em 1.4333333333em 0;
}
footer .ft_contact .ft_group_btn .ft_btn:first-child a span::before {
  background: url(../images/shared_icon_web.svg) no-repeat center center/contain;
  width: 1.4333333333em;
  height: 1.4333333333em;
  left: 0;
  display: inline-block;
  margin-right: 1.7333333333em;
}
footer .ft_contact .ft_group_btn .ft_btn:last-child a {
  padding: 1em 1.5555555556em 1.3055555556em 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
footer .ft_contact .ft_group_btn .ft_btn:last-child a span::before {
  background: url(../images/shared_icon_tel.svg) no-repeat center center/contain;
  width: 1.1944444444em;
  height: 1.1944444444em;
  left: 0;
  display: inline-block;
  margin-right: 1.5555555556em;
  position: relative;
  top: 0.1388888889em;
}

footer .ft_bg {
  background: url(../images/ft_bg.jpg) no-repeat top center/cover;
  padding: 110px 0 96px;
}
footer .ft_info .inner {
  max-width: 1138px;
}
footer .ft_info .ft_txt {
  width: 51.252236136%;
}
footer .ft_info .fblock {
  padding-bottom: 53px;
  border-bottom: 1px solid #fff;
}
footer .ft_logo {
  text-align: left;
  margin-bottom: 40px;
}
footer .shared_tbl p {
  padding-top: 33px;
}
footer .ft_map {
  width: 42%;
  max-width: 465px;
}
footer .ft_map iframe {
  border: 0;
  filter: grayscale(1);
  height: 299px;
}
footer .copy {
  display: flex;
  align-items: center;
  padding: 35px 0 0 0;
  justify-content: flex-end;
  margin-right: -4px;
}
footer .copy p {
  margin-left: 22px;
  color: #fff;
  padding-left: 20px;
  letter-spacing: 0.1em;
  line-height: 23px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
footer .ft_btn_group {
  margin-top: 79px;
}
footer .ft_btn_group .inner {
  max-width: 1138px;
}
footer .ft_btn_group .fblock {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
footer .ft_btn_group .fblock figure {
  width: calc(50% - 14px);
}
footer .ft_btn_group .fblock figure a:hover {
  opacity: 1;
}
footer .ft_menu .inner {
  max-width: 1138px;
}

.link_list a {
  color: #fff;
  text-decoration: none;
}
.link_list .ttl {
  font-family: "Belleza";
  font-size: 60px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 24px;
}
.link_list .fblock {
  justify-content: flex-start;
}
.link_list ul li:not(:last-child) {
  margin-bottom: 30px;
}
.link_list ul li a {
  font-weight: 500;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease-in-out;
}
.link_list ul li a:hover {
  transition: 0.3s all ease-in-out;
  border-bottom-color: #fff;
  color: #fff;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .link_list .menu01 {
    width: 45.3%;
  }
  .link_list .menu02 {
    width: 54.7%;
  }
  .link_list .menu03 {
    width: 57%;
  }
  .link_list .menu04 {
    white-space: nowrap;
    width: 43%;
  }
  .link_list .menu04 ul li:nth-child(3) a {
    letter-spacing: 0.5px;
  }
  .link_list .link_list01 {
    width: 48.747763864%;
  }
  .link_list .link_list02 {
    width: 51.252236136%;
  }
}

footer .link_list {
  color: #fff;
  padding-top: 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .link_list {
    padding-left: 40px;
  }
  footer .ft_btn_group {
    margin-top: 40px;
  }
  footer .ft_bg {
    padding: 80px 0 80px;
  }
}

.menu_toggle .inside .ttl {
  color: #9d7c57;
}
.menu_toggle .inside ul li a {
  color: #333333;
}
@media only screen and (min-width: 769px) {
  .menu_toggle .inside ul li a:hover {
    border-bottom-color: #333333;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .menu_toggle .inside ul li a {
    font-size: 1.2820512821vw;
  }
}
.br769 {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .br769 {
    display: block;
  }
  .link_list ul li {
    margin-bottom: 20px;
  }
  .link_list ul li a {
    font-size: 14px;
  }
  .link_list .ttl {
    font-size: 50px;
  }
  .link_list .menu01,
  .link_list .menu02,
  .link_list .menu03,
  .link_list .menu04 {
    width: 100%;
  }
  .link_list .link_list01,
  .link_list .link_list02 {
    width: 50%;
  }
  footer .ft_contact .ft_group_btn .ft_btn {
    font-size: 1.3671875vw;
  }
}
.shared_tbl_dot {
  color: transparent;
  position: relative;
}
.shared_tbl_dot::before {
  color: #fff;
  position: absolute;
  content: "-";
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_navi > ul > li > a.title::before,
  .pc_navi > ul > li > p.title::before {
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: calc(100% + 2px);
  }
  .pc_navi > ul > li > a.title:hover::before,
  .pc_navi > ul > li > p.title:hover::before {
    top: calc(100% + 3px);
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.key {
  margin: 20px 20px 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .key {
    margin: 10px 10px 0;
  }
}

.href {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.href a {
  display: block;
  width: 100%;
  height: 100%;
}

.idx_btn {
  margin: 25px auto 0;
  max-width: 327px;
}
.idx_btn a {
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  border-radius: 35px;
  text-decoration: none;
  text-align: center;
  padding: 1.375em 0 1.5em;
  background-color: #d3b797;
  transition: 0.3s all ease-in-out;
  width: 100%;
}
.idx_btn a:hover {
  opacity: 1;
  color: #fff;
  transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 769px) {
  .idx_btn a:hover {
    background-color: #9d7c57;
    transition: 0.3s all ease-in-out;
    transform: translateY(-5px);
  }
}
.idx_btn.left {
  margin-left: 0;
}
.idx_btn.white a {
  background-color: #fff;
  color: #c89854;
}
@media only screen and (min-width: 769px) {
  .idx_btn.white a:hover {
    background-color: #c89854;
    color: #fff;
    transition: 0.3s all ease-in-out;
  }
}

.home_page .key {
  overflow: hidden;
}
@media only screen and (min-width: 1919px) {
  .home_page .key {
    max-height: 99.9vh;
  }
}
.home_page .key::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 58, 54, 0.4);
  z-index: 1;
}
.home_page .key video {
  display: block;
  width: 100%;
  max-width: 100%;
}
.home_page .key .key_text {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 0 10px;
}
.home_page .key .key_text ul,
.home_page .key .key_text .slick-list,
.home_page .key .key_text .slick-track,
.home_page .key .key_text li,
.home_page .key .key_text .item {
  width: 100%;
  height: 100%;
}
.home_page .key .key_text .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0 auto;
  padding-bottom: 110px;
  max-width: 1118px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page .key .key_text .item {
    margin-left: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key .key_text .item {
    margin-left: 40px;
    padding-bottom: 40px;
  }
}
.home_page .key h2,
.home_page .key .en {
  letter-spacing: 0.2em;
  color: #fff;
}
.home_page .key .en {
  font-family: "Josefin Sans";
  line-height: 1;
  letter-spacing: 0.005em;
  font-size: 1.125em;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.home_page .key h2 {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.18em;
}
.home_page .key .key_scroll {
  position: absolute;
  z-index: 20;
  left: 35px;
  bottom: 0;
  transition: 0.3s all ease-in-out;
}
.home_page .key .key_scroll a {
  color: #fff;
  writing-mode: vertical-rl;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.16em;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  width: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  font-family: Belleza;
  padding-bottom: 118px;
}
.home_page .key .key_scroll a::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 2px;
  height: 110px;
  bottom: 0;
  left: calc(50% - 1px);
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page .key .key_scroll {
    left: 30px;
  }
  .home_page .key .key_scroll a {
    padding-bottom: 80px;
  }
  .home_page .key .key_scroll a::after {
    height: 70px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key .key_scroll {
    left: 15px;
  }
  .home_page .key .key_scroll a {
    font-size: 10px;
    padding-bottom: 60px;
  }
  .home_page .key .key_scroll a::after {
    height: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page .key {
    height: 45vw;
  }
}

.home_page h3.h3_01 {
  font-weight: 500;
  font-size: 1.625em;
  letter-spacing: 0.18em;
}
.home_page h3.h3_01 .en {
  font-family: "Belleza";
  font-size: 3.8461538462em;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1;
  padding-bottom: 0.27em;
  position: relative;
  margin-bottom: 0.29em;
  margin-left: -0.07em;
}
.home_page h3.h3_01 .en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.08em;
  width: 4.65em;
  height: 2px;
  background-color: #c89854;
}
.home_page h3.h3_02 {
  font-size: 2.25em;
  letter-spacing: 0.18em;
  line-height: 1.9444444444;
  font-weight: 500;
}
.home_page h3.h3_02 .en {
  font-size: 1.3888888889em;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-left: -0.6em;
}
.home_page h3.h3_02 .h3_span {
  display: table;
  margin: 0 auto;
  font-size: 0.5em;
  line-height: 1;
  padding-right: 9.5em;
  letter-spacing: 0.18em;
}
.home_page h3.center {
  text-align: center;
}
.home_page h3.center .en::after {
  left: 50%;
  transform: translateX(-50%);
}
.home_page h3.center span {
  margin-left: auto;
  margin-right: auto;
}
.home_page h4 {
  font-size: 2.25em;
  font-weight: 500;
  display: block;
  letter-spacing: 0.18em;
  padding-bottom: 0.9444444444em;
  position: relative;
}
.home_page h4 .en {
  font-family: "Belleza";
  font-size: 0.6666666667em;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #c89854;
  display: block;
  margin-bottom: 0.3333333333em;
}
.home_page h4::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #c89854;
  left: 0;
  bottom: 0;
}
.home_page h4.white {
  color: #fff;
}
.home_page h4.white .en {
  color: #fff;
}
.home_page h4.border {
  padding-bottom: 0.8333333333em;
}
.home_page h4.border::after {
  display: none;
}
.home_page h4.border .en {
  margin-bottom: 0.1666666667em;
}
.home_page h4.border .jp {
  font-size: 1.1666666667em;
  letter-spacing: 0.18em;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.home_page h4.border .jp::after {
  content: "";
  position: absolute;
  background-color: #d3b797;
  height: 0.2380952381em;
  width: 97.5%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page h3.h3_01 {
    font-size: 18px;
  }
  .home_page h3.h3_01 .en::after {
    max-width: 90%;
  }
  .home_page h4 {
    font-size: 28px;
  }
}

.home_page .idx1 .idx1_bg01 {
  padding: 66px 0 104px;
}
.home_page .idx1 .idx1_img {
  position: relative;
  width: 48.90625%;
  z-index: 2;
}
.home_page .idx1 .idx1_img figure {
  position: relative;
}
.home_page .idx1 .idx1_img figure::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  box-shadow: -5.176px 19.319px 50px 0px rgba(0, 0, 0, 0.05);
}
.home_page .idx1 .idx1_img p {
  position: absolute;
  color: #9d7c57;
  top: 1.8125em;
  left: 2.875em;
  font-weight: 500;
  writing-mode: vertical-lr;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  letter-spacing: 0.2em;
  line-height: 1;
}
.home_page .idx1 .idx1_img p .idx1_span01 {
  font-size: 1.125em;
  margin-right: 0.5555555556em;
}
.home_page .idx1 .idx1_img p .idx1_span02 {
  font-size: 1.5625em;
  padding-left: 0.36em;
  letter-spacing: 0.19em;
  position: relative;
}
.home_page .idx1 .idx1_img p .idx1_span02::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 2px;
  left: 0;
  height: 94%;
  background-color: #9d7c57;
}
.home_page .idx1 .idx1_txt {
  width: 42.734375%;
  max-width: 547px;
  padding-right: 81px;
  padding-top: 8.625em;
  position: relative;
  z-index: 1;
}
.home_page .idx1 .idx1_txt .idx1_txt_p {
  padding-top: 2.0625em;
  letter-spacing: 0.11em;
}
.home_page .idx1 .idx1_txt::after {
  content: "";
  position: absolute;
  background: url(../images/idx1_banner.png) no-repeat center center/contain;
  width: 27em;
  height: 34.25em;
  top: 7.4375em;
  left: 13.625em;
  z-index: -1;
}
.home_page .idx1 .idx1_bg02 {
  background-color: #f6f2ec;
  padding: 96px 0 104px;
}
.home_page .idx1 .idx1_bg02 .inner {
  max-width: 920px;
}
.home_page .idx1 .idx1_bg02 .idx1_box {
  margin: 0;
  background-color: #fff;
  width: 97%;
  margin-right: auto;
  padding: 75px 0 97px 109px;
  padding-right: 300px;
  max-width: 872px;
  position: relative;
  z-index: 1;
}
.home_page .idx1 .idx1_bg02 .idx1_box p {
  padding-top: 27px;
  margin-bottom: 51px;
}
.home_page .idx1 .idx1_bg02 .idx1_box::before {
  content: "";
  position: absolute;
  box-shadow: -5.176px 19.319px 50px 0px rgba(0, 0, 0, 0.05);
  background: url(../images/idx1_img_l.jpg) no-repeat center center/contain;
  width: 26.8125em;
  height: 41.25em;
  top: -21.375em;
  left: -31.875em;
  z-index: -1;
}
.home_page .idx1 .idx1_bg02 .idx1_box::after {
  content: "";
  position: absolute;
  box-shadow: -5.176px 19.319px 50px 0px rgba(0, 0, 0, 0.05);
  background: url(../images/idx1_img_r.jpg) no-repeat center center/contain;
  width: 27.25em;
  height: 36.875em;
  top: -9.8125em;
  right: -13.625em;
}
.home_page .idx1 .idx1_bg02 .idx_btn {
  margin: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page .idx1 .idx1_txt {
    padding-right: 0;
    padding-top: 60px;
  }
  .home_page .idx1 .idx1_txt::after {
    left: unset;
    right: -20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .home_page .idx1 .idx1_txt::after {
    font-size: 1.09375vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .idx1 .idx1_bg02 {
    padding-bottom: 60px;
  }
  .home_page .idx1 .idx1_img p {
    top: 5px;
  }
  .home_page .idx1 .idx1_bg02 .idx1_box {
    padding-right: 28vw;
  }
  .home_page .idx1 .idx1_bg02 .idx1_box::before {
    font-size: 7px;
    top: -35em;
    left: -13em;
  }
  .home_page .idx1 .idx1_bg02 .idx1_box::after {
    font-size: 1.3vw;
    top: -2.8125em;
    right: -7.625em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .home_page .idx1 .idx1_bg02 .idx1_box::before {
    font-size: 1.05vw;
    top: -35em;
    left: -5em;
  }
}
.home_page .idx2 {
  padding: 103px 0 116px;
  background: url(../images/idx2_bg.jpg) no-repeat top center/cover;
}
@media only screen and (min-width: 1441px) {
  .home_page .idx2 {
    background: url(../images/idx2_bg1920.jpg) no-repeat top center/cover;
  }
}
.home_page .idx2 h3 {
  color: #fff;
}
.home_page .idx2 .inner {
  max-width: 920px;
}
.home_page .idx2 p {
  text-align: center;
  color: #fff;
}
.home_page .idx2 .idx2_ttl01 {
  font-size: 24px;
  font-weight: 500;
  border-top: 2px solid #fff;
  margin-top: 44px;
  padding-top: 49px;
  margin-bottom: 13px;
}
.home_page .idx2 .idx_btn {
  margin-top: 63px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .idx2 {
    padding: 60px 0;
  }
}
.home_page .idx3 {
  padding: 127px 0 158px;
}
.home_page .idx3 h3 {
  padding-left: 81px;
}
.home_page .idx3 .idx3_list {
  padding: 12px 109px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_page .idx3 .idx3_list .idx3_item {
  max-width: 517px;
  width: 45%;
  margin-bottom: 3px;
}
.home_page .idx3 .idx3_list .idx3_item:nth-child(odd) {
  margin-top: 6.125em;
}
.home_page .idx3 .idx3_list .idx3_item .idx3_img {
  position: relative;
}
.home_page .idx3 .idx3_list .idx3_item .idx3_img .idx3_point {
  margin: 0;
  writing-mode: vertical-rl;
  line-height: 1;
  position: absolute;
  right: -1.5333333333em;
  top: -0.1em;
  color: #d3b797;
  font-family: "Belleza";
  font-size: 1.875em;
  letter-spacing: 0.1em;
}
.home_page .idx3 .idx3_list .idx3_item .idx3_txt {
  background-color: #fff;
  margin-top: -6.25em;
  position: relative;
  width: 85%;
  margin-left: auto;
  max-width: 436px;
  padding: 2.9375em 0px 0px 3.5em;
}
.home_page .idx3 .idx3_list .idx3_item .idx3_ttl01 {
  color: #c89854;
  line-height: 1.6666666667;
  font-weight: 500;
  font-size: 1.875em;
  letter-spacing: 0.2em;
  margin-bottom: 0.6333333333em;
  padding-right: 10px;
}
.home_page .idx3 .idx3_list .idx3_item .idx3_ttl02 {
  padding-left: 5px;
}
.home_page .idx3 .idx_btn {
  margin-left: auto;
  margin-right: 13.6875em;
  margin-top: -7px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page .idx3 h3 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .idx3 {
    padding: 60px 0;
  }
  .home_page .idx3 .idx3_list {
    padding-right: 40px;
  }
  .home_page .idx3 .idx3_list .idx3_item .idx3_txt {
    padding: 25px;
  }
  .home_page .idx3 .idx3_list .idx3_item .idx3_txt .idx3_ttl01 {
    font-size: 2.3407022107vw;
  }
  .home_page .idx3 .idx_btn {
    margin: 25px auto;
  }
  .home_page .idx3 .idx3_list .idx3_item .idx3_img .idx3_point {
    font-size: 18px;
  }
}
.home_page .idx4 {
  background-color: #f6f2ec;
  padding: 117px 0 123px;
}
.home_page .idx4 .idx4_box {
  background: url(../images/idx4_bg.jpg) no-repeat top center/cover;
  box-shadow: -5.176px 19.319px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 6.6875em 0 6.5625em 6.8125em;
  margin-top: 91px;
  position: relative;
}
.home_page .idx4 .idx4_box p {
  max-width: 625px;
  letter-spacing: 0.11em;
  color: #fff;
}
.home_page .idx4 .idx4_box::after {
  content: "";
  position: absolute;
  background: url(../images/idx4_img.png) no-repeat center center/contain;
  width: 61.8125em;
  height: 45.75em;
  right: -13.625em;
  top: -4.125em;
}
.home_page .idx4 .idx_btn {
  margin: 53px 0 0 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .idx4 {
    padding: 60px 0;
  }
  .home_page .idx4 .idx4_box {
    margin-top: 60px;
    position: relative;
    padding-right: 26em;
    padding-left: 20px;
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .home_page .idx4 .idx4_box::after {
    font-size: 1.05vw;
  }
}
.home_page .idx5 {
  padding-bottom: 71px;
  background-color: #f6f2ec;
}
.home_page .idx5 .idx5_bg {
  position: relative;
  z-index: 1;
  padding: 68px 0 106px;
}
.home_page .idx5 .idx5_bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #e8dfd2;
  left: 0;
  top: 0;
  width: 75%;
  height: 56.1em;
  max-width: 1053px;
}
@media only screen and (min-width: 1919px) {
  .home_page .idx5 .idx5_bg::before {
    max-width: 1293px;
  }
}
.home_page .idx5 .idx5_img {
  width: 48.90625%;
}
.home_page .idx5 .idx5_img figure {
  position: relative;
}
.home_page .idx5 .idx5_img figure::after {
  position: absolute;
  content: "";
  background: url(../images/idx5_img_icon.png) no-repeat center center/contain;
  width: 23.0625em;
  height: 19.5em;
  left: -6.125em;
  bottom: -7.125em;
}
.home_page .idx5 .idx5_img img {
  box-shadow: -5.176px 19.319px 50px 0px rgba(0, 0, 0, 0.05);
}
.home_page .idx5 .idx5_txt {
  width: 42.734375%;
  padding-top: 7px;
}
.home_page .idx5 .idx5_ttl01 {
  line-height: 1.6666666667;
  font-weight: 500;
  font-size: 2.25em;
  letter-spacing: 0.18em;
  padding-bottom: 0.5833333333em;
  margin-bottom: 0.75em;
  position: relative;
}
.home_page .idx5 .idx5_ttl01 .en {
  font-family: "Belleza";
  display: block;
  color: #c89854;
  letter-spacing: 0.1em;
  font-size: 0.6666666667em;
  margin-bottom: -0.125em;
}
.home_page .idx5 .idx5_ttl01::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #c89854;
  bottom: 0;
  left: 2px;
}
.home_page .idx5 .idx5_ttl02 {
  padding-right: 81px;
  letter-spacing: 0.11em;
}
.home_page .idx5 .idx_btn {
  margin: 51px 0 0 2px;
}
.home_page .idx5 .idx5_list {
  padding: 100px 81px 0;
}
.home_page .idx5 .idx5_list .idx5_item {
  width: calc(33.3333333333% - 12.66px);
  position: relative;
}
.home_page .idx5 .idx5_list .idx5_item figure {
  position: relative;
  overflow: hidden;
  box-shadow: -5.176px 19.319px 50px 0px rgba(0, 0, 0, 0.05);
}
.home_page .idx5 .idx5_list .idx5_item figure img {
  transition: 0.3s all ease-in-out;
  transform: scale(1);
}
@media only screen and (min-width: 769px) {
  .home_page .idx5 .idx5_list .idx5_item:hover figure img {
    transition: 0.3s all ease-in-out;
    transform: scale(1.05);
  }
}
.home_page .idx5 .idx5_list .idx5_ttl01 {
  padding-top: 0.875em;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  padding-bottom: 0;
}
.home_page .idx5 .idx5_list .idx5_ttl01 .en {
  font-size: 0.75em;
  margin-bottom: 2px;
}
.home_page .idx5 .idx5_list .idx5_ttl01::after {
  display: none;
}
.home_page .idx5 .idx5_bg02::before {
  left: unset;
  right: 0;
}
.home_page .idx5 .idx5_bg02 .idx5_box {
  flex-direction: row-reverse;
}
.home_page .idx5 .idx5_bg02 .idx5_txt {
  width: 47%;
  max-width: 626px;
  padding-left: 81px;
}
@media only screen and (min-width: 1440px) {
  .home_page .idx5 .idx5_bg02 {
    padding-bottom: 101px;
  }
  .home_page .idx5 .idx5_bg02 .idx_btn {
    position: relative;
    left: -2px;
  }
}
.home_page .idx5 .idx5_bg02 .idx5_img figure::after,
.home_page .idx5 .idx5_bg03 .idx5_img figure::after {
  display: none;
}
.home_page .idx5 .idx5_bg03::before {
  height: 33.7em;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .home_page .idx5 .idx5_txt {
    padding-right: 0;
  }
  .home_page .idx5 .idx5_ttl02 {
    padding-right: 0;
  }
  .home_page .idx5 .idx5_bg02 .idx5_txt {
    padding-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .idx5 .idx5_txt {
    width: 47%;
  }
  .home_page .idx5 .idx5_ttl01 {
    font-size: 24px;
  }
  .home_page .idx5 .idx5_ttl02 {
    padding: 0;
  }
  .home_page .idx5 .idx5_bg02 .idx5_txt {
    padding-left: 0;
  }
  .home_page .idx5 .idx5_img figure::after {
    left: -4.125em;
    font-size: 10px;
  }
  .home_page .idx5 .idx5_list {
    padding: 60px 10px 0;
  }
  .home_page .idx5 .idx5_bg::before {
    height: 50em;
  }
  .home_page .idx5 .idx5_list .idx5_item {
    width: calc(33.3333333333% - 10px);
  }
  .home_page .idx5 .idx5_list .idx5_ttl01 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .home_page .idx5 .idx5_list .idx5_ttl01 .en {
    font-size: 14px;
  }
  .home_page .idx5 .idx5_bg {
    padding: 60px 0;
  }
  .home_page .idx5 .idx5_bg.idx5_bg03::before {
    height: 40vw;
  }
}
.home_page .idx6 {
  background: url(../images/idx6_bg.jpg) no-repeat top center/cover;
  padding: 64px 0 106px;
}
.home_page .idx6 .inner {
  position: relative;
}
.home_page .idx6 .inner::after, .home_page .idx6 .inner::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home_page .idx6 .inner::after {
  background-image: url(../images/idx6_icon01.png);
  width: 6.875em;
  height: 7.125em;
  right: 0.6875em;
  top: -8.1875em;
}
.home_page .idx6 .inner::before {
  background-image: url(../images/idx6_icon02.png);
  width: 9.6875em;
  height: 8.25em;
  left: -0.1875em;
  bottom: -9em;
}
.home_page .idx6 .idx6_box {
  width: 50%;
  color: #fff;
}
.home_page .idx6 .idx6_box1 {
  padding-left: 81px;
  padding-right: 123px;
  padding-top: 32px;
}
.home_page .idx6 .idx6_box1 .idx_btn {
  margin: 51px 0 0 46px;
}
.home_page .idx6 .idx6_ttl01 {
  text-align: center;
  font-weight: 500;
  font-size: 2em;
  letter-spacing: 0.18em;
  line-height: 1.5625;
  margin-bottom: 1.21875em;
  padding-right: 10px;
}
.home_page .idx6 .idx6_ttl01 .en {
  font-family: "Belleza";
  color: #d3b797;
  font-size: 3.125em;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  line-height: 1;
  opacity: 0.2;
  font-weight: 400;
  margin-bottom: -0.36em;
}
.home_page .idx6 .idx6_box2 {
  padding-left: 94px;
}
.home_page .idx6 .idx6_box2 .idx6_ttl01 {
  padding-right: 20px;
  margin-bottom: 21px;
}
.home_page .idx6 .idx6_box2 .idx6_ttl02 {
  padding-left: 40px;
  padding-right: 81px;
}
.home_page .idx6 .idx_group_btn {
  margin-top: 51px;
}
.home_page .idx6 .idx_group_btn .idx_btn {
  width: calc(50% - 10px);
  margin: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .home_page .idx6 .idx6_box1,
  .home_page .idx6 .idx6_box2 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .home_page .idx6 .idx6_box1 .idx6_ttl02,
  .home_page .idx6 .idx6_box2 .idx6_ttl02 {
    padding-left: 0;
    padding-right: 0;
  }
  .home_page .idx6 .idx6_box1 .idx_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .home_page .idx6 .inner::before {
    left: 0.6875em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .idx6 {
    padding: 60px 0;
  }
  .home_page .idx6 .idx6_box1 {
    padding-left: 0;
    padding-right: 10px;
    padding-top: 2em;
  }
  .home_page .idx6 .idx6_box2 {
    padding-left: 10px;
    padding-right: 0;
  }
  .home_page .idx6 .idx6_box2 .idx6_ttl01 {
    padding-right: 0;
  }
  .home_page .idx6 .idx6_box2 .idx6_ttl02 {
    padding-left: 0;
    padding-right: 0;
  }
  .home_page .idx6 .idx6_box2 .idx_group_btn .idx_btn {
    width: calc(50% - 5px);
  }
  .home_page .idx6 .idx_group_btn {
    margin-top: 25px;
  }
  .home_page .idx6 .idx6_box1 .idx_btn {
    margin: 25px auto 0;
  }
}
.home_page .idx7 {
  padding: 103px 0 198px;
  background: url(../images/idx7_bg.jpg) no-repeat bottom center;
}
@media only screen and (min-width: 2000px) {
  .home_page .idx7 {
    background-size: cover;
  }
}
.home_page .idx7 .inner {
  max-width: 1138px;
}
.home_page .idx7 .idx7_txt {
  width: 48.747763864%;
  max-width: 545px;
  padding-top: 56px;
}
.home_page .idx7 .idx7_img {
  width: 41.6815742397%;
  position: relative;
  margin-right: -161px;
  max-width: 467px;
}
.home_page .idx7 .idx7_img figure {
  width: 78%;
  max-width: 356px;
}
.home_page .idx7 .idx7_img figure img {
  box-shadow: -5.176px 19.319px 50px 0px rgba(0, 0, 0, 0.05);
}
.home_page .idx7 .idx7_img .idx7_img01 {
  left: -159px;
  top: 50px;
  position: absolute;
}
.home_page .idx7 .idx7_img .idx7_img02 {
  margin-left: auto;
}
.home_page .idx7 .idx7_ttl01 {
  line-height: 1;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.18em;
  margin-bottom: 0.75em;
}
.home_page .idx7 .idx7_ttl02 {
  line-height: 1;
  letter-spacing: 0.18em;
  display: flex;
  align-items: center;
  padding-bottom: 1.9375em;
  border-bottom: 2px solid #c89854;
  margin-bottom: 2.3125em;
}
.home_page .idx7 .idx7_ttl02 .idx7_ttl02_01 {
  padding-top: 0.2777777778em;
  font-size: 1.125em;
  font-weight: 500;
}
.home_page .idx7 .idx7_ttl02 .idx7_ttl02_02 {
  font-size: 2.25em;
  font-weight: 500;
  padding: 0 0.1944444444em 0 0.4444444444em;
  letter-spacing: 0.18em;
}
.home_page .idx7 .idx7_ttl02 .idx7_ttl02_03 {
  padding-top: 0.2083333333em;
  font-family: "Belleza";
  font-size: 1.5em;
  letter-spacing: 0.1em;
  color: #c89854;
}
.home_page .idx7 .idx_group_btn {
  margin-top: 52px;
}
.home_page .idx7 .idx_group_btn .idx_btn {
  margin: 0;
  width: calc(50% - 9.5px);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .idx7 {
    padding: 80px 0;
  }
  .home_page .idx7 .idx7_txt {
    width: 52%;
    padding-top: 40px;
  }
  .home_page .idx7 .idx7_img {
    width: 45%;
    margin-right: -10px;
  }
  .home_page .idx7 .idx7_img figure {
    width: 58%;
  }
  .home_page .idx7 .idx7_img .idx7_img01 {
    left: 0;
  }
  .home_page .idx7 .idx_group_btn {
    margin-top: 25px;
  }
  .home_page .idx7 .idx_group_btn .idx_btn {
    margin: 0;
    width: calc(50% - 5px);
  }
}
.home_page .idx8 {
  padding: 102px 0 311px;
  background: url(../images/idx8_bg.jpg) no-repeat top center/cover;
}
.home_page .idx8 h3 {
  color: #fff;
  margin-bottom: 46px;
}
.home_page .idx8 .inner {
  max-width: 1138px;
}
.home_page .idx8 .shared_tbl {
  width: 52%;
  max-width: 573px;
  padding-top: 9px;
}
.home_page .idx8 .idx8_tbl {
  width: 39%;
  max-width: 436px;
}
.home_page .idx8 .idx8_tbl {
  color: #fff;
}
.home_page .idx8 .idx8_tbl table tr th,
.home_page .idx8 .idx8_tbl table tr td {
  line-height: 1.875;
  border: 0;
  vertical-align: top;
  font-weight: 400;
  text-align: left;
  padding: 0;
letter-spacing: 1px;
}
.home_page .idx8 .idx8_tbl table tr th {
  width: 110px;
}
.home_page .idx8 .idx8_tbl table tr:nth-child(2) th,
.home_page .idx8 .idx8_tbl table tr:nth-child(2) td {
  padding: 20px 0;
}
.home_page .idx8 .idx_group_btn {
  max-width: 682px;
  margin: 0 auto;
  margin-top: 57px;
}
.home_page .idx8 .idx_group_btn .idx_btn {
  width: calc(50% - 14px);
  margin: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .idx8 {
    padding: 80px 0 257px;
  }
  .home_page .idx8 .idx8_tbl table tr th {
    width: 60px;
  }
  .home_page .idx8 .idx_group_btn {
    margin-top: 40px;
  }
}
.home_page .idx9 iframe {
  height: 405px;
  border: 0;
  filter: grayscale(1);
  margin-top: -211px;
  box-shadow: -5.176px 19.319px 50px 0px rgba(0, 0, 0, 0.05);
}
.home_page .idx10 {
  padding: 119px 0 116px;
}
.home_page .idx10 .inner {
  max-width: 1138px;
  position: relative;
}
.home_page .idx10 .inner::after {
  content: "";
  position: absolute;
  background-color: #ddd;
  width: 1px;
  left: calc(50% - 1px);
  top: -9px;
  bottom: -2px;
}
.home_page .idx10 .idx10_box {
  max-width: 464px;
  width: 42%;
}
.home_page .idx10 .fblock {
  align-items: center;
  margin-bottom: 19px;
}
.home_page .idx10 .idx10_ttl {
  font-size: 2em;
  line-height: 0.9;
  font-weight: 500;
  margin: 0;
  height: 1em;
  padding-left: 0.8125em;
  letter-spacing: 0.18em;
  width: 50%;
  position: relative;
}
.home_page .idx10 .idx10_ttl::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #c89854;
  height: 1.625em;
  left: 0;
  top: -0.3125em;
}
.home_page .idx10 .idx_btn {
  margin: 0;
  width: 48%;
  max-width: 13.625em;
}
.home_page .idx10 .idx_btn a {
  padding: 1.125em 0;
}
.home_page .idx10 ul li a {
  transition: 0.3s all ease-in-out;
  color: #333333;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 33px;
  line-height: 1;
  border-bottom: 1px solid #b9b9b9;
}
.home_page .idx10 ul li a:hover {
  opacity: 1;
}
.home_page .idx10 ul li .date {
  width: 136px;
}
.home_page .idx10 ul li .ttl {
  width: calc(100% - 136px);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_page .idx10 ul li:last-child a {
  border-bottom: 0;
}
@media only screen and (min-width: 1440px) {
  .home_page .idx10 ul li:first-child a {
    padding: 34px 0 29px;
  }
  .home_page .idx10 ul li:last-child a {
    padding: 26px 0 38px;
  }
}
@media only screen and (min-width: 769px) {
  .home_page .idx10 ul li a:hover {
    transition: 0.3s all ease-in-out;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .idx10 {
    padding: 80px 0;
  }
  .home_page .idx10 .fblock {
    margin: 0;
  }
  .home_page .idx10 ul li .date {
    width: 100px;
  }
  .home_page .idx10 ul li .ttl {
    width: calc(100% - 100px);
  }
  .home_page .idx10 .idx10_ttl {
    font-size: 20px;
  }
}

.shared_tbl {
  color: #fff;
}
.shared_tbl table tr th,
.shared_tbl table tr td {
  line-height: 1;
  border: 0;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
  border-right: 1px solid #fff;
}
.shared_tbl table tr th:first-child,
.shared_tbl table tr td:first-child {
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 0.1em;
  width: 24.3%;
}
.shared_tbl table tr th {
  padding: 20px 0 33px;
}
.shared_tbl table tr td {
  padding: 17px 0;
}
.shared_tbl table tr td:first-child {
  text-align: left;
}
.shared_tbl table tr:first-child th:first-child {
  padding-right: 20px;
  letter-spacing: 0.2em;
}
.shared_tbl table tr:last-child td {
  padding-bottom: 38px;
}
.shared_tbl p {
  padding-top: 24px;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .shared_tbl table tr th:first-child,
  .shared_tbl table tr td:first-child {
    width: 28%;
  }
  .shared_tbl table tr:first-child th:first-child {
    padding-right: 0;
  }
  .shared_tbl p {
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 769px) {
  .fixed_banner {
    position: fixed;
    z-index: 21;
    right: 0;
    top: 12.8125em;
    width: 3.75em;
  }
  .fixed_banner li a {
    border-radius: 5px 0 0 5px;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 1.125em;
  }
  .fixed_banner li span {
    display: flex;
    writing-mode: vertical-rl;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.09em;
    position: relative;
  }
  .fixed_banner li span::before {
    display: inline-block;
    content: "";
    margin-bottom: 0.5555555556em;
  }
  .fixed_banner .web {
    margin-bottom: 5px;
  }
  .fixed_banner .web a {
    background-color: #9d7c57;
    padding-top: 1.3888888889em;
    padding-bottom: 1.8333333333em;
    transition: 0.3s all ease-in-out;
  }
  .fixed_banner .web a span::before {
    background: url(../images/shared_icon_web.svg) no-repeat center center/contain;
    width: 1.0555555556em;
    height: 1.0555555556em;
  }
  .fixed_banner .web a:hover {
    opacity: 1;
    transition: 0.3s all ease-in-out;
    background-color: #9d7c57;
    color: #fff;
  }
  .fixed_banner .tel {
    --size-w:3.75em;
    --size-w-num:12em;
    margin-bottom: 5px;
    width: calc(var(--size-w) + var(--size-w-num));
    transition: all .3s;
  }
  .fixed_banner .tel:hover {
    transform: translateX(calc(var(--size-w-num) * -1));
  }
  .fixed_banner .tel a {
    background-color: #bc9f7d;
    
  }
  .fixed_banner .tel a span {
        writing-mode: unset;
    width: 100%;
    justify-content: flex-start;
  }
  .fixed_banner .tel a span >span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    font-family: var(--f-en);
    letter-spacing: 0;
  }
  .fixed_banner .tel a span >span::before{
    display: none;
  }
  .fixed_banner .tel a span::before {
        background: url(../images/shared_icon_tel.svg) no-repeat center center / contain;
        min-width: 3.3333334em;
        height: 3.333334em;
        margin-bottom: 0;
        border-right: 1px solid white;
        background-size: 1.2em auto;
  }
  .fixed_banner .instagram {
    margin-bottom: 5px;
  }
  .fixed_banner .instagram a {
    background-color: #6e5538;
    padding-top: 1.3888888889em;
    padding-bottom: 1.8333333333em;
    transition: 0.3s all ease-in-out;
  }
  .fixed_banner .instagram a span::before {
    background: url(../images/shared_icon_instagram.svg) no-repeat center center/contain;
    width: 1.1111em;
    height: 1.1111em;
  }
  .fixed_banner .instagram a:hover {
    opacity: 1;
    color: #fff;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .fixed_banner {
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .fixed_banner {
    top: 85px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 500px) {
  .fixed_banner {
    top: 80px;
    font-size: 10px;
  }
  .totop {
    bottom: 10px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
.under .sitemap {
  padding-top: 40px;
}
.under .sitemap > ul > li p {
  margin-bottom: 0;
  line-height: 1 !important;
}
.under .sitemap > ul > li a,
.under .sitemap > ul > li p {
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 30px;
  border-bottom: dotted 1px #ccc;
  color: rgb(51, 51, 51);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}
.under .sitemap > ul > li a:before,
.under .sitemap > ul > li p:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background: #9d7c57;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.under .sitemap > ul > li p:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: #9d7c57;
  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.lv2 > .title {
  font-size: 1.75em;
  color: #9d7c57;
}
.under .sitemap > ul > li li a {
  padding-left: 70px;
}
.under .sitemap > ul > li li a:before {
  left: 40px;
}
.under .sitemap > ul > li li.lv3 > a {
  font-size: 1.1em;
  color: #9d7c57;
}
.under .sitemap > ul > li li.lv3 > a:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: #9d7c57;
  left: 46px;
  top: 50%;
  margin-top: -7px;
}
.under .sitemap > ul > li li.lv3 ul {
  padding-left: 30px;
}
.under #mainContent {
  padding-bottom: 100px;
}
.under #mainContent .inner {
  max-width: 1044px;
}
.under #mainContent .topic_path .inner {
  max-width: 1300px;
}
@media only screen and (min-width: 769px) {
  .under #mainContent {
    background-attachment: fixed;
  }
}
.under .key {
  background: url(../images/under_key_bg.jpg) no-repeat center/cover;
  height: 36.25em;
}
@media only screen and (min-width: 1919px) {
  .under .key {
    background-image: url(../images/under_key_bg1920.jpg);
  }
}
.under .key .inner {
  height: 100%;
  padding: 0px;
}
.under .key .key_text {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0 10px;
}
.under:not(.page-interview) h2 {
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 0.18em;
  font-size: 2.5em;
}
@media only screen and (min-width: 1440px) {
  .under:not(.page-interview) h2 {
    padding-bottom: 5px;
  }
}
.under:not(.page-interview) h4 {
  font-size: 1.5em;
  color: #c89854;
  letter-spacing: 0.1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #d3b797;
  margin-bottom: 1.2em;
}
.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.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 {
  color: #c89854;
  font-size: 1.875em;
  text-align: center;
  position: relative;
  margin: 2em 0 1.23em;
  padding-bottom: 0.9333333333em;
}
.under h3::after {
  content: "";
  position: absolute;
  background-color: #d3b797;
  height: 3px;
  width: 60px;
  bottom: 0;
  left: calc(50% - 30px);
}
.under h5 {
  color: #c89854;
  font-size: 1.25em;
  margin-bottom: 1.1em;
  padding-left: 1.2em;
  position: relative;
}
.under h5:before {
  content: "";
  position: absolute;
  width: 3px;
  bottom: -2px;
  background-color: #d3b797;
  border-radius: 1.5px;
  left: 0px;
  top: 1px;
}
.under h6 {
  font-size: 1.125em;
  color: #c89854;
  padding-left: 1.6em;
  margin-bottom: 1.3888888889em;
  position: relative;
}
.under h6:before {
  content: "";
  position: absolute;
  width: 0.8611111111em;
  height: 0.8611111111em;
  background-color: #d3b797;
  border-radius: 50%;
  left: 0px;
  top: 0.3055555556em;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under:not(.page-interview) h2 {
    font-size: 28px;
  }
  .under .key {
    font-size: 1.3vw;
  }
}
.under section:first-child h3 {
  margin-top: 169px;
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .under section:first-child h3 {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under section:first-child h3 {
    margin-top: 60px;
  }
}
.under section {
  padding-top: 1px;
}
.under section h3 {
  margin-top: 60px;
}
.under .secH4 {
  padding-top: 60px;
}
.under .secH5 {
  padding-top: 50px;
}
.under .secH6 {
  padding-top: 40px;
}
.under .imgBox.rowImg .image_l img,
.under .imgBox.rowImg .image_r img {
  max-width: 100%;
  max-height: 500px;
}
.under .imgBox.rowImg .image_l {
  float: left;
  margin-right: 60px;
}
.under .imgBox.rowImg .image_r {
  float: right;
  margin-left: 60px;
}
.under .imgBox.rowImg .image_l,
.under .imgBox.rowImg .image_r {
  max-width: 450px;
  margin-bottom: 30px;
}
.under .imgBox.rowImg .txt_l {
  float: left;
}
.under .imgBox.rowImg .txt_r {
  float: right;
}
.under .imgBox.rowImg .txt_l,
.under .imgBox.rowImg .txt_r {
  width: calc(100% - 510px);
}
.under .imgBox.rowImg.large .image_l,
.under .imgBox.rowImg.large .image_r {
  max-width: 440px;
}
.under .imgBox.rowImg.large .txt_l,
.under .imgBox.rowImg.large .txt_r {
  width: calc(100% - 475px);
}
.under .imgBox.rowImg.full .image_l,
.under .imgBox.rowImg.full .image_r {
  max-width: 60vw;
}
.under .imgBox.colImg .list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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%;
  transform: translateY(-50%);
}
.under .imgBox.colImg3 .item {
  width: 32%;
}
.under .imgBox.colImg2 .item {
  width: 49%;
}
.under .imgBox.colImg1 .item {
  width: 100%;
}
.under .imgBox.colImg1 .item img {
  max-height: 400px;
}
.under .acf_block h3,
.under .acf_block h4,
.under .acf_block h5 {
  margin-bottom: 0;
}
.under .acf_block .text_h3 {
  margin: 45px 0 0;
}
.under .acf_block .text_h4 {
  margin: 30px 0 0;
}
.under .acf_block .text_h5 {
  margin: 20px 0 0;
}
.under .acf_block .list01 {
  margin-top: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .under .imgBox.rowImg .image_l,
  .under .imgBox.rowImg .image_r {
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.under table {
  border-radius: 3px;
}
.under table.rollTable {
  width: 100%;
}
.under table.ud_tbl {
	table-layout: fixed;
	min-width: 769px;
}
.under table.tbl_style01 th,
.under table.tbl_style01 td {
  border: 1px solid #ddd;
  padding: 0.625rem;
}
.under table.tbl_style01 th img,
.under table.tbl_style01 td img {
  max-width: 100%;
}
.under table.tbl_style01 th {
  background-color: #9d7c57;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
}
.under table.tbl_style01 td {
  background-color: #fff;
  color: #383838;
  font-size: 1em;
}
.under table.tbl_style01.rowHead tr th:not(:last-child) {
  border-right: 1px solid #ddd;
}
.under table.tbl_style01.colHead tr:not(:last-child) th {
  border-bottom: 1px solid #ddd;
}
.under table.tbl_style01.tbl_style01_left tr th {
  text-align: left;
  width: 50%;
}
.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: flex;
  flex-wrap: wrap;
}
.under ul.list01.mcol-2 li {
  width: 50%;
  padding-right: 10px;
}
.under ul.list01 li {
  position: relative;
  padding-left: 1em;
  padding-bottom: 10px;
  letter-spacing: 1.6px;
  display: table;
}
.under ul.list01 li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9d7c57;
  position: absolute;
  left: 0;
  top: 0.55em;
}
.under ul.list01.list01_nopd li:last-child {
  padding-bottom: 0;
}
.under ul.list02.mcol-2 {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.under ul.list02.mcol-2 li {
  width: 50%;
  padding-right: 10px;
}
.under ul.list02 li {
  position: relative;
  padding-left: 1.375em;
  padding-bottom: 1.5em;
  letter-spacing: 1.6px;
  font-weight: 500;
  display: table;
}
.under ul.list02 li::before {
  content: "✓";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0.0625em;
  top: 0.3125em;
  line-height: 1;
  font-size: 1.0625em;
  color: #f8b726;
}
.under ul.list02 li::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0.0625em;
  top: 0.375em;
  width: 0.9375em;
  height: 0.9375em;
  background-color: #fff;
  border: 1px solid #f8b726;
}
.under .list_note {
  line-height: 1;
  margin-bottom: 1.5em;
  padding-left: 1.2em;
}
.under .topic_path {
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 1.5px;
  padding: 16px 0 0px;
}
.under .topic_path .inner {
  max-width: 1300px;
}
.under .topic_path ul {
  display: block;
  padding: 0;
  margin: 0;
}
.under .topic_path ul::after {
  content: "";
  display: block;
  clear: both;
}
.under .topic_path ul li {
  float: left;
  color: #222222;
  font-weight: 400;
}
.under .topic_path a {
  text-decoration: none;
  color: #c89854;
}
.under .topic_path a:hover {
  opacity: 1;
  text-decoration: underline;
}
.under .topic_path span {
  display: inline-block;
  padding: 0 6px;
  transform: scaleX(0.9);
  line-height: 1;
}
.under .anchor-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 0;
}
.under .anchor-links > div {
  background-color: #9d7c57;
  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;
  transform: scaleX(0.5);
}
.under .anchor-links > div.ext:hover::after {
  right: 5px;
}
.under .ud_map {
  height: 450px;
}
.under .exp li {
  margin-bottom: 1em;
  display: flex;
}
.under .exp li .year {
  width: 7.5em;
}
.under .exp li .txt {
  width: calc(100% - 7.5em);
}

.under .clinic_tbl01 th {
  width: 350px;
  text-align: right;
}
.under .clinic_tbl02 {
  text-align: center;
}
.under .clinic_tbl02 th:first-child {
  width: 350px;
}
.under .clinic_tbl02 th:not(:first-child) {
  width: 10.5%;
}
.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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.under .access_box_img01 .block:nth-child(even) .big {
  order: 1;
}
.under .access_box_img01 .block .big {
  width: calc(0.5 * (100% - 10px));
}
.under .access_box_img01 .block .small {
  width: calc(0.5 * (100% - 10px));
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.under .access_box_img02 .block:nth-child(even) .big {
  order: 1;
}
.under .access_box_img02 .block .big {
  width: calc(0.5517241379 * (100% - 10px));
}
.under .access_box_img02 .block .small {
  width: calc(0.4482758621 * (100% - 10px));
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}
#pagination:empty {
  display: none;
}
#pagination a,
#pagination span {
  background-color: #9d7c57;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: 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;
}
@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: #9d7c57;
}

.blog_list_style01 .item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #bababa;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog_list_style01 .item figure {
  background-color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
  border: 3px solid #9d7c57;
  width: 220px;
  height: 220px;
}
.blog_list_style01 .item figure img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 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: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 90%;
  position: relative;
}
.blog_list_style01 .item .info .date .tag {
  display: inline-block;
  margin-left: 20px;
  color: transparent;
  font-size: 90%;
  letter-spacing: -1em;
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
  .blog_list_style01 .item .info .date .tag {
    position: absolute;
    right: 0;
  }
}
.blog_list_style01 .item .info .date .tag a {
  background-color: #9d7c57;
  display: inline-block;
  margin-left: 2px;
  padding: 0 10px;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
}
.blog_list_style01 .item .info .date .tag a.column {
  background-color: #bc9f7d;
}
.blog_list_style01 .item .info .ttl {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-size: 120%;
  font-weight: 600;
  color: #333333;
}
.blog_list_style01 .item .info .ttl a {
  color: inherit;
}
.blog_list_style01 .item .info .des {
  padding-bottom: 45px;
}
.blog_list_style01 .item .info .button {
  background-color: #fff;
  border: 3px solid #ddd;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.blog_list_style01 .item .info .button a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 5px 10px;
  font-size: 90%;
  color: #333;
  text-decoration: none;
}
.blog_list_style01 .item .info .button a::before {
  opacity: 0;
}
.blog_list_style01 .item .info .button a span {
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 768px) {
  .blog_list_style01 .item .info .button a span {
    top: -1px;
  }
}
.blog_list_style01 .item .info .button::after {
  content: "";
  background-color: #9d7c57;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  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: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.blog_list_style02.colImg p {
  margin-bottom: 5px;
}
.blog_list_style02.colImg p:last-child {
  margin-bottom: 0;
}
.blog_list_style02.colImg figure {
  margin-bottom: 15px;
}
.blog_list_style02.colImg .text p {
  font-size: 1em;
}
.blog_list_style02.colImg .text .ttl {
  font-family: inherit;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #0e7cad;
}
.blog_list_style02.colImg4_blog .item {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 15px;
  position: relative;
}
.blog_list_style02.colImg4_blog .item:nth-child(4) {
  margin-right: 0;
}
.blog_list_style02.colImg4_blog .item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.blog_list_style02.colImg4_blog .item .img {
  background: url(../images/shared_blog_logo.png) center no-repeat;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
}
.blog_list_style02.colImg4_blog .item .img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog_list_style02.colImg4_blog .item .img img {
  transform: translate(-50%, -50%);
  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 {
  filter: blur(5px) grayscale(50%);
  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 {
    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: flex;
  flex-wrap: wrap;
  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 {
  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 {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
}
.blog_detail_style02 .box_gallery .thumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog_detail_style02 .box_gallery .thumb li {
  background-color: #ededed;
  transition: all 0.2s ease;
  width: calc(12.5% - 4.4px);
  margin-right: 5px;
  margin-bottom: 5px;
  height: 20vw;
  max-height: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.blog_detail_style02 .box_gallery .thumb li:nth-child(8n+0) {
  margin-right: 0;
}
.blog_detail_style02 .box_gallery .thumb li:hover {
  opacity: 0.7;
}
.blog_detail_style02 .box_gallery .thumb li img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog_detail_style02 .box_gallery .thumb.col_5 li {
  width: calc(20% - 4px);
  max-height: 77px;
}
.blog_detail_style02 .box_gallery .thumb.col_5 li:nth-child(5) {
  margin-right: 0;
}
.blog_detail_style02 .box_gallery.withSlick .main_img {
  height: auto;
}
.blog_detail_style02 .box_gallery.withSlick .main_img .item {
  height: 400px;
}
.blog_detail_style02 .box_gallery.withSlick .main_img .item:nth-child(n) {
  display: block;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li {
  opacity: 0.5;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li::after {
  content: "";
  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: #9d7c57;
}
.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: flex;
  flex-wrap: wrap;
  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: #9d7c57;
  transform: none;
  position: static;
  display: block;
  margin-bottom: 0;
  padding: 15px 10px;
  width: 100%;
  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: 100%;
    margin: 0 auto;
  }
  .main_blog_container .sidebar {
    display: none;
  }
}
.blog_post_button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
}
.blog_post_button > div {
  border-radius: 10px;
  position: relative;
  width: 32%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
}
.blog_post_button > div::before, .blog_post_button > div::after {
  content: "";
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog_post_button > div::before {
  background-color: #9d7c57;
}
.blog_post_button > div::after {
  border: 1px solid #9d7c57;
  opacity: 0;
  transform: scale(1.2, 1.2);
}
.blog_post_button > div a {
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding: 11px 10px 10px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
.blog_post_button > div:hover::before {
  opacity: 0;
  transform: scale(0.8);
}
.blog_post_button > div:hover::after {
  opacity: 1;
  transform: scale(1);
}
.blog_post_button > div:hover a {
  color: #000;
}

/* END BLOG
------------------------------------------------------------------------*/
/* START Mail
------------------------------------------------------------------------*/
.contact-form-style01 .contact-table {
  background-size: cover;
  width: 100%;
  margin: 0 auto 0px;
  overflow: hidden;
  position: relative;
}
.contact-form-style01 .contact-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 1rem;
}
.contact-form-style01 .contact-table 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 {
  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: flex;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 350px;
  padding: 15px 20px;
  font-size: 1em;
}
.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% - 350px);
  padding: 15px 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-form-style01 .contact-table .postal_code {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  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;
  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;
  box-shadow: none;
}
.contact-form-style01 .input_btn,
.contact-form-style01 .button.thanks_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 520px;
  margin: 40px auto 0;
}
.contact-form-style01 .input_btn input,
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn input,
.contact-form-style01 .button.thanks_btn a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn {
  width: 200px;
  height: 45px;
  border: none;
  padding: 10px 10px 6px;
  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 .button.thanks_btn {
  height: 61px;
}
.contact-form-style01 .button.thanks_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #9d7c57;
  color: #fff;
}
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit] {
  background-color: #9d7c57;
  color: #fff;
}
.contact-form-style01 .contact-table {
  border: 1px solid #ddd;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border-color: #ddd;
}
.contact-form-style01 .contact-table dt {
  background-color: #9d7c57;
  border-bottom: 1px solid #ddd;
  color: #fff;
}
.contact-form-style01 .contact-table dt span {
  background-color: #ffffff;
  color: #ff3c7f;
}
.contact-form-style01 .contact-table dd {
  border-bottom: 1px solid #ddd;
}
.contact-form-style01 .wpcf7-not-valid-tip {
  display: block;
  margin: 3px 7px 0;
}
.contact-form-style02 {
  padding: 80px 50px 80px;
}
.contact-form-style02 .contact-table {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  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;
  box-shadow: none;
  height: auto;
  display: block;
  border-radius: 0;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px dashed;
  transition: border-color 0.3s ease-in-out, 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: flex;
  justify-content: space-around;
  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;
  transition: border-color 0.3s ease-in-out, 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;
  transform: translateY(0%);
  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;
  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;
  transform: translateX(-50%);
  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*/
.under {
  /**/
  /**/
  /**/
  /**/
}
.under .list_time li {
  line-height: 2;
  position: relative;
  padding-left: 5.5em;
}
.under .list_time li.list_time_left {
  padding-left: 0;
}
.under .list_time li span {
  position: absolute;
  left: 0;
  top: 0;
}
.under .lawyer_box {
  max-width: 700px;
  margin: auto;
  position: relative;
}
.under .lawyer_box p {
  position: absolute;
  display: table;
  right: 15px;
  bottom: 15px;
  text-align: center;
  color: #fff;
  background: rgba(99, 143, 109, 0.9);
  line-height: 1.5 !important;
  font-size: 1.5em;
  margin-bottom: 0;
  padding: 10px;
  font-weight: 700;
}
@media only screen and (max-width: 425px) {
  .under .lawyer_box p {
    right: 10px;
    bottom: 10px;
    font-size: 3.765vw;
  }
}
.under .box_step {
  margin-top: 3em;
}
.under .box_step .step_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.under .box_step .step_item:not(:last-child) {
  margin-bottom: 20px;
}
.under .box_step .step_item:not(:last-child) .step_cont:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  height: 20px;
  width: 2px;
  background-color: #9d7c57;
}
@media only screen and (max-width: 768px) {
  .under .box_step .step_item:not(:last-child) .step_cont:after {
    left: 30px;
  }
}
.under .box_step .step_cont {
  padding: 40px 20px 40px 60px;
  background-color: #f7f8fa;
  width: 100%;
  margin-left: 40px;
  border-left: 2px solid #9d7c57;
}
.under .box_step .step_cont h5 {
  margin: 20px 0;
}
.under .box_step .step_cont .cont {
  line-height: 2.25;
}
@media only screen and (max-width: 768px) {
  .under .box_step .step_cont {
    margin-left: 30px;
    padding: 25px 10px 25px 45px;
  }
}
.under .box_step .step_cont .tl {
  font-size: 24px;
  color: #9d7c57;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .under .box_step .step_cont .tl {
    font-size: 20px;
  }
}
.under .box_step .step_num {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 0.8 !important;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #9d7c57;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #9d7c57;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .under .box_step .step_num {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .under .box_step .step_num {
    font-size: 22px;
  }
}
.under .box_step .step_num span {
  display: block;
  font-weight: 400;
  font-size: 50%;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .under .box_step .step_num span {
    font-size: 60%;
  }
}
.under .box_step .step_num:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  background-color: #fff;
  z-index: -1;
}
.under.page-fee table.tbl_style01 tr th {
  text-align: center;
}
.under.page-fee table.tbl_style01 tr td {
  width: 45%;
}

.under .ud_dot {
  position: relative;
  top: 5px;
}
.under .ud_time li {
  position: relative;
  padding-left: 7em;
  margin-bottom: 5px;
}
.under .ud_time li span {
  position: absolute;
  left: 0;
  top: 0;
}
.under .doctor_box {
  max-width: 750px;
  margin: auto;
  position: relative;
}
.under .doctor_box:before,
.under .under .doctor_box:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.under .doctor_box p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #9d7c57;
  letter-spacing: 0.2em;
  font-size: 1.25em;
  padding: 1.25em 1em;
  border-left: 6px solid #9d7c57;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 0 20px 20px 0;
}
@-moz-document url-prefix() {
  .under .doctor_box p .p {
    padding-right: 5px;
  }
  .under .doctor_box p .p span {
    position: relative;
    left: -4px;
  }
}
@media only screen and (max-width: 425px) {
  .under .doctor_box p {
    left: 10px;
    bottom: 10px;
    padding: 10px 10px;
    font-size: 3.75vw;
  }
}
.under .idx_btn {
  margin-left: auto;
  margin-right: auto;
}
.under .clinic_tbl03 tr th:first-child {
  width: 150px;
}
.under .clinic_tbl03 tr th {
  vertical-align: middle;
}
.under .clinic_tbl03 tr td {
  vertical-align: top;
}
.under .faq_box {
  margin-top: 50px;
}
.under .faq_box dl {
  border: 1px solid #9d7c57;
  margin-top: 40px;
  padding: 0 20px 20px 20px;
  position: relative;
  z-index: 1;
}
.under .faq_box dl dt {
  font-size: 1.5em;
  color: #fff;
  line-height: 1.4;
  background-color: #9d7c57;
  margin: 0 -20px 20px;
  padding: 15px 10px 15px 2.5em;
  position: relative;
}
.under .faq_box dl dt::before {
  content: "Q.";
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 1;
}
.under .faq_box dl dd {
  position: relative;
  padding-left: 2.5em;
}
.under .faq_box dl dd::before {
  content: "A.";
  display: inline-block;
  font-size: 1.5em;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1;
  color: #9d7c57;
}
@media only screen and (max-width: 425px) {
  .under .faq_box {
    margin-top: 25px;
  }
  .under .faq_box dl {
    padding: 0 10px 20px;
  }
  .under .faq_box dl dt {
    font-size: 18px;
    margin: 0 -10px 20px;
  }
  .under .faq_box dl dt::before {
    font-size: 28px;
  }
  .under .faq_box dl dd::before {
    font-size: 20px;
    left: 5px;
  }
}

.under .tbl_vertical_top tr td {
  vertical-align: top;
}
.under .tbl_vertical_top tr th {
  width: auto;
}
.under .tbl_vertical_top tr:nth-child(2) th {
  width: 180px;
}

.under .youtubeBox {
  max-width: 800px;
  max-height: 450px;
  width: 100%;
  height: calc((100vw - 20px) * 0.6);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.under .youtubeBox iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.under.page-first .idx_btn {
  display: table;
  width: 100%;
  max-width: 500px;
}
.under .note_box {
  background-color: #f6e8cf;
  padding: 30px;
  margin-bottom: 5px;
}
.under .note_box .inside {
  background-color: #fff;
  border: 2px solid rgba(206, 132, 98, 0.18);
  padding: 30px;
}
.under .note_box .note {
  position: relative;
  font-size: 20px;
  color: #287a28;
  letter-spacing: 1px;
}
.under .note_box .ttl {
  display: table;
  line-height: 1.3;
  margin: 0 auto 15px;
  padding: 20px 50px 10px;
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #62450a;
  text-align: center;
}
.under .note_box .ttl::before {
  content: "";
  background-color: #62450a;
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .under .note_box {
    padding: 20px;
  }
  .under .note_box .inside {
    padding: 20px;
  }
  .under .note_box .ttl {
    padding: 10px 0 0 0;
    font-size: 18px;
  }
  .under .note_box .note {
    font-size: 18px;
  }
}
.under .list_note ~ p {
  margin-top: -0.5em;
}

.under .inlink_list01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 60px auto 40px;
}
.under .inlink_list01 .idx_btn {
  width: 32%;
}
.under .inlink_list01 .idx_btn a {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .under .inlink_list01 .idx_btn a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .under .inlink_list01 {
    display: block;
    max-width: 300px;
  }
  .under .inlink_list01 .idx_btn {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .under .inlink_list01 .idx_btn a {
    font-size: 14px;
  }
}

.under .li_box01 li {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 25px;
}

.under .li_box01 li img {
  background-color: #77ac42;
  width: 180px;
  height: auto;
  margin: 0 1.625em 1.625em 0;
  border: 1px solid #fff;
  padding: 6px;
}

.under .li_box01 .f_l {
  float: left;
}

.under .li_box01 .w450 {
  width: calc(100% - 210px);
}

.under .li_box01 .ttl {
  color: #77ac42;
  margin: 0px;
  padding: 0px;
  clear: none;
  font-size: 18px;
  font-weight: bold;
}

.under .li_box01 .ttl .up {
  margin: 0px;
  padding: 0px;
  padding-right: 5px;
  color: #77ac42;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .under .li_box01 li img {
    margin: 0 auto 20px;
    display: block;
  }
  .under .li_box01 .f_l {
    float: none;
  }
  .under .li_box01 .w450 {
    width: auto;
  }
  .under .li_box01 .ttl .up {
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 769px) {
  .under .hamburger-btn::before {
    background: #1c3d26;
  }
  .under header.active .hamburger-btn::before {
    background: transparent;
  }
}
.under .box_step .secH5 {
  padding-top: 0;
}

.under_box_ttl {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  background: #9d7c57;
  display: table;
  width: 100%;
  max-width: 720px;
  margin: 25px auto;
  padding: 40px 20px;
  border-radius: 25px 0;
  color: #fff;
  position: relative;
}
.under_box_ttl::before, .under_box_ttl::after {
  content: "";
  position: absolute;
}
.under_box_ttl::before {
  border-bottom: 25px solid #bc9f7d;
  border-right: 25px solid transparent;
  bottom: 0;
  left: 0;
}
.under_box_ttl::after {
  border-top: 25px solid #bc9f7d;
  border-left: 25px solid transparent;
  top: 0;
  right: 0;
}

.vertical_top tr td,
.vertical_top tr th {
  vertical-align: top;
}

.under.page-high-blood-symptoms .tbl_style01 tr td.t_center {
  vertical-align: middle;
}

.under .ud_span_border {
  display: inline-block;
  border: 1px solid;
  padding: 0 3px;
}

table.clinic_tbl02 tr td:not(:first-child) {
  color: #9d7c57;
}

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

.under.page-interview {
  counter-reset: count;
}
.under.page-interview #mainContent .inner {
  max-width: 1300px;
}
.under.page-interview .inter_text {
  max-width: 545px;
  width: 58%;
}
.under.page-interview .key {
  height: 45em;
  background: url(../images/inter_key_bg.jpg) no-repeat center top/cover;
}
.under.page-interview .key .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 1138px;
  padding-left: 10px;
  padding-right: 10px;
}
.under.page-interview .key h2,
.under.page-interview .key p {
  color: #fff;
}
.under.page-interview .key .en {
  line-height: 1;
  font-family: "Belleza";
  font-size: 6.25em;
  letter-spacing: 0.1em;
  padding-bottom: 0.27em;
  margin-bottom: 0.32em;
  position: relative;
}
.under.page-interview .key .en::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 5px;
  bottom: 0;
  background-color: #c89854;
}
@media only screen and (min-width: 1440px) {
  .under.page-interview .key .en {
    left: -0.08em;
  }
  .under.page-interview .key .en::after {
    left: 8px;
  }
}
.under.page-interview .key h2 {
  letter-spacing: 0.18em;
  font-size: 1.875em;
  line-height: 1;
  font-weight: 500;
  position: relative;
  margin-bottom: 1.3666666667em;
}
@media only screen and (min-width: 1440px) {
  .under.page-interview .key h2 {
    left: -0.2333333333em;
  }
}
.under.page-interview .key .jp {
  font-size: 1.25em;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
}
@media only screen and (min-width: 1440px) {
  .under.page-interview .key .inner {
    justify-content: flex-start;
    padding-top: 161px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .under.page-interview .key .en::after {
    width: 42.578125vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under.page-interview .key .en::after {
    width: 75%;
  }
}
@media only screen and (min-width: 1440px) {
  .under.page-interview #mainContent {
    padding-bottom: 80px;
  }
}
.under.page-interview .interview_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  .under.page-interview .interview_box.box_right {
    flex-direction: row-reverse;
  }
  .under.page-interview .interview_box.box_right .interview_content {
    padding-left: 81px;
    padding-right: 109px;
  }
}
.under.page-interview .interview_img {
  width: 48.90625%;
  max-width: 626px;
}
.under.page-interview .interview_img figure {
  position: relative;
  z-index: 1;
}
.under.page-interview .interview_img figure img {
  box-shadow: 5.176px 19.319px 50px 0px rgba(0, 0, 0, 0.05);
}
.under.page-interview .interview_content {
  width: 51.09375%;
  max-width: 654px;
  padding: 0 81px 0 109px;
  align-self: center;
}
.under.page-interview .interview_content .en {
  line-height: 1;
  font-family: "Belleza";
  font-size: 1.5em;
  letter-spacing: 0.1em;
  color: #c89854;
  margin-bottom: 0.25em;
}
.under.page-interview .interview_content p:not(.en):not(:last-child) {
  margin-bottom: 2.25em;
}
.under.page-interview .interview_content h4 {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 1.6666666667;
  font-size: 1.875em;
  letter-spacing: 0.18em;
  color: #333333;
  padding-bottom: 1.1em;
  margin-bottom: 0.9em;
  position: relative;
}
.under.page-interview .interview_content h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #c89854;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under.page-interview .interview_content h4 {
    font-size: 2.86vw;
  }
}
.under.page-interview section {
  position: relative;
  z-index: 2;
}
.under.page-interview section .interview_sec:not(:last-child) {
  margin-bottom: 90px;
}
.under.page-interview section:nth-of-type(1) .interview_sec:nth-child(1) {
  margin-top: 132px;
}
@media only screen and (max-width: 1280px) {
  .under.page-interview section:nth-of-type(1) .interview_sec:nth-child(1) {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .under.page-interview section:nth-of-type(1) .interview_sec:nth-child(1) {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .under.page-interview section:nth-of-type(1) .interview_sec:nth-child(1) .interview_content {
    padding-bottom: 2px;
  }
  .under.page-interview section:nth-of-type(1) .interview_sec:nth-child(2) {
    margin-bottom: 81px;
  }
  .under.page-interview section:nth-of-type(1) .interview_sec:nth-child(2) .interview_content {
    padding-bottom: 38px;
  }
  .under.page-interview section:nth-of-type(1) .interview_sec:nth-child(3) {
    margin-bottom: 84px;
  }
  .under.page-interview section:nth-of-type(1) .interview_sec:nth-child(3) .interview_content {
    padding-bottom: 2px;
  }
  .under.page-interview section:nth-of-type(1) .interview_sec:nth-child(4) {
    margin-bottom: 51px;
  }
  .under.page-interview section:nth-of-type(1) .interview_sec:nth-child(4) .interview_content {
    padding-top: 22px;
  }
  .under.page-interview section:nth-of-type(1) .interview_sec:nth-child(5) {
    margin-bottom: 80px;
  }
  .under.page-interview section:nth-of-type(1) .interview_sec:nth-child(5) .interview_img {
    padding-top: 58px;
  }
  .under.page-interview section:nth-of-type(1) .interview_sec:nth-child(6) {
    margin-bottom: 71px;
  }
  .under.page-interview section:nth-of-type(1) .interview_sec:nth-child(6) .interview_content {
    padding-bottom: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .under.page-interview section .interview_sec .interview_content {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under.page-interview section .interview_sec:not(:last-child) {
    margin-bottom: 60px;
  }
  .under.page-interview section .interview_sec .interview_content {
    padding: 0 0 0 40px;
  }
  .under.page-interview section .interview_sec:nth-child(even) .interview_content {
    padding: 0 40px 0 0;
  }
}

/*---------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: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
  transform: translate(-60%, 50%);
  margin-bottom: 0;
}

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

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

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

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

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

.ttl_lp01_s02 {
  padding-bottom: 0.85em;
}

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

.ttl_lp01 .sp_onl {
  display: none;
}

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

.lpbox {
  padding: 55px 0;
}

.lpbox01 {
  background: #e9f3f5;
}

.lpbox02 {
  background: #faf8ef;
}

.lpbox04 {
  padding-top: 10px;
}

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

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

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

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

ul.list-tab01 {
  padding: 0px;
  list-style: none;
  display: none;
  max-width: 800px;
  margin: 0 auto 30px;
  display: none;
  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;
  box-shadow: inset 0px -4px 0px 0px #7f7f7f;
  margin: 0 10px 0 0;
  box-sizing: border-box;
  text-align: center;
}

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

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

.list_bxex_02 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.list_bxex02_col {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  background: #fff;
  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: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.list_bxex02_btn {
  margin-bottom: 0;
}

.list_bxex02_btn a {
  background-size: 15px auto;
  color: #fff;
  display: inline-block;
  padding: 3px 35px 3px 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  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: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

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

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

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

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

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

.under_post {
  font-size: 17px;
}

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

.inbl {
  display: flex;
  justify-content: flex-start;
  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;
  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;   */
  box-shadow: 1px 2px 2px 0px #e0e0e0;
}

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

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

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

@media screen and (max-width: 960px) {
  .img_l {
    max-width: 300px;
    margin: 0 20px 15px 0;
  }
  .img_r {
    max-width: 300px;
    margin: 0 0px 15px 20px;
  }
}
/*---------add post sp---------*/
@media screen and (max-width: 768px) {
  .img_wcap_ct {
    margin-bottom: 30px;
    width: auto !important;
  }
  .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;
  }
}

.chatbot{
  background-color: #709D00;
  border: 1px solid #709D00;
  max-width: 32em;
  width: 100%;
  height: 8.5em;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s all;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
  font-size: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.chatbot.active{
  right: 90px;
}
.chatbot::after{
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 2em;
  height: 100%;
  background: url(../images/ic_chat_arr.svg) no-repeat 50% 50% / 7px auto;
}
.chatbot .box_in {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 2em);
  height: 100%;
  background-color: #F3FCCE;
  padding: 1.2em 1em 1em;
  transition: 0.3s all;
  font-family: "Noto Sans JP", sans-serif;
  color: #709D00;
  font-weight: 700;
  line-height: 1;
}
.chatbot .chatbot_label{
  font-size: 1.7em;
  letter-spacing: 0.05em;
  margin-bottom: 0.1764705882352941em;
}
.chatbot .chatbot_txt{
  font-size: 3.2em;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chatbot .chatbot_txt::after{
  content: '';
  position: relative;
  display: block;
  width: 1.40625em;
  height: 1.40625em;
  margin-left: 0.1875em;
  margin-top: 0.03125em;
  background: url(../images/ic_chat.svg) no-repeat center / contain;
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  
}
@media screen and (max-width: 768px) {
  .chatbot{
    bottom: 65px;
    right: 10px;
    font-size: 7px;
    height: 9.5em;
  }
  .chatbot.active {
    right: 50px;
  }
}
@media screen and (max-width: 500px) {
 
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/

.idx_yt {
	max-width: 700px;
	margin: 0 auto;
}

.idx_yt_box {
	position: relative;
	padding-bottom: 56.25%;
}

.idx_yt .idx_yt_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.idx_gr_banner05 {
  --size-mg:14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: calc(-1 * var(--size-mg));
  margin-right: calc(-1 * var(--size-mg));
}
.idx_gr_banner05 .banner{
  margin: var(--size-mg);
  width: calc(33.333333% - var(--size-mg) * 2);
  max-width: 405px;
}

@media only screen and (min-width: 769px){
.idx_gr_banner05 .banner{
  width: calc(33.333333% - var(--size-mg) * 2);
}
}

@media only screen and (max-width: 768px) {
  .idx_gr_banner05 {
    --size-mg:5px;
  }
.idx_gr_banner05 .banner{
  width: calc(50% - var(--size-mg) * 2);
}
}


footer .idx_gr_banner05 {
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.idx1_bg02 .idx_gr_banner05 {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
.idx1_bg02 .idx_gr_banner05 {
  margin-top: 25px;
}
footer .idx_gr_banner05 {
  margin-top: 25px;
}

}