@charset "utf-8";

.img-responsive {
  width: 100%;
  vertical-align: top;
}
.col-sm-12,
.col-sm-6 {
  padding-right: 0;
  padding-left: 0;
}

body {
  text-align: center;
  margin: 0 auto;
}

.inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

#wrap {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#wrap .container-fluid {
  margin-top: 100px;
}

.d-sp {
  display: none !important;
}
.d-pc {
  display: block !important;
}

/*全体タグスタイル */
h2 {
  font-weight: bold;
  font-size: 2.6em;
  color: #00294b;
  line-height: 1.2;
  margin: 20px 0;
}
h3 {
  font-weight: bold;
  font-size: 1.8em;
  color: #faaf3f;
  margin-bottom: 7px;
}

h4 {
  font-weight: bold;
  font-size: 1.8em;
  color: #0b4c7b;
  line-height: 1.3;
  margin: 30px 0;
}
h5 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.3;
}

/*ボタン */

.btn-blue {
  color: #fff;
  background-color: #69bad8;
  padding: 10px 0;
}
.btn-red {
  color: #fff;
  background-color: #d80c18;
  padding: 15px 0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.3em;
}
.btn-red:hover {
  color: #fff;
}

/*テキストボックス*/
.text-box {
  text-align: left;
  padding: 10px 30px;
  line-height: 1.8;
}

.text-small {
  font-size: 0.85em;
  line-height: 1.6;
  text-align: left;
  margin-top: 15px;
}

.blue_line {
  background-color: #163F81;
  padding: 15px 0;
}
.blue_line h2 {
  color: #fff;
  margin: 10px auto 20px;
}
.blue_line.arrow {
  position: relative;
}
.blue_line.arrow::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -50px;
  border: 50px solid transparent;
  border-top-color: #163F81;
  content: "";
}

/*リンクスタイル*/
.blue_link {
  color: #036eb8;
  text-decoration: underline;
}

a[href^="tel:"] {
  cursor: default;
}
a:hover[href^="tel:"] img {
  opacity: 1 !important;
}

/*デザイン調整
------------------------------------- */
.mt15 {
  margin-top: 15px;
}

/*お仕事内容
------------------------------------- */
ul.waku li {
  display: inline-block;
  background-color: #faaf3f;
  border-radius: 3px;
  padding: 0 10px;
  margin-left: 10px;
  color: #221e1f;
  font-weight: bold;
}

/*
------------------------------------- */
.nagoya {
  position: relative;
}
.map {
  width: 60%;
  float: left;
}
.map-text {
  float: left;
  width: 40%;
  padding-left: 40px;
  text-align: left;
  color: #fff;
}

/*お仕事スタートまでの流れ
------------------------------------- */

h3.flow-title {
  font-weight: bold;
  font-size: 2.5em;
  color: #004629;
  margin-bottom: 37px;
  line-height: 1.6;
  display: inline-block;
  padding: 8px 25px 6px;
  margin: 50px 0 30px;
}

h4.flow-subtitle {
  font-weight: bold;
  font-size: 1.3em;
  color: #ee2d00;
  line-height: 1.5;
  margin-bottom: 20px;
}

.flow table th {
  width: 17%;
  background-color: #25a9e0;
  text-align: center;
  vertical-align: middle;
}
.flow table th h6 {
  color: #fff;
  font-weight: bold;
  font-size: 2.7em;
}
.flow table th h6 span {
  display: block;
  font-size: 0.5em;
  margin-bottom: 5px;
}
.flow table td {
  background-color: #e8e7d7;
  vertical-align: middle;
  text-align: left;
  padding: 15px;
}

.flow table td.line-img {
  background-color: transparent;
  height: 20px;
  background-image: url("../img/flow-line.png");
  background-repeat: no-repeat;
  margin-left: 50%;
  display: block;
  padding: 0px;
}
.flow table td img {
  width: 200px;
  float: right;
}
.flow table td div {
  float: left;
  vertical-align: middle;
  padding: 10px 15px;
  width: 700px;
}
.flow table td h4 {
  font-size: 1.4em;
  margin-bottom: 10px;
}

/*募集要項
------------------------------------- */

#wrap .container-fluid.company {
  margin-top: 0px;
}
.company table {
  margin-top: 20px;
}
.company table tr th {
  width: 350px;
  padding: 25px 0 !important;
  padding-left: 30px !important;
  font-weight: bold;
  border-right: 1px solid #8f8686;
  border-top: 1px solid #8f8686;
}

.company table tr td {
  text-align: left;
  padding: 25px 0 !important;
  padding-left: 20px !important;
  border-top: 1px solid #8f8686;
}
.company table tr:last-child td,
.company table tr:last-child th {
  border-bottom: 1px solid #8f8686;
}

/*応募はこちら
------------------------------------- */

/*応募はこちら
------------------------------------- */
#entry_block #wrap .container-fluid {
  margin-top: 0px;
}
#entry_block .d-flex {
  max-width: 900px;
  width: 85%;
  margin: 0 auto;
}
#entry_block h3 {
  color: #0b4c7b;
  font-size: 1.4em;
  border-bottom: 2px solid #0b4c7b;
  margin-bottom: 30px;
}

.entry_box {
  padding-bottom: 40px;
}
.entry_box.web {
  padding-top: 65px;
}
.entry_box .entry-btn {
  display: block;
  max-width: 500px;
  width: 50%;
  background-color: red;
  margin: 0 auto;
  color: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 2.3em;
  position: relative;
  box-shadow: 0 5px 8px #a22323;
}
.entry_box .entry-btn::after {
  content: ">>";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.entry_box .tel {
  text-align: left;
}
.entry_box .no_box {
  font-size: 0.9em;
}
.entry_box .k-no {
  color: #fff;
  background-color: #403f41;
  padding: 10px 20px;
  display: inline-block;
  font-size: 1.2em;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.reception {
  color: #0b4c7b;
  font-weight: bold;
}

/*応募フォーム
------------------------------------- */
.oubo {
  text-align: left;
}
.oubo table {
  margin-top: 10px;
}
.oubo tbody tr th {
  width: 35%;
  padding: 15px;
  background: #f6f4f1;
  font-weight: bold;
}
.oubo tbody tr th label {
  font-weight: bold;
  color: #403f41;
}
.oubo tbody tr td {
  padding: 15px;
  text-align: left;
}
.oubo tbody tr td select {
  width: 30%;
}
.oubo tbody tr td select#birth_y {
  float: left;
  width: 20%;
}
.oubo tbody tr td select#birth_m,
.oubo tbody tr td select#birth_d {
  float: left;
  width: 10%;
}
.oubo tbody tr td span {
  display: block;
  margin: 0 10px 0 5px;
  padding-top: 5px;
}
.oubo tbody tr td input#user_name,
.oubo tbody tr td input#user_name_kn,
.oubo tbody tr td input#tel {
  width: 60%;
}
.oubo tbody tr td .privacy {
  display: block;
  word-break: break-all;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid gray;
  background-color: white;
  padding: 10px;
  font-size: 12px;
}

.form-control {
  border: 1px solid #bd0101;
}
.oubo .btn-danger {
  background-color: #d80c18;
  font-weight: bold;
  font-size: 1.7em;
  margin-top: 20px;
  box-shadow: 0 0 8px gray;
}
.oubo .btn-danger:hover {
  background-color: #ba0914;
}
.oubo .btn-danger.btn-gray {
  background-color: #999;
  border: 1px solid #999;
}

/* ==========================================================================
                        footer
   ========================================================================== */
/* ===== トップページへ ===== */
#j_pagetop {
  clear: both;
  position: fixed;
  bottom: 80px;
  right: 10px;
}

#j_pagetop a {
  width: 45px;
  height: 45px;
  display: block;
  line-height: 0;
  float: right;
  margin-top: 50px;
}
#j_pagetop a img {
  width: 45px;
  height: 45px;
}
/* ===== フッター ===== */
footer {
  background-color: #e6e7e7;
  color: #000;
  padding: 3px 0;
  font-size: 0.8em;
  padding-top: 20px;
}

/* ===== フッターエントリー ===== */
#fixexentry {
    position: fixed;
    bottom: 0;
		right: 0;
	}
#fixexentry .entryBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 6px;
	padding: 10px 20px;
	background-color: #D80000;
	color: #fefefe;
	border-radius: 4px;
}
#fixexentry .entryImg{
	display: inline-block;
	width: 32px;
}

#fixexentry .entry-txt {
  margin: 0 0 0 2px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans CJK JP";
}

#fixexentry .line{
	height: 52px;
}

#fixexentry a:hover {
	text-decoration: none;
}



/* ===== ピックアップ ===== */

.pickup-flex {
  display: flex;
  align-items: center;
}

.pickup-flex-child {
  width: 50%;
}

.pickup-box {
  color: #fff;
  width: 50%;
}

.pickup-box p {
  font-size: 1.3vw;
  margin-bottom: 10px;
}

.pickup-box h2,
.pickup-box h4,
.pickup-box h5 {
  color: #fff;
  margin: 10px 0;
}

.pickup-box h2 {
  font-size: 2.6vw;
}

.pickup-box h3 {
  font-size: 1.7vw;
}

.pickup-box h4 {
  font-size: 1.5vw;
}

.pickup-box h5 {
  font-size: 1.4vw;
}

.font-yellow {
  color: #fffc00;
  margin: 15px 0;
}

.font-small {
  font-size: 0.85em;
}

.font-bold {
  font-weight: bold;
  margin: 10px 0;
}

.pickup-box-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*お仕事スタートまでの流れ
------------------------------------- */
.wrap {
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
}

.flow {
  background-color: #eaeaea;
  padding-bottom: 40px;
}
.flow .row {
  margin-bottom: 20px;
  position: relative;
  margin-bottom: 35px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.flow .flow-next {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
}
.flow .col-sm-7,
.flow .col-sm-5 {
  padding: 25px;
  text-align: left;
}

@media screen and (max-width: 750px) {
  /* ==========================================================================
                       スマホ
   ========================================================================== */
  body {
    font-size: 0.9em;
  }
  #wrap {
    width: 100%;
  }
  #container {
    overflow: hidden;
  }
  .d-sp {
    display: block !important;
  }
  .d-pc {
    display: none !important;
  }

  h2 {
    font-size: 1.8em;
  }
  h4 {
    font-size: 1.3em;
    margin-top: 30px !important;
  }
  h3 {
    font-size: 1.2em;
    margin-top: 20px !important;
  }

  #wrap .container-fluid {
    margin-top: 20px;
  }
  .blue_line {
    font-size: 15px;
    padding: 25px 0;
  }
  .blue_line h2 {
    margin: 0 auto;
  }
  /*お仕事内容
	------------------------------------- */
  ul.waku li {
    padding: 0 3px;
    font-size: 0.9em;
  }

  /*愛知県内
	------------------------------------- */
  .map {
    width: 100%;
    float: none;
  }
  .map-text {
    width: 100%;
    float: none;
    padding-left: 10px;
  }
  /*お仕事スタートまでの流れ
	------------------------------------- */

  .flow table th {
    width: 17%;
  }
  .flow table th h6 {
    font-size: 1.5em;
  }

  .flow table td {
    background-color: #e8e7d7;
    vertical-align: middle;
    text-align: left;
    padding: 15px;
  }

  .flow table td img {
    width: 200px;
    float: none;
  }
  .flow table td div {
    float: none;
    vertical-align: middle;
    padding: 0px;
    width: 100%;
  }
  .flow table td h4 {
    font-size: 1.4em;
    margin-bottom: 10px;
    margin-top: 0px !important;
  }
  /*応募は全国からOK!
	------------------------------------- */
  .zenkoku h3 {
    font-size: 1.5em;
    line-height: 1.3;
  }

  /*募集要項
	------------------------------------- */
  .company table {
    margin-top: 0px;
  }
  .company table tr th {
    width: 100%;
    display: block;
    background-color: #3b3d51;
    color: #fff;
    padding: 10px !important;
  }

  .company table tr td {
    text-align: left;
    width: 100%;
    display: block;
    padding: 10px !important;
    border: none;
  }
  .company table tr:last-child td,
  .company table tr:last-child th {
    border: none;
  }

  /*応募はこちら
	------------------------------------- */
  #entry_block {
    font-size: 15px;
  }
  #entry_block #wrap .container-fluid {
    margin: 0 10px;
  }

  .entry_box {
    padding: 0 20px 40px;
  }
  .entry_box .entry-btn {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    font-size: 2em;
  }
  .entry_box .tel img {
    width: 100% !important;
  }
  .entry_box .col-sm-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .reception {
    font-size: 0.9em;
  }

  /*応募フォーム
	------------------------------------- */
  .oubo h4,
  .oubo p {
    margin-left: 10px;
  }

  .oubo tbody tr th,
  .oubo tbody tr td {
    width: 100%;
    display: block;
  }
  .oubo tbody tr th {
    background-color: #0b4c7b;
    padding: 8px;
  }
  .oubo tbody tr th label {
    color: #fff;
  }
  .oubo tbody tr td select {
    margin-bottom: 10px;
  }
  .oubo tbody tr td input#user_name,
  .oubo tbody tr td input#user_name_kn,
  .oubo tbody tr td input#tel {
    width: 100%;
  }
  .oubo tbody tr td select {
    width: 40%;
  }
  .oubo tbody tr td select#birth_y {
    float: left;
    width: 30%;
  }
  .oubo tbody tr td select#birth_m,
  .oubo tbody tr td select#birth_d {
    float: left;
    width: 20%;
  }
  .oubo tbody tr td .privacy {
    width: 100%;
  }
  .oubo .btn-danger {
    font-size: 1.2em;
  }

  /* ===== フッター ===== */
  footer {
    padding-bottom: 80px;
  }
  /* ===== トップページへ ===== */
  #j_pagetop {
    bottom: 60px;
    right: 0;
  }

  #j_pagetop a img {
    width: 40px;
    height: 40px;
  }
	/* ===== フッターエントリー ===== */
#fixexentry {
    position: fixed;
    display: flex;
    bottom: 0;
    width: 100%;
	height: 15vw;
}
	
	#fixexentry .entryBtn {
		width: 50%;
		height: fit-content;
    margin: 0;
		padding: 2.878vw 20px 2.643vw;
}
	
	#fixexentry .entryImg {
    width: 10vw;
}
	
#fixexentry .entry-txt {
    font-size: 6vw;
}
	
	#fixexentry .lineWrap{
		width: 50%;
	}
	
	#fixexentry .line{
		width: 100%;
		height: auto;
	}
	#fixexentry a:hover {
		text-decoration: none
	}


  /* ===== ピックアップ ===== */

  .pickup-flex {
    flex-direction: column;
  }

  .pickup-flex-child,
  .pickup-box {
    width: 100%;
  }

  .pickup-box-child {
    position: static;
    top: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0) 1;
    -ms-transform: translate(0, 0);
    order: 1;
    padding-bottom: 15px;
  }

  .pickup-box {
    order: 2;
  }

  .pickup-box p {
    font-size: 1em;
  }

  .pickup-box h2 {
    font-size: 2.4em;
  }

  .pickup-box h3 {
    font-size: 1.25em;
  }

  .pickup-box h4 {
    font-size: 1.1em;
  }

  .pickup-box h5 {
    font-size: 1em;
  }
}
