@charset "UTF-8";
@import url(../css/base.css);
@import url(../css/fonts.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Trirong:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&display=swap");
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 100%;
  -webkit-text-size-adjust: none;
}

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

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

a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
}
a:hover, a:active {
  color: #0e9896;
  text-decoration: none;
}
a:not([target*=_blank]) {
  transition: opacity 0.3s ease;
}
a:not([target*=_blank]):hover {
  opacity: 0.7;
}
a.logo:hover {
  opacity: 1 !important;
}

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

a.text_link {
  color: #f29823;
}
a.text_link:hover {
  opacity: 1 !important;
  text-decoration: underline;
}

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

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

.red {
  color: #ca0a0a !important;
}

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.right {
  text-align: right;
}

.clr_red {
  color: red;
}

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

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

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

.wrapper {
  overflow: hidden;
}

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

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

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

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

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

.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, .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,
.pc_only {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .sp_480 {
    display: block !important;
  }
}
@media only screen and (max-width: 3200px) {
  .sp_320 {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp,
.sp_320,
.sp_480,
.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 .TabContent > ul > li div {
  padding-top: 20px;
}
.TabContainer .TabContent p {
  padding: 9px 10% 0;
  margin: 0;
}
.TabContainer .TabContent p.des {
  color: #838e95;
  font-size: 12px;
}
.TabContainer .TabPager {
  display: table;
  min-width: 290px;
}
.TabContainer .TabPager li {
  background-color: #fff;
  display: block;
  float: left;
  position: relative;
  margin: 0;
  padding: 9px 20px;
  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 {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  position: fixed;
  z-index: 19;
  bottom: 20px;
  right: 20px;
}
.totop.active {
  opacity: 1;
  visibility: visible;
}
.totop .icon {
  background-image: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0px;
  width: 80px;
  height: 80px;
  margin: 0;
}

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

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

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

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

.slick-arrow {
  display: block;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  position: absolute;
  top: 37%;
  width: 38px;
  height: 38px;
  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) {
  .btn.style01 a,
.btn-group .btn.style02 a,
.btn.style02 a {
    font-size: 14px;
  }
  .totop {
    right: 10px;
  }
  .totop .icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .inner_sm {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                           Header - Footer                                */
/*==========================================================================*/
h1 {
  font-size: 10px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.98);
  height: 160px;
  transition: all 0.3s;
}
header.js-scroll {
  border-bottom: solid 1px #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.header_top {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  padding: 18px 0 0 0;
  transition: all 0.3s;
}

.logo {
  float: left;
}

.right_head {
  float: right;
  display: flex;
}

.btn_tel {
  margin-right: 35px;
}
.btn_tel .txt {
  font-size: 14px;
  margin: 0;
  text-align: right;
  letter-spacing: 1.3px;
  font-weight: 500;
}
.btn_tel .tel {
  font-size: 30px;
  color: #20b5b4;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1;
  margin-right: -2px;
  letter-spacing: 1.7px;
  margin-bottom: 3px;
  margin-top: 3px;
}
.btn_tel .tel .icn {
  background: url(../images/icon_tel.png) 2px 5px no-repeat;
  display: inline-block;
  padding-left: 33px;
}

.btn_link {
  width: 260px;
  height: 65px;
}

.btn_mail {
  width: 65px;
  margin-right: 10px;
}
.btn_mail img {
  width: 100%;
}

.btn_link a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: linear-gradient(121deg, #d2b04f 50%, #cba332 50%);
  border-radius: 5px;
  color: #fff;
  letter-spacing: 3.8px;
}
.btn_link a:before, .btn_link a:after {
  content: "";
  position: absolute;
  height: 500px;
  width: 18px;
  transform: skewX(-31deg) translateY(-50%);
  transform-origin: 0 0;
  z-index: 1;
  top: 50%;
}
.btn_link a:before {
  background: #d0ab44;
  /*rgba(255, 255, 255, 0.1);*/
  left: 50%;
}
.btn_link a:after {
  background: #cda638;
  /* rgba(255, 255, 255, 0.2);*/
  left: 50%;
  margin-left: 18px;
}
.btn_link a span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0 2px 6px;
}
.btn_link a span:before, .btn_link a span:after {
  content: "";
  position: absolute;
}
.btn_link a span:before {
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.btn_link a span:after {
  width: 24px;
  height: 11px;
  background: url(../images/h_btn_arrow.png) 0 0 no-repeat;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

@media (min-width: 769px) {
  header .logo img,
header .btn_link {
    transition: all 0.3s;
  }
  header.js-scroll {
    height: 112px;
  }
  header.js-scroll .header_top {
    padding: 5px 0 0 0;
  }
  header.js-scroll .logo img {
    height: 50px;
  }
  header.js-scroll .btn_tel .txt {
    font-size: 12px;
  }
  header.js-scroll .btn_tel .tel {
    font-size: 26px;
  }
  header.js-scroll .btn_tel .tel .icn {
    background-position: 2px 5px;
    background-size: auto 20px;
    padding-left: 28px;
  }
  header.js-scroll .btn_link {
    height: 50px;
  }
  header.js-scroll .btn_mail {
    width: 50px;
  }
  header.js-scroll #gnavi {
    margin: 10px auto 0;
  }
  header.js-scroll #gnavi ul.menu .subInner {
    top: 23px;
  }
  #gnavi {
    width: 100%;
    max-width: 1170px;
    margin: 20px auto 0;
    transition: all 0.3s;
  }
  #gnavi ul.menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #gnavi ul.menu > li {
    position: relative;
    width: 16.6666666667%;
    border-left: solid 1px #e5e5e5;
  }
  #gnavi ul.menu > li:last-child {
    width: 23%;
    border-right: solid 1px #e5e5e5;
  }
  #gnavi ul.menu > li > a,
#gnavi ul.menu > li > p {
    position: relative;
    margin: 0;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #333;
    transition: all 0.2s ease;
    padding: 8px 0 8px;
    display: block;
  }
  #gnavi ul.menu > li > a::after,
#gnavi ul.menu > li > p::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: solid 4px #777777;
  }
  #gnavi ul.menu > li:hover > a,
#gnavi ul.menu > li:hover > p {
    color: #22b4b9;
  }
  #gnavi ul.menu > li:hover p.ttlafter {
    border-top-color: #22b4b9;
  }
  #gnavi ul.menu > li:hover .subInner {
    max-height: 100%;
    opacity: 1;
    overflow: inherit;
    padding: 24px 0 0;
    transition: all 0.5s;
  }
  #gnavi .subInner {
    opacity: 0;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 33px;
    width: 280px;
    margin-left: -140px;
    z-index: 10;
    max-height: 0;
  }
  #gnavi .subInner li:not(:first-child) {
    border-top: solid 1px #28c4c9;
  }
  #gnavi .subInner li a {
    padding: 15px 15px 12px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: rgba(34, 180, 185, 0.98);
    position: relative;
    width: 100%;
    display: block;
  }
  #gnavi .subInner li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: all 0.3s;
  }
  #gnavi .subInner li a:hover {
    opacity: 1;
  }
  #gnavi .subInner li a:hover:before {
    opacity: 1;
  }
  #gnavi ul.menu > li:nth-of-type(5) a::after, #gnavi ul.menu > li:last-child a::after {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1190px) {
  header {
    padding: 0 10px;
    height: 130px;
  }
  header .header_top {
    padding-top: 8px;
  }
  header .btn_tel {
    margin-top: 3px;
  }
  header .btn_tel .txt {
    font-size: 12px;
  }
  header .btn_tel .tel {
    font-size: 26px;
  }
  header .btn_tel .tel .icn {
    background-position: 2px 3px;
    display: inline-block;
  }
  header .btn_link {
    width: 200px;
    height: 55px;
  }
  header .btn_link a {
    letter-spacing: 1.8px;
  }
  header .btn_link a span:after {
    right: 14px;
  }
  #gnavi {
    margin-top: 10px;
  }
  #gnavi ul.menu > li > a,
#gnavi ul.menu > li > p {
    font-size: 13px;
    letter-spacing: 0;
  }
}
footer p {
  margin-bottom: 0;
}
footer .row1 {
  padding: 80px 0 81px;
}
footer .ft_info,
footer .ft_map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .ft_info {
  margin-bottom: 22px;
}
footer .ft_info .col1 {
  width: 570px;
}
footer .ft_info .col2 {
  width: calc(100% - 600px);
}
footer .ft_map .col {
  width: calc(50% - 15px);
}
footer .ft_map .col2 {
  border: 1px solid #e7e7e7;
  padding: 10px 20px 20px;
  display: flex;
  align-items: center;
}

.ft_map_iframe {
  margin-top: 40px;
}

footer .ft_map iframe {
  display: block;
}
footer .ft_logo {
  text-align: center;
}
footer .ft_add {
  text-align: center;
  margin: 11px 0 0;
  letter-spacing: 2.8px;
  font-size: 14px;
}
footer .ft_box01 {
  display: flex;
  justify-content: center;
  margin-top: 13px;
  margin-bottom: 20px;
}
footer .ft_tel {
  width: 245px;
  margin-right: 15px;
}
footer .ft_tel .txt {
  line-height: 1;
  margin-top: 2px;
  letter-spacing: 4px;
}
footer .ft_tel .tel {
  margin-top: 3px;
}
footer .ft_tel .tel .icn {
  padding-left: 27px;
  background-position: 0px 5px;
}
footer .ft_tel .time {
  font-size: 12px;
  text-align: right;
  letter-spacing: 1.3px;
  margin-right: -5px;
  line-height: 1;
}
footer .ft_btn {
  width: 235px;
}
footer .ft_mail {
  width: 65px;
  margin-right: 10px;
}
footer .ft_note {
  margin: 5px 0 0 9px;
  letter-spacing: -0.6px;
}
footer .row2 {
  background: #23b5b3;
  background-size: auto 100%;
  position: relative;
  padding: 0 20px;
}
footer .row2:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #23b5b3;
  top: -3px;
}
footer .ft_link {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0 0;
}
footer .ft_link2 {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
}
footer .ft_link .col1,
footer .ft_link .col2,
footer .ft_link .col3 {
  width: 20%;
}
footer .ft_link .col4 {
  width: 24%;
}
footer .ft_link .col5 {
  width: 16%;
}
footer .ft_link2 .col1,
footer .ft_link2 .col2 {
  width: 24%;
  margin-right: 1%;
}
footer .ft_link2 .col3,
footer .ft_link2 .col4 {
  width: 25%;
}
footer .ft_link a {
  color: #fff;
  font-weight: 300;
}
footer .ft_link ul.ft_menu > li.ttl:not(:first-child) {
  margin-top: 23px;
}
footer .ft_link ul.ft_menu > li.ttl > a {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
footer .ft_link ul.ft_menu > li > a {
  padding-left: 13px;
  position: relative;
  letter-spacing: 1px;
}
footer .ft_link ul.ft_menu > li > a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  left: 1px;
  top: 50%;
  transform: rotate(-45deg);
  margin-top: -2px;
}
footer .ft_link ul.ft_menu > li > a {
  display: inline-block;
  margin-bottom: 12px;
}
footer .ft_link ul.ft_menu > li ul {
  padding-left: 11px;
}
footer .ft_link ul.ft_menu > li ul > li {
  margin: 0 0 12px;
}
footer .ft_link ul.ft_menu > li ul > li a {
  display: inline-block;
  padding-left: 17px;
  background: url(../images/footer_icon_link.png) left center no-repeat;
  letter-spacing: 0.5px;
  font-size: 14px;
}
footer .copyright {
  padding: 39px 0 33px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  font-size: 13px;
}

@media (min-width: 769px) and (max-width: 1170px) {
  footer .ft_note {
    font-size: 15px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  footer .row1 {
    padding: 40px 0 41px;
  }
  footer .ft_info {
    margin-bottom: 22px;
    justify-content: center;
    display: block;
  }
  footer .ft_info .col {
    width: 100%;
  }
  footer .ft_info .col2 {
    margin: 30px 0;
  }
  footer .ft_info .col2 p {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
  }
  footer .ft_map .col {
    width: calc(50% - 10px);
  }
  footer .ft_map iframe {
    height: calc(39.8vw - 10px);
  }
  footer .ft_link {
    padding: 30px 0 0;
  }
  footer ul.ft_menu > li:not(:first-child) .ttl {
    margin-top: 23px;
  }
  footer .ft_link .col1,
footer .ft_link .col2,
footer .ft_link .col3,
footer .ft_link .col4,
footer .ft_link .col5 {
    width: 33.33%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  footer .ft_link ul.ft_menu > li ul > li a {
    background-position: 0 11px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                INDEX                                     */
/*==========================================================================*/
.home_page .key {
  margin: 160px 0 20px;
  position: relative;
}
.home_page .key h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-top: 2px;
}
.home_page .key .slide {
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
  opacity: 0.3;
  transition: opacity 0.3s;
  width: 70vw;
  max-width: 1400px;
  position: relative;
}
.home_page .key .slide.slick-current {
  opacity: 1;
}
.home_page .key .slide1 h2 img {
  max-width: 627px;
  width: 33vw;
}
.home_page .key .slide2 h2 img {
  max-width: 981px;
  width: 52vw;
}
.home_page .key .slide3 h2 img {
  max-width: 796px;
  width: 42vw;
}
.home_page .key .slick-dots {
  position: absolute;
  bottom: 29px;
  text-align: center;
  left: 0;
  width: 100%;
}
.home_page .key .slick-dots li {
  display: inline-block;
  height: 3px;
  width: 40px;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
}
.home_page .key .slick-dots li.slick-active {
  background: #20b5b4;
}
.home_page .key .slick-dots button {
  display: none;
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  font-size: 40px;
  font-weight: 500;
}
.home_page h3.white {
  color: #fff;
}
.home_page .h3_en {
  font-size: 14px;
  font-family: "Trirong", serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #20b5b4;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.home_page .h3_en .center {
  position: relative;
  display: inline-block;
  padding: 0 113px;
}
.home_page .h3_en .center:before, .home_page .h3_en .center:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 103px;
  top: 50%;
  background: #20b5b4;
}
.home_page .h3_en .center:before {
  left: 0;
}
.home_page .h3_en .center:after {
  right: 0;
}
.home_page .h3_en .center > span {
  position: relative;
}
.home_page .h3_en .center > span:before, .home_page .h3_en .center > span:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #20b5b4;
  top: 50%;
  margin-top: -1px;
}
.home_page .h3_en .center > span:before {
  left: -13px;
}
.home_page .h3_en .center > span:after {
  right: -13px;
}
.home_page .h3_en.yellow {
  color: #cba332;
}
.home_page .h3_en.yellow .center:before, .home_page .h3_en.yellow .center:after {
  background: #cba332;
}
.home_page .h3_en.yellow .center > span:before, .home_page .h3_en.yellow .center > span:after {
  background: #cba332;
}
.home_page .h3_en.white {
  color: #fff;
}
.home_page .h3_en.white .center:before, .home_page .h3_en.white .center:after {
  background: #fff;
}
.home_page .h3_en.white .center > span:before, .home_page .h3_en.white .center > span:after {
  background: #fff;
}

@media (min-width: 769px) and (max-width: 1190px) {
  .home_page .key {
    margin-top: 130px;
  }
}
.index01 {
  background: #2ab2b0;
  background-size: cover;
  color: #fff;
}
.index01 .inner {
  max-width: 1000px;
  /*display: flex; flex-wrap: wrap; justify-content: space-between; flex-direction: row-reverse;*/
}
.index01 .box_head {
  /*width: 500px;*/
  position: relative;
}
.index01 .box_head .txt01 {
  width: 500px;
  background: #22b4b9;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: -70px;
  right: 0;
  padding: 10px 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  text-indent: 13px;
}
.index01 .box_head h3 {
  font-size: 32px;
  font-weight: 500;
  padding: 49px 0 0 30px;
  text-align: left;
  letter-spacing: 1.7px;
  position: relative;
  z-index: 2;
}
.index01 .box_head .tel {
  margin: 44px 0 0 29px;
}
.index01 .box_head .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 443px;
  height: 70px;
  border: solid 1px #ebd9a7;
  font-size: 34px;
  color: #ffe088;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4.5px;
  padding: 0 0 0 6px;
}
.index01 .box_head .tel a span {
  display: inline-block;
  background: url(../images/icon_tel_yellow.png) 0 6px no-repeat;
  padding-left: 34px;
}
.index01 .box_message {
  width: 100%;
  position: relative;
}
.index01 .box_message .img {
  position: absolute;
  left: -42px;
  top: -60px;
  width: 466px;
  margin: 0;
}
.index01 .box_message .box_text {
  margin-left: 432px;
  padding: 43px 0 41px;
}
.index01 .box_message .message {
  background: #007473;
  border-radius: 10px;
  padding: 21px 26px 20px 31px;
  position: relative;
}
.index01 .box_message .message:before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 40px;
  width: 40px;
  height: 42px;
  background: url(../images/index01_polygon.png) 0 0 no-repeat;
}
.index01 .box_message .message p {
  letter-spacing: 2.3px;
  line-height: 26px;
  font-weight: 300;
  font-size: 18px;
}
.index01 .box_message .txt02 {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0 0 58px;
  font-family: "Noto Serif JP", serif;
}
.index01 .box_message .txt02 .name {
  font-size: 22px;
}

.index_news .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 77px 0 74px;
  min-height: 305px;
}
.index_news .box_head {
  width: calc(100% - 803px);
}
.index_news .box_head h3 {
  font-size: 42px;
  margin-bottom: 7px;
}
.index_news .box_head .h3_en .center {
  padding: 0 63px;
}
.index_news .box_head .h3_en .center:before, .index_news .box_head .h3_en .center:after {
  width: 53px;
}
.index_news .box_news {
  width: 770px;
}
.index_news .box_news ul li {
  display: flex;
  padding-left: 12px;
  padding-right: 10px;
  border-bottom: solid 1px #e4e6e6;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.index_news .box_news ul li .date {
  color: #22b3b1;
  width: 135px;
  letter-spacing: 1.4px;
}
.index_news .box_news ul li .ttl {
  width: calc(100% - 135px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1.8px;
}
.index_news .btn {
  /*width: calc(100% - 803px); position: absolute; left: 0; top: 193px; */
  width: calc(100% - 135px);
  margin: 30px 0 0 auto;
}
.index_news .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 36px;
  background: #0e9896 url(../images/icon_arrow_white.png) right 10px center no-repeat;
  margin: 0 auto;
  color: #fff;
  font-family: "Trirong", serif;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 3px;
}

.index02 {
  background: #fafaf8;
  background-size: cover;
  padding: 44px 0 0;
}
.index02 h3 {
  font-size: 42px;
}
.index02 h3 .number {
  font-size: 178.57%;
  font-weight: 700;
  color: #cba332;
}
.index02 h3 .txt_large {
  font-size: 119%;
}
.index02 .box_list {
  max-width: 1920px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
.index02 .box_list li {
  width: calc(25% - 10px);
  height: 22.813vw;
  max-height: 442px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: 1.4;
  background-size: cover;
}
.index02 .box_list li:before, .index02 .box_list li:after {
  content: "";
  position: absolute;
}
.index02 .box_list li:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index02 .box_list li:nth-child(odd):before {
  background: rgba(72, 55, 6, 0.5);
}
.index02 .box_list li:nth-child(even):before {
  background: rgba(203, 163, 50, 0.5);
}
.index02 .box_list li:after {
  font-size: 100px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1;
  left: 20px;
  bottom: 0;
  opacity: 0.3;
}
.index02 .box_list li:nth-child(1):after {
  content: "01";
}
.index02 .box_list li:nth-child(2):after {
  content: "02";
}
.index02 .box_list li:nth-child(3):after {
  content: "03";
}
.index02 .box_list li:nth-child(4):after {
  content: "04";
}
.index02 .box_list li:nth-child(5):after {
  content: "05";
}
.index02 .box_list li:nth-child(6):after {
  content: "06";
}
.index02 .box_list li:nth-child(7):after {
  content: "07";
}
.index02 .box_list li:nth-child(8):after {
  content: "08";
}
.index02 .box_list li .center {
  position: relative;
  z-index: 3;
}
.index02 .box_list .bg01 {
  background-image: url(../images/index02_img01.jpg);
}
.index02 .box_list .bg02 {
  background-image: url(../images/index02_img02.jpg);
}
.index02 .box_list .bg03 {
  background-image: url(../images/index02_img03.jpg);
}
.index02 .box_list .bg04 {
  background-image: url(../images/index02_img04.jpg);
}
.index02 .box_list .bg05 {
  background-image: url(../images/index02_img05.jpg);
}
.index02 .box_list .bg06 {
  background-image: url(../images/index02_img06.jpg);
}
.index02 .box_list .bg07 {
  background-image: url(../images/index02_img07.jpg);
}
.index02 .box_list .bg08 {
  background-image: url(../images/index02_img08.jpg);
}

.index_txt01 {
  font-size: 26px;
  font-weight: 500;
  color: #22b3b1;
  text-align: center;
  line-height: 1.85;
  margin-bottom: 18px;
  letter-spacing: 2.7px;
}

.index_txt02 {
  font-size: 26px;
  font-weight: 500;
  color: #cba332;
  letter-spacing: 2.7px;
  line-height: 1.8;
}
.index_txt02.center {
  text-align: center;
}

.index03 .box_head {
  background: #2ab2b0;
  background-size: cover;
  padding: 69px 0 133px;
}
.index03 .box_head h3 {
  margin-bottom: 10px;
}
.index03 .box_text01 {
  border-radius: 10px 10px 0 0;
  margin-top: -93px;
  padding: 67px 20px 68px;
  text-align: center;
  background: #fff;
  font-family: "Noto Serif JP", serif;
}
.index03 .box_text01 p:not(.index_txt01) {
  letter-spacing: 2.4px;
  line-height: 2.3;
  margin: 15px 0 0;
}
.index03 .box_text01 .index_txt01 {
  margin-left: 15px;
  margin-bottom: 40px;
  letter-spacing: 0;
}
.index03 .img01 {
  padding: 0px 10px 65px;
  margin: 0;
  text-align: center;
}
.index03 .box_text02 {
  padding-bottom: 78px;
}
.index03 .box_text02 p:not(.index_txt01) {
  letter-spacing: 2.4px;
  line-height: 2.3;
  margin: 15px 0 0;
}
.index03 .box_text02 .index_txt01 {
  margin-top: 80px;
  margin-bottom: 40px;
}
.index03 .box_text02 .index_txt01:first-child {
  margin: 0 0 40px 16px;
}
.index03 .box_text02 .img02 {
  margin-top: 0 !important;
}
.index03 .box_text02 .img03 {
  margin-top: -87px !important;
}
.index03 h3.left {
  text-align: left;
}
.index03 h3.left img {
  margin: 60px 0 10px;
}
.index03 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index03 .flex01 {
  margin-bottom: 70px;
}
.index03 .flex01 .view-all {
  width: 30%;
}
.index03 .flex01 p {
  width: 60%;
}

.view-all__contents {
  display: none;
  position: fixed;
  left: 5%;
  padding: 0 0 5%;
  top: 5%;
  width: 90%;
  height: calc(100vh - 10%);
  background: white;
  z-index: 9999;
  overflow-y: scroll;
}
.view-all__contents.block {
  display: block !important;
}
.view-all__contents .container {
  max-width: 1120px;
  margin: 0 auto;
}
.view-all__contents h3 {
  padding-top: 80px;
  margin-bottom: 80px;
}
.view-all__contents h3 img {
  margin: 0 auto;
  max-width: 600px;
  width: 80%;
}
.view-all__contents .view-all__contents__4f__detail {
  margin-bottom: 80px;
  background: #e1f5f5;
  padding: 250px 30px 0px;
  margin-top: -200px;
}
.view-all__contents .view-all__contents__5f__detail {
  background: #e1f5f5;
  padding: 250px 30px 0px;
  margin-top: -200px;
}
.view-all__contents .view-all__contents__4f__detail li,
.view-all__contents .view-all__contents__5f__detail li {
  width: 31%;
  margin-bottom: 90px;
}
.view-all__contents .view-all__contents__4f__detail li:last-child p,
.view-all__contents .view-all__contents__5f__detail li:last-child p {
  margin-bottom: 50px;
}
.view-all__contents .view-all__contents__4f__detail .view__double,
.view-all__contents .view-all__contents__5f__detail .view__double {
  width: 65.5% !important;
}
.view-all__contents .view-all__contents__4f__detail .view__double figure,
.view-all__contents .view-all__contents__5f__detail .view__double figure {
  width: 47%;
}
.view-all__contents .view-all__contents__4f__detail li h4,
.view-all__contents .view-all__contents__5f__detail li h4 {
  background: white;
  text-align: center;
  letter-spacing: -0.04rem;
}
.view-all__contents .view-all__contents__4f__detail li h4,
.view-all__contents .view-all__contents__5f__detail li h4 {
  padding: 10px;
  font-size: 20px;
  margin-bottom: 10px;
}
.view-all__contents .view-all__contents__4f__detail li figure,
.view-all__contents .view-all__contents__5f__detail li figure {
  margin-bottom: 15px;
}
.view-all__contents .view-all__contents__4f__detail li:last-child h4,
.view-all__contents .view-all__contents__5f__detail li:last-child h4 {
  margin-bottom: 30px;
}

.bg-modal {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 21;
  top: 0;
  left: 0;
}
.bg-modal.block {
  display: block !important;
}
.bg-modal::after {
  content: "";
  width: 30px;
  height: 3px;
  top: 20px;
  right: 10px;
  background: white;
  position: absolute;
  transform: rotate(45deg);
}
.bg-modal::before {
  content: "";
  width: 30px;
  height: 3px;
  background: white;
  position: absolute;
  top: 20px;
  right: 10px;
  transform: rotate(-45deg);
}

.index04 .bg01 {
  background: #2ab2b0;
  background-size: cover;
  padding: 69px 0 80px;
}
.index04 .bg02 {
  background: url(../images/index04_bg02.jpg) top center no-repeat;
  background-size: cover;
  padding: 62px 0 74px;
}
.index04 .box_head h3 {
  margin-bottom: 10px;
}
.index04 .box_text01,
.index04 .box_text02,
.index04 .box_text03 {
  background: #fff;
  margin-top: 40px;
  border-radius: 10px;
}
.index04 .box_text01,
.index04 .box_text03 {
  padding: 46px 60px 67px;
}
.index04 .box_text01 p:not(.index_txt01) {
  letter-spacing: 2.5px;
  line-height: 2.3;
  margin: 19px 0 0;
}
.index04 .box_text01 .index_txt01 {
  margin: 0 0 0 15px;
  line-height: 1.8;
}
.index04 .box_text01 .index_txt01:not(:first-child) {
  margin-top: 40px;
}
.index04 .box_text02 {
  padding: 60px 44px 52px;
}
.index04 .box_text02 .note {
  font-weight: 600;
  margin: 21px 0 0;
  letter-spacing: 1.7px;
}
.index04 .box_text03 p:not(.index_txt01) {
  letter-spacing: 2.5px;
  line-height: 2.3;
  margin: 14px 0 0;
}
.index04 .box_text03 .index_txt01 {
  margin: 0 0 19px 15px;
  line-height: 1.8;
}
.index04 .box_text03 .index_txt01:not(:first-child) {
  margin-top: 37px;
}
.index04 .img01 {
  margin-top: 30px !important;
}

.box_staff_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.box_staff_info .col_img {
  width: calc(100% - 580px);
  padding-top: 11px;
}
.box_staff_info .col_txt {
  width: 545px;
}
.box_staff_info .list li {
  width: 52%;
}
.box_staff_info .list li:nth-child(2n+0) {
  width: 48%;
}

.bio {
  margin-bottom: 29px;
}
.bio .pos {
  font-size: 18px;
  margin: 0;
  letter-spacing: 1.5px;
  font-weight: 600;
}
.bio .name {
  font-size: 26px;
  color: #735a14;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4.5px;
}
.bio .name span {
  font-size: 16px;
  color: #cba332;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: inline-block;
  margin-left: 20px;
  letter-spacing: 1.6px;
  vertical-align: -4px;
}

.list {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #ededed;
  margin-bottom: 41px;
}
.list li {
  border-bottom: solid 1px #ededed;
  padding: 16px 20px;
  letter-spacing: 3.3px;
  width: 100%;
}
.list li .dot {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.list li .dot:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000000;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.history dl {
  display: flex;
  margin-bottom: 1px;
}
.history dl dt,
.history dl dd {
  padding: 11px 10px 12px 20px;
}
.history dl dt {
  width: 160px;
  background: #ededed;
  font-weight: 500;
}
.history dl dd {
  width: calc(100% - 160px);
  background: #f6f6f6;
}

.js_bg_img img {
  opacity: 0;
}

.box_staff_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1580px;
  margin: 58px auto 0;
  padding: 0 20px;
}
.box_staff_list .col {
  width: calc(25% - 22px);
  margin-right: 29px;
  margin-bottom: 42px;
  background: #fffcf4;
  padding-bottom: 17px;
}
.box_staff_list .col:nth-child(4n+0) {
  margin-right: 0;
}
.box_staff_list .thumb {
  position: relative;
}
.box_staff_list .img {
  margin: 0;
  width: 100%;
  height: 22vw;
  max-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.box_staff_list .pos {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #cba332;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  padding: 7px 18px 7px 20px;
  letter-spacing: 1.2px;
}
.box_staff_list .name {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  padding: 18px 0 8px;
  margin: 0;
  line-height: 1;
  letter-spacing: 1.2px;
}
.box_staff_list .en {
  font-size: 14px;
  font-family: "Trirong", serif;
  color: #9c7c20;
  text-align: center;
  line-height: 1;
}

.box_staff_message {
  margin-top: 60px;
  background: #fffcf7;
  padding: 46px 60px 41px;
}
.box_staff_message p {
  line-height: 2.3;
  letter-spacing: 2.4px;
  margin-bottom: 12px;
}
.box_staff_message .txt01 {
  margin-top: 18px;
}
.box_staff_message .index_txt02 {
  margin-top: 38px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.index05 {
  padding-bottom: 40px;
}
.index05 .box_head {
  background: #cba332;
  background-size: cover;
  padding: 69px 0 133px;
}
.index05 .box_head h3 {
  margin-bottom: 10px;
}
.index05 .box_text01 {
  border-radius: 10px 10px 0 0;
  margin-top: -93px;
  padding: 47px 40px 0;
  background: #fff;
}
.index05 .box_text01 .index_txt02 {
  margin: 0 0 38px 17px;
}

.index06 {
  background: #2ab2b0;
  background-size: cover;
  padding: 67px 0 80px;
  position: relative;
}
.index06:before {
  /*content: ''; position: absolute; right: 0; top: 271px; bottom: 160px; width: calc(50% + 384px); background: #f6f6f6;*/
}
.index06 .inner {
  position: relative;
}
.index06 .box_head h3 {
  margin-bottom: 10px;
}
.index06 .box_text {
  background: #fff;
  padding: 51px 60px 50px;
  margin-top: 40px;
  border-radius: 10px;
}
.index06 h4 {
  font-size: 26px;
  font-weight: 700;
  color: #22b3b1;
  text-align: center;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 18px;
  letter-spacing: 2.5px;
}
.index06 h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: #22b3b1;
  left: 50%;
  transform: translateX(-50%);
}
.index06 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index06 .row .col_img {
  width: 42%;
  padding-top: 12px;
}
.index06 .row .col_img p {
  margin-bottom: 10px;
}
.index06 .row .col_img img {
  border-radius: 10px;
}
.index06 .row .col_txt {
  width: 55.2%;
}
.index06 .row .col_txt p {
  line-height: 2.3;
  letter-spacing: 1.6px;
}

.block_contact {
  background: #cba332;
  padding: 90px 20px;
  position: relative;
  z-index: 3;
}
.block_contact .inner {
  background: #fff;
  max-width: 1150px;
  border-radius: 10px;
  padding: 48px 30px 49px;
  position: relative;
}
.block_contact .inner:before {
  content: "";
  position: absolute;
  border: solid 1px #fff;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 10px;
}
.block_contact .ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2.5px;
  margin-bottom: 21px;
}
.block_contact .tel {
  text-align: center;
  line-height: 1;
}
.block_contact .tel a {
  display: inline-block;
  font-size: 45px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #20b5b4;
  padding-left: 40px;
  background: url(../images/icon_tel_blue.png) 0 10px no-repeat;
}
.block_contact .time {
  text-align: center;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 1.8px;
  margin-top: -3px;
}
.block_contact .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 980px;
  margin: 46px auto 0;
}
.block_contact .btn li {
  width: calc(50% - 40px);
  margin: 0 20px;
}
.block_contact .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2.5px;
}
.block_contact .btn a:before, .block_contact .btn a:after {
  content: "";
  position: absolute;
  height: 500px;
  width: 28px;
  transform: skewX(-31deg) translateY(-50%);
  transform-origin: 0 0;
  z-index: 1;
  top: 50%;
}
.block_contact .btn a:before {
  background: rgba(255, 255, 255, 0.1);
  left: 50%;
}
.block_contact .btn a:after {
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  margin-left: 28px;
}
.block_contact .btn a span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0 2px 6px;
}
.block_contact .btn a span:before, .block_contact .btn a span:after {
  content: "";
  position: absolute;
}
.block_contact .btn a span:before {
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.block_contact .btn a span:after {
  width: 30px;
  height: 11px;
  background: url(../images/icon_arrow_white01.png) 0 0 no-repeat;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.block_contact .btn .yellow a {
  background: #d2b04f;
  background: linear-gradient(121deg, #d2b04f 50%, #cba332 50%);
  letter-spacing: 4.5px;
}
.block_contact .btn .yellow a:before {
  background: #d0ab44;
}
.block_contact .btn .yellow a:after {
  background: #cda638;
}
.block_contact .btn .yellow a span.center {
  padding-left: 6px;
}
.block_contact .btn .green a {
  background: #5cb343;
  background: linear-gradient(121deg, #5cb343 50%, #40a622 50%);
}
.block_contact .btn .green a:before {
  background: #51ae36;
}
.block_contact .btn .green a:after {
  background: #46a929;
}

.block_topic {
  background: #f0feff;
  padding: 77px 0 75px;
}
.block_topic h3 {
  text-align: center;
  font-size: 42px;
  color: #23b5b3;
  font-weight: 500;
  font-family: "Trirong", serif;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 34px;
  letter-spacing: 4px;
}
.block_topic h3 .center {
  position: relative;
  display: inline-block;
  padding: 0 121px;
}
.block_topic h3 .center:before, .block_topic h3 .center:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 103px;
  top: 50%;
  background: #20b5b4;
}
.block_topic h3 .center:before {
  left: 0;
}
.block_topic h3 .center:after {
  right: 0;
}
.block_topic h3 .center > span {
  position: relative;
}
.block_topic h3 .center > span:before, .block_topic h3 .center > span:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #20b5b4;
  top: 50%;
  margin-top: -1px;
}
.block_topic h3 .center > span:before {
  left: -20px;
}
.block_topic h3 .center > span:after {
  right: -20px;
}
.block_topic .list_topic {
  display: flex;
  flex-wrap: wrap;
}
.block_topic .list_topic .col {
  max-width: 455px;
  width: 25vw;
  margin-right: 30px;
  background: #fff;
  position: relative;
}
.block_topic .list_topic p {
  margin: 0;
}
.block_topic .list_topic .ttl {
  padding: 16px 29px 18px;
  font-size: 20px;
  font-weight: 500;
  background: url(../images/icon_arrow_green.png) right 20px center no-repeat;
  letter-spacing: 2px;
}
.block_topic .list_topic a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  color: transparent;
}
.block_topic .slick-dots {
  text-align: center;
  width: 100%;
  margin-top: 23px;
}
.block_topic .slick-dots li {
  display: inline-block;
  height: 3px;
  width: 30px;
  background: #dadada;
  margin: 0 5px;
  cursor: pointer;
}
.block_topic .slick-dots li.slick-active {
  background: #20b5b4;
}
.block_topic .slick-dots button {
  display: none;
}

@media (min-width: 769px) and (max-width: 1560px) {
  .index01 .inner {
    padding: 0 10px;
  }
}
@media (min-width: 769px) and (max-width: 1480px) {
  .index01 .box_head {
    /*width: 400px; */
  }
  .index01 .box_head .txt01 {
    width: 400px;
    font-size: 18px;
    text-indent: 13px;
    top: -56px;
  }
  .index01 .box_head h3 {
    font-size: 26px;
    padding: 49px 0 0 20px;
  }
  .index01 .box_head .tel {
    margin: 44px 0 0 20px;
  }
  .index01 .box_head .tel a {
    width: 360px;
  }
  .index01 .box_message .img {
    left: -180px;
  }
  .index01 .box_message .box_text {
    margin-left: 260px;
  }
  .index02 .box_list li {
    font-size: 2.1vw;
    letter-spacing: 2px;
  }
  .index02 .box_list li:after {
    font-size: 6.8vw;
    left: 10px;
  }
  .block_topic .list_topic .ttl {
    padding: 16px 10px 18px;
    font-size: 16px;
    background-position: right 10px center;
    letter-spacing: 1px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .index01 .box_head {
    width: 100%;
  }
  .index01 .box_head .txt01 {
    top: -36px;
  }
  .index01 .box_head h3 {
    padding: 20px 0 0;
    text-align: center;
  }
  .index01 .box_head .tel {
    margin: 20px 0 0 0px;
  }
  .index01 .box_head .tel a {
    margin: 0 auto;
  }
  .index01 .box_message {
    width: 100%;
    margin: 0 auto;
  }
  .index_news .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
  .index03 .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
  .index03 .box_text02 .img02 {
    margin-top: 0 !important;
  }
  .index04 .box_text01,
.index04 .box_text02 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .box_staff_list .col {
    width: calc(25% - 8px);
    margin-right: 10px;
  }
  .box_staff_list .col:nth-child(4n+0) {
    margin-right: 0;
  }
  .box_staff_list .pos {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0px;
    padding: 4px 10px 4px 10px;
  }
  .box_staff_list .name {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .box_staff_list .en {
    font-size: 12px;
  }
  .index05 .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
  .index06:before {
    width: 80%;
  }
  .block_topic .list_topic .col {
    width: 40vw;
    margin-right: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .index_txt01,
.index_txt02 {
    font-size: 22px;
    letter-spacing: 1.7px;
  }
  .index_news .inner {
    padding: 37px 0 34px;
  }
  .index_news .box_head {
    width: 100%;
  }
  .index_news .box_news {
    width: 100%;
    margin-top: 30px;
  }
  .index_news .btn {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 50px;
  }
  .index_news .btn a {
    margin: 0 auto;
  }
  .index02 {
    padding: 24px 0 0;
  }
  .index03 .box_head {
    padding: 39px 0 133px;
  }
  .index03 .box_text01 {
    padding: 37px 0px 38px;
  }
  .index03 .img01 {
    padding: 0px 10px 35px;
  }
  .index03 .box_text02 {
    padding-bottom: 38px;
  }
  .index04 .bg01 {
    padding: 39px 0 40px;
  }
  .index04 .bg02 {
    padding: 32px 0 37px;
  }
  .index04 .box_text01,
.index04 .box_text03 {
    padding: 26px 20px 37px;
  }
  .index04 .box_text02 {
    padding: 30px 20px 25px;
  }
  .box_staff_info .col_img {
    width: calc(100% - 560px);
  }
  .box_staff_message {
    margin-top: 30px;
    padding: 26px 20px 21px;
  }
  .box_staff_list {
    margin: 30px auto 0;
  }
  .box_staff_list .col {
    margin-bottom: 20px;
  }
  .index05 {
    padding-bottom: 20px;
  }
  .index05 .box_head {
    padding: 39px 0 133px;
  }
  .index05 .box_text01 {
    padding: 27px 0 0;
  }
  .index06 {
    padding: 37px 0 40px;
  }
  .index06 .box_text {
    padding: 31px 20px 30px;
    margin-top: 30px;
  }
  .index06 .row .col_img {
    width: 32%;
  }
  .index06 .row .col_txt {
    width: 65.2%;
  }
  .block_contact {
    padding: 45px 20px;
  }
  .block_contact .inner {
    padding: 28px 10px 29px;
  }
  .block_contact .btn {
    max-width: 720px;
  }
  .block_contact .btn li {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .block_contact .btn a {
    height: 80px;
    font-size: 18px;
    letter-spacing: 1.5px;
  }
  .block_topic {
    padding: 44px 0 35px;
  }
}
/*==========================================================================*/
/*==========================================================================*/
/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*==========================================================================*/
/*                                Under                                     */
/*==========================================================================*/
.under .sitemap {
  padding-top: 40px;
}
.under .sitemap > ul > li p {
  margin-bottom: 0;
}
.under .sitemap > ul > li a,
.under .sitemap > ul > li p {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 30px;
  border-bottom: dotted 1px #ccc;
  color: #333333;
  position: relative;
  box-sizing: border-box;
}
.under .sitemap > ul > li a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background: #ccc;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.under .sitemap > ul > li p:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background: #ccc;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.under .sitemap > ul > li p:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: #ccc;
  left: 6px;
  top: 50%;
  margin-top: -7px;
}
.under .sitemap > ul > li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05);
}
.under .sitemap > ul > li li a {
  padding-left: 70px;
}
.under .sitemap > ul > li li a:before {
  left: 40px;
}
.under .key {
  margin-top: 160px;
  height: 400px;
  background: #91dbda;
}
.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 20px;
}
.under .sub_key {
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0 59px;
}
.under .sub_key:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #91dbda;
  width: 100vw;
}
.under h2 {
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 4px;
  position: relative;
  z-index: 2;
  line-height: 1.4;
}
.under main {
  padding-bottom: 73px;
}
.under main h3,
.under main h4,
.under main h5,
.under main h6 {
  line-height: 1.4;
}
.under main h3:last-child,
.under main h4:last-child,
.under main h5:last-child,
.under main h6:last-child {
  margin-bottom: 0;
}
.under main p {
  letter-spacing: 1.4px;
  line-height: 2.25;
  margin-bottom: 17px;
}
.under main a {
  color: #20b5b4;
  text-decoration: underline;
}
.under main h3 {
  color: #22b4b9;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: solid 1px #22b4b9;
  border-top: solid 1px #22b4b9;
  padding: 14px 0;
}
.under main h3 .txt_small {
  font-size: 75%;
}
.under main h3 .txt_large {
  font-size: 150%;
}
.under main h4 {
  margin-bottom: 22px;
  margin-top: 25px;
  font-weight: 500;
  font-size: 26px;
  color: #22b4b9;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.under main h4:not(:first-child) {
  margin-top: 40px;
}
.under main h4 .txt_large {
  font-size: 150%;
}
.under main h4.style1 {
  background: #22b4b9;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  margin-bottom: 31px;
}
.under main h5 {
  margin-bottom: 28px;
  position: relative;
  font-weight: 500;
  font-size: 26px;
  color: #21b3b1;
  letter-spacing: 0.1em;
  padding: 11px 10px 13px 26px;
  background: #fffcf7;
  border-left: solid 3px #22b4b9;
}
.under main h6 {
  position: relative;
  padding: 0px 15px 0 25px;
  margin-bottom: 15px;
  font-size: 25px;
  color: #333;
  letter-spacing: 3px;
}
.under main h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  height: 12px;
  width: 12px;
  background: #22b4b9;
  border-radius: 50%;
}
.under main section {
  margin-top: 80px;
}
.under main section h3 {
  margin-bottom: 51px;
}
.under main section h3:not(:first-child) {
  margin-top: 66px;
}
.under main section p:last-child {
  margin-bottom: 0;
}
.under main .sub_key + section h3:first-child {
  margin-top: 0;
}
.under main .secH4 {
  margin-top: 46px;
}
.under main .secH5 {
  margin-top: 40px;
}
.under main .image_l {
  float: left;
  margin-right: 38px;
}
.under main .image_r {
  float: right;
  margin-left: 38px;
}
.under main .image_l,
.under main .image_r {
  max-width: 470px;
  margin-bottom: 15px;
  padding-top: 10px;
}
.under main .image_l img,
.under main .image_r img {
  border-radius: 10px;
}
.under main .imgBox.rowImg .txt_l {
  float: left;
}
.under main .imgBox.rowImg .txt_r {
  float: right;
}
.under main .imgBox.rowImg .txt_l,
.under main .imgBox.rowImg .txt_r {
  width: calc(100% - 385px);
}
.under main .imgBox.rowImg.large .image_l,
.under main .imgBox.rowImg.large .image_r {
  max-width: 440px;
}
.under main .imgBox.rowImg.large .txt_l,
.under main .imgBox.rowImg.large .txt_r {
  width: calc(100% - 475px);
}
.under main .imgBox.rowImg.full .image_l,
.under main .imgBox.rowImg.full .image_r {
  max-width: 60vw;
}
.under main .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 main .imgBox.colImg p {
  margin-bottom: 5px;
}
.under main .imgBox.colImg p:last-child {
  margin-bottom: 0;
}
.under main .imgBox.colImg figure {
  margin-bottom: 15px;
}
.under main .imgBox.colImg .text p {
  font-size: 1em;
}
.under main .imgBox.colImg .text .ttl {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #eb7432;
}
.under main .imgBox.colImg3 .item {
  width: 32%;
}
.under main .imgBox.colImg3 img {
  max-height: 250px;
}
.under main .imgBox.colImg2 .item {
  width: 49%;
}
.under main .imgBox.colImg2 img {
  max-height: 270px;
}
.under main .imgBox.colImg1 .item {
  width: 100%;
}
.under main .acf_block h3,
.under main .acf_block h4,
.under main .acf_block h5 {
  margin-bottom: 0;
}
.under main .acf_block .text_h3 {
  margin: 45px 0 0;
}
.under main .acf_block .text_h4 {
  margin: 30px 0 0;
}
.under main .acf_block .text_h5 {
  margin: 20px 0 0;
}
.under main .acf_block .list01 {
  margin-top: 20px;
}
.under table.rollTable {
  width: 100%;
}
.under table.tbl_style01 th,
.under table.tbl_style01 td {
  border: 1px solid #707070;
  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: #565656;
  color: #fff;
  font-size: 1.125em;
  font-weight: normal;
  text-align: center;
}
.under table.tbl_style01 td {
  background-color: #fff;
  color: #383838;
  font-size: 1em;
}
.under table.tbl_style01.rowHead tr th:not(:last-child) {
  border-right: 1px solid #707070;
}
.under table.tbl_style01.colHead tr:not(:last-child) th {
  border-bottom: 1px solid #707070;
}
.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;
}
.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%;
}
.under ul.list01 li {
  background-size: 10px auto;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  letter-spacing: 1.6px;
}
.under ul.list01 li:last-child {
  padding-bottom: 0;
}
.under ul.list01 li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 0;
  top: 10px;
}
.under .list_note {
  margin-top: 15px;
  padding-left: 20px;
}
.under .list_note.no_mt {
  margin-top: 0;
}
.under .topic_path {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 1px;
  padding: 15px 0 7px;
}
.under .topic_path ul {
  background: url(../images/shared_path_icon.png) left top 5px no-repeat;
  background-size: auto 13px;
  display: block;
  padding: 2px 10px 4px 25px;
}
.under .topic_path ul::after {
  content: "";
  display: block;
  clear: both;
}
.under .topic_path ul li {
  float: left;
  text-transform: uppercase;
  color: #333;
}
.under .topic_path ul li.home {
  letter-spacing: 2.7px;
}
.under .topic_path a {
  text-decoration: none;
  color: #22b4b9;
}
.under .topic_path a:hover {
  opacity: 1;
  text-decoration: underline;
}
.under .topic_path span {
  display: inline-block;
  padding: 0 5px;
  transform: scaleX(0.6);
  color: #22b4b9;
  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: #555;
  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;
}
.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 #socialbuttons {
  display: table;
  margin: 20px auto 10px;
}
.under #socialbuttons > div {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  overflow: hidden;
}
.under #socialbuttons .line {
  margin-right: 0px;
}
.under .box_width01 {
  width: 660px;
}
.under .box_width01 h5 {
  margin-top: 10px;
}
.under .box_width01 p:last-child {
  margin-bottom: 0;
}
.under .implant_tbl01 {
  margin-top: 60px;
  margin-bottom: 81px;
}
.under .implant_tbl01 .bg01 {
  background: #fcf3e7;
  vertical-align: middle !important;
}
.under .implant_tbl01 .bg02 {
  background: #e5feff;
  vertical-align: middle !important;
}
.under .implant_tbl01 .bg03 {
  background: #e5eefa;
  vertical-align: middle !important;
}
.under .implant_tbl01 .bg04 {
  background: #eee;
  vertical-align: middle !important;
}
.under .implant_tbl01 th,
.under .implant_tbl01 td {
  border-left: none;
  border-right: none;
  vertical-align: top;
  border-color: #eee;
}
.under .implant_tbl01 th {
  width: calc(100% - 51.3333333333px);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.2px;
  padding: 21px 20px;
  background: #22b4b9;
  color: #fff;
}
.under .implant_tbl01 th:nth-child(1) {
  width: 154px;
}
.under .implant_tbl01 td {
  padding: 20px 20px 23px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 2.7px;
}
.under .implant_tbl01 td .link {
  margin-top: 7px;
  font-size: 16px;
  letter-spacing: 0.4px;
}
.under .implant_tbl01 td:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.under .implant_tbl01 .row1 td {
  padding-top: 34px;
  padding-bottom: 35px;
}
.under .clr_blue {
  color: #22b4b9;
}
.under .clr_lightblue {
  color: #009fe8;
}
.under .clr_yellow {
  color: #cba332;
}
.under .clr_orange {
  color: #e95513;
}
.under .clr_red {
  color: #f40000;
}
.under .link {
  color: #cba332;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
.under .link:before, .under .link:after {
  content: "";
  position: absolute;
}
.under .link:before {
  left: 0;
  top: 8px;
  border-top: solid 7px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 8px #cba332;
}
.under .link:after {
  height: 1px;
  left: 16px;
  right: 0;
  bottom: -3px;
  background: #cba332;
}
.under .list_icn01 li {
  background: url(../images/list_icn01.png) 0 10px no-repeat;
  padding-left: 23px;
  line-height: 1.78;
}
.under .list_icn01 li:not(:last-child) {
  margin-bottom: 10px;
}
.under .list_icn02 li {
  background: url(../images/list_icn02.png) 0 10px no-repeat;
  padding-left: 23px;
  line-height: 1.78;
}
.under .list_icn02 li:not(:last-child) {
  margin-bottom: 10px;
}
.under .box_bg01 {
  background: #fffcf7;
  padding: 20px 31px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.under .box_bg01 p:last-child {
  margin-bottom: 0;
}
.under .box_bg02 {
  background: #22b4b9;
  padding: 20px 20px 31px;
  margin-top: 30px;
  margin-bottom: 29px;
  color: #fff;
}
.under .box_bg02 p:last-child {
  margin-bottom: 0;
}
.under .box_bg02 .bold {
  letter-spacing: 2.7px;
}
.under .box_bg03 {
  background: #fff;
  border: solid 4px #22b4b9;
  padding: 40px 50px;
  margin: 50px 0;
}
.under .box_bg03:last-child,
.under .box_bg03 p:last-child {
  margin-bottom: 0;
}
.under .box_bg03 h4 {
  margin-top: 0 !important;
  font-size: 34px;
  margin-bottom: 5px;
}
.under .box_bg03 .imgBox {
  max-width: 960px;
  margin: 0 auto;
}
.under .box_bg03 .imgBox .image_l {
  width: 300px;
  margin-bottom: 0;
  padding: 0;
}
.under .box_bg03 .imgBox .image_l img {
  max-width: 250px;
}
.under .box_bg04 {
  background: #f5f5f5;
  padding: 20px 31px;
  margin-top: 20px;
}
.under .box_bg04:not(:last-child) {
  margin-bottom: 50px;
}
.under .box_bg04 p:last-child {
  margin-bottom: 0;
}
.under .box_bg05 {
  background: #fff;
  border: solid 4px #f40000;
  padding: 50px;
  margin: 50px 0;
}
.under .box_bg05:last-child,
.under .box_bg05 p:last-child {
  margin-bottom: 0;
}
.under .center {
  text-align: center;
}
.under .implant_box01 {
  background: #eefeff;
  padding: 80px 105px;
  border-radius: 10px;
  margin-top: 66px;
}
.under .implant_box01 h4 {
  display: table;
  margin: 0 auto 20px;
  font-size: 32px;
  padding: 11px 75px 15px !important;
}
.under .implant_box01 dl:not(:last-child) {
  margin-bottom: 38px;
}
.under .implant_box01 dl dt {
  border-bottom: solid 2px #22b4b9;
  font-size: 20px;
  color: #21b3b1;
  margin-bottom: 20px;
  position: relative;
  padding: 0 0 8px 24px;
  letter-spacing: 2px;
}
.under .implant_box01 dl dt:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 10px;
  background: #22b4b9;
}
.under .implant_box01 dl dd {
  margin-left: 21px;
  position: relative;
  padding-left: 15px;
  letter-spacing: 2.5px;
}
.under .implant_box01 dl dd:not(:last-child) {
  margin-bottom: 8px;
}
.under .implant_box01 dl dd:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 10px;
  background: #000000;
  border-radius: 50%;
}
.under .fsize_18 {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 2.6px;
}
.under .fsize_20 {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 2.6px;
}
.under .fsize_22 {
  font-size: 22px;
  line-height: 2;
  letter-spacing: 2.6px;
}
.under .fsize_26 {
  font-size: 26px;
  line-height: 2;
  letter-spacing: 2.6px;
}
.under .row_col {
  display: flex;
  flex-wrap: wrap;
}
.under .row_col.reverse {
  flex-direction: row-reverse;
}
.under .row_col.col2 {
  justify-content: space-between;
}
.under .row_col.col2 .col {
  width: calc(50% - 10px);
}
.under .box_point {
  position: relative;
  margin-top: 60px;
  padding-bottom: 20px;
}
.under .box_point:before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%) skewY(-4deg);
  top: 0px;
  bottom: -20px;
  z-index: 1;
}
.under .box_point.bg_yellow:before {
  background: #fffbee;
}
.under .box_point.bg_white:before {
  background: #fff;
}
.under .box_point.bg_blue:before {
  background: #e5feff;
}
.under .box_point > * {
  position: relative;
  z-index: 2;
}
.under .box_point .box_head {
  margin-bottom: 30px;
}
.under .box_point .box_head .txt01 {
  font-size: 26px;
  color: #21b3b1;
  text-align: center;
  margin: 0 0 0;
}
.under .box_point .box_head .txt01 > span {
  display: inline-block;
  position: relative;
}
.under .box_point .box_head .txt01 > span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #21b3b1;
}
.under .box_point .box_head h3 {
  border: none;
  margin: 0;
  font-size: 42px;
}
.under .box_point .box_head h3 > span {
  display: inline-block;
  position: relative;
  padding-left: 110px;
}
.under .box_point .box_head h3 .label {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 8px;
  width: 90px;
  padding: 10px 0;
}
.under .box_point .box_head h3 .label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 47px;
  border: solid 1px #21b3b1;
  border-radius: 50%;
}
.under .treatment_img03 {
  margin: -50px 0 50px;
}
.under .button01 {
  margin: 30px 0;
}
.under .button01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 90px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 2.5px;
  background: #22b7b9;
  background: linear-gradient(121deg, #22b7b9 50%, #17abad 50%);
}
.under .button01 a:before, .under .button01 a:after {
  content: "";
  position: absolute;
  height: 500px;
  width: 28px;
  transform: skewX(-31deg) translateY(-50%);
  transform-origin: 0 0;
  z-index: 1;
  top: 50%;
}
.under .button01 a:before {
  background: #15b5b7;
  left: 50%;
}
.under .button01 a:after {
  background: #10b1b3;
  left: 50%;
  margin-left: 28px;
}
.under .button01 a span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0 2px 6px;
}
.under .button01 a span:before, .under .button01 a span:after {
  content: "";
  position: absolute;
}
.under .button01 a span:before {
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.under .button01 a span:after {
  width: 30px;
  height: 11px;
  background: url(../images/icon_arrow_white01.png) right center no-repeat;
  background-size: auto 100%;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.under .button02 {
  margin: 30px 0;
  text-align: center;
}
.under .button02 a {
  padding: 20px 20px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0;
  background: #e75a24;
}
.under .txt_note {
  font-size: 13px;
  color: #666;
}
.under .treatment_box01 {
  background: #23b4b9;
  padding: 40px 40px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.under .treatment_box01 .box_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
.under .treatment_box01 .col:nth-child(1) {
  width: 60%;
}
.under .treatment_box01 .col:nth-child(2) {
  width: 40%;
}
.under .treatment_box_price {
  background: #ddfafb;
  padding: 10px 50px 30px;
  border-radius: 10px;
}
.under .treatment_box_price:not(:first-child) {
  margin-top: 10px;
}
.under .treatment_price_arrow {
  position: relative;
  margin: 20px 0 0;
}
.under .treatment_price_arrow:before {
  content: "";
  display: block;
  position: absolute;
  border-left: solid 60px transparent;
  border-right: solid 60px transparent;
  border-top: solid 20px #007473;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.under .treatment_price01 {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
}
.under .treatment_price01 .txt_large {
  font-size: 150%;
}
.under .treatment_price01 .txt_small {
  font-size: 75%;
}
.under .treatment_price01 .bg {
  display: inline-block;
  position: relative;
}
.under .treatment_price01 .bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 20px;
}
.under .treatment_price01 .txt {
  position: relative;
  z-index: 2;
}
.under .treatment_price01.bg_blue .bg:before {
  background: #bae2f8;
}
.under .treatment_price01.bg_yellow .bg:before {
  background: #f7b52c;
}
.under .treatment_circle {
  width: 300px;
  height: 300px;
  background: #ffffe8;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #e95513;
}
.under .treatment_box02 {
  max-width: 960px;
  margin: 0 auto;
}
.under .treatment_box_bg_img01 {
  background: url(../images/treatment_box_bg_img01.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px;
  margin-bottom: 40px;
  border-radius: 5px;
}
.under .treatment_img01 .image_l {
  max-width: 180px;
}
.under .treatment_box_bg_img01 h4 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.5);
}
.under .flow_list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}
.under .flow_list01 li {
  width: calc(20% - 16px);
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
}
.under .flow_list01 li:nth-child(5n+0) {
  margin-right: 0;
}
.under .flow_list01 li:before {
  content: "";
  position: absolute;
  border-right: solid 1px #22b4b9;
  border-bottom: solid 1px #22b4b9;
  transform: rotate(-45deg) skew(-10deg, -10deg) translateX(-50%);
  transform-origin: 0 0;
  padding: 4px;
  right: -15px;
  top: 50%;
  margin-top: -2px;
}
.under .flow_list01 li:nth-child(5):before, .under .flow_list01 li:nth-child(10):before {
  display: none;
}
.under .flow_list01 li a {
  display: flex;
  align-items: center;
  height: 100%;
  background: #22b4b9;
  color: #fff;
  padding: 10px 10px 10px 60px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
.under .flow_list01 li a:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  left: 0;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.8);
}
.under .flow_list01 li:nth-child(1) a:before {
  content: "1";
}
.under .flow_list01 li:nth-child(2) a:before {
  content: "2";
}
.under .flow_list01 li:nth-child(3) a:before {
  content: "3";
}
.under .flow_list01 li:nth-child(4) a:before {
  content: "4";
}
.under .flow_list01 li:nth-child(5) a:before {
  content: "5";
}
.under .flow_list01 li:nth-child(6) a:before {
  content: "6";
}
.under .flow_list01 li:nth-child(7) a:before {
  content: "7";
}
.under .flow_list01 li:nth-child(8) a:before {
  content: "8";
}
.under .flow_list01 li:nth-child(9) a:before {
  content: "9";
}
.under .flow_list01 li:nth-child(10) a:before {
  content: "10";
}
.under .flow_box {
  background: #fafafa;
  padding: 50px;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}
.under .flow_box h3 {
  position: relative;
  margin-top: 0;
  background: #fff;
}
.under .flow_box h3 .label {
  position: absolute;
  left: 0;
  color: #fff;
  top: 0;
  bottom: 0;
  width: 100px;
  border-radius: 0;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25b3b9;
}
.under .flow_box h3 .label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #25b3b9;
  right: -7px;
  transform: rotate(45deg);
  border-radius: 2px;
}
.under .flow_arrow {
  position: relative;
  margin: 40px 0 30px;
}
.under .flow_arrow:before {
  content: "";
  display: block;
  position: absolute;
  border-left: solid 40px transparent;
  border-right: solid 40px transparent;
  border-top: solid 40px #25b3b9;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.under .flow_arrow + .flow_box {
  margin-top: 20px;
}
.under .cost_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.under .cost_box01 .col {
  width: 47%;
  position: relative;
}
.under .cost_box01 .col:first-child:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/icon_plus.png) 0 0 no-repeat;
  background-size: auto 100%;
  top: 50%;
  right: -60px;
  transform-origin: 0 0;
}
.under .cost_box01 .clr01 {
  color: #ff7ba2;
}
.under .cost_box01 .clr02 {
  color: #29a1d8;
}
.under .cost_box01 .bg01,
.under .cost_box01 .bg02 {
  padding: 30px;
  border-radius: 10px;
}
.under .cost_box01 .bg01 {
  background: #ffedf3;
}
.under .cost_box01 .bg02 {
  background: #e9f8ff;
}
.under .cost_box01 dl:not(:last-child) {
  margin-bottom: 15px;
}
.under .cost_box01 dl dt {
  font-size: 16px;
  font-weight: 600;
}
.under .cost_box01 dl dd {
  padding-left: 23px;
  font-size: 14px;
}
.under .cost_box01 .ttl01 {
  line-height: 1.5;
}
.under .cost_box01 .img_l {
  width: 35%;
  margin: 7px 20px 0 0;
  float: left;
}
.under .cost_box01 .img_l img {
  margin: 0;
}
.under .cost_box01 .txt_r {
  width: calc(65% - 20px);
  float: right;
}
.under .cost_ttl01 {
  font-size: 20px;
  font-weight: 700;
  color: #ff7ba2;
  border-bottom: solid 2px #ff7ba2;
}
.under .cost_ttl01:not(:first-child) {
  margin-top: 50px;
}
.under .cost_ttl02 {
  font-size: 20px;
  font-weight: 700;
  color: #29a1d8;
  border-bottom: solid 2px #29a1d8;
}
.under .cost_ttl02:not(:first-child) {
  margin-top: 50px;
}
.under .cost_box02 {
  background: #fff9fb;
  padding: 50px;
  border-radius: 10px;
  margin: 30px 0 50px;
}
.under .cost_box02 table:not(:last-child) {
  margin-bottom: 30px;
}
.under .cost_box02 table th,
.under .cost_box02 table td {
  background: #fff;
  border: solid 2px #fff9fb;
  padding: 20px 50px;
}
.under .box_col2,
.under .box_col3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
}
.under .box_col2 .col,
.under .box_col3 .col {
  margin-top: 30px;
  margin-right: 3%;
}
.under .box_col2 .col {
  width: 48.5%;
}
.under .box_col2 .col:nth-child(2n+0) {
  margin-right: 0;
}
.under .box_col3 .col {
  width: 31.334%;
}
.under .box_col3 .col:nth-child(3n+0) {
  margin-right: 0;
}
.under .cost_box03 {
  background: #edf9ff;
  border-radius: 10px;
  margin: 30px 0 50px;
  padding: 50px;
}
.under .cost_box03 .box_col3 {
  padding-top: 20px;
}
.under .cost_box03 .box_col3 dl dt {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.under .cost_box03 .box_col3 dl dd {
  line-height: 2.2;
  letter-spacing: 2px;
}
.under .cost_tbl01 {
  margin-bottom: 50px;
}
.under .cost_tbl01 table {
  border: solid 5px #22b4b9;
}
.under .cost_tbl01 table th,
.under .cost_tbl01 table td {
  padding: 20px 50px;
  border: solid 2px #22b4b9;
}
.under .cost_box_img01 {
  display: flex;
  margin-bottom: 20px;
}
.under .cost_box_img01 .img_l {
  width: 30%;
  margin-right: 20px;
}
.under .cost_box_img01 .txt_r {
  width: calc(70% - 20px);
}
.under .cost_silver_plan,
.under .cost_gold_plan {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 30px;
}
.under .cost_silver_plan .col,
.under .cost_gold_plan .col {
  margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.under .cost_silver_plan .col:before,
.under .cost_gold_plan .col:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icon_plus.png) 0 0 no-repeat;
  background-size: auto 100%;
}
.under .cost_silver_plan .col1,
.under .cost_gold_plan .col1 {
  font-size: 26px;
}
.under .cost_silver_plan .col1:before,
.under .cost_gold_plan .col1:before {
  background-image: url(../images/icon_equal.png);
}
.under .cost_silver_plan .txt01,
.under .cost_gold_plan .txt01 {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.under .cost_silver_plan .txt02,
.under .cost_gold_plan .txt02 {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  display: inline-block;
}
.under .cost_silver_plan .col {
  width: calc(33.3333333333% - 34px);
  border: solid 3px #dee0df;
}
.under .cost_silver_plan .col1 {
  background: rgb(248, 248, 248);
  background: linear-gradient(306deg, rgb(248, 248, 248) 25%, rgb(220, 222, 221) 46%, rgb(248, 248, 248) 69%);
  border: none;
}
.under .cost_silver_plan .col3 {
  margin-right: 0;
}
.under .cost_silver_plan .col3:before {
  display: none;
}
.under .cost_gold_plan .col {
  width: calc(25% - 72px);
  border: solid 3px #f9e15a;
}
.under .cost_gold_plan .col1 {
  width: calc(33.3333333333% - 34px);
  background: rgb(245, 209, 0);
  background: linear-gradient(306deg, rgb(245, 209, 0) 25%, rgb(251, 235, 147) 46%, rgb(245, 209, 0) 69%);
  border: none;
}
.under .cost_gold_plan .col4 {
  margin-right: 0;
}
.under .cost_gold_plan .col4:before {
  display: none;
}
.under .cost_silver_plan .col1 .box_in,
.under .cost_gold_plan .col1 .box_in {
  background: url(../images/icon_logo.png) left center no-repeat;
  background-size: auto 32px;
  padding-left: 40px;
}
.under .cost_ttl03 {
  font-size: 26px;
  font-weight: 700;
  color: #29a1d8;
  border-bottom: solid 2px #29a1d8;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px;
}
.under .cost_ttl03:not(:first-child) {
  margin-top: 50px;
}
.under .cost_list_item {
  max-width: 900px;
  margin: 0 auto;
}
.under .cost_list_item dl {
  overflow: hidden;
  border-bottom: solid 1px white;
  padding: 10px 0;
}
.under .cost_list_item dl dt {
  float: left;
  font-weight: bold;
}
.under .cost_list_item dl dd {
  float: right;
}
.under .consultation_banner01 {
  margin-bottom: 80px;
}
.under .consultation_banner01 .box_in {
  background: #007473;
  padding: 40px;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.under .consultation_banner01 .txt01 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 5px;
  color: #fff;
}
.under .consultation_banner01 .txt01 .txt_large {
  font-size: 200%;
}
.under .consultation_banner01 .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
}
.under .consultation_question,
.under .consultation_answer {
  position: relative;
}
.under .consultation_question .label,
.under .consultation_answer .label {
  position: absolute;
  top: 0;
  left: 0;
  background: #0e9896;
  color: #fff;
  padding: 20px 50px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  font-size: 26px;
}
.under .consultation_question {
  background: #f5f5f5;
  margin-bottom: 80px;
}
.under .consultation_question .txt01 {
  font-size: 50px;
  line-height: 1.6;
  padding: 80px 80px 50px;
  color: #20b5b4;
  font-weight: 700;
  letter-spacing: 4px;
}
.under .consultation_question .img {
  position: absolute;
  bottom: 0;
  right: -20px;
}
.under .consultation_answer .txt01 {
  text-align: center;
  font-size: 32px;
  color: #20b5b4;
  font-weight: 700;
}
.under .consultation_answer .txt02 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #20b5b4;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: 40px;
}
.under .consultation_answer .txt02 .txt_large {
  font-size: 200%;
}
.under .consultation_box01 {
  background: #f3ffff;
  padding: 50px;
  border-radius: 10px;
  margin-top: 50px;
  position: relative;
}
.under .consultation_box01 .img_head {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
}
.under .consultation_box01 .box_head {
  width: 75%;
}
.under .consultation_box01 .box_head h3 {
  border-top: 0;
  padding-top: 0;
  text-align: left;
  margin-bottom: 30px;
}
.under .consultation_box01 .box_head h3 .txt_small {
  display: inline-block;
  margin-left: -10px;
}
.under .consultation_box01 .box_col2 {
  margin-top: 0px;
  position: relative;
}
.under .consultation_box01 .box_col2:before, .under .consultation_box01 .box_col2:after {
  content: "";
  position: absolute;
}
.under .consultation_box01 .box_col2:before {
  width: 50px;
  height: 50px;
  background: url(../images/icon_plus.png) 0 0 no-repeat;
  background-size: auto 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.under .consultation_box01 .box_col2:after {
  width: 1px;
  top: 30px;
  bottom: 0;
  left: 50%;
  background: rgba(0, 0, 0, 0.05);
}
.under .consultation_box01 .box_col2 .col {
  width: 44%;
  margin-right: 12%;
}
.under .consultation_box01 .box_col2 .col:nth-child(2n+0) {
  margin-right: 0;
}
.under .consultation_box01 .box_col2 dl dt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #009f93;
}
.under .consultation_box01 .box_col2 dl dt .txt_small {
  font-size: 75%;
}
.under .consultation_box01 .box_col2 dl dd {
  line-height: 2.2;
  letter-spacing: 1px;
}
.under .consultation_box02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.under .consultation_box02 .col1 {
  width: 55%;
}
.under .consultation_box02 .col2 {
  width: 40%;
}
.under .consultation_box02 h3 {
  border: none;
  padding: 0;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
}
.under .consultation_box02 .pos {
  font-size: 18px;
  margin: 0 0 30px;
  letter-spacing: 1.5px;
  font-weight: 600;
  line-height: 1.6;
  border-top: solid 1px #f5f5f5;
  padding-top: 30px;
  text-align: center;
}
.under .consultation_box02 .name {
  font-size: 36px;
  color: #735a14;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 4.5px;
  margin-bottom: 30px;
  text-align: center;
}
.under .consultation_box02 .en {
  font-size: 16px;
  color: #cba332;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 2.2;
  border-top: solid 1px #f5f5f5;
  padding-top: 30px;
  text-align: center;
}
.under .consultation_box03 {
  background: #f3ffff;
  padding: 50px;
  border-radius: 10px;
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.under .consultation_box03 .col1 {
  width: 200px;
}
.under .consultation_box03 .col2 {
  width: calc(100% - 240px);
}
.under .consultation_box03 .pos {
  font-size: 18px;
  margin: 0 0 10px;
  letter-spacing: 1.5px;
  font-weight: 600;
  line-height: 1.6;
}
.under .consultation_box03 .name {
  line-height: 1.7;
  letter-spacing: 4.5px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
}
.under .consultation_box03 .name > span {
  display: inline-block;
  vertical-align: middle;
}
.under .consultation_box03 .name .jp {
  font-size: 36px;
  color: #735a14;
  font-weight: 700;
  margin-right: 40px;
}
.under .consultation_box03 .name .en {
  font-size: 16px;
  color: #cba332;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 1.6px;
}
.under .consultation_box03 .img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}
.under .consultation_ttl01 {
  font-size: 40px;
  text-align: center;
  color: #cba332;
  line-height: 1.6;
  margin-bottom: 70px;
  font-weight: 700;
}
.under .consultation_ttl02 {
  height: 400px;
  position: relative;
  margin-bottom: 40px;
}
.under .consultation_ttl02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
  background: #22b4b9 url(../images/consultation_ttl02_bg.jpg) center center no-repeat;
  background-size: cover;
  margin: 0;
}
.under .consultation_ttl02 .box_head {
  margin-left: 10%;
  position: relative;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 116, 115, 0.9);
  border-radius: 10px;
  padding: 30px;
}
.under .consultation_ttl02 h3 {
  border: none;
  color: #fff;
  padding: 0;
  text-align: left;
}
.under .consultation_ttl02:after {
  content: "";
  position: absolute;
  width: 466px;
  height: 380px;
  background: url(../images/consultation_img03.png) 0 0 no-repeat;
  left: 50%;
  bottom: 0;
  margin-left: 50px;
}
.under .consultation_bg01 {
  height: 600px;
  position: relative;
  margin-top: 80px;
}
.under .consultation_bg01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f5f5f5;
  margin: 0;
}
.under .consultation_btn_link {
  position: absolute;
  right: 0;
  bottom: -88px;
}
.under .consultation_btn_link a {
  display: block;
  font-size: 16px;
  width: 300px;
  height: 70px;
}
.under .consultation_btn_link a span {
  padding-right: 50px;
}
.under .faq_box {
  background: rgba(0, 0, 0, 0.02);
  margin-bottom: 5px;
  padding: 30px;
  border-radius: 10px;
}
.under .faq_box dt,
.under .faq_box dd {
  position: relative;
  padding-left: 60px;
}
.under .faq_box dt:before,
.under .faq_box dd:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #a9a2a2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Crimson Text", serif;
  color: #696767;
  font-weight: 700;
  left: 0;
  top: 0;
}
.under .faq_box dt {
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.under .faq_box dt:before {
  content: "Q";
  border-color: #cba332;
  color: #cba332;
}
.under .faq_box dd:before {
  content: "A";
}
.under .blog_date {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  font-size: 90%;
}
.under .blog_date .date {
  display: inline-block;
  background: #22b4b9;
  color: #fff;
  padding: 0 10px;
  line-height: 27px;
}
.under .blog_date .tag {
  display: inline-block;
  margin-left: 2px;
  color: transparent;
  font-size: 90%;
  letter-spacing: -1em;
}
.under .blog_date .tag a {
  border: solid 1px #22b4b9;
  display: inline-block;
  margin-left: 2px;
  padding: 2px 10px 0;
  letter-spacing: 0;
  color: #22b4b9;
  font-weight: bold;
  line-height: 23px;
}
.under .blog_date + h3 {
  margin-top: 0 !important;
}
.under .img_shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 0 !important;
  border-radius: 5px;
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .under main {
    padding-bottom: 73px;
  }
  .under main p {
    letter-spacing: 1.5px;
    line-height: 2;
    margin-bottom: 15px;
  }
  .under main h3 {
    font-size: 26px;
  }
  .under main h4 {
    font-size: 22px;
  }
  .under main h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .imgBox.rowImg .image_l,
.imgBox.rowImg .image_r {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) 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;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .under .box_width01 {
    width: calc(60% - 38px);
  }
  .under .button01 a {
    height: 80px;
    font-size: 20px;
    letter-spacing: 1.5px;
  }
  .under .box_point {
    margin-top: 60px;
    padding-bottom: 20px;
  }
  .under .box_point .box_head {
    margin-bottom: 30px;
  }
  .under .box_point .box_head .txt01 {
    font-size: 20px;
  }
  .under .box_point .box_head h3 {
    font-size: 30px;
  }
  .under .box_point .box_head h3 > span {
    padding-left: 90px;
  }
  .under .box_point .box_head h3 .label {
    font-size: 16px;
    top: 4px;
    width: 70px;
    padding: 7px 0;
  }
  .under .box_point .box_head h3 .label:before {
    height: 38px;
  }
  .under .treatment_box01 {
    padding: 20px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .under .treatment_box01 .box_in {
    max-width: 800px;
  }
  .under .treatment_box_price {
    padding: 20px 30px 20px;
  }
  .under .treatment_box_price .fsize_20 {
    font-size: 16px;
  }
  .under .treatment_price01 {
    font-size: 20px;
  }
  .under .treatment_price01 .bg:before {
    bottom: -10px;
    height: 20px;
  }
  .under .treatment_circle {
    width: 200px;
    height: 200px;
    font-size: 24px;
  }
  .under .flow_list01 li {
    width: calc(25% - 15px);
    margin-right: 20px !important;
  }
  .under .flow_list01 li:nth-child(4n+0) {
    margin-right: 0 !important;
  }
  .under .flow_list01 li:nth-child(5):before {
    display: block;
  }
  .under .flow_list01 li:nth-child(4):before, .under .flow_list01 li:nth-child(8):before, .under .flow_list01 li:nth-child(10):before {
    display: none;
  }
  .under .flow_list01 li a {
    padding: 10px 10px 10px 40px;
    font-size: 13px;
    height: 56px;
  }
  .under .flow_list01 li a:before {
    width: 30px;
    font-size: 17px;
  }
  .under .flow_box {
    padding: 20px;
  }
  .under .flow_box h3 .label {
    width: 80px;
    font-size: 30px;
  }
  .under .cost_box01 {
    margin-bottom: 30px;
  }
  .under .cost_box01 .col {
    width: 48%;
  }
  .under .cost_box01 .col:first-child:before {
    width: 30px;
    height: 30px;
    right: -35px;
  }
  .under .cost_box01 .bg01,
.under .cost_box01 .bg02 {
    padding: 15px;
  }
  .under .cost_box01 dl dt {
    font-size: 16px;
  }
  .under .cost_box01 dl dd {
    padding-left: 18px;
  }
  .under .cost_box01 .fsize_26 {
    font-size: 22px;
  }
  .under .cost_box01 .fsize_20 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .under .cost_ttl01,
.under .cost_ttl02 {
    font-size: 16px;
  }
  .under .cost_ttl01:not(:first-child),
.under .cost_ttl02:not(:first-child) {
    margin-top: 30px;
  }
  .under .cost_box02 {
    padding: 25px;
  }
  .under .cost_box02 table th,
.under .cost_box02 table td {
    padding: 10px 20px;
  }
  .under .box_col3 {
    margin-top: -30px;
  }
  .under .box_col3 .col {
    width: 31.334%;
    margin-right: 3%;
  }
  .under .box_col3 .col:nth-child(3n+0) {
    margin-right: 0;
  }
  .under .cost_box03 {
    padding: 25px;
  }
  .under .cost_box03 .box_col3 {
    padding-top: 0px;
  }
  .under .cost_box03 .box_col3 dl dt {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .under .cost_box03 .box_col3 dl dd {
    letter-spacing: 1px;
  }
  .under .cost_tbl01 table th,
.under .cost_tbl01 table td {
    padding: 15px 20px;
  }
  .under .cost_silver_plan .col,
.under .cost_gold_plan .col {
    margin-right: 30px;
    padding: 5px;
    font-size: 16px;
  }
  .under .cost_silver_plan .col:before,
.under .cost_gold_plan .col:before {
    width: 20px;
    height: 20px;
    right: -25px;
  }
  .under .cost_silver_plan .col1,
.under .cost_gold_plan .col1 {
    font-size: 22px;
  }
  .under .cost_silver_plan .txt01,
.under .cost_gold_plan .txt01 {
    font-size: 14px;
  }
  .under .cost_silver_plan .txt02,
.under .cost_gold_plan .txt02 {
    font-size: 10px;
  }
  .under .cost_silver_plan .col {
    width: calc(33.3333333333% - 20px);
  }
  .under .cost_silver_plan .col3 {
    margin-right: 0;
  }
  .under .cost_gold_plan .col {
    width: calc(25% - 45px);
  }
  .under .cost_gold_plan .col1 {
    width: calc(33.3333333333% - 20px);
  }
  .under .cost_gold_plan .col4 {
    margin-right: 0;
  }
  .under .cost_ttl03 {
    font-size: 22px;
  }
  .under .consultation_ttl02 .box_head {
    margin-left: 5%;
  }
  .under .consultation_ttl02:after {
    margin-left: 0px;
  }
  .under .consultation_banner01 .box_in {
    padding: 20px;
    max-width: 500px;
  }
  .under .consultation_banner01 .txt01 {
    font-size: 26px;
  }
  .under .consultation_question .label,
.under .consultation_answer .label {
    padding: 10px 30px;
    font-size: 20px;
  }
  .under .consultation_question .txt01 {
    font-size: 4.5vw;
    padding: 7% 8% 5%;
  }
  .under .consultation_question .img {
    width: 45%;
  }
  .under .consultation_answer .txt01 {
    font-size: 2.5vw;
  }
  .under .consultation_answer .txt02 {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .under .cost_box01 .col {
    width: 100%;
  }
  .under .cost_box01 .col:first-child {
    margin-bottom: 50px;
  }
  .under .cost_box01 .col:first-child:before {
    top: auto;
    right: 50%;
    bottom: -45px;
    transform: translateX(50%);
  }
}
/* 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: #555;
  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;
}
#pagination a.prev, #pagination a.next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
  color: transparent;
}
#pagination span.prev, #pagination span.next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
  color: transparent;
}
#pagination a.prev,
#pagination span.prev {
  background-image: url(../images/shared_blog_arrow_prev.svg);
}
#pagination a.next,
#pagination span.next {
  background-image: url(../images/shared_blog_arrow_next.svg);
}
#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;
}

@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;
  }
}
.blog-content h4 {
  border-bottom: 1px solid #ea6386;
  text-align: center;
  font-weight: 600;
}
.blog-content .date {
  margin-bottom: 20px;
  text-align: center;
  color: #ea6386;
}

.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 #f5f5f5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog_list_style01 .item figure {
  position: relative;
  overflow: hidden;
  width: 220px;
  height: 220px;
  border: solid 1px #f5f5f5;
}
.blog_list_style01 .item figure img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
}
.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%;
}
.blog_list_style01 .item .info .date .tag {
  display: inline-block;
  margin-left: 10px;
  color: transparent;
  font-size: 90%;
  letter-spacing: -1em;
}
.blog_list_style01 .item .info .date .tag a {
  border: solid 1px #0e9896;
  display: inline-block;
  margin-left: 2px;
  padding: 1px 10px;
  color: #0e9896;
  letter-spacing: 0;
  border-radius: 2px;
}
.blog_list_style01 .item .info .ttl {
  margin-bottom: 10px;
  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 {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.blog_list_style01 .item .info .button a {
  background: #0e9896;
  position: relative;
  z-index: 1;
  display: block;
  padding: 5px 10px;
  font-size: 90%;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .blog_list_style01 .item figure {
    width: 150px;
    height: 150px;
  }
  .blog_list_style01 .item .info {
    width: calc(100% - 180px);
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .blog_list_style01 .item figure {
    width: 80px;
    height: 80px;
  }
  .blog_list_style01 .item .info {
    width: calc(100% - 100px);
    padding-bottom: 0px;
  }
}
.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: #1b1b1b;
}
.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% - 340px);
}
.main_blog_container .main_blog_content > div {
  padding-top: 0;
}
.main_blog_container .sidebar {
  width: 300px;
}
.main_blog_container .sidebar .txt_head {
  background-color: rgba(0, 0, 0, 0.07);
  margin-bottom: 0;
  padding: 15px 20px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
}
.main_blog_container .sidebar .widgettitle {
  background-color: rgba(0, 0, 0, 0.07);
  margin-bottom: 0;
  padding: 15px 20px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
}
.main_blog_container .sidebar .widgettitle + ul {
  background: rgba(0, 0, 0, 0.03);
}
.main_blog_container .sidebar .widgettitle + ul:not(:last-child) {
  margin-bottom: 40px;
}
.main_blog_container .sidebar .widgettitle + ul:not(.children) > li {
  padding: 15px 20px;
}
.main_blog_container .sidebar .widgettitle + ul:not(.children) > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main_blog_container .sidebar .widgettitle + ul:not(.children) > li a:hover {
  text-decoration: underline;
  opacity: 1;
}
.main_blog_container .sidebar .widgettitle + ul.children {
  padding: 7px 7px;
}
.main_blog_container .sidebar .widgettitle + ul.children li {
  padding-bottom: 5px;
}
.main_blog_container .sidebar .widgettitle + ul.children li:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .main_blog_container .main_blog_content,
.main_blog_container .sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .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;
  /* &.prev, &.next { span { display: block; a { &::after { content: ""; background-repeat: no-repeat; background-position: center; background-size: auto 10px; transform: translateY(-50%); position: absolute; top: 50%; width: 15px; height: 15px; text-decoration: none !important; } } } } &.prev { a { padding-left: 25px; &::after { background-image: url(../images/angle-double-left.svg); left: 7px; } } } &.next { a { padding-right: 25px; &::after { background-image: url(../images/angle-double-right.svg); right: 7px; } } } &:hover { &.prev { a { &::after { } } } &.next { a { &::after { } } } } */
}
.blog_post_button > div::before, .blog_post_button > div::after {
  content: "";
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog_post_button > div::before {
  background-color: #000;
}
.blog_post_button > div::after {
  border: 1px solid #000;
  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;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.contact-form-style01 .contact-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 1rem;
}
.contact-form-style01 .contact-table input {
  width: 100%;
}
.contact-form-style01 .contact-table textarea {
  max-width: 100%;
  width: 100%;
  height: 7em;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table textarea {
  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 {
  width: 250px;
}
.contact-form-style01 .contact-table dt span {
  border-radius: 3px;
  padding: 4px 10px;
  margin-left: 5px;
  font-size: 70%;
  line-height: 1;
  float: right;
  margin: 4px 25px 0 0;
}
.contact-form-style01 .contact-table dd {
  width: calc(100% - 250px);
  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 {
  outline: 0;
}
.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: 640px;
  margin: 40px auto 0;
}
.contact-form-style01 .input_btn input,
.contact-form-style01 .input_btn a {
  color: inherit;
}
.contact-form-style01 .button.thanks_btn input,
.contact-form-style01 .button.thanks_btn a {
  color: inherit;
}
.contact-form-style01 .input_btn input[type=button], .contact-form-style01 .input_btn input[type=submit] {
  display: block;
  border: none;
  min-width: 300px;
  padding: 15px 20px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}
.contact-form-style01 .button.thanks_btn {
  display: block;
  border: none;
  min-width: 300px;
  padding: 15px 20px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}
.contact-form-style01 .input_btn input[type=button]:hover, .contact-form-style01 .input_btn input[type=submit]:hover {
  opacity: 0.8;
}
.contact-form-style01 .button.thanks_btn:hover {
  opacity: 0.8;
}
.contact-form-style01 .input_btn input[type=button], .contact-form-style01 .input_btn input[type=submit] {
  background: #23b4b9;
  color: #fff;
}
.contact-form-style01 .button.thanks_btn {
  background: #23b4b9;
  color: #fff;
}
.contact-form-style01 .contact-table {
  max-width: 800px;
  margin: 0 auto;
}
.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 dl {
  border-bottom: solid 1px #f5f5f5;
  padding: 15px 0;
}
.contact-form-style01 .contact-table dt,
.contact-form-style01 .contact-table dd {
  padding: 0;
}
.contact-form-style01 .contact-table dt span {
  background-color: #ff3c7f;
  color: #fff;
}
.contact-form-style01 .wpcf7-not-valid-tip {
  display: block;
  margin: 3px 7px 0;
}

.contact-form-style02 {
  background: url(../images/contact-form-bg.jpg);
  padding: 80px 50px 80px;
}
.contact-form-style02 .contact-table {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form-style02 .contact-table input:not([type=radio]):not([type=checkbox]) {
  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 {
  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;
  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 {
  color: inherit;
}
.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 {
  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 .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] {
  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 .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 {
  background-color: #fcbb45;
}
.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: 768px) {
  .contact-form-style01 .contact-table dt {
    width: 180px;
  }
  .contact-form-style01 .contact-table dt span {
    margin-right: 15px;
  }
  .contact-form-style01 .contact-table dd {
    width: calc(100% - 180px);
  }
  .contact-form-style01 .wpcf7-list-item {
    display: block;
  }
  .contact-form-style01 .input_btn input[type=button], .contact-form-style01 .input_btn input[type=submit] {
    min-width: 200px;
    padding: 10px 15px;
    margin: 0px 10px 10px;
  }
  .contact-form-style01 .button.thanks_btn {
    min-width: 200px;
    padding: 10px 15px;
    margin: 0px 10px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .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 dt {
    margin-bottom: 5px;
  }
  .contact-form-style01 .contact-table dt span {
    float: none;
    display: inline-block;
    margin: 2px 0 0 5px;
  }
  .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*/
/*==========================================================================*/
/*==========================================================================*/
.tooltip_templates {
  display: none;
}

.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border: 4px solid #8cc8c8;
  /*border-radius: 5px;*/
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  max-width: 400px;
}
.tooltipster-sidetip .tooltipster-content {
  padding: 10px;
  color: #333;
}
.tooltipster-sidetip .tooltipster-content dl dt {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}
.tooltipster-sidetip .tooltipster-content dl dd {
  font-size: 14px;
}

.tooltipster-arrow {
  display: none !important;
}

.box_tooltip01 {
  position: relative;
}
.box_tooltip01 .list_point {
  margin: 0 !important;
}
.box_tooltip01 .list_point br {
  display: none;
}
.box_tooltip01 .tooltip {
  position: absolute;
  text-indent: -9999px;
  color: transparent;
  width: 34px;
  height: 34px;
  background: url(../images/pin.png) center center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.index03_tooltip01 .tooltip.item1 {
  left: 62%;
  top: 49.5%;
}
.index03_tooltip01 .tooltip.item2 {
  left: 40%;
  top: 14.5%;
}
.index03_tooltip01 .tooltip.item3 {
  left: 5.5%;
  top: 37%;
}
.index03_tooltip01 .tooltip.item4 {
  left: 20%;
  top: 28%;
}
.index03_tooltip01 .tooltip.item5 {
  left: 12%;
  top: 55.2%;
}
.index03_tooltip01 .tooltip.item6 {
  left: 79%;
  top: 47.5%;
}
.index03_tooltip01 .tooltip.item7 {
  left: 28.5%;
  top: 67%;
}
.index03_tooltip01 .tooltip.item8 {
  left: 53%;
  top: 31.5%;
}
.index03_tooltip01 .tooltip.item9 {
  left: 65%;
  top: 27.7%;
}
.index03_tooltip01 .tooltip.item10 {
  left: 63%;
  top: 58%;
}
.index03_tooltip01 .tooltip.item11 {
  left: 53.5%;
  top: 68%;
}
.index03_tooltip01 .tooltip.item12 {
  left: 41%;
  top: 78.5%;
}
.index03_tooltip01 .tooltip.item13 {
  left: 45%;
  top: 41.5%;
}

/**/
.index03_tooltip02 .tooltip.item1 {
  left: 41.5%;
  top: 26.5%;
}
.index03_tooltip02 .tooltip.item2 {
  left: 32%;
  top: 21.5%;
}
.index03_tooltip02 .tooltip.item3 {
  left: 37%;
  top: 31%;
}
.index03_tooltip02 .tooltip.item4 {
  left: 45%;
  top: 70.5%;
}
.index03_tooltip02 .tooltip.item5 {
  left: 54.5%;
  top: 50%;
}
.index03_tooltip02 .tooltip.item6 {
  left: 24%;
  top: 43.5%;
}
.index03_tooltip02 .tooltip.item7 {
  left: 67%;
  top: 36%;
}
.index03_tooltip02 .tooltip.item8 {
  left: 15%;
  top: 57%;
}
.index03_tooltip02 .tooltip.item9 {
  left: 76%;
  top: 42%;
}
.index03_tooltip02 .tooltip.item10 {
  left: 35%;
  top: 65.5%;
}
.index03_tooltip02 .tooltip.item11 {
  left: 58.5%;
  top: 27%;
}

@media (max-width: 1100px) {
  .box_tooltip01 .tooltip {
    width: 24px;
    height: 24px;
  }
}
.float_btn {
  position: fixed;
  right: 20px;
  bottom: 120px;
  width: 80px;
  z-index: 21;
}
.float_btn a {
  display: block;
  width: 100%;
  background: #ff0000;
  color: #fff;
  font-size: 16px;
  border: solid 3px #ff0000;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
}
.float_btn a span {
  display: inline-block;
  width: 20px;
}

@media (max-width: 1200px) {
  .float_btn {
    right: 80px;
    bottom: 20px;
    width: 180px;
    height: 60px;
    z-index: 21;
  }
  .float_btn a {
    height: 100%;
  }
  .float_btn a span {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .float_btn {
    display: none;
  }
}
.topic_banner {
  margin-top: 40px;
  padding: 0 10px;
  position: relative;
  transition: 0.3s all ease;
}
.topic_banner a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.topic_banner:hover {
  opacity: 0.8;
}

.index03 .box_text02 .box_text02_infor p:not(.index_txt02) {
  margin-top: 0;
}

.under .secH6 {
  margin-top: 40px;
}
.under .new_box01 {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.under .new_box01 .item {
  width: calc(32% - 17px);
  max-width: 340px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #f0feff;
}
.under .new_box01 .col_main {
  height: calc(100% - 100px);
  padding: 30px 10px 0 10px;
  background: #f0feff;
}
.under .new_box01 .ttl {
  margin-bottom: 0;
  font-size: 20px;
  text-align: center;
}
.under .new_box01 .item figure {
  max-height: 230px;
}
.under .new_box01 .col_arow {
  padding: 0 10px;
  text-align: center;
  background: #91dbda;
  width: 100%;
  height: 100px;
  max-width: 360px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.under .new_box01 .col_arow::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  border-top: 50px solid transparent;
  border-left: 30px solid #91dbda;
  border-bottom: 50px solid transparent;
}
.under .new_box01 .txt01 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}
.under .new_box01 .txt02 {
  margin-bottom: 0;
}
.under .new_box02 {
  max-width: 860px;
  margin: 60px auto 0 auto;
  padding: 50px 10px;
  text-align: center;
  background: #fafafa;
}
.under .new_box02 .ttl {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}
.under .new_box02 .txt {
  font-size: 18px;
  font-weight: 500;
}
.under .new_box03 {
  width: 90%;
  max-width: 862px;
  margin: 60px auto 0 auto;
  padding: 45px 60px 45px 120px;
  border: 1px solid #22b4b9;
  position: relative;
}
.under .new_box03 .head {
  padding: 7px 20px;
  color: #fff;
  background: #22b4b9;
  line-height: 1.5;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: -20px;
  left: -20px;
}
.under .new_box04 {
  width: 90%;
  max-width: 990px;
  margin: 60px auto 0 auto;
  padding: 60px 10px;
  text-align: center;
  background: #fafafa;
}
.under .new_box04 .ttl {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.6;
}
.under .new_box05 {
  margin-top: 80px;
}
.under .new_box05 .head {
  padding-left: 70px;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  background-repeat: no-repeat;
  background-position: left center;
  display: table;
  margin: 0 auto 40px auto;
}
.under .new_box05 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.under .new_box05 .box .ttl {
  margin-top: 10px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
.under .new_box05 .head.cl01 {
  color: #ff0000;
  background-image: url(../images/new_img09.png);
}
.under .new_box05 .col_2 .col {
  width: calc(50% - 40px);
  max-width: 440px;
  margin: 0 20px;
}
.under .new_box05 .col_3 .col {
  width: calc(33.3333333333% - 40px);
  max-width: 330px;
  margin: 0 20px;
}
.under .new_box05 .head.cl02 {
  padding-left: 85px;
  color: #0073c1;
  background-image: url(../images/new_img10.png);
  background-size: contain;
}
.under .new_box06 {
  margin-top: 50px;
}
.under .new_box06 .item {
  padding-bottom: 40px;
  position: relative;
}
.under .new_box06 .item::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 60px;
  background: #2ab2b0;
  height: 100%;
  width: 4px;
}
.under .new_box06 .item:last-child::before {
  display: none;
}
.under .new_box06 .item .box_ttl {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.under .new_box06 .item .box_ttl .num {
  width: 60px;
  height: 60px;
  padding-left: 5px;
  text-align: center;
  color: #fff;
  background: #2ab2b0;
  font-size: 154.55%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.under .new_box06 .item .box_ttl .ttl {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.under .new_box06 .item .txt {
  padding-left: 80px;
}
.under .new_box06 .item .infor {
  padding-left: 80px;
  margin-top: 20px;
}
.under .new_box06 .item .infor .head {
  margin-bottom: 0;
  padding: 10px 20px 10px 40px;
  font-size: 22px;
  color: #fff;
  background: #2ab2b0;
}
.under .new_box06 .item .box_flow {
  padding: 20px 50px;
  border: 1px solid #2ab2b0;
}
.under .new_box06 .item .box_flow .col {
  padding-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.under .new_box06 .item .box_flow .col:last-child {
  padding-bottom: 0;
}
.under .new_box06 .item .box_flow .col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: #2ab2b0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.under .new_box06 .item .box_flow .col::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  background: #2ab2b0;
  height: 100%;
  width: 4px;
}
.under .new_box06 .item .box_flow .col:last-child::after {
  display: none;
}
.under .new_box06 .item .box_flow .title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}
.under .new_box07 {
  width: 90%;
  max-width: 870px;
  margin: 40px auto 0 auto;
}
.under .new_box07 .item {
  width: calc(100% - 70px);
  margin: 0 auto;
  padding-left: 70px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.under .new_box07 .item::before {
  position: absolute;
  left: 0;
  top: -4px;
  padding-top: 4px;
  background: #2ab2b0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 34px;
}
.under .new_box07 .item:nth-of-type(1)::before {
  content: "1";
}
.under .new_box07 .item:nth-of-type(2)::before {
  content: "2";
}
.under .new_box07 .item:nth-of-type(3)::before {
  content: "3";
}
.under .new_box07 .col_l {
  width: 62%;
  padding-right: 10px;
}
.under .new_box07 .col_r {
  width: 38%;
  max-width: 230px;
}
.under .new_box07 .col_l .txt {
  font-size: 20px;
}
.under .new_box08 {
  margin-top: 60px;
}
.under .new_box08 .item {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.under .new_box08 .item:last-child {
  margin-bottom: 0;
}
.under .new_box08 .col_l {
  width: 59%;
}
.under .new_box08 .col_r {
  width: 40%;
}
.under .new_box08 h6 {
  font-size: 22px;
}
.under .new_box08 h6::before {
  top: 10px;
}
.under .new_box08 ul li {
  margin-bottom: 10px;
}
.under .new_box09 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.under .new_box09 .item {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px 40px 20px;
  max-width: 330px;
}
.under .new_box09 .item figure {
  margin-bottom: 15px;
}
.under .new_box09 .box_txt {
  position: relative;
  display: flex;
}
.under .new_box09 .box_txt .num {
  padding-left: 5px;
  background: #2ab2b0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.under .new_box09 .box_txt .txt {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.under .new_ttl01 {
  margin-top: 80px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  border: none;
  padding: 0;
}
.under .new_box10 {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.under .new_box10 .col_l {
  width: 30%;
  max-width: 175px;
}
.under .new_box10 .col_r {
  width: 70%;
  max-width: 640px;
  padding-left: 20px;
}
.under .new_box10 .col_r .txt_note {
  text-align: right;
}
.under .new_ttl02 {
  max-width: 940px;
  margin: 60px auto 30px auto;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000;
  background: #fff68d;
  padding: 20px 10px;
  line-height: 1.5;
}
.under .new_ttl03 {
  font-size: 30px;
  margin-top: 40px;
}
.under .new_ttl04 {
  font-size: 20px;
  margin-top: 30px;
  font-weight: 500;
}
.under .new_box11 {
  max-width: 860px;
  padding: 30px;
  margin: 50px auto 0 auto;
  border: 1px solid #000;
}
.under .new_box11 .item {
  margin-bottom: 30px;
}
.under .new_box11 .ttl {
  font-size: 20px;
  margin-bottom: 5px;
}
.under .new_box12 {
  margin: 40px 0;
}
.under .new_box13 {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.under .new_box13 .col_l {
  width: 30%;
  max-width: 323px;
}
.under .new_box13 .col_r {
  width: 70%;
  max-width: 470px;
  padding-left: 20px;
}
.under .new_box13 .col_r .ttl {
  text-align: center;
  color: #0073c1;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
}
.under .new_box14 .col_2,
.under .new_box14 .col_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.under .new_box14 .col_2 .item {
  width: calc(50% - 40px);
}
.under .new_box14 .col_3 .item {
  width: calc(33.3333333333% - 40px);
}
.under .new_box14 .item {
  max-width: 330px;
  margin: 0 20px 40px 20px;
}
.under .new_box14 .item .ttl {
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.under .new_box15 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #91dbda;
  padding: 40px 10px;
  max-width: 1080px;
  margin: 40px auto 80px auto;
}
.under .new_box15 .col_l {
  width: 45%;
}
.under .new_box15 .col_r {
  width: 55%;
  padding-left: 10px;
}
.under .new_box15 .col_l .ttl {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
.under .new_box15 ul li {
  color: #fff;
  font-size: 20px;
}
.under .new_box15 ul li::before {
  background: #fff;
  top: 12px;
}
.under .new_box16 {
  max-width: 700px;
  margin: 50px auto 0 auto;
}
.under .new_box16.list01 li {
  padding-bottom: 20px;
}
.under .new_box16 li span {
  margin-top: 10px;
  display: block;
}
.under .new_box16.list01 li::before {
  background: #2ab2b0;
  top: 9px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .under .new_box01 {
    padding-right: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .under .new_box02 .ttl {
    font-size: 28px;
  }
  .under .new_box03 {
    padding: 45px 30px 45px 30px;
  }
  .under .new_box04 .ttl {
    font-size: 22px;
  }
  .under .new_box05 .box .ttl {
    font-size: 19px;
  }
  .under .new_box06 .item .box_ttl,
.under .new_box06 .item .infor .head,
.under .new_box06 .item .box_flow .title {
    font-size: 18px;
  }
  .under .new_box07 .col_l .txt {
    font-size: 16px;
  }
  .under .new_ttl01 {
    font-size: 26px;
  }
  .under .new_ttl02 {
    font-size: 20px;
  }
  .under .new_ttl03 {
    font-size: 25px;
  }
  .under .new_ttl04 {
    font-size: 18px;
  }
  .under .new_box13 .col_r .ttl {
    font-size: 22px;
  }
  .under .new_box15 .col_l .ttl {
    font-size: 22px;
  }
  .under .new_box15 ul li {
    font-size: 16px;
  }
  .under .new_box01 .txt01 {
    font-size: 17px;
  }
  .under .new_box07 .item {
    width: 100%;
  }
}
.box_staff_info_not_flex {
  display: block;
}
.box_staff_info_not_flex .col_img {
  float: right;
  margin: 0 0 20px 20px;
}
.box_staff_info_not_flex .col_txt {
  width: 100%;
}
.box_staff_info_not_flex .col_img {
  width: 509px;
}
.box_staff_info_not_flex .col_img img {
  max-width: 100%;
  max-height: 646px;
}

.box_staff_info .col_img {
  max-width: 509px;
}

@media (min-width: 769px) and (max-width: 1000px) {
  .box_staff_info .col_img {
    max-width: 400px;
  }
}
@media only screen and (min-width: 769px) {
  .index03_tooltip02 {
    margin-top: 90px;
  }
}
.under .new_video video {
  width: 100%;
  max-width: 835px;
}

/*--------------------------------------
　症例紹介ここから_20210913追記
--------------------------------------*/
.post .txbox {
  min-height: 200px;
}

.postlink {
  border-top: 1px dotted #979797;
  padding: 10px 0 0 0;
}

.post .txbox .title {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 30px;
  color: #cf2b26;
}
.post .txbox .subtitle {
  font-weight: bold;
  padding: 5px;
  background-color: #fcfbea;
}
.post .txbox p {
  padding: 0 0 20px;
}
.post .txbox .numList dt {
  padding: 10px 10px 10px 10px !important;
}
.post .txbox .numList dt span {
  margin: 0 10px 0 0;
  display: inline-block;
  background-color: #f0f0f0;
  color: #ffffff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
}
.post .txbox .numList dt:before {
  content: "" !important;
}
.post #content .txbox .cation {
  border: none !important;
  background-color: #efefef;
  color: #000;
  padding: 25px !important;
  font-size: 18px;
}

.postsubBox .cation {
  border: none !important;
  background-color: #efefef;
  color: #000;
  padding: 25px !important;
  font-size: 18px;
}

.post .implantBox .title {
  font-size: 14px !important;
  letter-spacing: -1px;
}
.post .txbox .imgIn {
  position: relative;
}
.post .txbox .imgBox {
  background: url(../images/content/slide_Rarrow.png) no-repeat center 120px;
  margin: 0 0 30px;
}
.post .txbox .imgIn img {
  width: 100%;
}
.post .txbox .imgIn .imgTitle1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/content/bg2.png);
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
}
.post .txbox .imgIn .imgTitle2 {
  text-align: center;
}
.post .txbox .imgInBox {
  position: relative;
}
.post .txbox .imgInBox .txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px !important;
  background: url(../images/content/bg2.png);
  color: #ffffff;
  text-align: center;
}
.post .txbox .lineBox {
  background-color: #ededed;
  padding: 15px;
}
.post .txbox .lineBox2 {
  padding: 20px;
  border: 1px solid #9a9a9a;
}
.post .txbox .foreBox li {
  float: left;
  width: 23%;
  margin: 0 1%;
  font-size: 14px;
  line-height: 150%;
  border-bottom: none !important;
}
.post .txbox .listBtn li span {
  font-size: 20px;
  display: block;
  font-weight: bold;
}
.post .txbox .listBtn li a {
  border-radius: 10px;
  display: block;
  float: left;
  width: 48%;
  padding: 10px;
  margin: 0 1% 10px;
  background: url(../images/content/bg3.gif);
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
.post .txbox .fiveBox li {
  list-style: none !important;
  float: left;
  width: 18%;
  margin: 0 1%;
  font-size: 14px;
  line-height: 150%;
  border-bottom: none !important;
}
.post .txbox .postTable td:first-child, .post .txbox .postTable td:nth-child(2) {
  width: 20% !important;
}
.post .txbox .postTable td:last-child {
  width: 70% !important;
}

.toothBox {
  position: relative;
}

.toothTx {
  text-align: center;
  font-weight: bold;
  padding: 0 0 10px;
}

.toothTx2,
.toothTx3 {
  position: absolute;
  top: 50px;
  left: 0;
  font-weight: bold;
}

.toothBottom {
  border-top: 1px dotted #9f9f9f;
}

.toothBox img {
  margin: 0 5px;
}
.toothBox .toothTR {
  float: left;
  width: 50%;
  position: relative;
  border-right: 1px dotted #9f9f9f;
  padding: 0px 20px 20px 0;
}
.toothBox .toothTL {
  float: right;
  width: 50%;
  position: relative;
  padding: 0px 0 20px 20px;
}
.toothBox .toothTR .right {
  float: right;
}
.toothBox .toothTL .left {
  float: left;
}

.toothBottom .toothTR {
  padding: 20px 20px 0px 0 !important;
}
.toothBottom .toothTL {
  padding: 20px 0 0px 20px !important;
}

.toothTx5 {
  border: 1px solid #d5d5d5;
  margin: 20px 0 10px 0;
  padding: 10px;
  text-align: center;
}
.toothTx5 p {
  display: inline-block;
  padding: 0 20px 0 0 !important;
  font-size: 14px;
}
.toothTx5 p span {
  background-color: #dddddd;
  padding: 2px 5px;
  margin: 0 1px;
}

.patient .inBox .title {
  padding: 0 !important;
  margin: 0 0 10px;
  text-align: center;
  background-color: #7c7c7c;
  color: #fff !important;
}
.patient .inBox .imgBox1 {
  text-align: center;
}
.patient .inBox .imgBox1 img {
  width: 75%;
}

/*--------------------------------------
　症例紹介ここまで
--------------------------------------*/
/*--------------------------------------
　LINEフローティング_20210913追記
--------------------------------------*/
.float_btn a.float_line {
  background: #40a622;
  border: solid 3px #40a622;
  margin-bottom: 10px;
}
.float_btn a.float_line span {
  width: auto;
}

@media (max-width: 1200px) {
  .float_btn {
    width: 285px;
  }
  .float_btn a {
    width: 180px;
    float: left;
  }
  .float_btn a.float_line {
    width: 100px;
    margin-right: 5px;
  }
}
/*--------------------------------------
　記事内装飾_20211028追記
--------------------------------------*/
.entry .center {
  display: block;
  text-align: center;
}
.entry .right {
  display: block;
  text-align: right;
}
.entry .big {
  font-size: 1.2em;
}
.entry .small {
  font-size: 14px;
  color: #808080;
}
.entry .bold {
  font-weight: bold;
}
.entry .red {
  color: #ff4500;
}
.entry .blue {
  color: #0000cd;
}
.entry .marker_y {
  background: linear-gradient(transparent 40%, #fff7af 40%);
}

/*--------------------------------------
　TOP更新_20230622
--------------------------------------*/
/* オールオンフォーTOP導線 */
@media (min-width: 769px) {
  .allon4 .flex_contain .right,
.allon4 .flex_contain .left {
    width: 50%;
  }
}
@media (max-width: 769px) {
  .allon4 .flex_contain .right,
.allon4 .flex_contain .left {
    padding-top: 20px;
  }
}
.allon4 .bg-yellow {
  background: #ffffe0;
  padding: 40px 0;
}
.allon4 .flex_contain {
  min-height: auto !important;
}
.allon4 .flex_contain .right h3 {
  text-align: left !important;
}
.allon4 .flex_contain .left .btn_link {
  width: 100% !important;
  text-align: center !important;
  margin: 0 auto !important;
}
.allon4 .flex_contain .left .btn_link a {
  width: 80% !important;
  margin: 0 auto !important;
}

/*--------------------------------------
　2025 TOPページ改修
--------------------------------------*/
.home_page p,
.home_page a,
.home_page li {
  font-size: clamp(1rem, 0.977rem + 0.11vw, 1.063rem);
}
.home_page .block__img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  .home_page .block__img {
    max-width: 80%;
  }
}
.home_page .block__img-center {
  margin: 0 auto;
}
.home_page .block__section {
  margin-bottom: 70px;
}
@media (min-width: 769px) {
  .home_page .block__section {
    margin-bottom: 100px;
  }
}
.home_page .block__flex {
  display: flex;
  justify-content: space-between;
}
.home_page .block__flex-center {
  display: flex;
  align-items: center;
}
.home_page .block__flex-start {
  display: flex;
  justify-content: flex-start;
}
.home_page .heading__serif-noto {
  font-family: "Noto Serif JP", serif;
}
.home_page .align__left {
  text-align: left;
}
.home_page .c_bg-grad {
  padding: 50px 0 50px;
  background: #ebfeff;
  background: linear-gradient(234deg, rgb(235, 254, 255) 0%, rgb(255, 251, 241) 100%);
}
.home_page .c_bg-yellow {
  background: #fffbf1;
}
.home_page .c_color-blue {
  color: #23b4b9;
}
.home_page .c_color-yellow {
  color: #cca84b;
}
.home_page .c_family-serif {
  font-family: "Noto Serif JP", serif;
}
.home_page .c_border__bottom {
  border-bottom: 1px solid #000;
}
.home_page .c_border__bottom-blue {
  border-color: #23b4b9;
}
.home_page .sec_ttl_sub {
  display: inline-block;
  margin: 0 auto;
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
}
@media (min-width: 1300px) {
  .home_page .fv br.sp {
    display: none !important;
  }
}
@media (max-width: 1300px) {
  .home_page .fv br.sp {
    display: block !important;
  }
}
.home_page .fv__catch {
  text-align: center;
}
.home_page .fv__catch__main, .home_page .fv__catch__sub {
  color: #fff;
  display: inline-block;
  width: 80%;
}
.home_page .fv__catch__main {
  text-shadow: 0 0 10px #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.875rem, 1.216rem + 3.3vw, 3.688rem);
}
.home_page .fv__catch__main--accent {
  font-size: 1.37em;
}
.home_page .fv__catch__sub {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  line-height: 1.5;
  transform: translateY(7rem);
}
@media (min-width: 1300px) {
  .home_page .fv__catch__sub {
    transform: translateY(6rem);
  }
}
.home_page .fv .anime_wrap {
  position: relative;
  overflow: hidden;
}
.home_page .fv .anime_wrap .fv__catch {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 100%;
}
.home_page .fv .pattern4 img {
  opacity: 0;
  transform: scale(1.2);
  transition: 0.5s;
  width: 100%;
}
.home_page .fv .pattern4.show img {
  opacity: 1;
  transform: scale(1);
}
.home_page .fv .pattern4 .fv__catch {
  color: #fff;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.home_page .fv .pattern4.show .fv__catch {
  opacity: 1;
}
@media (min-width: 769px) {
  .home_page #counter .inner {
    display: flex;
  }
}
.home_page #counter .counter__inner {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .home_page #counter .counter__inner {
    width: 50%;
  }
}
.home_page #counter .counter__text, .home_page #counter .counter__anime {
  width: 50%;
}
.home_page #counter .counter__anime__number, .home_page #counter .counter__anime__text {
  color: #cca84b;
  font-family: "Castoro", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 769px) {
  .home_page #counter .counter__anime {
    text-align: center;
  }
}
.home_page #counter .counter__anime__number {
  font-size: clamp(2.688rem, 2.233rem + 2.27vw, 3.938rem);
}
.home_page #counter .counter__anime__text {
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
}
.home_page #counter .counter__text__item {
  margin-bottom: 5px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  position: relative;
}
.home_page #counter .counter__text__item-small {
  font-size: clamp(0.625rem, 0.557rem + 0.34vw, 0.813rem);
}
.home_page #counter .counter__text__item-border {
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  background: #23b4b9;
  width: 47%;
}
@media (min-width: 769px) {
  .home_page #counter .counter__text__item-border {
    width: calc(50% - 25vw);
  }
}
.home_page #counter .counter__img {
  aspect-ratio: 414/130;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  .home_page #counter .counter__img {
    width: 50%;
    max-width: 414px;
  }
}
.home_page .allon4-bn__inner {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .home_page .allon4-bn__inner {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
.home_page .allon4-bn__item {
  max-width: 594px;
  aspect-ratio: 594/171;
}
@media (min-width: 769px) {
  .home_page .reason__bg-top {
    background-image: url(../images/reason_bg_img.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1366/392;
  }
  .home_page .reason__bg-bottom {
    background-image: url(../images/reason_bg_img2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1366/392;
  }
}
.home_page .reason__img {
  margin: 30px auto 90px;
}
@media (min-width: 769px) {
  .home_page .reason__img {
    width: 60%;
  }
}
@media (min-width: 769px) {
  .home_page .reason__block-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.home_page .reason__block_item {
  text-align: left;
}
@media (min-width: 769px) {
  .home_page .reason__block_item {
    width: 47.619047619%;
  }
}
.home_page .reason__heading-title {
  font-size: clamp(1.5rem, 1.182rem + 1.59vw, 2.375rem);
}
.home_page .reason__heading-subtitle {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
.home_page .box_staff_list {
  width: 100%;
}
.home_page .staff_list_item {
  display: flex;
  width: 100%;
}
.home_page .staff_list_item:nth-child(n+1) {
  flex-direction: row-reverse;
}
.home_page .staff_list_item:nth-child(2n+1) {
  flex-direction: row;
}
.home_page .staff_list_item .thumb,
.home_page .staff_list_item .info {
  width: 47.619047619%;
}
.home_page .team__block {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .home_page .team__block-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.home_page .team__block_item {
  text-align: left;
}
@media (min-width: 769px) {
  .home_page .team__block_item {
    width: 47.619047619%;
  }
}
@media (min-width: 769px) {
  .home_page .team__block_item.t_right {
    text-align: right !important;
  }
}
.home_page .team__heading-title {
  font-size: clamp(1.5rem, 1.182rem + 1.59vw, 2.375rem);
}
.home_page .team__heading-small {
  margin-bottom: -5px;
}
.home_page .team__heading-subtitle {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
@media (max-width: 769px) {
  .home_page .team__heading-subtitle.heading__serif-noto, .home_page .team__heading-subtitle.c_color-blue {
    margin-bottom: 5px;
  }
}
@media (min-width: 769px) {
  .home_page .team__bg-bottom {
    background-image: url(../images/reason_bg_img2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1366/392;
  }
}
.home_page .staff__section {
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .home_page .staff__section {
    margin-top: 60px;
  }
}
.home_page .staff__info {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .home_page .staff__info_flex, .home_page .staff__info_flexreverce {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
@media (min-width: 769px) {
  .home_page .staff__info-img, .home_page .staff__info-text {
    width: 45.4545454545%;
  }
}
.home_page .staff__info_flexreverce {
  flex-direction: row-reverse;
}
@media (min-width: 920px) {
  .home_page .staff__info-img {
    max-width: 437px;
    width: 100%;
  }
}
@media (max-width: 920px) {
  .home_page .staff__info-img {
    max-width: 100%;
  }
}
.home_page .staff__info-position {
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px solid #23b4b9;
  margin-bottom: 0;
  margin-right: 10px;
}
.home_page .staff__info-position + .staff__info-position {
  margin-top: 0;
}
@media (max-width: 769px) {
  .home_page .staff__info-position {
    margin-top: 20px;
  }
}
.home_page .staff__info-name {
  font-size: 22px;
}
.home_page .staff__info-name .small {
  font-size: 0.8em;
  margin-left: 10px;
}
.home_page .staff__info-index {
  padding: 20px;
  height: auto;
  background: #ebfeff;
}
.home_page .staff__info-list {
  display: inline-block;
  width: 100%;
}
@media (min-width: 1024px) {
  .home_page .staff__info-list {
    width: 50%;
  }
}
.home_page .staff__info-list::before {
  content: "・";
  color: #23b4b9;
}
.home_page .staff__info_subimg {
  display: flex;
}
.home_page .staff__info_subimg li {
  display: block;
  width: 40%;
  margin-right: 0.5%;
}
.home_page .staff__info_btn {
  position: relative;
  display: block;
  border-radius: 5px;
  border: 1px solid #cca84b;
  color: #cca84b;
  background: #fff;
  padding: 15px;
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .home_page .staff__info_btn {
    max-width: 248px;
  }
}
.home_page .staff__info_btn svg {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.home_page .staff__info_btn .arrow {
  stroke: #cca84b !important;
}
.home_page .staff__info_btn:hover {
  background: #cca84b;
  color: #fff;
}
.home_page .staff__info_btn:hover .arrow {
  stroke: #fff !important;
}
.home_page .tech {
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .home_page .tech {
    overflow: hidden;
    padding-bottom: 80px;
  }
}
.home_page .tech__border {
  position: relative;
  z-index: 2;
  background: #10b1b3;
  width: 1px;
  height: 80px;
  left: 50%;
  top: 80px;
  transform: translateY(-50%);
}
.home_page .tech__flex {
  display: flex;
}
@media (min-width: 769px) {
  .home_page .tech__flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .home_page .tech__flex-reverce {
    flex-direction: row-reverse;
  }
}
.home_page .tech__item-textarea, .home_page .tech__item-img {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .home_page .tech__item-textarea {
    width: 55%;
  }
}
@media (min-width: 769px) {
  .home_page .tech__item-img {
    width: 40%;
  }
}
.home_page .tech__item-full {
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 769px) {
  .home_page .tech__item-full {
    position: absolute;
    right: -1%;
  }
}
@media (min-width: 769px) {
  .home_page .treatment__flex {
    display: flex;
    justify-content: space-between;
  }
}
.home_page .treatment__item {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .home_page .treatment__item {
    width: 47.619047619%;
  }
}
@media (min-width: 769px) {
  .home_page .treatment h3 {
    margin-top: 30px;
  }
}
.home_page .treatment__border {
  background: #10b1b3;
  width: 1px;
  height: 50px;
  margin: 20px 0;
}
.home_page .equipment {
  position: relative;
}
.home_page .equipment__border {
  position: absolute;
  z-index: 2;
  background: #10b1b3;
  width: 1px;
  height: 80px;
  left: 50%;
  transform: translateY(-50%);
}
@media (min-width: 920px) {
  .home_page .equipment__flex {
    display: flex;
  }
}
.home_page .equipment__item-ttl, .home_page .equipment__item-des {
  width: 100%;
}
@media (min-width: 920px) {
  .home_page .equipment__item-ttl {
    width: 30%;
  }
  .home_page .equipment__item-des {
    width: 70%;
  }
}
.home_page .equipment .loop_area {
  margin-top: 50px;
  display: flex;
  /* スライドのグループを横並び */
  overflow: hidden;
  /* はみ出たスライドを隠す */
}
.home_page .equipment .loop_area .loop_right {
  -webkit-animation: loop_animation_right 30s linear infinite;
          animation: loop_animation_right 30s linear infinite;
  display: flex;
}
.home_page .equipment .loop_area .loop_right li {
  width: 45.4545454545vw;
  aspect-ratio: 507/338;
  margin-left: 7px;
  margin-right: 7px;
}
@media (min-width: 920px) {
  .home_page .equipment .loop_area .loop_right li {
    width: 31.25vw;
  }
}
.home_page .equipment .loop_area .loop_right li img {
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  .home_page .equipment .loop_area .loop_right li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.home_page .equipment .loop_area .loop_right li:nth-child(2n) {
  margin-top: -20px;
}
.home_page .equipment .loop_area .loop_right li:nth-child(2n+1) {
  margin-top: 20px;
}
@-webkit-keyframes loop_animation_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_animation_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home_page .ayumi__heading {
  text-align: left !important;
}
.home_page .ayumi__heading-small {
  font-size: 0.8em;
  margin-bottom: 0;
}
.home_page .ayumi__heading-title {
  font-size: clamp(2.375rem, 2.307rem + 0.34vw, 2.563rem);
}
.home_page .ayumi__heading-title-s {
  font-size: 0.8em;
  vertical-align: baseline;
}
.home_page .ayumi__catch {
  padding-top: 30px;
  font-size: 20px;
  text-align: left;
}
@media (min-width: 769px) {
  .home_page .ayumi__catch {
    text-align: center;
  }
}
.home_page .ayumi__img_icon {
  margin-right: 10px;
  width: 62px;
}
@media (min-width: 769px) {
  .home_page .ayumi__img_icon {
    width: 85px;
  }
}
.home_page .ayumi__item {
  padding-top: 20px;
  padding-bottom: 130px;
}
@media (max-width: 1024px) {
  .home_page .ayumi__item {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .home_page .ayumi__item_right, .home_page .ayumi__item_left {
    width: calc(43.4782608696% - 50px);
  }
}
.home_page .ayumi__item_left {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .home_page .ayumi__item_left {
    display: block !important;
    margin-left: auto;
    margin-right: 0;
  }
  .home_page .ayumi__item_left img {
    max-width: 247px;
  }
}
@media (max-width: 1024px) {
  .home_page .ayumi__item_right {
    margin-left: 10px;
  }
}
.home_page .ayumi__item_right-ttl {
  font-size: 30px;
  color: rgba(35, 180, 185, 0.3);
}
.home_page .ayumi__item_right-wt {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.14);
}
.home_page .ayumi__table {
  display: flex;
  flex-wrap: wrap;
}
.home_page .ayumi__table_item {
  width: 43.4782608696%;
  max-width: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .home_page .ayumi__table_item {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .home_page .ayumi__table_item {
    width: 43.4782608696%;
  }
}
@media (max-width: 768px) {
  .home_page .ayumi__table_item {
    width: 100%;
  }
}
.home_page .ayumi__table_item-wt {
  background: #fff;
}
.home_page .ayumi__table_item-date, .home_page .ayumi__table_item-data {
  font-size: 10px;
  padding: 10px;
}
.home_page .ayumi__table_now {
  display: flex;
  align-self: center;
}
.home_page .ayumi__table_now-circle, .home_page .ayumi__table_now-small {
  font-size: 10px;
}
.home_page .ayumi__table_now-circle {
  width: 54px;
  height: 54px;
  padding: 20px 10px;
  line-height: 10px;
  margin-right: 5px;
  border-radius: 50px;
  border: 1px solid #23b4b9;
}
.home_page .ayumi__table_now-number {
  color: #cca84b;
  line-height: 1;
  margin-bottom: -0.1em;
  font-size: 35px;
  font-family: "Castoro", serif;
}
.home_page .ayumi__table_now-text {
  font-size: 0.7em;
}
.home_page .ayumi .read-more-3 {
  position: relative;
}
.home_page .ayumi .read-more-3 .ayumi__content {
  position: relative;
  max-height: 1200px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 1s;
}
.home_page .ayumi .read-more-3 .ayumi__content:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  content: "";
}
.home_page .ayumi .read-more-3:has(:checked) .ayumi__content {
  max-height: 100%;
}
.home_page .ayumi .read-more-3:has(:checked) .ayumi__content:after {
  content: none;
}
.home_page .ayumi .read-more-3:has(:checked) label {
  display: none;
}
.home_page .ayumi .read-more-3 label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.4em 1.2em;
  border-radius: 1px;
}
.home_page .ayumi .read-more-3 label:hover {
  cursor: pointer;
}
.home_page .ayumi .read-more-3 label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.home_page .ayumi .read-more-3 input {
  display: none;
}
.home_page .scrollgress {
  z-index: 3;
  top: 70px !important;
}
.home_page .timeline {
  width: 100%;
  margin: 50px auto;
  padding: 0 20px;
}
.home_page .timeline li {
  position: relative;
  list-style: none;
  padding: 0 0 20px 0;
}
.home_page .timeline li:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  height: 0;
  width: 10px;
  height: 10px;
  background: #23b4b9;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .home_page .timeline li:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.home_page .timeline dl {
  margin: 0 0 20px 3em;
}
.home_page .timeline dd strong {
  display: block;
  padding: 10px 0;
}
.home_page .ayumi__content > .timeline {
  margin-bottom: 0;
}
.home_page .accordion-text > .timeline {
  margin-top: 0;
}
.home_page .border-line {
  position: absolute;
  left: -7px;
  top: 20px;
  width: 4px;
  height: 0;
  background: #23b4b9;
}
@media (min-width: 1024px) {
  .home_page .border-line {
    left: 50%;
    transform: translateX(-50%);
  }
}
.home_page .accordion {
  position: relative;
}
.home_page .accordion-btn {
  bottom: -2.5rem;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  left: 0;
  margin: auto;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.2s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 4;
}
.home_page .accordion-btn:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.home_page .accordion-btn:after {
  content: "くわしくみる";
}
.home_page .accordion-btn.is-show {
  bottom: -3em;
}
.home_page .accordion-btn.is-show:after {
  content: "閉じる";
}
.home_page .accordion-btn.is-show:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.home_page .accordion-btn.is-show + .accordion-text:before {
  display: none;
}
.home_page .accordion-text {
  overflow: hidden;
  position: relative;
}
.home_page .accordion-text.is-hide {
  height: 100px;
}
.home_page .is-show + .accordion-text:before, .home_page .is-show + .accordion-text:after {
  display: none;
}
.home_page .voice__heading {
  font-size: clamp(1.688rem, 1.438rem + 1.25vw, 2.375rem);
}
@media (max-width: 960px) {
  .home_page .voice .block__flex {
    display: block;
  }
}
.home_page .voice .sliderVoice .splide__track {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 960px) {
  .home_page .voice .sliderVoice .splide__track {
    padding-top: 30px;
  }
}
.home_page .voice .sliderVoice .splide__slide {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 27px 0 rgba(35, 180, 185, 0.42);
  background: #fff;
}
.home_page .voice .sliderVoice .splide__item-name {
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
}
.home_page .voice .sliderVoice .splide__item-label {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 10px;
  color: #fff;
  font-size: 10px;
  background: #23b4b9;
  padding: 2px 5px;
  max-width: 102px;
  text-align: center;
}
.home_page .voice .sliderVoice .splide__item-info > * {
  display: inline;
}
.home_page .voice .sliderVoice .splide__arrow {
  background: #23b4b9;
  height: 4rem;
  width: 4rem;
}
.home_page .voice .sliderVoice .splide__arrow svg {
  fill: #fff;
}
@media (min-width: 960px) {
  .home_page .voice .sliderVoice .block__flex {
    display: flex;
    margin-bottom: 20px;
  }
}
.home_page .voice .sliderVoice .block__flex_item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .home_page .voice .sliderVoice .block__flex_item {
    width: 47.619047619%;
  }
}
.home_page .price .c_bg-yellow {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .home_page .price .c_bg-yellow {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .home_page .price__inner {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home_page .price__inner {
    padding-top: 60px;
  }
}
.home_page .price__text {
  width: 100%;
}
@media (min-width: 1024px) {
  .home_page .price__text {
    width: 40%;
  }
}
.home_page .price__text__item {
  margin-bottom: 5px;
  font-size: clamp(1.5rem, 1.273rem + 1.14vw, 2.125rem);
  position: relative;
}
.home_page .price__text__item-sub {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
.home_page .price__text__item-border {
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  background: #cca74b;
  width: 47%;
}
@media (min-width: 769px) {
  .home_page .price__text__item-border {
    width: calc(50% - 20vw);
  }
}
.home_page .price__loan {
  background: #fff;
  border-radius: 0 10px 10px 0;
  padding: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .home_page .price__loan {
    width: 60%;
    padding: 50px;
    border-radius: 0 0 10px 10px;
  }
}
@media (max-width: 1024px) {
  .home_page .price__loan {
    margin-top: 30px;
  }
}
.home_page .price__loan_flex {
  display: block;
}
.home_page .price__loan_flex:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .home_page .price__loan_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .home_page .price__loan_item {
    margin-bottom: 10px;
  }
}
.home_page .price__loan_item-ttl {
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  font-weight: bold;
  margin-bottom: -0.5em;
}
.home_page .price__loan_item-small {
  display: inline-block;
  font-size: 10px;
  border-bottom: 1px solid #000;
}
.home_page .price__btn {
  position: relative;
  background: #fff;
  border: 1px solid #cca74b;
  text-align: center;
  max-width: 250px;
  border-radius: 5px;
  margin: 10px auto 0;
  width: 100%;
}
.home_page .price__btn:hover {
  background: #cca84b;
}
.home_page .price__btn:hover .arrow {
  stroke: #fff !important;
}
.home_page .price__btn:hover .c_color-yellow {
  color: #fff;
}
@media (max-width: 768px) {
  .home_page .price__btn {
    max-width: 100%;
  }
}
.home_page .price__btn svg {
  position: absolute;
  right: 10%;
}
.home_page .price__btn .arrow {
  stroke: #cca84b !important;
}
.home_page .price__btn-link {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 25px;
}
@media (max-width: 1024px) {
  .home_page .price__flex {
    flex-wrap: wrap;
  }
}
@media (min-width: 520px) {
  .home_page .price__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.home_page .price__flex_item {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .home_page .price__flex_item {
    width: 45.4545454545%;
  }
}
@media (max-width: 1024px) {
  .home_page .price__flex_item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home_page .price__flex_item-btn {
  text-align: center;
}
@media (min-width: 1024px) {
  .home_page .price__flex_item-btn {
    width: 28.5714285714%;
  }
}
@media (max-width: 1024px) {
  .home_page .price__flex_item-btn {
    width: 45.4545454545%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home_page .price__flex_item-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}

.block_contact {
  margin: 80px 0;
  background: transparent;
}
.block_contact .ttl {
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  color: #23b4b9;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 480px) {
  .block_contact .ttl {
    font-size: 18px;
  }
}
.block_contact .ttl + p {
  text-align: center;
}
@media (max-width: 960px) {
  .block_contact .ttl + p {
    text-align: left;
  }
}
.block_contact .inner {
  background: linear-gradient(180deg, #ebfeff 0%, #fffbf1 100%);
  padding: 25px !important;
}
.block_contact .inner:before {
  border: none;
}
.block_contact .btn {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block_contact .btn li:not(:first-child) {
  margin-top: 20px;
}
.block_contact .blue a {
  font-weight: bold;
  background: #23b4b9;
  background: linear-gradient(121deg, #23b4b9 50%, #15a5a9 50%);
}
.block_contact .blue a:before {
  background: #17afb4;
}
.block_contact .blue a:after {
  background: #15a5a9;
}
.block_contact .blue a span {
  flex-direction: column;
}
.block_contact .blue a small {
  width: 100%;
  font-weight: normal;
  text-align: center;
  font-size: 0.5em;
}