@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 .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 *{
	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-box .head-bg-box{
  background-image:url("head_img01_sp.jpg");
  padding-top: calc( (500 / 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: #e6e6e6;
}

.head-box .icon-box01{
	position: absolute;
	top: 4%;
	left: 10%;
	z-index: 1;
	
	width: 18.9%;
}

.head-box .icon-box02{
	position: absolute;
	top: 0%;
	left: 73.8%;
	z-index: 1;
	
	width: 21.3%;
}

.head-box .icon-box03{
	position: absolute;
	top: 4%;
	left: 75%;
	z-index: 2;
	
	width: 18.8%;
}

.head-box .hgroup-box{
	padding-top: min(10vw,6em);
	padding-bottom: min(8vw,4em);
}

@media screen and (min-width: 768px) { /* tab pc */
  div.head-box .head-bg-box{
		background-image:url("head_img01_pc.jpg");
		padding-top: calc( (800 / 1600) * 100%);
	}
}

/* lead */
.lead-box {
	font-weight: bold;
}

/* sec common */
.sec{

}

.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{
	}

	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;
	padding: 0 8%;
}

.container .sec .sec-heading-a h2 {
	display: block;
	font-size:min(5.5vw,2em);
	font-weight: bold;
	line-height: 1.3;
	color: #E60012;
	
	max-width: 424px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) { /* tab */
	div.container .sec-sec .heading-a {
		margin-bottom: 40px;
	}
}

.container .sec .sec-heading-b {
	line-height: 1.3;
  margin-bottom: 40px;
}

.container .sec .sec-heading-c1 {
	padding: 0 19%;
  margin-bottom: 24px;
	text-align: center;
}

.container .sec .sec-heading-c1 > *{
	padding-right: 12%;
}

.container .sec .sec-heading-c2 {
	padding-left: 9%;
	margin-top: 24px;
  margin-bottom: 24px;
	text-align: center;
}


/* 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: 480px;
}
.container .side-img-box .bg-box{	
	background : #E5E5E5;

	position: relative;
	z-index: 1;
}

.container .side-img-box .img-box{
	position: relative;
	z-index: 2;
}

.container .side-img-box .prof-box{
	padding: 0.5em 1em 1em;
}

.container .side-img-box .prof-txt-box{
}

.container .side-img-box .prof-txt-box .title{
	/* font-size: 87.50%; /* 14px */
	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% + 1em);
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-l .side-img-box{
		margin-right: calc(4% + 40px);
	}
	div.container .img-box-l .side-img-box .img-box{
		left: 40px;
	}
	
	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;
	}
}

/* img01 */
.container .img01-box{
	overflow: hidden;
}
.container .img01-box .title-box{
	margin-bottom: 1em;
	width: 60%;
	float: left;
}

.container .img01-box .img-box{
	max-width: 230px;
	
	float: right;
	width: 33%;
	margin-left: 4%;
}

.container .img01-box .text-box{
	width: 60%;
	float: left;
}

.container .img01-box .img-box img{
	border: 4px solid #dfd5d3;
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .img01-box .title-box{
		float: none;
		width: auto;
		margin-bottom: 1em;
		padding-right: 38%;
	}
	div.container .img01-box .img-box{
		float: none;
		width: auto;
		margin: 0 auto 1em;
	}
	div.container .img01-box .text-box{
		width: auto;
		float: none;
	}
}

/* img02 */
.container .img02-box{
	overflow: hidden;
}
.container .img02-box .title-box{
	margin-bottom: 1em;
	width: 60%;
	float: right;
}

.container .img02-box .img-box{
	max-width: 230px;
	
	float: left;
	width: 33%;
	margin-right: 4%;
}

.container .img02-box .text-box{
	width: 60%;
	float: right;
}

.container .img02-box .img-box img{
	border: 4px solid #dfd5d3;
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .img02-box .title-box{
		float: none;
		width: auto;
		margin-bottom: 1em;
		padding-right: 38%;
	}
	div.container .img02-box .img-box{
		float: none;
		width: auto;
		margin: 0 auto 1em;
	}
	div.container .img02-box .text-box{
		width: auto;
		float: none;
	}
}

/* img04 */
.container .img04-box{
	overflow: hidden;
	padding-left: 12%;
}
.container .img04-box .title-box{
	margin-bottom: 1em;
}

.container .img04-box .img-box{
	max-width: 150px;
	
	float: left;
	width: 30%;
	margin-right: 4%;
}

.container .img04-box .text-box{
	width: 66%;
	float: right;
}

.container .img04-box .img-box img{

}

@media screen and (max-width: 414px) { /* small sp */
	div.container .img04-box{
		padding: 0;
	}
	div.container .img04-box .title-box{
		float: none;
		width: auto;
		margin-bottom: 1em;
		padding-right: 12%;
	}
	div.container .img04-box .img-box{
		float: none;
		width: auto;
		margin: 0 auto 1em;
	}
	div.container .img04-box .text-box{
		width: auto;
		float: none;
	}
}

/* img05 */
.container .img05-box .title-box{
	margin-bottom: 1em;
}

/* pc-flex2-box */
.container .pc-flex2-box{
}

.container .pc-flex2-box .item-box + .item-box{
	margin-top: 1em;
}

.container .pc-flex2-box .img-box{
	max-width: 320px;
	margin: 0 auto;
}

@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 .img-box{
	}
}

/* bg-beige-box */
.container .bg-beige-box{
	background-color: #ddc3af;
	padding: 2em 0;
}

.container .bg-beige-box .title-box{
	text-align: center;
	padding: 0 2%;
	margin-bottom: 1.5em;
}

.container .bg-beige-box .pc-flex2-box .img-box{
	max-width: 380px;
}


/* banner-box */
.container .banner-box{
	border: 8px solid #5d2b21;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	display: block;
	text-decoration: none;
	max-width: 740px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sec-button:hover{
		opacity: 0.8;
	}
}


/* 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;
}

/* 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;
}
