@charset "utf-8";
/*
Theme Name:Kyouwa
Author:CQ
*/

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #333333; 	transition: 0.3s ease-in-out;
}
a:active { text-decoration: none; color: #333333; }
a:hover img{
	transition: 0.3s ease-in-out;
}

/* FONT FAMILY */
/* -------------------------------------------------- */


.poppin{
	font-family: 'Poppins', sans-serif;
}
.roboto{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

.bold{
	font-weight: bold;
}


/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.center{
	text-align: center;
}
.rightTxt{
	text-align: right;
}
/* MARGIN */
/* -------------------------------------------------- */

.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}
.mb55{margin-bottom: 55px !important;}
.mb65{margin-bottom: 65px !important;}
.mb70{margin-bottom: 70px !important;}
.mb75{margin-bottom: 75px !important;}
.mb100{margin-bottom: 100px !important;}

.mb1rem{margin-bottom: 1.0rem !important}
.mb3rem{margin-bottom: 3.0rem !important}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}
body {
	background: #fff;
	color: #000;
	font-size: 1.4rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-feature-settings : "palt";
	line-height: normal;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

#container {
	position: relative;
	overflow: hidden;
}

/* COMMON */
/* -------------------------------------------------- */



/* COMMON TITLE */
/* -------------------------------------------------- */

/* CONTENT TITLE */



/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) {
        /* 768px以上用（PC用）の記述 */
    
    #container {
        min-width: 1200px;
    }
    .contentWrap{
        width: 1200px;
        margin: 0 auto;
    }
    #header{
        width: 100%;
        height: 105px;
        box-sizing: border-box;
        position: fixed;
        z-index: 10;
        top: 0;
		background: #008CB4;
    }
    .inner #header{
        width: 100%;
        height: 105px;
        box-sizing: border-box;
        position: fixed;
        z-index: 10;
        top: 0;
    }
	/*スクロール時設定*/
	
	#header.smaller{
		height: 60px;
        box-shadow: 0 5px 3px rgba(0,0,0,0.1);
	}
    #menu{
        width: 1200px;
        margin: 0 auto;
        color: #fff;
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .headerLogo{
		width: 260px;
		padding-top: 25px; 
        display: inline-block;
        vertical-align: top;
		float: left;
    }
	#header.smaller .headerLogo{
		padding-top: 12px;
		width: 180px;
	}
	.headerLogo a{
		color: #fff;
		font-size: 1.4rem;
	}
	.headerLogo a span{
		font-size: 2rem;
		font-weight: 500;
		padding-left: 5px;
	}
	.menuSlide01{
		display: flex;
        justify-content: space-between;
        position: relative;
	}
    .menuLists{
        white-space: nowrap;
		position: relative;
		z-index: 20;
		text-align: right;
        margin-right: 20px;
        letter-spacing: -0.4em;
        display: inline-block;
		padding-top: 35px; 
    }
	#header.smaller .menuLists{
		padding-top: 15px;
	}
    .menuList{
        display: inline-block;
		letter-spacing: 0em;
        position: relative;
        text-align: center;
    }
	.menuList:last-child{
		margin-right: 0;
	}
    .menuLink1{
        display: inline-block;
        color: #fff !important;
        font-size: 1.4rem;
        position: relative;
        font-weight: 500;
        padding: 5px 0px;
        overflow: hidden;
		z-index: 10;
		margin-right: 20px;
    }
    .menuLink1:before{
        content: "";
        position: absolute;
        display: block;
        left: -100%;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        transition: 0.3s;
		z-index: -1;
    }
    .menuLink1:hover:before{
        left: 0;
    }
    .menuLinkEn{
        font-size: 1rem;
        font-weight: normal;
    }
    .subLists{
        padding: 10px 15px;
		background: #fff;
        display: none;
        position: absolute;
        text-align: left;
        font-size: 1.4rem;
        left: -15px;
		border-radius: 8px;
    }
    .subList{
        position: relative;
    }
    .menuLink2{
        color: #007AE3 !important;
		font-weight: 500;
        display: block;
        line-height: 3rem;
        position: relative;
		padding-right: 30px;
		overflow: hidden;
    }
    .menuLink2:before{
        content: "";
        position: absolute;
        display: block;
        left: -100%;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #007AE3;
        transition: 0.3s;
    }
    .menuLink2:hover:before{
        left: 0;
    }
    .menuLink2:after{
        content: "";
        background: url("img/arrow_menu.svg") no-repeat;
		background-size: contain;
        width: 12px;
        height: 5px;
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .headerBtns{
		letter-spacing: -0.4em;
		padding-top: 30px;
		display: flex;
    }
    #header.smaller .headerBtns{
		padding-top: 10px;
    }
	.headerMail{
		display: inline-block;
		border: 1px solid #009DF0;
		border-radius: 1.8rem;
		padding: 0 15px;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 3.6rem;
		vertical-align: top;
		margin-right: 25px;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
	}
	.headerMail:before{
		content: "";
		background: linear-gradient(90deg, rgba(0,137,255,1) 0%, rgba(10,202,255,1) 100%);
		width: 100%;
		height: 4rem;
		left: -100%;
		top: 0;
		display: block;
		position: absolute;
		transition: 0.3s;
	}
	.headerMail:hover:before{
		left: 0%;
	}
	.headerMailTxt{
		font-weight: 500;
        color: #007AE3 !important;
		position: relative;
		display: inline-block;
		padding-left: 25px;
		z-index: 1;
	}
	.headerMail:hover .headerMailTxt{
        color: #fff !important;
	}
	.headerMailTxt:before{
		content: "";
		background: url("img/icon_mail.svg") no-repeat;
		background-size: contain;
		width: 19px;
		height: 14px;
		display: block;
		position: absolute;
		left: 0;
		top: 52%;
		transform: translateY(-50%);
	}
	.headerMail:hover .headerMailTxt:before{
		background: url("img/icon_mail_ov.svg") no-repeat;
	}
	.headerTelW{
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
		padding-top: 9px;
	}
	.headerTel{
		color: #007AE3;
		font-size: 2rem;
		line-height: 2rem;
		font-weight: 500;
		position: relative;
		padding-left: 15px;
		margin-right: 25px;
	}
	.headerTel a{
		color: #007AE3;
	}
	.headerTel:before{
		content: "";
		background: url("img/icon_tel_1.svg") no-repeat;
		background-size: contain;
		display: block;
		position: absolute;
		width: 12px;
		height: 16px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.telLink a{
	}
	.headerTelTxt{
		color: #007AE3;
		font-size: 1.2rem;
		padding-left: 15px;
	}
	.headerIns{
		padding-top: 6px;
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
	}
	.headerIns:hover{
		opacity: 0.8;
	}
	
	.sideBtnW{
		position: fixed;
		right: 0;
		top: 215px;
		width: 64px;
		letter-spacing: -0.4em;
		border-radius: 24px 0 0 24px;
		overflow: hidden;
		z-index: 100;
	}
	.sideBtn1{
		width: 64px;
		height: 210px;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
		padding-top: 25px;
		display: block;
		text-align: center;
		letter-spacing: normal;
	}
	.sideBtn1:before{
		content: "";
		background: linear-gradient(180deg, rgba(0,80,255,1) 0%, rgba(10,202,255,1) 100%);
		display: block;
		position: absolute;
		width: 64px;
		height: 420px;
		top: -210px;
		left: 0;
		transition: 0.3s;
	}
	.sideBtn1:hover:before{
		top: 0;
	}
	.sideBtn1 span{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		position: relative;
		padding-top: 40px;
		color: #fff;
		font-weight: 500;
		box-sizing: border-box;
		text-align: left;
	}
	.sideBtn1 span:before{
		content: "";
		background: url("img/icon_rec.svg") no-repeat;
		background-size: contain;
		width: 25px;
		height: 29px;
		position: absolute;
		display: block;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.sideBtn2{
		width: 64px;
		height: 210px;
		box-sizing: border-box;
		overflow: hidden;
		position: relative;
		padding-top: 25px;
		display: block;
		text-align: center;
		letter-spacing: normal;
	}
	.sideBtn2:before{
		content: "";		background: linear-gradient(180deg, rgba(45,117,1,1) 0%, rgba(0,198,107,1) 100%);
		display: block;
		position: absolute;
		width: 64px;
		height: 420px;
		top: -210px;
		left: 0;
		transition: 0.3s;
	}
	.sideBtn2:hover:before{
		top: 0;
	}
	.sideBtn2 span{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		position: relative;
		padding-top: 40px;
		color: #fff;
		font-weight: 500;
		box-sizing: border-box;
		text-align: left;
	}
	.sideBtn2 span:before{
		content: "";
		background: url("img/icon_line.svg") no-repeat;
		background-size: contain;
		width: 30px;
		height: 30px;
		position: absolute;
		display: block;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
    

    #goTop{
        width:79px;
        height: 80px;
        position: fixed;
        right: 0;
        bottom: 0px;
        z-index: 100;
    }
    .goTopBtn{
        display: block;
        width:80px;
        height: 80px;
        background: #5f503c;
    }
    .goTopBtn:hover{
        opacity: 0.8;
    }
    #gMap{
        width: 100%;
        height: 580px;
    }
    #gMap iframe{
        width: 100%;
        height: 580px;
    }

/*Footer*/

footer{
	color: #fff;
}
footer a{
	color: #fff !important;
}
footer a:hover{
	text-decoration: underline;
	color: #fff;
}
.footerWrap{
	width: 1000px;
	margin: 0 auto 30px;
}
#footer01{
	background: #008CB4;
	width: 100%;
	box-sizing: border-box;
	padding: 45px 0 20px 0;
}
#footer01L{
	width: 500px;
	float: left;
	box-sizing: border-box;
	padding:20px 98px;
}
#footer01R{
	width: 500px;
	float: right;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.honsha{
}
.cName{
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.footer01RW{
	overflow: hidden;
}
.fName{
	font-size: 1.5rem;
	margin-bottom: 7px;
}
.mMarker:before{
	position: relative;
	content: url(../img/pointer.png);
	top:3px;
	margin-right: 3px;
}
    
    .footerLinks{
		width: 1000px;
        text-align: center;
        display: flex;
        justify-content: space-between;
    }
    .footerLinks a{
        display: inline-block;
        font-size: 1.2rem;
    }
    .footerLinks a:hover{
        text-decoration: underline;
    }
#copyright{
	background: #000;
	text-align: center;
	height: 80px;
	padding-top: 30px;
	box-sizing: border-box;
}

/*commonタイトル*/
    
/*commonタイトル*/
    .commonTtl01W{
        text-align: center;
        margin-bottom: 60px;
    }
	.commonTtl01En{
		font-size: 2rem;
		font-weight: 600;
		color: #009DF0;
	}
    .commonTtl01 {
		font-size: 4rem;
		font-weight: 500;
		color: #009DF0;
    }
    .commonTtl02W{
        text-align: center;
        margin-bottom: 40px;
    }
	.commonTtl02{
		font-size: 2.8rem;
		font-weight: 500;
		line-height: 5.2rem;
		letter-spacing: 0.1em;
		color: #009DF0;
	}
    .commonTtl03 {
		font-size: 2rem;
		margin-bottom: 10px;
		font-weight: 500;
		color: #008CB4;
    }
    .commonTtl04{
		font-size: 2.4rem;
		font-weight: bold;
		line-height: 4.6rem;
		letter-spacing: 0.1em;
		color: #008CB4;
    }
	.commonTtl05{
		font-size: 3rem;
		font-weight: 500;
		text-align: center;
		width: 800px;
		margin: 0 auto 64px;
		color: #009DF0;
		background: #fff;
		border: 1px dotted #009DF0;
		border-radius: 16px;
		line-height: 8rem;
	}
    .commonTtl06W{
		text-align: center;
    }
    .commonTtl06{
		font-size: 3.4rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		color: #009DF0;
		padding-left: 162px;
		display: inline-block;
		position: relative;
		line-height: 13rem;
    }
	.commonTtl07{
		color: #009DF0;
		position: relative;
		padding-left: 30px;
		font-size: 2.4rem;
		font-weight: 500;
	}
	.commonTtl07:before{
		content: "";
		background: linear-gradient(116deg, rgba(10,202,255,1) 0%, rgba(0,137,255,1) 100%);
		background-size: contain;
		width: 25px;
		height: 25px;
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50%;
	}
	.commonTtl08{
		font-size: 2.8rem;
		font-weight: bold;
		padding-left: 28px;
		position: relative;
		color: #009DF0;
		margin-bottom: 40px;
	}
	.commonTtl08:before{
		content: "";
		background: linear-gradient(0deg, rgba(10,202,255,1) 0%, rgba(0,137,255,1) 100%);
		width: 12px;
		height: 36px;
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.commonTtl09{
		font-size: 3.4rem;
		font-weight: bold;
		text-align: center;
		position: relative;
		color: #008CB4;
		margin-bottom: 90px;
		letter-spacing: 0.1em;
	}
	.commonTtl09:after{
		content: "";
		background: #008CB4;
		display: block;
		position: absolute;
		width: 214px;
		height: 4px;
		border-radius: 2px;
		bottom: -27px;
		left: 50%;
		transform: translateX(-50%);
	}

/*commonコピー*/
	.commonCopy01{
		color: #009DF0;
		position: relative;
		font-size: 2.4rem;
		font-weight: 500;
		text-align: center;
		margin-bottom: 40px;
	}
	
	
/*commonテキスト*/
    .commonTxt01{
		font-size: 1.6rem;
		line-height: 3.2rem;
    }
	.commonTxt02{
		font-size: 1.6rem;
		line-height: 2.8rem;
	}
    .commonTxt03{
    }
/*commonボタン*/
	
	.commonBtn01W{
        text-align: center;
	}
	.commonBtn01{
        display: inline-block;
		padding: 0 80px;
		text-align: center;
		line-height: 8.8rem;
		border-radius: 4.4rem;
		color: #fff !important;
		font-weight: 500;
		position: relative;
		overflow: hidden;
		font-size: 1.8rem;
		box-shadow: 24px 24px 80px #D2D6D9;
	}
	.commonBtn01.heightS{
		line-height: 7.2rem;
		border-radius: 3.6rem;
	}
	.commonBtn01 span{
		position: relative;
	}
	.commonBtn01:before{
		content: "";
		background: linear-gradient(90deg, rgba(0,80,255,1) 0%, rgba(10,202,255,1) 100%);
		width: 200%;
		height: 8.8rem;
		display: block;
		position: absolute;
		left: -50%;
		top: 0;
		transition: 0.3s;
	}
	.commonBtn01:hover:before{
		left: 0;
	}
	
	.commonBtn01:after{
		content: "";
		background: url("img/arrow_r.svg") no-repeat;
		background-size: contain;
		width: 22px;
		height: 8px;
		display: block;
		position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	.commonBtn02{
        display: inline-block;
		padding: 0 80px;
		text-align: center;
		line-height: 8.8rem;
		border-radius: 4.4rem;
		color: #009DF0 !important;
		background: #FCF7BE;
		font-weight: 500;
		position: relative;
		overflow: hidden;
		font-size: 1.8rem;
		box-shadow: 0px 24px 80px rgba(45,110,157,0.5);
	}
	.commonBtn02 span{
		position: relative;
	}
	.commonBtn02:after{
		content: "";
		background: url("img/arrow_r_b.svg") no-repeat;
		background-size: contain;
		width: 22px;
		height: 8px;
		display: block;
		position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	.commonBtn02:hover{
		filter: brightness(110%);
	}
}
@media screen and (max-width: 767px) {
        /* 767px以下用（スマートフォン用）の記述 */

    #container {
        width: 100%;
        overflow: hidden;
    }
    .contentWrap{
        width: 90%;
        margin: 0 auto;
    }
    #header{
        width: 100%;
        height: 60px;
		background: #008CB4;
        box-sizing: border-box;
        position: fixed;
        z-index: 9999;
        top: 0;
    }
    #header.smaller{
        height: 60px;
		background: #008CB4;
        box-shadow: 0 5px 3px rgba(0,0,0,0.1);
		backdrop-filter: blur(5px);
    }
	.headerLogo{
		width: 140px;
	}

    #menu{
        width: 95%;
        margin: 0 auto;
        color: #fff;
        position: relative;
    }
    .headerLogo{
        display: inline-block;
		position: relative;
        padding-top: 17px;
        vertical-align: top;
		font-size: 1.2rem;
		font-weight: 500;
		z-index: 1000;
    }
	.headerLogo a{
		color: #0C5196 !important;
	}
	.headerLogo span{
		font-size: 1.8rem;
		margin-left: 5px;
	}
    .sideBtnW{
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 1000;
		text-align: left;
		display: flex;
    }
	.sideBtnW a:after{
		content: "";
		background: url("img/arrow_r.svg") no-repeat;
		background-size: contain;
		width: 13px;
		height: 4px;
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
    .sideBtn1{
		width: 50%;
        position: relative;
        overflow: hidden;
		background: linear-gradient(90deg, rgba(0,137,255,1) 0%, rgba(10,202,255,1) 100%);
		box-sizing: border-box;
		text-align: center;
		height: 52px;
		display: flex;
		justify-content: center;
		align-items: center;
    }
		
	.sideBtn1 span{
		padding-left: 30px;
		position: relative;
		display: inline-block;
		text-align: left;
		color: #fff;
		font-weight: 500;
		font-size: 1.2rem;
	}
    .sideBtn1 span:before{
        content: "";
        background: url("img/icon_rec.svg") no-repeat;
        background-size: contain;
        width: 20px;
        height: 24px;
        position: absolute;
        display: block;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
    }
    .sideBtn2{
		width: 50%;
        position: relative;
        overflow: hidden;
		background: linear-gradient(90deg, rgba(58,154,0,1) 0%, rgba(0,198,107,1) 100%);
		box-sizing: border-box;
		text-align: center;
		height: 52px;
		display: flex;
		justify-content: center;
		align-items: center;
    }
	.sideBtn2 span{
		position: relative;
		display: inline-block;
		text-align: left;
		color: #fff;
		font-weight: 500;
		font-size: 1.2rem;
		padding-left: 35px;
	}
    .sideBtn2 span:before{
        content: "";
        background: url("img/icon_line.svg") no-repeat;
        background-size: contain;
        width: 29px;
        height: 29px;
        position: absolute;
        display: block;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
        z-index: 1;
    }

/*メニュー用*/

    .headerMenuBtn{
        position: absolute;
        right: 2px;
        top: 5px;
		z-index: 1000;
    }
	.menuSlide01 {
		position: fixed;
		top: 60px;
		width: 100%;
		height: 100vh;
		background: #008CB4;
		padding: 60px 0;
		text-align: center;
		left: 100%;
		transition: 0.5s;
		z-index: 999;
		box-sizing: border-box;
	}
    .menuSlide01.current{
        left: 0;
    }
	.menuLogo{
		width: 100px;
		margin: 0 auto 20px;
	}
	.menuLists {
		text-align: left;
		width: 100%;
		margin: 0 auto 20px;
	}
	.menuList{
        display: block;
		background: #EDF8FF;
		box-sizing: border-box;
		border-bottom: 1px solid #fff;
    }
	.menuLink1 {
		display: block;
		position: relative;
		color: #008CB4 !important;
		font-size: 1.6rem;
		line-height: 4rem;
		padding-left: 30px;
	}
	.menuLink1:after{
		content: "";
		background: url("img/sp/arrow_menu_r.svg") no-repeat;
		background-size: contain;
		width: 7px;
		height: 12px;
		display: block;
		position: absolute;
		right: 33px;
		top: 50%;
		transform: translateY(-50%);
	}
	.hasSub .menuLink1:after{
		content: "";
		background: url("img/sp/arrow_menu_b.svg") no-repeat;
		background-size: contain;
		width: 12px;
		height: 7px;
		display: block;
		position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	.subLists {
	}
	.menuLink2 {
		display: block;
		position: relative;
		background: #fff;
		color: #007AE3 !important;
		line-height: 3rem;
		font-size: 1.2rem;
		padding-left: 30px;
	}
	.menuLink2:after{
		content: "";
		background: url("img/sp/arrow_menu_r.svg") no-repeat;
		background-size: contain;
		width: 5px;
		height: 10px;
		display: block;
		position: absolute;
		right: 33px;
		top: 50%;
		transform: translateY(-50%);
	}

/*ハンバーガメニュー*/
/*ベース*/
    .menu-trigger {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        vertical-align: middle;
        width: 48px;
        height: 48px;
        position: relative;
        z-index: 104;
    }

	.menu-trigger:before{
		content: "";
		background: url("img/sp/menu_btn_ov.svg") no-repeat;
		background-size: contain;
		width: 48px;
		height: 48px;
		position: absolute;
		left: 0;
		top: 0;
		transition: 0.3s;
		opacity: 0;
	}
    .menu-trigger.current:before{
		opacity: 1;
    }
    .menu-trigger.current img{
		opacity: 0;
    }
	
    .headerBtns{
    }

	.headerMail {
		display: block;
		width: 280px;
		margin: 0 auto 20px;
		border: 1px solid #009DF0;
		border-radius: 1.8rem;
		padding: 0 15px;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 3.6rem;
		vertical-align: top;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
	}
	.headerMail:before{
		content: "";
		background: linear-gradient(90deg, rgba(0,137,255,1) 0%, rgba(10,202,255,1) 100%);
		width: 100%;
		height: 3.6rem;
		left: -100%;
		top: 0;
		display: block;
		position: absolute;
		transition: 0.3s;
	}
	.headerMail:hover:before{
		left: 0%;
	}
	.headerMailTxt{
		font-weight: 500;
        color: #007AE3 !important;
		position: relative;
		display: inline-block;
		padding-left: 25px;
		z-index: 1;
	}
	.headerMail:hover .headerMailTxt{
        color: #fff !important;
	}
	.headerMailTxt:before{
		content: "";
		background: url("img/icon_mail.svg") no-repeat;
		background-size: contain;
		width: 19px;
		height: 14px;
		display: block;
		position: absolute;
		left: 0;
		top: 52%;
		transform: translateY(-50%);
	}
	.headerMail:hover .headerMailTxt:before{
		background: url("img/icon_mail_ov.svg") no-repeat;
	}
	.headerTelW {
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}
	.headerTel {
		color: #007AE3;
		font-size: 2rem;
		line-height: 2rem;
		font-weight: 500;
		position: relative;
		padding-left: 15px;
	}
	.headerTel:before{
		content: "";
		background: url("img/icon_tel_1.svg") no-repeat;
		background-size: contain;
		display: block;
		position: absolute;
		width: 12px;
		height: 16px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.headerTel a{
		color: #007AE3;
	}
	.headerTelTxt{
		color: #007AE3;
		font-size: 1.2rem;
		padding-left: 15px;
	}
	.headerIns{
		padding-top: 6px;
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
	}
	.headerIns:hover{
		opacity: 0.8;
	}

    #goTop{
        width: 40px;
        height: 40px;
        position: fixed;
        right: 0;
        bottom: 30px;
        z-index: 100;
    }
    .goTopBtn{
        display: block;
        width:40px;
        height: 40px;
        background: #5f503c;
    }
    .goTopBtn:hover{
        opacity: 0.8;
    }
    .goTopBtn img{
        width: 100%;
        height: auto;
    }
    #gMap{
        width: 100%;
        height: 300px;
    }
    #gMap iframe{
        width: 100%;
        height: 300px;
    }

    /*Footer*/

    footer{
        color: #fff;
    }
    footer a{
        color: #fff !important;
    }
    footer a:hover{
        text-decoration: underline;
        color: #fff;
    }
    .footerWrap{
        width: 95%;
        margin: 0 auto;
    }
    .footerNav{
        width: 100%;
        padding: 20px 0 10px;
        text-align: center;
        background: #666;
    }
    .footerMenuW{
        display: inline-block;
        letter-spacing: -0.4em;
    }
    .footerMenu{
        display: block;
        letter-spacing: normal;
        margin-bottom: 10px;
    }
    .footerMenu:last-child{
        margin-right: 0;
    }
    #footer01{
        background: #008CB4;
        width: 100%;
        box-sizing: border-box;
        padding: 45px 0 45px 0;
    }
    #footer01L{
        width: 250px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    #footer01L img{
        width: 100%;
        height: auto;
    }
    #footer01R{
        box-sizing: border-box;
        padding: 30px 0;
        font-size: 1.3rem;
        line-height: 1.8rem;
        text-align: center;
    }
    .honsha{
    }
    .cName{
        margin-bottom: 20px;
    }
    .footer01RW{
        overflow: hidden;
    }
    .fName{
        margin-bottom: 7px;
    }
    .fAdd{
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .mMarker:before{
        position: relative;
        content: url(img/pointer.png);
        top:3px;
        margin-right: 3px;
    }
    .footerLinks{
        text-align: center;
    }
    .footerLinks a{
        display: block;
        font-size: 1.2rem;
    }
    .footerLinks a:hover{
        text-decoration: underline;
    }
    #copyright{
        background: #000;
        text-align: center;
        height: 40px;
        padding-top: 10px;
        box-sizing: border-box;
    }


/*commonタイトル*/
    .commonTtl01W{
        text-align: center;
        margin-bottom: 50px;
    }
	.commonTtl01En{
		font-size: 1.6rem;
		font-weight: 600;
		color: #009DF0;
		margin-bottom: 10px;
	}
    .commonTtl01 {
		font-size: 2.4rem;
		font-weight: 500;
		color: #009DF0;
    }
    .commonTtl02W{
        text-align: center;
        margin-bottom: 40px;
    }
	.commonTtl02{
		font-size: 2rem;
		font-weight: 500;
		line-height: 3.6rem;
		letter-spacing: 0.1em;
		color: #009DF0;
	}
    .commonTtl03 {
		font-size: 1.7rem;
		margin-bottom: 10px;
		font-weight: 500;
		color: #009DF0;
    }
    .commonTtl04{
		font-size: 2.2rem;
		font-weight: 500;
		line-height: 3.6rem;
		letter-spacing: 0.04em;
		color: #009DF0;
    }
	.commonTtl05{
		font-size: 2.4rem;
		font-weight: 500;
		text-align: center;
		margin: 0 auto 30px;
		color: #009DF0;
		background: #fff;
		border: 1px dotted #009DF0;
		border-radius: 10px;
		padding: 15px 0;
}
    .commonTtl06W{
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		margin-bottom: 30px;
    }
    .commonTtl06{
		font-size: 2.2rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		color: #009DF0;
		padding-left: 80px;
		display: inline-block;
		position: relative;
    }
	.commonTtl07{
		color: #009DF0;
		position: relative;
		padding-left: 20px;
		font-size: 1.8rem;
		font-weight: 500;
		margin-bottom: 15px;
	}
	.commonTtl07:before{
		content: "";
		background: linear-gradient(116deg, rgba(10,202,255,1) 0%, rgba(0,137,255,1) 100%);
		background-size: contain;
		width: 16px;
		height: 16px;
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50%;
	}
	.commonTtl08{
		font-size: 1.6rem;
		font-weight: bold;
		padding-left: 15px;
		position: relative;
		color: #009DF0;
		margin-bottom: 20px;
	}
	.commonTtl08:before{
		content: "";
		background: linear-gradient(0deg, rgba(10,202,255,1) 0%, rgba(0,137,255,1) 100%);
		width: 8px;
		height: 24px;
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.commonTtl09{
		font-size: 2.2rem;
		font-weight: bold;
		text-align: center;
		position: relative;
		color: #009DF0;
		margin-bottom: 40px;
		letter-spacing: 0.1em;
	}
	.commonTtl09:after{
		content: "";
		background: linear-gradient(90deg, rgba(10,202,255,1) 0%, rgba(0,137,255,1) 100%);
		display: block;
		position: absolute;
		width: 180px;
		height: 2px;
		border-radius: 1px;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
	}

/*commonコピー*/
	.commonCopy01{
		color: #009DF0;
		position: relative;
		font-size: 1.8rem;
		font-weight: 500;
		margin-bottom: 30px;
		text-align: center;
	}

	
/*commonテキスト*/
    .commonTxt01{
		font-size: 1.6rem;
		line-height: 3.2rem;
    }
	.commonTxt02{
		font-size: 1.4rem;
		line-height: 2.6rem;
	}
    .commonTxt03{
    }
/*commonボタン*/
	
	.commonBtn01W{
        text-align: center;
	}
	.commonBtn01{
        display: inline-block;
		width: 100%;
		text-align: center;
		line-height: 5.6rem;
		border-radius: 2.8rem;
		color: #fff !important;
		font-weight: 500;
		position: relative;
		overflow: hidden;
		font-size: 1.6rem;
		box-shadow: 24px 24px 80px #D2D6D9;
	}
	.commonBtn01 span{
		position: relative;
	}
	.commonBtn01:before{
		content: "";
		background: linear-gradient(90deg, rgba(0,80,255,1) 0%, rgba(10,202,255,1) 100%);
		width: 200%;
		height: 8.8rem;
		display: block;
		position: absolute;
		left: -50%;
		top: 0;
		transition: 0.3s;
	}
	
	.commonBtn01:after{
		content: "";
		background: url("img/arrow_r.svg") no-repeat;
		background-size: contain;
		width: 22px;
		height: 8px;
		display: block;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
	.commonBtn02{
        display: inline-block;
		padding: 0 80px;
		text-align: center;
		line-height: 5.6rem;
		border-radius: 2.8rem;
		color: #009DF0 !important;
		background: #FCF7BE;
		font-weight: 500;
		position: relative;
		overflow: hidden;
		font-size: 1.6rem;
	}
	.commonBtn02 span{
		position: relative;
	}
	.commonBtn02:after{
		content: "";
		background: url("img/arrow_r_b.svg") no-repeat;
		background-size: contain;
		width: 22px;
		height: 8px;
		display: block;
		position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	.commonBtn02:hover{
		filter: brightness(110%);
	}



}


/*ハンバーガーメニュー動き*/

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
