@charset "UTF-8";
/* mixinを読み込む
  各scssファイルはmixinを読み込むことで、mixinを使用できる
*/
.rewards {
  margin-bottom: clamp(82.57px, 10.07vw, 257.78px);
}
.rewards .point {
  margin-bottom: clamp(113.89px, 13.89vw, 355.56px);
}
@media screen and (max-width: 767px) {
  .rewards .point {
    margin-bottom: 26.6vw;
  }
}
.rewards .point__container {
  max-width: clamp(706.11px, 86.11vw, 2204.44px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: clamp(706.11px, 86.11vw, 2204.44px)) {
  .rewards .point__container {
    padding: 0 clamp(11.39px, 1.39vw, 35.56px);
  }
}
@media screen and (max-width: 767px) {
  .rewards .point__container {
    max-width: 100%;
    padding-inline: 5.8vw;
  }
}
.rewards .point h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: clamp(7.97px, 0.97vw, 24.89px);
  font-size: clamp(14.24px, 1.74vw, 44.44px);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: clamp(39.86px, 4.86vw, 124.44px);
}
@media screen and (max-width: 767px) {
  .rewards .point h2 {
    font-size: 4.8vw;
    letter-spacing: 0.1111111111em;
  }
}
.rewards .point h2:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%229.5%22%20cy%3D%229.5%22%20r%3D%229.5%22%20fill%3D%22%23328FF3%22%2F%3E%3Ccircle%20cx%3D%229.5%22%20cy%3D%229.5%22%20r%3D%223.5625%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  display: block;
  width: clamp(10.82px, 1.32vw, 33.78px);
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .rewards .point h2:before {
    width: 3.4vw;
  }
}
@media screen and (max-width: 767px) {
  .rewards .point h2 {
    margin-bottom: 10.6vw;
  }
}
.rewards .point__content {
  display: flex;
  flex-direction: column;
  row-gap: clamp(82.57px, 10.07vw, 257.78px);
  padding: 0 clamp(9.11px, 1.11vw, 28.44px);
}
@media screen and (max-width: 767px) {
  .rewards .point__content {
    row-gap: 18.6vw;
    padding: 0;
  }
}
.rewards .point__content__item {
  display: flex;
  flex-direction: row;
  column-gap: clamp(23.92px, 2.92vw, 74.67px);
}
@media screen and (max-width: 767px) {
  .rewards .point__content__item {
    flex-direction: column;
  }
}
.rewards .point__content__item__text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .rewards .point__content__item__text {
    display: contents;
  }
}
.rewards .point__content__item__text h3 {
  margin-bottom: clamp(18.22px, 2.22vw, 56.89px);
  display: flex;
  flex-direction: column;
  row-gap: clamp(2.85px, 0.35vw, 8.89px);
}
@media screen and (max-width: 767px) {
  .rewards .point__content__item__text h3 {
    order: 1;
    margin-bottom: clamp(11.39px, 1.39vw, 35.56px);
  }
}
.rewards .point__content__item__text h3 .en {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-variation-settings: "wdth" 100;
  color: #4060d1;
  font-size: clamp(14.24px, 1.74vw, 44.44px);
  letter-spacing: normal;
  display: inline-block;
  margin-right: clamp(18.79px, 2.29vw, 58.67px);
}
@media screen and (max-width: 767px) {
  .rewards .point__content__item__text h3 .en {
    font-size: 4.8vw;
    margin-right: 0.5vw;
  }
}
.rewards .point__content__item__text h3 .en span:last-of-type {
  font-size: clamp(19.93px, 2.43vw, 62.22px);
  letter-spacing: -0.0285714286em;
}
@media screen and (max-width: 767px) {
  .rewards .point__content__item__text h3 .en span:last-of-type {
    font-size: 6.6vw;
    letter-spacing: -0.0308em;
  }
}
.rewards .point__content__item__text h3 .ja {
  font-size: clamp(14.24px, 1.74vw, 44.44px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .rewards .point__content__item__text h3 .ja {
    font-size: 6.1vw;
  }
}
.rewards .point__content__item__text p {
  line-height: 1.5625;
  letter-spacing: 0.1333333333em;
  order: 2;
}
.rewards .point__content__item__text p span {
  font-size: clamp(8.54px, 1.04vw, 26.67px);
}
@media screen and (max-width: 767px) {
  .rewards .point__content__item__text p span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .rewards .point__content__item__text p {
    margin-bottom: 17.3vw;
  }
}
.rewards .point__content__item__text a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: clamp(5.69px, 0.69vw, 17.78px);
  width: clamp(220.94px, 26.94vw, 689.78px);
  color: #fff;
  font-size: clamp(12.53px, 1.53vw, 39.11px);
  font-weight: 700;
  padding: clamp(6.83px, 0.83vw, 21.33px) clamp(6.83px, 0.83vw, 21.33px) clamp(6.83px, 0.83vw, 21.33px) clamp(20.5px, 2.5vw, 64px);
  border: clamp(1.14px, 0.14vw, 3.56px) solid transparent;
  border-color: #045dbc;
  background: #045dbc;
  box-shadow: 0px 4.144px 4.144px 0px rgba(0, 0, 0, 0.15);
  border-radius: clamp(118.44px, 14.44vw, 369.78px);
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin-top: clamp(31.89px, 3.89vw, 99.56px);
}
@media screen and (min-width: 768px) {
  .rewards .point__content__item__text a:hover {
    color: #045dbc;
  }
  .rewards .point__content__item__text a:hover:after {
    width: 120%;
    z-index: -1;
  }
  .rewards .point__content__item__text a:hover svg path {
    fill: #fff;
  }
}
@media screen and (max-width: 767px) {
  .rewards .point__content__item__text a {
    font-size: 4.8vw;
    border-width: 2px;
    padding: 3.7vw 6.4vw 3.7vw 9.6vw;
    border-radius: 55.4vw;
    width: 8.2vw;
  }
}
.rewards .point__content__item__text a:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.rewards .point__content__item__text a .icon {
  display: inline-block;
  overflow: visible;
}
.rewards .point__content__item__text a svg {
  transform: translate(0, 0);
  width: 2.8vw;
  height: auto;
  aspect-ratio: 1;
  z-index: 10;
  position: relative;
}
.rewards .point__content__item__text a svg circle {
  fill: currentColor;
}
@media screen and (max-width: 767px) {
  .rewards .point__content__item__text a svg {
    width: 9.6vw;
  }
}
@media screen and (max-width: 767px) {
  .rewards .point__content__item__text a {
    order: 4;
    width: 100%;
    margin-top: 12.8vw;
  }
}
.rewards .point__content__item__image {
  width: clamp(343.94px, 41.94vw, 1073.78px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .rewards .point__content__item__image {
    order: 3;
    width: 100%;
  }
}
.rewards .point__content__item__image__icon {
  position: absolute;
  top: -3.3vw;
  left: -4.2vw;
  width: clamp(81.43px, 9.93vw, 254.22px);
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .rewards .point__content__item__image__icon {
    top: -9.6vw;
    left: 0;
    width: 22.1vw;
  }
}
.rewards .point__content__item__image__icon img {
  width: 100%;
}
.rewards .point__content__item__image__main {
  width: 100%;
}
.rewards .payroll_model {
  margin-bottom: clamp(56.94px, 6.94vw, 177.78px);
}
@media screen and (max-width: 767px) {
  .rewards .payroll_model {
    margin-bottom: 17vw;
  }
}
.rewards .payroll_model__container {
  max-width: clamp(706.11px, 86.11vw, 2204.44px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: clamp(706.11px, 86.11vw, 2204.44px)) {
  .rewards .payroll_model__container {
    padding: 0 clamp(11.39px, 1.39vw, 35.56px);
  }
}
@media screen and (max-width: 767px) {
  .rewards .payroll_model__container {
    max-width: 100%;
    padding-inline: 5.8vw;
  }
}
.rewards .payroll_model h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: clamp(7.97px, 0.97vw, 24.89px);
  font-size: clamp(14.24px, 1.74vw, 44.44px);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: clamp(42.71px, 5.21vw, 133.33px);
}
@media screen and (max-width: 767px) {
  .rewards .payroll_model h2 {
    font-size: 4.8vw;
    letter-spacing: 0.1111111111em;
  }
}
.rewards .payroll_model h2:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%229.5%22%20cy%3D%229.5%22%20r%3D%229.5%22%20fill%3D%22%23328FF3%22%2F%3E%3Ccircle%20cx%3D%229.5%22%20cy%3D%229.5%22%20r%3D%223.5625%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  display: block;
  width: clamp(10.82px, 1.32vw, 33.78px);
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .rewards .payroll_model h2:before {
    width: 3.4vw;
  }
}
@media screen and (max-width: 767px) {
  .rewards .payroll_model h2 {
    margin-bottom: 10.6vw;
  }
}
.rewards .payroll_model__content {
  display: flex;
  flex-direction: row;
  column-gap: clamp(55.81px, 6.81vw, 174.22px);
}
@media screen and (max-width: 767px) {
  .rewards .payroll_model__content {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .rewards .payroll_model__text {
    display: contents;
  }
}
.rewards .payroll_model__text h3 {
  display: flex;
  flex-direction: column;
  row-gap: clamp(2.85px, 0.35vw, 8.89px);
  color: #045dbc;
  font-size: clamp(15.38px, 1.88vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0740740741em;
  margin-bottom: clamp(18.22px, 2.22vw, 56.89px);
}
@media screen and (max-width: 767px) {
  .rewards .payroll_model__text h3 {
    order: 1;
    font-size: 6.1vw;
    gap: 3.2vw;
    margin-bottom: 10.6vw;
  }
}
.rewards .payroll_model__text h3 .small {
  font-size: clamp(9.11px, 1.11vw, 28.44px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .rewards .payroll_model__text h3 .small {
    font-size: 4.2vw;
  }
}
.rewards .payroll_model__text img {
  margin-bottom: clamp(13.1px, 1.6vw, 40.89px);
}
@media screen and (max-width: 767px) {
  .rewards .payroll_model__text img {
    order: 2;
    margin-bottom: 10.6vw;
  }
}
.rewards .payroll_model__text ul {
  color: #4b4b4b;
}
@media screen and (max-width: 767px) {
  .rewards .payroll_model__text ul {
    order: 4;
  }
}
.rewards .payroll_model__text ul li {
  font-size: clamp(8.54px, 1.04vw, 26.67px);
  line-height: 1.667;
  letter-spacing: 0.0666666667em;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .rewards .payroll_model__text ul li {
    font-size: 4vw;
    letter-spacing: 0.0666666667em;
  }
}
.rewards .payroll_model__text ul li:before {
  content: "・";
}
.rewards .payroll_model__image {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .rewards .payroll_model__image {
    order: 3;
    margin-bottom: 8vw;
  }
}
.rewards .payroll_model__image img {
  width: 100%;
}
.rewards .qa_system {
  margin-bottom: clamp(113.89px, 13.89vw, 355.56px);
}
@media screen and (max-width: 767px) {
  .rewards .qa_system {
    margin-bottom: 26.6vw;
  }
}
.rewards .qa_system__container {
  max-width: clamp(706.11px, 86.11vw, 2204.44px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: clamp(706.11px, 86.11vw, 2204.44px)) {
  .rewards .qa_system__container {
    padding: 0 clamp(11.39px, 1.39vw, 35.56px);
  }
}
@media screen and (max-width: 767px) {
  .rewards .qa_system__container {
    max-width: 100%;
    padding-inline: 5.8vw;
  }
}
.rewards .qa_system__inner {
  padding: clamp(22.78px, 2.78vw, 71.11px) clamp(56.94px, 6.94vw, 177.78px) clamp(17.08px, 2.08vw, 53.33px);
  border: clamp(2.28px, 0.28vw, 7.11px) solid #004894;
  border-radius: clamp(5.69px, 0.69vw, 17.78px);
  margin-bottom: clamp(31.89px, 3.89vw, 99.56px);
}
@media screen and (max-width: 767px) {
  .rewards .qa_system__inner {
    padding: 8.5vw 5.8vw 6.6vw;
    border-radius: 2.6vw;
    margin-bottom: 10.6vw;
  }
}
.rewards .qa_system__header h2 {
  background: #004894;
  color: #fff;
  font-size: clamp(14.24px, 1.74vw, 44.44px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.08em;
  padding: clamp(6.83px, 0.83vw, 21.33px) clamp(22.78px, 2.78vw, 71.11px);
  margin-bottom: clamp(12.53px, 1.53vw, 39.11px);
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .rewards .qa_system__header h2 {
    font-size: 5.3vw;
    line-height: 1;
    padding: 3.2vw 10.6vw;
    margin-bottom: 6.4vw;
  }
}
.rewards .qa_system__header p {
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  margin-bottom: clamp(22.78px, 2.78vw, 71.11px);
}
@media screen and (max-width: 767px) {
  .rewards .qa_system__header p {
    margin-bottom: 6.4vw;
  }
}
.rewards .qa_system__content {
  padding: clamp(30.75px, 3.75vw, 96px) clamp(61.5px, 7.5vw, 192px);
  display: flex;
  flex-direction: row;
  column-gap: clamp(55.81px, 6.81vw, 174.22px);
  background: #e6e9f1;
  border-radius: clamp(2.85px, 0.35vw, 8.89px);
  margin-bottom: clamp(10.25px, 1.25vw, 32px);
}
@media screen and (max-width: 767px) {
  .rewards .qa_system__content {
    padding: 8.5vw 4.2vw;
    flex-direction: column;
    gap: 6.4vw;
    border-radius: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .rewards .qa_system__content__item {
    display: flex;
    flex-direction: column;
    row-gap: 4.2vw;
  }
}
.rewards .qa_system__content__item li {
  color: #004894;
  font-size: clamp(10.25px, 1.25vw, 32px);
  font-weight: 700;
  line-height: 2.22;
  letter-spacing: 0.1111111111em;
}
@media screen and (max-width: 767px) {
  .rewards .qa_system__content__item li {
    display: flex;
    line-height: 1.667;
    font-size: 4.8vw;
    letter-spacing: 0.0616666667em;
  }
}
.rewards .qa_system__content__item li:before {
  content: "・";
}
.rewards .qa_system__notes {
  text-align: center;
  font-weight: 700;
  color: #8b92a5;
}
@media screen and (max-width: 767px) {
  .rewards .qa_system__notes {
    text-align: left;
    display: flex;
  }
}
.rewards .qa_system a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: clamp(5.69px, 0.69vw, 17.78px);
  width: clamp(250.56px, 30.56vw, 782.22px);
  color: #fff;
  font-size: clamp(12.53px, 1.53vw, 39.11px);
  font-weight: 700;
  padding: clamp(6.83px, 0.83vw, 21.33px) clamp(6.83px, 0.83vw, 21.33px) clamp(6.83px, 0.83vw, 21.33px) clamp(20.5px, 2.5vw, 64px);
  border: clamp(1.14px, 0.14vw, 3.56px) solid transparent;
  border-color: #045dbc;
  background: #045dbc;
  box-shadow: 0px 4.144px 4.144px 0px rgba(0, 0, 0, 0.15);
  border-radius: clamp(118.44px, 14.44vw, 369.78px);
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .rewards .qa_system a:hover {
    color: #045dbc;
  }
  .rewards .qa_system a:hover:after {
    width: 120%;
    z-index: -1;
  }
  .rewards .qa_system a:hover svg path {
    fill: #fff;
  }
}
@media screen and (max-width: 767px) {
  .rewards .qa_system a {
    font-size: 4.8vw;
    border-width: 2px;
    padding: 3.7vw 6.4vw 3.7vw 9.6vw;
    border-radius: 55.4vw;
    width: 8.2vw;
  }
}
.rewards .qa_system a:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.rewards .qa_system a .icon {
  display: inline-block;
  overflow: visible;
}
.rewards .qa_system a svg {
  transform: translate(0, 0);
  width: 2.8vw;
  height: auto;
  aspect-ratio: 1;
  z-index: 10;
  position: relative;
}
.rewards .qa_system a svg circle {
  fill: currentColor;
}
@media screen and (max-width: 767px) {
  .rewards .qa_system a svg {
    width: 9.6vw;
  }
}
@media screen and (max-width: 767px) {
  .rewards .qa_system a {
    width: 100%;
    padding-left: 12.8vw;
  }
}
.rewards .real_salary__container {
  max-width: clamp(706.11px, 86.11vw, 2204.44px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: clamp(706.11px, 86.11vw, 2204.44px)) {
  .rewards .real_salary__container {
    padding: 0 clamp(11.39px, 1.39vw, 35.56px);
  }
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__container {
    max-width: 100%;
    padding-inline: 5.8vw;
  }
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__container {
    padding: 0 3.4vw;
  }
}
.rewards .real_salary__header {
  margin-bottom: clamp(36.44px, 4.44vw, 113.78px);
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__header {
    margin-bottom: 17vw;
  }
}
.rewards .real_salary__header h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: clamp(7.97px, 0.97vw, 24.89px);
  font-size: clamp(14.24px, 1.74vw, 44.44px);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: clamp(22.78px, 2.78vw, 71.11px);
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__header h2 {
    font-size: 4.8vw;
    letter-spacing: 0.1111111111em;
  }
}
.rewards .real_salary__header h2:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%229.5%22%20cy%3D%229.5%22%20r%3D%229.5%22%20fill%3D%22%23328FF3%22%2F%3E%3Ccircle%20cx%3D%229.5%22%20cy%3D%229.5%22%20r%3D%223.5625%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  display: block;
  width: clamp(10.82px, 1.32vw, 33.78px);
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__header h2:before {
    width: 3.4vw;
  }
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__header h2 {
    margin-bottom: 7.2vw;
  }
}
.rewards .real_salary__header p {
  padding-left: clamp(18.22px, 2.22vw, 56.89px);
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__header p {
    padding-left: 0;
  }
}
.rewards .real_salary__content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18.22px, 2.22vw, 56.89px);
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__content {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 10.6vw;
  }
}
.rewards .real_salary__content__item {
  border-radius: clamp(5.69px, 0.69vw, 17.78px);
  padding: clamp(27.33px, 3.33vw, 85.33px) clamp(22.78px, 2.78vw, 71.11px);
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__content__item {
    padding: 8.5vw 6.4vw;
  }
}
.rewards .real_salary__content__item:nth-child(1) {
  background: rgba(25, 125, 231, 0.1);
}
.rewards .real_salary__content__item:nth-child(1) .real_salary__content__item__year {
  background: #197de7;
}
.rewards .real_salary__content__item:nth-child(1) .real_salary__content__item__case .head {
  color: #197de7;
}
.rewards .real_salary__content__item:nth-child(2) {
  background: #e2ecf7;
}
.rewards .real_salary__content__item:nth-child(2) .real_salary__content__item__year {
  background: #1569c3;
}
.rewards .real_salary__content__item:nth-child(2) .real_salary__content__item__case .head {
  color: #197de7;
}
.rewards .real_salary__content__item:nth-child(3) {
  background: #dfe5ec;
}
.rewards .real_salary__content__item:nth-child(3) .real_salary__content__item__year {
  background: #004894;
}
.rewards .real_salary__content__item:nth-child(3) .real_salary__content__item__case .head {
  color: #004894;
}
.rewards .real_salary__content__item__year {
  color: #fff;
  text-align: center;
  border-radius: clamp(2.85px, 0.35vw, 8.89px);
  font-size: clamp(12.53px, 1.53vw, 39.11px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0909090909em;
  padding: clamp(7.97px, 0.97vw, 24.89px) 0;
  margin-bottom: clamp(17.08px, 2.08vw, 53.33px);
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__content__item__year {
    font-size: 4.8vw;
    letter-spacing: 0.0789473684em;
    padding: 3.7vw 0;
    margin-bottom: 8vw;
  }
}
.rewards .real_salary__content__item__cases {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(51.25px, 6.25vw, 160px);
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__content__item__cases {
    grid-template-columns: 1fr;
    row-gap: 10.6vw;
  }
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__content__item__case {
    text-align: center;
  }
}
.rewards .real_salary__content__item__case .head {
  font-size: clamp(12.53px, 1.53vw, 39.11px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0909090909em;
  text-align: center;
  margin-bottom: clamp(9.11px, 1.11vw, 28.44px);
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__content__item__case .head {
    font-size: 5.8vw;
    font-weight: 700;
    letter-spacing: 0.0909090909em;
    border-radius: 1.3vw;
    margin-bottom: 4.2vw;
  }
}
.rewards .real_salary__content__item__case .main {
  margin-bottom: clamp(8.54px, 1.04vw, 26.67px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__content__item__case .main {
    margin-bottom: 4vw;
  }
}
.rewards .real_salary__content__item__case .main .num {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-variation-settings: "wdth" 100;
  font-size: clamp(36.44px, 4.44vw, 113.78px);
  letter-spacing: 0.046875em;
  line-height: 1.1;
  font-style: italic;
  padding-right: clamp(4.56px, 0.56vw, 14.22px);
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__content__item__case .main .num {
    font-size: 17vw;
    letter-spacing: 0.046875em;
    padding-right: 0;
  }
  .rewards .real_salary__content__item__case .main .num span:not(.unit) {
    letter-spacing: -0.0625em;
  }
}
.rewards .real_salary__content__item__case .main .unit {
  font-size: clamp(22.78px, 2.78vw, 71.11px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__content__item__case .main .unit {
    font-size: 10.6vw;
  }
}
.rewards .real_salary__content__item__case .notes {
  display: flex;
  flex-direction: column;
  row-gap: clamp(2.85px, 0.35vw, 8.89px);
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__content__item__case .notes {
    gap: 1.3vw;
  }
}
.rewards .real_salary__content__item__case .notes p {
  font-size: clamp(8.54px, 1.04vw, 26.67px);
  letter-spacing: 0.0666666667em;
}
@media screen and (max-width: 767px) {
  .rewards .real_salary__content__item__case .notes p {
    font-size: 4vw;
  }
}