/* LESS Document */
body {
  background: url(../img/bg_workplace_pc.webp) repeat right 0;
}
@media screen and (max-width: 767px) {
  body {
    background: url(../img/bg_workplace_sp.webp) repeat center 0;
  }
}
body::before {
  content: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	pageHeader
+++++++++++++++++++++++++++++++++++++++++++ */
.pageHeader hgroup {
  padding-left: 240px;
}
@media screen and (max-width: 767px) {
  .pageHeader hgroup {
    padding-left: 24vw;
  }
}
.pageHeader hgroup h1 {
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .pageHeader hgroup h1 {
    margin-left: -1rem;
  }
}
.pageHeader hgroup p {
  color: #9661B9;
}
.pageHeader hgroup p span {
  top: -24px;
  left: -240px;
}
@media screen and (max-width: 767px) {
  .pageHeader hgroup p span {
    top: -7vw;
    left: -24vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	subNav
+++++++++++++++++++++++++++++++++++++++++++ */
.subNav ul a {
  text-decoration: none;
}
.subNav ul a li {
  min-width: 315px;
  max-width: max-content;
  width: 100%;
  padding: 2px 20px;
  background: #fff;
  border: 3px solid #9661B9;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #9661B9;
}
@media screen and (max-width: 767px) {
  .subNav ul a li {
    min-width: auto;
    max-width: 62%;
    padding: 2px 15px;
    font-size: 4vw;
  }
}
.subNav ul a li:first-child {
  margin-bottom: 13px;
}
.subNav ul a li:hover {
  background: #9661B9;
  color: #fff;
}
.subNav ul a li:hover::before {
  background: url(../img/subNav_icon_hover.svg) no-repeat center / cover;
}
.subNav ul a li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 18px;
  width: 20px;
  height: 20px;
  background: url(../img/subNav_icon.svg) no-repeat center / cover;
}
@media screen and (max-width: 767px) {
  .subNav ul a li::before {
    top: 1.5vw;
    right: 2vw;
    width: 5vw;
    height: 5vw;
  }
}
.subNav ul a li.active {
  background: #9661B9;
  color: #fff;
}
.subNav ul a li.active::before {
  content: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	article
+++++++++++++++++++++++++++++++++++++++++++ */
article.box {
  padding: 60px;
}
@media screen and (max-width: 767px) {
  article.box {
    padding: 20px;
  }
}
article h2 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 3.6rem;
  text-shadow: 3px 0 #fff, -3px 0 #fff, 0 3px #fff, 0 -3px #fff, 2px 2px #fff, -2px 2px #fff, 2px -2px #fff, -2px -2px #fff, 1px 3px #fff, -1px 3px #fff, 3px 1px #fff, -3px 1px #fff;
}
@media screen and (max-width: 767px) {
  article h2 {
    font-size: 7.2vw;
  }
}
article h3 {
  margin: 55px 0 20px;
  padding: 0;
  border: none;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	ctaArea
+++++++++++++++++++++++++++++++++++++++++++ */
.ctaArea {
  padding: 40px 10px 60px;
}
@media screen and (max-width: 767px) {
  .ctaArea {
    padding: 20px 10px;
  }
}
.ctaArea p {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .ctaArea p {
    font-size: 6.4vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	lead
+++++++++++++++++++++++++++++++++++++++++++ */
.lead {
  margin-bottom: 75px;
}
.lead h2 {
  text-shadow: 3px 0 #761FB1, -3px 0 #761FB1, 0 3px #761FB1, 0 -3px #761FB1, 2px 2px #761FB1, -2px 2px #761FB1, 2px -2px #761FB1, -2px -2px #761FB1, 1px 3px #761FB1, -1px 3px #761FB1, 3px 1px #761FB1, -3px 1px #761FB1;
  color: #fff;
}
.lead p {
  font-weight: 500;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	workLifeArea
+++++++++++++++++++++++++++++++++++++++++++ */
.workLifeArea {
  margin-bottom: 65px;
  position: relative;
  padding: 55px 60px 60px!important;
}
@media screen and (max-width: 1023px) {
  .workLifeArea {
    padding: 30px!important;
  }
}
@media screen and (max-width: 767px) {
  .workLifeArea {
    padding: 20px!important;
  }
}
.workLifeArea .workLifeBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  max-width: 635px;
  margin: 0 auto 32px auto;
}
@media screen and (max-width: 1023px) {
  .workLifeArea .workLifeBox {
    max-width: 540px;
  }
}
@media screen and (max-width: 767px) {
  .workLifeArea .workLifeBox {
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
    gap: 15px 10px;
    margin-bottom: 15px;
  }
}
.workLifeArea .workLifeBox_Text {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .workLifeArea .workLifeBox_Text {
    width: calc((100% / 2) - 20px);
    gap: 10px;
  }
}
.workLifeArea .workLifeBox_Text h3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .workLifeArea .workLifeBox_Text h3 {
    font-size: 4vw;
  }
}
.workLifeArea .workLifeBox_Text .time {
  width: 165px;
  height: 165px;
  background: #9661B9;
  border-radius: 50%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #fff;
  vertical-align: bottom;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .workLifeArea .workLifeBox_Text .time {
    width: 35vw;
    height: 35vw;
    padding-top: 7vw;
  }
}
.workLifeArea .workLifeBox_Text .time .number {
  font-size: 6.4rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 767px) {
  .workLifeArea .workLifeBox_Text .time .number {
    font-size: 12vw;
  }
}
.workLifeArea::after {
  content: '';
  background: url(../img/worklife_img_1.webp) no-repeat center / cover;
  width: 115px;
  height: 181px;
  position: absolute;
  bottom: 104px;
  left: 60px;
}
@media screen and (max-width: 1023px) {
  .workLifeArea::after {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .workLifeArea::after {
    width: 22vw;
    height: 34vw;
    left: 3vw;
    bottom: 15vw;
  }
}
.workLifeArea::before {
  content: '';
  background: url(../img/worklife_img_2.webp) no-repeat center / cover;
  width: 90px;
  height: 222px;
  position: absolute;
  bottom: 104px;
  right: 60px;
}
@media screen and (max-width: 1023px) {
  .workLifeArea::before {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .workLifeArea::before {
    width: 15vw;
    height: 38vw;
    right: 3vw;
    bottom: 15vw;
  }
}
.workLifeArea p {
  font-size: 1.6rem;
  color: #957EA4;
  max-width: 798px;
}
@media screen and (max-width: 767px) {
  .workLifeArea p {
    font-size: 3.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	complianceArea
+++++++++++++++++++++++++++++++++++++++++++ */
.complianceArea {
  margin-bottom: 77px;
}
@media screen and (max-width: 1023px) {
  .complianceArea {
    padding: 30px!important;
  }
}
@media screen and (max-width: 767px) {
  .complianceArea {
    padding: 20px!important;
  }
}
.complianceArea .complianceBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  height: 404px;
}
@media screen and (max-width: 1023px) {
  .complianceArea .complianceBox {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .complianceArea .complianceBox {
    flex-direction: column;
    height: auto;
    gap: 40px;
  }
}
.complianceArea .complianceBox_Item {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .complianceArea .complianceBox_Item {
    width: auto;
  }
}
.complianceArea .complianceBox_Item:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .complianceArea .complianceBox_Item:nth-of-type(2) {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .complianceArea .complianceBox_Item_Text {
    display: contents;
  }
}
.complianceArea .complianceBox_Item_Text h3 {
  font-size: 2.2rem;
  color: #9661B9;
  margin: 0 0 13px;
}
@media screen and (max-width: 767px) {
  .complianceArea .complianceBox_Item_Text h3 {
    font-size: 5.2vw;
  }
}
.complianceArea .complianceBox_Item_Text p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .complianceArea .complianceBox_Item_Text p {
    order: 1;
    margin-top: 10px;
  }
}
.complianceArea .complianceBox_Item_Img {
  text-align: center;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	communicationArea
+++++++++++++++++++++++++++++++++++++++++++ */
.communicationArea {
  margin-bottom: 95px;
}
@media screen and (max-width: 1023px) {
  .communicationArea {
    padding: 30px!important;
  }
}
@media screen and (max-width: 767px) {
  .communicationArea {
    padding: 20px!important;
  }
}
.communicationArea .communicationBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .communicationArea .communicationBox {
    flex-direction: column-reverse;
    gap: 0;
    margin-bottom: 40px;
  }
}
.communicationArea .communicationBox:last-child {
  margin-bottom: 0;
  gap: 31px;
}
@media screen and (max-width: 767px) {
  .communicationArea .communicationBox:last-child {
    gap: 0;
  }
}
.communicationArea .communicationBox_Img {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .communicationArea .communicationBox_Img {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .communicationArea .communicationBox_Img img {
    width: 30vw;
  }
}
.communicationArea .communicationBox_Text {
  border-left: 3px solid #D4B6CB;
  padding: 5px 0 0 16px;
}
@media screen and (max-width: 767px) {
  .communicationArea .communicationBox_Text {
    border-left: none;
    padding: 0;
    display: contents;
  }
}
.communicationArea .communicationBox_Text h3 {
  font-size: 2.2rem;
  color: #9661B9;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .communicationArea .communicationBox_Text h3 {
    font-size: 5.2vw;
    margin: 0 0 20px;
  }
}
.communicationArea .communicationBox_Text p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .communicationArea .communicationBox_Text p {
    order: -1;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	systemArea
+++++++++++++++++++++++++++++++++++++++++++ */
.systemArea {
  margin-bottom: 166px;
}
@media screen and (max-width: 767px) {
  .systemArea {
    margin-bottom: 100px;
  }
}
.systemArea h2 {
  font-size: 4.4rem;
  margin: 0 0 42px;
  text-shadow: 3px 0 #fff, -3px 0 #fff, 0 3px #fff, 0 -3px #fff, 2px 2px #fff, -2px 2px #fff, 2px -2px #fff, -2px -2px #fff, 1px 3px #fff, -1px 3px #fff, 3px 1px #fff, -3px 1px #fff;
  color: #EF6D1C;
}
@media screen and (max-width: 767px) {
  .systemArea h2 {
    font-size: 8.8vw;
  }
}
.systemArea .systemBox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 50px 30px;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .systemArea .systemBox {
    max-width: 755px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .systemArea .systemBox {
    gap: 30px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .systemArea .systemBox:after {
    content: "";
    display: block;
    width: 220px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .systemArea .systemBox:after {
    display: none;
  }
}
.systemArea .systemBox_Item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 1023px) {
  .systemArea .systemBox_Item {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .systemArea .systemBox_Item {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .systemArea .systemBox_Item img {
    width: 20vw;
  }
}
.systemArea .systemBox_Item p {
  font-size: 2rem;
  font-weight: bold;
  border-left: none;
  color: #fff;
  background: #F28F51;
  border-radius: 30px;
  padding: 5px 30px;
  margin: 15px 0 0 0;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .systemArea .systemBox_Item p {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .systemArea .systemBox_Item p {
    font-size: 4vw;
    padding: 2vw 3vw;
  }
}
