/* anchor-link
---------------------------------------------------- */
.anchor-link {
  padding-top: max(4rem, 60px);
  padding-bottom: max(4rem, 40px);
  padding-left: 15px;
  padding-right: 15px;
}

.anchor-link .anchor-link__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .anchor-link .anchor-link__contents {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .anchor-link .anchor-link__contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.anchor-link .anchor-link__contents .anchor-link__item {
  padding: 0.8em 2em 1em;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 64, 128, 0.12);
  border: 1px solid rgb(145, 146, 150);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  /* 縦方向の中央揃え */
  justify-content: center;
}

@media (max-width: 767.98px) {
  .anchor-link .anchor-link__contents .anchor-link__item {
    padding: 1.2em;
  }
}

@media (max-width: 575.98px) {
  .anchor-link .anchor-link__contents .anchor-link__item {
    padding: 0.8em;
  }
}

@media (max-width: 978px) {
  .anchor-link .anchor-link__contents .anchor-link__item.__insight {
    line-height: 1.5;
  }
}

@media (max-width: 767.98px) {
  .anchor-link .anchor-link__contents .anchor-link__item.__insight {
    line-height: 2;
  }
}

@media (max-width: 605px) {
  .anchor-link .anchor-link__contents .anchor-link__item.__insight {
    line-height: 1.5;
  }
}

@media (max-width: 575.98px) {
  .anchor-link .anchor-link__contents .anchor-link__item.__insight {
    line-height: 2;
  }
}

.anchor-link .anchor-link__contents .anchor-link__item .anchor-link__item__br {
  display: none;
}

@media (max-width: 978px) {
  .anchor-link .anchor-link__contents .anchor-link__item .anchor-link__item__br {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .anchor-link .anchor-link__contents .anchor-link__item .anchor-link__item__br {
    display: none;
  }
}

@media (max-width: 605px) {
  .anchor-link .anchor-link__contents .anchor-link__item .anchor-link__item__br {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .anchor-link .anchor-link__contents .anchor-link__item .anchor-link__item__br {
    display: none;
  }
}

.anchor-link .anchor-link__contents .anchor-link__item:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: rgb(32, 32, 32) transparent transparent transparent;
  bottom: 0.9em;
  left: 50%;
  transform: translateX(-50%);
  position: static;
  display: inline-block;
  margin-left: 0.9em;
  transform: none;
  vertical-align: middle;
}

@media screen and (max-width: 767.98px) {
  .anchor-link .anchor-link__contents .anchor-link__item:after {
    margin-left: 0.5em;
  }
}

.anchor-link .anchor-link__contents .anchor-link__item:hover {
  background-color: rgb(229, 236, 249);
  color: rgb(32, 32, 32);
}

/* recruitment
---------------------------------------------------- */
.recruitment {
  position: relative;
  padding-top: max(3.125rem, 30px);
  padding-bottom: max(7.5rem, 60px);
  padding-left: 15px;
  padding-right: 15px;
}

.recruitment .heading {
  padding-bottom: max(5rem, 40px);
}

.recruitment .recruitment__contents .recruitment__list .list__content th,
.recruitment .recruitment__contents .recruitment__list .list__content td {
  padding: 1.5em;
  border-top: 1px solid #cdced3;
  border-bottom: 1px solid #cdced3;
}

@media (max-width: 767.98px) {

  .recruitment .recruitment__contents .recruitment__list .list__content tr,
  .recruitment .recruitment__contents .recruitment__list .list__content th,
  .recruitment .recruitment__contents .recruitment__list .list__content td {
    display: block;
  }

  .recruitment .recruitment__contents .recruitment__list .list__content th,
  .recruitment .recruitment__contents .recruitment__list .list__content td {
    padding: 1.5em 0.5em;
    border-bottom: none;
  }

  .recruitment .recruitment__contents .recruitment__list .list__content th {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 16px;
  }

  .recruitment .recruitment__contents .recruitment__list .list__content td {
    border-top: none;
  }
}

.recruitment .recruitment__contents .recruitment__list .list__content .list__title {
  width: 20%;
  vertical-align: top;
}

@media (max-width: 767.98px) {
  .recruitment .recruitment__contents .recruitment__list .list__content .list__title {
    width: 100%;
  }
}

.recruitment .recruitment__contents .recruitment__list .list__content .list__body {
  font-weight: 400;
}

.recruitment .recruitment__contents .recruitment__list .list__content .list__body .body__description__1 {
  padding-bottom: 1em;
}

.recruitment .recruitment__contents .recruitment__list .list__content .list__body a {
  display: inline;
}

.recruitment .recruitment__contents .recruitment__list .list__content .list__body .body__mail {
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .recruitment .recruitment__contents .recruitment__list .__bottom td {
    border-bottom: 1px solid #cdced3;
  }
}

/* selection-flow
---------------------------------------------------- */
.selection-flow {
  position: relative;
  padding-top: max(7.5rem, 60px);
  padding-bottom: max(6.25rem, 50px);
  padding-left: 15px;
  padding-right: 15px;
}

.selection-flow .heading {
  padding-bottom: max(1.875rem, 15px);
}

.selection-flow .selection-flow__contents .selection-flow__item {
  padding: 3em;
  padding-left: calc(3em - 16px);
  position: relative;
}

@media (max-width: 991.98px) {
  .selection-flow .selection-flow__contents .selection-flow__item {
    padding: 1.5em;
    padding-left: calc(1.8em - 16px);
  }
}

@media (max-width: 767.98px) {
  .selection-flow .selection-flow__contents .selection-flow__item {
    padding: 2em;
    padding-top: calc(2em + 16px);
  }
}

.selection-flow .selection-flow__contents .selection-flow__item:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 16px;
  border-color: transparent transparent transparent rgb(42, 68, 164);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .selection-flow .selection-flow__contents .selection-flow__item:before {
    border-width: 9.6px 0 9.6px 12.8px;
  }
}

@media (max-width: 767.98px) {
  .selection-flow .selection-flow__contents .selection-flow__item:before {
    border-width: 16px 12px 0 12px;
    border-color: rgb(42, 68, 164) transparent transparent transparent;
    right: auto;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.selection-flow .selection-flow__contents .selection-flow__item .item__inner {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 767.98px) {
  .selection-flow .selection-flow__contents .selection-flow__item .item__inner {
    padding: 2.5em;
  }
}

.selection-flow .selection-flow__contents .selection-flow__item .item__inner .item__step {
  padding: 0.3em 1.5em;
  border-radius: 9999px;
  display: inline;
  background-color: rgb(42, 68, 164);
  color: #fff;
  text-transform: uppercase;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
}

.selection-flow .selection-flow__contents .selection-flow__item .item__inner .item__icon {
  margin: 0.5em auto 0;
  width: 50%;
}

@media (max-width: 767.98px) {
  .selection-flow .selection-flow__contents .selection-flow__item .item__inner .item__icon {
    width: 30%;
    min-width: 100px;
  }
}

.selection-flow .selection-flow__contents .selection-flow__item .item__inner .item__title {
  font-size: max(1.5rem, 20px);
  font-weight: 700;
}

.selection-flow .selection-flow__contents .__4:before {
  display: none;
}

/* employee-voice
---------------------------------------------------- */
.employee-voice {
  position: relative;
  padding-top: max(7.5rem, 60px);
  padding-bottom: max(7.5rem, 60px);
  padding-left: 15px;
  padding-right: 15px;
}

.employee-voice .anchor-link {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 6rem;
}

@media (max-width: 575.98px) {
  .employee-voice .anchor-link {
    padding-bottom: 8rem;
  }
}

.employee-voice .anchor-link .container-custom {
  padding-left: 0;
  padding-right: 0;
}

.employee-voice .heading {
  padding-bottom: max(5.625rem, 45px);
}

.employee-voice .employee-voice__contents .employee-voice__item {
  position: relative;
  padding-bottom: max(3.75rem, 50px);
}

@media (max-width: 767.98px) {
  .employee-voice .employee-voice__contents .employee-voice__item {
    padding-bottom: max(6.25rem, 60px);
  }
}

.employee-voice .employee-voice__contents .employee-voice__item .item__profile {
  padding-bottom: max(2.5rem, 20px);
}

@media (max-width: 575.98px) {
  .employee-voice .employee-voice__contents .employee-voice__item .item__profile {
    padding-bottom: 3rem;
  }
}

.employee-voice .employee-voice__contents .employee-voice__item .item__profile .item__profile__img {
  overflow: hidden;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: max(21.875rem, 200px);
}

@media (max-width: 767.98px) {
  .employee-voice .employee-voice__contents .employee-voice__item .item__profile .item__profile__img {
    margin-bottom: 3.5rem;
    height: max(31.25rem, 200px);
  }
}

.employee-voice .employee-voice__contents .employee-voice__item .item__profile .item__profile__img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}

.employee-voice .employee-voice__contents .employee-voice__item .item__profile .item__profile__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2em;
}

@media (max-width: 767.98px) {
  .employee-voice .employee-voice__contents .employee-voice__item .item__profile .item__profile__text {
    padding-left: 15px;
  }
}

.employee-voice .employee-voice__contents .employee-voice__item .item__profile .item__profile__text .profile__number {
  padding-bottom: 0.5em;
  font-family: "Albert Sans", sans-serif;
  color: rgb(42, 68, 164);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
}

.employee-voice .employee-voice__contents .employee-voice__item .item__profile .item__profile__text .profile__title {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cdced3;
  font-size: max(2rem, 24px);
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .employee-voice .employee-voice__contents .employee-voice__item .item__profile .item__profile__text .profile__title {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}

.employee-voice .employee-voice__contents .employee-voice__item .item__profile .item__profile__text .profile__description {
  font-weight: 400;
}

.employee-voice .employee-voice__contents .employee-voice__item .item__interview {
  padding: 2em 3em 3em;
  background-color: #f8f8f8;
}

@media (max-width: 767.98px) {
  .employee-voice .employee-voice__contents .employee-voice__item .item__interview {
    padding: 1.5em 2em 2.5em;
  }
}

.employee-voice .employee-voice__contents .employee-voice__item .item__interview .interview__text .interview__question {
  padding-bottom: 0.6em;
  font-size: max(1.25rem, 18px);
  font-weight: 700;
  color: rgb(42, 68, 164);
  display: flex;
  align-items: flex-start;
}

.employee-voice .employee-voice__contents .employee-voice__item .item__interview .interview__text .interview__question .question__number {
  padding-right: 0.3em;
  font-style: "Albert Sans", sans-serif;
  font-size: max(1.75rem, 24px);
  flex-shrink: 0;
  margin-top: -0.2em;
}

@media (max-width: 767.98px) {
  .employee-voice .employee-voice__contents .employee-voice__item .item__interview .interview__text .interview__question .question__number {
    font-size: max(1.5rem, 20px);
    margin-top: 0;
  }
}

.employee-voice .employee-voice__contents .employee-voice__item .item__interview .interview__text .interview__answer {
  padding-bottom: 2.5em;
  font-weight: 400;
}

.employee-voice .employee-voice__contents .employee-voice__item .item__interview .interview__text:last-child .interview__answer {
  padding-bottom: 0;
}

.employee-voice .employee-voice__contents .__1,
.employee-voice .employee-voice__contents .__2 {
  position: relative;
}

.employee-voice .employee-voice__contents .employee-voice__item.__2 .item__profile .item__profile__img {
  order: 2;
}

@media (max-width: 767.98px) {
  .employee-voice .employee-voice__contents .employee-voice__item.__2 .item__profile .item__profile__img {
    order: 1;
  }
}

.employee-voice .employee-voice__contents .employee-voice__item.__2 .item__profile .item__profile__text {
  order: 1;
  padding-left: 15px;
  padding-right: 2em;
}

@media (max-width: 767.98px) {
  .employee-voice .employee-voice__contents .employee-voice__item.__2 .item__profile .item__profile__text {
    order: 2;
    padding-right: 15px;
  }
}

.employee-voice .employee-voice__contents .employee-voice__item.__3 {
  padding-bottom: 0;
}

/* faq
---------------------------------------------------- */
.faq {
  position: relative;
  padding-top: max(7.5rem, 60px);
  padding-bottom: max(7.5rem, 60px);
  padding-left: 15px;
  padding-right: 15px;
  background-color: #e9eef4;
}

@media (max-width: 767.98px) {
  .faq .faq__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.faq .faq__inner .heading {
  padding-bottom: max(5.625rem, 45px);
}

.faq .faq__inner .faq__contents {
  padding-bottom: 3em;
}

.faq .faq__inner .faq__contents .faq__title {
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: max(1.5rem, 20px);
  font-weight: 700;
  border-bottom: 2px solid #fff;
}

.faq .faq__inner .faq__contents .faq__item {
  margin-bottom: 1em;
  box-shadow: 0 0 30px rgba(42, 68, 164, 0.1);
}

.faq .faq__inner .faq__contents .faq__item .item__question {
  background-color: #FFF;
  padding: 1.5rem 2rem;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .faq .faq__inner .faq__contents .faq__item .item__question {
    padding-right: 6rem;
  }
}

.faq .faq__inner .faq__contents .faq__item .item__question::before,
.faq .faq__inner .faq__contents .faq__item .item__question::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 2em;
  bottom: 0;
  width: 18px;
  height: 3px;
  margin: auto;
  background: rgb(42, 68, 164);
}

@media (max-width: 767.98px) {

  .faq .faq__inner .faq__contents .faq__item .item__question::before,
  .faq .faq__inner .faq__contents .faq__item .item__question::after {
    right: 1em;
    width: 14px;
    height: 2px;
  }
}

@media (max-width: 450px) {

  .faq .faq__inner .faq__contents .faq__item .item__question::before,
  .faq .faq__inner .faq__contents .faq__item .item__question::after {
    right: 0.8em;
  }
}

.faq .faq__inner .faq__contents .faq__item .item__question::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.faq .faq__inner .faq__contents .faq__item .item__question.active::after {
  transform: rotate(0deg);
}

.faq .faq__inner .faq__contents .faq__item .item__question span {
  position: relative;
  padding-left: max(2.5rem, 30px);
}

@media (max-width: 767.98px) {
  .faq .faq__inner .faq__contents .faq__item .item__question span {
    padding-left: 2.5rem;
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .faq .faq__inner .faq__contents .faq__item .item__question span {
    padding-left: max(3rem, 28px);
  }
}

.faq .faq__inner .faq__contents .faq__item .item__question span::before {
  position: absolute;
  content: "Q";
  left: 0;
  color: rgb(42, 68, 164);
  font-size: 25px;
  top: 60%;
  transform: translateY(-60%);
  width: 1.5em;
}

@media (max-width: 767.98px) {
  .faq .faq__inner .faq__contents .faq__item .item__question span::before {
    top: 0.8em;
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .faq .faq__inner .faq__contents .faq__item .item__question span::before {
    top: 0.9em;
  }
}

.faq .faq__inner .faq__contents .faq__item .item__answer {
  display: none;
  background-color: #FFF;
  padding: 0 2rem 1.5rem;
  align-items: center;
  font-weight: 400;
}

.faq .faq__inner .faq__contents .faq__item .item__answer.__job a {
  display: inline-block;
  text-decoration: underline
}

.faq .faq__inner .faq__contents .faq__item .item__answer span {
  position: relative;
  padding-left: 2.5rem;
  display: block;
}

@media (max-width: 767.98px) {
  .faq .faq__inner .faq__contents .faq__item .item__answer span {
    padding-left: 3rem;
  }
}

@media (max-width: 450px) {
  .faq .faq__inner .faq__contents .faq__item .item__answer span {
    padding-left: 4rem;
  }
}

.faq .faq__inner .faq__contents .faq__item .item__answer span::before {
  position: absolute;
  content: "A";
  left: 0;
  color: rgb(204, 0, 0);
  font-size: 25px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
}

@media (max-width: 767.98px) {
  .faq .faq__inner .faq__contents .faq__item .item__answer span::before {
    top: 0.7em;
    font-size: 20px;
  }
}

.faq .faq__inner .faq__contents.__5 {
  padding-bottom: 0;
}

/* daily-flow
---------------------------------------------------- */
.daily-flow {
  position: relative;
  padding-top: max(7.5rem, 60px);
  padding-bottom: max(9.375rem, 75px);
  padding-left: 15px;
  padding-right: 15px;
}

.daily-flow .anchor-link {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 6rem;
}

@media (max-width: 575.98px) {
  .daily-flow .anchor-link {
    padding-bottom: 8rem;
  }
}

.daily-flow .anchor-link .container-custom {
  padding-left: 0;
  padding-right: 0;
}

.daily-flow .anchor-link .container-custom .anchor-link__contents {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767.98px) {
  .daily-flow .anchor-link .container-custom .anchor-link__contents {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  .daily-flow .anchor-link .container-custom .anchor-link__contents {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .daily-flow .anchor-link .container-custom .anchor-link__contents .__1 {
    margin-bottom: 10px;
  }
}

.daily-flow .heading {
  padding-bottom: max(5rem, 40px);
}

.daily-flow .daily-flow__introduction {
  padding-bottom: max(3.125rem, 25px);
  text-align: center;
}

@media (max-width: 575.98px) {
  .daily-flow .daily-flow__introduction {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .daily-flow .daily-flow__contents {
    padding-left: 0;
    padding-right: 0;
  }
}

.daily-flow .daily-flow__contents .daily-flow__title {
  margin-bottom: 2em;
  font-size: max(1.5rem, 18px);
  font-weight: 700;
  background-color: #f8f8f8;
  padding: 1em;
  text-align: center;
  color: rgb(42, 68, 164);
}

.daily-flow .daily-flow__contents .daily-flow__timeline {
  margin-top: 2em;
  position: relative;
}

.daily-flow .daily-flow__contents .daily-flow__timeline::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 20px;
  width: 5px;
  height: calc(100% - 5px);
  background: rgb(229, 236, 249);
  z-index: 0;
}

@media (max-width: 575.98px) {
  .daily-flow .daily-flow__contents .daily-flow__timeline::before {
    width: 3px;
    left: 16px;
  }
}

.daily-flow .daily-flow__contents .daily-flow__timeline .timeline__inner {
  overflow: hidden;
  margin: 0;
  margin-left: 10px;
}

.daily-flow .daily-flow__contents .daily-flow__timeline .timeline__inner .timeline__content {
  position: relative;
  float: left;
  padding-left: 50px;
}

@media (max-width: 575.98px) {
  .daily-flow .daily-flow__contents .daily-flow__timeline .timeline__inner .timeline__content {
    padding-left: 40px;
  }
}

@media (max-width: 450px) {
  .daily-flow .daily-flow__contents .daily-flow__timeline .timeline__inner .timeline__content {
    padding-left: 30px;
  }
}

.daily-flow .daily-flow__contents .daily-flow__timeline .timeline__inner .timeline__content:before {
  content: "";
  width: 25px;
  height: 25px;
  background: rgb(42, 68, 164);
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 100%;
}

@media (max-width: 575.98px) {
  .daily-flow .daily-flow__contents .daily-flow__timeline .timeline__inner .timeline__content:before {
    width: 15px;
    height: 15px;
  }
}

.daily-flow .daily-flow__contents .daily-flow__timeline .timeline__inner .timeline__content .timeline__time {
  padding: 0.2em 0.8em;
  border-radius: 9999px;
  display: inline;
  font-size: 14px;
  color: #fff;
  background-color: rgb(42, 68, 164);
}

.daily-flow .daily-flow__contents .daily-flow__timeline .timeline__inner .timeline__content .timeline__title {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 24px;
  font-weight: 700;
  color: rgb(42, 68, 164);
  line-height: 1.5;
}

.daily-flow .daily-flow__contents .daily-flow__timeline .timeline__inner .timeline__content .timeline__description {
  padding-bottom: 2em;
}

.daily-flow .daily-flow__contents .daily-flow__timeline .timeline__inner .timeline__content .timeline__img {
  margin-bottom: 5em;
  overflow: hidden;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: max(15.625rem, 200px);
}

.daily-flow .daily-flow__contents .daily-flow__timeline .timeline__inner .timeline__content .timeline__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 80%;
  object-position: center 80%;
  display: block;
}

@media (max-width: 575.98px) {
  .daily-flow .daily-flow__contents .daily-flow__timeline .timeline__inner .timeline__content .timeline__img img {
    width: 100%;
    height: 100%;
  }
}

.daily-flow .daily-flow__contents .daily-flow__timeline .__3 .timeline__content .timeline__description {
  padding-bottom: 5em;
}

.daily-flow .daily-flow__contents .daily-flow__regular,
.daily-flow .daily-flow__contents .daily-flow__business-trip {
  position: relative;
}

.daily-flow .daily-flow__contents .daily-flow__regular {
  margin-bottom: 5em;
}

.daily-flow .daily-flow__contents .daily-flow__business-trip .__4 .timeline__content .timeline__description {
  padding-bottom: 5em;
}

.daily-flow .daily-flow__contents .daily-flow__business-trip .__5 .timeline__content .timeline__img {
  margin-bottom: 0;
}

/* insight
---------------------------------------------------- */
.insight {
  padding-top: max(7.5rem, 60px);
  padding-bottom: max(7.5rem, 60px);
}

.insight .heading {
  padding-bottom: max(5.625rem, 45px);
}

.insight .heading .heading__en,
.insight .heading .heading__jp {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #fff;
}

.insight .insight__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991.98px) {
  .insight .insight__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .insight .insight__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.insight .insight__inner .insight__contents {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

@media (max-width: 575.98px) {
  .insight .insight__inner .insight__contents {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.insight .insight__inner .insight__contents .insight__title {
  display: inline;
  padding: 0.2em 1em;
  border-radius: 9999px;
  background-color: #fff;
  font-size: max(1.125rem, 16px);
  font-weight: 700;
}

.insight .insight__inner .insight__contents .insight__value {
  padding-top: 1.2em;
  font-size: max(1.5rem, 18px);
  line-height: 1;
  font-weight: 700;
}

.insight .insight__inner .insight__contents .insight__value .insight__value__number {
  font-size: max(5.5rem, 48px);
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  color: rgb(42, 68, 164);
}

.insight .insight__inner .insight__contents .insight__detail {
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 14px;
}

.insight .insight__inner .insight__contents .insight__detail .br-insight {
  display: none;
}

@media (max-width: 350px) {
  .insight .insight__inner .insight__contents .insight__detail .br-insight {
    display: block;
  }
}

.insight .insight__inner .__1,
.insight .insight__inner .__2,
.insight .insight__inner .__3 {
  margin-right: 1%;
}

.insight.section__bg {
  background-image: url(../images/top_global_bg02.jpg);
  background-position: center;
}

.btn-common.btn__recruit {
  padding-top: max(6.25rem - 3em, 50px);
}

.btn-common.btn__recruit .btn-common__inner .btn-common__text {
  padding-right: 0;
  font-size: 18px;
}

@media (max-width: 575.98px) {
  .btn-common.btn__recruit .btn-common__inner .btn-common__text {
    font-size: 16px;
  }
}

.btn-common.btn__recruit .btn-common__inner .btn-common__text .icon {
  padding-left: 1em;
}

.btn-common.btn__recruit .btn-common__inner .btn-common__text:before {
  display: none;
}

.btn-common.btn__recruit .btn-common__inner .attention {
  font-size: 12px;
}

/*# sourceMappingURL=recruit.css.map */