/* floating */
html, body {
	box-sizing:border-box;
    font-family: "Mplus 1p","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 300;
	cursor:auto;
	padding:0;
	margin:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	height: 100%;
	height: 100%;
	background-color: #FFF;
}
a {
	color: #333;
	text-decoration: none;
}



/* opening */
.topLogo {
	width: 80%;
	max-width: 300px;
	position: relative;
	text-align: center;
	transition: .6s;
	transition-delay: .4s;
	z-index: 99999999999;
	margin: 0 auto;
	opacity:0;
	animation-duration: 0.6s;
}
.animated {
  opacity: 1;
}
.topLogo img {
	width:100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.centTop {
	box-sizing: border-box;
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 99999999999;
	text-align: center;
}

.whiteBox1, .whiteBox2 {
	width: 100%;
	height: 50%;
	background-color: rgba(255, 255, 255, 1);
	position: fixed;
	z-index: 999999999;
	transition: .6s;
	transition-delay: .4s;
	border: 1px solid #FFF;
}
.whiteBox1{
	top: 0px;
}
.whiteBox2 {
	bottom: 0px;
}


/* menu */
#menuBox {
	box-sizing:border-box;
	width:100%;
	height:70px;
	display:block;
	margin:0;
	padding: 0;
	background-color: rgba(255, 255, 255, 1);
	top: 0px;
	z-index:999;
	position: fixed;
	display: block;
}
#menu {
	width: calc(100% - 210px)!important;
	height: 70px;
	display: flex;
	justify-content: flex-end;
	
}
#menuBox2 {
	box-sizing:border-box;
	width:100%;
	height:60px;
	display:block;
	margin:0;
	padding: 5px 0px ;
	background-color: rgba(255, 255, 255, 1);
	top: 0px;
	z-index:999;
	position: fixed;
	display: none;
}
.fixed{
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 9999;
}
.cent {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	padding: 0;
    z-index: 9009;
	text-align: center;
}
.menuBox4 {
	width: 210px;
	height:auto;
	text-align:center;
	z-index: 9999;
	position: absolute;
	display:block;
}
.menuBox4 img{
	width:100%;
	max-width: 210px;
	height:auto;
	display:block;
	margin-top: -2px;
}
.navimain {
	box-sizing:border-box;
	width:100%;
	height:80px;
	text-align:center;
	margin:0 auto;
    transition: .3s;
	z-index: 9999;
	float:right;
	padding-right: 20px;
}
.navimain li {
	list-style-type:none;
	float:right;
	width: auto;
	height:60px;
	margin: 0 5px;
	line-height: 80px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #4c4948;
	transform: skewX(-45deg); 
	padding: 0 10px;
}
.div45 {
	transform: skewX(45deg);
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
}
.div45:hover {
	color: #FFF;
}
.actives {
	transform: skewX(45deg);
	height:60px;
	font-size: 14px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
	margin-left: -20px;
	color: #FFF;
}
.navimain li:hover {
	background-color: #0b57a0;
}
.navimain li.actives {
	background-color: #0b57a0;
}

@media screen and (max-width: 950px) {
#menu {
	display:none;
}
#menuBox {
	display:none;
}
#menuBox2 {
	display:block;
}
.menuBox4 {
	width: 150px;
}
}








.sp_menu {
	box-sizing:border-box;
	width: 50px;
	height:50px;
	position:fixed;
	text-align:center;
	padding:0px;
	z-index:999999;
	display:none;
	top:5px;
	right:10px;
}
.sp_menu img{
	width:100%;
	height:auto;
	display:block;
}
.splogo {
	width:128px;
	height:64px;
	text-align:center;
	position:fixed;
	top:18px;
	z-index:99999999;
	float: left;
	display:none;
}
.splogo img{
	width:100%;
	height:auto;
	display:block;
}
@media screen and (max-width: 950px) {
.sp_menu {
	display:block;
}
.splogo {
	display:block;
}
}

.sp_menu1 {
	width:40px;
	height:2px;
	background-color:rgba(11, 87, 160, 1);
	position:absolute;
	top:10px;
	left:5px;
} 
.sp_menu2 {
	width:40px;
	height:2px;
	background-color:rgba(11, 87, 160, 1);
	position:absolute;
	top:22px;
	left:5px;
} 
.sp_menu3 {
	width:40px;
	height:2px;
	background-color:rgba(11, 87, 160, 1);
	position:absolute;
	top:34px;
	left:5px;
} 
.sp_menu1,.sp_menu2,.sp_menu3 {
	transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out; /* opera */
	-moz-transition: all 0.2s ease-out; /* firefox */
	-webkit-transition: all 0.2s ease-out; /* chrome, safari */
	-ms-transition: all 0.2s ease-out; /* ie */
}
.menuName {
	width:100%;
	height:auto;
	text-align:center;
	font-size:16px;
	display:block;
	margin-top:42px;
	font-weight: 300;
	color:rgba(255, 255, 255, 1);
	transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out; /* opera */
	-moz-transition: all 0.2s ease-out; /* firefox */
	-webkit-transition: all 0.2s ease-out; /* chrome, safari */
	-ms-transition: all 0.2s ease-out; /* ie */
}
.menuName2 {
	width:100%;
	height:auto;
	text-align:center;
	font-size:16px;
	display:block;
	margin-top:-22px;
	font-weight: 300;
	color:rgba(255, 255, 255, 1);
	opacity:0;
	transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out; /* opera */
	-moz-transition: all 0.2s ease-out; /* firefox */
	-webkit-transition: all 0.2s ease-out; /* chrome, safari */
	-ms-transition: all 0.2s ease-out; /* ie */
}
.menuclick1 {
	width:45px;
	top:25px;
	left:2px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuclick2 {
	width:45px;
	opacity:0;
}
.menuclick3 {
	width:45px;
	top:25px;
	left:2px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menuclick4 {
	opacity:0;
}
.menuclick5 {
	opacity:1;
}

.menuBoxoff {
	box-sizing:border-box;
	margin:0;
	width:100%;
	height:100%;
	display:block;
	display:none;
	padding:10px;
	overflow:hidden;
	position:fixed;
	z-index:99998;
	top:0px;
	background-color:rgba(0,0,0,0.5);
	-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(2px);
}
.menusBox {
	box-sizing: border-box;
	max-width: 50vh;
	min-height: 50vh;
	background-color: #FFF;
	color: #FFF;
	margin: 0 auto;
	padding: 20px;
}
.menusBox a {
	color: #000;
	text-decoration:none;
}
.about_sp {
	box-sizing:border-box;
	width:100%;
	font-size:18px;
	padding:  20px;
	height:auto;
	color:rgba(0, 0, 0, 1);
	text-align: center;
	border-top: dashed 1px #ccc;
}
.about_spTop {
	margin-top: 20px;
}
.nobord {
	border-top: dashed 0px #aaa;
}
.about_sp img {
	width: 100%;
	max-width: 250px;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 830px) {
.about_spTop {
	margin-top: 10px;
}
.about_sp {
	padding: 15px 10px;
}
}
@media screen and (max-width: 600px) { 
.menusBox {
	margin: 0 auto;
}
}






/* #overlay
--------------------------- */
.line-overlay {
	box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/dot.png);
	background-repeat: repeat;
    z-index: 2;
	opacity: 0.2;
}
@media screen and (max-width: 1045px) { 
.line-overlay {
	border-bottom: solid 0px #FFF;
}
}


#content1, #content2, #content3, #content4, #content5, #content5SP, #content6, #contentAnime {
	box-sizing:border-box;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}
#contentAnime {
	background-color: #d1eaf7;
	background-image: url(../img/animeBG1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.content1 {
	box-sizing:border-box;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#content4 {
	background-image: url(../img/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#content5 {
	display: block;
}
#content5SP {
	display: none;
}
.mainBox {
	box-sizing:border-box;
	width: 100%;
	max-width: 1280px;
	height: auto;
	padding: 20px 50px 20px 50px;
	margin: 0 auto;
	position: relative;
}
.mainBoxScroll {
	padding-top: 60px;
}
.cont02 {
	margin-top: 60px;
}
@media screen and (max-width: 749px) { 
.mainBox {
	padding: 10px;
}
.mainBoxScroll {
	padding-top: 50px;
}
#content5 {
	display: none;
}
#content5SP {
	display: block;
}
}
@media screen and (max-height: 970px) { 
.mainBox {
	padding: 10px;
}
.mainBoxScroll {
	padding-top: 50px;
}
#content5 {
	display: none;
}
#content5SP {
	display: block;
}
}


.titleBox {
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
}
.titleBox img {
	width: 100%;
	max-width: 700px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.text {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 20px;
	font-weight: 400;
	color: #222222;
	font-size: 18px;
	opacity: 0;
}
@media screen and (max-width: 749px) { 
.text {
	font-size: 14px;
}
}
@media screen and (max-width: 400px) { 
.text {
	font-size: 12px;
}
}
.maru {
	width: 100%;
	height: 50px;
	background-image: url(../img/maru.png);
	position: absolute;
	bottom: 0px;
}



.topFontBox {
	width: 100%;
	height: auto;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.topF1 {
	font-size: 8em;
	letter-spacing: 20px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
.topF2 {
	font-size: 3em;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 600;
	font-family: 'Mplus 1p', sans-serif;
	text-shadow: 0px 2px 1px rgba(0,0,0,0.4),
             0px 4px 6px rgba(0,0,0,0.3),
             0px 9px 11px rgba(0,0,0,0.3);
	padding-bottom: 20px;
}
.topF3 {
	font-size: 1.6em;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 400;
	font-family: 'Mplus 1p', sans-serif;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4),
             0px 2px 3px rgba(0,0,0,0.3),
             0px 4px 5px rgba(0,0,0,0.3);
}
.br750 {
	display: none;
}
@media screen and (max-width: 749px) { 
.topF2 {
	font-size: 2em;
	}
}
@media screen and (max-width: 600px) { 
.topF1 {
	font-size: 6em;
	letter-spacing: 10px;
	}
.topF2 {
	font-size: 1.6em;
	letter-spacing: 1px;
	}
.topF3 {
	font-size: 1.3em;
	letter-spacing: 0px;
	}
}
@media screen and (max-width: 500px) { 
.topF1 {
	font-size: 4em;
	letter-spacing: 10px;
	}
.topF2 {
	font-size: 1.3em;
	letter-spacing: 1px;
	}
.topF3 {
	font-size: 1em;
	letter-spacing: 0px;
	}
}
@media screen and (max-width: 400px) { 
.topF1 {
	font-size: 3.6em;
	letter-spacing: 10px;
	}
.topF2 {
	font-size: 1.1em;
	letter-spacing: 1px;
	}
.topF3 {
	font-size: 1em;
	letter-spacing: 0px;
	}
}


.scrollBox {
	width: 200px;
	height: auto;
	position: absolute;
	text-align: center;
	bottom: 50px;
	left: 50%;
	margin-left: -100px;
	z-index: 9999;
}
.scrollBox img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}



ul.aboutBox {
	box-sizing:border-box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
	padding:0px;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
	overflow: hidden;
} 
ul.aboutBox li {
	width:31.33%;
	height: auto;
	margin:1%;
	background-color:#d0e9f6;
    list-style:none;
	float: left;
	position: relative;
}
ul.aboutBox li img{
	width: 100%;
	height: auto;
	display: block;
}
.br749 {
	display: none;
}
.spOff {
	display: block;
}
.spOn {
	display: none;
}
@media screen and (max-width: 749px) { 
ul.aboutBox li {
	width:100%;
	height: 18vh;
	overflow: hidden;
}
ul.aboutBox li img{
	max-width: 36vh;
	margin: 0 auto;
}
.br749 {
	display: block;
}
.spOff {
	display: none;
}
.spOn {
	display: block;
}
}
@media screen and (max-width: 349px) { 
ul.aboutBox li {
	width:100%;
	height: 18vh;
	overflow: hidden;
}
ul.aboutBox li img{
	max-width: 40vh;
	margin: 0 auto;
}
}
ul.aboutBox li:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.aboutTitle {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	color: #FFFFFF;
	font-size: 21px;
	padding: 10px;
	text-align: center;
	position: absolute;
	top: 0px;
	font-weight: 500;
}
.aboutText {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	color: #FFFFFF;
	font-weight: 100;
	font-size: 16px;
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 0px;
}




.caseBox {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 20px;
	position: relative;
	float: left;
	display: block;
}
.caseBox2 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 10px;
	position: relative;
	float: left;
	display: none;
}
@media screen and (max-width: 749px) { 
.caseBox {
	display: none;
	}
.caseBox2 {
	display: block;
	}
}
ul.workBox {
	box-sizing:border-box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
	padding:0px;
	margin:0px;
	overflow: hidden;
	display: block;
} 
ul.workBox li {
	box-sizing: border-box;
	width:46%;
	height: auto;
	margin:2%;
	padding: 0;
	background-color:#FFF;
    list-style:none;
	position: relative;
	z-index: 2;
	float: left;
	cursor: pointer;
}

@media screen and (max-width: 700px) { 
ul.workBox li {
	box-sizing: border-box;
	width:96%;
	height: auto;
	margin:2%;
}
}


.cap_sample03 {
	box-sizing: border-box;
    width: 100%;
    height: auto;
    color: #fff;
	padding: 0;
}
.cap_sample03 figure:after {
	box-sizing: border-box;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transform: scale(1.0, 1.0);
    transition: all .1s ease-out;
	padding: 0;
	margin: 0;
}
.cap_sample03 figure {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
}
ul.workBox li:hover:after {
    opacity: 1;
    transform: scale(0.9, 0.9);
}
.cap_sample03 figcaption {
	box-sizing: border-box;
    width: 100%;
    opacity: 0;
    transition: all .1s ease-out .2s;
}
.cap_sample03 figcaption .cent {
	box-sizing: border-box;
	padding: 20px;
}
ul.workBox li:hover figcaption {
    opacity: 1;
}
.cap_sample03 figure img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	display: block;
    transition: all .3s ease-out;
	border: 1px solid #ccc;
}
ul.workBox li:hover img {
    opacity: .1;
    transform: scale(1.1);
}
.cap_sample03 .innerBox {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.cap_sample03 .caseTitle {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	color: #000;
	font-size: 21px;
	font-weight: 400;
    text-align:center;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.cap_sample03 .caseTitle2 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	color: #000;
	font-size: 16px;
	font-weight: 300;
    text-align:left;
}
.cap_sample03 .caseTxt {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 10px 0px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
    text-align:left;
}
.name {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 10px;
	font-size: 16px;
	color: #FFF;
	font-weight: 400;
	background-color: #0b57a0;
	border-bottom: 1px solid #0b57a0;
	opacity: 1;
	float: left;
}
.name2 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 5px 10px;
	font-size: 14px;
	color: #333;
	font-weight: 300;
	background-color: #FFF;
	border: 1px solid #0b57a0;
	opacity: 1;
	display: block;
	float: left;
}
ul.workBox li:hover .name {
	opacity: 0.5;
}
ul.workBox li:hover .name2 {
	opacity: 0.5;
}
@media screen and (max-width: 749px) { 
.name {
	padding: 5px 0px 5px 5px;
}
.name2 {
	padding: 5px 0px 5px 5px;
}
.caseTxt {
	padding: 5px 0px 5px 5px;
	color: #000;
	font-size: 14px;
    text-align:left;
}
}









ul.contactBox {
	box-sizing:border-box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
	padding:0px;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
	overflow: hidden;
} 
ul.contactBox li {
	box-sizing:border-box;
	width: 60%;
	height: auto;
	background-color:#f2f2f2;
    list-style:none;
	position: relative;
	border: 1px solid #ccc;
	margin: 0 auto;
}
@media screen and (max-width: 749px) { 
ul.contactBox li {
	width:90%;
}
}
.contactTitle {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	color: #FFFFFF;
	font-size: 21px;
	padding: 10px;
	text-align: center;
	position: relative;
	background-color:#0b57a0;
    font-family: "Mplus 1p","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	float: left;
}
.contactInner {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	color: #333;
	padding: 20px 5px 30px 5px;
	float: left;
}
.contact01 {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	float: left;
	font-size: 36px;
	text-align: center;
	font-weight: 500;
	padding-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}
.contact01 a {
	color: #333;
	text-decoration: none;
}
.contact02 {
	box-sizing:border-box;
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: 400;
}
.contact02 a {
	color: #0b57a0;
	text-decoration: underline;
}
.contact02 a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 749px) { 
.contact01 {
	font-size: 28px;
}
}

@media screen and (max-width: 400px) { 
.contact01 {
	font-size: 26px;
}
}





.bttn-jelly {
	border-color: transparent;
	background: transparent;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	background-color: #0b57a0;
	color: #FFF;
	-webkit-transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
	transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
	width: 70%;
	max-width: 300px;
	min-width: 200px;
	height: auto;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
    padding:8px 0px;
    border:solid 1px #ccc;
	border-radius: 50px;
	margin: 0 auto;
	letter-spacing: 1px;
}
.bttn-jelly:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: currentColor;
	content: '';
	z-index: -1;
	opacity: 0;
}
.bttn-jelly:hover,
.bttn-jelly:focus {
	box-shadow: 0 1px 4px rgba(58,51,53,0.6);
	-webkit-transform: scale(1.);
            transform: scale(1.);
	color: #FFF;
	background-color: #333;
}
.bttn_margin {
	margin-top: 50px;
}





#contentFoot {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	display: block;
    position: relative;
	padding: 10px 30px;
	background-color: #FFF;
	text-align: center;
	font-size: 12px;
	float: left;
	color: #000;
}
@media screen and (max-width: 1045px) { 
#contentFoot {
	border-bottom: solid 0px #FFF;
	font-size: 12px;
	padding: 10px 10px;
}
}
.footLogo {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0px 0;
	text-align: center;
	margin: 0 auto;
}
.footLogo img{
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
}

ul.footAdd {
	box-sizing: border-box;
	width: 400px;
	height: auto;
	float: left;
	padding-left: 30px;
	text-align: left;
    list-style-type: none;
}
ul.footAdd li {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	padding-left: 10px;
	font-size: 14px;
	background-image: ;
	background-repeat: no-repeat;
	font-weight: 400;
	line-height: 24px;
}
.footadd1 {
	box-sizing: border-box;
	width: 60px;
	height: auto;
	float: left;
	text-align: right;
	font-weight: 400;
	color: #000;
	padding-right: 5px;
}
.footadd2 {
	box-sizing: border-box;
	width: calc(100% - 60px);
	height: auto;
	float: left;
	font-weight: 400;
	color: #000;
}
.footadd2 a {
	color: #000;
	text-decoration: none;
}
ul.footLink {
	box-sizing: border-box;
	width: 200px;
	height: auto;
	float: right;
	padding-right: 30px;
	text-align: left;
    list-style-type: none;
}
ul.footLink li {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	float: left;
	text-align: left;
	padding-left: 20px;
	font-size: 14px;
	line-height: 30px;
	background-image:url('../img/list.png');
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: 400;
	color: #000;
}
ul.footLink li a {
	color: #000;
	text-decoration: none;
}
ul.footLink li:hover {
	opacity: 0.3;
}
.copyR {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
	padding: 20px 0 20px 0;
	font-size: 12px;
	letter-spacing: 1px;
	color: #222222;
	font-weight: 300;
}
@media screen and (max-width: 750px) { 
.footLogo {
	width: 100%;
	padding: 30px 0 0 0;
	text-align: center;
	max-width: 900px;
}
.footLogoimgBox {
	text-align: center;
}
.footLogoimgBox img {
	max-width: 300px;
	margin: 0 auto;
}
}
.br500 {
	display: none;
}
@media screen and (max-width: 620px) { 
.br500 {
	display: block;
}
ul.footAdd {
	width: 250px;
	padding-left: 10px;
	}
ul.footLink {
	width: 180px;
	padding-right: 10px;
	}
}
@media screen and (max-width: 460px) { 
ul.footAdd {
	width: 100%;
	padding-left: 10px;
	}
ul.footLink {
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
	}
}





	
ul.profBox {
	box-sizing:border-box;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:100%;
	max-width: 720px;
	padding:0px;
	margin:0px;
	margin-top:20px;
	overflow: hidden;
	margin: 0 auto;
} 
ul.profBox li {
	box-sizing: border-box;
	width:50%;
	height: auto;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	background-color:#FFF;
    list-style:none;
	position: relative;
	float: left;
    padding: 15px 20px;
}
ul.profBox li.profL {
	width:20%;
    color: #fff;
    background: #005bac;
	font-weight: 300;
}
ul.profBox li.profR {
	width:80%;
    color: #232323;
	text-align: left;
	font-weight: 300;
}
.proftitle {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	text-align: center;
}
.proftitle2 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 2px 0;
}
@media screen and (max-width: 600px) { 
ul.profBox li.profL {
	width:100%;
	text-align: left;
	font-size: 14px;
	margin-bottom: 0;
	padding-left: 10px;
	}
.proftitle {
	padding-left: 10px;
	}
ul.profBox li {
	padding: 10px;
	padding-left: 10px;
	}
ul.profBox li.profR {
	width:100%;
	padding: 5px 10px;
	}
.proftitle {
	text-align: left;
}
}
@media screen and (max-width: 600px) { 
.proftitle {
	font-size: 13px;
}
.proftitle2 {
	font-size: 13px;
}
}
	
	
/* ////////////////////// BUTTON MENU //////////////////////*/
.btn,button {
  border: none;
  font-size: 1em;
  color: #333;;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 0px;
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  width: 100%;
  min-width: 300px;
  outline: none;
  text-align: center;
  position: relative;
  overflow: hidden;
	border-radius: 50px;
  background-color: #FFF;
}
.btn:hover,button:hover {
  color: #333;
}
.btn-border {
  background-color: transparent;
  color: #333;
}
.btn-arrow {
  position: relative;
}
.btn-arrow span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn-arrow:hover span {
  -webkit-transform: translate3d(-1rem, 0, 0);
          transform: translate3d(-1rem, 0, 0);
}
.btn-arrow svg {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn-arrow svg * {
  stroke-width: 5;
  stroke-color: transparent;
}
.btn-arrow:hover svg {
  opacity: 1;
  right: -2rem;
}


.centA {
	position: relative;
}
@media screen and (max-width: 749px) { 
iframe {
	display: none;
}
.centA {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	padding: 0;
    z-index: 9009;
	text-align: center;
}
}
@media screen and (max-height: 970px) { 
iframe {
	display: none;
}
.centA {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	padding: 0;
    z-index: 9009;
	text-align: center;
}
}



.privacyBox {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	text-align: center;
	float: left;
	padding-bottom: 50px;
	z-index: 9999;
	position: absolute;
	bottom: 120px;
	left: 0px;
}
@media screen and (max-width: 989px) { 
.privacyBox {
	position: absolute;
	bottom: 80px;
	}
}