@charset "UTF-8";
* {
  margin: 0;
  padding: 0
}

h1, h2, h3, h4, h5, h6 {
  position: static
}

abbr, acronym, br, cite, code, dfn, em, kbd, q, samp, span, var {
  position: static;
  border: 0;
  font-style: normal;
  font-weight: 400
}

strong {
  position: static;
  border: 0;
  font-style: normal;
  font-weight: 700
}

address, blockquote, dd, dl, dt, p, pre, ul {
  font-style: normal;
  font-weight: 400;
  position: static
}

dd, dl, dt, ol, ul {
  list-style-type: none
}

img {
  border: 0;
  vertical-align: top
}

del, fieldset, form, hr, noscript, script, table {
  font-style: normal;
  font-weight: 400;
  position: static
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  margin: 0 auto;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #333
}

body, button, input, select, textarea {
  font: 14px 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro
}

button, input, select, textarea {
  font-size: 100%
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
  content: "."
}

.clearfix {
  display: inline-block;
  display: block
}

.container {
  position: relative;
  width: 950px
}

.container, .form-container {
  margin: 0 auto;
  text-align: left
}

.form-container {
  background-color: #fff;
  width: 888px
}

.form-box {
  padding: 15px 30px 0
}

.link-btn {
  display: block;
  margin: 0 auto;
  vertical-align: bottom
}

.form-section section {
  margin-bottom: 25px
}

.form-section .kodawari ul li {
  float: left;
  list-style: none
}

.form-section .kodawari ul label {
  display: block;
  margin: 0 15px 10px 0;
  padding: 10px;
  width: 375px;
  font-size: 1pc
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle
}

.heading {
  margin: 10px 0;
  padding-bottom: 5px;
  font-size: 26px;
  font-weight: 700
}

.mail-box {
  margin: 25px 0 23px;
  padding: 15px 20px
}

.mail-box .form-choice-area input {
  float: left;
  width: 35pc;
  margin-right: 20px;
  padding: 10px 0 10px 10px;
  font-size: 18px;
  border: #666 1px solid;
  border-radius: 5px
}

.mail-box p {
  margin: 0;
  padding-bottom: 10px;
  font-size: 18px
}

.button-box {
  padding-bottom: 15px
}

.button-box img {
  display: block;
  margin: 0 auto;
  vertical-align: bottom
}

.submit-btn {
  display: block;
  cursor: pointer;
  width: 830px;
  height: 92px;
  margin: 10px auto 0;
  padding: 0;
  border: 0
}

.terms {
  font-size: 9pt;
  padding: 10px 30px 0 0;
  text-align: right
}

.select-item {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 25em;
  margin-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis
}

.modal-content {
  z-index: 2;
  position: fixed;
  display: none;
  width: 700px;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
  border: 2px solid #aaa
}

#modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, .75)
}

.modal-content ul li {
  float: left;
  list-style: none
}

.area-select li {
  width: 110px
}

.subject-select li {
  width: 200px
}

.pref {
  display: inline-block;
  vertical-align: middle
}

.modal-open {
  display: block;
  width: 16pc;
  padding: 14px 90pt 14px 20px;
  font-size: 24px;
  color: inherit;
  text-decoration: none;
  line-height: 100%
}

.modal-title {
  margin-bottom: 10px;
  padding-left: 4px;
  border-left: solid 6px #a7a7a7;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%
}

.sub-select-title {
  margin-bottom: 4px;
  padding-bottom: 1px;
  border-bottom: dotted 2px #aaa;
  font-weight: 700
}

.hokkaido {
  margin-bottom: 6px
}

.select-area {
  margin: 0 10px
}

.select-area ul {
  margin-bottom: 8px
}

.select-area li {
  margin-bottom: 4px
}

#modal-close {
  width: 180px;
  margin: 1pc auto 10px;
  background: #f08226;
  border: solid 3px #f6c24c;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none
}

#modal-close, .company section {
  display: block
}

.company {
  text-align: left
}

.company .companyTtl {
  background: url(../img/common/companyTtl_bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  height: 90px;
  line-height: 90px;
  color: #276b73;
  font-size: 30px;
  text-shadow: 4px 4px 1px #fff,
              -4px 4px 1px #fff,
              4px -4px 1px #fff,
              -4px -4px 1px #fff,
              4px 0px 1px #fff,
              0px 4px 1px #fff,
              -4px 0px 1px #fff,
              0px -4px 1px #fff;
}

.company img {
  margin: 45px auto 25px;
}

.company .inner {
  margin: 0 auto;
  width: 840px
}

.company .heading {
  margin: 1pc 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center
}

.company .sub-head {
  padding: 2px 0 2px 1pc;
  font-size: 1pc;
  font-weight: 700
}

.company .about {
  height: 110px;
  margin-bottom: 10px
}

.company .left {
  float: left;
  width: 420px
}

.company .left li {
  margin-top: 10px
}

.company .right {
  float: right;
  width: 380px
}

.company dt {
  margin-top: 10px
}

.company .approval {
  clear: both;
  text-align: right
}

.company .submit-btn {
  display: block;
  cursor: pointer;
  margin: 5pc auto 0;
  padding: 0;
  width: 830px;
  height: 92px;
  border: 0
}

footer {
  display: block;
  margin-top: 10px;
  margin-bottom: 70px;
  text-align: center
}

#footnavi {
  margin: 35px 0;
  padding: 5px 0;
  text-align: center
}

#footnavi li {
  display: inline-block;
  cursor: pointer;
  padding: 0 10px 0 14px;
  border-left: 1px solid #333
}

#footnavi li a {
  color: #333;
  text-decoration: none
}

#footnavi li:first-child {
  border-left: 0
}

footer .pagetop {
  margin-left: 50pc;
  color: #595959;
  text-decoration: none
}

address {
  font-style: italic
}

body {
  background: #fff;
  background: url(../img/index_part/Bkg.png)repeat-y center
}

img {
  display: block;
  vertical-align: bottom
}

img, main {
  margin: 0 auto
}

main {
  width: 980px
}

.form-section {
  padding-bottom: 30px;
  background-color: #dae9ea
}

.link-btn {
  position: absolute;
  right: 50px;
  margin: 10px 0
}

.form-container {
  border-radius: 5px
}

.form-box .heading {
  border-bottom: dotted 4px #dae9ea;
  color: #256169
}

.form-section .kodawari ul label {
  background: #dae9ea;
  border-radius: 6px;
  padding: 11px
}

.modal-open {
  background: url(../img/index_part/SelectBtn.png)no-repeat
}

.mail-box p {
  color: #256169;
  font-weight: 700
}

.form-section .mail-btntop-img {
  height: 75pt;
  background: url(../img/index_part/CvBtn_Top.png)no-repeat 150px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden
}

.cv01 {
  background: url(../img/index_part/CvBtn01.png)no-repeat
}

.mail-box {
  background: #e6f7f1
}

.company .sub-head {
  background: #f1e7d2
}

.cv02 {
  background: url(../img/index_part/CvBtn02.png)no-repeat
}