@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
}
body {
	font-size: 14px;
	line-height: 1.8;
	word-break: break-all;
	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: #000;
}
a {
	color: #ff8c00;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #ff8c00;
	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;
	background: #fff;
}
body.home {
}
#container {
	overflow: hidden;
}
#content-inner {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 1080px;
}
.home #content-inner {width: 100%;}
#main {
	text-align: left;
}

.entry {
	margin: 0 0 20px 0;
}
.entry-content {
}


/* header
------------------------------------------*/
#header {
	margin: 0 0 0 0;
	background: url(/images/default/header-bg.png) repeat-x center 0;
}
#header-inner {
	position: relative;
	margin: 0 auto;
	width: 1080px;
	height: 140px;
	z-index: 1000;
}
.site-description {
	position: absolute;
	top: 0px;
	left: 0;
	height: 25px;
	line-height: 25px;
	color: #5f97b3;
	font-size: 10px;
}
.header-area {
	position: absolute;
	top: 0px;
	right: 0;
	padding-left: 30px;
	background: url(/images/default/header-area-bg.png) no-repeat left 0;
	-webkit-background-size: 30px 100%;
	background-size: 30px 100%;
}
.header-area > div{
	width: 642px;
	padding: 7px 14px 7px 20px;
	background: #99d6f2;
	text-align: left;
	line-height: 1.6;
	font-size: 11px;
	color: #fff;
}
.header-logo {
	position: absolute;
	top: 59px;
	left: 1px;
}
.header-tel {
	position: absolute;
	top: 71px;
	right: 276px;
}
.header-mail {
	position: absolute;
	top: 71px;
	right: 29px;
}
.gnav {
	background: url(/images/default/gnav-bg.png) repeat-x center 0;
}

/* droppy */
.gnav-list { position: relative; text-align: left; zoom: 1;
	width: 1080px;
	margin: 0 auto;
}
.gnav-list li { float: left; display: block; position: relative; z-index: 1000; }
.gnav-list ul { display: none; position: absolute; top: 77px; left: 0; width: 100%; background: #d5f0fc; }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: #000; font-size: 11px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #f2faff; }
.gnav-list ul li a::before {
	content: '\f105';
	color: #ff9700;
	padding-right: 5px;
	transform: scale(1.1);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; }


/* mainimage
------------------------------------------*/
/* 横スライド用css
.slideshow .slick-list {
	overflow: visible;
}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#mainimage-inner {
	margin: 0 auto;
	width: 1080px;
}

/* slideshow */
.slideshow {
	margin: 0 -420px;
}
.slideshow .slick-slide {
}
.slideshow .slick-slide img {
	width: 100%;
}


/* main
------------------------------------------*/
.main-message {
	padding: 69px 0 95px;
	background: url(/images/default/message-bg.jpg) no-repeat center 142px;
}
.main-message-title {
	margin-bottom: 77px;
	text-align: center;
}
.main-message-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-message-list{
	counter-reset: sample;
}
.main-message-list > li{
	position: relative;
	float: left;
	width: 300px;
	margin: 0 30px;
}
.main-message-list > li::after{
	counter-increment: sample;
	content:counter(sample);
	display: block;
	width: 56px;
	height: 90px;
	position: absolute;
	top: -34px;
	left: 50%;
	padding-top: 32px;
	margin-left: -28px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	background: url(/images/default/message-li.png) no-repeat 0 0;
}
.main-message-img {
	position: relative;
	margin-bottom: 15px;
}
.main-message-img img{
	border-bottom: 5px #dbe9f2 solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.main-message-h3{
	position: absolute;
	bottom: 17px;
	left: 50%;
	padding: 3px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 240px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: url(/images/default/message-h3.jpg) repeat-x 0 0;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
}
.main-message-text{
	margin: 0 -20px;
	text-align: center;
}
.main-message-text h3{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 20px;
	color: #53bef8;
}
.message-more{
	margin-top: 30px;
	text-align: center;
}

.main-business {
	margin: 0 auto;
	padding: 74px 0 67px;
	background: #f2faff;
}
.main-business-title {
	margin-bottom: 107px;
	text-align: center;
}
.main-business-inner {}
.main-business-list{}
.main-business-list > li{
	position: relative;
	width: 1080px;
	margin: 0 auto 140px;
}
.main-business-img {
	position: absolute;
	top: -40px;
	width: 740px;
	padding-bottom: 159px;
	background: url(/images/default/business-bgl.jpg) no-repeat right 40px bottom;
}
.main-business-list > li:nth-child(odd) .main-business-img{left: -200px;}
.main-business-list > li:nth-child(odd) .main-business-img img{border-radius: 30px 0 0 0;}
.main-business-list > li:nth-child(even) .main-business-img{
	right: -200px;
	background: url(/images/default/business-bgr.jpg) no-repeat left 40px bottom;
}
.main-business-list > li:nth-child(even) .main-business-img img{border-radius: 0 30px 0 0;}
.main-business-text{
	position: relative;
	z-index: 10;
	width: 630px;
	min-height: 410px;
	padding: 40px;
	border-bottom: 10px #dbe9f2 solid;
	line-height: 2.1;
	background: #fff;
}
.main-business-list > li:nth-child(odd) .main-business-text{
	margin: 0 -50px 0 auto;
	border-right: 10px #dbe9f2 solid;
}
.main-business-list > li:nth-child(even) .main-business-text{
	margin: 0 auto 0 -50px;
	border-left: 10px #dbe9f2 solid;
}
.main-business-text h3{
	margin-bottom: 23px;
	padding-top: 20px;
	font-size: 24px;
	font-weight: bold;
}
.main-business-text h3::after{
	content:"";
	display: block;
	width: 50px;
	height: 1px;
	margin-top: 20px;
	background: #53bef8;
}

.main-recruit {
	padding-top: 487px;
	margin: 0 auto 82px;
	background: url(/images/default/recruit-bg.jpg) no-repeat center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.main-recruit-inner {
	width: 1160px;
	margin: 0 auto;
	padding: 62px 0;
	border-top: 5px #5cc5f8 solid;
	background: #fff;
	text-align: center;
}
.main-recruit-title {
	margin-bottom: 25px;
}
.main-recruit-text {
	font-size: 15px;
	line-height: 2;
}
.recruit-more{
	margin-top: 45px;
	text-align: center;
}

.main-blog {
	padding: 56px 0 93px;
	background: #f2faff;
}
.main-blog-title {
	position: relative;
	margin: 0 0 47px;
	text-align: center;
}
.main-blog-title::after{
	content:"";
	display: block;
	width: 242px;
	height: 94px;
	position: absolute;
	top: -90px;
	left: 50%;
	margin-left: -216px;
	background: url(/images/default/blog-title2.png) no-repeat 0 0;
}
.main-blog-inner {
	width: 1080px;
	margin: 0 auto;
}
.main-blog-list {
	margin: 0 -10px;
}
.main-blog-list-item {
	float: left;
	width: 255px;
	margin: 0 10px;
}
.main-blog-list-img {
	margin-bottom: 15px;
}
.main-blog-list-img img{
	width: 255px;
	height: 200px;
	object-fit: cover;
}
.main-blog-list-title {
	overflow: hidden;
}
.main-blog-list-title a {
	color: inherit;
}
.main-blog-list-date {
	display: block;
	color: #53bef8;
	font-size: 12px;
	margin-bottom: 5px;
}
.blog-more{
	margin-top: 50px;
	text-align: center;
}

.main-blog.main-gallery{
	padding: 135px 0 46px;
	background: #fff;
}
.main-gallery .main-blog-title::after{
	background: url(/images/default/gal-title2.png) no-repeat 0 0;
}


/* sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}
.side-nav {
	margin: 0 0 20px 0;
}
.side-nav li a {
}
.side-nav-inner > ul > li > a {
	display: block;
	padding: 5px 5px 5px 20px;
	font-size: 13px;
	background: url(/images/default/side-nav-btn-bg.png) no-repeat 3px 50%;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}
.side-nav-inner > ul > li > ul {
	padding: 10px;
}
.side-nav-inner > ul > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}
.side-about {
	margin: 20px 0;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	background: #222;
}

.side-banner {
}
.side-banner ul {
}
.side-banner ul li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
.main-area {
	padding: 99px 0 113px;
	background: url(/images/default/area-bg.jpg) no-repeat center center;
}
.main-area-inner {
	width: 1080px;
	margin: 0 auto;
	background: #fff;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.2);
}
.main-area-img {
	float: left;
	width: 50%;
}
.main-area-img img{
	width: 100%;
	height: 100%;
}
.main-area-text {
	float: right;
	width: 50%;
	padding: 60px 25px;
	text-align: left;
	line-height: 2;
}
.main-area-title {
	margin-bottom: 35px;
}
.main-area-text strong{
	font-size: 12px;
	font-weight: normal;
	color: #d60303;
}

.footer-nav {
	background: url(/images/default/gnav-bg.png) repeat-x center 0;
}
.footer-nav li {
}
.footer-nav li a {
}
.footer-nav li ul {
	display: none;
}

#footer {
	padding-top: 73px;
	background: #f2faff;
}
#footer-inner {
	position: relative;
	margin: 0 auto;
	width: 1080px;
}

.footer-logo{
	float: left;
	width: 382px;
	text-align: left;
}
.footer-logo p{
	padding: 10px 0 0 20px;
	font-size: 13px;
}

.footer-mail{
	position: absolute;
	top: 8px;
	right: 29px;
}
.footer-tel{
	position: absolute;
	top: 8px;
	right: 270px;
}
.footer-tel p{
	margin-top: 0px;
	padding-left: 7px;
	text-align: left;
	font-size: 15px;
}
.footer-tel p strong{
	font-weight: normal;
	color: #3babe9;
}

.footer-copyright {
	margin-top: 80px;
	padding: 50px 0;
	border-top: 1px #dce8ef solid;
	text-align: center;
	color: #8cb9d5;
	font-size: 10px;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}

/* Lower
------------------------------------------*/
/* link color */
.breadcrumb a,
.entry-content a {
}

/* heading */
.page-title-wrap{
	padding: 60px 0;
	background: url(/images/default/page-title-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.page-title {
	display: none;
	width: 1080px;
	margin: 0 auto;
	font-size: 32px;
	color: #0086cd;
}
.entry-content h2, .entry-title {
	margin: 0 0 30px;
	padding: 8px 0;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	border-bottom: 1px #cfcfcf solid;
}
.entry-content h2 {
	margin: 0 0 30px;
}
.entry-title a,
.entry-content h2 a {
	color: inherit;
}
.entry-content h3, .h3 {
	padding: 10px 18px;
	font-size: 19px;
	background: #ededed;
}
.entry-content h4, .h4 {
	padding: 0 0 0 10px;
	font-size: 18px;
	border-left: 6px #58c2f8 solid;
}
.entry-content h5, .h5 {
	font-weight: bold;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
}


/* Breadcrumb
------------------------------------------*/

.breadcrumb-wrap {
	/* display:none; */
	width:100%;
	text-align:left;
}
.breadcrumb-wrap,
.breadcrumb,
.breadcrumb-item {
	display:inline-block;
}

.breadcrumb {
	padding: 0;
	margin: 20px 0 40px;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	display: none;
	padding: 0 5px 0 0;
	content: '\f015';
	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
------------------------------------------*/
.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	font-size: 0.8rem;
	border-bottom: 1px solid #ddd;
}
.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,
.blog-nav .scroll-area .cs-bar,
.blog-nav .scroll-area .cs-bar-inner {
	height: 200px;
}
.blog-nav .scroll-area {
	position: relative;
	overflow: hidden;
}
.blog-nav .scroll-area .cs-content {
	padding: 0 20px 0 0;
}
.blog-nav .scroll-area .cs-bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	background: #eee;
}
.blog-nav .scroll-area .cs-bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
}
.blog-nav .scroll-area .cs-drag {
	background: #aaa;
} */


/* Gallery
------------------------------------------*/

/* archive */
.gallery-list {
}
.gallery-list-row {
}
.gallery-list-col {
	padding: 0 15px 15px;
}
.gallery-list-item {
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}

/* single */
.gallery-detail {
	padding: 0 15px 15px 15px;
	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 10px 20px;
}
.ba-detail-main {
	display: table;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	display: table-cell;
	width: 45%;
	text-align: center;
	vertical-align: middle;
}
.ba-detail-arrow {
	display: table-cell;
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* 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: #ff8c00;
	background-color: #ff8c00;
	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: #58c2f8;
	background-color: #fff;
	color: #444;
}

.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: #9e9e9e;
	color: #444;
}
.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: #999999;
	background-color: #ff8c00;
	color: #fff;
}
