@charset "UTF-8";
/*:::::::: css打ち消し ::::::::*/
.mainContents .l-section {
  padding: 0;
}

.mainContents .l-inner {
  width: auto;
  margin: 0;
}

.mainContents .l-section:nth-of-type(1) {
  padding-top: 0;
}

article p {
  margin: 0;
}

.mainContentsIn img {
  width: 100%;
}

@media (max-width: 599px) {
  h2 {
    margin: 0;
  }
}
/*:::::::: variable ::::::::*/
/* color */
/* font-size */
/* font-family */
/* main menu width */
/* COMMON
====================================================*/
/* text */
/* button */
/* background */
/* layout */
/* TOP
====================================================*/
/* STORY
====================================================*/
/* 新グロナビ対応 */
.l-kvBlock__copy {
  position: absolute;
  color: #ffffff;
}
.l-kvBlock__copy__title {
  font-weight: bold;
}
.l-kvBlock__copy__title .-sub {
  font-family: SoDoSans;
  font-weight: bold;
  display: block;
  line-height: 1;
}
.l-kvBlock__copy__text {
  margin: 0;
}
.l-kvBlock__02__img {
  margin-left: -60px;
  width: calc(100vw - 240px);
}
.l-kvBlock__02__img .-bg-image {
  width: 100%;
}
.l-kvBlock__02__about .about__area {
  color: #006241;
}
.l-kvBlock__02__about .about__area__title {
  font-weight: bold;
}
.l-kvBlock__02__about .about__area__title__sub {
  font-family: SoDoSans;
  font-weight: bold;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}

body[class^=store] .c-entryCvArea {
  background-image: url(/recruit/assets/images/store_career/bg_store_entry.png);
  background-position: bottom 35% left;
  background-size: 105%;
  background-color: #006241;
  background-blend-mode: hard-light;
}

.mainContents .l-section__title__01 span {
  display: block;
  letter-spacing: 0.12em;
  font-weight: bold;
}
.mainContents .l-section__title__01__english {
  font-family: SoDoSans;
  color: #006241;
}
.mainContents .l-section__title__02__title {
  color: #006241;
  font-family: SoDoSans;
  font-weight: bold;
  letter-spacing: 0.24em;
  font-size: 1.2rem;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.mainContents .l-section__title__02__title::before {
  content: "";
  background: url(/recruit/assets/images/sc_career/stories/headline-arrow.svg) no-repeat left top;
  background-size: 8px auto;
  width: 8px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.mainContents .l-section__title__02__number {
  color: #006241;
  font-family: SoDoSans;
  font-weight: bold;
  letter-spacing: 0.24em;
  font-size: 2rem;
  display: inline-block;
}
.mainContents .l-section__title__02__text {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  margin-top: 20px;
  color: #3D3935;
}
.mainContents .l-section__title__02__text__01 {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  margin-bottom: 20px;
  color: #006241;
  font-family: SoDoSans;
}
.mainContents .l-section__title__02__text__02 {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  display: block;
  font-weight: bold;
}
.mainContents .l-section__about .about__area {
  color: #006241;
}
.mainContents .l-section__about .about__area__title {
  font-weight: bold;
}
.mainContents .l-section__about .about__area__text {
  margin-bottom: 0;
}
.mainContents .l-section__other__title__01 {
  font-family: SoDoSans;
  font-weight: bold;
  color: #006241;
}
.mainContents .l-section__other__title__02 {
  display: block;
  font-weight: bold;
}
.mainContents .l-section__other-contents .l-section__other__box {
  display: block;
}
.mainContents .l-section__other-contents .l-section__other__box:hover {
  text-decoration: none;
}
.mainContents .l-section__other-contents .l-section__other__image {
  position: relative;
}
.mainContents .l-section__other-contents .l-section__other__image img {
  width: 100%;
}
.mainContents .l-section__other-contents .l-section__other__name {
  position: absolute;
  font-family: SoDoSans;
  font-weight: bold;
  color: #006241;
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
}
.mainContents .l-section__other-contents .l-section__other__name span {
  font-family: SoDoSans;
  font-weight: bold;
}
.mainContents .l-section__other-contents .l-section__other__text {
  font-weight: bold;
  margin: 0;
}

.text__marker {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.text__marker .-bg-marker {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.text__marker.-nomal .-bg-marker {
  left: 0;
}

@media screen and (max-width: 1039.98px) {
  div.mainContents .mainContentsIn {
    padding: 0;
  }
  .l-kvBlock__inner {
    width: 100%;
    height: calc(100vh - 110px);
    overflow: hidden;
    position: relative;
  }
  .l-kvBlock__img {
    height: calc(100vh - 110px);
  }
  .l-kvBlock__img img {
    height: 100% !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-kvBlock__copy {
    bottom: 33px;
    padding: 0 32px;
  }
  .l-kvBlock__copy__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .l-kvBlock__copy__title .-sub {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .l-kvBlock__copy__title--shadow {
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.85);
  }
  .l-kvBlock__copy__text {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .l-kvBlock__02__img {
    width: 100%;
    margin: 0;
  }
  .l-kvBlock__02__img .-bg-image {
    width: 100%;
  }
  .l-kvBlock__02__about {
    position: relative;
  }
  .l-kvBlock__02__about .about__area {
    padding: 40px 32px 42px 32px;
  }
  .l-kvBlock__02__about .about__area__title {
    font-size: 2.6rem;
    padding-bottom: 20px;
  }
  .l-kvBlock__02__about .about__area__title__sub {
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
  .l-kvBlock .l-kvBlock__inner.-reduct {
    height: auto;
  }
  .mainContents .l-section__title__01 {
    padding: 0 32px;
  }
  .mainContents .l-section__title__01 span {
    line-height: 1.25;
  }
  .mainContents .l-section__title__01__english {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
  .mainContents .l-section__title__01__japanise {
    font-size: 1.8rem;
  }
  .mainContents .l-section__title__02__title {
    font-size: 1rem;
    padding-left: 16px;
  }
  .mainContents .l-section__title__02__title::before {
    width: 8px;
    height: 18px;
  }
  .mainContents .l-section__title__02__number {
    font-size: 1.8rem;
  }
  .mainContents .l-section__title__02__text {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  .mainContents .l-section__title__02__text__01 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    display: block;
  }
  .mainContents .l-section__title__02__text__02 {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
    display: block;
  }
  .mainContents .l-section__about .about__area {
    padding: 0 32px;
  }
  .mainContents .l-section__about .about__area__text {
    font-size: 1.3rem;
    letter-spacing: 0.12em;
  }
  .mainContents .l-section__other {
    padding-top: 86px;
  }
  .mainContents .l-section__other__title {
    padding-bottom: 36px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .mainContents .l-section__other__title__01 {
    font-size: 2.4rem;
  }
  .mainContents .l-section__other__title__02 {
    font-size: 1.8rem;
  }
  .mainContents .l-section__other-contents .l-section__other__box {
    margin-bottom: 40px;
  }
  .mainContents .l-section__other-contents .l-section__other__box:last-of-type {
    margin-bottom: 128px;
  }
  .mainContents .l-section__other-contents .l-section__other__image {
    margin-bottom: 26px;
  }
  .mainContents .l-section__other-contents .l-section__other__name {
    bottom: -9px;
    left: 32px;
    font-size: 1.8rem;
  }
  .mainContents .l-section__other-contents .l-section__other__name::before {
    content: "";
    width: 193px;
    height: 27px;
    left: 16px;
  }
  .mainContents .l-section__other-contents .l-section__other__text {
    font-size: 1.9rem;
    padding: 0 32px;
  }
  .c-entryCvArea {
    margin: 0;
    width: 100%;
    padding: 30px 0 50px;
  }
  body[class^=store] .c-entryCvArea {
    background-size: 140%;
    background-position: bottom 10% center;
  }
}
@media screen and (min-width: 1040px) {
  .l-kvBlock__inner {
    width: calc(100vw - 140px);
    margin-left: -60px;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .l-kvBlock__img {
    height: 100vh;
    position: relative;
  }
  .l-kvBlock__img img {
    height: 100vh !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-kvBlock__copy {
    top: 50%;
    left: 68px;
    transform: translateY(-50%);
  }
  .l-kvBlock__copy__title {
    font-size: 3.8rem;
    margin-bottom: 48px;
  }
  .l-kvBlock__copy__title .-sub {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .l-kvBlock__copy__text {
    width: 330px;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
  }
  .l-kvBlock__02__about {
    padding: 40px 0;
  }
  .l-kvBlock__02__about .about__area {
    display: flex;
    justify-content: center;
    color: #006241;
  }
  .l-kvBlock__02__about .about__area__title {
    display: inline-block;
    font-weight: bold;
    font-size: 3.8rem;
    padding-right: 66px;
  }
  .l-kvBlock__02__about .about__area__title__sub {
    padding-bottom: 20px;
    font-size: 2.4rem;
    letter-spacing: 0.12em;
    font-family: SoDoSans;
    font-weight: bold;
    display: block;
    line-height: 1;
  }
  .l-kvBlock__02__about .about__area__text {
    width: 50%;
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    line-height: 2.28;
    margin-top: -0.5em;
  }
  .mainContents .l-section__title__01 span {
    line-height: 1;
    text-align: center;
  }
  .mainContents .l-section__title__01__english {
    font-size: 4rem;
    margin-bottom: 22px;
  }
  .mainContents .l-section__title__01__japanise {
    font-size: 2rem;
  }
  .mainContents .l-section__about .about__area {
    display: flex;
    justify-content: center;
  }
  .mainContents .l-section__about .about__area__text {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
  }
  .mainContents .l-section__other {
    padding-top: 130px;
  }
  .mainContents .l-section__other__title {
    padding-bottom: 40px;
    text-align: center;
  }
  .mainContents .l-section__other__title__01 {
    font-size: 2.6rem;
  }
  .mainContents .l-section__other__title__02 {
    font-size: 2rem;
  }
  .mainContents .l-section__other-contents {
    margin-left: -60px;
    width: calc(100% + 140px);
    margin-bottom: 160px;
  }
  .mainContents .l-section__other-contents .l-section__other__main {
    display: flex;
  }
  .mainContents .l-section__other-contents .l-section__other__box {
    width: 50%;
  }
  .mainContents .l-section__other-contents .l-section__other__image {
    margin-bottom: 38px;
  }
  .mainContents .l-section__other-contents .l-section__other__name {
    bottom: -9px;
    left: 20px;
    font-size: 2rem;
  }
  .mainContents .l-section__other-contents .l-section__other__name::before {
    content: "";
    width: 268px;
    height: 39px;
    left: 24px;
  }
  .mainContents .l-section__other-contents .l-section__other__text {
    font-size: 2.2rem;
    letter-spacing: 0.12em;
    line-height: 1.45;
    padding-left: 20px;
  }
}
/* 新グロナビ対応 */
@media screen and (min-width: 1040px) {
  div.mainContents .mainContentsIn {
    width: calc(100% - 140px);
    padding-left: 60px;
    padding-right: 60px;
  }
  div.mainContents {
    margin-left: 0;
  }
  .l-kvBlock__02__img {
    width: calc(100vw - 140px);
  }
}
@media screen and (min-width: 768px) {
  .c-entryCvArea {
    margin-left: -60px;
    margin-right: -60px;
  }
}
/* COMMON
====================================================*/
/* ourjob_common
====================================================*/
@media screen and (min-width: 1040px) {
  .c-entryCvArea {
    background: url("/recruit/assets/images/ourjob/img_newgraduate_entry_area.jpg") center/cover no-repeat;
  }
}
@media not screen and (min-width: 1040px) {
  .c-entryCvArea {
    background: url("/recruit/assets/images/ourjob/img_newgraduate_entry_area_sp.jpg") center/cover no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .c-entryCvArea {
    margin-left: 0;
  }
}
.c-entryCvArea__btn {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
  min-width: auto;
  padding: 40px 70px 40px 40px;
}
@media not screen and (min-width: 1040px) {
  .c-entryCvArea__btn {
    background-position: right 24px center;
    background-size: 12px auto;
    font-size: 11px;
    padding: 18px 45px 18px 25px;
  }
}

.otherContents {
  margin-top: 130px;
}
.otherContents__h2 {
  display: block;
  text-align: center;
  margin: auto;
}
.otherContents__h2 .-title {
  color: #006241;
  display: block;
  font-family: SoDoSans;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.otherContents__h2 .-sub {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.otherContents__wrap {
  margin-top: 30px;
}
.otherContents__img {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: calc(100% - 44px);
}
.otherContents__img img {
  transition: transform 1s;
}
.otherContents__img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00704a;
  opacity: 0;
  transition: opacity 0.4s ease-out;
  z-index: 1;
}
.otherContents__bottom {
  background-color: #006241;
  border-radius: 0 0 16px 16px;
  padding: 22px;
}
.otherContents__txt {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.7;
}
.otherContents__txt .en {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
.otherContents__more {
  color: #fff;
  font-family: SoDoSans;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 25px;
  padding-right: 60px;
  position: relative;
  text-align: right;
}
.otherContents__more:after {
  content: "";
  display: block;
  position: absolute;
  margin-top: -6px;
  width: 16px;
  height: 12px;
  top: 50%;
  right: 0;
  background: url("/recruit/assets/images/icon/icon_arrow_white.png") no-repeat;
  background-size: 16px 12px;
}
.otherContents a:hover {
  text-decoration: none;
  opacity: 1;
}
.otherContents a:hover .otherContents__img {
  transition: 0.3s;
  overflow: hidden;
}
.otherContents a:hover .otherContents__img img {
  transform: scale(1.13);
}
.otherContents a:hover .otherContents__img:after {
  opacity: 0.4;
}
@media screen and (max-width: 1039.98px) {
  .otherContents {
    margin-top: 60px;
  }
  .otherContents__h2 .-title {
    font-size: 2.4rem;
  }
  .otherContents__h2 .-sub {
    font-size: 1.6rem;
  }
  .otherContents__wrap {
    margin-top: 15px;
  }
  .otherContents__inner + .otherContents__inner {
    margin-top: 25px;
  }
  .otherContents__bottom {
    padding: 15px 18px;
  }
  .otherContents__txt {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .otherContents__txt .en {
    font-size: 1.2rem;
  }
  .otherContents__more {
    font-size: 1.2rem;
    margin-top: 15px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1040px) {
  .otherContents__wrap {
    display: flex;
  }
  .otherContents__inner {
    width: calc(50% - 18px);
  }
  .otherContents__inner + .otherContents__inner {
    margin-left: 36px;
  }
}

/* index
====================================================*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media not screen and (min-width: 1040px) {
  div.mainContents .ourjob__top img {
    max-width: inherit;
  }
}

.ourjob__top .pc-hidden {
  display: none;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top .pc-hidden {
    display: block;
  }
}
.ourjob__top .sp-hidden {
  display: block;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top .sp-hidden {
    display: none;
  }
}
.ourjob__top__kv__inner {
  position: relative;
  left: -6rem;
  width: calc(100% + 12rem);
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__kv__inner {
    left: 0;
    width: 100%;
  }
}
.ourjob__top__kv__link {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__kv__link {
    font-size: 12px;
    line-height: 1.4;
  }
}
.ourjob__top__kv__link::before {
  content: "";
  display: block;
  vertical-align: middle;
  position: absolute;
  width: 16px;
  height: 12px;
  top: 41%;
  right: 35px;
  background: url(/recruit/assets/images/icon/icon_arrow_white.png) no-repeat;
  background-size: 16px 12px;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__kv__link::before {
    right: 10px;
  }
}
.ourjob__top__kv__link__wrap {
  position: absolute;
  background-color: #006241;
  padding: 25px 60px 25px 72px;
  right: 0;
  top: 15px;
  border-radius: 100px 0 0 100px;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__kv__link__wrap {
    padding: 10px 45px 10px 18px;
  }
}
.ourjob__top__kv__link__wrap:hover {
  opacity: 1;
  text-decoration: none;
}
.ourjob__top__kv__img .top-kv-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourjob__top__kv__copy {
  position: absolute;
  top: 34%;
  left: 7%;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__kv__copy {
    top: 12rem;
    left: 3.2rem;
  }
}
.ourjob__top__kv__copy__text {
  font-size: 2.7rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.42);
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__kv__copy__text {
    font-size: 2.3rem;
  }
}
.ourjob__top__kv__carousel {
  position: relative;
}
.ourjob__top__kv__carousel__btn {
  position: absolute;
  top: 0%;
  left: 7.5rem;
  width: 8rem;
  z-index: 2;
  transform: translateY(-50%);
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__kv__carousel__btn {
    width: 6rem;
    left: 3.2rem;
  }
}
.ourjob__top__kv__carousel__btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12rem;
  height: 6.7rem;
  border-radius: 50%/100% 100% 0 0;
  background: #000;
  transform: translate(-16%, -31%);
  z-index: -1;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__kv__carousel__btn::before {
    width: 8rem;
    height: 4rem;
    transform: translate(-1rem, -0.9rem);
  }
}
.ourjob__top__kv__carousel__btn__item {
  transition-duration: 0.5s;
}
.ourjob__top__kv__carousel__btn__item:hover {
  transform: scale(1.2, 1.2);
  transition-duration: 0.5s;
}
.ourjob__top__kv__carousel__text {
  position: absolute;
  font-size: 1.2rem;
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  top: 0.9rem;
  left: 17.5rem;
  font-family: SoDoSans, sans-serif;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__kv__carousel__text {
    font-size: 1rem;
    top: 0.4rem;
    left: 10.5rem;
  }
}
.ourjob__top__kv__carousel__wrapper {
  background-color: #000;
  position: relative;
  display: grid;
  grid-auto-flow: column;
  width: 100vw;
  overflow: hidden;
}
.ourjob__top__kv__carousel__imgs {
  display: grid;
  gap: 8px;
  grid-auto-flow: column;
  padding: 2.6rem 8px 2.6rem 0;
  animation: infinity-scroll-left 80s -40s linear infinite;
}
.ourjob__top__kv__carousel__imgs:last-child {
  animation: infinity-scroll-left2 80s linear infinite;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__kv__carousel__imgs {
    gap: 1rem;
    padding: 1.5rem 1rem 1.5rem 0;
  }
}
img.ourjob__top__kv__carousel__imgitem {
  width: 14.0625vw;
}
@media not screen and (min-width: 1040px) {
  img.ourjob__top__kv__carousel__imgitem {
    width: 13.5rem;
  }
}

.ourjob__top__section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: center;
  justify-content: space-between;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__section {
    display: block;
  }
}
.ourjob__top__section:not(.ourjob__top__section:last-of-type) {
  margin-bottom: 12rem;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__section:not(.ourjob__top__section:last-of-type) {
    margin-bottom: 6rem;
  }
}
.ourjob__top__section__imageright {
  grid-template-areas: "text image";
  padding-left: 8rem;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__section__imageright {
    padding-left: 3.2rem;
  }
}
.ourjob__top__section__imageleft {
  grid-template-areas: "image text";
  padding-right: 8rem;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__section__imageleft {
    padding-right: 3.2rem;
  }
}
.ourjob__top__section__wrap {
  margin: 10.3rem -6rem 12rem;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__section__wrap {
    margin: 4.5rem 0 6rem;
  }
}
.ourjob__top__section__img {
  grid-area: image;
}
.ourjob__top__section__explanatory {
  grid-area: text;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__section__explanatory--right {
    padding-right: 3.2rem;
  }
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__section__explanatory--left {
    padding-left: 3.2rem;
  }
}
.ourjob__top__section__heading--en {
  font-size: 2.4rem;
  font-weight: bold;
  color: #006241;
  line-height: 1;
  margin: 0 0 1.1rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__section__heading--en {
    font-size: 1.8rem;
    margin: 3.7rem 0 0;
  }
}
.ourjob__top__section__heading--ja {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__section__heading--ja {
    font-size: 1.8rem;
  }
}
.ourjob__top__section__text {
  font-size: 1.4rem;
  margin: 3.7rem 0 10rem;
  line-height: 2.28;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__section__text {
    font-size: 1.2rem;
    margin: 3rem 0 3.6rem;
  }
}
.ourjob__top__section__linkitem {
  border-bottom: 1px solid #00754a;
  display: grid;
  align-items: center;
  position: relative;
  max-width: 20rem;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__section__linkitem {
    max-width: 17rem;
  }
}
.ourjob__top__section__linkitem__link {
  font-size: 1.6rem;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 1rem 0 1.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  font-family: SoDoSans, sans-serif;
}
@media screen and (any-hover:hover) {
  .ourjob__top__section__linkitem__link:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__section__linkitem__link {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
}
.ourjob__top__section__linkitem__arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 3.2rem;
  aspect-ratio: 1/1;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__section__linkitem__arrow {
    width: 2.8rem;
  }
}
.ourjob__top__section__linkitem__arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease;
  -webkit-mask-image: url(/recruit/assets/images/ourjob/stories/arrow.svg);
          mask-image: url(/recruit/assets/images/ourjob/stories/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__section__linkitem__arrow::after {
    width: 1.2rem;
    height: 6.5rem;
  }
}
@media screen and (any-hover:hover) {
  .ourjob__top__section__linkitem:hover .ourjob__top__section__linkitem__arrow::after {
    transform: translateX(100%);
  }
}
.ourjob__top__section__linkitem__arrow::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00754a;
  transition: scale 0.3s ease;
}
@supports not (aspect-ratio: 1/1) {
  .ourjob__top__section__linkitem__arrow::before {
    padding-top: 100%;
  }
}
@media screen and (any-hover:hover) {
  .ourjob__top__section__linkitem:hover .ourjob__top__section__linkitem__arrow::before {
    scale: 2.5;
  }
}
.ourjob__top__modalitem {
  display: none;
  min-height: auto;
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.7);
}
.ourjob__top__modalitem__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ourjob__top__modalitem__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.ourjob__top__modalitem__close {
  position: absolute;
  top: 0;
  right: -5rem;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__modalitem__close {
    top: -3rem;
    right: 0;
  }
}
img.ourjob__top__modalitem__close__btn {
  width: 3.2rem;
}
@media not screen and (min-width: 1040px) {
  img.ourjob__top__modalitem__close__btn {
    width: 2.6rem;
  }
}

.ourjob__top__modalitem__inner {
  overflow: visible;
  position: relative;
}
.ourjob__top__modalitem__movie {
  width: 84rem;
  height: 47.3rem;
}
@media not screen and (min-width: 1040px) {
  .ourjob__top__modalitem__movie {
    width: 32rem;
    height: 18rem;
    margin: 0 auto;
  }
}

/* about
====================================================*/
.ourjobAbout {
  margin-bottom: 120px;
}
.ourjobAbout .en {
  letter-spacing: 0.12em;
}
.ourjobAbout .-txt {
  font-size: 1.4rem;
  line-height: 2.3;
}
.ourjobAbout .h2 {
  margin-bottom: 30px;
}
.ourjobAbout .h2 .en {
  color: #006241;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.ourjobAbout .h2 .ja {
  font-size: 2.4rem;
  font-weight: bold;
}
.ourjobAbout .about-kv {
  margin: 0 -60px;
  position: relative;
}
.ourjobAbout .about-kv__txt {
  background-color: #D4E9E2;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.ourjobAbout .about-kv__txt__inner {
  width: 100%;
  background-color: #006241;
  border-radius: 0 0 20px 20px;
  color: #fff;
  padding: 40px 60px 90px;
  position: relative;
}
.ourjobAbout .about-kv__h1 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 15px;
}
.ourjobAbout .about-kv .-txt {
  font-weight: bold;
  margin-top: 30px;
}
.ourjobAbout .about-kv .en {
  font-size: 1.6rem;
  font-weight: bold;
}
.ourjobAbout .about-lead {
  background: #D4E9E2;
  color: #006241;
  padding: 100px 200px 50px;
  position: relative;
  margin: 0 -60px;
}
.ourjobAbout .about-lead__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  max-width: 300px;
  z-index: 3;
}
.ourjobAbout .about-lead__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  max-width: 400px;
  transform: translateY(50%);
  z-index: 3;
}
.ourjobAbout .about-lead__head {
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 4;
}
.ourjobAbout .about-lead .-txt {
  font-weight: bold;
  margin-top: 36px;
  position: relative;
  z-index: 4;
}
.ourjobAbout .about-lead .note {
  margin-top: 30px;
  position: relative;
  z-index: 4;
}
.ourjobAbout .about-what {
  margin-top: 130px;
}
.ourjobAbout .about-growing {
  margin-top: 70px;
}
.ourjobAbout .about-growing .h2 {
  text-align: center;
}
.ourjobAbout .about-growing .-txt {
  margin-top: 30px;
}
.ourjobAbout .about-figure {
  position: relative;
}
.ourjobAbout .about-figure__wrap {
  position: relative;
  margin-top: 30px;
}
.ourjobAbout .about-figure__balloon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.ourjobAbout .about-figure .balloon {
  cursor: pointer;
  position: absolute;
  z-index: 99;
}
.ourjobAbout .about-figure .img {
  position: absolute;
  width: 9.6%;
  display: none;
  z-index: 10;
}
.ourjobAbout .about-figure .balloon:hover + .img {
  display: block;
  transition: 0.2s ease;
}
.ourjobAbout .about-figure__main {
  position: relative;
  z-index: 3;
}
.ourjobAbout .about-figure__main.is-hover {
  opacity: 0.5 !important;
  transition: 0.2s ease;
}
.ourjobAbout .about-figure .about-mark {
  position: relative;
  margin: 50px 32px 0;
}
.ourjobAbout .about-figure .about-mark__txt {
  color: #006241;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 26px;
  padding-left: 35px;
}
.ourjobAbout .about-figure .about-mark .balloon {
  background-color: #00704A;
  border-radius: 50%;
  cursor: auto;
  padding: 3.5px;
  width: 26px;
  height: 26px;
}
.ourjobAbout .about-figure .about-mark .balloon:after {
  content: "";
  position: absolute;
  background: url("/recruit/assets/images/ourjob/about/icon-plus.svg") no-repeat center/100%;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: 19px;
  height: 19px;
}
.ourjobAbout .about-figure__bg {
  background: #F2F0EB;
  display: flex;
  height: 110px;
  margin-top: -95px;
}
.ourjobAbout .about-figure__bg__inner {
  background: #D4E9E2;
  height: 100%;
  width: calc(100% - 12px);
  padding-right: 12px;
}
.ourjobAbout .about-figure__bg__line {
  background: #fff;
  width: 50%;
  height: 100%;
  position: relative;
}
.ourjobAbout .about-figure__bg__line:before, .ourjobAbout .about-figure__bg__line:after {
  position: absolute;
  content: "";
  border-left: 40px solid #D4E9E2;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  top: 0;
  right: 12px;
  transform: translateX(100%);
  z-index: 2;
}
.ourjobAbout .about-figure__bg__line:after {
  border-left-color: #fff;
  right: 0;
  z-index: 1;
}
.ourjobAbout .about-figure__bg__line.-left {
  width: 25%;
}
.ourjobAbout .about-figure__bg__line.-left .about-figure__bg__inner {
  background: #F2F0EB;
}
.ourjobAbout .about-figure__bg__line.-left:before {
  border-left-color: #F2F0EB;
}
.ourjobAbout .position01 .img {
  top: 47.1%;
  left: 53.1%;
  width: 11.6%;
}
.ourjobAbout .position01 .balloon {
  top: 39.3%;
  left: 60.3%;
}
.ourjobAbout .position02 .img {
  top: 35.8%;
  left: 44.8%;
}
.ourjobAbout .position02 .balloon {
  top: 30.4%;
  left: 50.4%;
}
.ourjobAbout .position03 .img {
  top: 50.8%;
  left: 67.9%;
}
.ourjobAbout .position03 .balloon {
  top: 43.2%;
  left: 70.7%;
}
.ourjobAbout .position04 .img {
  top: 11.9%;
  left: 53.5%;
}
.ourjobAbout .position04 .balloon {
  top: 2.7%;
  left: 60.3%;
}
.ourjobAbout .position05 .img {
  top: 41.4%;
  left: 13.8%;
}
.ourjobAbout .position05 .balloon {
  top: 33.1%;
  left: 19.9%;
}
.ourjobAbout .position06 .img {
  top: 38.2%;
  left: 78.9%;
}
.ourjobAbout .position06 .balloon {
  top: 29.2%;
  left: 80.7%;
}
.ourjobAbout .position07 .img {
  top: 54.6%;
  left: 5%;
}
.ourjobAbout .position07 .balloon {
  top: 66%;
  left: 7.5%;
}
.ourjobAbout .position08 .img {
  top: 45.5%;
  left: 29.6%;
}
.ourjobAbout .position08 .balloon {
  top: 36%;
  left: 35.1%;
}
.ourjobAbout .position09 .img {
  top: 36.8%;
  left: 87.6%;
}
.ourjobAbout .position09 .balloon {
  top: 27.5%;
  left: 90.7%;
}
.ourjobAbout .position10 .balloon {
  bottom: 0;
  left: 50%;
  width: 40%;
  height: 26px;
  justify-content: center;
  transform: translateX(-50%);
}
.ourjobAbout .position10 .balloon:before {
  content: none !important;
}
.ourjobAbout .about-table .-title {
  line-height: 1;
  text-align: center;
}
.ourjobAbout .about-table .-title .en {
  font-size: 3.2rem;
  font-weight: bold;
}
.ourjobAbout .about-table .-title .-sub {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
.ourjobAbout .about-table .-title .-sub:after {
  content: "";
  display: block;
  position: relative;
  width: 28.3rem;
  height: 3.2rem;
  margin: 5px auto 0;
  -webkit-mask-image: url(/recruit/assets/images/ourjob/stories/stroke.svg);
          mask-image: url(/recruit/assets/images/ourjob/stories/stroke.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.ourjobAbout .about-table__wrap {
  margin-top: 55px;
}
.ourjobAbout .about-table .--students .-title {
  color: #efb42f;
}
.ourjobAbout .about-table .--students .-sub:after {
  background-color: #efb42f;
}
.ourjobAbout .about-table .--students .about-line__circle {
  background-color: #EED350;
  color: #006241;
}
.ourjobAbout .about-table .--students .about-line__now:after {
  background-color: #EED350;
}
.ourjobAbout .about-table .--homemakers .-title {
  color: #fd6741;
}
.ourjobAbout .about-table .--homemakers .-sub:after {
  background-color: #fd6741;
}
.ourjobAbout .about-table .--homemakers .about-line__circle {
  background-color: #fd6741;
}
.ourjobAbout .about-table .--homemakers .about-line__now:after {
  background-color: #fd6741;
}
.ourjobAbout .about-table .--seniors .-title {
  color: #8882f4;
}
.ourjobAbout .about-table .--seniors .-sub:after {
  background-color: #8882f4;
}
.ourjobAbout .about-table .--seniors .about-line__circle {
  background-color: #8882f4;
}
.ourjobAbout .about-table .--seniors .about-line__now:after {
  background-color: #8882f4;
}
.ourjobAbout .about-line .-txt {
  font-size: 1.4rem;
}
.ourjobAbout .about-line__line {
  background-color: #F2F0EB;
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px 0 5px 50px;
  margin: 6px 0;
}
.ourjobAbout .about-line__line .-txt {
  line-height: 1.4;
}
.ourjobAbout .about-line__line:before, .ourjobAbout .about-line__line:after {
  content: "";
  position: absolute;
  z-index: 2;
}
.ourjobAbout .about-line__line:after {
  z-index: 1;
}
.ourjobAbout .about-line__line.-start {
  background-color: #D4E9E2;
}
.ourjobAbout .about-line__circle {
  border: 6px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 92px;
  height: 92px;
  position: relative;
  z-index: 3;
}
.ourjobAbout .about-line__now {
  color: #006241;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 115px;
  width: 20%;
  position: relative;
}
.ourjobAbout .about-line__now .-txt {
  font-weight: bold;
  line-height: 1.4;
  z-index: 5;
}
.ourjobAbout .about-line__now:after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(/recruit/assets/images/ourjob/about/frame_01.svg);
          mask-image: url(/recruit/assets/images/ourjob/about/frame_01.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 4;
  width: 100%;
  height: 100%;
}
.ourjobAbout .about-line.line-homemakers .about-line__now:after {
  background-color: red;
}
.ourjobAbout .about-line + .about-line .about-line__now:after {
  -webkit-mask-image: url(/recruit/assets/images/ourjob/about/frame_02.svg);
          mask-image: url(/recruit/assets/images/ourjob/about/frame_02.svg);
}
@media (min-width: 768px) {
  .ourjobAbout .about-line {
    display: flex;
    align-items: center;
  }
  .ourjobAbout .about-line:last-child {
    margin-top: 30px;
  }
  .ourjobAbout .about-line__line {
    height: 80px;
    width: 20%;
  }
  .ourjobAbout .about-line__line.-lineM {
    width: 30%;
  }
  .ourjobAbout .about-line__line.-lineL {
    width: 50%;
  }
  .ourjobAbout .about-line__line + .about-line__line {
    margin-left: 7px;
  }
  .ourjobAbout .about-line__line:before, .ourjobAbout .about-line__line:after {
    border-left: 30px solid #F2F0EB;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    right: 0;
    top: 0;
    transform: translateX(100%);
  }
  .ourjobAbout .about-line__line:after {
    border-left-color: #fff;
    right: -7px;
  }
  .ourjobAbout .about-line__line.-start:before {
    border-left-color: #D4E9E2;
  }
  .ourjobAbout .about-line__circle + .about-line__line {
    margin-left: -24px;
  }
}
@media (max-width: 767.98px) {
  .ourjobAbout .about-line {
    width: calc(50vw - 42px);
  }
  .ourjobAbout .about-line__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .ourjobAbout .about-line__line {
    justify-content: center;
    padding: 40px 10px 0;
    text-align: center;
    height: 110px;
  }
  .ourjobAbout .about-line__line .-txt {
    font-size: 1.15rem;
  }
  .ourjobAbout .about-line__line:before, .ourjobAbout .about-line__line:after {
    border-top: 6.5vw solid #F2F0EB;
    border-left: calc((100vw - 84px) / 2 / 2) solid transparent;
    border-right: calc((100vw - 84px) / 2 / 2) solid transparent;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
  }
  .ourjobAbout .about-line__line:after {
    border-top-color: #fff;
    bottom: -6px;
  }
  .ourjobAbout .about-line__line.-start:before {
    border-top-color: #D4E9E2;
  }
  .ourjobAbout .about-line__circle {
    margin: 0 auto;
  }
  .ourjobAbout .about-line__circle + .about-line__line {
    margin-top: -30px;
  }
  .ourjobAbout .about-line__now {
    width: 100%;
    height: auto;
    min-height: 6em;
  }
  .ourjobAbout .about-line__now .-txt {
    font-size: 1.1rem;
    text-align: center;
  }
}
.ourjobAbout .about-modal {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.ourjobAbout .about-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
}
.ourjobAbout .about-modal__close:before, .ourjobAbout .about-modal__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 3px;
  background-color: #006241;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ourjobAbout .about-modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ourjobAbout .about-modal__inner {
  background-color: #fff;
  border-radius: 20px;
  width: calc(100% - 180px);
  margin: 50px auto;
  padding: 60px 20px 40px;
  position: relative;
  text-align: center;
}
.ourjobAbout .about-modal__h3 {
  font-size: 2.4rem;
  margin: 15px 0;
}
.ourjobAbout .about-modal__label {
  display: flex;
  justify-content: center;
}
.ourjobAbout .about-modal__label li {
  color: #006241;
  background-color: #D4E9E2;
  border-radius: 23px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 6px;
  padding: 3px 20px;
}
.ourjobAbout .about-modal__slide {
  display: none;
}
.ourjobAbout .about-modal__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 60px;
  font-family: SoDoSans, sans-serif;
  font-weight: bold;
}
.ourjobAbout .about-modal__arrow {
  color: #006241;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 37px;
  position: relative;
}
.ourjobAbout .about-modal__arrow:hover {
  text-decoration: none;
}
.ourjobAbout .about-modal__arrow:before {
  content: "";
  position: absolute;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 37px;
}
.ourjobAbout .about-modal__arrow.-prev {
  padding-left: 37px;
}
.ourjobAbout .about-modal__arrow.-prev:before {
  background-image: url("/recruit/assets/images/sc_career/stories/arrow-left.svg");
  left: 0;
}
.ourjobAbout .about-modal__arrow.-next {
  padding-right: 37px;
}
.ourjobAbout .about-modal__arrow.-next:before {
  background-image: url("/recruit/assets/images/sc_career/stories/arrow-right.svg");
  right: 0;
}
.ourjobAbout .about-modal__dots {
  display: flex;
  justify-content: center;
}
.ourjobAbout .about-modal__dot {
  display: block;
  border-radius: 50%;
  margin: 0 8px;
  width: 10px;
  height: 10px;
  background-color: #D4E9E2;
  cursor: pointer;
  transition: 0.2s;
}
.ourjobAbout .about-modal__dot.-active, .ourjobAbout .about-modal__dot:hover {
  background-color: #006241;
}
.ourjobAbout .about-modal .balloon {
  background-color: #00704A;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px 37px;
  font-weight: bold;
  font-size: 1.6rem;
}
.ourjobAbout .about-modal .img {
  width: 170px;
  margin: 15px auto;
}
.ourjobAbout .about-modal .img.img-l {
  width: 250px;
}
@media screen and (min-width: 1040px) {
  .ourjobAbout .forPc {
    display: block !important;
  }
  .ourjobAbout .about-lead {
    background: #D4E9E2 url("/recruit/assets/images/ourjob/about/bg-about-lead.png") no-repeat center/100%;
    text-align: center;
  }
  .ourjobAbout .about-what__wrap {
    display: flex;
  }
  .ourjobAbout .about-what__wrap .about-what__txt {
    flex: 1;
  }
  .ourjobAbout .about-what__wrap:first-child .about-what__img {
    order: 2;
    margin-top: 20px;
    margin-left: 30px;
    width: 45%;
  }
  .ourjobAbout .about-what__wrap:last-child {
    margin-top: 140px;
  }
  .ourjobAbout .about-what__wrap:last-child .about-what__img {
    margin-left: -60px;
    margin-right: 20px;
    width: 45%;
  }
  .ourjobAbout .about-what__wrap:last-child .about-what__txt {
    margin-top: 50px;
  }
  .ourjobAbout .about-growing .-txt {
    text-align: center;
  }
  .ourjobAbout .about-figure .balloon {
    background-color: #00704A;
    color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 7px 35px 7px 20px;
    font-size: clamp(1.2rem, 0.9vw, 2rem);
    line-height: 1.25;
    min-height: 3.7em;
  }
  .ourjobAbout .about-figure .balloon .forPc {
    font-weight: bold;
  }
  .ourjobAbout .about-figure .balloon.is-hover {
    background-color: #B2D3C8;
    transition: 0.2s ease;
  }
  .ourjobAbout .about-figure .balloon.is-hover:before {
    border-top-color: #B2D3C8;
    transition: 0.2s ease;
  }
  .ourjobAbout .about-figure .balloon:before {
    content: "";
    position: absolute;
    border-top: 50px solid #00704A;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -49px;
    left: calc(50% - 5px);
    pointer-events: none;
  }
  .ourjobAbout .about-figure .balloon:after {
    content: "";
    position: absolute;
    background: url("/recruit/assets/images/ourjob/about/icon-plus.svg") no-repeat center right/99%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    right: 10px;
    top: 50%;
  }
  .ourjobAbout .about-figure__bg {
    height: 220px;
    margin: -150px -60px 0;
    width: calc(100% + 120px);
  }
  .ourjobAbout .about-figure__bg__inner {
    width: calc(100% - 25px);
    padding-right: 25px;
  }
  .ourjobAbout .about-figure__bg__line:before, .ourjobAbout .about-figure__bg__line:after {
    border-left-width: 80px;
    border-top-width: 110px;
    border-bottom-width: 110px;
  }
  .ourjobAbout .about-figure__bg__line:before {
    right: 25px;
  }
  .ourjobAbout .position01 .balloon {
    top: 33.1%;
    left: 55.9%;
    min-width: 14.2%;
  }
  .ourjobAbout .position01 .balloon:before {
    border-top-width: 60px;
    bottom: -59px;
    left: 29%;
  }
  .ourjobAbout .position02 .balloon {
    top: 24.4%;
    left: 43.9%;
    min-width: 13.2%;
  }
  .ourjobAbout .position03 .balloon {
    top: 43.8%;
    left: 63.9%;
    min-width: 17%;
  }
  .ourjobAbout .position03 .balloon:before {
    border-top-width: 20px;
    bottom: -20px;
    left: 37%;
  }
  .ourjobAbout .position04 .balloon {
    top: 2.7%;
    left: 53.3%;
    min-width: 14.3%;
  }
  .ourjobAbout .position04 .balloon:before {
    border-top-width: 28px;
    bottom: -27px;
  }
  .ourjobAbout .position05 .balloon {
    top: 28.3%;
    left: 12.8%;
    min-width: 14.3%;
  }
  .ourjobAbout .position05 .balloon:before {
    border-top-width: 60px;
    bottom: -59px;
  }
  .ourjobAbout .position06 .balloon {
    top: 17.6%;
    left: 74.2%;
    min-width: 13.2%;
  }
  .ourjobAbout .position06 .balloon:before {
    border-top-width: 118px;
    bottom: -117px;
  }
  .ourjobAbout .position07 .balloon {
    top: 72%;
    left: 3.6%;
    min-width: 15.4%;
  }
  .ourjobAbout .position07 .balloon:before {
    border-top: none;
    border-bottom: 50px solid #00704A;
    top: -49px;
    bottom: auto;
  }
  .ourjobAbout .position07 .balloon.is-hover:before {
    border-bottom-color: #B2D3C8;
  }
  .ourjobAbout .position08 .balloon {
    top: 29.4%;
    left: 28.3%;
    min-width: 14%;
  }
  .ourjobAbout .position08 .balloon:before {
    border-top-width: 70px;
    bottom: -69px;
  }
  .ourjobAbout .position09 .balloon {
    top: 24.9%;
    left: 83.1%;
    min-width: 15.5%;
  }
}
@media not screen and (min-width: 1040px) {
  .ourjobAbout {
    width: calc(100% - 64px);
    margin: 0 auto 60px;
  }
  .ourjobAbout .-txt {
    font-size: 1.2rem;
    line-height: 2.28;
  }
  .ourjobAbout .forSp {
    display: block !important;
  }
  .ourjobAbout .forPc {
    display: none;
  }
  .ourjobAbout .about-kv {
    margin: 0 -32px;
  }
  .ourjobAbout .about-kv__txt {
    bottom: -18px;
  }
  .ourjobAbout .about-kv__txt__inner {
    padding: 25px 32px 60px;
  }
  .ourjobAbout .about-kv .en {
    font-size: 1.2rem;
  }
  .ourjobAbout .about-kv__h1 {
    font-size: 2rem;
  }
  .ourjobAbout .about-kv .-txt {
    margin-top: 20px;
  }
  .ourjobAbout .about-lead {
    margin-left: -32px;
    margin-right: -32px;
    padding: 160px 32px 90px;
  }
  .ourjobAbout .about-lead__head {
    font-size: 2rem;
  }
  .ourjobAbout .about-lead .note {
    margin-top: 80px;
  }
  .ourjobAbout .h2 .en {
    font-size: 1.6rem;
  }
  .ourjobAbout .h2 .ja {
    font-size: 1.8rem;
  }
  .ourjobAbout .about-what__wrap:last-child .about-what__img {
    margin-top: 100px;
  }
  .ourjobAbout .about-what__wrap:first-child .about-what__txt {
    margin-top: 20px;
  }
  .ourjobAbout .about-growing {
    margin-top: 120px;
  }
  .ourjobAbout .about-figure__wrap {
    margin-top: 5%;
  }
  .ourjobAbout .about-figure {
    margin-left: -32px;
    margin-right: -32px;
  }
  .ourjobAbout .about-figure__focus:not(.position10) .balloon {
    transform: translate(-50%, -50%);
    width: 6.7%;
    max-width: 40px;
  }
  .ourjobAbout .about-figure__focus:not(.position10) .balloon:before, .ourjobAbout .about-figure__focus:not(.position10) .balloon:after {
    content: none;
  }
  .ourjobAbout .about-figure__focus:not(.position10) .balloon .-hover {
    display: none;
  }
  .ourjobAbout .about-figure__focus:not(.position10) .balloon.is-hover .-hover {
    display: block;
  }
  .ourjobAbout .about-figure__focus:not(.position10) .balloon.is-hover .-default {
    display: none;
  }
  .ourjobAbout .about-figure .position07 .balloon {
    transform: translate(-50%, -50%) rotate(180deg);
    top: 75%;
    left: 11%;
  }
  .ourjobAbout .about-figure .position10 .balloon {
    background-color: #00704A;
    border-radius: 13px;
    width: 110px;
    max-width: 100%;
  }
  .ourjobAbout .about-figure .position10 .balloon:after {
    content: "";
    position: absolute;
    background: url("/recruit/assets/images/ourjob/about/icon-plus.svg") no-repeat center/100%;
    transform: translate(-50%, -50%);
    width: 19px;
    height: 19px;
    left: 50%;
    top: 50%;
  }
  .ourjobAbout .about-table .-title .en {
    font-size: 2rem;
  }
  .ourjobAbout .about-table .-title .-sub {
    font-size: 1.2rem;
  }
  .ourjobAbout .about-table .-title .-sub:after {
    width: 100%;
    max-width: 19.2rem;
    height: auto;
    aspect-ratio: 384/43;
  }
  .ourjobAbout .about-modal__inner {
    border-radius: 10px;
    padding: 30px 14px;
    width: calc(100% - 27px);
  }
  .ourjobAbout .about-modal__pagination {
    margin-top: 20px;
  }
  .ourjobAbout .about-modal__arrow {
    font-size: 0;
    height: 30px;
    padding: 0;
  }
  .ourjobAbout .about-modal__arrow:before {
    width: 16px;
    height: 30px;
  }
  .ourjobAbout .about-modal__dot {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
  .ourjobAbout .about-modal__close {
    width: 18px;
    height: 18px;
    top: 10px;
    right: 10px;
  }
  .ourjobAbout .about-modal__close:before, .ourjobAbout .about-modal__close:after {
    width: 18px;
    height: 1.5px;
  }
  .ourjobAbout .about-modal .balloon {
    border-radius: 18px;
    font-size: 1.4rem;
    padding: 8px 39px;
  }
  .ourjobAbout .about-modal__h3 {
    font-size: 1.6rem;
  }
  .ourjobAbout .about-modal__label li {
    font-size: 1.2rem;
  }
  .ourjobAbout .about-modal .img {
    width: 40%;
    max-width: 250px;
  }
  .ourjobAbout .about-modal .img.img-l {
    width: 50%;
  }
}

/* stories_index
====================================================*/
/* color */
/* common */
.ourjobStoriesIndex {
  font-feature-settings: "palt";
}
.ourjobStoriesIndex__link-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.2rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media not screen and (min-width: 1040px) {
  .ourjobStoriesIndex__link-btn {
    font-size: 1.1rem;
    height: 3.3rem;
    padding-bottom: 0.6rem;
  }
}
@media not screen and (min-width: 1040px) {
  .ourjobStoriesIndex__link-btn.line-2 {
    letter-spacing: -0.02rem;
  }
}
@media screen and (min-width: 1040px) {
  .ourjobStoriesIndex__link-btn.line-2 {
    height: 4.5rem;
    padding-bottom: 0;
    align-items: flex-start;
  }
}
@media screen and (any-hover:hover) {
  .ourjobStoriesIndex__link-btn:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.ourjobStoriesIndex__link-btn__arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 3.2rem;
  aspect-ratio: 1/1;
}
@media not screen and (min-width: 1040px) {
  .ourjobStoriesIndex__link-btn__arrow {
    width: 2.2rem;
  }
}
.ourjobStoriesIndex__link-btn__arrow::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  transition: scale 0.3s ease;
}
@supports not (aspect-ratio: 1/1) {
  .ourjobStoriesIndex__link-btn__arrow::before {
    padding-top: 100%;
  }
}
@media screen and (any-hover:hover) {
  .ourjobStoriesIndex__link-btn:hover .ourjobStoriesIndex__link-btn__arrow::before {
    scale: 2.5;
  }
}
.ourjobStoriesIndex__link-btn__arrow::after {
  content: "";
  display: block;
  position: absolute;
  rotate: 90deg;
  width: 1.5rem;
  height: 1rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease;
  -webkit-mask-image: url(/recruit/assets/images/ourjob/stories/arrow.svg);
          mask-image: url(/recruit/assets/images/ourjob/stories/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #00754a;
}
@media not screen and (min-width: 1040px) {
  .ourjobStoriesIndex__link-btn__arrow::after {
    width: 1rem;
    height: 6.5rem;
  }
}
@media screen and (any-hover:hover) {
  .ourjobStoriesIndex__link-btn:hover .ourjobStoriesIndex__link-btn__arrow::after {
    transform: translateX(100%);
  }
}

/* ourjobStoriesIndex-kvBlock */
.ourjobStoriesIndex-kvBlock__inner {
  letter-spacing: 0.1em;
  position: relative;
  left: -6rem;
  width: calc(100% + 12rem);
}
@media not screen and (min-width: 1040px) {
  .ourjobStoriesIndex-kvBlock__inner {
    left: 0;
    width: 100%;
  }
}
.ourjobStoriesIndex-kvBlock__img {
  aspect-ratio: 1140/679;
}
@media not screen and (min-width: 1040px) {
  .ourjobStoriesIndex-kvBlock__img {
    aspect-ratio: 768/925;
  }
}
.ourjobStoriesIndex-kvBlock__img .top-kv-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourjobStoriesIndex-kvBlock__copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
.ourjobStoriesIndex-kvBlock__copy__wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4rem 6rem 4.6rem;
  color: #ffffff;
  background: #00754a;
  border-radius: 0 0 2rem 2rem;
}
@media not screen and (min-width: 1040px) {
  .ourjobStoriesIndex-kvBlock__copy__wrapper {
    padding: 2.8rem 2.6rem 6.4rem;
  }
}
.ourjobStoriesIndex-kvBlock__writing__title {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 3.6rem;
}
@media not screen and (min-width: 1040px) {
  .ourjobStoriesIndex-kvBlock__writing__title {
    margin-bottom: 2.1rem;
  }
}
.ourjobStoriesIndex-kvBlock__writing__title .-title {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.3;
}
@media not screen and (min-width: 1040px) {
  .ourjobStoriesIndex-kvBlock__writing__title .-title {
    font-size: 2rem;
  }
}
.ourjobStoriesIndex-kvBlock__writing__title .-sub {
  font-size: 1.6rem;
  font-family: SoDoSans, sans-serif;
  margin-bottom: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media not screen and (min-width: 1040px) {
  .ourjobStoriesIndex-kvBlock__writing__title .-sub {
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
  }
}
.ourjobStoriesIndex-kvBlock__writing__text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media not screen and (min-width: 1040px) {
  .ourjobStoriesIndex-kvBlock__writing__text {
    font-size: 1.2rem;
  }
}
.ourjobStoriesIndex-kvBlock__anchorList {
  width: 24rem;
}
@media not screen and (min-width: 1040px) {
  .ourjobStoriesIndex-kvBlock__anchorList {
    position: absolute;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    gap: 1.2rem;
    width: 100%;
    transform: translateY(100%);
    padding: 0 1.5rem;
    bottom: -3.2rem;
    left: 0;
  }
}
@media screen and (min-width: 1040px) {
  .ourjobStoriesIndex-kvBlock__anchorItem:not(:last-of-type) {
    margin-bottom: 3.2rem;
  }
}
@media not screen and (min-width: 1040px) {
  .ourjobStoriesIndex-kvBlock__anchorItem {
    flex: 1;
    max-width: 11rem;
  }
  .ourjobStoriesIndex-kvBlock__anchorItem__link {
    color: #000000;
    border-bottom-color: #00754a;
  }
  .ourjobStoriesIndex-kvBlock__anchorItem__arrow::before {
    background-color: #00754a;
  }
  .ourjobStoriesIndex-kvBlock__anchorItem__arrow::after {
    background-color: #ffffff;
  }
}

.partnersBlock {
  letter-spacing: 0.1em;
  margin: 9.4rem auto 16.7rem;
  max-width: 1180px;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock {
    margin-top: 12.2rem;
    margin-bottom: 5.5rem;
    padding: 0 3rem;
  }
}
.partnersBlock__categories {
  counter-reset: partner_num 0;
}
.partnersBlock__category {
  padding-top: 8rem;
  margin-top: -8rem;
}
.partnersBlock__category:not(:last-of-type) {
  margin-bottom: 15.8rem;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__category:not(:last-of-type) {
    margin-bottom: 7.4rem;
  }
}
.partnersBlock__category__titleWrapper {
  margin-bottom: 10rem;
  text-align: center;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__category__titleWrapper {
    margin-bottom: 7.5rem;
  }
}
.--students .partnersBlock__category__titleWrapper {
  color: #efb42f;
}
.--homemakers .partnersBlock__category__titleWrapper {
  color: #fd6741;
}
.--seniors .partnersBlock__category__titleWrapper {
  color: #8882f4;
}
.partnersBlock__category__titleWrapper .-title {
  font-size: 3.2rem;
  font-family: SoDoSans, sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__category__titleWrapper .-title {
    font-size: 2rem;
  }
}
.partnersBlock__category__titleWrapper .-sub {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__category__titleWrapper .-sub {
    font-size: 1.2rem;
  }
}
.partnersBlock__category__titleWrapper .-sub::after {
  content: "";
  display: block;
  position: relative;
  width: 28.3rem;
  height: 3.2rem;
  margin: auto;
  -webkit-mask-image: url(/recruit/assets/images/ourjob/stories/stroke.svg);
          mask-image: url(/recruit/assets/images/ourjob/stories/stroke.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__category__titleWrapper .-sub::after {
    width: 100%;
    max-width: 19.2rem;
    height: auto;
    aspect-ratio: 384/43;
  }
}
.--students .partnersBlock__category__titleWrapper .-sub::after {
  background-color: #efb42f;
}
.--homemakers .partnersBlock__category__titleWrapper .-sub::after {
  background-color: #fd6741;
}
.--seniors .partnersBlock__category__titleWrapper .-sub::after {
  background-color: #8882f4;
}
.partnersBlock__category__titleWrapper .-copy {
  color: #00754a;
  font-size: 2.4rem;
  margin-top: 1rem;
  font-weight: 700;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__category__titleWrapper .-copy {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}
.partnersBlock__partnersItem {
  position: relative;
  display: grid;
  margin-left: 4rem;
  background: #d4e9e2;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 3rem;
  grid-template-areas: "image title" "image text" "image link";
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__partnersItem {
    margin-left: 0;
    padding-right: 0;
    grid-template-columns: auto;
    grid-row-gap: 0;
    grid-template-areas: "image" "title" "text" "link";
  }
}
@media screen and (min-width: 1040px) {
  .partnersBlock__partnersItem.ltr {
    margin-right: 4rem;
    margin-left: 0;
    grid-template-areas: "title image" "text image" "link image";
  }
}
.partnersBlock__partnersItem::before {
  grid-area: title;
  counter-increment: partner_num;
  content: counter(partner_num, decimal-leading-zero);
  position: absolute;
  display: block;
  font-family: SoDoSans, sans-serif;
  font-weight: 700;
  font-size: 10rem;
  line-height: 1;
  color: #00754a;
  top: -5.5rem;
  left: 0;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__partnersItem::before {
    grid-area: image;
    font-size: 6rem;
    top: 4px;
    line-height: 1;
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 1040px) {
  .partnersBlock__partnersItem.ltr::before {
    left: 4rem;
  }
}
.partnersBlock__partnersItem:not(:last-of-type) {
  margin-bottom: 15rem;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__partnersItem:not(:last-of-type) {
    margin-bottom: 7.2rem;
  }
}
.partnersBlock__partnersItem__title {
  grid-area: title;
  position: relative;
  font-size: 2.4rem;
  padding-top: 7.6rem;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__partnersItem__title {
    font-size: 1.8rem;
    padding: 2rem 1.5rem 0;
  }
}
@media screen and (min-width: 1040px) {
  .ltr .partnersBlock__partnersItem__title {
    margin-left: 4rem;
  }
}
.partnersBlock__partnersItem__image {
  grid-area: image;
}
@media screen and (min-width: 1040px) {
  .partnersBlock__partnersItem__image {
    position: relative;
    max-width: 582px;
    top: -4rem;
    left: -4rem;
  }
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__partnersItem__image {
    padding: 0 1.5rem;
    background: linear-gradient(0deg, rgb(212, 233, 226) 0%, rgb(212, 233, 226) 40%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  }
}
@media screen and (min-width: 1040px) {
  .ltr .partnersBlock__partnersItem__image {
    right: -4rem;
    left: auto;
  }
}
.partnersBlock__partnersItem__text {
  grid-area: text;
  color: #00754a;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__partnersItem__text {
    padding: 0 1.5rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1040px) {
  .ltr .partnersBlock__partnersItem__text {
    margin-left: 4rem;
  }
}
.partnersBlock__partnersItem__text .-name {
  font-family: SoDoSans, sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 1.6rem;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__partnersItem__text .-name {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.partnersBlock__partnersItem__text .-position {
  font-size: 1.4rem;
  line-height: 2;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__partnersItem__text .-position {
    font-size: 1.2rem;
  }
}
.partnersBlock__partnersItem__link {
  grid-area: link;
  font-family: SoDoSans, sans-serif;
  letter-spacing: 0.1em;
  width: 20rem;
  margin-bottom: 4rem;
  color: #000000;
  border-bottom-color: #00754a;
  font-weight: 600;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__partnersItem__link {
    font-size: 1.2rem;
    width: 17rem;
    height: 3.4rem;
    margin: 0 1.5rem 2.6rem auto;
  }
}
@media screen and (min-width: 1040px) {
  .ltr .partnersBlock__partnersItem__link {
    margin-left: 4rem;
  }
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__partnersItem__arrow {
    width: 2.8rem;
  }
}
.partnersBlock__partnersItem__arrow::before {
  background-color: #00754a;
}
.partnersBlock__partnersItem__arrow::after {
  rotate: 0deg;
  background-color: #ffffff;
}
@media not screen and (min-width: 1040px) {
  .partnersBlock__partnersItem__arrow::after {
    width: 1.2rem;
    height: 0.8rem;
  }
}

/* stories_num
====================================================*/
.ourjobStoriesNum {
  margin-bottom: 120px;
}
.ourjobStoriesNum img {
  width: 100%;
}
.ourjobStoriesNum .txt {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 2.3;
}
@media not screen and (min-width: 1040px) {
  .ourjobStoriesNum {
    width: calc(100% - 64px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .ourjobStoriesNum .txt {
    font-size: 1.2rem;
    line-height: 2.28;
  }
}

.snum-kv {
  margin: 0 -60px;
}
.snum-kv__wrap {
  position: relative;
}
.snum-kv__wrap > .en {
  position: absolute;
  left: 7.3vw;
  top: 3.2vw;
  line-height: 1;
  text-align: center;
  z-index: 2;
}
.snum-kv__bgL {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 14%;
}
.snum-kv__bgR {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 8.4%;
}
.snum-kv__top {
  text-align: left;
  color: #006241;
  display: block;
  font-size: 1.34vw;
  font-weight: bold;
  letter-spacing: 0.1vw;
  margin-bottom: 1.7vw;
}
.snum-kv__num {
  color: #fff;
  font-size: 8vw;
  font-weight: bold;
}
.snum-kv__num.num-05 {
  color: #006241;
  font-size: 8vw;
  font-weight: bold;
}
.snum-kv__img {
  margin: auto;
  padding-top: 3vw;
  position: relative;
  text-align: center;
  width: 86%;
  z-index: 1;
}
.snum-kv__txtWrap {
  background-color: #006241;
  border-radius: 0 0 20px 20px;
}
.snum-kv__txtWrap p {
  line-height: 1.75;
}
.snum-kv__txt {
  color: #fff;
  padding: 35px 0 25px;
}
.snum-kv__lead {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.snum-kv__detail {
  margin: 0 20px;
}
.snum-kv__name {
  font-size: 2.4rem;
}
.snum-kv__note {
  font-size: 1.2rem;
  margin-top: 10px;
}

.snum-means {
  background-color: #D4E9E2;
  border-radius: 12px;
  color: #006241;
  padding: 60px 60px 120px;
}
.snum-means.num-04 {
  padding-bottom: 60px;
}
.snum-means__h2 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.snum-means__h2 .en {
  font-weight: bold;
  letter-spacing: 0.12em;
}
.snum-means__wrap {
  margin-top: 35px;
}
.snum-means__lead {
  font-weight: bold;
}
.snum-means__h3 {
  color: #006241;
  font-size: 2.4rem;
  letter-spacing: -0.02em;
  line-height: 1.75;
}

.snum-theme {
  margin-top: 80px;
}
.snum-theme__child + .snum-theme__child {
  margin-top: 120px;
}
.snum-theme__balloon {
  background-color: #D4E9E2;
  border-radius: 5px 5px 0 5px;
  color: #006241;
  display: inline-flex;
  align-items: center;
  font-family: SoDoSans, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2.4px;
  line-height: 1;
  margin-right: 15px;
  padding: 15px 25px 10px;
  position: relative;
}
.snum-theme__balloon:after {
  position: absolute;
  content: "";
  right: -14px;
  bottom: 0;
  border-left: 15px solid #D4E9E2;
  border-top: 10px solid transparent;
}
.snum-theme__balloon .-num {
  font-size: 2rem;
  font-weight: bold;
  margin-left: 10px;
}
.snum-theme__sub {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 10px;
}
.snum-theme__h2 {
  color: #006241;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.75;
  margin-top: 25px;
}
.snum-theme__detail {
  line-height: 2.28;
  letter-spacing: -0.2px;
  margin-top: 20px;
}
.snum-theme__note {
  margin-top: 100px;
  font-size: 1.2rem;
}

.snum-message {
  margin-top: 120px;
}
.snum-message__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.snum-message .en {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
}
.snum-message__star {
  display: inline-block;
  line-height: 4;
  margin-right: 10px;
  width: 30px;
}
.snum-message__head {
  font-weight: bold;
}
.snum-message__h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.75;
}
.snum-message__detail {
  margin-top: 20px;
}
.snum-message__note {
  font-size: 1.2rem;
  margin-top: 100px;
}

.snum-interview__h3 {
  display: block;
  text-align: center;
  margin: auto;
}
.snum-interview__h3 .-title {
  color: #006241;
  display: block;
  font-family: SoDoSans, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.snum-interview__h3 .-sub {
  font-size: 2rem;
  font-weight: bold;
}

.snum-interview {
  margin-top: 120px;
}
.snum-interview__list {
  display: flex;
  margin-top: 30px;
  overflow: visible;
}
.snum-interview__list a:hover {
  opacity: 1;
  text-decoration: none;
}
.snum-interview__list a:hover .snum-interview__list__img img {
  opacity: 0.55;
  transition: 0.3s;
}
.snum-interview__list a:hover .snum-interview__list__name, .snum-interview__list a:hover .snum-interview__list__position {
  color: #4d917a;
  transition: 0.3s;
}
.snum-interview__list__inner {
  margin: 0 12px;
  min-width: calc(50% - 24px);
}
.snum-interview__list__img {
  background-color: #4d917a;
}
.snum-interview__list__img img {
  width: 100%;
}
.snum-interview__list__name, .snum-interview__list__since {
  color: #006241;
}
.snum-interview__list__name {
  font-family: SoDoSans, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 15px;
}
.snum-interview__list__since {
  line-height: 2;
}
.snum-interview__list__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.snum-interview__list__pagination .slider__arrow {
  color: #4d917a;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.snum-interview__list__pagination .slider__arrow:hover {
  text-decoration: none;
}
.snum-interview__list__pagination .slider__arrow::before {
  content: "";
  position: absolute;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}
.snum-interview__list__pagination .slider__arrow.-prev::before {
  background-image: url("/recruit/assets/images/sc_career/stories/arrow-left.svg");
  left: 0;
}
.snum-interview__list__pagination .slider__arrow.-next::before {
  background-image: url("/recruit/assets/images/sc_career/stories/arrow-right.svg");
  right: 0;
}
.snum-interview__list__pagination__dots {
  display: flex;
}
.snum-interview__list__pagination__dot {
  display: block;
  border-radius: 50%;
  margin: 0 8px;
  width: 10px;
  height: 10px;
  background-color: #D4E9E2;
  cursor: pointer;
  transition: 0.2s;
}
.snum-interview__list__pagination__dot.-active, .snum-interview__list__pagination__dot:hover {
  background-color: #006241;
}

@media screen and (min-width: 1040px) {
  .snum-kv__txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 30px 0;
    width: 86%;
  }
  .snum-means {
    margin: 84px auto 0;
    width: 90%;
  }
  .snum-means__wrap {
    display: flex;
  }
  .snum-means__lead {
    margin-left: 20px;
    width: 42.5%;
  }
  .snum-means__detail {
    width: 57.5%;
  }
  .snum-means__txt {
    width: 57.5%;
  }
  .snum-means__note {
    margin-top: 55px;
  }
  .snum-theme__child {
    display: flex;
    align-items: flex-start;
  }
  .snum-theme__child + .snum-theme__child .snum-theme__img {
    border-radius: 0 20px 20px 0;
    left: -60px;
  }
  .snum-theme__child + .snum-theme__child .snum-theme__txt {
    order: 1;
  }
  .snum-theme__txt {
    width: 50%;
  }
  .snum-theme__top {
    display: flex;
    align-items: center;
  }
  .snum-theme__img {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    position: relative;
    right: -60px;
    width: 50%;
  }
  .snum-message {
    background: url("/recruit/assets/images/ourjob/stories/num/bg-message-01.jpg") no-repeat center/cover;
    margin: 100px -60px 0;
  }
  .snum-message.num-02 {
    background-image: url("/recruit/assets/images/ourjob/stories/num/bg-message-02.png");
    aspect-ratio: 1140/881;
  }
  .snum-message.num-03 {
    background-image: url("/recruit/assets/images/ourjob/stories/num/bg-message-03.png");
    aspect-ratio: 1140/817;
  }
  .snum-message.num-04 {
    background-image: url("/recruit/assets/images/ourjob/stories/num/bg-message-04.jpg");
    aspect-ratio: 1140/753;
  }
  .snum-message.num-05 {
    background-image: url("/recruit/assets/images/ourjob/stories/num/bg-message-05.jpg");
    aspect-ratio: 1140/721;
  }
  .snum-message__wrap {
    color: #fff;
    padding: 50px 60px;
    width: 55%;
    max-width: 598px;
  }
  .snum-message__top {
    line-height: 3.5;
  }
  .snum-message__head {
    line-height: 1.4;
    margin-left: 16px;
  }
  .snum-message__h2 {
    margin-top: 10px;
  }
  .snum-message__detail {
    font-weight: bold;
  }
  .snum-interview__list {
    flex-wrap: nowrap;
    justify-content: unset;
  }
  .snum-interview__list__img {
    margin-bottom: 28px;
  }
  .snum-interview__list__pagination {
    margin-top: 40px;
  }
  .snum-interview__list__pagination .slider__arrow {
    font-size: 1.2rem;
    cursor: pointer;
  }
  .snum-interview__list__pagination .slider__arrow::before {
    width: 20px;
    height: 37px;
  }
  .snum-interview__list__pagination .slider__arrow.-prev {
    padding-left: 37px;
  }
  .snum-interview__list__pagination .slider__arrow.-next {
    padding-right: 37px;
  }
}
@media not screen and (min-width: 1040px) {
  .snum-kv {
    margin-left: -32px;
    margin-right: -32px;
  }
  .snum-kv p {
    line-height: 1.6;
  }
  .snum-kv__wrap > .en {
    left: 8.3vw;
    top: 8.4vw;
    text-align: left;
  }
  .snum-kv__bgL {
    top: 2vw;
    width: 19%;
  }
  .snum-kv__bgR {
    width: 13%;
  }
  .snum-kv__top {
    font-size: 3.5vw;
    margin-bottom: 6vw;
  }
  .snum-kv__num {
    font-size: 16vw;
    margin-left: 3vw;
  }
  .snum-kv__num.num-05 {
    color: #006241;
  }
  .snum-kv__img {
    padding-top: 12vw;
    width: calc(100% - 64px);
  }
  .snum-kv__txt {
    margin: 0 32px;
  }
  .snum-kv__lead {
    font-size: 2rem;
  }
  .snum-kv__detail {
    margin: 20px 0 0;
  }
  .snum-kv__name {
    font-size: 1.8rem;
  }
  .snum-kv__position {
    font-size: 1.1rem;
  }
  .snum-kv__note {
    font-size: 1rem;
  }
  .snum-means {
    margin-top: 48px;
    padding: 40px 18px 80px;
  }
  .snum-means.num-04 {
    padding-bottom: 52px;
  }
  .snum-means__h2 {
    font-size: 1.2rem;
  }
  .snum-means__wrap {
    margin-top: 0;
  }
  .snum-means__lead {
    text-align: center;
  }
  .snum-means__h3 {
    font-size: 1.8rem;
    margin: 20px 0 10px;
  }
  .snum-means__note {
    margin-top: 100px;
  }
  .snum-theme {
    margin-top: 60px;
  }
  .snum-theme__child + .snum-theme__child {
    margin-top: 60px;
  }
  .snum-theme__img.num-01, .snum-theme__img.num-04, .snum-theme__img.num-05 {
    margin-top: 15px;
  }
  .snum-theme__top {
    font-size: 1.4rem;
  }
  .snum-theme__balloon {
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    padding: 10px;
  }
  .snum-theme__balloon:after {
    right: -8px;
    border-left-width: 9px;
    border-top-width: 6px;
  }
  .snum-theme__balloon .-num {
    font-size: 1.6rem;
    margin-left: 7px;
  }
  .snum-theme__sub {
    font-size: 1.4rem;
    line-height: 2.28;
    margin-top: 5px;
  }
  .snum-theme__h2 {
    font-size: 1.8rem;
    margin: 4px 0;
  }
  .snum-theme__detail {
    margin-top: 12px;
  }
  .snum-theme__note {
    margin-top: 120px;
  }
  .snum-theme__img {
    margin-top: 100px;
  }
  .snum-theme__img img {
    border-radius: 10px;
  }
  ::-webkit-full-page-media, :future, :root .snum-theme__balloon .-num {
    top: -1px;
    position: relative;
  }
  .snum-message {
    margin-top: 60px;
  }
  .snum-message__headWrap {
    background: url("/recruit/assets/images/ourjob/stories/num/bg-message-01-sp.png") no-repeat center/cover;
    color: #fff;
    padding: 20px 32px;
    margin-left: -32px;
    margin-right: -32px;
  }
  .snum-message.num-02 .snum-message__headWrap {
    background-image: url("/recruit/assets/images/ourjob/stories/num/bg-message-02-sp.png");
  }
  .snum-message.num-03 .snum-message__headWrap {
    background-image: url("/recruit/assets/images/ourjob/stories/num/bg-message-03-sp.png");
  }
  .snum-message.num-04 .snum-message__headWrap {
    background-image: url("/recruit/assets/images/ourjob/stories/num/bg-message-04-sp.png");
  }
  .snum-message.num-05 .snum-message__headWrap {
    background-image: url("/recruit/assets/images/ourjob/stories/num/bg-message-05-sp.png");
  }
  .snum-message .en {
    font-size: 1.6rem;
    line-height: 2.5;
  }
  .snum-message__star {
    width: 28px;
    margin: 0 8px 0 -2px;
  }
  .snum-message__head {
    display: block;
    font-size: 1.2rem;
    line-height: 2;
    width: 100%;
  }
  .snum-message__h2 {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .snum-message__note {
    margin-top: 132px;
  }
  .snum-interview {
    margin-top: 70px;
  }
  .snum-interview__h3 .-title {
    font-size: 1.6rem;
  }
  .snum-interview__h3 .-sub {
    font-size: 1.6rem;
  }
  .snum-interview__list {
    flex-wrap: nowrap;
    justify-content: unset;
    margin-left: -32px;
  }
  .snum-interview__list__inner {
    margin: 0 10px;
    min-width: calc(100% - 20px);
  }
  .snum-interview__list__inner a {
    display: inline-block;
    height: 100%;
  }
  .snum-interview__list__img {
    margin-bottom: 15px;
  }
  .snum-interview__list__name {
    font-size: 1.8rem;
  }
  .snum-interview__list__pagination {
    margin-top: 20px;
  }
  .snum-interview__list__pagination .slider__arrow {
    font-size: 1rem;
  }
  .snum-interview__list__pagination .slider__arrow::before {
    width: 17px;
    height: 32px;
  }
  .snum-interview__list__pagination .slider__arrow.-prev {
    padding-left: 25px;
  }
  .snum-interview__list__pagination .slider__arrow.-next {
    padding-right: 25px;
  }
  .snum-interview__list__pagination__dot {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
}
/* voices
====================================================*/
.ourjobVoices {
  margin-bottom: 12rem;
}
@media not screen and (min-width: 1040px) {
  .ourjobVoices {
    margin-bottom: 6rem;
  }
}
@media not screen and (min-width: 1040px) {
  .ourjobVoices .otherContents {
    margin: 60px 32px 0;
  }
}

.ourjob__voices__kv__inner {
  position: relative;
  left: -6rem;
  width: calc(100% + 12rem);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__kv__inner {
    left: 0;
    width: 100%;
  }
}
.ourjob__voices__kv__img .top-kv-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourjob__voices__kv__copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #C5D6CE;
}
.ourjob__voices__kv__copy__wrapper {
  position: relative;
  padding: 4rem 6rem 4.6rem;
  color: #ffffff;
  background: #006241;
  border-radius: 0 0 2rem 2rem;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__kv__copy__wrapper {
    padding: 2.8rem 2.6rem 3.6rem;
  }
}
@media screen and (min-width: 1040px) {
  .ourjob__voices__kv__writing {
    max-width: 71.6rem;
  }
}
.ourjob__voices__kv__writing__title {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 3.6rem;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__kv__writing__title {
    margin-bottom: 2.1rem;
  }
}
.ourjob__voices__kv__writing__title .-title {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.12rem;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__kv__writing__title .-title {
    font-size: 2rem;
    letter-spacing: 0.12rem;
  }
}
.ourjob__voices__kv__writing__title .-sub {
  font-size: 1.6rem;
  font-family: SoDoSans, sans-serif;
  margin-bottom: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__kv__writing__title .-sub {
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
  }
}
.ourjob__voices__kv__writing__text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__kv__writing__text {
    font-size: 1.2rem;
    line-height: 2.3;
  }
}
.ourjob__voices__statement {
  margin: 0 -6rem;
  color: #006241;
  text-align: center;
  background: -webkit-image-set(url(../../assets/images/ourjob/voices/thought-bg.jpg) 1x, url(../../assets/images/ourjob/voices/thought-bg@2x.jpg) 2x);
  background: image-set(url(../../assets/images/ourjob/voices/thought-bg.jpg) 1x, url(../../assets/images/ourjob/voices/thought-bg@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__statement {
    margin: 0;
    background-position: bottom left 60%;
  }
}
.ourjob__voices__statement .l-inner {
  padding: 115px 60px 65px;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__statement .l-inner {
    padding: 58px 32px 118px;
  }
}
.ourjob__voices__statement__heading {
  font-size: 32px;
  text-align: center;
  margin-bottom: 42px;
  font-weight: 700;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__statement__heading {
    font-size: 20px;
    margin-bottom: 26px;
  }
}
.ourjob__voices__statement__text {
  font-size: 14px;
  line-height: 2.2857142857;
  font-weight: 700;
}
.ourjob__voices__statement__text:not(:last-child) {
  margin-bottom: 32px;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__statement__text:not(:last-child) {
    margin-bottom: 47px;
  }
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__statement__text {
    line-height: 2.4615384615;
    font-size: 13px;
    text-align: left;
    letter-spacing: 0.24em;
  }
  .ourjob__voices__statement__text br {
    display: none;
  }
}
.ourjob__voices__opinion {
  margin: 11.6rem auto;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion {
    margin: 5.3rem auto;
  }
}
.ourjob__voices__opinion__heading {
  text-align: center;
  color: #000000;
}
.ourjob__voices__opinion__heading--en {
  font-size: 3.2rem;
  color: #006241;
  font-weight: bold;
  margin-bottom: 3.2rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__heading--en {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.ourjob__voices__opinion__heading--ja {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__heading--ja {
    font-size: 2rem;
  }
}
.ourjob__voices__opinion__navlist {
  display: grid;
  grid-template-columns: repeat(3, 24rem);
  gap: 30px;
  margin: 2.5rem 0;
  justify-content: center;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__navlist {
    grid-template-columns: repeat(3, 11rem);
    gap: 12px;
    padding: 0 1.5rem;
  }
}
.ourjob__voices__opinion__navitem {
  border-bottom: 1px solid #00754a;
  display: grid;
  align-items: center;
  position: relative;
}
.ourjob__voices__opinion__navitem__link {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  color: #000000;
}
@media screen and (any-hover:hover) {
  .ourjob__voices__opinion__navitem__link:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__navitem__link {
    font-size: 1.1rem;
  }
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__navitem__link--scp {
    letter-spacing: -0.15rem;
  }
}
.ourjob__voices__opinion__navitem__arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 3.2rem;
  aspect-ratio: 1/1;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__navitem__arrow {
    width: 2.3rem;
  }
}
.ourjob__voices__opinion__navitem__arrow::after {
  content: "";
  display: block;
  position: absolute;
  rotate: 90deg;
  width: 1.5rem;
  height: 1rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease;
  -webkit-mask-image: url(/recruit/assets/images/ourjob/stories/arrow.svg);
          mask-image: url(/recruit/assets/images/ourjob/stories/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__navitem__arrow::after {
    width: 1rem;
    height: 6.5rem;
  }
}
@media screen and (any-hover:hover) {
  .ourjob__voices__opinion__navitem:hover .ourjob__voices__opinion__navitem__arrow::after {
    transform: translateX(100%);
  }
}
.ourjob__voices__opinion__navitem__arrow::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00754a;
  transition: scale 0.3s ease;
}
@supports not (aspect-ratio: 1/1) {
  .ourjob__voices__opinion__navitem__arrow::before {
    padding-top: 100%;
  }
}
@media screen and (any-hover:hover) {
  .ourjob__voices__opinion__navitem:hover .ourjob__voices__opinion__navitem__arrow::before {
    scale: 2.5;
  }
}
.ourjob__voices__opinion__contents {
  position: relative;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents {
    max-width: 107rem;
    margin: -8rem auto 0;
    padding: 8rem 0 0;
  }
}
.ourjob__voices__opinion__contents__center {
  width: 28.3rem;
  position: absolute;
  left: 50%;
  z-index: 2;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__center {
    position: relative;
    width: 19.2rem;
  }
}
.ourjob__voices__opinion__contents__text {
  font-size: 1.4rem;
  color: #000000;
  letter-spacing: 0.02rem;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__text {
    font-size: 1.2rem;
  }
}
.ourjob__voices__opinion__contents__speech {
  background-size: contain;
  background-repeat: no-repeat;
}
.ourjob__voices__opinion__contents--rows {
  display: grid;
  justify-content: space-between;
  align-items: start;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents--rows {
    display: block;
  }
}
.ourjob__voices__opinion__contents--students {
  margin-top: 12rem;
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents--students {
    margin-top: 4rem;
    padding-top: 8rem;
  }
}
.ourjob__voices__opinion__contents__students--rows1 {
  grid-template-columns: 51.2rem 40.6rem;
}
.ourjob__voices__opinion__contents__students--rows2 {
  grid-template-columns: 41rem 46.5rem;
}
.ourjob__voices__opinion__contents__students--center {
  transform: translate(-50%, 17.8rem);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__students--center {
    transform: translate(-50%, 0);
  }
}
.ourjob__voices__opinion__contents__students--1 {
  padding: 2.9rem 1.84rem 9rem 3rem;
  background-image: url(../../assets/images/ourjob/voices/voices_students-bg-1.png);
  transform: translate(-0.9rem, 0);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__students--1 {
    padding: 2rem 1.7rem 8.5rem;
    background-image: url(../../assets/images/ourjob/voices/voices_students-bg-1_sp.png);
    transform: translate(0, 1.4rem);
    margin: 0 auto;
    width: 35.8rem;
  }
}
.ourjob__voices__opinion__contents__students--2 {
  padding: 6.8rem 3.9rem 13rem 6rem;
  background-image: url(../../assets/images/ourjob/voices/voices_students-bg-2.png);
  transform: translate(1.6rem, 3.5rem);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__students--2 {
    padding: 4.6rem 4.1rem 9.9rem 5.8rem;
    transform: translate(1rem, -2rem);
    margin-left: auto;
    width: 33rem;
  }
}
.ourjob__voices__opinion__contents__students--3 {
  padding: 7.58rem 6.32rem 8.96rem 4.57rem;
  background-image: url(../../assets/images/ourjob/voices/voices_students-bg-3.png);
  transform: translate(-1.87rem, -14rem);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__students--3 {
    padding: 4.58rem 6.32rem 8.96rem 4.57rem;
    transform: translate(-2.2rem, -6rem);
    width: 35rem;
  }
}
.ourjob__voices__opinion__contents__students--4 {
  padding: 7.68rem 1.69rem 6.9rem 3.8rem;
  background-image: url(../../assets/images/ourjob/voices/voices_students-bg-4.png);
  transform: translate(0, 3rem);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__students--4 {
    padding: 4.64rem 3.83rem 5rem;
    background-image: url(../../assets/images/ourjob/voices/voices_students-bg-4_sp.png);
    transform: translate(1rem, -8rem);
    margin-left: auto;
    width: 37.2rem;
  }
}
.ourjob__voices__opinion__contents__homemakers--rows1 {
  grid-template-columns: 42.6rem 41rem;
}
.ourjob__voices__opinion__contents__homemakers--rows2 {
  grid-template-columns: 38.9rem 40.2rem;
}
.ourjob__voices__opinion__contents__homemakers--center {
  transform: translate(-50%, 14.5rem);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__homemakers--center {
    transform: translate(-50%, 0);
  }
}
.ourjob__voices__opinion__contents__homemakers--1 {
  padding: 6.3rem 5.2rem 7.65rem 4.57rem;
  background-image: url(../../assets/images/ourjob/voices/voices_homemakers-bg-1.png);
  transform: translate(-4.26rem, 0);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__homemakers--1 {
    background-image: url(../../assets/images/ourjob/voices/voices_homemakers-bg-1_sp.png);
    padding: 6.6rem 2.1rem 3.9rem 2.8rem;
    transform: translate(1rem, 0);
    width: 35.2rem;
  }
}
.ourjob__voices__opinion__contents__homemakers--2 {
  padding: 8.15rem 3.73rem 11.2rem 7.76rem;
  background-image: url(../../assets/images/ourjob/voices/voices_homemakers-bg-2.png);
  transform: translate(0, 5.76rem);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__homemakers--2 {
    padding: 5.15rem 3.73rem 6.2rem 7.76rem;
    transform: translate(0, -1.1rem);
    width: 32.5rem;
    margin-left: auto;
  }
}
.ourjob__voices__opinion__contents__homemakers--3 {
  padding: 9.11rem 3.19rem 9.21rem 4.7rem;
  background-image: url(../../assets/images/ourjob/voices/voices_homemakers-bg-3.png);
  transform: translate(0, -7rem);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__homemakers--3 {
    padding: 9.5rem 3.3rem 8.2rem 3.2rem;
    transform: translate(0, -1rem);
    width: 35.2rem;
  }
}
.ourjob__voices__opinion__contents__homemakers--4 {
  padding: 6.78rem 2.46rem 6.06rem 2.23rem;
  background-image: url(../../assets/images/ourjob/voices/voices_homemakers-bg-4.png);
  transform: translate(1.27rem, 6rem);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__homemakers--4 {
    background-image: url(../../assets/images/ourjob/voices/voices_homemakers-bg-4_sp.png);
    padding: 5.6rem 2.1rem 2.2rem 2.5rem;
    transform: translate(-1rem, -2rem);
    width: 31.3rem;
    margin-left: auto;
  }
}
.ourjob__voices__opinion__contents__seniors--rows1 {
  grid-template-columns: 41.1rem 42.6rem;
}
.ourjob__voices__opinion__contents__seniors--rows2 {
  grid-template-columns: 51.2rem 39.2rem;
}
.ourjob__voices__opinion__contents__seniors--center {
  transform: translate(-50%, 13rem);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__seniors--center {
    transform: translate(-50%, 0);
  }
}
.ourjob__voices__opinion__contents__seniors--1 {
  padding: 8.52rem 4.8rem 8.02rem 3.8rem;
  background-image: url(../../assets/images/ourjob/voices/voices_seniors-bg-1.png);
  transform: translate(-2.2rem, 0);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__seniors--1 {
    width: 34.3rem;
    padding: 5.25rem 5.45rem 6.5rem;
    transform: translate(-2rem, -2rem);
  }
}
.ourjob__voices__opinion__contents__seniors--2 {
  padding: 4.84rem 3.43rem 8.84rem 4.23rem;
  background-image: url(../../assets/images/ourjob/voices/voices_seniors-bg-2.png);
  transform: translate(3.43rem, 7.83rem);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__seniors--2 {
    width: 35.5rem;
    padding: 3.9rem 2.2rem 6rem;
    transform: translate(0, 0);
    margin-left: auto;
  }
}
.ourjob__voices__opinion__contents__seniors--3 {
  padding: 6.44rem 6rem 2.6rem 4.2rem;
  background-image: url(../../assets/images/ourjob/voices/voices_seniors-bg-3.png);
  transform: translate(-2.2rem, 2rem);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__seniors--3 {
    background-image: url(../../assets/images/ourjob/voices/voices_seniors-bg-3_sp.png);
    width: 35.7rem;
    padding: 4.47rem 1.87rem 3.5rem;
    transform: translate(0, 0);
    margin: 0 auto;
  }
}
.ourjob__voices__opinion__contents__seniors--4 {
  padding: 9.77rem 2.07rem 8.82rem 5.16rem;
  background-image: url(../../assets/images/ourjob/voices/voices_seniors-bg-4.png);
  transform: translate(-1.86rem, 2rem);
}
@media not screen and (min-width: 1040px) {
  .ourjob__voices__opinion__contents__seniors--4 {
    padding: 5.6rem 4.5rem 4.9rem 3.8rem;
    transform: translate(0, 0);
    width: 31.1rem;
    margin-left: auto;
  }
}/*# sourceMappingURL=ourjob.css.map */