@charset "UTF-8";
/*====================

RESET/BASE

====================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&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: #000;
}

header {
    background: #fff;
}

.header-img {
    max-width: 1210px;
    margin: auto;
}

.h1-title{
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    padding: 60px 0 30px;
}

.h1-title__shoulder {
    font-size: 20px;
    display: block;
    padding: 0 0 0.5em;
}

@media screen and (max-width: 767px) {
.h1-title{
    font-size: 6vw;
    padding: 5%;
    margin: 0;
}

.h1-title__shoulder {
    font-size: 3.5vw;
}
}

/*====================

lead nav

====================*/

.content {
    max-width: 1000px;
    margin: -400px auto 0;
    background: #fff;
    position: relative;
}

.lead {
    max-width: 600px;
    margin: auto;
    padding: 50px 5%;
}

.fs-u-cap {
    font-size: 12px;
}

.navigation {
    display: flex;
    justify-content: center;
    max-width: 600px;
    margin: auto;
    padding: 0 50px 5%;
}

.navigation__a{
    font-size: 16px;
    background-color: #1847c7;
    color: #fff;
    display: block;
    padding: 0.5em 0.5em 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    line-height: 1.3;
    margin: 0 0.5em;
}

.navigation__a::after{
    content: '';
    border: 0;
   border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 15px;
    right: 50%;
    transform: rotate(45deg);
}

@media screen and (max-width: 1100px) {
.content {
    margin: -400px 4% 0;
}
}

@media screen and (max-width: 767px) {
.content {
    margin: -40% 4% 0;
}

.lead {
    padding: 5%;
}

.navigation {
    display: block;
    margin: auto;
    padding: 0 10% 5%;
}

.navigation__a{
    font-size: 13px;
    padding: 1em ;
    margin: 0 0 0.5em;
    line-height: 1.4;
    width: auto;

}

.navigation__a::after{
    bottom: 50%;
    right: 15px;
    transform: rotate(45deg);
}
}

/*====================

COLUMN

====================*/

.column {
    padding: 0 calc((30/940)*100%);
    line-height: 1.5;
}

.column__h2 {
    font-size: 40px;
    color: #1847c7;
    border-bottom:1px solid #1847c7;
    padding: 50px 0 0;
    text-align: right;
    font-weight: 600;
    margin: 0 0 30px;
}

.column__h3 {
text-align: center;
font-size:24px;
font-weight: 900;
margin:0 0 50px;
position: relative;
}

.column__h3::after {
    content: "";
    width:2em;
    height: 5px;
    background: #1847c7;
    position: absolute;
    bottom:-20px;
    left:0;
    right: 0;
    margin: auto;
}

.column__box {
    position: relative;
}

.column__box a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}

.column__box a:hover {
     background-color:#FFF;
    filter:alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

/*--------------------------------typeA*/
.column__inner.-typeA {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.column__box.-typeA {
    width: calc((420/880)*100%);
    padding: 0 0 30px;
}

.column__box__title.-typeA {
    font-weight: 900;
    font-size: 20px;
    padding: 0.5em 0;
}

.column__box__name.-typeA {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.column__box__name--dt.-typeA {
    border: 1px solid #000;
    padding: 1em;
    margin: 0 0.5em 0 0 ;
    min-width: 2em;
}

/*--------------------------------typeB*/

.column__box.-typeB {
    display: flex;
    padding: 0 0 30px;
}

.column__box--img.-typeB {
    width: calc((230/880)*100%);
    margin: 0 30px 0 0;
}

.column__box--ico.-typeB {
    background: #000;
    font-size: 14px;
    color:#fff;
    padding: 0.3em 1em;
    display: inline-block;
    border-radius: 50px;
}

.column__box--title.-typeB {
    font-weight: 900;
    font-size: 20px;
    padding: 0.5em 0;
}

/*--------------------------------typeC*/

/*▼▼▼▼▼▼▼▼記事追加時２列にするとき▼▼▼▼▼▼▼▼*/
/*.column__inner.-typeC {
    display: flex;
    justify-content: space-between;
}

.column__box.-typeC {
    width: calc((420/880)*100%);
    padding: 0 0 30px;
    display: flex;
}

.column__box--img.-typeC {
    width: 30%;
    margin: 0 30px 0 0;
}

.column__box--text.-typeC {
    width:68%;
}*/

/*▲▲▲▲▲▲記事追加時２列にするとき▲▲▲▲▲▲*/


/*▼▼▼▼▼▼▼▼初回1列のとき▼▼▼▼▼▼▼▼*/

.column__inner.-typeC {
}

.column__box.-typeC {
    padding: 0 0 30px;
    display: flex;
}

.column__box--img.-typeC {
    width: 12%;
    margin: 0 30px 0 0;
}

.column__box--text.-typeC {

}
/*▲▲▲▲▲▲初回1列のとき▲▲▲▲▲▲*/


.column__box--ico.-typeC {
    color: #1847c7;
    font-size: 14px;
    font-weight: 700;
    padding: 0 0 0.2em;
}

.column__box--title.-typeC {
    font-size: 18px;
    font-weight: 900;
}


@media screen and (max-width: 900px) {
.column__box__title.-typeA {
    font-size: 2vw;
}

.column__box__name.-typeA {
    font-size: 1.5vw;
}

.column__box--title.-typeB {
    font-size: 2vw;
}

.column__box--ico.-typeB {
    font-size: 1.5vw;
}
}

@media screen and (max-width: 767px) {
.column__h2 {
    font-size: 6vw;
    padding: 10% 0 0;
    margin: 0 0 5%;
}

.column__h3 {
    font-size: 3.5vw;
    margin:0 0 15%;
}

.column__h3::after {
    width:2em;
    height: 5px;
    bottom:-1.5em;
}

/*--------------------------------typeA*/
.column__inner.-typeA {
    display: block;
}

.column__box.-typeA {
    width: 100%;
    padding: 0 0 5%;
}

.column__box__title.-typeA {
    font-size: 15px;
}

.column__box__name.-typeA {
    font-size: 12px;
}

/*--------------------------------typeB*/
.column__box.-typeB {
    display: block;
    padding: 0 0 5%;
}

.column__box--img.-typeB {
    width: auto;
    margin: 0;
}

.column__box--text.-typeB {
    width:auto;
    padding: 0.5em 0 0;
}

.column__box--ico.-typeB {
    font-size: 11px;
}

.column__box--title.-typeB {
    font-size: 14px;
    padding: 0.5em 0 0;
}

/*--------------------------------typeC*/
.column__inner.-typeC {
    display: block;
}

.column__box.-typeC {
    width: 100%;
    padding: 0 0 5%;
}

.column__box--img.-typeC {
    margin: 0 2% 0 0;
    width: 30%;
}

.column__box--text.-typeC {
    width:68%;
}

.column__box--ico.-typeC {
    font-size: 11px;
}

.column__box--title.-typeC {
    font-size: 14px;
}
}

/*====================

INFO

====================*/
.info {
    text-align: center;
    padding: 100px 0;
    font-size: 13px;
}

.info__logo {
    max-width: 276px;
    margin: auto;
    padding: 0 0 2em;
}

.info__name {
    font-weight: 900;
    font-size: 18px;
    line-height:1.4;
    padding: 0.4em 0 0;
}

.info__url a {
    text-decoration: none;
    color: #000;
}

  
@media screen and (max-width: 767px) {
.info__logo {
    width: 50%;
}
}


  /*====================

PAGETOP

====================*/
  .pagetop {
    position: fixed;
    right: 3%;
    bottom: 3%;
  }
  .pagetop a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background: #1847c7;
    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 {}
  }