@charset "UTF-8";
.recruit_mainimage {
  background: url("../images/recruit_mainimage.jpg") no-repeat center left 40%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -7.5rem;
  margin-bottom: 6rem;
  height: 76rem;
}

.recruit_mainimage .inner {
  background: url("../images/recruit_m_circle_sp.png") no-repeat center bottom 15rem;
  -webkit-background-size: 110%;
  -o-background-size: 110%;
  background-size: 110%;
  height: 76rem;
  position: relative;
}

.recruit_mainimage .inner h1 {
  width: 43.8rem;
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  margin: auto;
}

ul.recruit_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}

ul.recruit_point li {
  width: 50%;
  background: url("../images/recruit_dotted.svg") no-repeat, url("../images/recruit_dotted.svg") no-repeat;
  background-position: left center,right center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

ul.recruit_point li:first-child {
  background: url("../images/recruit_dotted.svg") no-repeat left center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

ul.recruit_point li:last-child {
  margin: 3rem auto  0 auto;
}

ul.recruit_point li .icon {
  width: 4.5rem;
  margin: 1rem auto 2rem auto;
}

ul.recruit_point li p {
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  color: #4D4D4D;
  line-height: 1.5;
  margin-bottom: 1rem;
}

p.recruit_intro {
  margin-bottom: 5rem;
}

section.reason h1 {
  width: 46.3rem;
  margin: 0 auto 4rem auto;
}

section.reason .reason_wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

section.reason .reason_wrap .tx {
  background: #64d6f4;
  background: -webkit-linear-gradient(left, #64d6f4 0%, #5590ec 100%);
  background: -webkit-gradient(linear, left top, right top, from(#64d6f4), to(#5590ec));
  background: -o-linear-gradient(left, #64d6f4 0%, #5590ec 100%);
  background: linear-gradient(to right, #64d6f4 0%, #5590ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64d6f4', endColorstr='#5590ec',GradientType=1 );
}

section.reason .reason_wrap .tx .inner {
  padding: 7.5rem;
}

section.reason .reason_wrap .tx .inner .point_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

section.reason .reason_wrap .tx .inner .point {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  margin-right: 2.5rem;
}

section.reason .reason_wrap .tx .inner .point span {
  font-size: 6.8rem;
  font-weight: bold;
  display: block;
}

section.reason .reason_wrap .tx .inner h2 {
  color: #FFF;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
}

section.reason .reason_wrap .tx .inner p {
  color: #FFF;
}

section.reason .reason_wrap .image {
  height: 50rem;
}

section.reason .reason_wrap .image.point01 {
  background: url("../images/recruit_img01.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.reason .reason_wrap .image.point02 {
  background: url("../images/recruit_img02.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.reason .reason_wrap .image.point03 {
  background: url("../images/recruit_img03.jpg") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.h_wrap_default p.en {
  color: #4BAEE6;
}

.voice_wrap {
  margin-bottom: 10rem;
}

.voice_wrap .image {
  width: 40rem;
  margin: 0 auto 4rem auto;
}

.voice_wrap p.job {
  background: #4BAEE6;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 5.5rem;
  width: 23rem;
  margin: 0 auto 3.5rem auto;
  -webkit-border-radius: 2.75rem;
  border-radius: 2.75rem;
}

.voice_wrap h2 {
  color: #4BAEE6;
  font-weight: bold;
  font-size: 3.8rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

section.guideline {
  background: #F8F8F8;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0;
}

section.guideline .inner {
  padding: 7.5rem 7.5rem 15rem 7.5rem;
}

table.style02 {
  width: 100%;
}

table.style02 tr th, table.style02 tr td {
  display: block;
}

table.style02 th {
  background: #B3B3B3;
  color: #fff;
  padding: 1rem 0;
}

table.style02 td {
  padding: 3rem 0 6rem 0;
}

table.style02 ul li {
  position: relative;
  padding-left: 1em;
}

table.style02 ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #4BAEE6;
}

table.style02 dl dt {
  color: #4BAEE6;
  font-weight: bold;
}

.entry {
  width: calc(100% + 7rem);
  margin-left: -3.5rem;
  border-left: 4px solid #64d6f4;
  border-right: 4px solid #5590ec;
  position: relative;
  margin-top: 8rem;
}

.entry .entry_inner {
  padding: 3rem;
  margin-top: 6rem;
}

.entry:before, .entry:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: #64d6f4;
  background: -webkit-linear-gradient(left, #64d6f4 0%, #5590ec 100%);
  background: -webkit-gradient(linear, left top, right top, from(#64d6f4), to(#5590ec));
  background: -o-linear-gradient(left, #64d6f4 0%, #5590ec 100%);
  background: linear-gradient(to right, #64d6f4 0%, #5590ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64d6f4', endColorstr='#5590ec',GradientType=1 );
}

.entry h2 {
  color: #4BAEE6;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  background: #F8F8F8;
  width: 48.5rem;
  font-size: 3.8rem;
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
  margin: auto;
}

.entry .tel a {
  padding-left: 8rem;
  display: block;
  color: #4BAEE6;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  background: url("../images/recruit_tel.svg") no-repeat left center;
  background-size: 6.4rem;
  white-space: nowrap;
}

.entry p {
  font-size: 2.8rem;
  text-align: center;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
  .breadCrumb li {
    color: #FFF;
  }
  .breadCrumb li a {
    color: #FFF;
  }
  .recruit_mainimage {
    background: url("../images/recruit_mainimage.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -45px;
    margin-bottom: 80px;
    height: 650px;
  }
  .recruit_mainimage .inner {
    background: url("../images/recruit_m_circle_pc.png") no-repeat center top -30px;
    -webkit-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    height: 650px;
    position: relative;
  }
  .recruit_mainimage .inner h1 {
    width: 435px;
    position: absolute;
    top: 160px;
    left: -380px;
    right: 0;
    margin: auto;
  }
  ul.recruit_point {
    width: 880px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 80px;
  }
  ul.recruit_point li {
    width: 33.33%;
    background: url("../images/recruit_dotted.svg") no-repeat left center;
  }
  ul.recruit_point li:first-child {
    background: url("../images/recruit_dotted.svg") no-repeat left center;
  }
  ul.recruit_point li:last-child {
    margin: auto;
    background: url("../images/recruit_dotted.svg") no-repeat, url("../images/recruit_dotted.svg") no-repeat;
    background-position: left center,right center;
  }
  ul.recruit_point li .icon {
    font-size: 0;
    width: 40px;
    margin: 10px auto 20px auto;
  }
  ul.recruit_point li p {
    font-size: 26px;
    margin-bottom: 10px;
  }
  p.recruit_intro {
    margin-bottom: 80px;
    text-align: center;
  }
  section.reason h1 {
    width: 383px;
    margin: 0 auto 30px auto;
  }
  section.reason .reason_wrap {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  section.reason .reason_wrap.rev {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  section.reason .reason_wrap.rev .tx .inner {
    margin-left: 0;
    margin-right: auto;
  }
  section.reason .reason_wrap .tx {
    width: 50%;
  }
  section.reason .reason_wrap .tx .inner {
    padding: 60px;
    width: 560px;
    margin-left: auto;
  }
  section.reason .reason_wrap .tx .inner .point_wrap {
    margin-bottom: 20px;
  }
  section.reason .reason_wrap .tx .inner .point {
    font-size: 17px;
    margin-right: 20px;
  }
  section.reason .reason_wrap .tx .inner .point span {
    font-size: 50px;
  }
  section.reason .reason_wrap .tx .inner h2 {
    font-size: 30px;
  }
  section.reason .reason_wrap .image {
    width: 50%;
    height: auto;
  }
  .voice_wrap {
    max-width: 940px;
    margin: 0 auto 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .voice_wrap.rev {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .voice_wrap.rev .image {
    margin: 0 0 0 60px;
  }
  .voice_wrap .image {
    width: 401px;
    margin: 0 60px 0 0;
  }
  .voice_wrap .tx {
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .voice_wrap p.job {
    font-size: 16px;
    line-height: 35px;
    width: 115px;
    margin: 0 0 20px 0;
    -webkit-border-radius: 18px;
    border-radius: 18px;
  }
  .voice_wrap h2 {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  section.guideline .inner {
    width: 940px;
    margin: 0 auto;
    padding: 60px 0 150px 0;
  }
  table.style02 {
    border-top: #CCC 2px solid;
    border-bottom: #CCC 2px solid;
  }
  table.style02 tr {
    border-bottom: 1px solid #ccc;
  }
  table.style02 tr th, table.style02 tr td {
    display: table-cell;
    font-size: 18px;
  }
  table.style02 th {
    background: #F0F0F0;
    color: #333;
    padding: 20px 30px;
    text-align: left;
  }
  table.style02 td {
    padding: 20px 30px;
    background: #fff;
  }
  table.style02 ul li {
    position: relative;
    padding-left: 1em;
  }
  table.style02 ul li:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    color: #4BAEE6;
  }
  .entry {
    width: 660px;
    margin: 100px auto 0 auto;
  }
  .entry .entry_inner {
    padding: 30px;
    margin-top: 10px;
  }
  .entry:before, .entry:after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: #64d6f4;
    background: -webkit-linear-gradient(left, #64d6f4 0%, #5590ec 100%);
    background: -webkit-gradient(linear, left top, right top, from(#64d6f4), to(#5590ec));
    background: -o-linear-gradient(left, #64d6f4 0%, #5590ec 100%);
    background: linear-gradient(to right, #64d6f4 0%, #5590ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64d6f4', endColorstr='#5590ec',GradientType=1 );
  }
  .entry h2 {
    width: 490px;
    font-size: 26px;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .entry .tel {
    text-align: center;
  }
  .entry .tel a {
    padding-left: 55px;
    font-size: 55px;
    background: url("../images/recruit_tel.svg") no-repeat left 100px center;
    background-size: 42px;
    white-space: nowrap;
  }
  .entry p {
    font-size: 16px;
    text-align: center;
    text-indent: 40px;
  }
}
