@charset "UTF-8";


main {
  width: 100%;
  overflow: hidden
}

section.special_visual {
  position: relative
}

section.special_visual .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center
}

@media only screen and (max-width:768px) {
  section.special_visual .title {
    position: static;
    -webkit-transform: none;
    transform: none;
    color: #000;
    padding: 2rem 0
  }
}

section.special_visual .title p.en {
  color: #cc0012;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 2rem 0
}

@media only screen and (max-width:768px) {
  section.special_visual .title p.en {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1rem 0
  }
}

section.special_visual .title h1 {
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 2rem 0;
  font-size: 36px;
  font-size: 3.6rem
}

@media only screen and (max-width:768px) {
  section.special_visual .title h1 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
    line-height: 1.6
  }
}

section.special_visual .title .lead {
  width: 640px;
  line-height: 2
}

@media only screen and (max-width:768px) {
  section.special_visual .title .lead {
    width: 100%;
    text-align: left;
    padding: 0 7%;
    line-height: 1.75
  }

  section.special_visual .title .lead br {
    display: none
  }
}

section.special01 {
  margin: 0 0 10rem 0
}

@media only screen and (max-width:768px) {
  section.special01 {
    margin: 0 0 3rem 0
  }
}

section.special01.first {
  padding: 10rem 0;
  position: relative
}

@media only screen and (max-width:768px) {
  section.special01.first {
    padding: 3rem 0 0 0
  }
}

section.special01 .bgb {
  display: block;
  position: absolute;
  width: 100%;
  height: 55%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #cc0012
}

section.special01 .bgb02 {
  display: block;
  position: absolute;
  width: 150%;
  height: 150%;
  top: 20%;
  left: -50%;
  content: "";
  z-index: -1;
  background: #cc0012;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg)
}

@media only screen and (max-width:768px) {
  section.special01 .bgb02 {
    width: 200%;
    top: 30%;
    height: 100%
  }
}

section.special01 .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%
}

section.special01 .special_nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width:768px) {
  section.special01 .special_nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

section.special01 .special_nav ul li {
  width: 24%
}

@media only screen and (max-width:768px) {
  section.special01 .special_nav ul li {
    width: 49%;
    margin: 0 0 1rem 0
  }
}

section.special01 .special_nav ul li a {
  display: block;
  background: #000;
  transition: all .3s ease;
  color: #fff;
  font-weight: 700;
  padding: 2rem 0;
  text-align: center;
  position: relative
}

@media only screen and (max-width:768px) {
  section.special01 .special_nav ul li a {
    font-size: 12px;
    font-size: 1.2rem
  }
}

section.special01 .special_nav ul li a:after {
  position: absolute;
  font-family: ionIcons;
  top: 50%;
  right: 1rem;
  margin-top: -.5em;
  line-height: 1;
  content: "\f123";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all .3s;
  color: #fff
}

@media only screen and (max-width:768px) {
  section.special01 .special_nav ul li a:after {
    font-size: 10px;
    font-size: 1rem;
    right: .5rem
  }
}

section.special01 .special_nav ul li a:hover {
  background: #333
}

section.cont .inner {
  position: relative
}

section.cont .en_title {
  position: absolute;
  top: 10rem;
  left: 0;
  font-weight: 700;
  font-size: 70px;
  font-size: 7rem;
  color: #fafafa;
  white-space: nowrap
}

@media only screen and (max-width:768px) {
  section.cont .en_title {
    z-index: -100
  }
}

section.cont .title {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
  padding: 2rem 1rem;
  background: #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 7rem 0;
  background: #333;
  color: #fff
}

@media only screen and (max-width:768px) {
  section.cont .title {
    margin: 0 0 2rem 0;
    font-size: 16px;
    font-size: 1.6rem
  }
}

section.cont .title h2 span {
  display: inline-block;
  position: relative
}

section.cont .title h2 span:before {
  width: 100%;
  height: 8px;
  background: #cc0012;
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.spcial01_cont.center_flex {
  width: 700px;
  margin: auto
}

@media only screen and (max-width:768px) {
  .spcial01_cont.center_flex {
    width: 100%
  }
}

.spcial01_cont.center_flex h3 {
  text-align: center
}

@media only screen and (max-width:768px) {
  .spcial01_cont.center_flex h3 {
    text-align: left
  }
}

.spcial01_cont.center_flex .txt_block {
  margin: 0 0 5rem 0
}

@media only screen and (max-width:768px) {
  .spcial01_cont.center_flex .txt_block {
    margin: 0 0 3rem 0
  }
}

.spcial01_cont .txt_block.center {
  width: 700px;
  margin: 0 auto 5rem auto
}

@media only screen and (max-width:768px) {
  .spcial01_cont .txt_block.center {
    width: 100%;
    margin: 0 0 2rem 0
  }
}

.spcial01_cont .txt_block.center h3 {
  text-align: center
}

.spcial01_cont .txt_block h3 {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 0 2rem 0;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #555
}

@media only screen and (max-width:768px) {
  .spcial01_cont .txt_block h3 {
    font-size: 24px;
    font-size: 2.4rem
  }

  .spcial01_cont .txt_block h3 br {
    display: none
  }
}

.spcial01_cont .zu01 {
  width: 800px;
  margin: auto
}

@media only screen and (max-width:768px) {
  .spcial01_cont .zu01 {
    width: 100%
  }
}

.spcial01_cont.cflex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5%
}

@media only screen and (max-width:768px) {
  .spcial01_cont.cflex {
    display: block
  }
}

.spcial01_cont.cflex.mb50 {
  margin: 0 0 5rem 0
}

.spcial01_cont.cflex.rv {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.spcial01_cont.cflex .txt_block {
  width: 50%
}

@media only screen and (max-width:768px) {
  .spcial01_cont.cflex .txt_block {
    width: 100%
  }
}

.spcial01_cont.cflex .zu02 {
  width: 40%
}

@media only screen and (max-width:768px) {
  .spcial01_cont.cflex .zu02 {
    width: 70%;
    margin: auto;
    padding: 3rem 0 0 0
  }

  .spcial01_cont.cflex .zu02.wide {
    width: 100%
  }
}

.work_flow_box {
  background: #eee;
  margin: 10rem 0 -4rem 0;
  padding: 0 0 8rem 0
}

@media only screen and (max-width:768px) {
  .work_flow_box {
    padding: 0 0 3rem 0
  }
}

.work_flow_box .titlee {
  text-align: center;
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem)
}

.work_flow_box .titlee .in {
  display: inline-block;
  background: #cc0012;
  color: #fff;
  padding: 1rem
}

.work_flow_box .work_flow_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 5rem 0
}

@media only screen and (max-width:768px) {
  .work_flow_box .work_flow_flex {
    display: block;
    margin: 0 0 2rem 0
  }
}

.work_flow_box .work_flow_flex .box {
  width: 23%;
  position: relative
}

@media only screen and (max-width:768px) {
  .work_flow_box .work_flow_flex .box {
    width: 100%
  }
}

.work_flow_box .work_flow_flex .box:last-child:after {
  display: none
}

.work_flow_box .work_flow_flex .box:after {
  position: absolute;
  font-family: ionIcons;
  top: 50%;
  right: -1rem;
  margin-top: -.5em;
  line-height: 1;
  content: "\f125";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all .3s;
  color: #cc0012
}

@media only screen and (max-width:768px) {
  .work_flow_box .work_flow_flex .box:after {
    top: 100%;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg)
  }
}

.work_flow_box .work_flow_flex .box .icon {
  width: 50%;
  margin: auto
}

.work_flow_box .work_flow_flex .box .step {
  background: #333;
  color: #fff;
  margin: 0 0 2rem 0;
  text-align: center
}

.work_flow_box .work_flow_flex .box h5 {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 2rem 0
}

.special02 {
  position: relative
}

.special02 .bgb {
  display: block;
  position: absolute;
  width: 100%;
  height: 45%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #555
}

.special02 .bgb02 {
  display: block;
  position: absolute;
  width: 150%;
  height: 70%;
  top: 00%;
  left: -20%;
  content: "";
  z-index: -1;
  background: #555;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg)
}

@media only screen and (max-width:768px) {
  .special02 .bgb02 {
    top: 20%;
    left: -70%;
    width: 200%
  }
}

.special02 .inner {
  padding: 6%
}

.key_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1050px
}

@media only screen and (max-width:768px) {
  .key_flex {
    min-width: 0
  }
}

.key_flex .box {
  width: 30%;
  border: 5px solid #fff;
  padding: 10rem 5rem;
  margin: 0 1.5%;
  background: #fff;
  position: relative;
  margin: 0 1.5% 5rem 1.5%;
  transition: all .3s ease
}

@media only screen and (max-width:768px) {
  .key_flex .box {
    width: 100%;
    margin: 0 0 4rem 0
  }
}

.key_flex .box .bgb {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 3
}

.key_flex .box .bgb:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  background: rgba(0, 0, 0, .4)
}

.key_flex .box.box01 .bgb {
  background: url(/recruit/img/special02/key01.jpg) no-repeat 0 0;
  background-size: cover
}

.key_flex .box.box02 .bgb {
  background: url(/recruit/img/special02/key02.jpg) no-repeat 0 0;
  background-size: cover
}

.key_flex .box.box03 .bgb {
  background: url(/recruit/img/special02/key03.jpg) no-repeat 0 0;
  background-size: cover
}

.key_flex .box.box04 .bgb {
  background: url(/recruit/img/special02/key04.jpg) no-repeat 0 0;
  background-size: cover
}

.key_flex .box.box05 .bgb {
  background: url(/recruit/img/special02/key05.jpg) no-repeat 0 0;
  background-size: cover
}

.key_flex .box.box06 .bgb {
  background: url(/recruit/img/special02/key06.jpg) no-repeat 0 0;
  background-size: cover
}

.key_flex .box.is-others {
  -webkit-filter: blur(2px);
  filter: blur(2px)
}

.key_flex .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999
}

.key_flex .box:before {
  position: absolute;
  font-family: ionIcons;
  bottom: 1rem;
  right: 1rem;
  line-height: 1;
  content: "\f218";
  font-size: 20px;
  font-size: 2rem;
  z-index: 999;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: all .3s;
  color: #fff
}

.key_flex .box:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #cc0012 transparent;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  z-index: 10
}

.key_flex .box .sugo {
  position: absolute;
  top: -2.2rem;
  left: -3rem;
  z-index: 10
}

.key_flex .box .sugo p {
  display: inline-block;
  background: #cc0012;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 1rem 2rem
}

.key_flex .box .txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10
}

.key_flex .box .txt h3 {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  white-space: nowrap;
  line-height: 1.5;
  text-align: center;
  color: #fff
}

@media only screen and (max-width:768px) {
  .key_flex .box .txt h3 {
    font-size: 28px;
    font-size: 2.8rem
  }
}

.key_flex .box .txt h3.one {
  padding: 2rem 0 0 0
}

.key_flex .box .txt h3 span {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem
}

@media only screen and (max-width:768px) {
  .key_flex .box .txt h3 span {
    font-size: 28px;
    font-size: 2.8rem
  }
}

.key_flex .box:hover {
  border: 5px solid #cc0012;
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.key_flex .box:hover .bgb:after {
  background: rgba(0, 0, 0, .5)
}

#keyword {
  max-width: 1100px;
  margin: auto;
  position: relative;
  min-height: 1400px;
  top: 5rem;
  padding: 0 5rem
}

#keyword:after {
  content: "";
  display: table;
  clear: both
}

@media only screen and (max-width:768px) {
  #keyword {
    padding: 0
  }
}

#keyword .box01 {
  left: 0;
  top: 0
}

#keyword .box_learn {
  left: 300px
}

@media only screen and (max-width:768px) {
  #keyword .box_learn {
    display: none
  }
}

#keyword .box02 {
  right: 0;
  top: 0
}

#keyword .box03 {
  left: 35%;
  top: 220px
}

#keyword .box04 {
  left: 0;
  top: 440px
}

#keyword .box05 {
  right: 0;
  top: 340px
}

@media only screen and (max-width:768px) {
  #keyword .box05 .image_sp img {
    position: relative;
    top: -5rem;
    z-index: -1
  }
}

#keyword .box06 {
  left: 30%;
  top: 500px
}

#keyword .box07 {
  right: 0;
  top: 800px
}

#keyword .box08 {
  left: 15%;
  top: 860px
}

@media only screen and (max-width:768px) {
  #keyword {
    width: 100%;
    min-height: 0;
    top: 0;
    padding: 5rem 2rem
  }
}

#keyword .box {
  position: absolute;
  padding: 4rem 0 0 0
}

@media only screen and (max-width:768px) {
  #keyword .box {
    position: relative;
    top: 0 !important;
    left: 0 !important
  }
}

@media only screen and (max-width:768px) {
  #keyword .box .image {
    display: none
  }
}

#keyword .box .image_sp {
  display: none
}

@media only screen and (max-width:768px) {
  #keyword .box .image_sp {
    display: block;
    overflow: hidden;
    height: 40vw
  }

  #keyword .box .image_sp img {
    width: 100%
  }
}

#keyword .box .num {
  position: absolute;
  top: 0;
  left: 0
}

@media only screen and (max-width:768px) {
  #keyword .box .num {
    top: 1rem
  }
}

#keyword .box .key {
  background: #b30010;
  color: #fff;
  font-family:"秀英角ゴシック銀 B{pm}",
  sans-serif;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  padding: .5rem 2rem;
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  line-height: 1.1;
  bottom: 4rem;
  right: -1rem
}

@media only screen and (max-width:768px) {
  #keyword .box .key {
    right: 0;
    bottom: 2rem;
    font-size: 16px;
    font-size: 1.6rem
  }
}

#keyword .box .readmore {
  position: relative;
  top: -2rem;
  right: -1rem;
  text-align: right
}

@media only screen and (max-width:768px) {
  #keyword .box .readmore {
    right: 0;
    top: 0
  }
}

#keyword .box .readmore span {
  background: #b30010;
  color: #fff;
  border-radius: 30px;
  padding: 0 1rem
}

#keyword .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999
}

#cboxOverlay {
  background: #fff !important
}

#cboxContent {
  overflow: hidden;
  padding: 5rem
}

@media only screen and (max-width:768px) {
  #cboxContent {
    padding: 5rem 2rem
  }
}

#cboxNext,
#cboxPrevious {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 50%;
  margin-top: -2.5rem;
  right: 2rem;
  background: 0 0;
  outline: 0;
  border: none;
  background: #fff;
  border-radius: 5rem;
  border: 1px solid #cc0012
}

@media only screen and (max-width:768px) {

  #cboxNext,
  #cboxPrevious {
    right: 0
  }
}

#cboxNext:after,
#cboxPrevious:after {
  color: #cc0012;
  outline: 0;
  position: absolute;
  font-family: ionIcons;
  top: 50%;
  right: 50%;
  margin-top: -.5em;
  margin-right: -.3em;
  line-height: 1.2;
  content: "\f125";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
  text-align: center;
  border-radius: 30px
}

#cboxPrevious {
  position: static;
  position: absolute;
  top: 50%;
  left: 2rem
}

@media only screen and (max-width:768px) {
  #cboxPrevious {
    left: 0
  }
}

#cboxPrevious:after {
  content: "\f124"
}

#cboxNext:hover,
#cboxPrevious:hover {
  background: #cc0012
}

#cboxNext:hover:after,
#cboxPrevious:hover:after {
  color: #fff
}

#cboxClose {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 3rem;
  right: 3rem;
  background: 0 0;
  outline: 0;
  border: none;
  background: #fff;
  border-radius: 5rem;
  border: 1px solid #cc0012
}

@media only screen and (max-width:768px) {
  #cboxClose {
    top: 2rem;
    right: 1rem
  }
}

#cboxClose:after {
  color: #cc0012;
  outline: 0;
  position: absolute;
  font-family: ionIcons;
  top: 50%;
  right: 50%;
  margin-top: -.5em;
  margin-right: -.3em;
  line-height: 1.2;
  content: "\f129";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
  text-align: center;
  border-radius: 30px
}

#cboxCurrent {
  color: #cc0012 !important;
  font-weight: 700
}

#cboxClose:hover {
  background: #cc0012
}

#cboxClose:hover:after {
  color: #fff
}

.keycont {
  min-width: 600px;
  max-width: 850px !important;
  padding: 3rem;
  margin: auto
}

.keycont:after {
  content: "";
  display: table;
  clear: both
}

@media only screen and (max-width:768px) {
  .keycont {
    min-width: 0 !important;
    max-width: 320px !important
  }
}

@media only screen and (max-width:320px) {
  .keycont {
    max-width: 280px !important
  }
}

.keycont .num {
  padding: 0 1rem;
  display: inline-block;
  background: #cc0012;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem
}

.keycont .bottom_image {
  width: 80%;
  margin: 2rem auto
}

@media only screen and (max-width:768px) {
  .keycont .bottom_image {
    width: 100%
  }
}

.keycont .bottom_image img {
  width: 100%
}

.keycont h2 {
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  color: #333;
  margin-bottom: 2rem;
  line-height: 1.5
}

@media only screen and (max-width:768px) {
  .keycont h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1rem
  }
}

.keycont .key_left {
  padding: 0 2rem;
  width: 50%;
  float: left
}

@media only screen and (max-width:768px) {
  .keycont .key_left {
    width: 100%;
    float: none;
    padding: 0
  }
}

.keycont .key_left img {
  width: 100%
}

.keycont .key_right {
  width: 50%;
  float: right;
  padding: 0 3rem 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6
}

@media only screen and (max-width:768px) {
  .keycont .key_right {
    width: 100%;
    float: none;
    padding: 0 0 3rem 0
  }
}

.keycont a {
  padding: 1rem 3rem;
  border-radius: 3px;
  margin: 2rem 0 0 0;
  text-align: center;
  display: block;
  color: #cc0012;
  border: 1px solid #cc0012
}

.keycont a:hover {
  background: #cc0012;
  color: #fff
}

body.npc #keyword .box:hover .key {
  background: #fff;
  color: #cc0012
}

body.npc #keyword .box:hover .readmore span {
  background: #fff;
  color: #b30010
}