@charset "UTF-8";

/*    menu     */

main .menuWrapper{
	padding-top: 80px;
	background-color: #EFEFEF;
}

.menuContents {
	display: flex;
	justify-content: center;
}

main .menuWrapper ul li{
	display: inline-block;
	background-color: #0e283a;
	color: #FFF;
	text-align: center;
	margin: 16px;
}

main .menuWrapper ul li a{
	display: block;
	width: 100%;
	height: 100%;
}


main .menuWrapper .menuContents h3{
	font-size: 1.3em;
	padding: 10px 0;
}

/*    subMenu     */

main .subMenu{
	max-width: 1000px;
    width: 100%;
	margin: 0 auto;
}

main .subMenu ul::after {
	display: block;
	clear: both;
	content: "";
}


main .subMenu ul li {
	float: left;
	margin: 0 0 24px 24px;
	width: calc(33.3333% - 16px);
}

main .subMenu ul li:nth-child(3n+1) {
	margin-left: 0;
}

main .subMenu ul li a {
	position: relative;
	display: block;
	height: 7em;
	background-color: #0e283a;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	line-height: 1.6;
}

main .subMenu ul li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

main .subMenu>div>div a {
	position: relative;
	display: block;
	background-color: #004985;
	color: #FFF;
}

main .subMenu>div>div a span {
	display: block;
	padding-left: .25em;
	text-align: center;
	letter-spacing: .25em;
	font-size: 120%;
	line-height: 110px;
}

body main .subMenu ul li a::before {
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 2px solid #FFF;
	content: "";
	transition-delay: .2s;
	transition-timing-function: linear;
	transition-duration: .05s;
	transition-property: top, right, bottom, left, opacity, border;
}

body main .subMenu ul li a:hover::before {
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	border-width: 3px;
	border-color: #0e283a;
	opacity: 1;
}
body main .subMenu>div>div a:hover::before {
	border-color: #004985;
}



.menuContents a li{
	box-shadow: 0 3px 10px rgb(31 42 102 / 50%);
    color: #FFF;!
    transition: box-shadow .2s .2s;
}

.menuContents h3{
	position: relative;
}



.menuContents h3::before,
.menuContents h3::after {
	position: absolute;
	top: 50%;
	right: 70px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #E50012;
	border-right: 3px solid #E50012;
	content: "";
	transition: right .2s .2s, opacity .2s .2s;
	transform: translateY(-50%) rotate(45deg);
}

.menuContents h3::before {
	/* opacity: 0; */
}

@media screen and (max-width: 768px){
	main .menuWrapper{
		padding-top: 24px;
	}
	.menuContents h3::before,
	.menuContents h3::after {
	display: none;
	}
}

.menuContents a li:hover{
	box-shadow: 0 3px 15px rgba(31, 42, 102, 1);
}

.menuContents a:hover ::before {
	right: 60px;
	opacity: 1;
}

/*===============*/
/*   top-enryBnr*/
/*===============*/

.top-entry{
	margin: 0 auto;
	max-width: 35%;
	padding-top: 80px;
}

@media screen and (max-width: 768px){
	.top-entry{
		max-width: 80%;
	}
}


.top-entry h2 a.top02{
	background-color: #B62B00 !important;
}

.top-entry h2 a{
	font-weight: bold;
}

.top-entry h2 a.top02{
	background-color: #B62B00 !important;
}

.top-entry h2 a.top03{
	background-color: #fccf01 !important;
	color: #000;
}

.top-entry a.top04{
	background-color: #B62B00 !important;
}

.top-entry a.top05{
	background-color: #0e283a !important;
}

.entry-pt-care{
	padding-bottom: 64px;
}


/*===============*/
/*   pad        */
/*===============*/
.pad40{
	padding-bottom: 40px;
}

.pad80{
	padding-bottom: 80px;
}

/*===============*/
/*   top_movie        */
/*===============*/

.video{
	margin: 0 auto;
	max-width: 1500px;
}

.video_list ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.video img{
	width: inherit;
}

@media screen and (max-width:768px) {
	.video li{
		max-width: 50%;
	}
	.video img{
		width: 100%;
	}
}

.videoBox {
  position: relative;
  margin: 10px;
}

.videoBox:hover{
	opacity: 0.8;
}

.play_button{
	position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	opacity: 0.7;
}

@media screen and (max-width:768px) {
	.play_button{
		width: 30% !important;
	}
}

.videoBox p{
	text-align: center;
	padding: 5px 0;
	background-color: rgba(92,107,192,0.1) ;
}