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

#focus h2.wp-block-heading {
    font-size: 2.6rem;
    margin: 0 0 1em 0;
    padding: 0 0 1rem 0;
    position: relative;
    color: #333;
}
#focus h2.wp-block-heading::after {
    content: "";
    width: 20rem;
    height: 1px;
    margin: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: var(--kblue);
}
#focus h3 {
    font-size: 2rem;
    margin: 0 0 0.7em 0;
    position: relative;
    color: #333;
}
#focus p {
    margin-bottom: 1em;
}
#focus .wp-block-button__link {
    position: relative;
    background-color: var(--kblue);
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    display: inline-block;
	border-radius: 0 !important;
}
#focus .wp-block-button__link::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0.8rem;
    height: 0.8rem;
    margin: 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    z-index: 1;
}
#focus a.wp-block-button__link {
	display: block;
	width: 100%;
	/* padding: 1.5rem 2.5rem; */
	padding: 1rem 4rem 1rem 2.5rem;
	text-decoration: none;
	color: #fff;
}
#focus .wp-block-button__link a:visited {
color: #fff !important;
}
#focus .wp-block-columns,
#focus figure {
    margin: 3rem 0 0 0;
}
#focus .wp-block-image img {
	width: 100% !important;
	height: auto !important;
}
#focus .wp-element-caption {
    display: block;
    font-size: 1.4rem;
    margin: 0.8rem 0 0 0;
}

.focus_video_area {
width: 100%;
margin:0 auto;
display:flex;
gap:30px;
}

.focus_video_area a .focus_video_ttl {
color:#000;
font-weight:bold;
font-size:14px;
margin-bottom:10px;
}
@media screen and (max-width: 767px) {
.focus_video_area {
display:block;
width: auto;
}
.focus_video_area a {
margin-top:15px;
}
}

/*==========modal==========*/
@media screen and (max-width: 767px) {
.modal img {
	width:inherit;
}
}
.modal {
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  display:none;
  z-index: 1002;
}
.overLay {
  position:absolute;
  position:fixed;
  top:0;
  left:0;
  background:rgba(0,0,0,0.7);
  width:100%;
  height:100%;
  z-index:1003;
}
.modal .inner {
	width: 80%;
	aspect-ratio: 16 / 9;
	margin: 0;
	position: fixed;
	z-index: 1004;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #ccc;
	padding: 10px;
	height: auto;
	overflow: unset;
}

@media screen and (max-width: 767px) {
	.modal .inner {
	width:90%;
	}
}

a:hover img.rover {
-moz-opacity:0.7;
opacity:0.7;
filter: alpha(opacity=70);
}
a.modalClose{
	width:30px;
	display: block;
	position: absolute;
	top:-40px;
	right: 0;
	z-index: 999;
	margin-left: auto;
}
a.modalClose img{
	width:100%;
	display: inline-block;
}
a:hover.modalClose img {
	background: none;
}

.modal .Video__wrap{
width:100%;
position: relative;
margin: 0 auto;
}
.modal .Video__box{
	margin: 0 !important;
	width: 100%;
		}
.modal .Video__box video{
	width:100%;
	height: auto;
  display: block;
  margin: auto;
		}