@charset "UTF-8";
/*====================

RESET/BASE

====================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
body {
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  width: 100% !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
ul, li {
  list-style: none;
}
img {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}
br {
  letter-spacing: 0;
}
/*------------------clearfix----------------- */
.-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.-clearfix {
  min-height: 1px;
}
* html .-clearfix {
  height: 1px;
  /*\*/ /*/
 height: auto;
 overflow: hidden;
  /**/
}
/*------------------other------------------ */
* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
a:hover {
  opacity: 0.8;
}
img {
  width: 100%;
}
/*------------------BaseFont------------------ */
#container {
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}
.-serif {
  font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
@media screen and (max-width: 767px) {
  #container {
    font-size: 14px;
  }
}
/*====================

VIEW

====================*/
.sp_view {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_view {
    display: none;
  }
  .sp_view {
    display: inline-block;
  }
  .header_sp.sp_view {
    display: block;
  }
}
/*====================

HEADER

====================*/
.nbo_header {
  max-width: 1000px;
  margin: 0 auto;
}
.nbo_header img {
  width: 100%;
}
.header {
  background: url(head_bg.jpg) no-repeat center bottom;
}
/*====================

HEAD

====================*/
.head {
/*	background: linear-gradient(to top,#000, #333);*/
	background: #000;
}

.head__inner {
	background: url("bg.png")  repeat-x;
	background-size: 1200px;
}



.head__ttl {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding: 0.5em 0;
}

.head__ttl .head__shoulder {
  font-size: 22px;
  font-weight: 500;
  background: #1848c7;
  padding: 0.2em;
  line-height: 1.2;
}

.head__img {
	max-width: 1200px;
	margin: auto;

}

.head__lead {
  font-weight: 600;
  max-width: 720px;
  margin: auto;
  padding: 20px 0 40px;
  color: #fff;
}

.head__img-p2 {
  background:url('mv.png');
  background-repeat:no-repeat;
  background-size: contain;
  background-position:right center;

}



.head__ttl-p2 {
  color:#fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 20px 20px;
}

.head__shoulder-p2 {
  font-weight: 400;
  font-size: 20px;
}

@media screen and (max-width: 1200px) {
  

.head__ttl {
  font-size: 5vw;
}

.head__lead {
  padding: 3% 5% 5%;
}

.head__img-p2 {

}



.head__ttl-p2 {
  font-size: 3vw;
  padding: 0 0 2% 2%;
}

.head__shoulder-p2 {
  font-size: 2vw;
}
}

@media screen and (max-width: 767px) {
.head__ttl .head__shoulder {
  font-size: 3vw;
}

.head__ttl {
  font-size: 6vw;
}
}
/*====================

COLUMN

====================*/

.column {
	background: #d5e2f4;

}

.column__h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #1848c7;
  padding: 0.5em 0.5em 0.5em;
  border-bottom:6px solid #000;
  }

.column__inner {
  max-width: 720px;
  margin: auto;
  padding: 30px 0 0;
}

.column__p {
  padding: 0 0 2em;
  word-break: break-all;
}

.column__p.-quest {
  font-size: 18px;
  font-weight: 700;
}

.column__p.-name1::before {
    font-weight:bold;
    content: "關："; 
    color: #000;
}

.column__p.-name2::before {
    font-weight:bold;
    content: "山野："; 
    color: #000;
}

.column__p.-name3::before {
    font-weight:bold;
    content: "越田："; 
    color: #000;
}
.prof {
	padding: 0 0 2em;
}


.figure {
  margin: 0;
  padding: 0 0 3em;
}

.figure__ttl {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.5em;
  color: #b80000;
  line-height: 1.5;
}

.figure__cap {
  font-size: 13px;
  margin: 3em 0 0;
  border: 3px solid #1848c7;
  padding: 1em;
}
@media screen and (max-width: 767px) {
.column__h2{
  font-size: 4.2vw;
  padding: 1em 0 1em;
}

.column__h2--ico {
  width:10%;
  margin: -2.5em auto 0;
}

.column__p.-quest {
  font-size: 15px;
}

.column__inner{
	padding: 5%;

}



.prof__txt {
  font-size: 10px;
  bottom:-40px;
}
  
.prof__name{
  font-size: 20px;
}

.figure__ttl {
  font-size: 4.2vw;
}

.figure__cap {
  font-size: 11px;
}
}
  /*====================

NEXT

====================*/

.bottom {
  background: #000;
  padding: 0 0 30px;
}
.next {
  clear: both;
  display: flex;
  justify-content: center;
  margin:0 0 1em ;
  padding: 0 5%;
}

.next__ico {
	color:#1848c7;
}

.next__a {
  line-height: 1.5;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  padding: 50px 0 0;
  text-decoration: none;
  margin:0;
}

.next__a span {
  display: block;
  font-weight: 200;
}



@media screen and (max-width: 767px) {
.next__a {
 font-size: 5.5vw;
}
}


.about-wrap {
	padding: 50px 5%;
}
.about {
	border: 4px solid #1848c7;
	max-width: 900px;
	margin: auto;
	padding:50px 5%;

}

.about h3 {
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
	color:#1848c7;
	padding: 0 0 1em;
}
.about p {
	max-width: 720px;
	margin: auto;
	padding: 0 0 2em;
}

.about__img {
	max-width: 720px;
	margin: auto;
}

.about__img_logo {
	max-width: 345px;
	margin: 20px auto;
}

.about__link {
	text-align: center;
}
.about__link {
  margin: 30px auto 0;
}

.about__link a {
display: inline-block;
    color: #fff;
    background-color: #1848c7;
    background-image: url(p2/icon_arrow_r.svg);
    background-repeat: no-repeat;
    background-position: right 40px center;
    background-size: 12px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    padding: 20px 80px;
    border-radius: 100px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 767px) {
.about h3 {
  font-size: 4.2vw;
}
.about__link a {
 font-size: 4vw;
    padding: 20px 4em;
    background-position: right 2em center;
}
}

/*====================

INFO

====================*/
.banner-archive {
    max-width: 720px;
    margin: 30px auto;
    padding: 0 5%;
}

.info {
  text-align: center;
  padding: 40px 5% 80px;
}

.info__top {
  max-width: 620px;
  margin: 2em auto 0;
}

.info__logo {
  display: inline-block;
  max-width: 276px;
  margin: 50px 0 20px;
}

.info__name {
  font-weight: 700;
}

.info__url a {
  text-decoration: none;
  color: #000;
}

  
@media screen and (max-width: 767px) {
.banner-archive {
    margin:0 auto;
}
.info {
  padding: 10% 5% 20%;
}

.info__download a {
  font-size: 3.2vw;
}

.info__official a {
  margin:20% 0;
  width: 60%;
}

.info__top {
  margin: 1em auto 0;
}

.info__logo {
  max-width: 200px;
  margin: 10% 0 0;
}
}
  /*====================

PAGER

====================*/
  .pager {
    text-align: center;
  padding: 30px 0 0;
  }
  .pager__li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    position: relative;
  }
  .pager__li:first-child {
    margin-right: 0.5em;
  }
  .pager li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    color: #fff;
    text-decoration: none;
  }
  .pager li a span {
    display: table-cell;
    vertical-align: middle;
  }
  .pager li a:hover {
    opacity: 0.6;
  }
  /*====================

PAGETOP

====================*/
  .pagetop {
    position: fixed;
    right: 3%;
    bottom: 3%;
  }
  .pagetop a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background: #000;
    border-radius: 50%;
    opacity: 0.8;
  }
  .pagetop a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  @media screen and (max-width: 767px) {
    .pagetop a {}
  }