@charset "UTF-8";



#rwd-content .rwd-header-inner {
align-items: center;
}

#rwd-content .rwd-header-inner a.hd_lang_link {
position: relative;
display: block;
padding:0 0 0 15px;
}
#rwd-content .rwd-header-inner a.hd_lang_link::after {
position: absolute;
content: "";
margin: auto;
display: block;
left: 1px;
top: 3px;
width: 7px;
height: 11px;
background-size: 7px 11px;
background-repeat: no-repeat;
background-position: center;
background-image: url(/shared/img/rwd_icon_arrow_right01.svg);
}



/* #rwd-content .rwd-main-header:after {
display: none;
}

#rwd-content #rwd-main-content {
padding-top: 77px;
} */

.container {
position: relative;
overflow: hidden;
}



.container .bg_box {
position: absolute;
top:0;
height: 102vh;
}

.container .bg_box #bg_video{
position: fixed;
z-index: -1;/*最背面に設定*/
top: -5px;
right:-5px;
left:-5px;
bottom:-5px;
overflow: hidden;
}

.container .bg_box #video {
/*天地中央配置*/
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/*縦横幅指定*/
width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
min-height: calc(100% + 10px);
min-width: calc(100% + 10px);
}



.container .ct_inbox {
position: relative;
z-index: 5;
}

#rwd-content img.w100 {
display: block;
width: 100%;
height: auto;
}



#rwd-content h2.lead_copy_txt {
text-align: center;
font-family: 'Noto Serif JP', serif;
font-weight: 900;
font-size: 4rem;
line-height: 1.2;
}




#rwd-content .ttl_box_blue {
background: #154290;
color:#fff;
padding: 30px 0 10px;
}

#rwd-content .ttl_box_blue {
background: #154290;
color:#fff;
padding: 30px 0 10px;
}

#rwd-content .ttl_box_blue h3 {
line-height: 1.4;
}




#rwd-content .rwd-button,
#rwd-content .rwd-button-default {
background-color: #154290;
}

#rwd-content .rwd-button-default:hover,
#rwd-content .rwd-button:hover {
background-color: #2c5eb5;
}



#rwd-content .rwd-button-default.icon.icon-newwin::after {
background-image: url(/shared/img/rwd_icon_newwin_white.svg);
background-repeat: no-repeat;
background-size: 16px 15px;
width: 16px;
height: 15px;
top: 0;
bottom: 0;
right: 4.4%;
}