
.top-image {
	width: 100%;
    max-width: 100%;
	position: relative;
    margin: 80px auto 0;
}
.top-image .cover-item {
    width: 100%;
    position: relative;
    /*left: 0;
    bottom: -1px;*/
	margin-top: -18%;
    z-index: 2;
}
.top-image .photo {
	width: 100%;
	position: relative;
    overflow-x: hidden;
}
#video {
	width: 100%;
	height: auto;
    display: block;
	position: relative;
    outline: none;
    left: 50%;
    -webkit-transform: translate(-50%, 0); 
    transform: translate(-50%, 0);
}
.top-title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    
    -webkit-transform: translate(0, -50%); 
    transform: translate(0, -50%);
    z-index: 3;
}
.top-title h1 {
    width: 50%;
    max-width: 530px;
    margin: 0 auto;
}
.top-title h1 img{
	width: 100%;
	height: auto;
}
.top-title .playicon {
    width: 30%;
    max-width: 200px;
    cursor: pointer;
    margin: 0 auto;
}
.top-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


@media only screen and (min-width:1px) and (max-width: 960px) {
	
.top-image{
		margin: 70px auto auto;
		width: 100%;
	}
    .top-title {
        font-weight: 500;
    }

}

.content .title {
	padding: 6% 0 3%;
	text-align: center;
}
.content .title h2{
	color: #22304f;
}
.content .title .en{
	color: #22304f;
	font-family: "Encode Sans", sans-serif;
}
.content p{
	color: #22304f;
	text-align: center;
	margin-bottom: 3%;
}
.content .btn{
	background: #22304f;
	padding: 3% 10px;
	margin: 0 auto;
 }
.content .btn .photo{
	position: relative;
 }
.content .btn .photo::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
 }
.content .btn .photo:hover::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
 }
.content .btn ul{
	display: flex;
	max-width: 1200px;
	margin: auto;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.content .btn ul li{
	width: 33.3333%;
	position: relative;
}
.content .btn ul li .txt{
	position: absolute;
	left: 20px;
	bottom: 10px;
	z-index: 1;
}
.content .btn ul li a .txt{
	color: #fff;
	text-decoration: none;
}
.content .btn ul li .txt .en{
	font-family: "Encode Sans", sans-serif;
	font-size: clamp(13px, 1.7vw, 17px);
}
.content .btn ul li .txt h3{
	font-size: clamp(16px, 3.0vw, 32px);
}
.content .top_service{
	background: url("../img/top/service_back.svg") center top no-repeat;
	background-size: cover;
}
.content .top_outline{
	background: url("../img/top/outline_back.svg") center top no-repeat;
	background-size: cover;
}


@media only screen and (min-width:1px) and (max-width: 768px) {
	
.content .btn{
	background: #22304f;
	padding: 30px 20px;
	margin: 0 auto;
 }

.content .btn ul li{
	width: 90%;
	position: relative;
}
	
.content .btn ul li .txt{
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 1;
}
}


/* ローディング画面 */
.loading {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #22304f;
        z-index: 10000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        transition: opacity 0.3s ease;
    }
    .count_wrap {
        width: 100%;
        text-align: center;
        font-weight: 400;
        color: #ffffff
    }
    .progress_bar {
        width: 100%;
        height: 1px;
        margin-top: 10px;
        position: relative;
    }
    #progress_bar_count {
        height: 100%;
        left: 0;
        position: absolute;
        background-image: linear-gradient(-225deg, #efefef 0%, #fff 48%, #fff 100%);
        width: 0%; /* 初期値は0% */
    }
    .load_logo {
        position: fixed;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
		width: 20%;
		max-width: 120px;
    }
    .progress_text {
        display: none; /* 最初は非表示 */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 1.6rem;
    }