@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* =====================
//		base setting
====================== */
html {
  font-size: 62.5%;
}

body {
  color: #040404;
  line-height: 1.75;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
}

.mt50 {
  margin-top: 50px !important;
}

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;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

/*全体タグスタイル */
h2 {
  font-weight: bold;
  font-size: 2.6em;
  color: #00294b;
  line-height: 1.2;
  margin: 10px 0 25px;
}

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: 10px 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;
}

.main_content {
  width: 100%;
}
.main_content img {
  width: 100%;
}

/*テキストボックス*/
.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;
}
.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;
}

.my-50 {
  margin: 50px auto;
}

/*お仕事内容
------------------------------------- */
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: #ee2d00;
  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: 0 auto 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: 120px;
  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 .col-md-6 {
  font-size: 16px;
  min-height: 470px;
  color: #fff;
}
.pickup .col-md-6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pickup .col-md-6.txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pickup .col-md-6.txt p {
	width: fit-content;
  font-size: 1em;
  margin-bottom: 10px;
}
.pickup .col-md-6.txt .small {
  font-size: 0.8em;
}
.pickup .col-md-6.txt h2, .pickup .col-md-6.txt h3, .pickup .col-md-6.txt h4, .pickup .col-md-6.txt h5 {
  color: #fff;
  margin: 10px 0;
}
.pickup .col-md-6.txt h2 {
  font-size: 2em;
}
.pickup .col-md-6.txt h3 {
  font-size: 1.3em;
  line-height: 1.6;
}
.pickup .col-md-6.txt h4 {
  font-size: 1.2em;
}
.pickup .col-md-6.txt h5 {
  font-size: 1.1em;
}
.pickup .col-md-6.txt .point {
  color: #ffdc20 !important;
}

.red {
  color: red !important;
}

.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 {
  max-width: 1100px;
  margin: 0 auto 35px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.flow .flow-next {
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.job_list li {
  list-style: disc;
}
.job_list li.none {
  list-style: none;
}

@media screen and (max-width: 768px) {
  /* ==========================================================================
                       スマホ
   ========================================================================== */
  body {
    font-size: 0.9em;
  }

  #wrap {
    width: 100%;
  }

  #container {
    overflow: hidden;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  h2 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.2em;
  }

  h3 {
    font-size: 1.1em;
  }

  #wrap .container-fluid {
    margin-top: 20px;
  }

  .container-fluid {
    font-size: 1.5rem;
  }

  .sp_left {
    text-align: left !important;
  }

  .blue_line {
    font-size: 1.5rem;
    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 {
    font-size: 1.5rem;
  }

  h3.flow-title {
    font-size: 1.6em;
    margin: 40px 0 20px;
  }

  .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: 1.5rem;
  }
  #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: 15vw;
    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.88vw 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 .col-md-6 {
    min-height: 100%;
    font-size: 1.5rem;
  }
  .pickup .col-md-6.txt {
    padding: 10px 8px 25px;
  }
  .pickup .col-md-6.txt p {
		width: fit-content;
    font-size: 0.9em;
  }
  .pickup .col-md-6.txt h2 {
    font-size: 2.3em;
  }
  .pickup .col-md-6.txt h3 {
    font-size: 1.25em;
  }
  .pickup .col-md-6.txt h4 {
    font-size: 1.1em;
  }
  .pickup .col-md-6.txt h5 {
    font-size: 1.1em;
  }
  .pickup .col-md-6.txt ul {
    font-size: 1em;
  }
}
/*# sourceMappingURL=style.css.map */