@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 15px;
}
body {
	line-height: 1.8;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	/*font-family: "メイリオ" ,"Meiryo", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #000000;
}
a {
	color: #005E6F;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/


/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
}
#header-inner {
	position: relative;
	width: 1080px;
	height: 170px;
	margin: 0 auto;
	z-index: 20;
}
.site-description {
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 11px;
	line-height: 1.5;
	color: #A0A0A0;
}
.header-logo {
	position: absolute;
	top: 0;
	left: 0;
}
#header .mail {
	position: absolute;
	top: 30px;
	right: 0;
}
#header .facility {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 30px;
	left: 265px;
	width: 510px;
}
#header .facility dl{
	width: 48%;
}
#header .facility dt{
	margin-bottom: 10px;
	color: #005e6f;
	line-height: 1.6;
	background: #e5f9f8;
	border-radius: 20px;
}
#header .facility dd{
	color: #005e6f;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
}
#header .facility dd span{
	margin-left: 5px;
	font-size: 26px;
}
.gnav {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 10px; color: inherit; font-size: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #fff; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }


/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
}
#mainimage-inner {
	margin: 0 auto;
	width: 1080px;
}

/* slideshow */
.slideshow {
	margin-left: -420px;
	width: 1920px;
}
.slideshow .slick-slide {
	backface-visibility: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}

/* arrows */
.slideshow .slick-arrow,
.slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}
.slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.slideshow .slick-arrow.slick-prev {
	left: 30px;
}
.slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/default/slideshow-prev.png) no-repeat center center;
}
.slideshow .slick-arrow.slick-next {
	right: 30px;
}
.slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/default/slideshow-next.png) no-repeat center center;
}

/* dots */
.slideshow .slick-dotted {
	margin-bottom: 30px;
}
.slideshow .slick-dots {
	bottom: -30px;
}
.slideshow .slick-dots li {
}
.slideshow .slick-dots li button::before {
	color: #ccc;
}
.slideshow .slick-dots li button:hover::before,
.slideshow .slick-dots li button:focus::before,
.slideshow .slick-dots li.slick-active button::before {
	color: #666;
}

/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 200px;
}
body.home #content-inner {
	width: 100%;
}
body.home #main .wrap{
	margin: 0 auto;
	width: 1080px;
}
#main {
	width: 100%;
	text-align: left;
}
.template-type-blog #main {
	float: right;
	width: 740px;
}

.main-message {
	margin: 0 auto;
	padding: 75px 0;
	text-align: center;
	background: url(/images/default/message-bg.jpg) no-repeat center center;
	background-size: cover;
}
.main-message-inner {
	margin: 0 auto;
	margin-bottom: 60px;
	width: 750px;
}
.main-message h2 {
	margin: 0 -50px;
	margin-bottom: 20px;
	color: #005e6f;
	font-size: 36px;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	line-height: 1.7;
}
.main-message p {
	margin-bottom: 10px;
}
.main-message .more img {
	border-radius: 4px;
}

.main-intro {
	margin-bottom: 120px;
	padding: 55px 0 85px;
	background: url(/images/default/intro-bg.jpg) 0 0;
}
.main-intro .wrap{
	padding: 0 60px;
}
.main-intro h2{
	margin-bottom: 40px;
	color: #005e6f;
	font-size: 40px;
	text-align: center;
}
.main-intro .inr{
	margin-bottom: 50px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.main-intro h3{
	padding: 20px;
	color: #ffe980;
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
	background: #20c4bb;
}
.main-intro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 70px;
	padding-right: 0;
	padding-bottom: 65px;
}
.main-intro li{
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 40px;
	width: 50%;
	font-size: 18px;
	background: url(/images/default/check.jpg) no-repeat 0 6px;
}
.main-intro .lower{
	color: #005e6f;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	letter-spacing: -1px;
}

.main-point {
	margin-bottom: 100px;
}
.main-point .box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 120px;
}
.main-point .box:nth-of-type(2){
	margin-bottom: 0;
}
.main-point .image{
	position: relative;
	margin-top: 20px;
	width: 560px;
}
.main-point .image:before{
	content: '';
	position: absolute;
	top: 20px;
	width: 100%;
	height: 100%;
	background: #bdecea;
}
.main-point .box:nth-of-type(1) .image:before{
	left: -20px;
}
.main-point .box:nth-of-type(2) .image:before{
	right: -20px;
}
.main-point .image img{
	position: relative;
	width: 100%;
	z-index: 1;
}
.main-point .text{
	position: relative;
	padding-bottom: 55px;
	width: 490px;
}
.main-point .box:nth-of-type(2) .text{
	padding-bottom: 75px;
}
.main-point .box .text:before{
	content: '';
	position: absolute;
	background: #ebfcf3;
	width: calc(100% + 165px);
	height: calc(100% + 40px);
}
.main-point .box:nth-of-type(1) .text:before{
	top: -40px;
	left: -105px;
}
.main-point .box:nth-of-type(2) .text:before{
	top: -40px;
	left: -60px;
}
.main-point .text>div{
	position: relative;
	z-index: 1;
}
.main-point h2{
	position: relative;
	margin-bottom: 25px;
	padding-top: 20px;
	padding-left: 130px;
	min-height: 100px;
	color: #005e6f;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: -1px;
}
.main-point .box:nth-of-type(2) h2{
	padding-left: 110px;
}
.main-point h2:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background: url(/images/default/point01.jpg) no-repeat 0 0;
	border-radius: 100%;
}
.main-point .box:nth-of-type(2) h2:before{
	background: url(/images/default/point02.jpg) no-repeat 0 0;
}
.main-staff {
	margin-bottom: 155px;
	padding: 80px 0;
	background: url(/images/default/staff-bg.jpg) no-repeat center center;
	background-size: cover;
}
.main-staff h2{
	margin-bottom: 100px;
	color: #005e6f;
	font-size: 40px;
	text-align: center;
}
.main-staff .inr{
	display: flex;
	justify-content: space-between;
	margin-bottom: 75px;
}
.main-staff .box{
	padding: 0 25px;
	padding-bottom: 45px;
	width: 48.15%;
	background: #fff;
}
.main-staff dt{
	margin-bottom: 20px;
	color: #005e6f;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.main-staff .image{
	margin: 0 auto;
	margin-top: -85px;
	margin-bottom: 30px;
	width: 270px;
	height: 270px;
	border-radius: 100%;
	overflow: hidden;
}
.main-staff .image img{
	width: 100%;
}
.main-staff dd{
	font-size: 14px;
}
.main-staff .more{
	text-align: center;
}
.main-staff .more img{
	border-radius: 4px;
}
.main-recruit {
	background: url(/images/default/recruit-bg.jpg) no-repeat center center;
	background-size: cover;
}
.main-recruit .inr{
	display: flex;
	justify-content: space-between;
}
.main-recruit h2{
	margin-top: -45px;
	width: 280px;
}
.main-recruit .box{
	padding: 85px 0;
	width: 750px;
}
.main-recruit h3{
	margin-bottom: 20px;
	color: #005e6f;
	font-size: 30px;
	font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	line-height: 1.6;
}
.main-recruit p{
	margin-bottom: 20px;
}
.main-requirement {
	margin-bottom: 150px;
	padding: 100px 0;
	background: #f8f6ed;
}
.main-requirement .upper{
	position: relative;
}
.main-requirement h2{
	margin-bottom: 50px;
	padding: 0 150px;
	color: #005e6f;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.main-requirement .upper .more{
	position: absolute;
	top: 15px;
	right: 0;
}
.main-requirement table{
	margin-bottom: 110px;
	width: 100%;
}
.main-requirement .box:nth-of-type(2) table{
	margin-bottom: 90px;
}
.main-requirement th{
	padding: 25px 10px;
	width: 200px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	background: #ccf3f1;
	border: #d9d9d9 1px solid;
}
.main-requirement td{
	padding: 25px 10px;
	padding-left: 40px;
	font-size: 17px;
	background: #fff;
	border: #d9d9d9 1px solid;
}
.main-requirement .more	{
	text-align: center;
}
.main-requirement .more img{
	border-radius: 7px;
}
.main-blog .upper{
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: #b3b3b3 2px solid;
}
.main-blog .upper:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 194px;
	height: 2px;
	background: #20c4bb;
}
.main-blog .more {
	position: absolute;
	top: 0;
	right: 0;
}
.main-blog-list-item {
	padding-top: 25px;
	padding-bottom: 20px;
	border-bottom: #bfbfbf 1px solid;
}
.main-blog-list-date {
	margin-right: 20px;
	font-size: 14px;
}
.main-blog-list-cat {
	display: inline-block;
	margin-right: 30px;
	padding: 0 10px;
	min-width: 90px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background: #005e6f;
}
.main-blog a{
	color: #000;
}
.main-blog-list-cat a{
	color: #fff;
}
.main-blog-list-cat a:hover{
	text-decoration: none;
}

/* content sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #333;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}

.side-banner {
}
.side-banner-list {
}
.side-banner-list > li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
	text-align: left;
	background: #daf9e8;
}
#footer-inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 1080px;
	padding: 40px 0 20px;
	margin: 0 auto;
}
#footer .left{
	width: 240px;
}
#footer .right{
	width: 785px;
}
.footer-logo{
	margin-bottom: 60px;
}
#footer .banner li{
	margin-bottom: 10px;
}
#footer .banner li img{
	width: 100%;
}
#footer .right .image{
	margin-bottom: 20px;
}
#footer .right .image ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
#footer .right .image ul:after{
    content: "";
    display: block;
	width: 32.48%;
    height: 0;
}
#footer .right .image li{
	margin-bottom: 10px;
	width: 32.48%;
}
#footer .right .image li img{
	width: 100%;
}
#footer .right .box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: #bfbfbf 1px solid;
}
#footer .right .box:last-of-type{
	margin-bottom: 0;
	border: none;
}
#footer .right .box .info{
	padding-left: 15px;
	width: 350px;
}
#footer .right .box .area{
	width: 410px;
}
#footer .right .box dt{
	margin-bottom: 10px;
	color: #005e6f;
	font-size: 16px;
	line-height: 1.5;
}
#footer .right .box dd{
	font-size: 14px;
}

.footer-copyright {
	padding: 30px 0;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background: #20c4bb;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 44px;
	right: 30px;
	width: 50px;
	height: 50px;
	z-index: 20;
	border-radius: 100%;
	overflow: hidden;
}


/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {}


/* heading */
.page-title {
	margin: 0 0 20px 0;
	padding: 60px 0;
	background-color: #DAF9E8;
	font-size: 36px;
	font-weight: bold;
	color: #005E6F;
}
.entry-title, .entry-content h2 {
	position: relative;
	margin: 0 0 40px;
	padding: 25px 45px;
	padding-right: 20px;
	color: #fff;
	background: #20c4bb;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
}
.entry-title:before,
.entry-content h2:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	width: 16px;
	height: 4px;
	background: #dfb800;
}
.entry-title a, .entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 5px;
	color: #005e6f;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 2px solid #B3B3B3;
}
.entry-content h3:before,
.h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 200px;
	height: 2px;
	background: #20c4bb;
}
.entry-content h4, .h4 {
	margin-bottom: 15px;
	padding: 10px;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	background: url(/images/default/h4-bg.jpg) no-repeat 0 center;
}
.entry-content h5, .h5 {
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 25px;
	padding: 0;
	background: none;
	font-size: 11px;
	font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}
*/

.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #00ADBD;
	background-color: #00ADBD;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #E0B800;
	background-color: #E0B800;
	color: #fff;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link {
	border-color: #00ADBD;
	color: #00ADBD;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #00ADBD;
	background-color: #00ADBD;
	color: #fff;
}
