@charset "utf-8";
/*
Theme Name:WAGA
Author:KMY
*/

/* 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 */
/* -------------------------------------------------- */


.dela{
	font-family: "Dela Gothic One", serif;
	font-weight: 400;
	font-style: normal;
}
/*weight:400*/

.roboto{
	font-family: "Roboto", sans-serif;
	font-weight: 900;
}
.mplus{
	font-family: "M PLUS 1p", serif;
	font-optical-sizing: auto;
	font-weight: 900;
}
/*weight:400,500,700*/
.pop{
	font-family: "Poppins", serif;
}
/*weight:400,500,600,700*/


/* 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 {
	color: #0253D4;
	font-size: 1.4rem;
	font-family: "IBM Plex Sans JP", serif;
	font-feature-settings : "palt";
	line-height: normal;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
/*weight:400,500,600,700*/

#container {
	position: relative;
    scroll-behavior: smooth;
}



/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) {
        /* 768px以上用（PC用）の記述 */
    
    #container {
        min-width: 1220px;
    	overflow: hidden;
    }
    .contentWrap1{
        width: 1200px;
        margin: 0 auto;
		box-sizing: border-box;
    }
    .contentWrap2{
        width: 1200px;
        margin: 0 auto;
		box-sizing: border-box;
    }
	.contentWrap3{
		width: 100%;
	}
    #header{
        width: 100%;
        height: 100px;
        box-sizing: border-box;
        position: fixed;
        z-index: 10;
        top: 0px;
		transition: 0.3s;
		backdrop-filter: blur(5px);
		background: rgba(255,255,255,0.8);
		padding-top: 12px;
    }
	#header.smaller{
		height: 80px;
		top: 0;
		backdrop-filter: blur(5px);
		padding-top: 0px;
	}
	/*スクロール時設定*/
	
	#header.smaller{
	}
    #menu{
		width: 95%;
        min-width: 1200px;
        margin: 0 auto;
        color: #315B95;
        display: flex;
        justify-content: space-between;
    }
	.headerLogo {
		display: block;
		vertical-align: top;
		float: left;
		width: 280px;
	}
	.headerLogo a{
	}
	.headerLogo a span{
		font-size: 2rem;
		font-weight: 500;
		padding-left: 5px;
	}
	#header.smaller .headerLogo{
		width: 200px;
		padding-top: 15px;
	}
	.menuSlide01{
		display: flex;
        justify-content: space-between;
	}
    .menuLists{
        white-space: nowrap;
		position: relative;
		z-index: 20;
        letter-spacing: -0.4em;
        display: inline-block;
		padding-top: 32px; 
    }
    .menuList{
        display: inline-block;
		letter-spacing: 0em;
        position: relative;
        text-align: center;
    }
	.menuList:last-child{
		margin-right: 0;
	}
    .menuLink1{
        display: inline-block;
        color: #315B95 !important;
        font-size: 1.6rem;
        position: relative;
		font-weight: bold;
        padding: 0px 0px 5px 0;
        overflow: hidden;
		z-index: 10;
		margin-right: 30px;
    }
    .menuLink1:before{
        content: "";
        position: absolute;
        display: block;
        left: -100%;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #315B95;
        transition: 0.3s;
		z-index: -1;
    }
    .menuLink1:hover:before{
        left: 0;
    }
    .headerBtnW{
		padding-top: 5px;
    }
	#header.smaller .headerBtnW{
	}
	.headerBtn{
		background: #F49600;
		display: inline-block;
		border-radius: 32px;
		width: 217px;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 64px;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
		color: #fff !important;
		font-weight: bold;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		border: 1px solid #000;
	}
	.headerBtn:before{
		content: "";
		background: rgba(255,255,255,0.2);
		width: 100%;
		height: 100%;
		left: -100%;
		top: 0;
		display: block;
		position: absolute;
		transition: 0.3s;
	}
	.headerBtn:hover:before{
		left: 0%;
	}
	.headerBtn:hover:after{
		background: url("img/arrow_r_2.svg") no-repeat;
		background-size: contain;
	}
	.headerBtn span{
		position: relative;
		display: inline-block;
		padding-left: 30px;
	}
	.headerBtn span:before{
		content: "";
		background: url("img/icon_mail_1.svg") no-repeat;
		background-size: contain;
		width: 24px;
		height: 20px;
		display: block;
		position: absolute;
		left: -5px;
		top: 23px;
	}
	.lineBtn{
		position: fixed;
		display: block;
		width: 190px;
		height: 200px;
		bottom: 20px;
		right: 20px;
		z-index: 100;
	}
	.lineBtn:hover{
		filter: brightness(1.2);
	}

    #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*/
	
	#secFtBn{
		border-top-left-radius: 80px;
		border-top-right-radius: 80px;
		background: #0086F8;
		margin-top: -80px;
		position: relative;
		border: 1px solid #000;
	}
	.footerBnW{
		padding: 50px 0 120px;
	}
	.footerTtl{
		font-size: 2rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.footerBn{
		width: 220px;
		display: inline-block;
	}
	.footerBn:hover{
		filter: brightness(1.2);
	}
	.footerFlex{
		display: flex;
		justify-content: space-between;
	}

	footer {
		border-top-left-radius: 80px;
		border-top-right-radius: 80px;
		background: #0253D4;
		margin-top: -80px;
		z-index: 1;
		position: relative;
		border: 1px solid #000;
		color: #fff;
	}
	footer a{
    }
    footer a:hover{
        text-decoration: underline;
    }
	.goTop{
		display: inline-block;
		position: absolute;
		right: 40px;
		top: 40px;
		width: 60px;
	}
	.footerWrap{
        width: 1200px;
        margin: 0 auto;
        padding: 150px 0 60px;
        display: flex;
        justify-content: space-between;
		box-sizing: border-box;
    }
    #footerL{
        width: 500px;
        box-sizing: border-box;
    }
    .footerLogo{
        width: 403px;
		margin-bottom: 30px;
    }
    .footerLogo img{
        width: 100%;
        height: auto;
    }
    .footerTxtW{
        margin-bottom: 30px;
    }
    .footerName{
        font-size: 1.6rem;
		font-weight: bold;
        margin-bottom: 10px;
    }
    .footerAdd{
        font-size: 1.4rem;
		position: relative;
		font-weight: 500;
		line-height: 2.4rem;
    }
    
    #footerR{
        box-sizing: border-box;
		position: relative;
		display: inline-block;
		width: 480px;
    }
    .footerNavW{
        display: flex;
        justify-content: space-between;
		position: relative;
		margin-bottom: 60px;
		width: 480px;
    }

	.footerDownNav{
		margin-bottom:15px;
	}

	.footerDownNav .footerList{
		margin-bottom:5px;
	}

    .footerLists{
		display: inline-block;
		vertical-align: top;
		text-align: left;
    }
    .footerList{
		display: block;
		margin-bottom: 16px;
		font-weight: bold;
		font-size: 1.6rem;
    }

	.footerList2{
		display: block;
		margin-bottom: 5px;
		font-weight: bold;
		font-size: 1.2rem;
    }

    .footerList a,.footerList2 a{
        text-decoration: none;
        color: #fff !important;
    }
    .footerList a:hover,.footerList2 a:hover{
        text-decoration: underline;
    }
	.footerSnsW{
		width: 224px;
		margin: 0 0 0 auto;
		display: flex;
		justify-content: space-between;
	}
	@media screen and (max-width: 1680px) {
		.footerSnsW{
			transform: translateX(-150px);
		}
	}
	.footerSns:hover{
		filter: brightness(1.2);
	}
    .copyright{
        font-size: 1.2rem;
		letter-spacing: 0.08em;
    }
	.copyright img{
		width: 280px;
	}

/*commonタイトル*/
	.commonTtl01{
		font-size: 8rem;
		line-height: 9.8rem;
		margin-bottom: 20px;
	}
	.commonTtl02W{
		position: relative;
		padding-left: 186px;
		padding-top: 15px;
	}
	.commonTtl02W:before{
		content: "";
		position: absolute;
		display: block;
		width: 160px;
		height: 160px;
		left: 0;
		top: 0;
	}
	.commonTtl02S{
		font-size: 2.4rem;
		letter-spacing: 0.04em;
		position: relative;
		font-weight: bold;
	}
	.commonTtl02{
		font-size: 8rem;
		position: relative;
		font-weight: 900;
	}
	.commonTtl03W{
		text-align: center;
	}
	.commonTtl03{
		font-size: 8rem;
		margin-bottom: 5px;
		font-weight: 900;
	}
	.commonTtl03 span{
		display: inline-block;
		border-bottom: 12px solid #fff;
	}
	.commonTtl03B{
		font-size: 8rem;
		margin-bottom: 5px;
		font-weight: 900;
	}
	.commonTtl03B span{
		display: inline-block;
		border-bottom: 12px solid #0253D4;
	}
	.commonTtl04{
		font-size: 2.6rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		position: relative;
	}
	.commonTtl05{
		font-size: 8rem;
		font-weight: 900;
		letter-spacing: -0.08em;
		position: relative;
	}
	.commonTtl06{
		font-size: 4rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		position: relative;
		display: inline-block;
		border-bottom: 6px solid #0253D4;
	}
	.commonTtl07{
		font-size: 4rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		position: relative;
		display: inline-block;
		border-bottom: 6px solid #fff;
	}
	.commonTtl07B{
		font-size: 4rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		position: relative;
		display: inline-block;
		border-bottom: 6px solid #0253D4;
	}
	.commonTtl08{
		font-size: 8rem;
		line-height: 8rem;
		font-weight: 900;
		text-align: center;
	}
	.commonTtl08 span{
		display: inline;
		border-bottom: 12px solid #fff;
	}
	.commonTtl08B{
		font-size: 8rem;
		line-height: 8rem;
		font-weight: 900;
		text-align: center;
	}
	.commonTtl08B span{
		display: inline;
		border-bottom: 12px solid #0253D4;
	}
	.commonTtl09{
		font-size: 4rem;
		line-height: 7.2rem;
		font-weight: 900;
		text-align: center;
	}
	.commonTtl09 span{
		display: inline;
		border-bottom: 6px solid #0253D4;
		padding-bottom: 5px;
	}
	.commonTtl09W{
		font-size: 4rem;
		line-height: 7.2rem;
		font-weight: 900;
		text-align: center;
	}
	.commonTtl09W span{
		display: inline;
		border-bottom: 6px solid #fff;
		padding-bottom: 5px;
	}
	.commonTtl10W{
		position: relative;
		padding-left: 160px;
	}
	.commonTtl10W:before{
		content: "";
		position: absolute;
		display: block;
		width: 137px;
		height: 137px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.commonTtl10{
		font-size: 8rem;
		line-height: 8rem;
		display: inline-block;
		position: relative;
		font-weight: 900;
		border-bottom: 12px solid #fff;
		padding-bottom: 5px;
	}
	.commonTtl11{
		font-size: 5.6rem;
		line-height: 5.6rem;
		font-weight: 900;
	}
	.commonTtl11 span{
		display: inline;
		border-bottom: 6px solid #fff;
	}
	.commonTtl12{
		font-size: 3.2rem;
		letter-spacing: 0.04em;
		font-weight: 900;
		margin-bottom: 24px;
	}
	.commonTtl12 span{
		display: inline-block;
		position: relative;
	}
	.commonTtl12 span:before{
		content: "";
		background: #fff;
		height: 55px;
		width: 3px;
		display: block;
		position: absolute;
		left: -30px;
		top: 0;
		transform: rotate(-35deg);
	}
	.commonTtl12 span:after{
		content: "";
		background: #fff;
		height: 55px;
		width: 3px;
		display: block;
		position: absolute;
		right: -30px;
		top: 0;
		transform: rotate(35deg);
	}
	.commonTtl12B{
		font-size: 3.2rem;
		letter-spacing: 0.04em;
		font-weight: 900;
		margin-bottom: 24px;
	}
	.commonTtl12B span{
		display: inline-block;
		position: relative;
	}
	.commonTtl12B span:before{
		content: "";
		background: #0253D4;
		height: 55px;
		width: 3px;
		display: block;
		position: absolute;
		left: -30px;
		top: 0;
		transform: rotate(-35deg);
	}
	.commonTtl12B span:after{
		content: "";
		background: #0253D4;
		height: 55px;
		width: 3px;
		display: block;
		position: absolute;
		right: -30px;
		top: 0;
		transform: rotate(35deg);
	}
	.commonTtl13{
		font-size: 3.2rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		line-height: 64px;
		border-left: 13px solid #50B6FF;
		padding-left: 18px;
	}
	.commonTtl14{
		font-size: 2rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		line-height: 36px;
		border-left: 13px solid #50B6FF;
		padding-left: 18px;
	}
	.commonTtl14 span{
		font-size: 1.6rem;
		font-weight: 500;
	}

	
/*commonコピー*/
	.commonCopy01{
		font-size: 3.7rem;
		line-height: 5.6rem;
		font-weight: bold;
		letter-spacing: 0.04em;
	}
	.commonCopy02{
		font-size: 3.6rem;
		line-height: 6rem;
		font-weight: bold;
		letter-spacing: 0.02em;
	}
	.commonCopy03{
		font-size: 2.8rem;
		line-height: 5.2rem;
		font-weight: bold;
		letter-spacing: 0.04em;
	}
	.commonCopy04{
		font-size: 3.2rem;
		line-height: 5.2rem;
		font-weight: bold;
		letter-spacing: 0.04em;
	}
	.commonCopy05{
		font-size: 8rem;
		margin-bottom: 5px;
	}
	.commonCopy06{
		font-size: 5.6rem;
	}
	.commonCopy07{
		font-size: 7.2rem;
		line-height: 9rem;
		text-shadow: 0 3px 40px rgba(5,73,152,0.6);
	}
	.commonCopy08{
		font-size: 9rem;
		line-height: 9.8rem;
	}
	.commonCopy09{
		font-size: 2rem;
		line-height: 4rem;
		letter-spacing: 0.04em;
		font-weight: 900;
	}
	
/*commonテキスト*/
	.commonTxt01{
		font-size: 2rem;
		line-height: 4rem;
		letter-spacing: 0.04em;
		font-weight: bold;
	}
	.commonTxt02{
		font-size: 1.6rem;
		line-height: 4rem;
		letter-spacing: 0.04em;
		font-weight: bold;
	}
	.commonTxt03{
		font-size: 1.6rem;
		line-height: 3.2rem;
		font-weight: bold;
	}
	.commonTxt04{
		font-size: 2.8rem;
		letter-spacing: 0.04em;
		font-weight: bold;
		color: #0253D4;
	}
	.commonTxt05{
		font-size: 2.4rem;
		letter-spacing: 0.04em;
		font-weight: bold;
	}
	.commonTxt06{
		font-size: 1.4rem;
		line-height: 2.4rem;
		font-weight: bold;
	}
	.commonTxt07{
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 0.04;
		line-height: 4.6rem;
	}

/*commonボタン*/

	.commonBtn01W{
		text-align: left;
	}
	.commonBtn02W{
		text-align: center;
	}
	.commonBtn03W{
		text-align: center;
		display: flex;
		justify-content: space-between;
	}
	.commonBtn01{
		display: inline-block;
		border-radius: 47px;
		width: 400px;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 94px;
		background: #F49600;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
		color: #fff !important;
		font-size: 2.4rem;
		font-weight: 900;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		border: 1px solid #000;
	}
	.commonBtn01:after{
		content: "";
		background: url("img/arrow_r_1.svg") no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
		position: absolute;
		display: block;
		right: 24px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.commonBtn01:before{
		content: "";
		background: rgba(255,255,255,0.2);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn01:hover:before{
		left: 0;
	}
	.commonBtn02{
		display: inline-block;
		border-radius: 31px;
		width: 240px;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 62px;
		background: #F49600;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
		color: #fff !important;
		font-size: 1.6rem;
		font-weight: 900;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		border: 1px solid #000;
	}
	.commonBtn02:after{
		content: "";
		background: url("img/arrow_r_1.svg") no-repeat;
		background-size: contain;
		width: 28px;
		height: 28px;
		position: absolute;
		display: block;
		right: 24px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.commonBtn02:before{
		content: "";
		background: rgba(255,255,255,0.2);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn02:hover:before{
		left: 0;
	}
	.commonBtn02 span{
		position: relative;
		display: inline-block;
	}
	.commonBtn03{
		display: inline-block;
		border-radius: 47px;
		width: 550px;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 94px;
		background: #F49600;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
		color: #fff !important;
		font-size: 2.4rem;
		font-weight: 900;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		border: 1px solid #000;
	}
	.commonBtn03:after{
		content: "";
		background: url("img/arrow_r_1.svg") no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
		position: absolute;
		display: block;
		right: 24px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.commonBtn03:before{
		content: "";
		background: rgba(255,255,255,0.2);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn03:hover:before{
		left: 0;
	}
	.commonBtn03 span{
		position: relative;
		display: inline-block;
	}
	.commonBtn04{
		display: inline-block;
		border-radius: 47px;
		width: 464px;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 94px;
		background: #F49600;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
		color: #fff !important;
		font-size: 2.4rem;
		font-weight: 900;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		border: 1px solid #000;
	}
	.commonBtn04:after{
		content: "";
		background: url("img/arrow_r_1.svg") no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
		position: absolute;
		display: block;
		right: 24px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.commonBtn04:before{
		content: "";
		background: rgba(255,255,255,0.2);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn04:hover:before{
		left: 0;
	}
	.commonBtn04 span{
		position: relative;
		display: inline-block;
	}
	.commonBtn05{
		display: inline-block;
		border-radius: 47px;
		width: 384px;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 72px;
		background: #fff;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
		color: #0082CD !important;
		font-size: 1.8rem;
		font-weight: 900;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		border: 1px solid #000;
	}
	.commonBtn05:after{
		content: "";
		background: url("img/arrow_r_4.svg") no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
		position: absolute;
		display: block;
		right: 24px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.commonBtn05:before{
		content: "";
		background: rgba(80,182,255,0.2);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn05:hover:before{
		left: 0;
	}
	.commonBtn05 span{
		position: relative;
		display: inline-block;
	}
	.commonBtn06{
		display: inline-block;
		border-radius: 22px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 46px;
		background: #fff;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
		color: #0082CD !important;
		font-size: 1.8rem;
		font-weight: 900;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		border: 1px solid #000;
	}
	.commonBtn06:after{
		content: "";
		background: url("img/arrow_r_4.svg") no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
		position: absolute;
		display: block;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.commonBtn06:before{
		content: "";
		background: rgba(80,182,255,0.2);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn06:hover:before{
		left: 0;
	}
	.commonBtn06 span{
		position: relative;
		display: inline-block;
	}

}
@media screen and (max-width: 767px) {
        /* 767px以下用（スマートフォン用）の記述 */
    #container {
        width: 100%;
        overflow: clip;
    }
    .contentWrap1{
        width: 90%;
        margin: 0 auto;
    }
    .contentWrap2{
        width: 90%;
        margin: 0 auto;
    }
    .contentWrap3{
    }
    #header{
        width: 100%;
        height: 80px;
        box-sizing: border-box;
        position: fixed;
        z-index: 999;
        top: 0;
		background: rgba(255,255,255,0);
		transition: 0.3s;
    }
	#header.smaller{
        height: 60px;
		top: 0;
		background: rgba(255,255,255,0.8);
		backdrop-filter: blur(5px);
	}

    #menu{
        width: 100%;
        margin: 0 auto;
		box-sizing: border-box;
    }
    .headerLogo {
        display: inline-block;
        position: relative;
        padding-top: 15px;
        padding-left: 15px;
        z-index: 900;
        width: 200px;
    }
    .headerLogo img {
		opacity: 0;
    }
    .headerLogo:before {
		content: "";
		background: url("img/logo_b.svg") no-repeat;
		background-size: contain;
		width: 200px;
		height: 56px;
        display: inline-block;
        position: absolute;
		left: 15px;
		top: 15px;
    }
	#header.smaller .headerLogo{
        display: inline-block;
		position: relative;
        padding-top: 10px;
		padding-left: 15px;
		z-index: 900;
		width: 150px;
    }
    #header.smaller .headerLogo img {
		opacity: 1;
    }
    #header.smaller .headerLogo:before {
		opacity: 0;
    }

/*メニュー用*/

	.headerMenuBtn {
        vertical-align: top;
        letter-spacing: normal;
        text-align: center;
        position: absolute;
        right: 16px;
        top: 16px;
        box-sizing: border-box;
        z-index: 1000;
	}
	#header.smaller .headerMenuBtn {
        top: 6px;
	}
    .menuSlide01{
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
		background: #0253D4;
		background-size: cover;
		background-position: top center;
        padding: 10px 0 0;
        text-align: center;
        left: 100%;
        transition: 0.5s;
        z-index: 999;
		box-sizing: border-box;
		overflow: scroll;
		padding-bottom:80px;
    }
    .menuSlide01.current{
        left: 0;
    }
	.menuLogo{
		width: 200px;
		padding-left: 20px;
	}
	.menuLists {
		width: 90%;
		margin: 20px auto 30px;
		padding-top: 20px;
	}
	.menuList{
        display: block;
		box-sizing: border-box;
    }
	.menuLink1 {
		display: block;
		position: relative;
		font-size: 1.6rem;
		line-height: 50px;
		font-weight: bold;
		color: #fff !important;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}

	.headerBtn{
		display: inline-block;
		width: 280px;
		height: 54px;
		border-radius: 28px;
		background: #fff;
		box-sizing: border-box;
		padding-top: 20px;
		padding-left: 42px;
		position: relative;
		transition: 0.3s;
		overflow: hidden;
		border: 1px solid rgba(192,196,214,0.3);
		text-align: left;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	}


/*ハンバーガメニュー*/
/*ベース*/
	.menu-trigger {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        vertical-align: middle;
        height: 48px;
        width: 48px;
        position: relative;
        z-index: 104;
        margin: 0;
        border-radius: 50%;
		background: #fff;
		border:1px solid #000;
	}

    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 18px;
        width: 10px;
        height: 2px;
        background-color: #F49600;
        border-radius: 2px;
    }
    .menu-trigger.current{
        background-color: #fff;
    }
    .menu-trigger.current span{
        background-color: #F49600;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 17px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 22px;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 27px;
    }
	
    /*動き*/
    .menu-trigger.current span:nth-of-type(1) {
        transform: translateY(5px) rotate(-45deg);
    }
    .menu-trigger.current span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        animation: active-menu-bar02 .8s forwards;
    }
    .menu-trigger.current span:nth-of-type(3) {
        transform: translateY(-5px) rotate(45deg);
    }

	.lineBtn{
		position: fixed;
		display: block;
		width: 196px;
		bottom: 0px;
		right: 0px;
		z-index: 1000;
	}


    /*Footer*/
	
	#secFtBn{
		border-top-left-radius: 32px;
		border-top-right-radius: 32px;
		background: #0086F8;
		margin-top: -32px;
		position: relative;
		border: 1px solid #000;
	}
	.footerBnW{
		padding: 45px 0 62px;
	}
	.footerTtl{
		font-size: 2rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.footerBn{
		width: 150px;
		display: inline-block;
		margin-bottom: 10px;
	}
	.footerBn:hover{
		filter: brightness(1.2);
	}
	.footerFlex{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-content: center;
		width: 310px;
		margin: 0 auto;
	}

	footer {
		border-top-left-radius: 32px;
		border-top-right-radius: 32px;
		background: #0253D4;
		margin-top: -32px;
		z-index: 1;
		position: relative;
		border: 1px solid #000;
		color: #fff;
	}
	footer a{
    }
    footer a:hover{
        text-decoration: underline;
    }
	.footerWrap{
        width: 80%;
        margin: 0 auto;
        padding: 70px 0 60px;
		box-sizing: border-box;
		text-align: center;
    }
    #footerL{
        width: 100%;
        box-sizing: border-box;
    }
    .footerLogo{
        width: 278px;
		margin-bottom: 30px;
		display: inline-block;
    }
    .footerLogo img{
        width: 100%;
        height: auto;
    }
    .footerTxtW{
        margin-bottom: 30px;
		text-align: left;
    }
    .footerName{
        font-size: 1.6rem;
		font-weight: bold;
        margin-bottom: 10px;
    }
    .footerAdd{
        font-size: 1.4rem;
		position: relative;
		font-weight: 500;
		line-height: 2.4rem;
    }
    
    #footerR{
        box-sizing: border-box;
		position: relative;
		display: inline-block;
        width: 100%;
		text-align: center;;
    }
    .footerNavW{
        display: flex;
        justify-content: space-between;
		position: relative;
		margin-bottom: 40px;
        width: 100%;
		text-align: left;
    }
    .footerLists{
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width:31%;
    }
    .footerList{
		display: block;
		margin-bottom: 16px;
		font-weight: bold;
		font-size: 1.8rem;
    }

	.footerDownNav .footerList{
		margin-bottom:5px;
	}

    .footerList a,.footerList2 a{
        text-decoration: none;
        color: #fff !important;
    }
    .footerList a:hover,.footerList2 a:hover{
        text-decoration: underline;
    }
	.footerSnsW{
		width: 224px;
		display: inline-block;
		margin-bottom: 44px;
	}
    .goTop{
        width:146px;
		display: inline-block;
		margin-bottom: 30px;
    }
    .copyright{
        font-size: 1.2rem;
		letter-spacing: 0.08em;
    }
	.copyright img{
		width: 280px;
	}

/*commonタイトル*/
	.commonTtl01{
		font-size: 5rem;
		line-height: 5.6rem;
		margin-bottom: 20px;
	}
	.commonTtl02W{
		position: relative;
		padding-left: 82px;
		padding-top: 0px;
	}
	.commonTtl02W:before{
		content: "";
		position: absolute;
		display: block;
		width: 64px;
		height: 64px;
		left: 0;
		top: 0;
	}
	.commonTtl02S{
		font-size: 1.4rem;
		letter-spacing: 0.04em;
		position: relative;
		font-weight: bold;
	}
	.commonTtl02{
		font-size: 3.2rem;
		position: relative;
		font-weight: 900;
	}
	.commonTtl03W{
		text-align: center;
	}
	.commonTtl03{
		font-size: 4.8rem;
		font-weight: 900;
		line-height: 7.2rem;
	}
	.commonTtl03 span{
		display: inline;
		border-bottom: 8px solid #fff;
		position: relative;
	}
	.commonTtl03B{
		font-size: 4.8rem;
		font-weight: 900;
		line-height: 7.2rem;
	}
	.commonTtl03B span{
		display: inline;
		border-bottom: 8px solid #0253D4;
		position: relative;
	}
	.commonTtl04{
		font-size: 2rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		position: relative;
	}
	.commonTtl05{
		font-size: 4.8rem;
		font-weight: 900;
		letter-spacing: -0.08em;
		position: relative;
	}
	.commonTtl06{
		font-size: 2.4rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		position: relative;
		display: inline-block;
		border-bottom: 4px solid #0253D4;
	}
	.commonTtl07{
		font-size: 2.8rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		position: relative;
		display: inline-block;
	}
	.commonTtl07 span{
		display: inline;
		border-bottom: 4px solid #fff;
	}
	.commonTtl07B{
		font-size: 2.8rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		position: relative;
		display: inline-block;
	}
	.commonTtl07B span{
		display: inline;
		border-bottom: 4px solid #0253D4;
	}
	.commonTtl08{
		font-size: 3.6rem;
		line-height: 6rem;
		font-weight: 900;
		text-align: center;
	}
	.commonTtl08 span{
		display: inline;
		border-bottom: 6px solid #fff;
	}
	.commonTtl08B{
		font-size: 3.6rem;
		line-height: 6rem;
		font-weight: 900;
		text-align: center;
	}
	.commonTtl08B span{
		display: inline;
		border-bottom: 6px solid #0253D4;
	}
	.commonTtl09{
		font-size: 2rem;
		line-height: 4rem;
		font-weight: 900;
		text-align: center;
	}
	.commonTtl09 span{
		display: inline;
		border-bottom: 3px solid #0253D4;
		padding-bottom: 3px;
	}
	.commonTtl09W{
		font-size: 2rem;
		line-height: 4rem;
		font-weight: 900;
		text-align: center;
	}
	.commonTtl09W span{
		display: inline;
		border-bottom: 3px solid #fff;
		padding-bottom: 3px;
	}
	.commonTtl10W{
		position: relative;
		padding-left: 80px;
	}
	.commonTtl10W:before{
		content: "";
		position: absolute;
		display: block;
		width: 60px;
		height: 60px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.commonTtl10{
		font-size: 2rem;
		line-height: 2rem;
		display: inline-block;
		position: relative;
		font-weight: 900;
		border-bottom: 6px solid #fff;
		padding-bottom: 5px;
	}
	.commonTtl11{
		font-size: 2.2rem;
		line-height: 4.5rem;
		font-weight: 900;
	}
	.commonTtl11 span{
		display: inline-block;
		border-bottom: 3px solid #fff;
	}
	.commonTtl12{
		font-size: 2rem;
		letter-spacing: 0.04em;
		font-weight: 900;
		margin-bottom: 24px;
	}
	.commonTtl12 span{
		display: inline-block;
		position: relative;
	}
	.commonTtl12 span:before{
		content: "";
		background: #fff;
		height: 55px;
		width: 2px;
		display: block;
		position: absolute;
		left: -20px;
		top: 0;
		transform: rotate(-35deg);
	}
	.commonTtl12 span:after{
		content: "";
		background: #fff;
		height: 55px;
		width: 2px;
		display: block;
		position: absolute;
		right: -20px;
		top: 0;
		transform: rotate(35deg);
	}
	.commonTtl12B{
		font-size: 2rem;
		letter-spacing: 0.04em;
		font-weight: 900;
		margin-bottom: 24px;
	}
	.commonTtl12B span{
		display: inline-block;
		position: relative;
	}
	.commonTtl12B span:before{
		content: "";
		background: #0253D4;
		height: 55px;
		width: 2px;
		display: block;
		position: absolute;
		left: -20px;
		top: 0;
		transform: rotate(-35deg);
	}
	.commonTtl12B span:after{
		content: "";
		background: #0253D4;
		height: 55px;
		width: 2px;
		display: block;
		position: absolute;
		right: -20px;
		top: 0;
		transform: rotate(35deg);
	}
	.commonTtl13{
		font-size: 2.4rem;
		font-weight: 900;
		letter-spacing: 0.04em;
		line-height: 40px;
		border-left: 6px solid #50B6FF;
		padding-left: 9px;
	}
	.commonTtl14{
		font-size: 1.8rem;
		font-weight: 900;
		letter-spacing: 0em;
		line-height: 36px;
		border-left: 6px solid #50B6FF;
		padding-left: 9px;
	}
	.commonTtl14 span{
		font-size: 1.2rem;
		font-weight: 500;
	}

/*commonコピー*/
	.commonCopy01{
		font-size: 2.4rem;
		line-height: 3.6rem;
		font-weight: bold;
		letter-spacing: 0.04em;
	}
	.commonCopy02{
		font-size: 3.6rem;
		line-height: 6rem;
		font-weight: bold;
		letter-spacing: 0.02em;
	}
	.commonCopy03{
		font-size: 2.4rem;
		line-height: 3.6rem;
		font-weight: bold;
		letter-spacing: 0.04em;
	}
	.commonTtl03 span{
		display: inline;
		border-bottom: 4px solid #fff;
	}
	.commonCopy03B{
		font-size: 2.4rem;
		line-height: 3.6rem;
		font-weight: bold;
		letter-spacing: 0.04em;
	}
	.commonTtl03B span{
		display: inline;
		border-bottom: 4px solid #0253D4;
	}
	.commonCopy04{
		font-size: 2.4rem;
		line-height: 4.2rem;
		font-weight: bold;
		letter-spacing: 0.04em;
	}
	.commonCopy05{
		font-size: 4rem;
		margin-bottom: 5px;
	}
	.commonCopy06{
		font-size: 2.8rem;
	}
	.commonCopy07{
		font-size: 3.4rem;
		line-height: 4.5rem;
		text-shadow: 0 3px 40px rgba(5,73,152,0.6);
	}
	.commonCopy08{
		font-size: 3rem;
		line-height: 3.6rem;
	}
	.commonCopy09{
		font-size: 1.4rem;
		letter-spacing: 0.04em;
		font-weight: 900;
	}
	
/*commonテキスト*/
	.commonTxt01{
		font-size: 1.7rem;
		line-height: 3.8rem;
		letter-spacing: 0.04em;
		font-weight: bold;
	}
	.commonTxt02{
		font-size: 1.6rem;
		line-height: 3.4rem;
		letter-spacing: 0.04em;
		font-weight: bold;
	}
	.commonTxt03{
		font-size: 1.6rem;
		line-height: 3.2rem;
		font-weight: bold;
	}
	.commonTxt04{
		font-size: 1.6rem;
		letter-spacing: 0.04em;
		font-weight: bold;
		color: #0253D4;
	}
	.commonTxt05{
		font-size: 1.6rem;
		letter-spacing: 0.04em;
		line-height: 2.4rem;
		font-weight: bold;
	}
	.commonTxt06{
		font-size: 1.4rem;
		line-height: 2.4rem;
		font-weight: bold;
	}
	.commonTxt07{
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 0.04;
		line-height: 4.6rem;
	}
	
/*commonボタン*/

	.commonBtn01W{
		text-align: center;
	}
	.commonBtn02W{
		text-align: center;
	}
	.commonBtn01{
		display: inline-block;
		border-radius: 34px;
		width: 311px;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 64px;
		background: #F49600;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
		color: #fff !important;
		font-size: 1.8rem;
		font-weight: 900;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		border: 1px solid #000;
	}
	.commonBtn01:after{
		content: "";
		background: url("img/arrow_r_1.svg") no-repeat;
		background-size: contain;
		width: 24px;
		height: 24px;
		position: absolute;
		display: block;
		right: 14px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.commonBtn01:before{
		content: "";
		background: rgba(255,255,255,0.2);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn01:hover:before{
		left: 0;
	}
	.commonBtn02{
		display: inline-block;
		border-radius: 34px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 64px;
		background: #F49600;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
		color: #fff !important;
		font-size: 1.8rem;
		font-weight: 900;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		border: 1px solid #000;
	}
	.commonBtn02:after{
		content: "";
		background: url("img/arrow_r_1.svg") no-repeat;
		background-size: contain;
		width: 24px;
		height: 24px;
		position: absolute;
		display: block;
		right: 14px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.commonBtn02:before{
		content: "";
		background: rgba(255,255,255,0.2);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn02:hover:before{
		left: 0;
	}
	.commonBtn02 span{
		position: relative;
		display: inline-block;
	}
	.commonBtn03{
		display: inline-block;
		border-radius: 34px;
		width: 311px;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 64px;
		background: #F49600;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
		color: #fff !important;
		font-size: 1.8rem;
		font-weight: 900;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		border: 1px solid #000;
	}
	.commonBtn03:after{
		content: "";
		background: url("img/arrow_r_1.svg") no-repeat;
		background-size: contain;
		width: 24px;
		height: 24px;
		position: absolute;
		display: block;
		right: 14px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.commonBtn03:before{
		content: "";
		background: rgba(255,255,255,0.2);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn03:hover:before{
		left: 0;
	}
	.commonBtn03 span{
		position: relative;
		display: inline-block;
	}
	.commonBtn04{
		display: inline-block;
		border-radius: 28px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 54px;
		background: #F49600;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
		color: #fff !important;
		font-size: 1.6rem;
		font-weight: 900;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		border: 1px solid #000;
	}
	.commonBtn04:after{
		content: "";
		background: url("img/arrow_r_1.svg") no-repeat;
		background-size: contain;
		width: 24px;
		height: 24px;
		position: absolute;
		display: block;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.commonBtn04:before{
		content: "";
		background: rgba(255,255,255,0.2);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn04:hover:before{
		left: 0;
	}
	.commonBtn04 span{
		position: relative;
		display: inline-block;
	}

	.commonBtn05{
		display: inline-block;
		border-radius: 47px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 50px;
		background: #fff;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
		color: #0082CD !important;
		font-size: 1.4rem;
		font-weight: 900;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		border: 1px solid #000;
	}
	.commonBtn05:after{
		content: "";
		background: url("img/arrow_r_4.svg") no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
		position: absolute;
		display: block;
		right: 24px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.commonBtn05:before{
		content: "";
		background: rgba(80,182,255,0.2);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn05:hover:before{
		left: 0;
	}
	.commonBtn05 span{
		position: relative;
		display: inline-block;
	}
	.commonBtn06{
		display: inline-block;
		border-radius: 22px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		letter-spacing: normal;
		line-height: 40px;
		background: #fff;
		position: relative;
		overflow: hidden;
		transition: 0.3s;
		color: #0082CD !important;
		font-size: 1.4rem;
		font-weight: 900;
		box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
		border: 1px solid #000;
	}
	.commonBtn06:after{
		content: "";
		background: url("img/arrow_r_4.svg") no-repeat;
		background-size: contain;
		width: 32px;
		height: 32px;
		position: absolute;
		display: block;
		right: 24px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.commonBtn06:before{
		content: "";
		background: rgba(80,182,255,0.2);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		transition: 0.3s;
	}
	.commonBtn06:hover:before{
		left: 0;
	}
	.commonBtn06 span{
		position: relative;
		display: inline-block;
	}

}


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

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

.upMenu01 {
    position: relative; /* 子要素 .downMenu01 の absolute の基準 */
}

.downMenu01 {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 10px 0;
    min-width: 200px; /* 必要に応じて幅調整 */
    text-align: center;
}

.downMenu01 li a{
	display: block;
	border-radius: 20px;
	padding:10px 0px;
	background-color:#FFF;
	font-size:12px;
	border:1px solid #315B95;
}

@media screen and (max-width: 768px) {
	.downMenu01 {
		display: block;
		position: static;
		top: auto;
		left: auto;
		transform: translateX(0%);
	}

	.downMenu01 li a{
		display: block;
		border-radius: 0px;
		padding: 0px;
		background-color:transparent;
		font-size:12px;
		border:none;
		border-bottom:1px solid rgba(255, 255, 255, 0.3);
	}
	
	.downMenu01 li a:before{
		content:"- ";
	}
}

.pE-none{
	pointer-events: none !important;
}