/* CSS Document */
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');*/

#main{
	overflow: hidden;
	}



#hero{
  padding: 90px 0;
  background: url("../images/main.jpg") no-repeat center top;
  background-size: cover;
	}

#about{
	background: rgba(232,56,47,0.1);
	margin: 40px auto;
	}
/*
	#aboutPoint {
		height: 300px;
    background-image: url(../images/sp_cloud.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
	   }*/
#aboutPoint {
	margin: 0;
    padding: 10px 0;
}
 #aboutPoint p.lead{
	 font-weight: 600;
	 line-height: 1.8;
margin: 20px auto 20px;
	 color: #333;
 }
 #aboutPoint p.lead span {
     font-size: 1.25em;
		 color:#f00;
 }
 .marker-animation.active{
     background-position: -100% .5em;
 }
 .marker-animation {
     background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
     background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
     background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
     background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
     background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
     background-repeat: repeat-x;
     background-size: 200% .8em;
     background-position: 0 .5em;
     transition: all 2s ease;
     font-weight: bold;
 }
p.notice{
	font-size: 0.9em;
	line-height: 1.5;
	letter-spacing: 1px;
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 20px;
 }
	#about .subject{
		color: #e8382f;
		fill: #e8382f;
    font-size: 1.2em;
		padding:0;
		}
	#about .subTitle{
		text-align: center;
		}
	#about .sns{
		margin-top: -1em;
		justify-content: flex-start;
		}
		#tert #tert-ranking>div:not(.subject)+div {
				margin-top: 2em;
		}
 .subject.line{
	 /*margin-top: 20px;*/
	 padding: 10px ;
				}
 .subject.line:before{
					content: none;
					}
/*
.subject.line i{
					top: 1em;
					}
*/
 .subject.line > svg{
					position: absolute;
					top: -5px;
					left: calc(50% - 50vw);
					width: 100vw;
					height: 10px;
					}
#schedule{
	width: calc(100% - 2em);
	margin: 30px auto 70px;
	border: 2px solid #8CC0F2;
	padding: 10px 15px;
}
#schedule p{
	color: #ED5024;
    font-size: 1.15em;
    font-weight: 600;
    text-align: center;
}

#cpn1,#cpn2,#cpn3,#cpn4{
	margin:50px auto;
}

#cpn1 .title{
	background: #649600;
	height: 50px;
	position: relative;
}
#cpn1 .title img.title{
	width: 75%;
	height: auto;
	display: block;
	padding: 19px 0;
}

#cpn1 img.illust{
	width: 70px;
position: absolute;
top: 0;
right: 8px;
}
#cpn1 .textwrap p.text{
	font-weight: 600;
    line-height: 2;
    margin: 20px auto;
    color: #649600;
}
#cpn1 .linkwrap .item{
    margin: 10px auto;
    border: 2px solid #649600;
    width: 100%;
    padding: 5px 10px;
}
#cpn1 .linkwrap .item a{
	color: #649600;
	    text-decoration: none;
	    font-weight: 600;
	    position: relative;
}
.contents .linkwrap .item a:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    display: block;
}
#cpn1 .contents .linkwrap .item a:after {
    position: absolute;
    content: '';
    top: 14px;
    left: 240px;
    display: block;
    width: 12px;
    height: 30px;
    background-image: url(../images/tri_01.png);
    background-size: contain;
    background-repeat: no-repeat;
}
/*cpn1*/

/*cpn2*/
#cpn2 .title{
	background: #8CC0F2;
	    height: 80px;
	    position: relative;
}
#cpn2 .title img.title{
	width: 75%;
	    height: auto;
	    display: block;
	    padding: 24px 0 0;
}

#cpn2 img.illust{
	width: 70px;
	position: absolute;
	top: -10px;
	right: 28px;
}
#cpn2 .textwrap p.text{
	font-weight: 600;
	line-height: 1.5;
	margin: 20px auto;
	color: #333;
}
/*
#cpn2 .linkwrap .item{
    margin: 10px auto;
    border: 2px solid #0095A4;
    width: 100%;
    padding: 5px 10px;
}*/
#cpn2 .linkwrap .item a{
	color: #fff;
	    text-decoration: none;
	    font-weight: 600;
	    position: relative;
	    margin: 10px auto 20px;
	    border: 2px solid #8CC0F2;
	    width: 100%;
	    padding: 5px 10px;
	    display: block;
	    background: #8cc0f2;
}
#cpn2 .contents .linkwrap .item a:after {
	position: absolute;
	    content: '';
	    top: 9px;
	    right: 15px;
	    display: block;
	    width: 15px;
	    height: 30px;
	    background-image: url(../images/tri_white.png);
	    background-size: contain;
	    background-repeat: no-repeat;
}
#cpn2 .contents .textwrap p span{
	color: #f00;
font-size: 1.5em;
}
/*cpn2*/

/*cpn3*/
#cpn3 .title{
	background: #FF8088;
	height: 50px;
	position: relative;
}
#cpn3 .title img.title{
	width: 75%;
	    height: auto;
	    display: block;
	    padding: 18px 0;
}

#cpn3 img.illust{
	width: 70px;
position: absolute;
top: -15px;
right: 8px;
}
#cpn3 .textwrap p.text{
	font-weight: 600;
    line-height: 2;
    margin: 20px auto;
    color: #FF8088;
}
#cpn3 .linkwrap .item{
    margin: 10px auto;
    border: 2px solid #FF8088;
    width: 100%;
    padding: 5px 10px;
}
#cpn3 .linkwrap .item a{
	color: #FF8088;
	    text-decoration: none;
	    font-weight: 600;
	    position: relative;
}

#cpn3 .contents .linkwrap .item a:after {
    position: absolute;
    content: '';
    top: 14px;
    left: 240px;
    display: block;
    width: 12px;
    height: 30px;
    background-image: url(../images/tri_03.png);
    background-size: contain;
    background-repeat: no-repeat;
}
/*cpn3*/

.about-notshow-box {
	position: relative;
	margin: 0!important;
}

.about-notshow {
	position: absolute;
	display: block;
	top: -10px;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 3.5em 0.75em;
	text-align: center;
	vertical-align: middle!important;
}

.about-notshow p {
	color: #fff;
	line-height: 1.75!important;
	padding-top: 0rem;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}

#campaign h2{
	font-size: 1em;
font-weight: 900;
line-height: 1.4em;
    margin-top: 20px;
}


#campaign{
	padding-top: 0;
	}
  #campaign #campaign-map {
    position: relative;
  }
  #campaign #campaign-map li {
    position: absolute;
    list-style: none;
    width: 70px;
    height: 70px;
  }
  #campaign #campaign-map li:first-child {
    top: 10%;
    left: 45%;
  }
  #campaign #campaign-map li:nth-child(2) {
    top: 23%;
    left: 20%;
  }
  #campaign #campaign-map li:nth-child(3) {
    top: 45%;
    left: 30%;
  }
  #campaign #campaign-map li:nth-child(4) {
    top: 50%;
    left: 55%;
  }
  #campaign #campaign-map li:nth-child(5) {
    bottom: 5%;
    left: 20%;
  }
  #campaign #campaign-map li:hover {
    opacity: 0.8;
  }
  #campaign #campaign-nav {
    margin-bottom: 70px;
  }
  #campaign #campaign-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #campaign #campaign-nav li {
    width: 49%;
    margin-bottom: 10px;
    list-style: none;
  }
  #campaign #campaign-nav a {
    display: block;
    padding: 1.5em;
    color: #000;
    text-align: center;
    background-color: #fdcf00;
    text-decoration: none;
  }
  #campaign #campaign-nav a:hover {
    opacity: 0.8;
  }
  #campaign #campaign-list .list {
    margin-bottom: 60px;
  }
  #campaign #campaign-list .list h3 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 7px solid #fdcf00;
    font-size: 1.1em;
    font-weight: 900;
  }
  #campaign #campaign-list .list p {
    padding: 0 20px;
  }
  #campaign #campaign-list .list li {
    margin-bottom: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dbdbdb;
  }
  #campaign #campaign-list .list li:last-child {
    margin-bottom: 0;
  }

  #campaign #campaign-list .list figure p {
    width: 100%;
    margin: 0 auto 10px;
  }

  #campaign #campaign-list .list figure p:hover {
    opacity: 0.8;
  }

  #campaign #campaign-list .list figcaption {
    width: 1005;
    font-weight: 900;
    font-size: 1.2em;
  }

#campaign #campaign-list .list figcaption a {
  color: #000;
  text-decoration: none;
}


#contact{
	padding: 0;
	}
	#contact dl{
		margin-top: 0.5em;
		overflow: hidden;
		}
	#contact dt,
	#contact dd{
		float: left;
		}
	#contact dt{
		clear: both;
		}
		#contact dt:after{
			content: "：";
			}
	#contact .wrap{
		padding: 1em;
		background: #f2f2f2;
		font-style: normal;
		}

#fAddress{
	display: none;
	}


.buttonSet{
	display: flex;
	justify-content: center;
	}
	.buttonSet > *+*{
		margin-left: 1em;
		}
	.buttonSet ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: -0.5em;
		}
	.buttonSet li{
		display: flex;
		padding: 0.5em;
		list-style: none;
		}
		.buttonSet li > *{
			width: 100%;
			}

.list{}
	.list.notes{}
		.list.notes > li{
			padding-left: 1em;
			text-indent: -1em;
			}
	.list+*,
	*+.list{
		margin-top: 1em;
		}

@media (max-width:350px) {

#cpn2 .contents .linkwrap .item a:after {
  top: 6px;
  left: 240px;
}
#schedule p {
    font-size: 1em;
}
}


/*0304*/
/*cpn4*/

#cpn4 .title{
  background: #ABD37C;
height: 75px;
}
#cpn4 .titlewrap{
  position: relative;
}
#cpn4 .title img.title{
	width: 75%;
	    height: auto;
	    display: block;
	    padding: 24px 0 0;
}
#cpn4 .titlewrap img.illust{
	width: 70px;
	position: absolute;
	top: -20px;
	right: 10px;
}
#cpn4 .contents .linkwrap .item a:after{
	position: absolute;
	    content: '';
	    top: 9px;
	    right: 15px;
	    display: block;
	    width: 15px;
	    height: 30px;
	    background-image: url(../images/tri_white.png);
	    background-size: contain;
	    background-repeat: no-repeat;
}

#cpn4 .contents .linkwrap .item a {
			color: #fff;
	    text-decoration: none;
	    font-weight: 600;
	    position: relative;
	    margin: 10px auto 20px;
	    border: 2px solid #ABD37C;
	    width: 100%;
	    padding: 5px 10px;
	    display: block;
	    background: #ABD37C;
	}

#cpn4 .contents .linkwrap .item a:hover:after{
  background-image: url(../images/tri_02blue.png);
}
#cpn4 .contents .textwrap .text{
  color: #333;
}
#cpn4 .contents .textwrap .text span{
  color: #f00;
    font-size: 1.5em;
    letter-spacing: 1px;
}

#cpn4 span.pink{
  color: #f6adc6!important;
}
#cpn4 .greenborder{
  border: 3px solid #ABD37C;
}
#cpn4 .textwrap p.text{
	font-weight: 600;
	line-height: 1.5;
	margin: 20px auto;
	color: #333;
}
/*cpn4*/


/*cpn5*/

#cpn5 .title{
  background: #f6adc6;
height: 75px;
}
#cpn5 .titlewrap{
  position: relative;
}
#cpn5 .title img.title{
	width: 75%;
	    height: auto;
	    display: block;
	    padding: 15px 0 0;
}
#cpn5 .titlewrap img.illust{
	width: 80px;
	position: absolute;
	top: -20px;
	right: 10px;
}
#cpn5 .contents .linkwrap .item a:after{
	position: absolute;
	    content: '';
	    top: 9px;
	    right: 15px;
	    display: block;
	    width: 15px;
	    height: 30px;
	    background-image: url(../images/tri_white.png);
	    background-size: contain;
	    background-repeat: no-repeat;
}

#cpn5 .contents .linkwrap .item a {
			color: #fff;
	    text-decoration: none;
	    font-weight: 600;
	    position: relative;
	    margin: 10px auto 20px;
	    border: 2px solid #f6adc6;
	    width: 100%;
	    padding: 5px 10px;
	    display: block;
	    background: #f6adc6;
	}

#cpn5 .contents .linkwrap .item a:hover:after{
  background-image: url(../images/tri_02blue.png);
}
#cpn5 .contents .textwrap .text{
  color: #333;
}
#cpn5 .contents .textwrap .text span{
  color: #f00;
    font-size: 1.5em;
    letter-spacing: 1px;
}

#cpn5 #schedule span{
	display: block;
    font-size: 0.75em;
    margin-top: 20px;
}
#cpn5 .greenborder{
  border: 3px solid #f6adc6;
}
#cpn5 .textwrap p.text{
	font-weight: 600;
	line-height: 1.5;
	margin: 20px auto;
	color: #333;
}
/*cpn5*/
