@charset "UTF-8";

#top {
	overflow: hidden;
}
/* main */
#top .main {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#top .main .main-text {
    position: absolute;
    bottom: 135px;
    left: 36px;
    z-index: 5;
    font-size: 38px;
    line-height: 1.6;
    text-align: left;
    font-weight: 800;
    color: #fff;
    letter-spacing: 10px;
}
#top .main video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}
#top .content {
	margin-top: -100px;
	position: relative;
	padding-top: 216px;
	padding-bottom: 160px;
}
#top .content:after {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/top/main-bg.png) repeat-x top left;
    background-size: contain;
}
#top .content > section + section {
	margin-top: 120px;
}
#top .content .content-inner {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

/* h2 */
#top h2 {
	text-align: center;
	margin-bottom: 46px;
}
#top h2 span {
	display: block;
	text-align: center;
	color: #607AA5;
	font-size: 20px;
	line-height: 1;
	font-weight: 300;
    letter-spacing: 6px;
}
#top h2 span.ttl-en {
	font-size: 46px;
	line-height: 1;
	font-weight: bold;
	color: #222;
	letter-spacing: 3.7px;
}
#top h2 span.ttl-jp {
	margin-top: 19px;
}

/* top-btn */
#top .top-btn {
	margin-top: 46px;
}
#top .top-btn a {
	position: relative;
	display: block;
	width: 420px;
	line-height: 61px;
	height: 64px;
	border: 1px solid rgba(0,50,132,0.6);
	border-radius: 32px;
	color: #003284;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
    letter-spacing: 3px;
    font-weight: 400;
}
#top .top-btn a::before{
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1.2px #003284;
  border-right: solid 1.2px #003284;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -5px;
}
#top .top-btn a:hover {
	background: #003284;
	color: #fff;
}
#top .top-btn a:hover::before{
  border-top: solid 1.2px #ffffff;
  border-right: solid 1.2px #ffffff;
}

/* service */
#top .service-read {
    margin-right: -290px;
    background: url(../images/top/service-photo_pc.jpg) no-repeat top right;
    background-size: 1060px;
    padding: 160px 0 191px;
}
#top .service-text {
    width: 550px;
    margin-right: -300px;
}
#top .service-text p.text1 {
	font-size: 44px;
	line-height: 72px;
    letter-spacing: 6px;
    text-shadow: 0 0 8px #ffffff;
}
#top .service-text p.text2 {
	font-size: 28px;
	line-height: 50px;
    letter-spacing: 4px;
    margin-top: 35px;
    text-shadow: 0 0 4px rgb(255 255 255 / 30%);
}
#top .service-introduction {
	margin-top: 46px;
}
#top .service-introduction ul {
	display: flex;
	justify-content: space-between;
	margin-left: -31px;
}
#top .service-introduction ul > li {
	width: 346px;
	margin-left: 31px;
}
#top .service-introduction ul > li dl {
    margin-top: 14px;
}
#top .service-introduction ul > li dl dt {
	font-size: 24px;
	color: #607AA5;
	font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 9px;
}
#top .service-introduction ul > li dl dd {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1.4px;
}
#top .service-frame a {
	position: relative;
	cursor: pointer;
    line-height: 0;
	display: block;
	text-decoration: none;
}
#top .service-frame a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(47,86,149,.6);
    transition: .4s;
}
#top .service-frame a:hover:before {
	background: rgba(47,86,149,.4);
}
#top .service-frame .ico-reproduction {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -36px 0 0 -37px;
}

/* works */
#top .works-list > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top .works-list > ul > li {
	width: calc((100% / 3) - 20px);
	margin-top: 30px;
    line-height: 0;
}
#top .works-list > ul > li:nth-child(-n+3) {
	margin-top: 0;
}
#top .works-list > ul > li .img {
	height: 253px;
	line-height: 0;
}
#top .works-list > ul > li .img img {
	object-fit: cover;
	height: 253px;
	width: 100%;
}
#top .works-list > ul > li p.name {
	background: #607AA5;
    height: 59px;
	padding: 0 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
#top .works-list > ul > li p.name span {
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 300;
    line-height: 59px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* product */
#top .product-list > ul {
	display: flex;
	justify-content: space-between;
}
#top .product-list > ul > li {
	width: calc(25% - 14px);
    padding-bottom: 8px;
}
#top .product-list > ul > li .name {
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1.5px;
    margin-top: -26px;
}

/* recruit */
#top .recruit-section {
	padding: 38px 0 100px;
	background: url(../images/top/bg-recruit_pc.jpg?1) no-repeat center center;
	background-size: cover;
}
#top .recruit-section h2 {
	margin-bottom: 53px;
}
#top .recruit-section h2 span {
	color: #fff;
}
#top .recruit {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	padding-left: 65px;
}
#top .recruit p {
    color: #fff;
    font-size: 18px;
    padding-left: 27px;
    position: relative;
    margin-top: 16px;
    font-weight: 300;
    letter-spacing: 3.6px;
}
#top .recruit p:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: "";
	display: inline-block;
	width: 26px;
	height: 21px;
	background: url(../images/top/ico-check.png) no-repeat top left;
    background-size: 100%;
}
#top .top-btn.recruit-btn a {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #fff;
	color: #fff;
}
#top .top-btn.recruit-btn a::before {
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1.2px #ffffff;
    border-right: solid 1.2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -5px;
}
#top .top-btn.recruit-btn a:hover {
	background-color: rgba(255,255,255,1);
	color: #003284;
}
#top .top-btn.recruit-btn a:hover::before {
    border-top: solid 1.2px #003284;
    border-right: solid 1.2px #003284;
}
#top .news ul > li + li {
	margin-top: 30px;
}
#top .news dl {
	display: flex;
	max-width: 610px;
	width: 100%;
	margin: 0 auto;
}
#top .news dl dt {
	color: #777777;
	width: 19%;
	padding-right: 18px;
    letter-spacing: .56px;
    font-size: 16px;
}
#top .news dl dd {
	width: 81%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    letter-spacing: 1.3px;
    font-size: 16px;
}
#top .content > section.news-section {
	margin-bottom: 120px;
    margin-top: 100px;
}
#top .bnr {
	max-width: 1100px;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}
#top .bnr a {
	position: relative;
	display: block;
	line-height: 0;
}
#top .bnr a .bnr-bosyu-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 380px;
	height: 200px;
	z-index: 1;
}
#top .bnr a img.bnr-bosyu {
	transition: .5s all;
}
#top .bnr a:hover img.bnr-bosyu {
	transform:scale(1.05,1.05);
}

/* btn-recruit */
#top .btn-recruit {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -104.5px;
	width: 70px;
	height: 209px;
	z-index: 5;
}
#top .btn-recruittxt:after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 5px;
    left: 0;
    margin-left: -40px;
    background: url(../images/top/ico-recruit.png) no-repeat center right;
    background-size: 28px;
    transform: rotate(90deg);
}
#top .btn-recruit {
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
#top .btn-recruit.is-show {
	opacity: 1;
	visibility: visible;
}
#top .btn-recruit a {
	display: block;
	text-decoration: none;
    height: 209px;
	background: rgba(0,50,132,0.8);
	border-radius: 30px 0 0 0;
}
#top .btn-recruit a:hover {
	background: rgba(0,50,132,1);
}
#top .btn-recruittxt {
    transform: rotate(-90deg);
    width: 119px;
    position: relative;
    top: 71px;
    left: -23px;
}
#top .ico-recruit {
	width: 28px;
	height: 28px;
}
#top .btn-recruit span {
	color: #fff;
    font-size: 11px;
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 5px;
    margin-bottom: 7px;
}
#top .btn-recruit span.txt-jp {
    margin-bottom: 4px;
}
#top .btn-recruit span.txt-en {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
}
#top .main-movie-btn {
	width: 162px;
	height: 64px;
	position: absolute;
	cursor: pointer;
	border: 1px solid rgba(0,50,132,.8);
	border-radius: 32px;
	right: 37px;
	bottom: 143px;
	display: flex;
    align-items: center;
	z-index: 5;
	justify-content: space-between;
    padding: 2px 17px 0 30px;
    text-decoration: none;
    box-shadow: 0 0 10px rgb(255 255 255 / 12%);
}
#top .main-movie-btn span {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
    letter-spacing: .1px;	
	color: rgba(0,50,132,.8);
	text-shadow: 0 0 3px rgb(255 255 255 / 40%);
}
#top .main-movie-btn img {
	width: 59px;
	height: 59px;
}
#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
#loading .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 540px;
	overflow: hidden;
    margin-top: -37px;
}
#loading .logo img{
	animation-name: fadeUplogo;
	animation-delay: 1s;
	animation-duration: 4s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUplogo{
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	30% {
		opacity: 1;
		transform: translateY(0);
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@media screen and (min-width:768px) and (max-width:1100px) {
	:root {
		font-size: calc(10 / 1100 * 100vw);
	}
	#top .content {
		margin-top: -10rem;
		padding-top: 21.6rem;
		padding-bottom: 16rem;
	}
	#top .content:after {
		height: 10rem;
	}
	#top .content > section + section {
		margin-top: 12rem;
	}

	/* h2 */
	#top h2 {
		margin-bottom: 4.6rem;
	}
	#top h2 span {
		font-size: 2rem;
	    letter-spacing: .6rem;
	}
	#top h2 span.ttl-en {
		font-size: 4.6rem;
		letter-spacing: .37rem;
	}
	#top h2 span.ttl-jp {
		margin-top: 1.9rem;
	}

	/* top-btn */
	#top .top-btn {
		margin-top: 4.6rem;
	}
	#top .top-btn a {
		width: 42rem;
		line-height: 6.1rem;
		height: 6.4rem;
		border-radius: 3.2rem;
		font-size: 1.8rem;
	    letter-spacing: .3rem;
	}
	#top .top-btn a::before{
	  width: .8rem;
	  height: .8rem;
	  border-top: solid .12rem #003284;
	  border-right: solid .12rem #003284;
	  right: 3.2rem;
	  margin-top: -.5rem;
	}
	#top .top-btn a:hover {
		background: #fff;
		color: #003284;
	}
	#top .top-btn a:hover::before{
	  border-top: solid .12rem #003284;
	  border-right: solid .12rem #003284;
	}

	/* service */
	#top .service-read {
	    margin-right: -29rem;
	    background-size: 106rem;
	    padding: 16rem 0 19.1rem;
	}
	#top .service-text {
	    width: 55rem;
	    margin-right: -30rem;
	}
	#top .service-text p.text1 {
		font-size: 4.4rem;
		line-height: 7.2rem;
	    letter-spacing: .6rem;
	    text-shadow: 0 0 .8rem #ffffff;
	}
	#top .service-text p.text2 {
		font-size: 2.8rem;
		line-height: 5rem;
	    letter-spacing: .4rem;
	    margin-top: 3.5rem;
	    text-shadow: 0 0 .4rem rgb(255 255 255 / 30%);
	}
	#top .service-introduction {
		margin-top: 4.6rem;
	}
	#top .service-introduction ul {
		margin-left: -3.1rem;
	}
	#top .service-introduction ul > li {
		width: 34.6rem;
		margin-left: 3.1rem;
	}
	#top .service-introduction ul > li dl {
	    margin-top: 1.4rem;
	}
	#top .service-introduction ul > li dl dt {
		font-size: 2.4rem;
	    letter-spacing: .4rem;
	    margin-bottom: .9rem;
	}
	#top .service-introduction ul > li dl dd {
		font-size: 1.6rem;
		line-height: 2.6rem;
		letter-spacing: .14rem;
	}
	#top .service-frame .ico-reproduction {
		margin: -3.6rem 0 0 -3.7rem;
		width: 7.5rem;
		height: 7.5rem;
	}

	/* works */
	#top .works-list > ul > li {
		width: calc((100% / 3) - 2rem);
		margin-top: 3rem;
	}
	#top .works-list > ul > li .img {
		height: 25.3rem;
	}
	#top .works-list > ul > li .img img {
		height: 25.3rem;
	}
	#top .works-list > ul > li p.name {
	    height: 5.9rem;
		padding: 0 1.6rem;
	}
	#top .works-list > ul > li p.name span {
	    font-size: 1.6rem;
	    letter-spacing: .15rem;
	    line-height: 5.9rem;
	}
	/* product */
	#top .product-list > ul > li {
		width: calc(25% - 1.4rem);
	    padding-bottom: .8rem;
	}
	#top .product-list > ul > li .name {
		padding: 0 2rem;
		font-size: 1.6rem;
	    letter-spacing: .15rem;
	    margin-top: -2.6rem;
	}

	/* recruit */
	#top .recruit-section {
		padding: 3.8rem 0 10rem;
	}
	#top .recruit-section h2 {
		margin-bottom: 5.3rem;
	}
	#top .recruit {
		max-width: 72rem;
		padding-left: 6.5rem;
	}
	#top .recruit p {
	    font-size: 1.8rem;
	    padding-left: 2.7rem;
	    margin-top: 1.6rem;
	    letter-spacing: .36rem;
	}
	#top .recruit p:before {
		top: .2rem;
		width: 2.6rem;
		height: 2.1rem;
	}
	#top .top-btn.recruit-btn a {
		border: .1rem solid #fff;
	}
	#top .top-btn.recruit-btn a::before {
	    width: .8rem;
	    height: .8rem;
	    border-top: solid .12rem #fff;
	    border-right: solid .12rem #fff;
	    right: 3.2rem;
	    margin-top: -.5rem;
	}
	#top .top-btn.recruit-btn a:hover {
		background-color: rgba(255,255,255,0.5);
		color: #fff;
	}
	#top .top-btn.recruit-btn a:hover::before {
	    border-top: solid .12rem #fff;
	    border-right: solid .12rem #fff;
	}
	#top .news ul > li + li {
		margin-top: 3rem;
	}
	#top .news dl {
		max-width: 61rem;
	}
	#top .news dl dt {
		padding-right: .18rem;
	    letter-spacing: .056rem;
	    font-size: 1.6rem;
	}
	#top .news dl dd {
	    letter-spacing: .13rem;
	    font-size: 1.6rem;
	}
	#top .content > section.news-section {
		margin-bottom: 12rem;
	    margin-top: 10rem;
	}
	#top .bnr {
		height: 20rem;
	}
	#top .bnr a .bnr-bosyu-txt {
		width: 38rem;
		height: 20rem;
	}
	/* btn-recruit */
	#top .btn-recruit {
		margin-top: -10.45rem;
		width: 7rem;
		height: 20.9rem;
	}
	#top .btn-recruittxt:after {
	    width: 2.8rem;
	    height: 2.8rem;
	    bottom: .5rem;
	    margin-left: -4rem;
	    background-size: 2.8rem;
	}
	#top .btn-recruit a {
	    height: 20.9rem;
		border-radius: 3rem 0 0 0;
	}
	#top .btn-recruit a:hover {
		background: rgba(0,50,132,.8);
	}
	#top .btn-recruittxt {
	    width: 11.9rem;
	    top: 7.1rem;
	    left: -2.3rem;
	}
	#top .ico-recruit {
		width: 2.8rem;
		height: 2.8rem;
	}
	#top .btn-recruit span {
	    font-size: 1.1rem;
	    letter-spacing: .5rem;
	    margin-bottom: .7rem;
	}
	#top .btn-recruit span.txt-jp {
	    margin-bottom: .4rem;
	}
	#top .btn-recruit span.txt-en {
	    font-size: 2rem;
	}
	#top .main-movie-btn {
		width: 16.2rem;
		height: 6.4rem;
		border: .1rem solid rgba(0,50,132,.8);
		border-radius: 3.2rem;
		right: 3.7rem;
		bottom: 14.3rem;
	    padding: .2rem 1.7rem 0 3rem;
	    box-shadow: 0 0 1rem rgb(255 255 255 / 12%);
	}
	#top .main-movie-btn span {
		font-size: 1.4rem;
	    letter-spacing: 0.01rem;	
		text-shadow: 0 0 .3rem rgb(255 255 255 / 40%);
	}
	#top .main-movie-btn img {
		width: 5.9rem;
		height: 5.9rem;
	}
	#loading .logo {
		width: 54rem;
	    margin-top: -3.7rem;
	}

}
@media screen and (max-width:768px) {
	/* main */
	#top .main .main-text {
		bottom: 20vw;
	    left: 3.9vw;
	    letter-spacing: 1.2vw;
	    font-size: 5.33vw;
	    font-weight: 600;
	    line-height: 1.7;
	}
	#top .content {
		margin-top: -21.33vw;
		padding-top: 43.73vw;
		padding-bottom: 39vw;
	}
	#top .content:after {
		height: 21.33vw;
	    background: url(../images/top/main-bg.png) repeat-x top left;
	    background-size: contain;
	}
	#top .content > section + section {
		margin-top: 23.8vw;
	}
	#top .content .content-inner {
		padding: 0 4vw;
	}

	/* h2 */
	#top h2 {
		margin-bottom: 9vw;
	}
	#top h2 span {
		font-size: 3.2vw;
	    letter-spacing: 1vw;
		margin-top: .8vw;
	}
	#top h2 span.ttl-en {
		font-size: 8vw;
		letter-spacing: .7vw;
	}
	#top h2 span.ttl-jp {
		margin-top: 2.8vw;
		letter-spacing: .9vw;
	}

	/* top-btn */
	#top .top-btn {
		margin-top: 9vw;
	}
	#top .top-btn a {
		width: 66.67vw;
		line-height: 11.73vw;
		height: 11.73vw;
		border-radius: 5.9vw;
		font-size: 3.2vw;
	    letter-spacing: .48vw;
	}
	#top .top-btn a::before{
	    width: 1.6vw;
	    height: 1.6vw;
	    border-top: solid 1px #003284;
	    border-right: solid 1px #003284;
	    right: 4.5vw;
	    margin-top: -1vw;
	}
	#top .top-btn a:hover {
		background: #fff;
		color: #003284;
	}
	#top .top-btn a:hover::before{
	  border-top: solid 1px #003284;
	  border-right: solid 1px #003284;
	}

	/* service */
	#top .service-read {
	    margin-right: -4vw;
	    background: url(../images/top/service-photo_sp.jpg?220711) no-repeat top right;
	    background-size: 96vw;
	    padding: 76.6vw 0 0;
	}
	#top .service-text {
	    width: 100%;
	    margin-right: 0;
	    padding-left: 4vw;
	}
	#top .service-text p.text1 {
		font-size: 5.33vw;
		line-height: 8.27vw;
	    letter-spacing: 1.3vw;
        text-shadow: none;
	}
	#top .service-text p.text2 {
		font-size: 3.73vw;
		line-height: 6.13vw;
	    letter-spacing: .75vw;
	    margin-top: 2.55vw;
	    text-shadow: none;
	}
	#top .service-introduction {
		margin-top: 9vw;
	}
	#top .service-introduction ul {
		display: block;
		margin-left: 0;
	}
	#top .service-introduction ul > li {
		width: 100%;
		margin-left: 0;
	}
	#top .service-introduction ul > li + li {
		margin-top: 9vw;
	}
	#top .service-introduction ul > li .service-frame {
		line-height: 0;
	}
	#top .service-introduction ul > li dl {
	    margin-top: 4vw;
	}
	#top .service-introduction ul > li dl dt {
		font-size: 4.8vw;
	    letter-spacing: .1vw;
	    margin-bottom: 2.7vw;
	}
	#top .service-introduction ul > li dl dd {
		font-size: 3.47vw;
		line-height: 6.13vw;
		letter-spacing: .31vw;
	}
	#top .service-frame .ico-reproduction {
		width: 13.33vw;
	    height: 13.33vw;
	    transform: translate(-50%,-50%);
	    margin: 0;
	}

	/* works */
	#top .works-list > ul > li {
		width: calc(50% - 1.2vw);
		margin-top: 2.4vw;
	}
	#top .works-list > ul > li:nth-child(-n+3) {
		margin-top: 2.4vw;
	}
	#top .works-list > ul > li:nth-child(-n+2) {
		margin-top: 0;
	}

	#top .works-list > ul > li:nth-child(n+5) {
		display: none;
	}
	#top .works-list > ul > li .img {
		height: 32.8vw;
	}
	#top .works-list > ul > li .img img {
		height: 32.8vw;
	}
	#top .works-list > ul > li p.name {
		display: flex;
		align-items: center;
	    height: 14.2vw;
		padding: 2.2vw 3vw;
	    white-space: inherit;
	}
	#top .works-list > ul > li p.name span {
	    line-height: 4.9vw;
	    font-size: 3.47vw;
	    letter-spacing: .5vw;
	    overflow: hidden;
	    display: -webkit-box;
	    white-space: inherit;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	}

	/* product */
	#top .product-list > ul {
		flex-wrap: wrap;
	}
	#top .product-list > ul > li {
		width: calc(50% - 1.2vw);
	    padding-bottom: 4vw;
	    margin-top: 1.33vw;
	}
	#top .product-list > ul > li:nth-child(-n+2) {
		margin-top: 0;
	}
	#top .product-list > ul > li .name {
		padding: 0 4vw;
		font-size: 3.2vw;
	    letter-spacing: .2vw;
	    margin-top: -8.4vw;
	}

	/* recruit */
	#top .recruit-section {
		padding: 9.6vw 0 22vw;
		background: url(../images/top/bg-recruit_sp.jpg) no-repeat top center;
		background-size: cover;
	}
	#top .recruit-section h2 {
		margin-bottom: 7.5vw;
	}
	#top .recruit-section h2 span {
		margin-top: 1.7vw;
	}
	#top .recruit {
		max-width: 100%;
		padding-left: 11vw;
	}
	#top .recruit p {
		font-size: 3.47vw;
		padding-left: 5.87vw;
		margin-top: 4.8vw;
		line-height: 6.5vw;
	    letter-spacing: .65vw;
	}
	#top .recruit p:before {
	    width: 4.6vw;
	    height: 4.6vw;
	    top: 0.8vw;
	}
	#top .top-btn.recruit-btn a::before {
		width: 1.6vw;
	    height: 1.6vw;
	    border-top: solid 1px #ffffff;
	    border-right: solid 1px #ffffff;
	    right: 4.5vw;
	    margin-top: -1vw;
	}
	#top .top-btn.recruit-btn a:hover {
		background-color: rgba(255,255,255,.5);
		color: #fff;
	}
	#top .top-btn.recruit-btn a:hover::before {
	    border-top: solid 1.2px #ffffff;
	    border-right: solid 1.2px #ffffff;
	}
	#top .news ul > li {
		padding: 3.4vw 0;
	}
	#top .news ul > li + li {
		margin-top: 0;
		border-top: 1px solid #CDD5E3;
	}
	#top .news dl {
		position: relative;
		display: block;
		max-width: 100%;
	}
	#top .news dl dt {
		width: 100%;
		padding-right: 0;
	    letter-spacing: .15vw;
	    font-size: 3.2vw;
	    margin-bottom: 1.2vw;
	}
	#top .news dl dd {
		width: 100%;
	    padding-right: 0;
	    letter-spacing: .5vw;
	    font-size: 3.47vw;
	}
	#top .news dl dd:after {
		display: none;
	}
	#top .content > section.news-section {
		margin-bottom: 23.5vw;
        margin-top: 23.8vw;
	}
	#top .bnr {
		max-width: 100%;
		padding: 0 4vw;
	    height: auto;
	}

	/* btn-recruit */
	#top .btn-recruit {
		margin-top: -14.535vw;
		width: 9.6vw;
		height: 29.07vw;
	    line-height: .9;
	}
	#top .btn-recruittxt:after {
		width: 4vw;
		height: 4vw;
		bottom: 1.3vw;
		margin-left: -6vw;
		background-size: 100%;
	}
	#top .btn-recruit a {
	    height: 29.07vw;
		border-radius: 4.8vw 0 0 0;
		background: none;
	}
	#top .btn-recruit a:hover {
		background: rgba(0,50,132,.8);
	}
	#top .btn-recruit span {
	    font-size: 1.6vw;
	    letter-spacing: .3vw;
	    line-height: 1;
	    margin-bottom: 1vw;
	}
	#top .main-movie-btn {
		width: 24.53vw;
		height: 9.6vw;
		border: .27vw solid rgba(0,50,132,.8);
		border-radius: 4.8vw;
		right: 3.2vw;
		bottom: auto;
		top: 16.27vw;
	    padding: .1vw 1.5vw 0 3.9vw;
	}
	#top .main-movie-btn span {
		font-size: 2.67vw;
		letter-spacing: .1vw;
	    line-height: 1.1;
	}
	#top .main-movie-btn img {
		width: 9vw;
		height: 9vw;
	}
	#top .btn-recruittxt {
		line-height: 0;
	    width: 16.9vw;
	    top: 9.1vw;
	    left: -3.3vw;
	}
	#top .ico-recruit {
		width: 4.27vw;
		height: 4.27vw;
	}

	#loading .logo {
	    margin-top: -1.9vw;
	    width: 73.9vw;
	    margin-left: 1.35vw;
	}
}
