@charset "UTF-8";

/** TOP Slider **/

#video-area {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}

section#i_sec_page {
    padding: 250px 0 100px 0;
    min-height: inherit;
}

section#i_sec_page h1 {
    font-size: 120%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-align: center;
}

#top_fade_box {
	padding: 0;
	margin: 0;
    height: 100vh;
	position: relative;
}

#slide {
    height: 100vh;
    width: 100vw;
    position: absolute;
	overflow: hidden;
	padding: 0;
    right: 0;
}

#slide_sp {
	display: none;
}

#slide img {
    height: auto;
	width: 110%;
    position: relative;
    right: 0;
}

/* JSの秒数に合わせる */
.top_zoom {
    animation: top_zoom_animation 13s;
}
@keyframes top_zoom_animation {
  0% {
    transform: scale(1.1);
      transform-origin: 50% 50%;
  }
  100% {
    transform: scale(1);
      transform-origin: 50% 50%;
  }
}

.top_object {
    position: absolute;
    width: 100vw;
    height: 100vh;
}

.top_object .inner {
    position: absolute;
    width: 40vw;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background-color: rgba(255,255,255,0.85);
    padding: 20px 50px;
    border: #ffffff solid;
    border-width: 5px;
}

.top_object h1 {
    font-size: 160%;
    margin: 0 auto;
    padding: 0;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: normal;
    text-align: center;
}

.top_object h1 img {
    width: 400px!important;
    display: block!important;
    margin: 0 auto 0.5em auto;
    position: inherit!important;
}

#top02 .top_object,
#top03 .top_object {
    color: #ffffff!important;
}

section.SecTopSpace {
    padding: 150px 0 100px 0;
    min-height: inherit;
}

section.SecTopSpaceOffice {
    padding: 150px 0 0 0;
    min-height: inherit;
}

section.SecTopSpace .contents_box {
    padding: 0;
    min-height: inherit;
}

.top_object .inner .slogan {
	text-align: center;
	background-color: rgba(255,255,255,0.8);
}

.top_object .inner .slogan .Box {
	border: #000000 solid;
	border-width: 1px 0;
	padding: 20px;
	margin: 10px auto 0 auto;
	font-weight: bold;
}

.top_object .inner .slogan .Box .gray {
	color: #666666;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding: 0;
	margin: 0 auto;
	line-height: 1.3em;
}

.top_object .inner .slogan .Box .blue {
	color: #004ea2;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	padding: 0;
	margin: 0 auto;
	line-height: 1.3em;
}

.top_object .inner .slogan .Box h2 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 30px;
	margin: 0 auto;
	padding: 0;
	letter-spacing: normal;
}

.top_object .inner .slogan .Box h3 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 0 auto;
	padding: 0;
	letter-spacing: normal;
	font-style: italic;
}


/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1680px) {
/* ------------------------------------------------------ */

.top_object .inner {
    width: 55%;
}

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1440px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1280px) {
/* ------------------------------------------------------ */

.top_object .inner {
    width: 70%;
	top: 57%;
}

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1024px) {
/* ------------------------------------------------------ */

#slide img{
	height: 105vh;
	width: auto;
}

.top_object .inner {
    width: 80%;
}

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 960px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 810px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 640px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Lenobo to SmartPhone */
@media only screen and (max-width : 500px) {
/* ------------------------------------------------------ */

#slide {
	display: none;
}

#slide_sp {
	display: block;
}

#slide_sp img{
	width: 100%;
	top: 100px;
}

.top_object .inner {
	padding: 20px;
	top: 50%;
}

.top_object .inner .slogan .Box h2 {
	font-size: 24px;
	line-height: 1.2em;
}

.top_object .inner .slogan .Box .gray,
.top_object .inner .slogan .Box .blue {
	line-height: 1.2em;
}
	
	.top_object .inner .slogan .Box h3 {
		font-size: 100%;
		line-height: 1.3em;
		margin: 5px auto 0;
	}

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 380px) {
/* ------------------------------------------------------ */
}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 320px) {
/* ------------------------------------------------------ */ 

	.top_object .inner {
		width: 90%;
		font-size: 80%;
		margin: 30px auto 0 auto;
	}


}