@charset "UTF-8";

/*--------------------------------------
　mv
---------------------------------------*/

.mv {
	background: url("../images/mv_bg.jpg") center center no-repeat;
	background-size: cover;
	width: 100%;
	padding: 160px 0 140px;
	box-sizing: border-box;
	position: relative;
}

.mv .inner {
	margin: auto;
	box-sizing: border-box;
}

.mv .mv_ttl {
	background: url("../images/mv_ttl.png") center center no-repeat;
	background-size: 100% auto;
	width: 630px;
	height: 320px;
	margin: auto;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.mv-u-text {
  padding: 30px 0;
  display: flex;
  align-items: center;
	background: url("../images/mv_bg02.jpg") center center no-repeat;
	background-size: cover;
}

  .mv-u-text .inner{
    width: 100%;
    text-align: center;
  }

    .mv-u-text .mv-text {
      font-weight: bold;
      font-size: 28px;
      line-height: 1.5em;
    }

    .mv-u-text .mv-text02 {
      color: #30683c;
      font-size: 54px;
    }


@media screen and (max-width: 768px) {
	.mv {
		background: none;
		width: 100%;
		min-width: 100%;
		padding: 0 0 0;
	}

	.mv .inner {
		max-width: 100%;
	}

	.mv .mv_ttl {
		background: url("../images/sp_mv.jpg") center 0 no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: 0;
		padding-top: calc(100%*680/750);
	}
  

  .mv-u-text {
    padding: 20px 15px;
  }

    .mv-u-text .mv-text {
      font-size: 16px;
      line-height: 2.0em;
    }

    .mv-u-text .mv-text02 {
      font-size: 8vw;
      line-height: 1.2em;
      margin-bottom: 10px;
    }
    .mv-u-text .mv-text03,.mv-u-text .mv-text04 {
		font-size:4vw;
      line-height: 1.6em;
    }
  
}




/*--------------------------------------
　about
---------------------------------------*/
.about {
	padding: 120px 0 100px 0;
}

@media screen and (max-width: 768px) {
	.about {
		padding: 40px 15px 30px 15px;
	}
}


/*--------------------------------------
　important
---------------------------------------*/
.important {
	background-image: url("../images/bg03.png"), url("../images/bg01.jpg");
	background-position: center 15%, center 0;
	background-size: 1271px auto, 8px auto;
	padding: 80px 40px 240px;
	box-sizing: border-box;
}

.important:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background: url("../images/com_bg01.png") center bottom repeat-x;
	background-size: 2000px auto;
	width: 100%;
	height: 150px;
	box-sizing: border-box;
}

.important .main_ttl .sub_eng {
	background: #ffef76;
	color: #17a161;
}

.important .main_ttl .sub_eng:after {
	border-top: 12px solid #ffef76;
}

.important .main_ttl .ttl {
	color: #fff;
}

.important .lead {
	color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
}


.important_block {
	background: #fff;
	margin: 45px 0 0;
	padding: 5%;
}

.important_block .block_head {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
	border-bottom: 6px dotted #c9c9c9;
}

  .important_block .block_head .card {
    width: 31%;
    margin: 0 0 60px 0;
  }

  .important_block .block_head .card .text-area {
    margin: 20px 0 0 0;
    line-height: 1.8em;
  }

  .important_block .block_head .card .card-ttl {
    font-size: 20px;
    font-weight: bold;
    color: #28ae70;
  }

  .important_block .block_head .card .text01 {
    margin: 8px 0 0 0;
    font-size: 15px;
  }

  .important_block .block_head .card .text02 {
    margin: 8px 0 0 0;
    font-size: 13px;
    color: #666;
    line-height: 1.4em;
  }


.important_list {
	margin: 60px 0 0 0;
}

.important_list dl {
	display: flex;
	flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1.8em;
}

.important_list dt {
	width: 16%;
	margin: 0 0 30px 0;
	box-sizing: border-box;
	color: #12a260;
	font-size: 16px;
	font-weight: bold;
}

  .important_list dt:last-of-type {
    padding: 4px 0 0 0;
    margin: 0;
  }

.important_list dd {
	width: 84%;
	margin: 0 0 30px 0;
	box-sizing: border-box;
	font-size: 16px;
}

  .important_list dd a{
    display: inline-block;
  }

  .important_list dd:last-of-type {
    margin: 0;
    line-height: 2.2em;
  }

.important_list .strong01 {
	font-size: 24px;
	font-weight: bold;
}

.important_list .contact .c_name {
	font-size: 18px;
	font-weight: bold;
}

.important_list .contact .c_name small{
  margin: 0 0 0 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 0.8em;
}
.important_list .contact .tel {
	font-size: 26px;
	font-weight: bold;
}
.important_list .contact .mail {
	font-size: 26px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.important {
		background-image: url("../images/bg01.jpg");
		background-position: center 0;
		background-repeat: repeat;
		background-size: 8px auto;
		padding: 40px 15px 100px;
	}
	.important:after {
		background: url("../images/sp_com_bg01.png") center bottom repeat-x;
		background-size: 100% auto;
		width: 100%;
		height: 142px;
	}

	.important .main_ttl .sub_eng:after {
		border-top: 10px solid #ffef76;
	}
	.important_block {
		margin: 20px 0 0;
		padding: 20px 20px;
	}

	.important_block .block_head {
		display: block;
		border-bottom: 3px dotted #c9c9c9;
	}

    .important_block .block_head .card {
      width: inherit;
      margin: 0 0 30px 0;
    }

    .important_block .block_head .card .text-area {
      margin: 15px 0 0 0;
      line-height: 1.6em;
    }

    .important_block .block_head .card .card-ttl {
      font-size: 18px;
    }

    .important_block .block_head .card .text01 {
      margin: 4px 0 0 0;
      font-size: 14px;
    }

    .important_block .block_head .card .text02 {
      margin: 4px 0 0 0;
      font-size: 12px;
      line-height: 1.4em;
    }
  
	.important_block .block_head .left {
		width: 100%;
	}

	.important_block .block_head .right {
		width: 100%;
		margin: 15px 0 0;
	}

	.important_block .block_head .btn a {
		background: #17a161 url("../images/arrow02.png") right 10px center no-repeat;
		background-size: 18px auto;
		max-width: 100%;
		margin: auto;
		padding: 15px 40px;
		font-size: 14px;
		border-radius: 5px;
	}

	.important_block .block_head .btn img {
		margin-right: 5px;
		width: 40%;
	}

	.important_block .block_head .link a {
		margin: 15px 0 0;
	}


	.important_list {
		margin: 30px 0 0 0;
	}

	.important_list dl {
		display: block;
	}

	.important_list dt {
		width: 100%;
		margin: 0;
		font-size: 14px;
	}
  
    .important_list dt:last-of-type {
      padding: 0;
    }

	.important_list dd {
		width: 100%;
    font-size: 14px;
		margin: 0 0 20px 0;
	}

  .important_list dd:last-of-type {
    line-height: 1.8em;
  }

  
  .important_list .strong01 {
    font-size: 16px;
  }

	.important_list .contact .c_name {
		font-size: 14px;
	}

  .important_list .contact .c_name small{
    margin: -6px 0 4px 0;
    display: block;
    font-size: 0.9em;
  }
  
  
	.important_list .contact .tel {
		font-size: 17px;
	}

	.important_list .contact .mail {
		font-size: 17px;
	}
  
}
/*--------------------------------------
　exhibit
---------------------------------------*/
.exhibit {
	padding: 40px 40px 100px;
}
.exhibit .sec_ttl {
	margin: 10px 0 0;
}
.exhibit .marker {
	padding: 0 20px;
}
.exhibit_block {
	margin: 45px 0 0;
}
.exhibit_block .box-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.exhibit_block .box-area::after{
	content:"";
	display: block;
	width: calc(33% - 20px);
}
.exhibit_block .box-area .box {
	width: calc(33% - 20px);
	margin: 0 0 40px;
	background-image: linear-gradient(-45deg, #fff 25%, #e8faf2 25%, #e8faf2 50%, #fff 50%, #fff 75%, #e8faf2 75%, #e8faf2);
	background-size: 8px 8px;
	padding: 2%;
	box-sizing: border-box;
	border: 4px solid #1cb46e;
	box-shadow: 6px 6px 0px 0px #1cb46e;
	position: relative;
}
.exhibit_block .box-area .cate_list {
	display: flex;
	margin: 0 0 12px;
}
.exhibit_block .box-area .cate_list li {
	padding: 7px 10px 5px;
	box-sizing: border-box;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
}
.exhibit_block .box-area .cate_list li + li {
	margin-left: 6px;
}
.exhibit_block .box-area .cate_list li.cate01 {
	background: #fa6593;
}
.exhibit_block .box-area .cate_list li.cate02 {
	background: #399bce;
}
.exhibit_block .box-area .cate_list li.cate03 {
	background: #f0901e;
}
.exhibit_block .box-area .cate_list li.cate04 {
	background: #83c931;
}
.exhibit_block .box-area .cate_list li.cate05 {
	background: #55b174;
}
.exhibit_block .box-area .cate_list li.cate06 {
	border-radius: 0;
	background: #e11;
}
.exhibit_block .box-area .ex_ttl {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 16px 0;
}
.exhibit_block .box-area .ex_ttl .small01{
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 0.6em;
	color: #d11;
	font-weight: bold;
}
.exhibit_block .box-area .img-area {
	margin: 0 auto 15px;
}
.exhibit_block .box-area .sns_list {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.exhibit_block .box-area .sns {
	display: block;
}
.exhibit_block .box-area .sns:not(:last-child) {
	margin-right: 10px;
}
.exhibit_block .box-area .sns-icon  {
	display: block;
	width:32px;
}
.exhibit_block .box-area .sns-icon img  {
	display: block;
	width:100%;
}
.exhibit_block  .sns-icon-x {
	width: 26px!important;
}
.exhibit_block .sns-icon-yt {
	width: 36px!important;
}
.exhibit_block .box-area .btn-area {
	width: 100%;
}
.exhibit_block .box-area .exhibit-btn {
    position: relative;
    border-radius: 5px;
    background: #1cb46e;
    box-sizing: border-box;
    padding: 12px 10px 10px 0 ;
}

.exhibit_block .box-area .exhibit-btn-inner {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}

.exhibit_block .box-area .exhibit-btn::before {
      position: absolute;
      margin: -8px 0 0 0;
      top: 50%;
      right: 12px;
      display: block;
      content: '';
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #fff;
    }

.exhibit_block .box-area .exhibit-btn::after {
	position: absolute;
	margin: -2px 0 0 0;
	top: 50%;
	right: 18px;
	display: block;
	content: '';
	width: 3px;
	height: 3px;
	border-right: 2px solid #1cb46e;
	border-top: 2px solid #1cb46e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); 
}
.exhibit_block .box-area .no-link {
	background: #cddad4;
	pointer-events: none;
}

.exhibit_block .box-area .no-link:after {
	border-right: 2px solid #cddad4;
	border-top: 2px solid #cddad4;
}
.exhibit_block .box-area02 .box {
	background-image: linear-gradient(-45deg, #fff 25%, #e8faf2 25%, #e8faf2 50%, #fff 50%, #fff 75%, #e8faf2 75%, #e8faf2);
	background-size: 8px 8px;
	box-sizing: border-box;
	border: 4px solid #7dac3b;
	box-shadow: 6px 6px 0px 0px #7dac3b;
}

.exhibit_block .box-area02 .btn-area {
	width: 100%;
}
.exhibit_block .box-area02 .exhibit-btn {
	background: #7dac3b;
}
.exhibit_block .box-area02 .exhibit-btn::after {
	border-right: 2px solid #7dac3b;
	border-top: 2px solid #7dac3b;
}
/* ボタンエリアを下付きに */
.exhibit_block .box-area .box-inner {
  display: flex;
  flex-direction: column; /* 上から下へ配置 */
  height: 100%; /* 親の高さを満たす */
}
.exhibit_block .box-area .nav-area {
  margin-top: auto; /* nav-area全体を下に押し下げる */
}

.exhibit_block .box-area .btn-area {
  margin-top: 10px; /* nav-areaの中でSNSアイコンとの間に余白 */
}
@media screen and (max-width: 768px) {
.exhibit {
	padding: 0 15px 50px 15px;
}

.exhibit .marker {
	padding: 0 10px;
}
.exhibit_block {
	margin: 30px 0 0;
}
.exhibit_block .box-area {
	display: block;
	margin-bottom: 20px;
}
.exhibit_block .box-area::after{
	display:none;
}
.exhibit_block .box-area .box {
	width: 100%;
	margin: 0 0 20px;
	padding: 20px;
	border: 2px solid #1cb46e;
	box-shadow: 4px 4px 0px 0px #1cb46e;
}
.exhibit_block .box-area .cate_list {
	margin: 0 0 10px;
}
.exhibit_block .box-area .cate_list li {
	padding: 6px 12px 5px;
	font-size: 12px;
}
.exhibit_block .box-area .cate_list li + li {
	margin-left: 6px;
}

.exhibit_block .box-area .ex_ttl {
	font-size: 20px;
	margin: 0 0 10px 0;
}
.exhibit_block .box-area .ex_ttl .small01{
	margin: 0 0 0 10px;
	font-size: 0.6em;
}
.exhibit_block .box-area .nav-area {
	display: block;
}
.exhibit_block .box-area .sns_list {
	width: 100%;
}
.exhibit_block .box-area .sns {
	display: block;
}
.exhibit_block .box-area .sns:not(:last-child) {
	margin-right: 16px;
}
.exhibit_block .box-area .sns-icon  {
	display: block;
	width:32px;
}
.exhibit_block .box-area .sns-icon img  {
	display: block;
	width:100%;
}
.exhibit_block  .sns-icon-x {
	width: 26px!important;
}
.exhibit_block .sns-icon-yt {
	width: 36px!important;
}
.exhibit_block .box-area .btn-area {
	width: 100%!important;
}
.exhibit_block .box-area02 .box {
	border: 2px solid #7dac3b;
	box-shadow: 4px 4px 0px 0px #7dac3b;
}
}


/*--------------------------------------
　participate
---------------------------------------*/


.participate {
	background-image: url("../images/bg03.png"), url("../images/bg01.jpg");
	background-position: center 15%, center 0;
	background-size: 1271px auto, 8px auto;
	padding: 80px 40px 240px;
	box-sizing: border-box;
}

.participate:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	background: url("../images/com_bg01.png") center bottom repeat-x;
	background-size: 2000px auto;
	width: 100%;
	height: 150px;
	box-sizing: border-box;
}
.participate .sp-only{
  display: none;
}

.participate .main_ttl .sub_eng {
	background: #ffef76;
	color: #17a161;
}
.participate .main_ttl .sub_eng:after {
	border-top: 12px solid #ffef76;
}

.participate .main_ttl .ttl {
	color: #fff;
}

.participate .sec-main {
  margin: 50px auto 0;
  background: #fff;
	padding: 70px 70px;
}

.participate .sec-main .map-area {
  margin: 0 0 30px 0;
}

  .participate .sec-main .map-area iframe {
    width: 100%;
    height: 600px;
  }

.participate .sec-main .text-area {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

  .participate .sec-main .list-area01 li {
    padding: 15px 0 0 0;
    font-weight: bold;
    font-size: 20px;
  }

  .participate .sec-main .list-area01 .small01 {
    display: inline-block;
    margin: 10px 0 0 0;
    font-weight: normal;
    font-size: 13px;
  }

  .participate .sec-main .list-area02 {
    margin: 20px 0 0 0;
    line-height: 1.6em;
    text-align: left;
  }

    .participate .sec-main .list-area02 li {
      padding: 10px 0 0 0;
      font-size: 16px;
    }

  .participate .sec-main .text01 {
    margin: 20px 0 0 0;
    font-size: 14px;
  }


.participate .text-area.btn {
	max-width: 600px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.participate .btn {
	max-width: 600px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.participate .btn a {
	display: flex;
  align-items: center;
  justify-content: center;
	background: #17a161 url("../images/arrow02.png") right 20px center no-repeat;
	background-size: 21px auto;
	width: 100%;
  height: 80px;
  padding: 4px 0 0 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 8px;
}

.participate .btn img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	width: 35px;
}
  .participate .sec-main .fx_box{
	  margin: 30px auto 0;
	  display: table;
	  text-align: left;
	  line-height: 1.6;
	   width: 48%;
  }
  .participate .sec-main .fx_box .ttl_01 {
	  font-size: 20px;
	  font-weight: bold;
	  color: #17a161;
	  text-align: left;
	  margin-bottom: 10px;
  }
  .participate .sec-main .fx_box dl {
  display: flex;
  flex-wrap: wrap;
  }
  .participate .sec-main .fx_box dt {
  width:13%;
}
  .participate .sec-main .fx_box dd {
  width: 80%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  
	.participate {
		background-image: url("../images/bg01.jpg");
		background-position: center 0;
		background-repeat: repeat;
		background-size: 8px auto;
		padding: 40px 15px 100px;
	}
  
	.participate:after {
		background: url("../images/sp_com_bg01.png") center bottom no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: 142px;
	}
  
  .participate .sp-only {
    display: inline-block;
    margin: 0 2px 0 0;
    color: #999;
  }

	.participate .sec-main {
		margin: 30px 0 0;
		padding: 20px 20px;
    width: inherit;
		box-sizing: border-box;
	}
  
  
  .participate .sec-main .map-area {
    margin: 0 0 20px 0;
  }

  .participate .sec-main .map-area iframe {
    width: 100%;
    height: 300px;
  }
  
  .participate .sec-main .text-area {
    text-align: center;
  }
  
    .participate .sec-main .list-area01 {
      line-height: 1.6em;
    }

    .participate .sec-main .list-area01 li {
      padding: 10px 0 0 0;
      font-size: 16px;
    }

    .participate .sec-main .list-area01 .small01 {
      margin: 0 0 0 0;
      font-size: 12px;
    }

    .participate .sec-main .list-area02 {
      margin: 5px 0 0 0;
      line-height: 1.5em;
      text-align: left;
    }

      .participate .sec-main .list-area02 li {
        padding: 10px 0 0 0;
        font-size: 14px;
      }

    .participate .sec-main .text01 {
      margin: 20px 0 0 0;
      font-size: 12px;
    }
  
.participate .btn {
	width: 90%;
	max-width: inherit;
  padding: 0 5px;
}

	.participate .btn a {
		background: #17a161 url("../images/arrow02.png") right 8px center no-repeat;
		background-size: 18px auto;
		width: 100%;
    height: 50px;
		padding:  2px 8px 0 0;
		font-size: 13px;
    line-height: 1.2em;
		border-radius: 5px;
	}

	.participate .btn img {
    position: relative;
    top: -2px;
		margin-right: 4px;
		width: 10%;
	}
  .participate .sec-main .fx_box{
	  margin: 20px auto 0;
	  display: block;
	  text-align: left;
	  line-height: 1.6;
	  width: 100%;
  }
  .participate .sec-main .fx_box > div{
	  width: 100%;
  }
  .participate .sec-main .fx_box .ttl_01 {
	  font-size: 16px;
	  text-align: left;
	  margin-bottom: 6px;
  }
  .participate .sec-main .fx_box dl {
  display: flex;
  flex-wrap: wrap;
  }
  .participate .sec-main .fx_box dt {
  width:20%;
}
  .participate .sec-main .fx_box dd {
  width: 78%;
  margin-bottom: 10px;
}
  
  
}









/*--------------------------------------
　page_top
---------------------------------------*/
.page_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	z-index: 1;
}

.page_top a {
	background: #27a53f;
  width: 100%;
  height: 100%;
  display: block;
	box-sizing: border-box;
	border: 3px solid #fff;
	border-radius: 10px;
  position: relative;
}
.page_top a:after {
	display: block;
	content: "";
	position: absolute;
	top: 43%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-left: -4px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	.page_top {
		right: 10px;
		bottom: 30px;
	}

	.page_top a {
		border: 2px solid #fff;
		border-radius: 5px;
	}
}



/*--------------------------------------
　fixed_btn
---------------------------------------*/
.fixed_btn {
  position: fixed;
	top: 80px;
	right: 0;
	width: 350px;
	box-sizing: border-box;
	z-index: 1;
	border-top: 4px solid #ee6600;
	border-bottom: 4px solid #ee6600;
	border-left: 4px solid #ee6600;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	border-radius: 14px 0 0 14px;
	overflow: hidden;
}




@media screen and (max-width: 768px) {
.fixed_btn {
  position: fixed;
	top: 60px;
	right: 0;
	width: 30%;
	box-sizing: border-box;
	z-index: 1;
	border-top: 2px solid #ee6600;
	border-bottom: 2px solid #ee6600;
	border-left: 2px solid #ee6600;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	border-radius: 8px 0 0 8px;
}

  
}


