@charset "UTF-8";
/* ===================================================================
CSS
 file name  :  common.css
=================================================================== */
html{
    font-size: 62.5%;/* 10px*/
}
body{
    font-size:16px;
    font-size:1.6rem;
}
@media screen and (max-width: 768px) {
	body{
		font-size:12px;
		font-size:1.2rem;
	}
}
img{
	max-width: 100%;
	height: auto;
	width: auto;
}
p{
	line-height: 2;
}
/* ボタン共通 */
a.btn{
	display:block;
	text-decoration:none;
	text-align:center;
	position: relative;
	background: #24ADB4;
	color: #FFF;
	border-radius: 50px;
	line-height: 1;
	padding: 1.3em 1em;
	transition: 0.7s;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
}
a.btn.green{
	background-size: 200% auto;
	background-image: linear-gradient(to right, #24ADB4 0%, #07858B 51%, #24ADB4 100%)
}
a.btn.black{
	background-size: 200% auto;
	background-image: linear-gradient(to right, #777777 0%, #333333 51%, #777777 100%)
}
a.btn.arrow:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 12px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media print, screen and (max-width: 768px) {
	a.btn.arrow:after {
		width: 6px;
		height: 6px;
		margin-left: 5px;
		vertical-align: middle;
	}
}
a.btn:hover{
	background-position: right center;
}
/* マテリアルアイコンテキスト揃え */
.material-icons {
	  vertical-align: middle;
}
/* 画像トリミングIE対応 */
.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

@media print, screen and (min-width: 769px) {
/* PC用のスタイル記述 */
	/* TELリンク */
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	a[href*="tel:"]:hover {
		color:#333;
	}
	.pc_none{
		display:none;
	}
	.wrap{
		padding-top: 100px;
	}
    .anchor{
        padding-top: 100px;
        margin-top: -100px;
    }
}
@media screen and (max-width: 768px) {
/* スマートフォン用のスタイル記述 */
	.sp_none{
		display:none;
	}
	.wrap{
		padding-top: 50px;
	}
    .anchor{
        padding-top: 50px;
        margin-top: -50px;
    }
}
/* =====================================
ヘッダー
======================================== */
#header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	height: 100px;
	background: #fff;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
	z-index: 5;
    font-size:14px;
    font-size:1.4rem;
}
.headerwrap{
	position: relative;
}
.h_logo{
	position: absolute;
	top: 18px;
	left: 30px;
    display: flex;
    align-items: center;
}
.h_logo .site_logo{
    display: block;
    width: 160px;
    margin-right: 15px;
}
.h_logo p{
	font-size: 1.0rem;
	letter-spacing: 0.03em;
	color: #333333;
    padding-top: 5px;
}
.h_tel{
	position: absolute;
	top: 7px;
	right: 170px;
    display: flex;
}
.h_tel .text{
	font-size: 1.4rem;
	font-weight: 500;
    margin: 8px 10px auto auto;
}
.h_tel .text2{
	font-size: 1.0rem;
	color: #505050;
	margin-top: 2px;
    text-align: right;
}
.h_tel a{
	color: #333;
	font-size: 2.6rem;
	font-weight: 700;
}
.h_tel a .material-icons{
	color: #24ADB4;
	margin-right: 10px;
	font-size: 2.8rem;
}
@media print, screen and (min-width: 769px) {
    .h_tel a .material-icons{
        margin-top: -5px;
    }
}
.h_contact{
	position: absolute;
	top:0px;
	right: 0px;
	width: 140px;
}
.h_contact a{
	background: #24ADB4;
	color: #FFF;
	display: block;
	height: 100px;
	text-align: center;
	padding-top: 25px;
}
.h_contact a:hover{
	background: #07858B;
	text-decoration: none;
}
.h_contact a span{
	display: block;
}
.h_contact a .material-icons{
	font-size: 3rem;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	#header{
		height: 50px;
	}
    .h_logo{
        display: inherit;
		top:12px;
		left: 10px;
		z-index: 100;
    }
    .h_logo .site_logo{
        width: 110px;
        margin-right: inherit;
    }
	.h_logo p{
		font-size: 0.8rem;
		letter-spacing: 0.01em;
		color: #333333;
		margin-top: 3px;
        padding-top: 0;
	}
    .h_company{
		font-size: 1.1rem;
        font-weight: 600;
		position: absolute;
		top:13px;
		left: 122px;
	    letter-spacing: -0.15em;
    }
	.h_tel{
		position: absolute;
		top: 0px;
		right: 96px;
		width: 46px;
		z-index: 100;
	}
    .h_tel .h_tel_box{
		width: 46px;
    }
	.h_tel .text,.h_tel .text2,.h_tel a span{
		display: none;
	}
	.h_tel a{
		background: #24ADB4;
		color: #FFF;
		display: block;
		height: 50px;
		text-align: center;
		padding-top: 8px;
	}
	.h_tel a:hover{
		background: #07858B;
	}
	.h_tel a .material-icons{
		color: #FFF;
		margin-right: 0px;
		font-size: 2.6rem;
	}
	.h_contact{
		right: 50px;
		width: 46px;
		z-index: 100;
	}
	.h_contact a{
		height: 50px;
		padding-top: 10px;
	}
	.h_contact a span{
		display: none;
	}
	.h_contact a .material-icons{
		font-size: 2.6rem;
		margin-top: 2px;
	}
}

/* =====================================
グローバルナビ
======================================== */
@media screen and (min-width: 1160px){
	.h_br{
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.h_br{
		display:none;
	}
}
#gNav ul {
	position: absolute;
	top: 62px;
	left: 22px;
    width: calc(100% - 190px);
	display: flex;
	flex-wrap: nowrap;
    justify-content: space-between;
}
#gNav li {
	position: relative;
    padding: 0 5px;
    text-align: center;
    line-height: 1.4;
}
#gNav li a {
	color: #333;
	text-decoration: none;
}
#gNav li > a,
#gNav li > span{
	position: relative;
	text-decoration: none;
	text-align: center;
	line-height: 1em;
	color: #333;
	padding-bottom: 15px;
}
#gNav li > a::after{
	position: absolute;
	bottom: 7px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #24ADB4;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
#gNav li > a:hover::after{
	transform-origin: left top;
	transform: scale(1, 1);
}
#gNav .sub-menu {
	visibility: hidden;
	opacity: 0;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 50px;
	left: 0;
	width: 540px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#gNav .sub-menu a {
	padding: 20px;
	display: block;
}
#gNav .sub-menu a:hover:after {
	content: none;
}
#gNav .sub-menu li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #50C6CC;
	width: 50%;
}
#gNav .sub-menu.single {
	width: 270px;
}
#gNav .sub-menu.single li {
	width: 100%;
}
#gNav .sub-menu li:nth-child(odd){
	border-right: 1px solid #50C6CC;
}
#gNav li:hover ul.sub-menu {
	top: 28px;
	visibility: visible;
	opacity: 1;
}
#gNav li ul.sub-menu{
	padding-top: 10px;
	z-index: 9999;
}
#gNav li ul li:after {
	content: none;
}
#gNav li ul.sub-menu a{
	background: #24ADB4;
	color: #fff;
}
#gNav li ul.sub-menu a:hover {
	background: #50C6CC;
}
/* =====================================
パンくず ページヘッダー
======================================== */
.page_head{
	background: #F8F8F8;
	padding: 30px 30px 40px 30px;
}
.breadcrumb{
	font-size: 1.2rem;
	display: flex;
}
.breadcrumb li{
	flex-wrap: wrap;
	display: inline-block;
}
.breadcrumb li a{
	position: relative;
	display: inline-block;
	text-decoration:none;
	color: #333333
}
.breadcrumb li a:hover{
	text-decoration:underline
}
.breadcrumb li::after{
	font-family: 'Material Icons';
	content: "keyboard_arrow_right";
	padding: 0 0.5em;
	vertical-align: middle;
	color: #24ADB4;
}
.breadcrumb li:last-child::after{
	content: none;
}
h1.page_title{
	text-align: center;
	font-size: 2.8rem;
	margin-top: 25px;
	padding-bottom: 30px;
	background: url(/images/common/bg_h1.png) no-repeat center bottom;
	background-size: 100px auto;
}
@media screen and (max-width: 768px) {
	.page_head{
		padding: 10px 10px 20px 10px;
	}
	.breadcrumb{
		font-size: 0.8rem;
	}
	h1.page_title{
		text-align: center;
		font-size: 1.4rem;
		margin-top: 18px;
		padding-bottom: 15px;
		background: url(/images/common/bg_h1.png) no-repeat center bottom;
		background-size: 50px auto;
	}
}
/* =====================================
コンテンツ共通
======================================== */
section.sec_wrap{
	max-width: 1160px;
	margin: auto;
	padding: 0 30px;
}
h2.main_lead{
	margin-top: 50px;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.8;
}
h2.main_lead span{
	color: #24ADB4;
}
h2.sub_title{
	margin-top: 100px;
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
	padding-bottom: 30px;
	background: url(/images/common/bg_subtitle.png) no-repeat center bottom;
	background-size: 100px auto;
}
p.lead_text{
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	section.sec_wrap{
		padding: 0 20px;
	}
	h2.main_lead{
		margin-top: 30px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	h2.sub_title{
		margin-top: 40px;
		font-size: 14px;
		font-size: 1.4rem;
		padding-bottom: 15px;
		background-size: 50px auto;
	}
	p.lead_text{
		margin-top: 20px;
	}
}
/* =====================================
お問い合わせ
======================================== */
.contact_wrap{
	background: #FCF7E7;
	background-image: url(/images/common/bg_contact_a.png), url(/images/common/bg_contact_b.png);
	background-position: top left, bottom right;
	background-size: 35% auto;
	background-repeat: no-repeat;
	margin-top: 100px;
	padding: 80px 0;
}
.contact_wrap .contact_inner{
	margin: auto;
	max-width: 650px;
	text-align: center;
}
.contact_inner h2.contact{
	font-size: 28px;
	font-size: 2.8rem;
}
.contact_inner h2.contact span{
	display: block;
	margin-top: 20px;
	font-size: 1.8rem;
	color: #24ADB4;
}
.contact_inner p{
	margin-top: 30px;
}
.contact_tel{
	margin-top: 40px;
}
.contact_tel .text{
	font-size: 1.4rem;
	margin-bottom: 10px;
	font-weight: 500;
}
.contact_tel .text2{
	font-size: 1.2rem;
	color: #505050;
	margin-top: 10px;
}
.contact_tel a{
	color: #333;
	font-size: 4rem;
	font-weight: 700;
	text-decoration: none;
}
.contact_tel a .material-icons{
	color: #24ADB4;
	margin-right: 10px;
	font-size: 4rem;
}
.contact_btn{
	margin: 30px auto auto;
	max-width: 600px;
}
.contact_btn .btn{
	font-size: 2rem;
}
.contact_btn .btn .material-icons{
	margin-right: 5px;
}
@media screen and (max-width: 768px) {
	.contact_wrap{
		margin-top: 30px;
		padding: 50px 0;
		background-size: 70% auto;
	}
	.contact_wrap .contact_inner{
		max-width: inherit;
		padding: 0 20px;
	}
	.contact_inner h2.contact{
		font-size: 1.4rem;
	}
	.contact_inner h2.contact span{
		margin-top: 10px;
		font-size: 1rem;
	}
	.contact_inner p{
		margin-top: 20px;
	}
	.contact_tel{
		margin-top: 20px;
	}
	.contact_tel .text{
		font-size: 1.2rem;
	}
	.contact_tel .text2{
		font-size: 1rem;
	}
	.contact_tel a{
		font-size: 3rem;
	}
	.contact_tel a .material-icons{
		font-size: 3rem;
	}
	.contact_btn{
		margin: 20px auto auto;
		max-width: 400px;
	}
	.contact_btn .btn{
		font-size: 1.4rem;
	}
	.contact_btn .btn .material-icons{
			font-size: 1.8rem;
	}
}
/* =====================================
ページトップ
======================================== */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
#page-top img{
	width: 30px;
}
@media screen and (max-width: 768px) {
	#page-top {
		bottom: 10px;
		right: 10px;
	}
}
/* =====================================
フッター
======================================== */
#footer{
	background: #444444;
	color: #EBEBEB;
	z-index: 5;
	font-size: 14px;
	font-size: 1.4rem;
}
.footerwrap{
	max-width: 1160px;
	margin: auto;
	padding: 40px 30px;
}
.f_nav ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.f_nav ul li {
	margin-top: 15px;
	width: 20%;
}
.f_nav ul li a{
	color: #FFF;
}
.f_nav ul li a:hover{
	color: #A5BBBC;
	text-decoration: none;
}
.f_nav ul.other li,
.f_nav ul.other2 li{
	width: inherit;
	padding-right: 50px;
	font-size: 1.2rem;
}
.f_nav hr {
	height: 1px;
	border: none;
	border-top: 1px solid #777777;
}
.f_info{
	padding-top: 30px;
	display: flex;
	font-weight: 300;
}
.f_info .f_company{
	width: 50%
}
.f_info .f_company .f_logo{
	max-width: 170px;
}
.f_info .f_company .f_text{
	margin-top: 15px;
	font-size: 1.2rem;
	line-height: 1.6;
}
.f_info .f_company .f_powerdby{
	margin-top: 15px;
	max-width: 290px;
}
.f_info .f_p_banner{
	background: #FFF;
	display: flex;
	padding: 20px;
}
.f_info .f_p_banner .pmark{
	margin-left: 20px;
}
.f_info .copy{
	width: 50%;
	text-align: right;
	padding-top: 95px;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
#footer{
	font-size: 12px;
	font-size: 1.2rem;
}
	.footerwrap{
		margin: 0;
		padding: 20px 0 30px 0;
	}
	.f_nav .midashi{
		padding-left: 20px;
		padding-bottom: 15px;
	}
	.f_nav ul{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0px;
		border-top: 1px solid #777777;
	}
	.f_nav ul li {
		margin-top: 0px;
		width: 50%;
		border-right: 1px solid #777777;
		border-bottom: 1px solid #777777;
	}
	.f_nav ul li:nth-child(even) {
		border-right: none;
	}
	.f_nav ul li a{
		color: #FFF;
		padding: 15px 20px;
		display: block;
	}
	.f_nav ul li a:hover{
		background: #5D5D5D;
		color: #FFF;
	}
	.f_nav ul.service li a{
		font-size: 1.0rem;
	}
	.f_nav ul.other{
		margin-top: 20px;
	}
	.f_nav ul.other li{
		width: 50%;
		padding-right: 0px;
		font-size: 1.0rem;
	}
	.f_nav ul.other li:last-child{
		border-bottom: none;
	}
	.f_nav ul.other2{
		display: inherit;
		border-bottom: 1px solid #777777;
		padding: 20px 0;
	}
	.f_nav ul.other2 li{
		width: 100%;
		padding-right: 0px;
		border-bottom: none;
		border-right: none;
		text-align: center;
		font-size: 1.0rem;
	}
	.f_nav ul.other2 li a{
		display: inline-block;
		padding: 10px;
	}
	.f_nav hr {
		display: none;
	}
	.f_info{
		padding-top: 30px;
		display: inherit;
		text-align: center;
	}
	.f_info .f_company{
		width: 100%;
		padding: 0 20px;
	}
	.f_info .f_company .f_logo{
		max-width: 150px;
		margin: auto;
	}
	.f_info .f_company .f_text{
		margin-top: 15px;
		font-size: 1.0rem;
	}
	.f_info .f_company .f_powerdby{
		max-width: 230px;
		margin: 10px auto auto;
	}
	.f_info .f_p_banner_wrap{
		margin: 20px auto auto;
		max-width: 240px;
	}
	.f_info .f_p_banner .pmark{
		margin-left: 20px;
	}
	.f_info .copy{
		width: 100%;
		text-align: center;
		padding-top: 20px;
		font-size: 1.0rem;
	}
}
/* =====================================
reCAPTCHA v3　バッジ位置調整
======================================== */
.grecaptcha-badge{
    margin-bottom: 60px;
}