@charset "utf-8";


/* Google fonts import */

@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css"); /* mincho [font-family: "Sawarabi Mincho";] */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css"); /* gothic [font-family: "Noto Sans Japanese";] */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');



/*■reset----------------------------------------------*/
*{
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	font-size:14px;
	font-weight:normal;
}
ul,ol,li{
	list-style-type:none;
}
a{
	font-size:14px;
	transition:all 0.5s;
	text-decoration:none;
}
a:hover{
	opacity:0.68;
}
img{
	border:none;
	display:block;
	width:100%;
}
p{
	font-size:14px;
	line-height:140%;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: "Shippori Mincho", serif;
	background:#FFFFFF;
	color:#000000;
}


br.sp{
	display:none;
}
.effect{
	opacity:0;
	position:relative;
	top:45px;
	transition:all 0.75s;
}
.effect.move{
	opacity:1;
	top:0;
}
@media screen and (max-width: 768px) {
	br.pc{
		display: none;
	}
	br.sp{
		display: block;
	}
}



header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
}
header .Area{
	width:98%;
	margin:auto;
	position:relative;
}
header .Area .Logo{
	width:200px;
	display:block;
	margin-top:20px;
}
header .Area .Link{
	width:165px;
	display:block;
	position:absolute;
	top:-5px;
	right:5px;
}
@media screen and (max-width: 768px) {
	header .Area{
		width:96%;
	}
	header .Area .Logo{
		width:110px;
		margin-top:15px;
	}
	header .Area .Link{
		width:90px;
		top:-10px;
		right:0;
	}
}







.Read{
	width:100%;
	position:relative;
	padding-bottom:120px;
}
.Read h1{
	width:100%;
	margin-bottom:90px;
}
.Read h1 img{
	margin-bottom:90px;
}
.Read h1 span{
	display:block;
	text-align:center;
	font-size:54px;
	font-weight:400;
	letter-spacing:-1px;
}
.Read h1 + p{
	text-align:center;
	font-size:24px;
	line-height:175%;
	margin-bottom:90px;
}

.Read .Box h2{
	text-align:center;
	font-size:38px;
	font-weight:400;
	margin-bottom:35px;
}
.Read .Box h2 + p{
	text-align:center;
	font-size:24px;
	line-height:175%;
	margin-bottom:100px;
}
.Read .Box img{
	width:600px;
	margin:auto;
}
@media screen and (max-width: 768px) {
	.Read{
		padding-bottom:80px;
	}
	.Read h1{
		margin-bottom:35px;
	}
	.Read h1 img{
		margin-bottom:35px;
	}
	.Read h1 span{
		font-size:30px;
		line-height:175%;
	}
	.Read h1 + p{
		font-size:18px;
		margin-bottom:30px;
	}
	.Read .Box h2{
		font-size:24px;
		margin-bottom:30px;
	}
	.Read .Box h2 + p{
		font-size:16px;
		margin-bottom:30px;
	}
	.Read .Box img{
		width:84%;
	}
}



.Mv video{
	display:block;
	width:100%;
}

.ReadImg video{
	display:block;
	width:100%;
}






.Wrap{
	width:100%;
	padding:140px 0;
	background:#FFFFFF;
}
.Wrap.Black{
	background:#000000;
}
.Wrap.Glay{
	background:#DCDCD8;
}
.Wrap.mt_none{
	padding-top:0;
}
.Wrap img.Read_tx{
	max-width:1360px;
	margin:auto;
	margin-bottom:120px;
}
@media screen and (max-width: 768px) {
	.Wrap{
		padding:60px 0;
	}
	.Wrap.mt_none{
		padding-top:40px;
	}
	.Wrap img.Read_tx{
		margin-bottom:0;
	}
}





.Wrap .Conttype1{
	margin-bottom:100px;
}
.Wrap .Conttype1 h2{
	max-width:1360px;
	margin:auto;
	margin-bottom:40px;
}
.Wrap .Conttype1 h2 span{
	display:block;
	max-width:900px;
	margin:auto;
	color:#FFFFFF;
	font-size:15px;
}
.Wrap .Conttype1 h3{
	font-size:40px;
	font-weight:400;
	color:#FFFFFF;
	margin-bottom:40px;
}
.Wrap .Conttype1 .Txbox{
	max-width:900px;
	margin:auto;
}
.Wrap .Conttype1 .Txbox .Border-box{
	border:solid 1px #FFFFFF;
	padding:25px ;
	margin-bottom:20px;
}
.Wrap .Conttype1 .Txbox p{
	font-size:21px;
	color:#FFFFFF;
	line-height:175%;
}
.Wrap .Conttype1 .Txbox p.u{
	text-decoration:underline;
}
.Wrap .Conttype1 .Txbox ul{
	margin:24px auto;
}
.Wrap .Conttype1 .Txbox ul li{
	list-style-type:disc;
	color:#FFFFFF;
	font-size:21px;
	margin:3px auto;
	margin-left:30px;
}
.Wrap .Conttype1 .Txbox ul.n li{
	list-style-type:none;
	margin-left:0;
}
.Wrap .Conttype1 .Txbox ul.wb li{
	list-style-type:none;
	background:#FFFFFF;
	padding:12px ;
	margin:12px auto;
	color:#000000;
}
@media screen and (max-width: 768px) {
	.Wrap .Conttype1{
		width:90%;
		margin:auto;
		margin-bottom:20px;
	}
	.Wrap .Conttype1 h2{
		margin-bottom:10px;
	}
	.Wrap .Conttype1 h2 span{
		font-size:14px;
		position:relative;
		top:-15px;
	}
	.Wrap .Conttype1 h3{
		font-size:24px;
		text-align:center;
	}
	.Wrap .Conttype1 .Txbox .Border-box{
		padding:20px ;
	}
	.Wrap .Conttype1 .Txbox p{
		font-size:16px;
	}
	.Wrap .Conttype1 .Txbox p.u{
		font-size:19px;
		text-align:center;
		line-height:170%;
		margin-bottom:15px;
	}
	.Wrap .Conttype1 .Txbox ul{
		margin:18px auto;
	}
	.Wrap .Conttype1 .Txbox ul li{
		font-size:16px;
		margin-left:24px;
	}
}







.Wrap .Conttype2{
	margin-bottom:80px;
}
.Wrap .Conttype2 h3{
	text-align:center;
	font-size:38px;
	margin-bottom:25px;
}
.Wrap .Conttype2 Pc_sc{
	overflow: auto;
	position: relative;
	padding: 20px;
	background: #333;
	margin: 10px;
	width: 740px;
	max-width: 97%;
	height: 400px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.Wrap .Conttype2 Pc_sc img,.mCS_img_loaded{
	width:1800px !important;
}
.mCSB_dragger_bar{
	background:rgba(0,0,0,0.75) !important;
}
.Wrap .Conttype2 .Sp_sc{
	display:none;
}
.Wrap .Conttype2 .Flow{
	padding-bottom:120px;
}
.Wrap .Conttype2 .Flow .box{
	padding-bottom:40px;
	position:relative;
}
.Wrap .Conttype2 .Flow .box::after{
	content:"";
	display:block;
	width:84px;
	height:40px;
	background:#000000;
	position:absolute;
	left:80px;
	bottom:0;
}
.Wrap .Conttype2 .Flow .box:last-child::before{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 86px solid transparent;
	border-left: 86px solid transparent;
	border-top: 110px solid #000000;
	border-bottom: 0;
	position:absolute;
	left:35px;
	bottom:-105px;
}
.Wrap .Conttype2 .Flow .box div{
	border-radius:20px;
	border:solid 1px #000000;
	padding:24px;
	background:#FFFFFF;
}
.Wrap .Conttype2 .Flow .box div h4{
	font-size:35px;
	margin-bottom:24px;
}
.Wrap .Conttype2 .Flow .box div h4 span{
	display:inline-block;
	width:60px;
	height:60px;
	border-radius:120px;
	background:#000000;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	line-height:60px;
	vertical-align:text-top;
	margin-right:20px;
}
.Wrap .Conttype2 .Flow .box div p{
	font-family: "Noto Sans Japanese";
	font-size:16px;
	line-height:165%;
}
@media screen and (max-width: 768px) {
	.Wrap .Conttype2{
		margin-bottom:40px;
	}
	.Wrap .Conttype2 h3{
		font-size:21px;
		margin-bottom:15px;
	}
	.Wrap .Conttype2 .Pc_sc{
		display:none !important;
	}
	.Wrap .Conttype2 .Sp_sc{
		width:100%;
		overflow:scroll;
		display:block;
	}
	.Wrap .Conttype2 .Sp_sc img{
		width:1200px;
	}
	.Wrap .Conttype2 .Flow{
		padding-bottom:10px;
	}
	.Wrap .Conttype2 .Flow .box{
		padding-bottom:20px;
	}
	.Wrap .Conttype2 .Flow .box::after{
		width:56px;
		height:20px;
		left:50px;
	}
	.Wrap .Conttype2 .Flow .box:last-child::before{
		border-right: 56px solid transparent;
		border-left: 56px solid transparent;
		border-top: 60px solid #000000;
		left:22px;
		bottom:-58px;
	}
	.Wrap .Conttype2 .Flow .box div{
		padding:16px;
	}
	.Wrap .Conttype2 .Flow .box div h4{
		font-size:20px;
		margin-bottom:18px;
	}
	.Wrap .Conttype2 .Flow .box div h4 span{
		width:35px;
		height:35px;
		line-height:35px;
		margin-right:10px;
	}
	.Wrap .Conttype2 .Flow .box div p{
		font-size:14px;
	}
}







.Wrap .Conttype3{
	width:90%;
	max-width:1080px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top:140px;
}
.Wrap .Conttype3 .w{
	width:32%;
}
.Wrap .Conttype3 .w .f{
	padding:25px;
	padding-top:45px;
	position:relative;
	border:solid 1px #000000;
	background:#FFFFFF;
}
.Wrap .Conttype3 .w .f span{
	font-size:15px;
	display:block;
	text-align:right;
	margin-bottom:20px;
}
.Wrap .Conttype3 .w .f span b{
	font-weight:normal;
	font-size:18px;
	margin-left:15px;
}
.Wrap .Conttype3 .w .f p{
	font-family: "Noto Sans Japanese";
	font-size:15px;
	line-height:145%;
}
.Wrap .Conttype3 .w .f img{
	width:130px;
	position:absolute;
	top:-95px;
	left:50%;
	transform:translateX(-50%);
}
@media screen and (max-width: 768px) {
	.Wrap .Conttype3{
		margin-top:80px;
	}
	.Wrap .Conttype3 .w{
		width:100%;
		margin-bottom:105px;
	}
	.Wrap .Conttype3 .w:last-child{
		margin-bottom:0;
	}
	.Wrap .Conttype3 .w .f{
		padding:18px;
		padding-top:45px;
	}
	.Wrap .Conttype3 .w .f span{
		font-size:14px;
		margin-bottom:18px;
	}
	.Wrap .Conttype3 .w .f span b{
		font-size:17px;
		margin-left:12px;
	}
	.Wrap .Conttype3 .w .f p{
		font-size:14px;
	}
	.Wrap .Conttype3 .w .f img{
		width:120px;
		top:-85px;
	}
}










.Wrap .Area{
	width:92%;
	max-width:1080px;
	margin:auto;
}
.Wrap .mTit{
	max-width:1000px;
	margin:auto;
	position:relative;
	margin-bottom:35px;
}
.Wrap .mTit span{
	text-align:center;
	font-size:50px;
	display:block;
	position:absolute;
	left:0;
	bottom:-10px;
	width:100%;
	font-weight:600;
}
.Wrap .mTit.s span{
	font-size:38px;
}
.Wrap .mTit.w span{
	color:#FFFFFF;
}
@media screen and (max-width: 768px) {
	.Wrap .mTit{
		margin-bottom:15px;
	}
	.Wrap .mTit span{
		font-size:26px;
		line-height:120%;
		position:relative;
		bottom:auto;
		top:-25px;
		z-index:1;
	}
	.Wrap .mTit.s span{
		font-size:26px;
	}
}







.Wrap .Area .TxArea{
	width:92%;
	max-width:1080px;
	margin:30px auto;
}
.Wrap .Area .TxArea div{
	background:#FFFFFF;
	padding:30px ;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.Wrap .Area .TxArea div h4{
	font-size:22px;
	width:20%;
}
.Wrap .Area .TxArea div table{
	width:76%;
}
.Wrap .Area .TxArea div table td{
	vertical-align:top;
}
.Wrap .Area .TxArea div table .b td{
	border-bottom:solid 1px #000000;
}
.Wrap .Area .TxArea div table td:nth-child(1){
	padding:15px 0;
	font-size:17px;
	width:17%;
}
.Wrap .Area .TxArea div table td:nth-child(2){
	padding:15px 0;
	font-size:15px;
	line-height:170%;
	font-family: "Noto Sans Japanese";
}
.Wrap .Area .TxArea div table .b td:nth-child(1),
.Wrap .Area .TxArea div table .b td:nth-child(2){
	padding-top:0;
	padding-bottom:15px;
}
.Wrap .Area .TxArea div table td ul li{
	list-style-type:disc;
	margin-left:22px;
}
@media screen and (max-width: 768px) {
	.Wrap .Area .TxArea{
		margin:25px auto;
	}
	.Wrap .Area .TxArea div{
		padding:18px ;
	}
	.Wrap .Area .TxArea div h4{
		font-size:20px;
		width:100%;
		margin-bottom:30px;
	}
	.Wrap .Area .TxArea div table{
		width:100%;
	}
	.Wrap .Area .TxArea div table td{
		display: block;
	}
	.Wrap .Area .TxArea div table td:nth-child(1){
		padding:14px 0;
		font-size:16px;
		width:100%;
	}
	.Wrap .Area .TxArea div table td:nth-child(2){
		padding:14px 0;
		font-size:14px;
	}
	.Wrap .Area .TxArea div table .b td:nth-child(1){
		border:none;
	}
	.Wrap .Area .TxArea div table .b td:nth-child(1),
	.Wrap .Area .TxArea div table .b td:nth-child(2){
		padding-top:0;
		padding-bottom:14px;
	}
	.Wrap .Area .TxArea div table td ul li{
		margin-left:20px;
	}
}








.Wrap .Area .method{
	margin:20px auto;
	width:92%;
	max-width:1080px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.Wrap .Area .method .i{
	width:46%;
	margin-bottom:45px;
}
.Wrap .Area .method .i h4{
	font-size:23px;
	text-align:center;
	line-height:175%;
	margin:25px auto;
}
.Wrap .Area .method .i p{
	font-size:15px;
	font-family: "Noto Sans Japanese";
	line-height:170%;
}
.Wrap .Area .method .i video{
	display:block;
	width:100%;
}
@media screen and (max-width: 768px) {
	.Wrap .Area .method .i{
		width:100%;
		margin-bottom:50px;
	}
	.Wrap .Area .method .i:last-child{
		margin-bottom:0;
	}
	.Wrap .Area .method .i h4{
		font-size:21px;
		margin:18px auto;
	}
	.Wrap .Area .method .i p{
		font-size:14px;
	}
	.Wrap .Area .method .i img,
	.Wrap .Area .method .i video{
		width:60%;
		margin:auto;
	}
}








.Wrap .Area .method_flow{
	padding-bottom:140px;
}
.Wrap .Area .method_flow .box{
	border:solid 1px #C2C2C2;
	background:#FFFFFF;
	padding:40px;
	margin-bottom:30px;
	position:relative;
}
.Wrap .Area .method_flow .box::after{
	content:"";
	display:block;
	width:56px;
	height:30px;
	background:#DCDCD8;
	position:absolute;
	left:100px;
	bottom:-31px;
}
.Wrap .Area .method_flow .box.b::after{
	height:95px;
	bottom:-96px;
}
.Wrap .Area .method_flow .box:last-child::before{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 86px solid transparent;
	border-left: 86px solid transparent;
	border-top: 110px solid #DCDCD8;
	border-bottom: 0;
	position:absolute;
	left:42px;
	bottom:-140px;
}
.Wrap .Area .method_flow .box.b{
	margin-bottom:95px;
}
.Wrap .Area .method_flow .box .Img img{
	width:270px;
	position:absolute;
	top:50%;
	right:45px;
	transform:translateY(-50%);
}
.Wrap .Area .method_flow .box .Img.b img{
	top:auto;
	bottom:35px;
	transform:none;
}
.Wrap .Area .method_flow .box .Sub img{
	width:540px;
	position:absolute;
	top:-75px;
	right:0;
}
.Wrap .Area .method_flow .box h4{
	font-size:35px;
	line-height:160%;
	padding-left:95px;
	position:relative;
}
.Wrap .Area .method_flow .box h4 i{
	font-size:20px;
	font-style:normal;
}
.Wrap .Area .method_flow .box h4 span{
	display:inline-block;
	color:#FFFFFF;
	background:#000000;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	border-radius:160px;
	font-family: "Noto Sans Japanese";
	position:absolute;
	top:-10px;
	left:0;
}
.Wrap .Area .method_flow .box div.b{
	padding-left:95px;
	margin:20px auto;
}
.Wrap .Area .method_flow .box div.b b{
	background:#DCDCD8;
	padding:10px 25px;
	border-radius:100px;
	display:inline-block;
	font-size:16px;
	font-family: "Noto Sans Japanese";
	margin-right:16px;
}
.Wrap .Area .method_flow .box p{
	padding-left:95px;
	font-size:16px;
	font-family: "Noto Sans Japanese";
	line-height:165%;
}
@media screen and (max-width: 768px) {
	.Wrap .Area .method_flow{
		padding-bottom:65px;
	}
	.Wrap .Area .method_flow .box{
		padding:18px;
		margin-bottom:20px;
	}
	.Wrap .Area .method_flow .box::after{
		width:52px;
		height:20px;
		left:44px;
		bottom:-21px;
	}
	.Wrap .Area .method_flow .box:last-child::before{
		border-style: solid;
		border-right: 60px solid transparent;
		border-left: 60px solid transparent;
		border-top: 75px solid #DCDCD8;
		left:10px;
		bottom:-95px;
	}
	.Wrap .Area .method_flow .box .Img img{
		width:230px;
		margin:20px auto;
		position: static;
		top:auto;
		right:auto;
		transform:none;
	}
	.Wrap .Area .method_flow .box .Img.b img{
		bottom:auto;
	}
	.Wrap .Area .method_flow .box .Sub img{
		width:100%;
		top:-75px;
	}
	.Wrap .Area .method_flow .box h4{
		font-size:21px;
		padding-left:45px;
	}
	.Wrap .Area .method_flow .box h4 i{
		font-size:15px;
	}
	.Wrap .Area .method_flow .box h4 span{
		width:35px;
		height:35px;
		line-height:35px;
		font-size:16px;
		position:absolute;
		top:0;
		left:0;
	}
	.Wrap .Area .method_flow .box div.b{
		padding-left:0;
		margin:15px auto;
	}
	.Wrap .Area .method_flow .box div.b b{
		padding:7px 14px;
		font-size:14px;
		margin-right:10px;
	}
	.Wrap .Area .method_flow .box p{
		padding-left:0;
		font-size:14px;
	}
}







.Aside{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.Aside .Img{
	width:28%;
}
.Aside .Tx{
	width:67%;
}
.Aside .Tx h4{
	font-size:30px;
}
.Aside .Tx h4 span{
	font-size:50%;
	margin-left:25px;
}
.Aside .Tx ul{
	margin:25px 0;
}
.Aside .Tx ul li{
	font-size:15px;
	margin:3px auto;
	list-style:disc;
	margin-left:15px;
	font-family: "Noto Sans Japanese";
}
.Aside .Tx p{
	font-size:15px;
	line-height:155%;
	font-family: "Noto Sans Japanese";
}
@media screen and (max-width: 768px) {
	.Aside .Img{
		width:70%;
		margin:auto;
		margin-bottom:22px;
	}
	.Aside .Tx{
		width:100%;
	}
	.Aside .Tx h4{
		font-size:24px;
	}
	.Aside .Tx h4 span{
		margin-left:20px;
	}
	.Aside .Tx ul{
		margin:20px 0;
	}
	.Aside .Tx ul li{
		font-size:14px;
		margin-left:21px;
	}
	.Aside .Tx p{
		font-size:14px;
	}
}






.qa{
	width:100%;
	border-top:solid 1px #CBCBCB;
}
.qa.t{
	margin-top:80px;
}
.qa.b{
	border-bottom:solid 1px #CBCBCB;
}
.qa .q{
	padding:20px 0;
	padding-left:55px;
	background:url(../img/branding_lp/q.png) no-repeat left center;
	background-size:25px;
	position:relative;
	cursor:pointer;
}
.qa .q::after{
	content:"";
	width:20px;
	height:13px;
	background:url(../img/branding_lp/allow.png) no-repeat center center;
	background-size:20px;
	position:absolute;
	top:25px;
	right:15px;
	transition:all 0.5s;
}
.qa .q.ac::after{
	transform:rotate(180deg);
}
.qa .a{
	padding:20px 0;
	padding-left:55px;
	background:url(../img/branding_lp/a.png) no-repeat left center;
	background-size:25px;
	display:none;
}
.qa p{
	font-size:18px;
	line-height:160%;
}
@media screen and (max-width: 768px) {
	.qa.t{
		margin-top:20px;
	}
	.qa .q{
		padding:16px 0;
		padding-left:30px;
		padding-right:40px;
		background:url(../img/branding_lp/q.png) no-repeat left center;
		background-size:20px;
	}
	.qa .q::after{
		width:18px;
		height:12px;
		background:url(../img/branding_lp/allow.png) no-repeat center center;
		background-size:18px;
		top:25px;
		right:15px;
	}
	.qa .a{
		padding:16px 0;
		padding-left:30px;
		padding-right:40px;
		background:url(../img/branding_lp/a.png) no-repeat left center;
		background-size:20px;
	}
	.qa p{
		font-size:16px;
	}
}






.Cta{
	background:url(../img/branding_lp/cta_bg.jpg) no-repeat center center;
	background-size:cover;
	padding:110px 0;
}
.Cta p{
	font-size:30px;
	text-align:center;
	color:#FFFFFF;
	margin-bottom:25px;
}
.Cta ul{
	max-width:1080px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.Cta ul li{
	width:47.5%;
}
.Cta ul li a{
	display:block;
	padding:20px;
	font-size:20px;
	text-align:center;
	border:solid 1px #FFFFFF;
	background:#FFFFFF;
	color:#000000;
}
.Cta ul li a.b{
	color:#FFFFFF;
	background:#000000;
}
@media screen and (max-width: 768px) {
	.Cta{
		padding:70px 0;
	}
	.Cta p{
		font-size:26px;
		margin-bottom:20px;
	}
	.Cta ul li{
		width:90%;
		margin:10px auto;
	}
	.Cta ul li a{
		padding:15px;
		font-size:18px;
	}
}






.Banner{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.Banner .Img{
	width:50%;
}
.Banner .Tx{
	background:#000000;
	width:50%;
	position:relative;
}
.Banner .Tx div{
	position:absolute;
	top:50%;
	left:50%;
	width:80%;
	transform:translate(-50%,-50%);
}
.Banner .Tx div h3{
	font-size:2.4vw;
	color:#FFFFFF;
	line-height:125%;
}
.Banner .Tx div h3 span{
	display:block;
	font-size:70%;
}
.Banner .Tx div h4{
	font-size:1.75vw;
	color:#FFFFFF;
	margin:10px auto;
	font-family: "Noto Sans Japanese";
}
.Banner .Tx div p{
	font-size:1.3vw;
	color:#FFFFFF;
	margin-bottom:14px;
	font-family: "Noto Sans Japanese";
}
.Banner .Tx div span.c{
	font-size:1vw;
	color:#FFFFFF;
	display:block;
	font-family: "Noto Sans Japanese";
	margin-bottom:12px;
}
.Banner .Tx div a{
	border-radius:100px;
	display:inline-block;
	font-size:1.3vw;
	background:#FFFFFF;
	padding:8px 60px;
	color:#000000;
	font-weight:bold;
	letter-spacing:1px;
	font-family: "Noto Sans Japanese";
}
@media screen and (max-width: 768px) {
	.Banner .Img{
		width:100%;
	}
	.Banner .Tx{
		width:100%;
		padding:35px 0;
	}
	.Banner .Tx div{
		position: static;
		top:auto;
		left:auto;
		width:88%;
		transform:none;
		margin:auto;
	}
	.Banner .Tx div h3{
		font-size:21px;
		text-align:center;
		line-height:145%;
	}
	.Banner .Tx div h4{
		font-size:16px;
		text-align:center;
	}
	.Banner .Tx div p{
		font-size:13px;
	}
	.Banner .Tx div span.c{
		font-size:11px;
	}
	.Banner .Tx div a{
		display:block;
		font-size:15px;
		padding:10px 0;
		text-align:center;
		margin-top:30px;
	}
}





.LogoSlide{
	margin-bottom:120px;
}
@media screen and (max-width: 768px) {
	.LogoSlide{
		margin-bottom:40px;
	}
}






footer{
	width:100%;
	padding:110px 0 50px 0;
	background:#FFFFFF;
}
footer .Area{
	width:90%;
	max-width:1080px;
	margin:auto;
}
footer .Area p{
	font-size:18px;
	color:#000000;
	margin-bottom:10px;
	font-family: "Noto Sans Japanese";
}
footer .Area div img{
	width:340px;
	margin-left:auto;
}
footer address{
	font-size:18px;
	color:#000000;
	display:block;
	text-align:center;
	font-style:normal;
	margin-top:50px;
	font-family: "Noto Sans Japanese";
}
@media screen and (max-width: 768px) {
	footer{
		padding:60px 0 40px 0;
	}
	footer .Area p{
		font-size:16px;
		text-align:center;
		margin-bottom:30px;
	}
	footer .Area div img{
		width:270px;
		margin:0 auto;
	}
	footer address{
		font-size:16px;
		margin-top:110px;
	}
}




