.page {
  display: block;
  content: ' ';
  position: relative;
  top: 0px;
  width: 90%;
  margin: 0 5%;
  padding-top: 90px;
}

.page .header {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(../images/headline_location.jpg);
  background-size: cover;
  background-position: center;
  height: 300px;
}

.page .header h2 {
  font-size: 45px;
  letter-spacing: 9px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.page .header h3 {
  font-size: 22px;
  letter-spacing: 9px;
  font-weight: 900;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 650px) {
  .page {
    width: 100%;
    margin: 0;
  }
  .page::after {
    position: absolute;
    content: ' ';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
  }
  .page .header {
    height: 200px;
  }
  .page .header h2 {
    font-size: 20px;
    z-index: 3;
  }
  .page .header h3 {
    font-size: 18px;
    z-index: 3;
  }
}

.headerLogo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-60px);
          transform: translateX(-50%) translateY(-60px);
  border: 1px solid #FFF;
  padding: 10px;
  border-radius: 50%;
}

.headerLogo .hLogo {
  padding: 10px;
  border-radius: 50%;
  background-color: #FFF;
}

.headerLogo .hLogo img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

@media screen and (max-width: 650px) {
  .headerLogo {
    z-index: 10;
  }
}

.pageContent {
  display: block;
  content: ' ';
  position: relative;
  top: 0px;
  margin: 0 5%;
  padding: 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.pageContent h2 {
  font-size: 25px;
  margin-bottom: 18px;
  letter-spacing: 5px;
  font-weight: 100;
}

.pageContent h4 {
  font-size: 12px;
  line-height: 30px;
  font-weight: 100;
  letter-spacing: 3px;
}

.pageContent img {
  margin: 40px 0;
  width: 350px;
}

@media screen and (max-width: 650px) {
  .pageContent {
    font-size: 13px;
  }
  .pageContent img {
    width: 300px;
  }
}

.bggraypage {
  background-color: #EEEEEE;
  padding: 90px 5px;
  text-align: center;
}

.bggraypage h1 {
  letter-spacing: 5px;
}

.bggraypage h4 {
  letter-spacing: 5px;
  margin: 20px 0;
}

.bgwhite {
  background-color: #FFF;
  padding: 90px 5%;
  margin: 0 5%;
  text-align: center;
}

.bgwhite h3 {
  font-weight: 100;
}

.bgwhite img {
  height: 80px;
  border: 1px solid #333;
  border-radius: 40px;
  margin: 10px 0;
}

.bgwhiteBlock {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bgwhiteBlock .slickCard {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  margin: 0 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  margin: 0 8px;
}

.bgwhiteBlock .slickCard img {
  width: 100%;
  border-radius: 0px;
}

.bgwhiteBlock .slickCard .outerCircle {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-25px);
          transform: translateX(-50%) translateY(-25px);
  border: 1px solid #FFF;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.bgwhiteBlock .slickCard .outerCircle .innerCircle {
  position: relative;
  background-color: #FFF;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(5px);
          transform: translateX(-50%) translateY(5px);
  width: 35px;
  height: 35px;
  border-radius: 25px;
}

.bgwhiteBlock .slickCard h4 {
  margin-top: -20px;
  position: relative;
  font-size: 10px;
}

.bgwhiteBlock .slickCard h3 {
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
}

.bgwhiteBlock .slickCard p {
  font-size: 11px;
}

.bgwhiteBlock .slickCard .price {
  color: #f6bac3;
  margin-bottom: 10px;
}

.bgwhiteBlock .slickCard .button {
  position: relative;
}

.bgwhiteBlock .slickCard {
  border: 1px solid #EEEEEE;
  padding: 10px;
}

@media screen and (max-width: 650px) {
  .bgwhiteBlock {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bgwhiteBlock .slickCard {
    width: 100%;
  }
  .bgwhiteBlock .slickCard img {
    width: 100%;
  }
}

.slicka {
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 20px;
}

.slicka div {
  margin: 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}

.slicka div img {
  width: 400px;
}

.slicka div .outerCircle {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-25px);
          transform: translateX(-50%) translateY(-25px);
  border: 1px solid #FFF;
  width: 53px;
  height: 60px;
  border-radius: 25px;
}

.slicka div .outerCircle .innerCircle {
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 25px;
}

.slicka div p {
  font-size: 11px;
}

.slicka div .price {
  color: #f6bac3;
  margin-bottom: 10px;
}

.slicka .slickCard {
  border: 1px solid #EEEEEE;
  padding: 10px;
}

@media screen and (max-width: 650px) {
  .slicka {
    width: 100vw;
  }
  .slicka div {
    width: calc(100% - 5px);
  }
  .slicka div img {
    width: 100%;
  }
}

.buttonSpace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 650px) {
  .card {
    width: 100%;
  }
  .card .cardSlideshow {
    width: 100%;
  }
  .card .cardSlideshow div {
    width: 100vw;
  }
  .card .cardSlideshow div img {
    width: 100vw;
  }
  .card .slick-arrow {
    display: none;
    position: absolute;
    opacity: 0;
    left: 0;
    background-color: blue;
  }
}

.grayBlock {
  background-color: #EEEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 650px) {
  .grayBlock {
    display: block;
  }
}

.grayBlock .logoBlock {
  position: relative;
  width: 35%;
  padding: 0 30px;
  text-align: center;
  max-width: 350px;
}

@media screen and (max-width: 650px) {
  .grayBlock .logoBlock {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.grayBlock .logoBlock .logoSquare {
  position: relative;
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #FFF;
}

.grayBlock .logoBlock .logoSquare::before {
  position: absolute;
  content: '';
  height: 116%;
  width: 90%;
  top: -10%;
  left: 5%;
  border: 1px solid #ddd;
}

@media screen and (max-width: 650px) {
  .grayBlock .logoBlock .logoSquare::before {
    left: 1.5%;
    top: -7px;
    height: calc(100% + 14px);
    width: 97%;
  }
}

.grayBlock .logoBlock .logoSquare img {
  width: 100%;
}

.grayBlock .recruitContentsBlock {
  max-width: 700px;
  position: relative;
  width: 60%;
}

@media screen and (max-width: 650px) {
  .grayBlock .recruitContentsBlock {
    width: 90%;
    left: 5%;
    margin-bottom: 30px;
  }
}

table {
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  width: 100%;
  background-color: #FFF;
}

@media screen and (max-width: 650px) {
  table {
    font-size: 11px;
    font-weight: 100;
  }
}

table tbody {
  display: table-row-group;
  border: 1px solid #7eccd6;
}

table tr {
  display: table-row;
}

table th {
  width: 30%;
  padding: 20px;
  border: 1px solid #7eccd6;
  border-right: 1px dashed #ddd;
}

@media screen and (max-width: 650px) {
  table th {
    width: 35%;
    padding: 10px;
  }
}

table td {
  padding: 20px;
  border: 1px solid #ddd;
  border-left: none;
}

table ul {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

table .notice {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

table .notice li {
  margin-top: 3px;
  padding-left: 1.5em;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
  position: relative;
}

@media screen and (max-width: 650px) {
  table .notice li {
    font-size: 11px;
    font-weight: 100;
  }
}

table .notice li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #EF8D90;
  font-family: 'themify';
  content: "\e64c";
}

table .circle {
  margin: 0;
  padding: 0;
  list-style: circle;
  padding-left: 1em;
  text-align: left;
}

table .circle li {
  margin-top: 3px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.linksBlock {
  max-width: 1200px;
  margin: 90px auto;
  position: relative;
}

.linksBlock .inner {
  margin: 0;
}

.linksBlock .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.linksBlock .inner ul li {
  display: inline-block;
  margin: 0 1.5%;
  width: 45%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.linksBlock .inner ul li a {
  border: 1px solid #ddd;
  display: block;
  color: #f5fcff;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 100%;
}

.linksBlock .inner ul li a .imgArea {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.linksBlock .inner ul li a .imgArea img {
  height: 100%;
  border: 0;
}

.linksBlock .inner ul li a .imgArea::after {
  display: block;
  position: absolute;
  background-color: #333;
  content: '';
  top: 3.5%;
  left: 2%;
  bottom: 3.5%;
  right: 2%;
  opacity: 0.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.linksBlock .inner ul li a:hover .imgArea::after {
  background-color: rgba(235, 249, 252, 0.938);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.linksBlock .inner ul li a:hover .arrow {
  background-color: #FFF;
  color: #333;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.linksBlock .inner ul li a .txtArea {
  display: block;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 50%;
  min-width: 300px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.linksBlock .inner ul li a .txtArea .en {
  font-size: 16px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1;
}

.linksBlock .inner ul li a .txtArea .jp {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 1;
  margin-top: 10px;
}

.linksBlock .inner ul li a .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  color: #EEEEEE;
  z-index: 3;
  border-radius: 100%;
  border: 1px solid #FFF;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

@media screen and (max-width: 650px) {
  .linksBlock .inner ul {
    width: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0 20px;
    list-style-type: none;
  }
  .linksBlock .inner ul li {
    list-style-type: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 20px 0;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
/*# sourceMappingURL=recruit.css.map */