@charset "UTF-8";
/* Custom CSS */

body {
	font-size: 16px;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
	line-height: 2;
}
p {
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
}
.en {
	font-family: "Cabin", sans-serif;
}
.ja {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif !important;
}
.en2 {
	font-family: "Lora", serif;
}
a {
	transition: .25s;
}
img {
	height: auto;
}
@keyframes link {
   0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
.primary-btn {
	overflow: hidden;
	padding-bottom: 8px;
}
.primary-btn:after {
	bottom: 0;
}
.primary-btn:hover:after {
	animation: link .6s cubic-bezier(.455,.03,.515,.955) infinite
}

a.btn_round {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 270px;
    height: 60px;
    text-align: center;
    background: linear-gradient(120deg, #1e49a2 0%, #1e49a2 50%, #7db9e8 100%);
    position: relative;
    z-index: 1;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-radius: 100px;
    white-space: nowrap;
    overflow: hidden;
}
a.btn_round::before {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: var(--blue2);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
	transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
a.btn_round:hover:before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
a.btn_round i {
	position: absolute;
	right: 1em;
	top: calc(50% - .5em);
}
/* =Misc
-----------------------------------------------------------------------------*/
.mb-20 {
	margin-bottom: 20px;
}
.mb-40,.mb20-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60,.mb30-60 {
	margin-bottom: 60px;
}
.mb30-80 {
	margin-bottom: 80px;
}
.ptb40,.ptb20-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb50,.ptb30-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb30-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.ptb30-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.text-left-center {
	text-align: center;
}
.color {
	color: var(--blue1);
}
/* =Header
-----------------------------------------------------------------------------*/
.top-nav {
	line-height: 1.5;
}
#gnav {
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	background: #fff;
	z-index: 999;
	line-height: 1.5;
}
#gnav.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
.top-nav .tn-right .bk-btn:hover {
	background: var(--blue2);
}

/* =MainVisual
-----------------------------------------------------------------------------*/
.owl-stage::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	z-index: +1
}
.hero-text p {
	line-height: 2;
}
/* 下層ページ */
.page-hero {
    width: 94%;
    height: 240px;
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(120deg, #1e49a2 0%, #1e49a2 50%, #7db9e8 100%);
    color: #fff;
}
.page-hero h2 {
	font-family: "Lora", serif;
	color: #fff;
	font-size: 42px;
	text-align: center;
	text-transform: uppercase;
}
.page-hero h2 small {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
	display: block;
	font-size: 20px;
	margin-top: 10px;
}
/* =tables
-----------------------------------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 1rem;
}
table.table-company {
	border-bottom: 1px solid #dee2e6;
}
table.table-company th {
	padding: 1.2em 3em 1.2em 1.2em;
    text-align: right;
    width: 200px;
    vertical-align: middle;
    border-right: 1px solid #dee2e6;
     border-top: 1px solid #dee2e6;
}
table.table-company td {
    padding: 1.2em 1.2em 1.2em 3em;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
table.table-simple {
	width: auto;
}
table.table-simple th,table.table-simple td {
	vertical-align: top;
}
/* =footer sub content
-----------------------------------------------------------------------------*/
#footer_sub {
	border-top: 1px solid #ccd8de;
}
table.table-medical {
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #ccd8de;
	font-size: 1.1em;
	font-weight: 600;
}
table.table-medical {
	margin-bottom: 1.5em;
}
table.table-medical th {
	background: var(--lightblue);
	border-top: 1px solid #ccd8de;
	padding: .75em 1em;
}
table.table-medical td {
	border-top: 1px solid #ccd8de;
	padding: .75em 1em;
}
#footer_sub table.table-simple {
	margin-bottom: 8px;
}
#footer_sub table.table-simple th {
	background: var(--lightblue);
	vertical-align: middle;
	padding: 0 1em;
	text-align: center;
	width: 120px;
	color: var(--blue1);
}
#footer_sub table.table-simple td {
	padding: 0 1em;
	vertical-align: top;
}
/* =footer
-----------------------------------------------------------------------------*/
.footer-section .logo {
	margin-bottom: 1.5em;
}
.footer-section .footer_tel h4 {
	font-size: 1.2em;
	font-weight: 600;
}
.footer-section .tel_num {
	color: var(--blue1);
	font-size: 30px;
	font-weight: bold;
	line-height: 1.65;
}
.footer-section .tel_num a {
	color: var(--blue1);
	font-size: 36px;
}
.footer-section .copyright-option {
	background: var(--blue1);
	
}
.footer-section .copyright-option .co-text {
	color: #fff;
	font-size: 13px;
}

/* =フッターメニュー
-----------------------------------------------------------------------------*/
.footer_nav {
	background: #fff;
}
.footer_nav ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 1em 0;
}
.footer_nav ul li {
	display: inline-block;
}
.footer_nav ul li a {
	display: block;
	font-size: 13px;
	padding: 5px .75em;
	position: relative;
}
.footer_nav ul li a::before {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--blue1);
    content: "";
    opacity: 0;
    transition: all 0.3s;
}
.footer_nav ul li a:hover::before {
	opacity: 1;
}


/* =トップページ
-----------------------------------------------------------------------------*/
a.service-item {
	display: block;
	height: 100%;
}
a.service-item i {
	font-size: 4.6rem;
	margin-bottom: 2rem;
}
/*------------- #top01 -------------*/
.page-template-top .slide-img-content.fromRight, .page-template-top .slide-img-content.fromLeft {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 50px;
	position: relative;
}
#top01 .slide-img-content.fromRight {
	margin-bottom: 0;
}
#top01 .slide-img-content.fromRight::before {
	background: url(../images/top/top01.jpg) left center/cover no-repeat;
	height: 100%;
}
.page-template-top .fromRight .about-text {
	padding: 3rem 3rem 3rem 0;
	background: rgba(255,255,255,1);
}
.page-template-top .fromLeft .about-text {
	padding: 3rem 0rem 3rem 3rem;
	background: rgba(255,255,255,1);
}

#top01 {
	position: relative;
	background: url(../images/top/bg_top01.jpg) center center/cover no-repeat;
}
#top01::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e49a2+0,1e49a2+100&0.9+0,0.5+100 */
background: linear-gradient(to right,  rgba(30,73,162,0.9) 0%,rgba(30,73,162,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#top01 .container {
	position: relative;
	z-index: +1;
	color: #fff;
}
#top01 h2 {
	color: #fff;
}
#top01 .section-title span {
	color: #fff;
	opacity: .5;
}
#top01 .text-left-center {
	color: #fff;
}
#top01 h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.65;
	margin-bottom: 1em;
}

/*------------- #top02 -------------*/
.top02_box {
	height: 100%;
	border: 8px solid var(--lightblue);
	padding: 2em 2em 6em;
	position: relative;
	border-radius: 12px;
}
.top02_box h3 {
	margin-bottom: 16px;
}
.top02_box .top02_btn {
	position: absolute;
	bottom: 1.5em;
	left: 0;
	width: 100%;
}
/*------------- #top03 -------------*/
#top03 {
	background: url(../images/bg_dot.png) center 5px / 30px repeat;
}
#top03 h3.ja {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.65;
}
/*------------- #top-news -------------*/
#top-news.page-section h3.section-subheading {
	margin-bottom: 2rem;
}
.news-wrap article {
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
.news-wrap article a {
	display: table;
	width: 100%;
	padding: 1.25rem 2rem 1.25rem 1rem;
	position: relative;
	color: #222;
	text-decoration: none;
}
.news-wrap article a > div {
	display: table-cell;
	
}
.news-wrap article a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--lightblue);
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.32s, -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    z-index: -1;
}
.news-wrap article a:hover::after {
	-webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.news-wrap article .news-meta {
	width: 180px;
}
.news-wrap article .date {
	display: inline-block;
	padding-right: 2rem;
	opacity: .5; 
	line-height: 1.25;
	font-weight: bold;
	white-space: nowrap;
}
.news-wrap article a:hover .news-txt {
	transition: .25s;
}
.news-wrap article a:hover .news-txt {
	color: var(--blue1);
}
/*-----------------------------------------------------------------------------
	Contact
-----------------------------------------------------------------------------*/
.step-box {
	margin-bottom: 2rem;
}
.step-box h3 {
	display: flex;
	align-items: center;
	width: 100%;
	background: var(--gray);
	border-radius: 500px;
	overflow: hidden;
	margin-bottom: 1rem;
}
.step-box span {
	display: inline-block;
	padding: 10px 0;
}
.step-box span.en {
	font-family: var(--en);
	width: 200px;
	text-align: center;
	background: #222;
	color: #fff;
	font-size: 24px;
}
.step-box span.ja {
	flex: 1;
	font-family: var(--ja);
	font-size: 18px;
	font-weight: 500;
	padding-left: 1.5rem;
}
.step-box p {
	padding: 0 3rem;
}

.contact__form {
	margin-top: 80px;
}

h3.line {
	border-bottom: 2px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 2rem;
}
a.button {
	display: inline-block;
    font-weight: 700;
    padding: 14px 28px 14px;
    background: var(--blue1);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    min-width: 240px;
    transition: .25s;
}
a.button:hover {
	background: var(--blue2);
}
#contact .tel__num {
	text-align: center;
	font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #888;
    padding-top: 3rem;
}
#contact .tel__num a {
	color: #888;
	text-decoration: none;
}
#contact .tel__num p {
	font-size: 1.1rem;
	font-weight: normal;
}
.table-contact p {
	margin: 0;
}
.shadow-wrap {
	padding: 6rem;
	background-color: rgba(255,255,255,.8);
    height: 100%;
    box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 6rem;
}
p.contact-tel-num {
	font-size: 4.2rem;
    letter-spacing: .1em;
    font-weight: bold;
    font-family: 'Oswald';
    line-height: 1.4;
    
}
table.table-contact {
	border-top: 1px solid rgba(0,0,0,.1);
	width: 100%;
	margin-top: 3rem;
}
table.table-contact th {
	white-space: nowrap;
	padding: 1.5rem 0;
	font-weight: normal;
	border-bottom: 1px solid rgba(0,0,0,.1);
	width: 240px
}
table.table-contact td {
	padding: 2rem 0 2rem 3rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
table.table-contact span.hissu {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 2px 12px;
    border-radius: 3px;
    background: #fb5357;
    float: right;
    font-weight: bold;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
span.wpcf7-list-item {
  position: relative;
  margin: 0 24px 0 0 !important;/*項目ごとの余白を調整*/
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}
.wpcf7-list-item-label:before {/*チェックボックスの枠*/
  content: '';
  border: 1px solid #222;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
input[type="checkbox"] + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  visibility: hidden;
  width: 20px;
  height: 20px;
  border: 2px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
	visibility: visible;
    width: 10px;
  top: -3px;
  left: 7px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.table-contact {
	margin-bottom: 20px;
}
.table-contact input[type=text],
.table-contact input[type=email],
.table-contact input[type=tel] {
	width: 50%;
}
.table-contact textarea {
	width: 100%;
}
input[type=submit] {
	display: inline-block;
    font-weight: 700;
    padding: 14px 28px 14px;
    background: var(--blue1);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    min-width: 240px;
    transition: .25s;
    border: none;
    font-size: 16px;
}
input[type=submit]:hover {
	background: var(--blue2);
}
input[type="file"] {
	margin-bottom: 7px;
}
input[type="text"].long {
	width: 100%;
}
/*-----------------------------------------------------------------------------
	お知らせ
-----------------------------------------------------------------------------*/
.news-wrap article a:hover .news-txt {
    color: var(--blue1);
}
.single-title-box {
	border-left: 5px solid #e8e8e8;
	padding-left: 1.5em;
}
.single-title-box h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.65;
	margin-bottom: 0;
}
.single-title-box p.date {
	color: #aaa;
	font-weight: bold; 
}
/*-----------------------------------------------------------------------------
	シングルページ共通
-----------------------------------------------------------------------------*/
.single-post-area h2,.single-post-area h3 {
	margin-bottom: .75em;
}
.single-title-box .date {
	color: var(--blue1);
}
.single-post-area,.single-post-area p {
	line-height: 2em;
}
.single-post-area table {
	width: 100% !important;
}
.single-post-area table td,.single-post-area table th {
	padding: .75em;
}
.single-post-area .post-date {
	background: #f7f7f7;
	padding: 7px 0 4px 1.5em;
	border-radius: 4px;
	margin-bottom: 1.5em;
}
.pageNav {
	padding: 30px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.pageNav a {
	display: inline-block;
	color: #fff;
	background-color: var(--blue1);
	padding: 4px 1.25em;
	font-size: 13px;
	border-radius: 50px;
	font-weight: bold;
	text-decoration: none;
}
.pageNav a .material-icons {
	font-size: 24px;
	margin-top: -2px;
}
.pageNav a:hover {
	background-color: var(--blue2);
	color: #fff;
}
.pageNav span.prev {
	float: right;
}
.pageNav span.prev,.pageNav span.next {
	display: inline-block;
}

.single-post-area a:link,.single-post-area a:visited {
	color: #999;
	text-decoration: underline;
}
.single-post-area a:hover {
	text-decoration: none;
}
.single-post-area table {
	max-width: 100% !important;
}
.single-post-area table td,.single-post-area table th {
	border: 1px solid #eee;
}
.single-post-area ul li {
	list-style: disc;
	list-style-position: inside;
}
.single-post-area ol li {
	list-style: decimal;
	list-style-position: inside;
}
.single-post-area blockquote {
	border-left: 4px solid #f7f7f7;
	margin-left: 0;
	padding-left: 2em;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
/* シングル */
.single-post-area {
	margin-top: 60px;
	line-height: 2;
}
.single-blog-left {
	padding-right: 3rem;
}
.single-post-area table {
	max-width: 100% !important;
}
.single-post-area ul li {
	list-style: disc;
	list-style-position: inside;
}
.single-post-area ol li {
	list-style: decimal;
	list-style-position: inside;
}
.single-post-area blockquote {
	border-left: 1px solid #040000;
	margin-left: 0;
	padding-left: 2em;
	font-style: italic;
}
.single-post-area hr {
	height: 1px;
	background-color: #040000;
	border: none;
	margin: 30px 0;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
.single-post-area img {
	max-width: 100% !important;
}
.wp-caption ,.wp-caption-text {
	max-width: 100%!important;
}

/*-----------------------------------------------------------------------------
	パンくずリスト
-----------------------------------------------------------------------------*/
.breadcrumb-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-weight: 500;
}
.breadcrumb-wrap a {
    color: #fff;
    opacity: .7;
}
.breadcrumb-wrap a:hover {
	opacity: 1;
}
/*-----------------------------------------------------------------------------
	ページナビ
-----------------------------------------------------------------------------*/
.pagenavi {
	width: 100%;
	margin-top: 3rem;
}
.pagenavi .wp-pagenavi {
	font-weight: 800;
}
.pagenavi .wp-pagenavi a,.pagenavi .wp-pagenavi span {
	color: #999;
	border: none;
	margin: 0 4px;
	padding: 4px;
}
.pagenavi .wp-pagenavi span.material-icons {
	padding: 0;
	margin: 0;
}
.pagenavi .wp-pagenavi span.current {
	color: var(--blue1);
	border-bottom: 3px solid var(--blue1);
}
.pagenavi .wp-pagenavi a:hover,.pagenavi .wp-pagenavi a.nextpostslink:hover span.material-icons {
	color: var(--blue2); 
}
.pagenavi .wp-pagenavi a.nextpostslink span.material-icons {
	padding: 0;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}


/*-----------------------------------------------------------------------------
	レイヤーアニメ
-----------------------------------------------------------------------------*/
.fromLeft,.fromRight {
	position: relative;
	overflow: hidden;
}
.fromLeft:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200%;
	background-color: var(--lightblue);
	z-index: -1;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.fromRight:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 200%;
	background-color: var(--lightblue);
	z-index: -1;
	-webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.fromLeft.isPlay:before,.fromRight.isPlay:before {
	-webkit-clip-path: inset(0);
    clip-path: inset(0);
}


/*-----------------------------------------------------------------------------
	Faq
-----------------------------------------------------------------------------*/
dl.qa {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #eee;
}
.fromLeft dl.qa,.fromRight dl.qa {
	border-bottom: 1px solid #fff;
}
dl.qa dt {
	color: #19191a;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 50px 15px 70px;
	position: relative;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
dl.qa dt:after {
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/plus.svg) center center/18px no-repeat;
    position: absolute;
    right: 7px;
    top: 20px;
}
dl.qa dt:hover ,dl.qa dt.active {
	cursor: pointer;
	color: var(--blue1);
}
dl.qa dt.active:after {
	background: url(../images/minus.svg) center center/18px no-repeat;
}
dl.qa dt span {
	display: inline-block;
	padding-right: 1em;
	position: absolute;
	left: 0;
	top: 12px;
	font-family: "Lora", serif;
	font-size: 20px;
	border-right: 1px solid var(--blue1);
	color: var(--blue1) !important;
}
dl.qa dd {
    padding: 20px 2em;
    background-color: var(--lightblue);
    text-align: left;
    width: 100%;
    margin: 10px 0 0 0;
    border-radius: 6px;
    position: relative;
    display: none;
}
dl.qa dd:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 12%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 10px solid var(--lightblue);
}
.fromLeft dl.qa dd,.fromRight dl.qa dd {
	background-color: #fff;
}
.fromLeft dl.qa dd:before,.fromRight dl.qa dd:before {
	border-bottom: 10px solid #fff;
}
dl.qa dd .green-frame {
	background: #fff;
}

dl.qa a {
	color: var(--blue1);
}
dl.qa a:hover {
	color: var(--blue2);
}

/*-----------------------------------------------------------------------------
	クリニックの特徴
-----------------------------------------------------------------------------*/
.concept_sec::before {
	background: var(--lightblue) !important;
}
.concept_sec h2 {
	margin-bottom: 1.65rem;
	padding-left: 1.5em;
	position: relative;
	font-size: 32px;
	font-weight: 500;
}
.concept_sec h2:before {
	content: "";
	display: block;
	width: 1.25em;
	height: 1.25em;
	background: url(../images/check.svg) center center/cover no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
/*-----------------------------------------------------------------------------
	初診の方へ
-----------------------------------------------------------------------------*/
.page-nav .row {
	margin-left: -1px;
	margin-right: -1px;
}
.page-nav .row > div {
	padding-left: 1px;
	padding-right: 1px;
}
.page-nav a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 90px;
	color: #fff;
	background: var(--blue1);
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	font-family: "Lora", serif;
	margin-bottom: 2px;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
}
.page-nav a::before {
	content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/arrow_down_white.svg) center center / cover no-repeat;
    position: absolute;
    right: 1rem;
    top: calc(50% - 4px);
}
.page-nav a:hover {
	background: var(--blue2);
}
.first01_box {
	height: 100%;
	padding: 2em;
	background: #fff;
	border-radius: 12px;
}
.first01_box figure {
	text-align: center;
}
.first01_box h3 {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: .65em;
	line-height: 1.5;
}
.first01_row > div {
	margin-bottom: 1em;
}
.first_info {
	margin-top: 2em;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}
.first_info h3 {
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	background: var(--blue1);
	margin: 0;
	padding: 10px 1em;
}
.first_info .inner {
	padding: 2em;
}
.first_info .inner dl {
	padding-left: 1em;
	margin-bottom: 1.5em;
}
.first_info .inner dt {
	font-weight: 600;
	font-size: 1.2em;
	color: var(--blue1);
	position: relative;
}
.first_info .inner dt::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--blue1);
	position: absolute;
	left: -1em;
	top: calc(1em - 4px);
}
.first_info .inner .table-simple {
	font-weight: 600;
	color: var(--blue1);
}
.flow_box {
	display: flex;
	border: 2px solid var(--blue1);
	margin-top: 50px;
	position: relative;
}
.flow_box:not(:last-child):before {
	content: "";
	width: 10px;
	height: 70px;
	background: var(--lightblue);
	position: absolute;
	bottom: -64px;
	left: calc(50% - 5px);
	z-index: -1;
}
.flow_box .flow_left {
	color: #fff;
	background: var(--blue1);
	width: 240px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 1em 1em 1em 2em;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
.flow_box .flow_left span {
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 5px;
	opacity: .4;
	font-size: 2em;
	line-height: 1;
	font-family: YakuHanJP, "Lora", "リュウミン M-KL", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", serif;
	font-style: italic;
}
.flow_box .flow_right {
	display: flex;
	align-items: center;
	padding: 1em;
	flex: 1;
	background: #fff;
}
.color-red {
	color: #fb5357;
}
/*-----------------------------------------------------------------------------
	クリニックの紹介
-----------------------------------------------------------------------------*/
.ceo-img figure {
    padding-left: 4rem;
    margin: 0;
}
.dr_01 {
	padding-bottom: 60px;
	border-bottom: 2px solid #fff;
}
.dr_02 {
	padding-top: 60px;
}
.ceo-name {
	color: #fff;
    padding: 4rem 2rem 3rem;
    margin-right: 3rem;
    position: relative;
    z-index: -1;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.65;
    background: var(--blue1);
    margin-top: -3rem;
}
.dr_02 .ceo-name {
	margin-top: 0;
	padding: 3rem 2rem 3rem;
}
.ceo-detail h3 {	
    position: relative;
    margin-bottom: .65em;
    padding-left: .5em;
    color: var(--blue1);
    font-weight: 500;
}
.ceo-detail h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -4px;
    border-radius: 40px;
    z-index: -1;
    opacity: .5;
}
ul.disc {
	list-style: none;
}
ul.disc li {
    position: relative;
    padding-left: 1.5em;
}
ul.disc li::before {
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--blue1);
    position: absolute;
    left: 6px;
    top: calc(50% - 3px);
    border-radius: 50%;
}
@media only screen and (min-width: 992px) {
	.dr_01 .ceo-detail {
	margin-left: 2em;
	}
	.dr_02 .ceo-detail {
		margin-right: 2em;
	}

}
.img_gallery .col-6 {
	margin-bottom: 30px;
}
/*-----------------------------------------------------------------------------
	診療案内
-----------------------------------------------------------------------------*/
#medical00 {
	position: relative;
	background: url(../images/medical/medical00.jpg) center top/100% no-repeat;
}
#medical00::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.2+0,1+100 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	z-index: 0;
}
#medical00 .container {
	position: relative;
	z-index: +1;
}
.medical00_list_wrap ul {
	list-style: none;
}
.medical00_list_wrap ul li {
	position: relative;
    padding-left: 2em;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    margin-bottom: .5em;
    color: var(--blue1);
}
.medical00_list_wrap ul li::before {
	content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url(../images/check.svg) center center / cover no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}
.matome {
	background: var(--lightblue);
	border-radius: 12px;
	padding-top: 1em;
}
.fromLeft .matome,.fromRight .matome {
	background: #fff;
}
.matome .inner {
	padding: 1em 2em 2em;
}
.matome h3 {
	position: relative;
	padding-left: 2em;
	margin: 0;
	color: var(--blue1);
	font-weight: 600;
	font-size: 22px;
}
.matome h3::before {
	content: "";
	display: block;
	width: 1.5em;
	height: 2px;
	background: var(--blue1);
	position: absolute;
	left: 0;
	top: calc(0.65em - 1px);
}
h2.medical {
	position: relative;
	padding-left: 50px;
	background: url(../images/top/chousinki.svg) left top/40px no-repeat;
	margin-bottom: 1.5em;
}
h2.medical small {
	display: inline-block;
	margin-left: 1em;
	padding-left: 1.5em;
	font-size: 65%;
	color: #555;
	position: relative;
}
h2.medical small::before {
	content: "";
	display: block;
	width: 1.25em;
	height: 1px;
	background: #555;
	position: absolute;
	left: 0;
	top: calc(0.65em - 1px);
}
h3.bg {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	background: var(--blue1);
	border-radius: 200px;
	padding: 10px 1.25em;
	margin-bottom: 1em;
}
h3.bg span.num {
	display: inline-block;
	padding-right: .5em;
}
.medical_content {
	max-width: 1000px;
	margin: 0 auto;
}
.medical_content table th {
	padding-bottom: 10px;
	color: var(--blue1);
}
.medical_content table td {
	padding-left: 1.5em;
	padding-bottom: 10px;
}
.medical_content table th span {
	display: block;
	background: var(--lightblue);
	padding: 1px 2em;
	border-radius: 200px;
	white-space: nowrap;
	text-align: center;
}
.fromLeft .medical_content table th span,.fromRight .medical_content table th span {
	background: #fff;
}


@media only screen and (max-width: 991px) {
/* =Header
-----------------------------------------------------------------------------*/
	.menu-item .logo {
	    padding: 15px 0;
	}
	.logo img {
		width: 140px;
	}
	#gnav {
		position: fixed;
		width: 100%;
	}
/* =Footer
-----------------------------------------------------------------------------*/	
	.footer_map {
		margin-top: 10px;
	}
/* =MainVisual
-----------------------------------------------------------------------------*/
	.hero-text p {
		font-size: 15px;
		line-height: 1.75;
	}
	.hero-text h1 {
		font-size: 2rem;
		line-height: 1.5;
	}
/* 下層ページ */
	.page-hero {
	    width: 100%;
	    height: 200px;
	    margin-left: 0;
	    margin-right: 0;
	    margin-top: 60px;
	}
	.page-hero h2 {
		font-size: 36px;
	}
	.page-hero h2 small {
		font-size: 15px;
		margin-top: 10px;
	}
/*-----------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------*/
/* top01 */
	#top01.spad {
		padding-bottom: 0px;
	}
	.page-template-top .slide-img-content.fromRight, .page-template-top .slide-img-content.fromLeft {
		margin-bottom: 0;
	}
	.page-template-top .slide-img-content.fromRight::before ,.page-template-top .slide-img-content.fromLeft::before {
		height: 360px !important;
	}
	.page-template-top .fromRight .about-text {
		padding: 3rem;
	}
	.page-template-top .fromLeft .about-text {
		padding: 3rem;
	}
/* top02 */
	#top02 .row .col-lg-6:first-child {
		margin-bottom: 1em;
	}
/*-----------------------------------------------------------------------------
	クリニックの紹介
-----------------------------------------------------------------------------*/
	.ceo-detail {
		margin-top: 40px;
	}
	#about02 table {
		margin-bottom: 20px;
	}
}

/* 767px以下 */
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	p {
		font-size: 14px;
	}
	.spad {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.section-title {
		margin-bottom: 20px;
	}
	.section-title h2 {
		font-size: 24px;
		line-height: 1.5;
	}
	.mb20-40 {
		margin-bottom: 20px;
	}
	.mb30-60,.mb30-80 {
		margin-bottom: 30px;
	}
	.ptb20-40 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ptb30-50,.ptb30-60,.ptb30-80  {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.text-left-center {
		text-align: left;
	}
	/* 下層ページ */
	.page-hero {
	    height: 160px;
	}
	.page-hero h2 {
		font-size: 30px;
	}
	.page-hero h2 small {
		font-size: 16px;
		margin-top: 10px;
	}
	
	a.btn_round {
	    font-size: 14px;
	    height: 42px;
	}
/* =tables
-----------------------------------------------------------------------------*/
	table.table-medical {
	    margin-bottom: 1em;
	}
	table.table-company th {
		padding: .5em 1em;
        width: auto;
        white-space: nowrap;
		display: block;
        border-right: none;
        border-bottom: none;
        width: 100%;
        text-align: left;
        font-weight: bold;
        background: var(--lightblue);
	}
	table.table-company td {
	    padding: .5em 1em;
	    display: block;
        width: 100%;
        border-top: none;
	}
/* =footer sub content
-----------------------------------------------------------------------------*/
	table.table-medical th {
	    padding: .5em 3px;
	    font-size: 13px;
	}
	table.table-medical td {
	    padding: .5em 3px;
	    font-size: 13px;
	}

/* =トップページ
-----------------------------------------------------------------------------*/	
	.about-text {
	    padding: 0;
	}
	.service-item {
	    padding: 10px 0px 10px;
	}
	.hp-room-items .hp-room-item {
		height: 300px;
	}
	.hp-room-items .hp-room-item:hover .hr-text {
	    bottom: 80px;
	}
	/* top-news */
	.news-wrap article a {
	    display: block;
	    padding: .7rem 0;
	}
	.news-wrap article .news-meta {
		display: inline-block;
	    width: 100%;
	    margin-bottom: 4px;
	    font-size: 12px
	}
	.news-wrap article .cat-name {
		display: inline-block;
	}
	.news-wrap article a .news-txt {
		padding-left: 0;
		padding-top: 0;
		display: block;
		white-space: normal;
	}
	.news-wrap article .date {
		font-size: 13px;
	}
	.slider-wrap {
		margin-bottom: 20px;
	}
	#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name {
	    font-size: 1rem;
	}
	.blog-section .section-title {
	    margin-bottom: 0;
	}
	.news-wrap article a .news-txt::before {
		display: none;
	}

/*-----------------------------------------------------------------------------
	Contact
-----------------------------------------------------------------------------*/
	.step-box {
	    margin-bottom: 1.5rem;
	}
	.step-box h3 {
		margin-bottom: 10px;
	}
	.step-box span.en {
	    width: 150px;
	    font-size: 18px;
	}
	.step-box span.ja {
	    font-size: 16px;
	    padding-left: 1rem;
	}
	.step-box p {
	    padding: 0 1rem;
	}
	.contact__form {
		margin-top: 50px;
	}

	h3.line {
		font-size: 1.5em;
	}
	#contact .tel__num {
		font-size: 2rem;
	    padding-top: 0;
	    padding-bottom: 1rem;
	}
	#contact .tel__num p {
	    font-size: 12px;
	}
	.shadow-wrap {
		padding: 2rem;
	    height: 100%;
	    margin-bottom: 3rem;
	}
	p.contact-tel-num {
		font-size: 3rem;
	    letter-spacing: .1em;
	    text-align: center;
	}
	table.table-contact th {
		display: block;
		width: 100%;
		padding: 1em 0 0;
		border-bottom: none;
	}
	table.table-contact td {
		display: block;
		width: 100%;
		padding: 1em 0;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.table-contact {
		margin-bottom: 20px;
		border-top: 1px solid rgba(0,0,0,.1);
	}
	.table-contact input[type=text],
	.table-contact input[type=email],
	.table-contact input[type=tel] {
		width: 100%;
	}
	input[type=submit] {
	    font-size: 15px;
	    width: 100%;
	    height: 46px;
	    line-height: 1;
	}
/*-----------------------------------------------------------------------------
	シングルページ共通
-----------------------------------------------------------------------------*/
	.single-post-area h2 {
		font-size: 18px;
	}
	.single-post-area h3 {
		font-size: 16px;
	}
	.single-post-area h4 {
	    padding: 8px 20px;
	    font-size: 15px;
	    margin-bottom: 12px
	}
	.pageNav a {
		padding: 4px 1em;
		font-size: 11px;
	}
/*-----------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------*/
/*------------- #top01 -------------*/
	#top01 h3 {
	    font-size: 16px;
	}
/*------------- #top02 -------------*/
	.top02_box {
		height: auto;
		border: 6px solid var(--lightblue);
		padding: 1em 1em;
	}
	.top02_box h3 {
		margin-bottom: 12px;
	}
	.top02_box .top02_btn {
		position: relative;
		bottom: auto;
		left: auto;
	}	
	.top02_box figure img {
		max-width: 100px;
	}
/*------------- #top03 -------------*/	
	#top03 h3.ja {
	    font-size: 18px;
	    margin-bottom: .65em;
	}
/*-----------------------------------------------------------------------------
	クリニックの特徴
-----------------------------------------------------------------------------*/
	.concept_sec h2 {
		margin-bottom: 1.25rem;
	    padding-left: 1.5em;
	    font-size: 24px;
	}
	.concept_sec h2:before {
		content: "";
		display: block;
		width: 1.25em;
		height: 1.25em;
		background: url(../images/check.svg) center center/cover no-repeat;
		position: absolute;
		left: 0;
		top: 0;
	}
/*-----------------------------------------------------------------------------
	初診の方へ
-----------------------------------------------------------------------------*/
	.page-nav a {
		height: 50px;
		font-size: 15px;
	}
	.first01_box {
		height: auto;
		padding: 1em;
	}
	.first01_box h3 {
		font-size: 16px;
		margin-bottom: .5em;
	}
	.first01_row > div {
		margin-bottom: 10px;
	}
	.first_info h3 {
		font-size: 16px;
	}
	.first_info .inner {
		padding: 1em;
	}
	.first_info .inner dt {
		font-size: 1.1em;
	}
	.first_info .inner dt::before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: var(--blue1);
		position: absolute;
		left: -1em;
		top: calc(1em - 4px);
	}
	.flow_box {
		display: block;
		margin-top: 30px;
	}
	.flow_box .flow_left {
		width: 100%;
		display: block;
		padding: 1em 1em 1em 3em;
		font-size: 16px;
	}
	.flow_box .flow_right {
		display: block;
	}
/*-----------------------------------------------------------------------------
	クリニックの紹介
-----------------------------------------------------------------------------*/
	.ceo-img figure {
	    padding-left: 2rem;
	}
	.ceo-name {
	    padding: 3rem 2rem 2rem;
	    margin-right: 2rem;
	    font-size: 18px;
	    margin-top: -2rem;
	}
	.ceo-detail {
        margin-top: 20px;
        margin-left: 0;
    }
    .ceo-detail h3 {
	    margin-bottom: .65em;
	    padding-left: .5em;
	    font-size: 18px;
	    font-weight: 600;
	}
	.img_gallery .col-6 {
	    margin-bottom: 1em;
	}
	.dr_02 {
	    padding-top: 30px;
	}
/*-----------------------------------------------------------------------------
	診療案内
-----------------------------------------------------------------------------*/
	.medical00_list_wrap ul li {
		line-height: 1.65;
		font-size: 15px;
	}
	.medical00_list_wrap ul li::before {
		top: 0;
	}
	h2.medical {
		margin-bottom: 1em;
		font-size: 27px;
		padding-left: 40px;
		background-size: 30px;
	}
	h2.medical small {
		display: block;
		margin-left: 0;
		font-size: 18px;
		margin-top: 8px;
		margin-left: -40px;
	}
	h3.bg {
	    font-size: 18px;
	    margin-bottom: .5em;
	}
	.medical_content table th {
	    display: block;
	    width: 100%;
	    padding-bottom: 0;
	}
	.medical_content table td {
	    display: block;
	    width: 100%;
	    padding-left: 0;
	}
	.matome h3 {
		font-size: 18px;
	}
	.matome .inner {
	    padding: 1em;
	}
/*-----------------------------------------------------------------------------
	Faq
-----------------------------------------------------------------------------*/
	dl.qa {
		padding: 8px;
	}
	dl.qa dt {
		font-size: 14px;
		padding: 10px 30px 10px 34px;
	    line-height: 1.5;
	}
	dl.qa dt:after {
	    width: 14px;
	    height: 14px;
	    background: url(../images/plus.svg) center center/14px no-repeat;
	    right: 2px;
	    top: 14px;
	}
	dl.qa dt.active:after {
		background: url(../images/minus.svg) center center/14px no-repeat;
	}
	dl.qa dt span {
		padding-right: .7em;
		left: 0;
		top: 8px;
		font-size: 16px;
		border-right: none;
	}
	dl.qa dd {
	    padding: 10px 1.5em;
	}
	dl.qa dd:before {
		left: 20%;
	}
	
	
}