/* reset */

hrml,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
object,
embed {
  vertical-align: top;
}
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", Verdana, Arial, sans-serif;
}
a {
  color: #000000;
  text-decoration: none;
}
a:active,
a:focus,
input:active,
input:focus {
  outline: 0;
}
section {
  width: 100%;
}
.pcClass {
  display: block;
}
.spClass {
  display: none;
}
.wrap {
  overflow: hidden;
  position: relative;
}

/* 共通パーツ
------------------------------------------------------------*/
h3 {
  font-size: 36px;
  margin-bottom: 25px;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}

h3::after {
  display: block;
  color: #2282b0;
  font-size: 15px;
  letter-spacing: normal;
}

.inner .btn {
  width: 180px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  margin-top: 35px;
  display: inline-block;
  position: relative;
}

.inner .btn a {
  display: block;
  color: #fff;
  text-align: center;
}

.inner .btn::after {
  position: absolute;
  right: 5px;
  top: 12px;
  content: "";
  width: 1px;
  height: 1px;
  border: solid transparent;
  border-width: 5px 5px;
  border-left-color: rgba(255, 255, 255);
}

.inner p {
  line-height: 2;
  font-size: 16px;
}

#keyvisual {
  padding: 11% 0;
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 86px;
}

#keyvisual h2 {
  font-size: 45px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* ヘッダー
------------------------------------------------------------*/
header {
  width: 100%;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 1000;
}

header nav {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header nav p {
  font-size: 25px;
  font-weight: bold;
  margin-left: 20px;
  position: relative;
  text-align: right;
  line-height: 1.5;
}

header nav p a {
  color: #103166;
}

header nav p::after {
  content: "受付時間 10:30～19:00　 ( 土・日 除く )";
  display: block;
  color: #000000;
  font-weight: normal;
  font-size: 11px;
}

header nav p::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 24px;
  height: 17px;
  background: url(../img/phone-icon.png) 0 0 no-repeat;
}

header nav ul {
  display: flex;
  margin-left: auto;
}

header nav h1 {
  left: 10px;
}

header.pcClass nav h1 img,
header.spClass .inner h1 img {
  width: 90px;
}

header nav ul li {
  padding: 2px 20px;
  font-size: 14px;
}

header nav ul li a:hover {
  border-bottom: 1px dotted #a5a6a7;
}

header nav ul li + li {
  border-left: solid 1px #999999;
}

/*ハンバーガーメニュー CSS ここから
------------------------*/
header .inner {
  z-index: 10;
  margin: 0 auto;
  width: 90%;
  align-items: center;
}

.slide_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 43px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #103166;
}

.topBar {
  background: #103166;
  height: 2px;
  width: 50%;
  position: absolute;
  top: 10px;
  left: 25%;
}

.middleBar {
  background: #103166;
  height: 2px;
  width: 50%;
  position: absolute;
  top: 18px;
  left: 25%;
}

.bottomBar {
  background: #103166;
  height: 2px;
  width: 50%;
  position: absolute;
  top: 26px;
  left: 25%;
}

span.menu {
  bottom: 20px;
  font-size: 10px;
}

span.menu:after {
  content: "MENU";
  color: #fff;
  bottom: 20px;
  font-size: 10px;
}

.active span.menu:after {
  content: "CLOSE";
}

#category_list {
  display: none;
  position: absolute;
  z-index: 5;
  top: 83px;
  left: 0px;
  width: 100%;
}

#category_list .lists {
  width: 100%;
  padding: 20px 0 20px 0;
  background: #ffffff;
  flex-direction: column;
  display: flex;
}

#category_list .lists li {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  float: none;
  margin: 0;
}

/*ハンバーガーメニュー CSS ここまで
------------------------*/

/* TOPページ | メインビジュアル
------------------------------------------------------------*/
#main {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  margin-top: 86px;
}

#main span.obi {
  max-width: 770px;
  position: absolute;
  left: 0px;
  bottom: 50px;
  z-index: 1;
  opacity: 0;
}

#main span.logo {
  max-width: 338px;
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: 1;
  opacity: 0;
}

#main ul.slick-slider {
  opacity: 0;
}

#main ul.slick-slider {
  -webkit-animation: example 1s ease 0.5s 1 forwards;
  animation: example 1s ease 0.5s 1 forwards;
}

#main span.logo {
  -webkit-animation: example 1s ease 1.5s 1 forwards;
  animation: example 1s ease 1.5s 1 forwards;
}

#main span.obi {
  -webkit-animation: example 1s ease 2s 1 forwards;
  animation: example 1s ease 2s 1 forwards;
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

#main span.obi img,
#main span.logo img {
  width: 100%;
}

#main ul.slick-slider {
  display: flex;
}

#main ul.slick-slider li {
  width: 1140px;
}

#main img {
  width: 100%;
}

/* TOPページ | ABOUT
------------------------------------------------------------*/
#about {
  padding: 50px 0;
}

#about .inner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}

#about .inner h3::after {
  content: "仕事の特徴";
}

#about .inner p {
  text-align: center;
  font-size: 16px;
}

/*------------------------------------------------------------*/
#about .inner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

#about .inner ul li {
  display: block;
  margin-top: 20px;
  width: 250px;
  padding: 25px 5px;
  min-height: 180px;
  text-decoration: none;
  position: relative;
  perspective: none;
  -webkit-perspective: none;
}

#about .inner ul li span.front dl,
#about .inner ul li span.back dl {
  margin-top: 10px;
}

#about .inner ul li span.front dl h4,
#about .inner ul li span.back dl h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

#about .inner ul li span.front dl dd {
  font-size: 13px;
  margin: 0 5px;
  line-height: 2;
}

#about .inner ul li span.back dl dd {
  font-size: 13px;
  margin: 0 15px;
  line-height: 1.5;
  letter-spacing: -2px;
}

#about .inner ul li span.back dl dd.detail {
  width: 180px;
  height: 35px;
  background-color: #719de0;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

#about .inner ul li span.back dl dd.detail a:hover {
  color: #719de0;
  background-color: #ffffff;
  transition: 0.5s;
}

#about .inner ul li span.back dl dd.detail a {
  display: block;
  color: #fff;
  text-align: center;
}

#about .inner ul li span {
  text-align: center;
  display: block;
  width: 100%;
  min-height: 180px;
  padding: 20px 0;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: 0.5s ease-in-out;
  background-color: #ffffff;
  color: #000000;
  border: solid 1px #103166;
}

#about .inner ul li .back {
  background-color: #103166;
  color: #ffffff;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

#about .inner ul li:hover .front {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

#about .inner ul li:hover .back {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}

/* TOPページ | overview
------------------------------------------------------------*/
#overview {
  padding: 50px 0;
}

#overview .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#overview .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#overview .inner ul li {
  width: 380px;

  margin-top: 50px;
  position: relative;
}

#overview .inner ul li#business h3::after {
  content: "事業内容";
}

#overview .inner ul li#company h3::after {
  content: "会社案内";
}

#overview .inner ul li dl {
  text-align: center;
  height: 550px;
}

#overview .inner ul li dl dt {
  width: 330px;
  display: inline-block;
  margin-bottom: 20px;
  overflow: hidden;
}

#overview .inner ul li dl dt img {
  width: 100%;
  display: block;
  transition: 0.5s;
}

#overview .inner ul li dl dt img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#overview .inner ul li dl dd p {
  font-size: 16px;
  text-align: left;
}

#overview .inner .btn a,
#recruit .inner .btn a,
#detail .inner .btn a {
  background-color: #103166;
  border: solid 1px #103166;
}

#overview .inner .btn a:hover,
#recruit .inner .btn a:hover,
#detail .inner .btn a {
  color: #103166;
  background-color: #fff;
  transition: 0.5s;
  border: solid 1px #103166;
}

#overview .inner ul li dl dd.btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

/* TOPページ | RECRUIT
------------------------------------------------------------*/
#recruit {
  padding: 50px 0;
  width: 100%;
  background-image: url(../img/recruit-bg.png);
  background-position: bottom right 50%;
  background-repeat: repeat-x;
}

#recruit .inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

#recruit .inner h3::after {
  content: "採用情報";
}

#recruit .inner ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-around;
  padding: 15px 45px 45px 45px;
  background-color: #ffffff;
}

#recruit .inner ul li {
  width: 355px;
  margin-top: 30px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#recruit .inner ul li img {
  width: 100%;
  display: block;
}

/* TOPページ | partner
------------------------------------------------------------*/
#partner .banner_area {
  text-align: center;
  margin: 30px;
}

/* TOPページ | VOICE OF MEMBER
------------------------------------------------------------*/
#voice {
  padding: 80px 0 120px 0;
  background: url(../img/voice-bg.jpg) center 5% scroll;
  height: auto;
  background-position: top center;
  background-size: cover;
}

#voice .inner {
  max-width: 860px;
  width: 90%;
  margin: 0 auto;
}

#voice .inner h3::after {
  content: "社員の声";
}

#voice .inner ul.slide-menber {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 60px;
}

#voice .inner ul.slide-menber li {
  display: flex;
}

#voice .inner ul.slide-menber li .img {
  width: 250px;
  padding: 0 30px;
}

#voice .inner ul.slide-menber li .img img {
  width: 100%;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#voice .inner ul.slide-menber li .profile {
  width: 520px;
}

#voice .inner ul.slide-menber li dl dt.name {
  width: 100%;
  text-align: left;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  padding: 10px 0;
  font-size: 25px;
  font-weight: bold;
}

#voice .inner ul.slide-menber li dl dt.position01::before {
  content: "営業職 2年目";
  display: block;
  font-size: 15px;
}

#voice .inner ul.slide-menber li dl dt.position02::before {
  content: "営業職 3年目";
  display: block;
  font-size: 15px;
}

#voice .inner ul.slide-menber li dl dd p {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}

/* TOPページ | CONTACT
------------------------------------------------------------*/
#contact {
  padding: 100px 0;
  width: 100%;
  background: url(../img/contact-bg.jpg) center 5% scroll;
  height: auto;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}

#contact .inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#contact .inner h3::after {
  content: "お問い合わせ";
}

#contact .inner p {
  font-size: 16px;
}

#contact .inner .btn a {
  background-color: #2282b0;
  border: solid 1px #2282b0;
}

#contact .inner .btn a:hover {
  color: #2282b0;
  background-color: #fff;
  transition: 0.5s;
  border: solid 1px #2282b0;
}

/* フッター
------------------------------------------------------------*/
footer {
  width: 100%;
  background-color: #103166;
}

footer p#copy {
  background-color: #0000;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}

footer #pageTop {
  position: fixed;
  bottom: 25px;
  right: 100px;
  z-index: 999;
}

footer #pageTop img {
  width: 100%;
}

#pageTop a {
  display: block;
  padding: 5px;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
}

/* 事業内容 | キービジュアル
------------------------------------------------------------*/
.business-wrap #keyvisual {
  background: url(../img/bus-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 86px;
}

.business-wrap #keyvisual h2 {
  color: #ffffff;
}

.business-wrap #keyvisual h2 span {
  border-bottom: 2px solid #ffffff;
}

/* 事業内容 | INTRODUCTION
------------------------------------------------------------*/
#introduction {
  padding: 50px 0;
}

#introduction .inner {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
}

#introduction .inner h3::after {
  content: "サービス紹介";
}

#introduction .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#introduction .inner ul li {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

#introduction .inner ul li.text {
  width: 500px;
}

#introduction .inner ul li.text p {
  padding: 0 20px;
  line-height: 2.5;
  margin-top: 15px;
  font-size: 16px;
}

#introduction .inner ul li.img {
  width: 450px;
  overflow: hidden;
}

#introduction .inner ul li img {
  width: 100%;
  display: block;
  transition: 0.5s;
}

#introduction .inner ul li img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* 事業内容 | DETAIL
------------------------------------------------------------*/
#detail {
  padding: 50px 0;
  background-color: #e5e9ee;
}

#detail .inner {
  max-width: 965px;
  width: 90%;
  margin: 0 auto;
}

#detail .inner h3::after {
  content: "サービス詳細";
}

#detail .inner .pcClass ul {
  display: flex;
  padding: 80px 0 50px 0;
}

#detail .inner .pcClass ul li.img {
  width: 50%;
  position: relative;
}

#detail .inner .pcClass ul.detail01 li.img span img,
#detail .inner .pcClass ul.detail02 li.img span img,
#detail .inner .pcClass ul.detail03 li.img span img {
  width: 100%;
  display: block;
  transition: 0.5s;
}

#detail .inner .pcClass ul.detail01 li.img span img:hover,
#detail .inner .pcClass ul.detail02 li.img span img:hover,
#detail .inner .pcClass ul.detail03 li.img span img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#detail .inner .pcClass ul.detail01 li.img span,
#detail .inner .pcClass ul.detail03 li.img span {
  display: block;
  position: absolute;
  overflow: hidden;
  top: -60px;
  left: 0px;
  width: 510px;
  z-index: 1;
}

#detail .inner .pcClass ul.detail02 li.img span {
  display: block;
  position: absolute;
  overflow: hidden;
  top: -60px;
  right: 0px;
  width: 510px;
  z-index: 1;
}

#detail .inner .pcClass ul.detail01 li.text,
#detail .inner .pcClass ul.detail03 li.text {
  width: 436px;
  height: 385px;
  background-color: #ffffff;
  padding: 20px 20px 20px 60px;
  display: inline-block;
  position: relative;
}

#detail .inner .pcClass ul.detail02 li.text {
  width: 436px;
  height: 385px;
  background-color: #ffffff;
  padding: 20px 60px 20px 20px;
  display: inline-block;
  position: relative;
}

/* ホバーアクション */

#detail .inner .pcClass ul.detail01 li.frame::before,
.frame::after,
#detail .inner .pcClass ul.detail02 li.frame::before,
.frame::after,
#detail .inner .pcClass ul.detail03 li.frame::before,
.frame::after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  transition: all 0.2s linear;
  background: #2282b0;
}

#detail .inner .pcClass ul.detail01 li span::before,
span::after,
#detail .inner .pcClass ul.detail02 li span::before,
span::after,
#detail .inner .pcClass ul.detail03 li span::before,
span::after {
  content: "";
  width: 4px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #2282b0;
}

#detail .inner .pcClass ul.detail01 li.frame:hover::before,
.frame:hover::after,
#detail .inner .pcClass ul.detail02 li.frame:hover::before,
.frame:hover::after,
#detail .inner .pcClass ul.detail03 li.frame:hover::before,
.frame:hover::after {
  width: 100%;
}

#detail .inner .pcClass ul.detail01 li.frame:hover span::before,
.frame:hover span::after,
#detail .inner .pcClass ul.detail02 li.frame:hover span::before,
.frame:hover span::after,
#detail .inner .pcClass ul.detail03 li.frame:hover span::before,
.frame:hover span::after {
  height: 100%;
}

#detail .inner .pcClass ul.detail01 li.frame::before,
.frame::after,
#detail .inner .pcClass ul.detail02 li.frame::before,
.frame::after,
#detail .inner .pcClass ul.detail03 li.frame::before,
.frame::after {
  transition-delay: 0s;
}

#detail .inner .pcClass ul.detail01 li.frame span::before,
.frame span::after,
#detail .inner .pcClass ul.detail02 li.frame span::before,
.frame span::after,
#detail .inner .pcClass ul.detail03 li.frame span::before,
.frame span::after {
  transition-delay: 0.2s;
}

#detail .inner .pcClass ul.detail01 li.frame::before,
#detail .inner .pcClass ul.detail02 li.frame::before,
#detail .inner .pcClass ul.detail03 li.frame::before {
  right: 0;
  top: 0;
}

#detail .inner .pcClass ul.detail01 li.frame::after,
#detail .inner .pcClass ul.detail02 li.frame::after,
#detail .inner .pcClass ul.detail03 li.frame::after {
  left: 0;
  bottom: 0;
}

#detail .inner .pcClass ul.detail01 li.frame span::before,
#detail .inner .pcClass ul.detail02 li.frame span::before,
#detail .inner .pcClass ul.detail03 li.frame span::before {
  left: 0;
  top: 0;
}

#detail .inner .pcClass ul.detail01 li.frame span::after,
#detail .inner .pcClass ul.detail02 li.frame span::after,
#detail .inner .pcClass ul.detail03 li.frame span::after {
  right: 0;
  bottom: 0;
}

#detail .inner .pcClass ul.detail01 li.frame:hover::before,
#detail .inner .pcClass ul.detail01 li.frame:hover::after,
#detail .inner .pcClass ul.detail02 li.frame:hover::before,
#detail .inner .pcClass ul.detail02 li.frame:hover::after,
#detail .inner .pcClass ul.detail03 li.frame:hover::before,
#detail .inner .pcClass ul.detail03 li.frame:hover::after {
  transition-delay: 0.2s;
}

#detail .inner .pcClass ul.detail01 li.frame:hover span::before,
#detail .inner .pcClass ul.detail01 li.frame:hover span::after,
#detail .inner .pcClass ul.detail02 li.frame:hover span::before,
#detail .inner .pcClass ul.detail02 li.frame:hover span::after,
#detail .inner .pcClass ul.detail03 li.frame:hover span::before,
#detail .inner .pcClass ul.detail03 li.frame:hover span::after {
  transition-delay: 0s;
}

/* ホバーアクション */

#detail .inner ul li.text h4 {
  font-size: 30px;
  color: #606060;
  padding-bottom: 15px;
  border-bottom: 2px solid #707070;
}

#detail .inner ul li.text h4::after {
  display: block;
  font-size: 18px;
  color: #2282b0;
  letter-spacing: normal;
}

/*#detail .inner ul.detail01 li.text h4::after {
  content: "インターネット回線事業";
}

#detail .inner ul.detail02 li.text h4::after {
  content: "モバイルショップ事業";
}

#detail .inner ul.detail03 li.text h4::after {
  content: "営業コンサルティング";
}

#detail .inner ul.detail04 li.text h4::after {
  content: "インターネット回線事業";
}

#detail .inner ul.detail05 li.text h4::after {
  content: "モバイルショップ事業";
}

#detail .inner ul.detail06 li.text h4::after {
  content: "営業コンサルティング";
}*/

#detail .inner ul li.text p {
  margin-top: 15px;
  line-height: 2.3;
  font-size: 16px;
}

#detail .inner .spClass ul {
  padding: 25px 0;
}

#detail .inner .spClass ul.detail01 li.text,
#detail .inner .spClass ul.detail02 li.text,
#detail .inner .spClass ul.detail03 li.text {
  padding: 20px;
  background-color: #ffffff;
}

#detail .inner .spClass ul li.img {
  width: 100%;
}

#detail .inner .spClass ul li.img img {
  width: 100%;
  display: block;
}

/*ポスティング
------------------------------------------------------------*/
#posting {
  padding: 50px 0;
}

#posting .inner {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
}

#posting .inner h3::after {
  content: "ポスティング事業";
}

#posting .inner h4 {
  font-size: 25px;
  margin: 50px;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #707070;
}

#posting .inner p {
  text-align: center;
}

#posting .inner .punit {
  text-align: center;
}

#posting .inner .punit p {
  display: inline-block;
}

#posting .inner .punit .item {
  font-size: 34px;
}

#posting .inner .punit .unit {
  font-size: 64px;
  font-weight: bold;
  margin: 0 30px;
}

#posting .inner .punit .show a {
  font-weight: bold;
  text-decoration: underline #103166;
}

.posting tr,
th,
td {
  border: 1px solid rgb(49, 49, 49);
  padding: 10px 5px;
  text-align: center;
}

.posting-wrap {
  width: 1000px;
}

.row-head_pink {
  background-color: #fcb4c0;
  text-align: left;
  text-decoration: underline;
}

.row-head_pink {
  background-color: #fcb4c0;
  text-align: left;
  text-decoration: underline;
}

.row-head_l-yellow {
  background-color: #ffebb6;
  text-align: left;
  text-decoration: underline;
}

.row-head_green {
  background-color: #e0fc9a;
  text-align: left;
  text-decoration: underline;
}

.row-head_ocher {
  background-color: #dde016;
  text-align: left;
  text-decoration: underline;
}

.row-head_blue {
  background-color: #bcd0fe;
  text-align: left;
  text-decoration: underline;
}

.row-head_upink {
  background-color: #f5e1f5;
  text-align: left;
  text-decoration: underline;
}

.row-head_kgr {
  background-color: #8be1b9;
  text-align: left;
  text-decoration: underline;
}

.row-head_org {
  background-color: #ffc3a0;
  text-align: left;
  text-decoration: underline;
}

.row-head_purple {
  background-color: #cd9cda;
  text-align: left;
  text-decoration: underline;
}

.table-date {
  background-color: #fff;
}

.table-date_Yel {
  background-color: #ffff99;
}

.posting {
  border: 1px solid black;
  width: -webkit-fill-available;
}

/*ポスティング　エリア
------------------------------------------------------------*/
#area {
  padding: 50px 0;
  background-color: #e5e9ee;
}

#area .inner {
  max-width: 1120px;
  /*width: 90%;*/
  margin: 0 auto;
}

#area .inner h3::after {
  content: "対応エリア";
}

#area .inner .posting-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#area .inner .table-head {
  background-color: rgb(201, 199, 199);
  width: 200px;
}

#area .inner h4 {
  padding-top: 30px;
}

/*ポスティング　料金表
------------------------------------------------------------*/
#pricelist {
  padding: 50px 0;
}

#pricelist .inner {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
}

#pricelist .inner .table-head {
  background-color: rgb(255, 255, 255);
  width: 200px;
}

#pricelist .inner h3::after {
  content: "ポスティング基準料金";
}

#pricelist .inner h4 {
  padding-top: 30px;
}

#pricelist .inner .price-wrap table {
  width: 1000px;
}

#pricelist .inner .price-wrap table th {
  font-size: 14px;
}

.price tr,
th,
td {
  border: 1px solid rgb(49, 49, 49);
  padding: 10px 5px;
  text-align: center;
}

.price-wrap {
  width: 1000px;
}

.table-head {
  background-color: rgb(255, 255, 255);
}

.row-head_pink {
  background-color: #fcb4c0;
  text-align: center;
}

.row-head_l-yellow {
  background-color: #ffebb6;
  text-align: center;
}

.row-head_green {
  background-color: #e0fc9a;
  text-align: center;
}

.row-head_ocher {
  background-color: #dde016;
  text-align: center;
}

.row-head_blue {
  background-color: #bcd0fe;
  text-align: center;
}

.row-head_upink {
  background-color: #f5e1f5;
  text-align: center;
}

.row-head_kgr {
  background-color: #8be1b9;
  text-align: center;
}

.row-head_org {
  background-color: #ffc3a0;
  text-align: center;
}

.row-head_purple {
  background-color: #cd9cda;
  text-align: center;
}

.table-date {
  background-color: #fff;
}

.table-date_Yel {
  background-color: #ffff99;
}

/* ポスティング_世帯数一覧 | setaiichiran_pc
------------------------------------------------------------*/
#setaiichiran {
}

#setaiichiran .inner {
}

#setaiichiran .inner p {
  text-align: center;
  margin: 30px;
}

#setaiichiran .inner .table-head {
  background-color: darkorange;
}

#setaiichiran .inner h4 {
  font-size: 25px;
  margin: 50px;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #707070;
}

#setaiichiran .inner .setai-wrap {
  width: 1000px;
  margin: 0 auto;
}

#setaiichiran .inner .setai-wrap .block table {
  float: left;
  width: 217px;
  margin: 0 30px 30px 0;
}

/* 会社概要 | キービジュアル
------------------------------------------------------------*/
.company-wrap #keyvisual {
  background: url(../img/company-bg.jpg?20200122);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 86px;
}

.company-wrap #keyvisual h2 {
  color: #ffffff;
}

.company-wrap #keyvisual h2 span {
  border-bottom: 2px solid #ffffff;
}

/* 会社概要 | MESSAGE
------------------------------------------------------------*/
#message {
  padding: 60px 0;
}

#message .inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

#message .inner h3::after {
  content: "代表メッセージ";
}

#message .inner .right {
  margin-left: auto;
  width: 180px;
}

/* 会社概要 | COMPANY PROFILE
------------------------------------------------------------*/
#profile {
  padding: 50px 0;
}

#profile .inner {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}

#profile .inner h3::after {
  content: "会社情報";
}

#profile .inner table {
  width: 100%;
  padding: 20px 0;
}

#profile .inner table tr + tr {
  border-top: solid 1px #999999;
}

#profile .inner table td,
#profile .inner table th {
  border: 0;
  text-align: left;
}

#profile .inner table th {
  width: 16%;
  padding: 20px 0 20px 20px;
}

#profile .inner table td {
  padding: 20px 0 20px 20px;
}

/* 会社概要 | ACCESS
------------------------------------------------------------*/
#access {
  padding: 50px 0;
}

#access .inner {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
}

#access .inner h3::after {
  content: "アクセス";
}

#access .inner ul {
  display: flex;
  margin-bottom: 50px;
}

#access .inner ul li.map {
  width: 55%;
}

#access .inner ul li.address {
  width: 45%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

/* 利用規約 | キービジュアル
------------------------------------------------------------*/
.privacy-wrap #keyvisual h2 {
  color: #000000;
}

.privacy-wrap #keyvisual h2 span {
  border-bottom: 2px solid #000000;
}

/* 利用規約 | PRIVACY POLICY
------------------------------------------------------------*/
#privacy {
  padding: 60px 0;
}

#privacy .inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

#privacy .inner h4 {
  margin-top: 60px;
  font-size: 16px;
}

/* 採用情報 | キービジュアル
------------------------------------------------------------*/
.recruit-wrap #keyvisual {
  background: url(../img/recruit-bg.jpg?20200122);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 86px;
}

.recruit-wrap #keyvisual h2 {
  color: #ffffff;
}

.recruit-wrap #keyvisual h2 span {
  border-bottom: 2px solid #ffffff;
}

/* 採用情報 | INFORMATION
------------------------------------------------------------*/
#infomation {
  padding: 50px 0;
}

#infomation .inner {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}

#infomation .inner h3::after {
  content: "採用情報";
}

/* 採用情報 | APPLICATION GUIDLINE
------------------------------------------------------------*/
#guidline {
  padding: 50px 0;
}

#guidline .inner {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
}

#guidline .inner h3::after {
  content: "募集要項";
}

#guidline .inner ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}

#guidline .inner ul li {
  width: 50%;
}

#guidline .inner table {
  width: 90%;
  padding: 20px 0;
}

#guidline .inner table tr + tr {
  border-top: solid 1px #999999;
}

#guidline .inner table td,
#guidline .inner table th {
  border: 0;
  text-align: left;
}

#guidline .inner table th {
  width: 16%;
  vertical-align: top;
  padding: 20px 0 20px 0;
}

#guidline .inner table td {
  padding: 20px 0 20px 30px;
}

/* お問い合わせ | CONTACT
------------------------------------------------------------*/
.contact-wrap #keyvisual {
  background: url(../img/contact-back.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 86px;
}

.contact-wrap #keyvisual h2 {
  color: #ffffff;
}

.contact-wrap #keyvisual h2 span {
  border-bottom: 2px solid #ffffff;
}

/* お問い合わせ | CONTACT
------------------------------------------------------------*/
#contact-form {
  padding: 50px 0;
}

#contact-form .inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

#contact-form .inner p a {
  border-bottom: solid 1px #8b8b8b;
}

#contact-form .inner p a:hover {
  border-bottom: none;
}

#contact-form .inner ul {
  margin-top: 35px;
  text-align: center;
}

#contact-form .inner ul li.number {
  font-size: 25px;
}

#contact-form .inner p.right {
  text-align: right;
}

#contact-form .inner p.right span {
  color: #9f0002;
}

#contact-form .contact_type ul {
  margin: auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

/* THANKSページ
------------------------------------------------------------*/
#thanks {
  padding: 50px 0;
}

#thanks .inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
  height: 450px;
  text-align: center;
}

#thanks .inner .thanks-button {
  overflow: hidden;
  width: 220px;
  margin-top: 50px;
  display: inline-block;
}

#thanks .inner .thanks-button a {
  display: block;
  background-color: #103166;
  border: solid 1px #103166;
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
}

#thanks .inner .thanks-button a:hover {
  color: #103166;
  background-color: #fff;
  transition: 0.5s;
  border: solid 1px #103166;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

/*------------------------------------------------------------*/
@media screen and (max-width: 414px) /**スマホ用のCSS**/ {
  .pcClass {
    display: none;
  }

  .spClass {
    display: block;
  }

  /* sp_共通パーツ
------------------------------------------------------------*/
  h3 {
    font-size: 25px;
  }
  #keyvisual h2 {
    font-size: 35px;
  }
  /* sp_TOPページ | メインビジュアル
------------------------------------------------------------*/
  #main {
    margin: 0 auto;
    position: relative;
    margin-top: 86px;
  }

  #main span.logo {
    max-width: 250px;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 1;
  }

  #main span.obi {
    max-width: 320px;
    position: absolute;
    left: 0px;
    bottom: 10px;
    z-index: 1;
  }

  #main span.logo img {
    width: 100%;
  }

  /* sp_TOPページ | ABOUT
------------------------------------------------------------*/
  #about {
    padding: 20px 0;
  }

  #about .inner ul li {
    width: 100%;
  }

  /* sp_TOPページ | overview
------------------------------------------------------------*/
  #overview {
    padding: 20px 0;
  }

  #overview .inner ul li {
    width: 100%;
  }

  #overview .inner ul li dl dt {
    width: 100%;
  }

  /* sp_TOPページ | RECRUIT
------------------------------------------------------------*/

  #recruit .inner ul li {
    width: 100%;
  }

  /* フッター
------------------------------------------------------------*/

  footer #pageTop {
    bottom: 24px;
    right: 10px;
  }

  #pageTop a {
    padding: 2px;
  }

  /* sp_TOPページ | VOICE OF MEMBER
------------------------------------------------------------*/
  #voice .inner ul li {
    width: 100%;
  }

  #voice .inner ul.slide-menber {
    justify-content: center;
    padding-top: 20px;
  }

  #voice .inner ul.slide-menber li {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }

  #voice .inner ul.slide-menber li .img {
    width: 100%;
    padding: 0 30px 15px 30px;
  }

  #voice .inner ul.slide-menber li .img img {
    width: 70%;
    display: inline-block;
  }

  #voice .inner ul.slide-menber li .profile {
    width: 100%;
    padding: 0 15px;
  }

  #voice .inner ul.slide-menber li dl dt.name {
    width: 100%;
    text-align: center;
  }

  /* sp_事業内容 | キービジュアル
------------------------------------------------------------*/
  .business-wrap #keyvisual {
    background: url(../img/bus-bg.jpg);
    background-size: cover;
  }

  /* sp_事業内容 | INTRODUCTION
------------------------------------------------------------*/
  #introduction .inner ul li.img {
    width: 100%;
  }

  #introduction .inner ul li.text p {
    padding: 0px;
  }

  /*sp_事業内容 | DETAIL
------------------------------------------------------------*/
  #detail .inner ul li.text h4 {
    font-size: 20px;
  }

  #detail .inner ul li.text h4::after {
    font-size: 15px;
  }

  /* sp_ポスティング | DETAIL
------------------------------------------------------------*/
  #posting .inner h4 {
    font-size: 18px;
    margin: 50px 5px;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-weight: normal;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #707070;
  }

  #area .inner .posting-wrap {
    /*width: 710px;*/
    overflow-x: scroll;
  }

  #area .inner h4 {
    padding-top: 10px;
  }

  #area .inner .posting-wrap table {
    width: 500px;
  }

  #area .inner .posting-wrap table th {
    width: 20%;
  }

  /* sp_ポスティング_料金表 | DETAIL
------------------------------------------------------------*/
  #pricelist .inner {
    margin: 0;
  }

  #pricelist .inner .price-wrap table th td {
    font-size: 14px;
  }

  .price-wrap {
    width: 500px;
    overflow-x: scroll;
  }

  #pricelist .inner .table-head {
    width: 20px;
  }

  .table-date {
    font-size: 14px;
    width: 50px;
  }

  /* sp_ポスティング_世帯数一覧 | setaiichiran sp
------------------------------------------------------------*/
  #setaiichiran {
  }

  #setaiichiran .inner {
  }

  #setaiichiran .inner h4 {
    font-size: 18px;
    margin: 50px;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-weight: normal;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #707070;
  }

  #setaiichiran .inner .setai-wrap {
    width: 375px;
    overflow-x: scroll;
  }

  #setaiichiran .inner .setai-wrap .block {
    float: left;
  }

  #setaiichiran .inner .setai-wrap .block table {
    float: left;
    width: 175px;
    margin: 0px 5px 30px 7px;
  }

  #setaiichiran .inner .setai-wrap .blocks .area-wrapper .block table {
    padding: 3px;
  }

  #setaiichiran .inner .setai-wrap table th {
    font-size: 14px;
  }

  .price tr,
  th,
  td {
    border: 1px solid rgb(49, 49, 49);
    padding: 3px;
    text-align: center;
  }

  /* sp_会社概要 | キービジュアル
------------------------------------------------------------*/
  .company-wrap #keyvisual {
    background: url(../img/company-bg.jpg?20200122);
    background-size: cover;
  }
  /* sp_会社概要 | COMPANY PROFILE
------------------------------------------------------------*/
  #profile .inner table th {
    padding: 10px 10px 0 10px;
  }

  #profile .inner table td {
    padding: 0 10px 10px 10px;
  }

  #profile .inner table th td tr {
    display: block;
    width: 95%;
    margin: 0 auto;
  }

  /* 会社概要 | ACCESS
------------------------------------------------------------*/
  #access {
    padding: 20px 0;
  }

  #access .inner ul {
    display: flex;
    flex-direction: column;
  }

  #access .inner ul li.map {
    width: 100%;
  }

  #access .inner ul li.address {
    width: 100%;
  }

  /* 採用情報 | キービジュアル
------------------------------------------------------------*/
  .recruit-wrap #keyvisual {
    background: url(../img/recruit-bg.jpg?20200122);
    background-size: cover;
  }

  /* 採用情報 | APPLICATION GUIDLINE
------------------------------------------------------------*/
  #guidline {
    padding: 50px 0;
  }

  #guidline .inner ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }

  #guidline .inner ul li {
    width: 100%;
  }

  #guidline .inner table {
    width: 100%;
    border-bottom: solid 1px #999999;
  }

  #guidline .inner table th {
    padding: 10px 10px 0 10px;
  }

  #guidline .inner table td {
    padding: 0 10px 10px 10px;
  }

  /* お問い合わせ | CONTACT
------------------------------------------------------------*/
  .contact-wrap #keyvisual {
    background: url(../img/contact-back.jpg);
    background-size: cover;
  }
}

/*------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .pcClass {
    display: none;
  }
  .spClass {
    display: block;
  }

  #contact-form .contact_type ul {
    display: contents;
  }

  /* 事業内容 | キービジュアル
------------------------------------------------------------*/
  .business-wrap #keyvisual {
    background: url(../img/bus-bg.jpg);
    background-size: cover;
  }

  /* 採用情報 | キービジュアル
------------------------------------------------------------*/
  .recruit-wrap #keyvisual {
    background: url(../img/recruit-bg.jpg?20200122);
    background-size: cover;
  }

  /* 採用情報 | APPLICATION GUIDLINE
------------------------------------------------------------*/
  #guidline .inner ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }

  #guidline .inner ul li {
    width: 100%;
  }

  #guidline .inner table {
    width: 100%;
    border-bottom: solid 1px #999999;
  }

  #guidline .inner table th {
    padding: 10px;
  }

  #guidline .inner table td {
    padding: 10px;
  }

  /* 会社概要 | キービジュアル
------------------------------------------------------------*/
  .company-wrap #keyvisual {
    background: url(../img/company-bg.jpg?20200122);
    background-size: cover;
  }

  /* 会社概要 | ACCESS
------------------------------------------------------------*/
  #access .inner ul {
    display: flex;
    flex-direction: column;
  }

  #access .inner ul li.map {
    width: 100%;
  }

  #access .inner ul li.address {
    width: 100%;
  }

  /* お問い合わせ | CONTACT
------------------------------------------------------------*/
  .contact-wrap #keyvisual {
    background: url(../img/contact-back.jpg);
    background-size: cover;
  }
}
/*------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
}
