/* LESS Document */
html {
  scroll-padding-top: 18px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  benefitsNav
+++++++++++++++++++++++++++++++++++++++++++ */
.benefitsNav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  max-width: 1040px;
  margin: 60px auto 0;
}
@media (width <= 767px) {
  .benefitsNav {
    flex-direction: column;
    gap: 50px;
  }
}
.benefitsNav_item {
  width: calc(100% / 3);
  margin-left: -10px;
}
.benefitsNav_item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.benefitsNav_item:nth-of-type(3) {
  transition-delay: 0.4s;
}
@media (width <= 767px) {
  .benefitsNav_item {
    width: 100%;
    transition-delay: 0!important;
  }
}
.benefitsNav_item_circle {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% + 20px);
  margin: 0 0 10px;
  padding: 60px 32px 40px;
  color: #3A3A3A;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
}
@media (width <= 1023px) {
  .benefitsNav_item_circle {
    justify-content: center;
    padding: 40px 32px 60px;
    gap: 18px;
  }
}
@media (width <= 767px) {
  .benefitsNav_item_circle {
    gap: 12px;
    width: 70vw;
    margin: 0 auto 10px;
    padding: 0 32px 30px;
  }
}
.benefitsNav_item_circle[data-name="各種手当"] {
  background: url(../img/bg_circle_1.svg) no-repeat center center / 100% 100%;
}
.benefitsNav_item_circle[data-name="各種手当"] strong {
  color: #AF1C40;
}
.benefitsNav_item_circle[data-name="各種手当"] i {
  background: #AF1C40;
}
.benefitsNav_item_circle[data-name="休暇制度"] {
  background: url(../img/bg_circle_2.svg) no-repeat center center / 100% 100%;
}
.benefitsNav_item_circle[data-name="休暇制度"] strong {
  color: #C24A9D;
}
.benefitsNav_item_circle[data-name="休暇制度"] i {
  background: #C24A9D;
}
.benefitsNav_item_circle[data-name="働き方"] {
  background: url(../img/bg_circle_3.svg) no-repeat center center / 100% 100%;
}
.benefitsNav_item_circle[data-name="働き方"] strong {
  color: #1F296B;
}
.benefitsNav_item_circle[data-name="働き方"] i {
  background: #1F296B;
}
@media (hover: hover) and (pointer: fine) {
  .benefitsNav_item_circle:hover[data-name="各種手当"] {
    background-color: rgba(175, 28, 64, 0.3);
  }
  .benefitsNav_item_circle:hover[data-name="休暇制度"] {
    background-color: rgba(194, 74, 157, 0.3);
  }
  .benefitsNav_item_circle:hover[data-name="働き方"] {
    background-color: rgba(93, 108, 202, 0.3);
  }
}
@media (hover: none) {
  .benefitsNav_item_circle:active[data-name="各種手当"] {
    background-color: rgba(175, 28, 64, 0.3);
  }
  .benefitsNav_item_circle:active[data-name="休暇制度"] {
    background-color: rgba(194, 74, 157, 0.3);
  }
  .benefitsNav_item_circle:active[data-name="働き方"] {
    background-color: rgba(93, 108, 202, 0.3);
  }
}
.benefitsNav_item_circle i {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  color: #FFF;
  font-size: 2.4rem;
  background: #AF1C40;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media (width <= 767px) {
  .benefitsNav_item_circle i {
    width: 48px;
    height: 48px;
    font-size: 1.8rem;
    bottom: -20px;
  }
}
.benefitsNav_item_circle strong {
  line-height: 1.4;
  font-weight: 700;
  font-size: clamp(1px, 2.6vw, 3rem);
  white-space: nowrap;
  letter-spacing: -1px;
}
@media (width <= 767px) {
  .benefitsNav_item_circle strong {
    font-size: 4.2vw;
  }
}
.benefitsNav_item_circle > p {
  margin: 0;
  font-size: clamp(1px, 1.6vw, 1.6rem);
  letter-spacing: -1px;
  text-align: left;
}
@media (width <= 767px) {
  .benefitsNav_item_circle > p {
    font-size: 3.2vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
　　section
+++++++++++++++++++++++++++++++++++++++++++ */
section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 45px;
  margin: 100px 0;
  padding: 0 62px;
}
@media (width <= 1023px) {
  section {
    gap: 20px;
    padding: 0 20px;
  }
}
@media (width <= 767px) {
  section {
    display: block;
    position: relative;
  }
}
section:nth-of-type(even) .benefitsBox {
  order: 1;
}
section[data-category="休暇制度"] .benefitsBox {
  box-shadow: 12px 10px 0 0 #EDBDD4;
}
section[data-category="休暇制度"] .benefitsBox h2 {
  color: #B8326D;
}
section[data-category="働き方"] .benefitsBox,
section[data-category="その他"] .benefitsBox {
  box-shadow: 12px 10px 0 0 #BDCEED;
}
section[data-category="働き方"] .benefitsBox h2,
section[data-category="その他"] .benefitsBox h2 {
  color: #1F296B;
}
section .benefitsBox {
  width: 100%;
  padding: 36px 52px 32px;
  border: #E6E6E6 1px solid;
  border-radius: 20px;
  box-shadow: 12px 10px 0 0 #EDBDBE;
  position: relative;
}
@media (width <= 1023px) {
  section .benefitsBox {
    padding: 32px 32px;
  }
}
@media (width <= 767px) {
  section .benefitsBox {
    padding: 32px 24px 32px;
  }
}
section .benefitsBox h2 {
  margin: 0 0 14px;
  color: #AF1C40;
  font-size: 4rem;
}
@media (width <= 767px) {
  section .benefitsBox h2 {
    margin: 15px 0;
    font-size: 7.2vw;
    line-height: 1.2;
  }
}
section .benefitsBox_system {
  min-width: 174px;
  padding: 9px 18px;
  line-height: 1;
  font-size: 2.4rem;
  text-align: center;
  background: #AF1C40;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: -18px;
  left: 48px;
}
@media (width <= 767px) {
  section .benefitsBox_system {
    width: max-content;
    min-width: 0;
    margin-bottom: 5px;
    font-size: 4.8vw;
    position: static;
  }
}
section .benefitsBox_system[data-name="休暇制度"] {
  background: #C24A9D;
}
section .benefitsBox_system[data-name="働き方"],
section .benefitsBox_system[data-name="その他"] {
  background: #1F296B;
}
section .benefitsBox_system + .benefitsBox_system {
  left: 238px;
}
section .benefitsBox_tag {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  margin: 24px 0 0;
}
@media (width <= 767px) {
  section .benefitsBox_tag {
    gap: 8px;
  }
}
section .benefitsBox_tag li {
  padding: 1px 16px;
  border: #B4B4B4 1px solid;
  background: #F4F4F4;
  font-size: 1.6rem;
}
@media (width <= 767px) {
  section .benefitsBox_tag li {
    padding: 0 8px;
    font-size: 3.2vw;
  }
}
section figure {
  flex-shrink: 0;
  width: 300px;
  text-align: center;
}
@media (width <= 1023px) {
  section figure {
    width: 260px;
  }
}
@media (width <= 767px) {
  section figure {
    max-width: 180px;
    width: 40vw;
    max-height: 180px;
    height: 40vw;
    position: absolute;
    top: -80px;
    right: 10px;
  }
  section figure img {
    width: auto;
    height: 100%;
    object-fit: contain;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  benefitsComment
+++++++++++++++++++++++++++++++++++++++++++ */
.benefitsComment {
  padding: 0 74px 200px;
}
@media (width <= 1023px) {
  .benefitsComment {
    padding: 0 20px 200px;
  }
}
.benefitsComment h3 {
  margin: 180px 0 30px;
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
}
@media (width <= 767px) {
  .benefitsComment h3 {
    margin: 100px 0 20px;
    font-size: 7.2vw;
  }
}
.benefitsComment_text {
  min-height: 336px;
  padding: 50px 525px 40px 50px;
  border-radius: 60px 60px 0 60px;
  border: #3A3A3A 3px solid;
  box-shadow: 12px 10px 0 0 #BDCEED;
  position: relative;
  overflow: hidden;
}
@media (width <= 1023px) {
  .benefitsComment_text {
    padding: 50px 20px 280px;
  }
}
@media (width <= 767px) {
  .benefitsComment_text {
    padding-bottom: calc(50vw + 20px);
  }
}
.benefitsComment_text img {
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media (width <= 1023px) {
  .benefitsComment_text img {
    width: auto;
    height: 250px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (width <= 767px) {
  .benefitsComment_text img {
    height: 50vw;
  }
}
