@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: #dedede;
	color: #113961;
}

.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( (432 / 750) * 100% );
	
	position: relative;
}

.head-box .icon-box{
  position: absolute;
	z-index: 2;
	top: 58.5%;
	left: 1.8%;
	width: 16.5%;
}

.head-box .sub-box{
  position: absolute;
	z-index: 2;
	top: 2.8vw;
	left: 38%;
	width: 24%;
}

.head-box .h1-box{
  position: absolute;
	z-index: 2;
	top: 61%;
	left: 21%;
	width: 60%;
}

@media screen and (min-width: 768px) { /* tab pc */
 	div.head-box .bg-box{
		background-image:url("head_img01_pc.jpg");
		padding-top: calc( (920 / 1600) * 100% );
	}
	
	div.head-box .h1-box{

	}
}

/* pr */
.lead-box .pr-box{
	margin-top: 0.6em;
	font-size: 0.75em;
}
.p2 .lead-box .pr-box{
	margin-top: 0;
}

/* lead */
.lead-box {
	/*
	font-weight: bold;
	*/
	font-size:min(4vw,20px);
	background-color: #113961;
	color: #fff;
	padding: 1em 4% 1em;
	text-align: center;
}

.lead-box .inner-box{
  max-width: 440px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.lead-box {
		font-size: 125.00%; /* 20px */
	}
	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: #113961;

	position: relative;
  z-index: 1;
	
	overflow: hidden;
	
	padding-left: 1.5em;
	text-align: center;
}

.container .sec .sec-ttl-box h2:after {
  content: " ";
  display: block;
  width: 1em;
  height: 1em;
  
  position: absolute;
  z-index: 0;
  top: 0.25em;
	left: 0;

	background-color: #dedede;
}

@media screen and (min-width: 768px) { /* tab sp */
	div.container .sec .sec-ttl-box {
		margin-bottom: 40px;
	}
	div.container .sec .sec-ttl-box h2 {
		font-size: 2em;
		padding-left: 2em;
		text-align: left;
	}
}

/* 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{
	font-size: 0.75em;
}

.container .sec-txt-box p + p{
  margin-top: 1.5em;
}


/* side img box */
.container .side-img-box{	
	width: 48%;
	max-width: 340px;
	margin-bottom: 2em;
}

.container .side-img-box .prof-txt-box{
	max-width: 16em;
	width: 100%;
	display: inline-block;
	padding-top: 0.5em;
	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{
    font-size: 0.75em;
		max-width: none;
  }
}


/* side img box left */
.container .img-box-l .side-img-box{
	float: left;
	margin-right: 4%;
	text-align: right;
}


/* side img box right */
.container .img-box-r .side-img-box{
	float: right;
	margin-left: 4%;
}

@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;
	}
}

.img-box-r + .img-box-l{
	margin-top: 1.5em;
}

/* p1p2 */
.name01{
	color: #858483;
	font-weight: bold;
}
.name02{
	color: #113961;
	font-weight: bold;
}

/* p1 */
/* p1 photo common */
.p1 .side-img-bg-box{
	position: relative;
	z-index: 1;
	padding-bottom: 1em;
}
.p1 .side-img-bg-box::before{
	content: " ";
	display: block;
	height: 20px;
	width: 50%;
	background-color: #fff;
	
	position: absolute;
	top: 0;
	z-index: 1;
}
.p1 .side-img-bg-box figure{
	position: relative;
	z-index: 1;
}

/* p1 photo01 */
.p1 .img-box-r .side-img-bg-box{
	background-color: #dedede;
	color: #113961;
	padding-left: 20px;
}

.p1 .img-box-r .side-img-bg-box::before{
	left: 0;
}

.p1 .img-box-r .side-img-bg-box .title{
	padding-right: 1em;
}

/* p1 photo02 */
.p1 .img-box-l .side-img-bg-box{
	background-color: #113961;
	color: #fff;
	padding-right: 20px;
}

.p1 .img-box-l .side-img-bg-box::before{
	right: 0;
}

.p1 .img-box-l .side-img-bg-box .prof-txt-box{
	padding-left: 1em;
}

@media screen and (min-width: 768px) { /* tab pc */	
	div.p1 .side-img-bg-box::before{
		height: 40px;
	}
	
	/* p1 photo01 */
	div.p1 .img-box-r .side-img-bg-box{
		padding-left: 40px;
	}
	
	/* p1 photo02 */
	div.p1 .img-box-l .side-img-bg-box{
		padding-right: 40px;
	}
	div.container .side-img-box .prof-txt-box {
		width: auto;
		text-align: left;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.p1 .img-box-r .side-img-bg-box .title{
		padding-right: 0;
	}
	
	div.p1 .img-box-l .side-img-bg-box .prof-txt-box{
		padding-left: 0;
	}
}

/* p1-img-box */
.p1 .p1-img-box {
	border-top: 4px solid #dedede;
	border-bottom: 4px solid #dedede;
	padding: 1em 0;
	line-height: 1.2;
}
.p1 .p1-img-box .img-box{
	text-align: center;
	margin-bottom: 0.5em;
}
.p1 .p1-img-box .flex-box{
	margin-bottom: 0.5em;
	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
		
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.p1 .p1-img-box .flex-box .name{
	font-weight: bold;
}
.p1 .p1-img-box .flex-box .company,
.p1 .p1-img-box .flex-box .number{
	font-size: 87.50%; /* 14px */
}

.p1 .p1-img-box .flex-box .border-box{
	color: #113961;
	border: 1px solid #113961;
	text-align: center;
	display: inline-block;
	padding: 0.2em;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 0.2em;
}

@media screen and (min-width: 768px) { /* tab pc */	
	div.p1-img-box{
		display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	div.p1-img-box .img-box{
		-ms-flex-preferred-size: 50%;
		flex-basis: 56%;
		margin-right: 1em;
		margin-bottom: 0;
	}
	div.p1-img-box .text-box{
		max-width: 256px;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.p1 .p1-img-box .flex-box{
		display: block;
		margin-top: 0.5em;
	}
	div.p1 .p1-img-box .flex-box .item-box + .item-box{
		margin-top: 0.5em;
	}
}

/* p2 */
/* sec-hit-box */
.p2 .sec-hit-wrap{ /* l */
	padding-top: 30px;
	overflow: hidden;
}

.p2 .sec-hit-box{
	position: relative;
	z-index: 1;
	padding: 0 0 24px;
	margin-bottom: 2em;
}

.p2 .sec-hit-box .icon-box{
	position: relative;
	top: -30px;
}

.p2 .sec-hit-box .inner-text-box{
	padding: 0 24px;
	line-height: 1.4;
}

.p2 .sec-hit-box .hit-title-box{
	margin-top: -16px;
	margin-bottom: 16px;
}

.p2 .sec-hit-box .inner-sec{
	overflow: hidden;
}

.p2 .sec-hit-box .inner-sec + .inner-sec{
	margin-top: 16px;
}

.p2 .sec-hit-box .inner-sec .img-box01{ /* l */
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
	width: 48%;
	max-width: 230px;
}

.p2 .sec-hit-box .inner-sec .img-box02{ /* r */
	text-align: center;
	margin-bottom: 0.5em;
}

.p2 .sec-hit-box .inner-sec .img-box03{ /* r */
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
	width: 50%;
	max-width: 250px;
}

.p2 .sec-hit-box .inner-sec .cap-title{
	font-weight: bold;
	margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) { /* tab pc */	
	div.p2 .sec-hit-box{
		width: 48%;
		margin-bottom: 0;
	}
}

/* sec-hit-box-l */
.p2 .sec-hit-box-l{
	background-color: #113961;
	color: #fff;
	margin-right: 4%;
}

.p2 .sec-hit-box-l::before{
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	display: block;
	
  width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 0px 24px 24px 0px;
}

.p2 .sec-hit-box-l::after{
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	display: block;
	
  width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	border-width: 0px 0px 24px 24px;
}

@media screen and (min-width: 768px) { /* tab pc */	
	div.p2 .sec-hit-box-l{
		float: left;
	}
}

/* sec-hit-box-r */
.p2 .sec-hit-box-r{
	background-color: #dedede;
	color: #113961;
	margin-left: 4%;
}

.p2 .sec-hit-box-r::before{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	
  width: 0;
	height: 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 24px 24px 0px 0px;
}

.p2 .sec-hit-box-r::after{
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	display: block;
	
  width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 24px 0px 0px 24px;
}

.p2 .sec-hit-box-r .icon-box{
	text-align: right;
}

@media screen and (min-width: 768px) { /* tab pc */	
	div.p2 .sec-hit-box-r{
		float: right;
	}
}





/* p2 cta */
.p2 .cta-box a{
	border: 4px solid #dedede;
	border-radius: 0.5em;
	overflow: hidden;
	color: #005d7c;
	text-decoration: none;
	line-height: 1.4;
	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5em 5%;
}

.p2 .cta-box a .img-box{
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	text-align: center;
}

.p2 .cta-box a .text-box{
	-ms-flex-preferred-size: 59%;
	flex-basis: 59%;
	
	text-align: center;
	font-weight: bold;
	font-size: 4vw;
}

.p2 .cta-box a:hover,
.p2 .cta-box a:hover .hover-line{
	text-decoration: underline;
}

@media screen and (min-width: 768px) { /* tab pc */	
	div.p2 .cta-box a .text-box{
		font-size: calc((30/16) * 1em);
	}
}




/* thanks */
.thanks-box{
  padding: 0;
  text-align: center;
}

.thanks-box a{
  color: #000;
  text-decoration: none;
  
  display: inline-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 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-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: #113961;
}

.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;
	}
}


/* pager */
.pager-box {
	padding: 0 2%;
	text-align: center;
	color: #113961;
	font-size: 175.00%; /* 28px */
	font-weight: bold;
	
	background-color: #dedede;
}
.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: #113961;
	display: block;
	width: 1.6em;
	height: 1.6em;
}
.pager-box ul li.current {
	color: #113961;
	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: #113961;
		text-decoration: underline;
	}
}

/* clearfix */
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
