@charset "utf-8";
/* CSS Document */

body {
    background-color: #d3e4f2;
}

/*
#top_img {
	position: relative;
	width:100%;
	height:auto;
    background-color: #d3e4f2;
}*/

#top_img {
	position: relative;
	width:100%;
	height:calc(100vh - 61px);
    background-color: #d3e4f2;
    overflow: hidden;
}

.top_img_text {
	position:absolute;
	width:100%;
	height:auto;
	padding:25% 5% 0;
	margin: 0 auto;
	top:0;
	left:50%;
	transform: translateX(-50%);
    z-index:2;
}
 
.top_copy {
	font-family: "Zen Old Mincho", serif;
    font-weight: 600;
	text-align: right;
	line-height: 1.4;
	font-size: 4rem;
	color: #FFF;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.6);
}

/*
#top_img video {
    width: 100%;
    height:auto;
}*/

#top_img video {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height:auto;
}

/* 見出し */


/* 私たちについて */

#about {
    background-color: #d3e4f2;
    background-image: url("../images/top_about_bg.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.about_row {
	display: flex;
	justify-content: space-between;
}

.about_text {
	flex-basis: 55%;
}

.about_img {
	flex-basis: 40%;
}

.about_img img {
    width: 100%;
    max-width: 100%;
    height:auto;
}

/* トップナビ */

#top_navi {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}

#top_navi li {
    display: block;
    position: relative;
    flex-basis: 50%;
    aspect-ratio: 25 / 12;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 0;
}

#top_navi li img {
    width: 100%;
    heigh:auto;
    filter: brightness(50%);
    object-fit: cover;
    transition: .3s ease-in-out;
}

#top_navi li:hover img {
    filter: brightness(100%);
}

#top_navi li a {
    display: block;
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    color:#FFF;
    font-size: 2vw;
    font-weight: bold;
    text-decoration: none;
    padding:22% 0 0 0;
}

#top_navi li:hover a {
    text-shadow: 0px 1px 5px rgba(0,0,0,0.6);
}

#top_navi li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#top_navi li:after {
    content: "";
    position: absolute;
    top:0;
    right: 0;
    height: 60px;
    width: 60px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background-color: #f7e000;
}

/* 採用情報 */

#recruit {
    position: relative;
    background-image: url("../images/top_recruit_img.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 50%;
}

.recruit_txt {
    padding-right: 55%;
}

#recruit p {
    text-shadow:
    1px 1px 0 #d3e4f2,
    -1px 1px 0 #d3e4f2,
    -1px -1px 0 #d3e4f2,
    1px -1px 0 #d3e4f2;
}

/* お知らせ(リストのスタイルはメインCSS) */

#news {
	background-color: #174e9d;
    color: #FFF;
}

#news h2 {
    color: #FFF;
}

#news .info_list a {
    color: #FFF;
}

@media only screen and (max-width: 1280px) {

#top_img video {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height:100%;
}

}

@media only screen and (max-width: 1024px) {


}

@media all and (min-width: 768px) and (max-width: 1024px) {

.top_img_text {
	width:100%;
	padding:200px 20px 0;
	margin: 0 auto;
}

}

@media only screen and (max-width: 768px) {

.top_img_text {
	width:100%;
    padding:0;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	margin: 0 auto;
    text-align: center;
}

.top_copy {
	font-size: 8vw;
    text-align: center;
}

/* 私たちについて */

.about_row {
	flex-wrap: wrap;
}

.about_img {
	flex-basis: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.about_text {
	flex-basis: 100%;
    margin-bottom: 40px;
}

/* トップナビ */

#top_navi li a {
    font-size: 3vw;
}

#top_navi li:after {
    height: 40px;
    width: 40px;
}

/* サービス */

.sv_row {
	flex-wrap: wrap;
}

.sv_box {
	flex-basis: 100%;
	margin-bottom: 20px;
}

/* 採用 */

#recruit {
    background-position: top right;
    background-size: 60%;
	padding-top:200px;
}

.recruit_txt {
    padding: 0;
}
#recruit h3,
#recruit p {
    text-shadow:
    1px 1px 0 #d3e4f2,
    -1px 1px 0 #d3e4f2,
    -1px -1px 0 #d3e4f2,
    1px -1px 0 #d3e4f2;
}

/* お知らせ */



}

@media only screen and (max-width: 480px) {

/* トップナビ */

#top_navi li {
    flex-basis: 100%;
}

#top_navi li a {
    font-size: 5vw;
}
	
/* 採用 */

#recruit {
	padding-top:120px;
}

}