@charset "UTF-8";
#live-chat {
  display: none !important;
}

#page.recruit.in {
  background: #f2f3f0;
}

.common-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 320px;
  width: 100%;
  height: 53px;
  color: #373532;
  background-color: #ffffff;
  margin: auto;
  background-image: url(../img/recruit/arrow.png);
  background-repeat: no-repeat;
  background-size: 18px 8px;
  background-position: center right 15px;
  border: 1px solid #373532;
  letter-spacing: 0.1em;
}

.wrap1120 {
  max-width: 1120px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .common-btn-link {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .common-btn-link {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .common-btn-link:hover {
    background-color: #dbd8d5;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.story {
  background-image: url(../img/recruit/story_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #f2f3f0;
  padding: 50px 0 120px;
}
.story .c-subttl-border {
  background: #f2f3f0;
}
.story .story-ttl {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 2;
  padding-top: 80px;
  padding-bottom: 70px;
}
.story .story-txt-wrap {
  max-width: 652px;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 78px;
}
.story .story-txt {
  margin-bottom: 40px;
  letter-spacing: 0.08em;
  line-height: 2;
  font-size: 16px;
}
.story .story-txt:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .story {
    padding-bottom: 60px;
  }
  .story .story-ttl {
    padding: 50px 0;
    font-size: 25px;
  }
  .story .story-txt {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .story .story-txt-wrap {
    margin-bottom: 50px;
  }
}
.message {
  padding: 220px 0;
}
.message .message-wrap {
  max-width: 947px;
  width: 100%;
  margin: auto;
}
.message .messsage-mv-top {
  padding-top: 100px;
}
.message .messsage-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.message .messsage-mv-wrap {
  width: 100%;
  height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message .messsage-mv-ttl {
  color: #f2f3f0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  margin: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
}
.message .messsage-mv-ttl-sub {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin-right: 30px;
}
.message .messsage-mv-ttl-jp {
  font-size: 29px;
  letter-spacing: 0.2em;
}
.message .message-ttl {
  font-size: 25px;
  line-height: 1.76;
  margin-bottom: 80px;
}
.message .message-txt-parent {
  margin-bottom: 78px;
}
.message .message-txt {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2.125;
}
.message .message-txt:last-child {
  margin-bottom: 0;
}
.message .common-btn-link {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .message {
    padding: 80px 0;
  }
  .message .messsage-mv-wrap {
    height: auto;
  }
  .message .messsage-mv-ttl {
    left: 35px;
    display: block;
  }
  .message .messsage-mv-ttl-sub {
    font-size: 13px;
  }
  .message .messsage-mv-ttl-jp {
    font-size: 23px;
  }
  .message .messsage-mv-top {
    padding-top: 40px;
  }
  .message .messsage-mv {
    margin-bottom: 50px;
  }
  .message .message-ttl {
    font-size: 21px;
    margin-bottom: 40px;
  }
  .message .message-txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .message .message-txt-parent {
    margin-bottom: 40px;
  }
  #page.in .message .wrap1185.wrap1185-spno {
    padding: 0;
  }
}
.spirit {
  background: #f2ebe3;
  padding-bottom: 120px;
}
.spirit .spirit-img img {
  width: 100%;
}
.spirit .spirit-img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #fff;
  margin-bottom: 90px;
}
.spirit .spirit-img-flex-item img {
  width: 100%;
}
.spirit .spirit-ttl {
  font-size: 32px;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  margin-top: 60px;
}
.spirit .spirit-txt {
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
  padding-bottom: 70px;
}
.spirit .spirit-flex-top-border {
  border-top: 2px solid #373532;
  border-bottom: 2px solid #373532;
  height: 7px;
}
.spirit .spirit-flex-botom-border {
  border-top: 2px solid #373532;
  border-bottom: 2px solid #373532;
  height: 7px;
}
.spirit .spirit-flex-parent {
  position: relative;
}
.spirit .spirit-flex {
  border-left: 1px solid #373532;
  border-right: 1px solid #373532;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0;
}
.spirit .spirit-flex-coner {
  background: #f2ebe3;
  position: absolute;
  height: 20px;
  width: 8px;
}
.spirit .spirit-flex-coner01 {
  top: 0;
  left: 0;
}
.spirit .spirit-flex-coner02 {
  top: 0;
  right: 0;
}
.spirit .spirit-flex-coner03 {
  bottom: 0;
  left: 0;
}
.spirit .spirit-flex-coner04 {
  bottom: 0;
  right: 0;
}
.spirit .spirit-flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 30px;
}
.spirit .spirit-flex-item:nth-child(2) {
  background-image: url(../img/recruit/vertical_dott.png), url(../img/recruit/vertical_dott.png);
  background-repeat: repeat-y, repeat-y;
  background-size: 3px 6px, 3px 6px;
  background-position: center left, center right;
}
.spirit .spirit-flex-item-ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 23px;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: 38px;
}
.spirit .spirit-flex-item-ttl img {
  max-width: 18px;
  width: 100%;
  margin-bottom: 12px;
}
.spirit .spirit-flex-item-txt-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.spirit .spirit-flex-item-txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: 24px;
  padding-top: 30px;
  letter-spacing: 0.1em;
}
.spirit .spirit-flex-item-txt:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1024px) {
  .spirit .spirit-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .spirit .spirit-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 40vw;
  }
  .spirit .spirit-flex-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 94%;
            flex: 0 0 94%;
    background-image: url(../img/recruit/faq_dott.png);
    background-repeat: repeat-x;
    background-size: 5px 3px;
    background-position: bottom left;
    padding-bottom: 50px;
  }
  .spirit .spirit-flex-item-ttl {
    padding: 0 10px;
  }
  .spirit .spirit-flex-item-txt-parent {
    display: block;
    padding: 0 10px;
  }
  .spirit .spirit-flex-item:nth-child(2) {
    background-image: url(../img/recruit/faq_dott.png);
    background-repeat: repeat-x;
    background-size: 5px 3px;
    background-position: bottom left;
  }
  .spirit .spirit-flex-item:first-child {
    background-image: none;
  }
  .spirit .spirit-flex-item-txt {
    margin-left: 0;
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .spirit {
    padding-bottom: 80px;
  }
  .spirit .spirit-img-flex {
    border: none;
    display: block;
    margin-bottom: 80px;
  }
  .spirit .spirit-ttl {
    margin-top: 60px;
    font-size: 25px;
  }
  .spirit .spirit-txt {
    font-size: 14px;
    padding-bottom: 60px;
  }
  .spirit .spirit-flex-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap-reverse;
            flex-flow: row wrap-reverse;
    padding: 40px 0;
    width: 100%; /* 両側合計15px×2 = 30px引く */
    margin: auto;
  }
  .spirit .spirit-flex-item-txt-parent {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .spirit .spirit-flex-item-ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; /* 横書き：左から右、上から下 */
    font-size: 22px;
  }
  .spirit .spirit-flex-item-ttl img {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .spirit .spirit-flex-item-txt {
    font-size: 13px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; /* 横書き：左から右、上から下 */
  }
  .spirit .spirit-flex-item:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-bottom: 30px;
  }
  .spirit .spirit-flex-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .spirit .spirit-flex-item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .spirit .spirit-flex-coner {
    height: 5px;
  }
  .spirit .spirit-flex-coner01 {
    top: 10px;
  }
  .spirit .spirit-flex-coner02 {
    top: 10px;
  }
  .spirit .spirit-flex-coner03 {
    bottom: 10px;
  }
  .spirit .spirit-flex-coner04 {
    bottom: 10px;
  }
}
.support {
  padding-top: 90px;
  padding-bottom: 140px;
  background-color: #f2f3f0;
}
.support .support-ttl {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.08em;
  margin-bottom: 35px;
  margin-top: 70px;
}
.support .support-ttl-sub {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.support .support-flex {
  border-left: 1px solid #373532;
  border-right: 1px solid #373532;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
.support .support-flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-bottom: 30px;
}
.support .support-flex-item-img-01 {
  max-width: 122px;
  width: 100%;
  margin: auto;
}
.support .support-flex-item-img-02 {
  max-width: 216px;
  width: 100%;
  margin: auto;
}
.support .support-flex-item-img-fig {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support .support-flex-item-ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.support .support-flex-item-txt {
  max-width: 400px;
  width: 100%;
  margin: auto;
  font-size: 15px;
}
.support .support-flex-item:first-child {
  background-image: url(../img/recruit/vertical_dott.png);
  background-repeat: repeat-y;
  background-size: 3px 6px;
  background-position: center right;
}
.support .support-flex-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 320px;
  width: 100%;
  height: 53px;
  color: #373532;
  margin: auto;
  background-image: url(../img/recruit/arrow.png);
  background-repeat: no-repeat;
  background-size: 18px 8px;
  background-position: center right 15px;
  border: 1px solid #373532;
  letter-spacing: 0.1em;
  font-size: 15px;
  margin-top: 48px;
}
.support .benefits-flex-benefits-ttl {
  text-align: center;
  font-size: 26px;
  line-height: 2.3076923077;
  padding-top: 150px;
  letter-spacing: 0.08em;
  padding-bottom: 70px;
}
.support .benefits-flex-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 1px solid #373532;
  border-right: 1px solid #373532;
}
.support .benefits-flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 0 57px 15px;
}
.support .benefits-flex-item:nth-child(2) {
  background-image: url(../img/recruit/vertical_dott.png), url(../img/recruit/vertical_dott.png);
  background-repeat: repeat-y, repeat-y;
  background-size: 3px 6px, 3px 6px;
  background-position: center left, center right;
}
.support .benefits-flex-item-img {
  width: 100%;
  height: 150px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.support .benefits-flex-item-img-01 img {
  max-width: 102px;
}
.support .benefits-flex-item-img-02 img {
  max-width: 90px;
}
.support .benefits-flex-item-img-03 img {
  max-width: 90px;
}
.support .benefits-flex-item-ttl {
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 23px;
  text-align: center;
}
.support .benefits-flex-item-txt {
  letter-spacing: 0.1em;
  text-align: center;
}
.support .benefits-flex-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.support .benefits-flex-item-price-lft {
  max-width: 12px;
}
.support .benefits-flex-item-price-rig {
  max-width: 12px;
}
.support .benefits-flex-item-price-center {
  padding: 0 20px;
}
.support .benefits-flex-item-price-item {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .support {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .support .support-ttl {
    margin-top: 60px;
    line-height: 1.875;
  }
  .support .support-flex {
    margin-top: 50px;
    display: block;
    border: none;
    background-image: url(../img/recruit/faq_dott.png);
    background-repeat: repeat-x;
    background-size: 5px 3px;
    background-position: top left;
  }
  .support .support-flex-item:first-child {
    padding-top: 30px;
  }
  .support .support-flex-item:first-child {
    background-image: url(../img/recruit/faq_dott.png);
    background-repeat: repeat-x;
    background-size: 5px 3px;
    background-position: bottom left;
    padding-bottom: 50px;
  }
  .support .support-flex-item-ttl {
    margin-bottom: 20px;
  }
  .support .support-flex-item-link {
    margin-top: 40px;
  }
  .support .benefits-flex-item-txt {
    margin-bottom: 0;
  }
  .support .support-flex-item-img-02 {
    max-width: 176px;
  }
  .support .support-flex-item:last-child {
    margin-top: 20px;
  }
  .support .benefits-flex-benefits-ttl {
    padding-top: 50px;
    border-top: 1px solid #373532;
    margin-top: 10px;
    font-size: 25px;
    padding-bottom: 40px;
  }
  .support .benefits-flex-benefits {
    display: block;
    border: none;
  }
  .support .benefits-flex-item:first-child {
    padding-top: 0;
  }
  .support .benefits-flex-item {
    padding: 50px 0;
    border: none;
  }
  .support .benefits-flex-item:nth-child(2) {
    background-image: url(../img/recruit/faq_dott.png), url(../img/recruit/faq_dott.png);
    background-repeat: repeat-x, repeat-x;
    background-size: 5px 3px, 5px 3px;
    background-position: bottom left, top left;
    border-top: 1px solid #373532;
    padding-top: 50px;
    border-top: none;
  }
  .support .benefits-flex-item-img {
    height: auto;
    margin-bottom: 25px;
  }
}
@media (hover: hover) {
  .support-flex-item-link {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .support-flex-item-link:hover {
    background-color: #dbd8d5;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.job {
  background: #fff;
  padding: 160px 0;
}
.job .job-txt {
  padding-top: 70px;
  letter-spacing: 0.08em;
  line-height: 2.125;
}

@media screen and (max-width: 767px) {
  .job {
    padding: 100px 0;
  }
  .job .job-txt {
    padding-top: 60px;
  }
}
.flow {
  background: #fff;
  padding-bottom: 170px;
}
.flow .flow-ttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
  letter-spacing: 0.08em;
}
.flow .flow-flex {
  max-width: 980px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow .flow-flex-item {
  max-width: 152px;
  width: 100%;
  height: 152px;
  border: 1px solid #7b4029;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #7b4029;
  line-height: 1.4736842105;
  letter-spacing: 0.1em;
}
.flow .flow-flex-item-txt {
  font-size: 19px;
}
.flow .flow-flex-item-dott {
  max-width: 24px;
  width: 100%;
  margin: auto;
}
.flow .flow-flex-item05 {
  background: #7b4029;
  color: #f2eae8;
  max-width: 113px;
  width: 100%;
  height: 113px;
}
.flow .flow-flex-item05 .flow-flex-item-txt {
  letter-spacing: 0.3em;
}
.flow .flow-flex-item05 .flow-flex-item-wrap {
  border: 1px solid #f2eae8;
  width: 95%;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
}
.flow .flow-flex-item-dott05 {
  display: none;
}

@media screen and (max-width: 767px) {
  .flow {
    padding-bottom: 100px;
  }
  .flow .flow-ttl {
    font-size: 25px;
  }
  .flow .flow-flex {
    max-width: 375px;
    width: 100%;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flow .flow-flex-item {
    max-width: 78px;
    height: 78px;
    margin-bottom: 10px;
    position: relative;
  }
  .flow .flow-flex-item05:last-child {
    max-width: 70px;
    height: 70px;
    margin: 0;
  }
  .flow .flow-flex-item-txt {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .flow .flow-flex-item-dott {
    margin: 0 10px;
    max-width: 15px;
  }
  .flow .flow-flex-item04::before {
    content: "";
    display: block;
    padding-left: 24px;
    max-width: 15px;
    height: 2.5px;
    background-image: url(../img/recruit/flow_dott.png);
    background-repeat: no-repeat;
    background-size: 15px 2.5px;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    z-index: 1;
  }
}
.faq {
  background: #ffffff;
}
.faq .faq-ttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
  letter-spacing: 0.08em;
}
.faq .faq-box-parent {
  background-image: url(../img/recruit/faq_dott.png);
  background-repeat: repeat-x;
  background-size: 5px 3px;
  background-position: top left;
}
.faq .faq-box {
  background-image: url(../img/recruit/faq_dott.png);
  background-repeat: repeat-x;
  background-size: 5px 3px;
  background-position: bottom left;
  padding: 40px 0;
}
.faq .faq-box:last-child {
  background-image: url(../img/recruit/faq_dott.png);
  background-repeat: repeat-x;
  background-size: 5px 3px;
  background-position: bottom left;
}
.faq .faq-box-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 17px;
  margin-bottom: 30px;
}
.faq .faq-box-q-icon {
  font-size: 21px;
  margin-right: 15px;
}
.faq .faq-box-txt {
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1.8666666667;
}
.faq .faq-box-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #7b4029;
  font-size: 15px;
}
.faq .faq-box-a-icon {
  font-size: 21px;
  margin-right: 15px;
}
.faq .faq-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 110px;
  padding-bottom: 110px;
}
.faq .faq-btn-item-parent {
  max-width: 320px;
  width: 100%;
}
.faq .faq-btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/recruit/recruitlink_btn_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 53px;
  color: #fff;
  font-size: 15px;
}
.faq .faq-btn-item span {
  display: block;
  width: 100%;
  background-image: url(../img/recruit/arrow_white.png);
  background-repeat: no-repeat;
  background-size: 18px 10px;
  background-position: center right 15px;
  text-align: center;
}
.faq .faq-btn-item-parent:first-child {
  margin-right: 75px;
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 0 25px;
  }
  .faq .faq-ttl {
    font-size: 25px;
    margin-bottom: 36px;
  }
  .faq .faq-box-q {
    margin-bottom: 20px;
  }
  .faq .faq-btn {
    margin-top: 60px;
    padding-bottom: 74px;
    display: block;
  }
  .faq .faq-btn-item-parent:first-child {
    margin-bottom: 20px;
  }
  .faq .faq-box-txt {
    font-size: 15px;
  }
}