@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------------------------------------------
font-family
--------------------------------------------------------------------------------------- */

@font-face{
    font-family: 'NotoSansJP';
    src:url(../font/NotoSansJP-Thin.otf);
    font-weight:100;
    font-style:normal;
}
@font-face{
    font-family: 'NotoSansJP';
    src:url(../font/NotoSansJP-Light.otf);
    font-weight:300;
    font-style:normal;
}
@font-face{
    font-family: 'NotoSansJP';
    src:url(../font/NotoSansJP-Regular.otf);
    font-weight:400;
    font-style:normal;
}
@font-face{
    font-family: 'NotoSansJP';
    src:url(../font/NotoSansJP-Bold.otf);
    font-weight:700;
    font-style:normal;
}

/* --------------------------------------------------------------------------------------
 TOP_上部
--------------------------------------------------------------------------------------- */
.top_contents_top_box{
	width: 100%;
	min-height:190px;
	background-color: #0C6BB0;
	margin-top: 240px;
	color: #fff;
}

.top_contents_top_box .wrapper{
	width: 900px;
	margin: auto;
	padding-top: 40px;
}
.top_contents_top_box01 .wrapper{
	width: 820px;
	margin: auto;
	padding-top: 0;
}

.top_contents_top_box h2{
	font-family: "NotoSansJP";
	font-size: 42px;
	font-weight: 700;
}

/* ナビゲーション */
.top_contents_top_box ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top_contents_top_box li{
	font-size: 20px;
	color: #fff;
	font-family: "NotoSansJP";
	font-weight: 700;
	padding: 8px 0 8px 10px;
	margin-top: 36px;
}
.top_contents_top_box li.btn{
	width: 140px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	padding: 8px 0px;
}
.top_contents_top_box li:nth-child(2n){ border-right: none; }

.top_contents_top_box li a{
	display: block;
	color: #fff;
	transition: .5s;
}
.top_contents_top_box li a:hover{
	opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}


/* --------------------------------------------------------------------------------------
 アコーディオン
--------------------------------------------------------------------------------------- */
#section01{
	display: block;
	width: 100%;
	border-top: 40px solid #E9E8E8;
	margin-top: 40px;
}


/*アコーディオン全体*/
.accbox {
  width: 810px;
	margin: 36px auto 0 auto;
}


.accbox a{color: #33A1D2;}
.accbox a:hover{ text-decoration: underline;}

.accbox input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.accbox label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  line-height: 1;
  position: relative;
  margin: 0;
  background-color: #E6E6E5;
	
	font-size: 20px;
	font-weight: 700;
	padding: 14px 0 14px 28px;
	transition: all 0.5s;
}


.accbox label:before {
	content:'';
	position: absolute;
}
.accbox label:before {
	top: 18px;
	left: 10px;
	width: 12px;
	height: 12px;
	background: #E6211A;
}



.accbox .accshow {
	height: 0;
	padding:0 30px;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;

  list-style: none;
  margin-bottom: 36px;
}


/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
 height: auto; /*開いたときに表示される高さ*/
	opacity: 1;
	padding: 30px;
	border: 1px solid #231815;
	font-size: 16px;
	line-height: 36px;
}


.accbox .accshow .youtube {
  position: relative;
  width: 480px;
  padding-top: 270px;
	margin: 30px auto 0 auto;
}
.accbox .accshow .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.accbox .accshow .youtube_txt{
	width: 480px;
	margin: auto;
	text-align: right;
}

.accbox .accshow figure{
	display: block;
	margin: 30px auto 0 auto;
	text-align: center;
}
.accbox .accshow h4{ margin-top: 24px; }
.accbox .accshow ul{ margin-top: 30px; }

.accbox .accshow ul.q13{  list-style-type: none;}
.accbox .accshow ul.q13 li{
	position: relative;
	
	padding-left: 40px;
text-indent:-28px;
			
  }
 
.accbox .accshow ul.q13 li:before {
    content: "";
    position: absolute;
    top: 1em;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #231815;
  }


/* 閉じた状態の矢印描画 */
.accbox label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #231815 2px solid;
  border-right: #231815 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

/* 開いた状態の矢印描画 */
.accbox input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #231815 2px solid;
  border-right: #231815 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

/* --------------------------------------------------------------------------------------
 Q6
--------------------------------------------------------------------------------------- */
.Q6_top_box{
	width: 960px;
	min-height:313px;
	margin: 240px auto 0 auto;
	color: #fff;
	background: url("../../use/img/q6_img01.jpg") no-repeat top center;
	position: relative;
}
.Q6_top_box h2{
	font-size: 34px;
	font-weight: 700;
	width: 480px;
	position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#q6_box{
	width: 860px;
	margin: 40px auto 100px auto;
}
#q6_box a{color: #33A1D2;}
#q6_box a:hover{ text-decoration: underline;}

#q6_box .txt01{ font-size: 22px; line-height: 40px; font-weight: 700; }

#q6_box figure.img02{ margin-top: 60px;}
#q6_box figcaption.img02_txt{ font-size: 20px; text-align: center; margin-top: 20px;}

#q6_box .txt02{ line-height: 32px; margin-top: 60px; }

#q6_box .f_box01{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#q6_box div.img03_box{
	width: 400px;
	margin-top: 60px;
}
#q6_box figcaption.img03_txt{ margin-top: 20px;}

#q6_box .txt03{
	width: 450px;
	line-height: 32px;
	margin-top: 60px;
}

#q6_box .youtube {
  position: relative;
  width: 480px;
  padding-top: 270px;
	margin: 60px auto 0 auto;
}
#q6_box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#q6_box .youtube_txt{
	width: 480px;
	margin:10px auto;
	text-align: right;
}

#q6_box ul.list01{  list-style-type: none; padding-left: 10px;}
#q6_box ul.list01 li{
	position: relative;
	line-height: 28px;
	margin-top: 60px; 
}
 
#q6_box ul.list01 li:before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #B8292D;
  }
#q6_box ul.list01 li span{ padding-left:14px; color: #B8292D; display: block;}

/* --------------------------------------------------------------------------------------
 Q8
--------------------------------------------------------------------------------------- */
.Q8_top_box{
	width: 960px;
	min-height:313px;
	margin: 240px auto 0 auto;
	background: url("../../use/img/q8_img02.jpg") no-repeat top center;
	position: relative;
}
.Q8_top_box h2{
	font-size: 34px;
	font-weight: 700;
	width: 480px;
	line-height: 50px;
	position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#q8_box{
	width: 860px;
	margin: 40px auto 100px auto;
}
#q8_box a{color: #33A1D2;}
#q8_box a:hover{ text-decoration: underline;}

#q8_box .txt01{ font-size: 22px; line-height: 40px; font-weight: 700; }

#q8_box .f_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#q8_box ul.list01{ margin: 50px auto; list-style-type: none;}
#q8_box ul.list01 li{ width: 50%;}
#q8_box ul.list01 li figcaption{ margin-top: 30px; text-align: center;}

#q8_box .txt02{
	line-height: 32px;
	margin-top: 60px;
}

#q8_box ul.list02{ margin: 50px auto; list-style-type: none;}
#q8_box ul.list02 li{ line-height: 24px; padding-bottom: 85px;}
#q8_box ul.list02 li.box01{
	width: 60%;
	background: url("../../use/img/q8_img05.png") no-repeat left bottom;
}
#q8_box ul.list02 li.box02{
	width: 40%;
	background: url("../../use/img/q8_img06.png") no-repeat left bottom;
}

#q8_box .txt03{
	line-height: 32px;
	margin-top: 60px;
	text-indent: -1em;
 padding-left: 1em;
}

#q8_box .youtube {
  position: relative;
  width: 480px;
  padding-top: 270px;
	margin: 60px auto 0 auto;
}
#q8_box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#q8_box .youtube_txt{
	width: 480px;
	margin:10px auto;
	text-align: right;
}

/* --------------------------------------------------------------------------------------
 Q14
--------------------------------------------------------------------------------------- */
.q14_top_box{
	width: 960px;
	min-height:313px;
	margin: 240px auto 0 auto;
	background: url("../../use/img/q14_img01.jpg") no-repeat top center;
	position: relative;
}
.q14_top_box h2{
	font-size: 34px;
	font-weight: 700;
	width: 480px;
	line-height: 50px;
	position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#q14_box{
	width: 860px;
	margin: 40px auto 100px auto;
}
#q14_box a{color: #33A1D2;}
#q14_box a:hover{ text-decoration: underline;}

#q14_box .txt01{ font-size: 22px; line-height: 40px; font-weight: 700; }

#q14_box figure.img01{
	margin: 40px auto 0 auto;
	text-align: center;
}

#q14_box .txt02{
	line-height: 32px;
	margin-top: 60px;
}

#q14_box h4{
	color: #2EAC6F;
	font-size: 22px;
	text-align: center;
	margin-top: 60px;
}

#q14_box .youtube {
  position: relative;
  width: 480px;
  padding-top: 270px;
	margin: 60px auto 0 auto;
}
#q14_box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#q14_box .youtube_txt{
	width: 480px;
	margin:10px auto;
	text-align: right;
}


/* --------------------------------------------------------------------------------------
 movie読み込み
--------------------------------------------------------------------------------------- */
/* wrap */

.hero {
  position: relative;
}

/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}




