/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.nusep_pc {
  display: block !important;
}
.nusep_sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .nusep_pc {
    display: none !important;
  }
  .nusep_sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #333;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {}
body {
  font-size: 1.4rem; /* 14px */
  line-height: 1.6;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  color: #333;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
 
}
div {
  position: relative;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none
}
/*link*/
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #D18A79;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
  line-height: 1.0em;
  width: 100%;
  height: auto;
}
/* top */
.nusep_mv {
  position: relative;
}
.nusep_mv_img {
  position: absolute;
  bottom: 5em;
  left: 1em;
  width: 70%;
  z-index: 2;
}
.nusep_mv_txt {
  position: absolute;
  top: 58%;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin: 0;
  padding: 0;
  width: 50%;
  z-index: 2;
  line-height: 4;
  font-weight: bold;
}
/*==================================================
スライダーのためのcss
===================================*/
.nusep_slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/
.slider-item01 {
  background: url("https://gigaplus.makeshop.jp/nusep/img/top/mv06sp.webp");
}
.slider-item02 {
  background: url("https://gigaplus.makeshop.jp/nusep/img/top/mv07sp.webp");
}
.slider-item03 {
  background: url("https://gigaplus.makeshop.jp/nusep/img/top/mv03sp.webp");
}
.slider-item04 {
  background: url("https://gigaplus.makeshop.jp/nusep/img/top/mv04sp.webp");
}
.slider-item05 {
  background: url("https://gigaplus.makeshop.jp/nusep/img/top/mv05sp.webp");
}
.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
.slick-slide {
  min-height: 100vh !important;
}
.nusep_top_bg {
  padding: 3em 0;
}
.nusep_top_ttl {
  font-weight: bold;
  line-height: 2;
}
.nusep_top_ttl span {
  font-size: 1.8rem;
  border-bottom: 1px solid #333;
  padding: 0 0 0.4em;
  letter-spacing: 1px;
}
.nusep_top_img {
  width: 90%;
  margin: 1em auto 0em;
}
.nusep_top2 {
  margin: 5em auto 0em;
  position: relative;
}
.nusep_top2_ap {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 50%;
  z-index: 1;
}
.nusep_top2 p {
  text-align: left;
  width: 80%;
  margin: 1em auto;
}
.nusep_top2 p span {
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid #333;
  font-size: 1.6rem;
  padding: 0 0 0.2em;
  margin: 0 auto 0.5em;
}
.nusep_top2_img01 {
  width: 90%;
  margin: 0 auto 0 0;
}
.nusep_top2_img02 {
  width: 70%;
  margin: 0 0 0 auto;
}
.nusep_top3 {
  width: 80%;
  margin: 2em auto 0;
}
.nusep_top3 p {
  width: 100%;
}
.top_about_ttl {
  width: 90%;
  margin: 0 0 0 auto;
}
.top_about_ttl p {
  width: 55%;
  margin: 0 auto 1em 0;
}
.top_about {
  padding: 3em 0;
}
.top_about_txt {
  width: 80%;
  margin: auto;
  text-align: left;
  line-height: 2;
}
.top_about_txt img {
  width: 45%;
  display: block;
  margin: 0 auto 1em 0;
}
.top_about_txt div {}
.top_about_txt div span {
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding: 0 0 0.3em;
  font-size: 1.8rem;
  margin: 0 auto 0.5em;
}
.top_about_txt p {
  margin: 1em auto 0;
}
.top_about_txt a {
  margin: 1em auto 0;
}
.top_about_img {
  width: 95%;
  margin: 0 auto 0 0;
}
.top_prd_ttl span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 2px;
  border-bottom: 1px solid #333;
  padding: 0 0 0.3em;
}
.top_prd {
  background: #F5F0ED;
  width: 90%;
  margin: 2em auto 0 0;
}
.top_prd.work {
  background: #EDF5F5;
  margin: 2em 0 0 auto;
}
.top_prd_img {}
.top_prd_txt {
  text-align: left;
  padding: 2em;
}
.top_prd_txt div {
  font-weight: bold;
  font-size: 1.8rem;
}
.top_prd_txt div img {
  display: block;
  width: 50%;
  margin: 0 auto 0 0;
}
.top_prd_txt p {
  margin: 1em auto;
}
.top_topics_bg {
  padding: 3em 0;
  width: 90%;
  margin: auto;
  position: relative;
}
.top_topics_ttl {
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 2px;
  margin: 0 auto 1em;
}
.top_topics_bg a {
  margin: 2em auto 0;
}
.top_topics_btn {
  display: none;
}
/* about */
.about_mv {
  position: relative;
}
.about_mv p {
  position: absolute;
  top: 90px;
  left: 2%;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 1.0rem;
  letter-spacing: 2px;
}
.about_mv div {
  position: absolute;
  top: 80px;
  left: 10%;
  width: 50%;
}
.about_top {
  padding: 3em 0;
}
.about_top_img {
  display: none;
}
.about_top_txt {}
.about_top_logo {
  width: 40%;
  margin: 0 auto 1em;
}
.about_top_ttl {
  letter-spacing: 2px;
  line-height: 1.8;
}
.about_top_ttl span {
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid #333;
  font-size: 1.8rem;
}
.about_top_ttl span:last-child {
  margin: 0 auto 0.5em;
}
.about_top_txt p {
  padding: 1.5em 1.5em 0;
  text-align: left;
}
.about_message {
  margin: 2em auto;
  position: relative;
}
.about_message_ttl {
  position: absolute;
  right: 5%;
  top: -5em;
  width: 50%;
  z-index: 1;
}
.about_message_img {
  width: 95%;
  margin: 0 auto 0 0;
}
.about_message_txt {
  width: calc(90% - 2em);
  margin: auto;
  background: #EDEDED;
  padding: 1.5em 1em;
  text-align: left;
}
.about_message_txt span {
  display: block;
  font-weight: bold;
  margin: 0 auto 0.5em;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
.nayami_bg {
  padding: 2em 0 3em;
}
.nayami_ttl {
  margin: 0 auto 1em;
  letter-spacing: 1px;
}
.nayami_ttl img {
  display: block;
  width: 20%;
  margin: 0 auto 0.5em;
}
.nayami_ttl span {
  display: block;
  margin: 0.2em auto 0;
  font-weight: bold;
  font-size: 1.7rem;
}
.nayami_list {
  width: 90%;
  margin: auto;
}
.nayami_list li {
  background: #EDEDED;
  padding: 10px 15px;
  margin: 0.5em auto 0;
}
.nayami_list li div {
  color: #fff;
  -webkit-text-stroke: 1px #333;
  text-stroke: 1px #333;
  font-size: 2.5rem;
}
.nayami_list li p {}
.nayami_list li p span {
  background: #fff;
  font-weight: bold;
}
.about_point_ttl {
  margin: 4em auto 0;
}
.about_point_ttl img {
  width: 25%;
  margin: 0 auto 1em;
  display: block;
}
.about_point_ttl span {
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #333;
  padding: 0 0 0.2em;
}
.about_point {
  width: 60%;
  margin: auto;
}
.about_point li {
  margin: 3em 0 0em;
  position: relative;
}
.about_point li div {
  position: absolute;
  top: -1em;
  left: 0;
  width: 20%;
}
.about_point li p {
  margin: 1em auto 0;
}
.about_point li p span {
  border-bottom: 1px solid #333;
  display: inline-block;
  margin: 0 auto 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
}
.about_product {
  position: relative;
  margin: 5em auto 3em;
}
.about_product_ap {
  position: absolute;
  top: -4em;
  left: 1em;
  width: 50%;
  z-index: 1;
}
.about_product_ap.work {
  left: inherit;
  right: 1em;
}
.about_product_img {
  width: 85%;
  margin: 0 0 0 auto;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #F5F0ED 50%, #F5F0ED 100%);
  padding: 0 0 0 10%;
}
.about_product_img.work {
  margin: 0 auto 0 0;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #EDF5F5 50%, #EDF5F5 100%);
  padding: 0 10% 0 0%;
}
.about_product_txt.work {
  background: #EDF5F5;
  padding: 2em 10% 2em 5%;
  margin: 0 auto 0 0;
}
.about_product_txt {
  background: #F5F0ED;
  width: calc(95% - 15%);
  text-align: left;
  padding: 2em 5% 2em 10%;
  margin: 0 0 0 auto;
}
.about_product_txt div {
  font-weight: bold;
  font-size: 2.0rem;
}
.about_product_txt div img {
  width: 50%;
  display: block;
}
.about_product_txt p {
  margin: 1em auto;
  line-height: 1.8;
}
.about_product_txt a {
  margin: 1.5em auto 0;
}
/* pp */
.nusep_pagetitle {
  padding: 80px 0 1em 0;
  letter-spacing: 2px;
  background: #EDEDED;
}
.nusep_pagetitle span {
  display: inline-block;
  padding: 0 0 0.2em;
  margin: 0 auto 0.5em;
  font-size: 1.6rem;
  border-bottom: 1px solid #333;
  font-weight: bold;
}
.nusep_pp {
  padding: 2em 0 2em;
  width: 90%;
  margin: auto;
  text-align: left;
}
.nusep_pp div {
  padding: 0 0 0.5em;
  border-bottom: 0.5px solid #333;
  margin: 2em auto 1em;
  font-weight: bold;
  font-size: 1.5rem;
}
/* guide */
.nusep_guide_bg {
  padding: 2em 0;
  width: 90%;
  margin: auto;
}
.nusep_guidenav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 1em;
  justify-content: space-between;
}
.nusep_guidenav li {
  width: 48%;
  line-height: 1.6;
  padding: 0;
  list-style-type: none !important;
  margin: 0 0 1em;
}
.nusep_guidenav li img {
  width: 40%;
  margin: 0 auto 0.5em;
}
#guide01, #guide02, #guide03, #guide04, #guide05, #guide06 {
  z-index: -2;
  margin-top: -100px;
  padding-top: 100px;
}
.nusep_guide_contents {
  margin: 3em auto 0;
}
.nusep_guide_ttl {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  padding: 0 0 0.5em 0.5em;
  border-bottom: 1px solid #333;
  border-left: 5px solid #333;
}
.nusep_guide_txt {
  text-align: left;
  margin-bottom: 2em;
}
.nusep_guide_txt span {
  font-weight: bold;
  font-size: 1.5rem;
}
.nusep_guide_flow {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 1em;
  justify-content: space-between;
  align-items: center;
}
.nusep_guide_flowl {
  width: 25%;
}
.nusep_guide_flowr {
  text-align: left;
  width: 70%;
}
.nusep_guide_flowr span {
  font-weight: bold;
  letter-spacing: 2px;
}
/* topics */
.nusep_contents {
  padding: 2em 0;
  width: 90%;
  margin: auto;
  max-width: 1000px;
}
.nusep_contents_main {
  margin: 0 auto 3em;
}
.sidenav {
  text-align: left;
}
.sidenav div {
  margin: 0 auto 0.5em;
  letter-spacing: 2px;
  padding: 0 0 0 40px;
}
.sidenav div:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0%;
  width: 30px;
  height: 1px;
  content: '';
  background: #333;
}
.sidenavi_list {
  position: relative;
}
.sidenavi_list li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.5rem;
  list-style-type: none !important;
}
.sidenavi_list li:before {
  font-family: FontAwesome;
  content: "\f105"; /*アイコンの種類*/
  position: absolute;
  left: 0em; /*左端からのアイコンまでの距離*/
  color: #333; /*アイコン色*/
}
.nusep_news {}
.nusep_news li {
  position: relative;
  padding: 0.8em 0;
  border-bottom: 1px solid #333;
  text-align: left;
}
.nusep_news li:last-child {}
.nusep_news li::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 0%;
  content: '\f054';
  font-family: FontAwesome;
  font-weight: 400;
  color: #333;
}
.nusep_news li div {
  font-size: 1.2rem;
  margin: 0 auto 0.5em;
  color: #696969;
}
.nusep_news li span {
  display: inline-block;
  font-size: 1.0rem;
  margin: 0 0 0 10px;
  color: #333;
}
.topics_txt {
  text-align: left;
  margin: 1em auto;
}
.topics_txt a {
  text-decoration: underline;
}
.topics_txt img {
  max-width: 100%;
  height: auto;
  margin-bottom: 6px;
}
.topics_txt p {
  margin-bottom: 6px;
}
.topics_ttl {
  text-align: left;
  border-bottom: 1px solid #333;
  padding: 0 0 0.5em;
  margin: 0 auto 1em;
}
.topics_ttl div {
  font-size: 1.2rem;
  margin: 0 0 0.5em;
}
.topics_ttl div span {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 0.2em 1em;
  margin: 0 0px 0 10px;
  font-size: 1.0rem;
}
.topics_ttl p {
  font-size: 1.6rem;
  letter-spacing: 1px;
}
/* tradelaw */
.nusep_comp_list.wide {
  padding: 0em 0;
  width: 100%;
}
.nusep_comp_list.wide img {
  margin: 1em auto;
}
.nusep_comp_list {
  width: 90%;
  margin: 2em auto;
}
.nusep_comp_list li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #333;
  text-align: left;
}
.nusep_comp_list li dt {
  width: 25%;
}
.nusep_comp_list li dd {
  width: 75%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#nusep_map_canvas {
  width: 100%;
  height: 500px;
  margin: 2em auto 0;
}
.madeinjapan {
  position: relative;
  background: #EDEDED;
  padding: 20px 0 10px;
  margin: 4em auto 2em;
  font-size: 1.5rem;
}
.madeinjapan div {
  position: absolute;
  top: -3em;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 1.3rem;
}
.madeinjapan div span {
  display: inline-block;
  background: #000;
  padding: 5px 40px;
  border-radius: 30px;
  margin: 0.2em auto 0;
  color: #fff;
  letter-spacing: 2px;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  body {
    font-size: 1.5rem; /* 15px */
    line-height: 1.8;
  }
  /* mainv */
  .nusep_mv_img {
    bottom: 3em;
    left: 5%;
    width: 25%;
  }
  .nusep_mv_txt {
    max-width: 250px;
    line-height: 4;
    font-size: 1.8rem;
    letter-spacing: 2px;
    bottom: 30px;
    right: 50px;
    top: inherit;
    left: inherit;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
	
	
	/*　背景画像設定　*/
.slider-item01 {
  background: url("https://gigaplus.makeshop.jp/nusep/img/top/mv06.webp");
}
.slider-item02 {
  background: url("https://gigaplus.makeshop.jp/nusep/img/top/mv07.webp");
}
.slider-item03 {
  background: url("https://gigaplus.makeshop.jp/nusep/img/top/mv03.webp");
}
.slider-item04 {
  background: url("https://gigaplus.makeshop.jp/nusep/img/top/mv04.webp");
}
.slider-item05 {
  background: url("https://gigaplus.makeshop.jp/nusep/img/top/mv05.webp");
}
	.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
.slick-slide {
  min-height: 100vh !important;
}
	
	
  .nusep_top_bg {
    padding: 5em 0;
  }
  .nusep_top_ttl {
    font-size: 1.8rem;
  }
  .nusep_top_ttl span {
    font-size: 2.5rem;
    padding: 0 0 0.4em;
  }
  .nusep_top_img {
    max-width: 1000px;
    margin: 3em auto 0em;
  }
  .nusep_top2 {
    margin: 3em auto 1em;
    position: relative;
    background: url("https://gigaplus.makeshop.jp/nusep/img/top/top02.jpg");
    background-position: top 8em left 0;
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .nusep_top2_ap {
    position: absolute;
    top: 2em;
    left: 5%;
    width: 20%;
    z-index: 1;
  }
  .nusep_top2 p {
    width: 30%;
    margin: 0 auto 0 55%;
    line-height: 2;
  }
  .nusep_top2 p span {
    font-size: 2rem;
    padding: 0 0 0.2em;
    margin: 0 auto 1em;
  }
  .nusep_top2_img01 {
    width: 90%;
    margin: 0 auto 0 0;
  }
  .nusep_top2_img02 {
    width: 35%;
    margin: 0 0 3em auto;
  }
  .nusep_top3 {
    width: 80%;
    max-width: 900px;
    margin: 2em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .nusep_top3 p {
    width: 40%;
    margin: 0;
    padding: 0 0 2em;
  }
  .nusep_top3 div {
    width: 55%;
  }
  .top_about_ttl p {
    max-width: 250px;
    margin: 0 auto 1em 0;
  }
  .top_about {
    padding: 5em 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 0 0 auto;
  }
  .top_about_txt {
    width: 25%;
    margin: 0;
  }
  .top_about_txt img {
    width: 50%;
    margin: 0 auto 1.5em 0;
  }
  .top_about_txt div span {
    font-size: 2rem;
  }
  .top_about_txt p {
    margin: 1.5em auto 0;
  }
  .top_about_txt a {
    margin: 1.5em auto 0;
  }
  .top_about_img {
    width: 70%;
    margin: 0;
  }
  .top_prd_ttl span {
    font-size: 2.5rem;
    padding: 0 0 0em;
  }
  .top_prd {
    width: 90%;
    margin: 2em auto 0 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .top_prd.work {
    margin: 5em 0 0 auto;
    flex-direction: row;
  }
  .top_prd_img {
    width: 50%;
  }
  .top_prd_txt {
    text-align: left;
    padding: 0 5em;
    width: calc(50% - 10em);
  }
  .top_prd_txt div {
    font-size: 2.5rem;
  }
  .top_prd_txt div img {
    width: 40%;
  }
  .top_prd_txt p {
    margin: 1.5em auto;
    line-height: 2;
  }
  .top_topics_bg {
    padding: 5em 0;
    max-width: 800px;
    position: relative;
  }
  .top_topics_ttl {
    font-size: 2rem;
    text-align: left;
  }
  .top_topics_btn {
    position: absolute;
    top: 4em;
    right: 0;
    text-align: right;
    line-height: 12px;
    display: block;
  }
  .top_topics_btn img {
    width: 30px;
    padding: 0 0 0 10px;
  }
  /* about */
  .about_mv {
    width: 97%;
    margin: 0 auto 0 0;
  }
  .about_mv p {
    position: absolute;
    top: 135px;
    left: 5%;
    font-size: 1.4rem;
  }
  .about_mv div {
    top: 125px;
    left: 10%;
    max-width: 250px;
  }
  .about_top {
    padding: 5em 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .about_top_img {
    display: block;
    width: 50%;
  }
  .about_top_txt {
    width: calc(50% - 13%);
    padding: 0 5% 0 8%;
    text-align: left;
  }
  .about_top_logo {
    width: 40%;
    margin: 0 0 2em;
  }
  .about_top_ttl {
    line-height: 1.8;
    margin: 0 auto 2em;
  }
  .about_top_ttl span {
    font-size: 2.5rem;
  }
  .about_top_txt p {
    padding: 2em 0em 0;
  }
  .about_message {
    margin: 4em auto;
    position: relative;
    max-width: 1100px;
  }
  .about_message_ttl {
    right: 30%;
    top: -5em;
    width: 17%;
  }
  .about_message_img {
    position: absolute;
    top: -4em;
    left: -5%;
    width: 53%;
    margin: 0;
    z-index: 1;
  }
  .about_message_txt {
    width: 41%;
    padding: 4em 7% 4em 52%;
    line-height: 2.5;
  }
  .about_message_txt span {
    line-height: 2;
    margin: 0 auto 0.5em;
    font-size: 2.0rem;
    letter-spacing: 1px;
  }
  .nayami_bg {
    padding: 2em 0 5em;
  }
  .nayami_ttl {
    margin: 0 auto 2em;
  }
  .nayami_ttl img {
    max-width: 80px;
  }
  .nayami_ttl span {
    font-size: 2rem;
  }
  .nayami_list {
    max-width: 900px;
    margin: auto;
  }
  .nayami_list li {
    padding: 10px 15px;
    margin: 0.5em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .nayami_list li div {
    width: 70px;
    font-size: 3rem;
    line-height: 1.5;
  }
  .nayami_list li p {
    width: calc(100% - 70px);
    font-size: 1.7rem;
  }
  .about_point_ttl {
    margin: 5em auto 0;
  }
  .about_point_ttl img {
    max-width: 200px;
    margin: 0 auto 1em;
  }
  .about_point_ttl span {
    font-size: 2.2rem;
  }
  .about_point {
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .about_point li {
    flex: 0 1 46%;
    justify-content: center;
    margin: 4em 0 0em;
  }
  .about_point li div {
    width: 18%;
  }
  .about_point li p {
    margin: 1em auto 0;
  }
  .about_point li p span {
    font-size: 2rem;
  }
  .about_product {
    position: relative;
    margin: 8em auto 6em;
  }
  .about_product_ap {
    position: absolute;
    top: -6em;
    left: 47%;
    max-width: 280px;
    z-index: 1;
  }
  .about_product_ap.work {
    right: inherit;
    left: 5%;
    max-width: 230px;
  }
  .about_product_img.work {
    right: 5%;
    left: inherit;
    margin: 0;
    padding: 0;
  }
  .about_product_img {
    position: absolute;
    top: -6em;
    left: 5%;
    width: 40%;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
  .about_product_txt.work {
    padding: 4em 30% 4em 10%;
    margin: 0 auto 0 0;
  }
  .about_product_txt {
    width: calc(80% - 40%);
    padding: 4em 10% 4em 30%;
    margin: 0 0 0 auto;
  }
  .about_product_txt div {
    font-size: 3.0rem;
  }
  .about_product_txt div img {
    width: 30%;
  }
  .about_product_txt p {
    margin: 1em auto 2em;
    line-height: 2;
  }
  .about_product_txt a {
    margin: 2em auto 0;
  }
  /* pp */
  .nusep_pagetitle {
    padding: 120px 0 2em 0%;
  }
  .nusep_pagetitle span {
    font-size: 2.5rem;
  }
  .nusep_pp {
    padding: 3em 0 4em;
    width: 90%;
    max-width: 900px;
  }
  .nusep_pp div {
    font-size: 1.8rem;
  }
  .nusep_comp_list {
    margin: 5em auto;
    max-width: 900px;
  }
  .nusep_comp_list.wide {
    padding: 0em 0em 2em;
    max-width: 100%;
    margin: auto;
  }
  .nusep_comp_list.wide img {
    width: 300px;
  }
  .nusep_comp_list li {
    padding: 20px 0;
  }
  /* guide */
  .nusep_guide_bg {
    padding: 5em 0 5em;
    max-width: 1000px;
    margin: auto;
  }
  .nusep_guidenav {
    margin: 0em auto 3em;
  }
  .nusep_guidenav li {
    width: 16%;
    margin: 0 0 0em;
    border-right: 1px solid #333;
  }
  .nusep_guidenav li:first-child {
    border-left: 1px solid #333;
  }
  #guide01, #guide02, #guide03, #guide04, #guide05, #guide06 {
    margin-top: -100px;
    padding-top: 100px;
  }
  .nusep_guide_contents {
    width: 80%;
    margin: 0;
  }
  .nusep_guide_ttl {
    font-size: 2rem;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
  }
  .nusep_guide_txt {
    margin-bottom: 4em;
  }
  .nusep_guide_txt span {
    font-size: 1.7rem;
  }
  .nusep_guide_flow {
    width: 100%;
    margin: 0 0 2em 0;
    align-items: center;
  }
  .nusep_guide_flowl {
    width: 12%;
  }
  .nusep_guide_flowl img {
    width: 100%;
  }
  .nusep_guide_flowr {
    text-align: left;
    width: 83%;
  }
  .nusep_guide_flowr span {
    font-size: 2.0rem;
  }
  /* topics */
  .nusep_contents {
    padding: 5em 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .nusep_contents_main {
    width: 75%;
    margin: 0 0em;
  }
  .sidenav {
    width: 20%;
    padding: 15px 0 0;
  }
  .sidenavi_list {}
  .sidenavi_list li {
    padding: 1em 0 1em 1.5rem;
  }
  .nusep_news li {
    padding: 1.5rem 0;
  }
  .nusep_news li:last-child {
    border-bottom: none;
  }
  .topics_txt {
    margin: 2em auto;
  }
  .topics_ttl {
    margin: 0 auto 2em;
  }
  .topics_ttl div {
    font-size: 1.3rem;
  }
  .topics_ttl p {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .madeinjapan {
    padding: 30px 0 15px;
    margin: 4em auto 2em;
    font-size: 2rem;
  }
  .madeinjapan div {
    top: -3.5em;
    font-size: 1.3rem;
  }
  .madeinjapan div span {
    font-size: 1.8rem;
    padding: 5px 60px;
  }
}