@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');



/*■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: "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: "Noto Sans Japanese";
	background:#FFFFFF;
	margin-top:65px;
}

.Anc{
	position:relative;
	top:-65px;
}

br.sp{
	display:none;
}

.effect{
	position:relative;
	top:40px;
	opacity:0;
	filter: blur(4px);
	transition:all 1s;
}
.effect.move{
	top:0;
	opacity:1;
	filter: blur(0px);
}

@media screen and (max-width: 678px) {
	body{
		margin-top:58px;
	}
	.Anc{
		top:-58px;
	}
	
	br.sp{
		display: block;
	}
}





header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	background:#FFFFFF;
}
header .Area{
	padding:2px ;
	position:relative;
}
header a.Logo{
	width:160px;
	padding:3px 0 3px 5px;
	display:block;
}
header .Cta{
	width:220px;
	position:absolute;
	top:0;
	right:0;
}
header .Cta a.t{
	cursor:default;
}
header .Cta a.t:hover{
	opacity:1;
}
header ul{
	text-align:right;
	position:absolute;
	top:0;
	right:222px;
}
header ul li{
	width:130px;
	height:62px;
	border-right:1px solid #9fa0a0;
	display:inline-block;
	margin-top:2px;
}
header ul li:nth-child(1){
	border-left:1px solid #9fa0a0;
}
header ul li a{
	display:block;
	height:100%;
	line-height:62px;
	color:#333333;
	font-size:14px;
	text-align:center;
	letter-spacing:1px;
	font-weight:500;
}
#SpBtn{
	display:none;
}
@media screen and (max-width: 678px) {
	header a.Logo{
		width:130px;
		padding:0;
		margin:4px auto;
	}
	header .Menu{
		display:none;
		position:fixed;
		top:58px;
		left:0;
		width:100%;
		background:rgba(255,255,255,0.94);
	}
	header .Cta{
		width:60%;
		position: static;
		top:auto;
		right:auto;
		margin:auto;
		margin-bottom:30px;
	}
	header ul{
		text-align: center;
		position: static;
		top:auto;
		right:auto;
		margin:20px auto 40px auto;
		width:60%;
	}
	header ul li{
		width:100%;
		height:auto;
		border-right:none;
		display:block;
		margin: auto;
	}
	header ul li:nth-child(1){
		border-left:none;
	}
	header ul li a{
		height:auto;
		line-height:1;
		font-size:14px;
		padding:15px 0;
		border-bottom:solid 1px #333333;
	}
	#SpBtn{
		display:block;
		position:fixed;
		top:15px;
		right:20px;
		width:48px;
		height:48px;
		text-decoration:none;
		color:#FFFFFF;
		z-index:60;
		cursor:pointer;
	}
	#SpBtn span {
		position: absolute;
		left: 18px;
		width: 65%;
		height: 2px;
		background:#707070;
		border-radius: 1px;
		transition:all 0.5s;
	}
	#SpBtn span:nth-of-type(1) {
	  top: 3px;
	}
	#SpBtn span:nth-of-type(2) {
	  top: 13px;
	}
	#SpBtn span:nth-of-type(3) {
	  bottom: 23px;
	}
	
	#SpBtn.active span:nth-of-type(1) {
	  transform: translateY(11px) rotate(-45deg);
	}
	#SpBtn.active span:nth-of-type(2) {
	  opacity: 0;
	}
	#SpBtn.active span:nth-of-type(3) {
	  transform: translateY(-9px) rotate(45deg);
	}
}








.Mv{
	width:100%;
	position:relative;
	overflow:hidden;
}
.Mv img.f{
	position:absolute;
	width:100%;
	opacity:0;
	top:40px;
	transition:all 1.2s;
}
.Mv img.f.on{
	opacity:1;
	top:0;
}










.Tit{
	width:100%;
	text-align:center;
	margin-bottom:35px;
}
.Tit h2{
	font-size:13px;
	text-align:center;
	letter-spacing:1px;
	color:#333333;
}
.Tit h2 img{
	height:22px;
	width:auto;
	margin:auto;
	margin-top:5px;
}
.Tit strong{
	display:block;
	text-align:center;
	margin-top:30px;
	font-size:20px;
	letter-spacing:5px;
	font-weight:300;
}
@media screen and (max-width: 678px) {
	.Tit{
		margin-bottom:25px;
	}
	.Tit h2{
		font-size:12px;
	}
	.Tit h2 img{
		height:18px;
	}
	.Tit strong{
		margin-top:25px;
		font-size:18px;
		letter-spacing:4px;
	}
}








.Info{
	width:100%;
	background:#FDF8EF;
	padding:75px 0 110px 0;
}
.Info .Area{
	width:88%;
	max-width:1200px;
	margin:auto;
}
.Info .Area .Cont{
	background:#FFFFFF;
	border-top:solid 1px #bfc0c0;
	border-bottom:solid 1px #bfc0c0;
	margin-top:-20px;
}
.Info .Area .Cont table{
	width:100%;
}
.Info .Area .Cont table td{
	padding:30px 45px;
	font-size:16px;
	color:#333333;
}
.Info .Area .Cont table td:nth-child(1){
	width:20%;
	border-right:solid 1px #bfc0c0;
}
@media screen and (max-width: 678px) {
	.Info{
		padding:35px 0 50px 0;
	}
	.Info .Area .Cont{
		margin-top:-15px;
	}
	.Info .Area .Cont table td{
		padding:20px 10px;
		font-size:12px;
	}
	.Info .Area .Cont table td:nth-child(1){
		width:28%;
	}
}











.Business{
	background:#FDF8EF;
	padding-bottom:100px;
}
.Business .ImgTit{
	background:url(../img/business_bg.jpg) no-repeat center bottom;
	background-size:cover;
	padding:80px 0 320px 0;
}
.Business .Area{
	padding:65px 0 0 0 ;
}
.Business .Area .Read{
	width:100%;
	margin-bottom:160px;
}
.Business .Area .Read p{
	text-align:center;
	font-size:16px;
	line-height:240%;
	letter-spacing:1px;
	color:#333333;
	margin-bottom:80px;
}
.Business .Area .Read img{
	width:780px;
	margin:auto;
}
.Business .Area .Cont{
	position:relative;
	overflow:hidden;
	margin-bottom:60px;
}
.Business .Area .Cont .Img{
	width:50%;
	height:420px;
	position:relative;
}
.Business .Area .Cont.re .Img{
	width:50%;
	margin:0 0 0 auto;
}
.Business .Area .Cont .Img h3{
	font-size:25px;
	font-weight:500;
	letter-spacing:4px;
	position:absolute;
	top:22px;
	right:22px;
	color:#333333;
}
.Business .Area .Cont.re .Img h3{
	left:22px;
	right:auto;
}
.Business .Area .Cont .Img#BusinessImg01{
	background:url(../img/b_bg01.jpg) no-repeat center center;
	background-size:cover;
}
.Business .Area .Cont .Img#BusinessImg02{
	background:url(../img/b_bg02.jpg) no-repeat center center;
	background-size:cover;
}
.Business .Area .Cont .Img#BusinessImg03{
	background:url(../img/b_bg03.jpg) no-repeat center center;
	background-size:cover;
}
.Business .Area .Cont .Img#BusinessImg04{
	background:url(../img/b_bg04.jpg) no-repeat center center;
	background-size:cover;
}
.Business .Area .Cont .Img#BusinessImg05{
	background:url(../img/b_bg05.jpg) no-repeat center center;
	background-size:cover;
}
.Business .Area .Cont .TxArea{
	width:88%;
	height:100%;
	max-width:1200px;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
.Business .Area .Cont .TxArea .Box{
	width:50%;
	height:100%;
	position:relative;
	margin:0 0 0 auto;
}
.Business .Area .Cont.re .TxArea .Box{
	margin:0 auto 0 0;
}
.Business .Area .Cont .TxArea .Box .h{
	width:80%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.Business .Area .Cont .TxArea .Box .h p{
	font-size:14px;
	color:#333333;
	line-height:225%;
	margin-bottom:30px;
}
.Business .Area .Cont .TxArea .Box .h div{
	margin-bottom:22px;
}
.Business .Area .Cont .TxArea .Box .h div h4{
	color:#FFFFFF;
	font-size:18px;
	letter-spacing:2px;
	padding:7px 0 9px 0;
	line-height:1;
	font-weight:500;
	text-align:center;
	margin-bottom:8px;
}
.Business .Area .Cont .TxArea.b .Box .h div h4{
	background:-webkit-linear-gradient(left,#358CC2,#164B95);
}
.Business .Area .Cont .TxArea.y .Box .h div h4{
	background:-webkit-linear-gradient(left,#E8AA2B,#C8511C);
}
.Business .Area .Cont .TxArea.g .Box .h div h4{
	background:-webkit-linear-gradient(left,#89B543,#135A32);
}
.Business .Area .Cont .TxArea.p .Box .h div h4{
	background:-webkit-linear-gradient(left,#6A69A4,#5D2177);
}
.Business .Area .Cont .TxArea.l .Box .h div h4{
	background:-webkit-linear-gradient(left,#BC905C,#9E8864);
}
.Business .Area .Cont .TxArea .Box .h div p{
	text-align:center;
	line-height:165%;
	margin-bottom:0;
}
@media screen and (max-width: 678px) {
	.Business{
		padding-bottom:20px;
	}
	.Business .ImgTit{
		padding:40px 0 200px 0;
	}
	.Business .Area{
		padding:35px 0 0 0 ;
	}
	.Business .Area .Read{
		margin-bottom:50px;
	}
	.Business .Area .Read p{
		font-size:13px;
		line-height:205%;
		margin-bottom:20px;
	}
	.Business .Area .Read img{
		width:90%;
	}
	.Business .Area .Cont{
		margin-bottom:45px;
	}
	.Business .Area .Cont .Img{
		width:100% !important;
		height:200px;
	}
	.Business .Area .Cont .Img h3{
		font-size:18px;
		letter-spacing:3px;
		top:10px;
		right:10px;
	}
	.Business .Area .Cont.re .Img h3{
		left:10px;
	}
	.Business .Area .Cont .TxArea{
		width:100%;
		height:auto;
		position: static;
		top: auto;
		left:auto;
		transform:none;
	}
	.Business .Area .Cont .TxArea .Box{
		width:100%;
		height:auto;
	}
	.Business .Area .Cont .TxArea .Box .h{
		width:88%;
		position: static;
		top:auto;
		left:auto;
		transform:none;
		margin:20px auto;
	}
	.Business .Area .Cont .TxArea .Box .h p{
		font-size:13px;
		line-height:195%;
		margin-bottom:20px;
	}
	.Business .Area .Cont .TxArea .Box .h div{
		margin-bottom:15px;
	}
	.Business .Area .Cont .TxArea .Box .h div h4{
		font-size:15px;
		padding:5px 0 7px 0;
		margin-bottom:5px;
	}
}














.Company{
	width:100%;
	padding:110px 0;
}
.Company .Read{
	width:100%;
	margin-top:60px;
	margin-bottom:90px;
}
.Company .Read p{
	text-align:center;
	font-size:16px;
	line-height:240%;
	letter-spacing:1px;
	color:#333333;
	margin-bottom:45px;
}
.Company .Read img{
	width:230px;
	margin:auto;
}
.Company .Cont{
	width:88%;
	max-width:1200px;
	margin:auto;
}
.Company .Cont .f{
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-bottom:45px;
}
.Company .Cont .f .l{
	width:25%;
	background:#D57D46;
}
.Company .Cont .f .l h3{
	font-size:22px;
	text-align:center;
	letter-spacing:1px;
	color:#FFFFFF;
	font-weight:500;
	padding:50px 0;
}
.Company .Cont .f .r{
	width:72%;
	position:relative;
}
.Company .Cont .f .r div{
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
}
.Company .Cont .f .r div h4{
	font-size:21px;
	font-weight:500;
	letter-spacing:1px;
	color:#333333;
	margin-bottom:14px;
}
.Company .Cont .f .r div p{
	font-size:15px;
	color:#333333;
	line-height:185%;
}
.Company .Cont table{
	width:100%;
	margin-top:100px;
	margin-bottom:100px;
	border-top:solid 1px #bfc0c0;
}
.Company .Cont table td{
	padding:35px 45px;
	font-size:16px;
	line-height:165%;
	color:#333333;
	border-bottom:solid 1px #bfc0c0;
	vertical-align: top;
}
.Company .Cont table td:nth-child(1){
	font-weight: bold;
	text-align:center;
	background:#FBEFD8;
	width:20%;
}
.Company .Cont table td ul li{
	font-size:16px;
	margin:5px auto;
}
.Company .Cont table td ul.s li{
	list-style:disc;
	margin-left:18px;
}
.Company .Cont table td ul li a{
	color:#2199CB;
	font-size:16px;
	text-decoration:underline;
}
.Company .Cont table td a{
	color:#036eb8;
	text-decoration:underline;
	font-size:16px;
	font-weight:500;
}
.Company .Cont .Map{
	width:100%;
	max-width:1000px;
	margin:auto;
	margin-bottom:80px;
}
.Company .Cont .Map iframe{
	border:solid 1px #bfc0c0;
	display:block;
	width:100%;
	height:520px;
}
.Company .Cont .Banner{
	width:100%;
	max-width:1000px;
	margin:auto;
	margin-bottom:80px;
}
.Company .Cont .Banner a{
	display:block;
}
@media screen and (max-width: 678px) {
	.Company{
		padding:40px 0 10px 0;
	}
	.Company .Read{
		margin-top:30px;
		margin-bottom:60px;
	}
	.Company .Read p{
		font-size:13px;
		line-height:200%;
		margin-bottom:25px;
	}
	.Company .Read img{
		width:170px;
	}
	.Company .Cont .f{
		margin-bottom:28px;
	}
	.Company .Cont .f .l{
		width:100%;
	}
	.Company .Cont .f .l h3{
		font-size:18px;
		padding:15px 0;
	}
	.Company .Cont .f .r{
		width:100%;
		margin-top:20px;
	}
	.Company .Cont .f .r div{
		position: static;
		top:auto;
		left:auto;
		transform:none;
	}
	.Company .Cont .f .r div h4{
		font-size:15px;
		letter-spacing:0;
		margin-bottom:10px;
		text-align:center;
	}
	.Company .Cont .f .r div p{
		font-size:13px;
		line-height:175%;
	}
	.Company .Cont .f .r div p br{
		display:none;
	}
	.Company .Cont table{
		margin-top:50px;
		margin-bottom:50px;
	}
	.Company .Cont table td{
		padding:15px 10px;
		font-size:13px;
	}
	.Company .Cont table td:nth-child(1){
		width:25%;
		text-align:left;
	}
	.Company .Cont table td ul li{
		font-size:13px;
		margin:4px auto;
	}
	.Company .Cont table td ul.s li{
		margin-left:15px;
	}
	.Company .Cont table td a{
		font-size:13px;
	}
	.Company .Cont .Map{
		margin-bottom:40px;
	}
	.Company .Cont .Map iframe{
		height:320px;
	}
	.Company .Cont .Banner{
		margin-bottom:40px;
	}
}











footer{
	width:100%;
	border-top:solid 1px #333333;
	padding:45px 0;
}
footer .Area{
	text-align:center;
}
footer .Area ul{
	text-align:center;
	margin-bottom:50px;
}
footer .Area ul li{
	display:inline-block;
	margin:0 20px;
}
footer .Area ul li a{
	font-size:16px;
	color:#333333;
	letter-spacing:1px;
}
footer .Area ul li a::before{
	content:"■";
	display:inline-block;
	margin-right:3px;
	color:#0054a3;
}

footer .Area a.r{
	width:280px;
	display:block;
	margin:auto;
}
footer .Area a.t{
	width:280px;
	display:block;
	margin:15px auto 40px auto;
	cursor:default;
}
footer .Area a.t:hover{
	opacity:1;
}
footer .Area img.Logo{
	width:280px;
	display:block;
	margin:auto;
}
footer .Area address{
	display:block;
	text-align:center;
	margin-top:30px;
	font-size:13px;
	font-style:normal;
	letter-spacing:1px;
	color:#333333;
}
@media screen and (max-width: 678px) {
	footer{
		padding:25px 0;
	}
	footer .Area ul{
		margin-bottom:30px;
	}
	footer .Area ul li{
		margin:0 10px;
	}
	footer .Area ul li a{
		font-size:13px;
	}
	
	footer .Area a.r{
		width:220px;
	}
	footer .Area a.t{
		width:220px;
		margin:12px auto 30px auto;
	}
	footer .Area img.Logo{
		width:220px;
	}
	footer .Area address{
		margin-top:20px;
		font-size:10px;
	}
}


