.movie{
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}

.movie video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* CSS Document */

.top-image{
	width: 100%;
	position: relative;
	z-index: 6!important;
}

.top-image .Catch{
	position: absolute;
	left: 0;
	right: 0;
  top: 55%;
  transform: translateY(-50%);
	width: 50%;
	max-width: 500px;
	text-align: center;
	margin: auto;
}


@media print , screen and (min-width:1px) and (max-width: 960px) {
.top-image{
	margin: 70px 0 0;
}
.top-image .Catch{
	position: absolute;
	left: 0;
	right: 0;
  top: 50%;
  transform: translateY(-50%);
	width: 60%;
	max-width: 500px;
	text-align: center;
	margin: auto;
}
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

}
@media print , screen and (min-width:1px) and (max-width: 480px) {

	
}

.waku{
	background: #eff8fe;
	position: relative;
	padding: 40px;
	margin: 3% auto;
	z-index: 1;
}
.waku::before{
	content: "";
	border-left: 1px solid #bec1c5;
	border-right: 1px solid #bec1c5;
	position: absolute;
	top: 17px;
	bottom: 17px;
	left: 12px;
	right: 12px;
	z-index: -1;
}
.waku::after{
	content: "";
	border-top: 1px solid #bec1c5;
	border-bottom: 1px solid #bec1c5;
	position: absolute;
	top: 12px;
	bottom: 12px;
	left: 17px;
	right: 17px;
	z-index:-1;
}


.info{
	margin: 5% auto;
}
.info .waku{
	width: 48%;
	margin: 0 auto;
}
.info h3{
	text-align: left;
	margin-bottom: 10px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: clamp(25px, 3.5vw, 35px);
}
.info h3 .en{
	color: #002473;
	font-family: "EB Garamond", serif;
	font-style: italic;
	font-size: clamp(15px, 1.6vw, 22px);
	font-weight: 400;
	letter-spacing: 0.05em;
	display: inline-block;
	padding: 0 20px;
}
.info .arrow{
	position: absolute;
	right: 30px;
	top: 50px;
	width: 30px;
}
.info table th,
.info table td{
	font-size: clamp(14px, 1.5vw, 15px);
	padding: 10px 5px;
}
.info table td .kansei{
	text-align: right;
	margin: 0 0 0 auto;
}
.info table td a{
	color: #111;
	text-decoration: none;
}

@media print , screen and (min-width:1px) and (max-width: 768px) {

.info .waku{
	width: 100%;
	margin: 10px auto;
}
.info .arrow{
	position: absolute;
	right: 40px;
	top: 40px;
	width: 25px;
}
}
.company{
	background: #002473;
	padding: 5% 0 3%;
}
.company .photo{
	width: 55%;
}
.company .txt{
	width: 45%;
	padding: 30px;
	text-align: left;
}
.company .txt h3{
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: clamp(25px, 3.8vw, 38px);
}
.company .txt h3 .en{
	color: #fff;
	font-family: "EB Garamond", serif;
	font-style: italic;
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 400;
	letter-spacing: 0.05em;
	display: inline-block;
	padding: 0 20px;
}

.company .txt ul{
	border-top: 2px dotted #fff;
	margin: 20px auto;
	
}
.company .txt ul li a{
	padding: 10px 20px;
	display: block;
	color: #fff;
	border-bottom: 2px dotted #fff;
	text-decoration: none;
	background: url("../img/top/btn_company.svg") right 50% no-repeat;
	background-size: 20px;
}


@media print , screen and (min-width:1px) and (max-width: 768px) {
.company .photo{
	width: 100%;
}
.company .txt{
	width: 100%;
	padding: 20px;
	text-align: left;
}
}


.business{
	margin: 5% auto;
}
.business h3{
	text-align: left;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: clamp(25px, 3.8vw, 38px);
	margin-bottom: 10px;
}
.business h3 .en{
	color: #002473;
	font-family: "EB Garamond", serif;
	font-style: italic;
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 400;
	letter-spacing: 0.05em;
	display: inline-block;
	padding: 0 20px;
}
.business .bus01{
	width: 50%;
	padding: 20px;
}
.business .bus02{
	width: 50%;
	padding: 20px;
	margin-top: 5%;
}
.business a{
	text-decoration: none;
}
.business a p{
	text-align: right;
	margin: 0 0 0 auto;
	padding-right: 30px;
	background: url("../img/top/btn_business.svg") right 50% no-repeat;
	background-size: 20px;
	color: #333;
	text-decoration: none;
	/*font-family: "Noto Serif JP", serif;*/
	font-weight: 700;
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.business .bus01{
	width: 50%;
	padding: 10px;
}
.business .bus02{
	width: 50%;
	padding: 10px;
	margin-top: 5%;
}
}
@media print , screen and (min-width:1px) and (max-width: 480px) {
.business .bus01{
	width: 85%;
	padding: 10px;
}
.business .bus02{
	width: 85%;
	margin: 0 0 0 auto;
	padding: 10px;
}
}

.recruit{
	background: #002473;
	margin: 5% auto;
}
.recruit .txt{
	width: 45%;
	padding: 20px;
}
.recruit .photo{
	width: 55%;
}
.recruit h3{
	text-align: left;
	font-weight: 500;
	margin-bottom: 10px;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: clamp(25px, 3.8vw, 38px);
}
.recruit h3 .en{
	color: #fff;
	font-family: "EB Garamond", serif;
	font-style: italic;
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 400;
	letter-spacing: 0.05em;
	display: inline-block;
	padding: 0 20px;
}
.recruit p{
	color: #fff;
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.8em;
}
.recruit .btn{
	width: 50%;
	max-width: 150px;
	margin: 20px 0 0 auto;
}
@media print , screen and (min-width:1px) and (max-width: 768px) {

.recruit .txt{
	width: 100%;
	padding: 20px;
}
.recruit .photo{
	width: 96%;
	margin: auto;
	padding-bottom: 20px;
}
}

.contact-btn .waku{
	max-width: 650px;
	margin: 3% auto 8%;
}

.contact-btn h3{
	text-align: center;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: clamp(25px, 3.8vw, 38px);
}
.contact-btn h3 .en{
	color: #002473;
	font-family: "EB Garamond", serif;
	font-style: italic;
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 400;
	letter-spacing: 0.05em;
	display: inline-block;
	padding: 0 20px;
}

.contact-btn p{
	text-align: center;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #111;
	font-size: clamp(14px, 1.5vw, 15px);
}
.contact-btn .tel,
.contact-btn .mail{
	width: 50%;
	padding: 10px;
}
@media print , screen and (min-width:1px) and (max-width: 480px) {

.contact-btn .tel,
.contact-btn .mail{
	width: 90%;
	padding: 10px;
}
}