@charset "UTF-8";
/**
function
*/
/**
mixin
*/
/**
animation
*/
/**
hx
*/
/**
hx
*/
/*-----------------------------------------------------------------
button
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
table
-----------------------------------------------------------------*/
/**
Editor Styles
*/
main {
  margin: 0 auto;
}

header .menu {
  background-color: #fff;
}

header .menu .contents ul li a {
  color: #000;
}

header .menu .contents ul li a.active, header .menu .contents ul li a:hover {
  border-bottom-color: #000;
}

/**
Page
*/
.inner {
  width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  position: relative;
}

#maintitle {
  width: 100%;
  padding-top: 80px;
}

#maintitle .inner {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#maintitle .inner h2 {
  color: #fff;
  margin-top: -6px;
}

#maintitle .inner h2 .en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#maintitle .inner h2 .en span {
  display: inline-block;
}

#maintitle .inner h2 .en span + span {
  margin-left: 0.2em;
}

#maintitle .inner h2 .en span:first-letter {
  color: #d10000;
}

#maintitle .inner h2 .jp {
  font-size: 2.4rem;
  line-height: 1;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

#breadcrumbs {
  width: 1080px;
  padding: 16px 10px 0;
  margin: 0 auto 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#breadcrumbs ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#breadcrumbs ol li {
  list-style: none;
  display: inline-block;
  color: #333;
  font-size: 1.6rem;
}

#breadcrumbs ol li + li:before {
  content: ">";
  display: inline-block;
  margin-left: 0.5em;
}

#breadcrumbs ol li a {
  color: #333;
  text-decoration: none;
}

#breadcrumbs ol li a:hover {
  text-decoration: none;
}

/**
会社概要
*/
#business #maintitle .inner {
  background-image: url(../img/business/maintitle-business.jpg);
}

#main-business {
  background: url(../img/common/bg01.png) left top no-repeat;
}

#main-business .inner {
  width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  position: relative;
}

#main-business .menu {
  width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 100px;
  position: relative;
}

#main-business .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main-business .menu ul li {
  width: 250px;
}

#main-business .menu ul li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: normal;
}

#main-business .menu ul li a span {
  font-size: 1.4rem;
  line-height: 1.28571;
}

#main-business .description {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#main-business .description:nth-of-type(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

#main-business .description .img {
  display: block;
  width: 610px;
  height: 610px;
}

#main-business .description .contents {
  padding-top: 30px;
}

#main-business .description .contents h3 {
  font-size: 1.8rem;
  line-height: 1.55556;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

#main-business .description .contents .message {
  width: 432px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

#main-business .description .contents .link {
  width: 430px;
}

#main-business .description .contents .link a {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

#main-business .description .contents .link a:last-of-type {
  margin-bottom: 0;
}

#main-business #system-develop {
  padding-bottom: 58px;
  background: url(../img/common/bg02.png) right bottom no-repeat;
}

#main-business #system-develop .description {
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#main-business #system-develop .description .contents {
  padding-top: 0px;
}

#main-business #system-develop .description .contents .message {
  margin-bottom: 40px;
}

#main-business #system-develop .boards .board {
  margin-bottom: 40px;
  padding: 32px 40px;
  background: #eeeeee;
}

#main-business #system-develop .boards .board h4 {
  font-size: 2.4rem;
  line-height: 30px;
  border-left: 5px solid #d00000;
  padding-left: 18px;
  margin-bottom: 22px;
}

#main-business #system-develop .boards .board h5 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#main-business #system-develop .boards .board .text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 22px;
}

#main-business #system-develop .boards .board .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-business #system-develop .boards .board .link a {
  width: 500px;
  font-size: 1.6rem;
  line-height: 1.75;
  height: 70px;
  border-bottom: 0;
  padding: 0;
}

#main-business #system-develop .boards .board .link a.mail:before {
  position: static;
  top: auto;
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-right: 28px;
}

#main-business #system-develop .boards .board .link a.window {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#main-business #system-develop .boards .board .link a.window:before {
  position: static;
  top: auto;
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-left: 5px;
}

#main-business #system-develop .boards .board .bg {
  background-color: #fff;
  padding: 30px 28px;
  margin-bottom: 20px;
}

#main-business #system-develop .boards .board .bg:last-of-type {
  margin-bottom: 0;
}

#main-business #system-develop .boards .board .boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#main-business #system-develop .boards .board .boxes .box {
  width: 236px;
  padding: 36px 18px 30px;
  background-color: #fff;
}

#main-business #system-develop .boards .board .boxes .box .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  margin-bottom: 40px;
}

#main-business #system-develop .boards .board .boxes .box .img .note {
  margin-left: 14px;
}

#main-business #system-develop .boards .board .boxes .box .text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 0;
}

#main-business #system-develop .boards .board strong {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.55556;
}

#main-business #other {
  padding-top: 58px;
  padding-bottom: 100px;
  background: url(../img/common/bg01.png) left top no-repeat, url(../img/common/bg02.png) right bottom no-repeat;
}

/**
企業情報
*/
#company #maintitle .inner {
  background-image: url(../img/company/maintitle-company.jpg);
}

#main-company {
  background: url(../img/common/bg01.png) left top no-repeat;
}

#main-company .inner {
  width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  position: relative;
}

#main-company .menu {
  width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 100px;
  position: relative;
}

#main-company .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main-company .menu ul li {
  width: 200px;
}

#main-company .menu ul li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: normal;
}

#main-company .menu ul li a span {
  font-size: 1.4rem;
  line-height: 1.28571;
}

#main-company #section01 {
  background: url(../img/common/bg02.png) right bottom no-repeat;
}

#main-company #section02 {
  background: url(../img/common/bg01.png) left top no-repeat, url(../img/common/bg02.png) right bottom no-repeat;
  background-color: #eee;
}

#main-company #section03 {
  background: url(../img/common/bg01.png) left top no-repeat, url(../img/common/bg02.png) right bottom no-repeat;
}

#main-company h3 {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#main-company h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #d00000;
}

#main-company #message .description {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: 1px solid #ccc;
}

#main-company #message .description .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 480px;
  padding-top: 65px;
}

#main-company #message .description .contents {
  width: 540px;
}

#main-company #message .description .contents h3 {
  margin-bottom: 20px;
}

#main-company #message .description .contents .message {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

#main-company #message .description .contents .message p {
  margin-bottom: 16px;
}

#main-company #message .description .contents .message p:last-of-type {
  margin-bottom: 0;
}

#main-company #message .description .contents .name {
  margin-top: 32px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: right;
}

#main-company #philosophy .description {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
  width: 880px;
  margin: 0 auto;
}

#main-company #philosophy .description h3 {
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-company #philosophy .description .message {
  font-size: 2.8rem;
  line-height: 1.42857;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: right;
  padding-top: 124px;
  background: url(../img/company/message.png) 30px top no-repeat;
  background-size: 596px auto;
  margin-bottom: 30px;
}

#main-company #philosophy .description .text {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

#main-company #philosophy .description .text p {
  margin-bottom: 16px;
}

#main-company #philosophy .description .text p:last-of-type {
  margin-bottom: 0;
}

#main-company #philosophy .description .text ol {
  margin-left: 3.5em;
}

#main-company #philosophy .description .text ol li {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 16px;
  list-style: decimal;
  font-weight: bold;
}

#main-company #philosophy .description .text ol li:last-of-type {
  margin-bottom: 0;
}

#main-company #overview .inner {
  padding-top: 50px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ccc;
}

#main-company #overview .description {
  position: relative;
  width: 880px;
  margin: 0 auto;
}

#main-company #overview .description h3 {
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-company #overview .description table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

#main-company #overview .description table th,
#main-company #overview .description table td {
  font-size: 1.4rem;
  line-height: 2;
  padding: 22px;
}

#main-company #overview .description table th {
  width: 210px;
  font-weight: bold;
  background-color: #cccccc;
}

#main-company #overview .description table td {
  background-color: #fff;
}

#main-company #history .inner {
  padding-top: 50px;
  padding-bottom: 80px;
}

#main-company #history h3 {
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-company #history .list {
  width: 880px;
  margin: 0 auto;
}

#main-company #history .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  border-left: 5px solid #d00000;
  padding-left: 32px;
  margin-bottom: 20px;
}

#main-company #history .list ul li:last-of-type {
  margin-bottom: 0;
}

#main-company #history .list ul li a {
  text-decoration: none;
}

#main-company #history .list ul li .date {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 32px;
  letter-spacing: 0.1em;
}

#main-company #history .list ul li .text {
  max-width: 700px;
  font-size: 1.4rem;
  padding-left: 20px;
  border-left: 1px solid #cccccc;
  letter-spacing: 0.1em;
}

#main-company #office_list .inner {
  padding-top: 55px;
  padding-bottom: 140px;
}

#main-company #office_list h3 {
  margin-bottom: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-company #office_list .boxes {
  width: 880px;
  margin: 0 auto;
}

#main-company #office_list .boxes .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

#main-company #office_list .boxes .box:last-of-type {
  margin-bottom: 0;
}

#main-company #office_list .boxes .box .map {
  width: 520px;
  height: 300px;
  background-color: #eee;
}

#main-company #office_list .boxes .box .map iframe {
  width: 520px;
  height: 300px;
}

#main-company #office_list .boxes .box .text {
  width: 340px;
}

#main-company #office_list .boxes .box .text:before {
  content: "ADDRESS";
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #d00000;
  font-weight: bold;
  margin-bottom: 22px;
}

#main-company #office_list .boxes .box .text h4 {
  font-size: 1.8rem;
  line-height: 1.55556;
  margin-bottom: 18px;
}

#main-company #office_list .boxes .box .text h4:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #cccccc;
  margin-bottom: 20px;
}

#main-company #office_list .boxes .box .text .address {
  font-size: 1.4rem;
  line-height: 1.71429;
}

/**
採⽤情報
*/
#recruit #maintitle .inner {
  background-image: url(../img/recruit/maintitle-recruit.jpg);
}

#main-recruit {
  background: url(../img/common/bg01.png) left top no-repeat;
}

#main-recruit .inner {
  width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  position: relative;
}

#main-recruit .menu {
  width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 70px;
  position: relative;
}

#main-recruit .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main-recruit .menu ul li {
  width: 250px;
}

#main-recruit .menu ul li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: normal;
}

#main-recruit .menu ul li a span {
  font-size: 1.4rem;
  line-height: 1.28571;
}

#main-recruit h3 {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-recruit h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #d00000;
}

#main-recruit #message {
  padding-bottom: 80px;
}

#main-recruit #message .image {
  width: 1060px;
  position: relative;
}

#main-recruit #message .image .message {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 480px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

#main-recruit #message .image .message:before {
  content: "";
  display: block;
  background: url(../img/top/message.png) center center no-repeat;
  background-size: contain;
  width: 619px;
  height: 204px;
  position: absolute;
  bottom: 100px;
  right: 0px;
}

#main-recruit #requirements {
  background: url(../img/common/bg02.png) right bottom no-repeat;
  background-color: #eee;
  padding-top: 55px;
  padding-bottom: 100px;
}

#main-recruit #requirements h3 {
  margin-bottom: 35px;
}

#main-recruit #requirements table {
  width: 880px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 2px;
}

#main-recruit #requirements table th,
#main-recruit #requirements table td {
  font-size: 1.4rem;
  line-height: 2;
  padding: 22px;
}

#main-recruit #requirements table th {
  width: 210px;
  font-weight: bold;
  background-color: #cccccc;
  vertical-align: middle;
}

#main-recruit #requirements table td {
  background-color: #fff;
}

#main-recruit #flow {
  background: url(../img/common/bg01.png) left top no-repeat;
  padding-top: 50px;
  padding-bottom: 90px;
}

#main-recruit #flow h3 {
  margin-bottom: 50px;
}

#main-recruit #flow .boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-recruit #flow .boxes .box {
  width: 200px;
  margin-left: 70px;
}

#main-recruit #flow .boxes .box:first-of-type {
  margin-left: 0;
}

#main-recruit #flow .boxes .box:last-of-type .title:after {
  display: none;
}

#main-recruit #flow .boxes .box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 110px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: url(../img/recruit/flow-bg.png) center center no-repeat;
  background-size: contain;
  margin-bottom: 15px;
  position: relative;
}

#main-recruit #flow .boxes .box .title:after {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background: url(../img/common/arrow02.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#main-recruit #flow .boxes .box .text {
  font-size: 1.4rem;
  line-height: 1.71429;
}

#main-recruit #voice {
  background: url(../img/common/bg02.png) right bottom no-repeat;
  background-color: #eee;
  padding-top: 55px;
  padding-bottom: 130px;
}

#main-recruit #voice h3 {
  margin-bottom: 35px;
}

#main-recruit #voice .boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#main-recruit #voice .boxes .box {
  width: 340px;
}

#main-recruit #voice .boxes .box .img {
  margin-bottom: 4px;
}

#main-recruit #voice .boxes .box .info {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
}

#main-recruit #voice .boxes .box .name {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}

#main-recruit #voice .boxes .box .text {
  font-size: 1.4rem;
  line-height: 1.71429;
}

/**
個人情報保護方針について
*/
#privacy #maintitle .inner {
  background-image: url(../img/privacy/maintitle-privacy.jpg);
}

#main-privacy {
  background: url(../img/common/bg01.png) left top no-repeat, url(../img/common/bg02.png) right bottom no-repeat;
  padding-bottom: 100px;
}

#main-privacy .inner {
  width: 1080px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  position: relative;
}

#main-privacy a {
  text-decoration: none;
}

#main-privacy h3 {
  font-size: 1.8rem;
  line-height: 1.55556;
  margin-top: 25px;
  margin-bottom: 5px;
}

#main-privacy h3:first-of-type {
  margin-top: 0;
}

#main-privacy p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 25px;
}

#main-privacy p:last-of-type {
  margin-bottom: 0;
}

#main-privacy .box {
  padding: 35px 40px;
  background-color: #eeeeee;
  margin-top: 30px;
}

#main-privacy .box h3 {
  letter-spacing: 0.1em;
}

/**
お問い合わせ
*/
#contact #maintitle .inner {
  background-image: url(../img/contact/maintitle-contact.jpg);
}

#main-contact {
  background: url(../img/common/bg01.png) left top no-repeat, url(../img/common/bg02.png) right bottom no-repeat;
  padding-bottom: 100px;
  /**
    Confirm
    */
}

#main-contact p {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}

#main-contact .errors {
  color: #ff0000;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 30px;
}

#main-contact .errors > p {
  font-size: 1.8rem;
  line-height: 1.66667;
  font-weight: bold;
}

#main-contact .errors .section {
  margin-top: 0.2em;
}

#main-contact .error em {
  color: #ff0000;
}

#main-contact .box {
  width: 880px;
  margin: 30px auto 0;
  padding: 40px 50px;
  background-color: #eeeeee;
}

#main-contact .box .note {
  color: #ff0000;
  font-size: 1.4rem;
  line-height: 1.28571;
  margin-bottom: 20px;
}

#main-contact .box table th {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold;
  width: 240px;
  text-align: left;
  vertical-align: middle;
  padding: 12px 0;
}

#main-contact .box table th.require:after {
  content: "必須";
  margin-left: 16px;
  display: inline-block;
  width: 44px;
  height: 18px;
  line-height: 18px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #d00000;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

#main-contact .box table td {
  font-size: 1.6rem;
  line-height: 1.875;
  width: 520px;
  padding: 12px 0;
}

#main-contact .box .group label input {
  margin-top: 0;
}

#main-contact .box .group.line label {
  display: block;
}

#main-contact .box select,
#main-contact .box textarea,
#main-contact .box input[type="text"],
#main-contact .box input[type="email"],
#main-contact .box input[type="tel"] {
  font-size: 1.6rem;
  line-height: 1.875;
  border: 1px solid #cccccc;
  padding: 4px 12px;
  width: 460px;
}

#main-contact .box select.middle,
#main-contact .box textarea.middle,
#main-contact .box input[type="text"].middle,
#main-contact .box input[type="email"].middle,
#main-contact .box input[type="tel"].middle {
  width: 390px;
}

#main-contact .box select.short,
#main-contact .box textarea.short,
#main-contact .box input[type="text"].short,
#main-contact .box input[type="email"].short,
#main-contact .box input[type="tel"].short {
  width: 200px;
}

#main-contact .box select::-webkit-input-placeholder, #main-contact .box textarea::-webkit-input-placeholder, #main-contact .box input[type="text"]::-webkit-input-placeholder, #main-contact .box input[type="email"]::-webkit-input-placeholder, #main-contact .box input[type="tel"]::-webkit-input-placeholder {
  color: #aaaaaa;
}

#main-contact .box select::-moz-placeholder, #main-contact .box textarea::-moz-placeholder, #main-contact .box input[type="text"]::-moz-placeholder, #main-contact .box input[type="email"]::-moz-placeholder, #main-contact .box input[type="tel"]::-moz-placeholder {
  color: #aaaaaa;
}

#main-contact .box select:-ms-input-placeholder, #main-contact .box textarea:-ms-input-placeholder, #main-contact .box input[type="text"]:-ms-input-placeholder, #main-contact .box input[type="email"]:-ms-input-placeholder, #main-contact .box input[type="tel"]:-ms-input-placeholder {
  color: #aaaaaa;
}

#main-contact .box select::-ms-input-placeholder, #main-contact .box textarea::-ms-input-placeholder, #main-contact .box input[type="text"]::-ms-input-placeholder, #main-contact .box input[type="email"]::-ms-input-placeholder, #main-contact .box input[type="tel"]::-ms-input-placeholder {
  color: #aaaaaa;
}

#main-contact .box select::placeholder,
#main-contact .box textarea::placeholder,
#main-contact .box input[type="text"]::placeholder,
#main-contact .box input[type="email"]::placeholder,
#main-contact .box input[type="tel"]::placeholder {
  color: #aaaaaa;
}

#main-contact .box select {
  width: auto;
  padding: 10px;
}

#main-contact .box textarea {
  width: 100%;
}

#main-contact .box [type="submit"] {
  background-color: #000;
  color: #fff;
  width: 240px;
  height: 50px;
  border: 0;
  margin: 0 auto;
  display: block;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold;
  cursor: pointer;
}

#main-contact .box [type="submit"]:hover {
  opacity: 0.5;
}

#main-contact .box .zip {
  margin-bottom: 10px;
}

#main-contact .box .pref {
  margin-bottom: 10px;
}

#main-contact .box .address {
  margin-bottom: 10px;
}

#main-contact .box .accept {
  border: 1px solid #d00000;
  text-align: center;
  padding: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.875;
}

#main-contact .box .accept input {
  margin-top: 0;
}

#main-contact .box .accept p {
  margin-bottom: 10px;
}

#main-contact .box .accept p a {
  color: #d20000;
  text-decoration: none;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #d20000;
}

#main-contact .confirm h3 {
  margin-bottom: 26px;
}

#main-contact .confirm p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 26px;
}

#main-contact .confirm .btns {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-contact .error-page h3 {
  font-size: 2.4rem;
  line-height: 1.41667;
  text-align: center;
  margin-bottom: 2vw;
  padding: 0;
}

#main-contact .error-page p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 2.66667vw;
}

#main-contact .error-page p strong {
  font-size: 2.4rem;
}

#main-contact .error-page .btns {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-contact .error-page .btns .btn01 {
  width: 240px;
  height: 50px;
}

#main-contact .error-page .btns .btn01:before {
  display: none;
}

#main-contact .finish {
  padding-top: 150px;
  padding-bottom: 200px;
}

#main-contact .finish h3 {
  font-size: 2.4rem;
  line-height: 1.41667;
  text-align: center;
  margin-bottom: 2vw;
  padding: 0;
}

#main-contact .finish h3:after {
  display: none;
}

#main-contact .finish p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 2.66667vw;
}

#main-contact .finish p strong {
  font-size: 2.4rem;
}

#main-contact .finish .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-contact .finish .btns a {
  width: 240px;
  height: 60px;
}

#main-contact .finish .btns a:before {
  display: none;
}

/**
notfound
*/
#notfound #maintitle .inner {
  background-image: url(../img/contact/maintitle-contact.jpg);
}

#main-notfound {
  background: url(../img/common/bg01.png) left top no-repeat, url(../img/common/bg02.png) right bottom no-repeat;
  padding-bottom: 100px;
}

#main-notfound .inner {
  padding-top: 150px;
  padding-bottom: 200px;
}

#main-notfound h3 {
  font-size: 2.4rem;
  line-height: 1.41667;
  text-align: center;
  margin-bottom: 2vw;
  padding: 0;
}

#main-notfound h3:after {
  display: none;
}

#main-notfound p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 2.66667vw;
}

#main-notfound p strong {
  font-size: 2.4rem;
}

#main-notfound .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main-notfound .link a {
  width: 240px;
  height: 60px;
}

#main-notfound .link a:before {
  display: none;
}
