@charset "utf-8";

/*=====================================================
古物営業法に基づく表記
=======================================================*/

/*----------------------------------------
共通
-----------------------------------------*/

/*
余白
--------------------------*/
.p-t10 {
  padding-top: 10px;
}
.p-b10 {
  padding-bottom: 10px;
}
.p-t20 {
  padding-top: 20px;
}
.p-b20 {
  padding-bottom: 20px;
}
.p-t30 {
  padding-top: 30px;
}
.p-b30 {
  padding-bottom: 30px;
}

.m-t0 {
  margin-top: 0;
}
.m-b0 {
  margin-bottom: 0;
}
.m-t5 {
  margin-top: 5px;
}
.m-b5 {
  margin-bottom: 5px;
}
.m-t10 {
  margin-top: 10px;
}
.m-b10 {
  margin-bottom: 10px;
}
.m-t20 {
  margin-top: 20px;
}
.m-b20 {
  margin-bottom: 20px;
}
.m-t30 {
  margin-top: 30px;
}
.m-b30 {
  margin-bottom: 30px;
}
.m-t40 {
  margin-top: 40px;
}
.m-b40 {
  margin-bottom: 40px;
}

.m-l10{
  margin-left: 10px;
}
.m-l15{
  margin-left: 15px;
}
.m-l20{
  margin-left: 20px;
}

.att10 {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.att15 {
  display: block;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.att20 {
  display: block;
  padding-left: 2em;
  text-indent: -2em;
}

.att25 {
  display: block;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.comp-txt {
  margin-left: 1em;
  margin-bottom: auto;
}
.comp-txt.m-t10 {
  margin-top: 10px;
}
.comp-txt.m-b10 {
  margin-bottom: 10px;
}
.comp-txt.m-t20 {
  margin-top: 20px;
}
.comp-txt.m-b20 {
  margin-bottom: 20px;
}
.comp-txt.m-t30 {
  margin-top: 30px;
}
.comp-txt.m-b30 {
  margin-bottom: 30px;
}
.comp-txt.m-t40 {
  margin-top: 40px;
}
.comp-txt.m-b40 {
  margin-bottom: 40px;
}

@media (min-width: 1030px) {
  main.singlepage {
    padding-top: 50px;
  }
}

/*
区切り線
--------------------------*/
.b-line-top {
  border-top: 1px solid #ccc;
}

.b-line-bottom {
  border-bottom: 1px solid #ccc;
}

/*
文字装飾
--------------------------*/
body.wp-singular {
  font-family: "Noto Sans JP", sans-serif;
}

.f-sz18 {
  font-size: 18px;
}
.f-sz16 {
  font-size: 16px;
}

.bold {
  font-weight: bold;
}

.item p {
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .item p {
    line-height: 1.8;
  }
}

.attention {
  color: #f00;
}

#item-ttl {
  position: relative;
  min-width: 100%;
  display: table;
  background: none;
  padding: 15px;
  margin: 0 auto 15px auto;
  color: #000;
  text-align: center;
  letter-spacing: 0.03em;
}

.conTtl06 {
  position: relative;
  text-align: center;
  color: #111;
  letter-spacing: 0.05em;
}

.conTtl06:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30px;
  height: 4px;
  display: block;
  background-color: #005aa0;
  margin-left: -15px;
  z-index: 1;
}

/*
パンくず
--------------------------*/
#breadCrumb {
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  overflow: hidden;
}
#breadCrumb li {
  position: relative;
  padding-right: 20px;
  line-height: 1.6;
  font-size: 14px;
}

#breadCrumb li::after {
  content: " > ";
  position: absolute;
  top: -1px;
  right: 5px;
  display: inline-block;
  color: #555;
  z-index: +1;
}

#breadCrumb li:last-child:after {
  display: none;
}

#breadCrumb a {
  text-decoration: underline;
  font-weight: bold;
}

#breadCrumb span {
  padding: 0 2px;
  font-style: normal;
}

/*--------------------------------------------------------------------------*/

/*----------------------------------------
古物営業法に基づく表記 基本レイアウト
-----------------------------------------*/

.container .content-area {
  padding: 10px 0;
}

.container .content-area h2 {
  margin: 20px 0;
}

.container .content-area .section-intro-info {
  padding: 0 10px 20px 10px;
}

.container .content-area .section-intro-info .intro-point-text {
  text-align: center;
  margin-bottom: 40px;
}

.container .content-area .section-main {
  padding: 10px 0;
}

.new-graduate-recruitment,
.mid-career-recruitment,
.part-time-recruitment {
  padding: 5px 0 5px 0;
  margin: 0 0 10px 0;
}

.part-time-recruitment h2.heading.now-accepting {
  position: relative;
}

.container .content-area .section-main .announcement {
  padding: 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.container .content-area .section-main .announcement.outside {
  position: relative;
  max-width: 750px;
  background-color: #f9f9f9;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

/*
.container .content-area .section-main .announcement.outside:before {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  content: 'X';
  font-size: 45px;
  font-weight: 700;
  color: #f5d9d9;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .container .content-area .section-main .announcement.outside:before {
    left: 50%;
  }
}
*/

.container .content-area .section-main .announcement p {
  margin-top: 5px;
  margin-bottom: 5px;
}

/*
テーブルレイアウト
--------------------------*/

/*テーブル 基本レイアウト*/
.kobutu-content .section-main table.kobutu-table {
  position: relative;
  max-width: 750px;
  margin: 20px auto;
  border-top: none;
}
@media screen and (max-width: 640px) {
  .kobutu-content .section-main table.kobutu-table {
    border-top: none;
  }
}

/*
.kobutu-content .section-main table.kobutu-table:before {
  position: absolute;
  top: 10%;
  left: 40%;
  transform: translate(0%, -50%);
  content: '◯';
  font-size: 165px;
  font-weight: 700;
  color: #f0f9f0;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .kobutu-content .section-main table.kobutu-table:before {
    top: 10px;
    transform: translate(0%, 0%);
  }
}
*/

.kobutu-content .section-main table.kobutu-table tbody tr {
  overflow-x: visible;
}
@media screen and (max-width: 640px) {
  .kobutu-content .section-main table.kobutu-table tbody tr {
    display: flex;
    flex-direction: column;
  }
}

.kobutu-content .section-main table.kobutu-table tbody tr:first-child {
  border-top: 1px solid #ccc;
}

.kobutu-content .section-main table.kobutu-table tbody tr.thead th {
  background-color: #dddddd;
  border-right: none;
}

.kobutu-content .section-main table.kobutu-table tbody tr th {
  min-width: 150px;
  background-color: #f1f6f9;
  padding: 8px 8px 8px 15px;
}

.kobutu-content .section-main table.kobutu-table tbody tr th,
.kobutu-content .section-main table.kobutu-table tbody tr td {
  border-right: none;
}
@media screen and (max-width: 640px) {
  .kobutu-content .section-main table.kobutu-table tbody tr th,
  .kobutu-content .section-main table.kobutu-table tbody tr td {
    min-width: 100%;
  }
}

.kobutu-content .section-main table.kobutu-table tbody tr th span,
.kobutu-content .section-main table.kobutu-table tbody tr td span {
  font-size: 16px;
}

.kobutu-content .section-main table.kobutu-table tbody tr.thead th span {
  color: #333333;
}

.kobutu-content .section-main table.kobutu-table tbody tr th span {
  font-weight: bold;
}

.kobutu-content .section-main table.kobutu-table tbody tr td {
  word-break: normal;
  background-color: #ffffff;
}
@media screen and (max-width: 640px) {
  .kobutu-content .section-main table.kobutu-table tbody tr td {
    width: 100%;
  }
}


/*--------------------------------------------------------------------------*/


/*----------------------------------------
お問い合わせ窓口 基本レイアウト
-----------------------------------------*/
.section-contact {
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #cccccc;
}

.section-contact .tel-main-number {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}
.section-contact .tel-main-number:before {
  content: "";
  position: static;
  width: 20px;
  height: 20px;
  display: block;
  background: url(../img/icon/tel-icon_black.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .section-contact .tel-main-number:before {
    background: url(../img/icon/tel-icon_blue.svg) no-repeat;
  }
}

.section-contact .tel-main-number a {
  padding-bottom: 3px;
  border-bottom: none;
  color: #140A08;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .section-contact .tel-main-number a {
    border-bottom: 1px solid #0045ff;
    color: #0045ff;
    pointer-events: all;
  }
}

.section-contact .info-tel {
  padding: 20px 10px 20px 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}