@charset "utf-8";

/* Basic styling */
html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial,Meiryo,sans-serif;
	line-height: 1.4;
	background-color: #fff;
	/*background-color: #170639;*/
}
.body {
	max-width: 800px;
	padding: 40px;
	margin: 0 auto;
}
span.err {
    font-size: 12px;
    color: #f00;
    font-weight: normal;
}

.mobileMenu{ display:none; }
.menuMobileTop .logoMobile{ 
	float: left;
  width: 200px;
	text-align: left;
	z-index:1000
}
.menuMobileTop .logoMobile img{ 
	width: 70%;
    height: auto;
    margin: 6%;
}

#imgInner {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 900px;
	background-color: #fff;
	z-index: 10;
    top: -112px;
}
#imgInner h1.logo {
	position: relative;
	left:10px;
	top:10px;
	width: 130px;
	display: inline-block;
}
#imgInner h1.logo img{
	width:100%;
	height:auto;
}
#imgInner ul.menu{
	position: fixed;
    right: 0;
    top: 0;
    display: inline-block;
    float: none;
    width: 100%;
    text-align: right;
    background-color: rgb(23 6 57);
    height: 90px;
    line-height: 78px;
		box-shadow: 0 8px 18px rgb(0 0 0 / 25%);
}
#imgInner ul.menu li{
	/*float: right; */
    /* width: 100px; */
    text-shadow: 0 0 10px rgb(16 16 17 / 93%);
    text-align: center;
    padding: 5px;
    letter-spacing: 1px;
    padding-left: 2%;
    padding-right: 2%;
    display: inline-block;
}
#imgInner ul.menu li a{
	    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    text-decoration: none;
}
#imgInner .imgInner-content {
	position: relative;
	z-index: 2;
	margin: 0px auto;
	padding: 20px;
	max-width: 860px;
	color: #fff;
	text-align: center;
	font-size: 2em;
	padding-top: 340px;
	    z-index: 1;
}
#imgInner .imgInner-content h2 {
	font-size: 1.6em;
	margin: 0;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 600;
	/*text-shadow: 0 0 10px rgba(45, 64, 82, 0.65);*/
	text-shadow: 0 0 10px rgb(45 64 82);
	display:none;
}
#imgInner .imgInner-content p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
  font-size: 22px;
  font-weight: bold;
	color:#fff;
	text-shadow: 0 0 10px rgb(45 64 82);
	display:none;
}



.sectionBox {
  max-width: 100%;
  margin: 0 auto;
  /*padding: 20px 20px 500px;*/
  overflow: hidden;
	/*background: linear-gradient( 131deg , #1d2034  0%, #131A43 100%);*/
}
.contInner{
	width:100%;
	/*margin-top:3%;
	margin-bottom:3%;
	background: linear-gradient( 131deg , #462733 0%, #1e1d1c 100%);*/
}

.logoSub{
	padding: 3%;
}
.logoSub img{
	margin-bottom:12px;
}


.txtBox{
	padding-top: 1%;
  padding-left: 7.4%;
	margin-bottom:3%;
	width: 45%;
	float: left;
}
.txtBox.Center{
	width:100%;
	    padding: 0;
}
.txtBox.Center p{
	text-align:center
}
.logoSub img{
	margin-bottom:12px;
}
/*image*/
.imgBox{
	width: 45%;
    display: inline-block;
    float: right;
		margin-bottom:3%;
}
.contInner.is-show .imgBox img {
  animation: rotate-anime 1.5s linear;
}
@keyframes rotate-anime {
  0%  {transform: rotate(170deg);}
  100%  {transform: rotate(360deg);}
}

.contInner p{
	text-align: left;
}
.contInner p.left{
	color: #fff;
	text-align: left;
}
.contInner .font{
	color:#333
}
.contInner .font.right{
	text-align:right
}
.contInner .font.center{
	text-align:center
}
.contInner .font.en{
	font-size: 3.6em;
	margin: 0;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 600;
}
.contInner .font.jp{
	font-size: 1.6em;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	line-height: 1.8em;
}
.contInner .font.em36{ font-size: 3.6em;}
.contInner .font.em25{ font-size: 2.5em;}
.contInner .font.em16{ font-size: 1.6em;}
.contInner .font.em12{ font-size: 1.2em;}
.contInner .font.em1{ font-size: 1em;}
.contInner .font.em1{ font-size: 1em;}
.contInner .font.ss{ font-weight:400}
.contInner .font.bb{ font-weight:600}
.contInner .cc{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgb(255 255 255 / 54%);
    display: inline-block;
    border-radius: 50%;
    font-size: 22px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.contInner .font.blue{
    color: #00bcd4;
}
.contInner .font.yellow{
    color: #d8ac75;
}
.contInner .font span.num {
    background-color: #605f62;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}


/*PROFILE*/
.contInner .blocAction{
	position: relative;
    height: 750px;
    margin-top: 90px;
		margin-bottom:100px
}
.contInner .blocAction.m{
		height: 600px;
    margin-top: 20px;
		margin-bottom:30px
}
.contInner .blocAction .bgImg{
	position: absolute;
    right: 480px;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    width: calc(100vw - 400px);
    height: 630px;
}
.contInner .blocAction .moveImg{
    position: absolute;
    top: 40px;
    right: 30px;
    bottom: 0;
    z-index: 2;
    width: 100%;
    max-width: 600px;
    height: 480px;
    padding: 60px;
    margin: auto;
    text-align: right;
    background-color: #fff;
}
.contInner .blocAction.m .moveImg{
		height: 430px;
}
.contInner .blocAction .bgImg.right{
	right: auto;
    left: 480px;
    flex-direction: row;
}
.contInner .blocAction .moveImg.right {
    right: auto;
    left: 40px;
    text-align: left;
}

.contInner .blocAction .moveImg.sns{
	left: 10%;
    right: 10%;
		height:auto
}
.contInner .blocAction.half {
    width: 48%;
		margin:1%;
    float: left;
}
.contInner .blocAction.half .moveImg{
	max-width: 570px;
	padding:4%;
	left: 0;
	right: 0;
}


.contInner .desp{
	padding: 3%;
	text-align:left;
	color:#FFF;
	float:left
}
.contInner .desp p{
	text-align:left;
}

.contInner .serviceBox{
	/*background-image: url(../img/Pic.jpg);
	background-repeat: no-repeat;*/
	width: 100%;
	min-height: 550px;
	padding-top:3%;
	padding-bottom:5%;
	/*background-color: #000;
	background-size: 101%;*/
}

.contInner.Pad{
	padding-top: 2%;
  border-top: 1px solid #ddd;
	margin-bottom: -2%;
}
.contInner.Pad.A{
	background-color:#f2f2f2;
}

.contInner.ProfileBox01,
.contInner.ServiceBox01,
.contInner.ServiceBox02,
.contInner.ServiceBox03{
	margin-top: -2%;
	display:none
}

.contInner .topBox{
	width: 100%;
    max-width: 1200px;
    margin-top: 5%;
		margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
		    box-shadow: 0 8px 18px rgb(0 0 0 / 5%);
}
.contInner .topBox p img{
	border-radius:4px;
}

.contInner p.btnx{
    z-index: 1;
    margin: auto;
    display: inline-block;
    width: 200px;
    text-align: center;
    background-color: rgb(23 6 57);
    padding: 1%;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid rgb(255 255 255 / 40%);
    user-select: none;
    cursor: pointer;
		color: #fff;
}
.contInner p.btnx:hover{
	background-color: rgb(157 136 136);
	text-decoration: underline;
}

/*MORE*/
.contInner .blocTitle{
height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}
.contInner .blocTitle.Profile{
	background-image: url(../img/image1.jpg);
}
.contInner .blocTitle.Service01{
	background-image: url(../img/PicBloc2.jpg);
}
.contInner .blocTitle.Service02{
	background-image: url(../img/PicBloc3.jpg);
}
.contInner .blocTitle.Service03{
	background-image: url(../img/PicBloc4.jpg);
}
.contInner .blocTitle h3{
	    font-size: 100px;
    font-weight: bold;
    color: #FFF;
    font-family: 'Noto Sans KR', sans-serif;
    padding-top: 16%;
    padding-left: 5%;
		text-shadow: 0 0 15px rgb(15 15 16);
}
.contInner .blocTitle h4{
	  font-size: 30px;
    font-weight: bold;
    color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    padding-top: 0%;
    padding-left: 5%;
		text-shadow: 0 0 15px rgb(15 15 16);
}
.contInner p.cntr{
width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: rgb(23 6 57);
    text-align: center;
    line-height: 80px;
		font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.contInner .blocTitle h3.black{
	padding-top: 17%;
	color:#000;
	font-size:70px;
	text-shadow: 0 0 15px rgb(15 15 16 / 25%);
}
.contInner .blocTitle h4.black{
	color:#000;
	font-size:30px;
	text-shadow: 0 0 15px rgb(15 15 16 / 25%);
}
.contInner .blocTitle h3.white{
	padding-top: 17%;
	color:#fff;
	font-size:70px;
	text-shadow: 0 0 15px rgb(15 15 16 / 25%);
}
.contInner .blocTitle h4.white{
	color:#fff;
	font-size:30px;
	text-shadow: 0 0 15px rgb(15 15 16 / 25%);
}


.contInner .blocLeft{
	width: 40%;
	padding:5%;
	display: inline-block;
	float: left;
}
.contInner .blocRight{
	width: 40%;
	padding:5%;
	display:inline-block;
	float: left;
}
.contInner .bloc3rd{
	width: 27%;
    padding: 2%;
    margin: 1%;
    display: inline-block;
    float: left;
    background-color: #fff;
    min-height: 244px;
    z-index: 2;
    position: relative;
		box-shadow: 0 4px 15px rgb(0 0 0 / 5%);
}


/*概要*/
.contProfile{
	width: 90%;
	/*background-image: url(../img/Pic1.jpg);
	background-repeat: no-repeat;*/
	display: inline-block;
	padding:5%;
	background-size: cover;
}
.contProfile p.ttl{
	text-align:center;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Noto Sans KR', sans-serif;
	color:#CCC;
	padding:15px;
	text-shadow: 0 0 10px rgba(41, 47, 53, 0.95);
}
.contProfile p.sub{
	text-align: center;
	font-size: 23px;
	font-weight: normal;
	color: #CCC;
	padding: 25px;
}
.commonBox{
/*background-position: left top; */
    /* background-repeat: no-repeat; */
    width: 49%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* background-color: rgb(255 255 255 / 60%); */
    /* padding-bottom: 2%; */
    /* border-radius: 4px; */
    float: left;
}
.commonBox p.ttl{
text-align: left;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 600;
    font-size: 34px;
}
dl.profileList {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5%;
    width: 96%;
    font-size: 16px;
		
    font-weight: normal;
		font-size: 1em;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
}
dl.profileList dt {
margin-bottom: 0px;
    float: left;
    width: 32%;
    padding: 0.5%;
    line-height: 22px;
    text-align: left;
    background-color: rgb(255 255 255 / 15%);
}
dl.profileList dd {
	width: 64%;
	padding: 0.5%;
	padding-left:2%;
	text-align: left;
	line-height:22px;
	display: inline-block;
}
dl.profileList dt,
dl.profileList dd{
line-height: 1.85em;
}
dl.profileList dd strong {
	font-weight:bold;
}
dl.profileList hr {
	border: 0;
    border-bottom: 1px solid #9e9e9e29;
}

/*Service*/
.blocAction.Line{
	position: relative;
    overflow: hidden;
		height: auto;
		padding-left: 5%;
    padding-right: 5%;
}
.blocAction.Line::before{
   position: absolute;
    top: 79px;
    left: 50%;
    content: '';
    display: inline-block;
    width: 1px;
    /* height: 1000px; */
    /* height: auto; */
    border-top: 10000px solid rgb(23 6 57 / 44%);
    transform: translateX(-50%);
}
.contInner h4.service {
		font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 19px;
    color: rgb(23 6 57);
		line-height:32px;
		margin-bottom:2%;
		margin-top:4%;
}
.contInner p.serviceTxt {
		font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
}
.contInner p.serviceImg {
		width:100%;
		padding-top:5%;
}
.contInner p.serviceImg img{
		width:100%;
		height:auto;
		border-radius: 5px;
}


/*Form*/
.formTbl input[type=text], .formTbl input[type=email], .formTbl textarea {
    padding: 8px 8px 8px 8px;
    margin: 0 5px 0 5px;
    background-color: #FBFBFB;
    border: 1px solid #BCBCBC;
    border-radius: 3px;
    margin-top: 1px;
    margin-bottom: 1px;
}
dl.formTbl dt {
    width: 20%;
}
dl.formTbl dd {
    width: 76%;
}
dl.formTbl .submitBtn {
    background-color: #ff9800;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 50px 12px 50px;
    text-align: center;
    color: #FFF;
    font-size: 1.23rem;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*Footer*/
.footer {
width: 100%;
    height: auto;
    background: #170639;
    padding-top: 120px;
    padding-bottom: 0;
    display: inline-block;
}

.footerInner{
	width: 100%;
	padding-top:25px;
	max-width:1100px;
	text-align:center;
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
	color: #cdcdcd;
}
.footerInner ul{
	width:100%;
	padding:10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.footerInner li a{
	color:#8a8989;
	text-decoration:none;
}
.footerInner li a:hover{
	text-decoration:underline;
}

.footerInner li{
	display:inline;
	padding:0;
	padding-left:15px;
	padding-right:0;
	border-left: 1px solid rgba(204, 204, 204, 0.67);
	margin:8px;
	text-align:center;
}
.footerInner li.last {
	border-right: 1px solid rgba(204, 204, 204, 0.67);
	padding-right:15px;
}
.footerInner .navi{
	margin-top:15px;
}
.footerInner .copy{
	font-size: 10px;
	color: #7b7979;
	margin-top: 1px;
	padding: 7px;
}
.footerInner .addr{
	margin-top: 10px;
	border-top: 1px solid #cccccc63;
	padding: 8px;
	line-height:20px;
	/* border-bottom: 1px solid #cccccc63; */
}


/*====================================================================
inview
====================================================================*/

.content {
	overflow-x: hidden;
}
.fadeIn {
	opacity: 0;
	transition: 2s;
}
.fadeIn.is-show {
	opacity: 1;
}
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 80px);
	transition: 2s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_left {
	opacity: 0;
	transform: translate(-200px, 0);
	transition: 2s;
}
.fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_right {
	opacity: 0;
	transform: translate(200px, 0);
	transition: 2s;
}
.fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
