@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  color: #363636;
  font-size: 1.4rem;
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #565656;
}

a:hover {
  color: #0066ff;
}

/*---------------------------------------------------------------------------
 色
---------------------------------------------------------------------------*/
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #191e2d;
}

/*---------------------------------------------------------------------------
 揃え
---------------------------------------------------------------------------*/
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

/*---------------------------------------------------------------------------
 その他
---------------------------------------------------------------------------*/
.bold {
  font-weight: bold;
}

/*---------------------------------------------------------------------------
 ベース、ホーム
---------------------------------------------------------------------------*/
.wrap {
  text-align: center;
  width: 100%;
  height: auto;
}

.inner {
  text-align: left;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .inner {
    width: 1000px;
  }
}

header {
  position: relative;
  text-align: center;
}

header h1 {
  margin: 15px 0 10px;
}

@media (min-width: 1000px) {
  header h1 {
    margin: 30px 0;
  }
}

.menu-btn {
  position: absolute;
  top: 8px;
  right: 15px;
  width: auto;
  height: auto;
  background-color: #000;
  border: none;
  padding: 8px 10px;
}

.menu-btn span {
  display: none;
}

.menu-btn i {
  font-size: 14px;
  color: #fff;
  padding: 0;
  margin: 0;
}

@media (min-width: 1000px) {
  .menu-btn {
    display: none;
  }
}

.menu {
  display: none;
}

@media (min-width: 1000px) {
  .menu {
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 1.2rem;
  }
}

.menu li {
  margin-right: 0;
  text-align: left;
  display: block;
  background-color: #f1f1f1;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  line-height: 44px;
}

@media (min-width: 1000px) {
  .menu li {
    letter-spacing: 0.1rem;
    margin-right: 3rem;
    display: inline-block;
    background-color: inherit;
    border-bottom: none;
    width: auto;
    height: auto;
    line-height: inherit;
  }
}

.menu li:last-child {
  margin-right: 0;
}

.menu li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  box-sizing: border-box;
  text-decoration: none;
}

@media (min-width: 1000px) {
  .menu li a {
    font-weight: bold;
    padding-left: 0;
  }
}

.menu li a:hover {
  color: #ed0000;
  background-color: #ffebeb;
  text-decoration: none;
}

@media (min-width: 1000px) {
  .menu li a:hover {
    background-color: inherit;
    text-decoration: underline;
  }
}

.bg-photo {
  background: url(../img/home/bg-photo.jpg) no-repeat top center;
  background-size: 1000px auto;
}

@media (min-width: 1000px) {
  .bg-photo {
    background-size: auto auto;
  }
}

.catch {
  text-align: center;
  padding: 115px 0 0;
}

@media (min-width: 1000px) {
  .catch {
    padding: 210px 0 0;
  }
}

/*---------------------------------------------------------------------------
 ベース、ホーム（エヌズとは）
---------------------------------------------------------------------------*/
.mission {
  margin: 0 25px;
  /* background: url(../img/home/talent_1_sp.png) no-repeat top 35px right 0;
  background-size: 130px auto; */
}

@media (min-width: 1000px) {
  .mission {
    margin: 165px 0 60px;
    /* background: url(../img/home/talent_1.png) no-repeat top right;
    background-size: auto auto; */
  }
}

.title-mission {
  display: inline-block;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  padding-bottom: 3px;
  margin: 170px 0 20px;
  color: #363636;
  font-weight: bold;
  border-bottom: 3px solid #00ac97;
}

@media (min-width: 1000px) {
  .title-mission {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
    padding-bottom: 6px;
    margin: 135px 0 60px;
  }
}

.mission p {
  text-align: justify;
  width: auto;
  line-height: 1.9;
  letter-spacing: 0.075rem;
  margin: 0 0 3rem;
}

@media (min-width: 1000px) {
  .mission p {
    width: auto;
    line-height: 2.2;
    letter-spacing: 0.1rem;
    margin: 0 0 4rem;
  }
}

.mission p:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------------------------------------
 ベース、ホーム（取扱サービス）
---------------------------------------------------------------------------*/
.service {
  padding-top: 62px;
  margin: 0 25px 60px;
}

@media (min-width: 1000px) {
  .service {
    padding-top: 82px;
    margin: 0 0 120px;
  }
}

.title {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 3px;
  margin: 0 0 30px;
  color: #363636;
  border-bottom: 3px solid #00ac97;
}

@media (min-width: 1000px) {
  .title {
    font-size: 1.9rem;
    letter-spacing: 0.3rem;
    padding-bottom: 6px;
    margin: 0 0 60px;
  }
}

.line {
  height: auto;
  margin-bottom: 40px;
}

@media (min-width: 1000px) {
  .line {
    height: 247px;
    margin-bottom: 120px;
  }
}

.line div {
  width: auto;
  padding-top: 62%;
}

@media (min-width: 1000px) {
  .line div {
    width: 450px;
    padding-top: 20px;
  }
}

.line:nth-of-type(1) {
  background: url(../img/home/line_sbhikari.png) no-repeat top center;
  background-size: 95% auto;
}

@media (min-width: 1000px) {
  .line:nth-of-type(1) {
    background: url(../img/home/line_sbhikari.png) no-repeat top left;
    background-size: auto auto;
  }
}

.line:nth-of-type(2) {
  background: url(../img/home/line_sbair.png) no-repeat top center;
  background-size: 95% auto;
}

@media (min-width: 1000px) {
  .line:nth-of-type(2) {
    background: url(../img/home/line_sbair.png) no-repeat top right;
    background-size: auto auto;
  }
}

.line:nth-of-type(3) {
  background: url(../img/home/line_pocketwifi.png) no-repeat top center;
  background-size: 95% auto;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .line:nth-of-type(3) {
    background: url(../img/home/line_pocketwifi.png) no-repeat top left;
    background-size: auto auto;
  }
}

.line:nth-of-type(1) div,
.line:nth-of-type(3) div {
  margin-left: 0;
}

@media (min-width: 1000px) {

  .line:nth-of-type(1) div,
  .line:nth-of-type(3) div {
    margin-left: 550px;
  }
}

.line:nth-of-type(2) div {
  margin-right: 0;
}

@media (min-width: 1000px) {
  .line:nth-of-type(2) div {
    margin-right: 550px;
  }
}

.title-line {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  margin: 0 0 15px;
  text-align: center;
}

@media (min-width: 1000px) {
  .title-line {
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
    margin: 0 0 30px;
    text-align: left;
  }
}

.title-line a {
  font-weight: bold;
  text-decoration: none;
}

.title-line a:hover {
  color: #ed0000;
  text-decoration: underline;
}

.line p {
  text-align: justify;
  line-height: 1.9;
  letter-spacing: 0.075rem;
}

@media (min-width: 1000px) {
  .line p {
    line-height: 2.2;
    letter-spacing: 0.1rem;
  }
}

.line p:first-of-type {
  margin-bottom: 6rem;
}

@media (min-width: 1000px) {
  .line p:first-of-type {
    margin-bottom: 0;
  }
}

/*---------------------------------------------------------------------------
 ベース、ホーム（実績）
---------------------------------------------------------------------------*/
.results {
  padding-top: 0;
  padding-bottom: 260px;
  background: url(../img/home/prize.png) no-repeat bottom center;
  background-size: auto 250px;
  margin: 0 25px 60px;
}

@media (min-width: 1000px) {
  .results {
    padding-bottom: 0;
    background: url(../img/home/prize.png) no-repeat top right;
    background-size: auto auto;
    margin: 0 0 180px;
  }
}

.results p {
  text-align: justify;
  width: auto;
  line-height: 1.9;
  letter-spacing: 0.075rem;
  margin: 0 0 3rem;
}

@media (min-width: 1000px) {
  .results p {
    width: 550px;
    line-height: 2.2;
    letter-spacing: 0.1rem;
    margin: 0 0 4rem;
  }
}

/*---------------------------------------------------------------------------
 ベース、ホーム（レビュー）
---------------------------------------------------------------------------*/
.reviews {
  margin: 0 15px 70px;
}

@media (min-width: 1000px) {
  .reviews {
    margin: 0 0 180px;
  }
}

.reviews p {
  text-align: justify;
  width: auto;
  line-height: 1.9;
  letter-spacing: 0.1rem;
  margin: 0 0 3rem;
}

@media (min-width: 1000px) {
  .reviews p {
    width: 550px;
    line-height: 2.2;
    letter-spacing: 0.2rem;
    margin: 0 0 4rem;
  }
}

.reviews p:nth-of-type(1) {
  padding-bottom: 230px;
}

@media (min-width: 1000px) {
  .reviews p:nth-of-type(1) {
    padding-bottom: 0;
  }
}

/*---------------------------------------------------------------------------
 ベース、ホーム（イメージタレント）
---------------------------------------------------------------------------*/
.talent {
  background: url(../img/home/talent_3.png) no-repeat center center;
  background-size: auto 190px;
  margin: 0 15px 70px;
}

@media (min-width: 1000px) {
  .talent {
    background: url(../img/home/talent_3.png) no-repeat top 55px right 100px;
    background-size: auto auto;
    margin: 0 0 180px;
  }
}

.talent p {
  text-align: justify;
  width: auto;
  line-height: 1.9;
  letter-spacing: 0.1rem;
  margin: 0 0 3rem;
}

@media (min-width: 1000px) {
  .talent p {
    width: 550px;
    line-height: 2.2;
    letter-spacing: 0.2rem;
    margin: 0 0 4rem;
  }
}

.talent p:nth-of-type(1) {
  padding-bottom: 230px;
}

@media (min-width: 1000px) {
  .talent p:nth-of-type(1) {
    padding-bottom: 0;
  }
}

.profile a {
  text-decoration: none;
}

.profile a:hover {
  color: #ed0000;
  text-decoration: underline;
}

/*---------------------------------------------------------------------------
 ベース、ホーム（概要、お知らせ）
---------------------------------------------------------------------------*/
.footer-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 25px;
}

@media (min-width: 1000px) {
  .footer-contents {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 120px;
  }
}

.footer-contents div {
  width: auto;
  margin-bottom: 60px;
}

@media (min-width: 1000px) {
  .footer-contents div {
    width: 470px;
    margin-bottom: 0;
  }
}

/*---------------------------------------------------------------------------
 ベース、ホーム（お知らせ）
---------------------------------------------------------------------------*/
.news-list dt {
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
}

.news-list dd {
  text-align: justify;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  margin-bottom: 4rem;
}

/*---------------------------------------------------------------------------
 ベース、ホーム（概要）
---------------------------------------------------------------------------*/
.ns-overview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ns-overview dt {
  box-sizing: border-box;
  padding: 0 35px 0 0;
  text-align: left;
  width: auto;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1rem;
}

@media (min-width: 1000px) {
  .ns-overview dt {
    padding: 8px 35px 8px 0;
    text-align: right;
    width: 115px;
    margin-bottom: 4rem;
  }
}

.ns-overview dd {
  box-sizing: border-box;
  border-left: 5px solid #add9d3;
  padding: 8px 0 8px 15px;
  width: 100%;
  text-align: justify;
  line-height: 2.2;
  letter-spacing: 0.1rem;
  margin-bottom: 4rem;
}

@media (min-width: 1000px) {
  .ns-overview dd {
    padding: 8px 0 8px 35px;
    width: 350px;
  }
}

/*---------------------------------------------------------------------------
 ベース、ホーム（フッター）
---------------------------------------------------------------------------*/
footer {
  text-align: center;
  color: #363636;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
}

@media (min-width: 1000px) {
  footer {
    margin-bottom: 4rem;
  }
}

/*---------------------------------------------------------------------------
 ページトップ
---------------------------------------------------------------------------*/
.top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 70%;
}

@media (min-width: 1000px) {
  .top {
    bottom: 30px;
    right: 30px;
    font-size: 80%;
  }
}

.top a {
  text-align: center;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 36px;
  border-radius: 22px;
  box-sizing: border-box;
  color: #fff;
  background-color: #00ac97;
  text-decoration: none;
  letter-spacing: 1px;
  border: 3px solid #fff;
}

@media (min-width: 1000px) {
  .top a {
    width: 60px;
    height: 60px;
    line-height: 54px;
    border-radius: 30px;
  }
}

.top a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ff7f28;
}

/*---------------------------------------------------------------------------
 下層ページ
---------------------------------------------------------------------------*/
.contents {
  margin: 45px 15px 60px;
}

@media (min-width: 1000px) {
  .contents {
    margin: 60px 0 90px;
  }
}

.contents p {
  text-align: justify;
  width: auto;
  line-height: 1.9;
  letter-spacing: 0.1rem;
  margin: 0 0 3em;
}

@media (min-width: 1000px) {
  .contents p {
    line-height: 2.2;
    letter-spacing: 0.2rem;
    margin: 0 0 4rem;
  }
}

/*---------------------------------------------------------------------------
 map
---------------------------------------------------------------------------*/
.accessmap {
  margin: 0 10px;
}

.google-map {
  position: relative;
  padding-bottom: 75%;
  margin: 0 0 20px;
}

@media (min-width: 1000px) {
  .google-map {
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
    margin: 0 0 40px;
  }
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 250px !important;
}

@media (min-width: 1000px) {
  .google-map iframe {
    height: 400px !important;
  }
}

/*---------------------------------------------------------------------------
 form
---------------------------------------------------------------------------*/
.table-flexible,
.table-flexible tbody,
.table-flexible tr,
.table-flexible th,
.table-flexible td {
  display: block;
}

.table-flexible {
  text-align: left;
  box-sizing: border-box;
  width: auto;
  height: auto;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  background-color: #fff;
  box-shadow: 0 1px #fff;
  margin: 0 0 40px;
}

@media (min-width: 1000px) {
  .table-flexible {
    display: table;
    width: 1000px;
  }
}

@media (min-width: 1000px) {
  .table-flexible tbody {
    display: table-row-group;
  }
}

@media (min-width: 1000px) {
  .table-flexible tr {
    display: table-row;
  }
}

.table-flexible th {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  width: auto;
  height: auto;
  padding: 10px;
  line-height: 1.4;
  background-color: #f7f7f7;
}

@media (min-width: 1000px) {
  .table-flexible th {
    display: table-cell;
    text-align: right;
    padding: 20px;
  }
}

.table-flexible td {
  vertical-align: middle;
  width: auto;
  height: auto;
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  line-height: 1.4;
}

@media (min-width: 1000px) {
  .table-flexible td {
    display: table-cell;
    padding: 20px;
  }
}

.req {
  display: inline-block;
  padding: 2px 6px 4px;
  color: #fff;
  background-color: #f44447;
  border-radius: 2px;
  font-weight: normal;
  font-size: 12px;
  margin: 0 15px 0 0;
}

input,
textarea,
select {
  font-size: 15px;
}

input[type="text"],
textarea {
  width: 100%;
  padding: 4px 6px;
  box-sizing: border-box;
  border: solid 1px #999;
  border-radius: 0;
  background: #fff;
  -webkit-appearance: none;
}

input[type="submit"] {
  cursor: pointer;
  width: 200px;
  height: 54px;
  color: #fff;
  background: linear-gradient(#999 0%, #888 15%, #555 85%, #555 100%);
  border: 1px solid #ebebeb;
  border-radius: 4px;
  box-shadow: 0 2px #d7d7d7;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

input[type="submit"]:hover {
  width: 200px;
  height: 54px;
  color: #fff;
  background: linear-gradient(#ffa800 0%,
      #ffa800 15%,
      #ff7800 85%,
      #ff7800 100%);
  border: 1px solid #ebebeb;
  border-radius: 4px;
  box-shadow: 0 2px #d7d7d7;
  box-sizing: border-box;
}

input[type="radio"] {
  margin-bottom: 15px;
}

/*---------------------------------------------------------------------------
 汎用
---------------------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0;
}

.mb-s {
  margin-bottom: 10px;
}

.mb-m {
  margin-bottom: 20px;
}

.mb-l {
  margin-bottom: 30px;
}

.mb-2l {
  margin-bottom: 40px;
}

.mb-3l {
  margin-bottom: 60px;
}

/*list*/
.items {
  list-style-type: square;
}

.items li {
  line-height: 1.7;
  margin-bottom: 15px;
}

.items li:last-child {
  margin-bottom: 0;
}

.ordered {
  list-style-type: decimal;
}

.list-none {
  list-style-type: none;
}

.items-margin {
  margin-left: 40px;
  margin-right: 20px;
}

/*プライバシーポリシー*/
.privacypolicy {
  margin: 25px;
}

@media (min-width: 1000px) {
  .privacypolicy {
    margin: 0 0 50px;
  }
}

.privacypolicy h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 30px;
  color: #191e2d;
}

@media (min-width: 1000px) {
  .privacypolicy h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin: 80px auto 80px;
  }
}

.privacypolicy h3 {
  font-size: 17px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 40px auto 20px;
  border-left: 4px solid #191e2d;
  padding: 15px 20px;
  color: #191e2d;
  background: #f7f7f7;
}

@media (min-width: 1000px) {
  .privacypolicy h3 {
    font-size: 20px;
    margin: 0 auto 40px;
    border-left: 5px solid #191e2d;
    padding: 20px 25px;
  }
}

.privacypolicy p {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin: 0 1.5em 30px;
  color: #363636;
}

@media (min-width: 1000px) {
  .privacypolicy p {
    font-size: 18px;
    line-height: 2.2;
    margin: 0 2em 60px;
  }
}

.privacypolicy-handling-list {
  margin-bottom: 30px;
}

.privacypolicy li {
  text-align: justify;
  list-style-type: decimal;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin: 0 10px 10px 30px;
  color: #363636;
}

@media (min-width: 1000px) {
  .privacypolicy li {
    font-size: 18px;
    line-height: 2;
    margin: 0 0 20px 50px;
  }
}

.privacypolicy li>ul {
  margin: 15px 0 30px;
}

@media (min-width: 1000px) {
  .privacypolicy li>ul {
    margin: 40px 0 60px;
  }
}

.privacypolicy li>ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.type-none li>ul li {
  list-style-type: none;
}

.privacypolicy-contact {
  text-align: center;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 6px;
}

.supervisor {
  background: #fbfbfb;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  margin: 0 25px 40px;
  box-shadow: 0 3px 0 #f7f7f7;
  border: 1px solid #dfdfdf;
}

@media (min-width: 1000px) {
  .supervisor {
    flex-direction: row;
    padding: 40px 50px 35px;
    margin-bottom: 150px;
  }
}

.supervisor div:first-child {
  text-align: center;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .supervisor div:first-child {
    width: 140px;
    margin-right: 45px;
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .supervisor div:last-child {
    border-left: 1px solid #dfdfdf;
    padding-left: 45px;
  }
}


.supervisor div:first-child img {
  border-radius: 70px;
}

.supervisor div:first-child figcaption {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
}

.supervisor p,
.supervisor li {
  text-align: justify;
  font-size: 14px;
  line-height: 1.7;
}