@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 .indent05{
	text-indent: 0.5em;
}
.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 *,
.container .indent05 *,
.container .indent-icon1em *{
	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 .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{
	line-height: 1;
  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: #827e7c;
}

.head-box .head-bg-box img{
	line-height: 1;
}

.head-box .hgroup-box .icon-box01{
	position: absolute;
	bottom: 66.4%;
	left: 0;
	z-index: 1;
	
	width: 48%;
}

.head-box .hgroup-box .title-main{
	position: absolute;
	top: 33%;
	left: 0;
	z-index: 1;
	
	width: 48%;
}

@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%);
	}
	
	div.head-box .hgroup-box .icon-box01{
		width: 38.2%;
	}
}


@media screen and (max-width: 414px) { /* small sp */
	div.head-box .hgroup-box .icon-box01{
		width: 55%;
	}
}

.p2 .head-box{
	border-bottom: 2em solid #cfe2ec;
}

/* lead */
.lead-box {
	font-weight: bold;
	background-color: #cfe2ec;
	padding: 1.5em 0;
}

.lead-box .inner-box{
	margin: 0 auto;
	max-width: 51em;
	width: 100%;
}

/* 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-bottom: 0.5em;
	border-bottom: 4px #116fa1 solid;
}

.container .sec .sec-heading-a h2 {
	display: inline-block;
	font-size:min(5.5vw,2em);
	font-weight: bold;
	line-height: 1.3;
	
	background-color: #fff;
	padding: 0 1em;
}


@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: 24px;
	text-align: center;
}

.container .sec .sec-heading-b h3 {
	font-size:min(4.5vw,24px);
	font-weight: bold;
	line-height: 1.3;
	
	background-color: #116fa1;
	padding: 0.2em;
	color: #fff;
}


/* 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{
	line-height: 1.4;
	margin-top: 0.5em;
	font-size: 0.75em;
}

.note{
	line-height: 1.4;
	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: 340px;
}

.container .side-img-box .prof-box{
	padding: 0 0 1em;
}

.container .side-img-box .prof-txt-box{
	padding: 0.5em 1em 1em;
	line-height: 1.4;
}

.container .side-img-box .prof-txt-box .title{
	font-size: calc((12/16) * 1em);
	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: 4%;
}

.container .img-box-l .side-img-box .prof-txt-box{
	padding-left: calc((100/48) * 4%)
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-l .side-img-box{
		margin-right: 4%;
	}
	div.container .img-box-l .side-img-box .prof-box .prof-txt-box {
		padding-left: 0;
    margin-left: clamp(calc((100/48) * 4%), calc((100vw - 800px) / 2), 100px);
  }
}

.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%; 
}

@media screen and (min-width: 768px) { /* tab pc */
	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;
	}
}

/* side-img-box2 */
.container .img-box-l .side-img-box2{
	margin: 2em auto 0;
	max-width: 340px;
}
.container .img-box-l .side-img-box2 .text-box{
	margin-top: 1em;
	line-height: 1.4;
	font-size: calc((14/16) * 1em);
}
@media screen and (min-width: 768px) { /* tab pc */
	div.container .img-box-l .sec-text-box{
		overflow: hidden;
	}
	div.container .img-box-l .side-img-box2-wrap{
		position: relative;
		z-index: 1;
	}
	div.container .img-box-l .side-img-box2{
		padding-left: clamp(calc(4%), calc((100vw - 800px) / 2), 100px);
		max-width: 340px;
		width: 48%;
		position: absolute;
		bottom: 0;
		z-index: 1;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .img-box-l .side-img-box2{
		padding: 0 4%;
	}
}

/* border-box */
.container .border-box{
	border-top: 10px solid #cfe2ec;
	border-bottom: 10px solid #cfe2ec;
	padding: 20px 0;
}

.container .border-box .text-box{
	padding-top: 0.5em;
	
	font-size: calc((14/16) * 1em );
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .border-box{
		border-width: 20px;
		padding: 20px 0;
	}
}

/* flex2-box */
.container .flex2-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.container .flex2-box .item-box{
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
}

.container .flex2-box > .item-box + .item-box{
	margin-top: 0;
}

.container .pc-flex2-box > .item-box + .item-box{
	margin-top: 2em;
}

@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;
	}
}

.container .mb8px{
	margin-bottom: 8px;
}

.container .title14{
	font-size: calc((14/12) * 1em);
	line-height: 1.2;
}

.container .text-icon{
	background-color: #116fa1;
	color: #fff;
	margin: 4px 0;
	padding: 2px 4px;
	font-size: calc((14/12) * 1em);
	width: fit-content;
}

/* flex3 */
.container .pc-flex3-box{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.container .pc-flex3-box .item-box{
	-ms-flex-preferred-size: calc((100% - 8%) / 7);
	flex-basis: calc((100% - 7%) / 3);
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .pc-flex3-box{
		display: block;
	}
	div.container .pc-flex3-box .item-box + .item-box{
		margin-top: 2em;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.container div.sp-block{
		display: block;
	}
	div.container div.sp-block .item-box + .item-box{
		margin-top: 1em;
	}
}


.container .title16{
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin: 0.5em 0;
}

/* bg blue */
.container .bg-blue-box{
	background-color: #cfe2ec;
	padding: 20px 0;
}

.container .sec .bg-blue-box .sec-heading-b h3 {
	background-color: #fff;
	color: #116fa1;
}

.container .sec .bg-blue-box .title16blue{
	color: #116fa1;
	line-height: 1.4;
	margin-bottom: 0.2em;
}

/* banner-box */
.container .banner-box{
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	display: block;
	text-decoration: none;
	max-width: 644px;
	margin: 0 auto;
	
	border: 4px solid #727171;
}


/* 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;
}

/* next */
.container a.next-box{
	color: #000;
	text-decoration: none;
}
.container a.next-box:hover{
	text-decoration: underline;
}

.container .next-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;
	
	font-size:min(5vw,20px);
}
.container .next-box .icon-box {
	margin-right: 3%;
	line-height: 1;
	width: 6em;
}

.container .next-box .text-box {
	line-height: 1.3;
	font-weight: bold;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .next-box .icon-box {
		margin-right: 3%;
		width: 6em;
	}
}


/* pager */
.pager-box {
	padding: 0 2%;
	text-align: center;
	color: #fff;
	font-size: 175.00%; /* 28px */
	font-weight: bold;
	
	background-color: #116fa1;
}
.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;
}
