@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');

.clearfix:after {
	content:".";
	font-size: 0.1em;
	line-height: 0; 
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1px;
}
.clearfix {
	display:block;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

html {
	margin : 0;
	padding : 0;
	width:100%;
	height : 100%;
	font-size: 62.5%;
}
body {
	margin : 0;
	padding : 0;
	width : 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color:#000;
	line-height:2;
	letter-spacing: 0.02em;
	z-index: 1;
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto | grayscale;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	background-color:#FFF;
}


br {
	letter-spacing: 0;
}
h1,
h2,
h3 {
	margin:0;
	padding:0;
	font-weight: bold;
}
h1 {
	font-size:100%;
}
h2 {
	font-size:140%;
}
h3 {
	font-size:100%;
}
h4 {
	font-size:105%;
}
small {
	font-size:12px;
}
p,
address {
	margin : 0;
}
a:link,
a:visited {
	color:#000;
	text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}
a:hover,
a:active {
	text-decoration: none;
}
a.link:link,
a.link:visited {
	color:#006;
	text-decoration: underline;
}
a.nolink {
	opacity: 0.5;
	pointer-events: none;
}
img {
	width: 100%;
	height: auto;
	display: block;
	border : none;
	margin:0;
	padding:0;
}
img a:link,
img a:visited,
img a:hover,
img a:active {
	text-decoration: none;
}
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4 {
	padding: 0;
	margin: 0;
}
li {
	display:block;
}

.bg_cover {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pc,
.br_pc {
	display: inline;
}
.sp,
.br_sp {
	display: none;
}

/* baselayout--------------------------------------------------------- */
/*---Flecbox */
.flex {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}
.flex_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_left {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flex_right {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.flex_top {
	-webkit-align-items: flex-start;
  align-items:         flex-start;
}
.flex_bottom {
	-webkit-align-items: flex-end;
  align-items:         flex-end;
}
.flex_stretch {
	-webkit-align-items: stretch;
  align-items:         stretch;
}
.flexself_center {
	-webkit-align-self: center;
	align-self: center;
}
.flexself_left {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}
.flexself_right {
	-webkit-align-self: flex-end;
	align-self: flex-end;
}

/*---Animation */
.anime .obj {
  -webkit-transition: .5s;
  transition: .5s;
	-webkit-transform: translate(0,60px);
	transform: translate(0,60px);
	-webkit-transition-timing-function:ease-in-out;
	transition-timing-function:ease-in-out;
	opacity: 0;
}
.anime .obj.active {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}


/* pagenation--------------------------------------------------------- */
#pagenation.pagenation {
	width: 100%;
	position: relative;
	padding: 5%;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
	background: #FFF;
}
#pagenation.pagenation .txt_link {
	margin-bottom: 80px;
}
#pagenation.pagenation .txt_link a {
	width: 100%;
	height: 50px;
	max-width: 800px;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #171f55;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 25px;
	border: 2px #171f55 solid;
	background: #FFF;
}
#pagenation.pagenation .txt_link a:hover {
	-webkit-transform:scale3d(1.05, 1.05, 1);
	transform:scale3d(1.05, 1.05, 1);
	color: #FFF;
	background: #171f55;
}
#pagenation.pagenation ul {
	display: inline-block;
}
#pagenation.pagenation ul li{
	float: left;
	width: 40px;
	margin: 0 10px;
}
#pagenation.pagenation ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	color:#171f55 ;
	font-size: 2rem;
	font-weight: 300;
	border: 2px #171f55 solid;
	-webkit-transition: .2s;
	transition: .2s;	
}
#pagenation.pagenation ul li a:hover,
#pagenation.pagenation ul li.current a {
	background: #171f55;
	color: #FFF;	
	opacity: 1;
}
#pagenation.pagenation ul li.prev a,
#pagenation.pagenation ul li.next a {
	width: auto;
	height: auto;
	color:#171f55 ;
	border:0;
	background: none;
	font-size: 1.8rem;
	line-height: 40px;
}
#pagenation.pagenation ul li.prev a:hover,
#pagenation.pagenation ul li.next a:hover {
	text-decoration: underline;
}
#pagenation.pagenation ul li.prev.none a,
#pagenation.pagenation ul li.next.none a {
	color: #171f55;
}
#pagenation.pagenation ul li.prev.none a:hover,
#pagenation.pagenation ul li.next.none a:hover {
	color: #171f55;
	text-decoration: none;
}
#pagenation.pagenation ul li.prev {
	margin-right: 20px;
}
#pagenation.pagenation ul li.next {
	margin-left: 10px;
}
#pagenation.pagenation .totop {
	display: inline-block;
	margin-top: 20px;
	padding: 10px;
}

#note_text {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.4;
}

/* mainContents--------------------------------------------------------- */

.nxt_header {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#g_footer {
	width: 100%;
	position: relative;
	padding: 30px 0;
	background: #fff;
}
#url_link {
	padding: 10px;
	margin-top: 20px;
	line-height: 1.4;
	border: 1px #000 solid;
}
#url_link a {
	text-decoration: underline;
}

#official_link {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	margin-top: 100px;
}
#official_link a {
	display: block;
}

.wide {
	width: 3.5em;
	display: inline-block;
	font-weight: normal;
	-webkit-transform: scale(3, 1);
	transform: scale(3, 1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.wide_line {
	display: inline-block;
	padding: 0 0.5em;
	-webkit-transform: scale(2,1);
	-moz-transform: scale(2,1);
	-ms-transform: scale(2,1);
	transform: scale(2,1);
}


/* ***** base Layout **************** */
/* Background pattern from Toptal Subtle Patterns */
.wrapper {
	position: relative;	
}
.container {
	position: relative;
	margin: 0 auto;
}
.bg_img {
	width: 100%;
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


/* ============== 
====== Custom contents ===== 
============== */
.w800 {
	max-width: 800px;
}
section {
	width: 100%;
	position: relative;
	padding: 50px 10px;
	z-index: 1;
}
section.sec_sub {
	padding-top: 0;
}
.contentBlock {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.block {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.block:last-child {
	padding-bottom:0;
}
.img_block {
	margin: 0 auto;
	padding-top: 30px;
}
.img_block p,
.img p {
	padding-top: 10px;
	font-size: 1.3rem;
	line-height: 1.3;
}
.txt_block .txt p {
	padding-bottom: 30px;
}
.txt_block .txt p:last-child {
	padding-bottom: 0;
}
.txt_block span.b,
.txt_block span.q {
	font-weight: bold;
	color: #aa2a29;
}
.txt_block span.q {
	font-style: italic;
}
.txt_block .img {
	width: 400px;
	margin: 30px;
	margin-top: 0;
}
.txt_block .img.full {
	width: 80%;
	margin: 30px auto;
	margin-top: 80px;
}
.txt_block .img.right {
	float: right;
	margin-right: 0;
}
.txt_block .img.left {
	float: left;
	margin-left: 0;
}
.txt_block .clearfix {
	margin-bottom: 30px;
}
.title {
	width: auto;
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.4;
	color: #aa2a29;
}
.title:after {
	content: '';
	display: block;
	width: 100%;
	height: 6px;
	margin: 0 auto;
	margin-top: 10px;
	background: #aa2a29;
	border-radius: 3px;
}
p.sub {
	font-size: 80%;
}

#main_kv {
	position: relative;
	padding: 0;
	padding-bottom: 100px;
	color: #fff;
	background: #3a4754;
}
#main_kv #shoulder {
	height: 30px;
	margin-left: -40px;
	margin-bottom: 20px;
	display: inline-flex;
	align-items: center;
	padding: 0 40px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	color: #c8161d;
	background: #000;
	border-radius: 0 15px 15px 0;
}
#main_kv #main_title {
	width: 100%;
	padding: 40px;
}
#main_kv #main_title .sub {
	height: 40px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-left: -40px;
	padding: 0 40px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	background: #aa2a29;
	border-radius: 0 20px 20px 0;
}
#main_kv #main_title h1 {
	font-size: 4vw;
	font-size: clamp(2.8rem, 4vw, 6.5rem);
	font-weight: 500;
	line-height: 1.4;
}

#content_sec {
	position: relative;
	z-index: 1;
}
#main_img {
	position: relative;
	margin-top: -150px;
	margin-bottom: 30px;
	z-index: 1;
}

#lead {
	padding-bottom: 80px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.6;
}

#content_sec img {
	border-radius: 10px;
}

#credit_sec {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.4;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#credit_sec h2 {
	width: 100%;
	margin-bottom: 40px;
	font-size: 2rem;
	text-align: center;
}
.credit {
	width: 100%;
}
.credit a {
	text-decoration: underline;
	word-break: break-all;
}
.credit .logo {
	display: block;
	max-width: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.credit strong {
	display: block;
	margin-bottom: 10px;
}


/* ====================================
 767px
==================================== */
@media only screen and (max-width: 767px) {
#nbo_logo {
	width: 100%;
	background-color:#000;
	margin:0;
	padding:0;
}
#nbo_logo {
	margin:0;
	padding:0;
}
#nbo_logo img {
	width: 115px;
	height: 38px;
	display: block;
	vertical-align: bottom;
}
#nb_logo {
	max-width: 180px;
	margin: 0 auto;
}

.localFooter,
.globalFooter {
	background: #FFF;
}

.pc,
.br_pc {
	display: none;
}
.sp,
.br_sp {
	display: inline-block;
}


/* Main Frame --------------- */
body {
	min-width: 0;
}
.container {
	min-width: 0;
}
.txt {
	max-width: 100%;
}

#pagenation.pagenation .txt_link a {
	font-size: 1.8rem;
	line-height: 2.5;
}

/* ***** base **************** */
.bg_img {
	padding-top: 60%;
	background-attachment: scroll;
}


/* ============== 
====== Custom contents ===== 
============== */
section {
	padding: 40px 20px;
}
section.sec_sub {
	padding-top: 0;
}
.block {
	padding-bottom: 60px;
}
.block:last-child {
	padding-bottom:0;
}
.txt_block .img {
	width: 80%;
	order:99;
}
.txt_block .img.right {
	float: none;
	margin: 40px auto;
}
.txt_block .img.left {
	float: none;
	margin: 40px auto;
}
.txt_block .img.full {
	width: 100%;
	margin-top: 40px;
}

.title {
	font-size: 2.4rem;
}

#main_kv #shoulder {
	font-size: 1.6rem;
}
#main_kv #main_title {
	padding: 40px 20px;
}
#main_kv #main_title:after {
	margin-top: 20px;
}
#main_kv #main_title .sub {
	font-size: 1.5rem;
}
#main_kv #main_title h1 {
	font-size: 2.8rem;
}

#lead {
	padding-bottom: 40px;
}

#logobanner {
	max-width: 100%;
	margin-bottom: 60px;
}


#credit_sec {
	margin: 0 auto;
}
#credit_sec h2 {
	margin-bottom: 20px;
	font-size: 1.8rem;
}
.credit {
	width: 100%;
	margin-bottom: 40px;
}
.credit .logo {
	max-width: 140px;
}




}





