@charset "utf-8";

/*========= レイアウトのためのCSS ===============*/

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
li,
a {
  font-family: sans-serif !important;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.75;
  color: #333;
}

h2 {
  font-size: 20px;
  text-align: center;
  margin: 0 0 80px 0;
  position: relative;
  text-align: center;
  border-bottom: 5px solid #f6f6f6;
  padding-bottom: 10px;
  line-height: 1.75;
}
h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 5px;
  background-color: #393e93;
}

@media (min-width: 769px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 18px;
  margin-bottom: 0.5em;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #393e93;
}

a:hover {
  opacity: 0.75;
}

/* ボタン */
a.button {
  border: 1px solid #393e93;
  padding: 10px 30px;
  color: #393e93 !important;
  vertical-align: middle;
  text-align: center;
  display: block;
  margin: auto !important;
  align-items: center;
  position: relative;
  text-decoration: none !important;
}

a:hover.button {
  background-color: #393e93;
  color: #fff !important;
  transition: all 0.25s;
  opacity: 1;
}

.right-arrow:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  right: 15px;
  top: 45%;
  transform: rotate(-45deg);
}

.right-arrow:hover:after {
  right: 8px;
  transition: all 0.15s;
  border-color: #fff;
}

p {
  margin-bottom: 1em;
}

li {
  list-style-position: inside;
}

li:not(main) {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}

th {
  background-color: #f0f0f0;
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-weight: normal;
  width: 30%;
}

td {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

td p:last-child {
  margin-bottom: 0;
}

figcaption {
  font-size: 14px;
}

@media (max-width: 768px) {
  img {
    width: 100%;
  }
}

small {
  color: #fff;
  display: block;
  text-align: center;
}

header {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px;
}

@media (min-width: 769px) {
  header {
    padding: 0;
  }
}

main {
  margin: 0 auto;
}

@media (min-width: 769px) {
  main {
  }
}

section {
  max-width: 1080px;
  margin: 0 auto;
}

section:not(:first-child) {
  padding: 75px 20px;
}

section .bg-color {
  background: #f3f3f3;
}

/*========= ヘッダー ===============*/
header h1 {
  font-size: 12px;
  margin-bottom: 5px;
  width: 80%;
  font-weight: normal;
}

header h1 span {
  display: inline-block;
}

@media (min-width: 769px) {
  header h1 {
    width: 100%;
    padding-top: 10px;
  }
}

.header-inside {
  display: flex;
  justify-content: space-between;
}

#logo {
  margin-right: 10px;
  width: 280px;
}

#logo img {
  width: 100%;
}

@media (min-width: 769px) {
  #logo {
    width: 310px;
  }
  #logo img {
    width: 310px;
  }
}

#h-box {
  margin-top: 0px;
  display: flex;
  align-items: center;
}

@media (min-width: 931px) {
  #h-box {
    display: block;
  }
}

ul.h-cta {
  display: flex;
  justify-content: flex-end;
}

.h-cta img {
  border: 1px solid #393e93;
  border-radius: 5px;
  height: 40px;
  width: 40px;
}

ul.h-cta li:last-child {
  margin-left: 10px;
}

@media (min-width: 931px) {
  ul.h-cta li:last-child {
    margin-left: 10px;
  }
  .h-cta img {
    border: none;
    height: 50px;
    width: unset;
    border-radius: 0;
  }
}

/*========= トップページ ===============*/

/*メインビジュアル*/
#mv {
  max-width: 100%;
}

#mv img {
  width: 100%;
  margin: 0 calc(50% - 50vw);
}

/*お知らせ*/
#info dl {
  display: flex;
  flex-flow: wrap;
}

#info dt,
#info dd {
  width: 100%;
}

#info dt {
  padding-top: 1em;
}

#info dd {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}

@media (min-width: 769px) {
  #info dt {
    width: 25%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
  }
  #info dd {
    width: 75%;
    padding-top: 1em;
  }
}

/*事業内容*/
#our-business ul {
  display: flex;
  text-align: center;
  flex-direction: column;
}

#our-business ul li {
  margin-bottom: 50px;
}

#our-business h3 {
  font-size: 40px;
  line-height: 1.25;
  position: absolute;
  display: block;
  width: 100%;
  color: #fff;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  z-index: 3;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  letter-spacing: 5px;
}

#our-business a {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}

#our-business img {
  transition-duration: 0.3s;
}

#our-business img:hover {
  transform: scale(1.1);
  transition-duration: 0.8s;
}

@media (min-width: 769px) {
  #our-business ul {
    flex-direction: row;
    justify-content: space-between;
  }
  #our-business a {
    width: 500px;
    height: 250px;
  }
}

/*========= 下層ページ ===============*/
#kasou-mv {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 calc(50% - 50vw);
  max-width: 100%;
  height: 200px;
  position: relative;
}

#kasou-mv:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#kasou-mv h1 {
  text-align: center;
  line-height: 1.75;
  font-size: 24px;
  letter-spacing: 5px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  z-index: 2;
}

.kasou-keibi-shisetsu {
  background-image: url(../img/kasou-keibi-shisetsu.jpg);
}

.kasou-keibi-event {
  background-image: url(../img/kasou-keibi-event.jpg);
}

.kasou-keibi-kotsu {
  background-image: url(../img/kasou-keibi-kotsu.jpg);
}

.kasou-keibi-saiyo {
  background-image: url(../img/kasou-keibi-saiyo.jpg);
}

.kasou-keibi-company {
  background-image: url(../img/kasou-keibi-company.jpg);
}

.kasou-privacy {
  background-image: url(../img/kasou-privacy.jpg);
}

@media (min-width: 769px) {
  #kasou-mv h1 {
    font-size: 38px;
  }
}

.f-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 769px) {
  .f-box {
    flex-direction: row;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .text-box {
    width: 60%;
  }
  .img-box {
    width: 35%;
  }
  .img-box img {
    width: 100%;
  }




}

/* 採用情報トップページ関連リンク */
.link-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px 5%;
}

@media (min-width: 769px) {
  .link-list {
    flex-direction: row;
  }
  .link-list li {
    width: 30%;
  }
}

/* 採用情報一覧ページ */
.fs75 th,
.fs75 td,
.fs75 p,
.fs75 li {
  font-size: 14px;
}

/* 採用情報詳細ページ */
.rec-detail {
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
}

.rec-detail p {
  font-size: 14px;
}

.youtube {
  text-align: center;
  margin-bottom: 50px;
}

.youtube iframe {
  text-align: center;
  width: 100%;
  height: 320px;
}

.contact {
  font-size: 14px;
  margin-bottom: 50px;
}

.contact p {
  font-size: 14px;
}

@media (min-width: 769px) {
  .rec-detail {
    width: 640px;
  }
  .youtube iframe {
    width: 640px;
    height: 360px;
  }
}

/*========= パンくずリスト ===============*/
#breadCrumb {
  padding: 10px 20px;
}

@media (min-width: 769px) {
  #breadCrumb {
    max-width: 1080px;
    margin: 0 auto;
  }
}

/*========= PC用ナビゲーション ===============*/

/*ナビゲーション全体の設定*/
#g-nav {
  display: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 931px) {
  #g-nav {
    display: block;
  }
}

/*ナビゲーションを横並びに*/
#g-nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
/*2階層目以降は横並びにしない*/
#g-nav ul ul {
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
#g-nav ul li {
  position: relative;
  width: 100%;
  text-align: center;
  border-right: 1px solid #ccc;
}

#g-nav ul li:first-child {
  border-left: 1px solid #ccc;
}

/*ナビゲーションのリンク設定*/
#g-nav ul li a {
  display: block;
  text-decoration: none;
  padding: 10px;
}

#g-nav ul li a.active {
  border-bottom: 3px solid #393e93;
}

#g-nav ul li ul li {
  border-bottom: 1px solid #ccc;
}

#g-nav ul li li a {
  padding: 10px 10px 10px 35px;
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
#g-nav ul li.has-child::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}

/*3階層目を持つliの矢印の設定*/
#g-nav ul ul li.has-child::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg);
}

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
#g-nav li.has-child ul {
  position: absolute;
  left: 0;
  top: 52px;
  z-index: 4;
  background: #fff;
  width: 180px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
}

/*hoverしたら表示*/
#g-nav li.has-child:hover > ul,
#g-nav li.has-child ul li:hover > ul,
#g-nav li.has-child:active > ul,
#g-nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
#g-nav li.has-child ul li a {
  color: #333;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-align: left;
}

#g-nav li.has-child ul li:last-child a {
  border-bottom: none;
}

#g-nav li.has-child ul li a:hover,
#g-nav li.has-child ul li a:active {
  background: #ececec;
}

/*==3階層目*/

/*3階層目の位置*/
#g-nav li.has-child ul ul {
  top: 0;
  left: 182px;
  background: #fff;
}

#g-nav li.has-child ul ul li a:hover,
#g-nav li.has-child ul ul li a:active {
  background: #ececec;
}

/*矢印の位置と向き*/

#g-nav ul li.has-child::before {
  left: 20px;
}

#g-nav ul ul li.has-child::before {
  transform: rotate(45deg);
  left: 14px;
}

#g-nav ul li.has-child.active::before {
  transform: rotate(-45deg);
}

/*========= モバイルナビゲーション ===============*/

@media (min-width: 931px) {
  .openbtn1 {
    display: none;
  }
}

#mobile-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 300px;
  height: 100%; /*ナビの高さ*/
  background: rgba(200, 200, 200, 0.95);
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#mobile-nav.panelactive {
  right: 0;
}

#mobile-nav-list {
  padding: 10%;
}

/*ナビゲーションの縦スクロール*/
#mobile-nav.panelactive #mobile-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 300px;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*リストのレイアウト設定*/

#mobile-nav li {
  list-style: none;
}

#mobile-nav li a {
  color: #333;
  text-decoration: none;
  padding: 5px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#mobile-nav li {
  position: relative;
}

#mobile-nav li i {
  position: absolute;
  right: -20px;
  top: 11px;
  z-index: 9999;
}

/*アコーディオンタイトル*/
.open-lower {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
}

/*アイコンの＋と×*/
.open-lower::before,
.open-lower::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.open-lower::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.open-lower::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.open-lower.close::before {
  transform: rotate(45deg);
}

.open-lower.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  margin: 0 3% 3% 3%;
  padding: 3%;
}

/*========= ハンバーガーボタン ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 5px;
  right: 5px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*========= メールフォーム ===============*/

form#mail_form2 * {
  margin: 0;
  padding: 0;
}

form#mail_form2 {
  width: 960px;
  margin: 50px auto;
  padding: 10px 0;
  background: #ffffff;
  font-size: 95%;
  line-height: 1.8;
}

form#mail_form2 dl {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

form#mail_form2 dl dt {
  clear: both;
  width: 30%;
  float: left;
  border-top: 1px solid #cccccc;
  padding: 15px 0;
  text-align: right;
  overflow: hidden;
}

form#mail_form2 dl dd {
  width: 70%;
  float: right;
  border-top: 1px solid #cccccc;
  padding: 15px 0 15px 5%;
}

form#mail_form2 dl dt:first-child,
form#mail_form2 dl dt:first-child + dd {
  border: none;
}

form#mail_form2 dl dt span {
  display: block;
  font-size: 85%;
  color: #3377ff;
}

/* -- for JavaScript ここから -- */

form#mail_form2 dl dt span.required,
form#mail_form2 dl dt span.optional {
  display: inline-block;
  float: left;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
}

form#mail_form2 dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}

form#mail_form2 dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

form#mail_form2 dl dd span.error_blank,
form#mail_form2 dl dd span.error_format,
form#mail_form2 dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -- for JavaScript ここまで -- */

form#mail_form2 input[type="text"],
form#mail_form2 input[type="email"],
form#mail_form2 input[type="tel"] {
  max-width: 90%;
  width: 90%;
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 7px;
}

@media (max-width: 768px) {
  form#mail_form2 input[type="text"],
  form#mail_form2 input[type="email"],
  form#mail_form2 input[type="tel"] {
    max-width: 100%;
    width: 100%;
  }
}

form#mail_form2 input#age {
  width: 20%;
}

form#mail_form2 input[type="text"]:focus,
form#mail_form2 input[type="email"]:focus,
form#mail_form2 input[type="tel"]:focus,
form#mail_form2 textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form2 ul li input[type="radio"],
form#mail_form2 ul li input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 10px;
}

form#mail_form2 ul li:first-child input[type="radio"],
form#mail_form2 ul li:first-child input[type="checkbox"] {
  margin-top: 0px;
}

form#mail_form2 select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px;
}

form#mail_form2 textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

form#mail_form2 ul {
  list-style-type: none;
}

form#mail_form2 ul li label:hover {
  cursor: pointer;
}

form#mail_form2 input#postal {
  width: 40%;
}

form#mail_form2 input#postal + a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 100%;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form2 input#postal + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

form#mail_form2 p.form_notice {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 0;
  border-top: 1px solid #cccccc;
}

form#mail_form2 p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}

form#mail_form2 input[type="button"] {
  padding: 16px 20px;
  border-radius: 3px;
  background: #5cb85c;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  width: 100%;
  font-size: 22px;
}

form#mail_form2 input[type="button"]:hover {
  cursor: pointer;
  background: #449d44;
  color: #fff;
}

form#mail_form2 input.form-button {
  border-bottom: 5px solid #00662d;
  position: relative;
}

form#mail_form2 input.form-button:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

.border-1 {
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	padding-top: 45px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 45px;
}


dt.optional-off span.optional {
  visibility: hidden;
}

/*form#mail_form2 input#form_submit_button {
  margin-left: 35%;
}*/

/* -- responsive -- */

/* 1000pixel start */
@media screen and (max-width: 1000px) {
  form#mail_form2 {
    width: 95%;
    font-size: 100%;
  }

  form#mail_form2 dl {
    overflow: visible;
  }

  form#mail_form2 dl dt {
    width: auto;
    float: none;
    text-align: left;
    padding: 15px 0 5px;
    font-weight: bold;
  }

  form#mail_form2 dl dd {
    width: auto;
    float: none;
    border-top: none;
    padding: 0px 0 20px 0px;
  }

  form#mail_form2 dl dt span {
    font-weight: normal;
  }

  /* -- for JavaScript ここから -- */

  form#mail_form2 dl dt span.required,
  form#mail_form2 dl dt span.optional {
    margin-right: 1em;
    margin-bottom: 2em;
  }

  /* -- for JavaScript ここまで -- */

  form#mail_form2 input[type="text"],
  form#mail_form2 input[type="email"],
  form#mail_form2 input[type="tel"] {
    margin-top: 0px;
  }

  form#mail_form2 input#postal + a {
    padding: 6px 15px 5px;
  }

  form#mail_form2 input#form_submit_button {
    margin-left: 0;
  }

  form#mail_form2 select {
    font-size: 16px;
    margin-top: 0;
  }
}

/*========= フッター ===============*/
footer {
  background: #393e93;
  padding: 20px;
}

footer h3,
footer h4,
footer p,
footer li,
footer a {
  color: #fff;
}
#footer-inside {
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px 0 0;
}

#footer-inside h3 {
  padding: 10px 20px;
  border: 1px solid #fff;
  display: inline-block;
}

@media (min-width: 769px) {
  #footer-inside {
    flex-direction: row;
  }
}

#footer-nav {
  width: 100%;
  padding: 10px;
  margin-bottom: 50px;
}

#footer-nav ul li {
  list-style-type: disc;
}

#footer-nav ul li a {
  color: #fff;
}

#footer-nav ul li {
  width: 100%;
}

#footer-nav ul li ul li {
  margin-left: 1em;
  padding-right: 1em;
  list-style-type: circle;
}

#footer-nav ul li ul li ul li {
  list-style-type: circle;
}

#footer-nav ul li ul li a {
  font-size: 14px;
}

.b-area {
  margin-bottom: 30px;
  padding: 10px;
}

.b-area p {
  font-size: 12px;
}

.address {
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 10px 10px;
  border-top: 1px solid #a3a6db;
  color: #fff;
  text-align: center;
}

.address p span {
  display: inline-block;
  padding: 0 1em;
}




/* 採用詳細、辞退説明のところ */

.ta-jitai {
	margin-top: 30px;
	font-size: 16px;
	line-height: 150%;

}

.ta-jitai, .ta-jitai td, .ta-jitai th{
	border: 1px solid #00e100;
}

.ta-jitai td, .ta-jitai th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta-jitai td{
	background-color: #e2ffe2;	
	text-align: center;
}

.jitai-setsumei {
	text-align: center;
}

.jitai-kochirabotan a {
	padding: 10px;
	color: #ffffff;
	background-color: #107c41;
	font-weight: bold;
	text-decoration: none;
}

.jitai-kochirabotan {
	margin: 15px;

}