@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;900&family=Noto+Serif+JP:wght@500;900&display=swap');


/* ----------------------------------
      Clear CSS
---------------------------------- */
main {
	color:#000;
    font-family: 'Noto Sans JP', sans-serif, "メイリオ", Meiryo, sans-serif;
}
main p {
	color:#000;
	line-height:1.3em;
}
h2 {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight:900;
}
h3, h4, .sec-mf-ttl{
    font-family: "メイリオ", Meiryo, sans-serif;
}
/* ----------------------------------
      MF-BDVR-001
---------------------------------- */
section {
	margin:0 auto;
	max-width:1920px;
	overflow:hidden;
}
.sectionInner{
	max-width:1100px;
	margin:0 auto;
	overflow:hidden;
}
.flex-inner{
	margin:0 8%;
}
h2 {
	font-size:70px;
	font-weight:900;
	line-height:1.5em;
	color:#0348af;
}
h3{
	font-size:70px;
	line-height:1.3em;
}
h4{
	font-size:60px;
	line-height:1.5em;
}
main.k-tir06 .k-tir06-txt{
	font-size:40px;
	text-align:left;
}
.mf-link-Btn{
	font-size:60px;
	font-weight:bold;
	text-align:center;
	line-height:300px;
}
.mf-link-Btn a:link,
.mf-link-Btn a:visited{
	padding:40px 170px;
	color:#fff;
	background:rgba(32, 171, 218, 0.6);
	transition:all 0.5s;
}
.mf-link-Btn a:hover{
	background:#000;
	text-decoration:none;
}

@media screen and (max-width:768px){
	.section-inner {
		width:98%;
		padding:0 1%;
	}
}
@media screen and (max-width:480px){
	h3{
		font-size:7vw;
	}
	h4{
		font-size:5vw;
	}
	h5{
		font-size:5vw;
	}
	.sec-mf-ttl{
		font-size:7vw;
	}
	.mf-link-Btn{
		font-size:6vw;
		line-height:150px;
	}
	.mf-link-Btn a:link,
	.mf-link-Btn a:visited{
		padding:10px 20%;
	}
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------
	   Top Movie
-------------------------------------*/
#topImage {
    width: 100%;
    max-width: 1920px;
    display: block;
}
.topImageInner {
    width: 100%;
    overflow: hidden;
}
.movie-001 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    margin: auto;
}
#movie-001 {
    width: 100%;
    opacity: 0;
    z-index: 1;
    animation-name: topMovie;
    animation-duration: 12.2s;
    animation-iteration-count: 1;
}
.movie-002 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    margin: auto;
}
#movie-002 {
    width: 100%;
    opacity: 0;
    z-index: 1;
    animation-name: topMovie2;
    animation-duration: 16s;
    animation-delay: 12.2s;
    animation-iteration-count: infinite;
}
@keyframes topMovie { 
    0% {opacity: 0;} 
    10% {opacity:1; }
    100% {opacity: 1; } 
}
@keyframes topMovie2 { 
    0% {opacity: 1;} 
    3% {opacity: 1;} 
    97% { opacity:1; }
    100% {opacity: 1; } 
}

.topImageBg {
    width:100%;
    position:relative;
    z-index:2;
}
.topImageOverlay {
    width:100%;
    text-align:center;
    position:absolute;
    bottom:-2%;
    left:0;
    right:0;
    margin:auto;
    z-index:5;
    opacity:0;
    animation-name:topImageOverLay;
    animation-duration:14s;
    animation-delay:12s;
    animation-fill-mode: forwards;
}
@keyframes topImageOverLay { 
    0% {opacity: 0;} 
    10% {opacity: 1;} 
    100% {opacity: 1; } 
}
@media screen and (max-width:768px){
	section#topImageMovie{
		width:100%;
		padding:0 ;
	}
}
@media screen and (max-width: 480px){
	.movie-001, .movie-002 {
		width: 150%;
		left: -25%;
		right: 25%;
	}
    p.topImageBg {
        width:150%;
    }
}
/* ----------------------------------
        Sec-topImageMovie 
---------------------------------- */
.sec-01 {
	width:100%;
	margin:0 auto;
	position:relative;
}
section#topImageMovie {
    width:100%;
    max-width:1920px;
    display:block;
}


/* ----------------------------------
        Section-01 
---------------------------------- */
.sec-01 {
	width:100%;
	margin:0 auto;
	position:relative;
    margin-top: 30px;
}
.sec-01 .colored{
    color:#2042b0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.sec-01 .colored span{
    color:#2042b0;
	font-size:28px;
	display:inline-block;
	padding-right:30px;
	line-height:1em;
	text-align:right;
}
.sec-01 .colored span.normal-type{
	width:240px;
}
.sec-01 h4 {
    font-size: 50px;
    color:#197e09;
}
.sec-01 .sec01-02{
	margin-bottom:-20px;
}
.sec-01 p {
	position:relative;
	z-index:1;
    font-size:22px;
	line-height:1.8em;
	font-weight:normal;
	text-shadow:2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
}
.sec-01 .sec01-03 {
    margin-top: 100px;
}
.sec-01 .textOverlay{
	margin-top:-80px;
	position:relative;
	z-index:0;
}
.sec-01 h2 {
   font-size:50px;
    color:#2042b0;
   font-weight:normal;
}
@media screen and (max-width:480px) {
	.sec-01 p.colored {
		margin-bottom:20px;
	}
	.sec-01 .colored span{
		font-size:16px;
		text-align:center;
	}
	.sec-01 p{
		font-size:13px;
	}
	.sec-01 h4 {
		font-size:32px;
	}
	.sec-01 .textOverlay{
		margin-top:-30px;
	}
	.sec-01 .sec01-03 {
		margin-top: 30px;
	}
	.sec-01 h2 {
		font-size: 30px;
	}
}
/* ----------------------------------
        Section-02
---------------------------------- */
.sec-02 h2 {
   font-size:55px;
    color:#2042b0;
   font-weight:normal;
    margin-top:70px;
    margin-bottom: 20px;
	font-family:Times New Roman;
}
.sec-02 .flex-inner {
    margin:0 14px;
    margin-bottom: 60px;
}
@media screen and (max-width:480px){
	.sec-02 h2 {
		font-size:30px;
		margin:30px auto;
	}
	.sec-02 .flex-inner {
		margin: 0 20px 30px;
	}
}
/* ----------------------------------
        Section-03
---------------------------------- */
.sec-03 .border {
    border:1px #ccc solid;
	font-size:35px;
	color:#333;
	padding:10px 20px;
	text-align:center;
	display:inline-block;
    margin-top:100px;
}
.sec-03 h2 {
   font-size:45px;
    margin-top:90px;
    color:#2042b0;
   font-weight:normal;
	text-align:left;
}
.sec-03 p {
	text-align:left;
    font-size:18px;
	line-height:1.8em;
}
.sec-03 .flex-20 {
    width: 12%;
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    text-align:center;
    margin-top:90px;
}
.sec-03 .flex-80 {
	width:86%;
	padding-left:20px;
	box-sizing:border-box;
}
.sec-03 .number {
	width:100%;
    font-size: 130px;
    max-height: 150px;
    color: #fff;
    line-height: 1em;
    padding-top: 10px;
    text-align: center;
    box-sizing: border-box;
    background-image:url(../image/fl1333/fl1333-numberBg.png);
}
.sec-03 h2 span{
	font-size:22px;
}
.sec-03 .flexCon .flex-50{
	padding:0 20px;
	box-sizing:border-box;
}
.sec-03 .flexCon .flex-50 .flex-20 {
    width: 18%;
    margin-bottom: 20px;
    margin-top:90px;
}
.sec-03 .flexCon .flex-50 .flex-80 {
	width:82%;
}
.sec-03 .number2 {
	width:100%;
    font-size: 86px;
    max-height: 100px;
    color: #fff;
    line-height: 1em;
    padding-top: 10px;
    text-align: center;
    box-sizing: border-box;
    background-image:url(../image/fl1333/fl1333-numberBg.png);
}
.sec-03 .number3 {
	width:100%;
    font-size: 62px;
    max-height: 100px;
    color: #fff;
    line-height: 1em;
    padding-top: 20px;
    text-align: center;
    box-sizing: border-box;
    background-image:url(../image/fl1333/fl1333-numberBg.png);
}
.sec-03 .flexCon .flex-50 .flex-80 h2{
	font-size:36px;
}

@media screen and (max-width:480px){
	.sec-03 .border {
		font-size: 16px;
		margin:20px auto;
	}
	.sec-03 .flex-20{
		width:20%;
		margin-top:20px;
	}
	.sec-03 .number {
		font-size: 50px;
		max-height:60px;
	}
	.sec-03 .number2 {
		font-size: 50px;
		max-height:60px;
	}
	.sec-03 .flex-80{
		width:80%;
		margin-top:20px;
	}
	.sec-03 h2 {
		font-size: 24px;
		margin-top: 0px;
		line-height:1em;
		margin-bottom:10px;
	}
	.sec-03 .flexCon .flex-50 {
		padding:0;
	}
	.sec-03 .flexCon .flex-50 .flex-20 {
    width: 20%;
    margin-bottom: 20px;
	margin-top:20px;
}
	.sec-03 .flexCon .flex-50 .flex-80 {
		width:80%;
	}
	.sec-03 .flexCon .flex-50 .flex-80 h2{
		font-size:24px;
	}
	.sec-03 p {
		font-size: 13px;
	}
	.sec-03 h2 span{
		font-size:14px;
	}
}
/* ----------------------------------
        Section-04
---------------------------------- */
.sec-04 {
	width:100%;
	padding:80px 0 40px;
	position:relative;
}
.sec-04 h3 {
    text-align: left;
    color:black;
    margin:20px 0 10px;
	font-size:36px;
}
.sec-04 table {
    height:600px;
    width:1100px;
    text-align: center;
	font-size:30px;
}
th {
    background-color:#d9d9d9;
    font-weight:bold;
}
td {
    text-align:left;
	padding-left:20px;
}
@media screen and (max-width:1100px){
	.sec-04 table {
		height:600px;
		width:100%;
	}
}
@media screen and (max-width:480px){
	.sec-04 {
		padding: 20px 0 40px;
	}
	.sec-04 table {
		height:auto;
		font-size:14px;
	}
	.sec-04 h3 {
		margin: 10px 0 10px;
		font-size: 20px;
	}
}
/* ----------------------------------
        Section-05
---------------------------------- */
.sec-05{
	padding:150px auto 100px;
}
.sec-05 .border{
    border:1px #333 solid;
	font-size:36px;
    margin-bottom: 30px;
	font-weight:normal;
	color:#333;
	display:inline-block;
	padding:15px 50px 10px;
}
.sec-05 p {
    font-size:20px;
    color:#333;
}
.sec-05 h2 {
    font-size: 20px;
    color:#2042b0;
	
}
.sec-05 .youtube {
    position: relative;
    width: 100%;
    padding-top: 56%;
    margin: 50px auto 20px;
}
@media screen and (max-width:480px){
	.sec-05 .border {
		font-size: 18px;
	}
	.sec-05 p {
		font-size: 16px;
	}
}

/* ----------------------------------
        Footer clear
---------------------------------- */
#footer h1, h2, h3, h4, h5, h6, div, p {
    font-family: 'メイリオ','Meiryo',Arial,'YuGothic','Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Courier,sans-serif;
}
#footer div, 
#footer p {
    font-family: 'メイリオ','Meiryo',Arial,'YuGothic','Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Courier,sans-serif;
	font-weight:normal;
}
#footer dl#footerOutline h4 {
	font-size:14px;
}
#siteBottom #siteBottomInner.innerBox {
	font-weight:normal;
}


















