/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.benefits #wrap {
  overflow: initial;
}

.benefits .ttl-h2 {
  color: #275FBA;
  align-items: flex-start;
  display: flex;
  width: calc(100% + 33px);
  margin-left: -33px;
}

@media (max-width: 767px) {
  .benefits .ttl-h2 {
    width: calc(100% + 28px);
    margin-left: -28px;
  }
}

.benefits .ttl-h2__number {
  font-family: "Rubik", sans-serif;
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 1.18605em;
  letter-spacing: 0em;
  font-weight: 500;
  flex-shrink: 0;
  width: 102px;
  height: 102px;
  border: solid 2px #275FBA;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .benefits .ttl-h2__number {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 1.19355em;
    width: 76px;
    height: 76px;
  }
}

.benefits .ttl-h2__number:before, .benefits .ttl-h2__number:after {
  content: '';
  position: absolute;
  background-color: #fff;
}

.benefits .ttl-h2__number:before {
  width: 16px;
  height: 55px;
  right: -5px;
}

@media (max-width: 767px) {
  .benefits .ttl-h2__number:before {
    height: 44px;
  }
}

.benefits .ttl-h2__number:after {
  width: 14px;
  height: 45px;
  right: -4px;
  bottom: -2px;
  transform: rotate(51deg);
}

@media (max-width: 767px) {
  .benefits .ttl-h2__number:after {
    width: 10px;
    right: 1px;
    height: 37px;
  }
}

.benefits .ttl-h2__number span {
  display: block;
  margin: 1px 0 0 -3px;
}

.benefits .ttl-h2__jp {
  flex: 1;
  padding-left: 1px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .benefits .ttl-h2__jp {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.42857em;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .benefits .ttl-h2__jp {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .ttl-h2__jp {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .benefits .ttl-h2__jp {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.54545em;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-left: 0;
    margin: 20px 0 0 -5px;
  }
}

.benefits .text-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .benefits .text-content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.73333em;
    letter-spacing: 0.025em;
  }
}

.benefits .radius {
  border-radius: 10px;
}

.benefits section {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .benefits section {
    padding: 34px 0 54px;
  }
}

.benefits .c-box-content {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .benefits .c-box-content {
    display: block;
  }
}

.benefits .c-box-content__detail {
  flex: 1;
  padding-right: 70px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .c-box-content__detail {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .benefits .c-box-content__detail {
    padding-right: 0;
  }
}

.benefits .c-box-content .text {
  margin-top: 37px;
}

@media (max-width: 767px) {
  .benefits .c-box-content .text {
    margin-top: 18px;
  }
}

.benefits .c-box-content__ttl {
  margin-bottom: 12px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2em;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #275FBA;
}

@media (max-width: 767px) {
  .benefits .c-box-content__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556em;
    letter-spacing: 0.05em;
  }
}

.benefits .c-box-content__img {
  width: 440px;
  flex-shrink: 0;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .c-box-content__img {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .benefits .c-box-content__img {
    width: 100%;
    margin-top: 20px;
  }
  .benefits .c-box-content__img img {
    width: 100%;
  }
}

.benefits .c-box-legend {
  border: solid 2px #275FBA;
  border-radius: 10px;
  position: relative;
  margin-top: 78px;
}

@media (max-width: 767px) {
  .benefits .c-box-legend {
    margin-top: 45px;
  }
}

.benefits .c-box-legend__ttl {
  position: absolute;
  width: 100%;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -24px;
  left: 0;
}

@media (max-width: 767px) {
  .benefits .c-box-legend__ttl {
    height: 36px;
    top: -20px;
  }
}

.benefits .c-box-legend__ttl h3 {
  background-color: #275FBA;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1em;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  padding: 9px 40px 12px;
}

@media (max-width: 767px) {
  .benefits .c-box-legend__ttl h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375em;
    padding: 5px 32px 8px;
    height: auto;
  }
}

.benefits .c-box-legend__boxul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 37px 76px 35px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .c-box-legend__boxul {
    padding: 40px 20px 20px;
  }
}

@media (max-width: 767px) {
  .benefits .c-box-legend__boxul {
    display: block;
    padding: 32px 0 22px 20px;
  }
}

.benefits .c-box-legend ul {
  margin-left: 38px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .c-box-legend ul {
    margin-left: 0;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .benefits .c-box-legend ul {
    margin-left: 0;
  }
}

.benefits .c-box-legend ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8125em;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #275FBA;
  display: flex;
  align-items: start;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .c-box-legend ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .benefits .c-box-legend ul li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

.benefits .c-box-legend ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #7CE800;
  flex-shrink: 0;
  margin: 11px 9px 0 0;
}

@media (max-width: 767px) {
  .benefits .c-box-legend ul li:before {
    margin: 9px 8px 0 0;
  }
}

@media (max-width: 767px) {
  .benefits .sec-stable {
    padding: 30px 0 54px 0;
  }
}

.benefits .sec-spacious {
  background-color: #F4F4F4;
}

.benefits .sec-spacious .ttl-h2__number span {
  margin-left: 4px;
}

.benefits .sec-spacious .ttl-h2__number:before, .benefits .sec-spacious .ttl-h2__number:after {
  background-color: #F4F4F4;
}

@media (min-width: 768px) {
  .benefits .sec-spacious .ttl-h2__jp {
    position: relative;
    top: 3px;
  }
}

@media (min-width: 768px) {
  .benefits .sec-spacious .c-box-content .text-content {
    position: relative;
    top: 3px;
  }
}

.benefits .sec-spacious .c-box-legend {
  padding: 18px 55px 19px 49px;
  background-color: #fff;
  margin-top: 77px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .sec-spacious .c-box-legend {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .benefits .sec-spacious .c-box-legend {
    margin-top: 45px;
    padding: 5px 20px 0 20px;
  }
}

.benefits .sec-spacious .box-point__item {
  display: flex;
  align-items: center;
  padding: 32px 0;
}

@media (min-width: 768px) {
  .benefits .sec-spacious .box-point__item {
    border-bottom: 1px solid #D9D9D9;
  }
}

@media (max-width: 767px) {
  .benefits .sec-spacious .box-point__item {
    flex-direction: column-reverse;
    padding: 0 0 32px 0;
  }
}

.benefits .sec-spacious .box-point__item:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .benefits .sec-spacious .box-point__item:last-child {
    padding-bottom: 27px;
  }
}

@media (max-width: 767px) {
  .benefits .sec-spacious .box-point__item:first-child {
    padding: 32px 0;
  }
}

@media (min-width: 768px) {
  .benefits .sec-spacious .box-point__item:first-child .ttl {
    margin-top: 13px;
  }
}

.benefits .sec-spacious .box-point .detail {
  flex: 1;
  padding-right: 59px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .sec-spacious .box-point .detail {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .benefits .sec-spacious .box-point .detail {
    padding-right: 0;
  }
}

.benefits .sec-spacious .box-point .ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #275FBA;
  display: flex;
  align-items: center;
  margin-top: 7px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .sec-spacious .box-point .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .benefits .sec-spacious .box-point .ttl {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.41176em;
    letter-spacing: 0.04em;
    align-items: flex-start;
    margin-top: 13px;
  }
}

.benefits .sec-spacious .box-point .ttl:before {
  content: '';
  width: 44px;
  height: 44px;
  display: block;
  background-image: url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/benefits/ico_check.svg");
  background-size: cover;
  flex-shrink: 0;
  margin-right: 19px;
  margin-top: 5px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .sec-spacious .box-point .ttl:before {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .benefits .sec-spacious .box-point .ttl:before {
    width: 23px;
    height: 23px;
    margin: -1px 9px 0 -2px;
  }
}

.benefits .sec-spacious .box-point .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  margin-top: 24px;
}

@media (max-width: 767px) {
  .benefits .sec-spacious .box-point .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143em;
    letter-spacing: 0.025em;
    margin-top: 7px;
  }
}

.benefits .sec-spacious .box-point .img {
  width: 348px;
  flex-shrink: 0;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .sec-spacious .box-point .img {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .benefits .sec-spacious .box-point .img {
    width: 100%;
    margin-bottom: 1px;
  }
  .benefits .sec-spacious .box-point .img img {
    width: 100%;
    border-radius: 5px;
  }
}

.benefits .sec-company .ttl-h2__number span {
  margin-left: 3px;
}

@media (min-width: 768px) {
  .benefits .sec-company .c-box-content .text-content {
    position: relative;
    top: 3px;
  }
}

.benefits .sec-company .box-club {
  display: flex;
  align-items: center;
  padding: 44px 40px 36px 50px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .sec-company .box-club {
    padding: 23px 20px 25px;
  }
}

@media (max-width: 767px) {
  .benefits .sec-company .box-club {
    display: block;
    padding: 23px 20px 25px;
  }
}

.benefits .sec-company .box-club__ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1em;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #275FBA;
  margin-top: 18px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .sec-company .box-club__ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .benefits .sec-company .box-club__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375em;
  }
}

.benefits .sec-company .box-club .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8125em;
  letter-spacing: 0.05em;
  margin-top: 19px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .sec-company .box-club .text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .benefits .sec-company .box-club .text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143em;
    letter-spacing: 0.025em;
    margin-top: 9px;
  }
}

.benefits .sec-company .box-club__detail {
  flex-shrink: 0;
  width: 360px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .sec-company .box-club__detail {
    width: 340px;
  }
}

@media (max-width: 767px) {
  .benefits .sec-company .box-club__detail {
    width: 100%;
  }
}

.benefits .sec-company .box-club__img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 31px;
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .benefits .sec-company .box-club__img {
    padding-left: 0;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .sec-company .box-club__img .img {
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .benefits .sec-company .box-club__img {
    display: block;
    padding: 17px 3px 0 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .benefits .sec-company .c-box-legend {
    margin-top: 38px;
  }
}

.benefits .sec-welfare {
  padding-top: 0;
  margin-top: 60px;
  position: relative;
}

.benefits .sec-welfare:before {
  content: '';
  width: 100%;
  height: calc(100% - 85px);
  position: absolute;
  top: 85px;
  left: 0;
  background-color: #F4F4F4;
  z-index: -1;
}

@media (max-width: 767px) {
  .benefits .sec-welfare {
    margin-top: 23px;
  }
}

.benefits .sec-welfare__top {
  position: relative;
  background-color: #275FBA;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .benefits .sec-welfare__top {
    top: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
    height: 123px;
  }
}

.benefits .sec-welfare__top .icon {
  position: absolute;
  left: 20px;
  bottom: 0;
}

@media (max-width: 767px) {
  .benefits .sec-welfare__top .icon {
    width: 142px;
    left: -11px;
    bottom: 1px;
  }
}

.benefits .sec-welfare__ttl {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 3.03571em;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .benefits .sec-welfare__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.45455em;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 767px) {
  .benefits .sec-welfare__content {
    margin-top: 36px;
  }
}

.benefits .sec-welfare__content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  padding: 0 58px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .sec-welfare__content ul {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .benefits .sec-welfare__content ul {
    display: block;
    padding: 0;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .benefits .sec-welfare__content ul:last-child {
    justify-content: center;
    margin-top: 30px;
    padding: 0;
  }
  .benefits .sec-welfare__content ul:last-child li {
    margin: 0 16px;
  }
  .benefits .sec-welfare__content ul:last-child p {
    margin-left: 10px;
  }
}

.benefits .sec-welfare__content li {
  text-align: center;
  width: 300px;
  max-width: calc(33.33% - 20px);
}

@media (max-width: 767px) {
  .benefits .sec-welfare__content li {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 23px;
  }
}

.benefits .sec-welfare__content .icon {
  text-align: center;
}

@media (max-width: 767px) {
  .benefits .sec-welfare__content .icon {
    width: 133px;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .benefits .sec-welfare__content .text {
    flex: 1;
    text-align: left;
    padding-left: 15px;
  }
}

.benefits .sec-welfare__content .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.16667em;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #275FBA;
  margin: 20px 0 12px 0;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .sec-welfare__content .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .benefits .sec-welfare__content .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556em;
    margin: 2px 0 10px 0;
  }
}

.benefits .sec-welfare__content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5625em;
  letter-spacing: 0.05em;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .sec-welfare__content p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .benefits .sec-welfare__content p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6em;
    letter-spacing: 0.025em;
  }
}

.benefits .sec-welfare .c-box-legend {
  margin-top: 77px;
  background-color: #fff;
  padding: 20px 85px 18px;
  padding: 20px;
}

@media (max-width: 767px) {
  .benefits .sec-welfare .c-box-legend {
    margin-top: 49px;
    padding: 17px 17px 10px;
  }
}

.benefits .sec-welfare .box-other {
  display: flex;
  flex-wrap: wrap;
  margin-left: -39px;
  justify-content: center;
}

@media (max-width: 767px) {
  .benefits .sec-welfare .box-other {
    display: block;
    margin-left: 0;
  }
}

.benefits .sec-welfare .box-other__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  width: 401px;
  margin-left: 39px;
  padding: 22px 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .benefits .sec-welfare .box-other__item {
    width: calc(50% - 39px);
  }
}

@media (min-width: 768px) {
  .benefits .sec-welfare .box-other__item:nth-last-child(2), .benefits .sec-welfare .box-other__item:last-child {
    border-bottom: 0;
  }
  .benefits .sec-welfare .box-other__item:nth-child(even) {
    width: 410px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .benefits .sec-welfare .box-other__item:nth-child(even) {
    width: calc(50% - 39px);
  }
}

@media (min-width: 768px) {
  .benefits .sec-welfare .box-other__item:nth-child(even) .ttl {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .benefits .sec-welfare .box-other__item {
    width: 100%;
    margin-left: 0;
    padding: 13px 5px;
  }
  .benefits .sec-welfare .box-other__item:last-child {
    border-bottom: 0;
  }
}

.benefits .sec-welfare .box-other .icon {
  width: 100px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .benefits .sec-welfare .box-other .icon {
    width: 71px;
  }
}

.benefits .sec-welfare .box-other .ttl {
  color: #275FBA;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556em;
  letter-spacing: 0.05em;
  font-weight: bold;
  flex: 1;
  padding-left: 17px;
}

@media (max-width: 767px) {
  .benefits .sec-welfare .box-other .ttl {
    padding-left: 23px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.46667em;
    letter-spacing: 0.05em;
  }
}

.benefits .gBtn {
  max-width: 846px;
  margin: 81px auto 79px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .benefits .gBtn {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }
  .benefits .gBtn .c-btn01-recruit {
    margin: 0 auto;
  }
  .benefits .gBtn .c-btn01-recruit:last-child {
    margin-top: 25px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .benefits .gBtn .c-btn01-recruit {
    width: 48%;
  }
}

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