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

RESET/BASE

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

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


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

MV

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

header {
    background: url(mv_bg.png) repeat-x center top #000;
    background-size: 1600px;
}

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

.mv.page2 {
padding: 50px 5%;
}

@media screen and (max-width: 1300px) {
  header {
    background: none;
  }

.mv ,.mv.page2 {
  padding: 0;
}
}

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

LEAD

====================*/
.lead {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.2;
  padding: 100px 5%;
}

.lead span {
  display: block;
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lead {
  font-size: 15px;
  padding: 10% 5%;
  }
}
/*====================

COLUMN

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

.column {
  padding:  0 5% 80px;
}

.column__wrap {
  margin: 50px auto 0;
  max-width: 800px;
}

.column__ico {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  padding: 1.5em 0 0.5em 0;
  text-align: center;
}

.column__ico.-type1 span {
  color:#ef402e ;
}
.column__ico.-type2 span {
  color:#0dbfbf ;
}
.column__ico.-type3 span {
  color:#bcaa84 ;
}

.column__h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  padding: 0 0 0.5em;
}

/*　-------------------------下線アニメーション*/
/*.column__h2 {
  position: relative;
  width: 100%;
}

.column__h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;

}*/

.column__h2.-type1{
     border-bottom: solid 3px #ef402e; 
}

.column__h2.-type2 {
    border-bottom: solid 3px #0dbfbf;
}

.column__h2.-type3 {
    border-bottom: solid 3px #bcaa84;
}



/*　-------------------------下線アニメーション*/
.column__box {
  padding: 50px 0 0;
}

.column__p {
  padding: 0 0 2em;
  text-indent: 1em;
}

.column__cap {
  font-size: 13px;
}

.column__prof {
  margin: 2em auto 5em;
  line-height: 1.6;
}

.column__prof--dl {
  border-left: 10px solid #ef402e;
  padding: 0 0 0 1em;
  font-size: 12px;
  font-weight: 900;
  margin:1em 0 0;
}

.column__prof--dd {
  font-size: 24px;
  padding: 0.2em 0 0;
}

.column__figure {
  padding: 0;
}


.column__figure--title {
  font-size: 16px;
  line-height: 1;
  border-left:10px solid #fff;
  padding: 0 0 0 6px;
  margin: 0 0 0.5em;
}

.column__figure--cap {
  font-size: 13px;
  border-left:10px solid #000;
  padding: 0 0 0 6px;
  margin: 1em 0 0;
}


sup {
  font-size: 10px;
  vertical-align: top;
}


@media screen and (max-width: 765px) {
.column__wrap {
  margin:auto;
}

  .column__h2 {
      font-size: 4.5vw;
    }
}

.column__box {
  padding: 5% 0 0;
}
/*====================

INFO

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

.info {
  text-align: center;
  margin: 0 0 100px;
}

.info__logo {
  max-width: 300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.info__name {
  font-weight: 900;
  font-size: 20px;
  padding: 1em 0 0;
}

info__address {
  line-height: 1.2;
}

.info__url  a {
  color: #000;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
.info__logo {
  width: 150px;

}
}


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

FOOT

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

.foot {
  background: #000;
  padding: 100px 5%;
}

/*　---------------------NEXTバナー　*/
.next {
  position: relative;
  display: block;
  padding: 1em 0;
  max-width:32em;
  margin: auto;

  border:1px solid #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  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;
}

.foot {
  padding: 10% 5%;
}
}




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

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;
    background: #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: #000;
    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: 1px solid #fff;
  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 {}
}