@charset "UTF-8";
/* 
Theme Name: Genova Template
File: content.css
Theme Author: Genova Design
Author URL: https://genova.co.jp/
Template: genova_tpl
Description: This file is reserved for under pages (not top-page) and other elements
Version: 1.3
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@500&display=swap');
/*-----------------------------------------------------------
■ 1 Under page
-----------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  color: #4b4b4b;
}

:root {
  --serif: 'Noto Serif JP', serif;
  --zen: 'Zen Kaku Gothic New', sans-serif;
  --blue: #205473;
}
.container {
  max-width: 1106px;
}
/*--------------------------------------
	general
--------------------------------------*/
#wrapper {
  overflow: hidden;
}

#content {
  min-height: 600px;
  padding: 63px 0 100px;
  position: relative;
  z-index: 2;
}

#blogList::before,
#blogDetail::before,
#content::before {
    content: '';
    background: #fff url(../img/bg_sub.jpg) repeat-y top center;
    position: absolute;
    top: 190px;
    right: 0%;
    bottom: 0;
    left: 0%;
    z-index: -1;
    min-width: 1080px;
    margin: 0 auto;
    transition: all 0.4s ease;
    margin: 0 auto;
    background-size: 100% auto;
}

@media (min-width: 768px) and (max-width: 1299px) {
  #blogList::before,
  #blogDetail::before,
  #content::before {
    right: 0%;
    bottom: 0;
    left: 0%;
  }
}
@media screen and (max-width: 767px) {
  #content {
    padding-top: 30px;
  }
  #blogList::before,
  #blogDetail::before,
  #content::before {
    right: 0%;
    bottom: 0;
    left: 0%;
  }
}
.home #content {
  padding: 0;
}

.home #content::before {
  display: none;
}

/*--------------------------------------
	title holder
--------------------------------------*/
.title-holder {
  width: 100%;
  background: url('../img/sub/h1_bg.jpg') no-repeat center top;
  background-size: 100%;
  padding-top: 24.6vw;
}

.title-holder .container {
  background: #fff;
  max-width: 1270px;
  padding: 99px 20px 0px;
  width: calc(100% - 20px);
  position: relative;
}

.title-holder .container:before {
  content: '';
  position: absolute;
  top: -24px;
  left: calc(50% - 476px);
  width: 48px;
  height: 48px;
  background: var(--blue);
  border-radius: 50%;
  z-index: 2;
}

.title-holder h1,
.title-holder h2 {
  line-height: 48px;
  font-family: var(--serif);
  color: var(--blue);
  font-size: 40px;
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
  letter-spacing: 0.18em;
}

.title-holder h1 span {
  /* color: #fff; */
  font-size: 66px;
  margin-bottom: 10px;
  display: block;
}

.title-holder h1 small {
  text-transform: uppercase;
  color: #4b4b4b;
  display: block;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .title-holder .container {
    padding: 35px 20px 0;
  }
  .title-holder h1 span,
  .title-holder h1 {
    font-size: 7.8vw;
    line-height: 1.5;
  }
}
/*--------------------------------------
	bread
--------------------------------------*/
#bread {
  width: 100%;
  padding: 0 5%;
  margin: 30px auto 25px;
  text-align: left;
  line-height: 1.3;
  display: none;
}

#bread li {
  display: inline;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--blue);
}

#bread li + li::before {
  content: '>';
  padding-right: 0.3em;
}

#bread li a {
  vertical-align: baseline;
  color: #4b4b4b;
}

#bread li a:hover {
  text-decoration: underline;
}

/*--------------------------------------
	titles
--------------------------------------*/
/* h2 */
h2.elementor-heading-title {
  margin-bottom: 10px;
  font-size: 32px;
  position: relative;
  color: #4b4b4b;
  text-align: left;
  line-height: 40px;
  z-index: 1;
  font-weight: 300;
  padding-left: 45px;
  font-family: var(--serif);
  letter-spacing: 0.24em;
}

h2.elementor-heading-title::before,
h2.elementor-heading-title:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 13px;
  width: 8px;
  height: 8px;
  background: var(--blue);
  border-radius: 8px;
}

h2.elementor-heading-title:after {
  background: #afbbd2;
     top: 30px;
}
/* h3 */
h3.elementor-heading-title {
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 0.12em;
  position: relative;
  padding: 17px 30px 11px 30px;
  color: #22201e;
  margin-bottom: 10px;
  border-bottom: 2px solid #205473;
  font-family: var(--serif);
}

h3.elementor-heading-title:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  background: url('../img/sub/h3_bg.jpg') no-repeat center;
  background-size: 100% 100%;
  width: 9px;
  height: calc(100% - 8px);
}

/* h4 */
h4.elementor-heading-title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 35px;
  color: #22201e;
  position: relative;
  font-family: var(--serif);
  font-weight: 400;
  padding: 8px 0 8px 30px;
}

h4.elementor-heading-title::before {
  content: '';
  background: url('../img/sub/h4_bg.jpg') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
}

/* h5 */
h5.elementor-heading-title {
  position: relative;
  color: #22201e;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 35px;
  font-family: var(--serif);
}

h5.elementor-heading-title::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: var(--blue);
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  /* h2 */
  h2.elementor-heading-title {
font-size: 6.2vw;
        padding-left: 26px;
        letter-spacing: 0.15em;
  }
  h2.elementor-heading-title:before,
  h2.elementor-heading-title::after {
    left: 8px;
  }
  h2.elementor-heading-title:before {
    top: 8px;
  }
  /* h3 */
  h3.elementor-heading-title {
    font-size: 21px;
    margin-bottom: 15px;
    padding: 7px 0 12px 20px;
    line-height: 30px;
  }
  /* h4 */
  h4.elementor-heading-title {
    font-size: 20px;
    padding: 6px 0 6px 30px !important;
  }
  /* h5 */
  h5.elementor-heading-title {
    padding-left: 40px !important;
    font-size: 18px;
    margin-bottom: 15px;
  }
  h5.elementor-heading-title::before {
    top: 8px;
    left: 6px;
    width: 14px;
    height: 14px;
  }
}
/*--------------------------------------
	btn
--------------------------------------*/
.btn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 30px;
  margin: 0 auto;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  background: var(--blue);
  max-width: 300px;
}

.btn a::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}

.btn a:hover {
  opacity: 0.7;
}

/* elementor btn */
.btn.elementor-widget-button a.elementor-button {
  display: inline-block;
  width: 100%;
  margin: initial;
}

.btn a.elementor-button.elementor-size-xs {
  max-width: 200px;
}

.btn a.elementor-button.elementor-size-sm {
  font-size: 16px;
  max-width: 250px;
}

.btn a.elementor-button.elementor-size-md {
  font-size: 18px;
  max-width: 300px;
}

.btn a.elementor-button.elementor-size-lg {
  font-size: 21px;
  max-width: 350px;
}

.btn a.elementor-button.elementor-size-xl {
  max-width: initial;
}

@media screen and (max-width: 767px) {
  .btn a {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .btn a.elementor-button.elementor-size-lg {
    font-size: 20px;
    max-width: 300px;
  }
}
/*-----------------------------------------------------------
■ 2 Blocks
-----------------------------------------------------------*/
/*--------------------------------------
	google calendar
--------------------------------------*/
.google-calendar {
  position: relative;
  height: 0;
  padding-top: 500px;
  overflow: hidden;
}

.google-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .google-calendar {
    padding-top: 400px;
  }
}
/*--------------------------------------
	map
--------------------------------------*/
.map {
  position: relative;
  width: 100%;
  padding-top: 300px;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/*--------------------------------------
	treatment 診療科目
--------------------------------------*/
.treatment-block {
  padding: 55px;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #535353;
  background: #f0f5ef;
}

.treatment-block h2 {
  font-family: '秀英角ゴシック銀 B', 'Shuei KakuGo Gin B';
  font-weight: bold;
  font-size: 33px;
  letter-spacing: 3.96px;
  color: #94c789;
}

.treatment-block .elementor-button {
  position: relative;
  width: 100%;
  font-family: '秀英角ゴシック銀 B', 'Shuei KakuGo Gin B';
  font-weight: bold;
  text-align: left;
  line-height: 1;
  color: #ffffff;
  background: #94c789;
}

.treatment-block .elementor-button.elementor-size-sm {
  max-width: 250px;
  padding: 18px 25px;
  font-size: 18px;
  letter-spacing: 2px;
}

.treatment-block .elementor-button.elementor-size-md {
  max-width: 350px;
  padding: 20px 30px;
  font-size: 20px;
  letter-spacing: 2.4px;
}

.treatment-block .elementor-button.elementor-size-lg {
  max-width: 450px;
  padding: 22px 30px;
  font-size: 22px;
  letter-spacing: 3.5px;
}

.treatment-block .elementor-button::after {
  content: '';
  position: absolute;
  right: 20px;
  top: calc(50% - 4.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .treatment-block {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .treatment-block {
    padding: 30px 15px;
  }
  .treatment-block .elementor-button-wrapper {
    text-align: center;
  }
}
/*--------------------------------------
	timetable
--------------------------------------*/
table.timetable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.timetable th,
.timetable td {
  padding: 4px 0 5px;
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}

.timetable thead th {
  padding: 0 0 10px;
  border-bottom: 1px solid #ebe9e7;
  font-weight: normal;
}

.timetable thead th:first-child {
  width: 20%;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.15em;
}

.timetable tbody tr td:first-child {
  padding-top: 17px;
  text-align: left;
  word-break: keep-all;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.timetable tbody tr:last-child td {
  padding-bottom: 17px;
  border-bottom: 1px solid #ebe9e7;
}

@media screen and (max-width: 767px) {
  .timetable thead th:first-child {
    width: 28%;
  }
  .timetable tbody th {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 480px) {
  .timetable th,
  .timetable td {
    font-size: 70%;
    letter-spacing: 0;
  }
  .timetable thead th:first-child {
    width: 32%;
    font-size: 16px;
  }
}
/*--------------------------------------
	image wrap
--------------------------------------*/
.image-wrap__left img {
  float: left;
  margin: 0 15px 15px 0;
}

.image-wrap__right img {
  float: right;
  margin: 0 0 15px 15px;
}

@media (max-width: 768px) {
  .image-wrap__left img,
  .image-wrap__right img {
    display: block;
    float: none;
    width: auto;
    margin: 0 auto;
  }
}
/*--------------------------------------
	check list
--------------------------------------*/
#main .check-list .elementor-icon-list-items li {
  position: relative;
  padding: 2px 0 2px 30px;
}

#main .check-list .elementor-icon-list-items li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  height: 19px;
  width: 19px;
  border: 2px solid #94c789;
}

#main .check-list .elementor-icon-list-items li::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 11px;
  display: block;
  width: 5px;
  height: 11px;
  border: solid #94c789;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------
	anchor link list
--------------------------------------*/
.anchorlinks {
  background: #fff;
  padding: 40px clamp(50px, 3vw, 100px);
  list-style: none;
  border: 3px solid #9da33c;
  margin-bottom: 60px;
  border-radius: 80px;
}

.anchorlinks li {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  margin: 10px 20px 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
}

.anchorlinks li a {
  color: #5a574d;
  white-space: nowrap;
  font-size: 18px;
}

.anchorlinks li a:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -2px;
  display: block;
  background: url(../img/anchor_icon.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 9px;
  height: 15px;
  -webkit-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.anchorlinks li a:hover:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.anchorlinks li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .anchorlinks {
    padding: 30px;
    border: 2px solid #9da33c;
    margin-bottom: 40px;
    border-radius: 40px;
  }
  .anchorlinks li {
    width: 100%;
    display: block;
    margin: 10px 0;
    font-size: 15px;
    word-break: break-all;
  }
  .anchorlinks li a:before {
    top: 7px;
  }
}
.ob-img {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.ob-img img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
  .ob-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}
/*--------------------------------------
	post box
--------------------------------------*/
/* .post-box {
	margin: 30px auto 0 auto;
}

.post-box__header {
	position: relative;
	padding: 0 0 28px;
	border-bottom: 1px solid #EBE9E7;
}

.post-box__header h2 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1;
	color: #000000;
}

.post-box__summary-link {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
	text-decoration: underline;
	color: #473019;
}

.post-box__summary-link:hover {
	text-decoration: none;
}

.post-box dl {
	padding: 15px 0 20px;
	background-size: 20px 1px;
}

.post-box dl dt {
	line-height: 1;
	margin-bottom: 10px;
	font-size: 13px;
	color: #72706E;
}

.post-box dl dt .new-label {
	display: inline-block;
	width: 37px;
	height: 13px;
	padding: 0;
	margin: -2px 0 0 10px;
	vertical-align: middle;
	line-height: 13px;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0;
	text-indent: 0;
	text-align: center;
	color: #fff;
	background: #B09DC8;
}

.post-box dl dd a:hover {
	text-decoration: underline;
} */
/*-----------------------------------------------------------
■ 2 Blog
-----------------------------------------------------------*/
/*--------------------------------------
	post
--------------------------------------*/
#posts {
  float: left;
  width: 65%;
}

#blogList,
#blogDetail {
  padding: 40px 0 100px;
  position: relative;
  z-index: 2;
}

#blogDetail,
#blogList {
  min-height: 850px;
  margin-top: 0px;
  margin-bottom: 0;
}

#blogList .post {
  padding-bottom: 35px;
  font-size: 16px;
  line-height: 2;
}

.posts__list li {
  position: relative;
  float: left;
  width: 45%;
  margin-left: 10%;
  margin-bottom: 75px;
}

.posts__list li:nth-child(2n + 1) {
  margin-left: 0;
  clear: both;
}

.posts__list li .post__category {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  line-height: 1;
  z-index: 10;
  margin-bottom: 10px;
}

.post .post__category a,
.posts__list .post__category a {
  display: inline-block;
  min-width: 107px;
  height: 25px;
  padding: 2px 8px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Hiragino Kaku Gothic W6 JIS2004';
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  background: #94c789;
}

.post .post__category a:hover,
.posts__list .post__category a:hover {
  background: #8cc856;
}

.post .post__category a.news,
.posts__list .post__category a.news {
  background: var(--blue);
}

.post .post__category a.news:hover,
.posts__list .post__category a.news:hover {
  background: #4560bd;
}

.post .post__category a:before,
.posts__list .post__category a:before {
  margin-right: 7px;
  vertical-align: baseline;
  font-size: 10px;
}

.posts__list li .post__image {
  position: relative;
  overflow: hidden;
  min-height: 26px;
  margin-bottom: 20px;
  display: none;
}

.posts__list li .post__image a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 54%;
}

.posts__list li .post__image a span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.posts__list li .post__image a:hover span {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.posts__list li .post__image span.noimage {
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
}

.posts__list h3 {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}

.posts__list h3 a:hover {
  color: #ffaea2;
}

.posts__list .post__excerpt {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #72706e;
}

@media screen and (max-width: 1000px) {
  .posts__list li {
    width: 48%;
    margin-left: 4%;
  }
  .posts__list li:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #posts {
    float: none;
    width: 100%;
  }
  .posts__list li {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .posts__list li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #blogDetail .post__header h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  #blogDetail .post__content h3 {
    padding: 26px 5px 26px 20px;
    margin: 35px 0 30px;
    font-size: 20px;
    line-height: 1.4;
  }
  #blogDetail .post__content h4 {
    font-size: 19px;
  }
}
/*--------------------------------------
	blog detail
--------------------------------------*/
#blogDetail .post {
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 1.7;
  color: #0f0e0e;
}

#blogDetail .post__header {
  padding: 0px;
  margin-bottom: 25px;
}

#blogDetail .post__header h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

#blogDetail .post__header .post__meta {
  margin-bottom: 45px;
}

#blogDetail .post__header .post__meta .post__date {
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  #blogDetail .post__header .post__category,
  #blogDetail .post__header .post__meta .post__date {
    float: none;
  }
}
/*--------------------------------------
	post date
--------------------------------------*/
.post .post__date,
.posts__list .post__date {
  font-size: 10px;
  letter-spacing: 0;
  color: #94c789;
}

.post .post__date span,
.posts__list .post__date span {
  margin-left: 10px;
}

.post .post__date span::before,
.posts__list .post__date span::before {
  margin-right: 5px;
  font-size: 9px;
}

.post .post__date span a,
.posts__list .post__date span a {
  vertical-align: baseline;
  color: #94c789;
}

.post .post__date span a:hover,
.posts__list .post__date span a:hover {
  text-decoration: underline;
}

.post__content {
  overflow: hidden;
  letter-spacing: 0;
  line-height: 2.3;
}

.post__content a {
  color: #0000ee;
  text-decoration: underline;
}

.post__content h2 {
  font-size: 1.5em;
}

.post__content h3 {
  font-size: 1.4em;
}

.post__content h4 {
  font-size: 1.3em;
}

.post__content h5 {
  font-size: 1.2em;
}

div#blogDetail .post__content img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/*--------------------------------------
	bloginfo box
--------------------------------------*/
.blog-info-box {
  display: table;
  width: 100%;
  margin-top: 60px;
  background: #ebe9e7;
}

.blog-info-box .blog-info-box__name {
  display: table-cell;
  width: 50%;
  padding: 29px 30px;
  border-right: 1px solid #bfbebd;
  vertical-align: middle;
}

.blog-info-box .blog-info-box__name .icon-blog {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.6;
  color: #373431;
}

.blog-info-box .blog-info-box__name .icon-blog::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  margin-top: -8px;
  font-size: 15px;
  color: #94c789;
}

.blog-info-box .blog-info-box__share {
  display: table-cell;
  width: 50%;
  padding: 30px 10px;
  vertical-align: middle;
  text-align: center;
}

.blog-info-box .blog-info-box__share li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.blog-info-box .blog-info-box__share li a {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  line-height: 1;
}

.blog-info-box .blog-info-box__share li a::before {
  color: #fff;
}

.blog-info-box .blog-info-box__share .icon-facebook {
  background: #4967a3;
}

.blog-info-box .blog-info-box__share .icon-facebook:hover {
  background: #587cc1;
}

.blog-info-box .blog-info-box__share .icon-facebook::before {
  margin-top: 12px;
  font-size: 26px;
}

.blog-info-box .blog-info-box__share .icon-line {
  background: #18bc01;
}

.blog-info-box .blog-info-box__share .icon-line:hover {
  background: #1cde00;
}

.blog-info-box .blog-info-box__share .icon-line::before {
  font-size: 29px;
  margin-top: 11px;
}

.blog-info-box .blog-info-box__share .icon-twitter {
  background: #11bbef;
}

.blog-info-box .blog-info-box__share .icon-twitter:hover {
  background: #13c7fe;
}

.blog-info-box .blog-info-box__share .icon-twitter::before {
  margin-top: 14px;
  font-size: 24px;
}

.blog-info-box .blog-info-box__share .icon-google {
  background: #e05c4f;
}

.blog-info-box .blog-info-box__share .icon-google:hover {
  background: #fb7468;
}

.blog-info-box .blog-info-box__share .icon-google::before {
  margin-top: 15px;
  font-size: 20px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .blog-info-box .blog-info-box__share li {
    margin: 0 3px;
  }
  .blog-info-box .blog-info-box__share li a {
    width: 40px;
    height: 40px;
  }
  .blog-info-box .blog-info-box__share .icon-facebook::before {
    margin-top: 9px;
    font-size: 22px;
  }
  .blog-info-box .blog-info-box__share .icon-line::before {
    margin-top: 8px;
    font-size: 25px;
  }
  .blog-info-box .blog-info-box__share .icon-twitter::before {
    margin-top: 11px;
    font-size: 20px;
  }
  .blog-info-box .blog-info-box__share .icon-google::before {
    margin-top: 12px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .blog-info-box {
    display: block;
  }
  .blog-info-box .blog-info-box__name {
    display: block;
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid #bfbebd;
    text-align: center;
  }
  .blog-info-box .blog-info-box__name .icon-blog {
    display: inline-block;
    text-align: left;
  }
  .blog-info-box .blog-info-box__share {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}
/*--------------------------------------
	navigation
--------------------------------------*/
.navigation {
  margin-top: 52px;
  overflow: hidden;
}

.navigation::after {
  content: '';
  display: table;
  clear: both;
}

.navigation .prev {
  float: left;
  width: 100px;
}

.navigation .next {
  float: right;
  width: 100px;
}

.navigation a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #373431;
  background: #bfbebd;
}

.navigation a:hover {
  background: #94c789;
}

.navigation .prev a span {
  padding-left: 8px;
}

.navigation .next a span {
  padding-right: 8px;
}

.navigation .prev a span::before {
  position: absolute;
  left: 8px;
  top: 50%;
  display: block;
  margin-top: -5px;
  font-size: 10px;
}

.navigation .next a span::before {
  position: absolute;
  right: 8px;
  top: 50%;
  display: block;
  margin-top: -5px;
  font-size: 10px;
}

.navigation ul {
  display: -webkit-flex;
  display: flex;
  max-width: 200px;
  margin: 0 auto;
}

.navigation li {
  display: -webkit-flex;
  display: flex;
  margin: 0 1px 0 2px;
  width: 30px;
}

@media screen and (max-width: 767px) {
  .navigation {
    margin-top: 35px;
  }
  .navigation ul {
    padding-top: 20px;
    clear: both;
  }
}
/*--------------------------------------
	pagination
--------------------------------------*/
.pagination {
  position: relative;
  padding-top: 52px;
  border-top: 1px solid #72706e;
  overflow: hidden;
}

.pagination ul {
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  width: 30px;
  font-family: 'ヒラギノ角ゴ W6 JIS2004', 'Hiragino Kaku Gothic W6 JIS2004';
}

.pagination ul li a,
.pagination ul li span.dots {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 400;
  color: #373431;
  background: #bfbebd;
}

.pagination ul li span.dots {
  background: none;
}

.pagination ul li a:hover {
  background: #94c789;
}

.pagination ul li span.current {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 400;
  color: #373431;
  background: #94c789;
}

.pagination ul li .prev {
  position: absolute;
  left: 0;
  top: 52px;
  display: block;
  width: 100px;
  padding-left: 8px;
}

.pagination ul li .next {
  position: absolute;
  right: 0;
  top: 52px;
  display: block;
  width: 100px;
  padding-right: 8px;
  font-weight: bold;
}

.pagination ul li .prev span::before {
  position: absolute;
  left: 8px;
  top: 50%;
  display: block;
  margin-top: -5px;
  font-size: 10px;
}

.pagination ul li .next span::before {
  position: absolute;
  right: 8px;
  top: 50%;
  display: block;
  margin-top: -5px;
  font-size: 10px;
}

/*-----------------------------------------------------------
■ 2 Side
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
.blogside {
  float: right;
  width: 28%;
}

.blogside h2.widgettitle {
  display: none;
}

.blogside h2 {
  padding-bottom: 9px;
  margin-bottom: 24px;
  border-bottom: 2px solid #373431;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #373431;
}

.blogside h2 span {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -6px;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
  color: #72706e;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .blogside {
    float: right;
    width: 30%;
  }
  .blogside h2 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .blogside h2 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .blogside {
    float: none;
    width: 100%;
    padding: 46px 0 0;
    border-top: 1px solid #5d5555;
    margin-top: 35px;
  }
}
/*--------------------------------------
	search box
--------------------------------------*/
.blogside .search-box {
  margin-bottom: 40px;
}

.blogside .search-box label {
  display: none;
}

.blogside .search-box #searchform {
  position: relative;
}

.blogside .search-box #s {
  height: 55px;
  width: 100%;
  padding: 0 40px 0 14px;
  border: none;
  font-size: 13px;
  color: #72706e;
  background: #ebe9e7;
}

.blogside .search-box .icon-search::before {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  color: var(--blue);
}

.blogside .search-box #searchsubmit {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 15px;
  height: 15px;
  border: none;
  margin-top: -8px;
  font-size: 0;
  background: none;
  cursor: pointer;
}

/*--------------------------------------
	category box
--------------------------------------*/
.blogside .category-box {
  margin-bottom: 50px;
}

.blogside .category-box ul li {
  padding-bottom: 16px;
  border-bottom: 1px solid #b8c2c1;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #000;
}

.blogside .category-box ul li:last-child {
  margin-bottom: 0;
}

.blogside .category-box ul li a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #373431;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blogside .category-box ul li a span {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  color: #373431;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blogside .category-box ul li a:hover,
.blogside .category-box ul li a:hover span {
  color: var(--blue);
}

/*--------------------------------------
	recent box
--------------------------------------*/
.recent-box {
  margin-bottom: 50px;
}

.recent-box li {
  padding-bottom: 13px;
  border-bottom: 1px solid #bfbebd;
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.3;
}

.recent-box li:last-child {
  margin-bottom: 0;
}

.recent-box li .recent-box__thumbnail {
  position: relative;
  float: right;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  overflow: hidden;
}

.recent-box li .recent-box__thumbnail a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 1;
}

.recent-box li .recent-box__thumbnail a span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.recent-box li .recent-box__thumbnail a:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.recent-box li h3 a {
  color: #373431;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-box li h3 a:hover {
  color: var(--blue);
}

.recent-box__date {
  margin-top: 5px;
  font-size: 10px;
  color: #72706e;
}

.recent-box li .recent-box__date {
  margin-top: 15px;
}

/*--------------------------------------
	tag box
--------------------------------------*/
.blogside .tag-box {
  margin-bottom: 40px;
}

.blogside .tag-box h2 {
  margin-bottom: 12px;
}

.blogside .tag-box .tagcloud a {
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #72706e;
  margin-bottom: 9px;
  border-radius: 3px;
  font-size: 14px !important;
  letter-spacing: 0;
  line-height: 1;
  color: #373431;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blogside .tag-box .tagcloud a:hover {
  color: #fff;
  background: #72706e;
}

/*--------------------------------------
	archive box
--------------------------------------*/
.archive-box {
  font-size: 14px;
  line-height: 1.4;
}

.archive-box > ul > li {
  margin-top: 20px;
}

.archive-box > ul > li:first-child {
  margin: 0;
}

.archive-box ul li p {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  margin: 0;
  cursor: pointer;
}

.archive-box ul li p:visited {
  color: #373431;
}

.archive-box ul li p:hover {
  font-weight: bold;
  color: var(--blue);
}

.archive-box ul li p.acv_open {
  font-weight: bold;
  color: var(--blue);
}

.archive-box ul li p::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.archive-box ul li p.acv_open::before {
  top: 1px;
  left: 2px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.archive-box ul li a {
  color: #373431;
}

.archive-box ul li a:link {
  text-decoration: underline;
}

.archive-box ul li a:visited {
  color: #373431;
}

.archive-box ul li a:hover {
  color: var(--blue);
  font-weight: bold;
}

.archive-box ul li a:active {
  color: var(--blue);
}

.archive-box ul li ul {
  margin-left: 44px;
}

.archive-box ul li li {
  margin-top: 10px;
}

.archive-box ul li ul.hide {
  display: none;
}

/*-----------------------------------------------------------
 ■ 4 Special under pages
-----------------------------------------------------------*/
/*--------------------------------------
	sitemap
--------------------------------------*/
.sitemap {
  overflow: hidden;
}

.sitemap > ul {
  margin: 0 auto;
  background: none;
}

.sitemap > ul > li {
  position: relative;
  border-bottom: 1px dashed #ccc;
  margin: 0;
  line-height: 1.4;
}

.sitemap > ul > li:first-child {
  border-top: 1px dashed #ccc;
}

.sitemap > ul > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.sitemap > ul > li a {
  position: relative;
  display: block;
  padding: 19px 40px 15px 20px;
  background: none;
}

.sitemap > ul > li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  margin-top: -5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: visible;
}

.sitemap > ul > li a:hover {
  color: var(--blue);
}

.sitemap > ul > li:first-child a {
  visibility: hidden;
}

.sitemap > ul > li:first-child a::before {
  visibility: visible;
  display: block;
  position: absolute;
  left: 20px;
  width: 350%;
}

.sitemap > ul > li:first-child a::before {
  content: 'ホーム';
}

/*-----------------------------------------------------------
 ■ 5 Contact
-----------------------------------------------------------*/
.wrap_contact {
  max-width: 800px;
  margin: 0 auto;
}

.inquiryForm_message {
  text-align: center;
}

/* step list */
.step_list {
  width: 467px;
  margin: 0 auto 90px;
}

.step_list li {
  position: relative;
  float: left;
  width: 100px;
  margin-left: 83px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #bfbebd;
}

.step_list li:first-child {
  margin: 0;
}

.step_list li span {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 54px;
  color: #fff;
  background: #bfbebd;
}

.step_list li span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 54px;
  display: block;
  width: 130px;
  height: 1px;
  background: #bfbebd;
}

.step_list li:last-child span::after {
  display: none;
}

.step_list li.current {
  color: #373431;
}

.step_list li.current span {
  background: var(--blue);
}

.step_list li span.current:after {
  background: var(--blue);
}

.inquiryForm_message .step_catch {
  margin-bottom: 44px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #373431;
}

.inquiryFormTable {
  padding-top: 22px;
  border-top: 1px solid #707070;
  font-size: 16px;
}

.inquiryFormTable dl {
  display: table;
  width: 100%;
}

.inquiryFormTable dt,
.inquiryFormTable dd {
  display: table-cell;
  padding: 20px 0 24px;
  vertical-align: top;
  text-align: left;
}

.inquiryFormTable dt {
  position: relative;
  width: 29%;
  padding-top: 31px;
  border-right: none;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #2c2f30;
}

.inquiryFormTable dd {
  position: relative;
  padding-right: 0;
}

.inquiryFormTable .wpcf7-list-item {
  display: block;
  width: 100%;
  margin: 0 0 13px;
}

.wpcf7-list-item-label {
  position: relative;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
  display: block;
  width: 100%;
  padding: 13px 14px 14px;
  border: 1px solid #bfbebd;
  border-radius: 5px;
  color: #333;
  background: #ebe9e7;
}

.inquiryFormTable textarea {
  resize: vertical;
}

.inquiryFormTable select {
  position: relative;
  background: #ececec url(/wp-content/themes/genova_tpl/img/icons/ico_select.svg) no-repeat 96% center;
  background-size: 12px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inquiryFormTable select::-ms-expand {
  display: none;
}

.inquiryFormTable input:focus,
.inquiryFormTable textarea:focus,
.inquiryFormTable select:focus {
  box-shadow: 0 0 3px 1px #80cbc4;
}

/* checkbox and radio*/
.inquiryFormTable input[type='checkbox'],
.inquiryFormTable input[type='radio'] {
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.inquiryFormTable input[type='radio'] + span::before,
.inquiryFormTable input[type='checkbox'] + span::before {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 10px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inquiryFormTable input[type='checkbox'] + span::before {
  content: '\ea53';
  border-radius: 2px;
}

.inquiryFormTable input[type='checkbox']:checked + span::before {
  content: '\ea52';
  color: var(--blue);
}

.inquiryFormTable input[type='checkbox']:focus + span::before {
  box-shadow: 0px 0px 2px 2px #80cbc4;
}

.inquiryFormTable input[type='radio'] + span::before {
  content: '\ea56';
  border-radius: 50%;
}

.inquiryFormTable input[type='radio']:checked + span::before {
  content: '\ea54';
  color: var(--blue);
}

.inquiryFormTable input[type='radio']:focus + span::before {
  box-shadow: 0px 0px 2px 2px #80cbc4;
}

/* checkbox and radio confimation screen */
.confirm_table input[type='checkbox']:not(:checked) + span,
.confirm_table input[type='radio']:not(:checked) + span {
  display: none;
}

.inquiryFormTable .wpcf7-checkbox > span:first-child,
.inquiryFormTable .wpcf7-radio > span {
  padding-top: 10px;
}

.inquiryFormTable .wpcf7-radio {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.inquiryFormTable .wpcf7-radio > .wpcf7-list-item {
  width: auto;
  margin-right: 20px;
}

.inquiryFormTable .wpcf7-radio > .wpcf7-list-item:last-child {
  margin-right: 0;
}

.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
  border: 1px solid var(--blue);
  background: #fff;
  box-shadow: 0 0 5px rgba(111, 186, 44, 0.5);
}

.inquiryFormTable input.wpcf7-not-valid {
  border: 1px solid #d93636 !important;
  background: #fdd2d2 !important;
}

.inquiryFormTable .comment {
  display: block;
  margin-top: 0.4em;
  font-size: 13px;
  letter-spacing: 0;
  color: #63696a;
}

/* required and optional */
.inquiryFormTable .required {
  position: absolute;
  top: 36px;
  right: 28px;
  display: inline-block;
  padding-left: 0;
  width: 46px;
  height: 22px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  background: #d93636;
}

.inquiryFormTable .optional {
  position: absolute;
  top: 36px;
  right: 28px;
  display: inline-block;
  width: 46px;
  height: 22px;
  padding-left: 0;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  background: #63696a;
}

.inquiryFormTable .btBox {
  text-align: center;
  margin: 103px 0 80px;
}

.inquiryFormTable .btBox input[type='submit'] {
  display: block;
  width: 100%;
  padding: 29px 32px 28px 30px;
  border: none;
  margin: 0 auto;
  border-radius: 0 !important;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  background: var(--blue) url(/wp-content/themes/genova_tpl/img/icons/ico_arrow02.png) no-repeat 95% center !important;
  background-size: 6px 10px;
  cursor: pointer;
  outline: 0px;
  -webkit-appearance: none;
}

.inquiryFormTable .btBox input[type='submit'].disabled {
  padding: 29px 40px 28px 40px;
  opacity: 1 !important;
  color: #bfbebd;
  background: #72706e url(/wp-content/themes/genova_tpl/img/icons/ico_arrow01.png) no-repeat 96% center !important;
  background-size: 6px 10px;
  pointer-events: none;
  cursor: default;
}

.inquiryFormTable .btBox input[type='submit'].abled {
  padding: 29px 40px 28px 40px;
  background-position: 96% center !important;
}

.inquiryFormTable .wpcf7-back {
  float: left;
  width: 37.5% !important;
  padding: 29px 30px 28px;
  border: none;
  margin: 0 auto;
  border-radius: 0 !important;
  outline: 0px;
  text-align: left;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  background: #72706e url(/wp-content/themes/genova_tpl/img/icons/ico_arrow02.png) no-repeat 92% center !important;
  background-size: 6px 10px;
  cursor: pointer;
  -webkit-appearance: none;
}

.inquiryFormTable .wpcf7-submit {
  float: right;
  width: 58.5% !important;
  text-align: left;
}

.inquiryFormTable .btBox input[type='submit']:hover,
.inquiryFormTable .btBox input[type='button']:hover {
  opacity: 0.8;
}

span.verify_icon {
  position: absolute;
  top: 13px;
  right: -42px;
  display: none;
  width: 25px;
  height: 25px;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon {
  display: block;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon::before {
  vertical-align: top;
  font-size: 25px;
  color: var(--blue);
}

.inquiryFormTable .wpcf7-not-valid-tip {
  color: #de5050;
  font-weight: normal;
  display: block;
  font-size: 12px;
}

.file_btn {
  position: relative;
  display: block;
  width: 123px;
  height: 30px;
  margin-top: 13px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background: #807b7b;
  cursor: pointer;
}

.file_btn .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

div.wpcf7 input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  padding: 0;
  border: 0;
}

.custom-wpcf7c-confirmed .confirm_table input[type='text'],
.custom-wpcf7c-confirmed .confirm_table input[type='tel'],
.custom-wpcf7c-confirmed .confirm_table input[type='email'],
.custom-wpcf7c-confirmed .confirm_table input[type='date'],
.custom-wpcf7c-confirmed .confirm_table textarea,
.custom-wpcf7c-confirmed .confirm_table select,
.custom-wpcf7c-confirmed .confirm_table input[type='checkbox'] {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_table .required,
.custom-wpcf7c-confirmed .confirm_table .optional {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_table span.comment {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
  display: none;
}

.result_txt {
  display: block;
  word-break: break-all;
  white-space: pre-wrap;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
  padding-left: 0;
}

.custom-wpcf7c-confirmed .confirm_table dt,
.custom-wpcf7c-confirmed .confirm_table dd {
  padding: 12px 0 10px;
}

.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7 form.sent .inquiryFormTable {
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
  border-color: #ff0000 !important;
}

@media screen and (max-width: 1060px) {
  .inquiryFormTable dt {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .step_list {
    width: 400px;
    margin: 0 auto 60px;
  }
  .step_list li {
    margin-left: 50px;
  }
  .inquiryFormTable dl {
    display: block;
  }
  .inquiryFormTable dt,
  .inquiryFormTable dd {
    display: block;
    width: 100%;
    padding: 0;
  }
  .inquiryFormTable dd {
    padding: 10px 0px 30px 0;
  }
  .inquiryFormTable .required,
  .inquiryFormTable .optional {
    position: static;
    display: inline-block;
    margin-left: 20px;
    margin-top: -2px;
    vertical-align: middle;
  }
  .inquiryFormTable .btBox {
    margin: 30px 0;
  }
  .inquiryFormTable .btBox input[type='submit'],
  .inquiryFormTable .wpcf7-back {
    text-align: center;
    float: none;
    width: 100% !important;
    padding: 29px 20px 28px 20px;
    font-size: 20px;
    background-position: 96% center !important;
  }
  .inquiryFormTable .btBox input[type='submit'].disabled,
  .inquiryFormTable .btBox input[type='submit'].abled {
    padding: 29px 20px 28px 20px;
  }
  .inquiryFormTable .wpcf7-back {
    margin-bottom: 15px;
  }
  .file_btn {
    margin-top: 0;
  }
  .custom-wpcf7c-confirmed .confirm_table dt,
  .custom-wpcf7c-confirmed .confirm_table dd {
    padding: 5px 0;
  }
}
@media screen and (max-width: 480px) {
  .step_list {
    width: 270px;
  }
  .step_list li {
    width: 70px;
    margin-left: 30px;
    font-size: 16px;
  }
  .step_list li span:after {
    width: 60px;
  }
  .inquiryForm_message .step_catch {
    font-size: 12px;
    letter-spacing: 0;
  }
  .inquiryFormTable .btBox input[type='submit'],
  .inquiryFormTable .wpcf7-back {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
/*-----------------*/
.features {
  padding-top: 60px;
  padding-bottom: 100px;
}

.features .row {
  position: relative;
}

.features .row + .row {
  margin-top: 175px;
}

.features .box {
  width: 682px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  padding: 20px 40px 30px 25px;
  margin-left: auto;
}

.features .box::before {
  content: '';
  background: #f4f4d9;
  background: linear-gradient(180deg, rgb(244, 244, 217) 0%, rgba(244, 244, 217, 0.64) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.95;
  z-index: -1;
}

.features .box .title {
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: -35px;
  right: 5px;
}

.features .row .box dl dt {
  padding-right: 115px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.features .row.dir__opp .box dl dt {
  padding-left: 115px;
  padding-right: 0;
}

.features .box dl dt {
  font-size: 30px;
  margin-bottom: 20px;
  color: #2b2b2b;
}

.features .box dl dd {
  color: #222222;
}

.features .box .title .num {
  font-size: 110px;
  color: #fbb978;
  font-family: 'Roboto', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.features .row.dir__opp .box .title {
  left: 5px;
  right: auto;
}

.features .photo {
  width: 620px;
  height: 432px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: 0;
}

.features .row.dir__opp .photo {
  left: auto;
  right: 0;
}

.features .row.dir__opp .box {
  margin-left: 0;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .features .box {
    width: 50%;
  }
  .features .row + .row {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .features {
    padding-top: 0;
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .features .row.dir__opp .box .title {
    left: 15px;
  }
  .features .row.dir__opp .box dl dt {
    padding-left: 0;
  }
  .features .row + .row {
    margin-top: 60px;
  }
  .features .box {
    width: auto;
    padding: 50px 30px 30px;
    margin: 0 -10px;
  }
  .features .box .title {
    top: -48px;
    right: 15px;
  }
  .features .box dl dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .features .box dl dd {
    text-align: justify;
  }
  .features .box .title .ttl {
    font-size: 22px;
    padding-bottom: 0;
  }
  .features .box .title .num {
    font-size: 80px;
  }
  .features .box .title .num::before {
    width: 32px;
    height: 38px;
    top: 23px;
    left: 14px;
  }
  .features .photo {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    top: 0;
    left: 0;
    margin: 0 auto -20px;
  }
  .features .row.dir__opp .photo {
    left: auto;
    right: 0;
  }
  .features .row.dir__opp .box {
    margin: 0 -10px;
  }
}
.list_C {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.list_C > div {
  border-width: 3px;
  border-style: solid;
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  width: 48%;
  box-sizing: border-box;
  border-color: var(--blue);
}

.list_C h4 {
  margin-bottom: 25px;
  text-align: center;
}

.list_C h4 span {
  background-color: var(--blue);
  line-height: 1;
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  border-radius: 10px;
}

.list_C .frame__content {
  padding: 0 20px;
}

.list_C p {
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.6;
  position: relative;
}

.list_C p::before {
  content: '';
  background: #9da33c;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .list_C {
    display: block;
  }
  .list_C .list_C01 {
    margin-bottom: 30px;
  }
  .list_C h4 span {
    font-size: 25px;
  }
  .list_C .frame__content {
    padding-left: 0;
    padding-right: 0;
  }
  .list_C > div {
    width: 100%;
    border-width: 2px;
  }
  .list_C p::before {
    width: 18px;
    height: 18px;
  }
}
.photo_B {
  display: flex;
  justify-content: space-between;
}

.photo_B .elementor-col-33 {
  width: 31%;
  padding: 0;
  border: none;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.photo_B .elementor-col-33 p {
  margin-bottom: 0;
}

.photo_B .elementor-col-33 .elementor-widget-image {
  margin-bottom: -20px;
  border-radius: 10px;
  overflow: hidden;
}

.photo_B .elementor-col-33 img {
  width: 100% !important;
}

.photo_B dl {
  padding-top: 0;
}

.photo_B dl dt {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  text-align: center;
}

.photo_B dl dt span {
  color: #fff;
  background: var(--blue);
  padding: 8px 15px;
  border-radius: 10px;
}

.photo_B dl dd {
  color: #22201e;
}

.photo_B .photo_B02 {
  margin: 0 3%;
}

@media screen and (max-width: 767px) {
  .photo_B {
    display: block;
  }
  .photo_B dl dt {
    font-size: 20px;
  }
  .photo_B .elementor-col-33 {
    width: 100%;
    display: block;
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
  .photo_B .photo_B02 {
    margin: 40px 0%;
  }
}
.time_C {
  color: #fff;
  background: #fbf8d4;
  margin-bottom: 10px;
}

.time_C img {
  height: auto;
  vertical-align: middle;
}

.time_C thead {
  background: #9da33c;
}

.time_C thead th,
.time_C tbody td {
  width: 10%;
  text-align: center;
  padding: 0px 1%;
}

.time_C thead th:last-child {
  min-width: 110px;
}

.time_C thead td,
.time_C thead th {
  padding-top: 10px;
  padding-bottom: 10px;
}

.time_C th.caption {
  width: 30%;
  text-align: left;
  font-size: 16px;
  padding-left: 30px;
}

.time_C tbody th {
  text-align: left;
  color: #222;
  padding-left: 30px;
}

.time_C tbody tr td,
.time_C tbody tr th {
  padding-top: 15px;
}

.time_C tbody tr:last-child td,
.time_C tbody tr:last-child th {
  /* padding-top: 0; */
  padding-bottom: 15px;
}

.time_C tbody td span {
  color: #8d8d8d;
  width: 20px;
  display: inline-block;
}

.time_C_note span {
  display: inline-block;
  width: 22px;
  line-height: 1;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 767px) {
  .time_C thead th {
    font-size: 15px;
  }
  .time_C th.caption {
    font-size: 15px;
    padding-left: 10px;
  }
  .time_C thead th:last-child {
    min-width: unset;
    padding-right: 16px;
  }
  .time_C tbody tr td:last-child {
    padding-right: 16px;
  }
  .time_C tbody th {
    padding-left: 10px;
    letter-spacing: 0;
  }
  .time_C thead th,
  .time_C tbody td {
    width: 6.5%;
  }
  .time_C tbody tr td,
  .time_C tbody tr th {
    padding-top: 10px;
  }
}
@media screen and (max-width: 370px) {
  .time_C thead th,
  .time_C th.caption {
    font-size: 13px;
  }
  .time_C tbody td span {
    width: 15px;
  }
  .time_C_note span {
    width: 17px;
    top: 1px;
  }
}
/*--------------------------------------
	menu_frame
--------------------------------------*/
.menu__frame-box {
  background: #fff;
  text-align: center;
  padding: 14px 0 0;
  margin-bottom: 10px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.menu__frame-box .ttl {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
}

.menu__frame-box .ttl span {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 3px 10px;
  color: #4b4b4b;
}

.menu__frame-box h3 {
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
}

.menu__frame-box h3 span {
  background: var(--blue);
  border-radius: 10px;
  overflow: hidden;
  padding: 3px 10px;
  color: #fff;
}

.menu__frame-box .ob-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.menu__frame-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: calc((100% - 1020px) / 3);
  flex-wrap: wrap;
}

.menu__frame-list li {
  width: 340px;
  margin-bottom: 60px;
}

.menu__frame-list li:last-child,
.menu__frame-list li:nth-last-child(2),
.menu__frame-list li:nth-last-child(3) {
  margin-bottom: 0;
}

.menu__frame-list .icon {
  margin-bottom: 15px;
}

.menu__frame-list .text {
  margin-bottom: 20px;
}

.menu__frame-list .btn {
  margin-left: auto;
  margin-right: auto;
}

.btn__style {
  width: 200px;
  margin: 0 auto;
}

.btn__style a {
  display: block;
  background: #fbb978;
  line-height: 1;
  padding: 24px 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  border-radius: 100px;
  transition: all 0.5s ease;
}

.btn__style a:hover {
  opacity: 0.5;
}

.btn__style a::after {
  content: '';
  background: url('../img/top/icon_arrow01.png') no-repeat center;
  background-size: 100% auto;
  width: 9px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .menu__frame-list {
    gap: 3.3333%;
  }
  .menu__frame-list li {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .menu__frame-box {
    padding: 30px 0;
  }
  .menu__frame-list li {
    width: 100%;
    margin-bottom: 0;
  }
  .menu__frame-list li + li {
    margin-top: 40px;
  }
  .menu__frame-list .text {
    margin-bottom: 20px;
    height: auto !important;
  }
}
.check__list li {
  position: relative;
  padding-left: 32px;
}

.check__list li:before {
  content: '';
  width: 23px;
  height: 21px;
  background: url(../img/icon_check.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 7px;
}

.frame_J {
  border-radius: 15px;
  border: 2px solid #9da33c;
  background: #fff;
  padding: 30px 40px;
}

.frame_J h3 {
  text-align: center;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #9da33c;
  color: #fff;
  padding: 5px 10px;
}

.frame_J .text {
  margin-bottom: 30px;
}

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

.frame_J .check__list li {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .frame_J {
    padding: 30px 25px;
  }
  .frame_J h3 {
    font-size: 20px;
  }
  .frame_J .check__list {
    display: block;
  }
  .frame_J .check__list li {
    width: 100%;
  }
}
.link__a a {
  display: inline-block;
  background: #fbb978;
  line-height: 1;
  padding: 24px 50px 24px 34px;
  color: #fff;
  position: relative;
  border-radius: 100px;
  transition: all 0.5s ease;
  font-size: 20px;
  min-width: 280px;
}

.link__a a:hover {
  opacity: 0.5;
}

.link__a a::after {
  content: '';
  background: url('../img/top/icon_arrow01.png') no-repeat center;
  background-size: 100% auto;
  width: 9px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

.number__list {
  counter-reset: list-number;
}

.number__list li {
  position: relative;
  list-style: none;
  padding-left: 85px;
}

.number__list li dt {
  font-size: 24px;
  margin-bottom: 10px;
}

.number__list li:before {
  counter-increment: list-number;
  content: counter(list-number);
  line-height: 56px;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background-color: #fff;
  border: 2px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  z-index: 2;
  position: absolute;
  font-weight: 700;
  top: -11px;
  left: 0;
}

.number__list li + li {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .number__list li {
    padding-left: 65px;
  }
  .number__list li dt {
    font-size: 20px;
  }
  .number__list li:before {
    font-size: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .number__list li + li {
    margin-top: 35px;
  }
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .d-flex {
    flex-direction: column;
  }
}

.elementor-text-editor p {
  margin-bottom: 0;
}

/*--------------------------------------
    c-list
--------------------------------------*/
.c-list {
  letter-spacing: 0em;
  width: 49%;
}
.c-list.c-list__full {
  width: 100%;
}
.c-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
}
.c-list li:last-child {
  margin-bottom: 0;
}
.c-list li:before {
  content: '●';
  position: absolute;
  top: 6px;
  left: 0;
  color: var(--blue);
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .c-list {
    width: 100%;
  }
  .c-list li {
    margin-bottom: 0;
  }
  
}
/*--------------------------------------
	clinic-row
--------------------------------------*/
.clinic-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 -19px 0 -15px;
}
.clinic-row .c-item {
  width: calc(50% - 15px);
}
.clinic-row .c-item:nth-child(3) {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 33px 70px;
  gap: 69px;
}
.clinic-row .c-item:nth-child(3) .title {
  margin-bottom: 0;
}
.clinic-row .c-item:nth-child(3) .txt {

      font-size: 15px;
}
@media screen and (max-width: 768px) and (max-width: 1199px) {
.clinic-row .c-item:nth-child(3) {
  gap: 32px;
}
.clinic-row .c-item:nth-child(3) .title {
  width: 82px;
}
}

@media screen and (max-width: 767px) {
  .clinic-row {
    margin: 0;
    flex-direction: column;
  }
  .clinic-row .c-item {
    width: 100%;
  }
  .clinic-row .c-item:nth-child(3) {
    padding: 30px 20px;
    flex-direction: column;
    gap: 30px;
  }
}

/*--------------------------------------
    c-item
--------------------------------------*/
.c-item {
  background: #f2f6fc;
  border-top: 2px solid #004096;
  padding: 43px 69px;
  box-shadow: 0px 3px 8px rgba(165, 165, 165, 0.16);
}
.c-item .title {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 55px;
  line-height: 1;
  font-family: var(--serif);
}
.c-item .border {
  margin-left: -2px;
  font-size: 15px;
}
.c-item .border p {
  border-bottom: 1px solid #353537;
  letter-spacing: 0em;
  padding-bottom: 10px;
  margin-bottom: 18px;
}
.c-item .border p span {
  margin-right: 22px;
  color: var(--blue);
}
.c-item .d-flex {
  gap: 52px;
}
.c-item .d-flex div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-item {
    padding: 30px 20px;
  }
  .c-item .title {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .c-item .border {
    font-size: 14px;
  }
  .c-item .d-flex {
    flex-direction: column;
    gap: 0;
  }
  .c-item .d-flex div {
    width: 100%;
  }
}

.c-item2 {
  border: 1px solid #2f6bbc;
  background: #fff;
  padding: 30px 0 44px;
}
.c-item2.gray-bg {
  background: #f8f8f8;
}
.c-item2 .title {
  font-size: 26px;
  font-family: var(--serif);
  color: var(--blue);
  line-height: 50px;
  position: relative;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
.c-item2 .title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ebebeb;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}
.c-item2 .d-flex {
  justify-content: space-between;
  width: calc(100% - 8vw);
  max-width: 894px;
  margin: 0 auto;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-item2 .title {
    font-size: 5.8666666667vw;
  }
  .c-item2 .d-flex {
    gap: 0;
  }
}

/*--------------------------------------
    table_B
--------------------------------------*/
.table_B {
  border: 1px solid #cbcac9;
  color: #22201e;
  font-family: var(--serif);
}

.table_B th,
.table_B td {
  vertical-align: middle;
  line-height: 1.6;
}

.table_B tr:last-child th {
  border-bottom: none;
}

.table_B th {
  width: 50%;
  padding: 15px 25px;
  border-bottom: 1px solid #cbcac9;
  border-right: 1px solid #cbcac9;
  background: #eceff4;
}

.table_B td {
  padding: 15px 30px;
  border-bottom: 1px solid #cbcac9;
}

.table_B.cols td:nth-child(2) {
  border-right: 1px solid #cbcac9;
}

@media screen and (max-width: 767px) {
  .table_B th {
    width: 50%;
  }
  .table_B td,
  .table_B th {
    padding: 15px 20px;
  }
  .table_B.cols td,
  .table_B.cols th {
    padding: 15px;
    font-size: 14px;
  }
}
/*--------------------------------------
  qa
--------------------------------------*/
.qa dl {
  border: 1px solid #2f6bbc;
  background: #fff;
  color: #353537;
  padding: 35px 46px 39px;
  margin-bottom: 30px;
}
.qa dl:last-child {
  margin-bottom: 0;
}
.qa dl dt,
.qa dl dd {
  position: relative;
  padding-left: 72px;
}
.qa dl span {
  position: absolute;
  top: -2px;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 21px;
  line-height: 53px;
  text-align: center;
  font-family: var(--zen);
}
.qa dl dt {
  border-bottom: 1px solid #2f6bbc;
  font-size: 22px;
  line-height: 47px;
  color: #2f6bbc;
  font-weight: 500;
  font-family: var(--serif);
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 21px;
}
.qa dl dd span {
  color: #2f6bbc;
  background: #f2f6fc;
  font-weight: 500;
  top: -5px;
}
@media screen and (max-width: 767px) {
  .qa {
    margin: 0;
  }
  .qa dl {
    padding: 30px 20px;
  }
  .qa dl span {
    width: 40px;
    height: 40px;
    line-height: 36px;
    top: 0;
  }
  .qa dl dt,
  .qa dl dd {
    padding-left: 50px;
  }
  .qa dl dt {
    font-size: 18px;
    line-height: 1.5;
  }
  .qa dl dd span {
    top: 0;
  }
}

/*--------------------------------------
  flow_2
--------------------------------------*/
.flow_2 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 703px;
  margin: 0 auto;
}
.flow_2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 27px;
  width: 2px;
  bottom: 0;
  background: var(--blue);
  z-index: -1;
}
.flow_2 .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: start;
  gap: 34px;
  margin-bottom: 30px;
  position: relative;
  color: #353537;
  --circle: 56px;
}
.flow_2 .item:last-child {
  margin-bottom: 0;
}
.flow_2 .item:last-child:before {
  top: var(--circle);
  bottom: 0;
  content: '';
  width: var(--circle);
  background: #fff;
  position: absolute;
  left: 0;
}
.flow_2 .item .num {
  min-width: var(--circle);
  height: var(--circle);
  text-align: center;
  font-size: 24px;
  border: 2px solid;
  font-family: var(--serif);
  line-height: var(--circle);
  color: var(--blue);
  font-weight: 400;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
}
.flow_2 .item .title {
  font-weight: bold;
  font-family: var(--serif);
  margin-bottom: 0;
  font-size: 28px;
  line-height: 45px;
}
.flow__photo .item .photo {
  float: right;
  width: 30%;
  margin-left: 15px;
}


@media screen and (max-width: 767px) {

.flow__photo .item .photo {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15px;
}



  .flow_2:before {
    left: 21px;
  }
  .flow_2 .item {
    gap: 20px;
    --circle: 46px;
  }
  .flow_2 .item .num {
    font-size: 20px;
    line-height: 40px;
  }
  .flow_2 .item .title {
    font-size: 22px;
    margin-top: -4px;
  }
}

.phylosophy-sec,
.feature-sec,
.medical-sec,
.treatment-sec,
.info-sec {
  margin: 0 calc(50% - 50vw);
  font-family: 'Noto Serif JP', serif;
  line-height: 28px;
}
.medical-sec {
  padding-top: 0;
}


/*# sourceMappingURL=content.css.map */

#sec__slider .slider__s {
    width: 100%;
    position: relative;
}


#sec__slider .slider__s .slider__larger .ob-img {
	height: 83vw;
	width: 100%;
}

#sec__slider .slider__s .slider__thumb .slick-track {
transform: translate3d(0, 0, 0) !important;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 103% !important;
}
#sec__slider .slider__s .slider__thumb .slick-slide {
	position: relative;
	left: 0 !important;
opacity: 1 !important; 
	top: auto !important;
	width: 47.5% !important;
	margin-right: 2.5%;
	margin-top: 1%;
	cursor: pointer;
}


#sec__slider .slider__s .slider__thumb {
	position: relative;
	width: 100%;
	margin-bottom: 4vw;
}



#sec__slider .slider__s .slider__thumb .ob-img {
	height: 25vw;
	width: 100%;
}
#sec__slider .slider__s .slider__thumb .slick-current {
  display: none;
}


@media screen and (min-width: 768px) {
#sec__slider {
        padding-top: 20px;
        padding-bottom: 60px;
}
	

#sec__slider .slider__s {
	position: relative;
}
#sec__slider .slider__s .slider__larger {
  width: 63%;
}

#sec__slider .slider__s .slider__larger .ob-img {
	height: 453px;
}

#sec__slider .slider__s .slider__thumb {
	position: absolute;
	width: 36%;
	top: -4px;
	right: 0;
	margin-bottom: 0;
	z-index: 2;
}


#sec__slider .slider__s .slider__thumb .ob-img {
	height: 139px;
	width: 100%;
}



}

