@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.6;
}

.font-mincho{
  font-family: 'Noto Serif JP', serif;
}

.container {
	background-color: #e6e6e6;
}

.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 {
	background-color: #e6e6e6;
}

.head-box .head-bg-box{
  background-image:url("head_img01_sp.jpg");
  padding-top: calc( (480 / 750) * 100%);
  background-size: 100% auto;
  background-repeat: no-repeat;
	background-position: top center;
	
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.head-box .icon-box{
	position: absolute;
	top: 2%;
	left: 13.9%;
	z-index: 1;
	
	width: 14.9%;
}

.head-box .flex-order-box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

	-webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.head-box .title-sub{
	font-weight: bold;
	font-size: 2.4vw;
	writing-mode: vertical-rl;
	
	position: absolute;
	top: calc(2% + 21vw);
	left: calc(13.9% + 1.8em);
	z-index: 1;
	width: 6%;
	height: 14em;
}

.head-box .text03-box{
	font-weight: bold;
	font-size: 2.4vw;
	
	position: absolute;
	top: 7.4vw;
	right: 10%;
	z-index: 1;
	width: 23.8%;
	height: 14em;
}

.head-box .flex-order-box .note-box{
	padding: 0 4% 2em;
}

.head-box .title-main{
	background-color: #fff;
	border: 10px solid #fff;
	
	box-shadow: inset 0px 0px 2vw 0px rgba(0, 0, 0, 0.4);
	padding: 3vw 12vw;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.head-box .head-bg-box{
		background-image:url("head_img01_pc.jpg");
		padding-top: calc( (1024 / 1600) * 100%);
	}
	
	div.head-box .flex-order-box{
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	}
	
	div.head-box .flex-order-box .note-box{
		position: absolute;
		top: 41vw;
		right: 10%;
		z-index: 1;
		width: 23.8%;
		
		line-height: 1.2;
		font-size: 1.15vw;
		padding: 0;
	}
}

/* lead */
.lead-box {
	font-weight: bold;
	line-height: 1.6;
	margin-top: 2em;
}


/* sec common */
.sec{

}

.container .sec + .sec {
	margin-top: 4em;
}

.container .sec-sub {
	margin-top: 2.5em;
}
.container .sec-sub2 + .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 + .sec-sub2 {
		margin-top: 2em;
	}
}

/* sec title */
.container .sec .sec-ttl-box {
	line-height: 1.3;
  margin-bottom: 40px;

	border-bottom: 4px solid #ffffff;
}

.container .sec .sec-ttl-box .inner-box{
	border-bottom: 4px solid #808080;
}

.container .sec .sec-ttl-box h2 {
	font-size:min(5.5vw,2em);
	font-weight: bold;
	line-height: 1.3;
	color: #9082b1;
	text-align: center;
	
	padding-bottom: 0.5em;
}

@media screen and (min-width: 768px) { /* tab */
	div.container .sec .sec-ttl-box {
		margin-bottom: 40px;
	}
	div.container .sec .sec-ttl-box h2 {
		font-size: calc((30/16) * 1em);
	}
}

/* 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: 380px;
	margin-bottom: 2em;
}

.container .side-img-box .img-box{
	margin-bottom: 0.5em;
}

.container .side-img-box .img-box img{
	border-radius: min(4vw,40px);
	border: 10px solid #fff;
}

.container .side-img-box .prof-box{

}

.container .side-img-box .prof-txt-box{

}

.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;
}

.container .side-img-box .prof-txt-box .text{
	margin-top: 1em;
	font-size: 0.75em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .side-img-box .img-box{

	}
	div.container .side-img-box .img-box img{
		border-radius: min(4vw,40px);
		border: 10px solid #fff;
	}
	div.container .side-img-box .prof-box{
	}
}

@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: 4%;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-l .side-img-box .prof-box{
	}
}

.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: 4%;
	text-align: left;
}

/* side img box common */
.container .sec-text-box + .img-box-l,
.container .img-box-l + .img-box-r{
	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;
	}
}

/* common */
.container .name01{
	color: #108b96;
	font-weight: bold;
}
.container .name02{
	color: #64588f;
	font-weight: bold;
}

/* sec title 02 */
.container .sec-title02-box{
	background-color: #fff;
	border: 10px solid #fff;
	
	box-shadow: inset 0px 0px 2vw 0px rgba(0, 0, 0, 0.4);
	font-size: min(3vw,36px);
	padding: 0.8em;
	text-align: center;
	border-radius: 4em;
	line-height: 1.3;
	
	margin-bottom: 40px;
}

/* img-flex-box */
.container .img-flex-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.container .img-flex-box .item-box{
	flex: 1;
	
	padding: 0 2%;
}

.container .img-flex-box .item-box .img01-box{
	border-radius: 2vw;
	padding: 2vw;
	overflow: hidden;
	background-color: #fff;
	box-shadow: inset 0px 0px 2vw 0px rgba(0, 0, 0, 0.4);
}

.container .img-flex-box .item-box .img02-box{
	border-radius: min(calc(10vw + 2vw),calc(100px + 2vw));
	padding: 2vw;
	overflow: hidden;
	background-color: #fff;
	box-shadow: inset 0px 0px 2vw 0px rgba(0, 0, 0, 0.4);
}

.container .img-flex-box .item-box .img02-box img{
	border-radius: min(10vw,100px);
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-flex-box .item-box .img01-box{
		border-radius: 16px;
		padding: 16px;
		overflow: hidden;
		background-color: #fff;
		box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
	}
	div.container .img-flex-box .item-box .img02-box{
		border-radius: min(calc(10vw + 16px),calc(100px + 16px));
		padding: 16px;
		overflow: hidden;
		background-color: #fff;
		box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
	}
}

.container .img04-box{
	max-width: 460px;
	margin: 0 auto;
		
	
	border-radius: min(calc(10vw + 2vw),calc(100px + 2vw));
	padding: 2vw;
	overflow: hidden;
	background-color: #fff;
	box-shadow: inset 0px 0px 2vw 0px rgba(0, 0, 0, 0.4);
}

.container .img04-box img{
	border-radius: min(10vw,100px);
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img04-box{
		border-radius: min(calc(10vw + 16px),calc(100px + 16px));
		padding: 16px;
		overflow: hidden;
		background-color: #fff;
		box-shadow: inset 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
	}
}

/* sec title 03 */
.container .sec-title03-box{
	background-color: #fff;
	border: 10px solid #fff;
	
	box-shadow: inset 0px 0px 2vw 0px rgba(0, 0, 0, 0.4);
	font-size: min(3.5vw,24px);
	padding: 0.5em;
	text-align: center;
	border-radius: 4em;
	line-height: 1.3;
	
	margin-bottom: 40px;
}

.container .sec-title03-box.bg-blue{
	background-color: #6e9bc5;
	color: #fff;
}
.container .sec-title03-box.bg-purple{
	background-color: #9082b1;
	color: #fff;
}
.container .sec-title03-box.bg-green{
	background-color: #64c0ab;
	color: #fff;
}

/* sec button */
.container .sec-button{
	background-color: #fff;
	border: 10px solid #fff;
	
	box-shadow: inset 0px 0px 2vw 0px rgba(0, 0, 0, 0.4);
	font-size: min(4vw,36px);
	letter-spacing: 0.2em;
	padding: 0.5em;
	text-align: center;
	border-radius: 4em;
	line-height: 1.3;
	font-weight: bold;
	display: block;
	color: #000;
	text-decoration: none;
	
	margin-bottom: 40px;
}

@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 {
  text-align: center;
  font-weight: bold;
	margin-bottom: 2em;
	overflow: hidden;
	line-height: 1.3;

	border-bottom: 4px solid #ffffff;
}

.container .thanks-box .title-box .inner-box{
	border-bottom: 4px solid #808080;
}

.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 page */
.next-page-box{
	overflow: hidden;
	font-size:min(6vw,125.00%); /* 20px */
	
	padding-bottom: 64px;
}

.next-page-box a{
	color: #5D070C;
	text-decoration: none;
	line-height: 1.3;
}

.next-page-box a .flex-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	column-gap: 4%;
}

.next-page-box a .icon {
	line-height: 1;
	
	font-size: calc((24 / 20) * 1em);
	color: #5D070C;
}

.next-page-box a .text{
	font-weight: bold;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.next-page-box{
		font-size: 1em;
	}
	div.next-page-box a .icon{
		font-size: 20px;
	}
	div.next-page-box a .text{
		font-size: calc((22/16)* 1em);
	}
}

@media screen and (min-width: 960px) { /* pc */	
	div.next-page-box{
	}
	div.next-page-box a:hover,
	div.next-page-box a:hover span{
		text-decoration: underline;
	}	
}

@media screen and (max-width: 414px) { /* small sp */
	div.next-page-box a .flex-box{
		display: block;
	}
	div.next-page-box a .icon{
		display: block;
		width: 40%;
		padding-bottom: 0.5em;
	}
}


/* 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;
}
