@charset "UTF-8";
/* --------------------

Introduction

-------------------- */
/* --------------------

宝印刷が提供しているものとは？

-------------------- */
.about .content {
  position: relative;
  padding-top: 191px;
  padding-bottom: 200px;
  background: url(/recruitsite/img/introduction/about/bg1.svg), -webkit-gradient(linear, left top, left bottom, from(rgb(118, 208, 243)), color-stop(20%, rgb(203, 233, 245)), color-stop(65%, rgb(255, 255, 255)), to(rgb(215, 242, 254)));
  background: url(/recruitsite/img/introduction/about/bg1.svg), -webkit-linear-gradient(top, rgb(118, 208, 243) 0%, rgb(203, 233, 245) 20%, rgb(255, 255, 255) 65%, rgb(215, 242, 254) 100%);
  background: url(/recruitsite/img/introduction/about/bg1.svg), linear-gradient(180deg, rgb(118, 208, 243) 0%, rgb(203, 233, 245) 20%, rgb(255, 255, 255) 65%, rgb(215, 242, 254) 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, center;
  background-size: cover, cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about .content {
    padding-top: 85px;
    padding-bottom: 70px;
    background: url(/recruitsite/img/introduction/about/bg1_sp.svg), -webkit-gradient(linear, left top, left bottom, from(rgb(118, 208, 243)), color-stop(20%, rgb(203, 233, 245)), color-stop(65%, rgb(255, 255, 255)), to(rgb(215, 242, 254)));
    background: url(/recruitsite/img/introduction/about/bg1_sp.svg), -webkit-linear-gradient(top, rgb(118, 208, 243) 0%, rgb(203, 233, 245) 20%, rgb(255, 255, 255) 65%, rgb(215, 242, 254) 100%);
    background: url(/recruitsite/img/introduction/about/bg1_sp.svg), linear-gradient(180deg, rgb(118, 208, 243) 0%, rgb(203, 233, 245) 20%, rgb(255, 255, 255) 65%, rgb(215, 242, 254) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, center;
    background-size: cover, cover;
  }
}
.about .content_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/recruitsite/img/common/bg_noise.png) repeat;
  background-size: 50px auto;
  mix-blend-mode: multiply;
}
.about .content .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .about .content .inner {
    padding: 0 12px;
  }
}
.about .content .color1 {
  color: #60b5ea;
}
.about .mv .inner {
  max-width: 1720px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .about .mv .inner {
    max-width: 100%;
    width: 100%;
  }
}
.about .mv_wrap {
  position: relative;
}
.about .mv_wrap h1 {
  position: absolute;
  bottom: 56px;
  left: 77px;
  color: #fff;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  .about .mv_wrap h1 {
    font-size: 3rem;
    bottom: 10px;
    left: 15px;
    text-align: left;
    line-height: 1.5;
  }
}
.about .mv p {
  margin-top: 49px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .about .mv p {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}
.about .business {
  max-width: 1740px;
  margin: 164px auto 0;
  border-radius: 30px 30px 0 0;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
@media (max-width: 767px) {
  .about .business {
    margin: 70px auto 0;
  }
}
.about .business .inner {
  padding: 117px 50px 494px;
}
@media (max-width: 767px) {
  .about .business .inner {
    padding: 70px 12px 200px;
  }
}
.about .business_hdg {
  font-size: 6.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.28em;
}
@media (max-width: 767px) {
  .about .business_hdg {
    font-size: 3.2rem;
  }
}
.about .business_hdg .en {
  display: block;
  margin-bottom: 2px;
  color: #042b65;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .about .business_hdg .en {
    font-size: 1.4rem;
  }
}
.about .business_lead_txt {
  margin-top: 77px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  .about .business_lead_txt {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.about .business_bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 613px;
  margin-top: 124px;
  padding: 50px 40px;
  border-radius: 20px;
  background: url(/recruitsite/img/introduction/about/business_bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
@media (max-width: 767px) {
  .about .business_bg {
    margin-top: 60px;
    padding: 50px 25px;
    height: auto;
    background-position: center;
  }
}
.about .business_bg::before {
  content: "";
  position: absolute;
  top: -80px;
  right: 38px;
  width: 100px;
  height: 160px;
  background: url(/recruitsite/img/introduction/about/img_human1.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .about .business_bg::before {
    width: 64px;
    height: 103px;
    top: -55px;
  }
}
.about .business_bg p {
  margin-bottom: 105px;
  color: #fff;
  font-size: 4.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .about .business_bg p {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}
.about .business_bg p:first-child {
  margin-bottom: 33px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .about .business_bg p:first-child {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
}
.about .business_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 106px;
}
@media (max-width: 1300px) {
  .about .business_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .about .business_box {
    margin-top: 50px;
  }
}
.about .business_box_txt {
  width: 50%;
  margin-right: 68px;
  padding: 13px 0 0 139px;
}
@media (max-width: 1300px) {
  .about .business_box_txt {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}
.about .business_box_txt p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .about .business_box_txt p {
    font-size: 1.6rem;
  }
}
.about .business_box_txt p:first-child {
  margin-bottom: 18px;
  font-size: 2.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about .business_box_txt p:first-child {
    font-size: 2rem;
  }
}
.about .business_box_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 180px;
  padding-right: 57px;
}
@media (max-width: 1300px) {
  .about .business_box_type {
    margin: 40px auto 40px 0;
  }
}
@media (max-width: 767px) {
  .about .business_box_type {
    width: 100%;
    height: auto;
    padding-right: 40px;
  }
}
.about .business_box_type_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .about .business_box_type_list {
    width: 100%;
  }
}
.about .business_box_type_list li {
  width: 180px;
  padding: 29px 0px 26px;
  border-radius: 33px;
  background: #196bbc;
  text-align: center;
}
@media (max-width: 767px) {
  .about .business_box_type_list li {
    width: calc(33.3% - 8px);
    padding: 12px 6px;
    border-radius: 15px;
  }
  .about .business_box_type_list li img {
    width: 80%;
  }
}
.about .business_box_type_list li p {
  margin-top: 15px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .about .business_box_type_list li p {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.about .business_box_type > p {
  position: absolute;
  bottom: 26px;
  right: 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .about .business_box_type > p {
    font-size: 1.6rem;
    bottom: 15px;
  }
}
.about .information {
  position: relative;
  max-width: 1740px;
  margin: -300px auto 0;
}
@media (max-width: 767px) {
  .about .information {
    max-width: 100%;
    margin: -80px auto 0;
  }
}
.about .information .inner1 {
  position: relative;
  padding: 145px 50px 118px;
  background: url(/recruitsite/img/introduction/about/information_bg.svg) no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .about .information .inner1 {
    padding: 70px 12px 70px;
  }
}
.about .information .inner1::before, .about .information .inner1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.about .information .inner1::before {
  top: -76px;
  width: 184px;
  height: 125px;
  background: url(/recruitsite/img/introduction/about/img_human2.svg) no-repeat;
  background-size: 100% auto;
}
.about .information .inner1::after {
  bottom: 0;
  width: 100%;
  height: 55%;
  background: #196bbc;
  z-index: -1;
}
@media (max-width: 1300px) {
  .about .information .inner1::after {
    height: 65%;
  }
}
@media (max-width: 767px) {
  .about .information .inner1::after {
    height: 80%;
  }
}
.about .information .inner1 h2 {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  .about .information .inner1 h2 {
    font-size: 2rem;
  }
}
.about .information .inner1 h2::after {
  content: "";
  position: absolute;
  bottom: -117px;
  left: 0;
  right: 0;
  width: 118px;
  height: 44px;
  margin: auto;
  background: url(/recruitsite/img/introduction/about/icon_arrow.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .about .information .inner1 h2::after {
    bottom: -70px;
  }
}
.about .information .inner2 {
  padding: 101px 50px 148px;
  border-radius: 0 0 30px 30px;
  background: rgb(25, 107, 188);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(25, 107, 188)), to(rgb(19, 77, 134)));
  background: -webkit-linear-gradient(top, rgb(25, 107, 188) 0%, rgb(19, 77, 134) 100%);
  background: linear-gradient(180deg, rgb(25, 107, 188) 0%, rgb(19, 77, 134) 100%);
}
@media (max-width: 767px) {
  .about .information .inner2 {
    padding: 50px 12px 70px;
  }
}
.about .information_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1300px) {
  .about .information_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .about .information_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.about .information_img {
  position: relative;
  padding-top: 38px;
}
@media (max-width: 767px) {
  .about .information_img {
    padding-top: 0;
  }
}
.about .information_img_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-left: 30px;
}
.about .information_img_flex:nth-child(2) {
  position: relative;
  right: 125px;
}
@media (max-width: 1600px) {
  .about .information_img_flex:nth-child(2) {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .about .information_img_flex:nth-child(2) {
    right: 30px;
  }
}
.about .information_img_flex img {
  width: 48%;
  max-width: 354px;
}
.about .information_img_flex + .information_img_flex {
  margin-top: 16px;
}
.about .information_img_txt {
  margin-top: 36px;
}
.about .information_strength {
  width: 812px;
}
@media (max-width: 767px) {
  .about .information_strength {
    width: 100%;
  }
}
.about .information_strength_wrap {
  position: relative;
  padding: 31px 0 49px;
}
.about .information_strength_wrap::before, .about .information_strength_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.about .information_strength_wrap::before {
  top: 0;
}
.about .information_strength_wrap::after {
  bottom: 0;
}
.about .information_strength_wrap:last-child {
  /* Firefox */
}
.about .information_strength_wrap:last-child::before {
  content: none;
}
@-moz-document url-prefix() {
  .about .information_strength_wrap:last-child .information_strength_txt2 {
    letter-spacing: 0.01em;
  }
}
.about .information_strength_txt1 {
  padding-left: 5px;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.02em;
}
.about .information_strength_txt2 {
  margin-top: 30px;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.78;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .about .information_strength_txt2 {
    font-size: 2rem;
  }
}
.about .information_strength_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 614px;
  margin-top: 26px;
  padding-right: 57px;
}
@media (max-width: 767px) {
  .about .information_strength_type {
    max-width: 100%;
    padding-right: 40px;
  }
}
.about .information_strength_type_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .about .information_strength_type_list {
    width: 100%;
  }
}
.about .information_strength_type_list li {
  width: 180px;
  padding: 21px 15px 20px;
  border-radius: 33px;
  background: rgba(242, 250, 255, 0.2);
  text-align: center;
}
@media (max-width: 767px) {
  .about .information_strength_type_list li {
    width: calc(33.3% - 8px);
    padding: 12px 6px;
    border-radius: 15px;
  }
  .about .information_strength_type_list li img {
    width: 80%;
  }
}
.about .information_strength_type_list li p {
  margin-top: 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .about .information_strength_type_list li p {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.about .information_strength_type > p {
  position: absolute;
  bottom: 17px;
  right: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .about .information_strength_type > p {
    font-size: 1.6rem;
    bottom: 15px;
  }
}

/* --------------------

宝印刷がいる社会・いない社会

-------------------- */
.value .content {
  overflow: hidden;
  position: relative;
}
.value .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(/recruitsite/img/introduction/value/bg1.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, center;
  background-size: cover, cover;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .value .content::before {
    opacity: 0.5;
  }
}
.value .content .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  z-index: 3;
}
@media (max-width: 767px) {
  .value .content .inner {
    padding: 0 12px;
  }
}
.value .content h2 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.917;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  .value .content h2 {
    font-size: 3.2rem;
    letter-spacing: 0.14em;
    line-height: 1.53125;
  }
}
.value .content p {
  color: #fff;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .value .content p {
    font-size: 1.6rem;
  }
}
.value .content p.question {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.4em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #0268AA;
  border-radius: 2px;
  padding: 22px 17px 25px 18px;
  position: absolute;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .value .content p.question {
    font-size: 1.4rem;
    padding: 10px 5px;
  }
}
.value .content .color1 {
  color: #0268AA;
}
.value .mv {
  background: -webkit-gradient(linear, left top, left bottom, from(#76D0F3), color-stop(50%, #54C4F1), to(#36BBEF));
  background: -webkit-linear-gradient(top, #76D0F3 0%, #54C4F1 50%, #36BBEF 100%);
  background: linear-gradient(180deg, #76D0F3 0%, #54C4F1 50%, #36BBEF 100%);
  padding-bottom: 124px;
  padding-top: 191px;
}
@media (max-width: 767px) {
  .value .mv {
    padding-top: 85px;
    padding-bottom: 70px;
  }
}
.value .mv .inner {
  max-width: 1720px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .value .mv .inner {
    max-width: 100%;
    width: 100%;
  }
}
.value .mv_wrap {
  position: relative;
}
.value .mv_wrap h1 {
  position: absolute;
  bottom: 56px;
  left: 77px;
  color: #fff;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  .value .mv_wrap h1 {
    font-size: 3rem;
    bottom: 10px;
    left: 15px;
    text-align: left;
    line-height: 1.5;
  }
}
.value .mv p {
  margin-top: 49px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .value .mv p {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}
.value .theme1 {
  padding: 100px 0 86px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .value .theme1 {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .value .theme1 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.value .theme1_wrap {
  position: relative;
}
@media (max-width: 767px) {
  .value .theme1_wrap {
    position: static;
  }
}
.value .theme1_wrap::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 42%;
  width: 245px;
  height: 100px;
  background: url(/recruitsite/img/introduction/value/img_human1.svg) no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .value .theme1_wrap::before {
    content: none;
  }
}
.value .theme1_wrap img:first-child {
  position: relative;
  left: -40px;
}
@media (max-width: 767px) {
  .value .theme1_wrap img:first-child {
    width: 100%;
    left: -12px;
  }
}
.value .theme1_wrap img:last-child {
  position: absolute;
  top: -30px;
  right: 138px;
}
@media (max-width: 767px) {
  .value .theme1_wrap img:last-child {
    width: 25px;
    right: 3px;
    top: 10px;
  }
}
.value .theme1_wrap .question {
  top: -51px;
  right: 199px;
}
@media (max-width: 767px) {
  .value .theme1_wrap .question {
    top: 0;
    right: 33px;
  }
}
.value .theme1_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1680px;
  margin: 48px auto 0;
  gap: 16px;
}
@media (max-width: 1400px) {
  .value .theme1_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .value .theme1_text {
    max-width: 100%;
    margin-top: 0;
    padding-right: 50px;
    position: relative;
  }
}
.value .theme1_text::before {
  content: none;
  position: absolute;
}
@media (max-width: 767px) {
  .value .theme1_text::before {
    content: "";
    width: 158px;
    height: 65px;
    background: url(/recruitsite/img/introduction/value/img_human1.svg) no-repeat;
    background-size: 100% auto;
    z-index: 1;
    top: -60px;
    right: 75px;
  }
}
.value .theme1_text h2.hdg2 {
  width: 694px;
}
@media (max-width: 767px) {
  .value .theme1_text h2.hdg2 {
    width: 100%;
  }
}
.value .theme1_text p {
  max-width: 970px;
  letter-spacing: 0.02em;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .value .theme1_text p {
    width: 100%;
    margin-top: 0;
  }
}
.value .theme2 {
  padding: 130px 0 87px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#26B3ED), color-stop(50%, #1EAFEC), to(#16ABEB));
  background: -webkit-linear-gradient(top, #26B3ED 0%, #1EAFEC 50%, #16ABEB 100%);
  background: linear-gradient(180deg, #26B3ED 0%, #1EAFEC 50%, #16ABEB 100%);
}
@media (max-width: 767px) {
  .value .theme2 {
    padding: 70px 0;
  }
}
.value .theme2_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 98px;
  position: relative;
}
@media (max-width: 1400px) {
  .value .theme2_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .value .theme2_wrap {
    gap: 32px;
  }
}
.value .theme2_wrap::before {
  content: "";
  position: absolute;
  top: 100px;
  right: 32px;
  width: 92px;
  height: 134px;
  background: url(/recruitsite/img/introduction/value/img_human2.svg) no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
@media (max-width: 1400px) {
  .value .theme2_wrap::before {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .value .theme2_wrap::before {
    top: -65px;
    right: 0;
    width: 64px;
    height: 93px;
  }
}
.value .theme2_wrap > img {
  position: absolute;
  top: -33px;
  left: 113px;
}
@media (max-width: 767px) {
  .value .theme2_wrap > img {
    width: 25px;
    top: 10px;
    left: 25px;
  }
}
.value .theme2_img {
  max-width: 830px;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 767px) {
  .value .theme2_img {
    max-width: 100%;
  }
}
.value .theme2_img img {
  display: block;
  position: relative;
  left: -40px;
}
.value .theme2_img img:first-child {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .value .theme2_img img:first-child {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .value .theme2_img img {
    left: -12px;
  }
}
.value .theme2 .question {
  top: -53px;
  left: 27px;
}
@media (max-width: 767px) {
  .value .theme2 .question {
    top: 0;
    left: -9px;
  }
}
.value .theme2_text {
  max-width: 888px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .value .theme2_text {
    padding-left: 165px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .value .theme2_text {
    padding-left: 60px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.value .theme2_text .hdg2 {
  margin-top: 39px;
  margin-bottom: 38px;
}
@media (max-width: 1400px) {
  .value .theme2_text .hdg2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .value .theme2_text .hdg2 {
    margin-bottom: 0;
  }
}
.value .theme2_text p {
  letter-spacing: 0.02em;
}
.value .theme3 {
  padding: 93px 0 77px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .value .theme3 {
    padding: 70px 0;
  }
}
.value .theme3_relative {
  position: relative;
}
@media (max-width: 767px) {
  .value .theme3_relative {
    position: static;
  }
}
.value .theme3_img {
  display: block;
  margin-left: auto;
  margin-right: -40px;
}
@media (max-width: 767px) {
  .value .theme3_img {
    margin-right: -12px;
  }
}
.value .theme3 .question {
  top: -52px;
  right: 103px;
}
@media (max-width: 767px) {
  .value .theme3 .question {
    top: -20px;
    right: 33px;
  }
}
.value .theme3_question_img {
  position: absolute;
  top: -31px;
  right: 42px;
}
@media (max-width: 767px) {
  .value .theme3_question_img {
    width: 25px;
    top: -10px;
    right: 3px;
  }
}
.value .theme3_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1680px;
  margin: 50px auto 0;
  position: relative;
  gap: 16px;
  z-index: 3;
}
@media (max-width: 1400px) {
  .value .theme3_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .value .theme3_text {
    max-width: 100%;
    margin-top: 40px;
    gap: 24px;
    padding-right: 50px;
  }
}
.value .theme3_text .hdg2,
.value .theme3_text p {
  color: #196BBC;
}
.value .theme3_text .hdg2 {
  width: 694px;
}
@media (max-width: 767px) {
  .value .theme3_text .hdg2 {
    width: 100%;
  }
}
.value .theme3_text p {
  margin-top: 12px;
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 970px;
}
@media (max-width: 767px) {
  .value .theme3_text p {
    max-width: 100%;
    margin-top: 0;
  }
}
.value .theme3_text::before {
  content: "";
  display: block;
  width: 110.704px;
  height: 111.648px;
  background-image: url("/recruitsite/img/introduction/value/img_human3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -132px;
  left: 19px;
}
@media (max-width: 767px) {
  .value .theme3_text::before {
    width: 66.1px;
    height: 66.67px;
    top: -65px;
    left: 0;
  }
}
.value .theme4 {
  padding: 53px 0 328px;
  background: -webkit-gradient(linear, left top, left bottom, from(#06A3E9), color-stop(25%, #05A2EA), color-stop(65%, #41B9F0), to(#77CDF5));
  background: -webkit-linear-gradient(top, #06A3E9 0%, #05A2EA 25%, #41B9F0 65%, #77CDF5 100%);
  background: linear-gradient(180deg, #06A3E9 0%, #05A2EA 25%, #41B9F0 65%, #77CDF5 100%);
}
@media (max-width: 767px) {
  .value .theme4 {
    padding: 70px 0;
  }
}
.value .theme4_wrap {
  position: relative;
}
.value .theme4_img {
  display: block;
  width: calc(100% + 80px);
  padding-top: 54px;
  padding-bottom: 66px;
  position: relative;
  margin: 0 -40px;
}
@media (max-width: 767px) {
  .value .theme4_img {
    width: calc(100% + 24px);
    margin: 0 -12px;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.value .theme4_img img {
  width: 100%;
}
.value .theme4_img::before {
  content: "";
  display: block;
  width: 184.199px;
  height: 125.248px;
  background-image: url("/recruitsite/img/introduction/value/img_human4.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 32.8px;
  left: 48.9%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .value .theme4_img::before {
    width: 83.78px;
    height: 56.97px;
    left: 50%;
    bottom: 0;
  }
}
.value .theme4 .question {
  top: 0;
  left: 28px;
}
@media (max-width: 767px) {
  .value .theme4 .question {
    top: -20px;
    left: -9px;
  }
}
.value .theme4_question_img {
  position: absolute;
  top: 20px;
  left: 114px;
}
@media (max-width: 767px) {
  .value .theme4_question_img {
    width: 30px;
    top: -10px;
    left: 25px;
  }
}
.value .theme4 .hdg2 {
  text-align: center;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .value .theme4 .hdg2 {
    margin-bottom: 24px;
    padding-left: 60px;
    text-align: left;
  }
}
.value .theme4 p {
  max-width: 1364px;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .value .theme4 p {
    max-width: 100%;
    padding-left: 60px;
  }
}

/* --------------------

宝印刷がいる社会・いない社会

-------------------- */
.vision .content {
  padding-top: 191px;
  padding-bottom: 115px;
}
@media (max-width: 767px) {
  .vision .content {
    padding-top: 85px;
    padding-bottom: 70px;
  }
}
.vision .mv {
  position: relative;
}
.vision .mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fff;
}
.vision .mv .c_inner {
  position: relative;
}
.vision .mv .mv_txt {
  position: absolute;
  left: 8.25vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .vision .mv .mv_txt {
    padding-bottom: 42vw;
    width: 83%;
  }
}
.vision .mv .mv_txt .c_hdg1 {
  font-size: 2.5vw;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 1780px) {
  .vision .mv .mv_txt .c_hdg1 {
    font-size: 4.3rem;
  }
}
@media (max-width: 767px) {
  .vision .mv .mv_txt .c_hdg1 {
    font-size: 5.333vw;
  }
}
.vision .mv .mv_txt .c_hdg1 .en {
  font-weight: 400;
}
@media (max-width: 767px) {
  .vision .mv .mv_txt .c_hdg1 .en {
    font-size: 3.733vw;
  }
}
.vision .mv .mv_txt .lead {
  font-size: 1.5625vw;
  margin: 2.4vw 0 3.4vw;
  line-height: 2;
}
@media screen and (min-width: 1780px) {
  .vision .mv .mv_txt .lead {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .vision .mv .mv_txt .lead {
    font-size: 3.733vw;
  }
  .vision .mv .mv_txt .lead br {
    display: none;
  }
}
.vision .mv .mv_txt .lead .text img {
  width: 30vw;
  vertical-align: text-bottom;
}
@media screen and (min-width: 1780px) {
  .vision .mv .mv_txt .lead .text img {
    width: 535px;
  }
}
@media (max-width: 767px) {
  .vision .mv .mv_txt .lead .text img {
    width: 54vw;
  }
}
.vision .mv .mv_txt .name {
  font-size: 1.25vw;
}
@media screen and (min-width: 1780px) {
  .vision .mv .mv_txt .name {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .vision .mv .mv_txt .name {
    font-size: 3.2vw;
  }
}
.vision .mv .mv_txt .name span {
  font-size: 1.771vw;
}
@media screen and (min-width: 1780px) {
  .vision .mv .mv_txt .name span {
    font-size: 3.1rem;
  }
}
@media (max-width: 767px) {
  .vision .mv .mv_txt .name span {
    font-size: 3.733vw;
  }
}
.vision .sec01 {
  padding: 120px 0 215px;
  position: relative;
}
@media (max-width: 767px) {
  .vision .sec01 {
    padding: 60px 0 70px;
  }
}
.vision .sec01::after {
  content: "";
  display: block;
  width: 174.94px;
  height: 133.93px;
  background-image: url("/recruitsite/img/introduction/vision/img_human1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -49px;
  left: 258px;
}
@media (max-width: 767px) {
  .vision .sec01::after {
    width: 105px;
    height: 80px;
    bottom: -22px;
    right: 15px;
    left: auto;
  }
}
.vision .sec01 .img_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .vision .sec01 .img_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.vision .sec01 .img_wrap + .img_wrap {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .vision .sec01 .img_wrap + .img_wrap {
    margin-top: 60px;
  }
}
.vision .sec01 .img_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media (max-width: 767px) {
  .vision .sec01 .img_wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.vision .sec01 .img_wrap .img {
  width: 47.6%;
}
@media (max-width: 767px) {
  .vision .sec01 .img_wrap .img {
    width: 100%;
  }
}
.vision .sec01 .img_wrap dl {
  width: 47.6%;
}
@media (max-width: 767px) {
  .vision .sec01 .img_wrap dl {
    width: 100%;
    margin-bottom: 20px;
  }
}
.vision .sec01 .img_wrap dl dt {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .vision .sec01 .img_wrap dl dt {
    margin-top: 0;
  }
}
.vision .sec01 dl dt {
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .vision .sec01 dl dt {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 15px;
  }
}
.vision .sec01 dl dd {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .vision .sec01 dl dd {
    font-size: 1.6rem;
  }
}
.vision .sec01 .txt_wrap {
  margin: 120px 0;
  background: #DFF5FF;
  border-radius: 20px;
  padding: 90px 7.292vw;
}
@media (max-width: 767px) {
  .vision .sec01 .txt_wrap {
    margin: 60px 0;
    padding: 45px 24px;
  }
}
.vision .sec01 .txt_wrap dl dt {
  text-align: center;
}

/* --------------------

works

-------------------- */
/* --------------------

works共通

-------------------- */
.works .content {
  padding-bottom: 115px;
}
@media (max-width: 767px) {
  .works .content {
    padding-bottom: 70px;
  }
}
.works .c_hdg1 {
  padding-top: 110px;
  padding-bottom: 170px;
  position: relative;
}
@media (max-width: 767px) {
  .works .c_hdg1 {
    padding: 0 0 70px;
  }
}
.works .c_hdg1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
.works .sec01 {
  padding-bottom: 215px;
  position: relative;
}
@media (max-width: 767px) {
  .works .sec01 {
    padding-bottom: 70px;
  }
}
.works .sec01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}

/* --------------------

職種別座談会

-------------------- */
.discussion_lead {
  margin-bottom: 27px;
  font-size: 2.4rem;
  line-height: 2.0909091;
  font-weight: 500;
  text-align: center;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .discussion_lead {
    margin-bottom: 16px;
    margin-top: 0;
    font-size: 2rem;
  }
}
.discussion_lead_min {
  margin-bottom: 115px;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .discussion_lead_min {
    margin-bottom: 70px;
    font-size: 1.8rem;
  }
}
.discussion .sec01::after {
  width: 151.015px;
  height: 152.826px;
  background-image: url("/recruitsite/img/works/discussion/img_human1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: -116px;
  right: 334px;
}
@media (max-width: 767px) {
  .discussion .sec01::after {
    width: 75.5075px;
    height: 76.413px;
    top: -55px;
    right: 15px;
  }
}
.discussion .sec01::before {
  content: "";
  display: block;
  width: 100.6px;
  height: 159.948px;
  background-image: url("/recruitsite/img/works/discussion/img_human7.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -44px;
  right: 285px;
}
@media (max-width: 767px) {
  .discussion .sec01::before {
    width: 50.3px;
    height: 79.974px;
    bottom: -30px;
    right: 15px;
  }
}
.discussion_member {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#196BBC), to(#134D86));
  background: -webkit-linear-gradient(left, #196BBC 0%, #134D86 100%);
  background: linear-gradient(90deg, #196BBC 0%, #134D86 100%);
  border-radius: 20px;
  padding: 107px 95px 118px;
  margin-bottom: 124px;
}
@media (max-width: 767px) {
  .discussion_member {
    padding: 50px 12px;
    margin-bottom: 70px;
  }
}
.discussion_member::before {
  content: "";
  display: block;
  width: 174.936px;
  height: 133.927px;
  background-image: url("/recruitsite/img/works/discussion/img_human2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -100px;
  left: 175px;
}
@media (max-width: 767px) {
  .discussion_member::before {
    width: 87.468px;
    height: 66.9635px;
    top: -35px;
    left: 10px;
  }
}
.discussion_member_title {
  text-align: center;
  color: #ffffff;
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 86px;
  font-family: "Work Sans", serif;
}
@media (max-width: 767px) {
  .discussion_member_title {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
}
.discussion_member .c_flex {
  gap: 21px;
}
@media (max-width: 767px) {
  .discussion_member .c_flex {
    gap: 22px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.discussion_member_box {
  max-width: 250px;
  width: calc((100% - 240px) / 5);
}
@media (max-width: 767px) {
  .discussion_member_box {
    width: calc((100% - 22px) / 2);
  }
}
.discussion_member_box img {
  display: block;
  width: 230px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .discussion_member_box img {
    max-width: 230px;
    width: 100%;
  }
}
.discussion_member_box_name {
  color: #ffffff;
  border: solid 2px #ffffff;
  border-radius: 9px;
  text-align: center;
  padding: 7px 10px;
  width: 88px;
  display: block;
  margin: 0 auto 8px;
  background-color: #ffffff;
  background-size: contain;
  background-repeat: repeat;
  line-height: 1;
}
.discussion_member_box_name.color01 {
  color: #0203AA;
  border-color: #0203AA;
  background-image: url("../img/works/discussion/bg01.png");
}
.discussion_member_box_name.color02 {
  color: #02AA87;
  border-color: #02AA87;
  background-image: url("../img/works/discussion/bg02.png");
}
.discussion_member_box_name.color03 {
  color: #AA4402;
  border-color: #AA4402;
  background-image: url("../img/works/discussion/bg03.png");
}
.discussion_member_box_name.color04 {
  color: #429C05;
  border-color: #429C05;
  background-image: url("../img/works/discussion/bg04.png");
}
.discussion_member_box_name.color05 {
  color: #8c701c;
  border-color: #8c701c;
  background-image: url("../img/works/discussion/bg05.png");
}
.discussion_member_box_info {
  text-align: center;
  color: #ffffff;
}
.discussion .theme + .theme {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .discussion .theme + .theme {
    margin-top: 70px;
  }
}
.discussion .theme + .theme_img {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .discussion .theme + .theme_img {
    margin-top: 70px;
  }
}
.discussion .theme .c_hdg2_2 {
  margin-bottom: 91px;
  position: relative;
}
@media (max-width: 767px) {
  .discussion .theme .c_hdg2_2 {
    margin-bottom: 40px;
  }
}
.discussion .theme .c_flex {
  gap: 21px;
}
@media (max-width: 767px) {
  .discussion .theme .c_flex {
    gap: 22px;
  }
}
.discussion .theme .c_flex > img {
  max-width: 800px;
  width: 47.619048%;
}
@media (max-width: 767px) {
  .discussion .theme .c_flex > img {
    max-width: 100%;
    width: 100%;
  }
}
.discussion .theme_box {
  max-width: 800px;
  width: 47.619048%;
}
@media (max-width: 767px) {
  .discussion .theme_box {
    max-width: 100%;
    width: 100%;
  }
}
.discussion .theme_box_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.discussion .theme_box_content + .theme_box_content {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .discussion .theme_box_content + .theme_box_content {
    margin-top: 24px;
  }
}
.discussion .theme_box_content img {
  display: block;
  width: 110px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.discussion .theme_box_content_text {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
@media (max-width: 767px) {
  .discussion .theme_box_content_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.discussion .theme_box_content_text_name {
  display: block;
  width: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0px 3px;
  border-radius: 9px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 767px) {
  .discussion .theme_box_content_text_name {
    font-size: 1.4rem;
  }
}
.discussion .theme_box_content_text_name.color01 {
  background-color: #0203AA;
}
.discussion .theme_box_content_text_name.color02 {
  background-color: #02AA87;
}
.discussion .theme_box_content_text_name.color03 {
  background-color: #AA4402;
}
.discussion .theme_box_content_text_name.color04 {
  background-color: #429C05;
}
.discussion .theme_box_content_text_name.color05 {
  background-color: #8c701c;
}
.discussion .theme_box_content_text p {
  margin-top: -6px;
}
@media (max-width: 767px) {
  .discussion .theme_box_content_text p {
    margin-top: 0;
  }
}
.discussion .theme.theme2 .c_hdg2_2::before {
  content: "";
  display: block;
  width: 95.744px;
  height: 159.67px;
  background-image: url("/recruitsite/img/works/discussion/img_human3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 50px;
}
@media (max-width: 767px) {
  .discussion .theme.theme2 .c_hdg2_2::before {
    width: 47.872px;
    height: 79.835px;
    top: -35px;
    right: 0;
  }
}
.discussion .theme.theme3 .c_hdg2_2::before {
  content: "";
  display: block;
  width: 124.289px;
  height: 160.678px;
  background-image: url("/recruitsite/img/works/discussion/img_human4.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -35px;
  left: 0px;
}
@media (max-width: 767px) {
  .discussion .theme.theme3 .c_hdg2_2::before {
    width: 62.1445px;
    height: 80.339px;
    top: -40px;
    left: 0;
  }
}
.discussion .theme.theme4 .c_hdg2_2::before {
  content: "";
  display: block;
  width: 133.225px;
  height: 172.896px;
  background-image: url("/recruitsite/img/works/discussion/img_human5.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -55px;
  right: 5px;
}
@media (max-width: 767px) {
  .discussion .theme.theme4 .c_hdg2_2::before {
    width: 66.6125px;
    height: 86.448px;
    top: -50px;
    right: 0;
  }
}
.discussion .theme.theme5 .c_hdg2_2::before {
  content: "";
  display: block;
  width: 110.183px;
  height: 159.67px;
  background-image: url("/recruitsite/img/works/discussion/img_human6.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -35px;
  left: 25px;
}
@media (max-width: 767px) {
  .discussion .theme.theme5 .c_hdg2_2::before {
    width: 55.0915px;
    height: 79.835px;
    top: -40px;
    left: 0;
  }
}
.discussion .theme_img {
  display: block;
  width: 100%;
}
.discussion .theme_img + .theme {
  margin-top: 124px;
}
@media (max-width: 767px) {
  .discussion .theme_img + .theme {
    margin-top: 70px;
  }
}

/* --------------------

仕事

-------------------- */
.works01 .c_hdg1::after {
  width: 124.29px;
  height: 160.68px;
  background-image: url("/recruitsite/img/works/works01/img_human1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 173px;
  bottom: -43px;
}
@media (max-width: 767px) {
  .works01 .c_hdg1::after {
    width: 62px;
    height: 80px;
    bottom: -22px;
    right: 15px;
  }
}
.works01 .sec01 {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .works01 .sec01 {
    padding-top: 70px;
  }
}
.works01 .sec01 .works_hdg {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.28em;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_hdg {
    font-size: 2.4rem;
  }
}
.works01 .sec01 .blue {
  color: #00A0E9;
}
.works01 .sec01 .works_box01 .works_flex {
  margin-top: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box01 .works_flex {
    margin-top: 45px;
  }
}
.works01 .sec01 .works_box01 .works_flex img {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box01 .works_flex img {
    width: 100%;
  }
}
.works01 .sec01 .works_box01 .works_flex p {
  width: calc(50% - 40px);
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box01 .works_flex p {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.works01 .sec01 .works_box02, .works01 .sec01 .works_box03, .works01 .sec01 .works_box04, .works01 .sec01 .works_box05 {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box02, .works01 .sec01 .works_box03, .works01 .sec01 .works_box04, .works01 .sec01 .works_box05 {
    margin-top: 60px;
  }
}
.works01 .sec01 .works_box02 {
  border-radius: 20px;
  background: #dff5ff;
  padding: 5.729vw 5.208vw 5.99vw;
  position: relative;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box02 {
    padding: 40px 24px;
  }
}
.works01 .sec01 .works_box02::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 143.03px;
  height: 144.25px;
  background-image: url("/recruitsite/img/works/works01/img_human2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 172px;
  top: -83px;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box02::after {
    width: 79px;
    height: 80px;
    top: -22px;
    right: 15px;
  }
}
.works01 .sec01 .works_box02 .works_flex02 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px 5.06%;
  margin-top: 93px;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box02 .works_flex02 {
    gap: 40px;
    margin-top: 45px;
  }
}
.works01 .sec01 .works_box02 .works_flex02 li {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  width: 21.2%;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .works01 .sec01 .works_box02 .works_flex02 li {
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box02 .works_flex02 li {
    font-size: 1.6rem;
    width: 100%;
  }
}
.works01 .sec01 .works_box02 .works_flex02 li img + p {
  font-size: 3rem;
  margin: 17px 0 12px;
  line-height: 1.4;
  min-height: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box02 .works_flex02 li img + p {
    font-size: 2rem;
    height: auto;
  }
}
.works01 .sec01 .works_box02 .works_flex02 li img + p + p {
  text-align: left;
}
.works01 .sec01 .works_box03 img {
  margin: 100px auto 0;
  display: block;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box03 img {
    margin-top: 50px;
  }
}
.works01 .sec01 .works_box04 .works_flex04 {
  margin-top: 90px;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box04 .works_flex04 {
    margin-top: 45px;
    gap: 25px;
  }
}
.works01 .sec01 .works_box04 .works_flex04 li {
  position: relative;
  background: #dff5ff;
  border-radius: 20px;
  width: calc(33.3% - 20px);
  padding: 1.5vw 1.5vw;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box04 .works_flex04 li {
    font-size: 1.6rem;
    width: 100%;
    padding: 24px;
  }
}
.works01 .sec01 .works_box04 .works_flex04 li:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: -33px;
  right: 78px;
  width: 44px;
  height: 49px;
  background: url("/recruitsite/img/works/works01/arrow01.svg");
  background-size: contain;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box04 .works_flex04 li:nth-child(1)::after {
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
    width: 23px;
    height: 25px;
    background: url("/recruitsite/img/works/works01/arrow02.svg");
    background-size: contain;
  }
}
.works01 .sec01 .works_box04 .works_flex04 li:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 0;
  left: 0;
  margin: auto;
  width: 43px;
  height: 45px;
  background: url("/recruitsite/img/works/works01/arrow02.svg");
  background-size: contain;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box04 .works_flex04 li:nth-child(2)::after {
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
    width: 23px;
    height: 25px;
    background: url("/recruitsite/img/works/works01/arrow02.svg");
    background-size: contain;
  }
}
.works01 .sec01 .works_box04 .works_flex04 li:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 60px;
  width: 44px;
  height: 49px;
  background: url("/recruitsite/img/works/works01/arrow03.svg");
  background-size: contain;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box04 .works_flex04 li:nth-child(3)::after {
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
    width: 23px;
    height: 25px;
    background: url("/recruitsite/img/works/works01/arrow02.svg");
    background-size: contain;
  }
}
.works01 .sec01 .works_box04 .works_flex04.two {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works01 .sec01 .works_box04 .works_flex04.two li:nth-child(2)::after {
  bottom: -33px;
  left: 60px;
  width: 44px;
  height: 49px;
  background: url("/recruitsite/img/works/works01/arrow03.svg");
  background-size: contain;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box04 .works_flex04.two li:nth-child(2)::after {
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
    width: 23px;
    height: 25px;
    background: url("/recruitsite/img/works/works01/arrow02.svg");
    background-size: contain;
  }
}
.works01 .sec01 .works_box04 img {
  display: block;
  margin: 75px auto 0;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box04 img {
    margin-top: 50px;
  }
}
.works01 .sec01 .works_box05 .works_flex05 {
  gap: 0 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box05 .works_flex05 {
    gap: 20px;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.works01 .sec01 .works_box05 .works_flex05 li {
  background: #0268aa;
  border-radius: 100%;
  width: 350px;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .works01 .sec01 .works_box05 .works_flex05 li {
    font-size: 1.563vw;
  }
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box05 .works_flex05 li {
    width: 270px;
    font-size: 2rem;
  }
}
.works01 .sec01 .works_box05 .works_flex05 li span {
  padding-bottom: 70px;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .works01 .sec01 .works_box05 .works_flex05 li span {
    padding-bottom: 90px;
  }
}
.works01 .sec01 .works_box05 .works_flex05 li::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.works01 .sec01 .works_box05 .works_flex05 li::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 45px;
  margin: auto;
}
.works01 .sec01 .works_box05 .works_flex05 li:nth-child(1)::after {
  width: 72px;
  height: 63px;
  background: url("/recruitsite/img/works/works01/icon05.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01 .works_box05 .works_flex05 li:nth-child(2)::after {
  width: 95px;
  height: 62px;
  background: url("/recruitsite/img/works/works01/icon06.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01 .works_box05 .works_flex05 li:nth-child(3)::after {
  width: 69px;
  height: 72px;
  background: url("/recruitsite/img/works/works01/icon07.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01 .works_box05 .works_flex05 li:nth-child(4)::after {
  width: 61px;
  height: 68px;
  background: url("/recruitsite/img/works/works01/icon08.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .works01 .sec01 .works_box05 .works_flex05.four li {
    font-size: 1.563vw;
  }
  .works01 .sec01 .works_box05 .works_flex05.four li::after {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    bottom: 10px;
  }
  .works01 .sec01 .works_box05 .works_flex05.four li span {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .works01 .sec01 .works_box05 .works_flex05.four li {
    font-size: 2rem;
  }
}
.works01 .sec01 .works_box05 .works_flex05.works02 li:nth-child(1)::after {
  width: 76px;
  height: 53px;
  background: url("/recruitsite/img/works/works02/icon05.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01 .works_box05 .works_flex05.works02 li:nth-child(2)::after {
  width: 53px;
  height: 70px;
  background: url("/recruitsite/img/works/works02/icon06.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01 .works_box05 .works_flex05.works02 li:nth-child(3)::after {
  width: 64px;
  height: 83px;
  background: url("/recruitsite/img/works/works02/icon07.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01 .works_box05 .works_flex05.works03 li:nth-child(1)::after {
  width: 64px;
  height: 89px;
  background: url("/recruitsite/img/works/works03/icon04.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01 .works_box05 .works_flex05.works03 li:nth-child(2)::after {
  width: 88px;
  height: 63px;
  background: url("/recruitsite/img/works/works03/icon05.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01 .works_box05 .works_flex05.works03 li:nth-child(3)::after {
  width: 95px;
  height: 62px;
  background: url("/recruitsite/img/works/works03/icon06.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01 .works_box05 .works_flex05.works04 li:nth-child(1)::after {
  width: 79px;
  height: 67px;
  background: url("/recruitsite/img/works/works04/icon04.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01 .works_box05 .works_flex05.works04 li:nth-child(2)::after {
  width: 33px;
  height: 82px;
  background: url("/recruitsite/img/works/works04/icon05.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01 .works_box05 .works_flex05.works04 li:nth-child(3)::after {
  width: 68px;
  height: 72px;
  background: url("/recruitsite/img/works/works04/icon06.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01 .works_box05 .works_flex05.works05 li:nth-child(1)::after {
  width: 64px;
  height: 68px;
  background: url("/recruitsite/img/works/works05/icon06.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01 .works_box05 .works_flex05.works05 li:nth-child(2)::after {
  width: 60px;
  height: 60px;
  background: url("/recruitsite/img/works/works05/icon07.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01 .works_box05 .works_flex05.works05 li:nth-child(3)::after {
  width: 60px;
  height: 70px;
  background: url("/recruitsite/img/works/works05/icon08.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.works01 .sec01::after {
  width: 162.35px;
  height: 154.81px;
  background-image: url("/recruitsite/img/works/works01/img_human4.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 192px;
  bottom: -50px;
}
@media (max-width: 767px) {
  .works01 .sec01::after {
    width: 84px;
    height: 80px;
    bottom: -22px;
    right: 15px;
  }
}

/* --------------------

People

-------------------- */
/* --------------------

宝印刷のここが好き！

-------------------- */
.myfavorite .content {
  position: relative;
  padding-bottom: 140px;
  background: url(/recruitsite/img/people/myfavorite/bg1.svg), -webkit-gradient(linear, left top, left bottom, from(rgb(118, 208, 243)), color-stop(35%, rgb(55, 187, 239)), to(rgb(154, 221, 249)));
  background: url(/recruitsite/img/people/myfavorite/bg1.svg), -webkit-linear-gradient(top, rgb(118, 208, 243) 0%, rgb(55, 187, 239) 35%, rgb(154, 221, 249) 100%);
  background: url(/recruitsite/img/people/myfavorite/bg1.svg), linear-gradient(180deg, rgb(118, 208, 243) 0%, rgb(55, 187, 239) 35%, rgb(154, 221, 249) 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, center;
  background-size: cover, cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .myfavorite .content {
    padding-bottom: 100px;
  }
}
.myfavorite .content_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/recruitsite/img/common/bg_noise.png) repeat;
  background-size: 50px auto;
  mix-blend-mode: multiply;
}
.myfavorite .content_wrap {
  width: 100%;
  height: 100%;
  padding-top: 248px;
  padding-bottom: 134px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
@media (max-width: 767px) {
  .myfavorite .content_wrap {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.myfavorite .content .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1864px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1300px) {
  .myfavorite .content .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .myfavorite .content .inner {
    padding: 0 12px;
  }
}
.myfavorite .content .color1 {
  color: #60b5ea;
}
.myfavorite_title {
  font-size: 8.5rem;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0.28em;
}
@media (min-width: 768px) {
  .myfavorite_title {
    min-width: 670px;
    margin-left: 52px;
  }
}
@media (max-width: 767px) {
  .myfavorite_title {
    font-size: 3.8rem;
  }
}
.myfavorite_txt {
  max-width: 840px;
  margin-top: 61px;
  margin-right: 52px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 1300px) {
  .myfavorite_txt {
    max-width: 100%;
    margin-left: 60px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .myfavorite_txt {
    margin-top: 30px;
    margin-left: 0;
    font-size: 1.6rem;
  }
}
.myfavorite .episode {
  margin-top: 211px;
  padding-bottom: 40px;
}
@media (max-width: 1300px) {
  .myfavorite .episode {
    margin-top: 130px;
  }
}
@media (max-width: 767px) {
  .myfavorite .episode {
    margin-top: 60px;
    padding-bottom: 0;
  }
}
.myfavorite .episode_list {
  padding: 10px 0;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.myfavorite .episode_list_item {
  width: 580px;
  height: 670px;
}
@media (min-width: 768px) {
  .myfavorite .episode_list_item {
    margin-left: -68px;
  }
}
@media (max-width: 767px) {
  .myfavorite .episode_list_item {
    width: 100%;
    height: auto;
    min-height: 494px;
  }
}
.myfavorite .episode_list_item_btn {
  position: relative;
  width: 100%;
  max-width: 421px;
  height: 586px;
  margin-top: 46px;
  margin-left: 80px;
  border-radius: 30px 30px 60px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media (min-width: 768px) {
  .myfavorite .episode_list_item_btn:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 767px) {
  .myfavorite .episode_list_item_btn {
    top: 50%;
    left: 50%;
    max-width: 375px;
    height: 450px;
    margin-top: 4px;
    margin-left: 0;
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
            transform: translate(-50%, -50%) rotate(10deg);
  }
}
.myfavorite .episode_list_item_btn:focus {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.myfavorite .episode_list_item_btn::before, .myfavorite .episode_list_item_btn::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  pointer-events: none;
}
@media (max-width: 767px) {
  .myfavorite .episode_list_item_btn::before, .myfavorite .episode_list_item_btn::after {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.myfavorite .episode_list_item_btn::before {
  top: -44px;
  right: -17px;
  width: 140px;
  height: 140px;
}
@media (max-width: 767px) {
  .myfavorite .episode_list_item_btn::before {
    top: -40px;
    right: 38px;
    width: 90px;
    height: 90px;
  }
}
.myfavorite .episode_list_item_btn::after {
  bottom: 17px;
  right: 14px;
  width: 90px;
  height: 90px;
  background: url(/recruitsite/img/people/myfavorite/icon_open.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .myfavorite .episode_list_item_btn::after {
    width: 82px;
    height: 82px;
  }
}
.myfavorite .episode_list_item_btn.episode1 {
  background: #aba404;
}
.myfavorite .episode_list_item_btn.episode1::before {
  background: url(/recruitsite/img/people/myfavorite/img_human1.svg) no-repeat;
  background-size: 100% auto;
}
.myfavorite .episode_list_item_btn.episode2 {
  background: rgba(186, 39, 39, 0.8);
}
.myfavorite .episode_list_item_btn.episode2::before {
  background: url(/recruitsite/img/people/myfavorite/img_human2.svg) no-repeat;
  background-size: 100% auto;
}
.myfavorite .episode_list_item_btn.episode3 {
  background: #0268aa;
}
.myfavorite .episode_list_item_btn.episode3::before {
  background: url(/recruitsite/img/people/myfavorite/img_human3.svg) no-repeat;
  background-size: 100% auto;
}
.myfavorite .episode_list_item_btn.episode4 {
  background: rgba(10, 149, 106, 0.8);
}
.myfavorite .episode_list_item_btn.episode4::before {
  background: url(/recruitsite/img/people/myfavorite/img_human4.svg) no-repeat;
  background-size: 100% auto;
}
.myfavorite .episode_list_item_btn.episode5 {
  background: #9a784a;
}
.myfavorite .episode_list_item_btn.episode5::before {
  top: -18px;
  right: 0;
  width: 165px;
  height: 112px;
  background: url(/recruitsite/img/people/myfavorite/img_human5.svg) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .myfavorite .episode_list_item_btn.episode5::before {
    width: 115px;
    height: 62px;
  }
}
.myfavorite .episode_list_item_btn.episode6 {
  background: #9168a7;
}
.myfavorite .episode_list_item_btn.episode6::before {
  background: url(/recruitsite/img/people/myfavorite/img_human6.svg) no-repeat;
  background-size: 100% auto;
}
.myfavorite .episode_list_item_btn.episode7 {
  background: #d15e08;
}
.myfavorite .episode_list_item_btn.episode7::before {
  background: url(/recruitsite/img/people/myfavorite/img_human7.svg) no-repeat;
  background-size: 100% auto;
}
.myfavorite .episode_list_item_btn.episode8 {
  background: #41a0db;
}
.myfavorite .episode_list_item_btn.episode8::before {
  background: url(/recruitsite/img/people/myfavorite/img_human8.svg) no-repeat;
  background-size: 100% auto;
}
.myfavorite .episode_list_item_btn.episode9 {
  background: #c6206d;
}
.myfavorite .episode_list_item_btn.episode9::before {
  background: url(/recruitsite/img/people/myfavorite/img_human9.svg) no-repeat;
  background-size: 100% auto;
}
.myfavorite .episode_list_item_btn.episode10 {
  background: #60a543;
}
.myfavorite .episode_list_item_btn.episode10::before {
  background: url(/recruitsite/img/people/myfavorite/img_human10.svg) no-repeat;
  background-size: 100% auto;
}
.myfavorite .episode_list_item_btn .txt_wrap {
  width: 100%;
  max-width: 421px;
  height: 100%;
  padding: 91px 10px 10px 54px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  color: #fff;
  text-align: left;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .myfavorite .episode_list_item_btn .txt_wrap {
    padding: 60px 10px 10px 35px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.myfavorite .episode_list_item_btn .txt_wrap .no {
  color: transparent;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Work Sans", sans-serif;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .myfavorite .episode_list_item_btn .txt_wrap .no {
    font-size: 3rem;
  }
}
.myfavorite .episode_list_item_btn .txt_wrap .no span {
  position: relative;
  bottom: -3px;
  right: -15px;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .myfavorite .episode_list_item_btn .txt_wrap .no span {
    bottom: -1px;
    font-size: 5rem;
  }
}
.myfavorite .episode_list_item_btn .txt_wrap .title {
  margin-top: 18px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .myfavorite .episode_list_item_btn .txt_wrap .title {
    font-size: 3rem;
  }
}
.myfavorite .episode .swiper-pagination {
  text-align: right;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .myfavorite .episode .swiper-pagination {
    display: none;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1443px;
  padding: 0 40px;
  z-index: 10000;
}
@media (max-width: 767px) {
  .modal {
    padding: 0 20px;
  }
}
.modal#episode1 .modal_inner {
  background: rgba(171, 164, 4, 0.8);
}
.modal#episode2 .modal_inner {
  background: rgba(186, 39, 39, 0.8);
}
.modal#episode3 .modal_inner {
  background: rgba(2, 104, 170, 0.8);
}
.modal#episode4 .modal_inner {
  background: rgba(10, 149, 106, 0.8);
}
.modal#episode5 .modal_inner {
  background: rgba(154, 120, 74, 0.8);
}
.modal#episode6 .modal_inner {
  background: rgba(145, 104, 167, 0.8);
}
.modal#episode7 .modal_inner {
  background: rgba(209, 94, 8, 0.8);
}
.modal#episode8 .modal_inner {
  background: rgba(65, 160, 219, 0.8);
}
.modal#episode9 .modal_inner {
  background: rgba(198, 32, 109, 0.8);
}
.modal#episode10 .modal_inner {
  background: rgba(96, 165, 67, 0.8);
}
.modal_open {
  overflow: hidden;
}
.modal_inner {
  position: relative;
  width: 100%;
  min-height: 714px;
  border-radius: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .modal_inner {
    min-height: auto;
  }
}
.modal_item {
  opacity: 0;
}
.modal_item.swiper-slide-active {
  opacity: 1;
}
.modal_item_inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 95px 415px 0 121px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1300px) {
  .modal_item_inner {
    padding: 95px 350px 0 60px;
  }
}
@media (max-width: 980px) {
  .modal_item_inner {
    padding: 385px 50px 95px 60px;
  }
}
@media (max-width: 767px) {
  .modal_item_inner {
    padding: 20px 20px 50px;
  }
}
.modal_item_img {
  position: absolute;
  top: -12px;
  right: -138px;
  width: 425px;
  border-radius: 10px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  overflow: hidden;
}
@media (max-width: 1300px) {
  .modal_item_img {
    right: -100px;
    width: 350px;
  }
}
@media (max-width: 980px) {
  .modal_item_img {
    width: 300px;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media (max-width: 767px) {
  .modal_item_img {
    position: static;
    width: 150px;
  }
}
.modal_item_img p {
  position: absolute;
  bottom: 23px;
  right: 30px;
  color: transparent;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Work Sans", sans-serif;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}
@media (max-width: 980px) {
  .modal_item_img p {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .modal_item_img p {
    bottom: 10px;
    right: 10px;
    font-size: 2rem;
  }
}
.modal_item_img p span {
  position: relative;
  bottom: 2px;
  right: -10px;
  font-size: 9rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 980px) {
  .modal_item_img p span {
    font-size: 7.5rem;
  }
}
@media (max-width: 767px) {
  .modal_item_img p span {
    right: -5px;
    font-size: 4rem;
  }
}
.modal_item_box {
  width: 100%;
  max-height: 480px;
  overflow-y: auto;
  padding-right: 20px;
}
.modal_item_box::-webkit-scrollbar-thumb {
  border-radius: 8px;
}
@media (max-width: 980px) {
  .modal_item_box {
    max-height: 280px;
  }
}
@media (max-width: 767px) {
  .modal_item_box {
    max-height: 200px;
    margin-top: 20px;
  }
}
.modal_item_profile {
  margin-bottom: 67px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 980px) {
  .modal_item_profile {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .modal_item_profile {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.modal_item_title {
  margin-bottom: 38px;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .modal_item_title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .modal_item_title {
    margin-bottom: 18px;
    font-size: 2.5rem;
  }
}
.modal_item_txt {
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .modal_item_txt {
    font-size: 1.6rem;
  }
}
.modal_nav {
  position: absolute;
  bottom: 32px;
  left: 54px;
  z-index: 1;
}
@media (max-width: 767px) {
  .modal_nav {
    bottom: 6px;
    left: 20px;
  }
}
.modal_nav_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
}
@media (max-width: 767px) {
  .modal_nav_arrow {
    gap: 20px;
  }
}
.modal_nav_arrow .modal_nav_icon {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 9px;
  height: 16px;
  outline: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal_nav_arrow .modal_nav_icon:hover svg path {
    stroke: #000;
  }
}
.modal_nav_arrow .modal_nav_icon:focus svg path {
  stroke: #000;
}
.modal_nav_arrow .modal_nav_icon svg {
  display: block;
  width: 100%;
}
.modal_nav_arrow .modal_nav_icon svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal_nav_arrow .modal_pagination {
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .modal_nav_arrow .modal_pagination {
    font-size: 1.6rem;
  }
}
.modal_nav_arrow .modal_pagination_current_slide {
  display: inline-block;
  width: 35px;
  margin-right: 0;
  font-size: 3.5rem;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .modal_nav_arrow .modal_pagination_current_slide {
    width: 25px;
    font-size: 2.5rem;
  }
}
.modal_close {
  position: absolute;
  bottom: 28px;
  right: 50px;
  padding-left: 51px;
  color: #fff;
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.02em;
  z-index: 1;
}
@media (min-width: 768px) {
  .modal_close:hover span {
    color: #000;
  }
  .modal_close:hover .modal_close_icon svg path {
    stroke: #000;
  }
}
@media (max-width: 767px) {
  .modal_close {
    bottom: 8px;
    right: 20px;
    padding-left: 35px;
    line-height: 1.3;
  }
}
.modal_close:focus span {
  color: #000;
}
.modal_close:focus .modal_close_icon svg path {
  stroke: #000;
}
.modal_close_icon {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 35px;
  height: 35px;
}
@media (max-width: 767px) {
  .modal_close_icon {
    bottom: 8px;
    width: 25px;
    height: 25px;
    margin: auto;
  }
}
.modal_close_icon svg {
  display: block;
  width: 100%;
}
.modal_close_icon svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal_close span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: 9999;
}

/* --------------------

社員インタビュー一覧

-------------------- */
.people_list .content {
  padding-bottom: 115px;
}
@media (max-width: 767px) {
  .people_list .content {
    padding-bottom: 70px;
  }
}
.people_list .c_hdg1 {
  padding-top: 110px;
  padding-bottom: 170px;
  position: relative;
}
@media (max-width: 767px) {
  .people_list .c_hdg1 {
    padding: 0 0 70px;
  }
}
.people_list .c_hdg1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 242.89px;
  height: 149.67px;
  background-image: url("/recruitsite/img/people/img_human1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 145px;
  bottom: -36px;
}
@media (max-width: 767px) {
  .people_list .c_hdg1::after {
    width: 130px;
    height: 80px;
    right: 0;
    bottom: -19px;
  }
}
.people_list .sec01 {
  padding-top: 120px;
  padding-bottom: 215px;
  position: relative;
}
@media (max-width: 767px) {
  .people_list .sec01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.people_list .sec01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 124.29px;
  height: 160.68px;
  background-image: url("/recruitsite/img/people/img_human2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 256px;
  bottom: -35px;
}
@media (max-width: 767px) {
  .people_list .sec01::after {
    width: 62px;
    height: 80px;
    bottom: -22px;
    left: 15px;
  }
}
.people_list .sec01 .people_list_wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px 8%;
}
@media (max-width: 767px) {
  .people_list .sec01 .people_list_wrap {
    gap: 40px 0;
  }
}
.people_list .sec01 .people_list_wrap + .people_list_wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .people_list .sec01 .people_list_wrap + .people_list_wrap {
    margin-top: 40px;
  }
}
.people_list .sec01 .people_list_wrap li {
  width: 22.32%;
  position: relative;
  font-size: 1.8rem;
  border-radius: 1.042vw;
  overflow: hidden;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .people_list .sec01 .people_list_wrap li {
    font-size: 0.938vw;
  }
}
@media (max-width: 767px) {
  .people_list .sec01 .people_list_wrap li {
    width: 100%;
    font-size: 1.6rem;
  }
}
.people_list .sec01 .people_list_wrap li a {
  display: block;
}
@media (max-width: 767px) {
  .people_list .sec01 .people_list_wrap li img {
    width: 100%;
  }
}
.people_list .sec01 .people_list_wrap li .people_list_tag {
  min-width: 130px;
  text-align: center;
  padding: 10px 29px;
  background: #0a2466;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .people_list .sec01 .people_list_wrap li .people_list_tag {
    min-width: 6.771vw;
  }
}
@media (max-width: 767px) {
  .people_list .sec01 .people_list_wrap li .people_list_tag {
    border-radius: 0px 5.333vw;
  }
}
.people_list .sec01 .people_list_wrap li .people_list_tag.cat01 {
  background: #02aa87;
}
.people_list .sec01 .people_list_wrap li .people_list_tag.cat02 {
  background: #0203aa;
}
.people_list .sec01 .people_list_wrap li .people_list_tag.cat03 {
  background: #aa4402;
}
.people_list .sec01 .people_list_wrap li .people_list_tag.cat04 {
  background: #8c701c;
}
.people_list .sec01 .people_list_wrap li .people_list_tag.cat05 {
  background: #aa028a;
}
.people_list .sec01 .people_list_wrap li .people_list_tag.cat06 {
  background: #429C05;
}
.people_list .sec01 .people_list_wrap li .people_list_text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 0 1.042vw 0 0;
  padding: 0 40px 0 20px;
  width: 90.67%;
}
@media (max-width: 767px) {
  .people_list .sec01 .people_list_wrap li .people_list_text {
    border-radius: 0 5.333vw 0 0;
  }
}
.people_list .sec01 .people_list_wrap li .people_list_text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .people_list .sec01 .people_list_wrap li .people_list_text p {
    min-height: 5.208vw;
  }
}

/* --------------------

社員インタビュー

-------------------- */
.people_detail .content {
  padding-bottom: 115px;
}
@media (max-width: 767px) {
  .people_detail .content {
    padding-bottom: 70px;
  }
}
.people_detail .mv {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .people_detail .mv {
    padding-bottom: 70px;
  }
}
.people_detail .mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fff;
}
.people_detail_mv {
  gap: 22px;
  position: relative;
  margin-top: 75px;
}
@media (max-width: 767px) {
  .people_detail_mv {
    margin-top: 0;
  }
}
.people_detail_mv::before {
  content: "";
  display: block;
  width: 16.509vw;
  height: 6.745vw;
  background-image: url("/recruitsite/img/people/common/img_human1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 2.292vw;
  left: 3.49vw;
}
@media (max-width: 767px) {
  .people_detail_mv::before {
    width: 98px;
    height: 40px;
    bottom: -52px;
    left: 15px;
  }
}
.people_detail_mv h1 {
  width: calc(40.47619% - 1.146vw);
  max-width: 34.375vw;
  font-size: 4.8rem;
  line-height: 2;
  font-weight: 400;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .people_detail_mv h1 {
    font-size: 2.5vw;
    margin-top: 3.906vw;
  }
}
@media (max-width: 767px) {
  .people_detail_mv h1 {
    width: 100%;
    font-size: 2.4rem;
    max-width: 100%;
  }
}
.people_detail_mv h1 span {
  color: #00A0E9;
  font-weight: bold;
}
.people_detail_mv_img {
  width: 59.52381%;
  position: relative;
}
@media (max-width: 767px) {
  .people_detail_mv_img {
    width: 100%;
  }
}
.people_detail_mv_img img {
  display: block;
  width: 100%;
}
.people_detail_mv_img_text {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  border-top-left-radius: 20px;
  padding: 1.042vw 1.563vw 0.885vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  min-width: 382px;
}
@media (max-width: 767px) {
  .people_detail_mv_img_text {
    gap: 10px;
    min-width: 280px;
    padding: 5px 15px;
  }
}
.people_detail_mv_img_text.color01 span {
  color: #02AA87;
  border: solid 1px #02AA87;
}
.people_detail_mv_img_text.color02 span {
  color: #0203AA;
  border: solid 1px #0203AA;
}
.people_detail_mv_img_text.color03 span {
  color: #AA4402;
  border: solid 1px #AA4402;
}
.people_detail_mv_img_text.color04 span {
  color: #8C701C;
  border: solid 1px #8C701C;
}
.people_detail_mv_img_text.color05 span {
  color: #AA028A;
  border: solid 1px #AA028A;
}
.people_detail_mv_img_text.color06 span {
  color: #429C05;
  border: solid 1px #429C05;
}
.people_detail_mv_img_text span {
  font-size: 1.458vw;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 76px;
  border-radius: 18px;
  padding: 2.5px 5px;
}
@media (max-width: 767px) {
  .people_detail_mv_img_text span {
    font-size: 1.2rem;
    padding: 5px;
    max-width: 60px;
  }
}
.people_detail_mv_img_text p {
  line-height: 1.77777;
}
@media (max-width: 767px) {
  .people_detail_mv_img_text p {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
.people_detail .sec01 {
  padding-bottom: 215px;
}
@media (max-width: 767px) {
  .people_detail .sec01 {
    padding-bottom: 70px;
  }
}
.people_detail_flex {
  gap: 80px;
}
@media (max-width: 767px) {
  .people_detail_flex {
    gap: 40px;
  }
}
.people_detail_flex > div {
  width: 47.619%;
  max-width: 800px;
}
@media (max-width: 767px) {
  .people_detail_flex > div {
    width: 100%;
  }
}
.people_detail_flex_text .c_category {
  max-width: 192px;
}
@media (max-width: 767px) {
  .people_detail_flex_text .c_category {
    max-width: 150px;
  }
}
.people_detail_flex_text .c_title {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .people_detail_flex_text .c_title {
    margin-bottom: 24px;
  }
}
.people_detail_flex_text .people_detail_flex_title {
  color: #0A2466;
  font-weight: bold;
  margin-bottom: 10px;
}
.people_detail_flex_text > p + .people_detail_flex_title {
  margin-top: 50px;
}
.people_detail_flex_img .c_category {
  width: 120px;
  min-width: 120px;
  border: 1px solid #333;
  background: none;
  color: #333;
  font-size: 1.6rem;
}
.people_detail_flex + .people_detail_flex {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .people_detail_flex + .people_detail_flex {
    margin-top: 60px;
  }
}
.people_detail dl dt {
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 60px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .people_detail dl dt {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 15px;
  }
}
.people_detail dl dd {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .people_detail dl dd {
    font-size: 1.6rem;
  }
}
.people_detail .txt_wrap {
  margin: 120px 0 0;
  background: url("/recruitsite/img/people/common/bg.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  padding: 68px 24.74vw 68px 73px;
  position: relative;
  color: #fff;
}
.people_detail .txt_wrap::before {
  content: "";
  display: block;
  width: 22.041vw;
  height: 17.679vw;
  background-image: url("/recruitsite/img/people/common/img_human2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 27px;
}
@media (max-width: 767px) {
  .people_detail .txt_wrap::before {
    width: 211px;
    height: 170px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .people_detail .txt_wrap {
    background-size: cover;
    margin: 60px 0 0;
    padding: 45px 24px 180px;
  }
}
.people_detail .txt_wrap dl dt {
  width: 35vw;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .people_detail .txt_wrap dl dt {
    width: 100%;
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
.people_detail .txt_wrap dl dd {
  font-size: 2rem;
  padding-left: 10px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .people_detail .txt_wrap dl dd {
    font-size: 1.6rem;
  }
}
.people_detail .btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .people_detail .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    margin-top: 60px;
  }
}
.people_detail .btn_wrap a {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #0A2466;
  border-radius: 20px;
  padding: 30px 68px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .people_detail .btn_wrap a {
    font-size: 1.6rem;
    padding: 26px 60px;
  }
}
.people_detail .btn_wrap a:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 19px;
  background: url(/recruitsite/img/common/arrow_white.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.people_detail .btn_wrap a.next_btn:before {
  right: 33px;
}
.people_detail .btn_wrap a.previous_btn:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 33px;
}

/* --------------------

environment

-------------------- */
/* --------------------

environment共通

-------------------- */
.environment .content {
  padding-bottom: 115px;
}
@media (max-width: 767px) {
  .environment .content {
    padding-bottom: 70px;
  }
}
.environment .c_hdg1 {
  padding-top: 110px;
  padding-bottom: 170px;
  position: relative;
}
@media (max-width: 767px) {
  .environment .c_hdg1 {
    padding: 0 0 70px;
  }
}
.environment .c_hdg1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
.environment .sec01 {
  padding-bottom: 215px;
  position: relative;
}
@media (max-width: 767px) {
  .environment .sec01 {
    padding-bottom: 70px;
  }
}
.environment .sec01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}

/* --------------------

⾃⼰成⻑するための教育環境

-------------------- */
.training .c_hdg1::after {
  width: 316.98px;
  height: 129.51px;
  background-image: url("/recruitsite/img/environment/training/img_human1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 171px;
  bottom: -22px;
}
@media (max-width: 767px) {
  .training .c_hdg1::after {
    width: 196px;
    height: 80px;
    right: 0;
    bottom: -19px;
  }
}
.training .sec01 {
  padding-top: 95px;
}
@media (max-width: 767px) {
  .training .sec01 {
    padding-top: 45px;
  }
}
.training .sec01 .training_lead {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.09;
  margin-bottom: 105px;
}
@media (max-width: 767px) {
  .training .sec01 .training_lead {
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}
.training .sec01 .training_hdg {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.28em;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .training .sec01 .training_hdg {
    font-size: 2.4rem;
    margin-bottom: 45px;
  }
}
.training .sec01 .blue {
  color: #00A0E9;
}
.training .sec01 .training_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 60px;
  gap: 40px;
}
@media (max-width: 767px) {
  .training .sec01 .training_list {
    gap: 20px;
    margin-top: 30px;
  }
}
.training .sec01 .training_list li {
  width: calc(50% - 20px);
  background: #DFF5FF;
  border-radius: 20px;
  padding: 2.604vw 3.125vw 2.604vw 2.083vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .training .sec01 .training_list li {
    width: 100%;
    padding: 24px;
  }
}
.training .sec01 .training_list li img {
  display: block;
  width: 20.83%;
}
.training .sec01 .training_list li dl {
  width: 73.6%;
}
.training .sec01 .training_list li dl dt {
  font-size: 3rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .training .sec01 .training_list li dl dt {
    font-size: 2rem;
  }
}
.training .sec01 .training_list li dl dd {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .training .sec01 .training_list li dl dd {
    font-size: 1.6rem;
  }
}
.training .sec01 .training_box02 {
  margin-top: 110px;
}
@media (max-width: 767px) {
  .training .sec01 .training_box02 {
    margin-top: 55px;
  }
}
.training .sec01::after {
  width: 118.75px;
  height: 172.08px;
  background-image: url("/recruitsite/img/environment/training/img_human2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -52px;
  right: 260px;
}
@media (max-width: 767px) {
  .training .sec01::after {
    width: 55px;
    height: 80px;
    bottom: -22px;
    right: 15px;
  }
}

/* --------------------

⾃⼰成⻑するための教育環境

-------------------- */
.workstyle .c_hdg1::after {
  width: 124.29px;
  height: 160.68px;
  background-image: url("/recruitsite/img/environment/workstyle/img_human1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 173px;
  bottom: -43px;
}
@media (max-width: 767px) {
  .workstyle .c_hdg1::after {
    width: 62px;
    height: 80px;
    bottom: -22px;
    right: 15px;
  }
}
.workstyle .c_lead {
  max-width: 820px;
  margin-bottom: 105px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.09;
}
@media (min-width: 768px) {
  .workstyle .c_lead {
    padding-top: 95px;
  }
}
@media (max-width: 767px) {
  .workstyle .c_lead {
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
}
.workstyle_box {
  border-radius: 20px;
  background: #dff5ff;
  padding: 5.729vw 5.208vw 5.99vw;
  position: relative;
}
@media (max-width: 767px) {
  .workstyle_box {
    padding: 40px 24px;
  }
}
.workstyle_box:nth-of-type(3)::after {
  top: -70px;
  width: 184.199px;
  height: 125.248px;
  background-image: url("/recruitsite/img/environment/workstyle/img_human3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .workstyle_box:nth-of-type(3)::after {
    top: -33px;
    width: 95.78px;
    height: 64.97px;
  }
}
.workstyle_box:nth-of-type(4)::after {
  background-image: url("/recruitsite/img/environment/workstyle/img_human4.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.workstyle_box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 143.03px;
  height: 144.25px;
  background-image: url("/recruitsite/img/environment/workstyle/img_human2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 172px;
  top: -83px;
}
@media (max-width: 767px) {
  .workstyle_box::after {
    width: 79px;
    height: 80px;
    top: -45px;
    right: 15px;
  }
}
.workstyle_box_hdg {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.28em;
}
@media (max-width: 767px) {
  .workstyle_box_hdg {
    font-size: 2.4rem;
  }
}
.workstyle_box_flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px 5%;
  margin-top: 93px;
}
@media (max-width: 767px) {
  .workstyle_box_flex {
    gap: 40px;
    margin-top: 45px;
  }
}
.workstyle_box_flex li {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  width: 21.2%;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .workstyle_box_flex li {
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  .workstyle_box_flex li {
    font-size: 1.6rem;
    width: 100%;
  }
}
.workstyle_box_flex li img + p {
  font-size: 3rem;
  margin: 17px 0 12px;
  line-height: 1.4;
  height: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .workstyle_box_flex li img + p {
    font-size: 2rem;
    height: auto;
  }
}
.workstyle_box_flex li img + p + p {
  text-align: left;
}
.workstyle_box + .workstyle_box {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .workstyle_box + .workstyle_box {
    margin-top: 60px;
  }
}

/* --------------------

宝印刷で描けるキャリア

-------------------- */
.career .c_hdg1::after {
  width: 199.32px;
  height: 152.59px;
  background-image: url("/recruitsite/img/environment/career/img_human1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 173px;
  bottom: -35px;
}
@media (max-width: 767px) {
  .career .c_hdg1::after {
    width: 104px;
    height: 80px;
    right: 0;
    bottom: -19px;
  }
}
.career .c_lead {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.09;
}
@media (min-width: 768px) {
  .career .c_lead {
    padding-top: 95px;
  }
}
@media (max-width: 767px) {
  .career .c_lead {
    font-size: 1.6rem;
  }
}
.career .c_lead + .career_flex {
  margin-top: 112px;
}
@media (max-width: 767px) {
  .career .c_lead + .career_flex {
    margin-top: 60px;
  }
}
.career .sec01::after {
  width: 133.22px;
  height: 172.9px;
  background-image: url("/recruitsite/img/environment/career/img_human2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -45px;
  right: 246px;
}
@media (max-width: 767px) {
  .career .sec01::after {
    width: 62px;
    height: 80px;
    bottom: -22px;
    right: 15px;
  }
}
.career_flex {
  gap: 80px;
}
@media (max-width: 767px) {
  .career_flex {
    gap: 40px;
  }
}
.career_flex > div {
  width: 47.619%;
  max-width: 800px;
}
@media (max-width: 767px) {
  .career_flex > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .career_flex_text {
    padding-top: 35px;
  }
}
.career_flex_text .c_category {
  max-width: 132px;
  border-radius: 9px;
}
@media (max-width: 767px) {
  .career_flex_text .c_category {
    max-width: 110px;
  }
}
.career_flex_text .c_title {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .career_flex_text .c_title {
    margin-bottom: 24px;
  }
}
.career_flex_img {
  border-radius: 20px;
  background: #DFF5FF;
  overflow: hidden;
}
.career_flex_img .c_category {
  width: 120px;
  min-width: 120px;
  border: 1px solid #333;
  background: none;
  color: #333;
  font-size: 1.6rem;
}
.career_flex + .career_flex {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .career_flex + .career_flex {
    margin-top: 60px;
  }
}
.career_list {
  padding: 40px 40px 40px 60px;
}
@media (max-width: 767px) {
  .career_list {
    padding: 20px;
  }
}
.career_list_item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1300px) {
  .career_list_item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .career_list_item {
    gap: 5px;
  }
}
.career_list_item .c_category {
  margin: 0;
}
.career_list_item .c_text {
  margin-top: 4px;
}
.career_list_item + .career_list_item {
  margin-top: 20px;
}

/* --------------------

事業所紹介（本社、大阪支店、名古屋支店）

-------------------- */
.office .sec01::after {
  content: "";
  display: block;
  width: 184.199px;
  height: 125.248px;
  background-image: url("/recruitsite/img/environment/office/img_human1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 293px;
  top: -59px;
}
@media (max-width: 767px) {
  .office .sec01::after {
    width: 83.78px;
    height: 56.97px;
    right: 0;
    top: -19px;
  }
}
.office .c_lead {
  margin-bottom: 74px;
}
@media (max-width: 767px) {
  .office .c_lead {
    margin-bottom: 50px;
  }
}
.office_map {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .office_map {
    padding: 24px 0;
  }
}
.office_map img {
  display: block;
  max-width: 1163px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .office_map img {
    max-width: 100%;
  }
}
.office_box .office_img_flex {
  gap: 21px;
  margin-bottom: 76px;
}
@media (max-width: 767px) {
  .office_box .office_img_flex {
    margin-bottom: 24px;
  }
}
.office_box .office_img_flex figure {
  display: block;
  width: calc((100% - 42px) / 3);
  position: relative;
}
@media (max-width: 767px) {
  .office_box .office_img_flex figure {
    width: 100%;
  }
  .office_box .office_img_flex figure img {
    width: 100%;
  }
}
.office_box .office_img_flex figure figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 1.4rem;
  text-shadow: #000 1px 0 10px;
  line-height: 1.3;
  text-align: right;
}
@media (max-width: 767px) {
  .office_box .office_img_flex figure figcaption {
    right: 15px;
    bottom: 15px;
  }
}
.office_box.osaka .office_title {
  margin-top: 115px;
}
@media (max-width: 767px) {
  .office_box.osaka .office_title {
    margin-top: 70px;
    margin-bottom: 16px;
  }
}
.office_box.osaka .office_title::before {
  content: "";
  display: block;
  width: 95.744px;
  height: 159.67px;
  background-image: url("/recruitsite/img/environment/office/img_human3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -84px;
  right: 73px;
}
@media (max-width: 767px) {
  .office_box.osaka .office_title::before {
    width: 64.73px;
    height: 93.8px;
    top: -65px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .office_box.nagoya .office_title {
    margin-top: 110px;
  }
}
.office_box.nagoya .office_title::before {
  content: "";
  display: block;
  width: 124.289px;
  height: 160.677px;
  background-image: url("/recruitsite/img/environment/office/img_human4.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -97px;
  left: 111px;
}
@media (max-width: 767px) {
  .office_box.nagoya .office_title::before {
    width: 94.289px;
    height: 130.677px;
    top: -90px;
    left: 0;
  }
}
.office_title {
  margin: 120px 0 80px;
  position: relative;
}
@media (max-width: 767px) {
  .office_title {
    margin: 40px 0 16px;
  }
}
.office_title p {
  width: 100%;
  text-align: center;
  position: relative;
}
.office_title p span {
  display: block;
  width: 250px;
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #0268AA;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .office_title p span {
    width: 80px;
    height: 80px;
    font-size: 1.4rem;
  }
}
.office_title p::before, .office_title p::after {
  content: "";
  display: block;
  width: calc(50% - 190px);
  height: 1px;
  background-color: #0268AA;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .office_title p::before, .office_title p::after {
    width: calc(50% - 80px);
  }
}
.office_title p::before {
  left: 0;
}
.office_title p::after {
  right: 0;
}
.office_flex {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767px) {
  .office_flex {
    gap: 24px;
  }
}
.office_flex > p {
  width: 52.02381%;
  border-right: solid 1px #333333;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .office_flex > p {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
.office_flex > .office_address {
  width: 47.97619%;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .office_flex > .office_address {
    width: 100%;
    padding-left: 0;
  }
}
.office_address_title {
  font-size: 1.8rem;
  color: #0268AA;
  text-align: center;
  padding: 6.25px 19px;
  border: solid 1px #0268AA;
  border-radius: 18px;
  background-color: #ffffff;
  margin-bottom: 10px;
  display: block;
  max-width: 104px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .office_address_title {
    font-size: 1.6rem;
    padding: 4px 10px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.office_address_access dt {
  font-weight: bold;
  border-bottom: 1px dotted #333333;
  padding-bottom: 5px;
}
.office_address_access dd {
  padding: 5px 0 15px;
}
.office_content {
  gap: 21px;
}
.office_content_text {
  width: 47.619048%;
  max-width: 800px;
}
.office_content_text.w100 {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .office_content_text {
    width: 100%;
    max-width: 100%;
  }
}
.office_content_text .c_text {
  margin-top: -5px;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .office_content_text .c_text {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.office_content img {
  display: block;
  width: 47.619048%;
  max-width: 800px;
}
@media (max-width: 767px) {
  .office_content img {
    width: 100%;
    max-width: 100%;
  }
}
.office .movie {
  padding: 207px 0 96px;
  position: relative;
}
@media (max-width: 767px) {
  .office .movie {
    padding: 70px 0 0;
  }
}
.office .movie::before {
  content: "";
  display: block;
  width: 133.225px;
  height: 172.896px;
  background-image: url("/recruitsite/img/environment/office/img_human5.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -138px;
  right: 198px;
}
@media (max-width: 767px) {
  .office .movie::before {
    width: 66.1px;
    height: 66.67px;
    top: -45px;
    right: 0;
  }
}
.office .movie::after {
  content: "";
  display: block;
  width: 143.025px;
  height: 144.246px;
  background-image: url("/recruitsite/img/environment/office/img_human6.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 76px;
  left: 266px;
}
@media (max-width: 767px) {
  .office .movie::after {
    width: 83px;
    height: 84px;
    top: -20px;
    left: 15px;
  }
}
.office .movie .c_hdg2 {
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  .office .movie .c_hdg2 {
    margin-bottom: 24px;
  }
}
.office .movie .c_flex {
  gap: 21px;
}
@media (max-width: 767px) {
  .office .movie .c_flex {
    gap: 32px;
  }
}
.office .movie_box {
  width: calc((100% - 21px) / 2);
  max-width: 800px;
}
@media (max-width: 767px) {
  .office .movie_box {
    width: 100%;
    max-width: 100%;
  }
}
.office .movie_box video {
  display: block;
  width: 100%;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .office .movie_box video {
    margin-bottom: 24px;
  }
}
.office .movie_box .iframe {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .office .movie_box .iframe {
    margin-bottom: 24px;
  }
}
.office .movie_box .iframe iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
}
.office .movie_box .c_text {
  text-align: center;
}

/* --------------------

recruitment

-------------------- */
/* --------------------

採用共通

-------------------- */
.recruitment .content {
  padding-bottom: 115px;
}
@media (max-width: 767px) {
  .recruitment .content {
    padding-bottom: 70px;
  }
}
.recruitment .c_hdg1 {
  padding-top: 110px;
  padding-bottom: 170px;
  position: relative;
}
@media (max-width: 767px) {
  .recruitment .c_hdg1 {
    padding: 0 0 70px;
  }
}
.recruitment .c_hdg1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
.recruitment .sec01 {
  padding-bottom: 215px;
  position: relative;
}
@media (max-width: 767px) {
  .recruitment .sec01 {
    padding-bottom: 70px;
  }
}
.recruitment .sec01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
.recruitment .btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .recruitment .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    margin-top: 60px;
  }
}
.recruitment .btn_wrap a {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #0A2466;
  border-radius: 20px;
  padding: 30px 68px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .recruitment .btn_wrap a {
    font-size: 1.6rem;
    padding: 26px 60px;
  }
}
.recruitment .btn_wrap a:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 19px;
  background: url(/recruitsite/img/common/arrow_white.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.recruitment .btn_wrap a.next_btn:before {
  right: 33px;
}

/* --------------------

大切にしていること

-------------------- */
.message .c_hdg1 {
  line-height: 1.125;
}
@media (max-width: 767px) {
  .message .c_hdg1 {
    line-height: 1.25;
  }
}
.message .c_hdg1::after {
  width: 109.41px;
  height: 158.55px;
  background-image: url("/recruitsite/img/recruitment/message/img_human1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 140px;
  bottom: -40px;
}
@media (max-width: 767px) {
  .message .c_hdg1::after {
    width: 55px;
    height: 80px;
    bottom: -22px;
    right: 15px;
  }
}
.message .c_hdg1 .sub {
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .message .c_hdg1 .sub {
    font-size: 1.6rem;
  }
}
.message .c_lead {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.09;
}
@media (min-width: 768px) {
  .message .c_lead {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .message .c_lead {
    font-size: 1.6rem;
  }
}
.message .txt_wrap {
  margin: 120px 0 0;
  background: #DFF5FF;
  border-radius: 20px;
  padding: 90px 7.292vw;
  position: relative;
}
.message .txt_wrap::before {
  content: "";
  display: block;
  width: 96px;
  height: 160px;
  background-image: url("/recruitsite/img/recruitment/message/img_human2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -100px;
  right: 140px;
}
@media (max-width: 767px) {
  .message .txt_wrap::before {
    width: 48px;
    height: 80px;
    bottom: -20px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .message .txt_wrap {
    margin: 60px 0 0;
    padding: 45px 24px;
  }
}
.message .txt_wrap dl dt, .message .txt_wrap dl dd {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .message .txt_wrap dl dt, .message .txt_wrap dl dd {
    font-size: 2rem;
    line-height: 2;
  }
}
.message .txt_wrap dl dt {
  margin-bottom: 50px;
  font-size: 3rem;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .message .txt_wrap dl dt {
    margin-bottom: 15px;
  }
}
.message .txt_wrap dl dd {
  max-width: 700px;
  margin: 0 auto;
  padding-left: 1em;
  line-height: 2;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .message .txt_wrap dl dd {
    max-width: 425px;
  }
}

/* --------------------

新卒採用

-------------------- */
.recruitment01 .c_hdg1::after {
  width: 109.41px;
  height: 158.55px;
  background-image: url("/recruitsite/img/recruitment/requirement01/img_human1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 140px;
  bottom: -40px;
}
@media (max-width: 767px) {
  .recruitment01 .c_hdg1::after {
    width: 55px;
    height: 80px;
    bottom: -22px;
    right: 15px;
  }
}
.recruitment01 .sec01 {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .recruitment01 .sec01 {
    padding-top: 70px;
  }
}
.recruitment01 .sec01 table {
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .recruitment01 .sec01 table, .recruitment01 .sec01 table tbody, .recruitment01 .sec01 table tr, .recruitment01 .sec01 table th, .recruitment01 .sec01 table td {
    display: block;
  }
  .recruitment01 .sec01 table tr:first-child th {
    padding-top: 0;
  }
}
.recruitment01 .sec01 table th {
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  color: #0a2466;
  width: 220px;
  border-bottom: 1px solid #333333;
  padding: 35px 40px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 767px) {
  .recruitment01 .sec01 table th {
    font-size: 1.8rem;
    width: 100%;
    padding: 25px 12px 10px;
    border-bottom: none;
  }
}
.recruitment01 .sec01 table td {
  width: calc(100% - 220px);
  font-size: 1.8rem;
  border-bottom: 1px solid #333333;
  padding: 35px 40px;
  line-height: 2;
}
@media (max-width: 767px) {
  .recruitment01 .sec01 table td {
    width: 100%;
    padding: 0 12px 25px;
    font-size: 1.6rem;
  }
}
.recruitment01 .sec01 table td em {
  font-weight: 500;
  font-size: 2rem;
  font-style: normal;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .recruitment01 .sec01 table td em {
    font-size: 1.8rem;
  }
}
.recruitment01 .sec01 table td ul li + li {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .recruitment01 .sec01 table td ul li + li {
    margin-top: 15px;
  }
}
.recruitment01 .sec01::after {
  width: 130.73px;
  height: 158.55px;
  background-image: url("/recruitsite/img/recruitment/requirement01/img_human2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 249px;
  bottom: -45px;
}
@media (max-width: 767px) {
  .recruitment01 .sec01::after {
    width: 66px;
    height: 80px;
    bottom: -22px;
    right: 15px;
  }
}

/* --------------------

翻訳者採⽤

-------------------- */
.recruitment03 .c_hdg1::after {
  width: 109.41px;
  height: 158.55px;
  background-image: url("/recruitsite/img/recruitment/requirement01/img_human1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 140px;
  bottom: -40px;
}
@media (max-width: 767px) {
  .recruitment03 .c_hdg1::after {
    width: 55px;
    height: 80px;
    bottom: -22px;
    right: 15px;
  }
}
.recruitment03 .c_lead {
  max-width: 100%;
}
.recruitment03 .c_lead + .c_note {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 1.4rem;
}
.recruitment03 .sec01 table {
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .recruitment03 .sec01 table, .recruitment03 .sec01 table tbody, .recruitment03 .sec01 table tr, .recruitment03 .sec01 table th, .recruitment03 .sec01 table td {
    display: block;
  }
  .recruitment03 .sec01 table tr:first-child th {
    padding-top: 0;
  }
}
.recruitment03 .sec01 table th {
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  color: #0a2466;
  width: 260px;
  border-bottom: 1px solid #333333;
  padding: 35px 40px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 767px) {
  .recruitment03 .sec01 table th {
    font-size: 1.8rem;
    width: 100%;
    padding: 25px 12px 10px;
    border-bottom: none;
  }
}
.recruitment03 .sec01 table td {
  width: calc(100% - 260px);
  font-size: 1.8rem;
  border-bottom: 1px solid #333333;
  padding: 35px 40px;
  line-height: 2;
}
@media (max-width: 767px) {
  .recruitment03 .sec01 table td {
    width: 100%;
    padding: 0 12px 25px;
    font-size: 1.6rem;
  }
}
.recruitment03 .sec01 table td em {
  font-weight: 500;
  font-size: 2rem;
  font-style: normal;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .recruitment03 .sec01 table td em {
    font-size: 1.8rem;
  }
}
.recruitment03 .sec01 table td ul li + li {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .recruitment03 .sec01 table td ul li + li {
    margin-top: 15px;
  }
}
.recruitment03 .sec01::after {
  width: 130.73px;
  height: 158.55px;
  background-image: url("/recruitsite/img/recruitment/requirement01/img_human2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 249px;
  bottom: -45px;
}
@media (max-width: 767px) {
  .recruitment03 .sec01::after {
    width: 66px;
    height: 80px;
    bottom: -22px;
    right: 15px;
  }
}

/* --------------------

よくある質問

-------------------- */
.faq .c_hdg1::after {
  width: 129.99px;
  height: 162.84px;
  background-image: url("/recruitsite/img/recruitment/faq/img_human1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 130px;
  bottom: -47px;
}
@media (max-width: 767px) {
  .faq .c_hdg1::after {
    width: 64px;
    height: 80px;
    bottom: -22px;
    right: 15px;
  }
}
.faq .sec01 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .faq .sec01 {
    padding-top: 70px;
  }
}
.faq .sec01 .fadein + .fadein {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .faq .sec01 .fadein + .fadein {
    margin-top: 60px;
  }
}
.faq .sec01 h2 {
  text-align: center;
  font-weight: 500;
  font-size: 4.8rem;
  margin-bottom: 98px;
  letter-spacing: 0.28em;
}
@media (max-width: 767px) {
  .faq .sec01 h2 {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}
.faq .sec01 h2 .blue {
  color: #00A0E9;
}
.faq .sec01 .faq_accordion_wrap .faq_accordion {
  position: relative;
  border-bottom: 1px solid #333333;
}
.faq .sec01 .faq_accordion_wrap .faq_accordion.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq .sec01 .faq_accordion_wrap .faq_accordion::before, .faq .sec01 .faq_accordion_wrap .faq_accordion::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 30px;
  background: #0A2466;
  top: 40px;
  right: 55px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .faq .sec01 .faq_accordion_wrap .faq_accordion::before, .faq .sec01 .faq_accordion_wrap .faq_accordion::after {
    height: 20px;
    top: 25px;
    right: 20px;
  }
}
.faq .sec01 .faq_accordion_wrap .faq_accordion::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq .sec01 .faq_accordion_wrap .faq_accordion:first-child {
  border-top: 1px solid #0A2466;
}
.faq .sec01 .faq_accordion_wrap .faq_accordion h3 button {
  width: 100%;
  font-weight: normal;
  text-align: left;
  color: #0A2466;
  font-size: 2.2rem;
  padding: 37px 90px 37px 40px;
}
@media (max-width: 767px) {
  .faq .sec01 .faq_accordion_wrap .faq_accordion h3 button {
    font-size: 1.8rem;
    padding: 20px 40px 20px 20px;
  }
}
.faq .sec01 .faq_accordion_wrap .faq_accordion .faq-content {
  padding: 0 90px 37px 40px;
}
@media (max-width: 767px) {
  .faq .sec01 .faq_accordion_wrap .faq_accordion .faq-content {
    padding: 0 40px 20px 20px;
  }
}
.faq .sec01 .faq_accordion_wrap .faq_accordion .faq-content p {
  font-size: 1.8rem;
  margin-top: -7px;
  line-height: 2;
}
@media (max-width: 767px) {
  .faq .sec01 .faq_accordion_wrap .faq_accordion .faq-content p {
    font-size: 1.6rem;
    margin-top: -5px;
  }
}
.faq .sec01::after {
  width: 133.22px;
  height: 172.9px;
  background-image: url("/recruitsite/img/recruitment/faq/img_human2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 251px;
  bottom: -51px;
}
@media (max-width: 767px) {
  .faq .sec01::after {
    width: 62px;
    height: 80px;
    bottom: -22px;
    right: 15px;
  }
}

/* --------------------

Entry

-------------------- */
.entry .c_hdg1 {
  line-height: 1.125;
}
@media (max-width: 767px) {
  .entry .c_hdg1 {
    line-height: 1.25;
  }
}
.entry .c_hdg1::after {
  width: 109.41px;
  height: 158.55px;
  background-image: url("/recruitsite/img/recruitment/message/img_human1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: 140px;
  bottom: -40px;
}
@media (max-width: 767px) {
  .entry .c_hdg1::after {
    width: 55px;
    height: 80px;
    bottom: -22px;
    right: 15px;
  }
}
.entry .sec01 {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .entry .sec01 {
    padding-top: 70px;
  }
}
.entry h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .entry h2 {
    margin-bottom: 15px;
  }
}
.entry .entryField {
  margin: 120px 0 40px;
  background: #DFF5FF;
  border-radius: 20px;
  padding: 90px 7.292vw;
}
@media (max-width: 767px) {
  .entry .entryField {
    margin: 0 0 40px;
    padding: 45px 24px;
  }
}
.entry .entryField p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .entry .entryField p {
    font-size: 1.6rem;
  }
}
.entry .entryField p.entryField_title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .entry .entryField p.entryField_title {
    margin-bottom: 15px;
  }
}
.entry .entryField .entryBanner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .entry .entryField .entryBanner {
    margin-top: 15px;
  }
}