@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexaFRwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F62fjtqLzI2JPCgQBnw7HFowA.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQMisq1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQei0q1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf) format('opentype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _media
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _font-line
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _color
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
#Recruit .sect-1 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-1 {
    padding-bottom: 80px;
  }
}
#Recruit .sect-1 .l-container .f-wrap {
  display: flex;
  flex-wrap: wrap;
}
#Recruit .sect-1 .l-container .f-wrap--content {
  width: 44%;
  padding-right: 80px;
}
@media only screen and (max-width: 900px) {
  #Recruit .sect-1 .l-container .f-wrap--content {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 800px) {
  #Recruit .sect-1 .l-container .f-wrap--content {
    padding-right: 0;
    padding-top: 35px;
    width: 100%;
    order: 2;
  }
}
#Recruit .sect-1 .l-container .f-wrap--content .txthead01 {
  font-size: 25px;
  font-weight: 500;
  line-height: 37px;
  color: #000000;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-1 .l-container .f-wrap--content .txthead01 {
    font-size: 21px;
  }
}
#Recruit .sect-1 .l-container .f-wrap--content .txtdesc01 {
  line-height: 29px;
  letter-spacing: 1.5px;
  color: #555555;
  margin-bottom: 66px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-1 .l-container .f-wrap--content .txtdesc01 {
    margin-bottom: 62px;
  }
  #Recruit .sect-1 .l-container .f-wrap--content .txtdesc01 br {
    display: none;
  }
}
#Recruit .sect-1 .l-container .f-wrap--content .c--view-more {
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-1 .l-container .f-wrap--content .c--view-more {
    padding-right: 0;
  }
  #Recruit .sect-1 .l-container .f-wrap--content .c--view-more__link {
    justify-content: flex-end;
  }
}
#Recruit .sect-1 .l-container .f-wrap--img {
  width: 56%;
}
@media only screen and (max-width: 800px) {
  #Recruit .sect-1 .l-container .f-wrap--img {
    width: 100%;
    order: 1;
  }
}
#Recruit .sect-2 {
  padding-top: 64px;
  margin-top: -64px;
}
@media only screen and (max-width: 800px) {
  #Recruit .sect-2 {
    padding-top: 56px;
    margin-top: -56px;
  }
}
#Recruit .sect-2 #sect-benefit {
  padding-top: 64px;
  margin-top: -64px;
}
#Recruit .sect-2 .r-tabs-cont {
  max-width: 1000px;
}
#Recruit .sect-2 .r-tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -34px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .r-tabs {
    margin: 0 -13px;
  }
}
#Recruit .sect-2 .r-tabs--item {
  width: calc(100% / 2);
  padding: 0 34px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .r-tabs--item {
    padding: 0 13px;
  }
}
#Recruit .sect-2 .r-tabs--link {
  background-color: #F0FAF1;
  justify-content: center;
  margin-bottom: 0;
  padding: 16px 0;
  opacity: 0.5;
  cursor: pointer;
}
#Recruit .sect-2 .r-tabs--link.isActive {
  opacity: 1;
}
#Recruit .sect-2 .r-tabs--link span {
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .r-tabs--link {
    font-size: 22px;
    display: block;
    text-align: center;
    padding: 20px 0 11px;
  }
  #Recruit .sect-2 .r-tabs--link span {
    font-size: 14px;
    display: block;
    margin-left: 0;
  }
}
#Recruit .sect-2 .bg-wrap {
  background-color: #F0FAF1;
  padding-top: 95px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap {
    padding-top: 65px;
    padding-bottom: 60px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane {
  display: none;
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane.isActive {
  display: block;
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane.in {
  opacity: 1;
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list {
    margin: 0;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--item {
  width: calc(100% / 2);
  padding: 0 20px 40px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--item {
    width: 100%;
    padding: 0 0 25px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--wrap {
  display: block;
  background-color: #fff;
  padding: 39px 40px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--wrap {
    padding: 25px 17px 26px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--wrap .ttl01 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000000;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--wrap .ttl01 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--wrap .ttl01::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #329E3A;
  border-radius: 50px;
  position: absolute;
  top: 7px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--wrap .ttl01::before {
    top: 5px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--wrap .desc01 {
  color: #555555;
  line-height: 25px;
  letter-spacing: 1.5px;
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--wrap a {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #329E3A;
  line-height: 20px;
  margin-top: 24px;
  transition: 0.3s;
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--wrap a:hover {
  opacity: 0.5;
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--wrap a.ext--link img {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--wrap a {
    margin-top: 20px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--wrap a img {
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-list--wrap a img {
    position: relative;
    top: -2px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col100 {
  width: 100%;
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col70 {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col70 {
    width: 100%;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col65 {
  width: 63%;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col65 {
    width: 100%;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col60 {
  width: 56%;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col60 {
    width: 100%;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col50 {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col50 {
    width: 100%;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col40 {
  width: 39.5%;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col40 {
    width: 100%;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col35 {
  width: 33%;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col35 {
    width: 100%;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col30 {
  width: 30.5%;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap--col30 {
    width: 100%;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .f-wrap-ttl01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .f-wrap-ttl01 h3 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #329E3A;
  padding-left: 25px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .f-wrap-ttl01 h3 {
    font-size: 16px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .f-wrap-ttl01 h3::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #329E3A;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .f-wrap-ttl01 h3::before {
    top: 53%;
    width: 17px;
    height: 17px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .f-wrap-ttl01 p {
  font-size: 13px;
  font-weight: 500;
  color: #555555;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .f-wrap-ttl01 p {
    font-size: 12px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap {
  margin-top: 42px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap {
    margin-top: 26px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap--float-top {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  width: 115px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap--float-top {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap--pc {
    display: none;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap--sp {
    display: block;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap .img-w-96 {
  width: 96%;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap .img-w-96 {
    width: 100%;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap .img-w-94 {
  width: 94%;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap .img-w-94 {
    width: 100%;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap .img-w-87 {
  width: 87%;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap .img-w-87 {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap .img-mx350 {
    width: 350px;
  }
}
@media only screen and (min-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-wrap .img-mx300 {
    width: 300px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-bg {
  background-color: #fff;
  padding: 22px 30px 50px;
  margin-bottom: 40px;
  position: relative;
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-bg__pbt0 {
  padding: 22px 30px 0;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-bg__pbt0 {
    padding: 22px 15px 33px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-bg__pbt30 {
  padding: 22px 30px 30px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-bg__pbt30 {
    padding: 22px 15px 33px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-bg__pbt45 {
  padding: 22px 30px 45px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-bg__pbt45 {
    padding: 22px 15px 33px;
  }
}
#Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-bg__pbt15 {
  padding: 22px 30px 15px;
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-bg__pbt15 {
    padding: 22px 15px 33px;
  }
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-bg__pbt0-sp {
    padding: 22px 15px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #Recruit .sect-2 .bg-wrap .l-container .r-tabs-tab .r-tabs-pane .r-chart__f-wrap .chart-bg {
    padding: 22px 15px 33px;
    margin-bottom: 24px;
  }
}
