@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
}

.pc {display: block;}
.sp {display: none;}

#anchor1,
#anchor2,
#anchor3,
#anchor4,
#anchor5 {
  margin-top: -71px;
  padding-top: 71px;
}

#wrapper {
  padding-top: 71px;
}

body::before {
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100vw;
    height:100vh;
    background:url("../images/cont03_back.png") no-repeat;
    -webkit-background-size:cover;
    background-size:cover;
    content:"";
}

.header_box {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 30px);
  padding: 0 0 0 30px;
  background: #fff;
  z-index: 8000;
}
.header_box_right ul {
  display: flex;
  justify-content: space-between;
  width: 752px;
  list-style: none;
}
.header_box_right ul li {
  position: relative;
  padding: 22px 25px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  opacity: 1;
  transition: 0.2s;
}
.header_box_right ul li:hover {
  opacity: 0.5;
}
.header_box_right ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header_btn {
  background: #FBCB32;
}

.cont01 {
  position: relative;
  width: 100%;
  height: 750px;
  background: url(../images/top_img.jpg);
  background-position: center;
}
.top_title {
  position: absolute;
  right: 70px;
  bottom: 70px;
  width: 590px;
}
.top_title p:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 120px;
  font-size: 81px;
  color: #fff;
  font-family: 'Lobster', cursive;
}
.top_title p:nth-child(2) {
  position: absolute;
  top: 110px;
  left: 120px;
  font-size: 20px;
  letter-spacing: 3.5px;
  color: #fff;
}

.cont_box {
  position: relative;
  width: 960px;
  margin: auto;
}

.cont02 {
  padding: 200px 0;
  background: url(../images/cont02_back.png) #fff !important;
  background-repeat: no-repeat !important;
  background-position: center 100px !important;
}

.cont02_top {
  display: flex;
}
.cont02_top_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 246px;
  text-align: center;
  border: 4px solid #000;
  background: #fff;
}
.cont02_top_left p:nth-child(1) {
  font-size: 33px;
  letter-spacing: 5px;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
}
.cont02_top_left p:nth-child(2) {
  font-size: 15px;
  letter-spacing: 3px;
}
.cont02_top_right {
  margin-left: 50px;
  font-size: 75px;
  line-height: 91px;
  font-weight: 800;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

.cont02_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
.cont02_bottom_left {
  width: 520px;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 3px;
  font-weight: 700;
  text-align: justify;
}

.cont03 {
  padding: 120px 0;
}

.area_seach {
  padding-bottom: 100px;
}

.cont_title {
  position: relative;
  width: 370px;
  margin: auto;
  padding: 15px 0;
  background: #fff;
  text-align: center;
  border: 4px solid #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  z-index: 100;
}
.cont_title hr {
  margin: 15px 0;
  border: 0;
  border-top: 2px solid #000;
}
.cont_title p:nth-child(1) {
  font-size: 33px;
  line-height: 41px;
  letter-spacing: 8px;
  font-weight: 800;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
.cont_title p:nth-child(3) {
  font-size: 15px;
  letter-spacing: 2px;
  color: #000;
}

.map {
  position: relative;
  top: -45px;
  width: 960px;
  margin: auto;
  z-index: 50;
}
.map a {
  position: absolute;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  opacity: 1;
  transition: 0.2s;
}
.map a:hover {
  opacity: 0.3;
}
.map p {
  position: absolute;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.tokyo {top: 383px;left: 215px;}
.kanagawa {top: 527px;left: 215px;}
.saitama {top: 322px;left: 215px;}
.gumma {top: 233px;left: 215px;}
.tochigi {top: 143px;left: 535px;}
.ibaraki {top: 293px;left: 685px;}
.chiba {top: 452px;left: 598px;}

.cont_btn {
  position: relative;
}
.cont_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.map_btn {
  position: relative;
  width: 310px;
  margin: -90px auto 0;
  padding: 30px 0;
  background: #000;
  text-align: center;
  transition: 0.2s;
  z-index: 100;
}
.map_btn:hover {
  background: #666;
}
.map_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 21px;
  height: 19px;
  background: url(../images/icon_link.png);
  transform: translateY(-50%);
}
.map_btn p {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
}

.cont_slider {
  position: relative;
  width: 960px;
  margin: 150px auto 0;
  background: #fff;
}

.slider_header {
  position: absolute;
  top: -88px;
  font-size: 82px;
  letter-spacing: 3.7px;
  font-weight: 800;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  opacity: 0.57;
}
.slider_title {
  position: absolute;
  top: -25px;
  left: 50%;
  display: inline;
  padding: 3px 10px 5px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #fff;
  background: #000;
  transform: translateX(-50%);
}

.cont_slider ul li {
  display: flex !important;
}

.slider_left {
  position: relative;
  width: 460px;
}
.slider_img {
  position: absolute;
  left: 10%;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 50;
}
.slider_img.full_time {
  left: 0;
}
.step {
  position: absolute;
  top: 25px;
  left: 33px;
  z-index: 10;
}

.slider_right {
  position: relative;
  display: flex;
  align-items: center;
  width: 460px;
  height: 528px;
}
.slider_right_inner {
  width: 360px;
}
.slider_main_title {
  font-size: 22px;
  letter-spacing: 0.18em;
  font-weight: 900;
}
.slider_right_inner hr {
  margin: 20px 0;
  border: 0;
  border-top: 2px solid #000;
}
.slider_main_text {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #000;
}
.slider_box {
  margin-top: 30px;
  border: 3px solid #000;
}
.slider_box_title {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 10px;
  font-size: 23px;
  letter-spacing: 0.18em;
  font-weight: 800;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
.slider_box_title span {
  margin-left: 10px;
  font-size: 14px;
  letter-spacing: 0.18em;
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
}
.slider_box hr {
  margin: 0;
}
.slider_box ul {
  padding: 15px 0 15px 45px;
}
.slider_box ul li {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.slider_box ul li:before {
  content: "★";
  position: absolute;
  left: -1.2em;
  color: #FBCB32;
  margin-right: 5px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
}
.prev-arrow{
  top: 230px;
  left: -10px;
  z-index: 500;
  cursor: pointer;
}
.next-arrow{
  top: 230px;
  right: -10px;
  z-index: 500;
  cursor: pointer;
}

.job_btn {
  position: relative;
  width: 310px;
  margin: 100px auto 0;
  background: #000;
  text-align: center;
  transition: 0.2s;
}
.job_btn:hover {
  background: #666;
}
.job_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 12px;
  background: url(../images/icon_job_arrow.png);
  transform: translateY(-50%);
}
.job_btn p {
  padding: 25px 0;
  font-size: 16px;
  letter-spacing: 0.18em;
  color: #fff;
}

.cont04 {
  padding: 100px 0;
  background: #fff;
}

.cont04_box {
  width: 960px;
  height: 396px;
  margin: 80px auto 0;
}
.cont04_box.box1 {
  background: url(../images/cont04_back1.jpg);
  background-size: cover;
}
.cont04_box.box2 {
  background: url(../images/cont04_back2.jpg);
  background-size: cover;
}

.cont04_link_box {
  position: relative;
  right: 40px;
  width: 370px;
  margin: -135px 0 0 auto;
  padding: 15px 0 60px;
  background: #fff;
  text-align: center;
  border: 4px solid #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  z-index: 100;
}
.cont04_link_box.inta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  margin: auto;
  padding: 15px 0;
}

.cont04_link_box hr {
  margin: 15px 0;
  border: 0;
  border-top: 2px solid #000;
}
.cont04_link_box p:nth-child(1) {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.cont04_link_box p:nth-child(3) {
  padding: 0 35px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.18em;
  text-align: center;
}

.cont04_link_box_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  opacity: 1;
  transition: 0.2s;
}
.cont04_link_box_btn:hover {
  opacity: 0.4;
}
.cont04_link_box_btn_inner {
  display: flex;
}
.cont04_link_box_btn_inner p {
  font-size: 15px !important;
  letter-spacing: 0.18em !important;
  font-weight: 800 !important;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
.cont04_link_box_btn_inner div {
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.cont05 {
  padding: 110px 0;
  background: #F3F3F3;
}

.cont05_text {
  margin: 60px 0 100px;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0.18em;
  text-align: center;
}

.cont05_inner ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.cont05_inner ul li {
  width: 280px;
}
.cont05_inner ul li p:nth-child(2) {
  margin-top: 15px;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
.cont05_inner hr {
  margin: 20px 0;
  border: 0;
  border-top: 2px solid #000;
}
.cont05_inner ul li p:nth-child(4) {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: justify;
}

.cont06 {
  padding: 110px 0 350px;
}
.cont06_text {
  margin: 55px 0 80px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-align: center;
}

.cont06_box {
  position: relative;
  width: 860px;
  height: 495px;
  margin: 60px auto 0;
  background: url(../images/flow_pc.png);
}
.cont06_box p {
  position: absolute;
}
.cont06_title {
  font-size: 22px;
  letter-spacing: 0.18em;
  font-weight: 800;
}
.cont06_headline {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 800;
}
.cont06_bodytext {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-align: justify;
}

.cont06_text2 {top: 22px;left: 578px;}
.cont06_text3 {top: 40px;left: 226px;}
.cont06_text4 {top: 80px;left: 226px;}
.cont06_text5 {top: 207px;left: 226px;}
.cont06_text6 {top: 243px;left: 226px;width: 555px;}
.cont06_text9 {top: 382px;left: 226px;}
.cont06_text10 {top: 426px;left: 226px;}

.cont07 {
  position: relative;
  padding: 350px 0 100px;
  background: #000;
}
.cont07 iframe {
  position: absolute;
  top: -240px;
  left: 0;
  right: 0;
  width: 1366px;
  height: 500px;
  margin: auto;
  text-align: center;
}

.cont07 iframe,
.cont07 object,
.cont07 embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.cont07 iframe:hover,
.cont07 object:hover,
.cont07 embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.footer_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 721px;
  margin: auto;
}

.footer_box_right_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 533px;
}
.footer_box_right_top p {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #fff;
}
.footer_btn {
  position: relative;
  padding: 12px 50px 12px 12px;
  background: #fff;
  opacity: 1;
  transition: 0.2s;
}
.footer_btn:hover {
  opacity: 0.7;
}
.footer_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 7px;
  background: url(../images/icon_job_arrow2.png);
  transform: translateY(-50%);
}
.footer_btn p {
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
}
.footer_box_right_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.address {
  display: inline-block;
  padding: 5px 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #fff;
}
.footer_box_right_bottom p {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
}

.footer {
  padding: 25px 0 30px;
  text-align: center;
  background: #000;
  border-top: 1px solid #949494;
}
.footer p {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #949494;
}

.cont08 {
  padding: 60px 0 150px;
  background: #f2f2f2;
}

.inta_box {
  width: 960px;
  margin: 50px auto 0;
  background: #fff;
}
.inta_spacemt170 {
  margin-top: 170px;
}
.inta_q {
  padding: 17px 0;
  font-size: 22px;
  letter-spacing: 0.18em;
  font-weight: 900;
  text-align: center;
  border-bottom: 2px solid #000;
}

.inta_box_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 90px;
}
.inta_box_inner_left {
  text-align: center;
}
.inta_box_inner_left p {
  margin-top: 20px;
  font-size: 17px;
  letter-spacing: 0.18em;
  font-weight: 900;
}
.inta_box_inner_right {
  position: relative;
  width: 490px;
}
.inta_box_inner_right div {
  position: relative;
  top: -10px;;
}
.inta_box_inner_right p:nth-child(1) {
  font-size: 20px;
  font-size: 17px;
  letter-spacing: 0.18em;
  font-weight: 900;
}
.inta_box_inner_right p:nth-child(3) {
  margin-top: 15px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: justify;
}

.cont09 {
  padding: 30px 0;
  background: #fff;
}
.job_btn.inta {
  position: relative;
  top: -70px;
  margin: 0 auto;
}

.inta_footer {
  padding: 25px 0 30px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #949494;
}
.inta_footer p {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #949494;
}
