@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
body {
	font-family:"Univers","Hiragino Sans","Hiragino Kaku Gothic ProN",sans-serif;
  font-size:1.6rem;
  word-break: break-word;
}
.l-footer-body {
  padding:6rem 5rem 5rem!important;
}

/***ロゴフェードイン***/
.logo_fadein{
	background: #3d3a35;/**ブランドカラー**/
	position: fixed;
	top: 0;
	left: 0;
  width: 100%;
	height: 100%;
	z-index: 999;
}
.logo_fadein p {
  position: fixed;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
}

@media (min-width: 1025px) { 
  .logo_fadein p { 
    width: 100%;
    left: 70%;
    top: 50%;
  }
}

@media (max-width: 1024px) {
  .logo_fadein p { 
    width: 80%;
    left: 50%;
    top: 50%;
  }
}

/***ロゴフェードインここまで***/


h2 {font-size:140%;}
h3 {font-size:130%;}
h4 {font-size:120%;}
h5 {font-size:110%;}
h6 {font-size:100%; font-weight:bold;}

.redlinetitle {font-weight:normal;}
.Ctext {text-align: center;}
figure {margin:20px 0; text-align: center;}
.caption {text-align: right; font-weight: 90%; margin:8px 0; color:#3d3a35;/**ブランドカラー**/}
/***********PC用メニューここから************/

header {
  position: sticky;
  z-index: 10;
  /*top: 0;
  right: 0;
  left: 0;*/
  width: 100%;
  /*max-width: 1920px;*/
  margin-left: auto;
  margin-right: auto;
  /*-webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  transition: .5s;
  opacity: 0;*/
  background: #3d3a35;/**ブランドカラー**/
  height:85px;/*menuと揃える*/
}

header a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #3d3a35;/**ブランドカラー**/
bottom: -1px;
/*transform: scale(0, 1);
transform-origin: right top; 変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端
transition: transform 0.3s;  変形の時間*/
}

/*header a:hover::after {
transform: scale(1, 1);     ホバー後、x軸方向に1（相対値）伸長
transform-origin: left top; 左から右に向かう
}*/

.header.transform{
    background: #3d3a35;/**ブランドカラー**/
    padding: 20px 40px ;
    opacity: 100;
}

    .header-container {
      display: -ms-grid;
      display: grid;
      -webkit-box-align: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
      position: fixed;
     background: #3d3a35;/**ブランドカラー**/
     width:100%;
    }

@media (min-width: 800px) {  .header-logo {width:200px; padding:20px;}}

@media (max-width: 799px) { 
  .header-logo {
       width: -moz-fit-content;
       width: -webkit-fit-content;
       width: fit-content;
      } 
}

@media (max-width: 1024px) { 
 .header-container {padding: 20px;}
}
@media (max-width: 768px) and (orientation: landscape) {
  .header-logo img{
    height: 40px;
    width: auto;
  }
}

.logo-link {
  display: block;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.logo-link:hover {
  opacity: 0.6;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0 0 0 auto;
  
}

@media (min-width: 1025px) {  .menu {padding: 10px 20px 10px 0px;}}
@media (max-width: 1024px) {  .menu {padding: 0;}}
.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}
.menu a,
.menu a:visited {
  color:#fff;
}
.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin:0 0 0 auto;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}


@media (max-width: 1024px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 85px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border-bottom: 1px solid #fff;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #3d3a35;;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}  
/*************/

.bothborder {
  position: relative;
  padding: 0 65px;
  text-align: center;
  margin:0 0 60px;
}
    .bothborder.white:before,
    .bothborder.cgray:before {
      position: absolute;
      top: calc(50% - 1px);
      left: 0;
      width: 100%;
      height: 0.5px;
      content: '';
    }
    .bothborder.white:before{ background: #c3c5c4;}/**サブカラー**/
    .bothborder.cgray:before{ background: #3d3a35;}/**ブランドカラー**/

    .bothborder.white span{
      position: relative;
      padding: 0 1em;
      background: #fff;
    }
    .bothborder.cgray span{
      position: relative;
      padding: 0 1em;
      background: #c3c5c4;/**サブカラー**/
    }

.singleborder {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}
    .singleborder:before,
    .singleborder:after {
      position: absolute;
      top: calc(50% - 3px);
      width: 50px;
      height: 6px;
      content: '';
      border-top: solid 2px #3d3a35;
      border-bottom: solid 2px #3d3a35;
    }
    .singleborder:before {
      left: 0;
    }
    .singleborder:after {
      right: 0;
    }

.center {text-align:center;}
.redline{
  display: flex; /*--横並び指定--*/  
  width:100%;
height:30px;
margin:10px 0 20px;
}

.redline .box-a {
  flex-grow: 1; /*--幅を指定--*/
  position: relative; /*--positionを追加--*/
width:49%;
}
.redline .box-a::after {
  position: absolute; /*--positionを追加--*/
  top: 0;
  left: 49%;
  margin: 0 1rem;
  content: "";
  width: 1px; /*--縦線の太さ(幅)--*/
  height: 100%;
  background-color: #ff0000; /*--縦線の色--*/
}
/**共通**/

.content_wrap {
	width:100%;
	color:#000;
}
.content_wrap ul {
  margin:20px 0 0;
}
.content_wrap ul li a , .content_wrap ul li a:visited { color:#3d3a35;/**ブランドカラー**/underline dotted #ccc; padding-bottom:10px; text-underline-offset: 8px;}
.content_wrap ul li a:hover { color:#ccc; text-decoration: underline dotted #ccc; padding-bottom:10px; text-underline-offset: 8px;}
.content_wrap ul li{
  list-style-image:url(/nepros/img/default_liststyle.png);
  list-style-position:outside;
}
.content_wrap ul li{
  line-height: 1.4;
  margin:0 0 20px;
}
    p.white{
    color:#fff;
    }
    p.bodytext{
    text-align: center;
    margin:0 0 20px 0 ;
    line-height: 1.8;
    }
    p.bodytextleft , 
    p.ttlTxt {
    margin:0 0 20px 0 ;
    line-height: 1.8;
          }
    .innertextwrap p {
      padding:30px;
    }
    .whitetitle {
      color:#fff;
      font-size:1em;
      margin:20px 0;
      letter-spacing: 0.1em;
    }
    .graytitle {
      color:#3d3a35;
      font-size:1em;
      margin:20px 0;
      letter-spacing: 0.1em;
    }
 @media (min-width: 1025px) {

.nextpage { margin-block:10% 20%;}
  .textwrap {
  	width:1000px;
  	margin:40px auto 10px;
  	padding:20px;
  	}
    .innertextwrap {
    width:710px;
    margin:40px auto 10px;
    padding:20px;
    }


  .fullwrap {
    width:100%;
    margin:0 auto;
    padding:60px;
    }
}

 @media (max-width: 1024px) {
  .nextpage { margin-block:80% 20%; }
   	.textwrap {
  	padding:30px;
  	}
   .fullwrap {
    padding:0px;
    }    
 }

.button01 {
    position: relative;
    /**margin: 10px auto;　各所で設定***/
    padding: .9em 2em;
    color: #3d3a35;
    font-size: 1em;
}

@media (min-width: 1025px) { .button01 { width: 250px;}}
@media (max-width: 1024px) {
  .button01 { 
    width: 90%;
    border: 1px solid #3d3a35;
    border-radius: 5px;}
  }

.button01::before,
.button01::after {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 1px;
    content: '';
}

.button01::before {
    top: -1px;
    left: 0;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}

.button01::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}

.button01:hover::before,
.button01:hover::after {
    width: 100%;
    height: 100%;
    border-color: #3d3a35;
    transition: width .3s ease, height .3s .3s ease;
}

.button01 span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button01 span::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #3d3a35;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button02 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 30px auto 10px;
    padding: .9em 3em .9em 2em;
    border: 1px solid #3d3a35;
    border-radius: 5px;
    background-color: #fff;
    color: #3d3a35;
    font-size: 1em;
}
@media (min-width: 1025px) { .button02 { width: 250px;}}
@media (max-width: 1024px) {.button02 { width: 90%;}}


.button02::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #3d3a35;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button02:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}
/********トップページ********/
.hero { 
width: 100%;
background:#3d3a35;;
}

.hero img{ 
margin:0 auto;
}

.logo30th {width: 300px; margin:80px auto 0;}

#story {
  margin:100px auto;
	text-align:center;
}


 @media (min-width: 1025px) {

  #story img {
    width:667px;/**サンプル画像用サイズ*/
    margin:0 auto;/**サンプル画像用サイズ*/
  }
}
 @media (max-width: 1024px) {
    #story img {
      width:100%;/**サンプル画像用サイズ*/
      margin:0 auto;/**サンプル画像用サイズ*/
    }
 }


 @media (min-width: 1025px) {
    #logoarea dd{
      display: inline-block;
      width:400px;
     vertical-align:top;
     word-break: normal;
    margin: 0 0 20px 0;
    line-height: 1.8;
    }
    #logoarea dd.nepros{
      margin:0 23px 0 50px;
    }
    #logoarea dd.tagline{
      margin:0 50px 0 23px;
    }
  }
 @media (max-width: 1024px) {
    #logoarea dd{
      width:100%;
      padding:0 20px;
    }
  }

#logoarea h3 {
  text-align: center;
}
#logoarea .logoimg {
  min-height:88px;
}


#timeline {
	min-height:300px;/**サンプル用**/
	
}

 @media (min-width: 1025px) {

      #topics dl {
        width: 80%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
      }

      #topics dt {
        width: 20%;
        padding: 20px 0px 20px 30px;
        margin: 0 0 10px 0;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      #topics dd {
        width: 65%;
        padding: 20px 20px 20px 0px;
        margin: 0 0 10px 0;
      }
}
 @media (max-width: 1024px) {
      #topics dl {
        width: 90%;
        margin: 0 auto;
      }

      #topics dt {
      }

      #topics dd {
        margin: 0 0 10px 0;
      }
 }




.special h3 { margin:10px 0 8px;}
.special h5 { margin:0px 0 20px;}
.special .button01 { margin:30px 0 0 auto;}
.special dd {border-bottom:1px solid  #c3c5c4;/**サブカラー**/}
 @media (min-width: 1025px) {

  .special dl {width:100%;margin:20px 0 40px;}
  .special dt {width:48%; display: inline-block; vertical-align: top;}
  .special dd {width:50%; display: inline-block; padding:20px 20px; min-height:345px;}
  .special dd button {margin:40px 0 0;}

}
 @media (max-width: 1024px) {
  .special dl {width:100%;margin:20px 0;}
  .special dt {}
  .special dd {padding:20px 20px;}

 }
#topics{
  
}
/******************************/
 @media (min-width: 1025px) {
    #itemList li{
      width:250px;
      display: inline-block;
      margin:40px 20px;
}
}
 @media (max-width: 1024px) {
    #itemList li{
      width:100%;
      margin:0 auto 40px;
} 
 }

.speImg {text-align: center;}
/********バックナンバーページ********/
#backNumEntry {
  width:80%;
  margin:0 auto;
}



/********フッター共通********/
 @media (min-width: 1025px) {
    footer.content{
      width:1000px;
      margin:0 auto;
      text-align: center;
    }
  }
 @media (max-width: 1024px) {
    footer.content{
      width:100%;
      margin:0 auto;
      text-align: center;
    }  
 }
@media screen and (max-width: 1024px) {
  .l-footer {
    margin:30px 0 0;
  }
    .l-footer {
        display: table!important;
    }
    .c-inner {margin:0 0 0 20px;}
}