@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;
	}
}

.container img {
	max-width: 100%;
	width: /***/ auto; /* IE8用 */
	height: auto;
	border: none;
	vertical-align: middle;
}

.container .indent-icon2em {
	text-indent: -2em;
	margin-left: 2em;
}

.container .indent-icon2em .icon{
	width: 2em;
	display: inline-block;
}

.container .indent-icon3em {
	text-indent: -3em;
	margin-left: 3em;
}

.container .indent-icon3em .icon{
	width: 3em;
	display: inline-block;
}

.container .indent-icon2em *,
.container .indent-icon3em *{
	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 .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;
}

.font-mincho{
  font-family: 'Noto Serif JP', serif;
}

.container {
	background-image: url("bg01.png");
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100% auto;
}

.container .mw1000px {
	max-width: 1000px;
	margin: 0 auto;
}
.container .mw640px {
	max-width: 640px;
	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 {
	color: #5D070C;
	line-height: 1;
	
	position: relative;
	z-index: 1;
}

.head-box .bg-box{
	background-image:url("head_img01_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
  background-position: top center;
	
	padding-top: calc( (345 / 750) * 100% );
	
	position: relative;
	z-index: 1;
}

.head-box .bg-box .icon-box{
  position: absolute;
	z-index: 2;
	top: 2vw;
	left: 5.8%;
	width: 18.5%;
}

.head-box .bg-box .icon02-box{
  position: absolute;
	z-index: 2;
	bottom: 1vw;
	left: 7%;
	width: 12%;
}
.head-box .bg-box .text-box{
  position: absolute;
	z-index: 1;
	top: 4vw;
	left: 0;
	width: 64%;
}

.head-box .h1-box{
	margin-top: 16px;
	position: relative;
	z-index: 1;
	padding-bottom: 4vw;
}

.head-box .h1-box p{
	position: absolute;
	z-index: 1;
	width: 52%;
	bottom: 0;
	background-image: url("line01.png");
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: right;
	padding: 1.5vw 0 1.5vw 6%;
	vertical-align: middle;
	line-height: 1;
	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.head-box .h1-box h1{
  margin-left: 6%;
	width: 90%;
}

@media screen and (min-width: 768px) { /* tab pc */
 	div.head-box .bg-box{
		background-image:url("head_img01_pc.jpg");
		padding-top: calc( (736 / 1600) * 100% );
	}
	div.head-box .h1-box{
		padding-bottom: 2.4vw;
	}
	div.head-box .h1-box p{
		width: 41%;
		padding: 1vw 0 1vw 6%;
	}
	div.head-box .h1-box h1{
		margin-left: 7%;
		width: 82%;
	}
}

/* h1 link */
.head-box .h1-box .h1-link-box a{
	position: absolute;
	z-index: 1;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	
	background-color: #fff;
	height: 13.2vw;
	width: 44%;
	top: -0.6vw;
	left: 52.6%;
	
	animation-name:expansion; /*keyframeで指定する名前*/
	animation-duration:4s; /*秒間でアニメーションを完了する*/
	animation-iteration-count:infinite; /*アニメーション回数*/
	transition-timing-function: ease-in-out;
}

@keyframes expansion{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 0.8;
  }
	100%{
    opacity: 0;
  }
}

@media screen and (min-width: 768px) { /* tab pc */
	div.head-box .h1-box .h1-link-box a{
		height: 12.4vw;
		width: 40%;
		top: -0.6vw;
		left: 49.5%;
	}
}

/* lead */
.lead-box {
	font-weight: bold;
	text-align: center;
	padding: 40px 4% 0;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.lead-box {
		font-size: calc((17/16) * 1em);
	}
}

/* sec common */
.sec{

}

.p1 .sec1,
.container .sec + .sec {
	margin-top: 80px;
}
.container .sec-sub{
	margin-top: 64px;
}
.container .sec-sub2{
	margin-top: 1.5em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.p1 .sec1,
	div.container .sec + .sec {
		margin-top: 96px;
	}
  div.container .sec-sub{
		margin-top: 80px;
	}
	div.container .sec-sub2{
		margin-top: 2em;
	}
}

/* sec title */
.container .sec .sec-ttl-box {
	line-height: 1.3;
  margin-bottom: 40px;
	
	text-align: center;
	position: relative;
  z-index: 1;
}

.container .sec .sec-ttl-box h2 {
	font-size:min(5.5vw,2em);
	font-weight: bold;
	line-height: 1.3;
	
	color: #3EACBA;

	display: inline-block;
	width: 14em;
	background-color: #fff;
	text-align: center;
}

.container .sec .sec-ttl-box::after {
  content: " ";
  display: block;
  width: 100%;
  height: 8px;
  
  position: absolute;
  z-index: -1;
  top: calc(50% - 4px);
	left: 0;

	background-image: url("line02.png");
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sec .sec-ttl-box {
		margin-bottom: 40px;
	}
	div.container .sec .sec-ttl-box h2 {
		font-size: calc((30/16) * 1em);
		
		letter-spacing: 0.1em;
		width: 18em;
	}
}

/* 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;
}

.note{
	font-size: 0.75em;
}

.note-box{
	margin-top: 8px;
	font-size: 0.75em;
}

.container .sec-txt-box p + p{
  margin-top: 1.5em;
}

/* side img box */
.container .side-img-box{	
	margin-bottom: 2em;
}

.container .side-img-box .inner-flex-box{	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.container .side-img-box .inner-flex-box .prof-box{	
	position: relative;
	z-index: 1;
	padding: 0 8px;
}

.container .side-img-box .prof-txt-box{
	line-height: 1.4;
}

.container .side-img-box .prof-txt-box .title{
	font-size: 87.50%; /* 14px */
}

.container .side-img-box .prof-txt-box .name{
	font-size: calc((20/16) * 1em);
	font-weight: bold;
}

.container .side-img-box .prof-txt-box .name .shi{
	font-size: calc((14/20) * 1em);
	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{
	padding-top: 1.5em;
	margin-right: 4%;
}
@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-l .side-img-box{
		float: left;
	}
}

.container .img-box-l .side-img-box .inner-flex-box{
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.container .img-box-l .side-img-box .photo-box{
	position: relative;
	z-index: 2;
}

.container .img-box-l .side-img-box .prof-box{
	background-color: #66645D;
	color: #fff;
	min-width: calc(8em);
}

.container .img-box-l .side-img-box .prof-box::before{
	content: " ";
	display: block;
	width: 300%;
	height: 200%;
	background-color: #66645D;
	position: absolute;
	z-index: -1;
	top: -16px;
	right: 0;
	border-radius: 10px;
}


/* side img box right */
.container .img-box-r .side-img-box{
	margin-left: 4%;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-r .side-img-box{
		float: right;
	}
}

.container .img-box-r .side-img-box .inner-flex-box{
	-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
	
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.container .img-box-r .side-img-box .photo-box{
	position: relative;
	z-index: 2;
}

.container .img-box-r .side-img-box .prof-box{
	background-color: #3EACBA;
	color: #fff;
	min-width: calc(9em);
}

.container .img-box-r .side-img-box .prof-box::before{
	content: " ";
	display: block;
	width: 250%;
	height: 200%;
	background-color: #3EACBA;
	position: absolute;
	z-index: -1;
	bottom: -16px;
	left: 0;
	border-radius: 10px;
}

@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;
		width: auto;
		margin-bottom: 32px;
	}
	div.container .img-box-r .side-img-box .prof-box::before,
	div.container .img-box-l .side-img-box .prof-box::before{
		width: 150%;
		height: calc(100% + 32px);
	}
}

.img-box-r + .img-box-l{
	margin-top: 1.5em;
}

/* name color */
.name01{
	color: #3EACBA;
	font-weight: bold;
}
.name02{
	color: #66645D;
	font-weight: bold;
}

/* h3, kakko title */
.heading-kakko-box{
	overflow: hidden;
	min-height: 40px;
	text-align: center;
	
	padding: 0 40px;
	margin-bottom: 24px;
}

.heading-kakko-box h3{
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #66645D;
	line-height: 1.3;
}

.heading-kakko-box h3::before,
.heading-kakko-box h3::after{
	content: " ";
	display: block;
	height: 40px;
	width: 100%;
	position: absolute;
	z-index: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
}

.heading-kakko-box h3::before{
	background-image: url("title_bg-kakko-l.svg");
	background-position: right center;
	right: calc(100% + 1em);
}
.heading-kakko-box h3::after{
	background-image: url("title_bg-kakko-r.svg");
	background-position: left center;
	left: calc(100% + 1em);
}

/* p1 sec1 flex */
.p1 .sec1-flex-box {
}

.p1 .sec1-flex-box .img01-box{
	margin-top: 16px;
}
.p1 .sec1-flex-box .img02-box{
	margin-top: 24px;
}
.p1 .sec1-flex-box .img03-box{
	margin-top: 24px;
}
@media screen and (min-width: 768px) { /* tab pc */	
	div.p1 .sec1-flex-box {
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	div.p1 .sec1-flex-box .item01{
		-ms-flex-preferred-size: 56%;
		flex-basis: 56%;
	}
	div.p1 .sec1-flex-box .item02{
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}
	div.p1 .sec1-flex-box .img02-box{
		margin-top: 16px;
	}
}


/* sec2 img */
.container .sec2-img-box{
	max-width: 480px;
	margin: 0 auto 24px;
}

.container .sec2-img-box .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;
}
.container .sec2-img-box .inner-flex-box .item01,
.container .sec2-img-box .inner-flex-box .item02{
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
}

@media screen and (min-width: 768px) { /* tab pc */	
	div.container .sec2-img-box{
		float: right;
		max-width: 344px;
		margin-left: 4%;
	}
}

/* after */
.container .after-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container .after-box .photo-box{
	-ms-flex-preferred-size: 120px;
	flex-basis: 120px;
	height: 120px;
	margin-right: 8px;
	
	border-radius : 4px;
	overflow: hidden;
}
.container .after-box .logo-box{
	-ms-flex-preferred-size: 120px;
	flex-basis: 120px;
	height: 120px;
	margin-right: 16px;
	
	border-style : Solid;
  border-color : #BABAB5;
  border-width : 8px;
  border-radius : 4px;
	
	padding: 0 20px;
	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.container .after-box .text-box{
	-ms-flex-preferred-size: calc(100%);
	flex-basis: calc(100%);
	
	border-top: 2px solid #BABAB5;
	border-bottom: 2px solid #BABAB5;
	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
	margin-top: 16px;
	padding: 16px 0;
}

@media screen and (min-width: 768px) { /* tab pc */	
	div.container .after-box .text-box{
		-ms-flex-preferred-size: calc(100% - 120px - 8px - 120px - 16px);
		flex-basis: calc(100% - 120px - 8px - 120px - 16px);
		height: 120px;
		margin: 0;
		padding: 0;
	}
}

/* sticky */
.sticky-bottom-button{
  height: auto;
  position: sticky;
	z-index: 3;
	bottom: 0;
	right: 0;
	margin-left: 70%;
  width: 30%;
	text-align: right;
}


/* thanks */
.thanks-box{
  padding: 0 0 64px;
  text-align: center;
}

.thanks-box a{
  color: #000;
  text-decoration: none;
  
  display: block;
}

.thanks-box .logo-box{
	max-width: 240px;
	margin: 0 auto;
}

.thanks-box .inner-box{
  max-width: 640px;
  margin: 0 auto;
  
  text-align: center;
}

.thanks-box .inner-box .text-box{
  margin-top: 3em;
}

.thanks-box .inner-box .text-box .title-box{
  font-size: 112.50%; /* 18px */
  font-weight: bold;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.thanks-box .inner-box{
  }
  
  div.thanks-box a:hover{
    text-decoration: underline;
  }
  div.thanks-box .inner-box .text-box .title-box{
    font-size: 137.50%; /* 22px */
  }
}

.longurl {
	word-break: break-all;
}

/* ------------------------------ *
	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;
}
