@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol, ul, dl {
	list-style: none;
	padding: 0;
}

.fs12px {
	font-size: 12px;
}
.ib {
	display: inline-block;
}
.oh {
	overflow: hidden;
}
.sp-block {
	display: block;
}

img {
	-webkit-backface-visibility: hidden;
}

@media screen and (min-width: 960px) { /* pc */
	/* hover img alpha */
	a img.alpha {
		transition: all 0.2s ease 0s;
	}
	a:hover img.alpha {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha( opacity=80 )";
	}
}

.display-inlineblock{
	display: inline-block;
}

@media screen and (min-width: 768px) { /* tab pc */
	.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;
	margin-left: 0;
}
.container a, .container a * {
	transition: all 0.2s ease 0s;
}
.container .pd4per {
	padding: 0 4%;
}
.container .bold {
	font-weight: bold;
}

.container h1, .container h2, .container h3, .container h4, .container p, dl, dt, dd {
	padding: 0;
	margin: 0;
}
.fs12px {
	font-size: 0.75em;
}
.container {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	line-height: 1.6;
	
	position: relative;
	top: 0;
	left: 0;
}

.container {

}
.container .mw1000px {
	max-width: 1000px;
	margin: 0 auto;
}
.container .mw800px {
	max-width: 800px;
	margin: 0 auto;
}
.container .mw640px {
	max-width: 640px;
	margin: 0 auto;
}

.container .txt-c {
	text-align: center;
}

.container .txt-r {
	text-align: right;
}

/* head */
.head-box {
}

/* head bg */
.head-box .bg-box{
	background-image:url("head_bg01_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top right;

	overflow: hidden;
}

.p1 .head-box .bg-box{
	padding-top: calc( (450 / 1000) * 100% );
}

.head-box .sub{
	background-color: #ff0000;
	color: #fff;
	display: block;
	padding: 1vw 4%;
}
.head-box .h1-box{
	display: block;
	padding: 6vw 16%;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.head-box .bg-box{
		background-image:url("head_bg01_pc.jpg");
		padding-top: calc( (720 / 1600) * 100% );
	}
}

/* lead */
.lead-box {
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.lead-box {
		font-size: 112.50%; /* 18px */
	}
}

/* sec common */
.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.p2 .sec1,
	div.container .sec + .sec {
		margin-top: 6em;
	}
  div.container .sec-sub + .sec-sub {
		margin-top: 4em;
	}
	div.container .sec-sub2 {
		margin-top: 2em;
	}
}


/* sec ttl */
.container .sec .sec-ttl-box {

	font-size:min(4vw,24px);
	margin-bottom: 16px;
	overflow: hidden;
}

.container .sec .sec-ttl-box h2{
	font-size: 1em;
	
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: calc(0.5em + 10px);
	
	position: relative;
	z-index: 1;
}

.container .sec .sec-ttl-box h2::before {
	content: " ";
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #cccccc;
	
	position: absolute;
	z-index: -1;
}

.container .sec .sec-ttl-box h2::after {
	content: " ";
	display: block;
	bottom: 0;
	left: 33.33%;
	width: 33.33%;
	height: 10px;
	background-color: #ff0000;
	
	position: absolute;
	z-index: 0;
}

@media screen and (min-width: 768px) { /* tab sp */
	div.container .sec .sec-ttl-box {
		margin-bottom: 32px;
		font-size: calc((24/16) * 1em);
	}
}

.sec-txt-box{
	line-height: 1.8;
}

.sec-txt-box p{
	margin-bottom: 1.5em;
}

.sec-txt-box p:last-child{
	margin-bottom: 0;
}

.note{
	font-size: 0.75em;
}

.note-box{
	padding-top: 1em;
	font-size: 0.75em;
}


/* person */
.container .person-box{
	position: relative;
	z-index: 1;
}

.container .person-box figure{
	line-height: 1.3;
}

.container .person-box figure figcaption{
	padding: 1em 0;
	color: #fff;
	background-color: #ff0000;
	height: 10em;
	font-size:min(3vw,16px);
	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: max(14em,44%);
	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.container .person-box figure figcaption .name{
	font-size: calc((30/16) * 1em);
}

.container .person-box figure figcaption .name .shi{
	font-size: 0.7em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .person-box figure figcaption{
		width: 43%;
		
		border-width: 10px;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.container div.person-box figure{
		padding: 0;
	}
	div.container .person-box figure figcaption{
		font-size: calc((14/16) * 1em);
		position: relative;
		top: auto;
		transform: translateY(0);
		width: auto;
		padding: 1em;
	}
}

/* person01 */
.container .person01 figure{
	padding-right: 40%;
}
.container .person01 figure figcaption{
	right: 0;
}

/* person02 */
.container .person02 figure{
	padding-left: 30%;
}
.container div.person02 figure figcaption{
	color: #3366CC;
	border-color: #3366CC;
	border-radius: 0 1.8em 0 1.8em;
	
	left: 0;
}

/* bg-gray-box */
.container .bg-gray-box{
	background-color: #f2f2f2;
	
	padding-left: min(1.2em,4%);
	padding-right: min(1.2em,4%);
}

.container .bg-gray-box .comment-title-box{
	font-size: calc((18/16) * 1em);
	background-color: #ff0000;
	color: #fff;
	text-align: center;
	
	position: relative;
	top: -1em;
	z-index: 1;
	
	padding: 1em 0.5em;
}

.container .bg-gray-box .comment-title-box::before{
	content: " ";
	position: absolute;
	right: 100%;
	top: 0;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #000 transparent;
	border-width: 0px 0px 1em 1em;
}

.container .bg-gray-box .comment-title-box::after{
	content: " ";
	position: absolute;
	left: 100%;
	top: 0;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #000;
	border-width: 1em 0px 0px 1em;
}
.container .bg-gray-box .comment-title-box > *{
	font-size: 1em;
}

.container .bg-gray-box .person-box{
	max-width: 480px;
	margin: 0 auto 2em;
}

.container .bg-gray-box .person-box figure figcaption{
	position: relative;
	top: auto;
	width: auto;
	transform: translateY(0);
	height: auto;
	display: block;
	padding: 1em;
}

div.container .bg-gray-box .comment-text-box{
	margin-bottom: 2em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .bg-gray-box .comment-title-box,
	div.container .bg-gray-box .comment-text-box{
		float: right;
		width: 60%;
	}
	
	div.container .bg-gray-box .person-box{
		float: left;
		width: 37%;
		
		margin-top: 2em;
		margin-bottom: 2em;
	}
}


/* sec img */
.container .sec-img-box{
	text-align: center;
}

.container .sec-img-box figcaption{
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.4;
	margin-bottom: 0.5em;
	
	text-align: center;
}
.container .sec-img-box figcaption .inner-box{
	display: inline-block;
	text-align: left;
	margin-left: 1em;
	text-indent: -1em;
}
.container .sec-img-box figcaption .inner-box::before{
	content: "\025b6";
	color: #e60012;
	
	margin: 0;
	text-indent: 0;
}


/* thanks */
.thanks-box{
  padding: 0 0 40px;
  text-align: center;
}

.thanks-box .thanks-title-box{
	overflow: hidden;
	margin-bottom: 40px;
}

.thanks-box .thanks-title-box .title-text{
	display: inline-block;
	position: relative;
	z-index: 1;
}

.thanks-box .thanks-title-box .title-text::before,
.thanks-box .thanks-title-box .title-text::after{
	content: " ";
	width: 88px;
	height: 1px;
	display: block;
	background-color: #000;
	
	position: absolute;
	top: 50%;
	z-index: 0;
}

.thanks-box .thanks-title-box .title-text::before{
	left: calc(100% + 1em);
}
.thanks-box .thanks-title-box .title-text::after{
	right: calc(100% + 1em);
}

.thanks-box a{
  color: #000;
  text-decoration: none;
}

.thanks-box .logo-box{
	max-width: 320px;
	margin: 0 auto 24px;
}

.thanks-box .data-box .ttl-box{
	font-weight: bold;
	font-size: calc((20/16) * 1em);
	margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.thanks-box a:hover{
    text-decoration: underline;
  }
}

.longurl {
	word-break: break-all;
}

/* micro clearfix */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    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; }
