html {
  font-size: 22px;
}

.for_sp {
  display: none;
}

.inner {
  width: 1800px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 35px;
}
.inner > .wfit {
  margin-left: -35px;
  margin-right: -35px;
}

#container {
  min-width: 1900px;
}

#header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
#gnav a {
  text-decoration: none;
  color: inherit;
}
#gnav .area > * {
  margin: 0;
}
#gnav .area .txt {
  font-size: 18px;
  line-height: 25px;
}
#gnav .area .lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
#gnav .area .lst li:not(:last-child) {
  margin-right: 30px;
  position: relative;
}
#gnav .area .lst li:not(:last-child)::after {
  content: "";
  position: absolute;
  content: "/";
  right: -20px;
  top: 0;
}

#footer {
  padding: 10px 0 20px;
}
#footer .wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}

#gototop {
  bottom: 70px;
}

#bottom_nav {
  width: 100%;
  min-width: 1900px;
}
#bottom_nav .tabs .tab {
  width: 440px;
}
#bottom_nav .con {
  background-image: url(../img/bg_top_group_pc.png);
  padding: 50px 50px;
}

:root {
  --boxclip-padding:2px;
  --boxclip-scoop-corner:20px;
  --boxclip-mound-height:150px;
}

#visual .wrp_lnkbtn {
  bottom: 90px;
  left: 230px;
}

#top_srch {
  background-image: url(../img/bg_top_srch_pc.png);
}

.wrp_dv_shp {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
}
.wrp_dv_shp .dv {
  width: calc((100% - 80px) / 3);
}

#search {
  background: url(../img/bg_top_group_pc.png) center top repeat-y;
}

#top_group {
  background: url(../img/bg_group_p.png) right -50px top no-repeat, url(../img/bg_top_group_pc.png) center top repeat-y;
  background-size: 650px, 100%;
}

#wrp_map {
  background-image: url(../img/bg_top_voice_pc.png);
  padding-bottom: 80px;
}
#wrp_map .wrp_txt {
  width: 580px;
  right: 100px;
  bottom: 40px;
  position: absolute;
}

#map_kanto {
  margin-left: 100px;
}

#top_voice {
  background: url(../img/bg_voice_p.png) left top 50px no-repeat, url(../img/bg_top_voice_pc.png) center top repeat-y;
  background-size: 450px, 100%;
}
#top_voice .box_inner {
  padding: 50px 70px;
}
#top_voice .box_inner img {
  bottom: 0;
}
#top_voice .wrp_box .box_skew:nth-child(odd) .box_inner {
  padding-left: 500px;
}
#top_voice .wrp_box .box_skew:nth-child(odd) .box_inner img {
  left: 0;
}
#top_voice .wrp_box .box_skew:nth-child(even) .box_inner {
  padding-right: 500px;
}
#top_voice .wrp_box .box_skew:nth-child(even) .box_inner img {
  right: 0;
}

#top_strongpoint {
  background-image: url(../img/bg_top_strongpoint_pc.png);
}
#top_strongpoint .wrp_box_scoop .boxclip_inner {
  padding-left: 250px;
}
#top_strongpoint .wrp_box_scoop::before {
  width: 400px;
  height: 200px;
  left: -30px;
  top: 110px;
}

#top_qa {
  background: url(../img/bg_qa_p.png) right top 50px no-repeat, url(../img/bg_top_qa_pc.png) center top repeat-y;
  background-size: 600px, 100%;
}
#top_qa .dv_a {
  margin-left: 50px;
}

#top_safety {
  background-image: url(../img/bg_top_safety_pc.png);
}
#top_safety .wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top_safety .dv {
  width: 540px;
  height: 540px;
}
#top_safety .dv .hdr {
  font-size: 40px;
  line-height: 100px;
}
#top_safety .dv .hdr .big {
  font-size: 80px;
}
#top_safety .dv .txt {
  padding-top: 25px;
  font-size: 27px;
  line-height: 40px;
}

#top_recruit {
  background-image: url(../img/bg_top_recruit_pc.png);
}