@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol, ul, dl {
	list-style: none;
	padding: 0;
}

.display-inlineblock {
	display: inline-block;
}
.oh {
	overflow: hidden;
}
.sp-block {
	display: block;
}
.sp-del {
	display: none;
}
img {
	-webkit-backface-visibility: hidden;
}

@media screen and (min-width: 960px) { /* pc */
	/* hover img alpha */
	a.alpha,
	a img.alpha {
		transition: all 0.2s ease 0s;
	}
	a.alpha:hover,
	a:hover img.alpha {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}
}

@media screen and (min-width: 768px) { /* tab pc */
	.sp-block {
		display: inline;
	}
	.pc-ib {
		display: inline-block;
	}
}

.container img {
	max-width: 100%;
	width: /***/ auto; /* IE8用 */
	height: auto;
	border: none;
	vertical-align: middle;
}
.container .indent {
	text-indent: 1em;
}
.container .indent05 {
	text-indent: 0.5em;
}
.container .indent-ico {
	text-indent: -1em;
	margin-left: 1em;
}

.container .indent *,
.container .indent05 *,
.container .indent-ico *{
	text-indent: 0;
}
.container a, .container a * {
	transition: all 0.2s ease 0s;
}
.container .pd4per {
	padding: 0 4%;
}
.container .bold {
	font-weight: bold;
}
.container .italic {
	font-style: italic;
}
.container .mb1em {
	margin-bottom: 1em;
}

.container h1, .container h2, .container h3, .container h4, .container p, dl, dt, dd {
	padding: 0;
	margin: 0;
}

.container {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	line-height: 1.6;
	
	position: relative;
	top: 0;
	left: 0;
}

.font-mincho{
	font-family: 'Noto Serif JP', serif;
}

.container {

}
.container .mw1000px {
	max-width: 1000px;
	margin: 0 auto;
}
.container .mw620px {
	max-width: 620px;
	margin: 0 auto;
}
.container .mw800px {
	max-width: 800px;
	margin: 0 auto;
}

.container .ta-c {
	text-align: center;
}

.container .ta-r {
	text-align: right;
}

.container .ta-l {
	text-align: left;
}

/* head */
.head-box {
	margin-bottom: 0;
	overflow: hidden;
}
.head-box .head-bg-box{
	margin: 0 4%;
}

.head-box .head-bg-box .inner-box{
	background-image:url("head_img01_sp.jpg?251215");
	padding-top: calc( (516 / 852) * 100%);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.head-box .head-bg-box .inner-box::before{
	content: " ";
	display: block;
	width: 15%;
	height: 100%;
	background-color: #339933;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 99.9%;
}

.head-box .head-bg-box .h-box{
	line-height: 1;
}

.head-box .head-bg-box .h-box .text01{
	position: absolute;
	z-index: 1;
	top: 6%;
	left: -7%;
	width: 60%;
}

.head-box .head-bg-box .h-box .text02{
	position: absolute;
	z-index: 1;
	top: 16%;
	right: 5%;
	width: 16%;
}

.head-box .head-bg-box .h-box h1{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 1%;
	width: 96%;
		bottom: -0.5%;
		left: 0%;
		width: 86%;
}
.head-box .head-bg-box .h-box h1 img{
		width: 100%;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.head-box .head-bg-box{
		margin: 0 4.8% 0 10%;
	}
	
	div.head-box .head-bg-box .inner-box{
		background-image:url("head_img01_pc.jpg?251215");
		padding-top: calc( (826 / 1364) * 100%);
		
		border-radius: 0 0 4vw 0;
	}

	div.head-box .head-bg-box .h-box .text01{
		top: 8%;
		left: -6.0%;
		width: 51.2%;
	}
	
	div.head-box .head-bg-box .h-box .text02{
		top: 20.5%;
		right: 7%;
		width: 13%;
	}
	
	div.head-box .head-bg-box .h-box h1{
	}
}

/* lead */
.lead-box {
	padding: 0 10% 0 4%;
	
	font-weight: bold;
	overflow: hidden;
}

.lead-box .inner-box{
	background-color: #339933;
	color: #fff;
	
	position: relative;
	z-index: 0;
	
	padding: 1em 1.5em 1em 0;
	
	border-radius: 0 0 4vw 0;
}

.lead-box .inner-box::before{
	content: " ";
	display: block;
	width: 15%;
	height: 101%;
	background-color: #339933;
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 99.9%;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.lead-box {
		padding: 0 14.7% 0 10%;
		/*
		font-size: 125.00%; /* 20px */
	}
	div.lead-box .inner-box{
		border-radius: 0 0 4vw 0;
	}
}

/* sec common */
.sec{

}

.p2 .sec1,
.container .sec + .sec {
	margin-top: 4em;
}
.container .sec-sub {
	margin-top: 2.5em;
}
.container .sec-sub2 {
	margin-top: 1.5em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.p1 .sec1,
	div.container .sec + .sec {
		margin-top: 6em;
	}
  div.container .sec-sub {
		margin-top: 4em;
	}
	div.container .sec-sub2 {
		margin-top: 2em;
	}
}

/* sec title */
.container .sec .sec-ttl-box {
	line-height: 1.3;
	margin-bottom: 40px;
	padding-left: 1.3em;
	
	font-size:min(5vw,2em);

	position: relative;
	z-index: 1;
}

.container .sec .sec-ttl-box::before{
	content: " ";
	width: 0.8em;
	max-width: 20px;
	height: 50%;
	border-radius: 0.4em 0.4em 0 0;
	display: block;
	background-color: #339933;
	position: absolute;
	top: 0;
	left: 0;
}
.container .sec .sec-ttl-box::after{
	content: " ";
	width: 0.8em;
	max-width: 20px;
	height: 50%;
	border-radius: 0 0 0.4em 0.4em;
	display: block;
	background-color: #99cc33;
	position: absolute;
	top: 49.9%;
	left: 0;
}

.container .sec .sec-ttl-box h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3;
}
.container .sec h3,
.container .sec h4 {
	font-size: 1.25em;
	font-size:min(5vw,1.25em);
	font-weight: bold;
	line-height: 1.3;
	display: block;
	color: #FFF;
	background-color: #339933;
	text-align: center;
	padding: 0.5em 1em;
	border-radius: 2em;
	margin: 1em 0;
	letter-spacing: 0.2em;
}
.container .sec h4 {
	letter-spacing: 0.1em;
	margin-top: 0;
}
@media screen and (max-width: 414px) { /* small sp */
	.container .sec h3 {
		letter-spacing: 0.1em;
	}
	.container .sec h4 {
		margin-top: 0.5em;
	}
}
.container .sec strong {
	display: block;
	text-align: center;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sec .sec-ttl-box {
		margin-bottom: 40px;
		font-size: 1.8em;
	}
	
	div.container .sec .sec-ttl-box h2 {
	}
}

/* sec img */
.sec-img-box{
  text-align: center;
}

.sec-img-box .img-title{
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 125.00%; /* 20px */
  font-weight: bold;
}

.img-note-box{
  margin: 1em auto 0;
	font-size: 0.75em;
	text-align: left;
}

.note-box{
	margin-top: 0.5em;
	font-size: 0.75em;
}

.note{
	font-size: 0.75em;
}

.container .sec-txt-box p + p{
  margin-top: 1.5em;
}

/* side img box */
.container .side-img-box{
	width: 48%;
	max-width: 340px;
	margin-bottom: 2em;
}

.container .side-img-box .img-box{
}
/*/*
.container .side-img-box .prof-box{
	background-color: #B6DDE5;
}

.container .side-img-box .prof-txt-box{
	width: 100%;
	/*
	max-width: 17em;
	display: inline-block;
	*//*
	padding: 1em;
	line-height: 1.4;
	text-align: left;
}

.container .side-img-box .prof-txt-box .title{
	font-size: 87.50%; /* 14px *//*
}

.container .side-img-box .prof-txt-box .name{
	font-size: calc((24/16) * 1em);
	font-weight: bold;
}

.container .side-img-box .prof-txt-box .name .shi{
	font-size: 70%;
	max-width: none;
}

.container .side-img-box .prof-txt-box .text{
	margin-top: 0.5em;
	font-size: 0.75em;
}

@media screen and (min-width: 768px) { /* tab pc *//*
	div.container .side-img-box .img-box{

	}
	div.container .side-img-box .prof-box{
	}
}

@media screen and (max-width: 414px) { /* small sp *//*
  div.container .side-img-box .prof-txt-box{
		max-width: none;
  }
}
*/

/* side img box left *//*
.container .img-box-l .side-img-box{
	float: left;
	margin-right: 4%;
	text-align: right;
}

@media screen and (min-width: 768px) { /* tab pc *//*
	div.container .img-box-l .side-img-box .prof-box{
	}
}

/* side img box right */
.container .img-box-l .side-img-box{
	float: left;
	margin-right: 4%;
	text-align: left;
}
.container .img-box-r .side-img-box{
	float: right;
	margin-left: 4%;
	text-align: left;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-r .side-img-box .prof-box{
	}
	div.container .img-box-r .side-img-box .prof-txt-box{
	}
}

/* side img box common */
.container .img-box-l + .img-box-r{
	margin-top: 1.5em;
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .img-box-l .side-img-box,
	div.container .img-box-r .side-img-box{
		float: none;
		text-align: center;
		width: auto;
		margin: 0 8% 1.5em;
		max-width: none;
	}
}


.p1 .sec-img-box-1 {
	display: flex;
}
.p1 .sec-img-box-1 figure {
	position: relative;
}
.p1 .sec-img-box-1 figure figcaption {
	color: #FFF;
	font-weight: bold;
	font-size: min(2.2vw,1em);
	position: absolute;
	top: 0.2em;
	right: 0.5em;
}
@media screen and (max-width: 414px) { /* small sp */
	.p1 .sec-img-box-1 {
		flex-direction: column;
		width: auto;
		margin-left: 8%;
		margin-right: 8%;
		padding: 0 4%;
	}
	.p1 .sec-img-box-1 figure {
		width: 100%;
	}
	.p1 .sec-img-box-1 figure figcaption {
		font-size: 1em;
	}
	.container.p1 .sec h3,
	.container.p1 .sec strong {
		width: auto;
		margin-left: 8%;
		margin-right: 8%;
	}
}

.p1 .sec-img-box-2 {
	display: flex;
	margin-bottom: 1.5em;
}
.p1 .sec-img-box-2 figure figcaption {
	font-weight: bold;
}
@media screen and (max-width: 414px) { /* small sp */
	.p1 .sec-img-box-2 {
		flex-direction: column;
		width: auto;
		margin-left: 8%;
		margin-right: 8%;
	}
	.p1 .sec-img-box-2 figure figcaption {
		text-align: center;
	}
	.p1 .sec-img-box-2 figure + figure {
		margin-top: 1em;
	}
}

.p1 .side-img-box-4 figure figcaption {
	font-weight: bold;
}
@media screen and (max-width: 414px) { /* small sp */
/*
	div.container.p1 .img-box-l .side-img-box-4,
	div.container.p1 .img-box-r .side-img-box-4 {
		width: 100%;
		margin: 1em auto 2.5em;
	}
*/
}
.p1 .side-img-box-5 figure figcaption {
	font-weight: bold;
}
@media screen and (max-width: 414px) { /* small sp */
	div.container.p1 .img-box-l .side-img-box-5,
	div.container.p1 .img-box-r .side-img-box-5 {
		margin-bottom: 2.5em;
	}
}


/* common */
.container .name01{
	color: #339933;
	font-weight: bold;
}

.container .q{
	font-weight: bold;
}

.container .q:before{
	content: "\02014\02014";
}

.container .pd1per {
	padding: 0 1%;
}

/* postscript */
.container .postscript-box{
	background-color: #339933;
	color: #fff;
	padding: 1.5em;
	border-radius: 2em;
}
.container .postscript-box .inner-box{
	max-width: 500px;
	margin: 0 auto;
}
.container .postscript-box .title-box{
	background-color: #fff;
	color: #000;
	border-radius: 1.5em;
	
	text-align: center;
	font-size: max(2.3vw,28px);
}

.container .postscript-box .title-box .small{
	font-size: 70%;
}

.container .postscript-box .title-box .green{
	color: #339933;
	font-weight: bold;
}

.container .postscript-box .text-box{
	margin-top: 1em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .p1-graph-box .img-flex-box {
	
	}

}

/* pc oh */
@media screen and (min-width: 768px) { /* tab pc */
	.container .pc-oh{
		overflow: hidden;
	}
}

/* thanks */
.thanks-box{
  text-align: center;
	
	padding-bottom: 16px;
	border-bottom: 20px solid #339933;
}

.thanks-box a{
  color: #000;
  text-decoration: none;
}

.thanks-box .logo-box{
	max-width: 320px;
	margin: 0 auto 40px;
	font-size: 2em;
	font-weight: bold;
}

.thanks-box .data-box{
  text-align: center;
}

.thanks-box .data-box .name{
	font-size:min(5vw,30px);
  font-weight: bold;
}

.thanks-box .data-box .longurl{
  font-size:min(3vw,20px);
  font-weight: bold;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.thanks-box a:hover{
    text-decoration: underline;
  }

  div.thanks-box .inner-box .text-box .title-box{
    font-size: 137.50%; /* 22px */
  }
}

.longurl {
	word-break: break-all;
}

/* next page */
.next-page-box{
	overflow: hidden;
	font-size:min(5vw,28px);
	padding: 0 1em;

	text-align: center;
}

.next-page-box a{
	color: #000;
	text-decoration: none;
	line-height: 1.3;
	font-weight: bold;
}

.next-page-box a .icon{
	display: inline-block;
	padding-bottom: 24px;
}

.next-page-box span{
	font-size: 1em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.next-page-box{

	}

}

@media screen and (min-width: 960px) { /* pc */	
	div.next-page-box{
	}
	div.next-page-box a:hover,
	div.next-page-box a:hover span{
		text-decoration: underline;
	}	
}

/* pager */
.pager-box {
	padding: 0 2%;
	text-align: center;
	color: #000;
	font-size: 175.00%; /* 28px */
	font-weight: bold;
	
	background-color: #B6DDE5;
}
.pager-box ul {
	margin: 0;
	padding: 0;
}
.pager-box ul li {
	list-style: none;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	margin: 0;
}
.pager-box ul li a {
	text-decoration: none;
	color: #00758E;
	display: block;
	width: 1.6em;
	height: 1.6em;
}
.pager-box ul li.current {
	color: #00758E;
	text-decoration: underline;
}
div.pager-box ul li.txt {
	margin: 0 8px;
}
div.pager-box ul li.txt, div.pager-box ul li.txt a {
	width: auto;
	text-decoration: none;
	border-color: transparent;
}

@media screen and (min-width: 960px) { /* pc */
	div.pager-box ul li a:hover,
	div.pager-box ul li.current {
		color: #00758E;
		text-decoration: underline;
	}
}

/* clearfix */
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

/* ------------------------------ *
	SNSボタン
 * ------------------------------ */
div.snsWrap{ text-align: center;
    padding-top: 40px;
    padding-bottom: 5px; }
.social_buttons{ list-style-type: none; text-align: left; margin: 0; padding: 0; *zoom: 1; display: inline-block;}
.social_buttons:before, .social_buttons:after{ content: ""; display: table; clear: both; }
.social_buttons li{ float:left; margin-left: 0; margin-right: 10px; font-size:12px; }
.social_buttons li:last-child{ margin-right: 0; }
.social_buttons li .fb_iframe_widget > span{ vertical-align: baseline; }





/* ------------------------------ *
	タブ
 * ------------------------------ */

.head-box .head-bg-box .h-box .text04{
	height: 10%;
	width: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
		right: auto;
		left: 0;
}
.head-box .head-bg-box .h-box .text04 li{
	height: 100%;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
		right: auto;
		left: 0;
}
.head-box .head-bg-box .h-box .text04 li a,
.head-box .head-bg-box .h-box .text04 li a img{
	display: block;
	height: 100%;
	width: auto;
}
.head-box .head-bg-box .h-box .text04 li a{
	background-size: 100%;
	background-position: top right;
	background-repeat: no-repeat;
}
.head-box .head-bg-box .h-box .text04 li a img{
	opacity: 0;
}
.head-box .head-bg-box .h-box .text04 li a:hover img{
	opacity: 1;
}
.head-box .head-bg-box .h-box .text04 li.now a,
.head-box .head-bg-box .h-box .text04 li.unpublished a{
	pointer-events: none;
}
.head-box .head-bg-box .h-box .text04 li.now a img{
	opacity: 1;
}

.head-box .head-bg-box .h-box .text01{
	top: 22%;
}
@media screen and (min-width: 768px) { /* tab pc */
	div.head-box .head-bg-box .h-box .text01{
		top: 25%;
	}
}


/* series */
ul.series {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 4em;
}
ul.series li {
	width: 48%;
}
ul.series li.coming {
	background: #EEE;
	position: relative;
}
ul.series li.coming::after {
	content: "Coming Soon";
	width:100%;
	color: #FFF;
	font-size: 1.25em;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}
ul.series li.coming a {
	display:none;
}
@media screen and (min-width: 768px) { /* tab pc */
	ul.series {
		margin-top: 6.4em;
	}
}