@charset "UTF-8";
/************************************************
    リセット
************************************************/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/************************************************
    クリアー
************************************************/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* リンクをクリックしたときの点線を消す */
a:focus, *:focus {
  outline: none;
}

/* --------------------------------------------------------------------------------------
 初期設定
--------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /*端数に対してのみアンチエイリアスをかける。
   antialiased よりは若干弱いが良い塩梅で見た目をスムーズにしてくれる*/
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  /*min-width: 320px;*/
  font-size: 16px;
  line-height: 1.4;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  /*max-width: 100%;*/
  height: auto;
}

article {
  margin-bottom: 50px;
}

.ie8 img {
  width: auto;
}

/*clearfix*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.m_clear {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dd,
dt,
p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  list-style-image: none;
}

img {
  -ms-interpolation-mode: bicubic; /*IE7以下画像縮小きれい対応*/
  vertical-align: bottom;
  max-width: 100%;
}

/* リンク ------------------------------ */
a {
  text-decoration: none;
}
a:link {
  color: #13467f;
}
a:visited {
  color: #13467f;
}
a:hover {
  color: #13467f;
  text-decoration: none;
}
a:active {
  color: #13467f;
}

/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */
header {
  display: block;
  background-color: #ffffff;
}

h1.page_title {
  font-size: 1.4em;
  color: #fff;
  background-size: cover;
  padding: 30px 10px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  background-size: cover;
}

.title_job_info {
  background: url(title_visit.jpg) no-repeat center;
  background-size: cover;
}

@media print, screen and (min-width: 1023px) { /* 1023px 以上 */
  h1.page_title {
    font-size: 1.8em;
    padding: 60px 20px;
  }
}
/* --------------------------------------------------------------------------------------
 メイン
--------------------------------------------------------------------------------------- */
.contents {
  font-size: 87.5%;
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 767px) { /* 767px 以上 */
  .contents_top, .contents {
    width: 100%;
  }
  .contents {
    margin-top: 48px;
  }
}
@media print, screen and (min-width: 1023px) { /* 1023px 以上 */
  .contents_top {
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .contents {
    font-size: 100%;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 48px;
    margin-bottom: 80px;
  }
}
/*-----------------
  問い合わせフォーム
-----------------*/
input:focus {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.contact-form {
  width: 100%;
  margin-bottom: 60px;
}
.contact-form .form-wrap {
  width: 100%;
  background-color: #fcecdd;
  padding: 0 1em;
  margin-bottom: 20px;
}
.contact-form .form-wrap .container {
  border-bottom: solid 1px #E6E6E6;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
}
.contact-form .form-wrap .container > label {
  padding-right: 15px;
}
.contact-form .form-wrap .container > label.item_name {
  width: 100%;
  padding: 0 0 15px 0;
  display: inline-block;
  box-sizing: border-box;
}
.contact-form .form-wrap .container > input[type=text], .contact-form .form-wrap .container input[type=email], .contact-form .form-wrap .container input[type=tel], .contact-form .form-wrap .container select {
  height: 2.5em;
  padding: 5px 10px;
  width: 100%;
  border: solid 1px #CCCCCC;
}
.contact-form .form-wrap .container > input[type=radio] {
  margin: 0 10px;
}
.contact-form .form-wrap .container .search {
  width: 100%;
  display: flex;
}
.contact-form .form-wrap .container .search input {
  width: 45%;
  padding: 5px 10px;
  border: solid 1px #CCCCCC;
}
.contact-form .form-wrap .container .search button {
  flex: 0 0 110px;
}
.contact-form .form-wrap .container .textarea-wrap {
  padding: 10px 0;
  width: 100%;
}
.contact-form .form-wrap .container .textarea-wrap textarea {
  border: solid 1px #CCCCCC;
  width: 100%;
  padding: 10px;
}
.contact-form .form-wrap .container .parts {
  padding: 10px 0;
  width: 100%;
  position: relative;
}
.contact-form .form-wrap .container .parts label {
  padding-right: 15px;
}
.contact-form .form-wrap .container .parts label input {
  margin-right: 5px;
}
.contact-form .form-wrap .container:last-of-type {
  border-bottom: none;
}
.contact-form .submit-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact-form .submit-wrap .submit-btn {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.contact-form .submit-wrap .submit-btn .show {
  display: inline-block;
}
.contact-form .submit-wrap .submit-btn .loading {
  display: none;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
  width: 1.2em;
  height: 1.2em;
}
.contact-form .submit-wrap .submit-btn .loading img {
  width: 100%;
}

/* 必須 */
.req {
  background-color: #ff7402;
  color: #fff;
  font-weight: bold;
  padding: 1px 10px;
  margin-left: 1em;
  white-space: nowrap;
}

/* 送信ボタン */
.button {
  background-color: #ff7402;
  color: #fff;
  font-weight: bold;
  padding: 10px 60px;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
.button a:link, .button a:visited, .button a:active, .button a:hover {
  color: white;
}

@media print, screen and (min-width: 767px) { /* 767px 以上 */
  .contact-form .form-wrap .container {
    flex-wrap: nowrap;
  }
  .contact-form .form-wrap .container > label.item_name {
    width: 35%;
    padding: 30px 15px 30px 0;
  }
  .contact-form .form-wrap .container > input[type=text], .contact-form .form-wrap .container input[type=email], .contact-form .form-wrap .container input[type=tel], .contact-form .form-wrap .container select {
    width: 40%;
  }
  .contact-form .form-wrap .container .search {
    width: 70%;
  }
  .contact-form .form-wrap .container .search input {
    width: 30%;
  }
  .contact-form .form-wrap .container .parts {
    width: 70%;
  }
  .contact-form .form-wrap .container .textarea-wrap {
    width: 70%;
    padding: 30px 0;
  }
  /* 送信ボタン */
  .button {
    font-size: 1.4em;
  }
}