@charset "utf-8";

/* =============================================================================
    Stlye
============================================================================= */

/* Page
=============================================== */
html {
  font-size: 10px;
}

body {
  min-width: 1024px;
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: "メイリオ","Meiryo",sans-serif;
  font-size: 1.4em;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.pcNone {
  display: none !important;
}

/* ------ clearfix ------ */
.clearfix:after { /* float release */
  content: "";
  display: block;
  clear: both;
}


/* Header
=============================================== */
div#header {
  padding: 20px 0;
}

h1#headerLogo,
p#headerLogo {
  width: 1010px;
  margin: 0 auto;
}

dl#headerTel {
  position: relative;
  width: 1010px;
  margin: -50px auto 50px;
}

dl#headerTel dt,
dl#headerTel dd {
  position: absolute;
  height: 48px;
  overflow: hidden;
}

dl#headerTel dt:before,
dl#headerTel dd a:before {
  display: block;
  height: 48px;
}

dl#headerTel dt {
  right: 344px;
  width: 104px;
}

dl#headerTel dt:before {
  content: url(../image/header_tel_title.svg);
  width: 104px;
}

dl#headerTel dd {
  right: 0;
}

dl#headerTel dd a:before {
  content: url(../image/header_tel_num.svg);
  width: 344px;
}

/* Footer
=============================================== */
p#backToTop > a {
  display: block;
  position: fixed;
  left: 50%;
  bottom: 50px;
  width: 54px;
  height: 54px;
  opacity: 0.8;
  margin: 0 0 0 451px;
}

div#footerWrapper {
  padding: 4px 0 2px;
  color: #fff;
  background: #347cc9;
}

div#footer {
  position: relative;
  width: 1010px;
  margin: 0 auto;
}

div#footer ul.link > li {
  float: left;
  margin: 0 1em 0 0;
}

div#footer ul.link > li:before {
  content: "|";
  margin: 0 1em 0 0;
}

div#footer ul.link > li:first-child:before {
  content: none;
}

div#footer ul.link a {
  color: #fff;
}

div#footer ul.link a:hover,
div#footer ul.link a:focus {
  color: #d9d9d9;
}

dl#footerTel {
  display: none;
}

p#copyright {
  width: 1010px;
  margin: -1.6em auto 0;
  text-align: right;
}

/* MainContents
=============================================== */

/* Common
----------------------------------------------- */
div#mainWrapper {
  border-top: 2px #347cc9 solid;
  padding: 20px 0 70px;
  color: #505050;
  font-size: 1.8rem;
  background: #f4fdff;
}

p.button {
  text-align: center;
}

/* ====== パンくず ====== */
p#breadcrumbs {
  width: 1024px;
  margin: 0 auto 20px;
  font-size: 0;
}

p#breadcrumbs span {
  font-size: 1.2rem;
}

p#breadcrumbs span:after {
  content: ">";
  font-size: 1.4rem;
  margin: -0.1em 8px 0;
}

p#breadcrumbs span:last-child:after {
  content: "";
}

/* Index
----------------------------------------------- */
body#index h1.introduction {
  width: 1010px;
  margin: 0 auto 40px;
}

body#index h2.image {
  text-align: center;
}

body#index div.support,
body#index div.case,
body#index div.only {
  width: 1010px;
  margin: 0 auto;
}

body#index div.column {
  margin: 30px 0 0;
  padding: 12px 13px;
  border-radius: 10px;
}

body#index div.column h3.title {
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

body#index div p.button {
  margin: 70px 0;
}

body#index div.column h3.title img {
  vertical-align: top;
  margin: 0 16px 0 0;
}

body#index div.column h3.title span.str,
body#index div.column h3.title span.str:before {
  width: 930px;
  height: 36px;
}

body#index div.column h3.title span.str {
  display: inline-block;
  overflow: hidden;
}

body#index div.column h3.title span.str:before {
  line-height: 1.4;
}

/* ------ support ------ */
body#index div.support div.column h3.title {
  border-bottom: 1px #ff6377 solid;
}

body#index div.support div.column {
  background: #ffecef;
}

body#index div.support div.column.first h3.title span.str:before {
  content: url(../image/index_support_column_title1.svg);
}

body#index div.support div.column.second h3.title span.str:before {
  content: url(../image/index_support_column_title2.svg);
}

body#index div.support div.column.third h3.title span.str:before {
  content: url(../image/index_support_column_title3.svg);
}

body#index div.support div.column.forth h3.title span.str:before {
  content: url(../image/index_support_column_title4.svg);
}

/* ------ case ------ */
body#index div.case div.column {
  background: #e0ecba;
}

body#index div.case div.column h3.title {
  border-bottom: 1px #81af29 solid;
}

body#index div.case div.column.first h3.title span.str:before {
  content: url(../image/index_case_column_title_1.svg);
}

body#index div.case div.column.second h3.title span.str:before {
  content: url(../image/index_case_column_title_2.svg);
}

body#index div.case div.column.third h3.title span.str:before {
  content: url(../image/index_case_column_title_3.svg);
}

body#index div.case div.column.forth h3.title span.str:before {
  content: url(../image/index_case_column_title_4.svg);
}

/* ------ only ------ */
body#index div.only div.column {
  background: #d1edff;
}

body#index div.only div.column h3.title {
  border-bottom: 1px #347cc9 solid;
}

body#index div.only div.column.first h3.title span.str:before {
  content: url(../image/index_only_column_title1.svg);
}

body#index div.only div.column.second h3.title span.str:before {
  content: url(../image/index_only_column_title2.svg);
}

body#index div.only div.column.third h3.title span.str:before {
  content: url(../image/index_only_column_title3.svg);
}

body#index div.only p.button {
  margin: 70px 0 0;
}

/* Entry
----------------------------------------------- */
body#entry div#main {
  width: 1024px;
  margin: 0 auto;
}

body#entry h1.pageTitle {
  padding: 1px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background: #3475bb;
}

body#entry form.contact,
body#entry div.contact,
body#entry div.introduction {
  margin: 0 26px;
}

body#entry div.column {
  margin: 50px 0 0;
}

body#entry h2.item {
  margin: 20px 0 10px;
  font-weight: bold;
}

body#entry ul.check,
body#entry p.select {
  margin: 0 0 5px;
}

body#entry ul.check li {
  margin: 10px 0 0 ;
}

body#entry p.text {
  margin: 10px 0 5px;
}

/* ------ error ------ */
body#entry p.error {
  color: #f00;
}

/* ------ required, option ------ */
body#entry span.required,
body#entry span.option {
  display: inline-block;
  position: relative;
  top: -1px;
  line-height: 1;
  padding: 4px 5px 2px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  background: #ea0000;
}

body#entry span.option {
  background: #505050;
}

/* ====== form parts ====== */
/* ------ text, textarea ------ */
body#entry input[type="text"],
body#entry textarea {
  box-sizing: border-box;
  padding: 5px;
  border: 1px #299ad1 solid;
  border-radius: 5px;
  background: #fff;
}

/* ------ radio ------ */
body#entry input[type="radio"] + label {
  display: block;
  position: relative;
  width: 500px;
  box-sizing: border-box;
  padding: 5px 0 5px 40px;
  border: 1px #299ad1 solid;
  border-radius: 5px;
  background: #fff;
}

body#entry input[type="radio"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 10px;
  border-radius: 11px;
  background: #c8c8c8;
}

body#entry input[type="radio"]:checked + label {
  border: 1px #ff99cc solid;
  color: #fff;
  background: #ff99cc;
}

body#entry input[type="radio"]:checked + label:before {
  background: #fff;
}

body#entry input[type="radio"]:checked + label:after {
  content: url(../image/icon_check_pink.svg);
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 15px;
  margin: -12px 0 0 11px;
}

body#entry ul.check input[type="radio"],
body#entry ul.check input[type="checkbox"] {
  display: none;
}

/* ------ select ------ */
body#entry p.select {
  position: relative;
  overflow: hidden;
  border: 1px #299ad1 solid;
  border-radius: 5px;
  background: #fff;
}

body#entry p.select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 75%;
  margin: 5px 42px 0 0;
  background: #6faae5;
}

body#entry p.select:after {
  content: url(../image/icon_select_arrow.svg);
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 17px;
  margin: -10px 11px 0 0;
}

body#entry select {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  vertical-align: middle;
  padding: 5px;
}

/* ====== 個別 ====== */
body#entry div.employmentPlace p.select,
body#entry div.address p.select,
body#entry div.tel input[type="text"],
body#entry div.mail input[type="text"] {
  width: 500px;
}

body#entry div.employmentPlace select,
body#entry div.address select {
  width: 520px;
}

body#entry div.employmentPlace input[type="text"],
body#entry div.name input[type="text"],
body#entry div.nameHurigana input[type="text"],
body#entry div.address input[type="text"] {
  width: 760px;
}

/* ------ 生年月日 ------ */
body#entry div.old p.select {
  display: inline-block;
  margin: 0 5px 0 0;
  border: none;
  border-radius: 0;
  background: none;
}

body#entry div.old p.select:before,
body#entry div.old p.select:after {
  content: none;
}

body#entry div.old p.select > span {
  display: inline-block;
  position: relative;
  width: 168px;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 5px 0 0;
  border: 1px #299ad1 solid;
  border-radius: 5px;
  background: #fff;
}

body#entry div.old p.select > span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 75%;
  margin: 5px 42px 0 0;
  background: #6faae5;
}

body#entry div.old p.select > span:after {
  content: url(../image/icon_select_arrow.svg);
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 17px;
  margin: -10px 11px 0 0;
}

body#entry div.old select {
  width: 188px;
}

body#entry div.old p.select.oldMonth > span,
body#entry div.old p.select.oldDay > span {
  width: 90px;
}

body#entry div.old p.select.oldMonth select,
body#entry div.old p.select.oldDay select {
  width: 110px;
}

body#entry div.old p.confirm {
  display: inline-block;
}

/* ------ 住所 ------ */
body#entry div.address p.select {
  width: 168px;
}

body#entry div.address select {
  width: 188px;
}

/* ------ その他希望 ------ */
body#entry div.hope textarea {
  width: 100%;
}

/* ------ concent ------ */
body#entry p.consent {
  margin: 35px 0;
  text-align: center;
}

body#entry p.consent a {
  color: #347cc9;
}

body#entry p.consent a:before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 0;
  border-top: 8px transparent solid;
  border-bottom: 8px transparent solid;
  border-left: 10px #347cc9 solid;
}

body#entry p.consent a:hover {
  color: #84c1ff;
}

body#entry p.consent a:hover:before {
  border-left-color: #84c1ff;
}

/* ------ confirm ------ */
body#entry div.confirm {
  margin: 30px 0 0;
  text-align: center;
}

body#entry div.confirm form {
  display: inline-block;
  margin: 0 20px;
}

/* ------ introduction ------ */
body#entry div.introduction p.button {
  margin: 30px 0 0;
}

/* Privacy & About us
----------------------------------------------- */
/* ====== Common ====== */
body#privacy div#main,
body#aboutus div#main {
  position: relative;
}

body#privacy div.navi,
body#aboutus div.navi {
  position: absolute;
  top: 0;
  left: 50%;
  width: 380px;
  margin: 0 0 0 130px;
}

body#privacy div.column,
body#aboutus div.column {
  position: relative;
  left: 50%;
  width: 576px;
  margin: 0 0 80px -512px;
}

body#privacy h1,
body#aboutus h1 {
  margin: 0 0 5px;
  border-bottom: 1px #347cc9 solid;
  font-size: 2rem;
}

body#privacy h2.squareTitle,
body#aboutus h2.squareTitle {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px #347cc9 solid;
}

/* ------ navi ------ */
body#privacy div.navi ul.link,
body#aboutus div.navi ul.link {
  margin: 0 25px;
}

body#privacy div.navi ul.link li,
body#aboutus div.navi ul.link li {
  margin: 0 0 5px;
  border-bottom: 1px #6faae5 solid;
}

body#privacy div.navi ul.link a,
body#aboutus div.navi ul.link a {
  display: block;
  color: #347cc9;
  text-decoration: none;
}

body#privacy div.navi ul.link a:before,
body#aboutus div.navi ul.link a:before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 5px;
  border-top: 8px transparent solid;
  border-bottom: 8px transparent solid;
  border-left: 12px #6faae5 solid;
}

/* ====== Page: Privacy ====== */
body#privacy div.column h3 {
  margin: 30px 16px 5px;
  font-weight: bold;
}

body#privacy h3.circle {
  padding: 0 0 0 25px;
  background: url(../image/icon_circle.svg) no-repeat 0 0.2em;
}

/* ------ column ------ */
body#privacy div.column p.introduction {
  margin: 0 16px;
  text-indent: 1em;
}

body#privacy div.column p.text {
  margin: 0 16px;
}

body#privacy div#managementbox p.text {
  text-indent: 1em;
}

/* ====== Page: About us ====== */
/* ------ table ------ */
body#aboutus table.company {
  margin: 20px 0 0 24px;
}

body#aboutus table.company th,
body#aboutus table.company td {
  border-top: 1px #6faae5 solid;
}

body#aboutus table.company tr:first-child th,
body#aboutus table.company tr:first-child td {
  border-top: none;
}

body#aboutus table.company th {
  width: 168px;
  padding: 20px 0;
  text-align: center;
  background: #cde7fe;
}

body#aboutus table.company td {
  padding: 20px;
  background: #fff;
}

body#aboutus table.company td.location {
  padding-left: 30px;
  text-indent: -1em;
}

body#aboutus table.company ol.list > li {
  margin: 0 0 0 1em;
  text-indent: -1em;
}

/* ------ etc ------ */
body#aboutus p.mark {
  margin: 0 0 0 24px;
}

body#aboutus p.mark:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: 2px 0 0;
  background: #505050;
}

body#aboutus dl.map {
  margin: 30px 0 0 35px;
}

body#aboutus dl.map dt {
  font-size: 1.4rem;
}

body#aboutus dl.map dd iframe {
  width: 540px;
  height: 405px;
}
