@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol, ul, dl {
	list-style: none;
	padding: 0;
}

.fs12px {
	font-size: 12px;
}
.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;
	}
	.pc-block {
		display: 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-num {
	text-indent: -4em;
	margin-left: 4em;
}
.container .indent-num .num{
	width: 4em;
	display: inline-block
}
.container .indent *,
.container .indent05 *,
.container .indent-ico *,
.container .indent-num *{
	text-indent: 0;
}
.container a, .container a * {
	transition: all 0.2s ease 0s;
}
.container .pd4per {
	padding: 0 4%;
}
.container .bold {
	font-weight: bold;
}
.container .mb1em {
	margin-bottom: 1em;
}
.container .mb24px {
	margin-bottom: 24px;
}
.container .mb40px {
	margin-bottom: 40px;
}
.container .pb24px {
	padding-bottom: 24px;
}
.container h1, .container h2, .container h3, .container h4, .container p, dl, dt, dd {
	padding: 0;
	margin: 0;
}
.fs12px {
	font-size: 0.75em;
}
.container {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	line-height: 1.6;
	
	position: relative;
	top: 0;
	left: 0;
}

/* official fix ----------------------- */
.trn_header, .nbo_header, .techon_header, .nxt_header,.nxr_header, .pco_header, .xwoman_header {
	text-align: center;
}
.trn_header img, .nbo_header img, .techon_header img, .nxt_header img, .nxr_header img, .pco_header img, .xwoman_header img {
	vertical-align: bottom;
	border: none;/* ie */
	max-width: 100%;
	height: 100%;
}

/* responsive header full bg onb */
div.nbo_header {
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("bg-header.png");
	background-color: #e1e1e1;/* ie8 */
}

/* xwoman */
.xwoman_sp_logo{
	text-align: center;
	padding: 13px 4% 10px;
}

.container div.xwoman_sp_logo img{
	width: auto;
}


/* responsive sp-head */
.container .sp-head {
	line-height: 1;
}

.container .sp-head img {
	width: 100%;
}

/* official-pc del */
.nbo_header,
.trn_header,
.techon_header,
.nxt_header,
.nxr_header,
.pco_header,
.xwoman_header {
	display: none;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.container .sp-head {
		display: none;
	}
	
	div.nbo_header, div.trn_header, div.techon_header, div.nxt_header, div.nxr_header, div.pco_header, div.xwoman_header {
		display: block;
	}
}

.container {
	background-color: #ededed;
}
.container .mw1000px {
	max-width: 1000px;
	margin: 0 auto;
}
.container .mw800px {
	max-width: 800px;
	margin: 0 auto;
}
.container .mw720px {
	max-width: 720px;
	margin: 0 auto;
}
.container .mw640px {
	max-width: 640px;
	margin: 0 auto;
}

.container .txt-c {
	text-align: center;
}
.container .txt-l {
	text-align: left;
}
.container .txt-r {
	text-align: right;
}

/* head */
.head-box {
	position: relative;
  z-index: 1;
}
.head-box .bg-box{  
  background-image:url("head_bg01_sp.jpg");
  padding-top: calc( (450 / 750) * 100% );
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.head-box .h1-box{
  position: absolute;
  z-index: 1;
  
  left: 0;
  top: 40%;
  width: 51%;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.head-box{
  }
  
  div.head-box .bg-box{
		background-image:url("head_bg01_pc.jpg");
		padding-top: calc( (958 / 1600) * 100% );
	}
}

@media screen and (max-width: 414px) { /* small sp */

}

/* lead */
.sec .lead-box{
	font-weight: bold;
	padding: 2em 0;
}

@media screen and (min-width: 768px) { /* tab pc */
  /* lead */
	div.head-box .lead-box{
    font-weight: bold;
    line-height: 1.6;
    font-size: 112.50%; /* 18px */
  }
}


/* sec common */
.container .sec1,
.container .sec + .sec{
	margin-top: 4em;
}

.container .sec-sub + .sec-sub{
	margin-top: 2em;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.container .sec1,
	div.container .sec + .sec{
		margin-top: 6em;
	}
	div.container .sec-sub + .sec-sub{
		margin-top: 3em;
	}
}

.container .sec .sec-ttl-box {
	position: relative;
  z-index: 1;
  
	line-height: 1.3;
  margin-bottom: 40px;
	
	color: #1d50a2;
}

.container .sec .sec-ttl-box:after {
  content: " ";
  display: block;
  width: 876px;
  height: 10px;
  
  position: absolute;
  z-index: 0;
  bottom: -24px;
	left: 0;
	
	background-image: url("sec_title_border01.png");
	background-repeat: no-repeat;
}

.container .sec .sec-ttl-box .text{
	font-weight: normal;
	text-align: center;
	font-size: 5vw;
	max-width: 640px;
}

@media screen and (min-width: 768px) { /* tab sp */
	div.container .sec .sec-ttl-box {
		margin-bottom: 64px;
	}
	
	div.container .sec .sec-ttl-box .text{
		font-size: 175.00%; /* 28px */
	}
}

.sec-txt-box{
  
}

.sec-txt-box p + p{
  margin-top: 1.5em;
}

.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: 1.5em auto 0;
	font-size: 0.75em;
	
	max-width: 520px;
	text-align: left;
}

.note-box{
	font-size: 0.75em;
}

.sec-txt-box + .note-box{
  margin-top: 2em;
}

.container .side-img-box + .side-img-box{
  clear: both;
}

/* side img box */
.container .side-img-box{	
	width: 48%;
	max-width: 340px;
	
	margin-bottom: 2em;
	
	position: relative;
	z-index: 1;
}

.container .side-img-box .img-radius{	
	border-radius: 24px;
}

.container .side-img-box .prof-box{	
	line-height: 1.3;
	
	position: relative;
	z-index: 1;
}


.container .side-img-box .prof-txt-box{
  line-height: 1.4;
	color: #fff;

	background-color: #eb5e00;
}

.container .side-img-box .prof-txt-box .title{
	font-size: 87.50%; /* 14px */
}

.container .side-img-box .prof-txt-box .name{
	font-size: 156.30%; /* 25px */
	font-weight: bold;
}

.container .side-img-box .prof-txt-box .name .shi{
	font-size: calc((20 / 25) * 1em );
}

@media screen and (min-width: 768px) { /* tab pc */	
	div.container .side-img-box .prof-box{
	}
	div.container .side-img-box .img-radius{	
		border-radius: 48px;
	}
	div.container .side-img-box .prof-txt-box .name-pc-small{
		font-size: 150.00%; /* 24px */
	}
}

@media screen and (min-width: 960px) { /* pc */	
	
}

/* side img box left */
.container .img-box-l .side-img-box{
	float: left;
	margin-right: 4%;
}

.container .img-box-l .side-img-box .prof-box{
	padding: 0.8em 1em 0.8em 0;
}

.container .img-box-l .side-img-box .prof-box .prof-txt-box{
	display: inline-block;
	text-align: left;
	margin: 0;
}
@media screen and (min-width: 768px) { /* tab pc */	
	div.container .img-box-l .side-img-box .prof-box{
    padding: 0.8em 0.5em 1.6em 0;
	}
}

.container .img-box-l .side-img-box:after{	
	content: " ";
	display: block;
	width: 200%;
	height: 340px;
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	background-color: #eb5e00;
	border-radius: 0 0 24px 0;
}
@media screen and (min-width: 768px) { /* tab pc */	
	div.container .img-box-l .side-img-box:after{	
		border-radius: 0 0 48px 0;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .img-box-l .side-img-box .prof-box{
		padding: 1em;
		text-align: center;
	}
	div.container .img-box-l .side-img-box .prof-box .prof-txt-box{
		margin: 0 auto;
		text-align: center;
	}
}


/* side img box right */
.container .img-box-r .side-img-box{
	float: right;
	margin-left: 4%;
}
.container .img-box-r .side-img-box .prof-box{
	padding: 0.8em 0 0.8em 1em;
}
.container .img-box-r .side-img-box .prof-box .prof-txt-box{
	margin: 0;
}

@media screen and (min-width: 768px) { /* tab pc */	
	div.container .img-box-r .side-img-box .prof-box{
    padding: 0.8em 0 1.6em 1.6em;
	}
}

.container .img-box-r .side-img-box:after{	
	content: " ";
	display: block;
	width: 200%;
	height: 340px;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	background-color: #eb5e00;
	border-radius: 0 0 0 24px;
}
@media screen and (min-width: 768px) { /* tab pc */	
	div.container .img-box-r .side-img-box:after{	
		border-radius: 0 0 0 48px;
	}
}

@media screen and (max-width: 414px) { /* small sp */
	div.container .img-box-r .side-img-box .prof-box{
	}
	div.container .img-box-r .side-img-box .prof-box .prof-txt-box{
		margin: 0 auto;
	}
}


@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 4% 1.5em;
		max-width: none;
	}
}

.container .img-box-l +  .img-box-r{
  margin-top: 1.5em;
}

/* p1 */
.p1 .caption01{
	text-align: left;
	max-width: 208px;
	margin-bottom: 16px;
}

/* next page */
.next-page-box{
	font-size: 3.4vw;
	padding: 0 4%;
	text-align: center;
}

.next-page-box a{
	text-decoration: none;
	line-height: 1.3;
	font-weight: bold;
	max-width: 406px;
	width: 100%;
	display: inline-block;
}

@media screen and (min-width: 768px) { /* tab pc */
	div.next-page-box{
		font-size: 125.00%; /* 20px */
	}
}

@media screen and (min-width: 960px) { /* pc */	
	div.next-page-box{
	}

	div.next-page-box a:hover img {
		-webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 5px rgba(235,94,0, 0.8));
		filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 5px rgba(235,94,0, 0.8));
	}
	
}

.longurl {
	word-break: break-all;
}

/* info */
.p2 .infoArea {
  padding: 60px 0 80px;
  background: #eee;
  width: 100%;
  text-align: center;
}
.p2 .infoArea p:nth-of-type(1) {
  margin: 50px 0 1.5em;
  line-height: 1.5;
  font-weight: 700;
}
.p2 .infoArea p:nth-of-type(1) span {
  display: block;
  font-weight: 500;
}
.p2 .infoArea p:nth-of-type(2) {
  margin: 2em 0 0;
}
.p2 .infoArea a {
  color: #007db8;
  text-decoration: none;
  background: linear-gradient(currentColor 0 0) bottom/var(--d, 0) 1px no-repeat;
  transition: 0.4s;
}
.p2 .infoArea a:nth-of-type(3) {
  font-size: 85%;
}
.p2 .infoArea a:hover {
  --d: 100%;
}
.p2 .infoArea a.logolink {
  display: block;
  width: min(45%, 180px);
  margin: auto;
  background: none;
}
.p2 .infoArea a.logolink img {
  transition: 0.4s;
}
.p2 .infoArea a.logolink img:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) { /* tab pc */
  div.p2 .infoArea {
    margin-top: 80px;
  }
  div.p2 .infoArea a.logolink {
    width: 200px;
    margin: auto;
  }
  div.p2 .infoArea a:nth-of-type(3) {
    font-size: 100%;
  }
}

/* thanks */
.container .thanks-box{
	text-align: center;
}

.container .thanks-box .title-box {
  text-align: center;
  font-weight: bold;
	margin-bottom: 2em;
}

.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: 364px;
	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);
}

@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;
	}
}


/* pager */
.pager-box {
	padding: 0 2%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
  color: #fff;
  background-color: #8e9193;
  margin-bottom: 1em;
}
.pager-box ul {
	margin: 0;
	padding: 0;
	line-height: 1;
	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pager-box ul li {
	list-style: none;
	margin: 0;
	
	-ms-flex-preferred-size: 1.6em;
	flex-basis: 1.6em;
	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.pager-box ul li + li{
}

.pager-box ul li a,
.pager-box ul li .a {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	
	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;
	
	text-decoration: none;
	color: #fff;
	width: 1.4em;
	height: 1.6em;
}

.pager-box ul li.current .a{
	text-decoration: underline;
}
div.pager-box ul li.txt {
	-ms-flex-preferred-size: 5em;
	flex-basis: 5em;
}

div.pager-box ul li.txt a{
	padding: 0 0.2em;
}

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 .a{
		text-decoration: underline;
	}
}


@media screen and (min-width: 768px) { /* tab pc */
	div.pager-box {
		font-size: 187.50%; /* 30px */
	}
}

/* crypt */
.crypt-box{
	font-size: 0.75em;
}