@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;
  background: url(mv_bg.png) no-repeat center top;
  background-attachment: fixed;
  background-size: 2153px;
}

.-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;
  background-size: 1000px;
  }
}

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

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

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

/* CSS */
@keyframes prev {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mv {
  max-width: 1400px;
  margin: auto;
  padding: 50px 0 0;
  position: relative;
  animation: prev 5s forwards;
}

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


}

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

LEAD

====================*/
.lead {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.2;
  max-width: 800px;
  margin: auto;
  padding: 70px 5% 30px;
}


@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__line {
  height: 6px;
  color: #fff;
  background: #000;
  position: relative;
  margin: 30px 0 0;
}

.column__line::before {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background-color: #01916d;
  clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);

}

.column__h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  color: #036eb8;
  position: relative;
  padding: 0 0 0 0.8em;
  margin: 1em 0 1em;
}

.column__h2::before {
  position: absolute;
  left:0;
  top:12px;
  content: "";
  width: 10px;
  height: 1em;
  background: linear-gradient(to bottom , #036eb8 ,#00449b) ;
}

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

.column__img {
  padding: 0 0 2em;
}

.column__img-cap {
  font-size: 13px;
  line-height: 1.6;
  padding: 1em 0 2em;
  display: block;
}

.column__figure {
  margin: 0 0 2em;
}

.column__figure-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  padding: 0 0 2em;
}

.column__figure-cap {
  font-size: 13px;
  line-height: 1.6;
  padding: 1em 0 2em;
}

/*===========
.scroll-box
===========*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 20px;
}

.scroll-box div img {
  min-width: 800px;
  vertical-align: top;
}

/*===========
scrollbar
===========*/

.scroll-box::-webkit-scrollbar {
  height: 4px;
}

.scroll-box::-webkit-scrollbar-track {
  background: #ececec;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #666;
  border: none;
}




@media screen and (max-width: 765px) {
  .column {
    padding: 0 5% 10%;
  }

  .column__wrap {
    margin: auto;
  }

  .column__h2 {
    font-size: 5vw;
  }

  .column__img-cap , .column__figure-cap  {
    font-size: 10px;
  }

  .column__h2::before {
  position: absolute;
  left:0;
  top:5px;
  content: "";
  width: 10px;
  height: 1em;
  background: linear-gradient(to bottom , #036eb8 ,#00449b) ;
}


  .column__figure-title {
    font-size: 3.5vw;
  }
}

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

FOOT INFO

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

.foot {
  background: #0073c3;
  color: #fff;
  padding: 50px 5% 100px;
  text-align: center;
}

.foot a {
  color: #fff;
  text-decoration: none;
}

.foot__info {}

.foot_info-logo {
  max-width: 300px;
  margin: auto;
  padding: 0 2em 0.5em;
}

.foot_info-text {
  line-height:1.6;
  padding:0.5em 0 0;
}

.foot__info-name {
  font-weight: 900;
  font-size: 20px;
}

.foot__info-url {
  padding: 2em 0 0;
}


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

.foot_info-logo {
  width: 60%;
}

  .foot__info-name {
    font-size: 4.5vw;
  }
}




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

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