/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/*-----------------------------------------------------------
body recruit
-------------------------------------------------------------*/
body {
  color: #383838;
}

#wrap {
  padding-top: 78px;
}

@media (max-width: 767px) {
  #wrap {
    padding-top: 60px;
  }
}

/*-----------------------------------------------------------
header recruit
------------------------------------------------------------*/
.l-headerRecruit {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

@media (min-width: 768px) {
  .l-headerRecruit {
    height: 78px;
    box-shadow: 0 4px 4px rgba(27, 75, 152, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 17px;
  }
}

@media (max-width: 767px) {
  .l-headerRecruit {
    height: 60px;
    padding-left: 11px;
    padding-right: 65px;
  }
}

.l-headerRecruit .l-hrLogo {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .l-headerRecruit .l-hrLogo {
    margin-bottom: 4px;
  }
}

@media (max-width: 767px) {
  .l-headerRecruit .l-hrLogo {
    height: 100%;
    padding-bottom: 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1270px) {
  .l-headerRecruit .l-hrLogo--01 {
    max-width: 240px;
  }
}

@media (max-width: 767px) {
  .l-headerRecruit .l-hrLogo--01 {
    max-width: 206px;
  }
}

@media (min-width: 768px) {
  .l-headerRecruit .l-hrLogo--02 {
    margin-top: 5px;
    margin-left: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1270px) {
  .l-headerRecruit .l-hrLogo--02 {
    margin-left: 10px;
    max-width: 70px;
  }
}

@media (max-width: 767px) {
  .l-headerRecruit .l-hrLogo--02 {
    max-width: 68px;
    margin-top: -3px;
    margin-left: 12px;
  }
}

@media (min-width: 768px) {
  .l-headerRecruit .l-hrInfo {
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.l-headerRecruit .l-hrNavi {
  display: flex;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1270px) {
  .l-headerRecruit .l-hrNavi {
    margin-right: 0;
  }
}

.l-headerRecruit .l-hrNavi > li > a,
.l-headerRecruit .l-hrNavi > li > p {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429em;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 27px 19px;
  color: #383838;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 1270px) {
  .l-headerRecruit .l-hrNavi > li > a,
  .l-headerRecruit .l-hrNavi > li > p {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 29px 12px;
  }
}

.l-headerRecruit .l-hrNavi > li > a {
  transition: .3s color;
  will-change: color;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .l-headerRecruit .l-hrNavi > li > a:hover {
    opacity: 1;
    color: #275FBA;
  }
}

.l-headerRecruit .l-hrNavi > li > p {
  padding-right: 32px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1270px) {
  .l-headerRecruit .l-hrNavi > li > p {
    padding-right: 23px;
  }
}

.l-headerRecruit .l-hrNavi > li > p:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_arr_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  transition: .3s transform;
  will-change: transform;
}

@media only screen and (min-width: 768px) and (max-width: 1270px) {
  .l-headerRecruit .l-hrNavi > li > p:before {
    right: 6px;
  }
}

.l-headerRecruit .l-hrNavi .has-submenu {
  position: relative;
  cursor: pointer;
}

.l-headerRecruit .l-hrSubNavi {
  position: absolute;
  top: auto;
  left: 17px;
  margin-top: -20px;
  z-index: 1;
  width: 195px;
  border: 2px solid #275FBA;
  border-radius: 5px;
  background-color: #fff;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s transform, 0.3s opacity;
  will-change: transform, opacity;
}

.l-headerRecruit .l-hrSubNavi li + li {
  border-top: 2px solid #275FBA;
}

.l-headerRecruit .l-hrSubNavi a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857em;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #275FBA;
  padding: 6px 11px;
  background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_arr_blue.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
  transition: 0.3s background-position, 0.3s opacity;
  will-change: background-position, opacity;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .l-headerRecruit .l-hrSubNavi a:hover {
    opacity: 0.75;
    background-position: center right 8px;
  }
}

.l-headerRecruit .l-hrBtnEntry {
  width: 159px;
  height: 96px;
  text-align: center;
  border-bottom-left-radius: 12px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1270px) {
  .l-headerRecruit .l-hrBtnEntry {
    width: 110px;
  }
}

.l-headerRecruit .l-hrBtnEntry a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #7CE800;
  box-shadow: 0 2px 2px rgba(27, 75, 152, 0.2);
  border-bottom-left-radius: 12px;
  color: #275FBA;
  line-height: 1;
}

.l-headerRecruit .l-hrBtnEntry__en {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.06667em;
  letter-spacing: 0.025em;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 1270px) {
  .l-headerRecruit .l-hrBtnEntry__en {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.l-headerRecruit .l-hrBtnEntry__ja {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28571em;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.l-headerRecruit .l-hrMenu {
  width: 60px;
  height: 60px;
  background-color: #275FBA;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.l-headerRecruit .l-hrMenu span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s ease-in-out transform, 0.3s ease-in-out opacity;
  will-change: transform, opacity;
}

.l-headerRecruit .l-hrMenu span:nth-child(1) {
  top: 14px;
}

.l-headerRecruit .l-hrMenu span:nth-child(2) {
  top: 21px;
}

.l-headerRecruit .l-hrMenu span:nth-child(3) {
  top: 28px;
}

.l-headerRecruit .l-hrMenu p {
  width: 100%;
  padding-left: 2px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.16667em;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  font-family: "Rubik", sans-serif;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.l-headerRecruit .l-hrMenu.is-active span {
  top: 20px;
}

.l-headerRecruit .l-hrMenu.is-active span:nth-child(1) {
  transform: rotate(135deg);
}

.l-headerRecruit .l-hrMenu.is-active span:nth-child(2) {
  opacity: 0;
}

.l-headerRecruit .l-hrMenu.is-active span:nth-child(3) {
  transform: rotate(-135deg);
}

html:not(.is-ipad) .has-submenu:hover > p:before {
  transform: rotateX(180deg);
}

html:not(.is-ipad) .has-submenu:hover .l-hrSubNavi {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

html.is-ipad .has-submenu p.is-active:before {
  transform: rotateX(180deg);
}

html.is-ipad .has-submenu p.is-active + .l-hrSubNavi {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.l-menuRecruit {
  transform: translateX(100%);
  position: fixed;
  top: 60px;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: calc(100% - 35px);
  background-color: #275FBA;
  padding: 29px 26px 0;
  overflow-y: auto;
  transition: 0.3s transform;
  will-change: transform;
}

.l-menuRecruit.is-active {
  transform: translateX(0);
}

.l-menuRecruit__over {
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}

.l-menuRecruit__lst01 {
  display: flex;
}

@media (min-width: 768px) {
  .l-menuRecruit__lst01 {
    margin: 0 -5px;
  }
}

@media (max-width: 767px) {
  .l-menuRecruit__lst01 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .l-menuRecruit__lst01 li {
    width: 25%;
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .l-menuRecruit__lst01 li {
    width: calc(50% - 4px);
    margin-bottom: 8px;
  }
  .l-menuRecruit__lst01 li img {
    width: 100%;
  }
}

.l-menuRecruit__lst01 li a {
  display: block;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .l-menuRecruit__lst01 li a:hover {
    opacity: .75;
  }
}

.l-menuRecruit__lst01 .pc-footer {
  display: none;
}

.l-menuRecruit__lst01 .sp-footer {
  display: none;
}

.l-menuRecruit__lst01 .sp-menu {
  display: block;
}

@media (min-width: 768px) {
  .l-menuRecruit__lst02 {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .l-menuRecruit__lst02 {
    margin-top: 7px;
  }
}

@media (min-width: 768px) {
  .l-menuRecruit__lst02 li {
    width: 30.093%;
    margin-left: 4.86%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .l-menuRecruit__lst02 li {
    width: 32%;
    margin-left: 2%;
  }
}

@media (min-width: 768px) {
  .l-menuRecruit__lst02 li:nth-child(3n+1) {
    margin-left: 0;
  }
}

.l-menuRecruit__lst02 li a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625em;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .l-menuRecruit__lst02 li a {
    height: 100%;
    padding: 13px 30px 13px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .l-menuRecruit__lst02 li a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.83333em;
  }
}

@media (max-width: 767px) {
  .l-menuRecruit__lst02 li a {
    padding: 15px 30px 16px 0;
  }
}

.l-menuRecruit__lst02 li a:before, .l-menuRecruit__lst02 li a:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -11px;
  transition: .3s transform;
  will-change: transform;
}

.l-menuRecruit__lst02 li a:before {
  border-radius: 100px;
  background-color: #fff;
}

.l-menuRecruit__lst02 li a:after {
  background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_arr_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 1025px) {
  .l-menuRecruit__lst02 li a:hover {
    opacity: .75;
  }
  .l-menuRecruit__lst02 li a:hover:before, .l-menuRecruit__lst02 li a:hover:after {
    transform: translateX(4px);
  }
}

@media (min-width: 768px) {
  .l-menuRecruit__groupBtn01 {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .l-menuRecruit__groupBtn01 {
    margin-top: 45px;
  }
}

.l-menuRecruit__btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625em;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  transition: .3s background-color;
  will-change: background-color;
  cursor: pointer;
}

.l-menuRecruit__btn01:before, .l-menuRecruit__btn01:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  transition: .3s opacity;
  will-change: opacity;
  position: absolute;
  top: 50%;
}

@media (min-width: 768px) {
  .l-menuRecruit__btn01:before, .l-menuRecruit__btn01:after {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    right: 35px;
    margin-top: -8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .l-menuRecruit__btn01:before, .l-menuRecruit__btn01:after {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .l-menuRecruit__btn01:before, .l-menuRecruit__btn01:after {
    width: 14px;
    height: 14px;
    right: 25px;
    margin-top: -7px;
  }
}

.l-menuRecruit__btn01:before {
  background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_blank_white.svg);
}

.l-menuRecruit__btn01:after {
  background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_blank_blue.svg);
  opacity: 0;
}

@media (min-width: 768px) {
  .l-menuRecruit__btn01 {
    width: calc(50% - 14px);
    height: 68px;
  }
  .l-menuRecruit__btn01:nth-child(2) {
    margin-right: -4px;
  }
}

@media (max-width: 767px) {
  .l-menuRecruit__btn01 {
    margin: 15px auto 0;
    max-width: 264px;
    height: 60px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.66667em;
  }
}

.l-menuRecruit__btn01 span {
  color: #fff;
  transition: .3s color;
  will-change: color;
}

@media only screen and (min-width: 1025px) {
  .l-menuRecruit__btn01:hover {
    opacity: 1;
    background-color: #fff;
  }
  .l-menuRecruit__btn01:hover:before {
    opacity: 0;
  }
  .l-menuRecruit__btn01:hover:after {
    opacity: 1;
  }
  .l-menuRecruit__btn01:hover span {
    color: #275FBA;
  }
}

.l-menuRecruit__close {
  margin: 48px -25px 0;
  text-align: center;
  padding: 22px 0;
  background-color: #1D50A3;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556em;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  font-family: "Rubik", sans-serif;
}

.l-menuRecruit__close span {
  position: relative;
  padding-right: 24px;
}

.l-menuRecruit__close span:before, .l-menuRecruit__close span:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: -4px;
}

.l-menuRecruit__close span:before {
  transform: rotate(45deg);
}

.l-menuRecruit__close span:after {
  transform: rotate(-45deg);
}

/*-----------------------------------------------------------
footer recruit
------------------------------------------------------------*/
.l-footerRecruit {
  background-color: #275FBA;
  padding: 77px 0 54px;
}

@media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .l-footerRecruit {
    padding-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .l-footerRecruit {
    padding: 40px 0 89px;
  }
}

.l-footerRecruit .l-frInner {
  position: relative;
  max-width: 1284px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .l-footerRecruit .l-frInner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .l-footerRecruit .l-frNavi {
    width: calc(100% - 430px);
    padding-right: 8.8%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1284px) {
  .l-footerRecruit .l-frNavi {
    width: 724px;
    padding-right: 0;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .l-footerRecruit .l-frNavi .l-menuRecruit__lst01 li {
    width: calc(50% - 4.5px);
    margin-bottom: 15px;
  }
  .l-footerRecruit .l-frNavi .l-menuRecruit__lst02 {
    margin-top: 0;
  }
  .l-footerRecruit .l-frNavi .l-menuRecruit__groupBtn01 {
    margin-top: 60px;
  }
  .l-footerRecruit .l-frNavi .l-menuRecruit__btn01 {
    max-width: 270px;
  }
}

.l-footerRecruit .l-frNavi .pc-footer {
  display: block;
}

@media (max-width: 767px) {
  .l-footerRecruit .l-frNavi .pc-footer {
    display: none;
  }
}

.l-footerRecruit .l-frNavi .sp-footer {
  display: none;
}

@media (max-width: 767px) {
  .l-footerRecruit .l-frNavi .sp-footer {
    display: block;
  }
}

.l-footerRecruit .l-frNavi .sp-menu {
  display: none;
}

@media (min-width: 768px) {
  .l-footerRecruit .l-frInfo {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .l-footerRecruit .l-frInfo {
    margin-top: 48px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .l-footerRecruit .l-frLogo {
    padding-right: 20px;
  }
}

.l-footerRecruit .l-frText {
  margin-top: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857em;
  letter-spacing: 0.05em;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .l-footerRecruit .l-frText {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.90909em;
  }
}

.l-footerRecruit .l-frText p + p {
  margin-top: 8px;
}

.l-footerRecruit .l-frText strong {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1000px) {
  .l-footerRecruit .l-frText strong {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556em;
  }
}

.l-footerRecruit .l-frText img {
  margin-top: 37px;
}

@media (max-width: 767px) {
  .l-footerRecruit .l-frText img {
    margin-top: 30px;
  }
}

.l-footerRecruit .l-frCopyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333em;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

@media (min-width: 768px) {
  .l-footerRecruit .l-frCopyright {
    position: absolute;
    bottom: -5px;
    left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .l-footerRecruit .l-frCopyright {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2em;
  }
}

@media (max-width: 767px) {
  .l-footerRecruit .l-frCopyright {
    text-align: center;
  }
}

.goTopRecruit {
  width: 74px;
  height: 74px;
}

@media (min-width: 768px) {
  .goTopRecruit {
    position: fixed;
    bottom: 53px;
    right: 30px;
    z-index: 100;
    display: none;
  }
}

@media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .goTopRecruit {
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .goTopRecruit {
    margin: 34px auto 33px;
  }
}

.goTopRecruit > div {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 0 20px rgba(24, 52, 96, 0.3);
  transition: .3s opacity;
  will-change: opacity;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .goTopRecruit > div {
    box-shadow: 0 0 10px rgba(24, 52, 96, 0.3);
  }
}

.goTopRecruit > div:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_arr_up_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: .3s transform;
  will-change: transform;
}

@media only screen and (min-width: 1025px) {
  .goTopRecruit > div:hover {
    opacity: .75;
  }
  .goTopRecruit > div:hover:before {
    transform: translateY(-4px);
  }
}

.l-boxFixedSp {
  width: 100%;
  height: 69px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}

@media (min-width: 768px) {
  .l-boxFixedSp {
    display: none !important;
  }
}

.l-boxFixedSp a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #7CE800;
  color: #275FBA;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.45455em;
  letter-spacing: 0.15em;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}

.l-boxFixedSp a:before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background-color: #fff;
  background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_arr02_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -13px;
}

.l-boxFixedSp a span {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.76923em;
  letter-spacing: 0.025em;
  font-family: "Rubik", sans-serif;
  margin: 7px 0 0 10px;
}

/*-----------------------------------------------------------
component recruit
------------------------------------------------------------*/
.c-breadcrumb-recruit {
  padding: 16px 23px;
}

@media (max-width: 767px) {
  .c-breadcrumb-recruit {
    padding: 5px 10px;
  }
}

.c-breadcrumb-recruit ul {
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333em;
  letter-spacing: 0em;
  color: #fff;
}

@media (min-width: 768px) {
  .c-breadcrumb-recruit ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .c-breadcrumb-recruit ul {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
.c-breadcrumb-recruit ul li {
  display: inline;
  vertical-align: top;
}

.c-breadcrumb-recruit ul li:not(:first-child) {
  margin-left: 26px;
  position: relative;
}

.c-breadcrumb-recruit ul li:not(:first-child):before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 8px;
  left: -16px;
  transform: rotate(45deg);
}

.c-breadcrumb-recruit ul a {
  color: #fff;
  text-decoration: underline;
}

.c-pagename-recruit {
  position: relative;
  background: #275fba;
  color: #fff;
  width: calc(100% - 46px);
  border-radius: 0 0 10px 10px;
  margin: 0 auto;
  padding-bottom: 91px;
  z-index: 1;
}

@media (max-width: 767px) {
  .c-pagename-recruit {
    width: 100%;
    border-radius: 0;
    padding-bottom: 41px;
  }
}

.c-pagename-recruit:before {
  content: '';
  width: 150px;
  height: 150px;
  background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/pagename_deco01.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .c-pagename-recruit:before {
    width: 70px;
    height: 70px;
  }
}

.c-pagename-recruit:after {
  content: '';
  width: 142px;
  height: 110px;
  background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/pagename_deco02.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .c-pagename-recruit:after {
    width: 72px;
    height: 57px;
  }
}

.c-pagename-recruit__hd {
  padding-top: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .c-pagename-recruit__hd {
    padding-top: 27px;
  }
}

.c-pagename-recruit__ja {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.31579em;
  letter-spacing: 0.15em;
  font-weight: bold;
}

@media (max-width: 767px) {
  .c-pagename-recruit__ja {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
  }
}

.c-pagename-recruit__en {
  margin-top: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429em;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .c-pagename-recruit__en {
    margin-top: 10px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2em;
  }
}

.c-ttl01-recruit {
  text-align: center;
  color: #275FBA;
}

.c-ttl01-recruit__en {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556em;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .c-ttl01-recruit__en {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429em;
  }
}

.c-ttl01-recruit__ja {
  display: inline-block;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.41667em;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .c-ttl01-recruit__ja {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.21875em;
    letter-spacing: 0.05em;
    padding-bottom: 21px;
  }
}

.c-ttl01-recruit__ja:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #275FBA;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .c-ttl01-recruit__ja:before {
    height: 3px;
  }
}

.c-ttl01-recruit__ja:after {
  content: "";
  width: 24px;
  height: 18px;
  background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_ttl01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 18px;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .c-ttl01-recruit__ja:after {
    background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_ttl01_sp.png);
    bottom: -15px;
  }
}

.c-ttl01-recruit__ja .en {
  font-size: 52px;
  font-size: 5.2rem;
  letter-spacing: .05em;
  font-family: "Rubik", sans-serif;
  margin-right: 3px;
  margin-left: 3px;
}

@media (max-width: 767px) {
  .c-ttl01-recruit__ja .en {
    font-size: 40px;
    font-size: 4rem;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    top: 2px;
  }
}

.c-ttl01-recruit__ja .green {
  color: #7CE800;
}

.c-btn01-recruit {
  width: 398px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(24, 52, 96, 0.2);
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556em;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #275FBA !important;
  padding-right: 6px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .c-btn01-recruit--shadow30 {
    box-shadow: 0 0 20px rgba(24, 52, 96, 0.3);
  }
}

@media (max-width: 767px) {
  .c-btn01-recruit {
    width: 100%;
    max-width: 300px;
    height: 67px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.66667em;
    box-shadow: 0 0 10px rgba(24, 52, 96, 0.2);
  }
}

.c-btn01-recruit:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_arr01_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -10px;
  transition: 0.3s transform;
  will-change: transform;
}

@media (max-width: 767px) {
  .c-btn01-recruit:before {
    width: 14px;
    height: 14px;
    background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_arr02_blue.svg);
    margin-top: -7px;
    right: 24px;
  }
}

.c-btn01-recruit .en {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .05em;
  font-family: "Rubik", sans-serif;
  margin-left: -4px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

@media (max-width: 767px) {
  .c-btn01-recruit .en {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 2px;
    margin-right: 2px;
    top: 2px;
    left: -1px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-btn01-recruit:hover {
    opacity: 0.75;
  }
  .c-btn01-recruit:hover:before {
    transform: translateX(4px);
  }
}

.c-youtube-recruit {
  margin: 0 auto;
  max-width: 848px;
  height: 446px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .c-youtube-recruit {
    height: 46.934vw;
    border-radius: 5px;
  }
}

.c-youtube-recruit:before {
  content: "";
  border: 8px solid #275FBA;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 767px) {
  .c-youtube-recruit:before {
    border-width: 4px;
  }
}

.c-youtube-recruit__thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}

.c-youtube-recruit__thumb:before {
  content: "";
  width: 64px;
  height: 64px;
  background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_play.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media (max-width: 767px) {
  .c-youtube-recruit__thumb:before {
    width: 38px;
    height: 38px;
    background-image: url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/common-recruit/ico_play_sp.svg);
  }
}

.c-youtube-recruit__video {
  width: 100%;
  height: 100%;
}

.c-youtube-recruit__video iframe {
  width: 100%;
  height: 100%;
}

.c-work-together-recruit {
  background-color: #F4F4F4;
  position: relative;
}

.c-work-together-recruit__ttl, .c-work-together-recruit__sub {
  position: relative;
  z-index: 2;
}

.c-work-together-recruit__ttl {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.475em;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  color: #275FBA;
}

@media (max-width: 767px) {
  .c-work-together-recruit__ttl {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.4em;
    margin-bottom: 18px;
  }
}

.c-work-together-recruit__ttl .en {
  font-size: 62px;
  font-size: 6.2rem;
  line-height: 1.19355em;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
  color: #7CE800;
}

@media (max-width: 767px) {
  .c-work-together-recruit__ttl .en {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.19048em;
    margin-bottom: -5px;
    display: inline-block;
    transform: translateX(5px);
  }
}

.c-work-together-recruit__sub {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.47619em;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 29px;
  text-align: center;
  color: #275FBA;
}

@media (max-width: 767px) {
  .c-work-together-recruit__sub {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143em;
    letter-spacing: 0.025em;
    margin-top: 18px;
  }
}

.c-work-together-recruit .inner {
  position: relative;
  padding: 98px 0 87px;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .c-work-together-recruit .inner {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .c-work-together-recruit .inner {
    padding: 55px 0 50px;
  }
}

.c-work-together-recruit__img01 {
  position: absolute;
  bottom: -39px;
  left: -129px;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .c-work-together-recruit__img01 {
    width: 225px;
    bottom: -25px;
    left: -107px;
  }
}

@media (max-width: 767px) {
  .c-work-together-recruit__img01 {
    left: -20px;
    bottom: -26px;
  }
}

.c-work-together-recruit__img02 {
  position: absolute;
  bottom: -61px;
  right: -149px;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .c-work-together-recruit__img02 {
    width: 255px;
    right: -131px;
    bottom: -44px;
  }
}

@media (max-width: 767px) {
  .c-work-together-recruit__img02 {
    bottom: -26px;
    right: -20px;
  }
}

.c-work-together-recruit__deco01 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .c-work-together-recruit__deco01 {
    width: 95px;
    height: 122px;
  }
}

.c-work-together-recruit__deco02 {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .c-work-together-recruit__deco02 {
    width: 98px;
    height: 127px;
  }
}

.c-contactbox-recruit {
  background-color: #F4F4F4;
  position: relative;
}

.c-contactbox-recruit__ttl, .c-contactbox-recruit__sub {
  position: relative;
  z-index: 2;
}

.c-contactbox-recruit__ttl {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.475em;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  color: #275FBA;
}

@media (max-width: 767px) {
  .c-contactbox-recruit__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.45455em;
  }
}

.c-contactbox-recruit__ttl .en {
  font-size: 62px;
  font-size: 6.2rem;
  line-height: 1.19355em;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
  color: #7CE800;
}

@media (max-width: 767px) {
  .c-contactbox-recruit__ttl .en {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.19048em;
    display: inline-block;
  }
}

.c-contactbox-recruit__sub {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.41667em;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 23px;
  text-align: center;
  color: #275FBA;
}

@media (max-width: 767px) {
  .c-contactbox-recruit__sub {
    margin-top: 18px;
  }
}

.c-contactbox-recruit .inner {
  position: relative;
  padding: 86px 0 52px;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .c-contactbox-recruit .inner {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .c-contactbox-recruit .inner {
    padding: 47px 0 28px;
  }
}

.c-contactbox-recruit__img01 {
  position: absolute;
  bottom: -36px;
  left: -149px;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .c-contactbox-recruit__img01 {
    left: -70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .c-contactbox-recruit__img01 {
    width: 225px;
    bottom: -25px;
    left: -30px;
  }
}

@media (max-width: 767px) {
  .c-contactbox-recruit__img01 {
    left: -20px;
    bottom: -26px;
  }
}

.c-contactbox-recruit__img02 {
  position: absolute;
  bottom: -61px;
  right: -169px;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .c-contactbox-recruit__img02 {
    right: -70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .c-contactbox-recruit__img02 {
    width: 255px;
    right: -40px;
    bottom: -44px;
  }
}

@media (max-width: 767px) {
  .c-contactbox-recruit__img02 {
    bottom: -26px;
    right: -20px;
  }
}

.c-contactbox-recruit__deco01 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .c-contactbox-recruit__deco01 {
    width: 74px;
    height: auto;
  }
}

.c-contactbox-recruit__deco02 {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .c-contactbox-recruit__deco02 {
    width: 68px;
    height: auto;
  }
}

.c-contactbox-recruit .btn-more {
  text-align: center;
  margin-top: 38px;
}

@media (max-width: 767px) {
  .c-contactbox-recruit .btn-more {
    margin-top: 23px;
  }
}

.c-contactbox-recruit .btn-more .c-btn-blue {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: bold;
  max-width: 398px;
  width: 100%;
  height: 80px;
  border-radius: 39px;
  background: #275FBA;
  color: #fff;
  box-shadow: 0px 0px 20px rgba(24, 52, 96, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.c-contactbox-recruit .btn-more .c-btn-blue::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.361' height='18.361' viewBox='0 0 18.361 18.361'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-width:3px;%7D.b%7Bstroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(2.121 2.121)'%3E%3Cpath class='a' d='M3156.411,1739.107h13.671' transform='translate(-3156.411 -1732.048)'/%3E%3Cpath class='b' d='M0,9.983V0H9.984' transform='translate(14.119 7.059) rotate(135)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
}

@media only screen and (min-width: 1025px) {
  .c-contactbox-recruit .btn-more .c-btn-blue:hover {
    opacity: 0.75;
  }
  .c-contactbox-recruit .btn-more .c-btn-blue:hover::before {
    right: 24px;
  }
}

@media (max-width: 767px) {
  .c-contactbox-recruit .btn-more .c-btn-blue {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4em;
    max-width: 300px;
    height: 67px;
    border-radius: 100px;
    padding-right: 12px;
    margin: 0 auto;
  }
  .c-contactbox-recruit .btn-more .c-btn-blue::before {
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.828' height='12.828' viewBox='0 0 12.828 12.828'%3E%3Cdefs%3E%3Cstyle%3E.a,.b%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-width:2px;%7D.b%7Bstroke-linejoin:round;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(1.414 1.414)'%3E%3Cpath class='a' d='M3156.411,1739.107h9.649' transform='translate(-3156.411 -1734.107)'/%3E%3Cpath class='b' d='M0,7.071V0H7.071' transform='translate(10 5) rotate(135)'/%3E%3C/g%3E%3C/svg%3E");
    right: 26px;
    background-size: 100%;
  }
}

.c-item-faq .item {
  max-width: 912px;
  width: 100%;
  margin: 0 auto 20px;
}

.c-item-faq .item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .c-item-faq .item {
    margin-bottom: 6px;
  }
}

.c-item-faq .ttl-q {
  background: #F4F4F4 url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/faq/icon_q.svg) left 19px center no-repeat;
  padding: 26px 85px 25px 82px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.5s;
  cursor: pointer;
}

.c-item-faq .ttl-q:after {
  content: "";
  position: absolute;
  right: 29px;
  top: 50%;
  margin-top: -11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.213' height='21.213' viewBox='0 0 21.213 21.213'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23275fba;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0V12H12' transform='translate(2.121 10.607) rotate(-45)'/%3E%3C/svg%3E");
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background 0.5s;
}

@media (max-width: 767px) {
  .c-item-faq .ttl-q {
    background: #F4F4F4 url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/faq/icon_q.svg) left 8px center no-repeat;
    padding: 22px 44px 22px 53px;
    background-size: 36px 36px;
  }
  .c-item-faq .ttl-q:after {
    right: 15px;
    margin-top: -8px;
    width: 15px;
    height: 15px;
  }
}

.c-item-faq .ttl-q.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.247' height='21.247' viewBox='0 0 21.247 21.247'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23275fba;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0,.1,11.9,12,12' transform='translate(19.109 10.623) rotate(135)'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 1025px) {
  .c-item-faq .ttl-q:hover:hover {
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  .c-item-faq .ttl-q {
    border-radius: 5px;
  }
}

.c-item-faq .ttl-q span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.45em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #275FBA;
}

@media (max-width: 767px) {
  .c-item-faq .ttl-q span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}

.c-item-faq .abox {
  margin-top: 20px;
  padding: 6px 26px 0 82px;
  background: #fff url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/faq/icon_a.svg) left 19px top no-repeat;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-bottom: 20px;
}

.c-item-faq .abox p {
  margin-bottom: 28px;
}

.c-item-faq .abox p img {
  border-radius: 10px;
}

@media (min-width: 768px) {
  .c-item-faq .abox p img {
    max-width: 794px;
    margin-left: 10px;
  }
}

.c-item-faq .abox p:last-child {
  margin-bottom: 0;
}

.c-item-faq .abox a {
  color: #275FBA;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .c-item-faq .abox {
    margin-top: 11px;
    padding: 6px 20px 24px 53px;
    background: #fff url(//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/faq/icon_a.svg) left 8px top no-repeat;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.73333em;
    letter-spacing: 0.025em;
    background-size: 36px 36px;
  }
  .c-item-faq .abox p {
    margin-bottom: 16px;
  }
  .c-item-faq .abox p img {
    border-radius: 5px;
  }
  .c-item-faq .abox p:last-child {
    margin-bottom: 0;
  }
}

/*-----------------------------------------------------------
animation
------------------------------------------------------------*/
.ani-fadeUp {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity .7s ease-out, transform .7s ease-out;
  will-change: opacity, transform;
}

.ani-fadeUp.is-active {
  opacity: 1;
  transform: translateY(0);
}

.ani-fadeIn {
  opacity: 0;
  transition: opacity .7s ease-out;
  will-change: opacity;
}

.ani-fadeIn.is-active {
  opacity: 1;
}

/*# sourceMappingURL=maps/common-recruit.min.css.map */