@charset "UTF-8";
/*====================

RESET/BASE

====================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;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

====================*/

#container {
    background: #efefef;
}
.header-wrap {
    padding: 0 5%;
}

.header__mv {
  max-width: 1300px;
  margin: auto;
  padding: 30px 0 0;
  position: relative;
}

.header__h1 {
  position: absolute;
  bottom:1em;
  left:-1em;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.6;
}

.header__h1-span {
  background: #fff;
}

.header__h1-span.-strong {
  color: #1847c7;
}

.header__h1-span.-shoulder {
  font-size: 18px;
  color: #fff;
  background: #1847c7;
}

.header__lead {
  max-width: 720px;
  margin: auto;
  padding: 2em 0;
  font-weight: 600;
}

.header-wrap-p2 {
  padding: 0;
}

.header__mv-p2 {
  max-width: 1300px;
  margin: auto;
  padding: 30px 5% 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.header__h1-span.-shoulder-p2 {
  font-size: 18px;
  color: #fff;
  background: #1847c7;
}

.header__mv-img {
  width:36%;
  height: auto;

}

.header__h1-p2 {
  width: 70%;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1300px) {
.header-wrap {
    padding: 0;
}

.header__h1 {
  font-size: 5vw;
 bottom:-1em;
  left:0;
}

.header__h1-span.-shoulder {
  font-size: 3vw;
}

.header__lead {
  padding: 10% 5% 0;
}

.header__h1-p2 {
  font-size: 3vw;
}

.header__h1-span.-shoulder-p2 {
  font-size:2vw;
}
}




/*====================

COLUMN

====================*/

.column-wrap {
  margin: 300px 0 0;
  background-color: #1847c7;
  padding: 1px 5% 0;
  position: relative;
  z-index: 0;
}
.column-wrap::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(-0.02turn);
  transform-origin: top left;
  z-index: -1;
  width:100%;
  height:100%;
  background:#1847c7;
}

.column {
  max-width: 900px;
  background: #fff;
  border-radius: 10px;
  margin: -280px auto 0;
}

.column.-type2 {
  margin: 2em auto 0;
}

.colimn__ico {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0 5%;
  padding: 5% 0 0;
}

.colimn__ico .-number {
  color: #1847c7;
}

.column__h2 {
  font-size: 40px;
  font-weight: 500;
  color: #1847c7;
  line-height: 1.6;
  border-bottom: 2px solid #1847c7;
  margin: 0 0 1em 5%;
  padding: 0 0 0.5em;
}


.column__p {
  max-width: 720px;
  margin: auto;
  padding: 0 5% 2em;
  word-break: break-all;
  text-indent: 1em;
}



.column__prof {
  max-width: 720px;
  margin: auto;
 padding: 0 0 2em;
  position: relative;
}

.column__prof-text-wrap {
  position: absolute;
  top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  right: -5%;
  background:rgba(24,71,199,0.8);
  color:#fff;
  font-size: 13px;
  line-height: 1.5;
  width:16em;
  height: 16em;
}

.column__prof-text-wrap.-type2 {
  right: auto;
  left:-5%;

}

.column__prof-text {
  position: absolute;
  top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0 0 0 1em;
}
.column__prof-name {
  font-size: 30px;
}

.column__figure  ,.column__image{
  background: #efefef;
  padding: 1px 0 0;
  margin: 2em 0;
}

.column__figure.-type2 {
  border-radius: 0 0 10px 10px;
  margin: 0;
}

.column__figure-h3 {
  color: #fff;
  background:#1847c7;
  border-radius: 1000px;
  width:20em ;
  padding: 0.2em 0;
  margin: -1em auto 0;
  text-align: center;
  font-weight:500;

}
.column__figure-img ,.column__image-img {
  max-width: 720px;
  margin: auto;
  padding:2em 5% 0;
}

.column__figure-cap ,.column__image-cap {
  border-top: 2px solid #1847c7;
  padding: 1em 5%;
  color: #1847c7;
  max-width: 720px;
  margin:2em auto 0;
  font-size: 13px;
}

.column__info {
  text-align: center;
  font-size: 14px;
  padding: 50px 10% 80px;
}

.column__info-logo {
  max-width:437px;
  margin:auto;
  padding: 0 0 50px;
}

.column__info-name {
  font-weight: 700;
}

.column__info-url a {
  text-decoration: none;
  color: #000;
}
.column__news {
  border: 1px solid #1847c7;
  max-width: 720px;
  margin: auto;
  padding: 2em;
}

.column__news-h3 {
  font-size: 20px;
  line-height:1.6;
  text-align: center;
  color:#1847c7 ;
  padding: 0 0 1em;
}

.column__news-a {
  display: block;
  background:#1847c7;
  color:#fff;
  text-align: center;
  margin: auto;
  text-decoration: none;
  padding: 1em ;
  margin:2em 1em;
}

@media screen and (max-width: 1000px) {
.column__news {

  margin: 0 5%;

}

}
@media screen and (max-width: 767px) {

.colimn__ico {
  font-size: 13px;
}

.column__h2 {
  font-size: 5vw;
}

.column__prof-text-wrap {
  position: absolute;
  top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  right: -0;
  background:rgba(24,71,199,0.8);
  color:#fff;
  font-size: 9px;
  line-height: 1.5;
  width:12em;
  height: 12em;
}

.column__prof-text-wrap.-type2 {
  right: auto;
  left:-0;

}
.column__prof-name {
  font-size: 18px;
}
.column__figure-cap ,.column__image-cap {
  font-size: 9px;
}

}
  /*====================

NEXT

====================*/

.bottom {
  background: #1847c7;
  padding:  0 5% 100px;
}

.next {
  position: relative;
  display: block;
  padding: 0.5em 0;
  max-width:26em;
  margin: 50px auto 0;
  background-color: #ff981a;
  border-radius: 1000px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

/* やじるし */
.next::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.next span {
  display: block;
}

@media screen and (max-width: 767px) {
.next {
  font-size: 18px;
}
}




  /*====================

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 {}
  }