@charset "UTF-8";
.recruitAboutWrap01 {
  padding: 10rem 0;
}

@media only screen and (max-width: 768px) {
  .recruitAboutWrap01 {
    padding: 8rem 0;
  }
}
.recruitAboutWrap01 .inin .c01 {
  text-align: center;
}

.recruitAboutWrap01 .inin .c01 .sub {
  width: 10rem;
  margin: 0 auto 2rem;
}

.recruitAboutWrap01 .inin .c01 h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0.1rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .recruitAboutWrap01 .inin .c01 h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.recruitAboutWrap01 .inin .c01 h4 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 6rem;
  letter-spacing: 0.1rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .recruitAboutWrap01 .inin .c01 h4 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.recruitAboutWrap01 .inin .c01 .movieZ video {
  width: 100%;
  height: auto;
}

.recruit02Wrap01 {
  padding: 10rem 0;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap01 {
    padding: 8rem 0;
  }
}
.recruit02Wrap01 ._in .inin .c01 {
  position: relative;
  padding: 6rem 0 0 0;
  text-align: center;
}

.recruit02Wrap01 ._in .inin .c01 .sub {
  position: relative;
  z-index: 2;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.6rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap01 ._in .inin .c01 .sub {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.recruit02Wrap01 ._in .inin .c01 .sub::after {
  content: "";
  background: #5a4c00;
  display: block;
  width: 5rem;
  height: 2px;
  margin: 3rem auto 6rem;
}

.recruit02Wrap01 ._in .inin .c01 h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  letter-spacing: 0.1rem;
  font-size: 15.6rem;
  font-weight: bold;
  line-height: 17rem;
  color: #eee;
  white-space: nowrap;
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap01 ._in .inin .c01 h2 {
    font-size: 6rem;
    line-height: 11rem;
  }
}
#data {
  font-family: "Noto Sans JP", "Century Gothic", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", "Hiragino Kaku Gothic ProN", æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“, YuGothic, "Yu Gothic Medium", æ¸¸ã‚´ã‚·ãƒƒã‚¯, "Yu Gothic", ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, sans-serif;
  position: relative;
}

#data .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#data .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#data .wt {
  color: #fff;
}

#data a:hover {
  text-decoration: none;
}

#data .wrap {
  max-width: 1200px;
  margin: auto;
}

#data img {
  max-width: 100%;
}

#data p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}

#data .pc-only {
  display: none;
}

#data .mb-only {
  display: inline-block;
}

#data .fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#data .chart-item picture {
  display: grid;
}

#data .font-serif {
  font-family: "Noto Serif JP", serif;
}

#data .robo {
  font-family: "Roboto", sans-serif;
}

#data .content-inner {
  padding: 0 12px;
}

/*BANNER*/
#data .main-ttl .en {
  position: absolute;
  bottom: 0px;
  left: -2px;
  z-index: -1;
  width: 141px;
}

#data .main-ttl .ja {
  font-weight: 600;
  font-size: 20px;
  position: relative;
  top: 1px;
  left: -2px;
}

#data .main-img {
  height: -moz-fit-content;
  height: fit-content;
}

#data .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#data .inner {
  position: relative;
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#data .main-block .box-text {
  padding-top: 79px;
  padding-bottom: 24px;
  position: relative;
}

#data .main-block .box-text .shape {
  position: absolute;
  width: 187px;
  right: 0;
  bottom: 0;
}

#data .main-block .box-text .text {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}

/*CHART*/
#data .chart {
  margin-top: 79px;
  padding-bottom: 80px;
  position: relative;
}

#data .chart .note {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: right;
  color: #2f2f2f;
  margin-bottom: 18px;
}

#data .content-inner {
  padding: 0 12px;
  box-sizing: content-box;
}

#data .chart .sl {
  position: absolute;
  top: 0;
  left: 0;
  width: 255px;
  z-index: -1;
}

#data .chart .sr {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 255px;
  z-index: -1;
}

#data .chart-list .heading {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #222;
  margin-top: 25px;
  padding-left: 0px;
  position: relative;
  z-index: 1;
}

#data .chart-list .heading:after {
  content: "";
  background-image: url(../img/bg-heading.png);
  position: absolute;
  width: 175.5px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  z-index: -1;
}

#data .chart-list .row_1 .chart-item {
  width: 100%;
}

#data .chart-list .row_1 .chart_1 .number {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #222;
  margin-top: 21px;
}

#data .chart-list .row_1 .chart_1 .number span {
  font-size: 70px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #5a4c00;
  margin-right: 4px;
  position: relative;
  left: 0px;
  top: 4px;
}

#data .chart-list .row_1 .chart_1 .chart-img {
  margin-top: 2px;
}

#data .chart-list .chart-item {
  background-size: contain;
  background-repeat: no-repeat;
}

#data .chart-list .chart_1 {
  background-image: url("../images/data/c1_bg.png");
}

#data .chart-list .chart_2 {
  background-image: url("../images/data/c2_bg.png");
}

#data .chart-list .chart_3 {
  background-image: url("../images/data/c3_bg_sp.png");
}

#data .chart-list .chart_4 {
  background-image: url("../images/data/c4_bg_sp.png");
}

#data .chart-list .row_1 {
  row-gap: 75px;
}

#data .chart-list .row_1 .chart_2 .item-list {
  margin-top: 32px;
  padding-left: 4px;
  row-gap: 33px;
  flex-direction: row-reverse;
}

#data .chart-list .row_1 .chart_2 .item-list .item-item {
  width: 30.506406%;
  text-align: center;
}

#data .chart-list .row_1 .chart_2 .item-list .item-item .chart-img {
  width: 50px;
}

#data .chart-list .row_1 .chart_2 .item-list .item-item .ttl {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #222;
  margin-top: 4px;
  margin-bottom: 7px;
}

#data .chart-list .row_1 .chart_2 .item-list .item-item .number {
  font-size: 32px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #5a4c00;
}

#data .chart-list .row_1 .chart_2 .item-list .item-item .number span {
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #5a4c00;
  margin-right: 8px;
  position: relative;
  left: 8px;
}

#data .chart-list .row_2 {
  margin-top: 105px;
  row-gap: 74px;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .row_2 {
    margin-top: 5rem;
    row-gap: 74px;
  }
}
#data .chart-list .row_2 .chart-item {
  width: 100%;
}

#data .chart-list .row_2 .chart-item .heading {
  padding-left: 0;
}

#data .chart-list .row_2 .col-list {
  padding: 0 44px;
  align-items: flex-end;
  margin-top: 32px;
}

#data .chart-list .row_2 .col-list .col-item {
  width: 25%;
  text-align: center;
}

#data .chart-list .row_2 .chart_3 .col-list .col-item .number {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #5a4c00;
  margin-bottom: 2px;
  position: relative;
  left: -6px;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .row_2 .chart_3 .col-list .col-item .number {
    font-size: 1.6rem;
  }
}
#data .chart-list .row_2 .chart_3 .col-list .col-item .number span {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #5a4c00;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .row_2 .chart_3 .col-list .col-item .number span {
    font-size: 2.2rem;
  }
}
#data .chart-list .row_2 .chart_3 .col-list .col-item .dai span {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: center;
  color: #222;
  font-family: Roboto;
}

#data .chart-list .row_2 .chart_3 .col-list .col-item .dai {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: normal;
  text-align: center;
  color: #222;
  top: 8px;
  left: -3px;
  position: relative;
}

#data .chart-list .row_2 .chart_3 .col-list .col-item .chart-img {
  max-width: 16px;
  position: relative;
  left: -3px;
  margin: 0 auto;
}

#data .chart-list .chart_3 {
  padding-bottom: 31px;
}

#data .chart-list .chart_4 {
  /*padding:0 20px 31px 20px;*/
  text-align: center;
  max-height: 266px;
}

#data .chart-list .chart_4 .chart-img {
  width: 140px;
  margin: 29px auto 0 auto;
}

#data .chart-list .chart_4 .human-list {
  padding: 0 2px;
  position: relative;
  top: -93px;
}

#data .chart-list .chart_4 .human-list .human-item {
  width: 35.347432%;
}

#data .chart-list .chart_4 .human-list .human-item .number {
  font-size: 27px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: center;
  color: #222;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .chart_4 .human-list .human-item .number {
    font-size: 2.2rem;
  }
}
#data .chart-list .chart_4 .human-list .human-item .number span {
  font-size: 48px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.67;
  letter-spacing: normal;
  text-align: center;
  color: #5a4c00;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .chart_4 .human-list .human-item .number span {
    font-size: 3.6rem;
  }
}
#data .chart-list .chart_4 .human-list .human-item .human-img {
  width: 36px;
  margin-bottom: 6px;
}

#data .chart-list .chart_5 {
  max-width: 351px;
  margin: 0 auto;
  background-image: url(../images/data/c5_bg_sp.png);
}

#data .chart-list .chart_5 .heading {
  margin-top: 30px;
}

#data .chart-list .chart_5 .bar-list {
  margin: 36px 8px 13px 8px;
  position: relative;
}

#data .chart-list .chart_5 .bar-list:before {
  content: "";
  height: calc(100% - 22px);
  width: 2px;
  background: #5a4c00;
  left: 90px;
  bottom: 50%;
  transform: translateY(50%);
  position: absolute;
  z-index: 1;
}

#data .chart-list .chart_5 .bar-list .bar-item {
  margin-bottom: 18px;
}

#data .chart-list .chart_5 .bar-list .bar-item:last-child {
  margin-bottom: 0;
}

#data .chart-list .chart_5 .bar-list .bar-item .text {
  width: 90px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  color: #222;
  margin: 0;
}

#data .chart-list .chart_5 .bar-list .bar-item .text span {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

#data .chart-list .chart_5 .bar-list .bar-item .text .mb-only {
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  color: #222;
}

#data .chart-list .chart_5 .bar-list .bar-item .bar-img {
  width: calc(100% - 150px);
  position: relative;
  top: -4px;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .chart_5 .bar-list .bar-item .bar-img img {
    width: auto;
  }
}
#data .chart-list .chart_5 .bar-list .bar-item .number {
  width: 60px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: right;
  color: #5a4c00;
  position: relative;
  top: -2px;
  left: -16px;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .chart_5 .bar-list .bar-item .number {
    font-size: 1.6rem;
  }
}
#data .chart-list .chart_5 .bar-list .bar-item .number span {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: right;
  color: #5a4c00;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .chart_5 .bar-list .bar-item .number span {
    font-size: 2.8rem;
  }
}
#data .chart-list .row_3 {
  margin-top: 80px;
  row-gap: 78px;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .row_3 {
    margin-top: 8rem;
    row-gap: 78px;
  }
}
#data .chart-list .row_3 .chart-item {
  width: 100%;
}

#data .chart-list .row_3 .chart-item .heading {
  padding-left: 0;
}

#data .chart-list .row_3 .chart_6 {
  padding-bottom: 17px;
  background-image: url("../images/data/c6_sp_bg.png");
}

#data .chart-list .row_3 .chart_6 .holder-list {
  padding: 0 20px;
  margin-top: 28px;
}

#data .chart-list .row_3 .chart_6 .holder-item {
  margin-bottom: 20px;
}

#data .chart-list .row_3 .chart_6 .holder-item:last-child {
  margin-bottom: 0;
}

#data .chart-list .row_3 .chart_6 .holder-item .icon {
  width: 16.07717%;
}

#data .chart-list .row_3 .chart_6 .holder-item .number {
  width: 18.64951%;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: right;
  color: #5a4c00;
  position: relative;
  top: 6px;
  left: -1px;
}

#data .chart-list .row_3 .chart_6 .holder-item .number span {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: right;
  color: #5a4c00;
}

#data .chart-list .row_3 .chart_6 .holder-item .text {
  width: 65.27332%;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: left;
  color: #222;
  position: relative;
  left: 15px;
  top: 10px;
}

#data .chart-list .row_3 .chart_7 {
  padding-bottom: 26px;
  background-image: url("../images/data/c7-bg_sp.png");
}

#data .chart-list .row_3 .chart_7 .chart-img {
  max-width: 280px;
  margin: 28px auto 33px auto;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .row_3 .chart_7 .chart-img img {
    width: auto;
  }
}
#data .chart-list .row_3 .chart_7 .chart-img img {
  margin: 0 auto;
}

#data .chart-list .row_3 .chart_7 .text {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: center;
  color: #222;
  position: relative;
  left: -2px;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .row_3 .chart_7 .text {
    font-size: 3rem;
  }
}
#data .chart-list .row_3 .chart_7 .text span {
  font-size: 70px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: left;
  color: #5a4c00;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .row_3 .chart_7 .text span {
    font-size: 7rem;
  }
}
#data .chart-list .row_3 .chart_8 {
  padding-bottom: 13px;
  background-image: url("../images/data/c8_bg_sp.png");
}

#data .chart-list .row_3 .chart_8 .heading {
  margin-top: 29px;
}

#data .chart-list .row_3 .chart_8 .sub-t {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #222;
  position: relative;
  z-index: 1;
  top: 12px;
}

#data .chart-list .row_3 .chart_8 .chart-img {
  display: grid;
  max-width: 220px;
  margin: 39px auto 40px auto;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .row_3 .chart_8 .chart-img {
    width: auto;
  }
}
#data .chart-list .row_3 .chart_8 .number {
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 51.8px;
  letter-spacing: normal;
  text-align: center;
  color: #222;
  position: relative;
  left: -1px;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .row_3 .chart_8 .number {
    font-size: 3rem;
  }
}
#data .chart-list .row_3 .chart_8 .number span {
  font-size: 70px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: normal;
  text-align: left;
  color: #5a4c00;
}

@media only screen and (max-width: 768px) {
  #data .chart-list .row_3 .chart_8 .number span {
    font-size: 7rem;
  }
}
/*PC SCREEN*/
@media (min-width: 768px) {
  #data .pc-only {
    display: block;
  }
  #data .mb-only {
    display: none;
  }
  #data .wt {
    color: #fff;
  }
  #data p {
    font-size: 16px;
    line-height: 28.8px;
    font-weight: 500;
  }
  #data .mg20 {
    margin-top: 20px;
  }
  /*BANNER*/
  #data .main-img {
    height: unset;
  }
  #data .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  #data .inner {
    position: relative;
  }
  #data .main-ttl .ja {
    font-size: 32px;
    position: relative;
    top: 0px;
    left: 0px;
  }
  #data .main-ttl .en {
    width: 388px;
    left: 0;
  }
  /*CHART*/
  #data .chart {
    margin-top: 159px;
    padding-bottom: 158.3px;
    background-image: url("../images/data/shape_bg@2x.png");
    background-position: top;
    background-size: cover;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  #data .chart .note {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: right;
    color: #2f2f2f;
    margin-bottom: 22px;
  }
  #data .content-inner {
    padding: 0;
    position: relative;
    z-index: 0;
  }
  #data .chart-list .heading {
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #222;
    margin-top: 31px;
    padding-left: 13px;
    position: relative;
    z-index: 1;
  }
  #data .chart-list .heading:after {
    content: "";
    background-image: url(../img/bg-heading.png);
    position: absolute;
    width: 258px;
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 51%;
    transform: translateX(-50%);
    bottom: -14px;
    z-index: -1;
  }
  #data .chart-list .row_1 .chart-item {
    width: 46%;
  }
  #data .chart-list .row_1 .chart_1 .number {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #222;
    margin-top: 33px;
  }
  #data .chart-list .row_1 .chart_1 .number span {
    font-size: 100px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #5a4c00;
    margin-right: 20px;
    position: relative;
    left: 11px;
    top: 2px;
  }
  #data .chart-list .row_1 .chart_1 .chart-img {
    margin-top: 23px;
  }
  #data .chart-list .chart-item {
    background-size: contain;
  }
  #data .chart-list .chart_1 {
    background-image: url("../images/data/c1_bg.png");
  }
  #data .chart-list .row_1 .chart_2 .item-list {
    margin-top: 48px;
    padding-left: 11px;
    row-gap: 51px;
    flex-direction: row;
  }
  #data .chart-list .row_1 .chart_2 .item-list .item-item {
    width: 30.85501%;
    text-align: center;
  }
  #data .chart-list .row_1 .chart_2 .item-list .item-item .ttl {
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #222;
    margin-top: 4px;
    margin-bottom: 13px;
  }
  #data .chart-list .row_1 .chart_2 .item-list .item-item .number {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #5a4c00;
  }
  #data .chart-list .row_1 .chart_2 .item-list .item-item .number span {
    font-size: 56px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #5a4c00;
    margin-right: 4px;
    left: 0;
  }
  #data .chart-list .row_1 .chart_2 .item-list .item-item .chart-img {
    width: 56px;
  }
  #data .chart-list .row_2 {
    margin-top: 93px;
  }
  #data .chart-list .row_2 .chart-item {
    width: 31%;
    background: #f0ede8;
  }
  #data .chart-list .row_2 .chart-item .heading {
    padding-left: 0;
  }
  #data .chart-list .row_2 .col-list {
    padding: 0 19px;
    align-items: flex-end;
    margin-top: 53px;
  }
  #data .chart-list .row_2 .col-list .col-item {
    width: 24.2424242424%;
    text-align: center;
  }
  #data .chart-list .row_2 .chart_3 .col-list .col-item .number {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #5a4c00;
    margin-bottom: 7px;
    left: 0;
  }
  #data .chart-list .row_2 .chart_3 .col-list .col-item .number span {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #5a4c00;
  }
  #data .chart-list .row_2 .chart_3 .col-list .col-item .dai span {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #222;
    font-family: Roboto;
  }
  #data .chart-list .row_2 .chart_3 .col-list .col-item .dai {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #222;
    top: 12px;
    left: -3px;
    position: relative;
  }
  #data .chart-list .row_2 .chart_3 .col-list .col-item .chart-img {
    max-width: 24px;
    position: relative;
    left: -3px;
  }
  #data .chart-list .chart_3 {
    padding-bottom: 31px;
  }
  #data .chart-list .chart_3 {
    background-image: url("../images/data/c3_bg.png");
  }
  #data .chart-list .chart_4 {
    /*padding:0 20px 31px 20px;*/
    text-align: center;
    max-height: unset;
    background-image: url("../images/data/c4_bg.png");
  }
  #data .chart-list .chart_4 .chart-img {
    width: 168px;
    margin: 47px auto 0 auto;
  }
  #data .chart-list .chart_4 .human-list {
    padding: 0 32px;
    position: relative;
    top: -19px;
  }
  #data .chart-list .chart_4 .human-list .human-item {
    width: 41.48148%;
  }
  #data .chart-list .chart_4 .human-list .human-item .number {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #222;
  }
  #data .chart-list .chart_4 .human-list .human-item .number span {
    font-size: 48px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.67;
    letter-spacing: normal;
    text-align: left;
    color: #5a4c00;
  }
  #data .chart-list .chart_4 .human-list .human-item .human-img {
    width: 48px;
    margin-bottom: 18px;
  }
  #data .chart-list .chart_5 {
    max-width: none;
    margin: 0;
    background-image: url(../images/data/c5_bg.png);
  }
  #data .chart-list .chart_5 .bar-list {
    margin: 56px 0 0;
    position: relative;
  }
  #data .chart-list .chart_5 .bar-list:before {
    content: "";
    height: calc(100% - 10px);
    width: 2px;
    background: #5a4c00;
    left: 32.4324324%;
    bottom: calc(50% + 2px);
    transform: translateY(50%);
    position: absolute;
  }
  #data .chart-list .chart_5 .bar-list .bar-item {
    margin-bottom: 30px;
  }
  #data .chart-list .chart_5 .bar-list .bar-item:last-child {
    margin-bottom: 0;
  }
  #data .chart-list .chart_5 .bar-list .bar-item .text {
    width: 32.4324324%;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #222;
  }
  #data .chart-list .chart_5 .bar-list .bar-item .text span {
    font-size: 20px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
  #data .chart-list .chart_5 .bar-list .bar-item .bar-img {
    width: 39.189189%;
    position: relative;
    top: -4px;
  }
  #data .chart-list .chart_5 .bar-list .bar-item .number {
    width: 28.3783786%;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: right;
    color: #5a4c00;
    position: relative;
    top: -2px;
    left: -3px;
  }
  #data .chart-list .chart_5 .bar-list .bar-item .number span {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #5a4c00;
  }
  #data .chart-list .row_3 {
    margin-top: 93px;
  }
  #data .chart-list .row_3 .chart-item {
    width: 31%;
    background: #f0ede8;
  }
  #data .chart-list .row_3 .chart-item .heading {
    padding-left: 0;
  }
  #data .chart-list .row_3 .chart_6 {
    padding-bottom: 29px;
    background-image: url("../images/data/c6_bg.png");
  }
  #data .chart-list .row_3 .chart_6 .holder-list {
    padding: 0 20px;
    margin-top: 44px;
  }
  #data .chart-list .row_3 .chart_6 .holder-item {
    margin-bottom: 27px;
  }
  #data .chart-list .row_3 .chart_6 .holder-item:last-child {
    margin-bottom: 0;
  }
  #data .chart-list .row_3 .chart_6 .holder-item .icon {
    width: 18.9189189%;
  }
  #data .chart-list .row_3 .chart_6 .holder-item .number {
    width: 25%;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: right;
    color: #5a4c00;
    position: relative;
    top: 12px;
    left: -3px;
  }
  #data .chart-list .row_3 .chart_6 .holder-item .number span {
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.73;
    letter-spacing: normal;
    text-align: right;
    color: #5a4c00;
  }
  #data .chart-list .row_3 .chart_6 .holder-item .text {
    width: 56.0810811%;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: left;
    color: #222;
    position: relative;
    left: 16px;
    top: 14px;
  }
  #data .chart-list .row_3 .chart_7 {
    padding-bottom: 1px;
    background-image: url("../images/data/c7_bg.png");
  }
  #data .chart-list .row_3 .chart_7 .chart-img {
    max-width: 296px;
    margin: 49px auto 44px auto;
    display: grid;
  }
  #data .chart-list .row_3 .chart_7 .text {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #222;
  }
  #data .chart-list .row_3 .chart_7 .text span {
    font-size: 100px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.32;
    letter-spacing: normal;
    text-align: left;
    color: #5a4c00;
  }
  #data .chart-list .row_3 .chart_8 {
    padding-bottom: 0px;
    background-image: url("../images/data/c8_bg.png");
  }
  #data .chart-list .row_3 .chart_8 .sub-t {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 32px;
    letter-spacing: normal;
    text-align: center;
    color: #222;
    position: relative;
    z-index: 1;
    top: 11px;
  }
  #data .chart-list .row_3 .chart_8 .chart-img {
    display: grid;
    max-width: 230px;
    margin: 39px auto 52px auto;
  }
  #data .chart-list .row_3 .chart_8 .number {
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #222;
    position: relative;
    left: -1px;
  }
  #data .chart-list .row_3 .chart_8 .number span {
    font-size: 100px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.32;
    letter-spacing: normal;
    text-align: left;
    color: #5a4c00;
  }
  #data .chart-list .row_3 .chart_8 .heading {
    margin-top: 31px;
  }
}
@media (min-width: 1200px) {
  #data .main-img {
    height: 560px;
  }
  #data .main-ttl .en {
    width: 366px;
  }
  #data .work-story .content-inner .work-list .work-item .work-content .detail .img-box {
    width: 504px;
    order: 2;
  }
  #data .work-story .content-inner .work-list .work-item .work-content .detail .text-box {
    width: calc(100% - 552px);
    order: 1;
  }
  #data .chart-list .chart_5 .bar-list {
    margin: 56px 20px 0 20px;
  }
  #data .chart-list .chart_5 .bar-list .bar-item .text span {
    font-size: 24px;
  }
  #data .chart-list .chart_5 .bar-list:before {
    content: "";
    height: calc(100% - 12px);
    width: 2px;
    background: #5a4c00;
    left: 94px;
    transform: translateY(50%);
    position: absolute;
  }
  #data .chart-list .row_3 {
    margin-top: 47px;
  }
  #data .chart-list .row_3 .chart_6 .holder-item .number span {
    font-size: 44px;
  }
  #data .chart {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*IPHONE SE*/
@media (max-width: 768px) {
  #data .work-story .content-inner .work-list .work-item .open .box-text .ttl {
    font-size: 13px;
  }
  #data .chart-list .chart_5 .bar-list .bar-item .text span {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }
}
/*------------------------------------------------------------
main-block
------------------------------------------------------------*/
#data .main-ttl {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 0;
  width: 262px;
  height: 46px;
  margin-top: 4px;
}

#data .main-ttl::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: calc(100% + 52px);
  height: calc(100% + 28px);
  top: -28px;
  left: -12px;
  z-index: -1;
}

#data .main-ttl .ja {
  font-size: 20px;
}

#data .main-ttl .en {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#data .main-block {
  margin-bottom: 81px;
}

@media print, screen and (min-width: 768px) {
  /* ---------- ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆãƒ»PCä»¥ä¸Š ---------- */
  #membesr .main-block {
    overflow: hidden;
  }
  #data .main-img {
    height: 560px;
  }
  #data .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  #data .main-ttl {
    width: 696px;
    height: 120px;
    margin-top: 8px;
  }
  #data .main-ttl::before {
    width: calc(100% + 80px);
    height: calc(100% + 72px);
    top: -72px;
    left: 0;
  }
  #data .main-ttl::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 50vw;
    height: calc(100% + 72px);
    top: -72px;
    left: -50vw;
    z-index: -1;
  }
  #data .main-ttl .ja {
    font-size: 32px;
  }
  #data .main-block {
    margin-bottom: 160px;
  }
}
.recruit02Wrap02 {
  background: #f6f6f6;
  padding: 12rem 0 14rem;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap02 {
    padding: 8rem 0;
  }
}
.recruit02Wrap02 .c01 {
  position: relative;
  padding: 6rem 0 0 0;
  text-align: center;
}

.recruit02Wrap02 .c01 .sub {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  letter-spacing: 0.1rem;
  font-size: 15.6rem;
  font-weight: bold;
  line-height: 17rem;
  color: #fff;
  white-space: nowrap;
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap02 .c01 .sub {
    font-size: 6rem;
    line-height: 11rem;
  }
}
.recruit02Wrap02 .c01 h2 {
  position: relative;
  z-index: 2;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.6rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap02 .c01 h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.recruit02Wrap02 .c01 h2::after {
  content: "";
  background: #5a4c00;
  display: block;
  width: 5rem;
  height: 2px;
  margin: 3rem auto 6rem;
}

.recruit02Wrap02 .c02 .flexWrap {
  flex-basis: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap02 .c02 .flexWrap {
    display: block;
  }
}
.recruit02Wrap02 .c02 .flexWrap .flexBox {
  position: relative;
  flex-basis: 48%;
  margin-bottom: 0;
  background: #fff;
  margin-top: 3rem;
  padding: 5rem 4rem;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap02 .c02 .flexWrap .flexBox {
    padding: 4rem 3rem;
  }
}
.recruit02Wrap02 .c02 .flexWrap .flexBox::before {
  background-repeat: repeat;
  background-size: contain;
  content: "";
  height: 5rem;
  position: absolute;
  width: 5rem;
  background-image: url(../img/kakko01.png);
  left: 0;
  top: 0;
}

.recruit02Wrap02 .c02 .flexWrap .flexBox::after {
  background-repeat: repeat;
  background-size: contain;
  content: "";
  height: 5rem;
  position: absolute;
  width: 5rem;
  background-image: url(../img/kakko02.png);
  bottom: 0;
  right: 0;
}

.recruit02Wrap02 .c02 .flexWrap .flexBox .inFlexBox .sub {
  display: flex;
  align-items: center;
}

.recruit02Wrap02 .c02 .flexWrap .flexBox .inFlexBox .sub .iconA {
  width: 12rem;
}

.recruit02Wrap02 .c02 .flexWrap .flexBox .inFlexBox .sub h3 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap02 .c02 .flexWrap .flexBox .inFlexBox .sub h3 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.recruit02Wrap03 {
  background: #fafafa;
  padding: 10rem 0 10rem;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap03 {
    padding: 8rem 0;
  }
}
.recruit02Wrap03 ._in .inin .c01 {
  width: 42rem;
  margin: 0 auto 6rem;
}

.recruit02Wrap03 ._in .inin .c02 .flexWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recruit02Wrap03 ._in .inin .c02 .flexWrap .flexBox {
  width: 23%;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap03 ._in .inin .c02 .flexWrap .flexBox {
    width: 47%;
    margin-bottom: 4rem;
  }
}
.recruit02Wrap03 ._in .inin .c02 .flexWrap .flexBox .d01 {
  margin-bottom: 2rem;
}

.recruit02Wrap03 ._in .inin .c02 .flexWrap .flexBox .d02 dl dt {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap03 ._in .inin .c02 .flexWrap .flexBox .d02 dl dt {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.recruit02Wrap03 ._in .inin .c02 .flexWrap .flexBox .d02 dl dd {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.ttt01 {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 768px) {
  .ttt01 {
    margin-bottom: 6rem;
  }
}
.ttt01 .inin {
  position: relative;
  text-align: center;
}

.ttt01 .inin span {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
  text-stroke: 1px #ddd;
  -webkit-text-stroke: 1px #ddd;
  color: transparent;
  display: block;
  font-size: 13rem;
  font-family: arial;
  line-height: 13rem;
  font-weight: bold;
  color: transparent;
}

@media only screen and (max-width: 768px) {
  .ttt01 .inin span {
    top: -2rem;
    font-size: 7rem;
    font-family: arial;
    line-height: 7rem;
  }
}
.ttt01 .inin h2 {
  position: relative;
  z-index: 2;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  letter-spacing: 0rem;
}

.ttt01 .inin h2.pink {
  color: #5a4c00;
}

@media only screen and (max-width: 768px) {
  .ttt01 .inin h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.recruit02Wrap04 {
  margin-bottom: 10rem;
  padding: 12rem 0 0 0;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap04 {
    padding: 8rem 0 0;
  }
}
.recruit02Wrap04 .ttt01 .inin h2 {
  color: #222;
}

.recruit02Wrap04 .ininin .inFaq .faq-list dt:before,
.recruit02Wrap04 .ininin .inFaq .faq-list dd:before {
  font-size: 3rem;
  font-family: arial;
  font-weight: 400;
  text-shadow: none;
  text-align: center;
  padding: 1rem 0 0;
  width: 6rem;
  position: absolute;
  left: 0;
  top: 1.3rem;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap04 .ininin .inFaq .faq-list dt:before,
  .recruit02Wrap04 .ininin .inFaq .faq-list dd:before {
    font-size: 2.7rem;
    font-weight: 400;
    text-align: center;
    padding: 0.3rem 0 0;
    width: 3.2rem;
    position: absolute;
    left: 0;
    top: 1.3rem;
    bottom: 0;
  }
}
.recruit02Wrap04 .ininin .inFaq .faq-list dt {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 3rem 4rem 1.5rem 6rem;
  position: relative;
  color: #222;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap04 .ininin .inFaq .faq-list dt {
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 2rem 1.8rem 0.5rem 4rem;
    position: relative;
  }
}
.recruit02Wrap04 .ininin .inFaq .faq-list dt:before {
  color: #222;
  text-shadow: 0 0 0 #fff;
  content: "Q";
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap04 .ininin .inFaq .faq-list dt:before {
    top: 1.7rem;
  }
}
.recruit02Wrap04 .ininin .inFaq .faq-list dt:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/open.png) no-repeat center/contain;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap04 .ininin .inFaq .faq-list dt:after {
    right: 0px;
    width: 20px;
    height: 20px;
  }
}
.recruit02Wrap04 .ininin .inFaq .faq-list dd {
  font-size: 1.65rem;
  margin: 0 0 1rem;
  position: relative;
  line-height: 3.2rem;
  border-bottom: 2px solid #e4e4e4;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap04 .ininin .inFaq .faq-list dd {
    font-size: 1.6rem;
    line-height: 1.6;
    position: relative;
  }
}
.recruit02Wrap04 .ininin .inFaq .faq-list dd:before {
  background: #fff;
  color: #5a4c00;
  content: "A";
  top: 0.1rem;
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap04 .ininin .inFaq .faq-list dd:before {
    top: -0.8rem;
  }
}
.recruit02Wrap04 .ininin .inFaq .faq-list dd p {
  margin-bottom: 2rem;
  padding-left: 6rem;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap04 .ininin .inFaq .faq-list dd p {
    padding-left: 4rem;
  }
}
.recruit02Wrap04 .ininin .faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
}

.recruit02Wrap05 {
  background: #e2e3e3;
  padding: 12rem 0 14rem;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap05 {
    padding: 8rem 0;
  }
}
.recruit02Wrap05 .c01 {
  position: relative;
  padding: 6rem 0 0 0;
  text-align: center;
}

.recruit02Wrap05 .c01 .sub {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  letter-spacing: 0.1rem;
  font-size: 15.6rem;
  font-weight: bold;
  line-height: 17rem;
  color: #fff;
  white-space: nowrap;
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap05 .c01 .sub {
    font-size: 6rem;
    line-height: 11rem;
  }
}
.recruit02Wrap05 .c01 h2 {
  position: relative;
  z-index: 2;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.6rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap05 .c01 h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.recruit02Wrap05 .c01 h2::after {
  content: "";
  background: #5a4c00;
  display: block;
  width: 5rem;
  height: 2px;
  margin: 3rem auto 6rem;
}

.recruit02Wrap05 .c02 .d01 {
  margin-bottom: 8rem;
}

.recruit02Wrap05 .c02 .d01.d02 {
  margin-bottom: 0;
}

.recruit02Wrap05 .c02 .d01 h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap05 .c02 .d01 h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.recruit02Wrap05 .c02 .d01 ul {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap05 .c02 .d01 ul {
    display: block;
  }
}
.recruit02Wrap05 .c02 .d01 ul li {
  position: relative;
  flex-basis: 29%;
  margin: 2rem 2% 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .recruit02Wrap05 .c02 .d01 ul li {
    margin-bottom: 3rem;
  }
}
.recruit02Wrap05 .c02 .d01 ul li a {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.6rem;
  letter-spacing: 0rem;
  display: block;
  background: #fff;
  border-radius: 5rem;
  margin: 0 auto;
  padding: 1.5rem 4rem;
  position: relative;
  color: #5a4c00;
  border: 2px solid #5a4c00;
  transition: all 0.4s;
}

.recruit02Wrap05 .c02 .d01 ul li a::after {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  right: 4rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #5a4c00;
  border-right: 1px solid #5a4c00;
  transform: rotate(45deg) translate(0, -50%);
  transition: all 0.12s ease-in 0s;
}

.recruit02Wrap05 .c02 .d01 ul li a:hover {
  background: #5a4c00;
  color: #fff;
  border: 2px solid #fff;
}

.bosyuWrap01 .c01 {
  margin-top: 6rem;
  text-align: center;
}

.bosyuWrap01 .c01 h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0.1rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .bosyuWrap01 .c01 h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.bosyuWrap01 .c02 {
  margin: 8rem 0;
}

.bosyuWrap01 .c02 .flexBoxInfo dl {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  line-height: 3rem;
}

@media only screen and (max-width: 768px) {
  .bosyuWrap01 .c02 .flexBoxInfo dl {
    display: block;
  }
}
.bosyuWrap01 .c02 .flexBoxInfo dl dt {
  border-top: solid 1px #111;
  flex-basis: 20rem;
  margin-right: 2rem;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .bosyuWrap01 .c02 .flexBoxInfo dl dt {
    flex-basis: 100%;
    margin-right: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.bosyuWrap01 .c02 .flexBoxInfo dl dd {
  border-top: solid 1px #f4f4f4;
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .bosyuWrap01 .c02 .flexBoxInfo dl dd {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.bosyuWrap02 {
  position: relative;
  overflow: hidden;
}

.bosyuWrap02 .c01 {
  position: relative;
  z-index: 10;
  width: calc(100% + 20rem);
  border-radius: 0 0 50% 50%/0 0 40vw 40vw;
  margin: 0 -10rem;
  padding: 10rem 10rem;
  background: #333;
}

.bosyuWrap02 .c01 .inin {
  text-align: center;
}

.bosyuWrap02 .c01 .inin h2 {
  font-size: 7rem;
  font-weight: bold;
  line-height: 7rem;
  letter-spacing: 0rem;
  color: #fff;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .bosyuWrap02 .c01 .inin h2 {
    font-size: 4.6rem;
    line-height: 5rem;
  }
}
.bosyuWrap02 .c01 .inin dl {
  color: #fff;
  margin-bottom: 6rem;
}

.bosyuWrap02 .c01 .inin dl dt {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .bosyuWrap02 .c01 .inin dl dt {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.bosyuWrap02 .c01 .inin dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.bab {
  text-align: center;
}

.bab a {
  font-size: 1.7rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 0rem;
  max-width: 30rem;
  display: block;
  background: #fff;
  border-radius: 5rem;
  margin: 0 auto;
  padding: 1.5rem 4rem;
  position: relative;
  color: #6f6800;
  transition: all 0.4s;
}

.bab a::after {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  right: 4rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6f6800;
  border-right: 1px solid #6f6800;
  transform: rotate(45deg) translate(0, -50%);
  transition: all 0.12s ease-in 0s;
}

.bab a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=addition.css.map */