/*画面全体の設定*/
body,
html {
  height: 100%;
  margin: 0 auto;
}


.main{
width: 1000px;
margin: 0px auto;
}

h2{
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

p{
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a{
font-family: "Century Gothic", sans-serif;
}

/*固定する背景*/
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*各背景の画像
.block01 {
  background-image: url("../commonImage/hd_bg_01.jpg");
  background-position: bottom;
  }*/
/*.block02 {
  background-image: url('画像のURL');
}
.block03 {
  background-image: url('');
}
.block04 {
  background-image: url('../topImage/top_bg01.jpg');
}
.block05 {
  background-image: url("../image/top_bg02.png");
}*/
/*.block06 {
  background-image: url('画像のURL');
}
.block07 {
  background-image: url('画像のURL');
}*/

/*フェード*/
.list-mv02{
	opacity: 0;
    transition: 1.0s;
}
.mv02{
	opacity: 1.0;
}


.block01{
margin: 0;
padding: 0;
width: 100%;
height: 320px;
overflow: hidden;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;*/
box-sizing: border-box;
-ms-flex-wrap: wrap;
      flex-wrap: wrap;
 background: #01B2B4 url("../commonImage/hd_bg_01.jpg") bottom right no-repeat;
 background-size: auto 100%;
}

.block01 .top_header{
width: 100%;
margin: 0px auto;
padding: 0;
}
.block01 .logo{
height: auto;
width: 200px;
position: relative;
top: 0px;
left: 20px;
z-index: 10;
font-family: "Century Gothic", sans-serif;
float: left;
}
.block01 .logo a{
display: block;
height: 100%;
width: 100%;
color: #000;
text-decoration: none;
font-weight: bold;
letter-spacing: 10px;
font-family: "Century Gothic", sans-serif;
}



.block01 .main_catch{
height: 50px;
width: 100%;
text-align: left;
font-size: 34px;
font-weight: bold;
letter-spacing: 10px;
margin: 10px auto 0px auto;
}
.block01 .main_catch img{
height: 50px;
}

.block{
width: 98.4vw;
border-left: 0.5vw solid #B5D358;
margin: 0px auto;
padding: 0;
overflow: hidden;
}

.block02{
margin: 0;
padding: 30px 0px;
width: 100%;
height: auto;
background: #efefef;
overflow: hidden;
}

.block02 h2{
width: 1000px;
height: 90px;
margin: 80px auto 80px auto;
text-align: left;
}
.block02 h2 img{
height: 100%;
}

.block02 .img01{
position: relative;
left: 0;
top: 0px;
width: 50%;
height: 670px;
background: url("images/img01.png") center;
background-size: cover;
float: left;
}
.block02 .box{
width: 47%;
height: auto;
margin: 0px auto;
padding: 0px;
float: right;
position: relative;
right: 0;
top: 0px;
}

.block02 .box h3{
text-align: left;
font-size: 30px;
font-weight: bold;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
margin: 0px 0px 10px 0px;
color: #9CC715;
}

.block02 .box .caption01{
width: 90%;
margin: 0px auto 50px 0px;
padding: 0px 0px 0px 0px;
background: url("images/bg_img01.png") no-repeat 90% 0%;
background-size: 60%;
min-height: 400px;
}

.block02 .box .caption01 dt{
text-align: left;
font-size: 25px;
font-weight: bold;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
margin: 0px 0px 10px 0px;
padding: 0px;
color: #9CC715;
}
.block02 .box .caption01 dd{
font-size: 15px;
line-height: 300%;
margin: 0px 0px 50px 0px;
padding: 0px;
text-align: left;
}


.block03{
margin: 0;
padding: 0;
width: 100%;
background: url("images/bg02.png") no-repeat;
background-size: cover;
position: relative;
display: inline-block;
}
.block03:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #9FCA18;
}
.block03 .performance{
margin: 40px auto;
padding: 0;
}
.block03 .performance dt{
font-size: 20px;
text-align: left;
padding: 10px 15px;
background: #ffffff;
position: relative;
left:0;
width: 20%;
color: #9AC514;
font-weight: bold;
}
.block03 .performance dt:after {
	position: absolute;
	content: '';
	right: 0px;
	top: -3px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 40px transparent;
	border-top: solid 55px ;
	z-index: 2;
}

.block03 .performance dd{
margin: 0px auto;
width: 100%;
clear: both;
padding: 15px;
color: #393129;
border: 2px solid #fff000;
text-align: left;
font-size: 17px;
font-weight: bold;
background: #fff000;
}

.block04 .main{
margin: 50px auto;
overflow: hidden;
}
.block04 .main img{
width: 100%;
}
.block04 .main .chara{
display: none;
}
.block04 .main h3{
height: 120px;
margin: 50px auto 30px auto;
}
.block04 .main h3 img{
height: 120px;
width: auto;
}
.block04 .main .kome{
font-size: 12px;
}
.block04 .main .flow_pc{
margin: 50px auto 0px;
}
.block04 .main .flow{
margin: 10px auto 180px auto;
padding: 0;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.block04 .main .flow li{
font-size: 13px;
line-height: 160%;
text-align: left;
margin: 0px 10px;
padding: 0;
}
.block04 .main .flow li h4{
display: none;
}
.block04 p{
margin: 0px auto 50px auto;
font-size: 15px;
line-height: 200%;
}
