@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;
	
	background-image: url("page_bg01.png");
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
}
.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 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.head-box .bg-box {
	background-image: url("head_img01_sp.jpg");
	padding-top: calc((500 / 750) * 100%);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #333333;
}
.head-box .hgroup-box {
	background-color: #333333;
	padding-top: 3vw;
	padding-bottom: 3vw;
	padding-right: 12%;
	border-bottom: 10px solid #00C3AA;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.head-box {}
	div.head-box .bg-box {
		background-image: url("head_img01_pc.jpg");
		padding-top: calc((654.9 / 1000) * 100%); /* bg + h1 */
		background-color: transparent;
	}
	div.head-box .hgroup-box {
		background: none;
		border: none;	
		padding: 0;
	}
	div.head-box .hgroup-box h1{
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		width: 39.6%;
	}
}

/* lead */
.lead-box {
	font-weight: bold;
	padding: 2em 0 0;
}
.lead-box .inner-box {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (min-width: 768px) { /* tab pc */
	div.lead-box {
		font-size: calc((18/16) * 1em);
	}
}

/* bg gray */
.container .bg-gray-box {
	overflow: hidden;
	background-color: #F2F2F2;
	padding-bottom: 80px;
}
@media screen and (min-width: 768px) { /* tab pc */
	div.container .bg-gray-box {
		padding-bottom: 96px;
	}
}

/* sec common */
.sec {}
.p2 .sec1, .container .sec + .sec {
	margin-top: 4em;
}
.container .sec-sub + .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 + .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;
	padding-top: 1.6em;
	margin-bottom: 40px;
	font-size: min(5vw, 2em);
	border-left: 2px solid #00C3AA;
}
.container .sec .sec-ttl-box h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 0.5em;
	
	color: #00C3AA;
	position: relative;
	z-index: 1;
	left: -2px;
}

.container .sec .sec-ttl-box h2::before {
	content: " ";
	display: block;
	background-color: #FF5853;
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sec .sec-ttl-box {
		margin-bottom: 40px;
		font-size: 1.8em;
	}
}

/* sec img */
.sec-img-box {
	text-align: center;
}
.sec-img-box .img-title {
	text-align: center;
	margin-bottom: 1em;
	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;
}

/* p1 */
.container .p1-img-box {
	position: relative;
	z-index: 1;
	
	padding-right: calc(12em - 16px);
	margin-bottom: 6em;
}

.container .p1-img-box .figcaption{
	color: #fff;
	background-color: #00C3AA;
	padding: 16px;
	line-height: 1.4;
	
	position: absolute;
	bottom: 1.5vw;
	right: -16px;
}

.container .p1-img-box .figcaption .name{
	font-weight: bold;
	font-size: calc((24/16) * 1em);
}

.container .p1-img-box .figcaption .name .shi{
	font-size: calc((16/24) * 1em);
}

.container .p1-img-box .figcaption::after{
	content: " ";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #00C3AA transparent transparent;
	border-width: 14em 30em 14em 0px;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .p1-img-box {
		padding-right: 9em;
	}
	
	div.container .p1-img-box .img-box{
		max-width: 520px;
	}
	
	div.container .p1-img-box .figcaption{
		right: auto;
		left: calc(100% - 9em);
		white-space: nowrap;
	}
}

@media screen and (min-width: 960px) { /* pc */
	div.container .p1-img-box {
		padding-right: 0;
		margin-bottom: 4em;
	}
	
	div.container .p1-img-box .figcaption{
		right: auto;
		left: 520px;
		bottom: 12px;
	}
}

@media screen and (max-width: 560px) { /* small design */
	div.container .p1-img-box {
		padding-right: 10%;
		margin-bottom: 5em;
	}
	
	div.container .p1-img-box .figcaption-wrap{
		text-align: right;
	}
	
	div.container .p1-img-box .figcaption{
		position: relative;
		display: inline-block;
		text-align: left;
		bottom: auto;
		right: calc(-10vw - 16px);
	}
	div.container .p1-img-box .figcaption::after{
		border-width: 12em 30em 12em 0px;
	}
}

/* p2 img note */
.container .p2-img-box{
	background-color: #fff;
}
.container .p2-img-box .p2-img-note-box{
	text-align: left;
	margin: 0 4%;
	font-size: 0.75em;
	padding-bottom: 4%;
}


/* thanks */
.container .thanks-box{
	text-align: center;
	padding-bottom: 80px;
}

.container .thanks-box .logo-box{
  max-width: 216px;
  margin: 0 auto 2em;
}

.container .thanks-box .name{
	font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
}
.container .thanks-box a{
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px) { /* tab pc */
	/* thanks */
	div.container .thanks-box{
	}
	
  di.container .thanks-box .name{
	  font-size: calc((30/16) * 1em);
  }
}

@media screen and (min-width: 960px) { /* pc */
	/* hover img alpha */	
	div.container .thanks-box a{
		transition: all 0.2s ease 0s;
	}
	div.container .thanks-box a:hover,
	div.container .thanks-box a:hover *{
		text-decoration: underline;
	}
}

.longurl {
	word-break: break-all;
}

/* crypt */
.crypt{
	text-align: center;
	font-size: 0.75em;
	padding: 24px 4% 40px;
}

/* next page */
.next-page-box {
	font-size: min(4vw, 125.00%); /* 20px */
}
.next-page-box a{
	padding: 32px 4%;
	background-color: #333333;
	color: #fff;
	text-align: center;
	border-bottom: 8px solid #FF5853;
}

.next-page-box .flex-box {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	column-gap: 0.5em;
	
}
.next-page-box .flex-box .icon{
	-ms-flex-preferred-size: 56px;
	flex-basis: 56px;
	line-height: 1;
}
.next-page-box .flex-box .icon img{
	vertical-align: baseline;
}
.next-page-box .flex-box .text{
	-ms-flex-preferred-size: calc(18em);
	flex-basis: calc(18em);
}
.next-page-box a {
	color: #fff;
	text-decoration: none;
	line-height: 1.3;
}
@media screen and (min-width: 768px) { /* tab pc */
	div.container .next-page-box a:hover{
		background-color: #FF5853;
		border-color: #333333;
	}
	div.container .next-page-box .text{
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

/* 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;
}