@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;
	padding-bottom: 20px;
}
.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;
	overflow:hidden;
	background: #fff;
	z-index: 1;
}
section.sec_sub {
	padding-top: 0;
}
.contentBlock {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.block {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.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: #0d57a7;
}
.txt_block span.q {
	font-style: italic;
}
.txt_block .img {
	width: 400px;
	margin: 30px;
	margin-top: 0;
}
.txt_block .img.full {
	width: 100%;
	margin: 30px 0;
}
.txt_block .img.right {
	float: right;
	margin-right: -100px;
}
.txt_block .img.left {
	float: left;
	margin-left: -100px;
}
.txt_block .clearfix {
	margin-bottom: 30px;
}
.title {
	position: relative;
	margin-bottom: 60px;
	padding: 30px 10px;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
  border-left: 3px solid #021f6b;
  border-right: 3px solid #23b9c3;
  border-top: 3px solid #021f6b;
  border-bottom: 3px solid #23b9c3;
  border-radius: 50%;
  background: linear-gradient(110deg, #021f6b, #23b9c3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.0);
  color: #021f6b;

}
.title:before {
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #fff;
  filter: drop-shadow(4px 4px 12px rgb(13, 87, 167, 0.6));
  z-index: -1;
}

#main_kv {
/*	-webkit-align-items: flex-start;
	align-items: flex-start;
*/
	width: 100%;
	height: calc(50vw + 30px);
	min-height: 500px;
	position: relative;
	padding: 30px;
	letter-spacing: 0;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-image: url(top_bg.jpg);
}
#main_kv #main_img {
	width: 50%;
}
#main_kv #txtset {
	width: 50%;
}
#main_kv #shoulder {
	display: inline-block;
	margin-bottom: 30px;
	padding: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.3em;
	color: #eb6100;
	border: 2px #eb6100 solid;
}
#main_kv #company {
	font-size: 1.5vw;
	font-weight: 700;
}
#main_kv #main_title {
	padding: 40px 0;
	padding-bottom: 60px;
}
/* #main_kv #main_title:after {
	content:'';
	width: 30px;
	height: 2px;
	display: block;
	background: #fff;
	margin-top: 30px;
} */
#main_kv #main_title .sub {
	padding-bottom: 10px;
	font-size: 1.5vw;
	font-weight: 500;
	line-height: 1.4;
}
#main_kv #main_title h1 {
	font-size: 3.2vw;
	font-weight: 400;
	line-height: 1.4;
}
#main_kv #name {
	font-size: 1vw;
	font-weight: 700;
	line-height: 1.4;
}
#main_kv #name .nameset {
	width: 100%;
	padding-bottom: 15px;
}
#main_kv #name p span {
	font-size: 2vw;
	font-weight: 400;
}
#main_kv #name.names {
  display: flex;
  gap: 4rem;
}
#main_kv #name.names .nameset {
	width: auto;
}

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

#logobanner {
	max-width: 600px;
	margin:0 auto;
	margin-bottom: 100px;
}
#logobanner a {
	display: block;
}
#logobanner a:hover {
	-webkit-transform:scale3d(1.05, 1.05, 1);
	transform:scale3d(1.05, 1.05, 1);
}
#credit {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 100px;
	text-align: center;
	line-height: 1.4;
}
#credit a {
	text-decoration: underline;
	word-break: break-all;
}
#credit .logo {
	display: block;
	max-width: 200px;
	margin: 20px auto;
}

#archive {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-image: url(listbg.jpg);
}
/*#archive:before {
	content:'';
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-image: url(archive_bg.jpg);
	z-index: -1;
}
*/
#archive .inner {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
#archive li {
	width: 50%;
	margin-bottom: 30px;
}
#archive li a {
	color: #fff;
}
#archive li a:hover {
	color: #eb6100;
}
#archive li img {
	width: 120px;
	padding-right: 20px;
}
#archive li .txt {
	width: calc(100% - 140px);
}
#archive li .txt p {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2;
}
#archive li .txt p span {
	font-size: 1.8rem;
}
#archive li .txt p.com {
	padding: 10px 0;
	font-size: 1.6rem;
}
#archive li .txt p.com:first-child {
	padding-top: 0;
}
#archive li a {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
  align-items:         flex-start;
}


/*=======*/
#archive .inner {
	max-width: 100%;
}
#archive h2 {
	padding-bottom: 60px;
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	color: #eb6100;
}
#archive li {
	width: 33%;
}
/*=======*/


.img.bd img {
	border: 1px #999 solid;
}


/* ====================================
 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: 100%;
}
.txt_block .img.right {
	float: none;
	margin-right: 0;
}
.txt_block .img.left {
	float: none;
	margin-left: 0;
}
.title {
	margin-bottom: 30px;
	padding: 20px 10px;
	font-size: 2.4rem;
}

#main_kv {
	width: 100%;
	height: auto;
	padding: 20px;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	background-position: left center;
	background-image: url(top_bg_sp.jpg);
}
#main_kv #main_img {
	width: 100%;
	margin-bottom: 20px;
}
#main_kv #txtset {
	width: 100%;
}
#main_kv #company {
	font-size: 1.5rem;
}
#main_kv #main_title {
	padding: 20px 0;
	padding-bottom: 40px;
}
#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;
}
#main_kv #name {
	font-size: 1.2rem;
}
#main_kv #name .nameset {
	padding-bottom: 0;
}
#main_kv #name p span {
	font-size: 2rem;
}

#lead {
	padding-bottom: 40px;
}

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

#archive {
	padding: 0;
}
#archive .inner {
	width: 100%;
	max-width: 100%;
	padding: 40px 20px;
}
#archive li {
	width: 100%;
	margin-bottom: 20px;
}
#archive li:last-of-type {
	margin-bottom: 0;
}


#archive h2 {
	padding-bottom: 30px;
	font-size: 2rem;
}
#archive h2:after {
	margin-top: 20px;
}




}





