:root {
  --base-font: "Noto Sans JP", sans-serif;
  --inter-font:"Inter", sans-serif;
  --base-color: #181818;
  --base_bg: #F4F4F4;
  --white: #FFF;
  --white-8: rgba(255, 255, 255, 0.80);
  --white-82: rgba(255, 255, 255, 0.82);
  --black: #000;
  --black-7: rgba(24, 24, 24, 0.70);
  --green: #00783C;
  --green01: #005028;
  --green02: #033A1F;
  --light-green: #8CAE9D;
  --light-green01: #B9C9BF;
  --light-green01-8: rgba(185, 201, 191, 0.80);
  --light-green01-9: rgba(185, 201, 191, 0.90);
  --light-green02: #85A294;
  --light-green03: #7EAA8F;
  --light-green04: #EAEDEC;
  --yellow: #FFC55F;
  --yellow-9: rgba(255, 197, 95, 0.90);
  --grey: #E8EEEB;
  --grey01: #E7E7E7;
  --brown:#EFEAE5;
}

/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
#main {
  padding-bottom: 22.4rem;
  background-color: var(--grey);
}
@media all and (max-width: 896px) {
  #main {
    padding-bottom: 9.5rem;
  }
}
#main .pageTitle {
  margin-bottom: 5.1rem;
  padding: 0 0 11rem;
  position: relative;
}
#main .pageTitle .lineDecoration {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64rem;
  z-index: 1;
  pointer-events: none;
}
#main .pageTitle .lineDecoration .line01_recruit_top_1,
#main .pageTitle .lineDecoration .line01_recruit_top_2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#main .pageTitle .lineDecoration .line01_recruit_top_1 svg,
#main .pageTitle .lineDecoration .line01_recruit_top_2 svg {
  width: 100%;
  height: 100%;
  display: block;
}
#main .pageTitle .lineDecoration .line01_recruit_top_1 path,
#main .pageTitle .lineDecoration .line01_recruit_top_2 path {
  stroke-dasharray: 10000;
  stroke-dashoffset: 10000;
}
@media all and (max-width: 896px) {
  #main .pageTitle .lineDecoration .line01_recruit_top_1 path,
  #main .pageTitle .lineDecoration .line01_recruit_top_2 path {
    stroke-width: 4;
  }
}
#main .pageTitle .lineDecoration .line01_recruit_top_1 {
  z-index: 1;
}
#main .pageTitle .lineDecoration .line01_recruit_top_1 svg {
  margin-top: 6rem;
}
@media all and (max-width: 896px) {
  #main .pageTitle .lineDecoration .line01_recruit_top_1 svg {
    margin-top: 2rem;
  }
}
#main .pageTitle .lineDecoration .line01_recruit_top_2 {
  z-index: 2;
}
#main .pageTitle .sub {
  padding: 16.1rem 0 4rem;
  position: relative;
  background: url(../img/recruit/bg.png) no-repeat left bottom/cover, linear-gradient(180deg, transparent 10%, var(--grey) 100%);
}
#main .pageTitle .sub .content {
  max-width: 132rem;
}
#main .pageTitle .sub .lImage {
  position: absolute;
  z-index: 1;
  bottom: -22.6rem;
  left: 0;
  width: 38.194vw;
  max-width: 55rem;
  pointer-events: none;
}
#main .pageTitle .sub .rImage {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 55.903vw;
  max-width: 80.5rem;
  pointer-events: none;
}
#main .pageTitle .sub .photo {
  margin-top: 2.8rem;
  position: relative;
  z-index: 2;
}
#main .pageTitle .sub .photo img {
  width: 100%;
}
#main .pageTitle .topBox {
  padding: 13.9rem 0 0;
  position: relative;
  z-index: 2;
  background: url(../img/recruit/img01.png) no-repeat right -6.5rem top 19.3rem/20.1rem;
}
#main .pageTitle .topBox .title {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1.25;
  letter-spacing: 0.32rem;
  color: var(--green);
}
#main .pageTitle .topBox .title span {
  color: var(--yellow);
}
#main .pageTitle .topBox .text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.09rem;
  color: var(--green01);
}
@media all and (max-width: 896px) {
  #main .pageTitle {
    margin-bottom: 6.1rem;
    padding: 0;
  }
  #main .pageTitle .lineDecoration {
    bottom: 15.3rem;
    height: 19.5rem;
  }
  #main .pageTitle .lineDecoration .line01_recruit_top_1,
  #main .pageTitle .lineDecoration .line01_recruit_top_2 {
    display: block;
  }
  #main .pageTitle .sub {
    padding: 11.9rem 0 0;
    background-image: url(../img/recruit/bg_sp.png);
  }
  #main .pageTitle .sub .rImage {
    width: 19.5rem;
    max-width: 100%;
  }
  #main .pageTitle .sub .photo {
    margin-top: 1px;
  }
  #main .pageTitle .topBox {
    padding: 2rem 0 0;
    background: none;
  }
  #main .pageTitle .topBox .title {
    margin-bottom: 5.7rem;
    font-size: 4rem;
    letter-spacing: 0.15rem;
  }
  #main .pageTitle .topBox .text {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 897px) {
  #main .comLinkUl li {
    width: calc((100% - 2rem) / 4);
  }
}
#main .people {
  position: relative;
  padding: 8.5rem 0 16rem;
  background: linear-gradient(180deg, var(--green) 0%, var(--light-green01) 100%);
  border-radius: 0 18rem;
  overflow: hidden;
}
#main .people .h_title {
  font-size: 18rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.4rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  position: absolute;
  top: 34rem;
  left: -2.5rem;
  z-index: 1;
  background: linear-gradient(180deg, var(--light-green01-9) 40.38%, var(--yellow-9) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (min-width: 897px) and (max-width: 1400px) {
  #main .people .h_title {
    font-size: 11vw;
  }
}
#main .people .peopleBox {
  padding-top: 1px;
  margin: 0 0 5.6rem 6rem;
  position: relative;
  background-color: var(--grey);
  border-radius: 4rem 4rem 10rem;
}
#main .people .peopleBox:last-child {
  margin-bottom: 0;
}
#main .people .peopleBox .num {
  margin: -4.2rem 6.5rem -1.9rem auto;
  width: fit-content;
  font-size: 10rem;
  color: var(--light-green01-8);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.32rem;
}
#main .people .peopleBox .num span {
  font-size: 6rem;
  font-weight: 500;
  font-style: normal;
  vertical-align: 0.3rem;
}
#main .people .peopleBox .num.none {
  opacity: 0;
}
#main .people .peopleBox .ico {
  position: absolute;
  bottom: -0.7rem;
  right: 0;
  z-index: 2;
  width: 6rem;
  cursor: pointer;
}
#main .people .peopleBox .ico .close {
  display: none;
}
#main .people .peopleBox .imgBox {
  padding: 0 8rem 4rem;
  cursor: pointer;
  align-items: flex-start;
}
#main .people .peopleBox .imgBox.on ~ .ico .open {
  display: none;
}
#main .people .peopleBox .imgBox.on ~ .ico .close {
  display: block;
}
#main .people .peopleBox .imgBox:hover .photoBox .photo img {
  transform: scale(1.1);
}
#main .people .peopleBox .imgBox .photoBox {
  position: relative;
  width: 48rem;
}
#main .people .peopleBox .imgBox .photoBox .photo {
  border-top-right-radius: 8rem;
  overflow: hidden;
}
#main .people .peopleBox .imgBox .photoBox .photo img {
  width: 100%;
  transition: transform 0.3s ease;
}
#main .people .peopleBox .imgBox .photoBox .detail {
  padding: 0.8rem 1.5rem 1rem;
  width: fit-content;
  position: absolute;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01rem;
  color: var(--green);
  bottom: -1rem;
  right: -1.6rem;
  background-color: var(--white);
  border-top-left-radius: 2rem;
  overflow: hidden;
  border-top: 0.2rem solid var(--yellow);
  border-left: 0.2rem solid var(--yellow);
}
#main .people .peopleBox .imgBox .photoBox .detail span {
  margin-left: 0.4rem;
  padding-left: 1.1rem;
  font-size: 1.6rem;
  display: inline-block;
  color: var(--light-green01);
  background: url(../img/common/line08.png) no-repeat left top 0.3rem/0.9rem;
}
#main .people .peopleBox .imgBox .textBox {
  margin-left: 8rem;
  flex: 1;
}
#main .people .peopleBox .imgBox .textBox .innerBox {
  margin-bottom: 1.9rem;
}
#main .people .peopleBox .imgBox .textBox .innerBox .tag {
  padding: 0.7rem 0.5rem;
  width: 2.9rem;
  color: var(--white);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08rem;
  background-color: var(--light-green01);
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}
#main .people .peopleBox .imgBox .textBox .innerBox .rBox {
  margin-left: 1rem;
  flex: 1;
}
#main .people .peopleBox .imgBox .textBox .innerBox .rBox .en {
  color: var(--green01);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.48rem;
}
#main .people .peopleBox .imgBox .textBox .innerBox .rBox .intro {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.07rem;
}
#main .people .peopleBox .openBox {
  padding: 5.5rem 8rem 12rem;
  display: none;
}
#main .people .peopleBox .openBox .headLine06 .en {
  margin-bottom: 0.5rem;
  font-size: 3.2rem;
  color: var(--light-green01);
  letter-spacing: 0.2rem;
}
#main .people .peopleBox .openBox .headLine06 .en span {
  font-size: 2.4rem;
}
#main .people .peopleBox .openBox .headLine06 .jp {
  padding: 0.3rem 0 0.3rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--green);
  letter-spacing: 0.08rem;
  background-image: url(../img/common/line09.png);
  background-size: 1.1rem auto;
}
#main .people .peopleBox .openBox .faqBox {
  margin-bottom: 4rem;
}
#main .people .peopleBox .openBox .faqBox .headLine05 {
  padding-right: 1rem;
  flex: 1;
}
#main .people .peopleBox .openBox .faqBox .innerBox {
  margin-top: -2.3rem;
  width: 64rem;
}
#main .people .peopleBox .openBox .faqBox .innerBox li {
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--light-green02);
}
#main .people .peopleBox .openBox .faqBox .innerBox .title {
  margin-bottom: 2rem;
  padding-left: 3.4rem;
  color: var(--green);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.09rem;
  position: relative;
}
#main .people .peopleBox .openBox .faqBox .innerBox .title::after {
  position: absolute;
  top: 1px;
  left: 0;
  content: "Q.";
  z-index: 1;
  color: var(--light-green);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  font-family: var(--inter-font);
}
#main .people .peopleBox .openBox .faqBox .innerBox .text {
  padding-left: 3.4rem;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
#main .people .peopleBox .openBox .faqBox .innerBox .text::after {
  position: absolute;
  top: 0.7rem;
  left: 0;
  content: "A.";
  z-index: 1;
  color: var(--yellow);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  font-family: var(--inter-font);
}
#main .people .peopleBox .openBox .photoUl {
  margin-bottom: 5.7rem;
  gap: 1rem 8rem;
}
#main .people .peopleBox .openBox .photoUl li {
  width: 37.8rem;
}
#main .people .peopleBox .openBox .photoUl li:nth-child(1) {
  margin-top: 8rem;
}
#main .people .peopleBox .openBox .photoUl li:nth-child(2) {
  width: 39.1rem;
}
#main .people .peopleBox .openBox .scheduleBox .headLine06 {
  flex: 1;
  padding-right: 1rem;
}
#main .people .peopleBox .openBox .scheduleBox ul {
  margin-top: -1.6rem;
  width: 64rem;
  position: relative;
}
#main .people .peopleBox .openBox .scheduleBox ul::after {
  position: absolute;
  z-index: 1;
  top: 3rem;
  left: 1.9rem;
  bottom: 3rem;
  width: 0.2rem;
  background: linear-gradient(180deg, var(--grey) 0%, var(--light-green01) 50%, var(--light-green03) 100%);
  content: "";
}
#main .people .peopleBox .openBox .scheduleBox ul li {
  min-height: 7.2rem;
  padding: 1.5rem 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid var(--light-green02);
}
#main .people .peopleBox .openBox .scheduleBox ul li.morning, #main .people .peopleBox .openBox .scheduleBox ul li.noon, #main .people .peopleBox .openBox .scheduleBox ul li.evening {
  position: relative;
}
#main .people .peopleBox .openBox .scheduleBox ul li.morning::after, #main .people .peopleBox .openBox .scheduleBox ul li.noon::after, #main .people .peopleBox .openBox .scheduleBox ul li.evening::after {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  content: "";
  background: url(../img/recruit/time_img01.png) no-repeat left center/100%;
}
#main .people .peopleBox .openBox .scheduleBox ul li.noon::after {
  background-image: url(../img/recruit/time_img02.png);
}
#main .people .peopleBox .openBox .scheduleBox ul li.evening::after {
  background-image: url(../img/recruit/time_img03.png);
}
#main .people .peopleBox .openBox .scheduleBox ul li::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--light-green01);
  content: "";
}
#main .people .peopleBox .openBox .scheduleBox ul li .time {
  padding-left: 8rem;
  width: 16rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.09rem;
  line-height: 1;
  color: var(--green);
}
#main .people .peopleBox .openBox .scheduleBox ul li .textBox {
  margin-left: 1.1rem;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#main .people .peopleBox .openBox .scheduleBox ul li .textBox .title {
  width: 14rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08rem;
}
#main .people .peopleBox .openBox .scheduleBox ul li .textBox .text {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.07rem;
}
@media all and (max-width: 896px) {
  #main .people {
    padding: 8rem 0 10rem;
    border-radius: 0 8rem;
  }
  #main .people .content {
    padding-left: 4rem;
  }
  #main .people .h_title {
    font-size: 7rem;
    letter-spacing: 0.95rem;
    top: 25rem;
    left: -1rem;
  }
  #main .people .peopleBox {
    margin: 0 0 4rem;
    z-index: 2;
    border-radius: 2rem 2rem 6rem;
  }
  #main .people .peopleBox .num {
    margin: -3.1rem 2.1rem 1rem auto;
    font-size: 6rem;
  }
  #main .people .peopleBox .num span {
    font-size: 4rem;
  }
  #main .people .peopleBox .ico {
    bottom: 0;
    width: 4.8rem;
  }
  #main .people .peopleBox .imgBox {
    padding: 0 2rem 4.1rem;
  }
  #main .people .peopleBox .imgBox .photoBox {
    margin-bottom: 3.2rem;
    position: relative;
    width: auto;
  }
  #main .people .peopleBox .imgBox .photoBox .photo {
    border-top-right-radius: 6rem;
  }
  #main .people .peopleBox .imgBox .photoBox .detail {
    padding-left: 1.3rem;
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
    bottom: -1.8rem;
    right: -1rem;
  }
  #main .people .peopleBox .imgBox .photoBox .detail span {
    margin-left: 0.4rem;
    padding-left: 1.1rem;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    background-position: left top 0.1rem;
  }
  #main .people .peopleBox .imgBox .textBox {
    margin-left: 0;
  }
  #main .people .peopleBox .imgBox .textBox .innerBox {
    margin-bottom: 2.4rem;
  }
  #main .people .peopleBox .imgBox .textBox .text {
    font-size: 1.8rem;
    font-weight: 500;
  }
  #main .people .peopleBox .openBox {
    padding: 0 2rem 10rem;
  }
  #main .people .peopleBox .openBox .headLine06 .en {
    margin-bottom: 0.5rem;
    font-size: 3.2rem;
    color: var(--light-green01);
    letter-spacing: 0.2rem;
  }
  #main .people .peopleBox .openBox .headLine06 .en span {
    font-size: 2.4rem;
  }
  #main .people .peopleBox .openBox .headLine06 .jp {
    padding: 0.3rem 0 0.3rem 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--green);
    letter-spacing: 0.08rem;
    background-image: url(../img/common/line09.png);
    background-size: 1.1rem auto;
  }
  #main .people .peopleBox .openBox .faqBox {
    margin-bottom: 4rem;
    display: block;
  }
  #main .people .peopleBox .openBox .faqBox .innerBox {
    margin-top: -3rem;
    width: auto;
  }
  #main .people .peopleBox .openBox .photoUl {
    margin-bottom: 5.7rem;
    display: block;
  }
  #main .people .peopleBox .openBox .photoUl li {
    margin-bottom: 2.3rem;
    width: auto !important;
  }
  #main .people .peopleBox .openBox .photoUl li:last-child {
    margin-bottom: 0;
  }
  #main .people .peopleBox .openBox .photoUl li:nth-child(1) {
    margin-top: 0;
  }
  #main .people .peopleBox .openBox .photoUl li img {
    width: 100%;
  }
  #main .people .peopleBox .openBox .scheduleBox {
    display: block;
  }
  #main .people .peopleBox .openBox .scheduleBox .headLine06 {
    padding-right: 0;
  }
  #main .people .peopleBox .openBox .scheduleBox ul {
    margin-top: -3rem;
    width: auto;
  }
  #main .people .peopleBox .openBox .scheduleBox ul li {
    padding: 1.5rem 0;
  }
  #main .people .peopleBox .openBox .scheduleBox ul li .time {
    padding-left: 5.5rem;
    width: 12.2rem;
    font-size: 1.6rem;
  }
  #main .people .peopleBox .openBox .scheduleBox ul li .textBox {
    margin-left: 0;
    display: block;
  }
  #main .people .peopleBox .openBox .scheduleBox ul li .textBox .title {
    margin-bottom: 0.5rem;
    width: auto;
  }
  #main .people .peopleBox .openBox .scheduleBox ul li .textBox .text {
    font-size: 1.3rem;
  }
}
#main .subPhoto {
  margin-top: -17.5rem;
}
#main .subPhoto img {
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .subPhoto {
    margin-top: -8rem;
  }
}
#main .works {
  padding: 10.5rem 0 10rem;
  background: url(../img/recruit/works_img01.png) no-repeat left top 4rem/25.7rem;
}
#main .works .headLine06 {
  text-align: right;
}
#main .works .headLine06 .en {
  color: var(--green);
}
#main .works .headLine06 .jp {
  margin-left: auto;
  color: var(--green);
}
#main .works .headLine06 .jp span {
  font-size: 3.2rem;
}
#main .works .imgBox {
  margin-bottom: 8.2rem;
  padding-left: 2rem;
  max-width: calc(50% + 59rem);
  align-items: flex-start;
}
#main .works .imgBox .textBox {
  width: 50.1rem;
}
#main .works .imgBox .textBox .text {
  line-height: 2;
  letter-spacing: 0.08rem;
  text-align: justify;
}
#main .works .imgBox .photoBox {
  margin-top: 0.6rem;
  width: calc(100% - 58.1rem);
  position: relative;
}
#main .works .imgBox .photoBox::after {
  position: absolute;
  top: 5.3rem;
  left: -3.1rem;
  content: "";
  height: 0.2rem;
  width: 8rem;
  z-index: 1;
  background-color: var(--yellow);
}
#main .works .imgBox .photoBox img {
  width: 100%;
}
#main .works .imgBox.imgBox01 .photoBox {
  margin-top: 7.6rem;
}
#main .works .imgBox.imgBox03 .textBox {
  width: 51.1rem;
}
#main .works .imgBox.imgBox03 .photoBox {
  margin-top: 2.2rem;
  width: calc(100% - 59rem);
}
#main .works .imgBox.imgBox03 .photoBox::after {
  top: 5.6rem;
  left: -4rem;
}
#main .works .imgBox:nth-child(2n) {
  margin-left: auto;
}
#main .works .imgBox:nth-child(2n-1) {
  padding: 0 2rem 0 0;
  flex-direction: row-reverse;
}
#main .works .imgBox:nth-child(2n-1) .photoBox::after {
  top: 7.9rem;
  left: auto;
  right: -3.1rem;
}
#main .works .imgBox:last-child {
  padding-bottom: 12.3rem;
  background: url(../img/recruit/works_img02.png) no-repeat left 2rem bottom/8rem;
}
@media all and (max-width: 896px) {
  #main .works {
    padding-bottom: 12.7rem;
    background-size: 13.1rem;
    background-image: url(../img/recruit/works_img01_sp.png);
    background-position: left top 3.8rem;
  }
  #main .works .headLine06 {
    margin-bottom: 6.5rem;
  }
  #main .works .headLine06 .en {
    margin-right: 7rem;
  }
  #main .works .headLine06 .jp span {
    font-size: 2.4rem;
  }
  #main .works .imgBox {
    margin-bottom: 7.9rem;
    max-width: 100%;
    display: block;
  }
  #main .works .imgBox .textBox {
    padding-right: 2rem;
    margin-bottom: 4.3rem;
    width: auto !important;
  }
  #main .works .imgBox .photoBox {
    margin-top: 0 !important;
    width: auto !important;
  }
  #main .works .imgBox .photoBox::after {
    display: none;
  }
  #main .works .imgBox:nth-child(2n) {
    margin-left: auto;
  }
  #main .works .imgBox:nth-child(2n-1) .textBox {
    padding: 0 0 0 2rem;
  }
  #main .works .imgBox:nth-child(2n-1) .photoBox::after {
    top: 7.9rem;
    left: auto;
    right: -3.1rem;
  }
  #main .works .imgBox:last-child {
    padding-bottom: 0;
    background: none;
  }
}
#main .company {
  position: relative;
  z-index: 1;
}
#main .company .lineDecoration {
  position: absolute;
  left: 0;
  top: -52rem;
  width: 100%;
  height: 64rem;
  z-index: 1;
  pointer-events: none;
}
#main .company .lineDecoration .line01_recruit_company_1,
#main .company .lineDecoration .line01_recruit_company_2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#main .company .lineDecoration .line01_recruit_company_1 svg,
#main .company .lineDecoration .line01_recruit_company_2 svg {
  width: 100%;
  height: 100%;
  display: block;
}
#main .company .lineDecoration .line01_recruit_company_1 path,
#main .company .lineDecoration .line01_recruit_company_2 path {
  stroke-dasharray: 10000;
  stroke-dashoffset: 10000;
}
@media all and (max-width: 896px) {
  #main .company .lineDecoration .line01_recruit_company_1 path,
  #main .company .lineDecoration .line01_recruit_company_2 path {
    stroke-width: 4;
  }
}
#main .company .lineDecoration .line01_recruit_company_1 {
  z-index: 1;
}
#main .company .lineDecoration .line01_recruit_company_1 svg {
  margin-top: 6rem;
}
@media all and (max-width: 896px) {
  #main .company .lineDecoration .line01_recruit_company_1 svg {
    margin-top: 2rem;
  }
}
#main .company .lineDecoration .line01_recruit_company_2 {
  z-index: 2;
}
#main .company::before {
  position: absolute;
  top: -13.7rem;
  right: 0;
  content: "";
  width: 27.8rem;
  height: 35rem;
  background: url(../img/recruit/company_bg01.png) no-repeat right top/100%;
  z-index: 1;
  pointer-events: none;
}
#main .company .content {
  position: relative;
  z-index: 2;
}
#main .company .headLine06 .en {
  color: var(--green);
}
#main .company .headLine06 .jp {
  color: var(--green);
}
#main .company .headLine06 .jp span {
  font-size: 3.2rem;
}
#main .company ul {
  align-items: flex-start;
  gap: 3rem;
}
#main .company ul:not(:last-child) {
  margin-bottom: 3rem;
}
#main .company ul li {
  width: calc((100% - 6rem) / 3);
}
#main .company ul li .photoBox {
  border-radius: 1rem;
  overflow: hidden;
}
#main .company ul li .textBox {
  padding: 3rem 2.4rem;
  border-radius: 1rem;
  background-color: var(--white-82);
}
#main .company ul li .textBox .title {
  margin-bottom: 5.6rem;
  padding-left: 2.3rem;
  position: relative;
  color: var(--green);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12rem;
}
#main .company ul li .textBox .title::after {
  position: absolute;
  top: 0.5rem;
  left: 0;
  z-index: 1;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: var(--yellow);
  content: "";
}
#main .company ul.list01 li {
  width: calc((100% - 3rem) / 2);
}
#main .company ul.list01 li .textBox {
  padding: 3rem 4rem 2.7rem;
}
#main .company ul.list02 li {
  width: 24rem;
}
#main .company ul.list02 li:nth-child(2n) {
  flex: 1;
}
#main .company ul.list02 li .textBox {
  padding: 3rem 4rem 4rem;
}
#main .company ul.list02 li .textBox .imgtext {
  margin-top: -7rem;
}
#main .company ul.list03 li {
  width: 24rem;
}
#main .company ul.list03 li:nth-child(2n-1) {
  flex: 1;
}
#main .company ul.list03 li .textBox {
  padding: 3rem 4rem 6.7rem;
}
#main .company ul.list03 li .textBox .imgtext {
  margin: -0.7rem 0 0 -1.5rem;
}
#main .company ul.list04 li {
  width: 36rem;
}
#main .company ul.list04 li:nth-child(2n) {
  flex: 1;
}
#main .company ul.list04 li .textBox {
  padding: 4rem 4rem 4rem;
}
#main .company ul.list04 li .textBox .imgtext {
  margin: -3.8rem 0 0 2rem;
}
#main .company ul.list04.special .textBox {
  padding: 3.8rem 2.1rem 4rem 2.5rem;
}
#main .company ul.list04.special .textBox .imgtext {
  margin: 0;
}
#main .company ul.list05 li {
  width: auto;
}
#main .company ul.list05 li .textBox {
  padding: 4rem 4rem 4rem;
}
#main .company ul.list05 li .textBox .imgtext {
  margin-left: -1.2rem;
}
@media all and (max-width: 896px) {
  #main .company .lineDecoration {
    top: -24.4rem;
    height: 19.5rem;
  }
  #main .company .lineDecoration .line01_recruit_company_1,
  #main .company .lineDecoration .line01_recruit_company_2 {
    display: block;
  }
  #main .company::before {
    top: -14.5rem;
    width: 9.1rem;
    height: 15rem;
    background-image: url(../img/recruit/company_bg01_sp.png);
  }
  #main .company .headLine06 {
    margin-bottom: 6.3rem;
  }
  #main .company .headLine06 .en {
    font-size: 7rem;
  }
  #main .company .headLine06 .jp span {
    font-size: 2.4rem;
  }
  #main .company ul {
    display: block;
  }
  #main .company ul li {
    margin-bottom: 3rem;
    width: auto !important;
  }
  #main .company ul li:last-child {
    margin-bottom: 0;
  }
  #main .company ul li .textBox {
    padding: 2rem !important;
  }
  #main .company ul li .textBox .title {
    margin-bottom: 3rem;
  }
  #main .company ul li .textBox .imgtext img {
    width: 100%;
  }
  #main .company ul li .photoBox img {
    width: 100%;
  }
  #main .company ul.list02 li .textBox .imgtext {
    margin-top: -1rem;
  }
  #main .company ul.list03 li .textBox .imgtext {
    margin: -0.8rem 0 2rem;
  }
  #main .company ul.list03 li .photoBox {
    width: 68.9%;
    margin-left: auto;
  }
  #main .company ul.list04 li .textBox .imgtext {
    margin: -1rem 0 2rem;
  }
  #main .company ul.list04.special .textBox .imgtext {
    margin-top: -0.8rem;
  }
  #main .company ul.list05 li .textBox .imgtext {
    margin: -0.8rem 0 2rem;
  }
}
#main .strengths {
  padding-top: 16.4rem;
  background: url(../img/recruit/works_img01.png) no-repeat left top 4rem/25.7rem;
}
@media all and (max-width: 896px) {
  #main .strengths {
    padding-top: 20.3rem;
    background-image: url(../img/recruit/works_img01_sp.png);
    background-position: left top 9rem;
    background-size: 13.1rem auto;
  }
}
#main .career, #main .balance, #main .history {
  margin-bottom: -16rem;
  padding: 12.5rem 0 32rem;
  background-color: var(--green);
}
#main .career .content, #main .balance .content, #main .history .content {
  max-width: 108rem;
}
#main .career .headLine03, #main .balance .headLine03, #main .history .headLine03 {
  margin-bottom: 5.7rem;
  background-position: left 1rem top;
}
#main .career .headLine03 .en, #main .balance .headLine03 .en, #main .history .headLine03 .en {
  margin-bottom: 1.4rem;
  font-size: 6rem;
  letter-spacing: 0.22rem;
  font-weight: 500;
}
#main .career .headLine03 .jp, #main .balance .headLine03 .jp, #main .history .headLine03 .jp {
  color: var(--white);
  font-size: 2.4rem;
  letter-spacing: 0.48rem;
}
#main .career .photo, #main .balance .photo, #main .history .photo {
  margin-bottom: 4.9rem;
  border-top-right-radius: 10rem;
  overflow: hidden;
}
#main .career .photo img, #main .balance .photo img, #main .history .photo img {
  width: 100%;
}
#main .career .title, #main .balance .title, #main .history .title {
  margin-bottom: 3rem;
  color: var(--grey);
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
  font-weight: 700;
}
#main .career .text, #main .balance .text, #main .history .text {
  width: 93%;
  margin-bottom: 4.9rem;
  color: var(--grey);
  line-height: 2;
  letter-spacing: 0.08rem;
}
#main .career .text span, #main .balance .text span, #main .history .text span {
  color: var(--green);
}
#main .career .photoUl, #main .balance .photoUl, #main .history .photoUl {
  margin-top: -2rem;
}
#main .career .photoUl li, #main .balance .photoUl li, #main .history .photoUl li {
  margin: 2rem 3.875% 0 0;
  width: 30.75%;
}
#main .career .photoUl li:nth-child(3n), #main .balance .photoUl li:nth-child(3n), #main .history .photoUl li:nth-child(3n) {
  margin-right: 0;
}
#main .career .photoUl li img, #main .balance .photoUl li img, #main .history .photoUl li img {
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .career, #main .balance, #main .history {
    margin-bottom: -10rem;
    padding: 6.5rem 0 20rem;
    background-color: var(--green);
  }
  #main .career .content, #main .balance .content, #main .history .content {
    max-width: 108rem;
  }
  #main .career .headLine03, #main .balance .headLine03, #main .history .headLine03 {
    padding-top: 3.5rem;
    margin-bottom: 3.6rem;
    background-image: url(../img/common/line03.png);
    background-size: 3.6rem auto;
  }
  #main .career .headLine03 .en, #main .balance .headLine03 .en, #main .history .headLine03 .en {
    margin-bottom: 1.4rem;
    font-size: 4.8rem;
  }
  #main .career .headLine03 .jp, #main .balance .headLine03 .jp, #main .history .headLine03 .jp {
    color: var(--yellow);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
  }
  #main .career .photo, #main .balance .photo, #main .history .photo {
    margin-bottom: 3.9rem;
    border-top-right-radius: 6rem;
  }
  #main .career .title, #main .balance .title, #main .history .title {
    margin-bottom: 2.3rem;
    font-size: 2rem;
  }
  #main .career .text, #main .balance .text, #main .history .text {
    width: auto;
    margin-bottom: 4.1rem;
  }
  #main .career .photoUl, #main .balance .photoUl, #main .history .photoUl {
    margin: 0 1.5rem;
    display: block;
  }
  #main .career .photoUl li, #main .balance .photoUl li, #main .history .photoUl li {
    margin: 0 0 2rem;
    width: auto;
  }
  #main .career .photoUl li:last-child, #main .balance .photoUl li:last-child, #main .history .photoUl li:last-child {
    margin-bottom: 0;
  }
}
#main .balance {
  background-color: var(--base_bg);
  border-bottom-left-radius: 0;
}
#main .balance .headLine03 {
  background-image: url(../img/common/line06.png);
}
#main .balance .headLine03 .en, #main .balance .headLine03 .jp {
  color: var(--green);
}
#main .balance .headLine03 .jp {
  letter-spacing: 0.192rem;
}
#main .balance .title {
  color: var(--green);
}
#main .balance .text {
  color: var(--base_color);
}
@media all and (max-width: 896px) {
  #main .balance .photoUl {
    margin: 0;
    padding: 0 1.5rem;
    background-color: var(--light-green04);
  }
}
#main .history {
  margin-bottom: 0;
  padding-bottom: 16rem;
  background-color: var(--light-green01);
  border-bottom-left-radius: 0;
}
#main .history .headLine03 .en, #main .history .headLine03 .jp {
  color: var(--green);
}
#main .history .headLine03 .jp {
  letter-spacing: 0.192rem;
}
#main .history .title {
  color: var(--green);
}
#main .history .text {
  color: var(--base_color);
}
@media all and (max-width: 896px) {
  #main .history {
    padding-bottom: 10rem;
    border-top-right-radius: 6rem;
  }
}
#main .message {
  padding: 16.5rem 0 32rem;
  margin-bottom: -16rem;
  background: url(../img/recruit/works_img01.png) no-repeat left top 4rem/25.7rem, url(../img/recruit/message_img01.png) no-repeat right bottom 2.3rem/22.2rem;
}
#main .message .headLine06 {
  margin-bottom: 8rem;
  text-align: right;
}
#main .message .headLine06 .en {
  margin-bottom: 0.6rem;
  color: var(--light-green);
  font-weight: 600;
  font-size: 6rem;
  letter-spacing: 0.2rem;
}
#main .message .headLine06 .jp {
  padding: 0.4rem 0 0.5rem 3.4rem;
  margin-left: auto;
  color: var(--green);
  font-size: 2.7rem;
  letter-spacing: 0.2rem;
}
#main .message .imgBox {
  padding-left: 2rem;
  margin: 0 0 3.7rem auto;
  max-width: calc(50% + 59rem);
  flex-direction: row-reverse;
  align-items: flex-start;
}
#main .message .imgBox .textBox {
  margin: 4.5rem -10rem 0 0;
  width: 53rem;
  position: relative;
  z-index: 1;
}
#main .message .imgBox .textBox .title {
  margin-bottom: 3.3rem;
  color: var(--green);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  line-height: 1.3;
}
#main .message .imgBox .textBox .text {
  line-height: 2;
  letter-spacing: 0.08rem;
}
#main .message .imgBox .photoBox {
  flex: 1;
  border-top-left-radius: 8rem;
  overflow: hidden;
}
#main .message .imgBox .photoBox img {
  width: 100%;
}
#main .message .photo {
  margin: 0 3rem 4rem;
}
#main .message .text01 {
  width: 85%;
  line-height: 2;
  letter-spacing: 0.08rem;
}
@media all and (max-width: 896px) {
  #main .message {
    padding: 10.5rem 0 20.1rem;
    margin-bottom: -10rem;
    background-image: url(../img/recruit/message_img01_sp.png);
    background-size: 7.1rem auto;
    background-position: right bottom 1.9rem;
    position: relative;
    z-index: 1;
  }
  #main .message::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    content: "";
    z-index: 1;
    background-color: var(--grey);
  }
  #main .message .headLine06 {
    margin-bottom: 4rem;
    text-align: left;
  }
  #main .message .headLine06 .en {
    margin-bottom: 0.6rem;
    color: var(--light-green);
    font-weight: 600;
    font-size: 6rem;
    letter-spacing: 0.2rem;
  }
  #main .message .headLine06 .jp {
    padding: 0.4rem 0 0.5rem 3.4rem;
    margin-left: 0;
    color: var(--green);
    font-size: 2.7rem;
    letter-spacing: 0.2rem;
  }
  #main .message .imgBox {
    padding-left: 0;
    margin: 0 0 4.1rem auto;
    max-width: 100%;
    display: block;
  }
  #main .message .imgBox .textBox {
    margin: 0 2rem;
    width: auto;
  }
  #main .message .imgBox .textBox .title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    letter-spacing: 0.12rem;
  }
  #main .message .imgBox .textBox .text {
    line-height: 2;
    letter-spacing: 0.08rem;
  }
  #main .message .imgBox .photoBox {
    margin-bottom: 4rem;
  }
  #main .message .photo {
    margin: 0 0 4rem;
  }
  #main .message .photo img {
    width: 100%;
  }
  #main .message .text01 {
    width: auto;
  }
}
#main .recruitment {
  padding: 16rem 0 25rem;
  border-top-right-radius: 16rem;
  overflow: hidden;
  background: linear-gradient(180deg, #00783C 0%, #B9C9BF 80%, #E8EEEB 100%);
  position: relative;
  z-index: 2;
}
#main .recruitment .headLine08 {
  background-image: url(../img/common/line12.png);
}
#main .recruitment .headLine08 .en {
  margin-bottom: 2.3rem;
  color: var(--white);
  letter-spacing: 0;
}
#main .recruitment .headLine08 .jp {
  color: var(--white);
}
#main .recruitment .bg {
  padding: 8rem 16rem 12rem;
  border-bottom-right-radius: 8rem;
  overflow: hidden;
  background: linear-gradient(180deg, #E8EEEB 30.29%, #F9FBFA 80.29%, #FFF 100%);
}
#main .recruitment .bg .h_title {
  padding: 2.3rem 7rem 2.3rem 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--light-green02);
  background: url(../img/common/icon05.png) no-repeat right 4rem top 3.8rem/2.4rem;
  cursor: pointer;
}
#main .recruitment .bg .h_title.on {
  background-image: url(../img/common/icon05_on.png);
}
#main .recruitment .bg .h_title .en {
  margin-right: 1.3rem;
  width: 6rem;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.135rem;
  color: var(--yellow);
}
#main .recruitment .bg .h_title .jp {
  margin-top: 0.5rem;
  flex: 1;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--green);
  letter-spacing: 0.03rem;
}
#main .recruitment .bg .innerBox {
  margin-bottom: 10rem;
}
#main .recruitment .bg .innerBox:last-child {
  margin-bottom: 0;
}
#main .recruitment .bg .innerBox:last-child .infoBox {
  margin-bottom: 0;
}
#main .recruitment .bg .infoBox {
  margin-bottom: 5rem;
  display: none;
}
#main .recruitment .bg .infoBox .centerText {
  margin-top: 5rem;
  text-align: center;
  color: var(--green);
  font-size: 2rem;
}
#main .recruitment .bg .tableUl {
  margin-top: 2.4rem;
}
#main .recruitment .bg .tableUl > li {
  padding: 2rem 0 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 1px solid var(--light-green02);
}
#main .recruitment .bg .tableUl > li .title {
  margin-right: 4rem;
  width: 20rem;
  padding-left: 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.18rem;
  line-height: 1.6;
  color: var(--green);
  position: relative;
}
#main .recruitment .bg .tableUl > li .title::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.6rem;
  height: 0.2rem;
  background-color: var(--yellow);
  content: "";
  z-index: 1;
}
#main .recruitment .bg .tableUl > li .rBox {
  flex: 1;
}
#main .recruitment .bg .tableUl > li .rBox .text {
  margin-bottom: 2.7rem;
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
#main .recruitment .bg .tableUl > li .rBox .text:last-child {
  margin-bottom: 0;
}
#main .recruitment .bg .innerBox02 .headLine09::after {
  background-color: var(--light-green02);
}
#main .recruitment .bg .innerBox02 .h_title .en {
  color: var(--light-green02);
}
#main .recruitment .comLinkUl {
  margin-top: 6rem;
}
#main .recruitment .comLinkUl li {
  margin-right: 2rem;
  width: 23.8rem;
}
#main .recruitment .comLinkUl li::after {
  transform: rotate(90deg);
  right: 0;
  bottom: 0.4rem;
  height: 5rem;
}
#main .recruitment .comLinkUl li a {
  min-height: 5.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.18rem;
  color: var(--white);
  background-color: var(--green);
}
#main .recruitment .imgtext {
  margin: 6rem auto 0;
  width: 28.6rem;
}
#main .recruitment .imgtext a {
  display: block;
}
#main .recruitment .imgtext a:hover {
  opacity: 0.7;
}
@media all and (max-width: 896px) {
  #main .recruitment {
    padding: 10rem 0 13rem;
    border-top-right-radius: 8rem;
  }
  #main .recruitment .headLine08 {
    padding-bottom: 3.5rem;
  }
  #main .recruitment .bg {
    padding: 3.7rem 2rem 8rem;
    border-bottom-right-radius: 6rem;
  }
  #main .recruitment .bg .h_title {
    padding: 1rem 4rem 0.8rem 0;
    align-items: center;
    background-position: right top 2rem;
  }
  #main .recruitment .bg .h_title .en {
    width: 4rem;
    font-size: 2.4rem;
    letter-spacing: 0.12rem;
  }
  #main .recruitment .bg .h_title .jp {
    margin-top: 0;
    font-size: 1.8rem;
    letter-spacing: 0.09rem;
  }
  #main .recruitment .bg .innerBox {
    margin-bottom: 6rem;
  }
  #main .recruitment .bg .tableUl {
    margin-top: 1rem;
  }
  #main .recruitment .bg .tableUl > li {
    padding: 2rem 0 2rem;
    display: block;
  }
  #main .recruitment .bg .tableUl > li .title {
    margin: 0 0 2rem;
    width: auto;
    padding-left: 2.5rem;
  }
  #main .recruitment .bg .tableUl > li .title::after {
    top: 1.4rem;
  }
  #main .recruitment .bg .tableUl > li .rBox .text {
    margin-bottom: 2.7rem;
  }
  #main .recruitment .bg .comLinkUl {
    margin: 4rem 2rem 0 0;
    display: block;
  }
  #main .recruitment .bg .comLinkUl li {
    margin: 0 auto;
  }
  #main .recruitment .bg .imgtext {
    margin-top: 4rem;
    width: 24.5rem;
  }
  #main .recruitment .bg .innerBox02 h4::after {
    background-color: var(--light-green02);
  }
  #main .recruitment .bg .innerBox02 .h_title .en {
    color: var(--light-green02);
  }
}