@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 img.alpha {
		transition: all 0.2s ease 0s;
	}
	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;
	}
	.sp-del {
		display: inline;
	}
	.pc-del {
		display: none;
	}
}

@media screen and (min-width: 960px) { /* pc */
	.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-icon1em {
	text-indent: -1em;
	margin-left: 1em;
}
.container .indent-icon2em {
	text-indent: -2em;
	margin-left: 2em;
}

.container .indent-icon2em .icon{
	width: 2em;
	display: inline-block;
}

.container .indent *,
.container .indent05 *{
	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 .italic {
	font-style: italic;
}
.container .small{
	font-size: 0.8em;
}
.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.8;
}

.text-c{
	text-align: center;
}

.font-mincho{
  font-family: 'Noto Serif JP', serif;
}

.container .mw1000px {
	max-width: 1000px;
	margin: 0 auto;
}
.container .mw690px {
	max-width: 690px;
	margin: 0 auto;
}
.container .mw800px {
	max-width: 800px;
	margin: 0 auto;
}

.container .ta-c {
	text-align: center;
}

.container .ta-r {
	text-align: right;
}

/* head */
.head-box .head-bg-box{
	line-height: 1;
  background-image:url("head_img01_sp.jpg");
  padding-top: calc( (340 / 1000) * 100%);
  background-size: 100% auto;
  background-repeat: no-repeat;
	background-position: top center;
	
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	
	background-color: #f1f1f1;
}

.head-box .head-bg-box img{
	line-height: 1;
}

.head-box .text-box01{
	position: absolute;
	top: 10%;
	left: 13.5%;
	z-index: 1;
	
	width: 73.3%;
}

.head-box .text-box02{
	position: absolute;
	bottom: 2.4vw;
	left: 41.3%;
	z-index: 1;
	
	width: 48.5%;
}


.head-box .hgroup-box{
	line-height: 1;
	padding: 4vw 0 4vw 4vw;
}
.head-box .hgroup-box .flex-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.head-box .hgroup-box .icon-box01{
	-ms-flex-preferred-size: 22.5%;
	flex-basis: 22.5%;
}

.head-box .hgroup-box .title-main{
	-ms-flex-preferred-size: 74%;
	flex-basis: 74%;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.head-box .head-bg-box{
		background-image:url("head_img01_pc.jpg");
		padding-top: calc( (544 / 1600) * 100%);
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.head-box .text-box01{
		top: 8%;
		left: 10%;
		width: 80%;
	}
  div.head-box .text-box02{
		left: auto;
		right: 9.5%;
		width: 68%;
		bottom: 1.8vw;
	}
}



/* lead */
.lead-box {
	font-weight: bold;
}

.lead-box .inner-box{
	margin: 0 auto;
	max-width: 51em;
	width: 100%;
}


/* sec common */
.container .sec + .sec,
.p2 .sec1 {
	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.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-heading-a {
	line-height: 1.3;
  margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
	
	position: relative;
	z-index: 1;
}

.container .sec .sec-heading-a::after {
	content: " ";
	display: block;
	background-color: #e50b14;
	height: 4px;
	width: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.container .sec .sec-heading-a h2 {
	display: inline-block;
	font-size:min(5.5vw,2em);
	font-weight: bold;
	line-height: 1.3;
	
	background-color: #fff;
	padding: 0 1em;
}


@media screen and (min-width: 768px) { /* tab */
	div.container .sec-sec .heading-a {
		margin-bottom: 40px;
	}
}


/* 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-text-box p + p{
  margin-top: 1.5em;
}

/* side img box */
.container .side-img-box{	
	width: 48%;
	max-width: 482px;
}

.container .side-img-box .prof-box{
	padding: 0.5em 0 1em;
}

.container .side-img-box .prof-txt-box .title{
	line-height: 1.4;
}

.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: calc((14/20) * 1em);
	max-width: none;
}

.container .side-img-box .prof-txt-box .text{
	margin-top: 1em;
	font-size: 0.75em;
}

.container .side-img-box .prof-box{
	position: relative;
	z-index: 1;
}

@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: calc(4%);
}

.container .img-box-l .side-img-box .prof-txt-box{
	text-align: right;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-l .side-img-box{
		margin-right: calc(4%);
	}
	div.container .img-box-l .side-img-box .prof-box{
		padding-left: calc(40px + 1em);
	}
}

.container .img-box-l .side-img-box .prof-box::after{
	left: auto;
	right: 0;
}

/* side img box right */
.container .img-box-r .side-img-box{
	float: right;
	margin-left: calc(4%);

	text-align: left;
}

.container .img-box-r .side-img-box .img-box{
		padding-left: 8%; 
}

.container .img-box-r .side-img-box .img-box::before{
	content: " ";
	display: block;
	background-color: #fff;
	
	width: 8%;
	height: 50%;
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.container .img-box-r .side-img-box .prof-box::before{
	content: " ";
	display: block;
	background-color: #fff;
	
	width: max(8%, calc(100vw - 800px));
	height: 100%;
	
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 0;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-r .side-img-box{
	
	}
	div.container .img-box-r .side-img-box .img-box{
		padding-left: 8%; 
	}
	div.container .img-box-r .side-img-box .prof-box{
		padding-left: 8%;
		max-width: 380px;
	}
}

/* side img box common */
.container div + .img-box-l,
.container .img-box-l + .img-box-r,
.container .img-box-r + .img-box-l{
	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;
	}
}

/* bg-gray-box */
.container .bg-gray-box{
	background-color: #6a6b6b;
	color: #fff;
	line-height: 1.4;
	padding: 16px;
}
.container .bg-gray-box .title-box{
	font-size: min(4vw,28px);
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.2em;
	margin-bottom: 16px;
}

.container .bg-gray-box .title2-box{
	font-size: min(2.6vw,17px);
	text-align: center;
	padding-bottom: 0.2em;
}

.container .bg-gray-box .text-box{
	padding-top: 0.5em;
	
	font-size: calc((14/16) * 1em );
}

.container .bg-gray-box .pc-flex3-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.container .bg-gray-box .pc-flex3-box .item-box{
	-ms-flex-preferred-size: calc((100% - 8%) / 7);
	flex-basis: calc((100% - 7%) / 3);
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .bg-gray-box{
		padding: 16px 3.5%;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .bg-gray-box .title2-box{
		font-size: 18px;
	}
	div.container .bg-gray-box .pc-flex3-box{
		display: block;
	}
	div.container .bg-gray-box .pc-flex3-box .item-box +  .item-box{
		margin-top: 2em;
	}
}

/* bg-gray2-box */
.container .bg-gray2-box{
	background-color: #f1f1f1;
}
.container .bg-gray2-box .text-box{
	border-top: 1px solid #727171;
	padding-top: 16px;
	font-size: calc((14/16) * 1em);
	line-height: 1.4;
	padding-bottom: 16px;
	margin: 0 16px 0;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .bg-gray2-box .text-box{
		margin: 0 3.5% 16px;
	}
}

/* banner-box */
.container .banner-box{
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	display: block;
	text-decoration: none;
	max-width: 500px;
	margin: 0 auto;
}


/* banner-box2 */
.container .banner-box2{
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
}

.container .banner-box2 .title{
	font-size: min(4vw,20px);
	margin-bottom: 0.5em;
}

.container .banner-box2 a{
	display: block;
	text-decoration: none;
	max-width: 400px;
	margin: 0 auto;
}


/* thanks */
.container .thanks-box{
	padding-top: 24px;
	text-align: center;
	
	font-size: calc((18/16) * 1em);
	font-weight: bold;
}

.container .thanks-box .title-box {
	display: inline-block;
  text-align: center;
  font-weight: bold;
	margin-bottom: 1em;
	max-width: 240px;
	width: 100%;
	overflow: hidden;
	line-height: 1.3;

	border-bottom: 1px solid #000000;
}

.container .thanks-box .title-box p{
	padding-bottom: 0.8em;
}

.container .thanks-box a{
  text-decoration: none;
  color: #000;
}

.container .thanks-box .logo-box {
  text-align: center;
  padding: 0 10% 0;
	margin-bottom: 1.5em;
}

.container .thanks-box .logo-box a{
	max-width: 270px;
	margin: 0 auto;
	display: block;
}

.container .thanks-box .name{
  font-weight: bold;
}

.container .thanks-box .data-box {
	padding-bottom: 40px;
}

@media screen and (min-width: 768px) { /* tab pc */
	/* thanks */
	div.container .thanks-box{
		padding: 0;
	}
  
  div.container .thanks-box .logo-box {
    padding: 0 8%;
  }
}

@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;
}

/* next */
.container a.next-box{
	color: #000;
	text-decoration: none;
}
.container a.next-box:hover{
	text-decoration: underline;
}


.container .next-box {
	padding-top: 2em;
	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;
	
	font-size:min(4vw,20px);
}
.container .next-box .icon-box {
	margin-right: 3%;
	line-height: 1;
	width: 6em;
}

.container .next-box .text-box {
	line-height: 1.3;
	font-weight: bold;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .next-box .icon-box {
		margin-right: 3%;
		width: 6em;
	}
}


/* pager */
.pager-box {
	padding: 0 2%;
	text-align: center;
	color: #fff;
	font-size: 175.00%; /* 28px */
	font-weight: bold;
	
	background-color: #727171;
}
.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;
}
