@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 {

}
@media screen and (min-width: 768px) { /* tab pc */
	div.container {

	}
}

.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( (600 / 1000) * 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-box01{
	position: absolute;
	top: 49%;
	left: 78%;
	z-index: 2;
	
	width: 16.5%;
}

.head-box .icon-box02{
	position: absolute;
	top: 7%;
	left: 3.2%;
	z-index: 1;
	
	width: 25.1%;
}

.head-box .icon-box03{
	position: absolute;
	top: 60%;
	left: 10.2%;
	z-index: 1;
	
	width: 28%;
}

.head-box .hgroup-box{
	font-weight: bold;
	font-size: 2.4vw;
	
	position: absolute;
	top: 42vw;
	left: 0;
	z-index: 1;
	width: 100%;
}

.head-box .hgroup-box .title-sub{
	margin-bottom: 1.5vw;
}

.head-box .hgroup-box .title-main{
	padding: 0 10%;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.head-box .head-bg-box{
		background-image:url("head_img01_pc.jpg");
		padding-top: calc( (960 / 1600) * 100%);
	}
}

/* lead */
.lead-box {
	font-weight: bold;
	margin-top: 3em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.lead-box {
		/*
		font-size: calc((18/16) * 1em);
		*/
	}
}

/* sec common */
.sec{

}

.container .sec + .sec,
.p2 .sec1 {
	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;
	overflow: hidden;
	text-align: center;
}

.container .sec .sec-ttl-box h2 {
	display: inline-block;
	font-size:min(5.5vw,2em);
	font-weight: bold;
	line-height: 1.3;
	color: #9082b1;
	text-align: center;
	
	padding-bottom: 0.5em;
	
	position: relative;
	z-index: 1;
}

.container .sec .sec-ttl-box h2::before,
.container .sec .sec-ttl-box h2::after{
	content: " ";
	display: block;
	background-color: #9082b1;
	height: 4px;
	width: 100vw;
	position: absolute;
	top: calc(50% - 2px);
	z-index: 0;
}

.container .sec .sec-ttl-box h2::before{
	left: calc(100% + 1em);
}
.container .sec .sec-ttl-box h2::after{
	right: calc(100% + 1em);
}

@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((24/16) * 1em);
	}
}

@media screen and (min-width: 960px) { /* pc */

}

/* 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;
	
	padding-top: 2em;
}
.container .side-img-box .bg-box{	
	background : -moz-linear-gradient(0% 50% 0deg,rgba(225, 152, 180, 1) 0%,rgba(210, 148, 179, 1) 9.9%,rgba(181, 140, 178, 1) 32.89%,rgba(161, 135, 178, 1) 55.76%,rgba(148, 131, 177, 1) 78.27%,rgba(144, 130, 177, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(225, 152, 180, 1) 0%, rgba(210, 148, 179, 1) 9.9%, rgba(181, 140, 178, 1) 32.89%, rgba(161, 135, 178, 1) 55.76%, rgba(148, 131, 177, 1) 78.27%, rgba(144, 130, 177, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(225, 152, 180, 1) ),color-stop(0.099,rgba(210, 148, 179, 1) ),color-stop(0.3289,rgba(181, 140, 178, 1) ),color-stop(0.5576,rgba(161, 135, 178, 1) ),color-stop(0.7827,rgba(148, 131, 177, 1) ),color-stop(1,rgba(144, 130, 177, 1) ));
  background : -o-linear-gradient(0deg, rgba(225, 152, 180, 1) 0%, rgba(210, 148, 179, 1) 9.9%, rgba(181, 140, 178, 1) 32.89%, rgba(161, 135, 178, 1) 55.76%, rgba(148, 131, 177, 1) 78.27%, rgba(144, 130, 177, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(225, 152, 180, 1) 0%, rgba(210, 148, 179, 1) 9.9%, rgba(181, 140, 178, 1) 32.89%, rgba(161, 135, 178, 1) 55.76%, rgba(148, 131, 177, 1) 78.27%, rgba(144, 130, 177, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E198B4', endColorstr='#9082B1' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(225, 152, 180, 1) 0%, rgba(210, 148, 179, 1) 9.9%, rgba(181, 140, 178, 1) 32.89%, rgba(161, 135, 178, 1) 55.76%, rgba(148, 131, 177, 1) 78.27%, rgba(144, 130, 177, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E198B4',endColorstr='#9082B1' , GradientType=1);
	
	color: #fff;
}

.container .side-img-box .img-box{
	position: relative;
	top: -2em;
}

.container .side-img-box .img-box img{

}

.container .side-img-box .prof-box{
	padding: 0.5em 1em 1em;
}

.container .side-img-box .prof-txt-box{
	/*
	max-width: 17em;
	width: 100%;
	display: inline-block;
	padding: 1em;
	line-height: 1.4;
	text-align: left;
	*/
}

.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;
}

.container .side-img-box .prof-box{
	margin-top: -2em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .side-img-box{	
		padding-top: 80px;
	}
	div.container .side-img-box .img-box{
		top: -80px;
	}
	div.container .side-img-box .img-box img{
	}
	div.container .side-img-box .prof-box{
		margin-top: -80px;
	}
}

@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);
	/*
	margin-right: 4%;
	text-align: right;
	*/
}

.container .img-box-l .side-img-box .img-box{
	left: 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% + 1em);
	text-align: left;
	
	/*
	margin-left: 4%;
	*/
}

.container .img-box-r .side-img-box .img-box{
	right: 1em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-r .side-img-box{
		margin-left: calc(4% + 40px);
	}
	div.container .img-box-r .side-img-box .img-box{
		right: 40px;
	}
}

/* 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;
	}
}

/* common */
.container .name01{
	color: #9082b1;
	font-weight: bold;
}
.container .name02{
	color: #e198b4;
	font-weight: bold;
}
.container .name03{
	color: #909090;
	font-weight: bold;
}

/* gradation-title */
.container .gradation-title{
	position: relative;
	z-index: 1;
	
	margin-bottom: 1em;
}

.container .gradation-title::before,
.container .gradation-title::after{
	content: " ";
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 3em;
	left: 0;
	top: calc(50%);
	transform: translateY(-40%);
	display: block;
}

.container .gradation-title::before{
	background-color: #E198B4;
	left: auto;
	right: 100%;
}
.container .gradation-title::after{
	background-color: #9082B1;
	left: 100%;
}

.container .gradation-title .bg-box{
	position: relative;
	z-index: 1;
}
.container .gradation-title .bg-box::after{
	content: " ";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 3em;
	left: 0;
	top: calc(50%);
	transform: translateY(-40%);
	
background : -moz-linear-gradient(0% 50% 0deg,rgba(225, 152, 180, 1) 0%,rgba(210, 148, 179, 1) 9.9%,rgba(181, 140, 178, 1) 32.89%,rgba(161, 135, 178, 1) 55.76%,rgba(148, 131, 177, 1) 78.27%,rgba(144, 130, 177, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(225, 152, 180, 1) 0%, rgba(210, 148, 179, 1) 9.9%, rgba(181, 140, 178, 1) 32.89%, rgba(161, 135, 178, 1) 55.76%, rgba(148, 131, 177, 1) 78.27%, rgba(144, 130, 177, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(225, 152, 180, 1) ),color-stop(0.099,rgba(210, 148, 179, 1) ),color-stop(0.3289,rgba(181, 140, 178, 1) ),color-stop(0.5576,rgba(161, 135, 178, 1) ),color-stop(0.7827,rgba(148, 131, 177, 1) ),color-stop(1,rgba(144, 130, 177, 1) ));
  background : -o-linear-gradient(0deg, rgba(225, 152, 180, 1) 0%, rgba(210, 148, 179, 1) 9.9%, rgba(181, 140, 178, 1) 32.89%, rgba(161, 135, 178, 1) 55.76%, rgba(148, 131, 177, 1) 78.27%, rgba(144, 130, 177, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(225, 152, 180, 1) 0%, rgba(210, 148, 179, 1) 9.9%, rgba(181, 140, 178, 1) 32.89%, rgba(161, 135, 178, 1) 55.76%, rgba(148, 131, 177, 1) 78.27%, rgba(144, 130, 177, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E198B4', endColorstr='#9082B1' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(225, 152, 180, 1) 0%, rgba(210, 148, 179, 1) 9.9%, rgba(181, 140, 178, 1) 32.89%, rgba(161, 135, 178, 1) 55.76%, rgba(148, 131, 177, 1) 78.27%, rgba(144, 130, 177, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E198B4',endColorstr='#9082B1' , GradientType=1);
}

.container .gradation-title h3{
	max-width: 536px;
	width: 100%;
	display: inline-block;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .gradation-title{
		margin-bottom: 0;
	}
}

/* pc-flex2-box */
.container .pc-flex2-box{
}

.container .pc-flex2-box .item-box + .item-box{
	margin-top: 2em;
}

.container .pc-flex2-box .item-box h4{
	color: #64588f;
	font-size: calc((24/16) * 1em);
}

.container .pc-flex2-box .item-box .note-box{
	margin-bottom: 1em;
}

@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;

		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	
	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;
	}
}




/* p2 banner-box */
.p2 .banner-box{
	border: 4px solid #0056a7;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	display: block;
	text-decoration: none;
	max-width: 620px;
	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 {
  text-align: center;
  font-weight: bold;
	margin-bottom: 2em;
	/*
	font-size: calc((20/16) * 1em);
	*/
	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-size: 1.25em;
	*/
  font-weight: bold;
}

.container .thanks-box .data-box {
	/*
  font-size: calc((14 / 16) * 1em);
	*/
	
	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{
	font-size:min(4vw,20px);
}

.next-page-box a{
	text-decoration: none;
	line-height: 1.3;
	font-weight: bold;
  color: #000;
	width: 100%;
  
  display:-webkit-box;
  display:-ms-flexbox;
  display:inline-flex;
		
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.next-page-box a .icon {
  padding: 0.5em 0.1em;
  
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-page-box a .text{
	padding: 0.5em 0 0.5em 1em;
  
	/*
  -ms-flex-preferred-size: calc(100% - 20%);
  flex-basis: calc(100% - 20%);
	*/
}

@media screen and (min-width: 768px) { /* tab pc */
	div.next-page-box{
		font-size: 125.00%; /* 20px */
		
		max-width: 30em;
		margin: 0 auto;
	}
	
	div.next-page-box a{

	}
  
  div.next-page-box a .icon {

  }
  div.next-page-box a .text{
		-ms-flex-preferred-size: auto;
    flex-basis: auto;
	/*
    -ms-flex-preferred-size: calc(100% - 108px);
	  flex-basis: calc(100% - 108px);
	*/
  }
}

@media screen and (min-width: 960px) { /* pc */	
	div.next-page-box{
	}
	div.next-page-box:hover .text,
	div.next-page-box:hover .text > *{
		text-decoration: underline;
	}	
}


/* pager */
.pager-box {
	padding: 0 2%;
	text-align: center;
	color: #fff;
	font-size: 175.00%; /* 28px */
	font-weight: bold;
	
	background-color: #0056a7;
}
.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;
}
