@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;
	}
	.pc-oh{
		overflow: hidden;
	}
}

.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-icon {
	text-indent: -1em;
	margin-left: 1em;
}

.container .indent *,
.container .indent05 *,
.container .indent-icon *{
	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 .mw560px {
	max-width: 560px;
	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;
}
.head-box .head-bg-box{
  background-image:url("head_img01_sp.jpg");
  padding-top: calc( (550 / 1000) * 100%);
  background-size: 100% auto;
  background-repeat: no-repeat;
	background-position: top center;
	
	line-height: 1;
	
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.head-box .head-bg-box .text01{
	position: absolute;
	z-index: 1;
	top: 6%;
	left: 4%;
	width: 26%;
}

.head-box .head-bg-box .text02{
	position: absolute;
	z-index: 1;
	top: 6%;
	left: 46.4%;
	width: 43.8%;
}

.head-box .head-bg-box .text03{
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	width: 49.6%;
}

.head-box .head-bg-box .text04{
	position: absolute;
	z-index: 1;
	top: 68%;
	left: 20.6%;
	width: 69.6%;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.head-box .head-bg-box{
		background-image:url("head_img01_pc.jpg");
		padding-top: calc( (880 / 1600) * 100%);
	}

	div.head-box .head-bg-box .text01{
		top: 6%;
		left: 10%;
		width: 16.8%;
	}
}

/* lead */
.lead-box {
	padding: 24px 4%;
	background-color: #f2f2f2;
}

.lead-box .inner-box{
	text-align: center;
	font-weight: bold;
}

/* 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 + .sec-sub2 {
		margin-top: 2em;
	}
}

/* sec title */
.container .sec .sec-ttl-box {
	line-height: 1.3;
  margin-bottom: 40px;
	text-align: center;
	
	font-size:min(6vw,30px);
	color: #314b57;
}

.container .sec .sec-ttl-box h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3;
	
	letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sec .sec-ttl-box {
		margin-bottom: 40px;
		font-size: calc((30/16) * 1em);
	}
}

/* sec img */
.sec-img-box{
}

.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: calc((14/16) * 1em);
	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{
}

.container .side-img-box .prof-txt-box{
	padding-top: 0.5em;
	line-height: 1.4;
}

.container .side-img-box .prof-txt-box .title{
}

.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;
}

@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;
}

/* side img box right */
.container .img-box-r .side-img-box{
	float: right;
	margin-left: 4%;
	text-align: left;
}

/* 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 0 1.5em;
		max-width: none;
	}
	div.container .img-box-l .side-img-box .img-box,
	div.container .img-box-r .side-img-box .img-box{
		margin: 0 8%;
	}
}


/* name */
.container .name01{
	color: #6f8189;
	font-weight: bold;
}
.container .name02{
	color: #02a094;
	font-weight: bold;
}

/* hit */
.container .hit-box{
}

.container .hit-box .icon-box{
	max-width: 218px;
	margin: 0 auto;
	margin-bottom: 8px;
}

.container .hit-box .title-box{
	text-align: center;
	background-color: #02a094;
	color: #fff;
	font-size: min(4.5vw,20px);
	line-height: 1.2;
	padding: 0.3em 0.5em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .hit-box .title-box{
		font-size: min(2vw,17px);
		padding: 0.3em 0;
	}
}

/* pc flex2 */
.container .pc-flex2-box .item-box{
	text-align: left;
}
.container .pc-flex2-box .item-box + .item-box{
	margin-top: 2em;
}
.container .pc-flex2-box .title-gray{
	margin-top: 16px;
	font-size: min(5vw, calc((18/14) * 1em) );
	line-height: 1.4;
	margin-bottom: 0.5em;
	text-align: center;
	
	background:linear-gradient(transparent 50%, #e5e5e5 50%);
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .pc-flex2-box{
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	div.container .pc-flex2-box .item-box{
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}
	
	div.container .pc-flex2-box .item-box + .item-box{
		margin-top: 0;
	}
	div.container .pc-flex2-box .title-gray{
		font-size: min(2.3vw, calc((18/14) * 1em) );
	}
}

/* hit02,03 */
.container .inner-flex-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	line-height: 1.4;
}

.container .inner-flex-box .inner-item-box{
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
}

.container .inner-flex-box .inner-item-box2a{
	-ms-flex-preferred-size: 63.1%;
	flex-basis: 63.1%;
	
	margin-top: 1em;
}

.container .inner-flex-box .inner-item-box2b{
	-ms-flex-preferred-size: 32.9%;
	flex-basis: 32.9%;
}

.container .inner-flex-box .bottom-img,
.container .inner-flex-box .bottom-img2{
	margin-top: 0.5em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .inner-flex-box .bottom-img2{
		margin-top: min(2.3vw,0.8em);
	}
}

/* cta */
.container .cta-box{
}

.container .cta-box a{
	text-decoration: none;
	background-color: #02a094;
	color: #fff;
	display: block;
	
	background-image:url("./p2/button01x2.jpg");
  padding-top: calc( (320 / 1120) * 100%);
  background-size: 100% auto;
  background-repeat: no-repeat;
	background-position: top center;
	
	line-height: 1;
	
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.container .cta-box a .text-box{
	position: absolute;
	bottom: 10%;
	right: 3%;
	text-align: center;
	
	font-size: min(3.7vw, calc((22/16) * 1em) );
}

.container .cta-box a .text-box span{
	font-weight: bold;
	font-size: calc((27/22) * 1em);
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .cta-box a:hover *{
		text-decoration: underline;
	}
}

/* thanks */
.thanks-box{
  text-align: center;
}

.thanks-box a{
  color: #000;
  text-decoration: none;
}

.thanks-box .title{
	margin-bottom: 0.5em;
}

.thanks-box .data-box{
}

.thanks-box .data-box .name{
	font-size:min(5vw,20px);
  font-weight: bold;
	margin-bottom: 0.5em;
}

.thanks-box .data-text{
  font-weight: bold;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.thanks-box a:hover{
    text-decoration: underline;
  }
}

.longurl {
	word-break: break-all;
}

/* next page */
.next-page-box{
	font-size:min(4vw,20px);
}

.next-page-box a{
	text-decoration: none;
	line-height: 1.3;
	font-weight: bold;
  color: #314b57;
	width: 100%;
  
  display:-webkit-box;
  display:-ms-flexbox;
  display:inline-flex;
		
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.next-page-box a .icon {
  padding: 0.5em 0.1em;
  
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-page-box a .text{
	padding: 0.5em 0 0.5em 1em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.next-page-box{
		font-size: 125.00%; /* 20px */
		
		max-width: 30em;
		margin: 0 auto;
	}

  div.next-page-box a .text{
		-ms-flex-preferred-size: auto;
    flex-basis: auto;
	
		padding: 0.5em 0 0.5em 1.5em;
  }
}

@media screen and (min-width: 960px) { /* pc */	
	div.next-page-box{
	}
	div.next-page-box:hover .text,
	div.next-page-box:hover .text > *{
		text-decoration: underline;
	}	
}


/* pager */
.pager-box {
	padding: 0 2%;
	text-align: center;
	color: #fff;
	font-size: 175.00%; /* 28px */
	font-weight: bold;
	
	background-color: #02a094;
}
.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: #fff;
	display: block;
	width: 1.6em;
	height: 1.6em;
}
.pager-box ul li.current {
	color: #fff;
	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: #fff;
		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; }