/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.human-resources {
  padding: 101px 0 128px;
}

@media (max-width: 767px) {
  .human-resources {
    padding: 55px 0 60px;
  }
  .human-resources .inner {
    width: 100%;
  }
}

.human-resources__g-ttl {
  margin-bottom: 70px;
  color: #275FBA;
  text-align: center;
}

@media (max-width: 767px) {
  .human-resources__g-ttl {
    margin-bottom: 34px;
  }
}

.human-resources__g-ttl .ttl {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.47059em;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .human-resources__g-ttl .ttl {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.48148em;
  }
}

.human-resources__g-ttl .sub {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 21px;
}

@media (max-width: 767px) {
  .human-resources__g-ttl .sub {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    margin-top: 15px;
  }
}

.human-resources__item {
  overflow: hidden;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .human-resources__item {
    border-radius: 10px;
    border: 2px solid;
    display: flex;
  }
}

@media (max-width: 767px) {
  .human-resources__item {
    margin-bottom: 39px;
  }
}

.human-resources__item.last {
  margin-bottom: 0;
}

.human-resources__item .g-ttl-sub {
  color: #fff;
  width: 266px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .human-resources__item .g-ttl-sub {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .human-resources__item .g-ttl-sub {
    width: 100%;
    justify-content: flex-start;
    height: 75px;
    padding: 0 20px;
  }
}

.human-resources__item .g-ttl-sub .icon {
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .human-resources__item .g-ttl-sub .icon {
    margin-bottom: 0;
  }
}

.human-resources__item .g-ttl-sub .ttl-sub {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.59091em;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .human-resources__item .g-ttl-sub .ttl-sub {
    padding-left: 14px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.83333em;
  }
}

.human-resources__item__tb {
  width: calc(100% - 266px);
  box-sizing: border-box;
  padding: 34px 38px 39px 42px;
}

@media (max-width: 767px) {
  .human-resources__item__tb {
    width: auto;
    padding: 22px 0px 0px;
    margin-bottom: 0px;
  }
}

.human-resources__item__row {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .human-resources__item__row {
    display: flex;
  }
}

@media (max-width: 767px) {
  .human-resources__item__row {
    padding: 0 20px 21px;
    margin-bottom: 14px;
  }
}

.human-resources__item__row .g-row-ttl {
  display: flex;
  align-items: center;
  width: 190px;
}

@media (max-width: 767px) {
  .human-resources__item__row .g-row-ttl {
    width: 100%;
    position: relative;
  }
  .human-resources__item__row .g-row-ttl:after {
    content: '';
    background: 0 0/100% no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: -2px;
    transition: transform 0.5s;
    margin-top: -6px;
  }
  .human-resources__item__row .g-row-ttl.is-active:after {
    transform: rotate(-180deg);
  }
}

.human-resources__item__row .g-row-ttl .number {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.19048em;
  letter-spacing: 0em;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

@media (max-width: 767px) {
  .human-resources__item__row .g-row-ttl .number {
    width: 27px;
    height: 27px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .human-resources__item__row .g-row-ttl .number {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1em;
  }
}

.human-resources__item__row .g-row-ttl .row-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: bold;
  max-width: calc(100% - 37px);
  padding-left: 13px;
}

@media (max-width: 767px) {
  .human-resources__item__row .g-row-ttl .row-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .human-resources__item__row .g-row-ttl .row-ttl--small {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25em;
  }
}

.human-resources__item__row .text {
  max-width: calc(100% - 190px);
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143em;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .human-resources__item__row .text {
    max-width: 100%;
    margin-top: 13px;
    display: none;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.73333em;
    letter-spacing: 0.026em;
    padding-right: 0;
  }
}

.human-resources__item__row.last {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .human-resources__item__row.last {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.human-resources__item--01 {
  border-color: #275FBA;
}

.human-resources__item--01 .g-ttl-sub {
  background-color: #275FBA;
}

@media (max-width: 767px) {
  .human-resources__item--01 .g-ttl-sub .icon {
    width: 35px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .human-resources__item--01 .human-resources__item__row .g-row-ttl:after {
    background-image: url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/requirements/ico-down-blue.svg");
  }
}

.human-resources__item--01 .human-resources__item__row .g-row-ttl .number {
  background-color: #275FBA;
}

.human-resources__item--01 .human-resources__item__row .g-row-ttl .row-ttl {
  color: #275FBA;
}

.human-resources__item--02 {
  border-color: #1CB9FF;
}

.human-resources__item--02 .g-ttl-sub {
  background-color: #1CB9FF;
}

@media (max-width: 767px) {
  .human-resources__item--02 .g-ttl-sub .icon {
    width: 30px;
    height: 34px;
  }
}

@media (max-width: 767px) {
  .human-resources__item--02 .human-resources__item__row .g-row-ttl:after {
    background-image: url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/requirements/ico-down-blue-light.svg");
  }
}

.human-resources__item--02 .human-resources__item__row .g-row-ttl .number {
  background-color: #1CB9FF;
}

.human-resources__item--02 .human-resources__item__row .g-row-ttl .row-ttl {
  color: #1CB9FF;
}

.human-resources__item--03 {
  border-color: #5DC40E;
  margin-bottom: 0;
}

.human-resources__item--03 .g-ttl-sub {
  background-color: #5DC40E;
}

@media (max-width: 767px) {
  .human-resources__item--03 .g-ttl-sub .icon {
    width: 40px;
    height: 25px;
  }
}

@media (max-width: 767px) {
  .human-resources__item--03 .human-resources__item__row .g-row-ttl:after {
    background-image: url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/requirements/ico-down-green.svg");
  }
}

.human-resources__item--03 .human-resources__item__row .g-row-ttl .number {
  background-color: #5DC40E;
}

.human-resources__item--03 .human-resources__item__row .g-row-ttl .row-ttl {
  color: #5DC40E;
}

.work-together {
  overflow: hidden;
}

.work-together__cat {
  padding: 76px 0 130px;
}

@media (max-width: 767px) {
  .work-together__cat {
    padding: 33px 0 61px;
  }
}

@media (min-width: 768px) {
  .work-together__cat__anchor {
    margin: 0 155px 72px;
    display: flex;
    flex-wrap: wrap;
  }
  .work-together__cat__anchor:has(:only-child) {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .work-together__cat__anchor {
    margin: 0 15px 42px;
  }
}

.work-together__cat__anchor .link-anchor {
  display: block;
  width: 307px;
  max-width: calc(50% - 50px);
  margin: 0 25px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #275FBA;
  padding: 17px 30px 17px 0;
  border-bottom: 2px solid #275FBA;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .work-together__cat__anchor .link-anchor {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.25em;
    margin: 0;
    width: 100%;
    max-width: none;
    padding: 15px 0px;
  }
}

.work-together__cat__anchor .link-anchor:before {
  content: '';
  background: url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/requirements/ar-down.svg") 0 0/100% no-repeat;
  width: 23px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 1px;
  transition: margin-top 0.3s;
}

@media only screen and (min-width: 1025px) {
  .work-together__cat__anchor .link-anchor:hover:before {
    margin-top: -8px;
  }
}

.work-together__cat__item {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .work-together__cat__item {
    margin-bottom: 60px;
  }
}

.work-together__cat__item.last {
  margin-bottom: 0;
}

.work-together__cat__item .ttl-cat {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  background-color: #275FBA;
  text-align: center;
  padding: 42px 40px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .work-together__cat__item .ttl-cat {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.45em;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 36px 0 37px;
    margin: 0 -20px;
    border-radius: 0;
  }
}

.work-together__cat__item .list {
  margin: 50px 40px -30px;
}

@media (min-width: 768px) {
  .work-together__cat__item .list {
    display: flex;
    flex-wrap: wrap;
  }
  .work-together__cat__item .list:has(> li:only-child) {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .work-together__cat__item .list {
    margin: 26px 15px -20px;
  }
}

.work-together__cat__item .list .item {
  margin: 0 16px 30px;
  width: 440px;
  max-width: calc(50% - 32px);
}

@media (max-width: 767px) {
  .work-together__cat__item .list .item {
    margin: 0 0 21px;
    width: 100%;
    max-width: 100%;
  }
}

.work-together__cat__item .list .item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: bold;
  background-color: #fff;
  color: #275FBA;
  border-radius: 39px;
  box-shadow: 0 0 20px rgba(24, 52, 96, 0.2);
  width: 100%;
  height: 100%;
  padding: 22px 55px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .work-together__cat__item .list .item .link {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2em;
    padding: 18px 55px;
  }
}

.work-together__cat__item .list .item .link:before {
  content: '';
  background: url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/requirements/ar-left.svg") 0 0/100% no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  margin-top: -7px;
  top: 50%;
  right: 30px;
  transition: right 0.3s;
}

@media (max-width: 767px) {
  .work-together__cat__item .list .item .link:before {
    width: 13px;
    height: 13px;
    margin-top: -5px;
    right: 26px;
  }
}

@media only screen and (min-width: 1025px) {
  .work-together__cat__item .list .item .link:hover:before {
    right: 23px;
  }
}

.work-together__cat__item .text {
  margin: 40px 55px 0;
  border-radius: 5px;
  padding: 37px 0 36px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: bold;
  background-color: #F4F4F4;
  color: #7C7C7C;
  text-align: center;
}

@media (max-width: 767px) {
  .work-together__cat__item .text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    margin: 24px 0 0;
    padding: 21px 0 22px;
  }
}

@media (max-width: 767px) {
  .requirements .l-boxFixedSp {
    display: none;
  }
}

/*# sourceMappingURL=maps/requirements.min.css.map */