@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;
	}
}

.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-ico {
	text-indent: -1em;
	margin-left: 1em;
}

.container .indent *,
.container .indent05 *,
.container .indent-ico *{
	text-indent: 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;
	
	position: relative;
	top: 0;
	left: 0;
}

.font-mincho{
  font-family: 'Noto Serif JP', serif;
}

.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: #fff;
	color: #6c7987;
}

.head-box .bg-box{
	background-image:url("head_img01_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
  background-position: bottom center;
	
	padding-top: calc( (578 / 750) * 100% );
	
	position: relative;
	z-index: 1;
}

.head-box .icon-box{
  position: absolute;
	z-index: 2;
	top: 3%;
	left: 1.8%;
	width: 19.3%;
}

.head-box .h1-box{
  position: absolute;
	z-index: 1;
	top: 3%;
	left: 0;
	width: 100%;
}

.head-box .sub-box{
  position: absolute;
	z-index: 2;
	top: 25vw;
	left: 32.4%;
	width: 36.6%;
}

@media screen and (min-width: 768px) { /* tab pc */
 	div.head-box .bg-box{
		background-image:url("head_img01_pc.jpg");
		padding-top: calc( (1233 / 1600) * 100% );
	}
	
	div.head-box .h1-box{

	}
}

/* head prof */
.head-prof-box{
	background-color: #6c7987;
	color: #fff;
	padding: 16px 0;
}

.head-prof-box .text{
	font-size: calc((14/16) * 1em);
}

.head-prof-box .name{
	font-size: calc((20/16) * 1em);
	font-weight: bold;
}

.head-prof-box .name .shi{
	font-size: calc((14/20) * 1em);
}

.head-prof-box .prof{
	font-size: 12px;
}

.head-prof-box .flex-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	gap: 0 4%;
	
	text-align: center;
}

.head-prof-box .flex-box .item-box {
  flex: 1; /* 等幅 */
}

.head-prof-box .flex-box .inner-box{
	display: inline-block;
	text-align: left;
	max-width: 32em;
}

/* lead */
.lead-box {
	font-weight: bold;
	background-color: #fff;
	color: #000000;
	padding: 2em 0 0;
	text-align: center;
}
@media screen and (min-width: 768px) { /* tab pc */
	div.lead-box {
		font-size: calc((18/16) * 1em);
	}
	div.lead-box .inner-box{
		max-width: 1000px;
	}
}

/* sec common */
.sec{

}

.p2 .sec1,
.container .sec + .sec {
	margin-top: 4em;
}
.container .sec-sub + .sec-sub {
	margin-top: 2.5em;
}
.container .sec-sub2 + .sec-sub2 {
	margin-top: 1.5em;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.p1 .sec1,
	div.container .sec + .sec {
		margin-top: 6em;
	}
  div.container .sec-sub + .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;
}

.container .sec .sec-ttl-box h2 {
	font-size:min(5.5vw,2em);
	font-weight: bold;
	line-height: 1.3;
	
	color: #6c7987;
	text-align: center;

	position: relative;
  z-index: 1;
	
	overflow: hidden;
	
	padding-bottom: 24px;
}

.container .sec .sec-ttl-box h2:before {
  content: " ";
  display: block;
  width: 90px;
  height: 10px;
  
  position: absolute;
  z-index: 0;
  bottom: 0;
	right: 50%;

	background-color: #6c7987;
	border-radius: 5px 0 0 5px;
}

.container .sec .sec-ttl-box h2:after {
  content: " ";
  display: block;
  width: 90px;
  height: 10px;
  
  position: absolute;
  z-index: 0;
  bottom: 0;
	left: 50%;

	background-color: #00a7db;
	border-radius: 0 5px 5px 0;
}

@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: 2em;
	}
}

.note-box{
	font-size: 0.75em;
}

.container .sec-txt-box p + p{
  margin-top: 1.5em;
}


.container .img-box-l .side-img-box,
.container .img-box-r .side-img-box{
	margin: 0 0 1.5em;
}

@media screen and (min-width: 768px) { /* tab pc */
	/* side img box */
	.container .side-img-box{	
		width: 50%;
		margin: 0 0 2em;
	}

	/* side img box left */
	.container .img-box-l .side-img-box{
		float: left;
		margin: 0 4% 0 0;
	}

	/* side img box right */
	.container .img-box-r .side-img-box{
		float: right;
		margin: 0 0 0 4%;
		text-align: left;
	}
}

.container .img-box-r + .img-box-l{
	margin-top: 1em;
}


/* p1p2 */
.name01{
	color: #6c7987;
	font-weight: bold;
}
.name02{
	color: #00a7db;
	font-weight: bold;
}

/* reason */
.reason-box{
	padding: 0 4% 4%;
}

.reason-box .title-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	max-width: 500px;
	margin-bottom: 16px;
}

.reason-box .title-box .icon-box{
	-ms-flex-preferred-size: 22%;
	flex-basis: 22%;
	margin-right: 3%;
	flex-shrink: 0;
}

.reason-box .title-box .text{
	padding-top: 0.5em;
	font-size:min(6vw,34px);
	flex-grow: 1;
	line-height: 1.4;
}

.reason-box .reason-inner-flex-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reason-box .reason-inner-flex-box .img-box{
	-ms-flex-preferred-size: 36%;
	flex-basis: 36%;
	flex-shrink: 0;
	max-width: 190px;
}

.reason-box .reason-inner-flex-box .text-box{
}

.reason-box .reason-inner-flex-box .text-box{
	flex-grow: 1;
	padding-left: 4%;
}

.reason-box .reason-inner-flex-box .check-list-box{
	margin-bottom: 0.2em;
}

.reason-box .reason-inner-flex-box .check-list-box ul li{
	position: relative;
	z-index: 1;
	padding-left: 1.6em;
	
	font-size: min(3.2vw,18px);
	font-weight: bold;
	color: #6c7987;
}

.reason-box .reason-inner-flex-box .check-list-box ul li::before{
	content: " ";
	background-image: url(icon_check.svg);
	background-position: center;
	background-size: 100% auto;
	width: 1.2em;
	height: 1.2em;
	display: block;
	
	position: absolute;
	top: 0.3em;
	left: 0;
}

.reason-box .reason-inner-flex-box .text-box .text{
	font-size: calc((13/16) * 1em);
}

.reason-blue{
	background-color: #ccedf8;
}

.reason-gray{
	background-color: #e3e3e6;
}

/* inner row-reverse */
.reason-box .row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.reason-box div.row-reverse .text-box {
  padding: 0 4% 0 0;
}

/* p1 */
/* p1 reason flex */
.p1 .reason-flex-box{

}

@media screen and (min-width: 768px) { /* tab pc */
	/* p1 only */
	div.p1 .reason-flex-box{
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	}
	
	div.p1 .reason-flex-box .item-box{
		flex: 1;
	}
	
	/* p1, p2 */
	div.reason-box{
		padding: 0 16px 16px;
	}
	div.reason-box .title-box .text{
		padding-top: 0.55em;
		font-size:min(3vw,30px);
	}
	div.reason-box .reason-inner-flex-box .img-box{
		max-width: none;
	}
	div.reason-box .reason-inner-flex-box .check-list-box ul li{
		font-size: min(1.8vw,18px);
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.reason-box .reason-inner-flex-box{
		display: block;
	}
	div.reason-box .reason-inner-flex-box .img-box{
		text-align: center;
		margin: 0 0 16px;
		max-width: none;
	}
	div.reason-box .reason-inner-flex-box .check-list-box ul li{
		font-size: 16px;
	}
	
	div.reason-box div.reason-inner-flex-box .text-box{
		padding: 0;
	}
}


/* p2 img */
.p2 .img-title-box{
	font-size: calc((18/16) * 1em);
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.5em;
}

.p2 .mw400px{
	max-width: 400px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) { /* tab pc */	
	div.p2 .img-title-box{
		font-size: calc((22/16) * 1em);
	}
}

/* p2 banner */
.banner-box{
	text-align: center;
	margin-top: 48px;
}


/* thanks */
.thanks-box{
  padding: 0;
  text-align: center;
}

.thanks-box a{
  color: #000;
  text-decoration: none;
  
  display: inline-block;
}

.thanks-box .logo-box{
	font-size: 2em;
	font-weight: bold;
}

.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 a:hover{
    text-decoration: underline;
  }

  div.thanks-box .inner-box .text-box .title-box{
    font-size: 137.50%; /* 22px */
  }
}

.longurl {
	word-break: break-all;
}

/* next page */
.next-page-box{
	overflow: hidden;
	font-size:min(6vw,125.00%); /* 20px */
}

.next-page-box a{
	color: #000;
	text-decoration: none;
	line-height: 1.3;
}

.next-page-box a .flex-box{
	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;
}

.next-page-box a .icon {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
  margin-right: 5%;
	line-height: 1;
	
	font-size: calc((24 / 20) * 1em);
	color: #fff;
}

.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;
		max-width: 100px;
	}
}


/* pager */
.pager-box {
	padding: 0 2%;
	text-align: center;
	color: #fff;
	font-size: 175.00%; /* 28px */
	font-weight: bold;
	
	background-color: #00a7db;
}
.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; }